.cc-main-card{width:100%;background:#f8fafcf5;border-radius:22px;padding:1.7rem 1.7rem 1.4rem;box-shadow:0 22px 45px #0f172a54;position:relative;z-index:1;box-sizing:border-box}.cc-main-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cc-main-title{margin:0;font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:#1f2937}.cc-main-subtitle{margin:0;margin-top:.2rem;font-size:13px;color:#64748b}.cc-badge{font-size:11px;border-radius:999px;padding:4px 8px;background:#e0f2fe;color:#1d4ed8;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cc-main-error{margin-top:8px;font-size:12px;text-align:center;color:#b91c1c;font-weight:500}.cc-inline-buttons{display:flex;gap:10px;margin-top:12px}.cc-inline-buttons button{border-radius:999px;border:none;font-size:13px;padding:8px 14px;font-weight:600;cursor:pointer}.cc-field-label{display:block;font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px;margin-top:15px;color:#4b5563}.cc-label-help{display:block;margin-top:4px;font-size:11px;color:#9ca3af}.cc-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#94a3b829;color:#4b5563;font-size:11px}.cc-chip-icon{width:16px;height:16px;border-radius:999px;background:#3b82f61a;display:inline-flex;align-items:center;justify-content:center}.cc-inline-alert{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f8fafce6;border:1px solid rgba(148,163,184,.35);color:#4b5563;font-size:11px}.cc-cruise-form{display:flex;flex-direction:column;gap:12px}.cc-cruise-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem}.cc-select{width:100%;padding:7px 10px;border-radius:10px;border:1px solid rgba(148,163,184,.9);font-size:13px;outline:none;background:#fff;color:#111827;box-sizing:border-box}.cc-select:focus{border-color:#1d4ed8;box-shadow:0 0 0 1px #3b82f659}.cc-date-input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.9);padding:7px 10px;font-size:13px;outline:none;box-sizing:border-box}.cc-date-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 1px #3b82f659}.cc-form-submit-row{margin-top:12px;display:flex;gap:10px;align-items:center}.cc-form-footnote{margin:6px 0 0;font-size:11px;color:#6b7280}.cc-results-card{margin-top:18px;background:#fffffff7;border-radius:18px;padding:16px 20px;box-shadow:0 14px 30px #0f172a1f}.cc-results-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.cc-results-title{margin:0;font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:#111827}.cc-results-count{font-size:11px;color:#6b7280}.cc-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.cc-result-card{border-radius:16px;padding:10px 11px;border:1px solid rgba(148,163,184,.5);background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease;text-align:left}.cc-result-card:hover{transform:translateY(-1px);box-shadow:0 14px 26px #0f172a2e;border-color:#3b82f6d9}.cc-result-card--selected{border-color:#eab308f2;box-shadow:0 18px 40px #eab30873}.cc-result-title{margin:0 0 2px;font-size:13px;font-weight:600;color:#111827}.cc-result-subtitle{margin:0;font-size:11px;color:#6b7280}.cc-result-meta-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.cc-result-chip{font-size:10px;border-radius:999px;padding:3px 7px;background:#dbeafee6;color:#1d4ed8}.cc-results-empty{font-size:12px;color:#6b7280;margin-top:8px}.cc-spinner{display:inline-flex;align-items:center;gap:.6rem;font-size:13px;color:#4b5563}.cc-spinner-dot{width:10px;height:10px;border-radius:999px;border:2px solid rgba(148,163,184,.8);border-top-color:#1d4ed8;animation:cc-spinner-rotate .7s linear infinite}@keyframes cc-spinner-rotate{to{transform:rotate(360deg)}}.cc-section-title{font-size:1.05rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;margin-bottom:.75rem}.cc-weather-legend{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:11px;color:#cbd5f5}.cc-weather-legend-pill{padding:3px 8px;border-radius:999px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.cc-weather-legend-pill--forecast{background:#f871714d}.cc-weather-legend-pill--climo{background:#34d3994d}.cc-account{max-width:1120px;margin:0 auto 2.5rem;padding:2.5rem 2.75rem 2.75rem;border-radius:26px;background:#f8fafcf5;box-shadow:0 26px 70px #0f172a66;border:1px solid rgba(148,163,184,.5)}.cc-account-subtitle{font-size:.9rem;color:#6b7280;margin:0}.cc-account-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:1.75rem}@media(max-width:768px){.cc-account{padding:1.5rem 1.5rem 1.75rem;border-radius:20px}.cc-account-layout{grid-template-columns:minmax(0,1fr)}}.cc-account-summary{padding:1.1rem 1.25rem;border-radius:18px;background:#e2e8f0cc;border:1px solid rgba(148,163,184,.5)}.cc-account-summary-title{font-size:.95rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.cc-account-summary-list{padding-left:1rem;margin:0;font-size:.85rem;color:#4b5563}.cc-account-summary-list li+li{margin-top:.25rem}.cc-account-saved>.cc-account-summary-title{margin-bottom:.75rem}.cc-saved-container{background:transparent;padding:0}.cc-saved-list{display:flex;flex-direction:column;gap:.5rem}.cc-saved-item{width:100%;text-align:left;border-radius:16px;border:1px solid rgba(148,163,184,.6);background:#ffffffe6;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .12s ease}.cc-saved-item:hover{background:#e0f2fe;box-shadow:0 10px 30px #0f172a2e;transform:translateY(-1px)}.cc-saved-item-title{font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:.15rem}.cc-saved-item-date{font-size:.8rem;color:#4b5563}.cc-saved-loading,.cc-saved-empty{font-size:.8rem;color:#6b7280}.cc-saved-error{font-size:.8rem;color:#b91c1c}.cc-saved-item{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;margin-bottom:12px;background:#f5f7fa;border-radius:22px;box-shadow:0 6px 16px #00000014}.cc-remove-btn:hover{color:#e11d48;transform:scale(1.1)}.cc-auth-layout{max-width:1040px;margin:0 auto}.cc-auth-card-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:0;border-radius:24px;overflow:hidden;box-shadow:0 24px 42px #0f172a80;background:#f9fafb}.cc-auth-left{background:#0b1120;color:#e5e7eb;padding:2rem 2.25rem;position:relative}.cc-auth-left-title{margin:0 0 .6rem;font-size:1.4rem;letter-spacing:.06em;text-transform:uppercase}.cc-auth-left-body{font-size:.86rem;line-height:1.6;color:#cbd5f5}.cc-auth-form-shell{background:#e0f2fe;padding:2rem 2.25rem}.cc-auth-form-title{margin:0 0 .6rem;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase;color:#0f172a}.cc-auth-form-description{margin:0 0 1rem;font-size:.82rem;color:#4b5563}.cc-auth-field{margin-bottom:.85rem}.cc-auth-input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.9);font-size:13px;padding:7px 10px;box-sizing:border-box;outline:none}.cc-auth-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 1px #2563eb73}.cc-auth-btn-row{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.cc-auth-error{font-size:12px;color:#b91c1c;margin-top:4px}.cc-toast{max-width:680px;margin:.9rem auto 1.75rem;padding:.9rem 1.8rem;border-radius:999px;background:#ffc928;border:1px solid #ffc928;color:#0b2443;font-size:.9rem;font-weight:600;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 18px 55px #0f172a73}.cc-kicker{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#6b7280;margin-bottom:4px}.cc-save-wrapper{margin-top:10px}.cc-save-button{width:100%;max-width:1040px;border-radius:999px;border:none;padding:.6rem 1rem;background:#ffc928;color:#2b4680;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:none;cursor:pointer;text-align:center;box-shadow:0 10px 25px #0f172a59;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.cc-save-button:hover{background:#526ca5;border-color:#2b4680}.cc-save-icon{width:16px;height:16px;border-radius:999px;border:1px solid rgba(148,163,184,.8);display:inline-flex;align-items:center;justify-content:center;font-size:11px}@media(max-width:1024px){.cc-hero-shell{grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr)}}@media(max-width:900px){.cc-app{padding:2rem 1.25rem 1.75rem}.cc-main-card{padding:1.5rem 1.35rem 1.25rem;border-radius:20px}.cc-results-grid{grid-template-columns:1fr}.cc-hero-shell{grid-template-columns:minmax(0,1fr)}.cc-hero-left{padding-right:0}.cc-hero-right{margin-top:1.1rem}.cc-auth-card-inner{grid-template-columns:minmax(0,1fr)}.cc-auth-left{padding:1.7rem 1.6rem}.cc-auth-form-shell{padding:1.5rem 1.6rem 1.7rem}.cc-saved-main{padding:1.35rem 1.25rem}}@media(max-width:640px){.cc-app{padding:1.75rem 1rem 1.4rem}.cc-app-header{margin-bottom:1.4rem}.cc-app-logo{height:44px}.cc-main-card{padding:1.35rem 1.1rem 1.1rem}.cc-hero-title{font-size:1.75rem}.cc-hero-card{padding:1.3rem 1.1rem 1.1rem}.cc-results-card,.cc-weather-card{padding:1.1rem 1.05rem}.cc-auth-left-title{font-size:1.1rem}.cc-auth-form-title{font-size:.96rem}.cc-kicker{font-size:10px}}.cc-account{max-width:1120px;margin:0 auto 3rem;padding:2.25rem 2.75rem 2.5rem;border-radius:26px;background:#f8fafcf5;box-shadow:0 26px 70px #0f172a66;border:1px solid rgba(148,163,184,.5)}.cc-account-header{margin-bottom:1.75rem}.cc-account-subtitle{font-size:.95rem;color:#6b7280;margin:0}.cc-account-empty{padding:1.75rem 1.25rem;border-radius:18px;background:#f8fafce6;border:1px dashed rgba(148,163,184,.8);font-size:.95rem;color:#475569}.cc-saved-container{margin-top:1.75rem}.cc-saved-header{margin-bottom:1rem}.cc-saved-title{font-size:1.25rem;font-weight:700;margin:0 0 .3rem;color:#0f172a}.cc-saved-subtitle{margin:0;font-size:.9rem;color:#6b7280}.cc-saved-loading,.cc-saved-error,.cc-saved-empty{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.cc-saved-error{color:#b91c1c}.cc-saved-list{display:flex;flex-direction:column;gap:.75rem}.cc-saved-item{width:100%;text-align:left;border-radius:20px;padding:.9rem 1.1rem;background:#fffffff7;border:1px solid rgba(226,232,240,.9);box-shadow:0 12px 35px #0f172a1f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.cc-saved-item:hover{transform:translateY(-1px);box-shadow:0 18px 45px #0f172a2e;border-color:#3b82f680}.cc-saved-item-main{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.cc-saved-item-line{font-size:.95rem;font-weight:600;color:#0f172a}.cc-saved-item-ship{font-size:.9rem;color:#1d4ed8}.cc-saved-item-meta{display:flex;align-items:baseline;gap:4px;font-size:.8rem;color:#64748b}.cc-saved-item-date-label{text-transform:uppercase;letter-spacing:.12em;font-weight:500}.cc-saved-item-date-value{font-weight:600}.cc-saved-item-cta{margin-top:4px;font-size:.8rem;font-weight:600;color:#0f172a}@media(max-width:768px){.cc-account{margin:0 0 2rem;padding:1.75rem 1.25rem 2.25rem;border-radius:22px}.cc-saved-item{border-radius:18px}}body,html,#root{background:#214a7e}.cc-login-offset{margin-top:.75rem}.cc-main-card.cc-login-card{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.cc-auth-outer{padding:0!important;background:transparent!important}.cc-app--home{padding-top:2.25rem}.cc-desktop-layout{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:1.5rem;align-items:flex-start}.cc-desktop-left{display:flex;flex-direction:column;gap:1rem}.cc-desktop-right{display:flex;flex-direction:column;gap:1.25rem}.cc-weather-section{margin-top:.4rem}.cc-save-wrapper{margin-top:.75rem}.cc-save-wrapper--mobile{margin:1rem 0 .25rem}.cc-mobile-layout{display:flex;flex-direction:column}.cc-mobile-nav{display:flex;gap:.75rem;margin-bottom:.75rem}.cc-mobile-nav .cc-button{flex:1}.cc-success-message{max-width:1040px;margin:0 auto .9rem;padding:.65rem .9rem;border-radius:999px;font-size:.78rem;font-weight:500;background:#16a34a1a;color:#047857;border:1px solid rgba(22,163,74,.35);text-align:center}.cc-error-banner{margin-bottom:.75rem;padding:.7rem .9rem;border-radius:12px;background:#dc262614;color:#b91c1c;font-size:.85rem;border:1px solid rgba(248,113,113,.7)}.cc-weather-error{margin:0 0 .6rem;font-size:.82rem;color:#fecaca}.cc-weather-footnote{margin-top:.6rem;font-size:.75rem;color:#e2e8f0e6}.cc-auth-content{display:flex;flex-direction:column;gap:.45rem}.cc-login-title{margin:0 0 .2rem;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:#0f172a}.cc-login-desc{margin:0 0 .9rem;font-size:.85rem;line-height:1.6;color:#4b5563}.cc-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#4b5563;margin-top:.4rem;margin-bottom:.2rem}.cc-login-input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.9);padding:7px 10px;font-size:.86rem;box-sizing:border-box;outline:none;background:#fff}.cc-login-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 1px #2563eb66}.cc-login-error{margin-top:.45rem;font-size:.8rem;color:#b91c1c}.cc-weather-card{flex:0 0 100%;max-width:100%;scroll-snap-align:start}} .cc-single-cruise-header{background:#fff;border-radius:18px;padding:2rem 2.5rem;margin:1.5rem auto 2rem;max-width:1040px;text-align:left}.cc-single-cruise-inner{display:flex;flex-direction:column;gap:.4rem}.cc-single-tag{font-size:.75rem;text-transform:uppercase;font-weight:600;color:#2073ff;letter-spacing:.12em}.cc-single-title{font-size:1.35rem;font-weight:700;color:#0b1f33}.cc-single-sub{color:#475569;font-size:1rem}.cc-single-date{margin-top:.3rem;display:inline-block;font-size:.85rem;padding:.35rem .7rem;background:#2073ff1f;color:#2073ff;border-radius:50px;width:fit-content}.cc-single-link{margin-top:.8rem;font-size:.95rem;color:#2073ff;font-weight:600;text-decoration:none}.cc-single-link:hover{text-decoration:underline}.text-blue-700{color:#2b4680!important}.cc-spinner-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999}.cc-spinner-card{display:flex;flex-direction:column;align-items:center;padding:24px 30px;background:#ffffffe6;border-radius:20px;box-shadow:0 10px 24px #0f172a66}.cc-spinner-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.cc-spinner-svg{width:48px;height:48px;animation:cc-spin .8s linear infinite;transform-origin:center}.cc-spinner-text{margin-top:12px;font-size:14px;font-weight:600;color:#1e293b}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-password-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.cc-password-row .cc-login-input{width:100%}.cc-password-toggle{font-size:11px;font-weight:600;padding:.35rem .55rem;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#fff;cursor:pointer;white-space:nowrap}.cc-password-toggle:hover{background:#f3f4f6}.cc-password-wrapper{position:relative}.cc-login-input--password{padding-right:40px}.cc-password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:.9rem;opacity:.7}.cc-app-main.cc-app-main--saved{padding-top:1.5rem}@media(max-width:900px){.cc-account-panels{grid-template-columns:minmax(0,1fr)}.cc-account-panel{padding:1.6rem 1.6rem 1.9rem}}@media(max-width:768px){.cc-saved-cruise-card{padding:1.4rem 1.6rem 1.5rem}.cc-saved-cruise-top-row,.cc-saved-cruise-bottom,.cc-saved-cruise-bottom--today{flex-direction:column;align-items:flex-start}.cc-saved-cruise-countdown,.cc-saved-cruise-today{text-align:left}.cc-countdown-today-label{font-size:1.1rem;margin-top:.4rem}}.cc-auth-name-row{display:flex;gap:.75rem;margin-bottom:.75rem}.cc-auth-name-field{flex:1}.cc-auth-success{margin-top:.5rem;font-size:.8rem;color:#15803d}.cc-account-password-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.75rem}.cc-account-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;width:100%}.cc-account-actions .cc-account-secondary-btn{width:100%;text-align:center}.cc-saved-cruise-header-row{display:flex;justify-content:space-between;align-items:center;margin-top:0rem}.cc-saved-cruise-countdown--inline{display:flex;flex-direction:column;align-items:flex-end;font-weight:600;color:var(--cc-dark);text-align:right;font-size:.85rem;line-height:1.1}.cc-saved-cruise-countdown--inline .cc-countdown-number{font-size:3.25rem}.cc-saved-cruise-today-inline{font-weight:700;font-size:.85rem;color:#0a6b37}.cc-saved-cruise-loading{display:flex;justify-content:center;align-items:center;min-height:160px}.cc-splash-root{min-height:100vh;width:100%;padding:2.5rem 1.5rem;display:flex;align-items:center;justify-content:center}.cc-splash-card{max-width:420px;width:100%;padding:2.5rem 2rem;border-radius:24px;background:#0f172adb;box-shadow:0 28px 80px #0f172abf;text-align:center;color:#f9fafb}.cc-splash-logo{height:52px;object-fit:contain;margin:0 auto 1rem}.cc-splash-tagline{letter-spacing:.28em;text-transform:uppercase;font-size:.75rem;opacity:.85;margin-bottom:.75rem}.cc-splash-text{font-size:.95rem;opacity:.9;margin-bottom:1.5rem}.cc-splash-spinner{display:flex;justify-content:center}.cc-calendar-shell{margin-top:1rem}.cc-saved-cruise-cta-column{display:flex;flex-direction:column;gap:12px;margin-top:18px}.cc-saved-cruise-cta-column button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;border:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;background:#0b3568e6;color:#ffc928;width:100%;cursor:pointer;transition:transform .12s ease-out,box-shadow .12s ease-out,background .12s ease-out}.cc-saved-cruise-cta-column button:hover{background:#415c95;color:#ffc928;transform:translateY(-1px)}.cc-saved-cruise-cta-column .cc-button-yellow{background:#ffc928;color:#152c4b}.cc-saved-cruise-cta-column .cc-button-yellow:hover{background:#ffdb5c;color:#152c4b}.cc-packing-cta{width:100%;margin-top:1rem}.cc-swipe-hint{display:none}@media(max-width:768px){.cc-swipe-hint{display:flex;align-items:center;justify-content:center;gap:6px;margin:8px 0 12px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#0f172a8c}.cc-swipe-arrow{font-size:.9rem}}.cc-swipe-arrow{font-size:1.1rem;animation:cc-swipe-pulse 1.4s ease-in-out infinite}@keyframes cc-swipe-pulse{0%{transform:translate(0);opacity:.6}50%{transform:translate(6px);opacity:1}to{transform:translate(0);opacity:.6}}.cc-route{margin:2rem 0 1.5rem}.cc-route-title{font-size:1rem;font-weight:600;text-align:center;margin-bottom:.75rem;color:#0b3568}.cc-route-strip{position:relative;display:flex;gap:2.5rem;padding:1.75rem 3rem .75rem;overflow-x:auto;scroll-behavior:smooth;--route-progress: 0}.cc-route-strip:after{content:"";position:absolute;top:96px;width:18px;height:18px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,#ffc928 0,#ffc928b3 40%,#ffc92800 70%);left:calc(84px + var(--route-progress) * (100% - 168px));transform:translate(-50%,-50%);transition:left .6s ease-out;z-index:0}.cc-route-card{position:relative;flex:0 0 220px;min-width:220px;max-width:220px;text-align:center;padding:1.25rem .75rem 1rem;border-radius:18px;background:#f9fafb;box-shadow:0 8px 22px #0f172a1f;z-index:1;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.cc-route-card--active{transform:translateY(-6px) scale(1.05);background:#fff;box-shadow:0 16px 40px #0f172a40}.cc-route-icon-wrap{width:72px;height:72px;margin:0 auto .6rem;border-radius:50%;background:#fff;border:3px solid #ffc928;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0f172a24}.cc-route-card--active .cc-route-icon-wrap{box-shadow:0 0 0 6px #ffc92866}.cc-route-icon-img{width:40px;height:40px}.cc-route-meta{margin-bottom:.25rem}.cc-route-day-label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#0b3568}.cc-route-date{font-size:.78rem;color:#6b7280}.cc-route-location{font-size:.9rem;font-weight:500;color:#111827;margin-bottom:.25rem}.cc-route-avg-temp{font-size:.8rem;color:#0b3568;padding:.15rem .6rem;border-radius:999px;background:#e0efff;display:inline-block}@media(max-width:767px){.cc-route-strip{padding:1.5rem 1.25rem .5rem;gap:1.4rem}.cc-route-strip:before{left:60px;right:60px;top:88px}.cc-route-strip:after{top:88px;left:calc(60px + var(--route-progress) * (100% - 120px))}.cc-route-card{flex:0 0 190px;min-width:190px;max-width:190px}.cc-route-icon-wrap{width:64px;height:64px}.cc-route-icon-img{width:34px;height:34px}}.cc-route-strip::-webkit-scrollbar{display:none}.cc-route-strip{scrollbar-width:none}.cc-route-strip{-ms-overflow-style:none}.cc-route-track--stretch{overflow:hidden}.cc-route-track--stretch .cc-route-card{flex:1 1 0;min-width:0}.cc-route-track{display:flex;gap:14px;overflow-x:auto;padding:8px 4px 14px;scroll-snap-type:x mandatory}.cc-route-card{flex:0 0 160px;scroll-snap-align:center}.cc-form-loading{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:all;background:transparent}.cc-legal-page{max-width:920px;margin:2.5rem auto 4rem;padding:2.75rem 3.25rem;background:#f8fafcf5;border-radius:26px;box-shadow:0 26px 70px #0f172a66}.cc-global-header{padding:.75rem 1rem 1rem;background:linear-gradient(to bottom,#123a68f5,#123a68e0)}.cc-global-header-top{display:flex;justify-content:center;margin-bottom:.75rem}.cc-global-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem;cursor:pointer}.cc-global-brand-logo{height:54px;object-fit:contain}.cc-global-brand-tagline{margin-top:.25rem;font-size:.65rem;letter-spacing:.32em;color:#fffc;text-align:center}html,body{margin:0;padding:0;min-height:100%;max-width:100%;overflow-x:hidden}#root{min-height:100%}svg{shape-rendering:geometricPrecision;image-rendering:crispEdges}.cc-app,.cc-page,.cc-main,.cc-container{max-width:100%;overflow-x:hidden}@media(max-width:768px){.cc-itinerary-content,.cc-packing,.cc-packing-sections,.cc-day-callout,.cc-main-card{max-width:100%;overflow-x:hidden}}img,svg{max-width:100%;height:auto}.cc-app-shell,.cc-app-main,.cc-app-main-inner,.cc-authsplit-grid,.cc-authsplit-panel,.cc-main-card,.cc-page,.cc-page-content{min-width:0}@supports (-webkit-touch-callout: none){body{position:relative;overflow-x:hidden}}.cc-auth-link{margin-top:.75rem;font-size:.85rem;color:#1f7ece;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;transition:color .2s ease,transform .15s ease}.cc-auth-link:hover{color:#0b5bb5;transform:translateY(-1px)}.cc-auth-link:focus-visible{outline:2px solid #ffc928;outline-offset:3px}.cc-home{min-height:80vh;display:flex;justify-content:center;align-items:center;background:transparent!important;box-shadow:none!important;border:none!important;font-family:Jost,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#f9fbff}.cc-home-inner{width:100%;max-width:420px;padding:0rem 1.75rem 4rem;text-align:center}.cc-clouds-bg{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:0}.cc-cloud{position:absolute;height:auto;transform:translateZ(0);animation-name:cc-cloud-drift-single;animation-timing-function:linear;animation-iteration-count:infinite}.cc-cloud img{width:100%;height:auto;display:block}.cc-cloud--slow{animation-duration:70s}.cc-cloud--medium{animation-duration:50s}.cc-cloud--fast{animation-duration:35s}.cc-cloud--large{width:280px}.cc-cloud--medium-size{width:220px}.cc-cloud--small{width:155px}.cc-cloud--top{top:8%}.cc-cloud--upper{top:22%}.cc-cloud--mid{top:38%}.cc-cloud--lower{top:56%}.cc-cloud--bottom{top:72%}.cc-cloud--delay-1{animation-delay:-10s}.cc-cloud--delay-2{animation-delay:-22s}.cc-cloud--delay-3{animation-delay:-35s}.cc-cloud--delay-4{animation-delay:-50s}@media(max-width:767px){.cc-clouds-bg{transform:scale(.45);transform-origin:top center}.cc-cloud--bottom,.cc-cloud--lower{display:none}.cc-cloud{opacity:.85}}@keyframes cc-cloud-drift-single{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(130%,0,0)}}@keyframes cc-cloud-float{0%{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}to{transform:translateZ(0)}}.cc-clouds-bg{z-index:0}@media(max-width:767px){.cc-clouds-bg{transform:scale(.45);transform-origin:top center;overflow:visible!important}.cc-cloud{transform-origin:top center}.cc-app{padding-top:2.1rem}}.cc-app-shell{min-height:100vh;display:flex;flex-direction:column}.cc-promo-bar{width:100%;background:linear-gradient(to right,#e0f2fef2,#fdfdfdf2);color:#0d366a;font-size:.75rem}.cc-promo-bar-inner{max-width:1120px;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cc-promo-text{font-weight:500;line-height:1.2}.cc-promo-cta{border:none;background:#0d366a;color:#ffc928;padding:.4rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.cc-promo-cta:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0d366a59}.cc-promo-cta:active{transform:translateY(0);box-shadow:0 4px 10px #0d366a4d}@media(max-width:640px){.cc-promo-bar-inner{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.cc-promo-text{text-align:center}.cc-promo-cta{width:auto}}.cc-flash-message{max-width:720px;margin:0 auto 1.25rem;padding:.85rem 1rem;border-radius:16px;background:#ffc928;border:1px solid rgba(255,201,40,.45);color:#0d366a;font-weight:500;text-align:center}.cc-app{min-height:100vh;display:flex;flex-direction:column}.cc-app-main{flex:1;display:flex;justify-content:center;padding-bottom:3rem}.cc-app-main-inner{width:100%;max-width:1100px}.cc-app-main-inner{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem}.cc-header-link.is-active{color:#ffc928;text-decoration:underline}.cc-form-input{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.9);padding:7px 10px;font-size:.86rem;box-sizing:border-box;outline:none;background:#fff}.cc-form-input:focus{border-color:#1f7eced9;box-shadow:0 0 0 4px #1f7ece2e,0 14px 30px #0f172a1f;transform:translateY(-1px)}.cc-form-input::placeholder{color:#475569b3}:root{--cc-accent: #ffd84d;--cc-cta-bg: rgba(11, 53, 104, .9);--cc-cta-bg-hover: #415c95;--cc-cta-text: #ffc928;--cc-cta-shadow: rgba(6, 24, 44, .55)}.cc-cta{width:100%;padding:.6rem 1rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:var(--cc-cta-bg);color:var(--cc-cta-text);font-size:.9rem;font-weight:500;letter-spacing:0;text-align:center;cursor:pointer;transition:background .12s ease-out,transform .12s ease-out,box-shadow .12s ease-out}.cc-cta:hover{transform:translateY(-1px);box-shadow:0 14px 26px var(--cc-cta-shadow)}.cc-cta:active{transform:translateY(1px) scale(.99);box-shadow:0 8px 14px #06182c66}.cc-cta-secondary{opacity:.96}.cc-cta--border{position:relative;overflow:hidden}.cc-cta-label{flex:1;display:flex;align-items:center;justify-content:center}.cc-cta-icon{margin-left:auto;padding:.8rem;display:inline-flex;align-items:center;justify-content:center;width:10px;height:10px;border-radius:999px;background:var(--cc-cta-text);color:#214a7e;font-size:.9rem}.cc-cta--border:before,.cc-cta--border:after{content:"";position:absolute;inset:0;width:0;height:0;border:0 solid transparent;border-radius:999px;pointer-events:none;box-sizing:border-box}.cc-cta--border:before{border-top-width:2px;border-right-width:2px}.cc-cta--border:after{border-bottom-width:1px;border-left-width:1px}.cc-cta--border:hover:before,.cc-cta--border:hover:after{width:100%;height:100%;border-color:var(--cc-accent);transition:border-color 0s,width .28s ease,height .28s ease}.cc-cta--border:hover:before{transition-delay:0s,0s,.28s}.cc-cta--border:hover:after{transition-delay:0s,.28s,0s}.cc-back-secondary{width:100%;display:inline-flex;justify-content:center;margin-bottom:1rem}.cc-home-actions{display:flex;flex-direction:column;gap:1rem}.cc-cta--auth{background:#ffc928;color:#0d366a;margin-top:1rem}.cc-cta--auth:hover{background:#ffd84d}.cc-cta--auth:active{background:#f2c21a}.cc-account-empty{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.cc-cta--primary{background:#214a7e;color:#ffc928;margin-top:1.5rem}.cc-cta--soft{background:#e0f2fe;color:#0d366a}.cc-cta--soft:hover{background:#cfe9fb}.cc-search-page{max-width:1120px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.cc-search-hero{text-align:center;margin-bottom:2.25rem}.cc-search-title{font-size:2rem;font-weight:600;color:#fff;margin-bottom:.75rem}.cc-search-subtitle{color:#ffffffd9;font-size:1rem;max-width:560px;margin:0 auto}.cc-search-card{max-width:760px;margin:0 auto;padding:2.25rem 2.5rem;background:#f8fafcf5;border-radius:26px;box-shadow:0 26px 70px #0f172a66;border:1px solid rgba(148,163,184,.45)}@media(max-width:768px){.cc-search-card{padding:1.75rem 1.5rem}}.cc-global-header{display:flex;flex-direction:column;align-items:center;gap:.9rem;padding:1.25rem 1rem 1.75rem;text-align:center}.cc-header-left,.cc-header-right{position:absolute;top:1rem;display:flex;gap:.5rem}.cc-header-left{left:1rem}.cc-header-right{right:1rem}.cc-global-header-top{display:flex;justify-content:center;margin-bottom:1rem}.cc-back-button{background:none;border:none;color:#ffd25f;font-weight:600;cursor:pointer}.cc-back-cta{margin-bottom:.25rem}.cc-global-brand{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.35rem}.cc-global-logo{height:48px}.cc-global-tagline{font-size:.7rem;letter-spacing:.32em;color:#e0f2fe}.cc-global-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.cc-header-link{position:relative;background:none;border:none;padding:0;margin:0 .75rem;font-size:.9rem;font-weight:500;color:#fff;cursor:pointer;letter-spacing:.02em;transition:color .2s ease}.cc-header-link:after{content:"";position:absolute;left:50%;bottom:-6px;width:0;height:2px;background:#ffc928;border-radius:2px;transform:translate(-50%);transition:width .25s ease}.cc-header-link:hover:after{width:100%}.cc-header-link:hover{color:#ffc928}.cc-header-link:active{opacity:.75}.cc-authsplit-grid{display:flex;flex-direction:row;overflow:visible;box-shadow:0 24px 50px #0f172a73;grid-gap:20px}.cc-authsplit-panel{flex:1;background:#f9fafb;padding:2rem 2.2rem;border-radius:24px}.cc-authsplit-panel--blue{background:#e0f2fe}@media(max-width:640px){.cc-authsplit-grid{flex-direction:column}.cc-authsplit-panel{border-radius:22px;padding:1.5rem 1.25rem}.cc-authsplit-panel--blue{margin-top:1.25rem}}.cc-selected-cruise-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.cc-selected-cruise-info{max-width:65%}.cc-selected-cruise-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cc-selected-cruise-logo{height:64px;margin:.4rem 0 .6rem;object-fit:contain}.cc-selected-cruise .cc-eyebrow{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#0b3568e6;margin-bottom:.35rem}.cc-selected-cruise .cc-card-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.cc-selected-cruise .cc-card-subtitle{font-size:.9rem;color:#475569}.cc-selected-cruise .cc-card-note{margin-top:.6rem;font-size:.75rem;color:#64748b}.cc-selected-cruise .cc-date-pill{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:#e0f2fe;color:#0d366a;font-size:.75rem;font-weight:500;text-align:center}.cc-selected-cruise-meta .cc-cta{padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;background:#ffc928;color:#0c3670;border:none}.cc-selected-cruise-meta .cc-cta:hover{background:#f2bc1f}.cc-cta--light{margin-top:1.25rem;width:100%;background:#e0f2fe;color:#0d366a;border-radius:999px;font-weight:600}@media(max-width:640px){.cc-selected-cruise-header{flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.cc-selected-cruise-info{max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.cc-selected-cruise-meta{width:100%;align-items:center;text-align:center}.cc-selected-cruise-logo{height:56px;margin:0 auto .5rem}.cc-selected-cruise .cc-date-pill,.cc-selected-cruise-meta .cc-cta{width:100%;justify-content:center}}.cc-main-card{max-width:1120px;margin:0 auto;padding:2.25rem 2.75rem 2.75rem;border-radius:24px;background:#f8fafcf7;box-shadow:0 26px 70px #0f172a66;border:1px solid rgba(148,163,184,.4)}@media(max-width:640px){.cc-main-card{padding:1.5rem 1.25rem 2rem}}.cc-itinerary-hero{padding:1rem 0rem 2.5rem}.cc-section-title-centered{text-align:center;font-size:.85rem;letter-spacing:.28em;text-transform:uppercase;color:#334155;margin-bottom:2rem}.cc-itinerary-actions{margin-top:1.5rem}.cc-itinerary-content{margin-top:2.5rem;padding:2.5rem 1.5rem 3rem;border-radius:28px;background:linear-gradient(to bottom,#f8fafcf5,#f1f5f9f5);box-shadow:0 30px 80px #0f172a59;border:1px solid rgba(148,163,184,.35)}@media(max-width:640px){.cc-itinerary-content{padding:1.75rem 1.25rem 2.25rem;border-radius:22px}}.cc-itinerary-content>*{position:relative;z-index:1}.cc-weather-timeline{margin-top:1.5rem;text-align:center}.cc-weather-card{position:relative;border-radius:18px;padding:1.35rem 1.4rem 1.4rem;background:#fff;box-shadow:0 12px 30px #0f172a24;overflow:hidden}.cc-weather-card:before{content:"";position:absolute;top:0;left:14px;right:14px;height:4px;border-radius:999px;background:var(--weather-accent)}.cc-weather-card-dayblock{margin-bottom:.75rem}.cc-weather-card-day{font-weight:700;font-size:.95rem;color:#0f172a}.cc-weather-card-date{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-top:.15rem}.cc-weather-card-icon--hero{display:flex;justify-content:center;align-items:center;margin:.6rem 0 .4rem}.cc-weather-card-icon--hero svg,.cc-weather-card-icon--hero img{width:72px;height:72px}.cc-weather-card-location{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.85rem;margin-top:1rem;min-height:2.6em}.cc-weather-card-hero-temps{display:flex;justify-content:center;gap:2.2rem;margin:.9rem 0 .6rem}.cc-weather-hero-temp{text-align:center}.cc-weather-hero-temp span{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.1rem}.cc-weather-hero-temp strong{font-size:2.4rem;font-weight:800;line-height:1;color:var(--weather-solid)}.cc-weather-card-perception{text-align:center;margin-top:.6rem;margin-bottom:.6rem}.cc-weather-perception-label{font-size:.55rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#475569;margin-bottom:.15rem}.cc-weather-perception-value{font-size:.95rem;font-weight:800;color:#0f172a;margin-top:1rem}.cc-weather-perception-stack{display:flex;flex-direction:column;gap:.25rem}.cc-weather-subline{font-size:.95rem;font-weight:800;color:#0f172a;line-height:1.8rem;margin-bottom:1rem}.cc-weather-card-badge{display:inline-flex;align-items:center;justify-content:center;padding:.32rem .7rem;border-radius:999px;font-size:.65rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--weather-solid)}.cc-badge--itinerary{background:#9ca3af;color:#fff}.cc-weather-card[data-confidence=live]{--weather-accent: linear-gradient(90deg, #22c55e, #4ade80);--weather-solid: #22c55e}.cc-weather-card[data-confidence=typical]{--weather-accent: linear-gradient(90deg, #3b82f6, #60a5fa);--weather-solid: #3b82f6}.cc-weather-card[data-confidence=historical]{--weather-accent: linear-gradient(90deg, #f59e0b, #fbbf24);--weather-solid: #f59e0b}.cc-weather-card[data-confidence=itinerary]{--weather-accent: linear-gradient(90deg, #9ca3af, #cbd5e1);--weather-solid: #9ca3af}.cc-weather-card.cc-sea-day:before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;background:linear-gradient(90deg,#65cbf8,#a8cffe);border-radius:14px 14px 0 0}.cc-weather-card-badge.cc-badge--sea{background:linear-gradient(135deg,#65cbf8,#a8cffe);color:#214a7e;font-weight:600;letter-spacing:.08em;border:none}.cc-weather-card.cc-sea-day .cc-weather-hero-temp strong{color:#3caadb}.cc-weather-card-perception{display:flex;align-items:center;justify-content:center}.cc-weather-card{display:flex;flex-direction:column}.cc-flip-front{display:grid;grid-template-rows:auto 3.8rem 4.8rem 2.2rem 6.9rem 1.3rem;align-items:center;height:100%}.cc-weather-card-footer{display:flex;justify-content:center;padding-top:.75rem}.cc-weather-card-footer{padding-bottom:.5rem}.cc-weather-card-description{font-size:.8rem;line-height:1.45;color:#475569;margin-bottom:.6rem;min-height:2.6em}.cc-weather-card-badge{align-self:flex-start;padding:.25rem .65rem;font-size:.65rem;font-weight:800;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.cc-badge--live{background:#22c55e;color:#fff}.cc-badge--typical{background:#3b82f6;color:#fff}.cc-badge--historical{background:#f59e0b;color:#fff}.cc-badge--itinerary{background:#cbd5f5;color:#334155}.cc-weather-card--unknown{background:#94a3b80f;border:1px dashed rgba(148,163,184,.6)}.cc-weather-strip-wrapper{position:relative;width:100%}.cc-weather-window{overflow:hidden}.cc-weather-strip{display:flex;gap:18px;padding:8px 4px 16px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.cc-weather-strip-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden}.cc-weather-window{width:100%;overflow:hidden}.cc-weather-strip{display:flex;gap:18px;width:100%;box-sizing:border-box}.cc-weather-card{flex:0 0 auto}@media(max-width:899px){.cc-weather-strip-wrapper,.cc-weather-window{overflow:hidden}.cc-weather-strip{display:flex;gap:18px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 16px;scroll-padding-left:16px;scroll-snap-type:x mandatory}.cc-weather-card{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.cc-weather-strip-arrow{display:none}}@media(min-width:900px){.cc-weather-strip{overflow-x:hidden;justify-content:space-between}.cc-weather-card{width:calc((100% - 2 * 18px) / 3)}.cc-weather-strip-arrow{display:none}}@media(min-width:900px){.cc-weather-strip-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:999px;background:#0f366ae6;color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 8px 20px #0f172a4d;transition:transform .2s ease,background .2s ease}.cc-weather-strip-arrow:hover{background:#0d366a;transform:translateY(-50%) scale(1.06)}.cc-weather-strip-arrow:active{transform:translateY(-50%) scale(.96)}.cc-weather-strip-arrow--left{left:12px}.cc-weather-strip-arrow--right{right:12px}}@media(min-width:900px){.cc-weather-window{padding:0 56px;box-sizing:border-box}}.cc-weather-card-icon--hero{display:flex;align-items:center;justify-content:center;animation:cc-weather-icon-breathe 1.8s ease-in-out infinite}.cc-weather-icon-img{width:40px;height:40px;display:block;object-fit:contain;backface-visibility:hidden;-webkit-backface-visibility:hidden}@keyframes cc-weather-icon-breathe{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.cc-flip-card.is-flipped .cc-weather-card-icon--hero{animation:none}.cc-weather-icon-fallback{font-size:1.8rem;line-height:1;display:block}.cc-flip-card{perspective:1200px;position:relative}.cc-flip-card-inner{position:relative;transition:transform .45s ease;will-change:transform}.cc-flip-card.is-flipped .cc-flip-card-inner{transform:rotateY(180deg);transform-style:preserve-3d}.cc-flip-card,.cc-flip-card-inner,.cc-flip-back{height:100%}.cc-flip-back{position:absolute;inset:0;transform:rotateY(180deg);backface-visibility:hidden;-webkit-backface-visibility:hidden;background:linear-gradient(180deg,#eef6ff,#fff);padding:1rem;display:flex;flex-direction:column;justify-content:center;text-align:center}.cc-flip-hint{margin-top:.75rem;font-size:.7rem;color:#64748b;opacity:.75}.cc-packing-page{padding:1.25rem 1rem 2rem}@media(min-width:768px){.cc-packing-page{padding:2rem 1.5rem 3rem}}.cc-packing{max-width:1120px;margin:0 auto 3rem;padding:1.5rem 1.25rem;border-radius:26px;background:#f8fafcf5;border:1px solid rgba(148,163,184,.45);box-shadow:0 26px 70px #0f172a66}.cc-packing-header{margin-bottom:1.75rem;text-align:center}.cc-packing-header{text-align:center;margin-bottom:2rem}.cc-packing-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cc-back-link{background:none;border:none;color:#1f4ed8;font-weight:500;cursor:pointer}.cc-packing-logo{height:42px;margin:.75rem auto}.cc-packing-autosave{font-size:.85rem;padding:1rem 0rem;color:#ffc928;background:linear-gradient(to bottom,#123a68f5,#123a68e0)}.cc-day-protip{margin-top:.5rem;padding:.5rem .75rem;background:#ffc8281f;border-left:4px solid #ffc928;border-radius:8px;display:flex;gap:.5rem;font-size:.9rem}.cc-day-protip-icon{font-size:1rem}.cc-day-protip-text strong{color:#b45309}.cc-countdown{margin-top:.5rem;font-weight:600}.cc-countdown.sailed{opacity:.6;font-style:italic}.cc-countdown-wrap{margin-top:.35rem;display:flex;justify-content:center}.cc-countdown-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;font-weight:600;font-size:.9rem;letter-spacing:.01em;color:#0b3a67;background:linear-gradient(180deg,#ffd866f2,#ffc63df2);box-shadow:0 6px 14px #0000001f,inset 0 1px #ffffff73}.cc-countdown-badge.sailed{background:#94a3b840;color:#475569;box-shadow:none}.cc-packing-status{margin-top:.75rem;font-size:.85rem;background:#123a68;padding:.8rem 0rem;border-radius:999px}.cc-packing-status-saved{display:inline-flex;align-items:center;gap:.35rem;color:#ffc928;font-weight:500}.cc-packing-status-guest{display:inline-flex;align-items:center;gap:.4rem;color:#ffc928}.cc-packing-login-link{background:none;border:none;padding:0;margin-left:.25rem;font-weight:600;color:#e0f2fe;cursor:pointer;text-decoration:underline}.cc-packing-login-link:hover{color:#fff}.cc-install-banner{position:fixed;bottom:132px;left:50%;transform:translate(-50%);background:#fffffff7;padding:16px 56px 16px 18px;border-radius:14px;box-shadow:0 12px 36px #00000038;z-index:99999;width:calc(100% - 32px);max-width:440px;overflow:visible}.cc-install-close{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;border:none;background:#0b3568;color:#ffc928;font-size:.9rem;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform .1s ease,box-shadow .1s ease}.cc-install-close:hover{transform:scale(1.05)}.cc-install-close:hover{transform:scale(1.15)}.cc-install-close:active{transform:scale(.92)}.cc-install-content{display:flex;align-items:center;gap:14px}.cc-install-content p{margin:0;font-size:.9rem;color:#0b3568;line-height:1.35;flex:1}.cc-install-btn{background:transparent;border:none;padding:.35rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cc-install-icon{transition:transform .18s ease,filter .18s ease,opacity .18s ease}.cc-install-btn:hover .cc-install-icon,.cc-install-btn:focus-visible .cc-install-icon{transform:translateY(-2px) scale(1.08);filter:drop-shadow(0 6px 10px rgba(0,0,0,.3));opacity:.95}.cc-install-btn:active .cc-install-icon{transform:translateY(0) scale(.96)}.cc-install-btn:focus-visible{outline:2px solid rgba(255,201,40,.7);outline-offset:4px;border-radius:10px}@media(max-width:640px){.cc-install-banner{bottom:5px}}.cc-packing-status-pill{display:flex;align-items:center;justify-content:center;gap:.65rem;height:48px;padding:0 1.5rem;border-radius:999px;font-size:.9rem;font-weight:600;line-height:1;white-space:nowrap;box-shadow:0 6px 14px #0f172a2e}.cc-packing-status-pill.is-saved{background:#ffc928;color:#123a68}.cc-packing-status-pill.is-guest{background:#ffffffd9;color:#92400e}.cc-save-icon{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cc-save-icon:after{content:"";width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.cc-packing-status-guest{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;padding:0rem 1rem}.cc-packing-status-text{font-size:.85rem;color:#fde68a}.cc-packing-login-link{background:none;border:none;padding:0;font-weight:600;color:#fff;text-decoration:underline;cursor:pointer;text-align:center}@media(max-width:480px){.cc-packing-status-guest{flex-direction:column;gap:.35rem}}.cc-packing-title{font-size:1.8rem;font-weight:600;margin-bottom:.25rem}.cc-packing-subtitle{display:block;margin-top:.5rem;font-size:.95rem;color:#64748b;opacity:.9}.cc-packing-day-callouts{display:grid;gap:1rem;margin:1.5rem 0 2rem}.cc-day-callout{padding:1rem 1.25rem;border-radius:14px;background:#f8fafcf2;border:1px solid rgba(148,163,184,.35)}.cc-day-callout-header{font-size:.95rem;margin-bottom:.4rem;color:#0d366a}.cc-day-callout-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.cc-day-callout-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#334155}.cc-packing-sections{display:grid;gap:1.75rem}.cc-packing-section-title{font-size:1.05rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;margin-bottom:.75rem}.cc-packing-list{list-style:none;margin:0;padding:0}.cc-packing-item{margin-bottom:.4rem}.cc-packing-item-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem;color:#0f172a}.cc-packing-item-note{font-size:.85rem;color:#64748b}.cc-change-password-actions .cc-cta--secondary-light{background:#e0f2fe;color:#0d366a;border:none;font-weight:600}.cc-change-password-actions .cc-cta--secondary-light:hover{background:#cfeafe}.cc-account-actions{display:flex;flex-direction:column;gap:.9rem;margin-top:1.25rem}.cc-account-actions .cc-cta{width:100%}.cc-change-password-actions{display:flex;gap:1rem;margin-top:1.75rem}@media(max-width:640px){.cc-change-password-actions{flex-direction:column}.cc-change-password-actions .cc-cta{width:100%}}@media(min-width:641px){.cc-change-password-actions{flex-direction:row}.cc-change-password-actions .cc-cta{flex:1}}.cc-account-panel .cc-account-actions{display:flex;gap:.75rem;margin-top:1.5rem}@media(max-width:639px){.cc-account-panel .cc-account-actions{flex-direction:column!important;align-items:stretch}.cc-account-panel .cc-account-actions .cc-cta{width:100%!important;justify-content:center}}.cc-account-shell{background:#f8fafcf5;border-radius:28px;padding:1.8rem;margin:2.5rem auto;max-width:1180px}.cc-account-title{font-size:2rem}.cc-account-grid{display:grid;grid-template-columns:320px 1fr;gap:2.75rem}.cc-account-panel{background:#fff;border-radius:22px;padding:2rem;box-shadow:0 20px 45px #0d37672e}.cc-account-card-title{font-size:1.15rem;font-weight:700;color:#0d366a;margin-bottom:1.5rem}.cc-account-row{margin-bottom:1.25rem}.cc-account-label{display:block;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#6b8bb3;margin-bottom:.15rem}.cc-account-value{font-size:.95rem;color:#0d366a}.cc-account-content{display:flex;flex-direction:column}.cc-account-saved-wrapper{display:flex;flex-direction:column;gap:1.75rem}.cc-saved-cruise-card{position:relative;background:#f8fafc;border-radius:26px;margin-top:2rem;padding:2rem 2.25rem 2.25rem;box-shadow:0 20px 45px #0f172a40;border:1px solid rgba(15,23,42,.08)}.cc-saved-cruise-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.75rem}.cc-saved-cruise-left{display:flex;align-items:flex-start;gap:1.25rem}.cc-cruise-logo{height:42px;max-width:140px;object-fit:contain}.cc-saved-cruise-meta{display:flex;flex-direction:column}.cc-saved-cruise-ship{font-size:1.05rem;font-weight:600;color:#0f172a;margin-bottom:.15rem}.cc-saved-cruise-date{font-size:.85rem;color:#64748b}.cc-saved-cruise-countdown{font-size:1.25rem;font-weight:700;color:#ffc928;white-space:nowrap}@media(max-width:768px){.cc-account-grid{grid-template-columns:1fr}.cc-saved-cruise-header{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.cc-saved-cruise-left{flex-direction:column;align-items:center}.cc-saved-cruise-countdown{margin-top:.5rem}}.cc-saved-cruise-actions{display:flex;flex-direction:column;gap:.75rem}.cc-saved-cruise-actions .cc-cta{width:100%}.cc-saved-remove-btn{position:absolute;top:14px;right:14px;background:transparent;border:none;font-size:1.15rem;color:#94a3b8;cursor:pointer}.cc-saved-remove-btn:hover{color:#ef4444}@media(max-width:768px){.cc-saved-cruise-card{padding:1.75rem 1.5rem 2rem}.cc-cruise-logo{margin:0 auto}}.cc-app-footer{margin-top:auto;padding:2rem 1.25rem;font-size:.75rem;color:#ffffffd9;background:linear-gradient(to bottom,#123a68f5,#123a68d9)}.cc-footer-inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center}.cc-footer-meta{line-height:1.4}.cc-footer-legal{display:flex;align-items:center;gap:.5rem}.cc-footer-legal a{color:#e0f2fe;text-decoration:none}.cc-footer-legal a:hover{text-decoration:underline}.cc-footer-sep{opacity:.5}.cc-legal-shell{min-height:100vh;background:#214a7e;padding:4rem 1.25rem 6rem}.cc-legal-card{max-width:860px;margin:0 auto;background:#fffffff5;border-radius:26px;padding:3rem 3.25rem;box-shadow:0 26px 70px #0f172a59}.cc-legal-card h1{margin-bottom:.5rem}.cc-legal-card h2{margin-top:2.5rem}.cc-legal-muted{opacity:.65;font-size:.9rem;margin-bottom:2rem}.cc-page--centered{min-height:100vh;display:flex;flex-direction:column}.cc-system-card h1{margin-bottom:.75rem}.cc-system-steps{margin:1.5rem 0}.cc-system-steps ol{padding-left:1.25rem}.cc-system-note{font-size:.9rem;opacity:.8;margin-bottom:1.5rem}.cc-global-beta-badge{position:fixed;top:12px;right:16px;z-index:9999;padding:4px 10px;font-size:.65rem;font-weight:700;letter-spacing:.12em;border-radius:999px;background:#ffc928f2;color:#1f2937;box-shadow:0 6px 18px #00000040;pointer-events:none}.cc-wlegend{margin-top:1.5rem;padding:1.15rem 1.25rem;border-radius:18px;background:#f8fafcf5;border:1px solid rgba(148,163,184,.35);box-shadow:0 14px 32px #0f172a2e}.cc-wlegend-title{margin:0 0 .9rem;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0f172a}.cc-wlegend-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.cc-wlegend-item{display:grid;grid-template-columns:auto 1fr;column-gap:.75rem;align-items:start}.cc-wlegend-badge{display:inline-flex!important;align-items:center;justify-content:center;min-width:110px;padding:.32rem .6rem;border-radius:999px!important;font-size:.65rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;line-height:1;color:#fff!important;white-space:nowrap}.cc-wlegend-badge--live{background:#22c55e!important}.cc-wlegend-badge--typical{background:#3b82f6!important}.cc-wlegend-badge--historical{background:#f59e0b!important}.cc-wlegend-badge--sea{background:#3caadb!important}.cc-wlegend-badge--itinerary{background:#7590e7!important}.cc-wlegend-range{font-weight:800;color:#0f172a;font-size:.82rem;margin-bottom:.15rem}.cc-wlegend-desc{font-size:.82rem;line-height:1.45;color:#334155}@media(max-width:640px){.cc-wlegend{padding:1rem}.cc-wlegend-item{grid-template-columns:1fr;row-gap:.45rem}.cc-wlegend-badge{width:fit-content}}.cc-pro-page{max-width:1100px;margin:0 auto;padding:3rem 1.75rem 4rem}.cc-pro-intro{max-width:820px;margin:0 auto 3rem;text-align:center}.cc-pro-intro h1{font-size:2rem;font-weight:600;color:#fff;margin-bottom:.75rem}.cc-pro-intro-text{font-size:.95rem;line-height:1.6;color:#e5edff;margin-top:.75rem}.cc-pro-overview{max-width:1100px;margin:0 auto 3.5rem}.cc-pro-highlight{background:#fffffff5;border-radius:22px;padding:1.75rem 2.25rem;text-align:center;font-size:1.05rem;line-height:1.6;font-weight:500;color:#0f172a;box-shadow:0 22px 60px #0f172a40}.cc-pro-highlight:before{content:"Why Go Pro";display:block;margin-bottom:.75rem;font-size:1rem;letter-spacing:.32em;color:#1f4473;text-transform:uppercase}.cc-pro-features{max-width:1100px;margin:0 auto 4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.cc-pro-feature{background:#fffffff5;border-radius:22px;padding:2rem 1.75rem 2.25rem;box-shadow:0 22px 60px #0f172a59;display:flex;flex-direction:column;text-align:center;height:100%}.cc-pro-feature>*{flex-shrink:0}.cc-pro-feature-icon{width:72px;height:72px;margin:0 auto 1rem}.cc-pro-feature h3{font-size:1.15rem;font-weight:700;color:#1f4473;margin-bottom:.75rem}.cc-pro-feature p{font-size:.85rem;line-height:1.55;color:#334155;margin-bottom:1rem}.cc-pro-feature-list{list-style:none;padding:0;margin-top:auto;text-align:left}.cc-pro-feature-item{display:flex;gap:.55rem;align-items:flex-start;padding:.55rem .75rem;border-radius:10px;font-size:.85rem;line-height:1.35;color:#334155}.cc-pro-feature-item:nth-child(odd){background:#0f172a0a}.cc-pro-bullet{color:#22c55e;font-weight:700;font-size:.9rem;margin-top:.15rem}.cc-pro-comparison{max-width:1100px;margin:0 auto 3.5rem;background:#fffffff5;border-radius:22px;padding:2rem 2rem 2.25rem;box-shadow:0 22px 50px #0f172a47}.cc-pro-comparison h2{text-align:center;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700;color:#1f4473}.cc-pro-table{width:100%;border-collapse:collapse;font-size:.9rem}.cc-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#22c55e1f;color:#22c55e;font-weight:800;font-size:.9rem;line-height:1}.cc-pro-price{margin-top:1.5rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#ffc928;border-radius:22px}.cc-pro-text{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.cc-pro-text h3{font-size:1.5rem;font-weight:800;margin-top:2rem;color:#1f4473}.cc-pro-price-amount{font-size:1.8rem;font-weight:800;color:#1f4473}.cc-pro-price-label{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1f4473;opacity:.85}.cc-pro-price-cta{width:auto;padding:.45rem 1.1rem;font-size:.85rem}.cc-pro-table th,.cc-pro-table td{padding:.75rem .5rem;text-align:center}.cc-pro-table th{border-bottom:2px solid #e2e8f0;font-weight:600}.cc-pro-table td{border-bottom:1px solid #e2e8f0}.cc-pro-table td:first-child{text-align:left;font-weight:500}.cc-pro-comparison-cta{margin-top:2.25rem;padding-top:2rem;border-top:1px solid #e2e8f0;text-align:center}.cc-pro-comparison-cta h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.cc-pro-comparison-cta p{font-size:.95rem;color:#334155;margin-bottom:1.25rem;max-width:560px;margin-left:auto;margin-right:auto}.cc-pro-cta{text-align:center;margin-top:3rem}.cc-pro-cta h2{color:#fff;margin-bottom:.6rem}.cc-pro-cta p{color:#e5edff;font-size:.95rem;margin-bottom:1.4rem}@media(max-width:900px){.cc-pro-features{grid-template-columns:1fr}.cc-pro-page{padding:2.5rem 1.25rem 3rem}.cc-pro-intro h1{font-size:2rem}}.cc-home-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:4.2rem}.cc-home-welcome{font-size:1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;opacity:.95;margin-bottom:-8px}.cc-home-logo-image{display:block;width:100%!important;max-width:420px!important;height:auto!important}.cc-home-logo-image{max-width:480px!important}.cc-home-icon{text-align:center;margin-top:1.2rem;margin-bottom:1.2rem}.cc-home-icon img{width:115px;height:auto;display:block;margin:1rem auto}@keyframes cc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cc-hero-wrapper{display:flex;justify-content:center;margin-bottom:4.5rem}.cc-home-logo-wrapper{position:relative;width:210px;max-width:70vw;filter:drop-shadow(0 12px 18px rgba(0,0,0,.35))}.cc-home-logo-clouds{display:block;width:100%;height:auto}.cc-home-logo-sun{position:absolute;left:50%;top:50%;width:65%;height:auto;transform:translate(-50%,-50%);transform-origin:center center;animation:cc-home-sun-spin 18s linear infinite}@keyframes cc-home-sun-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media(max-width:480px){.cc-home-inner{padding:3rem 1.25rem 3.5rem}.cc-home-logo-image{max-width:90vw!important}.cc-hero-icon{width:170px}}@media(max-width:480px){.cc-home-header{max-width:100%}.cc-home-logo-image{width:min(360px,90vw)}.cc-home-welcome{font-size:1.1rem;letter-spacing:.2em}}.cc-success-toast{position:fixed;top:20%;left:50%;transform:translate(-50%);z-index:9999;max-width:90%;width:500px;background:#ffc928;color:#245085;padding:1.25rem 2rem;border-radius:14px;font-size:1.15rem;font-weight:600;letter-spacing:.5px;text-align:center;box-shadow:0 12px 30px #00000040;opacity:0;animation:cc-toast-fade 3s forwards}@keyframes cc-toast-fade{0%{opacity:0;transform:translate(-50%,-10px)}10%{opacity:1;transform:translate(-50%)}80%{opacity:1}to{opacity:0;transform:translate(-50%,-10px)}}.cc-success-toast.hide{animation:cc-toast-hide 2s forwards}@keyframes cc-toast-hide{0%{opacity:1}to{opacity:0;transform:translate(-50%,-10px)}}@media(max-width:640px){.cc-change-password-button-row{flex-direction:column}.cc-change-password-button-row .cc-cta{width:100%}}@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400: oklch(70.4% .191 22.216);--color-amber-300: oklch(87.9% .169 91.605);--color-blue-50: oklch(97% .014 254.604);--color-blue-600: oklch(54.6% .245 262.881);--color-blue-700: oklch(48.8% .243 264.376);--color-slate-50: oklch(98.4% .003 247.858);--color-slate-100: oklch(96.8% .007 247.896);--color-slate-200: oklch(92.9% .013 255.508);--color-slate-500: oklch(55.4% .046 257.417);--color-slate-600: oklch(44.6% .043 257.281);--color-slate-700: oklch(37.2% .044 257.287);--color-slate-800: oklch(27.9% .041 260.031);--color-slate-900: oklch(20.8% .042 265.755);--color-white: #fff;--spacing: .25rem;--container-xs: 20rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--font-weight-medium: 500;--font-weight-semibold: 600;--tracking-wide: .025em;--leading-snug: 1.375;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.collapse{visibility:collapse}.relative{position:relative}.static{position:static}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.block{display:block}.flex{display:flex}.grid{display:grid}.w-full{width:100%}.max-w-xs{max-width:var(--container-xs)}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-blue-600{border-color:var(--color-blue-600)}.border-slate-200{border-color:var(--color-slate-200)}.border-slate-700{border-color:var(--color-slate-700)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-slate-800{background-color:var(--color-slate-800)}.bg-slate-800\/80{background-color:color-mix(in srgb,oklch(27.9% .041 260.031) 80%,transparent)}@supports (color: color-mix(in lab,red,red)){.bg-slate-800\/80{background-color:color-mix(in oklab,var(--color-slate-800) 80%,transparent)}}.bg-slate-900\/70{background-color:color-mix(in srgb,oklch(20.8% .042 265.755) 70%,transparent)}@supports (color: color-mix(in lab,red,red)){.bg-slate-900\/70{background-color:color-mix(in oklab,var(--color-slate-900) 70%,transparent)}}.bg-slate-900\/80{background-color:color-mix(in srgb,oklch(20.8% .042 265.755) 80%,transparent)}@supports (color: color-mix(in lab,red,red)){.bg-slate-900\/80{background-color:color-mix(in oklab,var(--color-slate-900) 80%,transparent)}}.bg-white{background-color:var(--color-white)}.p-4{padding:calc(var(--spacing) * 4)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-5{padding-block:calc(var(--spacing) * 5)}.text-center{text-align:center}.text-base{font-size:var(--text-base);line-height:var(--tw-leading, var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.leading-snug{--tw-leading: var(--leading-snug);line-height:var(--leading-snug)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.16em\]{--tw-tracking: .16em;letter-spacing:.16em}.tracking-wide{--tw-tracking: var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-amber-300{color:var(--color-amber-300)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-red-400{color:var(--color-red-400)}.text-slate-50{color:var(--color-slate-50)}.text-slate-100{color:var(--color-slate-100)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,.06));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}@media(hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y: calc(var(--spacing) * -.5);translate:var(--tw-translate-x) var(--tw-translate-y)}}@media(hover:hover){.hover\:bg-slate-700:hover{background-color:var(--color-slate-700)}}@media(hover:hover){.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:ring-1:focus{--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-amber-300:focus{--tw-ring-color: var(--color-amber-300)}.focus\:outline-none:focus{--tw-outline-style: none;outline-style:none}@media(min-width:40rem){.sm\:mt-0{margin-top:calc(var(--spacing) * 0)}}@media(min-width:40rem){.sm\:flex-row{flex-direction:row}}@media(min-width:40rem){.sm\:items-center{align-items:center}}@media(min-width:40rem){.sm\:justify-between{justify-content:space-between}}@media(min-width:40rem){.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}}}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse: 0;--tw-border-style: solid;--tw-leading: initial;--tw-font-weight: initial;--tw-tracking: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0}}}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}html,body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:640px){.weather-temp{font-size:1rem;font-weight:600;text-align:center;word-break:break-word}}
