/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;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;-webkit-text-decoration:inherit;-webkit-text-decoration: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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}: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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--navy:#0d2340;--navy-2:#17375e;--red:#c82035;--blue:#1559a5;--text:#172235;--muted:#66758a;--line:#dbe1e8;--surface:#fff;--background:#f3f5f8;--green:#247a4a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--background);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0}a{color:inherit}.site-shell{min-height:100vh}.login-page{background:#fff;grid-template-columns:minmax(430px,46%) 1fr;min-height:100vh;display:grid}.login-side{flex-direction:column;min-height:100vh;padding:34px clamp(30px,6vw,86px) 26px;display:flex}.login-brand{width:fit-content}.login-content{width:min(400px,100%);margin:auto;padding:50px 0}.login-kicker{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px;font-size:9px;font-weight:750;display:block}.login-content h1{color:var(--navy);letter-spacing:-.045em;margin:0 0 10px;font-size:38px}.login-content>p{color:var(--muted);margin:0 0 31px;font-size:12px;line-height:1.6}.login-content form{gap:9px;display:grid}.login-content label,.password-label span{color:#34445a;font-size:9px;font-weight:700}.password-label{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.password-label span{color:var(--muted);font-weight:500}.login-content input{width:100%;height:46px;color:var(--text);font:500 12px var(--font-geist-sans), Arial, sans-serif;background:#fbfcfd;border:1px solid #cbd4df;border-radius:4px;outline:none;padding:0 13px;transition:border-color .2s,box-shadow .2s}.login-content input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1559a51a}.password-field{position:relative}.password-field input{padding-right:58px}.password-field button{height:42px;color:var(--blue);cursor:pointer;background:0 0;border:0;padding:0 12px;font-size:9px;font-weight:700;position:absolute;top:2px;right:2px}.login-error{color:#972c39;background:#fff2f3;border:1px solid #efc8ce;border-radius:4px;margin-top:4px;padding:10px 12px;font-size:9px}.login-button{color:#fff;background:var(--red);cursor:pointer;border:0;border-radius:4px;height:46px;margin-top:10px;font-size:11px;font-weight:750;box-shadow:0 8px 18px #a0172b24}.login-button:hover{background:#ae172c}.login-note{color:#536378;background:#f2f5f8;border-radius:4px;align-items:flex-start;gap:9px;margin-top:23px;padding:13px;display:flex}.login-note>span{width:18px;height:18px;color:var(--blue);border:1px solid #9cb4ce;border-radius:50%;flex:none;place-items:center;font:italic 11px Georgia,serif;display:grid}.login-note p{gap:3px;margin:0;font-size:8px;line-height:1.45;display:grid}.login-note strong{color:var(--navy);font-size:9px}.login-side>footer{color:#8a96a5;justify-content:space-between;align-items:center;font-size:8px;display:flex}.login-visual{color:#fff;background:linear-gradient(135deg,#081b33,#123965);flex-direction:column;justify-content:center;min-height:100vh;padding:clamp(50px,7vw,100px);display:flex;position:relative;overflow:hidden}.visual-grid{opacity:.1;background-image:linear-gradient(#ffffff38 1px,#0000 1px),linear-gradient(90deg,#ffffff38 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(to bottom right,#0000 5%,#000 45%,#0000 90%);mask-image:linear-gradient(to bottom right,#0000 5%,#000 45%,#0000 90%)}.visual-copy{z-index:1;margin-bottom:38px;position:relative}.visual-copy>span{color:#9fb6cf;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:700;display:block}.visual-copy>strong{letter-spacing:-.06em;font-size:clamp(42px,6vw,68px);line-height:1;display:block}.visual-copy p{color:#c2d0df;letter-spacing:.04em;margin:13px 0 0;font-size:11px}.visual-card{z-index:1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#ffffff17;border:1px solid #fff3;border-radius:7px;grid-template-columns:1fr auto;align-items:center;gap:5px 20px;width:min(430px,100%);padding:20px 22px;display:grid;position:relative;box-shadow:0 15px 35px #0000001f}.visual-card+.visual-card{margin-top:12px}.visual-card.two{margin-left:42px}.visual-card>span{color:#aebfd2;letter-spacing:.08em;font-size:9px;font-weight:700}.visual-card strong{grid-row:2;font-size:20px}.visual-card strong i{color:#79aef1;margin:0 7px;font-style:normal}.visual-card small{color:#a8e0bd;letter-spacing:.07em;text-transform:uppercase;background:#359c5e2e;border-radius:3px;grid-area:1/2/3;padding:5px 8px;font-size:7px;font-weight:750}.utility-bar{color:#d9e2ed;background:#081b33;font-size:11px}.utility-inner{justify-content:space-between;align-items:center;width:min(1240px,100% - 48px);height:34px;margin:auto;display:flex}.utility-inner div{align-items:center;gap:22px;display:flex}.utility-inner a{text-decoration:none}.utility-inner a:hover{color:#fff}.main-header{border-bottom:1px solid var(--line);z-index:20;background:#fff;align-items:center;gap:46px;height:72px;padding:0 max(24px,50vw - 620px);display:flex;position:sticky;top:0}.brand{color:var(--navy);letter-spacing:-.5px;white-space:nowrap;align-items:center;gap:11px;font-size:20px;text-decoration:none;display:flex}.brand>span:last-child{grid-template-columns:auto auto;line-height:1;display:grid}.brand strong{font-weight:800}.brand small{color:var(--muted);letter-spacing:.18em;grid-column:1/-1;margin-top:5px;font-size:7px;font-weight:700}.brand-symbol{background:var(--navy);border-radius:6px;place-items:center;width:36px;height:36px;display:grid;position:relative;overflow:hidden}.brand-symbol i{background:#fff;border-radius:1px;width:21px;height:6px;position:absolute;transform:rotate(-38deg)}.brand-symbol i:last-child{background:var(--red);width:12px;height:5px;margin:9px 0 0 -8px;transform:rotate(38deg)}.main-header nav{align-items:center;gap:2px;height:100%;display:flex}.main-header nav a{color:#56677e;border-bottom:3px solid #0000;align-items:center;height:100%;padding:0 15px;font-size:12px;font-weight:650;text-decoration:none;display:flex}.main-header nav a:hover,.main-header nav a.active{color:var(--navy);border-color:var(--red)}.profile{align-items:center;gap:10px;margin-left:auto;display:flex}.profile>span{color:#fff;background:var(--navy-2);border-radius:50%;place-items:center;width:36px;height:36px;font-size:11px;font-weight:750;display:grid}.profile div{gap:2px;display:grid}.profile strong{font-size:11px}.profile small{color:var(--muted);font-size:9px}.sign-out{color:#647489;cursor:pointer;background:0 0;border:1px solid #d6dde5;border-radius:4px;padding:7px 9px;font-size:9px;font-weight:650}.sign-out:hover{color:var(--navy);background:#f7f9fb}.workspace{width:min(1240px,100% - 48px);margin:auto;padding:27px 0 64px}.breadcrumb{color:var(--muted);gap:9px;margin-bottom:22px;font-size:10px;display:flex}.breadcrumb a{text-decoration:none}.breadcrumb strong{color:var(--text);font-weight:650}.breadcrumb span{color:#a9b4c2}.trip-heading{color:#fff;background:linear-gradient(120deg, var(--navy), #173d69);border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:25px;padding:28px 32px;display:flex}.section-label{color:#9fb6cf;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:750;display:block}.trip-heading h1{letter-spacing:-.04em;margin:0 0 7px;font-size:clamp(27px,4vw,38px)}.trip-heading p{color:#c9d5e3;margin:0;font-size:12px}.heading-actions{gap:10px;display:flex}.button{border-radius:4px;justify-content:center;align-items:center;gap:10px;min-height:41px;padding:0 16px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.button.primary{color:#fff;background:var(--red);border:1px solid var(--red)}.button.secondary{color:#fff;background:#ffffff12;border:1px solid #ffffff59}.button:hover{filter:brightness(1.06)}.summary-grid{border:1px solid var(--line);background:#fff;border-top:0;border-radius:0 0 8px 8px;grid-template-columns:repeat(4,1fr);margin-bottom:29px;padding:0 17px;display:grid;box-shadow:0 5px 15px #192c450a}.summary-grid>div{border-right:1px solid #e9edf2;align-items:center;gap:12px;min-height:83px;padding:17px 20px;display:flex}.summary-grid>div:last-child{border-right:0}.summary-icon{width:33px;height:33px;color:var(--blue);background:#eef4fb;border-radius:5px;flex:none;place-items:center;font-size:14px;font-weight:750;display:grid}.summary-icon.calendar{color:#fff;background:var(--red);font-size:11px}.summary-icon.success{color:var(--green);background:#eaf5ef}.summary-grid p{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;gap:4px;margin:0;font-size:9px;display:grid}.summary-grid strong{color:var(--text);letter-spacing:0;text-transform:none;font-size:11px}.content-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:22px;display:grid}.flights-panel,.side-card,.support-card,.notice-card{border:1px solid var(--line);background:#fff;border-radius:7px;box-shadow:0 4px 13px #172a4309}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:72px;padding:18px 22px;display:flex}.panel-heading h2,.side-card h2,.support-card h2{color:var(--navy);margin:0;font-size:15px}.panel-heading p{color:var(--muted);margin:5px 0 0;font-size:10px}.panel-heading>span{color:var(--blue);text-transform:uppercase;background:#eef4fb;border-radius:3px;padding:5px 8px;font-size:9px;font-weight:700}.flight-stack{gap:15px;padding:16px;display:grid}.flight-card{border:1px solid #d8dee6;border-radius:6px;overflow:hidden}.flight-card>header{background:#f8f9fb;border-bottom:1px solid #e2e7ed;align-items:center;gap:11px;min-height:55px;padding:11px 15px;display:flex}.airline-mark{clip-path:polygon(50% 0,100% 100%,50% 77%,0 100%);background:linear-gradient(135deg,#ae1730 0 50%,#d62d43 50%);width:27px;height:27px}.airline-copy{gap:2px;display:grid}.airline-copy strong{color:var(--navy);font-size:10px}.airline-copy span{color:var(--muted);font-size:9px}.flight-type{color:var(--muted);margin-left:auto;font-size:9px}.status{color:var(--green);text-transform:uppercase;letter-spacing:.06em;background:#eaf5ef;border-radius:3px;align-items:center;gap:6px;margin-left:10px;padding:5px 8px;font-size:8px;font-weight:750;display:flex}.status i{background:#3b9a63;border-radius:50%;width:5px;height:5px}.flight-body{grid-template-columns:46px 1fr minmax(140px,.75fr) 1fr;align-items:center;gap:22px;min-height:174px;padding:25px 24px;display:grid}.segment-number{border-right:1px solid #e3e7ec;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:3px;padding-right:18px;display:flex}.segment-number span{color:var(--muted);letter-spacing:.12em;font-size:7px}.segment-number strong{color:#a7b1bf;font-size:23px}.airport time{color:var(--text);letter-spacing:-.02em;margin-bottom:6px;font-size:20px;font-weight:750;display:block}.airport>strong{color:var(--navy);letter-spacing:-.05em;font-size:35px;line-height:1;display:block}.airport>span{color:var(--text);margin-top:5px;font-size:10px;font-weight:650;display:block}.airport>small{max-width:180px;color:var(--muted);margin-top:4px;font-size:8px;line-height:1.35;display:block}.arrival{text-align:right}.arrival small{margin-left:auto}.journey{text-align:center}.journey>span,.journey small{color:var(--muted);letter-spacing:.07em;font-size:8px}.journey>div{color:var(--blue);align-items:center;margin:8px 0 6px;display:flex}.journey i{background:#cdd5df;flex:1;height:1px}.journey b{margin:0 8px;font-size:14px;transform:rotate(5deg)}.flight-card>footer{background:#fbfcfd;border-top:1px solid #e2e7ed;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:10px 16px;display:flex}.flight-card>footer>div{gap:36px;display:flex}.flight-card>footer span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;gap:3px;font-size:8px;display:grid}.flight-card>footer strong{color:var(--text);text-transform:none;letter-spacing:0;font-size:9px}.flight-card>footer a,.support-card a{color:var(--blue);align-items:center;gap:8px;font-size:9px;font-weight:750;text-decoration:none;display:flex}.flight-card>footer a:hover,.support-card a:hover{text-decoration:underline}.sidebar{gap:15px;display:grid}.side-card h2{border-bottom:1px solid var(--line);padding:17px 18px}.side-card>a{border-bottom:1px solid #e8ecf1;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;min-height:65px;padding:12px 15px;text-decoration:none;display:grid}.side-card>a:last-child{border-bottom:0}.side-card>a:hover{background:#f8fafc}.tool-icon{width:34px;height:34px;color:var(--blue);background:#eef4fb;border-radius:5px;place-items:center;font-size:13px;display:grid}.side-card>a>span:nth-child(2){color:var(--text);gap:4px;font-size:9px;font-weight:700;display:grid}.side-card small{color:var(--muted);font-size:8px;font-weight:450}.side-card>a>span:last-child{color:#94a1b1}.support-card{background:var(--navy);border-color:var(--navy);padding:20px}.support-icon{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:31px;height:31px;margin-bottom:13px;font-size:13px;font-weight:700;display:grid}.support-card h2{color:#fff}.support-card p{color:#bdcad9;margin:8px 0 16px;font-size:9px;line-height:1.55}.support-card a{color:#fff}.notice-card{background:#fffaf0;border-color:#eadcb8;align-items:flex-start;gap:10px;padding:15px;display:flex}.notice-card>span{color:#81610d;border:1px solid #c6a95d;border-radius:50%;flex:none;place-items:center;width:21px;height:21px;font:italic 12px Georgia,serif;display:grid}.notice-card p{color:#76684b;gap:4px;margin:0;font-size:8px;line-height:1.45;display:grid}.notice-card strong{color:#5d4d28;font-size:9px}.site-footer{min-height:78px;color:var(--muted);border-top:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:22px;padding:0 max(24px,50vw - 620px);font-size:9px;display:flex}.footer-brand{color:var(--navy);align-items:center;gap:8px;display:flex}.brand-symbol.small{width:26px;height:26px}.brand-symbol.small i{transform:rotate(-38deg)scale(.7)}.brand-symbol.small i:last-child{transform:rotate(38deg)scale(.7)}.site-footer p{margin:0}.site-footer>div:last-child{gap:18px;display:flex}.site-footer a{text-decoration:none}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-side{padding-left:max(24px,8vw);padding-right:max(24px,8vw)}.main-header{gap:20px}.main-header nav{display:none}.profile{margin-left:auto}.content-grid{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr 1fr}.notice-card{grid-column:1/-1}.summary-grid{grid-template-columns:1fr 1fr}.summary-grid>div:nth-child(2){border-right:0}.summary-grid>div:nth-child(-n+2){border-bottom:1px solid #e9edf2}}@media (width<=650px){.login-side{padding:25px 22px 20px}.login-content{padding:60px 0}.login-content h1{font-size:34px}.login-side>footer{flex-wrap:wrap;gap:15px}.utility-inner{width:calc(100% - 30px)}.utility-inner div span{display:none}.main-header{height:64px;padding:0 15px}.profile div{display:none}.sign-out{padding:6px}.workspace{width:calc(100% - 24px);padding-top:18px}.breadcrumb{white-space:nowrap;overflow:hidden}.trip-heading{flex-direction:column;align-items:flex-start;padding:23px 20px}.heading-actions{width:100%}.button{flex:1;padding:0 10px}.summary-grid{padding:0}.summary-grid>div{padding:14px 12px}.panel-heading{padding:16px}.flight-stack,.flight-card>header{padding:10px}.flight-type{display:none}.status{margin-left:auto}.flight-body{grid-template-columns:1fr 55px 1fr;gap:8px;padding:22px 14px}.segment-number{display:none}.airport time{font-size:16px}.airport>strong{font-size:30px}.airport>small,.journey>span{display:none}.flight-card>footer{flex-direction:column;align-items:flex-start}.flight-card>footer>div{justify-content:space-between;gap:12px;width:100%}.sidebar{grid-template-columns:1fr}.notice-card{grid-column:auto}.site-footer{flex-direction:column;align-items:flex-start;padding-top:20px;padding-bottom:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
