@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;text-align:left}.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);white-space:nowrap;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:72px;height:72px;background:var(--gold-primary);border:3px solid var(--green-dark);border-radius:4px;display:flex;align-items:center;justify-content:center;box-shadow:4px 4px 0 var(--green-dark);transition:transform .15s ease,box-shadow .15s ease}.play-button-center:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--green-dark)}.play-button-center:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--green-dark)}.play-icon{font-size:1.5rem;color:var(--green-dark);font-family:"Press Start 2P",cursive;line-height:1;padding-left:4px}.video-controls{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.4rem;z-index:10;opacity:0;transition:opacity .3s ease}.video-wrapper:hover .video-controls{opacity:1}.video-control-btn{font-size:.65rem;width:34px;height:34px;background:#0d28188c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,215,0,.4);color:var(--gold-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;transition:transform .15s ease,background .15s ease,border-color .15s ease;border-radius:6px}.video-control-btn:hover{transform:translateY(-1px);background:#0d2818bf;border-color:var(--gold-primary)}.video-control-btn:active{transform:translateY(1px)}.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:32px;height:32px;font-size:.6rem}.video-caption{font-size:1rem;margin-bottom:1rem}.play-button-center{width:64px;height:64px}.play-icon{font-size:1.35rem}.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:30px;height:30px;font-size:.55rem}.video-caption{font-size:.9rem;margin-bottom:.75rem}.play-button-center{width:56px;height:56px}.play-icon{font-size:1.2rem;padding-left:3px}.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;min-height:44px}.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);min-height:44px}.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-badge{display:inline-block;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--green-dark);background:var(--gold-primary);padding:.6rem 1.25rem;margin-bottom:1.75rem;border:3px solid var(--gold-dark);box-shadow:4px 4px 0 var(--gold-dark);text-transform:uppercase;letter-spacing:1px;animation:badge-pulse 3s ease-in-out infinite}@keyframes badge-pulse{0%,to{box-shadow:4px 4px 0 var(--gold-dark)}50%{box-shadow:4px 4px 0 var(--gold-dark),0 0 14px #ffd70073}}.hero-new{position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 3rem;background:radial-gradient(ellipse at center,var(--green-medium) 0%,var(--green-dark) 70%)}.hero-new>.hero-badge{position:absolute;top:9.5rem;left:50%;transform:translate(-50%);margin-bottom:0}.hero-layout{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1300px;width:100%;gap:9rem;margin-top:12vh}.hero-content-new{text-align:center;max-width:900px;flex:1 1 0;min-width:0}.hero-layout .demo-video-container{flex:1 1 0;min-width:0;max-width:600px;margin:0}.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-steps{list-style:none;display:flex;flex-direction:column;align-items:flex-start;gap:0;width:fit-content;max-width:100%;margin:0 0 2.25rem;padding:0;text-align:left}.hero-step{position:relative;display:flex;align-items:flex-start;gap:.85rem;padding-bottom:1.25rem}.hero-step:last-child{padding-bottom:0}.hero-step:not(:last-child):before{content:"";position:absolute;left:calc(.8rem - 1px);top:1.7rem;bottom:-.15rem;width:2px;background:linear-gradient(var(--gold-primary),rgba(255,215,0,.2));opacity:.55}.hero-step-num{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--gold-primary);color:var(--green-dark);font-family:"Press Start 2P",monospace;font-size:.6rem;line-height:1;box-shadow:0 0 12px #ffd70066}.hero-step-text{font-family:VT323,monospace;font-size:clamp(1rem,3.6vw,1.35rem);line-height:1.6rem;letter-spacing:.3px;color:var(--white)}.hero-form{margin-bottom:0}.hero-input-group{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0;position:relative}.hero-input-group--grid{display:grid;grid-template-columns:1fr auto;align-items:stretch}.hero-input-group--grid .hero-url-input-wrap{grid-column:1;grid-row:1}.hero-input-group--grid .hero-submit-btn{grid-column:2;grid-row:1}.hero-input-group--grid .hero-trust-line{grid-column:1;grid-row:2;text-align:left;margin-top:-.2rem}.hero-url-input-wrap{position:relative;flex:1;min-width:300px;display:flex}.hero-url-input-wrap .hero-url-input{width:100%;min-width:0}.hero-url-bubble{position:absolute;right:calc(100% + 14px);top:50%;transform:translateY(-50%);z-index:5;pointer-events:none;white-space:nowrap;max-width:90vw;padding:.55rem .9rem;background:var(--gold-primary);color:var(--green-dark);border:3px solid var(--gold-dark);box-shadow:4px 4px 0 var(--gold-dark);font-family:VT323,monospace;font-size:1.25rem;line-height:1.1;text-align:center;display:flex;align-items:center;justify-content:center;gap:.45rem;animation:hero-bubble-pop .32s cubic-bezier(.34,1.56,.64,1) both,hero-bubble-bob 1.6s ease-in-out .32s infinite}.hero-url-bubble-icon{flex-shrink:0;width:1.3em;height:1.3em}.hero-url-bubble:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:12px solid var(--gold-dark)}@keyframes hero-bubble-pop{0%{opacity:0;transform:translateY(-50%) translate(8px) scale(.85)}to{opacity:1;transform:translateY(-50%) translate(0) scale(1)}}@keyframes hero-bubble-bob{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(5px)}}@media (max-width: 600px){.hero-url-bubble{white-space:normal;font-size:1.1rem;max-width:280px;right:auto;left:50%;top:calc(100% + 14px);transform:translate(-50%)}.hero-url-bubble:after{left:50%;top:auto;bottom:100%;transform:translate(-50%);border-top:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid var(--gold-dark)}.hero-url-bubble{animation:hero-bubble-pop-below .32s cubic-bezier(.34,1.56,.64,1) both,hero-bubble-bob-below 1.6s ease-in-out .32s infinite}}@keyframes hero-bubble-pop-below{0%{opacity:0;transform:translate(-50%) translateY(-8px) scale(.85)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes hero-bubble-bob-below{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(5px)}}@media (prefers-reduced-motion: reduce){.hero-url-bubble{animation:none}}.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:.5rem 2rem;font-family:"Press Start 2P",cursive;font-size:.7rem;line-height:1.9;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.12rem;color:var(--success);margin:.4rem 0 0;text-align:center}.hero-legal{font-family:VT323,monospace;font-size:1rem;color:var(--gray);max-width:600px;margin:.1rem auto 0;line-height:1.4}@media (min-width: 1024px) and (max-height: 900px){.hero-layout{margin-top:2vh}.hero-new>.hero-badge{top:7.5rem}.landing-page-new .hero-title{margin-top:.5rem;margin-bottom:1rem}.landing-page-new .title-line{font-size:clamp(1.5rem,2.4vw,2.25rem);line-height:1.5}.hero-steps{margin-bottom:1.5rem}.hero-step{padding-bottom:.85rem}.hero-url-input{padding:.75rem 1.25rem}}@media (min-width: 769px) and (max-width: 1024px){.hero-layout{flex-direction:column;align-items:center;gap:2.5rem;margin-top:2rem}.hero-new>.hero-badge{position:static;transform:none;top:auto;left:auto;margin-top:0;margin-bottom:1.25rem}.hero-layout .demo-video-container{max-width:100%;width:100%}.hero-title{text-align:center}.hero-steps{align-items:flex-start;margin-left:auto;margin-right:auto}.hero-input-group{margin-left:auto;margin-right:auto}}.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);position:relative;padding-bottom:1.25rem}.section-title-new:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--gold-primary);box-shadow:0 0 8px #ffd70066}.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 8%;background:var(--green-medium);text-align:center}.pricing-subtitle-new{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-top:-1.5rem;margin-bottom:2rem}.pricing-plans-container{max-width:1400px;margin:0 auto;padding:2.5rem 2rem;background:var(--green-dark);border:4px solid var(--gold-dark);box-shadow:6px 6px 0 var(--gold-dark);box-sizing:border-box}.billing-toggle{display:flex;justify-content:center;margin-bottom:3rem}.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,minmax(0,320px));justify-content:center;gap:18px;width:100%;padding:0}.pricing-grid-new .pc-card{--pc-card-gap: 10px;padding:22px 18px 18px}.pricing-grid-new .pc-card-name{font-size:1rem}.pricing-grid-new .pc-card-tagline{font-size:1.15rem}.pricing-grid-new .pc-card-price-amount{font-size:2.6rem}.pricing-grid-new .pc-card-price-period{font-size:1.25rem}.pricing-grid-new .pc-card-price-strike{font-size:1.4rem}.pricing-grid-new .pc-card-price-annual{font-size:1.05rem}.pricing-grid-new .pc-card-price-note{font-size:.95rem}.pricing-grid-new .pc-card-feature{font-size:1.2rem}.pricing-grid-new .pc-card-cta{font-size:.62rem;padding:12px 8px;min-height:44px}.pricing-grid-new .pc-card-flag{font-size:.55rem}.pricing-grid-new .pc-badge .plan-badge-square{width:38px;height:38px}.pricing-grid-new .pc-badge .plan-badge-letter{font-size:1.1rem}@media (max-width: 1200px){.pricing-grid-new{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px;margin:0 auto;padding-bottom:1rem}}#agency-pricing-card{display:flex;flex-direction:column}#agency-pricing-card>.pc-card{flex:1}.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}}.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:grid;grid-template-columns:1fr auto;align-items:stretch;gap:.5rem}.cta-input-group .cta-url-input{grid-column:1;grid-row:1}.cta-input-group .cta-submit-btn{grid-column:2;grid-row:1}.cta-input-group .cta-trust-line{grid-column:1;grid-row:2}.cta-url-input{flex:1;min-width:0;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.12rem;color:var(--success);margin:-.2rem 0 0;text-align:left}.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;justify-content:flex-start}.hero-layout{flex-direction:column;gap:2rem;margin-top:2rem}.hero-layout .demo-video-container{max-width:100%}.hero-new>.hero-badge{position:static;transform:none;top:auto;left:auto;margin-top:0;margin-bottom:1.25rem}.hero-badge{font-size:.45rem;padding:.5rem 1rem}.hero-title{text-align:center}.hero-steps{width:fit-content;max-width:100%;align-items:flex-start;margin-left:auto;margin-right:auto;text-align:left}.hero-step{flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;padding-bottom:.6rem}.hero-step:not(:last-child):before{display:none}.hero-step-num{width:1.3rem;height:1.3rem;font-size:.5rem}.hero-step-text{line-height:1.25;text-align:left}.hero-input-group{flex-direction:column}.hero-input-group--grid{grid-template-columns:1fr}.hero-input-group--grid .hero-url-input-wrap{grid-column:1;grid-row:1}.hero-input-group--grid .hero-submit-btn{grid-column:1;grid-row:2}.hero-input-group--grid .hero-trust-line{grid-column:1;grid-row:3;text-align:center;font-size:clamp(.75rem,3vw,1.12rem)}.hero-url-input{min-width:100%}.hero-submit-btn{width:100%}.pricing-plans-container{padding:1.5rem 1rem;box-shadow:4px 4px 0 var(--gold-dark)}.pricing-grid-new .pc-badge{width:auto}.cta-input-group{grid-template-columns:1fr}.cta-input-group .cta-url-input,.cta-input-group .cta-submit-btn,.cta-input-group .cta-trust-line{grid-column:1;grid-row:auto}.cta-input-group .cta-trust-line{text-align:center;font-size:clamp(.75rem,3vw,1.12rem)}.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:.45rem;padding:.4rem .6rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}.header-nav{gap:.35rem}.hero-badge{font-size:.45rem;padding:.4rem .75rem;margin-bottom:1rem;border-width:2px;box-shadow:3px 3px 0 var(--gold-dark)}.pricing-grid-new{grid-template-columns:1fr;max-width:400px}.hero-headline{font-size:1.2rem}.section-title-new{font-size:.75rem}.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:.42rem;padding:.35rem .5rem;border-width:2px;box-shadow:1px 1px 0 var(--gold-dark)}.header-nav{gap:.25rem}.hero-step-text{font-size:clamp(.82rem,4vw,1rem)}}.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}}.google-signin-shell{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;background:var(--green-medium);border:3px solid var(--gold-dark);box-shadow:4px 4px #0006;margin-top:.25rem}.google-signin-label{font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gold-primary);letter-spacing:1px;margin:0;text-align:center}.google-signin-button-wrap{display:flex;justify-content:center;align-items:center;min-height:44px;transition:opacity .15s}.google-signin-button-wrap.is-exchanging{opacity:.5;pointer-events:none}.google-signin-placeholder{font-family:VT323,monospace;font-size:1rem;color:var(--gray);padding:.75rem}.google-signin-error{font-family:VT323,monospace;font-size:1rem;color:var(--red);text-align:center}.google-signin-divider{display:flex;align-items:center;gap:.75rem;margin:.75rem 0;color:var(--gray);font-family:"Press Start 2P",cursive;font-size:.5rem;letter-spacing:2px}.google-signin-divider:before,.google-signin-divider:after{content:"";flex:1;height:2px;background:var(--gold-dark);opacity:.6}.auth-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--popup-backdrop);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-info{background:#ffd7001f;border:2px solid var(--gold-primary);padding:.75rem 1rem;color:var(--gold-primary);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}}.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:var(--popup-backdrop);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:loading-backdrop-fade .25s ease-out}@keyframes loading-backdrop-fade{0%{opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}}.loading-screen-popup{position:relative;background:linear-gradient(180deg,rgba(255,215,0,.07),transparent 130px),var(--background);border:4px solid var(--gold-primary);border-radius:8px;box-shadow:0 0 0 2px var(--green-dark),10px 10px #0000008c,0 0 44px #ffd70029;padding:1.75rem 1.75rem 1.5rem;width:100%;max-width:520px;animation:loading-popup-enter .34s cubic-bezier(.22,1.2,.36,1) both}.loading-screen-popup:before,.loading-screen-popup:after{content:"";position:absolute;width:14px;height:14px;border:3px solid var(--gold-primary);pointer-events:none}.loading-screen-popup:before{top:7px;left:7px;border-right:none;border-bottom:none}.loading-screen-popup:after{right:7px;bottom:7px;border-left:none;border-top:none}@keyframes loading-popup-enter{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.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) 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-flex;align-items:center;gap:.55rem;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.5rem;color:var(--gold);background:#0d2818b3;padding:.45rem 1.1rem;border:1px solid rgba(255,215,0,.4);border-radius:999px;box-shadow:0 0 14px #ffd7001f,inset 0 1px #ffd70014;letter-spacing:1px;text-transform:uppercase}.loading-badge-text:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 6px #ffd700cc;animation:loading-badge-dot 1.6s ease-in-out infinite}@keyframes loading-badge-dot{0%,to{opacity:1}50%{opacity:.35}}.loading-badge-count{color:#ffed4a99}.loading-badge-sep{color:#ffd70059}.loading-badge-label{color:var(--gold);text-shadow:0 0 8px rgba(255,215,0,.35)}@media (prefers-reduced-motion: reduce){.loading-badge-text:before{animation:none}}.loading-popup-header{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.25rem;animation:loading-stagger-in .5s ease-out .1s both}.loading-scan{background:var(--green-medium, #1A4D2E);border:3px solid var(--gold, #FFD700);border-radius:8px;overflow:hidden;animation:loading-stagger-in .5s ease-out .2s both;box-shadow:0 0 18px #ffd70038}.loading-scan--live{background:transparent;border:none;box-shadow:none;overflow-y:auto;max-height:60vh}.loading-scan--live .scan-progress-container{border:3px solid var(--gold, #FFD700);border-radius:8px;box-shadow:0 0 18px #ffd70038}.loading-scan--live .scan-progress-header{border-bottom-color:#ffd70040}.loading-scan--live .scan-progress-counter{background:#ffd7000f;border:1px solid rgba(255,215,0,.35);border-radius:8px;box-shadow:inset 0 0 8px #ffd7000d}.loading-scan--live .scan-progress-bar{border-radius:6px}.loading-scan-header{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#0d281899;border-bottom:2px solid rgba(255,215,0,.25)}.loading-scan-radar{width:40px;height:40px;position:relative;border-radius:50%;background:#0d2818d9;border:1px solid rgba(184,134,11,.5);flex-shrink:0;overflow:hidden}.loading-scan-radar-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(184,134,11,.35)}.loading-scan-radar-ring--outer{width:90%;height:90%}.loading-scan-radar-ring--mid{width:60%;height:60%}.loading-scan-radar-ring--inner{width:30%;height:30%;border-color:#b8860b80}.loading-scan-radar-sweep{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,transparent 270deg,rgba(255,215,0,.1) 271deg,rgba(255,215,0,.3) 300deg,rgba(255,215,0,.55) 330deg,rgba(255,215,0,.75) 355deg,rgba(255,215,0,.85) 360deg);animation:loading-scan-radar-sweep 2.5s linear infinite;transform-origin:center center}@keyframes loading-scan-radar-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-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:loading-scan-radar-dot-blink 2.5s ease-in-out infinite}@keyframes loading-scan-radar-dot-blink{0%,to{opacity:1;box-shadow:0 0 3px #ffd70099}50%{opacity:.6;box-shadow:0 0 6px #ffd700e6}}.loading-scan-title{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.loading-scan-title-text{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.6rem;letter-spacing:1.4px;color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--green-dark, #0D2818)}.loading-scan-eta{font-family:var(--font-mono),"VT323",monospace;font-size:15px;color:var(--text, #F0F0F0);letter-spacing:.4px}.loading-scan-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;background:#ffd7000f;border:1px solid rgba(255,215,0,.35);border-radius:8px;padding:4px 10px;box-shadow:inset 0 0 8px #ffd7000d;min-width:64px}.loading-scan-counter-value{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.65rem;color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--gold-dark, #B8860B);white-space:nowrap;line-height:1.4;text-align:center}.loading-scan-counter-label{font-family:var(--font-mono),"VT323",monospace;font-size:12px;color:var(--gray, #A0A0A0);text-transform:uppercase;letter-spacing:.5px;line-height:1.1;text-align:center;margin-top:2px}.loading-scan-bar{height:16px;background:var(--green-dark, #0D2818);border:2px solid var(--gold-dark, #B8860B);border-radius:6px;overflow:hidden;margin:14px 14px 0;position:relative}.loading-scan-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 12px #ffd70080}.loading-scan-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:loading-scan-shimmer-anim 2.5s ease-in-out infinite;pointer-events:none}@keyframes loading-scan-shimmer-anim{0%{left:-100%}to{left:100%}}.loading-scan-list{list-style:none;margin:12px 0 0;padding:12px 14px;display:flex;flex-direction:column;gap:5px;border-top:2px solid rgba(184,134,11,.15)}.loading-scan-item{display:flex;align-items:center;gap:10px;padding:6px 10px;background:#0d281880;border:1px solid var(--green-medium, #1A4D2E);border-left:2px solid var(--green-medium, #1A4D2E);animation:loading-scan-item-in .4s ease-out backwards}@keyframes loading-scan-item-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.loading-scan-item.status-pending{opacity:.45;border-left:2px dashed rgba(160,160,160,.35)}.loading-scan-item.status-scanning{position:relative;overflow:hidden;border-color:var(--gold-dark, #B8860B);background:linear-gradient(to right,#ffd70029,#1a4d2ed9);transform:scale(1.015);animation:loading-scan-item-in .4s ease-out backwards,loading-scan-item-pulse 1.5s ease-in-out infinite;opacity:1}.loading-scan-item.status-scanning:after{content:"";position:absolute;top:0;right:0;bottom: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:loading-scan-item-shimmer 2s linear infinite;pointer-events:none}@keyframes loading-scan-item-pulse{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 #ffd70073,inset 0 0 10px #ffd70014}}@keyframes loading-scan-item-shimmer{0%{left:-30%;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}.loading-scan-item.status-completed{border-color:var(--green-medium, #1A4D2E);border-left:2px solid var(--success, #4ADE80);box-shadow:0 0 4px #4ade8026}.loading-scan-item.just-completed{animation:loading-scan-item-in .4s ease-out backwards,loading-scan-completion-flash .6s ease-out}@keyframes loading-scan-completion-flash{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}}.loading-scan-status{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loading-scan-dot-pending{width:8px;height:8px;border:2px solid rgba(160,160,160,.5);background:transparent}.loading-scan-dot-scanning{width:8px;height:8px;background:var(--gold, #FFD700);border-radius:50%;box-shadow:0 0 #ffd70080;animation:loading-scan-ring-pulse 1s ease-in-out infinite}@keyframes loading-scan-ring-pulse{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}}.loading-scan-check{font-family:var(--font-mono),"VT323",monospace;color:var(--success, #4ADE80);font-size:18px;line-height:1;text-shadow:1px 1px 0 rgba(74,222,128,.4);animation:loading-scan-check-pop .3s ease-out}@keyframes loading-scan-check-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.35)}to{transform:scale(1);opacity:1}}.loading-scan-name{font-family:var(--font-mono),"VT323",monospace;font-size:1.15rem;color:var(--text, #F0F0F0);flex:1;min-width:0;line-height:1.2}.loading-scan-item.status-scanning .loading-scan-name{color:var(--gold, #FFD700)}.loading-scan-item.status-completed .loading-scan-name{color:var(--success, #4ADE80);text-decoration:line-through;text-decoration-color:#4ade8059}.loading-scan-right{font-family:var(--font-mono),"VT323",monospace;font-size:13px;color:var(--gray, #A0A0A0);letter-spacing:.4px;flex-shrink:0;text-align:right;min-width:80px;text-transform:lowercase}.loading-scan-right-scanning{color:var(--gold, #FFD700)}.loading-scan-right-completed{color:var(--success, #4ADE80)}.loading-scan-foot{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px 12px;border-top:1px dashed rgba(184,134,11,.25);margin-top:4px;min-height:36px}.loading-scan-reassure{font-family:var(--font-mono),"VT323",monospace;font-size:16px;color:var(--gold-light, #FFED4A);letter-spacing:.4px;text-align:center;animation:loading-scan-reassure-fade .4s ease-out}@keyframes loading-scan-reassure-fade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.loading-screen-popup{max-width:440px;padding:1.5rem}.loading-title{font-size:.65rem}.loading-scan-name{font-size:1rem}.loading-scan-radar{width:36px;height:36px}}@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:1rem;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-scan-header{padding:10px 12px;gap:10px}.loading-scan-radar{width:32px;height:32px}.loading-scan-title-text{font-size:.55rem}.loading-scan-eta{font-size:13px}.loading-scan-counter{min-width:56px;padding:3px 8px}.loading-scan-counter-value{font-size:.55rem}.loading-scan-counter-label{font-size:10px}.loading-scan-bar{height:10px;border-width:2px;margin:10px 12px 0}.loading-scan-list{padding:10px 12px;gap:4px}.loading-scan-item{padding:5px 8px;gap:8px}.loading-scan-name{font-size:.95rem}.loading-scan-right{font-size:11px;min-width:68px}.loading-scan-foot{padding:8px 12px 10px}.loading-scan-reassure{font-size:14px}}@media (prefers-reduced-motion: reduce){.loading-screen-backdrop,.loading-screen-popup,.loading-badge,.loading-popup-header,.loading-steps-panel,.loading-step-item,.loading-scan,.loading-scan-item,.loading-scan-fill,.loading-scan-reassure{animation:none!important;transition:none!important}.loading-scan-radar-sweep,.loading-scan-shimmer,.loading-scan-item.status-scanning:after{animation:none!important;opacity:0}.loading-scan-radar-dot,.loading-scan-counter,.loading-scan-dot-scanning,.loading-scan-check,.dot{animation:none!important}.dot{transform:scale(1)}.loading-scan-fill{box-shadow:0 0 6px #ffd70066}.loading-scan-item.status-scanning{transform:none}}.loading-screen-backdrop.loading-no-entry,.loading-no-entry .loading-screen-popup,.loading-no-entry .loading-badge,.loading-no-entry .loading-popup-header,.loading-no-entry .loading-steps-panel,.loading-no-entry .loading-step-item,.loading-no-entry .loading-scan,.loading-no-entry .loading-scan-item{animation:none}.loading-no-entry .loading-scan-item.status-scanning{animation:loading-scan-item-pulse 1.5s ease-in-out infinite}.loading-no-entry .loading-scan-item.just-completed{animation:loading-scan-completion-flash .6s ease-out}.confirm-analysis{display:flex;justify-content:center;width:100%}.confirm-container{max-width:720px;width:100%;background:linear-gradient(180deg,rgba(255,215,0,.06),transparent 120px),var(--green-medium, #1A4D2E);border:3px solid var(--gold, #FFD700);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #00000059,0 0 18px #ffd70038;animation:confirm-container-slide .5s ease-out,confirm-container-glow 3s ease-in-out infinite}@keyframes confirm-container-slide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes confirm-container-glow{0%,to{box-shadow:0 8px 24px #00000059,0 0 18px #ffd7002e}50%{box-shadow:0 8px 24px #00000059,0 0 28px #ffd70057,0 0 44px #ffd7001a}}.confirm-header{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:18px 24px 14px;border-bottom:2px solid rgba(184,134,11,.3);background:#0d281873;animation:confirm-header-in .45s ease-out backwards}@keyframes confirm-header-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.confirm-header-title{margin:0;font-family:"Press Start 2P",monospace;font-size:clamp(.65rem,2.2vw,.85rem);color:var(--gold, #FFD700);text-shadow:2px 2px 0 var(--green-dark, #0D2818);letter-spacing:1.5px;line-height:1.3}.confirm-header-subtitle{margin:0;font-family:VT323,monospace;font-size:1.05rem;color:#ffffffb3;line-height:1.4}.confirm-form-body{padding:1.25rem 1.75rem 1.5rem;animation:confirm-fade-in .5s ease-out .2s backwards}@keyframes confirm-fade-in{0%{opacity:0}to{opacity:1}}.confirm-form-group{margin-bottom:1.1rem}.confirm-form-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:.4rem;flex-wrap:wrap}.confirm-form-label{display:block;font-family:"Press Start 2P",monospace;font-size:.55rem;color:var(--gold, #FFD700);text-transform:uppercase;letter-spacing:.5px;text-shadow:1px 1px 0 var(--gold-dark, #B8860B);margin:0}.confirm-field-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-family:"Press Start 2P",monospace;font-size:.42rem;letter-spacing:.7px;text-transform:uppercase;border:2px solid;background:#0d2818cc;white-space:nowrap;transition:all .25s ease}.confirm-field-tag.is-extracted{color:var(--gold-light, #FFED4A);border-color:var(--gold-dark, #B8860B);box-shadow:1px 1px 0 var(--gold-dark, #B8860B)}.confirm-field-tag.is-edited{color:var(--success, #4ADE80);border-color:var(--success, #4ADE80);box-shadow:1px 1px #4ade8066,0 0 8px #4ade8059;animation:confirm-tag-edited 1.5s ease-in-out infinite}@keyframes confirm-tag-edited{0%,to{box-shadow:1px 1px #4ade8066,0 0 6px #4ade804d}50%{box-shadow:1px 1px #4ade8066,0 0 14px #4ade8099}}.confirm-form-input,.confirm-form-textarea{width:100%;background:#0d2818cc;border:1px solid rgba(255,215,0,.35);color:var(--text, #F0F0F0);padding:.75rem .9rem;font-family:VT323,monospace;font-size:1.1rem;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:inset 0 2px 6px #00000059}.confirm-form-input:hover:not(:disabled):not(:focus),.confirm-form-textarea:hover:not(:disabled):not(:focus){border-color:#ffd7008c}.confirm-form-input:focus,.confirm-form-textarea:focus{outline:none;border-color:var(--gold, #FFD700);background:#0d2818f2;box-shadow:inset 0 2px 6px #00000059,0 0 0 3px #ffd7002e,0 0 16px #ffd70033}.confirm-form-input.is-edited,.confirm-form-textarea.is-edited{border-color:#4ade8099;box-shadow:inset 0 2px 6px #00000059,0 0 0 3px #4ade801f}.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:140px;line-height:1.5;display:block}.confirm-divider{border:none;border-top:2px dashed rgba(184,134,11,.3);margin:1.25rem 0 1rem}.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:confirm-shake .5s ease-out;text-align:center}@keyframes confirm-shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.confirm-cta{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:12px;padding:16px 24px;font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--green-dark, #0D2818);background:var(--gold, #FFD700);border:0;border-bottom:5px solid var(--gold-dark, #B8860B);border-radius:0;cursor:pointer;transition:transform .12s ease,background-color .15s ease,border-color .15s ease;text-transform:uppercase;letter-spacing:1.5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;line-height:1.3;box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 6px 24px #ffd70033;animation:confirm-cta-pulse 2.8s ease-in-out infinite}.confirm-cta:hover:not(:disabled){background:var(--gold-light, #FFED4A);transform:translateY(-1px);animation:none}.confirm-cta:active:not(:disabled){transform:translateY(1px);border-bottom-width:3px}.confirm-cta:disabled{opacity:.6;cursor:not-allowed;transform:none;animation:none}@keyframes confirm-cta-pulse{0%,to{box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 6px 24px #ffd70033}50%{box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 8px 32px #ffd70080}}.confirm-cta-arrow{font-size:18px;line-height:1}.confirm-next{display:flex;align-items:center;justify-content:center;gap:10px;margin:1rem 0 0;padding:.6rem .9rem;font-family:VT323,monospace;font-size:1rem;color:var(--text, #F0F0F0);background:#ffd7000d;border:1px dashed rgba(184,134,11,.5);text-align:center;line-height:1.4}.confirm-next strong{color:var(--gold, #FFD700);font-weight:400}.confirm-field-hint{margin:.45rem 0 0;font-family:VT323,monospace;font-size:.95rem;line-height:1.35;color:var(--gray, #A0A0A0);letter-spacing:.2px}@media (max-width: 768px){.confirm-container{border-width:2px;box-shadow:0 6px 18px #0000004d,0 0 14px #ffd7002e}.confirm-header{padding:14px 16px 12px;gap:12px}.confirm-header-title{font-size:clamp(.55rem,2vw,.75rem)}.confirm-form-body{padding:.75rem 1rem 1rem}.confirm-form-label{font-size:.45rem}.confirm-form-label{font-size:.5rem}.confirm-field-tag{font-size:.4rem;padding:2px 6px}.confirm-form-input,.confirm-form-textarea{font-size:1rem}.confirm-cta{font-size:.6rem;padding:14px 18px;letter-spacing:1.2px}.confirm-next{font-size:.95rem}}@media (max-width: 480px){.confirm-container{border-width:2px}.confirm-header{padding:12px 12px 10px;gap:10px}.confirm-header-title{font-size:clamp(.5rem,2vw,.65rem);letter-spacing:1px}.confirm-form-body{padding:.85rem 1rem 1.1rem}.confirm-form-label{font-size:.45rem}.confirm-field-tag{font-size:.38rem}.confirm-cta{font-size:.55rem;padding:12px 14px;gap:8px}.confirm-cta-arrow{font-size:16px}.confirm-next{font-size:.9rem;padding:.5rem .7rem;gap:8px}}@media (prefers-reduced-motion: reduce){.confirm-container,.confirm-header,.confirm-cta,.confirm-field-tag.is-edited{animation:none!important}}.pc-card{position:relative;display:flex;flex-direction:column;--pc-card-gap: 8px;gap:var(--pc-card-gap);padding:18px 14px 14px;text-align:left;background:#0d281899;border:2px solid var(--gold-dark, #B8860B);border-bottom-width:4px;color:var(--text, #F0F0F0);font-family:var(--font-retro, "VT323"),monospace}.pc-card.is-popular{border-color:var(--gold, #FFD700)}.pc-card.is-current{border-color:#4caf50;background:#4caf501f}.pc-card.is-scheduled{border-color:#f59e0b;background:#f59e0b1f}.pc-card.is-coming-soon{border-style:dashed;border-color:var(--gold-dark, #B8860B);background:#0d281866}.pc-card.is-selectable{transition:box-shadow .15s ease,border-color .15s ease}.pc-card.is-selectable:hover{box-shadow:0 0 0 2px var(--success, #4ADE80);border-color:var(--success, #4ADE80)}.pc-card-flag{position:absolute;top:-10px;left:50%;transform:translate(-50%);white-space:nowrap;padding:3px 8px;background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.45rem;letter-spacing:.5px;border-radius:3px}.pc-card-flag--popular{display:inline-flex;align-items:center;gap:4px}.pc-card-flag-star{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:.7rem;line-height:1;margin-top:-1px}.pc-card-flag--current{background:#4caf50;color:#fff}.pc-card-flag--scheduled{background:#f59e0b;color:#000;white-space:normal;text-align:center;line-height:1.3;max-width:90%}.pc-card-flag--coming-soon{background:var(--orange);color:var(--green-dark)}.pc-card-flag--cancellation{background:#dc2626;color:#fff;display:flex;flex-direction:column;align-items:center;gap:2px;white-space:normal;text-align:center;line-height:1.3}.pc-card-flag-sub{font-size:.4rem}.pc-card-name-row{display:flex;align-items:center;gap:8px;margin:4px 0 0}.pc-badge .plan-badge-square{width:32px;height:32px;flex-shrink:0;animation:none;box-shadow:3px 3px #0006}.pc-badge .plan-badge-letter{font-size:.9rem}.pc-card-name{margin:0;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.8rem;font-weight:400;letter-spacing:.12em;line-height:1.35;color:var(--gold, #FFD700);-webkit-text-stroke:1px var(--gold, #FFD700);text-shadow:2px 2px 0 rgba(0,0,0,.55)}.pc-card-tagline{margin:0;font-size:.95rem;line-height:1.3;min-height:2.5em;color:var(--text, #F0F0F0);opacity:.7}.pc-card-price-strike{font-size:1.1rem;line-height:1;color:#ffffff80;text-decoration:line-through}.pc-card-comingsoon{position:relative}.pc-card-price-reserve{display:flex;flex-direction:column;gap:var(--pc-card-gap);visibility:hidden}.pc-card-comingsoon-label{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:left;font-size:1.7rem;line-height:1;color:var(--gold, #FFD700);opacity:.9}.pc-card-payoff--reserve{visibility:hidden}.pc-card-price{display:flex;align-items:baseline;gap:2px}.pc-card-price-amount{font-size:1.9rem;line-height:1;color:var(--white, #FFF)}.pc-card-price-amount{background-image:linear-gradient(135deg,#b8860b,gold,#fff6c8 40%,#ffed4a 52%,gold 68%,#b8860b);background-size:220% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 1px 0 #6B4700) drop-shadow(0 2px 1px rgba(74,40,0,.45)) drop-shadow(0 0 9px rgba(255,215,0,.35));animation:pc-price-shine 3.4s ease-in-out infinite}@keyframes pc-price-shine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media (prefers-reduced-motion: reduce){.pc-card-price-amount{animation:none}}.pc-card-price-period{font-size:1rem;opacity:.7}.pc-card-price-period{color:gold;opacity:.75}.pc-card-price-strike{color:#ffd70073}.pc-card-price-annual{font-size:.85rem;color:var(--success, #4ADE80);opacity:.85}.pc-card-price-note{font-size:.8rem;color:#f0f0f066;letter-spacing:.03em}.pc-card-payoff{display:flex;align-items:center;gap:6px;padding:7px 9px;margin:4px 0;font-size:.95rem;line-height:1.2;background:#00000040;border-left:3px solid var(--gold-dark, #B8860B)}.pc-card-payoff.has-value{background:#4ade801a;border-left-color:var(--success, #4ADE80)}.pc-card-payoff strong{color:var(--success, #4ADE80);font-size:1.1rem}.pc-card-payoff-check{color:var(--success, #4ADE80);font-weight:700}.pc-card-payoff-muted{color:#f0f0f08c}.pc-card-deal-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:3px;outline:none;padding:1px 5px;margin:0 2px;background:#ffd7001f;border:1px solid rgba(255,215,0,.55);font-family:var(--font-retro, "VT323"),monospace;font-size:inherit;line-height:inherit;color:var(--gold, #FFD700);font-weight:400;width:7ch;min-width:2ch;text-align:left;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease;cursor:text}.pc-card-deal-input:hover{border-color:var(--gold, #FFD700);background:#ffd70033}.pc-card-deal-input:focus{border-color:var(--gold, #FFD700);background:#ffd7003d;box-shadow:0 0 0 2px #ffd7004d}.pc-card-deal-input--empty{border-style:dashed;width:5ch}.pc-card-deal-input::placeholder{color:var(--gold, #FFD700);opacity:.65}.pc-card-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px;flex-grow:1}.pc-card-feature{display:flex;align-items:flex-start;gap:6px;font-size:.95rem;line-height:1.25}.pc-card-feature-check{flex-shrink:0;color:var(--success, #4ADE80)}.pc-card-feature-text{min-width:0;text-wrap:pretty}.pc-card-feature-value{color:var(--gold, #FFD700);font-weight:400;white-space:nowrap}.pc-card-ctas{margin-top:10px;display:flex;flex-direction:column;gap:8px}.pc-card-cta{width:100%;padding:10px 8px;background:var(--gold-primary, #FFD700);color:var(--green-dark, #0D2818);border:2px solid var(--gold-dark, #B8860B);box-shadow:3px 3px 0 var(--gold-dark, #B8860B);font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.5rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .15s ease}.pc-card-cta:hover:not(:disabled){background:var(--gold-dark, #B8860B);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark, #B8860B)}.pc-card-cta:active:not(:disabled){transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark, #B8860B)}.pc-card-cta:disabled{opacity:.5;cursor:not-allowed}.pc-card-cta--downgrade{background:transparent;color:var(--gold-primary, #FFD700)}.pc-card-cta--downgrade:hover:not(:disabled){background:#ffd7001a;color:var(--gold-primary, #FFD700)}.pc-card-cta--cycle-change{background:transparent;color:#4caf50;border-color:#4caf50;box-shadow:3px 3px #0000004d}.pc-card-cta--cycle-change:hover:not(:disabled){background:#4caf5026;color:#4caf50;box-shadow:5px 5px #0006}.pc-card-cta--keep{background:#4caf50;color:#fff;border-color:#2e7d32;box-shadow:3px 3px #0000004d}.pc-card-cta--keep:hover:not(:disabled){background:#66bb6a;color:#fff;box-shadow:5px 5px #0006}.pc-card-cta--cancel{background:transparent;color:#dc2626;border-color:#dc2626;box-shadow:3px 3px #0000004d}.pc-card-cta--cancel:hover:not(:disabled){background:#dc2626;color:#fff;box-shadow:5px 5px #0006}.pc-card-cta--coming-soon{background:var(--orange);color:var(--green-dark);border-color:var(--orange-dark);box-shadow:3px 3px 0 var(--orange-dark)}.pc-card-cta--coming-soon:hover:not(:disabled){background:#ffa333;color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--orange-dark)}.pc-card-capture{display:flex;flex-direction:column;gap:8px;width:100%}.pc-card-capture-input{width:100%;padding:9px 8px;background:var(--green-dark, #0D2818);color:#fff;border:2px solid var(--orange-dark);box-shadow:3px 3px 0 var(--orange-dark);font-family:var(--font-body),"VT323",monospace;font-size:1rem;outline:none;transition:all .15s ease}.pc-card-capture-input::placeholder{color:#ffffff73}.pc-card-capture-input:focus{border-color:var(--orange);box-shadow:3px 3px 0 var(--orange)}.pc-card-capture-input:disabled{opacity:.5;cursor:not-allowed}.pc-card-capture-error{font-family:var(--font-body),"VT323",monospace;font-size:.95rem;line-height:1.2;color:#ff8a8a}@media (max-width: 540px){.pc-card-tagline{min-height:0}}.bct-track{position:relative;display:inline-flex;align-items:stretch;border:3px solid var(--gold-dark);box-shadow:3px 3px 0 var(--gold-dark);background:var(--green-medium);overflow:hidden;-webkit-user-select:none;user-select:none;min-width:260px}.bct-track[aria-disabled=true]{opacity:.5;pointer-events:none}.bct-thumb{position:absolute;top:0;left:0;width:50%;height:100%;background:var(--gold-primary);transition:transform .25s ease;pointer-events:none;z-index:0}.bct-thumb.bct-thumb-annual{transform:translate(100%)}.bct-option{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.65rem 1rem;background:transparent;border:none;cursor:pointer;color:var(--white);transition:color .25s ease;min-height:52px}.bct-option.is-active{color:var(--green-dark)}.bct-option:not(.is-active):hover .bct-label{color:var(--gold-primary)}.bct-option:focus-visible{outline:2px solid var(--gold-primary);outline-offset:-3px;z-index:2}.bct-label{display:block;font-family:"Press Start 2P",monospace;font-size:.55rem;line-height:1;text-align:center}.bct-save{display:block;font-family:VT323,monospace;font-size:.9rem;line-height:1;text-align:center;color:var(--success)}.bct-annual.is-active .bct-save{color:var(--green-dark)}.bct-track.bct-compact{min-width:210px;box-shadow:1px 1px 0 var(--gold-dark);border-width:1px}.bct-compact .bct-option{padding:.35rem .75rem;min-height:38px;gap:.15rem}.bct-compact .bct-label{font-size:.45rem}.bct-compact .bct-save{font-size:.7rem}@media (pointer: coarse){.bct-option{min-height:48px}.bct-compact .bct-option{min-height:44px}}@media (max-width: 540px){.bct-track{width:100%;min-width:unset}.bct-track.bct-compact{min-width:unset}}.pdo-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--popup-backdrop);display:flex;align-items:center;justify-content:center;z-index:1200;padding:2rem 1rem;overflow-y:auto;animation:pdo-fade-in .2s ease-out}@keyframes pdo-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pdo-enter{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.pdo-modal{position:relative;border:4px solid var(--gold, #FFD700);border-radius:8px;width:100%;max-width:960px;padding:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;animation:pdo-enter .3s ease-out}.pdo-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--green-medium, #1A4D2E);border:3px solid var(--gold-dark, #B8860B);box-shadow:3px 3px 0 var(--gold-dark, #B8860B);color:var(--gold, #FFD700);font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.7rem;cursor:pointer;transition:all .2s ease;z-index:10}.pdo-close:hover{background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark, #B8860B)}.pdo-head{text-align:center;margin-bottom:1.5rem}.pdo-title{margin:0 0 .6rem;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:1rem;color:var(--gold, #FFD700);text-shadow:2px 2px 0 var(--green-dark, #0D2818)}.pdo-sub{margin:0;font-family:var(--font-retro, "VT323"),monospace;font-size:.95rem;line-height:1.3;color:var(--text, #F0F0F0);opacity:.85}.pdo-sub strong{color:var(--success, #4ADE80);opacity:1}.pdo-cycle{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem}.pdo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,300px));justify-content:center;gap:14px}.pdo-foot{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:1.25rem}.pdo-back{padding:9px 22px;background:var(--green-medium, #1A4D2E);border:2px solid var(--gold-dark, #B8860B);box-shadow:2px 2px 0 var(--gold-dark, #B8860B);color:var(--gold, #FFD700);font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.5rem;letter-spacing:.5px;cursor:pointer;transition:all .15s ease}.pdo-back:hover{background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--gold-dark, #B8860B)}.pdo-back:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--gold-dark, #B8860B)}@media (max-width: 860px){.pdo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.pdo-modal{padding:1.5rem 1rem}.pdo-grid{grid-template-columns:1fr}}.lp-bep{display:flex;flex-direction:column;gap:14px;padding:18px 18px 16px;background:#0d281899;border:2px solid var(--gold-dark, #B8860B);border-bottom-width:4px;box-shadow:3px 3px 0 var(--gold-dark, #B8860B);color:var(--text, #F0F0F0);font-family:var(--font-retro, "VT323"),monospace;animation:lp-container-slide-down .5s ease-out backwards}.lp-bep.is-embedded{padding:0;background:transparent;border:none;box-shadow:none;animation:none}.lp-bep-head{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.lp-bep-eyebrow{align-self:center;font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:8px;letter-spacing:1px;color:var(--green-dark, #0D2818);background:var(--gold, #FFD700);padding:5px 8px;border-radius:3px}.lp-bep-title{margin:0;font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:12px;line-height:1.5;letter-spacing:.5px;color:var(--gold, #FFD700);text-shadow:2px 2px 0 var(--green-dark, #0D2818)}.lp-bep-subtitle{margin:0;font-family:var(--font-retro, "VT323"),monospace;font-size:15px;line-height:1.35;white-space:nowrap;color:var(--text, #F0F0F0);opacity:.85}.lp-bep-subtitle strong{color:var(--gold-light, #FFED4A);opacity:1}.lp-bep-input-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.lp-bep-input-label{position:absolute;top:0;left:14px;transform:translateY(-50%);padding:0 6px;background:var(--background, #0D2818);font-size:13px;letter-spacing:.5px;white-space:nowrap;color:var(--text, #F0F0F0);opacity:.85}.lp-bep-input-wrapper{position:relative;display:inline-flex;align-items:center;gap:4px;padding:8px 12px 4px;background:#0000004d;border:2px solid var(--gold-dark, #B8860B)}.lp-bep-dollar{font-size:24px;color:var(--gold, #FFD700)}.lp-bep-input{width:120px;background:transparent;border:none;outline:none;font-family:var(--font-retro, "VT323"),monospace;font-size:28px;line-height:1;text-align:center;color:var(--gold, #FFD700)}.lp-bep-input::placeholder{color:var(--gold-dark, #B8860B);opacity:.7}.lp-bep-anchor{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 10px;margin-top:-6px;font-family:var(--font-retro, "VT323"),monospace;font-size:14px;line-height:1.3;text-align:center}.lp-bep-anchor-label{color:var(--text, #F0F0F0);opacity:.8}.lp-bep-anchor-label strong{color:var(--gold-light, #FFED4A);opacity:1}.lp-bep-anchor-tag{color:var(--gold, #FFD700);opacity:1}.lp-bep-switch{background:none;border:none;padding:2px;font-family:var(--font-retro, "VT323"),monospace;font-size:14px;letter-spacing:.3px;color:var(--gold, #FFD700);cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.lp-bep-switch:hover{color:var(--gold-light, #FFED4A)}.lp-bep-picker{display:flex;flex-direction:column;gap:6px;animation:lp-bep-pop .2s ease-out}.lp-bep-badge .plan-badge-square{width:32px;height:32px;flex-shrink:0;animation:none;box-shadow:3px 3px #0006}.lp-bep-badge .plan-badge-letter{font-size:.9rem}.lp-bep-plan{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:9px 12px;background:#00000040;border:2px solid var(--gold-dark, #B8860B);color:var(--text, #F0F0F0);font-family:var(--font-retro, "VT323"),monospace;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .1s ease}.lp-bep-plan:hover{border-color:var(--gold, #FFD700);transform:translate(2px)}.lp-bep-plan.is-popular{border-color:#ffd7008c}.lp-bep-plan.is-selected{border-color:var(--success, #4ADE80);background:#4ade801a}.lp-bep-plan-name{display:inline-flex;align-items:center;gap:5px;font-size:17px;color:var(--white, #FFF)}.lp-bep-plan-tag{color:var(--gold, #FFD700);font-size:13px}.lp-bep-plan-price{font-size:15px;opacity:.7;white-space:nowrap}.lp-bep-plan-months{min-width:56px;text-align:right;font-size:18px;color:var(--gold, #FFD700);white-space:nowrap}.lp-bep-plan.is-selected .lp-bep-plan-months{color:var(--success, #4ADE80)}.lp-bep-hero{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 18px;text-align:center;background:linear-gradient(180deg,#4ade8024,#4ade800d);border:2px solid rgba(74,222,128,.45);border-bottom-width:4px;box-shadow:3px 3px #4ade802e;animation:lp-bep-pop .35s ease-out}.lp-bep-hero.is-empty{background:#0000002e;border-color:#b8860b73;box-shadow:none;animation:none}.lp-bep-hero.is-partial{background:#ffd70014;border-color:#b8860b8c;box-shadow:3px 3px #b8860b2e}.lp-bep-hero-headline{display:block;font-size:18px;line-height:1.5;text-align:center;text-wrap:balance;color:var(--text, #F0F0F0)}.lp-bep-hero-headline strong{color:var(--gold-light, #FFED4A)}.lp-bep-hero.is-empty .lp-bep-hero-headline{opacity:.7}.lp-bep-hero-headline .lp-bep-hero-figure{display:inline-block;padding:1px 8px;margin:0 3px;color:var(--green-dark, #0D2818);background:var(--gold, #FFD700);border:2px solid var(--gold-dark, #B8860B);box-shadow:2px 2px 0 var(--gold-dark, #B8860B);white-space:nowrap;vertical-align:baseline}.lp-bep-hero-shots{font-size:14px;line-height:1.35;color:var(--text, #F0F0F0);opacity:.75}.lp-bep-hero-shots strong{color:var(--gold-light, #FFED4A);opacity:1}.lp-bep-compare{align-self:center;background:none;border:none;padding:2px;font-family:var(--font-retro, "VT323"),monospace;font-size:13px;letter-spacing:.3px;color:var(--gold, #FFD700);cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.lp-bep-compare:hover{color:var(--gold-light, #FFED4A)}@keyframes lp-bep-pop{0%{transform:translateY(4px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 540px){.lp-bep-title{font-size:11px}.lp-bep-subtitle{white-space:normal;font-size:14px}.lp-bep-input-row{align-items:flex-start}}.bep-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--popup-backdrop);display:flex;align-items:center;justify-content:center;z-index:1100;padding:2rem 1rem;overflow-y:auto;animation:bep-backdrop-enter .2s ease-out}.bep-modal-backdrop.is-closing{animation:bep-backdrop-exit .3s ease-in forwards;pointer-events:none}@keyframes bep-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes bep-backdrop-exit{0%{opacity:1}to{opacity:0}}@keyframes bep-modal-enter{0%{opacity:0;transform:translateY(40px) scale(.93)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bep-modal-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(60px) scale(.88)}}.bep-modal{position:relative;border:4px solid var(--gold);border-radius:8px;width:100%;max-width:560px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;max-height:calc(100vh - 4rem);overflow-y:auto;animation:bep-modal-enter .3s cubic-bezier(.2,.85,.3,1)}.bep-modal.is-closing{animation:bep-modal-exit .3s ease-in forwards;pointer-events:none}@media (prefers-reduced-motion: reduce){.bep-modal-backdrop,.bep-modal-backdrop.is-closing,.bep-modal,.bep-modal.is-closing{animation:none!important}.bep-modal-backdrop.is-closing,.bep-modal.is-closing{opacity:0;transition:opacity .15s ease}}.bep-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}.bep-modal-close:hover{background:var(--gold);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.bep-modal-close:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.bep-modal-close-icon{width:12px;height:12px;display:block;color:currentColor;image-rendering:pixelated;image-rendering:-moz-crisp-edges}@media (max-width: 540px){.bep-modal{padding:1.5rem 1.25rem}}.rsm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--popup-backdrop, rgba(0, 0, 0, .85));display:flex;align-items:center;justify-content:center;z-index:1150;padding:2rem 1rem;overscroll-behavior:contain;touch-action:none;animation:rsm-backdrop-enter .2s ease-out}@keyframes rsm-backdrop-enter{0%{opacity:0}to{opacity:1}}.rsm-modal{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;width:100%;max-width:440px;padding:36px 28px 28px;border:4px solid var(--gold, #FFD700);border-radius:8px;animation:rsm-modal-enter .25s ease-out}@keyframes rsm-modal-enter{0%{opacity:0;transform:translateY(24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.rsm-title{margin:0;font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:14px;line-height:1.7;letter-spacing:1px;color:var(--gold, #FFD700)}.rsm-sub{margin:0;font-size:18px;line-height:1.45;color:var(--white, #F0F0F0);max-width:340px}.rsm-status{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:4px 0 0;padding:8px 18px;border:1px solid rgba(255,215,0,.35);border-radius:8px;background:#ffd7000f}.rsm-status-pulse{width:12px;height:12px;border-radius:50%;background:var(--success, #4ADE80);box-shadow:0 0 #4ade8099;animation:rsm-status-pulse 1.4s ease-out infinite;flex-shrink:0}@keyframes rsm-status-pulse{0%{box-shadow:0 0 #4ade808c}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 #4ade8000}}.rsm-status-text{font-size:19px;color:var(--white, #F0F0F0)}.rsm-status-text strong{color:var(--gold, #FFD700);font-weight:400;font-size:22px}.rsm-status-dots{display:inline-flex;gap:5px;align-items:flex-end;flex-shrink:0}.rsm-status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold, #FFD700);opacity:.35;animation:rsm-status-dot-bounce 1.05s ease-in-out infinite both}.rsm-status-dot:nth-child(2){animation-delay:.18s}.rsm-status-dot:nth-child(3){animation-delay:.36s}@keyframes rsm-status-dot-bounce{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}.rsm-dismiss{margin-top:8px;padding:10px 14px;background:none;border:none;font-family:inherit;font-size:16px;color:#f0f0f0a6;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.rsm-dismiss:hover,.rsm-dismiss:focus-visible{color:var(--gold, #FFD700)}.rsm-dismiss:focus-visible{outline:2px solid var(--gold, #FFD700);outline-offset:2px}.rsm-done-badge{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:3px solid var(--gold, #FFD700);border-radius:8px;background:#ffd7001f;animation:rsm-done-pop .35s cubic-bezier(.2,1.4,.4,1)}.rsm-done-check{width:26px;height:26px;color:var(--gold, #FFD700)}@keyframes rsm-done-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@media (max-width: 480px){.rsm-modal{padding:28px 18px 22px}.rsm-title{font-size:12px}}@media (prefers-reduced-motion: reduce){.rsm-backdrop,.rsm-modal,.rsm-done-badge,.rsm-status-pulse,.rsm-status-dot{animation:none}.rsm-status-dot{opacity:1}}.lp-root{width:100%;display:flex;flex-direction:column;gap:18px;color:var(--text, #F0F0F0);font-family:var(--font-retro, "VT323"),monospace}.lp-banner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;background:linear-gradient(180deg,rgba(255,215,0,.05),transparent 60px),#0d281899;border:1px solid rgba(255,215,0,.35);border-radius:8px;font-size:14px;letter-spacing:.5px;flex-wrap:wrap;box-shadow:0 4px 14px #00000040,0 0 12px #ffd70014;animation:lp-container-slide-down .5s ease-out backwards}.lp-banner-left,.lp-banner-right{display:flex;align-items:center;gap:8px}.lp-live-dot{width:8px;height:8px;border-radius:50%;background:var(--success, #4ADE80);box-shadow:0 0 0 2px #4ade8033;animation:lp-pulse-dot 1.6s ease-in-out infinite;display:inline-flex;align-items:center;justify-content:center}.lp-live-dot.is-done{width:12px;height:12px;background:var(--gold, #FFD700);box-shadow:0 0 0 2px #ffd70040;animation:none}.lp-live-check{width:8px;height:6px;display:block;color:var(--green-dark, #0D2818);flex-shrink:0;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-live-label{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:10px;letter-spacing:1px;color:var(--success, #4ADE80);transition:color .4s ease}.lp-banner.is-complete .lp-live-label{color:var(--gold, #FFD700)}.lp-banner-meta{color:var(--gray, #A0A0A0);font-size:14px}@keyframes lp-pulse-dot{0%,to{box-shadow:0 0 0 2px #4ade8026;opacity:.85}50%{box-shadow:0 0 0 6px #4ade8000;opacity:1}}.lp-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:6px 0 2px}.lp-hero-frame{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:10px;padding:20px 40px 18px;min-width:320px;background:linear-gradient(180deg,#ffd7001a,#0d28188c),var(--green-medium, #1A4D2E);border:3px solid rgba(255,215,0,.55);border-radius:10px;box-shadow:0 10px 28px #0006,0 0 32px #ffd7002e,inset 0 0 24px #ffd70014;transition:border-color .4s ease;animation:lp-hero-frame-in .55s cubic-bezier(.2,.85,.3,1) backwards}.lp-hero-frame.is-revealed{border-color:var(--gold, #FFD700);animation:lp-hero-frame-in .55s cubic-bezier(.2,.85,.3,1) backwards,lp-hero-frame-glow 2.8s ease-in-out .55s infinite}@keyframes lp-hero-frame-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes lp-hero-frame-glow{0%,to{box-shadow:0 10px 28px #0006,0 0 32px #ffd70033,inset 0 0 24px #ffd70014}50%{box-shadow:0 10px 28px #0006,0 0 48px #ffd70073,inset 0 0 36px #ffd70026}}.lp-hero-frame-corner{position:absolute;width:12px;height:12px;background:transparent;border:3px solid var(--gold, #FFD700);box-shadow:none;pointer-events:none}.lp-hero-frame-corner--tl{top:5px;left:5px;border-right:none;border-bottom:none}.lp-hero-frame-corner--tr{top:5px;right:5px;border-left:none;border-bottom:none}.lp-hero-frame-corner--bl{bottom:5px;left:5px;border-right:none;border-top:none}.lp-hero-frame-corner--br{bottom:5px;right:5px;border-left:none;border-top:none}.lp-hero-title{margin:0;display:flex;flex-direction:column;align-items:center;gap:6px;font-family:var(--font-pixel, "Press Start 2P"),monospace}.lp-hero-count{font-size:64px;line-height:1;color:var(--gold, #FFD700);text-shadow:4px 4px 0 var(--green-dark, #0D2818),0 0 32px rgba(255,215,0,.45);letter-spacing:10px;padding-left:10px;transition:transform .2s ease}.lp-hero-noun{font-size:14px;letter-spacing:3px;color:var(--gold-light, #FFED4A);text-shadow:1px 1px 0 var(--green-dark, #0D2818)}.lp-hero-headline{font-size:clamp(15px,3.6vw,22px);line-height:1.2;letter-spacing:3px;color:var(--gold, #FFD700);text-align:center;text-shadow:2px 2px 0 var(--green-dark, #0D2818),0 0 16px rgba(255,215,0,.28);max-width:14ch}.lp-hero-for{margin:-6px 0 0;font-size:18px;line-height:1.3;color:var(--white, #F0F0F0);text-align:center}.lp-hero-for strong{color:var(--gold, #FFD700);font-weight:400}.lp-hero-near-miss{margin:2px 0 0;font-size:16px;line-height:1.3;color:var(--gold, #FFD700);text-align:center;opacity:.9}.lp-hero-dots{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding-left:10px;vertical-align:middle;height:1em}.lp-hero-dot{width:14px;height:14px;border-radius:50%;background:var(--gold, #FFD700);box-shadow:2px 2px 0 var(--green-dark, #0D2818),0 0 18px #ffd7008c;opacity:.35;animation:lp-hero-dot-bounce 1.05s ease-in-out infinite both}.lp-hero-dot:nth-child(2){animation-delay:.18s}.lp-hero-dot:nth-child(3){animation-delay:.36s}@keyframes lp-hero-dot-bounce{0%,60%,to{transform:translateY(0) scale(1);opacity:.35}30%{transform:translateY(-10px) scale(1.25);opacity:1}}@media (prefers-reduced-motion: reduce){.lp-hero-dot{animation:none;opacity:1}}.lp-hero-card.is-locked-in{animation:lp-hero-lock-in 1.4s cubic-bezier(.2,.8,.2,1)}@keyframes lp-hero-lock-in{0%{box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 #ffd70000}20%{box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 0 16px #ffd7008c}70%{box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 0 28px #ffd70000}to{box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 #ffd70000}}@media (prefers-reduced-motion: reduce){.lp-hero-card.is-locked-in{animation:none}}.lp-hero-card.is-fresh,.lp-card.is-fresh{animation:lp-hero-lock-in 1.6s cubic-bezier(.2,.8,.2,1)}@media (prefers-reduced-motion: reduce){.lp-hero-card.is-fresh,.lp-card.is-fresh{animation:none;box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 0 6px #ffd7008c}}.lp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lp-hero-nuggets{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:5px;max-width:280px}.lp-hero-nugget{width:14px;height:14px;background:linear-gradient(135deg,var(--gold-light, #FFED4A) 0%,var(--gold, #FFD700) 60%,var(--gold-dark, #B8860B) 100%);border:2px solid var(--gold-dark, #B8860B);box-shadow:1px 1px #0000004d;animation:lp-hero-nugget-pop .45s cubic-bezier(.2,1.4,.4,1) backwards}@keyframes lp-hero-nugget-pop{0%{transform:scale(0) rotate(-45deg);opacity:0}60%{transform:scale(1.25) rotate(0);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.lp-hero-nugget-more{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:9px;letter-spacing:.8px;color:var(--gold, #FFD700);padding:2px 6px;border:2px solid var(--gold-dark, #B8860B);background:#0d281899;align-self:center}.lp-hero-stat{margin:14px 0 0;padding:8px 16px;font-size:16px;line-height:1.4;color:var(--white, #F0F0F0);text-align:center;max-width:520px;border:1px solid rgba(255,215,0,.35);border-radius:8px;background:#ffd7000f}.lp-hero-stat strong{color:var(--gold, #FFD700);font-weight:400}.lp-hero-sub{margin:16px 0 28px;font-size:18px;line-height:1.45;color:var(--white, #F0F0F0);max-width:560px}.lp-hero-sub strong{color:var(--gold, #FFD700);font-weight:400}.lp-quest-log{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:4px 0}.lp-quest-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#0d2818cc;border:2px solid var(--gold-dark, #B8860B);font-size:14px;color:var(--white, #F0F0F0);letter-spacing:.5px;animation:lp-chip-in .4s ease-out backwards}.lp-quest-chip.is-done .lp-quest-icon{color:var(--success, #4ADE80)}.lp-quest-icon{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:10px}.lp-quest-name{font-family:var(--font-retro, "VT323"),monospace}@keyframes lp-chip-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lp-scan{background:var(--green-medium, #1A4D2E);border:3px solid var(--gold, #FFD700);border-radius:8px;max-width:720px;width:100%;align-self:center;overflow:hidden;animation:lp-container-slide-down .5s ease-out;box-shadow:0 0 18px #ffd70038}@keyframes lp-container-slide-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.lp-scan-header{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#0d281899;border-bottom:2px solid rgba(255,215,0,.25)}.lp-scan-radar{width:40px;height:40px;position:relative;border-radius:50%;background:#0d2818d9;border:1px solid rgba(184,134,11,.5);flex-shrink:0;overflow:hidden}.lp-scan-radar-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(184,134,11,.35)}.lp-scan-radar-ring--outer{width:90%;height:90%}.lp-scan-radar-ring--mid{width:60%;height:60%}.lp-scan-radar-ring--inner{width:30%;height:30%;border-color:#b8860b80}.lp-scan-radar-sweep{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,transparent 270deg,rgba(255,215,0,.1) 271deg,rgba(255,215,0,.3) 300deg,rgba(255,215,0,.55) 330deg,rgba(255,215,0,.75) 355deg,rgba(255,215,0,.85) 360deg);animation:lp-scan-radar-sweep 2.5s linear infinite;transform-origin:center center}@keyframes lp-scan-radar-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lp-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:lp-scan-radar-dot-blink 2.5s ease-in-out infinite}@keyframes lp-scan-radar-dot-blink{0%,to{opacity:1;box-shadow:0 0 3px #ffd70099}50%{opacity:.6;box-shadow:0 0 6px #ffd700e6}}.lp-scan-title{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.lp-scan-title-text{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:11px;letter-spacing:1.4px;color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--green-dark, #0D2818)}.lp-scan-eta{font-family:var(--font-retro, "VT323"),monospace;font-size:15px;color:var(--white, #F0F0F0);letter-spacing:.4px}.lp-scan-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;background:#ffd7000f;border:1px solid rgba(255,215,0,.35);border-radius:8px;padding:4px 10px;box-shadow:inset 0 0 8px #ffd7000d;min-width:64px}.lp-scan-counter-value{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:11px;color:var(--gold, #FFD700);text-shadow:1px 1px 0 var(--gold-dark, #B8860B);white-space:nowrap;line-height:1.4;text-align:center}.lp-scan-counter-label{font-family:var(--font-retro, "VT323"),monospace;font-size:12px;color:var(--gray, #A0A0A0);text-transform:uppercase;letter-spacing:.5px;line-height:1.1;text-align:center;margin-top:2px}.lp-scan-bar{height:16px;background:var(--green-dark, #0D2818);border:2px solid var(--gold-dark, #B8860B);border-radius:6px;overflow:hidden;margin:14px 16px 0;position:relative}.lp-scan-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 12px #ffd70080}.lp-scan-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:lp-scan-shimmer 2.5s ease-in-out infinite;pointer-events:none}@keyframes lp-scan-shimmer{0%{left:-100%}to{left:100%}}.lp-scan-list{list-style:none;margin:12px 0 0;padding:12px 16px;display:flex;flex-direction:column;gap:4px;border-top:2px solid rgba(184,134,11,.15)}.lp-scan-item{display:flex;align-items:center;gap:10px;padding:6px 10px;background:#0d281880;border:1px solid var(--green-medium, #1A4D2E);border-left:2px solid var(--green-medium, #1A4D2E);animation:lp-scan-item-in .4s ease-out backwards}@keyframes lp-scan-item-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.lp-scan-item.status-pending{opacity:.45;border-left:2px dashed rgba(160,160,160,.35)}.lp-scan-item.status-scanning{position:relative;overflow:hidden;border-color:var(--gold-dark, #B8860B);background:linear-gradient(to right,#ffd70029,#1a4d2ed9);transform:scale(1.015);animation:lp-scan-item-in .4s ease-out backwards,lp-scan-item-pulse 1.5s ease-in-out infinite;opacity:1}.lp-scan-item.status-scanning:after{content:"";position:absolute;top:0;right:0;bottom: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:lp-scan-item-shimmer 2s linear infinite;pointer-events:none}@keyframes lp-scan-item-pulse{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 #ffd70073,inset 0 0 10px #ffd70014}}@keyframes lp-scan-item-shimmer{0%{left:-30%;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}.lp-scan-item.status-completed{border-color:var(--green-medium, #1A4D2E);border-left:2px solid var(--success, #4ADE80);box-shadow:0 0 4px #4ade8026}.lp-scan-item.just-completed{animation:lp-scan-item-in .4s ease-out backwards,lp-scan-completion-flash .5s ease-out}@keyframes lp-scan-completion-flash{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}}.lp-scan-status{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-scan-dot-pending{width:8px;height:8px;border:2px solid rgba(160,160,160,.5);background:transparent}.lp-scan-dot-scanning{width:8px;height:8px;background:var(--gold, #FFD700);border-radius:50%;box-shadow:0 0 #ffd70080;animation:lp-scan-ring-pulse 1s ease-in-out infinite}@keyframes lp-scan-ring-pulse{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}}.lp-scan-check{width:14px;height:10px;display:block;color:var(--success, #4ADE80);filter:drop-shadow(1px 1px 0 rgba(74,222,128,.4));image-rendering:pixelated;image-rendering:-moz-crisp-edges;animation:lp-scan-check-pop .3s ease-out}@keyframes lp-scan-check-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.35)}to{transform:scale(1);opacity:1}}.lp-scan-name{font-family:var(--font-retro, "VT323"),monospace;font-size:17px;color:var(--white, #F0F0F0);flex:1;min-width:0}.lp-scan-item.status-scanning .lp-scan-name{color:var(--gold, #FFD700)}.lp-scan-item.status-completed .lp-scan-name{color:var(--success, #4ADE80)}.lp-scan-right{font-family:var(--font-retro, "VT323"),monospace;font-size:14px;color:var(--gray, #A0A0A0);letter-spacing:.4px;flex-shrink:0;text-align:right;min-width:70px}.lp-scan-right-scanning{color:var(--gold, #FFD700)}.lp-scan-right-completed{color:var(--success, #4ADE80)}.lp-scan-foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:10px 16px 12px;border-top:1px dashed rgba(184,134,11,.25);margin-top:4px}.lp-scan-reassure{font-family:var(--font-retro, "VT323"),monospace;font-size:16px;color:var(--gold-light, #FFED4A);letter-spacing:.4px;animation:lp-scan-reassure-fade .4s ease-out}@keyframes lp-scan-reassure-fade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.lp-scan-meta{font-family:var(--font-retro, "VT323"),monospace;font-size:14px;color:var(--gray, #A0A0A0);white-space:nowrap}.lp-hero-card{position:relative;background:var(--green-medium, #1A4D2E);border:4px solid var(--gold, #FFD700);padding:0 20px 16px 26px;display:flex;flex-direction:column;gap:12px;animation:lp-hero-in .52s cubic-bezier(.2,.85,.3,1) backwards;box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 24px #ffd70038;transition:transform .15s ease,box-shadow .15s ease}.lp-hero-card:hover{transform:translateY(-2px);box-shadow:4px 6px 0 var(--gold-dark, #B8860B),0 0 28px #ffd70059}.lp-best-match-badge{position:absolute;top:-22px;left:20px;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);border:2px solid var(--gold-dark, #B8860B);font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:9px;letter-spacing:1.2px;box-shadow:2px 2px 0 var(--gold-dark, #B8860B);z-index:3;animation:lp-best-match-pulse 2.4s ease-in-out infinite}.lp-best-match-star{width:12px;height:12px;display:block;color:var(--green-dark, #0D2818);flex-shrink:0;image-rendering:pixelated;image-rendering:-moz-crisp-edges}@keyframes lp-best-match-pulse{0%,to{box-shadow:2px 2px 0 var(--gold-dark, #B8860B);transform:rotate(-2deg)}50%{box-shadow:2px 2px 0 var(--gold-dark, #B8860B),0 0 12px #ffd70099;transform:rotate(-2deg) translateY(-1px)}}.lp-hero-card-rail{position:absolute;left:0;top:0;bottom:0;width:6px;background:repeating-linear-gradient(180deg,var(--gold, #FFD700) 0 6px,var(--gold-dark, #B8860B) 6px 12px)}@keyframes lp-hero-in{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-hero-card-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 -20px 4px;padding:14px 20px 10px;background:#0d281899;border-bottom:2px solid rgba(184,134,11,.3)}.lp-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:10px;letter-spacing:1px;border:2px solid transparent}.lp-pill-sub{background:var(--green-light, #2D6A4F);color:var(--gold, #FFD700);border-color:var(--gold-dark, #B8860B)}.lp-pill-fresh{background:var(--gold, #FFD700);color:var(--green-dark, #1B4332);border-color:var(--gold-dark, #B8860B)}.lp-blur{filter:blur(4.5px);user-select:none;-webkit-user-select:none;pointer-events:none}.lp-pill-urgency{background:var(--green-dark, #0D2818);border-color:var(--gold-dark, #B8860B);color:var(--white, #F0F0F0)}.lp-pill-urgency.tone-hot{border-color:var(--red, #FF6B6B);color:var(--red, #FF6B6B)}.lp-pill-urgency.tone-warm{border-color:var(--orange, #FF8C00);color:var(--orange, #FF8C00)}.lp-pill-urgency.tone-cold{border-color:var(--gold-dark, #B8860B);color:var(--gold-light, #FFED4A)}.lp-urgency-dot{width:6px;height:6px;display:inline-block;background:currentColor;animation:lp-pulse-dot 1.6s ease-in-out infinite}.lp-pill-crosspost{background:var(--green-dark, #0D2818);border-color:var(--success, #4ADE80);color:var(--success, #4ADE80);animation:lp-crosspost-glow 2.4s ease-in-out infinite}.lp-crosspost-icon{width:11px;height:11px}@keyframes lp-crosspost-glow{0%,to{box-shadow:0 0 #4ade8000}50%{box-shadow:0 0 6px 1px #4ade8073}}.lp-crosspost-note{display:flex;align-items:center;gap:8px;margin:10px 0 0;padding:8px 12px;background:#4ade8014;border-left:3px solid var(--success, #4ADE80);font-family:var(--font-body, "VT323"),monospace;font-size:1.05rem;line-height:1.35;color:var(--white, #F0F0F0)}.lp-crosspost-note strong{color:var(--success, #4ADE80)}.lp-crosspost-note-icon{flex-shrink:0;width:14px;height:14px;color:var(--success, #4ADE80)}.lp-hero-match{margin-left:auto;display:inline-flex;align-items:baseline;gap:6px;padding:5px 12px;border:2px solid transparent;font-family:var(--font-pixel, "Press Start 2P"),monospace;letter-spacing:1px}.lp-hero-match.tier-high{background:var(--success, #4ADE80);color:var(--green-dark, #0D2818);border-color:var(--success, #4ADE80);box-shadow:0 0 10px #4ade8066,3px 3px #00000040}.lp-hero-match.tier-medium{background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);border-color:var(--gold, #FFD700);box-shadow:3px 3px #00000040}.lp-hero-match.tier-low{background:#a0a0a01a;color:var(--gray, #A0A0A0);border-color:var(--gray, #A0A0A0)}.lp-hero-match-num{font-size:16px;letter-spacing:1px}.lp-hero-match-word{font-size:9px;letter-spacing:1px}.lp-hero-card-title{margin:0;font-family:var(--font-retro, "VT323"),monospace;font-size:26px;line-height:1.2;color:var(--white, #F0F0F0);font-weight:400}.lp-hero-card-body{margin:0;font-size:17px;line-height:1.5;color:#f0f0f0d9;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.lp-hero-card-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;border-top:1px dashed rgba(184,134,11,.4);margin-top:2px;padding-top:10px}.lp-meta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lp-meta{font-size:15px;color:var(--white, #F0F0F0);letter-spacing:.5px;display:inline-flex;align-items:center;gap:4px}.lp-meta-mute{color:var(--gray, #A0A0A0);font-size:14px}.lp-meta-icon{width:14px;height:14px;display:inline-block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;vertical-align:-2px;flex-shrink:0}.lp-draft-tease{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#4ade801f;border:2px solid var(--green-accent, #40916C);font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:9px;letter-spacing:1px;color:var(--success, #4ADE80)}.lp-draft-icon{width:12px;height:16px;display:block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;filter:drop-shadow(0 0 3px rgba(255,215,0,.5));animation:lp-zap 2.4s ease-in-out infinite}@keyframes lp-zap{0%,to{opacity:1;transform:rotate(0)}10%{transform:rotate(-15deg)}20%{transform:rotate(15deg)}30%{transform:rotate(0)}}.lp-card{background:var(--green-medium, #1A4D2E);border:4px solid var(--gold-dark, #B8860B);padding:14px 16px;display:flex;flex-direction:column;gap:8px;animation:lp-hero-in .48s ease-out backwards;animation-delay:.12s;box-shadow:3px 3px 0 var(--gold-dark, #B8860B);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.lp-card:hover{border-color:var(--gold, #FFD700);box-shadow:4px 4px 0 var(--gold-dark, #B8860B),0 0 15px #ffd7002e;transform:translateY(-2px)}.lp-card-secondary{border-color:var(--gold-dark, #B8860B)}.lp-card-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-bottom:8px;border-bottom:1px solid rgba(184,134,11,.25)}.lp-card-match{margin-left:auto;padding:3px 8px;border:2px solid transparent;font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:9px;letter-spacing:.8px}.lp-card-match.tier-high{background:var(--success, #4ADE80);color:var(--green-dark, #0D2818);border-color:var(--success, #4ADE80);box-shadow:2px 2px #0003}.lp-card-match.tier-medium{background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);border-color:var(--gold, #FFD700);box-shadow:2px 2px #0003}.lp-card-match.tier-low{background:#a0a0a01a;color:var(--gray, #A0A0A0);border-color:var(--gray, #A0A0A0)}.lp-card-time{font-size:14px;color:var(--gray, #A0A0A0)}.lp-card-title{margin:0;font-family:var(--font-retro, "VT323"),monospace;font-size:20px;line-height:1.25;color:var(--white, #F0F0F0);font-weight:400}.lp-card-body{margin:0;font-size:16px;line-height:1.45;color:#f0f0f0c7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lp-card-foot{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:14px}.lp-btn-post-teaser{background:linear-gradient(180deg,#ff6634,#ff4500);border:2px solid #CC3700;padding:.35rem .75rem;margin-top:4px;font-family:var(--font-pixel, "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}.lp-btn-post-teaser:hover{background:linear-gradient(180deg,#ff7a52,#ff6634);transform:translate(-1px,-1px);box-shadow:4px 4px #cc3700,0 0 10px #ff45004d}.lp-btn-post-teaser:active{background:linear-gradient(180deg,#ff4500,#cc3700);transform:translate(1px,1px);box-shadow:1px 1px #cc3700}.lp-btn-post-lock{width:10px;height:12px;display:block;color:#ffffffd9;flex-shrink:0;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-upvote-icon{width:12px;height:9px;display:inline-block;vertical-align:-1px;color:var(--white, #F0F0F0);flex-shrink:0;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-reddit-logo-inline{height:1rem;width:auto;vertical-align:middle;filter:brightness(0) invert(1)}.lp-locked{display:flex;flex-direction:column;gap:10px;padding:14px 14px 10px;background:#0d281880;border:2px dashed var(--gold-dark, #B8860B)}.lp-locked-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.lp-locked-count{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:12px;letter-spacing:1.2px;color:var(--gold, #FFD700)}.lp-locked-sub{font-size:14px;color:var(--gray, #A0A0A0)}.lp-locked-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.lp-locked-card{position:relative;background:#1a4d2e8c;border:2px solid var(--gold-dark, #B8860B);padding:10px 12px;min-height:92px;display:flex;flex-direction:column;gap:6px;overflow:hidden;animation:lp-chip-in .5s ease-out backwards;box-shadow:2px 2px 0 var(--gold-dark, #B8860B)}.lp-locked-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d281800,#0d281899 80%,#0d2818eb);pointer-events:none}.lp-locked-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px;position:relative;z-index:1}.lp-pill-locked{opacity:.7}.lp-locked-match{font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:9px;color:var(--gold, #FFD700);letter-spacing:.8px}.lp-locked-title{font-family:var(--font-retro, "VT323"),monospace;font-size:15px;line-height:1.3;color:#f0f0f08c;filter:blur(3px);-webkit-user-select:none;user-select:none;position:relative;z-index:0;flex:1}.lp-locked-lock{position:absolute;top:50%;left:50%;width:30px;height:35px;transform:translate(-50%,-50%);z-index:2;opacity:.7;image-rendering:pixelated;image-rendering:-moz-crisp-edges;filter:drop-shadow(0 0 6px rgba(255,215,0,.45))}.lp-urgency-strip{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ff8c001a;border:2px solid var(--orange, #FF8C00);font-size:16px;line-height:1.4;color:var(--white, #F0F0F0);box-shadow:3px 3px #ff8c0099}.lp-urgency-strip strong{color:var(--orange, #FF8C00);font-weight:400}.lp-urgency-strip-icon{width:24px;height:32px;flex-shrink:0;display:block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.4));animation:lp-urgency-hourglass-flip 4s ease-in-out infinite}@keyframes lp-urgency-hourglass-flip{0%,45%{transform:rotate(0)}55%,95%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.lp-monitor-strip{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#4ade801a;border:2px solid var(--success, #4ADE80);font-size:16px;line-height:1.4;color:var(--white, #F0F0F0);box-shadow:3px 3px #4ade8073}.lp-monitor-strip strong{color:var(--success, #4ADE80);font-weight:400}.lp-monitor-strip-icon{width:24px;height:24px;flex-shrink:0;display:block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.4))}.lp-cta-block{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 14px 8px;background:linear-gradient(180deg,transparent 0%,rgba(255,215,0,.05) 100%);position:sticky;bottom:0;z-index:5}.lp-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 36px;min-width:320px;background:var(--gold, #FFD700);color:var(--green-dark, #0D2818);border:0;border-bottom:5px solid var(--gold-dark, #B8860B);font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:14px;letter-spacing:2px;cursor:pointer;transition:transform .12s ease,background-color .15s ease,border-color .15s ease,box-shadow .2s ease;text-transform:uppercase;box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 6px 22px #ffd70061,0 0 32px #ffd70080;animation:lp-cta-pulse 2.8s ease-in-out infinite}.lp-cta-btn:hover{background:var(--gold-light, #FFED4A);transform:translateY(-1px);animation:none;box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 10px 34px #ffd700a6,0 0 52px #ffd700bf}.lp-cta-btn:active{transform:translateY(1px);border-bottom-width:3px;box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 3px 12px #ffd70059,0 0 20px #ffd70066}.lp-cta-btn[aria-disabled=true],.lp-cta-btn[aria-disabled=true]:hover,.lp-cta-btn[aria-disabled=true]:active{opacity:.6;cursor:not-allowed;transform:none;animation:none;border-bottom-width:5px;background:var(--gold, #FFD700);box-shadow:0 0 0 2px var(--gold-dark, #B8860B)}.lp-cta-btn:focus-visible{outline:3px solid var(--green-dark, #0D2818);outline-offset:3px}@keyframes lp-cta-pulse{0%,to{box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 6px 22px #ffd70061,0 0 28px #ffd7006b}50%{box-shadow:0 0 0 2px var(--gold-dark, #B8860B),0 9px 34px #ffd7009e,0 0 46px #ffd700b8}}.lp-cta-pickaxe{width:28px;height:28px;display:block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;filter:drop-shadow(0 0 4px rgba(255,237,74,.7));transform-origin:50% 75%;animation:lp-cta-pickaxe-swing 2.4s ease-in-out infinite}@keyframes lp-cta-pickaxe-swing{0%,to{transform:rotate(-18deg) translate(0)}18%{transform:rotate(-28deg) translate(-2px,-3px)}35%{transform:rotate(8deg) translate(3px,2px)}45%{transform:rotate(-12deg) translate(-1px,-1px)}60%{transform:rotate(-18deg) translate(0)}}.lp-cta-btn:hover .lp-cta-pickaxe{animation-duration:1.2s}.lp-cta-arrow{width:18px;height:11px;display:block;color:var(--green-dark, #0D2818);flex-shrink:0;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-cta-label{display:inline-flex;flex-direction:column;align-items:center;gap:5px}.lp-cta-label-main{line-height:1.2}.lp-cta-label-sub{font-family:var(--font-retro, "VT323"),monospace;font-size:15px;letter-spacing:.3px;line-height:1;text-transform:none;color:#0d2818b8}.lp-bep-reopen{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:9px 18px;background:var(--green-dark, #0D2818);color:var(--gold, #FFD700);border:2px solid var(--gold-dark, #B8860B);font-family:var(--font-pixel, "Press Start 2P"),monospace;font-size:9px;letter-spacing:1.5px;cursor:pointer;transition:transform .12s ease,background-color .15s ease,color .15s ease;text-transform:uppercase}.lp-bep-reopen:hover{background:var(--green-medium, #1A4D2E);color:var(--gold-light, #FFED4A);transform:translateY(-1px)}.lp-bep-reopen:active{transform:translateY(1px)}.lp-bep-reopen-icon{width:16px;height:16px;display:block;image-rendering:pixelated;image-rendering:-moz-crisp-edges}@keyframes lp-bep-reopen-attention{0%{transform:translateY(0) scale(1);box-shadow:none;border-color:var(--gold-dark, #B8860B);color:var(--gold, #FFD700)}15%{transform:translateY(-3px) scale(1.04);box-shadow:0 0 0 3px #ffd70080,0 0 18px #ffd70073;border-color:var(--gold, #FFD700);color:var(--gold-light, #FFED4A)}35%{transform:translateY(-2px) scale(1.03);box-shadow:0 0 0 5px #ffd7004d,0 0 28px #ffd7008c;border-color:var(--gold, #FFD700);color:var(--gold-light, #FFED4A)}55%{transform:translateY(-1px) scale(1.015);box-shadow:0 0 0 3px #ffd70033,0 0 14px #ffd7004d;border-color:var(--gold, #FFD700);color:var(--gold, #FFD700)}to{transform:translateY(0) scale(1);box-shadow:none;border-color:var(--gold-dark, #B8860B);color:var(--gold, #FFD700)}}.lp-bep-reopen.is-attention{animation:lp-bep-reopen-attention 1.6s cubic-bezier(.2,.8,.2,1)}.lp-partial-note{text-align:center;font-size:15px;color:var(--gray, #A0A0A0);padding:10px 14px;background:#ffd7000d;border:1px dashed var(--gold-dark, #B8860B);box-shadow:2px 2px #b8860b80}.lp-gen-btn-row{flex-basis:100%;display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.lp-btn-generate-teaser{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .6rem;background:transparent;border:2px solid var(--gold-dark, #B8860B);font-family:var(--font-pixel, "Press Start 2P"),cursive;font-size:.42rem;color:var(--gold, #FFD700);cursor:pointer;transition:all .15s;box-shadow:2px 2px 0 var(--gold-dark, #B8860B);white-space:nowrap;letter-spacing:.5px}.lp-btn-generate-teaser:hover{background:#ffd70014;border-color:var(--gold, #FFD700);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark, #B8860B)}.lp-btn-generate-teaser:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark, #B8860B)}.lp-gen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;animation:lp-gen-overlay-in .2s ease-out}@keyframes lp-gen-overlay-in{0%{opacity:0}to{opacity:1}}.lp-gen-modal{background:var(--green-dark, #0D2818);border:4px solid var(--gold, #FFD700);box-shadow:8px 8px 0 var(--gold-dark, #B8860B);max-width:560px;width:92%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:lp-gen-modal-in .25s ease-out}@keyframes lp-gen-modal-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lp-gen-modal-header{background:var(--green-medium, #1A4D2E);border-bottom:3px solid var(--gold-dark, #B8860B);padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.lp-gen-modal-header h3{font-family:var(--font-pixel, "Press Start 2P"),cursive;font-size:.65rem;color:var(--gold, #FFD700);margin:0;text-shadow:2px 2px 0 var(--gold-dark, #B8860B);letter-spacing:1px}.lp-gen-modal-close{background:transparent;border:2px solid var(--gold-dark, #B8860B);color:var(--gray, #A0A0A0);padding:4px 8px;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;justify-content:center}.lp-gen-modal-close-icon{width:10px;height:10px;display:block;color:currentColor;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-gen-modal-close:hover{background:var(--gold-dark, #B8860B);color:var(--white, #F0F0F0);border-color:var(--gold, #FFD700)}.lp-gen-modal-body{padding:.75rem 1.25rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.6rem}.lp-gen-lock-banner{display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .85rem;background:#ffd70012;border:2px solid var(--gold-dark, #B8860B);font-family:var(--font-retro, "VT323"),monospace;font-size:1.1rem;color:var(--gold-light, #FFED4A);line-height:1.4}.lp-gen-lock-icon{width:14px;height:17px;display:block;flex-shrink:0;margin-top:1px;color:var(--gold-dark, #B8860B);image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-gen-btn-lock-icon{width:11px;height:13px;display:block;flex-shrink:0;color:var(--green-dark, #0D2818);image-rendering:pixelated;image-rendering:-moz-crisp-edges}.lp-gen-section{text-align:left}.lp-gen-section-label{font-family:var(--font-pixel, "Press Start 2P"),cursive;font-size:.45rem;color:var(--gold, #FFD700);letter-spacing:1px;margin:0 0 .35rem;text-align:center}.lp-gen-options{display:flex;flex-direction:column;gap:.2rem}.lp-gen-option{display:flex;align-items:center;gap:.75rem;padding:.38rem .85rem;background:var(--green-medium, #1A4D2E);border:2px solid var(--gold-dark, #B8860B);cursor:pointer;transition:all .15s;text-align:left}.lp-gen-option:hover{border-color:var(--gold, #FFD700);background:#ffd7000d}.lp-gen-option-selected{border-color:var(--gold, #FFD700);background:#ffd7001a;box-shadow:0 0 0 1px var(--gold, #FFD700)}.lp-gen-option-label{font-family:var(--font-pixel, "Press Start 2P"),cursive;font-size:.42rem;color:var(--gold, #FFD700);letter-spacing:1px;min-width:80px;flex-shrink:0}.lp-gen-option-selected .lp-gen-option-label{text-shadow:0 0 8px var(--gold, #FFD700)}.lp-gen-option-desc{font-family:var(--font-retro, "VT323"),monospace;font-size:1rem;color:var(--gray, #A0A0A0);line-height:1.2}.lp-gen-option-selected .lp-gen-option-desc{color:var(--white, #F0F0F0)}.lp-gen-modal-actions{display:flex;gap:.85rem;padding:.6rem 1.25rem .85rem;border-top:3px solid var(--gold-dark, #B8860B);justify-content:center;flex-shrink:0;flex-wrap:wrap}.lp-gen-btn-cancel{background:transparent;border:3px solid var(--gold-dark, #B8860B);color:var(--gray, #A0A0A0);font-family:var(--font-pixel, "Press Start 2P"),cursive;font-size:.5rem;padding:.6rem 1.25rem;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:110px}.lp-gen-btn-cancel:hover{background:var(--gold-dark, #B8860B);color:var(--white, #F0F0F0);transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.lp-gen-btn-unlock{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--gold, #FFD700);border:3px solid var(--gold-dark, #B8860B);color:var(--green-dark, #0D2818);font-family:var(--font-pixel, "Press Start 2P"),cursive;font-size:.5rem;padding:.6rem 1.25rem;cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark, #B8860B);min-width:180px}.lp-gen-btn-unlock:hover{background:var(--gold-light, #FFED4A);transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--gold-dark, #B8860B)}.lp-gen-btn-unlock:active,.lp-gen-btn-cancel:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}@media (max-width: 720px){.lp-hero-frame{min-width:0;padding:16px 28px 14px}.lp-hero-count{font-size:48px;letter-spacing:8px;padding-left:8px}.lp-hero-noun{font-size:12px}.lp-hero-sub{font-size:16px}.lp-hero-card-title{font-size:22px}.lp-hero-card{padding:16px 14px 14px 22px}.lp-cta-btn{min-width:0;width:100%;font-size:12px;padding:16px 18px;letter-spacing:1.2px}.lp-locked-grid{grid-template-columns:repeat(2,1fr)}.lp-scan-header{gap:10px;padding:10px 12px}.lp-scan-radar{width:32px;height:32px}.lp-scan-title-text{font-size:10px;letter-spacing:1.1px}.lp-scan-eta{font-size:14px}.lp-scan-counter{min-width:56px;padding:3px 8px}.lp-scan-counter-value{font-size:10px}.lp-scan-counter-label{font-size:11px}.lp-scan-bar{margin:10px 12px 0}.lp-scan-list{padding:10px 12px}.lp-scan-foot{padding:8px 12px 10px}.lp-scan-name{font-size:16px}.lp-scan-right{font-size:13px;min-width:60px}}@media (max-width: 460px){.lp-banner{font-size:12px;flex-direction:column;align-items:flex-start;gap:6px}.lp-hero-frame{padding:14px 20px 12px}.lp-hero-count{font-size:40px;letter-spacing:6px;padding-left:6px}.lp-hero-nuggets{max-width:220px}.lp-meta-row{gap:8px}.lp-meta,.lp-meta-mute{font-size:13px}.lp-locked-grid{grid-template-columns:1fr}.lp-scan-radar{width:28px;height:28px}.lp-scan-counter-label{display:none}.lp-scan-counter{min-width:48px;padding:3px 6px}.lp-scan-foot{flex-direction:column;align-items:flex-start;gap:4px}.lp-scan-reassure{font-size:15px}}@media (prefers-reduced-motion: reduce){.lp-cta-btn,.lp-cta-pickaxe,.lp-urgency-strip-icon,.lp-live-dot,.lp-urgency-dot,.lp-quest-chip,.lp-locked-card,.lp-locked-lock,.lp-hero-card,.lp-card,.lp-banner,.lp-best-match-badge,.lp-hero-frame,.lp-hero-frame.is-revealed,.lp-hero-nugget,.lp-draft-icon,.lp-meta-icon,.lp-scan,.lp-scan-radar-sweep,.lp-scan-radar-dot,.lp-scan-counter,.lp-scan-fill,.lp-scan-shimmer,.lp-scan-item,.lp-scan-dot-scanning,.lp-scan-check,.lp-scan-reassure,.lp-recent-scan-pulse,.lp-recent-scan-dot,.lp-bep-reopen.is-attention{animation:none!important}.lp-recent-scan-dot{opacity:1}.lp-scan-item.status-scanning{transform:none}.lp-scan-item.status-scanning:after{animation:none!important;opacity:0}}.lp-recent-scan{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:fit-content;margin:.6rem auto .25rem;padding:.5rem .85rem;border:2px dashed var(--gold-dark, #B8860B);background:#ffd7000f;border-radius:2px}.lp-recent-scan-pulse{width:12px;height:12px;border-radius:50%;background:var(--success, #4ADE80);box-shadow:0 0 #4ade8099;animation:lp-recent-scan-pulse 1.4s ease-out infinite;flex-shrink:0}@keyframes lp-recent-scan-pulse{0%{box-shadow:0 0 #4ade808c}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 #4ade8000}}.lp-recent-scan-text{font-family:var(--font-retro, "VT323"),monospace;font-size:1.15rem;color:var(--gold, #FFD700);letter-spacing:.02em}.lp-recent-scan-dots{display:inline-flex;gap:5px;align-items:flex-end}.lp-recent-scan-dot{width:7px;height:7px;border-radius:50%;background:var(--gold, #FFD700);opacity:.35;animation:lp-recent-scan-dot-bounce 1.05s ease-in-out infinite both}.lp-recent-scan-dot:nth-child(2){animation-delay:.18s}.lp-recent-scan-dot:nth-child(3){animation-delay:.36s}@keyframes lp-recent-scan-dot-bounce{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}.plan-selection-step{display:flex;flex-direction:column;align-items:center}.plan-selection-container{width:100%;animation:planSlideUp .5s ease-out}@keyframes planSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes planFadeIn{0%{opacity:0}to{opacity:1}}.plan-selection-head{text-align:center;margin-bottom:.6rem}.plan-selection-head-sub{margin:0;font-family:VT323,monospace;font-size:.95rem;line-height:1.3;color:var(--white, #F0F0F0);opacity:.55}.plan-selection-head-sub strong{color:var(--success, #4ADE80);opacity:1}.plan-selection-billing-toggle{display:flex;gap:.5rem;margin:1rem 0 .5rem;justify-content:center;align-items:center;animation:planFadeIn .6s ease-out .45s both}.plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,300px));justify-content:center;gap:14px;width:100%}@media (max-width: 540px){.plan-selection-step{padding:1rem}.plan-grid{grid-template-columns:1fr}.plan-selection-billing-toggle{flex-direction:column;width:100%}}@media (max-height: 800px){.plan-selection-head{margin-bottom:.75rem}.plan-selection-billing-toggle{margin:1.25rem 0 .35rem}.plan-grid{gap:10px}}@media (max-height: 730px){.plan-selection-head-sub{font-size:.95rem}.plan-selection-billing-toggle{margin:1rem 0 .25rem}.plan-grid{gap:8px}}@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:var(--popup-backdrop);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.email-collection-modal{background:linear-gradient(180deg,rgba(255,215,0,.07),transparent 120px),var(--green-medium);border:4px solid var(--gold-primary);border-radius:8px;padding:2rem;max-width:450px;width:100%;position:relative;box-shadow:0 0 0 2px var(--green-dark),10px 10px #0000008c,0 0 44px #ffd70029;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);font-weight:400}.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}.email-collection-links{font-family:VT323,monospace;font-size:1.05rem;color:#ffffffb3;text-align:center;margin:.25rem 0 0}.email-collection-link{background:none;border:none;padding:0;color:var(--gold-primary, #ffd700);font-family:VT323,monospace;font-size:1.05rem;cursor:pointer;text-decoration:underline}.email-collection-link:hover:not(:disabled){color:#fff}.email-collection-link:disabled{opacity:.5;cursor:default}@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}}.diggit-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--popup-backdrop);display:flex;align-items:center;justify-content:center;z-index:1100;padding:2rem 1rem;overflow-y:auto;animation:diggit-modal-backdrop-enter .2s ease-out}.diggit-modal-backdrop.is-closing{animation:diggit-modal-backdrop-exit .3s ease-in forwards;pointer-events:none}@keyframes diggit-modal-backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes diggit-modal-backdrop-exit{0%{opacity:1}to{opacity:0}}.diggit-modal-panel{position:relative;border:4px solid var(--gold-primary);border-radius:8px;width:100%;max-width:480px;padding:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;animation:diggit-modal-panel-enter .3s cubic-bezier(.2,.85,.3,1) both}.diggit-modal-panel.is-closing{animation:diggit-modal-panel-exit .3s ease-in forwards;pointer-events:none}.diggit-modal-panel:focus{outline:none}@keyframes diggit-modal-panel-enter{0%{opacity:0;transform:translateY(40px) scale(.93)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes diggit-modal-panel-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(40px) scale(.93)}}@media (prefers-reduced-motion: reduce){.diggit-modal-backdrop,.diggit-modal-backdrop.is-closing,.diggit-modal-panel,.diggit-modal-panel.is-closing{animation:none!important}.diggit-modal-backdrop.is-closing,.diggit-modal-panel.is-closing{opacity:0;transition:opacity .15s ease}}.diggit-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);cursor:pointer;transition:all .2s ease;z-index:10}.diggit-modal-close:hover{background:var(--gold);color:var(--green-dark);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--gold-dark)}.diggit-modal-close:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.diggit-modal-close-icon{width:12px;height:12px;display:block;color:currentColor;image-rendering:pixelated;image-rendering:-moz-crisp-edges}.pay-success-backdrop{overflow:hidden;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.pay-success-backdrop:not(.is-closing){animation:loading-backdrop-fade .25s ease-out}.pay-success-popup{max-width:520px;padding:1.75rem 1.75rem 1.5rem;text-align:center}.pay-success-popup:not(.is-closing){animation:loading-popup-enter .34s cubic-bezier(.22,1.2,.36,1) both}.pay-success-badge{display:flex;justify-content:center;margin-bottom:1.25rem;animation:pay-stagger .4s ease-out both}.pay-success-badge-text{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.5rem;color:var(--gold);background:#0d2818b3;padding:.45rem 1.1rem;border:1px solid rgba(255,215,0,.4);border-radius:999px;box-shadow:0 0 14px #ffd7001f,inset 0 1px #ffd70014;letter-spacing:1px;text-transform:uppercase}.pay-success-badge-text:before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 6px #ffd700cc;animation:loading-badge-dot 1.6s ease-in-out infinite}.pay-success-medal{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.pay-success-check-ring{width:92px;height:92px;display:flex;align-items:center;justify-content:center;background:#4ade801f;border:4px solid var(--success);border-radius:8px;animation:pay-medal-pop .4s cubic-bezier(.2,1.4,.4,1) .1s both}@keyframes pay-medal-pop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.pay-success-check{font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:2.4rem;line-height:1;color:var(--success);text-shadow:2px 2px 0 var(--green-dark)}.pay-success-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 0 .9rem;line-height:1.6;animation:pay-stagger .5s ease-out .15s both}.pay-success-subtitle{font-family:var(--font-mono),"VT323",monospace;font-size:1.15rem;color:var(--text);margin:0 0 1.5rem;line-height:1.4;animation:pay-stagger .5s ease-out .25s both}.pay-success-subtitle strong{color:var(--gold-light)}.pay-success-autobar{height:8px;background:var(--green-dark);border:2px solid var(--gold-dark);overflow:hidden;margin-bottom:.5rem}.pay-success-autobar-fill{height:100%;background:repeating-linear-gradient(90deg,var(--gold) 0,var(--gold) 9px,var(--green-dark) 9px,var(--green-dark) 12px);transition:none}.pay-success-hint{font-family:var(--font-mono),"VT323",monospace;font-size:1rem;color:var(--gray);margin:0}@keyframes pay-stagger{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pay-success-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.pay-confetti-piece{position:absolute;top:-16px;width:10px;height:10px;opacity:.9;image-rendering:pixelated;animation-name:pay-confetti-fall;animation-timing-function:steps(14,end);animation-iteration-count:infinite}@keyframes pay-confetti-fall{0%{transform:translateY(-16px);opacity:0}10%{opacity:.95}to{transform:translateY(105vh);opacity:.2}}@media (prefers-reduced-motion: reduce){.pay-success-badge,.pay-success-badge-text:before,.pay-success-check-ring,.pay-success-title,.pay-success-subtitle,.pay-success-popup:not(.is-closing),.pay-success-backdrop:not(.is-closing){animation:none!important}.pay-success-confetti{display:none}}@media (max-width: 768px){.pay-success-popup{max-width:440px;padding:1.5rem}.pay-success-title{font-size:.65rem}}@media (max-width: 480px){.pay-success-popup{max-width:calc(100% - 2rem);padding:1.25rem}.pay-success-badge-text{font-size:.45rem;padding:.3rem .75rem}.pay-success-check-ring{width:76px;height:76px}.pay-success-check{font-size:2rem}.pay-success-title{font-size:.6rem}.pay-success-subtitle{font-size:1rem}}.onboarding-back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--green-medium, #1a4d2e);border:3px solid var(--gold-dark, #b8860b);box-shadow:4px 4px 0 var(--gold-dark, #b8860b);color:var(--gold, #ffd700);font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.7rem;letter-spacing:.5px;cursor:pointer;transition:all .15s ease}.onboarding-back-btn:hover{background:var(--gold, #ffd700);color:var(--green-dark, #0d2818);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark, #b8860b)}.onboarding-back-btn:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--gold-dark, #b8860b)}.onboarding-back-btn-arrow{display:flex;align-items:center}.onboarding-back-btn-arrow svg{display:block;width:.95em;height:.95em}.onboarding-back-btn-label{line-height:1}.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;box-shadow:3px 3px 0 var(--gold-dark, #B8860B),0 0 18px #ffd70038}@keyframes containerSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.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}.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:16px;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 12px #ffd70080;border-radius:0}.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,#ffd70029,#1a4d2ed9);animation:itemSlideIn .4s ease-out forwards,miningBorderPulse 1.5s ease-in-out infinite;opacity:1;transform:scale(1.015)}.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:.45;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}}.scan-search-list{padding-top:.2rem}.scan-search-item{border-left-width:3px;border-left-color:var(--gold-primary, #FFD700)}.scan-search-item .scan-subreddit-name{display:flex;align-items:center}.scan-search-glyph{margin-right:.45rem;color:var(--gold-primary, #FFD700);font-size:1.05em;line-height:1}@media (prefers-reduced-motion: reduce){.scan-progress-container,.scan-progress-counter,.scan-progress-fill,.scan-radar-dot,.scan-subreddit-item,.scan-dot-scanning,.scan-check,.scan-leads-badge{animation:none!important;transition:none!important}.scan-radar-sweep,.scan-progress-shimmer,.scan-subreddit-item.status-scanning:before,.scan-subreddit-item.status-scanning:after{animation:none!important;opacity:0}.scan-subreddit-item{opacity:1;transform:none}.scan-subreddit-item.status-pending{opacity:.45}.scan-subreddit-item.status-scanning{transform:none}.scan-progress-fill{box-shadow:0 0 6px #ffd70066}}.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:48px;height:2px;margin:0 6px;background:#ffd70026;border:none;border-radius:999px;transition:background .4s ease,box-shadow .4s ease}.step-connector.completed{background:linear-gradient(90deg,var(--gold-dark),var(--gold));box-shadow:0 0 8px #ffd70059}.step-progress-dots .step-dot{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.6rem;border-radius:50%;border:1px solid rgba(255,215,0,.35);background:#0d2818b3;transition:all .3s ease;flex-shrink:0}.step-progress-dots .step-dot.completed{background:linear-gradient(180deg,var(--gold-light, #FFED4A),var(--gold));color:var(--green-dark);border-color:var(--gold);box-shadow:0 0 10px #ffd7004d}.step-progress-dots .step-dot.active{background:var(--gold);color:var(--green-dark);border-color:var(--gold-light, #FFED4A);box-shadow:0 0 0 4px #ffd70026,0 0 16px #ffd70080;animation:dot-glow-pulse 2s ease-in-out infinite}.step-progress-dots .step-dot.upcoming{background:#0d281880;color:var(--gray);border-color:#ffd70033;box-shadow:none}@keyframes dot-glow-pulse{0%,to{box-shadow:0 0 0 4px #ffd7001f,0 0 10px #ffd70059}50%{box-shadow:0 0 0 5px #ffd70033,0 0 20px #ffd70099}}.pixel-progress-bar{width:100%;height:6px;background:#0d2818cc;border:none;border-radius:999px;box-shadow:inset 0 0 0 1px #ffd70026;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 12px #ffd70080;border-radius:999px;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-flex;align-items:center;gap:.55rem;font-family:var(--font-pixel),"Press Start 2P",monospace;font-size:.5rem;color:var(--gold);background:#0d2818b3;padding:.45rem 1.1rem;border:1px solid rgba(255,215,0,.4);border-radius:999px;box-shadow:0 0 14px #ffd7001f,inset 0 1px #ffd70014;text-shadow:none;letter-spacing:1px}.step-badge-count{color:#ffed4a99}.step-badge-sep{color:#ffd70059}.step-badge-label{color:var(--gold);text-shadow:0 0 8px rgba(255,215,0,.35)}.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:linear-gradient(180deg,rgba(255,215,0,.05),transparent 90px),#2a4a2a4d;border:1px solid rgba(255,215,0,.35);border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 6px 18px #00000040,0 0 14px #ffd70014}.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)}.summary-value.summary-email{color:var(--gold);word-break:break-all}.summary-plan-item{align-items:center}.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:28px;height:28px}.summary-plan-badge-icon .plan-badge-letter{font-size:.85rem}.summary-plan-badge-icon .plan-badge-label{display:none}.summary-plan-details{display:flex;flex-direction:column;gap:.25rem}.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-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-progress-dots .step-dot{width:26px;height:26px;font-size:.5rem}.step-connector{width:24px;margin:0 4px}.pixel-progress-bar{height:5px}.step-badge-text{font-size:.45rem;padding:.4rem .85rem}.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-progress-dots .step-dot{width:24px;height:24px;font-size:.45rem}.step-connector{width:20px}.pixel-progress-bar{height:4px}.step-badge-text{font-size:.4rem;padding:.35rem .7rem}.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:var(--popup-backdrop);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{border:4px solid var(--gold);border-radius:8px;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 .onboarding-back-btn{position:absolute;top:.75rem;left:.75rem;z-index:10}.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}.onboarding-modal .onboarding-back-btn{top:.5rem;left:.5rem;padding:7px 12px;font-size:.5rem;border-width:2px;box-shadow:2px 2px 0 var(--gold-dark)}}.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}}.demo-flow{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--green-dark);container-type:size;container-name:dflstage;font-family:var(--font-retro);color:var(--white);--dfl-loop: 35s}.demo-flow-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:6;background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.14) 0,rgba(0,0,0,.14) 1px,transparent 1px,transparent 3px);opacity:.5}.demo-flow-beat{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4cqh;padding:9.5cqh 6cqw 6cqh;opacity:0;will-change:opacity,transform}.demo-flow-beat1{animation:demo-loop-beat1 var(--dfl-loop) linear infinite}.demo-flow-beat2{animation:demo-loop-beat2 var(--dfl-loop) linear infinite}.demo-flow-beat3{flex-direction:row;align-items:stretch;gap:4cqw;animation:demo-loop-beat3 var(--dfl-loop) linear infinite}.demo-flow-beat4{animation:demo-loop-beat4 var(--dfl-loop) linear infinite}.demo-flow-beat5{gap:0;padding:0;align-items:stretch;justify-content:flex-start;animation:demo-loop-beat5 var(--dfl-loop) linear infinite;--dfl-reddit: #FF4500;--dfl-reddit-deep: color-mix(in srgb, var(--dfl-reddit) 60%, black);--dfl-reddit-soft: color-mix(in srgb, var(--dfl-reddit) 15%, var(--green-dark))}.demo-flow-beat6{gap:4cqh;animation:demo-loop-beat6 var(--dfl-loop) linear infinite;--dfl-reddit: #FF4500;--dfl-reddit-deep: color-mix(in srgb, var(--dfl-reddit) 60%, black);--dfl-reddit-soft: color-mix(in srgb, var(--dfl-reddit) 15%, var(--green-dark))}@keyframes demo-loop-beat1{0%{opacity:0;transform:scale(.97)}1.5%{opacity:1;transform:scale(1)}12%{opacity:1;transform:scale(1)}15%{opacity:0;transform:scale(.85) translateY(-8%)}to{opacity:0;transform:scale(.85) translateY(-8%)}}@keyframes demo-loop-beat2{0%,15%{opacity:0}18%{opacity:1}30%{opacity:1}33%{opacity:0}to{opacity:0}}@keyframes demo-loop-beat3{0%,33%{opacity:0}35%{opacity:1}48%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes demo-loop-beat4{0%,50%{opacity:0;transform:scale(1)}52%{opacity:1;transform:scale(1)}67%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(.9)}to{opacity:0;transform:scale(.9)}}@keyframes demo-loop-beat5{0%,70%{opacity:0}72%{opacity:1}84%{opacity:1}86%{opacity:0}to{opacity:0}}@keyframes demo-loop-beat6{0%,86%{opacity:0;transform:scale(1)}87%{opacity:1;transform:scale(1)}99.5%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.demo-flow-sweep{position:absolute;top:0;bottom:0;left:0;width:12cqw;z-index:5;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,215,0,.5) 45%,var(--gold-light) 50%,rgba(255,215,0,.5) 55%,transparent 100%);transform:translate(-140%);opacity:0;animation:demo-loop-sweep var(--dfl-loop) linear infinite}@keyframes demo-loop-sweep{0%,13%{transform:translate(-140%);opacity:0}13.2%{opacity:.9}15.5%{transform:translate(760%);opacity:.9}16%{transform:translate(760%);opacity:0}30.9%{transform:translate(-140%);opacity:0}31.1%{opacity:.9}33.5%{transform:translate(760%);opacity:.9}34%{transform:translate(760%);opacity:0}47.9%{transform:translate(-140%);opacity:0}48.1%{opacity:.9}50.5%{transform:translate(760%);opacity:.9}51%{transform:translate(760%);opacity:0}66.9%{transform:translate(-140%);opacity:0}67.1%{opacity:.9}69.5%{transform:translate(760%);opacity:.9}70%{transform:translate(760%);opacity:0}82.9%{transform:translate(-140%);opacity:0}83.1%{opacity:.9}85.5%{transform:translate(760%);opacity:.9}86%{transform:translate(760%);opacity:0}97.7%{transform:translate(-140%);opacity:0}97.9%{opacity:.9}99.6%{transform:translate(760%);opacity:.9}99.9%{transform:translate(760%);opacity:0}to{transform:translate(-140%);opacity:0}}.demo-flow-progress{position:absolute;left:0;right:0;bottom:0;height:1.4cqh;min-height:3px;z-index:7;background:#00000073}.demo-flow-progress-fill{height:100%;width:0;background:var(--gold-primary);box-shadow:0 0 2cqw #ffd70099;animation:demo-loop-progress var(--dfl-loop) linear infinite}@keyframes demo-loop-progress{0%{width:0}to{width:100%}}.dfl-brand{position:absolute;top:2.2cqh;left:3cqw;z-index:4;pointer-events:none;font-family:var(--font-pixel);font-size:2cqw;line-height:1;letter-spacing:.1cqw;color:var(--gold-primary);opacity:.9;text-shadow:.3cqw .3cqw 0 var(--gold-dark);animation:demo-loop-brand var(--dfl-loop) ease-in-out infinite}.dfl-brand-prefix{color:#f30;text-shadow:.3cqw .3cqw 0 #CC0000}@keyframes demo-loop-brand{0%,68%{opacity:.9}70%{opacity:0}86%{opacity:0}87.5%{opacity:.9}to{opacity:.9}}.dfl-urlbox{display:flex;align-items:center;gap:1.6cqw;width:62cqw;padding:3.4cqh 3cqw;background:var(--green-medium);border:.6cqw solid var(--gold-primary);border-radius:1.4cqw;box-shadow:1.4cqw 1.4cqw 0 var(--gold-dark)}.dfl-urlbox-caret{flex:0 0 auto;width:.5cqw;min-width:2px;height:5cqh;background:var(--gold-primary);animation:demo-loop-blink 1s steps(1) infinite}.dfl-urlbox-typed{display:inline-block;overflow:hidden;white-space:nowrap;vertical-align:bottom;max-width:52cqw;font-family:var(--font-retro);font-size:5.2cqw;line-height:1;color:var(--white);animation:demo-loop-type-url var(--dfl-loop) steps(19,end) infinite}@keyframes demo-loop-type-url{0%,2%{max-width:0}11%{max-width:52cqw}to{max-width:52cqw}}.dfl-digbtn{padding:2.6cqh 5cqw;background:var(--gold-primary);color:var(--green-dark);font-family:var(--font-pixel);font-size:2.4cqw;border-radius:1cqw;box-shadow:1cqw 1cqw 0 var(--gold-dark);animation:demo-loop-digbtn var(--dfl-loop) ease-out infinite}@keyframes demo-loop-digbtn{0%,9%{transform:translate(0);box-shadow:1cqw 1cqw 0 var(--gold-dark)}11%{transform:translate(-.4cqw,-.4cqw);box-shadow:1.4cqw 1.4cqw 0 var(--gold-dark)}13%{transform:translate(.3cqw,.4cqh);box-shadow:.3cqw .3cqw 0 var(--gold-dark)}15%{transform:translate(0);box-shadow:1cqw 1cqw 0 var(--gold-dark)}to{transform:translate(0);box-shadow:1cqw 1cqw 0 var(--gold-dark)}}.demo-flow-beat2{justify-content:flex-start;padding-top:9cqh}.dfl-chip{align-self:flex-start;padding:1.6cqh 2.6cqw;background:var(--green-light);border:.35cqw solid var(--gold-primary);border-radius:4cqw;font-family:var(--font-retro);font-size:3.4cqw;line-height:1;color:var(--gold-primary);animation:demo-loop-chip-in var(--dfl-loop) ease-out infinite}@keyframes demo-loop-chip-in{0%,15%{opacity:0;transform:translateY(-40%) scale(.8)}18%{opacity:1;transform:translateY(0) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}.dfl-card{position:relative;width:78cqw;margin-top:3cqh;padding:5cqh 4cqw;display:flex;flex-direction:column;gap:2.6cqh;background:var(--green-medium);border:.5cqw solid var(--gold-dark);border-radius:1.6cqw;box-shadow:1.2cqw 1.2cqw #00000059;animation:demo-loop-card var(--dfl-loop) ease-out infinite}@keyframes demo-loop-card{0%,15%{opacity:0;transform:translateY(8%) scale(.96)}19%{opacity:1;transform:translateY(0) scale(1)}30%{opacity:1;transform:translate(0) scale(1)}33%{opacity:0;transform:translate(-34%) scale(.85)}to{opacity:0;transform:translate(-34%) scale(.85)}}.dfl-ai-badge{position:absolute;top:-2.4cqh;right:2.4cqw;padding:1cqh 2cqw;background:var(--gold-primary);color:var(--green-dark);font-family:var(--font-pixel);font-size:1.9cqw;border-radius:.8cqw;box-shadow:.6cqw .6cqw 0 var(--gold-dark)}@keyframes demo-loop-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.dfl-skel{position:relative}.dfl-skel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;background:linear-gradient(90deg,var(--green-light) 0%,var(--green-accent) 50%,var(--green-light) 100%);background-size:220% 100%;animation:demo-loop-shimmer 1.6s linear infinite,demo-loop-skel-lift var(--dfl-loop) ease-out infinite}.dfl-desc.dfl-skel:before{animation:demo-loop-shimmer 1.6s linear infinite,demo-loop-skel-lift-late var(--dfl-loop) ease-out infinite}@keyframes demo-loop-skel-lift{0%,20%{opacity:1}22%{opacity:0}to{opacity:0}}@keyframes demo-loop-skel-lift-late{0%,22%{opacity:1}24%{opacity:0}to{opacity:0}}.dfl-label{align-self:flex-start;display:inline-block;padding:1.2cqh 2.6cqw;border-radius:.9cqw;background:var(--gold-primary)}.dfl-label-text{font-family:var(--font-pixel);font-size:3cqw;line-height:1.2;color:var(--green-dark)}.dfl-desc{width:100%;margin:0;padding:.4cqh 0;font-family:var(--font-retro);font-size:3.6cqw;line-height:1.25;color:var(--white)}.dfl-tags{display:flex;flex-wrap:wrap;gap:1.6cqh 2cqw;margin-top:1cqh}.dfl-tag{padding:.9cqh 2cqw;border-radius:2.4cqw;background:var(--green-light);border:.3cqw solid var(--green-accent);font-family:var(--font-retro);font-size:2.8cqw;line-height:1;white-space:nowrap;color:var(--white)}.dfl-tag1{animation:demo-loop-tag1 var(--dfl-loop) cubic-bezier(.2,1.4,.4,1) infinite}.dfl-tag2{animation:demo-loop-tag2 var(--dfl-loop) cubic-bezier(.2,1.4,.4,1) infinite}.dfl-tag3{animation:demo-loop-tag3 var(--dfl-loop) cubic-bezier(.2,1.4,.4,1) infinite}.dfl-tag4{animation:demo-loop-tag4 var(--dfl-loop) cubic-bezier(.2,1.4,.4,1) infinite}@keyframes demo-loop-tag1{0%,23%{opacity:0;transform:scale(0)}26%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}@keyframes demo-loop-tag2{0%,24%{opacity:0;transform:scale(0)}27%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}@keyframes demo-loop-tag3{0%,26%{opacity:0;transform:scale(0)}29%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}@keyframes demo-loop-tag4{0%,27%{opacity:0;transform:scale(0)}30%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.dfl-rail{flex:0 0 32cqw;display:flex;flex-direction:column;gap:1.4cqh;padding:1.4cqh 0}.dfl-sub{display:flex;align-items:center;gap:1.4cqw;padding:1.2cqh 1.8cqw;background:var(--green-medium);border:.3cqw solid var(--green-light);border-radius:4cqw;animation:demo-loop-sub-in var(--dfl-loop) ease-out infinite}.dfl-sub:nth-child(1){animation-name:demo-loop-sub-in-1}.dfl-sub:nth-child(2){animation-name:demo-loop-sub-in-2}.dfl-sub:nth-child(3){animation-name:demo-loop-sub-in-3}.dfl-sub:nth-child(4){animation-name:demo-loop-sub-in-4}.dfl-sub:nth-child(5){animation-name:demo-loop-sub-in-5}.dfl-sub:nth-child(6){animation-name:demo-loop-sub-in-6}.dfl-sub:nth-child(7){animation-name:demo-loop-sub-in-7}.dfl-sub:nth-child(8){animation-name:demo-loop-sub-in-8}@keyframes demo-loop-sub-in-1{0%,33%{opacity:0;transform:translate(-20%)}35%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-2{0%,33.6%{opacity:0;transform:translate(-20%)}35.6%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-3{0%,34.2%{opacity:0;transform:translate(-20%)}36.2%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-4{0%,34.8%{opacity:0;transform:translate(-20%)}36.8%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-5{0%,35.4%{opacity:0;transform:translate(-20%)}37.4%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-6{0%,36%{opacity:0;transform:translate(-20%)}38%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-7{0%,36.6%{opacity:0;transform:translate(-20%)}38.6%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes demo-loop-sub-in-8{0%,37.2%{opacity:0;transform:translate(-20%)}39.2%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}.dfl-sub-dot{flex:0 0 auto;width:2cqw;height:2cqw;border-radius:50%;background:var(--success);animation:demo-loop-dot-pulse 1.4s ease-in-out infinite}.dfl-sub:nth-child(2n) .dfl-sub-dot{animation-delay:.5s}@keyframes demo-loop-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(1.5)}}.dfl-sub-label{font-family:var(--font-retro);font-size:2.6cqw;line-height:1;white-space:nowrap;overflow:hidden;color:var(--white)}.dfl-feed{position:relative;flex:1 1 auto;display:flex;flex-direction:column;gap:2.4cqh;padding:2cqh 1cqw;min-width:0}.dfl-lead{position:relative;z-index:2;display:flex;align-items:center;gap:2cqw;padding:2.4cqh 2.4cqw;background:var(--green-medium);border:.4cqw solid var(--gold-dark);border-radius:1.2cqw;box-shadow:.8cqw .8cqw #0000004d}.dfl-lead1{animation:demo-loop-lead1 var(--dfl-loop) cubic-bezier(.2,.9,.3,1) infinite}.dfl-lead2{animation:demo-loop-lead2 var(--dfl-loop) cubic-bezier(.2,.9,.3,1) infinite}.dfl-lead3{animation:demo-loop-lead3 var(--dfl-loop) cubic-bezier(.2,.9,.3,1) infinite}@keyframes demo-loop-lead1{0%,36%{opacity:0;transform:translateY(-45%) scale(.9)}39%{opacity:1;transform:translateY(0) scale(1)}46%{opacity:1;transform:translateY(0) scale(1);border-color:var(--gold-dark)}48%{opacity:1;transform:translateY(0) scale(1.06);border-color:var(--gold-primary)}to{opacity:1;transform:translateY(0) scale(1.06);border-color:var(--gold-primary)}}@keyframes demo-loop-lead2{0%,40%{opacity:0;transform:translateY(-45%) scale(.9)}42%{opacity:1;transform:translateY(0) scale(1)}46%{opacity:1}48%{opacity:.2}to{opacity:.2}}@keyframes demo-loop-lead3{0%,43%{opacity:0;transform:translateY(-45%) scale(.9)}45%{opacity:1;transform:translateY(0) scale(1)}46%{opacity:1}48%{opacity:.2}to{opacity:.2}}.dfl-lead-tag{flex:0 0 auto;padding:.8cqh 1.6cqw;background:var(--green-dark);border-radius:2cqw;font-family:var(--font-retro);font-size:2.8cqw;line-height:1;color:var(--gold-primary)}.dfl-lead-title{flex:1 1 auto;height:3cqh;min-width:6cqw;border-radius:.6cqw;background:var(--green-light)}.dfl-lead-hero{flex-direction:column;align-items:stretch;gap:1.2cqh}.dfl-lead-top{display:flex;align-items:center;justify-content:space-between;gap:2cqw}.dfl-post-title{font-family:var(--font-retro);font-size:3cqw;line-height:1.15;color:var(--white)}.dfl-post-snippet{font-family:var(--font-retro);font-size:2.5cqw;line-height:1.2;color:var(--gray)}.dfl-conf{flex:0 0 auto;display:block;overflow:hidden;height:4cqw;padding:0 1.4cqw;font-family:var(--font-pixel);font-size:2.4cqw;line-height:4cqw;color:var(--success)}.dfl-conf-static{line-height:4cqw}.dfl-conf-hot{color:var(--gold-primary)}.dfl-spark{position:absolute;top:-1.6cqh;right:1.4cqw;z-index:3;font-size:3.6cqw;line-height:1;color:var(--gold-light);opacity:0;animation:demo-loop-spark var(--dfl-loop) ease-out infinite}@keyframes demo-loop-spark{0%,44%{opacity:0;transform:scale(0) rotate(0)}46%{opacity:1;transform:scale(1.3) rotate(90deg)}48%{opacity:0;transform:scale(.6) rotate(160deg)}to{opacity:0;transform:scale(.6) rotate(160deg)}}.dfl-selected-lead{display:flex;align-items:center;gap:2cqw;width:74cqw;padding:2.6cqh 3cqw;background:var(--green-medium);border:.5cqw solid var(--gold-primary);border-radius:1.2cqw;box-shadow:1cqw 1cqw 0 var(--gold-dark);animation:demo-loop-selected var(--dfl-loop) cubic-bezier(.2,1.2,.4,1) infinite}@keyframes demo-loop-selected{0%,50%{opacity:0;transform:translateY(-20%) scale(.92)}52.5%{opacity:1;transform:translateY(0) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}.dfl-selected-title{flex:1 1 auto;min-width:0;font-family:var(--font-retro);font-size:2.6cqw;line-height:1.15;color:var(--white)}.dfl-composer{position:relative;width:74cqw;padding:4cqh 3cqw;display:flex;flex-direction:column;gap:2.4cqh;background:var(--green-dark);border:.5cqw solid var(--gold-primary);border-radius:1.4cqw;animation:demo-loop-composer-in var(--dfl-loop) ease-out infinite,demo-loop-composer-glow 2s ease-in-out infinite}@keyframes demo-loop-composer-in{0%,51%{opacity:0;transform:translateY(14%)}54%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes demo-loop-composer-glow{0%,to{box-shadow:.8cqw .8cqw 0 var(--gold-dark)}50%{box-shadow:.8cqw .8cqw 0 var(--gold-dark),0 0 2.4cqw #ffd7008c}}.dfl-reply{display:flex;flex-direction:column;gap:1.4cqh}.dfl-reply-line{max-width:0;overflow:hidden;white-space:nowrap;font-family:var(--font-retro);font-size:3cqw;line-height:1.25;color:var(--white)}.dfl-reply-l1{animation:demo-loop-type-r1 var(--dfl-loop) steps(36,end) infinite}.dfl-reply-l2{animation:demo-loop-type-r2 var(--dfl-loop) steps(36,end) infinite}.dfl-reply-l3{animation:demo-loop-type-r3 var(--dfl-loop) steps(38,end) infinite}@keyframes demo-loop-type-r1{0%,54%{max-width:0}58%{max-width:66cqw}to{max-width:66cqw}}@keyframes demo-loop-type-r2{0%,58%{max-width:0}61%{max-width:66cqw}to{max-width:66cqw}}@keyframes demo-loop-type-r3{0%,61%{max-width:0}64%{max-width:66cqw}to{max-width:66cqw}}.dfl-reply-caret{display:inline-block;width:.5cqw;min-width:2px;height:3cqh;margin-left:.8cqw;vertical-align:middle;background:var(--gold-primary);animation:demo-loop-blink 1s steps(1) infinite}.dfl-copybtn{position:relative;align-self:flex-end;min-width:30cqw;padding:2cqh 4cqw;text-align:center;background:var(--gold-primary);color:var(--green-dark);font-family:var(--font-pixel);font-size:2.2cqw;border-radius:1cqw;box-shadow:.8cqw .8cqw 0 var(--gold-dark);animation:demo-loop-copybtn var(--dfl-loop) ease-out infinite}@keyframes demo-loop-copybtn{0%,64%{transform:scale(1);box-shadow:.8cqw .8cqw 0 var(--gold-dark)}65.5%{transform:scale(1.08);box-shadow:1.2cqw 1.2cqw 0 var(--gold-dark)}67%{transform:scale(.96) translateY(.4cqh);box-shadow:.2cqw .2cqw 0 var(--gold-dark)}68.5%{transform:scale(1) translateY(0);box-shadow:.8cqw .8cqw 0 var(--gold-dark)}to{transform:scale(1);box-shadow:.8cqw .8cqw 0 var(--gold-dark)}}.dfl-copybtn-label{animation:demo-loop-copy-label var(--dfl-loop) steps(1) infinite}@keyframes demo-loop-copy-label{0%,66.5%{opacity:1}67%,to{opacity:0}}.dfl-copybtn-done{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-pixel);font-size:2.2cqw;color:var(--green-dark);opacity:0;animation:demo-loop-copy-done var(--dfl-loop) steps(1) infinite}@keyframes demo-loop-copy-done{0%,66.5%{opacity:0}67%,to{opacity:1}}.dfl-thread{width:100%;height:100%;display:flex;flex-direction:column;gap:2.2cqh;padding:2.6cqh 3.2cqw}.dfl-browserbar{display:flex;align-items:center;gap:1.6cqw;width:100%;padding:1cqh 2.2cqw;background:var(--dfl-reddit-soft);border:.4cqw solid var(--dfl-reddit);border-radius:1cqw;box-shadow:.6cqw .6cqw 0 var(--dfl-reddit-deep);animation:demo-loop-b5-postin var(--dfl-loop) ease-out infinite}.dfl-snoo{flex:0 0 auto;width:3cqw;height:3cqw;color:var(--dfl-reddit)}.dfl-urlfield{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:1.2cqw;padding:.8cqh 2cqw;background:var(--green-dark);border:.3cqw solid var(--dfl-reddit-deep);border-radius:3cqw}.dfl-lock{flex:0 0 auto;width:1.5cqw;height:1.5cqw;border-radius:.3cqw;background:var(--success)}.dfl-addr{font-family:var(--font-retro);font-size:2.6cqw;line-height:1;color:var(--white);white-space:nowrap;overflow:hidden}.dfl-thread-post{display:flex;align-items:stretch;gap:2.4cqw;padding:2cqh 3cqw;background:var(--dfl-reddit-soft);border:.4cqw solid var(--dfl-reddit);border-radius:1.2cqw;box-shadow:.8cqw .8cqw 0 var(--dfl-reddit-deep);animation:demo-loop-b5-postin var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b5-postin{0%,69%{opacity:0;transform:translateY(-12%)}72%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.dfl-votes{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8cqh}.dfl-vote-up,.dfl-vote-down{width:0;height:0;border-left:1.4cqw solid transparent;border-right:1.4cqw solid transparent}.dfl-vote-up{border-bottom:1.8cqw solid var(--dfl-reddit)}.dfl-vote-down{border-top:1.8cqw solid var(--gray)}.dfl-vote-count{font-family:var(--font-pixel);font-size:1.8cqw;line-height:1;color:var(--white)}.dfl-post-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1cqh}.dfl-post-main .dfl-lead-tag{align-self:flex-start;background:var(--dfl-reddit);color:var(--green-dark)}.dfl-thread-title{font-family:var(--font-retro);font-size:2.8cqw;line-height:1.15;color:var(--white)}.dfl-post-meta{align-self:flex-start;display:flex;align-items:center;gap:1cqw;font-family:var(--font-retro);font-size:2.2cqw;line-height:1;color:var(--gray)}.dfl-cmt-ico{flex:0 0 auto;width:2.4cqw;height:2.4cqw;color:var(--gray)}.dfl-commentbox{position:relative;flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;gap:2.2cqh;padding:3cqh 3cqw;background:var(--dfl-reddit-soft);border:.5cqw solid var(--dfl-reddit-deep);border-left-width:1cqw;border-radius:1.4cqw;animation:demo-loop-b5-box var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b5-box{0%,70%{opacity:0;transform:translateY(12%);border-color:var(--dfl-reddit-deep)}73%{opacity:1;transform:translateY(0);border-color:var(--dfl-reddit-deep)}81%{border-color:var(--dfl-reddit-deep)}83%{border-color:var(--dfl-reddit)}to{opacity:1;transform:translateY(0);border-color:var(--dfl-reddit)}}.dfl-comment-byline{position:absolute;top:-2.4cqh;left:2.4cqw;padding:.7cqh 1.8cqw;background:var(--dfl-reddit);border-radius:.8cqw;font-family:var(--font-pixel);font-size:1.8cqw;line-height:1;color:var(--green-dark);animation:demo-loop-b5-byline var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b5-byline{0%,81%{opacity:0}83%{opacity:1}to{opacity:1}}.dfl-commentbox-text{font-family:var(--font-retro);font-size:3cqw;line-height:1.3;color:var(--white);animation:demo-loop-b5-paste var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b5-paste{0%,73%{opacity:0;transform:translateY(8%)}75.5%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.dfl-commentbar{display:flex;align-items:center;justify-content:flex-end;gap:2.4cqw;animation:demo-loop-b5-bar var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b5-bar{0%,72%{opacity:0}75%{opacity:1}80%{opacity:1}82%{opacity:0}to{opacity:0}}.dfl-dm-pill{padding:1.4cqh 2.6cqw;background:var(--green-dark);border:.4cqw solid var(--dfl-reddit);border-radius:3cqw;font-family:var(--font-pixel);font-size:1.9cqw;line-height:1;color:var(--dfl-reddit);animation:demo-loop-dm-glow 1.8s ease-in-out infinite}@keyframes demo-loop-dm-glow{0%,to{box-shadow:0 0 #ff450000}50%{box-shadow:0 0 2.2cqw #ff4500b3}}.dfl-commentbtn{padding:1.6cqh 3.4cqw;background:var(--dfl-reddit);color:var(--green-dark);font-family:var(--font-pixel);font-size:2cqw;line-height:1;border-radius:1cqw;box-shadow:.8cqw .8cqw 0 var(--dfl-reddit-deep);animation:demo-loop-b5-commentbtn var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b5-commentbtn{0%,77%{transform:scale(1);box-shadow:.8cqw .8cqw 0 var(--dfl-reddit-deep)}78.2%{transform:scale(1.06);box-shadow:1.2cqw 1.2cqw 0 var(--dfl-reddit-deep)}79.6%{transform:scale(.96) translateY(.4cqh);box-shadow:.2cqw .2cqw 0 var(--dfl-reddit-deep)}81%{transform:scale(1) translateY(0);box-shadow:.8cqw .8cqw 0 var(--dfl-reddit-deep)}to{transform:scale(1);box-shadow:.8cqw .8cqw 0 var(--dfl-reddit-deep)}}.dfl-dm-bubble{position:relative;width:70cqw;display:flex;flex-direction:column;gap:1.6cqh;padding:2.8cqh 3.4cqw;background:var(--dfl-reddit-soft);border:.5cqw solid var(--dfl-reddit);border-radius:1.6cqw 1.6cqw 1.6cqw .4cqw;box-shadow:.8cqw .8cqw 0 var(--dfl-reddit-deep);animation:demo-loop-b6-bubble var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b6-bubble{0%,85.5%{opacity:0;transform:translateY(12%) scale(.96)}87%{opacity:1;transform:translateY(0) scale(1)}92%{opacity:1;transform:translateY(0) scale(1)}93.5%{opacity:0;transform:translateY(-8%) scale(.98)}to{opacity:0;transform:translateY(-8%) scale(.98)}}.dfl-dm-head{display:flex;align-items:center;gap:1.6cqw}.dfl-dm-avatar{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:4.2cqw;height:4.2cqw;border-radius:50%;background:var(--dfl-reddit);color:var(--green-dark);font-family:var(--font-pixel);font-size:2cqw;line-height:1}.dfl-dm-from{font-family:var(--font-pixel);font-size:1.8cqw;line-height:1;color:var(--dfl-reddit)}.dfl-dm-text{font-family:var(--font-retro);font-size:3cqw;line-height:1.3;color:var(--white)}.dfl-dm-via{align-self:flex-end;font-family:var(--font-retro);font-size:2cqw;line-height:1;color:var(--dfl-reddit)}.dfl-deal{position:absolute;top:50%;left:50%;margin:-.6cqw 0 0 -.6cqw;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:2.2cqh;padding:4.4cqh 6cqw;background:var(--green-medium);border:.6cqw solid var(--gold-primary);border-radius:1.8cqw;box-shadow:1.2cqw 1.2cqw 0 var(--gold-dark);animation:demo-loop-b6-deal var(--dfl-loop) cubic-bezier(.2,1.2,.4,1) infinite}@keyframes demo-loop-b6-deal{0%,91.5%{opacity:0;transform:translate(-50%,-50%) scale(.9)}93.5%{opacity:1;transform:translate(-50%,-50%) scale(1)}99.5%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.96)}}.dfl-deal-badge{position:relative;display:flex;align-items:center;justify-content:center;width:13cqw;height:13cqw;border-radius:50%;background:var(--green-dark);border:.9cqw solid var(--gold-primary);box-shadow:.6cqw .6cqw 0 var(--gold-dark);animation:demo-loop-b6-badge var(--dfl-loop) cubic-bezier(.2,1.7,.4,1) infinite}@keyframes demo-loop-b6-badge{0%,91.5%{opacity:0;transform:scale(0)}93.5%{opacity:1;transform:scale(1.15)}94.5%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.dfl-deal-badge:after{content:"";position:absolute;top:-1.4cqw;right:-1.4cqw;bottom:-1.4cqw;left:-1.4cqw;border-radius:50%;border:.4cqw solid var(--gold-primary);opacity:0;animation:demo-loop-b6-ring var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b6-ring{0%,93%{opacity:0;transform:scale(.75)}94.5%{opacity:.85;transform:scale(1)}96.5%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.dfl-deal-check{font-family:var(--font-pixel);font-size:5.6cqw;line-height:1;color:var(--gold-primary);animation:demo-loop-b6-check var(--dfl-loop) cubic-bezier(.2,1.6,.4,1) infinite}@keyframes demo-loop-b6-check{0%,92.5%{opacity:0;transform:scale(.4)}94.5%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.dfl-deal-title{position:relative;font-family:var(--font-pixel);font-size:5.2cqw;line-height:1;color:var(--gold-primary);text-shadow:.5cqw .5cqw 0 var(--gold-dark);animation:demo-loop-b6-title var(--dfl-loop) cubic-bezier(.2,1.8,.35,1) infinite}.dfl-deal-title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 40%,rgba(255,215,0,.55) 50%,transparent 60%);background-size:260% 100%;background-position:130% 0;opacity:0;animation:demo-loop-b6-shine var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b6-shine{0%,94.5%{background-position:130% 0;opacity:0}95.5%{opacity:1}98%{background-position:-130% 0;opacity:1}98.5%{background-position:-130% 0;opacity:0}to{background-position:-130% 0;opacity:0}}@keyframes demo-loop-b6-title{0%,93%{opacity:0;transform:scale(1.4)}94.5%{opacity:1;transform:scale(.95)}95.3%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}.dfl-deal-sub{font-family:var(--font-retro);font-size:3cqw;line-height:1;color:var(--white);animation:demo-loop-b6-sub var(--dfl-loop) ease-out infinite}@keyframes demo-loop-b6-sub{0%,94.2%{opacity:0;transform:translateY(25%)}95.3%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes demo-loop-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion: reduce){.demo-flow-sweep,.demo-flow-progress-fill,.dfl-spark{display:none}.dfl-deal-title:after{display:none}.dfl-brand{animation:demo-loop-brand-rm calc(var(--dfl-loop) * .7) ease-in-out infinite!important}@keyframes demo-loop-brand-rm{0%,47%{opacity:.9}52%,72%{opacity:0}77%,to{opacity:.9}}.demo-flow-beat1,.demo-flow-beat2{display:none}.demo-flow-beat *{animation:none!important}.demo-flow-beat3{opacity:0;animation:demo-loop-rm-3 calc(var(--dfl-loop) * .7) ease-in-out infinite!important}.demo-flow-beat4{opacity:0;transform:none;animation:demo-loop-rm-4 calc(var(--dfl-loop) * .7) ease-in-out infinite!important}.demo-flow-beat5{opacity:0;animation:demo-loop-rm-5 calc(var(--dfl-loop) * .7) ease-in-out infinite!important}.demo-flow-beat6{opacity:0;animation:demo-loop-rm-6 calc(var(--dfl-loop) * .7) ease-in-out infinite!important}.dfl-sub,.dfl-lead,.dfl-selected-lead,.dfl-composer,.dfl-browserbar,.dfl-thread-post,.dfl-commentbox,.dfl-commentbox-text,.dfl-comment-byline,.dfl-deal,.dfl-deal-badge,.dfl-deal-check,.dfl-deal-title,.dfl-deal-sub{opacity:1!important;transform:none!important}.dfl-reply-line{max-width:66cqw!important}.dfl-sub-dot{opacity:1!important;transform:none!important}.dfl-composer{box-shadow:.8cqw .8cqw 0 var(--gold-dark)!important}.dfl-copybtn-label{opacity:0!important}.dfl-copybtn-done{opacity:1!important}.dfl-commentbox{border-color:var(--dfl-reddit)!important}.dfl-commentbar{opacity:0!important}.dfl-deal{transform:translate(-50%,-50%)!important}.dfl-dm-bubble{opacity:0!important}@keyframes demo-loop-rm-3{0%,22%{opacity:1}27%,97%{opacity:0}to{opacity:1}}@keyframes demo-loop-rm-4{0%,22%{opacity:0}27%,47%{opacity:1}52%,to{opacity:0}}@keyframes demo-loop-rm-5{0%,47%{opacity:0}52%,72%{opacity:1}77%,to{opacity:0}}@keyframes demo-loop-rm-6{0%,72%{opacity:0}77%,97%{opacity:1}to{opacity:0}}}.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);font-weight:400}.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:1260px;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(4,minmax(0,300px));justify-content:center;gap:14px;padding-top:1.5rem;overflow:visible}@media (max-width: 860px){.plan-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.plan-grid{grid-template-columns:1fr}}.annual-price-highlight{color:var(--gold-primary);font-weight:400}.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}.upgrade-confirm-btn:disabled,.upgrade-confirm-btn:disabled:hover{opacity:.5;cursor:not-allowed;transform:none;box-shadow:3px 3px #0000004d}.upgrade-confirm-renewal{font-family:VT323,monospace;font-size:1.15rem;line-height:1.5;color:#ffffffd9;margin:0 0 1.5rem;padding:.75rem 1rem;background:#0003;border-left:3px solid var(--gold-primary)}.upgrade-confirm-renewal strong{font-weight:400;font-size:1.3rem;color:var(--gold-primary)}.upgrade-confirm-terms{font-family:VT323,monospace;font-size:1rem;line-height:1.5;color:#fff9;text-align:center;margin:0;padding:0 1.5rem 1.25rem}.upgrade-confirm-terms a{color:var(--gold-primary);text-decoration:underline}.upgrade-confirm-terms a:hover{color:#ffed4e}.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}.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}.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}}.billing-cycle-toggle{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;align-items:center}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:confirmFadeIn .15s ease}@keyframes confirmFadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal-content{background:var(--green-medium);border:4px solid var(--gold-dark);border-radius:8px;box-shadow:8px 8px #0000004d;max-width:480px;width:95%;animation:confirmSlideUp .2s ease}@keyframes confirmSlideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-modal-header{background:var(--green-dark);border-bottom:3px solid var(--gold-dark);padding:1.25rem 1.5rem}.confirm-modal-header h3{margin:0;font-family:"Press Start 2P",monospace;font-size:.9rem;color:var(--gold-primary);letter-spacing:1px}.confirm-modal-body{padding:1.5rem}.confirm-modal-message{margin:0;font-family:VT323,monospace;font-size:1.35rem;line-height:1.4;color:#fff}.confirm-modal-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.confirm-modal-btn{flex:1;padding:.85rem 1rem;font-family:"Press Start 2P",monospace;font-size:.6rem;letter-spacing:1px;border:3px solid var(--gold-dark);border-radius:6px;cursor:pointer;transition:transform .1s ease,background .1s ease,color .1s ease}.confirm-modal-btn:disabled{opacity:.55;cursor:not-allowed}.confirm-modal-cancel{background:transparent;color:var(--gold-primary)}.confirm-modal-cancel:not(:disabled):hover{background:var(--gold-primary);color:var(--green-dark)}.confirm-modal-confirm{background:var(--gold-primary);color:var(--green-dark);box-shadow:3px 3px #0000004d}.confirm-modal-confirm:not(:disabled):hover{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}.confirm-modal-confirm-danger{background:#e5484d;color:#fff;border-color:#a1272b}.confirm-modal-confirm-danger:not(:disabled):hover{background:#c93b40}.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}}.notification-volume{margin-bottom:.5rem;font-weight:700}.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-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{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-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}.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)}}.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}.subreddit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2500;animation:fadeIn .2s ease-out;padding:1rem;overflow-y:auto}.subreddit-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px 0 var(--gold-dark);max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.subreddit-modal-header{background:var(--green-medium);border-bottom:3px solid var(--gold-dark);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.subreddit-modal-header h2{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:1px}.modal-close-btn{background:transparent;border:none;font-size:2rem;color:var(--gray);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .15s}.modal-close-btn:hover{color:var(--gold-primary)}.subreddit-modal-status{background:#2a4a2a80;border-bottom:2px solid var(--gold-dark);padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.status-count{font-family:VT323,monospace;font-size:1.3rem;color:var(--white)}.status-plan{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);background:var(--green-dark);padding:.4rem .8rem;border:2px solid var(--gold-dark)}.modal-error,.modal-success{padding:1rem 1.5rem;font-family:VT323,monospace;font-size:1.2rem;border-bottom:2px solid}.modal-error{background:#ff44441a;border-bottom-color:#f44;color:#f44}.modal-success{background:#4ade801a;border-bottom-color:var(--success);color:var(--success)}.subreddit-modal-tabs{display:flex;background:var(--green-medium);border-bottom:3px solid var(--gold-dark)}.tab-btn{flex:1;background:transparent;border:none;border-right:2px solid var(--gold-dark);padding:1rem;font-family:"Press Start 2P",cursive;font-size:.55rem;color:var(--gray);cursor:pointer;transition:all .15s}.tab-btn:last-child{border-right:none}.tab-btn:hover{background:#ffd7001a;color:var(--white)}.tab-btn.active{background:var(--green-dark);color:var(--gold-primary);box-shadow:inset 0 3px 0 var(--gold-dark)}.subreddit-modal-content{flex:1;overflow-y:auto;padding:1.5rem}.tab-content{min-height:300px}.tab-loading,.tab-empty{text-align:center;padding:3rem 1rem;font-family:VT323,monospace;color:var(--gray)}.tab-loading{font-size:1.5rem;animation:blink 1s infinite}.tab-empty p{font-size:1.3rem;margin:.5rem 0}.tab-empty-hint{font-size:1.1rem!important;opacity:.7}.current-subreddits-list{display:flex;flex-direction:column;gap:1rem}.current-subreddit-card{background:#2a4a2a4d;border:3px solid var(--gold-dark);padding:1.25rem;transition:all .2s}.current-subreddit-card:hover{border-color:var(--gold-primary);transform:translate(4px)}.current-subreddit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.current-subreddit-name{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);margin:0;word-break:break-word}.remove-btn{background:transparent;border:2px solid #dc2626;color:#dc2626;padding:.5rem 1rem;font-family:"Press Start 2P",cursive;font-size:.45rem;cursor:pointer;transition:all .15s;flex-shrink:0}.remove-btn:hover{background:#dc2626;color:var(--white);transform:translate(-1px,-1px);box-shadow:2px 2px #dc262680}.current-subreddit-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.current-relevance-badge{background:var(--success);color:var(--green-dark);padding:.3rem .6rem;font-family:"Press Start 2P",cursive;font-size:.45rem;border:2px solid var(--success)}.current-subscribers,.current-leads-count{font-family:VT323,monospace;font-size:1rem;color:var(--gray);padding:.3rem .6rem;border:2px solid var(--gray)}.current-relevance-reason{font-family:VT323,monospace;font-size:1.1rem;color:var(--white);line-height:1.4;margin:0 0 .5rem}.ai-suggested-badge{display:inline-block;background:#4ade8033;color:var(--success);padding:.3rem .6rem;font-family:"Press Start 2P",cursive;font-size:.4rem;border:2px solid var(--success)}.discover-empty{text-align:center;padding:3rem 1rem}.discover-empty p{font-family:VT323,monospace;font-size:1.3rem;color:var(--gray);margin-bottom:2rem}.discover-btn{background:var(--gold-primary);border:3px solid var(--gold-dark);padding:1rem 2rem;font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark)}.discover-btn:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.discover-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.discover-btn:disabled{opacity:.7;cursor:not-allowed}.suggestions-list{display:flex;flex-direction:column;gap:1rem}.suggestion-card{background:#2a4a2a4d;border:3px solid var(--gold-dark);padding:1.25rem;transition:all .2s}.suggestion-card:hover:not(.already-monitored){border-color:var(--gold-primary);transform:translate(4px)}.suggestion-card.already-monitored{opacity:.6;border-style:dashed}.suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.suggestion-name{font-family:"Press Start 2P",cursive;font-size:.7rem;color:var(--gold-primary);margin:0;word-break:break-word}.add-btn{background:var(--gold-primary);border:2px solid var(--gold-dark);color:var(--green-dark);padding:.5rem 1rem;font-family:"Press Start 2P",cursive;font-size:.45rem;cursor:pointer;transition:all .15s;flex-shrink:0}.add-btn:hover:not(:disabled){background:var(--gold-light);transform:translate(-1px,-1px);box-shadow:2px 2px 0 var(--gold-dark)}.add-btn:disabled{opacity:.5;cursor:not-allowed}.already-added-badge{background:var(--success);color:var(--green-dark);padding:.5rem 1rem;font-family:"Press Start 2P",cursive;font-size:.45rem;border:2px solid var(--success);flex-shrink:0}.suggestion-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.suggestion-relevance-badge{background:var(--success);color:var(--green-dark);padding:.3rem .6rem;font-family:"Press Start 2P",cursive;font-size:.45rem;border:2px solid var(--success)}.suggestion-subscribers{font-family:VT323,monospace;font-size:1rem;color:var(--gray);padding:.3rem .6rem;border:2px solid var(--gray)}.suggestion-reason{font-family:VT323,monospace;font-size:1.1rem;color:var(--white);line-height:1.4;margin:0}.rediscover-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;width:100%;margin-top:.5rem}.rediscover-btn:hover:not(:disabled){background:var(--gold-primary);color:var(--green-dark)}.rediscover-btn:disabled{opacity:.5;cursor:not-allowed}.manual-add-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);margin-bottom:.75rem;letter-spacing:1px}.manual-input,.manual-textarea{width:100%;background:var(--green-medium);border:3px solid var(--gold-dark);padding:.75rem 1rem;font-family:VT323,monospace;font-size:1.2rem;color:var(--white);box-sizing:border-box}.manual-input:focus,.manual-textarea:focus{outline:none;border-color:var(--gold-primary)}.manual-textarea{resize:vertical;min-height:100px}.input-hint{font-family:VT323,monospace;font-size:1rem;color:var(--gray);margin-top:.5rem;margin-bottom:0}.manual-add-btn{width:100%;background:var(--gold-primary);border:3px solid var(--gold-dark);padding:1rem 2rem;font-family:"Press Start 2P",cursive;font-size:.6rem;color:var(--green-dark);cursor:pointer;transition:all .15s;box-shadow:4px 4px 0 var(--gold-dark)}.manual-add-btn:hover:not(:disabled){background:var(--gold-light);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--gold-dark)}.manual-add-btn:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px 0 var(--gold-dark)}.manual-add-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:4px 4px 0 var(--gold-dark)}.limit-reached-hint{font-family:VT323,monospace;font-size:1.1rem;color:#ff9800;text-align:center;margin-top:1rem;margin-bottom:0}.remove-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 .2s ease-out}.remove-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}.remove-confirm-header{background:var(--green-medium);border-bottom:3px solid var(--gold-dark);padding:1.25rem 1.5rem}.remove-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}.remove-confirm-body{padding:2rem 1.5rem;text-align:center}.remove-confirm-message{font-family:VT323,monospace;font-size:1.3rem;color:var(--white);margin:0 0 1rem;line-height:1.5}.remove-confirm-submessage{font-family:VT323,monospace;font-size:1.1rem;color:var(--gray);margin:0;line-height:1.5}.remove-confirm-actions{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid var(--gold-dark);justify-content:center}.remove-confirm-btn{font-family:"Press Start 2P",cursive;font-size:.55rem;padding:.85rem 1.75rem;border:3px solid;cursor:pointer;transition:all .15s;box-shadow:3px 3px #0000004d;min-width:140px}.remove-confirm-cancel{background:transparent;border-color:var(--gold-dark);color:var(--gray)}.remove-confirm-cancel:hover{background:var(--gold-dark);color:var(--white);transform:translate(-1px,-1px);box-shadow:4px 4px #0000004d}.remove-confirm-remove{background:#dc2626;border-color:#b91c1c;color:var(--white);box-shadow:4px 4px #b91c1c}.remove-confirm-remove:hover{background:#ef4444;transform:translate(-1px,-1px);box-shadow:5px 5px #b91c1c}.remove-confirm-remove:active,.remove-confirm-cancel:active{transform:translate(1px,1px);box-shadow:2px 2px #0000004d}@media (max-width: 768px){.subreddit-modal{max-height:95vh}.subreddit-modal-header h2{font-size:.65rem}.subreddit-modal-tabs{flex-direction:column}.tab-btn{border-right:none;border-bottom:2px solid var(--gold-dark)}.tab-btn:last-child{border-bottom:none}.subreddit-modal-content{padding:1rem}.current-subreddit-header{flex-direction:column;align-items:flex-start}.remove-btn{align-self:flex-end}.suggestion-header{flex-direction:column;align-items:flex-start}.add-btn,.already-added-badge{align-self:flex-end}}.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}.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;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;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}.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-section+.subreddit-monitoring-section{margin-top:2.5rem}.subreddit-monitoring-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;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)}.leads-searching-banner{display:flex;align-items:center;gap:.75rem;margin:0 0 1rem;padding:.75rem 1rem;background:var(--green-medium);border:2px solid var(--gold-dark);color:var(--gold-primary);font-family:VT323,monospace;font-size:1.15rem}.leads-searching-banner .loading-spinner{width:22px;height:22px;border:3px solid var(--gold-dark);border-top:3px solid var(--gold-primary);border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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}.no-subreddits-hunting p:first-child{color:var(--gold-primary);position:relative;display:inline-block}.no-subreddits-hunting p:first-child:after{content:"";display:inline-block;width:0;overflow:hidden;vertical-align:bottom;animation:lp-hunting-dots 1.4s steps(4,end) infinite}@keyframes lp-hunting-dots{0%{width:0}to{width:1.5em}}.no-subreddits-hunting .no-subreddits-sub{margin-top:.5rem;font-size:1.05rem;color:var(--gray)}.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:2.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:center;padding-bottom:.5rem;border-bottom:2px solid rgba(184,134,11,.3);width:100%}.leads-header-subcount{display:block;margin-top:.5rem;font-size:.7em;color:#ffffff80;text-shadow:none}.leads-scanned-stat{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.15rem .5rem;font-family:VT323,monospace;font-size:1.05rem;line-height:1.3;color:#ffffff8c;margin:.1rem 0 0;width:100%}.leads-scanned-count strong{color:var(--gold-primary);font-weight:400}.leads-scanned-saved{color:#fffc}.leads-scanned-saved strong{color:var(--success);font-weight:400;text-shadow:0 0 8px rgba(74,222,128,.35)}.leads-scanned-sep{color:#ffffff40}.leads-scanned-equiv{font-size:.85rem;color:#ffffff80;border:1px solid rgba(255,255,255,.15);padding:.05rem .4rem;border-radius:2px;white-space:nowrap}.leads-scanned-basis{font-size:.85rem;color:#ffffff4d;white-space:nowrap}.leads-scanned-basis:before{content:"@ "}.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;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;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}.reset-filters-btn{margin-left:auto;align-self:stretch;background:transparent;border:2px solid var(--gold-dark);padding:.4rem .7rem;font-family:"Press Start 2P",cursive;font-size:.45rem;letter-spacing:.5px;text-transform:uppercase;color:var(--gold-primary);cursor:pointer;white-space:nowrap;box-shadow:2px 2px 0 var(--gold-dark);transition:all .15s ease}.reset-filters-btn:hover{background:var(--gold-dark);color:var(--white);border-color:var(--gold-primary);transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--gold-dark)}.reset-filters-btn:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--gold-dark)}.reset-filters-btn:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.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-search-wrapper{display:flex;align-items:center;gap:.3rem;flex:1.4;min-width:150px}.filter-search-field{position:relative;display:flex;align-items:center;flex:1;min-width:0}.filter-search-input{width:100%;background:var(--green-medium);border:2px solid var(--gold-dark);box-shadow:2px 2px 0 var(--gold-dark);padding:.35rem 1.5rem .35rem .6rem;font-family:VT323,monospace;font-size:1.1rem;line-height:1;color:var(--white);outline:none;transition:all .15s ease}.filter-search-input::placeholder{color:#ffd70073;font-family:"Press Start 2P",cursive;font-size:.45rem;letter-spacing:.5px;text-transform:uppercase}.filter-search-input:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}.filter-search-clear{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--gold-primary);font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .15rem;opacity:.75;transition:opacity .15s ease}.filter-search-clear:hover{opacity:1}.filter-search-clear:focus-visible{outline:2px solid var(--gold-primary);outline-offset:1px}.filter-chip.search-chip{max-width:16rem}.filter-chip.search-chip .chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-inline-link{background:none;border:none;padding:0;color:var(--gold-primary);font:inherit;text-decoration:underline;cursor:pointer}.empty-inline-link:hover{color:var(--white)}.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-skeleton{pointer-events:none}.lead-card-skeleton{padding:1rem 1.25rem 1.25rem;cursor:default;animation:skeleton-card-in .4s ease-out both}.lead-card-skeleton:hover{transform:none}.lead-card-skeleton .lead-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:0;background:transparent;border:none}.lead-card-skeleton .lead-header-left{display:flex;align-items:center;gap:.6rem}.lead-skeleton-body{display:flex;flex-direction:column;gap:.7rem}.skeleton-bar{display:inline-block;height:1rem;border-radius:2px;background:linear-gradient(90deg,#0d28188c,#b8860b47 40%,#ffd70066,#b8860b47 60%,#0d28188c);background-size:200% 100%;animation:skeleton-shimmer 1.6s ease-in-out infinite}.skeleton-bar--subreddit{width:90px;height:1.1rem}.skeleton-bar--confidence{width:70px;height:1.1rem}.skeleton-bar--time{width:54px;height:.9rem}.skeleton-bar--title{width:82%;height:1.35rem}.skeleton-bar--line{width:100%}.skeleton-bar--short{width:60%}@keyframes skeleton-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}@keyframes skeleton-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.lead-card-skeleton{animation:none}.skeleton-bar{animation:none;background:#b8860b4d}.leads-searching-banner .loading-spinner{animation:none}}.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}.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;position:relative;overflow:hidden}.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;z-index:0;pointer-events:none}.plan-badge-letter{font-family:"Press Start 2P",cursive;font-size:2.5rem;line-height:1;position:relative;z-index: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-square:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,transparent 30%,rgba(255,215,150,.18) 40%,rgba(205,127,50,.12) 50%,rgba(255,235,200,.18) 60%,transparent 70%);animation:diamondPrism 4s ease-in-out infinite alternate;z-index:0;pointer-events:none}.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-square:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 40%,rgba(200,200,200,.12) 50%,rgba(230,230,230,.2) 60%,transparent 70%);animation:diamondPrism 4s ease-in-out infinite alternate;z-index:0;pointer-events:none}.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-square:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,transparent 30%,rgba(255,237,74,.18) 40%,rgba(255,215,0,.12) 50%,rgba(255,240,180,.18) 60%,transparent 70%);animation:diamondPrism 4s ease-in-out infinite alternate;z-index:0;pointer-events:none}.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: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}}@media (prefers-reduced-motion: reduce){.plan-badge-square,.plan-badge-square:before,.plan-badge-square:after{animation:none!important}.plan-badge-square:before{display:none}}@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%}.filter-search-wrapper{flex-basis:100%;min-width:0}.filter-search-input{min-height:40px}.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;font-weight:400}.inline-upgrade-link{background:none;border:none;color:var(--gold-primary);text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;transition:color .2s ease}.inline-upgrade-link:hover{color:#ffed4e}.manage-subreddits-btn{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);background:var(--green-dark);border:2px solid var(--gold-primary);padding:.5rem .75rem;cursor:pointer;box-shadow:2px 2px #0006;transition:background .15s ease,color .15s ease,transform .1s ease}.manage-subreddits-btn:hover{background:var(--gold-primary);color:var(--green-dark);transform:translate(-1px,-1px)}.manage-subreddits-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #0006}.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);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%)}}.dashboard-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;border-bottom:3px solid var(--gold-dark)}.dashboard-tab{font-family:"Press Start 2P",monospace;font-size:.6rem;padding:.75rem 1rem;background:transparent;color:var(--gold-light);border:none;border-bottom:3px solid transparent;margin-bottom:-3px;cursor:pointer;transition:color .15s,border-color .15s}.dashboard-tab:hover{color:var(--gold-primary)}.dashboard-tab.active{color:var(--gold-primary);border-bottom-color:var(--gold-primary)}.scanned-posts-tab{width:100%}.sp-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.sp-header-title h2{font-family:"Press Start 2P",monospace;font-size:.85rem;color:var(--gold-primary);margin:0 0 .5rem}.sp-scanned-stat{font-family:VT323,monospace;font-size:1.05rem;color:var(--gold-light);margin:0;max-width:40ch}.sp-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.sp-filter-label{font-family:"Press Start 2P",monospace;font-size:.5rem;color:var(--gold-light)}.sp-filter-select{font-family:VT323,monospace;font-size:1.05rem;background:var(--green-medium);color:var(--white);border:3px solid var(--gold-dark);padding:.25rem .5rem;cursor:pointer}.sp-list{display:flex;flex-direction:column;gap:1rem}.sp-loading,.sp-empty{font-family:"Press Start 2P",monospace;font-size:.7rem;color:var(--gold-light);text-align:center;padding:2.5rem 1rem}.sp-empty-hint{font-family:VT323,monospace;font-size:1.05rem;color:var(--gray);margin-top:.75rem}.sp-card{background:var(--green-medium);border:4px solid var(--gold-dark);padding:1rem;transition:transform .12s}.sp-card:hover{transform:translateY(-2px)}.sp-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.sp-score{font-family:"Press Start 2P",monospace;font-size:.7rem;padding:.3rem .5rem;border:2px solid var(--gold-dark)}.sp-score-high{color:var(--green-dark);background:var(--success)}.sp-score-mid{color:var(--green-dark);background:var(--gold-primary)}.sp-score-low{color:var(--white);background:var(--gold-dark)}.sp-score-none{color:var(--white);background:var(--gray)}.sp-score-pending{color:var(--gold-light);background:transparent;border-style:dashed}.sp-subreddit{font-family:"Press Start 2P",monospace;font-size:.55rem;color:var(--gold-primary)}.sp-badge{font-family:"Press Start 2P",monospace;font-size:.45rem;padding:.25rem .4rem;margin-left:auto}.sp-badge-lead{color:var(--green-dark);background:var(--success)}.sp-badge-reject{color:var(--gold-light);background:var(--green-dark)}.sp-badge-pending{color:var(--green-dark);background:var(--gold-light)}.sp-title{display:block;font-family:VT323,monospace;font-size:1.3rem;color:var(--white);text-decoration:none;line-height:1.3;margin-bottom:.5rem}.sp-title:hover{color:var(--gold-primary);text-decoration:underline}.sp-note{font-family:VT323,monospace;font-size:1.1rem;color:var(--gold-light);line-height:1.4;margin:0}.sp-note-label{font-family:"Press Start 2P",monospace;font-size:.45rem;color:var(--gold-primary)}.sp-load-more-wrap{text-align:center;margin-top:1.5rem}.sp-load-more{font-family:"Press Start 2P",monospace;font-size:.6rem;color:var(--green-dark);background:var(--gold-primary);border:none;box-shadow:4px 4px 0 var(--gold-dark);padding:.75rem 1.25rem;cursor:pointer}.sp-load-more:disabled{opacity:.5;cursor:default}.themed-select{position:relative;width:100%}.themed-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;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;text-align:left;outline:none;cursor:pointer;transition:border-color .15s}.themed-select-trigger:hover:not(:disabled),.themed-select-trigger:focus-visible,.themed-select-trigger[aria-expanded=true]{border-color:var(--gold-primary)}.themed-select-trigger:disabled{opacity:.4;cursor:not-allowed}.themed-select-placeholder .themed-select-value{color:#fff9}.themed-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themed-select-arrow{color:var(--gold-primary);font-size:1rem;line-height:1;transition:transform .15s}.themed-select-arrow.is-open{transform:rotate(180deg)}.themed-select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;margin:0;padding:0;list-style:none;max-height:260px;overflow-y:auto;background:var(--green-dark);border:2px solid var(--gold-primary);border-radius:2px;box-shadow:4px 4px #0006;outline:none}.themed-select-option{font-family:VT323,monospace;font-size:1.25rem;color:#fff;padding:.55rem .8rem;cursor:pointer;border-bottom:1px solid rgba(212,168,67,.2)}.themed-select-option:last-child{border-bottom:none}.themed-select-option.is-active{background:var(--gold-dark);color:#fff}.themed-select-option.is-selected{color:var(--gold-primary)}.themed-select-option.is-selected.is-active{color:#fff}.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}.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}.billing-cancel-row{display:flex;justify-content:center;margin:-.5rem 0 1.5rem}.billing-cancel-link{font-family:VT323,monospace;font-size:1.1rem;letter-spacing:.03em;background:none;border:none;color:var(--gray);text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:.4rem .75rem;transition:color .15s ease}.billing-cancel-link:hover{color:var(--red)}.cancellation-reason-select{width:100%;margin-bottom:.75rem}.cancellation-reason-error{margin-top:.6rem;font-family:VT323,monospace;font-size:1.05rem;color:var(--red)}.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;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}.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}}.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}.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}}@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);font-weight:400}.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}.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 .back-arrow{display:inline-block;line-height:1;transform:translateY(1px)}.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)}.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);font-weight:400}.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);font-weight:400}.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);font-weight:400}.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-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}.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(3,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);font-weight:400}.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:#000000c7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:feedback-backdrop-in .2s ease-out}@keyframes feedback-backdrop-in{0%{opacity:0}to{opacity:1}}.feedback-modal{background:var(--green-dark);border:4px solid var(--gold-primary);box-shadow:8px 8px #00000080,0 0 0 1px var(--green-medium) inset,0 12px 40px #00000073;padding:2rem;width:100%;max-width:400px;position:relative;animation:feedback-modal-pop .25s cubic-bezier(.34,1.56,.64,1)}@keyframes feedback-modal-pop{0%{transform:scale(.92) translateY(12px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.feedback-modal-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--green-medium);border:2px solid var(--gold-dark);color:var(--gold-primary);font-size:1.5rem;cursor:pointer;line-height:1;padding:0;transition:all .15s ease}.feedback-modal-close:hover{background:var(--gold-primary);border-color:var(--gold-primary);color:var(--green-dark);transform:rotate(90deg)}.feedback-modal-close:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.feedback-modal-title{font-family:"Press Start 2P",cursive;font-size:.9rem;color:var(--gold-primary);text-align:center;letter-spacing:1px;text-shadow:2px 2px 0 rgba(0,0,0,.4);margin:0 0 1.5rem;padding:0 2rem 1rem;border-bottom:3px solid var(--gold-dark)}.feedback-rating-container{display:flex;justify-content:center;gap:.5rem;margin-bottom:.5rem}.feedback-rating-label{font-family:"Press Start 2P",cursive;font-size:.55rem;letter-spacing:.5px;color:var(--gold-light);text-align:center;min-height:1.4em;margin-bottom:1.5rem;transition:color .15s ease}.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.15) translateY(-2px)}.feedback-star:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.feedback-star.filled{color:var(--gold-primary);filter:drop-shadow(0 0 4px rgba(255,215,0,.5))}.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);box-shadow:0 0 0 1px var(--gold-primary),0 0 8px #ffd70040}.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;margin-top:.5rem}.feedback-cancel-button,.feedback-submit-button{flex:1;padding:.85rem 1rem;font-family:"Press Start 2P",cursive;font-size:.6rem;cursor:pointer;border:3px solid var(--gold-dark);box-shadow:3px 3px #00000059;transition:transform .1s ease,box-shadow .1s ease,background .15s ease,color .15s ease}.feedback-cancel-button:hover,.feedback-submit-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:5px 5px #00000059}.feedback-cancel-button:active,.feedback-submit-button:active:not(:disabled){transform:translate(1px,1px);box-shadow:2px 2px #00000059}.feedback-cancel-button:focus-visible,.feedback-submit-button:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.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;box-shadow:3px 3px #0003}.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:1.25rem}.feedback-screenshots-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.feedback-screenshots-label{font-family:VT323,monospace;font-size:1.2rem;color:var(--text-light);display:flex;align-items:baseline;gap:.4rem}.feedback-screenshots-optional{font-family:"Press Start 2P",cursive;font-size:.45rem;letter-spacing:.5px;text-transform:uppercase;color:var(--gray)}.feedback-screenshots-count{font-family:"Press Start 2P",cursive;font-size:.5rem;color:var(--gold-primary);background:var(--green-medium);border:2px solid var(--gold-dark);padding:.3rem .5rem;line-height:1}.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);box-shadow:2px 2px #0000004d;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.feedback-screenshot-preview:hover{border-color:var(--gold-primary);box-shadow:3px 3px #00000059}.feedback-screenshot-preview img{width:100%;height:100%;object-fit:cover;display:block}.feedback-screenshot-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.45) 0%,transparent 45%);opacity:0;transition:opacity .15s ease;pointer-events:none}.feedback-screenshot-preview:hover .feedback-screenshot-overlay{opacity:1}.feedback-screenshot-remove{position:absolute;top:5px;right:5px;width:22px;height:22px;background:#0d2818d9;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);opacity:0;transform:scale(.85);transition:all .15s ease}.feedback-screenshot-preview:hover .feedback-screenshot-remove,.feedback-screenshot-remove:focus-visible{opacity:1;transform:scale(1)}.feedback-screenshot-remove:hover{background:var(--gold-primary);color:var(--green-dark);transform:scale(1.1)}.feedback-screenshot-remove:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.feedback-screenshot-remove svg{width:13px;height:13px}@media (hover: none){.feedback-screenshot-remove{opacity:1;transform:scale(1)}}.feedback-screenshot-add{aspect-ratio:1;background:#ffd70008;border:2px dashed var(--gold-dark);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;color:var(--gold-dark);transition:all .15s ease}.feedback-screenshot-add:hover{border-color:var(--gold-primary);color:var(--gold-primary);background:#ffd70014;transform:translateY(-1px)}.feedback-screenshot-add:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.feedback-screenshot-add svg{width:24px;height:24px}.feedback-screenshot-add span{font-family:"Press Start 2P",cursive;font-size:.45rem;letter-spacing:.5px;text-transform:uppercase}.feedback-screenshots-hint{font-family:VT323,monospace;font-size:.95rem;color:var(--gray);margin:.6rem 0 0;letter-spacing:.3px}.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}}@media (prefers-reduced-motion: reduce){.feedback-modal-backdrop,.feedback-modal,.feedback-success-icon{animation:none}.feedback-button,.feedback-star,.feedback-modal-close,.feedback-cancel-button,.feedback-submit-button{transition:background .15s ease,color .15s ease}.feedback-button:hover,.feedback-star:hover,.feedback-modal-close:hover,.feedback-cancel-button:hover,.feedback-submit-button:hover:not(:disabled){transform:none}}.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}}*{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;--orange-dark: #B85C00;--success: #4ADE80;--background: #0D2818;--text: #F0F0F0;--popup-backdrop: rgba(0, 0, 0, .85);--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}strong,b{font-weight:400}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}.diggit-popup-chrome{position:relative;background:linear-gradient(180deg,rgba(255,215,0,.07),transparent 130px),var(--background);box-shadow:0 0 0 2px var(--green-dark),10px 10px #0000008c,0 0 44px #ffd70029}.diggit-popup-chrome:before,.diggit-popup-chrome:after{content:"";position:absolute;width:14px;height:14px;border:3px solid var(--gold-primary);pointer-events:none}.diggit-popup-chrome:before{top:7px;left:7px;border-right:none;border-bottom:none}.diggit-popup-chrome:after{right:7px;bottom:7px;border-left:none;border-top:none}
