:root{--color-primary: #0EA5E9;--color-primary-dark: #0284C7;--color-primary-light: #38BDF8;--color-secondary: #0F172A;--color-accent: #F59E0B;--color-white: #FFFFFF;--color-gray-50: #F8FAFC;--color-gray-100: #F1F5F9;--color-gray-200: #E2E8F0;--color-gray-300: #CBD5E1;--color-gray-400: #94A3B8;--color-gray-500: #64748B;--color-gray-600: #475569;--color-gray-700: #334155;--color-gray-800: #1E293B;--color-gray-900: #0F172A;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-size-6xl: 3.75rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--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);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--container-max: 1200px;--container-padding: 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;color:var(--color-gray-700);background-color:var(--color-white)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.section{padding:var(--spacing-16) 0}@media(min-width:768px){.section{padding:var(--spacing-24) 0}}.section-title{font-size:var(--font-size-3xl);font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:var(--spacing-4)}@media(min-width:768px){.section-title{font-size:var(--font-size-4xl)}}.section-subtitle{font-size:var(--font-size-lg);color:var(--color-gray-500);text-align:center;max-width:600px;margin:0 auto var(--spacing-12)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-6);font-size:var(--font-size-base);font-weight:600;border-radius:var(--radius-lg);border:none;cursor:pointer;transition:all var(--transition-base)}.btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-white);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--color-white);color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background:var(--color-primary);color:var(--color-white)}.btn-lg{padding:var(--spacing-4) var(--spacing-8);font-size:var(--font-size-lg)}.card{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-6);box-shadow:var(--shadow-md);transition:all var(--transition-base)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.grid{display:grid;gap:var(--spacing-6)}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-gradient{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float{animation:float 3s ease-in-out infinite}.not-found.svelte-gaoouv{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.not-found.svelte-gaoouv h1:where(.svelte-gaoouv){font-size:6rem;font-weight:800;color:var(--color-gray-300);margin-bottom:1rem}.not-found.svelte-gaoouv p:where(.svelte-gaoouv){font-size:1.25rem;color:var(--color-gray-500)}.hero.svelte-et6md{position:relative;display:flex;align-items:flex-start;padding:100px 0 80px;margin-bottom:32px;background:linear-gradient(175deg,#070d1a,#0f172a 40%,#0c1631);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible;min-height:520px}.hero.svelte-et6md:before{content:"";position:absolute;top:0;left:5%;right:5%;height:60%;border-radius:50%;background:radial-gradient(60% 60% at 50% 30%,rgba(56,189,248,.18) 0%,transparent 70%);pointer-events:none;z-index:1;animation:svelte-et6md-heroPulse 12s ease-in-out infinite;will-change:transform,opacity}@keyframes svelte-et6md-heroPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.hero.svelte-et6md>.container{position:relative;z-index:2}.hero-top.svelte-et6md{position:relative;z-index:2;text-align:center;max-width:680px;margin:0 auto 18px;animation:svelte-et6md-heroTopIn .8s cubic-bezier(.22,1,.36,1) both}@keyframes svelte-et6md-heroTopIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-title.svelte-et6md{font-size:clamp(28px,5.5vw,52px);font-weight:800;line-height:1.12;color:#fff;margin-bottom:16px;letter-spacing:-.02em;background:linear-gradient(90deg,#f8fafc,#e0f2fe 55%,#bae6fd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 6px 24px rgba(8,47,73,.45)}.hero-subtitle.svelte-et6md{font-size:17px;line-height:1.65;color:#f1f5f9e6;margin-bottom:0;max-width:540px;margin-left:auto;margin-right:auto;animation:svelte-et6md-heroSubIn 1s ease-out .15s both}@keyframes svelte-et6md-heroSubIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-decoration.svelte-et6md{position:absolute;inset:0;overflow:hidden;pointer-events:none}.circle.svelte-et6md{position:absolute;border-radius:50%;background:linear-gradient(135deg,#0ea5e91a,#0ea5e908);filter:blur(1px)}.circle-1.svelte-et6md{width:700px;height:700px;top:-280px;right:-150px}.circle-2.svelte-et6md{width:500px;height:500px;bottom:-180px;left:5%}.booking-card.svelte-et6md{position:relative;z-index:2;background:#fff;border-radius:24px;box-shadow:0 4px 6px #0000000a,0 12px 20px #00000014,0 24px 60px #0000001f;margin:0 auto;width:100%;overflow:visible;isolation:isolate;transform:translateY(32px);transition:box-shadow .3s ease,transform .3s cubic-bezier(.22,1,.36,1);animation:svelte-et6md-bookingCardIn 1s cubic-bezier(.22,1,.36,1) .15s both}.booking-card.svelte-et6md:before{content:"";position:absolute;inset:-2px;border-radius:26px;padding:2px;background:linear-gradient(135deg,#38bdf899,#6366f159,#ec48994d);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:-1}.booking-card.svelte-et6md:hover{transform:translateY(28px)}.booking-card.svelte-et6md:hover:before,.booking-card.is-focused.svelte-et6md:before{opacity:1}.booking-card.is-focused.svelte-et6md{z-index:50;transform:translateY(24px) scale(1.005);box-shadow:0 8px 24px #0f172a2e,0 32px 80px #0f172a47}@keyframes svelte-et6md-bookingCardIn{0%{opacity:0;transform:translateY(56px)}to{opacity:1;transform:translateY(32px)}}.booking-overlay.svelte-et6md{position:fixed;inset:0;z-index:40;background:#0f172a59;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:0;cursor:pointer;animation:svelte-et6md-bookingOverlayIn .15s ease-out}@keyframes svelte-et6md-bookingOverlayIn{0%{opacity:0}to{opacity:1}}.mn-time-split.svelte-et6md{display:inline-flex;align-items:center;gap:4px;padding:6px 0}.mn-time-select.svelte-et6md{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:none;border:none;outline:none;font:inherit;font-size:15px;font-weight:600;color:#0f172a;min-width:48px;padding:2px 6px;cursor:pointer;font-variant-numeric:tabular-nums;letter-spacing:.02em;text-align:center;text-align-last:center}.mn-time-select.svelte-et6md:focus-visible{box-shadow:0 0 0 3px #0ea5e92e;border-radius:6px}.mn-time-select.svelte-et6md:disabled{color:#94a3b8;cursor:not-allowed}.mn-time-sep.svelte-et6md{font-size:16px;font-weight:700;color:#94a3b8;line-height:1;padding:0 1px}.tz-tag.svelte-et6md{display:inline-block;margin-left:4px;padding:0 6px;font-size:9px;font-weight:700;letter-spacing:.04em;color:#0f766e;background:#ecfeff;border:1px solid #99f6e4;border-radius:999px;line-height:14px;vertical-align:middle}.booking-tabs.svelte-et6md{display:flex;gap:0;background:#f8fafc;border-radius:24px 24px 0 0;padding:8px 8px 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.booking-tabs.svelte-et6md::-webkit-scrollbar{display:none}.b-tab.svelte-et6md{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 20px;font-size:14px;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:16px 16px 0 0;cursor:pointer;transition:all .25s ease;white-space:nowrap;position:relative}.b-tab.svelte-et6md:hover{color:#334155;background:#fff9}.b-tab.active.svelte-et6md{color:#0f172a;background:#fff;box-shadow:0 -1px 8px #00000008}.b-tab.active.svelte-et6md:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:3px;border-radius:3px 3px 0 0;background:#0ea5e9;animation:svelte-et6md-tabIndicatorIn .35s cubic-bezier(.22,1,.36,1)}@keyframes svelte-et6md-tabIndicatorIn{0%{transform:scaleX(.2);opacity:0}to{transform:scaleX(1);opacity:1}}.b-tab-icon.svelte-et6md{transition:transform .25s ease}.b-tab.svelte-et6md:hover .b-tab-icon:where(.svelte-et6md){transform:translateY(-1px) scale(1.08)}.b-tab.active.svelte-et6md .b-tab-icon:where(.svelte-et6md){transform:scale(1.05)}.b-tab.mudik.active.svelte-et6md:after{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.b-tab.fishing.active.svelte-et6md:after{background:linear-gradient(90deg,#059669,#34d399)}.b-tab.ticket.active.svelte-et6md:after{background:linear-gradient(90deg,#0ea5e9,#38bdf8)}.b-tab-icon.svelte-et6md{font-size:18px;line-height:1}.booking-form.svelte-et6md{display:flex;align-items:flex-end;gap:0;padding:20px 20px 22px;flex-wrap:nowrap;width:100%;animation:svelte-et6md-bookingFormIn .35s cubic-bezier(.22,1,.36,1) both}@keyframes svelte-et6md-bookingFormIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.booking-form.svelte-et6md input:focus,.booking-form.svelte-et6md select:focus,.booking-form.svelte-et6md textarea:focus{outline:none;box-shadow:0 0 0 3px #0ea5e926;border-color:#0ea5e9!important;transition:box-shadow .2s ease,border-color .2s ease}.booking-form-empty.svelte-et6md{justify-content:center;align-items:center;min-height:120px}.booking-empty-text.svelte-et6md{margin:0;color:#64748b;font-size:15px;font-weight:600}.bf-field.svelte-et6md{flex:1 1 160px;display:flex;flex-direction:column;padding:0 14px;min-width:0;border-right:1px solid #e2e8f0}.bf-field.svelte-et6md:last-of-type{border-right:none}.bf-field.bf-sm.svelte-et6md{flex:1 1 90px;min-width:80px}.bf-field.bf-harbor.svelte-et6md{flex:1.5 1 130px;min-width:110px}.bf-field.svelte-et6md label:where(.svelte-et6md){font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.bf-field.svelte-et6md select:where(.svelte-et6md){border:none;background:transparent;font-size:15px;font-weight:600;color:#0f172a;padding:6px 0;outline:none;width:100%;font-family:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}.mn-harbor-input.svelte-et6md{border:none;background:transparent;font-size:15px;font-weight:600;color:#0f172a;padding:6px 0;outline:none;width:100%;font-family:inherit}.mn-harbor-input-wrap.svelte-et6md{position:relative;width:100%}.mn-harbor-clear-btn.svelte-et6md{position:absolute;right:0;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#94a3b8;font-size:20px;line-height:1;cursor:pointer;padding:0 4px}.mn-harbor-clear-btn.svelte-et6md:hover{color:#475569}.mn-harbor-input-wrap.svelte-et6md .mn-harbor-input:where(.svelte-et6md){padding-right:24px}.mn-harbor-autocomplete-wrap.svelte-et6md{position:relative}.mn-harbor-dropdown.svelte-et6md{position:absolute;top:calc(100% + 6px);left:14px;right:14px;z-index:1200;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #0f172a1f;max-height:280px;overflow-y:auto;padding:6px}.mn-harbor-option.svelte-et6md{width:100%;text-align:left;border:none;background:transparent;border-radius:8px;padding:10px;cursor:pointer;display:flex;flex-direction:column;gap:2px;color:#0f172a;font-size:14px;font-weight:600}.mn-harbor-option.svelte-et6md small:where(.svelte-et6md){color:#64748b;font-size:12px;font-weight:500}.mn-harbor-option.svelte-et6md:hover{background:#f8fafc}.mn-harbor-option.is-muted.svelte-et6md{cursor:default;color:#64748b;font-weight:500}.mn-harbor-dropdown-title.svelte-et6md{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:6px 10px 4px}.bf-stepper.svelte-et6md{display:flex;align-items:center;gap:6px;margin-top:2px}.bf-stepper.svelte-et6md button:where(.svelte-et6md){width:28px;height:28px;border:1px solid #cbd5e1;background:#fff;font-size:14px;font-weight:600;line-height:1;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;flex-shrink:0;border-radius:50%;padding:0;transition:border-color .15s ease,color .15s ease,background .15s ease,transform .15s ease}.bf-stepper.svelte-et6md button:where(.svelte-et6md):hover{border-color:#0ea5e9;color:#0ea5e9;background:#fff}.bf-stepper.svelte-et6md button:where(.svelte-et6md):active{transform:scale(.92)}.bf-stepper.svelte-et6md button:where(.svelte-et6md):focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e92e;border-color:#0ea5e9}.bf-stepper.svelte-et6md button:where(.svelte-et6md):disabled{opacity:.35;cursor:not-allowed;border-color:#e2e8f0;color:#94a3b8;background:#fff}.bf-stepper.svelte-et6md span:where(.svelte-et6md){min-width:36px;text-align:center;font-size:16px;font-weight:700;color:#0f172a;padding:0 2px}.bf-date-field.svelte-et6md{position:relative;min-width:120px;flex:1.8 1 140px}.bf-date-trigger.svelte-et6md{border:none;background:transparent;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;font-size:15px;font-weight:600;color:#0f172a;cursor:pointer;text-align:left;font-family:inherit}.bf-date-trigger.svelte-et6md svg:where(.svelte-et6md){width:18px;height:18px;color:#94a3b8;flex-shrink:0}.bf-date-trigger.svelte-et6md:disabled{cursor:not-allowed;color:#94a3b8}.bf-date-trigger.svelte-et6md:disabled svg:where(.svelte-et6md){color:#cbd5e1}.bf-date-trigger.svelte-et6md span:where(.svelte-et6md){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-time-field.svelte-et6md select:where(.svelte-et6md){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;padding-right:22px}.mn-date-wrap.svelte-et6md{position:relative}.mn-date-pop.svelte-et6md{left:0;right:auto}.mn-date-backdrop.svelte-et6md,.mn-date-pop-header.svelte-et6md{display:none}.mn-date-pop-close.svelte-et6md{border:none;background:#f1f5f9;font-size:20px;color:#64748b;width:34px;height:34px;cursor:pointer;display:grid;place-items:center;border-radius:999px;line-height:1;transition:background .15s}.mn-date-pop-close.svelte-et6md:hover{background:#e2e8f0;color:#0f172a}.bf-swap.svelte-et6md{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:50%;cursor:pointer;font-size:16px;color:#64748b;transition:all .25s;margin:0 -4px;align-self:center;border:2px solid white}.bf-swap.svelte-et6md:hover{background:#e0f2fe;color:#0369a1;transform:rotate(180deg)}.bf-sep.svelte-et6md{width:1px;height:40px;background:#e2e8f0;flex-shrink:0;margin:0 4px;align-self:center;display:none}.bf-btn.svelte-et6md{position:relative;flex:0 0 auto;padding:14px 28px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,filter .25s ease;white-space:nowrap;margin-left:14px;box-shadow:0 4px 14px #0ea5e94d;overflow:hidden;isolation:isolate}.bf-btn.svelte-et6md:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.45) 50%,transparent 65%);transform:translate(-120%);transition:transform .55s ease;z-index:0}.bf-btn.svelte-et6md:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #0ea5e973;filter:saturate(1.05)}.bf-btn.svelte-et6md:hover:after{transform:translate(120%)}.bf-btn.svelte-et6md:active{transform:translateY(0) scale(.99)}.bf-btn-purple.svelte-et6md{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 14px #8b5cf64d}.bf-btn-purple.svelte-et6md:hover{box-shadow:0 8px 24px #8b5cf673}.bf-btn-fishing.svelte-et6md{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 14px #0596694d}.bf-btn-fishing.svelte-et6md:hover{box-shadow:0 8px 24px #05966973}.hero-destinations.svelte-et6md{border-top:1px solid #f1f5f9;padding:16px 20px 18px}.hero-destinations-head.svelte-et6md h3:where(.svelte-et6md){margin:0 0 10px;font-size:13px;font-weight:700;color:#475569;letter-spacing:.02em}.hero-destinations-scroll.svelte-et6md{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.hero-destinations-scroll.svelte-et6md::-webkit-scrollbar{height:4px}.hero-destinations-scroll.svelte-et6md::-webkit-scrollbar-track{background:transparent}.hero-destinations-scroll.svelte-et6md::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.hero-destination-pill.svelte-et6md{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;border:1.5px solid #e2e8f0;border-radius:16px;background:#fff;color:#0f172a;padding:8px;font-size:12px;font-weight:600;white-space:normal;cursor:pointer;width:140px;min-height:124px;text-align:left;flex-shrink:0;scroll-snap-align:start;transition:all .2s}.hero-destination-pill.svelte-et6md:hover{border-color:#059669;background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 12px #0596691a}.hero-destination-thumb.svelte-et6md{display:block;width:100%;height:78px;border-radius:12px;overflow:hidden;background:#e2e8f0}.hero-destination-photo.svelte-et6md{width:100%;height:100%;border-radius:12px;object-fit:cover;display:block;transition:transform .3s}.hero-destination-pill.svelte-et6md:hover .hero-destination-photo:where(.svelte-et6md){transform:scale(1.05)}.hero-destination-fallback.svelte-et6md{width:100%;height:100%;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:800}.hero-destination-name.svelte-et6md{display:block;width:100%;line-height:1.3;color:#1e293b}.hero-destination-empty.svelte-et6md{font-size:13px;color:#94a3b8;padding:8px 2px}.tk-hero-form.svelte-et6md{display:flex;flex-direction:column;gap:10px;padding:16px 16px 18px}.tk-hero-row.svelte-et6md{display:grid;gap:10px}.tk-hero-row-top.svelte-et6md{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:stretch}.tk-hero-row-bottom.svelte-et6md{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(220px,1.2fr) 52px;align-items:end}.tk-bar-cell.svelte-et6md{min-width:0;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:4px;justify-content:center;transition:border-color .2s}.tk-bar-cell.svelte-et6md:focus-within{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.tk-bar-label.svelte-et6md{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.tk-bar-select.svelte-et6md{display:flex;align-items:center;gap:8px;min-width:0}.tk-bar-select.svelte-et6md select:where(.svelte-et6md){border:0;background:transparent;font-size:14px;font-weight:600;color:#0f172a;padding:2px 0;min-width:0;flex:1;cursor:pointer;-webkit-appearance:none;appearance:none;font-family:inherit;outline:none}.tk-bar-ico.svelte-et6md{width:18px;height:18px;color:#94a3b8;flex-shrink:0}.tk-bar-swap.svelte-et6md{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1.5px solid #dbeafe;background:#f0f9ff;cursor:pointer;color:#0ea5e9;padding:0;align-self:end;transition:all .25s}.tk-bar-swap.svelte-et6md svg:where(.svelte-et6md){width:18px;height:18px}.tk-bar-swap.svelte-et6md:hover{background:#dbeafe;transform:rotate(180deg)}.tk-bar-date-trigger.svelte-et6md{display:flex;align-items:center;justify-content:flex-start;gap:8px;position:relative;cursor:pointer;min-height:24px;width:100%;border:0;background:transparent;padding:0;text-align:left}.tk-bar-date-text.svelte-et6md{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-bar-return-check.svelte-et6md{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.tk-bar-return-check.svelte-et6md input[type=checkbox]:where(.svelte-et6md){width:16px;height:16px;accent-color:#0ea5e9;cursor:pointer;margin:0}.tk-bar-return-check.svelte-et6md span:where(.svelte-et6md){font-size:11px;font-weight:700;color:#0ea5e9;text-transform:uppercase;letter-spacing:.05em}.tk-bar-date-trigger.is-disabled.svelte-et6md{opacity:.5;cursor:default}.tk-date-wrap.svelte-et6md{position:relative}.tk-date-pop.svelte-et6md{position:absolute;top:calc(100% + 8px);left:0;z-index:9999;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 50px #0f172a33;padding:14px 14px 16px}.tk-date-head.svelte-et6md{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;padding:0 2px}.tk-date-head.svelte-et6md strong:where(.svelte-et6md){font-size:18px;font-weight:700;color:#1e293b}.tk-date-nav.svelte-et6md{border:0;background:#f1f5f9;color:#475569;width:36px;height:36px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s}.tk-date-nav.svelte-et6md svg:where(.svelte-et6md){width:18px;height:18px;pointer-events:none}.tk-date-nav.svelte-et6md:hover{background:#e2e8f0;color:#0f172a}.tk-date-nav.svelte-et6md:active{background:#cbd5e1}.tk-date-week.svelte-et6md{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:4px}.tk-date-week.svelte-et6md span:where(.svelte-et6md){text-align:center;color:#64748b;font-size:12px;font-weight:600;padding:6px 0}.tk-date-week.svelte-et6md span.weekend:where(.svelte-et6md){color:#ef4444}.tk-date-grid.svelte-et6md{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.tk-date-day.svelte-et6md{border:0;background:transparent;border-radius:10px;min-height:40px;padding:4px 2px;color:#1e293b;font-size:14px;font-weight:500;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;transition:background .15s}.tk-date-day.svelte-et6md small:where(.svelte-et6md){font-size:9px;color:#0284c7;font-weight:600;line-height:1}.tk-date-day.svelte-et6md span:where(.svelte-et6md){line-height:1}.tk-date-day.svelte-et6md:hover{background:#eff6ff}.tk-date-day.muted.svelte-et6md{color:#cbd5e1}.tk-date-day.today.svelte-et6md span:where(.svelte-et6md){width:28px;height:28px;border-radius:9999px;border:2px solid #0ea5e9;display:inline-flex;align-items:center;justify-content:center}.tk-date-day.selected.svelte-et6md{background:#0ea5e9;color:#fff;font-weight:600}.tk-date-day.selected.svelte-et6md small:where(.svelte-et6md){color:#fff}.tk-date-day.svelte-et6md:disabled{color:#e2e8f0;cursor:not-allowed}.tk-passenger-wrap.svelte-et6md{position:relative}.tk-passenger-trigger.svelte-et6md{border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;gap:8px;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer}.tk-passenger-trigger.svelte-et6md svg:where(.svelte-et6md){width:16px;height:16px;color:#64748b;flex-shrink:0}.tk-passenger-pop.svelte-et6md{position:absolute;z-index:1400;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 16px 40px #0f172a29;padding:14px}.tk-passenger-item.svelte-et6md{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 4px}.tk-passenger-name.svelte-et6md{margin:0;font-size:14px;font-weight:700;color:#0f172a}.tk-passenger-note.svelte-et6md{margin:2px 0 0;font-size:12px;color:#64748b}.tk-passenger-stepper.svelte-et6md{display:flex;align-items:center;gap:4px}.tk-passenger-stepper.svelte-et6md button:where(.svelte-et6md){width:32px;height:32px;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#334155;transition:all .15s}.tk-passenger-stepper.svelte-et6md button:where(.svelte-et6md):hover{background:#e0f2fe;border-color:#bae6fd}.tk-passenger-stepper.svelte-et6md span:where(.svelte-et6md){min-width:28px;text-align:center;font-size:15px;font-weight:700;color:#0f172a}.tk-passenger-done.svelte-et6md{width:100%;margin-top:10px;border:0;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:14px;font-weight:700;padding:11px 14px;cursor:pointer;transition:all .2s}.tk-passenger-done.svelte-et6md:hover{box-shadow:0 4px 12px #0ea5e94d}.tk-bar-search-circle.svelte-et6md{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:16px;cursor:pointer;transition:all .25s;align-self:end;box-shadow:0 4px 14px #f9731659}.tk-bar-search-circle.svelte-et6md:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.tk-bar-search-circle.svelte-et6md svg:where(.svelte-et6md){width:22px;height:22px;color:#fff;stroke:#fff}@media(max-width:860px){.hero.svelte-et6md{padding:84px 0 64px;min-height:auto}.hero-top.svelte-et6md{margin-bottom:24px}.booking-card.svelte-et6md{border-radius:22px;transform:translateY(24px);box-shadow:0 6px 14px #0f172a0f,0 18px 40px #0f172a1f}.booking-tabs.svelte-et6md{border-radius:22px 22px 0 0;padding:8px 8px 0;gap:4px}.b-tab.svelte-et6md{padding:13px 10px;font-size:13.5px}.b-tab-icon.svelte-et6md{font-size:17px}.booking-form.svelte-et6md{flex-direction:column;align-items:stretch;gap:12px;padding:16px 14px 18px}.booking-form.bf-mancing.svelte-et6md{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 14px 18px}.bf-mancing.svelte-et6md .bf-harbor:where(.svelte-et6md){grid-column:1 / -1}.bf-mancing.svelte-et6md .bf-sep:where(.svelte-et6md){display:none}.bf-mancing.svelte-et6md .bf-btn:where(.svelte-et6md){grid-column:1 / -1;margin-left:0}.bf-field.svelte-et6md{border-right:none;padding:10px 12px;flex:unset;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.bf-field.svelte-et6md:focus-within{border-color:#38bdf8;background:#fff;box-shadow:0 0 0 3px #0ea5e91f}.bf-field.svelte-et6md label:where(.svelte-et6md){font-size:10.5px;margin-bottom:4px;color:#64748b;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.bf-field.svelte-et6md select:where(.svelte-et6md),.mn-harbor-input.svelte-et6md{border:none;border-radius:0;padding:0;background:transparent;font-size:14.5px;font-weight:600;color:#0f172a}.bf-field.svelte-et6md select:where(.svelte-et6md):focus,.mn-harbor-input.svelte-et6md:focus{box-shadow:none;outline:none}.bf-stepper.svelte-et6md{border:none;padding:0;background:transparent;gap:8px;margin-top:2px;justify-content:space-between}.bf-stepper.svelte-et6md button:where(.svelte-et6md){width:30px;height:30px;font-size:15px;border-radius:50%}.bf-stepper.svelte-et6md span:where(.svelte-et6md){min-width:36px;font-size:15.5px;font-weight:700}.bf-date-trigger.svelte-et6md{border:none;padding:0;background:transparent;font-size:14.5px}.bf-date-trigger.svelte-et6md svg:where(.svelte-et6md){width:16px;height:16px}.bf-time-field.svelte-et6md{padding:10px 12px}.mn-time-split.svelte-et6md{padding:0;margin-top:2px;gap:6px}.mn-time-select.svelte-et6md{font-size:14.5px;padding:2px 18px 2px 6px;min-width:48px;text-align:left;text-align-last:left}.mn-time-sep.svelte-et6md{font-size:14px}.bf-swap.svelte-et6md{align-self:center;margin:-4px 0}.bf-sep.svelte-et6md{display:none}.bf-btn.svelte-et6md{margin-left:0;width:100%;padding:16px;font-size:16px;border-radius:14px}.bf-field.bf-sm.svelte-et6md{flex:unset}.mn-date-backdrop.svelte-et6md{display:block;position:fixed;inset:0;background:#0f172a8c;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mn-harbor-dropdown.svelte-et6md{left:0;right:0;max-height:220px}.mn-date-pop.svelte-et6md{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2001;width:calc(100vw - 32px);max-width:380px;border-radius:20px;box-shadow:0 24px 60px #0f172a59;padding:0 18px 18px;background:#fff;border:none}.mn-date-pop.svelte-et6md .tk-date-head:where(.svelte-et6md){margin-bottom:8px}.mn-date-pop.svelte-et6md .tk-date-head:where(.svelte-et6md) strong:where(.svelte-et6md){font-size:18px}.mn-date-pop.svelte-et6md .tk-date-nav:where(.svelte-et6md){width:38px;height:38px}.mn-date-pop.svelte-et6md .tk-date-week:where(.svelte-et6md) span:where(.svelte-et6md){font-size:12px;font-weight:600}.mn-date-pop.svelte-et6md .tk-date-grid:where(.svelte-et6md){gap:3px}.mn-date-pop.svelte-et6md .tk-date-day:where(.svelte-et6md){min-height:42px;font-size:15px;border-radius:10px}.mn-date-pop.svelte-et6md .tk-date-day.today:where(.svelte-et6md) span:where(.svelte-et6md){width:32px;height:32px}.mn-date-pop-header.svelte-et6md{display:flex;align-items:center;justify-content:space-between;padding:18px 0 12px;font-size:16px;font-weight:700;color:#0f172a;border-bottom:1px solid #f1f5f9;margin-bottom:14px}.tk-hero-form.svelte-et6md{gap:10px;padding:16px}.tk-hero-row-top.svelte-et6md,.tk-hero-row-bottom.svelte-et6md{grid-template-columns:1fr;gap:10px}.tk-bar-swap.svelte-et6md{width:36px;height:36px;border-radius:50%;background:#eff6ff;border:1.5px solid #dbeafe;justify-self:center;margin:0;align-self:center}.tk-bar-swap.svelte-et6md svg:where(.svelte-et6md){width:16px;height:16px}.tk-bar-cell.svelte-et6md{padding:12px 16px}.tk-passenger-pop.svelte-et6md{position:static;margin-top:10px;box-shadow:none;border-radius:14px}.tk-date-pop.svelte-et6md:not(.mn-date-pop){position:static;width:100%;max-width:none;margin-top:10px;box-shadow:none;border-radius:14px}.tk-date-pop.svelte-et6md:not(.mn-date-pop) .tk-date-head:where(.svelte-et6md) strong:where(.svelte-et6md){font-size:18px}.tk-bar-search-circle.svelte-et6md{width:52px;height:52px;justify-self:end;border-radius:16px}.hero-destinations.svelte-et6md{padding:16px 16px 18px}}@media(max-width:480px){.hero.svelte-et6md{padding:72px 0 48px}.hero-top.svelte-et6md{margin-bottom:20px}.hero-title.svelte-et6md{margin-bottom:12px}.hero-subtitle.svelte-et6md{font-size:14px}.booking-card.svelte-et6md{transform:translateY(20px);border-radius:18px}.booking-tabs.svelte-et6md{border-radius:18px 18px 0 0}.b-tab.svelte-et6md{padding:12px 10px;font-size:12px;gap:5px}.b-tab-icon.svelte-et6md{font-size:15px}.booking-form.bf-mancing.svelte-et6md{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bf-mancing.svelte-et6md .bf-harbor:where(.svelte-et6md){grid-column:1 / -1}.bf-mancing.svelte-et6md .bf-btn:where(.svelte-et6md){grid-column:1 / -1}.bf-btn.svelte-et6md{padding:16px;font-size:16px}}.open-trip-feed.svelte-et6md{padding:100px 0 72px;background:#fff}.otf-header.svelte-et6md{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.otf-badge.svelte-et6md{display:inline-block;background:#ecfdf5;color:#059669;font-weight:700;font-size:11px;padding:5px 14px;border-radius:20px;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.otf-header.svelte-et6md h2:where(.svelte-et6md){font-size:clamp(24px,4vw,36px);font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.02em}.otf-header.svelte-et6md p:where(.svelte-et6md){font-size:15px;color:#64748b;max-width:480px;line-height:1.6}.otf-see-all.svelte-et6md{font-size:15px;font-weight:600;color:#059669;white-space:nowrap;flex-shrink:0;transition:color .2s}.otf-see-all.svelte-et6md:hover{color:#047857;text-decoration:underline}.otf-scroll.svelte-et6md{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.otf-scroll.svelte-et6md::-webkit-scrollbar{height:4px}.otf-scroll.svelte-et6md::-webkit-scrollbar-track{background:transparent}.otf-scroll.svelte-et6md::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.otf-empty.svelte-et6md{border:1px solid #d1fae5;background:linear-gradient(180deg,#ecfdf5,#fff);border-radius:20px;padding:24px}.otf-empty-head.svelte-et6md h3:where(.svelte-et6md){margin:0 0 6px;font-size:24px;color:#065f46;letter-spacing:-.01em}.otf-empty-head.svelte-et6md p:where(.svelte-et6md){margin:0;font-size:14px;color:#475569;max-width:760px;line-height:1.6}.otf-empty-steps.svelte-et6md{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.otf-empty-step.svelte-et6md{border:1px solid #a7f3d0;background:#fff;border-radius:16px;padding:14px;display:flex;gap:12px;align-items:flex-start}.otf-empty-num.svelte-et6md{width:26px;height:26px;border-radius:999px;background:#059669;color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.otf-empty-step.svelte-et6md h4:where(.svelte-et6md){margin:0 0 4px;color:#065f46;font-size:14px;font-weight:700}.otf-empty-step.svelte-et6md p:where(.svelte-et6md){margin:0;color:#475569;font-size:13px;line-height:1.55}.otf-empty-cta.svelte-et6md{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.otf-empty-btn.svelte-et6md{border:1px solid #a7f3d0;color:#047857;background:#fff;padding:11px 16px;border-radius:12px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s}.otf-empty-btn-primary.svelte-et6md{background:#059669;border-color:#059669;color:#fff}.otf-empty-btn.svelte-et6md:hover{filter:brightness(.97);transform:translateY(-1px)}.otf-card.svelte-et6md{flex:0 0 280px;scroll-snap-align:start;background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.otf-card.svelte-et6md:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001a;border-color:#a7f3d0}.otf-card-cover.svelte-et6md{position:relative;width:100%;height:165px;background:linear-gradient(135deg,#064e3b,#047857);overflow:hidden}.otf-card-cover.svelte-et6md img:where(.svelte-et6md){width:100%;height:100%;object-fit:cover;transition:transform .4s}.otf-card.svelte-et6md:hover .otf-card-cover:where(.svelte-et6md) img:where(.svelte-et6md){transform:scale(1.05)}.otf-card-cover-ph.svelte-et6md{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff4d}.otf-card-cover-ph.svelte-et6md svg:where(.svelte-et6md){width:40px;height:40px}.otf-price.svelte-et6md{position:absolute;top:10px;right:10px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:5px 12px;border-radius:10px;font-size:14px;font-weight:700}.otf-price.svelte-et6md small:where(.svelte-et6md){font-size:10px;font-weight:500;opacity:.8}.otf-people-stack.svelte-et6md{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;flex-direction:row-reverse}.otf-people-stack.svelte-et6md img:where(.svelte-et6md){width:26px;height:26px;object-fit:cover;border-radius:999px;border:2px solid #fff;background:#e2e8f0;margin-left:-7px;box-shadow:0 2px 8px #0f172a2e}.otf-card-body.svelte-et6md{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.otf-host-row.svelte-et6md{display:flex;align-items:center;gap:8px}.otf-avatar.svelte-et6md{width:26px;height:26px;border-radius:50%;background:#059669;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.otf-avatar-img.svelte-et6md{object-fit:cover;display:block}.otf-hname.svelte-et6md{font-size:12px;font-weight:600;color:#334155}.otf-card-body.svelte-et6md h3:where(.svelte-et6md){font-size:14px;font-weight:700;color:#0f172a;line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.otf-meta.svelte-et6md{display:flex;flex-wrap:wrap;gap:8px}.otf-meta.svelte-et6md span:where(.svelte-et6md){font-size:11px;color:#64748b}.otf-perks.svelte-et6md{display:flex;flex-wrap:wrap;gap:4px}.otf-pk.svelte-et6md{padding:3px 8px;background:#ecfdf5;color:#065f46;font-size:10px;font-weight:600;border-radius:10px}.otf-pk-more.svelte-et6md{font-size:10px;color:#64748b;padding:3px 4px}.otf-footer.svelte-et6md{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:6px}.otf-seats.svelte-et6md{font-size:11px;color:#64748b;font-weight:600}.otf-social.svelte-et6md{display:flex;align-items:center;gap:3px;font-size:12px;color:#94a3b8}.otf-social.svelte-et6md svg:where(.svelte-et6md){width:13px;height:13px}@media(max-width:640px){.open-trip-feed.svelte-et6md{padding:56px 0 40px}.otf-header.svelte-et6md h2:where(.svelte-et6md){font-size:22px}.otf-card.svelte-et6md{flex:0 0 260px}.otf-card-cover.svelte-et6md{height:140px}.otf-empty.svelte-et6md{padding:16px}.otf-empty-head.svelte-et6md h3:where(.svelte-et6md){font-size:18px}.otf-empty-steps.svelte-et6md{grid-template-columns:1fr}.otf-empty-cta.svelte-et6md{flex-direction:column}.otf-empty-btn.svelte-et6md{width:100%;text-align:center}}.articles-home.svelte-et6md{padding:72px 0;background:#f8fafc}.articles-home-header.svelte-et6md{text-align:center;margin-bottom:28px}.articles-home-header-row.svelte-et6md{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;text-align:left}.articles-see-all.svelte-et6md{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #cbd5e1;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:700;color:#334155;text-decoration:none;background:#fff;white-space:nowrap;transition:all .2s}.articles-see-all.svelte-et6md:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.articles-home-header.svelte-et6md h2:where(.svelte-et6md){font-size:clamp(26px,4vw,38px);font-weight:800;color:#0f172a;margin-bottom:8px;letter-spacing:-.02em}.articles-home-header.svelte-et6md p:where(.svelte-et6md){font-size:16px;color:#64748b;line-height:1.6}.articles-grid.svelte-et6md{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.article-card.svelte-et6md{min-height:160px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;overflow:hidden}.article-body.svelte-et6md{padding:16px;display:flex;flex-direction:column;gap:10px}.article-thumb.svelte-et6md{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;background:#e2e8f0}.article-card-link.svelte-et6md{text-decoration:none;cursor:pointer;transition:all .3s ease}.article-card-link.svelte-et6md:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 12px 28px #0f172a14}.article-meta.svelte-et6md{font-size:11px;color:#94a3b8;margin:0}.article-card.svelte-et6md h3:where(.svelte-et6md){font-size:15px;line-height:1.4;color:#0f172a;margin:0;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-excerpt.svelte-et6md{margin:0;font-size:13px;color:#64748b;line-height:1.6;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.articles-empty.svelte-et6md{grid-column:1 / -1;text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:32px}@media(max-width:1100px){.articles-grid.svelte-et6md{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.articles-home.svelte-et6md{padding:48px 0}.articles-home-header-row.svelte-et6md{align-items:flex-start;flex-direction:column}.articles-grid.svelte-et6md{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media(max-width:560px){.articles-grid.svelte-et6md{grid-template-columns:1fr}}.home-fishing-vessels.svelte-et6md{padding:56px 0 48px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0}.hfv-head.svelte-et6md{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px;flex-wrap:wrap}.hfv-head.svelte-et6md h2:where(.svelte-et6md){font-size:clamp(22px,3.2vw,30px);font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.hfv-sub.svelte-et6md{margin:0;font-size:15px;color:#64748b;line-height:1.55;max-width:640px}.hfv-see-all.svelte-et6md{display:inline-flex;align-items:center;padding:10px 18px;border-radius:12px;text-decoration:none;color:#0369a1;border:1px solid #bae6fd;background:#fff;font-size:13px;font-weight:700;white-space:nowrap;transition:all .2s}.hfv-see-all.svelte-et6md:hover{background:#f0f9ff;border-color:#7dd3fc;color:#0c4a6e}.hfv-empty.svelte-et6md{margin:0;padding:24px;text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:16px}.hfv-scroll-wrap.svelte-et6md{position:relative}.hfv-scroll.svelte-et6md{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:14px;scroll-snap-type:x proximity;scroll-padding-left:4px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}.hfv-scroll.svelte-et6md::-webkit-scrollbar{height:8px}.hfv-scroll.svelte-et6md::-webkit-scrollbar-track{background:transparent}.hfv-scroll.svelte-et6md::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.hfv-scroll.svelte-et6md::-webkit-scrollbar-thumb:hover{background:#64748b}.hfv-nav-btn.svelte-et6md{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a26;color:#0f172a;font-size:22px;line-height:1;font-weight:700;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s,opacity .2s;opacity:0;pointer-events:none}.hfv-scroll-wrap.svelte-et6md:hover .hfv-nav-btn:where(.svelte-et6md),.hfv-scroll-wrap.svelte-et6md:focus-within .hfv-nav-btn:where(.svelte-et6md){opacity:1;pointer-events:auto}.hfv-nav-btn.svelte-et6md:hover{background:#f1f5f9;transform:translateY(-50%) scale(1.05)}.hfv-nav-btn.svelte-et6md:active{transform:translateY(-50%) scale(.95)}.hfv-nav-prev.svelte-et6md{left:-8px}.hfv-nav-next.svelte-et6md{right:-8px}@media(max-width:768px){.hfv-nav-btn.svelte-et6md{opacity:1;pointer-events:auto;width:36px;height:36px;font-size:20px}.hfv-nav-prev.svelte-et6md{left:4px}.hfv-nav-next.svelte-et6md{right:4px}}.hfv-card.svelte-et6md{flex:0 0 min(280px,85vw);scroll-snap-align:start;display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;padding:0;font:inherit;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}.hfv-card.svelte-et6md:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a14;border-color:#7dd3fc}.hfv-card.svelte-et6md:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.hfv-card-skel.svelte-et6md{pointer-events:none}.hfv-cover.svelte-et6md{position:relative;width:100%;height:150px;background:linear-gradient(135deg,#0c4a6e,#0284c7);overflow:hidden}.hfv-thumb-track.svelte-et6md{display:flex;height:100%;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x}.hfv-thumb-track.svelte-et6md::-webkit-scrollbar{display:none}.hfv-thumb-slide.svelte-et6md{flex:0 0 100%;width:100%;min-width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always}.hfv-thumb-slide.svelte-et6md img:where(.svelte-et6md){width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.hfv-thumb-hint.svelte-et6md{position:absolute;top:8px;right:8px;padding:3px 8px;border-radius:8px;font-size:10px;font-weight:700;letter-spacing:.02em;color:#0f172a;background:#ffffffe0;pointer-events:none;box-shadow:0 1px 4px #0f172a1f}.hfv-thumb-dots.svelte-et6md{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px;pointer-events:none}.hfv-thumb-dot.svelte-et6md{width:6px;height:6px;border-radius:50%;background:#ffffff73;box-shadow:0 0 0 1px #0f172a26}.hfv-cover-ph.svelte-et6md{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:42px;opacity:.35}.hfv-body.svelte-et6md{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.hfv-body.svelte-et6md h3:where(.svelte-et6md){margin:0;font-size:15px;font-weight:700;color:#0f172a;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hfv-meta.svelte-et6md{font-size:13px;color:#475569;font-weight:600}.hfv-dot.svelte-et6md{color:#94a3b8;font-weight:400}.hfv-company.svelte-et6md{margin:0;font-size:12px;color:#64748b}.hfv-harbor.svelte-et6md{margin:0;font-size:12px;color:#0369a1;font-weight:600}.hfv-reviews.svelte-et6md{margin-top:auto;padding-top:6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:#64748b}.hfv-stars.svelte-et6md{color:#d97706;font-weight:700}.hfv-rcount.svelte-et6md{font-weight:600}@media(max-width:640px){.home-fishing-vessels.svelte-et6md{padding:40px 0 36px}.hfv-head.svelte-et6md{flex-direction:column;align-items:flex-start}}.testimonials.svelte-et6md{padding:72px 0;background:linear-gradient(175deg,#0f172a,#0b1120)}.testimonials-header.svelte-et6md{text-align:center;margin-bottom:36px}.testimonials-header-row.svelte-et6md{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;text-align:left}.testimonials-see-all.svelte-et6md{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:12px;text-decoration:none;color:#e2e8f0;border:1px solid rgba(148,163,184,.35);font-size:13px;font-weight:700;white-space:nowrap;transition:all .25s}.testimonials-see-all.svelte-et6md:hover{color:#fff;border-color:#e2e8f0b3;background:#ffffff0f}.testimonials-header.svelte-et6md h2:where(.svelte-et6md){font-size:clamp(28px,4vw,40px);font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:-.02em}.testimonials-header.svelte-et6md p:where(.svelte-et6md){font-size:17px;color:#94a3b8;line-height:1.6}.testimonials-grid.svelte-et6md{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;max-width:1200px;margin:0 auto}@media(min-width:768px){.testimonials-grid.svelte-et6md{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.testimonials.svelte-et6md{padding:48px 0}.testimonials-header-row.svelte-et6md{align-items:flex-start;flex-direction:column;text-align:left}}@media(min-width:1200px){.testimonials-grid.svelte-et6md{grid-template-columns:repeat(4,1fr)}}.testimonial-card.svelte-et6md{padding:24px 22px;background:#ffffff0a;border-radius:18px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.testimonial-card.svelte-et6md:hover{background:#ffffff14;transform:translateY(-4px);border-color:#ffffff26}.testimonial-text.svelte-et6md{font-size:15px;line-height:1.7;color:#e2e8f0;margin-bottom:16px}.testimonial-author.svelte-et6md{display:flex;flex-direction:column;gap:3px}.testimonial-author.svelte-et6md strong:where(.svelte-et6md){color:#fff;font-size:14px;font-weight:600}.testimonial-author.svelte-et6md span:where(.svelte-et6md){color:#94a3b8;font-size:12px}.testimonial-skel.svelte-et6md{pointer-events:none}.testimonials-empty.svelte-et6md{grid-column:1 / -1;text-align:center;color:#94a3b8;padding:32px;border-radius:16px;border:1px dashed rgba(148,163,184,.35);background:#ffffff08}@keyframes svelte-et6md-skel-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skel-shimmer.svelte-et6md{display:block;width:100%;height:100%;position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:svelte-et6md-skel-shimmer 1.4s ease-in-out infinite}.skel-pill.svelte-et6md{display:inline-block;width:140px;height:124px;background:#e2e8f0;border-radius:16px;position:relative;overflow:hidden;pointer-events:none;flex-shrink:0}.skel-card.svelte-et6md{pointer-events:none}.skel-cover.svelte-et6md{position:relative;overflow:hidden;background:#e2e8f0!important}.skel-line.svelte-et6md{height:12px;border-radius:6px;background:#e2e8f0;position:relative;overflow:hidden}.skel-line.svelte-et6md:after{content:"";display:block;width:100%;height:100%;position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:svelte-et6md-skel-shimmer 1.4s ease-in-out infinite}.skel-line-sm.svelte-et6md{width:40%;margin-bottom:8px}.skel-line-lg.svelte-et6md{width:85%;margin-bottom:8px}.skel-line-md.svelte-et6md{width:60%}.page-header.svelte-gf7t7t{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-gf7t7t{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}@media(min-width:768px){.page-title.svelte-gf7t7t{font-size:var(--font-size-5xl)}}.page-subtitle.svelte-gf7t7t{font-size:var(--font-size-lg);opacity:.9;max-width:600px;margin:0 auto}.about-grid.svelte-gf7t7t{display:grid;grid-template-columns:1fr;gap:var(--spacing-12);align-items:center}@media(min-width:768px){.about-grid.svelte-gf7t7t{grid-template-columns:1fr 1fr}}.about-heading.svelte-gf7t7t{font-size:var(--font-size-3xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-6)}.about-text.svelte-gf7t7t{font-size:var(--font-size-lg);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-4)}.about-illustration.svelte-gf7t7t{max-width:100%}.about-illustration.svelte-gf7t7t svg:where(.svelte-gf7t7t){width:100%;height:auto}.vision-section.svelte-gf7t7t{background:var(--color-gray-50)}.vision-grid.svelte-gf7t7t{display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media(min-width:768px){.vision-grid.svelte-gf7t7t{grid-template-columns:repeat(2,1fr)}}.vision-card.svelte-gf7t7t{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-8);text-align:center;box-shadow:var(--shadow-md)}.vision-icon.svelte-gf7t7t{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--color-gray-900);border-radius:20px;color:#fff;margin-bottom:var(--spacing-4)}.vision-icon.svelte-gf7t7t svg:where(.svelte-gf7t7t){width:32px;height:32px}.vision-card.svelte-gf7t7t h3:where(.svelte-gf7t7t){font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.vision-card.svelte-gf7t7t p:where(.svelte-gf7t7t){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.7}.value-card.svelte-gf7t7t{text-align:center;padding:var(--spacing-8)}.value-icon.svelte-gf7t7t{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-gray-900);border-radius:16px;color:#fff;margin-bottom:var(--spacing-4)}.value-icon.svelte-gf7t7t svg:where(.svelte-gf7t7t){width:28px;height:28px}.value-title.svelte-gf7t7t{font-size:var(--font-size-xl);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--spacing-3)}.value-desc.svelte-gf7t7t{font-size:var(--font-size-base);color:var(--color-gray-500);line-height:1.6}.platform-section.svelte-gf7t7t{background:var(--color-gray-50)}.platform-card.svelte-gf7t7t{background:var(--color-white);border-radius:var(--radius-2xl);padding:var(--spacing-10);text-align:center;max-width:800px;margin:0 auto;box-shadow:var(--shadow-lg)}.platform-icon.svelte-gf7t7t{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--color-primary);border-radius:var(--radius-full);color:var(--color-white);margin-bottom:var(--spacing-6)}.platform-icon.svelte-gf7t7t svg:where(.svelte-gf7t7t){width:40px;height:40px}.platform-title.svelte-gf7t7t{font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.platform-desc.svelte-gf7t7t{font-size:var(--font-size-lg);color:var(--color-gray-600);line-height:1.7}.cta-section.svelte-gf7t7t{background:var(--color-white)}.cta-buttons.svelte-gf7t7t{display:flex;flex-wrap:wrap;gap:var(--spacing-4);justify-content:center;margin-top:var(--spacing-8)}.page-header.svelte-kqhegx{padding:140px 0 80px;background:#0f172a;text-align:center}.page-header.svelte-kqhegx h1:where(.svelte-kqhegx){font-size:48px;font-weight:700;color:#fff;margin-bottom:16px}.page-header.svelte-kqhegx p:where(.svelte-kqhegx){font-size:20px;color:#94a3b8}.steps-section.svelte-kqhegx{padding:100px 0;background:#fff}.steps-list.svelte-kqhegx{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:0}.step-item.svelte-kqhegx{display:flex;gap:24px;padding:32px 0;border-bottom:1px solid #F1F5F9}.step-item.svelte-kqhegx:last-child{border-bottom:none}.step-number.svelte-kqhegx{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#0f172a;color:#fff;font-size:20px;font-weight:700;border-radius:50%;flex-shrink:0}.step-content.svelte-kqhegx h3:where(.svelte-kqhegx){font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}.step-content.svelte-kqhegx p:where(.svelte-kqhegx){font-size:16px;color:#64748b;line-height:1.6}.features-section.svelte-kqhegx{padding:100px 0;background:#f8fafc}.features-section.svelte-kqhegx h2:where(.svelte-kqhegx){font-size:36px;font-weight:700;color:#0f172a;text-align:center;margin-bottom:48px}.features-grid.svelte-kqhegx{display:grid;grid-template-columns:repeat(1,1fr);gap:24px;max-width:800px;margin:0 auto}@media(min-width:640px){.features-grid.svelte-kqhegx{grid-template-columns:repeat(2,1fr)}}.feature-item.svelte-kqhegx{background:#fff;padding:32px;border-radius:16px}.feature-item.svelte-kqhegx h3:where(.svelte-kqhegx){font-size:18px;font-weight:600;color:#0f172a;margin-bottom:8px}.feature-item.svelte-kqhegx p:where(.svelte-kqhegx){font-size:15px;color:#64748b;line-height:1.6}.faq-section.svelte-kqhegx{padding:100px 0;background:#fff}.faq-section.svelte-kqhegx h2:where(.svelte-kqhegx){font-size:36px;font-weight:700;color:#0f172a;text-align:center;margin-bottom:48px}.faq-list.svelte-kqhegx{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item.svelte-kqhegx{background:#f8fafc;border-radius:12px;overflow:hidden}.faq-item.svelte-kqhegx summary:where(.svelte-kqhegx){padding:20px 24px;font-size:17px;font-weight:600;color:#0f172a;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item.svelte-kqhegx summary:where(.svelte-kqhegx)::-webkit-details-marker{display:none}.faq-item.svelte-kqhegx summary:where(.svelte-kqhegx):after{content:"+";font-size:24px;font-weight:400;color:#94a3b8;transition:transform .2s ease}.faq-item[open].svelte-kqhegx summary:where(.svelte-kqhegx):after{transform:rotate(45deg)}.faq-item.svelte-kqhegx p:where(.svelte-kqhegx){padding:0 24px 20px;font-size:15px;color:#64748b;line-height:1.7}.cta-section.svelte-kqhegx{padding:100px 0;background:#f8fafc}.cta-box.svelte-kqhegx{background:#0f172a;padding:64px 32px;border-radius:24px;text-align:center}.cta-box.svelte-kqhegx h2:where(.svelte-kqhegx){font-size:36px;font-weight:700;color:#fff;margin-bottom:12px}.cta-box.svelte-kqhegx p:where(.svelte-kqhegx){font-size:18px;color:#94a3b8;margin-bottom:32px}.cta-btn.svelte-kqhegx{display:inline-flex;padding:16px 32px;background:#0ea5e9;color:#fff;font-size:16px;font-weight:600;border-radius:12px;transition:all .2s ease}.cta-btn.svelte-kqhegx:hover{background:#0284c7;transform:translateY(-2px)}@media(max-width:640px){.page-header.svelte-kqhegx{padding:120px 0 60px}.page-header.svelte-kqhegx h1:where(.svelte-kqhegx){font-size:36px}.page-header.svelte-kqhegx p:where(.svelte-kqhegx){font-size:18px}.steps-section.svelte-kqhegx,.features-section.svelte-kqhegx,.faq-section.svelte-kqhegx,.cta-section.svelte-kqhegx{padding:60px 0}.features-section.svelte-kqhegx h2:where(.svelte-kqhegx),.faq-section.svelte-kqhegx h2:where(.svelte-kqhegx){font-size:28px;margin-bottom:32px}.cta-box.svelte-kqhegx{padding:48px 24px}.cta-box.svelte-kqhegx h2:where(.svelte-kqhegx){font-size:28px}}.page-header.svelte-121vd2i{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-121vd2i{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}@media(min-width:768px){.page-title.svelte-121vd2i{font-size:var(--font-size-5xl)}}.page-subtitle.svelte-121vd2i{font-size:var(--font-size-lg);opacity:.9;max-width:600px;margin:0 auto}.download-section.svelte-121vd2i{background:var(--color-white)}.download-grid.svelte-121vd2i{display:grid;grid-template-columns:1fr;gap:var(--spacing-12);align-items:center}@media(min-width:1024px){.download-grid.svelte-121vd2i{grid-template-columns:1fr 1fr}}.download-heading.svelte-121vd2i{font-size:var(--font-size-3xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-6)}.download-text.svelte-121vd2i{font-size:var(--font-size-lg);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-8)}.store-buttons.svelte-121vd2i{display:flex;flex-wrap:wrap;gap:var(--spacing-4);margin-bottom:var(--spacing-10)}.store-btn.svelte-121vd2i{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-4) var(--spacing-6);background:var(--color-gray-900);color:var(--color-white);border-radius:var(--radius-lg);transition:all var(--transition-base)}.store-btn.svelte-121vd2i:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.store-btn.svelte-121vd2i svg:where(.svelte-121vd2i){width:32px;height:32px}.store-btn.svelte-121vd2i div:where(.svelte-121vd2i){text-align:left}.store-label.svelte-121vd2i{display:block;font-size:var(--font-size-xs);opacity:.8}.store-name.svelte-121vd2i{display:block;font-size:var(--font-size-lg);font-weight:600}.qr-section.svelte-121vd2i{display:flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-4);background:var(--color-gray-50);border-radius:var(--radius-lg);width:fit-content}.qr-code.svelte-121vd2i{width:80px;height:80px;background:var(--color-white);padding:var(--spacing-2);border-radius:var(--radius-md)}.qr-code.svelte-121vd2i svg:where(.svelte-121vd2i){width:100%;height:100%}.qr-text.svelte-121vd2i{font-size:var(--font-size-sm);color:var(--color-gray-600)}.download-preview.svelte-121vd2i{display:flex;justify-content:center}.phone-mockup.svelte-121vd2i{perspective:1000px}.phone-frame.svelte-121vd2i{width:280px;height:560px;background:var(--color-gray-900);border-radius:40px;padding:12px;box-shadow:var(--shadow-xl),0 0 0 4px var(--color-gray-800)}.phone-screen.svelte-121vd2i{width:100%;height:100%;background:var(--color-white);border-radius:32px;overflow:hidden}.app-ui.svelte-121vd2i{height:100%;display:flex;flex-direction:column}.app-header.svelte-121vd2i{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-4);background:var(--color-primary);color:var(--color-white)}.app-logo.svelte-121vd2i{font-size:var(--font-size-xl);font-weight:700}.app-title.svelte-121vd2i{font-weight:600}.app-search.svelte-121vd2i{padding:var(--spacing-4);background:var(--color-primary)}.search-input.svelte-121vd2i{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-3);background:var(--color-white);border-radius:var(--radius-lg);color:var(--color-gray-400);font-size:var(--font-size-sm)}.app-map-preview.svelte-121vd2i{flex:1;background:linear-gradient(180deg,#e0f2fe,#bae6fd);position:relative}.app-map-preview.svelte-121vd2i:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 40% 30%,rgba(14,165,233,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(14,165,233,.2) 0%,transparent 40%)}.app-destinations.svelte-121vd2i{padding:var(--spacing-4);background:var(--color-white);display:flex;flex-direction:column;gap:var(--spacing-2)}.destination-item.svelte-121vd2i{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3);background:var(--color-gray-50);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--color-gray-700)}.features-section.svelte-121vd2i{background:var(--color-gray-50)}.feature-card.svelte-121vd2i{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-6);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-base)}.feature-card.svelte-121vd2i:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.feature-icon.svelte-121vd2i{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--color-gray-900);border-radius:14px;color:#fff;margin-bottom:var(--spacing-4)}.feature-icon.svelte-121vd2i svg:where(.svelte-121vd2i){width:26px;height:26px}.feature-title.svelte-121vd2i{font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--spacing-2)}.feature-desc.svelte-121vd2i{font-size:var(--font-size-sm);color:var(--color-gray-500);line-height:1.6}.requirements-section.svelte-121vd2i{background:var(--color-white)}.requirements-grid.svelte-121vd2i{display:grid;grid-template-columns:1fr;gap:var(--spacing-6);max-width:500px;margin:0 auto}@media(min-width:640px){.requirements-grid.svelte-121vd2i{grid-template-columns:repeat(2,1fr)}}.requirement-card.svelte-121vd2i{background:var(--color-gray-50);border-radius:var(--radius-xl);padding:var(--spacing-8);text-align:center}.req-icon.svelte-121vd2i{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-primary);border-radius:var(--radius-full);color:var(--color-white);margin-bottom:var(--spacing-4)}.req-icon.svelte-121vd2i svg:where(.svelte-121vd2i){width:32px;height:32px}.requirement-card.svelte-121vd2i h3:where(.svelte-121vd2i){font-size:var(--font-size-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.requirement-card.svelte-121vd2i ul:where(.svelte-121vd2i){text-align:left;display:flex;flex-direction:column;gap:var(--spacing-2)}.requirement-card.svelte-121vd2i li:where(.svelte-121vd2i){font-size:var(--font-size-sm);color:var(--color-gray-600);padding-left:var(--spacing-4);position:relative}.requirement-card.svelte-121vd2i li:where(.svelte-121vd2i):before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:600}.page-header.svelte-1pguofy{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-1pguofy{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}@media(min-width:768px){.page-title.svelte-1pguofy{font-size:var(--font-size-5xl)}}.page-subtitle.svelte-1pguofy{font-size:var(--font-size-lg);opacity:.9;max-width:600px;margin:0 auto var(--spacing-8)}.header-cta.svelte-1pguofy{background:var(--color-primary);color:var(--color-white);border:none}.header-cta.svelte-1pguofy:hover{background:var(--color-primary-dark)}.benefits-section.svelte-1pguofy{background:var(--color-white)}.benefit-card.svelte-1pguofy{text-align:center;padding:var(--spacing-8)}.benefit-icon.svelte-1pguofy{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-gray-900);border-radius:16px;color:#fff;margin-bottom:var(--spacing-4)}.benefit-icon.svelte-1pguofy svg:where(.svelte-1pguofy){width:28px;height:28px}.benefit-title.svelte-1pguofy{font-size:var(--font-size-xl);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--spacing-3)}.benefit-desc.svelte-1pguofy{font-size:var(--font-size-base);color:var(--color-gray-500);line-height:1.6}.requirements-section.svelte-1pguofy{background:var(--color-gray-50)}.requirements-grid.svelte-1pguofy{display:grid;grid-template-columns:1fr;gap:var(--spacing-12);align-items:center}@media(min-width:768px){.requirements-grid.svelte-1pguofy{grid-template-columns:1fr 1fr}}.requirements-heading.svelte-1pguofy{font-size:var(--font-size-3xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.requirements-text.svelte-1pguofy{font-size:var(--font-size-lg);color:var(--color-gray-600);margin-bottom:var(--spacing-6);line-height:1.7}.requirements-list.svelte-1pguofy{display:flex;flex-direction:column;gap:var(--spacing-4)}.requirements-list.svelte-1pguofy li:where(.svelte-1pguofy){display:flex;align-items:flex-start;gap:var(--spacing-3);font-size:var(--font-size-base);color:var(--color-gray-700)}.requirements-list.svelte-1pguofy svg:where(.svelte-1pguofy){width:24px;height:24px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.captain-illustration.svelte-1pguofy{max-width:300px;margin:0 auto}.captain-illustration.svelte-1pguofy svg:where(.svelte-1pguofy){width:100%;height:auto}.steps-section.svelte-1pguofy{background:var(--color-white)}.steps-timeline.svelte-1pguofy{display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media(min-width:640px){.steps-timeline.svelte-1pguofy{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.steps-timeline.svelte-1pguofy{grid-template-columns:repeat(4,1fr)}}.step-card.svelte-1pguofy{text-align:center;padding:var(--spacing-6);background:var(--color-gray-50);border-radius:var(--radius-xl)}.step-number.svelte-1pguofy{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--color-gray-900);color:#fff;font-size:var(--font-size-2xl);font-weight:700;border-radius:var(--radius-full);margin-bottom:var(--spacing-4)}.step-title.svelte-1pguofy{font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--spacing-2)}.step-desc.svelte-1pguofy{font-size:var(--font-size-sm);color:var(--color-gray-500);line-height:1.6}.contact-section.svelte-1pguofy{background:var(--color-gray-50)}.contact-card.svelte-1pguofy{max-width:600px;margin:0 auto;background:var(--color-white);border-radius:var(--radius-2xl);padding:var(--spacing-10);box-shadow:var(--shadow-lg)}.contact-title.svelte-1pguofy{font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:var(--spacing-4)}.contact-desc.svelte-1pguofy{font-size:var(--font-size-base);color:var(--color-gray-600);text-align:center;margin-bottom:var(--spacing-8);line-height:1.7}.contact-methods.svelte-1pguofy{display:flex;flex-direction:column;gap:var(--spacing-4)}.contact-method.svelte-1pguofy{display:flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-5);border-radius:var(--radius-xl);transition:all var(--transition-base);text-decoration:none}.contact-method.whatsapp.svelte-1pguofy{background:linear-gradient(135deg,#25d366,#128c7e);color:var(--color-white)}.contact-method.whatsapp.svelte-1pguofy:hover{transform:translateY(-2px);box-shadow:0 10px 20px #25d3664d}.contact-method.email.svelte-1pguofy{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:var(--color-white)}.contact-method.email.svelte-1pguofy:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0ea5e94d}.contact-icon.svelte-1pguofy{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff3;border-radius:var(--radius-lg);flex-shrink:0}.contact-icon.svelte-1pguofy svg:where(.svelte-1pguofy){width:24px;height:24px}.contact-info.svelte-1pguofy{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1)}.contact-label.svelte-1pguofy{font-size:var(--font-size-sm);opacity:.9}.contact-value.svelte-1pguofy{font-size:var(--font-size-lg);font-weight:600}.contact-arrow.svelte-1pguofy{width:24px;height:24px;opacity:.7;flex-shrink:0}.contact-note.svelte-1pguofy{font-size:var(--font-size-sm);color:var(--color-gray-500);text-align:center;margin-top:var(--spacing-6)}.terms-link.svelte-1pguofy{text-align:center;margin-top:var(--spacing-6);padding-top:var(--spacing-6);border-top:1px solid var(--color-gray-200)}.terms-link.svelte-1pguofy a:where(.svelte-1pguofy){font-size:var(--font-size-sm);color:var(--color-primary);text-decoration:underline;transition:color .2s ease}.terms-link.svelte-1pguofy a:where(.svelte-1pguofy):hover{color:var(--color-primary-dark)}.articles-page.svelte-1iz0631{background:#f8fafc;min-height:100vh;padding:94px 0 64px}.container.svelte-1iz0631{max-width:1080px;margin:0 auto;padding:0 20px}.articles-header.svelte-1iz0631{margin-bottom:20px}.articles-header.svelte-1iz0631 h1:where(.svelte-1iz0631){margin:0 0 8px;color:#0f172a;font-size:clamp(30px,4vw,44px);line-height:1.1;font-weight:800}.articles-header.svelte-1iz0631 p:where(.svelte-1iz0631){margin:0;color:#64748b;font-size:16px}.articles-grid.svelte-1iz0631{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:14px}@media(min-width:720px){.articles-grid.svelte-1iz0631{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.articles-grid.svelte-1iz0631{grid-template-columns:repeat(3,minmax(0,1fr))}}.article-card.svelte-1iz0631{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 14px #0f172a0d;display:flex;flex-direction:column}.article-card-link.svelte-1iz0631{text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.article-card-link.svelte-1iz0631:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a14}.article-thumb.svelte-1iz0631{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;background:#e2e8f0}.article-card-body.svelte-1iz0631{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px}.article-meta.svelte-1iz0631{margin:0;font-size:12px;color:#64748b}.article-card.svelte-1iz0631 h3:where(.svelte-1iz0631){margin:0;font-size:18px;color:#0f172a;line-height:1.35;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-excerpt.svelte-1iz0631{margin:0;font-size:14px;color:#334155;line-height:1.6;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.articles-pagination.svelte-1iz0631{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px}.articles-pagination.svelte-1iz0631 button:where(.svelte-1iz0631){border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer}.articles-pagination.svelte-1iz0631 button:where(.svelte-1iz0631):disabled{opacity:.5;cursor:not-allowed}.articles-pagination.svelte-1iz0631 span:where(.svelte-1iz0631){color:#475569;font-size:13px;font-weight:600}.article-back.svelte-1iz0631{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#0f766e;font-size:14px;font-weight:700;margin-bottom:18px}.article-back.svelte-1iz0631:hover{color:#115e59}.article-content-wrap.svelte-1iz0631{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:clamp(18px,3vw,30px);box-shadow:0 10px 28px #0f172a0d}.article-detail-thumb.svelte-1iz0631{width:calc(100% + clamp(36px,6vw,60px));max-width:none;margin:calc(clamp(18px,3vw,30px)*-1) calc(clamp(18px,3vw,30px)*-1) 18px;display:block;aspect-ratio:16 / 9;object-fit:cover;background:#e2e8f0;border-radius:18px 18px 0 0}.article-header.svelte-1iz0631{border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:18px}.article-header-top.svelte-1iz0631{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.article-share-btn.svelte-1iz0631{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.article-share-btn.svelte-1iz0631:hover{border-color:#0f766e;color:#0f766e;background:#f0fdfa}.article-header.svelte-1iz0631 h1:where(.svelte-1iz0631){margin:0;color:#0f172a;font-size:clamp(26px,4vw,40px);line-height:1.2;font-weight:800}.article-excerpt.svelte-1iz0631{margin:12px 0 0;color:#334155;font-size:16px;line-height:1.7}.article-share-message.svelte-1iz0631{margin:10px 0 0;font-size:13px;color:#0f766e}.article-content.svelte-1iz0631{margin:0;color:#1e293b;font-size:16px;line-height:1.9;word-break:break-word}.article-content.svelte-1iz0631 p{margin:0 0 14px}.article-content.svelte-1iz0631 h2,.article-content.svelte-1iz0631 h3{color:#0f172a;line-height:1.3;margin:18px 0 10px;font-weight:800}.article-content.svelte-1iz0631 h2{font-size:24px}.article-content.svelte-1iz0631 h3{font-size:20px}.article-content.svelte-1iz0631 ul,.article-content.svelte-1iz0631 ol{margin:0 0 14px 20px;padding:0}.article-content.svelte-1iz0631 li{margin-bottom:6px}.article-content.svelte-1iz0631 blockquote{margin:0 0 14px;border-left:3px solid #0f766e;padding-left:12px;color:#334155}.article-content.svelte-1iz0631 a{color:#0f766e;text-decoration:underline}.article-state.svelte-1iz0631{text-align:center;color:#64748b;padding:72px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.article-error.svelte-1iz0631 h1:where(.svelte-1iz0631){margin:0 0 8px;color:#0f172a;font-size:26px;font-weight:800}.article-error.svelte-1iz0631 p:where(.svelte-1iz0631){margin:0;font-size:15px;line-height:1.6}.article-btn.svelte-1iz0631{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;background:#0f766e;color:#fff;text-decoration:none;font-size:14px;font-weight:700;border:none;cursor:pointer}.article-btn.svelte-1iz0631:hover{background:#115e59}.article-spinner.svelte-1iz0631{width:34px;height:34px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:#0f766e;margin:0 auto 12px;animation:svelte-1iz0631-spin .75s linear infinite}@keyframes svelte-1iz0631-spin{to{transform:rotate(360deg)}}.skel-card.svelte-1iz0631{pointer-events:none}.skel-block.svelte-1iz0631{width:100%;aspect-ratio:16 / 9;background:#e2e8f0}.skel-line.svelte-1iz0631{height:12px;border-radius:8px;background:#e2e8f0}.skel-line-sm.svelte-1iz0631{width:40%}.skel-line-md.svelte-1iz0631{width:78%}.skel-line-lg.svelte-1iz0631{width:100%}.page-header.svelte-9amksf{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-9amksf{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-9amksf{font-size:var(--font-size-base);opacity:.7}.legal-content.svelte-9amksf{max-width:800px;margin:0 auto}.legal-intro.svelte-9amksf{font-size:var(--font-size-lg);color:var(--color-gray-600);line-height:1.8;padding-bottom:var(--spacing-8);border-bottom:1px solid var(--color-gray-200);margin-bottom:var(--spacing-8)}.legal-intro.svelte-9amksf p:where(.svelte-9amksf){margin-bottom:var(--spacing-4)}.legal-section.svelte-9amksf{margin-bottom:var(--spacing-10)}.legal-section.svelte-9amksf h2:where(.svelte-9amksf){font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-2);border-bottom:2px solid var(--color-primary)}.legal-section.svelte-9amksf h3:where(.svelte-9amksf){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin:var(--spacing-6) 0 var(--spacing-3)}.legal-section.svelte-9amksf p:where(.svelte-9amksf){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-4)}.legal-section.svelte-9amksf ul:where(.svelte-9amksf){margin-left:var(--spacing-6);margin-bottom:var(--spacing-4)}.legal-section.svelte-9amksf li:where(.svelte-9amksf){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2);position:relative;padding-left:var(--spacing-4)}.legal-section.svelte-9amksf li:where(.svelte-9amksf):before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.legal-section.svelte-9amksf strong:where(.svelte-9amksf){color:var(--color-gray-800)}.highlight-box.svelte-9amksf{background:linear-gradient(135deg,#0ea5e91a,#0284c71a);border-left:4px solid var(--color-primary);padding:var(--spacing-5);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:var(--spacing-6) 0}.highlight-box.svelte-9amksf p:where(.svelte-9amksf){margin:0;color:var(--color-gray-700)}.highlight-box.warning.svelte-9amksf{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-left-color:#f59e0b}.contact-info.svelte-9amksf{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-top:var(--spacing-4)}.contact-info.svelte-9amksf p:where(.svelte-9amksf){margin-bottom:var(--spacing-3)}.contact-info.svelte-9amksf ul:where(.svelte-9amksf){margin-left:0;list-style:none}.contact-info.svelte-9amksf li:where(.svelte-9amksf){padding-left:0}.contact-info.svelte-9amksf li:where(.svelte-9amksf):before{display:none}.legal-footer.svelte-9amksf{margin-top:var(--spacing-12);padding-top:var(--spacing-8);border-top:1px solid var(--color-gray-200)}.consent-box.svelte-9amksf{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-bottom:var(--spacing-6)}.consent-box.svelte-9amksf p:where(.svelte-9amksf){margin-bottom:var(--spacing-4);color:var(--color-gray-800)}.consent-box.svelte-9amksf ul:where(.svelte-9amksf){margin-left:var(--spacing-6);margin-bottom:0}.consent-box.svelte-9amksf li:where(.svelte-9amksf){color:var(--color-gray-600);margin-bottom:var(--spacing-2);padding-left:var(--spacing-4);position:relative}.consent-box.svelte-9amksf li:where(.svelte-9amksf):before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}.legal-links.svelte-9amksf{text-align:center}.page-header.svelte-13tj7i{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-13tj7i{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-13tj7i{font-size:var(--font-size-base);opacity:.7}.legal-content.svelte-13tj7i{max-width:800px;margin:0 auto}.legal-intro.svelte-13tj7i{font-size:var(--font-size-lg);color:var(--color-gray-600);line-height:1.8;padding-bottom:var(--spacing-8);border-bottom:1px solid var(--color-gray-200);margin-bottom:var(--spacing-8)}.legal-intro.svelte-13tj7i p:where(.svelte-13tj7i){margin-bottom:var(--spacing-4)}.legal-section.svelte-13tj7i{margin-bottom:var(--spacing-10)}.legal-section.svelte-13tj7i h2:where(.svelte-13tj7i){font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-2);border-bottom:2px solid var(--color-primary)}.legal-section.svelte-13tj7i h3:where(.svelte-13tj7i){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin:var(--spacing-6) 0 var(--spacing-3)}.legal-section.svelte-13tj7i h4:where(.svelte-13tj7i){font-size:var(--font-size-base);font-weight:600;color:var(--color-gray-800);margin-bottom:var(--spacing-2)}.legal-section.svelte-13tj7i p:where(.svelte-13tj7i){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-4)}.legal-section.svelte-13tj7i ul:where(.svelte-13tj7i){margin-left:var(--spacing-6);margin-bottom:var(--spacing-4)}.legal-section.svelte-13tj7i li:where(.svelte-13tj7i){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2);position:relative;padding-left:var(--spacing-4)}.legal-section.svelte-13tj7i li:where(.svelte-13tj7i):before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.legal-section.svelte-13tj7i strong:where(.svelte-13tj7i){color:var(--color-gray-800)}.highlight-box.svelte-13tj7i{background:linear-gradient(135deg,#0ea5e91a,#0284c71a);border-left:4px solid var(--color-primary);padding:var(--spacing-5);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:var(--spacing-6) 0}.highlight-box.svelte-13tj7i p:where(.svelte-13tj7i){margin:0;color:var(--color-gray-700)}.rights-grid.svelte-13tj7i{display:grid;grid-template-columns:1fr;gap:var(--spacing-4);margin:var(--spacing-6) 0}@media(min-width:640px){.rights-grid.svelte-13tj7i{grid-template-columns:repeat(2,1fr)}}.right-item.svelte-13tj7i{background:var(--color-gray-50);padding:var(--spacing-4);border-radius:var(--radius-lg);border-left:3px solid var(--color-primary)}.right-item.svelte-13tj7i h4:where(.svelte-13tj7i){margin-bottom:var(--spacing-2);color:var(--color-gray-900)}.right-item.svelte-13tj7i p:where(.svelte-13tj7i){font-size:var(--font-size-sm);margin:0;color:var(--color-gray-600)}.cookie-types.svelte-13tj7i{display:grid;grid-template-columns:1fr;gap:var(--spacing-4);margin:var(--spacing-6) 0}@media(min-width:640px){.cookie-types.svelte-13tj7i{grid-template-columns:repeat(3,1fr)}}.cookie-type.svelte-13tj7i{background:var(--color-gray-50);padding:var(--spacing-4);border-radius:var(--radius-lg)}.cookie-type.svelte-13tj7i h4:where(.svelte-13tj7i){margin-bottom:var(--spacing-2)}.cookie-type.svelte-13tj7i p:where(.svelte-13tj7i){font-size:var(--font-size-sm);margin:0}.contact-info.svelte-13tj7i{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-top:var(--spacing-4)}.contact-info.svelte-13tj7i>p:where(.svelte-13tj7i){margin-bottom:var(--spacing-2)}.contact-items.svelte-13tj7i{display:flex;flex-direction:column;gap:var(--spacing-3);margin-top:var(--spacing-4)}.contact-item.svelte-13tj7i{display:flex;align-items:center;gap:var(--spacing-3);color:var(--color-gray-700)}.contact-item.svelte-13tj7i svg:where(.svelte-13tj7i){width:20px;height:20px;color:var(--color-primary);flex-shrink:0}.legal-footer.svelte-13tj7i{margin-top:var(--spacing-12);padding-top:var(--spacing-8);border-top:1px solid var(--color-gray-200)}.consent-box.svelte-13tj7i{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-bottom:var(--spacing-6)}.consent-box.svelte-13tj7i p:where(.svelte-13tj7i){margin-bottom:var(--spacing-4);color:var(--color-gray-800)}.consent-box.svelte-13tj7i ul:where(.svelte-13tj7i){margin-left:var(--spacing-6);margin-bottom:0}.consent-box.svelte-13tj7i li:where(.svelte-13tj7i){color:var(--color-gray-600);margin-bottom:var(--spacing-2);padding-left:var(--spacing-4);position:relative}.consent-box.svelte-13tj7i li:where(.svelte-13tj7i):before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}.legal-links.svelte-13tj7i{text-align:center}.page-header.svelte-1nlhecg{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-1nlhecg{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-1nlhecg{font-size:var(--font-size-base);opacity:.7}.legal-content.svelte-1nlhecg{max-width:800px;margin:0 auto}.toc.svelte-1nlhecg{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-bottom:var(--spacing-10)}.toc.svelte-1nlhecg h3:where(.svelte-1nlhecg){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.toc.svelte-1nlhecg ul:where(.svelte-1nlhecg){list-style:none;display:flex;flex-direction:column;gap:var(--spacing-2)}.toc.svelte-1nlhecg button:where(.svelte-1nlhecg){background:none;border:none;color:var(--color-primary);font-size:var(--font-size-base);cursor:pointer;text-align:left;padding:var(--spacing-2) 0;transition:color .2s ease}.toc.svelte-1nlhecg button:where(.svelte-1nlhecg):hover{color:var(--color-primary-dark);text-decoration:underline}.policy-document.svelte-1nlhecg{padding:var(--spacing-10) 0;border-bottom:2px solid var(--color-gray-200);margin-bottom:var(--spacing-10)}.policy-document.svelte-1nlhecg:last-of-type{border-bottom:none}.document-title.svelte-1nlhecg{font-size:var(--font-size-3xl);font-weight:800;color:var(--color-gray-900);margin-bottom:var(--spacing-8);padding-bottom:var(--spacing-4);border-bottom:3px solid var(--color-primary)}.legal-section.svelte-1nlhecg{margin-bottom:var(--spacing-8)}.legal-section.svelte-1nlhecg h3:where(.svelte-1nlhecg){font-size:var(--font-size-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.legal-section.svelte-1nlhecg h4:where(.svelte-1nlhecg){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin:var(--spacing-5) 0 var(--spacing-3)}.legal-section.svelte-1nlhecg p:where(.svelte-1nlhecg){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-4)}.legal-section.svelte-1nlhecg ul:where(.svelte-1nlhecg){margin-left:var(--spacing-6);margin-bottom:var(--spacing-4)}.legal-section.svelte-1nlhecg li:where(.svelte-1nlhecg){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2);position:relative;padding-left:var(--spacing-4)}.legal-section.svelte-1nlhecg li:where(.svelte-1nlhecg):before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.legal-section.svelte-1nlhecg strong:where(.svelte-1nlhecg){color:var(--color-gray-800)}.numbered-list.svelte-1nlhecg{list-style:none;counter-reset:item;margin-left:0}.numbered-list.svelte-1nlhecg li:where(.svelte-1nlhecg){counter-increment:item;padding-left:var(--spacing-8)}.numbered-list.svelte-1nlhecg li:where(.svelte-1nlhecg):before{content:counter(item) ".";position:absolute;left:0;font-weight:600;color:var(--color-primary)}.highlight-box.svelte-1nlhecg{background:linear-gradient(135deg,#0ea5e91a,#0284c71a);border-left:4px solid var(--color-primary);padding:var(--spacing-5);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:var(--spacing-6) 0}.highlight-box.svelte-1nlhecg p:where(.svelte-1nlhecg){margin:0;color:var(--color-gray-700)}.highlight-box.warning.svelte-1nlhecg{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-left-color:#f59e0b}.refund-table.svelte-1nlhecg{border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);overflow:hidden;margin:var(--spacing-6) 0}.refund-row.svelte-1nlhecg{display:grid;grid-template-columns:1fr 1fr;padding:var(--spacing-4);border-bottom:1px solid var(--color-gray-200)}.refund-row.svelte-1nlhecg:last-child{border-bottom:none}.refund-row.header.svelte-1nlhecg{background:var(--color-gray-100);font-weight:600;color:var(--color-gray-900)}.refund-row.svelte-1nlhecg span:where(.svelte-1nlhecg){font-size:var(--font-size-sm)}.refund-row.svelte-1nlhecg .green:where(.svelte-1nlhecg){color:#10b981;font-weight:600}.refund-row.svelte-1nlhecg .yellow:where(.svelte-1nlhecg){color:#f59e0b;font-weight:600}.refund-row.svelte-1nlhecg .orange:where(.svelte-1nlhecg){color:#f97316;font-weight:600}.refund-row.svelte-1nlhecg .red:where(.svelte-1nlhecg){color:#ef4444;font-weight:600}.status-list.svelte-1nlhecg{display:flex;flex-direction:column;gap:var(--spacing-3);margin:var(--spacing-6) 0}.status-item.svelte-1nlhecg{display:flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-3);background:var(--color-gray-50);border-radius:var(--radius-md)}.status-badge.svelte-1nlhecg{padding:var(--spacing-1) var(--spacing-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:600;white-space:nowrap}.status-badge.pending.svelte-1nlhecg{background:#fef3c7;color:#92400e}.status-badge.processing.svelte-1nlhecg{background:#dbeafe;color:#1e40af}.status-badge.confirmed.svelte-1nlhecg{background:#d1fae5;color:#065f46}.status-badge.active.svelte-1nlhecg{background:#e0e7ff;color:#3730a3}.status-badge.completed.svelte-1nlhecg{background:#d1fae5;color:#065f46}.status-badge.cancelled.svelte-1nlhecg{background:#fee2e2;color:#991b1b}.status-item.svelte-1nlhecg p:where(.svelte-1nlhecg){margin:0;font-size:var(--font-size-sm);color:var(--color-gray-600)}.legal-footer.svelte-1nlhecg{margin-top:var(--spacing-12);padding-top:var(--spacing-8);border-top:1px solid var(--color-gray-200)}.consent-box.svelte-1nlhecg{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-bottom:var(--spacing-6);text-align:center}.consent-box.svelte-1nlhecg p:where(.svelte-1nlhecg){margin:0;color:var(--color-gray-700)}.legal-links.svelte-1nlhecg{display:flex;justify-content:center;gap:var(--spacing-4);flex-wrap:wrap}@media(max-width:640px){.refund-row.svelte-1nlhecg{grid-template-columns:1fr;gap:var(--spacing-2)}.status-item.svelte-1nlhecg{flex-direction:column;align-items:flex-start}}.page-header.svelte-19c6nd0{background:linear-gradient(135deg,#0f172a,#1e293b);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-19c6nd0{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-19c6nd0{font-size:var(--font-size-base);opacity:.8;line-height:1.6}.legal-content.svelte-19c6nd0{max-width:900px;margin:0 auto}.toc.svelte-19c6nd0{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:var(--spacing-8);border-radius:var(--radius-xl);margin-bottom:var(--spacing-12);border:1px solid var(--color-gray-200)}.toc.svelte-19c6nd0 h3:where(.svelte-19c6nd0){font-size:var(--font-size-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-6);padding-bottom:var(--spacing-4);border-bottom:2px solid var(--color-primary)}.toc.svelte-19c6nd0 ul:where(.svelte-19c6nd0){list-style:none;display:flex;flex-direction:column;gap:var(--spacing-3)}.toc.svelte-19c6nd0 button:where(.svelte-19c6nd0){background:none;border:none;color:var(--color-gray-700);font-size:var(--font-size-base);font-weight:500;cursor:pointer;text-align:left;padding:var(--spacing-3) var(--spacing-4);border-radius:var(--radius-md);transition:all .2s ease;display:block;width:100%}.toc.svelte-19c6nd0 button:where(.svelte-19c6nd0):hover{background:var(--color-primary);color:#fff}.policy-document.svelte-19c6nd0{padding:var(--spacing-12) 0;border-bottom:3px solid var(--color-gray-200);margin-bottom:var(--spacing-12)}.policy-document.svelte-19c6nd0:last-of-type{border-bottom:none}.document-title.svelte-19c6nd0{font-size:var(--font-size-3xl);font-weight:800;color:var(--color-gray-900);margin-bottom:var(--spacing-2)}.document-subtitle.svelte-19c6nd0{font-size:var(--font-size-lg);color:var(--color-gray-500);margin-bottom:var(--spacing-8);padding-bottom:var(--spacing-6);border-bottom:3px solid var(--color-primary)}.legal-section.svelte-19c6nd0{margin-bottom:var(--spacing-10)}.legal-section.svelte-19c6nd0 h3:where(.svelte-19c6nd0){font-size:var(--font-size-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4);padding:var(--spacing-3) var(--spacing-4);background:var(--color-gray-100);border-radius:var(--radius-md)}.legal-section.svelte-19c6nd0 h4:where(.svelte-19c6nd0){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin:var(--spacing-6) 0 var(--spacing-3)}.legal-section.svelte-19c6nd0 p:where(.svelte-19c6nd0){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-4)}.legal-section.svelte-19c6nd0 ul:where(.svelte-19c6nd0){margin-left:var(--spacing-6);margin-bottom:var(--spacing-4)}.legal-section.svelte-19c6nd0 li:where(.svelte-19c6nd0){font-size:var(--font-size-base);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2);position:relative;padding-left:var(--spacing-4)}.legal-section.svelte-19c6nd0 li:where(.svelte-19c6nd0):before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.legal-section.svelte-19c6nd0 li:where(.svelte-19c6nd0) ul:where(.svelte-19c6nd0){margin-top:var(--spacing-2)}.legal-section.svelte-19c6nd0 strong:where(.svelte-19c6nd0){color:var(--color-gray-800)}.numbered-list.svelte-19c6nd0{list-style:none;counter-reset:item;margin-left:0}.numbered-list.svelte-19c6nd0>li:where(.svelte-19c6nd0){counter-increment:item;padding-left:var(--spacing-10);position:relative}.numbered-list.svelte-19c6nd0>li:where(.svelte-19c6nd0):before{content:counter(item) ".";position:absolute;left:0;font-weight:600;color:var(--color-primary);width:var(--spacing-8)}.numbered-list.svelte-19c6nd0 li:where(.svelte-19c6nd0) ul:where(.svelte-19c6nd0){margin-top:var(--spacing-2);margin-left:var(--spacing-4)}.numbered-list.svelte-19c6nd0 li:where(.svelte-19c6nd0) ul:where(.svelte-19c6nd0) li:where(.svelte-19c6nd0){padding-left:var(--spacing-4)}.numbered-list.svelte-19c6nd0 li:where(.svelte-19c6nd0) ul:where(.svelte-19c6nd0) li:where(.svelte-19c6nd0):before{content:"•";width:auto}.highlight-box.svelte-19c6nd0{background:linear-gradient(135deg,#0ea5e91a,#0284c71a);border-left:4px solid var(--color-primary);padding:var(--spacing-6);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:var(--spacing-6) 0}.highlight-box.svelte-19c6nd0 p:where(.svelte-19c6nd0){margin:0;color:var(--color-gray-700)}.highlight-box.warning.svelte-19c6nd0{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-left-color:#f59e0b}.sanctions-table.svelte-19c6nd0{border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);overflow:hidden;margin:var(--spacing-6) 0}.sanction-row.svelte-19c6nd0{display:grid;grid-template-columns:60px 1fr 1fr;padding:var(--spacing-4);border-bottom:1px solid var(--color-gray-200);gap:var(--spacing-4);align-items:center}.sanction-row.svelte-19c6nd0:last-child{border-bottom:none}.sanction-row.header.svelte-19c6nd0{background:var(--color-gray-100);font-weight:600;color:var(--color-gray-900)}.sanction-row.svelte-19c6nd0 span:where(.svelte-19c6nd0){font-size:var(--font-size-sm);color:var(--color-gray-600)}.level.svelte-19c6nd0{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);font-weight:700;color:#fff}.level-1.svelte-19c6nd0{background:#10b981}.level-2.svelte-19c6nd0{background:#f59e0b}.level-3.svelte-19c6nd0{background:#f97316}.level-4.svelte-19c6nd0{background:#ef4444}.level-5.svelte-19c6nd0{background:#7f1d1d}.consent-box.svelte-19c6nd0{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-bottom:var(--spacing-6);border:1px solid var(--color-gray-200)}.consent-box.svelte-19c6nd0 p:where(.svelte-19c6nd0){margin-bottom:var(--spacing-4);color:var(--color-gray-700)}.consent-box.final.svelte-19c6nd0{background:linear-gradient(135deg,#0f172a,#1e293b);border:none}.consent-box.final.svelte-19c6nd0 p:where(.svelte-19c6nd0){color:#fff}.contact-section.svelte-19c6nd0{background:var(--color-gray-50);padding:var(--spacing-6);border-radius:var(--radius-lg);margin-bottom:var(--spacing-6)}.contact-section.svelte-19c6nd0 h4:where(.svelte-19c6nd0){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.contact-section.svelte-19c6nd0 ul:where(.svelte-19c6nd0){list-style:none}.contact-section.svelte-19c6nd0 li:where(.svelte-19c6nd0){color:var(--color-gray-600);padding:var(--spacing-2) 0}.legal-footer.svelte-19c6nd0{margin-top:var(--spacing-12);padding-top:var(--spacing-8);border-top:2px solid var(--color-gray-200)}.legal-links.svelte-19c6nd0{display:flex;justify-content:center;gap:var(--spacing-4);flex-wrap:wrap}@media(max-width:768px){.sanction-row.svelte-19c6nd0{grid-template-columns:1fr;gap:var(--spacing-2)}.sanction-row.header.svelte-19c6nd0{display:none}.level.svelte-19c6nd0{margin-bottom:var(--spacing-2)}}.page-header.svelte-72lsuv{background:linear-gradient(135deg,var(--color-gray-900) 0%,#1e3a5f 100%);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-72lsuv{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-72lsuv{font-size:var(--font-size-lg);opacity:.8}.tabs-container.svelte-72lsuv{margin-bottom:var(--spacing-8);border-bottom:1px solid var(--color-gray-200)}.tabs-scroll.svelte-72lsuv{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-scroll.svelte-72lsuv::-webkit-scrollbar{display:none}.tabs.svelte-72lsuv{display:flex;gap:var(--spacing-1);min-width:max-content;padding-bottom:var(--spacing-4)}.tab.svelte-72lsuv{padding:var(--spacing-3) var(--spacing-4);font-size:var(--font-size-sm);font-weight:500;color:var(--color-gray-600);background:var(--color-gray-100);border:none;border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast)}.tab.svelte-72lsuv:hover{background:var(--color-gray-200);color:var(--color-gray-800)}.tab.active.svelte-72lsuv{background:var(--color-primary);color:var(--color-white)}.legal-content.svelte-72lsuv{max-width:900px;margin:0 auto}.document.svelte-72lsuv{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-8);box-shadow:0 2px 8px #0000000d}.document.svelte-72lsuv h2:where(.svelte-72lsuv){font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-2)}.meta.svelte-72lsuv{font-size:var(--font-size-sm);color:var(--color-gray-500);margin-bottom:var(--spacing-2)}.legal-section.svelte-72lsuv{margin-top:var(--spacing-8);padding-top:var(--spacing-6);border-top:1px solid var(--color-gray-100)}.legal-section.svelte-72lsuv:first-of-type{border-top:none;padding-top:var(--spacing-4)}.legal-section.svelte-72lsuv h3:where(.svelte-72lsuv){font-size:var(--font-size-lg);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.legal-section.svelte-72lsuv h4:where(.svelte-72lsuv){font-size:var(--font-size-base);font-weight:600;color:var(--color-gray-800);margin:var(--spacing-5) 0 var(--spacing-3)}.legal-section.svelte-72lsuv p:where(.svelte-72lsuv){font-size:var(--font-size-sm);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-3)}.legal-section.svelte-72lsuv ul:where(.svelte-72lsuv),.legal-section.svelte-72lsuv ol:where(.svelte-72lsuv){margin-left:var(--spacing-5);margin-bottom:var(--spacing-4)}.legal-section.svelte-72lsuv li:where(.svelte-72lsuv){font-size:var(--font-size-sm);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2)}.legal-section.svelte-72lsuv strong:where(.svelte-72lsuv){color:var(--color-gray-800)}.contact-box.svelte-72lsuv{background:var(--color-gray-50);padding:var(--spacing-4);border-radius:var(--radius-lg);margin-top:var(--spacing-3)}.contact-box.svelte-72lsuv p:where(.svelte-72lsuv){margin-bottom:var(--spacing-1)}.permission-box.svelte-72lsuv{background:var(--color-gray-50);padding:var(--spacing-4);border-radius:var(--radius-lg);margin-bottom:var(--spacing-4);border-left:3px solid var(--color-primary)}.permission-box.svelte-72lsuv p:where(.svelte-72lsuv){margin-bottom:var(--spacing-2)}.permission-box.svelte-72lsuv p:where(.svelte-72lsuv):last-child{margin-bottom:0}.highlight-box.svelte-72lsuv{background:linear-gradient(135deg,#0ea5e91a,#0284c71a);border-left:4px solid var(--color-primary);padding:var(--spacing-5);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:var(--spacing-4) 0}.highlight-box.svelte-72lsuv p:where(.svelte-72lsuv){margin-bottom:var(--spacing-3)}.highlight-box.svelte-72lsuv ul:where(.svelte-72lsuv){margin-bottom:var(--spacing-3)}.data-table.svelte-72lsuv{margin:var(--spacing-6) 0}.data-table.svelte-72lsuv h4:where(.svelte-72lsuv){margin-bottom:var(--spacing-3)}.data-table.svelte-72lsuv table:where(.svelte-72lsuv){width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.data-table.svelte-72lsuv th:where(.svelte-72lsuv),.data-table.svelte-72lsuv td:where(.svelte-72lsuv){padding:var(--spacing-3);text-align:left;border:1px solid var(--color-gray-200)}.data-table.svelte-72lsuv th:where(.svelte-72lsuv){background:var(--color-gray-100);font-weight:600;color:var(--color-gray-800)}.data-table.svelte-72lsuv td:where(.svelte-72lsuv){color:var(--color-gray-600)}.declaration-list.svelte-72lsuv{display:flex;flex-direction:column;gap:var(--spacing-3)}.declaration.svelte-72lsuv{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3);background:var(--color-gray-50);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--color-gray-600)}.declaration.svelte-72lsuv .check:where(.svelte-72lsuv){padding:var(--spacing-1) var(--spacing-2);background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:600}.legal-footer.svelte-72lsuv{margin-top:var(--spacing-12);padding-top:var(--spacing-8);border-top:1px solid var(--color-gray-200)}.related-links.svelte-72lsuv{text-align:center}.related-links.svelte-72lsuv h4:where(.svelte-72lsuv){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin-bottom:var(--spacing-4)}.links-grid.svelte-72lsuv{display:flex;gap:var(--spacing-4);justify-content:center;flex-wrap:wrap}.links-grid.svelte-72lsuv a:where(.svelte-72lsuv){padding:var(--spacing-2) var(--spacing-4);background:var(--color-gray-100);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:var(--color-gray-600);transition:all var(--transition-fast)}.links-grid.svelte-72lsuv a:where(.svelte-72lsuv):hover{background:var(--color-primary);color:var(--color-white)}@media(max-width:768px){.page-title.svelte-72lsuv{font-size:var(--font-size-2xl)}.document.svelte-72lsuv{padding:var(--spacing-5)}.data-table.svelte-72lsuv{overflow-x:auto}.data-table.svelte-72lsuv table:where(.svelte-72lsuv){min-width:500px}}.page-header.svelte-10uh5em{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-10uh5em{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-10uh5em{font-size:var(--font-size-lg);opacity:.9}.tabs-container.svelte-10uh5em{margin-bottom:var(--spacing-8);border-bottom:1px solid var(--color-gray-200)}.tabs-scroll.svelte-10uh5em{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-scroll.svelte-10uh5em::-webkit-scrollbar{display:none}.tabs.svelte-10uh5em{display:flex;gap:var(--spacing-1);min-width:max-content;padding-bottom:var(--spacing-4)}.tab.svelte-10uh5em{padding:var(--spacing-3) var(--spacing-4);font-size:var(--font-size-sm);font-weight:500;color:var(--color-gray-600);background:var(--color-gray-100);border:none;border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast)}.tab.svelte-10uh5em:hover{background:var(--color-gray-200);color:var(--color-gray-800)}.tab.active.svelte-10uh5em{background:var(--color-primary);color:var(--color-white)}.legal-content.svelte-10uh5em{max-width:900px;margin:0 auto}.document.svelte-10uh5em{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-8);box-shadow:0 2px 8px #0000000d}.document.svelte-10uh5em h2:where(.svelte-10uh5em){font-size:var(--font-size-2xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-2)}.meta.svelte-10uh5em{font-size:var(--font-size-sm);color:var(--color-gray-500);margin-bottom:var(--spacing-2)}.legal-section.svelte-10uh5em{margin-top:var(--spacing-8);padding-top:var(--spacing-6);border-top:1px solid var(--color-gray-100)}.legal-section.svelte-10uh5em:first-of-type{border-top:none;padding-top:var(--spacing-4)}.legal-section.svelte-10uh5em h3:where(.svelte-10uh5em){font-size:var(--font-size-lg);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4)}.legal-section.svelte-10uh5em h4:where(.svelte-10uh5em){font-size:var(--font-size-base);font-weight:600;color:var(--color-gray-800);margin:var(--spacing-5) 0 var(--spacing-3)}.legal-section.svelte-10uh5em p:where(.svelte-10uh5em){font-size:var(--font-size-sm);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-3)}.legal-section.svelte-10uh5em ul:where(.svelte-10uh5em),.legal-section.svelte-10uh5em ol:where(.svelte-10uh5em){margin-left:var(--spacing-5);margin-bottom:var(--spacing-4)}.legal-section.svelte-10uh5em li:where(.svelte-10uh5em){font-size:var(--font-size-sm);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2)}.legal-section.svelte-10uh5em strong:where(.svelte-10uh5em){color:var(--color-gray-800)}.contact-box.svelte-10uh5em{background:var(--color-gray-50);padding:var(--spacing-4);border-radius:var(--radius-lg);margin-top:var(--spacing-3)}.contact-box.svelte-10uh5em p:where(.svelte-10uh5em){margin-bottom:var(--spacing-1)}.permission-box.svelte-10uh5em{background:var(--color-gray-50);padding:var(--spacing-4);border-radius:var(--radius-lg);margin-bottom:var(--spacing-4);border-left:3px solid var(--color-primary)}.permission-box.svelte-10uh5em p:where(.svelte-10uh5em){margin-bottom:var(--spacing-2)}.permission-box.svelte-10uh5em p:where(.svelte-10uh5em):last-child{margin-bottom:0}.not-used-box.svelte-10uh5em{background:#fef3c7;padding:var(--spacing-5);border-radius:var(--radius-lg);border-left:4px solid #f59e0b}.not-used-box.svelte-10uh5em h4:where(.svelte-10uh5em){color:#92400e;margin-top:0}.not-used-box.svelte-10uh5em p:where(.svelte-10uh5em){color:#78350f;margin-bottom:0}.highlight-box.svelte-10uh5em{background:linear-gradient(135deg,#0ea5e91a,#0284c71a);border-left:4px solid var(--color-primary);padding:var(--spacing-5);border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin:var(--spacing-4) 0}.highlight-box.svelte-10uh5em p:where(.svelte-10uh5em){margin-bottom:var(--spacing-3)}.highlight-box.svelte-10uh5em ul:where(.svelte-10uh5em){margin-bottom:var(--spacing-3)}.data-table.svelte-10uh5em{margin:var(--spacing-6) 0}.data-table.svelte-10uh5em h4:where(.svelte-10uh5em){margin-bottom:var(--spacing-3)}.data-table.svelte-10uh5em table:where(.svelte-10uh5em){width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.data-table.svelte-10uh5em th:where(.svelte-10uh5em),.data-table.svelte-10uh5em td:where(.svelte-10uh5em){padding:var(--spacing-3);text-align:left;border:1px solid var(--color-gray-200)}.data-table.svelte-10uh5em th:where(.svelte-10uh5em){background:var(--color-gray-100);font-weight:600;color:var(--color-gray-800)}.data-table.svelte-10uh5em td:where(.svelte-10uh5em){color:var(--color-gray-600)}.declaration-list.svelte-10uh5em{display:flex;flex-direction:column;gap:var(--spacing-3)}.declaration.svelte-10uh5em{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3);background:var(--color-gray-50);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--color-gray-600)}.declaration.svelte-10uh5em .check:where(.svelte-10uh5em){padding:var(--spacing-1) var(--spacing-2);background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:600}.legal-footer.svelte-10uh5em{margin-top:var(--spacing-12);padding-top:var(--spacing-8);border-top:1px solid var(--color-gray-200)}.related-links.svelte-10uh5em{text-align:center}.related-links.svelte-10uh5em h4:where(.svelte-10uh5em){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin-bottom:var(--spacing-4)}.links-grid.svelte-10uh5em{display:flex;gap:var(--spacing-4);justify-content:center;flex-wrap:wrap}.links-grid.svelte-10uh5em a:where(.svelte-10uh5em){padding:var(--spacing-2) var(--spacing-4);background:var(--color-gray-100);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:var(--color-gray-600);transition:all var(--transition-fast)}.links-grid.svelte-10uh5em a:where(.svelte-10uh5em):hover{background:var(--color-primary);color:var(--color-white)}@media(max-width:768px){.page-title.svelte-10uh5em{font-size:var(--font-size-2xl)}.document.svelte-10uh5em{padding:var(--spacing-5)}.data-table.svelte-10uh5em{overflow-x:auto}.data-table.svelte-10uh5em table:where(.svelte-10uh5em){min-width:500px}}.page-header.svelte-bc663q{background:var(--color-gray-900);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-bc663q{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-bc663q{font-size:var(--font-size-lg);opacity:.8}.faq-intro.svelte-bc663q{text-align:center;max-width:600px;margin:0 auto var(--spacing-12);padding:var(--spacing-6);background:var(--color-gray-50);border-radius:var(--radius-xl)}.faq-intro.svelte-bc663q p:where(.svelte-bc663q){color:var(--color-gray-600);margin:0}.faq-intro.svelte-bc663q a:where(.svelte-bc663q){color:var(--color-primary);font-weight:500}.faq-categories.svelte-bc663q{max-width:900px;margin:0 auto}.faq-category.svelte-bc663q{margin-bottom:var(--spacing-10)}.category-title.svelte-bc663q{display:flex;align-items:center;gap:var(--spacing-3);font-size:var(--font-size-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-3);border-bottom:2px solid var(--color-primary)}.category-icon.svelte-bc663q{font-size:var(--font-size-2xl)}.faq-list.svelte-bc663q{display:flex;flex-direction:column;gap:var(--spacing-3)}.faq-item.svelte-bc663q{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-fast)}.faq-item.svelte-bc663q:hover{border-color:var(--color-gray-300)}.faq-item.open.svelte-bc663q{border-color:var(--color-primary);box-shadow:0 4px 12px #0ea5e91a}.faq-question.svelte-bc663q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-4);padding:var(--spacing-5);background:none;border:none;text-align:left;font-size:var(--font-size-base);font-weight:600;color:var(--color-gray-800);cursor:pointer;transition:all var(--transition-fast)}.faq-question.svelte-bc663q:hover{color:var(--color-primary)}.faq-icon.svelte-bc663q{width:20px;height:20px;flex-shrink:0;color:var(--color-gray-400);transition:transform var(--transition-fast)}.faq-item.open.svelte-bc663q .faq-icon:where(.svelte-bc663q){transform:rotate(180deg);color:var(--color-primary)}.faq-answer.svelte-bc663q{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open.svelte-bc663q .faq-answer:where(.svelte-bc663q){max-height:1000px}.faq-answer-content.svelte-bc663q{padding:0 var(--spacing-5) var(--spacing-5);border-top:1px solid var(--color-gray-100);padding-top:var(--spacing-4)}.faq-answer-content.svelte-bc663q p:where(.svelte-bc663q){font-size:var(--font-size-sm);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2)}.faq-answer-content.svelte-bc663q p:where(.svelte-bc663q):last-child{margin-bottom:0}.faq-footer.svelte-bc663q{margin-top:var(--spacing-16);max-width:900px;margin-left:auto;margin-right:auto}.cta-box.svelte-bc663q{text-align:center;padding:var(--spacing-10);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:var(--radius-2xl);color:var(--color-white);margin-bottom:var(--spacing-10)}.cta-box.svelte-bc663q h3:where(.svelte-bc663q){font-size:var(--font-size-2xl);font-weight:700;margin-bottom:var(--spacing-2)}.cta-box.svelte-bc663q p:where(.svelte-bc663q){opacity:.9;margin-bottom:var(--spacing-6)}.cta-buttons.svelte-bc663q{display:flex;gap:var(--spacing-4);justify-content:center;flex-wrap:wrap}.cta-box.svelte-bc663q .btn-primary:where(.svelte-bc663q){background:var(--color-white);color:var(--color-primary)}.cta-box.svelte-bc663q .btn-secondary:where(.svelte-bc663q){background:#fff3;color:var(--color-white);border:1px solid rgba(255,255,255,.3)}.related-links.svelte-bc663q{text-align:center}.related-links.svelte-bc663q h4:where(.svelte-bc663q){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin-bottom:var(--spacing-4)}.links-grid.svelte-bc663q{display:flex;gap:var(--spacing-4);justify-content:center;flex-wrap:wrap}.links-grid.svelte-bc663q a:where(.svelte-bc663q){padding:var(--spacing-2) var(--spacing-4);background:var(--color-gray-100);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:var(--color-gray-600);transition:all var(--transition-fast)}.links-grid.svelte-bc663q a:where(.svelte-bc663q):hover{background:var(--color-primary);color:var(--color-white)}@media(max-width:640px){.page-title.svelte-bc663q{font-size:var(--font-size-3xl)}.faq-question.svelte-bc663q{padding:var(--spacing-4);font-size:var(--font-size-sm)}.cta-buttons.svelte-bc663q{flex-direction:column}.cta-buttons.svelte-bc663q .btn:where(.svelte-bc663q){width:100%}}.page-header.svelte-1ufgec9{background:linear-gradient(135deg,var(--color-gray-900) 0%,#1e3a5f 100%);padding:calc(80px + var(--spacing-16)) 0 var(--spacing-16);color:var(--color-white);text-align:center}.page-title.svelte-1ufgec9{font-size:var(--font-size-4xl);font-weight:800;margin-bottom:var(--spacing-4)}.page-subtitle.svelte-1ufgec9{font-size:var(--font-size-lg);opacity:.8}.faq-intro.svelte-1ufgec9{text-align:center;max-width:600px;margin:0 auto var(--spacing-12);padding:var(--spacing-6);background:var(--color-gray-50);border-radius:var(--radius-xl)}.faq-intro.svelte-1ufgec9 p:where(.svelte-1ufgec9){color:var(--color-gray-600);margin:0}.faq-intro.svelte-1ufgec9 a:where(.svelte-1ufgec9){color:var(--color-primary);font-weight:500}.faq-categories.svelte-1ufgec9{max-width:900px;margin:0 auto}.faq-category.svelte-1ufgec9{margin-bottom:var(--spacing-10)}.category-title.svelte-1ufgec9{display:flex;align-items:center;gap:var(--spacing-3);font-size:var(--font-size-xl);font-weight:700;color:var(--color-gray-900);margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-3);border-bottom:2px solid var(--color-primary)}.category-icon.svelte-1ufgec9{font-size:var(--font-size-2xl)}.faq-list.svelte-1ufgec9{display:flex;flex-direction:column;gap:var(--spacing-3)}.faq-item.svelte-1ufgec9{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-fast)}.faq-item.svelte-1ufgec9:hover{border-color:var(--color-gray-300)}.faq-item.open.svelte-1ufgec9{border-color:var(--color-primary);box-shadow:0 4px 12px #0ea5e91a}.faq-question.svelte-1ufgec9{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-4);padding:var(--spacing-5);background:none;border:none;text-align:left;font-size:var(--font-size-base);font-weight:600;color:var(--color-gray-800);cursor:pointer;transition:all var(--transition-fast)}.faq-question.svelte-1ufgec9:hover{color:var(--color-primary)}.faq-icon.svelte-1ufgec9{width:20px;height:20px;flex-shrink:0;color:var(--color-gray-400);transition:transform var(--transition-fast)}.faq-item.open.svelte-1ufgec9 .faq-icon:where(.svelte-1ufgec9){transform:rotate(180deg);color:var(--color-primary)}.faq-answer.svelte-1ufgec9{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open.svelte-1ufgec9 .faq-answer:where(.svelte-1ufgec9){max-height:1000px}.faq-answer-content.svelte-1ufgec9{padding:0 var(--spacing-5) var(--spacing-5);border-top:1px solid var(--color-gray-100);padding-top:var(--spacing-4)}.faq-answer-content.svelte-1ufgec9 p:where(.svelte-1ufgec9){font-size:var(--font-size-sm);color:var(--color-gray-600);line-height:1.8;margin-bottom:var(--spacing-2)}.faq-answer-content.svelte-1ufgec9 p:where(.svelte-1ufgec9):last-child{margin-bottom:0}.faq-footer.svelte-1ufgec9{margin-top:var(--spacing-16);max-width:900px;margin-left:auto;margin-right:auto}.cta-box.svelte-1ufgec9{text-align:center;padding:var(--spacing-10);background:linear-gradient(135deg,#1e3a5f 0%,var(--color-gray-900) 100%);border-radius:var(--radius-2xl);color:var(--color-white);margin-bottom:var(--spacing-10)}.cta-box.svelte-1ufgec9 h3:where(.svelte-1ufgec9){font-size:var(--font-size-2xl);font-weight:700;margin-bottom:var(--spacing-2)}.cta-box.svelte-1ufgec9 p:where(.svelte-1ufgec9){opacity:.9;margin-bottom:var(--spacing-6)}.cta-buttons.svelte-1ufgec9{display:flex;gap:var(--spacing-4);justify-content:center;flex-wrap:wrap}.cta-box.svelte-1ufgec9 .btn-primary:where(.svelte-1ufgec9){background:var(--color-primary);color:var(--color-white)}.cta-box.svelte-1ufgec9 .btn-secondary:where(.svelte-1ufgec9){background:#fff3;color:var(--color-white);border:1px solid rgba(255,255,255,.3)}.related-links.svelte-1ufgec9{text-align:center}.related-links.svelte-1ufgec9 h4:where(.svelte-1ufgec9){font-size:var(--font-size-lg);font-weight:600;color:var(--color-gray-800);margin-bottom:var(--spacing-4)}.links-grid.svelte-1ufgec9{display:flex;gap:var(--spacing-4);justify-content:center;flex-wrap:wrap}.links-grid.svelte-1ufgec9 a:where(.svelte-1ufgec9){padding:var(--spacing-2) var(--spacing-4);background:var(--color-gray-100);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:var(--color-gray-600);transition:all var(--transition-fast)}.links-grid.svelte-1ufgec9 a:where(.svelte-1ufgec9):hover{background:var(--color-primary);color:var(--color-white)}@media(max-width:640px){.page-title.svelte-1ufgec9{font-size:var(--font-size-3xl)}.faq-question.svelte-1ufgec9{padding:var(--spacing-4);font-size:var(--font-size-sm)}.cta-buttons.svelte-1ufgec9{flex-direction:column}.cta-buttons.svelte-1ufgec9 .btn:where(.svelte-1ufgec9){width:100%}}.mg-page.svelte-991gw0{min-height:100vh;background:#f8fafc}.mg-header.svelte-991gw0{background:linear-gradient(135deg,#0ea5e9,#0284c7,#0369a1);color:#fff;padding:84px 0 52px;text-align:center}.mg-header.svelte-991gw0 h1:where(.svelte-991gw0){font-size:clamp(36px,6vw,56px);font-weight:700;margin-bottom:12px}.mg-header.svelte-991gw0 p:where(.svelte-991gw0){font-size:18px;opacity:.9;max-width:500px;margin:0 auto}.mg-badge.svelte-991gw0{display:inline-block;background:#fbbf24;color:#92400e;font-weight:700;font-size:11px;padding:4px 12px;border-radius:14px;margin-bottom:12px;letter-spacing:1.2px}.back-link.svelte-991gw0{background:none;border:none;color:#fffc;cursor:pointer;font-size:15px;margin-top:16px;text-decoration:underline}.mg-body.svelte-991gw0{max-width:900px;margin:0 auto;padding:40px 20px 80px}.search-card.svelte-991gw0{background:#fff;border-radius:20px;padding:36px;box-shadow:0 4px 24px #0000000f;margin-bottom:32px}.search-card.svelte-991gw0 h2:where(.svelte-991gw0){font-size:24px;font-weight:700;color:#0f172a;margin-bottom:24px}.search-form.svelte-991gw0{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.search-form.svelte-991gw0{grid-template-columns:1fr}}.field.svelte-991gw0{display:flex;flex-direction:column;gap:6px}.field.svelte-991gw0 label:where(.svelte-991gw0){font-size:13px;font-weight:600;color:#475569}.mg-wib-hint.svelte-991gw0{font-weight:500;color:#64748b;font-size:11px}.mg-wib-time.svelte-991gw0{display:block;font-size:12px;color:#0369a1;font-weight:600;margin-top:4px}.mg-wib-inline.svelte-991gw0{font-weight:500;font-size:13px;opacity:.95}.field.svelte-991gw0 select:where(.svelte-991gw0),.field.svelte-991gw0 input:where(.svelte-991gw0){padding:12px 14px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;background:#f8fafc;transition:border-color .2s}.field.svelte-991gw0 select:where(.svelte-991gw0):focus,.field.svelte-991gw0 input:where(.svelte-991gw0):focus{border-color:#0ea5e9;outline:none;background:#fff}.field-passenger-counter.svelte-991gw0{grid-column:1 / -1}.passenger-counter-row.svelte-991gw0{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.counter-card.svelte-991gw0{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:4px}.counter-label.svelte-991gw0{font-size:14px;font-weight:700;color:#0f172a}.counter-sub.svelte-991gw0{font-size:11px;color:#64748b}.counter-control.svelte-991gw0{display:flex;align-items:center;gap:8px;margin-top:4px}.counter-btn.svelte-991gw0{width:30px;height:30px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:18px;line-height:1;font-weight:700;cursor:pointer}.counter-btn.svelte-991gw0:hover{border-color:#0ea5e9;color:#0369a1;background:#f0f9ff}.counter-value.svelte-991gw0{min-width:24px;text-align:center;font-size:16px;font-weight:700;color:#0f172a}.field-summary.svelte-991gw0{grid-column:1 / -1}.summary-box.svelte-991gw0{padding:10px 12px;border:1px solid #bae6fd;border-radius:10px;background:#f0f9ff;color:#0c4a6e;font-size:13px;line-height:1.5}.summary-title.svelte-991gw0{font-size:13px;font-weight:600;color:#475569;margin-bottom:0}.manifest-hint.svelte-991gw0{font-size:14px;color:#64748b;line-height:1.5;margin:-4px 0 20px}.btn-search.svelte-991gw0{grid-column:1 / -1;padding:14px 28px;background:#0ea5e9;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:background .2s}.btn-search.svelte-991gw0:hover{background:#0284c7}.btn-search.svelte-991gw0:disabled{opacity:.6;cursor:not-allowed}.search-summary-bar.svelte-991gw0{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:14px;padding:14px 20px;box-shadow:0 2px 12px #0000000d;margin-bottom:18px;flex-wrap:wrap}.search-summary-info.svelte-991gw0{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px;color:#334155;font-weight:500}.summary-tag.svelte-991gw0{font-size:16px}.summary-sep.svelte-991gw0{color:#cbd5e1}.btn-edit-search.svelte-991gw0{padding:8px 16px;background:#f1f5f9;color:#0369a1;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-edit-search.svelte-991gw0:hover{background:#e0f2fe;border-color:#7dd3fc}.results.svelte-991gw0{margin-top:8px}.results.svelte-991gw0 h2:where(.svelte-991gw0){font-size:22px;font-weight:700;color:#0f172a;margin-bottom:20px}.empty.svelte-991gw0{text-align:center;padding:64px 20px}.empty-icon.svelte-991gw0{font-size:64px;margin-bottom:16px}.empty.svelte-991gw0 h3:where(.svelte-991gw0){font-size:22px;color:#334155;margin-bottom:8px}.empty.svelte-991gw0 p:where(.svelte-991gw0){color:#64748b}.empty-inline.svelte-991gw0{text-align:center;padding:24px 16px;color:#64748b;font-size:15px}.trip-grid.svelte-991gw0{display:grid;gap:20px}.trip-card.svelte-991gw0{background:#fff;border-radius:20px;padding:28px;box-shadow:0 2px 16px #0000000d;cursor:pointer;border:2px solid transparent;transition:all .25s}.trip-card.svelte-991gw0:hover{border-color:#0ea5e9;transform:translateY(-2px);box-shadow:0 8px 32px #0ea5e91f}.trip-badge.svelte-991gw0{display:inline-block;background:#dcfce7;color:#166534;font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;margin-bottom:12px}.trip-card.svelte-991gw0 h3:where(.svelte-991gw0){font-size:20px;font-weight:700;color:#0f172a;margin-bottom:6px}.trip-desc.svelte-991gw0{font-size:14px;color:#64748b;margin-bottom:16px;line-height:1.5}.trip-route.svelte-991gw0{display:flex;align-items:center;gap:12px;margin-bottom:20px}.route-point.svelte-991gw0{display:flex;align-items:center;gap:10px;flex:1}.route-point.svelte-991gw0 strong:where(.svelte-991gw0){display:block;font-size:15px;color:#0f172a}.route-point.svelte-991gw0 small:where(.svelte-991gw0){color:#64748b;font-size:13px}.dot.svelte-991gw0{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dot.dep.svelte-991gw0{background:#0ea5e9}.dot.arr.svelte-991gw0{background:#10b981}.route-line.svelte-991gw0{flex:0 0 40px;height:2px;background:#e2e8f0}.trip-meta.svelte-991gw0{display:flex;gap:24px;margin-bottom:20px;flex-wrap:wrap}.meta-item.svelte-991gw0 small:where(.svelte-991gw0){display:block;font-size:12px;color:#94a3b8;margin-bottom:2px}.meta-item.svelte-991gw0 strong:where(.svelte-991gw0){display:block;font-size:14px;color:#0f172a}.meta-item.svelte-991gw0 span:where(.svelte-991gw0){font-size:13px;color:#64748b}.btn-select.svelte-991gw0{width:100%;padding:12px;background:#0f172a;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background .2s}.btn-select.svelte-991gw0:hover{background:#1e293b}.selected-trip-badge.svelte-991gw0{background:#ede9fe;color:#6d28d9;padding:10px 14px;border-radius:10px;font-size:14px;margin-bottom:16px}.login-card.svelte-991gw0{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 24px #0000000f;max-width:440px;margin:0 auto}.login-card.svelte-991gw0 h2:where(.svelte-991gw0){font-size:24px;font-weight:700;color:#0f172a;margin-bottom:8px}.login-card.svelte-991gw0>p:where(.svelte-991gw0){color:#64748b;margin-bottom:24px}.login-card.svelte-991gw0 .field:where(.svelte-991gw0){margin-bottom:16px}.btn-google.svelte-991gw0{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-google.svelte-991gw0:hover{background:#f8fafc;border-color:#94a3b8}.btn-google.svelte-991gw0:disabled{opacity:.6;cursor:not-allowed}.login-divider.svelte-991gw0{position:relative;margin:16px 0;text-align:center}.login-divider.svelte-991gw0:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.login-divider.svelte-991gw0 span:where(.svelte-991gw0){position:relative;background:#fff;color:#94a3b8;font-size:12px;text-transform:uppercase;letter-spacing:1px;padding:0 10px}.helper-text.svelte-991gw0{margin-top:10px;font-size:13px;color:#64748b;text-align:center}.helper-text.success.svelte-991gw0{color:#15803d}.btn-link-complete.svelte-991gw0{width:100%;margin-top:10px;border:1px dashed #0ea5e9;background:#f0f9ff;color:#0369a1;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;cursor:pointer}.btn-link-complete.svelte-991gw0:disabled{opacity:.7;cursor:not-allowed}.btn-primary.svelte-991gw0{width:100%;padding:14px;background:#0ea5e9;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:background .2s;margin-top:8px}.btn-primary.svelte-991gw0:hover{background:#0284c7}.btn-primary.svelte-991gw0:disabled{opacity:.6;cursor:not-allowed}.manifest-card.svelte-991gw0{background:#fff;border-radius:20px;padding:36px;box-shadow:0 4px 24px #0000000f}.manifest-trip-summary.svelte-991gw0{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:16px 20px;margin-bottom:28px}.manifest-trip-summary.svelte-991gw0 h3:where(.svelte-991gw0){font-size:18px;color:#0369a1;margin-bottom:4px}.manifest-trip-summary.svelte-991gw0 p:where(.svelte-991gw0){font-size:14px;color:#0284c7}.manifest-card.svelte-991gw0 h2:where(.svelte-991gw0){font-size:20px;font-weight:700;color:#0f172a;margin-bottom:16px;margin-top:8px}.form-grid.svelte-991gw0{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px}@media(max-width:640px){.form-grid.svelte-991gw0{grid-template-columns:1fr}}.passenger-block.svelte-991gw0{background:#f8fafc;border-radius:14px;padding:20px;margin-bottom:16px;border:1px solid #e2e8f0}.passenger-header.svelte-991gw0{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.passenger-block.svelte-991gw0 h3:where(.svelte-991gw0){font-size:16px;font-weight:600;color:#334155;margin:0}.type-badge.svelte-991gw0{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#e0f2fe;color:#075985;vertical-align:middle}.copy-btn.svelte-991gw0{border:1px solid #0ea5e9;background:#f0f9ff;color:#0369a1;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.gender-toggle.svelte-991gw0{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gender-option.svelte-991gw0{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:10px;min-height:42px;padding:8px 10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.gender-option.active.svelte-991gw0{border-color:#0ea5e9;background:#e0f2fe;color:#075985}.field.svelte-991gw0 input[type=date]:where(.svelte-991gw0){min-height:44px;color-scheme:light}.btn-submit.svelte-991gw0{margin-top:16px}.voucher-card.svelte-991gw0{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 24px #0000000f;text-align:center}.voucher-success.svelte-991gw0{margin-bottom:32px}.check-icon.svelte-991gw0{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:36px;font-weight:700;margin-bottom:16px}.voucher-icon-cancelled.svelte-991gw0{background:#fee2e2;color:#b91c1c}.voucher-success.svelte-991gw0 h2:where(.svelte-991gw0){font-size:28px;font-weight:700;color:#0f172a;margin-bottom:8px}.voucher-success.svelte-991gw0 p:where(.svelte-991gw0){color:#64748b}.voucher-detail.svelte-991gw0{text-align:left}.voucher-code.svelte-991gw0{text-align:center;font-size:36px;font-weight:700;letter-spacing:4px;color:#0ea5e9;background:#f0f9ff;border:2px dashed #7dd3fc;padding:16px 24px;border-radius:12px;margin-bottom:28px}.voucher-info.svelte-991gw0{margin-bottom:28px}.info-row.svelte-991gw0{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f1f5f9}.info-row.svelte-991gw0 span:where(.svelte-991gw0){color:#64748b;font-size:14px}.info-row.svelte-991gw0 strong:where(.svelte-991gw0){color:#0f172a;font-size:14px}.status-confirmed.svelte-991gw0{color:#16a34a!important}.status-checkin.svelte-991gw0{color:#0369a1!important}.status-cancelled.svelte-991gw0{color:#b91c1c!important}.voucher-qr-wrap.svelte-991gw0{margin:20px 0 28px;display:flex;flex-direction:column;align-items:center;gap:8px}.voucher-qr.svelte-991gw0{width:168px;height:168px;padding:8px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.voucher-qr-code.svelte-991gw0{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;color:#0f172a;letter-spacing:1.5px;font-size:14px}.manifest-table.svelte-991gw0{margin-bottom:28px;overflow-x:auto}.manifest-table.svelte-991gw0 table:where(.svelte-991gw0){width:100%;border-collapse:collapse;font-size:14px}.manifest-table.svelte-991gw0 th:where(.svelte-991gw0){background:#f1f5f9;text-align:left;padding:10px}.manifest-table.svelte-991gw0 td:where(.svelte-991gw0){padding:10px;border-bottom:1px solid #f1f5f9}.voucher-actions.svelte-991gw0{display:flex;flex-direction:column;align-items:stretch;gap:12px;max-width:360px;margin:0 auto}.btn-download.svelte-991gw0{max-width:none;margin:0;display:block;width:100%}.btn-cancel-order.svelte-991gw0{display:block;width:100%;padding:14px 20px;font-size:15px;font-weight:600;border-radius:12px;border:2px solid #fecaca;background:#fff;color:#b91c1c;cursor:pointer;transition:background .2s,border-color .2s}.btn-cancel-order.svelte-991gw0:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.btn-cancel-order.svelte-991gw0:disabled{opacity:.55;cursor:not-allowed}.voucher-cancel-error.svelte-991gw0{color:#b91c1c;font-size:14px;margin:0 0 12px;text-align:center}.voucher-cancel-success.svelte-991gw0{color:#15803d;font-size:14px;margin:0 0 12px;text-align:center;font-weight:600}.error.svelte-991gw0{color:#dc2626;font-size:14px;margin-top:12px;text-align:center}@media(max-width:768px){.mg-header.svelte-991gw0{padding:64px 0 34px}.mg-header.svelte-991gw0 h1:where(.svelte-991gw0){font-size:34px;margin-bottom:8px}.mg-header.svelte-991gw0 p:where(.svelte-991gw0){font-size:15px;max-width:320px}.mg-badge.svelte-991gw0{font-size:10px;padding:4px 10px;border-radius:12px}.back-link.svelte-991gw0{font-size:13px;margin-top:10px}.mg-body.svelte-991gw0{padding:18px 12px 48px}.search-card.svelte-991gw0,.login-card.svelte-991gw0,.manifest-card.svelte-991gw0,.voucher-card.svelte-991gw0{border-radius:14px;padding:18px 16px;box-shadow:0 3px 18px #0000000f}.search-card.svelte-991gw0 h2:where(.svelte-991gw0),.results.svelte-991gw0 h2:where(.svelte-991gw0),.login-card.svelte-991gw0 h2:where(.svelte-991gw0),.manifest-card.svelte-991gw0 h2:where(.svelte-991gw0){font-size:20px;margin-bottom:14px}.field.svelte-991gw0 select:where(.svelte-991gw0),.field.svelte-991gw0 input:where(.svelte-991gw0){font-size:14px;min-height:44px;padding:10px 12px}.passenger-counter-row.svelte-991gw0{grid-template-columns:1fr;gap:8px}.btn-search.svelte-991gw0,.btn-select.svelte-991gw0,.btn-primary.svelte-991gw0,.btn-google.svelte-991gw0{min-height:46px;font-size:15px;border-radius:10px}.trip-card.svelte-991gw0{padding:18px 16px;border-radius:14px}.trip-card.svelte-991gw0 h3:where(.svelte-991gw0){font-size:18px}.trip-route.svelte-991gw0{flex-direction:column;align-items:flex-start;gap:8px}.route-line.svelte-991gw0{width:2px;height:18px;margin-left:5px}.trip-meta.svelte-991gw0{gap:10px;margin-bottom:14px}.meta-item.svelte-991gw0{flex:1 1 100%}.manifest-trip-summary.svelte-991gw0{padding:12px;margin-bottom:18px}.form-grid.svelte-991gw0{grid-template-columns:1fr;gap:10px;margin-bottom:14px}.passenger-block.svelte-991gw0{padding:14px 12px;border-radius:12px}.passenger-header.svelte-991gw0{flex-direction:column;align-items:flex-start;gap:6px}.passenger-block.svelte-991gw0 h3:where(.svelte-991gw0){margin-bottom:0;font-size:15px}.check-icon.svelte-991gw0{width:58px;height:58px;font-size:28px}.voucher-success.svelte-991gw0 h2:where(.svelte-991gw0){font-size:24px}.voucher-code.svelte-991gw0{font-size:24px;letter-spacing:2px;padding:12px 10px}.info-row.svelte-991gw0{flex-direction:column;gap:4px;padding:8px 0}.manifest-table.svelte-991gw0 table:where(.svelte-991gw0){font-size:13px}.manifest-table.svelte-991gw0 th:where(.svelte-991gw0),.manifest-table.svelte-991gw0 td:where(.svelte-991gw0){padding:8px}}@media(max-width:420px){.mg-header.svelte-991gw0 h1:where(.svelte-991gw0){font-size:30px}.mg-header.svelte-991gw0 p:where(.svelte-991gw0){font-size:14px}.mg-body.svelte-991gw0{padding-left:10px;padding-right:10px}.search-card.svelte-991gw0,.login-card.svelte-991gw0,.manifest-card.svelte-991gw0,.voucher-card.svelte-991gw0{padding:14px 12px}.voucher-code.svelte-991gw0{font-size:20px;letter-spacing:1px}}.tk-page.svelte-klhvh8{min-height:100vh;background:#f8fafc}.tk-header.svelte-klhvh8{position:relative;background:linear-gradient(135deg,#0c4a6e,#075985 40%,#0369a1);color:#fff;padding:90px 0 80px;text-align:center;overflow:hidden}.tk-header.svelte-klhvh8:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgba(14,165,233,.25) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(56,189,248,.2) 0%,transparent 50%),radial-gradient(ellipse at 50% 100%,rgba(3,105,161,.3) 0%,transparent 60%);pointer-events:none}.tk-header-overlay.svelte-klhvh8{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M0 80 Q25 60 50 80 T100 80 V100 H0Z' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E") repeat-x bottom;pointer-events:none}.tk-header-content.svelte-klhvh8{position:relative;z-index:1}.tk-badge.svelte-klhvh8{display:inline-block;font-size:11px;padding:4px 14px;border-radius:999px;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:12px;font-weight:700;letter-spacing:.06em;border:1px solid rgba(255,255,255,.2)}.tk-header.svelte-klhvh8 h1:where(.svelte-klhvh8){font-size:clamp(26px,4.5vw,40px);margin-bottom:8px;font-weight:800}.tk-subtitle.svelte-klhvh8{font-size:15px;opacity:.8;margin:0}.tk-body.svelte-klhvh8{max-width:1060px;margin:0 auto;padding:0 16px 64px}.search-bar-wrap.svelte-klhvh8{position:relative;margin-top:-44px;margin-bottom:20px;z-index:10}.search-form.svelte-klhvh8{display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;padding:14px;overflow:visible;isolation:isolate}.search-row.svelte-klhvh8{display:grid;gap:10px}.search-row-top.svelte-klhvh8{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:stretch}.search-row-bottom.svelte-klhvh8{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(220px,1.2fr) 52px;align-items:end}.sb-cell.svelte-klhvh8{min-width:0;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:4px;justify-content:center}.sb-label.svelte-klhvh8{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.sb-select-wrap.svelte-klhvh8{display:flex;align-items:center;gap:6px;min-width:0}.sb-select-wrap.svelte-klhvh8 select:where(.svelte-klhvh8){border:0;background:transparent;font-size:14px;font-weight:600;color:#0f172a;padding:2px 0;min-width:0;flex:1;cursor:pointer;-webkit-appearance:none;appearance:none}.sb-select-wrap.svelte-klhvh8 select:where(.svelte-klhvh8):focus{outline:none}.sb-icon.svelte-klhvh8{width:18px;height:18px;color:#94a3b8;flex-shrink:0}.sb-swap.svelte-klhvh8{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid #dbeafe;background:#f0f9ff;cursor:pointer;color:#0ea5e9;padding:0;align-self:end;transition:transform .2s,background .2s}.sb-swap.svelte-klhvh8 svg:where(.svelte-klhvh8){width:20px;height:20px}.sb-swap.svelte-klhvh8:hover{background:#e0f2fe}.sb-swap.svelte-klhvh8:hover{transform:rotate(180deg)}.sb-date-wrap.svelte-klhvh8{position:relative}.sb-date-trigger.svelte-klhvh8{display:flex;align-items:center;justify-content:flex-start;gap:6px;cursor:pointer;min-height:24px;width:100%;border:0;background:transparent;padding:0;text-align:left}.sb-date-text.svelte-klhvh8{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-return-check.svelte-klhvh8{display:flex;align-items:center;gap:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.sb-return-check.svelte-klhvh8 input[type=checkbox]:where(.svelte-klhvh8){width:15px;height:15px;accent-color:#0ea5e9;cursor:pointer;margin:0}.sb-return-check.svelte-klhvh8 span:where(.svelte-klhvh8){font-size:11px;font-weight:700;color:#0ea5e9;text-transform:uppercase;letter-spacing:.04em}.sb-date-trigger.is-disabled.svelte-klhvh8{opacity:.55;cursor:default}.sb-date-pop.svelte-klhvh8{position:absolute;top:calc(100% + 8px);left:0;z-index:1400;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 16px 36px #0f172a2e;padding:10px 10px 12px}.sb-date-head.svelte-klhvh8{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding:0 2px}.sb-date-head.svelte-klhvh8 strong:where(.svelte-klhvh8){font-size:30px;font-weight:700;color:#1e293b}.sb-date-nav.svelte-klhvh8{border:0;background:#f1f5f9;color:#475569;width:36px;height:36px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.sb-date-nav.svelte-klhvh8 svg:where(.svelte-klhvh8){width:18px;height:18px;pointer-events:none}.sb-date-nav.svelte-klhvh8:hover{background:#e2e8f0;color:#0f172a}.sb-date-nav.svelte-klhvh8:active{background:#cbd5e1}.sb-date-week.svelte-klhvh8{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:4px}.sb-date-week.svelte-klhvh8 span:where(.svelte-klhvh8){text-align:center;color:#64748b;font-size:13px;padding:4px 0}.sb-date-week.svelte-klhvh8 span.weekend:where(.svelte-klhvh8){color:#dc2626}.sb-date-grid.svelte-klhvh8{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.sb-date-day.svelte-klhvh8{border:0;background:transparent;border-radius:10px;min-height:42px;padding:4px 2px;color:#1e293b;font-size:18px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.sb-date-day.svelte-klhvh8 small:where(.svelte-klhvh8){font-size:10px;color:#0284c7;font-weight:600;line-height:1}.sb-date-day.svelte-klhvh8 span:where(.svelte-klhvh8){line-height:1}.sb-date-day.svelte-klhvh8:hover{background:#eff6ff}.sb-date-day.muted.svelte-klhvh8{color:#cbd5e1}.sb-date-day.today.svelte-klhvh8 span:where(.svelte-klhvh8){width:28px;height:28px;border-radius:9999px;border:2px solid #0ea5e9;display:inline-flex;align-items:center;justify-content:center}.sb-date-day.selected.svelte-klhvh8{background:#0ea5e9;color:#fff}.sb-date-day.selected.svelte-klhvh8 small:where(.svelte-klhvh8){color:#fff}.sb-date-day.svelte-klhvh8:disabled{color:#e2e8f0;cursor:not-allowed}.sb-passenger-wrap.svelte-klhvh8{position:relative}.sb-passenger-trigger.svelte-klhvh8{border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;gap:8px;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;text-align:left}.sb-passenger-trigger.svelte-klhvh8 svg:where(.svelte-klhvh8){width:16px;height:16px;color:#64748b;flex-shrink:0}.sb-passenger-pop.svelte-klhvh8{position:absolute;z-index:1400;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 30px #0f172a24;padding:10px}.sb-passenger-item.svelte-klhvh8{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 4px}.sb-passenger-name.svelte-klhvh8{margin:0;font-size:14px;font-weight:700;color:#0f172a}.sb-passenger-note.svelte-klhvh8{margin:2px 0 0;font-size:12px;color:#64748b}.sb-passenger-stepper.svelte-klhvh8{display:flex;align-items:center;gap:4px}.sb-passenger-stepper.svelte-klhvh8 button:where(.svelte-klhvh8){width:28px;height:28px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#334155;transition:background .15s}.sb-passenger-stepper.svelte-klhvh8 button:where(.svelte-klhvh8):hover{background:#e2e8f0}.sb-passenger-stepper.svelte-klhvh8 span:where(.svelte-klhvh8){min-width:28px;text-align:center;font-size:15px;font-weight:700;color:#0f172a}.sb-passenger-done.svelte-klhvh8{width:100%;margin-top:8px;border:0;border-radius:10px;background:#0ea5e9;color:#fff;font-size:14px;font-weight:700;padding:9px 12px;cursor:pointer}.sb-passenger-done.svelte-klhvh8:hover{background:#0284c7}.sb-search-btn.svelte-klhvh8{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#f97316;border:none;border-radius:9999px;cursor:pointer;transition:background .2s;align-self:end}.sb-search-btn.svelte-klhvh8:hover{background:#ea580c}.sb-search-btn.svelte-klhvh8:disabled{background:#fdba74;cursor:not-allowed}.sb-search-btn.svelte-klhvh8 svg:where(.svelte-klhvh8){width:22px;height:22px;color:#fff;stroke:#fff}@keyframes svelte-klhvh8-sb-spin{to{transform:rotate(360deg)}}.sb-spinner.svelte-klhvh8{animation:svelte-klhvh8-sb-spin .8s linear infinite}.card.svelte-klhvh8{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:22px;margin-bottom:16px}.card.svelte-klhvh8 h2:where(.svelte-klhvh8){margin-bottom:12px;color:#0f172a}.field.svelte-klhvh8{display:flex;flex-direction:column;gap:6px}.field.svelte-klhvh8 label:where(.svelte-klhvh8){font-size:13px;color:#475569;font-weight:600}.field.svelte-klhvh8 input:where(.svelte-klhvh8),.field.svelte-klhvh8 select:where(.svelte-klhvh8){border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;font-size:14px}.btn-primary.svelte-klhvh8{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:46px;background:#0ea5e9;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;text-decoration:none}.btn-primary.svelte-klhvh8:disabled{opacity:.6;cursor:not-allowed}.btn-secondary.svelte-klhvh8{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:46px;background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;font-weight:600;cursor:pointer;text-decoration:none}.btn-google.svelte-klhvh8{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;cursor:pointer}.offer-list.svelte-klhvh8{margin-top:16px;display:grid;gap:10px}.offer-title.svelte-klhvh8{margin:4px 0 2px;font-size:15px;color:#0f172a}.offer-anchor.svelte-klhvh8{scroll-margin-top:90px}.offer-card.svelte-klhvh8{width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:14px;text-align:left;display:flex;justify-content:space-between;gap:12px;cursor:pointer}.offer-card.selected.svelte-klhvh8{border-color:#0ea5e9;background:#e0f2fe}.offer-card.svelte-klhvh8:hover{border-color:#38bdf8;background:#f0f9ff}.offer-main.svelte-klhvh8 h3:where(.svelte-klhvh8){margin-bottom:4px;font-size:17px;color:#0f172a}.offer-main.svelte-klhvh8 p:where(.svelte-klhvh8){font-size:14px;color:#334155}.offer-main.svelte-klhvh8 small:where(.svelte-klhvh8){color:#64748b}.offer-side.svelte-klhvh8{text-align:right}.offer-side.svelte-klhvh8 strong:where(.svelte-klhvh8){color:#0f172a;display:block}.offer-side.svelte-klhvh8 small:where(.svelte-klhvh8){color:#0284c7;font-weight:600}.auth-card.svelte-klhvh8{max-width:460px;margin:0 auto}.divider.svelte-klhvh8{position:relative;margin:14px 0;text-align:center}.divider.svelte-klhvh8:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.divider.svelte-klhvh8 span:where(.svelte-klhvh8){position:relative;background:#fff;padding:0 8px;color:#94a3b8;font-size:12px}.passenger-block.svelte-klhvh8{border:1px solid #e2e8f0;border-radius:12px;padding:12px;margin-bottom:12px;background:#f8fafc}.passenger-head.svelte-klhvh8{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.passenger-head-title.svelte-klhvh8{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.passenger-block.svelte-klhvh8 h3:where(.svelte-klhvh8){font-size:15px;color:#334155;margin-bottom:8px}.passenger-category-chip.svelte-klhvh8{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;letter-spacing:.01em;border:1px solid #cbd5e1;background:#f1f5f9;color:#334155}.passenger-category-chip.cat-adult.svelte-klhvh8{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.passenger-category-chip.cat-child.svelte-klhvh8{background:#dcfce7;border-color:#86efac;color:#15803d}.passenger-category-chip.cat-infant.svelte-klhvh8{background:#fef3c7;border-color:#fcd34d;color:#b45309}.passenger-category-chip.cat-unknown.svelte-klhvh8{background:#fee2e2;border-color:#fecaca;color:#991b1b}.passenger-category-help.svelte-klhvh8{margin-top:4px;color:#64748b;font-size:12px;line-height:1.35}.same-customer-btn.svelte-klhvh8{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;font-size:12px;font-weight:600;padding:6px 10px;cursor:pointer}.same-customer-btn.svelte-klhvh8:hover{background:#f8fafc}.booker-card.svelte-klhvh8{border:1px solid #e2e8f0;border-radius:12px;padding:12px;margin:8px 0 14px;background:#f8fafc}.booker-head.svelte-klhvh8{display:flex;align-items:center;justify-content:space-between;gap:10px}.booker-head.svelte-klhvh8 h3:where(.svelte-klhvh8){margin:0;font-size:14px;color:#0f172a}.btn-link-inline.svelte-klhvh8{border:none;background:transparent;color:#1d4ed8;font-size:12px;font-weight:700;cursor:pointer;padding:0}.booker-summary.svelte-klhvh8{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.booker-summary.svelte-klhvh8 div:where(.svelte-klhvh8){display:flex;flex-direction:column;gap:2px}.booker-summary.svelte-klhvh8 span:where(.svelte-klhvh8){font-size:12px;color:#64748b}.booker-summary.svelte-klhvh8 strong:where(.svelte-klhvh8){font-size:13px;color:#0f172a;font-weight:700}.order-summary-card.svelte-klhvh8{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:12px;margin:4px 0 14px}.order-summary-card.compact.svelte-klhvh8{margin-top:0}.order-summary-card.svelte-klhvh8 h3:where(.svelte-klhvh8){margin:0 0 10px;font-size:14px;color:#1e3a8a}.payment-detail-collapsible.svelte-klhvh8 summary:where(.svelte-klhvh8){list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.payment-detail-collapsible.svelte-klhvh8 summary:where(.svelte-klhvh8)::-webkit-details-marker{display:none}.payment-detail-collapsible.svelte-klhvh8 summary:where(.svelte-klhvh8) strong:where(.svelte-klhvh8){font-size:14px;color:#1e3a8a}.payment-detail-collapsible.svelte-klhvh8 summary:where(.svelte-klhvh8) span:where(.svelte-klhvh8){font-size:12px;color:#475569;font-weight:600}.payment-order-grid.svelte-klhvh8{display:grid;gap:10px;margin-bottom:10px}.payment-order-item.svelte-klhvh8{border:1px solid #dbeafe;border-radius:10px;background:#fff;padding:10px}.payment-order-head.svelte-klhvh8{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.payment-order-head.svelte-klhvh8 strong:where(.svelte-klhvh8){color:#0f172a;font-size:13px}.payment-order-head.svelte-klhvh8 span:where(.svelte-klhvh8){color:#475569;font-size:12px;font-weight:600}.summary-grid.svelte-klhvh8{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-bottom:10px}.summary-grid.svelte-klhvh8 div:where(.svelte-klhvh8){display:flex;flex-direction:column;gap:2px}.summary-grid.svelte-klhvh8 span:where(.svelte-klhvh8){font-size:12px;color:#64748b}.summary-grid.svelte-klhvh8 strong:where(.svelte-klhvh8){font-size:13px;color:#0f172a;font-weight:700}.price-breakdown.svelte-klhvh8{border-top:1px dashed #bfdbfe;padding-top:10px;display:grid;gap:6px}.price-breakdown.svelte-klhvh8>div:where(.svelte-klhvh8){display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#1e293b}.price-breakdown.svelte-klhvh8 .total-row:where(.svelte-klhvh8){margin-top:2px;padding-top:6px;border-top:1px solid #dbeafe;font-weight:800;color:#0f172a}.payment-list.svelte-klhvh8{display:grid;gap:10px;margin:10px 0 12px}.payment-item.svelte-klhvh8{border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:flex;gap:8px;align-items:flex-start}.payment-item.svelte-klhvh8 strong:where(.svelte-klhvh8){display:block}.wallet-balance-info.svelte-klhvh8{margin:8px 0 10px;padding:10px 12px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#1e3a8a;font-size:13px}.wallet-balance-info.svelte-klhvh8 strong:where(.svelte-klhvh8){font-size:14px}.wallet-split-toggle.svelte-klhvh8{display:flex;align-items:flex-start;gap:8px;border:1px dashed #94a3b8;border-radius:10px;padding:10px;margin-bottom:10px;color:#0f172a}.wallet-split-toggle.svelte-klhvh8 small:where(.svelte-klhvh8){display:block;margin-top:4px;color:#64748b}.va-box.svelte-klhvh8{border:2px dashed #0ea5e9;border-radius:12px;padding:14px;text-align:center;margin-bottom:12px;background:#f0f9ff}.va-copy-row.svelte-klhvh8{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.va-copy-btn.svelte-klhvh8{border:1px solid #93c5fd;background:#fff;color:#1d4ed8;border-radius:999px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.va-number.svelte-klhvh8{font-size:28px;font-weight:800;letter-spacing:1.5px;color:#0f172a}.waiting-section.svelte-klhvh8{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:12px;margin-bottom:10px}.waiting-section.svelte-klhvh8 h3:where(.svelte-klhvh8){margin:0 0 8px;font-size:14px;color:#1e3a8a}.summary-line.svelte-klhvh8{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9}.helper.svelte-klhvh8{margin-top:10px;font-size:13px;text-align:center;color:#64748b}.helper.left.svelte-klhvh8{text-align:left;margin-top:6px}.helper.error.svelte-klhvh8{color:#dc2626}.helper.success.svelte-klhvh8{color:#15803d}.empty.svelte-klhvh8{text-align:center;color:#64748b;padding:20px 0}.success.svelte-klhvh8 h2:where(.svelte-klhvh8){color:#166534}.failed.svelte-klhvh8 h2:where(.svelte-klhvh8){color:#991b1b}.voucher-card.svelte-klhvh8 p:where(.svelte-klhvh8){text-align:center}.voucher-qr-wrap.svelte-klhvh8{margin:10px auto 14px;display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.voucher-qr-grid.svelte-klhvh8{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.voucher-qr-item.svelte-klhvh8{display:flex;flex-direction:column;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px}.voucher-qr-img.svelte-klhvh8{width:220px;height:220px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;padding:10px}.voucher-code.svelte-klhvh8{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;font-weight:800;letter-spacing:1.3px;color:#0f172a}.voucher-subcode.svelte-klhvh8{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:#334155;font-weight:700}.voucher-time-hero.svelte-klhvh8{margin:4px 0 12px;padding:14px 12px;border-radius:12px;border:2px solid #0ea5e9;background:#eff6ff;text-align:center}.voucher-time-label.svelte-klhvh8{display:block;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#0369a1;margin-bottom:8px}.voucher-time-date.svelte-klhvh8{margin:0;font-size:clamp(1.28rem,4.4vw,1.72rem);line-height:1.2;font-weight:800;color:#0f172a}.voucher-time-hour.svelte-klhvh8{margin:4px 0 0;font-size:clamp(1.18rem,4.2vw,1.62rem);line-height:1.25;font-weight:800;color:#0f172a}.btn-cancel-voucher.svelte-klhvh8{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:46px;margin-top:8px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;font-weight:700;cursor:pointer}.btn-cancel-voucher.svelte-klhvh8:disabled{opacity:.6;cursor:not-allowed}.pin-modal-overlay.svelte-klhvh8{position:fixed;inset:0;background:#0f172a8c;z-index:2200;display:grid;place-items:center;padding:16px}.pin-modal-card.svelte-klhvh8{width:min(430px,100%);background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 10px 28px #0f172a33;padding:18px}.pin-modal-card.svelte-klhvh8 h3:where(.svelte-klhvh8){margin:0 0 6px;color:#0f172a;font-size:20px}.pin-modal-card.svelte-klhvh8 p:where(.svelte-klhvh8){margin:0 0 10px;color:#475569;text-align:left}.pin-modal-actions.svelte-klhvh8{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width:720px){.tk-header.svelte-klhvh8{padding:72px 0 56px}.tk-header.svelte-klhvh8 h1:where(.svelte-klhvh8){font-size:24px;margin-bottom:4px}.tk-subtitle.svelte-klhvh8{font-size:13px}.tk-body.svelte-klhvh8{padding:0 10px 32px}.search-bar-wrap.svelte-klhvh8{margin-top:-36px;margin-bottom:14px}.search-form.svelte-klhvh8{gap:8px;border-radius:14px;padding:12px}.search-row-top.svelte-klhvh8,.search-row-bottom.svelte-klhvh8{grid-template-columns:1fr;gap:8px}.sb-swap.svelte-klhvh8{width:34px;height:34px;border-radius:50%;background:#eff6ff;border:1px solid #e2e8f0;justify-self:center;margin:2px 0;align-self:center}.sb-swap.svelte-klhvh8 svg:where(.svelte-klhvh8){width:16px;height:16px}.sb-swap.svelte-klhvh8:hover{transform:rotate(180deg)}.sb-cell.svelte-klhvh8{padding:10px 14px}.sb-passenger-pop.svelte-klhvh8{position:static;margin-top:8px;box-shadow:none}.sb-date-pop.svelte-klhvh8{position:static;width:100%;max-width:none;margin-top:8px;box-shadow:none}.sb-date-head.svelte-klhvh8 strong:where(.svelte-klhvh8){font-size:26px}.sb-search-btn.svelte-klhvh8{width:48px;height:48px;justify-self:end}.card.svelte-klhvh8{border-radius:12px;padding:14px;margin-bottom:12px}.offer-title.svelte-klhvh8{font-size:14px;margin:2px 0}.offer-card.svelte-klhvh8{flex-direction:column}.offer-side.svelte-klhvh8{text-align:left}.offer-side.svelte-klhvh8 strong:where(.svelte-klhvh8){font-size:15px}.offer-side.svelte-klhvh8 small:where(.svelte-klhvh8){font-size:12px}.btn-primary.svelte-klhvh8,.btn-secondary.svelte-klhvh8,.btn-google.svelte-klhvh8{min-height:44px;font-size:14px}.summary-grid.svelte-klhvh8{grid-template-columns:1fr}.passenger-head.svelte-klhvh8{flex-direction:column;align-items:flex-start}.same-customer-btn.svelte-klhvh8{width:100%;text-align:center}.payment-order-head.svelte-klhvh8{flex-direction:column;align-items:flex-start;gap:2px}.wallet-balance-info.svelte-klhvh8{flex-direction:column;align-items:flex-start;gap:4px}.wallet-split-toggle.svelte-klhvh8{align-items:center}.va-copy-row.svelte-klhvh8{flex-direction:column;gap:6px}.va-number.svelte-klhvh8{font-size:22px;letter-spacing:1px;word-break:break-word}.voucher-qr-img.svelte-klhvh8{width:180px;height:180px}.voucher-qr-grid.svelte-klhvh8{grid-template-columns:1fr}.summary-line.svelte-klhvh8{flex-direction:column;align-items:flex-start;gap:2px}}.sk-page.svelte-q98oj5{min-height:100vh;background:#f8fafc}.sk-page.svelte-q98oj5,.sk-page.svelte-q98oj5 :where(.svelte-q98oj5){box-sizing:border-box}.sk-header.svelte-q98oj5{background:linear-gradient(135deg,#0f172a,#1e3a5f,#0369a1);color:#fff;padding:84px 0 48px;text-align:center}.sk-header.svelte-q98oj5 h1:where(.svelte-q98oj5){font-size:clamp(28px,5vw,48px);font-weight:700;margin-bottom:10px}.sk-header.svelte-q98oj5 p:where(.svelte-q98oj5){font-size:clamp(14px,2.5vw,17px);opacity:.9;max-width:500px;margin:0 auto;padding:0 16px}.sk-badge.svelte-q98oj5{display:inline-block;background:#0ea5e9;color:#fff;font-weight:700;font-size:11px;padding:4px 14px;border-radius:14px;margin-bottom:12px;letter-spacing:1.2px}.back-link.svelte-q98oj5{background:none;border:none;color:#fffc;cursor:pointer;font-size:15px;margin-top:14px;text-decoration:underline}.sk-body.svelte-q98oj5{max-width:900px;margin:0 auto;padding:32px 20px 80px}.card.svelte-q98oj5{background:#fff;border-radius:18px;padding:28px;box-shadow:0 4px 24px #0000000f;margin-bottom:20px}.card.svelte-q98oj5 h2:where(.svelte-q98oj5){font-size:clamp(18px,3vw,22px);font-weight:700;color:#0f172a;margin-bottom:18px}.auth-card.svelte-q98oj5{max-width:440px;margin:0 auto 20px}.auth-card.svelte-q98oj5 p:where(.svelte-q98oj5){color:#64748b;margin-bottom:18px}.selected-vessel-badge.svelte-q98oj5{background:#e0f2fe;color:#0369a1;padding:10px 14px;border-radius:10px;font-size:14px;margin-bottom:16px}.form-grid.svelte-q98oj5{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.form-grid.svelte-q98oj5>:where(.svelte-q98oj5){min-width:0}.location-section.svelte-q98oj5{grid-column:1 / -1;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}.loc-header.svelte-q98oj5{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.loc-label.svelte-q98oj5{font-size:15px;font-weight:700;color:#0f172a;letter-spacing:.3px}.loc-toggle.svelte-q98oj5{display:flex;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;width:100%;max-width:100%}.toggle-btn.svelte-q98oj5{padding:7px 14px;font-size:12px;font-weight:600;border:none;cursor:pointer;transition:all .2s;background:#fff;color:#64748b}.toggle-btn.active.svelte-q98oj5{background:#0ea5e9;color:#fff}.toggle-btn.svelte-q98oj5:not(.active):hover{background:#f1f5f9}.coord-row.svelte-q98oj5{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:0}.btn-gps.svelte-q98oj5{align-self:flex-start;padding:8px 14px;font-size:13px;font-weight:600;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.btn-gps.svelte-q98oj5:hover{background:#e2e8f0}.btn-gps.svelte-q98oj5:disabled{opacity:.6;cursor:not-allowed}.field.svelte-q98oj5{display:flex;flex-direction:column;gap:6px;min-width:0}.field.full.svelte-q98oj5{grid-column:1 / -1}.field.svelte-q98oj5 label:where(.svelte-q98oj5),.field.svelte-q98oj5 .field-label:where(.svelte-q98oj5){font-size:13px;font-weight:600;color:#475569}.field.svelte-q98oj5 select:where(.svelte-q98oj5),.field.svelte-q98oj5 input:where(.svelte-q98oj5),.field.svelte-q98oj5 textarea:where(.svelte-q98oj5){padding:12px 14px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;background:#fff;transition:border-color .2s;font-family:inherit;min-height:46px;width:100%;max-width:100%}.field.svelte-q98oj5 select:where(.svelte-q98oj5):focus,.field.svelte-q98oj5 input:where(.svelte-q98oj5):focus,.field.svelte-q98oj5 textarea:where(.svelte-q98oj5):focus{border-color:#0ea5e9;outline:none}.stepper.svelte-q98oj5{display:flex;align-items:center;gap:0;border:2px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;width:100%;max-width:100%}.stepper-btn.svelte-q98oj5{width:46px;height:46px;border:none;background:#f8fafc;font-size:20px;font-weight:700;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;-webkit-user-select:none;user-select:none;flex-shrink:0}.stepper-btn.svelte-q98oj5:hover{background:#e0f2fe;color:#0369a1}.stepper-btn.svelte-q98oj5:active{background:#bae6fd}.stepper-val.svelte-q98oj5{flex:1;text-align:center;font-size:17px;font-weight:700;color:#0f172a;min-width:40px;padding:0 4px}.date-field.svelte-q98oj5{position:relative}.date-nice.svelte-q98oj5{display:block;margin-top:4px;font-size:13px;font-weight:600;color:#0369a1;background:#e0f2fe;padding:6px 10px;border-radius:8px}.btn-primary.svelte-q98oj5{width:100%;padding:14px 20px;background:#0ea5e9;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:background .2s;margin-top:8px;display:block;text-align:center;min-height:50px}.btn-primary.svelte-q98oj5:hover{background:#0284c7}.btn-primary.svelte-q98oj5:disabled{opacity:.6;cursor:not-allowed}.btn-google.svelte-q98oj5{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-size:15px;font-weight:600;cursor:pointer;min-height:50px}.btn-google.svelte-q98oj5:disabled{opacity:.6}.divider.svelte-q98oj5{position:relative;margin:14px 0;text-align:center}.divider.svelte-q98oj5:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.divider.svelte-q98oj5 span:where(.svelte-q98oj5){position:relative;background:#fff;color:#94a3b8;font-size:12px;padding:0 10px;text-transform:uppercase}.helper.svelte-q98oj5{margin-top:10px;font-size:13px;color:#64748b;text-align:center}.helper.success.svelte-q98oj5{color:#15803d}.helper.error.svelte-q98oj5{color:#dc2626}.empty.svelte-q98oj5{text-align:center;padding:40px 16px;color:#64748b}.vessel-grid.svelte-q98oj5{display:grid;gap:14px}.vessel-card.svelte-q98oj5{display:flex;align-items:center;gap:14px;padding:14px;border:2px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s;background:#fff;text-align:left;width:100%;font-family:inherit}.vessel-card.svelte-q98oj5:hover{border-color:#0ea5e9;background:#f0f9ff}.vessel-img.svelte-q98oj5{width:80px;height:60px;border-radius:10px;object-fit:cover;flex-shrink:0}.vessel-img-placeholder.svelte-q98oj5{width:80px;height:60px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.vessel-info.svelte-q98oj5{flex:1;min-width:0}.vessel-info.svelte-q98oj5 h3:where(.svelte-q98oj5){font-size:16px;font-weight:600;color:#0f172a;margin-bottom:2px}.vessel-type.svelte-q98oj5{font-size:13px;color:#64748b}.vessel-master.svelte-q98oj5{font-size:13px;color:#475569}.vessel-price.svelte-q98oj5{font-size:14px;font-weight:600;color:#0ea5e9;margin-top:2px}.btn-select-vessel.svelte-q98oj5{padding:8px 16px;background:#0f172a;color:#fff;border-radius:8px;font-size:13px;font-weight:600;flex-shrink:0}.summary-grid.svelte-q98oj5{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.summary-grid.svelte-q98oj5>div:where(.svelte-q98oj5){background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px}.summary-grid.svelte-q98oj5>div.full:where(.svelte-q98oj5){grid-column:1 / -1}.summary-grid.svelte-q98oj5 span:where(.svelte-q98oj5){color:#64748b;font-size:12px}.summary-grid.svelte-q98oj5 strong:where(.svelte-q98oj5){color:#0f172a;font-size:14px;word-break:break-word}.success-card.svelte-q98oj5{text-align:center}.success-icon.svelte-q98oj5{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:32px;font-weight:700;margin-bottom:14px}.success-card.svelte-q98oj5 h2:where(.svelte-q98oj5){margin-bottom:8px}.success-card.svelte-q98oj5 p:where(.svelte-q98oj5){color:#64748b;margin-bottom:20px}.success-actions.svelte-q98oj5{margin-top:14px}.payment-list.svelte-q98oj5{display:grid;gap:10px;margin:14px 0}.payment-item.svelte-q98oj5{display:flex;gap:10px;align-items:flex-start;border:1px solid #e2e8f0;border-radius:10px;padding:10px;cursor:pointer;background:#fff}.payment-item.svelte-q98oj5 input:where(.svelte-q98oj5){margin-top:3px}.payment-item.svelte-q98oj5 strong:where(.svelte-q98oj5){display:block;color:#0f172a;font-size:14px}.payment-item.svelte-q98oj5 small:where(.svelte-q98oj5){color:#64748b;font-size:12px}.va-payment-card.svelte-q98oj5{text-align:center}.va-header.svelte-q98oj5{margin-bottom:20px}.va-icon.svelte-q98oj5{font-size:48px;margin-bottom:8px}.va-payment-card.svelte-q98oj5 h2:where(.svelte-q98oj5){font-size:22px;color:#0f172a;margin-bottom:4px}.va-subtitle.svelte-q98oj5{color:#64748b;font-size:14px;margin:0}.va-number-box.svelte-q98oj5{background:#f0f9ff;border:2px dashed #0ea5e9;border-radius:14px;padding:18px 20px;margin-bottom:16px}.va-label.svelte-q98oj5{display:block;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.va-number-row.svelte-q98oj5{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.va-number.svelte-q98oj5{font-size:clamp(24px,5vw,32px);font-weight:800;color:#0f172a;letter-spacing:2px;font-family:Courier New,monospace;word-break:break-all}.va-copy-btn.svelte-q98oj5{padding:6px 16px;border:1px solid #0ea5e9;border-radius:8px;background:#fff;color:#0ea5e9;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.va-copy-btn.svelte-q98oj5:hover{background:#0ea5e9;color:#fff}.va-amount-box.svelte-q98oj5{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px;margin-bottom:16px;text-align:left}.va-amount-row.svelte-q98oj5{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #e2e8f0}.va-amount-row.svelte-q98oj5 span:where(.svelte-q98oj5){color:#64748b;font-size:14px}.va-amount.svelte-q98oj5{font-size:22px;font-weight:800;color:#0f172a}.va-detail-row.svelte-q98oj5{display:flex;justify-content:space-between;font-size:13px;color:#64748b;padding:3px 0}.va-expiry.svelte-q98oj5{margin-top:8px;padding-top:10px;border-top:1px solid #e2e8f0}.va-expiry-time.svelte-q98oj5{color:#dc2626;font-weight:600}.va-instructions.svelte-q98oj5{text-align:left;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:16px;margin-bottom:16px}.va-instructions.svelte-q98oj5 h3:where(.svelte-q98oj5){font-size:14px;font-weight:700;color:#92400e;margin-bottom:10px}.va-steps.svelte-q98oj5{margin:0;padding-left:20px}.va-steps.svelte-q98oj5 li:where(.svelte-q98oj5){font-size:13px;color:#78350f;line-height:1.7}.va-order-info.svelte-q98oj5{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:16px;text-align:left}.va-order-info.svelte-q98oj5>div:where(.svelte-q98oj5){background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px}.va-order-info.svelte-q98oj5 span:where(.svelte-q98oj5){display:block;color:#64748b;font-size:11px;margin-bottom:2px}.va-order-info.svelte-q98oj5 strong:where(.svelte-q98oj5){color:#0f172a;font-size:13px;word-break:break-word}.btn-check-status.svelte-q98oj5{margin-top:4px;background:#0f172a}.btn-check-status.svelte-q98oj5:hover{background:#1e293b}.status-paid.svelte-q98oj5{color:#16a34a}.status-failed.svelte-q98oj5{color:#dc2626}.failed-card.svelte-q98oj5{text-align:center}.failed-icon.svelte-q98oj5{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#fee2e2;color:#dc2626;font-size:32px;font-weight:700;margin-bottom:14px}.failed-card.svelte-q98oj5 h2:where(.svelte-q98oj5){color:#dc2626;margin-bottom:8px}.failed-card.svelte-q98oj5 p:where(.svelte-q98oj5){color:#64748b;margin-bottom:20px}.btn-outline.svelte-q98oj5{width:100%;padding:14px 20px;background:#fff;color:#0f172a;font-size:16px;font-weight:600;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;margin-top:8px;display:block;text-align:center}.btn-outline.svelte-q98oj5:hover{border-color:#0ea5e9;color:#0ea5e9}@media(max-width:768px){.sk-header.svelte-q98oj5{padding:68px 0 36px}.sk-body.svelte-q98oj5{padding:20px 14px 60px}.card.svelte-q98oj5{padding:20px 16px;border-radius:14px}.form-grid.svelte-q98oj5{grid-template-columns:1fr;gap:12px}.summary-grid.svelte-q98oj5{grid-template-columns:1fr}.location-section.svelte-q98oj5{padding:14px 12px}.loc-header.svelte-q98oj5{flex-direction:column;align-items:flex-start;gap:8px}.loc-toggle.svelte-q98oj5{width:100%;display:grid;grid-template-columns:1fr 1fr}.toggle-btn.svelte-q98oj5{flex:initial;width:100%;text-align:center;min-height:40px}.coord-row.svelte-q98oj5{grid-template-columns:1fr}.btn-gps.svelte-q98oj5{width:100%;justify-content:center;text-align:center}.vessel-card.svelte-q98oj5{flex-direction:column;align-items:stretch;gap:10px}.vessel-img.svelte-q98oj5,.vessel-img-placeholder.svelte-q98oj5{width:100%;height:170px}.vessel-info.svelte-q98oj5 h3:where(.svelte-q98oj5){font-size:17px}.btn-select-vessel.svelte-q98oj5{text-align:center;padding:10px;width:100%;box-sizing:border-box}.field.svelte-q98oj5 select:where(.svelte-q98oj5),.field.svelte-q98oj5 input:where(.svelte-q98oj5),.field.svelte-q98oj5 textarea:where(.svelte-q98oj5){font-size:16px}.va-order-info.svelte-q98oj5{grid-template-columns:1fr}}@media(max-width:640px){.sk-header.svelte-q98oj5{padding:62px 0 32px}.sk-body.svelte-q98oj5{padding:16px 12px 52px}.card.svelte-q98oj5{padding:16px 12px;border-radius:12px}.location-section.svelte-q98oj5{padding:12px 10px;border-radius:12px}.loc-label.svelte-q98oj5{font-size:14px}.toggle-btn.svelte-q98oj5{font-size:12px;padding:7px 8px}.stepper-btn.svelte-q98oj5{width:44px;height:44px}.stepper-val.svelte-q98oj5{font-size:16px}}@media(max-width:420px){.sk-header.svelte-q98oj5{padding:58px 0 26px}.sk-header.svelte-q98oj5 p:where(.svelte-q98oj5){font-size:13px}.sk-body.svelte-q98oj5{padding:12px 8px 44px}.card.svelte-q98oj5{padding:14px 10px;border-radius:12px}.location-section.svelte-q98oj5{padding:10px 8px}.toggle-btn.svelte-q98oj5{padding:7px 6px;font-size:11px}.vessel-img.svelte-q98oj5,.vessel-img-placeholder.svelte-q98oj5{height:150px}.field.svelte-q98oj5 select:where(.svelte-q98oj5),.field.svelte-q98oj5 input:where(.svelte-q98oj5),.field.svelte-q98oj5 textarea:where(.svelte-q98oj5){padding-left:12px;padding-right:12px}}.loader-fullscreen.svelte-li6gfl{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-li6gfl-loader-fade-in .2s ease}@keyframes svelte-li6gfl-loader-fade-in{0%{opacity:0}to{opacity:1}}.loader-card.svelte-li6gfl{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-4);padding:var(--spacing-8) var(--spacing-10);background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.loader-spinner.svelte-li6gfl{width:48px;height:48px;border:3px solid var(--color-gray-200);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-li6gfl-loader-spin .75s linear infinite}.loader-spinner--sm.svelte-li6gfl{width:22px;height:22px;border-width:2px}@keyframes svelte-li6gfl-loader-spin{to{transform:rotate(360deg)}}.loader-text.svelte-li6gfl{font-family:var(--font-family);font-size:var(--font-size-sm);font-weight:500;color:var(--color-gray-600);margin:0}.loader-inline.svelte-li6gfl{display:inline-flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3) var(--spacing-4)}.loader-text-inline.svelte-li6gfl{font-size:var(--font-size-sm);color:var(--color-gray-600)}.mn.svelte-13n9893{min-height:100vh;background:#f8fafc;padding-top:64px}.mn.svelte-13n9893,.mn.svelte-13n9893 :where(.svelte-13n9893){box-sizing:border-box}.mn-content.svelte-13n9893{max-width:720px;margin:0 auto;padding:0 16px 80px}.section.svelte-13n9893{margin-top:24px}.section.narrow.svelte-13n9893{max-width:480px;margin-left:auto;margin-right:auto;margin-top:24px}.section-header.svelte-13n9893{margin-bottom:20px}.section-header.center.svelte-13n9893{text-align:center}.section-header.svelte-13n9893 h1:where(.svelte-13n9893){font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px}.section-header.svelte-13n9893 p:where(.svelte-13n9893){font-size:14px;color:#64748b;margin:0}.booking-form.svelte-13n9893{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px 16px;flex-wrap:wrap}.booking-form.bf-mancing.svelte-13n9893{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.bf-field.svelte-13n9893{display:flex;flex-direction:column;min-width:0}.bf-field.bf-sm.svelte-13n9893{flex:1 1 90px;min-width:80px}.bf-field.bf-harbor.svelte-13n9893{grid-column:1 / -1}.bf-field.svelte-13n9893 label:where(.svelte-13n9893){font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.bf-sep.svelte-13n9893{display:none}.mn-harbor-input-wrap.svelte-13n9893{position:relative}.mn-harbor-input.svelte-13n9893{width:100%;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 36px 12px 14px;background:#f8fafc;font-size:15px;transition:border-color .2s}.mn-harbor-input.svelte-13n9893:focus{border-color:#93c5fd;outline:none}.mn-harbor-clear-btn.svelte-13n9893{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#94a3b8;font-size:20px;line-height:1;cursor:pointer}.mn-harbor-clear-btn.svelte-13n9893:hover{color:#334155}.mn-harbor-autocomplete-wrap.svelte-13n9893{position:relative}.mn-harbor-dropdown.svelte-13n9893{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 28px #0f172a24;max-height:260px;overflow:auto}.mn-harbor-option.svelte-13n9893{width:100%;border:none;background:transparent;display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;padding:10px 12px;color:#0f172a;font-size:14px;cursor:pointer}.mn-harbor-option.svelte-13n9893:hover{background:#f8fafc}.mn-harbor-option.svelte-13n9893 small:where(.svelte-13n9893){font-size:12px;color:#64748b}.mn-harbor-option.is-muted.svelte-13n9893{color:#94a3b8;cursor:default}.mn-harbor-dropdown-title.svelte-13n9893{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#64748b;padding:10px 12px 6px}.bf-stepper.svelte-13n9893{border:1.5px solid #e2e8f0;border-radius:12px;padding:6px 8px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:6px}.bf-stepper.svelte-13n9893 button:where(.svelte-13n9893){width:40px;height:40px;border:1.5px solid #dbeafe;border-radius:10px;background:#fff;color:#0284c7;font-size:18px;font-weight:700;cursor:pointer}.bf-stepper.svelte-13n9893 button:where(.svelte-13n9893):disabled{opacity:.4;cursor:not-allowed}.bf-stepper.svelte-13n9893 span:where(.svelte-13n9893){min-width:44px;text-align:center;font-size:16px;font-weight:700;color:#0f172a}.mn-date-wrap.svelte-13n9893{position:relative}.bf-date-trigger.svelte-13n9893{width:100%;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 14px;background:#f8fafc;font-size:14px;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.bf-date-trigger.svelte-13n9893 svg:where(.svelte-13n9893){width:18px;height:18px;color:#64748b;flex-shrink:0}.bf-date-trigger.svelte-13n9893 span:where(.svelte-13n9893){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-time-input-wrap.svelte-13n9893{border:1.5px solid #e2e8f0;border-radius:12px;padding:9px 14px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:8px}.bf-time-input.svelte-13n9893{width:100%;border:none;background:transparent;font-size:15px;color:#0f172a;outline:none;appearance:none}.bf-time-input-wrap.svelte-13n9893 svg:where(.svelte-13n9893){width:18px;height:18px;color:#64748b;pointer-events:none}.mn-date-backdrop.svelte-13n9893{display:none}.mn-date-pop.svelte-13n9893{left:0;right:auto}.mn-date-pop-header.svelte-13n9893{display:none}.mn-date-pop-close.svelte-13n9893{border:none;width:30px;height:30px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:18px;line-height:1;cursor:pointer}.tk-date-pop.svelte-13n9893{position:absolute;top:calc(100% + 8px);z-index:30;width:320px;max-width:min(360px,calc(100vw - 32px));background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 34px #0f172a29;padding:14px}.tk-date-head.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tk-date-head.svelte-13n9893 strong:where(.svelte-13n9893){font-size:15px;color:#0f172a}.tk-date-nav.svelte-13n9893{width:32px;height:32px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.tk-date-nav.svelte-13n9893 svg:where(.svelte-13n9893){width:16px;height:16px}.tk-date-week.svelte-13n9893{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-bottom:4px}.tk-date-week.svelte-13n9893 span:where(.svelte-13n9893){text-align:center;font-size:11px;font-weight:700;color:#64748b}.tk-date-week.svelte-13n9893 span.weekend:where(.svelte-13n9893){color:#ef4444}.tk-date-grid.svelte-13n9893{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.tk-date-day.svelte-13n9893{min-height:38px;border:none;border-radius:8px;background:transparent;color:#0f172a;font-size:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}.tk-date-day.svelte-13n9893:hover{background:#eff6ff}.tk-date-day.muted.svelte-13n9893{color:#cbd5e1}.tk-date-day.today.svelte-13n9893 span:where(.svelte-13n9893){width:26px;height:26px;border-radius:9999px;border:2px solid #0ea5e9;display:inline-flex;align-items:center;justify-content:center}.tk-date-day.selected.svelte-13n9893{background:#0ea5e9;color:#fff;font-weight:700}.tk-date-day.selected.svelte-13n9893 small:where(.svelte-13n9893){color:#fff}.tk-date-day.svelte-13n9893:disabled{color:#e2e8f0;cursor:not-allowed}.vessels-header-row.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;gap:10px}.vessel-sort-wrap.svelte-13n9893{position:relative;display:inline-flex}.vessel-sort-btn.svelte-13n9893{width:34px;height:34px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.vessel-sort-btn.svelte-13n9893 svg:where(.svelte-13n9893){width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.vessel-sort-btn.svelte-13n9893:hover{border-color:#10b981;color:#065f46}.vessel-sort-menu.svelte-13n9893{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;z-index:15;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 22px #0f172a1f;padding:6px}.vessel-sort-menu.svelte-13n9893 button:where(.svelte-13n9893){width:100%;border:none;background:transparent;text-align:left;padding:8px 10px;border-radius:8px;font-size:13px;color:#334155;cursor:pointer}.vessel-sort-menu.svelte-13n9893 button:where(.svelte-13n9893):hover{background:#f8fafc;color:#0f172a}.vessel-sort-menu.svelte-13n9893 button.active:where(.svelte-13n9893){background:#ecfdf5;color:#047857;font-weight:600}.back-btn.svelte-13n9893{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;padding:0;margin-bottom:8px;display:inline-block}.back-btn.svelte-13n9893:hover{color:#0f172a}a.back-btn.svelte-13n9893{text-decoration:none}a.back-btn.svelte-13n9893:visited{color:#64748b}.mn-vessel-search-summary.svelte-13n9893{margin:0 0 16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden}.mn-vss-toggle.svelte-13n9893{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;margin:0;border:none;background:transparent;cursor:pointer;font-family:inherit;text-align:left;color:#0f172a;transition:background .15s}.mn-vss-toggle.svelte-13n9893:hover{background:#f1f5f9}.mn-vss-toggle.svelte-13n9893:focus-visible{outline:2px solid #10b981;outline-offset:-2px}.mn-vss-oneline.svelte-13n9893{flex:1;min-width:0;font-size:12px;line-height:1.35;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mn-vss-oneline-strong.svelte-13n9893{font-weight:700;color:#0f172a;margin-right:2px}.mn-vss-sep.svelte-13n9893{color:#94a3b8;font-weight:400;margin:0 3px}.mn-vss-toggle-cta.svelte-13n9893{flex-shrink:0;font-size:12px;font-weight:700;color:#047857;text-decoration:underline;text-underline-offset:2px}.mn-vss-details.svelte-13n9893{border-top:1px solid #e2e8f0;padding:12px 14px 14px;background:#fff}.mn-vss-details[hidden].svelte-13n9893{display:none!important}.mn-vss-title.svelte-13n9893{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 10px;letter-spacing:-.01em}.mn-vss-list.svelte-13n9893{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.mn-vss-row.svelte-13n9893{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;border-bottom:1px solid #f1f5f9;padding:8px 0}.mn-vss-row.svelte-13n9893:first-child{padding-top:0}.mn-vss-row.svelte-13n9893:last-child{border-bottom:none;padding-bottom:0}.mn-vss-label.svelte-13n9893{color:#64748b;flex-shrink:0}.mn-vss-value.svelte-13n9893{color:#0f172a;font-weight:600;text-align:right}.mn-vss-footnote.svelte-13n9893{margin:14px 0 0;font-size:12px;color:#64748b;line-height:1.55}.mn-vss-home-link.svelte-13n9893{color:#047857;font-weight:600;text-decoration:underline;text-underline-offset:2px}.mn-vss-home-link.svelte-13n9893:hover{color:#065f46}.stepper-bar.svelte-13n9893{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 16px 14px;position:sticky;top:64px;z-index:40}.stepper-inner.svelte-13n9893{max-width:600px;margin:0 auto;display:flex;align-items:center;gap:0}.stepper-item.svelte-13n9893{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;background:none;border:none;padding:4px 8px;font-family:inherit;cursor:default}.stepper-item.done.svelte-13n9893{cursor:pointer}.stepper-item.done.svelte-13n9893:hover .stepper-dot:where(.svelte-13n9893){transform:scale(1.1)}.stepper-item.svelte-13n9893:disabled{cursor:default;opacity:1}.stepper-dot.svelte-13n9893{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:all .2s}.stepper-item.done.svelte-13n9893 .stepper-dot:where(.svelte-13n9893){background:#10b981;color:#fff}.stepper-item.done.svelte-13n9893 .stepper-dot:where(.svelte-13n9893) svg:where(.svelte-13n9893){width:16px;height:16px}.stepper-item.active.svelte-13n9893 .stepper-dot:where(.svelte-13n9893){background:#0f172a;color:#fff}.stepper-item.upcoming.svelte-13n9893 .stepper-dot:where(.svelte-13n9893){background:#e2e8f0;color:#94a3b8}.stepper-label.svelte-13n9893{font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap}.stepper-item.done.svelte-13n9893 .stepper-label:where(.svelte-13n9893){color:#10b981}.stepper-item.active.svelte-13n9893 .stepper-label:where(.svelte-13n9893){color:#0f172a}.stepper-line.svelte-13n9893{flex:1;height:2px;background:#e2e8f0;min-width:16px;margin:0 4px 18px}.stepper-line.done.svelte-13n9893{background:#10b981}.form-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.form-row.svelte-13n9893{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group.svelte-13n9893{display:flex;flex-direction:column;gap:6px}.form-group.full.svelte-13n9893{grid-column:1 / -1}.form-group.svelte-13n9893 label:where(.svelte-13n9893),.field-label.svelte-13n9893{font-size:13px;font-weight:600;color:#374151}.opt.svelte-13n9893{font-weight:400;color:#94a3b8}.form-group.svelte-13n9893 input:where(.svelte-13n9893),.form-group.svelte-13n9893 textarea:where(.svelte-13n9893){padding:11px 14px;border:1.5px solid #d1d5db;border-radius:10px;font-size:15px;background:#fff;transition:border-color .15s;font-family:inherit;width:100%}.form-group.svelte-13n9893 input:where(.svelte-13n9893):focus,.form-group.svelte-13n9893 textarea:where(.svelte-13n9893):focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.date-preview.svelte-13n9893{font-size:12px;font-weight:600;color:#065f46;background:#ecfdf5;padding:4px 8px;border-radius:6px}.btn-primary.svelte-13n9893{width:100%;padding:14px;background:#10b981;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;text-align:center}.btn-primary.svelte-13n9893:hover{background:#059669}.btn-primary.svelte-13n9893:disabled{opacity:.55;cursor:not-allowed}.btn-primary.dark.svelte-13n9893{background:#0f172a}.btn-primary.dark.svelte-13n9893:hover{background:#1e293b}.btn-outline.svelte-13n9893{width:100%;padding:13px;background:#fff;color:#374151;font-size:15px;font-weight:600;border:1.5px solid #d1d5db;border-radius:12px;cursor:pointer;transition:all .15s;text-decoration:none;display:block;text-align:center}.btn-outline.svelte-13n9893:hover{border-color:#10b981;color:#065f46}.btn-google.svelte-13n9893{width:100%;padding:13px;border:1.5px solid #d1d5db;border-radius:12px;background:#fff;color:#374151;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.btn-google.svelte-13n9893:disabled{opacity:.55}.action-stack.svelte-13n9893{display:flex;flex-direction:column;gap:10px;margin-top:20px}.alert.svelte-13n9893{padding:10px 14px;border-radius:10px;font-size:14px;margin:12px 0}.alert.error.svelte-13n9893{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert.success.svelte-13n9893{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.loading-state.svelte-13n9893{text-align:center;padding:32px 16px;color:#64748b;font-size:14px}.spinner.svelte-13n9893{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-13n9893-spin .6s linear infinite;display:inline-block}@keyframes svelte-13n9893-spin{to{transform:rotate(360deg)}}.empty-state.svelte-13n9893{text-align:center;padding:48px 16px}.empty-icon.svelte-13n9893{font-size:48px;margin-bottom:12px}.empty-state.svelte-13n9893 h3:where(.svelte-13n9893){font-size:18px;color:#0f172a;margin:0 0 6px}.empty-state.svelte-13n9893 p:where(.svelte-13n9893){color:#64748b;font-size:14px;margin:0 0 20px}.empty-state.svelte-13n9893 .btn-outline:where(.svelte-13n9893){width:auto;display:inline-block;padding:10px 24px}.vessel-loading.svelte-13n9893{display:flex;justify-content:center;align-items:center;padding:48px 16px}.mn-open-trips-block.svelte-13n9893{margin:24px 0 0;padding:14px 14px 16px;background:linear-gradient(135deg,#f0f9ff,#ecfdf5);border:1px solid #bae6fd;border-radius:14px}.mn-open-trips-title.svelte-13n9893{font-size:15px;font-weight:700;color:#0c4a6e;margin:0 0 4px}.mn-open-trips-hint.svelte-13n9893{font-size:12px;color:#0369a1;margin:0 0 12px;line-height:1.45}.mn-open-trips-scroll.svelte-13n9893{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.mn-open-trip-card.svelte-13n9893{flex:0 0 min(280px,85vw);scroll-snap-align:start;display:block;padding:12px;background:#fff;border:1px solid #e0f2fe;border-radius:12px;text-decoration:none;color:inherit;box-shadow:0 1px 8px #0e749014;transition:border-color .15s,box-shadow .15s}.mn-open-trip-card.svelte-13n9893:hover{border-color:#38bdf8;box-shadow:0 4px 14px #0ea5e926}.mn-ot-card-top.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.mn-ot-badge.svelte-13n9893{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0369a1;background:#e0f2fe;padding:3px 8px;border-radius:999px}.mn-ot-seats.svelte-13n9893{font-size:11px;color:#64748b;font-weight:600}.mn-ot-title.svelte-13n9893{font-size:14px;font-weight:600;color:#0f172a;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mn-ot-meta.svelte-13n9893{font-size:12px;color:#475569;margin-top:4px}.mn-ot-sched.svelte-13n9893{font-size:11px;color:#64748b;margin-top:4px}.mn-ot-price.svelte-13n9893{margin-top:8px;font-size:15px;font-weight:700;color:#047857}.mn-ot-price.svelte-13n9893 span:where(.svelte-13n9893){font-size:12px;font-weight:600;color:#64748b;margin-left:2px}.vessel-list.svelte-13n9893{display:flex;flex-direction:column;gap:12px}.vessel-card.svelte-13n9893{display:flex;align-items:center;gap:14px;padding:12px;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .15s;text-align:left;width:100%;font-family:inherit}.vessel-card.svelte-13n9893:hover{border-color:#10b981;box-shadow:0 2px 12px #10b9811a}.vessel-img-wrap.svelte-13n9893{width:240px;height:180px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f1f5f9;position:relative}.vessel-img-wrap.svelte-13n9893 img:where(.svelte-13n9893){width:100%;height:100%;object-fit:cover}.vessel-company-logo.svelte-13n9893{position:absolute;top:8px;right:8px;width:38px;height:38px;border-radius:8px;background:#fff;border:1px solid rgba(255,255,255,.9);box-shadow:0 2px 6px #0f172a2e;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:2}.vessel-company-logo.svelte-13n9893 img:where(.svelte-13n9893){width:100%;height:100%;object-fit:contain;padding:3px}.vessel-company-logo-fallback.svelte-13n9893{font-size:13px;font-weight:700;color:#0f172a;letter-spacing:-.5px}@media(min-width:1280px){.vessel-img-wrap.svelte-13n9893{width:280px;height:200px}}.vessel-slide-btn.svelte-13n9893{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;border:1px solid rgba(255,255,255,.85);background:#0f172a8c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;cursor:pointer;z-index:2}.vessel-slide-btn.prev.svelte-13n9893{left:6px}.vessel-slide-btn.next.svelte-13n9893{right:6px}.vessel-slide-count.svelte-13n9893{position:absolute;right:6px;bottom:6px;padding:2px 6px;border-radius:999px;background:#0f172a9e;color:#fff;font-size:10px;font-weight:600;z-index:1}.vessel-placeholder.svelte-13n9893{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px}.vessel-detail.svelte-13n9893{flex:1;min-width:0}.vessel-detail.svelte-13n9893 h3:where(.svelte-13n9893){font-size:15px;font-weight:600;color:#0f172a;margin:0 0 2px}.vessel-meta.svelte-13n9893{font-size:13px;color:#64748b;display:flex;gap:4px;align-items:center}.vessel-vr.svelte-13n9893{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px;font-size:13px}.vessel-vr-stars.svelte-13n9893{display:inline-flex;gap:1px;letter-spacing:-2px;color:#cbd5e1;font-size:14px;line-height:1}.vessel-vr-star.filled.svelte-13n9893{color:#f59e0b}.vessel-vr-num.svelte-13n9893{font-weight:700;color:#0f172a}.vessel-vr-count.svelte-13n9893{color:#64748b;font-size:12px}.dot.svelte-13n9893{font-size:10px}.vessel-master.svelte-13n9893{font-size:12px;color:#475569;margin-top:2px}.vessel-top-note.svelte-13n9893{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;padding:6px 12px;border-radius:999px;font-size:12.5px;line-height:1.35}.vessel-top-note-icon.svelte-13n9893{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#fed7aa;color:#9a3412;font-size:12px;font-weight:700;flex:0 0 18px}.vessel-pricing-meta.svelte-13n9893{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:12px;color:#334155}.vessel-action.svelte-13n9893{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.vessel-price.svelte-13n9893{font-size:14px;font-weight:700;color:#065f46}.vessel-price.svelte-13n9893 small:where(.svelte-13n9893){font-weight:500;color:#64748b}.btn-choose.svelte-13n9893{font-size:12px;font-weight:700;color:#fff;background:#0f172a;padding:6px 14px;border-radius:8px}.vessel-pagination.svelte-13n9893{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.vessel-page-btn.svelte-13n9893,.vessel-page-number.svelte-13n9893{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:8px;font-size:13px;font-weight:600;padding:7px 12px;cursor:pointer}.vessel-page-btn.svelte-13n9893:disabled{opacity:.45;cursor:not-allowed}.vessel-page-numbers.svelte-13n9893{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.vessel-page-number.svelte-13n9893{min-width:34px;padding:7px 10px}.vessel-page-number.active.svelte-13n9893{border-color:#10b981;background:#ecfdf5;color:#047857}.selected-badge.svelte-13n9893{background:#ecfdf5;color:#065f46;padding:10px 14px;border-radius:10px;font-size:14px;text-align:center;margin-bottom:16px;font-weight:600}.auth-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:14px}.or-divider.svelte-13n9893{position:relative;text-align:center;margin:4px 0}.or-divider.svelte-13n9893:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.or-divider.svelte-13n9893 span:where(.svelte-13n9893){position:relative;background:#fff;color:#94a3b8;font-size:12px;padding:0 10px;text-transform:uppercase}.summary-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin-bottom:16px}.summary-top.svelte-13n9893{padding:16px;border-bottom:1px solid #f1f5f9}.summary-vessel.svelte-13n9893{display:flex;gap:12px;align-items:center}.summary-vessel-img.svelte-13n9893{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0}.summary-vessel.svelte-13n9893 h3:where(.svelte-13n9893){font-size:16px;font-weight:600;color:#0f172a;margin:0 0 2px}.summary-vessel.svelte-13n9893 span:where(.svelte-13n9893){font-size:13px;color:#64748b}.notes-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;margin-bottom:14px}.policy-agreement-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;margin-bottom:14px;display:flex;flex-direction:column;gap:10px}.policy-agreement-head.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;gap:10px}.policy-agreement-head.svelte-13n9893 strong:where(.svelte-13n9893){font-size:14px;color:#0f172a}.btn-policy-detail.svelte-13n9893{border:1px solid #d1d5db;background:#fff;color:#334155;font-size:12px;font-weight:600;border-radius:8px;padding:6px 10px;cursor:pointer}.btn-policy-detail.svelte-13n9893:hover{background:#f8fafc}.policy-note.svelte-13n9893{margin:0;font-size:12px;color:#64748b}.policy-note.error.svelte-13n9893{color:#b91c1c}.btn-policy-retry.svelte-13n9893{width:fit-content;padding:8px 12px;font-size:12px;margin-top:-2px}.policy-agreement-check.svelte-13n9893{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#334155;line-height:1.45;cursor:pointer}.policy-agreement-check.svelte-13n9893 input:where(.svelte-13n9893){margin-top:2px;width:15px;height:15px;flex-shrink:0}.detail-grid.svelte-13n9893{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#f1f5f9}.summary-card.svelte-13n9893 .detail-grid:where(.svelte-13n9893){border-top:none}.detail-grid.compact.svelte-13n9893{background:#f1f5f9;border-radius:12px;overflow:hidden;margin-bottom:16px}.detail-item.svelte-13n9893{background:#fff;padding:10px 14px;display:flex;flex-direction:column;gap:2px}.detail-item.full.svelte-13n9893{grid-column:1 / -1}.detail-label.svelte-13n9893{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.detail-value.svelte-13n9893{font-size:14px;color:#0f172a;font-weight:600;white-space:pre-wrap}.addon-detail-list.svelte-13n9893{margin-top:6px;display:flex;flex-direction:column;gap:6px}.addon-detail-row.svelte-13n9893{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:#334155}.addon-detail-row.svelte-13n9893 span:where(.svelte-13n9893):last-child{color:#0f172a;font-weight:600;text-align:right}.detail-value.paid.svelte-13n9893{color:#16a34a}.detail-value.failed-text.svelte-13n9893{color:#dc2626}.addons-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;margin-bottom:14px}.addons-card.svelte-13n9893 h3:where(.svelte-13n9893){font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px}.addons-card.svelte-13n9893 .opt:where(.svelte-13n9893){font-weight:500;color:#64748b;font-size:13px}.addons-hint.svelte-13n9893{font-size:12px;color:#64748b;margin:0 0 12px;line-height:1.5}.addons-list.svelte-13n9893{display:flex;flex-direction:column;gap:10px}.addon-row.svelte-13n9893{display:flex;flex-direction:column;gap:10px;padding:12px;border:1.5px solid #e2e8f0;border-radius:12px;transition:all .15s;background:#fff}.addon-row.selected.svelte-13n9893{border-color:#10b981;background:#f0fdf4;box-shadow:0 1px 2px #10b98114}.addon-row-top.svelte-13n9893{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;cursor:pointer;margin:0}.addon-row-top.svelte-13n9893 input[type=checkbox]:where(.svelte-13n9893){width:18px;height:18px;accent-color:#10b981;cursor:pointer;flex-shrink:0}.addon-info.svelte-13n9893 strong:where(.svelte-13n9893){display:block;font-size:14px;color:#0f172a;font-weight:600}.addon-info.svelte-13n9893 small:where(.svelte-13n9893){display:block;font-size:12px;color:#64748b;margin-top:2px;line-height:1.4}.addon-price-col.svelte-13n9893{text-align:right}.addon-price.svelte-13n9893{font-size:14px;font-weight:700;color:#065f46;white-space:nowrap}.addon-price.svelte-13n9893 small:where(.svelte-13n9893){font-size:11px;font-weight:600;color:#64748b;margin-left:2px}.addon-qty-row.svelte-13n9893{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 12px;border-top:1px dashed #d1fae5;margin-top:2px;background:#10b9810a;border-radius:8px}.addon-qty-row.plain.svelte-13n9893{background:transparent;border-top:1px dashed #e2e8f0;justify-content:space-between}.addon-qty-label.svelte-13n9893{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer}.addon-qty-icon.svelte-13n9893{width:14px;height:14px;color:#10b981}.addon-qty-controls.svelte-13n9893{display:inline-flex;align-items:stretch;gap:0;border:1px solid #d1fae5;border-radius:8px;background:#fff;overflow:hidden}.qty-btn.svelte-13n9893{width:32px;height:36px;border:none;background:#fff;color:#047857;font-size:18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn.svelte-13n9893:hover:not(:disabled){background:#ecfdf5}.qty-btn.svelte-13n9893:disabled{color:#cbd5e1;cursor:not-allowed}.qty-select.svelte-13n9893{border:none;border-left:1px solid #d1fae5;border-right:1px solid #d1fae5;padding:0 8px;min-width:70px;height:36px;font-size:13px;font-weight:600;color:#0f172a;background:#fff;cursor:pointer;outline:none}.qty-select.svelte-13n9893:focus{background:#ecfdf5}.addon-qty-summary.svelte-13n9893{font-size:12px;color:#64748b}.addon-line-total-inline.svelte-13n9893{font-size:13px;font-weight:700;color:#065f46;margin-left:auto}.addon-qty-row.plain.svelte-13n9893 .addon-line-total-inline:where(.svelte-13n9893){margin-left:0}@media(max-width:480px){.addon-qty-row.svelte-13n9893{gap:8px}.addon-qty-label.svelte-13n9893{flex:1 1 100%}.addon-line-total-inline.svelte-13n9893{margin-left:0}}.price-card.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;margin-bottom:16px}.price-card.compact.svelte-13n9893{padding:14px}.price-row.svelte-13n9893{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:14px}.price-row.svelte-13n9893 span:where(.svelte-13n9893):first-child{color:#64748b}.price-row.svelte-13n9893 span:where(.svelte-13n9893):last-child{color:#0f172a;font-weight:600}.price-row.total.svelte-13n9893{border-top:1.5px solid #e2e8f0;margin-top:6px;padding-top:12px}.price-row.total.svelte-13n9893 span:where(.svelte-13n9893):first-child{color:#0f172a;font-weight:700;font-size:15px}.price-row.total.svelte-13n9893 span:where(.svelte-13n9893):last-child{color:#065f46;font-weight:800;font-size:18px}.price-row.highlight.svelte-13n9893{padding-bottom:12px;margin-bottom:8px;border-bottom:1px solid #e2e8f0}.price-row.highlight.svelte-13n9893 span:where(.svelte-13n9893):first-child{color:#64748b;font-size:14px}.price-row.svelte-13n9893 .big:where(.svelte-13n9893){font-size:20px;font-weight:800;color:#0f172a}.price-row.sub.svelte-13n9893{font-size:13px;padding:3px 0}.price-row.sub.svelte-13n9893 span:where(.svelte-13n9893):first-child{color:#94a3b8}.price-row.sub.svelte-13n9893 span:where(.svelte-13n9893):last-child{color:#64748b;font-weight:500}.price-row.expiry.svelte-13n9893{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.expiry-time.svelte-13n9893{color:#dc2626!important;font-weight:700!important}.wallet-bar.svelte-13n9893{display:flex;justify-content:space-between;align-items:center;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;padding:12px 16px;margin-bottom:14px}.wallet-bar.svelte-13n9893 span:where(.svelte-13n9893){color:#166534;font-size:13px;font-weight:600}.wallet-bar.svelte-13n9893 strong:where(.svelte-13n9893){color:#065f46;font-size:18px}.order-detail-collapse.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;margin-bottom:14px}.order-detail-collapse.svelte-13n9893 summary:where(.svelte-13n9893){display:flex;justify-content:space-between;cursor:pointer;list-style:none;font-size:14px;font-weight:600;color:#374151}.order-detail-collapse.svelte-13n9893 summary:where(.svelte-13n9893)::-webkit-details-marker{display:none}.toggle-icon.svelte-13n9893{color:#94a3b8;font-size:12px}.order-detail-collapse.svelte-13n9893 .detail-grid:where(.svelte-13n9893){margin-top:12px;margin-bottom:0}.payment-section.svelte-13n9893{margin-bottom:16px}.payment-section.svelte-13n9893 h3:where(.svelte-13n9893){font-size:15px;font-weight:700;color:#0f172a;margin:0 0 12px}.payment-options.svelte-13n9893{display:flex;flex-direction:column;gap:8px}.payment-option.svelte-13n9893{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s}.payment-option.selected.svelte-13n9893{border-color:#10b981;background:#f0fdf4}.payment-option.svelte-13n9893 input:where(.svelte-13n9893){display:none}.payment-option-info.svelte-13n9893{flex:1}.payment-option-info.svelte-13n9893 strong:where(.svelte-13n9893){font-size:14px;color:#0f172a}.radio-dot.svelte-13n9893{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s}.payment-option.selected.svelte-13n9893 .radio-dot:where(.svelte-13n9893){border-color:#10b981;background:#10b981}.payment-option.selected.svelte-13n9893 .radio-dot:where(.svelte-13n9893):after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.waiting-icon.svelte-13n9893{font-size:48px;margin-bottom:8px}.expiry-countdown-badge.svelte-13n9893{display:inline-flex;align-items:center;gap:8px;background:#fef3c7;border:1px solid #fbbf24;border-radius:999px;padding:8px 18px;margin-top:10px;font-size:18px;font-weight:800;color:#92400e;animation:svelte-13n9893-pulse-glow 2s ease-in-out infinite}.expiry-countdown-badge.expiry-urgent.svelte-13n9893{background:#fee2e2;border-color:#f87171;color:#991b1b;animation:svelte-13n9893-pulse-glow-urgent 1s ease-in-out infinite}.expiry-countdown-icon.svelte-13n9893{font-size:20px}.expiry-countdown-text.svelte-13n9893{font-variant-numeric:tabular-nums}@keyframes svelte-13n9893-pulse-glow{0%,to{box-shadow:0 0 #fbbf244d}50%{box-shadow:0 0 0 8px #fbbf2400}}@keyframes svelte-13n9893-pulse-glow-urgent{0%,to{box-shadow:0 0 #f8717166}50%{box-shadow:0 0 0 10px #f8717100}}.poll-indicator.svelte-13n9893{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;font-size:13px;color:#64748b}.poll-dot.svelte-13n9893{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:svelte-13n9893-poll-blink 1.5s ease-in-out infinite}@keyframes svelte-13n9893-poll-blink{0%,to{opacity:1}50%{opacity:.3}}.payment-safety-badge.svelte-13n9893{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:12px;color:#166534;line-height:1.5}.safety-lock.svelte-13n9893{font-size:16px;flex-shrink:0}.va-box.svelte-13n9893{background:#f0fdf4;border:2px dashed #047857;border-radius:14px;padding:16px;margin-bottom:16px;text-align:center}.va-label.svelte-13n9893{display:block;font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.va-number-row.svelte-13n9893{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.va-number.svelte-13n9893{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:2px;font-family:Courier New,monospace}.va-copy.svelte-13n9893{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #047857;border-radius:8px;background:#fff;color:#047857;cursor:pointer}.va-copy.svelte-13n9893:hover{background:#047857;color:#fff}.instructions-card.svelte-13n9893{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:16px;margin-bottom:16px}.instructions-card.svelte-13n9893 h3:where(.svelte-13n9893){font-size:14px;font-weight:700;color:#92400e;margin:0 0 10px}.instructions-card.svelte-13n9893 ol:where(.svelte-13n9893){margin:0;padding-left:20px}.instructions-card.svelte-13n9893 li:where(.svelte-13n9893){font-size:13px;color:#78350f;line-height:1.7}.success-icon.svelte-13n9893{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:32px;font-weight:700;margin-bottom:12px}.failed-icon.svelte-13n9893{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#fee2e2;color:#dc2626;font-size:32px;font-weight:700;margin-bottom:12px}.qr-code.svelte-13n9893{margin-top:6px;font-size:14px;font-weight:700;color:#0f172a}.eticket.svelte-13n9893{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0f172a0f;overflow:hidden}.eticket-header.svelte-13n9893{text-align:center;padding:24px 20px 16px;background:linear-gradient(135deg,#0c4a6e,#0284c7);color:#fff}.eticket-badge.svelte-13n9893{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:700;margin-bottom:10px}.eticket-badge.paid.svelte-13n9893{background:#059669;color:#fff}.eticket-badge-icon.svelte-13n9893{font-size:14px}.eticket-title.svelte-13n9893{font-size:20px;font-weight:800;margin-bottom:4px}.eticket-order.svelte-13n9893{font-size:13px;opacity:.8}.eticket-qr.svelte-13n9893{text-align:center;padding:20px 16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.eticket-qr.svelte-13n9893 img:where(.svelte-13n9893){width:160px;height:160px;border:1px solid #e2e8f0;border-radius:12px;padding:6px;margin-inline:auto}.eticket-qr.svelte-13n9893 span:where(.svelte-13n9893){display:block;font-size:11px;color:#94a3b8;margin-top:6px}.eticket-divider.svelte-13n9893{border-top:1px dashed #cbd5e1;margin:0 20px}.eticket-section.svelte-13n9893{padding:14px 20px}.eticket-section-title.svelte-13n9893{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:8px}.eticket-grid.svelte-13n9893{display:flex;flex-direction:column;gap:4px}.eticket-row.svelte-13n9893{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:2px 0}.eticket-row.svelte-13n9893 span:where(.svelte-13n9893){color:#64748b}.eticket-row.svelte-13n9893 strong:where(.svelte-13n9893){text-align:right;color:#1e293b;font-weight:600}.eticket-row.svelte-13n9893 a:where(.svelte-13n9893){color:#0284c7;text-decoration:none}.eticket-total.svelte-13n9893{color:#059669!important;font-size:15px;font-weight:800!important}.eticket-status-paid.svelte-13n9893{color:#059669!important}.eticket-howto.svelte-13n9893{padding-left:18px;font-size:12px;line-height:1.8;color:#475569;margin:0}.eticket-howto.svelte-13n9893 li:where(.svelte-13n9893){margin-bottom:3px}.eticket-howto.svelte-13n9893 a:where(.svelte-13n9893){color:#0284c7}.eticket-opentrip-info.svelte-13n9893{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:14px;font-size:12px;color:#0c4a6e;line-height:1.6}.eticket-opentrip-info.svelte-13n9893 p:where(.svelte-13n9893){margin:0 0 10px}.eticket-opentrip-info.svelte-13n9893 .btn-outline:where(.svelte-13n9893){width:100%;font-size:13px}.order-action-menu.svelte-13n9893{margin:14px 0 0;display:flex;flex-direction:column;gap:8px}.order-action-item.svelte-13n9893{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;text-align:left;cursor:pointer}.order-action-item.svelte-13n9893:disabled{opacity:.6;cursor:not-allowed}.order-action-main.svelte-13n9893{display:inline-flex;align-items:flex-start;gap:10px;text-align:left}.order-action-icon.svelte-13n9893{width:18px;line-height:1.1;display:inline-flex;justify-content:center;margin-top:1px;filter:grayscale(1) saturate(0) brightness(.72)}.order-action-label.svelte-13n9893{font-weight:600;display:block}.order-action-chevron.svelte-13n9893{margin-left:auto;font-size:16px;color:#6b7280}.ot-manage-card.svelte-13n9893{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:14px}.ot-manage-row.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.ot-badge.svelte-13n9893{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.ot-badge.ot-active.svelte-13n9893{background:#dcfce7;color:#166534}.ot-badge.ot-off.svelte-13n9893{background:#fef2f2;color:#991b1b}.ot-price.svelte-13n9893{font-size:14px;font-weight:700;color:#047857}.ot-seats.svelte-13n9893{font-size:12px;color:#475569;margin:0 0 10px}.ot-actions.svelte-13n9893{display:flex;flex-wrap:wrap;gap:6px}.ot-actions.svelte-13n9893 .btn-outline:where(.svelte-13n9893){flex:1;min-width:0;font-size:12px;padding:8px 12px}.btn-ot-edit.svelte-13n9893{flex:1;min-width:0;padding:8px 12px;border:1px solid #fbbf24;border-radius:8px;background:#fffbeb;color:#92400e;font-size:12px;font-weight:600;cursor:pointer}.btn-ot-edit.svelte-13n9893:disabled{opacity:.6;cursor:not-allowed}.btn-ot-cancel.svelte-13n9893{flex:1;min-width:0;padding:8px 12px;border:1px solid #fca5a5;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:12px;font-weight:600;cursor:pointer}.btn-ot-cancel.svelte-13n9893:disabled{opacity:.6;cursor:not-allowed}.ot-error.svelte-13n9893{margin:6px 0 0;font-size:12px;color:#dc2626}.modal-overlay.svelte-13n9893{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.modal-bg.svelte-13n9893{position:absolute;inset:0;border:none;background:#00000080}.modal-box.svelte-13n9893{position:relative;width:100%;max-width:520px;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0003;overflow:hidden}.modal-header.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-header.svelte-13n9893 h3:where(.svelte-13n9893){font-size:17px;color:#0f172a;margin:0}.modal-close.svelte-13n9893{border:none;background:#f1f5f9;color:#334155;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700}.modal-body.svelte-13n9893{padding:20px;display:flex;flex-direction:column;gap:14px}.modal-info.svelte-13n9893{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.modal-info.svelte-13n9893 p:where(.svelte-13n9893){margin:0 0 4px;font-size:13px;color:#334155}.modal-info.svelte-13n9893 p:where(.svelte-13n9893):last-child{margin-bottom:0}.modal-info.modal-danger.svelte-13n9893{background:#fef2f2;border-color:#fecaca}.modal-info.modal-danger.svelte-13n9893 p:where(.svelte-13n9893){color:#991b1b}.modal-footer.svelte-13n9893{display:flex;gap:10px;justify-content:flex-end;padding:16px 20px;border-top:1px solid #e2e8f0}.modal-footer.svelte-13n9893 .btn-primary:where(.svelte-13n9893),.modal-footer.svelte-13n9893 .btn-outline:where(.svelte-13n9893){width:auto;padding:10px 20px}.policy-tab-row.svelte-13n9893{display:grid;grid-template-columns:1fr 1fr;gap:8px}.policy-tab.svelte-13n9893{border:1px solid #d1d5db;background:#f8fafc;color:#334155;border-radius:10px;font-size:13px;font-weight:600;padding:9px 10px;cursor:pointer}.policy-tab.active.svelte-13n9893{border-color:#0284c7;background:#e0f2fe;color:#075985}.policy-tier-list.svelte-13n9893{margin-top:6px}.policy-tier-list.svelte-13n9893 strong:where(.svelte-13n9893){font-size:12px;color:#334155;display:block;margin-bottom:4px}.policy-tier-list.svelte-13n9893 ul:where(.svelte-13n9893){margin:0;padding-left:18px;display:flex;flex-direction:column;gap:2px}.policy-tier-list.svelte-13n9893 li:where(.svelte-13n9893){font-size:12px;color:#475569}.btn-danger.svelte-13n9893{border:none;border-radius:10px;background:#dc2626;color:#fff;font-weight:700;padding:10px 20px;cursor:pointer}.btn-danger.svelte-13n9893:disabled{opacity:.55;cursor:not-allowed}@media(max-width:640px){.mn.svelte-13n9893{padding-top:56px}.stepper-bar.svelte-13n9893{top:56px;padding:12px 10px 10px}.stepper-label.svelte-13n9893{font-size:10px}.mn-content.svelte-13n9893{padding:0 12px 64px}.section-header.svelte-13n9893 h1:where(.svelte-13n9893){font-size:20px}.vessel-sort-btn.svelte-13n9893{width:32px;height:32px;border-radius:9px}.vessel-sort-menu.svelte-13n9893{min-width:170px}.booking-form.bf-mancing.svelte-13n9893{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.bf-field.bf-harbor.svelte-13n9893{grid-column:1 / -1}.mn-date-backdrop.svelte-13n9893{display:block;position:fixed;inset:0;background:#0f172a8c;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mn-date-pop.svelte-13n9893{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2001;width:calc(100vw - 32px);max-width:380px;border-radius:20px;box-shadow:0 24px 60px #0f172a59;padding:0 18px 18px;background:#fff;border:none}.mn-date-pop-header.svelte-13n9893{display:flex;align-items:center;justify-content:space-between;padding:18px 0 12px;font-size:16px;font-weight:700;color:#0f172a;border-bottom:1px solid #f1f5f9;margin-bottom:14px}.form-row.svelte-13n9893{grid-template-columns:1fr;gap:12px}.detail-grid.svelte-13n9893{grid-template-columns:1fr}.vessel-card.svelte-13n9893{flex-direction:column;align-items:stretch;gap:10px}.vessel-img-wrap.svelte-13n9893{width:100%;height:160px}.vessel-action.svelte-13n9893{flex-direction:row;justify-content:space-between;align-items:center}.btn-choose.svelte-13n9893{width:auto}.vessel-pagination.svelte-13n9893{flex-wrap:wrap;justify-content:center}.va-number.svelte-13n9893{font-size:20px}}.container.svelte-1dfeyyi{max-width:1200px;margin:0 auto;padding:0 20px}.ot-btn-primary.svelte-1dfeyyi{width:100%;padding:12px;background:#059669;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer}.ot-btn-primary.svelte-1dfeyyi:hover{background:#047857}.ot-btn-primary.svelte-1dfeyyi:disabled{opacity:.55;cursor:not-allowed}.ot-btn-outline.svelte-1dfeyyi{padding:12px 24px;background:#fff;color:#0f172a;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.ot-btn-outline.svelte-1dfeyyi:hover{border-color:#059669;color:#059669}.ot-btn-outline-sm.svelte-1dfeyyi{width:100%;padding:10px;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;margin-top:8px}.ot-spinner.svelte-1dfeyyi{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#059669;border-radius:50%;animation:svelte-1dfeyyi-ot-spin .7s linear infinite;margin:0 auto 10px}@keyframes svelte-1dfeyyi-ot-spin{to{transform:rotate(360deg)}}.ot-loading.svelte-1dfeyyi,.ot-empty.svelte-1dfeyyi{text-align:center;padding:80px 20px;color:#64748b}.ot-empty-icon.svelte-1dfeyyi{font-size:60px;margin-bottom:16px}.ot-empty.svelte-1dfeyyi h3:where(.svelte-1dfeyyi){font-size:22px;color:#0f172a;margin-bottom:8px}.ot-msg.svelte-1dfeyyi{font-size:13px;margin-top:8px;text-align:center}.ot-msg.success.svelte-1dfeyyi{color:#059669}.ot-msg.error.svelte-1dfeyyi{color:#dc2626}.ot-avatar-xs.svelte-1dfeyyi{width:28px;height:28px;border-radius:50%;background:#059669;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.ot-avatar-sm.svelte-1dfeyyi{width:32px;height:32px;border-radius:50%;background:#059669;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.ot-avatar-md.svelte-1dfeyyi{width:44px;height:44px;border-radius:50%;background:#059669;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.ot-avatar-img.svelte-1dfeyyi{object-fit:cover;display:block}.ot-hero.svelte-1dfeyyi{background:linear-gradient(145deg,#064e3b,#065f46 40%,#047857);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:100px 0 80px;position:relative;overflow:hidden}.ot-hero-content.svelte-1dfeyyi{max-width:640px;position:relative;z-index:1}.ot-hero-content-panel.svelte-1dfeyyi{background:#0f172a47;border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:18px 20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ot-hero-badge.svelte-1dfeyyi{display:inline-block;background:#10b98140;color:#6ee7b7;font-weight:700;font-size:12px;padding:5px 16px;border-radius:20px;letter-spacing:1.5px;margin-bottom:16px;border:1px solid rgba(16,185,129,.3)}.ot-hero.svelte-1dfeyyi h1:where(.svelte-1dfeyyi){font-size:clamp(32px,6vw,52px);font-weight:800;line-height:1.1;margin-bottom:16px;text-shadow:0 4px 20px rgba(0,0,0,.35)}.ot-hero-hl.svelte-1dfeyyi{color:#6ee7b7}.ot-hero.svelte-1dfeyyi p:where(.svelte-1dfeyyi){font-size:clamp(15px,2.5vw,18px);color:#dcfce7;line-height:1.6;max-width:520px;text-shadow:0 2px 14px rgba(0,0,0,.28)}.ot-hero-wave.svelte-1dfeyyi{position:absolute;bottom:-1px;left:0;right:0;z-index:0}.ot-hero-wave.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){display:block;width:100%;height:auto}.ot-feed-page.svelte-1dfeyyi{min-height:100vh;background:#f8fafc}.ot-feed-section.svelte-1dfeyyi{padding:40px 0 80px}.ot-feed-toolbar.svelte-1dfeyyi{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px;flex-wrap:wrap}.ot-sort-pills.svelte-1dfeyyi{display:flex;gap:6px}.ot-sort-pills.svelte-1dfeyyi button:where(.svelte-1dfeyyi){padding:8px 18px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.ot-sort-pills.svelte-1dfeyyi button.active:where(.svelte-1dfeyyi){background:#064e3b;color:#fff;border-color:#064e3b}.ot-sort-pills.svelte-1dfeyyi button:where(.svelte-1dfeyyi):hover:not(.active){border-color:#059669;color:#059669}.ot-search-box.svelte-1dfeyyi{display:flex;align-items:center;gap:8px;min-width:min(100%,340px);padding:10px 12px;border:1px solid #d1fae5;border-radius:12px;background:#fff;box-shadow:0 1px 4px #0f172a0d}.ot-search-box.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:16px;height:16px;color:#059669;flex-shrink:0}.ot-search-box.svelte-1dfeyyi input:where(.svelte-1dfeyyi){width:100%;border:none;background:transparent;font-size:14px;color:#0f172a;font-family:inherit}.ot-search-box.svelte-1dfeyyi input:where(.svelte-1dfeyyi)::placeholder{color:#94a3b8}.ot-search-box.svelte-1dfeyyi input:where(.svelte-1dfeyyi):focus{outline:none}.ot-feed-empty.svelte-1dfeyyi{width:min(100%,900px);margin:0 auto;text-align:left;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:18px;padding:clamp(20px,3.5vw,30px);box-shadow:0 10px 30px #0f172a0f}.ot-feed-empty-head.svelte-1dfeyyi h3:where(.svelte-1dfeyyi){margin:0 0 8px;font-size:clamp(22px,3.1vw,32px);line-height:1.2;color:#0f172a}.ot-feed-empty-head.svelte-1dfeyyi p:where(.svelte-1dfeyyi){margin:0;color:#475569;font-size:15px;line-height:1.7;max-width:760px}.ot-feed-empty-steps.svelte-1dfeyyi{margin-top:18px;display:grid;gap:12px}.ot-feed-empty-step.svelte-1dfeyyi{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px}.ot-feed-empty-num.svelte-1dfeyyi{width:28px;height:28px;border-radius:999px;background:#059669;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ot-feed-empty-step.svelte-1dfeyyi h4:where(.svelte-1dfeyyi){margin:1px 0 4px;color:#0f172a;font-size:15px}.ot-feed-empty-step.svelte-1dfeyyi p:where(.svelte-1dfeyyi){margin:0;color:#64748b;font-size:13px;line-height:1.5}.ot-feed-empty-cta.svelte-1dfeyyi{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.ot-feed-empty-btn.svelte-1dfeyyi{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;border:1px solid #d1d5db;color:#334155;font-size:14px;font-weight:600;text-decoration:none;background:#fff;transition:all .2s}.ot-feed-empty-btn.svelte-1dfeyyi:hover{border-color:#94a3b8;color:#0f172a}.ot-feed-empty-btn-primary.svelte-1dfeyyi{background:#059669;color:#fff;border-color:#059669}.ot-feed-empty-btn-primary.svelte-1dfeyyi:hover{background:#047857;border-color:#047857;color:#fff}.ot-grid.svelte-1dfeyyi{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media(min-width:640px){.ot-grid.svelte-1dfeyyi{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ot-grid.svelte-1dfeyyi{grid-template-columns:repeat(3,1fr)}}.ot-card.svelte-1dfeyyi{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:all .25s;display:flex;flex-direction:column}.ot-card.svelte-1dfeyyi:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.ot-card-cover.svelte-1dfeyyi{position:relative;width:100%;height:200px;background:linear-gradient(135deg,#064e3b,#047857);overflow:hidden}.ot-card-cover.svelte-1dfeyyi img:where(.svelte-1dfeyyi){width:100%;height:100%;object-fit:cover}.ot-card-cover-placeholder.svelte-1dfeyyi{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff6}.ot-card-cover-placeholder.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:48px;height:48px}.ot-card-price-tag.svelte-1dfeyyi{position:absolute;top:12px;right:12px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:6px 12px;border-radius:10px;font-size:16px;font-weight:700}.ot-card-price-tag.svelte-1dfeyyi small:where(.svelte-1dfeyyi){font-size:11px;font-weight:500;opacity:.8}.ot-people-stack.svelte-1dfeyyi{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;flex-direction:row-reverse}.ot-people-stack-edge.svelte-1dfeyyi{right:8px;bottom:8px}.ot-people-stack.svelte-1dfeyyi img:where(.svelte-1dfeyyi){width:32px;height:32px;display:block;object-fit:cover;aspect-ratio:1 / 1;border-radius:50%;border:2px solid #fff;background:#e2e8f0;margin-left:-8px;box-shadow:0 2px 8px #0f172a38}.ot-people-stack-sm.svelte-1dfeyyi img:where(.svelte-1dfeyyi){width:26px;height:26px;border-width:1.5px;margin-left:-7px}.ot-card-body.svelte-1dfeyyi{padding:16px;flex:1;display:flex;flex-direction:column;gap:10px}.ot-card-host.svelte-1dfeyyi{display:flex;align-items:center;gap:8px}.ot-host-name.svelte-1dfeyyi{font-size:13px;font-weight:600;color:#0f172a;flex:1}.ot-host-badge.svelte-1dfeyyi{display:inline-flex;align-items:center;font-size:10px;font-weight:700;padding:2px 6px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;letter-spacing:.04em;text-transform:uppercase}.ot-card-time.svelte-1dfeyyi{font-size:11px;color:#94a3b8}.ot-card-title.svelte-1dfeyyi{font-size:16px;font-weight:700;color:#0f172a;line-height:1.35;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ot-card-meta.svelte-1dfeyyi{display:flex;flex-wrap:wrap;gap:10px}.ot-meta-item.svelte-1dfeyyi{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}.ot-meta-item.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:14px;height:14px;flex-shrink:0}.ot-card-perks.svelte-1dfeyyi{display:flex;flex-wrap:wrap;gap:6px}.ot-perk-chip.svelte-1dfeyyi{display:inline-block;padding:3px 10px;background:#ecfdf5;color:#065f46;font-size:11px;font-weight:600;border-radius:12px}.ot-perk-more.svelte-1dfeyyi{font-size:11px;color:#64748b;padding:3px 6px}.ot-card-footer.svelte-1dfeyyi{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:6px}.ot-card-seats.svelte-1dfeyyi{flex:1}.ot-seats-bar.svelte-1dfeyyi{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.ot-seats-bar.lg.svelte-1dfeyyi{height:8px;border-radius:4px;margin-top:8px}.ot-seats-fill.svelte-1dfeyyi{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s}.ot-seats-text.svelte-1dfeyyi{font-size:11px;color:#64748b;margin-top:4px;display:block}.ot-card-social.svelte-1dfeyyi{display:flex;gap:10px;align-items:center;flex-shrink:0}.ot-social-item.svelte-1dfeyyi{display:flex;align-items:center;gap:3px;font-size:12px;color:#94a3b8}.ot-social-item.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:15px;height:15px}.ot-detail-page.svelte-1dfeyyi{min-height:100vh;background:#f8fafc}.ot-detail-loading.svelte-1dfeyyi,.ot-detail-error.svelte-1dfeyyi{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:12px;color:#64748b}.ot-detail-header.svelte-1dfeyyi{padding:82px 20px 0;max-width:1200px;margin:0 auto}.ot-back-btn.svelte-1dfeyyi{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;padding:8px 0}.ot-back-btn.svelte-1dfeyyi:hover{color:#059669}.ot-back-btn.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:18px;height:18px}.ot-detail-content.svelte-1dfeyyi{max-width:1200px;margin:0 auto;padding:16px 20px 80px;display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:860px){.ot-detail-content.svelte-1dfeyyi{grid-template-columns:1fr 360px;align-items:start}}.ot-detail-main.svelte-1dfeyyi{display:flex;flex-direction:column;gap:0}.ot-detail-photos.svelte-1dfeyyi{position:relative;display:flex;gap:8px;overflow-x:auto;border-radius:16px;margin-bottom:20px}.ot-detail-photo.svelte-1dfeyyi{height:300px;border-radius:16px;object-fit:cover;flex-shrink:0}.ot-detail-photo.cover.svelte-1dfeyyi{width:100%;max-width:100%}.ot-detail-photo.svelte-1dfeyyi:not(.cover){width:200px}.ot-detail-photo-placeholder.svelte-1dfeyyi{width:100%;height:280px;background:linear-gradient(135deg,#064e3b,#047857);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff59;gap:8px}.ot-detail-photo-placeholder.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:56px;height:56px}.ot-detail-photo-placeholder.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:15px;font-weight:600}.ot-detail-host-bar.svelte-1dfeyyi{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #e2e8f0;margin-bottom:20px}.ot-host-meta.svelte-1dfeyyi{display:flex;flex-direction:column}.ot-host-meta.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){color:#0f172a;font-size:16px}.ot-host-meta.svelte-1dfeyyi span:where(.svelte-1dfeyyi){color:#64748b;font-size:13px}.ot-detail-section.svelte-1dfeyyi{margin-bottom:28px}.ot-detail-title.svelte-1dfeyyi{font-size:clamp(22px,4vw,30px);font-weight:800;color:#0f172a;line-height:1.3;margin-bottom:12px}.ot-detail-desc.svelte-1dfeyyi{font-size:15px;color:#475569;line-height:1.7;white-space:pre-line}.ot-section-title.svelte-1dfeyyi{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:14px}.ot-detail-info-grid.svelte-1dfeyyi{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:28px}@media(min-width:640px){.ot-detail-info-grid.svelte-1dfeyyi{grid-template-columns:repeat(3,1fr)}}.ot-info-card.svelte-1dfeyyi{display:flex;align-items:flex-start;gap:10px;padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.ot-info-card.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:20px;height:20px;color:#059669;flex-shrink:0;margin-top:2px}.ot-info-card.svelte-1dfeyyi small:where(.svelte-1dfeyyi){display:block;font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.ot-info-card.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){display:block;font-size:14px;color:#0f172a}.ot-perks-list.svelte-1dfeyyi{display:flex;flex-direction:column;gap:8px}.ot-perk-item.svelte-1dfeyyi{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ecfdf5;border-radius:10px}.ot-perk-item.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:18px;height:18px;color:#059669;flex-shrink:0}.ot-perk-item.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:14px;color:#065f46;font-weight:500}.ot-meeting-point.svelte-1dfeyyi{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.ot-meeting-point.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:22px;height:22px;color:#059669;flex-shrink:0;margin-top:2px}.ot-meeting-point.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){display:block;color:#0f172a;font-size:15px;margin-bottom:4px}.ot-meeting-point.svelte-1dfeyyi p:where(.svelte-1dfeyyi){margin:0;font-size:13px;color:#64748b}.ot-host-notes.svelte-1dfeyyi{padding:16px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;font-size:14px;color:#92400e;line-height:1.6;white-space:pre-line}.ot-social-bar.svelte-1dfeyyi{display:flex;gap:8px;padding:16px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:28px}.ot-social-btn.svelte-1dfeyyi{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.ot-social-btn.svelte-1dfeyyi:hover{border-color:#059669;color:#059669}.ot-social-btn.liked.svelte-1dfeyyi{color:#dc2626;border-color:#fecaca;background:#fef2f2}.ot-social-btn.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:18px;height:18px}.ot-wa-btn.svelte-1dfeyyi{color:#25d366;border-color:#25d366}.ot-wa-btn.svelte-1dfeyyi:hover{background:#25d366;color:#fff}.ot-wa-btn.svelte-1dfeyyi svg:where(.svelte-1dfeyyi){width:18px;height:18px}.ot-comment-input.svelte-1dfeyyi{display:flex;gap:8px;margin-bottom:16px}.ot-comment-input.svelte-1dfeyyi input:where(.svelte-1dfeyyi){flex:1;padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;background:#fff}.ot-comment-input.svelte-1dfeyyi input:where(.svelte-1dfeyyi):focus{outline:none;border-color:#059669}.ot-comment-input.svelte-1dfeyyi button:where(.svelte-1dfeyyi){padding:10px 18px;background:#059669;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0}.ot-comment-input.svelte-1dfeyyi button:where(.svelte-1dfeyyi):disabled{opacity:.5;cursor:not-allowed}.ot-comment-loading.svelte-1dfeyyi,.ot-comment-empty.svelte-1dfeyyi{text-align:center;color:#94a3b8;font-size:14px;padding:16px 0}.ot-comments-list.svelte-1dfeyyi{display:flex;flex-direction:column;gap:12px}.ot-comment.svelte-1dfeyyi{display:flex;gap:10px;align-items:flex-start}.ot-comment-body.svelte-1dfeyyi{flex:1}.ot-comment-header.svelte-1dfeyyi{display:flex;align-items:center;gap:8px;margin-bottom:2px}.ot-comment-header.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:13px;color:#0f172a}.ot-comment-header.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:11px;color:#94a3b8}.ot-comment-body.svelte-1dfeyyi p:where(.svelte-1dfeyyi){margin:0;font-size:14px;color:#475569;line-height:1.5}.ot-host-badge.svelte-1dfeyyi{font-size:10px;font-weight:700;color:#065f46;background:#dcfce7;border-radius:999px;padding:2px 6px}.ot-comment-actions.svelte-1dfeyyi{margin-top:6px}.ot-comment-actions.svelte-1dfeyyi button:where(.svelte-1dfeyyi){border:none;background:transparent;color:#059669;font-size:12px;font-weight:700;cursor:pointer;padding:0}.ot-reply-input.svelte-1dfeyyi{margin-top:8px;display:flex;gap:8px}.ot-reply-input.svelte-1dfeyyi input:where(.svelte-1dfeyyi){flex:1;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit}.ot-reply-input.svelte-1dfeyyi button:where(.svelte-1dfeyyi){padding:8px 12px;border:none;border-radius:8px;background:#059669;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.ot-reply-input.svelte-1dfeyyi button:where(.svelte-1dfeyyi):disabled{opacity:.6;cursor:not-allowed}.ot-replies-list.svelte-1dfeyyi{margin-top:10px;display:flex;flex-direction:column;gap:8px}.ot-reply-item.svelte-1dfeyyi{display:flex;gap:8px;align-items:flex-start}.ot-reply-body.svelte-1dfeyyi{flex:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px}.ot-reply-body.svelte-1dfeyyi p:where(.svelte-1dfeyyi){margin:0;font-size:13px;color:#475569;line-height:1.5}.ot-joiners-list.svelte-1dfeyyi{display:flex;flex-direction:column;gap:10px}.ot-joiner-card.svelte-1dfeyyi{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#f8fafc}.ot-joiner-head.svelte-1dfeyyi{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.ot-joiner-head.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:14px;color:#0f172a}.ot-joiner-head.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:12px;color:#065f46;font-weight:700}.ot-joiner-meta.svelte-1dfeyyi{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.ot-joiner-meta.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:12px;color:#475569}.ot-joiner-meta.svelte-1dfeyyi a:where(.svelte-1dfeyyi){font-size:12px;font-weight:700;color:#059669;text-decoration:none}.ot-joiner-meta.svelte-1dfeyyi a:where(.svelte-1dfeyyi):hover{text-decoration:underline}.ot-cta-card.svelte-1dfeyyi{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000f;position:sticky;top:88px}.ot-cta-price.svelte-1dfeyyi small:where(.svelte-1dfeyyi){display:block;font-size:12px;color:#64748b;margin-bottom:4px}.ot-cta-price.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:28px;font-weight:800;color:#0f172a;display:block;margin-bottom:16px}.ot-cta-seats.svelte-1dfeyyi{margin-bottom:16px}.ot-cta-seats.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:13px;color:#64748b}.ot-cta-title.svelte-1dfeyyi{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:14px}.ot-seat-picker.svelte-1dfeyyi{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ot-seat-picker.svelte-1dfeyyi>span:where(.svelte-1dfeyyi){font-size:13px;color:#475569;font-weight:600}.ot-seat-stepper.svelte-1dfeyyi{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:999px;padding:4px 6px;background:#fff}.ot-seat-stepper.svelte-1dfeyyi button:where(.svelte-1dfeyyi){width:28px;height:28px;border:none;border-radius:50%;background:#f1f5f9;color:#0f172a;font-size:18px;font-weight:700;cursor:pointer;line-height:1}.ot-seat-stepper.svelte-1dfeyyi button:where(.svelte-1dfeyyi):disabled{opacity:.45;cursor:not-allowed}.ot-seat-stepper.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){min-width:18px;text-align:center;font-size:14px;color:#0f172a}.ot-cta-total.svelte-1dfeyyi{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:12px;padding:8px 12px;background:#f0fdf4;border-radius:10px;border:1px solid #bbf7d0}.ot-cta-total.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:13px;color:#475569}.ot-cta-total.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:15px;font-weight:700;color:#059669}.ot-cta-actions.svelte-1dfeyyi{flex-shrink:0}.ot-btn-cta.svelte-1dfeyyi{width:100%;padding:14px;background:#059669;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background .2s}.ot-btn-cta.svelte-1dfeyyi:hover{background:#047857}.ot-btn-cta.svelte-1dfeyyi:disabled{opacity:.5;cursor:not-allowed}.ot-checkout-summary.svelte-1dfeyyi{padding:12px 0;border-top:1px solid #e2e8f0;margin-bottom:12px}.ot-checkout-row.svelte-1dfeyyi{display:flex;justify-content:space-between;font-size:14px;color:#0f172a}.ot-checkout-row.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-weight:700}.ot-wallet-info.svelte-1dfeyyi{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#ecfdf5;border-radius:10px;margin-bottom:12px}.ot-wallet-info.svelte-1dfeyyi span:where(.svelte-1dfeyyi){font-size:12px;color:#065f46}.ot-wallet-info.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:15px;color:#065f46}.ot-payment-list.svelte-1dfeyyi{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.ot-payment-option.svelte-1dfeyyi{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#fff}.ot-payment-option.svelte-1dfeyyi:hover{border-color:#059669}.ot-payment-option.svelte-1dfeyyi input:where(.svelte-1dfeyyi){margin:0}.ot-payment-option.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:14px;color:#0f172a}.ot-va-box.svelte-1dfeyyi{padding:14px;background:#ecfdf5;border:2px dashed #059669;border-radius:12px;margin-bottom:12px}.ot-va-box.svelte-1dfeyyi small:where(.svelte-1dfeyyi){display:block;font-size:11px;color:#64748b;margin-bottom:6px;text-transform:uppercase}.ot-va-row.svelte-1dfeyyi{display:flex;align-items:center;justify-content:space-between;gap:8px}.ot-va-row.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:18px;font-weight:800;letter-spacing:1px;font-family:Courier New,monospace;color:#0f172a}.ot-va-row.svelte-1dfeyyi button:where(.svelte-1dfeyyi){padding:4px 12px;background:#fff;border:1px solid #059669;color:#059669;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.ot-success-icon.svelte-1dfeyyi{width:48px;height:48px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 10px}.ot-failed-icon.svelte-1dfeyyi{width:48px;height:48px;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 10px}.ot-overlay.svelte-1dfeyyi{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.ot-modal.svelte-1dfeyyi{background:#fff;border-radius:18px;padding:28px;max-width:400px;width:100%;position:relative}.ot-modal-close.svelte-1dfeyyi{position:absolute;top:12px;right:14px;background:none;border:none;font-size:28px;color:#94a3b8;cursor:pointer}.ot-modal.svelte-1dfeyyi h3:where(.svelte-1dfeyyi){font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.ot-modal.svelte-1dfeyyi p:where(.svelte-1dfeyyi){font-size:14px;color:#64748b;margin-bottom:18px}.ot-btn-google.svelte-1dfeyyi{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:15px;font-weight:600;color:#0f172a;cursor:pointer}.ot-btn-google.svelte-1dfeyyi:disabled{opacity:.55}.ot-divider.svelte-1dfeyyi{position:relative;margin:16px 0;text-align:center}.ot-divider.svelte-1dfeyyi:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.ot-divider.svelte-1dfeyyi span:where(.svelte-1dfeyyi){position:relative;background:#fff;color:#94a3b8;font-size:12px;padding:0 10px;text-transform:uppercase}.ot-form-field.svelte-1dfeyyi{margin-bottom:12px}.ot-form-field.svelte-1dfeyyi label:where(.svelte-1dfeyyi){display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:4px}.ot-form-field.svelte-1dfeyyi input:where(.svelte-1dfeyyi){width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;box-sizing:border-box}.ot-mobile-bar.svelte-1dfeyyi,.ot-sheet-overlay.svelte-1dfeyyi{display:none}@media(max-width:860px){.ot-hero.svelte-1dfeyyi{padding:80px 0 60px}.ot-detail-content.svelte-1dfeyyi{grid-template-columns:1fr}.ot-detail-sidebar.svelte-1dfeyyi{display:none}.ot-detail-main.svelte-1dfeyyi{padding-bottom:90px}.ot-mobile-bar.svelte-1dfeyyi{display:block;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 16px #0000001a;padding:12px 20px;padding-bottom:max(12px,env(safe-area-inset-bottom))}.ot-mobile-bar-inner.svelte-1dfeyyi{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:600px;margin:0 auto}.ot-mobile-bar-price.svelte-1dfeyyi{display:flex;align-items:baseline;gap:4px}.ot-mobile-bar-price.svelte-1dfeyyi strong:where(.svelte-1dfeyyi){font-size:20px;font-weight:800;color:#0f172a}.ot-mobile-bar-price.svelte-1dfeyyi small:where(.svelte-1dfeyyi){font-size:13px;color:#64748b;font-weight:500}.ot-mobile-bar-btn.svelte-1dfeyyi{flex-shrink:0;padding:12px 28px;background:#059669;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background .2s}.ot-mobile-bar-btn.svelte-1dfeyyi:hover{background:#047857}.ot-mobile-bar-btn.svelte-1dfeyyi:disabled{opacity:.5;cursor:not-allowed}.ot-sheet-overlay.svelte-1dfeyyi{display:flex;position:fixed;inset:0;z-index:300;background:#00000073;align-items:flex-end;justify-content:center}.ot-sheet.svelte-1dfeyyi{width:100%;max-width:600px;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:svelte-1dfeyyi-ot-sheet-up .25s ease-out}@keyframes svelte-1dfeyyi-ot-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ot-sheet-handle.svelte-1dfeyyi{display:flex;justify-content:center;padding:10px 0 4px;cursor:pointer;width:100%;background:none;border:none}.ot-sheet-handle.svelte-1dfeyyi span:where(.svelte-1dfeyyi){width:36px;height:4px;border-radius:3px;background:#cbd5e1}.ot-sheet-body.svelte-1dfeyyi{flex:1 1 auto;overflow-y:auto;padding:8px 24px 24px;padding-bottom:max(24px,env(safe-area-inset-bottom))}}@media(max-width:640px){.ot-hero.svelte-1dfeyyi{padding:70px 0 50px}.ot-hero.svelte-1dfeyyi h1:where(.svelte-1dfeyyi){font-size:28px}.ot-hero-content-panel.svelte-1dfeyyi{padding:14px;border-radius:14px}.ot-feed-section.svelte-1dfeyyi .container:where(.svelte-1dfeyyi){padding:0}.ot-feed-toolbar.svelte-1dfeyyi{padding:0 14px;margin-bottom:16px}.ot-search-box.svelte-1dfeyyi{min-width:100%}.ot-grid.svelte-1dfeyyi{gap:12px}.ot-card.svelte-1dfeyyi{border-radius:0;box-shadow:none}.ot-card-cover.svelte-1dfeyyi{height:180px}.ot-card-body.svelte-1dfeyyi{padding:14px}.ot-detail-photo.svelte-1dfeyyi,.ot-detail-photo-placeholder.svelte-1dfeyyi{height:220px}.ot-detail-info-grid.svelte-1dfeyyi{grid-template-columns:1fr}.ot-social-bar.svelte-1dfeyyi{flex-wrap:wrap}.ot-feed-empty.svelte-1dfeyyi{border-radius:14px}.ot-feed-empty-cta.svelte-1dfeyyi{flex-direction:column}.ot-feed-empty-btn.svelte-1dfeyyi{width:100%}}.op-shell.svelte-1xbtwus{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#eef2ff);padding:16px}.op-container.svelte-1xbtwus{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.op-hero.svelte-1xbtwus{position:relative;border-radius:20px;padding:22px 22px 24px;color:#fff;overflow:hidden;box-shadow:0 10px 30px -10px #0f172a40}.op-hero-cyan.svelte-1xbtwus{background:linear-gradient(135deg,#06b6d4,#0891b2)}.op-hero-indigo.svelte-1xbtwus{background:linear-gradient(135deg,#6366f1,#4f46e5)}.op-hero-amber.svelte-1xbtwus{background:linear-gradient(135deg,#f59e0b,#ea580c)}.op-hero-emerald.svelte-1xbtwus{background:linear-gradient(135deg,#10b981,#059669)}.op-hero-slate.svelte-1xbtwus{background:linear-gradient(135deg,#475569,#1e293b)}.op-back.svelte-1xbtwus{position:absolute;top:18px;left:18px;width:36px;height:36px;border-radius:50%;background:#fff3;color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s}.op-back.svelte-1xbtwus:hover{background:#ffffff59}.op-hero-content.svelte-1xbtwus{padding-top:38px;padding-left:6px}.op-hero-tag.svelte-1xbtwus{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;opacity:.85}.op-hero-title.svelte-1xbtwus{font-size:24px;font-weight:800;margin:4px 0 0;letter-spacing:-.01em}.op-hero-sub.svelte-1xbtwus{font-size:13px;margin:4px 0 0;opacity:.9}.op-card.svelte-1xbtwus{background:#fff;border-radius:16px;padding:18px;box-shadow:0 1px 3px #0f172a14}.op-section-title.svelte-1xbtwus{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 12px}.op-empty.svelte-1xbtwus{font-size:14px;color:#64748b;text-align:center;padding:12px 0}.op-summary.svelte-1xbtwus{display:flex;flex-direction:column;gap:10px}.op-summary-row.svelte-1xbtwus{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:14px}.op-divider.svelte-1xbtwus{padding-top:10px;border-top:1px dashed #e2e8f0}.op-label.svelte-1xbtwus{color:#64748b;font-weight:500}.op-value.svelte-1xbtwus{color:#0f172a;font-weight:600;text-align:right}.op-total.svelte-1xbtwus{padding-top:10px;border-top:1px solid #e2e8f0;font-size:15px}.op-total-value.svelte-1xbtwus{font-size:20px;color:#0f172a;font-weight:800}.op-chip.svelte-1xbtwus{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.op-chip-cyan.svelte-1xbtwus{background:#cffafe;color:#0e7490}.op-chip-indigo.svelte-1xbtwus{background:#e0e7ff;color:#4338ca}.op-chip-amber.svelte-1xbtwus{background:#fef3c7;color:#b45309}.op-chip-emerald.svelte-1xbtwus{background:#d1fae5;color:#047857}.op-chip-slate.svelte-1xbtwus{background:#e2e8f0;color:#334155}.op-methods.svelte-1xbtwus{display:flex;flex-direction:column;gap:10px}.op-method.svelte-1xbtwus{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;background:#fff}.op-method.svelte-1xbtwus input:where(.svelte-1xbtwus){display:none}.op-method.svelte-1xbtwus:hover{border-color:#94a3b8}.op-method.selected.svelte-1xbtwus{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 4px #3b82f61a}.op-method-icon.svelte-1xbtwus{width:38px;height:38px;flex-shrink:0;background:#f1f5f9;color:#475569;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.op-method.selected.svelte-1xbtwus .op-method-icon:where(.svelte-1xbtwus){background:#dbeafe;color:#2563eb}.op-method-icon.svelte-1xbtwus svg:where(.svelte-1xbtwus){width:20px;height:20px}.op-method-info.svelte-1xbtwus{flex:1;display:flex;flex-direction:column;gap:2px}.op-method-info.svelte-1xbtwus strong:where(.svelte-1xbtwus){font-size:14px;color:#0f172a;font-weight:600}.op-method-info.svelte-1xbtwus span:where(.svelte-1xbtwus){font-size:12px;color:#64748b}.op-radio.svelte-1xbtwus{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.op-method.selected.svelte-1xbtwus .op-radio:where(.svelte-1xbtwus){border-color:#3b82f6}.op-radio-dot.svelte-1xbtwus{width:10px;height:10px;border-radius:50%;background:transparent}.op-method.selected.svelte-1xbtwus .op-radio-dot:where(.svelte-1xbtwus){background:#3b82f6}.op-btn.svelte-1xbtwus{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:transform .1s,box-shadow .15s}.op-btn-large.svelte-1xbtwus{width:100%;padding:14px 18px;font-size:16px;margin-top:16px}.op-btn-primary.svelte-1xbtwus{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 6px 16px -6px #4f46e580}.op-btn-primary.svelte-1xbtwus:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px -8px #4f46e58c}.op-btn-dark.svelte-1xbtwus{background:#0f172a;color:#fff}.op-btn-dark.svelte-1xbtwus:hover:not(:disabled){background:#1e293b}.op-btn-secondary.svelte-1xbtwus{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0}.op-btn-secondary.svelte-1xbtwus:hover{background:#e2e8f0}.op-btn.svelte-1xbtwus:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.op-alert.svelte-1xbtwus{padding:10px 12px;border-radius:10px;font-size:13px;margin-top:12px}.op-alert-error.svelte-1xbtwus{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.op-alert-info.svelte-1xbtwus{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.op-safety.svelte-1xbtwus{text-align:center;font-size:12px;color:#64748b;margin:12px 0 0}.op-state.svelte-1xbtwus{display:flex;flex-direction:column;align-items:center;padding:36px 24px;gap:12px;text-align:center}.op-state-icon.svelte-1xbtwus{width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:30px;font-weight:700}.op-state-icon-success.svelte-1xbtwus{background:#d1fae5;color:#059669}.op-state-icon-error.svelte-1xbtwus{background:#fee2e2;color:#dc2626}.op-state-icon-warning.svelte-1xbtwus{background:#fef3c7;color:#d97706}.op-state-title.svelte-1xbtwus{font-size:20px;font-weight:700;color:#0f172a;margin:4px 0 0}.op-state-text.svelte-1xbtwus{font-size:14px;color:#475569;margin:0;line-height:1.55}.op-state-actions.svelte-1xbtwus{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.op-waiting-head.svelte-1xbtwus{text-align:center;margin-bottom:16px}.op-waiting-icon.svelte-1xbtwus{font-size:38px;margin-bottom:4px}.op-waiting-sub.svelte-1xbtwus{font-size:13px;color:#64748b;margin:4px 0 8px}.op-countdown.svelte-1xbtwus{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#fef3c7;color:#92400e;font-weight:700;font-size:13px;letter-spacing:.04em}.op-va.svelte-1xbtwus{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:14px;padding:14px;margin-bottom:14px}.op-va-label.svelte-1xbtwus{font-size:11px;font-weight:700;color:#0369a1;text-transform:uppercase;letter-spacing:.1em}.op-va-row.svelte-1xbtwus{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.op-va-number.svelte-1xbtwus{font-size:20px;font-weight:800;color:#0c4a6e;letter-spacing:.05em}.op-va-copy.svelte-1xbtwus{width:32px;height:32px;border-radius:8px;background:#fff;border:1px solid #bae6fd;color:#0369a1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.op-va-copy.svelte-1xbtwus:hover{background:#f0f9ff}.op-instructions.svelte-1xbtwus{background:#f8fafc;border-radius:12px;padding:12px 14px 12px 30px;margin-bottom:12px}.op-instructions-title.svelte-1xbtwus{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 6px}.op-instructions.svelte-1xbtwus ol:where(.svelte-1xbtwus){margin:0;padding-left:14px}.op-instructions.svelte-1xbtwus li:where(.svelte-1xbtwus){font-size:13px;color:#334155;line-height:1.6}.op-poll-text.svelte-1xbtwus{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#64748b;margin:12px 0 0}.op-poll-dot.svelte-1xbtwus{width:8px;height:8px;border-radius:50%;background:#3b82f6;animation:svelte-1xbtwus-pulse 1.4s ease-in-out infinite}@keyframes svelte-1xbtwus-pulse{0%,to{opacity:.4}50%{opacity:1}}.op-overlay.svelte-1xbtwus{position:fixed;inset:0;z-index:90;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:16px}.op-login.svelte-1xbtwus{position:relative;width:100%;max-width:400px;background:#fff;border-radius:20px;padding:28px 22px;box-shadow:0 30px 60px -20px #0f172a66;text-align:center;animation:svelte-1xbtwus-opSlideUp .25s ease-out}@keyframes svelte-1xbtwus-opSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.op-login-close.svelte-1xbtwus{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#475569;border:none;font-size:22px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.op-login-close.svelte-1xbtwus:hover:not(:disabled){background:#e2e8f0}.op-login-icon.svelte-1xbtwus{font-size:36px;margin-bottom:6px}.op-login-title.svelte-1xbtwus{font-size:18px;font-weight:700;color:#0f172a;margin:0}.op-login-sub.svelte-1xbtwus{font-size:13px;color:#64748b;margin:4px 0 16px;line-height:1.55}.op-login-label.svelte-1xbtwus{display:block;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#475569;margin:12px 0 4px}.op-login-input.svelte-1xbtwus{width:100%;padding:11px 12px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.op-login-input.svelte-1xbtwus:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.op-login-input.svelte-1xbtwus:disabled{background:#f1f5f9}.op-login-divider.svelte-1xbtwus{display:flex;align-items:center;margin:16px 0 6px;color:#94a3b8;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.op-login-divider.svelte-1xbtwus:before,.op-login-divider.svelte-1xbtwus:after{content:"";flex:1;height:1px;background:#e2e8f0}.op-login-divider.svelte-1xbtwus span:where(.svelte-1xbtwus){padding:0 12px}.op-login-foot.svelte-1xbtwus{font-size:11px;color:#94a3b8;margin:14px 0 0;line-height:1.5}.op-spinner.svelte-1xbtwus{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:svelte-1xbtwus-spin .8s linear infinite}.op-spinner-sm.svelte-1xbtwus{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:svelte-1xbtwus-spin .8s linear infinite}@keyframes svelte-1xbtwus-spin{to{transform:rotate(360deg)}}.dashboard-page.svelte-11pe9lx{background:#f8fafc;min-height:calc(100vh - 72px);padding:104px 0 56px}.dashboard-wrap.svelte-11pe9lx{max-width:920px}.header.svelte-11pe9lx{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:nowrap}.header.svelte-11pe9lx h1:where(.svelte-11pe9lx){font-size:20px;font-weight:700;color:#0f172a;margin:0;line-height:1.2;white-space:nowrap}.header-actions.svelte-11pe9lx{display:flex;gap:8px;flex-wrap:nowrap;margin-left:auto;align-items:center}.btn-action.svelte-11pe9lx{padding:9px 16px;font-size:13px;font-weight:600;border:none;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-block}.btn-sewa.svelte-11pe9lx{background:#0ea5e9;color:#fff}.btn-mancing.svelte-11pe9lx{background:#10b981;color:#fff}.btn-mudik.svelte-11pe9lx{background:#8b5cf6;color:#fff}.card.svelte-11pe9lx{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #0f172a0f;margin-bottom:14px}.auth-card.svelte-11pe9lx h2:where(.svelte-11pe9lx){font-size:18px;color:#0f172a;margin-bottom:8px}.auth-card.svelte-11pe9lx p:where(.svelte-11pe9lx){color:#64748b;margin-bottom:14px}.tabs.svelte-11pe9lx{display:flex;gap:6px;margin-bottom:14px;overflow-x:auto;padding-bottom:4px}.tab.svelte-11pe9lx{padding:9px 18px;font-size:14px;font-weight:600;border:2px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .2s}.tab.svelte-11pe9lx:hover{border-color:#94a3b8;color:#0f172a}.tab.active.svelte-11pe9lx{background:#0f172a;color:#fff;border-color:#0f172a}.filter-card.svelte-11pe9lx{z-index:30;border:1px solid #e2e8f0}.filter-toggle-row.svelte-11pe9lx{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.btn-toggle-filter.svelte-11pe9lx{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer}.btn-toggle-filter.svelte-11pe9lx:hover{background:#f8fafc}.filter-active-count.svelte-11pe9lx{font-size:12px;font-weight:700;color:#0369a1;background:#e0f2fe;padding:5px 10px;border-radius:999px}.filter-grid.svelte-11pe9lx{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.filter-field.svelte-11pe9lx{display:flex;flex-direction:column;gap:6px;min-width:0}.filter-field.svelte-11pe9lx label:where(.svelte-11pe9lx){font-size:12px;font-weight:700;color:#475569}.filter-apply-row.svelte-11pe9lx{margin-top:10px;display:flex;justify-content:flex-end}.filter-apply-btn.svelte-11pe9lx{border:none;background:#0ea5e9;color:#fff;border-radius:8px;min-height:34px;padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer}.filter-apply-btn.svelte-11pe9lx:hover{background:#0284c7}.filter-field.svelte-11pe9lx input:where(.svelte-11pe9lx),.filter-field.svelte-11pe9lx select:where(.svelte-11pe9lx){min-height:40px;border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:13px;background:#fff}.filter-search.svelte-11pe9lx{grid-column:span 2}.date-range-row.svelte-11pe9lx{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.quick-chips.svelte-11pe9lx{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.chip.svelte-11pe9lx{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;font-size:12px;font-weight:700;padding:6px 12px;cursor:pointer}.chip.svelte-11pe9lx:hover{border-color:#94a3b8;background:#f8fafc}.chip.reset.svelte-11pe9lx{background:#0f172a;color:#fff;border-color:#0f172a}.orders-header.svelte-11pe9lx{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.orders-header-actions.svelte-11pe9lx{display:inline-flex;align-items:center;gap:8px}.orders-sort-wrap.svelte-11pe9lx{position:relative}.orders-sort-menu.svelte-11pe9lx{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1px solid #dbe2ea;border-radius:10px;box-shadow:0 10px 24px #0f172a1f;padding:6px;z-index:20;display:grid;gap:4px}.orders-sort-menu.svelte-11pe9lx button:where(.svelte-11pe9lx){border:none;background:transparent;color:#0f172a;border-radius:8px;text-align:left;font-size:12px;font-weight:600;padding:8px 10px;cursor:pointer}.orders-sort-menu.svelte-11pe9lx button:where(.svelte-11pe9lx):hover{background:#f1f5f9}.orders-sort-menu.svelte-11pe9lx button.active:where(.svelte-11pe9lx){background:#e0f2fe;color:#0369a1}.btn-primary.svelte-11pe9lx,.btn-google.svelte-11pe9lx,.btn-refresh.svelte-11pe9lx{border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer}.btn-primary.svelte-11pe9lx{background:#0ea5e9;color:#fff;width:100%;margin-top:10px}.btn-primary.svelte-11pe9lx:disabled{opacity:.7;cursor:not-allowed}.btn-google.svelte-11pe9lx{background:#fff;border:1px solid #cbd5e1;width:100%}.btn-refresh.svelte-11pe9lx{background:#f1f5f9;color:#334155}.btn-filter-toggle.svelte-11pe9lx{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbe2ea;background:#fff;color:#334155;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.btn-filter-toggle.svelte-11pe9lx svg:where(.svelte-11pe9lx),.btn-icon-only.svelte-11pe9lx svg:where(.svelte-11pe9lx){width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-icon-only.svelte-11pe9lx{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #dbe2ea;border-radius:8px;background:#f8fafc}.btn-icon-only.svelte-11pe9lx .spin:where(.svelte-11pe9lx){animation:svelte-11pe9lx-spin 1s linear infinite}@keyframes svelte-11pe9lx-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:767px){.orders-header.svelte-11pe9lx{flex-wrap:wrap;gap:8px}.orders-header-actions.svelte-11pe9lx{margin-left:auto}.orders-sort-menu.svelte-11pe9lx{right:0;left:auto;min-width:200px}}.divider.svelte-11pe9lx{position:relative;margin:14px 0;text-align:center}.divider.svelte-11pe9lx:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.divider.svelte-11pe9lx span:where(.svelte-11pe9lx){position:relative;background:#fff;color:#94a3b8;font-size:12px;padding:0 8px;text-transform:uppercase}.field.svelte-11pe9lx{display:flex;flex-direction:column;gap:6px}.field.svelte-11pe9lx label:where(.svelte-11pe9lx){font-size:13px;font-weight:600;color:#475569}.field.svelte-11pe9lx input:where(.svelte-11pe9lx){border:2px solid #e2e8f0;border-radius:10px;min-height:44px;padding:10px 12px;font-size:14px;background:#f8fafc}.field.svelte-11pe9lx textarea:where(.svelte-11pe9lx){border:2px solid #e2e8f0;border-radius:10px;min-height:120px;padding:10px 12px;font-size:14px;background:#f8fafc;resize:vertical;font-family:inherit}.helper.svelte-11pe9lx{margin-top:10px;font-size:13px;color:#64748b}.helper.success.svelte-11pe9lx{color:#15803d}.helper.error.svelte-11pe9lx{color:#dc2626}.helper.trip-va-expired-hint.svelte-11pe9lx{margin-bottom:12px;padding:10px 12px;background:#fffbeb;border-radius:8px;color:#92400e}.refund-status-note.svelte-11pe9lx{margin-top:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;color:#334155;line-height:1.45}.helper.cancel-locked.svelte-11pe9lx{margin-top:16px;padding:12px 14px;background:#f1f5f9;border-radius:10px;color:#475569}.order-list.svelte-11pe9lx{display:grid;gap:10px}.orders-pagination.svelte-11pe9lx{margin-top:12px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.page-btn.svelte-11pe9lx{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;min-height:32px;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer}.page-btn.svelte-11pe9lx:disabled{opacity:.45;cursor:not-allowed}.page-info.svelte-11pe9lx{font-size:12px;color:#475569;font-weight:600}.order-item.svelte-11pe9lx{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc;cursor:pointer;transition:all .15s}.order-item.svelte-11pe9lx:hover{border-color:#94a3b8;background:#f1f5f9}.order-item.svelte-11pe9lx .top:where(.svelte-11pe9lx){display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;gap:8px;flex-wrap:wrap}.order-item.svelte-11pe9lx .top:where(.svelte-11pe9lx) strong:where(.svelte-11pe9lx) small:where(.svelte-11pe9lx){margin-left:6px;font-size:11px;font-weight:700;color:#1d4ed8}.top-badges.svelte-11pe9lx{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.service-badge.svelte-11pe9lx{font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.4px}.service-badge.rental.svelte-11pe9lx{background:#e0f2fe;color:#0369a1}.service-badge.fishing.svelte-11pe9lx{background:#ecfdf5;color:#065f46}.service-badge.mudik.svelte-11pe9lx{background:#ede9fe;color:#6d28d9}.service-badge.ticket.svelte-11pe9lx{background:#dbeafe;color:#1d4ed8}.status.svelte-11pe9lx{font-size:12px;border-radius:999px;padding:4px 10px;white-space:nowrap}.bg-sky.svelte-11pe9lx{background:#e0f2fe;color:#0369a1}.bg-blue.svelte-11pe9lx{background:#dbeafe;color:#1d4ed8}.bg-green.svelte-11pe9lx{background:#dcfce7;color:#166534}.bg-red.svelte-11pe9lx{background:#fee2e2;color:#991b1b}.order-vessel-preview.svelte-11pe9lx{display:flex;align-items:center;gap:10px;margin-bottom:6px}.order-vessel-thumb.svelte-11pe9lx{width:56px;height:56px;border-radius:10px;object-fit:cover;border:1px solid #dbe2ea;background:#f8fafc;flex:0 0 56px}.order-vessel-thumb-fallback.svelte-11pe9lx{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;font-size:22px}.order-vessel-copy.svelte-11pe9lx{min-width:0;flex:1}.order-item.svelte-11pe9lx .title:where(.svelte-11pe9lx){font-weight:600;color:#0f172a;margin-bottom:2px}.order-item.svelte-11pe9lx .route:where(.svelte-11pe9lx){color:#475569;font-size:14px;margin-bottom:6px}.order-item.svelte-11pe9lx .meta:where(.svelte-11pe9lx){display:flex;flex-wrap:wrap;gap:8px 16px;color:#64748b;font-size:13px}.order-item.svelte-11pe9lx .meta:where(.svelte-11pe9lx) .meta-time:where(.svelte-11pe9lx){font-size:14px;font-weight:700;color:#0f172a}.card-actions.svelte-11pe9lx{margin-top:10px;display:flex;flex-direction:column;gap:8px}.card-actions.svelte-11pe9lx:has(.vessel-review-action:where(.svelte-11pe9lx)){flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:8px}.card-actions.svelte-11pe9lx:has(.vessel-review-action:where(.svelte-11pe9lx)) .card-btn:where(.svelte-11pe9lx){flex:1;width:auto;min-width:0}.vessel-review-action.svelte-11pe9lx{margin-bottom:0}.field-label-text.svelte-11pe9lx{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.vessel-review-stars.svelte-11pe9lx{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.star-btn.svelte-11pe9lx{font-size:28px;line-height:1;border:none;background:transparent;cursor:pointer;color:#cbd5e1;padding:2px 6px;border-radius:6px}.star-btn.active.svelte-11pe9lx{color:#f59e0b}.star-btn.svelte-11pe9lx:disabled{opacity:.5;cursor:not-allowed}.card-btn.svelte-11pe9lx{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:12px;font-weight:700;padding:7px 10px;cursor:pointer;text-decoration:none;width:100%;text-align:center;justify-content:center}.card-btn.detail-full.svelte-11pe9lx{display:inline-flex;align-items:center;justify-content:center;gap:6px}.card-btn.detail-full.svelte-11pe9lx svg:where(.svelte-11pe9lx){width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card-btn.primary.svelte-11pe9lx{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.card-btn.open-trip.svelte-11pe9lx{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.card-btn.danger.svelte-11pe9lx{background:#fff1f2;border-color:#fecaca;color:#b91c1c}.card-btn.link.svelte-11pe9lx{background:#f8fafc;color:#334155}.card-btn.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.empty-state.svelte-11pe9lx{text-align:center;padding:28px 14px}.empty-state.svelte-11pe9lx p:where(.svelte-11pe9lx){color:#64748b;margin-bottom:16px}.empty-actions.svelte-11pe9lx{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.modal-wrap.svelte-11pe9lx{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1200}.modal-bg.svelte-11pe9lx{position:absolute;inset:0;background:#0206178c;border:none;padding:0;margin:0}.modal.svelte-11pe9lx{position:relative;width:100%;max-width:700px;background:#fff;border-radius:14px;box-shadow:0 12px 40px #02061740;padding:16px;max-height:85vh;overflow:auto}.modal-header.svelte-11pe9lx{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-header.no-title.svelte-11pe9lx{justify-content:flex-end}.modal-header.svelte-11pe9lx h3:where(.svelte-11pe9lx){font-size:18px;color:#0f172a}.btn-close.svelte-11pe9lx{border:none;background:#f1f5f9;color:#334155;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700}.detail-grid.svelte-11pe9lx{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail-grid.svelte-11pe9lx>div:where(.svelte-11pe9lx){background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px}.detail-grid.svelte-11pe9lx>div.full:where(.svelte-11pe9lx){grid-column:1 / -1}.detail-grid.svelte-11pe9lx>div:where(.svelte-11pe9lx) span:where(.svelte-11pe9lx){color:#64748b;font-size:12px}.detail-grid.svelte-11pe9lx>div:where(.svelte-11pe9lx) strong:where(.svelte-11pe9lx){color:#0f172a;font-size:14px;word-break:break-word}.eticket-card.svelte-11pe9lx{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0f172a0f;overflow:hidden;margin-bottom:16px}.et-header.svelte-11pe9lx{text-align:center;padding:20px 16px 14px;background:linear-gradient(135deg,#0c4a6e,#0284c7);color:#fff}.et-badge.svelte-11pe9lx{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;margin-bottom:8px}.et-badge.paid.svelte-11pe9lx{background:#059669;color:#fff}.et-badge.pending.svelte-11pe9lx{background:#f59e0b;color:#fff}.et-title.svelte-11pe9lx{font-size:18px;font-weight:800;margin-bottom:2px}.et-order.svelte-11pe9lx{font-size:12px;opacity:.8}.et-divider.svelte-11pe9lx{border-top:1px dashed #cbd5e1;margin:0 16px}.et-section.svelte-11pe9lx{padding:12px 16px}.et-section-title.svelte-11pe9lx{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:6px}.et-time-highlight.svelte-11pe9lx{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:10px}.et-time-box.svelte-11pe9lx{border:1px solid #bae6fd;background:#f0f9ff;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:3px}.et-time-box.svelte-11pe9lx span:where(.svelte-11pe9lx){font-size:11px;color:#0369a1;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.et-time-box.svelte-11pe9lx strong:where(.svelte-11pe9lx){font-size:15px;color:#0f172a;font-weight:800}.et-grid.svelte-11pe9lx{display:flex;flex-direction:column;gap:3px}.et-row.svelte-11pe9lx{display:flex;justify-content:space-between;gap:8px;font-size:13px;padding:2px 0}.et-row.svelte-11pe9lx span:where(.svelte-11pe9lx){color:#64748b}.et-row.svelte-11pe9lx strong:where(.svelte-11pe9lx){text-align:right;color:#1e293b;font-weight:600}.et-row.svelte-11pe9lx a:where(.svelte-11pe9lx){color:#0284c7;text-decoration:none}.et-row.full.svelte-11pe9lx{flex-direction:column;gap:2px}.et-row.full.svelte-11pe9lx strong:where(.svelte-11pe9lx){text-align:left}.et-total.svelte-11pe9lx{color:#059669!important;font-size:15px;font-weight:800!important}.et-status-paid.svelte-11pe9lx{color:#059669!important}.et-howto.svelte-11pe9lx{padding-left:18px;font-size:12px;line-height:1.7;color:#475569;margin:0}.et-howto.svelte-11pe9lx li:where(.svelte-11pe9lx){margin-bottom:2px}.et-howto.svelte-11pe9lx a:where(.svelte-11pe9lx){color:#0284c7;text-decoration:none}.et-opentrip-info.svelte-11pe9lx{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:12px;font-size:12px;color:#0c4a6e;line-height:1.6}.et-opentrip-info.svelte-11pe9lx p:where(.svelte-11pe9lx){margin:0}.et-notes.svelte-11pe9lx{font-size:13px;color:#475569;line-height:1.6}.btn-download-pdf.svelte-11pe9lx{margin-top:14px;width:100%;padding:12px;border:none;border-radius:10px;background:#0ea5e9;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.btn-download-pdf.svelte-11pe9lx:disabled{opacity:.65;cursor:not-allowed}.order-action-menu.svelte-11pe9lx{margin-top:14px;display:flex;flex-direction:column;gap:8px}.order-action-item.svelte-11pe9lx{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;text-align:left;cursor:pointer}.order-action-main.svelte-11pe9lx{display:inline-flex;align-items:flex-start;gap:10px;text-align:left}.order-action-icon.svelte-11pe9lx{width:18px;line-height:1.1;display:inline-flex;justify-content:center;margin-top:1px;filter:grayscale(1) saturate(0) brightness(.72)}.order-action-chevron.svelte-11pe9lx{margin-left:auto;font-size:16px;color:#6b7280}.order-action-item.svelte-11pe9lx:disabled{opacity:.5;cursor:not-allowed}.order-action-label.svelte-11pe9lx{font-weight:600;display:block}.order-action-subtitle.svelte-11pe9lx{display:block;margin-top:2px;color:#6b7280;font-size:12px;font-weight:500}.passenger-list-section.svelte-11pe9lx{margin-top:16px}.passenger-list-section.svelte-11pe9lx h3:where(.svelte-11pe9lx){font-size:14px;font-weight:700;color:#0f172a;margin-bottom:8px}.passenger-list.svelte-11pe9lx{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.passenger-list.svelte-11pe9lx li:where(.svelte-11pe9lx){display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 10px;background:#f8fafc;border-radius:8px;font-size:13px}.passenger-list.svelte-11pe9lx .pax-seq:where(.svelte-11pe9lx){color:#94a3b8;font-weight:600;min-width:22px}.passenger-list.svelte-11pe9lx .pax-name:where(.svelte-11pe9lx){font-weight:600;color:#0f172a}.passenger-list.svelte-11pe9lx .pax-cat:where(.svelte-11pe9lx){font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#dbeafe;color:#1e40af}.passenger-list.svelte-11pe9lx .pax-age:where(.svelte-11pe9lx){font-size:12px;color:#64748b}.passenger-list.svelte-11pe9lx .pax-nik:where(.svelte-11pe9lx){font-size:12px;color:#94a3b8;margin-left:auto}.passenger-list.svelte-11pe9lx li:where(.svelte-11pe9lx) a:where(.svelte-11pe9lx){margin-left:auto;color:#0284c7;font-weight:600;text-decoration:none}.passenger-list.svelte-11pe9lx li:where(.svelte-11pe9lx) a:where(.svelte-11pe9lx):hover{text-decoration:underline}.btn-cancel.svelte-11pe9lx{margin-top:14px;width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left}.btn-cancel.svelte-11pe9lx:before{content:"✖";font-size:13px;line-height:1;color:#9ca3af}.btn-cancel.svelte-11pe9lx:hover:not(:disabled){background:#f8fafc;box-shadow:0 2px 8px #0f172a14}.btn-cancel.svelte-11pe9lx:active:not(:disabled){transform:translateY(1px)}.btn-cancel.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.cancel-request-card.svelte-11pe9lx{margin-top:16px;padding:16px;border-radius:12px;background:#fffbeb;border:1.5px solid #f59e0b}.cancel-request-header.svelte-11pe9lx{display:flex;align-items:center;gap:8px;font-size:14px;color:#92400e;margin-bottom:8px}.cancel-request-icon.svelte-11pe9lx{font-size:18px}.cancel-request-reason.svelte-11pe9lx{font-size:13px;color:#78350f;margin:0 0 8px;padding:8px 12px;background:#fef3c7;border-radius:8px}.cancel-request-info.svelte-11pe9lx{font-size:13px;color:#92400e;margin:0 0 12px;line-height:1.5}.cancel-request-success.svelte-11pe9lx{font-size:13px;color:#065f46;font-weight:600;margin:0 0 10px}.cancel-request-actions.svelte-11pe9lx{display:flex;gap:8px}.btn-approve-cancel.svelte-11pe9lx,.btn-reject-cancel.svelte-11pe9lx{flex:1;padding:10px 12px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.btn-approve-cancel.svelte-11pe9lx:before{content:"✓";font-size:13px;line-height:1;color:#9ca3af}.btn-reject-cancel.svelte-11pe9lx:before{content:"✖";font-size:12px;line-height:1;color:#9ca3af}.btn-approve-cancel.svelte-11pe9lx{background:#059669;color:#fff}.btn-approve-cancel.svelte-11pe9lx:hover{background:#047857}.btn-reject-cancel.svelte-11pe9lx{background:#e5e7eb;color:#374151}.btn-reject-cancel.svelte-11pe9lx:hover{background:#d1d5db}.btn-approve-cancel.svelte-11pe9lx:disabled,.btn-reject-cancel.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.cancel-request-alert.svelte-11pe9lx{margin:6px 0 4px;padding:6px 10px;border-radius:8px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:600;border:1px solid #fcd34d}.btn-open-trip.svelte-11pe9lx{margin-top:10px;width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left}.btn-open-trip.svelte-11pe9lx:before{content:"↗";font-size:14px;line-height:1;color:#9ca3af}.btn-open-trip.svelte-11pe9lx:hover:not(:disabled){background:#f8fafc;box-shadow:0 2px 8px #0f172a14}.btn-open-trip.svelte-11pe9lx:active:not(:disabled){transform:translateY(1px)}.btn-open-trip.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.reschedule-modal.svelte-11pe9lx{max-width:520px}.reschedule-form.svelte-11pe9lx{display:flex;flex-direction:column;gap:10px}.reschedule-form.svelte-11pe9lx input[type=date]:where(.svelte-11pe9lx),.reschedule-form.svelte-11pe9lx input[type=time]:where(.svelte-11pe9lx),.reschedule-form.svelte-11pe9lx textarea:where(.svelte-11pe9lx){border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:14px;background:#fff;color:#0f172a}.reschedule-form.svelte-11pe9lx input[type=date]:where(.svelte-11pe9lx):focus,.reschedule-form.svelte-11pe9lx input[type=time]:where(.svelte-11pe9lx):focus,.reschedule-form.svelte-11pe9lx textarea:where(.svelte-11pe9lx):focus{outline:2px solid #bae6fd;border-color:#0284c7}.open-trip-modal.svelte-11pe9lx{max-width:560px}.open-trip-info.svelte-11pe9lx{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;margin-bottom:12px}.open-trip-info.svelte-11pe9lx p:where(.svelte-11pe9lx){margin:0 0 4px;font-size:13px;color:#334155}.open-trip-info.svelte-11pe9lx p:where(.svelte-11pe9lx):last-child{margin-bottom:0}.open-trip-description-field.svelte-11pe9lx{margin-top:10px}.open-trip-actions.svelte-11pe9lx{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.open-trip-submit.svelte-11pe9lx{background:#059669;border-color:#059669;color:#fff}.card-btn.ot-edit.svelte-11pe9lx{background:#fffbeb;border-color:#fbbf24;color:#92400e}.card-btn.ot-cancel.svelte-11pe9lx{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.ot-manage-card.svelte-11pe9lx{margin-top:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:14px 16px}.ot-manage-header.svelte-11pe9lx{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.ot-manage-badge.svelte-11pe9lx{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.ot-manage-badge.ot-active.svelte-11pe9lx{background:#dcfce7;color:#166534}.ot-manage-badge.ot-cancelled.svelte-11pe9lx{background:#fef2f2;color:#991b1b}.ot-manage-price.svelte-11pe9lx{font-size:14px;font-weight:700;color:#047857}.ot-manage-info.svelte-11pe9lx{font-size:12px;color:#475569;margin-bottom:10px}.ot-manage-actions.svelte-11pe9lx{display:flex;flex-wrap:wrap;gap:6px}.ot-manage-actions.svelte-11pe9lx .btn-open-trip:where(.svelte-11pe9lx){margin-top:0;padding:8px 14px;font-size:12px;width:auto;flex:1;min-width:0}.btn-ot-edit.svelte-11pe9lx{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fffbeb;color:#92400e;font-size:12px;font-weight:600;cursor:pointer;flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.btn-ot-edit.svelte-11pe9lx:before{content:"✎";font-size:12px;line-height:1;color:#9ca3af}.btn-ot-edit.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.btn-ot-cancel.svelte-11pe9lx{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:12px;font-weight:600;cursor:pointer;flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.btn-ot-cancel.svelte-11pe9lx:before{content:"✖";font-size:12px;line-height:1;color:#9ca3af}.btn-ot-cancel.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.ot-confirm-modal.svelte-11pe9lx .open-trip-info:where(.svelte-11pe9lx){background:#fef2f2;border-color:#fecaca}.ot-confirm-danger.svelte-11pe9lx{background:#dc2626;border-color:#dc2626;color:#fff}.mudik-detail-hero.svelte-11pe9lx{margin-bottom:18px;padding:16px 14px 18px;background:linear-gradient(180deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:14px;text-align:center}.voucher-qr-inline.svelte-11pe9lx{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.voucher-qr-img.svelte-11pe9lx{width:170px;height:170px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:8px}.voucher-qr-code.svelte-11pe9lx{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:700;color:#0f172a;letter-spacing:1.5px}.mudik-departure-highlight.svelte-11pe9lx{padding:14px 12px 12px;background:#fff;border-radius:12px;border:2px solid #0ea5e9;box-shadow:0 2px 12px #0ea5e91f}.mudik-departure-label.svelte-11pe9lx{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0369a1;margin-bottom:8px}.mudik-departure-value.svelte-11pe9lx{margin:0;font-size:clamp(1.2rem,4.2vw,1.65rem);font-weight:800;line-height:1.35;color:#0f172a;word-break:break-word}.ticket-voucher-hero.svelte-11pe9lx{margin-bottom:14px}.ticket-voucher-qr-row.svelte-11pe9lx{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.ticket-voucher-hero.svelte-11pe9lx .voucher-qr-inline:where(.svelte-11pe9lx) small:where(.svelte-11pe9lx){color:#1e3a8a;font-size:11px;font-weight:700}.ticket-time-hero.svelte-11pe9lx{margin-top:6px}.ticket-time-line.svelte-11pe9lx{margin-top:6px;font-size:15px;font-weight:800;color:#0f172a}.ticket-return-grid.svelte-11pe9lx{margin-top:10px}.bg-amber.svelte-11pe9lx{background:#fef3c7;color:#92400e}.et-status-pending.svelte-11pe9lx{color:#d97706!important;font-weight:700}.btn-pay-now.svelte-11pe9lx{margin-top:10px;width:100%;padding:12px;border:none;border-radius:10px;background:#059669;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.btn-pay-now.svelte-11pe9lx:disabled{opacity:.6;cursor:not-allowed}.btn-pay-now.svelte-11pe9lx:hover:not(:disabled){background:#047857}.tp-va-card.svelte-11pe9lx{background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px;padding:16px;margin-top:4px}.tp-va-amount-row.svelte-11pe9lx{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;color:#334155;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #bbf7d0}.tp-va-amount-row.svelte-11pe9lx strong:where(.svelte-11pe9lx){font-size:16px;color:#047857;font-weight:800}.tp-va-title.svelte-11pe9lx{font-size:13px;font-weight:700;color:#166534;margin-bottom:8px}.tp-va-row.svelte-11pe9lx{display:flex;align-items:center;gap:8px;background:#fff;padding:10px 14px;border-radius:8px;border:1px solid #d1fae5;margin-bottom:8px}.tp-va-number.svelte-11pe9lx{flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;font-weight:800;color:#0f172a;letter-spacing:1.5px}.tp-va-copy.svelte-11pe9lx{background:#059669;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}.tp-va-copy.svelte-11pe9lx:hover{background:#047857}.tp-va-expiry.svelte-11pe9lx{font-size:12px;color:#92400e;margin-bottom:8px}.tp-va-steps.svelte-11pe9lx{list-style:decimal;padding-left:18px;font-size:12px;color:#475569;line-height:1.7;margin:8px 0 0}.tp-va-hint.svelte-11pe9lx{font-size:11px;color:#64748b;margin:8px 0 0}.tp-methods.svelte-11pe9lx{display:flex;flex-direction:column;gap:6px;margin-top:6px;margin-bottom:10px}.tp-method-option.svelte-11pe9lx{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-size:14px;color:#0f172a;font-weight:500;transition:border-color .15s}.tp-method-option.selected.svelte-11pe9lx{border-color:#059669;background:#f0fdf4}.tp-method-option.svelte-11pe9lx input[type=radio]:where(.svelte-11pe9lx){accent-color:#059669}@media(max-width:768px){.dashboard-page.svelte-11pe9lx{padding:88px 0 38px}.header.svelte-11pe9lx{gap:8px}.header.svelte-11pe9lx h1:where(.svelte-11pe9lx){font-size:17px}.card.svelte-11pe9lx{padding:14px 12px;border-radius:12px}.filter-grid.svelte-11pe9lx{grid-template-columns:1fr}.filter-search.svelte-11pe9lx{grid-column:auto}.date-range-row.svelte-11pe9lx{grid-template-columns:1fr}.filter-toggle-row.svelte-11pe9lx{flex-wrap:wrap;margin-bottom:8px}.detail-grid.svelte-11pe9lx,.ticket-voucher-qr-row.svelte-11pe9lx{grid-template-columns:1fr}.tabs.svelte-11pe9lx{gap:4px}.tab.svelte-11pe9lx{padding:8px 14px;font-size:13px}}.notif-page.svelte-obp1nu{min-height:calc(100vh - 72px);background:#f8fafc;padding:96px 0 40px}.notif-wrap.svelte-obp1nu{max-width:920px}.notif-head.svelte-obp1nu{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px;flex-wrap:wrap}.notif-head.svelte-obp1nu h1:where(.svelte-obp1nu){margin:0 0 4px;font-size:28px;color:#0f172a}.notif-head.svelte-obp1nu p:where(.svelte-obp1nu){margin:0;color:#64748b}.btn-mark-all.svelte-obp1nu,.btn-login.svelte-obp1nu{border:none;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;cursor:pointer;background:#0f172a;color:#fff}.btn-mark-all.svelte-obp1nu:disabled{opacity:.55;cursor:not-allowed}.notif-card.svelte-obp1nu{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.notif-card.empty.svelte-obp1nu{text-align:center;color:#64748b}.notif-list.svelte-obp1nu{display:flex;flex-direction:column;gap:10px}.notif-item.svelte-obp1nu{text-align:left;width:100%;border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:12px 14px;cursor:pointer}.notif-item.unread.svelte-obp1nu{border-color:#86efac;background:#f0fdf4}.notif-title-row.svelte-obp1nu{display:flex;justify-content:space-between;gap:12px;align-items:center}.notif-title-row.svelte-obp1nu strong:where(.svelte-obp1nu){color:#0f172a;font-size:14px}.notif-title-row.svelte-obp1nu span:where(.svelte-obp1nu){color:#64748b;font-size:11px;white-space:nowrap}.notif-item.svelte-obp1nu p:where(.svelte-obp1nu){margin:6px 0 0;color:#475569;font-size:13px;line-height:1.45}.profile-page.svelte-1ukpeu1{min-height:100vh;background:#f8fafc;padding:110px 0 48px}.profile-wrap.svelte-1ukpeu1{display:grid;gap:16px}.header.svelte-1ukpeu1{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.header.svelte-1ukpeu1 h1:where(.svelte-1ukpeu1){color:#0f172a;font-size:28px;margin-bottom:6px}.header.svelte-1ukpeu1 p:where(.svelte-1ukpeu1){color:#64748b;max-width:720px}.btn-back.svelte-1ukpeu1{background:#e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:600;white-space:nowrap}.card.svelte-1ukpeu1{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:20px}.status-card.svelte-1ukpeu1{text-align:center;display:grid;gap:10px}.btn-google.svelte-1ukpeu1{border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:12px 16px;border-radius:12px;font-weight:600;cursor:pointer;width:min(300px,100%);margin:0 auto}.profile-card.svelte-1ukpeu1{display:grid;gap:18px}.photo-section.svelte-1ukpeu1{display:grid;justify-items:start;gap:8px}.avatar.svelte-1ukpeu1{width:96px;height:96px;border-radius:999px;object-fit:cover;border:2px solid #e2e8f0}.avatar.fallback.svelte-1ukpeu1{display:grid;place-items:center;background:#0ea5e9;color:#fff;font-size:36px;font-weight:700}.upload-btn.svelte-1ukpeu1{display:inline-flex;align-items:center;justify-content:center;background:#0ea5e9;color:#fff;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.photo-section.svelte-1ukpeu1 input[type=file]:where(.svelte-1ukpeu1){display:none}.photo-section.svelte-1ukpeu1 small:where(.svelte-1ukpeu1){color:#64748b;font-size:12px}.fields.svelte-1ukpeu1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field.svelte-1ukpeu1{display:grid;gap:6px}.field.full.svelte-1ukpeu1{grid-column:1 / -1}.field.svelte-1ukpeu1 label:where(.svelte-1ukpeu1){font-size:13px;color:#475569;font-weight:600}.field.svelte-1ukpeu1 input:where(.svelte-1ukpeu1),.field.svelte-1ukpeu1 select:where(.svelte-1ukpeu1),.field.svelte-1ukpeu1 textarea:where(.svelte-1ukpeu1){width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#f8fafc;color:#0f172a}.field.svelte-1ukpeu1 textarea:where(.svelte-1ukpeu1){resize:vertical}.field.read-only.svelte-1ukpeu1 input:where(.svelte-1ukpeu1){color:#475569;background:#f1f5f9}.actions.svelte-1ukpeu1{display:flex;justify-content:flex-end}.btn-save.svelte-1ukpeu1{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.btn-save.svelte-1ukpeu1:disabled{opacity:.65;cursor:not-allowed}.helper.svelte-1ukpeu1{font-size:14px}.helper.success.svelte-1ukpeu1{color:#166534}.helper.error.svelte-1ukpeu1{color:#b91c1c}@media(max-width:768px){.profile-page.svelte-1ukpeu1{padding-top:88px}.header.svelte-1ukpeu1{flex-direction:column}.fields.svelte-1ukpeu1{grid-template-columns:1fr}}.pin-page.svelte-p5do4c{min-height:100vh;background:#f8fafc;padding:110px 0 48px}.pin-wrap.svelte-p5do4c{display:grid;gap:16px}.header.svelte-p5do4c{display:flex;justify-content:space-between;gap:12px}.header.svelte-p5do4c h1:where(.svelte-p5do4c){font-size:28px;color:#0f172a;margin-bottom:6px}.header.svelte-p5do4c p:where(.svelte-p5do4c){color:#64748b;max-width:720px}.btn-back.svelte-p5do4c{background:#e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:600;white-space:nowrap}.card.svelte-p5do4c{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.status-card.svelte-p5do4c{text-align:center}.status.svelte-p5do4c{display:grid;gap:8px}.row.svelte-p5do4c{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.row.svelte-p5do4c span:where(.svelte-p5do4c){color:#64748b}.row.svelte-p5do4c strong:where(.svelte-p5do4c){color:#0f172a}.btn-google.svelte-p5do4c{border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:12px 16px;border-radius:12px;font-weight:600;cursor:pointer}.form-card.svelte-p5do4c h2:where(.svelte-p5do4c){color:#0f172a;margin-bottom:4px}.desc.svelte-p5do4c{color:#64748b;margin-bottom:14px}.form-grid.svelte-p5do4c{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field.svelte-p5do4c{display:grid;gap:6px}.field.svelte-p5do4c label:where(.svelte-p5do4c){font-size:13px;color:#475569;font-weight:600}.field.svelte-p5do4c input:where(.svelte-p5do4c){border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#f8fafc;color:#0f172a}.actions.svelte-p5do4c{display:flex;justify-content:flex-end;margin-top:14px}.btn-save.svelte-p5do4c{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.btn-save.svelte-p5do4c:disabled{opacity:.65;cursor:not-allowed}.btn-secondary.svelte-p5do4c{background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.btn-secondary.svelte-p5do4c:disabled{opacity:.65;cursor:not-allowed}.btn-text.svelte-p5do4c{background:none;border:none;color:#475569;font-size:14px;font-weight:600;cursor:pointer;text-decoration:underline}.forgot-pin.svelte-p5do4c{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.forgot-pin.svelte-p5do4c h3:where(.svelte-p5do4c){font-size:16px;color:#0f172a;margin-bottom:6px}.forgot-actions.svelte-p5do4c{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px}.reset-grid.svelte-p5do4c{margin-top:14px}.helper.svelte-p5do4c{font-size:14px}.helper.success.svelte-p5do4c{color:#166534}.helper.error.svelte-p5do4c{color:#b91c1c}@media(max-width:768px){.pin-page.svelte-p5do4c{padding-top:88px}.header.svelte-p5do4c{flex-direction:column}.form-grid.svelte-p5do4c{grid-template-columns:1fr}}.security-page.svelte-u9k7g5{min-height:100vh;background:#f8fafc;padding-top:100px;padding-bottom:42px}.security-wrap.svelte-u9k7g5{display:grid;gap:12px}.header.svelte-u9k7g5{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.header.svelte-u9k7g5 h1:where(.svelte-u9k7g5){margin:0;color:#0f172a;font-size:30px}.header.svelte-u9k7g5 p:where(.svelte-u9k7g5){margin:6px 0 0;color:#64748b}.btn-back.svelte-u9k7g5{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:10px;padding:8px 12px;font-weight:600}.summary-grid.svelte-u9k7g5{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.summary-card.svelte-u9k7g5{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;display:grid;gap:4px}.summary-card.svelte-u9k7g5 span:where(.svelte-u9k7g5){color:#64748b;font-size:12px}.summary-card.svelte-u9k7g5 strong:where(.svelte-u9k7g5){color:#0f172a;font-size:18px}.card.svelte-u9k7g5{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.card.svelte-u9k7g5 h3:where(.svelte-u9k7g5){margin:0 0 8px;color:#0f172a}.desc.svelte-u9k7g5{margin:0 0 10px;color:#64748b}.rows.svelte-u9k7g5{display:grid;gap:8px}.rows.svelte-u9k7g5>div:where(.svelte-u9k7g5){display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.rows.svelte-u9k7g5 span:where(.svelte-u9k7g5){color:#64748b}.rows.svelte-u9k7g5 strong:where(.svelte-u9k7g5){color:#0f172a}.ok.svelte-u9k7g5{color:#166534}.warn.svelte-u9k7g5{color:#854d0e}.neutral.svelte-u9k7g5{color:#334155}.actions.svelte-u9k7g5{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.btn-primary.svelte-u9k7g5,.btn-secondary.svelte-u9k7g5,.btn-danger.svelte-u9k7g5,.btn-google.svelte-u9k7g5{border:none;border-radius:10px;padding:9px 13px;font-weight:700;cursor:pointer}.btn-primary.svelte-u9k7g5{background:#0f172a;color:#fff}.btn-secondary.svelte-u9k7g5{background:#e2e8f0;color:#0f172a}.btn-danger.svelte-u9k7g5{background:#fee2e2;color:#991b1b}.btn-google.svelte-u9k7g5{background:#111827;color:#fff}.session-list.svelte-u9k7g5{display:grid;gap:8px}.session-item.svelte-u9k7g5{border:1px solid #e2e8f0;border-radius:10px;padding:10px}.session-main.svelte-u9k7g5{display:flex;align-items:center;justify-content:space-between;gap:8px}.session-meta.svelte-u9k7g5{margin-top:4px;color:#64748b;font-size:13px}.session-meta-id.svelte-u9k7g5{font-family:ui-monospace,monospace;font-size:12px}.muted-strong.svelte-u9k7g5{color:#475569!important}.session-actions.svelte-u9k7g5{margin-top:8px}.btn-session-revoke.svelte-u9k7g5{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:600;cursor:pointer}.btn-session-revoke.svelte-u9k7g5:disabled{opacity:.55;cursor:not-allowed}.badge.svelte-u9k7g5{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.badge.ok.svelte-u9k7g5{background:#dcfce7;color:#166534}.badge.info.svelte-u9k7g5{background:#dbeafe;color:#1d4ed8}.badge.neutral.svelte-u9k7g5{background:#e2e8f0;color:#334155}ul.svelte-u9k7g5{margin:0;padding-left:20px;color:#334155}li.svelte-u9k7g5{margin-bottom:6px}.helper.svelte-u9k7g5{margin:0;font-size:13px}.helper.error.svelte-u9k7g5{color:#b91c1c}.helper.success.svelte-u9k7g5{color:#166534}@media(max-width:960px){.summary-grid.svelte-u9k7g5{grid-template-columns:1fr 1fr}.header.svelte-u9k7g5{flex-direction:column}}@media(max-width:680px){.summary-grid.svelte-u9k7g5{grid-template-columns:1fr}.rows.svelte-u9k7g5>div:where(.svelte-u9k7g5){flex-direction:column;align-items:flex-start;gap:4px}}.page.svelte-3nmwbn{min-height:100vh;background:#f8fafc;padding-top:96px;padding-bottom:40px}.wrap.svelte-3nmwbn{display:grid;gap:14px}.header.svelte-3nmwbn{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.header.svelte-3nmwbn h1:where(.svelte-3nmwbn){margin:0;color:#0f172a;font-size:20px;font-weight:700;line-height:1.2}.header.svelte-3nmwbn p:where(.svelte-3nmwbn){margin:4px 0 0;color:#64748b;font-size:13px}.summary-grid.svelte-3nmwbn{display:grid;grid-template-columns:minmax(0,360px);gap:12px}.summary-card.svelte-3nmwbn{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;display:grid;gap:4px}.summary-card.svelte-3nmwbn span:where(.svelte-3nmwbn){color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.summary-card.svelte-3nmwbn strong:where(.svelte-3nmwbn){color:#0f172a;font-size:18px;font-weight:700;line-height:1.2}.summary-card.svelte-3nmwbn small:where(.svelte-3nmwbn){color:#94a3b8;font-size:12px}.summary-primary.svelte-3nmwbn{border-color:#1d4ed8;background:linear-gradient(145deg,#eff6ff,#fff)}.btn-primary.svelte-3nmwbn,.btn-secondary.svelte-3nmwbn,.btn-danger.svelte-3nmwbn,.btn-google.svelte-3nmwbn{border:none;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.btn-primary.svelte-3nmwbn{background:#0f172a;color:#fff}.btn-secondary.svelte-3nmwbn{background:#e2e8f0;color:#0f172a}.btn-danger.svelte-3nmwbn{background:#fee2e2;color:#991b1b}.btn-google.svelte-3nmwbn{background:#111827;color:#fff}.btn-text.svelte-3nmwbn{border:none;background:transparent;color:#1d4ed8;font-weight:600;cursor:pointer}.link-btn.svelte-3nmwbn{border:none;background:transparent;color:#1d4ed8;font-weight:700;cursor:pointer;padding:0}.alert-list.svelte-3nmwbn{display:grid;gap:8px}.alert.svelte-3nmwbn{border-radius:10px;padding:10px 12px;border:1px solid transparent;display:flex;justify-content:space-between;gap:8px}.alert.info.svelte-3nmwbn{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.alert.warn.svelte-3nmwbn{background:#fef9c3;border-color:#fde68a;color:#854d0e}.tabs-wrap.svelte-3nmwbn{overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs.svelte-3nmwbn{display:flex;gap:6px;flex-wrap:wrap}.tabs.svelte-3nmwbn button:where(.svelte-3nmwbn){border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:8px 14px;color:#334155;font-weight:600;cursor:pointer;white-space:nowrap}.tabs.svelte-3nmwbn button.active:where(.svelte-3nmwbn){background:#0f172a;border-color:#0f172a;color:#fff}.card.svelte-3nmwbn{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #0f172a0f}.section-head.svelte-3nmwbn{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.section-actions.svelte-3nmwbn{display:flex;align-items:center;gap:6px}.btn-icon.svelte-3nmwbn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #dbe2ea;border-radius:8px;background:#f8fafc;color:#64748b;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.btn-icon.svelte-3nmwbn svg:where(.svelte-3nmwbn){width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-icon.svelte-3nmwbn:hover{background:#f1f5f9;color:#334155}.btn-icon-active.svelte-3nmwbn{background:#0f172a;border-color:#0f172a;color:#fff}.btn-icon-active.svelte-3nmwbn:hover{background:#1e293b;color:#fff}.btn-icon.svelte-3nmwbn .spin:where(.svelte-3nmwbn){animation:svelte-3nmwbn-spin 1s linear infinite}@keyframes svelte-3nmwbn-spin{to{transform:rotate(360deg)}}.btn-sm.svelte-3nmwbn{padding:7px 12px;font-size:13px}.modal-wrap.svelte-3nmwbn{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1200}.modal-bg.svelte-3nmwbn{position:absolute;inset:0;background:#0206178c;border:none;padding:0;margin:0;cursor:pointer;width:100%;height:100%}.modal.svelte-3nmwbn{position:relative;width:100%;max-width:460px;background:#fff;border-radius:14px;box-shadow:0 12px 40px #02061740;padding:20px;max-height:90vh;overflow-y:auto}.modal-sm.svelte-3nmwbn{max-width:360px}.modal-header.svelte-3nmwbn{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.modal-header.svelte-3nmwbn h3:where(.svelte-3nmwbn){font-size:16px;font-weight:700;color:#0f172a;margin:0}.btn-close.svelte-3nmwbn{border:none;background:#f1f5f9;color:#334155;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.btn-close.svelte-3nmwbn:hover{background:#e2e8f0}.modal-actions.svelte-3nmwbn{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.modal-input.svelte-3nmwbn{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a;font-size:14px;box-sizing:border-box}.card.svelte-3nmwbn h3:where(.svelte-3nmwbn){font-size:16px;font-weight:700;color:#0f172a;margin:0 0 12px}.card.svelte-3nmwbn h4:where(.svelte-3nmwbn){font-size:14px;font-weight:700;color:#0f172a;margin:14px 0 8px}.filters.svelte-3nmwbn{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.filters.svelte-3nmwbn select:where(.svelte-3nmwbn),.form.svelte-3nmwbn select:where(.svelte-3nmwbn),.form.svelte-3nmwbn input:where(.svelte-3nmwbn),.form.svelte-3nmwbn textarea:where(.svelte-3nmwbn){width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a}.filters.svelte-3nmwbn select:where(.svelte-3nmwbn){width:auto;min-width:170px}.form.svelte-3nmwbn{display:grid;gap:10px;margin-top:10px}.form-field.svelte-3nmwbn{display:flex;flex-direction:column;gap:5px}.form-label.svelte-3nmwbn{font-size:12px;font-weight:700;color:#475569}.inline-actions.svelte-3nmwbn{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.mini-grid.svelte-3nmwbn{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mini-grid.svelte-3nmwbn>div:where(.svelte-3nmwbn){border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;display:grid;gap:4px;background:#f8fafc}.mini-grid.svelte-3nmwbn span:where(.svelte-3nmwbn){color:#64748b;font-size:12px}.mini-grid.svelte-3nmwbn strong:where(.svelte-3nmwbn){color:#0f172a;font-size:15px}.list.svelte-3nmwbn{display:grid;gap:8px}.list-item.svelte-3nmwbn{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;display:grid;gap:6px}.item-top.svelte-3nmwbn{display:flex;justify-content:space-between;align-items:center;gap:10px}.item-meta.svelte-3nmwbn{color:#64748b;font-size:12px}.item-row.svelte-3nmwbn{display:flex;justify-content:space-between;gap:8px;align-items:center}.badge.svelte-3nmwbn{border-radius:999px;background:#e2e8f0;color:#334155;padding:2px 8px;font-size:11px;font-weight:700}.badge.success.svelte-3nmwbn{background:#dcfce7;color:#166534}.positive.svelte-3nmwbn{color:#15803d;font-weight:700}.negative.svelte-3nmwbn{color:#b91c1c;font-weight:700}.muted.svelte-3nmwbn{color:#64748b}.checkbox-label.svelte-3nmwbn{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;cursor:pointer;color:#334155;font-size:14px;font-weight:600}.checkbox-label.svelte-3nmwbn input[type=checkbox]:where(.svelte-3nmwbn){width:16px;height:16px;accent-color:#1d4ed8;cursor:pointer;flex-shrink:0}.helper.svelte-3nmwbn{margin:0;font-size:13px}.helper.error.svelte-3nmwbn{color:#dc2626}.helper.success.svelte-3nmwbn{color:#15803d}@media(max-width:960px){.mini-grid.svelte-3nmwbn{grid-template-columns:1fr}.item-row.svelte-3nmwbn{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.tabs.svelte-3nmwbn{flex-wrap:nowrap}.tabs-wrap.svelte-3nmwbn{padding-bottom:2px}}.page.svelte-14lm01k{min-height:100vh;background:#f8fafc;padding:110px 0 48px}.wrap.svelte-14lm01k{display:grid;gap:14px}.header.svelte-14lm01k{display:flex;justify-content:space-between;gap:12px}.header-actions.svelte-14lm01k{display:flex;gap:8px;align-items:center}.header.svelte-14lm01k h1:where(.svelte-14lm01k){font-size:28px;color:#0f172a;margin-bottom:6px}.header.svelte-14lm01k p:where(.svelte-14lm01k){color:#64748b}.btn-help.svelte-14lm01k{background:#0ea5e9;color:#fff;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:600;white-space:nowrap}.btn-back.svelte-14lm01k{background:#e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:600;white-space:nowrap}.card.svelte-14lm01k{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.grid.svelte-14lm01k{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rows.svelte-14lm01k{display:grid;gap:8px}.rows.svelte-14lm01k>div:where(.svelte-14lm01k){display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #f1f5f9;padding-bottom:6px}.rows.svelte-14lm01k span:where(.svelte-14lm01k){color:#64748b}.ok.svelte-14lm01k{color:#166534}.form.svelte-14lm01k{display:grid;gap:8px}.dest-list.svelte-14lm01k{display:grid;gap:8px;margin-bottom:10px}.dest-item.svelte-14lm01k{display:flex;justify-content:space-between;gap:8px;padding:10px;border:1px solid #e2e8f0;border-radius:10px}.dest-actions.svelte-14lm01k{display:flex;gap:6px;align-items:center}input.svelte-14lm01k,select.svelte-14lm01k,textarea.svelte-14lm01k{border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#f8fafc;color:#0f172a}.btn.svelte-14lm01k,.btn-google.svelte-14lm01k,.btn-sm.svelte-14lm01k,.btn-sm-edit.svelte-14lm01k{border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;background:#0f172a;color:#fff}.btn-secondary.svelte-14lm01k{border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;background:#fff;color:#0f172a}.btn-sm.svelte-14lm01k{padding:6px 10px;font-size:12px;background:#b91c1c}.btn-sm-edit.svelte-14lm01k{padding:6px 10px;font-size:12px;background:#0ea5e9}.btn.svelte-14lm01k:disabled,.btn-sm.svelte-14lm01k:disabled{opacity:.6;cursor:not-allowed}.table.svelte-14lm01k{display:grid;gap:6px}.row.svelte-14lm01k{display:grid;grid-template-columns:2fr 1.4fr 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:10px}.badge.svelte-14lm01k{background:#e2e8f0;color:#0f172a;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600}.muted.svelte-14lm01k{color:#64748b;font-size:12px}.helper.svelte-14lm01k{font-size:14px}.helper.error.svelte-14lm01k{color:#b91c1c}.helper.ok.svelte-14lm01k{color:#166534}@media(max-width:1024px){.grid.svelte-14lm01k{grid-template-columns:1fr}}.page.svelte-2gjqhu{min-height:100vh;background:#f8fafc;padding:110px 0 48px}.wrap.svelte-2gjqhu{display:grid;gap:14px}.header.svelte-2gjqhu{display:flex;justify-content:space-between;gap:12px}.header.svelte-2gjqhu h1:where(.svelte-2gjqhu){font-size:28px;color:#0f172a;margin-bottom:6px}.header.svelte-2gjqhu p:where(.svelte-2gjqhu){color:#64748b}.btn-back.svelte-2gjqhu{background:#e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:600;white-space:nowrap}.card.svelte-2gjqhu{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.card.svelte-2gjqhu h2:where(.svelte-2gjqhu){color:#0f172a;margin-bottom:6px}.muted.svelte-2gjqhu{color:#64748b}.email.svelte-2gjqhu{display:inline-block;margin-top:8px;color:#0ea5e9;font-weight:700;font-size:18px}@media(max-width:768px){.header.svelte-2gjqhu{flex-direction:column}}.passengers-page.svelte-ee593v{background:#f8fafc;min-height:calc(100vh - 72px);padding:104px 0 56px}.passengers-wrap.svelte-ee593v{max-width:980px}.header.svelte-ee593v{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.header.svelte-ee593v h1:where(.svelte-ee593v){font-size:28px;color:#0f172a;margin-bottom:4px}.header.svelte-ee593v p:where(.svelte-ee593v){color:#64748b}.header-actions.svelte-ee593v{display:flex;gap:8px;flex-wrap:wrap}.card.svelte-ee593v{background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a0d;padding:16px;margin-bottom:12px}.controls-grid.svelte-ee593v{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.field.svelte-ee593v{display:flex;flex-direction:column;gap:6px;min-width:0}.field.svelte-ee593v label:where(.svelte-ee593v){font-size:12px;font-weight:700;color:#475569}.field.svelte-ee593v input:where(.svelte-ee593v),.field.svelte-ee593v select:where(.svelte-ee593v),.field.svelte-ee593v textarea:where(.svelte-ee593v){min-height:40px;border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:14px;background:#fff}.field.svelte-ee593v textarea:where(.svelte-ee593v){min-height:84px;resize:vertical}.field.svelte-ee593v small:where(.svelte-ee593v){color:#64748b;font-size:12px}.full.svelte-ee593v{grid-column:1 / -1}.btn-primary.svelte-ee593v,.btn-secondary.svelte-ee593v,.btn-chip.svelte-ee593v{border:none;border-radius:10px;font-size:14px;font-weight:700;padding:10px 14px;cursor:pointer}.btn-primary.svelte-ee593v{background:#0ea5e9;color:#fff}.btn-primary.svelte-ee593v:disabled{opacity:.65;cursor:not-allowed}.btn-secondary.svelte-ee593v{background:#f1f5f9;color:#334155}.btn-chip.svelte-ee593v{background:#f1f5f9;color:#0f172a;padding:8px 10px;font-size:12px;border:1px solid #cbd5e1}.btn-chip.danger.svelte-ee593v{background:#fff1f2;border-color:#fecaca;color:#b91c1c}.notice.svelte-ee593v{font-size:14px;font-weight:600}.notice.success.svelte-ee593v{color:#166534;background:#dcfce7;border-color:#bbf7d0}.notice.error.svelte-ee593v{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.helper.svelte-ee593v{color:#64748b;font-size:14px}.helper.error.svelte-ee593v{color:#dc2626}.empty-state.svelte-ee593v{text-align:center;padding:28px 14px}.empty-state.svelte-ee593v h3:where(.svelte-ee593v){font-size:22px;color:#0f172a;margin-bottom:8px}.empty-state.svelte-ee593v p:where(.svelte-ee593v){color:#64748b;margin-bottom:14px}.passenger-list.svelte-ee593v{display:grid;gap:10px}.passenger-card.svelte-ee593v .card-head:where(.svelte-ee593v){display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}.passenger-card.svelte-ee593v h3:where(.svelte-ee593v){font-size:18px;color:#0f172a;margin-bottom:6px}.labels.svelte-ee593v{display:flex;gap:6px;flex-wrap:wrap}.badge.svelte-ee593v{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:4px 10px}.badge-type.svelte-ee593v{background:#dbeafe;color:#1d4ed8}.badge-primary.svelte-ee593v{background:#ede9fe;color:#6d28d9}.status-complete.svelte-ee593v{background:#dcfce7;color:#166534}.status-incomplete.svelte-ee593v{background:#fef3c7;color:#92400e}.actions.svelte-ee593v{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.meta-grid.svelte-ee593v{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.meta-grid.svelte-ee593v>div:where(.svelte-ee593v){border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#f8fafc;display:flex;flex-direction:column;gap:4px}.meta-grid.svelte-ee593v span:where(.svelte-ee593v){color:#64748b;font-size:12px}.meta-grid.svelte-ee593v strong:where(.svelte-ee593v){color:#0f172a;font-size:14px}.auth-card.svelte-ee593v h2:where(.svelte-ee593v){font-size:19px;color:#0f172a;margin-bottom:8px}.auth-card.svelte-ee593v p:where(.svelte-ee593v){color:#64748b;margin-bottom:12px}.modal-wrap.svelte-ee593v{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1200}.modal-bg.svelte-ee593v{position:absolute;inset:0;border:none;background:#02061794}.modal.svelte-ee593v{position:relative;width:min(760px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:16px;box-shadow:0 12px 40px #02061740}.modal-header.svelte-ee593v{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.modal-header.svelte-ee593v h3:where(.svelte-ee593v){color:#0f172a;font-size:20px}.btn-close.svelte-ee593v{width:30px;height:30px;border:none;border-radius:8px;background:#f1f5f9;color:#334155;cursor:pointer;font-weight:700}.section-title.svelte-ee593v{margin:12px 0 8px;font-size:13px;font-weight:800;color:#0369a1;text-transform:uppercase;letter-spacing:.05em}.form-grid.svelte-ee593v{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkbox-row.svelte-ee593v{margin-top:10px;display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-weight:600}.modal-actions.svelte-ee593v{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width:860px){.passengers-page.svelte-ee593v{padding:88px 0 36px}.header.svelte-ee593v h1:where(.svelte-ee593v){font-size:24px}.controls-grid.svelte-ee593v,.meta-grid.svelte-ee593v,.form-grid.svelte-ee593v,.modal-actions.svelte-ee593v{grid-template-columns:1fr}.passenger-card.svelte-ee593v .card-head:where(.svelte-ee593v){flex-direction:column}.actions.svelte-ee593v{justify-content:flex-start}}.reviews-page.svelte-ji65ip{min-height:100vh;background:#f8fafc;padding:94px 0 64px}.container.svelte-ji65ip{max-width:1200px;margin:0 auto;padding:0 20px}.reviews-header.svelte-ji65ip{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:22px}.reviews-header.svelte-ji65ip h1:where(.svelte-ji65ip){margin:0 0 6px;font-size:clamp(30px,4vw,44px);color:#0f172a;line-height:1.1;font-weight:800}.reviews-header.svelte-ji65ip p:where(.svelte-ji65ip){margin:0;color:#64748b;font-size:15px}.reviews-back.svelte-ji65ip{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px;border:1px solid #cbd5e1;color:#334155;font-size:13px;font-weight:700;padding:9px 12px;white-space:nowrap}.reviews-back.svelte-ji65ip:hover{color:#0f172a;border-color:#94a3b8}.reviews-grid.svelte-ji65ip{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:14px}@media(min-width:768px){.reviews-grid.svelte-ji65ip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.reviews-grid.svelte-ji65ip{grid-template-columns:repeat(4,minmax(0,1fr))}}.review-card.svelte-ji65ip{padding:20px 18px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 8px 24px #0f172a0d}.review-text.svelte-ji65ip{margin:0 0 12px;color:#1e293b;font-size:14px;line-height:1.7}.review-author.svelte-ji65ip strong:where(.svelte-ji65ip){display:block;color:#0f172a;font-size:14px;line-height:1.25}.review-author.svelte-ji65ip span:where(.svelte-ji65ip){display:block;color:#64748b;font-size:12px;margin-top:2px}.review-skel.svelte-ji65ip{pointer-events:none}.reviews-state.svelte-ji65ip{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;text-align:center;padding:30px 18px;color:#64748b}.reviews-btn.svelte-ji65ip{margin-top:12px;border:none;border-radius:10px;padding:10px 14px;background:#0f766e;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.reviews-pagination.svelte-ji65ip{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:12px}.reviews-pagination.svelte-ji65ip button:where(.svelte-ji65ip){border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer}.reviews-pagination.svelte-ji65ip button:where(.svelte-ji65ip):disabled{opacity:.5;cursor:not-allowed}.reviews-pagination.svelte-ji65ip span:where(.svelte-ji65ip){color:#475569;font-size:13px;font-weight:600}@media(max-width:860px){.reviews-header.svelte-ji65ip{flex-direction:column;align-items:flex-start}}.navbar.svelte-d8j1hi{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffc7;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,height .25s ease}.navbar.scrolled.svelte-d8j1hi{background:#fffffff0;border-bottom-color:#0f172a14;box-shadow:0 8px 24px #0f172a0f}.navbar.menu-open.svelte-d8j1hi{background:#0f172a;border-bottom-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.navbar-content.svelte-d8j1hi{display:flex;align-items:center;justify-content:space-between;height:72px;transition:height .25s ease}.navbar.scrolled.svelte-d8j1hi .navbar-content:where(.svelte-d8j1hi){height:64px}.logo.svelte-d8j1hi{display:flex;align-items:center;z-index:1001}.logo-img.svelte-d8j1hi{height:56px;width:auto;transition:height .25s ease,transform .25s ease}.navbar.scrolled.svelte-d8j1hi .logo-img:where(.svelte-d8j1hi){height:44px}.logo.svelte-d8j1hi:hover .logo-img:where(.svelte-d8j1hi){transform:scale(1.04)}.logo-img.hidden.svelte-d8j1hi{display:none}.nav-right.svelte-d8j1hi{display:flex;align-items:center;gap:12px;z-index:1001}.menu-toggle.svelte-d8j1hi{display:flex;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px}.menu-line.svelte-d8j1hi{display:block;width:24px;height:2px;background:#0f172a;border-radius:2px;transition:all .3s ease}.menu-open.svelte-d8j1hi .menu-line:where(.svelte-d8j1hi){background:#fff}.menu-open.svelte-d8j1hi .menu-line:where(.svelte-d8j1hi):first-child{transform:translateY(4px) rotate(45deg)}.menu-open.svelte-d8j1hi .menu-line:where(.svelte-d8j1hi):last-child{transform:translateY(-4px) rotate(-45deg)}.nav-desktop.svelte-d8j1hi{display:none;align-items:center;gap:6px}.nav-link.svelte-d8j1hi{position:relative;padding:8px 14px;font-size:14.5px;font-weight:500;color:#475569;border-radius:999px;transition:color .2s ease,background .2s ease}.nav-link.svelte-d8j1hi:after{content:"";position:absolute;left:50%;bottom:4px;width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,#0ea5e9,#38bdf8);transform:translate(-50%);transition:width .25s ease}.nav-link.svelte-d8j1hi:hover{color:#0f172a;background:#f1f5f9b3}.nav-link.svelte-d8j1hi:hover:after{width:24px}.nav-link.active.svelte-d8j1hi{color:#0f172a}.nav-link.active.svelte-d8j1hi:after{width:28px}.auth-btn.svelte-d8j1hi{border:none;border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.login-btn.svelte-d8j1hi{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);box-shadow:0 4px 14px #0ea5e959}.login-btn.svelte-d8j1hi:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0ea5e973;filter:saturate(1.08)}.login-btn.svelte-d8j1hi:active{transform:translateY(0)}.account-dropdown.svelte-d8j1hi,.notif-dropdown.svelte-d8j1hi{position:relative}.notif-trigger.svelte-d8j1hi{position:relative;width:38px;height:38px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;display:grid;place-items:center;cursor:pointer}.notif-trigger.svelte-d8j1hi:hover{background:#f8fafc}.notif-trigger.svelte-d8j1hi svg:where(.svelte-d8j1hi){width:18px;height:18px}.notif-badge.svelte-d8j1hi{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;font-size:10px;font-weight:700;display:grid;place-items:center;padding:0 4px}.notif-menu.svelte-d8j1hi{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-height:420px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 24px #0f172a1f;display:flex;flex-direction:column;overflow:hidden;z-index:1200}.notif-menu-head.svelte-d8j1hi{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid #f1f5f9}.notif-menu-head.svelte-d8j1hi strong:where(.svelte-d8j1hi){color:#0f172a;font-size:14px}.notif-menu-head.svelte-d8j1hi button:where(.svelte-d8j1hi){border:none;background:#f1f5f9;color:#0f172a;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:700;cursor:pointer}.notif-menu-head.svelte-d8j1hi button:where(.svelte-d8j1hi):disabled{opacity:.5;cursor:not-allowed}.notif-menu-list.svelte-d8j1hi{overflow:auto;padding:8px;display:grid;gap:6px}.notif-menu-empty.svelte-d8j1hi{padding:18px 12px;text-align:center;color:#64748b;font-size:13px}.notif-item.svelte-d8j1hi{width:100%;text-align:left;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px;cursor:pointer}.notif-item.unread.svelte-d8j1hi{background:#f0fdf4;border-color:#86efac}.notif-item-row.svelte-d8j1hi{display:flex;align-items:center;justify-content:space-between;gap:8px}.notif-item-row.svelte-d8j1hi strong:where(.svelte-d8j1hi){font-size:13px;color:#0f172a}.notif-item-row.svelte-d8j1hi span:where(.svelte-d8j1hi){font-size:10px;color:#64748b;white-space:nowrap}.notif-item.svelte-d8j1hi p:where(.svelte-d8j1hi){margin:6px 0 0;font-size:12px;line-height:1.45;color:#475569}.notif-see-all.svelte-d8j1hi{border-top:1px solid #f1f5f9;padding:10px 12px;text-align:center;font-size:12px;font-weight:700;color:#059669}.notif-see-all.svelte-d8j1hi:hover{background:#f8fafc}.account-trigger.svelte-d8j1hi{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:999px;padding:6px 10px 6px 6px;cursor:pointer}.account-trigger-name.svelte-d8j1hi{font-size:13px;font-weight:600;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.caret.svelte-d8j1hi{color:#64748b;font-size:12px}.avatar.svelte-d8j1hi{width:30px;height:30px;border-radius:999px;object-fit:cover;border:1px solid #cbd5e1}.avatar-fallback.svelte-d8j1hi{display:grid;place-items:center;background:#0ea5e9;color:#fff;font-size:12px;font-weight:700}.avatar-lg.svelte-d8j1hi{width:52px;height:52px;font-size:20px}.account-menu.svelte-d8j1hi{position:absolute;top:calc(100% + 8px);right:0;width:230px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 24px #0f172a1f;padding:8px;display:grid;gap:4px;z-index:1200}.account-menu-header.svelte-d8j1hi{border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;padding:10px;display:grid;justify-items:center;text-align:center;gap:4px;margin-bottom:2px}.account-menu-header.svelte-d8j1hi strong:where(.svelte-d8j1hi){color:#0f172a;font-size:14px}.account-menu-header.svelte-d8j1hi small:where(.svelte-d8j1hi){color:#64748b;font-size:12px}.account-menu-item.svelte-d8j1hi{width:100%;text-align:left;border:none;background:transparent;color:#0f172a;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;cursor:pointer}.account-menu-item.svelte-d8j1hi:hover{background:#f1f5f9}.logout-item.svelte-d8j1hi{color:#b91c1c}.nav-mobile.svelte-d8j1hi{position:fixed;inset:56px 0 0;background:#0f172a;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:999}.nav-mobile.open.svelte-d8j1hi{opacity:1;visibility:visible}.mobile-scroll.svelte-d8j1hi{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 20px 32px;display:flex;flex-direction:column;gap:0}.mobile-user-card.svelte-d8j1hi{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0d;display:flex;align-items:center;gap:12px;margin-bottom:16px}.mobile-user-meta.svelte-d8j1hi{display:grid;gap:2px;min-width:0}.mobile-user-meta.svelte-d8j1hi strong:where(.svelte-d8j1hi){color:#fff;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-user-meta.svelte-d8j1hi small:where(.svelte-d8j1hi){color:#94a3b8;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-section.svelte-d8j1hi{display:flex;flex-direction:column;gap:2px}.mobile-section-label.svelte-d8j1hi{padding:6px 14px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#475569}.mobile-divider.svelte-d8j1hi{height:1px;background:#ffffff14;margin:10px 0}.mobile-link.svelte-d8j1hi{display:flex;align-items:center;gap:8px;padding:12px 14px;font-size:16px;font-weight:600;color:#cbd5e1;border-radius:10px;border:none;background:transparent;cursor:pointer;transition:background .15s ease,color .15s ease;text-decoration:none;width:100%;text-align:left}.mobile-link.svelte-d8j1hi:hover,.mobile-link.svelte-d8j1hi:active{color:#fff;background:#ffffff14}.mobile-link.active.svelte-d8j1hi{color:#fff;background:#ffffff1f}.mobile-logout.svelte-d8j1hi{color:#f87171}.mobile-logout.svelte-d8j1hi:hover,.mobile-logout.svelte-d8j1hi:active{color:#fca5a5;background:#f871711a}.mobile-login-cta.svelte-d8j1hi{color:#fff;background:#0ea5e9;justify-content:center;border-radius:10px;font-size:15px;padding:14px}.mobile-login-cta.svelte-d8j1hi:hover,.mobile-login-cta.svelte-d8j1hi:active{background:#0284c7}.mobile-notif-badge.svelte-d8j1hi{min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;margin-left:auto}.nav-search-bar.svelte-d8j1hi{flex:1 1 auto;min-width:0;max-width:480px;margin:0 16px;display:inline-flex;align-items:center;gap:10px;padding:8px 8px 8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:13.5px;font-weight:500;color:#475569;cursor:pointer;text-align:left;box-shadow:0 2px 8px #0f172a0f;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;animation:svelte-d8j1hi-navSearchIn .25s cubic-bezier(.22,1,.36,1)}.nav-search-bar.svelte-d8j1hi:hover{box-shadow:0 8px 24px #0f172a1f;border-color:#cbd5e1}.nav-search-bar.svelte-d8j1hi:active{transform:translateY(1px)}.nav-search-bar.svelte-d8j1hi svg:where(.svelte-d8j1hi){width:16px;height:16px;color:#0ea5e9;flex-shrink:0}.nav-search-text.svelte-d8j1hi{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b}.nav-search-cta.svelte-d8j1hi{flex:0 0 auto;padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.02em;box-shadow:0 4px 10px #0ea5e952}@keyframes svelte-d8j1hi-navSearchIn{0%{opacity:0;transform:translateY(-4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:767px){.nav-search-bar.svelte-d8j1hi{flex:0 0 auto;margin:0 0 0 auto;padding:0;width:40px;height:40px;justify-content:center;border-radius:999px}.nav-search-bar.svelte-d8j1hi svg:where(.svelte-d8j1hi){width:18px;height:18px}.nav-search-text.svelte-d8j1hi,.nav-search-cta.svelte-d8j1hi{display:none}}.lang-btn.svelte-d8j1hi{padding:7px 12px;font-size:12px;font-weight:700;letter-spacing:.04em;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;margin-left:6px}.lang-btn.svelte-d8j1hi:hover{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}.mobile-lang-seg.svelte-d8j1hi{display:inline-flex;margin:6px 14px 0;padding:4px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px}.mobile-lang-opt.svelte-d8j1hi{appearance:none;background:transparent;border:none;color:#94a3b8;padding:8px 18px;font-size:13px;font-weight:600;border-radius:999px;cursor:pointer;transition:background .18s ease,color .18s ease}.mobile-lang-opt.svelte-d8j1hi:hover{color:#e2e8f0}.mobile-lang-opt.active.svelte-d8j1hi{background:#0ea5e9;color:#fff;box-shadow:0 4px 10px #0ea5e959}@media(min-width:768px){.nav-right.svelte-d8j1hi{display:none}.nav-desktop.svelte-d8j1hi{display:flex}.nav-mobile.svelte-d8j1hi{display:none}}@media(max-width:767px){.navbar-content.svelte-d8j1hi{height:56px}.logo-img.svelte-d8j1hi{height:40px}.navbar.scrolled.svelte-d8j1hi .navbar-content:where(.svelte-d8j1hi){height:56px}.navbar.scrolled.svelte-d8j1hi .logo-img:where(.svelte-d8j1hi){height:40px}.nav-right.svelte-d8j1hi{gap:8px}.menu-toggle.svelte-d8j1hi{width:34px;height:34px;padding:6px;gap:5px}.menu-line.svelte-d8j1hi{width:20px}}.footer.svelte-1sr6y3t{background:var(--color-gray-900);color:var(--color-gray-300);padding:var(--spacing-16) 0 var(--spacing-8)}.footer-grid.svelte-1sr6y3t{display:grid;grid-template-columns:1fr;gap:var(--spacing-10);margin-bottom:var(--spacing-12)}@media(min-width:640px){.footer-grid.svelte-1sr6y3t{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid.svelte-1sr6y3t{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand.svelte-1sr6y3t{max-width:300px}.footer-logo.svelte-1sr6y3t{display:flex;align-items:center;margin-bottom:var(--spacing-4)}.logo-img.svelte-1sr6y3t{height:72px;width:auto}.footer-desc.svelte-1sr6y3t{font-size:var(--font-size-sm);line-height:1.7;margin-bottom:var(--spacing-6)}.social-links.svelte-1sr6y3t{display:flex;gap:var(--spacing-3)}.social-link.svelte-1sr6y3t{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-full);background:var(--color-gray-800);color:var(--color-gray-400);transition:all var(--transition-fast)}.social-link.svelte-1sr6y3t:hover{background:var(--color-primary);color:var(--color-white)}.social-link.svelte-1sr6y3t svg:where(.svelte-1sr6y3t){width:20px;height:20px}.footer-links-group.svelte-1sr6y3t h4:where(.svelte-1sr6y3t){font-size:var(--font-size-base);font-weight:600;color:var(--color-white);margin-bottom:var(--spacing-4)}.footer-links-group.svelte-1sr6y3t ul:where(.svelte-1sr6y3t){display:flex;flex-direction:column;gap:var(--spacing-3)}.footer-links-group.svelte-1sr6y3t a:where(.svelte-1sr6y3t){font-size:var(--font-size-sm);color:var(--color-gray-400);transition:color var(--transition-fast)}.footer-links-group.svelte-1sr6y3t a:where(.svelte-1sr6y3t):hover{color:var(--color-primary-light)}.footer-bottom.svelte-1sr6y3t{padding-top:var(--spacing-8);border-top:1px solid var(--color-gray-800);text-align:center}.footer-bottom.svelte-1sr6y3t p:where(.svelte-1sr6y3t){font-size:var(--font-size-sm);color:var(--color-gray-500)}.disclaimer.svelte-1sr6y3t{margin-top:var(--spacing-2);font-size:var(--font-size-xs)!important}.overlay.svelte-1a38t8q{position:fixed;inset:0;background:#0f172a8c;z-index:2200;display:grid;place-items:center;padding:18px}.modal.svelte-1a38t8q{width:min(460px,100%);background:#fff;border-radius:16px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a33}.modal.svelte-1a38t8q h3:where(.svelte-1a38t8q){color:#0f172a;margin-bottom:8px;font-size:22px}.modal.svelte-1a38t8q p:where(.svelte-1a38t8q){color:#475569;margin-bottom:16px;line-height:1.55}.actions.svelte-1a38t8q{display:flex;justify-content:flex-end;gap:10px}.btn-later.svelte-1a38t8q,.btn-now.svelte-1a38t8q{border:none;border-radius:10px;padding:9px 14px;font-weight:600;cursor:pointer}.btn-later.svelte-1a38t8q{background:#e2e8f0;color:#0f172a}.btn-now.svelte-1a38t8q{background:#0f172a;color:#fff}.mobile-bottom-nav.svelte-1ya5jgu{display:none;position:fixed;left:1.5rem;right:1.5rem;bottom:12px;z-index:1001;pointer-events:none}body.mobile-menu-open .mobile-bottom-nav.svelte-1ya5jgu{opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none}.mbn-inner.svelte-1ya5jgu{pointer-events:auto;display:flex;justify-content:space-around;align-items:center;background:#fff;border-radius:9999px;padding:4px 8px;box-shadow:0 6px 20px #0000001f;border:1px solid #d5d4d4}.mbn-item.svelte-1ya5jgu{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px;background:transparent;border:none;color:#000;cursor:pointer;font-family:var(--font-family, "Poppins", sans-serif);font-size:11px;font-weight:500;border-radius:9999px;transition:background .2s ease}.mbn-item.svelte-1ya5jgu:active,.mbn-item.active.svelte-1ya5jgu{background:var(--color-gray-100, #f1f5f9)}.mbn-icon.svelte-1ya5jgu{display:inline-flex;align-items:center;justify-content:center}.mbn-icon.svelte-1ya5jgu svg{width:18px;height:18px}.mbn-label.svelte-1ya5jgu{line-height:1;white-space:nowrap}@media(max-width:767px){.mobile-bottom-nav.svelte-1ya5jgu{display:block}}.app.svelte-1n46o8q{display:flex;flex-direction:column;min-height:100vh}main.svelte-1n46o8q{flex:1}@media(max-width:767px){main.svelte-1n46o8q{padding-bottom:88px}}.scroll-top-btn.svelte-1n46o8q{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0ea5e966;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:999}.scroll-top-btn.visible.svelte-1n46o8q{opacity:1;visibility:visible;transform:translateY(0)}body.mobile-menu-open .scroll-top-btn.svelte-1n46o8q{opacity:0!important;visibility:hidden!important;pointer-events:none;transform:translateY(20px)!important}.scroll-top-btn.svelte-1n46o8q:hover{background:var(--color-primary-dark);transform:translateY(-3px);box-shadow:0 6px 16px #0ea5e980}.scroll-top-btn.svelte-1n46o8q:active{transform:translateY(0)}.scroll-top-btn.svelte-1n46o8q svg:where(.svelte-1n46o8q){width:24px;height:24px}@media(max-width:768px){.scroll-top-btn.svelte-1n46o8q{bottom:88px;right:20px;width:44px;height:44px}.scroll-top-btn.svelte-1n46o8q svg:where(.svelte-1n46o8q){width:20px;height:20px}}
