:root{--ink:#101d29;--ink-soft:#233542;--ink-muted:#53616a;--navy:#101d29;--navy-raised:#1a2c3a;--paper:#f7f4ee;--paper-bright:#fffdfa;--paper-deep:#eee8de;--gold:#94743d;--gold-bright:#d0b17c;--gold-soft:#eadfc9;--line:#ddd7cd;--line-dark:#ffffff24;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--shell:1360px;--font-sans:"Segoe UI",Arial,sans-serif;--font-display:Georgia,"Times New Roman",serif}body{background:var(--paper)}img{max-width:100%}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}button,input,select,textarea{font-family:var(--font-sans)}a,button,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}[id]{scroll-margin-top:110px}.shell{width:min(var(--shell),calc(100% - 96px))}.button{border-radius:3px;min-height:52px;padding:12px 24px;font-size:15px;font-weight:500;letter-spacing:0;box-shadow:none;line-height:1.4}.button:hover{transform:none}.button--dark{background:var(--navy)}.button--gold-outline{background:transparent;color:var(--gold-bright);border-color:var(--gold-bright)}.button--gold-outline:hover{background:#ffffff0a}.editorial-header{position:sticky;z-index:80;top:0;background:var(--paper);border-bottom:1px solid var(--line)}.editorial-header__inner{display:flex;min-height:94px;justify-content:space-between;align-items:center;gap:28px}.editorial-brand{display:flex;gap:12px;align-items:center;flex:none}.editorial-brand>svg{width:31px;height:31px;color:var(--gold)}.editorial-brand>span{font:36px/1 var(--font-display);letter-spacing:-.035em}.editorial-brand small{display:block;margin-top:8px;font:10px/1.2 var(--font-sans);letter-spacing:.44em;text-transform:uppercase;color:var(--gold)}.editorial-nav{display:flex;align-items:center;gap:38px}.editorial-nav>a:not(.button){display:grid;min-height:48px;align-items:center;position:relative;font-size:16px}.editorial-nav>a:not(.button):after{content:"";position:absolute;bottom:2px;height:1px;background:var(--gold);left:0;right:0;transform:scaleX(0);transition:transform .2s}.editorial-nav>a:hover:after,.editorial-nav>a[aria-current]:after{transform:scaleX(1)}.editorial-menu-toggle{display:none;width:48px;height:48px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:3px;background:transparent}.editorial-mobile-nav{position:absolute;top:100%;left:0;right:0;padding:12px 24px 24px;border-bottom:1px solid var(--line);background:var(--paper);box-shadow:0 18px 30px #101d2912}.editorial-mobile-nav[hidden]{display:none}.editorial-mobile-nav>a{display:flex;min-height:52px;align-items:center;padding:12px 4px;border-bottom:1px solid var(--line)}.editorial-mobile-nav>.button{margin-top:18px}.editorial-hero{display:grid;grid-template-columns:1fr 1fr;min-height:570px}.editorial-hero__copy{padding:92px 40px 84px max(48px,calc((100vw - var(--shell))/2));display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.editorial-hero h1{margin:0;font:400 clamp(48px,5.35vw,82px)/1.07 var(--font-display);letter-spacing:-.052em}.editorial-hero__copy>p{margin:30px 0 34px;font-size:19px;line-height:1.7}.editorial-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px 28px}.editorial-text-link{display:inline-flex;min-height:44px;align-items:center;gap:14px;font-size:15px;line-height:1.5}.editorial-text-link svg{width:21px;height:21px;flex:none;color:var(--gold);transition:transform .2s}.editorial-text-link:hover svg{transform:translate(3px,-3px)}.editorial-hero__image{position:relative;min-width:0;background:var(--navy)}.editorial-hero__image img{object-fit:cover}.editorial-principles{border-block:1px solid var(--line)}.editorial-principles>.shell{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-block:36px}.editorial-principles>.shell>div{display:flex;align-items:flex-start;gap:22px;padding:0 32px;border-left:1px solid #b7996366}.editorial-principles>.shell>div:first-child{border:0;padding-left:0}.editorial-principles>.shell>div:last-child{padding-right:0}.editorial-principles svg{width:37px;height:42px;flex:none;color:var(--gold)}.editorial-principles h2{font:400 22px/1.3 var(--font-display);margin:0 0 8px}.editorial-principles p{font-size:14px;line-height:1.65;color:var(--ink-muted);margin:0}.section{padding-block:72px}.section-head{gap:24px;margin-bottom:32px}.form-intro h2,.section-head h2{font:400 clamp(30px,3.1vw,46px)/1.15 var(--font-display);letter-spacing:-.035em;margin:0}.section-head>p{max-width:370px;margin:0;font-size:15px}.section-head .eyebrow{margin-bottom:12px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.13em}.editorial-empty{display:grid;grid-template-columns:140px 1fr;gap:44px;align-items:center;padding:46px 5%;border-block:1px solid #b799635e}.editorial-empty>svg{width:130px;height:130px;color:var(--gold)}.editorial-empty h3{font:400 34px/1.2 var(--font-display);margin:0 0 14px}.editorial-empty p{max-width:650px;font-size:16px;color:var(--ink-muted);margin:0 0 24px}.editorial-journal{padding-top:0}.editorial-journal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.editorial-destination{display:block;min-width:0}.editorial-destination__image{position:relative;aspect-ratio:2.25;background:var(--navy);overflow:hidden}.editorial-destination__image img{object-fit:cover;transition:transform .4s}.editorial-destination:hover img{transform:scale(1.025)}.editorial-destination h3{font:400 34px/1.2 var(--font-display);margin:22px 0 12px}.editorial-destination p{margin:0 0 14px;color:var(--ink-muted);max-width:560px}.editorial-resources{padding:44px 0;background:var(--paper-deep);border-top:1px solid var(--line)}.editorial-resources .shell{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}.editorial-resources h2{font:400 29px/1.2 var(--font-display);margin:0 0 12px}.editorial-resources p{color:var(--ink-muted);margin:0;font-size:15px}.editorial-resources__links{display:grid}.editorial-resources__links a{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #101d2920;font-size:15px}.editorial-resources__links svg{width:19px;color:var(--gold)}.editorial-footer{background:var(--navy);color:var(--paper);padding:58px 0 24px}.editorial-footer__invitation{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:40px;border-bottom:1px solid #b7996366}.editorial-footer h2{font:400 clamp(30px,3vw,44px)/1.25 var(--font-display);margin:0}.editorial-footer__invitation>a{flex:none}.editorial-footer__links{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px 0 8px}.editorial-footer nav{display:flex;flex-wrap:wrap;gap:12px 28px}.editorial-footer nav a{display:inline-flex;min-height:44px;align-items:center;font-size:14px}.editorial-footer a:hover{color:#e0cba2}.editorial-footer__links>span,.editorial-footer__note{font-size:12px;color:#b8c1c5}.editorial-footer__note{max-width:850px;margin:10px 0 0}.page-hero{padding:54px 0;background:var(--navy);color:var(--paper);overflow:hidden}.page-hero:after,.page-hero:before{display:none}.page-hero__inner{grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr);gap:64px;align-items:center}.page-hero h1{font:400 clamp(42px,5vw,68px)/1.08 var(--font-display);letter-spacing:-.045em;margin:0 0 22px}.page-hero h1 em{color:var(--gold-bright);font-style:normal}.page-hero .eyebrow{display:none}.page-hero__lede{max-width:740px;margin:0;font-size:17px;line-height:1.7;color:#d3d8da}.page-hero__aside{background:transparent;border:0;border-left:1px solid #b7996388;border-radius:0;padding:8px 0 8px 28px;box-shadow:none}.page-hero__aside strong{font:400 25px/1.25 var(--font-display);color:var(--paper)}.page-hero__aside p{font-size:14px;color:#c5cdd1;line-height:1.7}.empty-state{min-height:240px;border:1px solid var(--line);border-radius:4px;background:var(--paper-bright);box-shadow:none;padding:42px 24px}.empty-state__inner{max-width:580px}.empty-state h2,.empty-state h3{font:400 30px/1.25 var(--font-display);letter-spacing:-.025em}.empty-state p{font-size:16px;line-height:1.7}.empty-state__inner>svg{width:36px;height:36px;color:var(--gold)}.review-card{border-radius:4px;box-shadow:none;background:var(--paper-bright);padding:30px}.review-card h3{font:400 25px/1.25 var(--font-display)}.review-card p{font-size:15px}.review-card__body{overflow-wrap:anywhere}.review-score-panel{border-radius:4px}.form-layout{grid-template-columns:minmax(230px,.75fr) minmax(0,1.5fr);gap:64px;align-items:start}.form-intro{position:sticky;top:126px}.form-intro p{font-size:15px;line-height:1.8}.form-intro .eyebrow{margin-bottom:18px}.form-principle{font-size:14px;line-height:1.65}.review-form{border-radius:4px;background:#fff;border:1px solid var(--line);padding:34px;box-shadow:none}.form-section{border-color:var(--line)}.form-section__head h3{font:400 25px/1.3 var(--font-display)}.form-section__head>span{font-size:12px}.field label,.field-label{font-size:14px;font-weight:500;line-height:1.5}.field input,.field select,.field textarea{min-height:50px;border-radius:3px;font-size:16px;border-color:#c9c9c5;background:#fff}.field textarea{min-height:150px;resize:vertical}.check-field label,.field small{font-size:13px;line-height:1.6}.rating-picker{gap:10px}.rating-option>span{border-radius:3px;min-height:52px}.form-footer{gap:22px}.form-footer p{font-size:13px}.form-status{font-size:15px;border-radius:3px}.submission-success{border-radius:4px}.search-field,.select-field{border-radius:3px;background:#fff;min-height:52px}.search-field input,.select-field select{font-size:16px}.review-results-meta{font-size:14px}.content-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 28px}.content-index-grid>.content-card,.content-index-grid>.content-card:first-child,.content-index-grid>.content-card:nth-child(2){grid-column:auto}.content-card{display:flex;position:relative;min-height:0;flex-direction:column;padding:0 0 24px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);box-shadow:none;overflow:hidden}.content-card:hover{transform:none;box-shadow:none}.content-card{justify-content:flex-start}.content-card__media{flex-shrink:0}.content-card:after,.content-card:before,.content-card__arrow,.content-card__media-shade{display:none}.content-card__media{display:block;position:relative;inset:auto;width:100%;aspect-ratio:1.65;height:auto;margin:0 0 22px;opacity:1}.content-card__media-image{object-fit:cover}.content-card__media-fallback{display:block;position:absolute;inset:0;background:url(/images/platform/knowledge-editorial-archive-v2.webp) 50%/cover}.content-card--news .content-card__media-fallback{background-image:url(/images/luxury/review-evidence-atrium-v1.webp)}.content-card--dark .content-card__meta,.content-card__meta{color:var(--ink-muted);font-size:12px;gap:12px;margin:0 0 12px}.content-card__meta>span{color:var(--gold);background:transparent;padding:0;border:0}.content-card h3{margin:0 0 14px;color:var(--ink);font:400 27px/1.22 var(--font-display);letter-spacing:-.025em}.content-card .content-card__excerpt{color:var(--ink-muted);margin:0;font-size:15px;line-height:1.7}.article-page{padding-block:56px 80px}.article-header h1{font:400 clamp(36px,5vw,62px)/1.12 var(--font-display);letter-spacing:-.04em}.article-cover{border-radius:4px;box-shadow:none}.article-body{font-size:17px;line-height:1.85;overflow-wrap:anywhere}.article-body h2{font:400 32px/1.25 var(--font-display)}.article-body h3{font:400 26px/1.3 var(--font-display)}.article-body table{display:block;overflow-x:auto;max-width:100%}.article-body img{height:auto}.legal-page{padding-block:64px 88px}.legal-page h1{font:400 clamp(40px,5vw,64px)/1.1 var(--font-display)}.legal-section{background:var(--paper-bright);border-radius:4px;box-shadow:none}.legal-section h2{font:400 27px/1.25 var(--font-display)}.legal-section address,.legal-section li,.legal-section p{font-size:16px;line-height:1.8}.page-recovery{min-height:55vh;display:grid;place-items:center;padding:64px 24px;text-align:center}.page-recovery h1{font:400 clamp(34px,5vw,58px)/1.15 var(--font-display);margin:18px 0}.page-recovery p{max-width:600px;color:var(--ink-muted)}.page-recovery .editorial-actions{justify-content:center;margin-top:28px}@media (max-width:1050px){.shell{width:calc(100% - 56px)}.editorial-hero__copy{padding:64px 28px}.editorial-nav{gap:24px}.editorial-hero{min-height:510px}.editorial-hero h1{font-size:clamp(46px,5.5vw,62px)}.editorial-hero__copy>p{font-size:17px}.editorial-principles>.shell>div{padding-inline:20px;gap:14px}.editorial-principles h2{font-size:20px}.editorial-principles svg{width:26px}.content-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-layout,.page-hero__inner{gap:32px}.page-hero h1{font-size:52px}.review-form{padding:26px}}@media (max-width:700px){[id]{scroll-margin-top:88px}.narrow-shell,.shell{width:calc(100% - 40px)}.editorial-header__inner{min-height:78px}.editorial-brand>span{font-size:29px}.editorial-brand>svg{width:26px}.editorial-brand small{font-size:9px;margin-top:6px}.editorial-nav{display:none}.editorial-menu-toggle{display:flex}.editorial-hero{grid-template-columns:1fr;min-height:0}.editorial-hero__copy{padding:48px 24px 42px}.editorial-hero h1{font-size:clamp(43px,10vw,65px);letter-spacing:-.05em}.editorial-hero__copy>p{margin:24px 0;font-size:16px}.editorial-actions{gap:12px 20px}.editorial-actions .button{padding-inline:18px}.editorial-text-link{font-size:14px}.editorial-hero__image{aspect-ratio:1.7}.editorial-hero__image img{object-position:center 56%}.editorial-principles>.shell{grid-template-columns:1fr;padding-block:10px}.editorial-principles>.shell>div,.editorial-principles>.shell>div:first-child,.editorial-principles>.shell>div:last-child{padding:22px 0;border:0;gap:22px}.editorial-principles>.shell>div+div{border-top:1px solid var(--line)}.editorial-principles h2{font-size:23px}.editorial-principles svg{width:30px}.section{padding-block:46px}.section-head{align-items:flex-start;gap:16px;margin-bottom:26px}.section-head h2{font-size:33px}.editorial-empty{grid-template-columns:1fr;padding:30px 0;gap:18px}.editorial-empty>svg{width:54px;height:54px}.editorial-empty h3{font-size:28px}.editorial-journal{padding-top:0}.editorial-journal__grid{grid-template-columns:1fr;gap:36px}.editorial-destination__image{aspect-ratio:1.8}.editorial-destination h3{font-size:30px;margin-top:20px}.editorial-resources .shell{grid-template-columns:1fr;gap:22px}.editorial-resources h2{font-size:28px}.editorial-footer{padding:40px 0 24px}.editorial-footer__invitation{align-items:flex-start;flex-direction:column;gap:26px;padding-bottom:30px}.editorial-footer h2{font-size:32px}.editorial-footer nav{gap:4px 24px}.page-hero{padding-block:38px}.page-hero__inner{grid-template-columns:1fr;gap:30px}.page-hero h1{font-size:43px}.page-hero__lede{font-size:16px}.page-hero__aside{padding:0 0 0 20px}.page-hero__aside strong{font-size:23px}.form-layout{display:flex;flex-direction:column;gap:30px}.form-intro{position:static;order:2}.review-form{width:100%;padding:24px 18px}.form-grid{grid-template-columns:1fr}.form-section__head{flex-wrap:wrap;gap:8px}.form-section__head h3{font-size:24px}.form-footer .button{width:100%}.rating-picker{gap:7px}.rating-option>span{padding-inline:8px}.content-index-grid,.review-grid{grid-template-columns:1fr}.review-card{padding:24px}.legal-page{padding-block:42px 54px}.legal-section{padding:24px 20px}.article-body{font-size:16px}}@media (min-width:701px){.editorial-mobile-nav{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.calculator-hero{background:#101d29}.calculator-hero h1{font-family:var(--font-display);font-weight:400;line-height:1.08;letter-spacing:-.045em}.calculator-hero__copy>p:not(.eyebrow){font-size:17px;line-height:1.75}.calculator-hero__cta{border-radius:3px;font-size:14px;min-height:52px}.calculator-hero__trust{gap:14px}.calculator-hero__trust span{font-size:12px;border-radius:3px}.calculator-hero__visual,.calculator-result,.calculator-step,.calculator-syringe-card{border-radius:5px}.calculator-step__heading h3,.calculator-title-row h2{font-weight:400;letter-spacing:-.025em}.calculator-field label,.calculator-step__selection{font-size:14px}.calculator-dose-input input,.calculator-field input,.calculator-field select{font-size:16px;border-radius:3px}.calculator-choice-group button,.calculator-pills button,.calculator-unit-toggle button{min-height:44px;font-size:14px;border-radius:3px}.calculator-error,.calculator-inline-note,.calculator-result__footnote,.calculator-warning{font-size:13px;line-height:1.65}.calculator-step-actions button{border-radius:3px;font-size:14px;min-height:48px}.review-load-more{display:flex;justify-content:center;margin-top:32px}.score-panel{border-radius:4px;background:#1a2c3a;box-shadow:none}.score-panel:after,.score-panel:before{display:none}.score-panel__top{font-size:12px}.score-panel__count{color:#ccd3d6;font-size:14px;line-height:1.6}.distribution__row,.distribution__row small{color:#ccd3d6;font-size:12px}.score-panel__empty strong{font-family:var(--font-display);font-size:25px;font-weight:400;line-height:1.3}.score-panel__empty p{font-size:14px;line-height:1.7}.rating-option>span>span{display:inline;font-size:14px}.rating-option>span svg{width:18px;height:18px}.rating-option>span{gap:6px}.page-hero--submit .page-hero__inner{grid-template-columns:1fr}.page-hero--submit h1 em{color:var(--paper)}@media(max-width:700px){.calculator-hero__copy>p:not(.eyebrow){font-size:15px}.calculator-hero h1{font-size:46px}.calculator-hero__trust span{font-size:11px}.page-hero--submit{padding-block:32px}.page-hero--submit h1{font-size:40px}}.review-grid:has(>:only-child){grid-template-columns:1fr}.review-grid:has(>:only-child) .review-card{padding:36px 42px}.review-grid:has(>:only-child) .review-card__body{max-width:880px}.review-card:hover{transform:none;box-shadow:none}.review-author>span:not(.review-author__avatar){display:block;margin:0}.review-author .review-author__avatar{display:grid;margin:0;color:var(--gold-bright);font-size:16px}.review-author strong{font-size:15px;color:var(--ink)}.review-author>span>span,.review-card__footer{font-size:12px;color:var(--ink-muted)}.review-card__footer{flex-wrap:wrap}.review-card__body h3{font-size:28px;font-weight:400}.review-card__body>p{font-size:16px;line-height:1.8}.rating-star{position:relative;display:inline-block;flex:none}.rating-star,.rating-star>svg,.rating-star__fill>svg{width:17px;height:17px}.rating-star__fill{position:absolute;inset:0 auto 0 0;overflow:hidden}.rating-stars--large .rating-star,.rating-stars--large .rating-star svg{width:23px;height:23px}.editorial-journal__grid .content-card__media{aspect-ratio:2.25}.loading-line{height:2px;width:180px;background:linear-gradient(90deg,var(--line),var(--gold),var(--line));background-size:200% 100%;animation:loading-sheen 1.5s linear infinite}@keyframes loading-sheen{to{background-position:200% 0}}@media(max-width:700px){.review-grid:has(>:only-child) .review-card{padding:26px 22px}.editorial-journal__grid .content-card__media{aspect-ratio:1.8}.review-card__body h3{font-size:26px}}.portal-header{background:#fff;border-bottom:1px solid #e5e9f0;color:#263146}.portal-footer .shell,.portal-header .shell{width:min(1200px,calc(100% - 64px))}.portal-header .editorial-header__inner{min-height:83px}.portal-header .editorial-brand{gap:11px}.portal-header .editorial-brand>svg{color:#4361d7;width:35px;height:35px;stroke-width:1.6}.portal-header .editorial-brand>span{font:700 22px/1.1 Segoe UI,Arial,sans-serif;letter-spacing:-.8px}.portal-header .editorial-brand small{font:500 10px/1.5 Segoe UI,Arial,sans-serif;letter-spacing:2.5px;text-transform:uppercase;color:#7d879a;margin-top:4px}.portal-header .editorial-nav{gap:24px}.portal-header .editorial-nav>a{font-family:Segoe UI,Arial,sans-serif;font-size:13px;white-space:nowrap}.portal-header .editorial-nav>a[aria-current=page]:not(.button){color:#4361d7}.portal-header .button{min-height:42px;padding:10px 16px;border-radius:6px;font-size:12px;background:#4361d7;border-color:#4361d7;color:#fff}.portal-header .editorial-mobile-nav{background:white}.portal-header .editorial-mobile-nav a{font-family:Segoe UI,Arial,sans-serif}.portal-footer{background:#162235;color:#d9e0ec;padding-top:40px}.portal-footer h2{font:600 27px/1.3 Segoe UI,Arial,sans-serif;letter-spacing:-.5px}.portal-footer .editorial-footer__invitation{padding-bottom:30px;border-color:#ffffff20}.portal-footer .button{border-radius:6px;border-color:#7c8cac;color:#f1f5ff}.portal-footer nav a{font-size:12px}.portal-footer .editorial-footer__note{color:#adb9cd;font-size:11px}.review-shop-label{color:#4361d7!important;font:600 12px/1.5 Segoe UI,Arial,sans-serif!important;overflow-wrap:anywhere}@media(max-width:1050px){.portal-header .editorial-nav{display:none}.portal-header .editorial-menu-toggle{display:inline-flex}.portal-header .editorial-mobile-nav:not([hidden]){display:grid;padding:18px 32px;gap:4px}.portal-header .editorial-mobile-nav>a{padding:10px}.portal-header .editorial-mobile-nav[hidden]{display:none}}@media(max-width:760px){.portal-footer .shell,.portal-header .shell{width:calc(100% - 36px)}.portal-header .editorial-header__inner{min-height:70px}.portal-footer .editorial-footer__invitation{align-items:flex-start;flex-direction:column;gap:18px}.portal-footer h2{font-size:24px}}.portal-header{background:#112735;color:#edf2f4;border-bottom:1px solid #29404d}.portal-header .editorial-brand{display:flex;align-items:center;gap:17px}.portal-header .portal-brand-logo{width:89px;height:62px;object-fit:contain}.portal-header .portal-brand-caption{font:500 11px/1.4 Segoe UI,Arial,sans-serif;letter-spacing:.02em;color:#d4bf92;max-width:77px;border-left:1px solid #49606d;padding-left:15px}.portal-header .editorial-nav>a{color:#dde5e9}.portal-header .editorial-nav>a[aria-current=page]:not(.button){color:#e7c57b}.portal-header .button{background:#d9bd80;border-color:#d9bd80;color:#172b37;border-radius:8px}.portal-header .editorial-menu-toggle{color:#edf2f4}.portal-header .editorial-mobile-nav{background:#112735;color:#edf2f4}.portal-header .editorial-mobile-nav a{color:#edf2f4}.portal-header .editorial-mobile-nav .button{color:#172b37}@media(max-width:760px){.portal-header .portal-brand-logo{width:74px;height:54px}.portal-header .portal-brand-caption{font-size:10px}}.portal-header .editorial-brand>.portal-brand-caption{font:500 11px/1.5 Segoe UI,Arial,sans-serif;letter-spacing:.02em;max-width:100px}.portal-header .editorial-nav>a.button{color:#172b37}.review-midnight-shell_container__Cz4T1{width:min(1320px,calc(100% - 96px));margin-inline:auto}.review-midnight-shell_header__XKsKq{position:relative;z-index:80;background:#031725;color:#fff;border-bottom:1px solid #214459;font-family:Segoe UI,Arial,sans-serif}.review-midnight-shell_headerInner__Tin3X{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.review-midnight-shell_brand__CU5mC{display:inline-flex;align-items:center;flex-shrink:0}.review-midnight-shell_crown__Dm1O1{display:block;position:relative;width:57px;height:48px;overflow:hidden;flex:none}.review-midnight-shell_crown__Dm1O1 img{position:absolute;width:89px;max-width:none;height:89px;left:-16px;top:-22px}.review-midnight-shell_wordmark__5GW0I{font:600 29px/1.1 Georgia,Times New Roman,serif;letter-spacing:-1.2px;white-space:nowrap;color:inherit}.review-midnight-shell_wordmark__5GW0I>span{color:#8bd3ff}.review-midnight-shell_desktopNav__0AZgi{display:flex;align-items:center;justify-content:center;gap:3px;border:1px solid #25485d;border-radius:10px;padding:4px 9px;background:#03172570}.review-midnight-shell_desktopNav__0AZgi>a{min-height:45px;display:flex;align-items:center;padding:6px 11px;white-space:nowrap;border-radius:5px;color:#f5f8fb}.review-midnight-shell_desktopNav__0AZgi>a:hover,.review-midnight-shell_desktopNav__0AZgi>a[aria-current]{background:#112e40;color:#a6dfff}.review-midnight-shell_headerAction__sMlcL{display:flex;align-items:center;flex-shrink:0;gap:13px;background:linear-gradient(110deg,#b1e4ff,#8bd3ff);color:#031725;border:1px solid #a3dbf9;border-radius:6px;font-size:14px;line-height:1.3;font-weight:600;overflow:hidden}.review-midnight-shell_headerAction__sMlcL>svg:first-child{margin-left:17px}.review-midnight-shell_headerAction__sMlcL>svg:last-child{box-sizing:content-box;padding:16px 14px;height:20px;border-left:1px solid #447b9855;margin-left:5px}.review-midnight-shell_headerAction__sMlcL:hover{filter:brightness(1.08)}.review-midnight-shell_menuToggle__q6reK{display:none;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;padding:0;border:1px solid #365b71;border-radius:6px;background:#092536;color:#b3e2ff}.review-midnight-shell_mobileNav__ZTs4t{position:absolute;top:100%;left:0;right:0;background:#031725;padding:15px 40px 25px;border-bottom:1px solid #365b71;box-shadow:0 15px 25px #03172533}.review-midnight-shell_mobileNav__ZTs4t[hidden]{display:none}.review-midnight-shell_mobileNav__ZTs4t>a{min-height:51px;display:flex;align-items:center;justify-content:space-between;font-size:16px;border-bottom:1px solid #294757;color:#f5f8fb;padding:10px 4px}.review-midnight-shell_mobileNav__ZTs4t>a[aria-current]{color:#8bd3ff}.review-midnight-shell_mobileNav__ZTs4t .review-midnight-shell_mobileAction__29c6_{background:#8bd3ff;color:#031725;border-radius:5px;padding:13px 16px;margin-top:15px;font-weight:600;justify-content:flex-start;gap:12px}.review-midnight-shell_mobileAction__29c6_>svg:last-child{margin-left:auto}.review-midnight-shell_footer__oka24 a:focus-visible,.review-midnight-shell_header__XKsKq a:focus-visible,.review-midnight-shell_header__XKsKq button:focus-visible{outline:3px solid #2589bd;outline-offset:4px}.review-midnight-shell_footer__oka24{background:#fff;color:#071b30;font-family:Segoe UI,Arial,sans-serif;overflow:hidden}.review-midnight-shell_footerMain__Z2IhD{display:grid;grid-template-columns:1.8fr 1fr 1.1fr 1.15fr .8fr;gap:30px;position:relative;padding-block:64px 58px;align-items:start}.review-midnight-shell_footerBrand__3AKXE{border-right:1px solid #d4e0e9;min-height:150px;padding-right:25px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_brand__CU5mC{gap:10px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:27px}.review-midnight-shell_footer__oka24 .review-midnight-shell_wordmark__5GW0I>span{color:#1875a7}.review-midnight-shell_footerBrand__3AKXE p{font-size:16px;line-height:1.5;color:#405875;margin:19px 0 0}.review-midnight-shell_footerGroup__XAOrP{display:flex;flex-direction:column;gap:7px;padding-top:6px}.review-midnight-shell_footerGroup__XAOrP h2{font:600 16px/1.4 Segoe UI,Arial,sans-serif;letter-spacing:-.02em;margin:0 0 9px;color:#071b30}.review-midnight-shell_footerGroup__XAOrP>a{font-size:14px;line-height:1.5;display:flex;align-items:center;color:#405875;width:fit-content}.review-midnight-shell_footer__oka24 a:hover{color:#1379af}.review-midnight-shell_footerSeal__TTHkJ{position:relative;display:flex;align-items:center;flex-direction:column;padding-top:98px;min-height:200px}.review-midnight-shell_sealCrown__chn4g{position:absolute;width:180px;height:115px;top:-23px;left:50%;transform:translateX(-50%);opacity:.1;filter:grayscale(1) sepia(1) hue-rotate(160deg) saturate(2)}.review-midnight-shell_sealCrown__chn4g img{position:absolute;max-width:none;width:280px;height:280px;left:-50px;top:-85px}.review-midnight-shell_footerSeal__TTHkJ>span:last-child{font:14px/2.1 Georgia,Times New Roman,serif;letter-spacing:.24em;text-transform:uppercase;color:#376887}.review-midnight-shell_footerSeal__TTHkJ>span:last-child:after{content:"";display:block;height:1px;background:#387ca3;width:40px;margin-top:12px}.review-midnight-shell_footerBottom__i_lbh{border-top:1px solid #d4e0e9}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px;padding-block:15px}.review-midnight-shell_legalBrand__d0PiR{font:600 20px/1.2 Georgia,Times New Roman,serif;letter-spacing:-.8px;white-space:nowrap}.review-midnight-shell_legalBrand__d0PiR>span{color:#1875a7}.review-midnight-shell_copyright__64GEd{font-size:14px;color:#52697d}.review-midnight-shell_footerBottom__i_lbh nav{display:flex;gap:0;align-items:center}.review-midnight-shell_footerBottom__i_lbh nav>a{font-size:14px;line-height:1.4;display:flex;align-items:center;color:#405875;padding:8px 20px;position:relative}.review-midnight-shell_footerBottom__i_lbh nav>a:last-child{padding-right:0}.review-midnight-shell_footerBottom__i_lbh nav>a+a:before{content:"";position:absolute;left:0;height:17px;width:1px;background:#afc4d5}@media(max-width:1230px){.review-midnight-shell_headerInner__Tin3X{gap:18px}.review-midnight-shell_wordmark__5GW0I{font-size:25px}.review-midnight-shell_crown__Dm1O1{width:50px;height:45px}.review-midnight-shell_crown__Dm1O1 img{width:80px;height:80px;left:-15px;top:-19px}.review-midnight-shell_desktopNav__0AZgi{padding-inline:5px}.review-midnight-shell_desktopNav__0AZgi>a{font-size:14px;padding-inline:8px}.review-midnight-shell_headerAction__sMlcL{gap:9px;font-size:14px}.review-midnight-shell_headerAction__sMlcL>svg:first-child{margin-left:12px}.review-midnight-shell_headerAction__sMlcL>svg:last-child{padding-inline:11px}.review-midnight-shell_footerMain__Z2IhD{grid-template-columns:1.6fr 1fr 1fr 1.15fr;gap:26px}.review-midnight-shell_footerSeal__TTHkJ{display:none}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:25px}}@media(max-width:1050px){.review-midnight-shell_container__Cz4T1{width:calc(100% - 80px)}.review-midnight-shell_headerInner__Tin3X{min-height:88px}.review-midnight-shell_desktopNav__0AZgi{display:none}.review-midnight-shell_menuToggle__q6reK{display:inline-flex}.review-midnight-shell_headerAction__sMlcL{margin-left:auto}.review-midnight-shell_wordmark__5GW0I{font-size:29px}.review-midnight-shell_crown__Dm1O1{width:57px;height:48px}.review-midnight-shell_crown__Dm1O1 img{width:89px;height:89px;left:-16px;top:-22px}.review-midnight-shell_footerMain__Z2IhD{grid-template-columns:1.3fr 1fr 1fr;gap:26px;padding-block:45px}.review-midnight-shell_footerBrand__3AKXE{grid-column:1/-1;border-right:0;border-bottom:1px solid #d4e0e9;padding:0 0 25px;min-height:0;display:flex;justify-content:space-between;align-items:center;gap:20px}.review-midnight-shell_footerBrand__3AKXE p{margin:0}.review-midnight-shell_copyright__64GEd{display:none}.review-midnight-shell_footerBottom__i_lbh nav>a{padding-inline:13px}}@media(max-width:580px){.review-midnight-shell_container__Cz4T1{width:calc(100% - 40px)}.review-midnight-shell_headerInner__Tin3X{min-height:79px;gap:12px}.review-midnight-shell_headerAction__sMlcL{display:none}.review-midnight-shell_brand__CU5mC{gap:8px}.review-midnight-shell_wordmark__5GW0I{font-size:26px;letter-spacing:-1.05px}.review-midnight-shell_crown__Dm1O1{width:45px;height:43px}.review-midnight-shell_crown__Dm1O1 img{width:74px;height:74px;left:-14px;top:-16px}.review-midnight-shell_mobileNav__ZTs4t{padding:12px 20px 24px}.review-midnight-shell_footerMain__Z2IhD{grid-template-columns:1fr 1fr;gap:27px 18px;padding-block:36px}.review-midnight-shell_footerBrand__3AKXE{display:block;padding-bottom:25px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:26px}.review-midnight-shell_footerBrand__3AKXE p{margin-top:17px;font-size:15px}.review-midnight-shell_footerGroup__XAOrP{gap:4px}.review-midnight-shell_footerGroup__XAOrP h2{font-size:16px;margin-bottom:7px}.review-midnight-shell_footerGroup__XAOrP>a{font-size:14px;min-height:38px}.review-midnight-shell_footerGroup__XAOrP:last-of-type{grid-column:1/-1}.review-midnight-shell_footerGroup__XAOrP:last-of-type>a{min-height:38px}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{align-items:flex-start;flex-direction:column;gap:9px;padding-block:24px;min-height:115px}.review-midnight-shell_footerBottom__i_lbh nav{flex-wrap:wrap;gap:0 15px}.review-midnight-shell_footerBottom__i_lbh nav>a{padding:8px 0;font-size:14px;min-height:35px}.review-midnight-shell_footerBottom__i_lbh nav>a+a:before{display:none}.review-midnight-shell_legalBrand__d0PiR{font-size:21px}}@media(max-width:350px){.review-midnight-shell_container__Cz4T1{width:calc(100% - 32px)}.review-midnight-shell_wordmark__5GW0I{font-size:23px}.review-midnight-shell_brand__CU5mC{gap:7px}.review-midnight-shell_crown__Dm1O1{width:40px}.review-midnight-shell_crown__Dm1O1 img{left:-16px}.review-midnight-shell_menuToggle__q6reK{width:44px;height:44px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:25px}.review-midnight-shell_mobileNav__ZTs4t{padding-inline:16px}}.review-midnight-shell_footer__oka24 nav a,.review-midnight-shell_footer__oka24 p,.review-midnight-shell_headerAction__sMlcL,.review-midnight-shell_header__XKsKq nav a,.review-midnight-shell_mobileAction__29c6_{font-family:Segoe UI,Arial,sans-serif}.review-midnight-shell_footerGroup__XAOrP{gap:0}.review-midnight-shell_footerGroup__XAOrP h2{margin-bottom:3px}.review-midnight-shell_footerMain__Z2IhD{padding-block:48px 39px}.review-midnight-shell_footerBrand__3AKXE{min-height:160px}.review-midnight-shell_footerSeal__TTHkJ{min-height:188px}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{min-height:70px;padding-block:12px}@media(max-width:1050px){.review-midnight-shell_footerMain__Z2IhD{padding-block:36px;gap:23px}.review-midnight-shell_footerBrand__3AKXE{min-height:0}}@media(max-width:580px){.review-midnight-shell_footerMain__Z2IhD{padding-block:32px;gap:22px 18px}.review-midnight-shell_footerGroup__XAOrP{gap:0}.review-midnight-shell_footerGroup__XAOrP h2{margin-bottom:3px}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{padding-block:20px}}.review-midnight-shell_communityDock__EJWqw,.review-midnight-shell_morePanel__4rgz9,.review-midnight-shell_reviewPen__fJCcn{display:none}@media(max-width:1050px){.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{display:flex;justify-content:space-between;min-height:94px;gap:16px}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerAction__sMlcL{display:none}.review-midnight-shell_header__XKsKq .review-midnight-shell_reviewPen__fJCcn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #7bd0f6;border-radius:10px;color:#a2dfff;flex:none}.review-midnight-shell_reviewPen__fJCcn svg{width:26px;height:26px;stroke-width:1.6}.review-midnight-shell_communityDock__EJWqw{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-inline:24px;border-top:1px solid #153447;background:#02131e}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:88px;background:transparent;border:0;border-radius:0;color:#a4def7;font:500 15px/1.3 Segoe UI,Arial,sans-serif;padding:12px 4px}.review-midnight-shell_communityDock__EJWqw svg{width:29px;height:29px;stroke-width:1.7}.review-midnight-shell_communityDock__EJWqw [aria-current]:after,.review-midnight-shell_communityDock__EJWqw [aria-expanded=true]:after{content:"";position:absolute;bottom:0;left:16%;right:16%;height:3px;background:#8bd3ff}.review-midnight-shell_communityDock__EJWqw a:hover,.review-midnight-shell_communityDock__EJWqw button:hover{color:white;background:#0b2939}.review-midnight-shell_morePanel__4rgz9:not([hidden]){display:block;position:absolute;z-index:90;right:24px;top:calc(100% + 1px);width:285px;max-width:calc(100% - 32px);background:#031b2b;border:1px solid #4aa8d1;border-radius:12px;box-shadow:0 18px 36px #00101c55}.review-midnight-shell_morePanel__4rgz9:before{content:"";position:absolute;right:24px;top:-9px;width:16px;height:16px;transform:rotate(45deg);background:#031b2b;border-left:1px solid #4aa8d1;border-top:1px solid #4aa8d1}.review-midnight-shell_morePanel__4rgz9>a{position:relative;display:flex;align-items:center;gap:18px;min-height:70px;padding:18px 22px;color:#f2f8fc;font:500 18px/1.35 Segoe UI,Arial,sans-serif}.review-midnight-shell_morePanel__4rgz9>a+a{border-top:1px solid #234354}.review-midnight-shell_morePanel__4rgz9 svg{width:27px;height:27px;color:#9fddfa;flex:none;stroke-width:1.6}.review-midnight-shell_morePanel__4rgz9>a:hover,.review-midnight-shell_morePanel__4rgz9>a[aria-current]{background:#12364a}}@media(max-width:580px){.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{min-height:92px;width:calc(100% - 36px);gap:10px}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X>.review-midnight-shell_brand__CU5mC{gap:8px}.review-midnight-shell_header__XKsKq .review-midnight-shell_wordmark__5GW0I{font-size:26px;letter-spacing:-.04em}.review-midnight-shell_header__XKsKq .review-midnight-shell_crown__Dm1O1{width:36px;height:28px}.review-midnight-shell_header__XKsKq .review-midnight-shell_reviewPen__fJCcn{width:44px;height:44px;border-radius:9px}.review-midnight-shell_communityDock__EJWqw{padding-inline:8px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:13px;min-height:84px}.review-midnight-shell_morePanel__4rgz9:not([hidden]){right:16px}}@media(max-width:350px){.review-midnight-shell_header__XKsKq .review-midnight-shell_wordmark__5GW0I{font-size:23px}.review-midnight-shell_header__XKsKq .review-midnight-shell_crown__Dm1O1{width:29px;height:25px}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{width:calc(100% - 28px);gap:8px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:12px}}.review-midnight-shell_visibleMobileNav__gEtB2{display:none}@media(max-width:1050px){.review-midnight-shell_visibleMobileNav__gEtB2{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;width:calc(100% - 80px);margin:0 auto;padding:0 0 16px}.review-midnight-shell_visibleMobileNav__gEtB2>a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 6px;border:1px solid #25485d;border-radius:6px;color:#e8f4fc;font:500 14px/1.3 Segoe UI,Arial,sans-serif;text-align:center}.review-midnight-shell_visibleMobileNav__gEtB2>a:hover,.review-midnight-shell_visibleMobileNav__gEtB2>a[aria-current]{background:#16394d;color:#a6e0ff;border-color:#4786a8}.review-midnight-shell_visibleMobileNav__gEtB2>.review-midnight-shell_visibleReviewAction__GnZXy{background:#8bd3ff;color:#031725;border-color:#8bd3ff}}@media(max-width:700px){.review-midnight-shell_visibleMobileNav__gEtB2{grid-template-columns:repeat(3,minmax(0,1fr));width:calc(100% - 32px);gap:6px;padding-bottom:14px}.review-midnight-shell_visibleMobileNav__gEtB2>a{font-size:13px;min-height:46px}}.review-midnight-shell_crown__Dm1O1{width:52px;height:39px;overflow:visible}.review-midnight-shell_crown__Dm1O1 img{position:static;display:block;width:100%;height:100%;object-fit:contain;max-width:100%}.review-midnight-shell_brand__CU5mC{gap:12px}.review-midnight-shell_wordmark__5GW0I{font-weight:400;letter-spacing:-.045em;font-size:30px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:28px}.review-midnight-shell_sealCrown__chn4g{width:160px;height:112px;opacity:.09;filter:grayscale(1)}.review-midnight-shell_sealCrown__chn4g img{position:static;width:100%;height:100%;object-fit:contain;max-width:100%}.review-midnight-shell_desktopNav__0AZgi{padding:5px 10px;box-shadow:inset 0 1px 0 #d4efff08}.review-midnight-shell_desktopNav__0AZgi>a{font-size:14px;padding-inline:12px}.review-midnight-shell_headerAction__sMlcL{min-height:54px;border-radius:8px}.review-midnight-shell_footerBottom__i_lbh nav>a,.review-midnight-shell_footerGroup__XAOrP>a{min-height:44px}@media(max-width:1230px){.review-midnight-shell_wordmark__5GW0I{font-size:26px}.review-midnight-shell_crown__Dm1O1{width:46px;height:35px}.review-midnight-shell_desktopNav__0AZgi>a{padding-inline:8px}}@media(max-width:1050px){.review-midnight-shell_wordmark__5GW0I{font-size:29px}.review-midnight-shell_footerBrand__3AKXE{justify-content:center;text-align:center;flex-direction:column;gap:15px}.review-midnight-shell_footerGroup__XAOrP{align-items:center;text-align:center}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{justify-content:center;flex-wrap:wrap}}@media(max-width:580px){.review-midnight-shell_headerInner__Tin3X{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:4px;min-height:82px}.review-midnight-shell_headerInner__Tin3X>.review-midnight-shell_brand__CU5mC{grid-column:2;justify-self:center;gap:7px}.review-midnight-shell_menuToggle__q6reK{grid-column:3;width:42px;height:44px;border-color:#315366;background:transparent}.review-midnight-shell_wordmark__5GW0I{font-size:23px;letter-spacing:-.055em}.review-midnight-shell_crown__Dm1O1{width:33px;height:26px}.review-midnight-shell_mobileNav__ZTs4t{padding-inline:20px}.review-midnight-shell_mobileNav__ZTs4t>a{justify-content:center;position:relative;min-height:54px}.review-midnight-shell_mobileNav__ZTs4t>a>svg:last-child{position:absolute;right:12px}.review-midnight-shell_mobileNav__ZTs4t .review-midnight-shell_mobileAction__29c6_{justify-content:center;padding-right:42px}.review-midnight-shell_mobileAction__29c6_>svg:last-child{margin-left:0}.review-midnight-shell_footerMain__Z2IhD{gap:28px 16px;padding-block:42px 30px}.review-midnight-shell_footerBrand__3AKXE{padding-bottom:28px;text-align:center}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_brand__CU5mC{justify-content:center;gap:11px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_crown__Dm1O1{width:43px;height:32px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:29px}.review-midnight-shell_footerBrand__3AKXE p{max-width:290px;margin:18px auto 0;line-height:1.65}.review-midnight-shell_footerGroup__XAOrP:last-of-type{border-top:1px solid #e3ebf1;padding-top:24px;display:flex;align-items:center}.review-midnight-shell_footerGroup__XAOrP h2{font-size:16px;margin-bottom:8px}.review-midnight-shell_footerGroup__XAOrP:last-of-type>a,.review-midnight-shell_footerGroup__XAOrP>a{min-height:44px}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{align-items:center;text-align:center;gap:10px;padding-block:24px}.review-midnight-shell_footerBottom__i_lbh nav{justify-content:center;gap:0 20px}.review-midnight-shell_footerBottom__i_lbh nav>a{min-height:44px}}@media(max-width:350px){.review-midnight-shell_headerInner__Tin3X{grid-template-columns:36px minmax(0,1fr) 36px}.review-midnight-shell_wordmark__5GW0I{font-size:21px}.review-midnight-shell_crown__Dm1O1{width:28px;height:23px}.review-midnight-shell_headerInner__Tin3X>.review-midnight-shell_brand__CU5mC{gap:5px}.review-midnight-shell_menuToggle__q6reK{width:36px}.review-midnight-shell_footerBrand__3AKXE .review-midnight-shell_wordmark__5GW0I{font-size:27px}}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{min-height:80px}.review-midnight-shell_header__XKsKq a,.review-midnight-shell_header__XKsKq button{transition:background-color .18s ease,color .18s ease,border-color .18s ease}.review-midnight-shell_header__XKsKq a:active,.review-midnight-shell_header__XKsKq button:active{background-color:#184359}@media(max-width:1050px){.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{min-height:66px}.review-midnight-shell_communityDock__EJWqw{padding-inline:12px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{min-height:60px;gap:4px;padding:8px 2px;font-size:12px;line-height:1.2}.review-midnight-shell_communityDock__EJWqw span{white-space:nowrap}.review-midnight-shell_communityDock__EJWqw svg{width:23px;height:23px}.review-midnight-shell_communityDock__EJWqw [aria-expanded=true]{background:#12364a;color:#e3f5ff}.review-midnight-shell_morePanel__4rgz9:not([hidden]){animation:review-midnight-shell_dock-open__OyI5c .18s ease-out;transform-origin:top right}.review-midnight-shell_morePanel__4rgz9>a{min-height:56px;padding:14px 18px;font-size:16px;gap:14px}.review-midnight-shell_morePanel__4rgz9 svg{width:23px;height:23px}}@media(max-width:580px){.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;width:calc(100% - 24px);gap:0;min-height:64px}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X>.review-midnight-shell_brand__CU5mC{grid-column:2;justify-self:center;gap:6px}.review-midnight-shell_header__XKsKq .review-midnight-shell_wordmark__5GW0I{font-size:23px;letter-spacing:-.03em}.review-midnight-shell_header__XKsKq .review-midnight-shell_crown__Dm1O1{width:28px;height:24px}.review-midnight-shell_header__XKsKq .review-midnight-shell_reviewPen__fJCcn{grid-column:3;width:40px;height:44px;justify-self:end;border-color:#416579;border-radius:7px}.review-midnight-shell_reviewPen__fJCcn svg{width:22px;height:22px}.review-midnight-shell_communityDock__EJWqw{padding-inline:10px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{min-height:58px;font-size:11px}}@media(max-width:350px){.review-midnight-shell_header__XKsKq .review-midnight-shell_wordmark__5GW0I{font-size:20px}.review-midnight-shell_header__XKsKq .review-midnight-shell_crown__Dm1O1{width:24px;height:22px}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X>.review-midnight-shell_brand__CU5mC{gap:5px}.review-midnight-shell_communityDock__EJWqw{padding-inline:6px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:10.5px}}@keyframes review-midnight-shell_dock-open__OyI5c{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.review-midnight-shell_header__XKsKq a,.review-midnight-shell_header__XKsKq button{transition:none}.review-midnight-shell_morePanel__4rgz9:not([hidden]){animation:none}}@media(max-width:1050px){.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{min-height:52px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{flex-direction:row;min-height:44px;gap:5px;padding:8px 2px}.review-midnight-shell_communityDock__EJWqw svg{width:18px;height:18px}}@media(max-width:580px){.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{min-height:52px}.review-midnight-shell_header__XKsKq .review-midnight-shell_reviewPen__fJCcn{height:44px;width:36px;border:0}.review-midnight-shell_header__XKsKq .review-midnight-shell_wordmark__5GW0I{font-size:22px}.review-midnight-shell_communityDock__EJWqw{padding-inline:8px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:11px;min-height:44px}.review-midnight-shell_communityDock__EJWqw svg{width:16px;height:16px}}@media(max-width:350px){.review-midnight-shell_header__XKsKq .review-midnight-shell_wordmark__5GW0I{font-size:20px}.review-midnight-shell_communityDock__EJWqw{padding-inline:4px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:10px;gap:3px}.review-midnight-shell_communityDock__EJWqw svg{width:15px;height:15px}}@media(max-width:1050px){.review-midnight-shell_communityDock__EJWqw>button svg{width:20px;height:20px;flex-shrink:0}.review-midnight-shell_communityDock__EJWqw{grid-template-columns:repeat(4,minmax(0,1fr));padding-inline:0;gap:0}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{min-width:0;height:44px;min-height:44px;padding:0 2px;gap:4px;justify-content:center;align-items:center;font-size:11px;line-height:1;font-weight:500}.review-midnight-shell_communityDock__EJWqw svg,.review-midnight-shell_communityDock__EJWqw>button svg{width:16px;height:16px;flex:0 0 16px;stroke-width:1.7}}@media(max-width:350px){.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:10px;gap:3px;padding:0}}@media(max-width:1050px){.review-midnight-shell_communityDock__EJWqw{grid-template-columns:repeat(3,minmax(0,1fr)) 44px;padding-inline:4px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{font-size:11px;gap:5px;padding:0;line-height:1.2}.review-midnight-shell_communityDock__EJWqw svg,.review-midnight-shell_communityDock__EJWqw>button svg{width:18px;height:18px;flex:0 0 18px;stroke-width:1.8}.review-midnight-shell_communityDock__EJWqw>a:first-child svg{width:24px;height:24px;flex:0 0 24px;stroke-width:1.8}.review-midnight-shell_communityDock__EJWqw{grid-template-columns:1.2fr 1fr 1fr 44px;grid-template-columns:repeat(3,minmax(0,1fr)) 44px}.review-midnight-shell_communityDock__EJWqw>a:first-child svg{width:18px;height:18px;flex:0 0 18px;stroke-width:1.8}.review-midnight-shell_communityDock__EJWqw>a{justify-content:flex-start;padding-inline:8px;gap:5px}.review-midnight-shell_communityDock__EJWqw>button{justify-content:center}.review-midnight-shell_communityDock__EJWqw>a svg{display:block}.review-midnight-shell_communityDock__EJWqw>a span{display:block;line-height:18px}}@media(max-width:350px){.review-midnight-shell_communityDock__EJWqw>a{padding-inline:3px;gap:4px;font-size:10px}}@media(max-width:1050px){.review-midnight-shell_communityDock__EJWqw{display:flex;align-items:center;justify-content:space-between;gap:0;padding-inline:12px}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{flex:0 0 auto;width:auto;padding:0;gap:5px}.review-midnight-shell_communityDock__EJWqw>button{width:32px}}@media(max-width:350px){.review-midnight-shell_communityDock__EJWqw{padding-inline:8px}.review-midnight-shell_communityDock__EJWqw>a{font-size:10px;gap:4px}}@media(max-width:1050px){.review-midnight-shell_communityDock__EJWqw>button{width:18px;min-width:18px}.review-midnight-shell_communityDock__EJWqw>button:before{content:"";position:absolute;inset:0 -13px}}.review-midnight-shell_footer__oka24 .review-midnight-shell_brand__CU5mC,.review-midnight-shell_header__XKsKq .review-midnight-shell_brand__CU5mC{flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X>.review-midnight-shell_brand__CU5mC{gap:3px}.review-midnight-shell_header__XKsKq .review-midnight-shell_crown__Dm1O1{width:30px;height:21px}.review-midnight-shell_header__XKsKq .review-midnight-shell_headerInner__Tin3X{padding-block:8px}.review-midnight-shell_footerBrand__3AKXE{display:flex;flex-direction:column;align-items:center;text-align:center}.review-midnight-shell_footer__oka24 .review-midnight-shell_brand__CU5mC .review-midnight-shell_crown__Dm1O1{width:44px;height:31px}.review-midnight-shell_footer__oka24 .review-midnight-shell_brand__CU5mC .review-midnight-shell_wordmark__5GW0I{color:#071b30}.review-midnight-shell_footer__oka24 .review-midnight-shell_brand__CU5mC .review-midnight-shell_wordmark__5GW0I>span{color:#1875a7}.review-midnight-shell_footerGroup__XAOrP{align-items:center;text-align:center}.review-midnight-shell_footerGroup__XAOrP>a{justify-content:center}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{justify-content:center;text-align:center;flex-wrap:wrap}.review-midnight-shell_footerBottom__i_lbh .review-midnight-shell_legalBrand__d0PiR .review-midnight-shell_wordmark__5GW0I{font-size:21px}.review-midnight-shell_footerBottom__i_lbh .review-midnight-shell_legalBrand__d0PiR .review-midnight-shell_crown__Dm1O1{width:30px;height:21px}@media(max-width:580px){.review-midnight-shell_footerMain__Z2IhD{grid-template-columns:1fr}.review-midnight-shell_footerBrand__3AKXE,.review-midnight-shell_footerGroup__XAOrP{grid-column:1/-1;width:100%}.review-midnight-shell_footerBrand__3AKXE{padding-right:0}.review-midnight-shell_footerBottom__i_lbh>.review-midnight-shell_container__Cz4T1{align-items:center}.review-midnight-shell_footerBottom__i_lbh nav{justify-content:center}}@media(max-width:1050px){.review-midnight-shell_communityDock__EJWqw>button:before{inset:0 -7px 0 -19px}}@media(min-width:1051px){.review-midnight-shell_communityDock__EJWqw{display:flex;align-items:center;justify-content:center;gap:48px;padding:0 32px;min-height:60px;background:#031725}.review-midnight-shell_communityDock__EJWqw>a,.review-midnight-shell_communityDock__EJWqw>button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;background:transparent;color:#a4def7;font:500 14px/1.2 Segoe UI,Arial,sans-serif;position:relative}.review-midnight-shell_communityDock__EJWqw svg{width:20px;height:20px}.review-midnight-shell_morePanel__4rgz9:not([hidden]){display:block;position:absolute;right:32px;top:100%;background:#031725;border:1px solid #365b71;padding:12px;min-width:230px}.review-midnight-shell_morePanel__4rgz9>a{display:flex;align-items:center;gap:12px;padding:12px;color:#a4def7}.review-midnight-shell_morePanel__4rgz9 svg{width:20px;height:20px}}.review-midnight-shell_fullNavigation__aCKvB{display:none}@media(min-width:1051px){.review-midnight-shell_header__XKsKq .review-midnight-shell_communityDock__EJWqw,.review-midnight-shell_header__XKsKq .review-midnight-shell_morePanel__4rgz9{display:none}.review-midnight-shell_fullNavigation__aCKvB{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1320px,calc(100% - 64px));min-height:76px;margin-inline:auto}.review-midnight-shell_fullNavigationLinks__bTfI0{display:flex;align-items:center;justify-content:center;gap:8px}.review-midnight-shell_fullNavigationLinks__bTfI0>a,.review-midnight-shell_homeLink__tnDwx{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:6px;color:#c5dfed;font-size:14px;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.review-midnight-shell_fullNavigationLinks__bTfI0>a:hover,.review-midnight-shell_fullNavigationLinks__bTfI0>a[aria-current=page],.review-midnight-shell_homeLink__tnDwx:hover{background:#123044;color:#fff}.review-midnight-shell_fullNavigationLinks__bTfI0>a[aria-current=page]{box-shadow:inset 0 -2px #8bd3ff}.review-midnight-shell_submitReview__EDsWR{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;background:#9bddff;color:#031725;border:1px solid #b6e7ff;border-radius:6px;font-size:14px;font-weight:600;white-space:nowrap;transition:background .15s}.review-midnight-shell_submitReview__EDsWR:hover{background:#c1ebff}}@media(min-width:1051px) and (max-width:1200px){.review-midnight-shell_fullNavigation__aCKvB{gap:12px;width:calc(100% - 40px)}.review-midnight-shell_fullNavigationLinks__bTfI0{gap:2px}.review-midnight-shell_fullNavigationLinks__bTfI0>a,.review-midnight-shell_homeLink__tnDwx{padding-inline:10px}.review-midnight-shell_submitReview__EDsWR{padding-inline:12px}}@media(min-width:1051px){.review-midnight-shell_header__XKsKq{background:linear-gradient(110deg,#041a29,#082335 60%,#041a29);border-bottom-color:#315469}.review-midnight-shell_fullNavigation__aCKvB{min-height:92px;width:min(1440px,calc(100% - 64px));gap:20px}.review-midnight-shell_fullNavigationLinks__bTfI0{gap:4px;padding:5px;border:1px solid #294a5e;border-radius:12px;background:#03172570}.review-midnight-shell_fullNavigationLinks__bTfI0>a,.review-midnight-shell_homeLink__tnDwx{min-height:48px;padding:0 15px;gap:9px;font-size:15px;border-radius:8px}.review-midnight-shell_fullNavigationLinks__bTfI0 svg,.review-midnight-shell_homeLink__tnDwx svg{flex-shrink:0;color:#88cdeb;stroke-width:1.7}.review-midnight-shell_homeLink__tnDwx[aria-current=page]{color:#fff;background:#15364b}.review-midnight-shell_fullNavigationLinks__bTfI0>a:hover,.review-midnight-shell_homeLink__tnDwx:hover{background:#1a3c51}.review-midnight-shell_submitReview__EDsWR{min-height:50px;padding:0 20px;border-radius:9px;font-size:15px;box-shadow:0 4px 16px #0002}}@media(min-width:1051px) and (max-width:1250px){.review-midnight-shell_fullNavigation__aCKvB{width:calc(100% - 40px);gap:12px}.review-midnight-shell_fullNavigationLinks__bTfI0>a,.review-midnight-shell_homeLink__tnDwx{padding-inline:9px;font-size:14px;gap:6px}.review-midnight-shell_submitReview__EDsWR{padding-inline:12px;font-size:14px}}