:root{--font-family:"-apple-system-body","ui-sans-serif","-apple-system","system-ui","Segoe UI","Helvetica","Apple Color Emoji","Arial","sans-serif";--code-font-family:"Roboto Mono","Cascadia Code","Fira Code","Consolas",Menlo,Courier,monospace;--sidebar:#f7f7f8;--surface:#fff;--soft:#f5f5f6;--hover:#0000000b;--text:#000000e0;--secondary:#0000008f;--tertiary:#00000061;--line:#00000017;--blue:#0a84ff;--green:#21c16b;--red:#ff453a;color:var(--text);background:var(--surface);font-family:var(--font-family);font-synthesis:none}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body,button,input,textarea{font-family:var(--font-family)}button,input,textarea{font-size:13px}button{color:inherit;border:0}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #0a84ff66}input,textarea{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:10px}input{height:40px;padding:0 11px}input:focus,textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #0a84ff1a}code{font-family:var(--code-font-family)}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.boot-screen,.auth-screen{background:radial-gradient(circle at 50% 22%,#fff,#f7f7f8 58%,#f0f0f2);place-items:center;width:100%;height:100%;display:grid}.boot-screen{align-content:center;gap:22px}.boot-pulse{background:var(--line);border-radius:99px;width:34px;height:3px;position:relative;overflow:hidden}.boot-pulse:after{content:"";background:#111;width:45%;height:100%;animation:1.1s ease-in-out infinite boot;position:absolute}@keyframes boot{0%{left:-45%}to{left:100%}}.tiiny-wordmark{letter-spacing:-.9px;font-size:19px;font-weight:740}.tiiny-wordmark.large{letter-spacing:-1.7px;font-size:30px}.auth-card{border:1px solid var(--line);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);background:#ffffffe6;border-radius:22px;flex-direction:column;width:min(420px,100vw - 30px);max-height:calc(100vh - 34px);padding:34px;display:flex;overflow:auto;box-shadow:0 22px 70px #0000001c}.compact-auth-card{text-align:center;align-items:center}.auth-card h1{letter-spacing:-.7px;margin:26px 0 7px;font-size:23px}.auth-card p{color:var(--secondary);margin:0 0 18px;line-height:1.55}.field-label{color:var(--secondary);margin:11px 0 5px;font-size:11px;font-weight:650}.password-field,.inline-field{align-items:center;gap:7px;display:flex}.password-field{position:relative}.password-field input,.inline-field input{flex:1;min-width:0}.password-field button{width:32px;height:32px;color:var(--secondary);cursor:pointer;background:0 0;border-radius:8px;place-items:center;display:grid;position:absolute;right:4px}.form-error{font-size:11px;color:var(--red)!important;margin:9px 0 0!important}.primary-button,.secondary-button,.danger-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 14px;font-weight:620;display:inline-flex}.primary-button{color:#fff;background:#111}.secondary-button{border:1px solid var(--line);background:var(--soft)}.danger-button{color:var(--red);background:#ff453a1a}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.42;cursor:not-allowed}.auth-card>.primary-button{width:100%;min-height:43px;margin-top:18px}.link-button,.back-button{color:var(--blue);cursor:pointer;background:0 0}.link-button{margin-top:14px}.back-button{align-self:flex-start;align-items:center;gap:5px;padding:0;display:flex}.app-shell{width:100%;height:100%;display:flex}.sidebar{background:var(--sidebar);border-right:1px solid #0000000b;flex-direction:column;flex:0 0 216px;width:216px;padding:11px 9px;display:flex}.sidebar-brand{letter-spacing:-.7px;align-items:center;gap:9px;height:36px;padding:0 11px;font-size:18px;font-weight:740;display:flex}.brand-mark{color:#fff;background:#161616;border-radius:7px;place-items:center;width:22px;height:22px;display:grid}.sidebar-nav{flex-direction:column;gap:3px;margin-top:9px;display:flex}.sidebar-nav button{height:37px;color:var(--secondary);text-align:left;cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:10px;padding:0 12px;display:flex}.sidebar-nav button.active{color:var(--text);background:#fff;box-shadow:0 1px 3px #0000000f}.nav-label{color:var(--tertiary);margin:17px 12px 6px;font-size:10px}.profile-button{margin-top:7px;border-top:1px solid var(--line)!important;border-radius:0!important;height:49px!important;padding-top:7px!important}.user-avatar{color:#fff;background:linear-gradient(145deg,#ff8c5a,#5856d6);border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:grid}.profile-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{border-bottom:1px solid #0000000e;flex:0 0 54px;justify-content:space-between;align-items:center;height:54px;padding:0 17px 0 21px;display:flex}.topbar-title{font-weight:640}.model-menu-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:7px;max-width:260px;height:32px;padding:0 10px;display:flex;box-shadow:0 1px 3px #0000000a}.model-menu-button span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.model-dot{background:var(--tertiary);border-radius:50%;flex:0 0 7px;width:7px;height:7px}.model-dot.online{background:var(--green);box-shadow:0 0 0 3px #21c16b24}.page-area{flex:1;min-height:0;overflow:auto}.icon-button{width:32px;height:32px;color:var(--secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;place-items:center;display:inline-grid}.icon-button:hover{border-color:var(--line);background:var(--hover);color:var(--text)}.inline-warning{color:#9a5a00;background:#fff6e4;border-radius:10px;align-items:center;gap:7px;padding:9px 11px;font-size:11px;display:flex}.center-loader{min-height:220px;color:var(--tertiary);place-items:center;display:grid}.empty-state{width:100%;color:var(--tertiary);text-align:center;padding:25px 10px}.chat-page{background:#fff;flex-direction:column;height:100%;display:flex}.chat-scroll{flex:1;min-height:0;padding:28px max(24px,50% - 410px);overflow:auto}.chat-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.welcome-orb{background:var(--soft);border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.chat-welcome h1{letter-spacing:-.7px;margin:16px 0 7px;font-size:24px}.chat-welcome p{max-width:480px;color:var(--secondary);margin:0;line-height:1.6}.chat-message{gap:11px;margin-bottom:22px;display:flex}.message-avatar{background:var(--soft);border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.chat-message.user .message-avatar{color:#fff;background:#151515}.message-body{flex:1;min-width:0;line-height:1.65}.message-body p{white-space:pre-wrap;margin:4px 0 10px}.message-body pre{max-width:100%;font-family:var(--code-font-family);background:#f4f4f5;border-radius:10px;padding:13px;overflow:auto}.message-body code{font-family:var(--code-font-family)}.chat-error,.model-required{color:var(--red);background:#ff453a14;border-radius:9px;padding:8px 10px;font-size:11px}.model-required{text-align:center;color:#9a5a00;background:#fff6e4;margin-bottom:7px}.composer{border:1px solid var(--line);border-radius:17px;align-items:flex-end;gap:8px;min-height:66px;padding:10px;display:flex;box-shadow:0 7px 24px #00000012}.composer textarea{resize:vertical;min-height:42px;max-height:140px;box-shadow:none;border:0;outline:none;flex:1;padding:10px 7px}.composer button{color:#fff;cursor:pointer;background:#111;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.composer button:disabled{opacity:.35}.composer-wrap>small{color:var(--tertiary);text-align:center;margin-top:6px;font-size:9px;display:block}.content-page,.dashboard-page{max-width:1120px;margin:0 auto;padding:29px 32px 50px}.page-title-row{justify-content:space-between;align-items:flex-start;min-height:49px;margin-bottom:20px;display:flex}.page-title-row h1{letter-spacing:-.7px;margin:0 0 5px;font-size:24px}.page-title-row p{color:var(--secondary);margin:0}.dashboard-page{background:#fafafb;min-height:100%}.resource-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0;display:grid}.resource-card,.dashboard-card{border:1px solid var(--line);background:#fff;border-radius:13px}.resource-card{padding:13px 15px}.resource-card>div:first-child{justify-content:space-between;display:flex}.resource-track{background:#ededee;border-radius:99px;height:4px;margin-top:11px;overflow:hidden}.resource-track span{border-radius:inherit;background:#151515;height:100%;display:block}.dashboard-card{margin-top:10px;padding:17px}.dashboard-card h2{margin:0;font-size:14px}.card-heading{justify-content:space-between;align-items:flex-start;display:flex}.card-heading strong{margin-top:9px;font-size:27px;display:inline-block}.card-heading span,.card-heading small{color:var(--tertiary)}.usage-chart{border-bottom:1px solid var(--line);align-items:stretch;gap:18px;height:190px;padding:22px 25px 0;display:flex}.usage-column{flex-direction:column;flex:1;align-items:center;gap:7px;min-width:28px;display:flex}.usage-bar-wrap{flex:1;justify-content:center;align-items:flex-end;width:100%;min-height:0;display:flex}.usage-bar{background:linear-gradient(#222,#555);border-radius:6px 6px 2px 2px;width:min(34px,65%)}.usage-column small{color:var(--tertiary);font-size:10px}.usage-table{margin-top:13px}.usage-head,.usage-row{border-bottom:1px solid var(--line);grid-template-columns:1.4fr .7fr 1fr;align-items:center;min-height:34px;padding:0 10px;font-size:11px;display:grid}.usage-head{color:var(--secondary);background:#f5f5f6}.store-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px;display:grid}.store-card{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-rows:1fr auto;grid-template-columns:45px 1fr;gap:10px 13px;min-height:145px;padding:16px;display:grid}.store-icon{background:#f1f1f3;border-radius:12px;place-items:center;width:45px;height:45px;display:grid;overflow:hidden}.store-icon img{object-fit:cover;width:100%;height:100%}.store-copy{min-width:0}.store-copy h3{margin:2px 0 5px;font-size:14px}.store-copy p{color:var(--secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.store-copy small{color:var(--tertiary)}.store-card>button{grid-column:2;justify-self:end;min-height:30px}.empty-panel{border:1px dashed var(--line);color:var(--tertiary);text-align:center;border-radius:14px;grid-column:1/-1;padding:80px 20px}.placeholder-page{text-align:center;background:#fafafb;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.placeholder-icon{background:#eeeef0;border-radius:17px;place-items:center;width:56px;height:56px;display:grid}.placeholder-page h1{margin:17px 0 7px;font-size:22px}.placeholder-page p{max-width:510px;color:var(--secondary);margin:0;line-height:1.6}.modal-mask{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#96969b7a;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;flex-direction:column;max-width:calc(100vw - 30px);max-height:calc(100vh - 38px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0003}.modal-header{border-bottom:1px solid var(--line);flex:0 0 52px;justify-content:space-between;align-items:center;height:52px;padding:0 15px 0 19px;display:flex}.modal-header h2{margin:0;font-size:15px}.modal-body{flex:1;min-height:0;padding:17px;overflow:auto}.model-toolbar{gap:8px;margin-bottom:12px;display:flex}.search-box{height:34px;color:var(--secondary);background:#f2f2f4;border-radius:10px;flex:1;align-items:center;gap:7px;padding:0 10px;display:flex}.search-box input{min-width:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0}.model-list{flex-direction:column;gap:5px;max-height:min(510px,65vh);display:flex;overflow:auto}.model-row{border:1px solid #0000;border-radius:12px;align-items:center;min-height:58px;display:flex}.model-row:hover{background:#f7f7f8}.model-row.selected{background:#0a84ff0b;border-color:#0a84ff40}.model-select{text-align:left;cursor:pointer;background:0 0;flex:1;align-self:stretch;align-items:center;gap:10px;min-width:0;padding:6px 8px;display:flex}.model-avatar{background:#ececee;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:700;display:grid;overflow:hidden}.model-avatar img{object-fit:cover;width:100%;height:100%}.model-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.model-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.model-copy small{color:var(--tertiary);font-size:10px}.model-action{color:#fff;cursor:pointer;background:#111;border-radius:10px;place-items:center;width:31px;height:31px;margin-right:9px;display:grid}.model-action.stop{color:#111;background:#ececee}.modal-note,.settings-hint{color:var(--tertiary);margin:13px 5px 0;font-size:10px;line-height:1.5}.settings-layout{grid-template-columns:170px 1fr;gap:20px;min-height:510px;display:grid}.settings-nav{border-right:1px solid var(--line);flex-direction:column;gap:4px;padding-right:14px;display:flex}.settings-nav button{text-align:left;cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:9px;min-height:36px;padding:0 10px;display:flex}.settings-nav button.active{background:#eeeef0}.settings-content{min-width:0;padding:0 4px 20px}.settings-content h3{align-items:center;gap:7px;margin:5px 0 9px;font-size:13px;display:flex}.settings-content h3:not(:first-child){margin-top:22px}.settings-card{border:1px solid var(--line);border-radius:12px;padding:12px}.profile-summary{align-items:center;gap:12px;display:flex}.profile-summary>div:last-child{flex-direction:column;gap:4px;display:flex}.profile-summary small{color:var(--secondary)}.large-avatar{width:42px;height:42px}.form-grid{grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}.form-grid label,.security-form label{color:var(--secondary);flex-direction:column;gap:5px;font-size:11px;display:flex}.form-grid .detail-row{grid-column:1/-1}.detail-list,.json-summary{padding:2px 12px}.detail-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:37px;font-size:11px;display:flex}.detail-row:last-child{border-bottom:0}.detail-row span{color:var(--secondary);text-transform:capitalize}.detail-row b,.detail-row code{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.security-form{flex-direction:column;gap:10px;display:flex}.security-form .primary-button{align-self:flex-end;margin-top:4px}.settings-content>.danger-button{margin-top:20px}.settings-message{background:#f2f2f4;border-radius:9px;margin-top:13px;padding:9px 11px;font-size:11px}.wifi-heading{justify-content:space-between;align-items:center;display:flex}.wifi-heading>div{flex-direction:column;gap:3px;display:flex}.wifi-heading small{color:var(--secondary)}.wifi-list-title{color:var(--secondary);justify-content:space-between;align-items:center;margin:14px 0 5px;font-size:11px;display:flex}.wifi-list{flex-direction:column;display:flex}.wifi-row{border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:9px;min-height:46px;padding:5px 4px;display:flex}.wifi-row:last-child{border-bottom:0}.wifi-row>span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wifi-row small{color:var(--tertiary)}.wifi-password{border-top:1px solid var(--line);margin-top:12px;padding-top:12px}.wifi-password label{color:var(--secondary);flex-direction:column;gap:5px;font-size:11px;display:flex}.wifi-password>div{justify-content:flex-end;gap:7px;margin-top:8px;display:flex}.vault-section{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:16px;overflow:hidden}.vault-section h2{border-bottom:1px solid var(--line);margin:0;padding:13px 15px;font-size:13px}.vault-list{flex-direction:column;display:flex}.vault-row{border-bottom:1px solid var(--line);align-items:center;gap:10px;min-height:55px;padding:7px 12px;display:flex}.vault-row:last-child{border-bottom:0}.vault-copy small{color:var(--tertiary);font-size:10px}.vault-row a{text-decoration:none}@media (max-width:760px){.sidebar{flex-basis:66px;width:66px}.sidebar-brand{justify-content:center;padding:0}.sidebar-brand>span:last-child,.sidebar-nav button>span:not(.user-avatar),.nav-label,.profile-button>svg{display:none}.sidebar-nav button{justify-content:center;padding:0}.content-page,.dashboard-page{padding:22px 18px 40px}.resource-grid{grid-template-columns:1fr}.settings-layout{grid-template-columns:56px 1fr}.settings-nav{padding-right:8px}.settings-nav button{justify-content:center;padding:0;font-size:0}.usage-chart{gap:7px;padding-inline:10px}}:root{--Blue:#08f;--Dark-Primary:#000;--Text-Primary:#000;--Text-Secondary:#0009;--Text-Tertiary:#0006;--Placeholder:#00000040;--Wireframe:#0000001a;--Hover:#0000000d;--BG:#00000008;--Title2-Emphasized:600 14px/22px var(--font-family);--Title2-regular:500 14px/22px var(--font-family);--Label-Emphasized:600 12px/18px var(--font-family);--Label-regular:400 12px/18px var(--font-family);--Label-button3:500 12px/18px var(--font-family)}body{background:#e4e6eb}.app-shell{background:linear-gradient(120deg,#f0f1f4,#e1e3e8)}.sidebar{background:0 0;border:0;flex:0 0 202px;width:202px;padding:0 0 6px;transition:width .18s,flex-basis .18s}.sidebar-windowbar{grid-template-columns:66px 1fr 24px;align-items:center;gap:4px;height:44px;padding:3px 10px 8px;display:grid}.sidebar-windowbar button,.sidebar-windowbar span{place-items:center;display:grid}.sidebar-windowbar button{color:#0009;cursor:pointer;background:0 0;border-radius:7px;justify-self:start;width:24px;height:24px}.device-window-pill{color:#fff;background:linear-gradient(90deg,#7163f6,#5750e7);border-radius:12px;width:66px;height:21px;box-shadow:inset 0 0 0 1px #ffffff59}.sidebar-update-dot{color:#fff;background:#1687f8;border-radius:50%;width:20px;height:20px}.sidebar-nav{gap:0;margin-top:0}.sidebar-nav button{color:#0000009e;border:1px solid #0000;border-radius:8px;gap:8px;height:40px;margin:0 8px;padding:8px 12px;font-size:14px;font-weight:400}.sidebar-nav button>svg{flex:0 0 24px;width:24px;height:24px;padding:3px}.sidebar-nav button:hover{background:var(--Hover);color:#000}.sidebar-nav button.active{color:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffffe0,#ffffffe0),linear-gradient(#00529966,#08f6 26.48% 74.63%,#cce7ff66);border-color:#fff;box-shadow:0 0 1px #0003}.nav-label{color:#0009;letter-spacing:.5px;margin:0;padding:15px 12px 5px 20px;font-size:12px;font-weight:500;line-height:14px}.sidebar-agent-list{scrollbar-width:none;max-height:calc(100vh - 365px);overflow:auto}.sidebar-agent-list::-webkit-scrollbar{display:none}.sidebar-agent-icon{color:#fff;background:#222;border-radius:6px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:10px;display:grid;overflow:hidden}.sidebar-agent-icon img{object-fit:cover;width:100%;height:100%}.bottom-nav{margin-top:auto}.profile-button{border-top:0!important;border-radius:8px!important;height:40px!important;margin-top:0!important;padding:6px 12px!important}.sidebar-nav .profile-button>.profile-settings-icon{flex:0 0 16px;width:16px;height:16px;margin-left:auto;padding:0!important}.user-avatar{flex-basis:24px;width:24px;height:24px}.sidebar-status-row{color:#000000b8;border-top:1px solid #00000014;justify-content:space-between;align-items:center;height:32px;margin:0 12px;padding:7px 2px 0;font-size:11px;display:flex}.sidebar-status-actions{align-items:center;gap:4px;display:flex}.sidebar-nav .sidebar-wifi-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;gap:0;width:24px;height:24px;margin:0;padding:0;display:grid}.sidebar-nav .sidebar-wifi-button:hover{border-color:var(--Hover);background:var(--Hover)}.sidebar-wifi-status{width:16px;height:16px;display:block}.sidebar-collapsed .sidebar{flex-basis:50px;width:50px;overflow:hidden}.sidebar-collapsed .sidebar-windowbar{grid-template-columns:1fr;padding-inline:13px}.sidebar-collapsed .device-window-pill,.sidebar-collapsed .sidebar-update-dot,.sidebar-collapsed .sidebar-nav button span:not(.sidebar-agent-icon),.sidebar-collapsed .nav-label,.sidebar-collapsed .sidebar-status-row,.sidebar-collapsed .profile-button>svg{display:none}.sidebar-collapsed .sidebar-nav button{justify-content:center;width:40px;margin-inline:5px;padding:7px}.main-area{background:#fff;border-radius:10px;height:calc(100% - 12px);margin:6px 6px 6px 0;overflow:hidden;box-shadow:0 0 8px #4c8bc229}.topbar{border-bottom:0;flex-basis:42px;height:42px;padding:0 10px 0 16px}.topbar-actions{align-items:center;gap:8px;display:flex}.topbar-action{color:#000000d1;cursor:pointer;background:0 0;border-radius:14px;place-items:center;width:28px;height:28px;display:grid;position:relative}.topbar-action:hover{background:var(--Hover)}.topbar-menubar-icon{object-fit:contain;width:18px;height:18px;display:block}.model-status-badge{background:#a1a1aa;border:1.5px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;bottom:3px;right:2px}.model-status-badge.online{background:#21c16b}.page-area,.chat-page{background:#fff}.chat-scroll{padding:28px max(24px,50% - 384px)}.chat-scroll.new-chat{padding:max(92px,30vh - 20px) 8px 0;overflow-y:auto}.chat-welcome{justify-content:flex-start;height:auto}.new-chat-wordmark{color:#040000;width:120px;height:42px;margin-bottom:36px}.new-chat-composer{width:min(768px,100% - 24px)}.app-composer{background:#fff;border-radius:24px;width:100%;min-height:100px;padding-top:10px;position:relative;box-shadow:0 4px 36px #0000000d,0 8px 16px #00000014}.app-composer textarea{resize:none;width:100%;min-height:50px;max-height:180px;box-shadow:none;color:var(--Dark-Primary);caret-color:var(--Blue);border:0;border-radius:0;outline:none;padding:6px 16px 0;font-size:15px;font-weight:400;line-height:24px;display:block;overflow-y:auto}.app-composer textarea::placeholder{color:var(--Placeholder)}.composer-attachments{gap:6px;padding:2px 12px 7px;display:flex;overflow-x:auto}.composer-attachment{background:var(--BG);max-width:210px;height:34px;color:var(--Text-Secondary);border-radius:9px;align-items:center;gap:6px;padding:0 7px;font-size:11px;display:flex}.composer-attachment>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.composer-attachment button{cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.composer-toolbar{justify-content:space-between;align-items:center;gap:4px;height:40px;padding:0 10px 10px;display:flex}.composer-tools-left,.composer-tools-right{align-items:center;gap:4px;min-width:0;display:flex}.composer-tools-right{margin-left:auto}.composer-file-input{display:none}.composer-tool-button{color:#000000d1;cursor:pointer;background:0 0;border-radius:16px;flex:0 0 32px;place-items:center;width:32px;height:32px;padding:0;display:grid}.composer-tool-button:hover,.composer-tool-button.active{background:var(--BG)}.task-mode-button.active{color:var(--Blue);background:#0088ff0d}.composer-tool-popover-wrap{position:relative}.composer-model{border-radius:22px;align-items:center;min-width:0;max-width:300px;height:32px;display:flex}.composer-model:hover{background:var(--Hover)}.model-picker-trigger{color:#000c;cursor:pointer;background:0 0;border-radius:22px;align-items:center;gap:6px;min-width:0;height:32px;padding:5px 8px 5px 2px;font-size:12px;font-weight:500;display:flex}.model-picker-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reasoning-button{cursor:pointer;background:0 0;border-radius:16px;place-items:center;width:24px;height:24px;padding:1px;display:grid}.reasoning-button:hover,.reasoning-button.active{background:var(--Hover)}.composer-send{color:#fff;cursor:pointer;background:#000;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.composer-send:disabled{cursor:default;background:#d4d4d8}.stop-square{background:#fff;border-radius:2px;width:9px;height:9px}.composer-popover{z-index:150;background:#fff;border-radius:16px;position:absolute;bottom:calc(100% + 6px);box-shadow:0 0 1.5px #00000040,0 8px 12px #0000001f}.sources-popover{width:230px;padding:6px;left:0}.popover-row,.reasoning-row,.model-picker-row{width:100%;height:40px;color:var(--Text-Secondary);cursor:pointer;background:0 0;border-radius:16px;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;display:flex}.popover-row:hover,.reasoning-row:hover,.model-picker-row:hover{background:var(--Hover)}.popover-row>span:first-child{color:var(--Text-Primary);align-items:center;gap:8px;display:flex}.link-row>span:last-child{color:var(--Blue)}.popover-divider{background:var(--Wireframe);height:1px;margin:4px 5px}.app-switch{background:#0000002e;border-radius:8px;width:28px;height:16px;position:relative}.app-switch:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .16s;position:absolute;top:2px;left:2px}.app-switch.on{background:var(--Blue)}.app-switch.on:after{transform:translate(12px)}.model-picker-popover{width:280px;max-height:320px;padding:6px;right:-37px}.model-picker-list{max-height:308px;overflow-y:auto}.model-picker-row{color:#000;font-size:14px;line-height:22px}.model-picker-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.model-picker-row svg{color:var(--Blue);flex:0 0 14px}.model-picker-empty{color:var(--Text-Secondary);text-align:center;padding:28px 12px;font-size:12px}.reasoning-popover{width:241px;padding:11px 15px;right:0}.reasoning-popover>strong{font-size:14px;font-weight:400;line-height:22px}.reasoning-popover>small{color:var(--Text-Tertiary);margin-top:4px;font-size:12px;line-height:18px;display:block}.reasoning-row{width:calc(100% + 20px);color:var(--Text-Secondary);margin-inline:-10px;font-size:14px}.composer-wrap{width:min(768px,100% - 36px);margin:0 auto 35px}.model-required{border-radius:8px;width:fit-content;margin:10px auto 0;padding:5px 9px;font-size:11px}.message-avatar{border-radius:50%}.tray-panel-dismiss-layer{z-index:500;background:0 0;position:fixed;inset:0}.tray-model-panel{box-sizing:border-box;background-blend-mode:normal,normal,color-dodge;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);color:#0f172a;background:linear-gradient(#fff,#fff),linear-gradient(#0d6fff29,#0d6fff29),#262626;border:1px solid #0f172a0f;border-radius:16px;flex-direction:column;width:380px;height:516px;min-height:360px;padding:6px;display:flex;position:absolute;top:48px;right:12px;overflow:hidden;box-shadow:0 18px 50px #0000002e,0 0 1px #0000003d}.tray-panel-header{justify-content:space-between;align-items:center;padding:4px 0 4px 4px;display:flex}.tray-panel-header strong{color:var(--Dark-Primary);font:var(--Title2-Emphasized)}.tray-panel-header button{cursor:pointer;background:0 0;border-radius:16px;place-items:center;width:28px;height:28px;padding:4px;display:grid}.tray-panel-header button:hover{background:var(--Hover)}.tray-quick-actions{border:.5px solid var(--Hover);background:var(--BG);border-radius:12px;flex-direction:column;gap:4px;padding:4px 10px 8px;display:flex}.tray-usage-header,.tray-usage-actions{justify-content:space-between;align-items:center;display:flex}.tray-usage-header>span{color:var(--Text-Secondary);font:var(--Label-button3)}.tray-usage-header>span b{color:var(--Text-Primary);font-weight:600}.tray-usage-header>strong{color:var(--Text-Primary);font:var(--Label-Emphasized);align-items:baseline;display:flex}.tray-usage-header small{color:var(--Text-Secondary);font:var(--Label-regular);margin-left:2px}.tray-usage-track{background:var(--Wireframe);border-radius:8px;height:2px;overflow:hidden}.tray-usage-track span{background:var(--Blue);transform-origin:0;border-radius:2px;width:100%;height:100%;transition:transform .46s cubic-bezier(.22,.61,.36,1);display:block}.tray-usage-actions button{color:var(--Text-Secondary);cursor:pointer;font:var(--Label-regular);background:0 0;padding:0}.tray-usage-actions button:first-child{color:var(--Blue)}.tray-usage-actions button:disabled{color:var(--Placeholder);cursor:default}.tray-model-body{scrollbar-width:none;flex:1;min-height:0;padding-top:4px;overflow-y:auto}.tray-model-body::-webkit-scrollbar{display:none}.tray-model-item{cursor:pointer;background:0 0;border-radius:16px;justify-content:space-between;align-items:center;min-height:65px;padding:6px 10px;display:flex}.tray-model-item:hover{background:var(--Hover)}.tray-model-copy{flex-direction:column;flex:1;min-width:0;display:flex}.tray-model-copy>strong{color:var(--Dark-Primary);font:var(--Title2-regular);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tray-model-copy>span{min-width:0;color:var(--Text-Tertiary);font:var(--Label-regular);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;display:flex;overflow:hidden}.tray-model-copy i{font-style:normal}.tray-model-actions{justify-content:flex-end;align-items:center;width:64px;min-width:64px;height:22px;display:flex;position:relative}.tray-model-actions>button{visibility:hidden;opacity:0;border:1px solid var(--Wireframe);width:64px;height:26px;color:var(--Text-Secondary);cursor:pointer;background:#fff;border-radius:8px;transition:opacity .2s;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.tray-model-item:hover .tray-model-actions>button{visibility:visible;opacity:1}.tray-model-status{width:18px;height:18px;color:var(--Blue);place-items:center;display:grid;position:absolute;top:50%;right:0;transform:translateY(-50%)}.tray-empty-ring{border:1.2px solid #00000059;border-radius:50%;width:14px;height:14px}.tray-progress-ring{border:2px solid var(--Wireframe);border-top-color:var(--Blue);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.tray-model-empty,.tray-panel-hint{height:100%;color:var(--Text-Secondary);font:var(--Label-regular);flex-direction:column;justify-content:center;align-items:center;display:flex}.tray-model-empty button{color:var(--Blue);cursor:pointer;font:var(--Label-regular);background:0 0;padding:0}.tray-panel-footer{border-top:1px solid #0000001a;justify-content:space-between;align-items:center;height:37px;padding:5px 10px;display:flex}.tray-panel-footer>button,.tray-panel-footer>div button{cursor:pointer;background:0 0;border-radius:15px;justify-content:center;align-items:center;gap:4px;min-width:22px;height:22px;padding:0 4px;display:inline-flex}.tray-panel-footer>button:hover,.tray-panel-footer>div button:hover{background:var(--Hover)}.tray-panel-footer>button span{font:var(--Title2-regular)}.tray-panel-footer>button small{align-self:flex-end;font-size:8px;font-weight:500;line-height:19px}.tray-panel-footer>div{gap:5px;display:flex}.web-chat-history{flex-direction:column;width:min(768px,100% - 24px);margin-top:26px;display:flex}.web-chat-history button{color:#111;text-align:left;cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;height:40px;padding:0 8px;font-size:14px;display:flex}.web-chat-history button:hover{background:var(--Hover)}.web-chat-history button span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.web-chat-history button span:last-child{color:#0000}.web-chat-history button:hover span:last-child{color:var(--Text-Tertiary)}@media (max-width:760px){.sidebar{flex-basis:50px;width:50px}.sidebar-windowbar{grid-template-columns:1fr;padding-inline:13px}.device-window-pill,.sidebar-update-dot,.sidebar-nav button span:not(.sidebar-agent-icon),.nav-label,.sidebar-status-row,.profile-button>svg{display:none}.sidebar-nav button{justify-content:center;width:40px;margin-inline:5px;padding:7px}.main-area{margin-left:0}.new-chat-composer{width:calc(100% - 16px)}.composer-model{max-width:170px}.tray-model-panel{width:min(380px,100vw - 62px);right:6px}}.app-store-page,.model-store-page{min-height:100%;color:var(--Dark-Primary);background:#fcfdfd;position:relative;overflow-x:hidden}.store-app-header{color:#000;align-items:center;gap:8px;height:40px;min-height:40px;padding:8px 40px;display:flex}.store-app-header strong{font-size:14px;font-weight:600;line-height:22px}.store-loading{color:var(--Text-Secondary);place-items:center;padding:40px;display:grid}.store-warning{margin:8px 40px}.agent-carousel{width:840px;min-width:840px;height:260px;margin:0 auto 20px;position:relative}.agent-carousel-image,.agent-carousel-image img,.agent-banner-fallback{border-radius:0;width:100%;height:260px}.agent-carousel-image{background:#f1f2f4;overflow:hidden}.agent-carousel-image img{object-fit:cover;transition:transform .3s;display:block}.agent-carousel-image:hover img{transform:scale(1.05)}.agent-banner-fallback{background:linear-gradient(125deg,#1d1f25,#4f53f3 58%,#9d7cff)}.agent-carousel>button{z-index:2;color:#fff;cursor:pointer;background:#00000040;border-radius:16px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.agent-carousel>button:first-child{left:12px}.agent-carousel>button:last-child{right:12px}.agent-store-grid{grid-template-columns:repeat(3,minmax(0,300px));align-items:start;width:100%;max-width:900px;margin:0 auto;padding:10px;display:grid}.agent-store-card{text-align:left;cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:16px;width:100%;min-width:0;padding:12px 30px;transition:transform .16s,background-color .16s;display:flex}.agent-store-card:hover{background:#00000006;transform:translateY(-1px)}.agent-card-icon-frame{flex:0 0 58px;width:58px;height:58px;position:relative}.agent-card-icon-frame>img{object-fit:cover;border-radius:12px;width:58px;height:58px;display:block}.agent-card-fallback{background:#f0f1f3;border-radius:12px;width:58px;height:58px;padding:14px}.agent-owned-badge{background:#fff;border-radius:50%;place-items:center;width:16px;height:16px;display:grid;position:absolute;bottom:-4px;right:-5px}.agent-card-detail{border-bottom:1px solid var(--Hover);flex-direction:column;flex:1;gap:4px;min-width:0;padding:13px 0;display:flex}.agent-card-detail strong,.agent-card-detail p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-card-detail strong{font-size:14px;font-weight:500;line-height:22px}.agent-card-detail p{color:#8c8c8c;margin:0;font-size:12px;line-height:18px}.agent-card-detail>span{color:#8c8c8c;align-items:center;gap:2px;font-size:12px;line-height:18px;display:flex}.model-store-header{justify-content:space-between}.model-store-header>span{align-items:center;gap:8px;display:flex}.model-store-header>button{cursor:pointer;background:0 0;border-radius:16px;place-items:center;width:32px;height:32px;display:grid}.model-store-header>button:hover{background:var(--Hover)}.model-store-filters{align-items:center;gap:12px;height:40px;padding:8px 40px;display:flex}.model-store-tabs{background:#0000000f;border-radius:8px;grid-template-columns:1fr 1fr;width:180px;height:24px;padding:2px;display:grid}.model-store-tabs button{cursor:pointer;background:0 0;border-radius:6px;font-size:12px;font-weight:500}.model-store-tabs button.active{background:#fff;box-shadow:0 1px 3px #0000001f}.model-filter-right{align-items:center;gap:12px;margin-left:auto;display:flex}.model-search,.model-filter-button{color:#0009;background:#fff;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:6px;height:28px;display:flex}.model-search{width:160px;padding:0 8px}.model-search input{width:100%;min-width:0;height:24px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:12px}.model-filter-button{cursor:pointer;padding:0 10px}.model-store-list{width:100%;padding-bottom:20px}.model-store-row{border-radius:8px;justify-content:space-between;align-items:center;gap:16px;height:68px;margin:8px 40px;padding:8px;transition:background-color .16s;display:flex}.model-store-row:hover{background:var(--Hover)}.model-store-copy{min-width:0}.model-store-title{align-items:center;min-width:0;margin-bottom:8px;display:flex}.model-store-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:8px;font-size:16px;font-weight:500;overflow:hidden}.model-store-icon{background:#0088ff14;border-radius:8px;flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid;overflow:hidden}.model-store-icon img{object-fit:cover;width:100%;height:100%}.model-store-meta{color:#8c8c8c;align-items:center;gap:12px;min-width:0;font-size:12px;display:flex}.model-store-description{text-overflow:ellipsis;white-space:nowrap;width:200px;min-width:0;overflow:hidden}.model-store-stat{white-space:nowrap;color:#00000040;align-items:center;gap:2px;display:flex}.model-try-button{color:#fff;cursor:pointer;background:#000;border-radius:16px;flex:0 0 80px;justify-content:center;align-items:center;width:80px;height:32px;font-size:14px;font-weight:500;display:flex}.model-try-button.muted,.model-try-button:disabled{opacity:.45;cursor:default}.downloaded-label{color:#0006;text-align:center;background:0 0;border:0;width:88px;height:32px;padding:0;font-size:12px;line-height:32px}.model-store-divider{background:var(--Wireframe);height:1px;margin:0 40px}.store-empty{color:var(--Text-Tertiary);text-align:center;grid-column:1/-1;padding:60px 20px;font-size:13px}@media (max-width:1067px){.agent-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.agent-carousel{width:840px;min-width:840px;height:180px}.agent-carousel-image,.agent-carousel-image img,.agent-banner-fallback{height:180px}.agent-store-grid{grid-template-columns:1fr}.model-filter-right{display:none}.store-app-header,.model-store-filters{padding-inline:20px}.model-store-row{margin-inline:12px}.model-store-divider{margin-inline:20px}}.settings-mask{padding:24px}.settings-window{background:#fff;border-radius:10px;flex-direction:column;width:min(598px,100vw - 32px);height:min(640px,100vh - 42px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000003d}.settings-window-titlebar{border-bottom:1px solid #0000000f;flex:0 0 44px;justify-content:space-between;align-items:center;height:44px;padding:0 12px 0 20px;display:flex}.settings-window-titlebar button{cursor:pointer;background:0 0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.settings-window-titlebar button:hover{background:var(--Hover)}.settings-window-leading{align-items:center;gap:8px;display:flex}.settings-window-leading strong{font-size:14px;font-weight:600}.settings-window-content{scrollbar-width:none;flex:1;min-height:0;padding:0 20px 20px;overflow:auto}.settings-window-content::-webkit-scrollbar{display:none}.app-settings-section{margin-top:18px}.app-settings-section>h3{color:#0009;margin:0 0 6px;font-size:12px;font-weight:500;line-height:18px}.app-settings-list{background:#f7f7f8;border:1px solid #00000014;border-radius:10px;overflow:hidden}.app-setting-row{text-align:left;cursor:pointer;background:#f7f7f8;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 12px;display:flex}.app-setting-row:last-child{border-bottom:0}.app-setting-row:hover{background:var(--Hover)}.app-setting-title,.app-setting-trailing{align-items:center;display:flex}.app-setting-title{gap:10px;font-size:14px}.app-setting-icon{place-items:center;width:22px;display:grid}.app-setting-label{flex-direction:column;gap:1px;display:flex}.app-setting-label small{color:#0006;font-size:11px;font-weight:400}.app-setting-row:has(.app-setting-label small){min-height:58px}.app-setting-trailing{color:#0006;gap:7px;min-width:0;font-size:13px}.app-setting-trailing>span:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:230px;overflow:hidden}.app-setting-switch{background:#00000029;border-radius:10px;width:34px;height:20px;transition:background-color .16s;position:relative}.app-setting-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.app-setting-switch.on{background:#34c759}.app-setting-switch.on:after{transform:translate(14px)}.profile-setting-row{min-height:58px}.settings-profile-avatar{color:#fff;background:linear-gradient(145deg,#ff8c5a,#5856d6);border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.settings-profile-avatar.large{width:64px;height:64px;font-size:22px}.settings-profile-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.settings-profile-copy strong{font-size:14px}.settings-profile-copy small{color:#0006;font-size:12px}.settings-profile-hero{flex-direction:column;align-items:center;gap:6px;padding:30px 0 14px;display:flex}.settings-profile-hero strong{font-size:16px}.settings-profile-hero small{color:#00000073}.settings-profile-hero>span:last-child{color:var(--Text-Tertiary);font-size:10px}.settings-profile-avatar.editable{cursor:pointer;border:0;padding:0}.settings-form-card{border:1px solid #00000014;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.settings-form-card label{color:#0009;flex-direction:column;gap:5px;font-size:12px;display:flex}.settings-form-card input{height:36px}.settings-primary{color:#fff;cursor:pointer;background:#000;border-radius:16px;justify-content:center;align-self:flex-end;align-items:center;gap:5px;min-width:92px;height:32px;padding:0 14px;display:flex}.settings-primary:disabled{opacity:.4;cursor:default}.web-user-profile{padding-top:20px}.web-user-profile-hero{flex-direction:column;align-items:center;padding-bottom:18px;display:flex}.web-user-profile-avatar{cursor:pointer;background:0 0;border:0;border-radius:50%;width:50px;height:50px;padding:0;overflow:hidden}.web-user-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.web-user-profile-avatar:disabled{cursor:default;opacity:.6}.web-user-profile-hero>strong{color:var(--Dark-Primary);font-family:var(--font-family);font-size:24px;font-weight:600;line-height:36px}.web-user-profile-hero>small{color:#0009;font-family:var(--font-family);font-size:12px}.profile-user-name-control{width:140px}.profile-user-name-input{text-align:right}.web-user-profile .tiiny-setting-list{margin-bottom:0}.web-user-profile .profile-location-row{overflow:visible}.web-user-profile .profile-location-content{max-width:none;overflow:visible}.profile-location-select{align-items:center;display:inline-flex;position:relative}.profile-location-select select{appearance:none;max-width:190px;height:22px;color:var(--Dark-Primary);font-family:var(--font-family);text-align:right;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;outline:0;padding:0 24px 0 4px;font-size:14px;overflow:hidden}.profile-location-indicator{pointer-events:none;background:#00000008;border-radius:4px;place-items:center;width:18px;height:18px;display:grid;position:absolute;right:0;box-shadow:inset 0 0 2px #00000014}.web-user-profile-signout{margin-top:10px}.profile-password-mask{z-index:900;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000002e;place-items:center;display:grid;position:absolute;inset:0}.profile-password-dialog{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:min(380px,100vw - 48px);padding:22px;display:flex;box-shadow:0 18px 60px #00000040}.profile-password-dialog h2{margin:0;font-size:18px}.profile-password-dialog>p{color:var(--Text-Secondary);margin:-4px 0 2px;font-size:12px}.profile-password-dialog>label{color:var(--Text-Secondary);flex-direction:column;gap:5px;font-size:12px;display:flex}.profile-password-error{color:var(--Red,#ff3b30);font-size:11px}.profile-password-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.settings-value-row{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:16px;min-height:38px;font-size:13px;display:flex}.settings-value-row:last-child{border-bottom:0}.settings-value-row>span{color:#0009;text-transform:capitalize}.settings-value-row code,.settings-value-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.settings-static-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:60px 40px;display:flex}.settings-static-page h2{margin:16px 0 8px;font-size:18px}.settings-static-page p{color:#0000008c;max-width:430px;margin:0;line-height:1.6}.settings-signout{cursor:pointer;background:#0000000f;border-radius:14px;width:136px;height:28px;margin-top:11px}.settings-readonly-note{color:#00000073;font-size:11px;line-height:1.5}.settings-detail-page{flex-direction:column;gap:24px;padding-top:20px;display:flex}.settings-detail-page section>h3{color:var(--Text-Secondary);margin:0 0 8px;padding:0 8px;font-size:12px;font-weight:400}.settings-detail-list{border:1px solid var(--Wireframe);background:var(--BG);border-radius:10px;overflow:hidden}.settings-detail-row{border-bottom:1px solid var(--Wireframe);justify-content:space-between;align-items:center;gap:18px;min-height:48px;padding:6px 12px;font-size:13px;display:flex}.settings-detail-row:last-child{border-bottom:0}.settings-detail-row>span{min-width:120px}.settings-detail-row>strong{min-width:0;color:var(--Text-Secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}.settings-detail-row label{border:1px solid var(--Hover);background:var(--White-Primary);border-radius:10px;align-items:center;width:min(300px,65%);height:30px;display:flex;overflow:hidden}.settings-detail-row label input{min-width:0;color:var(--Text-Secondary);font-family:var(--font-family);background:0 0;border:0;flex:1;padding:0 10px}.settings-copy-button{cursor:pointer;background:0 0;place-items:center;width:30px;height:28px;display:grid}.settings-detail-description{color:var(--Text-Secondary);white-space:pre-line;padding:0 10px;font-size:12px;line-height:18px}.settings-network-title{align-items:center;gap:7px;display:flex}.settings-network-title i{background:var(--Yellow);border-radius:50%;width:6px;height:6px}.settings-network-title i.connected{background:var(--Green)}.settings-empty-state{text-align:center;place-content:center;min-height:360px;display:grid}.settings-empty-state h3{margin:0}.settings-empty-state p{color:var(--Text-Secondary)}.settings-storage-card{border:1px solid var(--Wireframe);background:var(--BG);border-radius:12px;padding:16px}.settings-storage-card>div:first-child{justify-content:space-between;gap:12px;font-size:12px;display:flex}.settings-storage-card>div:first-child span{color:var(--Text-Secondary)}.settings-storage-track{background:var(--Hover);border-radius:7px;height:14px;margin-top:14px;overflow:hidden}.settings-storage-track i{border-radius:inherit;background:linear-gradient(90deg,#7065ff,#3da8ff);height:100%;display:block}.settings-storage-legend{color:var(--Text-Secondary);flex-wrap:wrap;gap:8px 16px;margin-top:12px;font-size:10px;display:flex}.settings-storage-legend span{align-items:center;gap:5px;display:inline-flex}.settings-storage-legend i{background:#7065ff;border-radius:50%;width:6px;height:6px}.settings-privacy-markdown{color:var(--Dark-Primary);padding:18px 4px 40px;font-size:13px;line-height:1.65}.settings-privacy-markdown h1{margin-top:0;font-size:24px}.settings-privacy-markdown h2{margin-top:24px;font-size:17px}.settings-update-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:480px;display:flex}.settings-update-logo{letter-spacing:-2px;font-size:34px;font-weight:800}.settings-update-page h2{margin:14px 0 3px}.settings-update-page p{color:var(--Text-Secondary);margin:0}.settings-update-result{background:var(--BG);color:var(--Text-Secondary);border-radius:12px;margin-top:20px;padding:7px 12px;font-size:12px}.settings-update-result.available{color:var(--Blue);background:#007aff1a}.settings-update-page button{background:var(--Dark-Primary);color:#fff;cursor:pointer;border-radius:16px;align-items:center;gap:6px;height:32px;margin-top:12px;padding:0 14px;display:flex}.my-device-page{width:100%;font-family:var(--font-family);flex-direction:column;gap:10px;display:flex}.my-device-header{flex-direction:column;align-items:center;padding:24px 0 0;display:flex}.my-device-image-button{cursor:pointer;background:0 0;width:219px;height:99px;margin:0 0 16px;padding:0;display:block}.my-device-image{object-fit:contain;aspect-ratio:73/33;-webkit-user-select:none;user-select:none;width:219px;height:99px;display:block}.my-device-logo{object-fit:contain;-webkit-user-select:none;user-select:none;max-width:150px;height:28px;display:block}.my-device-header p{color:var(--Disable,#0006);font-family:var(--font-family);letter-spacing:-.36px;margin:4px 0 0;font-size:12px;font-weight:400;line-height:14px}.my-device-list{border:1px solid var(--Hover,#0000000f);background:var(--BG,#f7f7f8);border-radius:16px;padding:0 10px;overflow:hidden}.my-device-row{border-bottom:1px solid var(--Hover,#0000000f);width:100%;min-height:40px;color:var(--PrimaryDark,#000000d9);font-family:var(--font-family);justify-content:space-between;align-items:center;gap:12px;padding:6px 0;font-size:14px;font-weight:400;line-height:22px;display:flex;overflow:hidden}.my-device-row:last-child{border-bottom:0}.my-device-row>span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.my-device-row-content{max-width:220px;color:var(--Text-Secondary,#0009);text-overflow:ellipsis;white-space:nowrap;justify-content:flex-end;align-items:center;display:flex;overflow:hidden}.my-device-name-input{border:1px solid var(--Hover,#0000000f);background:var(--White-Primary,#fff);width:130px;height:28px;color:var(--Text-Primary,#000);font-family:var(--font-family);text-align:right;border-radius:8px;padding:6px 7px;font-size:12px;line-height:16px}.my-device-name-input:focus{border-color:var(--Blue,#0a84ff);box-shadow:none}.my-device-storage{height:24px;color:var(--Dark-Secondary,#0009);font-family:var(--font-family);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:0;font-size:14px;display:flex}.my-device-storage:hover{color:var(--Blue,#0a84ff)}.my-device-storage svg{color:inherit}.feedback-modal-mask{z-index:1900;background:var(--Mask,#00000038);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.feedback-modal{background:var(--White-Primary,#fff);width:min(408px,100vw - 32px);height:min(420px,100vh - 32px);box-shadow:var(--select-dropdown-shadow,0 20px 54px #0000003d);font-family:var(--font-family);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.feedback-modal-titlebar{justify-content:space-between;align-items:center;min-height:48px;padding:12px;display:flex}.feedback-modal-titlebar strong{min-width:0;color:var(--Dark-Primary,#000000d9);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.feedback-modal-close{cursor:pointer;background:0 0;flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid;position:relative}.feedback-modal-close svg{position:absolute}.feedback-close-hover,.feedback-modal-close:hover .feedback-close-default{opacity:0}.feedback-modal-close:hover .feedback-close-hover{opacity:1}.feedback-modal-content{scrollbar-width:none;flex:1;min-height:0;padding:0 20px;overflow-y:auto}.feedback-modal-content::-webkit-scrollbar{display:none}.feedback-textarea-wrap{border:1px solid var(--Wireframe,#0000001a);background:var(--White-Primary,#fff);border-radius:16px;width:100%;height:195px;transition:border-color .16s,box-shadow .16s;position:relative;overflow:hidden}.feedback-textarea-wrap:focus-within{border-color:var(--Blue,#0a84ff);box-shadow:none}.feedback-textarea-wrap.error{border-color:var(--Red,#ff383c)}.feedback-textarea-wrap textarea{resize:none;width:100%;height:100%;box-shadow:none;color:var(--Text-Primary,#000);font-family:var(--font-family);background:0 0;border:0;border-radius:0;padding:8px;font-size:14px;line-height:20px;overflow-y:auto}.feedback-textarea-wrap textarea:focus{box-shadow:none;border:0}.feedback-textarea-wrap textarea::placeholder{color:#0006}.feedback-character-count{background:var(--White-Primary,#fff);color:#0006;height:24px;font-family:var(--font-family);pointer-events:none;border-radius:27px;padding:6px 2px;font-size:12px;line-height:12px;position:absolute;bottom:6px;right:8px}.feedback-error{color:var(--Red,#ff383c);font-family:var(--font-family);padding:4px 8px 0;font-size:12px;font-weight:400;line-height:12px}.feedback-images{align-items:center;gap:8px;min-height:68px;padding:10px 0;display:flex}.feedback-image-preview,.feedback-image-add{cursor:pointer;background-color:#0000001a;background-position:50%;background-size:cover;border-radius:10px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;position:relative;overflow:hidden}.feedback-image-preview:before{border-radius:inherit;content:"";background:0 0;transition:background-color .16s;position:absolute;inset:0}.feedback-image-preview:hover:before{background:#0000004d}.feedback-preview-eye{z-index:1;opacity:0;transition:opacity .16s}.feedback-image-preview:hover .feedback-preview-eye{opacity:1}.feedback-image-remove{z-index:2;width:16px;height:16px;color:var(--White-Primary,#fff);cursor:pointer;background:#737780;border-radius:50%;justify-content:center;align-items:center;padding:3px;display:flex;position:absolute;top:4px;right:4px}.feedback-image-remove:hover{background:#5a5d63}.feedback-file-input{display:none}.feedback-notice{min-height:18px;color:var(--Red,#ff383c);margin:-5px 2px 5px;font-size:12px;line-height:18px}.feedback-submit{background:var(--Dark-Primary,#000000d9);width:100%;height:28px;color:var(--White-Primary,#fff);font-family:var(--font-family);cursor:pointer;border-radius:16px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;display:flex;position:relative}.feedback-submit:hover:not(:disabled){background:#000000c2}.feedback-submit:disabled{cursor:not-allowed;background:#0006}.feedback-submit-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.8s linear infinite spin}.feedback-upload-logs{color:var(--Dark-Secondary,#0009);font-family:var(--font-family);justify-content:center;align-items:center;gap:4px;padding-top:10px;font-size:13px;line-height:16px;display:flex}.feedback-checkbox{background:var(--Muted,#00000014);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:4px;place-items:center;width:16px;height:16px;padding:0;display:grid}.feedback-checkbox.checked{border-color:var(--Blue,#0a84ff);background:var(--Blue,#0a84ff)}.feedback-info{cursor:pointer;place-items:center;width:16px;height:16px;display:grid;position:relative}.feedback-info>svg{position:absolute}.feedback-info-hover,.feedback-info:hover .feedback-info-default,.feedback-info:focus .feedback-info-default{opacity:0}.feedback-info:hover .feedback-info-hover,.feedback-info:focus .feedback-info-hover{opacity:1}.feedback-info-tooltip{z-index:4;color:#fff;width:260px;font-family:var(--font-family);opacity:0;pointer-events:none;background:#141414eb;border-radius:8px;padding:4px 12px;font-size:12px;line-height:18px;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(2px)}.feedback-info:hover .feedback-info-tooltip,.feedback-info:focus .feedback-info-tooltip{opacity:1;transform:translate(-50%)translateY(0)}.feedback-image-viewer{z-index:1901;background:#000000b8;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.feedback-image-viewer>button{color:#fff;cursor:pointer;background:#ffffff29;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:24px;right:24px}.feedback-image-viewer img{object-fit:contain;max-width:100%;max-height:100%}@media (max-width:620px){.settings-mask{padding:8px}.settings-window{width:100%;height:100%;max-height:none}.settings-window-content{padding-inline:12px}}.user-avatar,.settings-profile-avatar{background:0 0;padding:0;overflow:hidden}.user-avatar img,.settings-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.auth-user-avatar,.auth-avatar-picker{background:0 0;border-radius:50%;width:64px;height:64px;margin:18px auto 0;padding:0;overflow:hidden}.auth-user-avatar img,.auth-avatar-picker img{object-fit:cover;width:100%;height:100%;display:block}.tray-action-error{color:#c9342e;background:#ff453a17;border-radius:9px;margin:6px 10px;padding:8px 10px;font-size:11px;line-height:16px}.model-filter-button{font-family:var(--font-family);cursor:pointer}.model-store-header>button:disabled{opacity:.35;cursor:not-allowed}.agent-store-card:disabled{opacity:.5}.agent-card-detail>small{color:var(--Text-Tertiary);font-size:10px}.agent-detail-mask{z-index:600;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0000002e;place-items:center;display:grid;position:fixed;inset:0}.agent-detail-card{background:#fff;border:1px solid #fffc;border-radius:20px;width:min(500px,100vw - 36px);max-height:calc(100vh - 50px);padding:28px;position:relative;overflow-y:auto;box-shadow:0 24px 70px #0003}.agent-detail-close{background:var(--BG);cursor:pointer;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:14px;right:14px}.agent-detail-heading{align-items:center;gap:14px;display:flex}.agent-detail-heading h2,.agent-detail-heading p,.agent-detail-description,.agent-detail-update{margin:0}.agent-detail-heading h2{font-size:20px}.agent-detail-heading p,.agent-detail-description,.agent-detail-update{color:var(--Text-Secondary);line-height:1.55}.agent-detail-icon{background:var(--BG);border-radius:14px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.agent-detail-icon img{object-fit:cover;width:100%;height:100%}.agent-detail-description{margin-top:20px}.agent-detail-meta{grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0;display:grid}.agent-detail-meta span{background:var(--BG);color:var(--Text-Tertiary);border-radius:10px;flex-direction:column;gap:4px;padding:10px;font-size:10px;display:flex}.agent-detail-meta b{color:#000;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.agent-detail-update{border-left:3px solid var(--Blue);background:#0088ff0a;margin-bottom:18px;padding:12px}.vault-page{flex-direction:column;height:100%;padding:30px 40px 36px;display:flex;overflow:hidden}.vault-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.vault-header h1,.vault-header p,.vault-preview-title h2,.vault-preview-title p{margin:0}.vault-header h1{font-size:24px}.vault-header p,.vault-preview-title p{color:var(--Text-Secondary);margin-top:4px;font-size:12px}.vault-header-actions{align-items:center;gap:8px;display:flex}.vault-search{background:var(--BG);width:210px;height:32px;color:var(--Text-Tertiary);border-radius:9px;align-items:center;gap:6px;padding:0 10px;display:flex}.vault-search input{width:100%;height:30px;box-shadow:none;background:0 0;border:0;padding:0}.vault-upload{color:#fff;cursor:pointer;background:#000;border-radius:9px;align-items:center;gap:6px;height:32px;padding:0 12px;display:flex}.vault-tabs{border-bottom:1px solid var(--Wireframe);gap:18px;margin-top:25px;display:flex}.vault-tabs button{height:37px;color:var(--Text-Secondary);cursor:pointer;background:0 0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 2px;display:flex}.vault-tabs button.active{color:#000;border-bottom-color:#000}.vault-tabs span{background:var(--BG);border-radius:8px;padding:1px 5px;font-size:10px}.vault-content{flex:1;grid-template-columns:minmax(300px,40%) 1fr;gap:12px;min-height:0;margin-top:12px;display:grid}.vault-source-list,.vault-preview{border:1px solid var(--Wireframe);border-radius:14px;min-height:0;overflow-y:auto}.vault-source-list{padding:6px}.vault-source-row{text-align:left;cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 10px;display:flex}.vault-source-row:hover,.vault-source-row.active{background:var(--BG)}.vault-icon{background:#f3f4f6;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.vault-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.vault-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vault-copy small{color:var(--Text-Tertiary)}.vault-preview{padding:20px}.vault-preview-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.vault-preview-title h2{font-size:16px}.vault-preview-title>span{background:var(--BG);color:var(--Text-Secondary);white-space:nowrap;border-radius:10px;padding:4px 8px;font-size:10px}.vault-preview-actions{gap:7px;margin:18px 0;display:flex}.vault-preview-actions a,.vault-preview-actions button{border:1px solid var(--Wireframe);color:#000;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:5px;height:30px;padding:0 10px;text-decoration:none;display:inline-flex}.vault-preview-actions .danger{color:#d43b32}.vault-chunks{flex-direction:column;gap:8px;display:flex}.vault-chunks article{background:var(--BG);border-radius:10px;padding:11px 12px}.vault-chunks small{color:var(--Text-Tertiary)}.vault-chunks p{color:var(--Text-Secondary);margin:5px 0 0;font-size:12px;line-height:1.45}.vault-preview-empty{height:100%;color:var(--Text-Tertiary);text-align:center;place-content:center;justify-items:center;display:grid}.connector-page-heading,.connector-detail-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.connector-page-heading h2,.connector-page-heading p,.connector-detail-title h2,.connector-detail-title p{margin:0}.connector-page-heading p,.connector-detail-title p{color:var(--Text-Secondary);margin-top:4px;font-size:12px}.connector-page-heading>button{background:var(--BG);cursor:pointer;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.connector-group{margin-top:20px}.connector-group h3{color:var(--Text-Tertiary);text-transform:uppercase;margin:0 0 7px;font-size:11px}.connector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.connector-card{border:1px solid var(--Wireframe);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;min-height:62px;padding:10px;display:flex}.connector-card:hover{background:var(--BG)}.connector-icon{background:var(--BG);border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.connector-icon.large{flex-basis:44px;width:44px;height:44px}.connector-card>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.connector-card small{color:var(--Text-Tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.connector-card i,.connector-detail-title>b{color:var(--Text-Tertiary);white-space:nowrap;font-size:10px;font-style:normal}.connector-card i.connected,.connector-detail-title>b.connected{color:#1c9b5f}.connector-card i.running{color:var(--Blue)}.connector-back{color:var(--Blue);cursor:pointer;background:0 0;align-items:center;gap:5px;margin-bottom:18px;padding:0;display:flex}.connector-detail-title{justify-content:flex-start}.connector-detail-title>div{flex:1}.connector-cloud-actions{background:var(--BG);border-radius:12px;margin-top:22px;padding:16px}.connector-cloud-actions p{color:var(--Text-Secondary);margin:0 0 14px;line-height:1.5}.connector-cloud-actions button+button{margin-left:8px}.connector-form{margin-top:20px}.settings-form-card textarea{resize:vertical;width:100%;padding:10px}.dashboard-app-page{padding:0;overflow:auto}.dashboard-app-header{z-index:4;background:#fff;position:sticky;top:0}.dashboard-layout{padding:24px 40px 40px}.dashboard-warning{margin:12px 40px 0}.dashboard-warning button{color:var(--Blue);cursor:pointer;background:0 0;margin-left:auto}.dashboard-week-controls{align-items:center;gap:5px;display:flex}.dashboard-week-controls>span{color:var(--Text-Secondary);margin-right:4px;font-size:11px}.dashboard-week-controls button{border:1px solid var(--Wireframe);cursor:pointer;background:#fff;border-radius:7px;place-items:center;height:25px;padding:0 8px;display:grid}.dashboard-week-controls button:disabled{opacity:.35;cursor:default}.dashboard-week-controls .this-week{font-size:11px;display:block}.usage-stack{border-radius:3px 3px 0 0;flex-direction:column-reverse;width:24px;min-height:2px;display:flex;overflow:hidden}.usage-stack span{width:100%;display:block}.dashboard-chart-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.dashboard-legend{flex-wrap:wrap;gap:8px;display:flex}.dashboard-legend button,.dashboard-refresh{color:var(--Text-Secondary);cursor:pointer;background:0 0;align-items:center;gap:5px;padding:0;font-size:10px;display:flex}.dashboard-legend button.hidden{opacity:.35}.dashboard-legend i{border-radius:2px;width:7px;height:7px}.dashboard-agent-name{align-items:center;gap:8px;display:flex}.dashboard-agent-name>i{background:var(--BG);border-radius:7px;place-items:center;width:26px;height:26px;display:grid}.dashboard-model-bar{background:var(--BG);border-radius:4px;height:7px;display:flex;overflow:hidden}.dashboard-model-bar i{height:100%}.whatsapp-panel{border:1px solid var(--Border);background:var(--White-Primary);border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}.whatsapp-panel-heading,.whatsapp-connected{justify-content:space-between;align-items:center;gap:12px;display:flex}.whatsapp-panel-heading>div,.whatsapp-connected>div{flex-direction:column;gap:4px;display:flex}.whatsapp-panel-heading span,.whatsapp-connected span{color:var(--Text-Secondary);font-size:12px}.whatsapp-panel-heading .secondary-button{align-items:center;gap:5px;display:flex}.whatsapp-qr{width:224px;height:224px;color:var(--Text-Secondary);text-align:center;background:#fff;border-radius:12px;place-items:center;margin:0 auto;font-size:12px;display:grid;position:relative;overflow:hidden}@media (max-width:900px){.vault-header{flex-direction:column}.vault-header-actions{width:100%}.vault-search{flex:1;min-width:0}.vault-content{grid-template-columns:1fr}.vault-preview{display:none}.connector-grid{grid-template-columns:1fr}}.chat-page{position:relative}.app-vault-page{min-width:0;height:100%;font-family:var(--font-family);background:#fdfdfd;border-radius:12px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.app-vault-header{align-items:center;gap:8px;height:40px;min-height:40px;padding:8px 40px;display:flex}.app-vault-header strong{font-size:14px;font-weight:600;line-height:22px}.app-vault-toolbar{justify-content:space-between;align-items:center;height:40px;min-height:40px;padding:4px 40px 8px;display:flex}.app-vault-segment{background:#0000000e;border-radius:8px;gap:2px;height:24px;padding:2px;display:flex}.app-vault-segment button{color:#0000008a;cursor:pointer;background:0 0;border-radius:6px;min-width:84px;padding:0 12px;font-size:12px;line-height:20px}.app-vault-segment button.active{color:#000;background:#fff;box-shadow:0 1px 3px #0000001a}.app-vault-search{background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;gap:7px;width:200px;height:30px;padding:0 9px;display:flex}.app-vault-search input{width:100%;min-width:0;height:28px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:12px}.app-vault-search button,.app-vault-summary-button,.app-vault-refresh{cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:inline-flex}.app-vault-summary-button{border-radius:14px;width:28px;height:28px}.app-vault-summary-button:hover,.app-vault-refresh:hover{background:#0000000d}.app-vault-warning{margin:0 40px 8px}.app-vault-warning button{float:right;cursor:pointer;background:0 0}.app-vault-scroll,.app-vault-history{scrollbar-width:none;flex:1;min-height:0;padding:20px 40px 40px;overflow-y:auto}.app-vault-scroll::-webkit-scrollbar{display:none}.app-vault-history::-webkit-scrollbar{display:none}.app-vault-upload{cursor:pointer;background:#f8f8f9c2;border:1px dashed #00000024;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;transition:border-color .16s,background .16s;display:flex;position:relative}.app-vault-upload.dragging,.app-vault-upload:hover{background:#0088ff09;border-color:#08f}.app-vault-file-stack{justify-content:center;align-items:flex-end;height:52px;display:flex}.app-vault-file-stack span{background:#fff;border:1px solid #00000014;border-radius:9px;justify-content:center;align-items:center;width:44px;height:48px;margin-left:-5px;display:flex;box-shadow:0 4px 12px #00000012}.app-vault-file-stack span:first-child{transform:rotate(-10deg)}.app-vault-file-stack span:nth-child(2){transform:translateY(-7px)rotate(-4deg)}.app-vault-file-stack span:nth-child(3){transform:translateY(-7px)rotate(4deg)}.app-vault-file-stack span:nth-child(4){transform:rotate(10deg)}.app-vault-upload h2{margin:18px 0 6px;font-size:16px;line-height:24px}.app-vault-upload p{color:#00000085;text-align:center;margin:0;font-size:12px;line-height:19px}.app-vault-upload>svg:last-child{color:#00000061;position:absolute;bottom:18px;right:18px}.app-vault-group{margin-top:28px}.app-vault-group h3{color:#0000007a;margin:0 0 8px;font-size:12px;font-weight:500;line-height:20px}.app-vault-file-row{border-bottom:1px solid #0000000e;align-items:center;gap:10px;height:54px;padding:0 10px;display:flex}.app-vault-file-row:hover{background:#00000006;border-radius:10px}.app-vault-file-icon{justify-content:center;align-items:center;width:30px;height:34px;display:inline-flex}.app-vault-file-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.app-vault-file-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;overflow:hidden}.app-vault-file-copy small{color:#0000006b;font-size:11px}.app-vault-row-actions{opacity:0;gap:2px;transition:opacity .15s;display:flex}.app-vault-file-row:hover .app-vault-row-actions{opacity:1}.app-vault-row-actions button,.app-vault-row-actions a{color:#000000a8;cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.app-vault-row-actions button:hover,.app-vault-row-actions a:hover{background:#0000000f}.app-vault-empty,.app-vault-history-empty{color:#0000006b;flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.app-vault-history{flex-direction:column;gap:30px;display:flex}.app-vault-history-item header{justify-content:space-between;align-items:center;height:24px;display:flex}.app-vault-history-item header span{align-items:center;gap:4px;display:inline-flex}.app-vault-history-item header strong{font-size:16px;font-weight:500}.app-vault-history-item header button{opacity:0;cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.app-vault-history-item:hover header button{opacity:1}.app-vault-history-item p{color:#000c;text-align:justify;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:22px;display:-webkit-box;overflow:hidden}.app-vault-history-item p.expanded{display:block}.app-vault-show-more{color:#08f;cursor:pointer;background:0 0;align-items:center;gap:3px;padding:0;font-size:12px;display:inline-flex}.app-vault-history-empty{flex:1}.app-vault-history-empty h2{color:#000;margin:14px 0 4px;font-size:16px}.app-vault-history-empty p{margin:0;font-size:13px}.app-vault-refresh{color:#00000073;border-radius:14px;width:28px;height:28px;position:absolute;bottom:10px;right:10px}.app-vault-modal-mask{z-index:1500;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0003;place-items:center;display:grid;position:fixed;inset:0}.app-vault-confirm,.app-vault-summary-modal{background:#fff;border:1px solid #00000017;border-radius:16px;box-shadow:0 24px 80px #0003}.app-vault-confirm{width:330px;padding:22px}.app-vault-confirm h2{margin:0 0 8px;font-size:16px}.app-vault-confirm p{color:#00000094;margin:0 0 22px}.app-vault-confirm>div{flex-direction:row-reverse;gap:8px;display:flex}.app-vault-confirm button,.app-vault-summary-save{cursor:pointer;background:#0000000f;border-radius:9px;min-width:82px;height:34px}.app-vault-confirm button.danger{color:#fff;background:#ff3b30}.app-vault-summary-modal{width:361px;min-height:420px;padding:18px 20px 20px}.app-vault-summary-modal>header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.app-vault-summary-modal>header strong{font-size:14px}.app-vault-summary-modal>header button{cursor:pointer;background:0 0;font-size:20px}.app-vault-summary-modal label{flex-direction:column;gap:7px;margin-bottom:18px;display:flex}.app-vault-summary-modal label>span,.app-vault-summary-description>strong{color:#0000008c;font-size:12px;font-weight:500}.app-vault-summary-modal select{width:100%;height:42px;font-family:var(--font-family);background:#fff;border:1px solid #00000017;border-radius:10px;padding:0 12px}.app-vault-summary-description ul{color:#0000009e;margin:8px 0 22px;padding-left:18px;font-size:12px;line-height:19px}.app-vault-summary-save{color:#fff;background:#111;justify-content:center;align-items:center;width:100%;display:flex}.app-vault-summary-save:disabled{cursor:default;background:#0000002e}.model-store-like{color:#00000047;font-family:var(--font-family);cursor:pointer;background:0 0;align-items:center;gap:3px;padding:0;font-size:12px;display:inline-flex}.model-store-like.active{color:#ff4d6a}.model-store-copy{flex:1;position:relative}.model-download-track{background:#00000014;border-radius:3px;height:3px;position:absolute;bottom:-8px;left:32px;right:0;overflow:visible}.model-download-track>span{border-radius:inherit;background:#08f;height:100%;transition:width .22s;display:block}.model-download-track.paused>span{background:#f6a623}.model-download-track.failed>span{background:#ff453a}.model-download-track small{color:#0000006b;text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:10px;position:absolute;top:-17px;right:0;overflow:hidden}.model-lifecycle-actions{grid-template-columns:88px 28px;align-items:center;column-gap:5px;width:121px;min-width:121px;display:grid}.model-lifecycle-actions .model-try-button{grid-column:1;justify-self:center;gap:5px}.model-lifecycle-actions .downloaded-label,.model-lifecycle-actions>.spin{grid-column:1;justify-self:center}.model-delete-button{color:#00000073;opacity:0;cursor:pointer;background:0 0;border-radius:14px;grid-column:2;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.model-store-row:hover .model-delete-button{opacity:1}.model-delete-button:hover{color:#ff453a;background:#ff453a14}.model-delete-mask{z-index:1600;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000038;place-items:center;display:grid;position:fixed;inset:0}.model-delete-mask section{background:#fff;border:1px solid #00000017;border-radius:16px;width:360px;padding:22px;box-shadow:0 24px 80px #0003}.model-delete-mask h2{margin:0 0 8px;font-size:16px}.model-delete-mask p{color:#00000094;margin:0 0 22px;line-height:1.5}.model-delete-mask section>div{flex-direction:row-reverse;gap:8px;display:flex}.model-delete-mask button{cursor:pointer;background:#0000000f;border-radius:9px;min-width:82px;height:34px}.model-delete-mask button.danger{color:#fff;background:#ff3b30}.agent-card-detail{position:relative}.agent-card-progress{background:#00000014;border-radius:3px;height:3px;position:absolute;bottom:-5px;left:0;right:0;overflow:hidden}.agent-card-progress b{border-radius:inherit;background:#08f;height:100%;transition:width .2s;display:block}.agent-card-progress.paused b{background:#f6a623}.agent-card-progress.failed b{background:#ff453a}.agent-detail-meta button{color:inherit;cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:3px;padding:0;display:flex}.agent-detail-meta button>svg{color:#0000004d}.agent-detail-meta button.liked>svg{color:#ff4d6a}.agent-detail-lifecycle{grid-template-columns:1fr auto;gap:8px;display:grid}.agent-detail-card .settings-primary{justify-content:center;align-items:center;gap:6px;display:inline-flex}.agent-delete-action{color:#ff3b30;cursor:pointer;background:#ff453a14;border-radius:10px;justify-content:center;align-items:center;gap:5px;min-width:90px;height:40px;display:inline-flex}.agent-delete-mask{z-index:1700;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000038;place-items:center;display:grid;position:fixed;inset:0}.agent-delete-mask section{background:#fff;border:1px solid #00000017;border-radius:16px;width:350px;padding:22px;box-shadow:0 24px 80px #0003}.agent-delete-mask h2{margin:0 0 8px;font-size:16px}.agent-delete-mask p{color:#00000094;margin:0 0 22px}.agent-delete-mask section>div{flex-direction:row-reverse;gap:8px;display:flex}.agent-delete-mask button{cursor:pointer;background:#0000000f;border-radius:9px;min-width:82px;height:34px}.agent-delete-mask button.danger{color:#fff;background:#ff3b30}.settings-window{position:relative}.connector-app-page,.connector-app-detail{font-family:var(--font-family)}.connector-app-page{flex-direction:column;gap:10px;display:flex}.connector-app-section{flex-direction:column;display:flex}.connector-app-section h3{color:var(--Dark-Secondary,#0009);font-family:var(--font-family);margin:0 0 10px;padding:0 8px;font-size:12px;font-weight:400;line-height:18px}.connector-app-list{border:1px solid var(--Hover,#0000000d);background:var(--BG,#fff);border-radius:16px;padding:0 10px;overflow:hidden}.connector-app-row{border-bottom:1px solid var(--Hover,#0000000d);width:100%;min-height:40px;color:var(--Dark-Primary,#000);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.connector-app-row:last-child{border-bottom:0}.connector-app-row:hover{background:var(--Hover,#0000000d)}.connector-app-title,.connector-app-trailing,.connector-detail-title-row,.connector-account-header,.connector-account-actions,.connector-footer-pair{align-items:center;display:flex}.connector-app-title{gap:8px;font-size:14px;font-weight:400;line-height:22px}.connector-app-icon{flex:0 0 18px;place-items:center;width:18px;height:18px;display:grid}.connector-app-trailing{max-width:65%;color:var(--Text-Secondary,#0009);white-space:nowrap;justify-content:flex-end;gap:8px;font-size:14px;line-height:22px;overflow:hidden}.connector-app-trailing>span:first-child:not(.app-setting-switch){text-overflow:ellipsis;overflow:hidden}.app-setting-switch.disabled{opacity:.45}.connector-app-detail,.connector-config-form,.whatsapp-panel-stack{flex-direction:column;gap:10px;display:flex}.connector-app-detail{padding-bottom:66px}.connector-detail-hero{align-items:center;gap:8px;padding:10px 0;display:flex}.connector-detail-icon{flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.connector-detail-hero>div{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.connector-detail-title-row{gap:4px}.connector-detail-title-row h2,.connector-detail-hero p{font-family:var(--font-family);margin:0}.connector-detail-title-row h2{color:var(--PrimaryDark,#000);font-size:14px;font-weight:600;line-height:22px}.connector-detail-title-row span{color:#08f;background:#0088ff1a;border-radius:16px;justify-content:center;align-items:center;height:18px;padding:0 8px;font-size:12px;font-weight:600;line-height:16px;display:flex}.connector-detail-hero p{max-width:100%;color:var(--Text-Secondary,#0009);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;line-height:18px;overflow:hidden}.connector-account-card,.connector-form-card,.whatsapp-panel{border:1px solid var(--Hover,#0000000d);background:var(--BG-Dark3,#00000008);border-radius:16px;flex-direction:column;align-self:stretch;align-items:flex-start;display:flex}.connector-account-card,.whatsapp-panel.whatsapp-connected{padding:8px 10px}.connector-account-header,.whatsapp-panel-heading{justify-content:space-between;align-items:center;width:100%;display:flex}.connector-account-header>span,.whatsapp-panel-heading>strong{color:var(--Text-Primary,#000);font-size:14px;font-weight:400;line-height:22px}.connector-account-actions{gap:6px}.connector-account-actions button,.whatsapp-panel-heading button,.connector-inline-button{border:1px solid var(--Wireframe,#0000001a);background:var(--White-Primary,#fff);height:24px;color:var(--Dark-Primary,#000);font-family:var(--font-family);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:3px 6px;font-size:12px;font-weight:400;line-height:18px;display:inline-flex}.connector-account-actions button:disabled,.whatsapp-panel-heading button:disabled,.connector-inline-button:disabled{cursor:default;opacity:.7}.connector-account-value,.whatsapp-account-text{color:var(--Disable,#0006);font-size:12px;font-weight:400;line-height:18px}.connector-form-card{padding:0 10px}.connector-form-row{border-bottom:1px solid var(--Hover,#0000000d);justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 0;display:flex}.connector-form-row:last-child{border-bottom:0}.connector-form-row>span{color:var(--Dark-Primary,#000);text-overflow:ellipsis;flex-shrink:0;font-size:14px;font-weight:400;line-height:22px;overflow:hidden}.connector-form-row input{box-sizing:border-box;border:1px solid var(--Wireframe,#0000001a);background:var(--White-Primary,#fff);width:280px;height:24px;color:var(--Dark-Primary,#000);font-family:var(--font-family);border-radius:8px;outline:none;padding:4px 2px 4px 8px;font-size:14px;font-weight:400;line-height:22px}.connector-form-row input::placeholder{color:var(--Disable,#0006);font-family:var(--font-family)}.connector-form-row input:focus{border-color:var(--color-primary,#08f)}.connector-instructions,.connector-advanced-title{color:var(--Text-Secondary,#0009);font-family:var(--font-family);font-size:12px;font-weight:400;line-height:18px}.connector-test-row{justify-content:flex-end;margin:10px 0 19px;display:flex}.connector-footer-full,.connector-footer-pair{z-index:3;position:absolute;bottom:20px}.connector-footer-full{width:calc(100% - 40px);left:20px}.connector-footer-pair{justify-content:center;gap:10px;width:482px;max-width:calc(100% - 40px);left:50%;transform:translate(-50%)}.connector-footer-full,.connector-footer-pair button{min-height:46px;font-family:var(--font-family);border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:12px 82px;font-size:14px;font-weight:600;line-height:22px;display:flex}.connector-footer-pair button{flex:0 0 236px;width:236px}.connector-save-button,.connector-footer-full.connector-try-button{background:var(--Dark-Primary,#000);color:var(--White-Primary,#fff);cursor:pointer;border:0}.connector-save-button:disabled,.connector-footer-full.connector-try-button:disabled{background:var(--Disable,#0006);cursor:default}.connector-footer-pair .connector-try-button{border:1px solid var(--Wireframe,#0000001a);color:var(--Dark-Primary,#000);cursor:pointer;background:0 0}.whatsapp-panel:not(.whatsapp-connected){justify-content:center;align-items:center;padding:8px 10px 16px}.whatsapp-scan-text{color:var(--Text-Secondary,#0009);margin-top:8px;font-size:12px;font-weight:400;line-height:18px}.whatsapp-qr{width:216px;height:216px;color:var(--Text-Secondary,#0009);text-align:center;border-radius:8px;justify-content:center;align-items:center;margin-top:8px;font-size:12px;line-height:18px;display:flex;position:relative;overflow:hidden}.whatsapp-qr-loading{background:#ffffffbf;place-items:center;display:grid;position:absolute;inset:0}@media (max-width:620px){.connector-form-row input{width:min(280px,55vw)}.connector-footer-pair button{flex:1 1 0;min-width:0;padding-inline:20px}}.chat-scroll:not(.new-chat){padding-top:22px;scrollbar-width:none;padding-inline:max(16px,50% - 384px)}.chat-scroll:not(.new-chat)::-webkit-scrollbar{display:none}.chat-message{flex-direction:column;width:min(768px,100%);min-width:0;margin:0 auto 10px;padding:0;animation:.18s ease-out both chat-message-enter;display:flex}.chat-message.user{align-items:flex-end;margin-bottom:18px}.chat-message.assistant{align-items:flex-start;margin-bottom:32px}.chat-message .message-body{width:100%;min-width:0;color:var(--Text-Primary);font-family:var(--font-family);flex:none;font-size:16px;line-height:24px}.user-message-bubble{background:var(--Hover);white-space:pre-wrap;overflow-wrap:break-word;border-radius:26px;width:fit-content;max-width:70%;margin-left:auto;padding:8px 12px;font-size:15px;font-weight:400;line-height:24px}.user-message-bubble.short{text-align:center;min-width:60px}.user-message-group{flex-direction:column;align-items:flex-end;width:100%;display:flex}.user-message-menubar{justify-content:flex-end;align-items:center;width:100%;height:34px;display:flex}.user-message-menubar .message-action-copy{opacity:0;pointer-events:none;transition:opacity .12s,background-color .12s}.user-message-bubble:hover+.user-message-menubar .message-action-copy,.user-message-menubar:hover .message-action-copy,.user-message-group:focus-within .message-action-copy{opacity:1;pointer-events:auto}.assistant-message-markdown{overflow-wrap:anywhere;width:100%;min-width:0}.assistant-message-markdown>:first-child{margin-top:0}.assistant-message-markdown>:last-child{margin-bottom:0}.assistant-message-markdown p{white-space:normal;margin:0 0 12px}.assistant-message-markdown h1,.assistant-message-markdown h2,.assistant-message-markdown h3,.assistant-message-markdown h4{margin:20px 0 8px;line-height:1.35}.assistant-message-markdown ul,.assistant-message-markdown ol{margin:8px 0 14px;padding-left:24px}.assistant-message-markdown li+li{margin-top:4px}.assistant-message-markdown pre{font-family:var(--code-font-family);background:#f4f4f5;border-radius:10px;margin:12px 0;padding:13px;font-size:13px;line-height:20px;overflow:auto}.assistant-message-markdown :not(pre)>code{background:var(--BG);font-family:var(--code-font-family);border-radius:5px;padding:1px 5px;font-size:.9em}.assistant-message-loading{color:var(--Text-Tertiary)}.assistant-message-menubar{width:100%;height:34px;color:var(--Disable);font-family:var(--font-family);align-items:center;gap:4px;margin:5px 0 40px;display:flex}.assistant-message-actions{flex:0 0 64px;justify-content:center;align-items:center;gap:4px;width:64px;height:28px;display:flex}.message-action-copy,.message-action-button{border-radius:var(--tiiny-hover-radius);appearance:none;cursor:pointer;background:0 0;border:0;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.message-action-copy>div{justify-content:center;align-items:center;display:flex;position:relative}.message-action-copy>div>div{justify-content:center;align-items:center;display:flex}.message-action-copy>div>div:last-child{position:absolute;inset:0}.message-action-copy:hover,.message-action-button:hover:not(:disabled){background:var(--Hover)}.message-action-button:disabled{cursor:default;opacity:.45}.assistant-message-divider{background:#0000001a;flex:0 0 1px;width:1px;height:16px;margin-inline:4px}.assistant-message-meta{min-width:0;color:var(--Disable);align-items:center;gap:10px;padding-inline:4px;font-size:12px;line-height:16px;display:flex;overflow:hidden}.assistant-message-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-tool-list{width:min(720px,100%);font-family:var(--font-family);flex-direction:column;gap:8px;margin:8px 0;display:flex}.chat-tool-row{box-sizing:border-box;background:var(--BG,#00000008);border-radius:16px;align-items:center;gap:8px;width:100%;min-height:30px;padding:6px 10px;font-size:12px;line-height:18px;display:flex}.chat-tool-status{background:var(--blue,#08f);border-radius:50%;flex:0 0 6px;width:6px;height:6px}.chat-tool-status.pending{background:var(--Text-Secondary,#0009);animation:1.2s ease-in-out infinite chat-tool-pulse}.chat-tool-status.error{background:var(--Red,#ff383c)}.chat-tool-name{min-width:0;color:var(--Primary-80,#000c);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-tool-detail{min-width:0;color:var(--Text-Secondary,#0009);text-overflow:ellipsis;white-space:nowrap;flex:1;text-decoration:underline;overflow:hidden}@keyframes chat-tool-pulse{50%{opacity:.35}}.app-thinking{color:#0009;width:100%;font-family:var(--font-family);margin-bottom:14px;font-size:13px;line-height:20px}.app-thinking-header{color:#0009;cursor:pointer;background:0 0;align-items:center;gap:4px;min-height:20px;padding:0;font-size:13px;font-weight:500;line-height:20px;display:inline-flex}.app-thinking-header svg{width:10px;height:10px;margin-left:4px}.app-thinking.streaming .app-thinking-header span,.app-thinking-label.shimmer{color:#0000;background:linear-gradient(90deg,#0009 0% 40%,#ffffffe6 50%,#0009 60% 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite app-thinking-shimmer}.app-thinking-timeline{flex-direction:column;gap:10px;margin-top:10px;display:flex}.app-thinking-row{align-items:stretch;gap:4px;display:flex}.app-thinking-icon-column{flex-direction:column;flex:0 0 20px;align-items:center;width:20px;display:flex}.app-thinking-icon-column img{object-fit:contain;width:16px;height:16px;margin:2px}.app-thinking-line{background:var(--Wireframe);flex:1;width:1px;min-height:10px;margin-top:4px}.app-thinking-content{flex:1;min-width:0}.app-thinking-label,.app-thinking-done-label{color:#0009;min-height:20px;font-size:13px;font-weight:500;line-height:20px}.app-thinking-done-label{font-weight:400}.app-thinking-text{color:#0009;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;text-align:justify;text-align-last:left;margin-top:10px;font-size:13px;font-weight:400;line-height:20px}.chat-history-popover{z-index:1000;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #00000014;border-radius:16px;width:282px;height:324px;padding:6px;animation:.22s ease-out both chat-history-enter;position:fixed;top:48px;right:16px;overflow:visible;box-shadow:0 16px 44px #00000029,0 0 1px #0003}.chat-history-search{background:var(--BG);height:34px;color:var(--Text-Tertiary);border-radius:10px;align-items:center;gap:7px;padding:0 9px;display:flex}.chat-history-search input{width:100%;min-width:0;height:32px;box-shadow:none;color:var(--Text-Primary);background:0 0;border:0;border-radius:0;outline:0;padding:0;font-size:13px}.chat-history-list{scrollbar-width:none;height:calc(100% - 38px);margin-top:4px;overflow-y:auto}.chat-history-list::-webkit-scrollbar{display:none}.chat-history-item{border-radius:16px;grid-template-columns:minmax(0,1fr) 32px;align-items:center;column-gap:8px;height:40px;display:grid;position:relative}.chat-history-item:hover,.chat-history-item.active{background:var(--Hover)}.chat-history-title{min-width:0;height:100%;color:var(--Text-Primary);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;padding:0 0 0 8px;font-size:14px;overflow:hidden}.chat-history-more{width:28px;height:28px;color:var(--Text-Secondary);cursor:pointer;opacity:0;background:0 0;border-radius:8px;place-items:center;display:grid}.chat-history-item:hover .chat-history-more,.chat-history-item.active .chat-history-more{opacity:1}.chat-history-delete{z-index:3;color:#ff3b30;cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:10px;align-items:center;gap:7px;width:96px;height:34px;padding:0 10px;font-size:13px;display:flex;position:absolute;top:31px;right:4px;box-shadow:0 8px 24px #00000024}.chat-history-delete:hover{background:#ff383c1a}.chat-history-delete img{width:16px;height:16px}.chat-history-empty,.chat-history-loading,.chat-history-error{min-height:96px;color:var(--Text-Tertiary);text-align:center;place-items:center;padding:18px;font-size:12px;display:grid}.chat-history-error{color:var(--red)}@keyframes chat-message-enter{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-history-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes app-thinking-shimmer{0%{background-position:200%}to{background-position:-200%}}@media (max-width:720px){.chat-history-popover{width:min(282px,100vw - 20px);right:10px}.user-message-bubble{max-width:86%}}.model-picker-popover{flex-direction:column;display:flex;overflow:hidden}.model-picker-search{background:var(--BG);height:34px;color:var(--Text-Tertiary);border-radius:10px;align-items:center;gap:7px;margin:4px 5px 5px;padding:0 9px;display:flex}.model-picker-search input{min-width:0;height:30px;color:var(--Text-Primary);box-shadow:none;background:0 0;border:0;border-radius:0;flex:1;padding:0;font-size:12px}.model-picker-search input:focus{box-shadow:none;border:0}.model-picker-list{border-top:1px solid var(--Wireframe);padding-top:4px}.model-picker-row.model-store-option{border-top:1px solid var(--Wireframe);color:var(--Text-Primary);background:#fff;border-radius:0 0 12px 12px;margin-top:4px;position:sticky;bottom:0}.model-picker-row.model-store-option:hover{background:var(--Hover)}.model-picker-row.model-store-option svg{color:var(--Text-Secondary)}.wifi-app-page{width:100%;max-width:560px;margin:18px auto 0}.wifi-app-settings-list{border:1px solid var(--Wireframe);background:#f7f7f8;border-radius:10px;overflow:visible}.wifi-app-primary-row{border-bottom:1px solid var(--Wireframe);justify-content:space-between;align-items:center;gap:12px;height:64px;padding:0 12px;display:flex}.wifi-app-title-wrap,.wifi-app-title-copy,.wifi-app-status-row,.wifi-app-network-actions,.wifi-app-network-name{align-items:center;min-width:0;display:flex}.wifi-app-title-wrap{gap:8px}.wifi-app-leading-icon{background:#00000008;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.wifi-app-leading-icon img{width:18px;height:18px}.wifi-app-title-copy{flex-direction:column;align-items:flex-start;gap:4px}.wifi-app-title-copy strong{color:var(--Text-Primary);font:var(--Title2-regular)}.wifi-app-title-copy small{max-width:390px;color:var(--Text-Tertiary);text-overflow:ellipsis;white-space:nowrap;font:var(--Label-regular);overflow:hidden}.wifi-app-switch{cursor:pointer;background:#00000029;border-radius:9px;flex:0 0 36px;width:36px;height:16px;padding:0;transition:background-color .18s;position:relative}.wifi-app-switch>span{background:#fff;border-radius:7px;width:21px;height:13px;transition:transform .18s;position:absolute;top:1.5px;left:1.5px;box-shadow:0 2px 4px #0003}.wifi-app-switch.on{background:var(--Blue)}.wifi-app-switch.on>span{transform:translate(12px)}.wifi-app-switch:disabled{cursor:default;opacity:.5}.wifi-app-status-row{min-height:44px;color:var(--Text-Tertiary);font:var(--Label-regular);gap:8px;padding:0 18px}.wifi-app-status-row strong{max-width:230px;color:var(--Text-Primary);text-overflow:ellipsis;white-space:nowrap;font:var(--Label-regular);overflow:hidden}.wifi-app-indicator{background:#fc0;border-radius:50%;flex:0 0 6px;width:6px;height:6px}.wifi-app-indicator[data-status=off]{background:#ff3b30}.wifi-app-indicator[data-status=connected]{background:#34c759}.wifi-app-network-group{margin-top:28px}.wifi-app-network-group h3{color:var(--Text-Secondary);font:var(--Label-regular);-webkit-user-select:none;user-select:none;margin:0 0 10px;padding:0 8px}.wifi-app-network-row{border-bottom:1px solid var(--Wireframe);justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:flex;position:relative}.wifi-app-network-row:last-child{border-bottom:0}.wifi-app-network-row:hover{background:var(--Hover)}.wifi-app-network-row>button:first-child,button.wifi-app-network-row{text-align:left;cursor:pointer;background:0 0;flex:1;align-self:stretch;align-items:center;min-width:0;padding:0;display:flex}button.wifi-app-network-row{width:100%;padding:0 12px}.wifi-app-network-row button:disabled,button.wifi-app-network-row:disabled{cursor:default;opacity:.55}.wifi-app-network-name{flex:1;position:relative}.wifi-app-network-name>svg{color:#34c759;position:absolute;left:3px}.wifi-app-network-name strong{max-width:320px;color:var(--Text-Primary);text-overflow:ellipsis;white-space:nowrap;font:var(--Title2-regular);padding-left:23px;font-weight:400;overflow:hidden}.wifi-app-network-actions{color:var(--Dark-Primary);flex:none;gap:8px}.wifi-app-lock-slot{place-items:center;width:16px;display:grid}.wifi-app-more-wrap{position:relative}.wifi-app-more{cursor:pointer;background:0 0;border-radius:10px;place-items:center;width:24px;height:24px;display:grid}.wifi-app-more:hover{background:var(--Hover)}.wifi-app-action-menu{z-index:50;border:1px solid var(--Wireframe);background:#fff;border-radius:12px;width:154px;padding:4px;position:absolute;top:27px;right:0;overflow:hidden;box-shadow:0 8px 24px #00000026}.wifi-app-action-menu button{text-align:left;cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:34px;padding:0 9px;font-size:12px;display:flex}.wifi-app-action-menu button:hover{background:var(--Hover)}.wifi-app-searching{height:44px;color:var(--Text-Secondary);align-items:center;gap:16px;padding:0 18px;font-size:14px;display:flex}.wifi-password-layer{z-index:900;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000002e;place-items:center;display:grid;position:fixed;inset:0}.wifi-password-dialog{text-align:center;background:#fff;border-radius:14px;width:min(420px,100vw - 32px);padding:32px 26px 24px;position:relative;box-shadow:0 24px 64px #00000038}.wifi-password-dialog h2{color:var(--Dark-Primary);margin:0;font-size:24px;font-weight:500;line-height:36px}.wifi-password-dialog p{color:var(--Text-Secondary);margin:0 0 22px;font-size:14px}.wifi-password-dialog label{display:block}.wifi-password-dialog input{width:100%}.wifi-password-dialog label small{color:#ff3b30;text-align:left;margin-top:6px;display:block}.wifi-password-close{cursor:pointer;background:0 0;border-radius:8px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:10px;right:10px}.wifi-password-close:hover{background:var(--Hover)}.wifi-password-connect{background:var(--Dark-Primary);color:#fff;cursor:pointer;border-radius:19px;width:100%;height:38px;margin-top:18px}.wifi-password-loader{margin:34px auto 20px}@media (max-width:640px){.wifi-app-title-copy small{max-width:230px}.wifi-app-network-name strong{max-width:210px}}
