:root{--bg:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--border:#cbd5e1;--text:#0f172a;--muted:#64748b;--accent:#d97706;--accent-hover:#b45309;--accent-contrast:#fff;--danger:#dc2626;--success:#16a34a;--tone-pending-bg:#fef3c7;--tone-pending-fg:#78350f;--tone-paid-bg:#dcfce7;--tone-paid-fg:#14532d;--tone-error-bg:#fee2e2;--tone-error-fg:#7f1d1d;--tone-info-bg:#dbeafe;--tone-info-fg:#1e3a8a;--radius:10px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}:root[data-theme=dark]{--bg:#0f172a;--surface:#1e293b;--surface-2:#273449;--border:#334155;--text:#f1f5f9;--muted:#94a3b8;--accent:#f59e0b;--accent-hover:#fbbf24;--accent-contrast:#0f172a;--danger:#ef4444;--success:#22c55e;--tone-pending-bg:#78350f;--tone-pending-fg:#fef3c7;--tone-paid-bg:#14532d;--tone-paid-fg:#bbf7d0;--tone-error-bg:#7f1d1d;--tone-error-fg:#fecaca;--tone-info-bg:#1e3a8a;--tone-info-fg:#dbeafe}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);min-height:100vh;margin:0;padding:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}h1,h2,h3{margin:0 0 .5em}input,textarea,select{background:var(--surface-2);width:100%;color:var(--text);border:1px solid var(--border);border-radius:var(--radius);font:inherit;padding:.65rem .8rem}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none}label{color:var(--muted);margin:.5rem 0 .25rem;font-size:.875rem;display:block}button,.btn{cursor:pointer;background:var(--accent);color:var(--accent-contrast);border-radius:var(--radius);font:inherit;border:none;padding:.65rem 1.1rem;font-weight:600;transition:background .15s}button:hover:not(:disabled),.btn:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary,.btn.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}button.secondary:hover:not(:disabled),.btn.secondary:hover{background:var(--border)}button.danger{background:var(--danger);color:#fff}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.container{max-width:1100px;margin:0 auto;padding:1rem}.row{flex-wrap:wrap;gap:.75rem;display:flex}.stack{flex-direction:column;gap:.75rem;display:flex}.muted{color:var(--muted)}.badge{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.badge.pending{background:var(--tone-pending-bg);color:var(--tone-pending-fg)}.badge.paid{background:var(--tone-paid-bg);color:var(--tone-paid-fg)}.badge.expired,.badge.refunded,.badge.cancelled{background:var(--tone-error-bg);color:var(--tone-error-fg)}.badge.draft{background:var(--surface-2)}.badge.published{background:var(--tone-info-bg);color:var(--tone-info-fg)}.badge.sold-out,.badge.closed{background:var(--tone-error-bg);color:var(--tone-error-fg)}.error{background:var(--tone-error-bg);color:var(--tone-error-fg);border-radius:var(--radius);padding:.75rem 1rem}.notice{background:var(--tone-info-bg);color:var(--tone-info-fg);border-radius:var(--radius);padding:.75rem 1rem}.backdrop.svelte-7e0w24{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog.svelte-7e0w24{background:var(--surface);width:100%;max-width:420px}.message.svelte-7e0w24{color:var(--text);margin:0 0 1rem;font-size:1rem;line-height:1.4}.actions.svelte-7e0w24{justify-content:flex-end;gap:.5rem;display:flex}.backdrop.svelte-zpobza{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog.svelte-zpobza{background:var(--surface);flex-direction:column;gap:.75rem;width:100%;max-width:420px;display:flex}.message.svelte-zpobza{color:var(--text);margin:0;font-size:1rem;line-height:1.4}.actions.svelte-zpobza{justify-content:flex-end;gap:.5rem;display:flex}.backdrop.svelte-1y960i6{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog.svelte-1y960i6{background:var(--surface);width:100%;max-width:420px}h2.svelte-1y960i6{margin:0}.field-error.svelte-1y960i6{color:var(--danger,#b91c1c);margin-top:-.25rem;font-size:.85rem}input[aria-invalid=true].svelte-1y960i6{border-color:var(--danger,#b91c1c)}.link.svelte-1y960i6{color:var(--muted,#6b7280);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.nav.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;position:sticky;top:0}.nav-inner.svelte-12qhfyh{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex}.brand.svelte-12qhfyh{color:var(--text);font-size:1.1rem;font-weight:700}.nav-links.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.nav-toggle.svelte-12qhfyh{min-width:2.4rem;font-size:1.1rem;line-height:1;display:none}.nav-links.svelte-12qhfyh a{color:var(--muted);border-radius:var(--radius);padding:.4rem .6rem;font-size:.95rem}.nav-links.svelte-12qhfyh a.active{color:var(--text);background:var(--surface-2)}.nav-links.svelte-12qhfyh a.btn{color:var(--accent-contrast)}.theme-toggle.svelte-12qhfyh{min-width:2.2rem;line-height:1}.who.svelte-12qhfyh{font-size:.85rem!important}button.small,.btn.small{padding:.4rem .75rem;font-size:.85rem}@media (width<=640px){.nav-toggle.svelte-12qhfyh{justify-content:center;align-items:center;display:inline-flex}.nav-links.svelte-12qhfyh{flex-direction:column;flex-basis:100%;align-items:stretch;gap:.25rem;padding-top:.5rem;display:none}.nav-links.open.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh a,.nav-links.svelte-12qhfyh button{text-align:left;width:100%}.who.svelte-12qhfyh{order:1}}
