:root,[data-theme=dark]{--bg:#0f1117;--card:#1a1d27;--card-hover:#1e2130;--border:#2a2d3a;--text:#e8e9ed;--text-dim:#8b8fa3;--accent:#3b82f6;--accent-hover:#2563eb;--green:#22c55e;--green-dim:#166534;--red:#ef4444;--red-dim:#7f1d1d;--amber:#f59e0b;--amber-dim:#78350f;--surface:#13151d;--input-bg:#0d0f15;--modal-overlay:#000000b3}[data-theme=light]{--bg:#f3f4f6;--card:#fff;--card-hover:#f9fafb;--border:#d1d5db;--text:#111827;--text-dim:#6b7280;--accent:#2563eb;--accent-hover:#1d4ed8;--green:#16a34a;--green-dim:#dcfce7;--red:#dc2626;--red-dim:#fee2e2;--amber:#d97706;--amber-dim:#fef3c7;--surface:#e5e7eb;--input-bg:#fff;--modal-overlay:#0006}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}.stat-grid{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.stat-grid>*{flex:1;min-width:140px}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:10px 12px;font-size:10px;font-weight:600}td{padding:10px 12px}tr+tr{border-top:1px solid color-mix(in srgb, var(--border) 25%, transparent)}thead tr{border-bottom:1px solid var(--border)}@media (width<=768px){.stat-grid>*{min-width:calc(50% - 8px)}.mobile-cards table,.mobile-cards thead{display:none}.mobile-cards .mobile-card{background:var(--card);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;padding:14px 16px;display:block}.mobile-cards .mobile-card-row{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.mobile-cards .mobile-card-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.mobile-cards .mobile-card-value{font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600}.mobile-cards .mobile-card-header{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:8px;padding-bottom:8px;font-size:14px;font-weight:700}}@media (width<=480px){.stat-grid>*{min-width:100%}}.app-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;display:flex}@media (width<=480px){.app-header{padding:10px 16px}}.app-content{max-width:1100px;margin:0 auto;padding:24px 20px}@media (width<=480px){.app-content{padding:16px 12px}}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}@media (width<=600px){.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-actions{gap:8px;display:flex}.dashboard-actions button{flex:1}}.project-card{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:18px 22px;transition:border-color .15s;display:flex}.project-card:hover{border-color:color-mix(in srgb, var(--accent) 40%, transparent)}@media (width<=600px){.project-card{flex-direction:column;align-items:stretch;padding:14px 16px}.project-card-stats{grid-template-columns:1fr 1fr;gap:8px;display:grid}}.tab-bar{flex-wrap:wrap;gap:2px;margin-bottom:16px;display:flex}.detail-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}@media (width<=600px){.detail-header{flex-direction:column;align-items:stretch}.detail-header-actions{justify-content:flex-end;gap:8px;display:flex}}.modal-overlay{z-index:1000;background:var(--modal-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-content{background:var(--card);border:1px solid var(--border);border-radius:12px;width:520px;max-width:100%;max-height:85vh;overflow:auto}.form-row{gap:10px;display:flex}@media (width<=480px){.form-row{flex-direction:column}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.theme-toggle{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:16px;line-height:1;transition:all .15s}.theme-toggle:hover{color:var(--text);border-color:var(--accent)}.show-mobile{display:none}.hide-mobile{width:100%;display:table}.mobile-card-item{background:var(--card);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;padding:14px 16px}@media (width<=768px){.show-mobile{display:block}.hide-mobile{display:none}}
