@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #d97706;--primary-dark: #b45309;--primary-light: #f59e0b;--secondary-color: #0891b2;--text-color: #1e293b;--text-light: #64748b;--background-color: #ffffff;--background-gray: #faf7f5;--background-warm: #fef7ed;--border-color: #e7e5e4;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-color);background-color:var(--background-gray);line-height:1.6;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-color)}.container{max-width:1200px;margin:0 auto;padding:0 24px}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--background-color);color:var(--text-color);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--background-gray);border-color:var(--text-light)}input,textarea,select{font-family:inherit;font-size:1rem;padding:.625rem .875rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--background-color);width:100%;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #d977061a}.card{background:var(--background-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:1.5rem;box-shadow:var(--shadow-sm)}.card:hover{box-shadow:var(--shadow-md)}h1{font-size:clamp(1.75rem,5vw,2.5rem)}h2{font-size:clamp(1.25rem,4vw,1.75rem)}h3{font-size:clamp(1.1rem,3vw,1.375rem)}@media(pointer:coarse){button,.btn,a.btn{min-height:44px;min-width:44px}input,textarea,select{min-height:44px;font-size:16px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.hide-mobile{display:none}.show-mobile{display:block}@media(min-width:640px){.hide-mobile{display:block}.show-mobile{display:none}}@media(max-width:768px){.container{padding:0 16px}.stack-mobile{flex-direction:column}.full-mobile{width:100%}}@media(max-width:480px){.container{padding:0 12px}.card{padding:1rem;border-radius:var(--radius-md)}button,.btn{padding:.5rem 1rem;font-size:.8125rem}}@supports (padding: max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.main-nav.svelte-12qhfyh{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.main-nav.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;justify-content:space-between;align-items:center;padding:1rem 24px}.logo.svelte-12qhfyh{font-weight:700;font-size:1.375rem;color:var(--primary-color);letter-spacing:-.025em}.logo.svelte-12qhfyh:hover{color:var(--primary-dark)}.nav-links.svelte-12qhfyh{display:flex;gap:2rem;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-light);font-weight:500;font-size:.95rem;position:relative;padding:.5rem 0;transition:color .2s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-color)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-color);font-weight:600}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary-color);transform:scaleX(0);transition:transform .2s ease}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh):after,.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{transform:scaleX(1)}.user-menu.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.user-name.svelte-12qhfyh{font-size:.875rem;color:var(--text-light)}.logout-btn.svelte-12qhfyh{font-size:.875rem;color:var(--text-light);padding:.375rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius-sm)}.logout-btn.svelte-12qhfyh:hover{background:var(--background-gray);color:var(--text-color)}.nav-right.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.mobile-menu-btn.svelte-12qhfyh{display:none;background:none;border:none;padding:.5rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.hamburger.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:100%;height:2px;background:var(--text-color);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav.svelte-12qhfyh{display:none;flex-direction:column;background:var(--background-color);border-top:1px solid var(--border-color);padding:1rem 0}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.875rem 24px;color:var(--text-color);font-weight:500;transition:background .2s ease}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--background-gray)}.mobile-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-color);background:var(--background-warm)}.mobile-user.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1rem 24px;margin-top:.5rem;border-top:1px solid var(--border-color)}main.svelte-12qhfyh{min-height:calc(100vh - 160px)}.auth-layout.svelte-12qhfyh{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background-warm);padding:1rem}footer.svelte-12qhfyh{background:var(--background-color);padding:2rem 0;border-top:1px solid var(--border-color)}footer.svelte-12qhfyh p:where(.svelte-12qhfyh){text-align:center;color:var(--text-light);font-size:.875rem;margin:0}@media(max-width:768px){.desktop-nav.svelte-12qhfyh{display:none}.mobile-menu-btn.svelte-12qhfyh{display:block}.mobile-nav.svelte-12qhfyh{display:flex}.main-nav.svelte-12qhfyh .container:where(.svelte-12qhfyh){padding:.875rem 16px}main.svelte-12qhfyh{min-height:calc(100vh - 120px)}footer.svelte-12qhfyh{padding:1.5rem 0}}@media(max-width:480px){.main-nav.svelte-12qhfyh .container:where(.svelte-12qhfyh){padding:.75rem 12px}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.875rem 16px}.mobile-user.svelte-12qhfyh{padding:1rem 16px}.logo.svelte-12qhfyh{font-size:1.25rem}}
