/* VORI UX layer — deliberately quiet, product-first, reusable across public surfaces. */
:root {
  --vori-ux-surface: color-mix(in srgb, var(--pc-surface) 84%, #0a0b0f 16%);
  --vori-ux-surface-2: color-mix(in srgb, var(--pc-surface) 68%, #090a0d 32%);
  --vori-ux-border: rgba(255,255,255,.065);
  --vori-ux-border-strong: rgba(255,255,255,.105);
  --vori-ux-radius: 1rem;
  --vori-ux-radius-lg: 1.25rem;
  --vori-ux-shadow: 0 18px 55px rgba(0,0,0,.22);
}
body.vori-modal-open { overflow: hidden; }

/* Command palette */
.vori-command,.vori-setup-modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:start center;padding:8vh 1rem 1rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.vori-command.is-open,.vori-setup-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.vori-command__backdrop,.vori-setup-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(3,4,7,.72);backdrop-filter:blur(12px)}
.vori-command__panel{position:relative;width:min(720px,100%);max-height:min(720px,84vh);overflow:hidden;border:1px solid var(--vori-ux-border-strong);border-radius:1.35rem;background:rgba(15,16,21,.97);box-shadow:0 36px 100px rgba(0,0,0,.52);transform:translateY(-10px) scale(.985);transition:transform .2s cubic-bezier(.2,.8,.2,1)}
.vori-command.is-open .vori-command__panel{transform:none}
.vori-command__search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;border-bottom:1px solid var(--vori-ux-border);padding:1rem 1.1rem;color:var(--pc-text-soft)}
.vori-command__search>i{font-size:.95rem}.vori-command__search input{width:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#fff;font-size:1rem;font-weight:750}.vori-command__search input::placeholder{color:var(--pc-text-soft)}
.vori-command__key,.vori-command__footer kbd{border:1px solid var(--vori-ux-border);border-radius:.45rem;background:rgba(255,255,255,.035);padding:.24rem .42rem;color:var(--pc-text-soft);font-size:.6rem;font-weight:900}
.vori-command__body{max-height:58vh;overflow:auto;padding:.8rem}.vori-command__label{padding:.5rem .55rem;color:var(--pc-text-soft);font-size:.62rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.vori-command__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.vori-command__action{display:flex;align-items:center;gap:.8rem;border:1px solid transparent;border-radius:.9rem;background:rgba(255,255,255,.018);padding:.75rem;text-align:left;color:#fff;transition:.15s ease}.vori-command__action:hover{border-color:rgba(var(--pc-navbar-accent),.22);background:rgba(var(--pc-navbar-accent),.065)}.vori-command__action>i{display:grid;width:2.35rem;height:2.35rem;place-items:center;border:1px solid var(--vori-ux-border);border-radius:.72rem;background:rgba(255,255,255,.03);color:rgb(var(--pc-navbar-accent));font-size:.8rem}.vori-command__action b{display:block;font-size:.78rem}.vori-command__action small{display:block;margin-top:.15rem;color:var(--pc-text-soft);font-size:.64rem;font-weight:650}
.vori-command-group+.vori-command-group{margin-top:.65rem}.vori-command-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.8rem;border:1px solid transparent;border-radius:.9rem;padding:.65rem .7rem;color:#fff;transition:.12s ease}.vori-command-result:hover,.vori-command-result.is-active{border-color:rgba(var(--pc-navbar-accent),.22);background:rgba(var(--pc-navbar-accent),.07)}.vori-command-result__icon{display:grid;width:2.45rem;height:2.45rem;place-items:center;border:1px solid var(--vori-ux-border);border-radius:.75rem;background:rgba(255,255,255,.025);color:rgb(var(--pc-navbar-accent))}.vori-command-result__copy{min-width:0}.vori-command-result__copy b,.vori-command-result__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vori-command-result__copy b{font-size:.79rem}.vori-command-result__copy small{margin-top:.16rem;color:var(--pc-text-soft);font-size:.63rem;font-weight:650}.vori-command-result__badge{border:1px solid var(--vori-ux-border);border-radius:999px;background:rgba(255,255,255,.025);padding:.28rem .5rem;color:var(--pc-text-muted);font-size:.58rem;font-weight:850}.vori-command-result__arrow{color:var(--pc-text-soft);font-size:.7rem}.vori-command__empty{padding:3rem 1rem;text-align:center}.vori-command__empty span{display:grid;width:3rem;height:3rem;margin:auto;place-items:center;border:1px solid var(--vori-ux-border);border-radius:1rem;color:rgb(var(--pc-navbar-accent))}.vori-command__empty b,.vori-command__empty small{display:block}.vori-command__empty b{margin-top:.8rem}.vori-command__empty small{margin-top:.35rem;color:var(--pc-text-soft);font-size:.72rem}.vori-command__footer{display:flex;gap:1rem;border-top:1px solid var(--vori-ux-border);padding:.7rem 1rem;color:var(--pc-text-soft);font-size:.6rem;font-weight:750}.vori-command__footer span{display:flex;align-items:center;gap:.3rem}

/* Setup modal / bar */
.vori-setup-modal{place-items:center}.vori-setup-modal__panel{position:relative;width:min(560px,100%);border:1px solid var(--vori-ux-border-strong);border-radius:1.25rem;background:#101116;box-shadow:0 32px 90px rgba(0,0,0,.5);transform:translateY(10px) scale(.985);transition:transform .2s ease}.vori-setup-modal.is-open .vori-setup-modal__panel{transform:none}.vori-setup-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--vori-ux-border);padding:1.2rem}.vori-setup-modal__head span{color:rgb(var(--pc-navbar-accent));font-size:.62rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.vori-setup-modal__head h2{margin-top:.3rem;color:#fff;font-size:1.3rem;font-weight:950}.vori-setup-modal__head p{margin-top:.35rem;max-width:28rem;color:var(--pc-text-soft);font-size:.72rem;line-height:1.6}.vori-setup-modal__head button{display:grid;width:2.2rem;height:2.2rem;place-items:center;border:1px solid var(--vori-ux-border);border-radius:.7rem;background:rgba(255,255,255,.025);color:var(--pc-text-muted)}.vori-setup-modal form{display:grid;gap:.85rem;padding:1.2rem}.vori-setup-modal label>span{display:block;margin-bottom:.42rem;color:var(--pc-text-muted);font-size:.66rem;font-weight:850}.vori-setup-modal select{width:100%;height:2.8rem;border:1px solid var(--vori-ux-border)!important;border-radius:.78rem!important;background:#0b0c10!important;padding:0 .8rem;color:#fff!important;font-size:.75rem;font-weight:750;outline:0}.vori-setup-modal select:focus{border-color:rgba(var(--pc-navbar-accent),.4)!important;box-shadow:0 0 0 3px rgba(var(--pc-navbar-accent),.08)!important}.vori-setup-modal__actions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:.3rem}.vori-btn-primary,.vori-btn-secondary{display:inline-flex;min-height:2.55rem;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.55rem .9rem;font-size:.7rem;font-weight:900}.vori-btn-primary{border:1px solid rgba(var(--pc-navbar-accent),.35);background:rgb(var(--pc-navbar-accent));color:#fff}.vori-btn-secondary{border:1px solid var(--vori-ux-border);background:rgba(255,255,255,.025);color:var(--pc-text-muted)}
.vori-setup-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.85rem;margin:1rem 0;border:1px solid var(--vori-ux-border);border-radius:1rem;background:linear-gradient(100deg,rgba(var(--pc-navbar-accent),.055),rgba(255,255,255,.015));padding:.8rem .9rem}.vori-setup-bar__icon{display:grid;width:2.55rem;height:2.55rem;place-items:center;border:1px solid rgba(var(--pc-navbar-accent),.16);border-radius:.78rem;background:rgba(var(--pc-navbar-accent),.08);color:rgb(var(--pc-navbar-accent))}.vori-setup-bar__copy span,.vori-setup-bar__copy strong{display:block}.vori-setup-bar__copy span{color:var(--pc-text-soft);font-size:.6rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.vori-setup-bar__copy strong{margin-top:.15rem;color:#fff;font-size:.77rem}.vori-setup-bar__meta{display:flex;gap:.5rem}.vori-setup-bar__meta>span{display:flex;align-items:center;gap:.4rem;border:1px solid var(--vori-ux-border);border-radius:.65rem;background:rgba(255,255,255,.02);padding:.48rem .6rem;color:var(--pc-text-soft);font-size:.62rem}.vori-setup-bar__meta b{color:var(--pc-text-muted)}.vori-setup-bar>button{display:inline-flex;min-height:2.35rem;align-items:center;gap:.45rem;border:1px solid rgba(var(--pc-navbar-accent),.18);border-radius:.7rem;background:rgba(var(--pc-navbar-accent),.065);padding:.5rem .75rem;color:#fff;font-size:.66rem;font-weight:900}

/* New product cockpit */
.vori-product-cockpit{position:relative;overflow:hidden;margin-bottom:1rem;border:1px solid var(--vori-ux-border);border-radius:1.25rem;background:linear-gradient(135deg,rgba(255,255,255,.028),rgba(255,255,255,.008)),var(--vori-ux-surface-2);box-shadow:0 18px 50px rgba(0,0,0,.14)}.vori-product-cockpit::before{content:"";position:absolute;inset:-20% 45% auto -15%;height:16rem;background:radial-gradient(circle,rgba(var(--product-accent-rgb),.11),transparent 68%);pointer-events:none}.vori-product-cockpit__main{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.2rem;padding:1.35rem}.vori-product-cockpit__media{display:grid;width:6.1rem;height:6.1rem;overflow:hidden;place-items:center;border:1px solid var(--vori-ux-border-strong);border-radius:1.25rem;background:rgba(var(--product-accent-rgb),.08);color:rgb(var(--product-accent-rgb));font-size:1.9rem;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.vori-product-cockpit__media img{width:100%;height:100%;object-fit:cover}.vori-product-cockpit__eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:.42rem}.vori-product-cockpit__eyebrow span,.vori-product-trust span{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--vori-ux-border);border-radius:999px;background:rgba(255,255,255,.025);padding:.32rem .52rem;color:var(--pc-text-muted);font-size:.58rem;font-weight:850}.vori-product-cockpit__eyebrow .is-vori{border-color:rgba(var(--product-accent-rgb),.18);background:rgba(var(--product-accent-rgb),.07);color:rgb(var(--product-accent-rgb))}.vori-product-cockpit h1{margin-top:.55rem;color:#fff;font-size:clamp(1.55rem,3vw,2.35rem);font-weight:950;letter-spacing:-.035em}.vori-product-cockpit__description{margin-top:.42rem;max-width:54rem;color:var(--pc-text-muted);font-size:.78rem;font-weight:650;line-height:1.65}.vori-product-cockpit__owner{display:flex;align-items:center;gap:.5rem;margin-top:.7rem;color:var(--pc-text-soft);font-size:.65rem;font-weight:750}.vori-product-cockpit__owner a{color:#fff;font-weight:900}.vori-product-cockpit__actions{display:grid;min-width:14rem;gap:.55rem}.vori-product-primary-action{display:flex;min-height:3rem;align-items:center;justify-content:center;gap:.55rem;border:1px solid rgba(var(--product-accent-rgb),.28);border-radius:.82rem;background:rgb(var(--product-accent-rgb));padding:.7rem 1rem;color:#fff;font-size:.74rem;font-weight:950;box-shadow:0 10px 24px rgba(var(--product-accent-rgb),.13);transition:transform .15s ease,filter .15s ease}.vori-product-primary-action:hover{filter:brightness(1.08);transform:translateY(-1px)}.vori-product-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.vori-product-secondary-actions form,.vori-product-secondary-actions button,.vori-product-secondary-actions a{width:100%}.vori-product-secondary-actions button,.vori-product-secondary-actions a{display:flex;min-height:2.4rem;align-items:center;justify-content:center;gap:.4rem;border:1px solid var(--vori-ux-border);border-radius:.7rem;background:rgba(255,255,255,.022);color:var(--pc-text-muted);font-size:.64rem;font-weight:850}.vori-product-secondary-actions .is-active{border-color:rgba(var(--product-accent-rgb),.2);background:rgba(var(--product-accent-rgb),.07);color:#fff}.vori-product-cockpit__footer{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--vori-ux-border);background:rgba(0,0,0,.08)}.vori-product-stat{padding:.8rem 1rem;border-right:1px solid var(--vori-ux-border)}.vori-product-stat:last-child{border-right:0}.vori-product-stat span,.vori-product-stat strong{display:block}.vori-product-stat span{color:var(--pc-text-soft);font-size:.56rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.vori-product-stat strong{margin-top:.25rem;color:#fff;font-size:.76rem;font-weight:900}.vori-product-stat strong i{margin-right:.3rem;color:rgb(var(--product-accent-rgb))}.vori-product-compatibility[data-state="compatible"] strong{color:#86efac}.vori-product-compatibility[data-state="partial"] strong{color:#fcd34d}.vori-product-compatibility[data-state="incompatible"] strong{color:#fca5a5}.vori-product-trust{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}.vori-product-trust .is-clean{border-color:rgba(52,211,153,.14);background:rgba(16,185,129,.055);color:#a7f3d0}.vori-product-download-menu{position:relative}.vori-product-download-menu__panel{position:absolute;right:0;top:calc(100% + .4rem);z-index:50;display:none;width:14rem;overflow:hidden;border:1px solid var(--vori-ux-border-strong);border-radius:.8rem;background:#121318;padding:.35rem;box-shadow:var(--vori-ux-shadow)}.vori-product-download-menu.is-open .vori-product-download-menu__panel{display:grid}.vori-product-download-menu__panel a{display:flex;align-items:center;gap:.55rem;border-radius:.6rem;padding:.6rem;color:var(--pc-text-muted);font-size:.65rem;font-weight:800}.vori-product-download-menu__panel a:hover{background:rgba(var(--product-accent-rgb),.07);color:#fff}

/* Library 2.0 additions */
.vori-library-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.7rem;margin:-.1rem 0 1rem}.vori-library-tabs{display:flex;flex-wrap:wrap;gap:.35rem}.vori-library-tab{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--vori-ux-border);border-radius:.7rem;background:rgba(255,255,255,.018);padding:.5rem .7rem;color:var(--pc-text-soft);font-size:.62rem;font-weight:900}.vori-library-tab.is-active{border-color:rgba(var(--library-accent-rgb),.2);background:rgba(var(--library-accent-rgb),.075);color:#fff}.vori-library-search{display:flex;min-width:min(18rem,100%);align-items:center;gap:.45rem;border:1px solid var(--vori-ux-border);border-radius:.72rem;background:rgba(0,0,0,.12);padding:0 .7rem;color:var(--pc-text-soft)}.vori-library-search input{width:100%;height:2.4rem;border:0!important;background:transparent!important;box-shadow:none!important;color:#fff;font-size:.67rem;outline:0}.vori-library-update{display:inline-flex;align-items:center;gap:.3rem;margin-top:.55rem;border-radius:.55rem;background:rgba(16,185,129,.08);padding:.3rem .45rem;color:#86efac;font-size:.59rem;font-weight:900}.library-card[hidden]{display:none!important}

/* Developer Center overview */
.dev-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.dev-overview-card{border:1px solid var(--vori-ux-border);border-radius:1rem;background:rgba(255,255,255,.018);padding:1rem}.dev-overview-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.dev-overview-card__icon{display:grid;width:2.35rem;height:2.35rem;place-items:center;border:1px solid rgb(var(--dev-accent)/.16);border-radius:.72rem;background:rgb(var(--dev-accent)/.065);color:rgb(var(--dev-accent));font-size:.78rem}.dev-overview-card span,.dev-overview-card strong,.dev-overview-card small{display:block}.dev-overview-card span{color:var(--pc-text-soft);font-size:.59rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.dev-overview-card strong{margin-top:.55rem;color:#fff;font-size:1.35rem;font-weight:950}.dev-overview-card small{margin-top:.25rem;color:var(--pc-text-soft);font-size:.6rem}.dev-center-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr);gap:.8rem}.dev-center-panel{border:1px solid var(--vori-ux-border);border-radius:1rem;background:rgba(255,255,255,.014);padding:1rem}.dev-center-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.8rem}.dev-center-panel__head h2{color:#fff;font-size:.9rem;font-weight:950}.dev-center-panel__head a{color:rgb(var(--dev-accent));font-size:.62rem;font-weight:850}.dev-center-product{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;border-top:1px solid var(--vori-ux-border);padding:.65rem 0}.dev-center-product:first-of-type{border-top:0}.dev-center-product__thumb{display:grid;width:2.55rem;height:2.55rem;overflow:hidden;place-items:center;border:1px solid var(--vori-ux-border);border-radius:.7rem;background:rgba(255,255,255,.02);color:rgb(var(--dev-accent));font-size:.75rem;font-weight:900}.dev-center-product__thumb img{width:100%;height:100%;object-fit:cover}.dev-center-product__copy{min-width:0}.dev-center-product__copy b,.dev-center-product__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dev-center-product__copy b{color:#fff;font-size:.7rem}.dev-center-product__copy small{margin-top:.15rem;color:var(--pc-text-soft);font-size:.58rem}.dev-center-product__status{border:1px solid var(--vori-ux-border);border-radius:999px;padding:.28rem .45rem;color:var(--pc-text-muted);font-size:.55rem;font-weight:850}.dev-center-product__status.is-live{border-color:rgba(52,211,153,.14);background:rgba(16,185,129,.055);color:#86efac}.dev-center-chart{height:13rem}.dev-center-chart canvas{width:100%!important;height:100%!important}

@media(max-width:900px){.vori-product-cockpit__main{grid-template-columns:auto minmax(0,1fr)}.vori-product-cockpit__actions{grid-column:1/-1;grid-template-columns:1fr auto;min-width:0}.vori-product-secondary-actions{min-width:10rem}.vori-product-cockpit__footer{grid-template-columns:repeat(3,minmax(0,1fr))}.vori-product-stat:nth-child(3){border-right:0}.vori-product-stat:nth-child(n+4){border-top:1px solid var(--vori-ux-border)}.dev-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dev-center-grid{grid-template-columns:1fr}.vori-setup-bar{grid-template-columns:auto minmax(0,1fr) auto}.vori-setup-bar__meta{grid-column:2/-1;grid-row:2}}
@media(max-width:640px){.vori-command{padding:.6rem}.vori-command__panel{margin-top:2vh;max-height:94vh;border-radius:1rem}.vori-command__grid{grid-template-columns:1fr}.vori-command__footer{display:none}.vori-product-cockpit__main{grid-template-columns:1fr;padding:1rem}.vori-product-cockpit__media{width:4.7rem;height:4.7rem;border-radius:1rem}.vori-product-cockpit__actions{grid-column:auto;grid-template-columns:1fr}.vori-product-secondary-actions{min-width:0}.vori-product-cockpit__footer{grid-template-columns:repeat(2,minmax(0,1fr))}.vori-product-stat,.vori-product-stat:nth-child(3){border-right:1px solid var(--vori-ux-border);border-top:1px solid var(--vori-ux-border)}.vori-product-stat:nth-child(1),.vori-product-stat:nth-child(2){border-top:0}.vori-product-stat:nth-child(even){border-right:0}.vori-setup-bar{grid-template-columns:auto minmax(0,1fr)}.vori-setup-bar__meta{grid-column:1/-1;grid-row:auto}.vori-setup-bar>button{grid-column:1/-1;justify-content:center}.dev-overview-grid{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.vori-command,.vori-command__panel,.vori-setup-modal,.vori-setup-modal__panel,.vori-product-primary-action{transition:none!important}}
.vori-card-compatibility{cursor:pointer!important}.mc-card[data-state="compatible"]{border-color:rgba(52,211,153,.16)!important}.mc-card[data-state="compatible"] .vori-card-compatibility{border-color:rgba(52,211,153,.18)!important;background:rgba(16,185,129,.07)!important;color:#a7f3d0!important}.mc-card[data-state="partial"] .vori-card-compatibility{color:#fde68a!important}.mc-card[data-state="incompatible"] .vori-card-compatibility{color:#fca5a5!important}button.vori-product-stat{appearance:none;background:transparent;color:inherit;text-align:left}
.vori-setup-bar__actions{display:flex;align-items:center;gap:.45rem}.vori-setup-bar__actions>button{display:inline-flex;min-height:2.35rem;align-items:center;gap:.45rem;border:1px solid rgba(var(--pc-navbar-accent),.18);border-radius:.7rem;background:rgba(var(--pc-navbar-accent),.045);padding:.5rem .7rem;color:var(--pc-text-muted);font-size:.62rem;font-weight:900}.vori-setup-bar__actions>button:last-child{background:rgba(var(--pc-navbar-accent),.065);color:#fff}.vori-setup-bar__actions>button.is-active{border-color:rgba(52,211,153,.2);background:rgba(16,185,129,.07);color:#a7f3d0}.vori-setup-bar__actions>button:disabled{opacity:.4;cursor:not-allowed}
@media(max-width:900px){.vori-setup-bar__actions{grid-column:3;grid-row:1;justify-content:flex-end}.vori-setup-bar__actions>button span{display:none}}
@media(max-width:640px){.vori-setup-bar__actions{grid-column:1/-1;grid-row:auto}.vori-setup-bar__actions>button{flex:1;justify-content:center}.vori-setup-bar__actions>button span{display:inline}}

/* Catalog compare */
.vori-card-compare{cursor:pointer!important}.vori-card-compare.is-selected{border-color:rgba(139,92,246,.28)!important;background:rgba(139,92,246,.09)!important;color:#c4b5fd!important}.vori-compare-tray{position:fixed;z-index:1750;left:50%;bottom:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;width:min(760px,calc(100vw - 24px));transform:translateX(-50%);border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(15,16,21,.96);padding:9px 10px 9px 13px;box-shadow:0 22px 65px rgba(0,0,0,.42);backdrop-filter:blur(16px)}.vori-compare-tray[hidden]{display:none}.vori-compare-tray.is-limit{animation:voriCompareNudge .38s ease}.vori-compare-tray__copy{display:grid;gap:1px;white-space:nowrap}.vori-compare-tray__copy span{font-size:8px;font-weight:950;letter-spacing:.15em;color:#8b5cf6}.vori-compare-tray__copy strong{font-size:10px;color:#e9ebf0}.vori-compare-tray__items{display:flex;gap:5px;min-width:0;overflow:hidden}.vori-compare-tray__items button{display:flex;min-width:0;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:rgba(255,255,255,.025);padding:5px 7px;color:#aab0bc;font-size:9px;font-weight:800}.vori-compare-tray__items button span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vori-compare-tray__clear{padding:7px;color:#777f8d;font-size:9px;font-weight:850}.vori-compare-tray__open{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(139,92,246,.25);border-radius:10px;background:#7c3aed;padding:8px 11px;color:#fff;font-size:10px;font-weight:950}.vori-compare-tray__open:disabled{opacity:.4;cursor:not-allowed}.vori-compare-modal{position:fixed;inset:0;z-index:2100;display:grid;place-items:center;padding:16px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.vori-compare-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.vori-compare-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(3,4,7,.76);backdrop-filter:blur(10px)}.vori-compare-modal__panel{position:relative;width:min(940px,100%);max-height:88vh;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:#101116;box-shadow:0 34px 100px rgba(0,0,0,.55);transform:scale(.985) translateY(8px);transition:transform .2s ease}.vori-compare-modal.is-open .vori-compare-modal__panel{transform:none}.vori-compare-modal__panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.vori-compare-modal__panel>header span{font-size:9px;font-weight:950;letter-spacing:.15em;color:#8b5cf6}.vori-compare-modal__panel>header h2{margin-top:4px;color:#fff;font-size:20px;font-weight:950}.vori-compare-modal__panel>header p{margin-top:3px;color:#828a98;font-size:11px}.vori-compare-modal__panel>header button{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(255,255,255,.025);color:#959ca9}.vori-compare-modal__body{max-height:calc(88vh - 90px);overflow:auto;padding:16px 18px 18px}.vori-compare-table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.055);border-radius:14px}.vori-compare-table{width:100%;min-width:640px;border-collapse:collapse}.vori-compare-table th,.vori-compare-table td{padding:12px 13px;border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);text-align:left;vertical-align:middle}.vori-compare-table th:last-child,.vori-compare-table td:last-child{border-right:0}.vori-compare-table tr:last-child th,.vori-compare-table tr:last-child td{border-bottom:0}.vori-compare-table thead th{background:rgba(255,255,255,.018);color:#707887;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.vori-compare-table thead th:first-child{width:120px}.vori-compare-table thead a strong,.vori-compare-table thead a span{display:block}.vori-compare-table thead a strong{color:#f4f5f8;font-size:11px;text-transform:none;letter-spacing:0}.vori-compare-table thead a span{margin-top:2px;color:#7d8492;font-size:9px;text-transform:none;letter-spacing:0}.vori-compare-table tbody>tr>th{color:#838b99;font-size:9px;font-weight:850}.vori-compare-table td{color:#b0b6c1;font-size:10px}.vori-compare-table td strong{color:#f4f5f9}.vori-compare-table .is-muted{color:#68707d}.vori-compare-state{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:850}.vori-compare-state.is-compatible{color:#86efac}.vori-compare-state.is-partial{color:#fde68a}.vori-compare-state.is-incompatible{color:#fca5a5}.vori-compare-open-product{display:inline-flex;align-items:center;gap:5px;color:#a78bfa;font-weight:900}.vori-compare-footnote{display:flex;align-items:center;gap:7px;margin:11px 3px 0;color:#777f8d;font-size:9px}.vori-compare-footnote i{color:#8b5cf6}@keyframes voriCompareNudge{0%,100%{transform:translateX(-50%)}35%{transform:translateX(calc(-50% - 5px))}70%{transform:translateX(calc(-50% + 5px))}}
@media(max-width:700px){.vori-compare-tray{grid-template-columns:auto 1fr auto}.vori-compare-tray__items{display:none}.vori-compare-tray__clear{display:none}.vori-compare-modal__body{padding:10px}.vori-compare-modal__panel{border-radius:16px}}


/* VORI polish pass — 2026-09-03 --------------------------------------------- */
.vori-setup-bar{position:relative;z-index:1;min-height:3.65rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}
.vori-setup-bar__copy{min-width:0}.vori-setup-bar__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vori-setup-bar__meta>span,.vori-setup-bar__actions>button{white-space:nowrap}
.vori-setup-bar__actions>button{transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}
.vori-setup-bar__actions>button:hover{border-color:rgba(var(--pc-navbar-accent),.28);background:rgba(var(--pc-navbar-accent),.08);color:#fff;transform:translateY(-1px)}

/* The cockpit already owns title/description/actions. Keep the old hero as a
   visual media surface instead of repeating the same information twice. */
.has-vori-cockpit .pc-product-hero{min-height:220px!important;max-height:320px;border-bottom:1px solid var(--vori-ux-border)}
.has-vori-cockpit .pc-product-hero>.absolute.inset-x-0.bottom-0{display:none!important}
.has-vori-cockpit .pc-product-hero img[data-hero-image]{opacity:.82;filter:saturate(.9) contrast(1.02)}
.has-vori-cockpit .pc-product-hero:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(6,7,10,.04),rgba(6,7,10,.42))}
.has-vori-cockpit .pc-product-card-shell{border-radius:1rem!important}
.has-vori-cockpit .pc-product-tab-grid button{min-width:0}

@media(max-width:900px){.vori-setup-bar__meta{min-width:0;overflow-x:auto;scrollbar-width:none}.vori-setup-bar__meta::-webkit-scrollbar{display:none}}
@media(max-width:640px){.has-vori-cockpit .pc-product-hero{min-height:170px!important;max-height:230px}.vori-setup-bar{gap:.6rem;padding:.7rem}.vori-setup-bar__icon{width:2.2rem;height:2.2rem}.vori-setup-bar__copy span{font-size:.54rem}.vori-setup-bar__copy strong{font-size:.7rem}}
