:root{--ink:#10212d;--muted:#4a6475;--panel:#ffffffd1;--line:#c7d8e3;--brand:#0d9488;--brand-deep:#115e59;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 15% 20%,#14b8a638,#0000 35%),radial-gradient(circle at 82% 8%,#1e40af33,#0000 28%),linear-gradient(160deg,#f4fbff,#eef2ff);min-height:100vh;margin:0}#root{min-height:100vh}.app-shell{gap:14px;width:min(1080px,100%);margin:0 auto;padding:40px 16px;display:grid}.user-workspace{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;width:min(1360px,100%);min-height:100vh;margin:0 auto;padding:22px 16px;display:grid}.user-main-shell{width:100%;padding:0 0 30px}.chat-sidebar{z-index:80;border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;gap:10px;width:82px;min-height:calc(100vh - 44px);max-height:calc(100vh - 44px);padding:10px;transition:width .18s;display:grid;position:sticky;top:18px;box-shadow:0 10px 40px #181d2714}.chat-sidebar.expanded{width:268px}.sidebar-main{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;align-content:start;gap:10px;min-width:0;min-height:0;padding-right:2px;display:grid;overflow-y:auto}.sidebar-main::-webkit-scrollbar{width:8px}.sidebar-main::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #fff;border-radius:999px}.sidebar-main::-webkit-scrollbar-track{background:0 0}.sidebar-toggle-button,.sidebar-action-button,.sidebar-section-button,.sidebar-chat-item{width:100%;min-width:0;box-shadow:none;text-align:left;border:1px solid #0000;justify-self:stretch;align-items:center;display:grid}.sidebar-toggle-button,.sidebar-action-button,.sidebar-section-button{min-height:42px;color:var(--ink);background:0 0;grid-template-columns:24px minmax(0,1fr) auto;gap:10px;padding:9px}.chat-sidebar:not(.expanded) .sidebar-toggle-button,.chat-sidebar:not(.expanded) .sidebar-action-button,.chat-sidebar:not(.expanded) .sidebar-section-button{grid-template-columns:24px;justify-content:center}.sidebar-toggle-button:hover,.sidebar-action-button:hover,.sidebar-section-button:hover{background:#f8fbfd;border-color:#dbe4ee}.sidebar-action-button{color:#0f766e;font-weight:800}.sidebar-action-button.active{background:#ecfeff;border-color:#0d948880}.sidebar-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-sidebar:not(.expanded) .sidebar-label,.chat-sidebar:not(.expanded) .sidebar-chevron{display:none}.chat-sidebar:not(.expanded) .sidebar-toggle-button .sidebar-header-actions{display:inline-flex}.chat-sidebar:not(.expanded) .sidebar-toggle-button{position:relative}.chat-sidebar:not(.expanded) .sidebar-toggle-button .sidebar-header-actions{pointer-events:none;position:absolute;inset:0}.chat-sidebar:not(.expanded) .sidebar-toggle-button .sidebar-status-icon{display:none}.chat-sidebar:not(.expanded) .sidebar-toggle-button .sidebar-collapse-indicator{position:absolute;top:50%;right:-1px;transform:translateY(-50%)}.sidebar-header-actions{white-space:nowrap;justify-self:end;align-items:center;gap:8px;display:inline-flex;overflow:visible}.sidebar-status-icon{background:#94a3b8;border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 3px #94a3b838}.sidebar-status-icon.connected{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.sidebar-status-icon.disconnected{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.sidebar-brand-logo{object-fit:contain;width:24px;height:24px}.sidebar-collapse-indicator{fill:none;stroke:#64748b;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px}.sidebar-icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.sidebar-chevron{fill:none;stroke:#64748b;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.sidebar-section{gap:6px;display:grid}.sidebar-section-button[aria-expanded=false] .sidebar-chevron{transform:rotate(-90deg)}.sidebar-section-body{gap:6px;display:grid}.sidebar-empty{color:var(--muted);margin:0;padding:8px 10px;font-size:.84rem;line-height:1.35}.sidebar-chat-list{gap:6px;display:grid}.sidebar-load-more-button{color:#0f766e;width:100%;min-width:0;box-shadow:none;background:#fff;border:1px solid #d7e6ee;border-radius:10px;padding:8px 10px;font-size:.82rem;font-weight:800}.sidebar-load-more-button:hover:not(:disabled){background:#f0fdfa;border-color:#0d948859}.sidebar-load-more-button:disabled{cursor:wait;color:var(--muted);opacity:.7}.sidebar-chat-row{grid-template-columns:minmax(0,1fr);align-items:center;display:grid;position:relative}.sidebar-chat-item{color:var(--ink);background:#f8fbfd;border-radius:10px;gap:3px;padding:8px 10px}.sidebar-chat-item:hover,.sidebar-favorite-button:hover{background:#f0fdfa;border-color:#0d94884d}.sidebar-chat-item.active{background:#ecfeff;border-color:#0d948880}.sidebar-favorite-button{z-index:2;color:#64748b;opacity:0;visibility:hidden;pointer-events:none;background:#f8fbfd;border:1px solid #0000;border-radius:10px;align-self:center;place-items:center;width:32px;min-width:32px;height:32px;padding:0;transition:opacity .12s,visibility .12s;display:grid;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.sidebar-favorite-button.favorite{color:#be123c;background:#ffe4e6}.sidebar-favorite-button.favorite .sidebar-icon{fill:currentColor}.sidebar-favorite-button .sidebar-icon{width:16px;height:16px}.sidebar-chat-actions{z-index:3;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s,visibility .12s;position:absolute;top:calc(50% - 16px);right:4px}.sidebar-chat-row:hover .sidebar-favorite-button,.sidebar-chat-row:hover .sidebar-chat-actions,.sidebar-chat-row:focus-within .sidebar-favorite-button,.sidebar-chat-row:focus-within .sidebar-chat-actions,.sidebar-chat-actions[open]{opacity:1;visibility:visible;pointer-events:auto}.sidebar-chat-row:hover .sidebar-chat-item,.sidebar-chat-row:focus-within .sidebar-chat-item{padding-right:82px}.sidebar-chat-actions summary{color:#64748b;cursor:pointer;background:#f8fbfd;border-radius:10px;place-items:center;width:32px;height:32px;list-style:none;display:grid}.sidebar-chat-actions summary::-webkit-details-marker{display:none}.sidebar-chat-actions summary:hover,.sidebar-chat-actions[open] summary{color:#0f766e;background:#f0fdfa}.sidebar-chat-actions summary:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.sidebar-chat-actions summary svg{fill:currentColor;width:18px;height:18px}.sidebar-chat-actions-menu{z-index:2000;top:var(--chat-actions-menu-top,8px);left:var(--chat-actions-menu-left,8px);border:1px solid var(--line);background:#fff;border-radius:10px;gap:4px;width:150px;padding:5px;display:grid;position:fixed;box-shadow:0 12px 28px #0f172a29}.sidebar-chat-actions-menu button{width:100%;min-width:0;color:var(--ink);text-align:left;background:0 0;border-radius:7px;justify-self:stretch;padding:8px 10px}.sidebar-chat-actions-menu button:hover{background:#f1f5f9}.sidebar-chat-actions-menu button.danger{color:#b91c1c}.sidebar-chat-actions-menu button.danger:hover{background:#fef2f2}@media (hover:none){.sidebar-favorite-button,.sidebar-chat-actions{opacity:1;visibility:visible;pointer-events:auto}.sidebar-chat-item{padding-right:82px}}.sidebar-chat-item strong,.sidebar-chat-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-chat-item strong{font-size:.88rem}.sidebar-chat-item small{color:var(--muted);font-size:.74rem}.sidebar-account{border-top:1px solid #e2edf4;min-width:0;padding-top:10px;position:relative}.sidebar-account-button{width:100%;min-width:0;color:var(--ink);text-align:left;box-shadow:none;background:#f8fbfd;border:1px solid #0000;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin:0;padding:9px;display:grid}.sidebar-account-button:hover,.sidebar-account-button[aria-expanded=true]{background:#f0fdfa;border-color:#0d94885c}.sidebar-account-avatar{color:#4338ca;background:#eef2ff;border-radius:12px;place-items:center;width:36px;height:36px;font-size:.8rem;font-weight:900;display:grid}.sidebar-account-details{gap:2px;min-width:0;display:grid}.sidebar-account-details strong,.sidebar-account-details small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-account-details strong{color:var(--ink);font-size:.88rem;line-height:1.12}.sidebar-account-details small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.sidebar-account-chevron{fill:none;stroke:#64748b;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:transform .16s}.sidebar-account-button[aria-expanded=true] .sidebar-account-chevron{transform:rotate(180deg)}.sidebar-account-menu{z-index:120;background:#fff;border:1px solid #dbe4ee;border-radius:14px;gap:8px;padding:10px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;right:0;box-shadow:0 22px 60px #0f172a29}.sidebar-account-menu p{color:var(--muted);margin:0;padding:8px 10px;font-size:.84rem;line-height:1.35}.sidebar-account-company{background:#f8fbfd;border-radius:10px}.sidebar-account-menu strong{color:var(--ink)}.account-language-selector{color:var(--muted);gap:5px;padding:4px 10px;font-size:.78rem;font-weight:800;display:grid}.account-menu-action{border:1px solid var(--line);width:100%;color:var(--ink);box-shadow:none;text-align:left;background:#fff;border-radius:10px;padding:9px 10px}.account-menu-action:hover,.account-menu-action.active{color:#0f766e;background:#f0fdfa;border-color:#0d948873}.account-language-selector select{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:9px;padding:8px 9px}.account-language-selector select:focus{border-color:#0d9488;outline:3px solid #0d948829}.chat-sidebar:not(.expanded) .sidebar-account-button{grid-template-columns:1fr;justify-items:center;padding:8px}.chat-sidebar:not(.expanded) .sidebar-account-details,.chat-sidebar:not(.expanded) .sidebar-account-chevron{display:none}.chat-sidebar:not(.expanded) .sidebar-account-menu{width:220px;bottom:0;left:calc(100% + 8px);right:auto}.login-shell{place-items:center;min-height:100vh;padding:20px;display:grid}.product-page{min-height:100vh;color:var(--ink);background:#fff}.product-nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #edf2f7;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:72px;padding:0 clamp(18px,5vw,76px);display:grid;position:sticky;top:0}.product-brand{color:var(--ink);align-items:center;gap:10px;font-size:1.08rem;font-weight:800;text-decoration:none;display:inline-flex}.product-brand-icon{border-radius:10px;width:34px;height:34px;box-shadow:0 8px 22px #4f46e52e}.product-nav-links{align-items:center;gap:26px;display:flex}.product-nav-links a,.product-nav-actions a{color:var(--ink);font-weight:700;text-decoration:none}.product-nav-links a{font-size:.94rem}.product-nav-actions{justify-content:flex-end;gap:10px;display:flex}.nav-login-button,.nav-demo-button,.primary-hero-button,.secondary-hero-button{text-align:center;border-radius:10px;padding:13px 22px;font-weight:800;text-decoration:none}.nav-login-button,.secondary-hero-button{color:var(--ink);background:#f3f4f6}.nav-demo-button,.primary-hero-button{color:#fff;background:#111827}.product-nav-actions .nav-demo-button,.hero-actions .primary-hero-button{color:#fff}.product-nav-actions .nav-login-button,.hero-actions .secondary-hero-button{color:var(--ink)}.product-hero{text-align:center;align-content:center;justify-items:center;width:min(1060px,100% - 32px);min-height:520px;margin:0 auto;padding:70px 0 44px;display:grid}.product-eyebrow{color:var(--brand-deep);letter-spacing:.14em;text-transform:uppercase;margin:0 0 18px;font-size:.8rem;font-weight:800}.product-hero h1{color:#111827;letter-spacing:0;width:min(920px,100%);margin:0;font:700 clamp(3.4rem,8vw,6.3rem)/.98 Space Grotesk,Avenir Next,sans-serif}.product-subhead{color:#4b5563;width:min(760px,100%);margin:26px 0 0;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.45}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex}.primary-hero-button,.secondary-hero-button{min-width:160px;padding:18px 26px;font-size:1.05rem}.product-preview{width:min(1080px,100% - 32px);margin:-22px auto 54px}.preview-shell{background:#fff;border:1px solid #e5e7eb;border-radius:22px;grid-template-columns:250px 1fr;min-height:430px;display:grid;overflow:hidden;box-shadow:0 28px 90px #0f172a1f}.preview-sidebar{background:#f8fafc;border-right:1px solid #e5e7eb;align-content:start;gap:10px;padding:22px;display:grid}.preview-brand-row{color:#111827;align-items:center;gap:10px;margin-bottom:18px;display:flex}.preview-brand-row img{border-radius:10px;width:36px;height:36px}.preview-nav-item{color:#64748b;border-radius:10px;padding:11px 12px;font-weight:750}.preview-nav-item.active{color:#111827;background:#fff;box-shadow:0 8px 22px #0f172a0f}.preview-main{background:radial-gradient(circle at 86% 12%,#4f46e51a,#0000 30%),#fff;grid-template-rows:auto 1fr auto;gap:18px;padding:24px;display:grid}.preview-toolbar{justify-content:space-between;align-items:start;gap:18px;display:flex}.preview-toolbar>div{gap:6px;display:grid}.preview-kicker{color:var(--brand-deep);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.preview-toolbar strong{color:#111827;font-size:clamp(1.35rem,3vw,2.2rem);line-height:1.05}.preview-status{color:#047857;text-align:center;background:#ecfdf5;border-radius:999px;min-width:150px;padding:9px 12px;font-size:.85rem;font-weight:800}.preview-chat{align-content:center;gap:12px;display:grid}.preview-message{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:8px;width:min(520px,100%);padding:16px;display:grid;box-shadow:0 16px 40px #0f172a0f}.preview-message.user{justify-self:start}.preview-message.assistant{border-color:#14b8a666;justify-self:end}.preview-message span{color:#64748b;font-size:.8rem;font-weight:800}.preview-message p{color:#111827;margin:0;line-height:1.5}.preview-routing{background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;gap:5px;padding:16px;display:grid}.preview-routing span{color:#2563eb;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.preview-routing strong{color:#111827}.preview-routing small{color:#64748b}.product-tabs{grid-template-columns:repeat(4,minmax(120px,1fr));align-items:end;gap:18px;width:min(760px,100% - 32px);margin:0 auto 28px;display:grid}.product-tab{color:#111827;text-align:center;border-radius:12px;justify-items:center;gap:10px;padding:16px 12px;font-weight:800;text-decoration:none;display:grid}.product-tab.active{background:#f5f5f5}.tab-icon{background:#fff;border:1px solid #e5e7eb;border-radius:10px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 8px 20px #0f172a0f}.product-tab.active .tab-icon{color:#fff;background:#111827}.tab-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.workflow-preview{background:radial-gradient(circle at 1px 1px,#11182714 1px,#0000 0) 0 0/18px 18px,linear-gradient(#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:20px;width:min(980px,100% - 32px);min-height:360px;margin:0 auto 50px;position:relative;overflow:hidden;box-shadow:0 22px 70px #0f172a14}.workflow-node{z-index:2;background:#fffffff0;border:1px solid #e5e7eb;border-radius:12px;gap:6px;width:225px;padding:14px;display:grid;position:absolute;box-shadow:0 16px 40px #0f172a14}.workflow-node strong{color:#111827;font-size:.98rem}.workflow-node small{color:#64748b}.node-label{color:#4338ca;background:#eef2ff;border-radius:999px;width:max-content;padding:4px 8px;font-size:.72rem;font-weight:800}.request-node{top:92px;left:70px}.router-node{top:64px;left:calc(50% - 112px)}.agent-node{top:112px;right:82px}.output-node{bottom:42px;left:calc(50% - 112px)}.workflow-line{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#c4b5fd,#0000);border-radius:999px;height:2px;position:absolute}.workflow-line.first{width:220px;top:152px;left:292px;transform:rotate(-8deg)}.workflow-line.second{width:220px;top:156px;right:300px;transform:rotate(10deg)}.workflow-line.third{width:86px;top:190px;left:calc(50% - 43px);transform:rotate(90deg)}.product-section,.pricing-section{width:min(1060px,100% - 32px);margin:0 auto;padding:58px 0}.section-heading{text-align:center;gap:12px;width:min(740px,100%);margin:0 auto 30px;display:grid}.section-heading.compact{margin-bottom:22px}.section-heading h2{color:#111827;letter-spacing:0;margin:0;font:700 clamp(2.1rem,5vw,4rem)/1 Space Grotesk,Avenir Next,sans-serif}.section-heading p:not(.product-eyebrow){color:#4b5563;margin:0;font-size:1.08rem;line-height:1.55}.feature-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card,.pricing-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 50px #0f172a0f}.feature-card{align-content:start;gap:12px;min-height:210px;padding:24px;display:grid}.feature-kicker,.price-label{color:#4338ca;letter-spacing:.08em;text-transform:uppercase;background:#eef2ff;border-radius:999px;width:max-content;font-size:.74rem;font-weight:800}.feature-kicker{padding:6px 10px}.feature-card h3,.pricing-card h3{color:#111827;letter-spacing:0;margin:0;font:700 1.35rem/1.15 Space Grotesk,Avenir Next,sans-serif}.feature-card p,.pricing-card p{color:#64748b;margin:0;line-height:1.55}.use-case-section{padding-top:26px}.use-case-list{gap:12px;display:grid}.use-case-list article{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:220px 1fr;align-items:center;gap:18px;padding:20px 24px;display:grid}.use-case-list strong{color:#111827;font-size:1.05rem}.use-case-list span{color:#4b5563;line-height:1.5}.pricing-section{padding-top:50px}.pricing-card{grid-template-rows:auto auto auto 1fr auto;align-content:stretch;gap:16px;padding:24px;display:grid}.pricing-card.featured{border-color:#14b8a68c;box-shadow:0 24px 70px #0f172a1c}.price-label{padding:6px 11px}.pricing-card h3{font-size:clamp(1.9rem,3.6vw,2.3rem)}.pricing-card h3 span{color:#64748b;font-size:1rem;font-weight:700}.pricing-card ul{align-content:start;gap:10px;min-height:160px;margin:0;padding:0;list-style:none;display:grid}.pricing-card li{color:#374151;padding-left:22px;line-height:1.45;position:relative}.pricing-card li:before{content:"";background:#14b8a6;border-radius:999px;width:8px;height:8px;position:absolute;top:.55em;left:0}.pricing-card .pricing-card-footnote{color:#94a3b8;margin:-4px 0 0;font-size:.82rem;line-height:1.35}.pricing-button{text-align:center;border-radius:10px;place-self:end stretch;padding:14px 16px;font-weight:800;text-decoration:none}.pricing-button.primary{background:linear-gradient(135deg, var(--brand), #2563eb);color:#fff}.pricing-button.secondary{color:#111827;background:#fff;border:1px solid #dbe4ee}.pricing-note{color:#64748b;text-align:center;width:min(760px,100% - 32px);margin:18px auto 0;font-size:.94rem;line-height:1.55}@media (width<=1080px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.security-section{width:min(1060px,100% - 32px);margin:0 auto;padding:58px 0}.security-panel{background:radial-gradient(circle at 92% 8%,#14b8a61f,#0000 28%),linear-gradient(#f8fafc,#fff);border:1px solid #dbe4ee;border-radius:20px;padding:clamp(28px,5vw,48px);box-shadow:0 22px 70px #0f172a14}.security-heading{margin-bottom:28px}.security-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.security-card{background:#ffffffdb;border:1px solid #e5e7eb;border-radius:14px;align-content:start;gap:12px;min-height:230px;padding:20px;display:grid}.security-icon{color:#fff;background:#111827;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.security-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.security-card h3{color:#111827;letter-spacing:0;margin:0;font:700 1.15rem/1.18 Space Grotesk,Avenir Next,sans-serif}.security-card p{color:#64748b;margin:0;line-height:1.5}.product-footer{border-top:1px solid #e5e7eb;justify-content:space-between;gap:24px;width:min(1060px,100% - 32px);margin:12px auto 0;padding:36px 0 48px;display:flex}.product-footer-brand{gap:12px;width:min(420px,100%);display:grid}.product-footer-brand p{color:#64748b;margin:0;line-height:1.5}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:start;gap:16px;display:flex}.footer-links a{color:#111827;font-weight:750;text-decoration:none}.signin-page{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 16% 24%,#14b8a61f,#0000 30%),radial-gradient(circle at 82% 16%,#4f46e51f,#0000 28%),#fff;grid-template-rows:auto 1fr;display:grid}.signin-nav{justify-content:space-between;align-items:center;gap:18px;height:72px;padding:0 clamp(18px,5vw,76px);display:flex}.signin-content{place-items:center;width:min(520px,100% - 32px);margin:0 auto;padding:48px 0 72px;display:grid}.login-panel{gap:14px;width:min(460px,100%);padding:26px;display:grid}.login-brand-heading .brand-icon{width:62px;height:62px}.signin-panel{width:100%}.signin-panel h1{color:var(--ink);letter-spacing:0;margin:0;font:700 clamp(2rem,6vw,3rem)/1 Space Grotesk,Avenir Next,sans-serif}.login-form{gap:12px;display:grid}.login-form label{color:var(--ink);gap:6px;font-weight:600;display:grid}.login-form input,.login-form select,.login-form textarea{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:10px;padding:10px 12px}.login-form textarea{resize:vertical}.login-form input:focus-visible,.login-form select:focus-visible,.login-form textarea:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.login-button{justify-self:stretch}.login-hint{color:var(--muted);margin:0;font-size:.85rem}.panel{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:18px;box-shadow:0 10px 40px #181d2714}.header-panel{background:linear-gradient(135deg, #fffffff5, #f8fafce6), var(--panel);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px;display:grid}.header-main{gap:12px;min-width:0;display:grid}.header-actions{min-width:260px;position:relative}.brand-heading{align-items:center;gap:16px;display:flex}.brand-icon-frame{background:#fff;border:1px solid #dbe4ee;border-radius:20px;flex:none;place-items:center;width:68px;height:68px;display:grid;box-shadow:0 14px 36px #4f46e524}.header-title-block{gap:7px;min-width:0;display:grid}.header-kicker-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.product-mark{color:var(--ink);letter-spacing:0;font-size:.86rem;font-weight:900}.brand-heading h1{color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(2.1rem,5vw,3.5rem);line-height:.98}.brand-icon{border-radius:16px;width:52px;height:52px}.account-menu{position:relative}.user-chip{width:100%;color:var(--ink);text-align:left;box-shadow:none;background:#fff;border:1px solid #dbe4ee;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:0;padding:12px;display:grid}.user-chip:hover,.user-chip[aria-expanded=true]{background:#f8fdfa;border-color:#0d948873}.user-avatar{color:#4338ca;background:#eef2ff;border-radius:13px;place-items:center;width:42px;height:42px;font-size:.9rem;font-weight:900;display:grid}.user-details{gap:2px;min-width:0;display:grid}.user-details strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;line-height:1.15;overflow:hidden}.user-details span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.account-chevron{fill:none;stroke:#64748b;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transition:transform .16s}.user-chip[aria-expanded=true] .account-chevron{transform:rotate(180deg)}.account-dropdown{z-index:40;background:#fff;border:1px solid #dbe4ee;border-radius:14px;gap:8px;width:min(260px,100vw - 32px);padding:10px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 60px #0f172a29}.account-dropdown p{color:var(--muted);margin:0;padding:8px 10px;font-size:.84rem;line-height:1.35}.account-dropdown strong{color:var(--ink)}.logout-menu-button{background:linear-gradient(130deg,#334155,#0f172a);border-radius:10px;width:100%}.eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--brand-deep);margin:0;font-size:.78rem;font-weight:700}h1{color:var(--ink);margin:8px 0 6px;font:700 clamp(1.6rem,4vw,2.4rem)/1.1 Space Grotesk,Avenir Next,sans-serif}h2{color:var(--ink);margin:6px 0 0;font:700 1.35rem/1.2 Space Grotesk,Avenir Next,sans-serif}h3{color:var(--ink);margin:4px 0 0;font:700 1rem/1.2 Space Grotesk,Avenir Next,sans-serif}.subhead{color:var(--muted);max-width:60ch;margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.35}.status-line{color:var(--brand-deep);align-items:center;gap:8px;margin:0 4px;font-size:.88rem;font-weight:600;display:flex}.status-dot{background:#94a3b8;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 3px #94a3b838}.status-dot.connected{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.status-dot.disconnected{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.admin-tabs{border:1px solid var(--line);background:#ffffffb8;border-radius:12px;gap:8px;padding:4px;display:flex}.admin-tab{color:var(--muted);background:0 0;flex:1;justify-self:stretch}.admin-tab.active{color:#fff;background:linear-gradient(130deg,#0d9488,#1d4ed8)}.managed-company-selector{width:min(480px,100%);color:var(--ink);justify-self:end;gap:6px;font-weight:800;display:grid}.managed-company-selector span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.managed-company-selector select{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:12px;padding:10px 12px;font-weight:800}.managed-company-selector select:focus{border-color:#0d9488;outline:3px solid #0d94882e}.company-language-selector{width:min(300px,100%)}.workspace-settings-page{gap:14px;display:grid}.workspace-settings-heading{border:1px solid var(--line);background:#ffffffc2;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(220px,300px);align-items:start;gap:24px;padding:18px;display:grid;box-shadow:0 10px 40px #181d2714}.workspace-settings-heading-copy{min-width:0}.workspace-settings-heading-controls{justify-self:end;gap:14px;width:min(300px,100%);display:grid}.workspace-settings-heading-controls .managed-company-selector{width:100%}.workspace-settings-heading h1{margin:6px 0}.chat-panel{background-image:radial-gradient(circle at 30% 0,#0d94881c,#0000 45%);align-content:start;gap:12px;max-height:60vh;padding:18px;display:grid;overflow:auto}.chat-workspace{border:1px solid var(--line);background:var(--panel);border-radius:18px;grid-template-rows:minmax(0,1fr) auto;height:calc(100vh - 44px);display:grid;overflow:hidden;box-shadow:0 10px 40px #181d2714}.chat-workspace .chat-panel{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000;border:0;border-radius:0;min-height:0;max-height:none;padding:18px}.message{border-radius:14px;max-width:84%;padding:12px 14px;line-height:1.4}.message-attachments{gap:8px;margin-top:10px;display:grid}.message-attachment{color:#1d4ed8;overflow-wrap:anywhere;background:#eff6ff;border:1px solid #2563eb40;border-radius:10px;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:9px 11px;font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex}.message-attachment:hover{background:#dbeafe;border-color:#60a5fa}.message-attachment svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.message p{white-space:pre-wrap;margin:0}.message-content strong{font-weight:800}.message-role{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:.75rem;font-weight:700}.message-time{color:var(--muted);margin-bottom:8px;font-size:.76rem}.message.user{background:var(--brand);color:#fff;justify-self:end}.message.user .message-role{color:#ffffffbf}.message.user .message-time{color:#ffffffd1}.message.assistant{border:1px solid var(--line);color:var(--ink);background:#fff;justify-self:start}.message.pending{animation:1.5s ease-in-out infinite pulse}.notification-center{z-index:100;pointer-events:none;gap:10px;width:min(620px,100% - 32px);display:grid;position:fixed;top:18px;left:50%;transform:translate(-50%)}.app-toast{border:1px solid var(--line);color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#fffffff5;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;display:grid;box-shadow:0 18px 50px #0f172a2e}.app-toast p{margin:0;line-height:1.35}.app-toast.success{color:#166534;border-color:#86efac}.app-toast.error{color:#be123c;border-color:#fda4af}.app-toast.warning{color:#92400e;border-color:#fcd34d}.toast-dot{background:currentColor;border-radius:999px;width:10px;height:10px}.toast-dismiss-button{color:currentColor;background:0 0;border:1px solid;place-items:center;width:32px;height:32px;padding:0;display:grid}.toast-dismiss-button svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:15px;height:15px}.composer-panel{padding:14px}.chat-workspace .composer-panel{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:0;border-top:1px solid #e2edf4;border-radius:0;padding:0}.composer-panel form{gap:10px;display:grid}.chat-workspace .composer-panel form{gap:0}.composer-box{border:1px solid var(--line);background:#fff;border-radius:16px;display:grid;overflow:hidden}.chat-workspace .composer-box{border:0;border-radius:0}.composer-box:focus-within{outline:2px solid var(--brand);outline-offset:1px}.composer-textarea{border:0;border-radius:0;min-height:108px}.composer-textarea:focus-visible{outline:none}.composer-actions{background:#f8fbfd;border-top:1px solid #e2edf4;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.composer-send-button{border-radius:999px;place-items:center;width:46px;height:46px;padding:0;display:grid}.composer-send-button svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.chat-agent-selector{min-width:0;color:var(--ink);justify-self:start;align-items:center;font-weight:800;display:inline-flex;position:relative}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.chat-agent-selector .sr-only{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.demo-request-honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.chat-agent-selector-display{color:#0f766e;pointer-events:none;white-space:nowrap;align-items:center;gap:8px;max-width:min(420px,100vw - 120px);min-height:38px;padding:0 10px;font:800 .98rem/1.2 IBM Plex Sans,Segoe UI,sans-serif;display:inline-flex}.chat-agent-selector-display svg{fill:none;stroke:currentColor;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.chat-agent-selector select{color:#0000;cursor:pointer;opacity:0;background:0 0;border:0;border-radius:10px;width:100%;height:100%;padding:0;font:800 .98rem/1.2 IBM Plex Sans,Segoe UI,sans-serif;position:absolute;inset:0}.chat-agent-selector select:focus-visible{outline-offset:0;outline:2px solid #0d948852}textarea{border:1px solid var(--line);resize:vertical;width:100%;min-height:92px;color:var(--ink);box-sizing:border-box;background:#fff;border-radius:12px;padding:12px;font:500 1rem/1.4 IBM Plex Sans,Segoe UI,sans-serif}textarea:focus-visible{outline:2px solid var(--brand);outline-offset:1px}button{color:#fff;cursor:pointer;background:linear-gradient(130deg,#0d9488,#1d4ed8);border:none;border-radius:10px;justify-self:end;padding:10px 20px;font:600 .95rem/1 IBM Plex Sans,Segoe UI,sans-serif}button:disabled{opacity:.45;cursor:not-allowed}.logout-button{background:linear-gradient(130deg,#334155,#0f172a);border-radius:16px;justify-self:stretch;min-height:52px}.secondary-button,.modal-close-button{color:var(--ink);border:1px solid var(--line);background:#fff}.modal-icon-close-button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);background:#fff;place-items:center;padding:0;display:grid}.modal-icon-close-button svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:18px;height:18px}.danger-button{color:#be123c;background:#fff1f2;border:1px solid #fda4af}.admin-panel{gap:18px;padding:18px;display:grid}.admin-header{grid-template-columns:1fr auto;align-items:end;gap:14px;display:grid}.admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.pricing-plan-list{gap:10px;display:grid}.pricing-plan-create-form{border:1px solid var(--line);background:#f8fbfd;border-radius:12px;grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.pricing-plan-create-form label{color:var(--muted);gap:6px;font-size:.78rem;font-weight:800;display:grid}.pricing-plan-create-form input{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;border-radius:10px;padding:9px 10px}.pricing-plan-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(120px,.7fr) minmax(125px,.65fr) minmax(80px,.4fr) minmax(120px,.5fr) minmax(105px,.48fr) minmax(95px,.42fr) minmax(120px,.52fr) minmax(90px,.45fr) minmax(170px,auto);align-items:end;gap:12px;padding:14px;display:grid}.pricing-plan-heading{gap:3px;display:grid}.pricing-plan-heading strong{color:var(--ink);font-size:1rem}.pricing-plan-heading small{color:var(--muted);font-size:.82rem;font-weight:700}.pricing-plan-row label{color:var(--muted);gap:6px;font-size:.78rem;font-weight:800;display:grid}.pricing-plan-row input,.pricing-plan-row select{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;border-radius:10px;padding:9px 10px}.currency-input{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;width:100%;min-width:0;display:grid;overflow:hidden}.currency-input>span{color:var(--ink);padding-left:12px;font-weight:800}.pricing-plan-row .currency-input input,.agent-form .currency-input input:not([type=checkbox]){background:0 0;border:0;border-radius:0;width:100%;min-width:0;padding-left:8px}.currency-input:focus-within{outline:2px solid var(--brand);outline-offset:1px}.currency-input input:focus-visible{outline:none}.pricing-currency-note{color:var(--muted);margin:6px 0 0;font-size:.84rem;font-weight:700}.pricing-plan-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.pricing-plan-actions button{min-width:80px;min-height:42px;padding:9px 14px}.agent-form{border-top:1px solid var(--line);grid-template-columns:minmax(180px,1fr) auto;align-items:end;gap:12px;padding-top:4px;display:grid}.modal-form{border-top:none;padding-top:0}.company-modal-form{grid-template-columns:minmax(0,1fr)}.company-wizard-step{border:0;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;margin:0;padding:0;display:grid}.company-wizard-step input:not([type=checkbox]),.company-wizard-step select{width:100%;min-width:0}.user-modal-form{grid-template-columns:repeat(2,minmax(0,1fr))}.user-modal-form>label,.user-modal-form input:not([type=checkbox]),.user-modal-form select{width:100%;min-width:0}.user-modal-form>.login-hint{grid-column:1/-1}.agent-editor-modal{width:min(760px,100%)}.agent-editor-modal-focused{width:min(680px,100%)}.agent-creation-mode-tabs{border:1px solid var(--line);background:#f8fafc;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.agent-creation-mode-tabs button{width:100%;min-height:40px;color:var(--muted);box-shadow:none;text-align:center;background:0 0;border:0;border-radius:9px;justify-content:center;justify-self:stretch;align-items:center;display:inline-flex}.agent-creation-mode-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #0f172a17}.agent-wizard-form{align-items:start}.agent-wizard-progress{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 4px;padding:0;list-style:none;display:grid}.agent-wizard-progress li{min-width:0;color:var(--muted);align-items:center;gap:7px;font-size:.82rem;font-weight:800;display:flex}.agent-wizard-progress li span{color:#475569;background:#e2e8f0;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;display:grid}.agent-wizard-progress li.active{color:var(--ink)}.agent-wizard-progress li.active span{color:#fff;background:#0d9488}.company-wizard-tab{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;justify-content:flex-start;align-items:center;gap:7px;padding:6px 8px;display:flex}.company-wizard-tab:hover{background:#f1f5f9}.company-wizard-tab:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.agent-editor-modal-focused .agent-draft-builder{gap:16px;padding:20px}.agent-editor-modal-focused .agent-draft-builder-controls{grid-template-columns:1fr}.agent-editor-modal-focused .agent-draft-builder-controls button{justify-self:end;min-width:180px}.agent-draft-builder{background:linear-gradient(135deg,#14b8a614,#2563eb0f);border:1px solid #0d948847;border-radius:12px;gap:10px;padding:14px;display:grid}.agent-draft-builder>label{gap:3px;display:grid}.agent-draft-builder>label strong{color:var(--ink)}.agent-draft-builder>label span{color:var(--muted);font-size:.84rem}.agent-draft-builder-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.agent-draft-builder-controls textarea{min-height:86px}.agent-draft-builder-controls button{white-space:nowrap;justify-content:center;align-items:center;gap:9px;min-height:42px;display:inline-flex}.button-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;flex:none;width:17px;height:17px;animation:.7s linear infinite button-spin}.agent-draft-status{border-radius:9px;margin:0;padding:9px 11px;font-size:.84rem;font-weight:700;line-height:1.4}.agent-draft-status.warning{color:#92400e;background:#fffbeb;border:1px solid #fbbf24}.agent-draft-status.success{color:#166534;background:#f0fdf4;border:1px solid #86efac}@keyframes button-spin{to{transform:rotate(360deg)}}.form-heading{grid-column:1/-1}.readonly-heading{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.readonly-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.details-edit-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}.icon-action-button{border:1px solid var(--line);min-width:42px;height:42px;color:var(--ink);background:#fff;place-items:center;padding:0 12px;display:grid}.icon-action-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.readonly-field{border:1px solid var(--line);background:#fff;border-radius:12px;gap:6px;min-height:78px;padding:12px;display:grid}.readonly-field-wide{grid-column:1/-1}.readonly-label{color:var(--ink);font-weight:800}.readonly-field p{color:var(--ink);white-space:pre-wrap;margin:0}.readonly-multiline{max-height:180px;line-height:1.45;overflow:auto}.agent-form label{color:var(--ink);gap:6px;font-weight:700;display:grid}.agent-field-helper{color:var(--muted);font-size:.82rem;font-weight:500;line-height:1.4}.agent-wizard-form input::placeholder,.agent-wizard-form textarea::placeholder{color:#718096;opacity:1}.agent-form input:not([type=checkbox]),.agent-form select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;min-height:42px;padding:10px 12px}.policy-controls{grid-column:1/-1;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;display:grid}.policy-controls label{gap:6px;display:grid}.policy-document-fields{grid-column:1/-1;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;display:grid}.policy-document-fields input[type=file]{padding:7px 8px}.localized-file-field{gap:6px;min-width:0;display:grid}.localized-file-control{border:1px solid var(--line);min-height:42px;color:var(--ink);cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid;position:relative;overflow:hidden}.localized-file-control:focus-within{border-color:#0d9488;outline:3px solid #0d948829}.agent-form .localized-file-input,.template-upload-form .localized-file-input{z-index:2;opacity:0;cursor:pointer;width:100%;height:100%;min-height:0;margin:0;padding:0;position:absolute;inset:0}.localized-file-button{border-right:1px solid var(--line);white-space:nowrap;background:#f8fafc;align-self:stretch;align-items:center;padding:9px 12px;font-weight:800;display:inline-flex}.localized-file-name{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;padding:9px 12px;font-weight:500;overflow:hidden}.localized-file-name.selected{color:var(--ink)}.field-help{color:var(--muted);overflow-wrap:anywhere;grid-column:1/-1;margin:-4px 0 4px;font-size:.82rem;line-height:1.45}.template-upload-form{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr) minmax(240px,1fr) auto;align-items:end;gap:12px;padding:16px;display:grid}.template-upload-form label{color:var(--ink);gap:6px;font-weight:700;display:grid}.template-upload-form input,.template-upload-form select{border:1px solid var(--line);min-height:42px;color:var(--ink);background:#fff;border-radius:10px;padding:9px 11px}.template-list{gap:10px;margin-top:16px;display:grid}.template-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(180px,.6fr) minmax(0,1.4fr);align-items:center;gap:16px;padding:14px 16px;display:grid}.template-row span{gap:3px;display:grid}.template-row small,.template-row code{color:var(--muted)}.template-row code{overflow-wrap:anywhere;white-space:normal}.agent-active-toggle{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:auto 1fr;align-items:center;min-height:40px;padding:8px 10px}.agent-active-toggle input{width:18px;height:18px}.agent-public-toggle{background:#eff6ff;border:1px solid #93c5fd;border-radius:10px;grid-column:1/-1;grid-template-columns:auto 1fr;align-items:center;min-height:54px;padding:10px 12px}.agent-public-toggle input{width:18px;height:18px}.agent-public-toggle span,.agent-public-toggle small{display:block}.agent-public-toggle small{color:var(--muted);margin-top:3px;font-weight:500}.public-agent-library{background:linear-gradient(135deg,#eff6ff,#f0fdfa);border:1px solid #93c5fd;border-radius:14px;gap:12px;padding:16px;display:grid}.public-agent-library h3,.public-agent-library p{margin:0}.public-agent-library p:not(.eyebrow){color:var(--muted);margin-top:4px}.public-agent-list{gap:8px;display:grid}.public-agent-row{background:#fff;border:1px solid #93c5fda6;border-radius:10px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.public-agent-row strong,.public-agent-row small{display:block}.public-agent-row small{color:var(--muted);margin-top:3px}.status-pill.public{color:#1d4ed8;background:#dbeafe}.agent-config-field,.agent-selection-field{grid-column:1/-1}.agent-selection-field{border:1px solid var(--line);background:#fff;border-radius:12px;gap:10px;margin:0;padding:12px;display:grid}.agent-selection-field legend{color:var(--ink);padding:0 6px;font-weight:700}.agent-checkbox-row{border:1px solid var(--line);border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:10px;display:grid}.agent-checkbox-row input{width:18px;height:18px}.agent-checkbox-row strong,.agent-checkbox-row small{display:block}.agent-checkbox-row small{color:var(--muted);margin-top:3px;font-size:.78rem}.agent-list{gap:10px;display:grid}.empty-state{color:var(--muted);margin:0}.agent-row{border:1px solid var(--line);color:var(--ink);text-align:left;width:100%;box-shadow:none;background:#fff;border-radius:12px;grid-template-columns:1fr auto auto auto;align-items:center;gap:10px 14px;padding:14px;display:grid}.agent-row:hover,.agent-row.selected{border-color:var(--brand);background:#f8fdfa}.agent-row strong{color:var(--ink);margin:0 0 4px;font-size:1rem;display:block}.agent-row small{color:var(--muted);margin:0;font-size:.86rem;display:block}.user-list{gap:10px;display:grid}.user-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto minmax(320px,auto) auto;align-items:center;gap:12px 16px;padding:14px;display:grid}.company-row{grid-template-columns:minmax(240px,1fr) auto}.company-row-identity,.company-row-details{align-items:center;display:flex}.company-row-identity{gap:12px;min-width:0}.company-domain-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.company-row-details{justify-content:flex-end;justify-self:end}.company-meta{text-align:left;grid-template-columns:repeat(2,max-content);gap:0 18px;width:max-content;margin:0;display:grid}.company-meta dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.company-meta dd{color:var(--ink);margin:3px 0 0;font-size:.86rem;font-weight:700}.company-row-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:0;min-width:0;display:flex}.company-row-actions .company-meta{margin-right:20px}.company-row-actions button+button{margin-left:6px}.company-row-actions button{padding:8px 12px}.demo-request-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(220px,.9fr) minmax(320px,1.4fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.demo-request-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:0;display:grid}.demo-request-meta dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.demo-request-meta dd{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.86rem;font-weight:700;overflow:hidden}.demo-request-notes{grid-column:1/-1}.demo-request-notes dd{text-overflow:clip;white-space:normal;overflow:visible}.user-list-avatar{color:#4338ca;text-transform:uppercase;background:#eef2ff;border-radius:12px;place-items:center;width:42px;height:42px;font-size:.86rem;font-weight:900;display:grid}.user-row strong,.user-row small{display:block}.user-row strong{color:var(--ink);margin-bottom:4px}.user-row small{color:var(--muted)}.user-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.user-meta dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.user-meta dd{color:var(--ink);margin:3px 0 0;font-size:.86rem;font-weight:700}.user-row-actions{min-width:220px}.status-pill.inactive{color:#991b1b;background:#fee2e2}.optional-label{color:var(--muted);font-size:.78rem;font-weight:700}.agent-form .user-active-toggle{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:auto 1fr;justify-self:start;align-items:center;gap:10px;min-height:42px;padding:9px 12px}.user-active-toggle input{width:18px;height:18px}.agent-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.agent-row-actions button{padding:8px 12px}.agent-row-actions .icon-action-button{width:42px;min-width:42px;padding:0}.agent-row pre{color:#e2e8f0;white-space:pre-wrap;background:#0f172a;border-radius:10px;grid-column:1/-1;max-height:180px;margin:0;padding:12px;font-size:.82rem;overflow:auto}.status-pill{color:#475569;background:#f1f5f9;border-radius:999px;align-self:start;padding:5px 9px;font-size:.78rem;font-weight:800}.status-pill.active{color:#166534;background:#dcfce7}.status-pill.draft{color:#92400e;background:#fef3c7}.status-pill.approved{color:#166534;background:#dcfce7}.status-pill.rejected{color:#991b1b;background:#fee2e2}.modal-backdrop{z-index:1000;background:#0f172a75;place-items:start center;padding:18px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-panel{overscroll-behavior:contain;box-sizing:border-box;border:1px solid var(--line);background:#fff;border-radius:16px;gap:16px;width:min(880px,100%);max-height:calc(100dvh - 36px);margin-block:auto;padding:20px;display:grid;overflow:auto;box-shadow:0 24px 80px #0f172a47}.confirm-modal{width:min(520px,100%)}.confirm-modal-copy{color:var(--muted);margin:0;line-height:1.45}.modal-header{z-index:3;background:#fff;border-radius:10px;grid-template-columns:1fr auto;align-items:start;gap:14px;padding:4px;display:grid;position:sticky;top:0}.modal-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}@keyframes pulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}@media (width<=760px){.user-workspace{grid-template-columns:1fr;padding:12px 10px 18px}.app-shell{padding:18px 10px}.user-main-shell{padding:0}.workspace-settings-heading{grid-template-columns:1fr;gap:16px}.workspace-settings-heading-controls{justify-self:stretch;width:100%}.chat-sidebar,.chat-sidebar.expanded{width:100%;min-height:auto;max-height:78vh;position:static}.chat-sidebar:not(.expanded){grid-template-columns:1fr}.chat-sidebar:not(.expanded) .sidebar-main{grid-template-columns:repeat(auto-fit,minmax(42px,1fr))}.chat-sidebar:not(.expanded) .sidebar-account{display:none}.chat-workspace{height:auto;min-height:70vh}.product-nav{grid-template-columns:1fr;gap:14px;height:auto;padding:16px;position:static}.product-nav-links{display:none}.product-nav-actions{grid-template-columns:1fr 1fr;justify-content:stretch;display:grid}.product-hero{min-height:auto;padding:44px 0 34px}.product-hero h1{font-size:clamp(2.6rem,15vw,4.4rem)}.hero-actions,.product-tabs{grid-template-columns:1fr 1fr;width:min(420px,100% - 32px)}.hero-actions{display:grid}.product-preview{margin:0 auto 42px}.preview-shell{grid-template-columns:1fr;min-height:auto}.preview-sidebar{border-bottom:1px solid #e5e7eb;border-right:0}.preview-toolbar{display:grid}.preview-status{justify-self:start;min-width:0}.preview-message,.preview-message.assistant{justify-self:stretch}.workflow-preview{min-height:620px}.workflow-node{width:calc(100% - 48px);left:24px;right:auto}.request-node{top:34px}.router-node{top:178px}.agent-node{top:322px}.output-node{top:466px;bottom:auto}.workflow-line{display:none}.product-section,.pricing-section,.security-section{padding:42px 0}.section-heading{text-align:left}.feature-grid,.pricing-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.use-case-list article{grid-template-columns:1fr;gap:8px;padding:18px}.pricing-card ul{min-height:auto}.security-panel{padding:24px}.security-grid{grid-template-columns:1fr}.security-card{min-height:auto}.product-footer{display:grid}.footer-links{justify-content:flex-start}.header-panel{grid-template-columns:1fr;padding:16px}.brand-heading{align-items:flex-start}.brand-icon-frame{border-radius:17px;width:58px;height:58px}.brand-icon{border-radius:14px;width:44px;height:44px}.header-actions{min-width:0}.account-dropdown{width:100%}.chat-panel{max-height:64vh;padding:12px}.message{max-width:96%}.admin-header,.admin-actions,.agent-form,.agent-draft-builder-controls,.policy-controls,.policy-document-fields,.template-upload-form,.template-row,.pricing-plan-create-form,.pricing-plan-row,.user-row,.demo-request-row,.agent-row,.public-agent-row,.modal-header,.user-meta,.demo-request-meta,.company-row,.company-row-details{grid-template-columns:1fr}.company-row-details{justify-content:stretch;justify-self:stretch;display:grid}.company-meta,.company-row-actions{min-width:0}.admin-header button,.admin-actions button,.agent-form button,.modal-actions button,.agent-row-actions button,.logout-button{justify-self:stretch}.agent-row-actions{justify-content:stretch;display:grid}.agent-wizard-progress,.company-wizard-step{grid-template-columns:1fr}.agent-editor-modal-focused .agent-draft-builder-controls button{justify-self:stretch;width:100%;min-width:0}.modal-actions,.details-edit-actions{display:grid}}.profile-main-shell{width:100%;padding:0 0 30px}.profile-panel{gap:22px;width:min(880px,100%);margin:0 auto;padding:28px;display:grid}.profile-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.profile-header h1{margin-bottom:8px}.profile-account-summary{border:1px solid var(--line);background:#f8fbfd;border-radius:12px;gap:4px;padding:14px 16px;display:grid}.profile-account-summary span,.profile-account-summary small{color:var(--muted)}.profile-account-summary span{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.profile-account-summary strong{color:var(--ink)}.profile-form{gap:18px;display:grid}.profile-form fieldset{border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0;margin:0;padding:18px;display:grid}.profile-form legend{color:var(--ink);padding:0 8px;font-weight:800}.profile-form label{min-width:0;color:var(--ink);gap:6px;font-weight:700;display:grid}.profile-form input,.profile-form select{border:1px solid var(--line);width:100%;min-width:0;min-height:44px;color:var(--ink);font:inherit;background:#fff;border-radius:10px;padding:10px 12px}.profile-form input:focus-visible,.profile-form select:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.profile-fieldset-hint,.profile-form-error{grid-column:1/-1;margin:0}.profile-fieldset-hint{color:var(--muted);font-size:.86rem}.profile-form-error{color:#be123c;background:#fff1f2;border:1px solid #fda4af;border-radius:10px;padding:10px 12px;font-weight:700}.profile-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=760px){.profile-panel{padding:18px}.profile-header,.profile-form fieldset{grid-template-columns:1fr}.profile-header button,.profile-actions button{width:100%}.profile-actions{display:grid}}
