.llm-app{flex-direction:column;align-items:center;min-height:100vh;display:flex;position:relative}.llm-topbar{width:100%;max-width:var(--max-w);justify-content:space-between;align-items:center;padding:1.25rem 0 0;transition:padding .3s ease-in-out;display:flex}@media (width<=768px){.llm-topbar{padding:1.25rem 1rem 0}}@media (width<=600px){.llm-topbar{flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem 0}}.llm-brand{align-items:center;gap:.75rem;line-height:1.1;display:flex}.llm-brand-logo{cursor:pointer;text-decoration:none;display:inline-block;position:relative}.llm-brand-logo img{width:32px;height:32px;transition:transform .25s cubic-bezier(.175,.885,.32,1.275),filter .3s;display:block}.llm-brand-logo:hover img{filter:drop-shadow(0 0 6px #facc1573);transform:scale(1.1)rotate(6deg)}[data-theme=dark] .llm-brand-logo:hover img{filter:drop-shadow(0 0 6px #a5b4fc73)}.llm-brand-text{flex-direction:column;gap:0;display:flex}.llm-brand-name{font-family:var(--body);letter-spacing:-.03em;color:var(--text);font-size:1.2rem;font-weight:300;display:inline-block;position:relative}.llm-brand-name:after{content:"ka-chow";font-family:"Impact", "Comic Sans MS", "Bangers", var(--body);letter-spacing:-.02em;color:#fbbf24;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000,2px 2px #00000059;opacity:0;transform-origin:0;pointer-events:none;z-index:10;white-space:nowrap;font-size:1.2rem;font-style:italic;font-weight:900;transition:opacity .2s,transform .25s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:0;left:0;transform:scale(.6)rotate(-12deg)}.llm-brand-logo:hover+.llm-brand-text .llm-brand-name,.llm-brand-text:hover .llm-brand-name{color:#0000}.llm-brand-logo:hover+.llm-brand-text .llm-brand-name:after,.llm-brand-text:hover .llm-brand-name:after{opacity:1;transform:scale(1)rotate(-4deg)}.llm-brand-tagline{font-family:var(--mono);letter-spacing:.02em;color:var(--text-muted);margin-top:2px;font-size:.6875rem;font-weight:400;display:none}.llm-topbar-actions{align-items:center;gap:.5rem;display:flex}.llm-theme-toggle,.llm-history-btn,.llm-gear,.llm-sound-toggle,.llm-mode-toggle,.llm-leaderboard-link{cursor:pointer;width:40px;height:40px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .3s ease-in-out,background-color .2s ease-in-out,transform .2s;display:flex}.llm-theme-toggle:hover,.llm-history-btn:hover,.llm-gear:hover,.llm-sound-toggle:hover,.llm-mode-toggle:hover,.llm-leaderboard-link:hover{color:var(--text);background-color:var(--border-light)}.llm-theme-toggle:active,.llm-history-btn:active,.llm-gear:active,.llm-sound-toggle:active,.llm-mode-toggle:active,.llm-leaderboard-link:active{transform:scale(.92)}.llm-theme-toggle svg,.llm-history-btn svg,.llm-gear svg,.llm-sound-toggle svg,.llm-mode-toggle svg,.llm-leaderboard-link svg{width:20px;height:20px;display:block}.llm-mode-toggle[aria-pressed=true]{color:var(--accent)}.theme-toggle-icon{transition:transform .5s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .theme-toggle-icon{transform:rotate(40deg)}.sun-icon{opacity:1;transform-origin:50%;transition:opacity .3s,transform .3s;transform:scale(1)}.moon-icon{opacity:0;transform-origin:50%;transition:opacity .3s,transform .3s;transform:scale(.5)rotate(-45deg)}[data-theme=dark] .sun-icon{opacity:0;transform:scale(.5)rotate(45deg)}[data-theme=dark] .moon-icon{opacity:1;transform:scale(1)rotate(0)}.llm-hero{width:100%;max-width:var(--max-w);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 0;display:flex}.llm-hero-result{flex-direction:column;align-items:center;display:flex}.llm-hero-label{color:var(--text-muted);letter-spacing:.02em;margin-bottom:.5rem;font-size:.8125rem}.llm-hero-number{font-family:var(--mono);letter-spacing:-.04em;color:var(--text);font-size:7rem;font-weight:300;line-height:1;transition:color .2s}.llm-hero-number.active{color:var(--accent)}@media (width<=500px){.llm-hero-number{font-size:4.5rem}}.llm-hero-unit{font-family:var(--mono);color:var(--text-muted);letter-spacing:.05em;margin-top:.75rem;font-size:.875rem}.llm-ttft{text-align:center;margin-top:1.5rem}.llm-ttft-value{font-family:var(--mono);color:var(--accent);font-size:1.5rem;font-weight:600}.llm-ttft-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.125rem;font-size:.6875rem}.llm-openrouter-note{font-family:var(--body);color:var(--text-muted);text-align:center;background:var(--bg);border:1px solid var(--border-light);border-radius:6px;width:90%;max-width:400px;margin-top:1rem;padding:.5rem .75rem;font-size:.8125rem;line-height:1.4;position:relative}@media (width<=600px){.llm-openrouter-note{padding:.5rem;font-size:.75rem}}.llm-openrouter-note-close{cursor:pointer;width:16px;height:16px;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:.75rem;line-height:1;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:flex;position:absolute;top:.25rem;right:.25rem}.llm-openrouter-note-close:hover{color:var(--text);background-color:var(--border-light)}.llm-openrouter-note a{color:var(--accent);font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.llm-openrouter-note a:hover{color:var(--text);text-decoration:underline}.llm-openrouter-note strong{color:var(--text)}.llm-stream-section{width:100%;max-width:var(--max-w);padding:0 0 2rem}.llm-error{color:#cf222e;text-align:center;max-width:var(--max-w);margin-top:1rem;font-size:.8125rem}.llm-footer{width:100%;max-width:var(--max-w);font-family:var(--mono);color:var(--text-muted);z-index:10;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .625rem;padding:4.5rem 0 1.5rem;font-size:.6875rem;display:flex;position:relative}.llm-footer a{color:var(--text-muted);letter-spacing:.01em;text-decoration:none;transition:color .2s ease-in-out}.llm-footer a:hover{color:var(--accent)}.llm-footer-dot{color:var(--border);user-select:none}.llm-footer-disclaimer{color:var(--text-muted);opacity:.85;text-align:center;flex-basis:100%;margin:.75rem 0 0;font-size:.625rem;line-height:1.5}.llm-footer-disclaimer summary{cursor:pointer;outline:none;text-decoration:underline;list-style:none;transition:color .2s ease-in-out;display:inline-block}.llm-footer-disclaimer summary:hover{color:var(--accent)}.llm-footer-disclaimer summary::-webkit-details-marker{display:none}.llm-footer-disclaimer p{max-width:480px;margin-top:.5rem;margin-left:auto;margin-right:auto}.llm-share-bar{justify-content:center;align-items:center;gap:.375rem;margin-top:1.5rem;display:flex}.llm-share-btn{cursor:pointer;width:40px;height:40px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:color .3s ease-in-out,background-color .2s ease-in-out,transform .2s;display:flex}.llm-share-btn:hover{color:var(--text);background-color:var(--border-light)}.llm-share-btn:active{transform:scale(.92)}.llm-share-btn svg{width:20px;height:20px;display:block}.llm-share-btn.copied{color:var(--accent)}.llm-brand-name,.llm-brand-tagline,.llm-hero-number,.llm-hero-label,.llm-hero-unit,.llm-ttft-value,.llm-ttft-label,.llm-sec-value,.llm-sec-label,.llm-model-context,.llm-error,.llm-share-bar{transition:color .3s ease-in-out}.llm-footer-wrap{z-index:10;flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex;position:relative}.llm-car-container{pointer-events:none;z-index:1;justify-content:center;align-items:flex-end;width:100%;height:240px;display:flex;position:absolute;bottom:0;left:0;overflow:hidden}.llm-car-svg{opacity:.65;width:100%;max-width:900px;height:auto;transition:opacity .3s}@media (width<=768px){.llm-car-container{height:150px}}
