:root{--bg:#f5f7fb;--card:#fff;--muted:#6b7280;--fg:#1f2937;--accent:#3b82f6;--danger:#ef4444}body{background:#f5f7fb;background:var(--bg);color:#1f2937;color:var(--fg)}.app{margin:0 auto;max-width:1200px;padding:20px}.header{flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.header,.hstack{align-items:center;display:flex}.hstack{gap:10px}input,select,textarea{background:#0f1626;border:1px solid #27324a;border-radius:10px;color:#1f2937;color:var(--fg);padding:10px 12px}button{background:#3b82f6;background:var(--accent);border:0;border-radius:12px;color:#041026;cursor:pointer;font-weight:600;padding:10px 14px}button.ghost{background:#0000;border:1px solid #27324a;color:#1f2937;color:var(--fg)}button.danger{background:#ef4444;background:var(--danger);color:#2b0f10}.grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;background:var(--card);border:1px solid #27324a;border-radius:16px;display:flex;flex-direction:column;gap:8px;padding:14px}.card h4{font-size:14px;margin:0}.card p{color:#6b7280;color:var(--muted);font-size:13px;margin:0}.row{align-items:center;display:flex;justify-content:space-between}.badge{border:1px solid #27324a;border-radius:20px;color:#6b7280;color:var(--muted);font-size:11px;padding:4px 8px}.toolbar{display:flex;flex-wrap:wrap;gap:10px}.kbd{background:#0a101c;border:solid #27324a;border-radius:8px;border-width:1px 1px 3px;color:#6b7280;color:var(--muted);font-family:ui-monospace;padding:2px 8px}.empty{border:1px dashed #27324a;border-radius:16px;opacity:.7;padding:18px;text-align:center}.category-head{align-items:center;display:flex;justify-content:space-between;margin:18px 0 10px}.category-title{font-weight:700}hr.sep{border:0;border-top:1px solid #1f2a44;margin:16px 0}.footer{margin-top:24px;opacity:.7}.modal-backdrop{background:#00000080;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1000}.modal{background:#fff;background:var(--card);border-radius:0;box-shadow:-2px 0 8px #0003;height:100%;overflow-y:auto;padding:20px;width:320px}
/*# sourceMappingURL=main.6a8dfbf2.css.map*/