:root{--primary: #1976d2;--primary-hover: #1565c0;--primary-active: #0d47a1;--primary-rgb: 25, 118, 210;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #eeeeee;--surface-1: #ffffff;--surface-2: #fafafa;--surface-3: #f5f5f5;--text-primary: rgba(0, 0, 0, .87);--text-secondary: rgba(0, 0, 0, .6);--text-tertiary: rgba(0, 0, 0, .38);--text-disabled: rgba(0, 0, 0, .26);--text-inverse: #ffffff;--border-subtle: rgba(0, 0, 0, .08);--border-medium: rgba(0, 0, 0, .12);--border-strong: rgba(0, 0, 0, .23);--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 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--overlay: rgba(0, 0, 0, .5)}[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: #ffffff;--text-secondary: rgba(255, 255, 255, .87);--text-tertiary: rgba(255, 255, 255, .6);--text-disabled: rgba(255, 255, 255, .38);--text-inverse: rgba(0, 0, 0, .87);--border-subtle: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .23);--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 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .6);--overlay: rgba(0, 0, 0, .7)}: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}:root{--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}:root{--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px}:root{--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}:root{--z-base: 0;--z-dropdown: 1000;--z-sticky: 1100;--z-overlay: 1200;--z-modal: 1300;--z-popover: 1400;--z-toast: 1500;--z-tooltip: 1600}:root{--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}:root{--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}*,*: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);text-decoration:none;transition:color var(--transition-fast)}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;border:none;background: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);margin-left:auto;margin-right:auto;padding-left:var(--space-6);padding-right:var(--space-6)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}::-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%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity: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{position:sticky;top:0;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)}.header-container.svelte-hv3zzy{max-width:var(--container-2xl);margin:0 auto;padding:var(--space-4) var(--space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.logo.svelte-hv3zzy{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);text-decoration:none}.nav.svelte-hv3zzy{display:none;align-items:center;gap:var(--space-6);flex:1}.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{display:flex;align-items:center;gap:var(--space-3)}.lang-toggle.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--text-secondary);background:transparent;font-size:var(--text-sm);font-weight:var(--weight-medium);transition:all var(--transition-fast);cursor:pointer}.lang-toggle.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}.theme-toggle.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--text-secondary);background:transparent;transition:all var(--transition-fast);cursor:pointer}.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{display:flex;align-items:center;justify-content:center;background:transparent;border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast)}.profile-button.svelte-hv3zzy:hover{transform:scale(1.05)}.profile-button.svelte-hv3zzy:active{transform:scale(.95)}.avatar.svelte-hv3zzy{width:36px;height:36px;border-radius:var(--radius-full);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.avatar.svelte-hv3zzy img:where(.svelte-hv3zzy){width:100%;height:100%;object-fit:cover}.login-button.svelte-hv3zzy{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--primary);color:#fff;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-medium);text-decoration:none;transition:all var(--transition-fast)}.login-button.svelte-hv3zzy:hover{background:var(--primary-hover);transform:translateY(-1px)}.user-menu-container.svelte-hv3zzy{position:relative}.profile-button.svelte-hv3zzy{display:flex;align-items:center;gap:var(--space-1);background:transparent;border-radius:var(--radius-md);padding:var(--space-1);cursor:pointer;transition:all var(--transition-fast)}.profile-button.svelte-hv3zzy:hover{background:var(--surface-2)}.profile-button.svelte-hv3zzy .chevron{color:var(--text-tertiary)}.user-menu.svelte-hv3zzy{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:200px;background:var(--surface-2);border:1px solid var(--border-medium);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);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{height:1px;background:var(--border-light)}.menu-item.svelte-hv3zzy{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);background:transparent;border:none;color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast)}.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{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--text-secondary);background:transparent;cursor:pointer;transition:all var(--transition-fast)}.mobile-menu-button.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}.mobile-menu.svelte-hv3zzy{position:absolute;top:100%;left:0;right:0;background:var(--surface-1);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);animation:svelte-hv3zzy-slideDown .2s ease-out}@keyframes svelte-hv3zzy-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav.svelte-hv3zzy{display:flex;flex-direction:column;padding:var(--space-2) 0}.mobile-nav-link.svelte-hv3zzy{display:block;padding:var(--space-4) var(--space-6);font-size:var(--text-base);color:var(--text-secondary);text-decoration:none;transition:all var(--transition-fast)}.mobile-nav-link.svelte-hv3zzy:hover{background:var(--surface-2);color:var(--text-primary)}@media(min-width:768px){.nav.svelte-hv3zzy{display:flex}.mobile-menu-button.svelte-hv3zzy,.mobile-menu.svelte-hv3zzy{display:none}}@media(max-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);margin-top:auto}.footer-container.svelte-7lfk2o{max-width:var(--container-2xl);margin:0 auto;padding:0 var(--space-6)}.footer-content.svelte-7lfk2o{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-2)}.brand.svelte-7lfk2o{display:flex;flex-direction:column;gap:var(--space-4)}.tagline.svelte-7lfk2o{color:var(--text-secondary);font-size:var(--text-sm)}.footer-nav.svelte-7lfk2o{display:flex;flex-wrap:wrap;gap:var(--space-6)}.footer-link.svelte-7lfk2o{color:var(--text-secondary);font-size:var(--text-sm);text-decoration:none;transition:color var(--transition-fast)}.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{display:flex;flex-wrap:wrap;gap:var(--space-1);margin-bottom:var(--space-1)}.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 a{color:var(--text-secondary);text-decoration:none;transition:color var(--transition-fast)}.footer-bottom.svelte-7lfk2o a:hover{color:var(--text-primary);text-decoration:underline}@media(min-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{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background-color:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-vr4qkb-fadeIn var(--transition-base)}.modal-container.svelte-vr4qkb{position:relative;margin:0 var(--space-4);width:100%;max-width:28rem;border-radius:var(--radius-2xl);background-color:var(--surface-1);padding:var(--space-6);box-shadow:var(--shadow-xl);animation:svelte-vr4qkb-scaleIn var(--transition-base)}.close-button.svelte-vr4qkb{position:absolute;right:var(--space-4);top:var(--space-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);padding:var(--space-1);color:var(--text-tertiary);background:transparent;border:none;cursor:pointer;transition:all var(--transition-fast)}.close-button.svelte-vr4qkb:hover{background-color:var(--bg-secondary);color:var(--text-secondary)}.icon-wrapper.svelte-vr4qkb{display:flex;justify-content:center;margin-bottom:var(--space-4)}.icon-circle.svelte-vr4qkb{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--primary) 0%,#9333ea 100%)}.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{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6)}.benefit-item.svelte-vr4qkb{display:flex;align-items:center;gap:var(--space-3)}.benefit-icon.svelte-vr4qkb{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-md);flex-shrink:0}.benefit-icon-primary.svelte-vr4qkb{background-color:#1976d21a;color:var(--primary)}.benefit-icon-success.svelte-vr4qkb{background-color:#4caf501a;color:var(--success)}.benefit-icon-info.svelte-vr4qkb{background-color:#2196f31a;color:var(--info)}.benefit-text.svelte-vr4qkb{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}.button-group.svelte-vr4qkb{display:flex;flex-direction:column;gap:var(--space-3)}.dismiss-button.svelte-vr4qkb{margin-top:var(--space-4);width:100%;text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);background:transparent;border:none;cursor:pointer;transition:color var(--transition-fast)}.dismiss-button.svelte-vr4qkb:hover{color:var(--text-secondary)}@keyframes svelte-vr4qkb-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-vr4qkb-scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-backdrop.svelte-bfnorv{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;background-color:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-bfnorv-fadeIn var(--transition-base)}.modal-container.svelte-bfnorv{position:relative;margin:0 var(--space-4);width:100%;max-width:24rem;border-radius:var(--radius-2xl);background-color:var(--surface-1);padding:var(--space-6);box-shadow:var(--shadow-xl);animation:svelte-bfnorv-scaleIn var(--transition-base)}.close-button.svelte-bfnorv{position:absolute;right:var(--space-4);top:var(--space-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);padding:var(--space-1);color:var(--text-tertiary);background:transparent;border:none;cursor:pointer;transition:all var(--transition-fast)}.close-button.svelte-bfnorv:hover{background-color:var(--bg-secondary);color:var(--text-secondary)}.icon-wrapper.svelte-bfnorv{position:relative;display:flex;justify-content:center;margin-bottom:var(--space-4)}.icon-circle.svelte-bfnorv{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:var(--radius-full);background:linear-gradient(135deg,#f472b6,#ec4899,#db2777);color:#fff;animation:svelte-bfnorv-pulse 2s ease-in-out infinite}.sparkle.svelte-bfnorv{position:absolute;color:#fbbf24;animation:svelte-bfnorv-sparkle 1.5s ease-in-out infinite}.sparkle-1.svelte-bfnorv{top:0;right:calc(50% - 3.5rem);animation-delay:0s}.sparkle-2.svelte-bfnorv{top:1rem;left:calc(50% - 3.5rem);animation-delay:.3s}.sparkle-3.svelte-bfnorv{bottom:.5rem;right:calc(50% - 3rem);animation-delay:.6s}.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{background:linear-gradient(135deg,#ec48991a,#db277726);border:1px solid rgba(236,72,153,.3);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-5);text-align:center}.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{display:flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:var(--weight-bold)}.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,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;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,#db2777);-webkit-background-clip:text;-webkit-text-fill-color:transparent;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{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-5)}.benefit-item.svelte-bfnorv{display:flex;align-items:center;gap:var(--space-3)}.benefit-icon.svelte-bfnorv{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-md);flex-shrink:0}.benefit-icon-primary.svelte-bfnorv{background-color:#ec48991a;color:#ec4899}.benefit-icon-success.svelte-bfnorv{background-color:#4caf501a;color:var(--success)}.benefit-text.svelte-bfnorv{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal)}.button-group.svelte-bfnorv{display:flex;flex-direction:column;gap:var(--space-3)}.dismiss-button.svelte-bfnorv{margin-top:var(--space-4);width:100%;text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);background:transparent;border:none;cursor:pointer;transition:color var(--transition-fast)}.dismiss-button.svelte-bfnorv:hover{color:var(--text-secondary)}@keyframes svelte-bfnorv-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-bfnorv-scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity: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{position:fixed;top:calc(var(--header-height, 60px) + var(--space-4));right:var(--space-4);z-index:10000;display:flex;flex-direction:column;gap:var(--space-2);max-width:400px}.toast.svelte-16oeye1{display:flex;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)}.toast-success.svelte-16oeye1{border-color:var(--success, #22c55e);background:var(--success-bg, rgba(34, 197, 94, .1))}.toast-success.svelte-16oeye1 svg:first-child{color:var(--success, #22c55e)}.toast-error.svelte-16oeye1{border-color:var(--error, #ef4444);background:var(--error-bg, rgba(239, 68, 68, .1))}.toast-error.svelte-16oeye1 svg:first-child{color:var(--error, #ef4444)}.toast-info.svelte-16oeye1{border-color:var(--primary);background:var(--primary-bg, rgba(99, 102, 241, .1))}.toast-info.svelte-16oeye1 svg:first-child{color:var(--primary)}.toast-message.svelte-16oeye1{flex:1}.toast-close.svelte-16oeye1{display:flex;align-items:center;justify-content:center;padding:var(--space-1);background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;transition:all .15s ease}.toast-close.svelte-16oeye1:hover{background:var(--surface-2);color:var(--text-primary)}@media(max-width:480px){.toast-container.svelte-16oeye1{left:var(--space-4);right:var(--space-4);max-width:none}}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main-content.svelte-12qhfyh{flex:1}.loading-screen.svelte-12qhfyh{display:flex;justify-content:center;align-items:center;height:100vh;background:var(--surface-1)}.spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid var(--surface-3);border-top-color:var(--primary);border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
