@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");:root{--bg:#0b1d2a;--surface:#10293a;--ink:#e9f6ff;--muted:#9bc6df;--accent:#00bfff;--accent-dark:#0099cc;--stroke:#1e3c52;--header-bg:#06131d;--header-text:#e9f6ff;--footer-bg:#06131d;--footer-text:#cdeaf7;--glow:rgba(0,191,255,0.18);--highlight:#6fe5ff;--header-height:76px;--announcement-height:34px;--image-tile-min-height:0px;--image-tile-height:120px;--image-tile-max-height:120px;--image-tile-fit:cover}*{box-sizing:border-box}body{margin:0;overflow-x:clip;font-family:Space Grotesk,Segoe UI,sans-serif;background:radial-gradient(circle at top,#123246 0,#0b1d2a 60%,#07131d 100%);color:var(--ink);min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font-family:inherit}.admin-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:20px;gap:20px;padding:24px}.admin-sidebar{background:#07151f;border:1px solid var(--stroke);border-radius:16px;padding:16px;height:-moz-fit-content;height:fit-content}.admin-brand{font-weight:700;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--accent);margin-bottom:12px}.admin-nav{display:grid;grid-gap:8px;gap:8px}.admin-nav a{padding:8px 10px;border-radius:10px;background:#0f2433;font-weight:600}.admin-content{background:#0a1a26;border:1px solid var(--stroke);border-radius:16px;padding:20px}.account-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:20px;gap:20px}.account-sidebar{background:#07151f;border:1px solid var(--stroke);border-radius:16px;padding:16px;height:-moz-fit-content;height:fit-content;display:grid;grid-gap:16px;gap:16px}.account-title{font-weight:700;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--accent)}.account-nav{display:grid;grid-gap:8px;gap:8px}.account-nav a,.account-nav-button{padding:8px 10px;border-radius:10px;background:#0f2433;font-weight:600;border:1px solid transparent;text-align:left;color:inherit;cursor:pointer}.account-nav-button.active{border-color:rgba(0,191,255,.45);color:var(--accent)}.account-content{display:grid;grid-gap:20px;gap:20px}.text-muted{color:var(--muted)}.admin-card{gap:20px}.admin-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-subsection{display:grid;grid-gap:12px;gap:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.admin-subsection h3{margin:0}.admin-field-grid,.admin-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.admin-image-add{display:grid;grid-template-columns:1.2fr .8fr auto;grid-gap:12px;gap:12px;align-items:end}.admin-image-upload{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:12px;border-radius:12px;border:1px dashed rgba(0,191,255,.25);background:rgba(10,26,38,.5)}.admin-upload-status{font-size:12px;color:var(--muted)}.admin-3mf-list{display:grid;grid-gap:10px;gap:10px}.admin-3mf-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--stroke);background:#0f2433;flex-wrap:wrap}.admin-3mf-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.admin-glb-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-list{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.admin-list-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.admin-variation-card{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;display:grid;grid-gap:10px;gap:10px;background:rgba(8,22,32,.7)}.admin-variation-attr{display:grid;grid-gap:6px;gap:6px;font-size:12px;color:var(--muted)}.admin-inline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.admin-image-grid{display:grid;grid-gap:16px;gap:16px}.admin-image-grid.compact{gap:12px}.admin-image-card{border:1px solid var(--stroke);border-radius:16px;padding:12px;background:#0b1d2a;display:grid;grid-gap:12px;gap:12px}.admin-image-card.compact{padding:10px;gap:10px}.admin-image-preview{border-radius:14px;overflow:hidden;border:1px solid rgba(0,191,255,.2);background:#0f2433;height:180px}.admin-image-preview img{width:100%;height:100%;object-fit:cover}.admin-image-fields{display:grid;grid-gap:10px;gap:10px}.admin-image-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-image-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.admin-slider-grid{display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px 10px;gap:8px 10px;align-items:center;font-size:12px;color:var(--muted)}.rte{border:1px solid var(--stroke);border-radius:14px;overflow:hidden;background:#0f2433}.rte-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-bottom:1px solid rgba(255,255,255,.08)}.rte-button{border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--ink);border-radius:999px;padding:6px 10px;cursor:pointer;font-size:12px}.rte-button:hover{border-color:rgba(0,191,255,.4);color:var(--accent)}.rte-divider{width:1px;background:rgba(255,255,255,.12);margin:0 4px}.rte-body{min-height:160px;padding:12px;outline:none}.rte-body:empty:before{content:attr(data-placeholder);color:rgba(155,198,223,.7)}.brand{font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:14px;display:inline-flex;align-items:center;gap:10px}.brand:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px rgba(0,191,255,.6)}.brand-favicon--fallback{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(29,180,255,.22),rgba(6,18,28,.95));border:1px solid rgba(148,181,211,.24);color:#f3f5f7;font-size:.8rem;font-weight:700;letter-spacing:.08em}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:28px;gap:28px;align-items:center}.hero h1{font-size:44px;margin:0 0 12px}.hero p{color:var(--muted);line-height:1.6}.hero-spotlight{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:36px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.hero-title{font-size:clamp(38px,5vw,64px);margin:0 0 12px;line-height:1.05}.hero-title span{color:var(--accent)}.hero-subtitle{font-size:16px;max-width:520px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:20px 0 24px}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.metric-card{background:rgba(8,22,32,.7);border:1px solid rgba(0,191,255,.2);border-radius:14px;padding:12px 14px;display:grid;grid-gap:6px;gap:6px}.metric-card span{font-size:12px;color:var(--muted)}.metric-card strong{font-size:16px}.hero-stack{display:grid;grid-gap:14px;gap:14px}.commerce-home-focal-hero{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(0,191,255,.2);background:rgba(8,22,32,.92);min-height:clamp(220px,30vw,340px)}.commerce-home-focal-hero__image{position:absolute;z-index:1;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.glass-card{background:linear-gradient(135deg,rgba(16,41,58,.9),rgba(8,22,32,.9));border:1px solid rgba(0,191,255,.25);border-radius:20px;padding:20px;box-shadow:0 24px 50px -32px rgba(0,0,0,.6)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;color:var(--muted)}.status-dot{display:inline-flex;align-items:center;gap:6px;color:var(--highlight);font-weight:600}.status-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--highlight);box-shadow:0 0 10px var(--highlight)}.mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;margin-top:14px;font-size:13px}.mini-grid small{color:var(--muted);display:block;margin-bottom:4px}.floating-card{background:rgba(12,30,42,.85);border:1px solid rgba(0,191,255,.2);border-radius:18px;padding:16px}.banner{margin-top:40px;padding:28px;border-radius:22px;background:linear-gradient(120deg,rgba(0,191,255,.18),rgba(8,22,32,.9));border:1px solid rgba(0,191,255,.2);display:grid;grid-gap:20px;gap:20px;align-items:center}.banner-tags{display:flex;flex-wrap:wrap;gap:10px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.collection-card{background:linear-gradient(140deg,rgba(0,191,255,.16),rgba(8,22,32,.95));border:1px solid rgba(0,191,255,.2);border-radius:18px;padding:18px;display:grid;grid-gap:12px;gap:12px;justify-items:start}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:#fff}.badge.light{background:rgba(0,191,255,.15);color:var(--ink);border:1px solid rgba(0,191,255,.35)}.grid-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.panel{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:20px;display:grid;grid-gap:16px;gap:16px}.panel ul{margin:0;padding-left:18px;color:var(--muted);display:grid;grid-gap:8px;gap:8px}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.panel-grid h4{margin:6px 0}.timeline{gap:14px}.timeline-step{display:grid;grid-template-columns:18px 1fr;grid-gap:12px;gap:12px;align-items:start}.step-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px rgba(0,191,255,.6);margin-top:6px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.partner-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:16px;display:grid;grid-gap:12px;gap:12px;align-items:center;grid-template-columns:80px 1fr;transition:transform .2s ease,box-shadow .2s ease}.partner-card:hover{transform:translateY(-3px);box-shadow:0 18px 30px -24px rgba(0,0,0,.4)}.partner-card img{width:80px;height:80px;border-radius:14px;object-fit:cover;border:1px solid var(--stroke)}.filament-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.filament-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;overflow:hidden;display:grid;transition:transform .2s ease,box-shadow .2s ease}.filament-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -20px rgba(0,0,0,.4)}.filament-card__image{min-height:200px;background:#0c1f2d;border-bottom:1px solid var(--stroke)}.filament-card__image img{width:100%;height:100%;min-height:200px;object-fit:cover}.filament-card__fallback{min-height:200px;display:grid;place-items:center;grid-gap:10px;gap:10px;padding:20px;text-align:center;color:var(--ink)}.filament-card__body{display:grid;grid-gap:10px;gap:10px;padding:16px}.filament-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted)}.endorse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.gallery-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;overflow:hidden;display:grid;transition:transform .2s ease,box-shadow .2s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -20px rgba(0,0,0,.4)}.gallery-image{height:180px;background:#0c1f2d;display:flex;align-items:center;justify-content:center}.gallery-image img{width:100%;height:100%;object-fit:cover}.gallery-meta{padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.reveal{animation:rise .6s ease both}.highlight{margin-top:40px;padding:28px;border-radius:20px;border:1px solid rgba(0,191,255,.25);background:radial-gradient(circle at top right,rgba(0,191,255,.2),rgba(8,22,32,.95));display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.section{margin-top:32px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-grid,.feature-grid,.product-grid,.stat-grid{display:grid;grid-gap:20px;gap:20px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card,.product-card,.stat-card{background:var(--surface);border:1px solid var(--stroke);padding:18px;border-radius:18px;box-shadow:0 16px 24px -24px rgba(0,0,0,.3);transition:transform .2s ease}.card:hover,.product-card:hover{transform:translateY(-4px)}.product-card img{width:100%;height:160px;object-fit:cover;border-radius:12px;border:1px solid var(--stroke)}.pill{display:inline-block;padding:4px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.button,.pill,button{background:var(--accent);color:white}.button,button{border:none;padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button.google{background:white;color:#1f1b16;border:1px solid #cfd9e4}.button.google:hover{background:#f3f7fb}.button.full{width:100%}.button.secondary{background:transparent;color:var(--accent-dark);border:1px solid var(--accent-dark)}input,select,textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--stroke);background:#0f2433;font-family:inherit;color:var(--ink)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.notice{background:#11283a;border:1px dashed #2a5b75;padding:12px 16px;border-radius:12px;color:var(--muted)}.summary-card{background:#0a1a26;color:var(--ink);border-radius:18px;padding:20px}.rich-description{color:var(--muted);line-height:1.6}.rich-description h2,.rich-description h3{color:var(--ink);margin-bottom:8px}.rich-description ol,.rich-description ul{padding-left:18px}.rich-description a{color:var(--accent)}.summary-card strong{font-size:20px}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:10px 12px;border-bottom:1px solid var(--stroke);text-align:left;font-size:14px}.config-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:20px;gap:20px}.config-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:18px;display:grid;grid-gap:12px;gap:12px}.config-row{display:grid;grid-gap:8px;gap:8px}.pill-list{display:flex;flex-wrap:wrap;gap:8px}.pill-choice{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--stroke);font-size:12px;cursor:pointer;background:#0f2433}.pill-choice.active{background:var(--accent);color:white;border-color:var(--accent)}.swatch{width:14px;height:14px;border-radius:999px;border:1px solid rgba(0,0,0,.15)}.config-table{width:100%;border-collapse:collapse;font-size:13px}.config-table td,.config-table th{padding:8px 10px;border-bottom:1px solid var(--stroke);text-align:left}.config-side{display:grid;grid-gap:16px;gap:16px}.button.small{padding:6px 12px;font-size:12px}.admin-grid{grid-template-columns:minmax(0,1.65fr) minmax(0,.7fr);align-items:start}.admin-sidebar-card{padding:14px;gap:10px}.config-side .config-row label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.config-side .config-row input,.config-side .config-row select,.config-side .config-row textarea{font-size:12px;padding:8px 10px}.config-side .button{padding:6px 12px;font-size:12px}.admin-inline-actions{align-items:center}.admin-inline-actions input{flex:1 1;min-width:120px}.version-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,191,255,.25);background:rgba(0,191,255,.12);font-size:12px}.admin-zone-list{gap:16px}.admin-zone-card{display:grid;grid-gap:16px;gap:16px;border-radius:18px;padding:16px;border:1px solid rgba(255,255,255,.08);background:rgba(11,15,20,.65);box-shadow:0 14px 30px rgba(0,0,0,.18)}.admin-zone-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.admin-zone-title{display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(140px,180px) minmax(200px,1fr);flex:1 1}.admin-zone-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-zone-options h4{margin-bottom:12px}.admin-zone-toggles{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.zone-picker{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center}.zone-picker__backdrop{position:absolute;inset:0;background:rgba(4,6,10,.68);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.zone-picker__panel{position:relative;z-index:1;width:min(960px,94vw);border-radius:22px;background:rgba(12,16,22,.98);border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 90px rgba(0,0,0,.45);padding:20px;display:grid;grid-gap:14px;gap:14px}.zone-picker__footer,.zone-picker__header,.zone-picker__meta{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.zone-picker__meta{font-size:13px;color:rgba(228,236,248,.7)}.zone-picker__canvas{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);min-height:480px;cursor:crosshair}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.brand-logo,.brand-title{display:none}.brand-favicon{display:block}.brand:before{display:none}}.segmented-toggle{--segment-count:3;--active-index:0;position:relative;display:grid;grid-template-columns:repeat(var(--segment-count),minmax(0,1fr));border:1px solid var(--muted);border-radius:.75rem;background:color-mix(in srgb,var(--surface) 88%,black);padding:.2rem;overflow:hidden}.segmented-toggle:before{content:"";position:absolute;top:.2rem;bottom:.2rem;left:.2rem;width:calc((100% - .4rem) / var(--segment-count));border-radius:.55rem;background:var(--primary);transform:translateX(calc(var(--active-index) * 100%));transition:transform .22s ease;z-index:0}.segmented-toggle[data-active-index="1"]{--active-index:1}.segmented-toggle[data-active-index="2"]{--active-index:2}.segmented-toggle[data-active-index="3"]{--active-index:3}.segmented-toggle__option{position:relative;z-index:1;border:none;background:transparent;color:var(--text);font-size:.9rem;font-weight:600;padding:.7rem .9rem;border-radius:.55rem;cursor:pointer;transition:color .18s ease}.segmented-toggle__option.active{color:rgb(var(--accent-text-color))}.segmented-toggle--lg .segmented-toggle__option{font-size:1rem;padding:.9rem 1rem}.editor-shell{--editor-paper:#0f1218;--editor-paper-2:#131924;--editor-border:#2a3444;--editor-border-soft:#1f2733;--editor-text:#e7edf7;--editor-muted:#95a4ba;--editor-warning:#f59e0b;--editor-success:#10b981;--editor-danger:#f87171;--editor-shadow:0 24px 54px -42px rgba(0,0,0,0.95),0 8px 16px -12px rgba(0,0,0,0.72);--editor-radius:0.92rem;--editor-radius-sm:0.68rem;--editor-highlight:rgba(245,158,11,0.92);height:auto;min-height:0;display:flex;flex-direction:column;color:var(--editor-text);background:radial-gradient(78rem 36rem at 104% -18%,rgba(245,158,11,.17),transparent 65%),radial-gradient(54rem 28rem at -18% -16%,rgba(34,197,94,.12),transparent 68%),linear-gradient(175deg,#0b0f16,#0f1218 42%,#111723);font-family:Sora,Avenir Next,Segoe UI,sans-serif;width:100%;max-width:none;margin-inline:auto}.editor-shell .editor-help-text{color:var(--editor-muted)}.editor-shell .wrapper{min-height:0}.editor-header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:40;padding:.76rem .9rem;border-bottom:1px solid var(--editor-border);background:linear-gradient(160deg,rgba(17,23,35,.95),rgba(14,19,29,.92));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-header-shell__inner{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.editor-header-shell__title{font-size:clamp(1.05rem,.8rem + .78vw,1.34rem);font-weight:760;letter-spacing:.01em;line-height:1.16}.editor-header-shell__entity{color:#bcc8d9;font-weight:620}.editor-header-shell__entity-link{color:inherit;text-decoration:underline;text-underline-offset:.12em}.editor-header-shell__entity-link:hover{color:#f8fbff}.editor-header-shell__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.48rem}.editor-help-actions{display:inline-flex;align-items:center;gap:.48rem}.editor-help-actions .ui-btn.ui-btn--sm{min-height:2.36rem;padding:.44rem .82rem;border-radius:.62rem;font-size:inherit}.editor-shell__body{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1 1;overflow:visible;align-items:flex-start}.editor-shell .editor-mobile-only{display:none}.editor-shell .editor-desktop-only{display:block}.editor-shell .section-jump-nav{flex:0 0 252px;background:linear-gradient(182deg,rgba(12,18,28,.84),rgba(11,15,22,.9));border-right:1px solid var(--editor-border);padding:.82rem .64rem;overflow:visible;position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + .5rem)}.editor-shell .editor-nav-meta{display:grid;grid-gap:.25rem;gap:.25rem;margin:.14rem .18rem .56rem;padding:.48rem .54rem;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm);background:rgba(19,25,36,.8);color:#9fb0c6;font-size:.69rem;font-weight:610}.editor-shell .section-jump-nav button{display:block;width:100%;margin:.19rem 0;padding:.57rem .65rem;text-align:left;border:1px solid transparent;border-radius:var(--editor-radius-sm);color:var(--editor-muted);background:transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.editor-shell .editor-nav-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.editor-shell .editor-nav-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.1rem .45rem;border:1px solid transparent;font-size:.64rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.editor-shell .editor-nav-badge--ready{color:#34d399;border-color:rgba(16,185,129,.48);background:rgba(3,45,35,.5)}.editor-shell .editor-nav-badge--attention{color:#fbbf24;border-color:rgba(245,158,11,.62);background:rgba(71,39,6,.54)}.editor-shell .editor-nav-badge--optional{color:#c6d1e1;border-color:rgba(149,164,186,.42);background:rgba(27,36,50,.72)}.editor-shell .editor-nav-summary{display:block;margin-top:.18rem;font-size:.7rem;color:#7f91a8}.editor-shell .section-jump-nav button:hover{color:#e7edf7;border-color:#3a475a;background:rgba(22,30,43,.88);transform:translateY(-1px)}.editor-shell .section-jump-nav button.active{color:#fef3c7;border-color:rgba(245,158,11,.65);background:linear-gradient(135deg,rgba(245,158,11,.38),rgba(120,53,15,.56));box-shadow:inset 0 0 0 1px rgba(252,211,77,.2)}.editor-shell .section-jump-nav button.active .editor-nav-summary{color:rgba(254,243,199,.8)}.editor-shell__main{flex:1 1;overflow:visible;padding:1rem;min-width:0}.editor-shell .editor-workflow{margin-bottom:.84rem;border:1px solid var(--editor-border);border-radius:.76rem;background:linear-gradient(165deg,rgba(17,24,36,.9),rgba(14,20,30,.88));padding:.68rem .74rem}.editor-shell .editor-workflow__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.editor-shell .editor-workflow__header strong{font-size:.81rem;letter-spacing:.01em}.editor-shell .editor-workflow__header span{color:#9db0c8;font-size:.74rem}.editor-shell .editor-workflow__track{position:relative;height:.38rem;border-radius:999px;background:rgba(62,78,102,.52);overflow:hidden}.editor-shell .editor-workflow__fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#f59e0b,#fbbf24)}.editor-shell .editor-workflow__steps{margin:.62rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.38rem;gap:.38rem;list-style:none}.editor-shell .editor-workflow__step{width:100%;border:1px solid #324056;border-radius:.58rem;background:rgba(20,29,42,.84);color:#dde8f7;display:flex;align-items:center;gap:.45rem;padding:.34rem .45rem;font-size:.74rem;text-align:left}.editor-shell .editor-workflow__step:hover{border-color:#4d617f;background:rgba(26,36,53,.88)}.editor-shell .editor-workflow__step.active{border-color:rgba(245,158,11,.74);background:rgba(245,158,11,.18)}.editor-shell .editor-workflow__dot{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:999px;border:1px solid #4b607d;color:#dbe6f6;font-size:.64rem;font-weight:700;background:rgba(21,29,43,.9);flex:0 0 auto}.editor-shell .editor-workflow__dot--ready{border-color:rgba(16,185,129,.72);color:#8bf3cf;background:rgba(6,78,59,.4)}.editor-shell .editor-workflow__dot--attention{border-color:rgba(245,158,11,.78);color:#ffd784;background:rgba(92,49,7,.5)}.editor-shell .editor-workflow__dot--optional{border-color:#546a88;color:#c3d1e4}.editor-shell .editor-workflow__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-shell .editor-attention-banner{display:flex;align-items:center;justify-content:space-between;gap:.64rem;margin-bottom:.84rem;border:1px solid rgba(245,158,11,.6);border-radius:.72rem;padding:.56rem .72rem;color:#fde68a;background:linear-gradient(150deg,rgba(74,41,8,.84),rgba(55,31,7,.68));font-size:.81rem;font-weight:640}.editor-shell .editor-mobile-issues{margin-bottom:.72rem;border:1px solid rgba(245,158,11,.5);border-radius:.7rem;background:rgba(63,36,10,.46);padding:.55rem .62rem}.editor-shell .editor-mobile-issues h3{margin:0 0 .44rem;color:#fcdba1;font-size:.78rem;font-weight:700}.editor-shell .editor-mobile-issues ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:.35rem;gap:.35rem}.editor-shell .editor-mobile-issues button{width:100%;text-align:left;border:1px solid rgba(245,158,11,.42);border-radius:.55rem;background:rgba(24,31,44,.8);padding:.4rem .5rem;color:#fceac7}.editor-shell .editor-mobile-issues button small{display:block;margin-top:.12rem;color:#d8b87f;font-size:.68rem}.editor-shell .editor-mobile-nav{top:0;z-index:7;display:flex;gap:.45rem;margin-bottom:.72rem;border:1px solid var(--editor-border);border-radius:.72rem;background:rgba(16,22,33,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-shell .editor-mobile-nav button{border:1px solid #364152;border-radius:999px;padding:.29rem .7rem;color:#ced9e8;background:rgba(20,28,41,.82);font-size:.74rem;font-weight:640}.editor-shell .editor-mobile-nav button.active{border-color:rgba(245,158,11,.76);background:rgba(245,158,11,.22);color:#fef3c7}.editor-shell .editor-mobile-nav-meta{flex:0 0 auto;align-self:center;margin-right:.2rem;color:#94a7c0;font-size:.67rem;white-space:nowrap}.editor-shell .editor-subnav{position:-webkit-sticky;position:sticky;top:0;z-index:6;display:flex;flex-wrap:wrap;gap:.48rem;margin-bottom:.9rem;padding:.5rem;border:1px solid var(--editor-border);border-radius:.72rem;background:rgba(15,21,31,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-shell .editor-subnav button{border:1px solid #364152;background:rgba(20,27,40,.86);color:#d3ddec;border-radius:999px;padding:.32rem .74rem;font-size:.75rem;font-weight:620}.editor-shell .editor-subnav button:hover{border-color:rgba(245,158,11,.74);color:#fff7de}.editor-shell details.editor-disclosure{border:1px solid var(--editor-border);border-radius:.75rem;background:rgba(19,25,36,.75);padding:.27rem .5rem .52rem}.editor-shell details.editor-disclosure>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.74rem;padding:.46rem .31rem;font-weight:650}.editor-shell details.editor-disclosure>summary::-webkit-details-marker{display:none}.editor-shell details.editor-disclosure .editor-disclosure-summary{font-size:.74rem;color:#93a5bc;font-weight:520}.editor-shell .editor-section{display:block;animation:editor-fade-in .17s ease-out}@media (min-width:768px){.editor-shell .editor-section{display:none}.editor-shell .editor-section.active{display:block}}.editor-shell .section-bar{margin-bottom:.55rem;padding:.2rem 0 .5rem;border:0;border-bottom:1px solid #3a4a63;border-radius:0;background:transparent}.editor-shell .section-bar--ready{border-bottom-color:#3a4a63;background:transparent}.editor-shell .section-bar--attention{border-bottom-color:rgba(245,158,11,.72);background:transparent}.editor-shell .section-bar--optional{border-bottom-color:#3a4a63}.editor-shell .admin-editor-panel,.editor-shell .card,.editor-shell .dayBox,.editor-shell .profile-content>.table-container,.editor-shell .squadBox{border-color:var(--editor-border);border-radius:var(--editor-radius);background:#131b29;box-shadow:0 10px 22px -18px rgba(0,0,0,.82)}.editor-shell .editor-block-card{border:1px solid var(--editor-border);border-radius:.82rem;background:rgba(19,25,36,.86);color:var(--editor-text)}.editor-shell .editor-block-dropzone{border-color:#415069;background:rgba(20,27,39,.74)}.editor-shell .ui-field{position:relative;margin-bottom:.9rem;padding:.12rem 0}.editor-shell .ui-field>label{color:#d2deee;margin-bottom:.44rem;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase;font-weight:700}.editor-shell .ui-field:focus-within>label{color:#fde4ad}.editor-shell .ui-field .editor-help-text{display:none}.editor-shell .ui-field:focus-within .editor-help-text,.editor-shell .ui-field:has(input:invalid) .editor-help-text,.editor-shell .ui-field:has(input[aria-invalid=true]) .editor-help-text,.editor-shell .ui-field:has(select:invalid) .editor-help-text,.editor-shell .ui-field:has(select[aria-invalid=true]) .editor-help-text,.editor-shell .ui-field:has(textarea:invalid) .editor-help-text,.editor-shell .ui-field:has(textarea[aria-invalid=true]) .editor-help-text{display:block}.editor-shell .ui-field>label input[type=checkbox],.editor-shell .ui-field>label input[type=radio]{margin-right:.5rem;vertical-align:middle}.editor-shell input[type=checkbox],.editor-shell input[type=radio]{accent-color:#f59e0b;inline-size:1.05rem;block-size:1.05rem;cursor:pointer}.editor-shell input[type=checkbox]:focus-visible,.editor-shell input[type=radio]:focus-visible{outline:2px solid rgba(245,158,11,.85);outline-offset:2px}.editor-shell .ui-field input[type=date],.editor-shell .ui-field input[type=datetime-local],.editor-shell .ui-field input[type=email],.editor-shell .ui-field input[type=month],.editor-shell .ui-field input[type=number],.editor-shell .ui-field input[type=password],.editor-shell .ui-field input[type=search],.editor-shell .ui-field input[type=tel],.editor-shell .ui-field input[type=text],.editor-shell .ui-field input[type=time],.editor-shell .ui-field input[type=url],.editor-shell .ui-field input[type=week],.editor-shell .ui-field select,.editor-shell .ui-field textarea,.editor-shell .ui-input,.editor-shell input[type=file],.editor-shell select{min-height:2.58rem;border-radius:.68rem;border:1px solid #394a63;background:linear-gradient(180deg,#0d1522,#0c1420);color:#ebf2fc;padding:.56rem .74rem;line-height:1.35;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.editor-shell .ui-field input:hover,.editor-shell .ui-field select:hover,.editor-shell .ui-field textarea:hover,.editor-shell .ui-input:hover,.editor-shell input[type=file]:hover,.editor-shell select:hover{border-color:#4a5f7d;background:linear-gradient(180deg,#101a2a,#0f1928)}.editor-shell .ui-field input:focus,.editor-shell .ui-field select:focus,.editor-shell .ui-field textarea:focus,.editor-shell .ui-input:focus,.editor-shell input[type=file]:focus,.editor-shell select:focus{border-color:var(--editor-highlight);box-shadow:0 0 0 2px rgba(245,158,11,.28),0 0 0 5px rgba(245,158,11,.12);background:linear-gradient(180deg,#111d2f,#111b2b);outline:none}.editor-shell .ui-field textarea,.editor-shell textarea.ui-input{min-height:7.7rem;line-height:1.45;resize:vertical}.editor-shell .ui-field textarea{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0))}.editor-shell .ui-field input::placeholder,.editor-shell .ui-field textarea::placeholder,.editor-shell .ui-input::placeholder{color:#8194ae}.editor-shell .ui-btn:disabled,.editor-shell .ui-field input:disabled,.editor-shell .ui-field select:disabled,.editor-shell .ui-field textarea:disabled,.editor-shell .ui-input:disabled{opacity:.56;cursor:not-allowed}.editor-shell .ui-field select,.editor-shell select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(180deg,#0d1522,#0c1420),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23BFCDE1' d='M6 7.4a.9.9 0 0 1-.64-.26L.94 2.73a.9.9 0 1 1 1.28-1.28L6 5.23l3.78-3.78a.9.9 0 1 1 1.28 1.28L6.64 7.14A.9.9 0 0 1 6 7.4z'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-size:auto,.78rem;background-position:0 0,right .7rem center;padding-right:2rem}.editor-shell input[type=date],.editor-shell input[type=datetime-local],.editor-shell input[type=time]{letter-spacing:.01em}.editor-shell input[type=file]{padding:.38rem .44rem}.editor-shell input[type=file]::-webkit-file-upload-button{border:1px solid #4a5f7d;border-radius:999px;padding:.34rem .66rem;margin-right:.56rem;background:#162134;color:#dce7f7;font-weight:640;cursor:pointer}.editor-shell input[type=file]::file-selector-button{border:1px solid #4a5f7d;border-radius:999px;padding:.34rem .66rem;margin-right:.56rem;background:#162134;color:#dce7f7;font-weight:640;cursor:pointer}.editor-shell input[type=file]::-webkit-file-upload-button:hover{border-color:#d38a15;color:#fff7df;background:#1f2b41}.editor-shell input[type=file]::file-selector-button:hover{border-color:#d38a15;color:#fff7df;background:#1f2b41}.editor-shell .ui-input optgroup,.editor-shell .ui-input option,.editor-shell select optgroup,.editor-shell select option{color:#0f172a;background:#f8fafc}.editor-shell .table-container{border:1px solid var(--editor-border);border-radius:var(--editor-radius);background:#131b29;overflow:auto}.editor-shell .admin-table-heading-label{display:inline-block;padding-right:.5rem}.editor-shell .editor-lookup-menu{border:1px solid #3b4a5f;border-radius:.72rem;background:#121825;box-shadow:0 18px 32px -20px rgba(0,0,0,.88)}.editor-shell .editor-lookup-item{color:#dce5f3;transition:background-color .12s ease,color .12s ease}.editor-shell .editor-lookup-item.is-active,.editor-shell .editor-lookup-item:hover{background:rgba(245,158,11,.2);color:#fff7de}.editor-shell .admin-import-row--existing{background:linear-gradient(90deg,rgba(245,158,11,.28),rgba(245,158,11,.12))}.editor-shell .admin-import-row--new{background:linear-gradient(90deg,rgba(16,185,129,.23),rgba(16,185,129,.09))}.editor-shell table.data-table th{background:#1a2538;color:#e4eefc;font-size:.71rem}.editor-shell table.data-table td,.editor-shell table.data-table th{border-color:#2a3446;padding:.58rem .62rem}.editor-shell table.data-table tbody tr:nth-child(2n){background:rgba(20,29,43,.56)}.editor-shell table.data-table tbody tr:hover{background:rgba(245,158,11,.14)}.editor-shell .text-button{border:1px solid transparent;border-radius:.52rem;padding:.22rem .5rem;color:#fbbf24;font-weight:630;text-decoration:none;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .text-button:hover{border-color:rgba(245,158,11,.52);background:rgba(245,158,11,.16);color:#fff6d6}.editor-shell .ui-btn{border-radius:.62rem;border-width:1px;border-style:solid;font-weight:700;letter-spacing:.01em;min-height:2.36rem;padding:.44rem .82rem;box-shadow:0 7px 14px -12px rgba(0,0,0,.9);transition:transform .1s ease,border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .ui-btn:active:not(:disabled){transform:translateY(1px)}.editor-shell .ui-btn.ui-btn--primary{border-color:#d48608;background:linear-gradient(165deg,#ffb12a,#ef9804);color:#101725}.editor-shell .ui-btn.ui-btn--primary:hover:not(:disabled){border-color:#fbbf24;background:#ffb22b;color:#0d1420;filter:none}.editor-shell .ui-btn.ui-btn--outline{border-color:#495e7c;background:linear-gradient(180deg,#162134,#141f31);color:#dce7f7}.editor-shell .ui-btn.ui-btn--outline:hover:not(:disabled){border-color:rgba(245,158,11,.62);color:#fff6de;background:#1f2b41}.editor-shell .ui-btn.ui-btn--danger{border-color:#dc5e5e;background:linear-gradient(170deg,#9e3939,#7e2a2a);color:#ffe5e5}.editor-shell .ui-btn.ui-btn--sm{min-height:2rem;padding:.3rem .62rem;border-radius:.56rem;font-size:.78rem}.editor-shell .page-layout-editor{display:grid;grid-gap:.88rem;gap:.88rem}.editor-shell .page-layout-editor__topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.82rem;gap:.82rem;align-items:start}.editor-shell .page-layout-editor__intro{margin:0;color:#c8d3e4;font-size:.9rem;line-height:1.46}.editor-shell .page-layout-editor__stats{display:flex;flex-wrap:wrap;gap:.42rem;margin-top:.5rem;color:#9fb0c6;font-size:.76rem}.editor-shell .page-layout-editor__row-title small,.editor-shell .page-layout-editor__section-header>span,.editor-shell .page-layout-editor__stats span{display:inline-flex;align-items:center;min-height:1.42rem;border:1px solid #334258;border-radius:999px;background:#111a28;color:#aebdd0;padding:.12rem .48rem}.editor-shell .page-layout-editor__save-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}.editor-shell .page-layout-editor__modes{display:grid;grid-gap:.54rem;gap:.54rem;padding:.7rem;border:1px solid var(--editor-border);border-radius:8px;background:rgba(15,22,33,.72)}.editor-shell .page-layout-editor__mode-detail{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .56rem;color:#aebdd0;font-size:.82rem}.editor-shell .page-layout-editor__mode-detail strong{color:#f4f7fb}.editor-shell .page-layout-editor__sections{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.82rem;gap:.82rem}.editor-shell .page-layout-editor__section{border:1px solid var(--editor-border);border-radius:8px;background:rgba(13,19,29,.68);overflow:hidden}.editor-shell .page-layout-editor__section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.74rem;padding:.76rem .84rem;border-bottom:1px solid var(--editor-border-soft);background:rgba(19,28,42,.72)}.editor-shell .page-layout-editor__section-header h3{margin:0;color:#f2f6fc;font-size:.96rem;line-height:1.2}.editor-shell .page-layout-editor__section-header p{margin:.22rem 0 0;color:#9fb0c6;font-size:.78rem;line-height:1.38}.editor-shell .page-layout-editor__list{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.editor-shell .page-layout-editor__row{display:grid;grid-template-columns:minmax(6.4rem,.18fr) minmax(0,1fr);grid-gap:.7rem;gap:.7rem;padding:.76rem .84rem;border-top:1px solid rgba(42,52,68,.72)}.editor-shell .page-layout-editor__row:first-child{border-top:0}.editor-shell .page-layout-editor__row.is-hidden{background:rgba(8,12,19,.38)}.editor-shell .page-layout-editor__visibility{display:flex;align-items:center;gap:.48rem;min-width:0;color:#d6e0ee;font-size:.82rem;font-weight:700}.editor-shell .page-layout-editor__row-body{display:grid;grid-gap:.58rem;gap:.58rem;min-width:0}.editor-shell .page-layout-editor__row-main{min-width:0}.editor-shell .page-layout-editor__row-title{display:flex;flex-wrap:wrap;align-items:center;gap:.42rem;color:#f3f7fd;font-size:.92rem;font-weight:740;line-height:1.28}.editor-shell .page-layout-editor__row-title small{font-size:.68rem;font-weight:700}.editor-shell .page-layout-editor__row-description{margin-top:.2rem;color:#98a9bf;font-size:.78rem;line-height:1.38}.editor-shell .page-layout-editor__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.44rem}.editor-shell .page-layout-editor__button-group{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.28rem}.editor-shell .page-layout-editor__section-toggle{min-height:2rem;border:1px solid #3d506a;border-radius:.52rem;background:#142033;color:#d8e3f1;cursor:pointer;font-size:.78rem;font-weight:720;padding:.3rem .58rem;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .page-layout-editor__section-toggle:hover:not(:disabled){border-color:rgba(245,158,11,.62);background:#1d2a40;color:#fff6de}.editor-shell .page-layout-editor__section-toggle.is-active{border-color:#d48608;background:#f59e0b;color:#101725}.editor-shell .page-layout-editor__section-toggle:disabled{opacity:.56;cursor:not-allowed}.editor-shell .page-layout-editor__preview{border:1px solid #2a3446;border-radius:8px;background:#0f1724}.editor-shell .page-layout-editor__preview summary{cursor:pointer;padding:.48rem .62rem;color:#dce7f7;font-size:.78rem;font-weight:700}.editor-shell .page-layout-editor__preview>div{border-top:1px solid #2a3446;padding:.62rem}.editor-shell .page-layout-editor__settings-panel{display:grid;grid-gap:.62rem;gap:.62rem;border:1px solid #42546f;border-radius:8px;background:rgba(18,27,41,.82);padding:.78rem}.editor-shell .page-layout-editor__settings-actions,.editor-shell .page-layout-editor__settings-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.52rem}.editor-shell .page-layout-editor__settings-header strong{color:#f2f6fc}.editor-shell .page-layout-editor__settings-body{border:1px solid #2a3446;border-radius:8px;background:#0e1623;padding:.66rem}.editor-shell .page-layout-editor__empty,.editor-shell .page-layout-editor__error{padding:.72rem .84rem;color:#98a9bf;font-size:.84rem}.editor-shell .page-layout-editor__error{margin-top:.5rem;color:#fca5a5;padding:0}@media (max-width:760px){.editor-shell .page-layout-editor__row,.editor-shell .page-layout-editor__topbar{grid-template-columns:minmax(0,1fr)}.editor-shell .page-layout-editor__save-actions{justify-content:flex-start}.editor-shell .page-layout-editor__visibility{align-items:flex-start}}.editor-shell .editor-sticky-actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;display:flex;align-items:center;flex-wrap:wrap;gap:.54rem;padding:.76rem .86rem;margin-top:.95rem;border-top:1px solid var(--editor-border);background:linear-gradient(180deg,rgba(14,20,30,.84),rgba(16,22,33,.96));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-shell .editor-issues-panel{flex:0 0 258px;border-left:1px solid var(--editor-border);background:linear-gradient(182deg,rgba(12,18,28,.84),rgba(11,15,22,.9));padding:.82rem .66rem;overflow:visible;position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + .5rem)}.editor-shell .editor-issues-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.5rem}.editor-shell .editor-issues-panel__header strong{font-size:.81rem}.editor-shell .editor-issues-panel__header span{color:#94a8c2;font-size:.72rem}.editor-shell .editor-issues-panel__list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.34rem;gap:.34rem}.editor-shell .editor-issues-panel__list button{width:100%;text-align:left;border:1px solid #6f4f1f;border-radius:.58rem;background:rgba(66,39,11,.46);padding:.42rem .5rem;color:#ffe3af}.editor-shell .editor-issues-panel__list button:hover{border-color:#b87a1b;background:rgba(92,55,15,.56)}.editor-shell .editor-issues-panel__list button small{display:block;margin-top:.14rem;color:#e3bf85;font-size:.68rem}.editor-shell .editor-issues-panel__empty{border:1px solid rgba(16,185,129,.45);border-radius:.58rem;background:rgba(6,78,59,.24);padding:.5rem .56rem;color:#9df6d8;font-size:.74rem}.editor-shell .text-gray-100{color:#eef3fb}.editor-shell .text-gray-200{color:#dce5f3}.editor-shell .text-gray-300{color:#c6d3e5}.editor-shell .text-gray-400{color:#95a9c2}.editor-shell .text-gray-500{color:#7f91a8}.editor-shell .text-red-400{color:#fca5a5}.editor-shell .text-red-300{color:#fda4af}.editor-shell .text-amber-300{color:#fcd34d}.editor-shell .bg-gray-700{background:rgba(43,56,74,.78)}.editor-shell .bg-gray-800{background:rgba(30,40,56,.8)}.editor-shell .bg-gray-900{background:rgba(22,30,44,.84)}.editor-shell .bg-gray-900\/30{background:rgba(22,30,44,.4)}.editor-shell .bg-gray-900\/40{background:rgba(22,30,44,.5)}.editor-shell .bg-gray-950\/40{background:rgba(14,20,31,.48)}.editor-shell .border-gray-600{border-color:#415069}.editor-shell .border-gray-700{border-color:#2f3d52}.editor-shell .border-gray-800{border-color:#273346}.editor-shell .hover\:bg-gray-700:hover{background:rgba(36,47,67,.9)}.editor-shell .hover\:bg-gray-900:hover{background:rgba(23,31,46,.95)}.editor-shell .hover\:text-gray-200:hover{color:#e1e9f6}.editor-shell .tag-pill{border:1px solid #4a5d79;border-radius:999px;background:#162235;color:#dbe7f8;padding:.26rem .6rem;font-size:.76rem;line-height:1.2;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .tag-pill:hover{border-color:#6b83a7;background:#1b2a41}.editor-shell .tag-pill.selected{border-color:#d38a15;background:linear-gradient(165deg,#ffb12a,#ef9804);color:#111826}.editor-shell .tag-pill .chip-x{margin-left:.38rem;opacity:.78}.editor-shell .tag-pill:hover .chip-x{opacity:1}.editor-shell .admin-editor-footer,.editor-shell .admin-editor-toolbar{gap:.66rem}.editor-shell .admin-editor-fields{gap:.42rem .6rem;max-height:180px;overflow:auto;padding:.35rem;border:1px solid #33455f;border-radius:.62rem;min-width:240px}.editor-shell .admin-editor-field-toggle{border-radius:999px;border-color:#3b4a60;background:rgba(20,27,39,.8)}.editor-shell .admin-editor-search{min-width:220px}.editor-shell .admin-bulk-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.85rem;padding-bottom:.72rem;border-bottom:1px solid rgba(148,163,184,.22)}.editor-shell .admin-bulk-header span{color:var(--editor-muted);font-size:.78rem}.editor-shell .admin-bulk-header h1{margin:.1rem 0 0;font-size:1.65rem;line-height:1.08}.editor-shell .admin-bulk-header__meta{display:flex;align-items:baseline;gap:.42rem;white-space:nowrap}.editor-shell .admin-bulk-header__meta strong{font-size:1rem}.editor-shell .admin-bulk-finder-filters{margin-bottom:.72rem}.editor-shell .admin-bulk-finder-filters .ui-input{min-width:180px}.editor-shell .admin-bulk-actions{margin:.7rem 0 .9rem;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm);background:#141d2c;padding:.62rem;display:grid;grid-gap:.55rem;gap:.55rem;position:-webkit-sticky;position:sticky;top:.6rem;z-index:14}.editor-shell .admin-bulk-actions__row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.editor-shell .admin-bulk-actions__row strong{font-size:.82rem}.editor-shell .admin-bulk-actions__row span{color:var(--editor-muted);font-size:.75rem}.editor-shell .admin-bulk-actions__preview{border-top:1px solid #2f3d52;padding-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.editor-shell .admin-table--compact td,.editor-shell .admin-table--compact th{padding:.28rem .42rem;font-size:.8rem}.editor-shell .admin-select-col{width:44px;min-width:44px;text-align:center}.editor-shell tr.admin-row--selected td{background:rgba(245,158,11,.16)}.editor-shell{--editor-border:#313d50;--editor-muted:#9babc1;--editor-highlight:#f59e0b;background:#0f141d}.editor-header-shell{background:#121a27;-webkit-backdrop-filter:none;backdrop-filter:none}.editor-shell .editor-issues-panel,.editor-shell .section-jump-nav{background:#111926}.editor-shell .editor-nav-row__label{display:inline-flex;align-items:center;gap:.48rem;min-width:0}.editor-shell .editor-nav-index{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:999px;background:#1b2738;color:#9eb2cd;font-size:.65rem;font-weight:700;flex:0 0 auto}.editor-shell .section-jump-nav button.active .editor-nav-index{background:#f59e0b;color:#111a26}.editor-shell .editor-workflow__step.active,.editor-shell .section-jump-nav button.active{background:rgba(245,158,11,.14);color:#f9e8c8;border-color:rgba(245,158,11,.52);box-shadow:none}.editor-shell .editor-attention-banner,.editor-shell .editor-mobile-issues,.editor-shell .editor-mobile-nav,.editor-shell .editor-sticky-actions,.editor-shell .editor-subnav,.editor-shell .editor-workflow,.editor-shell .section-bar{background:#141d2c}.editor-shell .editor-attention-banner,.editor-shell .editor-mobile-issues,.editor-shell .editor-workflow{border-color:#3b4b64}.editor-shell .section-bar{font-size:.92rem;font-weight:650;letter-spacing:0}.editor-shell .section-bar--attention,.editor-shell .section-bar--optional,.editor-shell .section-bar--ready{background:#141d2c}.editor-shell .admin-editor-panel,.editor-shell .card,.editor-shell .dayBox,.editor-shell .profile-content>.table-container,.editor-shell .squadBox,.editor-shell .table-container{background:#151f2e;box-shadow:none}.editor-shell .ui-field{margin-bottom:1rem}.editor-shell .ui-field>label{text-transform:none;font-size:.83rem;letter-spacing:0;color:#d7e2f0}.editor-shell .ui-field input[type=date],.editor-shell .ui-field input[type=datetime-local],.editor-shell .ui-field input[type=email],.editor-shell .ui-field input[type=month],.editor-shell .ui-field input[type=number],.editor-shell .ui-field input[type=password],.editor-shell .ui-field input[type=search],.editor-shell .ui-field input[type=tel],.editor-shell .ui-field input[type=text],.editor-shell .ui-field input[type=time],.editor-shell .ui-field input[type=url],.editor-shell .ui-field input[type=week],.editor-shell .ui-field select,.editor-shell .ui-field textarea,.editor-shell .ui-input,.editor-shell input[type=file],.editor-shell select{min-height:2.68rem;border-color:#435573;background:#101927}.editor-shell .ui-field input:hover,.editor-shell .ui-field select:hover,.editor-shell .ui-field textarea:hover,.editor-shell .ui-input:hover,.editor-shell input[type=file]:hover,.editor-shell select:hover{background:#121d2d}.editor-shell .ui-field input:focus,.editor-shell .ui-field select:focus,.editor-shell .ui-field textarea:focus,.editor-shell .ui-input:focus,.editor-shell input[type=file]:focus,.editor-shell select:focus{box-shadow:0 0 0 3px rgba(245,158,11,.2)}.editor-shell .slotRow--schedule{display:grid;grid-template-columns:minmax(0,1fr) 8.5rem auto;grid-gap:.65rem;gap:.65rem;align-items:start}.editor-shell .slotRow--schedule .slotRow__main{display:grid;grid-gap:.5rem;gap:.5rem;min-width:0}.editor-shell .slotRow--schedule .slotRow__description{min-height:4.25rem;border:1px solid #435573;border-radius:.68rem;background:#101927;color:#ebf2fc;padding:.56rem .74rem;line-height:1.35;resize:vertical}.editor-shell .slotRow--schedule .slotRow__description:hover{background:#121d2d}.editor-shell .slotRow--schedule .slotRow__description:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.2);outline:none}.editor-shell .slotRow--schedule .slotRow__time{width:100%}.editor-shell .slotRow--schedule .slotRow__remove{min-width:2.6rem;min-height:2.68rem}@media (max-width:760px){.editor-shell .slotRow--schedule{grid-template-columns:minmax(0,1fr)}.editor-shell .slotRow--schedule .slotRow__remove{justify-self:start}}.editor-shell .ui-btn{border-radius:.56rem;box-shadow:none}.editor-shell .ui-btn.ui-btn--primary{background:#f59e0b}.editor-shell .ui-btn.ui-btn--primary:hover:not(:disabled){background:#ffb52f}.editor-shell .ui-btn.ui-btn--outline{background:#162134}.editor-shell .tag-pill{background:#1a273b}.editor-shell .editor-issues-panel__list button{border-color:#516787;background:#1a273a;color:#dfe9f8}.editor-shell .editor-issues-panel__list button:hover{border-color:#6e88ae;background:#223149}.editor-shell .ballistics-import-dialog{width:min(94vw,42rem);border:1px solid rgba(148,163,184,.3);border-radius:1rem;overflow:hidden;background:radial-gradient(circle at 12% 0,rgba(245,158,11,.18),transparent 34%),linear-gradient(180deg,#101827,#070b14);box-shadow:0 30px 80px -34px rgba(0,0,0,.95)}.editor-shell .ballistics-import-dialog .dialog-header{border-bottom:1px solid rgba(148,163,184,.18);margin:0;padding:1.05rem 1.1rem .85rem;background:rgba(15,23,42,.58)}.editor-shell .ballistics-import-dialog .dialog-title{display:grid;grid-gap:.25rem;gap:.25rem}.editor-shell .ballistics-import-dialog .dialog-title h3{margin:0;font-size:1.02rem;letter-spacing:0;color:#f8fbff}.editor-shell .ballistics-import-dialog .dialog-title p{margin:0;max-width:34rem;color:#aab9ce;font-size:.78rem;line-height:1.45}.editor-shell .ballistics-import-dialog__body{display:grid;grid-gap:.9rem;gap:.9rem;padding:1rem 1.1rem}.editor-shell .ballistics-import-dialog__dropzone{position:relative;display:grid;grid-gap:.22rem;gap:.22rem;min-height:6.7rem;align-content:center;border:1px dashed rgba(245,158,11,.52);border-radius:.9rem;padding:1.05rem;background:linear-gradient(135deg,rgba(245,158,11,.16),rgba(59,130,246,.08)),rgba(2,6,23,.44);color:#f8fbff;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.editor-shell .ballistics-import-dialog__dropzone:hover{border-color:rgba(251,191,36,.78);background:linear-gradient(135deg,rgba(245,158,11,.22),rgba(59,130,246,.12)),rgba(2,6,23,.5);transform:translateY(-1px)}.editor-shell .ballistics-import-dialog__dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.editor-shell .ballistics-import-dialog__dropzone span{font-size:.9rem;font-weight:750}.editor-shell .ballistics-import-dialog__dropzone strong{color:#f8d18b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.editor-shell .ballistics-import-dialog__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.editor-shell .ballistics-import-dialog__options label{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"check title" "check hint";grid-column-gap:.55rem;column-gap:.55rem;grid-row-gap:.08rem;row-gap:.08rem;align-items:center;border:1px solid rgba(148,163,184,.22);border-radius:.75rem;padding:.72rem;background:rgba(15,23,42,.52);color:#dfe9f8}.editor-shell .ballistics-import-dialog__options label.is-active{border-color:rgba(245,158,11,.62);background:linear-gradient(145deg,rgba(245,158,11,.16),rgba(15,23,42,.64))}.editor-shell .ballistics-import-dialog__options input{grid-area:check;accent-color:#f59e0b}.editor-shell .ballistics-import-dialog__options span{grid-area:title;font-size:.82rem;font-weight:760}.editor-shell .ballistics-import-dialog__options small{grid-area:hint;color:#97a8bf;font-size:.7rem}.editor-shell .ballistics-import-dialog__preview{display:grid;grid-gap:.75rem;gap:.75rem}.editor-shell .ballistics-import-dialog__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.editor-shell .ballistics-import-dialog__stats span{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0;border:1px solid rgba(148,163,184,.18);border-radius:.68rem;padding:.62rem;background:rgba(2,6,23,.46);color:#8fa3bc;font-size:.67rem;text-transform:uppercase;letter-spacing:.06em}.editor-shell .ballistics-import-dialog__stats strong{color:#f8fbff;font-size:.98rem;letter-spacing:0;text-transform:none}.editor-shell .ballistics-import-dialog__sample{overflow:hidden;border:1px solid rgba(148,163,184,.2);border-radius:.8rem;background:rgba(2,6,23,.38)}.editor-shell .ballistics-import-dialog__sample>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;padding:.54rem .72rem;border-bottom:1px solid rgba(148,163,184,.12);color:#dbe6f6;font-size:.76rem}.editor-shell .ballistics-import-dialog__sample>div:first-child{background:rgba(15,23,42,.74);color:#90a4bd;font-size:.67rem;font-weight:780;text-transform:uppercase;letter-spacing:.06em}.editor-shell .ballistics-import-dialog__sample>div:last-child{border-bottom:0}.editor-shell .ballistics-import-dialog__empty,.editor-shell .ballistics-import-dialog__error{display:grid;grid-gap:.18rem;gap:.18rem;border-radius:.75rem;padding:.78rem .85rem;background:rgba(15,23,42,.54);color:#aab9ce;font-size:.76rem}.editor-shell .ballistics-import-dialog__empty strong{color:#f8fbff;font-size:.82rem}.editor-shell .ballistics-import-dialog__error{border:1px solid rgba(248,113,113,.35);background:rgba(127,29,29,.22);color:#fecaca}.editor-shell .ballistics-import-dialog .dialog-footer{border-top:1px solid rgba(148,163,184,.18);margin:0;padding:.85rem 1.1rem 1rem;display:flex;justify-content:flex-end;gap:.5rem;background:rgba(15,23,42,.38)}@media (max-width:540px){.editor-shell .ballistics-import-dialog__options,.editor-shell .ballistics-import-dialog__stats{grid-template-columns:1fr}}.ballistics-import-dialog{width:min(94vw,42rem);border:1px solid rgba(148,163,184,.3);border-radius:1rem;overflow:hidden;background:radial-gradient(circle at 12% 0,rgba(245,158,11,.18),transparent 34%),linear-gradient(180deg,#101827,#070b14);color:#dfe9f8;box-shadow:0 30px 80px -34px rgba(0,0,0,.95)}.ballistics-import-dialog .dialog-header{border-bottom:1px solid rgba(148,163,184,.18);margin:0;padding:1.05rem 1.1rem .85rem;background:rgba(15,23,42,.58)}.ballistics-import-dialog .dialog-title{display:grid;grid-gap:.25rem;gap:.25rem}.ballistics-import-dialog .dialog-title h3,.ballistics-import-dialog .dialog-title p{margin:0}.ballistics-import-dialog .dialog-title h3{font-size:1.02rem;letter-spacing:0;color:#f8fbff}.ballistics-import-dialog .dialog-title p{max-width:34rem;color:#aab9ce;font-size:.78rem;line-height:1.45}.ballistics-import-dialog__body{display:grid;grid-gap:.9rem;gap:.9rem;padding:1rem 1.1rem}.ballistics-import-dialog__dropzone{position:relative;display:grid;grid-gap:.22rem;gap:.22rem;min-height:6.7rem;align-content:center;border:1px dashed rgba(245,158,11,.52);border-radius:.9rem;padding:1.05rem;background:linear-gradient(135deg,rgba(245,158,11,.16),rgba(59,130,246,.08)),rgba(2,6,23,.44);color:#f8fbff;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.ballistics-import-dialog__dropzone:hover{border-color:rgba(251,191,36,.78);background:linear-gradient(135deg,rgba(245,158,11,.22),rgba(59,130,246,.12)),rgba(2,6,23,.5);transform:translateY(-1px)}.ballistics-import-dialog__dropzone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.ballistics-import-dialog__dropzone span{font-size:.9rem;font-weight:750}.ballistics-import-dialog__dropzone strong{color:#f8d18b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.ballistics-import-dialog__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.ballistics-import-dialog__options label{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"check title" "check hint";grid-column-gap:.55rem;column-gap:.55rem;grid-row-gap:.08rem;row-gap:.08rem;align-items:center;border:1px solid rgba(148,163,184,.22);border-radius:.75rem;padding:.72rem;background:rgba(15,23,42,.52)}.ballistics-import-dialog__options label.is-active{border-color:rgba(245,158,11,.62);background:linear-gradient(145deg,rgba(245,158,11,.16),rgba(15,23,42,.64))}.ballistics-import-dialog__options input{grid-area:check;accent-color:#f59e0b}.ballistics-import-dialog__options span{grid-area:title;font-size:.82rem;font-weight:760}.ballistics-import-dialog__options small{grid-area:hint;color:#97a8bf;font-size:.7rem}.ballistics-import-dialog__preview{display:grid;grid-gap:.75rem;gap:.75rem}.ballistics-import-dialog__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.ballistics-import-dialog__stats span{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0;border:1px solid rgba(148,163,184,.18);border-radius:.68rem;padding:.62rem;background:rgba(2,6,23,.46);color:#8fa3bc;font-size:.67rem;text-transform:uppercase;letter-spacing:.06em}.ballistics-import-dialog__stats strong{color:#f8fbff;font-size:.98rem;letter-spacing:0;text-transform:none}.ballistics-import-dialog__sample{overflow:hidden;border:1px solid rgba(148,163,184,.2);border-radius:.8rem;background:rgba(2,6,23,.38)}.ballistics-import-dialog__sample>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;padding:.54rem .72rem;border-bottom:1px solid rgba(148,163,184,.12);color:#dbe6f6;font-size:.76rem}.ballistics-import-dialog__sample>div:first-child{background:rgba(15,23,42,.74);color:#90a4bd;font-size:.67rem;font-weight:780;text-transform:uppercase;letter-spacing:.06em}.ballistics-import-dialog__sample>div:last-child{border-bottom:0}.ballistics-import-dialog__empty,.ballistics-import-dialog__error{display:grid;grid-gap:.18rem;gap:.18rem;border-radius:.75rem;padding:.78rem .85rem;background:rgba(15,23,42,.54);color:#aab9ce;font-size:.76rem}.ballistics-import-dialog__empty strong{color:#f8fbff;font-size:.82rem}.ballistics-import-dialog__error{border:1px solid rgba(248,113,113,.35);background:rgba(127,29,29,.22);color:#fecaca}.ballistics-import-dialog .dialog-footer{border-top:1px solid rgba(148,163,184,.18);margin:0;padding:.85rem 1.1rem 1rem;display:flex;justify-content:flex-end;gap:.5rem;background:rgba(15,23,42,.38)}@media (max-width:540px){.ballistics-import-dialog__options,.ballistics-import-dialog__stats{grid-template-columns:1fr}}.editor-shell .cof-stage-editor{min-height:calc(100dvh - var(--header-height, 64px) - 220px)}.editor-shell .cof-stage-editor__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.editor-shell .cof-stage-editor__zoom{display:inline-flex;align-items:center;gap:.4rem}.editor-shell .cof-stage-editor__device{font-size:.72rem;color:#c7d5ea;margin-right:.32rem}.editor-shell .cof-stage-editor__zoom-value{min-width:3.3rem;text-align:center;color:#dbe6f6;font-size:.76rem}.editor-shell .cof-stage-switcher{border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,rgba(15,23,42,.5),rgba(2,6,23,.5))}.editor-shell .cof-stage-switcher__row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:start}.editor-shell .cof-stage-switcher__chips{display:flex;flex-wrap:wrap;gap:.45rem}.editor-shell .cof-stage-switcher__chip{display:grid;grid-gap:.1rem;gap:.1rem;text-align:left;border:1px solid rgba(148,163,184,.34);border-radius:.6rem;background:rgba(15,23,42,.48);color:#dbe6f6;padding:.38rem .56rem;min-width:140px}.editor-shell .cof-stage-switcher__chip:hover{border-color:rgba(148,163,184,.56)}.editor-shell .cof-stage-switcher__chip.is-active{border-color:rgba(245,158,11,.72);background:linear-gradient(165deg,rgba(245,158,11,.24),rgba(120,53,15,.34));color:#fde7bf}.editor-shell .cof-stage-switcher__chip-name{font-size:.78rem;font-weight:650}.editor-shell .cof-stage-switcher__chip-meta{font-size:.68rem;color:#9fb0c6}.editor-shell .cof-stage-switcher__chip.is-active .cof-stage-switcher__chip-meta{color:#f3cf8f}.editor-shell .cof-stage-switcher__actions{display:inline-flex;align-items:center;gap:.42rem;flex-wrap:wrap}.editor-shell .cof-stage-mobile-switcher{display:none}.editor-shell .cof-stage-mobile-switcher__meta{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0}.editor-shell .cof-stage-mobile-switcher__meta span{color:#9fb0c6;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.editor-shell .cof-stage-mobile-switcher__meta strong{overflow:hidden;color:#fde7bf;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.editor-shell .cof-stage-mobile-switcher__controls{display:block}.editor-shell .cof-stage-row-type-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;justify-content:center}.editor-shell .cof-stage-row-type-bar__label{font-size:.78rem;font-weight:700;color:#dbe6f6;margin-right:.2rem}.editor-shell .cof-stage-row-type-bar .ui-btn{min-height:2rem;padding-inline:.55rem}.editor-shell .cof-stage-row-group{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .34rem;border:1px solid rgba(148,163,184,.24);border-radius:.56rem;background:rgba(2,6,23,.28)}.editor-shell .cof-stage-row-group__label{font-size:.68rem;font-weight:700;color:#9fb0c6;margin-right:.1rem}.editor-shell .cof-stage-row-type-bar__hint{font-size:.7rem;color:#9fb0c6;margin-left:.25rem}.editor-shell .cof-shortcuts-help{border:1px solid rgba(148,163,184,.3);border-radius:.7rem;background:rgba(15,23,42,.5);padding:.56rem .62rem;display:grid;grid-gap:.48rem;gap:.48rem}.editor-shell .cof-shortcuts-help__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.editor-shell .cof-shortcuts-help p{margin:0;font-size:.74rem;color:#d5e2f3}.editor-shell .cof-shortcuts-help__grid{display:grid;grid-template-columns:auto 1fr;grid-gap:.34rem .6rem;gap:.34rem .6rem;align-items:center;font-size:.73rem;color:#dbe6f6}.editor-shell .cof-shortcuts-help__grid code{border:1px solid rgba(148,163,184,.36);border-radius:.38rem;padding:.06rem .3rem;background:rgba(2,6,23,.56);color:#f3cf8f}.editor-shell .cof-stage-row-actions{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem;justify-content:center;width:100%}.editor-shell .cof-precision-stepper{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.4rem;gap:.4rem;align-items:center}.editor-shell .cof-stages-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem}.editor-shell .cof-stages-layout__editor,.editor-shell .cof-stages-layout__side{min-width:0}@media (min-width:1280px){.editor-shell .cof-stages-layout--with-preview{grid-template-columns:minmax(0,1.55fr) minmax(360px,.9fr);align-items:start}}.editor-shell .cof-documents-tab__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.editor-shell .cof-documents-tab__metrics{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.editor-shell .cof-documents-tab__metric{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.35);border-radius:999px;padding:.16rem .52rem;background:rgba(15,23,42,.5);color:#dbe6f6;font-size:.72rem;font-weight:620}.editor-shell .cof-documents-tab__layout,.editor-shell .cof-print-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem}.editor-shell .cof-print-layout__preview,.editor-shell .cof-print-layout__settings{min-width:0}.editor-shell .cof-print-preview-shell{min-height:560px;overflow:visible}.editor-shell .cof-print-preview-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.75rem;gap:.75rem}.editor-shell .cof-print-preview-grid.is-compare{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-shell .cof-print-preview-pane{min-width:0}.editor-shell .cof-print-preview-pane__label{margin:0 0 .45rem;font-size:.72rem;color:#dbe6f6;font-weight:650}.editor-shell .cof-print-compare-summary{border:1px solid rgba(148,163,184,.24);border-radius:.62rem;background:rgba(15,23,42,.42);padding:.4rem .52rem}.editor-shell .cof-print-preview-scale{transform-origin:top left}@media (min-width:1240px){.editor-shell .cof-print-layout{grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);align-items:start}}@media (min-width:1200px){.editor-shell .cof-documents-tab__layout{grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr);align-items:start}}.editor-shell .cof-stage-editor__body{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.9rem;gap:.9rem;align-items:stretch}.editor-shell .cof-stage-editor__controls{display:grid;grid-gap:.75rem;gap:.75rem;min-width:0}.editor-shell .cof-stage-editor__controls,.editor-shell .cof-stage-editor__preview-shell{border:1px solid rgba(148,163,184,.24);border-radius:.8rem;background:linear-gradient(180deg,rgba(15,23,42,.45),rgba(2,6,23,.55));padding:.75rem}.editor-shell .cof-stage-editor__preview-shell{min-height:520px;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.editor-shell .cof-stage-print-sheet{width:calc(var(--sheet-width) * var(--stage-scale, 1));height:calc(var(--sheet-height) * var(--stage-scale, 1));padding:calc(var(--sheet-margin) * var(--stage-scale, 1));background:#f8fafc;border:1px solid #4b5563;box-shadow:0 20px 40px rgba(2,6,23,.35);box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start;position:relative}.editor-shell .cof-stage-print-guides{pointer-events:none;position:absolute;inset:calc(var(--sheet-margin) * var(--stage-scale, 1));border:1px dashed rgba(2,132,199,.45);opacity:var(--guide-opacity,0);transition:opacity .14s ease}.editor-shell .cof-stage-preview-card{width:calc(var(--card-width) * var(--stage-scale, 1));height:calc(var(--card-height) * var(--stage-scale, 1));border:1px solid #2b2f38;background:#fff;color:#000;box-sizing:border-box;font-family:Arial,sans-serif;line-height:1.2}.editor-shell .cof-stage-preview-card__rows{width:100%;height:100%;padding:5.76px;box-sizing:border-box;display:flex;flex-direction:column}.editor-shell .cof-stage-preview-row{display:flex;align-items:center;margin-top:var(--row-margin);border:1px solid transparent;border-radius:4px;cursor:pointer;padding-inline:2px;transform:translateY(calc(var(--drag-shift, 0) * 100%));transition:transform .14s ease,border-color .12s ease,box-shadow .12s ease,opacity .12s ease}.editor-shell .cof-stage-preview-row.is-selected{border-color:rgba(245,158,11,.75);box-shadow:inset 0 0 0 1px rgba(245,158,11,.28)}.editor-shell .cof-stage-preview-row.is-drag-over{border-color:rgba(59,130,246,.8);box-shadow:inset 0 0 0 1px rgba(59,130,246,.35)}.editor-shell .cof-stage-preview-row.is-dragging{opacity:1;border-color:rgba(59,130,246,.7);box-shadow:inset 0 0 0 1px rgba(59,130,246,.28)}.editor-shell .cof-stage-preview-row--size-1{height:calc(var(--font-size-1) + 4px);font-size:var(--font-size-1)}.editor-shell .cof-stage-preview-row--size-2{height:calc(var(--font-size-2) + 4px);font-size:var(--font-size-2)}.editor-shell .cof-stage-preview-row--size-3{height:calc(var(--font-size-3) + 4px);font-size:var(--font-size-3)}.editor-shell .cof-stage-preview-row--size-4{height:calc(var(--font-size-4) + 4px);font-size:var(--font-size-4)}.editor-shell .cof-stage-preview-row--page-break{margin-top:auto;min-height:0;height:0;position:relative;border-top:1px dashed #475569;border-bottom:1px dashed #475569}.editor-shell .cof-stage-preview__center{width:100%;text-align:center}.editor-shell .cof-stage-preview__line{width:100%;border-top:2px solid #000}.editor-shell .cof-stage-preview__dope{display:grid;grid-template-columns:minmax(0,1fr) 4.2ch auto 4ch auto 4ch;align-items:center;grid-column-gap:5px;column-gap:5px;width:100%}.editor-shell .cof-stage-preview__dope-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-shell .cof-stage-preview__dope-label--ghost{opacity:0}.editor-shell .cof-stage-preview__dope-sep,.editor-shell .cof-stage-preview__dope-value{text-align:right}.editor-shell .cof-stage-preview__inline-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#000;font:inherit;line-height:1.2;min-width:0;outline:none;padding:0;margin:0}.editor-shell .cof-stage-preview__inline-input--title{text-align:center;width:100%}.editor-shell .cof-stage-preview__inline-input--time{text-align:center;width:8ch}.editor-shell .cof-stage-preview__inline-input--target-label{width:100%}.editor-shell .cof-stage-preview__inline-input--distance{width:4ch;text-align:right}.editor-shell .cof-stage-preview__inline-input--note{width:100%}.editor-shell .cof-stage-preview__inline-input:focus{background:rgba(245,158,11,.15)}.editor-shell .cof-stage-preview__pagebreak-label{position:absolute;left:50%;top:-.58rem;transform:translateX(-50%);text-align:center;color:#64748b;font-size:.72em;letter-spacing:.03em;text-transform:none;background:#fff;padding:0 .28rem;white-space:nowrap}.editor-shell .cof-stage-parity-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:.12rem .5rem;font-size:.68rem;font-weight:700}.editor-shell .cof-stage-parity-badge.is-ready{color:#86efac;background:rgba(6,78,59,.32);border-color:rgba(22,163,74,.48)}.editor-shell .cof-stage-parity-badge.is-warning{color:#fde68a;background:rgba(120,53,15,.34);border-color:rgba(245,158,11,.56)}.editor-shell .cof-stage-warnings{border:1px solid rgba(245,158,11,.5);border-radius:.7rem;background:rgba(120,53,15,.28);padding:.48rem .56rem;display:grid;grid-gap:.24rem;gap:.24rem}.editor-shell .cof-stage-warnings p{margin:0;font-size:.74rem;color:#f8e0b1}.editor-shell .cof-quick-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;border:1px solid rgba(148,163,184,.24);border-radius:.66rem;background:rgba(2,6,23,.38);padding:.42rem}.editor-shell .cof-quick-actions span{font-size:.73rem;color:#c7d5ea;font-weight:640;margin-right:.2rem}.editor-shell .cof-mobile-row-editor{border:1px solid rgba(148,163,184,.26);border-radius:.72rem;background:rgba(15,23,42,.36);padding:.54rem .6rem}.editor-shell .cof-mobile-row-editor h4{margin:0 0 .45rem;font-size:.77rem;color:#e2ebf8}.editor-shell .cof-mobile-row-editor__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.35rem;gap:.35rem}.editor-shell .stage-document-preview__viewer{position:relative;border:1px solid rgba(148,163,184,.24);border-radius:.8rem;background:rgba(15,23,42,.45);overflow:hidden;min-height:320px}.editor-shell .stage-document-preview__nav{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border-bottom:1px solid rgba(148,163,184,.24);background:rgba(2,6,23,.42)}.editor-shell .stage-document-preview__label{flex:1 1;min-width:0;margin:0;font-size:.78rem;color:#dbe6f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-shell .stage-document-preview__page-indicator{min-width:3rem;text-align:center;font-size:.75rem;color:#c7d5ea}.editor-shell .stage-document-preview__pager-button{width:30px;height:30px;border-radius:9999px;border:1px solid #516787;background:#1a273a;color:#dfe9f8;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.editor-shell .stage-document-preview__pager-button:disabled{opacity:.5;cursor:not-allowed}.editor-shell .stage-document-preview__pager-icon{font-size:.75rem;line-height:1;font-weight:700}.editor-shell .stage-document-preview__surface{position:relative;width:100%;height:360px;overflow:hidden;background:rgba(2,6,23,.5);cursor:-webkit-grab;cursor:grab}.editor-shell .stage-document-preview__surface.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.editor-shell .stage-document-preview__content{position:absolute;top:0;left:0;transition:transform .12s ease-out}.editor-shell .stage-document-preview__media{width:100%;height:100%;display:block;background:#fff;border:0}.editor-shell .stage-document-preview__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;color:#94a3b8;font-size:.82rem}.editor-shell .stage-document-preview__controls{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;padding:.5rem .6rem;border-top:1px solid rgba(148,163,184,.24);background:rgba(2,6,23,.5)}.editor-shell .stage-document-preview__controls button{border:1px solid #516787;background:#1a273a;color:#dfe9f8;border-radius:.38rem;padding:.22rem .5rem;font-size:.75rem}.editor-shell .stage-document-preview__zoom{min-width:3.4rem;text-align:center;font-size:.78rem;color:#dbe6f6}.editor-shell .stage-document-preview__fullscreen-backdrop{position:fixed;inset:0;z-index:9999;background:rgba(2,6,23,.76);display:flex;align-items:center;justify-content:center;padding:2rem}.editor-shell .stage-document-preview__fullscreen-panel{width:min(1200px,94vw);height:min(92vh,940px)}.editor-shell .stage-document-preview__fullscreen-panel .stage-document-preview__viewer{height:100%}.editor-shell .stage-document-preview__fullscreen-panel .stage-document-preview__surface{height:calc(100% - 96px)}.editor-shell .cof-save-state{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.editor-shell .cof-save-state.is-clean{border:1px solid rgba(34,197,94,.36);background:rgba(6,78,59,.22)}.editor-shell .cof-save-state.is-dirty{border:1px solid rgba(245,158,11,.45);background:rgba(120,53,15,.24)}@media (max-width:1280px){.editor-shell .cof-stage-switcher__row{grid-template-columns:minmax(0,1fr)}.editor-shell .cof-stage-editor__preview-shell{min-height:360px}.editor-shell .cof-print-preview-grid.is-compare{grid-template-columns:minmax(0,1fr)}}@keyframes editor-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.editor-shell,.editor-shell .wrapper{height:auto;min-height:0}.editor-shell .section-jump-nav{display:none}.editor-shell .editor-mobile-only{display:block}.editor-shell .editor-desktop-only{display:none}.editor-header-shell{padding:.6rem .66rem}.editor-shell__body{flex-direction:column;overflow:visible;padding-inline:.44rem}.editor-shell__main{overflow:visible;padding:.74rem .62rem 1rem}.editor-shell .cof-print-preview-shell{min-height:0}.editor-shell .cof-stage-editor__zoom{flex-wrap:wrap;justify-content:flex-end}.editor-shell .cof-save-state{flex-direction:column;align-items:flex-start}}.editor-shell .admin-bulk-actions,.editor-shell .admin-bulk-actions__preview,.editor-shell .admin-bulk-finder-filters{border-radius:.82rem;border:1px solid rgba(148,163,184,.24);background:linear-gradient(155deg,rgba(15,23,42,.84),rgba(17,24,39,.74));box-shadow:0 10px 24px rgba(2,8,23,.3)}.editor-shell .admin-bulk-finder-filters .ui-input{border-color:rgba(148,163,184,.34);background:rgba(15,23,42,.84)}.editor-shell .admin-bulk-actions__row{padding:.56rem .66rem;border-radius:.64rem;background:rgba(15,23,42,.5);border:1px solid rgba(148,163,184,.2)}.editor-shell .admin-bulk-actions__row strong{letter-spacing:.01em}.editor-shell table.data-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;border-bottom:1px solid rgba(148,163,184,.34);background:rgba(15,23,42,.96);letter-spacing:.03em;text-transform:uppercase;font-size:.72rem}.editor-shell table.data-table td{border-bottom:1px solid rgba(148,163,184,.15)}.editor-shell table.data-table tbody tr:hover td{background:rgba(30,58,138,.16)}.editor-shell tr.admin-row--selected td{background:rgba(37,99,235,.24)}.editor-shell td.admin-cell--selected{outline:2px solid rgba(96,165,250,.8);outline-offset:-2px}.editor-shell td.admin-cell--invalid{box-shadow:inset 0 0 0 1px rgba(248,113,113,.85)}.editor-shell .admin-select-col{position:-webkit-sticky;position:sticky;left:0;z-index:6;background:rgba(15,23,42,.97);border-right:1px solid rgba(148,163,184,.25)}.editor-shell td.admin-col--frozen,.editor-shell th.admin-col--frozen{position:-webkit-sticky;position:sticky;z-index:5;background:rgba(15,23,42,.97);box-shadow:1px 0 0 rgba(148,163,184,.2)}.editor-shell th.admin-col--frozen{z-index:7}.editor-shell .cof-ai-process{position:relative;overflow:hidden;display:grid;grid-gap:.9rem;gap:.9rem;border:1px solid rgba(245,158,11,.26);border-radius:1rem;padding:1rem;background:radial-gradient(circle at 8% 12%,rgba(245,158,11,.18),transparent 28%),linear-gradient(145deg,rgba(17,24,39,.96),rgba(10,16,27,.98));box-shadow:0 22px 60px rgba(2,6,23,.35)}.editor-shell .cof-ai-process__glow{position:absolute;inset:auto -12% -42% 52%;height:16rem;border-radius:999px;background:rgba(59,130,246,.18);filter:blur(38px);pointer-events:none}.editor-shell .cof-ai-process__main{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:start}.editor-shell .cof-ai-process__copy{display:grid;grid-gap:.35rem;gap:.35rem}.editor-shell .cof-ai-process__eyebrow{width:-moz-fit-content;width:fit-content;border:1px solid rgba(245,158,11,.35);border-radius:999px;padding:.12rem .52rem;color:#f8d28c;background:rgba(120,53,15,.22);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.editor-shell .cof-ai-process h3{margin:0;color:#f8fafc;font-size:clamp(1.05rem,1.5vw,1.45rem);line-height:1.08}.editor-shell .cof-ai-process p{margin:0;max-width:62rem;color:#b8c7db;font-size:.88rem;line-height:1.45}.editor-shell .cof-ai-process__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.editor-shell .cof-ai-process__dropzone{position:relative;display:flex;align-items:center;gap:.8rem;min-height:5.3rem;border:1px dashed rgba(148,163,184,.42);border-radius:.9rem;padding:.78rem;background:rgba(15,23,42,.52);cursor:pointer}.editor-shell .cof-ai-process__dropzone:hover{border-color:rgba(245,158,11,.62);background:rgba(24,35,52,.72)}.editor-shell .cof-ai-process__drop-icon{display:grid;place-items:center;width:3.7rem;height:3.7rem;border-radius:.78rem;color:#0f172a;background:linear-gradient(145deg,#f59e0b,#fde68a);font-size:.78rem;font-weight:900;letter-spacing:.05em;box-shadow:0 18px 32px rgba(245,158,11,.18)}.editor-shell .cof-ai-process__dropzone span,.editor-shell .cof-ai-process__dropzone strong{display:block}.editor-shell .cof-ai-process__dropzone strong{color:#eff6ff;font-size:.94rem}.editor-shell .cof-ai-process__dropzone span{color:#93a4ba;font-size:.76rem}.editor-shell .cof-ai-process__steps{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.editor-shell .cof-ai-process__step{display:flex;align-items:center;gap:.45rem;border:1px solid rgba(148,163,184,.22);border-radius:.72rem;padding:.48rem .55rem;background:rgba(2,6,23,.28);color:#c9d6e8;min-width:0}.editor-shell .cof-ai-process__step.is-ready{border-color:rgba(34,197,94,.38);background:rgba(6,78,59,.2)}.editor-shell .cof-ai-process__step span{display:grid;place-items:center;flex:0 0 auto;width:1.45rem;height:1.45rem;border-radius:999px;background:rgba(148,163,184,.18);color:#f8fafc;font-size:.68rem;font-weight:800}.editor-shell .cof-ai-process__step strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem}.editor-shell .cof-ai-process__footer{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.editor-shell .cof-ai-process__footer span{border:1px solid rgba(148,163,184,.2);border-radius:999px;padding:.15rem .5rem;background:rgba(15,23,42,.45);color:#aebed4;font-size:.69rem;font-weight:700}.editor-shell .cof-source-docs{display:grid;grid-gap:.55rem;gap:.55rem}.editor-shell .cof-source-docs__row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:.65rem;gap:.65rem;align-items:center;border:1px solid rgba(148,163,184,.2);border-radius:.82rem;padding:.65rem;background:linear-gradient(135deg,rgba(59,130,246,.08),transparent 38%),rgba(15,23,42,.42)}.editor-shell .cof-source-docs__name{overflow:hidden;color:#e5edf8;font-size:.9rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.editor-shell .cof-source-docs__meta{margin-top:.08rem;overflow:hidden;color:#8193aa;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.editor-shell .cof-source-docs__pill{border:1px solid rgba(34,197,94,.28);border-radius:999px;padding:.12rem .44rem;color:#b7f7ce;background:rgba(6,78,59,.22);font-size:.68rem;font-weight:800}.editor-shell .cof-stage-switcher__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:center;margin-bottom:.85rem;padding:.8rem;border:1px solid rgba(148,163,184,.18);border-radius:.86rem;background:linear-gradient(135deg,rgba(245,158,11,.13),transparent 44%),rgba(2,6,23,.24)}.editor-shell .cof-stage-switcher__hero span{color:#f8d28c;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.editor-shell .cof-stage-switcher__hero h3{margin:.18rem 0 0;color:#f8fafc;font-size:1.15rem}.editor-shell .cof-stage-switcher__hero p{margin:.18rem 0 0;color:#aebed4;font-size:.82rem;line-height:1.35}.editor-shell .cof-stage-switcher__stats{display:grid;grid-template-columns:auto auto;grid-gap:.12rem .5rem;gap:.12rem .5rem;align-items:baseline;border-radius:.8rem;padding:.54rem .68rem;background:rgba(15,23,42,.62);border:1px solid rgba(148,163,184,.24)}.editor-shell .cof-stage-switcher__stats strong{color:#ffffff;font-size:1.15rem}.editor-shell .cof-stage-switcher__stats span{color:#9fb0c6;font-size:.72rem;text-transform:none;letter-spacing:0}.editor-shell .cof-stage-editor{border-color:rgba(245,158,11,.22);background:linear-gradient(180deg,rgba(20,31,46,.98),rgba(12,18,30,.98)),#111827}.editor-shell .cof-stage-editor__top{flex-wrap:wrap}.editor-shell .cof-stage-command-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.8rem;gap:.8rem;align-items:center;border:1px solid rgba(245,158,11,.22);border-radius:.9rem;padding:.7rem .78rem;background:linear-gradient(135deg,rgba(245,158,11,.12),transparent 38%),rgba(2,6,23,.34)}.editor-shell .cof-stage-command-strip__primary{display:grid;grid-gap:.12rem;gap:.12rem;min-width:0}.editor-shell .cof-stage-command-strip__primary span{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:.08rem .42rem;color:#f8d28c;background:rgba(120,53,15,.2);font-size:.66rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.editor-shell .cof-stage-command-strip__primary strong{overflow:hidden;color:#f8fafc;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.editor-shell .cof-stage-command-strip__primary p{margin:0;overflow:hidden;color:#9fb0c6;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.editor-shell .cof-stage-command-strip__stats{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.editor-shell .cof-stage-command-strip__stats span{border:1px solid rgba(148,163,184,.22);border-radius:999px;padding:.16rem .46rem;color:#cbd7e8;background:rgba(15,23,42,.62);font-size:.68rem;font-weight:750}.editor-shell .cof-stage-editor__subtitle{margin:.18rem 0 0;color:#96a9c3;font-size:.76rem}.editor-shell .cof-stage-editor__preview-shell{background:radial-gradient(circle at 50% 18%,rgba(245,158,11,.1),transparent 34%),linear-gradient(180deg,rgba(5,10,20,.64),rgba(2,6,23,.82));border:1px solid rgba(148,163,184,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.editor-shell .cof-stage-print-sheet{border-radius:.38rem;box-shadow:0 22px 54px rgba(2,6,23,.44),0 0 0 1px rgba(15,23,42,.18)}.editor-shell .cof-stage-preview-card{box-shadow:0 14px 28px rgba(15,23,42,.16)}.editor-shell .cof-stage-preview-row{transition:transform .14s ease,box-shadow .14s ease,outline-color .14s ease}.editor-shell .cof-stage-preview-row.is-selected{box-shadow:0 0 0 2px rgba(245,158,11,.75),0 8px 22px rgba(245,158,11,.18);transform:translateY(-1px)}.editor-shell{background:radial-gradient(46rem 24rem at 86% 4%,rgba(245,158,11,.13),transparent 70%),radial-gradient(38rem 20rem at 8% 10%,rgba(34,197,94,.08),transparent 68%),linear-gradient(180deg,#111827,#0c111a 52%,#0b1018)}.editor-header-shell{top:var(--header-height,64px);padding:.95rem 1rem;border-bottom-color:rgba(148,163,184,.18);background:linear-gradient(135deg,rgba(245,158,11,.12),transparent 34%),rgba(13,20,31,.94)}.editor-header-shell__copy{min-width:min(100%,22rem);display:grid;grid-gap:.18rem;gap:.18rem}.editor-header-shell__kicker{width:-moz-fit-content;width:fit-content;border:1px solid rgba(245,158,11,.28);border-radius:999px;padding:.08rem .48rem;color:#f8d28c;background:rgba(120,53,15,.18);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.editor-header-shell__subtitle{color:#93a4ba;font-size:.78rem;line-height:1.35}.editor-shell__body{display:grid;grid-template-columns:minmax(13.5rem,17rem) minmax(0,1fr);grid-gap:0;gap:0}.editor-shell .section-jump-nav{top:calc(var(--header-height, 64px) + 5.65rem);height:calc(100dvh - var(--header-height, 64px) - 5.65rem);overflow:auto;border-right-color:rgba(148,163,184,.18);background:linear-gradient(180deg,rgba(20,30,45,.92),rgba(11,16,24,.96))}.editor-shell .section-jump-nav button{padding:.7rem .72rem}.editor-shell .editor-nav-row{align-items:flex-start}.editor-shell__main{padding:clamp(.7rem,1.6vw,1.35rem)}.editor-shell .editor-section{display:none}.editor-shell .editor-section.active{display:block;animation:editor-fade-in .16s ease-out}.editor-shell .editor-section.active>.section-bar{display:none}.editor-shell .editor-section-pager{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-top:1rem;border:1px solid rgba(148,163,184,.16);border-radius:.85rem;padding:.62rem;background:rgba(15,23,42,.38)}.editor-shell .editor-section-pager span{color:#93a4ba;font-size:.76rem;font-weight:700}.editor-shell .editor-mobile-nav{position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + 5.4rem);z-index:30;margin:-.1rem 0 .75rem;overflow-x:auto;padding:.45rem;border:1px solid rgba(148,163,184,.18);border-radius:.9rem;background:rgba(15,23,42,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-shell .editor-mobile-nav button{flex:0 0 auto;min-width:9rem;display:grid;grid-gap:.1rem;gap:.1rem;border:1px solid rgba(148,163,184,.18);border-radius:.7rem;background:rgba(15,23,42,.62);color:#cbd7e8;padding:.48rem .58rem;text-align:left}.editor-shell .editor-mobile-nav button.active{border-color:rgba(245,158,11,.6);background:rgba(245,158,11,.16);color:#f9e8c8}.editor-shell .editor-mobile-nav button small{color:#8394ac}.editor-shell .editor-section.active>.card:first-child,.editor-shell .editor-section.active>.ui-card-soft-lg:first-child{border-color:rgba(148,163,184,.22)}.editor-shell .editor-ai-assistant{position:fixed;right:clamp(.9rem,2vw,1.4rem);bottom:clamp(.9rem,2vw,1.4rem);z-index:80;display:grid;justify-items:end;grid-gap:.65rem;gap:.65rem;pointer-events:none}.editor-shell .editor-ai-assistant>*{pointer-events:auto}.editor-shell .editor-ai-assistant__launcher{display:inline-grid;grid-template-columns:auto auto;gap:.46rem;align-items:center;border:1px solid rgba(245,158,11,.58);border-radius:999px;padding:.58rem .76rem .58rem .58rem;color:#111827;background:linear-gradient(145deg,#f59e0b,#fde68a);box-shadow:0 18px 44px rgba(2,6,23,.44),0 0 0 6px rgba(245,158,11,.08)}.editor-shell .editor-ai-assistant__launcher span{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:999px;background:rgba(15,23,42,.9);color:#f8d28c;font-size:.78rem;font-weight:950;letter-spacing:.05em}.editor-shell .editor-ai-assistant__launcher strong{font-size:.92rem;font-weight:900}.editor-shell .editor-ai-assistant__panel{width:min(25rem,calc(100vw - 1.4rem));overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:1.05rem;background:radial-gradient(circle at 92% 0,rgba(245,158,11,.16),transparent 38%),linear-gradient(180deg,rgba(17,24,39,.98),rgba(8,13,22,.99));box-shadow:0 24px 70px rgba(2,6,23,.62)}.editor-shell .editor-ai-assistant__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(148,163,184,.16);padding:.78rem .86rem}.editor-shell .editor-ai-assistant__header div{display:grid;grid-gap:.08rem;gap:.08rem}.editor-shell .editor-ai-assistant__header span{color:#f8d28c;font-size:.64rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.editor-shell .editor-ai-assistant__header strong{color:#f8fafc;font-size:.92rem}.editor-shell .editor-ai-assistant__header button{border:1px solid rgba(148,163,184,.25);border-radius:999px;padding:.24rem .5rem;color:#cbd7e8;background:rgba(15,23,42,.7);font-size:.72rem;font-weight:750}.editor-shell .editor-ai-assistant__messages{display:grid;grid-gap:.48rem;gap:.48rem;max-height:min(22rem,42vh);overflow:auto;padding:.8rem}.editor-shell .editor-ai-assistant__bubble{max-width:88%;border:1px solid rgba(148,163,184,.16);border-radius:.9rem;padding:.58rem .68rem;color:#dbe7f6;background:rgba(15,23,42,.68);font-size:.82rem;line-height:1.42}.editor-shell .editor-ai-assistant__bubble--user{justify-self:end;border-color:rgba(245,158,11,.34);color:#fff7df;background:rgba(146,64,14,.42)}.editor-shell .editor-ai-assistant__composer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.5rem;gap:.5rem;border-top:1px solid rgba(148,163,184,.16);padding:.7rem;background:rgba(2,6,23,.3)}.editor-shell .editor-ai-assistant__composer textarea{resize:none;min-height:2.8rem;border:1px solid rgba(148,163,184,.28);border-radius:.78rem;padding:.52rem .62rem;color:#eef5ff;background:rgba(15,23,42,.86);font-size:.82rem;outline:none}.editor-shell .editor-ai-assistant__composer textarea:focus{border-color:rgba(245,158,11,.58);box-shadow:0 0 0 3px rgba(245,158,11,.12)}.editor-shell .editor-ai-assistant__composer button{align-self:end;border:1px solid rgba(245,158,11,.56);border-radius:.78rem;padding:.52rem .74rem;color:#111827;background:linear-gradient(145deg,#f59e0b,#fde68a);font-size:.82rem;font-weight:900}.editor-shell .editor-ai-assistant__composer button:disabled{cursor:not-allowed;opacity:.48}@media (max-width:767px){.editor-shell .cof-ai-process__main,.editor-shell .cof-stage-switcher__hero,.editor-shell .cof-stage-switcher__row{grid-template-columns:minmax(0,1fr)}.editor-shell .cof-ai-process{padding:.72rem}.editor-shell .cof-ai-process__actions{justify-content:stretch}.editor-shell .cof-ai-process__actions .ui-btn{flex:1 1 10rem}.editor-shell .cof-ai-process__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-shell .cof-stage-switcher__chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.16rem}.editor-shell .cof-stage-switcher__chip{min-width:11rem}.editor-shell .cof-stage-editor{padding:.65rem}.editor-shell .cof-stage-command-strip{grid-template-columns:minmax(0,1fr)}.editor-shell .cof-stage-command-strip__stats{justify-content:flex-start}.editor-shell .cof-stage-editor__preview-shell{min-height:430px;padding:.45rem}.editor-header-shell{top:0}.editor-shell__body{display:block}.editor-shell .section-jump-nav{display:none}.editor-shell .editor-mobile-only{display:flex}.editor-shell .editor-section-pager{align-items:stretch;flex-direction:column}.editor-shell .editor-section-pager .ui-btn{width:100%}.editor-shell .editor-ai-assistant{right:.7rem;bottom:.7rem}.editor-shell .editor-ai-assistant.is-open{left:.7rem}.editor-shell .editor-ai-assistant__panel{width:100%}.editor-shell .editor-ai-assistant__composer{grid-template-columns:minmax(0,1fr)}}.editor-shell.editor-shell--entity{--editor-amber:#f59e0b;--editor-amber-soft:#f8d28c;--editor-deep:#080d16;--editor-panel:rgba(15,23,42,0.72);position:relative;isolation:isolate;min-height:calc(100dvh - var(--header-height, 64px));color:#e6edf7;background:radial-gradient(52rem 28rem at 86% -4%,rgba(245,158,11,.18),transparent 64%),radial-gradient(34rem 22rem at 10% 9%,rgba(21,128,61,.14),transparent 62%),linear-gradient(180deg,#111827,#0a111d 46%,#070b12)}.editor-shell.editor-shell--entity:before{content:"";position:fixed;inset:var(--header-height,64px) 0 0;z-index:-1;pointer-events:none;background:linear-gradient(rgba(148,163,184,.025) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,.022) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 82%)}.editor-shell.editor-shell--entity .editor-header-shell{top:var(--header-height,64px);padding:.72rem clamp(.8rem,2vw,1.25rem);border-bottom:1px solid rgba(148,163,184,.2);background:linear-gradient(135deg,rgba(245,158,11,.13),transparent 28%),linear-gradient(180deg,rgba(13,20,31,.98),rgba(8,13,22,.96));box-shadow:0 18px 40px rgba(2,6,23,.28)}.editor-shell.editor-shell--entity .editor-header-shell__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:center}.editor-shell.editor-shell--entity .editor-header-shell__copy{min-width:0;gap:.14rem}.editor-shell.editor-shell--entity .editor-header-shell__kicker{border-color:rgba(245,158,11,.36);background:rgba(120,53,15,.24);box-shadow:inset 0 0 0 1px rgba(252,211,77,.08)}.editor-shell.editor-shell--entity .editor-header-shell__title{color:#f8fafc;font-size:clamp(1.08rem,.76rem + .9vw,1.5rem)}.editor-shell.editor-shell--entity .editor-header-shell__subtitle{max-width:56rem;color:#9dafc5}.editor-shell.editor-shell--entity .editor-header-shell__actions{justify-content:flex-end;padding:.36rem;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:rgba(2,6,23,.28)}.editor-shell.editor-shell--entity .editor-header-shell__actions>.text-muted{border:1px solid rgba(148,163,184,.16);border-radius:999px;padding:.24rem .52rem;color:#91a2b8;background:rgba(15,23,42,.58)}.editor-shell.editor-shell--entity .editor-shell__body{grid-template-columns:minmax(15rem,18.25rem) minmax(0,1fr);min-height:calc(100dvh - var(--header-height, 64px) - 5.15rem)}.editor-shell.editor-shell--entity .section-jump-nav{top:calc(var(--header-height, 64px) + 4.95rem);height:calc(100dvh - var(--header-height, 64px) - 4.95rem);padding:.86rem .74rem 1.2rem;border-right:1px solid rgba(148,163,184,.18);background:radial-gradient(circle at 50% 0,rgba(245,158,11,.08),transparent 34%),linear-gradient(180deg,rgba(17,27,43,.95),rgba(8,13,22,.98))}.editor-shell.editor-shell--entity .editor-nav-meta{grid-template-columns:1fr auto auto;gap:.28rem;align-items:center;margin:0 0 .68rem;border-color:rgba(245,158,11,.16);border-radius:.85rem;background:linear-gradient(135deg,rgba(245,158,11,.1),transparent 46%),rgba(2,6,23,.34)}.editor-shell.editor-shell--entity .editor-nav-meta strong{color:#f8fafc;font-size:.76rem}.editor-shell.editor-shell--entity .editor-nav-meta span{border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:.08rem .36rem;background:rgba(15,23,42,.6);white-space:nowrap}.editor-shell.editor-shell--entity .section-jump-nav button{position:relative;overflow:hidden;margin:.25rem 0;border-color:rgba(148,163,184,.12);border-radius:.85rem;background:rgba(15,23,42,.32);padding:.74rem .72rem}.editor-shell.editor-shell--entity .section-jump-nav button:hover{border-color:rgba(245,158,11,.34);background:rgba(24,35,52,.72)}.editor-shell.editor-shell--entity .section-jump-nav button.active{border-color:rgba(245,158,11,.7);background:radial-gradient(circle at 100% 0,rgba(252,211,77,.16),transparent 36%),linear-gradient(145deg,rgba(245,158,11,.22),rgba(30,41,59,.82));box-shadow:inset 3px 0 0 rgba(245,158,11,.92),0 12px 28px rgba(2,6,23,.22)}.editor-shell.editor-shell--entity .editor-nav-progress{position:absolute;left:.94rem;top:2.58rem;bottom:-.6rem;width:1px;background:rgba(148,163,184,.14)}.editor-shell.editor-shell--entity .section-jump-nav button:last-child .editor-nav-progress{display:none}.editor-shell.editor-shell--entity .editor-nav-index{display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid rgba(148,163,184,.24);color:#b9c7da;background:rgba(2,6,23,.52);font-size:.74rem;font-weight:900}.editor-shell.editor-shell--entity .section-jump-nav button.active .editor-nav-index{border-color:rgba(245,158,11,.74);color:#111827;background:linear-gradient(145deg,#f59e0b,#fde68a)}.editor-shell.editor-shell--entity .editor-nav-summary{max-width:12rem;color:#8093aa;line-height:1.25}.editor-shell.editor-shell--entity .editor-shell__main{padding:clamp(.78rem,1.8vw,1.5rem)}.editor-shell.editor-shell--entity .editor-section.active{animation:editor-fade-in .18s ease-out}.editor-shell.editor-shell--entity .editor-section.active>.card:first-child,.editor-shell.editor-shell--entity .editor-section.active>.ui-card-soft-lg:first-child{border-color:rgba(148,163,184,.2);background:linear-gradient(180deg,rgba(17,24,39,.84),rgba(10,16,27,.92)),rgba(15,23,42,.76);box-shadow:0 24px 68px rgba(2,6,23,.28)}.editor-shell.editor-shell--entity .editor-section-pager{margin-inline:auto;max-width:58rem;background:rgba(2,6,23,.32)}.editor-shell.editor-shell--entity .cof-stage-switcher{border-radius:1rem}.editor-shell.editor-shell--entity .cof-stage-switcher__hero{margin-bottom:.65rem;border-radius:1rem;padding:.92rem 1rem;background:radial-gradient(circle at 95% -10%,rgba(245,158,11,.2),transparent 42%),linear-gradient(135deg,rgba(245,158,11,.1),transparent 38%),rgba(2,6,23,.28)}.editor-shell.editor-shell--entity .cof-stage-editor{border-radius:1.08rem;padding:clamp(.72rem,1.4vw,1rem)}.editor-shell.editor-shell--entity .cof-stage-editor__top{align-items:flex-start;padding:.1rem .1rem 0}.editor-shell.editor-shell--entity .cof-stage-editor__zoom{justify-content:flex-end;flex-wrap:wrap}.editor-shell.editor-shell--entity .cof-stage-command-strip{border-radius:1rem;background:linear-gradient(135deg,rgba(245,158,11,.14),transparent 44%),rgba(2,6,23,.44)}.editor-shell.editor-shell--entity .cof-stage-editor__controls{display:flex;flex-direction:column;gap:.78rem;border-radius:1rem;padding:.82rem;background:radial-gradient(circle at 50% 0,rgba(245,158,11,.06),transparent 36%),linear-gradient(180deg,rgba(15,23,42,.5),rgba(2,6,23,.62))}.editor-shell.editor-shell--entity .cof-stage-editor__controls>.grid{order:2;border:1px solid rgba(148,163,184,.14);border-radius:.85rem;padding:.72rem;background:rgba(15,23,42,.38)}.editor-shell.editor-shell--entity .cof-stage-row-type-bar{order:3;justify-content:flex-start;border:1px solid rgba(148,163,184,.14);border-radius:.85rem;padding:.6rem;background:rgba(15,23,42,.34)}.editor-shell.editor-shell--entity .cof-shortcuts-help{order:4}.editor-shell.editor-shell--entity .cof-stage-row-actions{order:5;justify-content:flex-start;border:1px solid rgba(148,163,184,.14);border-radius:.85rem;padding:.58rem;background:rgba(2,6,23,.24)}.editor-shell.editor-shell--entity .cof-quick-actions{order:6}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell{order:1;min-height:min(68vh,720px);border-radius:1.1rem;border-color:rgba(245,158,11,.18);padding:clamp(.62rem,1.5vw,1.25rem);background:radial-gradient(circle at 50% 12%,rgba(245,158,11,.14),transparent 32%),radial-gradient(circle at 22% 90%,rgba(30,64,175,.16),transparent 34%),linear-gradient(180deg,rgba(5,10,20,.7),rgba(2,6,23,.9))}.editor-shell.editor-shell--entity .cof-mobile-row-editor{order:7}.editor-shell.editor-shell--entity .cof-stage-print-sheet{border-color:rgba(15,23,42,.35);box-shadow:0 28px 70px rgba(2,6,23,.58),0 0 0 1px rgba(248,250,252,.2)}.editor-shell.editor-shell--entity .cof-stage-preview-card{border-radius:.08rem}.editor-shell.editor-shell--entity .cof-ai-process{border-radius:1.1rem;padding:clamp(.86rem,1.6vw,1.15rem)}.editor-shell.editor-shell--entity .cof-ai-process__dropzone{border-radius:1rem;min-height:6rem}.editor-shell.editor-shell--entity .editor-ai-assistant{right:clamp(.8rem,1.8vw,1.2rem);bottom:clamp(.8rem,1.8vw,1.2rem)}.editor-shell.editor-shell--entity .editor-ai-assistant__launcher{border-color:rgba(252,211,77,.68);padding:.5rem .78rem .5rem .52rem;transition:transform .14s ease,box-shadow .14s ease}.editor-shell.editor-shell--entity .editor-ai-assistant__launcher:hover{transform:translateY(-2px);box-shadow:0 22px 56px rgba(2,6,23,.5),0 0 0 8px rgba(245,158,11,.1)}.editor-shell.editor-shell--entity .editor-ai-assistant__panel{width:min(27rem,calc(100vw - 1.4rem));border-radius:1.15rem}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal{display:grid;grid-gap:.28rem;gap:.28rem;justify-self:stretch;border:1px solid rgba(245,158,11,.24);border-radius:.95rem;padding:.7rem;background:linear-gradient(135deg,rgba(245,158,11,.12),transparent 42%),rgba(15,23,42,.72)}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal span{color:#f8d28c;font-size:.62rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal strong{color:#f8fafc;font-size:.86rem}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal p{margin:0;color:#9fb0c6;font-size:.75rem}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal div{display:flex;gap:.42rem;margin-top:.22rem}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal button{border:1px solid rgba(148,163,184,.24);border-radius:999px;padding:.26rem .56rem;color:#dbe7f6;background:rgba(2,6,23,.34);font-size:.72rem;font-weight:800}.editor-shell.editor-shell--entity .editor-ai-assistant__proposal button:first-child{border-color:rgba(245,158,11,.5);color:#111827;background:linear-gradient(145deg,#f59e0b,#fde68a)}@media (max-width:1023px){.editor-shell.editor-shell--entity .editor-header-shell{top:0}.editor-shell.editor-shell--entity .editor-header-shell__inner{grid-template-columns:minmax(0,1fr)}.editor-shell.editor-shell--entity .editor-header-shell__actions{justify-content:flex-start;border-radius:1rem}.editor-shell.editor-shell--entity .editor-shell__body{display:block;min-height:0}.editor-shell.editor-shell--entity .section-jump-nav{display:none}.editor-shell.editor-shell--entity .editor-mobile-nav{top:calc(var(--header-height, 64px) + .25rem);display:flex;margin:0 0 .72rem}}@media (max-width:767px){.editor-shell.editor-shell--entity .editor-header-shell__actions>.text-muted{display:none}.editor-shell.editor-shell--entity .editor-shell__main{padding:.6rem}.editor-shell.editor-shell--entity .cof-stage-switcher__hero{padding:.72rem}.editor-shell.editor-shell--entity .cof-stage-editor__top{display:grid}.editor-shell.editor-shell--entity .cof-stage-editor__zoom{justify-content:flex-start}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell{min-height:470px}.editor-shell.editor-shell--entity .editor-ai-assistant.is-open{left:.55rem;right:.55rem}}.editor-shell.editor-shell--entity{--editor-shell-header-h:5rem;--editor-shell-rail-w:clamp(15rem,18vw,18.5rem);--editor-shell-gutter:clamp(0.75rem,1.45vw,1.25rem)}.editor-shell.editor-shell--entity .editor-header-shell{min-height:var(--editor-shell-header-h)}.editor-shell.editor-shell--entity .editor-header-shell__actions .ui-btn{min-height:2.25rem;border-radius:999px}.editor-shell.editor-shell--entity .editor-shell__body{grid-template-columns:var(--editor-shell-rail-w) minmax(0,1fr);align-items:stretch}.editor-shell.editor-shell--entity .section-jump-nav{position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + var(--editor-shell-header-h));height:calc(100dvh - var(--header-height, 64px) - var(--editor-shell-header-h));flex-basis:auto}.editor-shell.editor-shell--entity .editor-nav-meta{display:flex;flex-wrap:wrap}.editor-shell.editor-shell--entity .editor-nav-meta strong{flex:1 1 100%}.editor-shell.editor-shell--entity .editor-nav-row__label{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.58rem;gap:.58rem;min-width:0}.editor-shell.editor-shell--entity .editor-nav-row__label>span:last-child{min-width:0}.editor-shell.editor-shell--entity .editor-nav-row__label>span:last-child>span{display:block;overflow:hidden;color:#dfe8f5;font-size:.84rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.editor-shell.editor-shell--entity .editor-nav-badge{align-self:start;margin-top:.15rem}.editor-shell.editor-shell--entity .editor-shell__main{width:100%;min-width:0}.editor-shell.editor-shell--entity .editor-section.active>:where(.card,.ui-card-soft-lg):not(.cof-stage-switcher):not(.cof-stage-editor){max-width:min(100%,76rem)}.editor-shell.editor-shell--entity .editor-attention-banner{border-radius:.95rem;background:linear-gradient(135deg,rgba(245,158,11,.16),transparent 42%),rgba(69,39,10,.7)}.editor-shell.editor-shell--entity .editor-mobile-nav{scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.5) rgba(15,23,42,.8)}.editor-shell.editor-shell--entity .editor-mobile-nav button{min-width:clamp(8.5rem,28vw,13rem);border-radius:.86rem;padding:.54rem .66rem}.editor-shell.editor-shell--entity .editor-mobile-nav button span{overflow:hidden;color:#e4edf8;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.editor-shell.editor-shell--entity .editor-mobile-nav button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-shell.editor-shell--entity .editor-section-pager{border-radius:1rem}.editor-shell.editor-shell--entity .cof-ai-process,.editor-shell.editor-shell--entity .cof-stage-editor,.editor-shell.editor-shell--entity .cof-stage-switcher{max-width:none}.editor-shell.editor-shell--entity .cof-stage-switcher{position:relative;overflow:hidden}.editor-shell.editor-shell--entity .cof-stage-switcher:after{content:"";position:absolute;inset:auto 1rem 0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,158,11,.5),transparent);pointer-events:none}.editor-shell.editor-shell--entity .cof-stage-switcher__row{align-items:center}.editor-shell.editor-shell--entity .cof-stage-switcher__chips{scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.5) rgba(15,23,42,.8)}.editor-shell.editor-shell--entity .cof-stage-switcher__chip{border-radius:.82rem;min-width:10.5rem}.editor-shell.editor-shell--entity .cof-stage-editor__body{gap:1rem}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell{position:relative;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.42) rgba(2,6,23,.8)}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell:before{content:"Rendered preview";position:absolute;top:.75rem;left:.85rem;z-index:1;border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:.16rem .48rem;color:#91a2b8;background:rgba(2,6,23,.48);font-size:.66rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;pointer-events:none}.editor-shell.editor-shell--entity .cof-stage-row-group__label,.editor-shell.editor-shell--entity .cof-stage-row-type-bar__label{color:#f8d28c;letter-spacing:.06em;text-transform:uppercase}.editor-shell.editor-shell--entity .cof-stage-editor__zoom .ui-btn,.editor-shell.editor-shell--entity .cof-stage-row-actions .ui-btn,.editor-shell.editor-shell--entity .cof-stage-row-type-bar .ui-btn,.editor-shell.editor-shell--entity .cof-stage-switcher__actions .ui-btn{border-radius:999px}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-switcher{padding:.75rem}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-switcher__hero,.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-switcher__hero p{display:none}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-switcher__chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.16rem}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-switcher__chip{min-width:8.8rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope{overflow:hidden;border-color:rgba(217,170,79,.22);background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(180deg,rgba(12,17,20,.96),rgba(7,10,12,.98));background-size:28px 28px,28px 28px,auto}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__top{gap:.85rem;align-items:center;padding-bottom:.65rem;border-bottom:1px solid rgba(234,229,214,.12)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-command-strip,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__top>div:first-child{display:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__subtitle{max-width:34rem;color:#9aa8ad}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__zoom{align-items:center;gap:.42rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__device,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__zoom-value{color:#d8cda9}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__body{gap:0}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__controls{display:grid;grid-template-rows:auto auto auto 1fr auto;grid-gap:0;gap:0;border:0;border-radius:0;padding:0;background:transparent}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__controls>.grid{order:4;margin-top:.85rem;border-color:rgba(234,229,214,.12);background:rgba(17,22,26,.82)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-type-bar{order:1;margin:0;border-width:0 0 1px;border-color:rgba(234,229,214,.12);border-radius:0;padding:.75rem .25rem;background:rgba(16,20,23,.62)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-actions{order:2;margin:0;border-width:0 0 1px;border-color:rgba(234,229,214,.1);border-radius:0;padding:.65rem .25rem;background:rgba(12,16,18,.58)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-quick-actions,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-shortcuts-help{margin-top:.75rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__preview-shell{order:3;min-height:min(72vh,760px);margin:0;border-width:0 0 1px;border-color:rgba(234,229,214,.1);border-radius:0;padding:clamp(1rem,2vw,1.55rem);background:linear-gradient(rgba(255,255,255,.026) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 0),radial-gradient(circle at 50% 16%,rgba(217,170,79,.14),transparent 34%),#070a0c;background-size:28px 28px,28px 28px,auto,auto}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__preview-shell:before{display:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-print-sheet{width:calc(var(--card-width) * var(--stage-scale, 1));height:calc(var(--card-height) * var(--stage-scale, 1));padding:0;background:transparent;border:0;box-shadow:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-preview-card{border-color:#171717;border-radius:.45rem;background:#fffdf8;box-shadow:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-preview-row{border-radius:.32rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-preview-row.is-selected{border-color:rgba(150,98,12,.72);background:rgba(217,170,79,.22);box-shadow:inset 0 0 0 1px rgba(150,98,12,.45)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-preview__inline-input:focus{border-radius:.24rem;background:rgba(217,170,79,.24);outline:1px solid rgba(150,98,12,.48)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-mobile-row-editor{order:5;margin-top:.85rem;border-color:rgba(234,229,214,.14);background:rgba(17,22,26,.88)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-warnings{border-color:rgba(217,170,79,.28);background:rgba(217,170,79,.09)}@media (min-width:1180px){.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__controls{grid-template-columns:minmax(0,1fr) minmax(21rem,.36fr);grid-template-rows:auto auto auto 1fr;column-gap:1rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-type-bar{grid-column:2;grid-row:1;border-width:0 0 1px}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-actions{grid-column:2;grid-row:2;border-width:0 0 1px}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__preview-shell{grid-column:1;grid-row:1/span 4;min-height:min(74vh,780px);border:0;border-right:1px solid rgba(234,229,214,.1)}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__controls>.grid{grid-column:2;grid-row:3;align-self:start;margin-top:.85rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-mobile-row-editor{grid-column:2;grid-row:4}}@media (max-width:767px){.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-switcher{display:none}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-mobile-switcher{position:-webkit-sticky;position:sticky;top:max(.75rem,env(safe-area-inset-top));z-index:12;display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.6rem;gap:.6rem;align-items:center;padding:.62rem;border-color:rgba(217,170,79,.3);border-radius:.9rem;background:linear-gradient(135deg,rgba(217,170,79,.16),transparent 46%),rgba(8,12,14,.96);box-shadow:0 18px 42px rgba(0,0,0,.34)}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-mobile-switcher__meta{display:block}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-mobile-switcher__meta strong{display:none}.editor-shell.editor-shell--entity .cof-stages-tab--dope .cof-stage-mobile-switcher__controls .ui-input{width:100%;min-width:0;min-height:2.45rem;border-radius:.62rem;font-size:.95rem;font-weight:650}.editor-shell.editor-shell--entity .cof-stage-editor--dope{padding:0;border-radius:.9rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__top{padding:.75rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__device,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__subtitle,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__top h3,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__zoom-value,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-parity-badge{display:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__zoom{width:100%;justify-content:space-between}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__zoom .ui-btn{min-height:2rem;padding-inline:.55rem;border-radius:.55rem;font-size:.72rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-actions,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-type-bar{order:2;overflow-x:auto;flex-wrap:nowrap;padding:.65rem .75rem;scrollbar-width:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-actions{order:3}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-actions::-webkit-scrollbar,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-type-bar::-webkit-scrollbar{display:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-shortcuts-help,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-group__label,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-type-bar__hint,.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-row-type-bar__label{display:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__preview-shell{order:1;min-height:min(78vh,560px);padding:.6rem;align-items:center}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-stage-editor__controls>.grid{display:none}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-mobile-row-editor{order:4;margin:0;border-width:1px 0 0;border-radius:0;padding:.75rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-mobile-row-editor h4{margin:0 0 .6rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-mobile-row-editor__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.65rem;gap:.65rem}.editor-shell.editor-shell--entity .cof-stage-editor--dope .cof-mobile-row-editor__grid :where(input,select,textarea){min-height:2.65rem;font-size:16px}}.editor-shell.editor-shell--entity .cof-documents-tab>.card,.editor-shell.editor-shell--entity .cof-documents-tab__layout>.card,.editor-shell.editor-shell--entity .cof-source-docs__row{border-color:rgba(148,163,184,.18);background:linear-gradient(135deg,rgba(245,158,11,.06),transparent 40%),rgba(15,23,42,.5)}.editor-shell.editor-shell--entity .cof-ai-process__steps{grid-template-columns:repeat(4,minmax(0,1fr))}.editor-shell.editor-shell--entity .editor-ai-assistant{bottom:max(clamp(.8rem,1.8vw,1.2rem),env(safe-area-inset-bottom))}.editor-shell.editor-shell--entity .editor-ai-assistant__launcher{min-height:3rem}@media (max-width:1199px){.editor-shell.editor-shell--entity{--editor-shell-header-h:auto}.editor-shell.editor-shell--entity .editor-header-shell{top:0}.editor-shell.editor-shell--entity .editor-header-shell__inner{grid-template-columns:minmax(0,1fr)}.editor-shell.editor-shell--entity .editor-header-shell__actions{width:100%;justify-content:flex-start;border-radius:1rem;overflow-x:auto}.editor-shell.editor-shell--entity .editor-shell__body{display:block}.editor-shell.editor-shell--entity .editor-desktop-only,.editor-shell.editor-shell--entity .section-jump-nav{display:none}.editor-shell.editor-shell--entity .editor-mobile-only{display:flex}.editor-shell.editor-shell--entity .editor-mobile-nav{top:0;z-index:32}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell{min-height:58vh}}@media (max-width:767px){.editor-shell.editor-shell--entity{min-height:100dvh}.editor-shell.editor-shell--entity .editor-header-shell{padding:.62rem}.editor-shell.editor-shell--entity .editor-header-shell__title{font-size:1.02rem}.editor-shell.editor-shell--entity .editor-header-shell__subtitle{font-size:.72rem}.editor-shell.editor-shell--entity .editor-header-shell__actions{padding:.3rem}.editor-shell.editor-shell--entity .editor-mobile-nav{margin-inline:-.2rem;border-radius:.85rem}.editor-shell.editor-shell--entity .editor-mobile-nav button{min-width:9.25rem}.editor-shell.editor-shell--entity .cof-ai-process__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-shell.editor-shell--entity .cof-stage-editor__controls>.grid{grid-template-columns:minmax(0,1fr)}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell{min-height:56vh;align-items:flex-start;padding-top:2.25rem}.editor-shell.editor-shell--entity .cof-stage-editor__preview-shell:before{top:.55rem;left:.6rem}.editor-shell.editor-shell--entity .cof-stage-row-actions,.editor-shell.editor-shell--entity .cof-stage-row-type-bar{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}.editor-shell.editor-shell--entity .editor-ai-assistant{right:.55rem;bottom:max(.55rem,env(safe-area-inset-bottom))}.editor-shell.editor-shell--entity .editor-ai-assistant.is-open{left:.55rem}.editor-shell.editor-shell--entity .editor-ai-assistant__panel{max-height:min(78dvh,38rem);display:grid;grid-template-rows:auto minmax(0,1fr) auto}.editor-shell.editor-shell--entity .editor-ai-assistant__messages{max-height:none}.editor-shell.editor-shell--entity .editor-ai-assistant__launcher strong{display:none}}.editor-shell.editor-shell--entity .editor-shell__body--with-context{grid-template-columns:var(--editor-shell-rail-w) minmax(0,1fr) minmax(15.5rem,19.5rem)}.editor-shell.editor-shell--entity .editor-nav-search{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;margin:.4rem 0 .62rem;padding:.58rem .66rem;border:1px solid rgba(148,163,184,.18);border-radius:.78rem;background:#182334;color:#e5edf7;font-size:.76rem;font-weight:800}.editor-shell.editor-shell--entity .editor-nav-search:hover{border-color:rgba(245,158,11,.5);background:#202d42}.editor-shell.editor-shell--entity .editor-nav-search kbd{border:1px solid rgba(148,163,184,.28);border-radius:.42rem;padding:.08rem .32rem;color:#a9b8cc;font-size:.62rem;font-weight:900}.editor-shell.editor-shell--entity .editor-command-button{white-space:nowrap}.editor-shell.editor-shell--entity .editor-context-panel{position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + var(--editor-shell-header-h));height:calc(100dvh - var(--header-height, 64px) - var(--editor-shell-header-h));overflow:auto;border-left:1px solid rgba(148,163,184,.18);background:#101826;padding:.82rem .74rem 1.2rem}.editor-shell.editor-shell--entity .editor-context-panel__card{display:grid;grid-gap:.66rem;gap:.66rem;margin-bottom:.72rem;border:1px solid rgba(148,163,184,.15);border-radius:.72rem;background:#151f2f;padding:.72rem}.editor-shell.editor-shell--entity .editor-context-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.editor-shell.editor-shell--entity .editor-context-panel__header strong{color:#f8fafc;font-size:.8rem}.editor-shell.editor-shell--entity .editor-context-panel__header span{border:1px solid rgba(148,163,184,.2);border-radius:999px;padding:.14rem .44rem;color:#9fb1c7;font-size:.68rem;font-weight:850}.editor-shell.editor-shell--entity .editor-context-panel__header span[data-tone=ready]{border-color:rgba(16,185,129,.36);color:#8ee7c4}.editor-shell.editor-shell--entity .editor-context-panel__header span[data-tone=attention]{border-color:rgba(245,158,11,.5);color:#f7c873}.editor-shell.editor-shell--entity .editor-context-panel__facts{display:grid;grid-gap:.54rem;gap:.54rem;margin:0}.editor-shell.editor-shell--entity .editor-context-panel__facts div{display:grid;grid-gap:.12rem;gap:.12rem}.editor-shell.editor-shell--entity .editor-context-panel__facts dt{color:#7f91aa;font-size:.66rem;font-weight:850;text-transform:uppercase}.editor-shell.editor-shell--entity .editor-context-panel__facts dd{margin:0;color:#e5edf7;font-size:.78rem;line-height:1.35}.editor-shell.editor-shell--entity .editor-context-panel__search{width:100%;border:1px solid rgba(245,158,11,.42);border-radius:.66rem;background:#241c10;color:#f9e8c8;padding:.56rem .66rem;font-size:.76rem;font-weight:900}.editor-shell.editor-shell--entity .editor-context-panel__search:hover{background:#2f2516}.editor-shell.editor-shell--entity .editor-context-panel__list{display:grid;grid-gap:.42rem;gap:.42rem;margin:0;padding:0;list-style:none}.editor-shell.editor-shell--entity .editor-context-panel__list a,.editor-shell.editor-shell--entity .editor-context-panel__list button,.editor-shell.editor-shell--entity .editor-context-panel__list li>span{display:grid;width:100%;grid-gap:.1rem;gap:.1rem;border:1px solid rgba(148,163,184,.14);border-radius:.62rem;background:#1b2638;color:#e8f0fb;padding:.5rem .56rem;text-align:left;text-decoration:none}.editor-shell.editor-shell--entity .editor-context-panel__list a:hover,.editor-shell.editor-shell--entity .editor-context-panel__list button:hover{border-color:rgba(245,158,11,.36);background:#223149}.editor-shell.editor-shell--entity .editor-context-panel__list small{color:#9aacbf;font-size:.68rem}.editor-shell.editor-shell--entity .editor-context-panel__meter{height:.42rem;overflow:hidden;border-radius:999px;background:#263346}.editor-shell.editor-shell--entity .editor-context-panel__meter span{display:block;height:100%;border-radius:inherit;background:#f59e0b}.editor-command-palette{position:fixed;inset:0;z-index:80;display:grid;place-items:start center;padding:min(8vh,5rem) 1rem 1rem}.editor-command-palette__backdrop{position:fixed;inset:0;border:0;background:rgba(2,6,23,.72)}.editor-command-palette__panel{position:relative;z-index:1;width:min(44rem,100%);max-height:min(78dvh,44rem);overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr);border:1px solid rgba(148,163,184,.24);border-radius:.9rem;background:#0f1724;box-shadow:0 1.5rem 4rem rgba(0,0,0,.35)}.editor-command-palette__header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-bottom:1px solid rgba(148,163,184,.14);padding:.82rem .92rem}.editor-command-palette__header div{display:grid;grid-gap:.12rem;gap:.12rem}.editor-command-palette__header span,.editor-command-palette__input span{color:#94a3b8;font-size:.68rem;font-weight:850;text-transform:uppercase}.editor-command-palette__header strong{color:#f8fafc;font-size:.98rem}.editor-command-palette__header button{border:1px solid rgba(148,163,184,.2);border-radius:999px;background:#172235;color:#dbe7f6;padding:.34rem .62rem;font-size:.74rem;font-weight:850}.editor-command-palette__input{display:grid;grid-gap:.38rem;gap:.38rem;border-bottom:1px solid rgba(148,163,184,.14);padding:.82rem .92rem}.editor-command-palette__input input{width:100%;border:1px solid rgba(245,158,11,.38);border-radius:.7rem;background:#151f2f;color:#f8fafc;padding:.72rem .78rem;font-size:.9rem;outline:none}.editor-command-palette__input input:focus{border-color:rgba(245,158,11,.74);box-shadow:0 0 0 3px rgba(245,158,11,.15)}.editor-command-palette__results{overflow:auto;display:grid;grid-gap:.84rem;gap:.84rem;padding:.86rem .92rem 1rem}.editor-command-palette__results section{display:grid;grid-gap:.42rem;gap:.42rem}.editor-command-palette__results h3{margin:0;color:#93a4ba;font-size:.72rem;text-transform:uppercase}.editor-command-palette__results button{display:grid;grid-gap:.12rem;gap:.12rem;border:1px solid rgba(148,163,184,.14);border-radius:.7rem;background:#162133;color:#edf5ff;padding:.62rem .7rem;text-align:left}.editor-command-palette__results button:hover{border-color:rgba(245,158,11,.42);background:#202d42}.editor-command-palette__empty,.editor-command-palette__results small{color:#9aacbf;font-size:.72rem}.editor-advanced-inspector{display:grid;grid-gap:.92rem;gap:.92rem}.editor-advanced-inspector__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border:1px solid rgba(148,163,184,.16);border-radius:.86rem;background:#131d2c;padding:.86rem}.editor-advanced-inspector__header>div:first-child{display:grid;grid-gap:.16rem;gap:.16rem}.editor-advanced-inspector__header span,.editor-advanced-inspector__search span{color:#94a3b8;font-size:.68rem;font-weight:850;text-transform:uppercase}.editor-advanced-inspector__header strong{color:#f8fafc;font-size:1rem}.editor-advanced-inspector__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.34rem}.editor-advanced-inspector__stats span{border:1px solid rgba(148,163,184,.17);border-radius:999px;padding:.16rem .46rem;background:#1a2638;color:#c8d5e6;text-transform:none}.editor-advanced-inspector__search{display:grid;grid-gap:.36rem;gap:.36rem}.editor-advanced-inspector__search input{width:100%;border:1px solid rgba(148,163,184,.18);border-radius:.72rem;background:#111a29;color:#f8fafc;padding:.66rem .74rem;outline:none}.editor-advanced-inspector__search input:focus{border-color:rgba(245,158,11,.65);box-shadow:0 0 0 3px rgba(245,158,11,.14)}.editor-advanced-inspector__groups{display:grid;grid-gap:.86rem;gap:.86rem}.editor-advanced-inspector__group{display:grid;grid-gap:.52rem;gap:.52rem}.editor-advanced-inspector__group h3{margin:0;color:#dbe7f6;font-size:.88rem}.editor-advanced-inspector__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));grid-gap:.58rem;gap:.58rem}.editor-advanced-inspector__field{display:grid;grid-gap:.46rem;gap:.46rem;border:1px solid rgba(148,163,184,.15);border-radius:.72rem;background:#151f2f;padding:.66rem}.editor-advanced-inspector__field>div:first-child{display:grid;grid-gap:.16rem;gap:.16rem}.editor-advanced-inspector__field strong{color:#f8fafc;font-size:.82rem}.editor-advanced-inspector__field code{overflow-wrap:anywhere;color:#9fb1c7;font-size:.72rem}.editor-advanced-inspector__field p{margin:0;color:#aebdd0;font-size:.74rem;line-height:1.35}.editor-advanced-inspector__badges{display:flex;flex-wrap:wrap;gap:.28rem}.editor-advanced-inspector__badges span{border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:.12rem .4rem;color:#bcc9da;font-size:.65rem;font-weight:850}.editor-advanced-inspector__badges span[data-coverage=guided]{border-color:rgba(16,185,129,.36);color:#91e6c5}.editor-advanced-inspector__badges span[data-coverage=server-blocked]{border-color:rgba(245,158,11,.46);color:#f8ca78}.editor-advanced-inspector__empty{margin:0;color:#9aacbf}@media (max-width:1180px){.editor-shell.editor-shell--entity .editor-shell__body--with-context{grid-template-columns:var(--editor-shell-rail-w) minmax(0,1fr)}.editor-shell.editor-shell--entity .editor-context-panel{display:none}}@media (max-width:767px){.editor-command-palette{padding:.62rem;place-items:stretch}.editor-command-palette__panel{width:100%;max-height:calc(100dvh - 1.24rem)}.editor-advanced-inspector__header{display:grid}.editor-advanced-inspector__stats{justify-content:flex-start}}.editor-shell.editor-shell--entity .editor-shell__body{display:grid;grid-template-columns:minmax(13.5rem,16.5rem) minmax(0,1fr);align-items:start;overflow:visible}.editor-shell.editor-shell--entity .editor-shell__body--with-context{grid-template-columns:minmax(13.5rem,16.5rem) minmax(0,1fr) minmax(15.5rem,18.5rem)}.editor-shell.editor-shell--entity .editor-global-rail{position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + 4.7rem);display:grid;grid-gap:.72rem;gap:.72rem;min-height:calc(100dvh - var(--header-height, 64px) - 4.7rem);padding:.86rem .74rem 1rem;border-right:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,rgba(15,23,42,.94),rgba(8,13,22,.98)),#0d1420}.editor-shell.editor-shell--entity .editor-global-rail__home,.editor-shell.editor-shell--entity .editor-global-rail__link,.editor-shell.editor-shell--entity .editor-global-rail__search,.editor-shell.editor-shell--entity .editor-mobile-hub-trigger{border:1px solid rgba(148,163,184,.16);border-radius:.72rem;background:rgba(20,31,46,.82);color:#e8f0fb;text-align:left;text-decoration:none}.editor-shell.editor-shell--entity .editor-global-rail__home{display:block;padding:.6rem .68rem;color:#f8fafc;font-size:.78rem;font-weight:900}.editor-shell.editor-shell--entity .editor-global-rail__search{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.62rem .68rem;font-size:.76rem;font-weight:850}.editor-shell.editor-shell--entity .editor-global-rail__search kbd{border:1px solid rgba(148,163,184,.25);border-radius:.42rem;padding:.08rem .32rem;color:#a8b7ca;font-size:.62rem}.editor-shell.editor-shell--entity .editor-global-rail__current{display:grid;grid-gap:.16rem;gap:.16rem;border:1px solid rgba(245,158,11,.28);border-radius:.82rem;background:linear-gradient(145deg,rgba(245,158,11,.18),rgba(15,23,42,.8));padding:.72rem}.editor-shell.editor-shell--entity .editor-global-rail__current span,.editor-shell.editor-shell--entity .editor-mobile-hub__header span{color:#9fb0c6;font-size:.66rem;font-weight:900;text-transform:uppercase}.editor-shell.editor-shell--entity .editor-global-rail__current strong{color:#f8fafc;font-size:.9rem;line-height:1.25}.editor-shell.editor-shell--entity .editor-global-rail__current small{color:#f7d58e;font-size:.72rem}.editor-shell.editor-shell--entity .editor-global-rail__links,.editor-shell.editor-shell--entity .editor-mobile-hub__links{display:grid;grid-gap:.36rem;gap:.36rem}.editor-shell.editor-shell--entity .editor-global-rail__link{display:grid;width:100%;grid-gap:.1rem;gap:.1rem;padding:.56rem .62rem;font:inherit}.editor-shell.editor-shell--entity .editor-global-rail__link:hover{border-color:rgba(245,158,11,.38);background:rgba(28,40,59,.9)}.editor-shell.editor-shell--entity .editor-global-rail__link.is-active{border-color:rgba(245,158,11,.72);background:linear-gradient(145deg,rgba(245,158,11,.24),rgba(30,41,59,.86))}.editor-shell.editor-shell--entity .editor-global-rail__link.is-disabled{cursor:not-allowed;opacity:.58}.editor-shell.editor-shell--entity .editor-global-rail__link-main{display:flex;align-items:center;justify-content:space-between;gap:.45rem;color:#edf5ff;font-size:.78rem;font-weight:850}.editor-shell.editor-shell--entity .editor-global-rail__link-main small{border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:.08rem .36rem;color:#9eb0c6;font-size:.62rem;text-transform:capitalize}.editor-shell.editor-shell--entity .editor-global-rail__link-main small[data-status=attention],.editor-shell.editor-shell--entity .editor-section-tabs small[data-status=attention]{border-color:rgba(245,158,11,.48);color:#f8cf7c}.editor-shell.editor-shell--entity .editor-global-rail__link-sub{overflow:hidden;color:#8294aa;font-size:.68rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.editor-shell.editor-shell--entity .editor-section-tabs{position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 64px) + 4.7rem);z-index:30;display:flex;gap:.42rem;margin:-.15rem -.15rem .9rem;padding:.48rem;overflow-x:auto;border:1px solid rgba(148,163,184,.18);border-radius:.88rem;background:rgba(10,16,27,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.editor-shell.editor-shell--entity .editor-section-tabs button{display:inline-flex;align-items:center;gap:.38rem;flex:0 0 auto;min-height:2.28rem;border:1px solid rgba(148,163,184,.14);border-radius:.68rem;background:rgba(20,31,46,.78);color:#dce7f6;padding:.44rem .64rem;font-size:.76rem;font-weight:850;white-space:nowrap}.editor-shell.editor-shell--entity .editor-section-tabs button.active{border-color:rgba(245,158,11,.7);background:rgba(245,158,11,.22);color:#fff7df}.editor-shell.editor-shell--entity .editor-section-tabs small{border:1px solid rgba(148,163,184,.16);border-radius:999px;padding:.08rem .32rem;color:#9fb0c6;font-size:.62rem;text-transform:capitalize}.editor-shell.editor-shell--entity .editor-section,.editor-shell.editor-shell--entity .editor-section.active{display:block;scroll-margin-top:calc(var(--header-height, 64px) + 9.2rem);margin-bottom:1rem;animation:none}.editor-shell.editor-shell--entity .editor-section.active>.section-bar,.editor-shell.editor-shell--entity .editor-section>.section-bar{display:block;margin:0 0 .72rem;background:transparent}.editor-shell.editor-shell--entity .editor-context-panel{height:auto;max-height:none;overflow:visible}.editor-shell.editor-shell--entity .editor-mobile-hub-trigger{padding:.5rem .62rem;font-size:.76rem;font-weight:900}.editor-shell.editor-shell--entity .editor-mobile-hub{display:none}@media (max-width:1180px){.editor-shell.editor-shell--entity .editor-shell__body--with-context{grid-template-columns:minmax(13.5rem,16.5rem) minmax(0,1fr)}}@media (max-width:767px){.editor-shell.editor-shell--entity .editor-header-shell__inner{grid-template-columns:auto minmax(0,1fr)}.editor-shell.editor-shell--entity .editor-header-shell__actions{grid-column:1/-1}.editor-shell.editor-shell--entity .editor-shell__body,.editor-shell.editor-shell--entity .editor-shell__body--with-context{display:block}.editor-shell.editor-shell--entity .editor-section-tabs{top:0;margin-inline:-.2rem}.editor-shell.editor-shell--entity .editor-mobile-hub{position:fixed;inset:0;z-index:70;display:grid;grid-template-rows:auto auto minmax(0,1fr);grid-gap:.66rem;gap:.66rem;overflow:auto;padding:max(.8rem,env(safe-area-inset-top)) .78rem max(1rem,env(safe-area-inset-bottom));background:#0b111d}.editor-shell.editor-shell--entity .editor-mobile-hub__header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.editor-shell.editor-shell--entity .editor-mobile-hub__header div{display:grid;grid-gap:.16rem;gap:.16rem;min-width:0}.editor-shell.editor-shell--entity .editor-mobile-hub__header strong{color:#f8fafc;font-size:1.02rem}.editor-shell.editor-shell--entity .editor-mobile-hub__header button{border:1px solid rgba(148,163,184,.2);border-radius:999px;background:rgba(20,31,46,.86);color:#e8f0fb;padding:.42rem .62rem;font-size:.74rem;font-weight:850}}body.settings-editor-workspace-active .editor-shell.editor-shell--entity{min-height:100dvh}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell{top:0}@media (min-width:768px){body.settings-editor-workspace-active .editor-shell.editor-shell--entity{display:grid;grid-template-columns:minmax(14rem,17rem) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);min-height:100dvh}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-shell__body,body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-shell__body--with-context{display:contents;min-height:100dvh}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell{grid-column:2;grid-row:1}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail{grid-column:1;grid-row:1/span 2;position:-webkit-sticky;position:sticky;top:0;height:100dvh;min-height:100dvh;overflow-y:auto;scrollbar-width:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-shell__main{grid-column:2;grid-row:2}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail::-webkit-scrollbar{display:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-context-panel{display:none}}body.settings-editor-workspace-active .editor-shell.editor-shell--entity{background:linear-gradient(135deg,rgba(245,158,11,.08),transparent 30rem),linear-gradient(180deg,#0b0f16,#111723)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell{border-bottom:1px solid rgba(148,163,184,.16);background:rgba(11,15,22,.88);box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__inner{min-height:4rem;align-items:center;padding:.62rem clamp(1rem,2vw,1.45rem)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__kicker{color:#9fb0c6;font-size:.72rem;letter-spacing:.02em;text-transform:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__title{color:#f8fafc;font-size:clamp(1.12rem,.98rem + .45vw,1.45rem);line-height:1.18}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__entity{color:#cbd6e4;font-weight:700}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__subtitle{max-width:42rem;color:#91a2b8;font-size:.78rem}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__actions{align-items:center;justify-content:flex-end;gap:.5rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__actions .text-xs{display:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__actions .ui-btn{min-height:2.25rem;border-radius:.62rem;padding-inline:.82rem;box-shadow:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell__actions .ui-btn--primary{color:#201202;background:#f59e0b;border-color:rgba(245,158,11,.8)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-command-button{border-color:rgba(148,163,184,.2);background:rgba(20,31,46,.72)}@media (min-width:768px){body.settings-editor-workspace-active .editor-shell.editor-shell--entity{grid-template-columns:minmax(15rem,18rem) minmax(0,1fr)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail{gap:.78rem;padding:.86rem .95rem 14rem;border-right-color:rgba(148,163,184,.15);background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(8,13,22,.98)),#0d1420}}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__home{min-height:2.5rem;display:flex;align-items:center;border-color:rgba(148,163,184,.14);background:rgba(20,31,46,.58)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__search{min-height:2.5rem;border-color:rgba(148,163,184,.14);background:rgba(20,31,46,.5)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__current{border-color:rgba(245,158,11,.24);border-radius:.82rem;background:linear-gradient(145deg,rgba(245,158,11,.13),rgba(15,23,42,.68));box-shadow:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__current--status{display:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__links{gap:.18rem}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__link{border-color:transparent;border-radius:.64rem;background:transparent;padding:.54rem .64rem}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__link:hover{border-color:rgba(148,163,184,.12);background:rgba(20,31,46,.58)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__link.is-active{border-color:rgba(245,158,11,.28);background:rgba(245,158,11,.16)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__link-main{font-size:.78rem}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-global-rail__link-sub{display:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-shell__main{padding:clamp(.95rem,2vw,1.35rem)}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:30;gap:.2rem;margin:-.15rem 0 1.05rem;padding:0 .1rem;border:0;border-bottom:1px solid rgba(148,163,184,.18);border-radius:0;background:rgba(11,15,22,.86);box-shadow:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section-tabs button{min-height:2.65rem;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#c7d2e1;padding:.56rem .72rem}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section-tabs button.active{border-color:#f59e0b;background:transparent;color:#fff4d8}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section-tabs small{border-color:rgba(245,158,11,.3);background:rgba(245,158,11,.1);color:#f8d28c}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-attention-banner{border-radius:.82rem;border-color:rgba(245,158,11,.24);background:rgba(245,158,11,.14);box-shadow:none}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section,body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section.active{margin-bottom:1.05rem;border:1px solid rgba(148,163,184,.16);border-radius:.9rem;background:rgba(15,23,42,.72);box-shadow:0 14px 42px rgba(2,6,23,.16);overflow:hidden}body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section.active>.section-bar,body.settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section>.section-bar{margin:0;padding:.86rem 1rem;border-bottom:1px solid rgba(148,163,184,.14);background:rgba(8,13,22,.4);color:#f8fafc}body[data-theme-id] .editor-shell{--editor-paper:rgb(var(--surface-color));--editor-paper-2:rgb(var(--surface-elevated-color));--editor-border:rgb(var(--border-color)/var(--theme-border-alpha,0.3));--editor-border-soft:rgb(var(--border-color)/0.22);--editor-text:rgb(var(--text-color));--editor-muted:rgb(var(--muted-color));--editor-highlight:rgb(var(--accent-color));--editor-shadow:0 18px 40px rgb(var(--theme-shadow-color,0 0 0)/var(--theme-shadow-alpha,0.38));background:transparent!important;color:rgb(var(--text-color))!important}body[data-theme-id] .editor-shell :where(.editor-header-shell,.section-jump-nav,.editor-global-rail,.editor-section-tabs,.editor-mobile-nav,.editor-subnav,.admin-bulk-actions,.editor-sticky-actions,.admin-editor-toolbar,.admin-editor-footer){border-color:rgb(var(--border-color)/var(--theme-border-alpha,.3))!important;background:linear-gradient(135deg,rgb(var(--accent-color)/.07),transparent 42%),rgb(var(--rail-bg-color)/var(--theme-header-alpha,.74))!important;color:rgb(var(--text-color))!important;box-shadow:0 16px 34px rgb(var(--theme-shadow-color,0 0 0)/var(--theme-shadow-alpha,.38))!important}body[data-theme-id] .editor-shell :where(.card,.admin-editor-panel,.dayBox,.squadBox,.profile-content>.table-container,.editor-block-card,.editor-block-dropzone,.editor-workflow,.editor-attention-banner,.editor-mobile-issues,.editor-issues-panel,.editor-section,.editor-section.active,.section-bar,.page-layout-editor__section,.page-layout-editor__row,.page-layout-editor__settings-panel,.page-layout-editor__empty,.page-layout-editor__error,.table-container,.editor-lookup-menu,.admin-editor-fields,.tag-pill,.bg-gray-700,.bg-gray-800,.bg-gray-900,.bg-gray-900\/30,.bg-gray-900\/40,.bg-gray-950\/40){border-color:rgb(var(--border-color)/var(--theme-border-alpha,.3))!important;background:linear-gradient(135deg,rgb(var(--accent-color)/.05),transparent 54%),rgb(var(--surface-color)/var(--theme-surface-alpha,.64))!important;color:rgb(var(--text-color))!important;box-shadow:0 16px 34px rgb(var(--theme-shadow-color,0 0 0)/var(--theme-shadow-alpha,.38))!important}body[data-theme-id] .editor-shell :where(.section-jump-nav button,.editor-mobile-nav button,.editor-subnav button,.editor-workflow__step,.page-layout-editor__section-toggle,.ui-btn.ui-btn--outline,.text-button,.admin-editor-field-toggle,.editor-lookup-item){border-color:rgb(var(--border-color)/.24)!important;background:rgb(var(--field-bg-color)/var(--theme-field-alpha,.68))!important;color:rgb(var(--muted-color))!important}body[data-theme-id] .editor-shell :where(.section-jump-nav button.active,.editor-mobile-nav button.active,.editor-subnav button:hover,.editor-workflow__step.active,.page-layout-editor__section-toggle.is-active,.tag-pill.selected,.editor-lookup-item:hover,.editor-lookup-item.is-active,.admin-editor-field-toggle.active,.editor-global-rail__link.is-active){border-color:rgb(var(--accent-color)/.48)!important;background:rgb(var(--accent-color)/.16)!important;color:rgb(var(--text-color))!important}body[data-theme-id] .editor-shell :where(.ui-input,.ui-field input[type=text],.ui-field input[type=number],.ui-field input[type=url],.ui-field input[type=email],.ui-field input[type=search],.ui-field input[type=tel],.ui-field input[type=password],.ui-field input[type=date],.ui-field input[type=time],.ui-field input[type=month],.ui-field input[type=week],.ui-field input[type=datetime-local],.ui-field textarea,.ui-field select,input[type=file],select){border-color:rgb(var(--border-color)/.42)!important;background-color:rgb(var(--field-bg-color)/var(--theme-field-alpha,.68))!important;color:rgb(var(--text-color))!important}body[data-theme-id] .editor-shell :where(.ui-input:hover,.ui-field input:hover,.ui-field textarea:hover,.ui-field select:hover,input[type=file]:hover,select:hover){border-color:rgb(var(--accent-color)/.45)!important;background-color:rgb(var(--field-bg-color)/.82)!important}body[data-theme-id] .editor-shell :where(.ui-input:focus,.ui-field input:focus,.ui-field textarea:focus,.ui-field select:focus,input[type=file]:focus,select:focus){border-color:rgb(var(--accent-color)/.85)!important;box-shadow:0 0 0 2px rgb(var(--accent-color)/.22),0 0 0 5px rgb(var(--accent-color)/.1)!important}body[data-theme-id] .editor-shell :where(.editor-help-text,.editor-nav-meta,.editor-nav-summary,.editor-workflow__header span,.page-layout-editor__intro,.page-layout-editor__stats span,.page-layout-editor__section-header>span,.page-layout-editor__row-title small,.page-layout-editor__row-description,.editor-section-tabs small,.editor-header-shell__entity,.text-gray-300,.text-gray-400,.text-gray-500){color:rgb(var(--muted-color))!important}body[data-theme-id] .editor-shell :where(.ui-field>label,.editor-section-tabs button>span){color:rgb(var(--text-color))!important}body[data-theme-id] .editor-shell :where(.editor-header-shell__title,.section-bar,.page-layout-editor__mode-detail strong,.page-layout-editor__section-header h3,.page-layout-editor__row-title,table.data-table th,.text-gray-100,.text-gray-200,.hover\:text-gray-200:hover){color:rgb(var(--text-color))!important}body[data-theme-id] .editor-shell :where(.ui-field:focus-within>label,.text-button,.text-amber-300){color:rgb(var(--theme-label-color))!important}body[data-theme-id] .editor-shell .editor-section-tabs small[data-status=attention]{color:rgb(var(--theme-label-color))!important}body[data-theme-id] .editor-shell input[type=file]::-webkit-file-upload-button{border-color:rgb(var(--accent-color)/.78)!important;background:rgb(var(--accent-color))!important;color:rgb(var(--accent-text-color))!important}body[data-theme-id] .editor-shell .ui-btn.ui-btn--primary,body[data-theme-id] .editor-shell input[type=file]::file-selector-button{border-color:rgb(var(--accent-color)/.78)!important;background:rgb(var(--accent-color))!important;color:rgb(var(--accent-text-color))!important}body[data-theme-id] .editor-shell table.data-table th{background:rgb(var(--surface-elevated-color)/var(--theme-elevated-alpha,.74))!important}body[data-theme-id] .editor-shell :where(table.data-table td,table.data-table th){border-color:rgb(var(--border-color)/.28)!important}body[data-theme-id] .editor-shell table.data-table tbody tr:nth-child(2n){background:rgb(var(--surface-elevated-color)/.32)!important}body[data-theme-id] .editor-shell table.data-table tbody tr:hover{background:rgb(var(--accent-color)/.12)!important}body[data-theme-id] .editor-shell :where([class*=text-red-],[class*="hover:text-red-"]:hover){color:rgb(var(--theme-danger-color))!important}body[data-theme-id] .editor-shell :where([class*=bg-red-]){background-color:rgb(var(--theme-danger-bg-color)/.34)!important}body[data-theme-id] .editor-shell :where([class*=border-red-]){border-color:rgb(var(--theme-danger-color)/.38)!important}body[data-theme-id] .editor-shell :where([class*=text-emerald-],[class*=text-green-],[class*="hover:text-emerald-"]:hover,[class*="hover:text-green-"]:hover){color:rgb(var(--theme-success-color))!important}body[data-theme-id] .editor-shell :where([class*=bg-emerald-],[class*=bg-green-]){background-color:rgb(var(--theme-success-bg-color)/.34)!important}body[data-theme-id] .editor-shell :where([class*=border-emerald-],[class*=border-green-]){border-color:rgb(var(--theme-success-color)/.38)!important}body[data-theme-id] .editor-shell :where([class*=text-amber-],[class*=text-yellow-],[class*="hover:text-amber-"]:hover,[class*="hover:text-yellow-"]:hover){color:rgb(var(--theme-warning-color))!important}body[data-theme-id] .editor-shell :where([class*=bg-amber-],[class*=bg-yellow-]){background-color:rgb(var(--theme-warning-bg-color)/.34)!important}body[data-theme-id] .editor-shell :where([class*=border-amber-],[class*=border-yellow-]){border-color:rgb(var(--theme-warning-color)/.38)!important}body[data-theme-id] .editor-shell :where([class*=text-blue-],[class*=text-sky-],[class*=text-cyan-],[class*="hover:text-blue-"]:hover,[class*="hover:text-sky-"]:hover,[class*="hover:text-cyan-"]:hover){color:rgb(var(--theme-info-color))!important}body[data-theme-id] .editor-shell :where([class*=bg-blue-],[class*=bg-sky-],[class*=bg-cyan-]){background-color:rgb(var(--theme-info-bg-color)/.34)!important}body[data-theme-id] .editor-shell :where([class*=border-blue-],[class*=border-sky-],[class*=border-cyan-]){border-color:rgb(var(--theme-info-color)/.38)!important}body[data-theme-id].settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-header-shell,body[data-theme-id].settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section-tabs{border-color:rgb(var(--border-color)/var(--theme-border-alpha,.34))!important;background:linear-gradient(135deg,rgb(var(--accent-color)/.07),transparent 44%),rgb(var(--rail-bg-color)/var(--theme-header-alpha,.68))!important;color:rgb(var(--text-color))!important;box-shadow:0 14px 34px rgb(var(--theme-shadow-color,0 0 0)/var(--theme-shadow-alpha,.18))!important}body[data-theme-id].settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section,body[data-theme-id].settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section.active{border-color:rgb(var(--border-color)/var(--theme-border-alpha,.34))!important;background:linear-gradient(135deg,rgb(var(--accent-color)/.05),transparent 54%),rgb(var(--surface-color)/var(--theme-surface-alpha,.58))!important;color:rgb(var(--text-color))!important}body[data-theme-id].settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section.active>.section-bar,body[data-theme-id].settings-editor-workspace-active .editor-shell.editor-shell--entity .editor-section>.section-bar{border-color:rgb(var(--border-color)/.2)!important;background:rgb(var(--surface-elevated-color)/var(--theme-elevated-alpha,.68))!important;color:rgb(var(--text-color))!important}:where(a,button,input,select,textarea,summary,[role=button],[tabindex]):focus-visible{outline:3px solid var(--focus-ring-color,var(--accent,#2563eb));outline-offset:3px}@media (forced-colors:active){:where(a,button,input,select,textarea,summary,[role=button],[tabindex]):focus-visible{outline-color:Highlight}}.commerce-command-frame{display:contents}.presentation-surface{min-width:0}.presentation-surface[data-surface-state=loading]{cursor:progress}.presentation-surface :where(a,button,input,select,textarea):focus-visible{outline:3px solid color-mix(in oklab,var(--accent) 72%,white 28%);outline-offset:3px}@media (prefers-reduced-motion:reduce){.presentation-surface,.presentation-surface *{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.commerce-command-backdrop{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;position:fixed;inset:0;z-index:1410;background:rgba(0,0,0,.48);opacity:0;pointer-events:none;transition:opacity .2s ease}.commerce-command-backdrop.is-open,.commerce-command-frame[data-command-rail-open=true] .commerce-command-backdrop{opacity:1;pointer-events:auto}.commerce-command-rail{position:fixed;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:1420;width:min(390px,calc(100vw - 24px));display:flex;flex-direction:column;overflow:hidden;padding:16px;border:1px solid color-mix(in oklab,var(--accent) 34%,rgba(255,255,255,.14));border-radius:28px;background:radial-gradient(circle at top left,color-mix(in oklab,var(--accent) 26%,transparent),transparent 34%),linear-gradient(160deg,rgba(5,14,22,.97),rgba(10,28,40,.94));color:var(--header-text);box-shadow:0 32px 90px -34px rgba(0,0,0,.9);pointer-events:none;transform:translateX(calc(100% + 32px));transition:transform .24s ease}.commerce-command-frame[data-command-rail-open=true] .commerce-command-rail,.commerce-command-rail.is-open{pointer-events:auto;transform:translateX(0)}.commerce-command-rail__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.commerce-command-rail__body,.commerce-command-rail__footer{display:grid;grid-gap:16px;gap:16px}.commerce-command-rail__body{flex:1 1;align-content:start;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px 2px}.commerce-command-rail__footer{padding-top:4px}.config-notes{background:#11283a;border:1px dashed #2a5b75;border-radius:14px;padding:12px 14px;color:var(--muted);font-size:13px}.announcement-bar{position:relative;background:var(--announcement-bg,rgba(6,19,29,.9));color:var(--ink);border-bottom:1px solid var(--announcement-border-color,rgba(255,255,255,.08));font-size:12px}.announcement-bar.warning{background:rgba(30,24,2,.9);border-bottom-color:rgba(255,196,0,.4);color:#ffe6b3}.announcement-bar.critical{background:rgba(32,8,8,.92);border-bottom-color:rgba(255,78,78,.5);color:#ffd6d6}.announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--announcement-inner-gap,12px);min-height:var(--announcement-height)}.announcement-message{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.announcement-pill{display:inline-flex;align-items:center;gap:6px;padding:var(--announcement-pill-padding,2px 10px);border-radius:999px;text-transform:uppercase;letter-spacing:var(--announcement-pill-letter-spacing,.2em);font-size:10px;border:1px solid var(--announcement-pill-border-color,rgba(0,191,255,.4));color:var(--accent);background:var(--announcement-pill-bg,transparent)}.announcement-pill.warning{border-color:rgba(255,196,0,.6);color:#ffd56b}.announcement-pill.critical{border-color:rgba(255,78,78,.6);color:#ffb4b4}.announcement-actions{display:inline-flex;gap:14px;align-items:center}.announcement-link{text-transform:uppercase;letter-spacing:var(--announcement-link-letter-spacing,.18em);font-size:10px;opacity:var(--announcement-link-opacity,.85)}.page-main{padding:var(--page-main-padding,40px 0 80px);flex:1 1}.container{max-width:var(--container-max-width,1180px);margin:0 auto;padding:0 24px}.site-header-group{position:-webkit-sticky;position:sticky;top:0;z-index:40;transition:transform .2s ease-out;--header-stack-offset:var(--header-height)}.site-header-group.has-announcement{--header-stack-offset:calc(var(--header-height) + var(--announcement-height))}.site-header-group.is-hidden{transform:translateY(-110%)}.site-header{position:relative;top:0;z-index:1;background:var(--site-header-bg,linear-gradient(180deg,rgba(6,19,29,.98),rgba(6,19,29,.9)));color:var(--header-text);border-bottom:1px solid var(--site-header-border-color,rgba(255,255,255,.08));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--site-header-shadow,0 12px 30px -22px rgba(0,0,0,.8))}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:16px;min-height:64px}.header-row{display:flex;align-items:center;gap:24px}.brand-lockup{display:inline-flex;min-width:220px;flex-shrink:0}.brand-favicon{display:none;width:30px;height:30px;border-radius:6px}.brand-title{display:inline-flex;align-items:center}.brand-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-desktop{display:flex;flex:1 1;justify-content:center}.nav-group{gap:4px;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none}.nav-group,.nav-item{display:inline-flex;align-items:center}.nav-item{position:relative}.nav-item.mega:after{content:"";position:absolute;left:-20px;right:-20px;top:100%;height:48px}.nav-link--store{display:inline-flex;align-items:center;gap:8px}.nav-link--store:after{content:"";width:6px;height:6px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);margin-bottom:2px}.mega-menu{position:fixed;top:var(--header-height);left:50%;width:min(1200px,96vw);max-width:1400px;transform:translateX(-50%) translateY(10px);background:var(--mega-menu-bg,rgba(6,19,29,.98));border:1px solid var(--mega-menu-border-color,rgba(0,191,255,.2));border-radius:22px;box-shadow:0 40px 80px -40px rgba(0,0,0,.8);padding:24px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:60}.nav-item.mega:focus-within .mega-menu,.nav-item.mega:hover .mega-menu{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.mega-content{display:grid;grid-gap:16px;gap:16px}.mega-columns{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:18px;gap:18px}.mega-title{text-transform:uppercase;letter-spacing:.2em;font-size:11px;color:var(--muted)}.mega-list{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.mega-link{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border-radius:12px;background:var(--mega-link-bg,rgba(15,36,51,.8));border:1px solid var(--mega-link-border-color,rgba(0,191,255,.08))}.mega-link strong{font-size:14px}.mega-link span{font-size:12px;color:var(--muted)}.mega-feature{background:var(--mega-feature-bg,rgba(12,30,42,.75));border:1px solid var(--mega-feature-border-color,rgba(0,191,255,.12));border-radius:16px;padding:16px;display:grid;grid-gap:12px;gap:12px}.mega-cards{display:grid;grid-gap:10px;gap:10px}.mega-card{display:grid;grid-template-columns:64px 1fr;grid-gap:10px;gap:10px;align-items:center;background:var(--mega-card-bg,rgba(15,36,51,.9));border-radius:12px;border:1px solid var(--mega-card-border-color,rgba(0,191,255,.08));padding:8px}.mega-card img{width:64px;height:64px;object-fit:cover;border-radius:10px}.mega-card span{display:block;font-size:12px;color:var(--muted);margin-top:4px}.mega-cta{width:100%}.nav-actions{display:flex;align-items:center;gap:10px;flex:1 1;justify-content:flex-end}.nav-link{display:inline-flex;align-items:center;font-size:14px;color:inherit;transition:color .2s ease,background .2s ease,border-color .2s ease;border:1px solid transparent;text-decoration:none}.nav-link--main{border-radius:8px;padding:8px 12px;font-weight:500;color:color-mix(in oklab,var(--header-text) 90%,transparent)}.nav-link--main:hover{color:var(--accent);background:var(--nav-link-main-hover-bg,rgba(255,255,255,.06))}.nav-link--action,.nav-link--admin{border-radius:999px;padding:6px 12px;font-weight:500}.nav-link--action:hover,.nav-link--admin:hover{color:var(--accent);background:var(--nav-link-action-hover-bg,rgba(255,255,255,.08));border-color:var(--nav-link-action-hover-border-color,rgba(255,255,255,.18))}.nav-link--login{border-radius:999px;padding:6px 12px;font-weight:600;background:var(--accent);color:#ffffff;border-color:transparent}.nav-link--login:hover{background:color-mix(in oklab,var(--accent) 88%,black 12%);color:#ffffff}.nav-link--account{border-radius:999px;padding:6px 12px;font-weight:500;background:rgba(255,255,255,.1);color:var(--header-text)}.nav-link--account:hover{background:rgba(255,255,255,.2);color:var(--header-text)}.nav-link--cta{background:var(--nav-link-cta-bg,rgba(0,191,255,.18));border-color:var(--nav-link-cta-border-color,rgba(0,191,255,.4));color:var(--nav-link-cta-color,#dff7ff)}.nav-link--cta:hover{background:var(--nav-link-cta-hover-bg,rgba(0,191,255,.32));color:var(--nav-link-cta-hover-color,#ffffff)}.nav-search{display:inline-flex;align-items:center;gap:8px;min-width:260px;max-width:28rem;padding:6px 12px;border-radius:999px;border:1px solid var(--nav-search-border-color,rgba(255,255,255,.15));background:var(--nav-search-bg,rgba(255,255,255,.05));transition:border-color .2s ease,background .2s ease}.nav-search:focus-within{border-color:var(--nav-search-focus-border-color,color-mix(in oklab,var(--accent) 70%,transparent));background:var(--nav-search-focus-bg,rgba(255,255,255,.1))}.nav-search-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--nav-search-icon-color,color-mix(in oklab,var(--header-text) 75%,transparent))}.nav-search-input{flex:1 1;min-width:0;border:0;outline:none;background:transparent;color:var(--header-text);font-size:14px}.nav-search-input::placeholder{color:var(--nav-search-placeholder-color,color-mix(in oklab,var(--header-text) 65%,transparent))}.nav-search-trigger{display:none;border:0;background:transparent;color:var(--header-text);padding:8px;border-radius:6px;cursor:pointer}.menu-button:hover,.nav-search-trigger:hover{color:var(--accent)}.nav-auth-loading{display:inline-flex;width:80px;height:36px;border-radius:999px;background:rgba(255,255,255,.12);animation:nav-auth-pulse 1s ease-in-out infinite alternate}@keyframes nav-auth-pulse{0%{opacity:.5}to{opacity:1}}.menu-button{background:transparent;border:0;color:var(--header-text);padding:8px;border-radius:8px;cursor:pointer;display:none}.nav-mobile{display:none;flex-direction:column;gap:8px;padding:16px 24px 20px;background:var(--header-bg);border-top:1px solid rgba(255,255,255,.08)}.nav-mobile-divider{height:1px;background:rgba(255,255,255,.12);margin:8px 0}.commerce-command-rail__brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:inherit;font-weight:700;text-decoration:none}.commerce-command-rail__brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commerce-command-rail__logo{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;font-weight:800;letter-spacing:.04em}.commerce-command-dock__item,.commerce-command-rail__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;font:inherit}.commerce-command-rail__close{justify-content:center;width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.09)}.commerce-command-rail__back,.commerce-command-rail__close{display:inline-flex;align-items:center;color:inherit;cursor:pointer}.commerce-command-rail__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;gap:10px;min-width:0;padding:8px 10px;border:0;border-radius:14px;background:transparent;font:inherit;font-weight:800;text-align:left}.commerce-command-rail__back:hover,.commerce-command-search{background:rgba(255,255,255,.08)}.commerce-command-search{display:grid;grid-gap:8px;gap:8px;padding:12px;border-radius:20px;border:1px solid rgba(255,255,255,.12)}.commerce-command-rail__section-title,.commerce-command-search label,.commerce-command-search__label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in oklab,var(--header-text) 62%,transparent)}.commerce-command-search__control{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 8px 8px 10px;border-radius:999px;border:1px solid color-mix(in oklab,var(--accent) 38%,rgba(255,255,255,.14));background:rgba(0,0,0,.22)}.commerce-command-search__control input{min-width:0;border:0;outline:0;background:transparent;color:inherit}.commerce-command-search__control button{border:0;border-radius:999px;padding:7px 12px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ftr-identity-results__header,.ftr-intake-badges,.ftr-intake-section-heading,.ftr-label-toggle,.ftr-review-item,.ftr-selected-identity{display:flex;align-items:center;gap:12px}.ftr-intake-badges{flex-wrap:wrap;gap:8px}.ftr-intake-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 0 18px;padding:0;list-style:none}.ftr-intake-steps li{display:flex;align-items:center;gap:8px;min-width:0;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ftr-intake-steps li:after{content:"";height:1px;flex:1 1;background:var(--stroke)}.ftr-intake-steps li:last-child:after{display:none}.ftr-intake-steps span{display:grid;place-items:center;width:26px;height:26px;flex:0 0 auto;border:1px solid var(--stroke);border-radius:50%}.ftr-intake-steps .is-active,.ftr-intake-steps .is-complete{color:var(--ink)}.ftr-intake-steps .is-active span,.ftr-intake-steps .is-complete span{border-color:var(--accent);background:var(--glow);color:var(--highlight)}.ftr-intake-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);grid-gap:18px;gap:18px;align-items:start}.ftr-commit-actions,.ftr-identity-results,.ftr-intake-main,.ftr-intake-side,.ftr-manual-identity,.ftr-new-identity,.ftr-review-list{display:grid;grid-gap:14px;gap:14px}.ftr-intake-side{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 18px)}.ftr-intake-card{padding:clamp(18px,2.6vw,28px)}.ftr-intake-section-heading{justify-content:space-between;align-items:flex-start}.ftr-intake-section-heading h2,.ftr-intake-side h2{margin:2px 0 0}.ftr-intake-kicker{margin:0;color:var(--accent);font:700 11px/1.2 Space Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.ftr-identity-results{padding:12px;border:1px solid var(--stroke);border-radius:12px;background:rgba(0,0,0,.12)}.ftr-identity-results__header{justify-content:space-between}.ftr-identity-results__header small{color:var(--muted)}.ftr-identity-result{display:grid;grid-template-columns:50px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;width:100%;padding:10px;color:var(--ink);text-align:left;border:1px solid var(--stroke);border-radius:10px;background:var(--surface);cursor:pointer}.ftr-identity-result:focus-visible,.ftr-identity-result:hover{border-color:var(--accent)}.ftr-identity-result img,.ftr-identity-result__placeholder{width:50px;height:50px;border-radius:8px;object-fit:cover}.ftr-identity-result__placeholder{display:grid;place-items:center;background:var(--panel,rgba(255,255,255,.04));color:var(--muted);font:700 11px Space Mono,monospace}.ftr-choice-group label>span,.ftr-identity-result>span:nth-child(2),.ftr-label-toggle>span,.ftr-photo-capture__preview>span,.ftr-review-item>div,.ftr-selected-identity>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.ftr-choice-group small,.ftr-identity-result small,.ftr-label-toggle small,.ftr-photo-capture small,.ftr-review-item small,.ftr-review-item span,.ftr-selected-identity small,.ftr-selected-identity span{color:var(--muted)}.ftr-identity-result__action{color:var(--accent);font-weight:700}.ftr-selected-identity{justify-content:space-between;padding:14px;border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:12px;background:var(--glow)}.ftr-manual-identity,.ftr-new-identity{padding:14px;border:1px dashed var(--stroke);border-radius:12px}.ftr-manual-identity{grid-template-columns:minmax(0,1fr) auto;align-items:end}.ftr-choice-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0;padding:0;border:0}.ftr-choice-group legend{grid-column:1/-1;margin-bottom:6px;font-weight:700}.ftr-choice-group label{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid var(--stroke);border-radius:12px;cursor:pointer}.ftr-choice-group label.is-selected{border-color:var(--accent);background:var(--glow)}.ftr-choice-group input[type=radio],.ftr-label-toggle input[type=checkbox]{width:18px;height:18px;min-height:0;margin:3px 0 0;padding:0;flex:0 0 18px;border-radius:50%;background:transparent}.ftr-label-toggle input[type=checkbox]{border-radius:4px}.ftr-intake-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.ftr-intake-card textarea{resize:vertical}.ftr-photo-capture{display:grid;grid-template-columns:minmax(160px,.55fr) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;padding:14px;border:1px solid var(--stroke);border-radius:12px}.ftr-photo-capture__preview{display:grid;place-items:center;min-height:130px;overflow:hidden;border-radius:9px;background:var(--panel,rgba(255,255,255,.04));text-align:center}.ftr-photo-capture__preview img{width:100%;height:180px;object-fit:cover}.ftr-review-item{align-items:flex-start;padding:12px 0;border-top:1px solid var(--stroke)}.ftr-review-item:first-child{border-top:0}.ftr-review-item>div{flex:1 1}.ftr-review-item__photo{padding:3px 6px;border-radius:999px;background:var(--glow);color:var(--accent);font-size:10px;font-weight:700;text-transform:uppercase}.ftr-label-toggle{align-items:flex-start;padding:12px;border:1px solid var(--stroke);border-radius:10px}@media (max-width:980px){.ftr-intake-layout{grid-template-columns:1fr}.ftr-intake-side{position:static}}.iw-session{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 18px;color:var(--muted);font-size:13px}.iw-session strong{color:var(--ink);margin-left:5px}.iw-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.iw-action{display:grid;grid-template-columns:34px 1fr;grid-column-gap:10px;column-gap:10px;text-align:left;padding:17px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface,#fff);color:var(--ink);cursor:pointer}.iw-action:focus-visible,.iw-action:hover{border-color:var(--accent);box-shadow:0 10px 25px -20px color-mix(in srgb,var(--accent) 75%,transparent)}.iw-action strong{align-self:end;font-size:15px}.iw-action>span:last-child{grid-column:2;color:var(--muted);font-size:12px;line-height:1.45}.iw-action-icon{grid-row:span 2;display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--glow);color:var(--highlight);font-size:20px}.iw-dashboard-bottom{display:grid;grid-template-columns:1.55fr 1fr;grid-gap:14px;gap:14px;margin-top:16px}.iw-dashboard-bottom h2{margin-top:0}.iw-activity{display:grid;grid-gap:10px;gap:10px;padding:0;margin:0;list-style:none}.iw-activity li{display:grid;grid-gap:2px;gap:2px;padding-bottom:10px;border-bottom:1px solid var(--stroke)}.iw-activity span{color:var(--muted);font-size:13px}.iw-context-row,.iw-inline-summary>div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--stroke);font-size:13px}.iw-context-row span,.iw-inline-summary span{color:var(--muted)}.iw-back{margin:0 0 14px}.iw-heading-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:16px}.iw-heading-row h1{margin:0 0 5px}.iw-heading-row p{margin:0;color:var(--muted)}.iw-match{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:var(--glow);color:var(--highlight);font-size:12px;font-weight:700}.iw-work-area{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr);grid-gap:18px;gap:18px;align-items:start}.iw-work-area>.config-card{min-width:0}.iw-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.iw-form-grid>label,.iw-label-controls label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:12px}.iw-form-grid input,.iw-form-grid select,.iw-form-grid textarea,.iw-label-controls input,.iw-label-controls select{width:100%}.iw-form-grid textarea{min-height:92px;resize:vertical}.iw-span-2{grid-column:span 2}.iw-input-row{display:flex;gap:8px}.iw-input-row input{min-width:0}.iw-check-row{display:flex;align-items:center;gap:7px;min-height:38px;color:var(--ink);font-size:14px}.iw-check-row input,.iw-toggle input{width:auto}.iw-photo-box{display:flex;align-items:center;min-height:38px;padding:7px 10px;border:1px dashed var(--stroke);border-radius:8px;color:var(--ink);cursor:pointer}.iw-photo-box input{position:absolute;width:1px;height:1px;opacity:0}.iw-photo-preview{max-width:160px;max-height:120px;border-radius:8px;object-fit:cover}.iw-catalog-results{display:grid;grid-gap:5px;gap:5px}.iw-catalog-results button{display:flex;justify-content:space-between;gap:14px;padding:9px;border:1px solid var(--stroke);background:transparent;border-radius:7px;color:var(--ink);text-align:left;cursor:pointer}.iw-catalog-results span{color:var(--muted);font-size:12px}.iw-footer-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:14px;border-top:1px solid var(--stroke);color:var(--muted);font-size:13px}.iw-inline-summary{margin-top:18px;padding:0 12px;border:1px solid var(--stroke);border-radius:8px}.iw-label-builder{position:-webkit-sticky;position:sticky;top:12px;overflow:hidden;border:1px solid var(--stroke);border-radius:12px;background:var(--surface,#fff)}.iw-panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--stroke)}.iw-panel-head h2{margin:0;font-size:16px}.iw-panel-head span{color:var(--muted);font-size:12px}.iw-label-controls{display:grid;grid-gap:10px;gap:10px;padding:13px 15px;border-bottom:1px solid var(--stroke)}.iw-label-controls-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.iw-field-switches{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.iw-toggle{display:flex;align-items:center;gap:6px;color:var(--ink)!important;font-size:12px!important}.iw-preview-wrap{padding:15px}.iw-label-note{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.iw-label{aspect-ratio:3/2;display:grid;grid-template-columns:.73fr 1.27fr;grid-gap:6%;gap:6%;padding:6%;border:1px solid #b7b7b7;border-radius:4px;background:#fff;color:#111}.iw-label-left,.iw-label-right{display:grid;align-content:center;min-width:0}.iw-label-left{gap:9%}.iw-qr{display:grid;grid-template-columns:repeat(11,1fr);aspect-ratio:1;border:2px solid #111;padding:3px}.iw-qr i{background:#fff}.iw-qr i.is-filled{background:#111}.iw-label-logo strong{font-size:clamp(11px,1.5vw,18px);font-weight:700;letter-spacing:-1px}.iw-label-logo small{display:block;margin-top:3px;font-size:clamp(4px,.55vw,7px);letter-spacing:.7px}.iw-label-right{gap:5%}.iw-label-title{font-size:clamp(10px,1.35vw,17px);line-height:1.05}.iw-label-part,.iw-label-title{overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.iw-label-part{font-size:clamp(8px,1vw,12px);letter-spacing:.08em}.iw-label-rule{border-top:2px solid #111}.iw-label-line{display:flex;justify-content:space-between;gap:8px;overflow:hidden;font-size:clamp(6px,.7vw,9px);line-height:1.15}.iw-label-line span,.iw-label-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:980px){.iw-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.iw-dashboard-bottom,.iw-work-area{grid-template-columns:1fr}.iw-label-builder{position:static}}@media (max-width:620px){.iw-action-grid,.iw-field-switches,.iw-form-grid,.iw-label-controls-grid{grid-template-columns:1fr}.iw-span-2{grid-column:span 1}.iw-footer-actions,.iw-heading-row{align-items:flex-start;flex-direction:column}.iw-label{padding:5%}}@media (max-width:640px){.ftr-intake-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.ftr-intake-steps li:last-child:after,.ftr-intake-steps li:nth-child(2):after{display:none}.ftr-choice-group,.ftr-intake-grid,.ftr-manual-identity,.ftr-photo-capture{grid-template-columns:1fr}.ftr-identity-result{grid-template-columns:42px minmax(0,1fr)}.ftr-identity-result img,.ftr-identity-result__placeholder{width:42px;height:42px}.ftr-identity-result__action{grid-column:2}}@media (max-width:768px){.page-main .admin-shell{grid-template-columns:minmax(0,1fr);gap:12px;padding:12px}.page-main .admin-sidebar{display:none}.page-main .admin-content{min-width:0;padding:12px}.page-main .admin-tool-scaffold,.page-main .admin-tool-scaffold__content{min-width:0}}.command-search{min-width:0}.nav-search.command-search{position:relative;flex:1 1 280px;min-width:min(300px,32vw);max-width:32rem;padding:0;border:0;background:transparent;overflow:visible}.nav-search.command-search:focus-within{border-color:transparent;background:transparent}.command-search__box{position:relative;width:100%}.command-search__control{display:flex;align-items:center;gap:8px;min-height:42px;padding:7px 12px;border-radius:999px;border:1px solid color-mix(in oklab,var(--accent) 34%,rgba(255,255,255,.16));background:rgba(0,0,0,.22);color:var(--header-text);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.nav-search.command-search .command-search__control{min-height:38px;padding:6px 12px;border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.05)}.command-search__control:focus-within{border-color:color-mix(in oklab,var(--accent) 72%,transparent);background:rgba(255,255,255,.1);box-shadow:0 0 0 3px color-mix(in oklab,var(--accent) 16%,transparent)}.command-search__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:color-mix(in oklab,var(--header-text) 72%,transparent)}.command-search__icon,.command-search__icon svg{width:16px;height:16px}.command-search__control input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:var(--header-text);font:inherit;font-size:14px}.command-search__control input::placeholder{color:color-mix(in oklab,var(--header-text) 62%,transparent)}.command-search__scope{position:relative;flex:0 0 auto;align-self:stretch;display:flex;align-items:center}.command-search__scope-button{display:inline-flex;align-items:center;gap:5px;min-height:100%;border:0;border-radius:999px;background:rgba(255,255,255,.08);color:inherit;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer}.command-search__scope-button svg{width:12px;height:12px}.command-search__scope-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:1460;min-width:100%;overflow:hidden;padding:4px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(5,14,22,.98);box-shadow:0 18px 40px -24px rgba(0,0,0,.9);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease}.command-search__scope-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.command-search__scope-option{width:100%;border:0;border-radius:10px;background:transparent;color:color-mix(in oklab,var(--header-text) 82%,transparent);padding:8px 10px;text-align:left;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.command-search__scope-option--active,.command-search__scope-option:hover{background:color-mix(in oklab,var(--accent) 18%,transparent);color:#fff}.command-search__preview{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:1450;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:radial-gradient(circle at top left,color-mix(in oklab,var(--accent) 18%,transparent),transparent 38%),rgba(5,14,22,.98);box-shadow:0 28px 70px -32px rgba(0,0,0,.95);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.command-search__preview--open{opacity:1;pointer-events:auto;transform:translateY(0)}.commerce-command-search .command-search__preview{position:static;max-height:0;margin-top:0;transform:none}.commerce-command-search .command-search__preview--open{max-height:min(360px,46dvh);margin-top:8px}.command-search__correction,.command-search__message{margin:0;padding:12px 14px;color:color-mix(in oklab,var(--header-text) 72%,transparent);font-size:13px}.command-search__message--error{color:#fecaca}.command-search__correction{border-bottom:1px solid rgba(255,255,255,.1)}.command-search__correction p{margin:0}.command-search__correction button{border:0;background:transparent;color:#fff;padding:0;font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.command-search__results{max-height:320px;overflow:auto;list-style:none;margin:0;padding:6px}.command-search__result{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:2px 10px;gap:2px 10px;border:0;border-radius:14px;background:transparent;color:var(--header-text);padding:10px;text-align:left;font:inherit;cursor:pointer}.command-search__result--active,.command-search__result:hover{background:rgba(255,255,255,.09)}.command-search__result span{grid-row:span 2;align-self:start;border-radius:999px;background:color-mix(in oklab,var(--accent) 24%,transparent);color:#dff7ff;padding:3px 7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.command-search__result small,.command-search__result strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-search__result strong{font-size:14px}.command-search__result small{color:color-mix(in oklab,var(--header-text) 62%,transparent);font-size:12px}.command-search__all{width:calc(100% - 12px);min-height:38px;margin:0 6px 6px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.commerce-command-rail__nav{display:grid;grid-gap:8px;gap:8px}.commerce-command-rail__group,.commerce-command-rail__groups{display:grid;grid-gap:12px;gap:12px}.commerce-command-rail__groups{gap:20px}.commerce-command-rail__account-link,.commerce-command-rail__item{display:grid;grid-gap:3px;gap:3px;padding:13px 14px;border-radius:18px;color:inherit;text-decoration:none;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06)}button.commerce-command-rail__account-link,button.commerce-command-rail__item{width:100%;align-items:start;justify-content:normal;color:inherit;font:inherit;text-align:left;cursor:pointer}.commerce-command-rail__item--operations{border-color:color-mix(in oklab,var(--accent) 55%,rgba(255,255,255,.2))}.commerce-command-dock__item:hover,.commerce-command-rail__account-link:hover,.commerce-command-rail__close:hover,.commerce-command-rail__item:hover,.commerce-command-rail__quick:hover{color:#fff;border-color:color-mix(in oklab,var(--accent) 55%,rgba(255,255,255,.2));background:color-mix(in oklab,var(--accent) 24%,rgba(255,255,255,.08))}.commerce-command-rail__item.is-active{border-color:color-mix(in oklab,var(--accent) 70%,white 10%);background:color-mix(in oklab,var(--accent) 30%,rgba(255,255,255,.08))}.commerce-command-rail__account-link strong,.commerce-command-rail__item span{font-weight:700}.commerce-command-rail__account-link small,.commerce-command-rail__item small{color:color-mix(in oklab,var(--header-text) 64%,transparent);font-size:12px}.commerce-command-rail__account,.commerce-command-rail__section{display:grid;grid-gap:10px;gap:10px}.commerce-command-rail__quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.commerce-command-rail__quick{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:inherit;font-weight:700;text-decoration:none}.commerce-command-rail__account-link--login,.commerce-command-rail__quick--primary{border-color:color-mix(in oklab,var(--accent) 62%,rgba(255,255,255,.2));background:color-mix(in oklab,var(--accent) 36%,rgba(255,255,255,.08))}.commerce-command-dock,.commerce-header-search-panel{display:none}.admin-nav__group,.admin-nav__links{display:grid;grid-gap:6px;gap:6px}.admin-nav__group+.admin-nav__group{margin-top:10px}.admin-nav__group-title{padding:0 8px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:var(--site-footer-padding,40px 0 20px);margin-top:auto;border-top:var(--site-footer-border-top,none)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;align-items:start}.footer-brand p{color:rgba(230,220,207,.75);line-height:1.6}.footer-title{text-transform:uppercase;letter-spacing:.18em;font-size:13px;color:var(--accent);font-weight:700}.footer-tagline{font-style:italic;font-size:13px}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px}.footer-links h4{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(230,220,207,.6)}.footer-links ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.footer-links a{color:inherit}.footer-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(230,220,207,.15);margin-top:30px;padding-top:16px;font-size:12px;flex-wrap:wrap}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px}.footer-columns h3{margin:0 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(230,220,207,.6)}.footer-columns ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.footer-link{color:inherit}.footer-meta{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(230,220,207,.15);margin-top:30px;padding-top:16px;font-size:12px;flex-wrap:wrap}.footer-brand-mark{display:inline-flex;align-items:center;margin-bottom:10px}.auth-split-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:24px;gap:24px;align-items:start}.auth-split-page--single{grid-template-columns:minmax(0,560px);justify-content:center}.auth-split-content,.auth-split-form{border:1px solid color-mix(in oklab,var(--accent) 25%,transparent);border-radius:20px;padding:20px;background:linear-gradient(160deg,rgba(15,21,31,.84),rgba(8,14,22,.78))}.auth-kicker{margin:0 0 8px;color:color-mix(in oklab,var(--accent) 65%,white 35%);text-transform:uppercase;letter-spacing:.12em;font-size:12px}.auth-benefits,.auth-feature{margin-top:16px}.auth-benefits ul{margin:8px 0 0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.auth-split-form form{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.auth-split-form form>button[type=submit]{width:100%}.gsi-material-button{width:100%;min-height:44px;border-radius:999px;border:1px solid #cfd9e4;background:#ffffff;color:#1f1b16;padding:0 14px;position:relative}.gsi-material-button-content-wrapper{display:inline-flex;align-items:center;gap:10px}.apple-signin-button,.gsi-material-button-icon{display:inline-flex;align-items:center;justify-content:center}.apple-signin-button{width:100%;min-height:44px;border-radius:999px;border:1px solid #222;background:#111;color:#fff;gap:10px;padding:0 14px}.product-media-panel{display:grid;grid-gap:12px;gap:12px}.product-media-stage{position:relative;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:18px}.product-media-panel.hero .product-media-stage{border:1px solid rgba(160,214,255,.18);background:radial-gradient(circle at top left,rgba(0,191,255,.18),transparent 42%),linear-gradient(160deg,rgba(245,239,229,.98),rgba(224,214,198,.94));box-shadow:0 22px 44px rgba(6,17,29,.22)}.product-media-panel.parts .product-media-stage{border:1px solid var(--stroke);background:linear-gradient(180deg,rgba(10,26,38,.92),rgba(6,18,27,.98))}.product-media-stage img{width:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.product-media-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));grid-gap:8px;gap:8px}.product-media-thumb{border:1px solid var(--stroke);border-radius:12px;padding:6px;overflow:hidden;background:rgba(255,255,255,.04);cursor:pointer;aspect-ratio:1/1;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.product-media-thumb:hover{transform:translateY(-1px);border-color:rgba(160,214,255,.28)}.product-media-thumb.is-active{border-color:var(--accent-primary);box-shadow:0 0 0 1px rgba(0,191,255,.18)}.product-media-thumb img{width:100%;height:100%;object-fit:contain;display:block}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.image-tile{border-radius:12px;border:1px solid var(--stroke);background:var(--surface);padding:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:var(--image-tile-min-height,180px)}.image-tile img{width:100%;height:var(--image-tile-height,auto);max-height:var(--image-tile-max-height,460px);object-fit:var(--image-tile-fit,contain);border-radius:10px;display:block}.viewer-shell{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:16px;display:grid;grid-gap:12px;gap:12px}.viewer-toolbar{display:flex;align-items:center;gap:12px;font-weight:600}.viewer-canvas{width:100%;min-height:360px;border-radius:12px;overflow:hidden;border:1px solid var(--stroke);background:#0f2433}.viewer-status{font-size:12px;color:var(--muted)}.progress-bar{height:10px;border-radius:999px;background:#0f2433;border:1px solid var(--stroke);overflow:hidden}.viewer-shell.drag{border-color:var(--accent);box-shadow:0 0 0 2px var(--viewer-drag-ring,rgba(212,105,43,.2))}.progress-bar__fill{height:100%;background:var(--progress-bar-fill,linear-gradient(90deg,#00bfff,#7dd6ff))}@media (max-width:900px){.auth-split-page{grid-template-columns:1fr}}@media (max-width:1500px){.nav-search{display:none}.nav-search-trigger{display:inline-flex}.commerce-header-search-panel{display:block;border-top:1px solid rgba(255,255,255,.08);background:color-mix(in oklab,var(--header-bg) 94%,transparent)}.commerce-header-search-panel__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding-block:12px}.commerce-header-search-panel__search{min-width:0}.commerce-header-search-panel__close{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.08);color:var(--header-text);cursor:pointer}}@media (min-width:769px){.commerce-command-frame{display:none}}@media (max-width:768px){body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.nav-desktop,.site-header .nav-actions>.nav-auth-loading,.site-header .nav-actions>.nav-link,.site-header .nav-actions>div{display:none}.menu-button,.nav-mobile,.site-header .nav-actions>.menu-button,.site-header .nav-actions>.nav-search-trigger{display:inline-flex}.nav-mobile{display:flex}.commerce-header-search-panel{display:none}.nav-mobile .nav-search{display:inline-flex;width:100%;max-width:100%}.nav-actions{margin-left:auto}.header-row{flex-wrap:wrap}.commerce-command-dock{position:fixed;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:1400;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;padding:8px;border-radius:24px;border:1px solid color-mix(in oklab,var(--accent) 30%,rgba(255,255,255,.16));background:radial-gradient(circle at 20% 0,color-mix(in oklab,var(--accent) 24%,transparent),transparent 44%),rgba(5,14,22,.88);box-shadow:0 20px 60px -28px rgba(0,0,0,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.commerce-command-dock__item{display:inline-flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:54px;border-radius:18px;color:color-mix(in oklab,var(--header-text) 86%,transparent);background:transparent;text-decoration:none;cursor:pointer}.commerce-command-dock__item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700}.commerce-command-dock__item--primary,.commerce-command-dock__item.is-active{color:#fff;background:color-mix(in oklab,var(--accent) 30%,rgba(255,255,255,.08))}.account-shell,.admin-image-add,.admin-image-upload,.config-grid,.hero-spotlight{grid-template-columns:1fr}}@media (max-width:700px){.hero h1{font-size:32px}.nav-actions{justify-content:flex-end}}.admin-durable-recovery{position:fixed;right:16px;bottom:16px;z-index:90;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;grid-gap:10px;gap:10px;width:min(440px,calc(100vw - 32px));padding:12px;border:1px solid color-mix(in srgb,#d99000 55%,transparent);background:var(--surface,#fff);box-shadow:0 8px 24px rgb(0 0 0/18%)}.admin-durable-recovery p{margin:4px 0 0;overflow-wrap:anywhere;font-size:12px;color:var(--text-muted,#5c6470)}@media (max-width:560px){.admin-durable-recovery{grid-template-columns:minmax(0,1fr) auto}}.fortney-platform-dialog-overlay{position:fixed;inset:0;z-index:1600;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px;background:rgb(7 12 10/72%);-webkit-backdrop-filter:blur(10px) saturate(82%);backdrop-filter:blur(10px) saturate(82%)}.fortney-platform-dialog-frame{display:flex;width:100%;min-width:0;justify-content:center}.fortney-platform-dialog{box-sizing:border-box;width:100%;max-width:min(72rem,96vw);max-height:calc(100dvh - 32px);overflow:auto;padding:16px;border:1px solid var(--border,rgb(108 128 119/50%));border-radius:14px;color:var(--text,#19221e);background:var(--surface,#fff);box-shadow:0 26px 80px rgb(0 0 0/38%)}.commerce-media-viewer__controls,.fortney-platform-dialog__header,.fortney-viewer-overlay__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.fortney-platform-dialog__title{margin:0;font-size:18px}.commerce-media-expand,.commerce-media-viewer__controls button,.commerce-media-viewer__thumbs button,.fortney-platform-dialog__close{display:inline-grid;min-width:42px;min-height:42px;place-items:center;border:1px solid var(--border,#cbd3cf);border-radius:9px;color:inherit;background:var(--surface-elevated,#f3f6f4);cursor:pointer}.commerce-media-expand:focus-visible,.commerce-media-viewer button:focus-visible,.fortney-platform-dialog__close:focus-visible{outline:3px solid var(--accent,#c46f1a);outline-offset:2px}.fortney-platform-dialog__body{margin-top:12px}.commerce-media-viewer__body{display:grid;grid-gap:12px;gap:12px}.commerce-media-viewer__stage{display:grid;min-height:min(68dvh,720px);place-items:center;overflow:hidden;border-radius:10px;background:#111714;color:#fff}.commerce-media-viewer__stage iframe,.commerce-media-viewer__stage img,.commerce-media-viewer__stage video{display:block;width:100%;height:min(68dvh,720px);object-fit:contain;border:0}.commerce-media-viewer__thumbs{display:flex;gap:8px;overflow-x:auto;padding:3px}.commerce-media-viewer__thumbs button{flex:0 0 64px;width:64px;height:52px;overflow:hidden}.commerce-media-viewer__thumbs button[aria-current=true]{border-color:var(--accent,#c46f1a);box-shadow:0 0 0 2px var(--accent,#c46f1a)}.commerce-media-viewer__thumbs img{width:100%;height:100%;object-fit:cover}.fortney-viewer-overlay__information{margin-top:12px;color:var(--text-muted,#5c6470)}.commerce-media-expand{position:absolute;right:10px;bottom:10px;z-index:2}.commerce-product-media-frame,.product-viewer-card{position:relative}.fortney-media-viewer{width:min(96vw,88rem);max-width:min(96vw,88rem);padding:0;overflow:hidden;color:#172329;background:#f7f4ec}.fortney-media-viewer .fortney-platform-dialog__header{padding:14px 16px 10px;color:#172329}.fortney-media-viewer .fortney-platform-dialog__close{color:#172329;background:#fff}.fortney-media-viewer__body{margin-top:0;padding:0 16px 16px}.fortney-media-viewer__layout{display:grid;min-height:min(65dvh,680px);grid-template-rows:minmax(0,1fr) auto auto;grid-gap:12px;gap:12px}.fortney-media-viewer__stage{position:relative;display:grid;min-height:min(56dvh,640px);place-items:center;overflow:hidden;border-radius:12px;background:#101512;color:#fff;touch-action:pan-y}.fortney-media-viewer__rendered{display:grid;width:100%;height:100%;min-height:inherit;place-items:center;overflow:auto;overscroll-behavior:contain}.fortney-media-viewer__rendered[data-zoomed=true]{place-items:start;cursor:move}.fortney-media-viewer__zoom-surface{display:grid;min-width:100%;min-height:100%;place-items:center}.fortney-media-viewer__document,.fortney-media-viewer__image,.fortney-media-viewer__video{display:block;width:100%;height:min(56dvh,640px);max-width:none;border:0;object-fit:contain}.fortney-media-viewer__document{background:#fff}.fortney-media-viewer__state{display:grid;max-width:32rem;grid-gap:8px;gap:8px;padding:24px;text-align:center}.fortney-media-viewer__zoom-controls{position:absolute;right:12px;bottom:12px;z-index:3;display:flex;align-items:center;gap:4px;padding:5px;border:1px solid rgb(255 255 255/24%);border-radius:10px;background:rgb(8 12 10/82%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fortney-media-viewer__nav,.fortney-media-viewer__thumbnails button,.fortney-media-viewer__zoom-controls button{min-width:42px;min-height:42px;border:1px solid rgb(255 255 255/24%);border-radius:8px;color:#fff;background:rgb(255 255 255/10%);cursor:pointer}.fortney-media-viewer__nav:focus-visible,.fortney-media-viewer__thumbnails button:focus-visible,.fortney-media-viewer__zoom-controls button:focus-visible{outline:3px solid var(--accent,#c46f1a);outline-offset:2px}.fortney-media-viewer__nav:disabled,.fortney-media-viewer__zoom-controls button:disabled{opacity:.38;cursor:default}.fortney-media-viewer__zoom-controls output{min-width:54px;color:#fff;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fortney-media-viewer__nav{position:absolute;top:50%;z-index:2;width:46px;height:54px;transform:translateY(-50%);background:rgb(8 12 10/76%);font-size:30px}.fortney-media-viewer__nav--previous{left:12px}.fortney-media-viewer__nav--next{right:12px}.fortney-media-viewer__thumbnails{display:flex;gap:8px;overflow-x:auto;padding:3px;overscroll-behavior-inline:contain}.fortney-media-viewer__thumbnails button{flex:0 0 72px;width:72px;height:56px;overflow:hidden;padding:2px;color:var(--text,#19221e);background:var(--surface-elevated,#f3f6f4)}.fortney-media-viewer__thumbnails button[aria-selected=true]{border-color:var(--accent,#c46f1a);box-shadow:0 0 0 2px var(--accent,#c46f1a)}.fortney-media-viewer__thumbnails img{width:100%;height:100%;object-fit:cover}.fortney-media-viewer__information{display:grid;grid-gap:8px;gap:8px;color:#4d5b58}.fortney-media-viewer__information a{color:#194e6b}.fortney-media-viewer__information nav{display:flex;gap:12px}.commerce-media-viewer__model{width:100%;height:min(70dvh,760px)}.commerce-media-viewer__model .model-viewer-shell,.commerce-media-viewer__model canvas{width:100%;height:100%}@media (max-width:640px){.fortney-platform-dialog-overlay{align-items:stretch;padding:0}.fortney-platform-dialog{max-width:100vw;max-height:100dvh;border-radius:0}.commerce-media-viewer__stage,.commerce-media-viewer__stage iframe,.commerce-media-viewer__stage img,.commerce-media-viewer__stage video{min-height:58dvh;height:58dvh}.fortney-media-viewer{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0}.fortney-media-viewer__body{padding:0 10px 10px}.fortney-media-viewer__layout{min-height:calc(100dvh - 220px)}.fortney-media-viewer__document,.fortney-media-viewer__image,.fortney-media-viewer__rendered,.fortney-media-viewer__stage,.fortney-media-viewer__video{min-height:58dvh;height:58dvh}.fortney-media-viewer__nav{width:42px;height:48px}.commerce-media-viewer__model{height:68dvh}}@font-face{font-family:FE League;src:url(/assets/home/league-gothic.woff2) format("woff2");font-display:swap}@font-face{font-family:FE Manrope;src:url(/assets/home/manrope.woff2) format("woff2");font-display:swap}body:has(.fev5-home){background:#f4f2ed;color:#07172c;font-family:FE Manrope,sans-serif}body:has(.fev5-home) .page-main>.site-header,body:has(.fev5-home) .site-header,body:has(.fev5-home) .site-header-group,body:has(.fev5-home)>.site-header{display:none}body:has(.fev5-home) .page-main{padding:0;background:#f4f2ed}body:has(.fev5-home) .page-main>.container{width:100%;max-width:none;padding:0}.fev5-home{--blue:#00a9ff;--navy:#07172c;--deep:#10243c;--paper:#f4f2ed;--line:#d5d8d8;--muted:#596675;width:100%;overflow:hidden;background:var(--paper);color:var(--navy);font-family:FE Manrope,sans-serif;line-height:1.4}.fev5-home *{box-sizing:border-box}.fev5-home a{color:inherit;text-decoration:none}.fev5-home button,.fev5-home input{font:inherit}.fev5-home button{cursor:pointer}.fev5-home img{display:block;max-width:100%}.fev5-home h1,.fev5-home h2{font-family:FE League,sans-serif;font-weight:400;text-transform:uppercase}.fev5-shell{padding-right:clamp(20px,3.2vw,52px);padding-left:clamp(20px,3.2vw,52px)}.fev5-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.fev5-skip{position:fixed;z-index:200;top:8px;left:8px;padding:10px 14px;background:#fff;color:var(--navy);transform:translateY(-150%)}.fev5-skip:focus{transform:none}.fev5-header{position:relative;z-index:20;background:#fff}.fev5-lead{display:flex;min-height:35px;align-items:center;justify-content:space-between;padding:6px clamp(20px,3.2vw,52px);background:var(--navy);color:#dce7f2;font-size:10px}.fev5-lead p{margin:0}.fev5-lead strong{color:#fff}.fev5-lead i{display:inline-block;width:7px;height:7px;margin-right:7px;border:2px solid var(--blue);border-radius:50%}.fev5-masthead{display:grid;grid-template-columns:minmax(220px,320px) minmax(280px,620px) auto;grid-gap:clamp(18px,3vw,45px);gap:clamp(18px,3vw,45px);align-items:center;min-height:83px;padding:13px clamp(20px,3.2vw,52px);border-bottom:1px solid var(--line)}.fev5-wordmark img{width:min(285px,100%)}.fev5-search{display:flex;height:42px;border:1px solid #bec4c8;background:#f8f8f6}.fev5-search input{min-width:0;flex:1 1;padding:0 15px;outline:0}.fev5-search button,.fev5-search input{border:0;background:transparent;color:var(--navy)}.fev5-search button{width:48px}.fev5-search svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.fev5-account{display:flex;gap:22px;justify-content:flex-end;font-size:11px;font-weight:800;text-transform:uppercase}.fev5-account b{display:inline-grid;width:18px;height:18px;margin-left:5px;place-items:center;border-radius:50%;background:var(--blue);color:#fff}.fev5-menu{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff}.fev5-menu span{display:block;width:18px;height:2px;margin:4px auto;background:var(--navy)}.fev5-nav{min-height:44px;justify-content:center;gap:clamp(22px,3.3vw,54px);border-bottom:1px solid var(--line);background:#fff;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.fev5-nav,.fev5-nav a{display:flex;align-items:center}.fev5-nav a{height:44px}.fev5-nav a:hover{color:var(--blue)}.fev5-nav .is-hub{color:#f89808}.fev5-hero{position:relative;min-height:620px;overflow:hidden;background:#eef3f6}.fev5-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.fev5-hero>div{position:relative;z-index:1;display:flex;min-height:620px;width:min(47%,700px);flex-direction:column;justify-content:flex-start;padding:54px clamp(32px,4.2vw,76px);color:var(--navy)}.fev5-hero h1{max-width:9ch;margin:0;font-size:clamp(4.4rem,6vw,6rem);line-height:.84}.fev5-hero p{max-width:43ch;margin:18px 0 0;font-size:16px;line-height:1.5}.fev5-hero-actions{display:flex;gap:10px;margin-top:26px}.fev5-hero-actions a{display:inline-flex;min-height:46px;align-items:center;padding:0 20px;border:1px solid var(--navy);font-family:FE League;font-size:19px;text-transform:uppercase;letter-spacing:.04em}.fev5-hero-actions a:first-child{border-color:var(--blue);background:var(--blue);color:#fff}.fev5-hero small{margin-top:18px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.fev5-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:13px}.fev5-section-heading h2{margin:0;font-size:2.8rem;line-height:1}.fev5-section-heading p{margin:5px 0 0;color:#697481;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.fev5-section-heading>a{color:#006da5;font-size:10px;font-weight:850;text-transform:uppercase}.fev5-categories{padding-top:28px;padding-bottom:30px;background:#fff}.fev5-category-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px}.fev5-category-grid button{position:relative;display:block;min-height:188px;padding:0;overflow:hidden;border:1px solid #c7cdd2;border-radius:0;background:#182334;color:#fff;text-align:left;isolation:isolate}.fev5-category-grid button:after{position:absolute;z-index:-1;inset:44% 0 0;background:rgba(5,13,21,.82);content:""}.fev5-category-grid button img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.04);transition:transform .3s cubic-bezier(.16,1,.3,1),filter .3s}.fev5-category-grid button>span{position:absolute;right:13px;bottom:32px;left:13px;font-family:FE League;font-size:clamp(1.3rem,1.8vw,1.65rem);text-transform:uppercase}.fev5-category-grid button>i{position:absolute;right:13px;bottom:11px;color:var(--blue);font-size:9px;font-style:normal;font-weight:850;text-transform:uppercase}.fev5-category-grid button.is-active img,.fev5-category-grid button:hover img{filter:saturate(.95) contrast(1.08);transform:scale(1.035)}.fev5-category-grid button.is-active{border-color:var(--blue);box-shadow:inset 0 -3px var(--blue)}.fev5-category-results{display:grid;grid-template-columns:minmax(250px,28%) 1fr;grid-gap:18px;gap:18px;padding:18px;background:var(--navy);color:#fff}.fev5-category-results>div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 16px}.fev5-category-results h3{margin:0;font-size:1.75rem;line-height:1;letter-spacing:-.03em}.fev5-category-results p{max-width:34ch;margin:10px 0 0;color:#b6c4d3;font-size:13px}.fev5-category-results>div:first-child a{margin-top:17px;color:var(--blue);font-size:9px;font-weight:850;text-transform:uppercase}.fev5-category-results>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.fev5-category-results>div:last-child>a{display:grid;grid-template-columns:92px 1fr auto;align-items:center;grid-gap:12px;gap:12px;min-height:104px;padding:9px 11px 9px 9px;border:1px solid #304761;background:#10243c}.fev5-category-results>a:hover{border-color:var(--blue)}.fev5-category-results .fev5-product-icon,.fev5-category-results img{width:92px;height:84px;background:#e7e7e2;object-fit:cover}.fev5-category-results b,.fev5-category-results small{display:block}.fev5-category-results b{font-size:12px;line-height:1.2}.fev5-category-results small{margin-top:5px;color:#9fb0c2;font-size:8px;font-weight:800;text-transform:uppercase}.fev5-category-results i{color:var(--blue);font-style:normal}.fev5-viewer{display:grid;grid-template-columns:minmax(360px,37%) 1fr;min-height:610px;background:var(--navy);color:#fff}.fev5-viewer-copy{position:relative;padding:66px clamp(34px,4vw,66px);border-right:1px solid #27405c}.fev5-viewer-copy:before{position:absolute;top:66px;bottom:66px;left:18px;width:2px;background:var(--blue);content:""}.fev5-viewer-copy h2{max-width:10ch;margin:0;font-family:FE Manrope;font-size:clamp(3.2rem,4.4vw,4.8rem);font-weight:800;line-height:.96;letter-spacing:-.04em;text-transform:none}.fev5-viewer-copy>p{max-width:52ch;margin:23px 0 0;color:#b7c6d7;font-size:16px;line-height:1.6}.fev5-live{display:block;margin-top:28px;color:var(--blue);font-size:10px;font-weight:850;text-transform:uppercase}.fev5-live i{display:inline-block;width:8px;height:8px;margin-right:8px;border:2px solid var(--blue);border-radius:50%}.fev5-presets{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:17px}.fev5-presets button{display:flex;min-height:48px;align-items:center;gap:10px;padding:8px 10px;border:1px solid #344a63;background:#10243c;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase}.fev5-presets button.is-active{border-color:var(--blue)}.fev5-presets i{display:block;width:24px;height:28px;border-left:11px solid var(--base);border-right:11px solid var(--top)}.fev5-viewer-copy>small{display:block;margin-top:16px;color:#91a3b6;font-size:9px;text-transform:uppercase}.fev5-model{min-height:610px;background:#fff}.fev5-model .viewer-canvas,.fev5-model .viewer-shell{min-height:610px;border:0;border-radius:0;background:#fff}.fev5-model .viewer-status{right:18px;bottom:16px;left:auto;padding:6px 9px;background:rgba(7,23,44,.8);color:#fff;font-size:9px}.fev5-products{padding-top:38px;padding-bottom:44px;background:#fff}.fev5-products.is-mist{background:#eef1f2}.fev5-rail-controls{display:flex;gap:7px}.fev5-rail-controls button{width:42px;height:42px;border:1px solid #d5d9db;background:#fff;color:var(--navy)}.fev5-product-rail{display:grid;grid-auto-columns:minmax(260px,1fr);grid-auto-flow:column;grid-gap:14px;gap:14px;overflow-x:auto;scroll-snap-type:x proximity}.fev5-product-card{min-width:0;overflow:hidden;border:1px solid #cbd1d6;background:#fff;scroll-snap-align:start;transition:transform .2s,box-shadow .2s}.fev5-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px -25px rgba(7,23,44,.55)}.fev5-product-visual{position:relative;height:205px;background:#e9e8e3}.fev5-product-visual>span{position:absolute;z-index:2;top:10px;left:10px;padding:5px 7px;background:rgba(255,255,255,.94);color:#16709f;font-size:8px;font-weight:850;text-transform:uppercase}.fev5-product-visual img{width:100%;height:100%;object-fit:cover}.fev5-product-card:first-child .fev5-product-visual img{padding:10px;object-fit:contain}.fev5-product-icon{width:100%;height:100%;padding:38px;fill:none;stroke:var(--navy);stroke-width:2}.fev5-product-body{min-height:148px;padding:15px}.fev5-product-body>p{margin:0 0 7px;color:#6e7984;font-size:8px;font-weight:800;text-transform:uppercase}.fev5-product-body h3{min-height:38px;margin:0;font-size:15px;line-height:1.25}.fev5-product-body>div{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:17px;border-top:1px solid #e1e4e5}.fev5-product-body strong{font-size:13px}.fev5-product-body a{color:#006da5;font-size:9px;font-weight:850;text-transform:uppercase}.fev5-filament{background:#10151d;color:#fff}.fev5-shelf{padding:34px clamp(24px,4vw,64px) 30px;overflow-x:auto;background:#080b10}.fev5-shelf>div{display:grid;grid-template-columns:repeat(34,minmax(20px,1fr));align-items:end;min-width:1060px;min-height:238px;padding:26px 0 17px;border-bottom:13px solid #394656;box-shadow:0 11px 0 #020304}.fev5-shelf button{position:relative;width:100%;height:196px;border:0;background:transparent;transform-origin:center bottom;transition:transform .2s}.fev5-shelf button>b{position:absolute;z-index:4;bottom:calc(100% + 5px);left:50%;width:max-content;max-width:150px;padding:5px 7px;border:1px solid #536173;background:#0d1420;color:#fff;font-size:9px;opacity:0;transform:translateX(-50%)}.fev5-shelf button.is-active,.fev5-shelf button:hover{z-index:5;transform:translateY(-19px) scale(1.08)}.fev5-shelf button.is-active>b,.fev5-shelf button:hover>b{opacity:1}.fev5-shelf>p{min-width:1060px;margin:26px 0 0;color:#8290a1;font-size:9px;font-weight:800;text-align:right;text-transform:uppercase}.fev5-filament-info{display:grid;grid-template-columns:1fr minmax(350px,460px);align-items:center;grid-gap:36px;gap:36px;padding:30px clamp(24px,4vw,64px) 36px;border-top:1px solid #2c3541}.fev5-filament-info h2{margin:0;font-family:FE Manrope;font-size:clamp(3rem,4vw,4.25rem);font-weight:800;line-height:.95;letter-spacing:-.04em;text-transform:none}.fev5-filament-info>div>p{max-width:57ch;margin:13px 0 0;color:#b8c1ce}.fev5-filament-info article{display:grid;grid-template-columns:68px 1fr;grid-gap:15px;gap:15px;align-items:center;padding:16px 18px;border:1px solid #3a4655;background:#151d27}.fev5-filament-info article>i{display:block;width:68px;height:68px;border:7px solid #313c49;border-radius:50%;background:var(--selected)}.fev5-filament-info article p{margin:0;color:#8fa1b4;font-size:8px;font-weight:800;text-transform:uppercase}.fev5-filament-info article h3{margin:3px 0 0;font-size:1.55rem}.fev5-filament-info article span{display:block;margin-top:3px;color:#bcc7d3;font-size:10px}.fev5-partners{display:grid;grid-template-columns:minmax(290px,31%) 1fr;grid-gap:42px;gap:42px;padding-top:34px;padding-bottom:34px;background:#fff}.fev5-partners>div:first-child{align-self:center}.fev5-partners h2{margin:0;font-size:3.2rem;line-height:.94}.fev5-partners p{max-width:45ch;margin:9px 0;color:#66727e}.fev5-partners>div:first-child>a{display:inline-block;margin-top:12px;color:#006da5;font-size:9px;font-weight:850;text-transform:uppercase}.fev5-partner-logos{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));grid-gap:13px;gap:13px}.fev5-partner-logos article{display:flex;height:166px;align-items:center;justify-content:center;gap:18px;padding:20px;overflow:hidden;border:1px solid var(--line);background:#fff}.fev5-partner-logos img{width:100%;height:100%;object-fit:contain}.fev5-partner-logos .is-hoz img{width:110px;height:84px;object-fit:cover;object-position:center top}.fev5-partner-logos .is-hoz b{color:#d94355;font-size:1.45rem;text-transform:uppercase}.fev5-partner-logos .is-caliber img{width:96px;height:112px;object-fit:cover;object-position:center top}.fev5-partner-logos .is-caliber b{font-family:FE League;font-size:2.2rem;line-height:.82;text-transform:uppercase}.fev5-customizer{display:grid;grid-template-columns:62% 38%;min-height:530px;background:#00a9ff}.fev5-customizer>div{position:relative;min-height:530px;overflow:hidden;background:#d8e0e5}.fev5-customizer>div>img{position:absolute;inset:-9% -5%;width:110%;height:118%;object-fit:contain}.fev5-customizer>div>span{position:absolute;top:42%;left:49%;padding:8px 11px;background:#07172c;color:#00a9ff;font-size:13px;font-weight:900;transform:rotate(-5deg);transition:all .25s}.fev5-customizer>div>span.is-moved{top:57%;left:61%;transform:rotate(7deg)}.fev5-customizer nav{position:absolute;right:18px;bottom:18px;left:18px;display:flex;gap:7px;justify-content:center}.fev5-customizer nav button{min-height:42px;padding:0 14px;border:1px solid #aebbc3;background:rgba(255,255,255,.94);color:var(--navy);font-size:9px;font-weight:850;text-transform:uppercase}.fev5-customizer>article{display:flex;flex-direction:column;justify-content:center;padding:44px clamp(28px,4vw,64px)}.fev5-customizer h2{margin:0;font-size:4.8rem;line-height:.88}.fev5-customizer p{max-width:44ch;margin:20px 0;line-height:1.6}.fev5-customizer article>a{align-self:flex-start;padding:13px 18px;background:var(--navy);color:#fff;font-family:FE League;font-size:19px;text-transform:uppercase}.fev5-customizer article>span{margin-top:22px;padding-top:16px;border-top:1px solid rgba(7,23,44,.28);font-size:9px;font-weight:850;text-transform:uppercase}.fev5-gallery{padding-top:40px;padding-bottom:48px;background:var(--navy);color:#fff}.fev5-gallery .fev5-section-heading p{color:#9eabba}.fev5-gallery>div:last-child{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));grid-gap:14px;gap:14px;overflow-x:auto}.fev5-gallery>div:last-child>a{position:relative;min-height:320px;overflow:hidden;border:1px solid #31465f;background:#0d1e34}.fev5-gallery img{width:100%;height:100%;min-height:320px;object-fit:cover;transition:transform .3s}.fev5-gallery a:first-child img{padding:24px;background:#d9e2e7;object-fit:contain}.fev5-gallery a>span{position:absolute;right:12px;bottom:12px;left:12px;padding:13px 14px;background:rgba(7,23,44,.92)}.fev5-gallery b,.fev5-gallery small{display:block}.fev5-gallery b{font-size:14px}.fev5-gallery small{margin-top:4px;color:#b9c7d5;font-size:9px;text-transform:uppercase}.fev5-gallery a:hover img{transform:scale(1.025)}.fev5-hub{display:grid;grid-template-columns:minmax(360px,.82fr) 1.18fr;min-height:470px;margin:34px clamp(20px,3.2vw,52px);overflow:hidden;border:1px solid #bdcbc6;border-radius:24px;background:#eef4f1;color:#10281f}.fev5-hub>div{display:flex;flex-direction:column;justify-content:center;padding:42px}.fev5-hub header{display:flex;align-items:center;gap:10px}.fev5-hub header img{width:64px;height:64px}.fev5-hub h2{max-width:11ch;margin:29px 0 0;font-family:FE Manrope;font-size:clamp(3.7rem,5vw,5.8rem);font-weight:800;line-height:.86;letter-spacing:-.04em;text-transform:none}.fev5-hub>div>p{max-width:50ch;margin:14px 0 0;font-size:14px}.fev5-hub nav{display:flex;gap:8px;margin-top:24px}.fev5-hub nav a{padding:12px 16px;border:1px solid #7f918b;border-radius:10px;font-size:11px;font-weight:850}.fev5-hub nav a:first-child{border-color:#ffac3e;background:#ffac3e}.fev5-hub dl{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 0;border-top:1px solid #c2ceca}.fev5-hub dl>div{padding:15px 12px 0 0}.fev5-hub dl>div+div{padding-left:12px;border-left:1px solid #c2ceca}.fev5-hub dt{color:#6a7b75;font-size:8px;font-weight:800;text-transform:uppercase}.fev5-hub dd{margin:4px 0 0;font-size:12px;font-weight:800}.fev5-hub-map{position:relative;min-height:470px;overflow:hidden;background:#b8dce7}.fev5-hub-map img{position:absolute;top:0;right:0;width:370%;height:auto;max-width:none;transform:translateY(-31%)}.fev5-home :focus-visible{outline:3px solid var(--navy);outline-offset:3px;box-shadow:0 0 0 5px var(--blue)}.fev5-home ::selection{background:var(--blue);color:#fff}.fev5-home *{scrollbar-color:#718192 #e8e8e4;scrollbar-width:thin}@media(max-width:1180px){.fev5-hero>div{width:52%}.fev5-category-results,.fev5-partners{grid-template-columns:1fr}.fev5-filament-info{grid-template-columns:1fr minmax(330px,420px)}.fev5-hub{grid-template-columns:1fr}.fev5-hub-map{min-height:390px}.fev5-footer>div{grid-template-columns:1.4fr repeat(2,1fr)}.fev5-footer section{grid-row:span 2}}@media(max-width:860px){.fev5-masthead{grid-template-columns:42px 1fr auto;grid-template-areas:"menu logo actions" "search search search"}.fev5-menu{display:block;grid-area:menu}.fev5-wordmark{grid-area:logo}.fev5-search{grid-area:search}.fev5-account{grid-area:actions}.fev5-account a:first-child,.fev5-nav{display:none}.fev5-nav{flex-direction:column;align-items:stretch;gap:0;padding:8px 20px}.fev5-nav.is-open{display:flex}.fev5-nav a{justify-content:flex-start;border-bottom:1px solid #e4e5e4}.fev5-hero>div{width:58%;padding:42px 24px}.fev5-category-grid{grid-template-columns:repeat(5,minmax(230px,52vw));overflow-x:auto}.fev5-category-results>div:last-child{grid-template-columns:repeat(3,minmax(240px,1fr));overflow-x:auto}.fev5-viewer{grid-template-columns:1fr}.fev5-viewer-copy{padding:50px 36px}.fev5-model,.fev5-model .viewer-canvas,.fev5-model .viewer-shell{min-height:470px}.fev5-filament-info{grid-template-columns:1fr}.fev5-partner-logos article{height:138px}.fev5-customizer{grid-template-columns:1fr}.fev5-customizer>article{grid-row:2}.fev5-gallery>div:last-child{grid-template-columns:repeat(4,minmax(280px,62vw))}.fev5-hub-map img{transform:translateY(-29%)}}@media(max-width:620px){.fev5-lead{justify-content:center;text-align:center}.fev5-lead p:last-child{display:none}.fev5-masthead{padding-inline:14px}.fev5-wordmark img{width:180px}.fev5-account{font-size:0}.fev5-account a:last-child{font-size:10px}.fev5-hero{min-height:660px}.fev5-hero>img{top:300px;height:360px;object-position:68% center}.fev5-hero>div{min-height:300px;width:100%;padding:28px 18px}.fev5-hero h1{font-size:3.1rem}.fev5-hero p{max-width:340px;margin-top:10px;font-size:12px}.fev5-hero-actions{margin-top:13px}.fev5-hero-actions a{min-height:40px;padding:0 11px;font-size:16px}.fev5-hero small{display:none}.fev5-section-heading h2{font-size:2.55rem}.fev5-categories{padding-top:22px}.fev5-category-grid{grid-template-columns:repeat(5,minmax(228px,78vw))}.fev5-category-grid button{min-height:174px}.fev5-category-results{display:block;padding:14px}.fev5-category-results>div:last-child{grid-template-columns:repeat(3,minmax(248px,78vw));margin-top:14px}.fev5-viewer-copy{padding:44px 28px}.fev5-viewer-copy h2{font-size:3.25rem}.fev5-model,.fev5-model .viewer-canvas,.fev5-model .viewer-shell{min-height:370px}.fev5-product-rail{grid-auto-columns:minmax(250px,80vw)}.fev5-shelf{padding:22px 16px 28px}.fev5-shelf>div{min-width:930px;min-height:214px}.fev5-shelf button{height:174px}.fev5-shelf>p{min-width:930px}.fev5-filament-info{gap:22px;padding:28px 18px 32px}.fev5-filament-info h2{font-size:3rem}.fev5-partner-logos{grid-template-columns:1fr}.fev5-partner-logos article{height:132px}.fev5-customizer>div{min-height:360px}.fev5-customizer>article{padding:42px 22px}.fev5-customizer h2{font-size:3.8rem}.fev5-customizer nav{right:8px;bottom:8px;left:8px;overflow-x:auto;justify-content:flex-start}.fev5-customizer nav button{flex:0 0 auto}.fev5-gallery>div:last-child{grid-template-columns:repeat(4,minmax(250px,82vw))}.fev5-hub{margin:24px 20px}.fev5-hub>div{padding:26px 22px}.fev5-hub h2{font-size:4rem}.fev5-hub nav{flex-direction:column}.fev5-hub dl{grid-template-columns:1fr}.fev5-hub dl>div+div{padding-left:0;border-left:0}.fev5-hub-map{min-height:300px}.fev5-hub-map img{transform:translateY(-27%)}.fev5-footer>div{grid-template-columns:repeat(2,1fr);gap:28px}.fev5-footer section{grid-column:1/-1;grid-row:auto}.fev5-footer>aside{align-items:flex-start;flex-direction:column}}.fev5-search{min-height:44px}.fev5-search:focus-within{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,169,255,.28)}.fev5-search input{font-size:16px}.fev5-search input:focus-visible{outline:0;box-shadow:none}.fev5-hero-actions a:first-child{color:var(--navy)}.fev5-nav .is-hub{color:#925000}.fev5-product-visual>span{font-size:10px;line-height:1.4}.fev5-product-body>p{font-size:10px;line-height:1.5;color:#52606d}.fev5-product-body{display:flex;flex-direction:column}.fev5-product-body>div{margin-top:auto;min-height:44px}.fev5-product-body>div>a{justify-content:flex-end;min-width:64px;font-size:11px}.fev5-category-results>div:first-child>a,.fev5-partners>div:first-child>a,.fev5-product-body>div>a,.fev5-section-heading>a{display:inline-flex;align-items:center;min-height:44px}.fev5-rail-controls button{width:44px;height:44px}.fev5-partner-logos .is-hoz img{object-fit:contain}.fev5-photo-credit{min-height:36px;align-content:center}@media(prefers-reduced-motion:reduce){.fev5-home *{scroll-behavior:auto!important;transition:none!important;animation:none!important}.fev5-gallery a:hover img,.fev5-product-card:hover{transform:none}}.fev5-lead,.fev5-masthead,.fev5-nav{padding-inline:max(24px,calc((100% - 1320px)/2))}.fev5-masthead{grid-template-columns:270px minmax(240px,1fr) auto;gap:32px}.fev5-account{align-items:center;gap:20px;white-space:nowrap}.fev5-account a{display:flex;align-items:center;gap:8px;min-height:44px;font-size:12px;text-transform:none}.fev5-account svg{width:22px;height:24px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.fev5-account a:hover{color:var(--blue)}.fev5-account b{width:22px;height:22px;margin-left:0;color:var(--navy);font-size:10px}.fev5-search-shell{position:relative;min-width:0}.fev5-search-preview{position:absolute;z-index:50;top:calc(100% + 9px);right:0;left:0;display:grid;max-height:min(70vh,510px);overflow:auto;border:1px solid #b9c7d1;background:#fff;color:var(--navy);box-shadow:0 18px 42px -26px rgba(7,23,44,.72);opacity:0;pointer-events:none;transform:translateY(-5px);transition:opacity .15s ease,transform .15s ease}.fev5-search-preview.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.fev5-search-preview section{padding:8px}.fev5-search-preview section+section{border-top:1px solid #dde5ea}.fev5-search-preview h2{margin:0;padding:6px 8px 7px;color:#637180;font-family:FE Manrope,sans-serif;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.fev5-search-preview section>a{display:grid;grid-template-columns:28px minmax(0,1fr) 14px;grid-gap:10px;gap:10px;align-items:center;min-height:52px;padding:7px 8px}.fev5-search-preview section>a:focus-visible,.fev5-search-preview section>a:hover{background:#eaf7fd}.fev5-search-preview-icon{display:grid;width:28px;height:28px;place-items:center;background:#e0eef5;color:#075981;font-size:10px;font-weight:900}.fev5-search-preview-icon.is-platform{background:var(--navy);color:var(--blue)}.fev5-search-preview-icon.is-reference{background:#e5e9eb;color:#26374b}.fev5-search-preview section span:nth-child(2){display:grid;min-width:0;grid-gap:2px;gap:2px}.fev5-search-preview small,.fev5-search-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fev5-search-preview strong{font-size:12px}.fev5-search-preview small{color:#60707d;font-size:10px}.fev5-search-preview section>b{font-size:15px;font-weight:500}.fev5-search-preview-all{display:flex;min-height:42px;align-items:center;justify-content:space-between;padding:0 16px;border-top:1px solid #d6e0e6;background:#f4f8fa;color:#006da5!important;font-size:11px;font-weight:850}.fev5-search-preview-all:hover{background:#e5f5fc}.site-footer img[src="/brand/logo-footer.svg"]{height:auto!important;width:250px!important;max-width:100%}@media(max-width:1000px){.fev5-masthead{grid-template-columns:220px minmax(200px,1fr) auto;gap:18px}.fev5-account{gap:12px}}@media(max-width:860px){.fev5-masthead{grid-template-columns:42px minmax(0,1fr) auto;gap:10px 14px}.fev5-search-shell{grid-area:search}.fev5-account a:first-child{display:flex}.fev5-account a span{display:none}.fev5-account a{justify-content:center;min-width:44px}.fev5-nav{padding-inline:24px}}@media(max-width:620px){.fev5-masthead{padding-inline:16px;column-gap:8px}.fev5-wordmark img{width:180px;max-width:100%}.fev5-account{gap:2px}.fev5-account a{gap:4px}.fev5-account b{width:18px;height:18px}.fev5-hero{display:flex;flex-direction:column;min-height:0;background:#eef3f6}.fev5-hero>div{order:0;min-height:0;width:100%;padding:30px 22px 25px}.fev5-hero h1{max-width:12ch;font-size:clamp(3.3rem,12.5vw,4.6rem);line-height:.94}.fev5-hero p{max-width:38ch;margin-top:16px;font-size:15px;line-height:1.5}.fev5-hero-actions{margin-top:21px;gap:10px}.fev5-hero-actions a{min-height:46px;padding-inline:16px;font-size:19px}.fev5-hero>img{order:1;position:relative;inset:auto;width:100%;height:auto;aspect-ratio:1.55;object-fit:cover;object-position:right center}}.fev5-home .fev5-header{min-height:54px;background:var(--navy);color:#fff}.fev5-home .fev5-lead,.fev5-home .fev5-search-shell{display:none}.fev5-home .fev5-masthead{min-height:54px;padding:8px clamp(20px,4vw,64px);border:0;background:transparent;grid-template-columns:172px 1fr auto}.fev5-home .fev5-wordmark img{width:158px;filter:brightness(0) invert(1)}.fev5-home .fev5-account{gap:15px;color:#fff}.fev5-home .fev5-account b,.fev5-home .fev5-account span{display:none}.fev5-home .fev5-account svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.fev5-home .fev5-nav{position:absolute;inset:0 clamp(118px,11vw,190px) 0 clamp(215px,17vw,300px);min-height:54px;gap:clamp(20px,2.3vw,38px);border:0;background:transparent;color:#fff;font-size:10px;letter-spacing:.06em}.fev5-home .fev5-nav a{height:54px}.fev5-home .fev5-nav .is-hub{color:#fff}.fev5-home .fev5-hero{min-height:350px;background:#f5f5f6}.fev5-home .fev5-hero>div{min-height:350px;width:min(42%,500px);padding:63px clamp(30px,5vw,76px) 36px}.fev5-home .fev5-hero h1{max-width:9ch;font-size:clamp(3.3rem,4vw,4.75rem);line-height:.9;letter-spacing:-.02em}.fev5-home .fev5-hero h1 br{display:block}.fev5-home .fev5-hero p{max-width:31ch;margin-top:13px;font-size:14px;line-height:1.42}.fev5-home .fev5-hero-actions{margin-top:17px}.fev5-home .fev5-hero-actions a{min-height:38px;padding:0 17px;border:0;background:var(--blue);color:#fff;font-size:16px}.fev5-home .fev5-hero small,.fev5-home .fev5-hero-actions a+a{display:none}.fev5-home .fev5-categories{padding-top:20px;padding-bottom:24px}.fev5-home .fev5-section-heading{margin-bottom:10px}.fev5-home .fev5-section-heading h2{font-size:2.25rem;line-height:.9}.fev5-home .fev5-section-heading>a{font-size:9px}.fev5-home .fev5-category-grid{grid-template-columns:repeat(5,1fr);gap:10px}.fev5-home .fev5-category-grid button{min-height:126px;border-color:#dde1e4;background:#f4f5f6}.fev5-home .fev5-category-grid button:after{inset:76% 0 0;background:rgba(7,23,44,.94)}.fev5-home .fev5-category-grid button>span{right:9px;bottom:10px;left:9px;color:#fff;font-size:1rem;line-height:.95}.fev5-home .fev5-category-grid button>i{display:none}.fev5-home .fev5-category-results{margin-top:10px;padding:14px;background:var(--navy)}.fev5-home .fev5-viewer{grid-template-columns:minmax(230px,25%) 1fr;min-height:330px}.fev5-home .fev5-viewer-copy{padding:34px clamp(22px,3vw,46px);border:0}.fev5-home .fev5-viewer-copy:before{display:none}.fev5-home .fev5-viewer-copy h2{max-width:8ch;font-size:clamp(2.5rem,3vw,3.45rem);line-height:.9}.fev5-home .fev5-viewer-copy>p{margin-top:10px;font-size:12px;line-height:1.45}.fev5-home .fev5-live,.fev5-home .fev5-presets{display:none}.fev5-home .fev5-viewer-copy>small{margin-top:17px;color:#b9c8d7;font-size:8px}.fev5-home .fev5-model,.fev5-home .fev5-model .viewer-canvas,.fev5-home .fev5-model .viewer-shell{min-height:330px}.fev5-home .fev5-products{padding-top:25px;padding-bottom:26px}.fev5-home .fev5-products.is-mist{background:#fff}.fev5-home .fev5-products .fev5-section-heading p{display:none}.fev5-home .fev5-rail-controls button{width:28px;height:28px;border:0;background:transparent;font-size:19px}.fev5-home .fev5-product-rail{grid-auto-columns:minmax(144px,1fr);gap:10px}.fev5-home .fev5-product-card{border-color:#dfe3e6;border-radius:3px}.fev5-home .fev5-product-visual{height:132px}.fev5-home .fev5-product-visual>span{display:none}.fev5-home .fev5-product-body{display:flex;min-height:72px;align-items:center;justify-content:center;padding:10px}.fev5-home .fev5-product-body>div,.fev5-home .fev5-product-body>p{display:none}.fev5-home .fev5-product-body h3{min-height:0;text-align:center;font-size:11px;line-height:1.25}.fev5-home .fev5-filament{background:#fff;color:var(--navy)}.fev5-home .fev5-shelf{padding:16px clamp(12px,3vw,52px) 13px;background:#fff}.fev5-home .fev5-shelf>div{min-width:960px;min-height:150px;padding-top:14px;padding-bottom:12px;border-bottom:10px solid #6e4a2d;box-shadow:0 8px 0 #3b2718}.fev5-home .fev5-shelf button{height:122px}.fev5-home .fev5-shelf>p{display:none}.fev5-home .fev5-filament-info{grid-template-columns:1fr minmax(280px,360px);gap:20px;padding:12px clamp(20px,4vw,54px) 16px;border-top:0}.fev5-home .fev5-filament-info h2{font-size:2.35rem;line-height:.9}.fev5-home .fev5-filament-info>div>p{margin:5px 0 0;font-size:12px}.fev5-home .fev5-filament-info>div>a{display:inline-block;margin-top:8px;color:#006da5;font-size:9px;font-weight:850;text-transform:uppercase}.fev5-home .fev5-filament-info article{grid-template-columns:48px 1fr;padding:9px 12px;border-color:#dce2e7;background:#f7f8f8}.fev5-home .fev5-filament-info article>i{width:48px;height:48px;border-width:5px}.fev5-home .fev5-filament-info article h3{font-size:1.15rem}.fev5-home .fev5-partners{display:block;padding:0;background:var(--navy)}.fev5-home .fev5-partners>div:first-child{display:none}.fev5-home .fev5-partner-logos{grid-template-columns:repeat(3,1fr);gap:0;max-width:1180px;margin:auto}.fev5-home .fev5-partner-logos article{height:80px;padding:12px;border:0;background:transparent}.fev5-home .fev5-partner-logos article+article{border-left:1px solid rgba(255,255,255,.25)}.fev5-home .fev5-partner-logos img{filter:brightness(0) invert(1)}.fev5-home .fev5-partner-logos .is-caliber b{color:#fff;font-size:1.5rem}.fev5-home .fev5-customizer{grid-template-columns:minmax(210px,25%) 1fr;min-height:225px;background:#fff;border-bottom:1px solid #dce1e5}.fev5-home .fev5-customizer>article{grid-column:1;grid-row:1;justify-content:center;padding:25px clamp(20px,4vw,52px);background:#fff}.fev5-home .fev5-customizer h2{font-size:2.35rem;line-height:.9}.fev5-home .fev5-customizer p{margin:9px 0 12px;font-size:12px;line-height:1.4}.fev5-home .fev5-customizer article>a{padding:9px 12px;background:var(--blue);font-size:14px}.fev5-home .fev5-customizer article>span{display:none}.fev5-home .fev5-customizer>div{grid-column:2;grid-row:1;min-height:225px;background:#f7f8f9}.fev5-home .fev5-customizer>div>img{inset:0;width:100%;height:100%;object-fit:contain}.fev5-home .fev5-customizer nav{right:15px;bottom:14px;left:auto}.fev5-home .fev5-customizer nav button{min-height:30px;padding:0 9px;font-size:8px}.fev5-home .fev5-gallery{padding-top:22px;padding-bottom:24px}.fev5-home .fev5-gallery img,.fev5-home .fev5-gallery>div:last-child>a{min-height:150px}.fev5-home .fev5-hub{grid-template-columns:minmax(250px,31%) 1fr;min-height:220px;margin:0;border:0;border-radius:0}.fev5-home .fev5-hub>div{padding:25px clamp(22px,4vw,52px)}.fev5-home .fev5-hub header img{width:38px;height:38px}.fev5-home .fev5-hub h2{max-width:12ch;margin-top:11px;font-size:2.45rem;line-height:.88}.fev5-home .fev5-hub>div>p{margin-top:8px;font-size:11px}.fev5-home .fev5-hub nav{margin-top:12px}.fev5-home .fev5-hub nav a{padding:8px 10px;font-size:8px}.fev5-home .fev5-hub dl,.fev5-home .fev5-hub nav a+a{display:none}.fev5-home .fev5-hub-map{min-height:220px}.fev5-home .fev5-hub-map img{width:185%;transform:translateY(-30%)}@media(max-width:860px){.fev5-home .fev5-nav{position:static;display:none}.fev5-home .fev5-nav.is-open{display:flex;background:var(--navy)}.fev5-home .fev5-menu{display:block;border-color:rgba(255,255,255,.4);background:transparent}.fev5-home .fev5-menu span{background:#fff}.fev5-home .fev5-masthead{grid-template-columns:42px 1fr auto;grid-template-areas:"menu logo actions"}.fev5-home .fev5-wordmark{justify-self:center}.fev5-home .fev5-hero{min-height:0}.fev5-home .fev5-hero>div{min-height:245px;width:54%;padding:36px 25px}.fev5-home .fev5-category-grid{grid-template-columns:repeat(5,minmax(145px,28vw));overflow-x:auto}.fev5-home .fev5-viewer{grid-template-columns:minmax(205px,29%) 1fr}.fev5-home .fev5-product-rail{grid-auto-columns:minmax(150px,22vw)}.fev5-home .fev5-hub{grid-template-columns:34% 66%}.fev5-home .fev5-filament-info{grid-template-columns:1fr}.fev5-home .fev5-customizer{grid-template-columns:30% 70%}}@media(max-width:620px){.fev5-home .fev5-wordmark img{width:136px}.fev5-home .fev5-hero>div{width:100%;min-height:238px;padding:32px 22px}.fev5-home .fev5-hero>img{position:relative;top:auto;height:235px;object-position:68% center}.fev5-home .fev5-hero h1{font-size:3.05rem}.fev5-home .fev5-categories{padding-top:18px}.fev5-home .fev5-category-grid{grid-template-columns:repeat(5,minmax(146px,47vw))}.fev5-home .fev5-viewer{grid-template-columns:1fr}.fev5-home .fev5-viewer-copy{padding:28px 22px}.fev5-home .fev5-model,.fev5-home .fev5-model .viewer-canvas,.fev5-home .fev5-model .viewer-shell{min-height:290px}.fev5-home .fev5-product-rail{grid-auto-columns:minmax(150px,43vw)}.fev5-home .fev5-filament-info{padding:15px 20px 20px}.fev5-home .fev5-partner-logos article{height:70px}.fev5-home .fev5-customizer{grid-template-columns:1fr}.fev5-home .fev5-customizer>article{grid-column:1;grid-row:1}.fev5-home .fev5-customizer>div{grid-column:1;grid-row:2;min-height:210px}.fev5-home .fev5-hub{grid-template-columns:1fr}.fev5-home .fev5-hub-map{min-height:185px}.fev5-home .fev5-gallery{display:none}}.fev5-home .fev5-wordmark img{filter:none}.fev5-home .fev5-hero h1{max-width:15ch;font-size:clamp(3rem,3.55vw,4.15rem)}.fev5-home .fev5-model,.fev5-home .fev5-model .viewer-canvas,.fev5-home .fev5-model .viewer-shell{background:#07172c}.fev5-home .fev5-hub-map img{width:320%;height:auto;max-width:none;transform:translateX(-68%) translateY(-30%)}.fev5-hub-map.is-published-map img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transform:none}.fev5-product-visual{display:block}.fev5-product-visual img{object-fit:contain;padding:10px}.fev5-product-body h3 a{font:inherit;color:inherit;text-transform:none}.fev5-category-results .fev5-product-card{color:var(--navy)}.fev5-category-results .fev5-product-card .fev5-product-visual{height:145px}.fev5-category-results .fev5-product-card img,.fev5-category-results .fev5-product-icon{width:100%;height:100%;object-fit:contain}.fev5-category-results .fev5-product-body{min-height:140px}.fev5-category-results .fev5-product-body p{color:var(--muted);margin:0 0 7px;font-size:10px}.fev5-category-results .fev5-product-body h3{font-family:FE Manrope,sans-serif;font-size:15px;line-height:1.25;letter-spacing:0;text-transform:none}.fev5-category-results .fev5-product-body>div{display:flex}.fev5-category-results .fev5-product-body strong{font-size:13px}.fev5-spool-art{position:absolute;bottom:0;left:50%;width:90px;height:174px;transform:translateX(-50%);pointer-events:none;isolation:isolate}.fev5-spool-art img,.fev5-spool-art svg{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:fill;pointer-events:none}.fev5-spool-art svg{mix-blend-mode:multiply}.fev5-shelf button>b{pointer-events:none}.fev5-shelf>div{padding-top:44px}.fev5-filament-info article{grid-template-columns:112px 1fr;min-height:152px}.fev5-filament-photo{display:grid;place-items:center;width:112px;height:112px;overflow:hidden;background:#fff}.fev5-filament-photo a,.fev5-filament-photo img{display:block;width:100%;height:100%;object-fit:contain}.fev5-filament-info .fev5-filament-photo>span{padding:10px;color:#465367;font-size:11px;text-align:center}.fev5-filament-detail small{display:block;margin-top:12px;color:#aebbc9;font-size:10px}.fev5-photo-credit{display:inline-block;margin-top:9px;color:#56c5ff;font-size:11px;text-decoration:underline;text-underline-offset:3px}@media(max-width:620px){.fev5-spool-art{width:80px;height:154px}.fev5-filament-info article{grid-template-columns:92px 1fr;padding:12px}.fev5-filament-photo{width:92px;height:104px}}.fe-footer{font-family:FE Manrope,sans-serif;padding:56px 0 24px;color:#fff}.fe-footer-inner{max-width:1424px;margin:auto;padding:0 52px}.fe-footer-main{display:grid;grid-template-columns:1fr 1.45fr 1.1fr;grid-gap:48px;gap:48px}.fe-footer-brand p,.fe-footer-newsletter p{color:#becbd3;font-size:13px;line-height:1.7;margin:20px 0 14px}.fe-footer-brand>a:last-child{font-size:12px;overflow-wrap:anywhere;color:#becbd3}.fe-footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.fe-footer h3{color:#fff;font-size:13px;font-weight:800;margin:0 0 20px}.fe-footer-links h3{text-transform:uppercase;letter-spacing:.08em}.fe-footer-links ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:14px;gap:14px}.fe-footer-links a{font-size:13px;color:#becbd3}.fe-footer a:hover{color:#00a9ff}.fe-footer-newsletter h3{font-size:24px;letter-spacing:-.02em;margin-bottom:12px}.fe-footer-newsletter p{margin-top:0}.fe-footer-newsletter label{display:block;font-size:12px;color:#becbd3;margin-bottom:8px}.fe-footer-signup{display:flex;min-height:44px}.fe-footer-signup input{width:0;min-width:0;flex:1 1;border:1px solid #596675;border-radius:0;padding:12px;background:transparent;color:#becbd3;font:inherit;font-size:13px}.fe-footer-signup input::placeholder{color:#becbd3}.fe-footer-signup button{border:0;border-radius:0;padding:12px;background:#00a9ff;color:#07172c;font:inherit;font-weight:800;font-size:12px}.fe-footer-signup :disabled{cursor:not-allowed;opacity:.7}.fe-footer-newsletter .fe-footer-note{font-size:11px;margin-top:12px}.fe-footer-note a{text-decoration:underline;text-underline-offset:3px}.fe-footer-legal{border-top:1px solid #596675;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#becbd3;font-size:11px;line-height:1.7}.fe-footer-legal>div{display:flex;flex-wrap:wrap;gap:20px}@media(max-width:1100px){.fe-footer-main{grid-template-columns:1fr 1.5fr;gap:36px}.fe-footer-newsletter{grid-column:1/-1;max-width:520px}}@media(max-width:620px){.fe-footer{padding-top:36px}.fe-footer-inner{padding:0 24px}.fe-footer-main{grid-template-columns:1fr;gap:36px}.fe-footer-brand p{max-width:34ch}.fe-footer-links{gap:16px}.fe-footer-links a{display:inline-block;min-height:30px}.fe-footer-legal{flex-direction:column}.fe-footer-legal>div{gap:12px 20px}}.fev5-hero,.fev5-hero>div{min-height:560px}.fev5-hero>div{padding-top:50px;padding-bottom:42px}.fev5-categories{padding-top:34px;padding-bottom:22px}.fev5-category-grid{gap:12px}.fev5-category-grid button{min-height:174px;border-color:#d4dbe0;background:#eef1f2;color:var(--navy)}.fev5-category-grid button:after{inset:68% 0 0;background:rgba(7,23,44,.94)}.fev5-category-grid button>span{right:12px;bottom:17px;left:12px;color:#fff;font-size:clamp(1.15rem,1.55vw,1.45rem);line-height:.95}.fev5-category-grid button>i{display:none}.fev5-category-grid button.is-active{box-shadow:inset 0 -4px var(--blue)}.fev5-category-results{gap:14px;margin-top:12px;padding:14px;background:#07172c}.fev5-category-results>div:first-child{padding:12px 16px}.fev5-category-results>div:last-child{gap:9px}.fev5-category-results .fev5-product-card .fev5-product-visual{height:124px}.fev5-category-results .fev5-product-body{min-height:124px;padding:12px}.fev5-category-results .fev5-product-body>div{margin-top:8px;padding-top:9px}.fev5-viewer{min-height:525px;grid-template-columns:minmax(340px,31%) 1fr}.fev5-viewer-copy{padding:54px clamp(30px,3.8vw,58px)}.fev5-viewer-copy:before{top:54px;bottom:54px}.fev5-viewer-copy h2{font-family:FE League,sans-serif;font-size:clamp(3.35rem,4.1vw,4.7rem);font-weight:400;line-height:.86;letter-spacing:-.02em;text-transform:uppercase}.fev5-viewer-copy>p{margin-top:17px;font-size:14px;line-height:1.55}.fev5-live{margin-top:20px}.fev5-model,.fev5-model .viewer-canvas,.fev5-model .viewer-shell{min-height:525px}.fev5-products{padding-top:30px;padding-bottom:34px}.fev5-product-rail{grid-auto-columns:minmax(205px,1fr);gap:12px}.fev5-product-visual{height:178px}.fev5-product-body{min-height:136px;padding:13px}.fev5-product-body h3{font-size:14px}.fev5-product-body>div{margin-top:10px;padding-top:11px}.fev5-shelf{padding-top:25px;padding-bottom:24px}.fev5-shelf>div{min-height:220px;padding-top:30px}.fev5-shelf button{height:174px}.fev5-filament-info{padding-top:24px;padding-bottom:28px}.fev5-filament-info h2{font-family:FE League,sans-serif;font-size:clamp(3rem,4.3vw,4.3rem);font-weight:400;line-height:.86;letter-spacing:-.02em;text-transform:uppercase}.fev5-partners{grid-template-columns:minmax(245px,27%) 1fr;gap:30px;padding-top:23px;padding-bottom:23px;background:#07172c;color:#fff}.fev5-partners h2{font-size:2.65rem}.fev5-partners p{color:#b5c4d3;font-size:13px}.fev5-partners>div:first-child>a{color:var(--blue)}.fev5-partner-logos{align-items:stretch;gap:0;background:#1b3654}.fev5-partner-logos article{height:108px;padding:16px;border:0;border-left:1px solid #38526e;background:#10243c}.fev5-partner-logos article:first-child{border-left:0}.fev5-partner-logos .is-caliber b{font-size:1.75rem;color:#fff}.fev5-customizer{min-height:430px;grid-template-columns:58% 42%}.fev5-customizer>div{min-height:430px}.fev5-customizer>article{padding:36px clamp(26px,3.5vw,56px)}.fev5-customizer h2{font-size:4.05rem}.fev5-customizer p{margin:14px 0 18px;font-size:14px}.fev5-customizer article>span{margin-top:16px;padding-top:12px}.fev5-gallery{padding-top:31px;padding-bottom:35px}.fev5-gallery img,.fev5-gallery>div:last-child>a{min-height:260px}.fev5-hub{min-height:400px;margin-top:28px;margin-bottom:28px;border:0;border-radius:0;background:#07172c;color:#fff}.fev5-hub>div{padding:38px}.fev5-hub h2{margin-top:20px;font-family:FE League,sans-serif;font-size:clamp(3.75rem,4.8vw,5.2rem);font-weight:400;line-height:.84;letter-spacing:-.02em;text-transform:uppercase}.fev5-hub>div>p{color:#becbd7}.fev5-hub nav a{border-color:#49617b;border-radius:0;color:#fff}.fev5-hub nav a:first-child{border-color:var(--blue);background:var(--blue);color:var(--navy)}.fev5-hub dl,.fev5-hub dl>div+div{border-color:#405974}.fev5-hub dt{color:#9cb0c3}.fev5-hub-map{min-height:400px;background:#0d1e34}@media(max-width:860px){.fev5-viewer{grid-template-columns:1fr}.fev5-model,.fev5-model .viewer-canvas,.fev5-model .viewer-shell{min-height:440px}.fev5-partners{grid-template-columns:1fr}.fev5-partner-logos article{height:104px}.fev5-customizer{grid-template-columns:1fr}.fev5-customizer>article{grid-row:2}}@media(max-width:620px){.fev5-hero,.fev5-hero>div{min-height:0}.fev5-category-grid{gap:10px}.fev5-category-grid button{min-height:166px}.fev5-viewer-copy{padding:42px 24px}.fev5-model,.fev5-model .viewer-canvas,.fev5-model .viewer-shell{min-height:360px}.fev5-product-rail{grid-auto-columns:minmax(218px,76vw)}.fev5-product-visual{height:170px}.fev5-partner-logos{grid-template-columns:repeat(3,minmax(132px,1fr));overflow-x:auto}.fev5-partner-logos article{min-width:132px}.fev5-customizer>div{min-height:350px}.fev5-customizer h2{font-size:3.6rem}.fev5-hub{margin:22px 0}.fev5-hub-map{min-height:280px}}.fe-product-header,.fe-workbench{--blue:#00a9ff;--navy:#07172c;--line:#d5d8df;--muted:#5d697a;color:var(--navy);font-family:FE Manrope,sans-serif;line-height:1.45}.fe-product-header *,.fe-workbench *{box-sizing:border-box}.fe-product-header a,.fe-workbench a{text-decoration:none;color:inherit}.fe-product-header button,.fe-product-header input,.fe-workbench button,.fe-workbench input{font:inherit}.fe-product-header img{display:block;max-width:100%}.fe-product-header .fev5-masthead{min-height:136px;padding-block:18px;grid-template-columns:minmax(220px,320px) minmax(280px,680px) auto}.fe-product-header .fev5-wordmark img{width:300px}body:has(.fe-product-header){background:#fff;color:#07172c}body:has(.fe-product-header) .page-main{padding:0;background:#fff}body:has(.fe-product-header) .page-main>.container:has(.fe-workbench){max-width:none;width:100%;padding:0}.fe-workbench{background:#fff;padding:0 0 44px;max-width:1800px;margin:0 auto;width:100%}.fe-workbench button{cursor:pointer}.fe-workbench button:disabled{cursor:not-allowed;opacity:.5}.fe-product-header :focus-visible,.fe-workbench :focus-visible{outline:2px solid #007bbd;outline-offset:4px}.fe-workbench ::selection{background:#b2e5ff;color:#07172c}.fe-workbench input{caret-color:#007bbd}.fe-breadcrumb{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:20px 3.45% 14px;font-size:11px;color:#607083}.fe-breadcrumb [aria-current]{color:#35465d}.fe-workbench-grid{display:grid;grid-template-columns:minmax(0,70.5fr) minmax(0,29.5fr);grid-column-gap:3%;column-gap:3%;align-items:start;padding-right:3.45%}.fe-product-left-column{display:contents}.fe-product-heading{grid-column:1;grid-row:1;display:flex;align-items:center;gap:28px;padding:0 0 20px 5.3%;min-height:91px}.fe-product-heading h1{margin:0;font-size:clamp(48px,5.6vw,84px);font-weight:400;line-height:1;letter-spacing:0}.fe-build-label,.fe-product-heading h1{font-family:FE League,sans-serif;text-transform:uppercase}.fe-build-label{border:1px solid #526076;padding:7px 14px;white-space:nowrap;font-size:19px}.fe-product-stage{grid-column:1;grid-row:2;position:relative;min-width:0;background:#071421;color:#fff;min-height:620px;overflow:hidden;isolation:isolate}.fe-product-options{grid-column:2;grid-row:1/span 3;padding-top:10px;min-width:0}.fe-product-details{grid-column:1;grid-row:3}.fe-product-visual{min-height:620px;display:grid;place-items:center}.fe-live-model{width:100%;min-width:0}.fe-live-model .product-viewer-card{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.fe-live-model .viewer-shell{margin:0}.fe-live-model .viewer-canvas,.fe-live-model .viewer-shell{border:0;border-radius:0;background:transparent;min-height:620px}.fe-live-model .viewer-canvas{height:620px}.fe-live-model .viewer-canvas canvas{display:block;width:100%;height:100%}.fe-live-model .viewer-status{bottom:58px;max-width:calc(100% - 140px);font-size:11px}.fe-live-model .commerce-media-expand{top:24px;right:20px;bottom:auto;background:#102338;color:#fff;border:1px solid #8495a9;min-width:44px;min-height:44px}.fe-main-photo{width:100%;height:620px;object-fit:contain;padding:65px 35px 65px 120px;background:#f0f2f4}.fe-media-empty{font-size:14px;color:#d5deea;padding:80px 30px}.fe-photo-thumbnails{position:absolute;left:5.3%;top:26px;z-index:3;display:grid;grid-gap:14px;gap:14px;max-height:430px;overflow-y:auto;scrollbar-color:#456078 #071421;scrollbar-width:thin}.fe-photo-thumbnails button{position:relative;width:88px;height:84px;border:1px solid #8495a9;border-radius:3px;padding:4px;background:#102338;overflow:hidden}.fe-photo-thumbnails button[aria-pressed=true]{border:2px solid #00a9ff}.fe-photo-thumbnails img{width:100%;height:100%;display:block;object-fit:contain}.fe-orbit-hint{position:absolute;bottom:28px;left:50%;z-index:3;gap:10px;max-width:calc(100% - 36px);padding:0;transform:translateX(-50%);color:#fff;font-size:11px;letter-spacing:.01em;mix-blend-mode:difference;white-space:nowrap}.fe-orbit-hint,.fe-orbit-hint button{display:flex;align-items:center;background:transparent;font-weight:900}.fe-orbit-hint button{gap:6px;min-height:28px;border:0;border-radius:0;color:inherit;padding:0 1px;font-size:10px;text-transform:uppercase}.fe-orbit-hint button:hover{opacity:.68}.fe-orbit-hint svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}.fe-config h2{font-family:FE League,sans-serif;font-size:40px;font-weight:400;line-height:1.1;text-transform:uppercase;margin:0 0 25px}.fe-config-section{min-width:0;border:0;border-top:1px solid #d5d8df;padding:15px 0 0;margin:0 0 24px}.fe-config-section legend{padding:0 16px 0 0;font-weight:800;font-size:14px;text-transform:uppercase}.fe-config-section legend>span{margin-right:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fe-fitment-options{display:flex;flex-wrap:wrap;gap:9px}.fe-fitment-options button{flex:1 1 85px;min-height:36px;border:1px solid #b9c2cc;border-radius:2px;background:#fff;color:#07172c;padding:8px;font-size:11px;font-weight:800;text-transform:uppercase}.fe-fitment-options button.is-selected{border-color:#00a9ff;box-shadow:inset 0 0 0 1px #00a9ff}.fe-personalize-button{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;gap:12px;background:#fff;color:#07172c;border:1px solid #00a9ff;border-radius:2px;padding:10px;font-size:11px!important;font-weight:800!important;text-transform:uppercase}.fe-personalize-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.fe-personalize>div+div{margin-top:10px}.fe-config-note,.fe-personalize small{font-size:11px;color:#5d697a}.fe-purchase{border-top:1px solid #d5d8df;padding-top:20px}.fe-purchase-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}.fe-price{font-family:FE League,sans-serif;font-size:38px;line-height:1;font-weight:400;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.fe-quantity{display:flex;height:38px;border:1px solid #cbd2dc;border-radius:2px;overflow:hidden}.fe-quantity button{border:0;background:#fff;width:28px;color:#526078;font-size:19px;line-height:1}.fe-quantity input{width:32px;min-width:0;border:0;border-inline:1px solid #dce1e7;background:#fff;color:#07172c;text-align:center;font-size:12px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.fe-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.fe-add-to-cart{min-height:42px;flex:1 1 130px;max-width:210px;padding:10px 18px;border:0;border-radius:2px;background:#009fe9;color:#07172c;font-family:FE League,sans-serif!important;font-size:18px!important;text-transform:uppercase;letter-spacing:.04em}.fe-add-to-cart:hover:not(:disabled){background:#0070bb;color:#fff}.fe-leadtime{font-size:11px;color:#5d697a;text-align:right;margin:12px 0 0}.fe-purchase-notices{font-size:12px;color:#465669;margin-top:14px;padding:12px;background:#f3f6f9;border-radius:2px}.fe-purchase-notices p{margin:0}.fe-purchase-notices p+p{margin-top:6px}.fe-preview-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:16px;color:#556478;font-size:12px}.fe-preview-actions button{border:1px solid #cbd3de;border-radius:2px;background:#fff;color:#334d68;padding:8px 12px}.fe-product-details{padding:34px 3.45% 0}.fe-detail-tabs{display:flex;gap:28px;border-bottom:1px solid #d5d8df}.fe-detail-tabs button{padding:14px 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:#394a61;font-size:11px;font-weight:800;text-transform:uppercase}.fe-detail-tabs button[aria-selected=true]{color:#07172c;border-color:#00a9ff}.fe-detail-content{display:grid;grid-template-columns:30% minmax(0,1fr);grid-gap:32px;gap:32px;padding-top:28px;font-size:15px;line-height:1.7}.fe-detail-content h2{margin:0;font-family:FE League,sans-serif;font-size:48px;font-weight:400;text-transform:uppercase;line-height:1}.fe-detail-content p{margin:0;max-width:70ch}.fe-detail-content ul{margin:0;padding-left:20px}@media(min-width:1600px){.fe-live-model .viewer-canvas,.fe-live-model .viewer-shell,.fe-product-stage,.fe-product-visual{min-height:700px}.fe-live-model .viewer-canvas,.fe-main-photo{height:700px}}@media(max-width:1100px){.fe-workbench-grid{grid-template-columns:minmax(0,56fr) minmax(0,44fr);gap:2%}.fe-build-label{font-size:15px;padding:5px 8px}.fe-product-heading{gap:14px}.fe-photo-thumbnails button{width:62px;height:62px}.fe-main-photo{padding-left:80px}.fe-product-header .fev5-masthead{grid-template-columns:minmax(190px,260px) 1fr auto;min-height:110px}.fe-config h2{font-size:34px}.fe-price{font-size:32px}.fe-purchase-row{gap:10px}.fe-add-to-cart{max-width:none}}@media(max-width:800px){.fe-product-header .fev5-masthead{grid-template-columns:40px minmax(0,1fr) auto;min-height:80px}.fe-product-header .fev5-search{grid-row:2;grid-column:1/-1}.fe-product-header .fev5-wordmark img{width:210px}.fe-workbench-grid{display:flex;flex-direction:column;padding:0;gap:0}.fe-product-heading{padding:6px 20px 20px;min-height:0;flex-wrap:wrap}.fe-product-heading h1{font-size:46px}.fe-product-stage{width:100%;min-height:410px}.fe-live-model .viewer-canvas,.fe-live-model .viewer-shell,.fe-product-visual{min-height:410px}.fe-live-model .viewer-canvas,.fe-main-photo{height:410px}.fe-photo-thumbnails{left:20px;top:18px;gap:10px;max-height:254px}.fe-photo-thumbnails button{width:54px;height:54px}.fe-orbit-hint{font-size:10px;left:20px;right:20px;bottom:20px;gap:16px}.fe-product-options{order:2;width:100%;padding:28px 20px}.fe-config h2{font-size:38px}.fe-breadcrumb{padding:20px;font-size:10px;gap:8px}.fe-config-section{margin-bottom:25px}.fe-add-to-cart{max-width:240px}.fe-detail-content{grid-template-columns:1fr;gap:18px}.fe-product-details{order:3;padding:0 20px}.fe-detail-content h2{font-size:40px}.fe-purchase-row{flex-wrap:nowrap}.fe-price{font-size:30px}.fe-product-header .fev5-nav{display:none}.fe-product-header .fev5-nav.is-open{display:flex}}@media(prefers-reduced-motion:reduce){.fe-workbench *{scroll-behavior:auto!important;transition:none!important}}@media(max-width:800px){.fe-orbit-hint{bottom:20px;left:50%;right:auto;gap:8px}}.fe-workbench-grid{grid-template-rows:91px auto}.fe-review-notice{padding:7px 20px;background:#eef6fa;color:#355265;text-align:center;font:11px FE Manrope,sans-serif}@media(max-width:800px){.fe-workbench-grid{grid-template-rows:none}.fe-product-left-column{display:contents}}body:has(.fe-product-header) .storefront-engagement-launcher{position:relative!important;inset:auto!important;z-index:auto!important;display:flex;justify-content:flex-end;padding:16px 3.45%;background:#07172c}body:has(.fe-product-header) .storefront-engagement-launcher>div{position:absolute;right:3.45%;bottom:100%;max-width:calc(100vw - 32px)}@media(min-width:1101px){.fe-config-section{margin-bottom:18px}.fe-config h2{margin-bottom:20px}.fe-config .commerce-shared-palette--compact .commerce-shared-palette__group{padding-bottom:8px}.fe-config .commerce-shared-palette--compact .commerce-shared-palette__group+.commerce-shared-palette__group{padding-top:8px}.fe-config .commerce-shared-palette--compact .commerce-shared-palette__group-heading{margin-bottom:7px}.fe-config .commerce-shared-palette--compact .filament-palette__add,.fe-config .commerce-shared-palette--compact .filament-palette__color{width:48px;height:48px;min-height:48px}.fe-config .commerce-shared-palette--compact .filament-palette__name{font-size:9px}.fe-config .commerce-shared-palette--compact .filament-palette{column-gap:12px}.fe-config .commerce-shared-palette--compact .filament-palette__remove{left:calc(50% + 11px)}}.fe-live-model .viewer-shell{padding:0;gap:0}.fe-live-model .viewer-status{display:none}.fe-orbit-hint button{min-height:44px}.fe-workbench .fortney-design-customizer-dialog{--muted:#b9c9d9;--ink:#edf5fc;--text:#edf5fc;color:#edf5fc}.fe-workbench .fortney-design-customizer-dialog h2,.fe-workbench .fortney-design-customizer-dialog label,.fe-workbench .fortney-design-customizer-dialog legend{color:#edf5fc}.fe-workbench .fortney-design-customizer-dialog__backdrop{border-radius:0!important;inset:0;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;box-shadow:none}.fe-workbench .fortney-design-customizer-dialog__header h2{font-size:36px;margin:0}.fe-workbench .fortney-design-customizer-dialog__header p{color:#b9c9d9}.fe-model-thumbnail-badge{position:absolute;right:3px;bottom:3px;padding:2px 5px;background:#071421;color:#fff;border-radius:2px;font-family:FE League,sans-serif;font-size:14px;line-height:1;letter-spacing:.04em}.fe-model-thumbnail-icon{width:70%;height:70%;margin:10% auto;fill:none;stroke:#d8ecff;stroke-width:1.5;stroke-linejoin:round}.fe-workbench .filament-palette:not(.filament-palette--dialog) .filament-palette__remove,.fe-workbench .filament-palette__check{display:none}.fe-preset-list{display:grid;grid-gap:8px;gap:8px}.fe-preset{display:grid;grid-template-columns:1fr auto;grid-gap:6px 12px;gap:6px 12px;width:100%;padding:12px 14px;text-align:left;border:1px solid #bcc7cf;background:#fff;color:#07172c;border-radius:3px}.fe-preset[aria-pressed=true]{border-color:#009dff;box-shadow:inset 0 0 0 1px #009dff;background:#f2faff}.fe-preset-title{font-size:14px;font-weight:700}.fe-preset-swatches{display:flex;gap:4px;align-items:center}.fe-preset-swatches i{width:17px;height:17px;border-radius:50%;border:1px solid #b8c2cb}.fe-preset-meta{grid-column:1/-1;display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#536577}.fe-preset-meta strong{color:#07172c}.fe-preset-saving{grid-column:1/-1;font-size:11px;color:#126947}.fe-preset-description{grid-column:1/-1;font-size:12px;color:#536577}.fe-preset:focus-visible{outline:2px solid #07172c;outline-offset:3px}.fe-preset-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.fe-preset{grid-template-columns:minmax(0,1fr);gap:6px;padding:0 0 10px;overflow:hidden;align-content:start}.fe-preset-preview{display:block;position:relative;aspect-ratio:1.35;background:#071421;overflow:hidden;pointer-events:none}.fe-preset-preview img{width:100%;height:100%;object-fit:contain}.fe-preset-preview .viewer-canvas,.fe-preset-preview .viewer-shell{width:100%;height:100%;min-height:0;border:0;border-radius:0}.fe-preset-preview .viewer-shell{position:absolute;inset:0}.fe-preset-preview .viewer-controls,.fe-preset-preview .viewer-status,.fe-preset-preview .viewer-toolbar{display:none}.fe-preset .fe-preset-meta,.fe-preset .fe-preset-saving,.fe-preset .fe-preset-title{padding:0 10px}.fe-preset-meta{flex-wrap:wrap;gap:4px}.fe-preset-custom{grid-column:1/-1;padding:10px 12px;grid-template-columns:1fr auto;align-items:center}.fe-preset-custom .fe-preset-title{padding:0}.fe-preset-custom .fe-preset-description{grid-column:auto;font-size:11px}.fe-preset-preview{container-type:inline-size;aspect-ratio:4/3}.fe-preset-preview .viewer-shell{width:480px;height:360px;padding:0;display:block;transform-origin:top left;transform:scale(calc(100cqw / 480px));background:#071421}.fe-preset-preview .viewer-canvas{width:480px;height:360px;min-height:360px}@media(min-width:801px){.fe-product-options{align-self:start;position:-webkit-sticky;position:sticky;top:calc(var(--header-height,0px) + .75rem);max-height:calc(100vh - var(--header-height,0px) - 1.5rem);overflow:auto;padding-right:.1rem}.fe-product-stage{--fe-stage-height:clamp(360px,calc(100dvh - 32px),620px)}.fe-live-model .viewer-canvas,.fe-live-model .viewer-shell,.fe-product-stage,.fe-product-visual{height:var(--fe-stage-height);min-height:0}.fe-live-model .viewer-shell{padding:0}.fe-main-photo{height:var(--fe-stage-height)}.fe-photo-thumbnails{max-height:calc(var(--fe-stage-height) - 120px)}}.fe-build-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:16px}.fe-build-actions button{border:1px solid #cbd3de;border-radius:2px;background:#fff;color:#334d68;padding:8px 12px;font-size:11px;font-weight:800;text-transform:uppercase}.fe-build-actions button:hover:not(:disabled){background:#07172c;color:#fff}.fe-build-actions p{flex-basis:100%;margin:0;color:#556478;font-size:12px}.filament-review-page{max-width:1280px;margin:0 auto;padding:42px 24px 80px}.filament-review-intro{margin:0 0 28px}.filament-review-intro p{margin:0 0 7px;color:#587183;font-size:12px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.filament-review-intro h1{margin:0;color:#102b3b;font-size:clamp(30px,4vw,52px);letter-spacing:-.045em}.filament-review-intro span{display:block;max-width:640px;margin-top:12px;color:#587183;line-height:1.55}.filament-review-grid{display:grid;grid-gap:18px;gap:18px}.filament-review-card{overflow:hidden;border:1px solid #d9e3e8;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(20,47,63,.06)}.filament-review-card__heading{display:flex;justify-content:space-between;gap:18px;padding:15px 18px;border-bottom:1px solid #e6edf0;color:#102b3b}.filament-review-card__heading strong{font-size:16px}.filament-review-card__heading small{color:#6d818d;font-size:12px}.filament-review-card__comparison{display:grid;grid-template-columns:minmax(0,2fr) minmax(350px,1fr);grid-gap:14px;gap:14px;padding:14px}.filament-review-reference,.filament-review-render{display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:8px;gap:8px;min-width:0;margin:0;color:#405664;font-size:11px;font-weight:700;letter-spacing:.045em;text-decoration:none;text-transform:uppercase}.filament-review-reference img,.filament-review-reference__missing{display:block;width:100%;height:360px;border-radius:12px;object-fit:cover}.filament-review-reference__missing{display:grid;place-items:center;color:#102b3b;font-size:13px;letter-spacing:0;text-transform:none}.filament-review-engine{height:360px;overflow:hidden;border-radius:12px}.filament-review-engine .viewer-shell{height:100%;box-sizing:border-box;padding:0;border:0;border-radius:12px;background:transparent;gap:0}.filament-review-engine .viewer-canvas{height:100%;min-height:0;border-radius:12px;background:#0f2433}.filament-review-engine .viewer-status{display:none}.filament-review-engine__placeholder{display:flex;height:100%;align-items:center;justify-content:center;gap:9px;border:1px solid #d9e3e8;border-radius:12px;background:#f5f8f9;color:#6d818d;font-size:12px}.filament-review-engine__placeholder span{width:14px;height:14px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14)}@media(max-width:760px){.filament-review-page{padding:28px 16px 56px}.filament-review-card__heading{display:block}.filament-review-card__heading small{display:block;margin-top:4px}.filament-review-card__comparison{grid-template-columns:1fr}.filament-review-engine,.filament-review-reference img,.filament-review-reference__missing{height:280px}}.product-options-panel__header{display:grid;grid-gap:4px;gap:4px;border-bottom:1px solid var(--stroke);padding-bottom:10px}.product-option-row__label small,.product-option-section__header span,.product-options-panel__header span,.product-zone-option__summary small{color:var(--muted);font-size:12px}.product-option-section__header span,.product-options-panel__header span{text-transform:uppercase;letter-spacing:.12em;font-weight:700}.product-option-section__header h3,.product-options-panel__header h2{margin:0}.product-option-row{display:grid;grid-template-columns:minmax(118px,.34fr) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid var(--stroke);padding-bottom:14px}.product-option-row--featured,.product-option-row--stacked{grid-template-columns:1fr}.product-option-row__label{display:grid;grid-gap:3px;gap:3px;min-width:0}.product-option-row__control{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.product-option-row__note{color:var(--muted)}.product-option-row>input,.product-option-row>select{width:100%;min-height:42px}.product-option-section{display:grid;grid-gap:12px;gap:12px}.product-option-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.product-zone-list{display:grid;grid-gap:10px;gap:10px}.product-zone-option{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;border:1px solid var(--stroke);border-radius:10px;background:rgba(255,255,255,.035);padding:12px}.product-zone-option__summary{display:grid;grid-gap:4px;gap:4px;min-width:0}.product-zone-option>.config-row{grid-column:1/-1}.fortney-design-customizer-dialog{--designer-bg:#07131c;--designer-panel:#101f2b;--designer-stage:#1c303e;--designer-rule:#334958;--designer-ink:#edf5fc;--designer-muted:#b9c9d9;--designer-accent:#00a9ff;position:fixed;inset:0;z-index:1600;display:grid;place-items:center;padding:20px;color:var(--designer-ink)}.fortney-design-customizer-dialog__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background:rgb(2 10 16/76%);cursor:default}.fortney-design-customizer-dialog__panel{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1400px,100%);height:min(900px,calc(100dvh - 40px));overflow:hidden;border-radius:12px;background:var(--designer-bg);box-shadow:0 24px 80px rgb(0 0 0/45%)}.fortney-design-customizer-dialog__header{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 24px;border-bottom:1px solid var(--designer-rule)}.fortney-design-customizer-dialog__header h2,.fortney-design-customizer-dialog__header p{margin:0}.fortney-design-customizer-dialog__header p{margin-top:4px;color:var(--designer-muted);font-size:14px}.fortney-design-customizer-dialog__close{flex:none;min-width:72px;min-height:44px;border:1px solid var(--designer-rule);border-radius:6px;background:transparent;color:var(--designer-ink);font:inherit;font-size:14px;cursor:pointer}.fortney-design-customizer{--designer-bg:#07131c;--designer-panel:#101f2b;--designer-stage:#1c303e;--designer-rule:#334958;--designer-ink:#edf5fc;--designer-muted:#b9c9d9;--designer-accent:#00a9ff;display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;color:var(--designer-ink);font-size:14px;line-height:1.45;accent-color:var(--designer-accent);scrollbar-color:var(--designer-rule) var(--designer-bg);scrollbar-width:thin}.fortney-design-customizer--dialog{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;padding:16px 24px 0}.fortney-design-customizer--dialog>:is(.fortney-design-customizer__body,.fortney-design-customizer__footer){grid-column:1/-1}.fortney-design-customizer ::selection{color:#07131c;background:#8cd8ff}.fortney-design-customizer :is(button,input,select,textarea):focus-visible,.fortney-design-customizer-dialog__close:focus-visible{outline:2px solid #8cd8ff;outline-offset:3px}.fortney-design-customizer__footer,.fortney-design-customizer__toolbar,.fortney-design-customizer__zones{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:none}.fortney-design-customizer__zones{gap:6px}.fortney-design-customizer :is(button):not(.fortney-design-customizer__object){min-height:40px;border:1px solid var(--designer-rule);border-radius:6px;background:var(--designer-panel);color:var(--designer-ink);padding:8px 12px;font:inherit;font-size:13px;line-height:1.3;cursor:pointer}.fortney-design-customizer button:not(:disabled):not(.fortney-design-customizer__object):hover,.fortney-design-customizer-dialog__close:hover{background:#203848;border-color:#7392a5}.fortney-design-customizer button:disabled{opacity:.5;cursor:not-allowed}.fortney-design-customizer button[aria-pressed=true]:not(.fortney-design-customizer__object),.fortney-design-customizer button[aria-selected=true]{background:#12384d;border-color:var(--designer-accent);color:#fff}.fortney-design-customizer__toolbar{padding-bottom:4px;color:var(--designer-muted);font-size:12px;justify-content:flex-end;max-width:52ch;text-align:right}.fortney-design-customizer__hint{color:var(--designer-muted);font-size:12px;margin:0}.fortney-design-customizer__body{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:16px;gap:16px;flex:1 1;min-height:0}.fortney-design-customizer__workspace{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-width:0;min-height:260px;padding:32px;border-radius:8px;background:var(--designer-stage);overflow:auto}.fortney-design-customizer__surface{flex:none;height:auto!important;max-width:100%;border:0;border-radius:2px;background:#fff;box-shadow:0 10px 28px rgb(0 0 0/22%)}.fortney-design-customizer__workspace-caption{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 16px;margin:0;color:var(--designer-muted);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.fortney-design-customizer__empty-state{display:grid;justify-items:center;grid-gap:10px;gap:10px;max-width:32ch;color:var(--designer-ink);text-align:center}.fortney-design-customizer__empty-state :is(h3,p){margin:0}.fortney-design-customizer__empty-state p{color:var(--designer-muted);font-size:13px}.fortney-design-customizer__surface>.fortney-design-customizer__empty-state{position:absolute;inset:0;max-width:none;align-content:center;padding:16px;color:#07172c}.fortney-design-customizer__surface>.fortney-design-customizer__empty-state p{color:#536076}.fortney-design-customizer__object{display:grid;place-items:center;min-width:0;min-height:0;font:inherit;font-weight:700;text-align:center;cursor:move}.fortney-design-customizer__object[aria-pressed=true]{outline:2px solid #0070bb;outline-offset:2px}.fortney-design-customizer__inspector{display:flex;flex-direction:column;gap:8px;min-width:0;overflow-y:auto;padding:0 6px 4px 0;scrollbar-color:var(--designer-rule) var(--designer-bg);scrollbar-width:thin}.fortney-design-customizer__inspector :is(fieldset,section){display:grid;grid-gap:6px;gap:6px;min-width:0;margin:0;padding:0 0 8px;border:0;border-bottom:1px solid var(--designer-rule);border-radius:0}.fortney-design-customizer__inspector legend{display:block;float:left;width:100%;padding:0;margin-bottom:4px;color:var(--designer-ink);font-weight:700;font-size:13px}.fortney-design-customizer__inspector :is(h2,h3){margin:0;font-family:inherit;font-size:14px;line-height:1.4;font-weight:700;text-transform:none;letter-spacing:0}.fortney-design-customizer__inspector p{margin:0;color:var(--designer-muted);font-size:13px}.fortney-design-customizer__inspector label{display:grid;grid-gap:5px;gap:5px;min-width:0;color:var(--designer-muted);font-size:12px}.fortney-design-customizer__inspector :is(input,select,textarea){box-sizing:border-box;width:100%;min-width:0;min-height:40px;padding:8px 10px;border:1px solid var(--designer-rule);border-radius:5px;background:var(--designer-panel);color:var(--designer-ink);font:inherit;font-size:14px;caret-color:var(--designer-accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color-scheme:dark}.fortney-design-customizer__inspector button{display:flex;gap:8px;align-items:center;text-align:left}.fortney-design-customizer__inspector button span[aria-hidden]{flex:none;width:18px;height:18px;border-radius:50%;border:1px solid #7392a5}.fortney-design-customizer__color-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.fortney-design-customizer__color-controls legend{grid-column:1/-1}.fortney-design-customizer__effect-controls{grid-template-columns:repeat(3,minmax(0,1fr))}.fortney-design-customizer__effect-controls legend{grid-column:1/-1}.fortney-design-customizer__effect-controls button{justify-content:center;padding-inline:6px!important}.fortney-design-customizer__transform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.fortney-design-customizer__alignment-actions{display:flex;flex-wrap:wrap;gap:8px}.fortney-design-customizer__object-row{width:100%;overflow-wrap:anywhere}.fortney-design-customizer__footer{justify-content:space-between;gap:12px;margin-top:2px;padding:14px 0;border-top:1px solid var(--designer-rule)}.fortney-design-customizer__footer :is(p,span){margin:0;color:var(--designer-muted);font-size:12px}.fortney-design-customizer__footer p[role=alert]{color:#ffb4b4}.fortney-design-customizer button.fortney-design-customizer__confirm{min-width:140px;min-height:44px;margin-left:auto;border-color:var(--designer-accent);background:var(--designer-accent);color:#041722;font-weight:800}.fortney-design-customizer button.fortney-design-customizer__confirm:not(:disabled):hover{background:#63c9ff;color:#041722}@media (max-width:900px){.fortney-design-customizer__body{grid-template-columns:minmax(0,1fr) 250px;gap:12px}.fortney-design-customizer__workspace{padding:20px}}@media (max-width:700px){.fortney-design-customizer-dialog{padding:0}.fortney-design-customizer-dialog__panel{width:100%;height:100dvh;max-height:100dvh;border-radius:0}.fortney-design-customizer-dialog__header{padding:14px 16px;gap:12px}.fortney-design-customizer-dialog__header h2{font-size:26px!important}.fortney-design-customizer--dialog{padding:12px 16px 0}.fortney-design-customizer__body{display:flex;flex-direction:column;gap:20px;overflow-y:auto}.fortney-design-customizer__surface>.fortney-design-customizer__empty-state{padding:8px}.fortney-design-customizer__surface>.fortney-design-customizer__empty-state :is(strong,p){display:none}.fortney-design-customizer__workspace{min-height:230px;flex:none;padding:24px 16px}.fortney-design-customizer__inspector{overflow:visible;flex:none;padding-right:0}.fortney-design-customizer__footer{padding-bottom:max(12px,env(safe-area-inset-bottom))}.fortney-design-customizer__footer .fortney-design-customizer__status{max-width:50%}}@media (max-width:760px){.product-option-row,.product-zone-option{grid-template-columns:minmax(0,1fr)}}.commerce-filament-picker{display:grid;grid-gap:12px;gap:12px}.commerce-filament-picker__row{display:grid;grid-gap:6px;gap:6px}.commerce-filament-picker__trigger{display:grid;grid-template-columns:28px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;width:100%;min-height:52px;border:1px solid var(--stroke);border-radius:8px;padding:10px;text-align:left}.commerce-filament-picker__trigger-swatch{display:block;width:26px;height:26px;border-radius:50%;border:1px solid var(--muted)}.commerce-filament-picker__trigger-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.commerce-filament-picker__trigger-copy span{color:var(--muted);font-size:12px}.commerce-filament-picker__trigger-action{font-size:12px}.fortney-design-customizer__advanced summary,.fortney-design-customizer__objects summary{padding:8px 0;min-height:40px;box-sizing:border-box;cursor:pointer;color:var(--designer-muted);font-weight:600}.fortney-design-customizer__advanced summary:focus-visible,.fortney-design-customizer__objects summary:focus-visible{outline:2px solid #8cd8ff;outline-offset:2px}.fortney-design-customizer__advanced[open] summary,.fortney-design-customizer__objects[open] summary{margin-bottom:10px;color:var(--designer-ink)}.fortney-design-customizer__objects .fortney-design-customizer__object-row{margin-top:6px}.fortney-design-customizer__inspector button.fortney-design-customizer__delete{align-self:start;min-height:32px;padding:4px 0;background:transparent;border:0;color:var(--designer-muted);text-decoration:underline;text-underline-offset:3px}.fortney-design-customizer__tool-rail{display:flex;flex-direction:column;align-items:stretch;gap:6px;padding-top:4px}.fortney-design-customizer button.fortney-design-customizer__tool{display:grid;place-items:center;min-width:44px;min-height:44px;padding:8px;border-color:transparent;background:transparent}.fortney-design-customizer__tool svg{width:22px;height:22px}.fortney-design-customizer__tool-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.fortney-design-customizer button.fortney-design-customizer__tool[aria-pressed=true]{background:#12384d;border-color:var(--designer-accent)}.fortney-design-customizer__selection{position:absolute;box-sizing:border-box;border:1px solid #0070bb;pointer-events:none;transform-origin:center;z-index:3}.fortney-design-customizer button.fortney-design-customizer__resize-handle,.fortney-design-customizer button.fortney-design-customizer__rotation-handle{position:absolute;display:grid;place-items:center;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;border:0;border-radius:0;background:transparent;color:#0070bb;pointer-events:auto;touch-action:none;transform:translate(-50%,-50%)}.fortney-design-customizer__resize-handle:after{content:"";width:7px;height:7px;background:white;border:1px solid #0070bb}.fortney-design-customizer button.fortney-design-customizer__resize-handle:hover{background:transparent}.fortney-design-customizer__resize-handle:hover:after{background:#8cd8ff}.fortney-design-customizer__resize-handle[data-handle=nw]{left:0;top:0;cursor:nwse-resize}.fortney-design-customizer__resize-handle[data-handle=n]{left:50%;top:0;cursor:ns-resize}.fortney-design-customizer__resize-handle[data-handle=ne]{left:100%;top:0;cursor:nesw-resize}.fortney-design-customizer__resize-handle[data-handle=e]{left:100%;top:50%;cursor:ew-resize}.fortney-design-customizer__resize-handle[data-handle=se]{left:100%;top:100%;cursor:nwse-resize}.fortney-design-customizer__resize-handle[data-handle=s]{left:50%;top:100%;cursor:ns-resize}.fortney-design-customizer__resize-handle[data-handle=sw]{left:0;top:100%;cursor:nesw-resize}.fortney-design-customizer__resize-handle[data-handle=w]{left:0;top:50%;cursor:ew-resize}.fortney-design-customizer button.fortney-design-customizer__rotation-handle{left:50%;top:-28px;border:1px solid #0070bb;border-radius:50%;background:white;cursor:-webkit-grab;cursor:grab}.fortney-design-customizer__rotation-handle:before{content:"";position:absolute;width:1px;height:16px;top:23px;background:#0070bb}.fortney-design-customizer__rotation-handle svg{width:14px;height:14px}.fortney-design-customizer__object[aria-pressed=true]{outline:none}.fortney-design-customizer__creation-preview{position:absolute;border:1px dashed #0070bb;background:rgb(0 169 255/12%);pointer-events:none}@media (max-width:700px){.fortney-design-customizer__tool-rail{flex-direction:row;gap:8px;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:5;background:var(--designer-bg)}.fortney-design-customizer__body{gap:12px}}@media (min-width:701px){.fortney-design-customizer__body:has(>.fortney-design-customizer__tool-rail){grid-template-columns:48px minmax(0,1fr) 280px}}@media (min-width:701px) and (max-width:900px){.fortney-design-customizer__body:has(>.fortney-design-customizer__tool-rail){grid-template-columns:44px minmax(0,1fr) 250px}}@media (max-width:700px){.fortney-design-customizer__toolbar{font-size:11px;max-width:22ch}}.fortney-design-customizer .fortney-design-customizer__selection button.fortney-design-customizer__resize-handle:hover{background:transparent;border:0}.fortney-design-customizer__inspector .commerce-design-palette{grid-column:1/-1;border:0;padding:2px 0;gap:0;--palette-blue:var(--designer-accent);--palette-ink:var(--designer-ink)}.commerce-design-palette .filament-palette{gap:8px}.commerce-design-palette .filament-palette__slot{display:grid;grid-template-columns:auto minmax(0,1fr);justify-items:center;grid-gap:4px;gap:4px}.fortney-design-customizer .commerce-design-palette button.filament-palette__add,.fortney-design-customizer .commerce-design-palette button.filament-palette__color{grid-column:1/-1;display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:3px solid var(--designer-bg);border-radius:50%;box-shadow:0 0 0 1px var(--designer-rule)}.fortney-design-customizer .commerce-design-palette button.filament-palette__color:hover{border-color:var(--designer-bg);outline:2px solid var(--designer-accent);outline-offset:2px}.fortney-design-customizer .commerce-design-palette .is-selected button.filament-palette__color{box-shadow:0 0 0 2px var(--designer-accent)}.fortney-design-customizer .commerce-design-palette button.filament-palette__add{border:1px dashed var(--designer-muted);box-shadow:none;background:transparent}.commerce-design-palette .filament-palette__name,.commerce-design-palette .filament-palette__slot>b{margin:0;color:var(--designer-muted);font-size:10px;line-height:14px}.commerce-design-palette .filament-palette__name{justify-self:start;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fortney-design-customizer__color-controls{grid-template-columns:1fr auto}.fortney-design-customizer__inspector label.fortney-design-customizer__paint-toggle{display:flex;flex-direction:row;align-items:center;gap:6px}.fortney-design-customizer__inspector .fortney-design-customizer__paint-toggle input{width:16px;height:16px;min-height:16px;padding:0;accent-color:var(--designer-accent)}.fortney-design-customizer__inspector label.fortney-design-customizer__border-width{grid-template-columns:1fr 86px;align-items:center}.fortney-design-customizer__text-controls textarea{min-height:54px;height:54px;padding:6px 8px;resize:vertical;line-height:20px}.fortney-design-customizer__text-controls small{color:var(--designer-muted);font-size:10px}.fortney-design-customizer__text-controls label:has(select){grid-template-columns:76px minmax(0,1fr);align-items:center}.fortney-design-customizer__text-format{display:flex;gap:5px}.fortney-design-customizer__text-format button{flex:1 1;justify-content:center;min-height:32px!important;padding:5px!important}.fortney-design-customizer__text-format button:nth-child(3){margin-left:8px}.fortney-design-customizer__text-format svg{width:18px;height:18px}.fortney-design-customizer__palette-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;grid-column:1/-1}.fortney-design-customizer button.fortney-design-customizer__rotation-handle[data-snapped]{background:#8cd8ff;box-shadow:0 0 0 2px white}.fortney-design-customizer__snap-guides{z-index:2}.fortney-design-customizer__inspector{display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:start;grid-gap:6px 8px;gap:6px 8px}.fortney-design-customizer__inspector>:is(fieldset,section,p){grid-column:1/-1}.fortney-design-customizer__inspector>fieldset{gap:4px;padding-bottom:6px}.fortney-design-customizer__inspector>fieldset>legend{margin-bottom:2px}.fortney-design-customizer__inspector>.fortney-design-customizer__advanced{grid-column:1}.fortney-design-customizer__inspector>.fortney-design-customizer__advanced[open]{grid-column:1/-1}.fortney-design-customizer__inspector button.fortney-design-customizer__delete{grid-column:2;align-self:center;justify-self:end}.fortney-design-customizer__text-controls>label:first-of-type{font-size:0;gap:0}.fortney-design-customizer__text-controls select{min-height:34px;padding-block:5px}.commerce-shared-palette,.filament-picker-modal{--palette-ink:#07172c;--palette-muted:#536076;--palette-line:#cbd0d8;--palette-blue:#009dff;--palette-focus:#0070bb;--palette-paper:#fff;color:var(--palette-ink);font-family:FE Manrope,sans-serif;font-size:12px;line-height:1.45}.commerce-shared-palette *,.filament-picker-modal *{box-sizing:border-box}.commerce-shared-palette.commerce-filament-picker{display:grid;grid-gap:0;gap:0}.commerce-shared-palette button,.filament-picker-modal button,.filament-picker-modal input,.filament-picker-modal select{font:inherit}.commerce-shared-palette button,.filament-picker-modal button{cursor:pointer}.commerce-shared-palette button:disabled,.filament-picker-modal button:disabled{cursor:not-allowed;opacity:.45}.commerce-shared-palette :focus-visible,.filament-picker-modal :focus-visible{outline:2px solid var(--palette-focus);outline-offset:4px}.commerce-shared-palette ::selection,.filament-picker-modal ::selection{background:#b9e5ff;color:#07172c}.commerce-shared-palette__group{padding:0 0 18px}.commerce-shared-palette__group+.commerce-shared-palette__group{padding-top:16px;border-top:1px solid var(--palette-line)}.commerce-shared-palette__group-heading{display:flex;align-items:baseline;gap:14px;margin-bottom:17px}.commerce-shared-palette__group-heading>span:first-child{flex:1 1;min-width:0}.commerce-shared-palette__group-heading b{font-weight:800}.commerce-shared-palette__group-heading button{padding:4px 0;border:0;background:transparent;color:#0070bb;font-size:12px}.commerce-shared-palette__count{flex-shrink:0;font-size:11px}.commerce-shared-palette__applies{display:block;margin-top:8px;color:var(--palette-muted)}.filament-palette{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;grid-gap:14px 20px;gap:14px 20px}.filament-palette__slot{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}.filament-palette__add,.filament-palette__color{position:relative;display:grid;flex-shrink:0;place-items:center;width:62px;height:62px;padding:0;border:4px solid white;border-radius:50%;box-shadow:0 0 0 1px #bdc5d0;background:#fff;color:var(--palette-ink)}.filament-palette__color:after{position:absolute;inset:0;border:1px solid rgba(7,23,44,.08);border-radius:inherit;content:"";pointer-events:none}.filament-palette__slot.is-selected .filament-palette__color{box-shadow:0 0 0 2px var(--palette-blue)}.filament-palette__color:hover{outline:1px solid var(--palette-blue);outline-offset:3px}.filament-palette__remove{position:absolute;top:-5px;left:calc(50% + 19px);z-index:2;display:grid;width:24px;height:24px;padding:2px;place-items:center;border:1px solid var(--palette-line);border-radius:50%;background:white;color:var(--palette-ink)}.filament-palette__remove svg{width:17px;height:17px}.filament-palette__remove:hover{border-color:var(--palette-ink)}.filament-palette__add{border:1px dashed #7c8899;box-shadow:none}.filament-palette__add svg{width:26px;height:26px}.filament-palette__slot--add.is-selected .filament-palette__add{border-color:var(--palette-blue);outline:2px solid var(--palette-blue);outline-offset:3px}.filament-palette__slot>b{margin-top:8px;font-size:14px;line-height:1.2}.filament-palette__name{max-width:100%;margin-top:3px;overflow-wrap:anywhere;font-size:12px;color:#34425a}.filament-palette__unknown{font-size:22px;color:var(--palette-muted)}.filament-palette__slot>small{margin-top:3px;color:#0070bb;font-size:10px;font-weight:800;text-transform:uppercase}.commerce-shared-palette__help{color:#34425a;font-size:11px}.commerce-shared-palette__help p{display:flex;align-items:center;gap:6px;margin:5px 0}.commerce-shared-palette__help svg{flex-shrink:0;width:16px;height:16px}.filament-picker-sr{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.filament-picker-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;overscroll-behavior:contain}.filament-picker-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;min-width:100%;min-height:100%;margin:0;padding:0;border:0;border-radius:0!important;box-shadow:none;background:rgba(1,9,17,.6)}.filament-picker-modal__panel{position:relative;width:min(1088px,100%);max-height:calc(100dvh - 40px);padding:28px 32px 20px;overflow-y:auto;overscroll-behavior:contain;border-radius:3px;background:var(--palette-paper);box-shadow:0 20px 70px rgba(0,10,25,.25);scrollbar-width:thin;scrollbar-color:#788b9d #edf2f6}.filament-picker-modal__close{position:absolute;top:17px;right:16px;z-index:3;display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;background:transparent;color:#34425a}.filament-picker-modal__header{display:grid;grid-template-columns:1fr 1.06fr;grid-gap:32px;gap:32px;min-height:174px;margin:0 0 12px}.filament-picker-modal__heading{padding-top:3px}.filament-picker-modal__heading h2{margin:0 0 9px;color:#030f1b;font-family:FE League,sans-serif;font-size:clamp(34px,4vw,50px);font-weight:400;line-height:1.08;text-transform:uppercase;letter-spacing:0}.filament-picker-modal__heading p{margin:0;color:var(--palette-muted);font-size:15px}.filament-picker-modal__heading p strong{color:#0070bb;font-weight:600}.filament-picker-modal__palette{padding-right:30px}.filament-picker-modal__palette>div:first-child{display:flex;justify-content:space-between;align-items:baseline;gap:15px;margin:-2px 0 20px;font-size:11px}.filament-picker-modal__palette>div:first-child b{font-size:12px;text-transform:uppercase}.filament-picker-modal__palette>div:first-child span{color:var(--palette-muted);font-size:10px}.filament-palette--dialog{gap:18px 28px}.filament-palette--dialog .filament-palette__add,.filament-palette--dialog .filament-palette__color{width:70px;height:70px}.filament-palette--dialog .filament-palette__remove{left:calc(50% + 23px)}.filament-picker-modal__filters{display:grid;grid-template-columns:minmax(220px,2.6fr) repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:12px}.filament-picker-modal__filters>label{display:flex;min-width:0;flex-direction:column;justify-content:center;min-height:52px;padding:6px 11px;border:1px solid var(--palette-line);border-radius:2px;background:#fafbfc}.filament-picker-modal__filters>label>span{color:var(--palette-muted);font-size:10px}.filament-picker-modal__filters select{width:100%;min-width:0;min-height:24px;padding:0;border:0;border-radius:0;background:transparent;color:var(--palette-ink);font-size:11px;font-weight:700}.filament-picker-modal__filters .filament-picker-modal__search{position:relative;align-self:center;min-height:40px;padding:0}.filament-picker-modal__search input{width:100%;height:40px;min-width:0;padding:0 38px 0 14px;border:0;border-radius:2px;background:transparent;color:var(--palette-ink);caret-color:#0070bb}.filament-picker-modal__search input::placeholder{opacity:1;color:#5f6b7c}.filament-picker-modal__search>svg{position:absolute;top:11px;right:11px;width:17px;height:17px;pointer-events:none}.filament-picker-modal__browser{display:grid;grid-template-columns:minmax(0,1fr) 236px;min-height:430px;border:1px solid var(--palette-line);border-radius:2px;overflow:hidden}.filament-picker-modal__gallery{min-width:0;padding:8px 12px 14px;background:#00101d;color:white}.filament-picker-modal__count{margin:0 0 9px;font-size:11px}.filament-picker-modal__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px 2px;gap:8px 2px;max-height:440px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#5c738a #00101d}.filament-picker-option{position:relative;display:flex;min-width:0;min-height:183px;flex-direction:column;align-items:center;padding:0 3px 6px;border:1px solid transparent;border-radius:3px;background:transparent;color:#fff;text-align:center}.filament-picker-option:hover{border-color:#778a9b}.filament-picker-option.is-selected{border-color:#00c6ff}.filament-picker-option strong{font-size:12px;line-height:1.2;font-weight:700;overflow-wrap:anywhere}.filament-picker-option small{margin-top:3px;color:#c5cfda;font-size:9px;line-height:1.4}.filament-picker-option__status{margin-top:4px;font-size:8px;line-height:1.3;color:#c5cfda}.filament-picker-option__check{position:absolute;top:5px;right:4px;display:grid;width:20px;height:20px;place-items:center;border:1px solid #70dcff;border-radius:50%;background:#009df2;color:white}.filament-picker-option__check svg{width:14px;height:14px}.filament-spool{position:relative;display:block;flex-shrink:0;width:78px;height:148px;isolation:isolate;pointer-events:none}.filament-spool img,.filament-spool svg{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:fill;pointer-events:none}.filament-spool svg{mix-blend-mode:multiply}.filament-spool__missing{display:grid;height:100%;place-items:center;font-size:10px;color:inherit;text-align:center}.filament-picker-modal__detail{display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:17px 24px 16px;border-left:1px solid var(--palette-line);background:#fafafa}.filament-picker-modal__detail>.filament-spool{align-self:center;width:114px;height:192px}.filament-picker-modal__detail h3{margin:6px 0;color:#07121f;font-family:FE Manrope,sans-serif;font-size:24px;line-height:1.15;font-weight:800;text-transform:none;letter-spacing:-.03em;overflow-wrap:anywhere}.filament-picker-modal__detail>p{margin:0;color:#46546b;font-size:10px}.filament-picker-modal__detail>.filament-picker-modal__material-note{margin-top:10px;color:#26364d;font-size:11px;line-height:1.45}.filament-picker-modal__detail dl{width:100%;margin:13px 0 0;padding-top:13px;border-top:1px solid var(--palette-line)}.filament-picker-modal__detail dl>div+div{margin-top:16px}.filament-picker-modal__detail dt{margin-bottom:6px;font-size:10px;font-weight:800;text-transform:uppercase}.filament-picker-modal__detail dd{margin:0;font-size:10px}.filament-picker-modal__color-detail{display:flex;align-items:center;gap:9px}.filament-picker-modal__color-detail>span{width:26px;height:26px;flex-shrink:0;border:1px solid #cbd0d8;border-radius:3px}.filament-picker-modal__color-detail small{display:block;color:#536076;font-size:9px}.filament-picker-modal__availability{display:inline-block;width:9px;height:9px;margin-right:6px;border:1px solid #8392a3;border-radius:50%;vertical-align:baseline}.filament-picker-modal__availability.is-available{border-color:#087e3f;background:#0aa753}.filament-picker-modal__availability.is-special-order{border-color:#9c6319;background:#c58b32}.filament-picker-modal__detail>.filament-picker-modal__notice{margin-top:12px;color:#7d3825}.filament-picker-modal__color-note{margin-top:auto;padding-top:12px;color:#536076;font-size:9px}.filament-picker-modal__detail-empty{align-self:center;margin-top:auto!important;margin-bottom:auto!important;max-width:23ch;text-align:center;line-height:1.7}.filament-picker-modal__empty{display:grid;min-height:290px;align-content:center;justify-items:center;text-align:center}.filament-picker-modal__empty button{padding:8px 14px;border:1px solid #6d95b2;border-radius:2px;background:transparent;color:white}.filament-picker-modal__footer{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding-top:20px}.filament-picker-modal__impact{display:flex;min-width:0;align-items:center;gap:16px}.filament-picker-modal__impact-icon{display:grid;width:50px;height:50px;flex-shrink:0;place-items:center;border-radius:50%;background:#dff2ff}.filament-picker-modal__impact-icon svg{width:25px;height:25px}.filament-picker-modal__footer h3{margin:0 0 5px;font-family:FE League,sans-serif;font-size:19px;font-weight:400;line-height:1.2;text-transform:uppercase;letter-spacing:0}.filament-picker-modal__footer p{margin:0;color:#536076;font-size:9px}.filament-picker-modal__affected{display:flex;flex-wrap:wrap;gap:5px}.filament-picker-modal__affected>span{padding:5px 12px;border:1px solid #9ed5fa;border-radius:2px;background:#f1f9ff;color:#0065a3;font-size:10px}.filament-picker-modal__actions{display:flex;flex-shrink:0;gap:12px}.filament-picker-modal__actions button{min-width:132px;min-height:46px;padding:10px 18px;border:1px solid #26384e;border-radius:2px;background:white;color:#07172c;font-family:FE League,sans-serif;font-size:17px;letter-spacing:.03em;text-transform:uppercase}.filament-picker-modal__actions .filament-picker-modal__confirm{min-width:186px;max-width:260px;border-color:#0070bb;background:#0070bb;color:#fff}.filament-picker-modal__actions button:hover:not(:disabled){background:#eff6fa}.filament-picker-modal__actions .filament-picker-modal__confirm:hover:not(:disabled){background:#006fba}.filament-picker-modal__footer--remove{align-items:flex-end}.filament-picker-modal__footer--remove select{min-height:40px;max-width:100%;margin-top:8px;padding:6px 10px;border:1px solid #8995a5;background:white;color:#07172c}@media (max-width:1000px){.filament-picker-modal__panel{padding:26px 22px 18px}.filament-picker-modal__header{grid-template-columns:.9fr 1.1fr;gap:22px}.filament-picker-modal__palette{padding-right:18px}.filament-palette--dialog{gap:12px}.filament-palette--dialog .filament-palette__add,.filament-palette--dialog .filament-palette__color{width:58px;height:58px}.filament-palette--dialog .filament-palette__remove{left:calc(50% + 16px)}.filament-picker-modal__filters{gap:8px;grid-template-columns:minmax(150px,1.7fr) repeat(3,minmax(0,1fr))}.filament-picker-modal__browser{grid-template-columns:minmax(0,1fr) 200px}.filament-picker-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.filament-picker-modal__detail{padding:15px 18px}.filament-picker-modal__footer{flex-wrap:wrap}.filament-picker-modal__actions{margin-left:auto}}@media (max-width:640px){.commerce-shared-palette__group-heading{flex-wrap:wrap;gap:6px 10px}.commerce-shared-palette__count{font-size:10px}.filament-palette{gap:14px 10px}.filament-palette__add,.filament-palette__color{width:56px;height:56px}.filament-palette__remove{left:calc(50% + 14px)}.filament-palette__name{font-size:10px}.filament-picker-modal{padding:10px}.filament-picker-modal__panel{max-height:calc(100dvh - 20px);padding:24px 16px 16px}.filament-picker-modal__header{display:flex;flex-direction:column;gap:24px;min-height:0;margin-bottom:20px}.filament-picker-modal__heading h2{padding-right:20px;font-size:38px}.filament-picker-modal__heading p{font-size:13px}.filament-picker-modal__palette{padding:0}.filament-picker-modal__palette>div:first-child{margin-bottom:17px}.filament-picker-modal__palette>div:first-child b{font-size:11px}.filament-picker-modal__filters{grid-template-columns:repeat(2,minmax(0,1fr))}.filament-picker-modal__filters .filament-picker-modal__search{grid-column:1/-1}.filament-picker-modal__filters>label{min-height:50px}.filament-picker-modal__filters select{font-size:12px}.filament-picker-modal__search input{font-size:16px}.filament-picker-modal__browser{display:flex;flex-direction:column}.filament-picker-modal__gallery{padding:10px 6px 12px}.filament-picker-modal__grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:410px}.filament-picker-option{min-height:175px}.filament-picker-option strong{font-size:11px}.filament-picker-option .filament-spool{width:68px;height:133px}.filament-picker-modal__detail{display:block;min-height:184px;padding:14px;border-top:1px solid var(--palette-line);border-left:0}.filament-picker-modal__detail>.filament-spool{float:left;width:84px;height:154px;margin:0 16px 8px 0}.filament-picker-modal__detail h3{font-size:21px}.filament-picker-modal__detail dl{width:auto;margin-top:9px;padding-top:9px;overflow:hidden}.filament-picker-modal__detail dl>div+div{margin-top:9px}.filament-picker-modal__color-note{display:block;clear:both}.filament-picker-modal__detail-empty{margin:50px auto!important}.filament-picker-modal__footer{align-items:stretch;gap:16px}.filament-picker-modal__impact{flex-wrap:wrap;gap:10px}.filament-picker-modal__impact-icon{width:34px;height:34px}.filament-picker-modal__impact>div:first-of-type{flex:1 1}.filament-picker-modal__affected{width:100%;padding-left:44px}.filament-picker-modal__actions{width:100%;gap:8px;margin:0}.filament-picker-modal__actions button{min-width:0;flex:1 1;padding:10px}.filament-picker-modal__actions .filament-picker-modal__confirm{min-width:0;max-width:none;flex:1.4 1}}@media (pointer:coarse){.filament-palette__remove:before{position:absolute;inset:-8px;content:""}.filament-picker-modal__close{width:40px;height:40px;top:8px;right:8px}}.filament-picker-modal [hidden]{display:none}.commerce-shared-palette--compact .commerce-shared-palette__group{padding-bottom:12px}.commerce-shared-palette--compact .commerce-shared-palette__group+.commerce-shared-palette__group{padding-top:12px}.commerce-shared-palette--compact .commerce-shared-palette__group-heading{gap:10px;margin-bottom:10px;font-size:11px}.commerce-shared-palette--compact .commerce-shared-palette__count{font-size:10px}.commerce-shared-palette--compact .filament-palette__add,.commerce-shared-palette--compact .filament-palette__color{width:52px;height:52px;min-height:52px}.commerce-shared-palette--compact .filament-palette__remove{top:-5px;left:calc(50% + 13px)}.commerce-shared-palette--compact .filament-palette__slot>b{margin-top:5px;font-size:12px}.commerce-shared-palette--compact .filament-palette__name{margin-top:2px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.commerce-shared-palette--compact .commerce-shared-palette__applies{margin-top:5px;font-size:9px;line-height:1.3}.commerce-shared-palette--compact .commerce-shared-palette__help{font-size:10px}