:root{--primary:#1976d2;--primary-hover:#1565c0;--primary-active:#0d47a1;--primary-rgb:25, 118, 210;--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-tertiary:#eee;--surface-1:#fff;--surface-2:#fafafa;--surface-3:#f5f5f5;--text-primary:#000000de;--text-secondary:#000000b3;--text-tertiary:#0000008a;--text-disabled:#00000042;--text-inverse:#fff;--border-subtle:#00000014;--border-medium:#0000001f;--border-strong:#0000003b;--success:#4caf50;--success-light:#81c784;--warning:#ff9800;--warning-light:#ffb74d;--error:#f44336;--error-light:#e57373;--info:#2196f3;--info-light:#64b5f6;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #00000026;--overlay:#00000080}[data-theme=dark]{--primary:#2196f3;--primary-hover:#42a5f5;--primary-active:#64b5f6;--primary-rgb:33, 150, 243;--bg-primary:#121212;--bg-secondary:#1e1e1e;--bg-tertiary:#2d2d2d;--surface-1:#1e1e1e;--surface-2:#2d2d2d;--surface-3:#383838;--text-primary:#fff;--text-secondary:#ffffffde;--text-tertiary:#ffffffb8;--text-disabled:#ffffff61;--text-inverse:#000000de;--border-subtle:#ffffff14;--border-medium:#ffffff1f;--border-strong:#ffffff3b;--success:#4caf50;--success-light:#66bb6a;--warning:#ff9800;--warning-light:#ffa726;--error:#f44336;--error-light:#ef5350;--info:#2196f3;--info-light:#42a5f5;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 15px #00000080;--shadow-xl:0 20px 25px #0009;--overlay:#000000b3}:root{--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"SF Mono", Monaco, "Cascadia Code", "Courier New", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--space-0:0;--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;--space-20:5rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--transition-fast:.15s ease-in-out;--transition-base:.25s ease-in-out;--transition-slow:.35s ease-in-out;--z-base:0;--z-dropdown:1000;--z-sticky:1100;--z-overlay:1200;--z-modal:1300;--z-popover:1400;--z-toast:1500;--z-tooltip:1600;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--container-2xl:1536px;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px}@media (prefers-reduced-motion:reduce){:root{--transition-fast:0s;--transition-base:0s;--transition-slow:0s}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-secondary);background-color:var(--bg-primary);transition:background-color var(--transition-base), color var(--transition-base)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:var(--weight-semibold);line-height:var(--leading-tight);margin-bottom:var(--space-4)}h1{font-size:var(--text-4xl);font-weight:var(--weight-bold)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{margin-bottom:var(--space-4)}strong{font-weight:var(--weight-semibold);color:var(--text-primary)}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover);text-decoration:underline}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;background:0 0;border:none}input:focus,select:focus,textarea:focus,button:focus{outline:2px solid var(--primary);outline-offset:2px}.container{width:100%;max-width:var(--container-xl);padding-left:var(--space-6);padding-right:var(--space-6);margin-left:auto;margin-right:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--bg-secondary)}::selection{background-color:rgba(var(--primary-rgb), .3);color:var(--text-primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn var(--transition-base)}.slide-up{animation:slideUp var(--transition-base)}.slide-down{animation:slideDown var(--transition-base)}.scale-in{animation:scaleIn var(--transition-base)}.header.svelte-hv3zzy{z-index:var(--z-sticky);background:var(--surface-1);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background var(--transition-base), border-color var(--transition-base);position:sticky;top:0}.header-container.svelte-hv3zzy{max-width:var(--container-2xl);padding:var(--space-4) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-8);margin:0 auto;display:flex}.logo.svelte-hv3zzy{align-items:center;gap:var(--space-3);font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);text-decoration:none;display:flex}.nav.svelte-hv3zzy{align-items:center;gap:var(--space-6);flex:1;display:none}.nav-link.svelte-hv3zzy{font-size:var(--text-base);color:var(--text-secondary);transition:color var(--transition-fast)}.nav-link.svelte-hv3zzy:hover{color:var(--text-primary);text-decoration:none}.actions.svelte-hv3zzy{align-items:center;gap:var(--space-3);display:flex}.lang-toggle.svelte-hv3zzy{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--weight-medium);transition:all var(--transition-fast);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}.lang-toggle.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}.theme-toggle.svelte-hv3zzy{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}.theme-toggle.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}.theme-toggle.svelte-hv3zzy:active{transform:scale(.95)}.profile-button.svelte-hv3zzy{border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:flex}.profile-button.svelte-hv3zzy:hover{transform:scale(1.05)}.profile-button.svelte-hv3zzy:active{transform:scale(.95)}.avatar.svelte-hv3zzy{border-radius:var(--radius-full);background:var(--primary);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.avatar.svelte-hv3zzy img:where(.svelte-hv3zzy){object-fit:cover;width:100%;height:100%}.login-button.svelte-hv3zzy{width:110px;padding:var(--space-2) var(--space-4);background:var(--primary);color:#fff;border-radius:var(--radius-md);font-family:inherit;font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.login-button.svelte-hv3zzy svg{position:absolute;left:12px}.login-button.svelte-hv3zzy span:where(.svelte-hv3zzy){padding-left:20px}.login-button.svelte-hv3zzy:hover{background:var(--primary-hover);transform:translateY(-1px)}.user-menu-container.svelte-hv3zzy{position:relative}.profile-button.svelte-hv3zzy{align-items:center;gap:var(--space-1);border-radius:var(--radius-md);padding:var(--space-1);cursor:pointer;transition:all var(--transition-fast);background:0 0;display:flex}.profile-button.svelte-hv3zzy:hover{background:var(--surface-2)}.profile-button.svelte-hv3zzy .chevron{color:var(--text-tertiary)}.user-menu.svelte-hv3zzy{top:calc(100% + var(--space-2));background:var(--surface-2);border:1px solid var(--border-medium);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);position:absolute;right:0;overflow:hidden}.user-info.svelte-hv3zzy{padding:var(--space-3) var(--space-4)}.user-email.svelte-hv3zzy{font-size:var(--text-sm);color:var(--text-secondary);word-break:break-all}.menu-divider.svelte-hv3zzy{background:var(--border-light);height:1px}.menu-item.svelte-hv3zzy{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;display:flex}.menu-item.svelte-hv3zzy:hover{background:var(--surface-3);color:var(--text-primary)}.menu-item.logout.svelte-hv3zzy:hover{color:var(--error)}.mobile-menu-button.svelte-hv3zzy{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:flex}.mobile-menu-button.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}.mobile-menu.svelte-hv3zzy{background:var(--surface-1);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);animation:.2s ease-out svelte-hv3zzy-slideDown;position:absolute;top:100%;left:0;right:0}@keyframes svelte-hv3zzy-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav.svelte-hv3zzy{padding:var(--space-2) 0;flex-direction:column;display:flex}.mobile-nav-link.svelte-hv3zzy{padding:var(--space-4) var(--space-6);font-size:var(--text-base);color:var(--text-secondary);transition:all var(--transition-fast);text-decoration:none;display:block}.mobile-nav-link.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}@media (width>=768px){.nav.svelte-hv3zzy{display:flex}.mobile-menu-button.svelte-hv3zzy,.mobile-menu.svelte-hv3zzy{display:none}}@media (width<=767px){.logo.svelte-hv3zzy span:where(.svelte-hv3zzy){display:none}}.footer.svelte-7lfk2o{background:var(--surface-2);border-top:1px solid var(--border-subtle);padding:var(--space-4) 0 var(--space-2);z-index:20;margin-top:auto;position:relative}.footer-container.svelte-7lfk2o{max-width:var(--container-2xl);padding:0 var(--space-6);margin:0 auto}.footer-content.svelte-7lfk2o{gap:var(--space-2);margin-bottom:var(--space-2);flex-direction:column;display:flex}.brand.svelte-7lfk2o{gap:var(--space-4);flex-direction:column;display:flex}.tagline.svelte-7lfk2o{color:var(--text-secondary);font-size:var(--text-sm)}.footer-nav.svelte-7lfk2o{gap:var(--space-6);flex-wrap:wrap;display:flex}.footer-link.svelte-7lfk2o{color:var(--text-secondary);font-size:var(--text-sm);transition:color var(--transition-fast);text-decoration:none}.footer-link.svelte-7lfk2o:hover{color:var(--text-primary)}.business-info.svelte-7lfk2o{padding:var(--space-4) 0;border-top:1px solid var(--border-subtle);color:var(--text-tertiary);font-size:var(--text-xs);line-height:1.6}.company-name.svelte-7lfk2o{font-weight:var(--weight-semibold);color:var(--text-secondary);margin-bottom:var(--space-2)}.business-details.svelte-7lfk2o,.contact-info.svelte-7lfk2o{gap:var(--space-1);margin-bottom:var(--space-1);flex-wrap:wrap;display:flex}.business-info.svelte-7lfk2o .separator:where(.svelte-7lfk2o){color:var(--text-tertiary);opacity:.5}.business-info.svelte-7lfk2o .address:where(.svelte-7lfk2o){margin-bottom:var(--space-1)}.footer-bottom.svelte-7lfk2o{padding-top:var(--space-2);border-top:1px solid var(--border-subtle);color:var(--text-tertiary);font-size:var(--text-xs);text-align:center}.footer-bottom.svelte-7lfk2o .version:where(.svelte-7lfk2o){opacity:.7;margin-left:var(--space-1)}.footer-bottom.svelte-7lfk2o .build-date:where(.svelte-7lfk2o){opacity:.5;margin-left:var(--space-2);font-variant-numeric:tabular-nums}.footer-bottom.svelte-7lfk2o a{color:var(--text-secondary);transition:color var(--transition-fast);text-decoration:none}.footer-bottom.svelte-7lfk2o a:hover{color:var(--text-primary);text-decoration:underline}@media (width>=768px){.footer-content.svelte-7lfk2o{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-nav.svelte-7lfk2o{gap:var(--space-8)}.footer-bottom.svelte-7lfk2o{text-align:left}}.modal-backdrop.svelte-vr4qkb{z-index:var(--z-modal);background-color:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-vr4qkb-fadeIn var(--transition-base);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container.svelte-vr4qkb{margin:0 var(--space-4);border-radius:var(--radius-2xl);background-color:var(--surface-1);width:100%;max-width:28rem;padding:var(--space-6);box-shadow:var(--shadow-xl);animation:svelte-vr4qkb-scaleIn var(--transition-base);position:relative}.close-button.svelte-vr4qkb{right:var(--space-4);top:var(--space-4);border-radius:var(--radius-full);width:2rem;height:2rem;padding:var(--space-1);color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.close-button.svelte-vr4qkb:hover{background-color:var(--bg-secondary);color:var(--text-secondary)}.icon-wrapper.svelte-vr4qkb{margin-bottom:var(--space-4);justify-content:center;display:flex}.icon-circle.svelte-vr4qkb{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--primary) 0%, #9333ea 100%);justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.modal-title.svelte-vr4qkb{margin-bottom:var(--space-2);text-align:center;font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary)}.modal-subtitle.svelte-vr4qkb{margin-bottom:var(--space-6);text-align:center;font-size:var(--text-sm);color:var(--text-secondary)}.benefits-list.svelte-vr4qkb{gap:var(--space-3);margin-bottom:var(--space-6);flex-direction:column;display:flex}.benefit-item.svelte-vr4qkb{align-items:center;gap:var(--space-3);display:flex}.benefit-icon.svelte-vr4qkb{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.benefit-icon-primary.svelte-vr4qkb{color:var(--primary);background-color:#1976d21a}.benefit-icon-success.svelte-vr4qkb{color:var(--success);background-color:#4caf501a}.benefit-icon-info.svelte-vr4qkb{color:var(--info);background-color:#2196f31a}.benefit-text.svelte-vr4qkb{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}.button-group.svelte-vr4qkb{gap:var(--space-3);flex-direction:column;display:flex}.oauth-btn.svelte-vr4qkb{width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--weight-semibold);cursor:pointer;transition:all var(--transition-fast)}.oauth-btn.svelte-vr4qkb:disabled{opacity:.6;cursor:not-allowed}.oauth-btn.google.svelte-vr4qkb{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--border-strong)}.oauth-btn.google.svelte-vr4qkb:hover:not(:disabled){background:var(--bg-secondary)}.oauth-btn.kakao.svelte-vr4qkb{color:#191600;background:#fee500;border:1px solid #fee500}.oauth-btn.kakao.svelte-vr4qkb:hover:not(:disabled){background:#f5dc00}.dismiss-button.svelte-vr4qkb{margin-top:var(--space-4);text-align:center;width:100%;font-size:var(--text-sm);color:var(--text-tertiary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none}.dismiss-button.svelte-vr4qkb:hover{color:var(--text-secondary)}@keyframes svelte-vr4qkb-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-vr4qkb-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-backdrop.svelte-bfnorv{z-index:var(--z-modal);background-color:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-bfnorv-fadeIn var(--transition-base);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container.svelte-bfnorv{margin:0 var(--space-4);border-radius:var(--radius-2xl);background-color:var(--surface-1);width:100%;max-width:24rem;padding:var(--space-6);box-shadow:var(--shadow-xl);animation:svelte-bfnorv-scaleIn var(--transition-base);position:relative}.close-button.svelte-bfnorv{right:var(--space-4);top:var(--space-4);border-radius:var(--radius-full);width:2rem;height:2rem;padding:var(--space-1);color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.close-button.svelte-bfnorv:hover{background-color:var(--bg-secondary);color:var(--text-secondary)}.icon-wrapper.svelte-bfnorv{margin-bottom:var(--space-4);justify-content:center;display:flex;position:relative}.icon-circle.svelte-bfnorv{border-radius:var(--radius-full);color:#fff;background:linear-gradient(135deg,#f472b6 0%,#ec4899 50%,#db2777 100%);justify-content:center;align-items:center;width:5rem;height:5rem;animation:2s ease-in-out infinite svelte-bfnorv-pulse;display:flex}.sparkle.svelte-bfnorv{color:#fbbf24;animation:1.5s ease-in-out infinite svelte-bfnorv-sparkle;position:absolute}.sparkle-1.svelte-bfnorv{animation-delay:0s;top:0;right:calc(50% - 3.5rem)}.sparkle-2.svelte-bfnorv{animation-delay:.3s;top:1rem;left:calc(50% - 3.5rem)}.sparkle-3.svelte-bfnorv{animation-delay:.6s;bottom:.5rem;right:calc(50% - 3rem)}.modal-title.svelte-bfnorv{margin-bottom:var(--space-4);text-align:center;font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary)}.promo-box.svelte-bfnorv{border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-5);text-align:center;background:linear-gradient(135deg,#ec48991a 0%,#db277726 100%);border:1px solid #ec48994d}.promo-label.svelte-bfnorv{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2)}.promo-days.svelte-bfnorv{justify-content:center;align-items:center;gap:var(--space-2);font-weight:var(--weight-bold);display:flex}.base-days.svelte-bfnorv{font-size:var(--text-lg);color:var(--text-secondary)}.plus.svelte-bfnorv,.bonus-days.svelte-bfnorv{font-size:var(--text-xl);color:#ec4899}.equals.svelte-bfnorv{font-size:var(--text-lg);color:var(--text-tertiary)}.total-days.svelte-bfnorv{font-size:var(--text-2xl);color:#db2777;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bonus-days-large.svelte-bfnorv{font-size:var(--text-3xl);font-weight:var(--weight-bold);color:#db2777;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.promo-note.svelte-bfnorv{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:var(--space-2)}.benefits-list.svelte-bfnorv{gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:column;display:flex}.benefit-item.svelte-bfnorv{align-items:center;gap:var(--space-3);display:flex}.benefit-icon.svelte-bfnorv{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.benefit-icon-primary.svelte-bfnorv{color:#ec4899;background-color:#ec48991a}.benefit-icon-success.svelte-bfnorv{color:var(--success);background-color:#4caf501a}.benefit-text.svelte-bfnorv{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}.button-group.svelte-bfnorv{gap:var(--space-3);flex-direction:column;display:flex}.dismiss-button.svelte-bfnorv{margin-top:var(--space-4);text-align:center;width:100%;font-size:var(--text-sm);color:var(--text-tertiary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none}.dismiss-button.svelte-bfnorv:hover{color:var(--text-secondary)}@keyframes svelte-bfnorv-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-bfnorv-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes svelte-bfnorv-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ec489966}50%{transform:scale(1.02);box-shadow:0 0 20px 5px #ec489933}}@keyframes svelte-bfnorv-sparkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.toast-container.svelte-16oeye1{top:calc(var(--header-height,60px) + var(--space-4));right:var(--space-4);z-index:10000;gap:var(--space-2);flex-direction:column;max-width:400px;display:flex;position:fixed}.toast.svelte-16oeye1{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--text-primary);font-size:var(--text-sm);display:flex}.toast-success.svelte-16oeye1{border-color:var(--success,#22c55e);background:var(--success-bg,#22c55e1a)}.toast-success.svelte-16oeye1 svg:first-child{color:var(--success,#22c55e)}.toast-error.svelte-16oeye1{border-color:var(--error,#ef4444);background:var(--error-bg,#ef44441a)}.toast-error.svelte-16oeye1 svg:first-child{color:var(--error,#ef4444)}.toast-info.svelte-16oeye1{border-color:var(--primary);background:var(--primary-bg,#6366f11a)}.toast-info.svelte-16oeye1 svg:first-child{color:var(--primary)}.toast-message.svelte-16oeye1{flex:1}.toast-close.svelte-16oeye1{padding:var(--space-1);border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.toast-close.svelte-16oeye1:hover{background:var(--surface-2);color:var(--text-primary)}@media (width<=480px){.toast-container.svelte-16oeye1{left:var(--space-4);right:var(--space-4);max-width:none}}.skip-link.svelte-12qhfyh{top:-100%;left:var(--space-4);z-index:10000;padding:var(--space-3) var(--space-6);background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-semibold);transition:top var(--transition-fast);text-decoration:none;position:absolute}.skip-link.svelte-12qhfyh:focus{top:var(--space-4);outline:2px solid var(--primary);outline-offset:2px}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.main-content.svelte-12qhfyh{flex:1}.loading-screen.svelte-12qhfyh{background:var(--surface-1);justify-content:center;align-items:center;height:100vh;display:flex}.spinner.svelte-12qhfyh{border:3px solid var(--surface-3);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
