:root{--color-deep-teal: #1a3a4a;--color-teal: #2d5f6e;--color-copper: #d4a574;--color-copper-text: #a07440;--color-cream: #f5f0eb;--color-white: #ffffff;--color-positive: #3a9a5c;--color-positive-bg: #e6f4ee;--color-positive-text: #2d6a4f;--color-warning: #d4a020;--color-warning-bg: #fef3cd;--color-warning-text: #856404;--color-danger: #c4583a;--color-danger-bg: #f8d7da;--color-danger-text: #842029;--color-text: #1a3a4a;--color-text-secondary: #666666;--color-text-tertiary: #999999;--color-text-muted: #bbbbbb;--color-border: #e8e4df;--color-border-light: #f0ece7;--font-heading: Charter, "Bitstream Charter", "Literata", Georgia, serif;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .04);--shadow-md: 0 2px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 24px rgba(0, 0, 0, .1);--max-width: 720px;--max-width-wide: 960px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--color-text);background-color:var(--color-cream);-webkit-font-smoothing:antialiased}body{min-height:100vh}input,select,button{font:inherit;color:inherit}button{cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:12px var(--space-lg);border:none;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,opacity .15s ease;min-height:44px}.btn-primary{background:var(--color-teal);color:var(--color-white)}.btn-primary:hover{background:var(--color-deep-teal)}.btn-secondary{background:var(--color-cream);color:var(--color-text)}.btn-secondary:hover{background:var(--color-border)}.btn-ghost{background:transparent;color:var(--color-teal)}.btn-ghost:hover{background:var(--color-cream)}.btn-outline{background:transparent;color:var(--color-teal);border:2px solid var(--color-teal)}.btn-outline:hover{background:var(--color-teal);color:var(--color-white)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.card-elevated{box-shadow:var(--shadow-md)}.card-highlighted{box-shadow:var(--shadow-lg);border:2px solid var(--color-copper);background:var(--color-cream)}.heading-serif{font-family:var(--font-heading);font-weight:600;color:var(--color-text)}.label-upper{font-size:.7rem;color:var(--color-copper-text);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.text-secondary{color:var(--color-text-secondary)}.text-tertiary{color:var(--color-text-tertiary)}.btn-mobilepay{background:#5a31f4;color:#fff;font-weight:600;width:100%}.btn-mobilepay:hover{background:#4a28cc}.btn-mobilepay:disabled{opacity:.5;cursor:not-allowed}.btn-payment{width:100%;background:var(--color-white);color:var(--color-text);border:1px solid var(--color-border)}.btn-payment:hover{background:var(--color-cream)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1}.site-header.svelte-12qhfyh{background:var(--color-white);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:50}.nav-inner.svelte-12qhfyh{max-width:var(--max-width-wide);margin:0 auto;padding:var(--space-md) var(--space-md);display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-size:1.3rem;color:var(--color-deep-teal);text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:var(--space-lg);align-items:center}.nav-link.svelte-12qhfyh{font-size:.85rem;color:var(--color-text);text-decoration:none}.nav-link.svelte-12qhfyh:hover{color:var(--color-teal)}.btn-sm.svelte-12qhfyh{padding:var(--space-sm) var(--space-md);font-size:.85rem}.site-footer.svelte-12qhfyh{background:var(--color-white);border-top:1px solid var(--color-border);margin-top:var(--space-2xl)}.footer-inner.svelte-12qhfyh{max-width:var(--max-width-wide);margin:0 auto;padding:var(--space-xl) var(--space-md)}.footer-top.svelte-12qhfyh{display:flex;justify-content:space-between;gap:var(--space-xl);margin-bottom:var(--space-lg)}.logo-sm.svelte-12qhfyh{font-size:1rem;color:var(--color-deep-teal)}.independence.svelte-12qhfyh{font-size:.75rem;color:var(--color-text-tertiary);max-width:360px;margin-top:var(--space-sm);line-height:1.5}.footer-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:var(--space-md)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;color:var(--color-text-secondary);text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-teal)}.footer-sources.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;padding:var(--space-md) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-md)}.sources-label.svelte-12qhfyh{font-size:.75rem;color:var(--color-text-tertiary)}.source-pills.svelte-12qhfyh{display:flex;gap:var(--space-xs);flex-wrap:wrap}.source-pill.svelte-12qhfyh{font-size:.7rem;color:var(--color-text-tertiary);padding:2px var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.footer-bottom.svelte-12qhfyh{font-size:.75rem;color:var(--color-text-tertiary)}@media(max-width:640px){.footer-top.svelte-12qhfyh{flex-direction:column;gap:var(--space-md)}.footer-links.svelte-12qhfyh{gap:var(--space-sm) var(--space-md)}}
