@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Source+Serif+4:wght@600&display=swap";:root{color:#10243a;font-synthesis:none;--navy:#062746;--navy-2:#0b365d;--blue:#147ad6;--teal:#078c9b;--line:#d8e2ea;--muted:#66788c;--green:#169b67;--red:#db4b4b;--app-bg:#f5f8fb;--surface:#fff;--surface-soft:#f7fafc;--surface-subtle:#fbfdff;--surface-selected:#edf6ff;--text:#10243a;--text-soft:#17324f;--row-line:#e5edf3;--input-border:#cbd8e3;--icon-border:#bdd0df;--progress-bg:#e9f0f3;--chart-grid:#dbe4ec;--message-bot:#eaf5ff;--message-bot-border:#b8d8f3;--modal-shadow:#00000047;background:#f5f8fb;font-family:Manrope,sans-serif}:root[data-theme=dark]{color:#e7eef6;--blue:#53a7f2;--teal:#29b8c5;--line:#293746;--muted:#94a5b7;--green:#43c98d;--red:#ff7373;--app-bg:#0b1118;--surface:#121b25;--surface-soft:#0f1822;--surface-subtle:#0d151e;--surface-selected:#152b3d;--text:#e7eef6;--text-soft:#d8e5f1;--row-line:#24313e;--input-border:#344556;--icon-border:#3b5368;--progress-bg:#253440;--chart-grid:#2a3947;--message-bot:#123047;--message-bot-border:#285b7d;--modal-shadow:#00000094;background:#0b1118}:root[data-theme=dark] th{color:#aebdcb}:root[data-theme=dark] .avatar{color:#d9e8f4;background:#253747}:root[data-theme=dark] .avatar.teal{color:#6fe0e9;background:#123c42}:root[data-theme=dark] .status{color:#72d8a6;background:#143b2d}:root[data-theme=dark] .status.closed,:root[data-theme=dark] .status.disabled{color:#aebac6;background:#29333e}:root[data-theme=dark] .status.invited{color:#82bff1;background:#183752}:root[data-theme=dark] .form-error{color:#ff9d9d;background:#351b20;border-color:#633039}:root[data-theme=dark] .danger-icon{color:#f77;background:#351b20;border-color:#633039}:root[data-theme=dark] .conversation-item small{color:#72b7ef}:root[data-theme=dark] .button.secondary:hover{background:#172532}*{box-sizing:border-box}body{background:var(--app-bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;transition:background-color .2s,color .2s}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.025em;margin-bottom:0;font-family:"Source Serif 4",serif;font-size:38px}h2{font-size:18px}a{color:inherit;text-decoration:none}.eyebrow{color:var(--teal);letter-spacing:.15em;margin-bottom:8px;font-size:11px;font-weight:800}.muted{color:var(--muted)}.button{border:1px solid var(--line);background:var(--surface);color:var(--text-soft);border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:11px 17px;font-weight:700;display:inline-flex}.button.primary{border-color:var(--teal);color:#fff;background:linear-gradient(135deg,#087c94,#0695a6)}.button.danger{color:#fff;background:#c83e3e;border-color:#c83e3e}.button.secondary:hover{border-color:var(--blue);color:var(--blue)}.button:disabled{opacity:.55;cursor:default}.button.wide{width:100%}.refresh-button{width:190px;transition:color .2s,border-color .2s,background-color .2s}.refresh-button.loading svg{animation:.75s linear infinite refresh-spin}.refresh-button.success{color:var(--green);border-color:var(--green);background:color-mix(in srgb, var(--green) 9%, var(--surface))}.refresh-button.error{color:var(--red);border-color:var(--red);background:color-mix(in srgb, var(--red) 8%, var(--surface))}@keyframes refresh-spin{to{transform:rotate(360deg)}}.login-page{background:var(--surface);grid-template-columns:1.08fr .92fr;min-height:100vh;display:grid}.login-brand{color:#fff;background:#000;flex-direction:column;justify-content:space-between;padding:64px 11vw 64px 7vw;display:flex}.aktobe-logo{object-fit:contain;width:min(330px,68%);height:auto;display:block}.login-brand h1{max-width:720px;font-size:clamp(46px,5vw,72px);line-height:1.02}.login-brand-copy .eyebrow{margin:0 0 24px}.login-brand .login-title{white-space:nowrap;max-width:none;margin:0 0 28px;font-size:clamp(38px,4vw,58px);line-height:1.08}.login-brand-copy>p:not(.eyebrow){color:#c3d7e8;max-width:650px;margin:0;font-size:16px;line-height:1.75}.login-trust{color:#a9cadc;align-items:center;gap:10px;font-size:13px;display:flex}.login-panel{background:var(--surface-soft);place-items:center;padding:40px;display:grid}.login-card{background:var(--surface);border:1px solid var(--line);width:min(430px,100%);padding:42px;box-shadow:0 24px 80px #0000002e}.login-card h2{margin:4px 0 8px;font-family:"Source Serif 4";font-size:32px}.icon-tile,.metric-icon{border:1px solid var(--icon-border);width:48px;height:48px;color:var(--blue);border-radius:8px;place-items:center;margin-bottom:24px;display:grid}label{gap:7px;margin:20px 0;font-size:13px;font-weight:700;display:grid}input,select,textarea{border:1px solid var(--input-border);width:100%;color:var(--text-soft);background:var(--surface);border-radius:6px;outline:none;padding:12px 13px}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #147ad61a}.form-error{color:#a92f2f;background:#fff0f0;border:1px solid #f2c3c3;border-radius:6px;margin-bottom:16px;padding:10px 12px;font-size:13px}.login-secondary-action{width:100%;color:var(--blue);background:0 0;border:0;justify-content:center;align-items:center;gap:6px;margin-top:14px;padding:8px;font-size:12px;font-weight:700;display:flex}.app-shell{grid-template-columns:238px minmax(0,1fr);height:100dvh;min-height:0;display:grid;overflow:hidden}.sidebar{color:#dceaf5;background:linear-gradient(#052440,#062d4e);flex-direction:column;height:100vh;padding:28px 14px 18px;display:flex;position:sticky;top:0}.logo{align-items:baseline;gap:7px;padding:0 10px 30px;display:flex}.logo span{letter-spacing:.08em;font-size:23px;font-weight:800}.logo small{color:#2bc1d4;font-weight:800}.sidebar nav{gap:6px;display:grid}.sidebar nav a{border-radius:7px;align-items:center;gap:13px;padding:13px 14px;font-size:14px;display:flex}.sidebar nav a svg{width:20px}.sidebar nav a.active{color:#fff;background:linear-gradient(90deg,#0d5676,#0c6881)}.sidebar-bottom{border-top:1px solid #ffffff21;margin-top:auto;padding-top:16px}.theme-toggle{color:#c0d5e4;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;width:100%;padding:10px;font-size:13px;display:flex}.theme-toggle:hover{color:#fff;background:#ffffff14}.sidebar-help{color:#a8bfd2;border-radius:7px;align-items:center;gap:10px;padding:10px;font-size:13px;display:flex}.sidebar-help:hover{color:#fff;background:#ffffff14}.sidebar-help.active{color:#fff;background:#ffffff1f}.profile-chip{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px 8px 0;display:grid}.profile-chip strong,.profile-chip small{font-size:12px;display:block}.profile-chip small{color:#98b4c9;margin-top:4px}.profile-chip-link{border-radius:5px;min-width:0;padding:3px 2px}.profile-chip-link:hover strong{color:#fff}.profile-chip button{color:#bcd0df;background:0 0;border:0;padding:5px}.avatar{color:#28435c;background:#dfe9f1;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:inline-grid}.avatar.teal{color:#087b89;background:#d9f3f5}.workspace{min-width:0;min-height:0;overflow-y:auto}.page{max-width:1600px;margin:0 auto;padding:34px 36px 50px}.page-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.workspace{background:var(--app-bg)}.date-filter{border:1px solid var(--line);background:var(--surface);border-radius:7px;padding:12px 16px;font-size:13px}.panel,.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:8px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.metric-card{align-items:flex-start;gap:16px;min-height:145px;padding:22px;display:flex}.metric-card .metric-icon{flex:none;margin:0}.metric-card span,.metric-card small{color:var(--muted);font-size:12px;display:block}.metric-card strong{margin:5px 0 9px;font-family:"Source Serif 4";font-size:32px;display:block}.dashboard-grid{grid-template-columns:1.05fr .95fr;gap:18px;display:grid}.chart-panel,.intent-panel{min-height:330px;padding:20px}.panel-title{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.panel-title h2{margin:0}.panel-title span,.panel-title a{color:var(--muted);font-size:12px}.panel-title a{color:var(--blue)}.intent-list{gap:25px;padding:24px 4px;display:grid}.intent-row{grid-template-columns:145px 1fr 35px 42px;align-items:center;gap:12px;font-size:12px;display:grid}.progress{background:var(--progress-bg);height:12px}.progress i{background:linear-gradient(90deg,#19979c,#078d95);height:100%;display:block}.intent-row span{color:var(--muted)}.recent-panel{margin-top:18px;padding:20px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;color:#52687c;border-bottom:1px solid var(--line);white-space:nowrap;padding:12px;font-weight:700}td{border-bottom:1px solid var(--row-line);vertical-align:middle;padding:13px 12px}td small{color:var(--muted);margin-top:3px;display:block}.status{color:#13774f;background:#e2f6eb;border-radius:5px;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.status.closed,.status.disabled{color:#5d6874;background:#edf0f3}.status.invited{color:#1768ad;background:#e6f1ff}.dialogs-page{flex-direction:column;max-width:none;height:100%;min-height:0;padding-bottom:24px;display:flex;overflow:hidden}.dialogs-layout{flex:1;grid-template-columns:305px minmax(430px,1fr) 300px;min-height:0;display:grid;overflow:hidden}.conversation-list,.client-info{background:var(--surface);min-width:0;min-height:0}.conversation-list{border-right:1px solid var(--line);flex-direction:column;display:flex}.search-box{border:1px solid var(--line);border-radius:6px;align-items:center;gap:8px;margin:15px;padding:0 10px;display:flex}.search-box input{box-shadow:none;border:0;padding:11px 4px}.tabs{border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(3,1fr);margin:0 15px 12px;display:grid;overflow:hidden}.tabs button{border:0;border-right:1px solid var(--line);background:var(--surface);color:var(--text);padding:9px 4px;font-size:11px}.tabs button.active{color:var(--blue);box-shadow:inset 0 -2px var(--blue)}.conversation-scroll{overscroll-behavior:contain;min-height:0;overflow-y:auto}.conversation-item{border:0;border-top:1px solid var(--row-line);background:var(--surface);text-align:left;width:100%;color:var(--text-soft);padding:14px 15px}.conversation-item.selected{background:var(--surface-selected);box-shadow:inset 3px 0 var(--blue)}.conversation-item.unread{background:color-mix(in srgb, var(--surface-selected) 72%, var(--surface));box-shadow:inset 3px 0 var(--blue)}.conversation-item.unread strong{font-weight:800}.conversation-item.unread p b{color:var(--blue)}.unread-dot{background:var(--blue);width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, var(--blue) 16%, transparent);border-radius:50%;margin-right:7px;display:inline-block}.conversation-item span{justify-content:space-between;gap:8px;display:flex}.conversation-item small{color:#2371b4;margin-top:5px}.conversation-item time{font-size:11px}.conversation-item p{color:var(--muted);margin:8px 0 0;font-size:11px}.chat-area{background:var(--surface-subtle);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.chat-header{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;padding:15px 18px;display:flex}.chat-actions{align-items:center;gap:8px;display:flex}.icon-button{padding-inline:12px}.client-title{align-items:center;gap:11px;display:flex}.client-title h2{margin:0 0 4px}.client-title p{color:var(--muted);margin:0;font-size:11px}.message-stream{overscroll-behavior:contain;flex:1 1 0;min-height:0;padding:26px;overflow-y:auto}.message{gap:10px;max-width:74%;margin-bottom:22px;display:flex}.message.bot{flex-direction:row-reverse;margin-left:auto}.message>div{border:1px solid var(--line);background:var(--surface);white-space:pre-wrap;border-radius:9px;padding:14px 16px;font-size:12px;line-height:1.55}.message.bot>div{background:var(--message-bot);border-color:var(--message-bot-border)}.message p{margin:0}.message time{color:var(--muted);text-align:right;margin-top:7px;font-size:10px;display:block}.message-avatar{color:#fff;background:#20a7cd;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.chat-note{border-top:1px solid var(--line);color:var(--muted);background:var(--surface);align-items:center;gap:8px;padding:12px 18px;font-size:11px;display:flex}.client-info{border-left:1px solid var(--line);padding:20px 17px;overflow-y:auto}.client-info h3{font-size:13px}dl{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:16px 8px;padding-bottom:22px;font-size:11px;display:grid}dt{color:var(--muted)}dd{text-align:right;overflow-wrap:anywhere;margin:0;font-weight:700}.lookup-history{margin-top:22px}.lookup-item{border-left:1px solid #d7e3ea;grid-template-columns:12px 1fr;gap:10px;padding:0 0 20px 14px;font-size:10px;display:grid;position:relative}.lookup-item>i{background:var(--green);border-radius:50%;width:10px;height:10px;position:absolute;top:0;left:-5px}.lookup-item>i.fail{background:var(--red)}.lookup-item time,.lookup-item small{color:var(--muted);display:block}.lookup-item p{margin:5px 0}.lookup-item strong{color:var(--green)}.empty-state{color:var(--muted);margin:auto}.admin-grid{grid-template-columns:minmax(0,1fr) 280px;gap:18px;display:grid}.staff-panel,.roles-panel{padding:20px}.staff-name{align-items:center;gap:10px;display:flex}.staff-name .avatar{width:32px;height:32px}.staff-actions{white-space:nowrap;align-items:center;gap:10px;display:flex}.text-button{color:var(--blue);background:0 0;border:0;align-items:center;gap:4px;font-size:11px;display:inline-flex}.text-button.danger,.danger-text{color:#b83232}.role-card{border-top:1px solid var(--line);gap:13px;padding:18px 0;display:flex}.role-card svg{color:var(--blue);flex:none}.role-card.admin svg{color:var(--teal)}.role-card p{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.6}.modal-backdrop{z-index:10;background:#040e17ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--line);width:min(490px,100%);box-shadow:0 30px 100px var(--modal-shadow);border-radius:9px;padding:30px;position:relative}.modal h2{font-family:"Source Serif 4";font-size:28px}.modal-close{color:var(--text);background:0 0;border:0;position:absolute;top:18px;right:18px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.delete-modal{width:min(520px,100%)}.danger-icon{color:#b83232;background:#fff0f0;border:1px solid #f2c3c3;border-radius:8px;place-items:center;width:48px;height:48px;margin-bottom:20px;display:grid}.system-page{max-width:1250px}.system-status-grid,.system-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.system-settings-grid{margin-top:18px}.system-status-card{align-items:center;gap:18px;padding:24px;display:flex}.system-card-icon,.system-setting-icon{width:48px;height:48px;color:var(--blue);background:var(--surface-selected);border:1px solid var(--line);border-radius:9px;flex:none;place-items:center;display:grid}.system-status-card small,.system-status-card strong{display:block}.system-status-card small{color:var(--muted);margin-bottom:4px;font-size:11px}.system-status-card strong{margin-bottom:10px;font-size:17px}.service-status{align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.service-status svg{width:16px}.service-status.online{color:var(--green)}.service-status.offline{color:var(--red)}.service-status.checking{color:var(--muted)}.status-spinner{animation:.8s linear infinite spin}.system-panel{padding:22px}.system-setting-row{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;display:grid}.system-setting-row p{color:var(--muted);margin:5px 0 0;font-size:12px}.system-account{grid-template-columns:auto 1fr;align-items:start;gap:16px;display:grid}.system-account dl{border:0;margin:0;padding:0}.system-checked-at{color:var(--muted);text-align:right;margin:14px 0 0;font-size:11px}.bot-settings-page{max-width:1450px}.bot-settings-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:18px;display:grid}.bot-settings-form{padding:24px}.bot-runtime-status{background:var(--surface);border:1px solid var(--line);border-radius:999px;align-items:center;gap:9px;padding:9px 13px;font-size:12px;font-weight:800;display:inline-flex}.bot-runtime-status i{border-radius:50%;width:9px;height:9px}.bot-runtime-status.online{color:var(--green)}.bot-runtime-status.online i{background:var(--green);box-shadow:0 0 0 5px color-mix(in srgb, var(--green) 16%, transparent)}.bot-runtime-status.paused{color:#b17619}.bot-runtime-status.paused i{background:#d99a34;box-shadow:0 0 0 5px #d99a3429}.bot-switch-row{background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:20px;padding:18px;display:grid}.bot-switch-row p{color:var(--muted);margin:5px 0 0;font-size:12px}.switch-control{margin:0;display:inline-flex}.switch-control input{opacity:0;pointer-events:none;position:absolute}.switch-control span{background:#9babb8;border-radius:20px;width:48px;height:27px;padding:3px;transition:all .2s}.switch-control span:after{content:"";background:#fff;border-radius:50%;width:21px;height:21px;transition:transform .2s;display:block;box-shadow:0 2px 8px #0000003d}.switch-control input:checked+span{background:var(--green)}.switch-control input:checked+span:after{transform:translate(21px)}.switch-control input:focus-visible+span{outline:3px solid color-mix(in srgb, var(--blue) 30%, transparent)}.bot-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.bot-copy-grid label{position:relative}.bot-copy-grid textarea{resize:vertical;min-height:128px;line-height:1.5}.bot-copy-grid label small{color:var(--muted);min-height:34px;font-weight:400;line-height:1.45}.bot-copy-grid label em{color:var(--muted);text-align:right;font-size:10px;font-style:normal}.bot-form-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding-top:18px;display:flex}.bot-form-footer small{color:var(--muted)}.form-success{color:var(--green);background:color-mix(in srgb, var(--green) 10%, var(--surface));border:1px solid color-mix(in srgb, var(--green) 40%, var(--line));border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex}.bot-security-column{gap:14px;display:grid}.bot-security-card{padding:22px}.bot-security-card>svg{color:var(--teal);margin-bottom:15px}.bot-security-card h2{margin-bottom:8px}.bot-security-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.audit-card{border-left:3px solid var(--blue)}.updates-page{max-width:1050px}.updates-count{color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;padding:9px 13px;font-size:12px;font-weight:700;display:inline-flex}.updates-loading{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.updates-timeline{gap:16px;display:grid;position:relative}.updates-timeline:before{content:"";background:var(--line);width:1px;position:absolute;top:34px;bottom:34px;left:25px}.update-card{grid-template-columns:52px 1fr;padding:24px 26px 24px 0;display:grid;position:relative;overflow:hidden}.update-marker{z-index:1;justify-content:center;display:flex;position:relative}.update-marker:before{content:"";background:var(--blue);border:4px solid var(--surface);width:13px;height:13px;box-shadow:0 0 0 1px var(--blue);border-radius:50%;margin-top:5px}.update-marker span{letter-spacing:.08em;color:var(--teal);font-size:8px;font-weight:900;position:absolute;top:25px}.update-content h2{margin:10px 0 7px;font-family:"Source Serif 4";font-size:25px}.update-content>p{color:var(--muted);margin-bottom:18px;font-size:13px;line-height:1.65}.update-meta{justify-content:space-between;align-items:center;gap:16px;display:flex}.update-meta strong{color:var(--teal);letter-spacing:.04em;font-size:12px}.update-meta time{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.update-content ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.update-content li{color:var(--text-soft);align-items:flex-start;gap:9px;font-size:12px;line-height:1.5;display:flex}.update-content li svg{color:var(--green);flex:none;margin-top:1px}.profile-page{max-width:1150px}.profile-layout{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:18px;display:grid}.profile-summary,.profile-password{padding:26px}.profile-summary{text-align:center}.profile-avatar{color:#183b57;background:linear-gradient(145deg,#dceaf5,#b8d8ec);border-radius:50%;place-items:center;width:86px;height:86px;margin:0 auto 17px;font-family:"Source Serif 4";font-size:27px;font-weight:800;display:grid}.profile-summary h2{margin:12px 0 5px;font-family:"Source Serif 4";font-size:27px}.profile-summary>div>p{color:var(--muted);font-size:12px}.profile-details{text-align:left;grid-template-columns:1fr;gap:0;margin:25px 0 0;padding:5px 0 0;display:grid}.profile-details div{border-bottom:1px solid var(--row-line);padding:14px 0}.profile-details div:last-child{border-bottom:0}.profile-details dt{align-items:center;gap:7px;margin-bottom:7px;display:flex}.profile-details dd{text-align:left;font-size:12px}.profile-password{max-width:680px}.profile-password .panel-title>div{align-items:center;gap:12px;display:flex}.profile-password .panel-title h2{margin:0}.profile-password .system-card-icon{width:42px;height:42px}.profile-password>.muted{font-size:12px;line-height:1.6}.profile-password>.button{margin-top:5px}.profile-reset-option{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:20px;display:flex}.profile-reset-option strong,.profile-reset-option small{display:block}.profile-reset-option strong{margin-bottom:5px;font-size:12px}.profile-reset-option small{color:var(--muted);overflow-wrap:anywhere;font-size:10px}.profile-reset-option .button{flex:none;font-size:11px}.app-loading{min-height:100vh;color:var(--muted);justify-content:center;align-items:center;gap:12px;display:flex}.loader{border:2px solid #c9d6df;border-top-color:var(--teal);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-grid,.system-settings-grid,.bot-settings-layout{grid-template-columns:1fr}.bot-security-column{grid-template-columns:repeat(3,1fr)}}@media (width<=1350px){.dialogs-layout{grid-template-columns:280px 1fr}.client-info{display:none}}@media (width<=760px){.login-page{grid-template-columns:1fr}.login-brand{display:none}.app-shell{grid-template-columns:70px 1fr}.sidebar{padding-inline:8px}.logo small,.logo span,.sidebar nav a:not(.active):after,.sidebar nav a{font-size:0}.sidebar nav a,.theme-toggle,.sidebar-help{justify-content:center}.theme-toggle span,.profile-chip span:not(.avatar),.profile-chip button{display:none}.sidebar-help{font-size:0}.page{padding:24px 16px}.page-header h1{font-size:30px}.metric-grid,.dashboard-grid,.system-status-grid{grid-template-columns:1fr}.system-setting-row{grid-template-columns:auto 1fr}.system-setting-row .button{grid-column:1/-1}.bot-copy-grid,.bot-security-column{grid-template-columns:1fr}.bot-form-footer{flex-direction:column;align-items:stretch}.bot-form-footer .button{width:100%}.profile-layout{grid-template-columns:1fr}.profile-password{max-width:none}.profile-reset-option{flex-direction:column;align-items:stretch}.update-card{grid-template-columns:42px 1fr;padding-right:18px}.updates-timeline:before{left:20px}.update-meta{flex-direction:column;align-items:flex-start;gap:6px}.dialogs-layout{grid-template-columns:1fr}.conversation-list{display:none}}
