@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap";.landing-page{width:100%;min-height:100vh}.header{padding:1.5rem 2rem;position:fixed;top:0;left:0;right:0;z-index:100;background:#0d2818f2;border-bottom:4px solid var(--gold-primary);display:flex;justify-content:space-between;align-items:center;transition:box-shadow .3s ease,background .3s ease}.header.scrolled{background:#0d2818fa;box-shadow:0 8px 16px #0006,0 0 20px #ffd70033}.logo{display:flex;align-items:center;gap:.75rem}.header-nav{display:flex;gap:.75rem;align-items:center}.header-btn{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:.5rem 1rem;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:3px 3px 0 var(--gold-dark)}.header-btn:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--gold-dark)}.header-btn:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.header-btn-outline{background:transparent;border:3px solid var(--gold-primary);color:var(--gold-primary);box-shadow:none}.header-btn-outline:hover{background:var(--gold-primary);color:var(--green-dark);transform:none;box-shadow:none}.header-btn-outline:active{transform:none;box-shadow:none}.logo-text{font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark)}.reddit-prefix{color:#f30;text-shadow:2px 2px 0 #CC0000;margin-right:.25rem}.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:5rem 2rem 2rem;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%);box-sizing:border-box}.hero-content{text-align:center;max-width:1500px;padding-top:0;display:flex;flex-direction:column;align-items:center}.gamified-badge{display:inline-block;font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--green-dark);background:var(--gold-primary);padding:.75rem 1.5rem;margin-top:-3rem;margin-bottom:2rem;border:3px solid var(--gold-dark);box-shadow:4px 4px 0 var(--gold-dark);text-transform:uppercase;letter-spacing:1px;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:4px 4px 0 var(--gold-dark)}50%{transform:scale(1.05);box-shadow:6px 6px 0 var(--gold-dark),0 0 15px #ffd70080}}.hero-title{margin-top:1rem;margin-bottom:1.25rem}.title-line{display:block;font-size:clamp(1.5rem,5vw,3rem);line-height:1.6;color:var(--white)}.title-outline{color:var(--white);-webkit-text-stroke:2px #000;paint-order:stroke fill;text-shadow:-2px -2px 0 #000,0 -2px 0 #000,2px -2px 0 #000,-2px 0 0 #000,2px 0 0 #000,-2px 2px 0 #000,0 2px 0 #000,2px 2px 0 #000}.title-accent{color:var(--gold-primary);text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 1px 0 #000,0 1px 0 #000,1px 1px 0 #000,4px 4px 0 #000,5px 5px 0 #000,6px 6px 10px rgba(0,0,0,.6);animation:accent-glow 3s ease-in-out infinite}@keyframes accent-glow{0%,to{text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 1px 0 #000,0 1px 0 #000,1px 1px 0 #000,4px 4px 0 #000,5px 5px 0 #000,6px 6px 10px rgba(0,0,0,.6),0 0 0 rgba(255,215,0,0)}50%{text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 1px 0 #000,0 1px 0 #000,1px 1px 0 #000,4px 4px 0 #000,5px 5px 0 #000,6px 6px 10px rgba(0,0,0,.6),0 0 20px rgba(255,215,0,.9),0 0 40px rgba(255,215,0,.5),0 0 60px rgba(255,215,0,.3)}}.reddit-highlight{color:#f30;text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 1px 0 #000,0 1px 0 #000,1px 1px 0 #000,2px 2px 0 rgba(153,0,0,.6)}@keyframes rainbow-shift{0%{background-position:0% center}to{background-position:200% center}}.hero-flow-steps{display:grid;grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr) auto minmax(200px,1fr);align-items:center;gap:0;margin:2rem auto 5rem;max-width:1000px;padding:0 1rem}.flow-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;justify-self:center}.flow-step-number{width:50px;height:50px;background:var(--gold-primary);border:4px solid var(--gold-dark);box-shadow:4px 4px 0 var(--gold-dark);display:flex;align-items:center;justify-content:center;font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--green-dark);animation:number-pulse 2s ease-in-out infinite}.flow-step:nth-child(1) .flow-step-number{animation-delay:0s}.flow-step:nth-child(3) .flow-step-number{animation-delay:.3s}.flow-step:nth-child(5) .flow-step-number{animation-delay:.6s}@keyframes number-pulse{0%,to{transform:scale(1);box-shadow:4px 4px 0 var(--gold-dark)}50%{transform:scale(1.05);box-shadow:6px 6px 0 var(--gold-dark),0 0 15px #ffd70066}}.flow-step-content{text-align:center}.flow-step-title{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);margin-bottom:.5rem;text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:1px;white-space:nowrap}.flow-step-desc{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);line-height:1.3;white-space:nowrap}.flow-arrow{font-size:2rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);animation:arrow-pulse 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center;text-align:center;justify-self:center;align-self:start;padding:0 2rem;min-width:80px;height:50px;margin-left:-35px}.hero-flow-description{font-family:VT323,monospace;font-size:1.3rem;color:#b8b8b8;text-align:center;max-width:800px;margin:0 auto 2rem;line-height:1.5;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-value-prop{text-align:center;margin:2rem auto 2.5rem;max-width:700px;padding:0 1rem}.value-prop-title{font-family:"Press Start 2P",cursive;font-size:clamp(.8rem,2.5vw,1.1rem);color:var(--gold-primary);text-shadow:3px 3px 0 var(--gold-dark);margin-bottom:1rem;letter-spacing:1px;animation:title-glow 3s ease-in-out infinite}@keyframes title-glow{0%,to{text-shadow:3px 3px 0 var(--gold-dark)}50%{text-shadow:3px 3px 0 var(--gold-dark),0 0 15px rgba(255,215,0,.6)}}.value-prop-subtitle{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);line-height:1.5;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.value-prop-badges{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.25rem}.value-badge{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--green-dark);background:var(--gold-primary);padding:.6rem 1rem;border:3px solid var(--gold-dark);box-shadow:4px 4px 0 var(--gold-dark);text-transform:uppercase;white-space:nowrap;transition:all .2s ease;animation:badge-float 3s ease-in-out infinite}.value-badge:nth-child(1){animation-delay:0s}.value-badge:nth-child(2){animation-delay:.3s}.value-badge:nth-child(3){animation-delay:.6s}@keyframes badge-float{0%,to{transform:translateY(0);box-shadow:4px 4px 0 var(--gold-dark)}50%{transform:translateY(-3px);box-shadow:6px 6px 0 var(--gold-dark)}}.value-badge:hover{transform:translateY(-2px);box-shadow:6px 6px 0 var(--gold-dark)}.trust-indicators{margin-top:1.25rem;text-align:center}.trust-text{font-family:VT323,monospace;font-size:1.2rem;color:var(--gray);text-shadow:1px 1px 2px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.trust-text-inline{font-family:VT323,monospace;font-size:1rem;color:var(--gray);text-shadow:1px 1px 2px rgba(0,0,0,.3);margin-top:.5rem;margin-bottom:0;margin-left:0;margin-right:0;text-align:center;width:100%;order:2}.rainbow-text{color:#4ade80;font-weight:400}.trust-icon{font-size:1.2rem;filter:drop-shadow(0 0 4px rgba(76,175,80,.5));animation:icon-pulse 2s ease-in-out infinite}@keyframes icon-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(76,175,80,.8))}}.hero-subtitle{font-size:1.4rem;color:var(--gray);margin-bottom:1rem;line-height:1.5}.demo-video-container{margin:3rem 0 2rem;max-width:1400px;width:100%}.video-wrapper{position:relative;background:var(--green-dark);border:8px solid var(--gold-primary);box-shadow:12px 12px 0 var(--gold-dark),0 0 30px #ffd70080;overflow:hidden;border-radius:8px;aspect-ratio:16 / 9}.demo-video{width:100%;height:100%;display:block;object-fit:contain;cursor:pointer;transition:all .3s ease}.demo-video.paused{filter:blur(8px)}.demo-video:hover{transform:scale(1.02)}.play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;animation:fadeIn .3s ease}.play-button-center{width:120px;height:120px;background:var(--gold-primary);border:6px solid var(--gold-dark);display:flex;align-items:center;justify-content:center;box-shadow:8px 8px 0 var(--gold-dark),0 0 30px #ffd70099;transition:all .3s ease;animation:pulse-play 2s ease-in-out infinite}@keyframes pulse-play{0%,to{transform:scale(1);box-shadow:8px 8px 0 var(--gold-dark),0 0 30px #ffd70099}50%{transform:scale(1.1);box-shadow:10px 10px 0 var(--gold-dark),0 0 40px #ffd700e6}}.play-button-center:hover{transform:scale(1.15);box-shadow:10px 10px 0 var(--gold-dark),0 0 40px #ffd700e6;animation:none}.play-icon{font-size:3rem;color:var(--green-dark);font-family:"Press Start 2P",cursive;text-shadow:2px 2px 0 rgba(0,0,0,.3);padding-left:8px}.video-controls{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:10;opacity:0;transition:opacity .3s ease}.video-wrapper:hover .video-controls{opacity:1}.video-control-btn{font-family:"Press Start 2P",cursive;font-size:.8rem;width:48px;height:48px;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:4px 4px #00000080;transition:all .2s ease;border-radius:4px}.video-control-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #00000080;background:var(--gold-light)}.video-control-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #00000080}.video-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:6px;background:#00000080;cursor:pointer;z-index:10;transition:height .2s ease}.video-wrapper:hover .video-progress-bar{height:10px}.video-progress-filled{height:100%;background:var(--gold-primary);transition:width .1s linear}.video-progress-bar:hover .video-progress-filled{background:var(--gold-light)}.video-caption{text-align:center;color:var(--gold-primary);font-size:1.2rem;margin-bottom:1.5rem;text-shadow:2px 2px 0 var(--gold-dark);animation:caption-glow 3s ease-in-out infinite}@keyframes caption-glow{0%,to{opacity:.9}50%{opacity:1;text-shadow:2px 2px 0 var(--gold-dark),0 0 10px rgba(255,215,0,.5)}}.pixel-art-container{position:relative;height:100px;margin:0 0 1.5rem;display:flex;align-items:center;justify-content:center}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);opacity:1}20%{transform:translateY(1px) translate(-1px) rotate(1deg) scale(1);opacity:1}40%{transform:translateY(2px) translate(-2px) rotate(-1deg) scale(.99);opacity:1}50%{transform:translateY(-18px) translate(7px) rotate(-10deg) scale(1.12);opacity:1}58%{transform:translateY(-22px) translate(9px) rotate(-13deg) scale(1.15);opacity:1}68%{transform:translateY(-16px) translate(6px) rotate(-8deg) scale(1.08);opacity:.98}78%{transform:translateY(-8px) translate(3px) rotate(-4deg) scale(1.03);opacity:1}86%{transform:translateY(-2px) translate(1px) rotate(-1deg) scale(1.01);opacity:1}92%{transform:translateY(0) translate(0) rotate(0) scale(1);opacity:1}}.waitlist-form{margin:0 auto;max-width:500px}.waitlist-section .input-group{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:nowrap;align-items:stretch;flex-direction:row}.waitlist-section .email-input{flex:1;min-width:350px}.waitlist-section .submit-button{flex-shrink:0;white-space:nowrap}.input-group{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:nowrap;align-items:stretch}.url-input-container{position:relative;flex:1;min-width:350px;display:flex;flex-direction:column}.inline-placeholder{position:absolute;left:0;top:0;padding:1rem 1.25rem;font-family:VT323,monospace;font-size:1.2rem;letter-spacing:.5px;color:var(--gray);pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;padding-left:calc(1.25rem + 8.75ch)}.url-input-field{flex:1;padding:1rem 1.25rem 1rem 0;border:none;animation:none}.email-input{width:100%;padding:1rem 1.25rem;font-family:VT323,monospace;font-size:1.2rem;background:var(--green-medium);border:4px solid var(--green-accent);color:var(--white);outline:none;transition:all .2s ease;animation:input-glow 3s ease-in-out infinite;box-sizing:border-box}@keyframes input-glow{0%,to{border-color:var(--green-accent);box-shadow:0 0 #ffd70000}50%{border-color:var(--gold-primary);box-shadow:0 0 15px 2px #ffd70099}}.email-input::placeholder{color:var(--gray)}.email-input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-dark);animation:none}.email-input:disabled{background-color:var(--green-dark);cursor:not-allowed;opacity:.7;animation:none}.submit-button{padding:1rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--green-dark);background:var(--gold-primary);border:4px solid var(--gold-primary);cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:4px 4px 0 var(--gold-dark);text-transform:uppercase;height:100%;display:flex;align-items:center;justify-content:center}.submit-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.submit-button:disabled{background:var(--success);cursor:not-allowed;transform:none}.success-message{color:var(--success);font-size:1.1rem;margin-top:1rem;animation:slideDown .3s ease-out}.error-message{color:var(--red);font-size:1.1rem;margin-top:1rem;animation:slideDown .3s ease-out}.info-message{color:orange;font-size:1.1rem;margin-top:1rem;animation:slideDown .3s ease-out;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.early-access-note{color:var(--gray);font-size:1rem;margin-top:1rem}.problem-section{padding:5rem 2rem;background:var(--green-dark)}.section-title{text-align:center;font-size:clamp(1rem,3vw,1.5rem);color:var(--gold-primary);margin-bottom:3rem;text-shadow:2px 2px 0 var(--gold-dark)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.problem-card{background:var(--green-dark);padding:2rem;text-align:center;border:4px solid var(--green-accent);box-shadow:6px 6px #0000004d}.problem-icon{display:flex;justify-content:center;align-items:center;height:70px;margin-bottom:1rem}.problem-icon-img{width:60px;height:60px;display:block;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.hourglass-flip{animation:hourglass-rotate 3s ease-in-out infinite}@keyframes hourglass-rotate{0%,40%{transform:rotate(0)}50%,90%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.ghost-fade{animation:ghost-pulse 2s ease-in-out infinite}@keyframes ghost-pulse{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.question-bounce{animation:mario-bounce 1s ease-in-out infinite}@keyframes mario-bounce{0%,60%,to{transform:translateY(0)}10%{transform:translateY(-15px)}20%{transform:translateY(-10px)}30%{transform:translateY(-5px)}40%{transform:translateY(0)}}.feature-icon{display:flex;justify-content:center;align-items:center;height:70px;margin-bottom:1.5rem}.icon-hourglass{width:32px;height:48px;position:relative;display:flex;align-items:center;justify-content:center}.icon-hourglass:before{content:"";position:absolute;width:4px;height:4px;background:var(--gold-primary);top:0;left:50%;transform:translate(-50%);box-shadow:-12px 0 0 var(--gold-primary),-8px 0 0 var(--gold-primary),-4px 0 0 var(--gold-primary),4px 0 0 var(--gold-primary),8px 0 0 var(--gold-primary),12px 0 0 var(--gold-primary),-12px 4px 0 var(--gold-dark),-8px 8px 0 var(--gold-dark),-4px 12px 0 var(--gold-dark),0 16px 0 var(--gold-dark),12px 4px 0 var(--gold-dark),8px 8px 0 var(--gold-dark),4px 12px 0 var(--gold-dark),-8px 4px 0 var(--gold-light),-4px 4px 0 var(--gold-light),0 4px 0 var(--gold-light),4px 4px 0 var(--gold-light),8px 4px 0 var(--gold-light),-4px 8px 0 var(--gold-light),0 8px 0 var(--gold-light),4px 8px 0 var(--gold-light),0 12px 0 var(--gold-light),0 20px 0 var(--gold-primary),-4px 24px 0 var(--gold-dark),-8px 28px 0 var(--gold-dark),-12px 32px 0 var(--gold-dark),4px 24px 0 var(--gold-dark),8px 28px 0 var(--gold-dark),12px 32px 0 var(--gold-dark),0 24px 0 var(--gold-primary),-4px 28px 0 var(--gold-primary),0 28px 0 var(--gold-primary),4px 28px 0 var(--gold-primary),-8px 32px 0 var(--gold-primary),-4px 32px 0 var(--gold-primary),0 32px 0 var(--gold-primary),4px 32px 0 var(--gold-primary),8px 32px 0 var(--gold-primary),-12px 36px 0 var(--gold-primary),-8px 36px 0 var(--gold-primary),-4px 36px 0 var(--gold-primary),0 36px 0 var(--gold-primary),4px 36px 0 var(--gold-primary),8px 36px 0 var(--gold-primary),12px 36px 0 var(--gold-primary)}.icon-ghost-nugget{width:36px;height:36px;position:relative;display:flex;align-items:center;justify-content:center}.icon-ghost-nugget:before{content:"";position:absolute;width:100%;height:100%;background:var(--gold-primary);box-shadow:3px 3px 0 var(--gold-dark),inset -3px -3px 0 var(--gold-light);animation:ghost-fade 2s ease-in-out infinite}.icon-ghost-nugget:after{content:"";position:absolute;width:6px;height:6px;background:#fff9;top:6px;left:6px;box-shadow:6px 0 #fff6,0 6px #ffffff4d}@keyframes ghost-fade{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.7;transform:scale(1)}}.icon-question-block{width:40px;height:40px;background:var(--gold-dark);position:relative;display:flex;align-items:center;justify-content:center;border:4px solid var(--gold-primary);box-shadow:3px 3px #0000004d,inset 3px 3px 0 var(--gold-light),inset -3px -3px #8b6914}.icon-question-block:before{content:"?";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:"Press Start 2P",cursive;font-size:14px;color:var(--green-dark);text-shadow:1px 1px 0 var(--gold-light);line-height:1}.icon-golden-pickaxe{width:68px;height:68px;position:relative;display:flex;align-items:center;justify-content:center;animation:enchanted-glow 3s ease-in-out infinite;margin-top:20px}@keyframes enchanted-glow{0%,to{filter:drop-shadow(0 0 4px rgba(255,215,0,.6))}25%{filter:drop-shadow(0 0 8px rgba(138,43,226,.8))}50%{filter:drop-shadow(0 0 8px rgba(0,191,255,.8))}75%{filter:drop-shadow(0 0 8px rgba(255,20,147,.8))}}.icon-golden-pickaxe:before{content:"";position:absolute;width:11px;height:63px;background:linear-gradient(90deg,#8b4513,sienna,#8b4513);top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center;box-shadow:2px 2px #0000004d;border-radius:2px}.icon-golden-pickaxe:after{content:"";position:absolute;width:57px;height:17px;background:linear-gradient(135deg,gold,#ff1493,#8a2be2 30%,#00bfff,#00ff7f 70%,gold,#ff1493);background-size:200% 200%;animation:rainbow-shift 4s ease infinite;top:11px;left:50%;transform:translate(-50%) rotate(-45deg);box-shadow:2px 2px #0000004d,inset 0 -2px #0000004d,0 0 10px #ffd70080;border-radius:2px}@keyframes rainbow-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.problem-card h3{font-size:.75rem;color:var(--gold-primary);margin-bottom:1rem}.problem-card p{color:var(--gray);font-size:1.1rem;line-height:1.5}.features-section{padding:5rem 2rem;background:var(--green-medium)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto}.feature-card{background:var(--green-medium);padding:2.5rem;text-align:center;border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--gold-primary) 0%,transparent 70%);opacity:.05;pointer-events:none}.feature-card h3{font-size:.8rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:1px 1px 0 var(--gold-dark)}.feature-card p{color:var(--white);font-size:1.2rem;line-height:1.6}.how-it-works{padding:0;background:var(--green-medium);position:relative}.title-wrapper{padding:4rem 2rem 2rem;text-align:center}.how-it-works .section-title{margin-bottom:0}.scroll-stack-container{max-width:900px;margin:0 auto;position:relative;padding:0 2rem 4rem}.scroll-stack-item{position:relative}.scroll-stack-item:nth-child(1){height:max(195vh,1800px);z-index:1}.scroll-stack-item:nth-child(2){height:max(130vh,1200px);margin-top:min(-130vh,-1200px);z-index:2}.scroll-stack-item:nth-child(3){height:max(65vh,600px);margin-top:min(-65vh,-600px);z-index:3}.stack-content{position:sticky;top:80px;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 2rem 2rem;background:var(--green-dark);border-radius:16px;border:3px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark),0 0 20px #0000004d}.step-badge{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:10;background:var(--gold-primary);border:3px solid var(--gold-dark);box-shadow:4px 4px 0 var(--gold-dark);padding:.6rem 1.25rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.badge-number{font-family:"Press Start 2P",cursive;font-size:.75rem;color:var(--green-dark);text-shadow:1px 1px 0 rgba(0,0,0,.2)}.step-image-wrapper{background:var(--green-medium);border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);overflow:hidden;border-radius:12px;margin-top:1.25rem;position:relative;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.step-image{width:100%;height:100%;display:block;object-fit:contain;position:relative;z-index:0}.step-info{text-align:center;padding:0 1.5rem;margin-top:3.5rem}.step-title{font-size:.85rem;color:var(--gold-primary);margin-bottom:.75rem;text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:2px}.step-description{color:var(--white);font-size:1.1rem;line-height:1.5;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@keyframes arrow-pulse{0%,to{transform:translate(0);opacity:.8}50%{transform:translate(10px);opacity:1;text-shadow:3px 3px 0 var(--gold-dark),0 0 25px rgba(255,215,0,.8)}}.demo-section{padding:5rem 2rem;background:var(--green-dark);text-align:center}.demo-section .demo-video-container{max-width:1200px;margin:0 auto}.pricing-section{padding:5rem 2rem;background:var(--green-medium);text-align:center}.pricing-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-bottom:3rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.pricing-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1600px;margin:0 auto 2rem;padding:0 1rem}@media (max-width: 767px){.pricing-grid{flex-direction:column;align-items:center}.pricing-grid .pricing-card{width:100%;max-width:320px}}@media (min-width: 768px) and (max-width: 1023px){.pricing-grid .pricing-card{width:calc(50% - .5rem);max-width:280px}}@media (min-width: 1024px){.pricing-grid{flex-wrap:nowrap;gap:.75rem}.pricing-grid .pricing-card{flex:1 1 0;min-width:180px;max-width:220px}}@media (min-width: 1400px){.pricing-grid{gap:1.25rem}.pricing-grid .pricing-card{max-width:260px}}.pricing-card{background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:8px;padding:2rem 1.5rem;display:flex;flex-direction:column;position:relative;box-shadow:4px 4px #0003;transition:all .2s ease}.pricing-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.pricing-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.4rem .8rem;background:var(--gold-primary);color:var(--green-dark);font-family:"Press Start 2P",monospace;font-size:.5rem;border:2px solid #000;border-radius:4px;box-shadow:2px 2px #0000004d;white-space:nowrap}.pricing-card-badge-trial{background:#4ade80;border-color:#22c55e;font-size:.45rem}.pricing-card-header{text-align:center;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--gold-dark)}.pricing-card-name{font-family:"Press Start 2P",monospace;font-size:1rem;color:var(--gold-primary);margin:0 0 .5rem;text-shadow:2px 2px 0px rgba(0,0,0,.3)}.pricing-card-persona{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin:0 0 1rem;letter-spacing:.5px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.pricing-card-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.pricing-card-price-amount{font-family:VT323,monospace;font-size:2.5rem;color:#fff;line-height:1}.pricing-card-price-period{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3}.pricing-card-price-custom{font-family:VT323,monospace;font-size:1.8rem;color:var(--gold-primary);line-height:1}.pricing-card-features{flex:1;margin-bottom:1.5rem}.pricing-card-feature{display:flex;align-items:center;gap:.5rem;padding:.6rem 0;font-family:VT323,monospace;font-size:1.1rem;color:#fff;line-height:1.4}.pricing-card-feature-icon{color:#4caf50;font-size:1.2rem;font-weight:700;flex-shrink:0}.pricing-card-feature-muted{color:var(--gray);font-size:.95rem;opacity:.8}.pricing-card-feature-muted .pricing-card-feature-icon{color:var(--gray)}.pricing-card-annual{font-family:VT323,monospace;font-size:.9rem;color:var(--gray);margin-top:.25rem}.pricing-card-button{width:100%;padding:.9rem 1rem;font-family:"Press Start 2P",monospace;font-size:.65rem;border:3px solid;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:3px 3px #0000004d;border-radius:4px;background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark);text-decoration:none;display:flex;align-items:center;justify-content:center}.pricing-card-button:hover{background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.pricing-card-button:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.pricing-card-button-contact{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark)}.pricing-card-button-contact:hover{background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.pricing-note{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin-top:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.final-cta{padding:5rem 2rem;background:radial-gradient(ellipse at center,var(--green-light) 0%,var(--green-dark) 70%);text-align:center}.cta-title{font-size:clamp(1rem,3vw,1.5rem);color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 var(--gold-dark)}.cta-subtitle{font-size:1.3rem;color:var(--gray);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-form{max-width:500px}.footer{padding:3rem 2rem;background:var(--green-dark);border-top:4px solid var(--green-accent);text-align:center}.footer-content{max-width:600px;margin:0 auto}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo .logo-text{font-size:1rem}.footer-tagline{color:var(--gray);font-size:1.1rem;margin-bottom:1rem}.footer-copyright{color:var(--green-accent);font-size:.9rem}@media (max-width: 768px){.hero{padding:4.5rem 1.5rem 1.5rem;align-items:flex-start}.hero-content{padding-top:1rem}.gamified-badge{margin-top:1.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.5rem}.hero-title{margin-bottom:1rem}.hero-flow-steps{flex-direction:column;gap:1.5rem;margin:1.5rem auto 4rem}.flow-step{flex:0 0 auto;width:100%;max-width:280px}.flow-arrow{transform:rotate(90deg);font-size:1.75rem}.hero-subtitle{font-size:1.1rem;margin-bottom:.75rem;line-height:1.4}.hero-flow-description{font-size:1.15rem;margin:0 auto 1.5rem;padding:0 1rem}.hero-value-prop{margin:1.5rem auto 2rem}.value-prop-title{font-size:.7rem;margin-bottom:.75rem}.value-prop-subtitle{font-size:1.2rem;margin-bottom:1rem}.value-prop-badges{gap:.75rem}.value-badge{font-size:.45rem;padding:.5rem .75rem}.trust-text{font-size:1.05rem;padding:0 1rem}.trust-text-inline{font-size:.95rem}.gold-strike-container{margin-top:0}.try-free-text{font-size:1.5rem;margin:0 0 .75rem}.try-free-text:after{font-size:1.2rem}.pixel-art-container{height:80px;margin:0 0 1rem}.pickaxe{width:100px;height:100px;margin-right:100px}.early-access-note{font-size:.9rem;margin-top:.75rem}.demo-video-container{margin:2rem 0 1.5rem}.video-wrapper{border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark),0 0 15px #ffd70033}.video-controls{opacity:1;bottom:.75rem;right:.75rem}.video-control-btn{width:40px;height:40px;font-size:.7rem}.video-caption{font-size:1rem;margin-bottom:1rem}.play-button-center{width:100px;height:100px}.play-icon{font-size:2.5rem}.input-group{flex-direction:row;align-items:stretch}.url-input-container{min-width:200px}.setup-label{font-size:.5rem}.email-input{width:100%}.submit-button{padding:1rem;flex-shrink:0}.problem-section,.features-section,.how-it-works,.demo-section,.pricing-section,.final-cta{padding:3rem 1.5rem}.pricing-subtitle{font-size:1.15rem;margin-bottom:2rem}.pricing-grid{gap:1.5rem}.pricing-card{padding:1.5rem 1.25rem}.pricing-card-name{font-size:.9rem}.pricing-card-persona{font-size:1rem}.pricing-card-price-amount{font-size:2rem}.pricing-card-feature,.pricing-note{font-size:1rem}.title-wrapper{padding:3rem 1.5rem 1.5rem}.scroll-stack-container{padding:0 1.5rem 3rem}.stack-content{top:70px;padding:1.25rem 1.5rem 1.75rem}.step-badge{padding:.5rem 1rem}.badge-number{font-size:.65rem}.step-image-wrapper{margin-top:1rem}.step-title{font-size:.75rem}.step-description{font-size:1rem}.step-info{padding:0 1rem;margin-top:3rem}}@media (max-width: 480px){.hero{padding:4rem 1rem 1rem}.hero-content{padding-top:.5rem}.header{padding:1rem}.logo-text{font-size:1rem}.gamified-badge{margin-top:1rem;margin-bottom:1rem;padding:.4rem .8rem;font-size:.45rem}.hero-title{margin-bottom:.75rem}.title-line{font-size:1.25rem}.hero-flow-steps{gap:1.25rem;margin:1.25rem auto 3.5rem}.flow-step{flex:0 0 auto;width:100%;max-width:240px}.flow-step-number{width:45px;height:45px;font-size:1.1rem}.flow-step-title{font-size:.65rem}.flow-step-desc{font-size:1rem}.flow-arrow{font-size:1.5rem}.hero-subtitle{font-size:1rem;margin-bottom:.5rem;line-height:1.35}.hero-flow-description{font-size:1.05rem;margin:0 auto 1.25rem;padding:0 .75rem}.hero-value-prop{margin:1.25rem auto 1.75rem}.value-prop-title{font-size:.6rem;margin-bottom:.5rem}.value-prop-subtitle{font-size:1.1rem;margin-bottom:.75rem}.value-prop-badges{gap:.5rem}.value-badge{font-size:.4rem;padding:.4rem .6rem}.trust-text{font-size:.95rem}.trust-icon{font-size:1rem}.trust-text-inline{font-size:.9rem}.section-title{font-size:.8rem}.demo-video-container{margin:1.5rem 0 1rem}.video-wrapper{border:3px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark),0 0 10px #ffd70033;border-radius:6px}.video-control-btn{width:36px;height:36px;font-size:.6rem}.video-caption{font-size:.9rem;margin-bottom:.75rem}.play-button-center{width:80px;height:80px;border:4px solid var(--gold-dark)}.play-icon{font-size:2rem;padding-left:6px}.problem-card h3,.feature-card h3{font-size:.6rem}.step-content h3{font-size:.55rem}.pricing-subtitle{font-size:1.05rem;margin-bottom:1.5rem;padding:0 1rem}.pricing-grid{gap:1.25rem}.pricing-card{padding:1.25rem 1rem}.pricing-card-badge{font-size:.45rem;padding:.3rem .6rem}.pricing-card-name{font-size:.8rem}.pricing-card-persona{font-size:.95rem}.pricing-card-price-amount{font-size:1.8rem}.pricing-card-price-custom{font-size:1.5rem}.pricing-card-feature{font-size:.95rem}.pricing-card-button{font-size:.6rem;padding:.8rem}.pricing-note{font-size:.95rem;padding:0 1rem}.gold-strike-container{margin-top:0}.try-free-text{font-size:1.3rem;margin:0 0 .5rem}.try-free-text:after{font-size:1rem;margin-top:.15rem}.pixel-art-container{height:70px;margin:0 0 .75rem}.pickaxe{width:80px;height:80px;margin-right:80px}.nugget{width:20px;height:20px}.nugget-2{width:16px;height:16px}.nugget-3{width:14px;height:14px}.early-access-note{font-size:.85rem;margin-top:.5rem}.input-group{gap:.4rem;flex-direction:row;align-items:stretch}.email-input{padding:.75rem 1rem;font-size:1rem}.inline-placeholder{padding:.75rem 1rem;font-size:1rem;letter-spacing:.5px;padding-left:calc(1rem + 8.75ch)}.url-prefix{font-size:1rem;padding:.75rem 0 .75rem 1rem}.url-input-field{padding:.75rem 1rem .75rem 0;font-size:1rem}.submit-button{padding:.75rem 1rem;font-size:.6rem}.title-wrapper{padding:2.5rem 1rem 1rem}.scroll-stack-container{padding:0 1rem 2rem}.stack-content{top:60px;padding:1rem 1rem 1.25rem}.step-badge{padding:.4rem .8rem;border-width:2px;box-shadow:3px 3px 0 var(--gold-dark)}.badge-number{font-size:.55rem}.step-title{font-size:.65rem}.step-description{font-size:.95rem}.step-info{margin-top:2.5rem;padding:0 .5rem}.step-image-wrapper{border-width:3px;box-shadow:4px 4px 0 var(--gold-dark);margin-top:.75rem}}@media (max-width: 375px){.hero{padding:3.5rem .75rem 1rem}.gamified-badge{padding:.35rem .6rem;font-size:.4rem;margin-top:.75rem;margin-bottom:.75rem}.title-line{font-size:1.1rem}.hero-flow-steps{gap:1rem;margin:1rem auto 3rem}.flow-step{flex:0 0 auto;width:100%;max-width:200px}.flow-step-number{width:40px;height:40px;font-size:1rem;border-width:3px;box-shadow:3px 3px 0 var(--gold-dark)}.flow-step-title{font-size:.6rem}.flow-step-desc{font-size:.95rem}.flow-arrow{font-size:1.25rem}.hero-subtitle{font-size:.9rem;line-height:1.3}.hero-flow-description{font-size:.95rem;margin:0 auto 1rem;padding:0 .5rem}.gold-strike-container{margin-top:0}.try-free-text{font-size:1.2rem;margin:0 0 .5rem}.try-free-text:after{font-size:.9rem}.hero-value-prop{margin:1rem auto 1.5rem;padding:0 .5rem}.value-prop-title{font-size:.55rem;margin-bottom:.5rem}.value-prop-subtitle{font-size:1rem;margin-bottom:.75rem}.value-prop-badges{gap:.4rem}.value-badge{font-size:.38rem;padding:.35rem .5rem}.trust-text{font-size:.85rem}.trust-icon{font-size:.9rem}.trust-text-inline{font-size:.85rem}.pixel-art-container{height:60px;margin:0 0 .5rem}.pickaxe{width:70px;height:70px;margin-right:70px}.early-access-note{font-size:.8rem}.scroll-stack-container{padding:0 .75rem 2rem}.stack-content{top:55px;padding:.75rem .75rem 1rem;border-radius:12px}.step-info{margin-top:2rem}.badge-number{font-size:.5rem}.step-title{font-size:.55rem}.step-description{font-size:.85rem}}@media (max-height: 500px) and (orientation: landscape){.hero{padding:4rem 2rem 1rem;min-height:auto}.hero-content{padding-top:0}.gamified-badge{margin-top:.5rem;margin-bottom:.5rem;padding:.4rem .8rem}.hero-title,.hero-flow,.hero-subtitle{margin-bottom:.5rem}.pixel-art-container{height:60px;margin:0 0 .5rem}.pickaxe{width:60px;height:60px}.early-access-note{margin-top:.5rem}.stack-content{top:50px}}.try-free-text{font-family:VT323,monospace;font-size:1.8rem;color:var(--gold-primary);text-align:center;margin:0 0 1rem;text-shadow:2px 2px 0 var(--gold-dark);animation:try-free-glow 3s ease-in-out infinite;position:relative}.try-free-text:after{content:"↓";display:block;font-size:1.4rem;margin-top:.25rem;animation:arrow-bounce 2s ease-in-out infinite}@keyframes try-free-glow{0%,to{text-shadow:2px 2px 0 var(--gold-dark)}50%{text-shadow:2px 2px 0 var(--gold-dark),0 0 12px rgba(255,215,0,.6)}}@keyframes arrow-bounce{0%,to{transform:translateY(0);opacity:.8}50%{transform:translateY(6px);opacity:1}}.gold-strike-container{position:relative;margin-top:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp .8s ease-out}.problem-card:hover,.feature-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #0000004d}.feature-card:hover{box-shadow:8px 8px 0 var(--gold-dark)}.problem-card,.feature-card{transition:all .2s ease}.landing-page-new{width:100%;min-height:100vh;background:var(--green-dark)}.header-new{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d2818f2;border-bottom:4px solid var(--gold-primary);padding:1rem 2rem;transition:box-shadow .3s ease,background .3s ease}.header-new.scrolled{background:#0d2818fa;box-shadow:0 8px 16px #0006,0 0 20px #ffd70033}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;font-family:VT323,monospace;font-size:1.2rem;color:var(--white);cursor:pointer;transition:color .2s ease;padding:.5rem}.nav-link:hover{color:var(--gold-primary)}.nav-link-login{background:none;border:none;font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-primary);cursor:pointer;transition:color .2s ease;padding:.5rem 1rem}.nav-link-login:hover{color:var(--gold-light)}.header-btn-cta{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:.6rem 1.25rem;font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:3px 3px 0 var(--gold-dark)}.header-btn-cta:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--gold-dark)}.header-btn-cta:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.hero-new{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%)}.hero-layout{display:flex;flex-direction:column;align-items:center;max-width:1300px;width:100%;gap:0}.hero-content-new{text-align:center;max-width:900px}.hero-image{width:100%;display:flex;align-items:center;justify-content:center;margin-top:3rem;position:relative}.hero-image img{width:100%;max-width:1000px;height:auto;border:6px solid var(--gold-primary);border-radius:8px;box-shadow:10px 10px 0 var(--gold-dark),0 0 30px #ffd7004d}.hero-image .zoom-hint{display:none}@media (max-width: 768px){.hero-image{cursor:pointer}.hero-image .zoom-hint{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;color:#fff;font-size:.75rem;padding:.5rem 1rem;border-radius:4px;letter-spacing:1px;pointer-events:none}.image-zoom-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:1rem}.image-zoom-close{position:fixed;top:1rem;right:1rem;z-index:10000;background:#ffffff26;border:none;color:#fff;font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.image-zoom-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;display:flex;align-items:center;justify-content:center}.image-zoom-container img{max-width:none;width:200%;height:auto;touch-action:pan-x pan-y pinch-zoom}}.hero-headline{font-family:"Press Start 2P",cursive;font-size:clamp(1.5rem,4vw,2.5rem);color:var(--gold-primary);margin-top:3rem;margin-bottom:1.5rem;line-height:1.4;text-shadow:3px 3px 0 var(--gold-dark);animation:headline-glow 4s ease-in-out infinite alternate}@keyframes headline-glow{0%{text-shadow:3px 3px 0 var(--gold-dark)}to{text-shadow:3px 3px 0 var(--gold-dark),0 0 20px rgba(255,215,0,.5)}}.hero-subheadline{font-family:VT323,monospace;font-size:clamp(1.6rem,3.5vw,2.2rem);color:var(--white);margin-bottom:1.5rem;line-height:1.5;letter-spacing:.5px;opacity:.95}.hero-subheadline .highlight-value{color:var(--gold-primary);font-weight:400;position:relative;padding:0 .15em;text-shadow:0 0 8px rgba(255,215,0,.4);border-bottom:2px solid var(--gold-dark);transition:text-shadow .3s ease}.hero-subheadline .highlight-value:hover{text-shadow:0 0 12px rgba(255,215,0,.6)}.hero-subheadline .highlight-always{color:var(--success);font-weight:400;text-shadow:0 0 8px rgba(74,222,128,.4);position:relative;animation:always-on-pulse 3s ease-in-out infinite}@keyframes always-on-pulse{0%,to{text-shadow:0 0 8px rgba(74,222,128,.4)}50%{text-shadow:0 0 14px rgba(74,222,128,.7),0 0 20px rgba(74,222,128,.3)}}.hero-description{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.hero-form{margin-bottom:0}.hero-input-group{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0 auto}.hero-url-input{flex:1;min-width:300px;padding:1rem 1.5rem;font-family:VT323,monospace;font-size:1.3rem;background:var(--green-medium);border:4px solid var(--green-accent);color:var(--white);outline:none;transition:all .2s ease;animation:input-glow 3s ease-in-out infinite}.hero-url-input::placeholder{color:var(--gray)}.hero-url-input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-dark);animation:none}.hero-url-input-attention{animation:url-input-attention 1.1s cubic-bezier(.4,0,.2,1) 3!important;border-color:var(--gold-primary)!important}@keyframes url-input-attention{0%{border-color:var(--gold-primary);box-shadow:0 0 #ffd70000}10%{border-color:var(--gold-primary);box-shadow:0 0 6px 1px #ffd70026,0 0 12px 3px #ffd70014}25%{border-color:var(--gold-light);box-shadow:0 0 14px 3px #ffd70066,0 0 28px 6px #ffd7002e,inset 0 0 4px #ffd70014}42%{border-color:var(--gold-light);box-shadow:0 0 22px 5px #ffd700b3,0 0 44px 10px #ffd7004d,inset 0 0 10px #ffd70026}55%{border-color:var(--gold-light);box-shadow:0 0 18px 4px #ffd7008c,0 0 36px 8px #ffd70038,inset 0 0 7px #ffd7001a}72%{border-color:var(--gold-primary);box-shadow:0 0 10px 2px #ffd70040,0 0 20px 4px #ffd7001a}88%{border-color:var(--gold-primary);box-shadow:0 0 3px 1px #ffd70014}to{border-color:var(--gold-primary);box-shadow:0 0 #ffd70000}}.hero-submit-btn{padding:1rem 2rem;font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--green-dark);background:var(--gold-primary);border:4px solid var(--gold-dark);cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:4px 4px 0 var(--gold-dark)}.hero-submit-btn:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.hero-submit-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}.hero-submit-btn:disabled{opacity:.7;cursor:not-allowed}.hero-error{color:var(--red);font-family:VT323,monospace;font-size:1.1rem;margin-top:1rem}.hero-trust-line{font-family:VT323,monospace;font-size:1.2rem;color:var(--success);margin:.4rem 0 0}.hero-legal{font-family:VT323,monospace;font-size:1rem;color:var(--gray);max-width:600px;margin:.1rem auto 0;line-height:1.4}.how-it-works-new{padding:3rem 2rem;background:var(--green-dark)}.section-title-new{text-align:center;font-family:"Press Start 2P",cursive;font-size:clamp(.9rem,2.5vw,1.3rem);color:var(--gold-primary);margin-bottom:3rem;text-shadow:2px 2px 0 var(--gold-dark)}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step-card{background:var(--green-medium);padding:2rem;border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);text-align:center;transition:transform .2s ease,box-shadow .2s ease}.step-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--gold-dark)}.step-number{width:50px;height:50px;background:var(--gold-primary);border:4px solid var(--gold-dark);display:flex;align-items:center;justify-content:center;font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--green-dark);margin:0 auto 1.5rem;box-shadow:4px 4px 0 var(--gold-dark)}.step-card-title{font-family:"Press Start 2P",cursive;font-size:.75rem;color:var(--gold-primary);margin-bottom:.75rem;text-shadow:1px 1px 0 var(--gold-dark)}.step-card-subtitle{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-light);margin-bottom:.75rem;font-style:italic}.step-card-desc{font-family:VT323,monospace;font-size:1.2rem;color:var(--white);line-height:1.5}.comparison-section{padding:5rem 2rem;background:var(--green-medium)}.comparison-subtitle{text-align:center;font-family:VT323,monospace;font-size:1.4rem;color:var(--gray);margin-top:-2rem;margin-bottom:3rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.comparison-card{padding:2rem;border:4px solid;box-shadow:6px 6px #0000004d}.comparison-old{background:var(--green-dark);border-color:var(--gray)}.comparison-new{background:var(--green-dark);border-color:var(--success)}.comparison-card-title{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--white);margin-bottom:.25rem}.comparison-card-label{font-family:VT323,monospace;font-size:1rem;color:var(--gray);margin-bottom:1.5rem}.comparison-list{list-style:none;padding:0;margin:0}.comparison-list li{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem;font-family:VT323,monospace;font-size:1.1rem;color:var(--white);line-height:1.4}.comparison-list li:last-child{margin-bottom:0}.comparison-icon{font-family:"Press Start 2P",cursive;font-size:.7rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comparison-icon.bad{color:var(--gray)}.comparison-icon.good{color:var(--success)}.comparison-list strong{color:var(--gold-primary);font-family:VT323,monospace;font-size:1.2rem;font-weight:400}.features-section-new{padding:5rem 2rem;background:var(--green-dark)}.features-grid-new{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.feature-card-new{background:var(--green-medium);padding:2rem;border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card-new:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--gold-dark)}.feature-icon-new{font-family:"Press Start 2P",cursive;font-size:1.5rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 var(--gold-dark)}.feature-card-title{font-family:"Press Start 2P",cursive;font-size:.65rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:1px 1px 0 var(--gold-dark)}.feature-card-desc{font-family:VT323,monospace;font-size:1.15rem;color:var(--white);line-height:1.5}.demo-section-new{padding:5rem 2rem;background:var(--green-medium);text-align:center}.demo-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-top:-2rem;margin-bottom:2rem}.demo-section-new .demo-video-container{max-width:1000px;margin:0 auto}.pricing-section-new{padding:5rem 10%;background:var(--green-dark);text-align:center}.pricing-subtitle-new{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-top:-2rem;margin-bottom:2rem}.billing-toggle{display:flex;justify-content:center;gap:0;margin-bottom:3rem;background:var(--green-medium);border:3px solid var(--gold-primary);width:fit-content;margin-left:auto;margin-right:auto;border-radius:4px;overflow:hidden}.billing-option{padding:.75rem 1.5rem;font-family:VT323,monospace;font-size:1.2rem;background:transparent;border:none;color:var(--gray);cursor:pointer;transition:all .2s ease}.billing-option.active{background:var(--gold-primary);color:var(--green-dark)}.billing-save{display:block;font-family:"Press Start 2P",cursive;font-size:.45rem;color:var(--success);margin-top:.3rem}.billing-option.active .billing-save{color:var(--green-dark)}.pricing-tax-note{font-family:VT323,monospace;font-size:1.1rem;color:#ffffff80;text-align:center;margin:1rem 0 0}.pricing-grid-new{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;padding:0}@media (max-width: 1200px){.pricing-grid-new{grid-template-columns:repeat(4,minmax(260px,1fr));overflow-x:auto;padding-bottom:1rem;-webkit-overflow-scrolling:touch}}.pricing-card-new{background:var(--green-medium);border:3px solid var(--gold-dark);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;position:relative;box-shadow:4px 4px #0003;transition:all .2s ease}.pricing-card-new:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.pricing-card-highlight{animation:agency-pulse .8s ease-in-out 3;position:relative;z-index:10}.pricing-card-highlight:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:transparent;border:3px solid var(--gold-primary);border-radius:10px;animation:agency-glow .8s ease-in-out 3;pointer-events:none}@keyframes agency-pulse{0%,to{box-shadow:4px 4px #0003;transform:scale(1)}50%{box-shadow:4px 4px #0003,0 0 24px #ffd70080;transform:scale(1.03)}}@keyframes agency-glow{0%,to{opacity:.3;box-shadow:0 0 #ffd70000}50%{opacity:1;box-shadow:0 0 20px #ffd70080}}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.35rem .7rem;background:var(--gold-primary);color:var(--green-dark);font-family:"Press Start 2P",monospace;font-size:.4rem;border:2px solid var(--gold-dark);border-radius:4px;white-space:nowrap}.pricing-badge-trial{background:var(--success);border-color:#2d8a4e}.pricing-grid-4 .pricing-card-new{min-width:0;max-width:none}.pricing-badge-icon{display:flex;justify-content:center;margin-bottom:.75rem}.pricing-badge-icon .plan-badge-square{width:50px;height:50px}.pricing-badge-icon .plan-badge-letter{font-size:1.5rem}.pricing-badge-icon .plan-badge-label{display:none}.pricing-card-header-new{text-align:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid var(--gold-dark)}.pricing-plan-name{font-family:"Press Start 2P",monospace;font-size:.75rem;color:var(--gold-primary);margin:0 0 .4rem;text-shadow:1px 1px 0px rgba(0,0,0,.3)}.pricing-plan-persona{font-family:VT323,monospace;font-size:1.2rem;color:var(--gray);margin:0 0 .75rem;letter-spacing:.5px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.pricing-plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.price-amount{font-family:VT323,monospace;font-size:2.5rem;color:#fff;line-height:1}.price-period{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3}.price-billed{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin-top:.4rem;margin-bottom:0}.price-card-tax-note{font-family:VT323,monospace;font-size:.85rem;color:#ffffff59;margin-top:.3rem;margin-bottom:0;text-align:center;letter-spacing:.03em}.pricing-features-list{list-style:none;padding:0;margin:0 0 1rem;flex:1;text-align:left}.pricing-features-list li{font-family:VT323,monospace;font-size:1.15rem;color:var(--white);padding:.35rem 0 .35rem 1.25rem;position:relative}.pricing-features-list li:before{content:"+";position:absolute;left:0;color:var(--success);font-weight:700}.pricing-btn{width:100%;padding:.75rem 1rem;font-family:"Press Start 2P",monospace;font-size:.6rem;border:3px solid var(--gold-dark);cursor:pointer;text-transform:uppercase;transition:all .2s ease;box-shadow:3px 3px #0000004d;border-radius:4px;background:var(--gold-primary);color:var(--green-dark)}.pricing-btn:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.pricing-btn:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.faq-section{padding:5rem 2rem;background:var(--green-dark)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--green-medium);border:2px solid var(--gold-dark);margin-bottom:.5rem;cursor:pointer;transition:all .2s ease}.faq-item:hover,.faq-item-open{border-color:var(--gold-primary)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-family:VT323,monospace;font-size:1.15rem;color:var(--white)}.faq-toggle{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);margin-left:1rem}.faq-answer{padding:1rem 1.25rem;font-family:VT323,monospace;font-size:1.05rem;color:var(--gray);line-height:1.5;border-top:2px solid var(--gold-dark);margin-top:0}.faq-category{font-family:"Press Start 2P",cursive;font-size:.65rem;color:var(--gold-primary);text-shadow:1px 1px 0 var(--gold-dark);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold-dark)}.faq-category:first-of-type{margin-top:0}.final-cta-new{padding:5rem 2rem;background:radial-gradient(ellipse at center,var(--green-light) 0%,var(--green-dark) 70%);text-align:center}.cta-title-new{font-family:"Press Start 2P",cursive;font-size:clamp(.9rem,2.5vw,1.3rem);color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 var(--gold-dark)}.cta-subtitle-new{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin-bottom:2rem}.cta-form-new{max-width:700px;margin:0 auto}.cta-input-group{display:flex;gap:.5rem;flex-wrap:nowrap;justify-content:center}.cta-url-input{flex:1;min-width:280px;padding:1rem 1.5rem;font-family:VT323,monospace;font-size:1.3rem;background:var(--green-medium);border:4px solid var(--green-accent);color:var(--white);outline:none;transition:all .2s ease;animation:input-glow 3s ease-in-out infinite}.cta-url-input::placeholder{color:var(--gray)}.cta-url-input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-dark)}.cta-submit-btn{padding:1rem 2rem;font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--green-dark);background:var(--gold-primary);border:4px solid var(--gold-dark);cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:4px 4px 0 var(--gold-dark)}.cta-submit-btn:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.cta-submit-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}.cta-submit-btn:disabled{opacity:.7;cursor:not-allowed}.cta-error{color:var(--red);font-family:VT323,monospace;font-size:1.1rem;margin-top:1rem}.cta-trust-line{font-family:VT323,monospace;font-size:1.2rem;color:var(--success);margin:.4rem 0 0}.cta-disclosure{font-family:VT323,monospace;font-size:1rem;color:var(--gray);margin:.1rem auto 0}.footer-new{padding:3rem 2rem;background:var(--green-dark);border-top:4px solid var(--gold-dark);text-align:center}.footer-content-new{max-width:600px;margin:0 auto}.footer-logo-new{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-tagline-new{font-family:VT323,monospace;font-size:1.2rem;color:var(--gray);margin-bottom:1.5rem}.footer-links{margin-bottom:1.5rem}.footer-link{font-family:VT323,monospace;font-size:1rem;color:var(--gray);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--gold-primary)}.footer-divider{color:var(--gray);margin:0 .75rem}.footer-language-toggle{display:flex;justify-content:center;margin-bottom:1.5rem}.footer-copyright-new{font-family:VT323,monospace;font-size:1rem;color:var(--green-accent)}@media (max-width: 768px){.header-new{padding:.75rem 1rem}.header-container{flex-wrap:nowrap;gap:.5rem}.nav-links{display:none}.logo-text{font-size:1.05rem}.nav-link-login{font-size:1rem;padding:.4rem .5rem}.header-btn-cta{font-size:.45rem;padding:.5rem .75rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.header-nav{gap:.5rem;flex-shrink:0}.hero-new{padding:6rem 1.5rem 3rem}.hero-input-group{flex-direction:column}.hero-url-input{min-width:100%}.hero-submit-btn{width:100%}.steps-container,.comparison-grid{grid-template-columns:1fr}.features-grid-new{grid-template-columns:repeat(2,1fr)}.pricing-grid-new{grid-template-columns:1fr;max-width:400px;margin:0 auto;overflow-x:visible}.billing-toggle{flex-direction:column}.billing-option{padding:.6rem 1.25rem}.cta-input-group{flex-direction:column}.cta-url-input{min-width:100%}.cta-submit-btn{width:100%}}@media (max-width: 480px){.header-new{padding:.6rem .75rem}.header-container{gap:.35rem}.logo-text{font-size:.9rem}.nav-link-login{font-size:.9rem;padding:.3rem .4rem}.header-btn-cta{font-size:.4rem;padding:.4rem .6rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.header-nav{gap:.35rem}.hero-headline{font-size:1.2rem}.hero-subheadline{font-size:1.4rem;line-height:1.6}.hero-subheadline .highlight-value,.hero-subheadline .highlight-always{display:inline}.hero-description{font-size:1.1rem}.section-title-new{font-size:.75rem}.step-card{padding:1.5rem}.step-number{width:40px;height:40px;font-size:1rem}.comparison-card,.feature-card-new{padding:1.5rem}.features-grid-new{grid-template-columns:1fr}.pricing-card-new{padding:1.25rem}.pricing-plan-name{font-size:.6rem}.pricing-plan-persona{font-size:.9rem}.price-amount{font-size:2rem}.pricing-btn{font-size:.5rem;padding:.7rem .8rem}.faq-question{font-size:1rem;padding:.7rem 1rem}.faq-answer{font-size:.95rem;padding:0 1rem .85rem}.cta-title-new{font-size:.8rem}.cta-subtitle-new{font-size:1.2rem}}@media (max-width: 360px){.header-new{padding:.5rem}.header-container{gap:.25rem}.logo-text{font-size:.8rem}.nav-link-login{font-size:.85rem;padding:.25rem .3rem}.header-btn-cta{font-size:.35rem;padding:.35rem .5rem;border-width:2px;box-shadow:1px 1px 0 var(--gold-dark)}.header-nav{gap:.25rem}}.mock-notification{position:fixed;top:100px;right:-420px;width:380px;max-width:calc(100vw - 2rem);z-index:1000;transition:right .6s cubic-bezier(.22,1,.36,1);cursor:pointer}.mock-notification-visible{right:1.25rem}.mock-notification-exiting{right:-420px;opacity:0;transition:right .4s ease-in,opacity .3s ease-in}.mock-notification-content{background:linear-gradient(135deg,#2a4a2af7,#1a3a1af7);border:3px solid var(--gold-primary);border-radius:2px;box-shadow:4px 4px 0 var(--gold-dark),0 0 40px #ffd70026,inset 0 1px #ffd7001a;padding:1.25rem 1.25rem .5rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mock-notification:hover .mock-notification-content{border-color:var(--gold-light);box-shadow:4px 4px 0 var(--gold-dark),0 0 50px #ffd70040,inset 0 1px #ffd70026}.mock-notification:hover .mock-notification-cta{opacity:1;text-decoration:underline}.mock-notification-content:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-primary),var(--gold-light),var(--gold-primary),var(--gold-dark));background-size:200% 100%;animation:mock-shimmer 3s ease-in-out infinite}@keyframes mock-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mock-notification-header{display:flex;align-items:flex-start;gap:1rem;position:relative;z-index:1}.mock-notification-icon{flex-shrink:0;width:44px;height:44px;position:relative;display:flex;align-items:center;justify-content:center}.mock-notification-ping{position:absolute;width:100%;height:100%;border:2px solid var(--gold-primary);border-radius:50%;opacity:0;animation:mock-ping 2.5s ease-out infinite}.mock-notification-ping-2{animation-delay:.8s}@keyframes mock-ping{0%{transform:scale(.3);opacity:.8}to{transform:scale(1);opacity:0}}.mock-notification-dot{width:14px;height:14px;background:var(--gold-primary);border-radius:50%;box-shadow:0 0 8px #ffd70099,0 0 16px #ffd7004d;animation:mock-dot-pulse 2s ease-in-out infinite;position:relative;z-index:1}@keyframes mock-dot-pulse{0%,to{box-shadow:0 0 8px #ffd70099,0 0 16px #ffd7004d}50%{box-shadow:0 0 12px #ffd700e6,0 0 24px #ffd70080}}.mock-notification-text{flex:1;min-width:0}.mock-notification-top-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.mock-notification-title{font-family:"Press Start 2P",cursive;font-size:.65rem;color:var(--gold-primary);letter-spacing:1.5px;text-shadow:1px 1px 0 var(--gold-dark)}.mock-notification-badge{font-family:"Press Start 2P",cursive;font-size:.45rem;color:#0d2818;background:linear-gradient(135deg,#4ade80,#22c55e);padding:.25rem .5rem;letter-spacing:.5px;border-radius:1px;white-space:nowrap}.mock-notification-message{font-family:VT323,monospace;font-size:1.35rem;color:var(--white);line-height:1.3;margin-bottom:.5rem}.mock-notification-cta{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-primary);opacity:.85;letter-spacing:.3px}.mock-notification-progress{margin-top:.75rem;height:2px;background:#ffd70026;overflow:hidden}.mock-notification-progress-bar{height:100%;width:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold-primary));transform-origin:right;transform:scaleX(1)}.mock-notification-progress-active{animation:mock-progress-shrink 10s linear forwards}@keyframes mock-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 768px){.mock-notification{top:80px;right:-100vw;width:calc(100vw - 2rem)}.mock-notification-visible{right:1rem}.mock-notification-exiting{right:-100vw}.mock-notification-content{padding:1rem 1rem .4rem}.mock-notification-icon{width:38px;height:38px}.mock-notification-dot{width:12px;height:12px}.mock-notification-title{font-size:.6rem}.mock-notification-message{font-size:1.2rem}.mock-notification-badge{font-size:.4rem}.mock-notification-cta{font-size:1rem}}@media (max-width: 480px){.mock-notification{top:70px}.mock-notification-header{gap:.75rem}.mock-notification-icon{width:34px;height:34px}.mock-notification-dot{width:10px;height:10px}.mock-notification-title{font-size:.55rem}.mock-notification-message{font-size:1.1rem}.mock-notification-badge{font-size:.38rem}.mock-notification-cta{font-size:.95rem}}.roi-section{width:100%;background:var(--green-medium, #1a4d2e);padding:80px 24px;position:relative;overflow:hidden}.roi-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,255,0,.02) 2px,rgba(0,255,0,.02) 4px);pointer-events:none}.roi-card{position:relative;max-width:760px;margin:0 auto;background:#00000040;border:1px solid var(--gold-primary, #ffd700);box-shadow:6px 6px 0 var(--gold-dark, #b8860b);padding:48px 40px;text-align:center}.roi-title{font-family:VT323,monospace;font-size:2.4rem;color:var(--gold-primary, #ffd700);letter-spacing:.05em;margin:0 0 12px;text-shadow:0 0 20px rgba(255,215,0,.4)}.roi-subtitle{font-size:1rem;color:var(--text-secondary, #aaa);margin:0 0 32px;line-height:1.5}.roi-input-row{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px}.roi-input-label{font-family:VT323,monospace;font-size:1.1rem;color:var(--text-secondary, #aaa);letter-spacing:.05em}.roi-input-wrapper{display:flex;align-items:center;border:1px solid var(--gold-primary, #ffd700);background:#ffd7000d;padding:8px 16px;gap:4px}.roi-dollar{font-family:VT323,monospace;font-size:2rem;color:var(--gold-primary, #ffd700);line-height:1}.roi-deal-input{font-family:VT323,monospace;font-size:2rem;color:var(--gold-primary, #ffd700);background:transparent;border:none;outline:none;width:160px;text-align:center;caret-color:var(--gold-primary, #ffd700)}.roi-deal-input::placeholder{color:#ffd7004d}.roi-presets{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:36px}.roi-preset-btn{font-family:VT323,monospace;font-size:.95rem;color:var(--text-secondary, #aaa);background:transparent;border:1px solid rgba(255,255,255,.15);padding:6px 14px;cursor:pointer;letter-spacing:.03em;transition:border-color .15s,color .15s,background .15s}.roi-preset-btn:hover{border-color:var(--gold-primary, #ffd700);color:var(--gold-primary, #ffd700)}.roi-preset-active{border-color:var(--gold-primary, #ffd700)!important;color:var(--gold-primary, #ffd700)!important;background:#ffd70014!important}.roi-plan-table{width:100%;margin-bottom:28px}.roi-plan-header{display:grid;grid-template-columns:1fr 1fr 2fr;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(255,215,0,.2);margin-bottom:4px;font-family:VT323,monospace;font-size:.85rem;color:var(--text-secondary, #888);letter-spacing:.1em;text-align:left}.roi-plan-row{display:grid;grid-template-columns:1fr 1fr 2fr;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.05);align-items:center;transition:background .15s}.roi-plan-row:hover{background:#ffffff08}.roi-plan-row-starter{border-left:2px solid var(--gold-primary, #ffd700);background:#ffd7000a}.roi-plan-name{font-family:VT323,monospace;font-size:1.1rem;color:#fff;text-align:left;letter-spacing:.05em}.roi-plan-price{font-family:VT323,monospace;font-size:1.05rem;color:var(--text-secondary, #aaa);text-align:left}.roi-plan-result{text-align:left}.roi-empty{font-family:VT323,monospace;font-size:1.1rem;color:#ffffff4d}.roi-breakeven-gold{display:inline-block;font-family:VT323,monospace;font-size:1rem;color:var(--gold-primary, #ffd700);background:#ffd7001a;border:1px solid rgba(255,215,0,.3);padding:2px 10px;animation:roi-gold-pulse 2s ease-in-out infinite}.roi-breakeven-normal{font-family:VT323,monospace;font-size:1rem;color:var(--text-secondary, #bbb)}.roi-projection{display:flex;flex-direction:column;gap:6px;border:1px solid rgba(0,200,80,.35);background:#00c8500f;padding:16px 20px;margin-bottom:28px;animation:roi-projection-appear .4s ease both}.roi-projection-main{font-family:VT323,monospace;font-size:1.5rem;color:#4cff8f;letter-spacing:.03em}.roi-projection-main strong{color:#fff}.roi-projection-sub{font-size:.85rem;color:var(--text-secondary, #888);line-height:1.4}.roi-cta-btn{font-family:VT323,monospace;font-size:1.3rem;letter-spacing:.08em;color:#000;background:var(--gold-primary, #ffd700);border:none;padding:14px 40px;cursor:pointer;box-shadow:4px 4px 0 var(--gold-dark, #b8860b);transition:transform .1s,box-shadow .1s;margin-bottom:10px}.roi-cta-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark, #b8860b)}.roi-cta-btn:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark, #b8860b)}.roi-cta-sub{font-size:.8rem;color:var(--text-secondary, #888);margin:0}@keyframes roi-gold-pulse{0%,to{box-shadow:0 0 #ffd70000;border-color:#ffd7004d}50%{box-shadow:0 0 12px 2px #ffd70040;border-color:#ffd700b3}}@keyframes roi-star-spin{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes roi-projection-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.roi-card{padding:32px 20px}.roi-title{font-size:1.8rem}.roi-plan-header,.roi-plan-row{grid-template-columns:auto auto 1fr;font-size:.9rem}.roi-plan-name{font-size:.95rem}.roi-breakeven-gold,.roi-breakeven-normal{font-size:.85rem}}@media (max-width: 480px){.roi-section{padding:48px 16px}.roi-title{font-size:1.5rem}.roi-deal-input{font-size:1.6rem;width:130px}.roi-dollar{font-size:1.6rem}.roi-presets{gap:6px}.roi-preset-btn{font-size:.82rem;padding:5px 10px}.roi-projection-main{font-size:1.2rem}.roi-cta-btn{font-size:1.1rem;padding:12px 28px}}.language-toggle{display:inline-flex;align-items:center;gap:0;border:2px solid var(--gold-primary);overflow:hidden;box-shadow:3px 3px #0000004d}.language-toggle-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.4rem .7rem;border:none;cursor:pointer;transition:all .15s ease;background:transparent;color:var(--gray);letter-spacing:1px}.language-toggle-btn:hover{background:#ffd70026;color:var(--gold-light)}.language-toggle-btn.active{background:var(--gold-primary);color:var(--green-dark)}.language-toggle-divider{width:2px;height:100%;background:var(--gold-primary);align-self:stretch}@media (max-width: 480px){.language-toggle-btn{font-size:.45rem;padding:.35rem .5rem}}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--background);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.loading-message{font-family:var(--font-pixel),monospace;font-size:1.2rem;color:var(--gold);text-align:center;min-height:2rem;transition:opacity .2s ease-in-out}.loading-message.fade-in{opacity:1}.loading-message.fade-out{opacity:0}.loading-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;background:var(--gold);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.dot-1{animation-delay:-.32s}.dot-2{animation-delay:-.16s}.dot-3{animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loading-screen-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:loading-backdrop-fade .2s ease-out}@keyframes loading-backdrop-fade{0%{opacity:0}to{opacity:1}}.loading-screen-popup{background:var(--background);border:4px solid var(--gold-primary);border-radius:8px;box-shadow:8px 8px #00000080;padding:2rem;width:100%;max-width:440px;animation:loading-popup-enter .3s ease-out}@keyframes loading-popup-enter{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.loading-badge{display:flex;justify-content:center;margin-bottom:1.25rem;animation:loading-stagger-in .4s ease-out both}.loading-badge-text{display:inline-block;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.5rem;color:var(--green-dark);background:var(--gold);padding:.35rem .9rem;border:3px solid var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark);letter-spacing:.5px;text-transform:uppercase}.loading-popup-header{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.5rem;animation:loading-stagger-in .5s ease-out .1s both}.loading-title{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.75rem;color:var(--gold);text-shadow:2px 2px 0 var(--gold-dark);margin:0;text-align:center;line-height:1.6}.loading-subtitle{font-family:var(--font-mono),"VT323",monospace;font-size:1.15rem;color:var(--text);text-align:center;margin:0;line-height:1.4}.loading-steps-panel{background:#2a4a2a4d;border:3px solid var(--gold-dark);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.25rem;animation:loading-stagger-in .5s ease-out .2s both}.loading-step-indicators{display:flex;flex-direction:column;gap:.6rem}.loading-step-item{display:flex;align-items:center;gap:.75rem;padding:.3rem 0;transition:all .3s ease;animation:loading-stagger-in .4s ease-out both}@keyframes loading-stagger-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.loading-step-dot{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.45rem;border:2px solid var(--gold-dark);box-shadow:2px 2px 0 var(--gold-dark);flex-shrink:0;transition:all .3s ease;background:var(--green-medium);color:var(--gray);border-color:#b8860b66;box-shadow:2px 2px #b8860b33}.loading-step-item.completed .loading-step-dot{background:var(--gold);color:var(--green-dark);border-color:var(--gold-dark);box-shadow:2px 2px 0 var(--gold-dark)}.loading-step-item.active .loading-step-dot{background:var(--gold);color:var(--green-dark);border-color:var(--gold-dark);box-shadow:2px 2px 0 var(--gold-dark),0 0 10px #ffd70080;animation:loading-dot-glow 2s ease-in-out infinite}@keyframes loading-dot-glow{0%,to{box-shadow:2px 2px 0 var(--gold-dark),0 0 6px #ffd70066}50%{box-shadow:2px 2px 0 var(--gold-dark),0 0 14px #ffd700b3}}.loading-step-item.pending .loading-step-dot{background:var(--green-medium);color:var(--gray);border-color:#b8860b66;box-shadow:2px 2px #b8860b33}.loading-step-label{font-family:var(--font-mono),"VT323",monospace;font-size:1.15rem;color:var(--text);line-height:1.2;transition:all .3s ease}.loading-step-item.completed .loading-step-label{color:#ffffff80;text-decoration:line-through;text-decoration-color:#ffffff40}.loading-step-item.active .loading-step-label{color:var(--gold)}.loading-step-item.pending .loading-step-label{color:var(--gray)}.loading-progress-bar{height:12px;background:var(--green-dark, #0D2818);border:2px solid var(--gold-dark);border-radius:0;overflow:hidden;position:relative;margin-bottom:1rem;animation:loading-stagger-in .5s ease-out .3s both}.loading-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark, #B8860B),var(--gold, #FFD700),var(--gold-light, #FFED4A));transition:width .4s ease-out;box-shadow:0 0 16px #ffd70099;border-radius:0;position:relative;animation:loadingProgressGlow 2s ease-in-out infinite}@keyframes loadingProgressGlow{0%,to{box-shadow:0 0 5px #ffd7004d}50%{box-shadow:0 0 15px #ffd700cc}}.loading-progress-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,237,74,.3),rgba(255,215,0,.5),rgba(255,237,74,.3),transparent);animation:loadingShimmer 2.5s ease-in-out infinite;pointer-events:none}@keyframes loadingShimmer{0%{left:-100%}to{left:100%}}.loading-tip{font-family:var(--font-mono),"VT323",monospace;font-size:1rem;color:var(--gray);text-align:center;margin:0;animation:loading-stagger-in .5s ease-out .4s both}@media (max-width: 768px){.loading-screen-popup{max-width:380px;padding:1.5rem}.loading-title{font-size:.65rem}.loading-step-label{font-size:1.05rem}.loading-step-dot{width:24px;height:24px;font-size:.4rem}}@media (max-width: 480px){.loading-screen-popup{max-width:calc(100% - 2rem);padding:1.25rem;border-width:3px;box-shadow:6px 6px #00000080}.loading-popup-header{margin-bottom:1.25rem;gap:.5rem}.loading-badge-text{font-size:.45rem;padding:.3rem .75rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.loading-title{font-size:.6rem}.loading-subtitle{font-size:1rem}.loading-steps-panel{padding:.75rem 1rem}.loading-step-indicators{gap:.5rem}.loading-step-dot{width:22px;height:22px;font-size:.4rem}.loading-step-label{font-size:1rem}.loading-progress-bar{height:10px;border-width:2px}.loading-tip{font-size:.9rem}}.confirm-analysis{display:flex;justify-content:center;width:100%}.confirm-container{max-width:700px;width:100%;background:var(--green-medium, #1A4D2E);border:4px solid var(--gold-dark, #B8860B);border-radius:0;overflow:hidden;box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 15px #ffd70026;animation:confirmSlideUp .5s ease-out,confirmBorderGlow 3s ease-in-out infinite}@keyframes confirmSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes confirmBorderGlow{0%,to{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 15px #ffd70026;border-color:var(--gold-dark, #B8860B)}50%{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 25px #ffd70059,0 0 40px #ffd7001a;border-color:var(--gold, #FFD700)}}.confirm-header-band{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3)}.confirm-header-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.confirm-header-text{display:flex;flex-direction:column;gap:.15rem;flex:1}.confirm-header-label{font-family:"Press Start 2P",monospace;font-size:clamp(.45rem,2vw,.6rem);color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--gold-dark, #B8860B);letter-spacing:1px}.confirm-header-sub{font-family:VT323,monospace;font-size:.95rem;color:var(--white, #F0F0F0)}.confirm-title-section{text-align:center;padding:1.75rem 1.75rem .5rem}.confirm-title{font-family:"Press Start 2P",monospace;font-size:clamp(.7rem,2.5vw,1rem);color:var(--gold, #FFD700);margin:0 0 .75rem;text-shadow:2px 2px 0 var(--gold-dark, #B8860B);animation:confirmFadeIn .6s ease-out .2s both;line-height:1.6}.confirm-subtitle{font-family:VT323,monospace;font-size:1.2rem;color:var(--text, #F0F0F0);line-height:1.5;animation:confirmFadeIn .6s ease-out .35s both;max-width:500px;margin:0 auto}@keyframes confirmFadeIn{0%{opacity:0}to{opacity:1}}.confirm-form-body{padding:1.5rem 1.75rem 1.75rem}.confirm-form-group{margin-bottom:1.25rem}.confirm-form-label{display:block;font-family:"Press Start 2P",monospace;font-size:.55rem;color:var(--gold, #FFD700);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;text-shadow:1px 1px 0 var(--gold-dark, #B8860B)}.confirm-form-input,.confirm-form-textarea{width:100%;background:#0d2818cc;border:2px solid var(--gold-dark, #B8860B);color:var(--text, #F0F0F0);padding:.75rem;font-family:VT323,monospace;font-size:1.1rem;border-radius:0;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:inset 0 2px 4px #0000004d}.confirm-form-input:focus,.confirm-form-textarea:focus{outline:none;border-color:var(--gold, #FFD700);box-shadow:0 0 0 2px #ffd70033}.confirm-form-input:disabled,.confirm-form-textarea:disabled{opacity:.6;cursor:not-allowed}.confirm-form-input::placeholder,.confirm-form-textarea::placeholder{color:var(--gray, #A0A0A0)}.confirm-form-textarea{resize:vertical;min-height:120px;line-height:1.5;display:block}.confirm-divider{border:none;border-top:2px solid rgba(184,134,11,.2);margin:1.5rem 0}.confirm-error{background:#ff450026;border:2px solid var(--orange, #FF8C00);color:var(--orange, #FF8C00);padding:.6rem .75rem;border-radius:0;font-family:VT323,monospace;font-size:1rem;margin-bottom:1rem;animation:confirmShake .5s ease-out;text-align:center}@keyframes confirmShake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.confirm-cta{display:block;width:100%;padding:1rem 1.5rem;font-family:"Press Start 2P",monospace;font-size:.65rem;color:var(--green-dark, #0D2818);background:var(--gold, #FFD700);border:3px solid var(--gold-dark, #B8860B);border-radius:0;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px 0 var(--gold-dark, #B8860B);text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem;margin-bottom:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;line-height:1.4}.confirm-cta:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark, #B8860B);background:var(--gold-light, #FFED4A)}.confirm-cta:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark, #B8860B)}.confirm-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.confirm-help{font-family:VT323,monospace;font-size:1rem;color:var(--gray, #A0A0A0);margin:0;line-height:1.5;text-align:center;opacity:.8}@media (max-width: 768px){.confirm-container{border-width:3px;box-shadow:2px 2px 0 var(--gold-dark, #B8860B)}.confirm-header-band{padding:.6rem .75rem}.confirm-header-icon{width:32px;height:32px;font-size:1.25rem}.confirm-header-label{font-size:clamp(.4rem,2vw,.5rem)}.confirm-title-section{padding:1.25rem 1.25rem .25rem}.confirm-title{font-size:clamp(.6rem,2.5vw,.85rem)}.confirm-subtitle{font-size:1rem}.confirm-form-body{padding:1rem 1.25rem 1.25rem}.confirm-form-label{font-size:.5rem}.confirm-form-input,.confirm-form-textarea{font-size:1rem}.confirm-cta{font-size:.55rem;padding:.85rem 1.25rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark, #B8860B)}}@media (max-width: 480px){.confirm-container{border-width:2px}.confirm-header-band{gap:.5rem;padding:.5rem .75rem}.confirm-header-icon{width:28px;height:28px;font-size:1.1rem}.confirm-title-section{padding:1rem 1rem .25rem}.confirm-title{font-size:clamp(.55rem,2vw,.75rem)}.confirm-subtitle{font-size:.95rem}.confirm-form-body{padding:.75rem 1rem 1rem}.confirm-form-label{font-size:.45rem}.confirm-cta{font-size:.5rem;padding:.7rem 1rem}.confirm-help{font-size:.85rem}}.plan-selection-step{display:flex;flex-direction:column;align-items:center}.plan-selection-container{max-width:1400px;width:100%;background:var(--green-medium, #1A4D2E);border:4px solid var(--gold-dark, #B8860B);border-radius:0;overflow:visible;box-shadow:3px 3px 0 var(--gold-dark, #B8860B);animation:planSlideUp .5s ease-out}@keyframes planSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.plan-selection-header-band{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3)}.plan-selection-header-text{display:flex;flex-direction:column;gap:.15rem;flex:1}.plan-selection-header-label{font-family:"Press Start 2P",monospace;font-size:clamp(.45rem,2vw,.6rem);color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--gold-dark, #B8860B);letter-spacing:1px}.plan-selection-header-sub{font-family:VT323,monospace;font-size:.95rem;color:var(--white, #F0F0F0)}@keyframes planFadeIn{0%{opacity:0}to{opacity:1}}.billing-cycle-toggle{display:flex;gap:1rem;margin:1rem 0;justify-content:center;align-items:center;padding:0 1.25rem;animation:planFadeIn .6s ease-out .45s both}.billing-cycle-toggle .toggle-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.6rem 1.25rem;background:transparent;border:2px solid var(--gold-dark);border-radius:0;color:var(--white);cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:48px;box-shadow:2px 2px 0 var(--gold-dark)}.billing-cycle-toggle .toggle-btn:hover{background:var(--gold-dark);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--gold-dark)}.billing-cycle-toggle .toggle-btn:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark)}.billing-cycle-toggle .toggle-btn.active{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-primary);box-shadow:2px 2px 0 var(--gold-dark)}.toggle-btn-subtitle{font-family:VT323,monospace;font-size:.8rem;display:block;line-height:1;opacity:.9}.plan-grid{display:flex;flex-wrap:nowrap;gap:.75rem;width:100%;overflow-x:auto;padding:.75rem 1.25rem 1.25rem}.plan-grid::-webkit-scrollbar{height:8px}.plan-grid::-webkit-scrollbar-track{background:var(--green-dark);border-radius:0}.plan-grid::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:0}.plan-grid::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.plan-card{flex:1 0 0;min-width:220px}.plan-card{background:#0d281899;border:2px solid var(--gold-dark);border-radius:0;padding:.6rem 1rem;display:flex;flex-direction:column;box-shadow:3px 3px 0 var(--gold-dark);transition:all .2s ease;position:relative}.plan-card:nth-child(1){animation:planCardFadeIn .5s ease-out .3s both}.plan-card:nth-child(2){animation:planCardFadeIn .5s ease-out .4s both}.plan-card:nth-child(3){animation:planCardFadeIn .5s ease-out .5s both}.plan-card:nth-child(4){animation:planCardFadeIn .5s ease-out .6s both}@keyframes planCardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.plan-card:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark);border-color:var(--gold-primary)}.plan-card-badge-trial{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:.3rem .6rem;background:#4ade80;color:var(--green-dark);font-family:"Press Start 2P",monospace;font-size:.35rem;border:2px solid #22C55E;border-radius:0;box-shadow:2px 2px #0000004d;white-space:nowrap;z-index:10}.plan-card-badge-icon{display:flex;justify-content:center;margin-bottom:.35rem}.plan-card-badge-icon .plan-badge-square{width:28px;height:28px}.plan-card-badge-icon .plan-badge-letter{font-size:.85rem}.plan-card-header{text-align:center;padding-top:.15rem;padding-bottom:.35rem;margin-bottom:.35rem;border-bottom:1px solid var(--gold-dark)}.plan-card-name{font-family:"Press Start 2P",monospace;font-size:.55rem;color:var(--gold-primary);margin:0 0 .5rem;text-shadow:1px 1px 0px rgba(0,0,0,.3)}.plan-card-price-strikethrough{font-family:VT323,monospace;font-size:1.05rem;color:#ffffff80;text-decoration:line-through;margin-bottom:.15rem;opacity:.8}.plan-card-price-amount{font-family:VT323,monospace;font-size:1.4rem;color:#fff;line-height:1}.plan-card-price-period{font-family:VT323,monospace;font-size:.8rem;color:#ffffffb3}.plan-card-price-annual-note{font-family:VT323,monospace;font-size:.7rem;color:#fff9;margin-top:.25rem;text-align:center}.plan-card-price-tax-note{font-family:VT323,monospace;font-size:.65rem;color:#ffffff59;margin-top:.2rem;text-align:center;letter-spacing:.03em}.plan-card-trial-note{font-family:VT323,monospace;font-size:.8rem;color:var(--gold-primary);margin-top:.25rem;text-align:center}.plan-card-features{flex:1;margin-bottom:.5rem}.plan-card-feature{display:flex;align-items:center;gap:.3rem;padding:.15rem 0;font-family:VT323,monospace;font-size:.8rem;color:#fff;line-height:1.2}.plan-card-feature-icon{color:var(--gold, #FFD700);font-size:.8rem;font-weight:700;flex-shrink:0}.plan-card-feature-muted{color:var(--gray);font-size:.7rem;opacity:.8}.plan-card-annual-option{font-family:VT323,monospace;font-size:.75rem;color:#fff9;margin-top:.2rem;text-align:center}.plan-card-actions{display:flex;flex-direction:column;gap:.5rem}.plan-card-button{width:100%;padding:.5rem;font-family:"Press Start 2P",monospace;font-size:.4rem;border:2px solid var(--gold-dark);border-radius:0;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:2px 2px 0 var(--gold-dark);background:var(--gold-primary);color:var(--green-dark)}.plan-card-button:hover{background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--gold-dark)}.plan-card-button:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark)}.pricing-tax-note{font-family:VT323,monospace;font-size:.85rem;color:#ffffff80;text-align:center;margin:.5rem 0 .75rem;padding:0 1.25rem}@media (max-width: 1200px){.plan-selection-container{border-width:3px}.plan-grid{flex-wrap:wrap;justify-content:center}.plan-card{flex:0 0 calc(50% - .5rem)}}@media (max-width: 768px){.plan-selection-container{border-width:3px;box-shadow:2px 2px 0 var(--gold-dark, #B8860B)}.plan-selection-header-band{padding:.6rem .75rem}.plan-selection-header-label{font-size:clamp(.4rem,2vw,.5rem)}.plan-grid{flex-direction:column;flex-wrap:nowrap;overflow-x:visible}.plan-card{flex:1 1 auto;min-width:unset}}@media (max-width: 480px){.plan-selection-container{border-width:2px}.plan-selection-step{padding:1rem}.plan-selection-header-band{gap:.5rem;padding:.5rem .75rem}.plan-grid{padding:.5rem .75rem 1rem}.plan-card{padding:1rem}.plan-card-name{font-size:.9rem}.plan-card-price-amount{font-size:2rem}.billing-cycle-toggle{flex-direction:column;width:100%;padding:0 .75rem}.billing-cycle-toggle .toggle-btn{width:100%;font-size:.6rem;padding:.6rem 1rem;min-height:50px}.plan-card-badge-trial{font-size:.4rem;padding:.3rem .6rem;top:-10px}}@media (max-height: 800px){.plan-selection-header-band{padding:.55rem 1.25rem}.billing-cycle-toggle{margin:.5rem 0}.billing-cycle-toggle .toggle-btn{min-height:40px;padding:.45rem 1.25rem}.plan-grid{padding:.4rem 1.25rem .75rem;gap:.5rem}.plan-card{padding:.4rem .85rem}.plan-card-header{padding-top:.1rem;padding-bottom:.2rem;margin-bottom:.2rem}.plan-card-badge-icon{margin-bottom:.2rem}.plan-card-badge-icon .plan-badge-square{width:22px;height:22px}.plan-card-badge-icon .plan-badge-letter{font-size:.7rem}.plan-card-name{margin:0 0 .3rem}.plan-card-price-amount{font-size:1.25rem}.plan-card-price-annual-note{margin-top:.15rem}.plan-card-price-tax-note{margin-top:.1rem}.plan-card-feature{padding:.1rem 0;font-size:.75rem}.plan-card-features{margin-bottom:.25rem}.pricing-tax-note{margin:.35rem 0 .5rem}}@media (max-height: 730px){.plan-selection-header-band{padding:.4rem 1.25rem}.plan-selection-header-sub{font-size:.85rem}.billing-cycle-toggle{margin:.35rem 0}.billing-cycle-toggle .toggle-btn{min-height:36px;padding:.35rem 1rem;font-size:.5rem}.toggle-btn-subtitle{font-size:.7rem}.plan-grid{padding:.3rem 1rem .5rem;gap:.4rem}.plan-card{padding:.3rem .75rem}.plan-card-header{padding-top:.05rem;padding-bottom:.15rem;margin-bottom:.15rem}.plan-card-badge-icon{margin-bottom:.1rem}.plan-card-badge-icon .plan-badge-square{width:18px;height:18px}.plan-card-badge-icon .plan-badge-letter{font-size:.6rem}.plan-card-name{font-size:.5rem;margin:0 0 .2rem}.plan-card-price-amount{font-size:1.1rem}.plan-card-price-strikethrough{font-size:.85rem;margin-bottom:.05rem}.plan-card-price-annual-note{font-size:.6rem;margin-top:.05rem}.plan-card-price-tax-note{font-size:.55rem;margin-top:.05rem}.plan-card-feature{padding:.05rem 0;font-size:.7rem;line-height:1.1}.plan-card-features{margin-bottom:.15rem}.plan-card-button{padding:.35rem .5rem}.pricing-tax-note{margin:.2rem 0 .3rem;font-size:.75rem}}.email-collection-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.email-collection-modal{background:var(--green-medium);border:4px solid var(--gold-primary);border-radius:8px;padding:2rem;max-width:450px;width:100%;position:relative;box-shadow:8px 8px #0006;animation:slideUp .3s ease-out}.email-collection-close{position:absolute;top:.75rem;right:.75rem;background:transparent;border:2px solid var(--gold-dark);color:var(--gold-primary);font-family:"Press Start 2P",monospace;font-size:.8rem;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px}.email-collection-close:hover{background:var(--gold-dark);color:var(--green-dark)}.email-collection-title{font-family:"Press Start 2P",monospace;font-size:1rem;color:var(--gold-primary);margin:0 0 .75rem;text-align:center;text-shadow:2px 2px 0px rgba(0,0,0,.3);line-height:1.4}.email-collection-plan{font-family:VT323,monospace;font-size:1.3rem;color:#ffffffe6;margin:0 0 1.5rem;text-align:center}.email-collection-plan strong{color:var(--gold-primary)}.email-collection-form{display:flex;flex-direction:column;gap:1rem}.email-collection-input{width:100%;padding:1rem;font-family:VT323,monospace;font-size:1.3rem;background:var(--green-dark);border:3px solid var(--gold-dark);color:var(--white);border-radius:4px;outline:none;transition:all .2s;box-sizing:border-box}.email-collection-input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px #ffd70033}.email-collection-input::placeholder{color:#fff6}.email-collection-input:disabled{opacity:.6;cursor:not-allowed}.email-collection-error{background:#ff450033;border:2px solid #FF4500;color:#ff6b4a;padding:.75rem;border-radius:4px;font-family:VT323,monospace;font-size:1.1rem;text-align:center;animation:shake .5s ease-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.email-collection-button{width:100%;padding:1rem 1.5rem;font-family:"Press Start 2P",monospace;font-size:.7rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px;cursor:pointer;transition:all .2s;box-shadow:4px 4px #0000004d;text-transform:uppercase}.email-collection-button:hover:not(:disabled){background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.email-collection-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #0003}.email-collection-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.email-collection-security{font-family:VT323,monospace;font-size:1.1rem;color:#ffffffb3;text-align:center;margin:.5rem 0 0}@media (max-width: 480px){.email-collection-modal{padding:1.5rem;margin:1rem}.email-collection-title{font-size:.8rem}.email-collection-plan{font-size:1.1rem}.email-collection-input{font-size:1.1rem;padding:.85rem}.email-collection-button{font-size:.6rem;padding:.85rem 1rem}.email-collection-security{font-size:1rem}}.retry-checkout-container{display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%;padding:2rem}.retry-checkout-card{background:var(--green-medium);border:4px solid var(--gold-primary);border-radius:8px;padding:2.5rem;max-width:520px;width:100%;box-shadow:8px 8px #0006;text-align:center;animation:slideUp .3s ease-out}.retry-checkout-title{font-family:"Press Start 2P",monospace;font-size:1.1rem;color:var(--gold-primary);text-shadow:2px 2px 0px rgba(0,0,0,.3);margin:0 0 1rem;line-height:1.6}.retry-checkout-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:#fffc;margin:0 0 1.5rem;line-height:1.4}.retry-checkout-summary{background:var(--green-dark);border:2px solid var(--gold-dark);border-radius:6px;padding:1.25rem;margin-bottom:1.5rem;text-align:left}.retry-checkout-detail{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-family:VT323,monospace;font-size:1.2rem}.retry-checkout-detail+.retry-checkout-detail{border-top:1px solid rgba(255,215,0,.15)}.retry-checkout-label{color:#fff9}.retry-checkout-value{color:var(--white)}.retry-checkout-button{width:100%;padding:1.1rem 1.5rem;font-family:"Press Start 2P",monospace;font-size:.7rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px;cursor:pointer;transition:all .2s;box-shadow:4px 4px #0000004d;text-transform:uppercase;margin-bottom:1rem}.retry-checkout-button:hover:not(:disabled){background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.retry-checkout-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #0003}.retry-checkout-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.retry-checkout-change-link{background:transparent;border:none;color:#fff9;font-family:VT323,monospace;font-size:1.2rem;cursor:pointer;text-decoration:underline;transition:color .2s;padding:.25rem}.retry-checkout-change-link:hover{color:var(--gold-primary)}@media (max-width: 480px){.retry-checkout-container{padding:1rem}.retry-checkout-card{padding:1.5rem}.retry-checkout-title{font-size:.85rem}.retry-checkout-subtitle{font-size:1.1rem}.retry-checkout-detail{font-size:1rem;flex-direction:column;align-items:flex-start;gap:.25rem}.retry-checkout-button{font-size:.6rem;padding:.9rem 1rem}}.business-setup{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;margin:2rem 0}.setup-container{max-width:700px;width:100%;background:var(--green-medium);border:4px solid var(--gold-dark);padding:3rem 2rem;text-align:center;box-shadow:4px 4px 0 var(--gold-dark)}.setup-header{margin-bottom:2.5rem}.pixel-art-container{position:relative;width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.pickaxe{width:140px;height:140px;display:block;position:relative;animation:mining 2.4s ease-in-out infinite;transform-origin:50% 75%;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.4));margin-right:150px}@keyframes mining{0%,to{transform:rotate(-28deg) translate(0)}15%{transform:rotate(-32deg) translate(-3px,-6px)}22%{transform:rotate(-35deg) translate(-6px,-10px)}35%{transform:rotate(-15deg) translate(8px,5px)}48%{transform:rotate(18deg) translate(26px,16px)}55%{transform:rotate(14deg) translate(24px,14px)}62%{transform:rotate(16deg) translate(25px,15px)}75%{transform:rotate(-8deg) translate(10px,4px)}88%{transform:rotate(-22deg) translate(2px,1px)}95%{transform:rotate(-30deg) translate(-1px)}}.gold-nuggets{position:absolute;width:100%;height:100%;top:0;left:0}.nugget{position:absolute;width:32px;height:32px;display:block;animation:float 2.4s ease-in-out infinite}.nugget-1{top:20%;left:53%;animation-delay:0s}.nugget-2{top:60%;left:55%;animation-delay:.05s;width:24px;height:24px}.nugget-3{top:40%;left:50%;animation-delay:.1s;width:20px;height:20px}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);opacity:1}20%{transform:translateY(1px) translate(-1px) rotate(1deg) scale(1);opacity:1}40%{transform:translateY(2px) translate(-2px) rotate(-1deg) scale(.99);opacity:1}50%{transform:translateY(-18px) translate(7px) rotate(-10deg) scale(1.12);opacity:1}58%{transform:translateY(-22px) translate(9px) rotate(-13deg) scale(1.15);opacity:1}68%{transform:translateY(-16px) translate(6px) rotate(-8deg) scale(1.08);opacity:.98}78%{transform:translateY(-8px) translate(4px) rotate(-5deg) scale(1.04);opacity:.96}88%{transform:translateY(-2px) translate(1px) rotate(-2deg) scale(1.01);opacity:.98}}.setup-title{font-family:"Press Start 2P",cursive;font-size:clamp(1rem,3vw,1.5rem);color:var(--gold-primary);margin-bottom:1rem;text-shadow:3px 3px 0 var(--gold-dark);line-height:1.5}.setup-subtitle{font-family:VT323,monospace;font-size:1.5rem;color:var(--gray)}.setup-form{display:flex;flex-direction:column;gap:1.5rem}.setup-label{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);letter-spacing:1px;text-align:left;margin-bottom:.25rem;display:block}.url-input-group{display:flex;width:100%;border:4px solid var(--green-accent);background:var(--green-medium);transition:all .2s ease;animation:input-glow 3s ease-in-out infinite}.url-input-group:focus-within{border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-dark);animation:none}.url-prefix{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-primary);background:var(--green-medium);padding:1rem 0 1rem 1.25rem;display:flex;align-items:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.url-input-field{flex:1;padding:1rem 1.25rem;border:none;background:var(--green-medium);font-family:VT323,monospace;font-size:1.2rem;color:var(--white);outline:none}.url-input-field::placeholder{color:var(--gray);letter-spacing:.5px}.url-input-field:focus{border:none;box-shadow:none}.setup-input{background:var(--green-dark);border:3px solid var(--gold-dark);padding:1rem 1.5rem;font-family:VT323,monospace;font-size:1.3rem;color:var(--white);transition:all .15s;width:100%}.setup-input:focus{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 3px #ffd70033}.setup-input::placeholder{color:var(--gray);opacity:.7}.setup-error{background:#ff44441a;border:3px solid #FF4444;padding:.75rem 1rem;font-family:VT323,monospace;font-size:1.2rem;color:#f44;text-align:left}.setup-button{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:.75rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:3px 3px 0 var(--gold-dark);margin-top:.5rem}.setup-button:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--gold-dark)}.setup-button:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}@media (max-width: 768px){.business-setup{padding:1rem;margin:1rem 0}.setup-container{padding:2rem 1.5rem}.pixel-art-container{width:80px;height:80px;margin-bottom:1rem}.pickaxe{width:100px;height:100px;margin-right:100px}.nugget{width:24px;height:24px}.nugget-2{width:18px;height:18px}.nugget-3{width:16px;height:16px}.setup-title{font-size:.8rem}.setup-subtitle{font-size:1.2rem}.setup-label{font-size:.5rem}.url-prefix{font-size:1rem;padding:.75rem 0 .75rem 1rem}.url-input-field{padding:.75rem 1rem .75rem 0;font-size:1rem}.setup-input{padding:.75rem 1rem;font-size:1.1rem}}.downgrade-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1100;padding:1rem}.downgrade-modal{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:0;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 0 0 4px #000,0 0 30px #00000080;animation:modalSlideInDowngrade .3s ease-out}@keyframes modalSlideInDowngrade{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.downgrade-step-indicator{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}.step-dot{width:12px;height:12px;border:2px solid var(--gold-dark);background:transparent;transition:all .3s ease}.step-dot.active{background:var(--gold-primary);border-color:var(--gold-primary)}.step-dot.completed{background:#4ade80;border-color:#4ade80}.step-label{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-light);margin-left:.5rem}.downgrade-modal-header{text-align:center;margin-bottom:2rem}.downgrade-modal-title{font-family:"Press Start 2P",monospace;font-size:1.2rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 #000}.downgrade-modal-subtitle{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin-bottom:.5rem;line-height:1.5}.downgrade-modal-subtitle strong{color:var(--gold-primary)}.downgrade-modal-info{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-light);margin-top:.5rem;line-height:1.4}.downgrade-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1.5rem}.downgrade-loading .loading-spinner{width:50px;height:50px;border:4px solid var(--gold-dark);border-top:4px solid var(--gold-primary);border-radius:50%;animation:spin 1s linear infinite}.downgrade-loading p{font-family:VT323,monospace;font-size:1.3rem;color:#fff}.downgrade-error{text-align:center;padding:2rem}.downgrade-error p{font-family:VT323,monospace;font-size:1.2rem;color:#ff6b6b;margin-bottom:1rem}.selection-counter{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);text-align:center;padding:.75rem;background:var(--green-dark);border:2px solid var(--gold-dark);margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.selection-counter .over-limit{color:#ff6b6b}.limit-warning{font-family:VT323,monospace;font-size:1.1rem;color:#ff6b6b}.profiles-grid-downgrade{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;margin-bottom:2rem;max-height:400px;overflow-y:auto;padding:.5rem}.profile-card-downgrade{background:var(--green-dark);border:3px solid var(--gold-dark);padding:1rem;cursor:pointer;transition:all .3s ease;animation:cardSlideInDowngrade .4s ease-out backwards}@keyframes cardSlideInDowngrade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.profile-card-downgrade:hover:not(.disabled){transform:translateY(-3px);border-color:var(--gold-primary);box-shadow:0 4px 0 var(--gold-dark)}.profile-card-downgrade.selected{background:var(--gold-dark);border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-primary)}.profile-card-downgrade.disabled{opacity:.4;cursor:not-allowed}.profile-card-downgrade .card-header{display:flex;gap:.75rem;margin-bottom:.5rem}.profile-card-downgrade .checkbox-container{flex-shrink:0}.profile-card-downgrade .profile-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--gold-primary)}.profile-card-downgrade .profile-checkbox:disabled{cursor:not-allowed}.profile-card-downgrade .profile-info{flex:1}.profile-card-downgrade .profile-name{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);margin-bottom:.5rem;word-break:break-word}.profile-card-downgrade .profile-website{font-family:VT323,monospace;font-size:1rem;color:#ccc;margin-bottom:.5rem;word-break:break-all}.profile-card-downgrade .profile-meta{display:flex;gap:.5rem;flex-wrap:wrap}.profile-card-downgrade .subreddits-badge{font-family:VT323,monospace;font-size:.9rem;background:var(--gold-primary);color:var(--green-dark);padding:.1rem .4rem;border:1px solid #000}.profile-card-downgrade .leads-badge{font-family:VT323,monospace;font-size:.9rem;background:#4ade80;color:var(--green-dark);padding:.1rem .4rem;border:1px solid #000}.profile-card-downgrade .created-date{font-family:VT323,monospace;font-size:.9rem;color:#999}.subreddits-grid-downgrade{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;margin-bottom:2rem;max-height:400px;overflow-y:auto;padding:.5rem}.subreddit-card-downgrade{background:var(--green-dark);border:3px solid var(--gold-dark);padding:1rem;cursor:pointer;transition:all .3s ease;animation:cardSlideInDowngrade .4s ease-out backwards}.subreddit-card-downgrade:hover:not(.disabled){transform:translateY(-3px);border-color:var(--gold-primary);box-shadow:0 4px 0 var(--gold-dark)}.subreddit-card-downgrade.selected{background:var(--gold-dark);border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-primary)}.subreddit-card-downgrade.disabled{opacity:.4;cursor:not-allowed}.subreddit-card-downgrade .card-header{display:flex;gap:.75rem;margin-bottom:.5rem}.subreddit-card-downgrade .checkbox-container{flex-shrink:0}.subreddit-card-downgrade .subreddit-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--gold-primary)}.subreddit-card-downgrade .subreddit-checkbox:disabled{cursor:not-allowed}.subreddit-card-downgrade .subreddit-info{flex:1}.subreddit-card-downgrade .subreddit-name{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);margin-bottom:.5rem;word-break:break-word}.subreddit-card-downgrade .subreddit-meta{display:flex;gap:.5rem;flex-wrap:wrap}.subreddit-card-downgrade .relevance-badge{font-family:VT323,monospace;font-size:.9rem;background:var(--gold-primary);color:var(--green-dark);padding:.1rem .4rem;border:1px solid #000}.subreddit-card-downgrade .subscribers{font-family:VT323,monospace;font-size:.9rem;color:#ccc}.subreddit-card-downgrade .leads-badge{font-family:VT323,monospace;font-size:.9rem;background:#4ade80;color:var(--green-dark);padding:.1rem .4rem;border:1px solid #000}.subreddit-card-downgrade .relevance-reason{font-family:VT323,monospace;font-size:1rem;color:#ddd;line-height:1.3;margin:0;margin-top:.5rem}.downgrade-actions{display:flex;justify-content:center;gap:1rem;padding-top:1rem;border-top:2px solid var(--gold-dark)}.back-btn{font-family:"Press Start 2P",monospace;font-size:.8rem;padding:1rem 2rem;background:transparent;color:var(--gold-primary);border:3px solid var(--gold-dark);cursor:pointer;transition:all .2s ease;text-transform:uppercase}.back-btn:hover{background:var(--gold-dark);transform:translateY(-2px)}.save-btn{font-family:"Press Start 2P",monospace;font-size:.8rem;padding:1rem 2.5rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);cursor:pointer;transition:all .2s ease;text-transform:uppercase}.save-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.downgrade-modal{padding:1.5rem;max-height:95vh}.downgrade-modal-title{font-size:.9rem}.downgrade-modal-subtitle{font-size:1.2rem}.profiles-grid-downgrade,.subreddits-grid-downgrade{grid-template-columns:1fr;max-height:350px}.downgrade-actions{flex-direction:column}.save-btn,.back-btn{width:100%;font-size:.7rem}}.plan-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}.plan-modal-content{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:8px;box-shadow:8px 8px #0000004d;max-width:1400px;width:95%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.plan-modal-header{background:var(--green-dark);border-bottom:3px solid var(--gold-dark);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between}.plan-modal-title{font-family:"Press Start 2P",monospace;font-size:1.2rem;color:var(--gold-primary);margin:0;text-shadow:2px 2px 0px rgba(0,0,0,.3);line-height:1.4}.plan-modal-close{background:transparent;border:none;color:var(--gold-primary);font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:16px;font-family:VT323,monospace}.plan-modal-close:hover:not(:disabled){color:#ffed4e;transform:scale(1.2)}.plan-modal-close:disabled{opacity:.5;cursor:not-allowed}.plan-modal-error{margin:1.5rem 2rem 0;padding:1rem;background:#dc2626;color:#fff;border:3px solid #991b1b;border-radius:4px;box-shadow:4px 4px #0003;text-align:center;font-family:VT323,monospace;font-size:1.1rem}.plan-modal-body{padding:2rem;overflow:visible}.plan-selection-message{text-align:center;margin-bottom:1.5rem;padding:1rem 1.5rem;background:#0003;border:2px solid var(--gold-dark);border-radius:4px}.plan-selection-message p{font-family:VT323,monospace;font-size:1.2rem;color:#fff;margin:0;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding-top:1.5rem;overflow:visible}@media (min-width: 768px){.plan-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.plan-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1400px){.plan-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.plan-card{background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;position:relative;box-shadow:4px 4px #0003;transition:all .2s ease;overflow:visible}.plan-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.plan-card-current{border-color:#4caf50;background:#4caf501a}.plan-card-current .plan-card-header{border-bottom-color:#4caf50}.plan-card-scheduled{border-color:#f59e0b;background:#f59e0b1a}.plan-card-scheduled .plan-card-header{border-bottom-color:#f59e0b}.plan-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.4rem .8rem;background:#4caf50;color:#fff;font-family:"Press Start 2P",monospace;font-size:.5rem;border:2px solid #000;border-radius:4px;box-shadow:2px 2px #0000004d;white-space:normal;text-align:center;line-height:1.3;overflow:visible}.plan-card-badge-scheduled{background:#f59e0b;color:#000;white-space:normal;text-align:center;line-height:1.3;overflow:visible}.plan-card-badge-cancellation{background:#dc2626;color:#fff;display:flex;flex-direction:column;align-items:center;gap:.25rem;top:-18px;white-space:normal;text-align:center;line-height:1.3}.plan-card-badge-icon{display:flex;justify-content:center;margin-bottom:.75rem}.plan-card-badge-icon .plan-badge-square{width:50px;height:50px}.plan-card-badge-icon .plan-badge-letter{font-size:1.5rem}.plan-card-badge-icon .plan-badge-label{display:none}.plan-card-header{text-align:center;padding-top:.5rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid var(--gold-dark)}.plan-card-price-strikethrough{font-family:VT323,monospace;font-size:1.8rem;color:#ffffff80;text-decoration:line-through;margin-bottom:.5rem;opacity:.8}.plan-card-name{font-family:"Press Start 2P",monospace;font-size:1.1rem;color:var(--gold-primary);margin:0 0 1rem;text-shadow:2px 2px 0px rgba(0,0,0,.3)}.plan-card-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.plan-card-price-amount{font-family:VT323,monospace;font-size:2.5rem;color:#fff;line-height:1}.plan-card-price-period{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3}.plan-card-price-custom{font-family:VT323,monospace;font-size:1.8rem;color:var(--gold-primary);line-height:1}.plan-card-price-annual-note{font-family:VT323,monospace;font-size:1rem;color:#fff9;margin-top:.5rem;text-align:center}.plan-card-price-tax-note{font-family:VT323,monospace;font-size:.85rem;color:#ffffff59;margin-top:.3rem;text-align:center;letter-spacing:.03em}.annual-price-highlight{color:var(--gold-primary);font-weight:400}.plan-card-features{flex:1;margin-bottom:1.5rem}.plan-card-feature{display:flex;align-items:center;gap:.5rem;padding:.6rem 0;font-family:VT323,monospace;font-size:1.1rem;color:#fff;line-height:1.4}.plan-card-feature-icon{color:#4caf50;font-size:1.2rem;font-weight:700;flex-shrink:0}.plan-card-feature-muted{color:var(--gray);font-size:.95rem;opacity:.8}.plan-card-feature-muted .plan-card-feature-icon{color:var(--gray)}.plan-card-annual-option{font-family:VT323,monospace;font-size:.95rem;color:#fff9;margin-top:.25rem;text-align:center}.plan-card-badge-trial{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.4rem .8rem;background:#4ade80;color:var(--green-dark);font-family:"Press Start 2P",monospace;font-size:.45rem;border:2px solid #22C55E;border-radius:4px;box-shadow:2px 2px #0000004d;white-space:nowrap;z-index:10}.plan-card-actions{display:flex;flex-direction:column;gap:.75rem}.plan-card-button{width:100%;padding:.9rem 1rem;font-family:"Press Start 2P",monospace;font-size:.65rem;border:3px solid;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:3px 3px #0000004d;border-radius:4px}.plan-card-button-upgrade{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark)}.plan-card-button-upgrade:hover:not(:disabled){background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-button-downgrade{background:transparent;color:var(--gold-primary);border-color:var(--gold-primary)}.plan-card-button-downgrade:hover:not(:disabled){background:#ffd7001a;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-button-cycle-change{background:transparent;color:#4caf50;border-color:#4caf50}.plan-card-button-cycle-change:hover:not(:disabled){background:#4caf5026;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-button-keep{background:#4caf50;color:#fff;border-color:#2e7d32;cursor:pointer}.plan-card-button-keep:hover:not(:disabled){background:#66bb6a;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-button-scheduled{background:#f59e0b;color:#000;border-color:#d97706;cursor:not-allowed;font-size:.5rem;padding:.7rem .5rem;line-height:1.3}.plan-card-button:disabled{opacity:.8;cursor:not-allowed}.plan-card-button-cancel-scheduled{background:transparent;color:#dc2626;border-color:#dc2626;font-size:.55rem;padding:.7rem .8rem}.plan-card-button-cancel-scheduled:hover:not(:disabled){background:#dc2626;color:#fff;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-button-cancel-plan{background:transparent;color:#dc2626;border-color:#dc2626;font-size:.55rem;padding:.7rem .8rem}.plan-card-button-cancel-plan:hover:not(:disabled){background:#dc2626;color:#fff;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-button-contact{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark);text-decoration:none;display:flex;align-items:center;justify-content:center}.plan-card-button-contact:hover{background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.plan-card-cancellation-notice{width:100%;padding:.9rem 1rem;font-family:"Press Start 2P",monospace;font-size:.55rem;border:3px solid #f59e0b;background:#f59e0b26;color:#f59e0b;text-align:center;border-radius:4px;box-shadow:3px 3px #0003;letter-spacing:.05em;line-height:1.4}.upgrade-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.upgrade-confirm-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px 0 var(--gold-dark);max-width:500px;width:90%;animation:slideUp .3s ease-out}.upgrade-confirm-header{background:var(--green-medium);border-bottom:3px solid var(--gold-dark);padding:1.25rem 1.5rem}.upgrade-confirm-header h3{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);margin:0;text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:1px}.upgrade-confirm-body{padding:2rem 1.5rem;text-align:center}.upgrade-confirm-plan{font-family:"Press Start 2P",monospace;font-size:.85rem;color:var(--gold-primary);margin:0 0 1.5rem;line-height:1.6}.upgrade-confirm-price{font-family:VT323,monospace;font-size:1.6rem;color:#fff;margin:0 0 .5rem;letter-spacing:.02em}.upgrade-confirm-tax{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3;margin:0 0 .25rem}.upgrade-confirm-note{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3;margin:0 0 1.5rem}.upgrade-confirm-payment-section{margin-top:1.5rem;padding:1.25rem;background:#0003;border:2px solid var(--gold-dark);border-radius:4px}.upgrade-confirm-payment-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.upgrade-confirm-lock-icon{font-size:1.1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.upgrade-confirm-payment-label{font-family:"Press Start 2P",monospace;font-size:.6rem;color:var(--gold-primary);letter-spacing:1px;text-shadow:1px 1px 0 rgba(0,0,0,.3)}.upgrade-confirm-card{display:flex;align-items:center;gap:1rem;justify-content:center;padding:1rem 1.5rem;background:var(--green-medium);border:2px solid rgba(255,215,0,.3);border-radius:4px;margin-bottom:1rem}.upgrade-confirm-card-brand{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);text-transform:uppercase;letter-spacing:1px}.upgrade-confirm-card-number{font-family:VT323,monospace;font-size:1.4rem;color:#fff;letter-spacing:.1em}.upgrade-confirm-stripe-badge{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.35rem .7rem;background:linear-gradient(135deg,#635bff26,#635bff14);border:1px solid rgba(99,91,255,.3);border-radius:4px;margin-top:.4rem;box-shadow:0 1px 4px #635bff1a,inset 0 1px #ffffff1a}.upgrade-confirm-lock-icon{font-size:1rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.upgrade-confirm-powered-text{font-family:VT323,monospace;font-size:.85rem;color:#ffffffb3;letter-spacing:.02em}.upgrade-confirm-stripe-logo{height:12px;width:auto;vertical-align:middle;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));position:relative;top:0}.upgrade-confirm-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid var(--gold-dark);justify-content:center}.upgrade-confirm-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.upgrade-confirm-cancel{background:transparent;border-color:var(--gold-dark);color:#ffffffb3}.upgrade-confirm-cancel:hover{background:var(--gold-dark);color:#fff;transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.upgrade-confirm-upgrade{background:var(--gold-primary);border-color:var(--gold-dark);color:var(--green-dark);box-shadow:4px 4px 0 var(--gold-dark)}.upgrade-confirm-upgrade:hover{background:#ffed4e;transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark)}.upgrade-confirm-upgrade:active,.upgrade-confirm-cancel:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.cancel-scheduled-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.cancel-scheduled-modal{background:var(--green-dark);border:4px solid #4caf50;box-shadow:8px 8px #2e7d32;max-width:500px;width:90%;animation:slideUp .3s ease-out}.cancel-scheduled-header{background:var(--green-medium);border-bottom:3px solid #4caf50;padding:1.25rem 1.5rem}.cancel-scheduled-header h3{font-family:"Press Start 2P",monospace;font-size:.7rem;color:#4caf50;margin:0;text-shadow:2px 2px 0 #2e7d32;letter-spacing:1px}.cancel-scheduled-body{padding:2rem 1.5rem;text-align:center}.cancel-scheduled-message{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin:0;line-height:1.5}.cancel-scheduled-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid #4caf50;justify-content:center}.cancel-scheduled-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.cancel-scheduled-keep{background:transparent;border-color:var(--gold-dark);color:#ffffffb3}.cancel-scheduled-keep:hover{background:var(--gold-dark);color:#fff;transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.cancel-scheduled-confirm{background:#4caf50;border-color:#2e7d32;color:#fff;box-shadow:4px 4px #2e7d32}.cancel-scheduled-confirm:hover{background:#66bb6a;transform:translate(-1px,-1px);box-shadow:5px 5px #2e7d32}.cancel-scheduled-confirm:active,.cancel-scheduled-keep:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.cancel-subscription-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.cancel-subscription-confirm-modal{background:var(--green-dark);border:4px solid #dc2626;box-shadow:8px 8px #991b1b;max-width:500px;width:90%;animation:slideUp .3s ease-out}.cancel-subscription-confirm-header{background:var(--green-medium);border-bottom:3px solid #dc2626;padding:1.25rem 1.5rem}.cancel-subscription-confirm-header h3{font-family:"Press Start 2P",monospace;font-size:.7rem;color:#dc2626;margin:0;text-shadow:2px 2px 0 #991b1b;letter-spacing:1px}.cancel-subscription-confirm-body{padding:2rem 1.5rem;text-align:center}.cancel-subscription-confirm-message{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin:0 0 1rem;line-height:1.5}.cancel-subscription-confirm-submessage{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3;margin:0;line-height:1.5}.cancel-subscription-confirm-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid #dc2626;justify-content:center}.cancel-subscription-confirm-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.cancel-subscription-confirm-keep{background:#4caf50;border-color:#2e7d32;color:#fff;box-shadow:4px 4px #2e7d32}.cancel-subscription-confirm-keep:hover{background:#66bb6a;color:#fff;transform:translate(-1px,-1px);box-shadow:5px 5px #2e7d32}.cancel-subscription-confirm-cancel{background:#dc2626;border-color:#991b1b;color:#fff;box-shadow:4px 4px #991b1b}.cancel-subscription-confirm-cancel:hover{background:#ef4444;transform:translate(-1px,-1px);box-shadow:5px 5px #991b1b}.cancel-subscription-confirm-cancel:active,.cancel-subscription-confirm-keep:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.cancellation-reason-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.cancellation-reason-modal{background:var(--green-dark);border:4px solid #dc2626;box-shadow:8px 8px #991b1b;max-width:550px;width:90%;animation:slideUp .3s ease-out}.cancellation-reason-header{background:var(--green-medium);border-bottom:3px solid #dc2626;padding:1.25rem 1.5rem}.cancellation-reason-header h3{font-family:"Press Start 2P",monospace;font-size:.7rem;font-weight:400;color:#dc2626;margin:0;text-shadow:none;letter-spacing:1px}.cancellation-reason-body{padding:2rem 1.5rem}.cancellation-reason-message{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin:0 0 1.5rem;line-height:1.5;text-align:center}.cancellation-reason-textarea{width:100%;font-family:VT323,monospace;font-size:1.2rem;color:#fff;background:var(--green-medium);border:3px solid var(--gold-dark);padding:1rem;margin-bottom:.5rem;resize:vertical;min-height:120px;box-sizing:border-box}.cancellation-reason-textarea::placeholder{color:#ffffff80}.cancellation-reason-textarea:focus{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 2px #fbbf2433}.cancellation-reason-char-count{font-family:VT323,monospace;font-size:1rem;color:#fff9;text-align:right;margin-bottom:.5rem}.cancellation-reason-char-warning{color:#ef4444;font-weight:700}.cancellation-reason-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid #dc2626;justify-content:center}.cancellation-reason-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.cancellation-reason-btn:disabled{opacity:.5;cursor:not-allowed}.cancellation-reason-cancel{background:transparent;border-color:var(--gold-dark);color:#ffffffb3}.cancellation-reason-cancel:hover:not(:disabled){background:var(--gold-dark);color:#fff;transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.cancellation-reason-submit{background:#dc2626;border-color:#991b1b;color:#fff;box-shadow:4px 4px #991b1b}.cancellation-reason-submit:hover:not(:disabled){background:#ef4444;transform:translate(-1px,-1px);box-shadow:5px 5px #991b1b}.cancellation-reason-submit:active:not(:disabled),.cancellation-reason-cancel:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.downgrade-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.downgrade-confirm-modal{background:var(--green-dark);border:4px solid #f59e0b;box-shadow:8px 8px #d97706;max-width:500px;width:90%;animation:slideUp .3s ease-out}.downgrade-confirm-header{background:var(--green-medium);border-bottom:3px solid #f59e0b;padding:1.25rem 1.5rem}.downgrade-confirm-header h3{font-family:"Press Start 2P",monospace;font-size:.7rem;color:#f59e0b;margin:0;text-shadow:2px 2px 0 #d97706;letter-spacing:1px}.downgrade-confirm-body{padding:2rem 1.5rem;text-align:center}.downgrade-confirm-plan{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin:0 0 1rem;line-height:1.5}.downgrade-confirm-price{font-family:VT323,monospace;font-size:1.6rem;color:var(--gold-primary);margin:0 0 1rem;letter-spacing:.02em}.downgrade-confirm-note{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3;margin:0}.downgrade-confirm-tax-note{font-family:VT323,monospace;font-size:.9rem;color:#ffffff80;margin:0 0 .5rem}.downgrade-confirm-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid #f59e0b;justify-content:center}.downgrade-confirm-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.downgrade-confirm-cancel{background:transparent;border-color:var(--gold-dark);color:#ffffffb3}.downgrade-confirm-cancel:hover{background:var(--gold-dark);color:#fff;transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.downgrade-confirm-downgrade{background:#f59e0b;border-color:#d97706;color:var(--green-dark);box-shadow:4px 4px #d97706}.downgrade-confirm-downgrade:hover{background:#fbbf24;transform:translate(-1px,-1px);box-shadow:5px 5px #d97706}.downgrade-confirm-downgrade:active,.downgrade-confirm-cancel:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.intermediate-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.intermediate-confirm-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px 0 var(--gold-dark);max-width:500px;width:90%;animation:slideUp .3s ease-out}.intermediate-confirm-header{background:var(--green-medium);border-bottom:3px solid var(--gold-dark);padding:1.25rem 1.5rem}.intermediate-confirm-header h3{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);margin:0;text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:1px}.intermediate-confirm-body{padding:2rem 1.5rem;text-align:center}.intermediate-confirm-plan{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin:0 0 1rem;line-height:1.5}.intermediate-confirm-note{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3;margin:0}.intermediate-confirm-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid var(--gold-dark);justify-content:center}.intermediate-confirm-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.intermediate-confirm-cancel{background:transparent;border-color:var(--gold-dark);color:#ffffffb3}.intermediate-confirm-cancel:hover{background:var(--gold-dark);color:#fff;transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.intermediate-confirm-change{background:var(--gold-primary);border-color:var(--gold-dark);color:var(--green-dark);box-shadow:4px 4px 0 var(--gold-dark)}.intermediate-confirm-change:hover{background:#ffed4e;transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark)}.intermediate-confirm-change:active,.intermediate-confirm-cancel:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}@media (max-width: 768px){.plan-modal-content{max-height:95vh}.plan-modal-title{font-size:.9rem}.plan-modal-body{padding:1.5rem}.plan-selection-message{padding:.75rem 1rem;margin-bottom:1rem}.plan-selection-message p{font-size:1.1rem}.plan-grid{grid-template-columns:1fr;gap:1rem}.plan-card-name{font-size:.9rem}.plan-card-price-amount{font-size:2rem}.plan-card-price-annual-note{font-size:.9rem}.plan-card-price-strikethrough{font-size:1.1rem}.plan-card-feature{font-size:1rem}.plan-card-button{font-size:.6rem;padding:.8rem}.plan-card-button-scheduled{font-size:.45rem;padding:.6rem .4rem}.upgrade-confirm-modal{width:95%;max-width:none;margin:1rem}.upgrade-confirm-header h3{font-size:.6rem}.upgrade-confirm-body{padding:1.5rem 1rem}.upgrade-confirm-plan{font-size:.75rem}.upgrade-confirm-price{font-size:1.3rem}.upgrade-confirm-note{font-size:1.1rem}.upgrade-confirm-payment-section{padding:1rem}.upgrade-confirm-payment-header{margin-bottom:.75rem}.upgrade-confirm-lock-icon{font-size:1rem}.upgrade-confirm-payment-label{font-size:.55rem}.upgrade-confirm-card{flex-direction:column;gap:.5rem;padding:.75rem 1rem;margin-bottom:.75rem}.upgrade-confirm-card-brand{font-size:.6rem}.upgrade-confirm-card-number{font-size:1.2rem}.upgrade-confirm-stripe-badge{padding:.3rem .5rem;gap:.25rem}.upgrade-confirm-lock-icon,.upgrade-confirm-powered-text{font-size:.75rem}.upgrade-confirm-stripe-logo{height:10px}.upgrade-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.upgrade-confirm-btn{width:100%;min-width:unset}.cancel-scheduled-modal{width:95%;max-width:none;margin:1rem}.cancel-scheduled-header h3{font-size:.6rem}.cancel-scheduled-body{padding:1.5rem 1rem}.cancel-scheduled-message{font-size:1.2rem}.cancel-scheduled-actions{flex-direction:column;gap:.75rem;padding:1rem}.cancel-scheduled-btn{width:100%;min-width:unset}.cancel-subscription-confirm-modal{width:95%;max-width:none;margin:1rem}.cancel-subscription-confirm-header h3{font-size:.6rem}.cancel-subscription-confirm-body{padding:1.5rem 1rem}.cancel-subscription-confirm-message{font-size:1.2rem}.cancel-subscription-confirm-submessage{font-size:1.1rem}.cancel-subscription-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.cancel-subscription-confirm-btn{width:100%;min-width:unset}.downgrade-confirm-modal{width:95%;max-width:none;margin:1rem}.downgrade-confirm-header h3{font-size:.6rem}.downgrade-confirm-body{padding:1.5rem 1rem}.downgrade-confirm-plan{font-size:1.2rem}.downgrade-confirm-price{font-size:1.3rem}.downgrade-confirm-note{font-size:1.1rem}.downgrade-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.downgrade-confirm-btn{width:100%;min-width:unset}.intermediate-confirm-modal{width:95%;max-width:none;margin:1rem}.intermediate-confirm-header h3{font-size:.6rem}.intermediate-confirm-body{padding:1.5rem 1rem}.intermediate-confirm-plan{font-size:1.2rem}.intermediate-confirm-note{font-size:1.1rem}.intermediate-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.intermediate-confirm-btn{width:100%;min-width:unset}}@media (max-width: 480px){.plan-modal-header{padding:1rem 1.5rem}.plan-modal-title{font-size:.7rem}.plan-modal-close{font-size:1.5rem;width:24px;height:24px}.plan-modal-body{padding:1rem}.plan-selection-message{padding:.5rem .75rem;margin-bottom:.75rem}.plan-selection-message p{font-size:1rem;line-height:1.5}.plan-card{padding:1rem}.plan-card-badge{font-size:.45rem;padding:.3rem .6rem}}.billing-cycle-toggle{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;align-items:center}.billing-cycle-toggle .toggle-btn{font-family:"Press Start 2P",monospace;font-size:.7rem;padding:.8rem 1.5rem;background:transparent;border:3px solid var(--gold-dark);color:var(--white);cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;min-height:60px}.billing-cycle-toggle .toggle-btn:hover:not(:disabled){background:var(--gold-dark);color:var(--green-dark);transform:translateY(-2px)}.billing-cycle-toggle .toggle-btn.active{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-primary)}.billing-cycle-toggle .toggle-btn:disabled{opacity:.5;cursor:not-allowed}.toggle-btn-main{display:block;line-height:1;text-align:center}.toggle-btn-subtitle{font-family:VT323,monospace;font-size:.9rem;display:block;line-height:1;opacity:.9}.lead-notification{position:fixed;top:80px;right:-400px;width:380px;max-width:calc(100vw - 2rem);z-index:1000;transition:right .4s cubic-bezier(.68,-.55,.265,1.55)}.lead-notification.visible{right:1rem;animation:notification-shake .5s ease-in-out .4s}.lead-notification.exiting{right:-400px;transition:right .3s ease-in}@keyframes notification-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-3px)}}.notification-content{background:var(--green-medium);border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark),0 0 30px #ffd70080;padding:1.25rem;position:relative;overflow:hidden}.notification-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.15) 0%,transparent 70%);animation:notification-glow 3s ease-in-out infinite;pointer-events:none}@keyframes notification-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.notification-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;position:relative;z-index:1}.multi-profile .notification-header{margin-bottom:0}.notification-icon-wrapper{position:relative;flex-shrink:0}.notification-nugget{width:48px;height:48px;display:block;filter:drop-shadow(0 0 8px rgba(255,215,0,.6));animation:nugget-bounce 1s ease-in-out infinite}@keyframes nugget-bounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-8px) rotate(-5deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-4px) rotate(5deg)}}.notification-sparkles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.sparkle{position:absolute;font-size:1rem;animation:sparkle-twinkle 1.5s ease-in-out infinite}.sparkle-1{top:-5px;left:-5px;animation-delay:0s}.sparkle-2{top:-5px;right:-5px;animation-delay:.5s}.sparkle-3{bottom:-5px;left:50%;transform:translate(-50%);animation-delay:1s}@keyframes sparkle-twinkle{0%,to{opacity:0;transform:scale(.5) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}.notification-text{flex:1}.notification-title{font-family:"Press Start 2P",cursive;font-size:.85rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);margin-bottom:.5rem;letter-spacing:1px;animation:title-pulse 2s ease-in-out infinite}@keyframes title-pulse{0%,to{text-shadow:2px 2px 0 var(--gold-dark)}50%{text-shadow:2px 2px 0 var(--gold-dark),0 0 10px rgba(255,215,0,.8)}}.notification-message{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);line-height:1.4;margin-bottom:.25rem}.notification-subreddits{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);line-height:1.4}.notification-close{background:transparent;border:none;color:var(--gold-primary);font-family:"Press Start 2P",cursive;font-size:1rem;cursor:pointer;padding:.25rem;line-height:1;flex-shrink:0;transition:all .2s ease}.notification-close:hover{color:var(--gold-light);transform:scale(1.2)}.notification-actions{display:flex;gap:.75rem;position:relative;z-index:1}.notification-btn{flex:1;padding:.75rem 1rem;font-family:"Press Start 2P",cursive;font-size:.6rem;border:3px solid;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.notification-btn-primary{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark)}.notification-btn-primary:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.notification-btn-primary:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.notification-btn-secondary{background:transparent;color:var(--gold-primary);border-color:var(--gold-primary);box-shadow:none}.notification-btn-secondary:hover{background:var(--gold-primary);color:var(--green-dark)}.notification-btn-secondary:active{transform:translate(1px,1px)}.lead-notification.multi-profile{width:380px;max-width:calc(100vw - 2rem)}.notification-profiles{display:flex;flex-direction:column;gap:2px;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gold-dark) transparent}.notification-profiles::-webkit-scrollbar{width:4px}.notification-profiles::-webkit-scrollbar-track{background:transparent}.notification-profiles::-webkit-scrollbar-thumb{background:var(--gold-dark)}.notification-profile-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;background:#0003;border:1px solid rgba(255,215,0,.15);cursor:pointer;transition:all .15s ease}.notification-profile-row:hover{background:#ffd7001a;border-color:var(--gold-primary)}.notification-profile-row.current{cursor:default;border-color:#ffd7004d}.notification-profile-row.current:hover{background:#0003;border-color:#ffd7004d}.notification-profile-row .notification-profile-name{font-family:VT323,monospace;font-size:1.1rem;color:var(--white);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.notification-profile-count{font-family:VT323,monospace;font-size:1rem;color:var(--gold-primary);white-space:nowrap;flex-shrink:0}.notification-profile-switch{font-family:"Press Start 2P",cursive;font-size:.35rem;color:var(--gold-primary);white-space:nowrap;flex-shrink:0;letter-spacing:.5px;transition:color .15s ease}.notification-profile-row:hover .notification-profile-switch{color:var(--gold-light)}.notification-profile-badge{font-family:"Press Start 2P",cursive;font-size:.3rem;color:var(--green-dark);background:var(--gold-primary);padding:.15rem .35rem;white-space:nowrap;flex-shrink:0;letter-spacing:.5px}@media (max-width: 768px){.lead-notification{top:70px;right:-100vw;width:calc(100vw - 2rem)}.lead-notification.visible{right:1rem}.lead-notification.exiting{right:-100vw}.notification-content{padding:1rem}.notification-nugget{width:40px;height:40px}.notification-title{font-size:.7rem}.notification-message{font-size:1.15rem}.notification-subreddits{font-size:1rem}.notification-btn{font-size:.55rem;padding:.65rem .75rem}.lead-notification.multi-profile{width:calc(100vw - 2rem)}.notification-profile-row .notification-profile-name{font-size:1rem}.notification-profile-count{font-size:.9rem}.notification-profile-switch{font-size:.3rem}.notification-profile-badge{font-size:.25rem}}@media (max-width: 480px){.lead-notification{top:65px}.notification-header{gap:.75rem}.notification-nugget{width:36px;height:36px}.notification-title{font-size:.65rem}.notification-message{font-size:1.05rem}.notification-subreddits{font-size:.95rem}.notification-btn{font-size:.5rem;padding:.6rem .65rem}.notification-actions{gap:.5rem}.notification-profiles{max-height:200px}.notification-profile-row .notification-profile-name{font-size:.9rem}.notification-profile-count{font-size:.85rem}}.volume-control-container{position:relative;display:flex;align-items:center}.volume-toggle-btn{background:transparent;border:2px solid var(--gold-primary);color:var(--gold-primary);width:36px;height:36px;padding:6px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.volume-toggle-btn:hover{background:var(--gold-primary);color:var(--green-dark);transform:scale(1.05)}.volume-toggle-btn.muted{color:var(--gray);border-color:var(--gray)}.volume-toggle-btn.muted:hover{background:var(--gray);color:var(--green-dark);border-color:var(--gray)}.volume-icon{width:20px;height:20px}.volume-panel{position:absolute;top:calc(100% + 8px);right:0;background:var(--green-medium);border:3px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark);padding:12px;min-width:180px;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.volume-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.volume-label{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);letter-spacing:1px}.mute-btn{font-family:"Press Start 2P",cursive;font-size:.45rem;background:var(--gold-primary);color:var(--green-dark);border:2px solid var(--gold-dark);padding:4px 8px;cursor:pointer;transition:all .15s ease;box-shadow:2px 2px 0 var(--gold-dark)}.mute-btn:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.mute-btn:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark)}.mute-btn.muted{background:var(--gray);color:var(--green-dark);border-color:#666;box-shadow:2px 2px #666}.mute-btn.muted:hover{background:#b0b0b0}.volume-slider-container{position:relative;height:24px;background:var(--green-dark);border:3px solid var(--gold-dark);margin-bottom:8px;overflow:hidden}.volume-slider{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;z-index:2;margin:0}.volume-slider::-webkit-slider-runnable-track{width:100%;height:100%;background:transparent}.volume-slider::-moz-range-track{width:100%;height:100%;background:transparent}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:18px;background:var(--gold-primary);border:2px solid var(--gold-dark);cursor:pointer;box-shadow:2px 0 0 var(--gold-dark)}.volume-slider::-moz-range-thumb{width:12px;height:18px;background:var(--gold-primary);border:2px solid var(--gold-dark);cursor:pointer;border-radius:0;box-shadow:2px 0 0 var(--gold-dark)}.volume-slider::-webkit-slider-thumb:hover{background:var(--gold-light)}.volume-slider::-moz-range-thumb:hover{background:var(--gold-light)}.volume-slider-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--green-accent) 0%,var(--gold-dark) 50%,var(--gold-primary) 100%);pointer-events:none;z-index:1;transition:width .1s ease}.volume-slider-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.15) 2px,rgba(0,0,0,.15) 4px);pointer-events:none}.volume-value{font-family:VT323,monospace;font-size:1.25rem;color:var(--white);text-align:center;margin-bottom:10px;letter-spacing:1px}.volume-test-btn{width:100%;font-family:"Press Start 2P",cursive;font-size:.45rem;background:transparent;color:var(--gold-primary);border:2px solid var(--gold-primary);padding:8px 12px;cursor:pointer;transition:all .15s ease;letter-spacing:.5px}.volume-test-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--green-dark)}.volume-test-btn:active:not(:disabled){transform:scale(.98)}.volume-test-btn:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.volume-toggle-btn{width:32px;height:32px;padding:4px}.volume-icon{width:18px;height:18px}.volume-panel{min-width:160px;padding:10px;right:-10px}.volume-label{font-size:.5rem}.mute-btn{font-size:.4rem;padding:3px 6px}.volume-value{font-size:1.1rem}.volume-test-btn{font-size:.4rem;padding:6px 10px}}@media (max-width: 480px){.volume-toggle-btn{width:28px;height:28px}.volume-icon{width:16px;height:16px}.volume-panel{min-width:140px;padding:8px}}.authenticated-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#0d2818f2;border-bottom:4px solid var(--gold-primary);position:fixed;top:calc(var(--payment-banner-height, 0px) + var(--email-banner-height, 0px));left:0;right:0;z-index:100;transition:box-shadow .3s ease,background .3s ease,top .3s ease;box-sizing:border-box}.authenticated-header.scrolled{background:#0d2818fa;box-shadow:0 8px 16px #0006,0 0 20px #ffd70033}.header-logo{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.header-logo .logo-text{font-family:"Press Start 2P",cursive;font-size:1.1rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);white-space:nowrap}.header-logo .reddit-prefix{color:#f30;text-shadow:2px 2px 0 #CC0000;margin-right:.25rem}.header-logo .beta-badge{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--green-dark);background:var(--gold-primary);border:2px solid var(--gold-dark);padding:.2rem .4rem;margin-left:.35rem;box-shadow:2px 2px 0 var(--gold-dark);text-transform:uppercase;letter-spacing:.5px}.header-user{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:1}.header-cta-group{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-account-group{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:1}.header-divider{width:2px;height:28px;background:var(--gold-dark);opacity:.6;margin:0 .25rem}.user-plan-chip,.trial-indicator{display:none}.header-user-menu{position:relative;min-width:0;flex-shrink:1}.user-email-trigger{display:flex;align-items:center;gap:.4rem;background:#2a4a2a99;border:2px solid var(--gold-dark);padding:.35rem .6rem;cursor:pointer;transition:all .2s ease;border-radius:2px;min-width:0;max-width:100%}.user-email-trigger:hover{background:#2a4a2ae6;border-color:var(--gold-primary);box-shadow:0 0 12px #ffd70033}.user-trigger-content{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:0;overflow:hidden}.user-display-name{font-family:VT323,monospace;font-size:1.2rem;color:var(--white);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.user-plan-label{display:inline-flex;align-items:center;gap:.3rem;font-family:"Press Start 2P",cursive;font-size:.4rem;letter-spacing:.8px;line-height:1;padding:.25rem .5rem .25rem .35rem;align-self:center;white-space:nowrap;border:1px solid;position:relative;overflow:hidden}.plan-label-icon{width:6px;height:6px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.3)}.plan-label-text{position:relative;z-index:1}.user-plan-label:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.08) 60%,transparent 100%);transform:skew(-20deg);animation:planChipSweep 4s ease-in-out infinite}@keyframes planChipSweep{0%,to{left:-100%}50%{left:150%}}.user-plan-label.tier-trial{background:var(--green-medium);color:var(--gold-primary);border-color:var(--gold-dark)}.tier-trial .plan-label-icon{background:var(--gold-primary);box-shadow:0 0 4px #ffd70099}.tier-trial:before{animation:none}.user-plan-label.tier-starter{background:linear-gradient(135deg,#cd7f32,#b5651d,#cd7f32);color:#fff8e7;border-color:#8b4513;text-shadow:0 1px 1px rgba(90,40,0,.5);box-shadow:0 1px 3px #8b451366,inset 0 1px #ffc86440}.tier-starter .plan-label-icon{background:radial-gradient(circle,#ffd8a0 30%,#cd7f32);box-shadow:0 0 4px #cd7f32cc}.user-plan-label.tier-growth{background:linear-gradient(135deg,#d8d8d8,#a8a8a8 40%,#e0e0e0 60%,#bcbcbc);color:#1a1a1a;border-color:gray;text-shadow:0 1px 0 rgba(255,255,255,.5);box-shadow:0 1px 3px #50505066,inset 0 1px #fff6}.tier-growth .plan-label-icon{background:radial-gradient(circle,#fff 30%,silver);box-shadow:0 0 4px #c0c0c0cc}.user-plan-label.tier-pro{background:linear-gradient(135deg,gold,#daa520 40%,#ffed4a 60%,gold);color:#3d2000;border-color:#b8860b;text-shadow:0 1px 0 rgba(255,237,74,.5);box-shadow:0 1px 4px #b8860b80,inset 0 1px #ffffc866;animation:planChipGoldGlow 3s ease-in-out infinite}.tier-pro .plan-label-icon{background:radial-gradient(circle,#ffed4a 30%,gold);box-shadow:0 0 5px #ffd700e6}@keyframes planChipGoldGlow{0%,to{box-shadow:0 1px 4px #b8860b80,inset 0 1px #ffffc866}50%{box-shadow:0 1px 8px #ffd70099,0 0 12px #ffd70033,inset 0 1px #ffffc866}}.user-plan-label.tier-agency{background:linear-gradient(135deg,#b9f2ff,#7dd3fc 30%,#e0f7ff,#7dd3fc 70%,#b9f2ff);color:#0c4a6e;border-color:#0ea5e9;text-shadow:0 1px 0 rgba(224,247,255,.6);box-shadow:0 1px 4px #0ea5e966,inset 0 1px #ffffff80;animation:planChipDiamondGlow 3s ease-in-out infinite}.tier-agency .plan-label-icon{background:radial-gradient(circle,#fff 20%,#7dd3fc,#0ea5e9);box-shadow:0 0 5px #b9f2ffe6;animation:diamondDotPulse 2s ease-in-out infinite}.tier-agency:before{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 30%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.1) 70%,transparent 100%);animation:planChipSweep 3s ease-in-out infinite}@keyframes planChipDiamondGlow{0%,to{box-shadow:0 1px 4px #0ea5e966,inset 0 1px #ffffff80}50%{box-shadow:0 1px 8px #b9f2ff99,0 0 14px #b9f2ff40,inset 0 1px #ffffff80}}@keyframes diamondDotPulse{0%,to{box-shadow:0 0 4px #b9f2ffb3}50%{box-shadow:0 0 7px #b9f2ff,0 0 12px #7dd3fc66}}.dropdown-arrow{font-size:.5rem;color:var(--gold-dark);transition:transform .2s ease,color .2s ease;display:inline-block;flex-shrink:0}.user-email-trigger:hover .dropdown-arrow{color:var(--gold-primary)}.user-dropdown{position:absolute;top:calc(100% + .75rem);right:0;min-width:220px;background:var(--green-medium);border:2px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark);z-index:1000;animation:slideDown .2s ease-out;border-radius:2px}.dropdown-item{display:block;width:100%;padding:.65rem 1rem;font-family:VT323,monospace;font-size:1.1rem;color:#ffffffd9;background:transparent;border:none;border-bottom:1px solid rgba(255,215,0,.12);text-align:left;cursor:pointer;transition:all .15s}.dropdown-item:hover{background:#ffd7001a;color:var(--gold-primary);padding-left:1.15rem}.dropdown-item:active{background:#ffd70026}.dropdown-item-logout{color:#ff6b6b}.dropdown-item-logout:hover{background:#dc262626;color:#ff6b6b}.user-dropdown-plan-info{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.4rem}.header-upgrade-btn{background:var(--gold-primary);border:2px solid var(--gold-dark);padding:.4rem .8rem;font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:2px 2px 0 var(--gold-dark);animation:upgrade-glow 2s ease-in-out infinite;white-space:nowrap;flex-shrink:0}@keyframes upgrade-glow{0%,to{box-shadow:2px 2px 0 var(--gold-dark)}50%{box-shadow:2px 2px 0 var(--gold-dark),0 0 10px #ffd70066}}.header-upgrade-btn:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark),0 0 12px #ffd70080;animation:none}.header-upgrade-btn:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark);animation:none}.profile-switcher{position:relative;min-width:0;flex-shrink:1}.authenticated-header .profile-switcher-trigger{display:flex;align-items:center;gap:.35rem;background:var(--green-medium);border:2px solid var(--gold-primary);padding:.35rem .6rem;cursor:pointer!important;transition:all .15s;white-space:nowrap;overflow:hidden;pointer-events:auto;max-width:200px}.profile-icon{font-size:1.1rem;color:var(--gold-primary);line-height:1}.authenticated-header .profile-name{font-family:VT323,monospace;font-size:1.05rem;color:var(--gold-primary);overflow:hidden;text-overflow:ellipsis;max-width:140px;white-space:nowrap}.profile-item-name{flex:1}.profile-dropdown-plan-info{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.4rem}.plan-info-label{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gray);letter-spacing:1px}.plan-info-value{font-family:"Press Start 2P",cursive;font-size:.5rem;padding:.4rem .6rem;border-radius:2px;display:inline-block;align-self:flex-start}.plan-upgrade-link{font-family:VT323,monospace;font-size:1rem;color:var(--gold-primary);background:transparent;border:none;padding:0;margin-top:.25rem;cursor:pointer;text-decoration:underline;text-align:left;transition:color .15s}.plan-upgrade-link:hover{color:var(--gold-light)}.profile-dropdown-section-label{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gray);padding:.5rem 1rem .25rem;letter-spacing:1px}@media (max-width: 1100px){.authenticated-header{padding:.75rem 1rem}.header-logo .logo-text{font-size:.95rem}.user-display-name{max-width:140px;font-size:1.1rem}.authenticated-header .profile-name{max-width:110px;font-size:1rem}.authenticated-header .profile-switcher-trigger{max-width:170px}.header-user,.header-account-group{gap:.35rem}.header-upgrade-btn{font-size:.45rem;padding:.35rem .6rem}}@media (max-width: 768px){.authenticated-header{padding:.6rem .75rem}.header-logo .logo-text{font-size:.85rem}.header-logo .beta-badge,.volume-control-container{display:none}.header-user,.header-account-group{gap:.3rem}.user-display-name{font-size:1rem;max-width:110px}.user-plan-label{font-size:.3rem;padding:.15rem .35rem .15rem .25rem}.plan-label-icon{width:4px;height:4px}.authenticated-header .profile-switcher-trigger{padding:.3rem .5rem;max-width:140px}.authenticated-header .profile-name{font-size:.95rem;max-width:80px}.profile-dropdown{min-width:250px;right:-50px}.user-email-trigger{padding:.3rem .5rem}.header-upgrade-btn{font-size:.4rem;padding:.3rem .5rem;border-width:2px;box-shadow:1px 1px 0 var(--gold-dark)}}.scan-progress-container{background:var(--green-medium, #1A4D2E);border:4px solid var(--gold-dark, #B8860B);border-radius:0;padding:0;margin-bottom:1.25rem;overflow:hidden;animation:containerSlideDown .5s ease-out,scanBorderGlow 3s ease-in-out infinite;box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 15px #ffd70033}@keyframes containerSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scanBorderGlow{0%,to{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 15px #ffd70033;border-color:var(--gold-dark, #B8860B)}50%{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 25px #ffd70080,0 0 40px #ffd70033;border-color:var(--gold, #FFD700)}}.scan-progress-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:0;padding:.75rem 1.25rem;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3)}.scan-progress-icon{width:40px;height:40px;flex-shrink:0;position:relative;overflow:hidden;border-radius:50%}.scan-radar{width:100%;height:100%;position:relative;border-radius:50%;background:#0d2818d9;border:1px solid rgba(184,134,11,.5)}.scan-radar-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(184,134,11,.35)}.scan-radar-ring--outer{width:90%;height:90%}.scan-radar-ring--mid{width:60%;height:60%}.scan-radar-ring--inner{width:30%;height:30%;border-color:#b8860b80}.scan-radar-sweep{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,transparent 270deg,rgba(255,215,0,.08) 271deg,rgba(255,215,0,.25) 300deg,rgba(255,215,0,.5) 330deg,rgba(255,215,0,.7) 355deg,rgba(255,215,0,.8) 360deg);animation:radarSweep 2.5s linear infinite;transform-origin:center center}@keyframes radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scan-radar-dot{position:absolute;top:50%;left:50%;width:4px;height:4px;background:var(--gold, #FFD700);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px #ffd700cc;animation:radarDotBlink 2.5s ease-in-out infinite}@keyframes radarDotBlink{0%,to{opacity:1;box-shadow:0 0 3px #ffd70099}50%{opacity:.6;box-shadow:0 0 6px #ffd700e6}}.scan-progress-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;background:#0d2818cc;border:2px solid var(--gold-dark, #B8860B);padding:.3rem .55rem;box-shadow:2px 2px 0 var(--gold-dark, #B8860B),inset 0 0 8px #ffd7000d;min-width:52px;animation:counterGlow 3s ease-in-out infinite}@keyframes counterGlow{0%,to{border-color:var(--gold-dark, #B8860B);box-shadow:2px 2px 0 var(--gold-dark, #B8860B),inset 0 0 6px #ffd7000d}50%{border-color:var(--gold, #FFD700);box-shadow:2px 2px 0 var(--gold-dark, #B8860B),inset 0 0 10px #ffd7001f,0 0 8px #ffd70033}}.scan-counter-value{font-family:"Press Start 2P",monospace;font-size:clamp(.45rem,1.8vw,.6rem);color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--gold-dark, #B8860B);white-space:nowrap;line-height:1.4;text-align:center}.scan-counter-label{font-family:VT323,monospace;font-size:.7rem;color:var(--gray, #A0A0A0);text-transform:uppercase;letter-spacing:.5px;line-height:1.2;text-align:center;margin-top:.1rem}.scan-progress-bar{height:12px;background:var(--green-dark, #0D2818);border:2px solid var(--gold-dark, #B8860B);border-radius:0;overflow:hidden;margin:.75rem 1.25rem;position:relative}.scan-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark, #B8860B),var(--gold, #FFD700),var(--gold-light, #FFED4A));transition:width .5s ease;box-shadow:0 0 16px #ffd70099;animation:progressGlow 2s ease-in-out infinite;border-radius:0}@keyframes progressGlow{0%,to{box-shadow:0 0 5px #ffd7004d}50%{box-shadow:0 0 15px #ffd700cc}}.scan-progress-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,237,74,.3),rgba(255,215,0,.5),rgba(255,237,74,.3),transparent);animation:scanShimmer 2.5s ease-in-out infinite;pointer-events:none}@keyframes scanShimmer{0%{left:-100%}to{left:100%}}.scan-subreddit-list{display:flex;flex-direction:column;gap:.2rem;padding:.75rem 1.25rem;border-top:2px solid rgba(184,134,11,.15)}.scan-subreddit-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .75rem;background:#0d281880;border:1px solid var(--green-medium, #1A4D2E);border-left:2px solid var(--green-medium, #1A4D2E);border-radius:0;animation:itemSlideIn .4s ease-out forwards;opacity:0;transform:translate(-20px)}@keyframes itemSlideIn{to{opacity:1;transform:translate(0)}}.scan-subreddit-item.status-scanning{position:relative;overflow:hidden;border-color:var(--gold-dark, #B8860B);background:linear-gradient(to right,#ffd7001a,#1a4d2ecc);animation:itemSlideIn .4s ease-out forwards,miningBorderPulse 1.5s ease-in-out infinite;opacity:1;transform:translate(0)}.scan-subreddit-item.status-scanning:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 0% 50%,rgba(255,215,0,.5) 0%,rgba(255,215,0,.3) 20%,rgba(255,215,0,.1) 40%,transparent 70%);transform-origin:left center;animation:pickaxePulse 1.5s ease-out infinite;pointer-events:none}.scan-subreddit-item.status-scanning:after{content:"";position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,237,74,.2),rgba(255,215,0,.35),rgba(255,237,74,.2),transparent);animation:miningShimmer 2s linear infinite;pointer-events:none}@keyframes pickaxePulse{0%{opacity:.9;transform:scaleX(.3)}50%{opacity:.5}to{opacity:0;transform:scaleX(1)}}@keyframes miningShimmer{0%{left:-30%;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}@keyframes miningBorderPulse{0%,to{border-color:var(--gold-dark, #B8860B);box-shadow:0 0 5px #ffd70033}50%{border-color:var(--gold, #FFD700);box-shadow:0 0 15px #ffd70080,inset 0 0 10px #ffd7001a}}.scan-subreddit-item.status-completed{border-color:var(--green-medium, #1A4D2E);border-left:2px solid var(--success, #4ADE80);box-shadow:0 0 4px #4ade8026}.scan-subreddit-item.just-completed{animation:itemSlideIn .4s ease-out forwards,completionFlash .5s ease-out}@keyframes completionFlash{0%{border-left-color:var(--gold, #FFD700);background:#ffd7004d;box-shadow:0 0 15px #ffd70080}50%{border-left-color:var(--gold-light, #FFED4A);background:#ffd70033;box-shadow:0 0 20px #ffd70099}to{border-left-color:var(--success, #4ADE80);background:#0d281880;box-shadow:none}}.scan-subreddit-item.status-failed{border-color:var(--green-medium, #1A4D2E);border-left:2px solid var(--orange, #FF8C00);opacity:.8}.scan-subreddit-item.status-pending{opacity:.6;border-left:2px dashed rgba(160,160,160,.35)}.scan-subreddit-status{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scan-dot-pending{width:8px;height:8px;border:2px solid rgba(160,160,160,.5);background:transparent;flex-shrink:0}.scan-dot-scanning{width:8px;height:8px;background:var(--gold, #FFD700);border-radius:50%;box-shadow:0 0 #ffd70080;animation:scanRingPulse 1s ease-in-out infinite}@keyframes scanRingPulse{0%{transform:scale(1);box-shadow:0 0 #ffd70099}60%{transform:scale(1.1);box-shadow:0 0 0 5px #ffd70000}to{transform:scale(1);box-shadow:0 0 #ffd70000}}.scan-check{font-family:VT323,monospace;color:var(--success, #4ADE80);font-size:1rem;line-height:1;text-shadow:1px 1px 0 rgba(74,222,128,.4);animation:checkPop .3s ease-out}@keyframes checkPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.35)}to{transform:scale(1);opacity:1}}.scan-error{font-family:"Press Start 2P",monospace;color:var(--orange, #FF8C00);font-size:.45rem;line-height:1;text-shadow:1px 1px 0 rgba(255,140,0,.4)}.scan-subreddit-name{font-family:VT323,monospace;font-size:1rem;color:var(--white, #F0F0F0);flex:1;min-width:0}.scan-subreddit-right{width:80px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.status-scanning .scan-subreddit-name{color:var(--gold, #FFD700)}.status-completed .scan-subreddit-name{color:var(--success, #4ADE80)}.status-failed .scan-subreddit-name{color:var(--orange, #FF8C00)}.scan-leads-badge{font-family:"Press Start 2P",monospace;font-size:.4rem;color:var(--green-dark, #0D2818);background:var(--gold, #FFD700);padding:.2rem .4rem;border-radius:0;box-shadow:2px 2px 0 var(--gold-dark, #B8860B);animation:badgeSlide .3s ease-out;white-space:nowrap;flex-shrink:0}@keyframes badgeSlide{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}.scan-error-text{font-family:VT323,monospace;font-size:.9rem;color:var(--orange, #FF8C00);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.scan-waiting-profiles{margin-top:0;padding:8px 12px;font-family:VT323,monospace;font-size:.85rem;color:var(--text-secondary, #A0A0A0);text-align:center;opacity:.8;border-top:1px solid rgba(184,134,11,.15)}.scan-waiting-profiles strong{color:var(--text-primary, #F0F0F0)}.scan-waiting-icon{margin-right:6px}@media (max-width: 768px){.scan-progress-container{padding:0}.scan-progress-header{padding:.6rem .75rem}.scan-progress-bar{margin:.6rem .75rem}.scan-subreddit-list{padding:.6rem .75rem}.scan-subreddit-item{padding:.35rem .6rem}.scan-subreddit-name{font-size:1rem}.scan-progress-icon{width:32px;height:32px}.scan-radar-dot{width:3px;height:3px}.scan-progress-counter{padding:.25rem .45rem;min-width:44px}.scan-counter-value{font-size:clamp(.4rem,1.6vw,.5rem)}.scan-counter-label{font-size:.65rem}.scan-leads-badge{font-size:.4rem}}@media (max-width: 480px){.scan-progress-header{gap:.5rem}.scan-progress-icon{width:28px;height:28px}.scan-counter-label{display:none}.scan-progress-counter{min-width:38px;padding:.25rem .4rem}.scan-counter-value{font-size:.4rem}.scan-error-text{display:none}}.next-scan-container{background:var(--green-medium, #1A4D2E);border:4px solid var(--gold-dark, #B8860B);border-radius:0;padding:0;margin-bottom:1.25rem;overflow:hidden;animation:nextScanFadeIn .5s ease-out,nextScanBorderGlow 4s ease-in-out infinite;box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 15px #ffd7001a}.next-scan-container.imminent{border-color:var(--gold, #FFD700);animation:nextScanFadeIn .5s ease-out,nextScanImminentGlow 1.5s ease-in-out infinite;box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 25px #ffd70059}@keyframes nextScanFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes nextScanBorderGlow{0%,to{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 15px #ffd7001a;border-color:var(--gold-dark, #B8860B)}50%{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 20px #ffd70040,0 0 35px #ffd70014;border-color:var(--gold, #FFD700)}}@keyframes nextScanImminentGlow{0%,to{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 20px #ffd70059;border-color:var(--gold, #FFD700)}50%{box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 35px #ffd70099,0 0 50px #ffd70033;border-color:var(--gold-light, #FFED4A)}}.next-scan-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3)}.next-scan-container.imminent .next-scan-header{border-bottom-color:#ffd70066;background:#0d2818b3}.next-scan-time-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.next-scan-label{font-family:VT323,monospace;font-size:1rem;color:var(--gray, #A0A0A0);letter-spacing:.5px;white-space:nowrap}.next-scan-countdown{font-family:"Press Start 2P",monospace;font-size:clamp(.5rem,1.5vw,.65rem);color:var(--gold, #FFD700);text-shadow:2px 2px 0 var(--gold-dark, #B8860B);letter-spacing:1px;line-height:1.4;white-space:nowrap}.next-scan-countdown.imminent{color:var(--gold-light, #FFED4A);animation:nextScanCountdownPulse .8s ease-in-out infinite}@keyframes nextScanCountdownPulse{0%,to{opacity:1;text-shadow:2px 2px 0 var(--gold-dark, #B8860B)}50%{opacity:.85;text-shadow:2px 2px 0 var(--gold-dark, #B8860B),0 0 12px rgba(255,215,0,.5)}}.next-scan-dots{display:flex;gap:.35rem;align-items:center;margin-left:auto;padding-left:.5rem;flex-shrink:0}.next-scan-dots span{width:7px;height:7px;background:var(--gold, #FFD700);border-radius:50%;animation:nextScanDotBounce 1.4s ease-in-out infinite;box-shadow:0 0 6px #ffd70066}.next-scan-dots span:nth-child(1){animation-delay:0s}.next-scan-dots span:nth-child(2){animation-delay:.16s}.next-scan-dots span:nth-child(3){animation-delay:.32s}@keyframes nextScanDotBounce{0%,80%,to{transform:translateY(0);background:var(--gold-dark, #B8860B);box-shadow:0 0 4px #ffd70033}40%{transform:translateY(-8px);background:var(--gold, #FFD700);box-shadow:0 0 10px #ffd700b3}}.next-scan-progress-bar{height:10px;background:var(--green-dark, #0D2818);border:2px solid var(--gold-dark, #B8860B);border-radius:0;overflow:hidden;margin:.75rem 1.25rem;position:relative}.next-scan-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark, #B8860B),var(--gold, #FFD700),var(--gold-light, #FFED4A));transition:width .5s ease;box-shadow:0 0 8px #ffd70066;border-radius:0;animation:nextScanProgressGlow 2.5s ease-in-out infinite}.next-scan-container.imminent .next-scan-progress-fill{animation:nextScanProgressGlowImminent 1s ease-in-out infinite}@keyframes nextScanProgressGlow{0%,to{box-shadow:0 0 4px #ffd70033}50%{box-shadow:0 0 10px #ffd70080}}@keyframes nextScanProgressGlowImminent{0%,to{box-shadow:0 0 8px #ffd70080}50%{box-shadow:0 0 18px #ffd700e6}}.next-scan-progress-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,237,74,.2),rgba(255,215,0,.4),rgba(255,237,74,.2),transparent);animation:nextScanShimmer 3s ease-in-out infinite;pointer-events:none}.next-scan-container.imminent .next-scan-progress-shimmer{animation:nextScanShimmer 1.5s ease-in-out infinite}@keyframes nextScanShimmer{0%{left:-100%}to{left:100%}}@media (max-width: 768px){.next-scan-header{padding:.6rem .75rem;gap:.6rem}.next-scan-countdown{font-size:clamp(.55rem,2vw,.7rem)}.next-scan-progress-bar{height:8px;margin:.6rem .75rem}.next-scan-dots span{width:6px;height:6px}}@media (max-width: 480px){.next-scan-header{gap:.5rem}.next-scan-label{font-size:.9rem}.next-scan-countdown{font-size:.5rem}.next-scan-dots span{width:5px;height:5px}}.subreddit-monitoring-section .next-scan-container{border:none;border-top:2px solid rgba(184,134,11,.3);border-radius:0;margin:0;box-shadow:none;animation:nextScanFadeIn .5s ease-out}.subreddit-monitoring-section .next-scan-container.imminent{border:none;border-top:2px solid var(--gold, #FFD700);border-radius:0;box-shadow:none;animation:nextScanFadeIn .5s ease-out}.subreddit-monitoring-section .next-scan-container,.subreddit-monitoring-section .next-scan-container.imminent{background:transparent}.subreddit-monitoring-section .next-scan-header{background:#0d281859}.upgrade-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.upgrade-selector-modal{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:0;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 0 0 4px #000,0 0 30px #00000080;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.upgrade-selector-modal-compact{max-width:500px;padding:3rem 2rem;text-align:center}.auto-assign-loading{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.auto-assign-loading .loading-spinner{width:60px;height:60px;border:4px solid var(--gold-dark);border-top:4px solid var(--gold-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{font-family:"Press Start 2P",monospace;font-size:1rem;color:var(--gold-primary);text-shadow:2px 2px 0 #000;margin:0}.loading-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:#fff;margin:0}.auto-assign-success{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:60px;height:60px;background:var(--gold-primary);color:var(--green-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border:3px solid var(--gold-dark)}.success-title{font-family:"Press Start 2P",monospace;font-size:1rem;color:var(--gold-primary);text-shadow:2px 2px 0 #000;margin:0}.success-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:#fff;margin:0}.assigned-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.5rem}.assigned-badge{font-family:VT323,monospace;font-size:1.1rem;background:var(--gold-dark);color:var(--gold-primary);padding:.25rem .75rem;border:2px solid var(--gold-primary)}.auto-assign-error{display:flex;flex-direction:column;align-items:center;gap:1rem}.error-icon{width:60px;height:60px;background:#ff6b6b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border:3px solid #cc5555}.error-title{font-family:"Press Start 2P",monospace;font-size:1rem;color:#ff6b6b;text-shadow:2px 2px 0 #000;margin:0}.error-message{font-family:VT323,monospace;font-size:1.2rem;color:#fff;margin:0}.error-actions{display:flex;gap:1rem;margin-top:1rem}.upgrade-selector-header{text-align:center;margin-bottom:2rem}.upgrade-selector-title{font-family:"Press Start 2P",monospace;font-size:1.5rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 #000}.upgrade-selector-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:#fff;margin-bottom:.5rem;line-height:1.5}.upgrade-selector-subtitle strong{color:var(--gold-primary)}.upgrade-selector-info{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-light);margin-top:.5rem}.upgrade-selector-info strong{color:var(--gold-primary)}.subreddit-card-upgrade.monitored{background:var(--green-dark);border-color:var(--gold-dark);opacity:.75;cursor:default}.subreddit-card-upgrade.monitored:hover{transform:none;box-shadow:none}.subreddit-card-upgrade.monitored .subreddit-checkbox{cursor:default;accent-color:var(--gold-primary)}.subreddit-card-upgrade.monitored .subreddit-name{color:var(--gold-light)}.monitored-label{font-family:VT323,monospace;font-size:.9rem;color:var(--gold-light);margin:0;font-style:italic;opacity:.8}.selection-counter-upgrade{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);text-align:center;padding:.75rem;background:var(--green-dark);border:2px solid var(--gold-dark);margin-bottom:1.5rem}.upgrade-selector-loading{text-align:center;padding:3rem 1rem}.upgrade-selector-loading .loading-text{font-family:"Press Start 2P",monospace;font-size:.9rem;color:var(--gold-primary);animation:pulse 1.5s ease-in-out infinite}.upgrade-selector-error{text-align:center;padding:2rem 1rem}.upgrade-selector-error p{font-family:VT323,monospace;font-size:1.2rem;color:#ff6b6b;margin-bottom:1rem}.retry-btn{font-family:"Press Start 2P",monospace;font-size:.7rem;padding:.75rem 1.5rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.upgrade-selector-empty{text-align:center;padding:2rem 1rem}.upgrade-selector-empty p{font-family:VT323,monospace;font-size:1.2rem;color:#fff}.subreddits-grid-upgrade{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;margin-bottom:2rem;max-height:450px;overflow-y:auto;padding:.5rem}.subreddit-card-upgrade{background:var(--green-dark);border:3px solid var(--gold-dark);padding:1rem;cursor:pointer;transition:all .3s ease;animation:cardSlideInUpgrade .5s ease-out backwards;opacity:1}@keyframes cardSlideInUpgrade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.subreddit-card-upgrade:hover:not(.disabled){transform:translateY(-5px);border-color:var(--gold-primary);box-shadow:0 6px 0 var(--gold-dark)}.subreddit-card-upgrade.selected{background:var(--gold-dark);border-color:var(--gold-primary);box-shadow:0 0 0 2px var(--gold-primary)}.subreddit-card-upgrade.disabled{opacity:.5;cursor:not-allowed}.subreddit-card-upgrade .card-header{display:flex;gap:.75rem;margin-bottom:.75rem}.subreddit-card-upgrade .checkbox-container{flex-shrink:0}.subreddit-card-upgrade .subreddit-checkbox{width:20px;height:20px;cursor:pointer}.subreddit-card-upgrade .subreddit-info{flex:1}.subreddit-card-upgrade .subreddit-name{font-family:"Press Start 2P",monospace;font-size:.75rem;color:var(--gold-primary);margin-bottom:.5rem;word-break:break-word}.subreddit-card-upgrade .subreddit-meta{display:flex;gap:.75rem;flex-wrap:wrap}.subreddit-card-upgrade .relevance-badge{font-family:VT323,monospace;font-size:.9rem;background:var(--gold-primary);color:var(--green-dark);padding:.15rem .5rem;border:1px solid #000}.subreddit-card-upgrade .subscribers{font-family:VT323,monospace;font-size:.9rem;color:#fff}.subreddit-card-upgrade .relevance-reason{font-family:VT323,monospace;font-size:1rem;color:#fff;line-height:1.4;margin:0}.upgrade-selector-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:1rem;border-top:2px solid var(--gold-dark)}.selection-requirement{font-family:VT323,monospace;font-size:1.1rem;color:#ff6b6b;text-align:center;margin:0;padding:.5rem 1rem;background:#ff6b6b1a;border:2px solid #ff6b6b}.action-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.save-btn,.skip-btn{font-family:"Press Start 2P",monospace;font-size:.7rem;padding:1rem 2rem;border:3px solid var(--gold-dark);cursor:pointer;transition:all .2s ease;text-transform:uppercase}.save-btn{background:var(--gold-primary);color:var(--green-dark)}.skip-btn{background:transparent;color:var(--gold-primary)}.save-btn:hover:not(:disabled){background:var(--gold-light);transform:translateY(-2px)}.skip-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--green-dark);transform:translateY(-2px)}.save-btn:disabled,.skip-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.upgrade-selector-modal{padding:1.5rem}.upgrade-selector-title,.upgrade-selector-subtitle{font-size:1.1rem}.subreddits-grid-upgrade{grid-template-columns:1fr;max-height:350px}.upgrade-selector-actions{flex-direction:column}.action-buttons{flex-direction:column;width:100%}.save-btn,.skip-btn{width:100%}}.dashboard{min-height:100vh;background:var(--green-dark)}.dashboard-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--green-dark)}.loading-text{font-family:"Press Start 2P",cursive;font-size:1rem;color:var(--gold-primary);animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#0d2818f2;border-bottom:4px solid var(--gold-primary);position:fixed;top:0;left:0;right:0;z-index:100;transition:box-shadow .3s ease,background .3s ease}.dashboard-header.scrolled{background:#0d2818fa;box-shadow:0 8px 16px #0006,0 0 20px #ffd70033}.plan-badge-container{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.trial-indicator{font-family:VT323,monospace;font-size:.75rem;color:var(--gold-primary);opacity:.85;white-space:nowrap;letter-spacing:.5px}.dropdown-info-section{padding:.75rem 1rem;border-bottom:2px solid var(--gold-dark)}.dropdown-info-label{font-family:"Press Start 2P",cursive;font-size:.45rem;color:var(--gray);margin-bottom:.5rem;letter-spacing:1px}.dropdown-info-value{font-family:VT323,monospace;font-size:1.2rem;color:var(--white);line-height:1.3}.dropdown-scheduled-change{color:var(--gold-primary)}.dropdown-divider{height:3px;background:var(--gold-dark);margin:0}.logout-btn{background:transparent;border:3px solid var(--gold-primary);padding:.5rem 1rem;font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);cursor:pointer;transition:all .15s}.logout-btn:hover{background:var(--gold-primary);color:var(--green-dark)}.dashboard-main{padding:3rem 2rem;padding-top:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px));max-width:1200px;margin:0 auto}.dashboard-welcome{text-align:center}.coming-soon{background:var(--green-medium);border:3px dashed var(--gold-dark);padding:2rem;margin-top:2rem}.coming-soon p{font-family:VT323,monospace;font-size:1.25rem;color:var(--gray)}.subreddit-monitoring-section{margin:1.5rem 0 0;background:var(--green-medium);border:4px solid var(--gold-dark);padding:0;text-align:left;overflow:hidden}.subreddit-monitoring-title{font-family:"Press Start 2P",cursive;font-size:clamp(.55rem,2vw,.75rem);color:var(--gold-primary);margin:0;padding:.75rem 1.25rem;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3);text-shadow:2px 2px 0 var(--gold-dark)}.manage-subreddits-btn{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:.75rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:3px 3px 0 var(--gold-dark);flex-shrink:0}.manage-subreddits-btn:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--gold-dark)}.manage-subreddits-btn:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.monitored-subreddits-list{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-start;padding:.75rem 1.25rem;margin-bottom:0}.monitored-subreddit-badge{background:#0d281880;border:none;border-left:2px solid var(--gold-dark);padding:.25rem .6rem .25rem .5rem;font-family:VT323,monospace;font-size:1rem;color:var(--gold-primary);transition:none;line-height:1.2}.monitored-subreddit-badge:hover{transform:none;box-shadow:none}.no-subreddits-message{text-align:center;padding:1.25rem;border:none;background:transparent;margin-bottom:0}.no-subreddits-message p{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin:0}.retry-assign-button{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.6rem 1.2rem;margin-top:.8rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);cursor:pointer;transition:all .15s}.retry-assign-button:hover:not(:disabled){background:var(--gold-light);transform:translateY(-2px);box-shadow:0 2px 0 var(--gold-dark)}.retry-assign-button:disabled{opacity:.6;cursor:not-allowed}.leads-section{margin-top:.5rem;width:100%}.leads-header{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.leads-header-title{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;flex-wrap:wrap;width:100%}.leads-header h2{font-family:"Press Start 2P",cursive;font-size:clamp(.65rem,2vw,.9rem);color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);text-align:left;padding-bottom:.5rem;border-bottom:2px solid rgba(184,134,11,.3);width:100%}.leads-header-actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%}.leads-filter{display:flex;flex-direction:column;gap:.5rem;width:100%}.leads-sort-filter-row{display:flex;align-items:stretch;gap:.5rem;width:100%;margin-bottom:.5rem;flex-wrap:nowrap}.leads-sort-section{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;background:#b8860b0d;border:2px solid var(--gold-dark);padding:.5rem .75rem;box-shadow:2px 2px #b8860b33}.sort-label{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-dark);text-shadow:1px 1px 0 rgba(0,0,0,.3);letter-spacing:1px;white-space:nowrap}.sort-buttons{display:flex;gap:.4rem;flex-wrap:nowrap}.sort-btn{display:flex;align-items:center;gap:.3rem;background:transparent;border:2px solid var(--gold-dark);padding:.35rem .65rem;font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-dark);cursor:pointer;transition:all .15s;box-shadow:2px 2px #b8860b4d;white-space:nowrap}.sort-btn:hover{background:#b8860b1a;transform:translate(-1px,-1px);box-shadow:3px 3px #b8860b4d}.sort-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #b8860b4d}.sort-btn.active{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark);box-shadow:2px 2px 0 var(--gold-dark)}.sort-btn.active:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.sort-btn-text{line-height:1}.sort-direction-icon{font-size:.8rem;font-weight:700;animation:sortIconPulse .3s ease-out}@keyframes sortIconPulse{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}.sort-display{display:none}.filter-dropdowns .filter-label{font-family:"Press Start 2P",cursive;font-size:.48rem;color:var(--gold-dark);text-shadow:1px 1px 0 rgba(0,0,0,.3);letter-spacing:1px;white-space:nowrap}.active-filters{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-bottom:.5rem}.filter-chip{display:flex;align-items:center;gap:.3rem;background:var(--gold-primary);border:2px solid var(--gold-dark);padding:.3rem .5rem;font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:2px 2px 0 var(--gold-dark)}.filter-chip:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.filter-chip:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark)}.chip-text{line-height:1}.chip-remove{font-size:.9rem;font-weight:700;line-height:1;opacity:.7}.filter-chip:hover .chip-remove{opacity:1}.recency-chip{background:var(--gold-dark);border-color:#b8860b99;color:var(--white)}.recency-chip:hover{background:var(--gold-primary);color:var(--green-dark)}.matchrate-chip{background:var(--success);border-color:var(--green-medium);color:var(--green-dark)}.matchrate-chip:hover{background:var(--gold-light);color:var(--green-dark);border-color:var(--gold-dark)}.clear-all-btn{background:transparent;border:2px solid var(--gold-dark);padding:.3rem .5rem;font-family:"Press Start 2P",cursive;font-size:.35rem;color:var(--gray);cursor:pointer;transition:all .15s;box-shadow:2px 2px #0000004d}.clear-all-btn:hover{background:var(--gold-dark);color:var(--white);transform:translate(-1px,-1px);box-shadow:3px 3px #0000004d}.clear-all-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #0000004d}.filter-dropdowns{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0;flex-wrap:wrap;background:#b8860b0d;border:2px solid var(--gold-dark);padding:.5rem .75rem;box-shadow:2px 2px #b8860b33}.filter-dropdown-wrapper{position:relative;flex:1;min-width:120px}.filter-dropdown-label{background:var(--green-medium);border:2px solid var(--gold-dark);padding:.4rem .6rem;cursor:pointer;box-shadow:2px 2px 0 var(--gold-dark);transition:all .15s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.3rem;justify-content:space-between}.filter-dropdown-label:hover{border-color:var(--gold-primary);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.filter-name{font-family:"Press Start 2P",cursive;font-size:.45rem;color:var(--gold-primary);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.filter-value{font-family:VT323,monospace;font-size:1.1rem;color:var(--white);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-dropdown-options{position:absolute;top:100%;left:0;right:0;background:var(--green-medium);border:2px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark);max-height:250px;overflow-y:auto;z-index:100;animation:slideDown .2s ease-out;margin-top:.25rem}.filter-option{display:flex;align-items:center;justify-content:space-between;padding:.5rem .7rem;border-bottom:1px solid var(--gold-dark);cursor:pointer;transition:all .15s;font-family:VT323,monospace;font-size:1.15rem;color:var(--white);background:transparent;border-left:none;border-right:none;border-top:none;width:100%;text-align:left}.filter-option:last-child{border-bottom:none}.filter-option:hover{background:var(--gold-dark);color:var(--white)}.filter-option.selected{background:var(--gold-primary);color:var(--green-dark)}.filter-option.selected:hover{background:var(--gold-light)}.filter-option.multiselect{display:flex;align-items:center;justify-content:space-between}.filter-option.multiselect input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.option-text{flex:1;line-height:1}.option-checkmark{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--green-dark);margin-left:.3rem;animation:checkmarkPop .2s ease-out}@keyframes checkmarkPop{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.filter-dropdown-options::-webkit-scrollbar{width:12px}.filter-dropdown-options::-webkit-scrollbar-track{background:var(--green-dark);border-left:2px solid var(--gold-dark)}.filter-dropdown-options::-webkit-scrollbar-thumb{background:var(--gold-dark);border:2px solid var(--green-medium)}.filter-dropdown-options::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.leads-loading{text-align:center;padding:3rem;background:var(--green-medium);border:4px solid var(--gold-dark)}.leads-empty{text-align:center;padding:3rem;background:var(--green-medium);border:3px dashed var(--gold-dark)}.leads-empty p{font-family:VT323,monospace;font-size:1.5rem;color:var(--gray);margin-bottom:.5rem}.empty-subtitle{font-size:1.2rem!important;color:var(--gray)!important;opacity:.7}.leads-list{display:flex;flex-direction:column;gap:1.5rem}.lead-card{background:var(--green-medium);border:4px solid var(--gold-dark);padding:0;overflow:hidden;transition:all .2s}.lead-card:hover{border-color:var(--gold-primary);transform:translateY(-2px);box-shadow:0 4px 0 var(--gold-dark),0 0 15px #ffd70014}.lead-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:1rem 1.5rem;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3);flex-wrap:wrap;gap:.5rem}.lead-header-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.lead-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.lead-subreddit{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-primary);background:transparent;border:none;padding:.2rem 0;opacity:.85}.lead-time{font-family:VT323,monospace;font-size:1rem;color:var(--gray);white-space:nowrap;opacity:.7}.lead-title{font-family:VT323,monospace;font-size:1.5rem;color:var(--white);margin-bottom:.75rem;line-height:1.3;font-weight:400;text-align:left}.lead-meta{display:none}.lead-status-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.lead-confidence{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:.5rem 1rem;border:2px solid;letter-spacing:1px}.lead-confidence.high{color:#0d2818;border-color:var(--success);background:var(--success);box-shadow:0 0 8px #4ade804d,3px 3px #0003}.lead-confidence.medium{color:#0d2818;border-color:var(--gold-primary);background:var(--gold-primary);box-shadow:3px 3px #0003}.lead-confidence.low{color:var(--gray);border-color:var(--gray);background:#a0a0a01a}.lead-status-badge{font-family:VT323,monospace;font-size:1rem;color:var(--gray);padding:.4rem .8rem;border:2px solid var(--gray);-webkit-user-select:none;user-select:none}.lead-status-badge.dismissed{color:#94a3b8;border-color:#64748b;opacity:.7}.dismiss-btn{font-family:VT323,monospace;font-size:1.1rem;width:1.6rem;height:1.6rem;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#64748b;border:1px solid transparent;cursor:pointer;transition:all .15s ease;line-height:1;flex-shrink:0}.dismiss-btn:hover{color:var(--red);border-color:var(--red);background:#ff6b6b1a}.dismiss-btn:active{transform:scale(.9)}.dismiss-btn.undismiss{background:transparent;color:#64748b;border-color:transparent}.dismiss-btn.undismiss:hover{color:var(--gold-primary);border-color:var(--gold-primary);background:#ffd7001a}.dismiss-btn.undismiss:active{transform:scale(.9)}.lead-post-section{background:#0d281880;border-left:none;padding:1rem 1.5rem;margin:0;border-bottom:2px solid rgba(184,134,11,.15)}.lead-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.lead-post-header .lead-section-label{margin-bottom:0;line-height:1}.lead-post-header .lead-btn-post:hover{transform:translate(-1px,-1px)}.lead-post-header .lead-btn-post:active{transform:translate(1px,1px)}.post-stats{display:flex;gap:1rem;align-items:center;justify-content:flex-end;margin-top:1rem}.post-stat{display:flex;align-items:center;gap:.35rem;background:transparent;border:1px solid rgba(255,215,0,.4);padding:.25rem .5rem;box-shadow:none;transition:all .2s;border-radius:2px}.post-stat:hover{border-color:var(--gold-primary);transform:translateY(-1px);box-shadow:none}.stat-icon{width:1rem;height:1rem;display:inline-block;flex-shrink:0;color:#ffd700b3;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.5))}.stat-value{font-family:"Press Start 2P",cursive;font-size:.6rem;color:#ffd700b3;line-height:1;text-shadow:1px 1px 0 rgba(0,0,0,.5)}.lead-ai-section{background:#ffd7000d;border-left:4px solid var(--gold-primary);padding:1rem 1.5rem;margin:0;border-bottom:2px solid rgba(184,134,11,.15)}.lead-section-label{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-primary);margin-bottom:.5rem;display:inline-block;letter-spacing:2px;text-transform:uppercase}.lead-section-label .label-text{border-bottom:none;padding-bottom:0}.lead-post-body{font-family:VT323,monospace;font-size:1.2rem;color:var(--white);line-height:1.5;margin:0;white-space:pre-wrap;word-wrap:break-word;text-align:left}.lead-post-body.truncated{max-height:9rem;overflow:hidden;position:relative}.lead-post-body.truncated:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3rem;background:linear-gradient(to bottom,transparent,rgba(13,40,24,.85));pointer-events:none}.lead-post-body p{margin:.5rem 0}.lead-post-body p:first-child{margin-top:0}.lead-post-body p:last-child{margin-bottom:0}.lead-post-body a{color:var(--gold-primary);text-decoration:underline;transition:color .2s ease}.lead-post-body a:hover{color:var(--gold-light)}.lead-post-body strong,.lead-post-body b{color:var(--white);font-weight:400;letter-spacing:.02em}.lead-post-body em,.lead-post-body i{color:var(--gold-light);font-style:italic}.lead-post-body code{background-color:var(--green-dark);color:var(--gold-primary);padding:.1rem .3rem;border-radius:2px;font-family:Courier New,monospace;font-size:1.1rem}.lead-post-body pre{background-color:var(--green-dark);border:2px solid var(--gold-dark);border-radius:4px;padding:1rem;overflow-x:auto;margin:.5rem 0}.lead-post-body pre code{background-color:transparent;padding:0;border-radius:0}.lead-post-body ul,.lead-post-body ol{margin:.5rem 0;padding-left:2rem}.lead-post-body li{margin:.25rem 0}.lead-post-body blockquote{border-left:3px solid var(--gold-primary);padding-left:1rem;margin:.5rem 0;color:var(--gold-light);font-style:italic}.lead-post-body h1,.lead-post-body h2,.lead-post-body h3,.lead-post-body h4,.lead-post-body h5,.lead-post-body h6{font-family:"Press Start 2P",cursive;color:var(--gold-primary);margin:.75rem 0 .5rem;font-weight:400;text-shadow:2px 2px 0 var(--gold-dark)}.lead-post-body h1{font-size:.9rem}.lead-post-body h2{font-size:.8rem}.lead-post-body h3{font-size:.75rem}.lead-post-body h4{font-size:.7rem}.lead-post-body h5{font-size:.65rem}.lead-post-body h6{font-size:.6rem}.lead-post-body hr{border:none;border-top:2px solid var(--gold-dark);margin:1rem 0}.lead-post-body img{max-width:100%;height:auto;border:2px solid var(--gold-dark);border-radius:4px;margin:.5rem 0}.see-more-btn{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-primary);background:transparent;border:none;cursor:pointer;padding:.25rem 0;margin-top:.25rem;letter-spacing:2px;text-transform:uppercase;text-decoration:none;transition:all .15s ease;opacity:.7}.see-more-btn:hover{opacity:1;color:var(--gold-light)}.see-more-btn:active{opacity:.9}.post-section-actions{display:flex;align-items:center;justify-content:center;margin-top:1rem;gap:1rem;flex-wrap:wrap}.lead-btn-post{background:linear-gradient(180deg,#ff6634,#ff4500);border:2px solid #CC3700;padding:.35rem .75rem;font-family:"Press Start 2P",cursive;font-size:.4rem;color:#fff;text-decoration:none;cursor:pointer;transition:all .15s;box-shadow:3px 3px #cc3700;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;letter-spacing:.5px}.lead-btn-post:hover{background:linear-gradient(180deg,#ff7a52,#ff6634);transform:translate(-1px,-1px);box-shadow:4px 4px #cc3700,0 0 10px #ff45004d}.lead-btn-post:active{background:linear-gradient(180deg,#ff4500,#cc3700);transform:translate(1px,1px);box-shadow:1px 1px #cc3700}.reddit-logo-inline{height:1rem;width:auto;vertical-align:middle;filter:brightness(0) invert(1)}.lead-insight{font-family:VT323,monospace;font-size:1.25rem;color:var(--white);line-height:1.5;margin:0;opacity:.9}.lead-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.5rem;background:#0d28184d}.lead-actions-left,.lead-actions-right{display:flex;gap:.75rem;flex-wrap:wrap}.lead-btn{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:.6rem 1.25rem;font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--green-dark);text-decoration:none;cursor:pointer;transition:all .15s;box-shadow:3px 3px 0 var(--gold-dark);display:inline-block}.lead-btn:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--gold-dark)}.lead-btn:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.lead-btn-secondary{background:transparent;color:var(--gold-primary);border:2px solid var(--gold-dark);padding:.5rem 1rem;font-size:.45rem;box-shadow:2px 2px #b8860b4d}.lead-btn-secondary:hover{background:#ffd7001a;color:var(--gold-light)}.lead-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.lead-btn-secondary:disabled:hover{background:transparent;color:var(--gold-primary);transform:none;box-shadow:3px 3px 0 var(--gold-dark)}.lead-btn-has-response{background:var(--green-success);color:#fff;border:3px solid var(--green-dark);position:relative;box-shadow:3px 3px 0 var(--green-dark)}.lead-btn-has-response:hover{background:#4ade80;color:#fff;border-color:var(--green-dark);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--green-dark)}.lead-btn-has-response:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--green-dark)}.lead-btn-has-response:disabled{opacity:.9;cursor:default}.lead-btn-has-response:disabled:hover{background:var(--green-success);color:#fff;transform:none;box-shadow:3px 3px 0 var(--green-dark)}.lead-btn-success{background:var(--green-success);border:3px solid var(--green-dark);color:#fff}.lead-btn-success:hover{background:#4ade80;box-shadow:4px 4px 0 var(--green-dark)}.lead-btn-success:disabled{opacity:.9;cursor:default}.lead-btn-success:disabled:hover{background:var(--green-success);transform:none;box-shadow:3px 3px 0 var(--green-dark)}.lead-btn-engaged{background:var(--gold-dark);border-color:var(--gold-dark);color:#fff}.lead-btn-engaged:disabled{opacity:.9;cursor:default}.lead-btn-primary{background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark)}.lead-btn-primary:hover{background:var(--gold-light);box-shadow:4px 4px 0 var(--gold-dark)}.responses-wrapper{margin-top:0;padding:1rem 1.5rem 1.5rem;border-top:2px solid rgba(184,134,11,.2)}.responses-wrapper.both-visible{display:flex;gap:1rem}.responses-wrapper.both-visible .response-container{flex:1;margin-top:0}.response-container{margin-top:1.5rem;background:var(--green-dark);border:3px solid var(--gold-dark);padding:1rem}.response-container.response-dm{border-color:var(--gold-primary)}.responses-wrapper .response-container:first-child{margin-top:0}.response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.response-label{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);letter-spacing:1px}.copy-btn{background:var(--gold-dark);border:2px solid var(--gold-primary);padding:.4rem .8rem;font-family:"Press Start 2P",cursive;font-size:.45rem;color:var(--white);cursor:pointer;transition:all .15s}.copy-btn:hover{background:var(--gold-primary);color:var(--green-dark)}.copy-reply-btn{display:inline-flex;align-items:center;gap:.3rem;background:#0d4f2b;border-color:#0d4f2b}.copy-reply-btn:hover{background:#166b3a;border-color:#166b3a;color:var(--white)}.copy-dm-btn{display:inline-flex;align-items:center;gap:.3rem;background:#0d4f2b;border-color:#0d4f2b}.copy-dm-btn:hover{background:#166b3a;border-color:#166b3a;color:var(--white)}.response-text{font-family:VT323,monospace;font-size:1.2rem;color:var(--white);line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.response-link{color:var(--gold-primary);text-decoration:underline;word-break:break-all}.response-link:hover{color:var(--gold-light)}.response-dm{border-color:var(--gold-primary);background:var(--green-dark)}.response-dm .response-label{color:var(--gold-light)}.response-reply .response-label{color:var(--gold-primary)}.response-note{font-family:VT323,monospace;font-size:1rem;color:#a0a0a0cc;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,215,0,.2);line-height:1.4}.response-container.highlight{animation:highlightPulse 1.5s ease-in-out}@keyframes highlightPulse{0%{border-color:var(--gold-dark);background:var(--green-dark)}25%{border-color:var(--gold-primary);background:#ffd7001a;transform:scale(1.02)}50%{border-color:var(--gold-primary);background:#ffd70026}75%{border-color:var(--gold-primary);background:#ffd7001a;transform:scale(1.02)}to{border-color:var(--gold-dark);background:var(--green-dark);transform:scale(1)}}.response-dm.highlight{animation:highlightPulseDM 1.5s ease-in-out}@keyframes highlightPulseDM{0%{border-color:var(--gold-dark);background:var(--green-dark)}25%{border-color:var(--gold-primary);background:#ffd7001a;transform:scale(1.02)}50%{border-color:var(--gold-primary);background:#ffd70026}75%{border-color:var(--gold-primary);background:#ffd7001a;transform:scale(1.02)}to{border-color:var(--gold-dark);background:var(--green-dark);transform:scale(1)}}.generation-history{display:flex;flex-direction:column;margin-top:.75rem}.history-item{border:2px solid var(--gold-dark);background:var(--green-dark);margin-top:-2px}.history-item:first-child{margin-top:0}.history-item-open{border-color:var(--gold-primary);background:#ffd7000a;z-index:1;position:relative}.history-item-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;background:none;border:none;cursor:pointer;color:var(--gold-light);transition:background .15s}.history-item-header:hover{background:#ffd7000f}.history-tone-chip{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gold-primary);background:var(--green-medium);border:2px solid var(--gold-dark);padding:.25rem .5rem;box-shadow:2px 2px #0000004d}.history-item-latest .history-tone-chip:after{content:" *"}.history-item-indicator{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gold-dark)}.history-item-open .history-item-indicator{color:var(--gold-primary)}.history-item-body{padding:.75rem;border-top:1px solid rgba(255,215,0,.15);animation:accordionSlideDown .2s ease-out}@keyframes accordionSlideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:500px;padding-top:.75rem;padding-bottom:.75rem}}.history-item-actions{margin-top:.75rem;display:flex;gap:.5rem}.history-item-body .response-note{margin-top:.5rem;padding-top:.5rem}@media (max-width: 480px){.history-tone-chip{font-size:.35rem;padding:.2rem .35rem}.history-item-indicator{font-size:.35rem}.history-item-header{padding:.4rem .5rem}.history-item-body{padding:.5rem}}.leads-pagination{margin-top:2rem;text-align:center}.load-more-btn{background:transparent;border:3px solid var(--gold-primary);padding:.75rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);cursor:pointer;transition:all .15s}.load-more-btn:hover{background:var(--gold-primary);color:var(--green-dark)}.response-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.response-confirm-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px 0 var(--gold-dark);max-width:700px;width:90%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}.response-confirm-header{background:var(--green-medium);border-bottom:3px solid var(--gold-dark);padding:.85rem 1.5rem;flex-shrink:0}.response-confirm-header h3{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);margin:0;text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:1px}.response-confirm-body{padding:.75rem 1.5rem;text-align:center;overflow-y:auto;flex:1}.response-confirm-remaining{font-family:VT323,monospace;font-size:1.5rem;color:var(--gold-primary);margin:0 0 .5rem;font-weight:700}.response-confirm-message{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);margin:0;line-height:1.5}.response-confirm-actions{display:flex;gap:1rem;padding:.6rem 1.5rem .85rem;border-top:3px solid var(--gold-dark);justify-content:center;flex-shrink:0}.response-confirm-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.65rem 1.5rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.response-confirm-cancel{background:transparent;border-color:var(--gold-dark);color:var(--gray)}.response-confirm-cancel:hover{background:var(--gold-dark);color:var(--white);transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.response-confirm-use{background:var(--gold-primary);border-color:var(--gold-dark);color:var(--green-dark);box-shadow:4px 4px 0 var(--gold-dark)}.response-confirm-use:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark)}.response-confirm-use:active,.response-confirm-cancel:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.tone-selection{margin:.4rem 0;text-align:left}.tone-selection-label{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);letter-spacing:1px;margin-bottom:.4rem;text-align:center}.tone-options{display:flex;flex-direction:column;gap:.2rem}.tone-option{display:flex;align-items:center;gap:.75rem;padding:.4rem .85rem;background:var(--green-medium);border:2px solid var(--gold-dark);cursor:pointer;transition:all .15s;text-align:left}.tone-option:hover{border-color:var(--gold-primary);background:#ffd7000d}.tone-option-selected{border-color:var(--gold-primary);background:#ffd7001a;box-shadow:0 0 0 1px var(--gold-primary)}.tone-option-label{font-family:"Press Start 2P",cursive;font-size:.45rem;color:var(--gold-primary);letter-spacing:1px;min-width:80px;flex-shrink:0}.tone-option-selected .tone-option-label{text-shadow:0 0 8px var(--gold-primary)}.tone-option-desc{font-family:VT323,monospace;font-size:1.05rem;color:var(--gray);line-height:1.2}.tone-option-selected .tone-option-desc{color:var(--white)}.tone-remember{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 .25rem;cursor:pointer;justify-content:center}.tone-remember input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold-primary);cursor:pointer}.tone-remember span{font-family:VT323,monospace;font-size:1.15rem;color:var(--gray)}.tone-regen-warning{font-family:VT323,monospace;font-size:1.1rem;color:#ff6b6b;margin:.35rem 0 0;text-align:center}.url-toggle-section{margin:.25rem 0 .4rem}.url-toggle-section .tone-remember span{font-size:.95rem}.url-warning{font-family:VT323,monospace;font-size:1.1rem;color:#f90;margin:.25rem 0 .4rem;text-align:center}.regen-btn{background:transparent;border:2px solid var(--gold-dark);padding:.3rem .6rem;font-family:"Press Start 2P",cursive;font-size:.35rem;color:var(--gold-primary);cursor:pointer;transition:all .15s;letter-spacing:.5px}.regen-btn:hover{border-color:var(--gold-primary);background:#ffd7001a}.regen-btn:active{transform:translate(1px,1px)}.response-header-actions{display:flex;align-items:center;gap:.5rem}.upgrade-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.upgrade-success-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px 0 var(--gold-dark);max-width:500px;width:90%;animation:popIn .4s ease-out}.upgrade-success-header{background:linear-gradient(135deg,var(--green-medium) 0%,#1a5c3a 100%);border-bottom:3px solid var(--gold-primary);padding:1.5rem;text-align:center}.upgrade-success-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:var(--gold-primary);margin:0;text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:2px;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{text-shadow:2px 2px 0 var(--gold-dark),0 0 10px var(--gold-primary)}50%{text-shadow:2px 2px 0 var(--gold-dark),0 0 20px var(--gold-primary),0 0 30px var(--gold-primary)}}.upgrade-success-body{padding:2.5rem 2rem;text-align:center}.upgrade-success-icon{margin-bottom:1.5rem;animation:bounce 1s ease-in-out}.upgrade-success-icon.plan-badge{position:relative;margin:0 auto 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.plan-badge-square{width:100px;height:100px;border:4px solid;display:flex;align-items:center;justify-content:center;box-shadow:6px 6px #0006;image-rendering:pixelated}.plan-badge-letter{font-family:"Press Start 2P",cursive;font-size:2.5rem;line-height:1}.plan-badge-label{font-family:"Press Start 2P",cursive;letter-spacing:2px;font-size:.8rem;text-shadow:2px 2px 0 rgba(0,0,0,.3)}.plan-badge-starter .plan-badge-square{background:linear-gradient(135deg,#cd7f32,sienna,#cd7f32);border-color:#8b4513;box-shadow:6px 6px #5c2d06;animation:bronzeShine 3s ease-in-out infinite}.plan-badge-starter .plan-badge-letter{color:#fff8e7;text-shadow:2px 2px 0 #8B4513}.plan-badge-starter .plan-badge-label{color:#cd7f32;text-shadow:2px 2px 0 #5C2D06}@keyframes bronzeShine{0%,to{box-shadow:6px 6px #5c2d06}50%{box-shadow:6px 6px #5c2d06,0 0 15px #cd7f3280}}.plan-badge-growth .plan-badge-square{background:linear-gradient(135deg,#d4d4d4,#a8a8a8 40%,#e8e8e8 60%,silver);border-color:gray;box-shadow:6px 6px #4a4a4a;animation:silverShine 3s ease-in-out infinite}.plan-badge-growth .plan-badge-letter{color:#2d2d2d;text-shadow:1px 1px 0 rgba(255,255,255,.5)}.plan-badge-growth .plan-badge-label{color:silver;text-shadow:2px 2px 0 #4A4A4A}@keyframes silverShine{0%,to{box-shadow:6px 6px #4a4a4a}50%{box-shadow:6px 6px #4a4a4a,0 0 15px #c0c0c099}}.plan-badge-pro .plan-badge-square{background:linear-gradient(135deg,gold,#b8860b 40%,#ffed4a 60%,gold);border-color:#996515;box-shadow:6px 6px #6b4700;animation:goldShine 2.5s ease-in-out infinite}.plan-badge-pro .plan-badge-letter{color:#4a2800;text-shadow:1px 1px 0 rgba(255,237,74,.6)}.plan-badge-pro .plan-badge-label{color:var(--gold-primary);font-size:1rem;text-shadow:2px 2px 0 var(--gold-dark),0 0 10px rgba(255,215,0,.5)}@keyframes goldShine{0%,to{box-shadow:6px 6px #6b4700,0 0 10px #ffd7004d}50%{box-shadow:6px 6px #6b4700,0 0 25px #ffd700b3}}.plan-badge-agency .plan-badge-square{background:linear-gradient(135deg,#b9f2ff,#7dd3fc 30%,#e0f7ff,#7dd3fc 70%,#b9f2ff);border-color:#0ea5e9;box-shadow:6px 6px #0369a1;animation:diamondShine 2.5s ease-in-out infinite;position:relative;overflow:hidden}.plan-badge-agency .plan-badge-square:before{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 30%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.1) 70%,transparent 100%);transform:skew(-20deg);animation:diamondSweep 3s ease-in-out infinite}.plan-badge-agency .plan-badge-square:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(224,200,255,.15) 40%,rgba(185,242,255,.1) 50%,rgba(200,255,220,.15) 60%,transparent 70%);animation:diamondPrism 4s ease-in-out infinite alternate}.plan-badge-agency .plan-badge-letter{color:#0c4a6e;text-shadow:1px 1px 0 rgba(224,247,255,.8);position:relative;z-index:1}.plan-badge-agency .plan-badge-label{color:#b9f2ff;font-size:.85rem;text-shadow:2px 2px 0 #0369A1,0 0 15px rgba(185,242,255,.5)}@keyframes diamondShine{0%,to{box-shadow:6px 6px #0369a1,0 0 10px #b9f2ff4d}50%{box-shadow:6px 6px #0369a1,0 0 30px #b9f2ffb3,0 0 50px #b9f2ff4d}}@keyframes diamondSweep{0%{left:-60%}40%{left:120%}to{left:120%}}@keyframes diamondPrism{0%{background-position:0% 0%;opacity:.4}to{background-position:100% 100%;opacity:.8}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.upgrade-success-message{font-family:"Press Start 2P",cursive;font-size:.75rem;color:var(--gold-primary);margin:0 0 1rem;line-height:1.6;letter-spacing:1px}.upgrade-success-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.upgrade-success-actions{padding:1.5rem;border-top:3px solid var(--gold-dark);text-align:center}.upgrade-success-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);min-width:200px;letter-spacing:1px}.upgrade-success-btn:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.upgrade-success-btn:active{transform:translate(1px,1px);box-shadow:3px 3px 0 var(--gold-dark)}.downgrade-scheduled-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.downgrade-scheduled-modal{background:var(--green-dark);border:4px solid #f59e0b;box-shadow:8px 8px #f59e0b4d;max-width:500px;width:90%;animation:popIn .4s ease-out}.downgrade-scheduled-header{background:linear-gradient(135deg,#451a03,#78350f);border-bottom:3px solid #f59e0b;padding:1.5rem;text-align:center}.downgrade-scheduled-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#fbbf24;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.downgrade-scheduled-body{padding:2.5rem 2rem;text-align:center}.downgrade-scheduled-icon{color:#f59e0b;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.downgrade-scheduled-message{font-family:VT323,monospace;font-size:1.5rem;color:#fbbf24;margin:0 0 .2rem;line-height:1.5}.downgrade-scheduled-tax-note{font-family:VT323,monospace;font-size:1.1rem;color:#ffffff73;margin:0 0 1.25rem;line-height:1.4}.downgrade-scheduled-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.downgrade-scheduled-actions{padding:1.5rem;border-top:3px solid rgba(245,158,11,.3);text-align:center}.downgrade-scheduled-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:#f59e0b;border:3px solid #d97706;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px #d97706;min-width:200px;letter-spacing:1px}.downgrade-scheduled-btn:hover{background:#fbbf24;transform:translate(-2px,-2px);box-shadow:6px 6px #d97706}.downgrade-scheduled-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #d97706}.cancelled-scheduled-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.cancelled-scheduled-modal{background:var(--green-dark);border:4px solid #4ade80;box-shadow:8px 8px #4ade804d;max-width:500px;width:90%;animation:popIn .4s ease-out}.cancelled-scheduled-header{background:linear-gradient(135deg,#14532d,#166534);border-bottom:3px solid #4ade80;padding:1.5rem;text-align:center}.cancelled-scheduled-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#4ade80;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.cancelled-scheduled-body{padding:2.5rem 2rem;text-align:center}.cancelled-scheduled-icon{color:#4ade80;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.cancelled-scheduled-message{font-family:VT323,monospace;font-size:1.5rem;color:#4ade80;margin:0 0 1rem;line-height:1.5}.cancelled-scheduled-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.cancelled-scheduled-actions{padding:1.5rem;border-top:3px solid rgba(74,222,128,.3);text-align:center}.cancelled-scheduled-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:#4ade80;border:3px solid #22c55e;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px #22c55e;min-width:200px;letter-spacing:1px}.cancelled-scheduled-btn:hover{background:#86efac;transform:translate(-2px,-2px);box-shadow:6px 6px #22c55e}.cancelled-scheduled-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #22c55e}.subscription-cancelled-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.subscription-cancelled-modal{background:var(--green-dark);border:4px solid #f59e0b;box-shadow:8px 8px #f59e0b4d;max-width:500px;width:90%;animation:popIn .4s ease-out}.subscription-cancelled-header{background:linear-gradient(135deg,#78350f,#92400e);border-bottom:3px solid #f59e0b;padding:1.5rem;text-align:center}.subscription-cancelled-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#fbbf24;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.subscription-cancelled-body{padding:2.5rem 2rem;text-align:center}.subscription-cancelled-icon{color:#f59e0b;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.subscription-cancelled-message{font-family:VT323,monospace;font-size:1.5rem;color:#fbbf24;margin:0 0 1rem;line-height:1.5}.subscription-cancelled-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.subscription-cancelled-actions{padding:1.5rem;border-top:3px solid rgba(245,158,11,.3);text-align:center}.subscription-cancelled-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:#f59e0b;border:3px solid #d97706;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px #d97706;min-width:200px;letter-spacing:1px}.subscription-cancelled-btn:hover{background:#fbbf24;transform:translate(-2px,-2px);box-shadow:6px 6px #d97706}.subscription-cancelled-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #d97706}.reactivated-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.reactivated-modal{background:var(--green-dark);border:4px solid #4caf50;box-shadow:8px 8px #4caf504d;max-width:500px;width:90%;animation:popIn .4s ease-out}.reactivated-header{background:linear-gradient(135deg,#1b5e20,#2e7d32);border-bottom:3px solid #4caf50;padding:1.5rem;text-align:center}.reactivated-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#a5d6a7;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.reactivated-body{padding:2.5rem 2rem;text-align:center}.reactivated-icon{color:#4caf50;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.reactivated-message{font-family:VT323,monospace;font-size:1.5rem;color:#a5d6a7;margin:0 0 1rem;line-height:1.5}.reactivated-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.reactivated-actions{padding:1.5rem;border-top:3px solid rgba(76,175,80,.3);text-align:center}.reactivated-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:#4caf50;border:3px solid #2e7d32;color:#fff;cursor:pointer;transition:all .15s;box-shadow:4px 4px #2e7d32;min-width:200px;letter-spacing:1px}.reactivated-btn:hover{background:#66bb6a;transform:translate(-2px,-2px);box-shadow:6px 6px #2e7d32}.reactivated-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #2e7d32}.plan-changed-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.plan-changed-modal{background:var(--green-dark);border:4px solid #f59e0b;box-shadow:8px 8px #f59e0b4d;max-width:500px;width:90%;animation:popIn .4s ease-out}.plan-changed-header{background:linear-gradient(135deg,#451a03,#78350f);border-bottom:3px solid #f59e0b;padding:1.5rem;text-align:center}.plan-changed-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#fbbf24;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.plan-changed-body{padding:2.5rem 2rem;text-align:center}.plan-changed-icon{color:#f59e0b;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.plan-changed-message{font-family:VT323,monospace;font-size:1.5rem;color:#fbbf24;margin:0 0 1rem;line-height:1.5}.plan-changed-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.plan-changed-actions{padding:1.5rem;border-top:3px solid rgba(245,158,11,.3);text-align:center}.plan-changed-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:#f59e0b;border:3px solid #d97706;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px #d97706;min-width:200px;letter-spacing:1px}.plan-changed-btn:hover{background:#fbbf24;transform:translate(-2px,-2px);box-shadow:6px 6px #d97706}.plan-changed-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #d97706}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:1rem;padding:1rem}.dashboard-user{flex-direction:column;gap:.75rem;width:100%}.plan-badge{width:100%;text-align:center}.dashboard-user-menu{width:100%}.user-email-trigger{width:100%;justify-content:space-between;padding:.5rem;border:2px solid var(--gold-dark);background:var(--green-medium)}.user-dropdown{left:0;right:0;width:100%;min-width:unset}.dropdown-info-section{padding:.75rem}.dropdown-info-value{font-size:1.1rem}.header-upgrade-btn,.header-manage-btn{width:100%;text-align:center}.dashboard-main{padding:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1rem 2rem}.leads-header{flex-direction:column;align-items:flex-start;margin-top:1rem;margin-bottom:.75rem}.leads-header h2{font-size:clamp(.5rem,2vw,.7rem);border-bottom:2px solid rgba(184,134,11,.2);padding-bottom:.4rem}.leads-header-actions{width:100%;flex-direction:column;align-items:stretch}.leads-sort-filter-row{flex-direction:column;align-items:stretch;gap:.75rem}.leads-sort-section{width:100%;gap:.4rem}.filter-dropdowns{width:100%}.sort-label{font-size:.35rem}.sort-buttons{flex-direction:row;gap:.35rem;flex:1}.sort-btn{flex:1;padding:.4rem .5rem;font-size:.35rem}.sort-display{display:none}.filter-dropdowns .filter-label{font-size:.3rem;width:100%;text-align:left}.leads-filter{width:100%;max-width:100%;gap:.5rem}.active-filters{gap:.3rem}.filter-chip{font-size:.35rem;padding:.25rem .4rem}.chip-remove{font-size:.8rem}.clear-all-btn{font-size:.3rem;padding:.25rem .4rem}.filter-dropdowns{flex-direction:column;gap:.35rem}.filter-dropdown-wrapper{min-width:unset}.filter-dropdown-label{padding:.4rem .5rem}.filter-name{font-size:.3rem}.filter-value{font-size:.9rem}.filter-option{font-size:.95rem;padding:.45rem .6rem}.option-checkmark{font-size:.55rem}.lead-card{padding:0}.lead-header,.lead-ai-section,.lead-post-section{padding:.75rem 1rem}.lead-actions{width:100%;flex-direction:column;align-items:stretch;padding:.75rem 1rem}.lead-actions-left{width:100%;flex-direction:row}.lead-actions-left .lead-btn{flex:1}.lead-actions-right{width:100%;flex-direction:row}.lead-actions-right .lead-btn{flex:1}.lead-btn{text-align:center}.responses-wrapper{padding:.75rem 1rem 1rem}.post-section-actions{flex-direction:column;align-items:stretch}.lead-btn-post{width:100%;text-align:center}.lead-title{font-size:1.1rem}.lead-subreddit{font-size:.95rem}.lead-time{font-size:.85rem}.lead-confidence{font-size:.5rem}.lead-status-badge{font-size:.85rem}.lead-section-label{font-size:.95rem}.lead-post-body{font-size:1rem}.lead-post-body code{font-size:.95rem}.lead-post-body h1{font-size:.75rem}.lead-post-body h2{font-size:.65rem}.lead-post-body h3{font-size:.6rem}.lead-post-body h4,.lead-post-body h5{font-size:.55rem}.lead-post-body h6{font-size:.5rem}.lead-insight{font-size:1.05rem}.see-more-btn,.dismiss-btn{font-size:.95rem}.response-text{font-size:1rem}.response-note{font-size:.85rem}.post-stats{gap:.5rem;justify-content:flex-end;margin-top:.75rem}.post-stat{gap:.25rem;padding:.2rem .4rem}.stat-icon{width:.9rem;height:.9rem}.stat-value{font-size:.5rem}.responses-wrapper.both-visible{flex-direction:column}.responses-wrapper.both-visible .response-container{margin-top:1rem}.responses-wrapper.both-visible .response-container:first-child{margin-top:0}.subreddit-monitoring-section{padding:0}.subreddit-monitoring-title{padding:.6rem .75rem;font-size:clamp(.45rem,2vw,.65rem)}.manage-subreddits-btn{width:100%}.monitored-subreddits-list{gap:.3rem;padding:.6rem .75rem}.monitored-subreddit-badge{font-size:.85rem;padding:.2rem .5rem .2rem .4rem}.response-confirm-modal{width:95%;max-width:none;margin:1rem}.response-confirm-header h3{font-size:.6rem}.response-confirm-body{padding:1.5rem 1rem}.response-confirm-remaining{font-size:1.3rem}.response-confirm-message{font-size:1.2rem}.response-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.response-confirm-btn{width:100%;min-width:unset}.tone-option{padding:.5rem .65rem;gap:.5rem}.tone-option-label{font-size:.4rem;min-width:65px}.tone-option-desc{font-size:.95rem}.response-header{flex-direction:column;align-items:flex-start}.response-header-actions{flex-wrap:wrap;width:100%}.regen-btn{font-size:.3rem}.upgrade-success-modal{width:95%;max-width:none;margin:1rem}.upgrade-success-header h3{font-size:.65rem}.upgrade-success-body{padding:2rem 1.5rem}.plan-badge-square{width:75px;height:75px}.plan-badge-letter{font-size:1.8rem}.plan-badge-label{font-size:.55rem}.plan-badge-pro .plan-badge-label{font-size:.7rem}.plan-badge-agency .plan-badge-label{font-size:.55rem}.upgrade-success-message{font-size:.65rem}.upgrade-success-submessage{font-size:1.2rem}.upgrade-success-btn{width:100%;min-width:unset}.downgrade-scheduled-modal{width:95%;max-width:none;margin:1rem}.downgrade-scheduled-header h3{font-size:.65rem}.downgrade-scheduled-body{padding:2rem 1.5rem}.downgrade-scheduled-icon{font-size:3rem}.downgrade-scheduled-message{font-size:1.3rem}.downgrade-scheduled-submessage{font-size:1.2rem}.downgrade-scheduled-btn{width:100%;min-width:unset}.cancelled-scheduled-modal{width:95%;max-width:none;margin:1rem}.cancelled-scheduled-header h3{font-size:.65rem}.cancelled-scheduled-body{padding:2rem 1.5rem}.cancelled-scheduled-icon{font-size:3rem}.cancelled-scheduled-message{font-size:1.3rem}.cancelled-scheduled-submessage{font-size:1.2rem}.cancelled-scheduled-btn{width:100%;min-width:unset}.subscription-cancelled-modal{width:95%;max-width:none;margin:1rem}.subscription-cancelled-header h3{font-size:.65rem}.subscription-cancelled-body{padding:2rem 1.5rem}.subscription-cancelled-icon{font-size:3rem}.subscription-cancelled-message{font-size:1.3rem}.subscription-cancelled-submessage{font-size:1.2rem}.subscription-cancelled-btn{width:100%;min-width:unset}.plan-changed-modal{width:95%;max-width:none;margin:1rem}.plan-changed-header h3{font-size:.65rem}.plan-changed-body{padding:2rem 1.5rem}.plan-changed-icon{font-size:3rem}.plan-changed-message{font-size:1.3rem}.plan-changed-submessage{font-size:1.2rem}.plan-changed-btn{width:100%;min-width:unset}}.limit-warning{margin:1rem 0;padding:1rem 1.5rem;border-radius:8px;border:3px solid;box-shadow:0 4px #0000004d;font-size:.95rem;line-height:1.6}.limit-warning.warning{background:#ffa5001a;border-color:#ff9800;color:#ffb74d}.limit-warning.error{background:#ff6b6b1a;border-color:#ff6b6b;color:#ff6b6b}.limit-warning strong{display:block;margin-bottom:.5rem;font-size:1rem}.inline-upgrade-link{background:none;border:none;color:var(--gold-primary);text-decoration:underline;cursor:pointer;font-weight:700;padding:0;font-size:inherit;transition:color .2s ease}.inline-upgrade-link:hover{color:#ffed4e}.annual-billing-note{color:var(--gold-primary);font-weight:400}.profile-switcher{position:relative}.profile-switcher-trigger{display:flex;align-items:center;gap:.5rem;background:var(--green-medium);border:2px solid var(--gold-primary);padding:.5rem 1rem;cursor:pointer;transition:all .15s}.profile-switcher-trigger:hover{background:var(--green-light);box-shadow:0 0 10px #ffd7004d}.profile-label{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gray);letter-spacing:1px}.profile-name{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-primary)}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:280px;background:var(--green-medium);border:3px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark);z-index:1001;animation:slideDown .2s ease-out}.profile-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;font-family:VT323,monospace;font-size:1.1rem;color:var(--white);background:transparent;border:none;border-bottom:2px solid var(--gold-dark);text-align:left;cursor:pointer;transition:all .15s}.profile-dropdown-item:last-child{border-bottom:none}.profile-dropdown-item:hover,.profile-dropdown-item.active{background:var(--green-light);color:var(--gold-primary)}.profile-item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-active-indicator{color:var(--gold-primary);font-weight:700;margin-left:.5rem}.profile-dropdown-divider{height:3px;background:var(--gold-primary);margin:0}.profile-dropdown-item.add-profile{color:var(--gold-primary)}.profile-dropdown-item.add-profile:hover{background:var(--gold-dark);color:var(--white)}.add-profile-icon{font-size:1.3rem;margin-right:.5rem}.profile-limit-badge{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gray);background:var(--green-dark);padding:.25rem .5rem;border-radius:2px;margin-left:auto}.profile-limit-badge.at-limit{color:#ff6b6b;background:#ff6b6b33}.profile-dropdown-item.disabled{opacity:.6;cursor:not-allowed;position:relative}.profile-dropdown-item.disabled:hover{background:transparent;color:var(--white)}.upgrade-tooltip{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);background:var(--gold-dark);color:var(--white);padding:.5rem .75rem;font-family:"Press Start 2P",cursive;font-size:.4rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s;pointer-events:none;z-index:1002}.profile-dropdown-item.disabled:hover .upgrade-tooltip{opacity:1;visibility:visible}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000}.add-profile-modal{position:relative;background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px 0 var(--gold-dark);max-width:800px;width:90%;max-height:90vh;overflow-y:auto;padding:2rem}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:2px solid var(--gold-primary);color:var(--gold-primary);font-size:1.5rem;width:40px;height:40px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;z-index:10}.modal-close-btn:hover{background:var(--gold-primary);color:var(--green-dark)}@media (max-width: 768px){.profile-switcher-trigger{padding:.4rem .75rem}.profile-label{display:none}.profile-name{font-size:1rem}.profile-dropdown{min-width:250px;right:-50px}.add-profile-modal{width:95%;padding:1rem;max-height:95vh}}.auto-assign-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:.8rem 1.5rem;font-family:VT323,monospace;font-size:1.2rem;border:3px solid var(--gold-primary);border-radius:0;z-index:1100;cursor:pointer;animation:toastSlideUp .3s ease-out;box-shadow:0 0 0 2px #000,0 4px 12px #0006}.auto-assign-toast.toast-success{background:var(--green-dark);color:var(--gold-primary)}.auto-assign-toast.toast-error{background:#4a1a1a;color:#ff6b6b;border-color:#ff6b6b}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.lead-card-exiting{animation:slide-out-right .35s ease-in forwards;pointer-events:none}@keyframes slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.auth-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.auth-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px #00000080;padding:2rem;width:100%;max-width:400px;position:relative;animation:modal-pop .2s ease-out}@keyframes modal-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.auth-modal-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;color:var(--gold-primary);font-size:2rem;cursor:pointer;line-height:1;transition:color .15s}.auth-modal-close:hover{color:var(--gold-light)}.auth-modal-title{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--gold-primary);text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--gold-dark)}.auth-modal-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:3px solid var(--gold-dark)}.auth-tab{flex:1;background:transparent;border:none;padding:.75rem 1rem;font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gray);cursor:pointer;transition:all .15s;position:relative}.auth-tab:hover{color:var(--gold-light)}.auth-tab.active{color:var(--gold-primary)}.auth-tab.active:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:3px;background:var(--gold-primary)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);letter-spacing:1px}.auth-field input{background:var(--green-medium);border:3px solid var(--gold-dark);padding:.875rem 1rem;font-family:VT323,monospace;font-size:1.25rem;color:var(--white);outline:none;transition:border-color .15s}.auth-field input::placeholder{color:var(--gray)}.auth-field input:focus{border-color:var(--gold-primary)}.forgot-password-link{display:block;margin-top:.5rem;font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-primary);text-decoration:underline;text-align:right;transition:color .15s}.forgot-password-link:hover{color:var(--gold-light)}.auth-error{background:#ff444426;border:2px solid var(--red);padding:.75rem 1rem;color:var(--red);font-family:VT323,monospace;font-size:1.1rem;text-align:center}.auth-submit{background:var(--gold-primary);border:4px solid var(--gold-dark);padding:1rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.75rem;color:var(--green-dark);cursor:pointer;box-shadow:4px 4px 0 var(--gold-dark);transition:all .1s;margin-top:.5rem}.auth-submit:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.auth-submit:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{margin-top:1.5rem;text-align:center;color:var(--gray);font-family:VT323,monospace;font-size:1.1rem}.auth-footer button{background:none;border:none;color:var(--gold-primary);cursor:pointer;font-family:VT323,monospace;font-size:1.1rem;text-decoration:underline;padding:0}.auth-footer button:hover{color:var(--gold-light)}@media (max-width: 480px){.auth-modal{padding:1.5rem}.auth-tab{font-size:.6rem;padding:.6rem .5rem}.auth-submit{font-size:.65rem;padding:.875rem 1rem}}.step-progress-container{width:100%;max-width:520px;margin:2rem auto 0;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.step-progress-dots{display:flex;align-items:center;justify-content:center;width:100%}.step-progress-dots-item{display:flex;align-items:center}.step-connector{width:40px;height:3px;background:var(--green-medium);border:1px solid var(--gold-dark);transition:background .4s ease}.step-connector.completed{background:var(--gold);border-color:var(--gold-dark);box-shadow:0 0 6px #ffd7004d}.step-dot{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.65rem;border:3px solid var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark);transition:all .3s ease;flex-shrink:0}.step-dot.completed{background:var(--gold);color:var(--green-dark);border-color:var(--gold-dark)}.step-dot.active{background:var(--gold);color:var(--green-dark);border-color:var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark),0 0 12px #ffd70080;animation:dot-glow-pulse 2s ease-in-out infinite}.step-dot.upcoming{background:var(--green-medium);color:var(--gray);border-color:#b8860b66;box-shadow:3px 3px #b8860b33}@keyframes dot-glow-pulse{0%,to{box-shadow:3px 3px 0 var(--gold-dark),0 0 8px #ffd70066}50%{box-shadow:3px 3px 0 var(--gold-dark),0 0 18px #ffd700b3}}.pixel-progress-bar{width:100%;height:12px;background:var(--green-dark, #0D2818);border:2px solid var(--gold-dark);border-radius:0;overflow:hidden;position:relative}.pixel-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark, #B8860B),var(--gold, #FFD700),var(--gold-light, #FFED4A));transition:width .5s ease;box-shadow:0 0 16px #ffd70099;border-radius:0;position:relative;animation:pixelProgressGlow 2s ease-in-out infinite}@keyframes pixelProgressGlow{0%,to{box-shadow:0 0 5px #ffd7004d}50%{box-shadow:0 0 15px #ffd700cc}}.pixel-progress-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,237,74,.3),rgba(255,215,0,.5),rgba(255,237,74,.3),transparent);animation:pixelShimmer 2.5s ease-in-out infinite;pointer-events:none}@keyframes pixelShimmer{0%{left:-100%}to{left:100%}}.step-badge-indicator{display:flex;justify-content:center}.step-badge-text{display:inline-block;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.55rem;color:var(--green-dark);background:var(--gold);padding:.4rem 1rem;border:3px solid var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark);text-shadow:none;letter-spacing:.5px}.step-content-panel{background:#2a4a2a4d;border:3px solid var(--gold-dark);border-radius:8px;box-shadow:6px 6px #0003;max-width:800px;width:100%;margin:1.5rem auto 2rem;padding:2rem}.step-content-panel-wide{max-width:1280px}.url-input-container-page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.url-input-header{text-align:center;margin-bottom:2rem}.url-input-header .logo{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.url-input-header .logo-icon{width:2.5rem;height:2.5rem}.url-input-header .logo-text{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:1.5rem;color:var(--gold);text-shadow:2px 2px 0 var(--gold-dark)}.url-input-header .reddit-prefix{color:#f30;text-shadow:2px 2px 0 #CC0000}.url-input-title{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:1.5rem;color:var(--gold);margin:0 0 1rem;text-shadow:2px 2px 0 var(--gold-dark)}.url-input-subtitle{font-family:var(--font-mono),"VT323",monospace;font-size:1.3rem;color:var(--text);line-height:1.5;max-width:550px;margin:0 auto}.url-form{width:100%;max-width:550px}.url-input-group-page{display:flex;width:100%;border:3px solid var(--green-accent);background:var(--green-medium);transition:border-color .2s ease,box-shadow .2s ease;margin-bottom:1rem}.url-input-group-page:focus-within{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-dark)}.url-prefix-page{font-family:var(--font-mono),"VT323",monospace;font-size:1.2rem;color:var(--gold);background:var(--green-medium);padding:1rem 0 1rem 1.25rem;display:flex;align-items:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.url-input-field-page{flex:1;padding:1rem 1.25rem;border:none;background:transparent;font-family:var(--font-mono),"VT323",monospace;font-size:1.2rem;color:var(--text);outline:none}.url-input-field-page::placeholder{color:var(--gray)}.url-input-field-page:disabled{opacity:.7;cursor:not-allowed}.url-submit-button{width:100%;padding:.875rem 1.5rem;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.7rem;color:var(--background);background:var(--gold);border:3px solid var(--gold);cursor:pointer;transition:all .2s ease;box-shadow:3px 3px 0 var(--gold-dark);text-transform:uppercase}.url-submit-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.url-submit-button:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.url-submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.url-input-features{display:flex;justify-content:center;align-items:center;gap:.4rem;flex-wrap:nowrap;margin-top:1.5rem;font-family:var(--font-mono),"VT323",monospace;font-size:1.05rem;color:var(--text);letter-spacing:.02em}.feature-item{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.feature-separator{color:var(--gray);margin:0 .2rem;opacity:.5}.feature-icon{color:var(--gold)}.url-input-note{font-family:var(--font-mono),"VT323",monospace;font-size:.95rem;color:var(--gray);text-align:center;margin-top:.75rem;opacity:.7}.error-message{background:#ff450033;border:2px solid var(--orange);color:var(--orange);padding:.75rem;border-radius:4px;font-family:var(--font-mono),"VT323",monospace;font-size:1rem;margin-bottom:1rem;animation:shake .5s ease-out;text-align:center}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.signup-container{flex:1;display:flex;flex-direction:column;align-items:center;width:100%}.signup-header{text-align:center;margin-bottom:2rem}.signup-title{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:1.3rem;color:var(--gold);margin:0 0 1rem;text-shadow:2px 2px 0 var(--gold-dark)}.signup-subtitle{font-family:var(--font-mono),"VT323",monospace;font-size:1.2rem;color:var(--text);margin:0}.signup-summary{width:100%;background:#2a4a2a4d;border:3px solid var(--gold-dark);border-radius:8px;padding:1.5rem;margin-bottom:2rem}.summary-title{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.8rem;color:var(--gold);margin:0 0 1rem;text-align:center}.summary-items{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono),"VT323",monospace;font-size:1.1rem}.summary-label{color:var(--gray)}.summary-value{color:var(--text);font-weight:700}.summary-value.summary-email{color:var(--gold);word-break:break-all}.summary-plan-item{align-items:flex-start}.summary-plan-badge-row{display:flex;align-items:center;gap:.75rem}.summary-plan-badge-icon{flex-shrink:0}.summary-plan-badge-icon .plan-badge-square{width:40px;height:40px}.summary-plan-badge-icon .plan-badge-letter{font-size:1.2rem}.summary-plan-badge-icon .plan-badge-label{display:none}.summary-plan-details{display:flex;flex-direction:column;gap:.25rem}.summary-plan-trial{font-family:"Press Start 2P",monospace;font-size:.45rem;color:#4ade80;letter-spacing:.5px}.signup-form{width:100%;background:#2a4a2a4d;border:3px solid var(--gold-dark);border-radius:8px;padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.7rem;color:var(--gold);margin-bottom:.5rem;text-transform:uppercase}.form-input{width:100%;background:#0d2818cc;border:2px solid var(--green-medium);color:var(--text);padding:.75rem;font-family:var(--font-mono),"VT323",monospace;font-size:1.1rem;border-radius:4px;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px #ffd70033}.form-input:disabled{opacity:.6;cursor:not-allowed}.form-input::placeholder{color:var(--gray)}.signup-button{width:100%;padding:1.25rem 2rem;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.85rem;color:var(--background);background:var(--gold);border:none;cursor:pointer;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 0 var(--gold-dark);margin-bottom:1rem}.signup-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 0 var(--gold-dark)}.signup-button:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px 0 var(--gold-dark)}.signup-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.signup-terms{font-family:var(--font-mono),"VT323",monospace;font-size:.9rem;color:var(--gray);text-align:center;line-height:1.5;margin:0}@media (max-width: 768px){.step-progress-container{margin-top:1.5rem;padding:0 1rem;gap:.5rem}.step-dot{width:30px;height:30px;font-size:.55rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.step-connector{width:28px}.pixel-progress-bar{height:10px;border-width:2px}.step-badge-text{font-size:.5rem;padding:.35rem .75rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.step-content-panel{margin:1rem;padding:1.5rem;box-shadow:4px 4px #0003}.url-input-title,.url-input-subtitle{font-size:1.1rem}.url-input-field-page{font-size:1rem;padding:.75rem 1rem}.url-submit-button{font-size:.6rem;padding:.75rem 1.25rem}.url-input-features,.signup-title{font-size:1rem}.signup-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-label{font-size:.6rem}.form-input{font-size:1rem}.signup-button{font-size:.7rem;padding:1rem 1.5rem}}@media (max-width: 480px){.step-progress-container{margin-top:1rem;padding:0 .75rem;gap:.4rem}.step-dot{width:26px;height:26px;font-size:.5rem}.step-connector{width:20px}.pixel-progress-bar{height:8px}.step-badge-text{font-size:.45rem;padding:.3rem .6rem}.step-content-panel{margin:.75rem;padding:1rem;box-shadow:3px 3px #0003}.url-input-header .logo-text{font-size:1.2rem}.url-input-title{font-size:.9rem}.url-input-subtitle{font-size:1rem}.url-input-features{font-size:.85rem;gap:.25rem;flex-wrap:wrap}.url-input-note,.signup-title{font-size:.85rem}.summary-title{font-size:.7rem}.summary-item{font-size:1rem}.signup-form{padding:1rem}.signup-button{font-size:.6rem;padding:.9rem 1rem}.signup-terms{font-size:.85rem}}.onboarding-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:2rem 1rem;overflow-y:auto;animation:onboarding-fade-in .2s ease-out}@keyframes onboarding-fade-in{0%{opacity:0}to{opacity:1}}@keyframes onboarding-modal-enter{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.onboarding-modal{background:var(--background);border:4px solid var(--gold);border-radius:8px;box-shadow:8px 8px #00000080;width:100%;max-width:var(--onboarding-modal-width, 800px);transition:max-width .3s ease;position:relative;padding:2rem;animation:onboarding-modal-enter .3s ease-out;display:flex;flex-direction:column;max-height:calc(100vh - 4rem)}.onboarding-modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--green-medium);border:3px solid var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark);color:var(--gold);font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.7rem;cursor:pointer;transition:all .2s ease;z-index:10}.onboarding-modal-close:hover{background:var(--gold);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.onboarding-modal-close:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.onboarding-modal .step-content-panel{margin:1.5rem auto 0;box-shadow:none;border:none;background:transparent;padding:0 0 6px;flex:1 1 auto;overflow-y:auto;min-height:0}.onboarding-modal .step-content-panel::-webkit-scrollbar{width:8px}.onboarding-modal .step-content-panel::-webkit-scrollbar-track{background:var(--green-dark);border-radius:0}.onboarding-modal .step-content-panel::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:0}.onboarding-modal .step-content-panel::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.onboarding-modal-backdrop::-webkit-scrollbar{width:8px}.onboarding-modal-backdrop::-webkit-scrollbar-track{background:var(--green-dark);border-radius:0}.onboarding-modal-backdrop::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:0}.onboarding-modal-backdrop::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}.onboarding-modal .step-content-panel,.onboarding-modal-backdrop{scrollbar-width:thin;scrollbar-color:var(--gold-dark) var(--green-dark)}.onboarding-modal .step-content-panel-wide{max-width:100%}.onboarding-modal .step-progress-container{margin-top:0;flex-shrink:0}@media (max-height: 800px){.onboarding-modal-backdrop{padding:1rem}.onboarding-modal{padding:1.25rem;max-height:calc(100vh - 2rem)}.onboarding-modal .step-progress-container{margin-top:0;gap:.5rem}}@media (max-height: 730px){.onboarding-modal-backdrop{padding:.5rem}.onboarding-modal{padding:1rem;max-height:calc(100vh - 1rem)}.onboarding-modal .step-progress-container{gap:.4rem}.step-dot{width:28px;height:28px;font-size:.55rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.step-connector{width:28px}.pixel-progress-bar{height:8px}.step-badge-text{font-size:.5rem;padding:.3rem .75rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}}@media (max-width: 768px){.onboarding-modal-backdrop{padding:1rem .5rem}.onboarding-modal{padding:1.5rem;border-width:3px;box-shadow:6px 6px #00000080}.onboarding-modal-close{width:32px;height:32px;font-size:.6rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}}@media (max-width: 480px){.onboarding-modal-backdrop{padding:.5rem .25rem}.onboarding-modal{padding:1rem;border-width:2px;box-shadow:4px 4px #00000080}.onboarding-modal-close{width:28px;height:28px;font-size:.5rem;top:.5rem;right:.5rem}}.billing-page{min-height:100vh;background:var(--green-dark);color:#fff;font-family:VT323,monospace}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#0d2818f2;border-bottom:4px solid var(--gold-primary)}.dashboard-user{display:flex;align-items:center;gap:1.5rem}.plan-badge{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);background:var(--green-medium);border:2px solid var(--gold-dark);padding:.5rem .75rem;text-transform:uppercase;letter-spacing:1px}.dashboard-user-menu{position:relative}.user-email-trigger{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .15s}.user-email-trigger:hover{opacity:.8}.user-email{font-family:VT323,monospace;font-size:1.25rem;color:var(--white)}.dropdown-arrow{font-size:.7rem;color:var(--gold-primary);transition:transform .2s ease;display:inline-block}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + .75rem);right:0;min-width:240px;background:var(--green-medium);border:3px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark);z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;font-family:VT323,monospace;font-size:1.1rem;color:var(--white);background:transparent;border:none;border-bottom:2px solid var(--gold-dark);text-align:left;cursor:pointer;transition:all .15s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--gold-primary);color:var(--green-dark)}.dropdown-item:active{background:var(--gold-dark)}.dropdown-item-logout{background:#dc2626;color:#fff}.dropdown-item-logout:hover{background:#b91c1c;color:#fff}.header-upgrade-btn{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:.5rem 1rem;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:2px 2px 0 var(--gold-dark)}.header-upgrade-btn:hover{background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.header-upgrade-btn:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark)}.billing-main{padding:3rem 2rem;padding-top:calc(7.5rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px));max-width:1200px;margin:0 auto}.back-to-dashboard-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold-primary) 100%);border:3px solid var(--gold-dark);padding:.6rem 1.25rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);margin-bottom:1.5rem;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem}.failed-payment-banner{background:linear-gradient(135deg,#7f1d1d,#991b1b);border:4px solid #dc2626;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:8px 8px #dc262666;display:flex;align-items:center;gap:1.5rem;animation:urgentPulse 2s ease-in-out infinite}@keyframes urgentPulse{0%,to{box-shadow:8px 8px #dc262666}50%{box-shadow:8px 8px #dc2626b3}}.failed-payment-icon{font-size:3rem;color:#fca5a5;flex-shrink:0;animation:shake .5s ease-in-out infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.failed-payment-content{flex:1}.failed-payment-title{font-family:"Press Start 2P",cursive;font-size:1rem;color:#fca5a5;margin-bottom:.75rem;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:1px}.failed-payment-message{font-family:VT323,monospace;font-size:1.5rem;color:#fff;line-height:1.5}.failed-payment-btn{font-family:"Press Start 2P",cursive;font-size:.65rem;padding:1rem 1.5rem;background:#dc2626;border:3px solid #991b1b;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:4px 4px #0006;white-space:nowrap;letter-spacing:.5px}.failed-payment-btn:hover:not(:disabled){background:#b91c1c;transform:translate(-2px,-2px);box-shadow:6px 6px #00000080}.failed-payment-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px #0006}.failed-payment-btn:disabled{opacity:.6;cursor:not-allowed}.expiring-card-banner{background:linear-gradient(135deg,#451a03,#78350f);border:4px solid #f59e0b;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:8px 8px #f59e0b66;display:flex;align-items:center;gap:1.5rem}.expiring-card-icon{font-size:3rem;color:#fbbf24;flex-shrink:0}.expiring-card-content{flex:1}.expiring-card-title{font-family:"Press Start 2P",cursive;font-size:1rem;color:#fbbf24;margin-bottom:.75rem;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:1px}.expiring-card-message{font-family:VT323,monospace;font-size:1.5rem;color:#fff;line-height:1.5}.expiring-card-btn{font-family:"Press Start 2P",cursive;font-size:.65rem;padding:1rem 1.5rem;background:#f59e0b;border:3px solid #d97706;color:var(--green-dark);cursor:pointer;transition:all .2s ease;box-shadow:4px 4px #0006;white-space:nowrap;letter-spacing:.5px}.expiring-card-btn:hover:not(:disabled){background:#fbbf24;transform:translate(-2px,-2px);box-shadow:6px 6px #00000080}.expiring-card-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px #0006}.expiring-card-btn:disabled{opacity:.6;cursor:not-allowed}.cancelled-subscription-banner{background:linear-gradient(135deg,#1f2937,#374151);border:4px solid #6b7280;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:8px 8px #6b728066;display:flex;align-items:center;gap:1.5rem}.cancelled-subscription-icon{font-size:3rem;color:#9ca3af;flex-shrink:0}.cancelled-subscription-content{flex:1}.cancelled-subscription-title{font-family:"Press Start 2P",cursive;font-size:1rem;color:#d1d5db;margin-bottom:.75rem;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:1px}.cancelled-subscription-message{font-family:VT323,monospace;font-size:1.5rem;color:#fff;line-height:1.5}.cancelled-subscription-btn{font-family:"Press Start 2P",cursive;font-size:.65rem;padding:1rem 1.5rem;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;transition:all .2s ease;box-shadow:4px 4px #0006;white-space:nowrap;letter-spacing:.5px}.cancelled-subscription-btn:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px #00000080}.cancelled-subscription-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px #0006}.cancelled-subscription-btn:disabled{opacity:.6;cursor:not-allowed}.billing-card-cancelled{border-color:#6b7280;background:linear-gradient(135deg,var(--green-dark) 0%,#1f2937 100%)}.billing-card-cancelled .card-label,.billing-card-cancelled .card-value{color:#9ca3af}.billing-card-past-due{border-color:#dc2626;background:linear-gradient(135deg,var(--green-dark) 0%,#2d1111 100%);animation:cardPulse 2s ease-in-out infinite}.billing-card-past-due .card-label,.billing-card-past-due .card-value{color:#fca5a5}.billing-card-past-due .card-subvalue{color:#fca5a5;opacity:.8}@keyframes cardPulse{0%,to{box-shadow:4px 4px #dc26264d}50%{box-shadow:4px 4px #dc262699}}.billing-container{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:8px;padding:2.5rem;box-shadow:8px 8px #0000004d}.billing-title{font-family:"Press Start 2P",monospace;font-size:1.8rem;color:var(--gold-primary);text-align:center;margin-bottom:2rem;text-shadow:2px 2px 0px rgba(0,0,0,.3)}.billing-loading{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.billing-loading .loading-text{font-family:"Press Start 2P",monospace;font-size:1.2rem;color:var(--gold-primary);animation:pulse 1.5s ease-in-out infinite}.trial-expired-banner{background:#dc2626;color:#fff;border:3px solid #991b1b;border-radius:4px;padding:1.5rem;margin-top:2rem;text-align:center;box-shadow:4px 4px #0003}.trial-expired-banner strong{font-family:"Press Start 2P",monospace;font-size:.75rem;display:block;margin-bottom:.75rem}.trial-expired-banner p{font-size:1.2rem;margin:0}.trial-status-banner{background:linear-gradient(135deg,#1b4332,#2d6a4f);border:4px solid var(--gold-primary);border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:8px 8px #ffd70033;display:flex;align-items:flex-start;gap:1.5rem}.trial-status-icon{font-size:3rem;color:var(--gold-primary);flex-shrink:0;line-height:1;text-shadow:2px 2px 0 var(--gold-dark)}.trial-status-content{flex:1}.trial-status-title{font-family:"Press Start 2P",cursive;font-size:1rem;color:var(--gold-primary);margin-bottom:1rem;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:1px}.trial-status-details{display:flex;flex-direction:column;gap:.5rem}.trial-status-details p{font-family:VT323,monospace;font-size:1.4rem;color:#fff;margin:0;line-height:1.5}.trial-days-remaining strong{color:var(--gold-primary);font-weight:400}.trial-end-date{color:#ffffffd9!important}.trial-after-info{color:#ffffffb3!important;font-size:1.3rem!important;margin-top:.5rem!important}.payment-processing-banner{border-color:#f59e0b;background:linear-gradient(135deg,#3a2e1a,#4a3c22)}.payment-processing-banner .trial-status-icon{color:#f59e0b;text-shadow:2px 2px 0 rgba(180,120,0,.5)}.payment-processing-banner .trial-status-title{color:#f59e0b}@media (max-width: 768px){.trial-status-banner{flex-direction:column;padding:1.5rem;gap:1rem;text-align:center;align-items:center}.trial-status-icon{font-size:2.5rem}.trial-status-title{font-size:.8rem}.trial-status-details p{font-size:1.3rem}.trial-after-info{font-size:1.2rem!important}}.billing-cards{display:grid;gap:1.5rem;margin-bottom:1.5rem}.billing-cards-2{grid-template-columns:repeat(2,1fr)}.billing-cards-3{grid-template-columns:repeat(3,1fr)}.billing-card{background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px;padding:1.5rem;text-align:center;box-shadow:4px 4px #0003;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;justify-content:center}.billing-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.billing-card-ending{border-color:#f59e0b;background:linear-gradient(135deg,var(--green-dark) 0%,#1e1e0f 100%)}.billing-card-ending .card-label,.billing-card-ending .card-value{color:#fbbf24}.card-ending-message{color:#fbbf24!important;font-size:1.1rem;margin-top:.5rem}.card-label{font-family:"Press Start 2P",monospace;font-size:.6rem;color:var(--gold-primary);margin-bottom:1rem;letter-spacing:.05em;text-align:center}.card-value{font-family:VT323,monospace;font-size:2.5rem;color:#fff;margin-bottom:.5rem;line-height:1;text-align:center}.card-value-datetime{font-size:1.8rem;line-height:1.3}.card-subvalue{font-family:VT323,monospace;font-size:1.2rem;color:#ffffffb3;text-align:center}.card-shared-note{font-family:VT323,monospace;font-size:.9rem;color:var(--gold-primary);margin-top:.5rem;opacity:.8;text-align:center}.card-scheduled-change-container{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--gold-dark);display:flex;flex-direction:column;gap:.75rem}.card-scheduled-change{font-family:VT323,monospace;font-size:1.5rem;color:#fbbf24;line-height:1.5;text-align:center}.keep-plan-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.6rem 1rem;background:#4caf50;color:#fff;border:2px solid #2e7d32;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:3px 3px #0000004d;white-space:nowrap}.keep-plan-btn:hover:not(:disabled){background:#66bb6a;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.keep-plan-btn:disabled{opacity:.5;cursor:not-allowed}.billing-actions{display:flex;gap:1rem;justify-content:center;margin:2.5rem 0;flex-wrap:wrap}.billing-btn{font-family:"Press Start 2P",monospace;font-size:.75rem;padding:1rem 2rem;border:3px solid;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:4px 4px #0000004d;white-space:nowrap}.billing-btn-primary{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark)}.billing-btn-primary:hover:not(:disabled){background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.billing-btn--highlighted{animation:resubscribeHighlight 1s ease-in-out 3}@keyframes resubscribeHighlight{0%{box-shadow:4px 4px #0000004d;transform:scale(1)}30%{box-shadow:0 0 0 6px #ffd70080,0 0 20px 4px #ffd70059,4px 4px #0000004d;transform:scale(1.06);background:var(--gold-light)}60%{box-shadow:0 0 0 10px #ffd70040,0 0 28px 6px #ffd70033,4px 4px #0000004d;transform:scale(1.04)}to{box-shadow:4px 4px #0000004d;transform:scale(1);background:var(--gold-primary)}}.billing-btn-secondary{background:transparent;color:var(--gold-primary);border-color:var(--gold-primary)}.billing-btn-secondary:hover:not(:disabled){background:var(--gold-primary);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.billing-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.failed-payment-banner,.expiring-card-banner,.cancelled-subscription-banner{flex-direction:column;padding:1.5rem;gap:1rem;text-align:center}.failed-payment-icon,.expiring-card-icon,.cancelled-subscription-icon{font-size:2.5rem}.failed-payment-title,.expiring-card-title,.cancelled-subscription-title{font-size:.8rem}.failed-payment-message,.expiring-card-message,.cancelled-subscription-message{font-size:1.3rem}.failed-payment-btn,.expiring-card-btn,.cancelled-subscription-btn{width:100%;font-size:.6rem;padding:.9rem 1.2rem}.dashboard-header{flex-direction:column;gap:1rem;padding:1rem}.dashboard-user{flex-direction:column;gap:.75rem;width:100%}.plan-badge{width:100%;text-align:center}.dashboard-user-menu{width:100%}.user-email-trigger{width:100%;justify-content:space-between;padding:.5rem;border:2px solid var(--gold-dark);background:var(--green-medium)}.user-dropdown{left:0;right:0;width:100%;min-width:unset}.header-upgrade-btn{width:100%;text-align:center}.billing-main{padding:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1rem 2rem}.billing-container{padding:1.5rem}.billing-title{font-size:1.2rem}.billing-cards-2,.billing-cards-3{grid-template-columns:1fr}.billing-actions{flex-direction:column}.billing-btn{width:100%}.card-scheduled-change{font-size:1.3rem}}.billing-btn-danger{background:#dc2626;color:#fff;border-color:#991b1b}.billing-btn-danger:hover:not(:disabled){background:#b91c1c;transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.cancel-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.cancel-confirm-modal{background:var(--green-dark);border:4px solid #dc2626;box-shadow:8px 8px #dc26264d;max-width:500px;width:90%;animation:popIn .4s ease-out}@keyframes popIn{0%{opacity:0;transform:scale(.8) translateY(20px)}60%{transform:scale(1.05)}to{opacity:1;transform:scale(1) translateY(0)}}.cancel-confirm-header{background:linear-gradient(135deg,#7f1d1d,#991b1b);border-bottom:3px solid #dc2626;padding:1.5rem;text-align:center}.cancel-confirm-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#fca5a5;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.cancel-confirm-body{padding:2.5rem 2rem;text-align:center}.cancel-confirm-icon{color:#dc2626;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.cancel-confirm-message{font-family:VT323,monospace;font-size:1.5rem;color:#fca5a5;margin:0 0 1rem;line-height:1.5}.cancel-confirm-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.cancel-confirm-actions{padding:1.5rem;border-top:3px solid rgba(220,38,38,.3);display:flex;gap:1rem;justify-content:center}.cancel-confirm-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:4px 4px #0000004d;min-width:180px;letter-spacing:1px}.cancel-confirm-keep{background:var(--gold-primary);border-color:var(--gold-dark);color:var(--green-dark)}.cancel-confirm-keep:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.cancel-confirm-cancel{background:#dc2626;border-color:#991b1b;color:#fff}.cancel-confirm-cancel:hover:not(:disabled){background:#b91c1c;transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.cancel-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-confirm-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px #0000004d}.cancel-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.cancel-success-modal{background:var(--green-dark);border:4px solid #f59e0b;box-shadow:8px 8px #f59e0b4d;max-width:500px;width:90%;animation:popIn .4s ease-out}.cancel-success-header{background:linear-gradient(135deg,#451a03,#78350f);border-bottom:3px solid #f59e0b;padding:1.5rem;text-align:center}.cancel-success-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#fbbf24;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.cancel-success-body{padding:2.5rem 2rem;text-align:center}.cancel-success-icon{color:#f59e0b;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.cancel-success-message{font-family:VT323,monospace;font-size:1.5rem;color:#fbbf24;margin:0 0 1rem;line-height:1.5}.cancel-success-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.cancel-success-actions{padding:1.5rem;border-top:3px solid rgba(245,158,11,.3);text-align:center}.cancel-success-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;background:#f59e0b;border:3px solid #d97706;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px #d97706;min-width:200px;letter-spacing:1px}.cancel-success-btn:hover{background:#fbbf24;transform:translate(-2px,-2px);box-shadow:6px 6px #d97706}.cancel-success-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #d97706}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.cancel-confirm-modal,.cancel-success-modal{width:95%;max-width:none;margin:1rem}.cancel-confirm-header h3,.cancel-success-header h3{font-size:.65rem}.cancel-confirm-body,.cancel-success-body{padding:2rem 1.5rem}.cancel-confirm-icon,.cancel-success-icon{font-size:3rem}.cancel-confirm-message,.cancel-success-message{font-size:1.3rem}.cancel-confirm-submessage,.cancel-success-submessage{font-size:1.2rem}.cancel-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.cancel-confirm-btn,.cancel-success-btn{width:100%;min-width:unset}}.keep-subscription-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.6rem 1rem;background:#4caf50;color:#fff;border:2px solid #2e7d32;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:3px 3px #0000004d;white-space:nowrap;margin-top:.5rem}.keep-subscription-btn:hover{background:#66bb6a;transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.keep-subscription-btn:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.reactivate-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.reactivate-confirm-modal{background:var(--green-dark);border:4px solid #4caf50;box-shadow:8px 8px #4caf504d;max-width:500px;width:90%;animation:popIn .4s ease-out}.reactivate-confirm-header{background:linear-gradient(135deg,#1b5e20,#2e7d32);border-bottom:3px solid #4caf50;padding:1.5rem;text-align:center}.reactivate-confirm-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#a5d6a7;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.reactivate-confirm-body{padding:2.5rem 2rem;text-align:center}.reactivate-confirm-icon{color:#4caf50;font-size:4rem;font-weight:700;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.reactivate-confirm-message{font-family:VT323,monospace;font-size:1.5rem;color:#a5d6a7;margin:0 0 1rem;line-height:1.5}.reactivate-confirm-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.reactivate-confirm-actions{padding:1.5rem;border-top:3px solid rgba(76,175,80,.3);display:flex;gap:1rem;justify-content:center}.reactivate-confirm-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 2rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:4px 4px #0000004d;min-width:180px;letter-spacing:1px}.reactivate-confirm-keep{background:#4caf50;border-color:#2e7d32;color:#fff}.reactivate-confirm-keep:hover:not(:disabled){background:#66bb6a;transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.reactivate-confirm-cancel{background:transparent;border-color:#757575;color:#9e9e9e}.reactivate-confirm-cancel:hover:not(:disabled){background:#757575;color:#fff;transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.reactivate-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.reactivate-confirm-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px #0000004d}@media (max-width: 768px){.reactivate-confirm-modal{width:95%;max-width:none;margin:1rem}.reactivate-confirm-header h3{font-size:.65rem}.reactivate-confirm-body{padding:2rem 1.5rem}.reactivate-confirm-icon{font-size:3rem}.reactivate-confirm-message{font-size:1.3rem}.reactivate-confirm-submessage{font-size:1.2rem}.reactivate-confirm-actions{flex-direction:column;gap:.75rem;padding:1rem}.reactivate-confirm-btn{width:100%;min-width:unset}}.billing-details-section{margin-top:3rem;padding-top:2.5rem;border-top:3px solid var(--gold-dark)}.billing-details-title{font-family:"Press Start 2P",monospace;font-size:1.4rem;color:var(--gold-primary);text-align:center;margin-bottom:2rem;text-shadow:2px 2px 0px rgba(0,0,0,.3)}.billing-details-loading{display:flex;justify-content:center;padding:3rem 0}.billing-details-loading .loading-text{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);animation:pulse 1.5s ease-in-out infinite}.billing-details-empty{text-align:center;padding:3rem 2rem;background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px}.billing-details-empty-message{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);margin:0 0 1rem}.billing-details-empty-submessage{font-family:VT323,monospace;font-size:1.3rem;color:#ffffffb3;margin:0 0 1.5rem;line-height:1.5}.billing-details-add-btn{font-family:"Press Start 2P",monospace;font-size:.6rem;padding:.9rem 1.5rem;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);letter-spacing:1px}.billing-details-add-btn:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.billing-details-add-btn:active{transform:translate(1px,1px);box-shadow:3px 3px 0 var(--gold-dark)}.billing-details-display{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:4px;padding:2rem;box-shadow:4px 4px #0003;max-width:600px;margin:0 auto}.billing-sync-warning{font-family:VT323,monospace;font-size:1.2rem;color:#fbbf24;background:#fbbf241a;border:2px solid rgba(251,191,36,.3);border-radius:4px;padding:.75rem 1rem;margin-bottom:1.5rem;text-align:center}.billing-details-info{margin-bottom:1.5rem}.billing-detail-row{display:flex;gap:1.5rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.billing-detail-row:last-child{border-bottom:none}.billing-detail-label{font-family:"Press Start 2P",monospace;font-size:.55rem;color:var(--gold-primary);min-width:100px;padding-top:.3rem;letter-spacing:.5px}.billing-detail-value{font-family:VT323,monospace;font-size:1.5rem;color:#fff;flex:1}.billing-detail-address{white-space:pre-line;line-height:1.4}.billing-details-edit-btn{font-family:"Press Start 2P",monospace;font-size:.6rem;padding:.9rem 1.5rem;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);width:100%;letter-spacing:1px}.billing-details-edit-btn:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.billing-details-edit-btn:active{transform:translate(1px,1px);box-shadow:3px 3px 0 var(--gold-dark)}.billing-details-form{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:4px;padding:2rem;box-shadow:4px 4px #0003;max-width:600px;margin:0 auto}.billing-details-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.billing-form-field{display:flex;flex-direction:column;gap:.4rem}.billing-form-field-full{grid-column:1 / -1}.billing-form-label{font-family:"Press Start 2P",monospace;font-size:.5rem;color:var(--gold-primary);letter-spacing:.5px}.billing-form-input{font-family:VT323,monospace;font-size:1.3rem;padding:.6rem .8rem;background:var(--green-dark);border:2px solid var(--gold-dark);border-radius:2px;color:#fff;outline:none;transition:border-color .15s}.billing-form-input:focus{border-color:var(--gold-primary)}.billing-form-input::placeholder{color:#ffffff4d}.billing-form-input:disabled{opacity:.4;cursor:not-allowed}.billing-form-select{font-family:VT323,monospace;font-size:1.3rem;padding:.6rem 2rem .6rem .8rem;background:var(--green-dark);border:2px solid var(--gold-dark);border-radius:2px;color:#fff;outline:none;cursor:pointer;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23D4A843' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center}.billing-form-select:focus{border-color:var(--gold-primary)}.billing-form-select option{background:var(--green-dark);color:#fff}.billing-details-form-actions{display:flex;gap:1rem}.billing-details-save-btn{font-family:"Press Start 2P",monospace;font-size:.6rem;padding:.9rem 1.5rem;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);flex:1;letter-spacing:1px}.billing-details-save-btn:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.billing-details-save-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px 0 var(--gold-dark)}.billing-details-save-btn:disabled{opacity:.6;cursor:not-allowed}.billing-details-cancel-btn{font-family:"Press Start 2P",monospace;font-size:.6rem;padding:.9rem 1.5rem;background:transparent;border:3px solid var(--gold-dark);color:var(--gold-primary);cursor:pointer;transition:all .15s;box-shadow:4px 4px #0003;flex:1;letter-spacing:1px}.billing-details-cancel-btn:hover:not(:disabled){background:#ffffff0d;transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.billing-details-cancel-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px #0003}.billing-details-cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.billing-details-form-grid{grid-template-columns:1fr}.billing-details-form-actions{flex-direction:column}.billing-detail-row{flex-direction:column;gap:.25rem}.billing-detail-label{min-width:unset}.billing-details-display,.billing-details-form{padding:1.5rem}}.payment-method-section{margin-top:3rem;padding-top:2.5rem;border-top:3px solid var(--gold-dark)}.payment-method-title{font-family:"Press Start 2P",monospace;font-size:1.4rem;color:var(--gold-primary);text-align:center;margin-bottom:2rem;text-shadow:2px 2px 0px rgba(0,0,0,.3)}.payment-method-loading{display:flex;justify-content:center;padding:3rem 0}.payment-method-loading .loading-text{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);animation:pulse 1.5s ease-in-out infinite}.payment-method-card{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:4px;padding:2rem;box-shadow:4px 4px #0003;max-width:500px;margin:0 auto}.payment-method-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.payment-method-icon{color:var(--gold-primary);flex-shrink:0}.payment-method-icon svg{display:block}.payment-method-info{flex:1}.payment-method-brand{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.payment-method-number{font-family:VT323,monospace;font-size:1.8rem;color:#fff;margin-bottom:.25rem;letter-spacing:2px}.payment-method-expiry{font-family:VT323,monospace;font-size:1.3rem;color:#ffffffb3}.payment-method-update-btn{font-family:"Press Start 2P",monospace;font-size:.6rem;padding:.9rem 1.5rem;background:var(--gold-primary);border:3px solid var(--gold-dark);color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);width:100%;letter-spacing:1px}.payment-method-update-btn:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.payment-method-update-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:3px 3px 0 var(--gold-dark)}.payment-method-update-btn:disabled{opacity:.6;cursor:not-allowed}.payment-method-empty{text-align:center;padding:3rem 2rem;background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px}.payment-method-empty-icon{color:var(--gold-dark);opacity:.5;margin-bottom:1.5rem;display:flex;justify-content:center}.payment-method-empty-icon svg{display:block}.payment-method-empty-message{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);margin:0 0 1rem}.payment-method-empty-submessage{font-family:VT323,monospace;font-size:1.3rem;color:#ffffffb3;margin:0;line-height:1.5}@media (max-width: 768px){.payment-method-card{padding:1.5rem}.payment-method-header{flex-direction:column;align-items:flex-start;gap:1rem}.payment-method-brand{font-size:.65rem}.payment-method-number{font-size:1.5rem}.payment-method-expiry{font-size:1.2rem}.payment-method-update-btn{font-size:.55rem;padding:.8rem 1.2rem}}.invoice-history-section{margin-top:3rem;padding-top:2.5rem;border-top:3px solid var(--gold-dark)}.invoice-history-title{font-family:"Press Start 2P",monospace;font-size:1.4rem;color:var(--gold-primary);text-align:center;margin-bottom:2rem;text-shadow:2px 2px 0px rgba(0,0,0,.3)}.invoice-loading{display:flex;justify-content:center;padding:3rem 0}.invoice-loading .loading-text{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);animation:pulse 1.5s ease-in-out infinite}.invoice-empty{text-align:center;padding:3rem 2rem;background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px}.invoice-empty-message{font-family:"Press Start 2P",monospace;font-size:.8rem;color:var(--gold-primary);margin:0 0 1rem}.invoice-empty-submessage{font-family:VT323,monospace;font-size:1.3rem;color:#ffffffb3;margin:0}.invoice-list{display:grid;gap:1.5rem;grid-template-columns:1fr}.invoice-card{background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px;padding:1.5rem;box-shadow:4px 4px #0003;transition:transform .2s ease,box-shadow .2s ease}.invoice-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.invoice-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--gold-dark)}.invoice-number{font-family:"Press Start 2P",monospace;font-size:.65rem;color:var(--gold-primary);letter-spacing:.05em}.invoice-date{font-family:VT323,monospace;font-size:1.3rem;color:#fffc}.invoice-card-body{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.invoice-amount{font-family:VT323,monospace;font-size:2.2rem;color:var(--gold-primary);font-weight:400;letter-spacing:.05em}.invoice-status{font-family:"Press Start 2P",monospace;font-size:.5rem;color:#4caf50;background:#4caf501a;border:2px solid #4caf50;padding:.4rem .8rem;border-radius:2px}.invoice-card-actions{display:flex;gap:1rem;flex-wrap:wrap}.invoice-btn{font-family:"Press Start 2P",monospace;font-size:.55rem;padding:.75rem 1.5rem;border:3px solid;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;box-shadow:3px 3px #0000004d;text-decoration:none;display:inline-block;text-align:center}.invoice-btn-download{background:var(--gold-primary);color:var(--green-dark);border-color:var(--gold-dark)}.invoice-btn-download:hover{background:var(--gold-dark);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.invoice-btn-view{background:transparent;color:var(--gold-primary);border-color:var(--gold-primary)}.invoice-btn-view:hover{background:var(--gold-primary);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px #0006}.invoice-btn:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}@media (max-width: 768px){.invoice-history-title{font-size:1rem}.invoice-card{padding:1.25rem}.invoice-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.invoice-card-body{flex-direction:column;align-items:flex-start;gap:1rem}.invoice-amount{font-size:1.8rem}.invoice-card-actions{flex-direction:column;width:100%}.invoice-btn{width:100%}}.payment-cancelled-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .3s ease-out}.payment-cancelled-modal{background:var(--green-dark);border:4px solid #f59e0b;box-shadow:8px 8px #f59e0b80;max-width:500px;width:90%;animation:popIn .4s ease-out}.payment-cancelled-header{background:linear-gradient(135deg,#451a03,#78350f);border-bottom:3px solid #f59e0b;padding:1.5rem;text-align:center}.payment-cancelled-header h3{font-family:"Press Start 2P",cursive;font-size:.8rem;color:#fbbf24;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:2px}.payment-cancelled-body{padding:2.5rem 2rem;text-align:center}.payment-cancelled-icon{color:#f59e0b;font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.payment-cancelled-message{font-family:VT323,monospace;font-size:1.5rem;color:#fbbf24;margin:0 0 1rem;line-height:1.5}.payment-cancelled-message strong{color:var(--gold-primary);font-weight:400}.payment-cancelled-submessage{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);margin:0;line-height:1.5}.payment-cancelled-actions{padding:1.5rem;border-top:3px solid rgba(245,158,11,.3);display:flex;gap:1rem;justify-content:center}.payment-cancelled-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 1.5rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:4px 4px #0000004d;min-width:150px;letter-spacing:1px;text-decoration:none;display:inline-block;text-align:center}.payment-cancelled-try-again{background:var(--gold-primary);border-color:var(--gold-dark);color:var(--green-dark)}.payment-cancelled-try-again:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.payment-cancelled-contact{background:transparent;border-color:var(--gold-primary);color:var(--gold-primary)}.payment-cancelled-contact:hover{background:var(--gold-primary);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:6px 6px #0006}.payment-cancelled-btn:active{transform:translate(1px,1px);box-shadow:3px 3px #0000004d}@media (max-width: 768px){.payment-cancelled-modal{width:95%;max-width:none;margin:1rem}.payment-cancelled-header h3{font-size:.65rem}.payment-cancelled-body{padding:2rem 1.5rem}.payment-cancelled-icon{font-size:3rem}.payment-cancelled-message{font-size:1.3rem}.payment-cancelled-submessage{font-size:1.2rem}.payment-cancelled-actions{flex-direction:column;gap:.75rem;padding:1rem}.payment-cancelled-btn{width:100%;min-width:unset}}.error-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-modal{background:var(--green-dark);border:4px solid #dc2626;box-shadow:8px 8px #dc262680;max-width:500px;width:90%;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-modal-header{background:#dc262633;border-bottom:3px solid #dc2626;padding:1.25rem 1.5rem}.error-modal-header h3{font-family:"Press Start 2P",cursive;font-size:.7rem;color:#dc2626;margin:0;text-shadow:2px 2px 0 rgba(0,0,0,.5);letter-spacing:1px}.error-modal-body{padding:2rem 1.5rem;text-align:center}.error-modal-icon{color:#dc2626;margin:0 auto 1.5rem;width:48px;height:48px;animation:popIn .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes popIn{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.error-modal-message{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);margin:0;line-height:1.6;white-space:pre-line}.error-modal-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid rgba(220,38,38,.3);justify-content:center}.error-modal-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.85rem 2rem;border:3px solid #dc2626;background:transparent;color:#dc2626;cursor:pointer;transition:all .15s;box-shadow:3px 3px #dc26264d;min-width:120px}.error-modal-btn:hover{background:#dc2626;color:var(--white);transform:translate(-1px,-1px);box-shadow:4px 4px #dc262680}.error-modal-btn:active{transform:translate(1px,1px);box-shadow:2px 2px #dc26264d}.billing-plan-badge{display:flex;justify-content:center;margin-bottom:1rem}.billing-plan-badge .plan-badge-square{width:70px;height:70px}.billing-plan-badge .plan-badge-letter{font-size:2rem}.billing-plan-badge .plan-badge-label{display:none}.plan-badge-trial .plan-badge-square{background:linear-gradient(135deg,var(--green-medium) 0%,var(--green-dark) 50%,var(--green-medium) 100%);border-color:var(--gold-dark);box-shadow:6px 6px #0006}.plan-badge-trial .plan-badge-letter{color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark)}.card-sublabel{font-family:VT323,monospace;font-size:1rem;color:var(--gold-dark);opacity:.8;margin-top:.25rem;text-align:center}.profiles-breakdown{margin-top:2rem;padding:1.5rem;background:var(--green-dark);border:3px solid var(--gold-dark);border-radius:4px;box-shadow:4px 4px #0003}.profiles-breakdown-title{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-primary);margin:0 0 1.25rem;text-align:center;letter-spacing:.05em}.profiles-breakdown-list{display:flex;flex-direction:column;gap:.5rem}.profile-usage{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--green-medium);border:2px solid var(--gold-dark);border-radius:2px;transition:transform .15s ease,box-shadow .15s ease}.profile-usage:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #0003}.profile-name{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.profile-subreddits{font-family:VT323,monospace;font-size:1.4rem;color:var(--gold-primary);font-weight:400}.profile-available{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-primary);opacity:.7;padding:.75rem 1rem;text-align:center;border:2px dashed var(--gold-dark);border-radius:2px;margin-top:.25rem}@media (max-width: 768px){.profiles-breakdown{padding:1rem}.profiles-breakdown-title{font-size:.6rem}.profile-name{font-size:1.1rem;max-width:55%}.profile-subreddits{font-size:1.2rem}.profile-available{font-size:1.1rem}}@media (max-height: 800px){.billing-main{padding:2rem 1.5rem;padding-top:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px))}.billing-container{padding:1.5rem}.billing-title{font-size:1.2rem;margin-bottom:1.25rem}.billing-cards{gap:1rem;margin-bottom:1rem}.billing-card{padding:1rem}.card-label{margin-bottom:.5rem}.card-value{font-size:1.8rem}.card-value-datetime{font-size:1.4rem}.billing-actions{margin:1.5rem 0}.billing-btn{padding:.75rem 1.5rem;font-size:.65rem}.billing-details-section,.payment-method-section,.invoice-history-section{margin-top:1.5rem;padding-top:1.5rem}.billing-details-title,.payment-method-title,.invoice-history-title{font-size:1rem;margin-bottom:1.25rem}.trial-status-banner,.failed-payment-banner,.expiring-card-banner,.cancelled-subscription-banner{padding:1.25rem;margin-bottom:1.25rem}.trial-status-icon,.failed-payment-icon,.expiring-card-icon,.cancelled-subscription-icon{font-size:2rem}.trial-status-title,.failed-payment-title,.expiring-card-title,.cancelled-subscription-title{font-size:.8rem;margin-bottom:.5rem}.trial-status-details p{font-size:1.2rem}}.analytics-page{min-height:100vh;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%);color:var(--white)}.analytics-header{padding:1.5rem 2rem;position:fixed;top:0;left:0;right:0;z-index:100;background:#0d2818f2;border-bottom:4px solid var(--gold-primary);display:flex;justify-content:space-between;align-items:center}.analytics-logo .logo-text{font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark)}.back-to-dashboard-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold-primary) 100%);border:3px solid var(--gold-dark);padding:.6rem 1.25rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);margin-bottom:2rem;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem}.analytics-main{padding:calc(7rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 2rem 3rem;max-width:1400px;margin:0 auto}.analytics-title{font-family:"Press Start 2P",cursive;font-size:clamp(1rem,3vw,1.5rem);color:var(--gold-primary);text-shadow:3px 3px 0 var(--gold-dark);text-align:center;margin-bottom:.5rem}.analytics-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);text-align:center;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.analytics-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.time-filter-container{display:flex;justify-content:center;margin-bottom:3rem}.time-filter-wrapper,.profile-filter-wrapper{position:relative;min-width:250px}.time-filter-button{width:100%;display:flex;align-items:center;gap:.5rem;background:var(--green-medium);border:3px solid var(--gold-dark);padding:.75rem 1rem;cursor:pointer;box-shadow:3px 3px 0 var(--gold-dark);transition:all .15s ease;font-family:VT323,monospace}.time-filter-button:hover{border-color:var(--gold-primary);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--gold-dark)}.time-filter-button:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.filter-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold-primary)}.filter-icon svg{width:18px;height:18px}.filter-label{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);letter-spacing:.5px}.filter-value{font-family:VT323,monospace;font-size:1.25rem;color:var(--white);flex:1;text-align:left}.filter-arrow{font-size:.7rem;color:var(--gold-primary);transition:transform .2s ease;display:inline-block}.filter-arrow.open{transform:rotate(180deg)}.time-filter-options{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--green-medium);border:3px solid var(--gold-primary);box-shadow:4px 4px 0 var(--gold-dark);z-index:100;overflow:hidden}.time-filter-option{width:100%;padding:.75rem 1rem;background:transparent;border:none;border-bottom:2px solid var(--gold-dark);cursor:pointer;font-family:VT323,monospace;font-size:1.2rem;color:var(--white);text-align:left;transition:all .15s ease}.time-filter-option:last-child{border-bottom:none}.time-filter-option:hover{background:#ffd7001a;color:var(--gold-primary)}.time-filter-option.active{background:var(--gold-dark);color:var(--gold-primary);font-weight:700}.time-filter-option.active:before{content:"> ";color:var(--gold-primary)}.funnel-section{margin-top:2rem;margin-bottom:4.5rem}.section-title{font-family:"Press Start 2P",cursive;font-size:.75rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);margin-bottom:1.5rem;letter-spacing:1px}.funnel-container{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);padding:2rem 1.5rem;overflow-x:auto}.funnel-stage{display:flex;align-items:center;gap:0}.funnel-block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 2rem;background:linear-gradient(135deg,var(--green-medium) 0%,var(--green-dark) 100%);border:4px solid var(--gold-primary);box-shadow:inset 0 0 20px #0000004d,4px 4px 0 var(--gold-dark);position:relative;min-width:140px;transition:all .2s ease}.funnel-block:hover{transform:translateY(-4px);box-shadow:inset 0 0 20px #0000004d,6px 6px 0 var(--gold-dark)}.funnel-block-1,.funnel-block-2,.funnel-block-3,.funnel-block-4{min-width:160px;padding:2rem 2.5rem}.funnel-block:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:var(--gold-primary);opacity:.2;z-index:-1}.funnel-stage-name{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);text-shadow:1px 1px 0 var(--gold-dark);margin-bottom:.75rem;letter-spacing:.5px;text-align:center}.funnel-stage-count{font-family:VT323,monospace;font-size:2.5rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);line-height:1}.funnel-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;min-width:60px}.arrow-rate{font-family:VT323,monospace;font-size:1rem;color:var(--gold-primary);margin-bottom:.25rem}.arrow-icon{font-family:VT323,monospace;font-size:2rem;color:var(--gold-primary);animation:pulse-arrow 1.5s ease-in-out infinite}@keyframes pulse-arrow{0%,to{opacity:.6}50%{opacity:1;text-shadow:0 0 10px var(--gold-primary)}}.funnel-stage-final .funnel-arrow{display:none}.metrics-section{margin-bottom:4.5rem}.insight-banner{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,var(--green-dark) 0%,rgba(13,40,24,.95) 100%);border:4px solid var(--gold-primary);border-left:8px solid var(--gold-primary);margin-bottom:1.5rem;box-shadow:4px 4px 0 var(--gold-dark),inset 0 0 20px #0000004d;position:relative;overflow:hidden}.insight-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(255,215,0,.05) 0%,transparent 50%);pointer-events:none}.insight-acquisition,.insight-engagement,.insight-conversion{border-left-color:var(--gold-primary)}.insight-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;background:var(--green-medium);border:3px solid var(--gold-dark);box-shadow:2px 2px 0 var(--gold-dark)}.insight-icon svg{width:22px;height:22px}.insight-acquisition .insight-icon,.insight-engagement .insight-icon,.insight-conversion .insight-icon{color:var(--gold-primary);border-color:var(--gold-primary)}.insight-text{font-family:VT323,monospace;font-size:1.5rem;color:var(--gold-primary);flex:1;text-shadow:1px 1px 0 var(--gold-dark);letter-spacing:.5px}.charts-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.analytics-card{background:var(--green-medium);border:4px solid var(--gold-primary);box-shadow:6px 6px 0 var(--gold-dark);padding:1.5rem;transition:all .2s ease}.analytics-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--gold-dark)}.analytics-card-wide{grid-column:1 / -1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--gold-primary)}.card-title{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);letter-spacing:1px}.card-total{font-family:VT323,monospace;font-size:1.4rem;color:var(--white);background:var(--green-dark);padding:.25rem .75rem;border:2px solid var(--gold-primary)}.chart-container{min-height:250px;display:flex;align-items:center;justify-content:center}.no-data{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gray);text-align:center;padding:2rem;text-shadow:1px 1px 0 var(--gold-dark)}.analytics-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%)}.loading-text{font-family:"Press Start 2P",cursive;font-size:.8rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1;text-shadow:2px 2px 0 var(--gold-dark),0 0 15px rgba(255,215,0,.6)}}.analytics-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%);padding:2rem;text-align:center}.analytics-error h2{font-family:"Press Start 2P",cursive;font-size:1.2rem;color:var(--red);text-shadow:2px 2px 0 rgba(0,0,0,.5);margin-bottom:1rem}.analytics-error p{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-bottom:2rem;max-width:600px}.back-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;background:var(--gold-primary);border:3px solid var(--gold-dark);padding:1rem 1.5rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark)}.back-btn:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.back-btn:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}@media (max-height: 800px){.analytics-main{padding:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1.5rem 2rem}.analytics-title{font-size:clamp(.75rem,2vw,1rem);margin-bottom:.25rem}.analytics-subtitle{font-size:1.1rem;margin-bottom:1rem}.analytics-filters,.time-filter-container{margin-bottom:1.5rem}.funnel-section{margin-bottom:2.5rem}.funnel-container{padding:1.25rem 1rem}.funnel-block-1,.funnel-block-2,.funnel-block-3,.funnel-block-4{min-width:130px;padding:1.25rem 1.5rem}.funnel-stage-count{font-size:1.8rem}.metrics-section{margin-bottom:2.5rem}.section-title{margin-bottom:1rem}.insight-banner{padding:1rem 1.25rem;margin-bottom:1rem}.card-header{margin-bottom:1rem;padding-bottom:.75rem}.chart-container{min-height:200px}}@media (max-width: 1200px){.charts-row{grid-template-columns:repeat(2,1fr);gap:1.5rem}.funnel-block-1,.funnel-block-2,.funnel-block-3,.funnel-block-4{min-width:140px;padding:1.75rem 2rem}.funnel-stage-count{font-size:2rem}}@media (max-width: 968px){.analytics-header{padding:1rem}.analytics-logo .logo-text{font-size:1rem}.back-to-dashboard-btn{font-size:.5rem;padding:.5rem 1rem}.analytics-main{padding:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1.5rem 2rem}.analytics-title{font-size:.9rem;margin-bottom:.5rem}.analytics-subtitle{font-size:1.1rem;margin-bottom:1rem}.charts-row{grid-template-columns:1fr;gap:1.5rem}.funnel-container{flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.5rem 1rem}.funnel-stage{flex-direction:row;gap:0}.funnel-block{min-width:120px!important;padding:1.25rem 1.5rem!important}.funnel-stage-count{font-size:1.8rem}.funnel-arrow{min-width:50px}.arrow-icon{font-size:1.5rem}}@media (max-width: 768px){.time-filter-wrapper{min-width:250px}.filter-label{font-size:.5rem}.filter-value{font-size:1.1rem}.analytics-card{padding:1rem}.card-title{font-size:.55rem}.card-total{font-size:1.2rem;padding:.2rem .6rem}.funnel-container{flex-direction:column;align-items:center;gap:0;padding:1.5rem 1rem}.funnel-stage{flex-direction:column;width:100%;max-width:200px}.funnel-block{width:100%;min-width:auto!important;padding:1rem 1.5rem!important}.funnel-arrow{flex-direction:row;gap:.5rem;padding:.75rem 0;min-width:auto}.arrow-icon{transform:rotate(90deg);font-size:1.5rem}.arrow-rate{margin-bottom:0;font-size:1.1rem}.funnel-stage-name{font-size:.5rem}.funnel-stage-count{font-size:2rem}.insight-banner{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem 1rem}.insight-icon{width:36px;height:36px}.insight-text{font-size:1.3rem}.section-title{font-size:.65rem;text-align:center}}@media (max-width: 480px){.analytics-header{padding:.75rem}.analytics-logo .logo-text{font-size:.9rem}.back-to-dashboard-btn{font-size:.45rem;padding:.4rem .8rem}.analytics-main{padding:calc(5.5rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1rem 1.5rem}.analytics-title{font-size:.7rem}.analytics-subtitle{font-size:1rem;margin-bottom:1rem}.analytics-filters,.time-filter-container{margin-bottom:2rem}.time-filter-wrapper,.profile-filter-wrapper{min-width:auto;width:100%}.time-filter-button{padding:.6rem .8rem}.filter-icon svg{width:16px;height:16px}.filter-label{font-size:.45rem}.filter-value{font-size:1rem}.time-filter-option{padding:.6rem .8rem;font-size:1.1rem}.funnel-section{margin-bottom:2rem}.funnel-container{padding:1rem .75rem;border-width:3px;box-shadow:4px 4px 0 var(--gold-dark)}.funnel-block{border-width:3px;padding:.75rem 1rem!important}.funnel-stage-name{font-size:.45rem;margin-bottom:.5rem}.funnel-stage-count{font-size:1.75rem}.arrow-icon{font-size:1.25rem}.arrow-rate{font-size:1rem}.metrics-section{margin-bottom:2rem}.section-title{font-size:.55rem;margin-bottom:1rem}.insight-banner{border-width:3px;border-left-width:6px;padding:1rem .75rem;margin-bottom:1rem}.insight-icon{width:32px;height:32px}.insight-icon svg{width:18px;height:18px}.insight-text{font-size:1.15rem}.analytics-card{padding:.75rem;border-width:3px;box-shadow:4px 4px 0 var(--gold-dark)}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:.75rem;margin-bottom:1rem;border-bottom-width:2px}.card-title{font-size:.5rem}.card-total{font-size:1.1rem;padding:.15rem .5rem}.chart-container{min-height:200px}.no-data{font-size:.6rem;padding:1.5rem}}@media (max-width: 360px){.analytics-main{padding:calc(5rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) .75rem 1rem}.funnel-stage{max-width:180px}.funnel-stage-count{font-size:1.5rem}.insight-text{font-size:1.05rem}.insight-icon{width:28px;height:28px}.insight-icon svg{width:16px;height:16px}}.profile-page{min-height:100vh;background:var(--green-dark);color:#fff;font-family:VT323,monospace}.dashboard-logo{display:flex;align-items:center;gap:.5rem}.dashboard-logo .logo-icon{width:1.5rem;height:1.5rem;display:block}.dashboard-logo .logo-text{font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--gold-primary);text-shadow:2px 2px 0 var(--gold-dark)}.dashboard-logo .reddit-prefix{color:#f30;text-shadow:2px 2px 0 #CC0000;margin-right:.25rem}.profile-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--green-dark);color:var(--gold-primary);font-family:"Press Start 2P",cursive;font-size:1rem}.profile-main{padding:2rem;padding-top:calc(7.5rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px));max-width:1400px;margin:0 auto}.back-to-dashboard-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold-primary) 100%);border:3px solid var(--gold-dark);padding:.6rem 1.25rem;color:var(--green-dark);cursor:pointer;margin-bottom:2rem;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem}.back-to-dashboard-btn:hover{background:linear-gradient(180deg,#FFF176 0%,var(--gold-light) 100%);transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark),0 0 12px #ffd70040}.back-to-dashboard-btn:active{background:linear-gradient(180deg,var(--gold-primary) 0%,var(--gold-dark) 100%);transform:translate(2px,2px);box-shadow:1px 1px 0 var(--gold-dark)}.profile-container{background:var(--green-medium);border:4px solid var(--gold-primary);padding:2.5rem;box-shadow:8px 8px 0 var(--gold-dark)}.profile-title{font-family:"Press Start 2P",cursive;font-size:1.5rem;color:var(--gold-primary);margin:0 0 2.5rem;text-shadow:3px 3px 0 var(--gold-dark);text-align:center}.profile-section{margin-bottom:3rem}.profile-section:last-child{margin-bottom:0}.profile-section-title{font-family:"Press Start 2P",cursive;font-size:.85rem;color:var(--gold-primary);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--gold-dark)}.profile-section-hint{font-family:VT323,monospace;font-size:1.2rem;color:#fff9;margin:-.75rem 0 1.5rem}.profile-section-hint a{color:var(--gold-primary);text-decoration:none;transition:color .2s ease}.profile-section-hint a:hover{color:#fff;text-decoration:underline}.profile-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.profile-card{background:#0d281899;border:3px solid var(--gold-dark);padding:1.5rem;box-shadow:4px 4px #0000004d}.profile-card-wide{grid-column:span 2}.profile-card-full{grid-column:1 / -1}@media (max-width: 768px){.profile-card-wide{grid-column:span 1}}.profile-field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.profile-field-label{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);letter-spacing:1px}.profile-field-actions{display:flex;gap:.75rem}.profile-field-value{font-family:VT323,monospace;font-size:1.5rem;color:#fff;word-wrap:break-word}.profile-field-description{line-height:1.6;white-space:pre-wrap}.profile-field-url a{color:var(--gold-primary);text-decoration:none;transition:color .2s ease}.profile-field-url a:hover{color:#fff;text-decoration:underline}.profile-field-empty{color:#fff6;font-style:italic}.business-profiles-list{display:flex;flex-direction:column;gap:1rem}.business-profile-card{background:var(--green-medium);border:3px solid var(--gold-dark);overflow:hidden;transition:border-color .2s ease}.business-profile-card.expanded{border-color:var(--gold-primary)}.profile-card-header{display:flex;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.profile-card-header:hover{background:var(--green-light)}.expand-icon{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-primary);width:1rem;flex-shrink:0}.profile-card-name{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);flex:1;text-shadow:1px 1px 0 var(--gold-dark)}.profile-card-content{padding:1.5rem;border-top:2px solid var(--gold-dark);display:flex;flex-direction:column;gap:1.5rem;background:#0d281866}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-loading-profiles{background:#0d281899;border:3px solid var(--gold-dark);padding:2.5rem;text-align:center;font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.profile-no-business{background:#0d281899;border:3px solid var(--gold-dark);padding:2.5rem;text-align:center;box-shadow:4px 4px #0000004d}.profile-no-business p{font-family:VT323,monospace;font-size:1.5rem;color:#fff;margin:0 0 .5rem}.profile-no-business-subtitle{font-size:1.25rem;color:#ffffffb3;margin-top:.5rem}.profile-edit-btn{background:transparent;border:2px solid var(--gold-primary);color:var(--gold-primary);font-family:"Press Start 2P",cursive;font-size:.45rem;padding:.5rem .75rem;cursor:pointer;transition:all .2s ease;box-shadow:2px 2px 0 var(--gold-dark)}.profile-edit-btn:hover{background:var(--gold-primary);color:var(--green-dark);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.profile-company-name-editor{margin-top:.75rem}.profile-company-name-input{width:100%;background:#0d2818cc;border:3px solid var(--gold-dark);color:#fff;font-family:VT323,monospace;font-size:1.5rem;padding:.75rem 1rem;box-shadow:inset 2px 2px 4px #0000004d}.profile-company-name-input:focus{outline:none;border-color:var(--gold-primary);box-shadow:inset 2px 2px 4px #0000004d,0 0 8px var(--gold-primary)}.profile-company-name-input::placeholder{color:#fff6}.profile-description-editor{margin-top:1rem}.profile-description-textarea{width:100%;background:#0d2818cc;border:3px solid var(--gold-dark);color:#fff;font-family:VT323,monospace;font-size:1.5rem;padding:1rem;resize:vertical;min-height:150px;box-shadow:inset 2px 2px 4px #0000004d}.profile-description-textarea:focus{outline:none;border-color:var(--gold-primary);box-shadow:inset 2px 2px 4px #0000004d,0 0 8px var(--gold-primary)}.profile-edit-actions{display:flex;gap:1rem;margin-top:1rem}.profile-save-btn,.profile-cancel-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px 0 var(--gold-dark)}.profile-save-btn{background:var(--gold-primary);border:2px solid var(--gold-dark);color:var(--green-dark)}.profile-save-btn:hover:not(:disabled){background:#fff;transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-cancel-btn{background:transparent;border:2px solid var(--gold-primary);color:var(--gold-primary)}.profile-cancel-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}@media (max-height: 800px){.profile-main{padding:1.5rem;padding-top:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px))}.profile-container{padding:1.5rem}.profile-title{font-size:1rem;margin-bottom:1.5rem}.profile-section{margin-bottom:1.5rem}.profile-section-title{font-size:.75rem;margin-bottom:1rem}}@media (max-width: 768px){.profile-main{padding:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1rem 1rem}.profile-container{padding:1.5rem}.profile-title{font-size:1rem;margin-bottom:2rem}.profile-section-title{font-size:.7rem}.profile-field-header{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-field-label{font-size:.5rem}.profile-field-value{font-size:1.25rem}.profile-cards{grid-template-columns:1fr;gap:1rem}.back-to-dashboard-btn{font-size:.5rem;padding:.6rem 1rem}.profile-edit-actions{flex-direction:column}.profile-save-btn,.profile-cancel-btn{width:100%}.profile-card-header{padding:1rem}.profile-card-name{font-size:.6rem}.profile-card-content{padding:1rem;gap:1.25rem}.trial-progress-container{flex-direction:column;align-items:stretch;gap:.75rem}.trial-days-text{text-align:center}.trial-upgrade-btn{font-size:.5rem}}.trial-section{margin-bottom:2rem}.trial-status-card{background:var(--green-dark);border:4px solid var(--gold-primary);padding:1.5rem}.trial-progress-container{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.trial-progress-bar{display:flex;gap:4px;flex:1}.trial-progress-segment{height:20px;flex:1;background:var(--green-medium);border:2px solid var(--gold-dark)}.trial-progress-segment.filled{background:var(--gold-primary)}.trial-days-text{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);white-space:nowrap}.trial-end-date{font-family:VT323,monospace;font-size:1.2rem;color:var(--white);margin-bottom:1rem;opacity:.8}.trial-upgrade-btn{width:100%;padding:1rem;font-family:"Press Start 2P",cursive;font-size:.6rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);cursor:pointer;transition:all .15s}.trial-upgrade-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 4px 0 var(--gold-dark)}.trial-upgrade-btn:active{transform:translateY(0);box-shadow:0 2px 0 var(--gold-dark)}.trial-status-card.warning{border-color:#ff9500}.trial-status-card.warning .trial-progress-segment.filled{background:#ff9500}.trial-status-card.warning .trial-days-text{color:#ff9500}.trial-status-card.critical{border-color:#ff6b6b;animation:urgent-pulse 1.5s ease-in-out infinite}.trial-status-card.critical .trial-progress-segment.filled{background:#ff6b6b}.trial-status-card.critical .trial-days-text{color:#ff6b6b}@keyframes urgent-pulse{0%,to{box-shadow:0 0 #ff6b6b00}50%{box-shadow:0 0 15px #ff6b6b66}}.profile-card-danger{border-color:#ff6b6b}.profile-field-label-danger{color:#ff6b6b!important}.profile-export-btn{background:transparent;border:2px solid var(--gold-primary);color:var(--gold-primary);font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px 0 var(--gold-dark)}.profile-export-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.profile-export-btn:disabled{opacity:.5;cursor:not-allowed}.profile-delete-request-btn{background:transparent;border:2px solid #FF6B6B;color:#ff6b6b;font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px #ff6b6b4d}.profile-delete-request-btn:hover:not(:disabled){background:#ff6b6b;color:#fff;transform:translate(-2px,-2px);box-shadow:5px 5px #ff6b6b4d}.profile-delete-request-btn:disabled{opacity:.5;cursor:not-allowed}.delete-request-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.delete-request-modal{background:var(--green-medium);border:4px solid var(--gold-primary);padding:2.5rem;max-width:500px;width:100%;box-shadow:8px 8px 0 var(--gold-dark)}.delete-request-modal-title{font-family:"Press Start 2P",cursive;font-size:.85rem;color:var(--gold-primary);margin:0 0 1.5rem;text-shadow:2px 2px 0 var(--gold-dark)}.delete-request-modal-text{font-family:VT323,monospace;font-size:1.3rem;color:#fff;margin:0 0 1rem;line-height:1.4}.delete-request-modal-text strong{color:var(--gold-primary)}.delete-request-reason{margin-bottom:1.5rem}.delete-request-reason .profile-field-label{margin-bottom:.5rem;display:block}.delete-request-reason .profile-description-textarea{font-size:1.2rem;min-height:80px}.delete-request-error{font-family:VT323,monospace;font-size:1.2rem;color:#ff6b6b;margin:0 0 1rem}.delete-request-success{color:var(--gold-primary)!important}.delete-request-modal-actions{display:flex;gap:1rem;margin-top:1.5rem}@media (max-width: 768px){.delete-request-modal{padding:1.5rem}.delete-request-modal-title{font-size:.7rem}.delete-request-modal-actions{flex-direction:column}.delete-request-modal-actions button{width:100%}}.contact-support-page{min-height:100vh;background:var(--green-dark);color:#fff;font-family:VT323,monospace}.contact-support-main{padding:2rem;padding-top:calc(7.5rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px));max-width:800px;margin:0 auto}.contact-support-container{background:var(--green-medium);border:4px solid var(--gold-primary);padding:2.5rem;box-shadow:8px 8px 0 var(--gold-dark)}.contact-support-title{font-family:"Press Start 2P",cursive;font-size:1.5rem;color:var(--gold-primary);margin:0 0 2.5rem;text-shadow:3px 3px 0 var(--gold-dark);text-align:center}.contact-support-form{display:flex;flex-direction:column;gap:1.5rem}.contact-support-field{display:flex;flex-direction:column;gap:.5rem}.contact-support-label{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);letter-spacing:1px}.contact-support-readonly{font-family:VT323,monospace;font-size:1.5rem;color:#ffffffb3;background:#0d281866;border:3px solid var(--gold-dark);padding:.75rem 1rem;opacity:.8}.contact-support-input{width:100%;background:#0d2818cc;border:3px solid var(--gold-dark);color:#fff;font-family:VT323,monospace;font-size:1.5rem;padding:.75rem 1rem;box-shadow:inset 2px 2px 4px #0000004d}.contact-support-input:focus{outline:none;border-color:var(--gold-primary);box-shadow:inset 2px 2px 4px #0000004d,0 0 8px var(--gold-primary)}.contact-support-input::placeholder{color:#fff6}.contact-support-input:disabled{opacity:.5}.contact-support-textarea{width:100%;background:#0d2818cc;border:3px solid var(--gold-dark);color:#fff;font-family:VT323,monospace;font-size:1.5rem;padding:1rem;resize:vertical;min-height:150px;box-shadow:inset 2px 2px 4px #0000004d}.contact-support-textarea:focus{outline:none;border-color:var(--gold-primary);box-shadow:inset 2px 2px 4px #0000004d,0 0 8px var(--gold-primary)}.contact-support-textarea::placeholder{color:#fff6}.contact-support-textarea:disabled{opacity:.5}.contact-support-error{font-family:VT323,monospace;font-size:1.3rem;color:#ff6b6b;margin:0}.contact-support-submit-btn{width:100%;padding:1rem;font-family:"Press Start 2P",cursive;font-size:.65rem;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold-primary) 100%);color:var(--green-dark);border:3px solid var(--gold-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);letter-spacing:.5px}.contact-support-submit-btn:hover:not(:disabled){background:linear-gradient(180deg,#FFF176 0%,var(--gold-light) 100%);transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark),0 0 12px #ffd70040}.contact-support-submit-btn:active:not(:disabled){background:linear-gradient(180deg,var(--gold-primary) 0%,var(--gold-dark) 100%);transform:translate(2px,2px);box-shadow:1px 1px 0 var(--gold-dark)}.contact-support-submit-btn:disabled{opacity:.5;cursor:not-allowed}.contact-support-success{text-align:center;padding:2rem 0}.contact-support-success-icon{display:block;font-family:"Press Start 2P",cursive;font-size:3rem;color:var(--gold-primary);margin-bottom:1.5rem;text-shadow:3px 3px 0 var(--gold-dark)}.contact-support-success-title{font-family:"Press Start 2P",cursive;font-size:1rem;color:var(--gold-primary);margin:0 0 1.5rem;text-shadow:2px 2px 0 var(--gold-dark)}.contact-support-success-text{font-family:VT323,monospace;font-size:1.5rem;color:#fff;margin:0 0 2rem;line-height:1.4}.contact-support-back-btn{display:inline-block;font-family:"Press Start 2P",cursive;font-size:.55rem;background:linear-gradient(180deg,var(--gold-light) 0%,var(--gold-primary) 100%);border:3px solid var(--gold-dark);padding:.75rem 1.5rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark);letter-spacing:.5px}.contact-support-back-btn:hover{background:linear-gradient(180deg,#FFF176 0%,var(--gold-light) 100%);transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark),0 0 12px #ffd70040}.contact-support-back-btn:active{background:linear-gradient(180deg,var(--gold-primary) 0%,var(--gold-dark) 100%);transform:translate(2px,2px);box-shadow:1px 1px 0 var(--gold-dark)}@media (max-width: 768px){.contact-support-main{padding:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px)) 1rem 1rem}.contact-support-container{padding:1.5rem}.contact-support-title{font-size:1rem;margin-bottom:2rem}.contact-support-label{font-size:.5rem}.contact-support-readonly,.contact-support-input,.contact-support-textarea{font-size:1.25rem}.contact-support-submit-btn{font-size:.55rem}}@media (max-height: 800px){.contact-support-main{padding:1.5rem;padding-top:calc(6rem + var(--payment-banner-height, 0px) + var(--email-banner-height, 0px))}.contact-support-container{padding:1.5rem}.contact-support-title{font-size:1rem;margin-bottom:1.5rem}.contact-support-form{gap:1rem}.contact-support-input,.contact-support-readonly{font-size:1.25rem;padding:.5rem .75rem}.contact-support-textarea{font-size:1.25rem;padding:.75rem;min-height:110px}.contact-support-submit-btn{padding:.75rem}}.legal-page{width:100%;min-height:100vh;background:var(--green-dark);display:flex;flex-direction:column;padding-top:5rem}.legal-header{background:var(--green-dark);border-bottom:4px solid var(--gold-primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.legal-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.legal-logo .logo-icon{height:35px;width:auto}.legal-logo .logo-text{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--gold-primary)}.legal-logo .reddit-prefix{color:var(--white)}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:3rem 2rem;color:var(--white)}.legal-content h1{font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--gold-primary);margin-bottom:.5rem;line-height:1.5}.legal-updated{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin-bottom:2.5rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold-dark);line-height:1.8}.legal-content h3{font-family:VT323,monospace;font-size:1.4rem;color:var(--gold-light);margin:1.5rem 0 .75rem}.legal-content p{font-family:VT323,monospace;font-size:1.3rem;line-height:1.6;margin-bottom:1rem;color:var(--white)}.legal-content ul{margin:.75rem 0 1rem 1.5rem;padding:0}.legal-content li{font-family:VT323,monospace;font-size:1.3rem;line-height:1.6;margin-bottom:.5rem;color:var(--white)}.legal-content li strong{color:var(--gold-light)}.legal-content a{color:var(--gold-primary);text-decoration:underline;transition:color .15s}.legal-content a:hover{color:var(--gold-light)}.contact-info{background:var(--green-medium);border:2px solid var(--gold-dark);padding:1rem 1.5rem;margin-top:.5rem}.contact-info strong{color:var(--gold-light)}.warning-box{background:#ffd7001a;border-left:4px solid var(--gold-primary);padding:1rem 1.5rem;margin:1.5rem 0}.warning-box strong{color:var(--gold-primary)}.legal-footer{background:var(--green-dark);border-top:4px solid var(--gold-primary);padding:2rem;text-align:center}.legal-footer .footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.legal-footer .footer-link{font-family:VT323,monospace;font-size:1.2rem;color:var(--gray);text-decoration:none;transition:color .15s}.legal-footer .footer-link:hover,.legal-footer .footer-link.active{color:var(--gold-primary)}.legal-footer .footer-divider{color:var(--gold-dark)}.legal-footer .footer-language-toggle{display:flex;justify-content:center;margin-bottom:1rem}.legal-footer .footer-copyright{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin:0}@media (max-width: 768px){.legal-content{padding:2rem 1.5rem}.legal-content h1{font-size:1rem}.legal-content h2{font-size:.6rem}.legal-header{padding:1rem}.legal-footer .footer-links{flex-direction:column;gap:.5rem}.legal-footer .footer-divider{display:none}}.admin-dashboard{min-height:100vh;background-color:var(--green-dark, #0d1f0d);color:var(--text-primary, #f5f5f5)}.admin-loading{display:flex;align-items:center;justify-content:center;height:100vh;font-family:"Press Start 2P",cursive;font-size:1rem;color:var(--gold-primary, #DAA520);background-color:var(--green-dark, #0d1f0d)}.admin-main{max-width:1200px;margin:0 auto;padding:100px 24px 48px}.admin-title{font-family:"Press Start 2P",cursive;font-size:1.2rem;color:var(--gold-primary, #DAA520);margin-bottom:24px;text-align:center}.admin-tabs{display:flex;gap:4px;margin-bottom:24px;overflow-x:auto;border-bottom:3px solid var(--gold-dark, #8B6914);padding-bottom:0}.admin-tab{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:10px 16px;background:transparent;color:var(--text-muted, #8B7355);border:none;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s;margin-bottom:-3px}.admin-tab:hover{color:var(--gold-primary, #DAA520)}.admin-tab.active{color:var(--gold-primary, #DAA520);border-bottom-color:var(--gold-primary, #DAA520)}.admin-tab-content{min-height:400px}.admin-tab-loading{display:flex;align-items:center;justify-content:center;min-height:300px;font-family:VT323,monospace;font-size:1.4rem;color:var(--gold-primary, #DAA520)}.admin-time-range{display:flex;gap:8px;margin-bottom:20px}.time-range-btn{font-family:"Press Start 2P",cursive;font-size:.5rem;padding:6px 12px;background:var(--green-medium, #1a2e1a);color:var(--text-muted, #8B7355);border:2px solid var(--gold-dark, #8B6914);cursor:pointer;transition:all .2s}.time-range-btn:hover{border-color:var(--gold-primary, #DAA520);color:var(--gold-primary, #DAA520)}.time-range-btn.active{background:var(--gold-primary, #DAA520);color:var(--green-dark, #0d1f0d);border-color:var(--gold-primary, #DAA520)}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.admin-kpi-grid.three-col{grid-template-columns:repeat(3,1fr)}.admin-kpi-card{background:var(--green-medium, #1a2e1a);border:3px solid var(--gold-dark, #8B6914);padding:16px;text-align:center}.kpi-label{font-family:"Press Start 2P",cursive;font-size:.45rem;color:var(--text-muted, #8B7355);margin-bottom:8px}.kpi-value{font-family:VT323,monospace;font-size:2rem;color:var(--gold-primary, #DAA520);line-height:1}.kpi-value.system-health,.kpi-value.status-ok{color:var(--green-accent, #4ADE80)}.kpi-value.status-error{color:#ef4444}.kpi-sub{font-family:VT323,monospace;font-size:1rem;color:var(--text-muted, #8B7355);margin-top:6px}.admin-section{margin-bottom:32px}.admin-section-title{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary, #DAA520);margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--gold-dark, #8B6914)}.tier-grid{display:flex;gap:12px;flex-wrap:wrap}.tier-card{background:var(--green-medium, #1a2e1a);border:2px solid var(--gold-dark, #8B6914);padding:12px 20px;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:100px}.tier-name{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--text-muted, #8B7355)}.tier-count{font-family:VT323,monospace;font-size:1.6rem;color:var(--gold-primary, #DAA520)}.admin-chart-container{background:var(--green-medium, #1a2e1a);border:2px solid var(--gold-dark, #8B6914);padding:16px;margin-bottom:16px}.admin-table-wrapper{overflow-x:auto;margin-bottom:16px}.admin-table{width:100%;border-collapse:collapse;font-family:VT323,monospace;font-size:1.1rem}.admin-table th{font-family:"Press Start 2P",cursive;font-size:.4rem;color:var(--gold-primary, #DAA520);text-align:left;padding:10px 12px;border-bottom:2px solid var(--gold-dark, #8B6914);white-space:nowrap}.admin-table td{padding:8px 12px;border-bottom:1px solid var(--green-medium, #1a2e1a);color:var(--text-primary, #f5f5f5)}.admin-table tr:hover td{background:var(--green-medium, #1a2e1a)}.admin-empty{text-align:center;color:var(--text-muted, #8B7355);padding:24px!important}.tier-badge{font-family:"Press Start 2P",cursive;font-size:.35rem;padding:3px 8px;border-radius:2px;text-transform:uppercase}.tier-badge.tier-starter{background:#2d4a2d;color:#4ade80}.tier-badge.tier-growth{background:#3d3a1d;color:#daa520}.tier-badge.tier-pro{background:#1d2d4a;color:#60a5fa}.tier-badge.tier-agency{background:#3d1d3a;color:#a78bfa}.tier-badge.tier-none,.tier-badge.tier-unknown{background:#2d2d2d;color:#888}.status-badge{font-family:VT323,monospace;font-size:.9rem;padding:2px 6px}.status-badge.status-active{color:#4ade80}.status-badge.status-trialing{color:#60a5fa}.status-badge.status-past_due{color:#fb923c}.status-badge.status-canceled{color:#ef4444}.status-badge.status-none{color:#888}.admin-users-controls{display:flex;gap:12px;margin-bottom:16px;align-items:center}.admin-search-input{font-family:VT323,monospace;font-size:1.1rem;padding:8px 12px;background:var(--green-medium, #1a2e1a);border:2px solid var(--gold-dark, #8B6914);color:var(--text-primary, #f5f5f5);flex:1;max-width:300px}.admin-search-input:focus{outline:none;border-color:var(--gold-primary, #DAA520)}.admin-search-input::placeholder{color:var(--text-muted, #8B7355)}.admin-filter-select{font-family:VT323,monospace;font-size:1.1rem;padding:8px 12px;background:var(--green-medium, #1a2e1a);border:2px solid var(--gold-dark, #8B6914);color:var(--text-primary, #f5f5f5);cursor:pointer}.admin-filter-select:focus{outline:none;border-color:var(--gold-primary, #DAA520)}.admin-users-count{font-family:VT323,monospace;font-size:1.1rem;color:var(--text-muted, #8B7355)}.admin-info-row{font-family:VT323,monospace;font-size:1.1rem;color:var(--text-muted, #8B7355);padding:8px 0}.dropdown-item-admin{color:var(--gold-primary, #DAA520)!important;font-weight:700}.admin-feedback-list{display:flex;flex-direction:column;gap:16px}.feedback-card{background:var(--green-medium, #1a2e1a);border:3px solid var(--gold-dark, #8B6914);padding:16px}.feedback-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.feedback-stars{font-family:VT323,monospace;font-size:1.4rem}.feedback-stars .star-filled{color:var(--gold-primary, #DAA520)}.feedback-stars .star-empty{color:var(--text-muted, #8B7355)}.feedback-meta{display:flex;gap:12px;align-items:center}.feedback-email{font-family:VT323,monospace;font-size:1rem;color:var(--text-primary, #f5f5f5)}.feedback-time{font-family:VT323,monospace;font-size:.9rem;color:var(--text-muted, #8B7355)}.feedback-message{font-family:VT323,monospace;font-size:1.2rem;color:var(--text-primary, #f5f5f5);white-space:pre-wrap;line-height:1.4;margin-bottom:8px}.feedback-page-url{display:block;font-family:VT323,monospace;font-size:.9rem;color:var(--gold-primary, #DAA520);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.feedback-page-url:hover{text-decoration:underline}.feedback-screenshots{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.feedback-thumbnail{width:80px;height:80px;object-fit:cover;border:2px solid var(--gold-dark, #8B6914);cursor:pointer;transition:border-color .2s}.feedback-thumbnail:hover{border-color:var(--gold-primary, #DAA520)}.admin-load-more-wrapper{display:flex;justify-content:center;padding:16px 0}.admin-load-more{font-family:"Press Start 2P",cursive;font-size:.5rem;padding:10px 20px;background:var(--green-medium, #1a2e1a);color:var(--gold-primary, #DAA520);border:2px solid var(--gold-dark, #8B6914);cursor:pointer;transition:all .2s}.admin-load-more:hover{background:var(--gold-primary, #DAA520);color:var(--green-dark, #0d1f0d);border-color:var(--gold-primary, #DAA520)}.admin-section-divider{border:none;border-top:2px dashed var(--gold-dark, #8B6914);margin:32px 0}.admin-kpi-grid.four-col-compact{grid-template-columns:repeat(4,1fr)}.admin-kpi-grid.four-col-compact .admin-kpi-card{padding:10px 12px}.admin-kpi-grid.four-col-compact .kpi-label{font-size:.4rem}.admin-kpi-grid.four-col-compact .kpi-value{font-size:1.6rem}.admin-kpi-card.hero-mrr{border:4px solid var(--gold-primary, #DAA520)}.admin-kpi-card.hero-mrr .kpi-value{font-size:2.4rem}.kpi-sub-detail{font-family:VT323,monospace;font-size:.9rem;color:var(--text-muted, #8B7355);margin-top:4px}.revenue-positive{color:#4ade80!important}.revenue-negative{color:#ef4444!important}.revenue-totals-row td{border-top:2px solid var(--gold-dark, #8B6914);padding-top:12px}@media (max-width: 768px){.admin-kpi-grid,.admin-kpi-grid.three-col{grid-template-columns:repeat(2,1fr)}.admin-tabs{gap:2px}.admin-tab{font-size:.45rem;padding:8px 10px}.admin-users-controls{flex-direction:column;align-items:stretch}.admin-search-input{max-width:none}}@media (max-width: 480px){.admin-kpi-grid,.admin-kpi-grid.three-col{grid-template-columns:1fr}.admin-main{padding:80px 12px 24px}}.contact-page{width:100%;min-height:100vh;background:var(--green-dark);display:flex;flex-direction:column;padding-top:5rem}.contact-header{background:var(--green-dark);border-bottom:4px solid var(--gold-primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.contact-header .legal-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.contact-header .logo-text{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--gold-primary)}.contact-header .reddit-prefix{color:var(--white)}.contact-content{flex:1;max-width:600px;margin:0 auto;padding:3rem 2rem;width:100%;box-sizing:border-box}.contact-content h1{font-family:"Press Start 2P",cursive;font-size:1.25rem;color:var(--gold-primary);margin-bottom:.75rem;line-height:1.5;text-align:center}.contact-subtitle{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-bottom:2.5rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field label{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);letter-spacing:1px}.contact-field input,.contact-field textarea{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);background:var(--green-medium);border:2px solid var(--gold-dark);padding:.75rem 1rem;transition:border-color .15s ease;outline:none;width:100%;box-sizing:border-box}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--gray);opacity:.6}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--gold-primary);box-shadow:0 0 0 1px var(--gold-primary)}.contact-field textarea{min-height:150px;resize:vertical}.contact-field-error input,.contact-field-error textarea{border-color:var(--red)}.contact-error-text{font-family:VT323,monospace;font-size:1rem;color:var(--red);margin:0}.contact-submit-btn{font-family:"Press Start 2P",cursive;font-size:.65rem;color:var(--green-dark);background:var(--gold-primary);border:3px solid var(--gold-dark);padding:1rem 2rem;cursor:pointer;transition:all .15s ease;box-shadow:4px 4px #0000004d;letter-spacing:1px;align-self:center}.contact-submit-btn:hover:not(:disabled){background:var(--gold-light);transform:translateY(-2px);box-shadow:6px 6px #0000004d}.contact-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:2px 2px #0000004d}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-form-error{font-family:VT323,monospace;font-size:1.2rem;color:var(--red);background:#ff6b6b1a;border:2px solid var(--red);padding:.75rem 1rem;margin:0}.contact-success{text-align:center;padding:3rem 0}.contact-success-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.contact-success h2{font-family:"Press Start 2P",cursive;font-size:1rem;color:var(--gold-primary);margin-bottom:1rem;line-height:1.5}.contact-success p{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);margin-bottom:2rem}.contact-back-btn{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);background:transparent;border:2px solid var(--gold-primary);padding:.75rem 1.5rem;cursor:pointer;transition:all .15s ease;text-decoration:none;display:inline-block}.contact-back-btn:hover{background:var(--gold-primary);color:var(--green-dark)}.contact-footer{background:var(--green-dark);border-top:4px solid var(--gold-primary);padding:2rem;text-align:center}.contact-footer .footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.contact-footer .footer-link{font-family:VT323,monospace;font-size:1.2rem;color:var(--gray);text-decoration:none;transition:color .15s}.contact-footer .footer-link:hover{color:var(--gold-primary)}.contact-footer .footer-divider{color:var(--gold-dark)}.contact-footer .footer-language-toggle{display:flex;justify-content:center;margin-bottom:1rem}.contact-footer .footer-copyright{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin:0}@media (max-width: 768px){.contact-content{padding:2rem 1.5rem}.contact-content h1{font-size:1rem}.contact-header{padding:1rem}.contact-footer .footer-links{flex-direction:column;gap:.5rem}.contact-footer .footer-divider{display:none}.contact-submit-btn{align-self:stretch;text-align:center}}.not-found-page{width:100%;min-height:100vh;background:var(--green-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.not-found-content{max-width:600px}.pickaxe-icon{margin-bottom:2rem}.pickaxe-img{width:80px;height:80px;animation:shake 2s ease-in-out infinite}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.error-code{font-family:"Press Start 2P",cursive;font-size:5rem;color:var(--gold-primary);margin:0;line-height:1;text-shadow:6px 6px 0 var(--gold-dark)}.error-message{font-family:"Press Start 2P",cursive;font-size:1.1rem;color:var(--white);margin:1.5rem 0;letter-spacing:2px}.error-description{font-family:VT323,monospace;font-size:1.5rem;color:var(--gray);line-height:1.6;margin-bottom:2.5rem}.not-found-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.home-button,.dashboard-button{font-family:"Press Start 2P",cursive;font-size:.65rem;padding:1rem 1.5rem;text-decoration:none;cursor:pointer;transition:all .15s}.home-button{background:var(--gold-primary);border:4px solid var(--gold-dark);color:var(--green-dark);box-shadow:4px 4px 0 var(--gold-dark)}.home-button:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.home-button:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}.dashboard-button{background:transparent;border:4px solid var(--gold-dark);color:var(--gold-primary);box-shadow:4px 4px #0000004d}.dashboard-button:hover{background:var(--green-medium);border-color:var(--gold-primary);transform:translate(-2px,-2px);box-shadow:6px 6px #0000004d}.dashboard-button:active{transform:translate(2px,2px);box-shadow:2px 2px #0000004d}.not-found-footer{position:absolute;bottom:2rem}.not-found-footer p{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin:0}@media (max-width: 768px){.error-code{font-size:3.5rem}.error-message{font-size:.9rem}.error-description{font-size:1.3rem}.not-found-actions{flex-direction:column;gap:1rem}.home-button,.dashboard-button{width:100%;font-size:.6rem}}.forgot-password-page{width:100%;min-height:100vh;background:var(--green-dark);display:flex;flex-direction:column;padding-top:60px}.forgot-password-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.forgot-password-card{background:var(--green-medium);border:4px solid var(--gold-primary);box-shadow:8px 8px #00000080;padding:2.5rem;width:100%;max-width:450px}.forgot-password-card h1{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--gold-primary);text-align:center;margin-bottom:1.5rem;line-height:1.5}.forgot-password-description{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);text-align:center;margin-bottom:2rem;line-height:1.5}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--gold-primary);letter-spacing:1px}.form-field input{background:var(--green-dark);border:3px solid var(--gold-dark);padding:.875rem 1rem;font-family:VT323,monospace;font-size:1.25rem;color:var(--white);outline:none;transition:border-color .15s}.form-field input::placeholder{color:var(--gray)}.form-field input:focus{border-color:var(--gold-primary)}.form-error{background:#ff444426;border:2px solid var(--red);padding:.75rem 1rem;color:var(--red);font-family:VT323,monospace;font-size:1.1rem;text-align:center}.submit-button{background:var(--gold-primary);border:4px solid var(--gold-dark);padding:1rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.65rem;color:var(--green-dark);cursor:pointer;box-shadow:4px 4px 0 var(--gold-dark);transition:all .15s;margin-top:.5rem}.submit-button:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.submit-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.forgot-password-footer{margin-top:2rem;text-align:center}.back-link{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-primary);text-decoration:underline;transition:color .15s}.back-link:hover{color:var(--gold-light)}.success-message{text-align:center}.success-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:var(--gold-primary)}.success-icon svg{width:100%;height:100%}.success-message h2{font-family:"Press Start 2P",cursive;font-size:.8rem;color:var(--gold-primary);margin-bottom:1.5rem;line-height:1.5}.success-message p{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);line-height:1.5;margin-bottom:1rem}.success-message strong{color:var(--gold-light)}.spam-note{font-size:1.1rem!important;color:var(--gray)!important}.back-to-login{display:inline-block;margin-top:1.5rem;background:var(--gold-primary);border:4px solid var(--gold-dark);padding:.875rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--green-dark);text-decoration:none;box-shadow:4px 4px 0 var(--gold-dark);transition:all .15s}.back-to-login:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}@media (max-width: 768px){.forgot-password-card{padding:1.5rem}.forgot-password-card h1{font-size:.75rem}}.error-boundary{width:100%;min-height:100vh;background:var(--green-dark);display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.error-boundary-content{max-width:600px}.error-icon{margin-bottom:2rem}.error-pickaxe{width:80px;height:80px;filter:grayscale(50%);opacity:.8;animation:shake-error .5s ease-in-out infinite}@keyframes shake-error{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-title{font-family:"Press Start 2P",cursive;font-size:1.2rem;color:#ff6b6b;margin:0 0 1rem;line-height:1.5}.error-subtitle{font-family:VT323,monospace;font-size:1.5rem;color:var(--gray);margin-bottom:2rem}.error-details{background:var(--green-medium);border:3px solid #FF6B6B;padding:1.5rem;margin-bottom:2rem}.error-message{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);margin:0;word-break:break-word}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-actions button{font-family:"Press Start 2P",cursive;font-size:.6rem;padding:1rem 1.5rem;cursor:pointer;transition:all .15s;border:none}.reload-button{background:var(--gold-primary);border:4px solid var(--gold-dark)!important;color:var(--green-dark);box-shadow:4px 4px 0 var(--gold-dark)}.reload-button:hover{background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.error-actions .home-button{background:transparent;border:4px solid var(--gold-dark)!important;color:var(--gold-primary);box-shadow:4px 4px #0000004d}.error-actions .home-button:hover{background:var(--green-medium);border-color:var(--gold-primary)!important;transform:translate(-2px,-2px)}.error-stack{margin-top:2rem;text-align:left}.error-stack summary{font-family:VT323,monospace;font-size:1.2rem;color:var(--gold-primary);cursor:pointer;padding:.5rem}.error-stack pre{font-family:Courier New,monospace;font-size:.85rem;color:var(--gray);background:var(--green-medium);padding:1rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin:.5rem 0;border:1px solid var(--gold-dark)}@media (max-width: 768px){.error-title{font-size:.9rem}.error-actions{flex-direction:column}.error-actions button{width:100%}}.feedback-button{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:var(--gold-primary);border:3px solid var(--gold-dark);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:4px 4px #0000004d;transition:all .15s ease;z-index:900}.feedback-button:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:6px 6px #0000004d}.feedback-button:active{transform:translateY(0);box-shadow:2px 2px #0000004d}.feedback-button-icon{display:flex;align-items:center;justify-content:center;color:var(--green-dark)}.feedback-button-icon svg{width:24px;height:24px}.feedback-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.feedback-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px #00000080;padding:2rem;width:100%;max-width:400px;position:relative;animation:feedback-modal-pop .2s ease-out}@keyframes feedback-modal-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.feedback-modal-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;color:var(--gold-primary);font-size:2rem;cursor:pointer;line-height:1;transition:color .15s}.feedback-modal-close:hover{color:var(--gold-light)}.feedback-modal-title{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--gold-primary);text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--gold-dark)}.feedback-rating-container{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.feedback-star{background:none;border:none;cursor:pointer;color:var(--gray);transition:all .15s ease;padding:.25rem;display:flex;align-items:center;justify-content:center}.feedback-star svg{width:40px;height:40px}.feedback-star:hover{transform:scale(1.1)}.feedback-star.filled{color:var(--gold-primary)}.feedback-star.hovered{color:var(--gold-light)}.feedback-message-label{font-family:VT323,monospace;font-size:1.2rem;color:var(--text-light);display:block;margin-bottom:.5rem}.feedback-message-input{width:100%;min-height:100px;padding:.75rem;background:var(--green-medium);border:3px solid var(--gold-dark);color:var(--text-light);font-family:VT323,monospace;font-size:1.1rem;resize:vertical;margin-bottom:.5rem}.feedback-message-input:focus{outline:none;border-color:var(--gold-primary)}.feedback-message-input::placeholder{color:var(--gray)}.feedback-char-count{font-family:VT323,monospace;font-size:.9rem;color:var(--gray);text-align:right;margin-bottom:1.5rem}.feedback-buttons{display:flex;gap:1rem}.feedback-cancel-button,.feedback-submit-button{flex:1;padding:.75rem 1rem;font-family:"Press Start 2P",cursive;font-size:.6rem;cursor:pointer;border:3px solid var(--gold-dark);transition:all .15s}.feedback-cancel-button{background:transparent;color:var(--gold-primary)}.feedback-cancel-button:hover{background:var(--gold-dark);color:var(--green-dark)}.feedback-submit-button{background:var(--gold-primary);color:var(--green-dark)}.feedback-submit-button:hover:not(:disabled){background:var(--gold-light)}.feedback-submit-button:disabled{opacity:.5;cursor:not-allowed}.feedback-success{text-align:center;padding:2rem}.feedback-success-icon{display:flex;justify-content:center;margin-bottom:1rem;color:var(--gold-primary);animation:feedback-bounce .5s ease}.feedback-success-icon svg{width:64px;height:64px}@keyframes feedback-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.feedback-success-text{font-family:"Press Start 2P",cursive;font-size:1rem;color:var(--gold-primary)}.feedback-screenshots-container{margin-bottom:1rem}.feedback-screenshots-label{font-family:VT323,monospace;font-size:1.2rem;color:var(--text-light);display:block;margin-bottom:.5rem}.feedback-screenshots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.feedback-screenshot-preview{position:relative;aspect-ratio:1;background:var(--green-medium);border:2px solid var(--gold-dark);overflow:hidden}.feedback-screenshot-preview img{width:100%;height:100%;object-fit:cover}.feedback-screenshot-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#000000b3;border:2px solid var(--gold-primary);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:var(--gold-primary);transition:all .15s}.feedback-screenshot-remove:hover{background:var(--gold-primary);color:var(--green-dark)}.feedback-screenshot-remove svg{width:14px;height:14px}.feedback-screenshot-add{aspect-ratio:1;background:transparent;border:2px dashed var(--gold-dark);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:var(--gold-dark);transition:all .15s}.feedback-screenshot-add:hover{border-color:var(--gold-primary);color:var(--gold-primary);background:#d4af371a}.feedback-screenshot-add svg{width:24px;height:24px}.feedback-screenshot-add span{font-family:VT323,monospace;font-size:.9rem;text-transform:uppercase}.feedback-error{font-family:VT323,monospace;font-size:1rem;color:#ef4444;text-align:center;margin-bottom:1rem}@media (max-width: 480px){.feedback-button{bottom:16px;right:16px;width:48px;height:48px}.feedback-button-icon svg{width:20px;height:20px}.feedback-modal{padding:1.5rem;margin:1rem}.feedback-star svg{width:32px;height:32px}}.payment-status-banner{position:fixed;top:0;left:0;right:0;z-index:1001;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.75rem 1.5rem;width:100%;box-sizing:border-box}.payment-status-banner--past-due{background:linear-gradient(135deg,#7f1d1d,#991b1b);border-bottom:3px solid #dc2626}.payment-status-banner--canceled{background:linear-gradient(135deg,#1f2937,#374151);border-bottom:3px solid #6b7280}.payment-status-banner__message{font-family:VT323,monospace;font-size:1.2rem;color:#fff;line-height:1.4}.payment-status-banner__button{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.5rem 1rem;border:2px solid;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .2s,color .2s}.payment-status-banner--past-due .payment-status-banner__button{background:#dc2626;color:#fff;border-color:#ef4444}.payment-status-banner--past-due .payment-status-banner__button:hover{background:#ef4444;color:#fff}.payment-status-banner--canceled .payment-status-banner__button{background:#6b7280;color:#fff;border-color:#9ca3af}.payment-status-banner--canceled .payment-status-banner__button:hover{background:#9ca3af;color:#1f2937}@media (max-width: 768px){.payment-status-banner{flex-direction:column;gap:.75rem;padding:.75rem 1rem;text-align:center}.payment-status-banner__message{font-size:1rem}.payment-status-banner__button{font-size:.5rem;width:100%;text-align:center}}.email-verification-banner{position:fixed;top:var(--payment-banner-height, 0px);left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.75rem 1.5rem;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#78350f,#92400e);border-bottom:3px solid #f59e0b}.email-verification-banner__message{font-family:VT323,monospace;font-size:1.2rem;color:#fff;line-height:1.4}.email-verification-banner__hint{opacity:.7;font-size:1rem}.email-verification-banner__button{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.5rem 1rem;border:2px solid #fbbf24;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .2s,color .2s;background:#f59e0b;color:#1a1a1a}.email-verification-banner__button:hover{background:#fbbf24;color:#1a1a1a}.email-verification-banner__button:disabled{opacity:.6;cursor:not-allowed}.email-verification-banner__error{font-family:VT323,monospace;font-size:.9rem;color:#fca5a5}@media (max-width: 768px){.email-verification-banner{flex-direction:column;gap:.75rem;padding:.75rem 1rem;text-align:center}.email-verification-banner__message{font-size:1rem}.email-verification-banner__button{font-size:.5rem;width:100%;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--gold-primary: #FFD700;--gold-light: #FFED4A;--gold-dark: #B8860B;--gold: #FFD700;--green-dark: #0D2818;--green-medium: #1A4D2E;--green-light: #2D6A4F;--green-accent: #40916C;--white: #F0F0F0;--gray: #A0A0A0;--red: #FF6B6B;--orange: #FF8C00;--success: #4ADE80;--background: #0D2818;--text: #F0F0F0;--font-pixel: "Press Start 2P", cursive;--font-retro: "VT323", monospace;--font-mono: "VT323", monospace}body{font-family:VT323,monospace;background:var(--green-dark);min-height:100vh;color:var(--white);font-size:18px;line-height:1.4;background-image:linear-gradient(rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(var(--green-dark),var(--green-dark));background-size:100% 3px,100% 100%}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Press Start 2P",cursive;text-transform:uppercase;letter-spacing:2px}.pixel-shadow{box-shadow:4px 4px #0000004d}
