.mad-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:14vh 20px 20px;background:color-mix(in oklab,#1a1717 36%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:mad-fade .14s ease}@keyframes mad-fade{0%{opacity:0}to{opacity:1}}.mad-panel{width:100%;max-width:460px;max-height:72vh;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:16px;background:color-mix(in oklab,#ffffff 92%,transparent);-webkit-backdrop-filter:saturate(180%) blur(24px);backdrop-filter:saturate(180%) blur(24px);border:1px solid var(--border,#e4e4e7);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 24px 60px rgba(12,10,9,.24);font-family:var(--font-display);color:var(--ink,#0c0a09);animation:mad-rise .16s ease}@keyframes mad-rise{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.mad-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mad-head h3{font-size:16px;font-weight:650;margin:0}.mad-head p{font-size:13px;margin:4px 0 0}.mad-close,.mad-head p{color:var(--muted,#71717a)}.mad-close{flex:none;width:28px;height:28px;border-radius:8px;border:1px solid transparent;background:transparent;font-size:20px;line-height:1;cursor:pointer;transition:background .12s,color .12s}.mad-close:hover{background:var(--surface-2,#f4f4f5);color:var(--ink,#0c0a09)}.mad-form{gap:10px}.mad-field,.mad-form{display:flex;flex-direction:column}.mad-field{gap:4px}.mad-field-label{font-size:12px;font-weight:600;color:var(--muted,#71717a)}.mad-select{width:100%;padding:9px 10px;border-radius:9px;border:1px solid var(--border,#e4e4e7);background:var(--surface,#fff);font-family:inherit;font-size:13px;color:var(--ink,#0c0a09);cursor:pointer}.mad-select:focus-visible{outline:2px solid var(--accent,#5b4ae8);outline-offset:1px}.mad-create{margin-top:4px;padding:10px 14px;border-radius:9px;border:1px solid transparent;background:var(--accent,#5b4ae8);color:#fff;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:filter .12s,opacity .12s}.mad-create:hover:not(:disabled){filter:brightness(1.06)}.mad-create:disabled{opacity:.45;cursor:not-allowed}.mad-list{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--border,#e4e4e7);padding-top:14px}.mad-empty{font-size:13px;color:var(--muted,#71717a);margin:0}.mad-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:9px;background:var(--surface-2,#f4f4f5)}.mad-row-label{font-size:13px;font-weight:500}.mad-row-remove{flex:none;width:24px;height:24px;border-radius:7px;border:1px solid transparent;background:transparent;font-size:17px;line-height:1;color:var(--muted,#71717a);cursor:pointer;transition:background .12s,color .12s}.mad-row-remove:hover{background:color-mix(in oklab,var(--destructive,#c33) 12%,transparent);color:var(--destructive,#c33)}