@charset "UTF-8";.panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-md);padding:18px}.row{display:flex;gap:12px;align-items:center}.stack{display:grid;gap:12px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.input,.select{height:40px;width:100%;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}.input:focus,.select:focus{outline:3px solid rgba(61,104,255,.2)}.ta{width:100%;border:1px solid var(--border);border-radius:10px;padding:12px;background:var(--surface)}.pill{display:inline-grid;place-items:center;height:28px;padding:0 10px;border-radius:999px;background:#ffe5e5;color:#e11d48;font-weight:600}.badge{display:inline-grid;place-items:center;height:28px;padding:0 10px;border-radius:999px;background:#eef2ff;color:var(--brand);font-weight:600}.muted{color:var(--muted)}.stars{display:grid;gap:10px}.star-dist{display:flex;gap:8px;align-items:center}:root{--brand: #3d68ff;--brand-600: #2f56e6;--border: #e8edf5;--bg: #f5f7fb;--surface: #fff;--surface-2: #f9fbff;--text: #1c2430;--muted: #64748b;--shadow-sm: 0 2px 8px rgba(16, 24, 40, .06);--shadow-md: 0 6px 20px rgba(16, 24, 40, .08);--header-height: 54px;--sidebar-width: 220px}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid rgba(61,104,255,.3);outline-offset:2px}.with-actionbar{padding-bottom:calc(66px + env(safe-area-inset-bottom))}.card{background:#fff;border:1px solid var(--as-border);border-radius:16px;box-shadow:var(--as-shadow-md);padding:25px}@media (max-width: 1024px){:root{--sidebar-width: 180px}}:root[data-theme=dark]{--bg: #0f172a;--surface: #0b1222;--surface-2: #0f1a33;--text: #e5e7eb;--muted: #9ca3af;--border: #1f2a44;--shadow-sm: 0 2px 8px rgba(0,0,0,.35);--shadow-md: 0 10px 30px rgba(0,0,0,.45)}
