.majestic-button{appearance:none;border-radius:var(--majestic-radius-sm);font-family:var(--majestic-font-sans);align-items:center;gap:var(--majestic-space-2);letter-spacing:var(--majestic-letter-spacing-normal);min-width:0;transition:background-color var(--majestic-duration-fast) var(--majestic-ease-standard), border-color var(--majestic-duration-fast) var(--majestic-ease-standard), color var(--majestic-duration-fast) var(--majestic-ease-standard), opacity var(--majestic-duration-fast) var(--majestic-ease-standard), transform var(--majestic-duration-fast) var(--majestic-ease-standard);-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #0000;justify-content:center;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.majestic-button--sm{font-size:var(--majestic-button-sm-font-size);height:var(--majestic-button-sm-height);padding-inline:var(--majestic-button-sm-padding-x)}.majestic-button--md{font-size:var(--majestic-button-md-font-size);height:var(--majestic-button-md-height);padding-inline:var(--majestic-button-md-padding-x)}.majestic-button--lg{font-size:var(--majestic-button-lg-font-size);height:var(--majestic-button-lg-height);padding-inline:var(--majestic-button-lg-padding-x)}.majestic-button--primary{background:var(--majestic-color-cobalt-600);color:var(--majestic-color-white)}.majestic-button--primary:hover:not(:disabled){background:var(--majestic-color-cobalt-700)}.majestic-button--secondary{background:var(--majestic-color-surface-card);border-color:var(--majestic-color-border-strong);color:var(--majestic-color-text-primary)}.majestic-button--secondary:hover:not(:disabled){border-color:var(--majestic-color-cobalt-600);color:var(--majestic-color-cobalt-600)}.majestic-button--ghost{color:var(--majestic-color-text-primary);background:0 0}.majestic-button--ghost:hover:not(:disabled){background:color-mix(in srgb, var(--majestic-color-cobalt-600) 10%, transparent)}.majestic-button--danger{background:var(--majestic-color-error-600);color:var(--majestic-color-white)}.majestic-button:focus-visible,.majestic-button--focus{box-shadow:var(--majestic-shadow-focus);outline:none}.majestic-button:disabled,.majestic-button--disabled{cursor:not-allowed;opacity:.4}.majestic-button--success{background:var(--majestic-color-pass-600);color:var(--majestic-color-white)}.majestic-button__spinner{animation:majestic-scale-in var(--majestic-duration-fast) var(--majestic-ease-emphasized);border:2px solid;border-radius:var(--majestic-radius-pill);border-block-start-color:#0000;width:1em;height:1em;display:inline-block}@media (prefers-reduced-motion:no-preference){.majestic-button__spinner{animation:majestic-button-spin var(--majestic-duration-xslow) linear infinite}}@keyframes majestic-button-spin{to{transform:rotate(360deg)}}.majestic-input{color:var(--majestic-color-text-primary);font-family:var(--majestic-font-sans);gap:var(--majestic-space-2);min-width:0;display:grid}.majestic-input__label{font-size:var(--majestic-text-caption-font-size);font-weight:800;line-height:1.2}.majestic-input__description,.majestic-input__message{color:var(--majestic-color-text-muted);font-size:12px;line-height:1.35}.majestic-input__control{background:var(--majestic-color-surface-card);border:1px solid var(--majestic-color-border-strong);border-radius:var(--majestic-radius-sm);color:var(--majestic-color-text-primary);font:inherit;min-height:var(--majestic-button-md-height);min-width:0;padding:0 var(--majestic-space-4);transition:border-color var(--majestic-duration-fast) var(--majestic-ease-standard), box-shadow var(--majestic-duration-fast) var(--majestic-ease-standard), opacity var(--majestic-duration-fast) var(--majestic-ease-standard);width:100%}.majestic-input__control:focus-visible,.majestic-input--focus .majestic-input__control{border-color:var(--majestic-color-cobalt-600);box-shadow:var(--majestic-shadow-focus);outline:none}.majestic-input--disabled{opacity:.4}.majestic-input--disabled .majestic-input__control{cursor:not-allowed}.majestic-input--error .majestic-input__control{border-color:var(--majestic-color-error-600)}.majestic-input__message--error{color:var(--majestic-color-error-600)}.majestic-input--success .majestic-input__control{border-color:var(--majestic-color-pass-600)}.majestic-input__message--success{color:var(--majestic-color-pass-600)}.majestic-text{color:var(--majestic-color-text-primary);font-family:var(--majestic-font-sans);letter-spacing:var(--majestic-letter-spacing-normal);margin-block:0}.majestic-text--display{font-size:var(--majestic-text-display-font-size);font-weight:900;line-height:var(--majestic-text-display-line-height)}.majestic-text--h1{font-size:var(--majestic-text-h1-font-size);font-weight:900;line-height:var(--majestic-text-h1-line-height)}.majestic-text--h2{font-size:var(--majestic-text-h2-font-size);font-weight:900;line-height:var(--majestic-text-h2-line-height)}.majestic-text--h3{font-size:var(--majestic-text-h3-font-size);font-weight:800;line-height:var(--majestic-text-h3-line-height)}.majestic-text--title{font-size:var(--majestic-text-title-font-size);font-weight:800;line-height:var(--majestic-text-title-line-height)}.majestic-text--body{font-size:var(--majestic-text-body-font-size);font-weight:500;line-height:var(--majestic-text-body-line-height)}.majestic-text--caption{font-size:var(--majestic-text-caption-font-size);font-weight:600;line-height:var(--majestic-text-caption-line-height)}.majestic-text--code{font-family:var(--majestic-font-mono);font-size:var(--majestic-text-code-font-size);font-weight:700;line-height:1.3}.majestic-text--muted{color:var(--majestic-color-text-muted)}.majestic-shell{background:var(--majestic-color-surface-canvas);color:var(--majestic-color-text-primary);min-height:100vh}.majestic-nav{background:var(--majestic-color-surface-card);border-block-end:1px solid var(--majestic-color-border-subtle);align-items:center;gap:var(--majestic-space-6);min-height:88px;padding:var(--majestic-space-4) clamp(var(--majestic-space-4), 4vw, var(--majestic-space-16));grid-template-columns:minmax(180px,260px) 1fr auto;display:grid}.majestic-nav__brand{align-items:center;min-width:0;display:flex}.majestic-nav__brand img{width:100%;max-width:220px;height:auto;max-height:54px;display:block}.majestic-nav__links,.majestic-nav__actions{align-items:center;gap:clamp(var(--majestic-space-3), 2vw, var(--majestic-space-8));display:flex}.majestic-nav__links{justify-content:center}.majestic-nav__links a{font-size:15px;font-weight:700;text-decoration:none}.majestic-nav__actions{justify-content:end}.majestic-route-content{gap:var(--majestic-space-12);max-width:1440px;padding:clamp(var(--majestic-space-5), 5vw, var(--majestic-space-16));margin-inline:auto;display:grid}.majestic-hero-grid,.majestic-checkout-grid{gap:var(--majestic-space-8);grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);display:grid}.majestic-hero-title{font-family:var(--majestic-font-sans);font-size:var(--majestic-text-h1-font-size);letter-spacing:var(--majestic-letter-spacing-normal);font-weight:900;line-height:var(--majestic-text-h1-line-height);margin:var(--majestic-space-4) 0;max-width:780px}.majestic-card-grid{gap:var(--majestic-space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.majestic-product-card,.majestic-row-card,.majestic-order-summary{background:var(--majestic-color-surface-card);border:1px solid var(--majestic-color-border-subtle);border-radius:var(--majestic-radius-md);box-shadow:var(--majestic-shadow-card)}.majestic-product-card{gap:var(--majestic-space-5);padding:var(--majestic-space-5);display:grid}.majestic-product-card__body{gap:var(--majestic-space-3);display:grid}.majestic-product-card__meta{color:var(--majestic-color-text-muted);justify-content:space-between;align-items:center;display:flex}.majestic-product-card__meta strong,.majestic-row-card strong{color:var(--majestic-color-cobalt-600);font-family:var(--majestic-font-mono)}.majestic-row-card{align-items:center;gap:var(--majestic-space-4);padding:var(--majestic-space-3);grid-template-columns:88px minmax(0,1fr) auto auto;display:grid}.majestic-row-card .majestic-media-frame{min-height:72px}.majestic-media-frame{aspect-ratio:4/3;border:1px solid var(--majestic-color-border-strong);border-radius:var(--majestic-radius-md);min-height:220px;padding:var(--majestic-space-5);background:linear-gradient(135deg,#0057ff1f,#fff0);place-items:center;margin:0;display:grid}.majestic-media-frame__bottle{border:1px dashed var(--majestic-color-cobalt-500);background:linear-gradient(#0057ff29,#0057ff0a);border-radius:999px 999px 42px 42px;width:min(34%,120px);height:min(70%,220px)}.majestic-pill{border-radius:var(--majestic-radius-pill);font-family:var(--majestic-font-mono);letter-spacing:var(--majestic-letter-spacing-wide);text-transform:uppercase;border:1px solid;justify-self:start;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.majestic-pill--source{color:var(--majestic-color-cobalt-600)}.majestic-pill--pending{color:var(--majestic-color-pending-600)}.majestic-pill--blocked{color:var(--majestic-color-error-600)}.majestic-pill--pass{color:var(--majestic-color-pass-600)}.majestic-checkout-progress{gap:var(--majestic-space-3);grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.majestic-checkout-progress li{border:1px solid var(--majestic-color-border-subtle);border-radius:var(--majestic-radius-sm);color:var(--majestic-color-text-muted);align-items:center;gap:var(--majestic-space-2);padding:var(--majestic-space-3);justify-items:center;display:grid}.majestic-checkout-progress li.is-active{border-color:var(--majestic-color-cobalt-600);color:var(--majestic-color-cobalt-600)}.majestic-checkout-progress span{font-family:var(--majestic-font-mono);font-weight:700}.majestic-order-summary{gap:var(--majestic-space-5);padding:var(--majestic-space-5);display:grid}.majestic-order-summary dl{gap:var(--majestic-space-3);margin:0;display:grid}.majestic-order-summary dl div{justify-content:space-between;display:flex}.majestic-order-summary dt{color:var(--majestic-color-text-muted)}.majestic-order-summary dd{margin:0;font-weight:800}.majestic-triptych{gap:var(--majestic-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (width<=860px){.majestic-nav{grid-template-columns:1fr auto}.majestic-nav__links{grid-column:1/-1;justify-content:start;padding-block-end:var(--majestic-space-1);overflow-x:auto}.majestic-hero-grid,.majestic-checkout-grid,.majestic-triptych{grid-template-columns:1fr}.majestic-row-card{grid-template-columns:72px minmax(0,1fr) auto}.majestic-row-card .majestic-button{grid-column:1/-1}.majestic-checkout-progress{display:flex;overflow-x:auto}.majestic-checkout-progress li{min-width:112px}}@media (width<=520px){.majestic-nav{min-height:auto}.majestic-nav__actions{display:none}.majestic-nav__brand img{max-width:176px}.majestic-route-content{padding-inline:var(--majestic-space-4)}}.openlab-report-wrapper{background:var(--majestic-color-surface-card);border:1px solid var(--majestic-color-border-subtle);border-radius:var(--majestic-radius-md);box-shadow:var(--majestic-shadow-card);gap:var(--majestic-space-5);padding:var(--majestic-space-5);display:grid}.openlab-report-wrapper__header{align-items:start;gap:var(--majestic-space-4);justify-content:space-between;display:flex}.openlab-report-wrapper__title{gap:var(--majestic-space-2);min-width:0;display:grid}.openlab-report-wrapper__action{border:1px solid var(--majestic-color-border-subtle);border-radius:var(--majestic-radius-sm);min-height:var(--majestic-button-md-height);padding-inline:var(--majestic-button-md-padding-x);white-space:nowrap;justify-content:center;align-items:center;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.openlab-report-wrapper__action[aria-disabled=true]{color:var(--majestic-color-text-muted);pointer-events:none}.openlab-report-wrapper__grid{gap:var(--majestic-space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.openlab-report-wrapper__metric{border:1px solid var(--majestic-color-border-subtle);border-radius:var(--majestic-radius-sm);gap:var(--majestic-space-1);min-height:88px;padding:var(--majestic-space-3);display:grid}.openlab-report-wrapper__metric span{color:var(--majestic-color-text-muted);text-transform:uppercase;font-size:12px;font-weight:800}.openlab-report-wrapper__metric strong{font-family:var(--majestic-font-mono);overflow-wrap:anywhere}.openlab-methodology{border-block-start:1px solid var(--majestic-color-border-subtle);gap:var(--majestic-space-4);padding-block-start:var(--majestic-space-4);display:grid}.openlab-methodology__steps{gap:var(--majestic-space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.openlab-methodology__step{background:var(--majestic-color-ice-50);border-radius:var(--majestic-radius-sm);gap:var(--majestic-space-1);padding:var(--majestic-space-3);display:grid}.openlab-methodology__step span{color:var(--majestic-color-text-muted);text-transform:uppercase;font-size:12px;font-weight:800}@media (width<=860px){.openlab-report-wrapper__header{display:grid}.openlab-report-wrapper__grid,.openlab-methodology__steps{grid-template-columns:1fr}}.email-capture-shell{background:var(--majestic-color-surface-card);border:1px solid var(--majestic-color-border-strong);border-radius:var(--majestic-radius-md);box-shadow:var(--majestic-shadow-card);gap:var(--majestic-space-6);padding:var(--majestic-space-8);grid-template-columns:minmax(0,1fr) minmax(280px,420px);display:grid}.email-capture-shell__copy{gap:var(--majestic-space-2);min-width:0;display:grid}.email-capture-shell__form{align-items:end;gap:var(--majestic-space-3);grid-template-columns:minmax(0,1fr) auto;min-width:0;display:grid}.email-capture-shell__consent{color:var(--majestic-color-text-muted);font-family:var(--majestic-font-sans);font-size:var(--majestic-text-caption-font-size);align-items:center;gap:var(--majestic-space-2);font-weight:700;line-height:1.2;display:inline-flex}.email-capture-shell__consent input{accent-color:var(--majestic-color-cobalt-600);margin:0}@media (width<=760px){.email-capture-shell,.email-capture-shell__form{grid-template-columns:1fr}}.variant-hero-e-v4{--variant-bg:#020304;--variant-card:#080a0d;--variant-card-strong:#101318;--variant-proof:#0b0d12;--variant-metric:#0d1014;--variant-border:#1264ff59;--variant-border-soft:#ffffff14;--variant-cobalt:#1264ff;--variant-text:#f5f7fa;--variant-muted:#8792a3;--variant-faint:#5f6b7a;background:var(--variant-bg);color:var(--variant-text);gap:0;min-height:100vh;display:grid}.variant-hero-e-v4__trust-rail,.variant-hero-e-v4__premium-nav,.variant-hero-e-v4__user-rail,.variant-hero-e-v4__email-hero,.variant-hero-e-v4__trust-chain,.variant-hero-e-v4__category-browse,.variant-hero-e-v4__most-ordered,.variant-hero-e-v4__openlab-table,.variant-hero-e-v4__brand-assurance,.variant-hero-e-v4__reviews,.variant-hero-e-v4__global-footer{width:100%;max-width:1440px;margin-inline:auto}.variant-hero-e-v4__trust-rail{color:#5f6b7a;font-family:var(--majestic-font-mono);text-transform:uppercase;background:#f3f5f8;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;min-height:36px;padding:0 28px;font-size:11px;font-weight:800;display:grid}.variant-hero-e-v4__trust-rail span{white-space:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.variant-hero-e-v4__trust-rail i{background:var(--variant-cobalt);border-radius:999px;width:8px;height:8px;display:inline-block}.variant-hero-e-v4__premium-nav{color:#020304;background:#f8fafc;grid-template-columns:minmax(220px,360px) minmax(0,1fr) auto;align-items:center;gap:28px;min-height:124px;padding:18px 28px;display:grid}.variant-hero-e-v4__premium-brand img{width:320px;max-width:min(420px,100%);height:auto;display:block}.variant-hero-e-v4__premium-nav nav,.variant-hero-e-v4__premium-actions,.variant-hero-e-v4__user-rail,.variant-hero-e-v4__user-rail>div{flex-wrap:wrap;align-items:center;display:flex}.variant-hero-e-v4__premium-nav nav{justify-content:center;gap:28px}.variant-hero-e-v4__premium-nav a,.variant-hero-e-v4__user-rail a{color:inherit;font-weight:950;text-decoration:none}.variant-hero-e-v4__premium-nav nav a{font-size:clamp(18px,2vw,30px)}.variant-hero-e-v4__premium-actions{justify-content:end;gap:12px}.variant-hero-e-v4__premium-actions a,.variant-hero-e-v4__user-rail span,.variant-hero-e-v4__user-rail a{border:1px solid #0203041f;border-radius:999px;padding:8px 14px}.variant-hero-e-v4__premium-actions a:last-child{background:var(--variant-cobalt);color:#fff}.variant-hero-e-v4__user-rail{color:#2f3947;text-transform:uppercase;background:#f8fafc;border-top:1px solid #0203041a;justify-content:space-between;min-height:48px;padding:6px 28px;font-size:13px;font-weight:900}.variant-hero-e-v4__user-rail>div{gap:8px}.variant-hero-e-v4__email-hero{grid-template-columns:minmax(0,.92fr) minmax(360px,.58fr);align-items:stretch;gap:24px;padding:80px 28px;display:grid}.variant-hero-e-v4__email-hero>div:first-child,.variant-hero-e-v4__trust-chain,.variant-hero-e-v4__category-browse,.variant-hero-e-v4__most-ordered,.variant-hero-e-v4__openlab-table,.variant-hero-e-v4__brand-assurance,.variant-hero-e-v4__reviews{background:var(--variant-card);border:1px solid var(--variant-border);border-radius:24px}.variant-hero-e-v4__email-hero>div:first-child{align-content:center;gap:18px;padding:34px;display:grid}.variant-hero-e-v4__email-hero h2{font-size:clamp(42px,5vw,72px);font-weight:950;line-height:.94}.variant-hero-e-v4__email-hero p,.variant-hero-e-v4__section-heading p,.variant-hero-e-v4__trust-grid p,.variant-hero-e-v4__category-grid p,.variant-hero-e-v4__assurance-grid p,.variant-hero-e-v4__review-grid p,.variant-hero-e-v4__global-footer p{color:var(--variant-muted);font-size:16px;font-weight:650;line-height:1.5}.variant-hero-e-v4__email-hero .email-capture-shell{min-height:100%;margin:0}.variant-hero-e-v4__trust-chain,.variant-hero-e-v4__category-browse,.variant-hero-e-v4__most-ordered,.variant-hero-e-v4__openlab-table,.variant-hero-e-v4__brand-assurance,.variant-hero-e-v4__reviews{gap:24px;padding:72px 28px;display:grid}.variant-hero-e-v4__trust-grid,.variant-hero-e-v4__category-grid,.variant-hero-e-v4__assurance-grid,.variant-hero-e-v4__review-grid{gap:16px;display:grid}.variant-hero-e-v4__trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-hero-e-v4__category-grid,.variant-hero-e-v4__assurance-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.variant-hero-e-v4__review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-hero-e-v4__trust-grid article,.variant-hero-e-v4__category-grid article,.variant-hero-e-v4__assurance-grid article,.variant-hero-e-v4__review-grid article,.variant-hero-e-v4__rail-card{background:var(--variant-card-strong);border:1px solid var(--variant-border-soft);border-radius:18px;gap:12px;padding:20px;display:grid}.variant-hero-e-v4__trust-grid h3,.variant-hero-e-v4__category-grid h3,.variant-hero-e-v4__assurance-grid h3,.variant-hero-e-v4__review-grid h3,.variant-hero-e-v4__rail-card h3{font-size:24px;font-weight:950;line-height:1}.variant-hero-e-v4__metric-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;display:grid}.variant-hero-e-v4__metric-strip div{background:var(--variant-metric);border:1px solid var(--variant-border-soft);border-radius:18px;padding:20px}.variant-hero-e-v4__metric-strip dt{color:var(--variant-muted);font-family:var(--majestic-font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:900}.variant-hero-e-v4__metric-strip dd{color:var(--variant-text);margin:8px 0 0;font-size:36px;font-weight:950}.variant-hero-e-v4__filter-bar,.variant-hero-e-v4__product-tabs{flex-wrap:wrap;gap:10px;display:flex}.variant-hero-e-v4__filter-bar a,.variant-hero-e-v4__product-tabs span{border:1px solid var(--variant-border);color:#7ba7ff;font-family:var(--majestic-font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:900;text-decoration:none}.variant-hero-e-v4__category-grid a{color:#7ba7ff;font-weight:900;text-decoration:none}.variant-hero-e-v4__product-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.variant-hero-e-v4__rail-card{grid-template-columns:90px minmax(0,1fr)}.variant-hero-e-v4__rail-card>strong,.variant-hero-e-v4__rail-card>a,.variant-hero-e-v4__rail-metrics{grid-column:1/-1}.variant-hero-e-v4__rail-card p{color:var(--variant-muted);margin:0;font-size:14px;font-weight:800}.variant-hero-e-v4__rail-card>strong{color:var(--variant-text);font-family:var(--majestic-font-mono);font-size:20px}.variant-hero-e-v4__rail-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.variant-hero-e-v4__rail-card>a{background:var(--variant-cobalt);color:#fff;border-radius:14px;justify-content:center;align-items:center;min-height:44px;font-weight:950;text-decoration:none;display:inline-flex}.variant-hero-e-v4__lab-table{border:1px solid var(--variant-border-soft);border-radius:18px;overflow:hidden}.variant-hero-e-v4__lab-table [role=row]{grid-template-columns:1.2fr 1fr .8fr 1fr;display:grid}.variant-hero-e-v4__lab-table [role=row]:first-child{background:var(--variant-metric);color:var(--variant-muted);font-family:var(--majestic-font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900}.variant-hero-e-v4__lab-table span{border-bottom:1px solid var(--variant-border-soft);padding:16px}.variant-hero-e-v4__global-footer{border-top:1px solid var(--variant-border-soft);background:#05070a;grid-template-columns:minmax(240px,1.2fr) repeat(4,minmax(140px,1fr));gap:28px;padding:64px 28px 28px;display:grid}.variant-hero-e-v4__global-footer img{max-width:280px;height:auto;margin-bottom:18px;display:block}.variant-hero-e-v4__global-footer nav{align-content:start;gap:10px;display:grid}.variant-hero-e-v4__global-footer h2{color:var(--variant-text);font-size:16px;font-weight:950}.variant-hero-e-v4__global-footer a{color:var(--variant-muted);font-size:14px;font-weight:800;text-decoration:none}.variant-hero-e-v4__disclaimer{border-top:1px solid var(--variant-border-soft);grid-column:1/-1;padding-top:22px}@media (width<=980px){.variant-hero-e-v4__premium-nav,.variant-hero-e-v4__email-hero,.variant-hero-e-v4__product-rail,.variant-hero-e-v4__global-footer{grid-template-columns:1fr}.variant-hero-e-v4__trust-rail,.variant-hero-e-v4__trust-grid,.variant-hero-e-v4__category-grid,.variant-hero-e-v4__assurance-grid,.variant-hero-e-v4__review-grid,.variant-hero-e-v4__metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-hero-e-v4__premium-nav nav,.variant-hero-e-v4__premium-actions{justify-content:start}}@media (width<=560px){.variant-hero-e-v4__trust-rail,.variant-hero-e-v4__trust-grid,.variant-hero-e-v4__category-grid,.variant-hero-e-v4__assurance-grid,.variant-hero-e-v4__review-grid,.variant-hero-e-v4__metric-strip{grid-template-columns:1fr}.variant-hero-e-v4__trust-rail{align-items:start;padding-block:10px}.variant-hero-e-v4__premium-nav,.variant-hero-e-v4__user-rail,.variant-hero-e-v4__email-hero,.variant-hero-e-v4__trust-chain,.variant-hero-e-v4__category-browse,.variant-hero-e-v4__most-ordered,.variant-hero-e-v4__openlab-table,.variant-hero-e-v4__brand-assurance,.variant-hero-e-v4__reviews,.variant-hero-e-v4__global-footer{padding-inline:16px}.variant-hero-e-v4__premium-nav nav a{font-size:18px}.variant-hero-e-v4__lab-table{overflow-x:auto}.variant-hero-e-v4__lab-table [role=row]{min-width:620px}}.variant-hero-e-v4>section,.variant-hero-e-v4__footer{width:100%;max-width:1440px;margin-inline:auto;padding-inline:28px}.variant-hero-e-v4 .majestic-nav{background:#f5f7fa;border-color:#0203041f;min-height:118px}.variant-hero-e-v4 .majestic-nav__links a,.variant-hero-e-v4 .majestic-nav__actions{color:#020304}.variant-hero-e-v4 .majestic-nav__links a{font-size:clamp(15px,1.35vw,20px)}.variant-hero-e-v4__hero{grid-template-columns:minmax(320px,440px) minmax(0,574px) minmax(260px,322px);gap:24px;min-height:900px;padding-block:28px;display:grid}.variant-hero-e-v4 h1,.variant-hero-e-v4 h2,.variant-hero-e-v4 h3,.variant-hero-e-v4 p,.variant-hero-e-v4 figure{margin:0}.variant-hero-e-v4__featured-card,.variant-hero-e-v4__statement-panel,.variant-hero-e-v4__quick-rail,.variant-hero-e-v4__catalogue-row,.variant-hero-e-v4__notice,.variant-hero-e-v4__footer{background:var(--variant-card);border:1px solid var(--variant-border);border-radius:24px}.variant-hero-e-v4__featured-card,.variant-hero-e-v4__statement-panel,.variant-hero-e-v4__quick-rail{min-height:844px}.variant-hero-e-v4__featured-card{gap:18px;padding:20px;display:grid}.variant-hero-e-v4__eyebrow-spread{color:var(--variant-cobalt);font-family:var(--majestic-font-mono);letter-spacing:.18em;text-transform:uppercase;justify-content:space-between;font-size:11px;font-weight:800;display:flex}.variant-hero-e-v4__render-stage{border:1px solid var(--variant-border);background:linear-gradient(#111b2c 0%,#0b1018 100%);border-radius:20px;place-items:center;display:grid;position:relative;overflow:hidden}.variant-hero-e-v4__render-stage--hero{min-height:552px;padding:28px}.variant-hero-e-v4__render-stage--thumb{min-width:74px;min-height:92px;padding:8px}.variant-hero-e-v4__render-stage img{object-fit:contain;z-index:1;max-width:min(280px,84%);height:auto;max-height:440px;display:block;position:relative}.variant-hero-e-v4__render-stage--thumb img{max-width:56px;max-height:72px}.variant-hero-e-v4__render-stage:before{content:"";filter:blur(44px);background:#1264ff52;border-radius:999px;width:250px;height:250px;position:absolute}.variant-hero-e-v4__render-stage--thumb:before{width:74px;height:74px}.variant-hero-e-v4__render-stage figcaption{color:#7ba7ff;font-family:var(--majestic-font-mono);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:800;position:absolute;bottom:16px}.variant-hero-e-v4__corner{border-color:var(--variant-cobalt);z-index:2;width:18px;height:18px;position:absolute}.variant-hero-e-v4__corner--tl{border-top:2px solid;border-left:2px solid;top:14px;left:14px}.variant-hero-e-v4__corner--tr{border-top:2px solid;border-right:2px solid;top:14px;right:14px}.variant-hero-e-v4__corner--bl{border-bottom:2px solid;border-left:2px solid;bottom:14px;left:14px}.variant-hero-e-v4__corner--br{border-bottom:2px solid;border-right:2px solid;bottom:14px;right:14px}.variant-hero-e-v4__featured-info{gap:12px;display:grid}.variant-hero-e-v4__featured-info h2{font-size:30px;font-weight:900;line-height:1}.variant-hero-e-v4__featured-info>p{color:var(--variant-muted);font-size:14px;font-weight:700}.variant-hero-e-v4__metric-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.variant-hero-e-v4__metric-box{background:var(--variant-metric);border:1px solid var(--variant-border-soft);border-radius:14px;justify-items:center;gap:4px;min-height:58px;padding:10px 8px;display:grid}.variant-hero-e-v4__metric-box strong{color:var(--variant-cobalt);font-size:16px;font-weight:900;line-height:1}.variant-hero-e-v4__metric-box span{color:var(--variant-faint);font-family:var(--majestic-font-mono);letter-spacing:.12em;font-size:9px;font-weight:800}.variant-hero-e-v4__commerce-row{grid-template-columns:1fr;gap:10px;display:grid}.variant-hero-e-v4__commerce-row>strong{color:var(--variant-text);text-align:right;font-size:20px;font-weight:900}.variant-hero-e-v4__button,.variant-hero-e-v4__quick-card a,.variant-hero-e-v4__catalogue-row a{border:1px solid var(--variant-cobalt);color:var(--variant-text);border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding-inline:18px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex}.variant-hero-e-v4__button--primary,.variant-hero-e-v4__quick-card a{background:var(--variant-cobalt)}.variant-hero-e-v4__button--secondary,.variant-hero-e-v4__catalogue-row a{color:#7ba7ff;background:0 0}.variant-hero-e-v4__classification{color:var(--variant-faint);font-family:var(--majestic-font-mono);letter-spacing:.08em;font-size:10px;font-weight:700;line-height:1.4}.variant-hero-e-v4__statement-panel{align-content:center;gap:24px;padding:48px 42px;display:grid}.variant-hero-e-v4__hero-eyebrow{color:var(--variant-cobalt);font-family:var(--majestic-font-mono);letter-spacing:.18em;font-size:12px;font-weight:800}.variant-hero-e-v4__statement-panel h1{color:#f7f8fa;letter-spacing:0;font-size:clamp(54px,5vw,72px);font-weight:950;line-height:.92}.variant-hero-e-v4__statement-panel>p{color:var(--variant-muted);font-size:17px;font-weight:500;line-height:1.5}.variant-hero-e-v4__actions{flex-wrap:wrap;gap:12px;display:flex}.variant-hero-e-v4__proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.variant-hero-e-v4__proof-grid article{background:var(--variant-proof);border:1px solid var(--variant-border-soft);border-radius:16px;gap:8px;min-height:122px;padding:18px;display:grid}.variant-hero-e-v4__proof-grid h2{font-size:18px;font-weight:900;line-height:1.1}.variant-hero-e-v4__proof-grid p,.variant-hero-e-v4__tagline{color:var(--variant-muted);font-size:13px;font-weight:600;line-height:1.4}.variant-hero-e-v4__tagline{color:var(--variant-faint);font-family:var(--majestic-font-mono);letter-spacing:.08em}.variant-hero-e-v4__quick-rail{align-content:start;gap:18px;padding:20px;display:grid}.variant-hero-e-v4__quick-rail>div:first-child span,.variant-hero-e-v4__quick-rail>div:first-child p{color:var(--variant-cobalt);font-family:var(--majestic-font-mono);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.variant-hero-e-v4__quick-rail>div:first-child p{color:#7ba7ff;margin-top:4px;font-size:10px}.variant-hero-e-v4__quick-stack{gap:14px;display:grid}.variant-hero-e-v4__quick-card{background:var(--variant-card-strong);border:1px solid var(--variant-border-soft);border-radius:18px;grid-template-columns:76px minmax(0,1fr);gap:10px;padding:14px;display:grid}.variant-hero-e-v4__quick-card>strong{color:var(--variant-text);font-size:18px;font-weight:900}.variant-hero-e-v4__quick-card a,.variant-hero-e-v4__quick-card>strong{grid-column:1/-1}.variant-hero-e-v4__quick-card h3{font-size:22px;font-weight:900;line-height:1}.variant-hero-e-v4__quick-card p,.variant-hero-e-v4__quick-card span{color:var(--variant-muted);font-size:13px;font-weight:700;line-height:1.25;display:block}.variant-hero-e-v4__catalogue-list,.variant-hero-e-v4__checkout,.variant-hero-e-v4__openlab{gap:24px;padding-block:72px;display:grid}.variant-hero-e-v4__section-heading{gap:14px;display:grid}.variant-hero-e-v4__section-heading h2,.variant-hero-e-v4__catalogue-list>h2,.variant-hero-e-v4__checkout h2,.variant-hero-e-v4__openlab>h2{font-size:clamp(34px,4vw,56px);font-weight:950;line-height:1}.variant-hero-e-v4__rows{gap:16px;display:grid}.variant-hero-e-v4__catalogue-row{grid-template-columns:140px minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:20px;display:grid}.variant-hero-e-v4__catalogue-row .majestic-media-frame{min-height:112px}.variant-hero-e-v4__catalogue-row h3{font-size:34px;font-weight:950;line-height:1}.variant-hero-e-v4__catalogue-row p{color:var(--variant-muted);font-size:18px;font-weight:800}.variant-hero-e-v4__catalogue-row strong{color:var(--variant-text);font-family:var(--majestic-font-mono);font-size:20px}.variant-hero-e-v4__checkout{grid-template-columns:minmax(0,1fr) minmax(340px,.5fr)}.variant-hero-e-v4__checkout>div{gap:20px;display:grid}.variant-hero-e-v4__notice{border-color:var(--variant-cobalt);gap:16px;padding:28px;display:grid}.variant-hero-e-v4__notice p,.variant-hero-e-v4__footer p{color:var(--variant-text);font-size:clamp(22px,2.4vw,34px);font-weight:850;line-height:1.18}.variant-hero-e-v4__openlab{padding-block-end:72px}.variant-hero-e-v4__openlab .majestic-triptych{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-hero-e-v4__footer{gap:20px;margin-block:0 72px;padding:32px;display:grid}@media (width<=1160px){.variant-hero-e-v4__hero{grid-template-columns:minmax(320px,.75fr) minmax(0,1fr)}.variant-hero-e-v4__quick-rail{grid-column:1/-1;min-height:auto}.variant-hero-e-v4__quick-stack{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.variant-hero-e-v4 .majestic-nav{background:#080a0d;min-height:96px}.variant-hero-e-v4 .majestic-nav__links a,.variant-hero-e-v4 .majestic-nav__actions{color:var(--variant-text)}.variant-hero-e-v4__hero,.variant-hero-e-v4__quick-stack,.variant-hero-e-v4__checkout{grid-template-columns:1fr}.variant-hero-e-v4__featured-card,.variant-hero-e-v4__statement-panel,.variant-hero-e-v4__quick-rail{min-height:auto}.variant-hero-e-v4__statement-panel{padding:28px}.variant-hero-e-v4__proof-grid{grid-template-columns:1fr}.variant-hero-e-v4__catalogue-row{grid-template-columns:116px minmax(0,1fr) auto}.variant-hero-e-v4__catalogue-row a{grid-column:1/-1}}@media (width<=560px){.variant-hero-e-v4>section,.variant-hero-e-v4__footer{padding-inline:16px}.variant-hero-e-v4__hero{padding-block:16px}.variant-hero-e-v4__statement-panel h1{font-size:44px}.variant-hero-e-v4__actions,.variant-hero-e-v4__button{width:100%}.variant-hero-e-v4__metric-row{grid-template-columns:1fr}.variant-hero-e-v4__catalogue-row{grid-template-columns:92px minmax(0,1fr);align-items:start}.variant-hero-e-v4__catalogue-row strong,.variant-hero-e-v4__catalogue-row a{grid-column:2}.variant-hero-e-v4__openlab .majestic-triptych{grid-template-columns:1fr}}.shopper-add-to-bag{align-items:stretch;gap:8px;min-width:min(100%,180px);display:inline-grid}.shopper-add-to-bag .majestic-button,.variant-hero-e-v4__button.majestic-button{border-radius:14px;justify-content:center;width:100%}.shopper-add-to-bag__status{color:var(--variant-muted);max-width:260px;font-size:12px;font-weight:800;line-height:1.35}.shopper-add-to-bag[data-add-to-bag-status=applied] .shopper-add-to-bag__status{color:#17d98e}.shopper-add-to-bag[data-add-to-bag-status=blocked] .shopper-add-to-bag__status,.shopper-add-to-bag[data-add-to-bag-status=failed] .shopper-add-to-bag__status{color:#f0a018}.shopper-product-route{color:var(--variant-text);background:#020304;min-height:calc(100vh - 120px);padding:52px 28px 96px}.shopper-product-route__hero{grid-template-columns:minmax(0,.95fr) minmax(380px,.62fr);align-items:stretch;gap:28px;max-width:1320px;margin:0 auto;display:grid}.shopper-product-route__copy,.shopper-product-route__purchase{background:var(--variant-card);border:1px solid var(--variant-border);border-radius:24px;gap:22px;padding:32px;display:grid}.shopper-product-route__copy{align-content:center}.shopper-product-route h1{color:var(--variant-text);letter-spacing:0;margin:0;font-size:clamp(54px,7vw,104px);font-weight:950;line-height:.9}.shopper-product-route p{color:var(--variant-muted);max-width:720px;margin:0;font-size:17px;font-weight:650;line-height:1.55}.shopper-product-route__metrics,.shopper-product-route__actions,.shopper-product-route__price-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.shopper-product-route__actions{margin-top:10px}.shopper-product-route__price-row{justify-content:space-between}.shopper-product-route__price-row span{color:var(--variant-text);font-size:34px;font-weight:950}.shopper-product-route__price-row strong{color:var(--variant-cobalt);font-family:var(--majestic-font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:14px}.shopper-cart-runtime{color:#05070a;background:#f4f7fb;min-height:calc(100vh - 120px);padding:44px 28px 92px}.shopper-cart-runtime__hero,.shopper-cart-runtime__grid{max-width:1240px;margin:0 auto}.shopper-cart-runtime__hero{gap:14px;padding:16px 0 28px;display:grid}.shopper-cart-runtime__hero h1{letter-spacing:0;margin:0;font-size:clamp(42px,6vw,84px);font-weight:950;line-height:.92}.shopper-cart-runtime__hero p{color:#556070;max-width:760px;margin:0;font-size:17px;font-weight:700;line-height:1.5}.shopper-cart-runtime__grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:24px;display:grid}.shopper-cart-runtime__items,.shopper-cart-runtime__summary{background:#fff;border:1px solid #1264ff2e;border-radius:22px;padding:24px;box-shadow:0 18px 60px #0f172a14}.shopper-cart-runtime h2{letter-spacing:0;margin:0 0 18px;font-size:26px;font-weight:900}.shopper-cart-runtime__items ul{gap:14px;margin:0;padding:0;list-style:none;display:grid}.shopper-cart-runtime__items li{background:#f8fbff;border:1px solid #1264ff26;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.shopper-cart-runtime__items strong,.shopper-cart-runtime__items li>span,.shopper-cart-runtime__summary dd{color:#05070a;font-size:18px;font-weight:900}.shopper-cart-runtime__items span,.shopper-cart-runtime__summary dt,.shopper-cart-runtime__empty{color:#6a7484;font-size:14px;font-weight:750}.shopper-cart-runtime__summary dl{gap:14px;margin:0 0 22px;display:grid}.shopper-cart-runtime__summary dl>div{justify-content:space-between;align-items:center;display:flex}.shopper-cart-runtime__payable-total{border-top:1px solid #1264ff2e;margin-top:.35rem;padding-top:.85rem}.shopper-cart-runtime__payable-total[data-reconciliation-status=mismatch] dd{color:#b45309}.shopper-checkout-runtime{background:#fff;border:1px solid #1264ff2e;border-radius:22px;gap:22px;max-width:1240px;margin:0 auto 24px;padding:24px;display:grid;box-shadow:0 18px 60px #0f172a14}.shopper-checkout-runtime h2{margin-top:14px}.shopper-checkout-runtime__states{flex-wrap:wrap;gap:10px;display:flex}.shopper-checkout-runtime__states span{color:#3c4656;background:#f4f7fb;border:1px solid #1264ff24;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:850}.shopper-checkout-fields{gap:16px;display:grid}.shopper-checkout-fields__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.shopper-checkout-fields label{color:#3c4656;gap:7px;font-size:13px;font-weight:900;display:grid}.shopper-checkout-fields input,.shopper-checkout-fields select{color:#05070a;font:inherit;background:#f8fbff;border:1px solid #1264ff2e;border-radius:12px;min-height:44px;padding:0 12px}.shopper-checkout-fields__check{grid-template-columns:auto 1fr;align-items:center;display:flex!important}.shopper-checkout-fields__check input{min-height:auto}.shopper-checkout-fields__status{color:#6a7484;margin:0;font-size:13px;font-weight:850}.shopper-checkout-fields__status[data-status=applied]{color:#07985f}.shopper-checkout-fields__status[data-status=failed]{color:#b45309}.shopper-checkout-actions{background:#ffffffb8;border:1px solid #1264ff2e;border-radius:18px;gap:18px;padding:22px;display:grid}.shopper-checkout-actions h2{color:#05070a;margin:8px 0 6px}.shopper-checkout-actions p{color:#566173;max-width:62ch;margin:0}.shopper-checkout-actions__buttons{flex-wrap:wrap;gap:12px;display:flex}.shopper-checkout-actions__state{color:#566173;background:#fff;border:1px solid #05070a1f;border-radius:14px;gap:8px;padding:14px;display:grid}.shopper-checkout-actions__state strong{color:#05070a}.shopper-checkout-actions__state[data-status=blocked],.shopper-checkout-actions__state[data-status=failed]{border-color:#b4530952}.shopper-checkout-actions__amount-block{background:#fff;border:1px solid #1264ff2e;border-radius:14px;gap:8px;padding:14px;display:grid}.shopper-checkout-actions__amount-block span{color:#566173;font-weight:850}.shopper-checkout-actions__amount-block strong{color:#b45309}.shopper-checkout-actions__amount-block[data-reconciliation-status=mismatch]{border-color:#b4530952}.shopper-payment-terminal{background:#fff;border:1px solid #05070a1f;border-radius:18px;gap:18px;padding:22px;display:grid}.shopper-payment-terminal h2{color:#05070a;margin:8px 0 6px}.shopper-payment-terminal p,.shopper-payment-terminal dt,.shopper-payment-terminal__locked{color:#566173}.shopper-payment-terminal p{max-width:64ch;margin:0}.shopper-payment-terminal dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;display:grid}.shopper-payment-terminal dl>div{border:1px solid #1264ff24;border-radius:12px;padding:12px}.shopper-payment-terminal dt{text-transform:uppercase;font-size:11px;font-weight:900}.shopper-payment-terminal dd{color:#05070a;margin:6px 0 0;font-size:15px;font-weight:900}.shopper-payment-terminal__frame-shell{gap:14px;display:grid}.shopper-payment-terminal__frame{aspect-ratio:16/10;background:#05070a;border:1px solid #1264ff47;border-radius:14px;width:100%;min-height:520px}@media (width<=840px){.shopper-cart-runtime{padding:28px 16px 72px}.shopper-cart-runtime__grid{grid-template-columns:1fr}.shopper-cart-runtime__items li{flex-direction:column;align-items:flex-start}.shopper-checkout-fields__grid,.shopper-payment-terminal dl{grid-template-columns:1fr}.shopper-payment-terminal__frame{min-height:640px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--majestic-font-sans:Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--majestic-font-mono:Cousine, "SFMono-Regular", Consolas, "Liberation Mono", monospace;--majestic-color-obsidian-950:#050807;--majestic-color-obsidian-900:#0e1114;--majestic-color-obsidian-800:#1e2530;--majestic-color-cobalt-700:#0046cc;--majestic-color-cobalt-600:#0057ff;--majestic-color-cobalt-500:#2f74ff;--majestic-color-cobalt-100:#e8f0ff;--majestic-color-ice-50:#f5f7fa;--majestic-color-ice-100:#eef3fb;--majestic-color-ice-200:#d8dfe8;--majestic-color-ink-700:#545c6b;--majestic-color-ink-600:#667085;--majestic-color-pass-600:#00b871;--majestic-color-pending-600:#c47a00;--majestic-color-error-600:#d92d20;--majestic-color-white:#fff;--majestic-color-surface-canvas:var(--majestic-color-ice-50);--majestic-color-surface-card:var(--majestic-color-white);--majestic-color-surface-elevated:#ffffffb8;--majestic-color-text-primary:var(--majestic-color-obsidian-950);--majestic-color-text-muted:var(--majestic-color-ink-700);--majestic-color-border-subtle:#05080729;--majestic-color-border-strong:var(--majestic-color-ice-200);--majestic-color-focus-ring:var(--majestic-color-cobalt-600);--majestic-space-1:4px;--majestic-space-2:8px;--majestic-space-3:12px;--majestic-space-4:16px;--majestic-space-5:20px;--majestic-space-6:24px;--majestic-space-7:28px;--majestic-space-8:32px;--majestic-space-10:40px;--majestic-space-12:48px;--majestic-space-16:64px;--majestic-radius-xs:4px;--majestic-radius-sm:6px;--majestic-radius-md:8px;--majestic-radius-lg:12px;--majestic-radius-pill:999px;--majestic-shadow-focus:0 0 0 2px var(--majestic-color-focus-ring);--majestic-shadow-card:0 12px 40px #05080714;--majestic-duration-instant:0s;--majestic-duration-fast:.12s;--majestic-duration-base:.18s;--majestic-duration-medium:.24s;--majestic-duration-slow:.32s;--majestic-duration-xslow:.4s;--majestic-ease-standard:cubic-bezier(.2, 0, 0, 1);--majestic-ease-emphasized:cubic-bezier(.16, 1, .3, 1);--majestic-button-sm-height:32px;--majestic-button-sm-padding-x:14px;--majestic-button-sm-font-size:12px;--majestic-button-md-height:40px;--majestic-button-md-padding-x:20px;--majestic-button-md-font-size:13px;--majestic-button-lg-height:48px;--majestic-button-lg-padding-x:28px;--majestic-button-lg-font-size:14px;--majestic-text-display-font-size:72px;--majestic-text-display-line-height:.94;--majestic-text-h1-font-size:56px;--majestic-text-h1-line-height:1;--majestic-text-h2-font-size:40px;--majestic-text-h2-line-height:1.05;--majestic-text-h3-font-size:28px;--majestic-text-h3-line-height:1.12;--majestic-text-title-font-size:20px;--majestic-text-title-line-height:1.2;--majestic-text-body-font-size:16px;--majestic-text-body-line-height:1.55;--majestic-text-caption-font-size:13px;--majestic-text-caption-line-height:1.4;--majestic-text-code-font-size:13px;--majestic-letter-spacing-tight:0;--majestic-letter-spacing-normal:0;--majestic-letter-spacing-wide:.18em}[data-majestic-mode=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--majestic-color-surface-canvas:var(--majestic-color-obsidian-950);--majestic-color-surface-card:var(--majestic-color-obsidian-900);--majestic-color-surface-elevated:#0e1114b8;--majestic-color-text-primary:var(--majestic-color-white);--majestic-color-text-muted:#8893a4;--majestic-color-border-subtle:#1e2530;--majestic-color-border-strong:#263141}@media (width<=720px){:root{--majestic-text-display-font-size:46px;--majestic-text-display-line-height:.96;--majestic-text-h1-font-size:38px;--majestic-text-h2-font-size:30px;--majestic-text-h3-font-size:24px}}@keyframes majestic-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes majestic-fade-in{0%{opacity:0}to{opacity:1}}@keyframes majestic-slide-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes majestic-slide-in-right{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes majestic-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes majestic-success-pop{0%{transform:scale(.92)}55%{transform:scale(1.04)}to{transform:scale(1)}}.majestic-motion-shimmer{animation:majestic-shimmer var(--majestic-duration-xslow) linear infinite;background:linear-gradient(90deg,#0057ff0a 0%,#0057ff2e 50%,#0057ff0a 100%) 0 0/200% 100%}.majestic-motion-fade-in{animation:majestic-fade-in var(--majestic-duration-base) var(--majestic-ease-standard)}.majestic-motion-slide-in-up{animation:majestic-slide-in-up var(--majestic-duration-medium) var(--majestic-ease-emphasized)}.majestic-motion-slide-in-right{animation:majestic-slide-in-right var(--majestic-duration-medium) var(--majestic-ease-emphasized)}.majestic-motion-scale-in{animation:majestic-scale-in var(--majestic-duration-fast) var(--majestic-ease-emphasized)}.majestic-motion-success-pop{animation:majestic-success-pop var(--majestic-duration-slow) var(--majestic-ease-emphasized)}@media (prefers-reduced-motion:reduce){*,:before,:after{animation-duration:var(--majestic-duration-instant)!important;scroll-behavior:auto!important;transition-duration:var(--majestic-duration-instant)!important;animation-iteration-count:1!important}}:root{--ol-bg:var(--majestic-color-surface-canvas);--ol-fg:var(--majestic-color-text-primary);--ol-card:var(--majestic-color-surface-card);--ol-muted:var(--majestic-color-text-muted);--ol-border:var(--majestic-color-border-subtle);--ol-cobalt:var(--majestic-color-cobalt-600);font-family:var(--majestic-font-sans);color:var(--ol-fg);background:var(--ol-bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ol-bg);min-width:320px;margin:0}button,input,select{font:inherit}button{cursor:default}a{color:inherit}
