.td-window{background-color:var(--bg-card,#0a0a0a);border:1px solid var(--border,#ffd60059);width:100%;max-width:760px;color:var(--text,#f2c300);text-align:left;font-family:JetBrains Mono,monospace;position:relative}.td-window:before,.td-window:after{content:"";pointer-events:none;border:1px solid #ffd600;width:10px;height:10px;position:absolute}.td-window:before{border-bottom:0;border-right:0;top:-1px;left:-1px}.td-window:after{border-top:0;border-left:0;bottom:-1px;right:-1px}.td-header{letter-spacing:.08em;text-transform:uppercase;color:var(--text-mute,#7a6500);border-bottom:1px dashed #ffd6002e;justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.72rem;display:flex}.td-header-right{color:var(--orange-dim,#b26100);font-weight:700}.td-body{scrollbar-width:thin;scrollbar-color:#ffd60066 transparent;flex-direction:column;gap:.85rem;min-height:280px;max-height:420px;padding:1rem 1.1rem 1.25rem;display:flex;overflow-y:auto}.td-body::-webkit-scrollbar{width:6px}.td-body::-webkit-scrollbar-track{background:0 0}.td-body::-webkit-scrollbar-thumb{background:#ffd60066;border-radius:3px}.td-row{align-items:flex-start;gap:.7rem;font-size:.9rem;line-height:1.55;display:flex}.td-chip{border:1px solid var(--border,#ffd60059);letter-spacing:.08em;flex-shrink:0;justify-content:center;align-items:center;min-width:70px;margin-top:.05rem;padding:.18rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.td-chip-scammer{color:var(--orange,#ff8c00);background:#ff8c0014;border-color:#ff8c008c}.td-chip-marge{color:#000;background:var(--yellow,#ffd600);border-color:var(--yellow,#ffd600)}.td-text{color:var(--text-bright,#ffd600);word-wrap:break-word;overflow-wrap:anywhere;flex:1}.td-row-scammer .td-text{color:var(--text,#f2c300)}.td-cursor{color:var(--yellow,#ffd600);margin-left:2px;animation:1s step-end infinite td-blink;display:inline-block}@keyframes td-blink{50%{opacity:0}}@media (max-width:600px){.td-body{min-height:240px;max-height:360px;padding:.85rem}.td-row{gap:.5rem;font-size:.82rem}.td-chip{min-width:60px;padding:.15rem .4rem;font-size:.6rem}}
html{scroll-behavior:smooth}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.container{z-index:1;width:100%;max-width:800px;position:relative}.demo-section{z-index:2;background:linear-gradient(#0000 0%,#000 12% 100%);flex-direction:column;align-items:center;padding:4rem 1.5rem 6rem;display:flex;position:relative}.demo-section h2{color:var(--yellow);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.demo-section .demo-sub{color:var(--text-mute,#7a6500);letter-spacing:.05em;text-align:center;margin-bottom:2rem;font-size:.8rem}.scroll-hint{color:var(--text-mute,#7a6500);letter-spacing:.15em;text-transform:uppercase;z-index:3;font-size:.7rem;text-decoration:none;animation:2.4s ease-in-out infinite scroll-bob;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.scroll-hint:hover{color:var(--yellow)}@keyframes scroll-bob{0%,to{opacity:.65;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,4px)}}.ascii-art{color:var(--yellow);white-space:pre;text-align:left;background:linear-gradient(90deg,#ffd600 0%,#ff8c00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 auto 2rem;font-size:clamp(.4rem,1.8vw,.8rem);line-height:1;display:inline-block;overflow:hidden}h1{color:var(--yellow);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.nav-link{color:var(--yellow);border:2px solid var(--yellow);background-color:var(--bg-card);padding:1rem 2rem;font-size:1.1rem;font-weight:400;transition:all .18s;display:inline-block}.nav-link:hover{color:#000;background:linear-gradient(90deg,#ffd600 0%,#ff8c00 100%);transform:translateY(-2px)}#animation-output{white-space:pre;pointer-events:none;z-index:0;height:38vh;color:var(--orange);background:0 0;margin:0;padding:0;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.stats{-webkit-backdrop-filter:blur(4px);background-color:#000000c7;border:1px solid #ffd60066;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;padding:1rem 1.75rem;display:inline-flex;position:relative}.stats:before,.stats:after{content:"";pointer-events:none;border:1px solid #ffd600;width:10px;height:10px;position:absolute}.stats:before{border-bottom:0;border-right:0;top:-1px;left:-1px}.stats:after{border-top:0;border-left:0;bottom:-1px;right:-1px}.stat{flex-direction:column;align-items:center;min-width:110px;display:flex}.stat .num{color:#ffd600;letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:1.8rem;font-weight:700;line-height:1}.stat .label{color:#c9a800;text-transform:uppercase;letter-spacing:.18em;margin-top:.45rem;font-size:.62rem}.stat-sep{color:#ffd60059;align-self:center;font-size:1.5rem;display:none}@media (min-width:500px){.stat-sep{display:inline}}@media (max-width:768px){.ascii-art{font-size:.6rem}h1{font-size:2rem}.nav-link{padding:.8rem 1.5rem;font-size:1rem}.stats{gap:1.25rem;margin-top:1.5rem;padding:.8rem 1.25rem}.stat .num{font-size:1.3rem}.stat{min-width:90px}}
