:root,[data-portal-theme=user]{color-scheme:light;--hcc-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hcc-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--hcc-font-size-xs: .75rem;--hcc-font-size-sm: .875rem;--hcc-font-size-md: 1rem;--hcc-font-size-lg: 1.125rem;--hcc-font-size-xl: 1.5rem;--hcc-font-weight-regular: 400;--hcc-font-weight-medium: 500;--hcc-font-weight-semibold: 600;--hcc-line-height-tight: 1.25;--hcc-line-height-body: 1.6;--hcc-space-1: .25rem;--hcc-space-2: .5rem;--hcc-space-3: .75rem;--hcc-space-4: 1rem;--hcc-space-5: 1.25rem;--hcc-space-6: 1.5rem;--hcc-space-8: 2rem;--hcc-space-10: 2.5rem;--hcc-radius-sm: .375rem;--hcc-radius-md: .625rem;--hcc-radius-lg: .875rem;--hcc-radius-pill: 999px;--hcc-shadow-sm: 0 1px 2px rgb(15 23 42 / 8%);--hcc-shadow-md: 0 12px 30px rgb(15 23 42 / 14%);--hcc-shadow-overlay: 0 24px 64px rgb(15 23 42 / 28%);--hcc-z-navigation: 10;--hcc-z-overlay: 100;--hcc-z-toast: 200;--hcc-breakpoint-sm: 40rem;--hcc-breakpoint-md: 52.5rem;--hcc-breakpoint-lg: 72rem;--hcc-color-canvas: #f5f7fb;--hcc-color-surface: #ffffff;--hcc-color-surface-subtle: #f8fafc;--hcc-color-text: #172033;--hcc-color-text-muted: #526078;--hcc-color-border: #dbe2ec;--hcc-color-border-strong: #b8c4d4;--hcc-color-primary: #315dba;--hcc-color-primary-hover: #244a9a;--hcc-color-primary-soft: #e8efff;--hcc-color-focus: #2563eb;--hcc-color-overlay: rgb(15 23 42 / 55%);--hcc-state-info: #2563eb;--hcc-state-success: #15803d;--hcc-state-warning: #a16207;--hcc-state-danger: #b91c1c;--hcc-state-neutral: #64748b;--hcc-state-queued: #64748b;--hcc-state-running: #2563eb;--hcc-state-waiting: #a16207;--hcc-state-paused: #7c3aed;--hcc-state-completed: #15803d;--hcc-state-failed: #b91c1c;--hcc-state-interrupted: #c2410c;--hcc-state-cancelled: #475569}[data-portal-theme=admin]{color-scheme:dark;--hcc-color-canvas: #0f1726;--hcc-color-surface: #152033;--hcc-color-surface-subtle: #111b2c;--hcc-color-text: #e5edf8;--hcc-color-text-muted: #aebdd2;--hcc-color-border: #2a3b55;--hcc-color-border-strong: #47617f;--hcc-color-primary: #85b6ff;--hcc-color-primary-hover: #b4d2ff;--hcc-color-primary-soft: #284469;--hcc-color-focus: #93c5fd;--hcc-color-overlay: rgb(2 6 23 / 72%);--hcc-state-info: #60a5fa;--hcc-state-success: #4ade80;--hcc-state-warning: #facc15;--hcc-state-danger: #f87171;--hcc-state-neutral: #94a3b8;--hcc-state-queued: #94a3b8;--hcc-state-running: #60a5fa;--hcc-state-waiting: #facc15;--hcc-state-paused: #c4b5fd;--hcc-state-completed: #4ade80;--hcc-state-failed: #f87171;--hcc-state-interrupted: #fb923c;--hcc-state-cancelled: #cbd5e1}*{box-sizing:border-box}html{background:var(--hcc-color-canvas)}body{margin:0;min-width:320px;background:var(--hcc-color-canvas);color:var(--hcc-color-text);font-family:var(--hcc-font-sans);font-synthesis:none}a{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--hcc-color-focus) 72%,transparent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.h-button{align-items:center;border:1px solid transparent;border-radius:var(--hcc-radius-md);cursor:pointer;display:inline-flex;font:var(--hcc-font-weight-semibold) var(--hcc-font-size-sm)/1 var(--hcc-font-sans);justify-content:center;min-height:2.5rem;padding:0 var(--hcc-space-4)}.h-button:disabled{cursor:not-allowed;opacity:.55}.h-button--primary{background:var(--hcc-color-primary);color:var(--hcc-color-surface)}[data-portal-theme=admin] .h-button--primary{color:#0f1726}.h-button--primary:hover:not(:disabled){background:var(--hcc-color-primary-hover)}.h-button--secondary{background:var(--hcc-color-surface);border-color:var(--hcc-color-border-strong);color:var(--hcc-color-text)}.h-button--ghost{background:transparent;color:var(--hcc-color-text)}.h-button--danger{background:var(--hcc-state-danger);color:#fff}.h-field{display:grid;gap:var(--hcc-space-2)}.h-field__label{font-size:var(--hcc-font-size-sm);font-weight:var(--hcc-font-weight-semibold)}.h-field__help{color:var(--hcc-color-text-muted);font-size:var(--hcc-font-size-xs)}.h-input,.h-select{background:var(--hcc-color-surface);border:1px solid var(--hcc-color-border-strong);border-radius:var(--hcc-radius-md);color:var(--hcc-color-text);font:inherit;min-height:2.625rem;padding:0 var(--hcc-space-3);width:100%}.h-input::placeholder{color:var(--hcc-color-text-muted)}.h-input:disabled,.h-select:disabled{cursor:not-allowed;opacity:.55}.h-tabs{border-bottom:1px solid var(--hcc-color-border);display:flex;gap:var(--hcc-space-1);overflow-x:auto}.h-tab{background:transparent;border:0;border-bottom:3px solid transparent;color:var(--hcc-color-text-muted);cursor:pointer;font:var(--hcc-font-weight-medium) var(--hcc-font-size-sm)/1 var(--hcc-font-sans);min-height:2.75rem;padding:0 var(--hcc-space-3);white-space:nowrap}.h-tab.is-active{border-bottom-color:var(--hcc-color-primary);color:var(--hcc-color-primary)}.h-tab:disabled{cursor:not-allowed;opacity:.5}.h-card{background:var(--hcc-color-surface);border:1px solid var(--hcc-color-border);border-radius:var(--hcc-radius-lg);box-shadow:var(--hcc-shadow-sm)}.h-card__header{align-items:center;border-bottom:1px solid var(--hcc-color-border);display:flex;justify-content:space-between;padding:var(--hcc-space-4) var(--hcc-space-5)}.h-card__title{font-size:var(--hcc-font-size-lg);margin:0}.h-card__body{padding:var(--hcc-space-5)}.h-table-wrap{max-width:100%;overflow-x:auto}.h-table{border-collapse:collapse;min-width:28rem;width:100%}.h-table th,.h-table td{border-bottom:1px solid var(--hcc-color-border);padding:var(--hcc-space-3);text-align:left}.h-table th{color:var(--hcc-color-text-muted);font-size:var(--hcc-font-size-xs);text-transform:uppercase}.h-table__empty{color:var(--hcc-color-text-muted);text-align:center!important}.h-overlay,.h-drawer-layer{align-items:center;background:var(--hcc-color-overlay);display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:var(--hcc-space-4);position:fixed;z-index:var(--hcc-z-overlay)}.h-drawer-layer{justify-content:flex-end;padding:0}.h-dialog,.h-drawer{background:var(--hcc-color-surface);border:1px solid var(--hcc-color-border);box-shadow:var(--hcc-shadow-overlay);max-height:calc(100vh - 2rem);overflow:auto}.h-dialog{border-radius:var(--hcc-radius-lg);max-width:36rem;width:100%}.h-drawer{height:100%;max-width:30rem;width:min(90vw,30rem)}.h-overlay__header{align-items:center;border-bottom:1px solid var(--hcc-color-border);display:flex;justify-content:space-between;padding:var(--hcc-space-4) var(--hcc-space-5)}.h-overlay__header h2{font-size:var(--hcc-font-size-lg);margin:0}.h-overlay__body{padding:var(--hcc-space-5)}.h-overlay__footer{border-top:1px solid var(--hcc-color-border);padding:var(--hcc-space-4) var(--hcc-space-5)}.h-toast,.h-error,.h-empty{border:1px solid var(--hcc-color-border);border-radius:var(--hcc-radius-md);margin-top:var(--hcc-space-3);padding:var(--hcc-space-4)}.h-feedback--info{border-left:4px solid var(--hcc-state-info)}.h-feedback--success{border-left:4px solid var(--hcc-state-success)}.h-feedback--warning{border-left:4px solid var(--hcc-state-warning)}.h-feedback--error,.h-error{border-left:4px solid var(--hcc-state-danger)}.h-empty,.h-error{background:var(--hcc-color-surface-subtle)}.h-empty h3,.h-error h3{margin:0 0 var(--hcc-space-2)}.h-empty p,.h-error p{color:var(--hcc-color-text-muted);margin:0}.h-error small{color:var(--hcc-color-text-muted);display:block;font-family:var(--hcc-font-mono);margin-top:var(--hcc-space-2)}.h-skeleton{display:grid;gap:var(--hcc-space-2);margin:var(--hcc-space-4) 0}.h-skeleton span{animation:hcc-pulse 1.5s ease-in-out infinite;background:var(--hcc-color-border);border-radius:var(--hcc-radius-sm);display:block;height:.75rem}.h-skeleton span:last-child{width:68%}@keyframes hcc-pulse{50%{opacity:.4}}.h-status-badge{align-items:center;border:1px solid currentColor;border-radius:var(--hcc-radius-pill);color:var(--hcc-state-neutral);display:inline-flex;font-size:var(--hcc-font-size-xs);font-weight:var(--hcc-font-weight-semibold);gap:var(--hcc-space-2);line-height:1;padding:.375rem .625rem}.h-status-badge:before{background:currentColor;border-radius:50%;content:"";height:.5rem;width:.5rem}.h-status-badge--neutral{color:var(--hcc-state-neutral)}.h-status-badge[data-status=queued]{color:var(--hcc-state-queued)}.h-status-badge[data-status=running]{color:var(--hcc-state-running)}.h-status-badge[data-status=waiting_approval]{color:var(--hcc-state-waiting)}.h-status-badge[data-status=paused]{color:var(--hcc-state-paused)}.h-status-badge[data-status=completed]{color:var(--hcc-state-completed)}.h-status-badge[data-status=failed]{color:var(--hcc-state-failed)}.h-status-badge[data-status=interrupted]{color:var(--hcc-state-interrupted)}.h-status-badge[data-status=cancelled]{color:var(--hcc-state-cancelled)}.h-foundation{display:grid;gap:var(--hcc-space-5);margin-top:var(--hcc-space-6)}.h-foundation__controls{display:flex;flex-wrap:wrap;gap:var(--hcc-space-2);margin-bottom:var(--hcc-space-4)}.h-foundation__status-contexts{display:grid;gap:var(--hcc-space-2);margin-top:var(--hcc-space-3)}.h-foundation__status-contexts section{align-items:center;display:flex;flex-wrap:wrap;gap:var(--hcc-space-2)}.h-foundation__status-contexts strong{color:var(--hcc-color-text-muted);font-size:var(--hcc-font-size-xs);min-width:2rem}.h-foundation__form,.h-foundation__grid{display:grid;gap:var(--hcc-space-4);grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:var(--hcc-space-4)}@media(max-width:52.5rem){.h-foundation__form,.h-foundation__grid{grid-template-columns:1fr}}html{overflow-x:hidden}body{min-width:20rem;overflow-x:hidden}.skip-link{background:#0f3f82;border-radius:0 0 .4rem .4rem;color:#fff;left:.75rem;padding:.65rem .9rem;position:fixed;top:0;transform:translateY(-150%);z-index:10000}.skip-link:focus{transform:translateY(0)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #f59e0b;outline-offset:2px}:where(button,input,select,textarea,summary){min-height:2.25rem}[aria-busy=true]{cursor:progress}.virtual-spacer{display:block;pointer-events:none;width:1px}.quality-page-progress{background:#1768dc;height:2px;inset:0 0 auto;position:fixed;z-index:9999}@media(max-width:24.375rem){.user-content,.admin-content{padding-left:.65rem!important;padding-right:.65rem!important}.user-topbar__actions>.topbar-action span:last-child,.admin-online{display:none}.management-page__header,.feature-page__head{align-items:flex-start!important;flex-direction:column;gap:.5rem}.h-dialog{max-height:calc(100dvh - 1rem)}}@media(min-width:24.375rem)and (max-width:48rem){.management-filter-grid,.feature-form__grid{grid-template-columns:1fr!important}}@media(min-width:48rem)and (max-width:64rem){.management-filter-grid,.feature-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(min-width:64rem)and (max-width:80rem){.management-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(min-width:80rem)and (max-width:90rem){.management-page,.feature-page{max-width:88rem}}@media(min-width:120rem){.management-page,.feature-page{margin-left:auto;margin-right:auto;max-width:108rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-delay:0s!important;animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.portal-shell{background:var(--hcc-color-canvas);color:var(--hcc-color-text);min-height:100vh}.portal-header{align-items:center;background:var(--hcc-color-surface);border-bottom:1px solid var(--hcc-color-border);display:flex;justify-content:space-between;min-height:4rem;padding:0 var(--hcc-space-6)}.portal-kind{color:var(--hcc-color-text-muted);margin-left:var(--hcc-space-3)}.build-identity{color:var(--hcc-color-text-muted);font:var(--hcc-font-size-xs) var(--hcc-font-mono)}.portal-body{display:grid;grid-template-columns:14.75rem minmax(0,1fr);min-height:calc(100vh - 4.0625rem)}[data-portal-theme=user] .portal-body{grid-template-columns:13.75rem minmax(0,1fr)}.portal-navigation{background:var(--hcc-color-surface-subtle);border-right:1px solid var(--hcc-color-border);padding:var(--hcc-space-5) var(--hcc-space-3);z-index:var(--hcc-z-navigation)}.portal-navigation a{border-radius:var(--hcc-radius-md);display:block;padding:.625rem var(--hcc-space-3);text-decoration:none}.portal-navigation a.router-link-active{background:var(--hcc-color-primary-soft);color:var(--hcc-color-primary);font-weight:var(--hcc-font-weight-semibold)}.portal-content{min-width:0;padding:var(--hcc-space-10)}.portal-auth-state{margin:4rem auto;max-width:36rem;padding:var(--hcc-space-6);width:calc(100% - 2rem)}.portal-account{align-items:center;display:flex;gap:var(--hcc-space-3);justify-content:flex-end;margin-bottom:var(--hcc-space-4);min-height:2.75rem}.portal-account summary{cursor:pointer;font-weight:var(--hcc-font-weight-semibold)}.portal-account details[open]{background:var(--hcc-color-surface);border:1px solid var(--hcc-color-border);border-radius:var(--hcc-radius-md);padding:var(--hcc-space-2)}.portal-account button{background:transparent;border:0;color:inherit;cursor:pointer;display:block;padding:var(--hcc-space-2) var(--hcc-space-3);text-align:left;width:100%}.shell-state{background:var(--hcc-color-surface);border:1px solid var(--hcc-color-border);border-radius:var(--hcc-radius-lg);max-width:72rem;padding:var(--hcc-space-8)}.shell-state h1{line-height:var(--hcc-line-height-tight);margin:var(--hcc-space-2) 0 var(--hcc-space-3)}.shell-state>p{color:var(--hcc-color-text-muted);line-height:var(--hcc-line-height-body)}.eyebrow{color:var(--hcc-color-primary)!important;font-size:var(--hcc-font-size-xs);font-weight:var(--hcc-font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}@media(max-width:52.5rem){.portal-body,[data-portal-theme=user] .portal-body{grid-template-columns:1fr}.portal-navigation{border-bottom:1px solid var(--hcc-color-border);border-right:0;display:flex;gap:var(--hcc-space-1);overflow-x:auto}.portal-navigation a{white-space:nowrap}.portal-content{padding:var(--hcc-space-5)}}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.eyebrow{color:#64748b;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.user-shell{--user-sidebar: 15.75rem;background:#f4f7fb;min-height:100vh}.user-shell__layout{display:grid;grid-template-columns:var(--user-sidebar) minmax(0,1fr);height:100vh;overflow:hidden}.user-sidebar{background:#fff;border-right:1px solid #dce3ee;display:flex;flex-direction:column;min-width:0;position:relative;z-index:30}.user-brand{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex:0 0 3.75rem;gap:.65rem;padding:0 1rem;text-decoration:none}.user-brand>span{background:linear-gradient(145deg,#377ff4,#1159da);border-radius:.6rem;box-shadow:0 5px 12px #2563eb3d;color:#fff;display:grid;font-size:.9rem;font-weight:800;height:2rem;place-items:center;width:2rem}.user-brand strong{color:#121b2d;font-size:.98rem;letter-spacing:-.02em}.user-sidebar__scroll{min-height:0;overflow:auto;padding:.9rem .85rem 1.2rem;scrollbar-width:thin}.new-task-button{align-items:center;background:linear-gradient(120deg,#2473ed,#1262e6);border:0;border-radius:.65rem;box-shadow:0 7px 15px #2563eb38;color:#fff;cursor:pointer;display:flex;font-size:.84rem;font-weight:700;gap:.45rem;justify-content:center;min-height:2.65rem;width:100%}.new-task-button:hover{background:#175dcc}.nav-group{margin-top:1.25rem}.nav-group h2,.recent-projects h2{color:#8692a6;font-size:.68rem;font-weight:700;letter-spacing:.02em;margin:0 0 .4rem .55rem}.nav-group nav{display:grid;gap:.15rem}.nav-group a{align-items:center;border-radius:.55rem;color:#3a475d;display:flex;font-size:.82rem;gap:.65rem;min-height:2.35rem;padding:.4rem .65rem;text-decoration:none}.nav-group a:hover{background:#f3f6fb;color:#1f4f9f}.nav-group a.router-link-active{background:#e8f0fd;color:#1262e6;font-weight:700}.nav-icon{color:currentColor;display:inline-grid;font-size:.95rem;place-items:center;width:1.1rem}.recent-projects{border-top:1px solid #e4e9f1;margin-top:1rem;padding-top:1rem}.recent-projects header{align-items:center;display:flex;justify-content:space-between}.recent-projects header button{background:transparent;border:0;color:#7a879b;cursor:pointer;font-size:1rem}.project-search{display:block;margin:.2rem .3rem .5rem}.project-search input{background:#f7f9fc;border:1px solid #dfe6ef;border-radius:.5rem;color:#29364b;font:inherit;font-size:.74rem;min-height:2rem;padding:0 .6rem;width:100%}.recent-projects ul{display:grid;gap:.1rem;list-style:none;margin:0;padding:0}.recent-projects li{align-items:center;border-radius:.5rem;display:flex;min-width:0}.recent-projects li:hover{background:#f5f7fa}.recent-projects li a{align-items:center;display:flex;flex:1;font-size:.75rem;gap:.5rem;min-width:0;padding:.5rem .35rem;text-decoration:none}.recent-projects li a>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-projects li button{background:transparent;border:0;color:#9aa6b7;cursor:pointer;opacity:0;padding:.35rem}.recent-projects li:hover button,.recent-projects li button:focus-visible,.recent-projects li button.is-pinned{color:#2563eb;opacity:1}.recent-projects__state{color:#8a95a6;font-size:.72rem;padding:.6rem;text-align:center}.project-dot{background:#16a765;border-radius:50%;display:inline-block;flex:0 0 auto;height:.43rem;width:.43rem}.project-dot[data-status=paused]{background:#d88a13}.project-dot[data-status=archived]{background:#94a3b8}.user-sidebar__footer{background:#fbfcfe;border-top:1px solid #e2e8f0;flex:0 0 auto;padding:.8rem 1rem}.user-sidebar__footer div{align-items:center;display:flex;font-size:.69rem;justify-content:space-between;margin-bottom:.35rem}.user-sidebar__footer div span{color:#68758a}.user-sidebar__footer div strong{color:#334155}.user-sidebar__footer small{color:#98a3b3;display:block;font-size:.62rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-main{display:grid;grid-template-rows:3.75rem minmax(0,1fr);min-width:0;overflow:hidden}.user-topbar{align-items:center;background:#fffffff0;border-bottom:1px solid #dce3ee;display:flex;justify-content:space-between;padding:0 1.35rem;position:relative;z-index:20}.user-breadcrumb{align-items:center;color:#637188;display:flex;font-size:.78rem;gap:.6rem;min-width:0}.user-breadcrumb i{color:#b0bac8;font-style:normal}.user-breadcrumb strong{color:#202b3d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu{background:#fff;border:1px solid #dfe6ef;border-radius:.5rem;color:#526078;cursor:pointer;display:none;height:2.1rem;width:2.1rem}.user-topbar__actions{align-items:center;display:flex;gap:.45rem}.connection-pill{align-items:center;background:#fff6ed;border:1px solid #fed7aa;border-radius:.55rem;color:#b45309;display:inline-flex;font-size:.72rem;font-weight:650;gap:.4rem;min-height:2.05rem;padding:0 .65rem}.connection-pill[data-connected=true]{background:#eefbf3;border-color:#ccebd7;color:#14824b}.connection-pill i{background:currentColor;border-radius:50%;height:.42rem;width:.42rem}.topbar-action{align-items:center;background:#fff;border:1px solid #dfe6ef;border-radius:.55rem;color:#445167;cursor:pointer;display:flex;font-size:.73rem;gap:.35rem;min-height:2.05rem;padding:0 .65rem}.topbar-action:hover{background:#f8fafc;border-color:#c9d4e3}.portal-account{margin:0;min-height:auto}.portal-account details{position:relative}.portal-account summary{align-items:center;border:1px solid #dfe6ef;border-radius:999px;color:#2d3748;cursor:pointer;display:flex;font-size:.75rem;gap:.45rem;list-style:none;min-height:2.15rem;padding:.15rem .65rem .15rem .2rem}.portal-account summary::-webkit-details-marker{display:none}.account-avatar{background:linear-gradient(145deg,#2d79ef,#145bd9);border-radius:50%;color:#fff;display:grid;font-size:.67rem;font-weight:800;height:1.65rem;place-items:center;width:1.65rem}.portal-account details[open]{background:transparent;border:0;border-radius:0;padding:0}.account-dropdown{background:#fff;border:1px solid #dce3ee;border-radius:.7rem;box-shadow:0 18px 45px #0f172a26;min-width:13.5rem;padding:.4rem;position:absolute;right:0;top:calc(100% + .5rem)}.account-tenant{border-bottom:1px solid #e7ebf1;display:flex;flex-direction:column;padding:.55rem .65rem .7rem}.account-tenant strong{font-size:.76rem}.account-tenant small{color:#8a95a6;font-size:.65rem;margin-top:.15rem}.portal-account .account-dropdown button{border-radius:.45rem;color:#374151;font-size:.75rem;padding:.58rem .65rem}.portal-account .account-dropdown button:hover{background:#f4f7fb}.user-content{min-height:0;min-width:0;overflow:auto;padding:1.25rem 1.35rem 0}.shell-message{background:#eef5ff;border:1px solid #caddff;border-radius:.6rem;color:#275397;font-size:.78rem;margin:0 auto .8rem;max-width:96rem;padding:.65rem .8rem}.shell-message--error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.workbench{margin:0 auto;max-width:101rem;min-height:100%;padding-bottom:.4rem}.workbench-toast{position:fixed;right:1.5rem;top:4.5rem;width:min(25rem,calc(100vw - 2rem));z-index:90}.workbench-toast .h-toast{background:#fff;box-shadow:0 14px 30px #0f172a29;margin:0}.workbench-welcome{align-items:center;background:linear-gradient(108deg,#fff,#fff 45%,#eef5ff);border:1px solid #dce4ef;border-radius:.85rem;box-shadow:0 2px 5px #0f172a08;display:flex;justify-content:space-between;min-height:7rem;overflow:hidden;padding:1.3rem 1.75rem;position:relative}.workbench-welcome:after{border:2px solid rgb(65 128 235 / 15%);border-radius:50%;content:"";height:10rem;position:absolute;right:-3rem;top:2.3rem;transform:rotate(-10deg);width:48%}.workbench-welcome>div{position:relative;z-index:1}.workbench-welcome__eyebrow{color:#7890b7;font-size:.62rem;font-weight:750;letter-spacing:.11em;margin:0 0 .5rem}.workbench-welcome h1{color:#111827;font-size:clamp(1.35rem,2vw,1.75rem);letter-spacing:-.04em;margin:0}.workbench-welcome h1>span,.workbench-welcome h1 strong{color:#1262e6}.workbench-welcome p:not(.workbench-welcome__eyebrow){color:#66758b;font-size:.78rem;margin:.55rem 0 0}.workbench-freshness{align-items:center;background:#ffffffb8;border:1px solid #d9e5f6;border-radius:999px;color:#687991;display:flex;font-size:.67rem;gap:.4rem;padding:.45rem .65rem}.workbench-freshness span{background:#16a765;border-radius:50%;height:.4rem;width:.4rem}.quick-start{display:grid;gap:.7rem;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:.8rem}.quick-start__item{align-items:center;background:#fff;border:1px solid #dce4ef;border-radius:.75rem;box-shadow:0 2px 5px #0f172a0a;color:#253247;cursor:pointer;display:flex;gap:.65rem;min-height:4.3rem;min-width:0;padding:.7rem .75rem;text-align:left}.quick-start__item:hover{border-color:#bdcde4;box-shadow:0 7px 15px #0f172a12;transform:translateY(-1px)}.quick-start__icon{background:linear-gradient(145deg,#377ff4,#1764e8);border-radius:.65rem;color:#fff;display:grid;flex:0 0 auto;font-size:1.05rem;height:2.6rem;place-items:center;width:2.6rem}[data-tone=violet] .quick-start__icon{background:linear-gradient(145deg,#9b5cf5,#7543e7)}[data-tone=green] .quick-start__icon{background:linear-gradient(145deg,#35c778,#0fa85d)}[data-tone=amber] .quick-start__icon{background:linear-gradient(145deg,#ffaf3f,#f1821c)}[data-tone=indigo] .quick-start__icon{background:linear-gradient(145deg,#697cf5,#4b56dd)}.quick-start__item>span:nth-child(2){min-width:0}.quick-start__item strong,.quick-start__item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-start__item strong{font-size:.76rem}.quick-start__item small{color:#8995a8;font-size:.63rem;margin-top:.25rem}.quick-start__lock{color:#9aa7b8;margin-left:auto}.workbench-loading,.workbench-grid{display:grid;gap:.8rem;grid-template-columns:1.05fr 1.12fr 1.13fr;margin-top:.8rem}.workbench-loading>div{background:#fff;border:1px solid #dce4ef;border-radius:.8rem;min-height:17rem;padding:1rem}.workbench-card{background:#fff;border:1px solid #dce4ef;border-radius:.8rem;box-shadow:0 2px 5px #0f172a0a;min-height:16.8rem;min-width:0;overflow:hidden}.workbench-card>header{align-items:center;border-bottom:1px solid #e6ebf2;display:flex;justify-content:space-between;min-height:3.1rem;padding:0 .95rem}.workbench-card>header>div{align-items:center;display:flex;gap:.5rem}.workbench-card h2{color:#172033;font-size:.84rem;margin:0}.workbench-card header a{color:#1463df;font-size:.68rem;font-weight:650;text-decoration:none}.project-summary{display:grid;gap:.42rem;grid-template-columns:repeat(4,minmax(0,1fr));padding:.85rem .8rem .45rem}.project-summary div{background:#fafcff;border:1px solid #dfe6f0;border-radius:.55rem;padding:.6rem .2rem;text-align:center}.project-summary strong{color:#1952aa;display:block;font-size:1.05rem}.project-summary span{color:#8a96a8;display:block;font-size:.58rem;margin-top:.18rem}.workbench-list{list-style:none;margin:0;padding:.2rem .8rem .75rem}.workbench-list li{align-items:center;border-bottom:1px solid #e7ebf1;display:flex;gap:.6rem;min-height:2.55rem;min-width:0}.workbench-list li:last-child{border-bottom:0}.workbench-list__main{display:block;flex:1;min-width:0}.workbench-list__main strong{display:block;font-size:.71rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-list__main small{color:#8a96a8;display:block;font-size:.61rem;margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-list time{color:#8793a6;flex:0 0 auto;font-size:.6rem}.task-list .h-status-badge{font-size:.58rem;padding:.3rem .45rem}.section-unavailable{background:#f8fafc;border:1px dashed #d6deea;border-radius:.6rem;color:#68768b;font-size:.7rem;line-height:1.55;margin:.8rem;padding:.8rem}.section-unavailable--center{align-items:center;border:0;display:flex;flex-direction:column;justify-content:center;min-height:12.5rem;text-align:center}.section-unavailable--center>span{color:#8ba7ce;font-size:1.6rem}.section-unavailable--center strong{color:#48576c;font-size:.76rem;margin-top:.55rem}.section-unavailable--center p{color:#8490a2;font-size:.65rem;line-height:1.6;margin:.45rem auto 0;max-width:19rem}.activity-icon{background:#edf4ff;border-radius:.45rem;color:#2469d8;display:grid;flex:0 0 auto;height:1.6rem;place-items:center;width:1.6rem}.usage-grid{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:.85rem}.usage-tile{background:#fafcff;border:1px solid #dfe6f0;border-radius:.65rem;min-height:7.2rem;padding:.8rem}.usage-tile>span{color:#68768a;font-size:.66rem}.usage-tile strong{color:#1d4e9c;display:block;font-size:1.12rem;margin:.7rem 0 .45rem}.usage-tile small{color:#8995a7;display:block;font-size:.6rem;line-height:1.5}.usage-tile--unavailable{background:#fbfbfc}.usage-tile--unavailable strong{color:#64748b}.prompt-dock{bottom:0;margin-top:.75rem;padding:.75rem 0 .55rem;position:sticky;z-index:15}.prompt-dock:before{background:linear-gradient(180deg,#f4f7fb00,#f4f7fb 68%);content:"";top:-1.5rem;right:-.5rem;bottom:0;left:-.5rem;pointer-events:none;position:absolute;z-index:-1}.prompt-dock__surface{background:#fff;border:1.5px solid #80aaff;border-radius:1rem;box-shadow:0 12px 30px #2463d21a;padding:.65rem .75rem .55rem}.prompt-dock textarea{background:transparent;border:0;color:#8592a5;font:inherit;font-size:.78rem;height:2.15rem;outline:0;padding:.2rem;resize:none;width:100%}.prompt-dock textarea:disabled{opacity:1}.prompt-dock__actions{align-items:center;display:flex;gap:.45rem}.prompt-dock__actions button{background:#f8fafc;border:1px solid #dfe6ef;border-radius:.55rem;color:#8995a6;height:2rem;width:2rem}.prompt-mode{background:#f2f5f9;border-radius:999px;color:#637188;font-size:.67rem;padding:.48rem .7rem}.prompt-permission{color:#929daf;font-size:.62rem;margin-left:auto}.prompt-dock__actions .prompt-send{background:#8db5f7;border-radius:50%;color:#fff}.prompt-dock>p{color:#929daf;font-size:.58rem;margin:.3rem .2rem 0;text-align:right}.feature-unavailable,.account-panel{background:#fff;border:1px solid #dce4ef;border-radius:.9rem;margin:2rem auto;max-width:46rem;padding:2.5rem}.feature-unavailable__mark{color:#286ee2;font-size:2rem}.feature-unavailable h1,.account-panel h1{color:#172033;font-size:1.6rem;margin:.4rem 0 .7rem}.feature-unavailable>p:not(.eyebrow),.account-panel>p:not(.eyebrow){color:#66758a;line-height:1.7}.feature-unavailable a{color:#1262e6;display:inline-block;font-size:.8rem;font-weight:700;margin-top:1rem;text-decoration:none}.account-panel dl{display:grid;gap:.65rem;margin:1.5rem 0}.account-panel dl>div{border-bottom:1px solid #e7ebf1;display:grid;grid-template-columns:8rem 1fr;padding:.65rem 0}.account-panel dt{color:#79869a}.account-panel dd{margin:0}.account-panel__actions{display:flex;gap:.6rem;margin-top:1rem}.mobile-backdrop{display:none}@media(max-width:86rem){.quick-start{grid-template-columns:repeat(3,minmax(0,1fr))}.workbench-loading,.workbench-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workbench-card--artifacts{grid-column:1 / -1}}@media(max-width:64rem){.user-shell{--user-sidebar: 14rem}.user-content{padding-left:1rem;padding-right:1rem}.quick-start{grid-template-columns:repeat(2,minmax(0,1fr))}.workbench-loading,.workbench-grid{grid-template-columns:1fr}.workbench-card--artifacts{grid-column:auto}.workbench-card{min-height:auto}}@media(max-width:48rem){.user-shell__layout{display:block}.user-sidebar{bottom:0;box-shadow:18px 0 44px #0f172a2e;left:0;max-width:min(19rem,86vw);position:fixed;top:0;transform:translate(-105%);transition:transform .18s ease;width:100%}.user-sidebar.is-open{transform:translate(0)}.mobile-backdrop{background:#0f172a73;border:0;display:block;top:0;right:0;bottom:0;left:0;position:fixed;z-index:25}.user-main{height:100vh}.mobile-menu{display:inline-grid;place-items:center}.user-breadcrumb>span,.user-breadcrumb>i{display:none}.user-topbar{padding:0 .75rem}.topbar-action span:last-child{display:none}.topbar-action{justify-content:center;padding:0;width:2.05rem}.connection-pill{padding:0 .5rem}.portal-account summary>span:nth-child(2),.portal-account summary>span:nth-child(3){display:none}.portal-account summary{border:0;padding:0}.account-dropdown{right:-.25rem}.workbench-welcome{align-items:flex-start;min-height:9rem;padding:1.2rem}.workbench-freshness{bottom:1rem;left:1.2rem;position:absolute!important}.quick-start{grid-template-columns:1fr}.quick-start__item{min-height:3.8rem}.project-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-grid{grid-template-columns:1fr}.prompt-permission{display:none}.prompt-dock>p{line-height:1.45;text-align:left}.feature-unavailable,.account-panel{margin:.75rem auto;padding:1.4rem}}@media(max-width:25rem){.user-content{padding-left:.65rem;padding-right:.65rem}.connection-pill{font-size:0;min-width:2rem}.connection-pill i{height:.5rem;width:.5rem}.workbench-welcome h1{font-size:1.25rem}.workbench-welcome p:not(.workbench-welcome__eyebrow){font-size:.7rem}}.project-index{max-width:74rem;margin:0 auto;padding:1.2rem}.project-index>header{display:flex;justify-content:space-between}.project-index h1{font-size:1.65rem;margin:.15rem 0}.project-index>header p:last-child{color:#68768b}.project-index__controls{display:flex;gap:.6rem;margin:1rem 0}.project-index__controls input,.project-index__controls select,.thread-sidebar input,.new-thread-card input,.composer-tools select{background:#fff;border:1px solid #d8e0eb;border-radius:.55rem;color:#27364b;padding:.62rem .72rem}.project-index__controls input{flex:1}.project-index__grid{display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0}.project-index__grid a{background:#fff;border:1px solid #dce4ef;border-radius:.8rem;display:flex;flex-direction:column;gap:.5rem;min-height:8rem;padding:1rem;text-decoration:none}.project-index__grid strong{color:#172033}.project-index__grid small{color:#718096}.project-index__grid a>span:last-child{color:#1764d6;font-size:.7rem;margin-top:auto}.workspace-state{color:#6c7a8e;padding:2rem;text-align:center}.workspace-state--error{color:#a23d44}.workspace-state button{border:0;color:#1262e6;background:transparent}.thread-workspace{display:grid;grid-template-columns:14.5rem minmax(26rem,1fr) 18rem;height:calc(100vh - var(--user-topbar,3.5rem));margin:-1.2rem -1.5rem -2rem;overflow:hidden}.thread-sidebar,.thread-context{background:#fff;border-right:1px solid #dde5ef;display:flex;flex-direction:column;min-width:0}.thread-sidebar>header{display:grid;gap:.4rem;padding:.85rem}.thread-sidebar>header strong{font-size:.85rem;overflow:hidden;text-overflow:ellipsis}.back-projects,.new-thread,.thread-head button,.load-earlier{background:transparent;border:0;color:#2968c8;cursor:pointer;font-size:.68rem;padding:.25rem;text-align:left}.new-thread{background:#1768dc;border-radius:.5rem;color:#fff;padding:.55rem;text-align:center}.thread-sidebar>label{padding:0 .75rem}.thread-sidebar input{box-sizing:border-box;width:100%}.thread-sort{color:#8895a7;font-size:.58rem;padding:.45rem .85rem}.thread-sidebar>ul{list-style:none;margin:0;overflow:auto;padding:0 .45rem 1rem}.thread-sidebar li{border-radius:.55rem;display:grid;grid-template-columns:1fr auto;margin:.15rem 0}.thread-sidebar li.active{background:#edf4ff}.thread-link{background:transparent;border:0;color:#2f3e52;cursor:pointer;min-width:0;padding:.58rem;text-align:left}.thread-link>span{display:block;font-size:.69rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-link small{align-items:center;color:#7b899b;display:flex;font-size:.56rem;gap:.25rem;margin-top:.25rem}.pin-thread{background:transparent;border:0;color:#6f88ae;cursor:pointer}.unread,.run-dot{background:#2574e8;border-radius:50%;display:inline-block;height:.38rem;margin-right:.3rem;width:.38rem}.run-dot[data-status=COMPLETED]{background:#21a064}.run-dot[data-status=FAILED],.run-dot[data-status=CANCELLED]{background:#d94c56}.empty-small{color:#8794a5;font-size:.65rem;padding:1rem;text-align:center}.thread-main{background:#f6f8fb;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;min-width:0}.thread-head{align-items:center;background:#fff;border-bottom:1px solid #e0e6ef;display:flex;justify-content:space-between;padding:.65rem 1rem}.thread-head p{font-size:.75rem;font-weight:700;margin:0}.thread-head span{color:#7b899c;font-size:.56rem}.event-stream{min-height:0;overflow:auto;overflow-anchor:none;padding:1rem max(1rem,7vw) 2rem;scrollbar-gutter:stable}.load-earlier{display:block;margin:auto}.event-empty{color:#7e8b9d;padding:4rem 1rem;text-align:center}.event-card,.approval-card,.new-thread-card{background:#fff;border:1px solid #dde5ef;border-radius:.75rem;box-shadow:0 3px 10px #203a5c0a;margin:.65rem 0;padding:.8rem}.event-card[data-kind=user_message]{background:#edf5ff;margin-left:12%}.event-card[data-kind=assistant_message]{margin-right:4%}.event-card[data-kind=tool],.event-card[data-kind=stage]{background:#fafbfc;border-style:dashed}.event-card[data-kind=error]{border-color:#efb8bc}.event-card>header{display:flex;justify-content:space-between}.event-card strong{font-size:.68rem}.event-card time{color:#8995a6;font-size:.55rem}.event-card p{color:#495a70;font-size:.7rem;line-height:1.6;white-space:pre-wrap}.event-card dl{font-size:.63rem}.event-card dl div{display:grid;grid-template-columns:5.5rem 1fr}.event-card dt{color:#8894a5}.event-card dd{margin:0}.event-actions{display:flex;gap:.4rem}.event-actions button{background:#fff;border:1px solid #cfdae8;border-radius:.4rem;color:#265fae;font-size:.62rem;padding:.4rem .6rem}.approval-card{border-color:#f0cf84}.approval-card strong{font-size:.7rem}.approval-card p,.approval-card small{color:#6a7789;font-size:.62rem}.new-thread-card input{box-sizing:border-box;width:100%}.thread-composer{background:linear-gradient(180deg,#f6f8fb1a,#f6f8fb 18%);padding:.55rem max(1rem,7vw) .75rem}.thread-composer>textarea{background:#fff;border:1.5px solid #79a7f1;border-radius:.8rem;box-shadow:0 8px 24px #1e53aa17;box-sizing:border-box;min-height:5rem;padding:.7rem;resize:vertical;width:100%}.composer-context{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.35rem}.composer-context span{background:#eaf0f8;border-radius:999px;color:#5a6980;font-size:.55rem;padding:.25rem .45rem}.composer-tools{align-items:center;display:flex;gap:.4rem;margin-top:.35rem}.composer-tools>span{color:#718096;font-size:.57rem;margin-left:auto}.composer-tools button,.attach-button{background:#fff;border:1px solid #d7e0eb;border-radius:.48rem;color:#506078;font-size:.61rem;padding:.45rem .58rem}.attach-button input{display:none}.composer-tools .send-button{background:#1768dc;color:#fff}.composer-tools .stop-button{background:#fff0f1;color:#b8323d}.composer-tools button:disabled{opacity:.45}.thread-composer>small,.thread-composer>p{color:#7b899c;font-size:.55rem;margin:.25rem 0;text-align:right}.upload-chip{align-items:center;background:#fff;border:1px solid #dde5ef;border-radius:.4rem;display:flex;font-size:.58rem;gap:.4rem;margin:.2rem 0;padding:.25rem .4rem}.upload-chip span{max-width:12rem;overflow:hidden;text-overflow:ellipsis}.upload-chip progress{height:.4rem;width:5rem}.thread-context{border-left:1px solid #dde5ef;border-right:0;overflow:auto}.thread-context>nav{display:flex;border-bottom:1px solid #e2e8f0}.thread-context>nav button{background:transparent;border:0;border-bottom:2px solid transparent;color:#66758a;padding:.75rem;flex:1}.thread-context>nav button.active{border-color:#1768dc;color:#1768dc}.thread-context dl,.thread-context h3,.thread-context>p,.thread-context>ul{font-size:.63rem;margin:.8rem}.thread-context dl div{border-bottom:1px solid #edf0f4;padding:.5rem 0}.thread-context dt{color:#8793a5}.thread-context dd{margin:.2rem 0 0;overflow-wrap:anywhere}.artifact-item{background:#fff;border:0;border-bottom:1px solid #e5e9ef;display:flex;flex-direction:column;padding:.7rem;text-align:left;width:100%}.artifact-item span{color:#8793a5;font-size:.55rem}.thread-context pre{background:#101827;color:#dce7f7;font-size:.58rem;line-height:1.5;margin:.5rem;max-height:55vh;overflow:auto;padding:.6rem;white-space:pre-wrap}@media(max-width:78rem){.thread-workspace{grid-template-columns:13rem minmax(24rem,1fr)}.thread-context{bottom:0;box-shadow:-10px 0 28px #0f172a1f;position:absolute;right:0;top:var(--user-topbar,3.5rem);width:min(20rem,82vw);z-index:20}.project-index__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:52rem){.thread-workspace{display:block;height:auto;margin:-.75rem}.thread-sidebar{border-bottom:1px solid #dde5ef;max-height:17rem}.thread-main{min-height:calc(100vh - 3.5rem)}.event-stream{max-height:50vh;padding:.65rem}.thread-composer{padding:.5rem}.composer-tools{flex-wrap:wrap}.composer-tools>span{order:5;width:100%}.project-index__grid{grid-template-columns:1fr}.thread-context{top:3.5rem}.project-index{padding:.6rem}}.event-card{contain-intrinsic-size:auto 7rem;content-visibility:auto}.feature-page{display:grid;gap:.85rem;margin:0 auto;max-width:96rem;padding:1rem 0 2rem}.feature-page__head{align-items:center;display:flex;justify-content:space-between}.feature-page__head h1{color:#172033;font-size:1.55rem;margin:.2rem 0}.feature-page__head p:last-child{color:#77859a;font-size:.67rem}.feature-card{background:#fff;border:1px solid #dce4ef;border-radius:.8rem;box-shadow:0 2px 6px #0f172a0a;padding:1rem}.feature-card h2{color:#1b2638;font-size:.88rem;margin:0 0 .85rem}.feature-notice{background:#eef8f2;border:1px solid #bce4ca;border-radius:.55rem;color:#167140;font-size:.7rem;padding:.65rem .75rem}.feature-form{display:grid;gap:.75rem}.feature-form__grid{display:grid;gap:.7rem;grid-template-columns:repeat(4,minmax(0,1fr))}.feature-form label,.invitation-panel label{color:#59697f;display:grid;font-size:.65rem;gap:.35rem}.feature-form input,.feature-form select,.feature-form textarea,.invitation-panel input,.invitation-panel select{background:#fff;border:1px solid #d4ddea;border-radius:.5rem;color:#26364b;font:inherit;padding:.58rem .65rem}.feature-form textarea{min-height:5rem;resize:vertical}.feature-form fieldset{border:1px solid #e0e6ef;border-radius:.55rem;display:flex;flex-wrap:wrap;gap:.7rem}.feature-form fieldset label{align-items:center;display:flex}.feature-hint{color:#9a5e18;font-size:.62rem}.feature-filter{display:flex;justify-content:flex-end}.feature-filter label{color:#68778b;font-size:.65rem}.feature-filter select{border:1px solid #d4ddea;border-radius:.45rem;margin-left:.4rem;padding:.45rem}.feature-list{display:grid;gap:.4rem}.feature-list article{align-items:center;border-bottom:1px solid #e7ebf1;display:flex;gap:.8rem;min-height:3.4rem;padding:.45rem 0}.feature-list article:last-child{border:0}.feature-list article>div:first-child{flex:1;min-width:0}.feature-list strong,.feature-list small,.feature-list em{display:block}.feature-list strong{font-size:.72rem}.feature-list small{color:#7f8ca0;font-size:.59rem;margin-top:.22rem}.feature-list em{color:#a06428;font-size:.56rem;font-style:normal;margin-top:.2rem}.feature-list progress{height:.45rem;max-width:10rem;width:20%}.feature-list time,.feature-list>article>span{color:#6e7d91;font-size:.61rem}.feature-list button,.feature-table button,.artifact-groups button,.invitation-list button{background:#fff;border:1px solid #cfd9e7;border-radius:.4rem;color:#2464bd;cursor:pointer;font-size:.61rem;margin-left:.3rem;padding:.38rem .5rem}.feature-table{overflow:auto}.feature-table table{border-collapse:collapse;min-width:55rem;width:100%}.feature-table th,.feature-table td{border-bottom:1px solid #e5eaf1;font-size:.65rem;padding:.65rem;text-align:left}.feature-table th{color:#718096}.feature-table td strong,.feature-table td small{display:block}.feature-table td small{color:#8b97a8;margin-top:.18rem}.artifact-groups{display:grid;gap:.7rem}.artifact-groups article{border:1px solid #e0e6ef;border-radius:.6rem}.artifact-groups article>header{background:#f8fafc;display:flex;justify-content:space-between;padding:.65rem}.artifact-groups header small{color:#7c899a}.artifact-groups ul{list-style:none;margin:0;padding:0}.artifact-groups li{align-items:center;border-top:1px solid #e8edf3;display:flex;padding:.55rem}.artifact-groups li>span{flex:1}.artifact-groups b,.artifact-groups small{display:block;font-size:.64rem}.artifact-groups small{color:#8995a6;margin-top:.15rem}.artifact-preview{background:#111827;border-radius:.7rem;box-shadow:0 18px 45px #0f172a40;color:#dce8f9;inset:5rem 2rem 2rem auto;max-width:42rem;padding:.8rem;position:fixed;width:calc(100vw - 4rem);z-index:80}.artifact-preview header{display:flex;justify-content:space-between}.artifact-preview button{background:transparent;border:0;color:#9fc5ff}.artifact-preview pre{font-size:.63rem;line-height:1.55;max-height:65vh;overflow:auto;white-space:pre-wrap}.studio-summary{align-items:center;display:grid;grid-template-columns:1fr auto}.studio-summary h2{margin:0}.studio-summary>strong{color:#1b68d0;font-size:1rem}.studio-summary p{color:#6e7d91;font-size:.65rem;grid-column:1/-1}.usage-cards{display:grid;gap:.7rem;grid-template-columns:repeat(4,minmax(0,1fr))}.usage-cards article{display:grid;gap:.55rem}.usage-cards span{color:#6c7a8d;font-size:.66rem}.usage-cards strong{color:#174d9b;font-size:1rem}.usage-cards small{color:#8794a5;font-size:.57rem;line-height:1.45}.usage-details dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.usage-details dl div{border-bottom:1px solid #e7ebf1;padding:.6rem}.usage-details dt{color:#7d899a;font-size:.61rem}.usage-details dd{font-size:.66rem;margin:.25rem 0}.usage-details p{color:#65748a;font-size:.64rem}.invitation-panel form{display:grid;gap:.65rem}.invitation-list{list-style:none;margin:1rem 0 0;padding:0}.invitation-list li{align-items:center;border-top:1px solid #e5eaf1;display:flex;justify-content:space-between;padding:.65rem 0}.invitation-list strong,.invitation-list small{display:block}.invitation-list small{color:#7f8c9e;font-size:.6rem;margin-top:.2rem;overflow-wrap:anywhere}@media(max-width:75rem){.feature-form__grid,.usage-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:48rem){.feature-page{padding:.4rem 0 1rem}.feature-page__head{align-items:flex-start}.feature-form__grid,.usage-cards,.usage-details dl{grid-template-columns:1fr}.feature-list article{align-items:flex-start;flex-wrap:wrap}.feature-list article>div:first-child{flex-basis:100%}.artifact-preview{top:4rem;right:.5rem;bottom:.5rem;left:.5rem;width:auto}.invitation-list li{align-items:flex-start;gap:.5rem}}.feature-table--virtual{max-height:35rem;overscroll-behavior:contain}
