:root{color-scheme:dark;--bg: #0d1117;--panel: #111827;--line: #1f2937;--text: #e5e7eb;--muted: #9ca3af;--green: #00c389;--purple: #a855f7;--red: #ef4444}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#1a0030,#0a1628 40%,#0d2010);color:var(--text);font-family:Comic Sans MS,Comic Sans,cursive;min-height:100vh}.code{font-family:JetBrains Mono,Fira Code,Consolas,monospace}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;gap:12px;padding:14px}.panel{background:#0e0e1a;border:3px dashed #7c3aed;border-radius:4px;box-shadow:4px 4px #f0f4}.header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.brand{font-weight:700;letter-spacing:.06em;color:var(--green);text-shadow:0 0 8px var(--green),2px 2px 0 #ff00ff;font-size:1.1rem}.main-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px}.left-stack{display:grid;grid-template-rows:auto 1fr;gap:12px}.aura{text-align:center;padding:18px;background:#07001a;border:3px double #ff00ff;border-radius:4px}.aura-value{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;transition:transform .3s ease;text-shadow:3px 3px 0 #ff00ff88}.aura-value.flash{transform:scale(1.12)}.transcript-panel,.history-panel,.feed-panel{padding:12px;min-height:250px;overflow:auto}.transcript-final{font-weight:600;color:#fff}.transcript-interim{color:#facc15;font-style:italic}.controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}button{background:#1a0030;color:var(--text);border:2px solid #7c3aed;border-radius:2px;padding:8px 12px;cursor:pointer;font-family:Comic Sans MS,Comic Sans,cursive;box-shadow:3px 3px #7c3aed}button:active{transform:translate(3px,3px);box-shadow:none}button.primary{border-color:#0f8;color:#0f8;box-shadow:3px 3px #0f8}button.danger{border-color:var(--red);color:var(--red);box-shadow:3px 3px 0 var(--red)}button:disabled{opacity:.5;cursor:not-allowed}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000b3;display:grid;place-items:center;animation:fadeIn .2s ease;pointer-events:none}.overlay img,.overlay video{max-width:min(88vw,1000px);max-height:70vh;border-radius:0;border:4px solid #ff00ff;box-shadow:0 0 30px #f0f,0 0 60px #7c3aed}.overlay-caption{margin-top:10px;text-align:center;font-size:1.2rem;font-weight:800;text-shadow:2px 2px 0 #ff00ff}.advice{margin-top:8px;max-width:80vw;text-align:center;color:#facc15;font-style:italic;text-shadow:1px 1px 0 #b45309}.card{border:2px dashed #374151;border-radius:0;padding:10px;margin-bottom:8px;background:#07001a}.badge{border:1px solid #7c3aed;border-radius:0;padding:2px 8px;font-size:.75rem;background:#1a0030}.statusbar{padding:8px 12px;display:flex;justify-content:space-between;color:#facc15;font-size:.85rem;border-top:2px dashed #7c3aed}.shaking{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rainbow{0%{color:#ff0080}16%{color:#f80}33%{color:#ff0}50%{color:#0f8}66%{color:#0af}83%{color:#a0f}to{color:#ff0080}}@keyframes blink{0%,to{opacity:1}49%{opacity:1}50%{opacity:0}99%{opacity:0}}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1000px){.main-grid,.feed-layout{grid-template-columns:1fr}}.auth-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.auth-avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--green);flex-shrink:0}.auth-name{font-size:.8rem;color:var(--muted);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-gate-box{background:#0e0e1a;border:4px dashed #ff00ff;border-radius:6px;box-shadow:6px 6px #7c3aed88;padding:40px 36px;max-width:420px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.auth-gate-badge{background:#7c3aed;color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:999px;letter-spacing:.05em;animation:blink 1s step-end infinite}.auth-gate-title{font-size:1.4rem;font-weight:700;color:var(--purple);margin:0;line-height:1.3}.auth-gate-sub{font-size:.9rem;color:var(--muted);margin:0;line-height:1.5}.hp-nav-user{display:flex;align-items:center;gap:8px}.hp-nav-username{font-size:.8rem;color:var(--muted);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-btn-sm{padding:4px 10px;font-size:.75rem}.feed-layout{display:grid;grid-template-columns:1fr 320px;gap:12px;overflow:hidden}.leaderboard{padding:14px;align-self:start;position:sticky;top:12px}.lb-title{margin:0 0 12px;font-size:1rem;font-weight:700;color:var(--green);text-shadow:1px 1px 0 #ff00ff}.lb-list{display:flex;flex-direction:column;gap:6px}.lb-entry{display:flex;align-items:center;gap:8px;padding:8px;background:#07001a;border:1px dashed var(--line);font-size:.85rem}.lb-rank{font-size:.75rem;color:var(--muted);width:22px;flex-shrink:0;font-family:JetBrains Mono,monospace}.lb-user{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.lb-avatar{width:22px;height:22px;border-radius:50%;border:1px solid var(--purple);flex-shrink:0}.lb-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-score{font-weight:700;flex-shrink:0}.lb-detections{font-size:.75rem;flex-shrink:0}.homepage{max-width:1100px;margin:0 auto;padding:0 20px 60px}.hp-ticker{background:#f0f2;border-top:2px solid #ff00ff;border-bottom:2px solid #ff00ff;padding:6px 0;overflow:hidden;white-space:nowrap}.hp-ticker-inner{display:inline-block;animation:marquee 18s linear infinite;color:#f0f;font-size:.85rem;font-weight:700;letter-spacing:.08em}.hp-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:3px dashed #7c3aed;gap:12px;flex-wrap:wrap}.hp-brand{font-weight:800;font-size:1.2rem;letter-spacing:.06em;color:#0f8;text-shadow:2px 2px 0 #ff00ff,0 0 12px #00ff88}.hp-nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hp-nav-links a{text-decoration:underline wavy #ff00ff;font-size:.9rem;font-weight:700}.hp-nav-links a:nth-child(1){color:#f80}.hp-nav-links a:nth-child(2){color:#0ff}.hp-nav-links a:nth-child(3){color:#f0f}.hp-nav-links a:hover{animation:rainbow .4s linear infinite}.hp-hero{text-align:center;padding:56px 0 40px}.hp-data-badge{display:inline-block;background:red;border:3px solid #ffff00;color:#ff0;border-radius:0;padding:8px 20px;font-size:1rem;font-weight:700;letter-spacing:.04em;margin-bottom:28px;animation:blink 1s step-end infinite;text-transform:uppercase;box-shadow:4px 4px #ff0}.hp-title{font-size:clamp(2.4rem,7vw,5rem);font-weight:900;line-height:1.15;margin:0 0 20px}.hp-title-green{animation:rainbow 1.5s linear infinite;display:inline-block}.hp-title-red{color:#f22;text-decoration:underline wavy #ff8800;text-underline-offset:10px;display:inline-block;transform:rotate(-2deg);text-shadow:3px 3px 0 #7c3aed}.hp-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:#d1d5db;max-width:560px;margin:0 auto 32px;line-height:1.7;border:2px dotted #7c3aed;padding:12px 16px;background:#07001a}.hp-subtitle strong{color:#facc15}.hp-hero-cta{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:48px}.hp-hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;border-top:3px dashed #ff00ff;padding-top:36px}.hp-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.hp-stat-num{font-size:2rem;font-weight:800;animation:rainbow 2s linear infinite}.hp-stat span:last-child{font-size:.8rem;color:var(--muted);text-align:center;max-width:120px}.hp-section{padding:56px 0;border-top:3px dashed #ff00ff44}.hp-section-title{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;margin:0 0 8px;text-align:center;text-decoration:underline;text-decoration-color:#f80;text-decoration-style:wavy}.hp-section-sub{color:#facc15;text-align:center;margin:0 0 40px;font-style:italic}.hp-steps{display:flex;align-items:flex-start;justify-content:center;gap:12px;flex-wrap:wrap}.hp-step{display:flex;align-items:flex-start;gap:12px;background:#07001a;border:2px solid #7c3aed;border-radius:0;padding:16px;max-width:200px;font-size:.9rem;line-height:1.5;box-shadow:4px 4px #f0f4}.hp-step:nth-child(1){transform:rotate(-1.5deg)}.hp-step:nth-child(3){transform:rotate(1deg)}.hp-step:nth-child(5){transform:rotate(-.8deg)}.hp-step:nth-child(7){transform:rotate(1.5deg)}.hp-step-num{background:#f0f;color:#000;font-weight:800;border-radius:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.hp-step-arrow{color:#f80;font-size:2rem;align-self:center;padding:0 4px;font-weight:900}.hp-features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.hp-feature-card{border:2px dashed;border-radius:0;padding:20px;box-shadow:5px 5px}.hp-feature-card:nth-child(1){background:#0d0025;border-color:#a855f7;box-shadow-color:#a855f7;transform:rotate(-.8deg)}.hp-feature-card:nth-child(2){background:#001a0d;border-color:#00c389;box-shadow-color:#00c389;transform:rotate(.5deg)}.hp-feature-card:nth-child(3){background:#1a0000;border-color:#ef4444;box-shadow-color:#ef4444;transform:rotate(-.3deg)}.hp-feature-card:nth-child(4){background:#001525;border-color:#0ea5e9;box-shadow-color:#0ea5e9;transform:rotate(1deg)}.hp-feature-card:nth-child(5){background:#1a1000;border-color:#f59e0b;box-shadow-color:#f59e0b;transform:rotate(-.6deg)}.hp-feature-card:nth-child(6){background:#0a0a1a;border-color:#f0f;box-shadow-color:#ff00ff;transform:rotate(.4deg)}.hp-feature-icon{font-size:2rem;margin-bottom:10px}.hp-feature-title{font-weight:700;margin-bottom:6px;font-size:1.05rem;text-decoration:underline}.hp-feature-desc{color:#d1d5db;font-size:.9rem;line-height:1.5}.hp-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;align-items:start}.hp-plan{background:#07001a;border:3px dashed #475569;border-radius:0;padding:28px 24px;display:flex;flex-direction:column;gap:16px;position:relative;box-shadow:6px 6px #475569}.hp-plan:nth-child(1){transform:rotate(-.5deg);border-color:#6b7280;box-shadow-color:#6b7280}.hp-plan:nth-child(3){transform:rotate(.5deg);border-color:#f59e0b;box-shadow-color:#f59e0b}.hp-plan-featured{border-color:#f0f!important;box-shadow:6px 6px #f0f!important;background:#1a0028;transform:rotate(0) scale(1.02)!important;z-index:1}.hp-plan-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:#f0f;color:#000;font-size:.7rem;font-weight:800;padding:4px 14px;border-radius:0;white-space:nowrap;letter-spacing:.1em;animation:blink 1.5s step-end infinite;border:2px solid #ffff00}.hp-crypto-notice{display:flex;align-items:center;gap:12px;background:#1a0a00;border:3px solid #ff8800;padding:14px 18px;margin-bottom:28px;box-shadow:4px 4px #f80;font-size:.9rem;line-height:1.5}.hp-crypto-notice strong{color:#facc15;display:block}.hp-crypto-notice span:not(.hp-crypto-icon){color:#d1d5db}.hp-crypto-icon{font-size:1.5rem;flex-shrink:0;animation:blink 1.2s step-end infinite}.hp-plan-usd{font-size:.75rem;color:#6b7280;font-style:italic;margin-top:-10px}.hp-plan-coins{display:flex;gap:8px;flex-wrap:wrap}.hp-plan-coins span{background:#0a0015;border:1px dashed #7c3aed;padding:3px 8px;font-size:.75rem;color:#a855f7}.hp-plan-name{font-size:.8rem;font-weight:700;letter-spacing:.12em;color:#facc15;text-transform:uppercase}.hp-plan-price{font-size:3rem;font-weight:900;line-height:1;text-shadow:3px 3px 0 #ff00ff44}.hp-plan-price span{font-size:1rem;font-weight:400;color:var(--muted)}.hp-plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:#d1d5db;flex:1}.hp-plan-features li{line-height:1.4}.hp-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.hp-testimonial{background:#07001a;border:2px solid #374151;border-radius:0;padding:20px;display:flex;flex-direction:column;gap:14px;box-shadow:4px 4px #374151}.hp-testimonial:nth-child(1){transform:rotate(-1.2deg);border-color:#a855f7;box-shadow-color:#a855f7}.hp-testimonial:nth-child(2){transform:rotate(.8deg);border-color:#00c389;box-shadow-color:#00c389}.hp-testimonial:nth-child(3){transform:rotate(-.5deg);border-color:#ef4444;box-shadow-color:#ef4444}.hp-testimonial:nth-child(4){transform:rotate(1.5deg);border-color:#f59e0b;box-shadow-color:#f59e0b}.hp-testimonial-text{font-size:.95rem;line-height:1.6;font-style:italic;color:var(--text);flex:1}.hp-testimonial-author{display:flex;flex-direction:column;gap:2px;font-size:.85rem;border-top:1px dashed #374151;padding-top:10px}.hp-cta-section{border-top:3px dashed #ff00ff44;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;background:#07001a;margin:0 -20px;padding:64px 20px}.hp-cta-section h2{font-size:clamp(1.8rem,5vw,3rem);font-weight:900;margin:0;animation:rainbow 2s linear infinite}.hp-footer{border-top:3px double #7c3aed;padding:32px 0;text-align:center}.hp-btn-primary{background:#f0a;color:#fff;border:3px solid #ffff00;border-radius:0;padding:10px 20px;font-weight:700;cursor:pointer;font-size:.95rem;font-family:Comic Sans MS,Comic Sans,cursive;box-shadow:4px 4px #ff0;text-transform:uppercase;letter-spacing:.05em}.hp-btn-primary:hover{background:#c08}.hp-btn-primary:active{transform:translate(4px,4px);box-shadow:none}.hp-btn-big{padding:16px 36px;font-size:1.15rem}.hp-btn-secondary{background:#0a0a1a;color:var(--text);border:2px dashed #6b7280;border-radius:0;padding:10px 20px;font-weight:600;cursor:pointer;font-size:.95rem;font-family:Comic Sans MS,Comic Sans,cursive;text-align:center;text-decoration:none;display:inline-block;box-shadow:3px 3px #6b7280}.hp-btn-secondary:hover{border-color:#9ca3af;color:#fff}.hp-btn-secondary:active{transform:translate(3px,3px);box-shadow:none}.hp-btn-block{display:block;width:100%}.hp-fine-print{font-size:.75rem;color:#6b7280;max-width:500px;text-align:center;line-height:1.5}.hp-muted{color:var(--muted)}@keyframes scroll-gifs{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-gif-strip{overflow:hidden;padding:20px 0;border-top:3px dashed #7c3aed;border-bottom:3px dashed #7c3aed;margin:0 -20px;background:#07001a}.hp-gif-track{display:flex;gap:16px;width:max-content;animation:scroll-gifs 22s linear infinite}.hp-gif-thumb{width:160px;height:120px;object-fit:cover;border:3px solid #7c3aed;box-shadow:0 0 12px #7c3aed88;flex-shrink:0}.hp-gif-thumb:nth-child(2n){border-color:#f0f;box-shadow:0 0 12px #f0f8;margin-top:10px}.ad-label{display:block;font-size:.6rem;color:#6b7280;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.ad-cta{background:#f80!important;color:#000!important;border:2px solid #ffff00!important;border-radius:0!important;font-weight:800!important;font-family:Comic Sans MS,Comic Sans,cursive!important;padding:6px 14px!important;cursor:pointer!important;box-shadow:3px 3px #ff0!important;white-space:nowrap;flex-shrink:0;animation:blink 2s step-end infinite}.ad-cta:active{transform:translate(3px,3px);box-shadow:none!important}.ad-banner{background:repeating-linear-gradient(45deg,#0a0015,#0a0015 10px,#0d001a 10px,#0d001a 20px);border:3px solid #ff8800;padding:10px 16px;margin:16px 0;box-shadow:0 0 16px #f806}.ad-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.ad-banner-text{display:flex;flex-direction:column;gap:2px;font-size:.95rem}.ad-banner-text strong{color:#facc15}.ad-banner-text span{color:#9ca3af;font-size:.8rem}.ad-box{background:repeating-linear-gradient(-45deg,#0a0015,#0a0015 8px,#0d0020 8px,#0d0020 16px);border:3px dashed #ff8800;padding:16px;box-shadow:5px 5px #f806;display:flex;flex-direction:column;gap:8px;transform:rotate(.3deg)}.ad-box-img{width:100%;height:100px;object-fit:cover;border:2px solid #ff8800}.ad-box-headline{font-weight:800;color:#facc15;font-size:1rem;line-height:1.3}.ad-box-sub{font-size:.8rem;color:#9ca3af;line-height:1.4}.ad-corner-popup{position:fixed;bottom:20px;right:20px;width:220px;background:#0a0015;border:3px solid #ff8800;box-shadow:0 0 24px #f809,6px 6px #f80;padding:14px;z-index:8888;display:flex;flex-direction:column;gap:6px;animation:blink-border 3s step-end infinite}@keyframes blink-border{0%,to{border-color:#f80;box-shadow:0 0 24px #f809,6px 6px #f80}50%{border-color:#f0f;box-shadow:0 0 24px #f0f9,6px 6px #f0f}}.ad-corner-close{position:absolute!important;top:6px!important;right:8px!important;background:red!important;color:#fff!important;border:1px solid #ff8888!important;border-radius:0!important;padding:1px 6px!important;font-size:.7rem!important;cursor:pointer!important;box-shadow:none!important;animation:none!important;line-height:1.4}.ad-corner-gif{width:100%;height:80px;object-fit:cover;border:2px solid #ff8800}.ad-corner-headline{font-weight:800;color:#facc15;font-size:.95rem;animation:rainbow 1.5s linear infinite}.ad-corner-sub{font-size:.75rem;color:#d1d5db;line-height:1.4}.hp-visitor-counter{font-size:.75rem;color:#facc15;border:1px solid #facc15;padding:2px 10px;display:inline-block;background:#0a0a00;font-family:JetBrains Mono,monospace}
