:root{--bg:#f5f6f8;--g900:#212121;--violet:#2a1780;--violet-dark:#1f1060;--orange:#ff5a00;--orange-light:#fff3e0;--navy:#2a1780;--navy-muted:#757575;--accent:#ff5a00;--page:#f5f6f8;--border:#e0e0e0;--label:#212121;--header-bg:#fff;--sublabel:#757575;--slate-muted:#424242;--sidebar-active-bg:#fff3e0;--sidebar-divider:#00000014;--badge:#e53935;--red:#d32f2f;--itinerary-hotel-banner-bg:color-mix(in srgb, #000 6%, var(--badge));--itinerary-hotel-banner-fg:color-mix(in srgb, var(--badge) 8%, var(--header-bg));--table-head-bg:color-mix(in srgb, var(--navy-muted) 12%, var(--header-bg));--icon-well-bg:color-mix(in srgb, var(--navy) 6%, var(--header-bg));--card-shadow-hover:0 4px 12px color-mix(in srgb, var(--navy) 10%, transparent);--itinerary-icon-rail:#2563eb;--itinerary-icon-flight:#dc2626;--itinerary-icon-corporate:#1d4ed8;--itinerary-icon-neutral:#111827;--itinerary-icon-hotel:#2563eb;--itinerary-icon-portal:#16a34a}*,:before,:after{box-sizing:border-box}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._domesticBookingGridScope_6sks9_3 .MuiGrid-root>.MuiGrid-item{padding:.5rem}._tabBar_6sks9_7{background:var(--page);box-sizing:border-box;border-radius:1rem;justify-content:center;width:100%;max-width:100%;padding:.25rem;display:flex}._tabBar_6sks9_7 .MuiTab-root.Mui-selected{border-radius:1rem;color:var(--header-bg)!important;background-color:var(--accent)!important}._tabFlexContainer_6sks9_24{justify-content:center;width:100%}._tabItem_6sks9_29{text-transform:none;color:var(--slate-muted);background:0 0;border-radius:999px;min-width:140px;margin:0 .25rem;font-weight:700}@media (width<=599.95px){._tabItem_6sks9_29{min-width:0;margin:0 .125rem;padding-left:.5rem;padding-right:.5rem;font-size:.8125rem}}._tabItem_6sks9_29:hover{background:color-mix(in srgb, var(--navy) 6%, var(--page));border-radius:1rem}._tabItemActive_6sks9_54{color:var(--header-bg);background:var(--accent)}._tabItemActive_6sks9_54:hover{background:var(--accent);border-radius:16px}._itineraryCard_6sks9_64{box-shadow:none;background:#fff;border:1px solid #e8ecf1!important;border-radius:12px!important}._itineraryCardInner_6sks9_71{align-items:stretch;min-height:96px;display:flex}._itineraryCardRail_6sks9_77{background:#fafbfc;border-right:1px solid #e8ecf1;flex-direction:column;flex:0 0 56px;justify-content:space-between;align-items:center;padding:14px 10px 12px;display:flex}._itineraryCardIndexSmall_6sks9_88{color:#94a3b8;font-variant-numeric:tabular-nums;font-size:11px;font-weight:600;line-height:1}._itineraryCardIconCircle_6sks9_96{background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._itineraryCardIconGlyph_6sks9_107{color:#2563eb}._itineraryCardMain_6sks9_111{flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;padding:14px 16px 12px;display:flex}._itineraryBadge_6sks9_121{letter-spacing:.04em;border-radius:6px;margin-bottom:2px;padding:3px 10px;font-size:10px;font-weight:700;line-height:1.3;display:inline-block}._itineraryBadgeRail_6sks9_132{color:#1d4ed8;background:#dbeafe}._itineraryBadgeHotel_6sks9_137{color:#6d28d9;background:#ede9fe}._itineraryBadgeCar_6sks9_142{color:#0f766e;background:#ccfbf1}._itineraryBadgeFlight_6sks9_147{color:#0369a1;background:#e0f2fe}._itineraryCardTitle_6sks9_152{color:#0f172a;font-size:15px;font-weight:700;line-height:1.35;margin:0!important}._itineraryCardSubline_6sks9_160{color:#475569;font-size:13px;font-weight:500;line-height:1.4;margin:0!important}._itineraryCardMeta_6sks9_168{color:#64748b;font-size:12px;font-weight:400;line-height:1.4;margin:0!important}._itineraryCardActions_6sks9_176{border-left:1px solid var(--page);flex:none;justify-content:center;align-items:center;padding:10px 12px 10px 10px}._itineraryCardEditBtn_6sks9_184.MuiIconButton-root{color:var(--accent);padding:6px}._itineraryCardEditBtn_6sks9_184.MuiIconButton-root:hover{background:var(--page)}._itineraryCardDeleteBtn_6sks9_193.MuiIconButton-root{color:var(--navy-muted);padding:6px}._itineraryCardDeleteBtn_6sks9_193.MuiIconButton-root:hover{color:var(--badge);background:var(--alert-error-bg)}._container_1ocp9_1{flex-direction:column;display:flex}._header_1ocp9_6{text-transform:uppercase;letter-spacing:.04em;color:var(--navy-muted);margin:0;font-size:11px;font-weight:600}._selectedCardName_1ocp9_15{text-transform:uppercase;letter-spacing:.02em;color:var(--navy);font-size:.9375rem;font-weight:700;line-height:1.3}._selectedCardSubtitle_1ocp9_24{color:var(--sublabel);margin-top:.25rem;font-size:.8125rem}._selectedCardRemoveBtn_1ocp9_30{color:var(--slate-muted)}._selectedCardRemoveBtn_1ocp9_30:hover{color:var(--navy-muted)}._travelerName_1ocp9_37{text-transform:uppercase;letter-spacing:.02em;color:var(--navy);font-size:.875rem;font-weight:700}._travelerSubtitle_1ocp9_45{color:var(--sublabel);font-size:.8125rem}._emptyState_jrf4p_1{color:var(--sublabel);padding:24px 16px;font-size:14px}._jrRoot_jrf4p_7{margin:16px}._jrNotice_jrf4p_11{background-color:color-mix(in srgb, var(--accent) 6%, var(--header-bg));border:1px solid color-mix(in srgb, var(--navy-muted) 18%, var(--border));border-radius:8px;padding:12px 16px}._jrNoticeText_jrf4p_18{color:var(--slate-muted);font-size:14px}._jrFormSection_jrf4p_23{padding-top:16px;padding-left:16px;padding-right:16px}._jrFormSection_jrf4p_23>.MuiDivider-root+._formRow_jrf4p_28{margin-top:0}._formRow_jrf4p_28{padding-block:8px}._fieldLabel_jrf4p_36{color:var(--label);font-size:12px;font-weight:600}._radioGroupRow_jrf4p_42{gap:24px}._gridArrowCell_jrf4p_46{text-align:center}._mutedArrow_jrf4p_50{color:var(--navy-muted)}._legLabel_jrf4p_54{color:var(--navy-muted);font-size:12px;font-weight:700}._remarksHelper_jrf4p_60{color:var(--sublabel);margin-top:12px;font-style:italic}._remarksHelperTight_jrf4p_66{color:var(--sublabel);margin-top:6px;font-style:italic}._hotelPaper_jrf4p_72{border:1px solid color-mix(in srgb, var(--navy-muted) 16%, var(--border));background-color:var(--header-bg);border-radius:8px;overflow:hidden}._hotelInner_jrf4p_79{padding-left:24px;padding-right:24px}._hotelRow_jrf4p_84{border-bottom:1px solid #f2f5fa;padding-block:14px}._hotelRowLast_jrf4p_89{padding-block:14px}._hotelFieldLabel_jrf4p_93{color:#64748b;letter-spacing:.2px;font-size:12px;font-weight:700}._dateTilde_jrf4p_100{color:#c3cfdd;padding-top:4px;font-weight:700;display:inline-block}._hotelPreferenceRow_jrf4p_107{width:100%}._hotelPreferenceTitle_jrf4p_111{min-width:132px;color:var(--label);flex:none;font-size:14px;font-weight:700}._hotelTextField_jrf4p_119 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._hotelTextField_jrf4p_119 .MuiOutlinedInput-input::placeholder{color:#9aa7ba;opacity:1}._hotelPreferenceLabel_jrf4p_129{margin:0}._hotelPreferenceLabel_jrf4p_129 .MuiFormControlLabel-label{color:#1f2f46;font-weight:700}._budgetFieldMin_jrf4p_137{width:120px}._budgetFieldMin_jrf4p_137 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._budgetTilde_jrf4p_146{color:#c3cfdd;font-weight:700}._budgetFieldMax_jrf4p_151{width:150px}._budgetFieldMax_jrf4p_151 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._budgetFieldMax_jrf4p_151 .MuiOutlinedInput-input::placeholder{color:#9aa7ba;opacity:1}._currencyYen_jrf4p_164{color:#64748b;font-weight:800}._selectNarrow_jrf4p_170{width:100%;max-width:160px}._selectNarrow_jrf4p_170 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._selectAmenity_jrf4p_180{flex:1 1 0;min-width:0}._selectAmenity_jrf4p_180 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._selectRoomCount_jrf4p_190{width:72px}._selectRoomCount_jrf4p_190 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._roomCountSuffix_jrf4p_199{color:#8fa0b4;font-size:12px;font-weight:700}._selectRoomType_jrf4p_205{width:180px}._selectRoomType_jrf4p_205 .MuiOutlinedInput-root{border-radius:8px;height:40px;font-size:15px}._hotelRemarksField_jrf4p_214 .MuiOutlinedInput-root{border-radius:8px;font-size:15px}._hotelRemarksField_jrf4p_214 .MuiOutlinedInput-input::placeholder{color:#9aa7ba;opacity:1}._hotelRemarksHint_jrf4p_223{color:#6b7b93;margin-top:8px;font-size:13px;font-style:italic;font-weight:600}._hotelActions_jrf4p_231{border-top:1px solid #f2f5fa;padding:14px 24px}._hotelActionsButtons_jrf4p_236{align-items:center}._buttonClear_jrf4p_240.MuiButton-root{color:#5f728c;text-transform:none;border-color:#e4ebf5;min-width:88px;height:38px;font-weight:700}._buttonSubmit_jrf4p_249.MuiButton-root{text-transform:none;min-width:176px;height:38px;box-shadow:none;background-color:var(--orange);font-weight:700}._buttonSubmit_jrf4p_249.MuiButton-root:hover{background-color:color-mix(in srgb, #000 10%, var(--orange));box-shadow:none}._carPaper_jrf4p_262{background-color:#fff;margin:16px;overflow:hidden}._carSection_jrf4p_268{padding-left:16px;padding-right:16px}._flightDetailTabs_jrf4p_273{background:var(--page);border-radius:.5rem;padding:.3rem}._flightDetailTabs_jrf4p_273 .MuiTab-root.Mui-selected{background:var(--accent);border-radius:.5rem;font-size:12px;font-weight:700;color:#fff!important}._flightTab_jrf4p_287.MuiTab-root{background:var(--header-bg);color:var(--slate-muted);border-radius:.5rem;font-size:12px;font-weight:700}._flightSearchRow_jrf4p_295{justify-content:flex-end;padding:10px 0 14px;display:flex}._flightSearchButton_jrf4p_301.MuiButton-root{text-transform:none;background:var(--badge);min-width:160px;height:38px;box-shadow:none;color:var(--header-bg);border-radius:10px;font-weight:700}._flightSearchButton_jrf4p_301.MuiButton-root .MuiButton-startIcon{color:var(--header-bg)}._flightSearchButton_jrf4p_301.MuiButton-root:hover{box-shadow:none;background:#df3131}._flightOriginDestWithSearch_jrf4p_320{align-items:flex-end}._flightContinueRow_jrf4p_324{justify-content:flex-end;padding:4px 0 20px;display:flex}._flightContinueButton_jrf4p_330.MuiButton-root{text-transform:none;color:#2f80ed;min-width:220px;height:38px;box-shadow:none;background:#e8f1ff;border-radius:10px;font-weight:700}._flightContinueButton_jrf4p_330.MuiButton-root:hover{box-shadow:none;background:#d9e8ff}._flightReturnArrowIcon_jrf4p_345{color:#b8c4d6}._flightReturnSearchRow_jrf4p_349{justify-content:flex-end;padding:6px 0 4px;display:flex}._flightReturnFooterActions_jrf4p_355{border-top:1px solid #f2f5fa;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:4px;padding:20px 0 12px;display:flex}._flightBackToOrigin_jrf4p_365.MuiButton-root{text-transform:none;color:#3f4f6d;min-width:148px;height:38px;box-shadow:none;background-color:#fff;border-color:#cfd8e6;border-radius:8px;font-weight:700}._flightBackToOrigin_jrf4p_365.MuiButton-root:hover{box-shadow:none;background-color:#fafbfd;border-color:#b9c6d8}._flightAddItinerary_jrf4p_382.MuiButton-root{text-transform:none;min-width:168px;height:38px;box-shadow:none;color:#9aa8bc;background-color:#dfe6f0;border-radius:8px;font-weight:700}._flightAddItinerary_jrf4p_382.MuiButton-root.Mui-disabled{color:#aab8cc;background-color:#dfe6f0}._flightResultsWrap_jrf4p_398{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:4px;overflow:hidden}._flightResultsTitleBar_jrf4p_406{background:var(--badge);color:#fff;padding:10px 14px}._flightResultsTitleText_jrf4p_412{letter-spacing:.4px;margin:0;font-size:13px;font-weight:800;line-height:1.35}._flightResultsTable_jrf4p_420{border-collapse:separate}._flightResultsTable_jrf4p_420 .MuiTableCell-root{vertical-align:middle;border-bottom:1px solid #eef2f7;padding-top:12px;padding-bottom:12px}._flightResultsTable_jrf4p_420 .MuiTableBody-root .MuiTableRow-root:last-of-type .MuiTableCell-root{border-bottom:none}._flightResultsHeadRow_jrf4p_433{background:#eef3f8}._flightResultsHeadRow_jrf4p_433 .MuiTableCell-root{letter-spacing:.35px;color:#475569;border-bottom:1px solid #e2e8f0;padding-top:8px;padding-bottom:8px;font-size:11px;font-weight:800}._flightResultsThSort_jrf4p_446{white-space:nowrap;width:1%}._flightResultsSortButton_jrf4p_451{cursor:pointer;width:100%;font:inherit;letter-spacing:.35px;color:#475569;text-transform:uppercase;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:4px;margin:0;padding:0;font-size:11px;font-weight:800;display:inline-flex}._flightResultsSortButton_jrf4p_451:hover{color:#1e293b}._flightResultsSortButton_jrf4p_451:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}._flightResultsSortCaret_jrf4p_478{font-size:12px;font-weight:900;line-height:1}._flightResultsRow_jrf4p_484.MuiTableRow-root{transition:background-color .12s}._flightResultsRow_jrf4p_484.MuiTableRow-root:hover{background-color:#fafbfe!important}._flightResultsRow_jrf4p_484.MuiTableRow-root.Mui-selected{background-color:#e8f3fc!important}._flightResultsRow_jrf4p_484.MuiTableRow-root.Mui-selected:hover{background-color:#dceefa!important}._flightResultsTdFlight_jrf4p_498{width:38%}._flightResultsFlightCell_jrf4p_502{align-items:flex-start;gap:10px;display:flex}._flightResultsPlaneIcon_jrf4p_508{color:#64748b;flex-shrink:0;margin-top:2px}._flightResultsTimeRange_jrf4p_514{color:#1e293b;font-size:14px;font-weight:700;line-height:1.35}._flightResultsAirline_jrf4p_521{color:#64748b;margin-top:2px;font-size:12px;font-weight:600}._flightResultsTdMiddle_jrf4p_528{width:32%}._flightResultsDuration_jrf4p_532{color:#1e293b;font-size:14px;font-weight:700;line-height:1.35}._flightResultsRoute_jrf4p_539{color:#64748b;margin-top:2px;font-size:12px;font-weight:600}._flightResultsTdPrice_jrf4p_546{width:30%}._flightResultsPriceCell_jrf4p_550{justify-content:flex-end;align-items:center;gap:8px;display:flex}._flightResultsYen_jrf4p_557{color:#1e293b;font-size:14px;font-weight:800;line-height:1.35}._flightResultsFareHint_jrf4p_564{color:#64748b;margin-top:2px;font-size:12px;font-weight:600}._flightResultsChevron_jrf4p_571{color:#94a3b8;flex-shrink:0}._flightResultsCaption_jrf4p_576{color:#64748b;background:#fafbfd;border-top:1px solid #eef2f7;margin:0;padding:10px 14px 12px;font-size:13px;font-style:italic;font-weight:600}:root{--route-navi-accent-blue:#4285f4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.route-result-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .2s,box-shadow .2s,transform .15s;overflow:hidden}.route-result-card:hover{border-color:var(--route-navi-accent-blue);transform:translateY(-1px);box-shadow:0 4px 16px #4285f426}.route-card-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.route-card-num{background:var(--route-navi-accent-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:flex}.route-card-body{padding:10px 14px 12px}.route-segment-chip{color:#475569;background:#f1f5f9;border-radius:20px;align-items:center;gap:4px;margin:2px 2px 2px 0;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.route-segment-chip.train{color:#1d4ed8;background:#eff6ff}.route-segment-chip.walk{color:#16a34a;background:#f0fdf4}.route-segment-chip.bullet{color:#b45309;background:#fef3c7}.route-time-badge{color:#1a2b3c;letter-spacing:-.5px;font-size:13px;font-weight:800}.route-detail-modal-backdrop{z-index:1300;background:#0f172a8c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.route-modal-box{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:750px;max-height:90vh;animation:.22s ease-out forwards routeNaviModalFadeIn;display:flex;box-shadow:0 24px 64px #0000002e}@keyframes routeNaviModalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.route-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 22px 14px;display:flex}.route-modal-body{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f8fafc;flex:1;padding:20px 22px;overflow-y:auto}.route-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 20px 20px;padding:16px 22px}.rt-step{gap:12px;display:flex}.rt-step-left{flex-direction:column;flex-shrink:0;align-items:center;width:36px;display:flex}.rt-dot{background:#fff;border:2px solid #1a2b3c;border-radius:50%;flex-shrink:0;width:12px;height:12px}.rt-dot.filled{background:#e53935;border-color:#e53935}.rt-dot.walk{background:#16a34a;border-color:#16a34a}.rt-line{background:#e2e8f0;flex:1;width:2px;min-height:20px}.rt-line.train{background:#3b82f6}.rt-line.bus{background:#ea580c}.rt-line.bullet{background:#f59e0b}.rt-line.plane{background:#ef4444}.rt-line.walk{background:repeating-linear-gradient(#16a34a 0 4px,#0000 4px 8px)}.rt-step-right{flex:1;padding-bottom:14px}.rt-step-right.rt-step-right--last{padding-bottom:0}.rt-station-name{color:#1e293b;font-size:13px;font-weight:700}.rt-time{color:#64748b;font-size:11px;font-weight:700}.rt-segment-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:6px 0 0;padding:8px 12px}.rt-segment-info .seg-title{color:#1a2b3c;font-size:11px;font-weight:700}.rt-segment-info .seg-sub{color:#64748b;margin-top:2px;font-size:10px}.rt-segment-info .seg-fare{color:#e53935;margin-top:4px;font-size:10px;font-weight:700}.rt-walk-box{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;margin:6px 0 0;padding:6px 10px;font-size:10px;font-weight:600}.rt-walk-inner{align-items:center;gap:6px;display:flex}.rt-walk-icon{flex-shrink:0;width:12px;height:12px}._modalDialogHeader_cr3lm_3{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1.25rem 1.5rem 1rem;display:flex}._modalDialogHeaderMain_cr3lm_12{min-width:0}._modalDialogTitleRow_cr3lm_16{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}._modalDialogTitle_cr3lm_16{font-weight:700}._modalDialogTripId_cr3lm_27{letter-spacing:.02em;color:var(--text-secondary,#64748b);font-weight:600}._modalDialogRequestSubtitle_cr3lm_33{color:var(--text-secondary,#64748b);margin-top:.25rem}._modalDialogCloseButton_cr3lm_38{margin-top:-.25rem}._paperShell_cr3lm_43{border:1px solid var(--border);overflow:hidden}._listHeader_cr3lm_49{border-bottom:1px solid var(--border);background-color:var(--page);align-items:center;gap:.5rem;padding:.5rem 1.25rem;display:flex}._listHeaderIcon_cr3lm_58{color:var(--accent);flex-shrink:0;display:inline-flex}._listHeaderIcon_cr3lm_58 svg{width:18px;height:18px}._listHeaderTitle_cr3lm_68{letter-spacing:.02em;color:var(--text-primary,#0f172a);font-weight:700}._listBody_cr3lm_74{background-color:var(--surface,#fff);padding:1.25rem}._itemStack_cr3lm_79{flex-direction:column;gap:1rem;margin:0;padding:0;display:flex}._emptyState_cr3lm_87{border:1px solid var(--border);background-color:var(--surface-muted,#f8f9fa);text-align:center;min-height:40px;color:var(--text-secondary,#64748b);border-radius:8px;margin:0;padding:1rem;font-size:.75rem;line-height:1.5}._segmentCard_cr3lm_101{border:1px solid var(--border);background-color:var(--surface,#fff);border-radius:16px;overflow:hidden}._segmentBanner_cr3lm_108{color:var(--text-on-dark,#fff);align-items:center;gap:.375rem;padding:.5rem .75rem;display:flex}._segmentBannerRail_cr3lm_116{background-color:var(--itinerary-icon-portal)}._segmentBannerFlight_cr3lm_120{background-color:var(--slate-muted)}._segmentBannerHotel_cr3lm_124{background-color:var(--itinerary-hotel-banner-bg)}._segmentBannerCar_cr3lm_128{background-color:var(--info-main,#0369a1)}._segmentBannerOther_cr3lm_132{background-color:var(--text-secondary,#64748b)}._segmentIconWrap_cr3lm_136{color:inherit;display:inline-flex}._segmentIconWrap_cr3lm_136 svg{color:currentColor;width:18px;height:18px}._segmentTitle_cr3lm_146{color:inherit;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}._segmentDeleteIconButton_cr3lm_155{opacity:.9;color:#fff!important}._segmentDeleteIconButton_cr3lm_155:hover{opacity:1;background-color:#ffffff29!important}._segmentBody_cr3lm_165{padding:1rem}._primaryLine_cr3lm_169{color:var(--text-primary,#0f172a);margin:0;font-size:.875rem;line-height:1.5}._primaryLineDateBold_cr3lm_176{font-weight:700}._primaryLineSep_cr3lm_180{color:var(--text-secondary,#64748b);padding:0 .125rem;font-weight:400}._primaryLineRoute_cr3lm_186{font-weight:400}._primaryLineFlight_cr3lm_190{color:var(--text-tertiary,#334155);font-weight:500}._primaryLineFlight_cr3lm_190 ._primaryLineDateBold_cr3lm_176{font-weight:700}._primaryLineFlight_cr3lm_190 ._primaryLineRoute_cr3lm_186{font-weight:500}._detailGrid_cr3lm_203{grid-template-columns:1fr;align-items:stretch;gap:.75rem;margin-top:1rem;display:grid}@media (width>=600px){._detailGrid_cr3lm_203{grid-template-columns:repeat(3,1fr)}}._detailGridFlight_cr3lm_216{grid-template-columns:1fr;align-items:stretch;gap:.75rem;margin-top:1rem;display:grid}@media (width>=600px){._detailGridFlight_cr3lm_216{grid-template-columns:repeat(4,minmax(0,1fr))}}._detailBox_cr3lm_229{background-color:var(--surface-muted,#f8f9fa);border-radius:8px;padding:.75rem}._detailLabel_cr3lm_235{color:var(--text-secondary,#64748b);font-size:12px;font-weight:500;line-height:1.2}._detailValue_cr3lm_242{color:var(--text-primary,#0f172a);margin-top:.25rem;font-size:15px;font-weight:700;line-height:1.3}._valueConfirmed_cr3lm_250{color:var(--success-main,#16a34a);font-weight:800}._remarksBody_cr3lm_256{background-color:var(--surface,#fff);padding:1.25rem}._remarksTextBox_cr3lm_261{background-color:var(--page);min-height:40px;color:var(--text-primary,#0f172a);white-space:pre-wrap;word-break:break-word;border-radius:8px;padding:.75rem;font-size:.75rem;line-height:1.5}._page_1h5ik_1{padding-top:1.5rem;padding-bottom:2rem}._title_1h5ik_6{letter-spacing:-.02em;margin-bottom:.5rem;font-weight:700}._tableWrap_1h5ik_12{width:100%;min-width:0;max-width:100%;margin-top:1.25rem}._root_voniq_1{z-index:40;background-color:var(--violet);pointer-events:none;border-right:1px solid #ffffff24;flex-direction:column;flex-shrink:0;align-items:stretch;width:min(15.5rem,100vw - 3rem);height:100dvh;min-height:0;font-family:Inter,Arial,sans-serif;transition:transform .2s ease-out;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 1px 3px #0000000f;padding-left:0!important;padding-right:0!important;overflow-x:hidden!important}@media (width>=1200px){._root_voniq_1{width:15.5rem;height:100%;box-shadow:none;pointer-events:auto;z-index:0;position:static;transform:translate(0)}}._root_voniq_1 .MuiList-root{width:100%!important;margin:0!important;padding:0!important}._root_voniq_1 .MuiList-padding{padding:0!important}._root_voniq_1 .MuiListItem-root{width:100%!important;margin:0!important;padding:0!important;display:block!important}._root_voniq_1._mobileOpen_voniq_54{pointer-events:auto;transform:translate(0)}._header_voniq_59{box-sizing:border-box;background-color:#0000;border-bottom:1px solid #ffffff29;flex-shrink:0;align-items:center;width:100%;padding:1rem 1.25rem;display:flex}._logoLink_voniq_70{color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:4px;line-height:1;text-decoration:none;display:inline-flex}._logoLink_voniq_70:focus-visible{outline:2px solid var(--accent);outline-offset:3px}._logoLink_voniq_70:hover{opacity:.92}._logoBadge_voniq_89{background-color:var(--orange);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Inter,Arial,sans-serif;font-size:1.25rem;font-weight:800;line-height:1;display:flex}._logoTextStack_voniq_105{flex-direction:column;min-width:0;display:flex}._header_voniq_59 ._logoBrandTitle_voniq_111{color:#fff!important;white-space:nowrap!important;letter-spacing:-.01em!important;font-family:Inter,Arial,sans-serif!important;font-size:18px!important;font-weight:700!important;line-height:1.2!important;display:block!important}._header_voniq_59 ._logoBrandSub_voniq_122{color:#ffffff73!important;text-transform:uppercase!important;letter-spacing:.15em!important;white-space:nowrap!important;margin-top:4px!important;font-family:Inter,Arial,sans-serif!important;font-size:9.5px!important;font-weight:600!important;line-height:1!important;display:block!important}._nav_voniq_135{box-sizing:border-box;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex:1;width:100%;min-height:0;padding-top:.5rem;padding-bottom:.5rem;overflow-y:auto;padding-left:0!important;padding-right:0!important;overflow-x:hidden!important}._nav_voniq_135::-webkit-scrollbar{display:none}._section_voniq_154{margin-top:.5rem;padding-left:0!important;padding-right:0!important}._section_voniq_154:first-child{margin-top:0}._sectionLabel_voniq_163{text-transform:uppercase!important;letter-spacing:2px!important;opacity:.45!important;color:#fff!important;padding:16px 20px 6px!important;font-size:10px!important;font-weight:700!important}._list_voniq_173{flex-direction:column;justify-content:flex-start;gap:0;width:100%;display:flex}._listItem_voniq_181{display:block}._navLink_voniq_185{color:inherit;text-decoration:none;display:block}._listItemButton_voniq_191{box-sizing:border-box!important;color:#ffffffa6!important;background-color:#0000!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:10px 20px!important;transition:all .15s!important;position:relative!important}._listItemButton_voniq_191:hover{color:#fff!important;background-color:#ffffff14!important}._listItemButton_voniq_191.MuiListItemButton-root{box-sizing:border-box!important;width:100%!important;padding:10px 20px!important;position:relative!important}._listItemButton_voniq_191.MuiListItemButton-root .MuiListItemIcon-root{min-width:32px!important;color:inherit!important;justify-content:flex-start!important;margin:0!important;font-size:15px!important}._listItemButton_voniq_191.MuiListItemButton-root .MuiListItemText-root{margin:0!important;padding:0!important}._listItemButton_voniq_191.MuiListItemButton-root .MuiListItemText-primary{font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:500!important}._root_voniq_1 ._listItemButton_voniq_191.Mui-selected{box-sizing:border-box!important;color:#fff!important;width:100%!important;max-width:100%!important;box-shadow:none!important;background-color:#ffffff24!important;border-left:none!important;border-radius:0!important;margin:0!important;padding:10px 20px!important;position:relative!important}._root_voniq_1 ._listItemButton_voniq_191.Mui-selected:before{content:"";background-color:var(--orange);border-radius:0 4px 4px 0;width:4px;position:absolute;top:6px;bottom:6px;left:0}._root_voniq_1 ._listItemButton_voniq_191.Mui-selected:hover{background-color:#ffffff24!important}._root_voniq_1 ._listItemButton_voniq_191.Mui-selected .MuiListItemText-primary{font-weight:600!important}._icon_voniq_260{color:#ffffffa6;opacity:1;flex-shrink:0;margin-right:0!important}._icon_voniq_260 svg{display:block}._footer_voniq_270{box-sizing:border-box;background-color:#0000;border-top:1px solid #ffffff29;flex-shrink:0;width:100%;padding:14px 20px}._footerProfile_voniq_279{align-items:center;gap:10px;display:flex}._footerAvatar_voniq_285{flex-shrink:0;background-color:var(--orange)!important;color:#fff!important;width:30px!important;height:30px!important;font-size:12px!important;font-weight:700!important}._footerTextStack_voniq_295{flex-direction:column;justify-content:center;gap:2px;min-width:0;display:flex}._footerName_voniq_303{color:#fff;margin:0;padding:0;font-size:12px;font-weight:600;line-height:1.2}._footerRole_voniq_312{color:#fff;opacity:.5;margin:0;padding:0;font-size:10px;font-weight:400;line-height:1.2}._root_14gld_1{background-color:var(--page);height:100dvh;min-height:0;display:flex;overflow:hidden}._overlay_14gld_9{z-index:30;cursor:pointer;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#0f172a66;border:none;margin:0;padding:0;display:none;position:fixed;inset:0}@media (width<=1199px){._overlay_14gld_9{display:block}}._mainContainer_14gld_27{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}._mainContent_14gld_36{flex:1;min-height:0;overflow-y:auto}._contentWrapper_14gld_42{max-width:72rem;margin-left:auto;margin-right:auto;padding:1.5rem 1rem}@media (width>=960px){._contentWrapper_14gld_42{padding:1.75rem 1.5rem}}._fullWidthContent_14gld_60{flex-direction:column;width:100%;height:100%;display:flex}._container_1jzj4_1{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}._content_1jzj4_15{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem;display:flex;box-shadow:0 12px 32px #0000000a}._iconWrapper_1jzj4_28{color:#ff5a00;background:#2a1780;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;display:flex;position:relative}._pulse_1jzj4_41{opacity:.15;background:#ff5a00;border-radius:18px;width:100%;height:100%;animation:2.5s ease-in-out infinite _pulse-animation_1jzj4_1;position:absolute}@keyframes _pulse-animation_1jzj4_1{0%{opacity:.15;transform:scale(1)}50%{opacity:.05;transform:scale(1.15)}to{opacity:.15;transform:scale(1)}}._title_1jzj4_65{color:#1e293b;letter-spacing:-.01em;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800}._description_1jzj4_74{color:#64748b;max-width:320px;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}._statusBadge_1jzj4_83{background:#fef3c7;border:1px solid #fde68a;border-radius:50px;align-items:center;gap:8px;margin-bottom:2rem;padding:5px 14px;display:flex}._statusBadge_1jzj4_83 span{color:#92400e;text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif;font-size:10px;font-weight:700}._dot_1jzj4_102{background:#f59e0b;border-radius:50%;width:6px;height:6px;animation:2s infinite _blink_1jzj4_1}@keyframes _blink_1jzj4_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._backButton_1jzj4_121{text-transform:none!important;color:#fff!important;background-color:#ff5a00!important;border-radius:50px!important;padding:8px 24px!important;font-family:Inter,sans-serif!important;font-size:12px!important;font-weight:600!important;box-shadow:0 4px 12px #ff5a0033!important}._backButton_1jzj4_121:hover{background-color:#e65100!important;box-shadow:0 6px 16px #ff5a004d!important}._blob1_1jzj4_137,._blob2_1jzj4_138{filter:blur(100px);z-index:1;opacity:.25;width:400px;height:400px;position:absolute}._blob1_1jzj4_137{background:#ff5a00;animation:15s infinite alternate _move1_1jzj4_1;top:-10%;left:-10%}._blob2_1jzj4_138{background:#2a1780;animation:15s infinite alternate _move2_1jzj4_1;bottom:-10%;right:-10%}@keyframes _move1_1jzj4_1{0%{transform:translate(0)scale(1)}to{transform:translate(100px,100px)scale(1.1)}}@keyframes _move2_1jzj4_1{0%{transform:translate(0)scale(1)}to{transform:translate(-100px,-100px)scale(1.2)}}
