:root{--bg:#f6f7f5;--surface:#fff;--surface-soft:#f9faf8;--ink:#23332d;--muted:#7c8581;--line:#e8ece6;--nav:#192a31;--nav-muted:#9caaa3;--accent:#d3edbc;--accent-ink:#284535;--mint:#eaf1e8;--shadow:0 4px 24px #1b342505;--danger:#b84f4f;--radius:14px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-size:14px}[data-theme=dark]{--bg:#111c18;--surface:#1b2923;--surface-soft:#202f28;--ink:#e5eee6;--muted:#a1b0a6;--line:#304137;--nav:#0c1712;--nav-muted:#9caea2;--accent:#bada9e;--accent-ink:#203d27;--mint:#2a3f2d;--shadow:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}button{background:0 0;border:0}a{color:inherit;text-decoration:none}input,textarea,select{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:8px;outline:none;padding:11px 13px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:#86ab76;box-shadow:0 0 0 3px #a7c59126}input::placeholder,textarea::placeholder{color:#939c96}input[type=checkbox]{accent-color:#699653;flex-shrink:0;width:16px;height:16px}input[type=color]{width:80px;height:42px;padding:5px}textarea{resize:vertical}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #93b576}h1,h2,h3,h4,p{margin:0}h1{letter-spacing:-1px;font-size:30px;font-weight:650;line-height:1.25}h2{letter-spacing:-.55px;font-size:22px;font-weight:620;line-height:1.35}h3{font-size:15px;font-weight:650}strong{font-weight:600}small{font-size:11px}.small{font-size:12px}.muted{color:var(--muted)}.eyebrow{letter-spacing:1.7px;color:var(--muted);margin-bottom:10px;font-size:10px;font-weight:650}.button{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:10px 16px;font-size:12px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.primary{background:var(--accent);color:var(--accent-ink);border:1px solid var(--accent)}.primary:hover:not(:disabled){background:#c6e4ad}.secondary{background:var(--surface);border:1px solid var(--line)}.secondary:hover:not(:disabled){background:var(--surface-soft)}.danger-secondary{color:var(--danger);background:var(--surface);border:1px solid #bd6a6a33}.icon-button{width:32px;height:32px;color:var(--muted);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{background:var(--mint);color:var(--ink)}.icon-button.danger:hover{color:var(--danger);background:#bd6a6a11}.text-button{align-items:center;gap:8px;padding:0;font-size:12px;font-weight:600;display:inline-flex}.pill{background:var(--surface-soft);border:1px solid var(--line);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:4px 8px;font-size:10px;font-weight:500;display:inline-flex}.pill.mint{color:#c9eab6;background:#b6d8a018;border-color:#c9eab62a}.status-dot{background:#9ac185;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.status-dot.inactive{background:#a3aaa6}.status-done,.status-approved{color:#56764b;background:#e9f3e3;border-color:#e0eada}.status-open,.status-draft{color:#687354;background:#eef2e8;border-color:#e1e7d8}.status-suggested,.status-waiting,.status-deferred{color:#aa824a;background:#fcf1df;border-color:#f1e6d5}.status-rejected{color:#a9655c;background:#f8e9e6;border-color:#f2dcd8}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:20px 22px;display:flex}.card-heading h3{align-items:center;gap:8px;display:flex}.subtle-label{color:var(--muted);font-size:10px}.notice{background:var(--mint);border-radius:9px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 15px;font-size:12px;display:flex}.notice svg{flex-shrink:0}.notice.error{color:#a04d48;background:#fbece9}.notice.warning{color:#8d7136;background:#faf0dc}.notice.success{color:#557848;background:#e9f3e3}.inline-error{color:var(--danger);margin-top:7px;font-size:11px}.loading{min-height:180px;color:var(--muted);justify-content:center;align-items:center;gap:12px;font-size:12px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.boot{color:#547847;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.boot .loading{min-height:100px}.empty{text-align:center;flex-direction:column;align-items:center;padding:62px 25px;display:flex}.empty-icon{background:var(--mint);color:#88a27a;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:18px;display:flex}.empty-icon svg{stroke-width:1.4px;width:28px;height:28px}.empty h3{letter-spacing:-.3px;margin-bottom:8px;font-size:17px}.empty p{color:var(--muted);max-width:340px;font-size:12px;line-height:1.7}.empty .button{margin-top:24px}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--nav);color:#f3f5f0;z-index:40;flex-direction:column;width:238px;height:100vh;padding:30px 18px 0;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:-1.1px;align-items:center;gap:11px;width:fit-content;font-size:25px;font-weight:650;line-height:1;display:flex}.brand-mark{color:#d3ecbb;border:1px solid #7b96784a;border-radius:12px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.brand-ai{color:#d4edbd;font-weight:400}.brand small{letter-spacing:2.2px;color:#91a38f;margin-top:7px;font-size:7px;font-weight:500;display:block}.sidebar .brand{margin:0 11px 32px}.workspace-picker{margin-bottom:28px;position:relative}.workspace-current{text-align:left;background:#e4f8db05;border:1px solid #e4f8db12;border-radius:9px;align-items:center;gap:10px;width:100%;padding:12px 10px;display:flex}.workspace-avatar{color:#284535;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:33px;font-size:14px;font-weight:700;display:flex}.workspace-current>span:nth-child(2){flex:1;min-width:0}.workspace-current small{color:#84948a;font-size:9px;display:block}.workspace-current strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;display:block;overflow:hidden}.workspace-current>svg{color:#84948a}.workspace-menu{z-index:50;background:#273a2f;border:1px solid #52694d;border-radius:9px;width:100%;padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 30px #0004}.workspace-menu button{text-align:left;border-radius:5px;align-items:center;gap:8px;width:100%;padding:10px 7px;font-size:11px;display:flex}.workspace-menu button:hover{background:#43553a}.workspace-menu button svg:last-child{margin-left:auto}.color-dot{border-radius:2px;width:8px;height:8px}.nav-label{letter-spacing:1.5px;color:#6f8779;margin:0 12px 12px;font-size:8px;font-weight:600}.sidebar nav{flex-direction:column;gap:4px;display:flex}.nav-item{text-align:left;width:100%;color:var(--nav-muted);border-radius:8px;align-items:center;gap:12px;padding:11px 13px;font-size:12px;font-weight:450;line-height:1.4;transition:background .15s;display:flex}.nav-item svg{stroke-width:1.6px}.nav-item:hover{color:#e8f2df;background:#b7d99b08}.nav-item.active{color:#294431;background:#d2eabc;font-weight:600}.nav-dot{background:#4c6841;border-radius:50%;width:5px;height:5px;margin-left:auto}.sidebar-bottom{margin-top:auto;padding-top:32px}.sidebar-bottom .nav-label{margin-bottom:8px}.privacy-card{border-top:1px solid #cce2be0f;align-items:flex-start;gap:9px;margin-top:20px;padding:15px 11px 17px;display:flex}.privacy-card .status-dot{margin-top:4px}.privacy-card strong{color:#c0ccbb;font-size:10px;font-weight:500;display:block}.privacy-card small{color:#7c8e7e;margin-top:4px;font-size:8px;display:block}.sidebar-user{border-top:1px solid #cce2be0f;align-items:center;gap:9px;margin:0 -18px;padding:16px 23px;display:flex}.user-avatar,.top-avatar{color:#eef6e7;background:#81967d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;font-size:11px;font-weight:600;display:flex}.sidebar-user>span:nth-child(2){flex:1;min-width:0}.sidebar-user strong{font-size:10px;font-weight:500;display:block}.sidebar-user small{color:#8a9b89;white-space:nowrap;text-overflow:ellipsis;max-width:117px;font-size:8px;display:block;overflow:hidden}.sidebar-user .icon-button{color:#90a087}.main-shell{width:calc(100% - 238px);margin-left:238px}.topbar{background:var(--surface);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;height:76px;padding:0 36px;display:flex}.breadcrumb{color:#a4ada6;white-space:nowrap;align-items:center;gap:15px;font-size:11px;display:flex}.breadcrumb-workspace{color:var(--muted)}.breadcrumb strong{color:var(--ink);font-size:11px;font-weight:500}.top-actions{align-items:center;gap:12px;display:flex}.global-search{color:#939e93;align-items:center;gap:8px;margin-right:10px;display:flex}.global-search input{width:155px;box-shadow:none;background:0 0;border:0;padding:7px 0;font-size:10px}.global-search kbd{background:var(--surface-soft);border:1px solid var(--line);border-radius:3px;padding:1px 4px;font-size:9px}.top-avatar{color:#937956;background:#f1e7d6;margin-left:5px}.main-content{max-width:1550px;margin:auto;padding:36px}.section-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.section-heading p{color:var(--muted);margin-top:9px;font-size:12px}.heading-actions{align-items:center;gap:9px;display:flex}.overview-banner{background:linear-gradient(105deg,#edf2e6 0%,#eff3e9 45%,#e5eddc 100%);border:1px solid #dfe6d4;border-radius:14px;align-items:center;min-height:232px;margin-bottom:24px;padding:27px 31px;display:flex;position:relative;overflow:hidden}.overview-banner .eyebrow{color:#7e9370;letter-spacing:1.6px;font-size:8px}.overview-banner h2{color:#344831;letter-spacing:-.7px;margin-top:7px;font-size:25px;font-weight:520;line-height:1.35}.overview-banner p{color:#83907b;margin:11px 0 19px;font-size:11px}.overview-banner .text-button{color:#536b43;font-size:10px}.banner-visual{width:260px;height:230px;position:absolute;top:0;right:75px}.orb{border:1px solid #acbe9933;border-radius:50%;width:300px;height:300px;position:absolute;top:-30px;right:-35px}.orb-two{width:236px;height:236px;top:2px;right:-3px}.orb:after{content:"";border:1px solid #acbe9926;border-radius:50%;position:absolute;inset:28px}.floating-card{color:#718b58;background:#fcfdf9e8;border:1px solid #fff;border-radius:12px;flex-direction:column;gap:9px;width:177px;height:128px;padding:18px;display:flex;position:absolute;top:52px;left:40px;transform:rotate(-8deg);box-shadow:0 13px 30px #73985614}.floating-card>span{color:#576950;font-size:10px;font-weight:600}.mini-lines:before,.mini-lines:after{content:"";background:#e1e8d9;border-radius:4px;width:120px;height:4px;margin:5px 0;display:block}.mini-lines:after{width:85px}.floating-check{color:#66884a;background:#cee7b8;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:135px;left:195px;transform:rotate(8deg);box-shadow:0 5px 10px #5b884517}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:26px;display:grid}.metric{padding:19px 20px}.metric-top{color:var(--muted);justify-content:space-between;align-items:center;gap:7px;margin-bottom:13px;font-size:10px;display:flex}.metric-icon{background:var(--surface-soft);color:#94a486;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.metric strong{letter-spacing:-1px;font-size:30px;font-weight:550;line-height:1.15;display:block}.metric small{color:var(--muted);margin-top:8px;font-size:9px;display:block}.dashboard-grid{grid-template-columns:1fr 1fr;gap:23px;display:grid}.dashboard-card{flex-direction:column;min-height:285px;display:flex;overflow:hidden}.dashboard-card .card-heading{border:0;padding-bottom:13px}.dashboard-card h3{font-size:13px}.compact-list{flex:1;padding:0 22px}.compact-row{text-align:left;border-bottom:1px solid var(--line);align-items:center;gap:12px;width:100%;padding:13px 0;display:flex}.compact-row:last-child{border:0}.row-symbol{background:var(--surface-soft);color:#8ca176;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:33px;height:33px;display:flex}.square-symbol{background:0 0;border:1px solid #c6d3be;border-radius:5px;width:17px;height:17px}.square-symbol svg{opacity:0}.compact-row>span:nth-child(2){flex:1;min-width:0}.compact-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:550;display:block;overflow:hidden}.compact-row small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.compact-row>svg{color:#9ca998}.card-footer-link{color:#819178;border-top:1px solid var(--line);text-align:left;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding:14px 22px;font-size:10px;display:flex}.card-footer-link:hover{background:var(--surface-soft)}.widget-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:18px 25px 26px;display:flex}.empty-line-icon{color:#adbd9f;margin-bottom:11px}.empty-line-icon svg{stroke-width:1.3px}.widget-empty strong{color:#75856c;font-size:11px;font-weight:500}.widget-empty p{color:#a0a99c;max-width:220px;margin-top:5px;font-size:10px}.knowledge-summary{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:20px;display:flex}.knowledge-summary strong{color:var(--ink)}.knowledge-summary p{font-size:11px}.sync-footnote{color:#94a08b;align-items:center;gap:7px;margin-top:20px;font-size:9px;display:flex}.sync-footnote .text-button{margin-left:auto;font-size:9px}.page-footer{color:#98a191;border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:36px;padding-top:18px;font-size:9px;display:flex}.page-footer>span{align-items:center;gap:5px;display:flex}.toolbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.tabs{flex-wrap:wrap;gap:4px;display:flex}.tabs button{color:var(--muted);border-radius:6px;padding:8px 13px;font-size:11px}.tabs button.selected{background:var(--surface);color:var(--ink);border:1px solid var(--line);padding:7px 12px;font-weight:600;box-shadow:0 1px 4px #1b342509}.task-row{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:19px 22px;display:flex}.task-row:last-child{border:0}.task-check{border:1px solid #c4d0bc;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;padding:0;display:flex}.task-check.checked{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.task-main{text-align:left;flex:1;min-width:0;padding:0}.task-main strong{font-size:12px;display:block}.task-main small{color:var(--muted);margin-top:5px;font-size:10px;display:block}.task-date{min-width:112px;color:var(--muted);align-items:center;gap:6px;margin-left:14px;font-size:10px;display:flex}.project-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.project-card{padding:23px}.project-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.project-symbol{background:var(--mint);color:#8ca077;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.project-card h3{margin-bottom:10px;font-size:16px}.project-card p{color:var(--muted);white-space:pre-wrap;min-height:72px;font-size:12px}.project-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:15px;padding-top:18px;display:flex}.project-footer small{color:var(--muted);font-size:9px}.calendar-legend{color:var(--muted);gap:19px;margin-bottom:15px;font-size:10px;display:flex}.calendar-legend span{align-items:center;gap:6px;display:flex}.calendar-legend{flex-wrap:wrap}.holiday-add-region{gap:12px;display:grid}.holiday-add-region .form-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.holiday-add-region select{width:100%;min-width:0}.holiday-selected-heading,.holiday-selections li,.holiday-selections li>span{align-items:center;gap:10px;display:flex}.holiday-selected-heading,.holiday-selections li{justify-content:space-between}.holiday-selected-heading{font-size:13px}.holiday-selections{max-height:250px;margin:0;padding:0;list-style:none;overflow:auto}.holiday-selections li{border-bottom:1px solid var(--line);padding:9px 0;font-size:12px}.holiday-selections li>span{overflow-wrap:anywhere}.holiday-selections svg{flex:none}.holiday-country-notice{margin:0;font-size:11px;line-height:1.7;display:block}.holiday-source{line-height:1.7}.holiday-source a{color:inherit;text-decoration:underline}.holiday-regions{margin:10px 0;padding-left:20px;font-size:13px;line-height:1.8}.holiday-loading{margin:0 0 12px;line-height:1.7}.holiday-load-error{margin-bottom:18px}.holiday-pill{color:#633f80;background:#eee5f6}.calendar-legend i{border-radius:3px;width:7px;height:7px;display:block}.calendar-legend small{margin-left:auto;font-size:9px}.calendar-card{padding:24px;overflow:hidden}.fc{--fc-border-color:var(--line);--fc-page-bg-color:var(--surface);--fc-neutral-bg-color:var(--surface-soft);--fc-today-bg-color:#d6eac51f;--fc-event-bg-color:#c9dfb8;--fc-button-bg-color:var(--surface);--fc-button-text-color:var(--ink);--fc-button-border-color:var(--line);--fc-button-hover-bg-color:var(--mint);--fc-button-hover-border-color:var(--line);--fc-button-active-bg-color:var(--mint);--fc-button-active-border-color:var(--line);font-size:11px}.fc .fc-toolbar-title{letter-spacing:-.5px;font-size:20px;font-weight:550}.fc .fc-button{padding:7px 10px;font-size:10px;box-shadow:none!important}.fc .fc-scrollgrid{border-radius:8px;overflow:hidden}.fc .fc-col-header-cell{background:var(--surface-soft);color:var(--muted);padding:10px 0;font-size:10px;font-weight:500}.fc .fc-daygrid-day-number{padding:9px;font-size:10px}.fc .fc-daygrid-day-frame{min-height:92px}.fc .fc-event{cursor:pointer;border-radius:4px;padding:2px 4px;font-size:10px;margin:2px 4px!important}.file-button{cursor:pointer}.file-button input{display:none}.inbox{grid-template-columns:34% 66%;min-height:620px;display:grid;overflow:hidden}.inbox-list{border-right:1px solid var(--line)}.inbox-toolbar{border-bottom:1px solid var(--line);padding:19px 18px 0}.search-input{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex}.search-input input{background:0 0;border:0;padding:11px 0;font-size:12px;box-shadow:none!important}.inbox-toolbar .tabs{margin:14px -5px 7px}.inbox-toolbar .tabs button{box-shadow:none;border:0;padding:7px 9px;font-size:10px}.inbox-toolbar .tabs .selected{color:#709156;background:var(--mint)}.message-preview{text-align:left;border-bottom:1px solid var(--line);width:100%;padding:20px;display:block}.message-preview.selected{background:var(--surface-soft);box-shadow:inset 3px 0 #99b67f}.message-preview>div{color:var(--muted);justify-content:space-between;gap:6px;font-size:10px;display:flex}.message-preview strong{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.message-preview time{white-space:nowrap;font-size:8px}.message-preview h4{margin:7px 0;font-size:12px;font-weight:550}.message-preview p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.6;display:-webkit-box;overflow:hidden}.message-preview small{color:#8b9d7f;margin-top:12px;font-size:8px;display:block}.message-preview.unread strong,.message-preview.unread h4{color:var(--ink);font-weight:650}.message-detail{flex-direction:column;padding:24px 30px;display:flex}.message-detail-toolbar{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.message-detail h2{margin-bottom:22px;font-size:21px}.sender-row{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding-bottom:24px;display:flex}.sender-avatar{color:#788666;background:#e8ebdf;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:33px;height:33px;font-size:12px;display:flex}.sender-row>div{flex:1;min-width:0}.sender-row strong{overflow-wrap:anywhere;font-size:10px;display:block}.sender-row small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.sender-row time{color:var(--muted);white-space:nowrap;font-size:9px}.message-body{white-space:pre-wrap;overflow-wrap:anywhere;flex:1;min-height:260px;padding:26px 0;font-size:12px;line-height:1.9}.message-ai{background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;margin-top:15px;padding:17px;display:flex}.message-ai>div{flex:1}.message-ai strong{font-size:10px;display:block}.message-ai p{color:var(--muted);margin-top:5px;font-size:9px}.message-ai .button{min-height:32px;padding:8px;font-size:9px}.ai-symbol{background:var(--mint);color:#8ca275;border:1px solid #dce8d2;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.draft-grid{grid-template-columns:repeat(2,1fr);gap:21px;display:grid}.draft-card{padding:22px}.draft-card>header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.draft-card>header small{color:var(--muted);font-size:9px}.draft-card h3{font-size:16px}.draft-recipient{color:var(--muted);margin-top:7px;font-size:10px}.draft-excerpt{white-space:pre-wrap;overflow-wrap:anywhere;max-height:250px;color:var(--muted);margin:20px 0;font-size:12px;line-height:1.8;overflow:auto}.draft-card>footer{border-top:1px solid var(--line);justify-content:space-between;padding-top:18px;display:flex}.draft-card>p.small{align-items:center;gap:7px;margin-bottom:15px;display:flex}.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:32px;display:grid}.provider-card{flex-direction:column;align-items:flex-start;padding:24px;display:flex;position:relative}.provider-icon{border:1px solid var(--line);background:var(--surface);border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:16px;font-size:24px;font-weight:650;display:flex}.provider-icon.google{color:#5277ad}.provider-icon.microsoft{color:#7996bc}.microsoft-mark{grid-template-columns:repeat(2,8px);gap:2px;display:grid}.microsoft-mark i{background:#a7bcb0;width:8px;height:8px}.microsoft-mark i:first-child{background:#d09076}.microsoft-mark i:nth-child(2){background:#a3b878}.microsoft-mark i:nth-child(3){background:#819daf}.microsoft-mark i:nth-child(4){background:#d9bf78}.provider-card h3{margin-bottom:9px;font-size:17px}.provider-card p{color:var(--muted);font-size:11px;line-height:1.7}.provider-card .button{position:absolute;top:27px;right:24px}.provider-reason{color:#9c8a67;background:#f9f3e8;border-radius:6px;width:100%;margin-top:17px;padding:9px 11px;font-size:10px;line-height:1.7}.section-subheading{justify-content:space-between;align-items:center;margin:28px 0 16px;display:flex}.section-subheading h2{align-items:center;gap:9px;font-size:16px;display:flex}.count{background:var(--mint);color:#819370;border-radius:5px;padding:2px 6px;font-size:10px}.connection-list{flex-direction:column;gap:13px;display:flex}.connection-card{align-items:center;gap:17px;padding:22px;display:flex}.provider-icon.small{flex-shrink:0;width:39px;height:39px;margin:0;font-size:18px}.connection-info{flex:1;min-width:0}.connection-info h3{overflow-wrap:anywhere;font-size:12px}.connection-info p{color:var(--muted);margin-top:5px;font-size:10px}.connection-info small{color:#97a08e;margin-top:7px;font-size:9px;display:block}.connection-actions{flex-direction:column;align-items:flex-end;gap:11px;display:flex}.connection-note{color:#91a07f;gap:14px;margin-top:17px;padding:24px 4px;display:flex}.connection-note svg{flex-shrink:0}.connection-note strong{color:#7f8f6e;font-size:11px}.connection-note p{max-width:630px;margin-top:7px;font-size:10px;line-height:1.8}.jobs-card{margin-top:25px}.job-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:14px 22px;display:flex}.job-row:last-child{border-bottom:0}.job-row strong{font-size:11px;display:block}.job-row small{color:var(--muted);max-width:500px;font-size:9px;display:block}.resource-options{border:1px solid var(--line);border-radius:9px;overflow:hidden}.resource-option{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:11px;padding:15px;display:flex}.resource-option:last-child{border:0}.resource-option>svg{color:#849573}.resource-option strong{font-size:12px;display:block}.resource-option small{color:var(--muted);font-size:10px;display:block}.knowledge-search{background:linear-gradient(105deg, var(--surface), var(--surface-soft));gap:20px;margin-bottom:24px;padding:27px;display:flex}.knowledge-search>div{flex:1}.knowledge-search h3{letter-spacing:-.4px;margin-bottom:7px;font-size:18px}.knowledge-search p{color:var(--muted);font-size:11px}.knowledge-search form{gap:9px;margin-top:21px;display:flex}.knowledge-search .search-input{flex:1;min-width:100px}.knowledge-row{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:21px 23px;display:flex}.knowledge-row:last-child{border:0}.file-symbol{background:var(--surface-soft);color:#91a581;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:45px;display:flex}.knowledge-main{text-align:left;flex:1;min-width:0;padding:0}.knowledge-main strong{font-size:12px;display:block}.knowledge-main small{color:var(--muted);overflow-wrap:anywhere;margin-top:7px;font-size:9px;display:block}.knowledge-main p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:9px;font-size:11px;display:-webkit-box;overflow:hidden}.ai-answer{margin-bottom:24px;padding-bottom:20px}.ai-answer>small{padding:0 23px}.answer-text{white-space:pre-wrap;padding:23px;font-size:13px;line-height:1.9}.answer-sources{flex-wrap:wrap;align-items:center;gap:8px;padding:0 23px 20px;display:flex}.answer-sources>strong{width:100%;color:var(--muted);margin-bottom:3px;font-size:10px}.answer-sources button{background:var(--surface-soft);border:1px solid var(--line);border-radius:6px;align-items:center;gap:7px;padding:7px 9px;font-size:10px;display:flex}.answer-sources button>span{color:#8ca275;font-size:9px}.website-excerpt,.document-content{white-space:pre-wrap;background:var(--surface-soft);border:1px solid var(--line);overflow-wrap:anywhere;border-radius:9px;max-height:400px;padding:18px;font-size:12px;line-height:1.8;overflow:auto}.date-range{align-items:center;gap:20px;margin-bottom:24px;padding:18px 22px;display:flex}.date-range .field{gap:5px;width:180px}.date-range>.field>span{font-size:9px}.date-range>svg{color:var(--muted);margin-top:20px}.date-range>span{color:var(--muted);margin-left:auto;font-size:11px}.occupancy-metrics .metric-top{margin-bottom:20px}.occupancy-metrics .metric strong{font-size:27px}.table-scroll{overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}th{letter-spacing:.3px;color:var(--muted);background:var(--surface-soft);padding:15px 22px;font-size:9px;font-weight:500}td{border-top:1px solid var(--line);color:var(--muted);padding:18px 22px}td strong{color:var(--ink);font-size:11px}.import-help{margin-top:25px;padding:23px}.import-help h3{margin-bottom:10px;font-size:13px}.import-help p{color:var(--muted);font-size:11px;line-height:1.8}details{margin-top:17px}summary{cursor:pointer;font-size:11px;font-weight:600}details p{margin-top:15px}pre{background:var(--surface-soft);border-radius:8px;padding:15px;font-size:10px;overflow:auto}.settings-form{flex-direction:column;gap:23px;display:flex}.settings-section{grid-template-columns:1fr 1.2fr;gap:65px;padding:29px;display:grid}.settings-description{max-width:280px}.settings-symbol{background:var(--mint);color:#8a9f76;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:15px;display:flex}.settings-description h3{font-size:16px}.settings-description p{color:var(--muted);margin-top:9px;font-size:11px;line-height:1.8}.settings-fields{flex-direction:column;align-self:center;gap:16px;display:flex}.module-options{border:1px solid var(--line);border-radius:9px;overflow:hidden}.toggle-row{border-bottom:1px solid var(--line);cursor:pointer;align-items:center;gap:10px;padding:13px 17px;font-size:11px;display:flex;position:relative}.toggle-row:last-child{border:0}.toggle-row>span{flex:1}.toggle-row>input{opacity:0;z-index:1;width:31px;height:19px;position:absolute;right:18px}.toggle{background:#d5ddd0;border-radius:20px;width:31px;height:18px;transition:background .2s;display:block;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .2s;position:absolute;top:3px;left:3px}.toggle-row>input:checked+.toggle{background:#a9c789}.toggle-row>input:checked+.toggle:after{transform:translate(13px)}.toggle-row>input:focus-visible+.toggle{outline-offset:3px;outline:3px solid #7d9d62}.provider-state{align-items:flex-start;gap:8px;display:flex}.provider-state .status-dot{margin-top:5px}.provider-state strong{font-size:10px;display:block}.provider-state small{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.7;display:block}.settings-save{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.pause-section{margin-top:35px}.pause-section .settings-fields{align-items:flex-start}.pause-section .settings-fields>strong{font-size:12px}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#0c1b1366;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0;overflow:auto}.modal{background:var(--surface);border:1px solid var(--line);border-radius:16px;width:620px;max-width:100%;max-height:90vh;overflow:auto;box-shadow:0 25px 90px #051b1540}.modal>header{border-bottom:1px solid var(--line);background:var(--surface);z-index:2;justify-content:space-between;align-items:center;gap:20px;padding:23px 26px;display:flex;position:sticky;top:0}.modal>header h2{font-size:19px}.modal>.form-stack{padding:25px 27px}.form-stack{flex-direction:column;gap:19px;display:flex}.form-stack>p{font-size:12px;line-height:1.7}.field{text-align:left;flex-direction:column;gap:8px;display:flex}.field>span{font-size:11px;font-weight:550}.form-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:9px;display:flex}.form-actions .danger-secondary{margin-right:auto}.form-columns{grid-template-columns:1fr 1fr;gap:15px;display:grid}.check-label{cursor:pointer;align-items:center;gap:9px;font-size:11px;display:flex}.widget-editor{background:var(--surface-soft);border:1px solid var(--line);border-radius:9px;flex-direction:column;gap:13px;padding:16px;display:flex}.editor-top{justify-content:space-between;align-items:center;display:flex}.editor-top strong{font-size:11px}.widget-editor .field>span{font-size:10px}.auth-page{background:var(--surface);grid-template-columns:48% 52%;min-height:100vh;display:grid}.auth-story{color:#f2f5e9;background:#1c2d34;flex-direction:column;min-height:100vh;padding:45px 60px;display:flex;position:relative;overflow:hidden}.auth-story .brand{font-size:29px}.auth-story-copy{z-index:2;margin:auto 0;padding:80px 0 130px;position:relative}.auth-story h1{letter-spacing:-2.6px;margin:28px 0;font-size:55px;font-weight:470;line-height:1.12}.auth-story h1 em{color:#d2edb5;font-style:normal}.auth-story-copy>p{color:#a0b09a;max-width:335px;font-size:13px;line-height:1.9}.auth-features{flex-wrap:wrap;gap:19px;margin-top:36px;display:flex}.auth-features>span{color:#bdcbb3;align-items:center;gap:7px;font-size:10px;display:flex}.auth-features svg{color:#91ac7e;stroke-width:1.5px}.auth-footnote{color:#829477;z-index:2;align-items:center;gap:8px;font-size:9px;display:flex;position:relative}.mountain-art{opacity:.65;width:100%;height:330px;position:absolute;bottom:-25px;right:-20px}.mountain-art i{background:#6e8d5c07;border:1px solid #6b876133;border-radius:14px;width:350px;height:350px;display:block;position:absolute;bottom:-205px;right:-70px;transform:rotate(45deg)}.mountain-art i:nth-child(2){background:#6e8d5c05;bottom:-243px;right:160px}.mountain-art i:nth-child(3){background:#87a96a08;width:240px;height:240px;bottom:-170px;right:50px}.auth-form-wrap{justify-content:center;align-items:center;padding:60px 40px;display:flex}.auth-form{width:385px;max-width:100%}.auth-form .eyebrow{color:#9aac8c;font-size:9px}.auth-form h2{letter-spacing:-1px;font-size:28px;line-height:1.3}.auth-form>p{color:var(--muted);margin-top:13px;margin-bottom:28px;font-size:12px;line-height:1.8}.segmented{background:var(--surface-soft);border:1px solid var(--line);border-radius:9px;gap:4px;margin-bottom:28px;padding:4px;display:flex}.segmented>button{color:var(--muted);border-radius:6px;flex:1;padding:9px 8px;font-size:11px}.segmented>.selected{background:var(--surface);color:var(--ink);font-weight:550;box-shadow:0 2px 5px #172f1210}.auth-form .form-stack{gap:20px}.auth-form .field>span{font-size:10px}.auth-form input{padding:12px 14px;font-size:12px}.auth-submit{justify-content:space-between;width:100%;margin-top:6px;padding:12px 16px;font-size:12px}.demo-box{background:var(--surface-soft);border:1px dashed #d9e1d0;border-radius:10px;margin-top:28px;padding:20px}.demo-box strong{font-size:11px}.demo-box p{color:var(--muted);margin-top:5px;font-size:10px}.demo-box .button{min-height:34px;margin-top:15px;padding:8px 12px;font-size:10px}.auth-note{color:#a0aa98;align-items:center;gap:7px;margin-top:27px;font-size:9px;display:flex}.mobile-menu,.sidebar-shade{display:none}.page-enter{animation:.2s ease-out enter}@keyframes enter{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .overview-banner{background:linear-gradient(100deg,#253724,#2c3e28);border-color:#364e2c}[data-theme=dark] .overview-banner h2{color:#d1e2c1}[data-theme=dark] .overview-banner p{color:#99ac8f}[data-theme=dark] .overview-banner .text-button{color:#b7cf9e}[data-theme=dark] .provider-reason{color:#bbaa87;background:#382e1f}[data-theme=dark] .notice.error{color:#e3a39a;background:#422c28}[data-theme=dark] .notice.warning{color:#d2ba83;background:#3a3220}[data-theme=dark] .status-approved,[data-theme=dark] .status-done{color:#b3d4a0;background:#293c25;border-color:#3e5731}[data-theme=dark] .status-draft,[data-theme=dark] .status-open{color:#b7c697;background:#333c27;border-color:#445235}[data-theme=dark] .status-waiting,[data-theme=dark] .status-deferred,[data-theme=dark] .status-suggested{color:#cdb086;background:#3d3422;border-color:#50422c}@media (min-width:1500px){.main-content{padding:44px 48px}.topbar{padding:0 48px}.sidebar{width:253px;padding-left:22px;padding-right:22px}.main-shell{width:calc(100% - 253px);margin-left:253px}.sidebar-user{margin:0 -22px}.overview-banner{min-height:242px}.dashboard-card{min-height:310px}}@media (max-width:1180px){.main-content{padding:28px}.topbar{padding:0 28px}.sidebar{width:216px;padding-left:13px;padding-right:13px}.main-shell{width:calc(100% - 216px);margin-left:216px}.sidebar-user{margin:0 -13px;padding:16px}.nav-item{font-size:11px}.global-search{display:none}.metric-grid{gap:11px}.metric{padding:17px}.metric-top{font-size:9px}.metric-icon{width:27px;height:27px}.banner-visual{right:24px;transform:scale(.87)}.section-heading{align-items:flex-start}.section-heading h1{font-size:27px}.heading-actions{flex-wrap:wrap;justify-content:flex-end;max-width:320px}.heading-actions .button{padding:9px 11px;font-size:10px}.project-grid{grid-template-columns:repeat(2,1fr)}.message-ai{flex-wrap:wrap}.message-ai .button{margin-left:54px}.message-detail{padding:21px}.settings-section{gap:35px}.knowledge-search{gap:15px;padding:22px}.knowledge-search form{flex-wrap:wrap}.knowledge-search .search-input{flex-basis:100%;width:100%}.provider-card .button{margin-top:15px;position:static}.auth-story{padding:40px}.auth-story h1{font-size:46px}.auth-features{gap:14px}}@media (max-width:900px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{gap:17px}.dashboard-card .card-heading{padding:18px 16px}.compact-list{padding:0 16px}.task-date{display:none}.section-heading{flex-direction:column;gap:17px}.heading-actions{justify-content:flex-start;max-width:none}.overview-banner{min-height:220px;padding:25px}.overview-banner h2{font-size:23px}.banner-visual{opacity:.7;right:-33px;transform:scale(.7)}.overview-banner>div:first-child{z-index:2;position:relative}.overview-banner p{max-width:220px}.calendar-legend{flex-wrap:wrap;gap:10px}.calendar-legend small{width:100%;margin-left:0}.fc .fc-toolbar{flex-wrap:wrap;gap:13px}.fc .fc-toolbar-title{font-size:17px}.calendar-card{padding:17px}.inbox{grid-template-columns:1fr}.inbox-list{border-right:0;border-bottom:1px solid var(--line);max-height:365px;overflow:auto}.inbox-list .empty{padding:30px}.message-body{min-height:200px}.sender-row time{display:none}.draft-grid{grid-template-columns:1fr}.settings-section{grid-template-columns:1fr;gap:23px}.settings-description{max-width:100%}.settings-symbol{float:left;margin-bottom:10px;margin-right:13px}.settings-description p{margin-top:6px}.settings-description h3{padding-top:2px}.auth-story h1{font-size:40px}.auth-story{padding:35px}.auth-form-wrap{padding:40px 30px}.auth-form h2{font-size:25px}.auth-features{flex-direction:column;gap:13px}.auth-story-copy{padding-bottom:90px}}@media (max-width:700px){.sidebar{width:238px;padding-left:18px;padding-right:18px;transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-user{margin:0 -18px}.sidebar-shade{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:35;background:#0c1b1355;display:block;position:fixed;inset:0}.main-shell{width:100%;margin-left:0}.mobile-menu{margin-left:-8px;display:inline-flex}.topbar{height:65px;padding:0 20px}.breadcrumb{gap:9px;font-size:10px}.breadcrumb-workspace{text-overflow:ellipsis;max-width:90px;overflow:hidden}.top-actions{gap:6px}.top-avatar{width:28px;height:28px;font-size:10px}.top-actions>.icon-button:nth-of-type(2){display:none}.main-content{padding:27px 20px}.section-heading{margin-bottom:24px}.section-heading h1{font-size:28px}.section-heading p{max-width:320px;font-size:11px;line-height:1.7}.eyebrow{font-size:8px}.overview-banner{min-height:235px;padding:24px}.overview-banner h2{font-size:24px;line-height:1.35}.banner-visual{opacity:.65;top:12px;right:-65px;transform:scale(.66)}.overview-banner p{max-width:200px;font-size:10px}.metric-grid{gap:12px;margin-bottom:22px}.metric{padding:17px}.metric strong{font-size:29px}.metric-top{font-size:10px}.metric-icon{width:28px;height:28px}.metric small{font-size:8px}.dashboard-grid{grid-template-columns:1fr;gap:17px}.dashboard-card{min-height:255px}.dashboard-card .card-heading{padding:20px}.compact-list{padding:0 20px}.card-footer-link{padding:13px 20px}.page-footer{gap:10px;font-size:8px}.page-footer>span:last-child{text-align:right;max-width:170px;display:block}.page-footer svg{vertical-align:middle}.toolbar .small{display:none}.tabs{gap:2px}.tabs button{padding:8px 10px;font-size:10px}.tabs button.selected{padding:7px 9px}.task-row{gap:10px;padding:17px 14px}.task-main strong{font-size:11px}.task-main small{font-size:9px}.task-row .pill{padding:3px 5px;font-size:8px}.task-row>.icon-button{display:none}.project-grid{grid-template-columns:1fr}.project-card p{min-height:35px}.calendar-card{padding:12px}.fc .fc-toolbar{justify-content:center}.fc .fc-toolbar-chunk:nth-child(2){text-align:center;order:-1;width:100%}.fc .fc-toolbar-title{font-size:18px}.fc .fc-daygrid-day-frame{min-height:70px}.fc .fc-daygrid-day-number{padding:5px;font-size:9px}.fc .fc-event{padding:1px;font-size:8px}.fc .fc-col-header-cell{font-size:8px}.fc .fc-button{font-size:9px}.message-detail{padding:20px}.message-detail h2{font-size:19px}.message-ai{gap:10px;padding:13px}.message-ai>div{min-width:180px}.message-ai .button{margin-left:0}.provider-grid{grid-template-columns:1fr;gap:15px}.provider-card{padding:23px}.provider-card .button{margin:0;font-size:10px;position:absolute;top:25px;right:20px}.provider-card p{font-size:10px}.connection-card{flex-wrap:wrap;gap:10px;padding:17px}.connection-info{flex-basis:calc(100% - 60px)}.connection-actions{flex-direction:row;justify-content:space-between;width:100%;margin-top:7px}.connection-info h3{font-size:11px}.section-subheading h2{font-size:15px}.section-subheading>.pill{font-size:8px}.connection-note{padding:20px 0}.knowledge-search{flex-wrap:wrap;gap:12px;padding:21px}.knowledge-search>.ai-symbol{border-radius:9px;width:35px;height:35px}.knowledge-search>div{min-width:200px}.knowledge-search h3{font-size:17px}.knowledge-search p{font-size:10px}.knowledge-search form{gap:8px;margin-top:17px}.knowledge-search .button{flex:1;padding:9px 11px;font-size:10px}.knowledge-row{gap:10px;padding:18px 15px}.knowledge-row>.pill{display:none}.file-symbol{width:32px;height:38px}.knowledge-main strong{font-size:11px}.knowledge-main small{font-size:8px}.date-range{flex-wrap:wrap;gap:10px;padding:15px}.date-range .field{width:calc(50% - 22px)}.date-range>span{text-align:right;width:100%;font-size:9px}.date-range input{padding:9px;font-size:11px}.occupancy-metrics .metric strong{font-size:25px}th,td{padding:14px;font-size:10px}th{font-size:8px}.settings-section{gap:23px;padding:23px}.settings-save{flex-direction:column;align-items:flex-end;gap:15px}.settings-save>span{font-size:9px}.pause-section{margin-top:26px}.modal-backdrop{padding:15px}.modal>header{padding:18px 20px}.modal>header h2{font-size:17px}.modal>.form-stack{padding:20px}.form-columns{gap:11px}.form-actions{flex-wrap:wrap}.form-actions .button{padding:9px 12px;font-size:11px}.auth-page{grid-template-columns:minmax(0,1fr)}.auth-story{min-height:245px;padding:27px 30px}.auth-story .brand{font-size:24px}.auth-story .brand-mark{width:33px;height:33px}.auth-story-copy{padding:26px 0 10px}.auth-story-copy>.pill{display:none}.auth-story h1{letter-spacing:-1.2px;margin:0;font-size:31px;line-height:1.15}.auth-story h1 br:nth-child(2){display:initial}.auth-story h1 em{margin-left:0}.auth-story-copy>p{display:none}.auth-features{flex-direction:row;gap:14px;margin-top:18px}.auth-features>span{font-size:8px}.auth-features svg{width:13px;height:13px}.auth-footnote{display:none}.mountain-art{opacity:.35;height:200px}.auth-form-wrap{min-width:0;padding:35px 30px}.auth-form{width:min(420px,100%)}.auth-form h2{font-size:25px}.auth-form .eyebrow{font-size:8px}.auth-form>p{margin-bottom:23px;font-size:11px}.demo-box,.auth-note{margin-top:23px}.sync-footnote,.sync-footnote .text-button{font-size:8px}.ai-answer .card-heading{padding:17px}.ai-answer h3{font-size:12px}.answer-text{padding:18px;font-size:12px}.answer-sources{padding:0 18px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.briefing-summary{flex:1;padding:10px 23px 22px}.briefing-summary p{color:var(--muted);margin:8px 0;font-size:11px;line-height:1.8}.briefing-summary strong{color:var(--ink);font-weight:550}.briefing-summary small{color:var(--muted);margin-top:15px;font-size:9px;display:block}.members-section{margin-top:28px}.member-row{border-bottom:1px solid var(--line);align-items:center;gap:13px;padding:16px 23px;display:flex}.member-row:last-child{border-bottom:0}.member-row>div{flex:1;min-width:0}.member-row strong{font-size:11px;display:block}.member-row small{color:var(--muted);overflow-wrap:anywhere;font-size:9px;display:block}.members-section>.notice{margin:15px}@media (max-width:700px){.overview-banner .banner-visual{display:none}.overview-banner{min-height:217px}.member-row{flex-wrap:wrap}.member-row>div{flex-basis:100%}.members-section .card-heading{flex-wrap:wrap;padding:17px}}.ai-settings-fields .model-detail{background:var(--surface-soft);color:var(--muted);overflow-wrap:anywhere;border-radius:9px;flex-direction:column;gap:6px;padding:14px 16px;font-size:11px;display:flex}.model-detail strong{color:var(--ink)}.catalog-freshness{color:var(--muted);align-items:flex-start;gap:9px;font-size:11px;display:flex}.catalog-freshness .status-dot{flex-shrink:0;margin-top:5px}.catalog-freshness small{margin-top:3px;display:block}.cost-warning{color:#9b6d24}[data-theme=dark] .cost-warning{color:#e7bb76}.period-switch{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:4px;display:flex}.period-switch button{white-space:nowrap;border-radius:7px;padding:8px 14px;font-size:12px}.period-switch .selected{background:var(--accent);color:var(--accent-ink);font-weight:600}.cost-toolbar,.cost-context{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:23px;display:flex}.cost-toolbar{border-bottom:1px solid var(--line)}.cost-tabs{gap:24px;display:flex}.cost-tabs button{color:var(--muted);border-bottom:2px solid #0000;padding:13px 0;font-size:12px}.cost-tabs [aria-selected=true]{border-color:var(--ink);color:var(--ink);font-weight:600}.cost-context>div{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cost-metrics{margin-bottom:23px}.cost-metrics .metric strong{overflow-wrap:anywhere;font-size:clamp(21px,2vw,29px)}.cost-metrics .metric small{min-height:34px;line-height:1.6;display:block}.cost-chart-card{margin-bottom:23px}.cost-chart-card .card-heading p{margin:5px 0 0}.cost-chart{padding:8px 23px 20px}.cost-chart svg{width:100%;display:block;overflow:visible}.cost-chart>span{margin-left:6%;display:block}.cost-breakdowns,.account-cost-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px;display:grid}.cost-table{border-collapse:collapse;width:100%;font-size:11px}.cost-table th{text-align:left;color:var(--muted);background:var(--surface-soft);font-weight:500}.cost-table td,.cost-table th{border-top:1px solid var(--line);vertical-align:top;padding:13px 18px}.cost-table td:not(:first-child),.cost-table th:not(:first-child){text-align:right;white-space:nowrap}.cost-table strong{overflow-wrap:anywhere;font-size:11px;font-weight:550}.cost-table small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.cost-table small.cost-warning{color:#9b6d24}.cost-empty{padding:10px 23px 25px;font-size:12px}.cost-footnote{color:var(--muted);margin:20px 0;font-size:10px;line-height:1.8}.account-cost-card{min-width:0}.account-cost-body{padding:0 23px 5px}.account-cost-value{letter-spacing:-.7px;margin:9px 0;font-size:29px;display:block}.account-cost-body>.small{display:block}.account-cost-body>.cost-warning{font-size:11px;line-height:1.7}.account-cost-body .cost-chart{padding:15px 0 0}.account-usage{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:23px;padding-top:18px;display:grid}.account-usage strong{overflow-wrap:anywhere;font-size:17px;display:block}.account-usage span{color:var(--muted);font-size:9px;display:block}@media (max-width:1050px){.cost-breakdowns,.account-cost-grid{grid-template-columns:1fr}}@media (max-width:700px){.cost-toolbar{gap:5px;padding-bottom:12px}.cost-tabs{gap:17px}.cost-tabs button{font-size:10px}.cost-context{gap:10px}.period-switch button{padding:7px 12px;font-size:11px}.cost-chart{padding:5px 8px 15px}.cost-chart svg{min-height:145px}.cost-chart>span{font-size:8px}.cost-table td,.cost-table th{padding:11px 12px}.cost-table{font-size:10px}.account-cost-body{padding:0 17px 5px}.cost-metrics .metric small{font-size:9px}}.cost-access-details{color:var(--muted);padding-top:7px;font-size:11px}.cost-access-details summary{cursor:pointer;color:var(--ink)}.cost-access-details p{line-height:1.7}.cost-access-details .field input{font-family:monospace;font-size:11px}.cost-context .pill.mint,.account-cost-card .pill.mint{background:var(--mint);color:var(--ink);border-color:var(--line)}.provider-grid-expanded{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-grid-expanded .provider-card{flex-direction:column;align-items:flex-start;padding:23px;display:flex}.provider-grid-expanded .provider-card p{min-height:57px}.provider-grid-expanded .provider-card .button{margin-top:auto;position:static}.provider-capabilities{gap:14px;padding:13px 0 20px;display:flex}.provider-capabilities span{color:var(--muted);align-items:center;gap:5px;font-size:10px;display:flex}.provider-icon.icloud{color:#537f9f;background:#e8f0f5}.provider-icon.imap{color:#988052;background:#f3ede3}.provider-icon.caldav{color:#897097;background:#efeaf4}[data-theme=dark] .provider-icon.icloud,[data-theme=dark] .provider-icon.imap,[data-theme=dark] .provider-icon.caldav{background:var(--surface-soft)}.connection-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:3px;display:flex}.connection-reconnect{min-height:30px;padding:7px 10px;font-size:10px}.credential-services{flex-wrap:wrap;gap:22px;padding:12px 0;display:flex}.credential-services .check-label{align-items:center;gap:8px;display:flex}.credential-form .form-actions .button{white-space:normal}@media (max-width:1180px){.provider-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.provider-grid-expanded{grid-template-columns:1fr}.provider-grid-expanded .provider-card{padding:21px}.provider-grid-expanded .provider-card p{min-height:0}.provider-grid-expanded .provider-card .button{margin-top:0;position:static}.connection-actions{flex-wrap:wrap;gap:10px}.connection-buttons{justify-content:flex-start}}.sidebar{overflow-y:auto}.sidebar>.brand,.sidebar>.workspace-picker,.sidebar>nav{flex-shrink:0}.chat-layout{grid-template-columns:minmax(200px,250px) minmax(0,1fr);align-items:start;gap:22px;display:grid}.chat-history{max-height:760px;padding:19px 12px;overflow-y:auto}.chat-history>h3{align-items:center;gap:8px;padding:0 8px 16px;font-size:13px;display:flex}.chat-history>p{padding:0 8px}.chat-history-row{border-radius:9px;align-items:center;margin-bottom:5px;display:flex}.chat-history-row.active{background:var(--mint)}.chat-history-row>button:first-child{text-align:left;flex:1;min-width:0;padding:13px 8px}.chat-history-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:550;display:block;overflow:hidden}.chat-history-row small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.chat-main{min-width:0;overflow:hidden}.chat-main>.empty{min-height:490px;padding:90px 25px}.chat-conversation-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:23px 26px;display:flex}.chat-conversation-heading h2{overflow-wrap:anywhere;font-size:17px;line-height:1.4}.chat-conversation-heading small{color:var(--muted);font-size:11px}.chat-conversation-heading>svg{color:#859e78;flex-shrink:0}.chat-messages{overscroll-behavior:contain;flex-direction:column;gap:20px;min-height:290px;max-height:550px;padding:24px;display:flex;overflow-y:auto}.chat-starter{text-align:center;color:var(--muted);margin:auto;padding:40px 10px}.chat-starter svg{color:#93a981}.chat-starter h3{color:var(--ink);margin:15px 0 5px;font-size:15px}.chat-starter p{font-size:12px}.chat-message{border:1px solid var(--line);border-radius:12px;min-width:0;max-width:94%;padding:18px}.chat-message.user{background:var(--mint);border-color:#0000;align-self:flex-end}.chat-message.assistant{background:var(--surface-soft);align-self:flex-start;width:94%}.chat-message-label{justify-content:space-between;align-items:baseline;gap:15px;font-size:11px;display:flex}.chat-message-label small{color:var(--muted);font-size:9px}.chat-message-content,.source-excerpt{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.chat-message-content{margin:12px 0;font-size:13px}.chat-sources{flex-wrap:wrap;gap:6px;display:flex}.chat-source{border:1px solid var(--line);background:var(--surface);text-align:left;overflow-wrap:anywhere;border-radius:6px;align-items:center;gap:5px;max-width:100%;padding:5px 8px;font-size:10px;display:flex}.chat-source svg{flex-shrink:0}.chat-message-footer{align-items:center;gap:10px;margin-top:10px;display:flex}.chat-message-footer>span{color:var(--muted);overflow-wrap:anywhere;flex:1;font-size:9px}.chat-composer{border-top:1px solid var(--line);background:var(--surface);padding:21px 24px}.chat-model-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.chat-model-row .field{min-width:145px}.chat-model-row>span{overflow-wrap:anywhere;min-width:0}.chat-model-row select{padding:7px 10px;font-size:11px}.chat-model-row label{font-size:10px}.chat-composer>textarea{resize:vertical;width:100%;min-height:84px;max-height:250px}.chat-composer-actions{align-items:center;gap:10px;margin-top:10px;display:flex}.chat-composer-actions>span{flex:1;font-size:9px}.chat-composer .recording{color:var(--danger);border-color:var(--danger)}.chat-voice-options{border-top:1px solid var(--line);margin-top:17px;padding-top:14px;font-size:11px}.chat-voice-options summary{color:var(--muted);cursor:pointer}.chat-voice-options .field{max-width:350px}.account-section,.budget-card{margin-top:22px}.account-section .card-heading h3,.budget-card .card-heading h3{align-items:center;gap:8px;display:flex}.account-security-actions{flex-wrap:wrap;gap:10px;padding:0 25px 25px;display:flex}.account-note{margin:0;padding:0 25px 22px;font-size:12px}.account-section .member-row{margin:0 25px}.account-section .member-row:last-child{padding-bottom:24px}.recovery-codes{grid-template-columns:1fr 1fr;gap:9px;display:grid}.recovery-codes code,.mfa-secret{background:var(--surface-soft);border:1px solid var(--line);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;border-radius:7px;padding:12px}.mfa-secret{letter-spacing:1px;text-align:center;font-size:17px;display:block}.auth-reset{text-underline-offset:3px;margin-top:15px;font-size:12px;text-decoration:underline}.social-auth{margin-top:20px}.social-auth-buttons{grid-template-columns:1fr;gap:10px;display:grid}.social-auth-option{min-width:0}.social-auth-button{justify-content:center;gap:11px;width:100%;min-height:45px}.social-provider-symbol{flex:none;justify-content:center;align-items:center;width:19px;height:19px;font-size:19px;font-weight:700;display:inline-flex}.social-provider-symbol.google{color:#4285f4}.social-provider-symbol .microsoft-mark{gap:2px;width:17px;height:17px}.social-auth-option>small{color:var(--muted);margin:6px 1px 2px;font-size:11px;line-height:1.6;display:block}.social-auth-hint{color:var(--muted);align-items:flex-start;gap:7px;margin:14px 0 0;font-size:11px;line-height:1.6;display:flex}.social-auth-hint>svg{flex:none;margin-top:2px}.auth-method-divider{color:var(--muted);align-items:center;gap:12px;margin:23px 0;font-size:11px;display:flex}.auth-method-divider:before,.auth-method-divider:after{content:"";background:var(--line);flex:1;height:1px}.account-social-options{padding:0 25px 22px}.social-auth-link .social-auth-buttons{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}.onboarding-services{grid-template-columns:1fr 1fr;gap:12px;display:grid}.onboarding-services>span{background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;padding:20px;font-size:13px;display:flex}.social-onboarding .social-auth-hint{margin-top:0}.budget-body{padding:0 24px 23px}.budget-summary{justify-content:space-between;align-items:center;gap:18px;display:flex}.budget-summary strong{font-size:16px;display:block}.budget-summary small{color:var(--muted);margin-top:6px;font-size:11px;display:block}.budget-meter{background:var(--line);border-radius:5px;height:7px;margin:18px 0;overflow:hidden}.budget-meter i{background:#91b778;border-radius:5px;height:100%;display:block}.budget-body .cost-footnote{margin-top:18px}@media (max-width:1120px){.chat-layout{grid-template-columns:minmax(170px,210px) minmax(0,1fr);gap:15px}.chat-messages,.chat-composer{padding:18px}.chat-composer-actions{flex-wrap:wrap}.chat-composer-actions>span{min-width:80px}}@media (max-width:700px){.chat-layout{grid-template-columns:1fr;gap:14px}.chat-history{max-height:190px;padding:14px 10px}.chat-history>h3{padding-bottom:8px}.chat-history-row>button:first-child{padding-top:8px;padding-bottom:8px}.chat-conversation-heading{padding:18px}.chat-message,.chat-message.assistant{width:100%;max-width:100%;padding:14px}.chat-messages{max-height:510px;padding:14px}.chat-composer{padding:15px}.chat-composer-actions>.primary{justify-content:center;width:100%}.chat-composer-actions .button{min-height:42px}.account-section .card-heading,.budget-card .card-heading,.budget-summary{flex-direction:column;align-items:flex-start;gap:12px}.account-security-actions{padding:0 18px 18px}.account-security-actions .button{width:100%}.account-section .member-row{margin:0 18px}.budget-body{padding:0 18px 18px}.recovery-codes{grid-template-columns:1fr}}.mail-settings-card,.mail-deliveries-card{margin-top:24px}.mail-settings-card .card-heading h3,.mail-deliveries-card .card-heading h3{align-items:center;gap:9px;display:flex}.mail-settings-card .card-heading p{margin:6px 0 0}.mail-automation-button{flex-shrink:0;min-height:36px;padding:8px 12px;font-size:12px}.mail-automation-button.mint{background:var(--mint);color:var(--ink)}.mail-automation-button:hover:not(:disabled){border-color:#86ab76}.mail-automation-button:focus-visible{outline-offset:3px;outline:2px solid #86ab76}.mail-settings-body{padding:0 25px 25px}.mail-settings-body>p{font-size:12px;line-height:1.7}.mail-settings-actions{flex-wrap:wrap;gap:10px;margin:20px 0;display:flex}.mail-rule-summary{border:1px solid var(--line);border-radius:9px;margin:18px 0;overflow:hidden}.mail-rule-summary>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.mail-rule-summary>div:last-child{border:0}.mail-rule-summary strong{font-size:12px}.mail-rule-summary>p{padding:0 14px}.mail-rule-editor{border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:16px;min-width:0;margin:5px 0;padding:18px;display:flex}.mail-rule-editor legend{padding:0 8px;font-size:12px;font-weight:650}.mail-rule-controls{align-items:center;gap:5px;display:flex}.mail-rule-controls>label{flex:1}.mail-rule-editor details>summary{cursor:pointer;font-size:12px}.mail-rule-editor details>.field{margin-top:18px}.mail-account-checks{gap:9px;display:grid}.mail-preview-result{border-top:1px solid var(--line);padding-top:20px}.mail-preview-result h3{margin-top:15px}.mail-preview-result>p,.mail-preview-result details p{font-size:12px;line-height:1.7}.mail-preview-result details{margin:14px 0}.mail-full-body{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--surface-soft);border:1px solid var(--line);border-radius:9px;max-height:420px;padding:18px;font-size:13px;line-height:1.8;overflow-y:auto}.mail-send-details{flex-direction:column;gap:10px;margin:0;display:flex}.mail-send-details>div{grid-template-columns:135px minmax(0,1fr);gap:14px;display:grid}.mail-send-details dt{color:var(--muted);font-size:12px}.mail-send-details dd{overflow-wrap:anywhere;margin:0;font-size:12px}.connection-send-state{margin-top:4px;display:block}.draft-send-reason{margin:12px 0 0;line-height:1.65}.draft-delivery{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;margin:14px 0;padding:13px}.draft-delivery strong{font-size:12px}.draft-delivery p{margin:6px 0 0;font-size:11px;line-height:1.7}.draft-delivery.status-unknown,.draft-delivery.status-failed{border-color:#dcbdb1}.mail-delivery-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:17px 25px;display:flex}.mail-delivery-row:last-child{border:0}.mail-delivery-row>div{min-width:0}.mail-delivery-row strong{overflow-wrap:anywhere;font-size:13px;display:block}.mail-delivery-row small{color:var(--muted);overflow-wrap:anywhere;margin-top:4px;font-size:10px;display:block}.mail-delivery-row>.pill{flex-shrink:0}.draft-card footer{flex-wrap:wrap}@media (max-width:700px){.mail-settings-card .card-heading,.mail-deliveries-card .card-heading,.mail-rule-summary>div{flex-direction:column;align-items:flex-start;gap:8px}.mail-settings-body{padding:0 18px 18px}.mail-settings-actions>button{justify-content:center;width:100%}.mail-rule-editor{padding:13px}.mail-send-details>div{grid-template-columns:1fr;gap:3px}.mail-delivery-row{flex-direction:column;align-items:flex-start;gap:9px;padding:15px 18px}}.draft-edit-fields{border:0;flex-direction:column;gap:17px;min-width:0;margin:0;padding:0;display:flex}.mail-runs{border-top:1px solid var(--line)}.mail-runs .mail-delivery-row p{overflow-wrap:anywhere;margin:5px 0;font-size:12px;line-height:1.7}.provider-setup-box{border:1px solid var(--line);border-radius:12px;gap:10px;min-width:0;padding:16px;display:grid}.provider-setup-box p{margin:0}.setup-steps{color:var(--muted);padding-left:20px;font-size:13px;line-height:1.7}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-page-content{max-width:none;padding:24px 30px}.chat-page-content>.page-footer{display:none}.chat-host{background:var(--surface);border:1px solid var(--line);border-radius:18px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.chat-full{height:calc(100dvh - 126px);min-height:560px}.chat-shell-header{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 22px;display:flex}.chat-identity,.chat-window-controls{align-items:center;gap:10px;min-width:0;display:flex}.chat-identity h1{letter-spacing:-.5px;font-size:18px;line-height:1.25}.chat-identity small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:10px;display:block;overflow:hidden}.chat-avatar{background:var(--mint);color:#47684b;border-radius:12px;flex-shrink:0;place-items:center;width:37px;height:37px;display:grid}.chat-host .chat-layout{flex:1;grid-template-columns:210px minmax(0,1fr);align-items:stretch;gap:0;min-height:0;display:grid;position:relative}.chat-host .chat-history{border-right:1px solid var(--line);background:var(--surface-soft);flex-direction:column;max-height:none;padding:19px 12px;display:flex;overflow-y:auto}.chat-new{justify-content:flex-start;width:100%;margin-bottom:24px;font-size:11px}.chat-history h2{text-transform:uppercase;letter-spacing:1.2px;color:var(--muted);padding:0 8px 12px;font-size:10px}.chat-history-note{color:var(--muted);gap:9px;margin-top:auto;padding:25px 8px 6px;font-size:10px;line-height:1.65;display:flex}.chat-history-note svg{flex-shrink:0;margin-top:2px}.chat-history-toggle{display:none}.chat-host .chat-main{border:0;border-radius:0;flex-direction:column;min-height:0;display:flex}.chat-host .chat-conversation-heading{min-height:46px;color:var(--muted);border-bottom:0;flex-shrink:0;padding:13px 26px;font-size:11px}.chat-conversation-heading>span:first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-conversation-heading .pill{background:var(--surface-soft);flex-shrink:0;font-size:9px}.chat-host .chat-messages{scroll-behavior:smooth;flex:1;gap:24px;min-height:0;max-height:none;padding:18px 30px 24px}.chat-host .chat-starter{width:min(100%,620px);padding:25px 0 40px}.chat-welcome-mark{background:#eff5e8;border-radius:24px;place-items:center;width:66px;height:66px;margin-bottom:19px;display:inline-grid}.chat-welcome-mark svg{color:#73926a}.chat-starter h2{letter-spacing:-1px;color:var(--ink);margin-bottom:12px;font-size:clamp(23px,2.4vw,32px);font-weight:550}.chat-host .chat-starter p{max-width:470px;margin:auto;font-size:13px;line-height:1.8}.chat-starter-prompts{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:27px;display:flex}.chat-starter-prompts button{border:1px solid var(--line);text-align:left;color:var(--ink);background:var(--surface);border-radius:10px;align-items:center;gap:10px;padding:12px 13px;font-size:11px;display:flex}.chat-starter-prompts button:hover{background:var(--surface-soft);border-color:#b8c9b3}.chat-host .chat-message{border:0;border-radius:0;max-width:min(100%,780px);padding:0}.chat-host .chat-message.assistant{background:0 0;width:100%;margin:0 auto}.chat-host .chat-message.user{border-radius:17px 17px 4px;width:fit-content;max-width:min(90%,660px);padding:12px 17px}.chat-host .chat-message.user .chat-message-label{display:none}.chat-host .chat-message-content{margin:0;font-size:14px}.chat-host .chat-message-label{color:var(--muted);margin-bottom:8px;font-size:11px}.chat-markdown{overflow-wrap:anywhere;font-size:14px;line-height:1.8}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p,.chat-markdown ul,.chat-markdown ol,.chat-markdown pre,.chat-markdown blockquote{margin:10px 0}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{margin:18px 0 8px;font-size:17px;line-height:1.5}.chat-markdown ul,.chat-markdown ol{padding-left:24px}.chat-markdown a{text-underline-offset:3px;color:#4c7959;text-decoration:underline}.chat-markdown pre{background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;max-width:100%;padding:14px;font-size:12px;overflow-x:auto}.chat-markdown :not(pre)>code{background:var(--surface-soft);border-radius:4px;padding:2px 5px;font-size:12px}.chat-markdown blockquote{color:var(--muted);border-left:3px solid #b0c9a0;padding-left:14px}.chat-table-scroll{max-width:100%;overflow-x:auto}.chat-markdown table{border-collapse:collapse;font-size:12px}.chat-markdown th,.chat-markdown td{border:1px solid var(--line);text-align:left;padding:7px 10px}.chat-host .chat-sources{margin-top:10px}.chat-response-details{color:var(--muted);flex:1;font-size:10px}.chat-response-details summary{cursor:pointer;align-items:center;gap:5px;width:fit-content;display:flex}.chat-response-details p{overflow-wrap:anywhere;padding-top:7px}.chat-thinking{color:var(--muted);align-items:center;gap:9px;padding:6px 0;font-size:12px;display:flex}.chat-host .chat-composer{border-top:0;flex-shrink:0;padding:12px 24px 15px}.chat-composer-input{background:var(--surface);border:1px solid #dce3d8;border-radius:18px;padding:5px;box-shadow:0 4px 18px #1b302406}.chat-composer-input:focus-within{border-color:#9cb78d;box-shadow:0 0 0 2px #bcd7a51a}.chat-composer-input textarea{width:100%;box-shadow:none;resize:vertical;background:0 0;border:0;outline:none;min-height:65px;max-height:190px;padding:12px 13px 6px;font-size:14px}.chat-composer-input textarea:focus{box-shadow:none;border:0}.chat-host .chat-composer-actions{flex-wrap:nowrap;margin:0;padding:0 4px 4px}.chat-host .chat-composer-actions>span{flex:1;min-width:0;font-size:9px}.chat-send{background:var(--ink);width:34px;height:34px;color:var(--surface);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.chat-send:disabled{opacity:.3}.chat-host .chat-model-row{flex-wrap:nowrap;gap:8px;margin:10px 2px 0;position:relative}.chat-host .chat-model-row label{min-width:0;max-width:170px}.chat-host .chat-model-row select{text-overflow:ellipsis;background-color:#0000;border:0;width:100%;max-width:100%;padding:5px 24px 5px 5px;font-size:10px}.chat-model-location{margin-left:auto}.chat-host .chat-voice-options{border:0;margin:0;padding:0;position:relative}.chat-voice-options>summary{align-items:center;padding:5px;display:flex}.chat-voice-options>div{border:1px solid var(--line);background:var(--surface);z-index:6;border-radius:12px;width:min(300px,75vw);padding:17px;position:absolute;bottom:35px;right:0;box-shadow:0 10px 30px #19332a1a}.chat-voice-options>div .field{margin-top:12px}.chat-host .chat-cloud-notice{color:var(--muted);margin:7px 4px 0;font-size:9px;line-height:1.5}.chat-blocker{color:var(--danger);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px 12px;margin-top:9px;font-size:11px;display:flex}.chat-blocker .text-button{font-size:11px}.chat-error{padding:0 24px 9px}.chat-error .error-box{margin:0}.chat-action-card{background:var(--surface-soft);border:1px solid #cbdcc1;border-radius:12px;margin-top:17px;padding:16px}.chat-action-heading{flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.chat-action-heading>strong{flex:1}.chat-action-heading>svg{color:#76946a;flex-shrink:0}.chat-action-heading .pill{font-size:9px}.chat-action-card dl{margin:13px 0 10px;font-size:12px}.chat-action-card dl>div{grid-template-columns:100px minmax(0,1fr);gap:12px;margin:5px 0;display:grid}.chat-action-card dt{color:var(--muted)}.chat-action-card dd,.chat-action-body{overflow-wrap:anywhere;white-space:pre-wrap}.chat-action-body{max-height:300px;margin:12px 0;font-size:12px;line-height:1.75;overflow-y:auto}.chat-action-buttons{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.chat-action-buttons .button{padding:9px 12px;font-size:11px}.chat-action-card.completed{border-color:var(--line)}.chat-action-card.dismissed{opacity:.7;border-color:var(--line)}.chat-action-card>.text-button{margin-top:12px;font-size:11px}.chat-bubble{color:#e5f1d8;z-index:55;background:#223c32;border:1px solid #ffffff35;border-radius:50%;place-items:center;width:60px;height:60px;display:grid;position:fixed;bottom:25px;right:26px;box-shadow:0 7px 24px #1c372e33}.chat-bubble:hover{background:#345441;transform:translateY(-2px)}.chat-bubble>span{clip:rect(0, 0, 0, 0);position:absolute}.chat-bubble>i{border:3px solid var(--surface);background:#e6b979;border-radius:50%;width:14px;height:14px;position:absolute;top:0;right:1px}.chat-compact{z-index:55;width:440px;height:min(710px,100dvh - 48px);position:fixed;bottom:24px;right:26px;box-shadow:0 18px 70px #172e2a29}.chat-compact .chat-layout{grid-template-columns:minmax(0,1fr)}.chat-compact .chat-shell-header{padding:13px 16px}.chat-compact .chat-history-toggle{display:inline-flex}.chat-compact .chat-history{display:none}.chat-compact.show-history .chat-history{z-index:5;width:250px;display:flex;position:absolute;inset:0 auto 0 0;box-shadow:12px 0 30px #18302115}.chat-compact .chat-messages{gap:20px;padding:14px 20px 20px}.chat-compact .chat-starter{padding:15px 0}.chat-compact .chat-welcome-mark{border-radius:17px;width:48px;height:48px;margin-bottom:12px}.chat-compact .chat-starter h2{font-size:23px}.chat-compact .chat-starter p{font-size:12px}.chat-compact .chat-starter-prompts{margin-top:20px}.chat-compact .chat-starter-prompts button{justify-content:space-between;width:100%;padding:9px 12px}.chat-compact .chat-composer{padding:10px 15px 13px}.chat-compact .chat-markdown,.chat-compact .chat-message-content{font-size:13px}.chat-compact .chat-conversation-heading{padding:11px 20px}@media (max-width:1100px){.chat-host .chat-layout{grid-template-columns:170px minmax(0,1fr)}.chat-compact .chat-layout{grid-template-columns:minmax(0,1fr)}.chat-page-content{padding:20px}.chat-host .chat-messages{padding-left:21px;padding-right:21px}}@media (max-width:760px){.chat-page-content{padding:12px}.chat-full{border-radius:13px;height:calc(100dvh - 96px);min-height:0}.chat-host .chat-layout{grid-template-columns:minmax(0,1fr)}.chat-host .chat-history{display:none}.chat-history-toggle{display:inline-flex}.chat-host.show-history .chat-history{z-index:5;width:min(270px,85%);display:flex;position:absolute;inset:0 auto 0 0;box-shadow:12px 0 30px #18302115}.chat-shell-header{padding:12px 15px}.chat-window-controls{gap:3px}.chat-identity small{max-width:140px}.chat-host .chat-conversation-heading{padding:10px 16px}.chat-host .chat-messages{padding:12px 17px 20px}.chat-host .chat-composer{padding:9px 11px 12px}.chat-host .chat-message.assistant{padding:0}.chat-host .chat-message.user{width:auto}.chat-host .chat-starter{padding:10px 0 24px}.chat-welcome-mark{border-radius:17px;width:48px;height:48px;margin-bottom:15px}.chat-starter-prompts{margin-top:20px}.chat-starter-prompts button{justify-content:space-between;width:100%}.chat-host .chat-model-row{gap:4px}.chat-host .chat-model-row label{max-width:140px}.chat-model-location{display:none}.chat-host .chat-voice-options{margin-left:auto}.chat-action-card{padding:12px}.chat-action-card dl>div{grid-template-columns:85px minmax(0,1fr);gap:7px}.chat-bubble{width:55px;height:55px;bottom:18px;right:18px}.chat-compact{width:calc(100% - 24px);height:min(720px,100dvh - 24px);bottom:12px;right:12px}.chat-markdown{font-size:13px}}.email-viewer{flex:1;min-width:0;padding-top:18px}.email-status{color:var(--muted);align-items:center;gap:8px;padding:8px 0 14px;font-size:11px;line-height:1.6;display:flex}.email-fallback{flex-wrap:wrap;justify-content:space-between;align-items:center}.email-fallback>div{flex:1;min-width:180px}.email-fallback strong{margin-bottom:5px;display:block}.email-fallback p{margin:0}.email-fallback .button{white-space:nowrap;font-size:10px}.email-view-toolbar{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.email-view-toolbar .tabs{margin:0}.email-view-toolbar .tabs button{padding:7px 11px;font-size:11px}.email-images-notice{background:var(--surface-soft);color:var(--muted);border-radius:9px;align-items:center;gap:9px;margin-bottom:12px;padding:12px;font-size:10px;line-height:1.6;display:flex}.email-images-notice>svg{color:#799366;flex-shrink:0}.email-images-notice>span{flex:1}.email-images-notice .button{white-space:nowrap;min-height:32px;padding:7px 10px;font-size:10px}.email-html-frame{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-width:0;height:clamp(380px,65vh,800px);display:block}.email-links{color:var(--muted);margin-top:12px;font-size:11px}.email-links summary{cursor:pointer;padding:5px 0}.email-links ul{gap:7px;margin:9px 0;padding:0;list-style:none;display:grid}.email-links a{color:#66834e;overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;gap:6px;display:flex}.email-links a small{width:100%;color:var(--muted);font-size:10px}.email-attachments{margin:22px 0 10px}.email-attachments h3{align-items:center;gap:7px;margin-bottom:12px;font-size:12px;display:flex}.email-attachments h3 span{background:var(--surface-soft);color:var(--muted);border-radius:20px;padding:2px 7px;font-size:10px}.email-attachment-list{gap:8px;display:grid}.email-attachment{border:1px solid var(--line);border-radius:10px;align-items:center;gap:11px;padding:12px;display:flex}.email-file-icon{background:var(--surface-soft);color:#8aa276;border-radius:7px;flex-shrink:0;place-items:center;width:35px;height:39px;display:grid}.email-file-info{flex:1;min-width:0}.email-file-info strong{overflow-wrap:anywhere;font-size:11px;display:block}.email-file-info small{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.5;display:block}.email-file-actions{align-items:center;gap:6px;display:flex}.email-file-actions .button{min-height:30px;padding:6px 9px;font-size:10px}.email-file-actions .icon-button{flex-shrink:0}.modal:has(.email-attachment-preview){width:min(960px,95vw)}.email-attachment-preview{padding:18px}.email-attachment-preview>img{object-fit:contain;border-radius:6px;max-width:100%;max-height:65vh;margin:0 auto;display:block}.email-attachment-preview>iframe{border:1px solid var(--line);background:#fff;border-radius:6px;width:100%;height:65vh;display:block}.email-preview-footer{justify-content:space-between;align-items:center;gap:15px;margin-top:15px;display:flex}.email-preview-footer small{color:var(--muted);font-size:11px;line-height:1.6}.email-preview-footer .button{flex-shrink:0;font-size:11px}@media (max-width:600px){.email-images-notice{flex-wrap:wrap}.email-images-notice>span{min-width:160px}.email-html-frame{height:460px}.email-attachment{flex-wrap:wrap;gap:8px;padding:10px}.email-file-info{min-width:130px}.email-file-actions{margin-left:auto}.email-attachment-preview{padding:12px}.email-preview-footer{flex-direction:column;align-items:flex-start}}
