:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-card: #1e2a3a;--border: #334155;--text-primary: #f1f5f9;--text-muted: #94a3b8;--green: #22c55e;--yellow: #f59e0b;--red: #ef4444;--blue: #3b82f6}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}a{color:var(--blue);text-decoration:none}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:16px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.badge-green{background:#14532d;color:#86efac;border:1px solid #166534}.badge-yellow{background:#78350f;color:#fde68a;border:1px solid #92400e}.badge-red{background:#7f1d1d;color:#fca5a5;border:1px solid #991b1b}.badge-blue{background:#1e3a5f;color:#93c5fd;border:1px solid #1d4ed8}.badge-gray{background:#1e293b;color:#94a3b8;border:1px solid #334155}.score-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.btn{padding:6px 14px;border-radius:6px;border:none;cursor:pointer;font-size:13px;font-weight:500;transition:opacity .15s}.btn:hover{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--blue);color:#fff}.btn-success{background:#16a34a;color:#fff}.btn-danger{background:#dc2626;color:#fff}.btn-ghost{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}table{width:100%;border-collapse:collapse}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}th{color:var(--text-muted);font-weight:500;font-size:12px;text-transform:uppercase}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff05}.bar-track{height:6px;background:#334155;border-radius:3px;overflow:hidden;width:100px}.bar-fill{height:100%;border-radius:3px;transition:width .4s}spinner-wrap{display:flex;align-items:center;justify-content:center;padding:40px}.svelte-12qhfyh{box-sizing:border-box}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.mobile-header.svelte-12qhfyh{display:none;position:sticky;top:0;z-index:100;background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:12px 16px;align-items:center;justify-content:space-between}.menu-btn.svelte-12qhfyh,.search-btn.svelte-12qhfyh{background:transparent;border:none;color:var(--text-primary);padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-brand.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.brand-icon.svelte-12qhfyh{font-size:24px}.brand-text.svelte-12qhfyh{font-size:18px;font-weight:700;color:var(--text-primary)}.backdrop.svelte-12qhfyh{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:998}.sidebar.svelte-12qhfyh{width:240px;background:var(--bg-secondary);border-right:1px solid var(--border);padding:20px 0;flex-shrink:0;height:100vh;position:sticky;top:0;overflow-y:auto}.sidebar-header.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:0 20px 20px;border-bottom:1px solid var(--border);margin-bottom:20px}.logo-icon.svelte-12qhfyh{font-size:28px}.logo-text.svelte-12qhfyh{font-size:18px;font-weight:700;color:var(--text-primary);flex:1}.close-btn.svelte-12qhfyh{display:none;background:transparent;border:none;color:var(--text-muted);font-size:24px;cursor:pointer;padding:4px}.nav-list.svelte-12qhfyh{list-style:none;padding:0;margin:0}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px 20px;color:var(--text-muted);transition:all .2s;font-size:15px}.nav-link.svelte-12qhfyh:hover{background:#ffffff0d;color:var(--text-primary)}.nav-link.active.svelte-12qhfyh{background:#3b82f626;color:#3b82f6;border-left:3px solid #3b82f6}.nav-icon.svelte-12qhfyh{font-size:20px}.main-content.svelte-12qhfyh{flex:1;padding:24px;max-width:1400px;margin:0 auto;width:100%}@media (min-width: 769px){.app.svelte-12qhfyh{flex-direction:row}.main-content.svelte-12qhfyh{overflow-y:auto;height:100vh}}@media (max-width: 768px){.mobile-header.svelte-12qhfyh{display:flex}.backdrop.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;z-index:999;transform:translate(-100%);transition:transform .3s ease;height:100vh;width:280px}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.close-btn.svelte-12qhfyh{display:block}.main-content.svelte-12qhfyh{padding:16px 12px;margin-top:0}}
