:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--wb-bg:#080d0c;--wb-surface:#0b1310;--wb-surface-sunken:#0a110e;--wb-raised:#0a1512;--wb-active:#13241d;--wb-border:#1c2a25;--wb-border-2:#24332c;--wb-border-accent:#24463a;--wb-border-btn:#2c4b3e;--wb-text:#e9f0ec;--wb-text-2:#cfe9dd;--wb-text-muted:#8a998f;--wb-text-subtle:#70837a;--wb-accent:#a7f2ce;--wb-accent-2:#7fe9bb;--wb-accent-strong:#1c7a54;--wb-on-accent:#eafff5;--wb-active-border:#5fe3ab;--wb-danger:#e0685f;--wb-ok:#4bd493;--wb-warning:#d8b24a;--wb-focus:#68e0af;--wb-grid-bg:#0a1210;--wb-grid-line:#16221d;--wb-grid-text:#dfeee8;--wb-grid-error:#f0a9a0;--wb-grid-header-bg:#0d1713;--wb-grid-header-line:#1d2b25;--wb-grid-header-text:#75857e;--wb-grid-header-active-bg:#15281f;--wb-grid-header-active-text:#8ff0c4;--wb-grid-selection:#68e0af1f;--wb-grid-active-border:#5fe3ab;--wb-space-2:2px;--wb-space-4:4px;--wb-space-6:6px;--wb-space-8:8px;--wb-space-10:10px;--wb-space-12:12px;--wb-space-16:16px;--wb-space-24:24px;--wb-space-32:32px;--wb-panel-pad:var(--wb-space-12);--wb-icon-sm:12px;--wb-icon-md:16px;--wb-icon-lg:20px;--wb-status-name-min:9ch;--wb-tooltip-delay:.4s;--wb-toast-duration:4.5s;--wb-toast-duration-reduced:5s;--wb-motion-state:.14s;--wb-motion-enter:.16s;--wb-motion-ease:ease-out;--wb-motion-rise:4px;color:var(--wb-text);background:var(--wb-bg);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--wb-bg:#eaf0ed;--wb-surface:#fff;--wb-surface-sunken:#f2f6f4;--wb-raised:#fff;--wb-active:#dcefe4;--wb-border:#dbe4df;--wb-border-2:#cdd9d3;--wb-border-accent:#a4d5bd;--wb-border-btn:#b9d6c8;--wb-text:#16211d;--wb-text-2:#24332c;--wb-text-muted:#5c6d64;--wb-text-subtle:#617069;--wb-accent:#12724e;--wb-accent-2:#15855b;--wb-accent-strong:#1c7a54;--wb-on-accent:#fff;--wb-active-border:#1c9a68;--wb-danger:#cf3b30;--wb-ok:#1f9d63;--wb-warning:#b07d0a;--wb-focus:#1c9a68;--wb-grid-bg:#fff;--wb-grid-line:#e7ede9;--wb-grid-text:#1c2622;--wb-grid-error:#c0392b;--wb-grid-header-bg:#f3f6f4;--wb-grid-header-line:#d8e2dd;--wb-grid-header-text:#6a7a72;--wb-grid-header-active-bg:#dcefe4;--wb-grid-header-active-text:#12724e;--wb-grid-selection:#1c7a541a;--wb-grid-active-border:#1c9a68}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--wb-focus);outline-offset:3px}#root{min-height:100vh}.wb-shell{background:var(--wb-bg);height:100vh;color:var(--wb-text);grid-template-rows:auto 1fr auto;display:grid}.wb-topbar{border-bottom:1px solid var(--wb-border);background:var(--wb-surface);align-items:center;gap:16px;padding:10px 16px;display:flex}.wb-brand{align-items:center;gap:10px;display:flex}.wb-brand-mark{border:1px solid var(--wb-border-btn);background:var(--wb-active);width:34px;height:34px;color:var(--wb-accent-2);border-radius:9px;place-items:center;font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace;display:grid}.wb-brand strong{font-size:13px;display:block}.wb-brand small{color:var(--wb-text-subtle);font-size:11px;display:block}.wb-search{border:1px solid var(--wb-border);background:var(--wb-raised);max-width:520px;color:inherit;border-radius:9px;flex:1;padding:8px 12px;font-size:13px}.wb-topbar-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.wb-identity{color:var(--wb-text-muted);font-size:12px}.wb-button{border:1px solid var(--wb-border-btn);background:var(--wb-active);color:var(--wb-text-2);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;text-decoration:none}.wb-button--primary{border-color:var(--wb-accent-strong);background:var(--wb-accent-strong);color:var(--wb-on-accent)}.wb-icon-button{min-width:36px;padding:8px 10px;font-size:14px;line-height:1}.wb-button:disabled,.wb-search:disabled,.wb-nav-item:disabled,.wb-tab:disabled{cursor:not-allowed;opacity:.5}.wb-body{grid-template-columns:var(--wb-shell-columns,212px minmax(0, 1fr) clamp(280px, 24vw, 340px));min-height:0;display:grid;overflow:hidden}.wb-nav{border-right:1px solid var(--wb-border);background:var(--wb-surface-sunken);flex-direction:column;gap:2px;padding:12px 10px;display:flex}.wb-nav-item{color:var(--wb-text-muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:8px 12px;font-size:13px}.wb-nav-item--active{border-color:var(--wb-border-accent);background:var(--wb-active);color:var(--wb-accent)}.wb-main{grid-template-rows:auto auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);min-width:0;display:grid}.wb-toolbar{border-bottom:1px solid var(--wb-border);background:var(--wb-surface);flex-wrap:nowrap;align-items:center;gap:12px;min-width:0;height:44px;padding:0 12px;display:flex;position:relative;overflow:hidden}.wb-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.wb-statusbar{border-top:1px solid var(--wb-border);background:var(--wb-surface);justify-content:space-between;align-items:center;padding:6px 16px;font-size:12px;display:flex}.wb-statusbar-left{align-items:center;gap:12px;min-width:0;display:flex}.wb-status{min-width:0;color:var(--wb-text-muted);align-items:center;gap:8px;display:flex}.wb-status-dot{background:var(--wb-text-subtle);border-radius:50%;flex:none;width:8px;height:8px}.wb-status-dot--calculating{background:var(--wb-warning)}.wb-status-dot--ok{background:var(--wb-ok)}.wb-status-dot--error{background:var(--wb-danger)}.wb-status-name{min-width:var(--wb-status-name-min);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wb-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.wb-swatch{border:1px solid var(--wb-border-2);width:22px;height:22px;color:var(--wb-text-subtle);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:13px;line-height:1;display:inline-flex}.wb-swatch--none{background:var(--wb-raised)}.wb-swatch--on{border-color:var(--wb-active-border);box-shadow:0 0 0 1px var(--wb-active-border)}.wb-menu{z-index:20;border:1px solid var(--wb-border-2);background:var(--wb-surface);border-radius:9px;min-width:180px;padding:4px;box-shadow:0 12px 32px #00000047}.wb-menu-item{width:100%;color:var(--wb-text-2);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:13px;display:block}.wb-menu-item:hover:not(:disabled){background:var(--wb-active);color:var(--wb-accent)}.wb-menu-item:disabled{color:var(--wb-text-subtle);cursor:not-allowed}.wb-menu-item--danger{color:var(--wb-danger)}.wb-menu-item--danger:hover:not(:disabled){background:var(--wb-active);color:var(--wb-danger)}.wb-menu-sep{background:var(--wb-border-2);border:none;height:1px;margin:4px 6px}.wb-rail{border-left:1px solid var(--wb-border);background:var(--wb-surface-sunken);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.wb-rail>*{flex:1 1 0;min-width:0;min-height:0;overflow:hidden}.wb-rail>*+*{border-top:1px solid var(--wb-border)}.wb-tbgroup{flex:none;align-items:center;gap:4px;display:flex}.wb-tb-sep{background:var(--wb-border-2);flex:none;width:1px;height:18px}.wb-tb-measure{visibility:hidden;pointer-events:none;gap:12px;height:0;display:flex;position:absolute;top:0;left:0;overflow:hidden}.wb-tb-measure-item{flex:none}.wb-tbtn{border:1px solid var(--wb-border-2);background:var(--wb-raised);min-width:28px;height:28px;color:var(--wb-text-2);white-space:nowrap;cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 8px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.wb-tbtn--active{border-color:var(--wb-border-accent);background:var(--wb-active);color:var(--wb-accent)}.wb-tbtn--danger{color:var(--wb-danger)}.wb-tbtn--more{width:28px;padding:0}.wb-tbtn:disabled{cursor:not-allowed;opacity:.5}.wb-tbtn-icon{align-items:center;font-size:13px;line-height:1;display:inline-flex}.wb-tbselect{border:1px solid var(--wb-border-2);background:var(--wb-raised);height:28px;color:var(--wb-text-2);border-radius:7px;flex:none;padding:0 6px;font-size:12px}.wb-tb-overflow{gap:12px;display:grid}.wb-tbgroup--stacked{gap:6px;display:grid}.wb-tbgroup-label{color:var(--wb-text-subtle);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.wb-tbgroup-row{flex-wrap:wrap;gap:4px;display:flex}.wb-panel{background:var(--wb-surface-sunken);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.wb-panel-header{padding:10px var(--wb-panel-pad);border-bottom:1px solid var(--wb-border);flex:none;justify-content:space-between;align-items:center;gap:8px;display:flex}.wb-panel-title{color:var(--wb-accent);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:600;overflow:hidden}.wb-panel-actions{flex:none;align-items:center;gap:6px;display:flex}.wb-panel-close{color:var(--wb-text-subtle);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px 8px;font-size:14px;line-height:1;display:inline-flex}.wb-panel-close:hover{color:var(--wb-danger)}.wb-panel-body{min-width:0;min-height:0;padding:var(--wb-panel-pad);overflow-wrap:anywhere;overscroll-behavior:contain;flex:auto;font-size:12px;overflow:auto}.wb-panel-body input,.wb-panel-body select,.wb-panel-body textarea{width:100%;min-width:0}.wb-panel-section{border-top:1px solid var(--wb-border);margin-top:12px;padding-top:12px}.wb-field{gap:4px;display:grid}.wb-field+.wb-field{margin-top:10px}.wb-field-label{color:var(--wb-text-muted);font-size:11px}.wb-field-control{gap:6px;min-width:0;display:grid}.wb-popover{z-index:30;border:1px solid var(--wb-border-2);background:var(--wb-surface);overscroll-behavior:contain;border-radius:10px;outline:none;min-width:220px;max-width:min(360px,100vw - 16px);max-height:60vh;padding:12px;position:fixed;overflow:auto;box-shadow:0 12px 32px #0000004d}.wb-popover input,.wb-popover select,.wb-popover textarea{width:100%;min-width:0}.wb-status-flash{min-width:0;color:var(--wb-text-muted);text-overflow:ellipsis;white-space:nowrap;font:11px ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden}.wb-shell-main{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);min-width:0;min-height:0;display:grid}.wb-statusbar-slot{flex:auto;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.wb-shell-toggles{flex:none;gap:6px;margin-left:12px;display:flex}.wb-shell-toggle{border:1px solid var(--wb-border-2);color:var(--wb-text-subtle);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:700}.wb-shell-toggle[aria-expanded=true]{border-color:var(--wb-border-accent);background:var(--wb-active);color:var(--wb-accent)}@media (width<=839px){.wb-shell{height:100dvh}.wb-body{overscroll-behavior:contain;grid-template-rows:max-content auto auto;grid-template-columns:minmax(0,1fr);overflow:hidden auto}.wb-nav{border-right:0;border-bottom:1px solid var(--wb-border);flex-direction:row;align-items:center;min-height:49px;padding:6px 8px;overflow:auto hidden}.wb-nav-item{white-space:nowrap;flex:none}.wb-shell-main{min-height:max(360px,55dvh)}.wb-rail{border-top:1px solid var(--wb-border);border-left:0;height:min(360px,45dvh);min-height:240px}}@media (width<=520px){.wb-topbar{gap:8px;padding:8px 10px}.wb-brand{min-width:0}.wb-brand small,.wb-identity{display:none}.wb-topbar-actions{gap:6px}.wb-statusbar{gap:8px;padding:6px 8px}.wb-statusbar-slot{overflow:hidden}.wb-shell-toggles{margin-left:0}}.wb-palette-overlay{z-index:40;background:#0006;align-content:start;justify-items:center;padding:clamp(48px,14vh,120px) 16px 16px;display:grid;position:fixed;inset:0}.wb-palette{border:1px solid var(--wb-border-2);background:var(--wb-surface);border-radius:12px;outline:none;flex-direction:column;width:min(560px,100%);max-height:min(420px,70vh);display:flex;overflow:hidden;box-shadow:0 18px 48px #00000059}.wb-palette-input{border:none;border-bottom:1px solid var(--wb-border);background:var(--wb-raised);color:var(--wb-text);border-radius:0;outline:none;flex:none;padding:12px 16px;font-size:14px}.wb-palette-input::placeholder{color:var(--wb-text-subtle)}.wb-palette-list{overscroll-behavior:contain;flex:auto;min-height:0;padding:6px;overflow:auto}.wb-palette-group-label{color:var(--wb-text-subtle);letter-spacing:.08em;text-transform:uppercase;padding:8px 10px 4px;font-size:10px;font-weight:700}.wb-palette-item{width:100%;color:var(--wb-text-2);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 10px;font-size:13px;display:flex}.wb-palette-item--active{border-color:var(--wb-border-accent);background:var(--wb-active);color:var(--wb-accent)}.wb-palette-item-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wb-palette-item-hint{color:var(--wb-text-subtle);flex:none;font-size:11px}.wb-palette-empty{color:var(--wb-text-muted);text-align:center;margin:0;padding:16px;font-size:12px}.wb-dialog-overlay{z-index:40;background:#0006;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.wb-dialog{border:1px solid var(--wb-border-2);background:var(--wb-surface);border-radius:12px;outline:none;flex-direction:column;width:min(480px,100%);max-height:80vh;display:flex;overflow:hidden;box-shadow:0 18px 48px #00000059}.wb-dialog-header{border-bottom:1px solid var(--wb-border);flex:none;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.wb-dialog-title{color:var(--wb-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:600;overflow:hidden}.wb-dialog-body{overflow-wrap:anywhere;overscroll-behavior:contain;flex:auto;min-height:0;padding:12px 16px;font-size:13px;overflow:auto}.wb-dialog-message{color:var(--wb-text-2);margin:0}.wb-dialog-actions{border-top:1px solid var(--wb-border);flex:none;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.wb-button--danger{border-color:var(--wb-danger);background:var(--wb-danger);color:var(--wb-on-accent)}.wb-table-wrap{overscroll-behavior:contain;border:1px solid var(--wb-border);background:var(--wb-surface);border-radius:10px;min-width:0;max-width:100%;max-height:100%;overflow:auto}.wb-table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.wb-table th{z-index:1;border-bottom:1px solid var(--wb-border);background:var(--wb-surface-sunken);color:var(--wb-text-muted);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;padding:8px 12px;font-size:11px;font-weight:700;position:sticky;top:0}.wb-table th[aria-sort]{padding:0}.wb-table-sort{width:100%;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;white-space:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 12px;display:flex}.wb-table-sort-mark{color:var(--wb-text-subtle);flex:none;align-items:center;font-size:9px;line-height:1;display:inline-flex}.wb-table-sort-mark--on{color:var(--wb-accent)}.wb-table td{border-bottom:1px solid var(--wb-border);color:var(--wb-text-2);padding:8px 12px}.wb-table tbody tr:last-child td{border-bottom:none}.wb-table-row:hover td{background:var(--wb-active)}.wb-table-row--clickable{cursor:pointer}.wb-table-row--clickable:focus-visible{outline:2px solid var(--wb-focus);outline-offset:-2px}.wb-table td.wb-table-empty{background:var(--wb-surface-sunken);color:var(--wb-text-muted);text-align:center;padding:24px 16px;font-size:12px}.wb-icon{width:var(--wb-icon-md);height:var(--wb-icon-md);flex:none;display:block}.wb-icon--sm{width:var(--wb-icon-sm);height:var(--wb-icon-sm)}.wb-icon--lg{width:var(--wb-icon-lg);height:var(--wb-icon-lg)}.wb-toast-region{z-index:45;pointer-events:none;max-width:min(380px,100vw);padding:12px;position:fixed;bottom:0;right:0}.wb-toast-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.wb-toast{border:1px solid var(--wb-border-2);border-left:3px solid var(--wb-border-accent);background:var(--wb-surface);pointer-events:auto;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;display:flex;box-shadow:0 12px 32px #0000004d}.wb-toast--success{border-left-color:var(--wb-ok)}.wb-toast--warning{border-left-color:var(--wb-warning)}.wb-toast--error{border-left-color:var(--wb-danger)}.wb-toast-mark{color:var(--wb-text-muted);flex:none;align-items:center;display:flex}.wb-toast--warning .wb-toast-mark{color:var(--wb-warning)}.wb-toast--error .wb-toast-mark{color:var(--wb-danger)}.wb-toast-body{flex:auto;min-width:0}.wb-toast-title{overflow-wrap:anywhere;color:var(--wb-text);margin:0;font-size:13px;font-weight:600;line-height:1.25}.wb-toast-detail{overflow-wrap:anywhere;color:var(--wb-text-muted);margin:4px 0 0;font-size:12px;line-height:1.35}.wb-toast-close{flex:none}.wb-tooltip-anchor{min-width:0;display:inline-flex}.wb-tooltip{z-index:50;border:1px solid var(--wb-border-2);background:var(--wb-surface);max-width:min(240px,100vw - 16px);color:var(--wb-text-2);overflow-wrap:anywhere;pointer-events:none;border-radius:6px;padding:6px 8px;font-size:11px;line-height:1.4;position:fixed;box-shadow:0 8px 24px #00000059}.wb-stat-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.wb-stat{border:1px solid var(--wb-border);background:var(--wb-surface);border-radius:12px;flex-direction:column;gap:6px;min-width:0;margin:0;padding:12px;display:flex}.wb-stat dd{min-width:0;margin:0}.wb-stat-label{color:var(--wb-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.wb-stat-value{overflow-wrap:anywhere;color:var(--wb-text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:600;line-height:1.15}.wb-stat-delta{font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:11px;display:flex}.wb-stat-delta--neutral{color:var(--wb-text-muted)}.wb-stat-delta--ok{color:var(--wb-ok)}.wb-stat-delta--danger{color:var(--wb-danger)}.wb-stat-hint{overflow-wrap:anywhere;color:var(--wb-text-subtle);font-size:11px;line-height:1.35}.wb-stat-trend{display:flex}.wb-spark{max-width:100%;color:var(--wb-accent);display:block}.wb-spark-area{fill:currentColor}.wb-spark-line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.wb-spark-dot{fill:currentColor;stroke:var(--wb-surface)}.wb-spark-empty{color:var(--wb-text-subtle);font-size:11px}.wb-bars{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.wb-bar{flex-direction:column;gap:4px;min-width:0;display:flex}.wb-bar-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.wb-bar-label{overflow-wrap:anywhere;min-width:0;color:var(--wb-text-2);font-size:12px}.wb-bar-value{color:var(--wb-text);font-variant-numeric:tabular-nums;flex:none;font-size:12px}.wb-bar-track{background:var(--wb-active);border-radius:0 4px 4px 0;height:8px;display:block;overflow:hidden}.wb-bar-fill{background:var(--wb-accent);border-radius:0 4px 4px 0;height:100%;display:block}.wb-bars-empty{color:var(--wb-text-muted);font-size:12px}@keyframes wb-fade-in{0%{opacity:0}}@keyframes wb-rise-in{0%{opacity:0;transform:translateY(var(--wb-motion-rise))}}@keyframes wb-slide-in{0%{opacity:0;transform:translateX(var(--wb-motion-rise))}}@media (prefers-reduced-motion:no-preference){.wb-nav-item,.wb-button,.wb-shell-toggle,.wb-tbtn,.wb-palette-item,.wb-table-sort,.wb-table td{transition:background-color var(--wb-motion-state) var(--wb-motion-ease), border-color var(--wb-motion-state) var(--wb-motion-ease), color var(--wb-motion-state) var(--wb-motion-ease)}.wb-palette-overlay,.wb-dialog-overlay,.wb-panel,.wb-tooltip{animation:wb-fade-in var(--wb-motion-enter) var(--wb-motion-ease)}.wb-popover,.wb-menu,.wb-palette,.wb-dialog{animation:wb-rise-in var(--wb-motion-enter) var(--wb-motion-ease)}.wb-rail{animation:wb-slide-in var(--wb-motion-enter) var(--wb-motion-ease)}}.showcase-card{min-height:310px;color:var(--showcase-ink,#17211d);border:1px solid var(--showcase-line,#d9d4ca);background:#ffffff94;border-radius:18px;flex-direction:column;justify-content:space-between;gap:34px;padding:24px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.showcase-card:hover{border-color:#aab7b0;transform:translateY(-3px);box-shadow:0 18px 45px #1d352c17}.showcase-card-topline,.showcase-card-footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.showcase-card h3{font-family:var(--showcase-serif,Georgia, serif);letter-spacing:-.025em;margin:0 0 12px;font-size:30px;font-weight:450}.showcase-card p{color:#59675f;margin:0;line-height:1.58}.showcase-card-eyebrow{color:#77827c;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.showcase-badge,.showcase-stage-badge,.showcase-lease-status{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:750;display:inline-flex}.showcase-stage-badge.showroom{color:#255444;background:#dcebe3}.showcase-stage-badge.incubating{color:#71501c;background:#f2e6c8}.showcase-stage-badge.estate{color:#36436c;background:#e0e5f3}.showcase-badge.inline-demo{color:#255444;background:#dcebe3}.showcase-badge.hosted-demo{color:#71501c;background:#f2e6c8}.showcase-badge.live-product{color:#36436c;background:#e0e5f3}.showcase-tags{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.showcase-tags li{color:#6d7771;font-size:11px}.showcase-card-action{align-items:center;gap:12px;display:flex}.showcase-card-action>span{color:#87908b;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.showcase-launch{color:#f6f1e9;cursor:pointer;min-height:38px;font:inherit;background:#173f35;border:0;border-radius:999px;padding:0 15px;font-size:13px;font-weight:700}.showcase-launch:disabled{cursor:wait;opacity:.55}.showcase-demo-shell{background:#fff;border:1px solid #bdc5c0;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #1b332a1f}.showcase-demo-bar{color:#69746e;background:#edf0ed;border-bottom:1px solid #d7ddd9;grid-template-columns:8px 8px 8px 1fr auto;align-items:center;gap:7px;min-height:44px;padding:0 16px;font-size:11px;display:grid}.showcase-demo-bar>span{background:#a8b2ac;border-radius:50%;width:8px;height:8px}.showcase-demo-bar strong{justify-self:center;font-weight:600}.showcase-demo-bar em{text-transform:uppercase;font-style:normal}.showcase-demo-frame{border:0;width:100%;min-height:680px;display:block}.showcase-lease-status.provisioning,.showcase-lease-status.expiring{color:#71501c;background:#f2e6c8}.showcase-lease-status.ready{color:#255444;background:#dcebe3}.showcase-lease-status.failed,.showcase-lease-status.expired{color:#7b3c36;background:#f1ddda}.showcase-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.showcase-table-wrap{background:#ffffff94;border:1px solid #d7d2c9;border-radius:16px;overflow-x:auto}.showcase-table{border-collapse:collapse;width:100%}.showcase-table th,.showcase-table td{text-align:left;border-bottom:1px solid #e1ddd5;padding:15px 18px}.showcase-table th{color:#68736d;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.showcase-table td{font-size:13px}.showcase-empty{color:#68736d;text-align:center;border:1px dashed #c5c0b7;border-radius:16px;padding:32px}@media (width<=900px){.showcase-catalog-grid{grid-template-columns:1fr}}.hub-main.editorial-page{max-width:880px}.editorial-page .hub-intro{margin-top:36px}.editorial-section{margin:40px 0;line-height:1.75}.editorial-section h2{letter-spacing:-.025em;font-size:24px}.editorial-section p{color:var(--hub-ink-700);font-size:18px}.editorial-links{flex-wrap:wrap;gap:16px 24px;line-height:1.6;display:flex}.editorial-primary{background:var(--hd-text);color:var(--hd-canvas);border-radius:12px;padding:12px 20px;text-decoration:none;display:inline-block}.editorial-filters{flex-wrap:wrap;gap:8px;margin:24px 0 40px;display:flex}.editorial-filters button{border:1px solid var(--hd-separator);background:var(--hd-surface);color:var(--hd-text);cursor:pointer;border-radius:999px;padding:9px 14px}.editorial-filters button[aria-pressed=true]{background:var(--hd-text);color:var(--hd-canvas)}.hub-footer{border-top:1px solid var(--hd-separator);color:var(--hd-text-muted);flex-wrap:wrap;justify-content:space-between;gap:24px;padding:32px clamp(20px,4vw,64px);display:flex}.hub-footer nav{flex-wrap:wrap;gap:16px;display:flex}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--hd-canvas:#fafafa;--hd-surface:#fff;--hd-text:#18181b;--hd-text-muted:#71717a;--hd-separator:#e4e4e7;--hd-accent:#18181b;--hub-ink-900:#27272a;--hub-ink-700:#3f3f46;--hub-ink-600:#52525b;--hub-grey-400:#a1a1aa;--hub-grey-300:#d4d4d8;--hub-grey-100:#f4f4f5;--hub-grey-050:#f0f0f2;--hub-shadow-ink:#18181b1f;--hub-scrim:#09090b5c;--hub-ok:#577d6b47;--hub-ok-tint:#22c55e1a;--hub-glass-strong:#fffffff0;--hub-glass:#ffffffd1}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--hd-canvas:#101012;--hd-surface:#1a1a1e;--hd-text:#f4f4f5;--hd-text-muted:#9d9da6;--hd-separator:#2c2c31;--hd-accent:#f4f4f5;--hub-ink-900:#e7e7ea;--hub-ink-700:#cbcbd1;--hub-ink-600:#ababb3;--hub-grey-400:#6b6b74;--hub-grey-300:#3a3a40;--hub-grey-100:#232327;--hub-grey-050:#1e1e22;--hub-shadow-ink:#00000073;--hub-scrim:#0000008c;--hub-ok:#577d6b66;--hub-ok-tint:#22c55e24;--hub-glass-strong:#1a1a1ef0;--hub-glass:#1a1a1ed1}}:root{--hub-danger:#ef4444;--hub-danger-tint:#fef2f2;--hub-success:#22c55e;--hub-success-deep:#15803d;--room-ink:#17211d;--room-muted:#647169;--room-line:#d5d0c7;--room-deep:#173f35;--room-paper-1:#f3efe7;--room-paper-2:#f6f3ed;--room-paper-3:#f0ede6;--room-paper-4:#f7f2ea;--room-paper-5:#f6f1e9;--room-sage-100:#eff2ed;--room-sage-300:#9eb3a9;--room-sage-350:#aabbb3;--room-sage-400:#90a49b;--room-sage-500:#77817c;--room-sage-600:#607067;--room-sage-650:#53615a;--room-pine:#315f50;--room-pine-deep:#17352d;--room-veil-strong:#f3efe7e0;--room-veil:#d7ebdcb3;--room-glass-65:#ffffffa6;--room-glass-58:#ffffff94;--room-line-glass:#e4e4e7a6;--room-shadow:#18181b17;--room-tint:#dfebe33d;--room-mist:#737c7640;--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--hd-text);background:var(--hd-canvas);font-synthesis:none;--showcase-serif:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--showcase-ink:var(--room-ink);--showcase-muted:var(--room-muted);--showcase-line:var(--room-line);--showcase-green:var(--room-deep);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}html{background:var(--hd-canvas);scroll-behavior:smooth;min-width:320px}body{background:var(--hd-canvas);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}a{color:inherit}.hub-shell{min-height:100vh;color:var(--hd-text);background:var(--hd-canvas)}.hub-header{z-index:40;border-bottom:1px solid var(--hd-separator);background:var(--hub-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:80px;position:sticky;top:0}.hub-header-inner{justify-content:space-between;align-items:center;width:min(1280px,100% - 64px);height:100%;margin:0 auto;display:flex}.hub-brand{color:var(--hd-text);align-items:center;gap:16px;text-decoration:none;display:flex}.hub-brand-mark{width:40px;height:40px;color:var(--hd-surface);background:var(--hd-text);box-shadow:0 8px 24px var(--hub-shadow-ink);letter-spacing:-.05em;border-radius:12px;place-items:center;font-size:20px;font-weight:950;display:grid}.hub-brand-copy{line-height:1;display:grid}.hub-brand-copy strong{letter-spacing:-.025em;font-size:18px;font-weight:750}.hub-brand-copy small{color:var(--hd-text-muted);margin-top:7px;font-size:10px;font-weight:450}.hub-brand-copy small b{color:var(--hub-ink-900);font-weight:700}.hub-account{align-items:center;gap:24px;display:flex}.hub-account-copy{text-align:right;display:grid}.hub-account-copy strong{font-size:14px;font-weight:550;line-height:1.15}.hub-account-copy small{color:var(--hd-text-muted);letter-spacing:.09em;text-transform:uppercase;margin-top:5px;font-size:10px;font-weight:600}.hub-account-actions{border-left:1px solid var(--hd-separator);align-items:center;gap:4px;padding-left:24px;display:flex}.hub-avatar{border:2px solid var(--hd-surface);background:linear-gradient(135deg, var(--hd-separator), var(--hub-grey-400));width:40px;height:40px;box-shadow:0 5px 15px var(--hub-shadow-ink);border-radius:999px;margin-right:8px}.hub-icon-link{width:34px;height:34px;color:var(--hub-grey-400);border-radius:9px;place-items:center;text-decoration:none;transition:color .17s,background .17s;display:grid}.hub-icon-link:hover{color:var(--hd-text);background:var(--hub-grey-100)}.hub-icon-link-danger:hover{color:var(--hub-danger);background:var(--hub-danger-tint)}.hub-main{width:min(1280px,100% - 64px);margin:0 auto;padding:48px 0 80px}.hub-intro{margin-bottom:48px}.hub-intro h1{color:var(--hd-text);letter-spacing:-.035em;margin:0 0 16px;font-size:30px;font-weight:750;line-height:1.15}.hub-intro p{max-width:720px;color:var(--hd-text-muted);margin:0;font-size:18px;line-height:1.65}.hub-intro strong{color:var(--hd-text);font-weight:700}.hub-controls{margin-bottom:32px}.hub-control-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.hub-control-row input{border:1px solid var(--hd-separator);width:min(384px,100%);height:42px;color:var(--hd-text);background:var(--room-glass-65);border-radius:9px;outline:0;padding:0 16px;font-size:14px;transition:border-color .18s,background .18s,box-shadow .18s}.hub-control-row input:hover{background:var(--hd-surface)}.hub-control-row input:focus{border-color:var(--hub-grey-300);background:var(--hd-surface);box-shadow:0 0 0 3px var(--room-line-glass)}.hub-control-row>button{color:var(--hd-text-muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;padding:7px 12px;font-size:12px;font-weight:600;transition:color .17s,background .17s;display:inline-flex}.hub-control-row>button:hover{color:var(--hd-text);background:var(--hub-grey-100)}.hub-filter-count{border:1px solid var(--hd-separator);color:var(--hub-grey-400);background:var(--hub-grey-100);border-radius:5px;padding:2px 6px;font-size:10px}.hub-filters{opacity:0;max-height:0;transition:max-height .45s,opacity .35s;overflow:hidden}.hub-filters.is-open{opacity:1;max-height:420px}.hub-filters>div{border-bottom:1px solid var(--hub-grey-050);flex-wrap:wrap;gap:8px;margin-top:16px;padding:4px 0 18px;display:flex}.hub-filters button{border:1px solid var(--hd-separator);color:var(--hub-ink-600);background:var(--hd-surface);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:12px;transition:color .15s,background .15s,border-color .15s}.hub-filters button:hover{border-color:var(--hub-grey-300);background:var(--hub-grey-100)}.hub-filters button.is-active{border-color:var(--hd-text);color:var(--hd-surface);background:var(--hd-text);box-shadow:0 3px 10px var(--hub-shadow-ink)}.hub-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.hub-app-card{border:1px solid var(--hd-separator);min-width:0;min-height:236px;color:var(--hd-text);background:var(--hd-surface);border-radius:12px;padding:24px;text-decoration:none;transition:border-color .19s,box-shadow .19s,transform .19s;display:block;position:relative}.hub-app-card:hover{border-color:var(--hub-grey-300);box-shadow:0 14px 32px var(--room-shadow);transform:translateY(-2px)}.hub-card-topline{align-items:center;gap:7px;min-height:24px;margin-bottom:18px;display:flex}.hub-badge{border:1px solid var(--hd-separator);color:var(--hd-text-muted);border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:450;display:inline-flex}.hub-badge-muted{background:var(--hub-grey-100);border-color:#0000}.hub-availability{color:var(--hub-grey-400);align-items:center;gap:5px;font-size:10px;display:inline-flex}.hub-availability i{background:var(--hub-grey-300);border-radius:999px;width:6px;height:6px}.hub-availability.is-live{color:var(--hub-success-deep)}.hub-availability.is-live i{background:var(--hub-success);box-shadow:0 0 0 3px var(--hub-ok-tint)}.hub-card-arrow{color:var(--hub-grey-300);margin-left:auto;font-size:18px;transition:color .17s,transform .17s}.hub-app-card:hover .hub-card-arrow{color:var(--hub-ink-600);transform:translate(2px)}.hub-app-card h2{color:var(--hd-text);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:0 0 9px;font-size:20px;font-weight:650;overflow:hidden}.hub-app-card>p{min-height:44px;color:var(--hub-ink-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.hub-card-tags{flex-wrap:wrap;gap:6px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.hub-card-tags span{border:1px solid var(--hub-grey-050);color:var(--hd-text-muted);background:var(--hd-canvas);border-radius:999px;padding:3px 8px;font-size:10px}.hub-card-tags em{color:var(--hub-grey-400);padding:3px 2px;font-size:10px;font-style:normal}.hub-empty{color:var(--hd-text-muted);text-align:center;grid-column:1/-1;margin:0;padding:48px}.hub-staging-bar{border:1px solid var(--hd-separator);background:var(--hd-surface);border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:16px 20px;display:flex}.hub-staging-bar>div{gap:4px;display:grid}.hub-staging-bar strong{font-size:13px}.hub-staging-bar span,.hub-preview-note{color:var(--hd-text-muted);font-size:13px;line-height:1.55}.hub-staging-bar button{border:1px solid var(--hd-separator);color:var(--hd-text);background:var(--hd-canvas);cursor:pointer;border-radius:8px;flex-shrink:0;padding:9px 12px}.hub-staging-bar button:focus-visible{outline:2px solid var(--room-pine);outline-offset:3px}.hub-preview-note{max-width:720px;margin:0 0 28px}.hub-card-group+.hub-card-group{margin-top:40px}.hub-group-heading{align-items:baseline;gap:10px;margin-bottom:16px;display:flex}.hub-group-heading h2{color:var(--hd-text);margin:0;font-size:17px;font-weight:600}.hub-group-heading>span{color:var(--hd-text-muted);font-size:12px}.hub-staged-card{flex-direction:column;min-height:256px;display:flex}.hub-staged-card h3{color:var(--hd-text);letter-spacing:-.025em;margin:0 0 9px;font-size:20px;font-weight:650}.hub-staged-card>p{-webkit-line-clamp:unset;display:block;overflow:visible}.hub-card-footer{margin-top:auto;padding-top:22px}.hub-card-action{color:var(--hd-text-muted);margin-bottom:14px;font-size:12px;display:block}.hub-staged-card .hub-card-tags{position:static}.hub-staged-card.is-static:hover{border-color:var(--hd-separator);box-shadow:none;transform:none}@media (width<=640px){.hub-staging-bar{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=980px){.hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.hub-header-inner,.hub-main{width:calc(100% - 32px)}.hub-account-copy{display:none}.hub-account-actions{border-left:0;padding-left:0}.hub-avatar{display:none}.hub-main{padding-top:34px}.hub-intro{margin-bottom:34px}.hub-intro p{font-size:16px}.hub-control-row{flex-direction:column;align-items:stretch}.hub-control-row input{width:100%}.hub-control-row>button{align-self:flex-end}.hub-grid{grid-template-columns:1fr}}.showcase-shell{background:radial-gradient(circle at 78% 4%, var(--room-veil), transparent 24%), linear-gradient(180deg, var(--room-paper-1) 0%, var(--room-paper-2) 52%, var(--room-paper-3) 100%);min-height:100vh}.showcase-header{z-index:20;border-bottom:1px solid var(--room-mist);background:var(--room-veil-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;min-height:76px;padding:0 clamp(22px,5vw,76px);display:grid;position:sticky;top:0}.showcase-brand{justify-self:start;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.showcase-brand>span,.showcase-brand-mark{width:34px;height:34px;color:var(--room-paper-4);background:var(--showcase-green);font-family:var(--showcase-serif);border-radius:50%;place-items:center;font-size:17px;display:inline-grid}.showcase-brand strong{font-family:var(--showcase-serif);font-size:18px;font-weight:550}.showcase-header nav{align-items:center;gap:28px;display:flex}.showcase-header nav a,.showcase-account{color:var(--room-sage-650);font-size:13px;font-weight:620;text-decoration:none;position:relative}.showcase-header nav a[aria-current=page]{color:var(--showcase-ink)}.showcase-header nav a[aria-current=page]:after{background:var(--showcase-green);content:"";height:2px;position:absolute;bottom:-12px;left:0;right:0}.showcase-account{color:var(--room-paper-5);background:var(--showcase-green);border-radius:999px;justify-self:end;padding:9px 15px}.showcase-hero{grid-template-columns:minmax(0,1.55fr) minmax(270px,.62fr);align-items:end;gap:clamp(42px,9vw,150px);min-height:min(760px,100vh - 76px);padding:clamp(88px,12vw,170px) clamp(22px,7vw,110px) clamp(70px,9vw,130px);display:grid}.showcase-kicker{color:var(--room-sage-600);letter-spacing:.15em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:780}.showcase-hero h1,.showcase-page-intro h1,.showcase-detail h1,.showcase-page>h1,.showcase-demo-heading h1{font-family:var(--showcase-serif);letter-spacing:-.062em;margin:0;font-size:clamp(52px,8.6vw,126px);font-weight:400;line-height:.87}.showcase-hero h1 em{color:var(--room-pine);font-weight:400}.showcase-hero-aside{padding-bottom:10px}.showcase-hero-aside>p,.showcase-detail-copy>p:not(.showcase-lede){color:var(--showcase-muted);margin:0 0 30px;font-size:16px;line-height:1.72}.showcase-primary-link,.showcase-card-link,.showcase-text-link{color:var(--showcase-green);border-bottom:1px solid var(--room-sage-400);align-items:center;gap:18px;padding-bottom:8px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex}.showcase-primary-link span,.showcase-card-link span{transition:transform .15s}.showcase-primary-link:hover span,.showcase-card-link:hover span{transform:translate(2px,-2px)}.showcase-section,.showcase-principle,.showcase-page,.showcase-footer{padding-left:clamp(22px,7vw,110px);padding-right:clamp(22px,7vw,110px)}.showcase-section{border-top:1px solid var(--showcase-line);padding-top:90px;padding-bottom:120px}.showcase-section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px;display:flex}.showcase-section-heading h2{font-family:var(--showcase-serif);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4vw,58px);font-weight:430}.showcase-section-heading>p{color:var(--room-sage-500);font-size:12px}.showcase-card-link{flex:none;padding-bottom:4px;font-size:12px}.showcase-principle{color:var(--room-sage-100);background:radial-gradient(circle at 90% 15%, var(--hub-ok), transparent 30%), var(--room-pine-deep);padding-top:130px;padding-bottom:130px}.showcase-principle .showcase-kicker{color:var(--room-sage-300)}.showcase-principle blockquote{max-width:1000px;font-family:var(--showcase-serif);letter-spacing:-.04em;margin:40px 0 80px;font-size:clamp(34px,5vw,70px);font-weight:400;line-height:1.02}.showcase-launch-options{gap:12px;margin-bottom:34px;display:grid}.showcase-launch-options>article{border:1px solid var(--showcase-line);background:var(--room-glass-58);border-radius:16px;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px;display:grid}.showcase-launch-options h2{font-family:var(--showcase-serif);margin:0 0 5px;font-size:21px;font-weight:500}.showcase-launch-options p{color:var(--showcase-muted);margin:0;font-size:13px;line-height:1.55}@media (width<=760px){.showcase-launch-options>article{grid-template-columns:1fr}}.showcase-principle>div{color:var(--room-sage-350);border-top:1px solid var(--room-tint);justify-content:space-between;gap:24px;padding-top:22px;font-size:12px;display:flex}.showcase-page{min-height:calc(100vh - 76px);padding-top:clamp(70px,9vw,128px);padding-bottom:120px}.showcase-page-intro{max-width:1050px;margin-bottom:58px}.showcase-page-intro h1,.showcase-detail h1,.showcase-page>h1,.showcase-demo-heading h1{font-size:clamp(52px,7vw,100px);line-height:.92}.showcase-search{border-bottom:1px solid #9ca7a1;grid-template-columns:1fr auto;max-width:780px;margin-bottom:50px;display:grid}.showcase-search input{min-height:54px;color:var(--showcase-ink);background:0 0;border:0;outline:0;padding:0;font-size:18px}.showcase-search button{color:var(--showcase-green);cursor:pointer;background:0 0;border:0;font-weight:750}.showcase-back{color:#66736c;margin-bottom:64px;font-size:13px;text-decoration:none;display:inline-block}.showcase-detail{grid-template-columns:minmax(0,1.4fr) minmax(280px,.65fr);align-items:end;gap:clamp(50px,10vw,160px);display:grid}.showcase-detail .showcase-badge{margin-bottom:38px}.showcase-detail-copy{padding-bottom:10px}.showcase-lede{font-family:var(--showcase-serif);letter-spacing:-.02em;margin:0 0 24px;font-size:28px;line-height:1.18}.showcase-facts{border:1px solid var(--showcase-line);background:var(--showcase-line);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:110px;display:grid}.showcase-facts>div{background:#f4f1ea;gap:9px;padding:25px;display:grid}.showcase-facts span{color:#78827d;text-transform:uppercase;font-size:11px}.showcase-facts strong{font-family:var(--showcase-serif);font-size:20px;font-weight:500}.showcase-demo-page{max-width:1600px;margin:0 auto}.showcase-demo-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px;display:flex}.showcase-demo-heading .showcase-back{margin-bottom:46px}.showcase-hosted-state{border:1px solid var(--showcase-line);background:#ffffff85;border-radius:20px;max-width:760px;padding:50px}.showcase-hosted-state h2{font-family:var(--showcase-serif);margin:24px 0 16px;font-size:42px;font-weight:450}.showcase-hosted-state p{color:var(--showcase-muted);line-height:1.65}.showcase-notice{color:#6b4d22;background:#f4ead7;border:1px solid #d4bd91;border-radius:12px;max-width:760px;margin:24px 0;padding:17px 20px;line-height:1.5}.showcase-request{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:clamp(50px,10vw,160px);display:grid}.showcase-access-form{border:1px solid var(--showcase-line);background:#ffffff8c;border-radius:18px;align-self:start;gap:24px;padding:34px;display:grid}.showcase-access-form label{color:#59675f;gap:8px;font-size:12px;font-weight:700;display:grid}.showcase-access-form input,.showcase-access-form textarea{width:100%;color:var(--showcase-ink);background:0 0;border:0;border-bottom:1px solid #afb8b3;outline:0;padding:12px 0}.showcase-access-form button{color:#f5f1e9;background:var(--showcase-green);cursor:pointer;border:0;border-radius:999px;min-height:46px;font-weight:700}.showcase-code{color:#d8e4dc;background:#162c25;border-radius:16px;max-height:650px;padding:24px;font-size:12px;overflow:auto}.showcase-footer{color:#67736d;border-top:1px solid var(--showcase-line);grid-template-columns:1fr 1fr;align-items:end;gap:50px;padding-top:60px;padding-bottom:60px;display:grid}.showcase-footer>div{align-items:center;gap:13px;display:flex}.showcase-footer strong{color:var(--showcase-ink);font-family:var(--showcase-serif);font-size:18px}.showcase-footer p{justify-self:end;max-width:550px;margin:0;font-size:12px;line-height:1.6}@media (width<=860px){.showcase-header{grid-template-columns:1fr auto}.showcase-header nav{display:none}.showcase-hero,.showcase-detail,.showcase-request{grid-template-columns:1fr}.showcase-hero{min-height:auto}.showcase-facts,.showcase-footer{grid-template-columns:1fr}.showcase-footer p{justify-self:start}}@media (width<=560px){.showcase-brand strong{display:none}.showcase-hero h1{font-size:50px}.showcase-section-heading,.showcase-demo-heading,.showcase-principle>div{flex-direction:column;align-items:start}.showcase-demo-frame{min-height:580px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms}}.experience-shell{--experience-bar-height:58px;grid-template-rows:var(--experience-bar-height) minmax(0, 1fr);width:100%;height:100dvh;min-height:420px;color:var(--hd-text);background:var(--hub-grey-100);display:grid;position:relative;overflow:hidden}.experience-bar{z-index:30;border-bottom:1px solid var(--hd-separator);background:var(--hub-glass-strong);justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:0 18px;display:flex;position:relative;box-shadow:0 1px #18181b05}.experience-bar-primary,.experience-bar-actions{align-items:center;gap:8px;min-width:0;display:flex}.experience-icon-button{width:36px;height:36px;color:var(--hub-ink-600);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;place-items:center;padding:0;text-decoration:none;display:grid}.experience-icon-button:hover{color:var(--hd-text);background:var(--hub-grey-100)}.experience-icon-button:focus-visible,.experience-exit:focus-visible,.experience-launch-option:focus-visible,.experience-state a:focus-visible,.experience-state button:focus-visible{outline-offset:2px;outline:3px solid #18181b33}.experience-menu-button{display:none}.experience-mark{width:34px;height:34px;color:var(--hd-surface);background:var(--hd-text);font-family:var(--showcase-serif);border-radius:10px;flex:none;place-items:center;margin-left:2px;font-size:17px;font-weight:700;display:grid}.experience-identity{min-width:0;margin-left:3px;line-height:1.05;display:grid}.experience-identity strong{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.experience-identity small{color:var(--hd-text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:5px;font-size:9px;font-weight:700}.experience-exit{min-height:34px;color:var(--hd-surface);background:var(--hd-text);border-radius:9px;align-items:center;margin-left:4px;padding:0 13px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.experience-stage{background:var(--hd-surface);min-width:0;min-height:0;position:relative;overflow:hidden}.experience-frame{background:var(--hd-surface);border:0;width:100%;height:100%;display:block}.experience-state{align-content:center;justify-items:start;width:min(620px,100% - 48px);height:100%;margin:0 auto;display:grid}.experience-state>span{color:var(--hd-text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:750}.experience-state h1{max-width:570px;font-family:var(--showcase-serif);letter-spacing:-.045em;margin:16px 0;font-size:clamp(34px,5vw,62px);font-weight:500;line-height:.98}.experience-state p{max-width:520px;color:var(--hd-text-muted);margin:0;font-size:14px;line-height:1.65}.experience-state a,.experience-state button{min-height:42px;color:var(--hd-surface);background:var(--hd-text);cursor:pointer;font:inherit;border:0;border-radius:10px;align-items:center;margin-top:26px;padding:0 17px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.experience-backdrop{z-index:49;background:var(--hub-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;border:0;padding:0;position:fixed;inset:0}.experience-drawer{z-index:50;width:min(390px,100vw - 32px);color:var(--hd-separator);background:var(--hd-text);flex-direction:column;padding:28px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:20px 0 60px #0000003d}.experience-drawer>header{justify-content:space-between;align-items:start;gap:20px;display:flex}.experience-drawer>header span,.experience-drawer h2,.experience-drawer dt{color:var(--hub-grey-400);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:750}.experience-drawer>header h1{color:var(--hd-canvas);font-family:var(--showcase-serif);letter-spacing:-.035em;margin:10px 0 0;font-size:34px;font-weight:500}.experience-drawer>header .experience-icon-button{color:var(--hub-grey-300)}.experience-drawer>header .experience-icon-button:hover{color:var(--hd-surface);background:var(--hub-ink-900)}.experience-drawer>p{color:var(--hub-grey-400);margin:28px 0;font-size:13px;line-height:1.65}.experience-drawer dl{border-top:1px solid var(--hub-ink-700);margin:0 0 30px;display:grid}.experience-drawer dl>div{border-bottom:1px solid var(--hub-ink-700);grid-template-columns:92px minmax(0,1fr);gap:16px;padding:13px 0;display:grid}.experience-drawer dt,.experience-drawer dd{margin:0}.experience-drawer dd{color:var(--hd-separator);text-transform:capitalize;font-size:12px}.experience-drawer section{gap:8px;display:grid}.experience-drawer h2{margin:0 0 4px}.experience-launch-option{width:100%;min-height:60px;color:var(--hub-grey-100);border:1px solid var(--hub-ink-700);background:var(--hub-ink-900);cursor:pointer;text-align:left;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;display:flex}.experience-launch-option:hover{border-color:var(--hd-text-muted);background:var(--hub-ink-700)}.experience-launch-option:disabled{cursor:wait;opacity:.55}.experience-launch-option>span:first-child{gap:5px;display:grid}.experience-launch-option strong{font-size:12px}.experience-launch-option small{color:var(--hub-grey-400);font-size:10px}.experience-drawer footer{gap:18px;margin-top:auto;padding-top:30px;display:flex}.experience-drawer footer a{color:var(--hub-grey-300);text-underline-offset:4px;font-size:11px;font-weight:700}.experience-selection{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=680px){.experience-shell{--experience-bar-height:52px}.experience-bar{padding:0 8px}.experience-menu-button{display:grid}.experience-back-button{display:none}.experience-mark{border-radius:9px;width:32px;height:32px;margin-left:0;font-size:15px}.experience-bar-actions .experience-icon-button{display:none}.experience-exit{min-height:32px;padding:0 11px}.experience-drawer{width:min(340px,100vw - 24px);padding:22px}.experience-state{width:min(100% - 32px,620px)}.experience-state h1{font-size:clamp(32px,11vw,48px)}}.showcase-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.showcase-error{color:#8a2d24}.room-switcher{flex-shrink:0;margin-left:4px;position:relative}.room-trigger{border:1px solid var(--hd-separator);background:var(--hd-surface);white-space:nowrap;height:34px;color:var(--hd-text);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:13px;font-weight:600;transition:border-color .12s;display:inline-flex;position:relative}.room-trigger:hover,.room-trigger:focus-visible{border-color:var(--hd-text);outline:none}.room-chevron{color:var(--hub-grey-400)}.room-mark{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.room-mark i{background:var(--hd-separator);border-radius:2px;width:4px;height:11px;display:block}.room-mark i.is-lit{background:var(--hd-text)}.room-menu{z-index:50;border:1px solid var(--hd-separator);background:var(--hd-surface);width:min(19rem,100vw - 3rem);max-height:min(650px,100dvh - 100px);box-shadow:0 18px 44px var(--hub-shadow-ink);border-radius:10px;flex-direction:column;gap:2px;margin-top:6px;padding:4px;display:flex;position:absolute;top:100%;left:0;overflow-y:auto}.room-item{text-align:left;color:var(--hd-text);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:flex-start;gap:9px;padding:8px 10px;display:flex}.room-item:hover,.room-item:focus-visible{background:var(--hub-grey-100);outline:none}.room-item .room-mark{margin-top:2px}.room-item-copy{gap:1px;display:grid}.room-item-label{font-size:13px;font-weight:600}.room-item-label.is-current{color:var(--hd-text);text-underline-offset:3px;text-decoration:underline}.room-item-lede{color:var(--hd-text-muted);font-size:12px;line-height:1.35}.room-menu-compact{width:min(20rem,100vw - 2rem);padding:6px}.room-menu-group{border:0;flex-direction:column;gap:2px;min-width:0;margin:0;padding:0;display:flex}.room-menu-compact .room-menu-group+.room-menu-group{border-top:1px solid var(--hd-separator);margin-top:6px;padding-top:6px}.room-menu-compact .room-item{align-items:center;min-height:38px}.room-selected-check{width:14px;color:var(--hd-text);flex-shrink:0;margin-left:auto}.room-menu:not(.room-menu-original) .room-item.is-selected{background:var(--hub-grey-100)}.room-menu:not(.room-menu-original) .room-item-label.is-current{text-decoration:none}.room-menu-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:min(38rem,100vw - 2rem);padding:8px;display:grid;left:50%;transform:translate(-50%)}.room-menu-columns .room-item{min-height:61px}.room-menu-grouped{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;width:min(49rem,100vw - 2rem);padding:12px;display:grid;left:50%;transform:translate(-50%)}.room-menu-group-title{color:var(--hd-text-muted);letter-spacing:.06em;text-transform:uppercase;padding:4px 10px 10px;font-size:11px;font-weight:650}.room-menu-grouped .room-menu-group+.room-menu-group{border-left:1px solid var(--hd-separator);padding-left:12px}.room-menu-grouped .room-item{min-height:62px}.room-menu-grouped .room-mark{gap:1px}.room-menu-grouped .room-mark i{width:3px}.menu-proof-controls{background:var(--hd-surface);color:var(--hd-text);border-bottom:1px solid var(--hd-separator);padding:24px 32px 16px}.menu-proof-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.menu-proof-kicker{color:var(--room-pine);letter-spacing:.1em;margin:0 0 8px;font-size:11px;font-weight:650}.menu-proof-heading h1{letter-spacing:-.025em;margin:0 0 8px;font-size:24px}.menu-proof-heading p:not(.menu-proof-kicker){color:var(--hd-text-muted);margin:0;font-size:13px;line-height:1.5}.menu-proof-back{color:var(--hd-text);white-space:nowrap;font-size:12px}.menu-proof-options{border:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;margin:18px 0 12px;padding:0;display:grid}.menu-proof-options button{border:1px solid var(--hd-separator);background:var(--hd-canvas);color:var(--hd-text);text-align:left;cursor:pointer;border-radius:10px;align-content:start;gap:6px;padding:12px;display:grid}.menu-proof-options button[aria-pressed=true]{border-color:var(--room-pine);box-shadow:inset 0 0 0 1px var(--room-pine);background:var(--room-sage-100)}.menu-proof-options strong{font-size:13px}.menu-proof-options span{color:var(--hd-text-muted);font-size:12px;line-height:1.45}.menu-proof-actions{align-items:center;gap:10px;display:flex}.menu-proof-actions>span{color:var(--hd-text-muted);margin-right:auto;font-size:11px;line-height:1.5}.menu-proof-actions button{white-space:nowrap;border:1px solid var(--hd-separator);background:var(--hd-surface);color:var(--hd-text);cursor:pointer;border-radius:7px;padding:8px 11px;font-size:12px}.menu-proof-saved{color:var(--hd-text-muted);margin:10px 0 0;font-size:11px}.menu-proof-brand{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}@media (width<=760px){.menu-proof-controls{padding:20px 16px}.menu-proof-heading{flex-direction:column;gap:12px}.menu-proof-options{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-proof-actions{flex-wrap:wrap}.menu-proof-actions>span{width:100%}.menu-proof-site .hub-account{display:none}.menu-proof-site .hub-header-inner{width:100%;margin:0;padding-left:16px;padding-right:16px}.menu-proof-site .room-menu{width:calc(100vw - 32px);position:absolute;top:calc(100% + 6px);left:auto;right:0;transform:none}.room-menu-grouped{grid-template-columns:1fr;width:auto;max-height:calc(100dvh - 94px);position:fixed;top:78px;left:16px;right:16px;overflow-y:auto;transform:none}.room-menu-grouped .room-menu-group+.room-menu-group{border-left:0;border-top:1px solid var(--hd-separator);padding:8px 0 0}.room-menu-grouped .room-item{min-height:50px}.room-menu-columns .room-mark{display:none}}.hub-app-card.is-static{cursor:default}.hub-card-arrow{color:var(--hub-grey-400);margin-left:auto}@media (width<=680px){.room-trigger span:not(.room-mark){display:none}}.hub-badge-free{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.hub-badge-tier{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.product-page{width:100%;max-width:860px;margin:0 auto;padding:28px clamp(16px,4vw,48px) 64px;overflow-y:auto}.product-header{border-bottom:1px solid var(--hd-separator);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding-bottom:22px;display:grid}.product-mark{background:var(--hd-text);width:72px;height:72px;color:var(--hd-surface);font-family:var(--showcase-serif);border-radius:20px;place-items:center;font-size:34px;display:grid}.product-heading h1{letter-spacing:-.02em;margin:0;font-size:clamp(24px,3.4vw,32px)}.product-heading p{color:var(--hd-text-muted);max-width:52ch;margin:4px 0 0;line-height:1.5}.product-action{justify-items:center;gap:6px;display:grid}.product-action button{background:var(--hd-accent);min-height:44px;color:var(--hd-surface);cursor:pointer;border:0;border-radius:999px;padding:0 22px;font-size:15px;font-weight:650}.product-action button:disabled{opacity:.6}.product-action small{color:var(--hd-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.product-refusal{background:var(--hub-danger-tint);color:var(--hub-danger);border-radius:10px;margin:16px 0 0;padding:12px 16px;font-size:14px}.product-receipt{background:var(--hub-ok-tint);color:var(--hd-text);border-radius:10px;margin:16px 0 0;padding:12px 16px;font-size:14px}.product-receipt a{color:inherit;font-weight:650}.product-evidence{scrollbar-width:none;gap:10px;margin:22px 0 0;padding:0 0 6px;list-style:none;display:flex;overflow-x:auto}.product-evidence li{border:1px solid var(--hd-separator);background:var(--hd-surface);text-align:center;border-radius:14px;flex:none;justify-items:center;gap:2px;min-width:128px;padding:14px 16px;display:grid}.product-evidence strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:15px}.product-evidence small{color:var(--hd-text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:11px}.product-body{gap:30px;margin-top:30px;display:grid}.product-description{font-family:var(--showcase-serif);color:var(--hd-text);max-width:64ch;margin:0;font-size:clamp(19px,2.4vw,23px);line-height:1.5}.product-get h2{letter-spacing:.12em;text-transform:uppercase;color:var(--hd-text-muted);margin:0 0 12px;font-size:12px}.product-get dl{gap:8px;margin:0;display:grid}.product-get dl div{border-bottom:1px solid var(--hd-separator);justify-content:space-between;gap:16px;padding:10px 0;font-size:14px;display:flex}.product-get dt{color:var(--hd-text-muted)}.product-get dd{text-align:right;overflow-wrap:anywhere;margin:0}.product-get>a{margin-top:12px;font-size:14px;display:inline-block}.product-provenance{color:var(--hd-text-muted);border-top:1px solid var(--hd-separator);overflow-wrap:anywhere;padding-top:14px;font-size:12px}.demo-modal{z-index:60;position:fixed;inset:0}.demo-scrim{background:var(--hub-scrim);cursor:pointer;border:0;position:absolute;inset:0}.demo-sheet{background:var(--hd-canvas);box-shadow:0 24px 80px var(--hub-shadow-ink);border-radius:16px;grid-template-rows:auto 1fr;display:grid;position:absolute;inset:24px;overflow:hidden}.demo-sheet>header{border-bottom:1px solid var(--hd-separator);background:var(--hd-surface);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.demo-sheet>header span{align-items:center;gap:6px;display:flex}.demo-newtab{place-items:center;font-size:16px;text-decoration:none;display:grid}@media (width<=680px){.demo-sheet{border-radius:0;inset:0}.product-header{grid-template-columns:auto 1fr}.product-action{grid-column:1/-1;justify-items:stretch}.product-action button{width:100%}}.hub-header{height:60px}.hub-header .hub-header-inner{height:60px;min-height:60px;padding-block:8px}.hub-header .hub-brand-mark{border-radius:10px;width:36px;height:36px;font-size:20px}.hub-header .hub-brand-copy small{font-size:9px}.hub-header .hub-account-copy{display:none}.hub-header .hub-account>a{font-size:12px}::view-transition-old(root){animation-duration:.16s;animation-timing-function:ease-out}::view-transition-new(root){animation-duration:.16s;animation-timing-function:ease-out}.hub-header{view-transition-name:showcase-header}::view-transition-old(showcase-header){animation:none}::view-transition-new(showcase-header){animation:none}.showcase-route-pending{color:#617167;min-height:65vh;padding:clamp(24px,5vw,64px)}.showcase-route-placeholder{background:#f0f3ee;border-radius:16px;max-width:1100px;height:180px}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}html.lab-reduce-motion::view-transition-group(*){animation:none!important}html.lab-reduce-motion::view-transition-old(*){animation:none!important}html.lab-reduce-motion::view-transition-new(*){animation:none!important}:root{--lab-forest:#285447;--lab-fill:#edf3ed}@media (prefers-color-scheme:dark){:root{--lab-forest:#a2cdb5;--lab-fill:#25312a}}.hub-header,.hub-header .hub-header-inner{height:64px;min-height:64px}.hub-header .hub-header-inner{grid-template-columns:1fr auto 1fr;gap:18px;width:calc(100% - 56px);padding:0;display:grid}.hub-header .hub-brand{gap:12px;width:max-content}.hub-header .hub-brand-mark{width:38px;height:38px;font-size:25px}.hub-header .hub-brand-copy strong{font-size:18px}.hub-header .hub-brand-copy small{margin-top:5px;font-size:10px}.hub-header .room-trigger{min-height:38px;padding:9px 13px;font-size:13px}.lab-navigation{justify-self:end;align-items:center;gap:9px;display:flex;position:relative}.lab-nav-button{width:38px;height:38px;color:var(--lab-forest);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.lab-nav-button:hover,.lab-nav-button[aria-expanded=true]{background:var(--lab-fill)}.lab-account-avatar{border:1px solid var(--hd-separator);background:var(--lab-fill);border-radius:50%}.lab-popover{z-index:60;border:1px solid var(--hd-separator);background:var(--hd-surface);border-radius:16px;padding:18px;animation:.16s ease-out lab-appear;position:absolute;top:46px;box-shadow:0 16px 50px #23352a25}.lab-launcher{width:382px;right:47px}.lab-popover-title{color:var(--hd-text-muted);letter-spacing:1.2px;text-transform:uppercase;margin:0 0 16px 3px;font-size:10px}.lab-launch-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.lab-launch-item{text-align:center;color:var(--hd-text);border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:16px 4px;font-size:12px;font-weight:550;text-decoration:none;display:flex}.lab-launch-item svg{width:25px;height:25px;color:var(--lab-forest)}.lab-launch-item:hover,.lab-launch-item[data-status=active]{background:var(--lab-fill)}.lab-launch-footer{border-top:1px solid var(--hd-separator);color:var(--hd-text-muted);margin:16px 0 0;padding-top:14px;font-size:11px}.lab-account-menu{width:252px;padding:10px;right:0}.lab-account-summary{border-bottom:1px solid var(--hd-separator);margin-bottom:7px;padding:13px 11px 16px}.lab-account-summary strong{font-size:14px;display:block}.lab-account-summary small{color:var(--hd-text-muted);margin-top:5px;font-size:11px;display:block}.lab-account-menu a{color:var(--hd-text);border-radius:7px;align-items:center;gap:11px;padding:11px;font-size:13px;text-decoration:none;display:flex}.lab-account-menu a:hover{background:var(--lab-fill)}.lab-account-menu svg{width:17px;height:17px}.lab-account-menu .lab-access-link{border-top:1px solid var(--hd-separator);color:var(--hd-text-muted);border-radius:0;justify-content:space-between;margin-top:6px;font-size:12px}.lab-page{max-width:1110px;margin:auto;padding:42px 28px 70px}.lab-eyebrow{letter-spacing:1.6px;text-transform:uppercase;color:var(--lab-forest);font-size:10px;font-weight:650}.lab-page h1{letter-spacing:-1.5px;margin:12px 0 14px;font-size:38px;line-height:1.12}.lab-lede{max-width:650px;color:var(--hd-text-muted);margin-bottom:28px;font-size:15px;line-height:1.75}.lab-page h2{letter-spacing:-.5px;font-size:21px}.lab-button{border:1px solid var(--hd-separator);background:var(--hd-surface);color:var(--lab-forest);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:12px;font-weight:650;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.lab-button.lab-primary{color:#fff;border-color:var(--lab-forest);background:#285447}.lab-button:hover{transform:translateY(-1px);box-shadow:0 5px 14px #26473514}.lab-badge{background:var(--lab-fill);color:var(--hd-text-muted);white-space:nowrap;border-radius:12px;padding:4px 8px;font-size:10px}.lab-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.lab-card{background:var(--hd-surface);border:1px solid var(--hd-separator);border-radius:15px;flex-direction:column;align-items:flex-start;padding:24px;transition:box-shadow .2s,transform .2s;display:flex}.lab-card:hover{transform:translateY(-2px);box-shadow:0 9px 23px #334b3410}.lab-card h2{letter-spacing:-.6px;margin:18px 0 10px;font-size:20px}.lab-card p,.lab-panel p,.lab-steps p{color:var(--hd-text-muted);font-size:13px;line-height:1.8}.lab-card ul{color:var(--hd-text-muted);margin-bottom:24px;padding-left:18px;font-size:12px;line-height:2}.lab-card>.lab-button{margin-top:auto}.lab-card .lab-art{background:var(--lab-fill);border-radius:10px;place-items:center;width:100%;height:140px;margin-bottom:18px;display:grid}.lab-art svg{width:48px;height:48px;color:var(--lab-forest)}.lab-art.lab-art-book{background:#f3ece0}.lab-book-cover{color:#e3ebd8;background:#244b3a;border-left:6px solid #183d2d;border-radius:2px 6px 6px 2px;width:84px;height:112px;padding:16px 10px;font-size:14px;font-weight:650;line-height:1.4;transform:rotate(-8deg);box-shadow:5px 6px 10px #0002}.lab-book-cover small{font-size:8px}.lab-app-symbol{color:var(--lab-forest);font-size:26px}.lab-card-actions{justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:auto;padding-top:22px;display:flex}.lab-small{color:var(--hd-text-muted);font-size:11px;line-height:1.7}.lab-small a,a.lab-small{text-underline-offset:3px}.lab-feature-banner{background:var(--lab-fill);border:1px solid var(--hd-separator);border-radius:17px;justify-content:space-between;align-items:center;gap:22px;padding:28px;display:flex}.lab-feature-banner h2{margin:0 0 9px}.lab-feature-banner p{color:var(--hd-text-muted);margin:0;font-size:13px;line-height:1.7}.lab-feature-banner .lab-button{flex-shrink:0}.lab-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:30px 0;display:grid}.lab-steps section{border-top:1px solid var(--hd-separator);padding:20px 0}.lab-panel{background:var(--hd-surface);border:1px solid var(--hd-separator);border-radius:15px;max-width:850px;margin-top:20px;padding:26px}.lab-setting{align-items:center;gap:10px;margin:22px 0;font-size:14px;display:flex}.lab-notice{background:var(--lab-fill);color:var(--hd-text-muted);border-radius:8px;margin:22px 0;padding:13px 16px;font-size:12px;line-height:1.7}.lab-agent-instructions{color:#e6f0e8;overflow-wrap:anywhere;white-space:pre-wrap;background:#243e30;border-radius:12px;padding:24px;font-family:monospace;font-size:12px;line-height:1.9}.lab-account-tabs{flex-wrap:wrap;gap:8px;margin:25px 0;display:flex}.lab-account-tabs .lab-button[data-status=active]{background:var(--lab-fill)}.lab-price{letter-spacing:-1px;font-size:29px;font-weight:650}.lab-price small{letter-spacing:0;font-size:12px;font-weight:400}.lab-identity{overflow-wrap:anywhere;grid-template-columns:auto 1fr;gap:12px;font-size:13px;display:grid}.lab-identity dd{margin:0}.lab-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#17332260}.lab-dialog{border:1px solid var(--hd-separator);width:calc(100vw - 36px);max-width:470px;color:var(--hd-text);background:var(--hd-surface);border-radius:18px;padding:32px;box-shadow:0 22px 90px #0002}.lab-dialog p{color:var(--hd-text-muted);font-size:14px;line-height:1.8}.lab-dialog-close{float:right;background:var(--lab-fill);cursor:pointer;border:0;border-radius:50%;width:28px;height:28px;font-size:20px}.lab-navigation :focus-visible,.lab-page :focus-visible,.lab-dialog :focus-visible{outline:3px solid var(--lab-forest);outline-offset:3px}.product-workspace[data-experience=product] .ws-top{justify-content:space-between;gap:14px;display:flex}.ws-demo-link{color:var(--lab-forest);background:var(--lab-fill);border:1px solid var(--hd-separator);border-radius:7px;padding:9px 12px;font-size:12px;font-weight:600;text-decoration:none}@keyframes lab-appear{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.lab-reduce-motion *,.lab-reduce-motion :before,.lab-reduce-motion :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.lab-popover,.lab-card,.lab-button{transition:none;animation:none}}@media (width<=800px){.hub-header .hub-header-inner{grid-template-columns:auto 1fr auto;gap:10px;width:calc(100% - 32px)}.hub-header .hub-brand-copy small{font-size:9px;display:block}.hub-header .hub-brand-copy strong{font-size:15px}.hub-header .room-switcher{justify-self:center}.hub-header .room-mark{gap:1px;display:inline-flex}.hub-header .room-mark i{width:2px;height:9px}.lab-launcher{right:0}.lab-cards,.lab-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.lab-page h1{font-size:31px}}@media (width<=640px){.hub-header,.hub-header .hub-header-inner{height:auto;min-height:64px}.hub-header .hub-header-inner{grid-template-columns:minmax(92px,1fr) minmax(0,1.5fr) auto;gap:0 7px;width:calc(100% - 24px);padding-block:12px}.hub-header .hub-brand{gap:8px;width:auto;min-width:0}.hub-header .hub-brand-copy{display:grid}.hub-header .hub-brand-copy small{text-wrap:balance;margin-top:4px;font-size:9px;line-height:1.25;display:block}.hub-header .room-switcher{grid-area:1/2;justify-self:center;width:100%;min-width:0;margin-top:0}.hub-header .lab-navigation{grid-area:1/3}.hub-header .hub-brand-mark{width:34px;height:34px}.hub-header .room-trigger{gap:4px;width:100%;min-width:0;max-width:100%;padding:7px;font-size:11px}.hub-header .room-trigger>span:not(.room-mark){text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.lab-navigation{gap:4px}.hub-header .lab-nav-button{width:32px;height:38px}.hub-header .room-chevron{flex-shrink:0;width:10px}.lab-launcher{width:calc(100vw - 24px);position:fixed;top:70px;right:12px}.lab-cards,.lab-steps{grid-template-columns:1fr}.lab-page{padding:28px 18px 50px}.lab-feature-banner{flex-direction:column;align-items:flex-start}.ws-demo-link{max-width:145px;font-size:10px}.lab-identity{grid-template-columns:1fr}}@media (width>=681px) and (width<=1000px){.hub-header .room-menu-grouped{width:auto;position:fixed;top:70px;left:16px;right:16px;transform:none}}@media (width>=360px) and (width<=760px){.hub-header .room-menu-grouped{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:calc(100dvh - 86px);padding:8px;top:70px}.hub-header .room-menu-grouped .room-menu-group+.room-menu-group{border-top:0;padding:0}.hub-header .room-menu-grouped .room-menu-group:nth-child(2){border-left:1px solid var(--hd-separator);padding-left:8px}.hub-header .room-menu-grouped .room-menu-group:last-child{border-top:1px solid var(--hd-separator);grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:8px;display:grid}.hub-header .room-menu-grouped .room-menu-group:last-child .room-menu-group-title{grid-column:1/-1}.hub-header .room-menu-group-title{padding:4px 6px 8px;font-size:10px}.hub-header .room-menu-grouped .room-item{gap:5px;min-height:56px;padding:8px 6px}.hub-header .room-item-copy{min-width:0}.hub-header .room-item-label{font-size:12px}.hub-header .room-item-lede{font-size:11px}.hub-header .room-selected-check{width:10px}}:root{--page-top:24px;--page-intro-gap:18px;--page-controls-gap:20px;--page-title-size:26px}.page-shell{padding-top:var(--page-top)}.page-intro{margin-bottom:var(--page-intro-gap)}.page-shell .page-intro h1{font-size:var(--page-title-size);margin-bottom:6px;line-height:1.2}.page-shell .page-intro p{font-size:15px;line-height:1.5}.page-shell .hub-controls{margin-bottom:var(--page-controls-gap)}.page-shell .hub-control-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.page-shell .hub-control-row input{background:var(--hd-surface);min-width:0;height:40px;padding-inline:12px}.page-shell .hub-control-row>button{border:1px solid var(--hd-separator);background:var(--hd-surface);flex-shrink:0;align-self:center;height:40px;padding:0 12px}.page-shell .hub-control-row>button:hover,.page-shell .hub-control-row>button[aria-expanded=true]{color:var(--hd-text);background:var(--hub-grey-100)}.page-shell .hub-control-row>button:focus-visible{outline:2px solid var(--hd-text-muted);outline-offset:2px}.page-shell .hub-filters.is-open{max-height:none}@media (width<=680px){.page-shell{padding-top:20px}.page-intro{margin-bottom:16px}.page-shell .page-intro h1{font-size:24px}.page-shell .page-intro p{font-size:14px}.page-shell .hub-control-row input{flex:1;width:0}}.page-shell .page-intro{margin-top:0}.page-shell .page-intro h1{letter-spacing:-.03em;margin-top:0}.page-shell .page-intro p{color:var(--hd-text-muted);margin:0}.page-shell>.showcase-text-link+.page-intro,.page-shell>.showcase-text-link+article>.page-intro{margin-top:16px}.page-shell.page-editorial{max-width:880px}.page-shell .page-intro .lab-eyebrow{margin-bottom:6px;font-size:11px}.agent-app-list{gap:12px;display:grid}.agent-app-list>div{border-bottom:1px solid var(--hd-separator);grid-template-columns:130px 1fr auto;align-items:center;gap:8px 16px;padding-block:12px;display:grid}.agent-app-list>div>span{color:var(--hd-text-muted);font-size:13px}.agent-app-list>div>a:last-child{grid-column:2/-1;font-size:13px}.lab-panel details{margin-block:14px}.lab-panel summary{cursor:pointer;font-weight:600}.lab-panel[id]{scroll-margin-top:90px}@media (width<=680px){.agent-app-list>div{grid-template-columns:1fr}.agent-app-list>div>a:last-child{grid-column:auto}}:where(img.showcase-image){height:auto}img.showcase-image[data-loaded]{transition:opacity .18s ease-out,transform .24s cubic-bezier(.2,.7,.2,1)}img.showcase-image[data-loaded=false]{opacity:0}img.showcase-image[data-loaded=true]{opacity:1}.lab-reduce-motion img.showcase-image[data-loaded]{transition:none}@media (prefers-reduced-motion:reduce){img.showcase-image[data-loaded]{transition:none}}.game-card-cover{object-fit:cover;background:#e8efe7;border-radius:12px;width:100%;height:190px;margin-bottom:20px}.game-detail-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:40px;margin-top:28px;display:grid}.game-cover{margin:0}.game-cover img{object-fit:cover;background:#e8efe7;border-radius:18px;width:100%;max-height:500px;display:block}.game-cover figcaption,.game-preview-note{opacity:.7;margin-top:10px;font-size:13px}.game-play-panel{margin-top:0}.game-play-panel .editorial-primary{margin:12px 0;display:inline-block}@media (width<=720px){.game-detail-layout{grid-template-columns:1fr;gap:20px}.game-cover img{max-height:320px}}.game-screenshot{margin:0}.game-screenshot img{border-radius:12px;width:100%;height:auto}.game-screenshot figcaption{opacity:.7;margin-top:10px;font-size:13px}.game-product-actions{flex-direction:column;align-items:flex-start;gap:12px;margin-top:auto;padding-top:24px;display:flex}.game-product-actions .editorial-primary{font-size:14px}.platform-capabilities .hub-app-card p{-webkit-line-clamp:unset;display:block;overflow:visible}.product-page{max-width:1240px;padding-bottom:64px}.product-breadcrumbs{color:var(--hd-text-muted);flex-wrap:wrap;gap:10px;margin:8px 0 38px;font-size:13px;display:flex}.product-breadcrumbs a{color:inherit;text-decoration:none}.product-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--hd-text-muted);margin:0 0 12px;font-weight:650;font-size:11px!important}.product-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr);align-items:center;gap:54px;padding:12px 0 46px;display:grid}.product-hero h1,.collection-hero h1{letter-spacing:-.045em;text-wrap:balance;margin:0 0 22px;font-size:clamp(36px,4.5vw,64px);line-height:1.04}.product-deck{color:var(--hd-text-muted);max-width:42ch;font-size:21px;line-height:1.5}.product-tags{flex-wrap:wrap;gap:7px;margin:22px 0 26px;display:flex}.product-tags span{border:1px solid var(--hd-separator);border-radius:6px;padding:5px 9px;font-size:12px}.product-action-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.product-primary,.product-secondary{border:1px solid var(--hd-text);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:22px;min-height:44px;padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.product-primary{color:#304936;background:#e8efe5;border-color:#ccd9c6}.product-primary:hover{opacity:.85}.product-secondary{background:var(--hd-surface);color:var(--hd-text);border-color:var(--hd-separator)}.product-footnote{color:var(--hd-text-muted);max-width:55ch;margin:13px 0 0;font-size:12px;line-height:1.6}.product-launch-status{color:var(--hd-text-muted);padding:12px 0;font-size:13px;display:block}.product-hero-art{min-width:0;margin:0}.product-hero-art img{border:1px solid var(--hd-separator);border-radius:14px;width:100%;display:block;box-shadow:0 18px 50px #00000012}.product-hero-art figcaption,.product-gallery-main figcaption{color:var(--hd-text-muted);margin:12px 2px 0;font-size:12px;line-height:1.5}.product-hero-art-book{text-align:center;background:linear-gradient(130deg,#f3efe8,#e6e2d9);border-radius:18px;padding:22px 44px}.product-hero-art-book img{border-radius:3px 9px 9px 3px;width:auto;max-width:235px;max-height:355px;margin:auto;box-shadow:8px 18px 28px #30251a30}.product-hero-art-book figcaption{color:#5d554a}.product-section-nav{border-top:1px solid var(--hd-separator);border-bottom:1px solid var(--hd-separator);gap:28px;padding:18px 0;display:flex;overflow-x:auto}.product-section-nav a{white-space:nowrap;color:var(--hd-text-muted);font-size:13px;text-decoration:none}.product-section{margin-top:58px;scroll-margin-top:90px}.product-section h2,.product-bottom-cta h2,.collection-platform-banner h2{letter-spacing:-.025em;margin:0 0 15px;font-size:30px;line-height:1.15}.product-overview{grid-template-columns:1fr 1.7fr;align-items:start;gap:50px;display:grid}.product-overview>p{max-width:70ch;margin:0;font-size:19px;line-height:1.8}.product-section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.product-section-heading h2{margin:0}.product-section-heading>span{color:var(--hd-text-muted);font-size:12px}.product-gallery-main{background:var(--hd-surface);border:1px solid var(--hd-separator);border-radius:16px;margin:0;padding:14px}.product-gallery-main img{object-fit:contain;background:var(--hd-canvas);border-radius:7px;width:100%;max-height:670px;display:block}.product-gallery-thumbs{gap:12px;margin-top:16px;padding-bottom:5px;display:flex;overflow-x:auto}.product-gallery-thumbs button{background:var(--hd-surface);border:1px solid var(--hd-separator);cursor:pointer;text-align:left;color:var(--hd-text);border-radius:9px;flex:0 0 190px;padding:7px}.product-gallery-thumbs button[aria-pressed=true]{border-color:var(--hd-text);outline:1px solid var(--hd-text)}.product-gallery-thumbs img{object-fit:cover;object-position:top;border-radius:4px;width:100%;height:100px}.product-gallery-thumbs span{padding:7px 2px 2px;font-size:11px;display:block}.product-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-feature-grid article{border:1px solid var(--hd-separator);background:var(--hd-surface);border-radius:13px;padding:26px}.product-feature-number{color:var(--hd-text-muted);font-size:12px}.product-feature-grid h3{letter-spacing:-.02em;margin:28px 0 12px;font-size:21px;line-height:1.25}.product-feature-grid p{color:var(--hd-text-muted);margin:0;font-size:15px;line-height:1.7}.product-details{grid-template-columns:1fr 1.3fr;gap:50px;display:grid}.product-details dl{margin:0}.product-details dl>div{border-bottom:1px solid var(--hd-separator);grid-template-columns:1fr 2fr;gap:20px;padding:15px 0;font-size:14px;line-height:1.6;display:grid}.product-details dt{color:var(--hd-text-muted)}.product-details dd{margin:0}.product-instructions{padding-left:20px;font-size:14px;line-height:1.9}.product-bottom-cta{background:var(--hd-surface);border:1px solid var(--hd-separator);border-radius:14px;grid-template-columns:1fr 1fr;align-items:center;gap:30px;margin-top:60px;padding:32px;display:grid}.product-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-related-card{border:1px solid var(--hd-separator);color:var(--hd-text);border-radius:12px;align-items:center;gap:16px;padding:16px;text-decoration:none;display:flex}.product-related-card img{object-fit:cover;border-radius:5px;width:80px;height:95px}.product-related-card h3{margin:0 0 8px;font-size:16px}.product-related-card span{color:var(--hd-text-muted);font-size:12px}.collection-hero{justify-content:space-between;align-items:end;gap:30px;margin:30px 0 38px;display:flex}.collection-hero>div{max-width:760px}.collection-hero>div>p:last-child{max-width:56ch;color:var(--hd-text-muted);margin:0;font-size:20px;line-height:1.6}.collection-hero>.product-secondary{flex-shrink:0}.collection-controls{align-items:center;gap:16px;margin-bottom:15px;display:flex}.collection-controls input{border:1px solid var(--hd-separator);background:var(--hd-surface);min-width:0;height:46px;color:var(--hd-text);font:inherit;border-radius:9px;flex:1;padding:0 16px;font-size:14px}.collection-controls label{color:var(--hd-text-muted);align-items:center;gap:10px;font-size:13px;display:flex}.collection-controls select{border:1px solid var(--hd-separator);background:var(--hd-surface);color:var(--hd-text);border-radius:9px;padding:12px}.collection-filters{flex-wrap:wrap;gap:7px;margin:16px 0 32px;display:flex}.collection-filters button{color:var(--hd-text-muted);border:1px solid var(--hd-separator);cursor:pointer;background:0 0;border-radius:20px;padding:7px 12px;font-size:12px}.collection-filters button[aria-pressed=true]{background:var(--hd-text);color:var(--hd-canvas);border-color:var(--hd-text)}.product-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.collection-games{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{border:1px solid var(--hd-separator);background:var(--hd-surface);border-radius:15px;flex-direction:column;display:flex;overflow:hidden}.product-card-art{background:#eaece8;height:205px;display:block;position:relative;overflow:hidden}.product-card-art img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .2s}.product-card-art:hover img{transform:scale(1.025)}.product-art-label{color:#30342c;text-transform:uppercase;letter-spacing:.07em;background:#fffffff0;border-radius:5px;padding:5px 9px;font-size:10px;font-weight:600;position:absolute;top:14px;left:14px}.product-card-book .product-card-art{background:linear-gradient(140deg,#f3efe8,#e3ded3);height:270px;padding:25px}.product-card-book .product-card-art img{object-fit:contain;filter:drop-shadow(5px 12px 10px #37281730)}.product-card-game .product-card-art{height:260px}.product-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.product-card-body h2{letter-spacing:-.025em;margin:0 0 12px;font-size:23px;line-height:1.2}.product-card-body h2 a{color:var(--hd-text);text-decoration:none}.product-card-summary{color:var(--hd-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 24px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.product-card-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.product-card-actions .product-primary{gap:12px;min-height:40px;padding:9px 12px;font-size:12px}.product-details-link{color:var(--hd-text);white-space:nowrap;font-size:13px;text-decoration:none}.collection-platform-banner{border:1px solid var(--hd-separator);background:var(--hd-surface);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:34px;margin-top:58px;padding:30px;display:grid}.collection-platform-banner>img{border-radius:8px;width:100%;box-shadow:0 10px 30px #00000014}.collection-platform-banner p{color:var(--hd-text-muted);line-height:1.7}.product-collection-doors{grid-template-columns:1fr 1fr;gap:24px;display:grid}.product-collection-door{border:1px solid var(--hd-separator);color:var(--hd-text);background:var(--hd-surface);border-radius:16px;text-decoration:none;display:block;overflow:hidden}.product-collection-door>div:last-child{padding:25px}.product-collection-door h2{justify-content:space-between;margin:0 0 12px;font-size:30px;display:flex}.product-collection-door p:last-child{color:var(--hd-text-muted);margin:0;line-height:1.6}.product-door-art{background:linear-gradient(140deg,#e5eee2,#cbd9cb);justify-content:center;align-items:center;gap:16px;height:220px;padding:22px;display:flex;overflow:hidden}.door-books .product-door-art{background:linear-gradient(140deg,#f4ede1,#e3d3b9)}.product-door-art img{object-fit:cover;border-radius:5px;max-width:31%;height:180px;transform:rotate(-5deg);box-shadow:0 10px 24px #00000020}.product-door-art img:nth-child(2){transform:translateY(-5px)rotate(3deg)}.product-door-art img:nth-child(3){transform:rotate(8deg)}.product-empty{text-align:center;border:1px dashed var(--hd-separator);border-radius:12px;padding:50px 20px}.product-page a:focus-visible,.product-page button:focus-visible,.product-page input:focus-visible,.product-page select:focus-visible{outline:3px solid var(--hd-text);outline-offset:4px}@media (width<=950px){.product-hero{gap:28px}.product-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-related-grid{grid-template-columns:1fr}.product-related-card img{width:95px;height:65px}.product-feature-grid{gap:10px}.product-feature-grid article{padding:20px}.collection-hero{flex-direction:column;align-items:start}}@media (width<=640px){.product-hero,.product-overview,.product-details,.product-bottom-cta,.collection-platform-banner{grid-template-columns:1fr;gap:24px}.product-hero{padding-bottom:28px}.product-hero h1,.collection-hero h1{font-size:38px}.product-deck,.collection-hero>div>p:last-child{font-size:18px}.product-section{margin-top:38px}.product-section h2{font-size:25px}.product-section-heading{flex-direction:column;align-items:start;gap:9px}.product-feature-grid,.product-collection-grid,.product-collection-doors{grid-template-columns:1fr}.product-feature-grid h3{margin-top:18px}.product-section-nav{gap:20px}.product-overview>p{font-size:17px}.product-bottom-cta,.collection-platform-banner{padding:22px}.product-breadcrumbs{margin-bottom:22px}.product-card-book .product-card-art{height:285px}.collection-controls{flex-direction:column;align-items:stretch}.collection-controls input{flex:auto}.product-card-body{padding:21px}.product-gallery-main{padding:7px}.product-hero-art-book,.product-feature-grid article{padding:24px}}@media (prefers-reduced-motion:reduce){.product-card-art img{transition:none}.product-card-art:hover img{transform:none}}.product-gallery-thumbs,.collection-filters{border:0;min-inline-size:0;padding:0}.products-index-search-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:12px;display:flex}.products-index-search{background:var(--hd-surface);border:1px solid #d3dbcd;border-radius:7px;align-items:center;gap:10px;width:530px;max-width:100%;height:40px;padding:0 14px;display:flex}.products-index-search>span{color:#7b8973;font-size:24px}.products-index-search input{width:100%;min-width:0;font:inherit;color:var(--hd-text);background:0 0;border:0;outline:none;font-size:13px}.products-index-search:focus-within{outline-offset:2px;outline:2px solid #708365}.products-index-search-row>span{color:var(--hd-text-muted);white-space:nowrap;font-size:11px}.products-index-filters{margin:0 0 var(--page-controls-gap,18px);border:0;flex-wrap:wrap;gap:7px;min-width:0;padding:4px 0;display:flex}.products-index-filters button{font:inherit;color:#65715d;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;min-height:35px;padding:6px 13px;font-size:12px}.products-index-filters button:hover{background:#e9eee3}.products-index-filters button[aria-pressed=true]{color:#fff;background:#2e4633;border-color:#2e4633}.products-index-filters button:focus-visible{outline-offset:2px;outline:2px solid #708365}@media (width<=640px){.products-index-search-row{gap:12px}.products-index-search{flex:1;min-width:0}}.product-details-primary{color:#304936;background:#e8efe5;border:1px solid #ccd9c6;border-radius:8px;justify-content:center;align-items:center;gap:16px;min-height:40px;padding:9px 13px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.product-details-primary:hover{background:#dae6d5}.product-launch-link{min-height:40px;color:var(--hd-text-muted);align-items:center;gap:7px;font-size:12px;text-decoration:none;display:inline-flex}.product-launch-link:hover{color:#304936;text-decoration:underline}.product-details-primary:focus-visible,.product-launch-link:focus-visible,.product-gallery button:focus-visible{outline-offset:3px;outline:2px solid #708365}.product-gallery-enlarge{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block;position:relative}.product-gallery-expand{color:#304936;background:#fffffff2;border:1px solid #ccd9c6;border-radius:7px;padding:8px 12px;font-size:12px;position:absolute;bottom:14px;right:14px}.product-gallery-main figcaption{color:var(--hd-text-muted);gap:5px;padding:16px 4px 4px;font-size:12px;line-height:1.5;display:grid}.product-gallery-main figcaption strong{color:var(--hd-text);font-size:15px;font-weight:500}.product-gallery-toolbar{color:var(--hd-text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:12px;display:flex}.product-gallery-navigation{justify-content:center;align-items:center;gap:16px;display:flex}.product-gallery-navigation button,.product-lightbox-header button{border:1px solid var(--hd-separator);background:var(--hd-surface);min-width:40px;min-height:40px;color:var(--hd-text);cursor:pointer;border-radius:8px;padding:8px 12px}.product-gallery-navigation button:disabled{opacity:.4;cursor:default}.product-gallery-navigation span{font-size:13px}.product-gallery-thumbs button[aria-pressed=true]{background:#eff4ec;border-color:#708365;outline-color:#708365}.product-lightbox{border:1px solid var(--hd-separator);background:var(--hd-surface);width:min(1440px,96vw);max-width:96vw;max-height:96dvh;color:var(--hd-text);border-radius:14px;padding:18px}.product-lightbox::backdrop{background:#1b251ee6}.product-lightbox-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.product-lightbox>img{object-fit:contain;border-radius:5px;width:100%;height:min(70dvh,900px);display:block}.product-lightbox>p{text-align:center;color:var(--hd-text-muted);font-size:12px}.product-feature-stories{gap:36px;display:grid}.product-feature-stories article{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:center;gap:36px;display:grid}.product-feature-stories article:nth-child(2n) figure{order:2}.product-feature-stories figure{border:1px solid var(--hd-separator);background:#edf1e9;border-radius:14px;margin:0;padding:12px}.product-feature-stories img{border-radius:5px;width:100%;display:block}.product-feature-stories figcaption{color:var(--hd-text-muted);margin:10px 2px 0;font-size:11px;line-height:1.5}.product-feature-stories h3{letter-spacing:-.025em;margin:14px 0;font-size:25px}.product-feature-stories p{color:var(--hd-text-muted);font-size:16px;line-height:1.7}@media (width<=640px){.product-feature-stories article{grid-template-columns:minmax(0,1fr);gap:16px}.product-feature-stories article:nth-child(2n) figure{order:initial}.product-gallery-toolbar>span{display:none}.product-lightbox{padding:10px}.product-lightbox>img{height:auto;max-height:65dvh}}.product-wip-banner{color:#9f1239;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;flex-wrap:wrap;gap:6px 14px;margin-bottom:24px;padding:14px 18px;font-size:14px;line-height:1.5;display:flex}.product-card-website .product-art-label{color:#9f1239;background:#fff1f2}.product-coming-soon{color:#9f3545;background:#fff1f2;border:1px solid #f4cbd1;border-radius:6px;padding:5px 9px}.product-card-art[aria-disabled=true]{display:block}.product-action-disabled{opacity:.5;cursor:default}.product-details-primary.product-action-disabled{border-color:var(--hd-separator);color:var(--hd-text-muted);background:#f1f2f0}.product-architecture p{max-width:84ch;line-height:1.7}.product-architecture pre{border:1px solid var(--hd-separator);color:#243c32;white-space:pre;background:#f4f6f3;border-radius:12px;padding:24px;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-x:auto}.product-architecture pre:focus-visible{outline-offset:3px;outline:2px solid}
