.touch-target-min{min-width:44px;min-height:44px}.touch-target-recommended{min-width:48px;min-height:48px}.no-select{-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-left{padding-left:env(safe-area-inset-left)}.safe-area-right{padding-right:env(safe-area-inset-right)}.safe-area-all{padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}.hide-mobile{display:none}@media (min-width: 640px){.hide-mobile{display:block}}.show-mobile{display:block}@media (min-width: 640px){.show-mobile{display:none}}.hide-tablet{display:none}@media (min-width: 768px){.hide-tablet{display:block}}.show-tablet{display:block}@media (min-width: 768px){.show-tablet{display:none}}.smooth-scroll{-webkit-overflow-scrolling:touch}.prevent-scroll{overflow:hidden;padding-right:var(--scrollbar-width, 0)}.mobile-padding{padding:1rem}@media (min-width: 640px){.mobile-padding{padding:1.5rem}}@media (min-width: 768px){.mobile-padding{padding:2rem}}.mobile-margin{margin:1rem}@media (min-width: 640px){.mobile-margin{margin:1.5rem}}@media (min-width: 768px){.mobile-margin{margin:2rem}}.mobile-stack{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.mobile-stack{flex-direction:row;gap:1.5rem}}.mobile-full-width{width:100%}@media (min-width: 640px){.mobile-full-width{width:auto}}.mobile-center{text-align:center}@media (min-width: 640px){.mobile-center{text-align:left}}.mobile-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.mobile-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.mobile-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.mobile-heading-lg{font-size:1.5rem;line-height:1.2}@media (min-width: 640px){.mobile-heading-lg{font-size:2rem}}@media (min-width: 768px){.mobile-heading-lg{font-size:2.5rem}}.mobile-heading-md{font-size:1.25rem;line-height:1.3}@media (min-width: 640px){.mobile-heading-md{font-size:1.5rem}}@media (min-width: 768px){.mobile-heading-md{font-size:1.75rem}}.mobile-heading-sm{font-size:1rem;line-height:1.4}@media (min-width: 640px){.mobile-heading-sm{font-size:1.125rem}}@media (min-width: 768px){.mobile-heading-sm{font-size:1.25rem}}.mobile-text{font-size:.875rem;line-height:1.5}@media (min-width: 640px){.mobile-text{font-size:1rem;line-height:1.6}}.mobile-btn-full{width:100%;justify-content:center}@media (min-width: 640px){.mobile-btn-full{width:auto}}.mobile-modal{position:fixed;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}@media (min-width: 640px){.mobile-modal{position:relative;inset:auto;width:auto;height:auto;max-width:600px;max-height:90vh;border-radius:12px}}.skip-to-main{position:absolute;left:-9999px;z-index:999}.skip-to-main:focus{position:fixed;top:0;left:0;background:#fff;padding:1rem;z-index:999;box-shadow:0 2px 8px #0003}@media (hover: none) and (pointer: coarse){.no-touch-hover:hover{transform:none!important;box-shadow:none!important}}@media (prefers-reduced-motion: reduce){.respect-motion-preference{animation:none!important;transition:none!important}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8f9fa;color:#212529}#app.svelte-1q72ejl{min-height:100vh}.main-nav.svelte-1q72ejl{background:linear-gradient(135deg,#8b2635,#722f37);border-bottom:1px solid rgba(212,175,55,.2);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #8b26354d;position:sticky;top:0;z-index:100}.nav-brand.svelte-1q72ejl{flex-shrink:0;z-index:101}.brand-link.svelte-1q72ejl{color:beige;text-decoration:none;font-size:.9rem;font-weight:700;font-family:Georgia,serif;transition:all .2s ease;padding:.5rem;border-radius:8px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.brand-link.svelte-1q72ejl:hover{color:#d4af37;background-color:#ffffff1a;transform:translateY(-1px)}.mobile-menu-toggle.svelte-1q72ejl{display:none;background:none;border:none;color:beige;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;min-width:44px;min-height:44px;align-items:center;justify-content:center;z-index:101}.mobile-menu-toggle.svelte-1q72ejl:hover{background:#d4af3733;color:#d4af37}.menu-icon.svelte-1q72ejl{width:1.5rem;height:1.5rem}.nav-auth.svelte-1q72ejl{display:flex;align-items:center;gap:1rem;transition:transform .3s ease-in-out}.nav-link.svelte-1q72ejl{color:beige;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s;white-space:nowrap}.nav-link.svelte-1q72ejl:hover{background-color:#d4af3733;color:#d4af37}.nav-link.primary.svelte-1q72ejl{background:linear-gradient(135deg,#d4af37,#b8941f);color:#8b2635;font-weight:600}.nav-link.primary.svelte-1q72ejl:hover{background:linear-gradient(135deg,#b8941f,#d4af37);transform:translateY(-1px)}.container{max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 768px){.main-nav.svelte-1q72ejl{padding:1rem;position:relative}.mobile-menu-toggle.svelte-1q72ejl{display:flex;order:3}.nav-auth.svelte-1q72ejl{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:linear-gradient(135deg,#8b2635,#722f37);box-shadow:-4px 0 15px #0000004d;flex-direction:column;gap:0;padding:5rem 0 2rem;transform:translate(100%);transition:transform .3s ease-in-out;z-index:100;border-left:2px solid #D4AF37}.nav-auth.mobile-menu-open.svelte-1q72ejl{transform:translate(0)}.nav-link.svelte-1q72ejl{width:100%;padding:1rem 1.5rem;border-radius:0;justify-content:flex-start;border-bottom:1px solid rgba(212,175,55,.1);min-height:48px;display:flex;align-items:center}.nav-link.svelte-1q72ejl:hover{transform:none;background:#d4af3726}.nav-link.primary.svelte-1q72ejl{background:linear-gradient(135deg,#d4af37,#b8941f);color:#8b2635;font-weight:600;margin:1rem 1.5rem;width:calc(100% - 3rem);border-radius:8px;justify-content:center}.nav-link.primary.svelte-1q72ejl:hover{background:linear-gradient(135deg,#b8941f,#d4af37);transform:translateY(-1px)}.brand-link.svelte-1q72ejl{font-size:.85rem}}@media (max-width: 480px){.main-nav.svelte-1q72ejl{padding:.75rem}.brand-link.svelte-1q72ejl{font-size:.75rem;padding:.375rem}.nav-auth.svelte-1q72ejl{width:100%;max-width:100vw}.nav-link.svelte-1q72ejl{padding:.875rem 1.25rem}}@media (hover: none) and (pointer: coarse){.nav-link.svelte-1q72ejl,.mobile-menu-toggle.svelte-1q72ejl{min-height:48px}.mobile-menu-toggle.svelte-1q72ejl{-webkit-tap-highlight-color:rgba(0,0,0,.1)}}@media (prefers-reduced-motion: reduce){.nav-auth.svelte-1q72ejl,.nav-link.svelte-1q72ejl,.mobile-menu-toggle.svelte-1q72ejl,.brand-link.svelte-1q72ejl{transition:none}}
