:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-bg-base:#150f18;--theme-bg-surface:#231727;--theme-bg-surface-alt:#2b1d2f;--theme-bg-input:#1b1220;--theme-bg-overlay:#150f18eb;--theme-accent-primary:#f9a8d4;--theme-accent-primary-strong:#f472b6;--theme-accent-ring:#f9a8d459;--theme-text-primary:#fdf2f8;--theme-text-muted:#d8bfd2;--theme-text-label:#b79ab0;--theme-border:#f9a8d433;background:var(--theme-bg-base);color:var(--theme-text-primary);font-family:Inter,system-ui,sans-serif}body{background:radial-gradient(1000px 360px at top, #f9a8d426, transparent 62%), var(--theme-bg-base);margin:0}.shell{gap:14px;max-width:1080px;margin:0 auto;padding:24px;display:grid}.header{margin-bottom:4px}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.card,.note{border:1px solid var(--theme-border);background:#201522d6;border-radius:16px;padding:16px}.badge{color:#fbcfe8;border:1px solid var(--theme-accent-ring);background:#f9a8d42e;border-radius:999px;margin-top:2px;padding:4px 10px;font-size:12px;display:inline-block}.title{margin-bottom:4px;font-weight:700}.small{color:var(--theme-text-muted);font-size:14px}input,textarea,select{background:var(--theme-bg-input);border:1px solid var(--theme-border);width:100%;color:var(--theme-text-primary);border-radius:10px;margin-top:6px;padding:10px 12px}input:focus,textarea:focus,select:focus{border-color:var(--theme-accent-primary);outline:none}textarea{resize:vertical;min-height:84px}label{color:var(--theme-text-muted);font-size:.86rem}.actions{flex-wrap:wrap;gap:8px;display:flex}.btn{background:var(--theme-accent-primary);color:#3b0a2a;cursor:pointer;border:none;border-radius:10px;padding:8px 12px;font-weight:700}.btn:hover{background:var(--theme-accent-primary-strong)}.badge.error{color:#fecaca;background:#ef444433;border-color:#ef444459}
