:root{color:#20211d;font-synthesis:none;text-rendering:optimizelegibility;--ink:#20211d;--ink-soft:#5e6158;--ink-faint:#85877e;--paper:#fbfaf6;--ground:#f4f1e9;--line:#dedbd0;--line-dark:#c9c6ba;--accent:#ef6a3b;--accent-dark:#c84b22;--accent-wash:#fff0e8;--forest:#355d4a;--forest-wash:#e8f0eb;--danger:#ad382d;--danger-wash:#fbedeb;--warning:#8a641f;--warning-wash:#fff6dc;--sidebar:#252722;--shadow:0 12px 40px #28251c12;--radius-sm:8px;--radius:14px;--radius-lg:22px;background:#f4f1e9;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--ground);min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:2px;outline:3px solid #ef6a3b59}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong{letter-spacing:-.025em}h1{margin-bottom:10px;font-size:clamp(2rem,4vw,3.1rem);font-weight:650;line-height:1.04}h2{margin-bottom:8px;font-size:1.35rem;line-height:1.2}p{line-height:1.6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;color:#fff;background:var(--ink);border-radius:var(--radius-sm);padding:10px 14px;transition:transform .15s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.brand{color:inherit;letter-spacing:-.035em;align-items:center;gap:11px;font-size:1.05rem;font-weight:720;text-decoration:none;display:inline-flex}.brand-mark{border:1px solid;border-radius:50%;place-items:center;width:31px;height:31px;display:inline-grid;position:relative}.brand-mark:before,.brand-mark:after,.brand-mark span:before,.brand-mark span:after{content:"";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute}.brand-mark:before{top:5px;left:13px}.brand-mark:after{top:13px;right:5px}.brand-mark span:before{bottom:5px;left:13px}.brand-mark span:after{top:13px;left:5px}.brand-mark span{background:var(--accent);border-radius:2px;width:8px;height:8px;transform:rotate(45deg)}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 16px;font-weight:650;line-height:1.2;text-decoration:none;transition:transform .12s,background .12s,border-color .12s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button-primary{color:#fff;background:var(--ink);border-color:var(--ink)}.button-primary:hover:not(:disabled){background:#090a08}.button-secondary{color:var(--ink);background:var(--paper);border-color:var(--line-dark)}.button-secondary:hover:not(:disabled){border-color:var(--ink-soft);background:#fff}.button-danger{color:var(--danger);background:var(--danger-wash);border-color:#e9bdb7}.button-quiet{min-height:36px;color:var(--ink-soft);background:0 0;padding:6px 9px}.button-quiet:hover:not(:disabled){color:var(--ink);background:#80806e1a}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.full-width{width:100%}.text-link{color:var(--accent-dark);font-weight:650}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field-label{color:var(--ink);font-size:.88rem;font-weight:650}.field input,.field textarea,.field select,.composer textarea{width:100%;color:var(--ink);border:1px solid var(--line-dark);border-radius:var(--radius-sm);background:#fff;transition:border-color .12s,box-shadow .12s}.field input,.field select{height:44px;padding:0 12px}.field textarea{resize:vertical;min-height:120px;padding:11px 12px;line-height:1.5}.field input:focus,.field textarea:focus,.field select:focus,.composer textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ef6a3b1f}.field input[readonly]{color:var(--ink-soft);background:#f2f1ed}.field-hint,.field-error{color:var(--ink-faint);font-size:.78rem;line-height:1.45}.field-error{color:var(--danger)}.eyebrow{color:var(--accent-dark);letter-spacing:.13em;text-transform:uppercase;margin-bottom:11px;font-size:.72rem;font-weight:800}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px #fffc}.notice{border-radius:var(--radius-sm);border:1px solid;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:15px 17px;display:flex}.notice strong{margin-bottom:3px;display:block}.notice p{color:var(--ink-soft);margin:0;font-size:.9rem;line-height:1.45}.notice-error{color:var(--danger);background:var(--danger-wash);border-color:#edc5c0}.notice-success{color:var(--forest);background:var(--forest-wash);border-color:#bdd0c3}.notice-warning{background:var(--warning-wash);border-color:#ebd999}.notice-info{background:#eef2f4;border-color:#cbd7dc}.inline-error,.composer-error{color:var(--danger);background:var(--danger-wash);border-radius:var(--radius-sm);border:1px solid #edc5c0;padding:11px 13px;font-size:.88rem;line-height:1.5}.status-badge{width:fit-content;color:var(--ink-soft);border:1px solid var(--line);letter-spacing:.02em;white-space:nowrap;background:#efeee9;border-radius:999px;align-items:center;gap:7px;padding:6px 9px;font-size:.74rem;font-weight:750;display:inline-flex}.status-badge>span{background:var(--ink-faint);border-radius:50%;width:6px;height:6px}.status-badge.positive{color:var(--forest);background:var(--forest-wash);border-color:#c7d8cc}.status-badge.positive>span{background:#3b7d5c}.status-badge.warning{color:var(--warning);background:var(--warning-wash);border-color:#ebd999}.status-badge.warning>span{background:#b58125}.state-block,.standalone-state{min-height:50vh;color:var(--ink-soft);align-content:center;place-items:center;gap:12px;padding:40px;display:grid}.state-block p{margin:0}.loader{border:2px solid var(--line-dark);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}.empty-state{text-align:center;flex-direction:column;align-items:center;max-width:520px;margin:auto;padding:54px 30px;display:flex}.empty-state h2{margin-bottom:8px}.empty-state p{max-width:470px;color:var(--ink-soft);margin-bottom:22px}.empty-orbit{border:1px solid var(--line-dark);border-radius:50%;width:46px;height:46px;margin-bottom:22px;position:relative}.empty-orbit:before{content:"";background:var(--accent);border-radius:2px;width:10px;height:10px;position:absolute;top:17px;left:17px;transform:rotate(45deg)}.auth-page{background:var(--paper);grid-template-columns:minmax(420px,1.05fr) minmax(440px,.95fr);min-height:100vh;display:grid}.auth-story{color:#f8f4e9;background:radial-gradient(circle at 84% 18%, #ef6a3b47, transparent 25%), radial-gradient(circle at 20% 74%, #55795f40, transparent 30%), var(--sidebar);flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(32px,5vw,72px);display:flex}.auth-story .brand-mark span{background:#ff7c4b}.story-copy{max-width:650px;padding:70px 0}.story-copy h1{letter-spacing:-.06em;max-width:620px;margin-bottom:24px;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.98}.story-copy>p:last-child{color:#bbbdb4;max-width:530px;font-size:1.08rem}.story-quote{color:#aeb1a8;align-items:center;gap:12px;font-size:.86rem;display:flex}.story-quote span{color:var(--accent)}.story-quote p{margin:0}.auth-panel{place-items:center;min-height:100vh;padding:48px clamp(28px,7vw,110px);display:grid}.auth-form-wrap{width:100%;max-width:430px}.auth-form-wrap h2{margin-bottom:10px;font-size:2rem}.auth-subtitle,.auth-help{color:var(--ink-soft)}.auth-form{flex-direction:column;gap:18px;margin-top:28px;display:flex}.auth-help{border-top:1px solid var(--line);margin-top:26px;padding-top:25px;font-size:.84rem}.invite-page{background:radial-gradient(circle at 10% 20%, #ef6a3b14, transparent 24%), var(--ground);min-height:100vh}.invite-header{justify-content:space-between;align-items:center;max-width:1240px;margin:auto;padding:28px 32px;display:flex}.invite-header>span{color:var(--ink-faint);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:750}.invite-main{place-items:center;min-height:calc(100vh - 90px);padding:40px 32px 80px;display:grid}.invite-grid{grid-template-columns:1fr minmax(390px,.76fr);align-items:center;gap:clamp(50px,8vw,120px);width:100%;max-width:1160px;display:grid}.invite-intro h1{letter-spacing:-.06em;max-width:670px;margin-bottom:22px;font-size:clamp(2.6rem,5vw,5rem)}.invite-intro>p:not(.eyebrow){max-width:590px;color:var(--ink-soft);font-size:1.05rem}.feature-list{margin:42px 0 0;padding:0;list-style:none}.feature-list li{color:var(--ink-soft);border-top:1px solid var(--line);align-items:center;gap:17px;padding:13px 0;display:flex}.feature-list li span{color:var(--accent-dark);font-size:.7rem;font-weight:800}.registration-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(28px,4vw,46px)}.registration-card>p{color:var(--ink-soft);font-size:.87rem}.invite-error-wrap,.invite-expired{text-align:center;width:min(620px,100%)}.invite-error-wrap .text-link{margin-top:15px;display:inline-block}.invite-expired p:not(.eyebrow){color:var(--ink-soft)}.invite-expired .button{margin-top:14px}.app-shell{min-height:100vh}.sidebar{z-index:30;color:#ebede7;background:var(--sidebar);flex-direction:column;width:260px;padding:29px 20px 20px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-top{justify-content:space-between;align-items:center;padding:0 10px 32px;display:flex}.sidebar-close{display:none}.agent-switcher{background:#30332c;border:1px solid #3d4138;border-radius:11px;margin:0 0 23px;padding:13px}.agent-switcher>label,.agent-switcher-empty>span{color:#8f9489;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:.64rem;font-weight:760;display:block}.agent-switcher select{color:#f0f2ec;text-overflow:ellipsis;background:#242620;border:1px solid #484c42;border-radius:7px;width:100%;height:37px;padding:0 9px;font-size:.78rem;font-weight:650;overflow:hidden}.agent-switcher-actions{justify-content:space-between;gap:12px;margin-top:9px;display:flex}.agent-switcher-actions a,.agent-switcher-empty a{color:#c4c8be;font-size:.7rem;font-weight:650;text-decoration:none}.agent-switcher-actions a:first-child{color:#ff9b73}.agent-switcher-empty a:hover,.agent-switcher-actions a:hover{color:#fff}.agent-switcher-loading{opacity:.55;min-height:86px}.sidebar nav{flex-direction:column;flex:1;gap:4px;display:flex}.nav-label{color:#767b70;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;padding:0 12px;font-size:.66rem;font-weight:750}.nav-link{color:#aeb1a8;border-radius:var(--radius-sm);align-items:center;gap:12px;min-height:44px;padding:9px 12px;font-size:.88rem;font-weight:570;text-decoration:none;transition:color .12s,background .12s;display:flex}.nav-link:hover{color:#fff;background:#30332c}.nav-link.active{color:#fff;background:#393c34}.nav-icon{color:#858a7f;place-items:center;width:20px;height:20px;font-size:1rem;display:grid}.nav-link.active .nav-icon{color:var(--accent)}.sidebar-footer{border-top:1px solid #3c3f38;padding-top:16px}.workspace-switch{color:#c5c8bf;justify-content:space-between;width:100%;margin-bottom:12px;padding:9px 10px}.account-chip{align-items:center;gap:10px;min-width:0;padding:10px;display:flex}.account-avatar,.mobile-avatar{width:34px;height:34px;color:var(--ink);background:#e9bca7;border-radius:50%;flex:none;place-items:center;font-size:.75rem;font-weight:800;display:grid}.account-chip>span:last-child{min-width:0}.account-chip strong,.account-chip small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-chip strong{color:#e5e7e1;font-size:.8rem}.account-chip small{color:#7e8279;margin-top:2px;font-size:.68rem}.logout-button{color:#858a7f;justify-content:flex-start;width:100%}.app-content{min-height:100vh;margin-left:260px}.app-content>main{min-height:100vh}.mobile-header{display:none}.page-container{width:100%;max-width:1440px;margin:auto;padding:58px clamp(28px,5vw,76px) 80px}.narrow-page{max-width:1100px}.page-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.page-header>div:first-child{max-width:780px}.page-description{max-width:690px;color:var(--ink-soft);margin:0}.page-actions{flex:none;padding-bottom:5px}.onboarding-card{min-height:470px}.metric-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px;display:grid}.metric-card{flex-direction:column;align-items:flex-start;min-height:166px;padding:23px;display:flex}.metric-card.accent-card{color:#f9f5ec;background:var(--forest);border-color:var(--forest)}.metric-label{color:var(--ink-faint);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:700}.accent-card .metric-label,.accent-card a{color:#bbcec1}.metric-value{letter-spacing:-.05em;margin:13px 0 auto;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:670;display:block}.metric-value.metric-text{text-transform:capitalize;font-size:1.5rem}.metric-card>span:last-child,.metric-card a{color:var(--ink-soft);font-size:.8rem}.metric-card a{font-weight:650;text-decoration:none}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:20px;display:grid}.details-chat-link{margin-top:18px}.agent-list-summary{color:var(--ink-faint);justify-content:space-between;align-items:center;gap:20px;margin:-12px 2px 18px;font-size:.78rem;display:flex}.agent-card-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;display:grid}.agent-card{flex-direction:column;min-height:310px;padding:26px;display:flex}.agent-card-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.agent-card-heading h2{margin-bottom:5px}.agent-card-heading p,.agent-card-focus{color:var(--ink-soft);font-size:.83rem}.agent-card-focus{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:25px 0 auto;display:-webkit-box;overflow:hidden}.agent-card-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:14px 0;font-size:.78rem;display:flex}.agent-card-meta span{color:var(--ink-faint)}.agent-card-actions{gap:9px;display:flex}.agent-card-actions .button{flex:1}.marketplace-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:-10px 0 22px;display:flex}.marketplace-toolbar>span{color:var(--ink-faint);flex:none;font-size:.76rem}.category-filter{scrollbar-width:none;gap:7px;padding:3px;display:flex;overflow-x:auto}.category-filter::-webkit-scrollbar{display:none}.category-filter button{min-height:35px;color:var(--ink-soft);border:1px solid var(--line-dark);white-space:nowrap;cursor:pointer;background:0 0;border-radius:999px;padding:6px 13px;font-size:.76rem;font-weight:650}.category-filter button:hover,.category-filter button.active{color:var(--ink);background:var(--paper);border-color:var(--ink-soft)}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:20px;display:grid}.marketplace-card{flex-direction:column;min-width:0;min-height:430px;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex;overflow:hidden}.marketplace-card:hover{border-color:var(--line-dark);box-shadow:var(--shadow);transform:translateY(-2px)}.template-art{background:#ded8c8;place-items:center;min-height:132px;display:grid;position:relative;overflow:hidden}.template-art:before,.template-art:after,.template-art i{content:"";border:1px solid #20211d38;border-radius:50%;position:absolute}.template-art:before{width:190px;height:190px;top:-105px;left:-35px}.template-art:after{width:130px;height:130px;bottom:-75px;right:-42px}.template-art i:first-of-type{background:#fbfaf68c;width:11px;height:11px;top:28px;right:26px}.template-art i:last-of-type{background:var(--ink);width:5px;height:5px;bottom:27px;left:29px}.template-art>span{z-index:1;width:62px;height:62px;color:var(--paper);background:var(--ink);border-radius:18px;place-items:center;font-size:1.5rem;font-weight:720;display:grid;position:relative;transform:rotate(-4deg);box-shadow:8px 9px #fbfaf680}.template-art-1{background:#c9d9cc}.template-art-2{background:#ead0c2}.template-art-3{background:#d0d5dc}.template-card-body{flex-direction:column;flex:1;min-height:0;padding:24px;display:flex}.template-category{color:var(--accent-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.67rem;font-weight:800}.template-card-body h2{margin-bottom:9px}.template-card-body>p{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:22px;font-size:.85rem;display:-webkit-box;overflow:hidden}.template-model{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:14px;font-size:.73rem;display:flex}.template-model span{color:var(--ink-faint)}.template-model strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.template-card-actions{gap:8px;margin-top:17px;display:flex}.template-card-actions .button{flex:1}.marketplace-empty{text-align:center;padding:65px 30px}.marketplace-empty p{color:var(--ink-soft)}.template-preview-meta{flex-wrap:wrap;gap:7px;margin-bottom:18px;display:flex}.template-preview-meta span{color:var(--ink-soft);background:var(--ground);border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:650}.template-preview-loading{min-height:150px;color:var(--ink-faint);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.template-preview-loading .loader{width:23px;height:23px}.template-preview-loading p{margin:0;font-size:.8rem}.template-instructions-preview{border:1px solid var(--line);border-radius:var(--radius-sm);background:#f2f0e9;max-height:min(40vh,360px);padding:17px;overflow-y:auto}.template-instructions-preview>span{color:var(--ink-faint);letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:.66rem;font-weight:800;display:block}.template-instructions-preview p{color:var(--ink-soft);white-space:pre-wrap;margin:0;font-size:.84rem}.template-customization-note{color:var(--ink-faint);margin:15px 0 0;font-size:.77rem}.template-prefill-note{color:var(--forest);background:var(--forest-wash);border-radius:var(--radius-sm);border:1px solid #bdd0c3;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:20px;padding:15px 17px;display:grid}.template-prefill-note>span{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.template-prefill-note strong{margin-bottom:2px;display:block}.template-prefill-note p{color:#577261;margin:0;font-size:.8rem;line-height:1.4}.template-prefill-note a{color:var(--forest);font-size:.78rem;font-weight:700}.next-card,.details-card{padding:28px}.section-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:23px;display:flex}.section-heading.compact{align-items:center;margin-bottom:18px}.section-heading h2,.section-heading p{margin-bottom:0}.section-heading>span,.section-heading a{color:var(--ink-faint);font-size:.8rem}.decorative-spark{color:var(--accent)!important;font-size:1.25rem!important}.prompt-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.prompt-grid a{min-height:83px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-sm);background:#f5f3ed;flex-direction:column;justify-content:space-between;padding:14px 16px;font-size:.9rem;font-weight:630;text-decoration:none;transition:border-color .12s,transform .12s;display:flex}.prompt-grid a:hover{border-color:var(--accent);transform:translateY(-1px)}.prompt-grid a span{color:var(--accent-dark);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:800}.detail-list{margin:0}.detail-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:20px;padding:13px 0;display:flex}.detail-list>div:last-child{border-bottom:0}.detail-list dt{color:var(--ink-faint);font-size:.78rem}.detail-list dd{text-align:right;margin:0;font-size:.85rem;font-weight:650}.settings-card{margin-bottom:20px;padding:clamp(24px,4vw,38px)}.settings-heading{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:start;gap:16px;margin-bottom:26px;padding-bottom:25px;display:grid}.settings-heading h2{margin-bottom:4px}.settings-heading p,.muted-copy{color:var(--ink-soft);margin:0;font-size:.88rem}.settings-number{width:30px;height:30px;color:var(--accent-dark);background:var(--accent-wash);border-radius:50%;place-items:center;font-size:.66rem;font-weight:800;display:grid}.settings-form{flex-direction:column;gap:21px;display:flex}.form-actions{justify-content:flex-end;gap:9px;padding-top:5px;display:flex}.limit-back-link{color:var(--accent-dark);text-align:center;padding:0 25px 25px;font-weight:650}.disabled-section{background:#f4f2ec}.connected-row{justify-content:space-between;align-items:center;gap:30px;display:flex}.connected-row strong{margin-bottom:5px;display:block}.connected-row p{color:var(--ink-soft);margin:0;font-size:.85rem}.connection-list{border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.connection-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;padding:19px;display:grid}.connection-row+.connection-row{border-top:1px solid var(--line)}.connection-mark{color:#2f5cab;background:linear-gradient(#4285f4 0 28%,#fff 28% 100%);border:1px solid #cad5ea;border-radius:9px;place-items:center;width:42px;height:42px;padding-top:8px;font-size:.83rem;font-weight:800;display:grid;box-shadow:0 1px 2px #263d5b1a}.connection-copy{min-width:0}.connection-copy strong,.connection-copy small{display:block}.connection-copy p{color:var(--ink-soft);margin:4px 0 0;font-size:.84rem;line-height:1.5}.connection-copy small{color:var(--ink-faint);overflow-wrap:anywhere;margin-top:7px;font-size:.75rem}.connection-copy .connection-unavailable{color:var(--danger)}.connection-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.settings-card>.inline-error{margin-bottom:20px}.telegram-guide{border-radius:var(--radius-sm);background:#f4f2eb;margin-bottom:24px;padding:17px 20px}.telegram-guide ol{color:var(--ink-soft);margin:10px 0 0;padding-left:20px;font-size:.84rem;line-height:1.7}.two-column-form{grid-template-columns:1fr 1fr;gap:18px;display:grid}.span-columns{grid-column:1/-1}.chat-page{background:var(--paper);grid-template-rows:auto 1fr auto;height:100vh;min-height:600px;display:grid}.chat-header{border-bottom:1px solid var(--line);background:#fbfaf6eb;justify-content:space-between;align-items:center;gap:20px;padding:25px clamp(25px,5vw,68px) 20px;display:flex}.chat-header .eyebrow{margin-bottom:5px}.chat-header h1{margin:0;font-size:1.45rem}.chat-header-meta{align-items:center;gap:15px;display:flex}.chat-header-meta>a{color:var(--ink-soft);font-size:.76rem;font-weight:650;text-decoration:none}.chat-header-meta>a:hover{color:var(--accent-dark)}.chat-header-meta>span:last-child{color:var(--ink-faint);font-size:.76rem}.message-list{padding:42px clamp(25px,8vw,120px);overflow-y:auto}.message-list>*{width:100%;max-width:850px;margin-left:auto;margin-right:auto}.chat-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:40px 0 70px;display:flex}.chat-orb{color:#fff;background:var(--forest);width:54px;height:54px;box-shadow:0 0 0 8px var(--forest-wash);border-radius:50%;place-items:center;margin-bottom:22px;display:grid}.chat-welcome p{color:var(--ink-soft)}.suggestion-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.suggestion-row button{color:var(--ink-soft);border:1px solid var(--line-dark);cursor:pointer;background:0 0;border-radius:999px;padding:9px 12px;font-size:.8rem}.suggestion-row button:hover{color:var(--ink);background:var(--ground);border-color:var(--accent)}.message{flex-direction:column;margin-bottom:28px;display:flex}.message-user{align-items:flex-end}.message-author{color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;margin:0 3px 7px;font-size:.68rem;font-weight:720}.message-bubble{max-width:min(700px,85%);color:var(--ink);overflow-wrap:anywhere;background:#f0eee8;border-radius:5px 15px 15px;padding:14px 17px;font-size:.94rem;line-height:1.65}.message-user .message-bubble{color:#fff;background:var(--forest);border-radius:15px 5px 15px 15px}.typing-dots{gap:4px;padding:5px 3px;display:inline-flex}.typing-dots i{background:var(--ink-faint);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite pulse}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}.composer-wrap{background:linear-gradient(to bottom, #fbfaf633, var(--paper) 25%);padding:14px clamp(25px,8vw,120px) 24px}.composer-wrap>*{max-width:850px;margin-left:auto;margin-right:auto}.composer-error{margin-bottom:8px}.composer{border:1px solid var(--line-dark);background:#fff;border-radius:14px;align-items:flex-end;gap:10px;padding:9px 9px 9px 15px;display:flex;box-shadow:0 8px 30px #26231b12}.composer textarea{resize:none;border:0;min-height:40px;max-height:150px;padding:9px 0}.composer textarea:focus{box-shadow:none}.composer .button{flex:none}.composer-wrap>p{color:var(--ink-faint);text-align:center;margin-top:7px;margin-bottom:0;font-size:.68rem}.billing-summary{grid-template-columns:minmax(270px,.55fr) 1.45fr;gap:18px;margin-bottom:40px;display:grid}.balance-card{color:#fff;background:var(--forest);border-color:var(--forest);flex-direction:column;min-height:210px;padding:29px;display:flex}.balance-card>span,.balance-card small{color:#c4d3c9}.balance-card>span{letter-spacing:.05em;text-transform:uppercase;font-size:.76rem;font-weight:700}.balance-card strong{letter-spacing:-.065em;margin:18px 0 auto;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:650}.billing-detail-card{padding:28px}.horizontal-details{grid-template-columns:repeat(3,1fr);display:grid}.horizontal-details>div{border-right:1px solid var(--line);border-bottom:0;padding:5px 25px;display:block}.horizontal-details>div:first-child{padding-left:0}.horizontal-details>div:last-child{border-right:0;padding-right:0}.horizontal-details dd{text-align:left;margin-top:10px}.billing-note{color:var(--ink-soft);border-top:1px solid var(--line);margin:25px 0 0;padding-top:22px;font-size:.84rem}.usage-section{margin-top:20px}.usage-controls,.usage-controls label{align-items:center;gap:10px;display:flex}.usage-controls label>span,.usage-controls>span{color:var(--ink-faint);font-size:.72rem}.usage-controls select{height:36px;color:var(--ink);background:var(--paper);border:1px solid var(--line-dark);border-radius:var(--radius-sm);padding:0 28px 0 10px;font-size:.78rem}.table-card{overflow:hidden}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.82rem}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:15px 18px}th{color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;background:#f4f2ec;font-size:.67rem;font-weight:780}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#f4f2ec8c}td strong,td small{display:block}td small{color:var(--ink-faint);margin-top:4px;font-size:.7rem}.numeric{font-variant-numeric:tabular-nums;text-align:right}.strong-cell{font-weight:700}.admin-page{max-width:1540px}.admin-form-card{margin-bottom:35px;padding:26px}.admin-form-card>div:first-child p{color:var(--ink-soft);margin-bottom:20px;font-size:.86rem}.inline-admin-form{grid-template-columns:minmax(220px,1fr) 150px auto;align-items:end;gap:14px;display:grid}.created-invite{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.created-invite span{min-width:0}.created-invite code{color:var(--forest);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.75rem;display:block;overflow:hidden}.admin-list-section{margin-top:30px}.actions-cell{text-align:right;white-space:nowrap}.action-stack{justify-content:flex-end;gap:7px;display:flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#18191694;place-items:center;padding:30px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);width:min(560px,100%);padding:28px;box-shadow:0 25px 80px #00000040}.modal-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.modal-heading p{color:var(--ink-soft);margin:0;font-size:.84rem}.icon-button,.sidebar-close{width:34px;height:34px;color:var(--ink-soft);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:1.35rem;display:grid}.icon-button:hover{background:var(--ground)}.modal-form{flex-direction:column;gap:17px;display:flex}.rate-fields-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.modal-actions{justify-content:flex-end;gap:8px;padding-top:7px;display:flex}.audit-card{padding:8px 28px}.audit-list{margin:0;padding:0;list-style:none}.audit-list li{border-bottom:1px solid var(--line);grid-template-columns:12px 1fr auto;gap:15px;padding:22px 0;display:grid;position:relative}.audit-list li:last-child{border-bottom:0}.audit-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 5px var(--accent-wash);border-radius:50%;margin-top:5px}.audit-main>div{align-items:baseline;gap:10px;display:flex}.audit-main>div span,.audit-main p,.audit-list time{color:var(--ink-faint);font-size:.75rem}.audit-main p{margin:5px 0 0}.audit-main details{color:var(--ink-soft);margin-top:10px;font-size:.75rem}.audit-main pre{color:var(--ink);background:var(--ground);border-radius:var(--radius-sm);white-space:pre-wrap;padding:12px;font-size:.7rem;overflow-x:auto}.audit-list time{white-space:nowrap}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media (width<=1050px){.auth-page{grid-template-columns:1fr 1fr}.story-copy h1{font-size:3.4rem}.dashboard-grid,.billing-summary{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-card:last-child{grid-column:1/-1}}@media (width<=820px){.auth-page{display:block}.auth-story{min-height:auto;padding:30px}.story-copy{padding:80px 0 50px}.story-copy h1{font-size:clamp(2.6rem,10vw,4rem)}.story-quote{display:none}.auth-panel{min-height:auto;padding:60px 28px 90px}.invite-grid{grid-template-columns:1fr}.invite-intro h1{font-size:clamp(2.5rem,10vw,4.2rem)}.sidebar{width:min(300px,86vw);transition:transform .18s;transform:translate(-105%);box-shadow:20px 0 60px #00000040}.sidebar.open{transform:translate(0)}.sidebar-close{color:#aeb1a8;display:grid}.sidebar-scrim{z-index:20;background:#00000059;border:0;position:fixed;inset:0}.app-content{margin-left:0}.mobile-header{z-index:15;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f1e9ed;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex;position:sticky;top:0}.menu-button{background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:34px;height:34px;display:flex}.menu-button span{background:var(--ink);width:17px;height:1.5px}.page-container{padding:40px 22px 70px}.chat-page{height:calc(100vh - 62px);min-height:520px}.horizontal-details{grid-template-columns:1fr}.horizontal-details>div,.horizontal-details>div:first-child,.horizontal-details>div:last-child{border-right:0;border-bottom:1px solid var(--line);padding:13px 0}.horizontal-details>div:last-child{border-bottom:0}.inline-admin-form{grid-template-columns:1fr 130px}.inline-admin-form .button{grid-column:1/-1}}@media (width<=600px){h1{font-size:2.15rem}.invite-header{padding:22px 20px}.invite-main{padding:25px 18px 60px}.registration-card{padding:25px 20px}.feature-list{margin-top:30px}.page-header{flex-direction:column;align-items:flex-start;gap:14px}.page-actions{padding:0}.metric-grid,.prompt-grid,.two-column-form,.rate-fields-grid,.agent-card-grid,.marketplace-grid{grid-template-columns:1fr}.metric-card:last-child,.span-columns{grid-column:auto}.next-card,.details-card,.settings-card,.billing-detail-card,.balance-card{padding:21px}.settings-heading{grid-template-columns:auto 1fr}.settings-heading .status-badge{grid-column:2}.connected-row,.connection-actions{flex-direction:column;align-items:stretch}.connection-row{grid-template-columns:auto minmax(0,1fr);align-items:start}.connection-actions{grid-column:2}.chat-header{padding:16px 18px}.chat-header-meta>span:last-child,.chat-header-meta>a{display:none}.agent-list-summary,.usage-heading,.usage-controls,.marketplace-toolbar{flex-direction:column;align-items:flex-start}.category-filter{width:100%}.template-prefill-note{grid-template-columns:auto 1fr;align-items:start}.template-prefill-note>a{grid-column:2}.message-list{padding:28px 18px}.message-bubble{max-width:92%}.suggestion-row{flex-direction:column;align-items:stretch}.composer-wrap{padding:10px 13px 14px}.composer .button{min-width:52px;padding-left:12px;padding-right:12px}.inline-admin-form{grid-template-columns:1fr}.inline-admin-form .button{grid-column:auto}.created-invite,.notice{flex-direction:column;align-items:stretch}.modal-backdrop{align-items:end;padding:0}.modal{border-radius:20px 20px 0 0;max-height:92vh;overflow-y:auto}.audit-list li{grid-template-columns:12px 1fr}.audit-list time{grid-column:2}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
