@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color: #0071e3;--primary-color-hover: #2890ff;--primary-color-light: rgba(0, 113, 227, .12);--secondary-color: #a7b0c2;--secondary-light: #d7e2ff;--tertiary-color: #f59e0b;--success-color: #34d399;--warning-color: #f59e0b;--error-color: #fb7185;--info-color: #8b919f;--text-primary: #f5f7fb;--text-secondary: rgba(245, 247, 251, .74);--text-muted: rgba(245, 247, 251, .42);--text-disabled: rgba(245, 247, 251, .24);--bg-primary: #131313;--bg-secondary: #0f1012;--bg-tertiary: #17181c;--surface-card: #1b1b1b;--surface-soft: #232427;--surface-soft-2: #2b2d33;--surface-line: rgba(255, 255, 255, .08);--sidebar-bg: #0d0e11;--sidebar-text: rgba(245, 247, 251, .42);--sidebar-active-bg: rgba(255, 255, 255, .1);--sidebar-active-text: #ffffff;--header-bg: rgba(0, 0, 0, .78);--border-light: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .14);--shadow-light: 0 12px 32px rgba(0, 0, 0, .18);--shadow-medium: 0 20px 40px rgba(0, 0, 0, .24);--shadow-heavy: 0 28px 56px rgba(0, 0, 0, .32);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 999px;--font-display: "Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;--font-body: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;background:radial-gradient(circle at top right,rgba(0,113,227,.16),transparent 24rem),radial-gradient(circle at bottom left,rgba(255,255,255,.04),transparent 28rem),var(--bg-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;letter-spacing:-.03em}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:none;background:none;cursor:pointer}img{max-width:100%;height:auto}ul,ol{list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffffff38}html,body,#app{min-height:100%}html,body{margin:0;background:#131313;color:#f5f7fb}*{box-sizing:border-box}.runtime-error-panel{position:fixed;right:16px;bottom:16px;z-index:9999;width:min(720px,calc(100vw - 32px));max-height:40vh;overflow:auto;padding:14px 16px;border-radius:16px;background:#271416f5;border:1px solid rgba(251,113,133,.34);box-shadow:0 24px 48px #0000005c;color:#ffe4e8;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.runtime-error-panel strong{display:block;margin-bottom:8px}.runtime-error-panel pre{margin:0;white-space:pre-wrap;word-break:break-word}
