:root{--page-bg:#f6f1e8;--panel-bg:#fffcf7eb;--panel-border:#2330421f;--text-strong:#1c2634;--text-muted:#5d6775;--button-bg:#1c2634;--button-text:#f8f4ee;--button-bg-hover:#111925;--shadow-soft:0 18px 40px #1c263414;--body-font:"Avenir Next", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scrollbar-color:color-mix(in srgb, var(--page-scrollbar-accent,var(--text-strong)) 70%, var(--page-scrollbar-border,var(--panel-border))) var(--page-scrollbar-track,#ffffffb8);scrollbar-width:auto;min-height:100%}body.shell-body{--page-scrollbar-accent:var(--text-strong);--page-scrollbar-border:var(--panel-border);--page-scrollbar-track:#ffffffb8;--page-scrollbar-radius:999px;background:radial-gradient(circle at top left, #1c263414, transparent 28%), linear-gradient(180deg, #f9f6f0 0%, var(--page-bg) 100%);min-height:100vh;color:var(--text-strong);font-family:var(--body-font);margin:0;display:block}body.shell-body:has(.main-page){height:100vh;overflow:hidden}body.shell-body:has(.platform-shell--theme-simplifia){--page-scrollbar-accent:#ff6198;--page-scrollbar-border:#e5577f;--page-scrollbar-track:#1a1a1ae6;--page-scrollbar-radius:2px}html:has(.public-site){scroll-snap-type:none;scroll-padding-top:100px}body.shell-body:has(.public-site){scroll-snap-type:none;scroll-padding-top:100px}body.shell-body:has(.platform-shell--theme-linen){--page-scrollbar-accent:#b07d3c;--page-scrollbar-border:#2330421f;--page-scrollbar-track:#ffffffb3;--page-scrollbar-radius:999px}body.shell-body:has(.platform-shell--theme-mono){--page-scrollbar-accent:#050505;--page-scrollbar-border:#111;--page-scrollbar-track:#fff;--page-scrollbar-radius:0px}body.shell-body:has(.platform-shell--theme-midnight){--page-scrollbar-accent:#38bdf8;--page-scrollbar-border:#7dd3fc52;--page-scrollbar-track:#0d142699;--page-scrollbar-radius:999px}body.shell-body:has(.platform-shell--theme-aurora){--page-scrollbar-accent:#a855f7;--page-scrollbar-border:#a855f74d;--page-scrollbar-track:#ffffff94;--page-scrollbar-radius:999px}body.shell-body:has(.platform-shell--theme-sakura){--page-scrollbar-accent:#ec4899;--page-scrollbar-border:#f472b652;--page-scrollbar-track:#ffffffb8;--page-scrollbar-radius:999px}body.shell-body:has(.platform-shell--theme-synthwave){--page-scrollbar-accent:#f472b6;--page-scrollbar-border:#38bdf880;--page-scrollbar-track:#1008209e;--page-scrollbar-radius:6px}body.shell-body:has(.platform-shell--theme-coral){--page-scrollbar-accent:#fb7185;--page-scrollbar-border:#fb923c5c;--page-scrollbar-track:#ffffffb3;--page-scrollbar-radius:999px}body.shell-body:has(.platform-shell--theme-slate){--page-scrollbar-accent:#60a5fa;--page-scrollbar-border:#94a3b83d;--page-scrollbar-track:#11151c99;--page-scrollbar-radius:999px}body.shell-body:has(.platform-shell--theme-mint){--page-scrollbar-accent:#14b8a6;--page-scrollbar-border:#14b8a652;--page-scrollbar-track:#ffffffb8;--page-scrollbar-radius:999px}html::-webkit-scrollbar{width:12px;height:12px}body.shell-body::-webkit-scrollbar{width:12px;height:12px}html::-webkit-scrollbar-track{background:var(--page-scrollbar-track,#ffffffb8);border-radius:var(--page-scrollbar-radius,999px)}body.shell-body::-webkit-scrollbar-track{background:var(--page-scrollbar-track,#ffffffb8);border-radius:var(--page-scrollbar-radius,999px)}html::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--page-scrollbar-accent,var(--text-strong)) 70%, var(--page-scrollbar-border,var(--panel-border)));border-radius:var(--page-scrollbar-radius,999px);background-clip:padding-box;border:2px solid #0000}body.shell-body::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--page-scrollbar-accent,var(--text-strong)) 70%, var(--page-scrollbar-border,var(--panel-border)));border-radius:var(--page-scrollbar-radius,999px);background-clip:padding-box;border:2px solid #0000}.main-page{isolation:isolate;min-height:100vh;color:var(--platform-shell-text-strong);place-items:center;font-family:sans-serif;display:grid;position:relative;overflow:hidden}.main-page.platform-shell{--main-page-sidebar-toggle-left:5px;--main-page-sidebar-toggle-size:42px;--main-page-activity-bar-width:52px;--main-page-sidebar-width:min(340px, calc(100vw - var(--main-page-activity-bar-width) - 280px));grid-template-columns:auto minmax(0,1fr);place-items:stretch stretch;gap:0}.main-page:before{content:"";z-index:-2;background:var(--platform-shell-page-bg);pointer-events:none;position:absolute;inset:0}.main-page:after{content:"";z-index:-1;background-image:linear-gradient(var(--platform-shell-grid-color,transparent) 1px, transparent 1px), linear-gradient(90deg, var(--platform-shell-grid-color,transparent) 1px, transparent 1px);background-size:var(--platform-shell-grid-size,24px 24px);pointer-events:none;position:absolute;inset:0}.main-page__content{z-index:1;place-items:center;width:100%;min-height:100vh;padding:32px;display:grid;position:relative}.main-page__sidebar-shell{z-index:2;grid-template-columns:var(--main-page-activity-bar-width) 0;width:var(--main-page-activity-bar-width);height:100vh;min-height:0;display:grid;position:relative;overflow:hidden}.main-page__sidebar-shell--open{grid-template-columns:var(--main-page-activity-bar-width) var(--main-page-sidebar-width);width:calc(var(--main-page-activity-bar-width) + var(--main-page-sidebar-width))}.main-page__sidebar-tab-rail{z-index:1;width:var(--main-page-activity-bar-width);border-right:1px solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);flex-direction:column;grid-column:1;gap:4px;height:100vh;padding:5px;display:flex;position:relative}.main-page__sidebar-tab-button--account{margin-top:auto}.main-page__sidebar{width:var(--main-page-sidebar-width);opacity:1;pointer-events:none;height:100vh;max-height:100vh;box-shadow:none;border-radius:0;grid-column:2;transform:none}.main-page__sidebar.main-page__sidebar--open{pointer-events:auto}.main-page__sidebar--without-top{grid-template-rows:minmax(0,1fr)}.main-page__sidebar:not(.main-page__sidebar--open){display:none}.main-page__sidebar-body{min-height:0;padding:18px;overflow-y:auto}.main-page__sidebar-content{gap:12px;display:grid}.main-page__project-name{color:var(--platform-shell-text-strong);word-break:break-word;font-size:.92rem;line-height:1.4}.main-page__project-stage{width:100%;min-width:0;height:100vh;min-height:0}.main-page__empty-state{border:var(--platform-shell-border-width) dashed var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);width:min(80vw,1400px);height:80vh;box-shadow:var(--platform-shell-shadow);color:var(--platform-shell-text-muted);text-align:center;border-radius:2px;place-items:center;padding:24px;display:grid}.main-page__empty-state--compact{justify-self:center;width:auto;height:auto;min-height:0;padding:16px}.main-page__empty-state-content{justify-items:center;gap:16px;width:min(100%,440px);display:grid}.main-page__empty-state--compact .main-page__empty-state-content{width:auto}.main-page__empty-state-content>p{margin:0}.main-page__empty-state-content>.minimal-shell__button{border:1px solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-pill);background:var(--platform-shell-button-bg);color:var(--platform-shell-button-text)}.main-page__empty-state-content>.minimal-shell__button:hover{background:color-mix(in srgb, var(--platform-shell-button-bg) 82%, var(--platform-shell-accent))}.main-page__empty-state .billing-panel{border-color:var(--platform-shell-panel-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 78%, transparent);text-align:left;width:100%}.main-page__empty-state .billing-panel__title,.main-page__empty-state .billing-panel__storage strong{color:var(--platform-shell-text-strong)}.main-page__empty-state .billing-panel__status,.main-page__empty-state .billing-panel__storage{color:var(--platform-shell-text-muted)}.main-page__empty-state .billing-panel__error{color:var(--platform-shell-accent-secondary)}.main-page__empty-state .billing-panel .minimal-shell__button{border:1px solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-pill);background:var(--platform-shell-accent);color:var(--platform-shell-button-text)}.main-page__empty-state .billing-panel .minimal-shell__button--secondary{background:var(--platform-shell-button-bg)}.main-page__sidebar-header-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.main-page__sidebar-actions{flex:none;align-items:center;gap:8px;display:flex}.main-page__theme-switcher{flex:none;align-items:center;gap:8px;display:inline-flex}.main-page__sidebar-toggle{padding:0;position:relative;top:0;left:0}.main-page__sidebar-tab-button{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-button-bg);width:42px;height:42px;color:var(--platform-shell-button-text);box-shadow:var(--platform-shell-shadow);cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:relative}.main-page__sidebar-tab-button svg{width:19px;height:19px}.main-page__hamburger-icon{gap:4px;display:grid}.main-page__hamburger-icon span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.main-page__sidebar-tab-button--active{color:var(--platform-shell-accent,var(--text-strong))}.main-page__sidebar-toggle.main-page__sidebar-tab-button--active .main-page__hamburger-icon span{background:var(--platform-shell-accent,#1c2634)}.main-page__sidebar-tab-button:hover{border-color:var(--platform-shell-accent,#1c2634);color:var(--platform-shell-accent,var(--text-strong))}.main-page__sidebar-tab-badge{color:#fff;text-align:center;background:#912d2d;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-6px}.public-mobile-shell{grid-template-rows:auto minmax(0,1fr);position:relative}.public-mobile-shell .mobile-app-shell__identity,.public-desktop-shell__identity{align-items:baseline;gap:8px;min-width:0;display:flex}.public-shell__mode{color:var(--platform-shell-text-muted);letter-spacing:.08em;text-transform:uppercase;flex:none;font-size:.66rem;font-weight:700;line-height:1}.public-mobile-shell__header-sign-in{min-height:34px;padding-inline:12px}.public-mobile-shell__brand{align-items:baseline;display:inline-flex}.public-mobile-shell__brand-accent{color:var(--platform-shell-accent);font-style:italic}.public-mobile-shell__notice{position:absolute;bottom:88px;left:16px;right:16px}.public-desktop-shell__topbar{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;width:100%;display:flex}.public-desktop-shell__content{grid-column:1/-1;grid-template-rows:auto minmax(0,1fr);align-items:start;gap:0;width:100%;height:100vh}.public-desktop-shell__stage-lights{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.public-desktop-shell__stage-light{opacity:.68;filter:blur(18px);will-change:transform;width:100vw;height:140vh;position:absolute;bottom:-5vh;left:0}.public-desktop-shell__stage-light:after{content:"";background:linear-gradient(#0000 0%,#ffe7aa1f 52%,#ffd6783d 100%);position:absolute;inset:0}.public-desktop-shell__stage-light--left{clip-path:polygon(0 100%,4% 100%,44% 0,32% 0);transform-origin:0 100%;animation:8s ease-in-out infinite alternate public-stage-light-left}.public-desktop-shell__stage-light--right{clip-path:polygon(96% 100%,100% 100%,68% 0,56% 0);transform-origin:100% 100%;animation:9.5s ease-in-out -3s infinite alternate public-stage-light-right}.public-desktop-shell__topbar,.public-desktop-shell__content>.landing-demo{z-index:1;position:relative}.public-desktop-shell__content>.landing-demo{align-self:center;height:85vh}@keyframes landing-demo-letter-wave{0%,12%,to{color:#b8fbff;opacity:.92;text-shadow:0 0 #b8fbff00;transform:translateY(0)scale(1)}6%{color:#f4feff;opacity:1;text-shadow:0 0 10px #f4fefff2,0 0 20px #b8fbffbf;transform:translateY(-3px)scale(1.32)}}.landing-demo-wave{color:#b8fbff;letter-spacing:.02em;white-space:nowrap;align-items:baseline;font-weight:700;display:inline-flex}.landing-demo-wave--title{font-size:1.35rem;line-height:1}.landing-demo-wave__letter{color:#b8fbff;transform-origin:bottom;animation:3.3s ease-in-out infinite landing-demo-letter-wave;animation-delay:calc(var(--wave-index,0) * 50ms);will-change:transform, color, opacity, text-shadow;display:inline-block}@keyframes public-stage-light-left{0%{transform:rotate(-6deg)scaleX(.94)}to{transform:rotate(14deg)scaleX(1.04)}}@keyframes public-stage-light-right{0%{transform:rotate(6deg)scaleX(.96)}to{transform:rotate(-14deg)scaleX(1.05)}}.public-desktop-shell__row{justify-content:space-between;align-items:center;width:100%;display:flex}.public-desktop-shell__actions{align-items:center;gap:10px;display:flex}.public-desktop-shell__brand{color:var(--platform-shell-text-strong);letter-spacing:-.03em;align-items:baseline;font-size:1.5rem;font-weight:700;display:inline-flex}.public-desktop-shell__brand-accent{color:var(--platform-shell-accent);font-style:italic}.public-desktop-shell__error{text-align:right;max-width:320px}.landing-demo{width:75%;height:100%;min-height:0;color:var(--platform-shell-text-strong);grid-template-rows:auto minmax(0,1fr) auto;justify-self:center;gap:12px;display:grid;position:relative}.landing-demo>:not(.landing-demo__space-game){z-index:1;position:relative}.landing-demo__space-game{z-index:101;visibility:hidden;color:#000;fill:currentColor;opacity:0;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.landing-demo__space-game--active{visibility:visible;opacity:1}.landing-demo>.landing-demo__game-shield{z-index:100;cursor:crosshair;background:#00000003;position:fixed;inset:0}.landing-demo>.landing-demo__game-toggle,.landing-demo>.landing-demo__game-exit{z-index:102;color:#b8fbff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#171717e0;border:1px solid #b8fbff73;border-radius:2px;min-height:34px;padding:0 14px;font:700 11px/1 monospace;position:fixed;bottom:18px;right:18px}.landing-demo>.landing-demo__game-toggle:hover,.landing-demo>.landing-demo__game-exit:hover{background:#232323f5;border-color:#b8fbff}.landing-demo__laser{fill:#ff6198;filter:drop-shadow(0 0 3px #ff6198)}.landing-demo__enemy-engine{fill:#ff6198;filter:drop-shadow(0 0 3px #ff6198d9)}.landing-demo__target-lock{fill:none;stroke:#b8fbff;stroke-width:.6px;opacity:.58;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 2px #b8fbffcc)}.landing-demo__game-particle{filter:drop-shadow(0 0 2px #ff6198c7)}.landing-demo__spaceship{fill:#b8fbff;filter:drop-shadow(0 0 4px #b8fbffe0)}.landing-demo__spaceship-window{fill:#171717}.landing-demo__spaceship-flame{fill:#ff6198;transform-origin:top;animation:.18s ease-in-out infinite alternate landing-spaceship-flame}.landing-demo__game-score,.landing-demo__game-controls{fill:#b8fbff;letter-spacing:.08em;font-family:monospace;font-size:8px;font-weight:800}.landing-demo__game-controls{fill:#b8fbffb8;font-size:6px}@keyframes landing-spaceship-flame{0%{transform:scaleY(.72)}to{transform:scaleY(1.16)}}.landing-demo--state{text-align:center;place-content:center;justify-items:center;gap:12px}.landing-demo--state h1,.landing-demo--state p{margin:0}.landing-demo--state p{color:var(--platform-shell-text-muted)}.landing-demo__loader{border:3px solid color-mix(in srgb, var(--platform-shell-text-muted) 24%, transparent);border-top-color:var(--platform-shell-accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite project-publication-spin}.landing-demo__heading,.landing-demo__footer,.landing-demo__swipe-zone{width:100%;margin-inline:auto}.landing-demo__heading{justify-content:flex-start;align-items:center;gap:18px;display:flex}.landing-demo__eyebrow{color:var(--platform-shell-accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:.7rem;font-weight:800}.landing-demo__heading h1{letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;max-width:840px;margin:0;font-size:clamp(1.4rem,2.5vw,2.5rem);line-height:1.05;overflow:hidden}.landing-demo__navigation{flex:none;align-items:center;gap:10px;display:flex}.landing-demo__stage{grid-template-columns:minmax(0,1fr);justify-content:center;align-items:center;gap:0;min-height:0;display:grid;position:relative}.landing-demo__viewport{aspect-ratio:auto;border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-input-bg);width:100%;height:100%;min-height:0;box-shadow:none;grid-column:1;position:relative;overflow:hidden}.landing-demo__viewport:after{content:"";z-index:5;border-radius:inherit;pointer-events:none;border:1px solid #ffffff1f;position:absolute;inset:0}.landing-demo__viewport--empty{background:#1a1a1a;grid-column:2}.landing-demo--empty{grid-template-rows:minmax(0,1fr)}.landing-demo--empty .landing-demo__stage{grid-row:1}.landing-demo__viewport--empty:before,.landing-demo__viewport--empty:after{display:none}.landing-demo__slide{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .22s;position:absolute;inset:0}.landing-demo__slide--active{z-index:1;visibility:visible;opacity:1;pointer-events:auto}.landing-demo__slide .publication-demo-runtime{min-height:0}.landing-demo__catalogue-entry{background:var(--platform-shell-input-bg);grid-template-columns:minmax(230px,27%) minmax(0,1fr);width:100%;height:100%;display:grid}.landing-demo__app-details{z-index:2;border-right:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 94%, transparent);flex-direction:column;align-items:flex-start;min-width:0;padding:clamp(24px,3.2vw,48px);display:flex;position:relative;overflow-y:auto}.landing-demo__app-details>span{color:var(--platform-shell-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.67rem;font-weight:800;line-height:1.4}.landing-demo__app-details h3{color:var(--platform-shell-text-strong);letter-spacing:-.045em;margin:clamp(30px,7vh,72px) 0 18px;font-size:clamp(1.45rem,2.5vw,2.6rem);font-weight:650;line-height:1.05}.landing-demo__app-details p{color:var(--platform-shell-text-muted);white-space:pre-wrap;-webkit-line-clamp:9;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.landing-demo__app-details small{color:var(--platform-shell-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:auto;padding-top:28px;font-size:.68rem;font-weight:700}.landing-demo__app-runtime{min-width:0;min-height:0;position:relative;overflow:hidden}.landing-demo__app-runtime .publication-demo-runtime{width:100%;height:100%}.landing-demo__placeholder,.landing-demo__introduction{background:#242424;place-content:center;width:100%;height:100%;display:grid}.landing-demo__brand{color:#fff;letter-spacing:-.07em;align-items:baseline;font-size:clamp(2.2rem,6vw,5.5rem);font-weight:700;line-height:1;display:inline-flex}.landing-demo__brand em{color:#ff6198;font-style:italic}.landing-demo__introduction{text-align:center;justify-items:center;gap:clamp(18px,4vh,32px);padding:32px}.landing-demo__introduction p{color:#fff;max-width:760px;margin:0;font-size:clamp(1rem,2.2vw,1.55rem);line-height:1.4}.landing-demo__slide .publication-demo-runtime__status{background:#242424;padding:0}.landing-demo__arrow{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);background:var(--platform-shell-button-bg);width:44px;height:44px;color:var(--platform-shell-button-text);cursor:pointer;border-radius:50%;place-items:center;transition:transform .16s,background .16s,border-color .16s,color .16s,opacity .16s;display:grid}.landing-demo__arrow:hover:not(:disabled){border-color:var(--platform-shell-accent);background:var(--platform-shell-button-bg-hover);color:var(--platform-shell-accent);transform:scale(1.06)}.landing-demo__arrow:disabled{opacity:.35;cursor:default}.landing-demo__arrow:focus-visible,.landing-demo__dots button:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:3px}.landing-demo__arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.landing-demo__footer{justify-content:space-between;align-items:center;gap:24px;display:flex}.landing-demo__footer p{max-width:760px;color:var(--platform-shell-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.82rem;line-height:1.4;overflow:hidden}.landing-demo__footer a{color:var(--platform-shell-text-strong);text-transform:uppercase;flex:none;align-items:center;gap:8px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.landing-demo__footer a span{color:var(--platform-shell-accent)}.landing-demo__swipe-zone{min-height:20px;color:var(--platform-shell-text-muted);letter-spacing:.06em;text-transform:uppercase;touch-action:pan-y;justify-content:center;align-items:center;gap:16px;font-size:.66rem;display:flex}.landing-demo__dots{align-items:center;gap:5px;min-width:0;display:flex;overflow:hidden}.landing-demo__dots button{background:var(--platform-shell-item-border);cursor:pointer;border:0;border-radius:99px;flex:none;width:18px;height:3px;padding:0}.landing-demo__dots button[aria-current=true]{background:var(--platform-shell-accent);width:34px}@media (max-width:760px){.public-desktop-shell__content{padding:20px}.landing-demo__arrow{width:42px;height:42px}}.cookie-consent{z-index:10000;color:#f7f7f8;background:#141416f7;border:1px solid #ffffff2e;border-radius:16px;justify-content:space-between;align-items:center;gap:28px;width:min(920px,100% - 40px);margin-inline:auto;padding:22px;display:flex;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 22px 70px #0000007a}.cookie-consent__copy{max-width:620px}.cookie-consent__copy strong{font-size:1rem}.cookie-consent__copy p{color:#d0d0d4;margin:8px 0 0;font-size:.84rem;line-height:1.5}.cookie-consent__copy .cookie-consent__status{color:#aaaab1;font-size:.73rem}.cookie-consent__copy a{color:#ff78bb;margin-top:9px;font-size:.78rem;display:inline-block}.cookie-consent__actions{flex:none;gap:10px;display:flex}.cookie-consent__button,.cookie-consent-settings{min-height:42px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:0 16px;font-size:.78rem;font-weight:700}.cookie-consent__button--primary{color:#171717;background:#ff78bb;border-color:#ff78bb}.cookie-consent__button--secondary{color:#f7f7f8;background:0 0;border-color:#ffffff47}.cookie-consent__button:focus-visible,.cookie-consent-settings:focus-visible{outline-offset:3px;outline:3px solid #71cfff}.cookie-consent-settings{z-index:9999;color:#f7f7f8;background:#141416eb;border-color:#fff3;min-height:36px;font-size:.68rem;position:fixed;bottom:14px;left:14px;box-shadow:0 8px 28px #00000052}@media (max-width:720px){.cookie-consent{flex-direction:column;align-items:stretch;gap:18px}.cookie-consent__actions{grid-template-columns:1fr;display:grid}}@media (prefers-reduced-motion:reduce){.public-desktop-shell__stage-light,.landing-demo-wave__letter,.landing-demo__spaceship-flame{animation:none}.landing-demo__slide,.landing-demo__arrow{transition:none}}.connected-desktop-shell__topbar{justify-content:flex-end;align-items:center;width:100%;padding-bottom:16px;display:flex}.connected-desktop-shell__content{align-items:start;min-width:0}.connected-desktop-shell__content--project-open{height:100vh;min-height:0;padding:0;overflow:hidden}.connected-desktop-shell__content--project-open>.connected-desktop-shell__topbar{display:none}.connected-desktop-shell__content--project-open>.project-user-error-signal{z-index:10;max-width:min(560px,100% - 24px);position:absolute;top:12px;right:12px}.connected-desktop-shell__actions{align-items:center;gap:10px;display:flex}button{font:inherit}.minimal-shell{width:100%;max-width:none}.minimal-shell__panel{border:1px solid var(--panel-border);background:var(--panel-bg);box-shadow:var(--shadow-soft);border-radius:16px;gap:12px;padding:18px;display:grid}.minimal-shell__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.minimal-shell__header-copy{gap:6px;display:grid}.minimal-shell__header-actions{gap:10px;min-width:220px;display:grid}.minimal-shell__eyebrow{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:600}.minimal-shell__status,.minimal-shell__note{color:var(--text-muted);line-height:1.45}.minimal-shell__actions-row{flex-wrap:wrap;gap:12px;display:flex}.minimal-shell__actions-row .minimal-shell__button{flex:180px}.minimal-shell__actions-row--stacked{display:grid}.minimal-shell__actions-row--stacked .minimal-shell__button{flex:initial}.minimal-shell__inline-switcher{max-width:260px}.minimal-shell__button{background:var(--button-bg);color:var(--button-text);cursor:pointer;text-align:center;border:0;border-radius:10px;padding:12px 16px;text-decoration:none}.minimal-shell__button--icon{justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:inline-flex}.minimal-shell__button--icon svg{width:18px;height:18px}.minimal-shell__button:hover{background:var(--button-bg-hover)}.minimal-shell__identity{font-size:1.1rem;font-weight:600}.minimal-shell__email{color:var(--text-muted);word-break:break-word}.minimal-shell__error{color:#8b2e2e;font-size:.95rem;line-height:1.4}.minimal-shell__projects{border-top:1px solid var(--panel-border);gap:14px;margin-top:8px;padding-top:16px;display:grid}.billing-panel{border:1px solid #1e293b24;border-radius:8px;flex-direction:column;gap:12px;padding:14px;display:flex}.billing-panel__summary{justify-content:space-between;align-items:center;gap:16px;display:flex}.billing-panel__title{color:#0f172a;font-size:.92rem;font-weight:700}.billing-panel__status,.billing-panel__storage{color:#475569;font-size:.84rem}.billing-panel__storage{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.billing-panel__storage strong{color:#0f172a;font-size:.9rem}.billing-panel__actions{justify-content:flex-start;display:flex}.billing-panel__error{color:#b91c1c;font-size:.85rem}.minimal-shell__section-title{font-size:1rem;font-weight:600}.admin-shell{width:100%}.admin-shell__panel{border:1px solid var(--panel-border);background:var(--panel-bg);box-shadow:var(--shadow-soft);border-radius:18px;gap:18px;padding:28px;display:grid}.admin-shell__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-shell__header-copy{gap:8px;display:grid}.admin-shell__eyebrow{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:600}.admin-shell__title,.admin-shell__state-title{margin:0}.admin-shell__status,.admin-shell__message{color:var(--text-muted);margin:0;line-height:1.5}.admin-shell__session{justify-items:end;gap:10px;min-width:240px;display:grid}.admin-shell__session-label{color:var(--text-muted);text-align:right;word-break:break-word}.admin-shell__catalogue-tags{border:1px solid var(--panel-border);background:#ffffff59;border-radius:12px;gap:12px;padding:18px;display:grid}.admin-shell__catalogue-tags h2{margin:4px 0 0}.admin-shell__catalogue-tags form,.admin-shell__catalogue-tag-list>div{align-items:center;gap:8px;display:flex}.admin-shell__catalogue-tags input{border:1px solid var(--panel-border);background:var(--panel-bg);width:min(100%,360px);color:inherit;border-radius:7px;padding:9px 11px}.admin-shell__catalogue-tag-list{gap:8px;display:grid}.admin-shell__catalogue-tag-list>div>span{flex:auto;min-width:0;font-weight:700}.admin-shell__state{border:1px solid var(--panel-border);background:#fff6;border-radius:12px;gap:8px;padding:18px;display:grid}.admin-shell__state--denied{background:#fbbf2414;border-color:#92400e33}.admin-shell__state--error{background:#ef444414;border-color:#991b1b33}.admin-shell__table-wrap{overflow-x:auto}.admin-shell__table{border-collapse:collapse;width:100%;min-width:820px}.admin-shell__table th,.admin-shell__table td{border-bottom:1px solid var(--panel-border);text-align:left;vertical-align:top;padding:12px 14px}.admin-shell__table th{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:700}.admin-shell__table td{font-size:.95rem}.admin-shell__actions-cell{min-width:240px}.admin-shell__actions-cell .minimal-shell__button+.minimal-shell__button{margin-top:8px}.admin-shell__row-message{color:var(--text-muted);margin-top:8px;font-size:.84rem;line-height:1.4}.admin-shell__detail-cell{background:#ffffff73;padding:0}.admin-shell__detail-panel{gap:14px;padding:18px;display:grid}.admin-shell__detail-header{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:10px 18px;font-size:.88rem;display:flex}.admin-shell__sector-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.admin-shell__sector{border:1px solid var(--panel-border);background:#fff9;border-radius:12px;gap:6px;padding:12px;display:grid}.admin-shell__sector--ready{background:#22c55e14;border-color:#16653433}.admin-shell__sector--blocked{background:#fbbf2414;border-color:#92400e2e}.admin-shell__sector--progress{background:#3b82f614;border-color:#1e40af2e}.admin-shell__sector--failed{background:#ef444414;border-color:#991b1b33}.admin-shell__sector-name{text-transform:uppercase;letter-spacing:.04em;font-size:.84rem;font-weight:700}.admin-shell__sector-copy,.admin-shell__sector-count{color:var(--text-muted);font-size:.88rem;line-height:1.45}.admin-shell__action-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.minimal-shell__project-form{gap:10px;display:grid}.minimal-shell__project-form-actions{flex-wrap:wrap;gap:10px;display:flex}.minimal-shell__note--success{color:#1f5d35}.minimal-shell__field{gap:6px;display:grid}.minimal-shell__field--inline{grid-template-columns:auto minmax(180px,1fr);align-items:center}.minimal-shell__field--inline-compact{display:block}.minimal-shell__label{color:var(--text-muted);font-size:.92rem;font-weight:600}.minimal-shell__input{border:1px solid var(--panel-border);width:100%;color:var(--text-strong);background:#ffffffb8;border-radius:10px;padding:12px 14px}.minimal-shell__input--compact{min-width:150px;padding:8px 10px}.minimal-shell__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.debug-page-link{z-index:20;border:1px solid var(--panel-border);color:var(--text-strong);box-shadow:var(--shadow-soft);background:#fffcf7f0;border-radius:999px;padding:10px 14px;text-decoration:none;position:fixed;top:24px;right:24px}.platform-shell{--platform-shell-page-bg:transparent;--platform-shell-panel-bg:var(--panel-bg);--platform-shell-panel-border:var(--panel-border);--platform-shell-text-strong:var(--text-strong);--platform-shell-text-muted:var(--text-muted);--platform-shell-button-bg:#fff;--platform-shell-button-border:#1c26341f;--platform-shell-button-text:var(--text-muted);--platform-shell-input-bg:#ffffffb3;--platform-shell-item-border:#1c263424;--platform-shell-item-hover-border:#1c26344d;--platform-shell-accent:var(--platform-shell-text-strong);--platform-shell-accent-secondary:#35557a;--platform-shell-gap:16px;--platform-shell-radius-layout-container:18px;--platform-shell-radius-panel:12px;--platform-shell-radius-pill:999px;--platform-shell-radius-input:12px;--platform-shell-border-width:1px;--platform-shell-panel-blur:0px;--platform-shell-shadow:var(--shadow-soft);--platform-shell-grid-color:transparent;--platform-shell-grid-size:24px 24px;grid-template-columns:var(--platform-shell-sidebar-width,320px) minmax(0, 1fr);gap:var(--platform-shell-gap);min-height:100vh;color:var(--platform-shell-text-strong);transition:grid-template-columns .18s;display:grid;position:relative}.platform-shell--theme-linen{--platform-shell-page-bg:radial-gradient(circle at 12% 8%, #d6bc962e, transparent 32%), linear-gradient(180deg, #f7f1e6 0%, #efe6d6 100%);--platform-shell-panel-bg:#fffdf8db;--platform-shell-accent:#b07d3c;--platform-shell-accent-secondary:#5e8b8b;--platform-shell-gap:18px;--platform-shell-radius-layout-container:22px;--platform-shell-radius-panel:16px;--platform-shell-radius-input:14px;--platform-shell-panel-blur:6px;--platform-shell-shadow:0 24px 60px #7c603a1f;--platform-shell-texture:repeating-linear-gradient(45deg, #7c603a0d 0, #7c603a0d 1px, transparent 1px, transparent 7px);--platform-shell-texture-opacity:.7}.platform-shell--theme-simplifia{--platform-shell-page-bg:radial-gradient(circle at 12% 8%, #ff619824, transparent 34%), radial-gradient(circle at 88% 88%, #4a1a2e6b, transparent 38%), linear-gradient(180deg, #202020 0%, #1a1a1a 100%);--platform-shell-panel-bg:#242424;--platform-shell-panel-border:#1a1a1a;--platform-shell-text-strong:#f3f4f6;--platform-shell-text-muted:#b3b3b3;--platform-shell-button-bg:#202020;--platform-shell-button-border:#454545;--platform-shell-button-text:#f3f4f6;--platform-shell-input-bg:#1a1a1a;--platform-shell-item-border:#454545;--platform-shell-item-hover-border:#ff6198;--platform-shell-accent:#ff6198;--platform-shell-accent-secondary:#ff85ad;--platform-shell-gap:16px;--platform-shell-radius-layout-container:2px;--platform-shell-radius-panel:2px;--platform-shell-radius-pill:2px;--platform-shell-radius-input:2px;--platform-shell-border-width:1px;--platform-shell-panel-blur:0px;--platform-shell-shadow:0 24px 56px #00000073;--platform-shell-grid-color:#0000002e;--platform-shell-grid-size:24px 24px}.platform-shell--theme-simplifia .billing-panel{background:#383838b8;border-color:#333}.platform-shell--theme-simplifia .billing-panel__title,.platform-shell--theme-simplifia .billing-panel__storage strong{color:#f3f4f6}.platform-shell--theme-simplifia .billing-panel__status,.platform-shell--theme-simplifia .billing-panel__storage{color:#dedede}.platform-shell--theme-simplifia .billing-panel__error{color:#ff85ad}.platform-shell--theme-simplifia .billing-panel .minimal-shell__button--secondary{color:#f3f4f6;background:#ff6198}.platform-shell--theme-simplifia .billing-panel .minimal-shell__button--secondary:hover{background:#e5577f}.platform-shell--theme-mono{--platform-shell-page-bg:linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);--platform-shell-panel-bg:#fff;--platform-shell-panel-border:#111;--platform-shell-text-strong:#050505;--platform-shell-text-muted:#555;--platform-shell-button-bg:#fff;--platform-shell-button-border:#111;--platform-shell-button-text:#050505;--platform-shell-input-bg:#fff;--platform-shell-item-border:#111;--platform-shell-item-hover-border:#050505;--platform-shell-accent:#050505;--platform-shell-accent-secondary:#e5484d;--platform-shell-gap:12px;--platform-shell-radius-layout-container:0px;--platform-shell-radius-panel:0px;--platform-shell-radius-pill:0px;--platform-shell-radius-input:0px;--platform-shell-border-width:2px;--platform-shell-panel-blur:0px;--platform-shell-shadow:6px 6px 0 #050505;--platform-shell-texture:repeating-linear-gradient(45deg, #0505050d 0, #0505050d 1px, transparent 1px, transparent 6px)}.platform-shell--theme-midnight{--platform-shell-page-bg:radial-gradient(circle at 18% 12%, #38bdf82e, transparent 38%), radial-gradient(circle at 82% 84%, #818cf829, transparent 40%), linear-gradient(160deg, #0b1120 0%, #131c33 55%, #0d1426 100%);--platform-shell-panel-bg:#172038b8;--platform-shell-panel-border:#7dd3fc2e;--platform-shell-text-strong:#e8eefc;--platform-shell-text-muted:#9aa9c9;--platform-shell-button-bg:#38bdf81f;--platform-shell-button-border:#7dd3fc52;--platform-shell-button-text:#cfe6ff;--platform-shell-input-bg:#0d142699;--platform-shell-item-border:#94a3b838;--platform-shell-item-hover-border:#7dd3fc99;--platform-shell-accent:#38bdf8;--platform-shell-accent-secondary:#818cf8;--platform-shell-gap:16px;--platform-shell-radius-layout-container:20px;--platform-shell-radius-panel:14px;--platform-shell-radius-input:12px;--platform-shell-panel-blur:14px;--platform-shell-shadow:0 24px 60px #0206178c;--platform-shell-texture:radial-gradient(#7dd3fc14 1px, transparent 1px);--platform-shell-texture-size:22px 22px;--platform-shell-texture-opacity:.6}.platform-shell--theme-aurora{--platform-shell-page-bg:radial-gradient(circle at 10% 0%, #2dd4bf66, transparent 42%), radial-gradient(circle at 90% 10%, #a855f761, transparent 45%), radial-gradient(circle at 50% 100%, #f472b657, transparent 50%), linear-gradient(160deg, #eef2ff 0%, #faf5ff 100%);--platform-shell-panel-bg:#ffffff9e;--platform-shell-panel-border:#ffffffb3;--platform-shell-text-strong:#2b1a4d;--platform-shell-text-muted:#6d5b8f;--platform-shell-button-bg:#ffffffa8;--platform-shell-button-border:#a855f74d;--platform-shell-button-text:#6d28d9;--platform-shell-input-bg:#ffffff94;--platform-shell-item-border:#a855f738;--platform-shell-item-hover-border:#a855f78c;--platform-shell-accent:#a855f7;--platform-shell-accent-secondary:#2dd4bf;--platform-shell-gap:18px;--platform-shell-radius-layout-container:26px;--platform-shell-radius-panel:18px;--platform-shell-radius-input:16px;--platform-shell-panel-blur:18px;--platform-shell-shadow:0 30px 70px #7c3aed2e;--platform-shell-texture:none}.platform-shell--theme-sakura{--platform-shell-page-bg:radial-gradient(circle at 85% 8%, #fbcfe880, transparent 40%), radial-gradient(circle at 12% 90%, #fee2e299, transparent 42%), linear-gradient(170deg, #fff5f7 0%, #ffeef3 100%);--platform-shell-panel-bg:#fffafcdb;--platform-shell-panel-border:#f472b633;--platform-shell-text-strong:#5b2738;--platform-shell-text-muted:#a86d83;--platform-shell-button-bg:#ffffffd9;--platform-shell-button-border:#f472b652;--platform-shell-button-text:#be185d;--platform-shell-input-bg:#ffffffb8;--platform-shell-item-border:#f472b63d;--platform-shell-item-hover-border:#ec48998c;--platform-shell-accent:#ec4899;--platform-shell-accent-secondary:#c084fc;--platform-shell-gap:18px;--platform-shell-radius-layout-container:24px;--platform-shell-radius-panel:18px;--platform-shell-radius-input:999px;--platform-shell-panel-blur:8px;--platform-shell-shadow:0 26px 60px #be185d1f;--platform-shell-texture:radial-gradient(#ec48991f 1.5px, transparent 1.5px);--platform-shell-texture-size:26px 26px;--platform-shell-texture-opacity:.5}.platform-shell--theme-synthwave{--platform-shell-page-bg:radial-gradient(circle at 50% 120%, #ec489952, transparent 55%), linear-gradient(180deg, #1a0b2e 0%, #2a1052 55%, #190a2f 100%);--platform-shell-panel-bg:#1f103ac7;--platform-shell-panel-border:#f472b666;--platform-shell-text-strong:#fbe7ff;--platform-shell-text-muted:#c4a5e8;--platform-shell-button-bg:#f472b624;--platform-shell-button-border:#38bdf880;--platform-shell-button-text:#7df9ff;--platform-shell-input-bg:#1008209e;--platform-shell-item-border:#a855f766;--platform-shell-item-hover-border:#38bdf8b3;--platform-shell-accent:#f472b6;--platform-shell-accent-secondary:#38bdf8;--platform-shell-gap:14px;--platform-shell-radius-layout-container:8px;--platform-shell-radius-panel:6px;--platform-shell-radius-pill:6px;--platform-shell-radius-input:6px;--platform-shell-border-width:1px;--platform-shell-panel-blur:8px;--platform-shell-shadow:0 0 0 1px #f472b633, 0 18px 50px #a855f759;--platform-shell-texture:linear-gradient(#38bdf81f 1px, transparent 1px), linear-gradient(90deg, #38bdf81f 1px, transparent 1px);--platform-shell-texture-size:40px 40px;--platform-shell-texture-opacity:.5}.platform-shell--theme-coral{--platform-shell-page-bg:radial-gradient(circle at 8% 6%, #fb923c6b, transparent 40%), radial-gradient(circle at 92% 88%, #f43f5e57, transparent 44%), linear-gradient(160deg, #fff1ea 0%, #ffe4e6 100%);--platform-shell-panel-bg:#fff8f4d1;--platform-shell-panel-border:#fb718538;--platform-shell-text-strong:#6b2233;--platform-shell-text-muted:#b06a63;--platform-shell-button-bg:#ffffffd1;--platform-shell-button-border:#fb923c5c;--platform-shell-button-text:#ea580c;--platform-shell-input-bg:#ffffffb3;--platform-shell-item-border:#fb71853d;--platform-shell-item-hover-border:#f43f5e8c;--platform-shell-accent:#fb7185;--platform-shell-accent-secondary:#14b8a6;--platform-shell-gap:18px;--platform-shell-radius-layout-container:24px;--platform-shell-radius-panel:18px;--platform-shell-radius-input:14px;--platform-shell-panel-blur:10px;--platform-shell-shadow:0 26px 60px #f43f5e29;--platform-shell-texture:repeating-linear-gradient(45deg, #fb923c0f 0, #fb923c0f 1px, transparent 1px, transparent 8px);--platform-shell-texture-opacity:.7}.platform-shell--theme-slate{--platform-shell-page-bg:radial-gradient(circle at 80% 0%, #60a5fa1f, transparent 40%), linear-gradient(165deg, #11151c 0%, #1b212c 60%, #14181f 100%);--platform-shell-panel-bg:#1e2530d1;--platform-shell-panel-border:#94a3b829;--platform-shell-text-strong:#eaeef5;--platform-shell-text-muted:#94a3b8;--platform-shell-button-bg:#33415580;--platform-shell-button-border:#94a3b83d;--platform-shell-button-text:#cbd5e1;--platform-shell-input-bg:#11151c99;--platform-shell-item-border:#94a3b82e;--platform-shell-item-hover-border:#60a5fa8c;--platform-shell-accent:#60a5fa;--platform-shell-accent-secondary:#a78bfa;--platform-shell-gap:16px;--platform-shell-radius-layout-container:16px;--platform-shell-radius-panel:12px;--platform-shell-radius-input:10px;--platform-shell-panel-blur:12px;--platform-shell-shadow:0 22px 50px #02061780;--platform-shell-texture:none}.platform-shell--theme-mint{--platform-shell-page-bg:radial-gradient(circle at 12% 10%, #2dd4bf47, transparent 40%), radial-gradient(circle at 88% 90%, #22d3ee3d, transparent 42%), linear-gradient(165deg, #effdfa 0%, #e0f7f4 100%);--platform-shell-panel-bg:#f7fffdd6;--platform-shell-panel-border:#14b8a633;--platform-shell-text-strong:#0f3d3a;--platform-shell-text-muted:#4f8a82;--platform-shell-button-bg:#ffffffd1;--platform-shell-button-border:#14b8a652;--platform-shell-button-text:#0d9488;--platform-shell-input-bg:#ffffffb8;--platform-shell-item-border:#14b8a638;--platform-shell-item-hover-border:#0d94888c;--platform-shell-accent:#14b8a6;--platform-shell-accent-secondary:#0ea5e9;--platform-shell-gap:18px;--platform-shell-radius-layout-container:22px;--platform-shell-radius-panel:16px;--platform-shell-radius-input:14px;--platform-shell-panel-blur:8px;--platform-shell-shadow:0 24px 56px #0d948824;--platform-shell-texture:radial-gradient(#14b8a61a 1px, transparent 1px);--platform-shell-texture-size:24px 24px;--platform-shell-texture-opacity:.55}.platform-shell:before{content:"";z-index:-2;background:var(--platform-shell-page-bg);pointer-events:none;position:absolute;inset:0}.platform-shell:after{content:"";z-index:-1;background-image:linear-gradient(var(--platform-shell-grid-color,transparent) 1px, transparent 1px), linear-gradient(90deg, var(--platform-shell-grid-color,transparent) 1px, transparent 1px);background-size:var(--platform-shell-grid-size,24px 24px);pointer-events:none;position:absolute;inset:0}.platform-shell__content{min-width:0;min-height:0;display:grid}.platform-shell__content>.platform-shell__grid{height:100%}.platform-shell__sidebar,.platform-shell__layout-container,.platform-shell__panel{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container,var(--platform-shell-radius-panel));background:var(--platform-shell-panel-bg);min-height:0;box-shadow:var(--platform-shell-shadow);-webkit-backdrop-filter:blur(var(--platform-shell-panel-blur))}.platform-shell__sidebar{grid-template-rows:auto minmax(0,1fr);min-width:0;transition:opacity .18s,border-color .18s,box-shadow .18s;display:grid;overflow:hidden}.platform-shell__sidebar:not(.platform-shell__sidebar--open){opacity:0;box-shadow:none;pointer-events:none;border-color:#0000}.platform-shell__sidebar.main-page__sidebar{transition:none}.platform-shell__sidebar-toggle{z-index:30;border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-button-bg);width:42px;height:42px;box-shadow:var(--platform-shell-shadow);cursor:pointer;flex-direction:column;justify-content:center;gap:4px;display:inline-flex;position:fixed;top:5px;left:5px}.platform-shell__sidebar-toggle span{background:var(--platform-shell-text-strong);border-radius:999px;width:18px;height:2px;margin:0 auto;transition:background .12s;display:block}.platform-shell__sidebar-top{border-bottom:1px solid var(--platform-shell-panel-border);gap:10px;padding:18px;display:grid}.platform-shell__stream-indicator{background:#1c263433;border-radius:999px;width:12px;height:12px}.platform-shell__stream-indicator--connected{background:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.platform-shell__stream-indicator--error{background:#dc2626;box-shadow:0 0 0 3px #dc26261a}.platform-shell__stream-indicator--idle{background:#d79300;box-shadow:0 0 0 3px #d793001a}.platform-shell__project-list{align-content:start;gap:10px;padding:18px;display:grid;overflow:auto}.platform-shell__project-row{position:relative}.platform-shell__theme-picker{flex-wrap:wrap;gap:8px;display:flex}.platform-shell__theme-option{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-pill);background:var(--platform-shell-button-bg);color:var(--platform-shell-button-text);cursor:pointer;letter-spacing:.03em;text-transform:uppercase;padding:7px 11px;font-size:.72rem;font-weight:700}.platform-shell__theme-option--active{color:var(--platform-shell-accent)}.platform-shell__project{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-panel);width:100%;color:var(--platform-shell-text-strong);text-align:left;cursor:pointer;background:0 0;padding:12px 48px 12px 14px;transition:border-color .12s;display:block}.platform-shell__project-header{overflow-wrap:anywhere;align-items:baseline;gap:6px;font-weight:600;line-height:1.35;display:flex}.platform-shell__project:hover:not(:disabled){border-color:var(--platform-shell-item-hover-border)}.platform-shell__project--active{border-color:var(--platform-shell-accent)}.platform-shell__button.platform-shell__project-pin{width:30px;min-width:30px;height:30px;box-shadow:none;color:var(--platform-shell-text-muted);z-index:1;background:0 0;border:0;padding:0;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.platform-shell__button.platform-shell__project-pin:hover:not(:disabled),.platform-shell__button.platform-shell__project-pin:focus-visible,.platform-shell__button.platform-shell__project-pin:active{box-shadow:none;color:var(--platform-shell-text-muted);background:0 0;border:0}.platform-shell__button.platform-shell__project-pin--active,.platform-shell__button.platform-shell__project-pin--active:hover:not(:disabled),.platform-shell__button.platform-shell__project-pin--active:focus-visible,.platform-shell__button.platform-shell__project-pin--active:active{color:var(--platform-shell-accent)}.platform-shell__panel{grid-template-rows:minmax(0,1fr);min-width:0;display:grid;overflow:hidden}.platform-shell__grid{grid-template-columns:repeat(var(--cols,1), minmax(0, 1fr));grid-template-rows:repeat(var(--rows,1), minmax(0, 1fr));gap:16px;min-width:0;min-height:0;display:grid;overflow:hidden}.platform-shell__grid--empty{border:var(--platform-shell-border-width) dashed var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-panel);background:var(--platform-shell-panel-bg);box-shadow:var(--platform-shell-shadow);grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);place-items:center}.platform-shell__billing-empty{width:min(100%,420px)}.project-workspace-shell__header-extra{justify-self:end;min-width:0}.platform-shell__panel-chrome{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.platform-shell__panel-title{letter-spacing:.03em;max-width:160px;color:var(--platform-shell-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;font-weight:700;overflow:hidden}.platform-shell__panel-new{padding:4px 9px;font-size:.68rem}.platform-shell__panel-close{border:1px solid var(--platform-shell-button-border,#1c26341f);border-radius:var(--platform-shell-radius-pill,999px);background:var(--platform-shell-button-bg,#ffffffeb);width:22px;height:22px;color:var(--platform-shell-button-text,var(--text-muted));cursor:pointer;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:border-color .12s,color .12s;display:inline-flex}.platform-shell__panel-close:hover{border-color:var(--platform-shell-accent,#1c2634);color:var(--platform-shell-accent,var(--text-strong))}.platform-shell__panel .project-workspace-shell{height:100%;min-height:0}.platform-shell__panel .project-workspace-shell__body{height:100%;min-height:0;overflow:hidden}.platform-shell__panel .project-workspace-shell__footer{border-top:1px solid var(--panel-border);flex:none;padding:8px 14px 12px}.platform-shell__panel .project-workspace-shell__footer-content{align-items:center}.platform-shell__header{border-bottom:1px solid var(--panel-border);padding:8px 12px 0}.platform-shell__streams{grid-template-columns:minmax(0,1fr);align-items:stretch;height:100%;min-height:0;display:grid;overflow:hidden}.platform-shell__input{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);width:100%;color:var(--platform-shell-text-strong);font:inherit;padding:10px 14px}.platform-shell__button{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-pill);background:var(--platform-shell-button-bg);color:var(--platform-shell-button-text);cursor:pointer;letter-spacing:.03em;text-transform:uppercase;padding:7px 12px;font-size:.78rem;font-weight:700}.platform-shell__icon-button{justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.platform-shell__icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.platform-shell__button--link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.platform-shell__theme-option:hover,.platform-shell__button:hover:not(:disabled),.platform-shell__sidebar-toggle:hover{border-color:var(--platform-shell-accent);color:var(--platform-shell-accent)}.platform-shell__theme-option:focus-visible,.platform-shell__button:focus-visible,.platform-shell__project:focus-visible,.main-page__sidebar-tab-button:focus-visible,.user-account__sidebar-link:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:2px}.platform-shell__sidebar-toggle:hover span{background:var(--platform-shell-accent)}.platform-shell__button:disabled,.platform-shell__input:disabled,.platform-shell__project:disabled{opacity:.6;cursor:not-allowed}.platform-shell__footer{border-top:1px solid var(--panel-border);resize:vertical;min-height:88px;max-height:272px;padding:16px 18px 18px;overflow:auto}.platform-shell__empty{min-height:0;color:var(--platform-shell-text-muted);place-items:center;font-size:.9rem;display:grid}.platform-shell__settings{align-content:start;gap:12px;width:100%;max-width:720px;margin:0 auto;padding:18px;display:grid}.themes-showcase{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.themes-showcase--preview-hidden{grid-template-columns:minmax(280px,360px)}.themes-showcase__content{min-width:0;min-height:0}.themes-showcase__content--hidden{display:none}.themes-showcase__layout-container{border-color:var(--themes-showcase-layout-container-border,var(--platform-shell-panel-border));background:var(--themes-showcase-layout-container-bg,var(--platform-shell-panel-bg))}.themes-showcase__layout-container--editor{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.themes-showcase__layout-container--preview{grid-template-rows:minmax(0,1fr);height:100%;display:grid;overflow:hidden}.themes-showcase__toolbar{padding:18px 18px 0}.themes-showcase__toolbar-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.themes-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px;display:grid;overflow:auto}.themes-showcase__column{align-content:start;gap:14px;display:grid}.themes-showcase__editor-body{padding:0 14px 14px;overflow:auto}.themes-showcase__panel{border:var(--platform-shell-border-width) solid var(--themes-showcase-panel-border,var(--platform-shell-item-border));border-radius:var(--platform-shell-radius-panel);background:color-mix(in srgb, var(--themes-showcase-panel-bg,var(--platform-shell-panel-bg)) 84%, transparent);align-content:start;gap:10px;min-width:0;padding:14px;display:grid}.themes-showcase__panel--scroll{min-height:220px}.themes-showcase__title{letter-spacing:.03em;text-transform:uppercase;color:var(--platform-shell-text-muted);margin:0;font-size:.92rem;font-weight:700}.themes-showcase__note{color:var(--platform-shell-text-muted);margin:0;font-size:.88rem;line-height:1.45}.themes-showcase__row{flex-wrap:wrap;gap:12px;display:flex}.themes-showcase__stack,.themes-showcase__controls,.themes-showcase__actions{gap:10px;display:grid}.themes-showcase__copy-note{color:var(--platform-shell-text-muted);font-size:.82rem;line-height:1.4}.themes-showcase__control{gap:6px;display:grid}.themes-showcase__control-label{color:var(--platform-shell-text-muted);letter-spacing:.03em;text-transform:uppercase;font-size:.78rem;font-weight:700}.themes-showcase__control-row{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;display:grid}.themes-showcase__color{appearance:none;border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);cursor:pointer;background:0 0;width:48px;height:40px;padding:0;overflow:hidden}.themes-showcase__color::-webkit-color-swatch-wrapper{padding:0}.themes-showcase__color::-webkit-color-swatch{border-radius:calc(var(--platform-shell-radius-input) - 1px);border:0}.themes-showcase__color::-moz-color-swatch{border-radius:calc(var(--platform-shell-radius-input) - 1px);border:0}.themes-showcase__token-input,.themes-showcase__radius-input{min-width:0}.themes-showcase__range{width:100%}.themes-showcase__button--ghost{background:0 0}.themes-showcase__textarea{resize:vertical;min-height:100px}.themes-showcase__choice,.themes-showcase__toggle{color:var(--platform-shell-text-strong);align-items:center;gap:10px;display:flex}.themes-showcase__choice input,.themes-showcase__toggle input,.themes-showcase input[type=range]{accent-color:var(--platform-shell-accent)}.themes-showcase__toggle input{opacity:0;pointer-events:none;position:absolute}.themes-showcase__toggle-track{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-pill);background:color-mix(in srgb, var(--platform-shell-input-bg) 84%, var(--platform-shell-panel-bg));flex:none;width:46px;height:26px;transition:background .16s,border-color .16s;position:relative}.themes-showcase__toggle-thumb{background:var(--platform-shell-text-muted);border-radius:999px;width:20px;height:20px;transition:transform .16s,background .16s;position:absolute;top:2px;left:2px}.themes-showcase__toggle input:checked+.themes-showcase__toggle-track .themes-showcase__toggle-thumb{background:var(--platform-shell-accent);transform:translate(20px)}.themes-showcase__toggle input:checked+.themes-showcase__toggle-track{border-color:var(--platform-shell-accent)}.themes-showcase__range-label{color:var(--platform-shell-text-muted);font-size:.9rem}.themes-showcase__scroll{min-height:150px;max-height:150px;color:var(--platform-shell-text-strong);align-content:start;gap:8px;padding-right:6px;display:grid;overflow:auto}.themes-showcase__table-wrap{max-height:140px;overflow:auto}.themes-showcase__table{border-collapse:collapse;width:100%;color:var(--platform-shell-text-strong)}.themes-showcase__table th,.themes-showcase__table td{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);text-align:left;padding:10px 12px}.themes-showcase__table th{color:var(--platform-shell-text-muted);letter-spacing:.03em;text-transform:uppercase;font-size:.78rem}.themes-showcase ::selection{background:color-mix(in srgb, var(--platform-shell-accent) 28%, transparent)}.themes-showcase ::-webkit-scrollbar{width:12px;height:12px}.themes-showcase ::-webkit-scrollbar-track{background:color-mix(in srgb, var(--platform-shell-input-bg) 80%, transparent);border-radius:var(--platform-shell-radius-pill)}.themes-showcase ::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--platform-shell-accent) 70%, var(--platform-shell-button-border));border-radius:var(--platform-shell-radius-pill);background-clip:padding-box;border:2px solid #0000}.themes-showcase input:focus,.themes-showcase textarea:focus,.themes-showcase select:focus,.themes-showcase button:focus-visible{outline:2px solid color-mix(in srgb, var(--platform-shell-accent) 68%, transparent);outline-offset:2px}.platform-shell__settings-card{border:1px solid var(--panel-border);background:#ffffffb8;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.platform-shell__settings-copy{min-width:0}.platform-shell__settings-title{color:var(--text-strong);margin:0 0 6px;font-size:.95rem}.platform-shell__settings-text{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.45}.project-mcp-settings{scrollbar-gutter:stable;align-self:start;width:100%;height:100%;min-height:0;padding:0 2px 12px 0;display:block;overflow:hidden auto}.project-mcp-settings__content{gap:20px;display:grid}.project-mcp-settings__tabs{z-index:2;border-bottom:1px solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);flex-wrap:wrap;gap:8px;padding:2px 2px 12px;display:flex;position:sticky;top:0}.project-tables-panel,.project-artifacts-panel{align-self:start;gap:12px;width:100%;display:grid}.project-artifacts-panel__card{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);border-radius:2px;align-self:start;gap:12px;padding:12px;display:grid}.project-artifacts-panel__copy{min-width:0}.project-artifacts-panel__title{color:var(--platform-shell-text-strong);margin:0 0 6px;font-size:.95rem}.project-artifacts-panel__text,.project-artifacts-panel__meta,.project-artifacts-panel__error{margin:0;font-size:.82rem;line-height:1.45}.project-artifacts-panel__text,.project-artifacts-panel__meta{color:var(--platform-shell-text-muted)}.project-artifacts-panel__error{color:#dc2626}.project-artifacts-panel__summary{color:var(--platform-shell-text-muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;gap:12px;font-size:.78rem;display:flex}.project-artifacts-panel__list{gap:10px;display:grid}.project-artifacts-panel__item{border:1px solid var(--platform-shell-panel-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 88%, white 12%);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.project-artifacts-panel__item-main{text-align:left;cursor:pointer;background:0 0;border:0;gap:4px;min-width:0;padding:0;display:grid}.project-artifacts-panel__item-main:disabled{cursor:progress}.project-artifacts-panel__item-name{color:var(--platform-shell-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:600;overflow:hidden}.project-artifacts-panel__item-path{color:var(--platform-shell-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.project-artifacts-panel__item-meta{color:var(--platform-shell-text-muted);align-items:center;gap:10px;font-size:.76rem;display:flex}.project-artifacts-panel__action{border:1px solid var(--platform-shell-panel-border);color:var(--platform-shell-text-strong);font:inherit;cursor:pointer;background:0 0;padding:6px 10px}.project-artifacts-panel__action:disabled{cursor:not-allowed;opacity:.6}.project-artifacts-panel__action--danger,.project-artifacts-panel__delete-button{border-color:color-mix(in srgb, var(--platform-shell-accent-secondary) 28%, var(--platform-shell-panel-border));color:var(--platform-shell-accent-secondary)}.project-artifacts-panel__modal-backdrop{z-index:80;background:color-mix(in srgb, var(--platform-shell-page-bg) 16%, transparent);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.project-artifacts-panel__modal{border:var(--platform-shell-border-width) solid color-mix(in srgb, var(--platform-shell-accent) 44%, var(--platform-shell-panel-border));background:var(--platform-shell-panel-bg);width:min(1120px,100%);max-height:min(780px,100vh - 48px);box-shadow:var(--platform-shell-shadow);-webkit-backdrop-filter:blur(var(--platform-shell-panel-blur));grid-template-rows:auto minmax(0,1fr);display:grid}.project-artifacts-panel__modal-header{border-bottom:1px solid var(--platform-shell-panel-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.project-artifacts-panel__modal-title{color:var(--platform-shell-text-strong);margin:0;font-size:1rem}.project-artifacts-panel__modal-close{border:1px solid var(--platform-shell-panel-border);width:36px;height:36px;color:var(--platform-shell-text-strong);cursor:pointer;background:0 0;font-size:1.4rem;line-height:1}.project-artifacts-panel__modal-body{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);min-height:0;display:grid}.project-artifacts-panel__preview{background:linear-gradient(135deg, color-mix(in srgb, var(--platform-shell-panel-bg) 72%, var(--platform-shell-page-bg) 28%), color-mix(in srgb, var(--platform-shell-panel-bg) 82%, transparent)), repeating-linear-gradient(45deg, color-mix(in srgb, var(--platform-shell-panel-border) 18%, transparent) 0, color-mix(in srgb, var(--platform-shell-panel-border) 18%, transparent) 12px, transparent 12px, transparent 24px);place-items:stretch stretch;min-height:320px;padding:18px;display:grid;overflow:auto}.project-artifacts-panel__preview-editor{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-input-bg) 82%, var(--platform-shell-page-bg) 18%);min-width:0;min-height:0;box-shadow:var(--platform-shell-shadow);grid-template-rows:auto minmax(0,1fr);display:grid}.project-artifacts-panel__preview-toolbar{border-bottom:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 65%, var(--platform-shell-page-bg) 35%);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.project-artifacts-panel__preview-badge{color:var(--platform-shell-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.project-artifacts-panel__preview-meta{color:var(--platform-shell-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.project-artifacts-panel__preview-image{object-fit:contain;place-self:center;max-width:100%;max-height:100%;box-shadow:0 18px 40px #0f172a2e}.project-artifacts-panel__preview-text{width:100%;min-height:100%;color:var(--platform-shell-text-strong);white-space:pre-wrap;overflow-wrap:anywhere;tab-size:2;background:0 0;margin:0;padding:16px 18px 20px;font-family:SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-size:.83rem;line-height:1.65;overflow:auto}.project-artifacts-panel__preview-empty{color:var(--platform-shell-text-muted);text-align:center;padding:18px}.project-artifacts-panel__details{border-left:1px solid var(--platform-shell-panel-border);align-content:start;gap:16px;min-height:0;padding:18px;display:grid}.project-artifacts-panel__details-grid{gap:12px;margin:0;display:grid}.project-artifacts-panel__details-grid dt{color:var(--platform-shell-text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.72rem}.project-artifacts-panel__details-grid dd{color:var(--platform-shell-text-strong);word-break:break-word;margin:0;font-size:.88rem;line-height:1.45}.project-artifacts-panel__details-actions{flex-wrap:wrap;gap:10px;display:flex}.project-tables-panel__card{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);border-radius:2px;align-self:start;gap:10px;padding:12px;display:grid}.project-tables-panel__copy{min-width:0}.project-tables-panel__title{color:var(--platform-shell-text-strong);margin:0 0 6px;font-size:.95rem}.project-tables-panel__text,.project-tables-panel__meta,.project-tables-panel__error{margin:0;font-size:.82rem;line-height:1.45}.project-tables-panel__text,.project-tables-panel__meta{color:var(--platform-shell-text-muted)}.project-tables-panel__error{color:#dc2626}.project-tables-panel__list{gap:10px;display:grid}.project-tables-panel__tabs{flex-wrap:wrap;align-self:start;align-items:flex-start;gap:6px;display:flex}.project-tables-panel__tab{border:var(--platform-shell-border-width) solid var(--project-tables-border);background:var(--project-tables-surface-soft,#f6f7f9);color:var(--platform-shell-text-strong);cursor:pointer;border-radius:2px;align-self:flex-start;padding:5px 10px;font-size:.78rem;line-height:1.1}.project-tables-panel__tab--active{border-color:var(--project-tables-tab-active-border,#23304247);color:var(--platform-shell-text-strong);background:var(--project-tables-tab-active-bg,#e8edf3)}.project-tables-panel__sort-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:0;display:flex}.project-tables-panel__sort-indicator{color:var(--platform-shell-text-muted);letter-spacing:.04em;font-size:.7rem}.project-tables-panel__item{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 88%, white 12%);border-radius:2px;align-items:center;min-height:44px;padding:0 14px;display:flex}.project-tables-panel__item-name{color:var(--platform-shell-text-strong);word-break:break-word;font-size:.9rem}.project-tables-panel__table-wrap{border:var(--platform-shell-border-width) solid var(--project-tables-border);background:var(--project-tables-surface,#fff);border-radius:2px;overflow:auto}.project-tables-panel__table{border-collapse:collapse;width:100%;min-width:640px}.project-tables-panel__table th,.project-tables-panel__table td{border-bottom:1px solid var(--project-tables-border);text-align:left;vertical-align:top;white-space:pre-wrap;word-break:break-word;padding:10px 12px}.project-tables-panel__table th{background:var(--project-tables-surface-muted,#eef1f4);color:var(--platform-shell-text-strong);font-size:.82rem;font-weight:700;position:sticky;top:0}.project-tables-panel__table td{background:var(--project-tables-surface,#fff);color:var(--platform-shell-text-strong);font-size:.84rem}.project-tables-panel__table tbody tr:nth-child(2n) td{background:var(--project-tables-row-alt,#f7f8fa)}.project-tables-panel__empty-cell{color:var(--platform-shell-text-muted);text-align:center}.project-tables-panel__pager{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.project-tables-panel__pager-button{border:var(--platform-shell-border-width) solid var(--project-tables-border);background:var(--project-tables-surface-soft,#f6f7f9);color:var(--platform-shell-text-strong);cursor:pointer;border-radius:2px;padding:8px 12px}.project-tables-panel__pager-button:disabled{opacity:.5;cursor:not-allowed}.project-tables-panel__pager-status{color:var(--platform-shell-text-muted);white-space:nowrap;font-size:.82rem}.project-mcp-settings__card{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);border-radius:2px;align-self:start;gap:12px;padding:16px;display:grid}.project-mcp-settings__card--subsection{margin-top:0}.project-mcp-settings__copy{min-width:0}.project-mcp-settings__title{color:var(--platform-shell-text-strong);margin:0 0 8px;font-size:.95rem}.project-mcp-settings__text,.project-mcp-settings__meta,.project-mcp-settings__error{margin:0;font-size:.82rem;line-height:1.45}.project-mcp-settings__text,.project-mcp-settings__meta{color:var(--platform-shell-text-muted)}.project-mcp-settings__error{color:#dc2626}.project-mcp-settings__toggle{color:var(--platform-shell-text-strong);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;font-size:.88rem;display:grid}.project-mcp-settings__toggle input{block-size:16px;inline-size:16px;accent-color:var(--platform-shell-accent)}.project-mcp-settings__permission-row{color:var(--platform-shell-text-strong);grid-template-columns:7.5rem minmax(13.5rem,16rem);justify-content:start;align-items:center;gap:10px;font-size:.88rem;display:grid}.project-mcp-settings__permission-label{min-width:0}.project-mcp-settings__mode-toggle{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid;overflow:hidden}.project-mcp-settings__mode-button{min-width:0;color:var(--platform-shell-text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:0;padding:8px 10px;font-size:.78rem;font-weight:700;line-height:1.2}.project-mcp-settings__mode-button+.project-mcp-settings__mode-button{border-left:var(--platform-shell-border-width) solid var(--platform-shell-button-border)}.project-mcp-settings__mode-button:hover:not(:disabled),.project-mcp-settings__mode-button:focus-visible{background:color-mix(in srgb, var(--platform-shell-accent) 14%, transparent);color:var(--platform-shell-text-strong)}.project-mcp-settings__mode-button:focus-visible{outline:2px solid color-mix(in srgb, var(--platform-shell-accent) 68%, transparent);outline-offset:-2px}.project-mcp-settings__mode-button--active,.project-mcp-settings__mode-button--active:hover:not(:disabled){background:color-mix(in srgb, var(--platform-shell-accent) 24%, var(--platform-shell-input-bg));color:var(--platform-shell-text-strong);box-shadow:inset 0 0 0 1px var(--platform-shell-accent)}.project-mcp-settings__mode-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:560px){.project-mcp-settings__permission-row,.project-mcp-settings__danger{grid-template-columns:minmax(0,1fr);align-items:start}.project-mcp-settings__list-row{flex-direction:column;align-items:flex-start}.project-mcp-settings__actions{justify-content:flex-start}}.project-mcp-settings__danger{border:var(--platform-shell-border-width) solid #dc26263d;background:color-mix(in srgb, var(--platform-shell-panel-bg) 92%, #dc2626 8%);border-radius:2px;grid-template-columns:minmax(0,1fr);align-self:start;align-items:start;gap:16px;margin-top:0;padding:16px;display:grid}.project-mcp-settings__danger-copy{min-width:0}.project-mcp-settings__delete-button{color:#dc2626;background:#dc262629;border-color:#dc262666;justify-self:start}.project-mcp-settings__delete-button:hover:not(:disabled){color:#dc2626;background:#dc262638;border-color:#dc2626}.project-mcp-settings__actions{justify-content:flex-start;align-items:center;gap:10px;display:flex}.project-mcp-settings__actions--form{flex-wrap:wrap}.project-mcp-settings__actions--connection{flex-wrap:wrap;justify-content:flex-start;align-items:center}.project-mcp-settings__connection-url{text-align:left;min-width:0}input.project-mcp-settings__connection-url{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);min-height:34px;color:var(--platform-shell-text-strong);font:inherit;padding:7px 10px;font-size:.84rem}input.project-mcp-settings__connection-url::placeholder{color:var(--platform-shell-text-muted);opacity:.75}input.project-mcp-settings__connection-url:focus{border-color:var(--platform-shell-accent-secondary);outline:2px solid color-mix(in srgb, var(--platform-shell-accent-secondary) 24%, transparent);outline-offset:1px}.project-mcp-settings__form-message{flex-basis:100%}.project-mcp-settings__list{display:grid}.project-mcp-settings__list-row{border-top:1px solid var(--platform-shell-panel-border);justify-content:flex-start;align-items:center;gap:16px;padding:12px 0;display:flex}.project-mcp-settings__list-row:first-child:not(.project-mcp-settings__list-row--top){border-top:0;padding-top:0}.project-mcp-settings__list-row:last-child{padding-bottom:0}.project-mcp-settings__list-row--disabled{opacity:.5}.project-mcp-settings__list-row--top{grid-template-columns:minmax(0,32rem) auto;justify-content:start;align-items:start;width:min(100%,42rem);display:grid}@media (max-width:560px){.project-mcp-settings__list-row--top{grid-template-columns:minmax(0,1fr);width:100%}}.project-mcp-settings__list-copy{min-width:0}.project-mcp-settings__item-title{color:var(--platform-shell-text-strong);font-size:.9rem;font-weight:600;line-height:1.35}.project-mcp-settings__item-meta{color:var(--platform-shell-text-muted);margin:4px 0 0;font-size:.82rem;line-height:1.45}.project-mcp-settings__feedback:empty{display:none}.project-mcp-settings__feedback{gap:8px;padding:0 2px;display:grid}.project-mcp-settings__section--hidden,.project-agent__hidden-file-input{display:none}.project-mcp-settings__actions .platform-shell__button--ghost{color:var(--platform-shell-text-muted);background:0 0}.project-notifications-panel{flex-direction:column;gap:.9rem;display:flex}.project-user-error-signal{border-radius:var(--platform-shell-radius-panel);background:color-mix(in srgb, var(--platform-shell-panel-bg) 86%, #fff0ed 14%);border:1px solid #b4231838;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:.9rem 1rem;display:flex}.project-user-error-signal__copy{flex-direction:column;gap:.2rem;display:flex}.project-user-error-signal__title,.project-user-error-signal__message,.project-user-error-signal__meta{margin:0}.project-user-error-signal__title{letter-spacing:.08em;text-transform:uppercase;color:#8a2f2f;font-size:.8rem}.project-user-error-signal__message{font-size:.95rem}.project-user-error-signal__meta{color:var(--platform-shell-text-muted);font-size:.8rem}.project-notifications-panel__card{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-panel);background:var(--platform-shell-panel-bg);flex-direction:column;gap:.9rem;padding:1rem;display:flex}.project-notifications-panel__copy{flex-direction:column;gap:.35rem;display:flex}.project-notifications-panel__title{margin:0;font-size:1rem}.project-notifications-panel__text,.project-notifications-panel__meta,.project-notifications-panel__error,.project-notifications-panel__item-copy,.project-notifications-panel__item-status{margin:0;font-size:.92rem}.project-notifications-panel__error{color:#b42318}.project-notifications-panel__item-copy code{background:var(--platform-shell-input-bg);color:var(--platform-shell-text-strong);border-radius:3px;padding:2px 5px;font-size:.84em}.project-notifications-panel__list{flex-direction:column;gap:.75rem;display:flex}.project-notifications-panel__error-history{flex-direction:column;gap:.65rem;display:flex}.project-notifications-panel__error-item,.project-notifications-panel__item{border:1px solid var(--platform-shell-panel-border);border-radius:calc(var(--platform-shell-radius-panel) * .75);background:color-mix(in srgb, var(--platform-shell-panel-bg) 90%, white 10%);flex-direction:column;gap:.65rem;padding:.9rem;display:flex}.project-notifications-panel__error-item{border-color:#b423182e}.project-notifications-panel__item-header,.project-notifications-panel__actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.project-notifications-panel__item-title{font-weight:600}.platform-shell__footer-content{grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:12px;width:100%;max-width:1100px;height:100%;margin:0 auto;display:grid}.platform-shell__footer-stream-preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;grid-column:1/-1;font-size:.76rem;line-height:1.4;overflow:hidden}.platform-shell__footer-content>.platform-shell__composer{grid-column:2}.platform-shell__footer-content>.platform-shell__button{grid-column:3;width:auto}.platform-shell__footer-agent{width:44px;height:44px;color:var(--text-muted);background:#ffffffc7;border:1px solid #1c26341f;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.platform-shell__footer-agent svg{width:22px;height:22px}.platform-shell__settings-button{background:0 0}.platform-shell__composer{height:auto;min-height:0}.platform-shell__raw{white-space:pre-wrap;word-break:break-word;min-width:0;min-height:0;max-height:100%;margin:0;padding:18px;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:.82rem;line-height:1.45;overflow:auto}.platform-shell__stream-list{min-width:0;height:100%;min-height:0;max-height:100%;padding:18px;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:.82rem;line-height:1.45;overflow:auto}.platform-shell__stream-content{width:100%;max-width:1100px;margin:0 auto}.platform-shell__stream-entry--agent{margin-top:10px;margin-bottom:10px}.platform-shell__stream-entry--user{justify-content:flex-end;display:flex}.platform-shell__stream-timestamp,.platform-shell__stream-body{white-space:pre-wrap;word-break:break-word}.platform-shell__stream-markdown{white-space:normal;display:contents}.platform-shell__stream-markdown>:last-child{display:inline}.platform-shell__stream-body :where(p,h1,h2,h3,h4,h5,h6,pre,blockquote,ul,ol,li,table){margin:0}.platform-shell__stream-markdown>*+*{margin-top:.75rem}.platform-shell__stream-body :where(ul,ol){padding-left:1.25rem}.platform-shell__stream-body li+li{margin-top:.15rem}.platform-shell__stream-body table{border-collapse:collapse;width:100%}.platform-shell__stream-body th,.platform-shell__stream-body td{text-align:left;vertical-align:top;padding:.45rem .6rem}.platform-shell__stream-body thead th{border-bottom:1px solid #1c26342e}.platform-shell__stream-body tbody tr:nth-child(2n){background:#1c26340a}.platform-shell__stream-body blockquote{border-left:2px solid #1c263424;padding-left:.7rem}.platform-shell__stream-body :not(pre)>code{background:#1c263414;border-radius:4px;padding:.08rem .35rem;font-size:.92em}.platform-shell__stream-body pre{background:#1c26340f;border-radius:8px;padding:.7rem .85rem;overflow-x:auto}.platform-shell__stream-body pre code{background:0 0;border-radius:0;padding:0}.platform-shell__stream-markdown-wrap{display:inline}.platform-shell__stream-body--user{max-width:80%;color:var(--text-strong);background:#1c26340f;border:1px solid #1c26341f;border-radius:12px;margin-top:.35rem;margin-bottom:.35rem;margin-left:auto;padding:10px 12px}.platform-shell__stream-waiting{display:inline}.platform-shell__stream-cursor{vertical-align:-.12em;background:#1c2634;border-radius:2px;width:5px;height:1em;margin-left:.2rem;animation:1s step-end infinite platform-shell-blink;display:inline-block}.platform-shell__stream-cursor--inline{display:inline-block}.platform-shell__stream-cursor--steady{opacity:1;animation:none}@keyframes platform-shell-blink{0%,50%{opacity:1}50.01%,to{opacity:.2}}.platform-shell__streams>*{min-width:0;min-height:0}.platform-shell__streams>:first-child{border-right:1px solid var(--panel-border)}.platform-shell__meta,.platform-shell__link{color:var(--text-muted)}.main-page__sidebar-identity{min-width:0}.main-page__sidebar-identity .platform-shell__meta{overflow-wrap:anywhere}.main-page__sidebar-admin-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-top:.15rem;font-size:.72rem;font-weight:600}.platform-shell__link{text-decoration:none}.platform-shell__error{color:#8b2e2e}.account-page{color:#231b14;background:radial-gradient(circle at 0 0,#f5d5ba75 0,#0000 34%),linear-gradient(#f5efe6 0%,#ece4d8 100%);min-height:100vh;padding:clamp(1.25rem,2vw,2rem)}.account-page__panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffbf5d6;border:1px solid #4131231f;width:min(980px,100%);margin:0 auto;padding:clamp(1.25rem,2vw,2rem);box-shadow:0 24px 70px #4f39201f}.account-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.account-page__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#7d6550;margin-bottom:.45rem;font-size:.72rem}.account-page__title{margin:0;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;line-height:.95}.account-page__subtitle{color:#5f4b3c;max-width:38rem;margin:.6rem 0 0;line-height:1.5}.account-page__actions{flex-wrap:wrap;gap:.75rem;display:flex}.account-page__button{color:#fff7ef;font:inherit;cursor:pointer;background:#37281d;border:1px solid #37281d;padding:.72rem 1rem;text-decoration:none;transition:transform .16s,background .16s,color .16s}.account-page__button:hover{transform:translateY(-1px)}.account-page__button--secondary{color:#37281d;background:0 0}.account-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.account-page__section{background:#ffffff9e;border:1px solid #4131231f;padding:1rem}.account-page__section-title{text-transform:uppercase;letter-spacing:.08em;color:#7d6550;margin:0 0 1rem;font-size:.95rem}.account-page__facts{gap:.9rem;margin:0;display:grid}.account-page__fact{gap:.22rem;display:grid}.account-page__fact dt{text-transform:uppercase;letter-spacing:.08em;color:#7d6550;font-size:.78rem}.account-page__fact dd{color:#231b14;margin:0;font-size:1rem;line-height:1.45}.account-page__input{color:#231b14;width:100%;font:inherit;background:#fffdf9;border:1px solid #41312333;padding:.72rem .85rem}.account-page__note{color:#5f4b3c;margin-bottom:1rem;line-height:1.5}.account-page__error,.account-page__error-block{color:#7c2d1f;background:#ffece6c7;border:1px solid #9d473333;margin-bottom:1rem;padding:.9rem 1rem}.account-page__error-block{justify-content:space-between;align-items:center;gap:1rem;display:flex}.minimal-shell__input:disabled,.minimal-shell__button:disabled{opacity:.65;cursor:not-allowed}.minimal-shell__project-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.minimal-shell__project-row-item{border:1px solid var(--panel-border);background:#ffffff8c;border-radius:12px;gap:6px;padding:6px 8px;display:grid}.minimal-shell__project-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.minimal-shell__project-row--table{grid-template-columns:minmax(260px,1.2fr) minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.minimal-shell__project-cell{min-width:0}.minimal-shell__project-cell--delete{justify-self:start}.minimal-shell__project-heading-line{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.minimal-shell__project-name{font-weight:600}.minimal-shell__project-message{color:var(--text-muted);font-size:.92rem;line-height:1.4}.minimal-shell__project-message--inline,.minimal-shell__project-message--inline-status{white-space:nowrap}.minimal-shell__project-actions{flex-wrap:wrap;justify-content:flex-start;gap:6px;display:flex}.minimal-shell__project-actions--compact{justify-content:flex-end}.minimal-shell__project-tools{background:#1c26340a;border-radius:10px;gap:8px;padding:12px;display:grid}.agent-shell__panel{border:1px solid var(--panel-border);box-shadow:var(--shadow-soft);background:linear-gradient(#fffcf7f5,#f8f3ecf0);border-radius:24px;gap:18px;padding:28px;display:grid}.agent-shell__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.agent-shell__header-copy{gap:6px;display:grid}.agent-shell__subtitle{max-width:64ch;color:var(--text-muted);margin:0;line-height:1.5}.agent-shell__identity-card{border:1px solid var(--panel-border);background:#ffffffc7;border-radius:16px;gap:4px;min-width:220px;padding:14px 16px;display:grid}.agent-shell__identity-label{color:var(--text-muted);font-size:.82rem}.agent-shell__identity-value{word-break:break-word}.agent-shell__conversation-header{border:1px solid var(--panel-border);background:#ffffffa8;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.agent-shell__agent-label{font-weight:700}.agent-shell__conversation-id{color:var(--text-muted);font-size:.92rem}.agent-shell__state-badge{border-radius:999px;justify-content:center;align-items:center;min-width:108px;padding:8px 12px;font-size:.88rem;font-weight:700;display:inline-flex}.agent-shell__state-badge--idle,.agent-shell__state-badge--completed{color:#1f5d35;background:#1f5d351f}.agent-shell__state-badge--queued,.agent-shell__state-badge--streaming{color:#1c2634;background:#1c26341a}.agent-shell__state-badge--failed{color:#8b2e2e;background:#8b2e2e1f}.agent-shell__transcript{background:linear-gradient(#ffffffb8,#f5efe6b8),repeating-linear-gradient(#1c263408,#1c263408 1px,#0000 1px 28px);border-radius:2px;align-items:start;gap:12px;min-height:360px;padding:18px;display:grid}.agent-shell__message{border-radius:2px;align-self:start;gap:6px;max-width:80%;padding:10px 12px;display:grid}.agent-shell__message--user{color:var(--text-strong);background:#1c263414;border:1px solid #1c263424;justify-self:end}.agent-shell__message--assistant{box-shadow:none;background:0 0;border:0;justify-self:start;padding-left:0;padding-right:0}.agent-shell__message--live{border-style:dashed}.agent-shell__message-role{text-transform:uppercase;letter-spacing:.08em;opacity:.75;font-size:.76rem;font-weight:700}.agent-shell__message-content{margin:0;line-height:1.6}.agent-shell__message-content>:first-child,.agent-shell__bubble-content>:first-child{margin-top:0}.agent-shell__message-content>:last-child,.agent-shell__bubble-content>:last-child{margin-bottom:0}.agent-shell__message-content p,.agent-shell__bubble-content p{white-space:pre-wrap;margin:0}.agent-shell__message-content ul,.agent-shell__message-content ol,.agent-shell__bubble-content ul,.agent-shell__bubble-content ol{margin:0;padding-left:1.35rem}.agent-shell__message-content li,.agent-shell__bubble-content li{margin:.15rem 0}.agent-shell__message-content pre,.agent-shell__bubble-content pre{color:var(--text-strong);background:#1c26340f;border-radius:2px;margin:0;padding:.7rem .8rem;font-size:.82rem;line-height:1.45;overflow-x:auto}.agent-shell__message-content code,.agent-shell__bubble-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86em}.agent-shell__message-content :not(pre)>code,.agent-shell__bubble-content :not(pre)>code{background:#1c263414;border-radius:2px;padding:.1rem .28rem}.agent-shell__message-content blockquote,.agent-shell__bubble-content blockquote{color:var(--text-muted);border-left:3px solid #35557a4d;margin:0;padding-left:.8rem}.agent-shell__message-content a,.agent-shell__bubble-content a{color:#35557a;text-underline-offset:.14em;text-decoration-thickness:.08em}.agent-shell__message-content hr,.agent-shell__bubble-content hr{border:0;border-top:1px solid #1c26341f;margin:.9rem 0}.agent-shell__message-content table,.agent-shell__bubble-content table{border-collapse:collapse;width:100%;margin:0;font-size:.88rem}.agent-shell__message-content th,.agent-shell__message-content td,.agent-shell__bubble-content th,.agent-shell__bubble-content td{text-align:left;vertical-align:top;border:1px solid #1c26341f;padding:.35rem .45rem}.agent-shell__message-content th,.agent-shell__bubble-content th{background:#1c26340d}.agent-shell__message-content--streaming:after{content:"";vertical-align:text-bottom;background:#1c2634a6;width:.35rem;height:1rem;margin-left:.35rem;animation:1s step-end infinite agent-shell-caret-pulse;display:inline-block}.agent-shell__composer{gap:12px;display:grid}.agent-shell__composer-input{resize:vertical;border:1px solid var(--panel-border);width:100%;min-height:110px;color:var(--text-strong);font:inherit;background:#ffffffd1;border-radius:18px;padding:16px 18px}.agent-shell__button{background:var(--button-bg);color:var(--button-text);cursor:pointer;border:0;border-radius:999px;justify-self:end;padding:12px 18px}.agent-shell__button:disabled,.agent-shell__composer-input:disabled{opacity:.6;cursor:not-allowed}.agent-shell__banner{border:1px solid #0000;border-radius:14px;padding:12px 14px}.agent-shell__banner--error{color:#8b2e2e;background:#8b2e2e14;border-color:#8b2e2e2e}.agent-shell__empty,.agent-shell__note{color:var(--text-muted)}.agent-shell__blocking-state{border:1px dashed var(--panel-border);background:#ffffff80;border-radius:16px;justify-items:start;gap:12px;padding:18px;display:grid}.agent-shell__panel{border:1px solid var(--panel-border);background:linear-gradient(145deg, #fffffff2, #f9f3e9e6), var(--panel-bg);box-shadow:var(--shadow-soft);border-radius:2px;gap:18px;padding:28px;display:grid}.agent-shell__header{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.agent-shell__header-copy,.agent-shell__account{gap:6px;display:grid}.agent-shell__header-nav{justify-content:flex-start;margin-bottom:8px;display:flex}.agent-shell__eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.agent-shell__title{margin:0;font-size:clamp(2rem,3vw,3.2rem);line-height:.95}.agent-shell__subtitle,.agent-shell__account-email,.agent-shell__composer-hint,.agent-shell__loading,.agent-shell__empty-copy,.agent-shell__empty-transcript{color:var(--text-muted);line-height:1.5}.agent-shell__account-name{font-weight:700}.agent-shell__account-actions{flex-wrap:wrap;gap:10px;display:flex}.agent-shell__button{background:var(--button-bg);color:var(--button-text);cursor:pointer;border:0;border-radius:2px;padding:12px 18px}.agent-shell__button--ghost{color:var(--text-strong);background:#1c263414}.agent-shell__button:disabled{opacity:.6;cursor:not-allowed}.agent-shell__conversation-card,.agent-shell__composer,.agent-shell__empty-state{border:1px solid var(--panel-border);background:#fff9;border-radius:2px;gap:14px;padding:18px;display:grid}.agent-shell__workspace{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:18px;display:grid}.agent-shell__sidebar,.agent-shell__main{gap:14px;display:grid}.agent-shell__sidebar{border:1px solid var(--panel-border);background:#fff9;border-radius:2px;align-content:start;padding:18px}.agent-shell__sidebar-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.agent-shell__sidebar-title{margin:0;font-size:1rem}.agent-shell__button--icon{border-radius:2px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:inline-flex}.agent-shell__button--delete{border-radius:2px;width:100%;padding:8px 12px;font-size:.9rem}.agent-shell__conversation-list{gap:10px;display:grid}.agent-shell__conversation-item{background:#ffffffb8;border:1px solid #1c26341a;border-radius:2px;gap:8px;padding:10px;display:grid}.agent-shell__conversation-item--active{background:#1c263414;border-color:#1c26344d}.agent-shell__conversation-select{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:6px;padding:0;display:grid}.agent-shell__conversation-item-title{word-break:break-word;font-weight:700;line-height:1.35}.agent-shell__conversation-item-meta{color:var(--text-muted);font-size:.88rem}.agent-shell__conversation-header{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.agent-shell__label-row{flex-wrap:wrap;gap:8px;display:flex}.agent-shell__label{color:var(--text-muted);text-transform:uppercase;font-size:.88rem;font-weight:700}.agent-shell__value{font-weight:600}.agent-shell__value--mono{font-family:SFMono-Regular,Consolas,monospace;font-size:.9rem}.agent-shell__badge{text-transform:uppercase;border-radius:2px;align-self:start;padding:8px 12px;font-size:.8rem;font-weight:700}.agent-shell__badge--queued{color:#8c5c00;background:#c68a1829}.agent-shell__badge--streaming{color:#0f5e80;background:#0a648c24}.agent-shell__badge--failed{color:#912d2d;background:#a026261f}.agent-shell__transcript{gap:12px;min-width:0;min-height:280px;display:grid}.agent-shell__bubble{border:1px solid #1c263414;border-radius:2px;align-self:start;gap:8px;max-width:min(720px,100%);padding:14px 16px;display:grid}.agent-shell__bubble--user{color:#f8f4ee;background:#1c2634;justify-self:end}.agent-shell__bubble--assistant{box-shadow:none;background:0 0;border:0;justify-self:start;padding-left:0;padding-right:0}.agent-shell__bubble--live{border-style:dashed}.agent-shell__bubble-meta{opacity:.78;justify-content:space-between;gap:12px;font-size:.8rem;display:flex}.agent-shell__bubble-content{white-space:pre-wrap;margin:0;line-height:1.55}.agent-shell__tool-inline{width:80%;min-width:0;max-width:100%;margin:.08rem 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;overflow-x:hidden}.agent-shell__tool-inline-summary{cursor:pointer;border-radius:2px;align-items:center;gap:.32rem;width:100%;min-width:0;padding:.24rem .45rem;list-style:none;display:flex}.agent-shell__tool-inline-summary:hover{background:#1c26340d}.agent-shell__tool-inline-summary::-webkit-details-marker{display:none}.agent-shell__tool-inline-dot{flex:none;font-size:1rem;font-weight:700;line-height:1}.agent-shell__tool-inline-dot--queued,.agent-shell__tool-inline-dot--running{color:#d79300;text-shadow:0 0 8px #d7930073;animation:1.35s ease-in-out infinite agent-shell-tool-dot-pulse}.agent-shell__tool-inline-dot--completed{color:#16a34a}.agent-shell__tool-inline-dot--failed{color:#dc2626}.agent-shell__tool-inline-name{color:#35557a;overflow-wrap:anywhere;flex:0 auto;min-width:0;font-weight:700}.agent-shell__tool-inline-copy{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.agent-shell__tool-inline-caret{color:var(--text-muted);flex:none}.agent-shell__tool-inline[open] .agent-shell__tool-inline-caret{transform:rotate(90deg)}.agent-shell__tool-inline-details{gap:.5rem;min-width:0;max-width:100%;max-height:15rem;padding:0 .45rem .35rem;display:grid;overflow:hidden auto}.agent-shell__tool-inline-label{color:var(--text-muted);margin-bottom:.2rem;font-size:.68rem}.agent-shell__tool-inline-pre{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;max-width:100%;color:var(--text-strong);background:#1c26340a;border-radius:2px;margin:0;padding:.45rem .55rem;font-size:.7rem;line-height:1.45;overflow-x:auto}.agent-shell__composer-label{font-weight:700}.agent-shell__composer-input{border:1px solid var(--panel-border);width:100%;color:var(--text-strong);resize:vertical;font:inherit;background:#ffffffd9;border-radius:2px;padding:14px 16px}.agent-shell__composer-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.agent-shell__composer-row{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;display:grid}.agent-shell__notice{border-radius:2px;margin:0;padding:12px 14px}.agent-shell__notice--error{color:#8a2f2f;background:#a0262614}.agent-shell__notice--success{color:#1f5d35;background:#1f5d3514}.minimal-shell__project-tools--inline{background:0 0;border-radius:0;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:0;display:flex}.minimal-shell__project-cell--tools{overflow-x:auto}.minimal-shell__project-tools-title{color:var(--text-muted);font-size:.88rem;font-weight:600}.minimal-shell__project-meta{gap:6px;display:grid}.minimal-shell__project-meta--inline{align-items:center;gap:8px;display:flex}.minimal-shell__project-feedback-row{flex-wrap:wrap;align-items:center;gap:6px 10px;display:flex}.minimal-shell__project-payload-row{gap:6px;display:grid}.minimal-shell__project-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:600}.minimal-shell__code-block{color:#f8f4ee;background:#111925f0;border-radius:10px;margin:0;padding:12px;font-size:.82rem;line-height:1.45;overflow:auto}.minimal-shell__textarea{resize:vertical;min-height:180px;font:inherit}.minimal-shell__button--secondary{color:var(--text-strong);background:#1c263414}.minimal-shell__button--secondary:hover{background:#1c263424}.minimal-shell__locale-switcher{border:1px solid var(--panel-border);background:#ffffff80;border-radius:12px;gap:10px;margin:0;padding:14px;display:grid}.minimal-shell__locale-label{color:var(--text-muted);padding:0 6px;font-size:.92rem;font-weight:600}.minimal-shell__locale-option{color:var(--text-strong);align-items:center;gap:10px;display:flex}.minimal-shell__locale-option input{margin:0}.agent-shell{width:100%;max-width:none;margin:0}.agent-shell__panel{border-radius:2px;gap:12px;padding:14px}.agent-shell__header--compact{align-items:start;gap:12px}.agent-shell__account--compact{min-width:220px}.agent-shell__title{font-size:clamp(1.45rem,2vw,2.1rem)}.agent-shell__subtitle,.agent-shell__account-email,.agent-shell__composer-hint,.agent-shell__loading,.agent-shell__empty-copy,.agent-shell__empty-transcript,.agent-shell__broadcast-meta{font-size:.84rem;line-height:1.35}.agent-shell__button{padding:8px 12px;font-size:.86rem}.agent-shell__button--icon{width:34px;min-width:34px;height:34px;padding:0}.agent-shell__button--icon-sm{border-radius:2px;width:28px;min-width:28px;height:28px;padding:0}.agent-shell__button--icon-sm svg{width:14px;height:14px}.agent-shell__button--danger{color:#8a2f2f;background:#a0262614}.agent-shell__workspace--dense{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:12px}.agent-shell__sidebar--dense,.agent-shell__conversation-card--dense,.agent-shell__broadcast-bar,.agent-shell__empty-state,.agent-shell__composer--dense{border-radius:2px;gap:10px;padding:12px}.agent-shell__sidebar-actions,.agent-shell__main--dense,.agent-shell__broadcast-bar{gap:10px;display:grid}.agent-shell__field-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.76rem;font-weight:700}.agent-shell__inline-form,.agent-shell__history-actions,.agent-shell__broadcast-actions,.agent-shell__conversation-card-topbar{align-items:center;gap:8px;display:flex}.agent-shell__inline-form,.agent-shell__broadcast-actions,.agent-shell__conversation-card-topbar{justify-content:space-between}.agent-shell__history-actions{justify-content:stretch}.agent-shell__history-actions .agent-shell__button{flex:1 1 0}.agent-shell__history-actions--bulk{flex-wrap:nowrap}.agent-shell__range-input{width:100%;margin:0}.agent-shell__mini-input{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-button-border,var(--panel-border));border-radius:var(--platform-shell-radius-input,2px);background:var(--platform-shell-input-bg,#ffffffe0);width:84px;min-width:84px;color:var(--platform-shell-text-strong,var(--text-strong));caret-color:var(--platform-shell-accent,currentColor);font:inherit;padding:8px 10px}.agent-shell__mini-input:focus{border-color:var(--platform-shell-accent,var(--panel-border));outline:2px solid color-mix(in srgb, var(--platform-shell-accent,var(--text-strong)) 34%, transparent);outline-offset:2px}.agent-shell__mini-input:disabled{cursor:not-allowed;opacity:.6}select.agent-shell__mini-input option{background:var(--platform-shell-input-bg,#fff);color:var(--platform-shell-text-strong,var(--text-strong))}.agent-shell__stack,.agent-shell__broadcast-sidebar{gap:10px;display:grid}.agent-shell__mini-input--full{width:100%;min-width:0}.project-agent__card{border-radius:2px;grid-template-rows:auto auto auto auto auto;align-content:start;height:auto;min-height:0;display:grid}.project-agent__card.agent-shell__conversation-card--dense{gap:8px;padding:8px}.project-agent__card--minimalist{grid-template-rows:auto minmax(0,1fr) auto;height:75vh;min-height:75vh;overflow:hidden}.project-workspace-shell{grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:100%;display:grid}.project-workspace-shell__body{height:100%;min-height:0}.project-workspace-shell__footer{border-top:1px solid var(--panel-border);padding:8px 14px 12px}.project-workspace-shell__footer-content{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;max-width:1100px;margin:0 auto;display:grid}.project-workspace-shell__footer-content>.platform-shell__composer{grid-column:2}.project-workspace-shell__footer-content>.platform-shell__button{grid-column:3;width:auto}.main-project-shell{border-radius:var(--platform-shell-radius-panel,2px);grid-template-rows:auto minmax(0,1fr);width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.main-project-shell--viewport{border-radius:0;width:100%;height:100%;position:relative}.main-project-shell__header{border-bottom:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:16px 18px;display:grid}.main-project-shell__title-block{grid-column:1;gap:4px;min-width:0;display:grid}.main-project-shell__publish-cluster{grid-column:2;align-items:center;gap:12px;min-width:0;display:inline-flex}.main-project-shell__publish-button{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-accent);background:color-mix(in srgb, var(--platform-shell-accent) 18%, var(--platform-shell-button-bg));height:30px;min-height:30px;color:var(--platform-shell-text-strong);cursor:pointer;font:inherit;letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.8rem;font-weight:700;transition:background .12s,box-shadow .12s,transform .12s;display:inline-flex}.main-project-shell__publish-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:17px;height:17px}.main-project-shell__publish-button:hover:not(:disabled){background:color-mix(in srgb, var(--platform-shell-accent) 28%, var(--platform-shell-button-bg));box-shadow:0 0 0 3px color-mix(in srgb, var(--platform-shell-accent) 18%, transparent);transform:translateY(-1px)}.main-project-shell__publish-button:disabled{cursor:not-allowed;opacity:.55}.main-project-shell__commit-meta{min-width:0;color:var(--platform-shell-text-muted);white-space:nowrap;align-items:center;gap:6px;font-size:.7rem;line-height:1.2;display:inline-flex}.main-project-shell__commit-meta>span+span:before{content:"·";opacity:.65;margin-right:6px}.main-project-shell__commit-summary{max-width:14rem;color:var(--platform-shell-text-strong);text-overflow:ellipsis;overflow:hidden}.main-project-shell__title-row{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.main-project-shell__channel-summary{color:var(--platform-shell-text-muted);flex-wrap:wrap;gap:8px 14px;font-size:.72rem;line-height:1.4;display:flex}.main-project-shell__environment-tabs{flex-wrap:wrap;gap:8px;display:inline-flex}.platform-shell__pill-tab{border:1px solid var(--platform-shell-button-border,#1c26341f);background:var(--platform-shell-button-bg,#fff);min-height:30px;color:var(--platform-shell-text-muted);letter-spacing:.03em;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.74rem;font-weight:600;transition:border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.platform-shell__pill-tab:hover:not(:disabled){border-color:var(--platform-shell-accent,#1c2634);color:var(--platform-shell-accent,#1c2634)}.platform-shell__pill-tab--active{border-color:var(--platform-shell-accent,#1c2634);color:var(--platform-shell-accent,#1c2634);box-shadow:0 0 0 2px color-mix(in srgb, var(--platform-shell-accent,#1c2634) 20%, transparent)}.main-project-shell__publish-button:focus-visible,.platform-shell__pill-tab:focus-visible,.project-agent__minimalist-persona:focus-visible,.platform-shell__panel-close:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:2px}.main-project-shell__title{color:var(--platform-shell-text-strong);margin:0;font-size:1.05rem;line-height:1.2}.main-project-shell__header-actions{grid-column:3;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.main-project-shell__body{min-width:0;min-height:0;display:grid;overflow:hidden}.main-project-shell__surface{width:100%;min-width:0;height:100%;min-height:0;display:none;overflow:hidden}.main-project-shell__surface--active{display:grid}.main-project-shell__surface--development{box-sizing:border-box;background:repeating-linear-gradient(135deg, #f5c518 0, #f5c518 11px, var(--platform-shell-panel-bg) 11px, var(--platform-shell-panel-bg) 28px);padding:30px}.main-project-shell__surface--development>*{border-radius:var(--platform-shell-radius-panel,2px);background:var(--platform-shell-panel-bg);min-width:0;min-height:0;box-shadow:0 0 0 1px color-mix(in srgb, var(--platform-shell-text-strong,#1c2634) 50%, transparent)}.main-project-shell__surface--active>.project-mcp-settings{align-self:stretch}.project-files-panel{min-width:0;height:100%;min-height:0;overflow:hidden}.project-tables-panel,.project-artifacts-panel,.project-notifications-panel{scrollbar-gutter:stable;width:100%;min-width:0;height:100%;min-height:0;padding:0 2px 12px 0;overflow:hidden auto}.main-project-shell__empty{min-height:0;color:var(--platform-shell-text-muted);text-align:center;place-items:center;padding:24px;display:grid}.main-project-shell__empty-state-card{text-align:center;height:100%;min-height:0;color:var(--platform-shell-text-muted);align-content:center;justify-items:center;gap:10px;padding:28px;display:grid}.main-project-shell__empty-state-card h3{color:var(--platform-shell-text-strong);margin:0;font-size:1rem}.main-project-shell__empty-state-card p{max-width:42rem;margin:0;line-height:1.5}.main-project-shell--body-only{box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-rows:minmax(0,1fr)}.mobile-app-shell{background:var(--platform-shell-input-bg);width:100vw;min-width:0;height:100dvh;min-height:0;color:var(--platform-shell-text-strong);grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}body.shell-body:has(.mobile-app-shell){width:100vw;height:100dvh;padding:0;overflow:hidden}.mobile-app-shell__header{border-bottom:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);grid-template-columns:minmax(0,1fr) minmax(0,auto);align-items:center;gap:8px;min-width:0;padding:10px;display:grid;overflow:hidden}.mobile-app-shell__identity{gap:2px;min-width:0;display:grid}.mobile-app-shell__kicker{color:var(--platform-shell-text-muted);text-transform:uppercase;font-size:.68rem;line-height:1}.mobile-app-shell__title{color:var(--platform-shell-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.2;overflow:hidden}.mobile-app-shell__actions{grid-auto-columns:minmax(0,max-content);grid-auto-flow:column;gap:6px;min-width:0;display:grid}.mobile-app-shell__action{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);background:var(--platform-shell-button-bg);min-width:0;color:var(--platform-shell-button-text);cursor:pointer;text-transform:uppercase;border-radius:2px;padding:8px;font-size:.76rem;font-weight:700;line-height:1}.mobile-app-shell__icon-action{justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.mobile-app-shell__icon-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.mobile-app-shell__body{min-width:0;height:100%;min-height:0;overflow:hidden}.mobile-app-shell__projects{grid-template-rows:minmax(0,1fr) auto;gap:14px;height:100%;min-height:0;padding:16px;display:grid;overflow:hidden}.mobile-app-shell__section-heading{gap:6px;display:grid}.mobile-app-shell__section-heading h2,.mobile-app-shell__section-heading p,.mobile-app-shell__notice p{margin:0}.main-page__dialog-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:80;background:#080c128f;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.main-page__dialog{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-panel);background:var(--platform-shell-panel-bg);gap:18px;width:min(100%,420px);padding:20px;display:grid;box-shadow:0 28px 80px #00000047}.main-page__dialog-header,.main-page__dialog-body,.main-page__dialog-actions{gap:12px;display:grid}.main-page__dialog-title{color:var(--platform-shell-text-strong);margin:0;font-size:1.05rem;line-height:1.2}.main-page__dialog-field{color:var(--platform-shell-text-muted);gap:8px;font-size:.85rem;display:grid}.main-page__dialog-input{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);width:100%;color:var(--platform-shell-text-strong);padding:11px 12px}.main-page__dialog-input:focus{border-color:var(--platform-shell-accent);outline:none}.main-page__dialog-actions{grid-auto-flow:column;justify-content:end}.mobile-app-shell__section-heading h2{color:var(--platform-shell-text-strong);font-size:1rem;line-height:1.2}.mobile-app-shell__section-heading p,.mobile-app-shell__notice p{color:var(--platform-shell-text-muted);word-break:break-word;font-size:.82rem;line-height:1.4}.mobile-app-shell__project-list{-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;align-content:start;gap:10px;min-height:0;padding-right:2px;display:grid;overflow:hidden auto}.mobile-app-shell__project-row{position:relative}.mobile-app-shell__project{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);width:100%;min-height:64px;color:var(--platform-shell-text-strong);cursor:pointer;text-align:left;border-radius:2px;justify-items:start;gap:6px;padding:12px 48px 12px 12px;display:grid}.mobile-app-shell__project--active{border-color:var(--platform-shell-accent)}.mobile-app-shell__action.mobile-app-shell__project-pin{width:30px;min-width:30px;height:30px;box-shadow:none;color:var(--platform-shell-text-muted);z-index:1;background:0 0;border:0;padding:0;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.mobile-app-shell__action.mobile-app-shell__project-pin:hover:not(:disabled),.mobile-app-shell__action.mobile-app-shell__project-pin:focus-visible,.mobile-app-shell__action.mobile-app-shell__project-pin:active{box-shadow:none;color:var(--platform-shell-text-muted);background:0 0;border:0}.mobile-app-shell__action.mobile-app-shell__project-pin--active,.mobile-app-shell__action.mobile-app-shell__project-pin--active:hover:not(:disabled),.mobile-app-shell__action.mobile-app-shell__project-pin--active:focus-visible,.mobile-app-shell__action.mobile-app-shell__project-pin--active:active{color:var(--platform-shell-accent)}.mobile-app-shell__project-title{font-size:.92rem;line-height:1.25}.mobile-app-shell__notice{gap:12px;padding:16px;display:grid}.mobile-app-shell .main-project-shell,.mobile-app-shell .main-project-shell__body,.mobile-app-shell .project-app-iframe,.mobile-app-shell .project-app-iframe__frame{width:100%;min-width:0;height:100%;min-height:0}.mobile-app-shell .project-app-iframe{border:0;border-radius:0}.mobile-app-shell .project-artifacts-panel,.mobile-app-shell .project-notifications-panel,.mobile-app-shell .project-tables-panel{-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;align-self:stretch;min-width:0;height:100%;min-height:0;padding:0 2px 12px 0;overflow:hidden auto}.mobile-app-shell__footer{border-top:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;min-width:0;display:grid;overflow:hidden}.mobile-app-shell__footer-button{min-width:0;min-height:52px;color:var(--platform-shell-text-muted);cursor:pointer;background:0 0;border:0;border-radius:0;align-content:center;place-items:center;gap:4px;display:grid}.mobile-app-shell__footer-button--active{background:color-mix(in srgb, var(--platform-shell-accent) 20%, transparent);color:var(--platform-shell-text-strong)}.mobile-app-shell__footer-icon{place-items:center;width:18px;height:18px;display:grid}.mobile-app-shell__footer-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.mobile-app-shell__footer-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.64rem;line-height:1.1;overflow:hidden}.mobile-app-shell--immersive{grid-template-rows:minmax(0,1fr)}.mobile-app-shell__account{background:var(--platform-shell-input-bg);grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.mobile-app-shell__account .user-account__sidebar{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:min(100% - 24px,680px);margin:12px auto 0;padding:10px;display:grid}.mobile-app-shell__account .user-account__sidebar h2{display:none}.mobile-app-shell__account .user-account__sidebar-link{text-align:center;min-height:44px;padding:9px 8px}.mobile-app-shell__account .user-account{width:min(100%,680px);min-height:0;padding:16px 12px calc(16px + env(safe-area-inset-bottom));margin:0 auto;overflow-y:auto}.mobile-app-shell__account .user-account>header h1{font-size:1.35rem}.mobile-app-shell__account .user-account>header p{margin-top:4px;font-size:.85rem}.mobile-app-shell__account .user-account__panel,.mobile-app-shell__account .user-account__subscription{box-shadow:none;gap:14px;padding:14px}.mobile-app-shell__account .user-account__details>div{grid-template-columns:minmax(82px,30%) minmax(0,1fr);gap:10px;padding:12px 0}.mobile-app-shell__account .user-account__details dd{overflow-wrap:anywhere}.mobile-app-shell__account .user-account__actions{gap:10px}.mobile-app-shell__account .user-account__actions .platform-shell__button{min-height:44px}.mobile-app-shell__account .user-account__themes{grid-template-columns:1fr;width:100%;display:grid}.mobile-app-shell__account .platform-shell__theme-option{min-height:44px}.mobile-catalogue{width:100%;min-width:0;height:100%;min-height:0;color:var(--platform-shell-text-strong)}.mobile-catalogue button,.mobile-catalogue input{font:inherit}.mobile-catalogue button{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-button-bg);min-height:44px;color:var(--platform-shell-button-text)}.mobile-catalogue button:not(:disabled){cursor:pointer}.mobile-catalogue button:focus-visible,.mobile-catalogue input:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:2px}.mobile-catalogue--list{grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.mobile-catalogue__listing-header{border-bottom:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 94%, transparent);gap:10px;padding:14px 14px 10px;display:grid}.mobile-catalogue__listing-header h1,.mobile-catalogue__listing-header p{margin:0}.mobile-catalogue__listing-header h1{font-size:1.15rem}.mobile-catalogue__search-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.mobile-catalogue__search-row label{min-width:0}.mobile-catalogue__search-row input{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);width:100%;min-height:44px;color:var(--platform-shell-text-strong);padding:10px 12px}.mobile-catalogue__search-row>button{padding:8px 14px;position:relative}.mobile-catalogue__filter-count{background:var(--platform-shell-accent);color:#fff;border-radius:999px;place-items:center;min-width:19px;height:19px;margin-left:6px;padding-inline:5px;font-size:.7rem;font-weight:800;display:inline-grid}.mobile-catalogue__results{-webkit-overflow-scrolling:touch;align-content:start;gap:10px;min-height:0;padding:12px;display:grid;overflow-y:auto}.mobile-catalogue__row{text-align:left;border-color:var(--platform-shell-item-border);background:var(--platform-shell-panel-bg);grid-template-columns:minmax(108px,34%) minmax(0,1fr);min-height:118px;padding:0;display:grid;overflow:hidden}.mobile-catalogue__row:hover,.mobile-catalogue__row:focus-visible{border-color:var(--platform-shell-item-hover-border)}.mobile-catalogue__row>img{object-fit:cover;background:var(--platform-shell-input-bg);width:100%;height:100%;min-height:118px}.mobile-catalogue__row-content{align-content:start;gap:6px;min-width:0;padding:12px;display:grid}.mobile-catalogue__row-content strong{min-width:0;color:var(--platform-shell-text-strong);line-height:1.2}.mobile-catalogue__version{color:var(--platform-shell-text-muted);white-space:nowrap;margin-left:.4rem;font-size:.65em;font-weight:600}.mobile-catalogue__description{color:var(--platform-shell-text-muted);white-space:pre-wrap;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.mobile-catalogue__stat{color:var(--platform-shell-accent);font-size:.72rem;font-weight:700}.mobile-catalogue__tags{flex-wrap:wrap;gap:5px;display:flex}.mobile-catalogue__tags>span{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-pill);color:var(--platform-shell-accent);padding:3px 6px;font-size:.7rem}.mobile-catalogue__tags--row{flex-wrap:nowrap;overflow:hidden}.mobile-catalogue__state,.mobile-catalogue--state{color:var(--platform-shell-text-muted);text-align:center;align-content:center;justify-items:center;gap:12px;padding:24px;display:grid}.mobile-catalogue__state h2,.mobile-catalogue__state p,.mobile-catalogue--state h1{margin:0}.mobile-catalogue__pagination{padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);color:var(--platform-shell-text-muted);text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;font-size:.75rem;display:grid}.mobile-catalogue__pagination button:disabled{opacity:.45}.mobile-catalogue--demo{grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.mobile-catalogue__demo-header{padding:calc(8px + env(safe-area-inset-top)) 10px 8px;border-bottom:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.mobile-catalogue__demo-header h1{text-align:center;text-overflow:ellipsis;white-space:nowrap;grid-column:2;min-width:0;margin:0;font-size:.95rem;overflow:hidden}.mobile-catalogue__demo-header button{padding:7px 10px}.mobile-catalogue__demo-runtime{background:var(--platform-shell-input-bg);min-width:0;min-height:0;overflow:hidden}.mobile-catalogue__demo-runtime .publication-demo-runtime{height:100%;min-height:0}.mobile-catalogue__demo-actions{padding:10px 10px calc(10px + env(safe-area-inset-bottom));border-top:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);grid-template-columns:1fr 1.35fr;gap:8px;display:grid}.mobile-catalogue__demo-actions .mobile-catalogue__install-action,.mobile-catalogue__sheet-actions button:last-child{border-color:var(--platform-shell-accent);background:var(--platform-shell-accent);color:#fff;font-weight:800}.mobile-catalogue__demo-actions button:disabled{cursor:not-allowed;opacity:.55}.mobile-catalogue__sheet-backdrop{z-index:120;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a3;align-items:end;display:grid;position:fixed;inset:0}.mobile-catalogue__sheet{border-top:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container) var(--platform-shell-radius-layout-container) 0 0;background:var(--platform-shell-panel-bg);width:100%;max-height:min(88dvh,760px);color:var(--platform-shell-text-strong);grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 -18px 60px #00000059}.mobile-catalogue__sheet-header{border-bottom:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.mobile-catalogue__sheet-header h2{min-width:0;margin:0;font-size:1.05rem}.mobile-catalogue__sheet-header button{width:44px;padding:0;font-size:1.35rem}.mobile-catalogue__sheet-body{align-content:start;gap:18px;min-height:0;padding:16px;display:grid;overflow-y:auto}.mobile-catalogue__sheet-body fieldset{border:0;gap:8px;margin:0;padding:0;display:grid}.mobile-catalogue__sheet-body legend{margin-bottom:8px;font-weight:800}.mobile-catalogue__sheet-body fieldset label{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);align-items:center;gap:10px;min-height:44px;padding:8px 10px;display:flex}.mobile-catalogue__sheet-actions{padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:8px;display:grid}.mobile-catalogue__full-description{color:var(--platform-shell-text-muted);white-space:pre-wrap;margin:0;line-height:1.55}.mobile-catalogue__storage{grid-template-columns:1fr 1fr;gap:8px;margin:0;display:grid}.mobile-catalogue__storage>div{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);padding:12px}.mobile-catalogue__storage dt{color:var(--platform-shell-text-muted);text-transform:uppercase;font-size:.68rem}.mobile-catalogue__storage dd{margin:5px 0 0;font-weight:800}.mobile-catalogue__field{color:var(--platform-shell-text-muted);gap:7px;font-size:.8rem;font-weight:700;display:grid}.mobile-catalogue__field input{border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);width:100%;min-height:44px;color:var(--platform-shell-text-strong);padding:10px 12px}.mobile-catalogue__error{color:#ef8585;margin:0}.mobile-catalogue__visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.project-agent__card--minimalist.agent-shell__conversation-card--dense{background:linear-gradient(#ffffffb8,#f5efe6b8),repeating-linear-gradient(#1c263408,#1c263408 1px,#0000 1px 28px);gap:8px;padding:6px}.project-agent__card-topbar{align-items:flex-start;gap:6px}.project-agent__project-title{margin:0;font-size:1rem}.project-agent__active-state-row{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-input,2px);background:var(--platform-shell-button-bg);justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;display:flex}.project-agent__active-state-label,.project-agent__active-state-value{font-size:.72rem;line-height:1.2}.project-agent__active-state-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.project-agent__active-state-value{color:var(--text-strong);font-weight:600}.project-agent__tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.project-agent__tab{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input,2px);background:var(--platform-shell-button-bg);color:var(--platform-shell-button-text);cursor:pointer;text-align:center;justify-content:center;align-items:center;padding:8px 9px;font-size:.82rem;display:flex}.project-agent__tab:disabled{opacity:.55;cursor:not-allowed}.project-agent__tab:hover:not(:disabled){border-color:var(--platform-shell-accent);color:var(--platform-shell-accent)}.project-agent__tab:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:2px}.project-agent__tab--active{border-color:var(--platform-shell-accent);color:var(--platform-shell-accent);background:color-mix(in srgb, var(--platform-shell-accent) 12%, var(--platform-shell-button-bg))}.project-agent__broadcast-row{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.project-agent__broadcast-row--sidebar{grid-template-columns:1fr}.project-agent__composer-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:6px}.project-agent__composer-row .agent-shell__composer-input{resize:vertical;border-radius:2px;min-height:44px;padding:8px 9px;font-size:.82rem}.project-agent__composer-actions{align-content:start;gap:6px;display:grid}.project-agent__composer-actions .agent-shell__button{border-radius:2px;justify-self:stretch;width:100%;padding:8px 10px;font-size:.78rem}.project-agent__card .agent-shell__button--ghost,.project-agent__broadcast-row .agent-shell__mini-input,.project-agent__broadcast-actions .agent-shell__button,.project-agent__sidebar .agent-shell__button,.project-agent__sidebar .agent-shell__mini-input,.project-agent__conversation-item,.project-agent__conversation-select{border-radius:2px}.project-agent__composer-actions .agent-shell__notice{margin:0;padding:6px 8px;font-size:.74rem}.project-agent__card .agent-shell__subtitle,.project-agent__card .agent-shell__empty-copy,.project-agent__card .agent-shell__empty-transcript{font-size:.74rem;line-height:1.25}.project-agent__card .agent-shell__transcript{flex-direction:column;align-items:stretch;gap:6px;height:auto;min-height:0;max-height:44vh;padding:10px;display:flex;overflow:hidden auto}.project-agent__card--minimalist .agent-shell__transcript{height:100%;max-height:none;padding:6px}.project-agent__card .agent-shell__timeline-entry{align-items:flex-start;width:100%;display:flex}.project-agent__card .agent-shell__timeline-entry--user{justify-content:flex-end}.project-agent__card .agent-shell__timeline-entry--assistant,.project-agent__card .agent-shell__timeline-entry--tool{justify-content:flex-start}.project-agent__minimalist-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:4px 6px 0;display:grid}.project-agent__minimalist-personas{justify-self:start;gap:6px;display:inline-flex}.project-agent__sidebar-tabs{justify-items:start;gap:8px;display:grid}.project-agent__minimalist-persona{border:1px solid var(--platform-shell-button-border,#1c26341f);border-radius:var(--platform-shell-radius-pill,999px);background:var(--platform-shell-button-bg,#fff);width:30px;height:30px;color:var(--platform-shell-button-text,var(--text-muted));cursor:pointer;justify-content:center;align-items:center;padding:0;transition:border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.project-agent__minimalist-persona:hover:not(:disabled){border-color:var(--platform-shell-accent,#1c2634);color:var(--platform-shell-accent,var(--text-strong))}.project-agent__minimalist-persona svg{width:19px;height:19px}.project-agent__minimalist-persona--text{white-space:nowrap;width:auto;min-width:30px;padding:0 12px}.project-agent__minimalist-persona--settings{background:var(--platform-shell-button-bg,#fff)}.project-agent__minimalist-persona--active{border-color:var(--platform-shell-accent,#1c2634);background:var(--platform-shell-button-bg,#fff);color:var(--platform-shell-accent,var(--text-strong));box-shadow:0 0 0 2px color-mix(in srgb, var(--platform-shell-accent,#1c2634) 26%, transparent)}.project-agent__sidebar-tabs .project-agent__minimalist-persona{position:relative}.project-agent__sidebar-tab-badge{color:#fff;text-align:center;background:#912d2d;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-6px}.project-agent__panel-close{width:30px;height:30px;font-size:1.2rem}.project-agent__minimalist-status{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);justify-self:center;font-size:.72rem;font-weight:700}.project-agent__minimalist-close{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;justify-self:end;padding:0;line-height:1}.project-agent__minimalist-composer{justify-self:center;gap:6px;width:min(560px,100%);padding:0 6px 6px;display:grid}.project-agent__minimalist-composer-row{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;display:grid}.project-agent__minimalist-composer-row .agent-shell__button{background:0 0}.project-agent__minimalist-composer-input{resize:none;background:#fffffff0;border-radius:999px;height:48px;min-height:0;padding:12px 36px 12px 16px;box-shadow:0 10px 24px #1c26341f}.project-agent__workspace-footer{border-top:1px solid var(--panel-border);gap:8px;padding:12px;display:grid}.project-agent__workspace-footer-content{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.project-agent__workspace-input{min-height:0}.project-agent__card .agent-shell__bubble{border-radius:16px;gap:4px;width:fit-content;max-width:min(82%,42rem);padding:8px 10px}.project-agent__card .agent-shell__bubble--user{color:#f8f4ee;background:#1c2634;border-color:#1c2634}.project-agent__card .agent-shell__bubble--assistant{color:var(--text-strong);background:0 0;padding-left:0}.project-agent__card .agent-shell__bubble-content{font-size:.8rem;line-height:1.4}.project-agent__card .agent-shell__tool-inline{width:min(82%,42rem);margin:0;padding:0}.project-agent__card .agent-shell__tool-inline-summary{background:#ffffffb8;border:1px solid #1c263414;border-radius:12px;padding:.38rem .55rem}.project-agent__card .agent-shell__tool-inline-details{margin-top:4px;padding:0 .25rem .35rem}.project-app-iframe{background:#ffffffc2;border:0;border-radius:0;height:100%;min-height:0;overflow:hidden}.project-app-iframe__frame{background:var(--platform-shell-panel-bg);border:0;width:100%;height:100%;min-height:0;display:block}.project-app-iframe__empty{min-height:240px;color:var(--text-muted);text-align:center;background:var(--platform-shell-panel-bg);border:1px dashed #1c263429;border-radius:2px;justify-content:center;align-items:center;padding:18px;display:flex}@keyframes agent-shell-caret-pulse{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes agent-shell-tool-dot-pulse{0%,to{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.08)}}.agent-shell__conversation-item{border-radius:2px;gap:6px;padding:8px}.agent-shell__conversation-item-title{font-size:.9rem}.agent-shell__conversation-item-meta,.agent-shell__label,.agent-shell__bubble-meta{font-size:.74rem}.agent-shell__conversation-header--dense{flex:auto;align-items:start;gap:8px}.agent-shell__label-row{gap:6px}.agent-shell__value--mono{font-size:.8rem}.agent-shell__badge{padding:5px 8px;font-size:.72rem}.agent-shell__transcript--dense{gap:8px;min-height:200px;max-height:44vh;padding-right:2px;overflow:auto}.agent-shell__bubble{border-radius:2px;gap:6px;max-width:100%;padding:10px 12px}.agent-shell__bubble-content{font-size:.86rem;line-height:1.45}.agent-shell__composer-input--compact{border-radius:2px;min-height:74px;padding:10px 12px}.agent-shell__composer-footer--dense{gap:8px}.agent-shell__notice{border-radius:2px;padding:8px 10px;font-size:.82rem}.project-publication{height:100%;min-height:0;color:var(--platform-shell-text-strong);background:var(--platform-shell-input-bg);grid-template-columns:320px minmax(0,1fr);display:grid;position:relative}.project-publication__settings{z-index:2;border-right:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);background:var(--platform-shell-panel-bg);flex-direction:column;gap:1rem;min-width:0;padding:1.25rem;display:flex;overflow-y:auto}.project-publication__settings h3,.project-publication__result h3,.project-publication__blocking h3{margin:0}.project-publication__settings label,.project-publication__modal label{gap:.4rem;font-size:.82rem;display:grid}.project-publication__settings label>span,.project-publication__modal label>span{color:var(--platform-shell-text-muted);justify-self:end;font-size:.72rem}.project-publication__settings input[type=text],.project-publication__settings input:not([type]),.project-publication__settings textarea,.project-publication__modal input[type=text],.project-publication__modal input:not([type]),.project-publication__modal textarea{box-sizing:border-box;width:100%;color:var(--platform-shell-text-strong);border:var(--platform-shell-border-width,1px) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);padding:.7rem}.project-publication__settings input:focus,.project-publication__settings textarea:focus,.project-publication__modal input:focus,.project-publication__modal textarea:focus{border-color:var(--platform-shell-accent);outline:2px solid color-mix(in srgb, var(--platform-shell-accent) 24%, transparent);outline-offset:1px}.project-publication__settings textarea,.project-publication__modal textarea{resize:vertical;min-height:10rem;max-height:18rem;overflow-y:auto}.project-publication__check{align-items:center;display:flex!important}.project-publication input[type=checkbox]{accent-color:var(--platform-shell-accent)}.project-publication__settings button,.project-publication__blocking button{color:#fff;border:var(--platform-shell-border-width,1px) solid var(--platform-shell-accent);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);cursor:pointer;min-height:2.6rem;padding:.65rem .9rem;font-weight:700}.project-publication__settings button:hover:not(:disabled),.project-publication__blocking button:hover:not(:disabled),.project-publication__modal button:hover:not(:disabled),.project-publication__preview-confirmation button:hover:not(:disabled){box-shadow:0 0 0 3px color-mix(in srgb, var(--platform-shell-accent) 18%, transparent)}.project-publication__settings button:focus-visible,.project-publication__blocking button:focus-visible,.project-publication__modal button:focus-visible,.project-publication__preview-confirmation button:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:2px}.project-publication__settings button:disabled{cursor:not-allowed;opacity:.45}.project-publication__settings button.project-publication__secondary,.project-publication__modal button.project-publication__secondary,.project-publication__preview-confirmation button.project-publication__secondary{color:var(--platform-shell-button-text);border-color:var(--platform-shell-button-border);background:var(--platform-shell-button-bg)}.project-publication__status{align-items:center;gap:.45rem;font-weight:800;display:flex}.project-publication__status--published{color:#4ade80}.project-publication__history,.project-publication__tags,.project-publication__tag-list{gap:.55rem;display:grid}.project-publication__tags{border-block:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);padding-block:.35rem}.project-publication__tags h4{margin:.35rem 0 0}.project-publication__tag-list label{align-items:center;gap:.55rem;display:flex}.project-publication__tag-list label>span{color:inherit;justify-self:auto;font-size:.82rem}.project-publication__tag-actions{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.project-publication__history h4{margin:.5rem 0 0}.project-publication__settings .project-publication__version{color:inherit;border:var(--platform-shell-border-width,1px) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-button-bg);text-align:left;gap:.45rem;padding:.75rem;display:grid}.project-publication__settings .project-publication__version--selected{border-color:var(--platform-shell-accent);color:var(--platform-shell-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--platform-shell-accent) 22%, transparent)}.project-publication__version>span{justify-content:space-between;align-items:center;gap:.6rem;min-width:0;display:flex}.project-publication__version>span>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-publication__version time{color:var(--platform-shell-text-muted);font-size:.72rem}.project-publication__version em{color:#bbf7d0;text-transform:uppercase;background:#22c55e2e;border-radius:999px;padding:.15rem .4rem;font-size:.66rem;font-style:normal}.project-publication__danger-zone{border-top:1px solid #ef444473;gap:.65rem;margin-top:.5rem;padding-top:1rem;display:grid}.project-publication__settings button.project-publication__danger,.project-publication__modal button.project-publication__danger{background:#b91c1c}.project-publication__application{min-width:0;min-height:0;position:relative;overflow:auto}.project-publication__application>.project-app-iframe{width:100%;height:100%}.project-publication__application img{object-fit:contain;background:#0a0c11;width:100%;height:100%;display:block}.project-publication__static-preview{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);width:min(80%,90rem);height:min(80%,58rem);min-height:28rem;box-shadow:var(--platform-shell-shadow);grid-template-columns:minmax(14rem,28%) minmax(0,1fr);margin:auto;display:grid;overflow:hidden}.project-publication__application:has(.project-publication__static-preview){display:grid}.project-publication__static-preview>section{flex-direction:column;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.project-publication__static-preview h2,.project-publication__static-preview p{margin:0}.project-publication__static-preview p{white-space:pre-wrap;overflow-y:auto}.project-publication__static-preview dl{gap:.65rem;margin:0;display:grid}.project-publication__static-preview dl>div{justify-content:space-between;gap:1rem;display:flex}.project-publication__static-preview dt{color:var(--platform-shell-text-muted)}.project-publication__static-preview dd{margin:0}.project-publication__static-preview button{color:#fff;border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);cursor:pointer;border:0;min-height:2.8rem;margin-top:auto;font-weight:800}.project-publication__static-preview>img,.project-publication__thumbnail-loading{object-fit:contain;background:#0a0c11;width:100%;height:100%;min-height:0}.project-publication__thumbnail-loading{color:var(--platform-shell-text-muted);place-items:center;display:grid}.project-publication__active-label{color:#4ade80;margin-top:auto}.project-publication__preview-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto;display:grid}.project-publication__preview-description{white-space:pre-wrap;overflow-y:auto}.project-publication__modal-backdrop{z-index:10;background:#05070bb8;place-items:center;padding:1rem;display:grid;position:absolute;inset:0}.project-publication__modal-backdrop--actions{pointer-events:none;align-items:end}.project-publication__preview-confirmation{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);box-shadow:var(--platform-shell-shadow);pointer-events:auto;gap:.75rem;padding:1rem;display:flex}.project-publication__preview-confirmation button{color:#fff;border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);border:0;min-height:2.6rem;padding:.65rem 1rem;font-weight:700}.project-publication__modal,.project-publication__publishing-overlay{width:min(34rem,100%);max-height:calc(100% - 2rem);color:var(--platform-shell-text-strong);border:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);box-shadow:var(--platform-shell-shadow);gap:1rem;padding:1.5rem;display:grid;overflow-y:auto}.project-publication__publishing-overlay{text-align:center;justify-items:center}.project-publication__modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.project-publication__modal button{color:#fff;border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);border:0;min-height:2.6rem;padding:.65rem .9rem;font-weight:700}.project-publication__modal button:disabled{opacity:.45}.project-publication__notice,.project-publication__error{background:#f59e0b1f;border-radius:.5rem;padding:.7rem}.project-publication__error{background:#ef44441f}.project-publication__success{color:#bbf7d0;background:#22c55e26;border-radius:.5rem;padding:.7rem}.project-publication__paste-target{min-height:10rem;color:var(--platform-shell-text-muted);border:2px dashed var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);text-align:center;place-items:center;padding:1.5rem;display:grid}.project-publication__crop-editor{gap:.75rem;display:grid}.project-publication__crop-viewport{aspect-ratio:16/9;border:2px solid var(--platform-shell-accent);border-radius:var(--platform-shell-radius-input);width:100%;box-shadow:0 0 0 3px color-mix(in srgb, var(--platform-shell-accent) 18%, transparent);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#0a0c11;position:relative;overflow:hidden}.project-publication__crop-viewport:active{cursor:grabbing}.project-publication__crop-viewport:focus-visible{outline:2px solid var(--platform-shell-accent);outline-offset:3px}.project-publication__crop-viewport>img{pointer-events:none;max-width:none;display:block;position:absolute}.project-publication__crop-guides{pointer-events:none;background:linear-gradient(90deg,#0000 calc(33.333% - .5px),#ffffff61 33.333%,#0000 calc(33.333% + .5px)),linear-gradient(90deg,#0000 calc(66.666% - .5px),#ffffff61 66.666%,#0000 calc(66.666% + .5px)),linear-gradient(#0000 calc(33.333% - .5px),#ffffff61 33.333%,#0000 calc(33.333% + .5px)),linear-gradient(#0000 calc(66.666% - .5px),#ffffff61 66.666%,#0000 calc(66.666% + .5px));position:absolute;inset:0}.project-publication__crop-zoom{grid-template-columns:auto minmax(0,1fr) 3.5rem;align-items:center;gap:.75rem!important;display:grid!important}.project-publication__crop-zoom input{width:100%;accent-color:var(--platform-shell-accent)}.project-publication__crop-zoom output{color:var(--platform-shell-text-muted);text-align:right}.project-publication__crop-help{color:var(--platform-shell-text-muted);margin:0;font-size:.78rem}.project-publication__blocking,.project-publication__result{text-align:center;place-content:center;justify-items:center;gap:1rem;min-height:100%;padding:2rem;display:grid}.project-publication__spinner{border:.25rem solid color-mix(in srgb, var(--platform-shell-accent) 25%, transparent);border-top-color:var(--platform-shell-accent);border-radius:50%;width:2.4rem;height:2.4rem;animation:.8s linear infinite project-publication-spin}.project-publication__success-mark{color:#fff;background:#16a34a;border-radius:50%;place-items:center;width:3.5rem;height:3.5rem;font-size:2rem;display:grid}.project-publication__url{border:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-input);align-items:center;gap:.5rem;max-width:min(46rem,90vw);padding:.65rem;display:flex}.project-publication__url a{color:var(--platform-shell-accent);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-publication__url button{flex:none;width:2.2rem;height:2.2rem}@keyframes project-publication-spin{to{transform:rotate(360deg)}}@media (max-width:760px){.project-publication{grid-template-rows:auto minmax(24rem,1fr);grid-template-columns:minmax(0,1fr)}.project-publication__settings{border-right:0;border-bottom:var(--platform-shell-border-width,1px) solid var(--platform-shell-panel-border)}.project-publication__static-preview{grid-template-rows:auto minmax(18rem,1fr);grid-template-columns:minmax(0,1fr);width:min(94%,48rem);height:auto;min-height:36rem;margin:1rem auto}}.public-catalogue,.public-publication{color:#f8fafc;background:radial-gradient(circle at 50% 0,#be185d38,#0000 44%),#090b10;min-height:100vh;padding:4vh 4vw}.public-catalogue__header{justify-content:space-between;align-items:flex-start;gap:1rem;width:min(94vw,1600px);margin:0 auto 2rem;display:flex}.public-catalogue__header p{color:#f9a8d4;letter-spacing:.09em;text-transform:uppercase;margin:0;font-weight:800}.public-catalogue__header h1{margin:.35rem 0 0;font-size:clamp(2rem,4vw,4rem)}.public-catalogue__shell-button{color:#f8fafc;cursor:pointer;background:#171b23;border:1px solid #394252;border-radius:.55rem;flex:none;place-items:center;width:44px;height:44px;padding:0;display:grid}.public-catalogue__shell-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}.public-mobile-catalogue{grid-template-rows:auto minmax(0,1fr)}.public-catalogue__layout{background:#11151d;border:1px solid #f472b659;border-radius:1rem;grid-template-columns:minmax(230px,280px) minmax(0,1fr);width:min(94vw,1600px);min-height:72vh;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 2rem 8rem #0000008c}.public-catalogue__filters,.public-catalogue__results{padding:1.35rem}.public-catalogue__filters{background:#0d1118;border-right:1px solid #2b3341;flex-direction:column;gap:1.5rem;display:flex}.public-catalogue__filters form,.public-catalogue__filters fieldset{gap:.75rem;display:grid}.public-catalogue__filters form>div{gap:.45rem;display:flex}.public-catalogue__filters input[type=search],.public-catalogue__toolbar select{min-width:0;color:inherit;background:#171b23;border:1px solid #394252;border-radius:.55rem;padding:.7rem}.public-catalogue__filters input[type=search]{width:100%}.public-catalogue__filters button,.public-catalogue__pagination button,.public-catalogue__state button{color:#fff;cursor:pointer;background:#db2777;border:0;border-radius:.55rem;padding:.7rem .9rem;font-weight:800}.public-catalogue__filters fieldset{border:0;padding:0}.public-catalogue__filters legend{margin-bottom:.75rem;font-weight:800}.public-catalogue__filters fieldset label{align-items:center;gap:.55rem;display:flex}.public-catalogue__results{min-width:0}.public-catalogue__toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.public-catalogue__toolbar label{align-items:center;gap:.6rem;display:flex}.public-catalogue__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.public-catalogue__card{aspect-ratio:16/10;color:#fff;background:#080a0f;border:1px solid #394252;border-radius:.75rem;min-width:0;position:relative;overflow:hidden;box-shadow:0 .8rem 2rem #0000004d}.public-catalogue__card img{object-fit:cover;width:100%;height:100%;transition:transform .16s}.public-catalogue__card:hover img{transform:scale(1.035)}.public-catalogue__card span{text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#0000,#000000e6);padding:1.2rem .75rem .7rem;font-weight:800;position:absolute;inset:auto 0 0;overflow:hidden}.public-catalogue__state{text-align:center;place-content:center;justify-items:center;min-height:20rem;display:grid}.public-catalogue__state--error{color:#fecaca}.public-catalogue__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.public-catalogue__pagination button:disabled{cursor:not-allowed;opacity:.4}.public-publication__toolbar{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090b10eb;border:1px solid #f472b659;border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;width:min(80vw,1500px);margin:0 auto 1rem;padding:.75rem;display:flex;position:sticky;top:0}.public-publication__toolbar a{color:#fbcfe8;font-weight:800}.public-publication__toolbar button{color:#fff;background:linear-gradient(135deg,#db2777,#7c3aed);border:0;border-radius:.7rem;padding:.8rem 1.4rem;font-weight:900;box-shadow:0 0 2rem #db277759}.public-publication__toolbar button:disabled{cursor:not-allowed;opacity:.65}.public-publication__card{background:#11151d;border:1px solid #f472b68c;border-radius:.8rem;grid-template-columns:minmax(220px,24%) minmax(0,1fr);width:min(80vw,1500px);min-height:80vh;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 2rem 8rem #0009}.public-publication__metadata{padding:2rem;overflow-y:auto}.public-publication__metadata h1{margin:.5rem 0 1rem}.public-publication__metadata p{white-space:pre-wrap;line-height:1.6}.public-publication__tags{flex-wrap:wrap;gap:.4rem;margin-block:1.25rem;display:flex}.public-publication__tags span{color:#fbcfe8;border:1px solid #4b5563;border-radius:999px;padding:.3rem .55rem;font-size:.78rem}.public-publication__presentation{min-width:0;min-height:0}.public-publication__presentation img{object-fit:contain;background:#080a0f;width:100%;height:100%}.publication-demo-runtime{background:#080a0f;width:100%;min-width:0;height:100%;min-height:24rem;position:relative;overflow:hidden}.publication-demo-runtime>.project-app-iframe{width:100%;height:100%}.publication-demo-runtime__backdrop{object-fit:contain;opacity:.32;filter:blur(3px);width:100%;height:100%;position:absolute;inset:0}.publication-demo-runtime__status,.publication-demo-runtime__failure{z-index:2;text-align:center;background:#080a0fb8;place-content:center;justify-items:center;gap:.8rem;padding:2rem;display:grid;position:absolute;inset:0}.publication-demo-runtime__status>span{border:3px solid #ffffff38;border-top-color:#f472b6;border-radius:50%;width:2.2rem;height:2.2rem;animation:.8s linear infinite project-publication-spin}.publication-demo-runtime__failure{color:#fecaca;background:#130c12}.publication-demo-runtime__failure h2,.publication-demo-runtime__failure p{margin:0}:is(.platform-shell,.mobile-app-shell) .publication-demo-runtime{color:var(--platform-shell-text-strong);background:var(--platform-shell-input-bg)}:is(.platform-shell,.mobile-app-shell) .publication-demo-runtime__status,:is(.platform-shell,.mobile-app-shell) .publication-demo-runtime__failure{color:var(--platform-shell-text-strong);background:color-mix(in srgb, var(--platform-shell-panel-bg) 94%, transparent)}:is(.platform-shell,.mobile-app-shell) .publication-demo-runtime__failure{box-shadow:inset 0 0 0 var(--platform-shell-border-width,1px) var(--platform-shell-panel-border)}:is(.platform-shell,.mobile-app-shell) .publication-demo-runtime__failure h2{color:var(--platform-shell-accent)}:is(.platform-shell,.mobile-app-shell) .publication-demo-runtime__status>span{border-color:color-mix(in srgb, var(--platform-shell-text-muted) 28%, transparent);border-top-color:var(--platform-shell-accent)}.catalogue-install-modal{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03050ac7;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.catalogue-install-modal__dialog{background:#141923;border:1px solid #f472b68c;border-radius:1rem;width:min(34rem,100%);max-height:90vh;padding:1.6rem;overflow-y:auto;box-shadow:0 2rem 7rem #000000b3}.catalogue-install-modal__dialog h2{margin-top:0}.catalogue-install-modal__version{color:#8b96a8;white-space:nowrap;margin-left:.4rem;font-size:.58em;font-weight:600}.catalogue-install-modal__dialog dl{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.catalogue-install-modal__dialog dl div{border:1px solid #30394a;border-radius:.65rem;padding:.75rem}.catalogue-install-modal__dialog dt{color:#aeb9cb;text-transform:uppercase;font-size:.75rem}.catalogue-install-modal__dialog dd{margin:.25rem 0 0;font-weight:800}.catalogue-install-modal__dialog label{gap:.45rem;margin-top:1rem;font-weight:800;display:grid}.catalogue-install-modal__dialog input{color:#fff;background:#090c12;border:1px solid #4b5563;border-radius:.65rem;padding:.8rem}.catalogue-install-modal__dialog footer{justify-content:flex-end;gap:.65rem;margin-top:1.3rem;display:flex}.catalogue-install-modal__dialog button{color:#fff;background:#242b38;border:1px solid #4b5563;border-radius:.65rem;padding:.7rem 1.1rem;font-weight:800}.catalogue-install-modal__dialog button:last-child{background:linear-gradient(135deg,#db2777,#7c3aed);border:0}.catalogue-install-modal__dialog button:disabled{cursor:not-allowed;opacity:.45}.catalogue-install-modal__error{color:#fecaca}@media (max-width:760px){.public-catalogue__layout{grid-template-columns:1fr}.public-catalogue__filters{border-bottom:1px solid #2b3341;border-right:0}.public-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-publication__toolbar{width:92vw}.public-publication__card{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;width:92vw}}@media (min-width:761px) and (max-width:1200px){.public-catalogue__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.main-page__content--catalogue{place-items:stretch stretch;min-width:0;height:100vh;min-height:0;padding:0;overflow:auto}.user-catalogue__filters{align-content:start;gap:1.5rem;display:grid}.user-catalogue__filters h2,.user-catalogue h1,.user-catalogue-publication h1{color:var(--platform-shell-text-strong);margin:.25rem 0 0}.user-catalogue__search,.user-catalogue__filters fieldset{border:0;gap:.75rem;min-width:0;padding:0;display:grid}.user-catalogue__filters input[type=search],.user-catalogue__toolbar select{min-width:0;color:var(--platform-shell-text-strong);border:var(--platform-shell-border-width) solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg);padding:.7rem}.user-catalogue__filters fieldset label{align-items:center;gap:.6rem;display:flex}.user-catalogue{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);width:100%;min-width:0;box-shadow:var(--platform-shell-shadow);padding:clamp(1rem,2vw,2rem)}.user-catalogue__toolbar,.user-catalogue-publication__toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.user-catalogue__toolbar label{align-items:center;gap:.6rem;display:flex}.user-catalogue__toolbar-actions,.user-catalogue__view-controls{align-items:center;gap:.5rem;display:flex}.user-catalogue__toolbar-actions{gap:.5rem}.user-catalogue__view-controls .platform-shell__button{width:2.4rem;height:2.4rem;color:var(--platform-shell-button-text);border-color:var(--platform-shell-button-border);background:var(--platform-shell-button-bg);place-items:center;padding:.5rem;display:grid}.user-catalogue__view-controls svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:1.1rem;height:1.1rem}.user-catalogue__view-controls .user-catalogue__view-button--active{color:var(--platform-shell-accent,var(--platform-shell-text-strong))}.user-catalogue__view-controls .platform-shell__button:hover{color:var(--platform-shell-accent,var(--platform-shell-text-strong));border-color:var(--platform-shell-accent,var(--platform-shell-text-strong))}.user-catalogue__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.user-catalogue__card{aspect-ratio:16/10;color:#fff;border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-panel);min-width:0;box-shadow:var(--platform-shell-shadow);cursor:pointer;background:#080a0f;padding:0;position:relative;overflow:hidden}.user-catalogue__card:hover,.user-catalogue__card:focus-visible{border-color:var(--platform-shell-item-hover-border)}.user-catalogue__card img{object-fit:cover;width:100%;height:100%;transition:transform .16s}.user-catalogue__card:hover img{transform:scale(1.035)}.user-catalogue__card span{text-align:left;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#0000,#000000e6);padding:1.2rem .75rem .7rem;font-weight:800;position:absolute;inset:auto 0 0;overflow:hidden}.user-catalogue__list{gap:1rem;margin-top:1.25rem;display:grid}.user-catalogue__list-item{border:var(--platform-shell-border-width) solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-panel);background:color-mix(in srgb, var(--platform-shell-panel-bg) 84%, transparent);min-width:0;box-shadow:var(--platform-shell-shadow);grid-template-columns:minmax(0,1fr) minmax(320px,42%);display:grid;overflow:hidden}.user-catalogue__list-details{align-content:start;gap:.8rem;min-width:0;padding:clamp(1.2rem,2vw,2rem);display:grid}.user-catalogue__list-details h2{color:var(--platform-shell-text-strong);margin:.25rem 0 0;font-size:clamp(1.25rem,2vw,1.8rem)}.user-catalogue__list-stats,.user-catalogue__list-description{margin:0}.user-catalogue__list-stats{color:var(--platform-shell-accent);font-size:.85rem;font-weight:800}.user-catalogue__list-description{color:var(--platform-shell-text-muted);white-space:pre-wrap;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-height:1.55;display:-webkit-box;overflow:hidden}.user-catalogue__list-actions{align-items:center;gap:.65rem;margin-top:.35rem;display:flex}.user-catalogue__list-install{color:#fff;border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);cursor:pointer;border:0;padding:.72rem 1.25rem;font-weight:900}.user-catalogue__list-thumbnail{border:0;border-left:var(--platform-shell-border-width) solid var(--platform-shell-item-border);cursor:pointer;background:#080a0f;min-width:0;min-height:220px;padding:0;overflow:hidden}.user-catalogue__list-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .18s;display:block}.user-catalogue__list-thumbnail:hover img,.user-catalogue__list-thumbnail:focus-visible img{transform:scale(1.025)}.user-catalogue__state{min-height:20rem;color:var(--platform-shell-text-muted);text-align:center;place-content:center;justify-items:center;display:grid}.user-catalogue__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.user-catalogue-publication{align-content:start;gap:1rem;width:100%;min-width:0;display:grid}.user-catalogue-publication__toolbar{z-index:5;border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-panel);background:var(--platform-shell-panel-bg);box-shadow:var(--platform-shell-shadow);-webkit-backdrop-filter:blur(var(--platform-shell-panel-blur));backdrop-filter:blur(var(--platform-shell-panel-blur));padding:.75rem;position:sticky;top:0}.user-catalogue-publication__install{color:#fff;border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);box-shadow:0 0 2rem color-mix(in srgb, var(--platform-shell-accent) 38%, transparent);cursor:pointer;border:0;padding:.85rem 1.5rem;font-weight:900}.user-catalogue-publication__install:disabled{cursor:not-allowed;opacity:.55}.user-catalogue-publication__card{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);width:100%;min-height:calc(100vh - 130px);box-shadow:var(--platform-shell-shadow);grid-template-columns:minmax(220px,24%) minmax(0,1fr);display:grid;overflow:hidden}.user-catalogue-publication__metadata{padding:2rem;overflow-y:auto}.user-catalogue-publication__metadata p{white-space:pre-wrap;line-height:1.6}.user-catalogue-publication__tags{flex-wrap:wrap;gap:.4rem;margin-block:1.25rem;display:flex}.user-catalogue-publication__tags span{color:var(--platform-shell-accent);border:1px solid var(--platform-shell-item-border);border-radius:var(--platform-shell-radius-pill);padding:.3rem .55rem;font-size:.78rem}.user-catalogue-publication__demo{min-width:0;min-height:0}.platform-shell .catalogue-install-modal__dialog{color:var(--platform-shell-text-strong);border-color:var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);box-shadow:var(--platform-shell-shadow)}.platform-shell .catalogue-install-modal__dialog input{color:var(--platform-shell-text-strong);border-color:var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-input-bg)}.platform-shell .catalogue-install-modal__dialog button{color:var(--platform-shell-button-text);border-color:var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-button-bg)}.platform-shell .catalogue-install-modal__dialog button:last-child{color:#fff;background:var(--platform-shell-accent)}@media (max-width:900px){.user-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-catalogue__list-item{grid-template-columns:1fr}.user-catalogue__list-thumbnail{border-left:0;border-bottom:var(--platform-shell-border-width) solid var(--platform-shell-item-border);grid-row:1}}.main-page__content--account{place-items:start center;min-width:0;height:100vh;min-height:0;padding:clamp(1rem,3vw,3rem);overflow:auto}.user-account__sidebar{align-content:start;gap:.5rem;display:grid}.user-account__sidebar h2{color:var(--platform-shell-text-strong);margin:0 0 .75rem}.user-account__sidebar-link{width:100%;color:var(--platform-shell-button-text);border:var(--platform-shell-border-width) solid transparent;border-radius:var(--platform-shell-radius-input);font:inherit;text-align:left;cursor:pointer;background:0 0;padding:.8rem .9rem;font-weight:700}.user-account__sidebar-link:hover{color:var(--platform-shell-accent);border-color:var(--platform-shell-accent)}.user-account__sidebar-link--active{color:var(--platform-shell-accent);background:var(--platform-shell-button-bg)}.user-account{align-content:start;gap:1.5rem;width:min(100%,960px);display:grid}.user-account>header h1{color:var(--platform-shell-text-strong);margin:0;font-size:clamp(2rem,4vw,3rem)}.user-account>header p{color:var(--platform-shell-text-muted);margin:.5rem 0 0}.user-account__panel,.user-account__subscription{border:var(--platform-shell-border-width) solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:var(--platform-shell-panel-bg);width:100%;box-shadow:var(--platform-shell-shadow);align-content:start;justify-items:start;gap:1.5rem;padding:clamp(1.25rem,2vw,2rem);display:grid}.user-account__details{width:100%;margin:0;display:grid}.user-account__details>div{border-bottom:1px solid var(--platform-shell-panel-border);grid-template-columns:minmax(8rem,24%) minmax(0,1fr);gap:1rem;padding:1rem 0;display:grid}.user-account__details>div:first-child{padding-top:0}.user-account__details dt{color:var(--platform-shell-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:800}.user-account__details dd{color:var(--platform-shell-text-strong);margin:0;font-weight:700}.user-account__actions,.user-account__mobile-button{align-items:center;gap:.65rem;display:flex}.user-account__actions{flex-direction:column;align-items:flex-start}.user-account__mobile-button svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:1rem;height:1rem}.user-account__themes{flex-wrap:wrap;gap:.6rem;display:flex}.user-account__subscription{justify-items:stretch}.user-account__subscription>.billing-panel{width:100%}.public-site{isolation:isolate;background:var(--platform-shell-page-bg);min-height:100vh;color:var(--platform-shell-text-strong);font-family:var(--body-font);grid-template-columns:minmax(0,1fr);gap:0;overflow:clip}.public-site:before{position:fixed}.public-site:after{opacity:.38;position:fixed}.public-site--loading{color:#f3f4f6;background:#1a1a1a;place-items:center;display:grid}.public-site__stage-lights{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.public-site__stage-light{opacity:.68;filter:blur(18px);width:100vw;height:145vh;position:absolute;bottom:-18vh}.public-site__stage-light:after{content:"";background:linear-gradient(#0000,#ffe7aa1f 52%,#ffd6783d);position:absolute;inset:0}.public-site__stage-light--left{clip-path:polygon(0 100%,4% 100%,44% 0,32% 0);transform-origin:0 100%;animation:8s ease-in-out infinite alternate public-stage-light-left;left:0}.public-site__stage-light--right{clip-path:polygon(96% 100%,100% 100%,68% 0,56% 0);transform-origin:100% 100%;animation:9.5s ease-in-out -3s infinite alternate public-stage-light-right;right:0}.public-site__viewport{z-index:1;flex-direction:column;width:100%;min-height:100vh;transition:width .22s,box-shadow .22s;display:flex;position:relative}.public-site--mobile .public-site__viewport{border-inline:1px solid var(--platform-shell-panel-border);background:#1a1a1ae0;width:min(430px,100%);margin-inline:auto;box-shadow:0 0 80px #000000a6}.public-site__header{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--platform-shell-panel-border) 70%, transparent);grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;width:min(1440px,100% - 64px);min-height:78px;margin-inline:auto;display:grid;position:sticky;top:0}.public-site__brand{color:var(--platform-shell-text-strong);letter-spacing:-.045em;justify-self:start;font-size:1.5rem;font-weight:800;text-decoration:none}.public-site__brand em{color:var(--platform-shell-accent);font-style:italic}.public-site__navigation{align-self:stretch;align-items:stretch;gap:30px;display:flex}.public-site__navigation a{color:var(--platform-shell-text-muted);align-items:center;font-size:.86rem;font-weight:700;text-decoration:none;transition:color .15s;display:flex;position:relative}.public-site__navigation a:after{content:"";background:var(--platform-shell-accent);transform-origin:50%;height:2px;transition:transform .15s;position:absolute;bottom:20px;left:0;right:0;transform:scaleX(0)}.public-site__navigation a:hover,.public-site__navigation a:focus-visible,.public-site__navigation a[data-active=true]{color:var(--platform-shell-text-strong)}.public-site__navigation a:hover:after,.public-site__navigation a:focus-visible:after,.public-site__navigation a[data-active=true]:after{transform:scaleX(1)}.public-site__actions{justify-self:end;align-items:center;gap:10px;display:flex}.public-site__locale-switcher,.user-account__locale-switcher{color:#fff;min-width:2rem;font:inherit;cursor:pointer;background:0 0;border:0;padding:.35rem 0;font-size:.78rem;font-weight:800;transition:color .15s}.public-site__locale-switcher:hover,.public-site__locale-switcher:focus-visible,.user-account__locale-switcher:hover,.user-account__locale-switcher:focus-visible{color:var(--platform-shell-accent)}.public-site__session-action{min-height:36px}.public-site__error{text-align:right;width:min(1440px,100% - 64px);margin:12px auto 0}.public-site__content{flex:1 0 auto;width:min(1440px,100% - 64px);margin-inline:auto}.public-site__footer{border-top:1px solid var(--platform-shell-panel-border);clip-path:inset(0 -100vmax);width:min(1440px,100% - 64px);color:var(--platform-shell-text-muted);scroll-snap-align:end;scroll-snap-stop:normal;background:#121212;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;margin:80px auto 0;padding:30px 0 36px;font-size:.78rem;display:grid;box-shadow:0 0 0 100vmax #121212}.public-site__footer-brand{color:var(--platform-shell-text-strong);font-size:1rem;font-weight:800;text-decoration:none}.public-site__footer nav{justify-self:center;gap:18px;display:flex}.public-site__footer nav a{color:inherit;text-decoration:none}.public-site__footer nav a:hover{color:var(--platform-shell-accent)}.public-site__footer small{white-space:nowrap}.public-legal{flex-direction:column;justify-content:flex-start;min-height:calc(100vh - 250px);padding:clamp(70px,12vh,150px) 0;display:flex}.public-legal>p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-legal h1{letter-spacing:-.055em;max-width:900px;margin:0;font-size:clamp(2.2rem,4.2vw,4.4rem);font-weight:550;line-height:1}.public-legal__placeholder{border-block:1px solid var(--platform-shell-panel-border);justify-content:space-between;align-items:center;gap:28px;width:min(720px,100%);margin-top:clamp(48px,8vh,90px);padding:28px 0;display:flex}.public-legal__placeholder span{color:var(--platform-shell-text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:800}.public-legal__placeholder strong{color:var(--platform-shell-text-strong);font-size:clamp(1.1rem,2vw,1.5rem)}.public-legal__document{width:min(860px,100%);color:var(--platform-shell-text-muted);margin-top:clamp(28px,5vh,56px);font-size:clamp(1rem,1.15vw,1.08rem);line-height:1.75}.public-legal__document h1,.public-legal__document h2,.public-legal__document h3{color:var(--platform-shell-text-strong);text-wrap:balance}.public-legal__document h1{letter-spacing:-.055em;max-width:900px;margin:0 0 30px;font-size:clamp(2.2rem,4.2vw,4.4rem);font-weight:550;line-height:1}.public-legal__document h2{border-top:1px solid var(--platform-shell-panel-border);letter-spacing:-.025em;margin:clamp(54px,8vh,84px) 0 22px;padding-top:20px;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2}.public-legal__document h3{margin:36px 0 14px;font-size:clamp(1.15rem,1.7vw,1.35rem);line-height:1.35}.public-legal__document p,.public-legal__document ul,.public-legal__document ol{margin:0 0 20px}.public-legal__document li+li{margin-top:10px}.public-legal__document strong{color:var(--platform-shell-text-strong)}.public-legal__document a{color:var(--platform-shell-accent);overflow-wrap:anywhere}.public-home{gap:64px;padding-top:clamp(36px,6vh,72px);display:grid}.sticky-intro-story{gap:clamp(40px,6vh,76px);scroll-margin-top:100px;display:grid;position:relative}.sticky-intro-story__step{grid-template-columns:minmax(0,.78fr) minmax(540px,1.22fr);align-items:center;column-gap:clamp(34px,4.9vw,77px);min-height:calc(60vh - 100px);scroll-margin-top:56px;display:grid}.sticky-intro-story__step-copy{max-width:610px;padding-block:64px}.sticky-intro-story__step p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.sticky-intro-story__step h1,.sticky-intro-story__step h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.35rem,4.3vw,4.65rem);font-weight:600;line-height:1.02}.sticky-intro-story__step span{color:var(--platform-shell-text-muted);margin-top:26px;font-size:1.02rem;line-height:1.7;display:block}.sticky-intro-story__provider-list{width:min(320px,100%);margin:28px 0 0;padding:0;list-style:none;display:grid}.sticky-intro-story__provider-list li{color:var(--platform-shell-text-muted);padding:2px 0;font-size:1.02rem;font-weight:400;line-height:1.7}.sticky-intro-story__provider-list li:before{content:"—";color:var(--platform-shell-accent);margin-right:8px}.sticky-intro-story__provider-list .sticky-intro-story__provider-list-title:before{content:none}.sticky-intro-story__trust-list{color:var(--platform-shell-text-muted);flex-wrap:wrap;gap:10px 22px;margin:26px 0 0;padding:0;font-size:.8rem;font-weight:750;list-style:none;display:flex}.sticky-intro-story__trust-list li:before{content:"—";color:var(--platform-shell-accent);margin-right:8px}.sticky-intro-story__visual{place-items:center;height:min(72vh,680px);display:grid;position:relative}.sticky-intro-story__svg{width:100%;height:auto;max-height:100%;display:block;overflow:visible}.sticky-intro-story__connections,.sticky-intro-story__gate,.sticky-intro-story__app,.sticky-intro-story__compatibility,.sticky-intro-story__gate-config,.sticky-intro-story__sovereignty-stage,.sticky-intro-story__simplifia-frame,.sticky-intro-story__agents{opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .5s,transform .5s}.sticky-intro-story__gate{transform:translateY(12px)}.sticky-intro-story__app{transform:translateY(8px)}.sticky-intro-story__svg--stage-1 .sticky-intro-story__compatibility,.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config,.sticky-intro-story__svg--stage-3 .sticky-intro-story__sovereignty-stage{opacity:1;transform:none}.sticky-intro-story__chat-bubble text,.sticky-intro-story__compatibility-agent text,.sticky-intro-story__compatibility-app text{font-family:var(--body-font)}.sticky-intro-story__chat-bubble,.sticky-intro-story__compatibility-request-links path,.sticky-intro-story__compatibility-agent,.sticky-intro-story__compatibility-app-link,.sticky-intro-story__compatibility-app{opacity:0}.sticky-intro-story__chat-bubble rect{fill:#1f1f1fe6;stroke:#4d4d4d;stroke-width:1.2px}.sticky-intro-story__chat-bubble text{fill:#e9e9e9;font-size:13px;font-style:italic;font-weight:650}.sticky-intro-story__compatibility-request-links,.sticky-intro-story__compatibility-app-link{fill:none;stroke:#ff6198;stroke-linecap:round;stroke-width:1.5px}.sticky-intro-story__compatibility-request-links path,.sticky-intro-story__compatibility-app-link{stroke-dasharray:360;stroke-dashoffset:360px}.sticky-intro-story__compatibility-agent-halo{fill:#1f1f1fe6;stroke:#4d4d4d;stroke-width:1.5px}.sticky-intro-story__compatibility-agent-node,.sticky-intro-story__compatibility-agent-eye{fill:#b6b6b6}.sticky-intro-story__compatibility-agent>path{fill:none;stroke:#8b8b8b;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px}.sticky-intro-story__compatibility-agent>.sticky-intro-story__compatibility-agent-head{fill:#1e1e1ef5;stroke:#626262;stroke-width:1.6px}.sticky-intro-story__compatibility-agent-title{text-anchor:middle;fill:#ff6198;letter-spacing:1.1px;font-size:9px;font-weight:900}.sticky-intro-story__compatibility-app>rect:first-child{fill:#0000;stroke:#ff6198b8;stroke-dasharray:1200;stroke-dashoffset:1200px;stroke-width:1.5px}.sticky-intro-story__compatibility-app>rect:nth-of-type(2){fill:#1c1c1cf0;stroke:#4c4c4c}.sticky-intro-story__compatibility-app>rect:nth-of-type(3){fill:#2a2a2af0;stroke:#505050}.sticky-intro-story__compatibility-app>circle{fill:#6a6a6a}.sticky-intro-story__compatibility-app>rect:nth-of-type(4){fill:#ff61980f;stroke:#505050}.sticky-intro-story__compatibility-platform-brand{fill:#f3f4f6;font-size:18px;font-weight:850}.sticky-intro-story__compatibility-platform-label{fill:#ff6198;letter-spacing:1px;text-anchor:end;font-size:8px;font-weight:850}.sticky-intro-story__compatibility-app-title{fill:#f2f2f2;font-size:18px;font-weight:850}.sticky-intro-story__compatibility-app path{fill:none;stroke:#5c5c5c;stroke-linecap:round;stroke-width:1.3px}.sticky-intro-story__svg--stage-1 .sticky-intro-story__chat-bubble{transform-box:fill-box;transform-origin:50%;animation:.4s both sticky-intro-story-compatibility-reveal}.sticky-intro-story__svg--stage-1 .sticky-intro-story__chat-bubble--1{animation-delay:.1s}.sticky-intro-story__svg--stage-1 .sticky-intro-story__chat-bubble--2{animation-delay:.25s}.sticky-intro-story__svg--stage-1 .sticky-intro-story__chat-bubble--3{animation-delay:.4s}.sticky-intro-story__svg--stage-1 .sticky-intro-story__chat-bubble--4{animation-delay:.55s}.sticky-intro-story__svg--stage-1 .sticky-intro-story__compatibility-request-links path{animation:.7s linear .85s both sticky-intro-story-compatibility-draw}.sticky-intro-story__svg--stage-1 .sticky-intro-story__compatibility-agent{transform-box:fill-box;transform-origin:50%;animation:.5s 1.45s both sticky-intro-story-compatibility-pop}.sticky-intro-story__svg--stage-1 .sticky-intro-story__compatibility-app-link{animation:.55s linear 1.85s both sticky-intro-story-compatibility-draw}.sticky-intro-story__svg--stage-1 .sticky-intro-story__compatibility-app{transform-box:fill-box;transform-origin:50%;animation:.5s 2.3s both sticky-intro-story-compatibility-reveal}.sticky-intro-story__svg--stage-1 .sticky-intro-story__compatibility-app>rect:first-child{animation:.55s linear 2.3s both sticky-intro-story-sovereignty-frame}@keyframes sticky-intro-story-compatibility-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sticky-intro-story-compatibility-draw{0%{opacity:0;stroke-dashoffset:360px}to{opacity:1;stroke-dashoffset:0}}@keyframes sticky-intro-story-compatibility-pop{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.sticky-intro-story__gate-config text{font-family:var(--body-font)}.sticky-intro-story__gate-config-agent,.sticky-intro-story__gate-config-barrier,.sticky-intro-story__gate-config-link,.sticky-intro-story__gate-config-brand,.sticky-intro-story__gate-config-heading,.sticky-intro-story__gate-config-row{opacity:0}.sticky-intro-story__gate-config-agent>.sticky-intro-story__compatibility-agent-head{fill:#1e1e1ef5;stroke:#626262;stroke-width:1.6px}.sticky-intro-story__gate-config-agent>path{fill:none;stroke:#8b8b8b;stroke-linecap:round;stroke-width:1.6px}.sticky-intro-story__gate-config-agent>text{fill:#bdbdbd;letter-spacing:1px;text-anchor:middle;font-size:9px;font-weight:900}.sticky-intro-story__gate-config-link{fill:none;stroke:#ff6198;stroke-dasharray:160;stroke-dashoffset:160px;stroke-linecap:round;stroke-width:1.8px}.sticky-intro-story__gate-config-barrier>path:first-child{fill:#ff61980f;stroke:#ff6198;stroke-width:1.6px}.sticky-intro-story__gate-config-lock{fill:#1c1c1cf5;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.sticky-intro-story__gate-config-title{fill:#e9e9e9;letter-spacing:1px;text-anchor:middle;font-size:10px;font-weight:900}.sticky-intro-story__gate-config-platform>rect:first-child{fill:#0000;stroke:#ff6198b8;stroke-dasharray:1400;stroke-dashoffset:1400px;stroke-width:1.5px}.sticky-intro-story__gate-config-platform>path{fill:none;stroke:#ff619847;stroke-dasharray:268;stroke-dashoffset:268px}.sticky-intro-story__gate-config-brand{fill:#f3f4f6;font-size:18px;font-weight:850}.sticky-intro-story__gate-config-heading{fill:#ff6198;letter-spacing:1px;font-size:8px;font-weight:900}.sticky-intro-story__gate-config-action{fill:#d8d8d8;font-size:9px;font-weight:750}.sticky-intro-story__gate-option rect{fill:#1f1f1feb;stroke:#505050}.sticky-intro-story__gate-option text{fill:#969696;letter-spacing:.5px;text-anchor:middle;font-size:7px;font-weight:850}.sticky-intro-story__gate-option--selected rect{fill:#ff619826;stroke:#ff6198}.sticky-intro-story__gate-option--selected text{fill:#ff6198}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-agent{transform-box:fill-box;transform-origin:50%;animation:.7s .1s both sticky-intro-story-agent-shift}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-platform>rect:first-child{animation:.75s linear 1.7s both sticky-intro-story-panel-frame}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-brand{animation:.45s 1.7s both sticky-intro-story-compatibility-reveal}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-platform>path{--story-border-length:268;animation:.75s linear 1.7s both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-agent .sticky-intro-story__compatibility-agent-halo{--story-border-length:370;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.7s .1s both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-barrier>path:first-child{--story-border-length:1;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.5s linear 1s both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-lock{--story-border-length:150;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.5s linear 1s both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-option rect{--story-border-length:190;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.4s linear both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--1 .sticky-intro-story__gate-option rect{animation-delay:2.25s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--2 .sticky-intro-story__gate-option rect{animation-delay:2.5s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--3 .sticky-intro-story__gate-option rect{animation-delay:2.75s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--4 .sticky-intro-story__gate-option rect{animation-delay:3s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-link--in{animation:.5s linear .65s both sticky-intro-story-gate-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-barrier{transform-box:fill-box;transform-origin:50%;animation:.5s 1s both sticky-intro-story-compatibility-pop}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-link--out{animation:.5s linear 1.35s both sticky-intro-story-gate-draw}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-heading{animation:.35s 1.7s both sticky-intro-story-compatibility-reveal}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row{transform-box:fill-box;transform-origin:50%;animation:.4s both sticky-intro-story-compatibility-reveal}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--1{animation-delay:2.25s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--2{animation-delay:2.5s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--3{animation-delay:2.75s}.sticky-intro-story__svg--stage-2 .sticky-intro-story__gate-config-row--4{animation-delay:3s}@keyframes sticky-intro-story-agent-shift{0%{opacity:0;transform:translate(-90px)}to{opacity:1;transform:translate(0)}}@keyframes sticky-intro-story-gate-draw{0%{opacity:0;stroke-dashoffset:160px}to{opacity:1;stroke-dashoffset:0}}.sticky-intro-story__canada-frame,.sticky-intro-story__canada-label,.sticky-intro-story__sovereignty-app{opacity:0}.sticky-intro-story__canada-frame{fill:#ff619805;stroke:#5a5a5a;stroke-dasharray:1200;stroke-dashoffset:1200px;stroke-width:1.5px}.sticky-intro-story__canada-label{fill:#ff6198;font-family:var(--body-font);letter-spacing:.12em;text-anchor:middle;text-transform:uppercase;font-size:10px;font-weight:850}.sticky-intro-story__sovereignty-app>rect:first-child{fill:#1b1b1bf0;stroke:#ff6198;stroke-width:1.5px}.sticky-intro-story__sovereignty-app>path:nth-child(2){fill:none;stroke:#ff619852}.sticky-intro-story__sovereignty-brand,.sticky-intro-story__sovereignty-app-label{font-family:var(--body-font);text-anchor:middle}.sticky-intro-story__sovereignty-brand{fill:#f3f4f6;font-size:18px;font-weight:850}.sticky-intro-story__sovereignty-app>rect:nth-of-type(2){fill:#ff61980f;stroke:#565656}.sticky-intro-story__sovereignty-app-label{fill:#ff6198;letter-spacing:.8px;font-size:9px;font-weight:900}.sticky-intro-story__sovereignty-app-lines{fill:none;stroke:#666;stroke-linecap:round;stroke-width:1.3px}.sticky-intro-story__svg--stage-3 .sticky-intro-story__sovereignty-app{transform-box:fill-box;transform-origin:50%;animation:.85s 80ms both sticky-intro-story-sovereignty-center}.sticky-intro-story__svg--stage-3 .sticky-intro-story__sovereignty-app>rect:first-child{--story-border-length:660;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.85s 80ms both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-3 .sticky-intro-story__sovereignty-app>rect:nth-of-type(2){--story-border-length:380;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.65s .18s both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-3 .sticky-intro-story__sovereignty-app>path:nth-child(2){--story-border-length:164;stroke-dasharray:var(--story-border-length);stroke-dashoffset:var(--story-border-length);animation:.55s .12s both sticky-intro-story-border-draw}.sticky-intro-story__svg--stage-3 .sticky-intro-story__canada-frame{animation:.85s 80ms both sticky-intro-story-sovereignty-frame}.sticky-intro-story__svg--stage-3 .sticky-intro-story__canada-label{animation:.45s .12s both sticky-intro-story-compatibility-reveal}@keyframes sticky-intro-story-sovereignty-center{0%{opacity:.86;transform:translate(232px)scale(1.55)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes sticky-intro-story-sovereignty-frame{0%{opacity:0;stroke-dashoffset:1200px}to{opacity:1;stroke-dashoffset:0}}@keyframes sticky-intro-story-panel-frame{0%{opacity:0;stroke-dashoffset:1400px}to{opacity:1;stroke-dashoffset:0}}@keyframes sticky-intro-story-border-draw{0%{stroke-dashoffset:var(--story-border-length)}to{stroke-dashoffset:0}}.sticky-intro-story__hosting>rect{fill:#0000;stroke:#ff6198a3;stroke-width:1.5px}.sticky-intro-story__hosting-title,.sticky-intro-story__hosting-country,.sticky-intro-story__brand,.sticky-intro-story__frame-label,.sticky-intro-story__app text,.sticky-intro-story__gate-title,.sticky-intro-story__gate-copy,.sticky-intro-story__agent text{font-family:var(--body-font)}.sticky-intro-story__hosting-title,.sticky-intro-story__hosting-country{fill:#ff6198;letter-spacing:1.2px;font-size:9px;font-weight:900}.sticky-intro-story__hosting-country{text-anchor:end}.sticky-intro-story__maple{fill:#ff61981f;stroke:#ff6198;stroke-linejoin:round}.sticky-intro-story__connections{fill:none;stroke:#ff6198;stroke-width:2px}.sticky-intro-story__connection{stroke-dasharray:38 208;animation:7s linear infinite sticky-intro-story-connection}.sticky-intro-story__connection--2{animation-delay:-1.75s}.sticky-intro-story__connection--3{animation-delay:-3.5s}.sticky-intro-story__connection--4{animation-delay:-5.25s}.sticky-intro-story__simplifia-frame>rect{fill:#0000;stroke:#ff61988a;stroke-width:1.5px}.sticky-intro-story__simplifia-frame>path{stroke:#ff619847}.sticky-intro-story__brand{fill:#f3f4f6;font-size:22px;font-weight:800}.sticky-intro-story__brand-accent{fill:var(--platform-shell-accent);font-style:italic}.sticky-intro-story__frame-label{fill:#ff6198;letter-spacing:1.2px;text-anchor:end;font-size:9px;font-weight:800}.sticky-intro-story__app>rect:first-child{fill:#1d1d1ddb;stroke:#4c4c4c}.sticky-intro-story__app>rect:nth-child(2){fill:#2a2a2aeb;stroke:#4c4c4c}.sticky-intro-story__app circle{fill:#696969}.sticky-intro-story__app text{fill:#ededed;text-anchor:middle;font-size:10px;font-weight:800}.sticky-intro-story__app path{fill:#ff619812;stroke:#575757;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px}.sticky-intro-story__gate>rect{fill:#1b1b1bf2;stroke:#ff6198;stroke-width:1.5px}.sticky-intro-story__gate-lock{fill:#ff61981a;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.sticky-intro-story__gate-title{fill:#f3f4f6;letter-spacing:1px;font-size:13px;font-weight:900}.sticky-intro-story__gate-copy{fill:#a8a8a8;font-size:10px}.sticky-intro-story__approval circle{fill:#202020;stroke:#ff6198}.sticky-intro-story__approval path{fill:none;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.sticky-intro-story__approval{transform-box:fill-box;transform-origin:50%;animation:7s ease-in-out infinite sticky-intro-story-approval}.sticky-intro-story__approval--2{animation-delay:-1.75s}.sticky-intro-story__approval--3{animation-delay:-3.5s}.sticky-intro-story__approval--4{animation-delay:-5.25s}.sticky-intro-story__agent rect{fill:#1f1f1fe0;stroke:#505050}.sticky-intro-story__agent circle{fill:#ff6198}.sticky-intro-story__agent text{fill:#e9e9e9;text-anchor:middle;font-size:11px;font-weight:800}@keyframes sticky-intro-story-connection{0%{stroke-dashoffset:246px}to{stroke-dashoffset:0}}@keyframes sticky-intro-story-approval{0%,18%,to{opacity:.32;transform:scale(.84)}4%,12%{opacity:1;transform:scale(1.16)}}.public-home__hero{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(48px,7vw,110px);min-height:min(720px,100vh - 120px);display:grid}.public-home__hero-copy{z-index:2;max-width:660px;position:relative}.public-home__eyebrow,.public-home__statement>p,.public-home__catalogue-cta p,.public-home__catalogue-heading>p,.public-home__section-copy>p,.public-catalogue__header>p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-home__hero h1{letter-spacing:-.065em;max-width:760px;margin:0;font-size:clamp(2.6rem,4.8vw,5.2rem);font-weight:650;line-height:.95}.public-home__lead{max-width:580px;color:var(--platform-shell-text-muted);margin:30px 0 0;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.65}.public-home__hero-details{max-width:580px;color:var(--platform-shell-text-muted);margin-top:30px}.public-home__hero-details p{gap:2px;margin:0;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.55;display:grid}.public-home__hero-details ul{color:var(--platform-shell-text-strong);grid-template-columns:repeat(2,minmax(0,max-content));gap:8px 42px;margin:20px 0 0;padding-left:20px;font-size:.82rem;line-height:1.45;display:grid}.public-home__hero-details li::marker{color:var(--platform-shell-accent)}.public-home__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:38px;display:flex}.public-home__actions a,.public-home__catalogue-cta>a{border:1px solid var(--platform-shell-button-border);min-height:48px;color:var(--platform-shell-text-strong);justify-content:center;align-items:center;gap:24px;padding:0 22px;font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex}.public-home__actions .public-home__primary-action,.public-home__catalogue-cta>a{border-color:var(--platform-shell-accent);background:var(--platform-shell-accent);color:#171717}.public-home__actions a:hover,.public-home__catalogue-cta>a:hover{box-shadow:0 0 0 4px color-mix(in srgb, var(--platform-shell-accent) 16%, transparent)}.public-home__visual{perspective:1200px;min-height:560px;position:relative}.public-home__visual-glow{background:color-mix(in srgb, var(--platform-shell-accent) 26%, transparent);filter:blur(80px);border-radius:50%;position:absolute;inset:15% 10%}.public-home__window{border:1px solid color-mix(in srgb, var(--platform-shell-accent) 34%, var(--platform-shell-panel-border));background:color-mix(in srgb, var(--platform-shell-panel-bg) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:absolute;overflow:hidden;box-shadow:0 35px 80px #00000080}.public-home__window--back{opacity:.74;width:64%;height:58%;padding:26px;top:5%;right:0;transform:rotateY(-8deg)rotate(3deg)}.public-home__window-label{color:var(--platform-shell-text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.public-home__mini-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px;display:grid}.public-home__mini-grid i{aspect-ratio:16/10;border:1px solid var(--platform-shell-item-border);background:linear-gradient(145deg,#343434,#191919)}.public-home__window--front{width:82%;height:62%;bottom:5%;right:8%;transform:rotateY(-5deg)rotate(-2deg)}.public-home__window--front>header{border-bottom:1px solid var(--platform-shell-panel-border);align-items:center;gap:6px;height:42px;padding:0 14px;display:flex}.public-home__window--front>header span{background:var(--platform-shell-text-muted);opacity:.55;border-radius:50%;width:7px;height:7px}.public-home__window-body{grid-template-columns:24% 1fr;height:calc(100% - 42px);display:grid}.public-home__window-body aside{border-right:1px solid var(--platform-shell-panel-border);align-content:start;gap:12px;padding:22px 14px;display:grid}.public-home__window-body aside i,.public-home__window-body>div span{background:color-mix(in srgb, var(--platform-shell-text-muted) 25%, transparent);height:8px;display:block}.public-home__window-body>div{align-content:center;gap:18px;padding:34px;display:grid}.public-home__window-body strong{color:var(--platform-shell-accent);font-size:clamp(1.4rem,3vw,2.6rem)}.public-home__window-body>div span:nth-of-type(2){width:82%}.public-home__window-body>div span:nth-of-type(3){width:56%}.public-home__floating-card{z-index:3;border:1px solid var(--platform-shell-panel-border);color:var(--platform-shell-text-strong);background:#1e1e1eeb;align-items:center;gap:10px;padding:12px 16px;font-size:.78rem;font-weight:800;display:flex;position:absolute;box-shadow:0 16px 45px #00000061}.public-home__floating-card span{color:var(--platform-shell-accent)}.public-home__floating-card--top{top:18%;left:0}.public-home__floating-card--bottom{bottom:12%;right:1%}.public-home__statement{width:min(980px,100%);padding:80px 0 30px}.public-home__statement h2,.public-home__catalogue-cta h2,.public-home__catalogue-heading h2,.public-home__section-copy h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4.4vw,4.6rem);font-weight:550;line-height:1.08}.public-home__features{border-block:1px solid var(--platform-shell-panel-border);grid-template-columns:repeat(3,1fr);display:grid}.public-home__features article{border-right:1px solid var(--platform-shell-panel-border);min-height:260px;padding:38px clamp(24px,3vw,46px)}.public-home__features article:first-child{padding-left:0}.public-home__features article:last-child{border-right:0}.public-home__features article>span{color:var(--platform-shell-accent);font-size:.75rem}.public-home__features h3{margin:54px 0 14px;font-size:1.25rem}.public-home__features p{color:var(--platform-shell-text-muted);margin:0;line-height:1.65}.public-home__catalogue-cta{border:1px solid color-mix(in srgb, var(--platform-shell-accent) 35%, var(--platform-shell-panel-border));background:color-mix(in srgb, var(--platform-shell-panel-bg) 82%, transparent);justify-content:space-between;align-items:end;gap:50px;padding:76px clamp(28px,5vw,78px);display:flex;box-shadow:0 34px 80px #00000040}.public-home__sovereignty{border-top:1px solid var(--platform-shell-panel-border);grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;gap:clamp(50px,7vw,110px);min-height:580px;padding-block:86px;scroll-margin-top:100px;display:grid}.public-home__control{border-top:1px solid var(--platform-shell-panel-border);grid-template-columns:minmax(0,.76fr) minmax(620px,1.24fr);align-items:center;gap:clamp(50px,6vw,96px);min-height:620px;padding-block:86px;scroll-margin-top:100px;display:grid}.public-home__control-copy{max-width:610px}.public-home__control-copy>p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-home__control-copy h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4.4vw,4.6rem);font-weight:550;line-height:1.08}.public-home__control-copy>span{color:var(--platform-shell-text-muted);margin-top:24px;font-size:1.02rem;line-height:1.7;display:block}.public-home__control-copy>strong{border-left:2px solid var(--platform-shell-accent);margin-top:30px;padding-left:18px;font-size:.88rem;line-height:1.55;display:block}.public-home__control-flow{grid-template-columns:minmax(120px,.75fr) auto minmax(270px,1.45fr) auto minmax(120px,.75fr);align-items:center;gap:12px;display:grid}.public-home__control-flow>i{color:var(--platform-shell-accent);font-size:1.35rem;font-style:normal}.public-home__control-agent,.public-home__control-app,.public-home__security-gate{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 90%, transparent);box-shadow:0 22px 52px #0000003d}.public-home__control-agent,.public-home__control-app{flex-direction:column;justify-content:space-between;min-height:230px;padding:22px;display:flex}.public-home__control-flow article>small,.public-home__security-gate header small{color:var(--platform-shell-accent);font-size:.62rem;font-weight:800}.public-home__control-agent>span,.public-home__control-app>span{color:var(--platform-shell-text-muted);font-size:.7rem;line-height:1.45}.public-home__control-agent>strong,.public-home__control-app>strong{font-size:1rem;line-height:1.2}.public-home__control-app>em{color:var(--platform-shell-accent-secondary);text-transform:uppercase;font-size:.62rem;font-style:normal;font-weight:800;line-height:1.4}.public-home__security-gate{border-color:color-mix(in srgb, var(--platform-shell-accent) 62%, var(--platform-shell-item-border));min-height:390px;box-shadow:0 24px 70px color-mix(in srgb, var(--platform-shell-accent) 14%, transparent);grid-template-rows:auto 1fr 1fr auto;display:grid;overflow:hidden}.public-home__security-gate>header{border-bottom:1px solid var(--platform-shell-item-border);justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.public-home__security-gate>header span{text-transform:uppercase;font-size:.72rem;font-weight:800}.public-home__gate-permission{border-bottom:1px solid var(--platform-shell-item-border);flex-direction:column;justify-content:center;gap:9px;padding:18px;display:flex}.public-home__gate-permission span{color:var(--platform-shell-text-muted);font-size:.65rem}.public-home__gate-permission strong{font-size:.82rem}.public-home__gate-permission--approval strong{color:var(--platform-shell-accent)}.public-home__security-gate>footer{grid-template-columns:1fr 1fr;gap:8px;padding:12px;display:grid}.public-home__security-gate>footer span{border:1px solid var(--platform-shell-button-border);min-height:34px;color:var(--platform-shell-text-muted);place-items:center;font-size:.65rem;font-weight:800;display:grid}.public-home__security-gate>footer span:last-child{border-color:var(--platform-shell-accent);background:var(--platform-shell-accent);color:#171717}.public-home__sovereignty-copy{max-width:650px}.public-home__sovereignty-copy>p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-home__sovereignty-copy h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4.4vw,4.6rem);font-weight:550;line-height:1.08}.public-home__sovereignty-copy>span{color:var(--platform-shell-text-muted);margin-top:24px;font-size:1.02rem;line-height:1.7;display:block}.public-home__sovereignty-copy>strong{border-left:2px solid var(--platform-shell-accent);margin-top:30px;padding-left:18px;font-size:.88rem;line-height:1.55;display:block}.public-home__trust-points{gap:12px;margin:30px 0 0;padding:0;list-style:none;display:grid}.public-home__trust-points li{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 82%, transparent);color:var(--platform-shell-text-strong);padding:13px 16px 13px 42px;font-size:.82rem;font-weight:750;position:relative}.public-home__trust-points li:before{content:"✓";color:var(--platform-shell-accent);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.public-home__sovereignty-comparison{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;display:grid}.public-home__sovereignty-comparison>i{color:var(--platform-shell-accent);font-size:1.5rem;font-style:normal}.public-home__artifact-card{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 88%, transparent);grid-template-rows:auto minmax(0,1fr);min-height:330px;display:grid;box-shadow:0 24px 56px #0000003d}.public-home__artifact-card>header{border-bottom:1px solid var(--platform-shell-item-border);justify-content:center;align-items:center;gap:8px;min-height:62px;padding:14px;display:flex}.public-home__artifact-card--provider>header span{border:1px solid var(--platform-shell-item-border);color:var(--platform-shell-text-muted);padding:6px 8px;font-size:.6rem;font-weight:800}.public-home__artifact-card--simplifia{border-color:color-mix(in srgb, var(--platform-shell-accent) 58%, var(--platform-shell-item-border));box-shadow:0 24px 70px color-mix(in srgb, var(--platform-shell-accent) 13%, transparent)}.public-home__artifact-card--simplifia>header{letter-spacing:-.04em;align-items:baseline;font-size:1.2rem;font-weight:800}.public-home__artifact-card--simplifia>header em{color:var(--platform-shell-accent);font-style:italic}.public-home__artifact-card>div{flex-direction:column;justify-content:center;padding:28px;display:flex}.public-home__artifact-card small{color:var(--platform-shell-accent);letter-spacing:.1em;text-transform:uppercase;font-size:.62rem;font-weight:800}.public-home__artifact-card strong{margin-top:26px;font-size:1.2rem;line-height:1.2}.public-home__artifact-card p{color:var(--platform-shell-text-muted);margin:14px 0 0;font-size:.76rem;line-height:1.55}.public-home__definition{border-top:1px solid var(--platform-shell-panel-border);grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);align-items:center;gap:clamp(50px,7vw,110px);min-height:580px;padding-block:86px;scroll-margin-top:100px;display:grid}.public-home__definition-copy{max-width:650px}.public-home__definition-copy>p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-home__definition-copy h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4.4vw,4.6rem);font-weight:550;line-height:1.08}.public-home__definition-copy>span{color:var(--platform-shell-text-muted);margin-top:24px;font-size:1.02rem;line-height:1.7;display:block}.public-home__definition-copy>strong{border-left:2px solid var(--platform-shell-accent);color:var(--platform-shell-text-strong);margin-top:30px;padding-left:18px;font-size:.88rem;line-height:1.55;display:block}.public-home__definition-model{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.public-home__definition-core,.public-home__definition-part{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 86%, transparent)}.public-home__definition-core{border-color:color-mix(in srgb, var(--platform-shell-accent) 48%, var(--platform-shell-item-border));min-height:118px;box-shadow:0 0 54px color-mix(in srgb, var(--platform-shell-accent) 10%, transparent);letter-spacing:-.05em;grid-column:1/-1;justify-content:center;align-items:baseline;padding:32px;font-size:1.65rem;font-weight:800;display:flex}.public-home__definition-core em{color:var(--platform-shell-accent);font-style:italic}.public-home__definition-core small{color:var(--platform-shell-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-left:14px;font-size:.62rem;font-weight:700}.public-home__definition-part{align-content:space-between;gap:12px;min-height:142px;padding:22px;display:grid}.public-home__definition-part small{color:var(--platform-shell-accent);font-size:.62rem;font-weight:800}.public-home__definition-part strong{font-size:1rem}.public-home__definition-part span{color:var(--platform-shell-text-muted);font-size:.72rem;line-height:1.45}.public-home__svg-story{border-top:1px solid var(--platform-shell-panel-border);grid-template-columns:minmax(0,.72fr) minmax(620px,1.28fr);align-items:center;gap:clamp(48px,6vw,90px);min-height:650px;padding-block:86px;scroll-margin-top:100px;display:grid}.public-home__svg-story-copy{max-width:590px}.public-home__svg-story-copy>p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-home__svg-story-copy h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4.1vw,4.3rem);font-weight:550;line-height:1.08}.public-home__svg-story-copy>span{color:var(--platform-shell-text-muted);margin-top:24px;font-size:1rem;line-height:1.7;display:block}.public-home__svg-story-copy>button{border:1px solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-button-bg);min-height:44px;color:var(--platform-shell-text-strong);cursor:pointer;font:inherit;text-transform:uppercase;align-items:center;gap:20px;margin-top:30px;padding:0 16px;font-size:.72rem;font-weight:800;display:inline-flex}.public-home__svg-story-copy>button:hover,.public-home__svg-story-copy>button:focus-visible{border-color:var(--platform-shell-accent);color:var(--platform-shell-accent)}.simplifia-svg-presentation{min-width:0}.simplifia-svg-presentation__canvas{width:100%;height:auto;display:block;overflow:visible}.simplifia-svg-presentation__frame{fill:#0000;stroke:#0000}.simplifia-svg-presentation__grid-line{fill:none;stroke:#303030;stroke-width:1px}.simplifia-svg-presentation__kicker{fill:#ff6198;font-family:var(--body-font);letter-spacing:1.4px;font-size:11px;font-weight:800}.simplifia-svg-presentation__ai-chip rect{fill:#252525;stroke:#454545}.simplifia-svg-presentation__ai-chip text{fill:#f3f4f6;font-family:var(--body-font);text-anchor:middle;font-size:12px;font-weight:700}.simplifia-svg-presentation__caption{fill:#a8a8a8;font-family:var(--body-font);font-size:11px}.simplifia-svg-presentation__core-glow{fill:#ff61981f;stroke:#ff619885}.simplifia-svg-presentation__brand{fill:#f3f4f6;font-family:var(--body-font);text-anchor:middle;font-size:26px;font-style:italic;font-weight:800}.simplifia-svg-presentation__core-label{fill:#ff6198;font-family:var(--body-font);letter-spacing:1.5px;text-anchor:middle;font-size:9px;font-weight:800}.simplifia-svg-presentation__core-row rect{fill:#1c1c1c;stroke:#454545}.simplifia-svg-presentation__core-row text{fill:#b3b3b3;font-family:var(--body-font);font-size:11px}.simplifia-svg-presentation__connector,.simplifia-svg-presentation__connector-arrow{fill:none;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.simplifia-svg-presentation__connector{stroke-dasharray:150;stroke-dashoffset:150px}.simplifia-svg-presentation__app-card>rect:first-child{fill:#252525;stroke:#454545}.simplifia-svg-presentation__app-card>rect:not(:first-child){fill:#3c3c3c}.simplifia-svg-presentation__app-card--second>rect:first-child{stroke:#ff619894}.simplifia-svg-presentation__approval{fill:#242424;stroke:#ff61989e}.simplifia-svg-presentation__approval-text{fill:#f3f4f6;font-family:var(--body-font);font-size:12px;font-weight:700}.simplifia-svg-presentation__step,.simplifia-svg-presentation__connector-arrow{opacity:0}.simplifia-svg-presentation__step{transform-box:fill-box;transform-origin:50%}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__step--one{animation:.55s .15s both simplifia-svg-slide-right}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__connector--one{animation:.55s .72s both simplifia-svg-draw}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__connector-arrow--one{animation:.2s 1.18s both simplifia-svg-reveal}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__step--two{animation:.6s 1.35s both simplifia-svg-pop}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__connector--two{animation:.55s 2.05s both simplifia-svg-draw}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__connector-arrow--two{animation:.2s 2.5s both simplifia-svg-reveal}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__step--three{animation:.55s 2.68s both simplifia-svg-slide-left}.simplifia-svg-presentation__canvas--running .simplifia-svg-presentation__step--four{animation:.55s 3.35s both simplifia-svg-rise}@keyframes simplifia-svg-slide-right{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes simplifia-svg-slide-left{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes simplifia-svg-pop{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes simplifia-svg-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes simplifia-svg-reveal{0%{opacity:0}to{opacity:1}}@keyframes simplifia-svg-draw{0%{stroke-dashoffset:150px}to{stroke-dashoffset:0}}.landing-section-svg{min-width:0;position:relative}.landing-section-svg__canvas{width:100%;height:auto;display:block;overflow:visible}.landing-section-svg__hero-links{fill:none;stroke:#ff61982e;stroke-width:2px}.landing-section-svg__hero-link{stroke:#ff6198;stroke-dasharray:34 149;stroke-dashoffset:183px}.landing-section-svg__canvas--running .landing-section-svg__hero-link{animation:6s linear infinite landing-section-svg-secure-link}.landing-section-svg__canvas--running .landing-section-svg__hero-link--2{animation-delay:-1.5s}.landing-section-svg__canvas--running .landing-section-svg__hero-link--3{animation-delay:-3s}.landing-section-svg__canvas--running .landing-section-svg__hero-link--4{animation-delay:-4.5s}.landing-section-svg__hero-platform>rect{fill:#0000;stroke:#ff619894;stroke-dasharray:2000;stroke-dashoffset:2000px;stroke-width:1.5px}.landing-section-svg__canvas--running .landing-section-svg__hero-platform>rect{animation:.85s .1s both landing-section-svg-hero-frame}@keyframes landing-section-svg-hero-frame{0%{opacity:0;stroke-dashoffset:2000px}to{opacity:1;stroke-dashoffset:0}}.landing-section-svg__hero-platform>path{stroke:#ff619847}.landing-section-svg__hero-platform-brand,.landing-section-svg__hero-platform-label,.landing-section-svg__hero-micro-app text,.landing-section-svg__hero-gate-title,.landing-section-svg__hero-gate-copy,.landing-section-svg__hero-agent text{font-family:var(--body-font)}.landing-section-svg__hero-platform-brand{fill:#f3f4f6;font-size:22px;font-weight:800}.landing-section-svg__hero-platform-brand-accent{fill:var(--platform-shell-accent);font-style:italic}.landing-section-svg__hero-platform-label{fill:#ff6198;letter-spacing:1.2px;text-anchor:end;font-size:9px;font-weight:800}.landing-section-svg__hero-micro-app>rect:first-child{fill:#1d1d1dd6;stroke:#4c4c4c}.landing-section-svg__hero-micro-app>rect:nth-child(2){fill:#2a2a2ae0;stroke:#4c4c4c}.landing-section-svg__hero-micro-app circle{fill:#686868}.landing-section-svg__hero-micro-app text{fill:#ededed;font-size:11px;font-weight:800}.landing-section-svg__hero-micro-app path{fill:#ff619812;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px}.landing-section-svg__hero-gate>rect{fill:#1b1b1bf0;stroke:#ff6198;stroke-width:1.5px}.landing-section-svg__hero-gate-lock{fill:#ff61981a;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.landing-section-svg__hero-gate-title{fill:#f3f4f6;letter-spacing:1px;font-size:13px;font-weight:900}.landing-section-svg__hero-gate-copy{fill:#a8a8a8;font-size:10px}.landing-section-svg__hero-check circle{fill:#202020;stroke:#ff6198}.landing-section-svg__hero-check path{fill:none;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.landing-section-svg__canvas--running .landing-section-svg__hero-check{transform-box:fill-box;transform-origin:50%;animation:6s ease-in-out infinite landing-section-svg-gate-check}.landing-section-svg__canvas--running .landing-section-svg__hero-check--2{animation-delay:-1.5s}.landing-section-svg__canvas--running .landing-section-svg__hero-check--3{animation-delay:-3s}.landing-section-svg__canvas--running .landing-section-svg__hero-check--4{animation-delay:-4.5s}.landing-section-svg__hero-agent rect{fill:#1f1f1fe0;stroke:#505050}.landing-section-svg__hero-agent circle{fill:#ff6198}.landing-section-svg__hero-agent text{fill:#e9e9e9;text-anchor:middle;font-size:11px;font-weight:800}.landing-section-svg__hero-version,.landing-section-svg__hero-ecosystem-app,.landing-section-svg__hero-footer{opacity:0;transform-box:fill-box;transform-origin:50%}.landing-section-svg__hero-version-number{letter-spacing:.08em;text-anchor:start;fill:var(--platform-shell-accent)!important;font-size:8px!important;font-weight:700!important}.landing-section-svg__hero-contact{stroke:#ff6198;fill:#ff619824!important}.landing-section-svg__hero-status{fill:#ff6198!important}.landing-section-svg__hero-ecosystem-app text{font-size:10px}.landing-section-svg__hero-footer{fill:#dcdcdc;font-family:var(--body-font);letter-spacing:.2px;text-anchor:middle;font-size:14px;font-weight:750}.landing-section-svg__canvas--running .landing-section-svg__hero-version--1{animation:.45s .7s both landing-hero-card-in,.4s 5.2s forwards landing-hero-card-out}.landing-section-svg__canvas--running .landing-section-svg__hero-version--2{animation:.45s 1.5s both landing-hero-card-in,.4s 5.2s forwards landing-hero-card-out}.landing-section-svg__canvas--running .landing-section-svg__hero-version--3{animation:.45s 2.3s both landing-hero-card-in,.4s 5.2s forwards landing-hero-card-out}.landing-section-svg__canvas--running .landing-section-svg__hero-version--4{animation:.45s 3.1s both landing-hero-card-in,.7s 5.3s forwards landing-hero-promote}.landing-section-svg__canvas--running .landing-section-svg__hero-ecosystem-app--1{animation:.45s 6.05s both landing-hero-card-in}.landing-section-svg__canvas--running .landing-section-svg__hero-ecosystem-app--2{animation:.45s 6.4s both landing-hero-card-in}.landing-section-svg__canvas--running .landing-section-svg__hero-ecosystem-app--3{animation:.45s 6.75s both landing-hero-card-in}.landing-section-svg__canvas--running .landing-section-svg__hero-footer--evolution{animation:.4s .45s both landing-hero-footer-in,.35s 5.15s forwards landing-hero-card-out}.landing-section-svg__canvas--running .landing-section-svg__hero-footer--ecosystem{animation:.4s 5.85s both landing-hero-footer-in}@keyframes landing-hero-card-in{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes landing-hero-card-out{0%{opacity:1}to{opacity:0}}@keyframes landing-hero-promote{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(-459px)}}@keyframes landing-hero-footer-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.landing-section-svg__outline,.landing-section-svg__core-panel,.landing-section-svg__orbit-node rect,.landing-section-svg__provider-node rect{fill:#1f1f1fd6;stroke:#4a4a4a;stroke-width:1.5px}.landing-section-svg__accent-fill{fill:#ff6198}.landing-section-svg__small,.landing-section-svg__medium,.landing-section-svg__brand,.landing-section-svg__caption,.landing-section-svg__kicker,.landing-section-svg__accent-text,.landing-section-svg__label-row text,.landing-section-svg__approval-buttons text{font-family:var(--body-font)}.landing-section-svg__small{fill:#dedede;font-size:11px}.landing-section-svg__medium{fill:#f3f4f6;text-anchor:middle;font-size:13px;font-weight:700}.landing-section-svg__brand{fill:#f3f4f6;text-anchor:middle;font-size:25px;font-style:italic;font-weight:800}.landing-section-svg__caption{fill:#a8a8a8;text-anchor:middle;font-size:11px}.landing-section-svg__kicker,.landing-section-svg__accent-text{fill:#ff6198;letter-spacing:1.3px;text-anchor:middle;font-size:10px;font-weight:800}.landing-section-svg__muted-line,.landing-section-svg__icon-line{fill:none;stroke:#606060;stroke-linecap:round;stroke-width:2px}.landing-section-svg__halo{fill:#ff619814;stroke:#ff61983d}.landing-section-svg__core{fill:#202020;stroke:#ff6198b3;stroke-width:1.5px}.landing-section-svg__mini-app rect{fill:#1f1f1fdb;stroke:#505050}.landing-section-svg__mini-app path{fill:none;stroke:#595959;stroke-linecap:round;stroke-width:2px}.landing-section-svg__cloud{fill:#1f1f1fbf;stroke:#4b4b4b;stroke-width:1.5px}.landing-section-svg__lock,.landing-section-svg__shield{fill:#1f1f1fe6;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px}.landing-section-svg__maple{fill:#ff619821;stroke:#ff6198;stroke-linejoin:round;stroke-width:1.5px}.landing-section-svg__label-row rect{fill:#292929;stroke:#454545}.landing-section-svg__label-row text{fill:#d8d8d8;font-size:12px}.landing-section-svg__approval-buttons rect{fill:#262626;stroke:#505050}.landing-section-svg__approval-buttons .landing-section-svg__approval-yes{fill:#ff619824;stroke:#ff6198}.landing-section-svg__approval-buttons text{fill:#e8e8e8;text-anchor:middle;font-size:10px;font-weight:800}.landing-section-svg__draw-static,.landing-section-svg__draw{fill:none;stroke:#ff6198;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.landing-section-svg__draw{stroke-dasharray:700;stroke-dashoffset:700px}.landing-section-svg__orbit-node rect,.landing-section-svg__provider-node rect{fill:#1f1f1fc7}.landing-section-svg__layer{fill:#1f1f1feb;stroke:#ff61989e}.landing-section-svg__layer--back{fill:#1b1b1b6b;stroke:#3c3c3c}.landing-section-svg__layer--middle{fill:#1d1d1da3;stroke:#474747}.landing-section-svg__protocol{fill:none;stroke:#ff619852;stroke-dasharray:5 8;stroke-width:1.5px}.landing-section-svg__step{opacity:0;transform-box:fill-box;transform-origin:50%}.landing-section-svg__canvas--running .landing-section-svg__step--one{animation:.55s .1s both simplifia-svg-slide-right}.landing-section-svg__canvas--running .landing-section-svg__draw--one{animation:.65s .62s both landing-section-svg-draw}.landing-section-svg__canvas--running .landing-section-svg__step--two{animation:.6s 1.2s both simplifia-svg-pop}.landing-section-svg__canvas--running .landing-section-svg__draw--two{animation:.65s 1.82s both landing-section-svg-draw}.landing-section-svg__canvas--running .landing-section-svg__step--three{animation:.6s 2.35s both simplifia-svg-slide-left}@keyframes landing-section-svg-draw{0%{stroke-dashoffset:700px}to{stroke-dashoffset:0}}@keyframes landing-section-svg-secure-link{0%{stroke-dashoffset:183px}to{stroke-dashoffset:0}}@keyframes landing-section-svg-gate-check{0%,18%,to{opacity:.28;transform:scale(.82)}4%,12%{opacity:1;transform:scale(1.18)}}.public-home__hero,.public-home__sovereignty,.public-home__control,.public-home__definition,.public-home__svg-story,.public-home__platform,.public-home__byo-ai,.public-home__early-access,.public-home__catalogue{scroll-snap-align:start;scroll-snap-stop:normal;scroll-margin-top:100px}.public-home__platform,.public-home__byo-ai{border-top:1px solid var(--platform-shell-panel-border);grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);align-items:center;gap:clamp(50px,7vw,110px);min-height:560px;padding-block:86px;display:grid}.public-home__byo-ai{grid-template-columns:minmax(520px,1.12fr) minmax(0,.88fr)}.public-home__section-copy{max-width:660px}.public-home__section-copy h2{margin:0}.public-home__section-copy>span{max-width:590px;color:var(--platform-shell-text-muted);margin-top:24px;font-size:1.02rem;line-height:1.7;display:block}.public-home__platform-flow{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;min-height:310px;display:grid}.public-home__platform-flow>i{color:var(--platform-shell-accent);font-size:1.4rem;font-style:normal}.public-home__flow-node{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 82%, transparent);flex-direction:column;justify-content:space-between;min-height:210px;padding:24px;display:flex}.public-home__flow-node--core{border-color:color-mix(in srgb, var(--platform-shell-accent) 58%, var(--platform-shell-item-border));box-shadow:0 0 46px color-mix(in srgb, var(--platform-shell-accent) 12%, transparent)}.public-home__flow-node small{color:var(--platform-shell-accent);letter-spacing:.1em;font-size:.66rem;font-weight:800}.public-home__flow-node strong{font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.15}.public-home__flow-node span{color:var(--platform-shell-text-muted);font-size:.73rem;line-height:1.45}.public-home__providers{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:72px 120px;min-height:430px;padding:18px;display:grid;position:relative}.public-home__providers:before,.public-home__providers:after{content:"";z-index:-1;background:color-mix(in srgb, var(--platform-shell-accent) 32%, var(--platform-shell-item-border));position:absolute}.public-home__providers:before{height:1px;top:50%;left:14%;right:14%}.public-home__providers:after{width:1px;top:14%;bottom:14%;left:50%}.public-home__provider{border:1px solid var(--platform-shell-item-border);background:color-mix(in srgb, var(--platform-shell-panel-bg) 92%, transparent);color:var(--platform-shell-text-strong);justify-content:center;align-items:center;gap:12px;display:flex;box-shadow:0 18px 42px #0000003d}.public-home__provider>span{border:1px solid var(--platform-shell-item-border);width:34px;height:34px;color:var(--platform-shell-accent);place-items:center;font-size:.78rem;font-weight:900;display:grid}.public-home__provider strong{font-size:.86rem}.public-home__providers-core{z-index:2;border:1px solid var(--platform-shell-accent);width:128px;height:72px;box-shadow:0 0 48px color-mix(in srgb, var(--platform-shell-accent) 22%, transparent);letter-spacing:-.04em;background:#202020;justify-content:center;align-items:baseline;font-size:1.16rem;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.public-home__providers-core em{color:var(--platform-shell-accent);font-style:italic}.public-home__catalogue{border-top:1px solid var(--platform-shell-panel-border);scroll-snap-align:center;grid-template-rows:auto auto;align-content:center;gap:12px;min-height:calc(100vh - 100px);padding-block:32px;scroll-margin-top:0;display:grid}.public-home__catalogue-heading{width:min(920px,100%);transform:translateY(-12px)}.public-home__catalogue-heading h2{letter-spacing:-.035em;margin:0;font-size:clamp(1.75rem,2.8vw,2.8rem);line-height:1.05}.public-home__catalogue-heading>span{max-width:720px;color:var(--platform-shell-text-muted);margin-top:10px;font-size:.9rem;line-height:1.5;display:block}.public-home__catalogue>.landing-demo{width:100%;height:min(660px,100vh - 210px);min-height:480px}.public-home__early-access{border:1px solid color-mix(in srgb, var(--platform-shell-accent) 48%, var(--platform-shell-panel-border));background:color-mix(in srgb, var(--platform-shell-panel-bg) 84%, transparent);min-height:calc(50vh - 50px);box-shadow:0 34px 90px color-mix(in srgb, var(--platform-shell-accent) 9%, transparent);scroll-snap-align:start;scroll-snap-stop:normal;grid-template-columns:minmax(0,1fr) minmax(430px,.72fr);align-items:center;gap:56px;padding:clamp(24px,3.5vw,43px) clamp(28px,6vw,88px);scroll-margin-top:100px;display:grid}.public-home__early-access>div{max-width:820px}.public-home__early-access p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.public-home__early-access h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4.4vw,4.6rem);font-weight:550;line-height:1.08}.public-home__early-access>div>span{max-width:650px;color:var(--platform-shell-text-muted);margin-top:22px;font-size:1rem;line-height:1.65;display:block}.public-home__early-access-form{gap:10px;display:grid}.public-home__early-access-form>label{color:var(--platform-shell-text-muted);letter-spacing:.06em;font-size:.72rem;font-weight:750}.public-home__early-access-form>div{gap:12px;display:grid}.public-home__early-access-form input{border:1px solid var(--platform-shell-button-border);background:color-mix(in srgb, var(--platform-shell-input-bg) 88%, transparent);width:100%;min-height:52px;color:var(--platform-shell-text-strong);font:inherit;border-radius:0;outline:0;padding:0 18px}.public-home__early-access-form input:focus{border-color:var(--platform-shell-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--platform-shell-accent) 14%, transparent)}.public-home__early-access-form button{border:1px solid var(--platform-shell-accent);background:var(--platform-shell-accent);color:#171717;cursor:pointer;min-height:52px;font:inherit;justify-content:center;align-items:center;gap:26px;padding:0 24px;font-size:.86rem;font-weight:800;display:inline-flex}.public-home__early-access-form button:hover,.public-home__early-access-form button:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb, var(--platform-shell-accent) 16%, transparent)}.public-home__early-access-form button:disabled,.public-home__early-access-form input:disabled{cursor:not-allowed;opacity:.58}.public-home__turnstile{min-height:65px}.public-home__early-access-consent{color:var(--platform-shell-text-muted);font-size:.72rem;line-height:1.55}.public-home__early-access-message{color:#ff9bbf;margin:0;font-size:.8rem;line-height:1.5}.public-home__early-access-success{border:1px solid var(--platform-shell-accent);background:color-mix(in srgb, var(--platform-shell-accent) 8%, var(--platform-shell-panel-bg));gap:14px;padding:28px;display:grid}.public-home__early-access-success strong{font-size:1.25rem}.public-home__early-access-success span{color:var(--platform-shell-text-muted);line-height:1.6}.public-early-access-confirmed{flex-direction:column;justify-content:center;gap:22px;width:min(760px,100% - 40px);min-height:calc(100vh - 190px);margin:0 auto;padding:60px 0;display:flex}.public-early-access-confirmed p{color:var(--platform-shell-accent);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.public-early-access-confirmed h1{letter-spacing:-.05em;max-width:680px;margin:0;font-size:clamp(2.4rem,6vw,5.6rem);font-weight:550;line-height:1.02}.public-early-access-confirmed>span{max-width:620px;color:var(--platform-shell-text-muted);font-size:1rem;line-height:1.65}.public-early-access-confirmed>a{border:1px solid var(--platform-shell-accent);width:fit-content;color:var(--platform-shell-accent);padding:13px 18px;font-weight:750;text-decoration:none}.public-site .public-catalogue,.public-site .public-publication{min-height:0;color:var(--platform-shell-text-strong);background:0 0;padding:40px 0 0}.public-site .public-catalogue__header{width:min(820px,100%);margin:0 0 52px;display:block}.public-site .public-catalogue__header h1{letter-spacing:-.06em;margin:0;font-size:clamp(2.7rem,5vw,5.5rem);font-weight:600;line-height:1}.public-site .public-catalogue__header>span{max-width:620px;color:var(--platform-shell-text-muted);margin-top:22px;font-size:1.06rem;line-height:1.6;display:block}.public-site .public-catalogue__layout{border:0;border-top:1px solid var(--platform-shell-panel-border);width:100%;min-height:620px;box-shadow:none;background:0 0;border-radius:0;grid-template-columns:250px minmax(0,1fr);margin:0;overflow:visible}.public-site .public-catalogue__filters,.public-site .public-catalogue__results{padding:30px 0}.public-site .public-catalogue__filters{border-right:1px solid var(--platform-shell-panel-border);background:0 0;gap:14px;padding-right:28px}.public-catalogue__filter-heading{gap:5px;margin-bottom:16px;display:grid}.public-catalogue__filter-heading span,.public-site .public-catalogue__filters>label{color:var(--platform-shell-text-muted);font-size:.72rem}.public-site .public-catalogue__filters input[type=search],.public-site .public-catalogue__toolbar select{border:1px solid var(--platform-shell-button-border);border-radius:var(--platform-shell-radius-input);background:color-mix(in srgb, var(--platform-shell-input-bg) 82%, transparent);min-height:42px;color:var(--platform-shell-text-strong)}.public-site .public-catalogue__filters fieldset{gap:10px;margin-top:20px}.public-site .public-catalogue__filters fieldset label{min-height:30px;color:var(--platform-shell-text-muted);font-size:.82rem}.public-site .public-catalogue__filters input[type=checkbox]{accent-color:var(--platform-shell-accent)}.public-site .public-catalogue__results{padding-left:32px}.public-site .public-catalogue__toolbar{min-height:42px;margin-bottom:24px}.public-site .public-catalogue__toolbar strong{color:var(--platform-shell-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.public-site .public-catalogue__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 18px}.public-site .public-catalogue__card{aspect-ratio:auto;box-shadow:none;color:var(--platform-shell-text-strong);background:0 0;border:0;border-radius:0;text-decoration:none;display:grid;overflow:visible}.public-catalogue__card-image{aspect-ratio:16/10;border:1px solid var(--platform-shell-item-border);background:var(--platform-shell-input-bg);position:relative;overflow:hidden}.public-site .public-catalogue__card img{object-fit:cover;filter:saturate(.88);width:100%;height:100%;transition:transform .22s,filter .22s;display:block}.public-site .public-catalogue__card:hover img{filter:saturate(1.08);transform:scale(1.025)}.public-site .public-catalogue__card-image>span{color:#fff;opacity:0;background:#141414e0;align-items:center;gap:12px;padding:8px 10px;font-size:.7rem;font-weight:800;transition:opacity .18s,transform .18s;display:flex;position:absolute;inset:auto 10px 10px auto;transform:translateY(6px)}.public-site .public-catalogue__card-image>span i{color:var(--platform-shell-accent);font-style:normal}.public-catalogue__card:hover .public-catalogue__card-image>span{opacity:1;transform:translateY(0)}.public-catalogue__card-copy{padding:15px 2px 4px}.public-catalogue__card-copy h2{margin:0;font-size:1rem}.public-catalogue__card-copy>p{min-height:2.7em;color:var(--platform-shell-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 12px;font-size:.77rem;line-height:1.4;display:-webkit-box;overflow:hidden}.public-catalogue__card-copy>div{flex-wrap:wrap;gap:6px;display:flex}.public-site .public-catalogue__card-copy>div span{border:1px solid var(--platform-shell-item-border);color:var(--platform-shell-text-muted);white-space:normal;background:0 0;padding:4px 6px;font-size:.62rem;font-weight:500;position:static;inset:auto;overflow:visible}.public-site .public-catalogue__pagination button,.public-site .public-catalogue__state button{border:1px solid var(--platform-shell-accent);border-radius:var(--platform-shell-radius-input);background:var(--platform-shell-accent);color:#171717}.public-site .public-publication__toolbar,.public-site .public-publication__card{width:100%}.public-site .public-publication__toolbar{border:1px solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-input);background:color-mix(in srgb, var(--platform-shell-panel-bg) 88%, transparent);margin-bottom:18px;top:12px}.public-site .public-publication__toolbar a{color:var(--platform-shell-text-strong)}.public-site .public-publication__card{border:1px solid var(--platform-shell-panel-border);border-radius:var(--platform-shell-radius-layout-container);background:color-mix(in srgb, var(--platform-shell-panel-bg) 92%, transparent);min-height:min(760px,76vh);box-shadow:0 32px 90px #00000061}.public-site .public-publication__metadata p{color:var(--platform-shell-text-muted)}.public-site .public-publication__tags span{border-color:var(--platform-shell-item-border);color:var(--platform-shell-accent-secondary)}.public-publication--loading,.public-publication--unavailable{place-content:center;justify-items:center;gap:18px;display:grid;min-height:55vh!important}.public-publication--unavailable a{color:var(--platform-shell-accent)}.public-site--mobile .public-site__header,.public-site--mobile .public-site__content,.public-site--mobile .public-site__footer,.public-site--mobile .public-site__error{width:calc(100% - 32px)}.public-site--mobile .public-site__header{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:0 12px;min-height:116px;padding-block:12px 0}.public-site--mobile .public-site__navigation{grid-area:2/1/auto/-1;justify-content:center;gap:8px}.public-site--mobile .public-site__navigation a{font-size:.58rem}.public-site--mobile .public-site__navigation a:after{bottom:9px}.public-site--mobile .public-site__actions{grid-area:1/2}.public-site--mobile .public-site__session-action{max-width:116px;padding-inline:8px;font-size:.62rem}.public-site--mobile .public-site__footer{grid-template-columns:1fr auto;gap:14px;margin-top:50px}.public-site--mobile .public-site__footer nav{grid-area:2/1;justify-self:start}.public-site--mobile .public-site__footer small{grid-area:2/2}.public-site--mobile .public-site .public-catalogue__layout,.public-site--mobile .public-catalogue__layout{grid-template-columns:1fr}.public-site--mobile .public-catalogue__filters{border-right:0;border-bottom:1px solid var(--platform-shell-panel-border);padding-right:0}.public-site--mobile .public-catalogue__results{padding-left:0}.public-site--mobile .public-catalogue__grid{grid-template-columns:1fr}.public-site--mobile .public-catalogue__card-image>span{opacity:1;transform:none}.public-site--mobile .public-publication__card{grid-template-rows:auto minmax(460px,1fr);grid-template-columns:1fr}@media (max-width:920px){.sticky-intro-story{gap:42px}.sticky-intro-story__step{grid-template-columns:1fr;align-items:start;gap:22px;min-height:0;padding-block:56px}.sticky-intro-story__step-copy{max-width:680px;padding:0}.sticky-intro-story__visual{justify-self:center;width:min(760px,100%);height:auto}.public-home__hero{grid-template-columns:1fr}.public-home__hero-copy{max-width:760px}.public-home__visual{justify-self:center;width:min(680px,100%)}.public-home__platform,.public-home__byo-ai,.public-home__definition,.public-home__svg-story,.public-home__sovereignty,.public-home__control{grid-template-columns:1fr;gap:56px}.public-home__byo-ai .public-home__providers{grid-row:2}.public-home__early-access{grid-template-columns:1fr;align-content:center}.public-home__early-access-form{width:100%}.public-site .public-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){html:has(.public-site){scroll-padding-top:138px}body.shell-body:has(.public-site){scroll-padding-top:138px}.public-site__header,.public-site__content,.public-site__footer,.public-site__error{width:calc(100% - 32px)}.public-site__header{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:0 12px;min-height:116px;padding-block:12px 0}.public-site__navigation{grid-area:2/1/auto/-1;justify-content:center;gap:8px}.public-site__navigation a{font-size:.58rem}.public-site__navigation a:after{bottom:9px}.public-site__actions{grid-area:1/2}.public-site__session-action{max-width:116px;padding-inline:8px;font-size:.62rem}.public-home{gap:48px;padding-top:32px}.sticky-intro-story__step{gap:16px;padding-block:42px;scroll-margin-top:138px}.sticky-intro-story__step h1,.sticky-intro-story__step h2{font-size:clamp(2.15rem,10vw,3.3rem)}.public-home__hero{gap:44px;min-height:auto}.public-home__hero h1{font-size:clamp(2.35rem,10.5vw,3.45rem)}.public-home__visual{min-height:390px}.public-home__features{grid-template-columns:1fr}.public-home__features article{border-right:0;border-bottom:1px solid var(--platform-shell-panel-border);min-height:210px;padding:30px 0}.public-home__features article:last-child{border-bottom:0}.public-home__features h3{margin-top:34px}.public-home__hero,.public-home__sovereignty,.public-home__control,.public-home__definition,.public-home__svg-story,.public-home__platform,.public-home__byo-ai,.public-home__catalogue{scroll-margin-top:138px}.public-home__platform,.public-home__byo-ai,.public-home__definition,.public-home__svg-story,.public-home__sovereignty,.public-home__control{grid-template-columns:1fr;gap:46px;min-height:0;padding-block:58px}.public-home__control-flow{grid-template-columns:1fr}.public-home__control-flow>i{justify-self:center;transform:rotate(90deg)}.public-home__control-agent,.public-home__control-app{min-height:150px}.public-home__sovereignty-comparison{grid-template-columns:1fr}.public-home__sovereignty-comparison>i{justify-self:center;transform:rotate(90deg)}.public-home__artifact-card{min-height:260px}.public-home__definition-part{min-height:124px;padding:18px}.public-home__byo-ai .public-home__providers{grid-row:2}.public-home__platform-flow{grid-template-columns:1fr;gap:10px;min-height:0}.public-home__platform-flow>i{justify-self:center;transform:rotate(90deg)}.public-home__flow-node{min-height:128px}.public-home__providers{gap:56px 30px;min-height:330px;padding:8px}.public-home__provider{flex-direction:column;gap:8px}.public-home__providers-core{width:108px;height:62px;font-size:1rem}.public-home__catalogue-cta{flex-direction:column;align-items:start;padding:34px 24px}.public-home__catalogue{gap:18px;min-height:calc(100vh - 138px);padding-block:20px;scroll-margin-top:0}.public-home__catalogue-heading{transform:none}.public-home__catalogue>.landing-demo{height:min(500px,100vh - 230px);min-height:420px}.public-home__catalogue .landing-demo__heading{gap:10px}.public-home__catalogue .landing-demo-wave--title{font-size:.95rem}.public-home__early-access{gap:24px;min-height:0;padding:24px;scroll-margin-top:138px}.public-home__early-access-form button{width:100%;padding-inline:16px}.landing-demo__catalogue-entry{grid-template-columns:minmax(132px,38%) minmax(0,1fr)}.landing-demo__app-details{padding:18px 14px}.landing-demo__app-details>span{font-size:.55rem}.landing-demo__app-details h3{margin:28px 0 12px;font-size:1.2rem}.landing-demo__app-details p{-webkit-line-clamp:10;font-size:.72rem;line-height:1.5}.public-site__footer{grid-template-columns:1fr auto;gap:14px;margin-top:50px}.public-site__footer nav{grid-area:2/1;justify-self:start}.public-site__footer small{grid-area:2/2}.public-site .public-catalogue__layout{grid-template-columns:1fr}.public-site .public-catalogue__filters{border-right:0;border-bottom:1px solid var(--platform-shell-panel-border);padding-right:0}.public-site .public-catalogue__results{padding-left:0}.public-site .public-catalogue__grid{grid-template-columns:1fr}.public-site .public-catalogue__card-image>span{opacity:1;transform:none}.public-site .public-publication__card{grid-template-rows:auto minmax(460px,1fr);grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html:has(.public-site){scroll-snap-type:none}body.shell-body:has(.public-site){scroll-snap-type:none}.public-site__stage-light{animation:none}.sticky-intro-story__connections,.sticky-intro-story__gate,.sticky-intro-story__app,.sticky-intro-story__compatibility,.sticky-intro-story__gate-config,.sticky-intro-story__sovereignty-stage,.sticky-intro-story__simplifia-frame,.sticky-intro-story__agents{transition:none}.sticky-intro-story__connection,.sticky-intro-story__approval,.sticky-intro-story__chat-bubble,.sticky-intro-story__compatibility-agent,.sticky-intro-story__compatibility-app{opacity:1;transform:none;animation:none!important}.sticky-intro-story__compatibility-request-links path,.sticky-intro-story__compatibility-app-link{opacity:1;stroke-dashoffset:0;animation:none!important}.sticky-intro-story__gate-config-agent,.sticky-intro-story__gate-config-barrier,.sticky-intro-story__gate-config-brand,.sticky-intro-story__gate-config-heading,.sticky-intro-story__gate-config-row{opacity:1;transform:none;animation:none!important}.sticky-intro-story__gate-config-link,.sticky-intro-story__compatibility-app>rect:first-child,.sticky-intro-story__gate-config-platform>rect:first-child,.sticky-intro-story__gate-config-platform>path{opacity:1;stroke-dashoffset:0;animation:none!important}.sticky-intro-story__gate-config-agent .sticky-intro-story__compatibility-agent-halo,.sticky-intro-story__gate-config-barrier>path:first-child,.sticky-intro-story__gate-config-lock,.sticky-intro-story__gate-option rect,.sticky-intro-story__sovereignty-app>rect,.sticky-intro-story__sovereignty-app>path:nth-child(2){stroke-dashoffset:0;animation:none!important}.sticky-intro-story__canada-frame,.sticky-intro-story__canada-label,.sticky-intro-story__sovereignty-app{opacity:1;transform:none;animation:none!important}.sticky-intro-story__canada-frame{stroke-dashoffset:0}.landing-section-svg__canvas{animation:none!important}.landing-section-svg__step{opacity:1;animation:none!important;transform:none!important}.landing-section-svg__draw{stroke-dashoffset:0;animation:none!important}.landing-section-svg__hero-platform>rect{opacity:1;stroke-dashoffset:0;animation:none!important}.landing-section-svg__hero-link{stroke-dasharray:none;animation:none!important}.landing-section-svg__hero-check{opacity:1;transform:none;animation:none!important}.landing-section-svg__hero-version--1,.landing-section-svg__hero-version--2,.landing-section-svg__hero-version--3,.landing-section-svg__hero-footer--evolution{display:none}.landing-section-svg__hero-version--4{opacity:1;transform:translate(-459px)}.landing-section-svg__hero-ecosystem-app,.landing-section-svg__hero-footer--ecosystem{opacity:1;transform:none}.simplifia-svg-presentation__step,.simplifia-svg-presentation__connector-arrow{opacity:1;animation:none!important;transform:none!important}.simplifia-svg-presentation__connector{stroke-dashoffset:0;animation:none!important}.public-site *,.public-site :before,.public-site :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
