:root{--bg-outer:#e9e9e5;--bg-shell:#f7f7f4;--bg-card:#fff;--bg-subtle:#f0f0ec;--bg-input:#fbfbf9;--border-card:#e6e6e0;--border-input:#e0e0da;--border-dashed:#c5c5bf;--ink:#1c1c1a;--ink-hover:#383834;--muted:#55554f;--muted-2:#8a8a84;--muted-3:#a3a39c;--danger-bg:#fdf3f2;--danger-border:#f0d5d3;--danger-ink:#b23a32;--danger-hover:#f9e4e2;--radius-card:16px;--radius-sheet:22px;--radius-chip:18px;--radius-input:12px}*{box-sizing:border-box}html,body{background:var(--bg-outer);height:100%;margin:0;padding:0}body{color:var(--ink);-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;font-family:Manrope,system-ui,-apple-system,sans-serif}input,button{font-family:inherit}::-webkit-scrollbar{display:none}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace}.field{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--muted-2);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.text-input{border:1px solid var(--border-input);border-radius:var(--radius-input);background:var(--bg-input);outline:none;width:100%;padding:12px 14px;font-size:14px}.field-row{gap:10px;display:flex}.field-row>.field{flex:1}.field-row>.field-narrow{flex:0 0 130px}.pill-row{flex-wrap:wrap;gap:7px;display:flex}.pill{cursor:pointer;border:1px solid var(--border-input);background:var(--bg-card);color:var(--muted);border-radius:16px;align-items:center;gap:6px;padding:7px 11px;font-family:inherit;font-size:12px;font-weight:700;display:flex}.pill-dot{border-radius:5px;flex-shrink:0;width:9px;height:9px}.chip-dashed{border-radius:var(--radius-chip);color:#7a7a74;border:1px dashed var(--border-dashed);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600}.chip-dashed:hover{color:var(--ink);border-color:#8a8a84}.outer.svelte-12qhfyh{background:var(--bg-outer);justify-content:center;min-height:100dvh;display:flex}
