*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#ea580c;--primary-dark:#c2410c;--primary-light:#fed7aa;--accent:#2563eb;--accent-light:#dbeafe;--green:#16a34a;--green-light:#dcfce7;--yellow:#d97706;--yellow-light:#fef3c7;--background:#fafaf9;--surface:#fff;--foreground:#1c1917;--muted:#78716c;--border:#e7e5e4;--danger:#dc2626;--danger-light:#fee2e2;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}body{font-family:var(--font);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.5}button{cursor:pointer;font:inherit;border:none;outline:none}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a{color:inherit;text-decoration:none}input,textarea,select{font:inherit;color:var(--foreground)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}.money{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.page-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:1.4rem;font-weight:800;line-height:1.1}.section-title{letter-spacing:-.01em;margin-bottom:.625rem;font-size:1.05rem;font-weight:700}.muted{color:var(--muted)}.card,.stat-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1rem}.stat-value{letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1.1}.stat-label{color:var(--muted);font-size:.8rem;font-weight:500}.badge{border-radius:var(--radius-full);align-items:center;padding:.2rem .625rem;font-size:.75rem;font-weight:600;line-height:1.25;display:inline-flex}.badge-pending{background:var(--yellow-light);color:var(--yellow)}.badge-fulfilled{background:var(--green-light);color:var(--green)}.badge-confirmed{background:var(--accent-light);color:var(--accent)}.badge-cancelled{background:var(--danger-light);color:var(--danger)}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .15s,transform .1s;display:flex}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:active{transform:scale(.98)}.btn-secondary{background:var(--surface);width:100%;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s,transform .1s;display:flex}.btn-secondary:hover{border-color:var(--muted)}.btn-secondary:active{background:var(--background);transform:scale(.98)}.btn-success{background:var(--green);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:filter .15s,transform .1s;display:flex}.btn-success:hover{filter:brightness(.95)}.btn-success:active{transform:scale(.98)}.btn-primary:disabled,.btn-secondary:disabled,.btn-success:disabled{opacity:.5;cursor:not-allowed;transform:none}.label{margin-bottom:.375rem;font-size:.85rem;font-weight:600;display:block}.field{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:.8rem .875rem;font-size:1rem}.field:focus-visible{border-color:var(--primary);outline:none}.badge-paid{background:var(--green-light);color:var(--green)}.badge-partial{background:var(--yellow-light);color:var(--yellow)}.badge-unpaid{background:var(--danger-light);color:var(--danger)}.badge-neutral{background:var(--border);color:var(--muted)}.skeleton{background:linear-gradient(90deg, var(--border) 25%, #f0efed 50%, var(--border) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.3s ease-in-out infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;color:var(--muted);padding:3rem 1.5rem}.empty-icon{border-radius:var(--radius-full);background:var(--surface);width:56px;height:56px;box-shadow:var(--shadow-sm);color:var(--muted);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}@media (prefers-reduced-motion:reduce){*{transition-duration:0s!important;animation-duration:0s!important}}.shell.svelte-12qhfyh{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex;position:relative}.topbar.svelte-12qhfyh{background:var(--foreground);color:#fff;padding:.875rem 1rem;padding-top:max(env(safe-area-inset-top), .875rem);z-index:40;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.icon-btn.svelte-12qhfyh{color:#fff;opacity:.8;border-radius:var(--radius-sm);background:0 0;padding:.25rem}.icon-btn.svelte-12qhfyh:active{opacity:1}main.svelte-12qhfyh{flex:1;padding:1rem;overflow-y:auto}main.with-nav.svelte-12qhfyh{padding-bottom:5.5rem}main.bare.svelte-12qhfyh{padding:0}.menu-backdrop.svelte-12qhfyh{z-index:45;background:0 0;border:none;position:fixed;inset:0}.menu.svelte-12qhfyh{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:46;min-width:150px;padding:.375rem;position:absolute;top:calc(100% + .5rem);right:0}.menu-item.svelte-12qhfyh{width:100%;color:var(--foreground);border-radius:var(--radius-sm);background:0 0;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.9rem;font-weight:500;display:flex}.menu-item.svelte-12qhfyh:active{background:var(--background)}.tabbar.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);width:100%;max-width:480px;padding:.375rem 0;padding-bottom:max(env(safe-area-inset-bottom), .375rem);z-index:50;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.tabbar.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);flex-direction:column;flex:1;align-items:center;gap:.15rem;padding:.375rem 0;transition:color .15s;display:flex}.tabbar.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary)}.tabbar.svelte-12qhfyh span:where(.svelte-12qhfyh){letter-spacing:.01em;font-size:.65rem;font-weight:600}
