:root{--white-base: #ffffff;--gray-50: #f7f8fa;--gray-100: #ebedf0;--gray-200: #d1d5db;--gray-300: #9ca3af;--gray-400: #6b7280;--gray-500: #4b5563;--gray-600: #374151;--gray-700: #1f2937;--gray-800: #111827;--gray-900: #030712;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-200: #bfdbfe;--blue-300: #7ca4d4;--blue-400: #3b82c4;--blue-500: #1d4ed8;--blue-600: #1e40af;--blue-700: #1e3a8a;--green-400: #34d399;--green-500: #059669;--green-600: #047857;--amber-400: #fbbf24;--amber-500: #d97706;--amber-600: #b45309;--red-400: #f87171;--red-500: #dc2626;--red-600: #b91c1c;--color-surface-primary: var(--gray-50);--color-surface-secondary: var(--white-base);--color-surface-tertiary: var(--gray-100);--color-surface-inverse: var(--gray-800);--color-text-primary: var(--gray-800);--color-text-secondary: var(--gray-500);--color-text-tertiary: var(--gray-400);--color-text-inverse: var(--gray-50);--color-text-link: var(--blue-500);--color-border-default: var(--gray-200);--color-border-strong: var(--gray-300);--color-border-focus: var(--blue-400);--color-status-on-time: var(--green-500);--color-status-on-time-bg: var(--green-400);--color-status-delayed: var(--amber-500);--color-status-delayed-bg: var(--amber-400);--color-status-cancelled: var(--red-500);--color-status-cancelled-bg: var(--red-400);--color-interactive-primary: var(--blue-500);--color-interactive-primary-hover: var(--blue-600);--color-interactive-secondary: var(--gray-100);--color-interactive-success: var(--green-500);--color-interactive-danger: var(--red-500)}:root{--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px}:root{--font-size-xs: .75rem;--font-size-sm: .8125rem;--font-size-base: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.3125rem;--font-size-2xl: 1.5rem;--line-height-tight: 1.2;--line-height-dense: 1.4;--line-height-normal: 1.6;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--line-height-normal);font-family:var(--font-family-base);color:var(--color-text-primary);background-color:var(--color-surface-primary)}html,body{height:100%}body{line-height:inherit}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none;padding:0}ul,ol{list-style:none;padding:0}a{color:inherit;text-decoration:none}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#svelte{isolation:isolate;min-height:100%}body{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text-primary)}h1{font-size:var(--font-size-2xl)}h2{font-size:var(--font-size-xl)}h3{field-sizing:var(--font-size-lg)}a{color:var(--color-text-link)}.site-shell{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh}.site-header{background:var(--color-surface-inverse);color:var(--color-text-inverse);padding:var(--space-3) 0}.site-header .container{display:flex;align-items:center;justify-content:space-between}.logo{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}.main-nav{display:flex;gap:var(--space-4)}.page-footer{background:var(--color-surface-tertiary);padding:var(--space-4) 0;color:var(--color-text-secondary);font-size:var(--font-size-xs)}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:var(--space-4)}:root{--bg: oklch(98% .006 240);--fg: oklch(22% .03 250);--muted: oklch(45% .02 250);--primary: oklch(46% .1 250);--primary-hover: oklch(39% .1 250);--accent: oklch(70% .15 155);--line: oklch(55% .03 250 / 22%);--border: oklch(90% .006 240);--header-bg: oklch(90.988% .1414 150.76 / .312)}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,sans-serif}.site-shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100dvh}.container.svelte-12qhfyh{max-width:1100px;margin:0 auto;padding:0 1.5rem}.site-header.svelte-12qhfyh{border-bottom:1px solid var(--border);background:var(--bg);z-index:100}.site-header.svelte-12qhfyh .container:where(.svelte-12qhfyh){position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:64px}.logo.svelte-12qhfyh{font-weight:700;font-size:1.15rem;color:var(--bg);background:var(--primary);padding:.75rem;border-radius:6px;text-decoration:none;display:inline-flex;flex-direction:row;gap:.35ch;box-shadow:0 2px 6px #101c2833;z-index:110}@media(max-width:32em){.logo.svelte-12qhfyh{flex-direction:column;line-height:1.15;padding:1rem;margin:0 1rem}.logo.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block}}.main-nav.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem}.main-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);text-decoration:none;font-size:.95rem}.main-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}.ghost-btn.svelte-12qhfyh{padding:.4rem .9rem;border:1px solid oklch(80% .03 245);border-radius:6px;background:transparent;color:var(--fg);font-size:.9rem;text-decoration:none;cursor:pointer}.ghost-btn.svelte-12qhfyh:hover{border-color:var(--primary);color:var(--primary)}.user.svelte-12qhfyh{position:relative;display:flex;align-items:center}.avatar-btn.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid oklch(80% .03 245);border-radius:50%;background:var(--header-bg);color:var(--primary);cursor:pointer}.avatar-btn.svelte-12qhfyh:hover{border-color:var(--primary)}.user-menu.svelte-12qhfyh{display:none;position:absolute;top:calc(100% + .5rem);right:0;z-index:130;flex-direction:column;align-items:stretch;gap:.5rem;min-width:220px;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 24px #101c281f}.user-menu.open.svelte-12qhfyh{display:flex}.user-email.svelte-12qhfyh{font-size:.85rem;color:var(--muted);overflow-wrap:anywhere;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.nav-toggle.svelte-12qhfyh{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid oklch(80% .03 245);border-radius:6px;background:transparent;color:var(--fg);cursor:pointer}.nav-toggle.svelte-12qhfyh:hover{border-color:var(--primary);color:var(--primary)}.nav-toggle.svelte-12qhfyh:focus-visible,.avatar-btn.svelte-12qhfyh:focus-visible,.main-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):focus-visible,.ghost-btn.svelte-12qhfyh:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:24em){.nav-toggle.svelte-12qhfyh{display:inline-flex}.main-nav.svelte-12qhfyh{display:none;position:absolute;top:calc(100% + .5rem);right:1.5rem;z-index:120;flex-direction:column;align-items:stretch;gap:.25rem;min-width:220px;max-width:calc(100vw - 3rem);padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 24px #101c281f}.main-nav.open.svelte-12qhfyh{display:flex}.main-nav.svelte-12qhfyh>a:where(.svelte-12qhfyh):not(.ghost-btn){padding:.6rem .65rem;border-radius:6px}.main-nav.svelte-12qhfyh>a:where(.svelte-12qhfyh):not(.ghost-btn):hover{background:var(--header-bg);color:var(--primary)}.avatar-btn.svelte-12qhfyh{display:none}.user.svelte-12qhfyh{display:flex;flex-direction:column;align-items:stretch;margin-top:.15rem;padding-top:.4rem;border-top:1px solid var(--border)}.user-menu.svelte-12qhfyh{display:flex;position:static;min-width:0;gap:.25rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.user-email.svelte-12qhfyh{padding:.5rem .65rem;border-bottom:0}.main-nav.svelte-12qhfyh .ghost-btn:where(.svelte-12qhfyh){display:block;width:100%;text-align:center;padding:.6rem .9rem;margin-top:.15rem}}.site-main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}
