:root{color:#17221d;font-synthesis:none;text-rendering:optimizelegibility;--ink:#17221d;--muted:#69746e;--line:#dde1dd;--surface:#fff;--surface-muted:#f7f8f5;--brand:#1c2b24;--brand-soft:#e8eee9;--accent:#b9754d;--danger:#a64f46;--shadow:0 12px 35px #18271f0e;--radius:20px;background:#f3f4f1;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f3f4f1;min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}:focus-visible{outline-offset:2px;outline:3px solid #2f684c52}.app-shell{min-height:100vh}.sidebar{border-right:1px solid var(--line);z-index:20;background:#f8f9f6;flex-direction:column;width:245px;padding:29px 20px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;min-height:38px;display:flex}.brand-mark{color:#f7f4ed;background:var(--brand);letter-spacing:-.05em;border-radius:11px;place-items:center;width:37px;height:37px;font-weight:750;display:grid;box-shadow:0 7px 18px #152a1f26}.brand-name{letter-spacing:-.025em;font-size:17px}.brand-name strong{font-weight:680}.sidebar-nav{flex-direction:column;gap:6px;margin-top:48px;display:flex}.nav-item{color:#66716b;border-radius:12px;grid-template-columns:25px 1fr auto;align-items:center;min-height:45px;padding:0 12px;font-size:14px;font-weight:540;transition:background .18s,color .18s;display:grid}.nav-item:hover{color:var(--ink);background:#eef1ed}.nav-item.active{color:var(--brand);background:#e7ece7;font-weight:680}.nav-item-disabled{opacity:.58;cursor:default}.nav-item-disabled small{text-transform:uppercase;letter-spacing:.05em;background:#eceeea;border-radius:6px;padding:3px 6px;font-size:9px}.sidebar-footer{color:var(--muted);border-top:1px solid var(--line);align-items:center;gap:8px;margin-top:auto;padding:15px 10px 5px;font-size:11px;display:flex}.sidebar-footer .icon-button{margin-left:auto}.system-dot,.connection-status{background:#a8aea9;border-radius:999px;flex:none;width:7px;height:7px}.system-dot.online,.connection-status.connected{background:#4d8968;box-shadow:0 0 0 3px #4d89681f}.connection-status.error,.connection-status.expired{background:#b5655d}.main-content{min-height:100vh;margin-left:245px}.page{width:min(1280px,100%);margin:0 auto;padding:42px 42px 70px}.setup-banner{color:#665642;text-align:center;background:#f1ebdf;border-bottom:1px solid #e2d8c5;padding:11px 22px;font-size:13px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:85px;margin-bottom:29px;display:flex}.page-header h1{letter-spacing:-.045em;margin:3px 0 0;font-size:clamp(29px,3vw,40px);font-weight:680;line-height:1.08}.page-subtitle{color:var(--muted);margin:9px 0 0;font-size:14px}.eyebrow{color:#7c8881;letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:10px;font-weight:720;line-height:1.4}.button{border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:650;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.button:active{transform:translateY(1px)}.button-primary{color:#fff;background:var(--brand);box-shadow:0 7px 18px #17271e21}.button-primary:hover{background:#263b31}.button-secondary{color:var(--ink);border-color:var(--line);background:#ffffffb8}.button-secondary:hover{background:#fff}.button-large{border-radius:13px;justify-content:space-between;min-height:50px;padding:0 19px}.text-button{color:#52645b;background:0 0;border:0;align-items:center;gap:5px;padding:3px 0;font-size:12px;font-weight:670;display:inline-flex}.text-button:hover{color:var(--ink)}.icon-button{color:#6c7771;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;display:inline-grid}.icon-button:hover{color:var(--ink);background:#edf0ec}.icon-button.danger:hover{color:var(--danger);background:#f8ecea}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-grid{grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);align-items:start;gap:18px;display:grid}.section-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #d5dbd6e6;padding:22px;overflow:hidden}.section-header{justify-content:space-between;align-items:flex-start;gap:18px;min-height:48px;margin-bottom:17px;display:flex}.section-header h2{letter-spacing:-.025em;margin:4px 0 0;font-size:19px;font-weight:660;line-height:1.2}.section-meta{color:var(--muted);margin-top:6px;font-size:11px}.today-card{grid-area:1/1}.urgent-tasks-card{grid-area:1/2}.email-card{grid-area:2/1/auto/-1}.later-tasks-card{grid-area:3/1}.quick-add-card{width:100%;min-height:89px;color:var(--ink);text-align:left;background:#ffffff80;border:1px dashed #c9d0ca;border-radius:18px;grid-area:3/2;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:18px;display:grid}.quick-add-card:hover{box-shadow:var(--shadow);background:#fff;border-style:solid}.quick-add-card>span{color:#f6f4ed;background:var(--brand);border-radius:12px;place-items:center;width:39px;height:39px;display:grid}.quick-add-card strong{font-size:14px}.quick-add-card p{color:var(--muted);margin:4px 0 0;font-size:11px}.tomorrow-card{box-shadow:none;background:#f8f9f6cc;grid-area:4/1/auto/-1}.dashboard-footnote{color:#87908b;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:10px;display:flex}.dashboard-footnote.error{color:#9a4f45}.event-list{flex-direction:column;display:flex}.event-row{border-top:1px solid #edf0ed;grid-template-columns:56px 2px 1fr auto;align-items:center;gap:13px;min-height:68px;padding:10px 5px;display:grid}.event-row:first-child{border-top:0}.event-row:hover .event-info>strong,.event-row:hover .row-action{color:#315a45}.event-time{color:var(--muted);flex-direction:column;font-size:11px;display:flex}.event-time strong{color:var(--ink);font-size:15px}.event-divider{background:#8da597;border-radius:999px;align-self:stretch;margin:6px 0}.event-info{flex-direction:column;gap:4px;min-width:0;display:flex}.event-info>strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.event-info span{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.event-info p{color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:2px 0 0;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.row-action{color:#a6ada9}.event-list.quiet .event-row{opacity:.78}.empty-state{min-height:83px;color:var(--muted);text-align:left;justify-content:center;align-items:center;gap:12px;padding:13px 5px;display:flex}.empty-state .empty-icon{color:#75857c;background:#eef1ed;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.empty-state strong{color:#56625c;font-size:12px;display:block}.empty-state p{margin:3px 0 0;font-size:10px;line-height:1.4}.task-list{flex-direction:column;display:flex}.task-row{border-top:1px solid #edf0ed;grid-template-columns:9px 1fr auto;align-items:center;gap:11px;min-height:61px;padding:10px 2px;display:grid}.task-row:first-child{border-top:0}.task-status-dot{background:#9ba59f;border-radius:999px;width:7px;height:7px}.task-status-dot.high{background:#a86655;box-shadow:0 0 0 3px #a866551a}.task-status-dot.medium{background:#9d8657}.task-info{min-width:0}.task-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.task-info p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:10px;overflow:hidden}.task-meta{color:var(--muted);justify-content:flex-end;align-items:center;gap:7px;font-size:9px;display:flex}.priority-label,.overdue-label,.urgent-badge{border-radius:999px;width:fit-content;padding:3px 7px;font-size:9px;font-weight:680}.priority-label{color:#657169;background:#eff1ee}.priority-label.high{color:#875045;background:#f4e7e3}.priority-label.medium{color:#7a693f;background:#f4efe1}.overdue-label{color:#944d44;background:#f7e8e5}.mailbox-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.mailbox{background:var(--surface-muted);border:1px solid #e4e8e4;border-radius:15px;min-width:0;padding:17px}.mailbox-header{justify-content:space-between;align-items:center;display:flex}.mailbox-header>div{align-items:center;gap:10px;min-width:0;display:flex}.mailbox-header>div>div{flex-direction:column;min-width:0;display:flex}.mailbox-header strong{font-size:12px}.mailbox-header div span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9px;overflow:hidden}.provider-mark{color:#fff;background:#48534d;border-radius:9px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:750;display:grid}.provider-mark.gmail{background:#714f49}.provider-mark.aruba{background:#4a5b70}.unread-count{color:#fff;background:var(--brand);border-radius:8px;place-items:center;min-width:29px;height:25px;padding:0 7px;font-size:11px;font-weight:720;display:grid}.mailbox-sync{color:#818a85;align-items:center;gap:7px;margin:11px 0 6px;font-size:9px;display:flex}.email-list{flex-direction:column;display:flex}.email-row{border-top:1px solid #e4e8e4;padding:12px 5px;position:relative}.email-row:hover h3{color:#315a45}.email-row.urgent{border-left:2px solid #aa6b58;padding-left:11px}.email-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.email-topline strong{text-overflow:ellipsis;white-space:nowrap;max-width:65%;font-size:10px;overflow:hidden}.email-topline time{color:#8c9490;font-size:8px}.email-row h3{text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:11px;overflow:hidden}.email-row p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.urgent-badge{color:#8f4d43;background:#f5e5e1;align-items:center;gap:4px;margin-top:7px;display:flex}.task-toolbar{gap:10px;margin-bottom:15px;display:flex}.search-field{border:1px solid var(--line);color:#828b86;background:#fff;border-radius:12px;align-items:center;gap:9px;width:min(400px,100%);min-height:42px;padding:0 13px;display:flex}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.filter-select{min-width:160px;position:relative}.filter-select select{border:1px solid var(--line);appearance:none;color:#53605a;background:#fff;border-radius:12px;width:100%;min-height:42px;padding:0 33px 0 12px;font-size:11px}.filter-select svg{pointer-events:none;color:#7d8782;position:absolute;top:13px;right:11px}.tasks-board{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;overflow:hidden}.tasks-board>header{border-bottom:1px solid #ebeeeb;align-items:center;min-height:58px;padding:0 21px;display:flex}.tasks-board>header>div{align-items:center;gap:8px;display:flex}.tasks-board h2{margin:0;font-size:14px}.tasks-board header span{min-width:23px;height:20px;color:var(--muted);background:#eff1ee;border-radius:7px;place-items:center;padding:0 6px;font-size:9px;font-weight:700;display:grid}.task-board-row{border-top:1px solid #edf0ed;grid-template-columns:24px minmax(220px,1fr) auto auto;align-items:center;gap:13px;min-height:84px;padding:15px 19px;display:grid}.task-board-row:first-child{border-top:0}.task-board-row.completed{opacity:.65}.task-check{color:#fff;background:0 0;border:1.5px solid #9ba59f;border-radius:7px;place-items:center;width:20px;height:20px;padding:0;display:grid}.task-check.checked{background:#587b68;border-color:#587b68}.task-board-main{min-width:0}.task-board-title{align-items:center;gap:8px;display:flex}.task-board-title strong{font-size:13px}.completed .task-board-title strong{text-decoration:line-through}.task-board-main>p{max-width:670px;color:var(--muted);margin:4px 0 7px;font-size:10px;line-height:1.45}.task-board-tags{color:#7b8580;align-items:center;gap:7px;font-size:9px;display:flex}.postpone-menu{gap:9px;display:flex}.row-actions{gap:2px;display:flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#121c1752;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:21px;width:min(560px,100%);max-height:min(720px,100vh - 40px);padding:24px;overflow-y:auto;box-shadow:0 25px 70px #101b1538}.modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.modal h2{letter-spacing:-.03em;margin:5px 0 0;font-size:23px}.field{flex-direction:column;gap:7px;display:flex}.field>span{color:#515f58;font-size:11px;font-weight:680}.field small{color:#969d99;font-weight:450}.field input,.field textarea,.field select{width:100%;color:var(--ink);background:#fbfcfa;border:1px solid #dce1dd;border-radius:11px;outline:0;padding:11px 12px;font-size:12px}.field input:focus,.field textarea:focus,.field select:focus{background:#fff;border-color:#6d897a;box-shadow:0 0 0 3px #597f6a1a}.field textarea{resize:vertical}.field-full{margin-bottom:16px}.form-grid{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.modal-actions{justify-content:flex-end;gap:8px;margin-top:27px;display:flex}.assistant-layout{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:18px;display:grid}.chat-panel{border:1px solid var(--line);border-radius:var(--radius);height:calc(100vh - 195px);min-height:610px;box-shadow:var(--shadow);background:#fff;flex-direction:column;display:flex;overflow:hidden}.chat-scroll{flex:1;padding:32px;overflow-y:auto}.chat-welcome{text-align:center;width:min(590px,100%);margin:80px auto 0}.assistant-avatar{color:#eff3ed;background:var(--brand);border-radius:17px;place-items:center;width:54px;height:54px;margin:0 auto 18px;display:grid;box-shadow:0 10px 25px #192d222e}.chat-welcome h2{letter-spacing:-.03em;margin:0;font-size:23px}.chat-welcome>p{max-width:500px;color:var(--muted);margin:9px auto 22px;font-size:12px;line-height:1.55}.suggestion-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.suggestion-grid button{border:1px solid var(--line);color:#526159;text-align:left;background:#fafbf9;border-radius:12px;min-height:48px;padding:9px 13px;font-size:11px}.suggestion-grid button:hover{background:#f4f7f3;border-color:#b7c3bc}.chat-message{align-items:flex-start;gap:11px;width:min(690px,88%);margin:0 auto 19px;display:flex}.chat-message>span{color:#526159;background:#edf1ed;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.chat-message.user{flex-direction:row-reverse}.chat-message.user>span{color:#eef2ee;background:#435b4f}.chat-message p{color:#34423b;white-space:pre-wrap;background:#f2f4f1;border-radius:4px 13px 13px;margin:0;padding:10px 13px;font-size:12px;line-height:1.55}.chat-message.user p{color:#fff;background:var(--brand);border-radius:13px 4px 13px 13px}.typing{background:#f2f4f1;border-radius:4px 13px 13px;gap:4px;padding:13px 15px;display:flex}.typing i{background:#829088;border-radius:999px;width:5px;height:5px;animation:1s infinite alternate pulse}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.25;transform:translateY(-2px)}}.chat-composer{background:#fbfcfa;border:1px solid #d8ded9;border-radius:15px;gap:8px;min-height:54px;margin:0 18px 18px;padding:6px 7px 6px 16px;display:flex}.chat-composer input{color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:12px}.chat-composer button{color:#fff;background:var(--brand);border:0;border-radius:11px;place-items:center;width:40px;display:grid}.assistant-notice{border:1px solid var(--line);color:#69756e;background:#f8f9f6;border-radius:17px;padding:19px}.assistant-notice>svg{color:#597164}.assistant-notice strong{color:#46544d;margin-top:13px;font-size:12px;display:block}.assistant-notice p{margin:6px 0 15px;font-size:10px;line-height:1.5}.settings-grid{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.settings-wide{grid-column:1/-1}.settings-list{flex-direction:column;display:flex}.settings-row{border-top:1px solid #edf0ed;align-items:center;gap:12px;min-height:67px;display:flex}.settings-row:first-child{border-top:0}.settings-row>div:not(.settings-icon){flex:1}.settings-row strong{font-size:12px;display:block}.settings-row p{color:var(--muted);margin:3px 0 0;font-size:10px}.settings-icon{color:#52675c;background:#edf1ed;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.settings-icon.large{border-radius:14px;width:48px;height:48px}.status-pill{color:#737d78;background:#f0f2ef;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:650;display:flex}.status-pill>span{background:#a4aca7;border-radius:99px;width:5px;height:5px}.status-pill.success{color:#426951;background:#e9f1eb}.status-pill.success>span{background:#4c8a65}.device-status{align-items:center;gap:13px;min-height:74px;display:flex}.device-status strong{font-size:12px}.device-status p{color:var(--muted);margin:4px 0 0;font-size:10px;line-height:1.45}.notification-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.update-notice{color:#3e604d;background:#e8f0ea;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:12px;padding:10px;font-size:10px;display:flex}.usage-total{justify-content:space-between;align-items:center;display:flex}.usage-total span{color:var(--muted);align-items:center;gap:7px;font-size:10px;display:flex}.usage-total strong{letter-spacing:-.03em;font-size:22px}.usage-bar{background:#e8ebe8;border-radius:99px;height:6px;margin:16px 0;overflow:hidden}.usage-bar span{border-radius:inherit;background:#5e7d6c;height:100%;display:block}.usage-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.usage-stats>div{background:#f6f7f5;border-radius:10px;padding:10px}.usage-stats span{color:var(--muted);font-size:8px;display:block}.usage-stats strong{margin-top:4px;font-size:12px;display:block}.settings-note{color:#6f7974;align-items:flex-start;gap:6px;margin:13px 0 0;font-size:9px;line-height:1.4;display:flex}.privacy-columns{grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:14px;display:grid}.privacy-columns>div{border-left:2px solid #dfe5df;padding-left:14px}.privacy-columns strong{font-size:11px}.privacy-columns p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.5}.login-page{background:#f7f8f5;grid-template-columns:minmax(380px,43%) 1fr;min-height:100vh;display:grid}.login-panel{flex-direction:column;justify-content:center;padding:clamp(35px,6vw,80px);display:flex}.login-panel>.brand{position:absolute;top:38px}.login-copy{margin-bottom:34px}.secure-badge{color:#516158;background:#e8ede8;border-radius:999px;align-items:center;gap:5px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:650;display:flex}.login-copy h1{letter-spacing:-.06em;margin:19px 0 14px;font-size:clamp(38px,4.3vw,60px);font-weight:680;line-height:.99}.login-copy p{max-width:470px;color:var(--muted);margin:0;font-size:14px;line-height:1.55}.login-panel>.button{width:min(370px,100%)}.login-footnote,.login-note{color:#8b938f;text-align:center;width:min(370px,100%);font-size:9px}.login-note{color:#886957;line-height:1.4}.login-visual{background:radial-gradient(circle at 50% 45%,#657c70 0,#2f4439 32%,#17261f 72%);border-radius:28px;place-items:center;margin:18px;display:grid;position:relative;overflow:hidden}.visual-core{color:#f0eee8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f0f5f114;border:1px solid #ffffff40;border-radius:38px;place-items:center;width:135px;height:135px;display:grid;box-shadow:0 25px 80px #0000002e}.visual-core span{letter-spacing:-.08em;font-size:56px;font-weight:720}.visual-orbit{border:1px solid #ffffff1a;border-radius:50%;position:absolute}.orbit-one{width:420px;height:420px}.orbit-two{width:650px;height:650px}.loading-screen{background:#f5f6f3;justify-content:center;align-items:center;gap:18px;min-height:100vh;display:flex}.spinner{border:2px solid #d6dcd7;border-top-color:#52685c;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.mobile-nav,.mobile-fab{display:none}@media (width<=1020px){.sidebar{width:210px}.main-content{margin-left:210px}.page{padding:36px 26px 65px}.dashboard-grid{grid-template-columns:1fr}.today-card,.urgent-tasks-card,.email-card,.later-tasks-card,.quick-add-card,.tomorrow-card{grid-area:auto/1}.assistant-layout{grid-template-columns:1fr}.assistant-notice{align-items:center;gap:12px;display:flex}.assistant-notice strong{margin-top:0}.assistant-notice p{margin-bottom:0}.assistant-notice .text-button{white-space:nowrap;margin-left:auto}.task-board-row{grid-template-columns:24px 1fr auto}.postpone-menu{grid-column:2}.row-actions{grid-area:1/3/3}}@media (width<=760px){.sidebar{display:none}.main-content{margin-left:0;padding-bottom:74px}.page{padding:24px 16px 35px}.setup-banner{padding:9px 15px;font-size:11px}.page-header{align-items:flex-start;min-height:70px;margin-bottom:19px}.page-header h1{font-size:31px}.page-header .button{min-width:40px;padding-inline:11px}.dashboard-header .button{gap:0;font-size:0}.section-card{border-radius:17px;padding:18px}.dashboard-grid,.settings-grid{gap:12px}.mailbox-grid,.settings-grid,.privacy-columns{grid-template-columns:1fr}.settings-wide{grid-column:1}.mailbox{padding:14px}.event-row{grid-template-columns:48px 2px 1fr auto;gap:10px}.task-row{grid-template-columns:8px 1fr}.task-meta{grid-column:2;justify-content:flex-start}.task-toolbar{grid-template-columns:1fr 1fr;display:grid}.search-field{grid-column:1/-1}.filter-select{min-width:0}.tasks-board{border-radius:16px}.task-board-row{grid-template-columns:22px 1fr auto;align-items:start;padding:14px}.postpone-menu{flex-wrap:wrap;grid-column:2/-1}.row-actions{grid-area:1/3}.form-grid{grid-template-columns:1fr 1fr}.form-grid .field:first-child{grid-column:1/-1}.modal{max-height:calc(100dvh - 24px);padding:20px}.assistant-page .page-header .button{font-size:0}.assistant-page .page-header .button svg{margin:0}.chat-panel{border-radius:16px;height:calc(100dvh - 185px);min-height:540px}.chat-scroll{padding:20px 15px}.chat-welcome{margin-top:45px}.suggestion-grid{grid-template-columns:1fr}.chat-message{width:100%}.assistant-notice{display:none}.settings-row{flex-wrap:wrap;padding:9px 0}.settings-row .status-pill{margin-left:auto}.usage-stats{gap:5px}.notification-actions{flex-direction:column;align-items:flex-start}.login-page{grid-template-columns:1fr}.login-panel{min-height:100dvh;padding:85px 27px 35px}.login-panel>.brand{top:25px}.login-visual{display:none}.mobile-nav{z-index:40;min-height:69px;padding:7px 8px max(7px, env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fafbf8f0;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-nav a{color:#808984;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:8px;display:flex}.mobile-nav a.active{color:#263c31;font-weight:700}.mobile-fab{right:17px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:41;color:#fff;background:var(--brand);border:0;border-radius:16px;place-items:center;width:50px;height:50px;display:grid;position:fixed;box-shadow:0 11px 25px #172a203d}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
