html,body,#app{width:100%;height:100%;margin:0;padding:0;overflow:hidden}:root{--bg-dark:#0a0a0f;--bg-panel:#12121a;--bg-card:#1a1a24;--bg-input:#16161e;--border-color:#2a2a3a;--text-primary:#e0e0e8;--text-secondary:#8888a0;--text-label:#9090a8;--accent-cyan:#00d4ff;--accent-green:#0f8;--accent-blue:#46f;--fs-xs:10px;--fs-sm:11px;--fs-base:13px;--fs-md:14px;--fs-lg:15px;--fs-xl:22px;--sp-xs:4px;--sp-sm:6px;--sp-md:8px;--sp-lg:10px;--sp-xl:12px;--sp-2xl:16px;--sp-3xl:24px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--header-h:57px;--sidebar-w:320px;--btn-h:48px;--output-min-h:120px;--output-max-h:220px}@media (width>=1920px){:root{--fs-xs:11px;--fs-sm:12px;--fs-base:14px;--fs-md:15px;--fs-lg:16px;--fs-xl:26px;--sp-xl:14px;--sp-2xl:20px;--sp-3xl:28px;--header-h:64px;--sidebar-w:360px;--btn-h:52px;--output-min-h:140px;--output-max-h:260px}}@media (width>=2560px){:root{--fs-xs:12px;--fs-sm:13px;--fs-base:16px;--fs-md:17px;--fs-lg:18px;--fs-xl:30px;--sp-sm:8px;--sp-md:10px;--sp-lg:12px;--sp-xl:16px;--sp-2xl:24px;--sp-3xl:32px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--header-h:72px;--sidebar-w:400px;--btn-h:56px;--output-min-h:160px;--output-max-h:300px}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,SF Mono,Fira Code,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
