:root{--bg:#f5f7fb;--surface:#fff;--text:#101828;--muted:#667085;--line:#e4e9f2;--blue:#1769e0;--blue2:#0b57c7;--soft:#eef5ff;--green:#168a55;--red:#b42318;--shadow:0 10px 30px rgba(16,24,40,.06)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}a{color:var(--blue);text-decoration:none}h1,h2,h3{line-height:1.15;margin-top:0}h1{font-size:42px;letter-spacing:-1.4px}h2{font-size:27px;letter-spacing:-.5px}.shell{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}.site-header{height:68px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-size:20px;font-weight:800}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#2595ff,#1769e0);color:white;transform:rotate(-18deg)}.brand small{font-size:11px;color:var(--muted);font-weight:700}.nav-links{display:flex;align-items:center;gap:22px}.nav-links form{margin:0}.nav-logout{border:0;background:transparent;color:var(--muted);padding:8px;cursor:pointer}.page{padding-top:28px;padding-bottom:56px}.footer{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;padding-top:20px;padding-bottom:30px;border-top:1px solid var(--line)}.hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:390px;border:1px solid #dbeaff;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#fff 0,#f1f7ff 55%,#eaf4ff 100%);box-shadow:var(--shadow)}.hero-copy{padding:46px 20px 38px 46px;display:flex;flex-direction:column;justify-content:center}.kicker,.eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;color:#58708f;margin-bottom:9px}.hero h1{font-size:58px;margin:0 0 14px}.hero-lead{font-size:19px;color:#41536d;max-width:620px;margin:0 0 28px}.hero-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px;color:#344054}.hero-steps span{display:flex;align-items:center;gap:9px}.hero-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:white;color:var(--blue);box-shadow:0 4px 12px rgba(23,105,224,.1);font-size:11px}.release{display:flex;align-items:center;gap:12px;margin-top:28px;color:var(--muted);font-size:13px}.version-pill{background:#dcecff;color:var(--blue2);font-weight:800;padding:5px 10px;border-radius:999px}.hero-art{padding:22px;display:flex;align-items:center}.hero-art img{width:100%;border-radius:20px;box-shadow:0 16px 38px rgba(23,105,224,.12)}.section-head,.project-header,.section-title,.results-head,.status-top,.message-meta,.message-actions,.actions{display:flex;align-items:center;justify-content:space-between;gap:18px}.section-head{margin:42px 0 18px}.section-head h2,.section-title h2,.results-head h2{margin:2px 0 4px}.section-head p,.results-head p,.project-header p{color:var(--muted);margin:0}.button,button{border:0;border-radius:10px;padding:11px 16px;background:var(--blue);color:white;font-weight:700;cursor:pointer;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center}.button.secondary{background:white;color:#344054;border:1px solid var(--line)}button.danger,.danger{background:#fff1f0;color:var(--red);border:1px solid #ffd5d2}button:disabled{opacity:.6;cursor:wait}.project-grid{display:grid;gap:12px}.project-tile{display:grid;grid-template-columns:48px 1fr 36px;align-items:center;gap:16px;background:white;border:1px solid var(--line);border-radius:16px;padding:19px 20px;color:var(--text);box-shadow:0 3px 12px rgba(16,24,40,.025);transition:.15s}.project-tile:hover{transform:translateY(-1px);border-color:#b8d4fa;box-shadow:var(--shadow)}.project-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--soft);color:var(--blue);font-weight:900}.project-main h3{margin:0 0 3px}.project-main p{color:var(--muted);margin:0 0 9px;font-size:13px}.tile-chips,.chip{display:inline-flex;gap:6px}.tile-chips span,.chip{background:#f1f4f8;border-radius:999px;padding:4px 9px;color:#475467;font-size:12px;margin:2px}.open-arrow{font-size:24px;color:var(--blue)}.empty-state,.placeholder{text-align:center;background:white;border:1px dashed #cbd5e1;border-radius:18px;padding:40px;color:var(--muted)}.empty-state h3{color:var(--text);margin-bottom:5px}.empty-icon{font-size:30px;color:var(--blue)}.breadcrumb{display:flex;gap:9px;color:var(--muted);font-size:13px;margin-bottom:20px}.project-header{margin-bottom:22px}.project-header h1{margin:3px 0 7px}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 3px 12px rgba(16,24,40,.025);margin-bottom:14px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.project-settings .actions{justify-content:flex-start;margin-top:20px;padding-top:17px;border-top:1px solid var(--line)}form{margin:0}.run-status{border-left:5px solid #8da4c4}.run-status[data-status=done]{border-left-color:var(--green)}.run-status[data-status=error]{border-left-color:var(--red)}.status-top h2{margin:0}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#edf2f7;color:#475467;font-size:12px;font-weight:800}.badge.done{background:#e9f8ef;color:#137548}.badge.collecting,.badge.digesting,.badge.queued{background:#eaf3ff;color:#1769e0}.badge.error{background:#fff0ef;color:#b42318}.badge.done_with_errors{background:#fff7e6;color:#9a6700}.progress{height:8px;background:#edf1f5;border-radius:999px;overflow:hidden;margin:18px 0}.progress>div{height:100%;background:linear-gradient(90deg,#1769e0,#49a1ff);border-radius:inherit;transition:width .35s}.metric-row{display:flex;gap:42px}.metric-row div{display:flex;flex-direction:column}.metric-row strong{font-size:20px}.metric-row small{color:var(--muted)}.live-copy{margin:17px 0 0;padding:12px 14px;border-radius:10px;background:#f7f9fc;color:#475467}.section-title{margin:34px 0 12px}.digest-card{border-top:4px solid #1769e0}.digest{white-space:pre-wrap;line-height:1.7}.history{margin:20px 0 36px}.history>summary{font-weight:750;cursor:pointer}.history-row{display:grid;grid-template-columns:180px 1fr 1fr;gap:14px;padding:12px 4px;border-bottom:1px solid var(--line);color:#475467}.search,input,textarea,select{width:100%;border:1px solid #d6dce6;border-radius:10px;background:white;padding:11px 12px;font:inherit;color:var(--text)}input:focus,textarea:focus,select:focus{outline:3px solid rgba(23,105,224,.12);border-color:#78aef1}.results-head{margin:32px 0 13px}.search{max-width:300px}.message-card{padding:18px 20px}.message-meta{justify-content:flex-start}.message-meta small{color:var(--muted)}.full-message{white-space:pre-wrap;line-height:1.65;margin-top:13px;max-height:none;overflow:hidden}.full-message.collapsed{max-height:330px;position:relative}.full-message.collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(transparent,#fff)}.message-actions{justify-content:flex-start;margin-top:14px}.text-button{background:transparent;color:#475467;padding:0;text-decoration:underline}.top{display:flex;justify-content:space-between;align-items:center}.muted{color:var(--muted)}label{display:block;font-weight:700;margin:14px 0 6px}pre{white-space:pre-wrap;overflow:auto}@media(max-width:800px){.shell{padding-left:16px;padding-right:16px}.hero{grid-template-columns:1fr}.hero-copy{padding:32px 26px}.hero h1{font-size:45px}.hero-art{padding-top:0}.section-head,.project-header,.results-head{align-items:flex-start;flex-direction:column}.settings-grid{grid-template-columns:1fr}.search{max-width:none}.nav-links{gap:10px}.history-row{grid-template-columns:1fr}.footer{flex-direction:column;gap:5px}.metric-row{gap:20px;flex-wrap:wrap}}
/* v3.3 comprehensive navigation / account UX */
.main-nav{display:flex;align-items:center;gap:7px}.nav-item{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:9px;color:#475467;font-weight:650;font-size:13px}.nav-item:hover{background:#f2f6fb;color:#1769e0}.telegram-nav{border:1px solid var(--line);background:#fff}.status-dot,.inline-dot{display:inline-block;border-radius:50%;background:#98a2b3}.status-dot{width:9px;height:9px;box-shadow:0 0 0 4px rgba(152,162,179,.12)}.status-dot.connected,.inline-dot.connected{background:#17a768;box-shadow:0 0 0 4px rgba(23,167,104,.12)}.status-dot.attention,.inline-dot.attention{background:#e6a700;box-shadow:0 0 0 4px rgba(230,167,0,.13)}.status-dot.disconnected,.inline-dot.disconnected{background:#98a2b3}.logout-form{margin:0}.logout-btn{background:#fff;color:#475467;border:1px solid var(--line);padding:8px 11px}.logout-btn:hover{background:#fff3f2;color:#b42318;border-color:#ffd2cf}.connection-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px 20px;border-radius:16px;border:1px solid var(--line);background:#fff}.connection-banner.connected{border-color:#bcebd2;background:#f5fcf8}.connection-banner.disconnected{border-color:#f1dca7;background:#fffaf0}.connection-main{display:flex;align-items:center;gap:14px}.connection-main strong{display:block;font-size:17px}.connection-main p{margin:2px 0 0;color:#667085}.connection-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e9f3ff;color:#1769e0;font-size:20px;transform:rotate(-10deg)}.connection-icon.large{width:58px;height:58px;font-size:27px}.telegram-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.telegram-help{grid-column:1/-1}.connection-card.is-connected{border-color:#bcebd2;background:linear-gradient(135deg,#fff,#f4fcf7)}.connection-card h2{margin:3px 0 4px}.inline-dot{width:10px;height:10px;margin-right:7px;vertical-align:2px}.page-heading{margin:6px 0 24px}.page-heading h1{margin:3px 0 7px}.page-heading p{margin:0;color:#667085}.form-card{max-width:850px}.form-section{padding:5px 0 22px;margin-bottom:18px;border-bottom:1px solid var(--line)}.form-section:last-of-type{border-bottom:0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hint{font-size:12px;color:#667085;font-weight:400}.form-actions{display:flex;justify-content:flex-end;gap:10px}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px}.alert.error{background:#fff0ef;color:#b42318;border:1px solid #ffd3cf}.auth-wrap{min-height:calc(100vh - 190px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;max-width:960px;margin:auto}.auth-brand h1{font-size:45px;margin:10px 0 15px}.auth-brand p{font-size:18px;color:#667085;max-width:520px}.brand-mark.big{width:54px;height:54px;font-size:25px;margin-bottom:18px}.auth-card{max-width:430px;width:100%;padding:30px}.auth-card h2{margin:4px 0 18px}.wide{width:100%;margin-top:10px}.auth-switch{text-align:center;color:#667085;margin:18px 0 0}
@media(max-width:900px){.main-nav .nav-item:nth-child(2){display:none}.telegram-nav #telegramText{display:none}.auth-wrap{grid-template-columns:1fr;gap:20px}.auth-brand{display:none}.auth-card{margin:auto}.telegram-grid{grid-template-columns:1fr}.telegram-help{grid-column:auto}}
@media(max-width:620px){.brand small{display:none}.main-nav{gap:3px}.main-nav>.nav-item:first-child{display:none}.logout-btn{padding:8px}.connection-banner{align-items:flex-start;flex-direction:column}.grid2{grid-template-columns:1fr}}
/* TG Digest v4.1 — dashboard UI */
:root{--sidebar:#111d31;--sidebar2:#17253b;--purple:#7137ef;--purple2:#8b4dff;--green:#159a61}body{background:#f4f6fa}.app-shell{min-height:100vh;display:grid;grid-template-columns:216px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--sidebar),#0e192a);color:#d7deea;padding:22px 13px;display:flex;flex-direction:column}.side-brand{display:flex;gap:11px;align-items:flex-start;color:#fff;padding:2px 9px 28px}.side-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#19b8ff,#1872ee);font-size:19px;transform:rotate(-12deg)}.side-brand b{font-size:20px;display:block}.side-brand small{display:block;color:#aeb9ca;line-height:1.35;margin-top:6px}.side-nav{display:grid;gap:6px}.side-link{color:#cbd4e1;padding:12px 13px;border-radius:10px;font-weight:650;display:flex;gap:12px;align-items:center}.side-link:hover{color:#fff;background:#1c3150}.side-link:first-child{background:linear-gradient(135deg,#1769e0,#2e70ff);color:#fff;box-shadow:0 7px 20px rgba(31,105,255,.28)}.side-bottom{margin-top:auto;padding:12px 8px}.system-line{display:flex;gap:10px;align-items:center}.system-line i{width:10px;height:10px;border-radius:50%;background:#22c875;box-shadow:0 0 0 5px rgba(34,200,117,.08)}.system-line b,.system-line small{display:block}.system-line small{color:#9eacbf;font-size:11px}.side-version{color:#8796aa;font-size:12px;margin:18px 0 9px}.side-logout{width:100%;background:#1a2a42;color:#cbd4e1;border:1px solid #293b55}.app-main{min-width:0}.topbar{height:88px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;padding:12px 24px;position:sticky;top:0;z-index:30}.top-stat{min-width:170px;height:62px;border:1px solid #e7ebf2;border-radius:12px;padding:10px 13px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px rgba(16,24,40,.025)}.top-stat small,.overview-card small,.project-status-strip small,.ai-usage small{display:block;color:#667085;font-size:12px}.top-stat b{display:block;font-size:13px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eaf3ff;color:#1769e0}.top-icon.purple{background:#f0e9ff;color:var(--purple)}.top-spacer{flex:1}.top-new{font-weight:750;background:#1769e0;color:#fff;padding:10px 14px;border-radius:9px}.page{max-width:1380px;margin:auto;padding:26px 24px 60px}.dash-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:20px}.dash-head h1{margin:3px 0 7px;font-size:34px}.dash-head p,.section-row p{margin:0;color:#667085}.overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:30px}.overview-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;display:flex;gap:13px;align-items:center}.overview-card b{font-size:21px}.ov-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eaf3ff;color:#1769e0;font-size:20px}.ov-icon.green{background:#e8f8ef;color:#159a61}.ov-icon.purple{background:#f0e9ff;color:var(--purple)}.section-row{display:flex;justify-content:space-between;align-items:end;margin:8px 0 14px}.section-row h2{margin:0 0 4px}.project-hero{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;margin-bottom:12px}.project-avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:14px;background:#eef2f8;color:#55709b;font-size:30px}.project-title{flex:1}.project-title h1{font-size:26px;margin:2px 0 4px}.project-title p{margin:0;color:#667085}.project-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.project-pills span{background:#f1f4f8;padding:5px 9px;border-radius:7px;font-size:12px;color:#475467}.project-pills .good{background:#eaf8f0;color:#168a55}.project-status-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:#e8ecf2;border:1px solid #e8ecf2;border-radius:14px;overflow:hidden;margin-bottom:12px}.project-status-strip>div{background:#fff;padding:13px 15px}.project-status-strip b{display:block;margin-top:2px}.status-text.done{color:#168a55}.status-text.error{color:#b42318}.project-tabs{display:flex;gap:28px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 20px;margin-bottom:14px}.project-tabs a{padding:14px 2px;color:#475467;font-weight:650}.project-tabs a:first-child{color:#1769e0;border-bottom:2px solid #1769e0}.project-layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:14px}.digest-side{display:grid;gap:14px;align-content:start}.launch-card,.history-panel,.digest-toolbar,.digest-paper,.settings-summary,.ai-usage{background:#fff;border:1px solid var(--line);border-radius:14px}.launch-card,.history-panel{padding:16px}.launch-card h3,.history-panel h3{margin:0 0 13px}.launch-card form{margin:0 0 10px}.launch-card .button{width:100%}.simple-run{background:#1769e0}.ai-run{background:linear-gradient(135deg,#7034ef,#8d46ff)}.ai-run-form{border-top:1px solid var(--line);padding-top:12px}.ai-run-form label{font-size:12px;margin:8px 0 4px}.ai-run-form select,.ai-run-form input{padding:8px 9px}.history-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 8px;border-radius:10px;border:1px solid transparent}.history-item.selected{border-color:#8ab8ff;background:#f8fbff}.history-item small{display:block;color:#667085;font-size:11px}.history-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#eef3f9}.history-icon.ai{background:#f0e8ff;color:var(--purple)}.mini-badge{font-size:10px;background:#eaf8f0;color:#168a55;border-radius:999px;padding:4px 7px}.digest-main{min-width:0}.digest-toolbar{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.digest-toolbar>div:first-child{display:flex;align-items:center;gap:12px}.digest-toolbar h2{font-size:20px;margin:0}.digest-toolbar p{margin:2px 0 0;color:#667085;font-size:12px}.digest-doc-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:11px;background:#f0e8ff;color:var(--purple);font-size:20px}.digest-paper{padding:22px 26px}.digest-rendered h1{font-size:28px;margin:0 0 22px}.digest-rendered h2{font-size:18px;border-bottom:1px solid var(--line);padding-bottom:10px;margin:26px 0 14px}.digest-rendered h3{font-size:16px;margin:20px 0 7px}.digest-rendered p,.digest-rendered li{line-height:1.7;color:#25334a}.digest-rendered a{word-break:break-all}.digest-rendered ul{padding-left:22px}.ai-usage{display:grid;grid-template-columns:repeat(5,1fr);margin-top:10px;overflow:hidden}.ai-usage>div{padding:13px 15px;border-right:1px solid var(--line)}.ai-usage>div:last-child{border:0}.ai-usage b{display:block;margin-top:2px}.settings-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:18px;margin-top:16px}.settings-summary p{margin:0}.danger-zone{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px}.error-card{border-left:4px solid #d92d20}.export-actions{display:flex;gap:8px}.breadcrumb{margin-bottom:12px}.results-head{margin-top:32px}.message-card{box-shadow:none}.status-dot{flex:0 0 9px}.status-dot.connected{background:#17a768}.status-dot.attention{background:#e6a700}.status-dot.disconnected{background:#98a2b3}
@media(max-width:1100px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.side-brand span:last-child,.side-link:not(:first-child){font-size:0}.side-brand small,.side-brand b,.system-line span,.side-version{display:none}.side-link{justify-content:center;font-size:0}.side-link span{font-size:20px}.top-stat{min-width:145px}.project-layout{grid-template-columns:300px minmax(0,1fr)}.project-status-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.app-shell{display:block}.sidebar{position:static;height:auto;padding:10px;display:flex;flex-direction:row;align-items:center}.side-brand{padding:0}.side-brand span:last-child,.side-bottom{display:none}.side-nav{display:flex;margin-left:auto}.side-link{font-size:0;padding:10px}.side-link span{font-size:18px}.topbar{position:static;height:auto;overflow:auto;padding:10px}.top-stat{min-width:135px}.top-new{display:none}.page{padding:18px 14px}.overview-grid,.project-layout,.settings-summary{grid-template-columns:1fr}.digest-side{order:0}.ai-usage{grid-template-columns:1fr 1fr}.project-hero{align-items:flex-start;flex-wrap:wrap}.project-title{min-width:60%}.project-status-strip{grid-template-columns:1fr 1fr}.project-tabs{overflow:auto}.dash-head{align-items:flex-start;flex-direction:column}}
/* TG Digest v4.2 — UX polish */
.project-tabs{position:sticky;top:100px;z-index:20}.project-tab{appearance:none;border:0;background:transparent;padding:14px 2px;color:#475467;font:inherit;font-weight:700;cursor:pointer;border-bottom:2px solid transparent}.project-tab.active{color:#1769e0;border-bottom-color:#1769e0}.tab-count{display:inline-block;min-width:20px;padding:2px 6px;margin-left:3px;border-radius:999px;background:#eef2f7;font-size:10px;color:#667085}.tab-panel{display:none}.tab-panel.active{display:block}.panel-copy{margin:-5px 0 14px;color:#667085;font-size:12px;line-height:1.5}.ai-run-form{background:#fbf9ff;border:1px solid #eadfff!important;border-radius:12px;padding:13px!important;margin-top:12px!important}.ai-action-title{display:flex;gap:9px;align-items:center;margin-bottom:11px}.ai-action-title>span{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#efe6ff;color:#7437f5}.ai-action-title small{display:block;color:#667085;margin-top:2px}.ai-options{display:grid;grid-template-columns:1fr 110px;gap:8px}.ai-options label{margin:0 0 10px!important}.history-panel{padding-bottom:8px}.panel-title-row{display:flex;align-items:center;justify-content:space-between}.panel-title-row span{font-size:11px;color:#667085;background:#f1f4f8;border-radius:999px;padding:3px 7px}.history-scroll{max-height:430px;overflow:auto;padding-right:3px}.history-item{text-decoration:none;color:inherit;margin-bottom:3px}.history-item:hover{background:#f8fafc}.history-item.selected{background:#f5f9ff}.digest-paper{max-height:none}.ai-usage.compact{position:sticky;bottom:10px;box-shadow:0 10px 30px rgba(16,24,40,.08)}.settings-page,.messages-page{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.settings-head h2,.results-head h2{margin:3px 0 4px}.settings-head p,.results-head p{margin:0;color:#667085}.settings-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px}.settings-card{border:1px solid var(--line);border-radius:12px;padding:16px;min-width:0}.settings-card p{line-height:1.65}.chip-list{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.filter-mode{display:inline-block;margin-top:8px;background:#f1f4f8;border-radius:7px;padding:5px 8px;font-size:11px;color:#475467}.settings-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.messages-page .results-head{margin-top:0}.messages-page .message-card{margin-bottom:10px}.messages-page #messageList{margin-top:14px}.mini-badge.queued,.mini-badge.collecting,.mini-badge.digesting{background:#fff4db;color:#9a6700}.mini-badge.error{background:#fff0ee;color:#b42318}
@media(max-width:1100px){.project-tabs{top:88px}.ai-options{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr 1fr}.settings-card:first-child{grid-column:1/-1}}
@media(max-width:800px){.project-tabs{position:static}.settings-grid{grid-template-columns:1fr}.settings-card:first-child{grid-column:auto}.settings-head,.settings-actions{align-items:stretch;flex-direction:column}.history-scroll{max-height:330px}.ai-usage.compact{position:static}}
/* v4.2.1 */
.period-hint{margin:-2px 0 12px;color:#667085;font-size:12px}.form-section select{width:100%}
