:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#172033;background:#f1f5f9;font-family:system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}main{max-width:1240px;margin:0 auto;padding:32px 24px 64px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.topbar h1{margin:0}.button{text-decoration:none;display:inline-block}.muted{color:#64748b}.grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;display:grid}.card{background:#fff;border-radius:12px;margin-top:18px;padding:18px;box-shadow:0 3px 14px #0001}.metric{margin-top:0}.login-card{max-width:460px;margin:12vh auto}.resource-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4px 16px;display:grid}.resource-card{box-shadow:none;border:1px solid #e2e8f0;margin-top:8px}.resource-card h2{margin:0;font-size:1.05rem}.section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-head h2{margin:0 0 12px}.badge{color:#1e40af;text-align:center;background:#dbeafe;border-radius:999px;min-width:28px;padding:3px 8px;font-size:.85rem}.resource-form{gap:8px;display:grid}.resource-form .row{align-items:stretch}.resource-form input,.resource-form textarea,.resource-form select{min-width:0}.records{gap:6px;margin-top:12px;display:grid}.record{background:#f8fafc;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.record strong,.record small{text-overflow:ellipsis;white-space:nowrap;max-width:210px;display:block;overflow:hidden}.record small{color:#64748b;font-size:.7rem}.small{padding:6px 9px;font-size:.8rem}.preference-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin:12px 0;display:grid}.preference{background:#f8fafc;border-radius:6px;align-items:center;gap:8px;padding:8px;display:flex}.value{margin-top:8px;font-size:28px;font-weight:700}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}input,textarea,select{width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:7px;padding:10px}.row>input,.row>select{flex:180px;width:auto}button{color:#fff;cursor:pointer;font:inherit;background:#2563eb;border:0;border-radius:8px;padding:10px 16px}button.secondary{background:#475569}button.danger{background:#b91c1c}pre{color:#dbeafe;background:#0f172a;border-radius:8px;max-height:280px;padding:14px;overflow:auto}.error{color:#b91c1c}.success-box,.error-box{border-radius:8px;margin-top:12px;padding:12px;line-height:1.6}.success-box{color:#166534;background:#dcfce7}.error-box{color:#991b1b;background:#fee2e2}
