@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{color-scheme:light;--ink:#162033;--muted:#667085;--subtle:#98a2b3;--line:#e6eaf0;--surface:#fff;--soft:#f6f8fb;--blue:#356ae6;--blue-dark:#244eb2;--blue-soft:#edf3ff;--green:#16845b;--amber:#b7791f;--red:#c43232;--shadow-sm:0 1px 2px rgba(16,24,40,.04);--shadow-md:0 12px 30px rgba(31,56,112,.08);font-family:DM Sans,PingFang SC,Helvetica Neue,sans-serif;background:var(--soft);color:var(--ink)}*{box-sizing:border-box}body{margin:0;overflow-x:hidden;background:var(--soft)}button,input,textarea,select{font:inherit}button,a{cursor:pointer}button{transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(53,106,230,.25);outline-offset:2px}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr minmax(440px,600px) 180px;gap:clamp(40px,7vw,110px);align-items:center;padding:clamp(24px,6vw,90px);background:radial-gradient(circle at 12% 90%,rgba(53,106,230,.12),transparent 32%),linear-gradient(135deg,#f9fbff,#eef3fb)}.session-bootstrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f9fbff,#eef3fb);color:var(--muted);font-size:13px}.login-brand,.console-brand{display:flex;align-items:center;gap:12px;height:max-content}.login-brand>span,.console-brand>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--ink);color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em}.login-brand strong,.console-brand strong{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;letter-spacing:-.05em}.login-brand small{display:block;margin-top:4px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.09em}.login-panel{align-self:center;padding:clamp(30px,5vw,58px);border:1px solid var(--line);border-radius:24px;background:#ffffffeb;box-shadow:var(--shadow-md)}.kicker,.workspace-header p,.section-page header p,.status-card p,.metric p,.capability-card>header p,.announcement-card>p{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.13em}.login-panel h1{margin:22px 0 18px;font-family:Plus Jakarta Sans,PingFang SC,sans-serif;font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-.08em}.login-panel>p:not(.kicker){color:var(--muted);font-size:14px;line-height:1.8}.login-panel form{display:grid;gap:16px;margin-top:32px}.login-panel label,.inline-form label,.test-lab label{display:grid;gap:8px;color:var(--muted);font-size:12px;font-weight:600}.login-panel input,.inline-form input,.test-lab textarea{min-height:46px;padding:0 13px;border:1px solid #d0d5dd;border-radius:10px;outline:none;color:var(--ink);background:#fff}.login-panel input:focus,.inline-form input:focus,.test-lab textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px #356ae61f}.login-panel form>button,.inline-form button{min-height:46px;border:0;border-radius:10px;background:var(--blue);color:#fff;font-weight:700}.login-panel form>button:hover,.inline-form button:hover{background:var(--blue-dark);transform:translateY(-1px)}.login-links{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.login-links a:hover,.link-button:hover{color:var(--blue)}.link-button{padding:0;border:0;background:none;color:var(--muted)}.login-message{min-height:24px;margin-bottom:0;color:var(--red)!important;font-size:12px!important}.login-page>aside{align-self:center;padding-left:24px;border-left:1px solid #c9d4e6;color:var(--muted)}.login-page>aside span{display:block;margin-top:18px;color:var(--blue);font-size:10px;font-weight:800}.login-page>aside p{margin:6px 0 20px;font-size:13px}.console-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 18px;border-right:1px solid var(--line);background:#fff}.console-brand{padding:0 10px 28px;border-bottom:1px solid var(--line)}.sidebar nav{display:grid;gap:5px;margin-top:22px}.sidebar nav button{display:flex;align-items:center;gap:13px;padding:12px 13px;border:0;border-radius:10px;background:transparent;color:var(--muted);text-align:left;font-size:13px;font-weight:600}.sidebar nav button i{width:20px;color:var(--subtle);font-size:10px;font-style:normal}.sidebar nav button:hover{background:var(--soft);color:var(--ink)}.sidebar nav button.active{background:var(--blue-soft);color:var(--blue)}.sidebar nav button.active i{color:var(--blue)}.sidebar-foot{display:grid;gap:14px;margin-top:auto;color:var(--muted);font-size:11px}.sidebar-foot span:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#c4cad5}.sidebar-foot .online:before{background:#2eb67d;box-shadow:0 0 0 4px #e2f5ed}.sidebar-foot button{padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted)}.sidebar-foot button:hover{border-color:#b7c7ee;color:var(--blue);background:var(--blue-soft)}.workspace{min-width:0;padding:34px clamp(22px,4vw,60px) 80px}.workspace-header{display:flex;justify-content:space-between;align-items:end;padding-bottom:24px;border-bottom:1px solid var(--line)}.workspace-header-actions{display:flex;align-items:center;gap:10px}.studio-return-button{min-height:42px;padding:0 15px;border:1px solid #b8c8f2;border-radius:10px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:800}.studio-return-button:hover{border-color:#8fa9eb;background:#e3ecff;transform:translateY(-1px)}.workspace-header h1,.section-page h2{margin:8px 0 0;font-family:Plus Jakarta Sans,PingFang SC,sans-serif;font-size:clamp(30px,4vw,54px);letter-spacing:-.075em}.access-pill{display:grid;gap:4px;padding:10px 13px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:right}.access-pill span{color:var(--blue);font-size:12px;font-weight:700}.access-pill small{color:var(--muted);font-size:9px}.notice{display:flex;justify-content:space-between;gap:20px;margin:20px 0;padding:14px 17px;border:1px solid #b9d1ff;border-radius:12px;background:var(--blue-soft);color:#3157a9;font-size:12px}.notice button{border:0;background:transparent;color:inherit}.dashboard{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.status-card{grid-column:1/-1;min-height:220px;display:flex;justify-content:space-between;align-items:end;padding:30px;border-radius:20px;background:linear-gradient(135deg,#2858c8,#4d7df1);color:#fff;box-shadow:var(--shadow-md)}.status-card p{color:#cddcff}.status-card h2{margin:16px 0 7px;font-family:Plus Jakarta Sans,sans-serif;font-size:54px;letter-spacing:-.07em}.status-card span{color:#e7eeff;font-size:13px}.status-card a{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.7);font-size:12px;font-weight:700}.metric{min-height:166px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.metric strong{margin:auto 0 4px;font-family:Plus Jakarta Sans,sans-serif;font-size:48px;letter-spacing:-.08em}.metric small{color:var(--muted);font-size:11px}.capability-card{grid-column:span 2;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.capability-card>header{display:flex;justify-content:space-between;padding:17px 20px;border-bottom:1px solid var(--line)}.capability-card>header span{color:var(--muted);font-size:10px}.capability-card>div{display:grid;grid-template-columns:repeat(5,1fr)}.capability-card>div>span{min-height:108px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border-right:1px solid var(--line);color:var(--muted);font-size:11px}.capability-card>div>span:last-child{border:0}.capability-card b{color:var(--subtle);font-size:10px}.capability-card .yes b{color:var(--green)}.announcement-card{padding:21px;border:1px solid var(--line);border-radius:16px;background:#fff}.announcement-card div{display:grid;gap:8px;margin-top:20px}.announcement-card span{color:var(--muted);font-size:12px;line-height:1.65}.section-page{margin-top:36px}.section-page>header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.inline-form{display:flex;gap:8px}.inline-form input{min-width:250px}.outline-button{display:inline-flex;align-items:center;min-height:44px;padding:0 15px;border:1px solid var(--line);border-radius:10px;color:var(--blue);font-size:12px;font-weight:700;background:#fff}.outline-button:hover{border-color:#aec1f2;background:var(--blue-soft)}.table{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.table-head,.table-row{display:grid;grid-template-columns:1.6fr repeat(5,.7fr);min-width:760px}.table-head{background:var(--soft);color:var(--muted);font-size:10px;font-weight:700}.table-head span,.table-row>span{padding:15px 17px;border-right:1px solid var(--line)}.table-row{align-items:center;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.table-row>span:first-child{display:grid;gap:4px}.table-row small{color:var(--subtle)}.table-row .on{color:var(--green);font-weight:700}.section-note{color:var(--muted);font-size:12px;line-height:1.7}.empty-state{min-height:310px;display:grid;place-content:center;padding:30px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;text-align:center}.empty-state strong{font-family:Plus Jakarta Sans,sans-serif;font-size:25px;letter-spacing:-.05em}.empty-state p{max-width:650px;color:var(--muted);line-height:1.8}.empty-state span,.empty-state a{color:var(--blue);font-size:12px;font-weight:700}.credit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.subsection-title{margin:24px 0 10px;color:#20293a;font-size:13px;letter-spacing:.02em}.credit-grid article{min-height:180px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.credit-grid strong{margin:auto 0 2px;font-family:Plus Jakarta Sans,sans-serif;font-size:54px;letter-spacing:-.08em}.credit-grid span{color:var(--muted);font-size:11px}.compact .table-head,.compact .table-row{grid-template-columns:1fr 1fr 1fr 1fr}.credit-activity-table .table-head,.credit-activity-table .table-row{grid-template-columns:1.1fr .9fr .7fr 2fr}.credit-positive{color:var(--green)!important;font-weight:800}.credit-negative{color:var(--red)!important;font-weight:800}.credit-pagination{display:flex;justify-content:center;margin-top:16px}.robot-studio{--studio-ink:#131826;--studio-muted:#697386;--studio-line:#e7eaf0;--studio-blue:#315ee7;--studio-blue-dark:#2346b5;--studio-blue-soft:#eef3ff;min-height:720px;display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;border:1px solid var(--studio-line);border-radius:22px;background:#fff;box-shadow:0 18px 55px #18274b14}.robot-studio svg{width:18px;height:18px;flex:0 0 auto}.studio-empty{min-height:420px;display:grid;place-content:center;padding:30px;border:1px dashed #cbd5e1;border-radius:20px;background:linear-gradient(145deg,#fff,#f7f9fd);text-align:center}.studio-empty strong{font-family:Plus Jakarta Sans,sans-serif;font-size:28px;letter-spacing:-.05em}.studio-empty p{max-width:480px;color:var(--muted);line-height:1.8}.studio-bot-rail{min-width:0;padding:18px 12px;border-right:1px solid var(--studio-line);background:#fafbfc}.studio-rail-title{display:flex;justify-content:space-between;align-items:center;padding:8px 9px 16px;color:#7d8799;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.studio-rail-title b{display:grid;place-items:center;min-width:22px;height:22px;border-radius:7px;background:#edf0f5;color:#596273;font-size:10px}.studio-bot-list{display:grid;gap:6px}.studio-bot-list>button{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border:1px solid transparent;border-radius:13px;background:transparent;color:var(--studio-ink);text-align:left}.studio-bot-list>button:hover{border-color:#e0e5ee;background:#fff}.studio-bot-list>button.active{border-color:#d7e0fb;background:#fff;box-shadow:0 7px 20px #1e3f8f12}.studio-bot-list>button>span:last-child{min-width:0;display:grid;gap:3px}.studio-bot-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.studio-bot-list small{color:#8c95a5;font-size:9px}.studio-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#345fe8,#708ff0);color:#fff;box-shadow:inset 0 1px #ffffff4d;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:800}.studio-avatar.large{width:44px;height:44px;border-radius:14px}.studio-avatar.hero{width:64px;height:64px;margin-bottom:22px;border-radius:20px;font-size:24px;box-shadow:0 14px 28px #315ee73d,inset 0 1px #ffffff59}.studio-main{min-width:0;display:flex;flex-direction:column}.studio-toolbar{min-height:82px;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 20px;border-bottom:1px solid var(--studio-line);background:#ffffffeb}.studio-toolbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.danger-button{min-height:36px;padding:0 12px;border:1px solid #f0c2c2;border-radius:10px;background:#fff5f5;color:var(--red);font-size:12px;font-weight:700}.danger-button:hover:not(:disabled){background:#ffe8e8;border-color:#e39b9b}.danger-button:disabled{opacity:.55;cursor:not-allowed}.studio-title{min-width:0;display:flex;align-items:center;gap:12px}.studio-title>div:last-child{min-width:0}.studio-title h3{overflow:hidden;margin:0 0 4px;color:var(--studio-ink);font-family:Plus Jakarta Sans,sans-serif;font-size:17px;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.studio-title p{margin:0;color:#8a93a3;font-size:10px}.studio-tabs{display:flex;gap:4px;padding:4px;border:1px solid #e6e9ef;border-radius:12px;background:#f7f8fa}.studio-tabs button{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#737d8e;font-size:11px;font-weight:700}.studio-tabs button:hover{color:var(--studio-ink);background:#fff}.studio-tabs button.active{color:var(--studio-blue);background:#fff;box-shadow:0 2px 8px #19264c17}.studio-tabs svg{width:15px;height:15px}.chat-workspace{min-height:0;display:flex;flex:1;flex-direction:column;background:#f8f9fb}.chat-header{min-height:58px;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:10px 18px;border-bottom:1px solid var(--studio-line);background:#fff}.scope-switch{display:flex;gap:3px;padding:3px;border:1px solid #e4e8ef;border-radius:10px;background:#f7f8fa}.scope-switch button{min-height:32px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:#7d8797;font-size:10px;font-weight:800}.scope-switch button.active{color:#fff;background:var(--studio-ink);box-shadow:0 4px 10px #13182629}.scope-switch button:disabled{cursor:not-allowed;opacity:.35}.chat-tools{display:flex;align-items:center;gap:7px}.session-status{margin-right:5px;color:#8790a0;font-size:9px;white-space:nowrap}.session-status i{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#35a76f;box-shadow:0 0 0 4px #35a76f1a}.chat-tools button{min-height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #e1e5ec;border-radius:9px;background:#fff;color:#626d7f;font-size:10px;font-weight:700}.chat-tools button:hover{border-color:#c9d5f6;color:var(--studio-blue);background:#f7f9ff}.chat-tools button:disabled{cursor:not-allowed;opacity:.5}.chat-tools svg{width:14px;height:14px}.chat-canvas{min-height:430px;max-height:58vh;flex:1;overflow-y:auto;padding:26px clamp(18px,4vw,52px);scrollbar-color:#cbd2de transparent}.chat-canvas.is-empty{display:grid;place-items:center}.chat-welcome{max-width:520px;padding:20px;text-align:center}.chat-welcome .studio-avatar{margin-left:auto;margin-right:auto}.eyebrow{margin:0 0 12px;color:var(--studio-blue)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase}.chat-welcome h3,.form-hero h3,.settings-heading h3{margin:0;color:var(--studio-ink);font-family:Plus Jakarta Sans,PingFang SC,sans-serif;font-size:clamp(31px,4vw,50px);line-height:1.08;letter-spacing:-.075em}.chat-welcome>p:not(.eyebrow){margin:18px auto 24px;color:#748094;font-size:12px;line-height:1.8}.chat-welcome>p b{color:var(--studio-ink)}.chat-welcome>button{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:0;border-radius:11px;background:var(--studio-blue);color:#fff;font-size:11px;font-weight:800;box-shadow:0 10px 22px #315ee738}.chat-welcome>button:hover{background:var(--studio-blue-dark);transform:translateY(-1px)}.message-stream{width:min(760px,100%);min-height:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px}.chat-message{width:min(78%,580px);display:grid;gap:6px}.chat-message.tester{align-self:flex-end}.chat-message.bot,.chat-message.system{align-self:flex-start}.message-author{display:flex;align-items:center;gap:8px;padding:0 4px;color:#717b8d;font-size:9px;font-weight:700}.chat-message.tester .message-author{justify-content:flex-end}.message-author time{color:#a2a9b5;font-weight:500}.message-bubble{position:relative;overflow:hidden;padding:13px 15px;border:1px solid #e4e8ef;border-radius:5px 17px 17px;background:#fff;color:#263043;box-shadow:0 5px 16px #1e2a460d}.chat-message.tester .message-bubble{border-color:#315ee7;border-radius:17px 5px 17px 17px;background:#315ee7;color:#fff;box-shadow:0 7px 18px #315ee729}.chat-message.system{width:auto;max-width:70%}.chat-message.system .message-bubble{padding:9px 12px;border-style:dashed;border-radius:10px;background:#f3f5f8;color:#6e7889;box-shadow:none}.message-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.65}.message-meta{display:block;margin-top:8px;color:#98a1af;font-size:8px;font-weight:700;letter-spacing:.08em}.chat-message.tester .message-meta{color:#c9d6ff}.reply-marker{display:block;margin:-4px -5px 8px;padding:6px 8px;border-left:2px solid currentColor;border-radius:5px;background:#6a789114;color:#7a8495;font-size:9px}.chat-message.tester .reply-marker{background:#ffffff1a;color:#dce4ff}.reply-button{width:max-content;padding:0 4px;border:0;background:transparent;color:#939baa;font-size:9px}.chat-message.tester .reply-button{justify-self:end}.reply-button:hover{color:var(--studio-blue)}.message-assets{display:grid;gap:7px;margin-top:9px}.message-file{display:flex;align-items:center;gap:9px;padding:9px;border:1px solid rgba(100,114,139,.17);border-radius:10px;background:#f8fafcd1;color:#465267}.chat-message.tester .message-file{border-color:#ffffff2b;background:#ffffff1a;color:#fff}.message-file>span{min-width:0;display:grid;gap:2px}.message-assets b,.message-assets small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-assets b{font-size:10px}.message-assets small{max-width:260px;color:#8d96a5;font-size:8px}.chat-message.tester .message-assets small{color:#d1dcff}.message-image{position:relative;width:min(360px,100%);overflow:hidden;margin:0;border:1px solid rgba(100,114,139,.16);border-radius:13px;background:#eef1f6}.message-image img{display:block;width:100%;max-height:360px;object-fit:contain;background:#eef1f6}.chat-message.tester .message-image{border-color:#ffffff40}.message-bubble.typing{width:58px;display:flex;justify-content:center;gap:4px;padding:14px}.message-bubble.typing i{width:6px;height:6px;border-radius:50%;background:#94a0b2;animation:typing-dot 1.1s infinite ease-in-out}.message-bubble.typing i:nth-child(2){animation-delay:.13s}.message-bubble.typing i:nth-child(3){animation-delay:.26s}@keyframes typing-dot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.composer{padding:12px 18px 11px;border-top:1px solid var(--studio-line);background:#fff}.composer-row{display:grid;grid-template-columns:40px minmax(0,1fr) 42px;align-items:end;gap:8px;padding:7px;border:1px solid #dce1e9;border-radius:14px;background:#fff;box-shadow:0 7px 22px #1423460d}.composer-row:focus-within{border-color:#9db3ef;box-shadow:0 0 0 4px #315ee717,0 7px 22px #1423460d}.composer textarea{min-height:40px;max-height:120px;padding:9px 4px;border:0;outline:0;resize:none;color:var(--studio-ink);font-size:13px;line-height:1.6}.composer textarea::placeholder{color:#a2a9b5}.attach-button,.send-button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:10px}.attach-button{position:relative;overflow:hidden;background:#f3f5f8;color:#697486}.attach-button:hover{background:#e9eefb;color:var(--studio-blue)}.attach-button input,.upload-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.send-button{background:var(--studio-blue);color:#fff;box-shadow:0 6px 14px #315ee738}.send-button:hover{background:var(--studio-blue-dark);transform:translateY(-1px)}.send-button:disabled{cursor:not-allowed;opacity:.38;transform:none}.composer-foot{display:flex;justify-content:space-between;gap:20px;padding:8px 4px 0;color:#949dab;font-size:8px}.composer-reply{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 4px 8px;padding:8px 10px;border-left:2px solid var(--studio-blue);border-radius:6px;background:#f4f7ff;color:#62708a;font-size:10px}.composer-reply button,.pending-files button,.training-files button{width:25px;height:25px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#8b94a3}.composer-reply button:hover,.pending-files button:hover,.training-files button:hover{background:#e8edf6;color:#344054}.composer-reply svg,.pending-files button svg,.training-files button svg{width:13px;height:13px}.pending-files{display:flex;flex-wrap:wrap;gap:6px;margin:0 4px 8px}.pending-files>span{display:flex;align-items:center;gap:7px;max-width:260px;padding:5px;border:1px solid #e1e5ec;border-radius:10px;background:#fafbfc;color:#687386;font-size:9px}.pending-files>span>svg{width:12px;height:12px}.pending-files>span>img{width:34px;height:34px;flex:0 0 auto;border-radius:7px;object-fit:cover;background:#edf0f5}.pending-files>span>b{min-width:0;overflow:hidden;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.protocol-details{margin:0;border-top:1px solid var(--studio-line);background:#111827;color:#dce5f5}.protocol-details summary{padding:12px 18px;cursor:pointer;color:#aebbd0;font-size:10px;font-weight:700}.protocol-badges{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 12px}.protocol-badges span{padding:4px 7px;border:1px solid #34425b;border-radius:6px;color:#8fa5c7;font-size:8px;text-transform:uppercase}.protocol-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #263248}.protocol-grid section{min-width:0}.protocol-grid section+section{border-left:1px solid #263248}.protocol-grid h4{margin:0;padding:12px 18px 0;color:#eef4ff;font:700 9px/1.4 Plus Jakarta Sans,sans-serif;letter-spacing:.08em;text-transform:uppercase}.protocol-grid pre{max-height:360px;overflow:auto;margin:10px 0 0;padding:0 18px 18px;color:#b8c7dd;font:10px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.studio-form-page{flex:1;padding:clamp(24px,4vw,48px);background:linear-gradient(145deg,#f8f9fc,#f4f6fa)}.asset-page{display:grid;align-content:start;gap:16px}.asset-upload-button{position:relative;overflow:hidden;cursor:pointer}.asset-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.asset-library-card{min-width:0;padding:22px;border:1px solid #e2e6ed;border-radius:18px;background:#fff;box-shadow:0 10px 32px #1c2b4c0e}.asset-section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px}.asset-section-header h4{margin:0;color:var(--studio-ink);font-family:Plus Jakarta Sans,sans-serif;font-size:19px;letter-spacing:-.04em}.asset-section-header h4 span{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:6px;border-radius:7px;background:#eef3ff;color:var(--studio-blue);font-size:10px;vertical-align:3px}.asset-section-header>small{color:#8993a3;font-size:9px}.asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.asset-card{min-width:0;overflow:hidden;border:1px solid #e2e6ed;border-radius:15px;background:#fbfcfe;transition:border-color .2s ease,box-shadow .2s ease}.asset-card:hover{border-color:#cbd7f6;box-shadow:0 10px 24px #28407814}.asset-card.disabled{opacity:.55}.asset-preview{position:relative;height:165px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid #e4e8ef;background:linear-gradient(145deg,#edf1f7,#f8f9fc)}.asset-preview-image{width:100%;height:100%;object-fit:cover}.asset-preview-fallback{display:grid;place-items:center;gap:8px;color:#7b8799;font-size:10px}.asset-preview-fallback svg{width:25px;height:25px}.asset-kind{position:absolute;right:9px;bottom:9px;padding:4px 7px;border-radius:6px;background:#111827c7;color:#fff;font-size:8px;font-weight:800;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asset-card-body{display:grid;gap:10px;padding:13px}.asset-card-body>input,.slot-add-row input{min-width:0;width:100%;padding:10px 11px;border:1px solid #dce1e9;border-radius:9px;outline:0;background:#fff;color:var(--studio-ink);font-size:10px}.asset-card-body>input:focus,.slot-add-row input:focus{border-color:#91a9ed;box-shadow:0 0 0 3px #315ee714}.asset-card-meta{min-width:0;display:flex;justify-content:space-between;align-items:center;gap:8px;color:#667287;font-size:9px}.asset-card-meta span{color:#23835c;font-weight:800}.asset-card-meta small{min-width:0;overflow:hidden;color:#98a1af;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.asset-card-actions{display:flex;gap:7px}.asset-card-actions button{min-height:32px;flex:1;border:1px solid #dce2eb;border-radius:8px;background:#fff;color:#5d687a;font-size:9px;font-weight:700}.asset-card-actions button:hover{border-color:#b7c7ef;color:var(--studio-blue)}.asset-card-actions .asset-remove-button{color:#b42318}.asset-card-actions .asset-remove-button:hover{border-color:#efb7b3;background:#fff6f5;color:#b42318}.asset-empty{min-height:210px;display:grid;place-content:center;justify-items:center;gap:8px;border:1px dashed #cfd6e2;border-radius:14px;background:#fafbfd;color:#7f8a9c;text-align:center}.asset-empty svg{width:28px;height:28px;color:#9aa8bd}.asset-empty strong{color:#39455a;font-size:12px}.asset-empty p{max-width:420px;margin:0;font-size:10px;line-height:1.7}.slot-add-row{display:grid;grid-template-columns:minmax(140px,.7fr) minmax(220px,1.4fr) auto;gap:8px;margin-bottom:14px;padding:12px;border:1px solid #e4e8ef;border-radius:12px;background:#f8f9fb}.slot-add-row button{min-height:38px;padding:0 14px;border:0;border-radius:9px;background:var(--studio-blue);color:#fff;font-size:10px;font-weight:800}.slot-add-row button:disabled{cursor:not-allowed;opacity:.4}.resource-slot-list{display:grid;gap:13px}.resource-slot-card{padding:18px;border:1px solid #dfe4ec;border-radius:16px;background:linear-gradient(145deg,#fff,#fafbfe);box-shadow:0 8px 24px #1c2b4c0b}.resource-slot-card.empty-slot{border-style:dashed;background:linear-gradient(145deg,#fff,#f7f9ff)}.resource-slot-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.resource-slot-heading>div{min-width:0;display:grid;gap:4px}.resource-slot-heading strong{color:#202a3c;font-size:13px}.resource-slot-heading span{color:#8792a4;font:8px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.resource-slot-heading>small{flex:0 0 auto;color:#8994a6;font-size:8px}.slot-heading-actions{flex:0 0 auto;display:grid;justify-items:end;gap:6px}.slot-heading-actions small{color:#8994a6;font-size:8px}.slot-heading-actions button{min-height:30px;padding:0 9px;border:1px solid #efc7c3;border-radius:8px;background:#fff;color:#b42318;font-size:8px;font-weight:700}.slot-heading-actions button:hover{border-color:#e6aaa4;background:#fff6f5}.resource-slot-assets{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.resource-asset-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;max-width:260px;padding:8px 10px;border:1px solid #dde3ec;border-radius:9px;background:#fff;color:#5f6b7e;cursor:pointer}.resource-asset-option.checked{border-color:#adc0f4;background:#f1f5ff;color:#264eb8}.resource-asset-option input{accent-color:var(--studio-blue)}.resource-asset-option span{overflow:hidden;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.resource-asset-option small{color:#95a0b0;font-size:7px;text-transform:uppercase}.slot-no-assets{color:#929cab;font-size:9px}.slot-bound-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.slot-bound-asset{min-width:0;display:grid;grid-template-columns:68px minmax(0,1fr) 32px;align-items:center;gap:10px;padding:8px;border:1px solid #e1e6ee;border-radius:12px;background:#fff}.slot-bound-asset.disabled{opacity:.55}.slot-bound-preview{width:68px;height:58px;overflow:hidden;border-radius:9px;background:#edf1f7}.slot-bound-preview .asset-preview-image{width:100%;height:100%;object-fit:cover}.slot-bound-preview .asset-preview-fallback{width:100%;height:100%;gap:3px;font-size:7px}.slot-bound-preview .asset-preview-fallback svg{width:16px;height:16px}.slot-bound-asset>div:nth-child(2){min-width:0;display:grid;gap:4px}.slot-bound-asset>div:nth-child(2) strong,.slot-bound-asset>div:nth-child(2) small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slot-bound-asset>div:nth-child(2) strong{color:#3b4659;font-size:9px}.slot-bound-asset>div:nth-child(2) small{color:#8190a4;font-size:8px}.slot-bound-asset>button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:#f4f6f9;color:#818b9b}.slot-bound-asset>button:hover{background:#fff0ef;color:#b42318}.slot-bound-asset>button svg{width:14px;height:14px}.slot-primary-actions{display:flex;align-items:stretch;gap:9px;margin-top:14px}.slot-upload-button{position:relative;min-height:48px;flex:1;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;border:1px solid #bdcaf0;border-radius:11px;background:#f1f5ff;color:#2853c8;cursor:pointer;font-size:10px;font-weight:800;transition:background .2s ease,border-color .2s ease}.slot-upload-button:hover{border-color:#8fa6e8;background:#e8efff}.slot-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.slot-upload-button svg{width:15px;height:15px}.ai-generation-switch{min-width:210px;min-height:48px;display:flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid #e0e5ed;border-radius:11px;background:#fff;cursor:pointer}.ai-generation-switch input{width:18px;height:18px;margin:0;accent-color:var(--studio-blue)}.ai-generation-switch span{display:grid;gap:2px}.ai-generation-switch b{color:#3a4659;font-size:9px}.ai-generation-switch small{color:#8b96a6;font-size:7px}.slot-ai-panel{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(240px,1.2fr) auto;align-items:end;gap:10px;margin-top:10px;padding:13px;border:1px solid #d7e0f7;border-radius:12px;background:linear-gradient(145deg,#f7f9ff,#eef3ff)}.slot-ai-panel>div{align-self:center}.slot-ai-panel strong{color:#2b3f76;font-size:10px}.slot-ai-panel p{margin:5px 0 0;color:#7180a1;font-size:8px;line-height:1.6}.slot-ai-panel textarea{width:100%;min-height:78px;padding:10px;border:1px solid #cfd9f0;border-radius:9px;outline:0;resize:vertical;color:#283348;background:#fff;font-size:9px;line-height:1.55}.slot-ai-panel textarea:focus{border-color:#91a9ed;box-shadow:0 0 0 3px #315ee714}.slot-ai-panel button{min-height:42px;display:flex;align-items:center;gap:6px;padding:0 12px;border:0;border-radius:9px;background:#242b3b;color:#fff;font-size:9px;font-weight:800;white-space:nowrap}.slot-ai-panel button:hover{background:#111827}.slot-ai-panel button:disabled{cursor:not-allowed;opacity:.45}.slot-ai-panel button svg{width:14px;height:14px}.slot-reuse{margin-top:10px}.slot-reuse summary{width:max-content;cursor:pointer;color:#7d889a;font-size:8px;font-weight:700}.advanced-library{padding:0;overflow:hidden}.advanced-library>summary{min-height:70px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;cursor:pointer;list-style:none}.advanced-library>summary::-webkit-details-marker{display:none}.advanced-library>summary span{display:grid;gap:4px}.advanced-library>summary b{color:#283348;font-size:12px}.advanced-library>summary small{color:#8993a3;font-size:8px}.advanced-library>summary em{padding:6px 9px;border-radius:8px;background:#eef3ff;color:var(--studio-blue);font-size:8px;font-style:normal;font-weight:800}.advanced-library[open]>summary{border-bottom:1px solid #e7eaf0}.advanced-library-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 22px}.advanced-library-toolbar p{margin:0;color:#7b8798;font-size:9px;line-height:1.6}.advanced-library>.asset-grid,.advanced-library>.asset-empty{margin:0 22px 22px}.opening-playbook-card,.strategy-card{grid-column:1/-1}.strategy-callout{display:flex;align-items:flex-start;gap:10px;margin:-3px 0 18px;padding:12px;border:1px solid #dbe3f9;border-radius:11px;background:#f4f7ff;color:#315ee7}.strategy-callout>svg{width:18px;height:18px;margin-top:1px}.strategy-callout>span{display:grid;gap:4px}.strategy-callout strong{color:#2f477f;font-size:10px}.strategy-callout small{color:#7180a2;font-size:8px;line-height:1.6}.form-hero{max-width:730px;margin-bottom:30px}.form-hero>p:last-child,.settings-heading>div>p:last-child{max-width:680px;margin:16px 0 0;color:#727d90;font-size:12px;line-height:1.8}.training-layout,.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-card{min-width:0;padding:20px;border:1px solid #e3e7ed;border-radius:17px;background:#fff;box-shadow:0 8px 26px #1c2b4c0d}.form-card>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.form-card>header>div{display:flex;align-items:center;gap:10px}.form-card>header span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--studio-blue-soft);color:var(--studio-blue);font-size:9px;font-weight:800}.form-card h4{margin:0;color:var(--studio-ink);font-family:Plus Jakarta Sans,sans-serif;font-size:14px;letter-spacing:-.03em}.form-card header small{color:#939cab;font-size:8px;text-transform:uppercase}.form-card>label:not(.upload-zone),.field-grid label,.standalone-field{display:grid;gap:7px;color:#646f81;font-size:10px;font-weight:700}.form-card textarea,.form-card input,.form-card select,.standalone-field input{width:100%;padding:11px 12px;border:1px solid #dce1e9;border-radius:10px;outline:0;background:#fbfcfd;color:var(--studio-ink);font-size:12px;line-height:1.6;resize:vertical}.form-card textarea:focus,.form-card input:focus,.form-card select:focus,.standalone-field input:focus{border-color:#91a9ed;background:#fff;box-shadow:0 0 0 4px #315ee714}.upload-zone{position:relative;min-height:190px;display:grid;place-content:center;justify-items:center;gap:9px;overflow:hidden;border:1px dashed #bdc8dc;border-radius:14px;background:linear-gradient(145deg,#fafcff,#f4f7fd);color:#66738a;text-align:center}.upload-zone:hover{border-color:#7593e8;background:#f3f6ff;color:var(--studio-blue)}.upload-zone svg{width:28px;height:28px;margin-bottom:3px}.upload-zone strong{color:var(--studio-ink);font-size:12px}.upload-zone span{font-size:9px}.training-files{display:grid;gap:7px;margin-top:10px}.training-files>div{display:grid;grid-template-columns:18px minmax(0,1fr) 25px;align-items:center;gap:8px;padding:8px 9px;border:1px solid #e5e8ee;border-radius:9px}.training-files>div>svg{width:14px;height:14px;color:#778399}.training-files>div>span{min-width:0;display:grid;gap:2px}.training-files b{overflow:hidden;color:#4b5669;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.training-files small{color:#969eaa;font-size:8px}.training-submit,.settings-save{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:14px;padding:17px 18px;border:1px solid #dfe4ed;border-radius:15px;background:#fff;box-shadow:0 8px 26px #1c2b4c0d}.training-submit>div,.settings-save>div{display:grid;gap:4px}.training-submit strong,.settings-save strong{color:var(--studio-ink);font-size:11px}.training-submit span,.settings-save span{color:#8992a1;font-size:9px}.training-submit button,.settings-save button,.publish-button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:11px;background:var(--studio-blue);color:#fff;font-size:10px;font-weight:800;box-shadow:0 9px 19px #315ee730}.training-submit button:hover,.settings-save button:hover,.publish-button:hover{background:var(--studio-blue-dark);transform:translateY(-1px)}.training-submit button:disabled,.settings-save button:disabled,.publish-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.analysis-report{margin-top:14px;overflow:hidden;border:1px solid #e2e6ed;border-radius:17px;background:#fff;box-shadow:0 8px 26px #1c2b4c0d}.analysis-report>header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #e8ebf0}.analysis-report h4{margin:0;color:var(--studio-ink);font-family:Plus Jakarta Sans,sans-serif;font-size:17px;letter-spacing:-.04em}.analysis-report>header>span{padding:6px 9px;border-radius:8px;background:#f0f3f8;color:#778196;font-size:8px;font-weight:800}.report-grid{display:grid;grid-template-columns:repeat(4,1fr)}.report-grid article{min-height:150px;padding:18px;border-right:1px solid #e8ebf0}.report-grid article:last-child{border:0}.report-grid small{color:var(--studio-blue);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.report-grid strong{display:block;margin:25px 0 8px;color:var(--studio-ink);font-size:13px}.report-grid p{margin:0;color:#818b9c;font-size:9px;line-height:1.6}.agent-adjust-card{display:grid;gap:14px;margin-top:14px;padding:20px;border:1px solid #ccd8f7;border-radius:17px;background:linear-gradient(145deg,#f8faff,#eef3ff);box-shadow:0 10px 30px #315ee714}.agent-adjust-copy{display:grid;gap:4px}.agent-adjust-copy .eyebrow{margin-bottom:2px}.agent-adjust-copy h4{margin:0;color:#25345e;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;letter-spacing:-.04em}.agent-adjust-copy p:not(.eyebrow){max-width:700px;margin:4px 0 0;color:#7180a1;font-size:10px;line-height:1.7}.agent-adjust-card textarea{width:100%;padding:12px;border:1px solid #cbd7f2;border-radius:11px;outline:0;resize:vertical;background:#fff;color:#26324a;font-size:12px;line-height:1.65}.agent-adjust-card textarea:focus{border-color:#7894e4;box-shadow:0 0 0 4px #315ee71a}.agent-adjust-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.agent-adjust-actions span{color:#7180a1;font-size:9px;line-height:1.6}.agent-adjust-actions button{min-height:41px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:0;border-radius:10px;background:#315ee7;color:#fff;font-size:10px;font-weight:800;box-shadow:0 8px 18px #315ee733}.agent-adjust-actions button:hover{background:#244dcc;transform:translateY(-1px)}.agent-adjust-actions button:disabled{cursor:not-allowed;opacity:.45;transform:none}.agent-adjust-actions button svg{width:15px;height:15px}.agent-adjustment-history{display:grid;gap:8px;padding-top:14px;border-top:1px solid #d8e1f7}.agent-history-title{display:flex;justify-content:space-between;align-items:center;gap:12px}.agent-history-title strong{color:#35466f;font-size:10px}.agent-history-title small{color:#8190b2;font-size:8px}.agent-adjustment-history article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid #d8e1f7;border-radius:10px;background:#ffffffb8}.agent-adjustment-history article>div{min-width:0;display:grid;gap:3px}.agent-adjustment-history article strong{color:#3f4e70;font-size:10px}.agent-adjustment-history article small{color:#8b98b1;font-size:8px}.agent-adjustment-history article p{overflow:hidden;margin:0;color:#7180a1;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.agent-adjustment-history article button{flex:0 0 auto;min-height:30px;padding:0 9px;border:1px solid #c7d3f4;border-radius:8px;background:#fff;color:#315ee7;font-size:9px;font-weight:800}.agent-adjustment-history article button:disabled{cursor:default;color:#8c97ab;background:#f4f6fa}.settings-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.settings-heading h3{max-width:760px}.publish-button{flex:0 0 auto;background:#121827}.publish-button:hover{background:#252d3d}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field-grid .full{grid-column:1/-1}.policy-options{display:grid;gap:8px}.policy-options>label{display:grid;grid-template-columns:17px minmax(0,1fr);gap:9px;padding:11px;border:1px solid #e1e5ec;border-radius:11px;cursor:pointer}.policy-options>label:hover{border-color:#bdc9e8;background:#fafbff}.policy-options>label.active{border-color:#8ca5ea;background:#f3f6ff;box-shadow:0 0 0 3px #315ee70f}.policy-options input{width:15px;height:15px;margin:1px 0 0;accent-color:var(--studio-blue)}.policy-options span{display:grid;gap:3px}.policy-options strong{color:#3d485b;font-size:10px}.policy-options small{color:#8993a4;font-size:8px;line-height:1.5}.standalone-field{margin-top:13px}.template-card{grid-column:1/-1}.template-card>header{margin-bottom:14px}.template-card>header>div{display:grid;gap:4px}.template-card>header strong{color:var(--studio-ink);font-family:Plus Jakarta Sans,sans-serif;font-size:15px}.template-card>header small{color:#8992a1;font-size:9px}.template-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.template-row>span{min-width:0;display:grid;gap:4px}.template-row b{overflow:hidden;color:#354157;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.template-row small{color:#929baa;font-size:9px}.template-row button{min-height:32px;padding:0 11px;border:1px solid #c7d3f4;border-radius:8px;background:#f3f6ff;color:var(--studio-blue);font-size:9px;font-weight:800}.template-name-input{display:flex;align-items:center;gap:10px;margin-top:10px;color:#69758a;font-size:9px;font-weight:700}.template-name-input input{flex:1;min-width:180px;padding:9px 10px;border:1px solid #dce1e9;border-radius:9px;outline:0;background:#fbfcfd;color:var(--studio-ink);font-size:10px}.readiness-bar{display:grid;gap:6px;margin:0 0 16px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#f7f9fc}.readiness-bar.blocked{border-color:#f0d3a6;background:#fffaf0}.readiness-bar strong{color:var(--studio-ink);font-size:11px}.readiness-bar span{font-size:9px;line-height:1.6}.readiness-blocker{color:#b0762b;font-weight:700}.readiness-warning{color:#8992a1}.readiness-note{color:#5c8f5f}.mission-locked-card .mission-readonly{display:grid;gap:8px}.mission-locked-card .mission-readonly p{margin:0;color:#5c667a;font-size:10px;line-height:1.6}.mission-locked-card .mission-readonly b{display:block;color:#8992a1;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.campaign-schema-note{margin:0 0 10px;color:#8992a1;font-size:9px;line-height:1.6}.slot-suggestions{display:grid;gap:8px;margin:0 0 12px;padding:10px 12px;border:1px solid #cfe0f6;border-radius:9px;background:#f4f8ff}.slot-suggestions>strong{color:var(--studio-blue);font-size:9px}.slot-suggestions>div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#5c667a;font-size:10px}.slot-suggestions button{min-height:26px;padding:0 10px;border:1px solid #c7d3f4;border-radius:7px;background:#fff;color:var(--studio-blue);font-size:9px;font-weight:800}.field-grid label .required-mark{margin-left:6px;color:#c05f5f;font-size:9px;font-weight:800}.field-grid label.required-missing input,.field-grid label.required-missing textarea{border-color:#e6bcbc;background:snow}.template-category+.template-category{margin-top:14px}.template-category>h4{margin:0;color:#8992a1;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.template-row em{color:#7d879a;font-size:9px;font-style:normal;line-height:1.5}.template-row .template-use-cases{color:var(--studio-blue);font-weight:700}.template-row .template-requirement{color:#b0762b}@media (max-width:1000px){.dashboard{grid-template-columns:1fr 1fr}.status-card,.capability-card,.announcement-card{grid-column:1/-1}.login-page{grid-template-columns:1fr minmax(380px,560px)}.login-page>aside{display:none}}@media (max-width:1120px){.robot-studio{grid-template-columns:180px minmax(0,1fr)}.session-status{display:none}.report-grid{grid-template-columns:1fr 1fr}.report-grid article:nth-child(2){border-right:0}.report-grid article:nth-child(-n+2){border-bottom:1px solid #e8ebf0}.asset-grid{grid-template-columns:1fr 1fr}}@media (max-width:860px){.robot-studio{display:block}.studio-bot-rail{padding:10px;border-right:0;border-bottom:1px solid var(--studio-line)}.studio-rail-title{display:none}.studio-bot-list{display:flex;overflow-x:auto}.studio-bot-list>button{min-width:170px}.studio-toolbar{align-items:flex-start;flex-direction:column}.studio-tabs{width:100%}.studio-tabs button{flex:1;justify-content:center}.training-layout,.settings-grid,.protocol-grid{grid-template-columns:1fr}.protocol-grid section+section{border-top:1px solid #263248;border-left:0}.slot-add-row,.slot-ai-panel,.slot-bound-grid{grid-template-columns:1fr}}@media (max-width:720px){.console-shell{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)}.sidebar{position:static;width:100%;max-width:100vw;min-width:0;height:auto;overflow:hidden;padding:14px}.console-brand{min-width:0;padding:0 0 12px}.sidebar nav{width:100%;min-width:0;display:flex;overflow-x:auto;margin-top:12px}.sidebar nav button{flex:0 0 auto;white-space:nowrap}.sidebar-foot{display:none}.workspace{width:100%;max-width:100vw;min-width:0;overflow:hidden;padding:22px 12px 60px}.workspace-header{min-width:0;align-items:start;gap:10px}.workspace-header>div:first-child{min-width:0}.workspace-header h1{overflow-wrap:anywhere}.access-pill{flex:0 0 auto}.dashboard,.credit-grid{min-width:0;grid-template-columns:minmax(0,1fr)}.metric,.capability-card,.announcement-card{min-width:0;grid-column:1}.capability-card>div{grid-template-columns:1fr}.capability-card>div>span{min-height:65px;flex-direction:row;border-right:0;border-bottom:1px solid var(--line)}.section-page{min-width:0}.section-page>header{min-width:0;align-items:start;flex-direction:column}.inline-form{min-width:0;width:100%}.inline-form input{min-width:0;flex:1}.inline-form button{flex:0 0 auto;white-space:nowrap}.login-page{display:block;padding:22px}.login-brand{margin-bottom:60px}.login-panel{padding:28px}.section-page{margin-top:28px}.robot-studio{width:calc(100% + 8px);max-width:calc(100vw - 16px);min-width:0;margin:0 -4px;border-radius:17px}.studio-main{min-width:0}.studio-title{min-width:0;width:100%}.studio-toolbar{min-width:0;padding:14px}.studio-tabs{min-width:0;overflow-x:auto}.studio-tabs button{min-width:96px;padding:0 7px;font-size:9px}.chat-header{min-width:0;align-items:flex-start;flex-direction:column;padding:10px 12px}.chat-tools{min-width:0;width:100%}.chat-tools button{min-width:0;flex:1;justify-content:center}.chat-canvas{min-width:0;min-height:390px;max-height:none;padding:24px 13px}.chat-message{width:88%}.chat-welcome{min-width:0;padding:12px 6px}.chat-welcome h3,.form-hero h3,.settings-heading h3{font-size:34px}.composer{min-width:0;padding:10px}.composer-foot{display:none}.protocol-details pre{max-width:100vw}.studio-form-page{min-width:0;padding:24px 14px}.training-submit,.settings-save,.settings-heading,.asset-section-header,.resource-slot-heading,.advanced-library-toolbar{min-width:0;align-items:stretch;flex-direction:column}.training-submit button,.settings-save button,.publish-button{width:100%}.field-grid{min-width:0;grid-template-columns:minmax(0,1fr)}.field-grid .full{grid-column:auto}.report-grid,.asset-grid{min-width:0;grid-template-columns:minmax(0,1fr)}.report-grid article{min-width:0;border-right:0;border-bottom:1px solid #e8ebf0}.report-grid article:last-child{border-bottom:0}.asset-library-card{padding:15px}.advanced-library{padding:0}.advanced-library>.asset-grid,.advanced-library>.asset-empty{margin:0 15px 15px}.advanced-library>summary{padding:16px}.advanced-library-toolbar{padding:14px 16px}.resource-asset-option{max-width:100%;flex:1 1 100%}.slot-primary-actions{flex-direction:column}.ai-generation-switch{min-width:0}.message-image{width:100%}}@media (max-width:720px){.slot-heading-actions{width:100%;justify-items:start}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.workspace-subtitle{display:block;margin-top:10px;color:var(--muted);font-size:12px;line-height:1.6}.section-lede{display:block;max-width:720px;margin-top:12px;color:var(--muted);font-size:13px;line-height:1.75}.loading-strip{display:flex;align-items:center;gap:9px;margin:18px 0 -2px;padding:11px 14px;border:1px solid #dfe7f7;border-radius:11px;background:#f7faff;color:#5d6f8f;font-size:11px}.loading-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px #356ae61c;animation:pulse-dot 1.3s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(.8);opacity:.55}50%{transform:scale(1);opacity:1}}.status-card .status-code{display:inline-flex;margin:0 0 8px;padding:4px 8px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em}.status-card>div>span:last-child{display:block;max-width:620px;line-height:1.7}.plan-metric strong{font-size:30px;letter-spacing:-.06em}.capability-card>div>span{gap:12px}.capability-card>div>span strong{color:var(--muted);font-size:11px;font-weight:700}.capability-card .yes strong{color:var(--green)}.announcement-card div small{color:var(--subtle);font-size:10px}.team-rule-banner,.credit-note,.privacy-banner{display:flex;align-items:flex-start;gap:12px;margin:0 0 18px;padding:15px 17px;border:1px solid #dce5f6;border-radius:14px;background:linear-gradient(135deg,#f8fbff,#f3f7ff);color:#5e6d87;font-size:12px;line-height:1.7}.team-rule-banner strong,.credit-note strong{flex:0 0 auto;color:var(--blue)}.permission-toggle{padding:5px 8px;border:1px solid transparent;border-radius:7px;background:transparent;color:inherit;font-size:11px;font-weight:700}.permission-toggle:not(:disabled):hover{border-color:#cbd8f4;background:#f5f8ff;color:var(--blue)}.permission-toggle:disabled{cursor:default;opacity:.78}.team-table .table-head,.team-table .table-row{grid-template-columns:1.55fr .72fr .78fr .78fr .78fr .72fr 1.1fr;min-width:1030px}.row-actions{display:flex!important;align-items:center;gap:6px}.row-action{padding:6px 8px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--blue);font-size:10px;font-weight:700;white-space:nowrap}.row-action:hover{border-color:#b7c9f3;background:var(--blue-soft)}.row-action.danger{color:var(--red)}.row-action.danger:hover{border-color:#efc4c4;background:#fff5f5}.status-badge{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;background:#f1f3f6;color:#6c7585;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}.status-badge.active,.status-badge.published,.status-badge.completed{background:#e8f7f0;color:var(--green)}.status-badge.suspended,.status-badge.failed,.status-badge.revoked{background:#fff0f0;color:var(--red)}.status-badge.draft,.status-badge.reconciled{background:#edf3ff;color:var(--blue)}.status-badge.no_reply{background:#f2f3f5;color:#757e8d}.compact-empty{min-height:220px;margin-top:16px}.device-limit-pill{padding:9px 11px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:#fff;font-size:11px;font-weight:700}.privacy-banner{align-items:center;margin-bottom:20px;border-color:#d9e7e7;background:linear-gradient(135deg,#f7ffff,#f3faff)}.privacy-banner p{margin:3px 0 0;color:var(--muted);line-height:1.7}.privacy-mark{display:grid;place-items:center;width:52px;height:52px;flex:0 0 auto;border-radius:15px;background:#1d7f84;color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em}.device-list{display:grid;gap:12px}.device-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}.device-card.device-revoked{opacity:.68}.device-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:var(--ink);color:#fff;font-size:12px;font-weight:900;letter-spacing:.05em}.device-card-main{min-width:0}.device-card-title{display:flex;align-items:center;gap:9px}.device-card-title strong{color:var(--ink);font-size:14px}.device-card-main p{margin:5px 0;color:var(--muted);font-size:11px}.device-card-main small{display:block;overflow:hidden;color:var(--subtle);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.device-card-side{display:grid;justify-items:end;gap:10px;color:var(--muted);font-size:10px;text-align:right}.device-card-side b{color:var(--ink);font-size:16px}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#121c3047;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirm-modal{width:min(460px,100%);padding:28px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:#fff;box-shadow:0 25px 80px #101c3838}.confirm-modal h3{margin:9px 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:28px;letter-spacing:-.06em}.confirm-modal p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}.confirm-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.confirm-actions .danger-button{min-height:44px}.credit-grants{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:-4px 0 18px}.credit-grants>div{display:grid;gap:5px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fff}.credit-grants span,.credit-grants small{color:var(--muted);font-size:10px}.credit-grants strong{color:var(--ink);font-size:16px}.credit-note{margin-top:0}.usage-table .table-head,.usage-table .table-row{grid-template-columns:1.05fr 1.35fr 1.1fr .78fr .55fr;min-width:760px}.usage-table .table-row>span{display:grid;gap:3px}.usage-table .table-row small{color:var(--subtle);font-size:9px}.bot-overview-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 18px}.bot-overview-strip>div{display:grid;gap:5px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff}.bot-overview-strip span{color:var(--muted);font-size:10px}.bot-overview-strip strong{color:var(--ink);font-family:Plus Jakarta Sans,sans-serif;font-size:20px;letter-spacing:-.05em}.bot-list-table{margin-bottom:20px}.bot-list-table .table-head,.bot-list-table .table-row{grid-template-columns:1.55fr .65fr .9fr .85fr .65fr .8fr;min-width:840px}.bot-list-table .table-row>span:first-child{display:grid;gap:4px}.bot-list-table .table-row small{color:var(--subtle)}.template-card{margin-bottom:20px}@media (max-width:720px){.workspace-subtitle{font-size:11px}.section-lede{font-size:12px}.team-rule-banner,.credit-note,.privacy-banner{padding:13px}.device-card{grid-template-columns:42px minmax(0,1fr)}.device-icon{width:42px;height:42px;border-radius:12px;font-size:10px}.device-card-side{grid-column:2;justify-items:start;text-align:left}.device-card-side{display:flex;align-items:center;justify-content:space-between}.credit-grants,.bot-overview-strip{grid-template-columns:1fr}.confirm-actions{flex-direction:column-reverse}.confirm-actions button{width:100%;justify-content:center}}:root{color-scheme:dark;--ink: #f3f5fb;--muted: #8d96a8;--subtle: #5d6677;--line: #262c37;--surface: #141820;--soft: #0d1015;--blue: #8ea9ff;--blue-dark: #6b87ed;--blue-soft: #1a2130;--green: #baff3d;--amber: #f4bf6a;--red: #ff7f89;--shadow-sm: none;--shadow-md: 0 24px 80px rgba(0,0,0,.22);font-family:DM Sans,PingFang SC,sans-serif;background:var(--soft);color:var(--ink)}body{background:#0d1015}a{color:inherit}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-lockup img{width:42px;height:42px;display:block}.brand-lockup>span{color:#f3f5fb;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.08em}.brand-lockup>span>span{color:#94a9ff}.brand-lockup.compact{gap:10px}.brand-lockup.compact>span{font-size:16px}.login-page{background:radial-gradient(circle at 12% 18%,rgba(74,87,160,.18),transparent 32%),radial-gradient(circle at 90% 84%,rgba(0,194,214,.08),transparent 28%),#0d1015}.login-brand{display:none}.login-panel{border:1px solid #2a313d;border-radius:16px;background:#141820;box-shadow:0 28px 100px #00000047}.login-panel h1{color:#f6f7fb;font-size:clamp(40px,5vw,62px);letter-spacing:-.085em}.login-panel>p:not(.kicker),.login-panel label,.login-links{color:#8d96a8}.login-panel input,.inline-form input,.test-lab textarea{border-color:#303846;background:#0f131a;color:#f3f5fb}.login-panel form>button,.inline-form button{background:#8ea9ff;color:#10131a}.login-panel form>button:hover,.inline-form button:hover{background:#b2c3ff}.login-page>aside{border-color:#303744;color:#8d96a8}.login-page>aside span{color:#baff3d}.console-shell{grid-template-columns:236px minmax(0,1fr);background:#0d1015}.sidebar{background:#0b0e13;border-right:1px solid #252b35;padding:20px 16px}.console-brand{min-height:58px;padding:0 8px 20px;border-bottom:1px solid #252b35}.console-brand>.console-brand-label{width:auto;height:auto;min-width:0;margin-left:auto;padding:0;border:0;border-radius:0;background:transparent;color:#687184;font-size:10px;font-weight:500;letter-spacing:.08em}.console-brand-label{margin-left:auto;color:#687184;font-size:10px;letter-spacing:.08em}.sidebar nav{gap:3px;margin-top:18px}.sidebar nav button{color:#7d8798;border-radius:8px}.sidebar nav button i{color:#555f70}.sidebar nav button:hover{background:#151a22;color:#f3f5fb}.sidebar nav button.active{background:#baff3d;color:#10130e}.sidebar nav button.active i{color:#10130e}.sidebar-foot{color:#687184}.sidebar-foot button{border-color:#2b333f;background:#0f131a;color:#8791a2}.sidebar-foot button:hover{border-color:#788fe6;background:#182033;color:#dbe4ff}.workspace{padding:28px clamp(22px,4vw,56px) 70px;background:#0d1015}.workspace-header{padding-bottom:20px;border-bottom-color:#252b35}.workspace-header p,.section-page header p,.status-card p,.metric p,.capability-card>header p,.announcement-card>p{color:#baff3d;font-size:9px;letter-spacing:.18em}.workspace-header h1,.section-page h2{color:#f4f5f7;font-size:clamp(28px,3vw,48px);letter-spacing:-.08em}.workspace-subtitle{color:#7d8798}.access-pill{border-color:#2c3440;background:#11151c}.access-pill span{color:#baff3d}.access-pill small{color:#687184}.notice,.loading-strip{border-color:#33415f;background:#151d2d;color:#aebcf0}.dashboard{gap:14px;margin-top:20px}.status-card{min-height:190px;padding:28px;border:1px solid #2a313c;border-radius:2px;background:#cfff52;color:#11140f;box-shadow:none}.status-card p{color:#11140f}.status-card h2{color:#11140f;margin:14px 0 5px;font-size:clamp(40px,4vw,64px)}.status-card .status-code{border-color:#11140f47;color:#11140f}.status-card>div>span:last-child{color:#28311c}.status-card a{color:#11140f;border-bottom-color:#11140f}.metric,.announcement-card,.capability-card,.credit-grid article,.credit-grants>div,.device-card,.form-card,.asset-library-card,.analysis-report,.agent-adjust-card{border-color:#262d38;background:#141820;box-shadow:none}.metric strong,.credit-grid strong{color:#f3f5fb}.metric small,.credit-grid span,.credit-grants span,.credit-grants small{color:#7d8798}.metric p{color:#baff3d}.plan-metric strong{color:#f3f5fb}.capability-card>header{border-bottom-color:#262d38}.capability-card>header span{color:#687184}.capability-card>div>span{border-right-color:#262d38;color:#8d96a8}.capability-card b,.capability-card>div>span strong{color:#f3f5fb}.capability-card .yes b,.capability-card .yes strong{color:#baff3d}.announcement-card div{border-top:1px solid #262d38;padding-top:16px}.announcement-card strong{color:#f3f5fb}.announcement-card span,.announcement-card div small{color:#8d96a8}.section-page{margin-top:28px}.section-page>header{margin-bottom:20px}.section-lede{display:none}.inline-form input{min-width:230px}.outline-button,.device-limit-pill{border-color:#303846;background:#12161d;color:#aebcf0}.outline-button:hover{border-color:#8ea9ff;background:#182033}.table{border-color:#262d38;background:#141820;border-radius:2px}.table-head{background:#10141b;color:#6f798b}.table-head span,.table-row>span{border-right-color:#262d38}.table-row{border-top-color:#262d38;color:#9ca5b4}.table-row b{color:#f3f5fb}.table-row small{color:#687184}.row-action,.permission-toggle{border-color:#303846;background:#11151c;color:#aebcf0}.row-action:hover,.permission-toggle:not(:disabled):hover{border-color:#8298ea;background:#192137;color:#e1e8ff}.row-action.danger{color:#ff9299}.status-badge{background:#202631;color:#98a1af}.status-badge.active,.status-badge.published,.status-badge.completed{background:#253410;color:#cfff52}.status-badge.suspended,.status-badge.failed,.status-badge.revoked{background:#3a2026;color:#ff9299}.status-badge.draft,.status-badge.reconciled{background:#1b253e;color:#aebcf0}.team-rule-banner,.credit-note,.privacy-banner{border-color:#29384a;background:#141d2a;color:#8d96a8}.team-rule-banner strong,.credit-note strong{color:#baff3d}.privacy-mark{background:#243c59;color:#aebcf0}.device-icon{background:#222a3a;color:#baff3d}.device-card-main p{color:#8d96a8}.device-card-main small{color:#687184}.confirm-overlay{background:#0000009e}.confirm-modal{border-color:#303846;background:#141820}.confirm-modal h3{color:#f3f5fb}.confirm-modal p{color:#8d96a8}.confirm-actions .danger-button{border-color:#60343a;background:#351f25;color:#ff9299}.bot-overview-strip>div{border-color:#262d38;background:#141820}.bot-overview-strip span{color:#768092}.bot-overview-strip strong{color:#f3f5fb}.robot-studio{border-color:#2a313c;background:#141820;box-shadow:none}.studio-bot-rail{border-right-color:#262d38;background:#10141b}.studio-toolbar,.chat-header,.composer{border-color:#262d38;background:#141820}.studio-tabs,.scope-switch,.composer-row,.chat-tools button{border-color:#303846;background:#11151c}.studio-tabs button,.scope-switch button,.chat-tools button{color:#8993a5}.studio-tabs button.active,.scope-switch button.active{color:#11140f;background:#baff3d}.chat-workspace,.chat-canvas{background:#0f131a}.chat-message .message-bubble{border-color:#2d3542;background:#171c25;color:#e7eaf1}.chat-message.tester .message-bubble{border-color:#778fe7;background:#27375e}.send-button{background:#8ea9ff;color:#10131a}.attach-button{background:#1c2330;color:#aebcf0}.studio-form-page{background:#0f131a}.form-card header{border-bottom-color:#262d38}.form-card header span{color:#baff3d}.form-card header h4,.form-card label,.form-card strong{color:#f3f5fb}.form-card small,.form-card p{color:#8d96a8}.form-card input,.form-card textarea,.slot-add-row input,.asset-card-body>input{border-color:#303846;background:#0f131a;color:#f3f5fb}.publish-button,.settings-save button,.training-submit button{background:#baff3d;color:#11140f}.publish-button:hover,.settings-save button:hover,.training-submit button:hover{background:#d8ff83}.eyebrow{color:#baff3d!important}@media (max-width:720px){.console-brand-label{display:none}.workspace{padding:20px 13px 50px}.workspace-header h1{font-size:34px}.status-card{min-height:220px}.status-card h2{font-size:48px}}:root{color-scheme:light;--ink: #181a2a;--muted: #63667f;--subtle: #8688a0;--line: #d7d8e6;--surface: #fff;--soft: #f6f5fb;--blue: #5640c4;--blue-dark: #4531a0;--blue-soft: #f4f3fd;--green: #0f7a52;--amber: #8f5c10;--red: #9c2836;--shadow-sm: 0 1px 3px rgba(22,15,56,.06);--shadow-md: 0 12px 32px rgba(22,15,56,.1);font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;background:var(--soft);color:var(--ink)}html,body,#root{min-height:100%}body{background:var(--soft);color:var(--ink)}.console-icon{width:18px;height:18px;flex:0 0 auto}.page-enter{animation:prototype-fade-up .22s cubic-bezier(.23,1,.32,1)}@keyframes prototype-fade-up{0%{opacity:0;transform:translateY(6px) scale(.992)}to{opacity:1;transform:none}}.login-page{grid-template-columns:minmax(180px,1fr) minmax(420px,560px) 160px;background:radial-gradient(circle at 12% 86%,rgba(86,64,196,.12),transparent 32%),linear-gradient(135deg,#fbfaff,#f1effa)}.login-panel{border:1px solid #d7d8e6;border-radius:18px;background:#fffffff0;box-shadow:0 18px 54px #241a571f}.login-panel h1{color:#181a2a;font-size:clamp(40px,5vw,62px);letter-spacing:-.07em}.login-panel>p:not(.kicker),.login-panel label,.login-links{color:#63667f}.login-panel input,.inline-form input,.test-lab textarea{border-color:#d7d8e6;background:#fff;color:#181a2a}.login-panel form>button,.inline-form button{background:#5640c4;color:#fff}.login-panel form>button:hover,.inline-form button:hover{background:#4531a0}.login-page>aside{border-color:#cdc6f5;color:#63667f}.login-page>aside span,.kicker{color:#5640c4}.login-page .brand-lockup>span{color:#181a2a}.login-page .brand-lockup>span>span{color:#5640c4}.console-shell{min-height:100vh;grid-template-columns:256px minmax(0,1fr);background:#f6f5fb}.sidebar{z-index:20;padding:0;border-right:1px solid #d7d8e6;background:#fff}.console-brand{min-height:64px;padding:0 24px;border-bottom:1px solid #e9e9f3}.brand-lockup.compact img{width:32px;height:32px}.brand-lockup.compact>span{color:#181a2a;font-size:18px;letter-spacing:-.05em}.brand-lockup.compact>span>span{color:#5640c4}.sidebar nav{display:grid;gap:4px;margin:0;padding:22px 12px}.sidebar nav button{min-height:43px;gap:12px;padding:0 13px;border-radius:9px;color:#63667f;font-size:14px;font-weight:600}.sidebar nav button:hover{background:#f6f5fb;color:#181a2a}.sidebar nav button.active{background:#f4f3fd;color:#4531a0}.sidebar nav button.active .console-icon{color:#5640c4}.sidebar-account{display:grid;gap:4px;margin-top:auto;padding:16px 20px 6px;border-top:1px solid #e9e9f3}.sidebar-account strong{overflow:hidden;color:#181a2a;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.sidebar-account span{color:#8688a0;font-size:11px}.sidebar-foot{display:block;margin:0;padding:8px 12px 16px}.sidebar-foot button{width:100%;min-height:40px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;background:transparent;color:#63667f;text-align:left;font-size:13px}.sidebar-foot button:hover{border-color:transparent;background:#f6f5fb;color:#181a2a}.console-stage{min-width:0}.workspace-header{position:sticky;top:0;z-index:15;min-height:64px;align-items:center;padding:0 32px;border-bottom:1px solid #d7d8e6;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.workspace-heading{display:flex;align-items:center;gap:12px;min-width:0}.workspace-heading h1{margin:0;color:#181a2a;font-size:18px;font-weight:650;letter-spacing:-.025em}.workspace-heading h2{margin:0;color:#181a2a;font-size:13px;font-weight:600}.workspace-heading span{padding-left:12px;border-left:1px solid #d7d8e6;color:#8688a0;font-size:12px}.workspace-header-actions{gap:10px}.subscription-chip,.credit-trigger,.bridge-chip,.studio-return-button{min-height:34px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #d7d8e6;border-radius:999px;background:#fff;color:#63667f;font-size:11px;font-weight:650}.subscription-chip{border-color:#e8e5fb;background:#f4f3fd;color:#4531a0}.subscription-chip .console-icon{width:14px;height:14px}.subscription-chip small{padding-left:7px;border-left:1px solid #cdc6f5;color:#6c58db;font-size:10px}.credit-popover{position:relative}.credit-trigger{cursor:pointer}.credit-trigger .console-icon{width:15px;height:15px;color:#b8791a}.credit-trigger strong{color:#181a2a}.credit-trigger span{color:#8688a0;font-weight:500}.credit-popover-panel{position:absolute;top:calc(100% + 10px);right:0;width:230px;display:grid;gap:7px;padding:16px;border:1px solid #d7d8e6;border-radius:13px;background:#fff;box-shadow:0 14px 34px #241a5724;opacity:0;visibility:hidden;transform:translateY(-4px);transition:.18s ease}.credit-popover:hover .credit-popover-panel{opacity:1;visibility:visible;transform:none}.credit-popover-panel small,.credit-popover-panel span{color:#63667f;font-size:11px}.credit-popover-panel strong{color:#181a2a;font-size:24px}.bridge-chip{border:0;background:#f2f2f7}.bridge-chip i{width:7px;height:7px;border-radius:50%;background:#aeb0c4}.bridge-chip.online i{background:#1c9b6b;box-shadow:0 0 0 3px #edfaf3}.studio-return-button{border:0;color:#5640c4;background:transparent}.studio-return-button:hover{background:#f4f3fd;transform:none}.studio-return-button .console-icon{width:15px;height:15px}.workspace{width:min(1180px,100%);margin:0 auto;padding:32px 40px 70px;background:transparent}.notice,.loading-strip{margin:0 0 20px;border-color:#cdc6f5;background:#f4f3fd;color:#4531a0}.notice{align-items:center}.notice button{display:grid;place-items:center;padding:3px}.notice .console-icon{width:15px;height:15px}.dashboard{display:block;margin:0}.status-card{min-height:auto;align-items:flex-start;padding:24px;border:1px solid #cdc6f5;border-radius:18px;background:#f4f3fd;color:#181a2a;box-shadow:none}.status-card-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.status-card h2{margin:0;color:#181a2a;font-size:22px;letter-spacing:-.04em}.status-card p{max-width:700px;margin:10px 0 0;color:#3b3d57;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.75}.status-card .status-code{margin:0;padding:4px 8px;border:1px solid #cdc6f5;background:#e8e5fb;color:#4531a0}.status-card a{display:flex;align-items:center;gap:8px;padding:8px 0;border:0;color:#5640c4;font-size:12px}.overview-main{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:28px;margin-top:28px}.overview-primary,.overview-secondary{min-width:0}.section-label,.subsection-title{margin:0 0 13px;color:#181a2a;font-size:13px;font-weight:650;letter-spacing:0}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:28px}.metric{min-height:116px;padding:17px;border-color:#d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.metric p{margin:0;color:#63667f;font-size:11px;font-weight:500;letter-spacing:0}.metric strong{margin:auto 0 3px;color:#181a2a;font-size:29px;letter-spacing:-.055em}.metric small{color:#8688a0;font-size:9px;line-height:1.45}.plan-metric strong{font-size:22px}.capability-card{grid-column:auto;border-color:#d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.capability-card>div{display:block}.capability-card>div>span{min-height:70px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:0;border-bottom:1px solid #e9e9f3}.capability-card>div>span:last-child{border-bottom:0}.capability-card>div>span>span{display:grid;gap:4px}.capability-card b{color:#181a2a;font-size:12px}.capability-card .yes b{color:#181a2a}.capability-card small{color:#8688a0;font-size:10px}.capability-card>div>span>strong{min-width:max-content;display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #d7d8e6;border-radius:7px;background:#f6f5fb;color:#63667f;font-size:10px}.capability-card>div>span>strong .console-icon{width:13px;height:13px}.capability-card .yes strong{border-color:#ccebdc;background:#edfaf3;color:#0f7a52}.announcement-card{padding:0;border:0;background:transparent}.announcement-card div{position:relative;display:grid;gap:7px;margin:0 0 12px;padding:17px;border:1px solid #d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.announcement-card div i{position:absolute;top:16px;right:16px;width:7px;height:7px;border-radius:50%;background:#6c58db}.announcement-card div small{color:#8688a0;font-size:10px}.announcement-card div strong{color:#181a2a;font-size:13px}.announcement-card div span{color:#63667f;font-size:11px;line-height:1.65}.section-page{margin:0}.section-page>header{align-items:flex-end;margin:0 0 26px}.section-page>header h2{max-width:760px;margin:0;color:#181a2a;font-size:25px;letter-spacing:-.04em;line-height:1.25}.page-kicker{margin:0 0 7px;color:#5640c4;font-size:11px;font-weight:700}.section-page>header .section-lede{display:block;max-width:760px;margin-top:8px;color:#63667f;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.65}.invite-card{margin-bottom:16px;padding:18px;border:1px solid #d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.invite-card h3{margin:0 0 13px;color:#181a2a;font-size:13px}.inline-form input{min-width:260px;border-radius:9px}.inline-form button{min-height:44px;padding:0 17px;border-radius:9px;font-size:12px}.team-rule-banner,.credit-note,.privacy-banner{border-color:#cdd8f7;border-radius:13px;background:#eef3fe;color:#3b3d57}.team-rule-banner strong,.credit-note strong{color:#25459e}.credit-note .console-icon{color:#3560d6}.privacy-banner{background:#fff;border-color:#d7d8e6}.privacy-mark{background:#f4f3fd;color:#5640c4}.table{border-color:#d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.table-head{background:#f8f7fb;color:#8688a0}.table-head span,.table-row>span{border-right-color:#e9e9f3}.table-row{border-top-color:#e9e9f3;color:#63667f}.table-row:hover{background:#fcfbff}.table-row b{color:#181a2a}.row-action,.permission-toggle{border-color:#d7d8e6;background:#fff;color:#5640c4}.row-action:hover,.permission-toggle:not(:disabled):hover{border-color:#aea2ef;background:#f4f3fd;color:#4531a0}.status-badge{background:#f1f1f6;color:#63667f}.status-badge.active,.status-badge.published,.status-badge.completed{background:#edfaf3;color:#0f7a52}.status-badge.suspended,.status-badge.failed,.status-badge.revoked{background:#fdeeef;color:#9c2836}.status-badge.draft,.status-badge.reconciled{background:#f4f3fd;color:#4531a0}.device-limit-pill,.outline-button{border-color:#d7d8e6;background:#fff;color:#5640c4}.device-card{border-color:#d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.device-icon{background:#f4f3fd;color:#5640c4}.device-card-main p{color:#63667f}.device-card-main small{color:#8688a0}.confirm-overlay{background:#181a2a4d}.confirm-modal{border-color:#d7d8e6;background:#fff}.confirm-modal h3{color:#181a2a}.confirm-modal p{color:#63667f}.confirm-actions .danger-button{border-color:#f2c6cb;background:#fdeeef;color:#9c2836}.credit-grid{grid-template-columns:1.15fr 1fr 1fr}.credit-grid article,.credit-grants>div{border-color:#d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm)}.credit-grid article{min-height:150px}.credit-grid strong{color:#181a2a;font-size:38px}.credit-grid span,.credit-grants span,.credit-grants small{color:#63667f}.credit-grid .total-credit-card{border-color:#5640c4;background:#5640c4;color:#fff}.credit-grid .total-credit-card p,.credit-grid .total-credit-card strong,.credit-grid .total-credit-card span{color:#fff}.bot-overview-strip>div{border-color:#d7d8e6;border-radius:12px;background:#fff;box-shadow:var(--shadow-sm)}.bot-overview-strip span{color:#8688a0}.bot-overview-strip strong{color:#181a2a}.bot-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.bot-card{min-width:0;display:flex;flex-direction:column;min-height:210px;padding:18px;border:1px solid #d7d8e6;border-radius:13px;background:#fff;box-shadow:var(--shadow-sm);transition:.18s ease}.bot-card:hover{border-color:#aea2ef;box-shadow:0 8px 24px #241a571a;transform:translateY(-2px)}.bot-card-heading{display:flex;align-items:center;gap:12px;min-width:0}.bot-card-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#f4f3fd;color:#5640c4}.bot-card-heading>div{min-width:0;display:grid;gap:4px}.bot-card-heading strong{overflow:hidden;color:#181a2a;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.bot-card-heading small{color:#8688a0;font-size:9px}.bot-card-badges{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.bot-card-badges>span{padding:4px 7px;border:1px solid #e9e9f3;border-radius:6px;color:#63667f;background:#f8f7fb;font-size:9px}.bot-card>button{display:flex;justify-content:space-between;margin-top:auto;padding:12px 0 0;border:0;border-top:1px solid #e9e9f3;background:transparent;color:#5640c4;font-size:11px;font-weight:700}.empty-state{border-color:#cfd0df;background:#fff}.empty-state strong{color:#181a2a;font-size:20px}.empty-state p{color:#63667f}.empty-state-icon{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 14px;border-radius:50%;background:#f4f3fd;color:#5640c4}.template-card{margin:0 0 22px}.template-card>header{border-bottom-color:#e9e9f3}.template-card>header p{color:#5640c4}.template-card>header strong{color:#181a2a}.template-card>header small,.template-row small,.template-row em{color:#63667f}.template-category,.template-row{border-color:#e9e9f3!important}.template-row b{color:#181a2a}.template-row button{border-color:#d7d8e6!important;background:#fff!important;color:#5640c4!important}.template-name-input input{border-color:#d7d8e6!important;background:#fff!important;color:#181a2a!important}.robot-studio{--studio-ink:#181a2a;--studio-muted:#63667f;--studio-line:#d7d8e6;--studio-blue:#5640c4;--studio-blue-dark:#4531a0;--studio-blue-soft:#f4f3fd;border-color:#d7d8e6;border-radius:15px;background:#fff;box-shadow:0 4px 18px #241a5714}.studio-empty{border-color:#cfd0df;background:#fff}.studio-empty strong{color:#181a2a}.studio-bot-rail{border-right-color:#e9e9f3;background:#f8f7fb}.studio-rail-title{color:#8688a0}.studio-rail-title b{background:#e9e9f3;color:#63667f}.studio-bot-list>button{color:#181a2a}.studio-bot-list>button:hover,.studio-bot-list>button.active{border-color:#cdc6f5;background:#fff}.studio-avatar{background:#5640c4}.studio-toolbar,.chat-header,.composer{border-color:#d7d8e6;background:#fff}.studio-title h3{color:#181a2a}.studio-title p{color:#8688a0}.studio-tabs,.scope-switch,.composer-row,.chat-tools button{border-color:#d7d8e6;background:#f8f7fb}.studio-tabs button,.scope-switch button,.chat-tools button{color:#63667f}.studio-tabs button:hover{color:#181a2a;background:#fff}.studio-tabs button.active{color:#4531a0;background:#fff;box-shadow:0 1px 4px #241a571a}.scope-switch button.active{color:#fff;background:#5640c4}.danger-button{border-color:#f2c6cb;background:#fdeeef;color:#9c2836}.chat-workspace,.chat-canvas,.studio-form-page{background:#f6f5fb}.chat-message .message-bubble{border-color:#d7d8e6;background:#fff;color:#181a2a}.chat-message.tester .message-bubble{border-color:#5640c4;background:#5640c4;color:#fff}.send-button{background:#5640c4;color:#fff}.attach-button{background:#f4f3fd;color:#5640c4}.composer-row textarea{color:#181a2a!important}.protocol-details,.form-card,.asset-library-card,.analysis-report,.agent-adjust-card{border-color:#d7d8e6!important;background:#fff!important;color:#181a2a;box-shadow:var(--shadow-sm)}.form-card header{border-bottom-color:#e9e9f3}.form-card header span,.eyebrow{color:#5640c4!important}.form-card header h4,.form-card label,.form-card strong,.asset-library-card h4,.analysis-report h4,.agent-adjust-card h4{color:#181a2a}.form-card small,.form-card p,.asset-library-card small,.asset-library-card p,.agent-adjust-card p{color:#63667f}.form-card input,.form-card textarea,.slot-add-row input,.asset-card-body>input,.agent-adjust-card textarea,.slot-ai-panel textarea{border-color:#d7d8e6!important;background:#fff!important;color:#181a2a!important}.upload-zone,.resource-slot-card,.asset-card,.slot-bound-asset,.advanced-library{border-color:#d7d8e6!important;background:#fff!important}.upload-zone:hover{border-color:#aea2ef!important;background:#f4f3fd!important}.publish-button,.settings-save button,.training-submit button,.agent-adjust-actions button,.slot-add-row button,.slot-upload-button{background:#5640c4!important;color:#fff!important}.publish-button:hover,.settings-save button:hover,.training-submit button:hover{background:#4531a0!important}.readiness-bar.ready{border-color:#ccebdc;background:#edfaf3;color:#0f7a52}.readiness-bar.blocked{border-color:#f4d7ae;background:#fff7e8;color:#8f5c10}@media (max-width:1100px){.metrics-grid,.bot-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-header{padding:0 22px}.subscription-chip small,.bridge-chip{display:none}}@media (max-width:860px){.console-shell{grid-template-columns:minmax(0,1fr)}.sidebar{position:static;height:auto}.console-brand{min-height:56px;padding:0 16px}.sidebar nav{display:flex;overflow-x:auto;padding:10px 12px}.sidebar nav button{flex:0 0 auto;min-height:38px;padding:0 12px}.sidebar-account,.sidebar-foot{display:none}.workspace-header{position:static;min-height:58px;padding:0 14px}.workspace-heading h1{font-size:15px}.workspace-heading h2{display:block;max-width:130px;overflow:hidden;color:#63667f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.workspace-heading span,.subscription-chip{display:none}.workspace{padding:22px 16px 55px}.overview-main{grid-template-columns:1fr}.overview-secondary{display:none}.credit-grid,.bot-card-grid{grid-template-columns:1fr}}@media (max-width:620px){.workspace-header-actions{min-width:0}.credit-trigger span,.bridge-chip{display:none}.credit-trigger{padding:0 9px}.status-card{gap:18px;flex-direction:column}.metrics-grid{grid-template-columns:1fr 1fr}.metric{min-width:0}.section-page>header{align-items:stretch;flex-direction:column}.section-page>header h2{font-size:23px}.inline-form{width:100%}.inline-form input{min-width:0;width:100%}.team-rule-banner,.privacy-banner,.credit-note{flex-direction:column}.device-card{grid-template-columns:42px minmax(0,1fr)}.device-card-side{grid-column:2}.bot-overview-strip{grid-template-columns:1fr}}
