:root{--vibe-blue: #2f6bf0;--vibe-blue-600: #2559d0;--vibe-blue-050: #eaf1ff;--bg: #f7f8fa;--surface: #ffffff;--sidebar-bg: #ffffff;--text: #1b2333;--text-muted: #6b7280;--border: #e7e9ee;--shadow: 0 1px 2px rgba(16, 24, 40, .05);--sidebar-active-bg: var(--vibe-blue-050);--sidebar-active-text: var(--vibe-blue-600);--danger: #e5484d;--field-bg: #eef1f8;--radius: 12px;color-scheme:light}@media (prefers-color-scheme: dark){:root{--bg: #0e1116;--surface: #161b22;--sidebar-bg: #12161c;--text: #e6e9ef;--text-muted: #9aa4b2;--border: #262c36;--field-bg: #171c24;--shadow: 0 1px 2px rgba(0, 0, 0, .4);--sidebar-active-bg: #1b2740;--sidebar-active-text: #9cc0ff;color-scheme:dark}}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}h1{font-size:30px;font-weight:700;letter-spacing:-.02em;margin:0 0 14px}.btn-primary{background:var(--vibe-blue);color:#fff;border:none;padding:10px 16px;border-radius:10px;font-weight:600}.btn-primary:hover{background:var(--vibe-blue-600)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:10px 16px;border-radius:10px;font-weight:600}.btn-secondary:hover{background:var(--bg)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.muted{color:var(--text-muted)}.tabs{display:flex;gap:24px;border-bottom:1px solid var(--border);margin-bottom:16px;flex-wrap:wrap}.tab{padding:10px 2px;border:none;background:none;font-size:15px;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.tab:hover{color:var(--text)}.tab.active{color:var(--text);font-weight:600;border-bottom-color:var(--text)}.view-all{font-size:14px;font-weight:500;color:var(--text);text-decoration:underline;text-underline-offset:3px}
