@import "https://fonts.googleapis.com/css2?family=Calistoga&family=Inter:wght@400;500;600;700&display=swap";:root{--brand-primary:#0e7490;--brand-on-primary:#fff;--brand-accent:#c2410c;--brand-foreground:#164e63;--color-background:#ecfeff;--color-surface:#fff;--color-muted:#e8f1f6;--color-muted-foreground:#476b7c;--color-border:#0891b2;--color-destructive:#dc2626;--color-success:#15803d;--color-ring:var(--brand-primary);--font-heading:"Calistoga", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--radius:12px;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:40px;--space-6:64px;--touch-target:44px;--transition:.2s ease;--bp-sm:480px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--content-max:640px;--content-max-wide:1120px;--sidebar-width:264px;--tabbar-height:56px}*,:before,:after{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html{font-size:100%}body{font-family:var(--font-body);color:var(--brand-foreground);background:var(--color-background);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.5}h1,h2,h3{font-family:var(--font-heading);margin:0 0 var(--space-3);color:var(--brand-foreground);font-weight:400;line-height:1.2}h1{font-size:clamp(1.75rem,5vw,2.5rem)}h2{font-size:clamp(1.25rem,4vw,1.75rem)}p{margin:0 0 var(--space-3)}a{color:var(--brand-primary)}button,.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--touch-target);padding:0 var(--space-4);border-radius:var(--radius);font:600 1rem var(--font-body);cursor:pointer;transition:background-color var(--transition), transform var(--transition);border:none;display:inline-flex}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px}.btn-primary{background:var(--brand-primary);color:var(--brand-on-primary)}.btn-primary:hover{filter:brightness(1.08)}.btn-accent{background:var(--brand-accent);color:#fff}button:disabled{opacity:.55;cursor:not-allowed}label{margin-bottom:var(--space-1);font-weight:600;display:block}input{width:100%;min-height:var(--touch-target);padding:0 var(--space-3);border:1.5px solid var(--color-border);border-radius:var(--radius);font:1rem var(--font-body);color:var(--brand-foreground);background:var(--color-surface)}.field{margin-bottom:var(--space-3)}.hint{color:var(--color-muted-foreground);margin-top:var(--space-1);font-size:.875rem}.error{color:var(--color-destructive);margin-top:var(--space-2);font-weight:500}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-3)}.page{max-width:var(--content-max);padding:var(--space-4) var(--space-3) var(--space-6);margin:0 auto}.tab-bar{max-width:var(--content-max);background:var(--color-surface);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom);z-index:10;grid-template-columns:repeat(4,1fr);margin-inline:auto;display:grid;position:fixed;bottom:0;left:0;right:0}.tab-item{justify-content:center;align-items:center;gap:var(--space-1);min-height:var(--touch-target);padding:var(--space-2) 0;color:var(--color-muted-foreground);font:500 .75rem var(--font-body);transition:color var(--transition);flex-direction:column;text-decoration:none;display:flex}.tab-item[aria-current=page]{color:var(--brand-primary);font-weight:600}.tab-item:focus-visible{outline:3px solid var(--color-ring);outline-offset:-3px}.offline-banner{background:var(--color-muted);color:var(--brand-foreground);border-bottom:1px solid var(--color-border);padding:var(--space-2) var(--space-3);font:500 .875rem var(--font-body);text-align:center}.badge{padding:var(--space-1) var(--space-2);background:var(--color-muted);white-space:nowrap;border-radius:999px;font-size:.8125rem;font-weight:600}.badge-yes{color:var(--color-success);background:#dcfce7}.badge-declined{color:#b91c1c;background:#fee2e2}.badge-pending{color:var(--brand-primary);background:#cffafe}.badge-failed{color:#92400e;background:#fef3c7}.btn-secondary{color:var(--brand-primary);border:2px solid var(--brand-primary);background:0 0}.btn-secondary:hover{background:var(--color-muted)}.qr-frame{width:fit-content;margin:0 auto var(--space-3);padding:var(--space-5);justify-content:center;align-items:center;display:flex}.chip{align-items:center;gap:var(--space-2);background:var(--color-muted);max-width:100%;color:var(--brand-foreground);padding:var(--space-2) var(--space-3);border-radius:999px;text-decoration:none;display:inline-flex}.card.highlight{border-left:4px solid var(--brand-accent);color:inherit;transition:background-color var(--transition);text-decoration:none;display:block}.card.highlight:hover{background:var(--color-muted)}.announcement{display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.paused-page.svelte-1in385j{min-height:100dvh;padding:var(--space-4);background:var(--color-background);justify-content:center;align-items:center;display:flex}.paused-card.svelte-1in385j{text-align:center;width:100%;max-width:28rem;padding:var(--space-5) var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.paused-icon.svelte-1in385j{color:var(--color-muted-foreground);margin-bottom:var(--space-3)}.paused-title.svelte-1in385j{font-family:var(--font-heading);margin:0 0 var(--space-2);color:var(--brand-foreground);font-size:1.375rem}.paused-message.svelte-1in385j{color:var(--color-muted-foreground);white-space:pre-line;margin:0;line-height:1.6}.grace-banner.svelte-10kbmw2{justify-content:center;align-items:center;gap:var(--space-3);color:#92400e;padding:var(--space-2) var(--space-3);font:500 .875rem var(--font-body);text-align:center;background:#fef3c7;border-bottom:1px solid #fde68a;display:flex}.grace-message.svelte-10kbmw2{max-width:var(--content-max)}.grace-dismiss.svelte-10kbmw2{width:var(--touch-target);color:inherit;background:0 0;border:none;border-radius:999px;flex-shrink:0;padding:0}.grace-dismiss.svelte-10kbmw2:hover{background:#00000014}header.svelte-12qhfyh{background:var(--brand-primary);color:var(--brand-on-primary)}.header-inner.svelte-12qhfyh{max-width:var(--content-max);padding:var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-3);margin:0 auto;display:flex}.org-identity.svelte-12qhfyh{align-items:center;gap:var(--space-2);min-width:0;display:flex}.org-logo.svelte-12qhfyh{object-fit:contain;max-width:120px;height:28px;display:block}.org-name.svelte-12qhfyh{font-family:var(--font-heading);text-wrap:balance;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1.0625rem;line-height:1.2;display:-webkit-box;overflow:hidden}.header-actions.svelte-12qhfyh{align-items:center;gap:var(--space-1);flex-shrink:0;display:flex}.btn-ghost.svelte-12qhfyh{min-height:var(--touch-target);padding:0 var(--space-2);color:var(--brand-on-primary);font:600 .9375rem var(--font-body);opacity:.92;background:0 0;border:none}.btn-ghost.svelte-12qhfyh:hover{opacity:1;background:#ffffff1f}.btn-ghost.svelte-12qhfyh:focus-visible{outline:2px solid var(--brand-on-primary);outline-offset:2px}.btn-icon.svelte-12qhfyh{width:var(--touch-target);justify-content:center;padding:0}main.page.svelte-12qhfyh{padding-bottom:calc(var(--space-6) + var(--tabbar-height) + env(safe-area-inset-bottom))}
