@layer compose-reader-v2,shell-v2,modern-mailbox,legacy-mailbox;:root{color-scheme:light;--bg: var(--preset-bg-canvas, #f6f8fb);--surface: #ffffff;--surface-2: #f9fbfd;--text: #0b0f14;--muted: #465466;--line: #d8e1ec;--primary: #4f46e5;--primary-strong: #4338ca;--primary-subtle: #eef2ff;--accent: #f59e0b;--accent-strong: #d97706;--good: #0f8a5f;--good-bg: #e9f8f1;--warn: #a15c00;--warn-bg: #fff4db;--bad: #b42318;--bad-bg: #fff1f0;--shadow: 0 20px 48px rgba(15, 23, 42, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=dark]{color-scheme:dark;--bg: var(--preset-bg-canvas, #0c111b);--surface: #121a28;--surface-2: #172132;--text: #f4f7fb;--muted: #a8b3c4;--line: #263448;--primary: #818cf8;--primary-strong: #6366f1;--primary-subtle: #1e1b4b;--accent: #fbbf24;--accent-strong: #f59e0b;--good: #4ade80;--good-bg: #123224;--warn: #fbbf24;--warn-bg: #382b12;--bad: #fb7185;--bad-bg: #3b1720;--shadow: 0 20px 48px rgba(0, 0, 0, .4)}:root[data-theme=contrast]{color-scheme:dark;--bg: #000000;--surface: #050505;--surface-2: #101010;--text: #ffffff;--muted: #d9e2f2;--line: #ffffff;--primary: #00e5ff;--primary-strong: #00b8d4;--good: #00ff99;--good-bg: #002b1a;--warn: #ffd400;--warn-bg: #332800;--bad: #ff6b8a;--bad-bg: #33000d;--shadow: 0 0 0 1px #ffffff}@media(prefers-color-scheme:dark){:root[data-theme=auto]{color-scheme:dark;--bg: var(--preset-bg-canvas, #0c111b);--surface: #121a28;--surface-2: #172132;--text: #f4f7fb;--muted: #a8b3c4;--line: #263448;--primary: #818cf8;--primary-strong: #6366f1;--primary-subtle: #1e1b4b;--accent: #fbbf24;--accent-strong: #f59e0b;--good: #4ade80;--good-bg: #123224;--warn: #fbbf24;--warn-bg: #382b12;--bad: #fb7185;--bad-bg: #3b1720;--shadow: 0 20px 48px rgba(0, 0, 0, .4)}}:root[data-theme-preset=indigo]:not([data-theme=contrast]){--primary: #4f46e5;--primary-strong: #4338ca;--primary-subtle: #eef2ff;--accent: #f59e0b;--accent-strong: #d97706;--preset-bg-canvas: #f5f5ff;--preset-bg-subtle: #eef0fc}:root[data-theme-preset=teal]:not([data-theme=contrast]){--primary: #0f766e;--primary-strong: #0d9488;--primary-subtle: #f0fdfa;--accent: #2563eb;--accent-strong: #1d4ed8;--preset-bg-canvas: #f0fbfa;--preset-bg-subtle: #e6f7f5}:root[data-theme-preset=emerald]:not([data-theme=contrast]){--primary: #10b981;--primary-strong: #059669;--primary-subtle: #ecfdf5;--accent: #3b82f6;--accent-strong: #2563eb;--preset-bg-canvas: #f0fdf6;--preset-bg-subtle: #e6fbf0}:root[data-theme-preset=violet]:not([data-theme=contrast]){--primary: #7c3aed;--primary-strong: #6d28d9;--primary-subtle: #f5f3ff;--accent: #f59e0b;--accent-strong: #d97706;--preset-bg-canvas: #faf5ff;--preset-bg-subtle: #f3e8ff}:root[data-theme=dark][data-theme-preset=indigo],:root[data-theme=auto][data-theme-preset=indigo]{--preset-bg-canvas: #0e0e1a;--preset-bg-subtle: #16162a}:root[data-theme=dark][data-theme-preset=teal],:root[data-theme=auto][data-theme-preset=teal]{--preset-bg-canvas: #081513;--preset-bg-subtle: #0e211d}:root[data-theme=dark][data-theme-preset=emerald],:root[data-theme=auto][data-theme-preset=emerald]{--preset-bg-canvas: #081712;--preset-bg-subtle: #0e241a}:root[data-theme=dark][data-theme-preset=violet],:root[data-theme=auto][data-theme-preset=violet]{--preset-bg-canvas: #150f1f;--preset-bg-subtle: #1f1730}@media(prefers-color-scheme:dark){:root[data-theme=auto][data-theme-preset=indigo]{--preset-bg-canvas: #0e0e1a;--preset-bg-subtle: #16162a}:root[data-theme=auto][data-theme-preset=teal]{--preset-bg-canvas: #081513;--preset-bg-subtle: #0e211d}:root[data-theme=auto][data-theme-preset=emerald]{--preset-bg-canvas: #081712;--preset-bg-subtle: #0e241a}:root[data-theme=auto][data-theme-preset=violet]{--preset-bg-canvas: #150f1f;--preset-bg-subtle: #1f1730}}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--bg)}button,input,select{font:inherit}button{border:0;cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 36%,transparent);outline-offset:2px}.app{min-height:100vh;display:grid;grid-template-columns:284px minmax(0,1fr);background:radial-gradient(circle at top right,color-mix(in srgb,var(--primary) 11%,transparent),transparent 30rem),var(--bg)}.app.is-collapsed{grid-template-columns:84px minmax(0,1fr)}.app.is-collapsed .brand span,.app.is-collapsed .brand strong,.app.is-collapsed .nav-group p,.app.is-collapsed .nav-item span,.app.is-collapsed .sidebar-card{display:none}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:18px;padding:18px 14px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow-y:auto}.brand{display:flex;align-items:center;gap:11px;min-height:44px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--primary),#0f8a5f);font-weight:900}.brand-mark-image{overflow:hidden;padding:4px;background:#fff!important}.brand-mark-image img{width:100%;height:100%;object-fit:contain;display:block}.brand strong{display:block;font-size:15px}.brand span{display:block;color:var(--muted);font-size:12px;font-weight:700}.nav-list{display:grid;gap:16px}.nav-group{display:grid;gap:5px}.nav-group p{margin:8px 10px 4px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.nav-item,.drawer-item{min-height:40px;width:100%;display:flex;align-items:center;gap:10px;padding:0 11px;border-radius:8px;color:var(--muted);background:transparent;font-weight:800;text-align:left}.nav-item:hover,.drawer-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active,.drawer-item.active{color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.sidebar-card{margin-top:auto;display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.sidebar-card span{color:var(--muted);font-size:13px;line-height:1.45}.app-main{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.topbar{position:sticky;top:0;z-index:20;min-width:0;min-height:72px;display:grid;grid-template-columns:minmax(230px,1fr) minmax(220px,520px) auto;gap:16px;align-items:center;padding:12px 22px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 84%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-left,.topbar-actions,.toolbar-actions,.hero-actions,.legend-row{display:flex;align-items:center;gap:10px}.topbar-left{min-width:0}.topbar h1,.toolbar h2,.hero-panel h2{margin:0;letter-spacing:0}.topbar h1{font-size:20px;line-height:1.2}.eyebrow{margin:0 0 4px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.content{min-width:0;overflow:auto}.content-inner{width:min(1760px,100%);margin:0 auto;padding:22px 22px 96px}.page-grid{display:grid;gap:18px;min-width:0}.icon-button,.theme-button,.primary-button,.secondary-button,.panel-action,.search-trigger{min-height:40px;border-radius:8px;color:var(--text);background:var(--surface);border:1px solid var(--line)}.icon-button{width:40px;display:grid;place-items:center;flex:0 0 auto}.theme-button,.primary-button,.secondary-button,.panel-action,.search-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;font-weight:850}.primary-button{color:#fff;border-color:var(--primary-strong);background:var(--primary-strong)}.secondary-button{background:var(--surface-2)}.theme-button span{text-transform:capitalize}.search-trigger{min-width:0;justify-content:flex-start;color:var(--muted)}.search-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}kbd{margin-left:auto;padding:2px 7px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:var(--surface-2);font-size:12px}.hero-panel,.toolbar,.panel,.metric-card,.action-card{border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:var(--shadow)}.hero-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;padding:24px}.hero-panel h2{max-width:880px;font-size:clamp(24px,3vw,42px);line-height:1.08}.hero-panel p,.toolbar p{margin:8px 0 0;color:var(--muted);line-height:1.55}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.metric-card{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:15px}.metric-card span,.action-card span,.alert-card span,.progress-row span,td span{color:var(--muted);font-size:13px}.metric-card strong{display:block;margin-top:4px;font-size:clamp(20px,1.8vw,24px);line-height:1.05;letter-spacing:0;overflow-wrap:normal}.metric-card em{grid-column:2;justify-self:start;margin-top:-8px;font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.metric-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px}.good{color:var(--good)}.warn{color:var(--warn)}.bad{color:var(--bad)}.metric-icon.good{background:var(--good-bg)}.metric-icon.warn{background:var(--warn-bg)}.metric-icon.bad{background:var(--bad-bg)}.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.split-grid.wide-left{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.panel{min-width:0;padding:16px}.panel-header{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:14px}.panel h3{margin:0;font-size:16px}.panel-action{min-height:32px;padding:0 9px;color:var(--muted);background:var(--surface-2);font-size:12px}.sparkline{height:260px;display:flex;align-items:end;gap:8px;padding:16px;border-radius:8px;background:var(--surface-2)}.sparkline span{flex:1;min-width:8px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,var(--primary),color-mix(in srgb,var(--primary) 35%,transparent))}.legend-row{flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:13px;font-weight:750}.dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:currentColor}.resource-list{display:grid;gap:14px}.progress-row{display:grid;gap:8px}.progress-row>div{display:flex;justify-content:space-between;gap:12px}.progress-mini{min-width:130px;height:12px;position:relative;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--line) 70%,transparent)}.progress-mini span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--good))}.progress-mini em{position:absolute;right:0;top:16px;color:var(--muted);font-size:12px;font-style:normal}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px}.toolbar h2{font-size:24px}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.select-control,.form-grid input,.form-grid select{min-height:40px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--text);background:var(--surface)}.card-grid{display:grid;gap:14px}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.productivity-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.action-card{min-height:118px;display:grid;align-content:start;gap:10px;padding:16px}.action-card svg{color:var(--primary)}.table-shell{display:grid;gap:10px}.table-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.table-tools label{min-width:min(280px,100%);min-height:38px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--surface-2)}.table-tools input{min-width:0;flex:1;border:0;outline:0;color:var(--text);background:transparent}.table-tools button,.table-footer button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--surface);font-weight:850}.responsive-table{width:100%;overflow-x:auto;border-radius:8px;border:1px solid var(--line)}.responsive-table table{width:100%;min-width:720px;border-collapse:collapse;background:var(--surface)}th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{position:sticky;top:0;z-index:1;color:var(--muted);background:var(--surface-2);font-size:12px;letter-spacing:.04em;text-transform:uppercase}td strong{display:block;overflow-wrap:anywhere}.compact th,.compact td{padding:9px 12px}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px;font-weight:800}.table-footer div{display:flex;align-items:center;gap:8px}.status-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.status-pill.good{color:var(--good);background:var(--good-bg)}.status-pill.warn{color:var(--warn);background:var(--warn-bg)}.status-pill.bad{color:var(--bad);background:var(--bad-bg)}.alert-stack{display:grid;gap:10px}.alert-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;padding:13px;border-radius:8px;background:var(--surface-2)}.alert-card strong{display:block;margin-bottom:3px}.alert-card span{display:block;line-height:1.35}.alert-card.good{border:1px solid color-mix(in srgb,var(--good) 24%,transparent)}.alert-card.warn{border:1px solid color-mix(in srgb,var(--warn) 32%,transparent)}.signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.signal-card{min-width:0;display:grid;gap:6px;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.signal-card span{color:var(--muted);font-size:12px;font-weight:850}.signal-card strong{font-size:22px;line-height:1}.signal-card.good{border-color:color-mix(in srgb,var(--good) 26%,var(--line))}.signal-card.warn{border-color:color-mix(in srgb,var(--warn) 34%,var(--line))}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:850}.field-hint{font-size:12px;line-height:1.35}.field-hint.good{color:var(--good)}.field-hint.bad{color:var(--bad)}.upload-grid,.state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.drop-zone,.image-preview,.empty-state,.toast-card,.confirm-card,.progress-state,.skeleton-card{min-width:0;min-height:118px;display:grid;gap:8px;align-content:center;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.drop-zone{place-items:center;border-style:dashed;text-align:center}.drop-zone span,.image-preview span,.empty-state span,.toast-card span,.confirm-card span{color:var(--muted);font-size:13px;line-height:1.35}.image-preview strong,.image-preview span,.toast-card strong,.toast-card span,.empty-state strong,.empty-state span,.confirm-card strong,.confirm-card span{display:block}.image-preview,.toast-card{grid-template-columns:auto minmax(0,1fr);align-items:center;align-content:center}.state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skeleton-card i{height:14px;border-radius:999px;background:linear-gradient(90deg,var(--line),var(--surface),var(--line));background-size:240% 100%;animation:shimmer 1.6s linear infinite}.skeleton-card i:first-child{width:48%;height:22px}.skeleton-card i:nth-child(2){width:86%}.skeleton-card i:nth-child(3){width:64%}.empty-state{justify-items:start}.toast-card.success{border-color:color-mix(in srgb,var(--good) 30%,var(--line))}.toast-card.error{border-color:color-mix(in srgb,var(--bad) 30%,var(--line))}.confirm-card .secondary-button{width:fit-content;min-height:34px}.progress-state .progress-mini{width:100%;min-width:0}@keyframes shimmer{to{background-position:-240% 0}}.auth-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.auth-screen{min-height:100vh;grid-template-columns:1fr}.auth-page{width:min(560px,calc(100vw - 32px));margin:auto;padding:48px 0}.auth-entry{width:100%;padding:26px}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.segmented button{min-height:38px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:850;cursor:pointer}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft)}.form-error{min-height:40px;display:flex;align-items:center;padding:10px 12px;border:1px solid color-mix(in srgb,var(--bad) 34%,var(--line));border-radius:8px;color:var(--bad);background:color-mix(in srgb,var(--bad) 8%,var(--surface));font-weight:850;overflow-wrap:anywhere;line-height:1.35}.auth-card{min-width:0;display:grid;gap:18px;align-content:start;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.auth-card h3{margin:0;font-size:22px}.auth-form{display:grid;gap:12px}.auth-form label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:850}.auth-form input,.auth-form select{min-width:0;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--text);background:var(--surface-2)}.strength-meter{height:12px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--line) 70%,transparent)}.strength-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--warn),var(--good))}.toggle-list{display:grid;gap:10px}.toggle-row{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);font-weight:800}.switch{width:46px;height:26px;flex:0 0 auto;padding:3px;border-radius:999px;background:color-mix(in srgb,var(--muted) 35%,transparent)}.switch i{display:block;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .18s ease}.switch.on{background:var(--primary)}.switch.on i{transform:translate(20px)}.mfa-box{display:grid;justify-items:center;gap:18px;padding:10px 0 2px}.qr-code{width:min(220px,72vw);aspect-ratio:1;border:10px solid var(--surface);border-radius:8px;background:linear-gradient(90deg,var(--text) 14px,transparent 14px) 12px 12px / 42px 42px,linear-gradient(var(--text) 14px,transparent 14px) 12px 12px / 42px 42px,var(--surface-2);box-shadow:inset 0 0 0 1px var(--line)}.otp-row{display:grid;grid-template-columns:repeat(6,42px);gap:8px}.otp-row input{min-width:0;height:46px;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--surface-2);text-align:center;font-size:20px;font-weight:900}.tenant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tenant-card{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.tenant-card strong,.tenant-card span{display:block;overflow-wrap:anywhere}.tenant-card span,.tenant-card p,.profile-card p{color:var(--muted)}.tenant-card p{margin:6px 0 0;font-size:13px;font-weight:800}.profile-card{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.avatar{width:58px;height:58px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(135deg,#0f8a5f,var(--primary));font-weight:950}.profile-card h3,.profile-card p{margin:0 0 4px}.mobile-only,.mobile-bar,.mobile-fab,.drawer-backdrop{display:none}.command-backdrop,.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0206176b}.command-panel{width:min(640px,calc(100vw - 28px));margin:9vh auto 0;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.command-input{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-bottom:1px solid var(--line)}.command-input input{min-height:42px;border:0;outline:0;color:var(--text);background:transparent}.command-list{max-height:420px;overflow:auto;padding:8px}.command-list button{width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:8px;color:var(--text);background:transparent;text-align:left}.command-list button:hover{background:var(--surface-2)}.command-help{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-top:1px solid var(--line);color:var(--muted);background:var(--surface-2);font-size:12px;font-weight:800}@media(max-width:1320px){.metric-grid,.productivity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.app,.app.is-collapsed{height:100vh;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.app-main{min-height:0;height:auto;overflow:hidden;grid-template-rows:auto minmax(0,1fr)}.content{min-height:0;height:100%;overflow:auto}.sidebar,.desktop-only{display:none}.mobile-only{display:grid}.topbar{grid-template-columns:minmax(0,1fr) auto}.search-trigger,.topbar-actions .primary-button span,.theme-button span{display:none}.content-inner{padding:16px 16px 20px}.hero-panel,.toolbar,.split-grid,.split-grid.wide-left{grid-template-columns:1fr}.toolbar{align-items:stretch}.toolbar-actions{justify-content:flex-start}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three,.card-grid.four,.form-grid,.auth-flow-grid,.tenant-grid,.signal-grid,.productivity-grid,.upload-grid,.state-grid{grid-template-columns:1fr}.mobile-bar{position:static;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:0 10px 10px;padding:7px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.mobile-bar button{min-width:0;min-height:48px;display:grid;place-items:center;gap:3px;border-radius:8px;color:var(--muted);background:transparent;font-size:11px;font-weight:850}.mobile-bar button.active{color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.mobile-fab{position:fixed;right:18px;bottom:88px;z-index:60;width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--primary-strong);border-radius:50%;color:#fff;background:var(--primary-strong);box-shadow:var(--shadow)}.drawer-backdrop{display:block}.mobile-drawer{width:min(340px,88vw);height:100%;padding:16px;overflow-y:auto;background:var(--surface);box-shadow:var(--shadow)}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}}@media(max-width:640px){.topbar{min-height:64px;padding:10px 12px;gap:10px}.topbar h1{font-size:17px}.topbar-actions{gap:6px}.topbar-actions .icon-button:nth-child(2){display:none}.hero-panel,.toolbar,.panel{padding:14px}.hero-panel h2{font-size:24px}.metric-grid{grid-template-columns:1fr}.sparkline{height:180px;gap:5px;padding:10px}.responsive-table{border:0;overflow:visible}.responsive-table table,.responsive-table thead,.responsive-table tbody,.responsive-table tr,.responsive-table th,.responsive-table td{display:block;min-width:0;width:100%}.responsive-table thead{display:none}.responsive-table tr{margin-bottom:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.responsive-table td{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.responsive-table td:last-child{border-bottom:0}.table-tools label,.table-tools button{flex:1 1 150px}.table-footer{align-items:stretch;flex-direction:column}.table-footer div{justify-content:space-between}.progress-mini{min-width:96px}.hero-actions,.toolbar-actions{width:100%}.hero-actions button,.toolbar-actions button,.toolbar-actions select{flex:1 1 150px}.tenant-card{grid-template-columns:auto minmax(0,1fr)}.tenant-card .status-pill{grid-column:1 / -1;width:fit-content}.otp-row{grid-template-columns:repeat(6,minmax(0,1fr));width:100%}.otp-row input{height:42px}}@layer legacy-mailbox{.mailbox-app{min-height:100vh;display:grid;grid-template-columns:86px 330px minmax(0,1fr) 64px;background:#f3f7fd;color:#2b2f36;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mailbox-app.sidebar-hidden{grid-template-columns:86px minmax(0,1fr) 64px}.mail-rail{display:grid;align-content:start;gap:18px;padding:18px 10px;background:#e9f1fb}.mail-rail-button{min-height:44px;display:grid;place-items:center;gap:4px;border-radius:22px;color:#2f3b4b;background:transparent;font-weight:800}.mail-rail-button span{font-size:13px}.mail-rail-button.active{color:var(--primary);background:#d6e7ff}.mail-sidebar{min-width:0;padding:14px 10px;background:#f8fbff}.mail-brand{height:48px;display:flex;align-items:center;gap:12px;padding:0 14px;font-size:24px}.compose-button{width:190px;min-height:76px;margin:18px 0 20px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:18px;color:#102a43;background:#bfe4ff;font-size:18px;font-weight:850;box-shadow:0 1px 2px #0f172a14}.mail-folder-list,.mail-labels{display:grid;gap:4px}.mail-folder-list button,.mail-labels button{min-height:40px;display:flex;align-items:center;gap:16px;padding:0 18px;border-radius:22px;color:#3f4754;background:transparent;text-align:left;font-weight:760}.mail-folder-list button.active{color:#0b2d5c;background:#d4e4ff}.mail-labels{margin-top:30px;padding:0 18px}.mail-labels>div{height:38px;display:flex;align-items:center;justify-content:space-between;font-size:20px}.mail-labels>div button{min-height:32px;width:32px;padding:0;justify-content:center}.label-dot{width:18px;height:14px;border-radius:4px;background:#5f6368}.mail-main{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.mail-topbar{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px;padding:8px 14px}.mail-search{min-width:0;width:100%;height:56px;display:flex;align-items:center;gap:18px;padding:0 24px;border-radius:28px;background:#e9eef7;color:#4b5563}.mail-search input{min-width:0;flex:1;border:0;background:transparent;color:#1f2937;font-size:18px}.mail-search button{width:38px;min-height:38px;display:grid;place-items:center;border-radius:8px;color:#334155;background:transparent}.mail-search button:hover:not(:disabled),.mail-search.is-focused button{color:var(--primary);background:#e8f0fe}.mail-top-actions{min-width:0;display:flex;justify-content:flex-end;align-items:center;gap:8px;color:#1f2937;font-weight:850;overflow-x:auto;padding-bottom:2px}.presence-control{min-width:max-content!important;display:inline-flex!important;align-items:center;gap:8px;padding:0 10px!important;border-radius:8px!important;color:#1f2937!important;background:transparent!important;font-weight:850}.presence-control:hover{background:#e4ecf7!important}.mail-top-actions button,.mail-toolbar button,.mail-side-tools button,.preview-header button{min-height:40px;min-width:40px;display:grid;place-items:center;border-radius:20px;color:#374151;background:transparent}.mail-top-actions button:hover,.mail-toolbar button:hover,.mail-side-tools button:hover{background:#e4ecf7}.presence-dot{width:15px;height:15px;border-radius:999px;background:#16a34a}.admin-link{padding:0 18px;background:#d9e8ff!important;color:#0b2d5c!important;font-weight:900}.profile-chip{color:#fff!important;background:#7651c9!important;font-weight:900}.mail-workspace{min-height:0;display:grid;grid-template-rows:62px minmax(0,1fr) auto;border-radius:20px 20px 0 0;background:#f9fbff;overflow:hidden}.mail-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #dde5ef;background:#fff}.mail-toolbar>div,.mail-range{display:flex;align-items:center;gap:12px}.mail-range{color:#5f6368;font-weight:700}.mail-content-grid{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(440px,1fr) minmax(320px,560px)}.message-list{min-width:0;overflow:auto;background:#edf4ff}.message-row{width:100%;min-height:54px;display:grid;grid-template-columns:76px minmax(150px,240px) minmax(0,1fr) 82px;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid #dbe5f1;color:#3b3f46;background:#edf4ff;text-align:left}.message-row:hover,.message-row.active{background:#fff}.message-row.unread strong,.message-row.unread span{font-weight:900;color:#111827}.message-row>span:first-child{display:flex;align-items:center;gap:12px;color:#9aa4b2}.message-row>span:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-row em{color:#5f6368;font-style:normal;text-align:right}.message-row .starred{color:#f7b500;fill:#f7b500}.message-preview{min-width:0;overflow:auto;padding:24px;border-left:1px solid #dbe5f1;background:#fff}.preview-header{display:flex;align-items:start;justify-content:space-between;gap:18px}.preview-header h2{margin:0 0 16px;font-size:24px;letter-spacing:0}.message-preview p{margin:7px 0;color:#4b5563}.message-body{margin-top:22px;padding:18px 0;color:#1f2937;line-height:1.65;white-space:pre-wrap}.message-empty,.mail-empty-setup{color:#5f6368}.message-empty{padding:30px;font-weight:750}.mail-empty-setup{width:min(680px,calc(100% - 32px));margin:60px auto;display:grid;gap:18px;padding:34px;border:1px solid #dbe5f1;border-radius:18px;background:#fff;box-shadow:0 18px 48px #0f172a14}.mail-empty-setup h1{margin:0;color:#111827;font-size:32px}.mail-empty-setup label{display:grid;gap:8px;color:#4b5563;font-weight:850}.mail-empty-setup input{min-height:46px;border:1px solid #cfd9e7;border-radius:8px;padding:0 12px;background:#fff;color:#111827}.mail-side-tools{display:grid;align-content:start;justify-items:center;gap:18px;padding:90px 10px 0;background:#f8fbff}.mail-side-tools button:first-child{color:#fff;background:#4285f4;font-size:12px;font-weight:900}.mail-utility-panel{position:fixed;top:88px;right:78px;z-index:45;width:min(360px,calc(100vw - 28px));max-height:calc(100vh - 120px);display:grid;grid-template-rows:50px minmax(0,1fr);border:1px solid #dbe5f1;border-radius:16px;background:#fff;box-shadow:0 18px 60px #0f172a2e;overflow:hidden}.mail-utility-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-bottom:1px solid #e5edf6}.mail-utility-panel header button{min-height:34px;width:34px;display:grid;place-items:center;border-radius:18px;background:transparent;color:#374151}.utility-list{min-height:0;display:grid;align-content:start;gap:10px;padding:14px;overflow:auto}.utility-list .primary-button{width:100%;min-height:40px}.utility-item{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #e1e9f4;border-radius:10px;background:#f8fbff}.utility-item svg{color:var(--primary)}.utility-item strong,.utility-item span{display:block;overflow-wrap:anywhere}.utility-item span{margin-top:3px;color:#5f6368;font-size:13px;line-height:1.35}.compose-window{position:fixed;right:86px;bottom:0;z-index:50;width:min(580px,calc(100vw - 28px));display:grid;grid-template-rows:46px 44px 44px 260px 58px;border-radius:14px 14px 0 0;background:#fff;box-shadow:0 18px 60px #0f172a3d;overflow:hidden}.compose-window header,.compose-window footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px}.compose-window header{color:#fff;background:#1f2937}.compose-window header button{min-height:32px;width:32px;display:grid;place-items:center;color:#fff;background:transparent}.compose-window input,.compose-window textarea{border:0;border-bottom:1px solid #e5e7eb;padding:0 14px;color:#111827;background:#fff}.compose-window textarea{resize:none;padding-top:14px}.compose-window footer{justify-content:flex-start}@media(max-width:1180px){.mailbox-app{grid-template-columns:72px 250px minmax(0,1fr)}.mail-side-tools{display:none}.mail-utility-panel{right:14px}.mail-content-grid{grid-template-columns:1fr}.message-preview{display:none}}@media(max-width:760px){.mailbox-app{grid-template-columns:1fr}.mail-rail,.mail-sidebar{display:none}.mail-topbar{grid-template-columns:1fr;height:auto;padding:12px}.mail-top-actions{justify-content:flex-start;overflow-x:auto}.mail-workspace{border-radius:0}.message-row{grid-template-columns:56px minmax(0,1fr) 64px}.message-row strong{display:none}}.mailbox-app{grid-template-columns:74px 292px minmax(0,1fr) 56px;background:#eef4fb;color:#172033}.mail-rail{border-right:1px solid #d8e4f0;background:#e5eef8}.mail-rail-button{border-radius:8px}.mail-rail-button.active{color:#0f4fb8;background:#d7e8ff}.mail-sidebar{padding:16px 12px;border-right:1px solid #d8e4f0;background:#f8fbff}.mail-brand{height:54px;padding:0 10px;font-size:22px}.mail-brand div:last-child{min-width:0}.mail-brand span{display:block;max-width:210px;overflow:hidden;color:#667085;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.mailbox-auth-brand .brand-mark,.mail-brand .brand-mark{background:linear-gradient(135deg,var(--primary),var(--primary-strong))}.compose-button{width:100%;min-height:58px;border-radius:8px;color:#082f49;background:#c8e7ff;box-shadow:none}.mail-folder-list button,.mail-labels button{border-radius:8px;padding:0 14px}.mail-folder-list button.active{color:#0f376f;background:#dbeafe;box-shadow:inset 3px 0 0 var(--primary)}.mail-main{grid-template-rows:auto minmax(0,1fr)}.mail-topbar{padding:8px 14px;border-bottom:1px solid #d8e4f0;background:#f8fbff}.mail-search{height:48px;border:1px solid #d4deea;border-radius:8px;background:#fff;min-width:280px}.mail-search input{font-size:16px}.admin-link{min-width:128px!important;border-radius:8px!important}.profile-chip{border-radius:8px!important;background:#334155!important}.mail-workspace{margin:14px 14px 0;border:1px solid #d8e4f0;border-radius:8px 8px 0 0;background:#fff}.mail-toolbar{background:#fff;position:relative}.message-list{background:#f5f8fc}.message-row{min-height:58px;background:#f5f8fc}.message-row:hover,.message-row.active{background:#fff;box-shadow:inset 3px 0 0 var(--primary)}.mail-empty-setup{width:min(780px,calc(100% - 40px));margin:38px auto;padding:28px;border-radius:8px;box-shadow:0 18px 38px #0f172a12}.mail-empty-setup h1{font-size:30px}.mail-empty-setup input,.mail-empty-setup .primary-button{min-height:52px}.compose-window{border:1px solid #d8e4f0;border-radius:8px 8px 0 0}.language-switcher{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--surface);font-weight:800;white-space:nowrap}.language-switcher select{min-height:32px;border:0;color:inherit;background:transparent;font-weight:800;cursor:pointer}@media(max-width:1180px){.mailbox-app{grid-template-columns:64px 248px minmax(0,1fr)}.mail-workspace{margin-right:12px}}@media(max-width:760px){.mailbox-app{grid-template-columns:1fr}.mail-workspace{margin:0;border:0}.mail-main{grid-template-rows:auto minmax(0,1fr)}.mail-topbar{grid-template-columns:1fr;gap:8px;align-items:stretch}.mail-top-actions{min-height:44px;padding-bottom:4px;overflow-x:auto}.mail-top-actions .presence-dot,.mail-top-actions>button[title="Smart assist"]{display:none}.admin-link{min-width:116px!important}.mail-empty-setup{width:calc(100% - 24px);margin:18px auto;padding:20px}}.spin-icon{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mailbox-app button:disabled{cursor:progress;opacity:.72}.mail-folder-list button,.mail-labels button,.mail-toolbar button,.mail-side-tools button,.compose-window button{transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease}.mail-folder-list button:hover,.mail-labels button:hover,.mail-toolbar button:hover,.mail-side-tools button:hover{transform:translateY(-1px)}.mail-workspace{min-height:calc(100vh - 88px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.mail-content-grid{min-height:0;height:100%}.message-list{position:relative;min-height:0;overflow-y:auto;transition:opacity .18s ease,background .18s ease}.message-list.is-loading .message-row{opacity:.32;pointer-events:none}.mail-loading-state,.mail-progress,.message-empty{color:#475569}.mail-loading-state{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-content:center;justify-items:center;gap:8px;padding:24px;background:color-mix(in srgb,#f8fbff 86%,transparent);text-align:center}.mail-loading-state strong,.message-empty strong{color:#172033;font-size:16px}.mail-loading-state span,.message-empty span{max-width:360px;color:#667085;font-size:13px;line-height:1.45}.mail-progress{min-height:42px;display:inline-flex;align-items:center;gap:8px;margin:10px 16px;padding:0 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;font-weight:850}.message-empty{min-height:220px;display:grid;place-content:center;justify-items:center;gap:9px;padding:28px;text-align:center}.message-preview .message-empty{height:100%}.mail-range{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.mail-range span{min-width:88px;text-align:right}.mail-range button{width:34px;min-height:34px;display:grid;place-items:center;border:1px solid #d8e4f0;border-radius:8px;background:#fff;color:#475569}.mail-range button:disabled{cursor:not-allowed;opacity:.45}.mail-toolbar button.is-active{color:var(--primary-strong);border-color:#bfdbfe;background:#eff6ff}.bulk-action-menu{position:relative;display:inline-flex}.bulk-menu-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:15;min-width:184px;display:grid;gap:4px;padding:7px;border:1px solid #d8e4f0;border-radius:8px;background:#fff;box-shadow:0 18px 44px #0f172a24}.bulk-menu-panel button{width:100%;min-height:38px;justify-content:flex-start;gap:9px;padding:0 10px;border:0;background:transparent;color:#172033;font-weight:850;text-align:left}.bulk-menu-panel button:hover{background:#f1f5f9;transform:none}.mail-top-actions{min-width:0}.mail-top-actions>button,.mail-top-actions .language-switcher{flex:0 0 auto}.mail-top-actions .admin-link{line-height:1.05}.preview-header button{width:38px;min-height:38px;display:grid;place-items:center;border:1px solid #d8e4f0;border-radius:8px;background:#fff}.form-error{margin:10px 16px}.mail-workspace>.field-hint.good{margin:10px 16px;font-weight:850}.mailbox-app button,.mailbox-app input,.mailbox-app textarea,.message-row,.mail-utility-panel,.compose-window{transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease,opacity .16s ease}.mail-folder-list button:hover:not(:disabled),.mail-labels button:hover:not(:disabled),.mail-toolbar button:hover:not(:disabled),.mail-side-tools button:hover:not(:disabled),.mail-top-actions button:hover:not(:disabled),.compose-window button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.mail-folder-list button:active:not(:disabled),.mail-labels button:active:not(:disabled),.mail-toolbar button:active:not(:disabled),.mail-side-tools button:active:not(:disabled),.mail-top-actions button:active:not(:disabled),.compose-window button:active:not(:disabled){transform:translateY(0);box-shadow:none}.mail-folder-list button.active{position:relative;border-color:#a7c7ff;box-shadow:inset 3px 0 0 var(--primary),0 10px 26px #2563eb14}.mail-workspace{animation:mailViewIn .22s ease-out both}.message-list.is-loading{position:relative}.message-list.is-loading:after{content:"";position:absolute;left:18px;right:18px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--primary),#0f8a5f,transparent);background-size:220% 100%;animation:mailProgressSweep .9s linear infinite}.message-row{border-left:3px solid transparent}.message-row.active{border-left-color:var(--primary);box-shadow:inset 0 0 0 1px #bfdbfe}.message-row:hover{transform:translate(2px)}.message-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.mail-search:focus-within,.compose-window input:focus,.compose-window textarea:focus,.mail-empty-setup input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb24}.admin-link{min-width:132px;white-space:nowrap;text-align:center}.compose-window,.mail-utility-panel{animation:mailPanelIn .2s ease-out both}@keyframes mailViewIn{0%{opacity:.72;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes mailPanelIn{0%{opacity:.7;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.mailbox-app{grid-template-columns:74px 292px minmax(0,1fr) 58px;background:#eef4fb;color:#172033}.mailbox-app.sidebar-hidden{grid-template-columns:74px minmax(0,1fr) 58px}.mail-rail{border-right:1px solid #d8e4f0;background:#e7f0fa}.mail-sidebar{border-right:1px solid #d8e4f0;background:#f8fbff}.mail-brand{height:auto;min-height:56px;padding:8px 16px;font-size:18px}.mail-brand strong{line-height:1.1}.mail-brand span{max-width:190px;overflow:hidden;display:block;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.compose-button{width:calc(100% - 20px);min-height:58px;margin:12px 10px 18px;border-radius:8px;background:#bfdbfe;color:#0f376f;font-size:17px}.mail-folder-list,.mail-labels{padding:0 10px}.mail-folder-list button,.mail-labels button{min-height:44px;border:1px solid transparent;border-radius:8px;padding:0 12px;gap:12px}.mail-labels{margin-top:24px}.mail-labels>div{padding:0 2px;font-size:16px}.mail-label-empty{min-height:40px;display:flex;align-items:center;gap:12px;padding:0 12px;color:#64748b;font-weight:800}.mail-topbar{position:sticky;top:0;z-index:8;gap:10px;padding:10px 16px;border-bottom:1px solid #d8e4f0;background:#f8fbfff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mail-search{height:48px;max-width:none;border:1px solid #d4deea;border-radius:8px;background:#fff}.mail-search button{border:1px solid transparent}.mail-top-actions{justify-content:flex-start;gap:8px;padding-bottom:0;scrollbar-width:thin}.mail-top-actions button,.mail-toolbar button,.mail-side-tools button,.preview-header button{border:1px solid #d8e4f0;border-radius:8px;background:#fff}.presence-control{border:1px solid #d8e4f0!important;background:#fff!important}.admin-link{min-width:126px;border-color:#bfdbfe!important}.mail-status-toast{position:fixed;right:76px;top:96px;z-index:35;max-width:min(520px,calc(100vw - 120px));min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#0f376f;box-shadow:0 18px 44px #0f172a1f;font-weight:850;animation:mailPanelIn .18s ease-out both}.mail-status-toast.good{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.mail-status-toast.bad{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.mail-workspace{border:1px solid #d8e4f0;border-top:0;border-radius:0;background:#fff}.mail-toolbar{min-height:58px;padding:0 18px}.message-list{background:#f8fbff}.message-row{min-height:56px;grid-template-columns:78px minmax(150px,220px) minmax(0,1fr) 76px;border-bottom:1px solid #e6eef7;background:#fff}.message-row.active{background:#eff6ff}.mail-side-tools{border-left:1px solid #d8e4f0;background:#f8fbff}.mail-utility-panel,.compose-window{border-radius:8px;box-shadow:0 24px 64px #0f172a2e}.mail-loading-state{margin:18px;border:1px solid #bfdbfe;background:#eff6ff}@media(min-width:1360px){.mail-topbar{grid-template-columns:minmax(360px,1fr) max-content;align-items:center}.mail-top-actions{justify-content:flex-end}}@media(max-width:760px){.mail-status-toast{left:12px;right:12px;top:78px;max-width:none}.message-row{grid-template-columns:54px minmax(0,1fr)}}.mailbox-app{--mail-line: #d8e4f0;--mail-muted: #64748b;--mail-panel: #ffffff;grid-template-columns:64px 288px minmax(0,1fr) 56px;min-height:100vh;height:100vh;overflow:hidden;background:#f6f9fc;color:#111827}.mailbox-app.sidebar-hidden{grid-template-columns:64px minmax(0,1fr) 56px}.mail-rail,.mail-sidebar,.mail-main,.mail-side-tools{min-height:0}.mail-rail{border-right:1px solid var(--mail-line);background:#eaf2fb}.mail-sidebar{overflow-y:auto;border-right:1px solid var(--mail-line);background:#f8fbff}.mail-brand{margin:12px 10px 8px;padding:8px 6px}.compose-button{width:calc(100% - 24px);margin:10px 12px 18px;border:1px solid #b7d7f5;background:#c7e6fb;box-shadow:none}.mail-folder-list button,.mail-labels button,.mail-label-empty{width:100%;justify-content:flex-start;border-radius:8px;font-size:14px;line-height:1.1}.mail-folder-list button.active{border-color:#8fb7f8;background:#dbeafe;box-shadow:inset 3px 0 0 var(--primary)}.mail-labels>div:first-child{margin-bottom:10px}.mail-main{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr)}.mail-topbar{position:sticky;top:0;z-index:12;display:grid;grid-template-columns:minmax(320px,1fr) max-content;align-items:center;min-height:72px;gap:14px;padding:12px 18px;border-bottom:1px solid var(--mail-line);background:#f8fbfff7}.mail-search{max-width:none;min-width:0;height:48px;border-radius:8px;background:#fff}.mail-search.is-focused{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f621}.mail-top-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:2px 0}@media(max-width:1080px){.mail-topbar{grid-template-columns:minmax(0,1fr)}.mail-search{width:100%}.mail-top-actions{justify-content:flex-start}}.mail-top-actions button,.mail-toolbar button,.mail-side-tools button,.preview-header button{min-height:40px;border:1px solid var(--mail-line);border-radius:8px;background:#fff;color:#263244}.mail-top-actions button:hover:not(:disabled),.mail-toolbar button:hover:not(:disabled),.mail-side-tools button:hover:not(:disabled),.preview-header button:hover:not(:disabled),.compose-button:hover:not(:disabled){border-color:#93c5fd;background:#f8fbff;transform:translateY(-1px)}.mailbox-app button:disabled{cursor:not-allowed;opacity:.58;transform:none}.presence-control,.admin-link,.profile-chip{white-space:nowrap}.mail-status-toast{top:86px;right:74px;border-radius:8px}.mail-workspace{position:relative;min-height:0;height:100%;margin:0 18px 18px;overflow:hidden;border:1px solid var(--mail-line);border-radius:8px;background:var(--mail-panel)}.mail-workspace:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .18s ease;background:linear-gradient(180deg,rgba(239,246,255,.38),transparent 160px)}.mail-content-grid{min-height:0;height:calc(100% - 58px);grid-template-columns:minmax(360px,.95fr) minmax(360px,1fr)}.message-list{position:relative;overflow-y:auto;background:#f8fbff}.message-list.is-loading{opacity:.78}.message-list.is-loading:before{content:"";position:sticky;top:0;z-index:2;display:block;height:3px;background:linear-gradient(90deg,transparent,var(--primary),#14b8a6,transparent);background-size:220% 100%;animation:mailProgressSweep .9s linear infinite}.mail-loading-state{margin:18px;border-radius:8px}.message-row{min-height:54px;grid-template-columns:72px minmax(140px,210px) minmax(0,1fr) 74px;gap:10px;padding:0 14px;border-bottom:1px solid #e6eef7;background:#fff;text-align:left}.message-row strong,.message-row span,.message-row em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-row.active{background:#eaf3ff}.message-empty{max-width:440px;margin:0 auto;padding:34px 22px;color:var(--mail-muted);text-align:center}.message-preview{min-width:0;overflow-y:auto;border-left:1px solid var(--mail-line);background:#fff}.mail-side-tools{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:90px;border-left:1px solid var(--mail-line);background:#f8fbff}.mail-utility-panel{top:88px;right:70px;width:min(390px,calc(100vw - 110px));max-height:calc(100vh - 110px);border-radius:8px;border:1px solid var(--mail-line)}.compose-window{right:72px;bottom:22px;width:min(520px,calc(100vw - 112px));border:1px solid var(--mail-line);border-radius:8px}.compose-window textarea{min-height:190px}@keyframes mailProgressSweep{to{background-position:-220% 0}}@media(max-width:1180px){.mailbox-app{grid-template-columns:58px 248px minmax(0,1fr) 52px}.mail-topbar{min-height:auto}.mail-content-grid{grid-template-columns:minmax(0,1fr)}.message-preview{display:none}}.mailbox-app .table-footer span{word-spacing:2px}.table-footer .count-summary{display:inline-flex;align-items:center;gap:4px;word-spacing:0}@media(max-width:760px){.mailbox-app,.mailbox-app.sidebar-hidden{grid-template-columns:56px minmax(0,1fr)}.mail-sidebar,.mail-side-tools{display:none}.mail-workspace{margin:0 10px 10px}.mail-topbar{padding:10px}.mail-status-toast{top:74px}.compose-window{left:10px;right:10px;width:auto}}.mailbox-app .compose-window{grid-template-rows:46px 44px 44px minmax(190px,1fr) auto 58px!important;max-height:min(760px,calc(100dvh - 28px))!important;overflow:hidden!important}.mailbox-app .compose-window textarea{min-height:160px!important}.mailbox-app .compose-attachments{min-height:54px!important;max-height:150px!important;overflow-y:auto!important;position:relative!important;z-index:2!important}.mailbox-app .compose-window footer{position:relative!important;z-index:1!important}.mailbox-app .compose-attachment-list span{max-width:min(100%,320px)!important}.mailbox-app .compose-attachment-list span>button{flex:0 0 auto!important;pointer-events:auto!important}.mailbox-app{grid-template-columns:56px 264px minmax(0,1fr) 52px;background:#f6f8fb}.mail-rail{background:#edf4fb}.mail-sidebar{background:#fbfdff;padding:18px 12px}.mail-brand{gap:10px;padding:4px 4px 14px}.mail-brand .brand-mark{width:40px;height:40px;border-radius:9px;font-weight:800}.mail-brand strong{font-size:16px;font-weight:750}.mail-brand span{max-width:176px;color:#667085;font-size:12px;font-weight:600}.compose-button{min-height:50px;margin:8px 2px 16px;border-radius:8px;background:#d8ecff;color:#10233f;font-size:15px;font-weight:750;box-shadow:0 8px 22px #2563eb14}.mail-folder-list,.mail-labels{gap:4px}.mail-folder-list button,.mail-labels button,.mail-label-empty{min-height:42px;border-radius:8px;color:#344054;font-size:14px;font-weight:650}.mail-folder-list button.active{color:#0f376f;background:#e7f1ff;box-shadow:inset 3px 0 0 var(--primary)}.mail-topbar{min-height:66px;grid-template-columns:minmax(440px,1fr) max-content;gap:12px;padding:9px 16px;background:#fafcfffa}.mail-search{height:46px;max-width:760px}.mail-search input{font-size:15px;font-weight:500}.mail-top-actions{gap:6px}.mail-top-actions button{min-height:38px;border-radius:8px;font-size:14px;font-weight:650}.presence-control{padding-inline:10px}.admin-link{min-width:112px;padding-inline:12px;background:#e7f1ff!important;color:#0f376f!important}.profile-chip{width:38px;min-width:38px;padding:0;color:#fff!important;background:#344054!important}.mail-workspace{margin:0 16px 16px;border-radius:8px;box-shadow:0 12px 30px #0f172a0a}.mail-toolbar{min-height:54px;background:#fff}.mail-content-grid{height:calc(100% - 54px);grid-template-columns:minmax(380px,.9fr) minmax(420px,1.1fr)}.message-row{min-height:50px;grid-template-columns:68px minmax(136px,190px) minmax(0,1fr) 70px;font-size:14px;font-weight:500;transition:background .14s ease,box-shadow .14s ease,transform .14s ease}.message-row:hover{position:relative;z-index:1;background:#f1f7ff;box-shadow:0 6px 18px #0f172a14;transform:translateY(-1px)}.message-row strong{font-weight:650}.message-row.unread strong,.message-row.unread span{font-weight:750}.message-empty{margin:36px auto;padding:24px;border:1px dashed #cdd8e7;border-radius:8px;background:#fff}.message-empty strong{color:#1f2937;font-size:15px;font-weight:700}.message-empty span{display:block;margin-top:6px;color:#667085;font-size:13px;font-weight:500;line-height:1.45}.mail-side-tools{padding-top:78px;background:#f8fbff}.mail-side-tools button{width:38px;min-height:38px}.mail-loading-state{display:grid;justify-items:center;gap:7px;color:#334155;background:#eff6ff;border:1px solid #bfdbfe}.mail-loading-state strong{font-size:14px;font-weight:750}.mail-loading-state span{color:#5f6b7a;font-size:13px}.mail-status-toast{max-width:min(520px,calc(100vw - 120px));font-size:13px;font-weight:650}.bulk-menu-panel button,.utility-list .primary-button,.compose-window .primary-button,.compose-window .secondary-button{font-weight:700}.table-footer .count-summary{display:inline-block;white-space:nowrap;word-spacing:normal;letter-spacing:0}@media(max-width:1320px){.mailbox-app{grid-template-columns:56px 244px minmax(0,1fr) 48px}.mail-topbar{grid-template-columns:minmax(0,1fr)}.mail-search{max-width:none}.mail-top-actions{justify-content:flex-start}}.mailbox-app{grid-template-columns:54px 246px minmax(0,1fr) 48px;background:#f4f7fb}.mail-sidebar{border-right:1px solid #dde6f1;box-shadow:10px 0 30px #0f172a06}.mail-brand span{max-width:150px}.compose-button{min-height:46px;background:#dff0ff;box-shadow:none}.mail-folder-list button,.mail-labels button,.mail-label-empty{min-height:38px}.mail-folder-list button.active{border:1px solid #b8cdf5;background:#eaf2ff}.mail-topbar{min-height:62px;grid-template-columns:minmax(280px,1fr) max-content;border-bottom-color:#dbe5f0}.mail-search{height:44px;max-width:none}.mail-top-actions button{min-height:36px}.mail-workspace{margin:0;border-width:0 0 0 1px;border-radius:0;box-shadow:none}.mail-toolbar{min-height:52px;padding-inline:14px;border-bottom:1px solid #dbe5f0}.mail-content-grid{height:calc(100% - 52px);grid-template-columns:minmax(380px,.86fr) minmax(440px,1.14fr)}.message-list{background:#f6f9fd}.message-empty{width:min(440px,calc(100% - 32px));margin:40px auto;border:0;background:transparent}.message-list .message-empty{min-height:180px;display:grid;align-content:center}.message-preview .message-empty{min-height:320px;display:grid;align-content:center;border-left:0}.message-empty svg{justify-self:center;width:24px;height:24px;color:#7c8ca3}.message-empty strong{margin-top:8px}.message-row{background:#fff;border-left:3px solid transparent}.message-row.active{border-left-color:var(--primary);background:#eef6ff}.mail-loading-state{min-height:132px;margin:16px;border:0;background:linear-gradient(180deg,#eef6ff,#f8fbff)}.mail-loading-state:after{content:"";width:min(260px,80%);height:8px;border-radius:999px;background:linear-gradient(90deg,#dbeafe,#bfdbfe,#dbeafe);background-size:220% 100%;animation:mailProgressSweep .9s linear infinite}.mail-side-tools{border-left-color:#dbe5f0}.mail-side-tools button{border-radius:8px}.mail-status-toast{border:1px solid #bfdbfe;box-shadow:0 16px 40px #0f172a1f}@media(max-width:1180px){.mail-topbar,.mail-content-grid{grid-template-columns:minmax(0,1fr)}}.table-footer{gap:10px}.table-pager-top{position:sticky;top:0;z-index:8;display:flex;justify-content:stretch;width:100%;margin-top:10px;padding:12px;border:2px solid #bfdbfe;border-radius:8px;background:#eef6ff}.table-pager-primary{position:relative;top:auto;z-index:1;margin-top:0;border-color:var(--primary);background:#dbeafe;box-shadow:0 10px 22px #2563eb1f}.table-pager-top .pager-controls{width:100%;margin-left:0;justify-content:flex-end}.pager-controls{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;margin-left:auto;color:#667085;font-size:13px;font-weight:650}.pager-kicker{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid #bfdbfe;border-radius:999px;background:#dbeafe;color:var(--primary-strong);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0}.pager-controls button{min-height:34px;display:inline-flex;align-items:center;gap:4px;padding:0 10px}.page-size-control{min-height:34px;display:inline-flex;align-items:center;gap:6px;color:#667085;font-size:13px;font-weight:650}.page-size-control select{min-height:32px;border:1px solid #dbe5f0;border-radius:8px;background:#fff;color:#344054;font-weight:700}.pager-page-label{white-space:nowrap;color:#344054}.pager-pages{display:inline-flex;align-items:center;gap:4px}.pager-pages button{min-width:32px;min-height:32px;justify-content:center;padding:0 8px}.pager-pages button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.mail-range{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;width:100%}.mail-range button{min-height:34px;min-width:34px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:1px solid #dbe5f0;border-radius:8px;background:#fff;color:#344054}.message-pager-strip{position:sticky;top:0;z-index:4;display:flex;justify-content:stretch;padding:12px 14px;border-bottom:2px solid #bfdbfe;background:#eef6fffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.message-list-footer{position:sticky;bottom:0;z-index:3;display:flex;justify-content:stretch;padding:12px 14px;border-top:2px solid #bfdbfe;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.utility-pager{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;padding:10px;border:1px solid #bfdbfe;border-radius:8px;background:#eef6ff;color:#667085;font-size:12px;font-weight:650}.utility-pager button{min-height:30px;display:inline-flex;align-items:center;gap:4px;padding:0 8px;border:1px solid #dbe5f0;border-radius:8px;background:#fff;color:#344054}.sidebar-pager{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:8px 0 12px;padding:8px;border:1px solid #bfdbfe;border-radius:8px;background:#eef6ff;color:#344054;font-size:11px;font-weight:750}.sidebar-pager button{min-height:28px;display:inline-flex;align-items:center;gap:3px;padding:0 7px;border:1px solid #dbe5f0;border-radius:8px;background:#fff;color:#344054}.sidebar-pager button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:760px){.pager-controls{width:100%;justify-content:space-between;margin-left:0}.table-pager-top,.message-pager-strip{justify-content:flex-start}.pager-pages{overflow-x:auto}.mail-range{justify-content:flex-start}}.mailbox-app{--mail-accent: #1f6feb;--mail-accent-soft: #e8f1ff;--mail-ink: #111827;--mail-muted: #667085;--mail-line: #d8e2f0;background:linear-gradient(180deg,#f7fbff,#eef4fb);color:var(--mail-ink)}.mailbox-app button,.mailbox-app input,.mailbox-app textarea,.mailbox-app select{letter-spacing:0}.mailbox-app button{transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .12s ease,color .16s ease}.mailbox-app button:hover:not(:disabled){box-shadow:0 10px 22px #0f172a14}.mailbox-app button:active:not(:disabled){transform:translateY(1px)}.mail-rail{background:#eaf3ff;border-right:1px solid var(--mail-line)}.mail-rail-button{border:1px solid transparent}.mail-rail-button.active{background:#dbeafe;border-color:#bfd7ff;color:#155bd5}.mail-sidebar{background:#ffffffd1;border-right:1px solid var(--mail-line);box-shadow:12px 0 28px #0f172a09}.mail-brand{align-items:center;padding:16px 14px 12px}.mail-brand strong{font-size:19px;line-height:1.1}.mail-brand span{max-width:250px;overflow:hidden;color:#667085;text-overflow:ellipsis;white-space:nowrap}.compose-button{min-height:54px;justify-content:center;border:1px solid #afd7f8;border-radius:8px;background:#c5e7ff;color:#102a43;box-shadow:0 12px 24px #1f6feb1f}.compose-button:hover:not(:disabled){background:#b4dcff}.mail-folder-list button,.mail-labels button{min-height:42px;border-radius:8px;color:#475467}.mail-folder-list button:hover:not(:disabled),.mail-labels button:hover:not(:disabled){background:#eef6ff;color:#111827}.mail-folder-list button.active{position:relative;background:#dbeafe;color:var(--primary-strong);box-shadow:inset 3px 0 #1f6feb}.mail-label-empty{color:#667085}.mail-main{background:transparent}.mail-topbar{min-height:72px;border-bottom:1px solid var(--mail-line);background:#ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mail-search{height:48px;border-color:#d8e2f0;background:#f8fbff;box-shadow:inset 0 1px #ffffffb3}.mail-search.is-focused{border-color:#8ab4f8;background:#fff;box-shadow:0 0 0 3px #1f6feb24}.mail-top-actions button,.mail-side-tools button{border:1px solid transparent}.presence-control,.admin-link{border-radius:8px}.admin-link{min-height:42px;padding-inline:18px;background:#dbeafe;color:#123a76;font-weight:850}.profile-chip{border-radius:8px;background:#26364d;color:#fff}.mail-status-toast{top:82px;right:80px;border-radius:8px;box-shadow:0 18px 46px #0f172a29}.mail-workspace{margin:20px;border:1px solid var(--mail-line);border-radius:8px;background:#fff;box-shadow:0 16px 40px #0f172a0f;overflow:hidden}.mail-toolbar{min-height:60px;border-bottom:1px solid var(--mail-line);background:#fff}.mail-toolbar>div:first-child button{min-width:36px;min-height:36px;border-radius:8px}.mail-toolbar button.is-active{background:#dbeafe;color:#1f6feb}.mail-content-grid{background:#f8fbff}.message-list{background:#f7faff}.message-pager-strip,.message-list-footer{border-color:#d8e2f0;background:#fffffff2}.message-row{min-height:72px;grid-template-columns:62px minmax(120px,220px) minmax(0,1fr) 72px;border-bottom:1px solid #e4ebf5;background:#fff;text-align:left}.message-row:hover{background:#f8fbff}.message-row.active{background:#eef6ff;box-shadow:inset 4px 0 #1f6feb}.message-row>strong{overflow:hidden;color:#1f2937;text-overflow:ellipsis;white-space:nowrap}.message-row-content{display:grid;min-width:0;gap:4px}.message-row-content b,.message-row-content small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-row-content b{color:#111827;font-size:14px;font-weight:780}.message-row-content small{color:#667085;font-size:12px;font-weight:650}.message-row.unread .message-row-content b{font-weight:900}.message-row em{color:#667085;font-size:12px}.message-preview{background:#fff}.preview-header{border-bottom:1px solid #e4ebf5}.preview-header h2{line-height:1.18}.message-body{max-width:900px;color:#344054;line-height:1.65}.message-empty,.mail-loading-state{min-height:220px;margin:18px;border:1px dashed #c7d7ea;border-radius:8px;background:#fff;color:#667085}.message-empty svg,.mail-loading-state svg{color:#1f6feb}.message-empty strong,.mail-loading-state strong{color:#111827}.message-empty .secondary-button{margin-top:12px;border-color:#c7d7ea;background:#f8fbff}.mail-utility-panel,.compose-window{border:1px solid #d8e2f0;border-radius:8px;box-shadow:0 24px 60px #0f172a2e}.compose-window header{background:#111827;color:#fff}.compose-window input,.compose-window textarea{border-bottom-color:#e4ebf5}.compose-window input:focus,.compose-window textarea:focus{background:#f8fbff}.pager-controls{color:#667085}.pager-controls button,.page-size-control select,.sidebar-pager button,.mail-range button,.utility-pager button{border-radius:8px}.pager-pages button.active{box-shadow:0 8px 16px #1f6feb2e}@media(max-width:1180px){.message-row{grid-template-columns:54px minmax(0,1fr) 70px}.message-row>strong{display:none}}@media(max-width:760px){.mail-workspace{margin:0;border-radius:0}.mail-status-toast{inset:auto 12px 12px 12px}.message-empty,.mail-loading-state{margin:12px}}.auth-screen{min-height:100vh;background:radial-gradient(circle at 50% 18%,rgba(31,111,235,.08),transparent 32%),linear-gradient(180deg,#f7fbff,#edf4fb)}.auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 18px}.auth-entry{width:min(100%,560px);padding:28px;border:1px solid #d8e2f0;border-radius:8px;background:#ffffffeb;box-shadow:0 28px 70px #0f172a1a}.auth-hero-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.auth-badge{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid #bfdbfe;border-radius:999px;background:#eef6ff;color:var(--primary-strong);font-size:12px;font-weight:850;white-space:nowrap}.auth-copy{margin:22px 0 14px}.auth-copy h1{margin:0;color:#111827;font-size:28px;line-height:1.12}.auth-copy p{margin:8px 0 0;color:#667085;font-size:15px;line-height:1.55}.auth-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.auth-benefits span{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid #e4ebf5;border-radius:999px;background:#f8fbff;color:#475467;font-size:12px;font-weight:800}.auth-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid #d8e2f0;border-radius:8px;background:#f3f7fc}.auth-mode-tabs button{min-width:0;min-height:42px;border:0;border-radius:6px;background:transparent;color:#667085;font:inherit;font-size:13px;font-weight:850;cursor:pointer}.auth-mode-tabs button:hover{background:#eef6ff;color:#1f6feb}.auth-mode-tabs button.active{background:#fff;color:#111827;box-shadow:0 10px 24px #0f172a14}.auth-form{gap:14px}.auth-form label{color:#475467}.auth-form input,.auth-form select{min-height:46px;border-color:#d8e2f0;border-radius:8px;background:#fbfdff}.auth-form input:focus,.auth-form select:focus{border-color:#8ab4f8;background:#fff;box-shadow:0 0 0 3px #1f6feb24}.password-field{position:relative;display:grid}.password-field input{width:100%;padding-right:48px}.password-field button{position:absolute;top:50%;right:7px;display:inline-grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#667085;transform:translateY(-50%)}.password-field button:hover{background:#eef6ff;color:#1f6feb;box-shadow:none}.mail-search .search-clear-button{color:#98a2b3}.mail-search .search-clear-button:hover:not(:disabled){background:#eef6ff;color:#1f6feb;box-shadow:none}.auth-form .primary-button{min-height:48px;border-radius:8px}.form-success{min-height:40px;display:flex;align-items:center;padding:10px 12px;border:1px solid #bbf7d0;border-radius:8px;color:#047857;background:#ecfdf5;font-size:13px;font-weight:850;line-height:1.35}.auth-note{margin:0;color:#667085;font-size:12px;font-weight:750;line-height:1.45;text-align:center}.language-switcher{border-radius:8px}.mailbox-app :focus-visible,.auth-screen :focus-visible{outline:3px solid rgba(31,111,235,.28);outline-offset:2px}.mailbox-app .message-list,.mailbox-app .message-preview,.mailbox-app .mail-sidebar{scrollbar-width:thin;scrollbar-color:#c7d7ea transparent}.mailbox-app .message-list::-webkit-scrollbar,.mailbox-app .message-preview::-webkit-scrollbar,.mailbox-app .mail-sidebar::-webkit-scrollbar{width:10px}.mailbox-app .message-list::-webkit-scrollbar-thumb,.mailbox-app .message-preview::-webkit-scrollbar-thumb,.mailbox-app .mail-sidebar::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#c7d7ea;background-clip:padding-box}.mail-side-tools{background:#ffffffb3;border-left:1px solid #d8e2f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mail-side-tools button:hover:not(:disabled){background:#eef6ff;color:#1f6feb}.mail-loading-state{animation:ui-fade-up .18s ease both}@keyframes ui-fade-up{0%{opacity:.7;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:620px){.auth-entry{padding:20px}.auth-hero-row{align-items:flex-start;flex-direction:column}.auth-copy h1{font-size:24px}}@media(prefers-reduced-motion:reduce){.mailbox-app *,.auth-screen *{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.mail-toolbar{grid-template-columns:max-content minmax(180px,1fr) max-content;gap:14px}.mail-toolbar-context{display:grid;min-width:0;gap:3px;padding-left:2px}.mail-toolbar-context strong{overflow:hidden;color:#111827;font-size:16px;line-height:1.15;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.mail-toolbar-context span{overflow:hidden;color:#667085;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.mailbox-app .brand-mark{border-radius:8px}.mail-labels{border-top:1px solid #e4ebf5;padding-top:18px}.message-row input[type=checkbox]{width:16px;height:16px;accent-color:#1f6feb}.message-row .starred{filter:drop-shadow(0 4px 8px rgba(247,181,0,.18))}.preview-header button,.mail-toolbar>div:first-child button,.mail-top-actions button{box-shadow:none}.message-preview p{display:flex;gap:8px;margin:10px 20px;color:#475467;overflow-wrap:anywhere}.message-preview p strong{min-width:44px;color:#111827}.mail-empty-setup{border:1px solid #d8e2f0;border-radius:8px;box-shadow:0 18px 48px #0f172a14}.bulk-menu-panel{border-radius:8px;border-color:#d8e2f0;box-shadow:0 18px 42px #0f172a29}.bulk-menu-panel button:hover{background:#eef6ff}.session-check-card{display:grid;gap:18px}.session-check-loader{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #d8e2f0;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff)}.session-check-loader svg{flex:0 0 auto;color:#1f6feb}.session-check-loader strong{display:block;color:#111827;font-size:15px;line-height:1.2}.session-check-loader span{display:block;margin-top:3px;color:#667085;font-size:13px;font-weight:750;line-height:1.35}.session-check-steps{display:flex;flex-wrap:wrap;gap:8px}.session-check-steps span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:6px 10px;border:1px solid #d8e2f0;border-radius:999px;background:#f8fbff;color:#475467;font-size:12px;font-weight:850}.session-check-steps svg{color:#1f6feb}.message-empty-actions{max-width:560px;margin:42px auto;border:1px solid #d8e2f0;background:linear-gradient(180deg,#fffffff5,#f8fbfff5),radial-gradient(circle at 50% 0%,rgba(31,111,235,.12),transparent 45%);box-shadow:0 18px 44px #0f172a12}.message-empty-actions>div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px}.message-empty-actions .primary-button,.message-empty-actions .secondary-button{width:auto;min-height:38px;padding:8px 12px}.message-empty-actions svg{color:#1f6feb}.mail-insight-strip{display:grid;grid-template-columns:minmax(180px,2fr) repeat(3,minmax(100px,1fr)) max-content;gap:10px;padding:12px;border-bottom:1px solid #d8e2f0;background:linear-gradient(180deg,#fff,#f8fbff)}.mail-insight-strip>div,.mail-insight-strip>button{min-width:0;min-height:52px;padding:9px 11px;border:1px solid #d8e2f0;border-radius:8px;background:#fff}.mail-insight-strip>div{display:grid;gap:3px}.mail-insight-strip span{color:#667085;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mail-insight-strip strong{overflow:hidden;color:#111827;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.mail-insight-strip>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#1f6feb;font-size:13px;font-weight:900}.mail-insight-strip>button:hover:not(:disabled){border-color:#bcd3f8;background:#eef6ff}@media(max-width:980px){.mail-insight-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.mail-insight-strip>button{grid-column:1 / -1}.mail-toolbar{grid-template-columns:1fr;align-items:stretch}.mail-toolbar>div:first-child,.mail-toolbar-context,.mail-range{width:100%}}@media(max-width:560px){.mail-insight-strip{grid-template-columns:1fr}}.mail-topbar{position:sticky;top:0;z-index:12;border-bottom:1px solid rgba(216,226,240,.9);background:#f8fbffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mail-sidebar{border-right:1px solid #d8e2f0;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mail-folder-list button{position:relative}.mail-folder-list button.active:before{position:absolute;left:8px;width:4px;height:22px;border-radius:999px;background:#1f6feb;content:""}.message-row{position:relative}.message-row.unread:before,.message-row.active:before{position:absolute;left:0;top:12px;bottom:12px;width:4px;border-radius:999px;content:""}.message-row.unread:before{background:#1f6feb}.message-row.active:before{background:#0f766e}.message-row:focus-visible,.mail-folder-list button:focus-visible,.mail-top-actions button:focus-visible,.mail-toolbar button:focus-visible,.mail-insight-strip button:focus-visible{outline:3px solid rgba(31,111,235,.26);outline-offset:-2px}.mail-search{box-shadow:inset 0 0 0 1px #d8e2f0e6}.mail-search.is-focused{background:#fff;box-shadow:0 0 0 3px #1f6feb24,inset 0 0 0 1px #9cc7f7}.mail-range,.sidebar-pager{color:#475467}.compose-window header div{display:grid;min-width:0;gap:2px}.compose-window header span{overflow:hidden;color:#667085;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.compose-window{border:1px solid #c7d7ea;box-shadow:0 28px 72px #0f172a38}.compose-window input,.compose-window textarea{font-size:14px}.compose-window input::placeholder,.compose-window textarea::placeholder{color:#98a2b3}.auth-context-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.auth-context-strip span{min-width:0;padding:9px 10px;border:1px solid #d8e2f0;border-radius:8px;background:#f8fbff;color:#475467;font-size:12px;font-weight:850;text-align:center}@media(max-width:620px){.auth-context-strip{grid-template-columns:1fr}}.mail-status-toast{border-radius:8px;box-shadow:0 14px 34px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mail-status-toast.good{border-color:#bbf7d0;background:#ecfdf5f5}.mail-status-toast.bad{border-color:#fecaca;background:#fff1f0f5}.mailbox-app button:disabled,.mailbox-app input:disabled,.mailbox-app textarea:disabled{cursor:not-allowed;filter:saturate(.72)}.mail-utility-panel{border-radius:8px;box-shadow:0 26px 70px #0f172a33}.mail-utility-panel header{background:linear-gradient(180deg,#fff,#f8fbff)}.utility-item{border-radius:8px}.auth-form input,.password-field{transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.auth-form input:focus,.password-field:focus-within{border-color:#9cc7f7;background:#fff;box-shadow:0 0 0 3px #1f6feb24}.compose-window{max-height:min(680px,calc(100dvh - 28px))}.compose-window textarea{min-height:220px}.mail-range{min-width:0}.mail-range .pager-pages{max-width:180px;overflow-x:auto;scrollbar-width:thin}.mail-range .pager-pages::-webkit-scrollbar{height:5px}.mail-range .pager-pages::-webkit-scrollbar-thumb{border-radius:999px;background:#c7d7ea}.message-list-footer{background:linear-gradient(180deg,#ffffffd1,#fff);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:760px){.compose-window{inset:auto 10px 10px 10px;width:auto;max-height:calc(100dvh - 20px)}.compose-window footer{grid-template-columns:1fr}.message-list-footer .pager-pages,.mail-toolbar .pager-pages{display:none}.mail-range{justify-content:space-between}}.mailbox-app{color:#121826}.mail-main{background:linear-gradient(180deg,#ffffffb8,#f8fbffe6),#f4f8fd}.mail-brand .brand-mark,.mailbox-auth-brand .brand-mark{box-shadow:0 10px 22px #1f6feb2e}.mail-topbar{box-shadow:0 10px 26px #0f172a0d}.mail-search{transition:box-shadow .16s ease,background .16s ease,transform .16s ease}.mail-search:focus-within{transform:translateY(-1px)}.mail-folder-list button,.mail-labels button,.mail-toolbar button,.mail-side-tools button,.mail-top-actions button,.compose-button,.mail-insight-strip>button{transition:transform .12s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.mail-folder-list button:hover:not(:disabled),.mail-labels button:hover:not(:disabled),.mail-toolbar button:hover:not(:disabled),.mail-side-tools button:hover:not(:disabled),.mail-top-actions button:hover:not(:disabled),.compose-button:hover:not(:disabled),.mail-insight-strip>button:hover:not(:disabled){transform:translateY(-1px)}.mail-folder-list button.active,.mail-toolbar button.is-active{box-shadow:inset 0 0 0 1px #1f6feb2e,0 8px 18px #1f6feb14}.mail-workspace{min-width:0}.mail-insight-strip{border:1px solid #d8e2f0;box-shadow:0 16px 42px #0f172a0d}.mail-insight-strip>div{min-width:0}.mail-insight-strip strong,.mail-brand span,.message-row strong,.message-row-content,.message-preview p,.compose-window header span{overflow-wrap:anywhere}.mail-toolbar,.message-list,.message-preview,.mail-empty-setup,.auth-card{box-shadow:0 18px 48px #0f172a0f}.message-list{min-width:0;border:1px solid #d8e2f0;background:#ffffffdb}.message-row{min-height:74px;transition:background .14s ease,transform .12s ease,box-shadow .14s ease}.message-row:hover{z-index:1;transform:translateY(-1px);box-shadow:0 12px 28px #0f172a12}.message-empty{border:1px dashed #c7d7ea;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff)}.mail-loading-state{z-index:3;border-color:#bfdbfe;background:#fffffff5;box-shadow:0 18px 44px #0f172a1f}.message-list.is-loading .message-row{pointer-events:none}.message-list.is-loading:before{opacity:.76}.mail-range,.utility-pager,.sidebar-pager,.table-pager-primary,.table-footer .pager-controls{border:1px solid #d8e2f0;background:#fff;box-shadow:0 10px 24px #0f172a0b}.mail-range{padding:8px;border-radius:8px}.pager-kicker{color:#1f6feb}.page-size-control select{min-height:32px}.pager-pages button.active{box-shadow:0 8px 18px #1f6feb2e}.table-empty-state{display:grid;justify-items:center;gap:8px;min-height:150px;padding:26px;color:#667085;text-align:center}.table-empty-state svg{color:#1f6feb}.table-empty-state strong{color:#111827;font-size:15px}.table-empty-state span{max-width:420px;font-size:13px;font-weight:750;line-height:1.45}.auth-page{align-items:center}.auth-card.auth-entry{width:min(720px,calc(100vw - 32px));border:1px solid #d8e2f0}.auth-copy h1{line-height:1.08}.form-error{max-height:220px;overflow:auto;font-size:13px;line-height:1.42}@media(max-width:980px){.mail-content-grid{grid-template-columns:minmax(0,1fr)}.message-preview{min-height:280px}}@media(max-width:720px){.mail-insight-strip{grid-template-columns:1fr}.mail-toolbar{gap:10px}.mail-range{width:100%}}.mailbox-app{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.mail-topbar{border-bottom-color:#c7d7ead1}.mail-toolbar{position:sticky;top:74px;z-index:9;border:1px solid rgba(216,226,240,.92);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.message-list-footer{position:sticky;bottom:0;z-index:5;border-top:1px solid #d8e2f0}.message-preview{position:sticky;top:150px;align-self:start;max-height:calc(100dvh - 172px);overflow:auto}.message-preview::-webkit-scrollbar,.responsive-table::-webkit-scrollbar,.pager-pages::-webkit-scrollbar{width:8px;height:8px}.message-preview::-webkit-scrollbar-thumb,.responsive-table::-webkit-scrollbar-thumb,.pager-pages::-webkit-scrollbar-thumb{border-radius:999px;background:#c7d7ea}.message-row:nth-child(2n){background:#f8fbffb8}.message-row.active{background:#eef6ff;box-shadow:inset 0 0 0 1px #1f6feb29}.message-row input[type=checkbox]{accent-color:#1f6feb}.preview-header{position:sticky;top:0;z-index:2;padding-bottom:10px;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.message-body{border:1px solid #d8e2f0;border-radius:8px;background:#fff}.mail-side-tools{border-left:1px solid #d8e2f0;background:#f8fbffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mail-status-toast{left:50%;max-width:min(720px,calc(100vw - 32px));transform:translate(-50%)}.compose-window{animation:compose-enter .16s ease-out}@keyframes compose-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.compose-window footer{border-top:1px solid #d8e2f0;background:#f8fbff}.table-pager-top.table-pager-primary{position:sticky;top:0;z-index:4;padding:6px 0;background:linear-gradient(180deg,#f8fbfffa,#f8fbffc7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.table-empty-action{width:fit-content;min-height:36px;margin-top:4px}.table-shell tbody tr{transition:background .14s ease,box-shadow .14s ease}.table-shell tbody tr:hover{background:#f8fbff;box-shadow:inset 4px 0 #1f6feb}.table-shell td,.table-shell th{vertical-align:top}.auth-benefits span,.auth-context-strip span{transition:transform .12s ease,border-color .14s ease,background .14s ease}.auth-benefits span:hover,.auth-context-strip span:hover{transform:translateY(-1px);border-color:#bfdbfe;background:#fff}@media(max-width:980px){.mail-toolbar{top:64px}.message-preview{position:static;max-height:none}}@media(prefers-reduced-motion:reduce){.mailbox-app *,.mailbox-app *:before,.mailbox-app *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.mail-live-chip,.admin-live-chip{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid #bbf7d0;border-radius:8px;background:#ecfdf5;color:#027a48;font-size:13px;font-weight:900;white-space:nowrap}.mail-live-chip span,.admin-live-chip span{width:8px;height:8px;border-radius:999px;background:#12b76a;box-shadow:0 0 0 4px #12b76a24}.mail-sidebar{box-shadow:10px 0 30px #0f172a09}.mail-brand{padding-bottom:12px;border-bottom:1px solid #e4edf8}.mail-folder-list{gap:4px}.mail-folder-list button[aria-current=page]{color:#084a9f}.mail-label-empty{border:1px dashed #c7d7ea;border-radius:8px;background:#f8fbff}.mail-insight-strip{background:linear-gradient(180deg,#fffffff0,#f8fbfff0),#fff}.mail-insight-strip>div{border-right:1px solid #e4edf8}.mail-insight-strip>div:last-of-type{border-right:0}.mail-toolbar>div:first-child{padding:4px;border:1px solid #e4edf8;border-radius:8px;background:#f8fbff}.message-list{overflow:hidden}.message-row{border-left:4px solid transparent}.message-row.unread{border-left-color:#1f6feb}.message-row.active{border-left-color:#0f766e}.message-row em{min-width:max-content;color:#667085;font-weight:800}.message-row-content small{color:#667085}.message-empty-actions div{flex-wrap:wrap}.mail-utility-panel{border-color:#c7d7ea}.utility-item{border:1px solid #e4edf8;background:#fff}.utility-item:hover{border-color:#bfdbfe;background:#f8fbff}.compose-window input:focus,.compose-window textarea:focus{border-color:#9cc7f7;box-shadow:inset 0 -1px #9cc7f7}@media(max-width:1120px){.mail-live-chip{display:none}}@media(max-width:720px){.mail-insight-strip>div{border-right:0;border-bottom:1px solid #e4edf8;padding-bottom:8px}}.mailbox-app table caption,.admin-console-app table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.message-row{grid-template-columns:auto 38px minmax(130px,.95fr) minmax(0,1.7fr) auto;column-gap:12px}.message-row-controls{display:inline-flex;align-items:center;gap:8px}.message-avatar{display:grid;place-items:center;width:38px;height:38px;border:1px solid #bfdbfe;border-radius:999px;background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:#084a9f;font-size:14px;font-weight:950;box-shadow:inset 0 1px #ffffffe6}.message-row.active .message-avatar{border-color:#99f6e4;background:linear-gradient(135deg,#ccfbf1,#dbeafe);color:#0b615a}.message-row strong{line-height:1.25}.message-row-content b{color:#101828}.message-row.unread .message-row-content b{font-weight:950}.table-shell table caption+thead th{box-shadow:inset 0 -1px #d8e2f0}.table-shell td:first-child strong,.admin-console-app td:first-child strong{display:inline-flex;align-items:center;min-height:30px;max-width:100%;padding:3px 9px;border:1px solid #e4edf8;border-radius:8px;background:#f8fbff;color:#101828}.table-shell tbody tr:hover td:first-child strong{border-color:#bfdbfe;background:#eef6ff}.pager-controls [aria-current=page]{transform:translateY(-1px)}.mail-empty-setup{border-left:4px solid #1f6feb}.mail-empty-setup input{background:#fff}.mail-side-tools button{position:relative}.mail-side-tools button:after{position:absolute;inset:auto 8px 6px 8px;height:2px;border-radius:999px;background:#1f6feb;opacity:0;content:"";transition:opacity .14s ease}.mail-side-tools button:hover:after{opacity:.7}@media(max-width:820px){.message-row{grid-template-columns:auto 34px minmax(0,1fr) auto}.message-avatar{width:34px;height:34px}.message-row>strong{grid-column:3 / 5}.message-row-content{grid-column:3 / 5}}.pager-kicker{display:none!important}.mailbox-app .message-list{max-height:calc(100dvh - 250px);overflow-y:auto!important;overflow-x:hidden;scrollbar-gutter:stable}.mailbox-app .message-list{max-height:clamp(360px,calc(100dvh - 292px),720px);overflow-y:scroll!important;border-right:1px solid #cbd5e1;background:linear-gradient(#fff 30%,#fff0),linear-gradient(#0f172a14,#0f172a00 20px) 0 100% / 100% 28px no-repeat,#fff}.mailbox-app .table-shell{min-width:0}.mailbox-app .responsive-table{max-height:clamp(340px,calc(100dvh - 365px),680px);overflow-x:auto!important;overflow-y:scroll!important;border-right:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1}.mailbox-app .responsive-table table{min-width:max(820px,100%)}.mailbox-app .message-list::-webkit-scrollbar,.mailbox-app .mail-sidebar::-webkit-scrollbar,.mailbox-app .message-preview::-webkit-scrollbar,.mailbox-app .responsive-table::-webkit-scrollbar{width:10px;height:10px}.mailbox-app .message-list::-webkit-scrollbar-thumb,.mailbox-app .mail-sidebar::-webkit-scrollbar-thumb,.mailbox-app .message-preview::-webkit-scrollbar-thumb,.mailbox-app .responsive-table::-webkit-scrollbar-thumb{border:2px solid #f8fbff;border-radius:999px;background:#98a2b3}.mailbox-app .message-list::-webkit-scrollbar-track,.mailbox-app .mail-sidebar::-webkit-scrollbar-track,.mailbox-app .message-preview::-webkit-scrollbar-track,.mailbox-app .responsive-table::-webkit-scrollbar-track{background:#eef6ff}.mailbox-app .mail-sidebar{overflow-y:auto;scrollbar-gutter:stable}.mailbox-app .responsive-table{overflow:auto!important;scrollbar-gutter:stable}@media(max-width:980px){.mailbox-app .message-list{max-height:none;overflow:visible!important}}.mailbox-app .bulk-menu-section{display:block;padding:.45rem .8rem .2rem;font-size:.72rem;font-weight:800;color:#64748b;letter-spacing:.08em;text-transform:uppercase}.mailbox-app .message-list{display:flex!important;flex-direction:column;height:clamp(420px,calc(100dvh - 292px),720px);max-height:clamp(420px,calc(100dvh - 292px),720px);overflow-y:auto!important}.mailbox-app .message-list>.message-row,.mailbox-app .message-list>.message-empty,.mailbox-app .message-list>.mail-loading-state{flex:0 0 auto}.mailbox-app .message-list>.message-empty,.mailbox-app .message-list>.mail-loading-state{min-height:260px;margin:14px 14px 92px}.mailbox-app .message-list>.message-empty-actions{padding-bottom:24px}.mailbox-app .message-empty-actions>div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%}.mailbox-app .message-list>.message-list-footer{position:sticky;bottom:0;flex:0 0 auto;margin-top:auto;box-shadow:0 -10px 22px #0f172a0a}.mailbox-app .mail-toolbar{min-height:72px;display:grid;grid-template-columns:auto minmax(180px,1fr);gap:14px;align-items:center;padding:12px 18px}.mailbox-app .mail-toolbar>div:first-child{display:inline-flex;align-items:center;gap:8px}.mailbox-app .mail-toolbar-context{min-width:0;display:grid;gap:2px}.mailbox-app .mail-toolbar-context strong,.mailbox-app .mail-toolbar-context span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mailbox-app .mail-range{min-width:0;width:auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;padding:6px;border:1px solid #d8e2f0;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0e}.mailbox-app .mail-range-count,.mailbox-app .mail-page-label{min-width:auto;padding:0 8px;color:#344054;font-size:13px;font-weight:850;text-align:left;white-space:nowrap}.mailbox-app .mail-page-size{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border-left:1px solid #e4ebf5;color:#667085;font-size:12px;font-weight:850}.mailbox-app .mail-page-size select{height:30px;min-width:58px;border:1px solid #d8e2f0;border-radius:8px;color:#172033;background:#f8fbff;font-weight:850}.mailbox-app .mail-range button{width:32px;min-width:32px;min-height:32px;display:grid;place-items:center;padding:0;border:1px solid #d8e2f0;border-radius:8px;background:#f8fbff;color:#344054}.mailbox-app .mail-range button:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff;color:var(--primary-strong)}.mailbox-app .mail-range button:disabled{opacity:.42;cursor:not-allowed}.mailbox-app .mail-range .pager-pages{display:inline-flex;gap:4px;max-width:132px;overflow-x:auto;scrollbar-width:thin}.mailbox-app .mail-range .pager-pages button{font-size:12px;font-weight:900}.mailbox-app .mail-range .pager-pages button.active,.mailbox-app .mail-range .pager-pages button[aria-current=page]{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 8px 16px #2563eb2e}.mailbox-app .message-list-footer{position:sticky;bottom:0;z-index:4;display:flex;justify-content:flex-end;padding:10px 14px;border-top:1px solid #dbe5f1;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mailbox-app .message-list-footer .mail-range{box-shadow:none}@media(max-width:1320px){.mailbox-app .mail-toolbar{grid-template-columns:1fr;align-items:stretch}.mailbox-app .mail-toolbar .mail-range,.mailbox-app .message-list-footer .mail-range{width:100%;justify-content:space-between}}.mailbox-app .mail-toolbar>.mail-range{display:none!important}.mailbox-app .message-list-footer{justify-content:center}.mailbox-app .message-list-footer .mail-range{width:100%;max-width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:thin}.mailbox-app .message-list-footer .mail-range-count{min-width:88px}.mailbox-app .message-list-footer .mail-page-size span{display:none}.mailbox-app .message-list-footer .mail-page-label{min-width:82px;padding:0 4px;text-align:center}.mailbox-app .message-list-footer .mail-range .pager-pages{flex:0 0 auto;max-width:none;overflow:visible}.mailbox-app .message-preview{display:flex;flex-direction:column;gap:16px;min-width:0;padding:24px 28px 32px;overflow-y:auto;background:linear-gradient(180deg,#fff,#fff 68%,#f8fbff)}.mailbox-app .preview-header{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;padding:0 0 16px;border-bottom:1px solid #dbe5f1}.mailbox-app .preview-header h2{margin:6px 0 0;color:#101828;font-size:clamp(22px,2vw,32px);font-weight:900;line-height:1.15;letter-spacing:0}.mailbox-app .preview-header p{margin:6px 0 0;color:#667085;font-size:13px;font-weight:750}.mailbox-app .preview-folder-pill{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border:1px solid #c7d7ea;border-radius:999px;background:#f8fbff;color:#667085;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mailbox-app .preview-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mailbox-app .preview-actions button{width:auto!important;min-width:max-content;min-height:38px;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #d8e2f0;border-radius:8px;background:#fff;color:#344054;font-size:13px;font-weight:850;line-height:1;white-space:nowrap;box-shadow:0 6px 16px #0f172a0a}.mailbox-app .preview-actions button:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff;color:var(--primary-strong);transform:translateY(-1px)}.mailbox-app .preview-actions button.danger:hover:not(:disabled){border-color:#fecaca;background:#fff1f2;color:#b42318}.mailbox-app .preview-actions .starred{color:#f59e0b;fill:#f59e0b}.mailbox-app .message-meta-card{display:grid;gap:10px;padding:14px 16px;border:1px solid #dbe5f1;border-radius:8px;background:#f8fbff}.mailbox-app .message-meta-card p{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;margin:0;color:#475467}.mailbox-app .message-meta-card strong{color:#101828;font-size:13px;font-weight:900}.mailbox-app .message-meta-card span{min-width:0;overflow-wrap:anywhere;color:#475467}.mailbox-app .message-body{min-height:120px;max-width:none;padding:18px;border:1px solid #dbe5f1;border-radius:8px;background:#fff;color:#172033;font-size:15px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 14px 28px #0f172a0a}.mailbox-app .thread-loading{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:9px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:var(--primary-strong);font-size:13px;font-weight:850}.mailbox-app .conversation-stack{display:grid;gap:14px}.mailbox-app .conversation-message{position:relative;display:grid;gap:12px;padding:16px;border:1px solid #dbe5f1;border-radius:8px;background:#fff;box-shadow:0 14px 34px #0f172a0d}.mailbox-app .conversation-message.is-selected{border-color:#93c5fd;box-shadow:0 16px 38px #2563eb1a}.mailbox-app .conversation-message.is-latest{background:linear-gradient(180deg,#fff,#fbfdff)}.mailbox-app .conversation-message header{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;align-items:center;gap:12px;min-width:0}.mailbox-app .conversation-message header strong,.mailbox-app .conversation-message header span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mailbox-app .conversation-message header strong{color:#101828;font-size:15px;font-weight:900}.mailbox-app .conversation-message header span,.mailbox-app .conversation-message time{color:#667085;font-size:12px;font-weight:750}.mailbox-app .conversation-item-actions{display:inline-flex;align-items:center;gap:6px}.mailbox-app .conversation-item-actions button{width:34px;height:34px;min-width:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe5f1;border-radius:8px;background:#fff;color:#475467}.mailbox-app .conversation-item-actions button:hover{border-color:#93c5fd;background:#eff6ff;color:var(--primary-strong)}.mailbox-app .conversation-message .message-body{min-height:0;padding:14px 16px;box-shadow:none}.mailbox-app .quoted-trail{display:grid;gap:8px;justify-items:start}.mailbox-app .quoted-trail button{width:auto;min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px dashed #c7d7ea;border-radius:999px;background:#f8fbff;color:#667085;font-size:12px;font-weight:850}.mailbox-app .quoted-trail pre{width:100%;max-height:280px;margin:0;padding:12px 14px;overflow:auto;border:1px solid #dbe5f1;border-radius:8px;background:#f8fafc;color:#475467;font-family:inherit;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:980px){.mailbox-app .message-list-footer .mail-range{width:100%}.mailbox-app .message-preview{padding:18px}.mailbox-app .conversation-message header{grid-template-columns:38px minmax(0,1fr)}.mailbox-app .conversation-message time,.mailbox-app .conversation-item-actions{grid-column:2}}@media(max-width:1360px){.mailbox-app .message-list-footer .mail-range .pager-pages{display:none}}@media(max-width:1180px){.mailbox-app .preview-actions button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.mailbox-app .preview-actions button{width:38px!important;min-width:38px;padding:0}}@media(max-width:760px){.mailbox-app .mail-page-label,.mailbox-app .mail-range .pager-pages{display:none}.mailbox-app .mail-range{flex-wrap:wrap}}.mailbox-app .preview-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start}.mailbox-app .preview-actions button{min-height:38px;max-width:150px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mailbox-app .preview-actions button span{position:static;width:auto;height:auto;clip:auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.mailbox-app .conversation-message header{grid-template-columns:auto minmax(0,1fr) max-content auto;gap:12px}.mailbox-app .conversation-item-actions{display:flex;gap:6px;align-items:center}.mailbox-app .conversation-item-actions button{width:34px;height:34px;padding:0}.mailbox-app .message-attachments,.mailbox-app .compose-attachment-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.mailbox-app .message-attachments button,.mailbox-app .compose-attachment-list span,.mailbox-app .attachment-picker{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:38px;padding:8px 10px;display:inline-flex;align-items:center;gap:8px;max-width:100%;color:var(--ink);font-weight:800}.mailbox-app .message-attachments button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.mailbox-app .message-attachments small,.mailbox-app .compose-attachment-list small{color:var(--muted);font-weight:800;white-space:nowrap}.mailbox-app .compose-attachments{display:grid;gap:8px;padding:10px 14px;border-top:1px solid var(--line);background:#f8fafc}.mailbox-app .attachment-picker{width:fit-content;cursor:pointer}.mailbox-app .attachment-picker input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mailbox-app .compose-attachment-list span>button{width:24px;height:24px;padding:0;border-radius:6px}.mailbox-app .compose-recipient-field{position:relative;display:grid}.mailbox-app .compose-recipient-field input{width:100%}.mailbox-app .recipient-suggestions{position:absolute;z-index:80;top:calc(100% + 6px);left:12px;right:12px;max-height:260px;overflow-y:auto;padding:6px;border:1px solid #c7d7ea;border-radius:8px;background:#fff;box-shadow:0 18px 44px #0f172a29}.mailbox-app .recipient-suggestions button{width:100%;min-height:44px;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-areas:"avatar email" "avatar label";align-items:center;column-gap:10px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#101828;text-align:left}.mailbox-app .recipient-suggestions button:hover,.mailbox-app .recipient-suggestions button:focus-visible{background:#eff6ff;outline:none}.mailbox-app .recipient-suggestions button span{grid-area:avatar;display:grid;place-items:center;width:30px;height:30px;border:1px solid #bfdbfe;border-radius:999px;background:#dbeafe;color:#084a9f;font-size:12px;font-weight:900}.mailbox-app .recipient-suggestions button strong{grid-area:email;min-width:0;overflow:hidden;color:#101828;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.mailbox-app .recipient-suggestions button small{grid-area:label;min-width:0;overflow:hidden;color:#667085;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.mailbox-app .message-list-footer{position:sticky;bottom:0;z-index:2;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line)}.mailbox-app .mail-range{width:100%;max-width:100%;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1180px){.mailbox-app .conversation-message header{grid-template-columns:auto minmax(0,1fr)}.mailbox-app .conversation-message header time,.mailbox-app .conversation-item-actions{grid-column:2;justify-content:flex-start}.mailbox-app .preview-actions button{max-width:none}}@media(max-width:760px){.mailbox-app .preview-actions button span{display:none}.mailbox-app .preview-actions button{width:38px;padding:0}.mailbox-app .message-attachments button span{max-width:150px}}.mailbox-app .mail-topbar{grid-template-columns:minmax(260px,1fr) minmax(0,auto);overflow:hidden}.mailbox-app .mail-top-actions{max-width:100%;min-width:0;flex-wrap:wrap;overflow:visible;row-gap:8px}.mailbox-app .mail-top-actions>*{flex:0 0 auto}.mailbox-app .mail-top-actions .admin-link{max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1280px){.mailbox-app .mail-topbar{grid-template-columns:minmax(0,1fr);padding-right:70px}.mailbox-app .mail-top-actions{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.mailbox-app .mail-top-actions button,.mailbox-app .mail-top-actions .language-switcher,.mailbox-app .mail-live-chip{min-height:38px}}@media(max-width:820px){.mailbox-app .mail-topbar{padding:10px 64px 10px 12px}.mailbox-app .mail-top-actions{flex-wrap:wrap;overflow:visible;align-items:flex-start}.mailbox-app .mail-top-actions>*{min-width:0}.mailbox-app .mail-search{height:44px;padding-inline:14px;gap:10px}.mailbox-app .mail-top-actions .admin-link{max-width:120px}.mailbox-app .mail-toolbar{grid-template-columns:minmax(0,auto) minmax(0,1fr);min-height:92px;align-items:center;overflow:visible}.mailbox-app .mail-toolbar>div:first-child{max-width:100%;overflow-x:auto;scrollbar-width:thin}.mailbox-app .mail-toolbar-context{align-self:center}.mailbox-app .message-list{padding-top:8px}}@media(max-width:560px){.mailbox-app .mail-topbar{padding-right:12px}.mailbox-app .mail-top-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mailbox-app .mail-top-actions button,.mailbox-app .mail-top-actions .language-switcher,.mailbox-app .mail-live-chip,.mailbox-app .mail-top-actions .admin-link{width:100%;max-width:none}.mailbox-app .mail-toolbar{grid-template-columns:minmax(0,1fr);min-height:126px;align-content:start}}.mailbox-app .mail-workspace{grid-template-rows:auto auto minmax(0,1fr)}.mailbox-app .mail-toolbar{position:relative;top:auto;z-index:3}.mailbox-app .mail-content-grid{height:auto;min-height:0;margin-top:0}.mailbox-app .language-switcher{min-width:132px}.mailbox-app .language-switcher select{min-width:104px}.mailbox-app .mail-page-size select,.mailbox-app .page-size-control select,.page-size-control select{min-width:72px;padding:0 28px 0 10px}@media(max-width:560px){.mailbox-app .language-switcher,.mailbox-app .language-switcher select{min-width:0}}.auth-screen,.auth-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.auth-card.auth-entry{width:min(560px,calc(100vw - 32px));max-width:calc(100vw - 32px);box-sizing:border-box}@media(max-width:560px){.auth-page{padding-inline:12px}.auth-card.auth-entry{width:min(100%,calc(100vw - 24px));max-width:calc(100vw - 24px)}}.mailbox-app .message-list-footer{flex:0 0 auto;justify-content:stretch;padding:8px 10px;background:#fff}.mailbox-app .message-list-footer .mail-range{width:100%;min-width:0;max-width:100%;gap:4px;padding:6px;box-shadow:none}.mailbox-app .message-list-footer .mail-range-count{min-width:72px;padding:0 4px;font-size:12px}.mailbox-app .message-list-footer .mail-page-size{min-width:58px;padding:0 4px}.mailbox-app .message-list-footer .mail-page-size select{min-width:52px;width:52px;padding-left:8px}.mailbox-app .message-list-footer .mail-page-label{min-width:74px;padding:0 2px;font-size:12px}.mailbox-app .message-list-footer .mail-range button{width:30px;min-width:30px;min-height:30px}.mailbox-app .message-list-footer .mail-range .pager-pages{flex:0 1 auto;min-width:0;gap:3px}@media(max-width:1024px){.mailbox-app .message-list{height:clamp(320px,calc(100dvh - 500px),420px);min-height:320px}}@media(max-width:760px){.mailbox-app,.mailbox-app.sidebar-hidden{display:block;width:100%;max-width:100vw;min-height:100dvh;overflow-x:hidden}.mailbox-app .mail-rail,.mailbox-app .mail-sidebar,.mailbox-app .mail-side-tools{display:none!important}.mailbox-app .mail-main{width:100%;max-width:100vw;min-width:0;overflow-x:hidden}.mailbox-app .mail-topbar{width:100%;max-width:100vw;padding:10px 12px;box-sizing:border-box}.mailbox-app .mail-top-actions{justify-content:flex-start;max-width:100%;gap:6px}.mailbox-app .mail-top-actions>*{flex:0 0 auto}.mailbox-app .mail-workspace{width:100%;max-width:100vw;margin:0;border-radius:0;box-sizing:border-box}.mailbox-app .mail-insight-strip{grid-template-columns:1fr 1fr;gap:8px;padding:10px}.mailbox-app .mail-insight-strip>*{min-width:0;max-width:100%}.mailbox-app .mail-insight-strip button{grid-column:1 / -1;width:100%}.mailbox-app .mail-toolbar{grid-template-columns:1fr;min-height:auto;padding:10px}.mailbox-app .mail-toolbar>div:first-child{width:100%;overflow-x:auto}.mailbox-app .mail-content-grid{display:block;width:100%;max-width:100vw;overflow:hidden}.mailbox-app .message-list{width:100%;max-width:100vw;height:clamp(300px,calc(100dvh - 560px),380px);min-height:300px;max-height:none;overflow-y:auto!important;overflow-x:hidden!important}.mailbox-app .message-row{grid-template-columns:34px 38px minmax(0,1fr) 54px;gap:8px;padding:0 10px}.mailbox-app .message-row-controls{grid-column:1;justify-content:center;gap:6px}.mailbox-app .message-avatar{grid-column:2;width:34px;height:34px}.mailbox-app .message-row>strong{display:none!important}.mailbox-app .message-row-content{grid-column:3;min-width:0}.mailbox-app .message-row em{grid-column:4;justify-self:end;min-width:0;text-align:right}.mailbox-app .message-preview{display:none!important}.mailbox-app .message-list-footer{position:sticky;bottom:0}.mailbox-app .message-list-footer .mail-range{display:grid;grid-template-columns:minmax(86px,1fr) 64px 34px 34px 34px;align-items:center;gap:6px;overflow:visible}.mailbox-app .message-list-footer .mail-range-count{min-width:0;justify-content:flex-start;white-space:nowrap}.mailbox-app .message-list-footer .mail-page-size{border-left:0;min-width:64px;justify-content:center;padding:0}.mailbox-app .message-list-footer .mail-page-size select{min-width:58px;width:58px;padding:0 20px 0 8px}.mailbox-app .message-list-footer .mail-page-label{display:none}.mailbox-app .message-list-footer .mail-range .pager-pages{display:contents}.mailbox-app .message-list-footer .pager-pages button{min-width:0;width:34px;min-height:34px}.mailbox-app .message-list-footer .pager-pages button:not(.active):not([aria-current=page]){display:none}.mailbox-app .message-list-footer .mail-range>button{width:34px;min-width:34px;min-height:34px}}.mailbox-app .message-list{display:flex;flex-direction:column;overflow:hidden!important}.mailbox-app .message-list-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.mailbox-app .message-list-scroll::-webkit-scrollbar{width:10px}.mailbox-app .message-list-scroll::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#c9d8ea;background-clip:padding-box}.mailbox-app .message-list-footer{position:relative!important;z-index:2;border-top:1px solid #dbe5f1;box-shadow:0 -10px 24px #0f172a0a}.mailbox-app .message-list>.message-pager-strip{flex:0 0 auto}@media(max-width:760px){.mailbox-app .mail-status-toast{position:static;width:auto;margin:10px 12px;max-width:none;min-height:40px;transform:none}}@media(max-width:760px){.mailbox-app,.mailbox-app.sidebar-hidden{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;width:100%;max-width:100vw;min-height:100dvh;height:100dvh;overflow:hidden}.mailbox-app .mail-rail{position:relative;z-index:90;grid-column:1;grid-row:1;width:56px;min-width:56px;height:100dvh;display:grid!important;align-content:start;gap:10px;padding:12px 6px;border-right:1px solid #d8e4f0;background:#e9f1fb}.mailbox-app .mail-rail-button{width:44px;min-width:44px;min-height:44px;padding:0}.mailbox-app .mail-rail-button span{display:none}.mailbox-app .mail-sidebar{position:fixed;top:0;bottom:0;left:56px;z-index:95;width:min(304px,calc(100vw - 56px));display:block!important;overflow-y:auto;box-shadow:18px 0 44px #0f172a2e}.mailbox-app.sidebar-hidden .mail-sidebar{display:none!important}.mailbox-app .mail-main{grid-column:2;grid-row:1;width:100%;max-width:calc(100vw - 56px);min-width:0;height:100dvh;overflow-y:auto;overflow-x:hidden}}.mailbox-app .mail-workspace{min-height:0}.mailbox-app .mail-content-grid{min-height:0;align-items:stretch}.mailbox-app .message-list{height:clamp(520px,calc(100dvh - 332px),760px)!important;min-height:420px;max-height:none!important;display:flex!important;flex-direction:column;overflow:hidden!important;background:#fff}.mailbox-app .message-list-scroll{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable}.mailbox-app .message-list-footer{position:relative!important;inset:auto!important;flex:0 0 auto;display:flex;justify-content:flex-end;padding:10px 12px;border-top:1px solid #dbe5f1;background:#fff;box-shadow:0 -8px 22px #0f172a0b}.mailbox-app .message-list-footer .mail-range{width:auto;max-width:100%;min-width:min(100%,520px);display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:6px;overflow-x:auto;padding:6px}.mailbox-app .message-list-footer .mail-range-count,.mailbox-app .message-list-footer .mail-page-label{flex:0 0 auto;min-width:max-content}.mailbox-app .message-list-footer .mail-page-size{flex:0 0 auto}.mailbox-app .message-list-footer .mail-range .pager-pages{display:inline-flex;flex:0 0 auto;gap:4px}.mailbox-app .preview-actions{display:flex!important;flex-wrap:wrap;align-items:center;gap:8px;max-width:100%}.mailbox-app .preview-actions button{flex:0 1 auto;width:auto!important;min-width:0;max-width:none;min-height:38px;padding:0 12px;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;overflow:visible;white-space:nowrap}.mailbox-app .preview-actions button span{display:inline;position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:nowrap}.mailbox-app .conversation-message{max-width:100%}.mailbox-app .conversation-message header{grid-template-columns:42px minmax(0,1fr) max-content auto!important}.mailbox-app .conversation-item-actions{display:inline-flex;flex-wrap:nowrap}@media(max-width:1180px){.mailbox-app .message-list{height:clamp(420px,calc(100dvh - 396px),660px)!important}.mailbox-app .conversation-message header{grid-template-columns:38px minmax(0,1fr)!important}.mailbox-app .conversation-message time,.mailbox-app .conversation-item-actions{grid-column:2}}@media(max-width:760px){.mailbox-app .message-list{height:calc(100dvh - 372px)!important;min-height:320px}.mailbox-app .message-list-footer{padding:8px}.mailbox-app .message-list-footer .mail-range{min-width:0;width:100%;display:grid;grid-template-columns:minmax(84px,1fr) 62px 36px 36px 36px;gap:6px;overflow:visible}.mailbox-app .message-list-footer .mail-range-count{min-width:0;overflow:hidden;text-overflow:ellipsis}.mailbox-app .message-list-footer .mail-page-size{min-width:0;border-left:0;padding:0}.mailbox-app .message-list-footer .mail-page-size select{width:58px;min-width:58px}.mailbox-app .message-list-footer .mail-page-label{display:none!important}.mailbox-app .message-list-footer .mail-range .pager-pages{display:contents}.mailbox-app .message-list-footer .pager-pages button:not(.active):not([aria-current=page]){display:none}.mailbox-app .preview-actions button{width:38px!important;min-width:38px;padding:0}.mailbox-app .preview-actions button span{display:none}}.mailbox-app{grid-template-columns:58px 238px minmax(0,1fr) 54px!important;background:#8bd9d7!important;color:#202124;overflow:hidden}.mailbox-app.sidebar-hidden{grid-template-columns:58px minmax(0,1fr) 54px!important}.mailbox-app .mail-rail,.mailbox-app .mail-sidebar,.mailbox-app .mail-side-tools{background:transparent!important;border-color:transparent!important;box-shadow:none!important}.mailbox-app .mail-sidebar{padding:18px 12px 18px 10px!important}.mailbox-app .mail-sidebar-header{padding:0 8px 12px!important;border-bottom-color:#20212424!important}.mailbox-app .compose-button{width:132px!important;min-height:48px!important;margin:10px 0 12px!important;justify-content:flex-start!important;padding:0 18px!important;border-radius:16px!important;border:0!important;background:#fff!important;color:#3c4043!important;box-shadow:0 3px 8px #3c40433d,0 1px 3px #3c404329!important}.mailbox-app .mail-folder-list{gap:1px!important}.mailbox-app .mail-folder-list button{min-height:32px!important;padding:0 12px 0 16px!important;border-radius:0 18px 18px 0!important;border:0!important;background:transparent!important;color:#2f3a45!important;box-shadow:none!important}.mailbox-app .mail-folder-list button:hover:not(:disabled),.mailbox-app .mail-folder-list button.active{background:#20212429!important;color:#202124!important}.mailbox-app .mail-labels{border-top-color:#20212424!important;margin-top:16px!important;padding-top:16px!important}.mailbox-app .mail-main{min-height:100dvh!important;height:100dvh!important;padding:0 8px 12px!important;background:transparent!important;overflow:hidden!important}.mailbox-app .mail-topbar{min-height:76px!important;padding:12px 10px!important;border:0!important;background:transparent!important}.mailbox-app .mail-search{max-width:720px!important;min-height:48px!important;border-radius:28px!important;border:0!important;background:#ffffff57!important;box-shadow:none!important}.mailbox-app .mail-search.is-focused{background:#fff!important;box-shadow:0 2px 8px #3c40433d!important}.mailbox-app .mail-top-actions{gap:8px!important}.mailbox-app .mail-top-actions>button,.mailbox-app .mail-top-actions>.mail-live-chip,.mailbox-app .mail-top-actions>.presence-control,.mailbox-app .mail-top-actions>.language-switcher{border-radius:14px!important;min-height:40px!important;box-shadow:none!important}.mailbox-app .mail-workspace{height:calc(100dvh - 88px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;border:0!important;border-radius:18px!important;overflow:hidden!important;background:#ffffffbd!important;box-shadow:none!important}.mailbox-app .mail-toolbar{flex:0 0 54px!important;min-height:54px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:16px!important;padding:0 18px!important;border-bottom:1px solid rgba(32,33,36,.12)!important;background:#ffffffd1!important}.mailbox-app .mail-toolbar button{min-width:34px!important;min-height:34px!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important}.mailbox-app .mail-toolbar button:hover:not(:disabled){background:#20212414!important}.mailbox-app .mail-toolbar-context{display:flex!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important}.mailbox-app .mail-toolbar-context strong{max-width:22ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mailbox-app .mail-content-grid{flex:1 1 auto!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;overflow:hidden!important;background:transparent!important}.mailbox-app .mail-content-grid.has-preview{grid-template-columns:minmax(460px,.78fr) minmax(440px,.92fr)!important}.mailbox-app .message-list{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:transparent!important}.mailbox-app .message-list-scroll{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable;background:#ffffff8a!important}.mailbox-app .message-list-scroll::-webkit-scrollbar{width:12px}.mailbox-app .message-list-scroll::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#5f63686b;background-clip:padding-box}.mailbox-app .message-row{min-height:40px!important;height:40px!important;grid-template-columns:74px minmax(168px,236px) minmax(0,1fr) 74px!important;gap:12px!important;padding:0 14px!important;border-bottom:1px solid rgba(32,33,36,.1)!important;background:#ffffff47!important;color:#202124!important;box-shadow:none!important}.mailbox-app .message-row:hover,.mailbox-app .message-row.active{background:#ffffffad!important;box-shadow:inset 3px 0 #f4c542!important}.mailbox-app .message-row.unread{background:#ffffffdb!important}.mailbox-app .message-row-controls{display:inline-flex!important;justify-content:flex-start!important;gap:10px!important;color:#5f6368!important}.mailbox-app .message-avatar{display:none!important}.mailbox-app .message-row>strong,.mailbox-app .message-row-content b,.mailbox-app .message-row-content small,.mailbox-app .message-row em{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mailbox-app .message-row>strong{font-size:14px!important;font-weight:500!important}.mailbox-app .message-row-content{display:flex!important;align-items:center!important;min-width:0!important;gap:6px!important}.mailbox-app .message-row-content b{flex:0 1 auto!important;font-size:14px!important;font-weight:600!important}.mailbox-app .message-row-content small{flex:1 1 auto!important;font-size:14px!important;color:#5f6368!important}.mailbox-app .message-row em{font-size:12px!important;color:#5f6368!important}.mailbox-app .message-list-footer{flex:0 0 52px!important;position:relative!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;padding:8px 18px!important;border-top:1px solid rgba(32,33,36,.12)!important;background:#ffffffd1!important;box-shadow:none!important}.mailbox-app .message-list-footer .mail-range{min-width:0!important;width:auto!important;max-width:100%!important;padding:0!important;gap:10px!important;border:0!important;background:transparent!important;box-shadow:none!important}.mailbox-app .message-list-footer .mail-page-size,.mailbox-app .message-list-footer .mail-page-label{border-left:1px solid rgba(32,33,36,.12)!important;padding-left:12px!important}.mailbox-app .message-list-footer button,.mailbox-app .message-list-footer select{min-height:32px!important;border-radius:10px!important;box-shadow:none!important}.mailbox-app .message-preview{display:none!important}.mailbox-app .message-preview.is-open{display:block!important;min-width:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:28px!important;border-left:1px solid rgba(32,33,36,.12)!important;background:#fff!important}.mailbox-app .preview-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:14px!important}.mailbox-app .preview-header h2{font-size:clamp(24px,2vw,34px)!important;line-height:1.12!important;margin-bottom:8px!important}.mailbox-app .preview-close-button{width:38px!important;min-width:38px!important;min-height:38px!important;border-radius:50%!important;border:1px solid #d8e3f1!important;background:#fff!important}.mailbox-app .preview-actions{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}.mailbox-app .preview-actions button{min-height:36px!important;padding:0 12px!important;border-radius:12px!important;border:1px solid #d8e3f1!important;background:#fff!important;color:#334155!important}.mailbox-app .conversation-stack{display:grid!important;gap:14px!important}.mailbox-app .conversation-message{border:1px solid #d8e3f1!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.mailbox-app .conversation-message .message-avatar{display:grid!important}@media(max-width:1180px){.mailbox-app{grid-template-columns:56px 222px minmax(0,1fr)!important}.mailbox-app .mail-side-tools{display:none!important}.mailbox-app .mail-content-grid.has-preview{grid-template-columns:1fr!important}.mailbox-app .mail-content-grid.has-preview .message-list{display:none!important}.mailbox-app .message-preview.is-open{border-left:0!important}}@media(max-width:760px){.mailbox-app,.mailbox-app.sidebar-hidden{grid-template-columns:56px minmax(0,1fr)!important;background:#8bd9d7!important}.mailbox-app .mail-main{height:100dvh!important;padding:0 0 10px!important}.mailbox-app .mail-topbar{min-height:auto!important;padding:10px!important;gap:8px!important}.mailbox-app .mail-search{min-height:44px!important}.mailbox-app .mail-workspace{height:calc(100dvh - 76px)!important;border-radius:14px 0 0 14px!important}.mailbox-app .mail-toolbar{grid-template-columns:1fr!important;min-height:auto!important;padding:8px 10px!important}.mailbox-app .mail-toolbar-context{justify-content:flex-start!important}.mailbox-app .message-row{height:56px!important;min-height:56px!important;grid-template-columns:42px minmax(0,1fr) 54px!important;gap:8px!important;padding:0 10px!important}.mailbox-app .message-row>strong{display:none!important}.mailbox-app .message-row-content{display:grid!important;gap:2px!important}.mailbox-app .message-list-footer{min-height:56px!important;padding:8px 10px!important}.mailbox-app .message-list-footer .mail-range{width:100%!important;display:grid!important;grid-template-columns:minmax(84px,1fr) 64px 36px 36px 36px!important;gap:6px!important}.mailbox-app .message-list-footer .mail-page-label{display:none!important}.mailbox-app .message-list-footer .pager-pages{display:contents!important}.mailbox-app .message-list-footer .pager-pages button:not(.active):not([aria-current=page]){display:none!important}}.mailbox-app{grid-template-columns:56px 236px minmax(0,1fr) 56px!important;background:#8bd9d7!important;font-family:Google Sans,Roboto,Arial,sans-serif!important}.mailbox-app .mail-brand{align-items:center!important;padding:0 10px 12px!important}.mailbox-app .mail-brand strong{font-size:20px!important;line-height:1!important}.mailbox-app .mail-brand span{max-width:148px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mailbox-app .compose-button{width:126px!important;height:50px!important;min-height:50px!important;margin:10px 0 14px!important;border-radius:16px!important;background:#fff!important;color:#3c4043!important;font-size:14px!important;box-shadow:0 2px 5px #3c40434d,0 1px 2px #3c404326!important}.mailbox-app .mail-folder-list button{height:32px!important;min-height:32px!important;border-radius:0 16px 16px 0!important;font-size:14px!important;font-weight:500!important}.mailbox-app .mail-folder-list button.active{background:#20212429!important;color:#202124!important}.mailbox-app .mail-topbar{min-height:72px!important;padding:10px 12px!important}.mailbox-app .mail-search{max-width:720px!important;min-height:46px!important;border-radius:24px!important;background:#ffffff5c!important}.mailbox-app .mail-top-actions>button,.mailbox-app .mail-top-actions>.mail-live-chip,.mailbox-app .mail-top-actions>.presence-control,.mailbox-app .mail-top-actions>.language-switcher{min-height:38px!important;height:38px!important;border-radius:19px!important}.mailbox-app .mail-workspace{height:calc(100dvh - 82px)!important;border-radius:16px!important;background:#ffffffc2!important}.mailbox-app .mail-toolbar{min-height:48px!important;flex-basis:48px!important;padding:0 12px!important;background:#ffffffe6!important}.mailbox-app .mail-toolbar button{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important}.mailbox-app .mail-toolbar button[title="Sort messages by date"]{width:auto!important;min-width:34px!important;padding:0 8px!important;border-radius:17px!important}.mailbox-app .mail-toolbar-context{justify-content:flex-end!important;font-size:13px!important}.mailbox-app .mail-content-grid,.mailbox-app .mail-content-grid.has-preview{grid-template-columns:minmax(0,1fr)!important}.mailbox-app .message-list-scroll{background:#ffffff80!important}.mailbox-app .message-row{height:38px!important;min-height:38px!important;grid-template-columns:72px minmax(150px,240px) minmax(0,1fr) 68px!important;gap:10px!important;padding:0 12px!important;border-bottom:1px solid rgba(32,33,36,.1)!important;background:#ffffff57!important}.mailbox-app .message-row:hover{background:#ffffffbd!important;box-shadow:inset 0 -1px #20212429,inset 0 1px #2021241f!important}.mailbox-app .message-row.active{background:#ffffffd1!important;box-shadow:inset 3px 0 #f4c542!important}.mailbox-app .message-row-controls{gap:12px!important}.mailbox-app .message-row>strong,.mailbox-app .message-row-content b,.mailbox-app .message-row-content small{font-size:14px!important}.mailbox-app .message-row-content{gap:5px!important}.mailbox-app .message-list-footer{flex:0 0 46px!important;min-height:46px!important;padding:6px 14px!important;background:#ffffffe6!important}.mailbox-app .message-list-footer .mail-range{gap:8px!important}.mailbox-app .message-list-footer button,.mailbox-app .message-list-footer select{min-height:30px!important;height:30px!important}.mailbox-app .message-preview,.mailbox-app .message-preview.is-open{display:block!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;border-left:0!important;background:#fff!important}.mailbox-app .message-preview:not(.is-open){display:none!important}.mailbox-app .preview-header{position:sticky!important;top:0!important;z-index:2!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:14px 22px 12px!important;border-bottom:1px solid rgba(32,33,36,.12)!important;background:#fff!important}.mailbox-app .preview-folder-pill{display:none!important}.mailbox-app .preview-header h2{margin:0 0 4px!important;font-size:22px!important;line-height:1.28!important;font-weight:400!important;color:#202124!important}.mailbox-app .preview-header p{margin:0!important;font-size:13px!important;color:#5f6368!important}.mailbox-app .preview-close-button{grid-column:1!important;grid-row:1 / span 2!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#5f6368!important}.mailbox-app .preview-close-button:hover{background:#20212414!important}.mailbox-app .preview-actions{grid-column:2!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;padding-top:8px!important}.mailbox-app .preview-actions button{height:34px!important;min-height:34px!important;padding:0 10px!important;border-radius:17px!important;border:1px solid #dadce0!important;background:#fff!important;font-size:13px!important;color:#3c4043!important}.mailbox-app .conversation-stack{max-width:1040px!important;margin:0 auto!important;padding:22px 28px 48px!important;gap:12px!important}.mailbox-app .conversation-message{border:0!important;border-radius:0!important;border-bottom:1px solid rgba(32,33,36,.12)!important;box-shadow:none!important;padding:16px 0!important}.mailbox-app .conversation-message header{grid-template-columns:42px minmax(0,1fr) auto auto!important;gap:12px!important}.mailbox-app .conversation-message .message-body{margin-left:54px!important;max-width:820px!important;border:0!important;background:transparent!important;padding:10px 0!important;font-size:14px!important;line-height:1.6!important;color:#202124!important}.mailbox-app .quoted-trail{margin-left:54px!important}@media(max-width:1180px){.mailbox-app .mail-content-grid.has-preview .message-list{display:none!important}.mailbox-app .message-preview.is-open{display:block!important}}@media(max-width:760px){.mailbox-app .mail-workspace{height:calc(100dvh - 72px)!important}.mailbox-app .message-row{height:54px!important;min-height:54px!important;grid-template-columns:42px minmax(0,1fr) 52px!important}.mailbox-app .preview-header{grid-template-columns:38px minmax(0,1fr)!important;padding:12px!important}.mailbox-app .preview-actions button span{display:none!important}.mailbox-app .conversation-stack{padding:16px 14px 36px!important}.mailbox-app .conversation-message .message-body,.mailbox-app .quoted-trail{margin-left:0!important}}.mailbox-app{grid-template-columns:56px 256px minmax(0,1fr) 52px!important;background:#8bd9d7!important}.mailbox-app.sidebar-hidden{grid-template-columns:56px minmax(0,1fr) 52px!important}.mailbox-app .mail-rail{padding-top:24px!important}.mailbox-app .mail-sidebar{padding:24px 18px 18px 8px!important}.mailbox-app .mail-brand{min-height:52px!important;padding:0 0 16px 10px!important;border-bottom:1px solid rgba(60,64,67,.16)!important}.mailbox-app .mail-brand .brand-mark{width:48px!important;height:48px!important;border-radius:10px!important}.mailbox-app .mail-brand strong{font-size:22px!important;line-height:1.02!important;font-weight:500!important;color:#202124!important}.mailbox-app .mail-brand span{max-width:162px!important;color:#202124b8!important}.mailbox-app .compose-button{width:176px!important;height:68px!important;min-height:68px!important;margin:16px 0 18px!important;padding:0 22px!important;gap:16px!important;border-radius:16px!important;font-size:14px!important;font-weight:500!important}.mailbox-app .mail-folder-list{gap:2px!important}.mailbox-app .mail-folder-list button{height:32px!important;min-height:32px!important;padding:0 14px 0 22px!important;border-radius:0 18px 18px 0!important;font-size:14px!important;font-weight:400!important}.mailbox-app .mail-folder-list button.active{font-weight:700!important}.mailbox-app .mail-main{padding:0 10px 0 0!important}.mailbox-app .mail-topbar{min-height:84px!important;padding:12px 8px 12px 0!important;grid-template-columns:minmax(520px,840px) minmax(260px,1fr)!important;align-items:center!important;overflow:visible!important}.mailbox-app .mail-search{height:56px!important;min-height:56px!important;width:min(100%,840px)!important;max-width:840px!important;border-radius:28px!important;background:#ffffff57!important}.mailbox-app .mail-search input{font-size:16px!important}.mailbox-app .mail-top-actions{gap:8px!important;flex-wrap:nowrap!important;justify-content:flex-end!important;min-width:0!important;overflow:visible!important}.mailbox-app .mail-top-actions>.presence-control,.mailbox-app .mail-top-actions>.mail-live-chip{display:none!important}.mailbox-app .mail-top-actions>button,.mailbox-app .mail-top-actions>.mail-live-chip,.mailbox-app .mail-top-actions>.presence-control,.mailbox-app .mail-top-actions>.language-switcher{height:48px!important;min-height:48px!important;border-radius:24px!important;flex:0 0 auto!important}.mailbox-app .mail-top-actions>.presence-control,.mailbox-app .mail-top-actions>.mail-live-chip{width:44px!important;min-width:44px!important;padding:0!important;justify-content:center!important;font-size:0!important}.mailbox-app .mail-top-actions>.presence-control .presence-dot,.mailbox-app .mail-top-actions>.mail-live-chip span{margin:0!important}.mailbox-app .mail-top-actions>.language-switcher{width:44px!important;min-width:44px!important;overflow:hidden!important}.mailbox-app .mail-top-actions>.language-switcher select{width:44px!important;min-width:0!important;padding:0!important;color:transparent!important;background-position:center!important;font-size:0!important}.mailbox-app .mail-top-actions>button:not(.admin-link):not(.profile-chip):not(.presence-control){width:44px!important;min-width:44px!important;padding:0!important}.mailbox-app .mail-top-actions .admin-link{width:84px!important;min-width:84px!important;padding:0 12px!important;font-size:14px!important}.mailbox-app .profile-chip{width:48px!important;min-width:48px!important;border-radius:14px!important}.mailbox-app .mail-workspace{height:calc(100dvh - 104px)!important;border-radius:16px 16px 0 0!important;background:#ffffffc7!important}.mailbox-app .mail-toolbar{min-height:48px!important;flex-basis:48px!important;padding:0 18px!important;grid-template-columns:auto minmax(0,1fr)!important}.mailbox-app .mail-toolbar-context{justify-content:flex-end!important;color:#5f6368!important;font-size:13px!important;font-weight:500!important}.mailbox-app .mail-toolbar-context strong,.mailbox-app .mail-toolbar button[title="Sort messages by date"] span{display:none!important}.mailbox-app .message-list-scroll{background:#ffffff8f!important}.mailbox-app .message-row,.mailbox-app .message-row.unread,.mailbox-app .message-row.active{border-left:0!important}.mailbox-app .message-row:before,.mailbox-app .message-row.unread:before,.mailbox-app .message-row.active:before{display:none!important;content:none!important}.mailbox-app .message-row{height:44px!important;min-height:44px!important;grid-template-columns:82px minmax(170px,246px) minmax(0,1fr) 72px!important;padding:0 16px!important;background:#ffffff47!important;border-bottom:1px solid rgba(60,64,67,.12)!important;color:#202124!important}.mailbox-app .message-row:hover{background:#ffffffb8!important;box-shadow:0 1px 2px #3c40432e,0 -1px #3c404314!important}.mailbox-app .message-row.active{background:#ffffffd6!important;box-shadow:inset 0 -1px #3c404329,inset 0 1px #3c40431a!important}.mailbox-app .message-row.unread>strong,.mailbox-app .message-row.unread .message-row-content b,.mailbox-app .message-row.unread em{font-weight:700!important;color:#202124!important}.mailbox-app .message-row>strong,.mailbox-app .message-row-content b,.mailbox-app .message-row-content small{font-size:14px!important;line-height:20px!important}.mailbox-app .message-row-content b:after{content:" - ";color:#5f6368;font-weight:400}.mailbox-app .message-list-footer{flex:0 0 46px!important;min-height:46px!important;padding:6px 18px!important;justify-content:flex-end!important;background:#ffffffe6!important}.mailbox-app .message-list-footer .mail-range{gap:10px!important}.mailbox-app .message-list-footer .mail-page-label{min-width:74px!important}.mailbox-app .message-list-footer .pager-pages button{min-width:32px!important}.mailbox-app .message-preview.is-open{background:#fff!important}.mailbox-app .preview-header{padding:12px 28px 10px!important;grid-template-columns:40px minmax(0,1fr)!important}.mailbox-app .preview-header h2{font-size:22px!important;font-weight:400!important}.mailbox-app .preview-actions{gap:8px!important}.mailbox-app .preview-actions button{max-width:150px!important;height:34px!important;padding:0 12px!important;border-radius:18px!important;white-space:nowrap!important}.mailbox-app .conversation-stack{max-width:1080px!important;padding-top:20px!important}@media(max-width:980px){.mailbox-app,.mailbox-app.sidebar-hidden{grid-template-columns:56px minmax(0,1fr)!important}.mailbox-app .mail-sidebar,.mailbox-app .mail-side-tools{display:none!important}.mailbox-app .mail-topbar{grid-template-columns:minmax(0,1fr)!important;padding-left:8px!important}.mailbox-app .mail-top-actions{overflow-x:auto!important;padding-bottom:2px!important}}@media(max-width:760px){.mailbox-app .mail-workspace{height:calc(100dvh - 124px)!important;border-radius:14px 0 0!important}.mailbox-app .message-row{height:56px!important;min-height:56px!important}}.mailbox-app .mail-workspace{display:grid!important;grid-template-rows:48px minmax(0,1fr)!important;min-height:0!important;overflow:hidden!important}.mailbox-app .mail-toolbar{grid-row:1!important;border-bottom:1px solid rgba(60,64,67,.14)!important;background:#ffffffbd!important}.mailbox-app .mail-content-grid,.mailbox-app .mail-content-grid.has-preview{grid-row:2!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;min-height:0!important;overflow:hidden!important}.mailbox-app .mail-content-grid:not(.has-preview) .message-preview{display:none!important}.mailbox-app .message-list{display:grid!important;grid-template-rows:56px minmax(0,1fr) 46px!important;min-height:0!important;overflow:hidden!important;border-right:0!important}.mailbox-app .mail-category-tabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:56px!important;min-height:56px!important;border-bottom:1px solid rgba(60,64,67,.12)!important;background:#ffffff6b!important}.mailbox-app .mail-category-tabs button{position:relative!important;display:grid!important;grid-template-columns:28px minmax(0,auto) minmax(0,1fr)!important;align-items:center!important;gap:8px!important;height:56px!important;min-width:0!important;padding:0 22px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#3c4043!important;box-shadow:none!important}.mailbox-app .mail-category-tabs button:after{content:""!important;position:absolute!important;left:12px!important;right:12px!important;bottom:0!important;height:3px!important;border-radius:3px 3px 0 0!important;background:transparent!important}.mailbox-app .mail-category-tabs button:hover:not(:disabled){background:#ffffff9e!important}.mailbox-app .mail-category-tabs button.active{color:var(--primary)!important;font-weight:700!important}.mailbox-app .mail-category-tabs button.active:after{background:var(--primary)!important}.mailbox-app .mail-category-tabs button span,.mailbox-app .mail-category-tabs button small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mailbox-app .mail-category-tabs button small{color:#6b7280!important;font-size:12px!important;font-weight:500!important}.mailbox-app .message-list-scroll{grid-row:2!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important}.mailbox-app .message-list-footer{position:static!important;inset:auto!important;grid-row:3!important;width:100%!important;min-width:0!important;box-shadow:inset 0 1px #3c40431f!important}.mailbox-app .message-list-footer .mail-range{margin-left:auto!important;max-width:100%!important}.mailbox-app .message-row{grid-template-columns:84px minmax(160px,240px) minmax(0,1fr) 72px!important;column-gap:0!important;min-width:0!important;height:42px!important;min-height:42px!important}.mailbox-app .message-row>strong,.mailbox-app .message-row-content,.mailbox-app .message-row em{min-width:0!important}.mailbox-app .message-row>strong,.mailbox-app .message-row-content b,.mailbox-app .message-row-content small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mailbox-app .message-preview,.mailbox-app .message-preview.is-open{display:block!important;width:100%!important;min-width:0!important;height:100%!important;overflow-y:auto!important;border-left:0!important;background:#ffffffdb!important}.mailbox-app .preview-header{max-width:1180px!important;margin:0 auto!important;padding:24px 40px 14px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:12px 18px!important;align-items:start!important}.mailbox-app .preview-close-button{grid-column:1!important;grid-row:1 / span 2!important;width:40px!important;height:40px!important;border-radius:50%!important}.mailbox-app .preview-header>div:first-child{grid-column:2!important;min-width:0!important}.mailbox-app .preview-header h2{font-size:28px!important;line-height:1.22!important;overflow-wrap:anywhere!important}.mailbox-app .preview-actions{grid-column:2!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding-top:4px!important}.mailbox-app .preview-actions button{flex:0 0 auto!important;width:auto!important;max-width:none!important;min-width:0!important;height:36px!important;padding:0 13px!important}.mailbox-app .conversation-stack{width:min(100%,1180px)!important;margin:0 auto!important;padding:16px 40px 40px!important}.mailbox-app .conversation-message{width:100%!important;box-shadow:none!important}@media(max-width:980px){.mailbox-app .preview-header,.mailbox-app .conversation-stack{padding-left:18px!important;padding-right:18px!important}.mailbox-app .message-row{grid-template-columns:72px minmax(120px,190px) minmax(0,1fr) 58px!important}}@media(max-width:720px){.mailbox-app .message-list{grid-template-rows:52px minmax(0,1fr) 52px!important}.mailbox-app .mail-category-tabs{grid-template-columns:repeat(4,minmax(52px,1fr))!important;overflow-x:auto!important;height:52px!important;min-height:52px!important}.mailbox-app .mail-category-tabs button{height:52px!important;padding:0 12px!important;grid-template-columns:22px minmax(0,auto)!important}.mailbox-app .mail-category-tabs button small{display:none!important}.mailbox-app .message-row{grid-template-columns:52px minmax(0,1fr) 58px!important;height:56px!important;min-height:56px!important}.mailbox-app .message-row>strong{display:none!important}.mailbox-app .message-row-content b:after{content:""!important}.mailbox-app .preview-header{grid-template-columns:40px minmax(0,1fr)!important}.mailbox-app .preview-header h2{font-size:22px!important}}.mailbox-app .mail-topbar{grid-template-columns:minmax(360px,640px) minmax(410px,1fr)!important;gap:16px!important}.mailbox-app .mail-search{width:min(100%,640px)!important;max-width:640px!important}.mailbox-app .mail-top-actions{min-width:410px!important;max-width:100%!important}.mailbox-app .mail-top-actions>.language-switcher{width:124px!important;min-width:124px!important;padding:0 10px!important;gap:6px!important}.mailbox-app .mail-top-actions>.language-switcher select{width:78px!important;color:#111827!important;font-size:14px!important;font-weight:700!important;background-position:right 2px center!important}.mailbox-app .mail-top-actions .admin-link{width:132px!important;min-width:132px!important;padding:0 14px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:1180px){.mailbox-app .mail-topbar{grid-template-columns:minmax(280px,1fr) auto!important}.mailbox-app .mail-search{max-width:none!important}.mailbox-app .mail-top-actions{min-width:0!important}.mailbox-app .mail-top-actions>.language-switcher{width:44px!important;min-width:44px!important;padding:0!important;justify-content:center!important}.mailbox-app .mail-top-actions>.language-switcher select{width:0!important;opacity:0!important;pointer-events:none!important}.mailbox-app .mail-top-actions .admin-link{width:72px!important;min-width:72px!important}}.mailbox-app{--mail-view-bg: var(--preset-bg-canvas, #f6f8fc);--mail-view-panel: rgba(255, 255, 255, .9);--mail-view-hover: rgba(242, 246, 252, .9);--mail-view-selected: #d3e3fd;--mail-view-border: rgba(60, 64, 67, .14);background:var(--mail-view-bg)!important;color:#202124!important}.mailbox-app .mail-rail,.mailbox-app .mail-sidebar{background:transparent!important;border-right:0!important;box-shadow:none!important}.mailbox-app .mail-sidebar{padding:18px 10px 14px!important}.mailbox-app .mail-brand{padding:0 12px 12px!important;border-bottom:0!important;gap:12px!important}.mailbox-app .mail-brand .brand-mark{width:36px!important;height:36px!important;border-radius:8px!important;box-shadow:none!important}.mailbox-app .compose-button{width:142px!important;min-height:52px!important;margin:8px 0 18px!important;border-radius:16px!important;background:#fff!important;color:#3c4043!important;box-shadow:0 2px 6px #3c40432e!important;justify-content:flex-start!important;padding:0 18px!important}.mailbox-app .mail-folder-list{gap:0!important;padding-right:4px!important}.mailbox-app .mail-folder-list button{min-height:32px!important;height:32px!important;border-radius:0 18px 18px 0!important;padding:0 14px!important;color:#334155!important;background:transparent!important;box-shadow:none!important;font-size:14px!important}.mailbox-app .mail-folder-list button:hover:not(:disabled){background:#2021240f!important}.mailbox-app .mail-folder-list button.active{background:var(--mail-view-selected)!important;color:#001d35!important}.mailbox-app .mail-labels{margin-top:18px!important;border-top:1px solid rgba(60,64,67,.12)!important;padding-top:16px!important}.mailbox-app .mail-topbar{min-height:64px!important;height:64px!important;padding:8px 16px!important;border-bottom:0!important;background:transparent!important;box-shadow:none!important}.mailbox-app .mail-search{height:46px!important;border-radius:24px!important;background:#eaf1fbeb!important;border-color:transparent!important;box-shadow:none!important}.mailbox-app .mail-search.is-focused{background:#fff!important;box-shadow:0 1px 3px #3c404338!important}.mailbox-app .mail-top-actions button,.mailbox-app .mail-top-actions .mail-live-chip,.mailbox-app .presence-control{min-height:38px!important;border-radius:19px!important;box-shadow:none!important}.mailbox-app .admin-link{background:#d3e3fd!important;color:#041e49!important;border-color:#c2d7fb!important}.mailbox-app .mail-main{background:transparent!important;padding:0 8px 12px 0!important}.mailbox-app .mail-workspace{height:calc(100dvh - 76px)!important;margin:0!important;border:0!important;border-radius:18px!important;background:var(--mail-view-panel)!important;box-shadow:none!important;overflow:hidden!important}.mailbox-app .mail-toolbar{height:48px!important;min-height:48px!important;padding:0 14px!important;background:#ffffffd1!important;border-bottom:1px solid rgba(60,64,67,.1)!important}.mailbox-app .mail-toolbar button:not(.bulk-menu-panel button){width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;padding:0!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}.mailbox-app .mail-toolbar button:hover:not(:disabled){background:#3c404314!important}.mailbox-app .mail-toolbar button span{display:none!important}.mailbox-app .mail-toolbar-context{color:#5f6368!important;font-size:13px!important;font-weight:500!important}.mailbox-app .message-list,.mailbox-app .message-list-scroll{background:transparent!important}.mailbox-app .mail-category-tabs{background:#ffffffd6!important}.mailbox-app .mail-category-tabs button{color:#3c4043!important;font-size:14px!important}.mailbox-app .mail-category-tabs button.active{color:var(--primary)!important;background:transparent!important}.mailbox-app .message-row,.mailbox-app .message-row.unread,.mailbox-app .message-row.active{height:38px!important;min-height:38px!important;padding:0 14px!important;border-radius:0!important;border-bottom:1px solid rgba(60,64,67,.1)!important;background:transparent!important;box-shadow:none!important}.mailbox-app .message-row:hover{background:var(--mail-view-hover)!important;box-shadow:inset 0 1px #3c404314,inset 0 -1px #3c404314!important}.mailbox-app .message-row.active{background:#eaf1fb!important}.mailbox-app .message-row:before,.mailbox-app .message-row.unread:before,.mailbox-app .message-row.active:before{display:none!important}.mailbox-app .message-row-controls{gap:14px!important}.mailbox-app .message-row input[type=checkbox]{width:16px!important;height:16px!important}.mailbox-app .message-row>strong,.mailbox-app .message-row-content b,.mailbox-app .message-row-content small,.mailbox-app .message-row em{font-size:14px!important;line-height:1.2!important}.mailbox-app .message-row-content{display:flex!important;min-width:0!important;gap:4px!important}.mailbox-app .message-row-content b:after{content:" - "!important;color:#5f6368!important;font-weight:400!important}.mailbox-app .message-list-footer{height:46px!important;min-height:46px!important;padding:0 14px!important;background:#ffffffd6!important;border-top:1px solid rgba(60,64,67,.1)!important}.mailbox-app .message-list-footer .mail-range{gap:12px!important;font-size:13px!important}.mailbox-app .message-list-footer button,.mailbox-app .message-list-footer select{height:32px!important;min-height:32px!important;border-radius:16px!important}.mailbox-app .message-preview.is-open{background:#fffffff0!important}.mailbox-app .preview-header{border-bottom:0!important}.mailbox-app .preview-actions button{border-radius:18px!important;background:#fff!important}@media(max-width:980px){.mailbox-app .mail-main{padding-right:0!important}.mailbox-app .mail-workspace{border-radius:14px 0 0!important}}.mailbox-app .mail-category-tabs{grid-auto-flow:column!important;grid-auto-columns:minmax(132px,1fr)!important;grid-template-columns:none!important;height:46px!important;min-height:46px!important;overflow-x:auto!important;scrollbar-width:none!important}.mailbox-app .mail-category-tabs::-webkit-scrollbar{display:none!important}.mailbox-app .message-list{grid-template-rows:46px minmax(0,1fr) 46px!important}.mailbox-app .mail-category-tabs button{grid-template-columns:22px minmax(0,auto)!important;justify-content:start!important;height:46px!important;padding:0 18px!important;gap:10px!important}.mailbox-app .mail-category-tabs button small{display:none!important}.mailbox-app .mail-category-tabs button:after{left:10px!important;right:10px!important}.mailbox-app .mail-toolbar{height:44px!important;min-height:44px!important}.mailbox-app .message-row{grid-template-columns:70px minmax(180px,245px) minmax(0,1fr) 66px!important}.mailbox-app .message-row>strong{font-weight:500!important}.mailbox-app .message-row.unread>strong,.mailbox-app .message-row.unread .message-row-content b,.mailbox-app .message-row.unread em{font-weight:700!important}@media(max-width:720px){.mailbox-app .message-list{grid-template-rows:46px minmax(0,1fr) 52px!important}.mailbox-app .mail-category-tabs{height:46px!important;min-height:46px!important}.mailbox-app .mail-category-tabs button{height:46px!important}}.mailbox-app .mail-workspace{border-radius:16px!important;background:#ffffffdb!important}.mailbox-app .mail-toolbar{padding-left:12px!important;padding-right:12px!important}.mailbox-app .mail-toolbar>div:first-child{gap:8px!important}.mailbox-app .mail-toolbar-context{padding-right:4px!important}.mailbox-app .mail-category-tabs{border-bottom-color:#3c40431c!important}.mailbox-app .mail-category-tabs button{font-weight:500!important}.mailbox-app .mail-category-tabs button.active{font-weight:700!important}.mailbox-app .message-row{grid-template-columns:66px minmax(176px,236px) minmax(0,1fr) 62px!important;letter-spacing:0!important}.mailbox-app .message-row:hover{background:#f2f6fcd1!important}.mailbox-app .message-row.active{background:#d3e3fdc2!important}.mailbox-app .message-row-controls svg:not(.starred){color:#5f6368!important}.mailbox-app .message-list-footer{justify-content:flex-end!important}.mailbox-app .message-list-footer .mail-range{margin-left:auto!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.mailbox-app .message-list-footer .mail-range-count{min-width:74px!important;text-align:right!important}.mailbox-app .message-list-footer .mail-page-size span{display:none!important}.mailbox-app .message-list-footer .mail-page-label{min-width:76px!important}.mailbox-app .mail-insight-strip{display:none!important}.mailbox-app .mail-workspace{grid-template-rows:44px minmax(0,1fr)!important}.mailbox-app .message-list{grid-template-rows:minmax(0,1fr) 46px!important}.mailbox-app .message-list.has-category-tabs{grid-template-rows:46px minmax(0,1fr) 46px!important}.mailbox-app .message-pager-strip{display:none!important}.mailbox-app .mail-content-grid,.mailbox-app .mail-content-grid.has-preview{min-height:0!important}.mailbox-app .message-list-scroll{min-height:0!important;overflow-y:auto!important}.mailbox-app .message-row{height:36px!important;min-height:36px!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-sidebar{display:flex!important;width:312px!important;min-width:312px!important;margin-left:0!important}.mailbox-app.sidebar-hidden .mail-rail-button,.mailbox-app.sidebar-hidden .collapsed-compose-button,.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin-inline:auto!important;border-radius:24px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav,.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{width:72px!important;display:flex!important;flex-direction:column!important;align-items:center!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav{gap:10px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{gap:6px!important}.mailbox-app .mail-topbar{height:64px!important;min-height:64px!important;grid-template-columns:minmax(420px,720px) minmax(0,1fr)!important;column-gap:14px!important;padding:7px 16px!important}.mailbox-app .mail-search{width:100%!important;max-width:720px!important;height:48px!important;border-radius:24px!important;background:#eaf1fb!important}.mailbox-app .mail-toolbar{height:44px!important;min-height:44px!important;padding:0!important}.mailbox-app .mail-toolbar>div:first-child{height:44px!important;margin:0!important;padding:0!important;gap:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.mailbox-app .message-row-controls{width:84px!important;min-width:84px!important;padding:0!important;display:inline-grid!important;grid-template-columns:18px 18px 18px!important;align-items:center!important;justify-content:start!important;column-gap:11px!important}.mailbox-app.message-open:not(.sidebar-hidden){grid-template-columns:312px minmax(0,1fr) 54px!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-rail{display:none!important;width:0!important;min-width:0!important;padding:0!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-sidebar{display:flex!important;width:312px!important;min-width:312px!important;grid-column:1!important;margin-left:0!important}.mailbox-app.message-open:not(.sidebar-hidden) .collapsed-rail-nav{display:none!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-rail-button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border-radius:50%!important}.mailbox-app.sidebar-hidden{grid-template-columns:72px minmax(0,1fr) 54px!important}.mailbox-app.sidebar-hidden .mail-rail{width:72px!important;min-width:72px!important;padding:8px 0!important;align-items:center!important}.mailbox-app.sidebar-hidden .mail-rail-button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border-radius:50%!important;margin:0 auto 10px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav{display:flex!important;width:72px!important;flex-direction:column!important;align-items:center!important;gap:10px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{width:72px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important}.mailbox-app.sidebar-hidden .collapsed-compose-button,.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;margin:0 auto!important;border-radius:24px!important}.mailbox-app.sidebar-hidden .collapsed-compose-button{background:#fff!important;box-shadow:0 2px 6px #3c40432e!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{background:transparent!important;box-shadow:none!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button.active{background:#d3e3fd!important}.mailbox-app .mail-topbar{grid-template-columns:minmax(420px,720px) minmax(0,1fr)!important;column-gap:14px!important;padding:7px 16px!important}.mailbox-app .mail-search{height:48px!important;max-width:720px!important;border-radius:24px!important;background:#eaf1fb!important}.mailbox-app .mail-search input{font-size:16px!important;font-weight:400!important}.mailbox-app .mail-top-actions>.language-switcher{display:none!important}.mailbox-app .mail-toolbar{min-height:44px!important;height:44px!important;padding:0!important;align-items:center!important}.mailbox-app .mail-toolbar>div:first-child{height:44px!important;margin:0!important;padding-left:0!important;gap:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.mailbox-app .mail-toolbar>div:first-child>button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important}.mailbox-app .message-row{grid-template-columns:84px minmax(180px,230px) minmax(0,1fr) 112px!important;padding:0!important}.mailbox-app .message-row-controls{width:84px!important;min-width:84px!important;padding:0!important;display:inline-grid!important;grid-template-columns:20px 20px 20px!important;justify-content:start!important;align-items:center!important;column-gap:10px!important}.mailbox-app .message-row input[type=checkbox]{width:18px!important;height:18px!important;margin:0!important}.mailbox-app .message-row .message-importance{display:inline-flex!important}.mailbox-app .mail-folder-list button,.mailbox-app .mail-label-empty,.mailbox-app .mail-labels button{width:100%!important;min-width:0!important}.mailbox-app .message-row-meta{gap:8px!important}.mailbox-app .message-attachment-indicator{display:inline-flex!important;width:15px!important;height:15px!important;color:#5f6368!important}.mailbox-app.sidebar-hidden.message-open{grid-template-columns:88px minmax(0,1fr) 54px!important}.mailbox-app.sidebar-hidden.message-open .mail-main{grid-column:2!important}.mailbox-app.sidebar-hidden.message-open .mail-sidebar{display:none!important}.mailbox-app.message-open .mail-content-grid.has-preview .message-preview.is-open{grid-column:1 / -1!important;width:100%!important}.mailbox-app.message-open .mail-content-grid.has-preview .preview-header,.mailbox-app.message-open .mail-content-grid.has-preview .conversation-stack{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:24px!important;padding-right:48px!important}.mailbox-app .message-attachment-indicator{display:inline-flex!important;flex:0 0 auto!important;color:#5f6368!important}.mailbox-app.message-open .mail-content-grid.has-preview .preview-header,.mailbox-app.message-open .mail-content-grid.has-preview .conversation-stack{max-width:none!important;width:100%!important;margin:0!important;padding-left:24px!important;padding-right:48px!important}.mailbox-app.message-open .mail-content-grid.has-preview .conversation-message .message-body,.mailbox-app.message-open .mail-content-grid.has-preview .quoted-trail,.mailbox-app.message-open .mail-content-grid.has-preview .message-attachments{max-width:980px!important}@media(max-width:1180px){.mailbox-app.message-open .mail-content-grid.has-preview .preview-header,.mailbox-app.message-open .mail-content-grid.has-preview .conversation-stack{padding-left:16px!important;padding-right:24px!important}}.mailbox-app .mail-content-grid.has-preview .message-preview.is-open{grid-column:1!important;width:100%!important;min-width:0!important;background:#fff!important;border:0!important;border-radius:0 0 18px 18px!important;box-shadow:none!important;padding:0!important}.mailbox-app .mail-content-grid.has-preview .preview-header{max-width:1240px!important;width:100%!important;margin:0 auto!important;padding:30px 48px 12px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;column-gap:16px!important;align-items:start!important}.mailbox-app .mail-content-grid.has-preview .preview-folder-pill{display:inline-flex!important;margin:0 0 8px!important;padding:2px 8px!important;border-radius:4px!important;background:#eee!important;color:#5f6368!important;font-size:12px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}.mailbox-app .mail-content-grid.has-preview .conversation-stack{max-width:1240px!important;width:100%!important;margin:0 auto!important;padding:4px 48px 56px!important;gap:0!important}.mailbox-app .mail-content-grid.has-preview .conversation-message .message-body,.mailbox-app .mail-content-grid.has-preview .quoted-trail,.mailbox-app .mail-content-grid.has-preview .message-attachments{grid-column:2 / -1!important;max-width:850px!important}.mailbox-app .mail-sidebar{grid-column:1!important;grid-row:1!important;width:300px!important;min-width:300px!important;padding-left:88px!important;z-index:2!important}.mailbox-app{grid-template-columns:300px minmax(0,1fr) 54px!important}.mailbox-app.sidebar-hidden{grid-template-columns:88px minmax(0,1fr) 54px!important}.mailbox-app .mail-rail{grid-column:1!important;grid-row:1!important;width:72px!important;min-width:72px!important;padding:18px 8px!important;align-items:center!important;z-index:4!important}.mailbox-app .mail-sidebar{grid-column:1!important;grid-row:1!important;width:300px!important;min-width:300px!important;padding:18px 12px 18px 88px!important;z-index:2!important}.mailbox-app .mail-main{grid-column:2!important}.mailbox-app.sidebar-hidden .mail-rail{width:88px!important;min-width:88px!important}.mailbox-app.sidebar-hidden .mail-main{grid-column:2!important}.mailbox-app.sidebar-hidden .mail-side-tools{grid-column:3!important}.mailbox-app .mail-brand{margin-left:0!important}.mailbox-app .message-row{grid-template-columns:64px minmax(170px,230px) minmax(0,1fr) 90px!important}.mailbox-app .message-row-meta{min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;color:#5f6368!important;overflow:hidden!important}.mailbox-app .message-row-meta em{color:#5f6368!important;font-style:normal!important;text-align:right!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mailbox-app .message-attachment-indicator{color:#5f6368!important;flex:0 0 auto!important}.mailbox-app .message-preview.is-open{background:#fff!important;border:0!important;border-radius:0 0 18px 18px!important;box-shadow:none!important;padding:0!important;overflow-y:auto!important}.mailbox-app .preview-header{max-width:1320px!important;margin:0 auto!important;padding:34px 48px 16px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;column-gap:16px!important;align-items:start!important}.mailbox-app .preview-close-button{grid-column:1!important;grid-row:1!important;width:40px!important;height:40px!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;margin-top:-2px!important}.mailbox-app .preview-close-button:hover{background:#3c404314!important}.mailbox-app .preview-header>div:first-child{grid-column:2!important}.mailbox-app .preview-folder-pill{display:inline-flex!important;width:fit-content!important;margin:0 0 8px!important;padding:2px 9px!important;border-radius:4px!important;background:#eee!important;color:#5f6368!important;font-size:12px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.mailbox-app .preview-header h2{margin:0!important;color:#202124!important;font-size:28px!important;font-weight:400!important;line-height:1.25!important;letter-spacing:0!important}.mailbox-app .preview-header p{margin:6px 0 0!important;color:#5f6368!important;font-size:13px!important;font-weight:500!important}.mailbox-app .preview-actions{grid-column:2!important;margin-top:18px!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}.mailbox-app .preview-actions button{min-height:36px!important;height:36px!important;padding:0 14px!important;border:1px solid #dadce0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;color:#3c4043!important;font-size:14px!important;font-weight:600!important}.mailbox-app .conversation-stack{max-width:1320px!important;margin:0 auto!important;padding:6px 48px 52px!important;gap:0!important}.mailbox-app .conversation-message{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;column-gap:16px!important;border:0!important;border-bottom:1px solid #eef0f2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;padding:22px 0!important}.mailbox-app .conversation-message.is-selected,.mailbox-app .conversation-message.is-latest{border-color:#eef0f2!important;box-shadow:none!important}.mailbox-app .conversation-message header{grid-column:1 / -1!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) auto auto!important;column-gap:16px!important;align-items:start!important}.mailbox-app .conversation-message .message-avatar{display:inline-flex!important;width:40px!important;height:40px!important;grid-column:1!important}.mailbox-app .conversation-message header>div:first-of-type{grid-column:2!important}.mailbox-app .conversation-message time{grid-column:3!important;color:#5f6368!important;font-size:12px!important;white-space:nowrap!important}.mailbox-app .conversation-item-actions{grid-column:4!important}.mailbox-app .conversation-message .message-body,.mailbox-app .quoted-trail,.mailbox-app .message-attachments{grid-column:2 / -1!important;max-width:820px!important}.mailbox-app .conversation-message .message-body{margin-top:22px!important;color:#202124!important;font-size:15px!important;line-height:1.55!important}@media(max-width:980px){.mailbox-app{grid-template-columns:88px minmax(0,1fr)!important}.mailbox-app .mail-sidebar,.mailbox-app .mail-side-tools{display:none!important}.mailbox-app .mail-main{grid-column:2!important}.mailbox-app .preview-header,.mailbox-app .conversation-stack{padding-left:24px!important;padding-right:24px!important}}.mailbox-app{grid-template-columns:272px minmax(0,1fr) 54px!important;transition:none!important}.mailbox-app.sidebar-hidden,.mailbox-app.sidebar-hidden.message-open{grid-template-columns:88px minmax(0,1fr) 54px!important}.mailbox-app .mail-rail{grid-column:1!important;grid-row:1!important;width:72px!important;min-width:72px!important;z-index:4!important}.mailbox-app .mail-sidebar{grid-column:1!important;grid-row:1!important;width:272px!important;min-width:272px!important;padding:72px 12px 18px 8px!important;z-index:2!important}.mailbox-app .mail-brand{height:56px!important;margin:0 0 18px!important;display:flex!important;align-items:center!important;gap:10px!important}.mailbox-app .mail-brand .brand-mark{width:42px!important;height:42px!important;min-width:42px!important;border-radius:10px!important;font-size:20px!important}.mailbox-app .mail-brand strong{color:#202124!important;font-size:24px!important;font-weight:400!important;line-height:.95!important;letter-spacing:0!important}.mailbox-app .mail-brand span{display:block!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#5f6368!important;font-size:13px!important;font-weight:600!important}.mailbox-app .compose-button{width:176px!important;min-width:176px!important;height:68px!important;min-height:68px!important;margin:0 0 22px!important;padding:0 22px!important;justify-content:flex-start!important;gap:18px!important;border:0!important;border-radius:16px!important;background:#fff!important;color:#3c4043!important;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important;font-size:15px!important;font-weight:500!important}.mailbox-app .compose-button:hover:not(:disabled){background:#f8fbff!important;box-shadow:0 2px 4px #3c40434d,0 3px 8px 3px #3c404326!important}.mailbox-app .mail-folder-list,.mailbox-app .mail-labels{margin-left:0!important;padding-right:8px!important}.mailbox-app .mail-folder-list button{height:32px!important;min-height:32px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 14px 0 28px!important;border-radius:0 16px 16px 0!important;color:#3c4043!important;font-size:14px!important;font-weight:400!important}.mailbox-app .mail-folder-list button.active{background:color-mix(in srgb,var(--primary) 18%,transparent)!important;color:#202124!important;font-weight:700!important}.mailbox-app .mail-main{grid-column:2!important;padding:0 8px 12px 0!important;grid-template-rows:64px minmax(0,1fr)!important;min-width:0!important}.mailbox-app .mail-topbar{height:64px!important;min-height:64px!important;padding:8px 0!important;display:grid!important;grid-template-columns:minmax(640px,880px) minmax(0,1fr)!important;align-items:center!important;column-gap:18px!important;background:transparent!important;border:0!important;box-shadow:none!important}.mailbox-app .mail-search{width:100%!important;max-width:880px!important;height:56px!important;border-radius:28px!important;background:#eaf1fbeb!important;border:0!important;box-shadow:none!important}.mailbox-app .mail-top-actions{justify-content:flex-end!important;min-width:0!important;gap:10px!important}.mailbox-app .mail-side-tools{grid-column:3!important}.mailbox-app.sidebar-hidden .mail-rail{width:88px!important;min-width:88px!important;padding:18px 8px!important;align-items:center!important;gap:10px!important}.mailbox-app .collapsed-rail-nav,.mailbox-app.sidebar-hidden .mail-sidebar{display:none!important}.mailbox-app.sidebar-hidden .mail-rail-button{width:48px!important;min-width:48px!important;height:40px!important;min-height:40px!important;border-radius:20px!important;padding:0!important}.mailbox-app.sidebar-hidden .mail-rail-button span{display:none!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav{display:flex!important;width:100%!important;flex-direction:column!important;align-items:center!important;gap:12px!important}.mailbox-app.sidebar-hidden .collapsed-compose-button,.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;border:0!important;border-radius:18px!important;background:#fff!important;color:#1f2937!important;box-shadow:0 2px 6px #3c40432e!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{height:40px!important;min-height:40px!important;border-radius:20px!important;background:transparent!important;box-shadow:none!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button:hover:not(:disabled){background:#20212414!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button.active{background:#d3e3fd!important;color:#001d35!important}.mailbox-app .message-list{display:grid!important;grid-template-rows:minmax(0,1fr) 52px!important;overflow:hidden!important}.mailbox-app .message-list.has-category-tabs{grid-template-rows:56px minmax(0,1fr) 52px!important}.mailbox-app .message-list-scroll{grid-row:1!important;min-height:0!important;overflow-y:auto!important;padding-bottom:0!important}.mailbox-app .message-list.has-category-tabs .mail-category-tabs{grid-row:1!important}.mailbox-app .message-list.has-category-tabs .message-list-scroll{grid-row:2!important}.mailbox-app .message-list-footer{position:static!important;grid-row:2!important;z-index:1!important}.mailbox-app .message-list.has-category-tabs .message-list-footer{grid-row:3!important}.mailbox-app .message-row .message-avatar{display:none!important}.mailbox-app .message-row{height:40px!important;min-height:40px!important;grid-template-columns:120px minmax(180px,260px) minmax(0,1fr) 96px!important;background:#f2f6f7!important;color:#3c4043!important;font-weight:400!important}.mailbox-app .message-row.unread{background:#fff!important;color:#202124!important;font-weight:700!important}.mailbox-app .message-row.active{background:#dbe8ff!important}.mailbox-app .message-row:hover{background:#e9f1f4!important;box-shadow:inset 1px 0 #dadce0,inset -1px 0 #dadce0,0 1px 2px #3c40432e!important;z-index:1!important}.mailbox-app .message-row-meta{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;color:#5f6368!important}.mailbox-app .message-row-meta em{color:#5f6368!important;font-style:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mailbox-app .message-row.unread>strong,.mailbox-app .message-row.unread .message-row-content b,.mailbox-app .message-row.unread .message-row-meta em{color:#202124!important;font-weight:700!important}.mailbox-app .message-row:not(.unread)>strong{color:#202124!important;font-weight:400!important}.mailbox-app .message-row:not(.unread) .message-row-content b{color:#5f6368!important;font-weight:400!important}.mailbox-app .message-row:not(.unread) .message-row-content small,.mailbox-app .message-row:not(.unread) .message-row-meta em{color:#5f6368!important;font-weight:400!important}.mailbox-app .message-attachment-indicator{display:inline-flex!important;width:16px!important;height:16px!important;color:#5f6368!important;flex:0 0 auto!important}.mailbox-app .mail-content-grid.has-preview{grid-template-columns:minmax(0,1fr)!important;background:#fff!important;border-radius:0 0 18px 18px!important}.mailbox-app .mail-content-grid.has-preview .message-list{display:none!important}.mailbox-app .mail-content-grid.has-preview .message-preview.is-open{grid-column:1 / -1!important;width:100%!important;min-width:0!important;background:#fff!important;border:0!important;border-radius:0 0 18px 18px!important;box-shadow:none!important;padding:0!important}.mailbox-app .mail-content-grid.has-preview .preview-header{max-width:none!important;width:100%!important;margin:0!important;padding:30px 48px 12px 24px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;column-gap:16px!important;align-items:start!important}.mailbox-app .mail-content-grid.has-preview .preview-close-button{grid-column:1!important;grid-row:1 / span 2!important;width:40px!important;height:40px!important;margin-top:-2px!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;color:#5f6368!important}.mailbox-app .mail-content-grid.has-preview .preview-close-button:hover{background:#3c404314!important}.mailbox-app .mail-content-grid.has-preview .preview-header>div:first-child,.mailbox-app .mail-content-grid.has-preview .preview-actions{grid-column:2!important}.mailbox-app .mail-content-grid.has-preview .preview-folder-pill{display:inline-flex!important;margin:0!important;padding:2px 8px!important;border-radius:4px!important;background:#eee!important;color:#5f6368!important;font-size:12px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}.mailbox-app .mail-content-grid.has-preview .preview-title-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 8px!important}.mailbox-app .mail-content-grid.has-preview .preview-attachment-pill{display:inline-flex!important;align-items:center!important;gap:4px!important;min-height:22px!important;padding:2px 8px!important;border-radius:4px!important;background:#f1f3f4!important;color:#5f6368!important;font-size:12px!important;font-weight:500!important;line-height:1!important}.mailbox-app .mail-content-grid.has-preview .preview-header h2{margin:0!important;color:#202124!important;font-size:28px!important;font-weight:400!important;line-height:1.25!important;letter-spacing:0!important}.mailbox-app .mail-content-grid.has-preview .preview-header p{margin:6px 0 0!important;color:#5f6368!important;font-size:13px!important;font-weight:500!important}.mailbox-app .mail-content-grid.has-preview .preview-actions{margin-top:18px!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}.mailbox-app .mail-content-grid.has-preview .preview-actions button{height:36px!important;min-height:36px!important;padding:0 14px!important;border:1px solid #dadce0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;color:#3c4043!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.mailbox-app .mail-content-grid.has-preview .conversation-stack{max-width:none!important;width:100%!important;margin:0!important;padding:4px 48px 56px 24px!important;gap:0!important}.mailbox-app .mail-content-grid.has-preview .conversation-message{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;column-gap:16px!important;padding:22px 0!important;border:0!important;border-bottom:1px solid #eef0f2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.mailbox-app .mail-content-grid.has-preview .conversation-message header{grid-column:1 / -1!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) auto auto!important;column-gap:16px!important;align-items:start!important}.mailbox-app .mail-content-grid.has-preview .conversation-message .message-avatar{display:inline-flex!important;grid-column:1!important;width:40px!important;height:40px!important}.mailbox-app .mail-content-grid.has-preview .conversation-message header>div:first-of-type{grid-column:2!important}.mailbox-app .mail-content-grid.has-preview .conversation-message time{grid-column:3!important;color:#5f6368!important;font-size:12px!important;white-space:nowrap!important}.mailbox-app .mail-content-grid.has-preview .conversation-item-actions{grid-column:4!important}.mailbox-app .mail-content-grid.has-preview .conversation-message .message-body,.mailbox-app .mail-content-grid.has-preview .quoted-trail,.mailbox-app .mail-content-grid.has-preview .message-attachments{grid-column:2 / -1!important;max-width:980px!important}.mailbox-app .mail-content-grid.has-preview .conversation-message .message-body{margin-top:22px!important;color:#202124!important;font-size:15px!important;line-height:1.55!important}html body #root .mailbox-app.mailbox-app{--pixel-sidebar: 272px;--pixel-rail: 88px;--pixel-actions: 54px;--pixel-topbar: 72px;--pixel-header: 64px;--pixel-toolbar: 48px;--pixel-row: 48px;--pixel-footer: 52px;grid-template-columns:var(--pixel-sidebar) minmax(0,1fr) var(--pixel-actions)!important;grid-template-rows:var(--pixel-topbar) minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app .mail-sidebar{width:var(--pixel-sidebar)!important;min-width:var(--pixel-sidebar)!important}html body #root .mailbox-app.mailbox-app.sidebar-collapsed,html body #root .mailbox-app.mailbox-app.sidebar-hidden{grid-template-columns:var(--pixel-rail) minmax(0,1fr) var(--pixel-actions)!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .mail-rail{display:grid!important;width:var(--pixel-rail)!important;min-width:var(--pixel-rail)!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-sidebar,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .mail-sidebar{display:none!important}html body #root .mailbox-app.mailbox-app .mail-main{grid-template-rows:var(--pixel-header) minmax(0,1fr)!important;min-width:0!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:var(--pixel-header)!important;min-height:var(--pixel-header)!important;padding:8px 24px 0 0!important;grid-template-columns:minmax(520px,880px) minmax(112px,1fr) auto!important;column-gap:24px!important;align-items:start!important}html body #root .mailbox-app.mailbox-app .mail-search{width:100%!important;max-width:880px!important;height:56px!important;min-height:56px!important;margin:0!important}html body #root .mailbox-app.mailbox-app .mail-workspace{grid-template-rows:var(--pixel-toolbar) minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app .mail-content-grid{grid-template-rows:minmax(0,1fr)!important;padding:0 24px 0 0!important}html body #root .mailbox-app.mailbox-app .mail-toolbar{height:var(--pixel-toolbar)!important;min-height:var(--pixel-toolbar)!important;box-sizing:border-box!important;padding:0 10px!important;border-radius:12px 12px 0 0!important}html body #root .mailbox-app.mailbox-app .mail-content-grid.has-preview .mail-toolbar{display:none!important}html body #root .mailbox-app.mailbox-app .message-list{grid-template-rows:minmax(0,1fr) var(--pixel-footer)!important;height:100%!important;min-height:0!important}html body #root .mailbox-app.mailbox-app .message-list.has-category-tabs{grid-template-rows:56px minmax(0,1fr) var(--pixel-footer)!important}html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{height:var(--pixel-row)!important;min-height:var(--pixel-row)!important;max-height:var(--pixel-row)!important;box-sizing:border-box!important;grid-template-columns:120px minmax(180px,260px) minmax(0,1fr) 96px!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .message-row-controls,html body #root .mailbox-app.mailbox-app .message-row>strong,html body #root .mailbox-app.mailbox-app .message-row-content,html body #root .mailbox-app.mailbox-app .message-row-meta{min-width:0!important;align-self:center!important}html body #root .mailbox-app.mailbox-app .message-list-footer{height:var(--pixel-footer)!important;min-height:var(--pixel-footer)!important;box-sizing:border-box!important}html body #root .mailbox-app.mailbox-app .folder-button{height:32px!important;min-height:32px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .folder-count{justify-self:end!important;align-self:center!important;min-width:20px!important;text-align:right!important}html body #root .mailbox-app.mailbox-app{--pixel-topbar: 64px;--pixel-header: 64px;--pixel-row: 48px}html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.sidebar-collapsed{grid-template-rows:64px minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:64px!important;min-height:64px!important;max-height:64px!important;padding:8px 16px 0 0!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .mail-rail{grid-template-rows:64px 0px minmax(0,1fr)!important;padding:8px 0 16px!important;gap:0!important;row-gap:0!important;justify-items:center!important;align-items:start!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .mail-rail-button{grid-row:1!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0 auto!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-rail-nav{grid-row:3!important;align-self:start!important;padding:0!important;margin:0!important;gap:42px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-compose-button,html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-compose-button,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important}html body #root .mailbox-app.mailbox-app.message-open .mail-toolbar{display:none!important}html body #root .mailbox-app.mailbox-app.message-open .mail-workspace{grid-template-rows:minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview .message-preview.is-open{position:relative!important;top:0!important;padding-top:0!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview .preview-header{height:auto!important;min-height:0!important;padding:28px 48px 18px!important;align-content:start!important;grid-auto-rows:auto!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview .conversation-stack{padding:12px 48px 48px!important}html body #root .mailbox-app.mailbox-app .mail-toolbar{padding:0 16px!important}html body #root .mailbox-app.mailbox-app .mail-toolbar>div:first-child{display:grid!important;grid-template-columns:repeat(4,48px)!important;gap:0!important;align-items:center!important;justify-items:center!important}html body #root .mailbox-app .mail-content-grid.has-preview .preview-actions,html body #root .mailbox-app .preview-actions{width:auto!important;max-width:none!important;margin-left:-56px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;overflow-x:visible!important;scrollbar-width:none!important}html body #root .mailbox-app .mail-content-grid.has-preview .preview-actions::-webkit-scrollbar,html body #root .mailbox-app .preview-actions::-webkit-scrollbar{display:none!important}html body #root .mailbox-app .mail-content-grid.has-preview .preview-actions button,html body #root .mailbox-app .preview-actions button{flex:0 0 auto!important;height:34px!important;min-height:34px!important;padding:0 9px!important;gap:5px!important;font-size:13px!important;white-space:nowrap!important}html body #root .mailbox-app .preview-actions button svg{width:15px!important;height:15px!important}html body #root .mailbox-app .preview-actions .message-menu-wrap{flex:0 0 auto!important}html body #root .mailbox-app .conversation-message .message-avatar{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}html body #root .mailbox-app.mailbox-app .select-visible-button{width:48px!important;min-width:48px!important;height:48px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .toolbar-select-checkbox,html body #root .mailbox-app.mailbox-app .message-row-checkbox{width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important;margin:0!important}html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{grid-template-columns:156px minmax(180px,260px) minmax(0,1fr) 96px!important;padding:0 16px!important}html body #root .mailbox-app.mailbox-app .message-row-controls{width:156px!important;min-width:156px!important;padding:0!important;display:grid!important;grid-template-columns:repeat(3,48px)!important;gap:0!important;align-items:center!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app .message-checkbox-slot{grid-column:1!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .message-star-button{grid-column:2!important;width:48px!important;min-width:48px!important;height:48px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .message-row-controls:after{content:none!important;display:none!important;grid-column:3!important;justify-self:center!important}}.mail-header-logo img,.brand-mark-image img{width:100%;height:100%;object-fit:contain;display:block}.attachment-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:28px;background:#121418e0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.attachment-preview-dialog{width:min(1180px,96vw);height:min(900px,92vh);display:grid;grid-template-rows:64px minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#292a2d;box-shadow:0 24px 72px #00000075}.attachment-preview-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-width:0;padding:0 14px 0 22px;color:#fff;background:#202124}.attachment-preview-title,.attachment-preview-actions{display:flex;align-items:center}.attachment-preview-title{min-width:0;gap:13px}.attachment-preview-title>svg{flex:0 0 auto;color:#8ab4f8}.attachment-preview-title>div{display:grid;min-width:0}.attachment-preview-title strong{overflow:hidden;font-size:15px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.attachment-preview-title span{color:#bdc1c6;font-size:12px}.attachment-preview-actions{gap:4px}.attachment-preview-actions button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:transparent;cursor:pointer}.attachment-preview-actions button:hover{background:#ffffff1f}.attachment-preview-content{min-height:0;display:grid;place-items:center;overflow:auto;background:#3c4043}.attachment-preview-content iframe{width:100%;height:100%;border:0;background:#fff}.attachment-preview-content.is-docx iframe{width:min(920px,100%);box-shadow:0 4px 22px #00000057}.attachment-preview-content img,.attachment-preview-content video{display:block;max-width:100%;max-height:100%;object-fit:contain}.attachment-preview-content>pre{align-self:stretch;justify-self:stretch;box-sizing:border-box;min-height:100%;margin:0;padding:40px 48px;overflow:auto;color:#202124;background:#fff;font:14px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.attachment-preview-state{width:min(460px,calc(100% - 40px));display:grid;justify-items:center;gap:12px;color:#f1f3f4;text-align:center}.attachment-preview-state span{color:#bdc1c6;line-height:1.5}.attachment-preview-state.is-error>svg{color:#f28b82}.attachment-preview-state button{display:inline-flex;align-items:center;gap:8px;margin-top:6px;padding:10px 18px;border:1px solid #8ab4f8;border-radius:999px;color:#8ab4f8;background:transparent;font-weight:700;cursor:pointer}.mailbox-app .message-attachments .attachment-preview-label{flex:0 0 auto;color:var(--primary);font-size:12px;font-weight:700}html body #root .mailbox-app.mailbox-app .message-row.has-attachment-chips,html body #root .mailbox-app.mailbox-app .message-row.has-attachment-chips.unread,html body #root .mailbox-app.mailbox-app .message-row.has-attachment-chips.active{height:70px!important;min-height:70px!important;max-height:70px!important}html body #root .mailbox-app.mailbox-app .message-row.has-attachment-chips .message-row-content{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;grid-template-rows:20px 28px!important;align-content:center!important;column-gap:5px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .message-row.has-attachment-chips .message-row-content>b,html body #root .mailbox-app.mailbox-app .message-row.has-attachment-chips .message-row-content>small{grid-row:1!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.message-row-attachment-chips{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden}.message-row-attachment-chips>button{display:inline-flex;align-items:center;gap:6px;max-width:220px;height:25px;min-width:0;padding:0 10px;border:1px solid #dadce0;border-radius:999px;color:#5f6368;background:#fff;font-size:12px;font-weight:500;cursor:pointer}.message-row-attachment-chips>button:hover{color:var(--primary-strong);border-color:#aecbfa;background:#f8fbff}.message-row-attachment-chips>button>svg{width:15px;height:15px;flex:0 0 auto}.message-row-attachment-chips>button>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-row-attachment-chips>em{flex:0 0 auto;color:#5f6368;font-size:12px;font-style:normal;font-weight:700}.attachment-preview-content.is-spreadsheet iframe,.attachment-preview-content.is-presentation iframe,.attachment-preview-content.is-xps iframe{width:100%;height:100%;border:0;background:#f1f3f4}@media(max-width:700px){.attachment-preview-backdrop{padding:0}.attachment-preview-dialog{width:100vw;height:100dvh;border:0;border-radius:0}.attachment-preview-header{padding-left:14px}.attachment-preview-content>pre{padding:24px 20px}}.mail-ai-panel{display:grid;gap:14px;padding:16px}.mail-ai-panel>p{margin:0;color:#5f6368;font-size:13px;line-height:1.5}.mail-ai-panel label{display:grid;gap:6px;font-size:12px;font-weight:700}.mail-ai-panel select,.mail-ai-panel textarea{width:100%;border:1px solid #dadce0;border-radius:9px;background:var(--mail-surface, #fff);color:inherit;padding:10px;font:inherit}.mail-ai-panel textarea{min-height:90px;resize:vertical}.mail-ai-generate{height:40px;border:0;border-radius:9px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700}.mail-ai-generate:disabled{opacity:.55}.mail-ai-error{padding:10px;border:1px solid #f3b5ae;border-radius:8px;background:#fce8e6;color:#a50e0e;font-size:12px}.mail-ai-result{padding:13px;border:1px solid #c7d7f5;border-radius:10px;background:#f8fbff}.mail-ai-result>strong,.mail-ai-result>small{display:block}.mail-ai-result>small{color:#5f6368;margin-top:3px}.mail-ai-result p{white-space:pre-wrap;line-height:1.55;font-size:13px}.mail-ai-result button{border:1px solid var(--primary);border-radius:7px;color:var(--primary);background:#fff;padding:7px 10px;font-weight:700}:root{--mail-bg: var(--preset-bg-canvas, #eef7f7);--mail-bg-strong: var(--preset-bg-subtle, #d8f1ef);--mail-surface: #ffffff;--mail-surface-muted: #f6f8fb;--mail-surface-hover: #eef4ff;--mail-border: #d7e2ee;--mail-border-strong: #c2d2e4;--mail-text: #101828;--mail-muted: #667085;--mail-subtle: #98a2b3;--mail-primary: var(--primary, #4f46e5);--mail-primary-strong: var(--primary-strong, #4338ca);--mail-primary-soft: var(--primary-subtle, #eef2ff);--mail-success: #067647;--mail-warning: #b54708;--mail-danger: #b42318;--mail-danger-soft: #fef3f2;--mail-shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--mail-shadow-md: 0 12px 28px rgba(16, 24, 40, .12);--mail-shadow-lg: 0 24px 64px rgba(16, 24, 40, .16);--mail-sidebar: 292px;--mail-rail: 80px;--mail-tools: 64px;--mail-topbar: 88px;--mail-radius: 14px;--mail-radius-sm: 10px;--mail-row: 48px}@media(prefers-color-scheme:dark){:root[data-theme=auto]{--mail-bg: var(--preset-bg-canvas, #08111f);--mail-bg-strong: var(--preset-bg-subtle, #0c1728);--mail-surface: #111827;--mail-surface-muted: #182235;--mail-surface-hover: #172554;--mail-border: #263448;--mail-border-strong: #34445c;--mail-text: #f8fafc;--mail-muted: #b8c4d6;--mail-subtle: #8794a8;--mail-primary: var(--primary, #818cf8);--mail-primary-strong: var(--primary-strong, #6366f1);--mail-primary-soft: var(--primary-subtle, #1e1b4b);--mail-danger-soft: #3b1720;--mail-shadow-sm: 0 1px 2px rgba(0, 0, 0, .24);--mail-shadow-md: 0 12px 28px rgba(0, 0, 0, .36);--mail-shadow-lg: 0 24px 64px rgba(0, 0, 0, .46)}}:root[data-theme=dark]{--mail-bg: var(--preset-bg-canvas, #08111f);--mail-bg-strong: var(--preset-bg-subtle, #0c1728);--mail-surface: #111827;--mail-surface-muted: #182235;--mail-surface-hover: #172554;--mail-border: #263448;--mail-border-strong: #34445c;--mail-text: #f8fafc;--mail-muted: #b8c4d6;--mail-subtle: #8794a8;--mail-primary: var(--primary, #818cf8);--mail-primary-strong: var(--primary-strong, #6366f1);--mail-primary-soft: var(--primary-subtle, #1e1b4b);--mail-danger-soft: #3b1720}.mailbox-app{width:100%;min-width:320px;min-height:100vh;height:100vh;display:grid;grid-template-columns:var(--mail-sidebar) minmax(0,1fr) var(--mail-tools);grid-template-rows:var(--mail-topbar) minmax(0,1fr);grid-template-areas:"brand main tools" "sidebar main tools";overflow:hidden;color:var(--mail-text);background:linear-gradient(180deg,var(--mail-bg-strong),var(--mail-bg));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mailbox-app.sidebar-hidden{grid-template-columns:var(--mail-rail) minmax(0,1fr) var(--mail-tools);grid-template-areas:"brand main tools" "rail main tools"}.mailbox-app button,.mailbox-app input,.mailbox-app textarea,.mailbox-app select{font:inherit}.mailbox-app button{cursor:pointer}.mailbox-app button:disabled{cursor:not-allowed;opacity:.58}.mail-topbar-brand{grid-area:brand;min-width:0;height:var(--mail-topbar);display:grid;grid-template-columns:48px 48px minmax(0,1fr);align-items:center;gap:12px;padding:16px 16px 16px 20px}.mailbox-app.sidebar-hidden .mail-topbar-brand{grid-template-columns:48px;justify-content:center;padding-inline:16px}.mailbox-app.sidebar-hidden .mail-topbar-brand .brand-mark,.mailbox-app.sidebar-hidden .mail-topbar-brand span{display:none}.mail-topbar-toggle,.mail-rail-button,.mail-sidebar-toggle,.mail-top-actions>button,.profile-chip,.mail-side-tools button,.message-overflow-trigger,.conversation-item-actions button,.preview-close-button{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:12px;color:#1f2937;background:transparent;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.mail-topbar-toggle:hover,.mail-rail-button:hover,.mail-sidebar-toggle:hover,.mail-top-actions>button:hover,.mail-side-tools button:hover,.message-overflow-trigger:hover,.conversation-item-actions button:hover,.preview-close-button:hover{background:#2563eb14;border-color:#2563eb24}.mail-topbar-brand .brand-mark,.mail-brand .brand-mark,.rail-brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-strong));box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 28%,transparent);font-size:24px;font-weight:900;line-height:1}.mail-topbar-brand>span{min-width:0;overflow:hidden;color:var(--mail-text);font-size:19px;font-weight:850;line-height:1.1;white-space:nowrap;text-overflow:ellipsis}.mail-sidebar{grid-area:sidebar;min-width:0;height:calc(100vh - var(--mail-topbar));display:flex;flex-direction:column;gap:18px;padding:14px 12px 24px;overflow-y:auto;background:transparent}.mailbox-app.sidebar-hidden .mail-sidebar,.mail-sidebar-header{display:none}.compose-button,.collapsed-compose-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--mail-border);border-radius:14px;color:var(--mail-text);background:var(--mail-surface);box-shadow:var(--mail-shadow-md);font-size:15px;font-weight:700}.compose-button{width:min(220px,100%);justify-content:flex-start;padding:0 20px}.mail-folder-list,.mail-labels{display:grid;gap:4px}.mail-folder-list button,.mail-labels>button{position:relative;width:100%;min-height:44px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;border:1px solid transparent;border-radius:999px;color:var(--mail-muted);background:transparent;font-size:14px;font-weight:650;text-align:left}.mail-folder-list button:hover,.mail-labels>button:hover{color:var(--mail-text);background:#2563eb0f}.mail-folder-list button.active,.mail-labels>button.active{color:var(--mail-text);background:#c6e4fb;font-weight:800}.mail-folder-list button.active:before,.mail-labels>button.active:before{content:"";position:absolute;left:12px;top:11px;bottom:11px;width:4px;border-radius:999px;background:var(--mail-primary)}.mail-folder-list button svg,.mail-labels>button svg{justify-self:center}.folder-label,.label-name{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.folder-unread-count{min-width:28px;justify-self:end;color:var(--mail-text);font-size:13px;font-weight:850;text-align:right;line-height:1}.mail-labels{margin-top:12px;padding-top:16px;border-top:1px solid rgba(16,24,40,.08)}.mail-labels>div:first-child{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px 0 22px}.mail-labels strong{font-size:15px}.mail-labels>div:first-child button{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:var(--mail-muted);background:transparent}.label-dot{width:14px;height:14px;justify-self:center;border-radius:4px;background:var(--mail-subtle)}.mail-label-empty{min-height:40px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;margin:8px 14px 0;padding:0 12px;border:1px dashed var(--mail-border-strong);border-radius:10px;color:var(--mail-muted);background:#ffffff85;font-size:13px;font-weight:700}.sidebar-count{padding:4px 20px;color:var(--mail-muted);font-size:13px;font-weight:700}.mail-rail{grid-area:rail;display:none;width:var(--mail-rail);height:calc(100vh - var(--mail-topbar));padding:12px 8px 24px;overflow:hidden;background:transparent}.mailbox-app.sidebar-hidden .mail-rail{display:grid;grid-template-rows:auto minmax(0,1fr);justify-items:center;gap:16px}.mail-rail-button,.rail-brand-mark{display:none}.collapsed-rail-nav{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.collapsed-rail-nav nav{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.collapsed-rail-nav button{width:48px;height:48px;display:grid;place-items:center;border:1px solid transparent;border-radius:14px;color:#1f2937;background:transparent}.collapsed-rail-nav button.active{color:#0f172a;background:#cfe0ff}.collapsed-compose-button{width:56px;height:56px;padding:0;border-radius:16px}.mail-main{grid-area:main;min-width:0;min-height:0;display:grid;grid-template-rows:var(--mail-topbar) minmax(0,1fr);overflow:hidden}.mail-topbar{min-width:0;height:var(--mail-topbar);display:grid;grid-template-columns:minmax(300px,760px) minmax(max-content,1fr);align-items:center;gap:20px;padding:16px 20px 16px 0}.mail-search{min-width:0;width:100%;height:54px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:0 14px 0 18px;border:1px solid transparent;border-radius:999px;color:var(--mail-muted);background:#eaf1fb;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.mail-search.is-focused{border-color:#2563eb59;background:var(--mail-surface);box-shadow:0 0 0 4px #2563eb1a}.mail-search input{min-width:0;height:100%;border:0;outline:0;color:var(--mail-text);background:transparent;font-size:16px}.mail-search input::placeholder{color:#667085}.mail-search button,.search-clear-button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;color:var(--mail-muted);background:transparent}.mail-search button:hover,.search-clear-button:hover{background:#2563eb1a;color:var(--mail-primary)}.mail-top-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.admin-link{width:auto;min-width:156px;height:46px;padding:0 18px;border-color:#bdd0ff;color:#0f2f66;background:#dbe8ff;font-weight:800}.profile-chip{border-radius:999px;color:#fff;background:#263348;font-weight:850}.account-menu{position:relative}.account-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:80;width:min(340px,88vw);display:grid;gap:12px;padding:18px;border:1px solid var(--mail-border);border-radius:14px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.account-menu-panel strong,.account-menu-panel span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.account-menu-panel span{color:var(--mail-muted)}.account-menu-panel button{min-height:44px;display:inline-flex;align-items:center;gap:10px;padding:0 12px;border:1px solid var(--mail-border);border-radius:10px;color:var(--mail-text);background:var(--mail-surface-muted);font-weight:800}.mail-status-toast{position:fixed;top:10px;left:0;right:0;margin-inline:auto;z-index:120;width:fit-content;max-width:min(720px,calc(100vw - 32px));height:44px;display:flex;align-items:center;gap:10px;padding:0 18px;overflow:hidden;border:1px solid var(--mail-border);border-radius:12px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg);font-weight:800}.mail-status-toast span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mail-status-toast.bad{border-color:#fda29b;color:var(--mail-danger);background:var(--mail-danger-soft)}.mail-status-toast.good{border-color:#a6f4c5;color:var(--mail-success);background:#ecfdf3}.mail-workspace{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;padding:0 20px 20px 0;overflow:hidden}.mail-insight-strip{display:none}.mail-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px;border:1px solid var(--mail-border);border-radius:var(--mail-radius) var(--mail-radius) 0 0;background:var(--mail-surface);box-shadow:var(--mail-shadow-sm)}.mail-toolbar>div:first-child{display:flex;align-items:center;gap:8px}.mail-toolbar button{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;border:1px solid transparent;border-radius:10px;color:#263348;background:transparent;font-weight:750}.mail-toolbar button:hover,.mail-toolbar button.is-active{border-color:var(--mail-border);background:var(--mail-surface-muted)}.toolbar-select-checkbox,.message-row-checkbox{width:18px;height:18px;accent-color:var(--mail-primary)}.mail-toolbar-context{color:var(--mail-muted);font-size:13px;font-weight:800}.bulk-action-menu{position:relative}.bulk-menu-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:70;width:248px;max-height:min(520px,calc(100vh - 160px));display:grid;gap:4px;padding:8px;overflow-y:auto;border:1px solid var(--mail-border);border-radius:12px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.bulk-menu-panel button{width:100%;min-height:40px;justify-content:flex-start;padding:0 10px;border:0;color:var(--mail-text);background:transparent;text-align:left;white-space:nowrap}.bulk-menu-panel button:hover{background:var(--mail-surface-muted)}.bulk-menu-section{margin:6px 4px 2px;color:var(--mail-muted);font-size:11px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.mail-content-grid{min-width:0;min-height:0;display:grid}.mail-content-grid.has-preview{display:block;overflow:hidden}.message-list,.message-preview{min-width:0;min-height:0;overflow:hidden;border:1px solid var(--mail-border);border-top:0;border-radius:0 0 var(--mail-radius) var(--mail-radius);background:var(--mail-surface);box-shadow:var(--mail-shadow-sm)}.message-list{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.message-pager-strip{display:none}.mail-category-tabs{min-height:46px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:stretch;border-bottom:1px solid var(--mail-border);background:var(--mail-surface)}.mail-category-tabs button{position:relative;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;color:var(--mail-muted);background:transparent;font-weight:750}.mail-category-tabs button.active{color:var(--mail-primary)}.mail-category-tabs button.active:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:var(--mail-primary)}.message-list-scroll{min-height:0;overflow-y:auto;background:var(--mail-surface)}.message-row{min-width:0;height:var(--mail-row);display:grid;grid-template-columns:92px minmax(180px,290px) minmax(0,1fr) 120px;align-items:center;gap:0;padding:0 16px;border-bottom:1px solid rgba(16,24,40,.08);color:var(--mail-muted);background:var(--mail-surface);outline:0;transition:background .12s ease}.message-row:hover,.message-row.active{background:#f8fafc}.message-row.unread{color:var(--mail-text);font-weight:850}.message-row-controls{display:grid;grid-template-columns:28px 28px;align-items:center;gap:12px}.message-checkbox-slot{display:grid;place-items:center}.message-star-button{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#667085;background:transparent}.message-star-button:hover{background:#2563eb14}.message-star-button.starred,.message-star-button.starred svg,.starred{color:#eaaa08;fill:#fdb022}.message-row-sender,.message-row-content,.message-row-meta{min-width:0}.message-row-sender{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.message-row-content{display:flex;align-items:baseline;gap:8px;overflow:hidden;white-space:nowrap}.message-row-content b,.message-row-content small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.message-row-content b{flex:0 1 auto;color:inherit;font-weight:inherit}.message-row-content small{flex:1 1 auto;color:var(--mail-muted);font-size:14px}.message-row-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:inherit;font-size:13px;font-weight:800}.message-row-meta em{min-width:0;overflow:hidden;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.message-attachment-indicator{color:var(--mail-muted)}.message-list-footer{min-height:62px;display:flex;align-items:center;justify-content:flex-end;padding:8px 14px;border-top:1px solid var(--mail-border);background:var(--mail-surface)}.mail-range{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:var(--mail-muted);font-size:13px;font-weight:800}.mail-page-size{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding-left:14px;border-left:1px solid var(--mail-border)}.mail-page-size span{display:none}.mail-page-size select,.mail-range button,.pager-pages button{height:38px;border:1px solid var(--mail-border);border-radius:12px;color:var(--mail-text);background:var(--mail-surface-muted);font-weight:800}.mail-page-size select{min-width:74px;padding:0 12px}.mail-range button{width:38px;display:grid;place-items:center}.mail-page-label{color:var(--mail-text)}.pager-pages{display:inline-flex;gap:4px}.pager-pages button.active{color:#fff;background:var(--mail-primary)}.message-empty{min-height:280px;display:grid;place-items:center;align-content:center;gap:12px;padding:32px;color:var(--mail-muted);text-align:center}.message-empty svg{color:var(--mail-primary)}.message-empty strong{color:var(--mail-text);font-size:18px}.message-empty span{max-width:420px;line-height:1.5}.message-empty-actions>div{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.primary-button,.secondary-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid var(--mail-border);border-radius:10px;font-weight:850}.primary-button{color:#fff;border-color:var(--mail-primary-strong);background:var(--mail-primary)}.secondary-button{color:var(--mail-primary-strong, var(--primary-strong));background:var(--mail-surface)}.message-preview{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);padding:0;overflow-y:auto;border-radius:var(--mail-radius)}.preview-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;padding:24px 28px 18px;border-bottom:1px solid var(--mail-border);background:var(--mail-surface)}.preview-title-content{min-width:0}.preview-title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.preview-folder-pill,.preview-attachment-pill{min-height:26px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--mail-border);border-radius:8px;color:var(--mail-muted);background:var(--mail-surface-muted);font-size:12px;font-weight:800}.preview-header h2{margin:0;color:var(--mail-text);font-size:clamp(26px,3vw,40px);font-weight:650;line-height:1.12}.preview-header p{margin:8px 0 18px;color:var(--mail-muted)}.preview-actions{display:flex;flex-wrap:wrap;gap:8px}.preview-actions>button,.preview-actions .message-overflow-trigger{width:auto;min-height:40px;padding:0 12px;border:1px solid var(--mail-border);border-radius:999px;background:var(--mail-surface);color:#344054;font-weight:800}.preview-actions>button.danger{color:var(--mail-danger)}.conversation-stack{display:grid;gap:0;padding:18px 28px 48px}.conversation-message{display:grid;gap:20px;padding:24px 0;border-bottom:1px solid var(--mail-border)}.conversation-message header{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:14px}.message-avatar{width:48px;height:48px;display:grid;place-items:center;border:1px solid #b7d5ff;border-radius:999px;color:#12376f;background:#dbeafe;font-weight:850}.conversation-message header strong,.conversation-message header span{display:block}.conversation-message header span,.conversation-message time{color:var(--mail-muted);font-size:13px;font-weight:750}.conversation-item-actions{display:flex;align-items:center;gap:6px}.message-body{max-width:980px;margin-left:66px;color:#202124;font-size:16px;line-height:1.65;white-space:pre-wrap}.quoted-trail{margin-left:66px}.quoted-trail button{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px dashed var(--mail-border-strong);border-radius:999px;color:var(--mail-muted);background:var(--mail-surface);font-weight:800}.quoted-trail pre{white-space:pre-wrap;color:var(--mail-muted)}.message-attachments{margin-left:66px;display:flex;flex-wrap:wrap;gap:10px}.message-attachments button{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--mail-border);border-radius:10px;color:var(--mail-text);background:var(--mail-surface-muted)}.message-overflow-menu-portal{position:fixed;z-index:200;display:grid;gap:4px;padding:8px;overflow-y:auto;border:1px solid var(--mail-border);border-radius:12px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.message-overflow-menu-portal button{width:100%;min-height:42px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;border:0;border-radius:9px;color:var(--mail-text);background:transparent;text-align:left;font-weight:750}.message-overflow-menu-portal button:hover{background:var(--mail-surface-muted)}.message-overflow-menu-portal button span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.message-overflow-divider{height:1px;margin:4px -8px;background:var(--mail-border)}.mail-side-tools{grid-area:tools;height:100vh;display:flex;flex-direction:column;align-items:center;gap:12px;padding:calc(var(--mail-topbar) + 18px) 8px 18px;background:transparent}.mail-side-tools button{width:44px;height:44px;border:1px solid var(--mail-border);border-radius:14px;background:var(--mail-surface);box-shadow:var(--mail-shadow-sm)}.mail-utility-panel{position:fixed;top:88px;right:80px;z-index:90;width:min(520px,calc(100vw - 120px));max-height:calc(100vh - 112px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid var(--mail-border);border-radius:16px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.mail-utility-panel>header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border-bottom:1px solid var(--mail-border)}.mail-utility-panel>header strong{font-size:18px}.mail-utility-panel>header button{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--mail-muted);background:transparent}.utility-list,.settings-config{min-height:0;display:grid;align-content:start;gap:12px;padding:16px;overflow-y:auto}.utility-new-button{width:fit-content}.utility-item,.utility-form,.settings-config-card{min-width:0;display:grid;gap:12px;padding:14px;border:1px solid var(--mail-border);border-radius:12px;background:var(--mail-surface-muted)}.utility-item{grid-template-columns:24px minmax(0,1fr) auto;align-items:center}.utility-item strong,.utility-item span{min-width:0;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.utility-item span,.utility-count{color:var(--mail-muted);font-size:13px}.utility-row-actions{display:flex;gap:6px}.utility-row-actions button{min-height:32px;padding:0 10px;border:1px solid var(--mail-border);border-radius:8px;background:var(--mail-surface);font-weight:800}.utility-form-title,.settings-config-card header,.utility-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-config-card header{justify-content:flex-start}.settings-config-card header span{display:block;color:var(--mail-muted);font-size:13px}.utility-field{display:grid;gap:6px;color:var(--mail-muted);font-size:13px;font-weight:800}.utility-field input,.utility-field textarea,.utility-form select,.label-dialog input,.label-dialog select,.compose-window input,.compose-window textarea{width:100%;min-width:0;border:1px solid var(--mail-border);border-radius:10px;color:var(--mail-text);background:var(--mail-surface)}.utility-field input,.utility-form select,.label-dialog input,.label-dialog select,.compose-window input{min-height:42px;padding:0 12px}.utility-field textarea,.compose-window textarea{padding:12px;resize:vertical}.utility-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.utility-check-field,.label-dialog-check{display:flex;align-items:center;gap:10px;color:var(--mail-muted);font-weight:800}.utility-form-error,.label-dialog-error{padding:10px 12px;border:1px solid #fda29b;border-radius:10px;color:var(--mail-danger);background:var(--mail-danger-soft);font-weight:800}.label-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:center;padding:20px;background:#0f172a70}.label-dialog{width:min(560px,calc(100vw - 32px));display:grid;gap:16px;padding:28px;border:1px solid var(--mail-border);border-radius:18px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.label-dialog h2{margin:0;font-size:24px;font-weight:650}.label-dialog-field{display:grid;gap:8px;color:var(--mail-text)}.label-dialog input{min-height:52px}.label-dialog footer{display:flex;justify-content:flex-end;gap:10px}.label-dialog-cancel,.label-dialog-create{min-height:40px;padding:0 18px;border-radius:10px;font-weight:850}.label-dialog-cancel{color:var(--mail-primary);background:transparent}.label-dialog-create{color:#fff;background:var(--mail-primary)}.label-dialog-create:disabled{color:var(--mail-muted);background:var(--mail-surface-muted)}.compose-window{position:fixed;right:84px;bottom:28px;z-index:160;width:min(680px,calc(100vw - 120px));max-height:min(760px,calc(100vh - 80px));display:grid;grid-template-rows:auto auto auto minmax(180px,1fr) auto auto;overflow:hidden;border:1px solid var(--mail-border);border-radius:16px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.compose-window>header{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;color:#fff;background:#263348}.compose-window>header span{display:block;color:#ffffffbf;font-size:13px}.compose-window>header button{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:transparent}.compose-recipient-field{position:relative}.compose-recipient-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.compose-cc-bcc-toggle{min-width:64px;min-height:36px;border:0;background:transparent;color:var(--text-muted, #5f6368);cursor:pointer}.compose-copy-fields{display:grid;grid-template-columns:1fr}.compose-tracking-control{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;color:var(--text-muted, #5f6368);font-size:13px}.compose-tracking-control input{width:16px;height:16px;margin:0}.message-engagement-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#e8f0fe;color:#174ea6;font-size:11px;font-style:normal;white-space:nowrap}.compose-window input{border-width:0 0 1px;border-radius:0;min-height:50px}.compose-window textarea{min-height:240px;border:0;border-radius:0;line-height:1.5}.recipient-suggestions{position:absolute;top:calc(100% + 4px);left:12px;right:12px;z-index:10;display:grid;gap:4px;padding:8px;border:1px solid var(--mail-border);border-radius:12px;background:var(--mail-surface);box-shadow:var(--mail-shadow-lg)}.recipient-suggestions button{min-height:44px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 10px;border-radius:9px;background:transparent}.recipient-suggestions button:hover{background:var(--mail-surface-muted)}.recipient-suggestions button>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--mail-primary)}.recipient-suggestions strong,.recipient-suggestions small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.recipient-suggestions small{color:var(--mail-muted)}.compose-attachments{display:grid;gap:10px;padding:12px 18px;border-top:1px solid var(--mail-border);background:var(--mail-surface-muted)}.attachment-picker{width:fit-content;min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--mail-border);border-radius:10px;background:var(--mail-surface);font-weight:850}.attachment-picker input{display:none}.compose-attachment-list{display:flex;flex-wrap:wrap;gap:8px}.compose-attachment-list span{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid var(--mail-border);border-radius:9px;background:var(--mail-surface)}.compose-attachment-list button{display:grid;place-items:center;border-radius:6px;background:transparent}.compose-window footer{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 18px;border-top:1px solid var(--mail-border);background:var(--mail-surface-muted)}.mail-empty-setup{align-self:center;justify-self:center;width:min(520px,calc(100vw - 48px));display:grid;gap:16px;padding:26px;border:1px solid var(--mail-border);border-radius:16px;background:var(--mail-surface);box-shadow:var(--mail-shadow-md)}.mail-empty-setup h1,.mail-empty-setup p{margin:0}.mail-empty-setup .eyebrow{color:var(--mail-primary);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mail-empty-setup label{display:grid;gap:8px;color:var(--mail-muted);font-size:13px;font-weight:850}.mail-empty-setup input{min-height:44px;border:1px solid var(--mail-border);border-radius:10px;padding:0 12px}.thread-loading{display:inline-flex;align-items:center;gap:8px;margin:18px 28px 0;color:var(--mail-muted);font-weight:800}.spin-icon{animation:mail-spin .8s linear infinite}@keyframes mail-spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.mailbox-app{--mail-sidebar: 252px}.message-row{grid-template-columns:84px minmax(150px,220px) minmax(0,1fr) 96px}.mail-topbar{grid-template-columns:minmax(260px,1fr) auto}.admin-link{min-width:132px}}@media(max-width:900px){.mailbox-app,.mailbox-app.sidebar-hidden{grid-template-columns:1fr;grid-template-rows:var(--mail-topbar) minmax(0,1fr);grid-template-areas:"main" "main"}.mail-topbar-brand,.mail-sidebar,.mail-rail,.mail-side-tools,.mailbox-app.sidebar-hidden .mail-rail{display:none}.mail-main{grid-template-rows:var(--mail-topbar) minmax(0,1fr)}.mail-topbar{padding:12px;grid-template-columns:minmax(0,1fr) auto}.mail-top-actions>button:not(:first-child),.admin-link{display:none}.mail-workspace{padding:0 12px 12px}.message-row{grid-template-columns:72px minmax(0,1fr) 80px}.message-row-content{display:none}.conversation-message header{grid-template-columns:44px minmax(0,1fr)}.conversation-message time,.conversation-item-actions{grid-column:2}.message-body,.quoted-trail,.message-attachments{margin-left:0}.mail-utility-panel,.compose-window{right:12px;left:12px;width:auto}}@media(max-width:640px){.mailbox-app{--mail-topbar: 74px}.mail-topbar{gap:8px}.mail-search{height:48px;font-size:14px}.message-row{height:56px;grid-template-columns:64px minmax(0,1fr)}.message-row-meta{display:none}.mail-range{width:100%;justify-content:space-between;gap:8px}.mail-page-label,.pager-pages{display:none}.preview-header{padding:18px;grid-template-columns:40px minmax(0,1fr)}.preview-actions>button span,.preview-actions .message-overflow-trigger span{display:none}.conversation-stack{padding:12px 18px 36px}.compose-window{bottom:12px}}.mailbox-app{--mail-sidebar: 292px;--mail-rail: 112px;--mail-tools: 64px;--mail-topbar: 80px;grid-template-columns:var(--mail-sidebar) minmax(0,1fr) var(--mail-tools)!important;grid-template-rows:var(--mail-topbar) minmax(0,1fr)!important;grid-template-areas:"brand main tools" "sidebar main tools"!important}.mailbox-app.sidebar-hidden,.mailbox-app.sidebar-hidden.message-open{grid-template-columns:var(--mail-rail) minmax(0,1fr) var(--mail-tools)!important;grid-template-areas:"brand main tools" "rail main tools"!important}.mail-topbar-brand,.mailbox-app .mail-topbar-brand{grid-area:brand!important;height:var(--mail-topbar)!important;min-height:var(--mail-topbar)!important;display:grid!important;grid-template-columns:44px 44px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:14px 14px 14px 18px!important;overflow:hidden!important}.mailbox-app.sidebar-hidden .mail-topbar-brand{grid-template-columns:44px 40px!important;justify-content:start!important;padding-inline:14px!important}.mailbox-app.sidebar-hidden .mail-topbar-brand span{display:none!important}.mailbox-app.sidebar-hidden .mail-topbar-brand .brand-mark{display:grid!important}.mail-topbar-toggle,.mailbox-app .mail-topbar-toggle{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:999px!important}.mail-topbar-brand .brand-mark,.mailbox-app .mail-topbar-brand .brand-mark,.mail-brand .brand-mark,.mailbox-app .mail-brand .brand-mark,.rail-brand-mark{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:12px!important;font-size:22px!important}.mailbox-app.sidebar-hidden .mail-topbar-brand .brand-mark{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;font-size:20px!important}.mail-topbar-brand>span,.mailbox-app .mail-topbar-brand>span{display:block!important;min-width:0!important;overflow:hidden!important;color:var(--mail-text)!important;font-size:18px!important;font-weight:850!important;line-height:1.08!important;white-space:nowrap!important;text-overflow:ellipsis!important}.mailbox-app .mail-main{grid-area:main!important;grid-column:auto!important;grid-row:auto!important;min-width:0!important;min-height:0!important;display:grid!important;grid-template-rows:var(--mail-topbar) minmax(0,1fr)!important;padding:0 16px 16px 0!important;overflow:hidden!important}.mailbox-app .mail-topbar{height:var(--mail-topbar)!important;min-height:var(--mail-topbar)!important;display:grid!important;grid-template-columns:minmax(320px,880px) minmax(max-content,1fr)!important;align-items:center!important;gap:18px!important;padding:12px 0!important;border:0!important;background:transparent!important;box-shadow:none!important}.mailbox-app .mail-search{width:100%!important;max-width:880px!important;height:56px!important;min-height:56px!important;grid-template-columns:auto minmax(0,1fr) auto auto!important;padding:0 14px 0 18px!important;border:1px solid transparent!important;border-radius:999px!important;background:#eaf1fb!important;box-shadow:none!important}.mailbox-app .mail-search input{min-width:0!important;font-size:16px!important}.mailbox-app .mail-top-actions{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;overflow:hidden!important}.mailbox-app .mail-rail{grid-area:rail!important;grid-column:auto!important;grid-row:auto!important;width:var(--mail-rail)!important;min-width:var(--mail-rail)!important;height:calc(100vh - var(--mail-topbar))!important;padding:12px 12px 24px!important;z-index:3!important}.mailbox-app.sidebar-hidden .mail-rail{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;justify-items:center!important;gap:14px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav,.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav{gap:14px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{gap:10px!important}.mailbox-app.sidebar-hidden .collapsed-compose-button{width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important;border-radius:16px!important}.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin:0!important;border-radius:14px!important}.mailbox-app .mail-sidebar{grid-area:sidebar!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;min-width:0!important;height:calc(100vh - var(--mail-topbar))!important;margin:0!important;padding:14px 12px 24px!important;z-index:2!important}.mailbox-app.sidebar-hidden .mail-sidebar,.mailbox-app .mail-sidebar-header{display:none!important}.mailbox-app .compose-button{width:min(220px,100%)!important;min-width:0!important;height:52px!important;min-height:52px!important;margin:0 0 14px!important;padding:0 20px!important;border:1px solid var(--mail-border)!important;border-radius:14px!important;gap:12px!important;color:var(--mail-text)!important;background:var(--mail-surface)!important;box-shadow:var(--mail-shadow-md)!important;font-size:15px!important;font-weight:700!important}.mailbox-app .mail-folder-list,.mailbox-app .mail-labels{width:100%!important;display:grid!important;gap:4px!important;margin-left:0!important;padding-right:0!important}.mailbox-app .mail-folder-list button,.mailbox-app .mail-labels>button{width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) minmax(28px,auto)!important;align-items:center!important;gap:10px!important;padding:0 16px!important;border:1px solid transparent!important;border-radius:999px!important;color:var(--mail-muted)!important;background:transparent!important;box-shadow:none!important;font-size:14px!important;font-weight:650!important}.mailbox-app .mail-folder-list button.active,.mailbox-app .mail-labels>button.active{color:var(--mail-text)!important;background:#c6e4fb!important;font-weight:800!important}.mailbox-app .folder-label,.mailbox-app .label-name{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.mailbox-app .folder-unread-count{min-width:28px!important;justify-self:end!important;align-self:center!important;color:var(--mail-text)!important;font-size:13px!important;font-weight:850!important;line-height:1!important;text-align:right!important}.mailbox-app .mail-workspace{min-width:0!important;min-height:0!important;height:auto!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.mailbox-app .mail-toolbar{height:58px!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 16px!important;border:1px solid var(--mail-border)!important;border-radius:var(--mail-radius) var(--mail-radius) 0 0!important;background:var(--mail-surface)!important;box-shadow:var(--mail-shadow-sm)!important}.mailbox-app .message-list{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;min-height:0!important;border:1px solid var(--mail-border)!important;border-top:0!important;border-radius:0 0 var(--mail-radius) var(--mail-radius)!important;overflow:hidden!important}.mailbox-app .message-list-scroll{min-height:0!important;overflow-y:auto!important}.mailbox-app .message-row{height:var(--mail-row)!important;min-height:var(--mail-row)!important;display:grid!important;grid-template-columns:92px minmax(180px,290px) minmax(0,1fr) 120px!important;align-items:center!important;padding:0 16px!important}.mailbox-app .message-row,.mailbox-app .message-row.unread,.mailbox-app .message-row.active{height:var(--mail-row)!important;min-height:var(--mail-row)!important;grid-template-columns:92px minmax(180px,290px) minmax(0,1fr) 120px!important;gap:0!important;padding:0 16px!important;border-radius:0!important}.mailbox-app .message-list-footer{min-height:62px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding:8px 14px!important;border-top:1px solid var(--mail-border)!important;background:var(--mail-surface)!important}.mailbox-app .mail-range{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}.mailbox-app .message-preview{min-height:0!important;overflow:auto!important}.mailbox-app .message-overflow-menu-portal{position:fixed!important;z-index:250!important;width:min(360px,calc(100vw - 32px))!important;max-height:min(560px,calc(100vh - 32px))!important;overflow-y:auto!important;padding:8px!important;border:1px solid var(--mail-border)!important;border-radius:14px!important;background:var(--mail-surface)!important;box-shadow:var(--mail-shadow-lg)!important}.mailbox-app .message-overflow-menu-portal button,.mailbox-app .message-overflow-menu-portal .menu-item{width:100%!important;min-height:42px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:0 12px!important;border:0!important;border-radius:10px!important;color:var(--mail-text)!important;background:transparent!important;font-size:14px!important;font-weight:750!important;text-align:left!important;white-space:nowrap!important}.mailbox-app .message-overflow-menu-portal button:hover,.mailbox-app .message-overflow-menu-portal .menu-item:hover{background:var(--mail-surface-muted)!important}.mailbox-app.message-open:not(.sidebar-hidden){grid-template-columns:var(--mail-sidebar) minmax(0,1fr) var(--mail-tools)!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-sidebar{grid-area:sidebar!important;width:auto!important;min-width:0!important;margin:0!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-rail{display:none!important}.mailbox-app.message-open:not(.sidebar-hidden) .mail-main{grid-area:main!important}html body #root .mailbox-app.mailbox-app{--mail-sidebar: 292px;--mail-rail: 88px;--mail-tools: 64px;display:grid!important;grid-template-columns:var(--mail-sidebar) minmax(0,1fr) var(--mail-tools)!important;grid-template-rows:100vh!important;grid-template-areas:"sidebar main tools"!important;width:100%!important;min-width:0!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden{grid-template-columns:var(--mail-rail) minmax(0,1fr) var(--mail-tools)!important;grid-template-areas:"rail main tools"!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand{display:none!important}html body #root .mailbox-app.mailbox-app>.mail-rail{grid-area:rail!important;grid-column:auto!important;grid-row:auto!important;width:var(--mail-rail)!important;min-width:0!important;max-width:var(--mail-rail)!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app>.mail-sidebar{grid-area:sidebar!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;min-width:0!important;max-width:var(--mail-sidebar)!important;overflow-x:hidden!important;overflow-y:auto!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail{display:grid!important}html body #root .mailbox-app.mailbox-app>.mail-main{grid-area:main!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;min-width:0!important;max-width:none!important;height:100vh!important;min-height:0!important;display:grid!important;grid-template-rows:var(--mail-topbar) minmax(0,1fr)!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app>.mail-side-tools{grid-area:tools!important;grid-column:auto!important;grid-row:auto!important;width:var(--mail-tools)!important;min-width:0!important;max-width:var(--mail-tools)!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-workspace,html body #root .mailbox-app.mailbox-app .mail-content-grid,html body #root .mailbox-app.mailbox-app .message-list,html body #root .mailbox-app.mailbox-app .message-list-scroll{min-width:0!important;max-width:100%!important}html body #root .mailbox-app.mailbox-app .mail-folder-list button,html body #root .mailbox-app.mailbox-app .mail-labels>button{max-width:100%!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar{display:flex!important;height:100vh!important;padding-top:14px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header{min-height:64px!important;display:grid!important;grid-template-columns:44px 44px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important;padding:0 8px 0 10px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-toggle{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand{width:auto!important;height:44px!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:10px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .brand-mark{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:12px!important;font-size:22px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail{height:100vh!important;padding-top:14px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button,html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{display:grid!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:999px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:12px!important;font-size:22px!important}html body #root .mailbox-app.mailbox-app{--mail-bg: var(--preset-bg-canvas, #f6f8fc);--mail-view-row: 48px;--mail-view-nav: 272px;--mail-view-rail: 88px;--mail-view-tools: 64px;--mail-view-topbar: 72px;grid-template-columns:var(--mail-view-nav) minmax(0,1fr) var(--mail-view-tools)!important;background:var(--mail-bg)!important;color:#202124!important}html body #root .mailbox-app.mailbox-app>.mail-sidebar{max-width:var(--mail-view-nav)!important;padding:8px 0 16px!important;gap:0!important;background:transparent!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header{height:64px!important;min-height:64px!important;grid-template-columns:56px 48px minmax(0,1fr)!important;gap:8px!important;margin:0 0 10px!important;padding:0 16px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border:0!important;border-radius:999px!important;color:#3c4043!important;background:transparent!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-toggle:hover,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button:hover{background:#3c404314!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand{height:48px!important;width:auto!important;margin:0!important;grid-column:2 / span 2!important;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;gap:12px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;border-radius:10px!important;box-shadow:0 8px 18px #0f766e29!important;font-size:20px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand:after{content:"Mail";min-width:0;overflow:hidden;color:#202124;font-size:21px;font-weight:500;line-height:1;white-space:nowrap;text-overflow:ellipsis}html body #root .mailbox-app.mailbox-app .compose-button{width:176px!important;min-width:176px!important;height:68px!important;min-height:68px!important;margin:4px 0 18px 8px!important;padding:0 22px!important;justify-content:flex-start!important;gap:18px!important;border:0!important;border-radius:16px!important;background:#fff!important;color:#3c4043!important;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important;font-size:15px!important;font-weight:500!important}html body #root .mailbox-app.mailbox-app .compose-button:hover{box-shadow:0 2px 4px #3c40434d,0 3px 8px 3px #3c404326!important}html body #root .mailbox-app.mailbox-app .mail-folder-list,html body #root .mailbox-app.mailbox-app .mail-labels{width:100%!important;padding:0 18px 0 0!important;margin:0!important;gap:0!important}html body #root .mailbox-app.mailbox-app .mail-folder-list button,html body #root .mailbox-app.mailbox-app .mail-labels>button{width:100%!important;max-width:100%!important;height:32px!important;min-height:32px!important;grid-template-columns:54px minmax(0,1fr) auto!important;gap:0!important;padding:0 14px 0 32px!important;border:0!important;border-radius:0 18px 18px 0!important;background:transparent!important;color:#3c4043!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important}html body #root .mailbox-app.mailbox-app .mail-folder-list button.active,html body #root .mailbox-app.mailbox-app .mail-labels>button.active{background:#b7d9ee!important;color:#202124!important;font-weight:700!important}html body #root .mailbox-app.mailbox-app .mail-folder-list button.active:before,html body #root .mailbox-app.mailbox-app .mail-labels>button.active:before{left:10px!important;width:4px!important;height:24px!important;border-radius:999px!important;background:var(--primary)!important}html body #root .mailbox-app.mailbox-app .folder-unread-count{min-width:20px!important;margin-left:auto!important;color:inherit!important;font-size:13px!important;font-weight:700!important;text-align:right!important}html body #root .mailbox-app.mailbox-app .mail-labels{margin-top:28px!important;padding-top:20px!important;border-top:1px solid rgba(60,64,67,.12)!important}html body #root .mailbox-app.mailbox-app .mail-labels>div:first-child{height:36px!important;padding:0 22px 0 32px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 32px!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .mail-labels strong{color:#202124!important;font-size:16px!important;font-weight:700!important}html body #root .mailbox-app.mailbox-app .mail-label-empty{width:calc(100% - 40px)!important;height:40px!important;margin:18px 0 0 32px!important;padding:0 14px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;border-radius:8px!important;color:#6b7280!important}html body #root .mailbox-app.mailbox-app>.mail-rail{width:var(--mail-view-rail)!important;max-width:var(--mail-view-rail)!important;padding:8px 0 16px!important;display:grid!important;grid-template-rows:56px 56px minmax(0,1fr)!important;justify-items:center!important;background:transparent!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{grid-row:2!important;display:grid!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav{grid-row:3!important;width:100%!important;margin:0!important;padding:80px 0 0!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:22px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-compose-button{width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important;border:0!important;border-radius:16px!important;background:#fff!important;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{width:100%!important;display:grid!important;justify-items:center!important;gap:12px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border-radius:999px!important;color:#202124!important;background:transparent!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button.active{background:#d3e3fd!important}html body #root .mailbox-app.mailbox-app>.mail-main{grid-template-rows:var(--mail-view-topbar) minmax(0,1fr)!important;background:transparent!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;padding:8px 16px 8px 0!important;display:grid!important;grid-template-columns:minmax(280px,880px) minmax(0,1fr) auto!important;column-gap:20px!important;align-items:center!important;background:transparent!important;border:0!important}html body #root .mailbox-app.mailbox-app .mail-search{grid-column:1!important;width:min(100%,880px)!important;height:56px!important;min-height:56px!important;border:0!important;border-radius:28px!important;background:#e9f0fbeb!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .mail-top-actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:12px!important}html body #root .mailbox-app.mailbox-app .mail-top-actions>button:not(.admin-link),html body #root .mailbox-app.mailbox-app .profile-chip{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .admin-link{height:44px!important;min-height:44px!important;padding:0 22px!important;border-radius:22px!important;background:#d7e7ff!important}html body #root .mailbox-app.mailbox-app .mail-side-tools{padding:72px 8px 16px!important;gap:14px!important;background:transparent!important}html body #root .mailbox-app.mailbox-app .mail-side-tools button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border:0!important;border-radius:14px!important;background:#fff!important;box-shadow:0 1px 2px #3c404338,0 1px 3px #3c404324!important}html body #root .mailbox-app.mailbox-app .mail-workspace{height:calc(100vh - var(--mail-view-topbar))!important;padding:0 16px 16px 0!important;display:block!important;background:transparent!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-insight-strip,html body #root .mailbox-app.mailbox-app .message-pager-strip{display:none!important}html body #root .mailbox-app.mailbox-app .mail-toolbar{height:48px!important;min-height:48px!important;margin:0!important;padding:0 16px!important;border:0!important;border-radius:18px 18px 0 0!important;background:#fffffff5!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .mail-toolbar>div:first-child{height:48px!important;gap:8px!important}html body #root .mailbox-app.mailbox-app .mail-toolbar button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#3c4043!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .mail-toolbar button:hover,html body #root .mailbox-app.mailbox-app .mail-toolbar button.is-active{background:#3c404314!important}html body #root .mailbox-app.mailbox-app .mail-toolbar button span{display:none!important}html body #root .mailbox-app.mailbox-app .mail-content-grid{height:calc(100% - 48px)!important;border:0!important;border-radius:0 0 18px 18px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .message-list{height:100%!important;display:grid!important;grid-template-rows:minmax(0,1fr) 52px!important;border:0!important;border-radius:0 0 18px 18px!important;background:#fff!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .message-list.has-category-tabs{grid-template-rows:56px minmax(0,1fr) 52px!important}html body #root .mailbox-app.mailbox-app .mail-category-tabs{height:56px!important;min-height:56px!important;padding:0!important;border-bottom:1px solid rgba(60,64,67,.12)!important;background:#fff!important;display:grid!important;grid-template-columns:repeat(3,minmax(180px,1fr))!important}html body #root .mailbox-app.mailbox-app .mail-category-tabs button{height:56px!important;padding:0 24px!important;justify-content:flex-start!important;gap:14px!important;border-radius:0!important;color:#3c4043!important;font-size:15px!important;font-weight:600!important}html body #root .mailbox-app.mailbox-app .mail-category-tabs button.active{color:var(--primary)!important;background:transparent!important}html body #root .mailbox-app.mailbox-app .mail-category-tabs button.active:after{height:3px!important;border-radius:3px 3px 0 0!important;background:var(--primary)!important}html body #root .mailbox-app.mailbox-app .message-list-scroll{min-height:0!important;overflow-y:auto!important;background:#fff!important}html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{height:var(--mail-view-row)!important;min-height:var(--mail-view-row)!important;grid-template-columns:120px minmax(180px,260px) minmax(0,1fr) 96px!important;padding:0 16px 0 20px!important;border:0!important;border-bottom:1px solid rgba(60,64,67,.12)!important;border-radius:0!important;background:#f2f6f7!important;color:#3c4043!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .message-row.unread{background:#fff!important}html body #root .mailbox-app.mailbox-app .message-row.active{background:#dbe8ff!important}html body #root .mailbox-app.mailbox-app .message-row:hover{background:#f5f6f8!important;box-shadow:inset 1px 0 #3c40431f,inset -1px 0 #3c40431f,0 1px 2px #3c40432e!important}html body #root .mailbox-app.mailbox-app .message-row-controls{height:var(--mail-view-row)!important;display:grid!important;grid-template-columns:26px 26px 26px!important;align-items:center!important;gap:8px!important}html body #root .mailbox-app.mailbox-app .message-engagement-icons{grid-column:3!important;width:48px!important;min-width:48px!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;color:#0b57d0!important}html body #root .mailbox-app.mailbox-app .message-engagement-icons svg{flex:0 0 auto!important}html body #root .mailbox-app.mailbox-app .message-engagement-icons .is-error{color:#b3261e!important}html body #root .mailbox-app.mailbox-app .message-row-controls:after{content:"";width:18px;height:18px;display:inline-block;border:2px solid #c4cccc;border-left:0;border-bottom:0;transform:skew(-18deg);opacity:.72}html body #root .mailbox-app.mailbox-app .message-row-checkbox{width:18px!important;height:18px!important;border-radius:2px!important}html body #root .mailbox-app.mailbox-app .message-star-button{width:22px!important;height:22px!important;color:#5f6368!important}html body #root .mailbox-app.mailbox-app .message-star-button.starred{color:#f4b400!important}html body #root .mailbox-app.mailbox-app .message-row-sender,html body #root .mailbox-app.mailbox-app .message-row-content,html body #root .mailbox-app.mailbox-app .message-row-meta{height:var(--mail-view-row)!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .message-row-sender,html body #root .mailbox-app.mailbox-app .message-row-content b,html body #root .mailbox-app.mailbox-app .message-row-content small,html body #root .mailbox-app.mailbox-app .message-row-meta em{font-size:14px!important;line-height:var(--mail-view-row)!important}html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-sender,html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-content b,html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-meta em{color:#202124!important;font-weight:700!important}html body #root .mailbox-app.mailbox-app .message-list-footer{min-height:52px!important;height:52px!important;padding:0 16px!important;border-top:1px solid rgba(60,64,67,.12)!important;border-radius:0 0 18px 18px!important;background:#fff!important}html body #root .mailbox-app.mailbox-app .mail-range{height:52px!important;gap:12px!important;color:#202124!important;font-size:13px!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview{height:100%!important;border-radius:18px!important;background:#fff!important}html body #root .mailbox-app.mailbox-app.message-open .message-preview.is-open{border-radius:18px!important;background:#fff!important}html body #root .mailbox-app.mailbox-app.message-open .preview-header{padding:44px 44px 20px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;column-gap:22px!important}html body #root .mailbox-app.mailbox-app.message-open .preview-header h2{font-size:30px!important;font-weight:400!important;line-height:1.25!important;color:#202124!important}html body #root .mailbox-app.mailbox-app.message-open .preview-actions{margin-top:28px!important;gap:8px!important}html body #root .mailbox-app.mailbox-app.message-open .preview-actions button{height:36px!important;min-height:36px!important;border-radius:18px!important;border:1px solid #dadce0!important;background:#fff!important;box-shadow:none!important;color:#3c4043!important}html body #root .mailbox-app.mailbox-app.message-open .conversation-stack{padding:16px 44px 64px!important}html body #root .mailbox-app.mailbox-app.message-open .conversation-message{border:0!important;border-bottom:1px solid #eef0f2!important;border-radius:0!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand>div:not(.brand-mark),html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand strong,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand span{display:none!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button{font-size:24px!important;line-height:1!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail{grid-template-rows:64px 56px minmax(0,1fr)!important;align-content:start!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav{align-self:start!important;padding:16px 0 0!important;gap:16px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{gap:10px!important}html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar{width:312px!important;min-width:312px!important;max-width:312px!important;flex:0 0 312px!important;margin:0!important}html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden) .mail-sidebar-header .mail-brand{display:grid!important;width:auto!important}html body #root .mailbox-app.mailbox-app.message-open .preview-actions{row-gap:8px!important}html body #root .mailbox-app.mailbox-app{--mail-view-sidebar: 312px;--mail-view-rail: 88px;--mail-view-tools: 64px;--mail-view-topbar: 72px;--mail-view-toolbar: 48px;--mail-view-row: 40px;--mail-view-footer: 52px;grid-template-columns:var(--mail-view-sidebar) minmax(0,1fr) var(--mail-view-tools)!important;grid-template-rows:var(--mail-view-topbar) minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.sidebar-hidden.message-open{grid-template-columns:var(--mail-view-rail) minmax(0,1fr) var(--mail-view-tools)!important}html body #root .mailbox-app.mailbox-app>.mail-sidebar{width:var(--mail-view-sidebar)!important;min-width:var(--mail-view-sidebar)!important;max-width:var(--mail-view-sidebar)!important;height:100vh!important;padding:8px 0 16px!important;overflow:hidden auto!important}html body #root .mailbox-app.mailbox-app>.mail-rail{width:var(--mail-view-rail)!important;min-width:var(--mail-view-rail)!important;max-width:var(--mail-view-rail)!important;height:100vh!important;padding:8px 0 16px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-rail{display:none!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-sidebar{display:none!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header{height:64px!important;min-height:64px!important;padding:0 16px!important;grid-template-columns:48px 48px minmax(0,1fr)!important;gap:10px!important;align-items:center!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;font-size:22px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand{grid-column:2 / 4!important;height:48px!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;border-radius:10px!important;font-size:20px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand:after{font-size:21px!important;font-weight:500!important;line-height:42px!important}html body #root .mailbox-app.mailbox-app .compose-button{width:176px!important;min-width:176px!important;height:68px!important;min-height:68px!important;margin:4px 0 18px 8px!important}html body #root .mailbox-app.mailbox-app .mail-folder-list,html body #root .mailbox-app.mailbox-app .mail-labels{padding-right:18px!important}html body #root .mailbox-app.mailbox-app .mail-folder-list button,html body #root .mailbox-app.mailbox-app .mail-labels>button{height:32px!important;min-height:32px!important;width:100%!important;grid-template-columns:54px minmax(0,1fr) 28px!important;padding:0 12px 0 32px!important}html body #root .mailbox-app.mailbox-app .folder-unread-count{justify-self:end!important;width:28px!important;min-width:28px!important;text-align:right!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail{grid-template-rows:64px 0px minmax(0,1fr)!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{grid-row:2!important;align-self:start!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav{grid-row:3!important;align-self:start!important;width:100%!important;padding:72px 0 0!important;gap:18px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-compose-button{width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{width:100%!important;gap:12px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border-radius:999px!important}html body #root .mailbox-app.mailbox-app>.mail-main{grid-column:2!important;grid-row:1 / 3!important;grid-template-rows:var(--mail-view-topbar) minmax(0,1fr)!important;padding:0 8px 12px 0!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;padding:8px 16px 8px 0!important;grid-template-columns:minmax(320px,880px) minmax(0,1fr) auto!important;column-gap:20px!important}html body #root .mailbox-app.mailbox-app .mail-search{width:min(100%,880px)!important;height:56px!important;min-height:56px!important;border-radius:28px!important}html body #root .mailbox-app.mailbox-app .mail-workspace{height:calc(100vh - var(--mail-view-topbar))!important;padding:0 16px 16px 0!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-toolbar{height:var(--mail-view-toolbar)!important;min-height:var(--mail-view-toolbar)!important;padding:0 16px!important;border-radius:18px 18px 0 0!important}html body #root .mailbox-app.mailbox-app .mail-content-grid{height:calc(100% - var(--mail-view-toolbar))!important;border-radius:0 0 18px 18px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .message-list{grid-template-rows:minmax(0,1fr) var(--mail-view-footer)!important}html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{height:var(--mail-view-row)!important;min-height:var(--mail-view-row)!important;grid-template-columns:120px minmax(180px,260px) minmax(0,1fr) 96px!important;padding:0 16px 0 20px!important}html body #root .mailbox-app.mailbox-app .message-row-controls,html body #root .mailbox-app.mailbox-app .message-row-sender,html body #root .mailbox-app.mailbox-app .message-row-content,html body #root .mailbox-app.mailbox-app .message-row-meta{height:var(--mail-view-row)!important}html body #root .mailbox-app.mailbox-app .message-list-footer{height:var(--mail-view-footer)!important;min-height:var(--mail-view-footer)!important}html body #root .mailbox-app.mailbox-app.message-open .preview-actions{display:flex!important;flex-wrap:wrap!important;max-width:100%!important;overflow:visible!important}html body #root .mailbox-app.mailbox-app.message-open .message-overflow-menu,html body #root .mailbox-app.mailbox-app.message-open .message-action-menu,html body #root .mailbox-app.mailbox-app.message-open [role=menu]{max-height:min(520px,calc(100vh - 140px))!important;overflow:auto!important}html body #root .mailbox-app.mailbox-app .mail-workspace{grid-template-rows:48px minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app .mail-workspace>.mail-toolbar{height:48px!important;min-height:48px!important;max-height:48px!important}html body #root .mailbox-app.mailbox-app .message-list>.message-list-scroll>.message-row,html body #root .mailbox-app.mailbox-app .message-list>.message-list-scroll>.message-row.unread,html body #root .mailbox-app.mailbox-app .message-list>.message-list-scroll>.message-row.active{height:48px!important;min-height:48px!important;max-height:48px!important}html body #root .mailbox-app.mailbox-app .message-list>.message-list-footer{height:52px!important;min-height:52px!important;max-height:52px!important}html body #root .mailbox-app.mailbox-app{--mail-view-topbar: 64px;--mail-view-toolbar: 48px;--mail-view-row: 48px;--mail-view-footer: 52px}html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.sidebar-hidden.message-open{grid-template-rows:64px minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app>.mail-main{grid-template-rows:64px minmax(0,1fr)!important;padding-top:0!important;grid-template-rows:auto auto auto!important;align-content:start!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:64px!important;min-height:64px!important;max-height:64px!important;padding:8px 16px 0 0!important;grid-template-columns:minmax(320px,880px) minmax(0,1fr) auto!important}html body #root .mailbox-app.mailbox-app .mail-search{height:56px!important;min-height:56px!important;max-height:56px!important}html body #root .mailbox-app.mailbox-app .mail-workspace{height:calc(100vh - 64px)!important;grid-template-rows:48px minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail,html body #root .mailbox-app.mailbox-app.sidebar-collapsed>.mail-rail{width:88px!important;min-width:88px!important;max-width:88px!important;grid-template-rows:64px 0px minmax(0,1fr)!important;padding:8px 0 16px!important;gap:0!important;row-gap:0!important;align-items:start!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .mail-rail-button{grid-row:1!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0 auto!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .rail-brand-mark{grid-row:2!important;align-self:start!important;margin:0 auto!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-rail-nav{grid-row:3!important;align-self:start!important;width:100%!important;padding:0!important;margin:0!important;gap:12px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-rail-nav nav{width:100%!important;gap:12px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-compose-button,html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-compose-button,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview{height:calc(100vh - 64px)!important}html body #root .mailbox-app.mailbox-app.message-open .message-preview.is-open{position:relative!important;top:0!important;padding-top:0!important}html body #root .mailbox-app.mailbox-app.message-open .preview-header{height:auto!important;min-height:0!important;padding:28px 48px 18px!important;align-content:start!important;grid-auto-rows:auto!important}html body #root .mailbox-app.mailbox-app.message-open .preview-actions{margin-top:16px!important}html body #root .mailbox-app.mailbox-app.message-open .conversation-stack{padding:4px 48px 16px!important}html body #root .mailbox-app.mailbox-app.message-open .conversation-message{gap:10px!important;padding:14px 0!important}html body #root .mailbox-app.mailbox-app.message-open .engagement-details{margin-top:8px!important}html body #root .mailbox-app.mailbox-app .mail-toolbar{padding:0 16px!important}html body #root .mailbox-app.mailbox-app .mail-toolbar>div:first-child{display:grid!important;grid-template-columns:repeat(4,48px)!important;gap:0!important;align-items:center!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app .select-visible-button{width:48px!important;min-width:48px!important;height:48px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .toolbar-select-checkbox,html body #root .mailbox-app.mailbox-app .message-row-checkbox{width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important;margin:0!important}html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{grid-template-columns:156px minmax(180px,260px) minmax(0,1fr) 96px!important;padding:0 16px!important}html body #root .mailbox-app.mailbox-app .message-row-controls{width:156px!important;min-width:156px!important;display:grid!important;grid-template-columns:repeat(3,48px)!important;gap:0!important;align-items:center!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app .message-checkbox-slot{grid-column:1!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .message-star-button{grid-column:2!important;width:48px!important;min-width:48px!important;height:48px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .message-row-controls:after{grid-column:3!important;justify-self:center!important}.engagement-details{margin:0 48px 48px;border:1px solid var(--border, #d9dce1);border-radius:16px;background:var(--surface, #fff);overflow:hidden}.engagement-details summary{min-height:56px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-weight:650}.engagement-details summary span,.engagement-disclaimer,.engagement-recipient-row small{color:var(--text-muted, #5f6368);font-weight:400}.engagement-disclaimer{margin:0;padding:0 16px 12px;font-size:13px}.engagement-recipient-list{border-top:1px solid var(--border, #d9dce1)}.engagement-recipient-row{min-height:56px;padding:10px 16px;display:grid;grid-template-columns:44px minmax(160px,1fr) minmax(120px,auto);align-items:center;gap:4px 12px;border-bottom:1px solid var(--border, #d9dce1)}.engagement-recipient-row:last-child{border-bottom:0}.engagement-recipient-row .recipient-type{grid-row:1 / span 2;width:fit-content;padding:3px 6px;border-radius:6px;background:var(--surface-subtle, #f1f3f4);font-size:11px;font-weight:700}.engagement-recipient-row small{grid-column:2 / -1}@media(max-width:700px){.engagement-details{margin:0 12px 24px}.engagement-details summary,.engagement-recipient-row{align-items:flex-start}.engagement-details summary{flex-direction:column}.engagement-recipient-row{grid-template-columns:40px minmax(0,1fr)}.engagement-recipient-row>span:not(.recipient-type){grid-column:2}}html body #root .mailbox-app.mailbox-app{--mail-view-sidebar: 280px;--mail-view-rail: 88px;--mail-view-tools: 64px;--mail-view-topbar: 64px;--mail-view-toolbar: 48px;--mail-view-row: 48px;--mail-view-footer: 52px;grid-template-columns:var(--mail-view-sidebar) minmax(0,1fr) var(--mail-view-tools)!important;grid-template-rows:var(--mail-view-topbar) minmax(0,1fr)!important;background:var(--preset-bg-canvas, #f6f8fc)!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden{grid-template-columns:var(--mail-view-rail) minmax(0,1fr) var(--mail-view-tools)!important}html body #root .mailbox-app.mailbox-app>.mail-sidebar,html body #root .mailbox-app.mailbox-app>.mail-rail,html body #root .mailbox-app.mailbox-app>.mail-main,html body #root .mailbox-app.mailbox-app>.mail-side-tools{grid-row:1 / 3!important}html body #root .mailbox-app.mailbox-app>.mail-sidebar{width:var(--mail-view-sidebar)!important;min-width:var(--mail-view-sidebar)!important;max-width:var(--mail-view-sidebar)!important;padding:8px 0 16px!important;background:transparent!important}html body #root .mailbox-app.mailbox-app>.mail-rail{width:var(--mail-view-rail)!important;min-width:var(--mail-view-rail)!important;max-width:var(--mail-view-rail)!important;padding:8px 0 16px!important;background:transparent!important}html body #root .mailbox-app.mailbox-app>.mail-main{grid-column:2!important;height:100vh!important;min-height:0!important;padding:0 8px 12px 0!important;grid-template-rows:var(--mail-view-topbar) minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app>.mail-side-tools{grid-column:3!important;width:var(--mail-view-tools)!important;min-width:var(--mail-view-tools)!important;max-width:var(--mail-view-tools)!important;padding-top:76px!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header{height:64px!important;min-height:64px!important;margin:0 0 8px!important;padding:0 16px!important;grid-template-columns:48px 42px minmax(0,1fr)!important;gap:12px!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app .mail-rail-button{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0!important;border-radius:999px!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header .mail-brand{grid-column:2 / 4!important;height:48px!important;min-width:0!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app .rail-brand-mark{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:10px!important;font-size:20px!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header .mail-brand:after{content:"Mail"!important;min-width:0!important;overflow:hidden!important;color:#202124!important;font-size:21px!important;font-weight:500!important;line-height:42px!important;white-space:nowrap!important;text-overflow:ellipsis!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header{display:grid!important;grid-template-columns:48px 48px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .brand-mark{align-self:center!important;justify-self:center!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand{display:grid!important;grid-template-columns:42px minmax(0,max-content)!important;align-items:center!important;column-gap:10px!important;height:48px!important;min-height:48px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-sidebar-header .mail-brand:after{content:"Mail"!important;align-self:center!important;color:#202124!important;font-size:21px!important;font-weight:500!important;line-height:1!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail{display:grid!important;grid-template-rows:64px 56px minmax(0,1fr)!important;justify-items:center!important;align-items:start!important;gap:0!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{grid-row:2!important;align-self:center!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav{grid-row:3!important;width:100%!important;padding:8px 0 0!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-compose-button,html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav{display:grid!important;justify-items:center!important;gap:12px!important}html body #root .mailbox-app.mailbox-app .compose-button{width:176px!important;min-width:176px!important;height:68px!important;margin:4px 0 18px 8px!important;border-radius:16px!important}html body #root .mailbox-app.mailbox-app .mail-folder-list,html body #root .mailbox-app.mailbox-app .mail-labels{padding:0 18px 0 0!important}html body #root .mailbox-app.mailbox-app .mail-folder-list button,html body #root .mailbox-app.mailbox-app .mail-labels>button{height:32px!important;min-height:32px!important;grid-template-columns:54px minmax(0,1fr) 32px!important;padding:0 12px 0 32px!important}html body #root .mailbox-app.mailbox-app .folder-unread-count{width:32px!important;min-width:32px!important;justify-self:end!important;text-align:right!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:8px 16px 0 0!important;display:grid!important;grid-template-columns:minmax(320px,880px) minmax(0,1fr) auto!important;column-gap:20px!important;align-items:start!important}html body #root .mailbox-app.mailbox-app .mail-search{width:min(100%,880px)!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin:0!important;border-radius:28px!important}html body #root .mailbox-app.mailbox-app .mail-top-actions{align-self:start!important;height:56px!important}html body #root .mailbox-app.mailbox-app .mail-workspace{height:calc(100vh - var(--mail-view-topbar))!important;padding:0 16px 16px 0!important;display:grid!important;grid-template-rows:var(--mail-view-toolbar) minmax(0,1fr)!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-toolbar{height:var(--mail-view-toolbar)!important;min-height:var(--mail-view-toolbar)!important;max-height:var(--mail-view-toolbar)!important;padding:0 16px!important;border-radius:18px 18px 0 0!important}html body #root .mailbox-app.mailbox-app .mail-toolbar>div:first-child{height:var(--mail-view-toolbar)!important;display:grid!important;grid-template-columns:repeat(4,48px)!important;gap:0!important;align-items:center!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app .select-visible-button,html body #root .mailbox-app.mailbox-app .mail-toolbar button{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .toolbar-select-checkbox,html body #root .mailbox-app.mailbox-app .message-row-checkbox{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;margin:0!important;padding:0!important;transform:none!important}html body #root .mailbox-app.mailbox-app .mail-content-grid{height:100%!important;min-height:0!important;border-radius:0 0 18px 18px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .message-list{height:100%!important;min-height:0!important;display:grid!important;grid-template-rows:minmax(0,1fr) var(--mail-view-footer)!important}html body #root .mailbox-app.mailbox-app .message-list.has-category-tabs{grid-template-rows:56px minmax(0,1fr) var(--mail-view-footer)!important}html body #root .mailbox-app.mailbox-app .message-list-scroll{min-height:0!important;overflow-y:auto!important}html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{height:var(--mail-view-row)!important;min-height:var(--mail-view-row)!important;max-height:var(--mail-view-row)!important;grid-template-columns:156px minmax(220px,300px) minmax(0,1fr) 96px!important;padding:0 16px!important}html body #root .mailbox-app.mailbox-app .message-row-controls{width:156px!important;min-width:156px!important;max-width:156px!important;height:var(--mail-view-row)!important;min-height:var(--mail-view-row)!important;padding:0!important;margin:0!important;display:grid!important;grid-template-columns:repeat(3,48px)!important;gap:0!important;align-items:center!important;justify-items:center!important;transform:none!important}@media(max-width:600px){html body #root .mailbox-app.mailbox-app .message-row,html body #root .mailbox-app.mailbox-app .message-row.unread,html body #root .mailbox-app.mailbox-app .message-row.active{grid-template-columns:58px minmax(0,1fr) 58px!important;grid-template-rows:58px!important;height:58px!important;min-height:58px!important;max-height:58px!important;padding:0!important}html body #root .mailbox-app.mailbox-app .message-row-controls{width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important}}html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row>.message-row-controls,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row.unread>.message-row-controls,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row.active>.message-row-controls,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row[data-selected=true]>.message-row-controls,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row[data-read-state=read]>.message-row-controls,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row[data-read-state=unread]>.message-row-controls{padding:0!important;margin:0!important;transform:none!important}html body #root .mailbox-app.mailbox-app .message-checkbox-slot,html body #root .mailbox-app.mailbox-app .message-star-button{width:48px!important;min-width:48px!important;max-width:48px!important;height:var(--mail-view-row)!important;min-height:var(--mail-view-row)!important;max-height:var(--mail-view-row)!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}html body #root .mailbox-app.mailbox-app .message-row-controls:after{content:none!important;display:none!important;width:18px!important;height:18px!important;margin:0!important;justify-self:center!important}html body #root .mailbox-app.mailbox-app .message-row-sender,html body #root .mailbox-app.mailbox-app .message-row-content,html body #root .mailbox-app.mailbox-app .message-row-meta{height:var(--mail-view-row)!important;min-height:var(--mail-view-row)!important;max-height:var(--mail-view-row)!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .message-row-sender{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;align-self:center!important}html body #root .mailbox-app.mailbox-app .message-list-footer{height:var(--mail-view-footer)!important;min-height:var(--mail-view-footer)!important;max-height:var(--mail-view-footer)!important}html body #root .mailbox-app.mailbox-app.message-open .mail-toolbar{display:none!important}html body #root .mailbox-app.mailbox-app.message-open .mail-workspace{grid-template-rows:minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview{height:calc(100vh - var(--mail-view-topbar))!important;border-radius:18px!important}html body #root .mailbox-app.mailbox-app.message-open .preview-header{padding:24px 48px 16px!important}html body #root .mailbox-app.mailbox-app.message-open .preview-actions{margin-top:16px!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}html body #root .mailbox-app.mailbox-app.message-open .conversation-stack{padding:12px 48px 48px!important}html body #root .mailbox-app.mailbox-app.message-open .message-overflow-menu,html body #root .mailbox-app.mailbox-app.message-open .message-action-menu,html body #root .mailbox-app.mailbox-app.message-open [role=menu]{z-index:80!important;max-height:min(520px,calc(100vh - 140px))!important;overflow:auto!important}@media(max-width:900px){html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.sidebar-hidden{grid-template-columns:var(--mail-view-rail) minmax(0,1fr)!important}html body #root .mailbox-app.mailbox-app>.mail-side-tools{display:none!important}html body #root .mailbox-app.mailbox-app>.mail-main{padding-right:8px!important}}html body #root .mailbox-app.mailbox-app .message-row{position:relative!important}html body #root .mailbox-app.mailbox-app .message-row-meta{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;padding-right:12px!important}html body #root .mailbox-app.mailbox-app .message-row-actions{display:none!important;position:absolute!important;top:0!important;right:8px!important;bottom:0!important;align-items:center!important;gap:2px!important;padding-left:24px!important;background:linear-gradient(90deg,#f5f6f800,#f5f6f8 24px)!important;z-index:2!important}html body #root .mailbox-app.mailbox-app .message-row:hover .message-row-actions{display:inline-flex!important}html body #root .mailbox-app.mailbox-app .message-row-actions button{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#5f6368!important;cursor:pointer!important;transition:background-color .12s ease,color .12s ease!important}html body #root .mailbox-app.mailbox-app .message-row-actions button:hover{background:#2021241a!important;color:#202124!important}html body #root .label-dialog .label-dialog-check{justify-content:flex-start!important}html body #root .label-dialog .label-dialog-check input[type=checkbox]{width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;padding:0!important;margin:0!important;flex:0 0 auto!important;border-radius:4px!important;accent-color:var(--primary)!important;cursor:pointer!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;width:100%!important;height:64px!important;min-height:64px!important;max-height:64px!important;padding:8px 12px 8px 16px!important;margin:0 0 8px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-sidebar-toggle{flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border-radius:999px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand{flex:1 1 auto!important;min-width:0!important;height:48px!important;min-height:48px!important;max-height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:0!important;margin:0!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand:after,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand:after{content:none!important;display:none!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .brand-mark{flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;border-radius:10px!important;font-size:20px!important;line-height:1!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand>span,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand>span{display:block!important;min-width:0!important;max-width:156px!important;height:auto!important;color:#202124!important;font-size:21px!important;font-weight:500!important;line-height:42px!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-section{width:100%!important;margin:18px 0 0!important;padding:14px 14px 0!important;border-top:1px solid rgba(60,64,67,.14)!important;box-sizing:border-box!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-heading{display:grid!important;grid-template-columns:minmax(0,1fr) 32px!important;align-items:center!important;gap:8px!important;height:36px!important;margin:0 0 6px!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-heading strong{min-width:0!important;color:#202124!important;font-size:15px!important;font-weight:600!important;line-height:20px!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-heading button,html body #root .mailbox-app.mailbox-app .taxonomy-delete{display:grid!important;place-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#5f6368!important;cursor:pointer!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-heading button:hover,html body #root .mailbox-app.mailbox-app .taxonomy-delete:hover{background:#3c40431f!important;color:#202124!important}html body #root .mailbox-app.mailbox-app .mail-custom-folders,html body #root .mailbox-app.mailbox-app .mail-labels{display:grid!important;gap:2px!important;width:100%!important}html body #root .mailbox-app.mailbox-app .taxonomy-row{display:grid!important;grid-template-columns:minmax(0,1fr) 32px!important;align-items:center!important;width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;border-radius:0 18px 18px 0!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .taxonomy-row>button:first-child{grid-column:1!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) 28px!important;width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:0 8px 0 18px!important;border-radius:0 18px 18px 0!important}html body #root .mailbox-app.mailbox-app .taxonomy-row.active,html body #root .mailbox-app.mailbox-app .taxonomy-row>button:first-child.active{background:color-mix(in srgb,var(--primary) 14%,transparent)!important}html body #root .mailbox-app.mailbox-app .taxonomy-row .label-name{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app .taxonomy-delete{grid-column:2!important;position:relative!important;z-index:2!important;opacity:0!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .taxonomy-row:hover .taxonomy-delete,html body #root .mailbox-app.mailbox-app .taxonomy-row:focus-within .taxonomy-delete{opacity:1!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app .bulk-menu-divider{display:block!important;width:100%!important;height:1px!important;margin:6px 0!important;background:#e8eaed!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-taxonomy-section{display:none!important}html body #root .mailbox-app.mailbox-app{--mail-view-sidebar: 280px !important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar{padding:8px 0 16px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;width:100%!important;min-width:0!important;height:64px!important;min-height:64px!important;max-height:64px!important;padding:8px 14px!important;margin:0 0 8px!important;box-sizing:border-box!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-sidebar-toggle{flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand{flex:1 1 auto!important;min-width:0!important;max-width:none!important;height:44px!important;min-height:44px!important;max-height:44px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;overflow:hidden!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .brand-mark{flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;border-radius:10px!important;font-size:19px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand>span,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand>span{flex:1 1 auto!important;display:block!important;min-width:0!important;max-width:none!important;font-size:20px!important;font-weight:500!important;line-height:40px!important;color:#202124!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden{--mail-view-rail: 76px !important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail{padding:8px 0 16px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button,html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-compose-button,html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav nav button{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;border-radius:10px!important;font-size:19px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar{width:var(--mail-view-sidebar)!important;min-width:var(--mail-view-sidebar)!important;max-width:var(--mail-view-sidebar)!important;box-sizing:border-box!important;overflow-x:hidden!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-section{width:100%!important;max-width:100%!important;margin:16px 0 0!important;padding:14px 14px 0!important;box-sizing:border-box!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-taxonomy-heading{width:100%!important;grid-template-columns:minmax(0,1fr) 32px!important;padding:0 0 0 12px!important;box-sizing:border-box!important}html body #root .mailbox-app.mailbox-app .mail-custom-folders,html body #root .mailbox-app.mailbox-app .mail-labels{width:100%!important;max-width:100%!important;min-width:0!important;padding:0!important;box-sizing:border-box!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-custom-folders>.mail-label-empty,html body #root .mailbox-app.mailbox-app .mail-labels>.mail-label-empty,html body #root .mailbox-app.mailbox-app .mail-labels>div.mail-label-empty:first-child{width:100%!important;min-width:0!important;max-width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:8px 0 0!important;padding:0 12px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;justify-items:start!important;gap:10px!important;border:1px dashed #cbd5e1!important;border-radius:8px!important;box-sizing:border-box!important;overflow:hidden!important;color:#6b7280!important;background:#ffffff8a!important;font-size:13px!important;font-weight:700!important;line-height:18px!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app .mail-custom-folders>.mail-label-empty .label-dot,html body #root .mailbox-app.mailbox-app .mail-labels>.mail-label-empty .label-dot{width:12px!important;min-width:12px!important;max-width:12px!important;height:12px!important;min-height:12px!important;max-height:12px!important;margin:0!important;justify-self:center!important;border-radius:4px!important}html body #root .mailbox-app.mailbox-app .mail-custom-folders>.mail-label-empty span:last-child,html body #root .mailbox-app.mailbox-app .mail-labels>.mail-label-empty span:last-child{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-custom-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 32px!important;align-items:center!important;width:100%!important;min-width:0!important;height:32px!important;min-height:32px!important;padding:0!important;margin:0!important;border-radius:0 18px 18px 0!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-custom-row>button:first-child{grid-column:1 / -1!important;width:100%!important;min-width:0!important;height:32px!important;min-height:32px!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) 32px!important;align-items:center!important;padding:0 12px 0 32px!important;border:0!important;border-radius:0 18px 18px 0!important;background:transparent!important;color:#3c4043!important;font:inherit!important;text-align:left!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-custom-row.active,html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-custom-row>button:first-child.active{background:color-mix(in srgb,var(--primary) 14%,transparent)!important;color:#202124!important;font-weight:700!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-create{margin-top:6px!important;color:#5f6368!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-create:hover{color:#202124!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-delete{grid-column:2!important;position:absolute!important;right:0!important;top:0!important;z-index:2!important;display:grid!important;place-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#5f6368!important;opacity:0!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-custom-row:hover .mail-folder-delete,html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-custom-row:focus-within .mail-folder-delete{opacity:1!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app .mail-folder-list .mail-folder-delete:hover{background:#3c40431f!important;color:#202124!important}html body #root .mailbox-app.mailbox-app .message-row .message-row-sender{color:#202124!important;font-weight:400!important}html body #root .mailbox-app.mailbox-app .message-row .message-row-content b,html body #root .mailbox-app.mailbox-app .message-row .message-row-content small,html body #root .mailbox-app.mailbox-app .message-row .message-row-meta,html body #root .mailbox-app.mailbox-app .message-row .message-row-date,html body #root .mailbox-app.mailbox-app .message-row .message-row-meta em{color:#5f6368!important;font-weight:400!important}html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-sender,html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-content b{color:#202124!important;font-weight:700!important}html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-content small{color:#5f6368!important;font-weight:400!important}html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-meta,html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-date,html body #root .mailbox-app.mailbox-app .message-row.unread .message-row-meta em{color:#202124!important;font-weight:700!important}html body #root .mailbox-app.mailbox-app{--mail-view-sidebar: 272px !important}html body #root .mailbox-app.mailbox-app .mail-range{gap:6px!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .mail-range-count{align-self:center!important;line-height:1!important;padding:0 8px 0 0!important;color:#5f6368!important}html body #root .mailbox-app.mailbox-app .mail-page-label{align-self:center!important;line-height:1!important;color:#5f6368!important;padding-left:8px!important}html body #root .mailbox-app.mailbox-app .mail-page-size{padding-left:0!important}html body #root .mailbox-app.mailbox-app .mail-range>button{width:34px!important;min-width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(60,64,67,.28)!important;background:#fff!important;color:#3c4043!important;opacity:1!important}html body #root .mailbox-app.mailbox-app .mail-range>button svg{color:#3c4043!important;stroke:#3c4043!important;opacity:1!important}html body #root .mailbox-app.mailbox-app .mail-range>button:hover:not(:disabled){background:#3c404314!important}html body #root .mailbox-app.mailbox-app .mail-range>button:disabled{opacity:.4!important}html body #root .mailbox-app.mailbox-app .mail-rail .rail-brand-mark{display:none!important}@layer legacy-mailbox{html body #root .mailbox-app.mailbox-app .mail-toolbar .bulk-menu-panel button,html body #root .mailbox-app.mailbox-app .bulk-menu-panel button{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:40px!important;max-height:none!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:0 14px!important;text-align:left!important;white-space:nowrap!important;border-radius:0!important}html body #root .mailbox-app.mailbox-app .bulk-menu-panel button svg{flex:0 0 auto!important;width:16px!important;height:16px!important;margin:0!important}html body #root .mailbox-app.mailbox-app .bulk-menu-panel button span{display:inline!important}}html body #root .mailbox-app.mailbox-app{--mail-view-topbar: 64px !important;--mail-view-footer: 44px !important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header{height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:8px 14px!important;margin:0!important;align-items:center!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-sidebar-toggle{flex:0 0 44px!important;width:44px!important;height:44px!important;align-self:center!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand{height:44px!important;min-height:44px!important;max-height:44px!important;align-items:center!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden .rail-brand-mark{display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:10px!important;line-height:1!important;overflow:visible!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand>span,html body #root .mailbox-app.mailbox-app.message-open:not(.sidebar-hidden)>.mail-sidebar .mail-sidebar-header .mail-brand>span{line-height:42px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .mailbox-app.mailbox-app .mail-topbar{height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:6px 16px 6px 0!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .mail-search,html body #root .mailbox-app.mailbox-app .mail-top-actions{height:52px!important;min-height:52px!important;max-height:52px!important;align-self:center!important}html body #root .mailbox-app.mailbox-app .mail-workspace{height:calc(100vh - var(--mail-view-topbar))!important;padding:0 16px 4px 0!important}html body #root .mailbox-app.mailbox-app .message-list,html body #root .mailbox-app.mailbox-app .message-list.has-category-tabs{min-height:0!important}html body #root .mailbox-app.mailbox-app .message-list-footer,html body #root .mailbox-app.mailbox-app .message-list>.message-list-footer{height:var(--mail-view-footer)!important;min-height:var(--mail-view-footer)!important;max-height:var(--mail-view-footer)!important;padding:0 12px!important;align-items:center!important}html body #root .mailbox-app.mailbox-app .mail-range{height:var(--mail-view-footer)!important;min-height:var(--mail-view-footer)!important;max-height:var(--mail-view-footer)!important;align-items:center!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail,html body #root .mailbox-app.mailbox-app.sidebar-collapsed>.mail-rail{grid-template-rows:var(--mail-view-topbar) minmax(0,1fr)!important;padding:8px 0 16px!important;align-items:start!important;justify-items:center!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail-button{grid-row:1!important;align-self:center!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail .rail-brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .mail-rail .rail-brand-mark{display:none!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .collapsed-rail-nav,html body #root .mailbox-app.mailbox-app.sidebar-collapsed .collapsed-rail-nav{grid-row:2!important;align-self:start!important;margin-top:0!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels{display:flex!important;flex-direction:column!important;gap:2px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list>button,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row>button:first-child,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row>button:first-child{display:grid!important;grid-template-columns:54px minmax(0,1fr) 32px!important;align-items:center!important;justify-items:start!important;column-gap:0!important;width:100%!important;min-width:0!important;max-width:100%!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0 12px 0 32px!important;margin:0!important;border-radius:0 18px 18px 0!important;box-sizing:border-box!important;overflow:hidden!important;line-height:20px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 28px!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important;margin:0!important;border-radius:0 18px 18px 0!important;box-sizing:border-box!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row>button:first-child,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row>button:first-child{grid-column:1 / -1!important;background:transparent!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list>button>svg,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row>button:first-child>svg,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row>button:first-child>svg{grid-column:1!important;justify-self:center!important;align-self:center!important;width:18px!important;min-width:18px!important;height:18px!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .folder-label,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .label-name{grid-column:2!important;display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .folder-unread-count,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .folder-unread-count{grid-column:3!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:20px!important;margin:0!important;overflow:hidden!important;color:#202124!important;font-size:12px!important;font-weight:700!important;line-height:20px!important;text-align:right!important;visibility:visible!important;opacity:1!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row.active,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row.active,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row>button:first-child.active,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row>button:first-child.active{background:color-mix(in srgb,var(--primary) 14%,transparent)!important;color:#202124!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-delete,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-delete{position:absolute!important;top:0!important;right:0!important;z-index:2!important;display:grid!important;place-items:center!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#5f6368!important;opacity:0!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row:hover .mail-folder-delete,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-folder-list .mail-folder-custom-row:focus-within .mail-folder-delete,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row:hover .taxonomy-delete,html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels .taxonomy-row:focus-within .taxonomy-delete{opacity:1!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app:not(.sidebar-hidden) .mail-labels>.mail-label-empty{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;width:calc(100% - 26px)!important;min-width:0!important;max-width:calc(100% - 26px)!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:8px 0 0 26px!important;padding:0 12px!important;box-sizing:border-box!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.nav-expanded,html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.message-open{--mail-view-topbar: 64px !important;--nuv-header-brand-left: 24px !important;--nuv-header-brand-width: 288px !important;--nuv-header-search-expanded-offset: 88px !important;--nuv-header-search-collapsed-offset: 280px !important;--nuv-header-search-width: 880px !important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand{position:fixed!important;inset:0 auto auto var(--nuv-header-brand-left)!important;z-index:1700!important;display:grid!important;grid-template-columns:40px 44px minmax(0,1fr)!important;align-items:center!important;justify-items:start!important;column-gap:12px!important;box-sizing:border-box!important;width:var(--nuv-header-brand-width)!important;min-width:var(--nuv-header-brand-width)!important;max-width:var(--nuv-header-brand-width)!important;height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:0!important;margin:0!important;overflow:visible!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand .mail-topbar-toggle{grid-column:1!important;display:inline-grid!important;place-items:center!important;align-self:center!important;justify-self:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;box-sizing:border-box!important;border-radius:50%!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand .brand-mark{grid-column:2!important;display:inline-grid!important;place-items:center!important;align-self:center!important;justify-self:center!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0!important;margin:0!important;box-sizing:border-box!important;border-radius:10px!important;font-size:20px!important;line-height:1!important;overflow:visible!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand>span{grid-column:3!important;display:block!important;align-self:center!important;min-width:0!important;max-width:180px!important;color:#202124!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .mail-topbar,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-topbar,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-topbar,html body #root .mailbox-app.mailbox-app.message-open .mail-topbar{height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding-top:6px!important;padding-right:16px!important;padding-bottom:6px!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(320px,var(--nuv-header-search-width)) minmax(0,1fr) auto!important;column-gap:20px!important;align-items:center!important;overflow:visible!important}html body #root .mailbox-app.mailbox-app.nav-expanded .mail-topbar,html body #root .mailbox-app.mailbox-app.message-open.nav-expanded .mail-topbar{padding-left:var(--nuv-header-search-expanded-offset)!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-topbar,html body #root .mailbox-app.mailbox-app.message-open.sidebar-hidden .mail-topbar{padding-left:var(--nuv-header-search-collapsed-offset)!important}html body #root .mailbox-app.mailbox-app .mail-search,html body #root .mailbox-app.mailbox-app .mail-top-actions,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-search,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-top-actions,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-search,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-top-actions{align-self:center!important;margin-top:0!important;margin-bottom:0!important;transform:none!important}html body #root .mailbox-app.mailbox-app .mail-search,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-search,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-search,html body #root .mailbox-app.mailbox-app.message-open .mail-search{width:min(100%,var(--nuv-header-search-width))!important;height:52px!important;min-height:52px!important;max-height:52px!important;box-sizing:border-box!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-topbar,html body #root .mailbox-app.mailbox-app.message-open.sidebar-hidden .mail-topbar{width:calc(100% - 184px)!important;margin-left:184px!important;padding-left:0!important}html body #root .mailbox-app.mailbox-app.nav-expanded .mail-topbar,html body #root .mailbox-app.mailbox-app.message-open.nav-expanded .mail-topbar{width:auto!important;margin-left:0!important;padding-left:0!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand{position:fixed!important;top:0!important;left:24px!important;right:auto!important;bottom:auto!important;z-index:1700!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;width:288px!important;min-width:288px!important;max-width:288px!important;height:64px!important;min-height:64px!important;max-height:64px!important;padding:0!important;margin:0!important;box-sizing:border-box!important;overflow:visible!important;white-space:nowrap!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand .mail-topbar-toggle{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 0 40px!important;display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border-radius:50%!important;transform:none!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand .brand-mark{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 0 40px!important;display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border-radius:10px!important;box-sizing:border-box!important;font-size:19px!important;line-height:1!important;transform:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand>span{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 1 auto!important;display:block!important;width:auto!important;min-width:0!important;max-width:150px!important;padding:0!important;margin:0!important;color:#202124!important;font-size:17px!important;font-weight:600!important;line-height:22px!important;letter-spacing:0!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header,html body #root .mailbox-app.mailbox-app .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand,html body #root .mailbox-app.mailbox-app .mail-rail-button,html body #root .mailbox-app.mailbox-app .rail-brand-mark,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .brand-mark{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;max-width:0!important;max-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand{position:fixed!important;top:0!important;left:28px!important;z-index:3000!important;display:grid!important;grid-template-columns:40px 40px minmax(0,112px)!important;column-gap:12px!important;align-items:center!important;justify-items:start!important;width:216px!important;min-width:216px!important;max-width:216px!important;height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;white-space:nowrap!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand:before,html body #root .mailbox-app.mailbox-app>.mail-header-brand:after,html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-menu:before,html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-menu:after,html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-logo:before,html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-logo:after,html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-title:before,html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-title:after{content:none!important;display:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-menu,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand .mail-header-menu,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand .mail-header-menu,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand .mail-header-menu{grid-column:1!important;position:static!important;display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;color:#1f2937!important;line-height:1!important;transform:none!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-menu svg{display:block!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;margin:0!important;transform:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-logo,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand .mail-header-logo,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand .mail-header-logo,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand .mail-header-logo{grid-column:2!important;position:static!important;display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,var(--primary) 0%,#0f8b8d 100%)!important;box-shadow:0 8px 18px #0f766e24!important;color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:1!important;text-align:center!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand .mail-header-title,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand .mail-header-title,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand .mail-header-title,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand .mail-header-title{grid-column:3!important;position:static!important;display:block!important;width:112px!important;min-width:0!important;max-width:112px!important;padding:0!important;margin:0!important;color:#202124!important;font-size:16px!important;font-weight:600!important;line-height:20px!important;letter-spacing:0!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header,html body #root .mailbox-app.mailbox-app .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand,html body #root .mailbox-app.mailbox-app .mail-rail-button,html body #root .mailbox-app.mailbox-app .rail-brand-mark{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;max-width:0!important;max-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header:before,html body #root .mailbox-app.mailbox-app .mail-sidebar-header:after,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand:before,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand:after,html body #root .mailbox-app.mailbox-app .mail-rail-button:before,html body #root .mailbox-app.mailbox-app .mail-rail-button:after,html body #root .mailbox-app.mailbox-app .rail-brand-mark:before,html body #root .mailbox-app.mailbox-app .rail-brand-mark:after,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand:before,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand:after,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .mail-topbar-toggle:before,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .mail-topbar-toggle:after,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .brand-mark:before,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .brand-mark:after,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand>span:before,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand>span:after{content:none!important;display:none!important}html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.nav-expanded,html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.message-open{--nuv-brand-left: 28px !important;--nuv-brand-button: 40px !important;--nuv-brand-mark: 40px !important;--nuv-brand-gap: 12px !important;--nuv-brand-width: 292px !important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand{position:fixed!important;top:0!important;left:var(--nuv-brand-left)!important;z-index:2500!important;display:flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:var(--nuv-brand-gap)!important;width:var(--nuv-brand-width)!important;min-width:var(--nuv-brand-width)!important;max-width:var(--nuv-brand-width)!important;height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;box-sizing:border-box!important;overflow:visible!important;white-space:nowrap!important;pointer-events:none!important;isolation:isolate!important;contain:layout paint!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand>:not(.mail-topbar-toggle):not(.brand-mark):not(span){display:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand .mail-topbar-toggle,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand .mail-topbar-toggle{order:1!important;position:relative!important;inset:auto!important;flex:0 0 var(--nuv-brand-button)!important;display:grid!important;place-items:center!important;width:var(--nuv-brand-button)!important;min-width:var(--nuv-brand-button)!important;max-width:var(--nuv-brand-button)!important;height:var(--nuv-brand-button)!important;min-height:var(--nuv-brand-button)!important;max-height:var(--nuv-brand-button)!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;transform:none!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand .brand-mark,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand .brand-mark{order:2!important;position:relative!important;inset:auto!important;flex:0 0 var(--nuv-brand-mark)!important;display:grid!important;place-items:center!important;width:var(--nuv-brand-mark)!important;min-width:var(--nuv-brand-mark)!important;max-width:var(--nuv-brand-mark)!important;height:var(--nuv-brand-mark)!important;min-height:var(--nuv-brand-mark)!important;max-height:var(--nuv-brand-mark)!important;padding:0!important;margin:0!important;border:0!important;border-radius:10px!important;box-sizing:border-box!important;box-shadow:0 8px 18px #0f766e24!important;color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:1!important;transform:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand>span,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand>span{order:3!important;position:relative!important;inset:auto!important;flex:0 1 150px!important;display:block!important;min-width:0!important;max-width:150px!important;padding:0!important;margin:0!important;color:#202124!important;font-size:16px!important;font-weight:600!important;line-height:20px!important;letter-spacing:0!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand{position:fixed!important;top:0!important;left:28px!important;z-index:5000!important;display:grid!important;grid-template-columns:40px 40px minmax(0,112px)!important;gap:0 12px!important;align-items:center!important;justify-items:start!important;width:216px!important;height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;max-height:var(--mail-view-topbar)!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;white-space:nowrap!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-menu{grid-column:1!important;position:static!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;transform:none!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-logo{grid-column:2!important;position:static!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,var(--primary) 0%,#0f8b8d 100%)!important;box-shadow:0 8px 18px #0f766e24!important;color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:1!important;transform:none!important;opacity:1!important;visibility:visible!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-title{grid-column:3!important;position:static!important;display:block!important;width:112px!important;min-width:0!important;max-width:112px!important;padding:0!important;margin:0!important;color:#202124!important;font-size:16px!important;font-weight:600!important;line-height:20px!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important;opacity:1!important;visibility:visible!important}html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.nav-expanded,html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.message-open{--mail-header-height: 64px !important;--mail-header-left: 28px !important;--mail-brand-width: 220px !important;--mail-search-left: 280px !important;--mail-actions-width: 420px !important}html body #root .mailbox-app.mailbox-app.sidebar-hidden{--mail-header-left: 12px !important;--mail-brand-width: 76px !important;--mail-search-left: 100px !important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header,html body #root .mailbox-app.mailbox-app .mail-sidebar-toggle,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand,html body #root .mailbox-app.mailbox-app .mail-sidebar .brand-mark,html body #root .mailbox-app.mailbox-app .mail-rail-button,html body #root .mailbox-app.mailbox-app .rail-brand-mark,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand *,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar-brand{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;max-width:0!important;max-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app .mail-sidebar-header:before,html body #root .mailbox-app.mailbox-app .mail-sidebar-header:after,html body #root .mailbox-app.mailbox-app .mail-sidebar-toggle:before,html body #root .mailbox-app.mailbox-app .mail-sidebar-toggle:after,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand:before,html body #root .mailbox-app.mailbox-app .mail-sidebar .mail-brand:after,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand:before,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand:after,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand *:before,html body #root .mailbox-app.mailbox-app>.mail-topbar-brand *:after{display:none!important;content:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand{position:fixed!important;top:0!important;left:var(--mail-header-left)!important;z-index:5000!important;display:grid!important;grid-template-columns:40px 40px minmax(0,116px)!important;column-gap:12px!important;align-items:center!important;justify-items:start!important;width:var(--mail-brand-width)!important;height:var(--mail-header-height)!important;min-height:var(--mail-header-height)!important;max-height:var(--mail-header-height)!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;white-space:nowrap!important;transform:none!important;pointer-events:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-menu{grid-column:1!important;position:static!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;transform:none!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-logo,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-logo,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-logo,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-logo{grid-column:2!important;position:static!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,var(--primary) 0%,#0f8b8d 100%)!important;box-shadow:0 8px 18px #0f766e24!important;color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:1!important;transform:none!important;opacity:1!important;visibility:visible!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-title{grid-column:3!important;position:static!important;display:block!important;width:116px!important;min-width:0!important;max-width:116px!important;padding:0!important;margin:0!important;color:#202124!important;font-size:16px!important;font-weight:600!important;line-height:20px!important;letter-spacing:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important;opacity:1!important;visibility:visible!important}html body #root .mailbox-app.mailbox-app>.mail-topbar,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar{position:sticky!important;top:0!important;z-index:3000!important;display:grid!important;grid-template-columns:minmax(320px,880px) minmax(0,1fr) auto!important;column-gap:20px!important;align-items:center!important;width:100%!important;height:var(--mail-header-height)!important;min-height:var(--mail-header-height)!important;max-height:var(--mail-header-height)!important;padding:6px 16px 6px var(--mail-search-left)!important;margin:0!important;border:0!important;box-sizing:border-box!important;overflow:visible!important;transform:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar>.mail-search{grid-column:1!important;align-self:center!important;width:100%!important;max-width:880px!important;height:52px!important;min-height:52px!important;max-height:52px!important;margin:0!important;transform:none!important}html body #root .mailbox-app.mailbox-app>.mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar>.mail-top-actions{grid-column:3!important;align-self:center!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;width:auto!important;min-width:0!important;margin:0!important;transform:none!important}@layer legacy-mailbox{html body #root .mailbox-app.mailbox-app .preview-header h2{font-size:22px!important;font-weight:400!important;line-height:1.35!important;color:#202124!important;letter-spacing:normal!important}html body #root .mailbox-app.mailbox-app .preview-header p{color:#5f6368!important}html body #root .mailbox-app.mailbox-app .conversation-message,html body #root .mailbox-app.mailbox-app .conversation-message.is-selected,html body #root .mailbox-app.mailbox-app .conversation-message.is-latest{border:1px solid #e8eaed!important;border-radius:12px!important;box-shadow:0 1px 2px #3c40431a!important;background:#fff!important;padding:20px 24px!important}html body #root .mailbox-app.mailbox-app .conversation-message header strong{color:#202124!important;font-weight:700!important;font-size:14px!important}html body #root .mailbox-app.mailbox-app .conversation-message header span,html body #root .mailbox-app.mailbox-app .conversation-message time{color:#5f6368!important;font-weight:400!important;font-size:13px!important}html body #root .mailbox-app.mailbox-app .conversation-message .message-body{margin-left:0!important;padding:6px 0 0!important;font-size:14px!important;line-height:1.6!important;color:#202124!important;box-shadow:none!important;border:0!important;background:transparent!important}html body #root .mailbox-app.mailbox-app .conversation-item-actions button{border:0!important;background:transparent!important;color:#5f6368!important}html body #root .mailbox-app.mailbox-app .conversation-item-actions button:hover{background:#3c404314!important;color:#202124!important;border:0!important}html body #root .mailbox-app.mailbox-app .preview-actions{gap:8px!important;flex-wrap:wrap!important;padding-top:10px!important}html body #root .mailbox-app.mailbox-app .preview-actions>button,html body #root .mailbox-app.mailbox-app .preview-actions .message-overflow-trigger{height:34px!important;padding:0 16px!important;border:1px solid #dadce0!important;border-radius:999px!important;background:#fff!important;color:#3c4043!important;font-weight:500!important;box-shadow:none!important}html body #root .mailbox-app.mailbox-app .preview-actions>button:hover,html body #root .mailbox-app.mailbox-app .preview-actions .message-overflow-trigger:hover{background:#f1f3f4!important;border-color:#dadce0!important;color:#202124!important}html body #root .mailbox-app.mailbox-app .preview-actions>button.danger:hover{background:#fce8e6!important;color:#c5221f!important;border-color:#f6cfcc!important}}@layer legacy-mailbox{@media(max-width:720px){html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app.nav-expanded,html body #root .mailbox-app.mailbox-app.sidebar-hidden,html body #root .mailbox-app.mailbox-app.message-open{--mail-header-left: 8px !important;--mail-brand-width: 76px !important;--mail-search-left: 92px !important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:64px minmax(0,1fr)!important;width:100vw!important;min-width:0!important}html body #root .mailbox-app.mailbox-app>.mail-rail{display:none!important}html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-rail,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-rail,html body #root .mailbox-app.mailbox-app.message-open>.mail-rail{display:none!important;width:0!important;min-width:0!important;max-width:0!important}html body #root .mailbox-app.mailbox-app>.mail-main,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-main,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-main,html body #root .mailbox-app.mailbox-app.message-open>.mail-main{grid-column:1!important;grid-row:1 / 3!important;position:relative!important;inset:auto!important;width:100%!important;min-width:0!important;max-width:100vw!important;margin:0!important;transform:none!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand{left:8px!important;grid-template-columns:32px 32px!important;column-gap:4px!important;width:76px!important;min-width:76px!important;max-width:76px!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-logo,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-logo,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-logo,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-menu,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-logo{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-title{display:none!important;visibility:hidden!important;width:0!important}html body #root .mailbox-app.mailbox-app>.mail-topbar,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar{grid-template-columns:minmax(0,1fr) auto!important;column-gap:6px!important;padding:6px 8px 6px 92px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app .mail-topbar,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-topbar,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-topbar,html body #root .mailbox-app.mailbox-app.message-open .mail-topbar{grid-template-columns:minmax(0,1fr) auto!important;column-gap:6px!important;width:100%!important;max-width:100vw!important;padding:6px 8px 6px 92px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app>.mail-main>.mail-topbar,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-main>.mail-topbar,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-main>.mail-topbar,html body #root .mailbox-app.mailbox-app.message-open>.mail-main>.mail-topbar{width:100%!important;max-width:100vw!important;margin:0!important}html body #root .mailbox-app.mailbox-app>.mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar>.mail-search{grid-column:1!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;height:44px!important;min-height:44px!important;max-height:44px!important}html body #root .mailbox-app.mailbox-app .mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-topbar>.mail-search,html body #root .mailbox-app.mailbox-app.message-open .mail-topbar>.mail-search{grid-column:1!important;grid-template-columns:22px minmax(0,1fr) 36px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app>.mail-topbar>.mail-search>input{width:100%!important;min-width:0!important;max-width:100%!important}html body #root .mailbox-app.mailbox-app .mail-topbar>.mail-search>input{width:100%!important;min-width:0!important;max-width:100%!important}html body #root .mailbox-app.mailbox-app>.mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.message-open>.mail-topbar>.mail-top-actions{grid-column:2!important;gap:4px!important}html body #root .mailbox-app.mailbox-app .mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.nav-expanded .mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-topbar>.mail-top-actions,html body #root .mailbox-app.mailbox-app.message-open .mail-topbar>.mail-top-actions{grid-column:2!important;gap:4px!important}html body #root .mailbox-app.mailbox-app>.mail-topbar>.mail-top-actions>button{display:none!important}html body #root .mailbox-app.mailbox-app .mail-topbar>.mail-top-actions>button{display:none!important}html body #root .mailbox-app.mailbox-app>.mail-sidebar,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-sidebar{position:fixed!important;z-index:4500!important;top:64px!important;bottom:0!important;left:0!important;height:calc(100dvh - 64px)!important;max-height:calc(100dvh - 64px)!important;display:block!important;width:min(82vw,300px)!important;min-width:min(82vw,300px)!important;max-width:min(82vw,300px)!important;transform:translate(-105%)!important;transition:transform .16s ease!important;box-shadow:8px 0 24px #20212429!important;overflow-y:auto!important}html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-sidebar{transform:translate(0)!important}html body #root .mailbox-app.mailbox-app .mail-workspace,html body #root .mailbox-app.mailbox-app .mail-content-grid,html body #root .mailbox-app.mailbox-app .message-list{min-width:0!important;width:100%!important}}}@layer legacy-mailbox{.mailbox-app{min-height:100dvh!important;height:100dvh!important;overflow:hidden!important}html body #root .mailbox-app .mail-header-brand{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important;overflow:visible!important}html body #root .mailbox-app .mail-header-brand:before,html body #root .mailbox-app .mail-header-brand:after,html body #root .mailbox-app .mail-header-title:before,html body #root .mailbox-app .mail-header-title:after,html body #root .mailbox-app .mail-header-logo:before,html body #root .mailbox-app .mail-header-logo:after{content:none!important;display:none!important}html body #root .mailbox-app .mail-header-title{display:block!important;position:static!important;width:auto!important;max-width:none!important;height:auto!important;margin:0!important;overflow:visible!important;white-space:nowrap!important;text-overflow:clip!important;line-height:1!important}.mail-main,.mail-workspace,.mail-content-grid,.message-list{min-height:0!important}.mail-workspace{overflow:hidden!important}.mail-content-grid{display:grid!important;grid-template-rows:minmax(0,1fr)!important;overflow:hidden!important}.message-list{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;height:100%!important;overflow:hidden!important}.message-pager-strip{display:none!important}.message-list-scroll{min-height:0!important;overflow:auto!important;align-content:start!important}.message-list-footer{position:static!important;inset:auto!important;z-index:2!important;flex:0 0 auto!important;min-height:64px!important;margin:0!important;border-top:1px solid var(--mail-border, #dde3ea)!important;background:var(--mail-surface, #fff)!important}.mail-range{min-height:64px!important;padding:8px 18px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.message-row{min-width:0!important}.message-row-sender,.message-row-content,.message-row-content b,.message-row-content small{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:900px){html body #root .mailbox-app.mailbox-app{grid-template-columns:88px minmax(0,1fr)!important;grid-template-rows:64px minmax(0,1fr)!important;width:100vw!important;min-width:0!important}html body #root .mailbox-app.mailbox-app .mail-main.mail-main{grid-column:2!important;grid-row:1 / -1!important;width:100%!important;min-width:0!important;margin:0!important}html body #root .mailbox-app.mailbox-app .mail-workspace.mail-workspace{width:100%!important;min-width:0!important;margin:0!important;padding:0 12px 16px!important}html body #root .mailbox-app.mailbox-app .mail-content-grid.mail-content-grid{width:100%!important;min-width:0!important;margin:0!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail.mail-rail{display:block!important;position:fixed!important;inset:64px auto 0 0!important;width:88px!important;height:calc(100dvh - 64px)!important;z-index:40!important}html body #root .mailbox-app.mailbox-app.sidebar-hidden .mail-rail .collapsed-rail-nav{display:flex!important;width:88px!important;height:100%!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}html body #root .mailbox-app.mailbox-app.nav-expanded .mail-sidebar.mail-sidebar{display:flex!important;position:fixed!important;inset:64px auto 0 0!important;width:min(320px,calc(100vw - 24px))!important;height:calc(100dvh - 64px)!important;z-index:80!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:12px 0 32px #0f172a2e!important}html body #root .mailbox-app.mailbox-app.nav-expanded .mail-rail .collapsed-rail-nav{display:none!important}html body #root .mailbox-app.mailbox-app .mail-side-tools.mail-side-tools{display:flex!important;position:fixed!important;inset:auto 12px 76px auto!important;width:auto!important;height:48px!important;padding:4px!important;flex-direction:row!important;gap:4px!important;z-index:55!important;border:1px solid var(--mail-border, #dde3ea)!important;border-radius:16px!important;background:var(--mail-surface, #fff)!important;box-shadow:0 8px 24px #0f172a24!important}html body #root .mailbox-app.mailbox-app .mail-side-tools.mail-side-tools button{display:grid!important;width:40px!important;height:40px!important;min-width:40px!important}html body #root .mailbox-app .mail-header-brand{position:fixed!important;inset:0 auto auto 0!important;width:88px!important;min-width:88px!important;max-width:88px!important;height:64px!important;padding:12px 20px!important;display:flex!important;justify-content:flex-start!important;overflow:hidden!important}html body #root .mailbox-app .mail-header-logo,html body #root .mailbox-app .mail-header-title{display:none!important}html body #root .mailbox-app.mailbox-app .mail-main.mail-main .mail-topbar.mail-topbar{position:sticky!important;inset:0 auto auto 0!important;width:100%!important;max-width:100%!important;min-width:0!important;height:64px!important;margin:0!important;padding:8px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}html body #root .mailbox-app.mailbox-app .mail-topbar.mail-topbar .mail-search.mail-search{width:100%!important;max-width:none!important;min-width:0!important;grid-template-columns:22px minmax(0,1fr) auto auto!important}html body #root .mailbox-app.mailbox-app .mail-topbar.mail-topbar .mail-search.mail-search input{width:100%!important;min-width:0!important}html body #root .mailbox-app.mailbox-app .mail-topbar.mail-topbar .mail-top-actions.mail-top-actions{width:auto!important;min-width:0!important;max-width:104px!important;overflow:visible!important;gap:4px!important}html body #root .mailbox-app .mail-top-actions>button:not([title="Mailbox settings"]),html body #root .mailbox-app .mail-top-actions>.admin-link{display:none!important}.mail-range{justify-content:center!important}.mail-page-size>span{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important}}}html body #root .mailbox-app .workspace-apps{position:relative!important;display:inline-flex!important;overflow:visible!important;z-index:500!important}html body #root .mailbox-app .apps-launcher-button{display:inline-grid!important;place-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#3c4043!important;cursor:pointer!important}html body #root .mailbox-app .apps-launcher-button:hover,html body #root .mailbox-app .apps-launcher-button[aria-expanded=true]{background:#eef3f8!important}html body #root .mailbox-app .apps-launcher-button:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 24%,transparent)!important;outline-offset:2px!important}html body #root .mailbox-app .workspace-apps-panel{position:absolute!important;top:calc(100% + 12px)!important;right:-58px!important;z-index:10000!important;width:312px!important;max-width:calc(100vw - 24px)!important;padding:14px!important;border:1px solid #d9e1ec!important;border-radius:28px!important;background:#f7f9fc!important;box-shadow:0 18px 48px #3c40433d!important}html body #root .mailbox-app .workspace-apps-panel header{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:12px!important;padding:2px 4px 10px!important}html body #root .mailbox-app .workspace-apps-panel header strong{color:#202124!important;font-size:17px!important}html body #root .mailbox-app .workspace-apps-panel header span{color:#68717d!important;font-size:12px!important}html body #root .mailbox-app .workspace-apps-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:2px!important;row-gap:4px!important;padding:6px!important;border-radius:22px!important;background:#fff!important}html body #root .mailbox-app .workspace-app{display:grid!important;grid-template-rows:44px auto!important;place-items:center!important;gap:5px!important;min-width:0!important;min-height:76px!important;padding:7px 2px!important;border-radius:16px!important;color:#3c4043!important;text-decoration:none!important}html body #root .mailbox-app .workspace-app:hover,html body #root .mailbox-app .workspace-app:focus-visible{background:#edf3fe!important;outline:none!important}html body #root .mailbox-app .workspace-app>span{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:14px!important;color:#fff!important}html body #root .mailbox-app .workspace-app strong{width:100%!important;overflow:hidden!important;color:#3c4043!important;font-size:12px!important;font-weight:600!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important}.workspace-app-mail>span{background:linear-gradient(135deg,#ea4335,#fbbc04)!important}.workspace-app-drive>span{background:linear-gradient(145deg,#0f9d58,#4285f4)!important}.workspace-app-document>span{background:#4285f4!important}.workspace-app-spreadsheet>span{background:#0f9d58!important}.workspace-app-presentation>span{background:#f9ab00!important}.workspace-app-pdf>span{background:#d93025!important}.workspace-app-calendar>span{background:var(--primary)!important}.workspace-app-tasks>span{background:#4f46e5!important}.workspace-app-notes>span{background:#d97706!important}.workspace-app-chat>span{background:#0f9d58!important}.workspace-app-link>span{background:linear-gradient(135deg,#00ac47,var(--primary))!important}html body #root .mailbox-app .mail-utility-panel.notes-workspace-panel{top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;z-index:12000!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;display:block!important;overflow:hidden!important;border-radius:18px!important;background:#fff!important}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel{top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;z-index:12000!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:18px!important;background:#fff!important}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel>header{position:relative!important;z-index:2!important;flex:none!important}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel>.utility-list{min-height:0!important;height:calc(100% - 58px)!important;overflow:auto!important;padding:18px!important}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel>.workspace-chat,html body #root .mailbox-app .mail-utility-panel.workspace-app-panel>.workspace-link{min-height:0!important;height:calc(100% - 58px)!important}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel .workspace-chat{grid-template-columns:minmax(220px,280px) minmax(0,1fr);margin:0 18px 18px}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel .workspace-chat-messages{max-height:none}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel .workspace-link{padding:18px}.notes-workspace{display:grid;grid-template:72px minmax(0,1fr) / 240px minmax(0,1fr);width:100%;height:100%;min-height:0;color:#202124;background:#fff}.notes-workspace-header{grid-column:1 / -1;display:grid!important;grid-template-columns:220px minmax(260px,720px) minmax(150px,1fr);align-items:center;gap:18px;min-height:72px!important;padding:0 20px!important;border-bottom:1px solid #e0e0e0!important}.notes-brand{display:flex;align-items:center;gap:13px;font-size:21px}.notes-brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#f9ab00;color:#fff}.notes-brand svg{width:24px}.notes-search{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 15px;border-radius:10px;background:#f1f3f4}.notes-search input{flex:1;min-width:0;border:0!important;background:transparent!important;outline:0!important;font-size:16px!important}.notes-search button,.notes-header-actions button{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:transparent}.notes-search button:hover,.notes-header-actions button:hover{background:#e4e7ea}.notes-search svg,.notes-header-actions svg{width:21px}.notes-header-actions{display:flex;justify-content:flex-end;gap:5px}.notes-navigation{min-height:0;overflow:auto;padding:10px 10px 18px 0}.notes-navigation button{display:flex;align-items:center;gap:24px;width:100%;min-height:48px;padding:0 24px 0 28px;border-radius:0 24px 24px 0;background:transparent;text-align:left;font-weight:600}.notes-navigation button:hover{background:#f1f3f4}.notes-navigation button.active{background:#feefc3;color:#202124}.notes-navigation svg{width:21px;flex:none}.notes-content{min-height:0;overflow:auto;padding:22px 28px 40px;background:#fff}.notes-take-button{display:flex;align-items:center;gap:14px;width:min(600px,100%);min-height:52px;margin:0 auto 26px;padding:0 18px;border:1px solid #dadce0;border-radius:9px;background:#fff;color:#5f6368;font-size:15px;text-align:left;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.notes-editor{width:min(600px,100%);margin:0 auto 24px!important;padding:18px!important;border:1px solid #dadce0!important;border-radius:12px!important;background:#fff!important;box-shadow:0 4px 12px #3c404326!important}.notes-editor .utility-field input,.notes-editor .utility-field textarea{background:#fff!important}.notes-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));align-items:start;gap:16px}.notes-card-grid.list{grid-template-columns:minmax(0,680px);justify-content:center}.note-card{display:grid;gap:9px;min-height:150px;padding:14px;border:1px solid #dadce0;border-radius:9px;background:var(--note-color);transition:box-shadow .15s,transform .15s}.note-card:hover{box-shadow:0 2px 8px #3c404333;transform:translateY(-1px)}.note-card>header,.note-card>footer{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:28px!important;padding:0!important;border:0!important}.note-card>header div{display:flex;gap:6px}.note-card>header svg{width:16px}.note-card button{background:transparent}.note-card>header button{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;opacity:.55}.note-card>header button:hover{background:#00000012;opacity:1}.note-card-body{display:block;width:100%;padding:0;text-align:left}.note-card-body strong{display:block;margin-bottom:8px;font-size:15px}.note-card-body p{margin:0;overflow-wrap:anywhere;white-space:pre-wrap;line-height:1.5}.note-card time{color:#5f6368;font-size:11px}.note-labels{display:flex;flex-wrap:wrap;gap:6px}.note-labels span{padding:4px 9px;border-radius:999px;background:#0000000d;font-size:11px}.note-card>footer{justify-content:flex-end!important;gap:8px}.note-card>footer button{padding:6px 9px;border-radius:7px;color:#5f6368;font-size:11px}.note-card>footer button:hover{background:#00000012;color:#202124}.notes-empty{display:grid;justify-items:center;gap:8px;margin-top:80px;color:#80868b}.notes-empty svg{width:48px;height:48px}.notes-empty strong{font-size:18px}.notes-empty span{font-size:13px}.note-reminder-presets,.note-colour-picker{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.note-reminder-presets>span,.note-colour-picker>span{width:100%;color:#5f6368;font-size:12px;font-weight:700}.note-reminder-presets button{padding:7px 11px;border:1px solid #dadce0;border-radius:999px;background:#fff;font-size:12px}.note-reminder-presets button:hover{background:#f1f3f4}.note-colour-picker button{width:30px;height:30px;border:2px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px #c4c7c5}.note-colour-picker button.active{box-shadow:0 0 0 2px var(--primary)}.note-colour-picker button:hover{transform:scale(1.08)}@media(max-width:760px){html body #root .mailbox-app .mail-utility-panel.notes-workspace-panel{top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:0!important}.notes-workspace{grid-template:64px auto minmax(0,1fr) / 1fr}.notes-workspace-header{grid-template-columns:auto minmax(0,1fr) auto;min-height:64px!important;padding:0 10px!important}.notes-brand strong{display:none}.notes-brand>span{width:38px;height:38px}.notes-search{min-height:44px}.notes-header-actions button:first-child{display:none}.notes-navigation{display:flex;gap:6px;overflow-x:auto;padding:8px;border-bottom:1px solid #e0e0e0}.notes-navigation button{flex:none;width:auto;min-height:38px;padding:0 14px;border-radius:19px;gap:7px}.notes-navigation button span{white-space:nowrap}.notes-content{padding:16px}.notes-card-grid{grid-template-columns:1fr}}.workspace-chat,.workspace-link{display:flex;flex-direction:column;gap:14px;min-height:0;height:100%;padding:14px}.workspace-chat-space{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #dfe5ec;border-radius:14px;background:#f6f9fe}.workspace-chat-space div,.workspace-chat-message>div{display:flex;flex:1;min-width:0;flex-direction:column}.workspace-chat-space span,.workspace-feature-note{color:#68717d;font-size:12px;line-height:1.45}.workspace-chat-messages{display:flex;flex:1;min-height:220px;max-height:52vh;flex-direction:column;gap:12px;overflow:auto;padding:4px}.workspace-chat-message{display:flex;gap:10px}.workspace-chat-avatar{display:grid;place-items:center;width:34px;min-width:34px;height:34px;border-radius:50%;background:#d7eadf;color:#0b6b43;font-weight:700}.workspace-chat-message header{display:flex;align-items:baseline;gap:8px}.workspace-chat-message time{color:#7b8490;font-size:11px}.workspace-chat-message p{margin:4px 0;color:#202124;line-height:1.45;white-space:pre-wrap}.workspace-chat-message button{align-self:flex-start;border:0;border-radius:12px;background:transparent;cursor:pointer}.workspace-chat-message button.active{background:#e6f4ea}.workspace-chat-compose{display:flex;gap:8px}.workspace-chat-compose input{flex:1;min-width:0;padding:11px 13px;border:1px solid #ccd5e0;border-radius:12px}.workspace-chat-compose .primary-button{width:auto;min-width:92px}.workspace-chat{display:grid;grid-template-columns:170px minmax(0,1fr);gap:0;padding:0;overflow:hidden;border:1px solid #dfe5ec;border-radius:16px;background:#fff}.workspace-chat-spaces{display:flex;min-height:0;flex-direction:column;gap:10px;padding:14px 10px;border-right:1px solid #dfe5ec;background:#f7f9fc}.workspace-chat-spaces header{display:flex;align-items:center;justify-content:space-between;padding:0 6px}.workspace-chat-spaces header button{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:transparent}.workspace-chat-spaces header button:hover{background:#e8eef7}.workspace-chat-spaces form{display:grid;gap:6px}.workspace-chat-spaces form input{min-width:0;padding:8px;border:1px solid #ccd5e0;border-radius:9px;background:#fff}.workspace-chat-spaces form button{min-height:32px;border-radius:9px;background:#0b6b43;color:#fff;font-weight:700}.workspace-chat-spaces nav{display:flex;min-height:0;flex-direction:column;gap:3px;overflow:auto}.workspace-chat-spaces nav button{display:flex;align-items:center;gap:7px;min-height:38px;padding:0 9px;border-radius:9px;background:transparent;color:#465160;text-align:left}.workspace-chat-spaces nav button:hover{background:#edf2f8}.workspace-chat-spaces nav button.active{background:#dce9ff;color:var(--primary-strong);font-weight:700}.workspace-chat-spaces nav button span{color:#7a8594;font-size:18px}.workspace-chat-main{display:flex;min-width:0;min-height:0;flex-direction:column;gap:10px;padding:14px}.workspace-chat-retention{display:flex;flex:none;flex-direction:column;gap:3px;color:#68717d;font-size:11px}.workspace-chat-retention select{min-height:32px;border:1px solid #ccd5e0;border-radius:8px;background:#fff;color:#202124}.workspace-chat-search{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #dfe5ec;border-radius:11px;background:#fff}.workspace-chat-search input{flex:1;min-width:0;border:0;outline:0;background:transparent}.workspace-chat-search button{padding:6px 9px;border-radius:8px;background:#eef3f9;color:#315184;font-size:12px;font-weight:700}.workspace-chat-error,.workspace-chat-notice{margin:0;padding:8px 10px;border-radius:9px;font-size:12px}.workspace-chat-error{background:#fce8e6;color:#b3261e}.workspace-chat-notice{background:#e6f4ea;color:#137333}.workspace-chat-empty{display:grid;justify-items:center;gap:7px;margin:auto;padding:28px;color:#68717d;text-align:center}.workspace-chat-empty svg{width:34px;height:34px}.workspace-chat-empty span{font-size:12px}.workspace-link-stage{position:relative;display:grid;min-height:250px;overflow:hidden;place-items:center;border-radius:18px;background:#202124;contain:layout paint}.workspace-link{overflow:auto}.workspace-link-stage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.workspace-link-stage{min-height:210px}.workspace-link-stage video{min-height:210px;opacity:0;transition:opacity .12s ease}.workspace-link-stage video.media-active,.workspace-link-stage.remote video{opacity:1}.workspace-link-stage small{position:absolute;right:10px;bottom:9px;padding:4px 8px;border-radius:999px;background:#202124cc;color:#fff;font-weight:700}.workspace-link-participants,.workspace-link-captions{display:grid;gap:8px;padding:12px;border:1px solid #dfe5ec;border-radius:14px;background:#fff}.workspace-link-participants>header,.workspace-link-captions>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.workspace-link-participants>header span{display:grid;min-width:26px;height:26px;place-items:center;border-radius:13px;background:#e8f0fe;color:var(--primary-strong);font-size:12px;font-weight:700}.workspace-link-participants article{display:flex;align-items:center;gap:9px;padding:8px 0;border-top:1px solid #edf0f4}.workspace-link-participants article>span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#d7eadf;color:#0b6b43;font-weight:700}.workspace-link-participants article>div:first-of-type{display:flex;flex:1;min-width:0;flex-direction:column}.workspace-link-participants article small{color:#68717d}.workspace-link-moderation{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.workspace-link-moderation button,.workspace-link-captions header button,.workspace-link-captions form button{padding:6px 8px;border:1px solid #ccd5e0;border-radius:8px;background:#f7f9fc;color:#315184;font-size:11px;font-weight:700}.workspace-link-captions>div{min-height:54px;max-height:130px;overflow:auto;padding:8px;border-radius:10px;background:#f7f9fc}.workspace-link-captions p{margin:0 0 5px;color:#273142;font-size:13px}.workspace-link-captions>div>span{color:#7b8490;font-size:12px}.workspace-link-captions form{display:flex;gap:7px}.workspace-link-captions input{flex:1;min-width:0;padding:9px 11px;border:1px solid #ccd5e0;border-radius:9px}.workspace-link-stage video{width:100%;height:100%;min-height:250px;object-fit:cover;transform:scaleX(-1)}.workspace-link-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:12px;color:#fff}.workspace-link-placeholder span{display:grid;width:76px;height:76px;place-items:center;border-radius:50%;background:#5f6368;font-size:28px;font-weight:700}.workspace-link-code{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:1px solid #dfe5ec;border-radius:12px}.workspace-link-code span{color:#68717d;font-size:12px}.workspace-link-code strong{letter-spacing:.08em}.workspace-link-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:10px 13px;border:1px solid #dfe5ec;border-radius:14px;background:#fff}.workspace-link-header>div,.workspace-link-header>div>span{display:flex;align-items:center;gap:10px}.workspace-link-header>div>span{align-items:flex-start;flex-direction:column;gap:2px}.workspace-link-header small{color:#68717d;font-size:11px}.workspace-link-connection{padding:6px 9px;border-radius:999px;background:#fce8e6;color:#b3261e;font-size:11px;font-weight:700}.workspace-link-connection.connected{background:#e6f4ea;color:#137333}.workspace-link-actions{display:grid;grid-template-columns:repeat(6,minmax(78px,1fr));gap:8px}.workspace-link-actions button{display:flex;min-height:50px;align-items:center;justify-content:center;gap:6px;padding:7px;border:1px solid #ccd5e0;border-radius:12px;background:#fff;cursor:pointer}.workspace-link-actions button[aria-pressed=true]{border-color:var(--primary);background:#e8f0fe;color:var(--primary-strong)}.workspace-link-actions button:hover{background:#f1f5fb}.workspace-link-start{justify-content:center}.workspace-link-join-actions{display:grid;grid-template-columns:minmax(220px,auto) minmax(170px,auto) 1fr;align-items:center;gap:8px}.workspace-link-join-actions>small{color:#68717d;font-size:11px}.workspace-link-record-dot{width:10px;height:10px;border-radius:50%;background:#d93025}.workspace-link-record-dot.active{box-shadow:0 0 0 4px #fce8e6}.workspace-link-notice{margin:0;padding:10px 12px;border-radius:10px;background:#eef4ff;color:#315184;font-size:13px}@media(max-width:980px){html body #root .mailbox-app .workspace-apps-panel{right:-54px!important}}@media(max-width:600px){html body #root .mailbox-app .mail-utility-panel.workspace-app-panel{top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:0!important}.workspace-chat{grid-template-columns:1fr}html body #root .mailbox-app .mail-utility-panel.workspace-app-panel .workspace-chat{grid-template-columns:1fr;margin:0 8px 8px}.workspace-chat-spaces{max-height:150px;border-right:0;border-bottom:1px solid #dfe5ec}.workspace-chat-spaces nav{flex-direction:row;overflow-x:auto}.workspace-chat-spaces nav button{flex:none}.workspace-chat-retention{display:none}.workspace-link-stage-grid{grid-template-columns:1fr}.workspace-link-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-link-join-actions{grid-template-columns:1fr}.workspace-link-moderation{width:100%;justify-content:flex-start}html body #root .mailbox-app .mobile-workspace-apps .apps-launcher-button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}html body #root .mailbox-app .mobile-workspace-apps .workspace-apps-panel{position:fixed!important;top:68px!important;right:8px!important;width:min(312px,calc(100vw - 16px))!important}}.mobile-mail-menu,.mobile-mail-topbar{display:none}html body #root .mailbox-app .mail-header-brand,html body #root .mailbox-app .mail-header-title{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:600px){html body #root .mailbox-app.mailbox-app .mail-side-tools.mail-side-tools{right:8px!important;width:136px!important;min-width:136px!important;max-width:calc(100vw - 16px)!important;overflow:hidden!important}}.auth-screen *,.mailbox-app *{box-sizing:border-box}.auth-screen :is(form,label,.auth-form,.form-grid,.password-field),.mailbox-app :is(.mail-main,.mail-workspace,.mail-content-grid,.mail-toolbar,.compose-panel,.compose-fields,.compose-actions,.message-list,.message-preview,.side-panel){min-width:0;max-width:100%}.auth-screen :is(input,select,textarea),.mailbox-app :is(input:not([type=checkbox]),select,textarea){width:100%;min-width:0;max-width:100%}.mailbox-app :is(.compose-actions,.preview-actions,.toolbar-actions,.mail-range),.auth-screen :is(.form-actions,.auth-actions){flex-wrap:wrap}.mailbox-app :is(.compose-actions,.preview-actions,.toolbar-actions)>*,.auth-screen :is(.form-actions,.auth-actions)>*{min-width:0;max-width:100%}@media(min-width:601px)and (max-width:1180px){.mailbox-app .compose-fields,.mailbox-app .mail-form-grid,.auth-screen .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){html,body,#root{width:100%;max-width:100%;min-width:0}.auth-screen.app{display:block!important;width:100%!important;min-height:100dvh!important;height:auto!important;overflow-x:hidden!important;overflow-y:visible!important}.auth-screen .auth-page{display:flex!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;min-height:100dvh!important;height:auto!important;margin:0!important;padding:max(20px,env(safe-area-inset-top)) 12px max(24px,env(safe-area-inset-bottom))!important;overflow:visible!important}.auth-screen .auth-card.auth-entry{width:100%!important;max-width:560px!important;min-width:0!important;margin:0!important}.mailbox-app .mail-topbar,.mailbox-app .mail-toolbar,.mailbox-app .message-list-header,.mailbox-app .message-list-footer{max-width:100vw!important}.mailbox-app input,.mailbox-app select,.mailbox-app textarea,.mailbox-app button{max-width:100%}.mailbox-app .compose-fields,.mailbox-app .compose-actions,.mailbox-app .mail-form-grid{min-width:0!important}}@media(max-width:560px){.auth-screen .auth-card.auth-entry{padding:18px!important}.auth-screen .auth-hero-row{gap:10px!important}.auth-screen .auth-copy{margin:18px 0 12px!important}.auth-screen .auth-copy h1{font-size:23px!important}.auth-screen .auth-benefits{display:grid!important;grid-template-columns:1fr!important}.auth-screen .auth-benefits span{width:100%!important;justify-content:flex-start!important}.auth-screen .auth-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.auth-screen .auth-form,.auth-screen .form-grid{grid-template-columns:1fr!important;min-width:0!important}.auth-screen input,.auth-screen select,.auth-screen textarea,.auth-screen button{min-width:0!important;max-width:100%!important}.mailbox-app .mail-top-actions{gap:4px!important}.mailbox-app .mail-search{min-width:0!important}.mailbox-app .message-list-scroll>.message-row,.mailbox-app .message-list-scroll>.message-row.unread,.mailbox-app .message-list-scroll>.message-row.active{grid-template-columns:52px minmax(0,1fr) 64px!important}.mailbox-app .message-row>.message-row-controls{width:52px!important;min-width:52px!important;padding-left:4px!important}.mailbox-app .message-row>.message-row-meta{width:64px!important;min-width:64px!important;padding-right:4px!important}}@media(max-width:600px){html body #root .mailbox-app.mailbox-app.mailbox-app .message-list-scroll>.message-row.message-row,html body #root .mailbox-app.mailbox-app.mailbox-app .message-list-scroll>.message-row.message-row.unread,html body #root .mailbox-app.mailbox-app.mailbox-app .message-list-scroll>.message-row.message-row.active{grid-template-columns:58px minmax(0,1fr) 58px!important;grid-template-rows:minmax(58px,auto)!important;height:auto!important;min-height:58px!important;max-height:none!important;padding:0!important}html body #root .mailbox-app.mailbox-app.mailbox-app .message-row.message-row>.message-row-controls{grid-column:1!important;width:58px!important;min-width:58px!important;max-width:58px!important}html body #root .mailbox-app.mailbox-app.mailbox-app .message-row.message-row>.message-row-content{grid-column:2!important;display:flex!important;min-width:0!important;opacity:1!important;visibility:visible!important}html body #root .mailbox-app.mailbox-app.mailbox-app .message-row.message-row>.message-row-meta{grid-column:3!important;width:58px!important;min-width:58px!important;max-width:58px!important}html body #root .mailbox-app.mailbox-app .message-list{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr) auto!important}html body #root .mailbox-app.mailbox-app .message-list>.mail-toolbar,html body #root .mailbox-app.mailbox-app .message-list>.message-list-toolbar,html body #root .mailbox-app.mailbox-app .message-list>.message-list-scroll,html body #root .mailbox-app.mailbox-app .message-list>.message-list-footer{grid-column:1!important}html body #root .mailbox-app .mail-main,html body #root .mailbox-app .mail-workspace,html body #root .mailbox-app .message-list,html body #root .mailbox-app .message-list-scroll{width:100%!important;min-width:0!important;max-width:100%!important}html body #root .mailbox-app .mail-topbar{grid-template-columns:minmax(0,1fr) 48px!important;gap:8px!important;padding:8px 10px!important}html body #root .mailbox-app .mail-search{width:100%!important;min-width:0!important;max-width:100%!important}html body #root .mailbox-app .message-list-toolbar,html body #root .mailbox-app .mail-toolbar{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none}html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row.unread,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row.active,html body #root .mailbox-app.mailbox-app .message-list-scroll>.message-row.active.unread{display:grid!important;grid-template-columns:58px minmax(0,1fr) 58px!important;grid-template-rows:minmax(58px,auto)!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:58px!important;max-height:none!important;overflow:hidden!important}html body #root .mailbox-app .message-row>.message-row-controls{grid-column:1!important;display:grid!important;grid-template-columns:20px 20px!important;gap:8px!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;padding:0!important;position:static!important;inset:auto!important;transform:none!important}html body #root .mailbox-app .message-list-scroll>.message-row>.message-row-sender{display:none!important}html body #root .mailbox-app .message-row>.message-row-content,html body #root .mailbox-app .message-row.unread>.message-row-content,html body #root .mailbox-app .message-row.active>.message-row-content{grid-column:2!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;width:auto!important;min-width:0!important;max-width:100%!important;height:58px!important;padding:6px 8px!important;margin:0!important;opacity:1!important;visibility:visible!important;color:#1f2937!important;overflow:hidden!important;white-space:normal!important;position:static!important;inset:auto!important;transform:none!important}html body #root .mailbox-app .message-row .message-row-content b,html body #root .mailbox-app .message-row .message-row-content small{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;line-height:18px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important}html body #root .mailbox-app .message-row .message-row-content b{color:#111827!important;font-size:14px!important}html body #root .mailbox-app .message-row .message-row-content small{color:#667085!important;font-size:12px!important}html body #root .mailbox-app .message-row>.message-row-meta{grid-column:3!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;padding:0 6px 0 0!important;overflow:hidden!important;position:static!important;inset:auto!important;transform:none!important}html body #root .mailbox-app .message-row .message-row-date,html body #root .mailbox-app .message-row .message-row-date em{display:block!important;max-width:52px!important;color:#667085!important;font-size:11px!important;line-height:15px!important;text-align:right!important;white-space:normal!important}html body #root .mailbox-app .message-row .message-row-actions{display:none!important}html body #root .mailbox-app .message-list-footer{width:100%!important;min-width:0!important;max-width:100%!important;padding:6px!important;overflow:hidden!important}html body #root .mailbox-app .message-list-footer .mail-range{display:grid!important;grid-template-columns:minmax(68px,1fr) 66px 38px 38px!important;gap:4px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0!important;overflow:hidden!important}html body #root .mailbox-app .message-list-footer .mail-page-size,html body #root .mailbox-app .message-list-footer .mail-page-size select{width:66px!important;min-width:66px!important;max-width:66px!important}}html body #root .mailbox-app.mailbox-app .mail-header-brand.mail-header-brand,html body #root .mailbox-app.mailbox-app .mail-header-title.mail-header-title{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-title{width:116px!important;min-width:0!important;max-width:116px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@layer legacy-mailbox{html body #root .mailbox-app.mailbox-app>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.nav-expanded>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.sidebar-hidden>.mail-header-brand>.mail-header-title,html body #root .mailbox-app.mailbox-app.message-open>.mail-header-brand>.mail-header-title{width:116px!important;min-width:0!important;max-width:116px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(max-width:900px){html body #root .mailbox-app .mobile-mail-topbar{z-index:5500!important;overflow:visible!important}html body #root .mailbox-app .mobile-mail-topbar .account-menu{position:relative!important;z-index:6100!important;pointer-events:auto!important}html body #root .mailbox-app .mobile-account-menu-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:6000!important;display:block!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding:0!important;border:0!important;border-radius:0!important;background:#0f172a14!important;box-shadow:none!important;pointer-events:auto!important}html body #root .mailbox-app .mobile-mail-topbar .account-menu-panel{position:fixed!important;top:68px!important;right:8px!important;z-index:6101!important;width:min(330px,calc(100vw - 16px))!important;max-width:calc(100vw - 16px)!important;pointer-events:auto!important;touch-action:manipulation!important}html body #root .mailbox-app .mobile-mail-topbar .account-menu-panel,html body #root .mailbox-app .mobile-mail-topbar .account-menu-panel *{pointer-events:auto!important}}@layer legacy-mailbox{.mailbox-app.apps-in-launcher{--mail-view-tools: 0px !important;--mail-tools: 0px !important;--mail-side-tools-width: 0px !important;--mail-tools-width: 0px !important;grid-template-columns:var(--mail-view-nav, 272px) minmax(0,1fr) 0!important}.mailbox-app.apps-in-launcher.sidebar-hidden{grid-template-columns:var(--mail-view-rail, 88px) minmax(0,1fr) 0!important}html body #root #mailbox-shell.apps-in-launcher{grid-template-columns:var(--mail-view-nav, 272px) minmax(0,1fr) 0!important}html body #root #mailbox-shell.apps-in-launcher.sidebar-hidden{grid-template-columns:var(--mail-view-rail, 88px) minmax(0,1fr) 0!important}.mailbox-app .mail-topbar,.mailbox-app .mobile-mail-topbar{z-index:120!important;overflow:visible!important}:root[data-theme=dark] .mailbox-app{color:var(--text)!important;background:var(--bg)!important}html:root[data-theme=dark] body #root .mailbox-app.mailbox-app{color:var(--text)!important;background:var(--bg)!important;background-color:var(--preset-bg-canvas, #0c111b)!important;background-image:none!important}html:root[data-theme=dark] body #root #mailbox-shell{--mail-bg: var(--preset-bg-canvas, #0c111b) !important;--mail-bg-strong: var(--preset-bg-subtle, #0f172a) !important;--mail-surface: #121a28 !important;--mail-surface-muted: #172132 !important;--mail-surface-hover: #1e2a3d !important;--mail-border: #263448 !important;--mail-border-strong: #34445c !important;--mail-text: #f4f7fb !important;--mail-muted: #a8b3c4 !important;--mail-subtle: #8794a8 !important;--mail-primary: var(--primary, #818cf8) !important;--mail-primary-strong: var(--primary-strong, #6366f1) !important;--mail-primary-soft: var(--primary-subtle, #1e1b4b) !important;color:#f4f7fb!important;background:#0c111b!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-topbar,.mobile-mail-topbar,.mail-rail,.mail-sidebar,.mail-side-tools,.mail-toolbar,.message-list,.message-list-scroll,.message-list-footer,.message-preview,.preview-header,.conversation-message,.compose-panel,.compose-header,.compose-footer,.workspace-apps-panel,.account-menu-panel,.mail-utility-panel,.utility-panel){color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-main,.mail-workspace,.mail-content-grid,.conversation-stack){color:var(--mail-text)!important;background:var(--mail-bg)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-search,.message-row,.workspace-app,.utility-card,.calendar-card,.task-card,.note-card,.meet-card,.chat-thread,.chat-message,.workspace-chat,.workspace-chat-main,.workspace-chat-spaces,.workspace-chat-space,.workspace-chat-search,input,textarea,select){color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-header-brand,.mail-folder-list button,.mail-taxonomy-heading,.mail-labels button,.mail-top-actions button,.apps-launcher-button,.mail-toolbar button,.mail-side-tools button,.message-empty,.message-list-footer,.mail-range button,.mail-range span,.mail-page-size){color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-top-actions button,.apps-launcher-button,.mail-toolbar button,.mail-side-tools button,.mail-range button){border-color:var(--mail-border)!important;background:var(--mail-surface)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-folder-list button.active,.mail-labels button.active,.mail-side-tools button.active){color:var(--mail-primary)!important;background:var(--mail-primary-soft)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-empty{color:var(--mail-muted)!important;border-color:var(--mail-border)!important;background:var(--mail-surface)!important;background-image:none!important;box-shadow:var(--mail-shadow-md)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-empty strong,html:root[data-theme=dark] body #root #mailbox-shell .mail-header-brand *,html:root[data-theme=dark] body #root #mailbox-shell .mail-taxonomy-heading *{color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell .workspace-link-actions button{color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.workspace-link-participants,.workspace-link-captions){color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.workspace-link-participants article,.workspace-link-captions input){border-color:var(--mail-border)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.workspace-link-captions>div,.workspace-link-captions input,.workspace-link-moderation button,.workspace-link-captions button){color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell .workspace-link-captions p{color:var(--mail-text)!important}:root[data-theme=dark] .mailbox-app :is(.mail-topbar,.mail-rail,.mail-sidebar,.mail-side-tools,.mail-toolbar,.message-list,.message-list-scroll,.message-list-footer,.message-preview,.preview-header,.conversation-message,.compose-panel,.compose-header,.compose-footer,.workspace-apps-panel,.account-menu-panel,.message-overflow-menu-portal,.bulk-actions-menu,.mail-utility-panel,.utility-panel,.dialog-card,.modal-card,.popover,.dropdown-menu){color:var(--text)!important;border-color:var(--line)!important;background:var(--surface)!important;box-shadow:var(--shadow)!important}:root[data-theme=dark] .mailbox-app :is(.mail-main,.mail-workspace,.mail-content-grid,.conversation-stack,.utility-panel-body,.mail-empty-state){color:var(--text)!important;background:var(--bg)!important}:root[data-theme=dark] .mailbox-app :is(.mail-search,.message-row,.workspace-app,.utility-card,.calendar-card,.task-card,.note-card,.meet-card,.chat-thread,.chat-message,.workspace-chat,.workspace-chat-main,.workspace-chat-spaces,.workspace-chat-space,.workspace-chat-search,.settings-section,.mail-label-empty,.mail-page-size,.attachment-card,.quoted-trail){color:var(--text)!important;border-color:var(--line)!important;background:var(--surface-2)!important}:root[data-theme=dark] .mailbox-app .message-row.unread,:root[data-theme=dark] .mailbox-app .message-row[data-read-state=unread]{background:color-mix(in srgb,var(--primary) 12%,var(--surface))!important}:root[data-theme=dark] .mailbox-app .message-row:hover,:root[data-theme=dark] .mailbox-app .message-row.active,:root[data-theme=dark] .mailbox-app .message-row[data-selected=true],:root[data-theme=dark] .mailbox-app :is(.workspace-app,.mail-folder-list button,.mail-top-actions button,.mail-toolbar button):hover{background:color-mix(in srgb,var(--primary) 16%,var(--surface-2))!important}:root[data-theme=dark] .mailbox-app :is(input,textarea,select,[contenteditable=true]){color:var(--text)!important;caret-color:var(--text);border-color:var(--line)!important;background:var(--surface-2)!important}:root[data-theme=dark] .mailbox-app :is(input,textarea)::placeholder{color:var(--muted)!important;opacity:1}:root[data-theme=dark] .mailbox-app :is(button,a,.message-row-sender,.message-row-content b,.message-row-meta em,.preview-title-content h2,.conversation-message strong,.workspace-app strong){color:inherit}:root[data-theme=dark] .mailbox-app :is(small,time,.muted,.message-row-content small,.preview-title-content p,.workspace-apps-panel header span,.mail-labels p){color:var(--muted)!important}:root[data-theme=dark] .mailbox-app :is(.compose-button,.primary-button,button.primary){color:#fff!important;border-color:var(--primary-strong)!important;background:var(--primary-strong)!important}:root[data-theme=dark] .mailbox-app :is(.danger,.danger-button){color:var(--bad)!important;background:var(--bad-bg)!important}:root[data-theme=dark] .mailbox-app .mobile-mail-header{color:var(--text)!important;border-color:var(--line)!important;background:var(--surface)!important}@media(prefers-color-scheme:dark){:root[data-theme=auto] .mailbox-app{color:var(--text)!important;background:var(--bg)!important}}html:root[data-theme=dark] body #root #mailbox-shell .message-list-scroll>.message-row[data-read-state=read] :is(.message-row-sender,.message-row-content b,.message-row-content small,.message-row-meta em){color:var(--mail-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-list-scroll>.message-row[data-read-state=unread] :is(.message-row-sender,.message-row-content b,.message-row-meta em){color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-list-scroll>.message-row[data-read-state=unread] .message-row-content small{color:var(--mail-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.mail-folder-list button .folder-unread-count,.mail-folder-list button.active .folder-unread-count,.mail-page-size,.mail-page-size select,.message-list-footer .ns-pagination,.message-list-footer .ns-pagination-range,.message-list-footer .ns-pagination-actions){color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-row-checkbox{border-color:var(--mail-border-strong)!important;background:var(--mail-surface)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.preview-title-content h2,.conversation-message strong,.message-body,.quoted-trail){color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.preview-title-content p,.conversation-message time,.conversation-message header>div>span){color:var(--mail-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-body :is(p,span,div,li,td,th,h1,h2,h3,h4,h5,h6){color:inherit!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.preview-actions button,.conversation-item-actions button,.message-overflow-trigger){color:var(--mail-text)!important;border-color:var(--mail-border-strong)!important;background:var(--mail-surface-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell .preview-folder-pill{color:var(--mail-primary)!important;border-color:var(--mail-border-strong)!important;background:var(--mail-primary-soft)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.collapsed-rail-nav nav button,.collapsed-compose-button,.message-empty button,.message-empty p,.message-empty svg){color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell :is(.collapsed-compose-button,.message-empty button){border-color:var(--mail-border-strong)!important;background:var(--mail-surface-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell .collapsed-rail-nav nav button.active{color:#bfdbfe!important;background:var(--mail-primary-soft)!important}html:root[data-theme=dark] body #root #mailbox-shell .message-empty p{color:var(--mail-muted)!important}html:root[data-theme=dark] body #root #mailbox-shell .workspace-apps-panel,html:root[data-theme=dark] body #root #mailbox-shell .workspace-apps-grid{color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface)!important}html:root[data-theme=dark] body #root #mailbox-shell .workspace-apps-panel header :is(strong,span),html:root[data-theme=dark] body #root #mailbox-shell .workspace-app strong{color:var(--mail-text)!important}html:root[data-theme=dark] body #root #mailbox-shell .workspace-app:hover,html:root[data-theme=dark] body #root #mailbox-shell .workspace-app:focus-visible{background:var(--mail-surface-hover)!important}}.workspace-app-forms>span{background:#673ab7!important}html body #root .mailbox-app .mail-utility-panel.forms-workspace-panel{top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;z-index:12000!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:18px!important;background:#f6f7fb!important}.forms-workspace{display:grid;grid-template:72px minmax(0,1fr) / 250px minmax(0,1fr);width:100%;height:100%;min-height:0;background:#f6f7fb;color:#202124}.forms-header{grid-column:1/-1;display:grid!important;grid-template-columns:230px minmax(240px,1fr) auto;align-items:center;gap:18px;min-height:72px!important;padding:0 18px!important;border-bottom:1px solid #e2e5eb!important;background:#fff!important}.forms-brand,.forms-header-copy,.forms-header-actions,.forms-header-actions button,.forms-question-head,.forms-question-card footer,.forms-responses header,.forms-responses header>div,.forms-theme,.forms-link-card>div{display:flex;align-items:center}.forms-brand{gap:12px;font-size:21px}.forms-brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--forms-theme);color:#fff}.forms-brand svg{width:23px}.forms-header-copy{min-width:0;flex-direction:column;align-items:flex-start}.forms-header-copy strong,.forms-header-copy span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-header-copy span{color:#667085;font-size:12px}.forms-header-actions{justify-content:flex-end;gap:7px}.forms-header-actions button{gap:7px;min-height:40px;padding:0 12px;border-radius:9px;background:#f1f3f4;color:#344054;font-weight:700}.forms-header-actions button:hover{background:#e7e9ed}.forms-header-actions button svg{width:18px}.forms-header-actions .forms-publish{background:var(--forms-theme);color:#fff}.forms-sidebar{min-height:0;overflow:auto;padding:18px 12px;border-right:1px solid #e2e5eb;background:#fff}.forms-sidebar>strong{display:block;margin:24px 10px 8px;color:#667085;font-size:12px;text-transform:uppercase}.forms-new{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:11px;background:var(--forms-theme);color:#fff;font-weight:800}.forms-new svg{width:18px}.forms-sidebar>.forms-new{width:100%}.forms-list{display:grid;gap:5px}.forms-list>button{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border-radius:9px;background:transparent;text-align:left}.forms-list>button:hover,.forms-list>button.active{background:#f0ebf8}.forms-list>button>svg{flex:none;width:20px;color:var(--forms-theme)}.forms-list>button>span{min-width:0}.forms-list>button strong,.forms-list>button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-list>button small,.forms-list>p{color:#667085;font-size:11px}.forms-list>p{padding:10px}.forms-main{min-height:0;overflow:auto}.forms-tabs{position:sticky;top:0;z-index:3;display:flex;justify-content:center;gap:8px;padding:8px;background:#fff;border-bottom:1px solid #e2e5eb}.forms-tabs button{min-height:40px;padding:0 18px;border-bottom:3px solid transparent;background:transparent;font-weight:700}.forms-tabs button.active{border-bottom-color:var(--forms-theme);color:var(--forms-theme)}.forms-tabs span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:11px;background:#f0ebf8;font-size:11px}.forms-error,.forms-notice{width:min(760px,calc(100% - 32px));margin:14px auto 0;padding:11px 14px;border-radius:9px}.forms-error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.forms-notice{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.forms-canvas{width:min(760px,calc(100% - 32px));margin:24px auto 80px}.forms-title-card,.forms-question-card,.forms-settings,.forms-responses>section,.forms-responses>details,.forms-link-card{padding:20px;border:1px solid #dcdfe5;border-radius:12px;background:#fff;box-shadow:0 1px 2px #1018280d}.forms-title-card{border-top:9px solid var(--forms-theme)}.forms-title-card input,.forms-title-card textarea,.forms-question-head input,.forms-question-head select,.forms-options input,.forms-settings input[type=text],.forms-link-card input,.public-form-question>input,.public-form-question>textarea,.public-form-question>select{width:100%;border:0;border-bottom:1px solid #d0d5dd;background:transparent;outline:0}.forms-title-card input{font-size:28px}.forms-title-card textarea{margin-top:14px;resize:vertical}.forms-title-card :focus,.forms-question-head :focus,.forms-options input:focus,.forms-link-card input:focus,.public-form-question>:focus{border-bottom-color:var(--forms-theme)}.forms-question-card{margin-top:14px;border-left:5px solid transparent}.forms-question-card:focus-within{border-left-color:var(--forms-theme)}.forms-question-head{gap:14px}.forms-question-head input{min-width:0;padding:12px;background:#f8f9fb}.forms-question-head select{width:210px;padding:12px;border:1px solid #d0d5dd;border-radius:7px}.forms-answer-preview{margin:22px 0 12px;padding-bottom:7px;border-bottom:1px dotted #98a2b3;color:#98a2b3}.forms-options{display:grid;gap:7px;margin:18px 0}.forms-options label{display:grid;grid-template-columns:24px 1fr 32px;align-items:center;gap:7px}.forms-options label>button{display:grid;place-items:center;background:transparent}.forms-options svg{width:17px}.forms-options>button{justify-self:start;display:flex;align-items:center;gap:6px;color:var(--forms-theme);background:transparent}.forms-scale{display:flex;gap:14px;margin:22px 0;color:#667085}.forms-question-card footer{justify-content:flex-end;gap:5px;margin-top:15px;padding-top:12px;border-top:1px solid #eaecf0}.forms-question-card footer button{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:transparent}.forms-question-card footer button:hover{background:#f2f4f7}.forms-question-card footer svg{width:18px}.forms-question-card footer label{display:flex;align-items:center;gap:7px;margin-left:10px;padding-left:15px;border-left:1px solid #d0d5dd}.forms-add-question{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:48px;margin-top:14px;border:1px dashed var(--forms-theme);border-radius:10px;background:#fff;color:var(--forms-theme);font-weight:800}.forms-settings,.forms-responses{width:min(760px,calc(100% - 32px));margin:24px auto 80px}.forms-settings{display:grid;gap:17px}.forms-settings>svg{color:var(--forms-theme)}.forms-settings>label{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid #eaecf0;border-radius:8px}.forms-theme{gap:10px;padding:12px;border-top:1px solid #eaecf0}.forms-theme>button{width:30px;height:30px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #d0d5dd}.forms-theme>button.active{box-shadow:0 0 0 2px #202124}.forms-link-card{display:grid;gap:12px}.forms-link-card input{padding:10px;background:#f8f9fb}.forms-link-card>div{gap:8px}.forms-link-card button,.forms-responses header button{display:flex;align-items:center;gap:6px;padding:9px 12px;border-radius:8px;background:#f1f3f4}.forms-delete{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border:1px solid #fda29b;border-radius:8px;background:#fff;color:#b42318;font-weight:700}.forms-responses{display:grid;gap:12px}.forms-responses>header{justify-content:space-between;padding:16px;border-radius:12px;background:#fff}.forms-responses>header>div{gap:10px}.forms-responses>header>div:first-child>svg{width:30px;color:var(--forms-theme)}.forms-responses>header strong,.forms-responses>header small{display:block}.forms-responses>header strong{font-size:24px}.forms-responses>section>div{height:9px;margin:12px 0;border-radius:5px;background:#eaecf0;overflow:hidden}.forms-responses>section>div span{display:block;height:100%;background:var(--forms-theme)}.forms-responses>section small{color:#667085}.forms-responses details pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#344054}.forms-empty{display:grid;justify-items:center;gap:10px;margin:80px auto;color:#667085;text-align:center}.forms-empty>svg{width:56px;height:56px;color:var(--forms-theme)}.public-form-page{min-height:100vh;padding:28px 14px;background:color-mix(in srgb,var(--forms-theme) 11%,#f8f9fb)}.public-form-card{display:grid;gap:16px;width:min(720px,100%);margin:0 auto}.public-form-card>header,.public-form-question,.public-form-card>section{display:grid;gap:10px;padding:22px;border:1px solid #dcdfe5;border-radius:12px;background:#fff}.public-form-card>header{border-top:10px solid var(--forms-theme)}.public-form-card>header>svg{color:var(--forms-theme)}.public-form-card h1,.public-form-card p{margin:0}.public-form-question em{color:#d93025}.public-form-question input,.public-form-question textarea,.public-form-question select{min-height:42px;padding:7px}.public-form-question>div{display:grid;gap:10px}.public-form-question>div>label{display:flex;align-items:center;gap:8px}.public-scale{grid-template-columns:repeat(5,1fr)!important}.public-scale label{display:grid!important;justify-items:center;gap:4px}.public-form-submit{display:flex;align-items:center;justify-content:center;gap:8px;justify-self:start;min-width:130px;min-height:44px;padding:0 18px;border-radius:8px;background:var(--forms-theme);color:#fff;font-weight:800}.public-form-card>footer{text-align:center;color:#667085;font-size:12px}.public-form-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:100vh}:root[data-theme=dark] .forms-workspace,:root[data-theme=dark] .forms-main{background:#111827;color:#f8fafc}:root[data-theme=dark] .forms-header,:root[data-theme=dark] .forms-sidebar,:root[data-theme=dark] .forms-tabs,:root[data-theme=dark] .forms-title-card,:root[data-theme=dark] .forms-question-card,:root[data-theme=dark] .forms-settings,:root[data-theme=dark] .forms-responses>header,:root[data-theme=dark] .forms-responses>section,:root[data-theme=dark] .forms-responses>details,:root[data-theme=dark] .forms-link-card{background:#1f2937!important;color:#f8fafc!important;border-color:#374151!important}:root[data-theme=dark] .forms-question-head input,:root[data-theme=dark] .forms-link-card input{background:#111827!important;color:#fff!important}@media(max-width:760px){html body #root .mailbox-app .mail-utility-panel.forms-workspace-panel{top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:0!important}.forms-workspace{grid-template:64px auto minmax(0,1fr) / 1fr}.forms-header{grid-template-columns:auto 1fr auto;min-height:64px!important;padding:0 9px!important}.forms-brand strong,.forms-header-copy span,.forms-header-actions button span,.forms-header-actions button:first-child{display:none}.forms-brand>span{width:38px;height:38px}.forms-header-actions button{width:38px;padding:0;justify-content:center}.forms-sidebar{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:8px;border-right:0;border-bottom:1px solid #e2e5eb}.forms-sidebar>.forms-new{flex:none;width:auto}.forms-sidebar>strong{display:none}.forms-list{display:flex}.forms-list>button{flex:none;width:180px}.forms-main{min-height:0}.forms-question-head{align-items:stretch;flex-direction:column}.forms-question-head select{width:100%}.forms-canvas,.forms-settings,.forms-responses{width:calc(100% - 20px);margin-top:10px}.forms-tabs{justify-content:flex-start;overflow:auto}}:root{--color-bg-canvas: var(--bg, #f6f8fb);--color-bg-surface: var(--surface, #ffffff);--color-bg-subtle: var(--surface-2, #f3f5f9);--color-bg-elevated: var(--surface, #ffffff);--color-text-primary: var(--text, #0b0f14);--color-text-secondary: var(--muted, #465466);--color-text-muted: var(--muted, #526174);--color-border-subtle: var(--line, #e2e8f0);--color-border-strong: #94a3b8;--color-action-primary: var(--primary, #4f46e5);--color-action-primary-hover: var(--primary-strong, #4338ca);--color-action-secondary: var(--surface-2, #f3f5f9);--color-accent: var(--accent, #f59e0b);--color-accent-hover: var(--accent-strong, #d97706);--color-success: var(--good, #0f8a5f);--color-warning: var(--warn, #a15c00);--color-danger: var(--bad, #b42318);--color-info: var(--primary, #4f46e5);--color-focus-ring: var(--primary, #4f46e5);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-1: 8px;--radius-2: 12px;--radius-3: 14px;--radius-4: 18px;--font-interface: Inter, "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--text-xs: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-display: clamp(32px, 4vw, 48px);--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.65;--control-height: 40px;--ns-space-1: 4px;--ns-space-2: 8px;--ns-space-3: 12px;--ns-space-4: 16px;--ns-space-5: 20px;--ns-space-6: 24px;--ns-space-8: 32px;--ns-space-10: 40px;--ns-radius-sm: var(--radius-1);--ns-radius-md: var(--radius-2);--ns-radius-lg: var(--radius-3);--ns-radius-xl: var(--radius-4);--ns-shadow-sm: 0 1px 2px rgb(15 23 42 / 8%);--ns-shadow-md: 0 8px 24px rgb(15 23 42 / 12%);--ns-shadow-lg: 0 20px 48px rgb(15 23 42 / 18%);--ns-focus: 0 0 0 3px rgb(79 70 229 / 28%);--ns-touch: 44px;--ns-motion: .16s cubic-bezier(.2, .8, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{color-scheme:light;text-rendering:optimizeLegibility;font-family:var(--font-interface)}html[data-theme=dark]{color-scheme:dark}body{min-width:320px;overflow-x:hidden}button,input,select,textarea{font:inherit}button,[role=button],a{-webkit-tap-highlight-color:transparent}button:not(:disabled),[role=button]:not([aria-disabled=true]),a[href]{cursor:pointer}:where(button,input,select,textarea,a,summary,[role=menuitem],[tabindex]):focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;box-shadow:var(--ns-focus)}:where(button,input,select,textarea):disabled{cursor:not-allowed;opacity:.55}.app,.mail-shell,.mail-content,.mail-main,.workspace,.content-shell,.page-shell,.panel,.table-shell,.responsive-table{min-width:0}.ns-display,.ns-page-title,.ns-section-title,.ns-body,.ns-caption,.ns-label{margin-block:0;color:var(--color-text-primary)}.ns-display{font-size:var(--text-display);line-height:var(--leading-tight);font-weight:750;letter-spacing:-.035em}.ns-page-title{font-size:var(--text-2xl);line-height:var(--leading-tight);font-weight:720;letter-spacing:-.02em}.ns-section-title{font-size:var(--text-xl);line-height:1.3;font-weight:700}.ns-body{font-size:var(--text-md);line-height:var(--leading-normal)}.ns-caption{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-secondary)}.ns-label{font-size:var(--text-sm);line-height:1.25;font-weight:650}.ns-button,.ns-icon-button,.ns-menu-item{border:1px solid transparent;font:650 var(--text-sm) / 1 var(--font-interface);transition:background-color var(--ns-motion),color var(--ns-motion),border-color var(--ns-motion),box-shadow var(--ns-motion),transform var(--ns-motion)}.ns-button{min-height:var(--control-height);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:var(--radius-2)}.ns-button:active:not(:disabled),.ns-icon-button:active:not(:disabled),.ns-menu-item:active:not(:disabled){transform:scale(.97)}.ns-button--primary{color:#fff;background:var(--color-action-primary)}.ns-button--primary:hover:not(:disabled){background:var(--color-action-primary-hover)}.ns-button--secondary{color:var(--color-text-primary);border-color:var(--color-border-subtle);background:var(--color-action-secondary)}.ns-button--secondary:hover:not(:disabled){background:var(--color-action-secondary-hover)}.ns-button--danger{color:#fff;background:var(--color-danger)}.ns-button--danger:hover:not(:disabled){filter:brightness(.92)}.ns-button--small{min-height:32px;padding-inline:12px;font-size:var(--text-xs)}.ns-button--large{min-height:48px;padding-inline:20px;font-size:var(--text-md)}.ns-icon-button{width:var(--ns-touch);height:var(--ns-touch);display:inline-grid;place-items:center;padding:0;border-radius:var(--radius-2);color:var(--color-text-secondary);background:transparent}.ns-icon-button:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-bg-subtle)}.ns-icon-button>svg{width:20px;height:20px}.ns-menu{min-width:220px;padding:6px;border:1px solid var(--color-border-subtle);border-radius:var(--radius-3);color:var(--color-text-primary);background:var(--color-bg-elevated);box-shadow:var(--ns-shadow-lg)}.ns-menu-item{width:100%;min-height:var(--control-height);display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-2);color:inherit;background:transparent;text-align:left}.ns-menu-item:hover:not(:disabled){background:var(--color-bg-subtle)}.ns-tooltip{position:relative;display:inline-flex}.ns-tooltip-bubble{position:absolute;z-index:1000;inset:calc(100% + 6px) auto auto 50%;width:max-content;max-width:240px;transform:translate(-50%) translateY(-2px);padding:6px 8px;border-radius:var(--radius-1);color:#fff;background:#111827;font-size:var(--text-xs);line-height:1.3;pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--ns-motion),transform var(--ns-motion),visibility var(--ns-motion)}.ns-tooltip:hover .ns-tooltip-bubble,.ns-tooltip:focus-within .ns-tooltip-bubble{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.ns-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.ns-dismiss-layer{border:0;padding:0;background:transparent}[data-density=compact]{--control-height: 32px;--ns-touch: 36px}[data-density=comfortable]{--control-height: 44px;--ns-touch: 44px}@supports (color: color-mix(in srgb,black,white)){:root{--ns-focus: 0 0 0 3px color-mix(in srgb, var(--color-focus-ring) 28%, transparent)}}.command-panel{width:min(680px,calc(100vw - 32px));max-height:min(72vh,680px);overflow:hidden;border-radius:var(--ns-radius-xl);box-shadow:var(--ns-shadow-lg)}.command-panel>div:last-child{max-height:min(56vh,520px);overflow-y:auto;overscroll-behavior:contain}.responsive-table{overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.responsive-table thead{position:sticky;top:0;z-index:2}.responsive-table th{white-space:nowrap}.table-tools{gap:var(--ns-space-2);flex-wrap:wrap}.table-tools>label{min-width:min(280px,100%);flex:1}.mobile-drawer,.enterprise-drawer{width:clamp(340px,38vw,620px);max-width:100vw;box-shadow:var(--ns-shadow-lg)}@media(max-width:700px){:where(button,input,select,textarea){min-height:44px!important}:where(button){min-width:44px!important}:root{--ns-touch: 46px}.command-backdrop{padding:var(--ns-space-2);align-items:flex-start;padding-top:max(var(--ns-space-4),env(safe-area-inset-top))}.command-panel{width:100%;max-height:calc(100dvh - 24px);border-radius:var(--ns-radius-lg)}.mobile-drawer,.enterprise-drawer{width:100vw;height:100dvh;border-radius:0}.table-tools>*{min-height:var(--ns-touch)}.pager-pages,.pager-page-label{display:none}.pager-controls{width:100%;justify-content:space-between}.page-size-control{margin-right:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:more){:where(button,input,select,textarea,.panel,.card,.table-shell){border-width:2px!important}}:root{--color-bg-overlay: rgb(15 23 42 / 54%);--color-text-disabled: #8a94a6;--color-border-default: var(--color-border-subtle);--color-action-primary-active: #173ea5;--color-action-secondary-hover: #e8edf5;--color-selection: #dbeafe;--color-scrollbar-thumb: #94a3b8;--color-scrollbar-track: transparent;--z-sticky: 20;--z-popover: 100;--z-drawer: 200;--z-dialog: 300;--z-toast: 400;--z-tooltip: 500}.ns-scroll-area{min-width:0;max-width:100%;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--color-scrollbar-thumb) var(--color-scrollbar-track)}.ns-scroll-area::-webkit-scrollbar{width:10px;height:10px}.ns-scroll-area::-webkit-scrollbar-thumb{min-height:36px;border:2px solid transparent;border-radius:99px;background:var(--color-scrollbar-thumb);background-clip:padding-box}.ns-field{display:grid;gap:6px;min-width:0;color:var(--color-text-primary)}.ns-field-label{font-size:var(--text-sm);font-weight:650}.ns-field-hint,.ns-field-error{font-size:var(--text-xs);color:var(--color-text-secondary)}.ns-field-error{color:var(--color-danger)}.ns-field :where(input,select,textarea){width:100%;min-height:var(--control-height);border:1px solid var(--color-border-default);border-radius:var(--radius-2);color:var(--color-text-primary);background:var(--color-bg-surface)}.ns-empty-state{min-height:180px;display:grid;place-items:center;align-content:center;gap:8px;padding:32px 20px;color:var(--color-text-secondary);text-align:center}.ns-empty-state strong{color:var(--color-text-primary);font-size:var(--text-lg)}.ns-empty-state p{max-width:48ch;margin:0}.ns-loading-state{display:grid;gap:10px;padding:16px}.ns-skeleton{height:40px;border-radius:var(--radius-2);background:linear-gradient(90deg,var(--color-bg-subtle),var(--color-bg-surface),var(--color-bg-subtle));background-size:220% 100%;animation:ns-shimmer 1.3s linear infinite}.ns-spinner{width:16px;height:16px;border:2px solid currentColor;border-inline-end-color:transparent;border-radius:50%;animation:ns-spin .7s linear infinite}@keyframes ns-spin{to{transform:rotate(360deg)}}@keyframes ns-shimmer{to{background-position:-220% 0}}.ns-pagination{width:100%;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px 20px;padding:10px 12px;border-top:1px solid var(--color-border-subtle)}.ns-pagination-range{margin-inline-end:auto;color:var(--color-text-secondary);font-size:var(--text-sm)}.ns-page-size,.ns-pagination-actions{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-size:var(--text-sm)}.ns-page-size select{min-height:36px;border:1px solid var(--color-border-default);border-radius:var(--radius-2);background:var(--color-bg-surface)}.ns-pagination .ns-icon-button{width:36px;height:36px}.ns-workspace-shell{min-width:0;min-height:100vh;min-height:100dvh;display:grid;grid-template:auto minmax(0,1fr) auto / auto minmax(0,1fr);overflow:hidden;background:var(--color-bg-canvas)}.ns-workspace-header{grid-column:1 / -1;z-index:var(--z-sticky)}.ns-workspace-sidebar,.ns-workspace-main,.ns-workspace-inspector{min-width:0;overflow:auto}.ns-workspace-status{grid-column:1 / -1}@media(max-width:700px){.ns-pagination{justify-content:space-between;padding-bottom:max(10px,env(safe-area-inset-bottom))}.ns-pagination-range{width:100%;margin:0}.ns-page-size span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.ns-workspace-shell{grid-template-columns:minmax(0,1fr)}.ns-workspace-sidebar,.ns-workspace-inspector{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);transform:translate(-105%)}}@supports not (height: 100dvh){.ns-workspace-shell{min-height:100vh}}@media(max-width:700px){.password-field button{width:44px!important;min-width:44px!important}}.ns-skip-link{position:fixed;z-index:calc(var(--z-tooltip) + 1);inset-block-start:8px;inset-inline-start:8px;transform:translateY(-160%);padding:10px 14px;border-radius:var(--radius-2);color:#fff;background:var(--color-action-primary);font-weight:700}.ns-skip-link:focus{transform:translateY(0)}html body #root .mailbox-app .message-list-footer{align-self:end!important;display:flex!important;align-items:center!important;width:100%!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0!important;overflow:hidden!important}html body #root .mailbox-app .message-list-footer .ns-pagination{display:flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;width:100%!important;height:52px!important;min-height:52px!important;padding:0 16px!important;border:0!important;overflow:hidden!important;white-space:nowrap!important}html body #root .mailbox-app .message-list-footer .ns-pagination-range{flex:1 1 auto!important;min-width:0!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .mailbox-app .message-list-footer .ns-page-size>span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}html body #root .mailbox-app .message-list-footer .ns-page-size,html body #root .mailbox-app .message-list-footer .ns-pagination-actions{flex:0 0 auto!important;gap:4px!important}html body #root .mailbox-app .message-list-footer .ns-page-size select{width:72px!important;min-width:72px!important;height:34px!important;min-height:34px!important;padding:0 28px 0 10px!important}@layer legacy-mailbox{html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview,html body #root .mailbox-app.mailbox-app.message-open .message-preview.is-open{align-self:stretch!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important}html body #root .mailbox-app.mailbox-app.message-open .message-preview.is-open{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;overflow:hidden!important}html body #root .mailbox-app.mailbox-app.message-open .message-preview.is-open .conversation-stack{min-height:0!important;height:100%!important;max-height:none!important;align-content:start!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:24px!important}}@media(max-width:700px){html body #root .mailbox-app .message-list-footer .ns-pagination{gap:4px!important;padding-inline:10px!important}html body #root .mailbox-app .message-list-footer .ns-pagination-range{width:auto!important}}@layer legacy-mailbox{html body #root .mailbox-app.mailbox-app>.mail-main{padding-bottom:0!important}html body #root .mailbox-app.mailbox-app .mail-workspace{height:calc(100dvh - 64px)!important;padding-bottom:0!important}html body #root .mailbox-app.mailbox-app.message-open .mail-content-grid.has-preview{grid-row:1!important}}html body #root .mailbox-app.mailbox-app,html body #root .mailbox-app.mailbox-app>.mail-main,html body #root .mailbox-app.mailbox-app>.mail-sidebar,html body #root .mailbox-app.mailbox-app>.mail-rail,html body #root .mailbox-app.mailbox-app .mail-topbar,html body #root .mailbox-app.mailbox-app .mail-search,html body #root .mailbox-app.mailbox-app .mail-workspace,html body #root .mailbox-app.mailbox-app .mail-content-grid,html body #root .mailbox-app.mailbox-app .compose-button,html body #root .mailbox-app.mailbox-app .collapsed-compose-button,html body #root .mailbox-app.mailbox-app .folder-button,html body #root .mailbox-app.mailbox-app .collapsed-rail-nav,html body #root .mailbox-app.mailbox-app .collapsed-rail-nav nav,html body #root .mailbox-app.mailbox-app .collapsed-rail-nav nav button{transition:none!important}.mailbox-app{--mail-bg: #f8fafd;--mail-bg-strong: #f8fafd;--mail-surface-muted: #f2f6fc;--mail-surface-hover: #eaf1fb;--mail-border: #e1e7ef;--mail-border-strong: #c7d1df;--mail-text: #1f1f1f;--mail-muted: #5f6368;--mail-subtle: #747775;--mail-primary: #0b57d0;--workspace-accent-soft: #c2e7ff;background:var(--mail-bg)!important;color:var(--mail-text)!important;font-family:Google Sans,Roboto,Inter,Arial,sans-serif!important}.mailbox-app :is(button,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--mail-primary) 34%,transparent)!important;outline-offset:2px!important}.mailbox-app .mail-search{min-height:48px!important;border:1px solid transparent!important;border-radius:24px!important;background:#e9eef6!important;box-shadow:none!important;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease!important}.mailbox-app .mail-search:is(:focus-within,.is-focused){border-color:#d3dbe8!important;background:#fff!important;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326!important}html body #root #mailbox-shell.mailbox-app>:is(.mail-header-brand,.mail-rail,.mail-sidebar),html body #root #mailbox-shell.mailbox-app .mail-topbar{border-color:transparent!important;background:#f8fafd!important;box-shadow:none!important}html body #root #mailbox-shell.mailbox-app .mail-header-brand{padding-inline:18px 10px!important}html body #root #mailbox-shell.mailbox-app .mail-header-logo{border-radius:10px!important;box-shadow:none!important}html body #root #mailbox-shell.mailbox-app .mail-header-title{color:#3c4043!important;font-size:22px!important;font-weight:500!important;letter-spacing:-.25px!important}html body #root #mailbox-shell.mailbox-app .mail-top-actions>button,html body #root #mailbox-shell.mailbox-app :is(.apps-launcher-button,.profile-chip,.mail-header-menu){border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important}html body #root #mailbox-shell.mailbox-app :is(.mail-top-actions>button,.apps-launcher-button,.mail-header-menu):hover{background:#e8eaed!important}html body #root #mailbox-shell.mailbox-app .compose-button{min-height:56px!important;padding-inline:22px!important;border:0!important;border-radius:16px!important;background:var(--workspace-accent-soft)!important;color:#001d35!important;box-shadow:0 1px 3px #3c404338!important;font-weight:600!important}html body #root #mailbox-shell.mailbox-app .compose-button:hover{box-shadow:0 2px 6px 2px #3c40432e!important}html body #root #mailbox-shell.mailbox-app :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child,.taxonomy-row>button:first-child){min-height:32px!important;margin-right:8px!important;border:0!important;border-radius:0 16px 16px 0!important;color:#3c4043!important;font-weight:500!important}html body #root #mailbox-shell.mailbox-app :is(.mail-folder-list>button.active,.mail-folder-custom-row.active>button:first-child,.taxonomy-row.active>button:first-child){background:var(--workspace-accent-soft)!important;color:#001d35!important;box-shadow:none!important;font-weight:700!important}html body #root #mailbox-shell.mailbox-app .mail-workspace{margin:0 12px 12px 0!important;border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}html body #root #mailbox-shell.mailbox-app :is(.mail-insight-strip,.mail-toolbar,.message-list,.message-list-scroll,.message-list-footer){border-color:var(--mail-border)!important;background:#fff!important;box-shadow:none!important}html body #root #mailbox-shell.mailbox-app .mail-insight-strip{min-height:48px!important;padding:8px 18px!important;border-bottom:1px solid var(--mail-border)!important}html body #root #mailbox-shell.mailbox-app .mail-toolbar{min-height:48px!important;padding-inline:12px!important}html body #root #mailbox-shell.mailbox-app .mail-toolbar button{border:0!important;border-radius:50%!important;background:transparent!important}html body #root #mailbox-shell.mailbox-app .mail-toolbar button:hover{background:#eef1f5!important}html body #root #mailbox-shell.mailbox-app .message-row{min-height:42px!important;border-width:0 0 1px!important;border-radius:0!important;background:#f2f6fc!important;box-shadow:none!important}html body #root #mailbox-shell.mailbox-app .message-row[data-read-state=unread]{background:#fff!important}html body #root #mailbox-shell.mailbox-app .message-row:hover{background:#fff!important;box-shadow:inset 0 0 0 1px #dadce0,0 1px 2px #3c40432e!important}html body #root #mailbox-shell.mailbox-app .workspace-apps-panel{padding:14px!important;border:1px solid #dfe3eb!important;border-radius:28px!important;background:#f8fafd!important;box-shadow:0 8px 24px #3c40433d!important}html body #root #mailbox-shell.mailbox-app .workspace-apps-grid{gap:6px!important;padding:8px!important;border-radius:20px!important;background:#fff!important}html body #root #mailbox-shell.mailbox-app .workspace-app{min-height:88px!important;border:0!important;border-radius:16px!important;background:transparent!important}html body #root #mailbox-shell.mailbox-app .workspace-app:hover{background:#e9eef6!important;box-shadow:none!important;transform:none!important}html body #root #mailbox-shell.mailbox-app :is(.mail-utility-panel,.workspace-chat,.workspace-link,.workspace-calendar,.workspace-notes,.workspace-drive){border-color:var(--mail-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 1px 2px #3c40431f!important}html body .auth-screen{min-height:100dvh!important;background:#f8fafd!important;color:#1f1f1f!important;font-family:Google Sans,Roboto,Inter,Arial,sans-serif!important}html body .auth-screen .auth-page{display:grid!important;place-items:center!important;padding:32px 20px!important}html body .auth-screen .auth-card{width:min(100%,520px)!important;padding:36px 40px!important;border:1px solid #c7c7c7!important;border-radius:28px!important;background:#fff!important;box-shadow:none!important}html body .auth-screen .auth-copy h1{color:#1f1f1f!important;font-size:clamp(28px,4vw,36px)!important;font-weight:400!important;letter-spacing:-.5px!important}html body .auth-screen .auth-copy p,html body .auth-screen .field-hint{color:#5f6368!important}html body .auth-screen .auth-benefits,html body .auth-screen .auth-context-strip{border-radius:14px!important;background:#f8fafd!important}html body .auth-screen .auth-mode-tabs{padding:3px!important;border:1px solid #c4c7c5!important;border-radius:22px!important;background:transparent!important}html body .auth-screen .auth-mode-tabs button{border-radius:18px!important}html body .auth-screen .auth-mode-tabs button.active{background:#c2e7ff!important;color:#001d35!important;box-shadow:none!important}html body .auth-screen .auth-form input{min-height:54px!important;border:1px solid #747775!important;border-radius:6px!important;background:#fff!important}html body .auth-screen .primary-button{min-height:44px!important;border-radius:22px!important;background:#0b57d0!important;box-shadow:none!important}.mailbox-app .message-row{border-color:var(--mail-border)!important;color:var(--mail-text)!important;transition:background-color .12s ease,box-shadow .12s ease!important}.mailbox-app .message-row:hover{position:relative;z-index:1;background:var(--mail-surface-hover)!important;box-shadow:inset 3px 0 0 var(--mail-primary)!important}:root[data-theme=dark] #mailbox-shell,:root[data-theme=auto] #mailbox-shell{--mail-bg: var(--preset-bg-canvas, #08111f);--mail-bg-strong: var(--preset-bg-subtle, #0b1525);--mail-surface: #111c2d;--mail-surface-muted: #172438;--mail-surface-hover: #1d2d45;--mail-border: #2a3b53;--mail-border-strong: #3b4d67;--mail-text: #f8fafc;--mail-muted: #c6d0de;--mail-subtle: #9eacbf}:root[data-theme=dark] #mailbox-shell :is(.mail-main,.mail-workspace,.mail-content-grid),:root[data-theme=auto] #mailbox-shell :is(.mail-main,.mail-workspace,.mail-content-grid){color:var(--mail-text)!important;background:var(--mail-bg)!important}:root[data-theme=dark] #mailbox-shell :is(.mail-header-brand,.mail-rail,.mail-sidebar,.mail-topbar,.mobile-mail-topbar,.message-list),:root[data-theme=auto] #mailbox-shell :is(.mail-header-brand,.mail-rail,.mail-sidebar,.mail-topbar,.mobile-mail-topbar,.message-list){color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface)!important}:root[data-theme=dark] #mailbox-shell .message-row,:root[data-theme=auto] #mailbox-shell .message-row{color:var(--mail-text)!important;border-color:var(--mail-border)!important;background:var(--mail-surface-muted)!important}:root[data-theme=dark] #mailbox-shell .message-row[data-read-state=read] :is(.message-row-sender,.message-row-content,.message-row-content b,.message-row-content small,.message-row-date),:root[data-theme=auto] #mailbox-shell .message-row[data-read-state=read] :is(.message-row-sender,.message-row-content,.message-row-content b,.message-row-content small,.message-row-date){color:var(--mail-muted)!important;opacity:1!important}:root[data-theme=dark] #mailbox-shell .message-row[data-read-state=unread] :is(.message-row-sender,.message-row-content,.message-row-content b,.message-row-content small,.message-row-date),:root[data-theme=auto] #mailbox-shell .message-row[data-read-state=unread] :is(.message-row-sender,.message-row-content,.message-row-content b,.message-row-content small,.message-row-date){color:var(--mail-text)!important;opacity:1!important}:root[data-theme=dark] #mailbox-shell .message-list-footer,:root[data-theme=auto] #mailbox-shell .message-list-footer{color:var(--mail-muted)!important;border-color:var(--mail-border)!important;background:var(--mail-surface)!important}@layer modern-mailbox{@media(max-width:980px){html body #root #mailbox-shell.mailbox-app,html body #root #mailbox-shell.mailbox-app.nav-expanded,html body #root #mailbox-shell.mailbox-app.sidebar-hidden,html body #root #mailbox-shell.mailbox-app.message-open{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:64px minmax(0,1fr)!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;width:100vw!important;min-width:0!important;max-width:100vw!important}html body #root #mailbox-shell>.mail-rail,html body #root #mailbox-shell.sidebar-hidden>.mail-rail,html body #root #mailbox-shell.nav-expanded>.mail-rail{display:none!important;width:0!important}html body #root #mailbox-shell>.mail-main{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;grid-column:1!important;grid-row:1 / 3!important;width:100vw!important;min-width:0!important;max-width:100vw!important;margin:0!important;transform:none!important}html body #root #mailbox-shell .mobile-mail-topbar{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px 44px!important;align-items:center!important;gap:6px!important;width:100vw!important;min-width:0!important;height:64px!important;padding:8px!important;border-bottom:1px solid var(--mail-border)!important;background:color-mix(in srgb,var(--mail-surface) 96%,transparent)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}html body #root #mailbox-shell .mobile-mail-topbar>:is(.mobile-mail-menu,.mobile-workspace-apps){display:grid!important;place-items:center!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:44px!important}html body #root #mailbox-shell .mobile-mail-topbar>.mobile-mail-menu{grid-column:1!important;grid-row:1!important}html body #root #mailbox-shell .mobile-mail-topbar>.mobile-workspace-apps{grid-column:3!important;grid-row:1!important}html body #root #mailbox-shell .mobile-mail-topbar>.account-menu,html body #root #mailbox-shell .mobile-mail-topbar .profile-chip{grid-column:4!important;grid-row:1!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important}html body #root #mailbox-shell .mobile-mail-topbar>.mail-search{display:grid!important;grid-column:2!important;grid-row:1!important;grid-template-columns:20px minmax(0,1fr) 34px!important;width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding-inline:12px 4px!important}html body #root #mailbox-shell .mobile-mail-topbar>.mail-search>input{display:block!important;width:100%!important;min-width:0!important}html body #root #mailbox-shell>.mail-sidebar{position:fixed!important;z-index:4500!important;inset:64px auto 0 0!important;display:block!important;width:min(86vw,320px)!important;min-width:min(86vw,320px)!important;max-width:min(86vw,320px)!important;height:calc(100dvh - 64px)!important;transform:translate(-104%)!important;box-shadow:18px 0 42px #0f172a38!important}html body #root #mailbox-shell.nav-expanded>.mail-sidebar{transform:translate(0)!important}html body #root #mailbox-shell :is(.mail-workspace,.mail-content-grid,.message-list,.message-list-scroll){width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}html body #root #mailbox-shell .message-list-scroll>.message-row{grid-template-columns:52px minmax(0,1fr) 52px!important;min-height:64px!important;height:64px!important;max-height:64px!important}html body #root #mailbox-shell .message-row>.message-row-controls{width:52px!important;min-width:52px!important;max-width:52px!important;height:64px!important;grid-template-columns:20px 20px!important;gap:6px!important;padding-left:4px!important}html body #root #mailbox-shell .message-row>.message-row-sender{display:none!important}html body #root #mailbox-shell .message-row>.message-row-content{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;height:64px!important;padding:8px 6px!important;overflow:hidden!important;opacity:1!important;visibility:visible!important}html body #root #mailbox-shell .message-row>.message-row-content :is(b,small){display:block!important;width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;opacity:1!important}html body #root #mailbox-shell .message-row .message-row-attachment-chips{display:none!important}html body #root #mailbox-shell .message-row>.message-row-meta{width:52px!important;min-width:52px!important;max-width:52px!important;height:64px!important;padding-right:6px!important}html body #root #mailbox-shell .message-list-footer .ns-pagination{justify-content:space-between!important;gap:4px!important;padding-inline:8px!important}html body #root #mailbox-shell .message-list-footer .ns-page-size select{width:62px!important;min-width:62px!important}html body #root #mailbox-shell .message-list-footer .ns-pagination-actions{min-width:0!important}html body #root #mailbox-shell .message-list-footer .ns-pagination-actions>span{font-size:12px!important}}}@media(prefers-reduced-motion:reduce){.mailbox-app *,.mailbox-app *:before,.mailbox-app *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ns-error-boundary{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:32px 24px;margin:24px auto;max-width:420px;color:var(--color-text-secondary, #4b5563);animation:ns-error-boundary-in .2s cubic-bezier(.2,.8,.2,1)}@keyframes ns-error-boundary-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ns-error-boundary strong{font-size:15px;color:var(--color-text-primary, #111827)}.ns-error-boundary p{margin:4px 0 0;font-size:13px}.recovery-email-warning{position:fixed;z-index:1200;top:72px;left:50%;display:flex;max-width:min(680px,calc(100vw - 32px));min-height:44px;align-items:center;gap:10px;padding:8px 14px;border:1px solid #f1c453;border-radius:12px;background:#fff8df;box-shadow:0 4px 14px #3c40432e;color:#493b10;transform:translate(-50%)}.recovery-email-warning a{flex:none;color:#0b57d0;font-weight:600}@media(max-width:600px){.recovery-email-warning{top:8px;left:8px;right:8px;max-width:none;transform:none}}#mailbox-shell,#mailbox-shell *,.auth-screen,.auth-screen *{box-sizing:border-box}#mailbox-shell :is(.mail-main,.mail-workspace,.mail-content-grid,.message-list,.message-list-scroll,.mail-utility-panel,.utility-list,.utility-form,.utility-form-grid,.workspace-chat,.workspace-chat-main,.workspace-link,.workspace-link-stage-grid,.notes-workspace,.notes-content,.forms-workspace,.forms-main,.forms-canvas){min-width:0;min-height:0}#mailbox-shell :is(input:not([type=checkbox]):not([type=radio]),select,textarea),.auth-screen :is(input:not([type=checkbox]):not([type=radio]),select,textarea){width:100%;max-width:100%;min-width:0}#mailbox-shell :is(input,select,textarea){font:inherit}html body #root #mailbox-shell.mailbox-app .mail-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;padding-inline:20px 16px!important}html body #root #mailbox-shell.mailbox-app .mail-search{width:min(100%,720px)!important;min-width:180px!important;justify-self:start!important}html body #root #mailbox-shell.mailbox-app .mail-search input{min-width:0!important}html body #root #mailbox-shell.mailbox-app .mail-top-actions{display:flex!important;min-width:max-content!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important}html body #root #mailbox-shell.mailbox-app .mail-top-actions>:is(button,a){flex:0 0 40px!important;width:40px!important;min-width:40px!important;height:40px!important}@layer modern-mailbox{@media(min-width:981px){html body #root #mailbox-shell.mailbox-app.mailbox-app{--mail-view-sidebar: 324px !important;--mail-view-rail: 68px !important;--mail-view-topbar: 64px !important;--pixel-sidebar: 324px !important;--pixel-rail: 68px !important;--pixel-topbar: 64px !important;grid-template-columns:324px minmax(0,1fr) var(--mail-view-tools)!important;grid-template-rows:64px minmax(0,1fr)!important}html body #root #mailbox-shell.mailbox-app.mailbox-app.sidebar-hidden{grid-template-columns:68px minmax(0,1fr) var(--mail-view-tools)!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-header-brand.mail-header-brand{position:fixed!important;inset:0 auto auto 0!important;z-index:80!important;width:256px!important;min-width:256px!important;max-width:256px!important;height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;display:grid!important;grid-template-columns:48px 40px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:8px 10px!important;overflow:hidden!important;background:var(--preset-bg-canvas, #f6f8fc)!important}html body #root #mailbox-shell.mailbox-app>.mail-header-brand .mail-header-menu{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;block-size:48px!important;margin:0!important}html body #root #mailbox-shell.mailbox-app>.mail-header-brand .mail-header-logo{width:40px!important;min-width:40px!important;height:40px!important}html body #root #mailbox-shell.mailbox-app>.mail-header-brand .mail-header-title{min-width:0!important;display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>:is(.mail-sidebar.mail-sidebar,.mail-rail.mail-rail){grid-row:2!important;height:calc(100dvh - var(--mail-view-topbar))!important;padding-top:8px!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-sidebar.mail-sidebar{width:var(--mail-view-sidebar)!important;min-width:var(--mail-view-sidebar)!important;max-width:var(--mail-view-sidebar)!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-rail.mail-rail{width:var(--mail-view-rail)!important;min-width:var(--mail-view-rail)!important;max-width:var(--mail-view-rail)!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-main.mail-main{grid-row:1 / 3!important;min-width:0!important;padding-left:16px!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-main.mail-main>.mail-topbar.mail-topbar{position:fixed!important;inset:0 var(--mail-view-tools) auto 256px!important;margin:0!important;z-index:75!important;width:auto!important;height:var(--mail-view-topbar)!important;min-height:var(--mail-view-topbar)!important;grid-template-columns:minmax(280px,880px) minmax(0,1fr) auto!important;grid-template-rows:48px!important;gap:20px!important;row-gap:0!important;align-items:center!important;padding:8px 16px 8px 58px!important;background:var(--preset-bg-canvas, #f6f8fc)!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-main.mail-main>.mail-topbar.mail-topbar>.mail-search.mail-search{grid-column:1!important;width:min(100%,880px)!important;height:48px!important;min-height:48px!important;max-height:48px!important;block-size:48px!important;min-block-size:48px!important;max-block-size:48px!important;border-radius:24px!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-main.mail-main>.mail-topbar.mail-topbar>.mail-top-actions.mail-top-actions{grid-column:3!important}html body #root #mailbox-shell.mailbox-app.mailbox-app>.mail-main.mail-main>.mail-workspace.mail-workspace{grid-row:2!important;min-height:0!important}html body #root #mailbox-shell.mailbox-app .mail-sidebar :is(.compose-button,.mail-folder-list>button){padding-left:24px!important}html body #root #mailbox-shell.mailbox-app .mail-sidebar .mail-folder-list>button{grid-template-columns:28px minmax(0,1fr) auto!important;column-gap:16px!important}html body #root #mailbox-shell.mailbox-app .collapsed-rail-nav{width:var(--mail-view-rail)!important;align-items:center!important}html body #root #mailbox-shell.mailbox-app .collapsed-rail-nav :is(.collapsed-compose-button,nav button){width:48px!important;min-width:48px!important;height:48px!important;margin-inline:auto!important}}}html body #root #mailbox-shell.mailbox-app .mail-toolbar{display:flex!important;min-width:0!important;align-items:center!important;gap:4px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none}#mailbox-shell .mail-toolbar::-webkit-scrollbar{display:none}#mailbox-shell .mail-toolbar>*{flex:0 0 auto}#mailbox-shell .mail-toolbar-context{margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body #root #mailbox-shell.mailbox-app .message-row{display:grid!important;grid-template-columns:40px 36px minmax(132px,.32fr) minmax(180px,1fr) auto!important;align-items:center!important;column-gap:8px!important;padding-inline:8px 12px!important}#mailbox-shell .message-row>*{min-width:0}#mailbox-shell :is(.message-row-sender,.message-row-content,.message-row-date){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#mailbox-shell .message-row-actions{justify-self:end;white-space:nowrap}#mailbox-shell :is(.utility-form-grid,.settings-config,.side-form-grid){display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px;align-items:start}#mailbox-shell :is(.utility-field,.label-dialog-field,.public-form-question){display:grid;min-width:0;gap:7px}#mailbox-shell :is(.utility-form-actions,.utility-row-actions,.workspace-link-moderation,.forms-header-actions,.forms-question-actions,.attachment-preview-actions,.preview-actions){display:flex;flex-wrap:wrap;align-items:center;gap:8px}#mailbox-shell .utility-form-actions{justify-content:flex-end}#mailbox-shell .workspace-link{gap:16px;padding:16px}#mailbox-shell .workspace-link-stage-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:12px}#mailbox-shell .workspace-link-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:8px}#mailbox-shell .workspace-link-actions button{width:100%;min-width:0}#mailbox-shell .workspace-link-join-actions{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(160px,1fr);gap:10px}#mailbox-shell .workspace-link-header,#mailbox-shell .workspace-link-code{flex-wrap:wrap}#mailbox-shell .workspace-link-captions form,#mailbox-shell .workspace-chat-compose,#mailbox-shell .workspace-chat-search,#mailbox-shell .workspace-chat-spaces form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}#mailbox-shell .notes-workspace-header{grid-template-columns:auto minmax(180px,1fr) auto;gap:16px;padding-inline:16px}#mailbox-shell .notes-search{min-width:0}#mailbox-shell .notes-card-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}#mailbox-shell .forms-question-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,220px);gap:12px;align-items:start}#mailbox-shell .forms-options>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center}#mailbox-shell .forms-link-card{min-width:0}#mailbox-shell :is(.label-dialog,.attachment-preview-dialog,.compose-window),.auth-screen .auth-card{max-width:calc(100vw - 32px)}#mailbox-shell :is(.label-dialog,.attachment-preview-dialog){max-height:calc(100dvh - 32px);overflow:auto}#mailbox-shell .label-dialog footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}html body .auth-screen .auth-page{min-height:100dvh!important;align-content:center!important}html body .auth-screen .auth-card{gap:14px!important;padding:28px 32px!important}html body .auth-screen .auth-form{gap:10px!important}html body .auth-screen .auth-benefits{flex-wrap:wrap!important;height:auto!important;min-height:32px!important}@media(max-width:980px){html body #root #mailbox-shell.mailbox-app .mail-topbar{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding-inline:12px 8px!important}html body #root #mailbox-shell.mailbox-app .message-row{grid-template-columns:36px 32px minmax(100px,.34fr) minmax(140px,1fr) auto!important}#mailbox-shell .workspace-link-join-actions{grid-template-columns:minmax(0,1fr) auto}#mailbox-shell .workspace-link-join-actions>small{grid-column:1 / -1}}@media(max-width:720px){html body #root #mailbox-shell.mailbox-app .message-row{grid-template-columns:32px minmax(0,1fr) auto!important;min-height:64px!important}#mailbox-shell .message-row>:is(.message-star,.message-row-actions){display:none!important}#mailbox-shell .message-row-sender{grid-column:2;align-self:start}#mailbox-shell .message-row-content{grid-column:2}#mailbox-shell .message-row-date{grid-column:3;grid-row:1;align-self:start}#mailbox-shell :is(.forms-question-head,.workspace-link-join-actions){grid-template-columns:minmax(0,1fr)}#mailbox-shell .notes-workspace-header{grid-template-columns:auto minmax(0,1fr)}#mailbox-shell .notes-header-actions{grid-column:1 / -1;justify-content:flex-end}#mailbox-shell :is(.utility-form-actions,.label-dialog footer)>button{flex:1 1 140px}html body .auth-screen .auth-page{align-content:start!important;padding:16px 12px!important}html body .auth-screen .auth-card{padding:24px 20px!important;border-radius:20px!important}html body .auth-screen .auth-benefits,html body .auth-screen .auth-context-strip{display:none!important}}@media(max-height:760px)and (min-width:721px){html body .auth-screen .auth-page{align-content:start!important;padding-block:16px!important}html body .auth-screen .auth-card{gap:10px!important;padding-block:22px!important}html body .auth-screen .auth-benefits,html body .auth-screen .auth-context-strip{display:none!important}}@layer shell-v2{#mailbox-shell[data-ui-shell=v2]{--shell-header-height: 64px !important;--shell-rail-width: 68px !important;--shell-label-width: 232px !important;--shell-header-brand-width: 256px !important;--shell-search-left: calc(var(--shell-rail-width) + var(--shell-label-width) + var(--shell-page-gap)) !important;--shell-page-gap: 8px !important;min-width:0!important;min-height:100dvh!important}@media(min-width:901px){html body #root #mailbox-shell[data-ui-shell=v2].mailbox-app{display:grid!important;grid-template-columns:var(--shell-rail-width) var(--shell-label-width) minmax(0,1fr)!important;grid-template-rows:var(--shell-header-height) minmax(0,1fr)!important;width:100%!important;height:100dvh!important;overflow:hidden!important}html body #root #mailbox-shell[data-ui-shell=v2].mailbox-app:before{content:""!important;position:fixed!important;inset:0 0 auto 0!important;z-index:1500!important;display:block!important;width:100%!important;height:var(--shell-header-height)!important;pointer-events:none!important;background:var(--mail-app-bg, #f6f8fc)!important}html body #root #mailbox-shell[data-ui-shell=v2].mailbox-app.sidebar-hidden{grid-template-columns:var(--shell-rail-width) 0 minmax(0,1fr)!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-header-brand{position:fixed!important;inset:0 auto auto 0!important;z-index:1700!important;display:grid!important;grid-template-columns:48px 40px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:var(--shell-header-brand-width)!important;min-width:var(--shell-header-brand-width)!important;max-width:var(--shell-header-brand-width)!important;height:var(--shell-header-height)!important;min-height:var(--shell-header-height)!important;max-height:var(--shell-header-height)!important;padding:8px 10px!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-header-brand .mail-header-menu{grid-column:1!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-header-brand .mail-header-menu:focus-visible{outline:2px solid color-mix(in srgb,var(--mail-primary, #0b57d0) 58%,transparent)!important;outline-offset:-5px!important;box-shadow:none!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-header-brand .mail-header-logo{grid-column:2!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-header-brand .mail-header-title{grid-column:3!important;min-width:0!important;max-width:138px!important;margin:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail{position:relative!important;z-index:4!important;display:block!important;grid-column:1!important;grid-row:2!important;width:var(--shell-rail-width)!important;min-width:var(--shell-rail-width)!important;max-width:var(--shell-rail-width)!important;height:calc(100dvh - var(--shell-header-height))!important;padding:var(--shell-page-gap) 0 16px!important;margin:0!important;overflow:visible!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail{background:transparent!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail .collapsed-rail-nav{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;padding:0!important;margin:0!important;gap:0!important;overflow:visible!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail .collapsed-rail-nav nav{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;gap:0!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail :is(.collapsed-compose-button,.collapsed-rail-nav nav button){display:inline-grid!important;place-items:center!important;flex:0 0 48px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:0!important;margin:0 auto!important;border-radius:24px!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail .collapsed-rail-nav>.collapsed-compose-button{margin-bottom:8px!important;grid-template-columns:minmax(0,1fr)!important;column-gap:0!important;justify-content:stretch!important;overflow:hidden!important;transition:width .16s ease,border-radius .16s ease!important;z-index:2!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav>.collapsed-compose-button{width:calc(var(--shell-rail-width) + var(--shell-label-width) - 20px)!important;min-width:calc(var(--shell-rail-width) + var(--shell-label-width) - 20px)!important;max-width:calc(var(--shell-rail-width) + var(--shell-label-width) - 20px)!important;align-self:flex-start!important;padding:0 24px!important;margin-left:10px!important;margin-right:0!important;border:0!important;border-radius:16px!important;background:var(--workspace-accent-soft, #c2e7ff)!important;box-shadow:none!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail .collapsed-compose-button .collapsed-compose-label{display:none!important;min-width:0!important;text-align:left!important;white-space:nowrap!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-compose-button .collapsed-compose-label{display:block!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail .collapsed-rail-nav nav button{position:relative!important;flex-basis:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;border-radius:18px!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-rail .collapsed-rail-nav nav button .rail-unread-indicator{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2].sidebar-hidden>.mail-rail .collapsed-rail-nav nav button .rail-unread-indicator{position:absolute!important;top:3px!important;right:3px!important;display:block!important;width:9px!important;min-width:9px!important;height:9px!important;min-height:9px!important;border:2px solid var(--mail-app-bg, #f6f8fc)!important;border-radius:50%!important;background:#c5221f!important;box-sizing:content-box!important;pointer-events:none!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-sidebar{position:relative!important;z-index:3!important;display:block!important;grid-column:2!important;grid-row:2!important;width:var(--shell-label-width)!important;min-width:var(--shell-label-width)!important;max-width:var(--shell-label-width)!important;height:calc(100dvh - var(--shell-header-height))!important;padding:calc(var(--shell-page-gap) + 56px) 8px 16px 0!important;margin:0!important;overflow:visible!important;visibility:visible!important;opacity:1!important;transform:none!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2].sidebar-hidden>.mail-sidebar{width:0!important;min-width:0!important;max-width:0!important;padding:0!important;visibility:hidden!important;opacity:0!important;overflow:hidden!important;pointer-events:none!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-sidebar .mail-folder-list{display:flex!important;flex-direction:column!important;gap:0!important;width:100%!important;padding:0!important;margin:0!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child){width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 12px!important;margin:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;justify-items:stretch!important;column-gap:8px!important;text-align:left!important;direction:ltr!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child)>svg{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-sidebar :is(.folder-label,.label-name){justify-self:start!important;display:block!important;width:100%!important;min-width:0!important;margin:0!important;text-align:left!important;direction:ltr!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-sidebar .folder-unread-count{justify-self:end!important;margin:0!important;text-align:right!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main{display:grid!important;grid-column:3!important;grid-row:1 / 3!important;grid-template-rows:var(--shell-header-height) minmax(0,1fr)!important;min-width:0!important;min-height:0!important;width:100%!important;height:100dvh!important;padding:0!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mail-topbar{position:fixed!important;inset:0 0 auto var(--shell-search-left)!important;z-index:1600!important;display:grid!important;grid-template-columns:minmax(280px,880px) minmax(0,1fr) auto!important;grid-template-rows:48px!important;align-items:center!important;width:auto!important;height:var(--shell-header-height)!important;min-height:var(--shell-header-height)!important;max-height:var(--shell-header-height)!important;padding:8px 16px 8px 0!important;margin:0!important;gap:16px!important;box-sizing:border-box!important;overflow:visible!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mail-topbar>.mail-search{grid-column:1!important;align-self:center!important;justify-self:stretch!important;width:100%!important;min-width:0!important;max-width:880px!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mail-workspace{grid-row:2!important;min-width:0!important;min-height:0!important;height:calc(100dvh - var(--shell-header-height) - var(--shell-page-gap))!important;margin:var(--shell-page-gap) var(--shell-page-gap) 0!important;overflow:hidden!important;box-sizing:border-box!important}}#mailbox-shell[data-ui-shell=v2].message-open .preview-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:8px 20px 16px 76px!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-toolbar{display:grid!important;grid-column:auto!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;column-gap:12px!important;width:100%!important;min-width:0!important;min-height:48px!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-close-button{grid-column:1!important;position:static!important;place-self:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:20px!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-title-content{min-width:0!important;padding:0 8px 0 60px!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-title-content h2{margin:4px 0!important;font-size:clamp(20px,2vw,24px)!important;font-weight:500!important;line-height:1.3!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-actions{grid-column:2!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0!important;padding:0!important;gap:4px!important;overflow:hidden auto!important;scrollbar-width:none!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-actions::-webkit-scrollbar{display:none!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-actions>button,#mailbox-shell[data-ui-shell=v2].message-open .preview-actions .message-overflow-trigger{display:inline-grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;border:0!important;border-radius:20px!important;background:transparent!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-actions>button>span,#mailbox-shell[data-ui-shell=v2].message-open .preview-actions .message-overflow-trigger>span{display:none!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message{min-width:0!important;max-width:100%!important;overflow:visible!important;padding:18px 24px!important;border:0!important;border-bottom:1px solid var(--mail-border, #e0e3e7)!important;border-radius:0!important;box-shadow:none!important;background:var(--mail-surface, #fff)!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message header{align-items:start!important;gap:12px!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message .message-body{margin:18px 0 0 52px!important;max-width:100%!important;color:var(--mail-text, #202124)!important;font-size:15px!important;line-height:1.6!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message .message-body a{color:var(--workspace-link, #0b57d0)!important;font-weight:500!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:2px!important;cursor:pointer!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message .message-body a:hover{color:var(--workspace-link-hover, #0842a0)!important;text-decoration-thickness:2px!important}#mailbox-shell[data-ui-shell=v2] .message-overflow-menu,body>.message-overflow-menu-portal{width:min(300px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;max-height:calc(100dvh - 32px)!important;overflow:hidden auto!important;overscroll-behavior:contain!important;padding:6px 0!important;border-radius:8px!important}body>.message-overflow-menu-portal button{min-height:36px!important;grid-template-columns:20px minmax(0,1fr)!important;gap:12px!important;padding:0 16px!important;border-radius:0!important;font-size:14px!important;font-weight:500!important}body>.message-overflow-menu-portal .message-overflow-divider{margin:6px 0!important}#mailbox-shell[data-ui-shell=v2] :is(input,select,textarea,button){min-width:0}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav>.collapsed-compose-button{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:16px!important;position:relative!important;text-align:left!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-compose-button>:first-child{position:absolute!important;top:50%!important;left:12px!important;flex:none!important;width:24px!important;min-width:24px!important;max-width:24px!important;margin:0!important;transform:translateY(-50%)!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-compose-label{position:absolute!important;top:50%!important;left:70px!important;flex:none!important;width:auto!important;min-width:0!important;margin:0!important;transform:translateY(-50%)!important;text-align:left!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child){display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;justify-items:stretch!important;width:calc(100% + 48px)!important;max-width:calc(100% + 48px)!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 12px!important;margin:0!important;column-gap:8px!important;position:relative!important;transform:translate(calc(-1 * var(--shell-rail-width)))!important;text-align:left!important;direction:ltr!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav nav button.active{background:transparent!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child).active{border-radius:0 18px 18px 0!important;box-shadow:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child).active:before{content:none!important;display:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child)>svg{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.folder-label,.label-name){position:absolute!important;grid-column:1 / -1!important;grid-row:1!important;top:50%!important;left:calc(var(--shell-rail-width) + 12px)!important;right:48px!important;display:block!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;transform:translateY(-50%)!important;text-align:left!important;direction:ltr!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar .folder-unread-count{position:absolute!important;grid-column:1 / -1!important;grid-row:1!important;top:50%!important;right:12px!important;justify-self:auto!important;margin:0!important;transform:translateY(-50%)!important;text-align:right!important;direction:ltr!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar .mail-taxonomy-heading{display:grid!important;grid-template-columns:minmax(0,1fr) 40px!important;align-items:center!important;min-height:40px!important;margin:0 0 6px!important;gap:4px!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar .mail-taxonomy-heading>button{display:inline-grid!important;place-items:center!important;justify-self:center!important;align-self:center!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;line-height:0!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar .mail-taxonomy-heading>button>svg{display:block!important;width:18px!important;height:18px!important;margin:0!important}@media(max-width:900px){html body #root #mailbox-shell[data-ui-shell=v2].mailbox-app,html body #root #mailbox-shell[data-ui-shell=v2].mailbox-app.sidebar-hidden{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:64px minmax(0,1fr)!important;width:100%!important;height:100dvh!important;overflow:hidden!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main{display:grid!important;grid-column:1!important;grid-row:1 / 3!important;grid-template-rows:64px minmax(0,1fr)!important;width:100%!important;min-width:0!important;height:100dvh!important;overflow:hidden!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mobile-mail-topbar{position:relative!important;z-index:5500!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px 40px!important;grid-template-rows:48px!important;align-items:center!important;gap:6px!important;width:100%!important;height:64px!important;min-height:64px!important;padding:8px!important;overflow:visible!important;background:var(--mail-app-bg, #f6f8fc)!important}html body #root #mailbox-shell[data-ui-shell=v2] .mobile-mail-topbar>.mobile-mail-menu{display:inline-grid!important;place-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;border-radius:20px!important}html body #root #mailbox-shell[data-ui-shell=v2] .mobile-mail-topbar>.mail-search{display:grid!important;grid-template-columns:24px minmax(0,1fr) 36px!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 6px 0 14px!important;overflow:hidden!important;border-radius:24px!important}html body #root #mailbox-shell[data-ui-shell=v2] .mobile-mail-topbar>.mail-search input{min-width:0!important;width:100%!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mail-workspace{grid-row:2!important;width:calc(100% - 16px)!important;min-width:0!important;height:calc(100dvh - 72px)!important;min-height:0!important;margin:8px!important;padding:0!important;overflow:hidden!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-header-brand,html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mail-topbar,html body #root #mailbox-shell[data-ui-shell=v2].sidebar-hidden>.mail-rail,html body #root #mailbox-shell[data-ui-shell=v2].sidebar-hidden>.mail-sidebar{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail{position:fixed!important;inset:64px auto 0 0!important;z-index:5600!important;display:block!important;width:68px!important;min-width:68px!important;max-width:68px!important;height:calc(100dvh - 64px)!important;padding:8px 0 16px!important;overflow:visible!important;background:var(--mail-app-bg, #f6f8fc)!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav>.collapsed-compose-button{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;place-items:center start!important;column-gap:16px!important;height:48px!important;min-height:48px!important;padding:0 24px!important;margin:0 0 8px 10px!important;overflow:hidden!important;border:0!important;border-radius:16px!important;background:var(--workspace-accent-soft, #c2e7ff)!important;box-shadow:none!important;z-index:2!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-compose-label{display:block!important;text-align:left!important;white-space:nowrap!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav nav{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav nav button{display:inline-grid!important;place-items:center!important;position:relative!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:36px!important;min-height:36px!important;max-height:36px!important;padding:0!important;margin:0 auto!important;border-radius:18px!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .rail-unread-indicator{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar{position:fixed!important;inset:64px auto 0 68px!important;z-index:5599!important;display:block!important;visibility:visible!important;opacity:1!important;width:min(256px,calc(100vw - 116px))!important;min-width:0!important;max-width:256px!important;height:calc(100dvh - 64px)!important;padding:64px 8px 16px 0!important;overflow:hidden auto!important;pointer-events:auto!important;background:var(--mail-app-bg, #f6f8fc)!important;box-shadow:18px 0 28px #3c40432e!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav>.collapsed-compose-button{width:min(304px,calc(100vw - 20px))!important;min-width:min(304px,calc(100vw - 20px))!important;max-width:min(304px,calc(100vw - 20px))!important;align-self:flex-start!important}html body #root #mailbox-shell[data-ui-shell=v2].sidebar-hidden>.mail-sidebar{visibility:hidden!important;pointer-events:none!important}html body #root #mailbox-shell[data-ui-shell=v2]>.mail-side-tools{display:none!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-header{padding-inline:8px!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-toolbar{grid-template-columns:44px minmax(0,1fr)!important;column-gap:4px!important}#mailbox-shell[data-ui-shell=v2].message-open .preview-title-content{padding-inline:8px!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message{padding-inline:14px!important}#mailbox-shell[data-ui-shell=v2].message-open .conversation-message .message-body{margin-left:0!important;width:100%!important;max-width:100%!important;text-align:left!important;direction:ltr!important}#mailbox-shell[data-ui-shell=v2] :is(.workspace-chat,.workspace-link){width:100%!important;max-width:100%!important;height:100%!important;min-width:0!important;overflow:hidden auto!important}#mailbox-shell[data-ui-shell=v2] .workspace-chat{grid-template-columns:minmax(0,1fr)!important}#mailbox-shell[data-ui-shell=v2] .workspace-chat-spaces{max-height:180px!important;overflow:hidden auto!important;border-right:0!important;border-bottom:1px solid var(--mail-border, #e0e3e7)!important}#mailbox-shell[data-ui-shell=v2] .workspace-chat-main{min-height:420px!important}#mailbox-shell[data-ui-shell=v2] .workspace-link{padding:12px!important}#mailbox-shell[data-ui-shell=v2] .workspace-link-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:520px){html body #root #mailbox-shell[data-ui-shell=v2]>.mail-main>.mobile-mail-topbar{grid-template-columns:40px minmax(0,1fr) 40px!important}html body #root #mailbox-shell[data-ui-shell=v2] .mobile-mail-topbar>.workspace-apps.mobile-workspace-apps{display:none!important}#mailbox-shell[data-ui-shell=v2] .workspace-link-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}#mailbox-shell[data-ui-shell=v2] :is(.workspace-chat-compose,.workspace-chat-search){grid-template-columns:minmax(0,1fr)!important}}@media(prefers-reduced-motion:reduce){#mailbox-shell[data-ui-shell=v2],#mailbox-shell[data-ui-shell=v2] *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}}body>.label-dialog-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10000!important;display:grid!important;place-items:center!important;width:100vw!important;height:100dvh!important;padding:20px!important;overflow:hidden auto!important;box-sizing:border-box!important;background:#2021247a!important}body>.label-dialog-backdrop[hidden]{display:none!important}body>.label-dialog-backdrop>.label-dialog{position:relative!important;z-index:1!important;display:grid!important;gap:16px!important;width:min(560px,calc(100vw - 32px))!important;max-height:calc(100dvh - 40px)!important;padding:28px!important;overflow:hidden auto!important;margin:auto!important;border:1px solid var(--mail-border, #dadce0)!important;border-radius:18px!important;color:var(--mail-text, #202124)!important;background:var(--mail-surface, #fff)!important;box-shadow:0 24px 64px #20212447!important;box-sizing:border-box!important}body>.label-dialog-backdrop>.label-dialog>h2{margin:0!important;color:inherit!important;font-size:24px!important;font-weight:650!important;line-height:32px!important}body>.label-dialog-backdrop .label-dialog-field{display:grid!important;gap:8px!important;min-width:0!important;color:inherit!important;font-size:16px!important;line-height:22px!important}body>.label-dialog-backdrop :is(input,select){display:block!important;width:100%!important;min-width:0!important;height:52px!important;min-height:52px!important;padding:0 14px!important;border:1px solid var(--mail-border, #dadce0)!important;border-radius:10px!important;color:var(--mail-text, #202124)!important;background:var(--mail-surface, #fff)!important;font:inherit!important;box-sizing:border-box!important}body>.label-dialog-backdrop>.label-dialog>footer{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;margin:0!important}body>.label-dialog-backdrop>.label-dialog>footer>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:88px!important;min-height:40px!important;padding:0 18px!important;border:0!important;border-radius:10px!important;font-size:16px!important;font-weight:650!important;line-height:20px!important}body>.label-dialog-backdrop .label-dialog-cancel{color:var(--mail-primary, #0b57d0)!important;background:transparent!important}body>.label-dialog-backdrop .label-dialog-create{color:#fff!important;background:var(--mail-primary, #0b57d0)!important}@media(min-width:901px){html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar,html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar>.mail-folder-list{overflow:visible!important}}@layer shell-v2{@media(max-width:900px){html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-rail .collapsed-rail-nav nav button.active{width:68px!important;min-width:68px!important;max-width:68px!important;border-radius:0!important;background:color-mix(in srgb,var(--primary, #4f46e5) 18%,transparent)!important;box-shadow:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child){width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;transform:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child).active{border-radius:0 18px 18px 0!important;box-shadow:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.mail-folder-list>button,.mail-folder-custom-row>button:first-child).active:before{content:none!important;display:none!important}html body #root #mailbox-shell[data-ui-shell=v2].nav-expanded>.mail-sidebar :is(.folder-label,.label-name){left:12px!important}}}@layer compose-reader-v2{html body #root #mailbox-shell[data-ui-shell=v2] .compose-window.fixture-compose-hidden{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window{position:fixed!important;inset:auto 24px 20px auto!important;z-index:15000!important;display:flex!important;flex-direction:column!important;width:min(620px,calc(100vw - 48px))!important;height:min(690px,calc(100dvh - 92px))!important;min-width:0!important;max-width:620px!important;min-height:420px!important;max-height:calc(100dvh - 24px)!important;padding:0!important;overflow:hidden!important;border:1px solid color-mix(in srgb,var(--mail-border, #dadce0) 88%,#ffffff)!important;border-radius:12px!important;isolation:isolate!important;background:var(--mail-compose-surface, #ffffff)!important;box-shadow:0 18px 48px #20212447!important;color:var(--mail-text, #202124)!important;animation:none!important;transform:none!important;transition:none!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>header{min-height:44px!important;height:44px!important;padding:0 10px 0 16px!important;border:0!important;background:var(--mail-compose-header, #40444c)!important;color:#fff!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>header div{display:flex!important;align-items:baseline!important;min-width:0!important;gap:10px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>header strong{flex:0 0 auto!important;font-size:14px!important;font-weight:650!important;line-height:1!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>header span{min-width:0!important;overflow:hidden!important;color:#ffffffb8!important;font-size:12px!important;font-weight:450!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>header button{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;border-radius:50%!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>header button:hover{background:#ffffff24!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window input,html body #root #mailbox-shell[data-ui-shell=v2] .compose-window textarea{width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-bottom:1px solid var(--mail-border, #e0e3e7)!important;border-radius:0!important;outline:0!important;background:var(--mail-compose-surface, #ffffff)!important;color:var(--mail-text, #202124)!important;box-shadow:none!important;font:inherit!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window input{min-height:40px!important;height:40px!important;padding:0 16px!important;font-size:14px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-recipient-field{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;min-width:0!important;position:relative!important;z-index:3!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-cc-bcc-toggle{min-width:74px!important;min-height:40px!important;padding:0 14px!important;border:0!important;border-bottom:1px solid var(--mail-border, #e0e3e7)!important;border-radius:0!important;background:var(--mail-compose-surface, #ffffff)!important;color:var(--mail-muted, #5f6368)!important;font-size:13px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-copy-fields{display:grid!important;grid-template-columns:1fr 1fr!important;min-width:0!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window textarea{flex:1 1 auto!important;min-height:180px!important;height:100%!important;padding:14px 16px!important;resize:none!important;font-size:14px!important;line-height:1.55!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window :is(input,textarea):focus-visible{border-bottom-color:var(--mail-primary, #0b57d0)!important;box-shadow:inset 0 -2px 0 var(--mail-primary, #0b57d0)!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-attachment-tray{display:flex!important;align-items:center!important;flex:0 0 auto!important;min-height:42px!important;gap:6px!important;padding:5px 12px!important;overflow-x:auto!important;overflow-y:hidden!important;border:0!important;border-top:1px solid var(--mail-border, #e0e3e7)!important;background:var(--mail-compose-surface, #ffffff)!important;scrollbar-width:thin!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-attachment-tray>span{align-items:center!important;display:inline-flex!important;flex:0 0 auto!important;gap:6px!important;max-width:260px!important;min-height:30px!important;padding:3px 4px 3px 10px!important;border:1px solid var(--mail-border, #dadce0)!important;border-radius:16px!important;background:var(--mail-surface-muted, #f6f8fc)!important;font-size:12px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-attachment-tray>span>span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-attachment-tray small{color:var(--mail-muted, #5f6368)!important;white-space:nowrap!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-attachment-tray button{align-items:center!important;border-radius:50%!important;display:inline-flex!important;flex:0 0 auto!important;height:24px!important;justify-content:center!important;min-height:24px!important;min-width:24px!important;padding:0!important;width:24px!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions{background:var(--mail-compose-surface, #ffffff)!important;border:1px solid var(--mail-border, #dadce0)!important;border-radius:10px!important;box-shadow:0 12px 32px #20212438!important;left:12px!important;max-height:min(360px,calc(100dvh - 180px))!important;overflow-y:auto!important;position:absolute!important;right:12px!important;top:40px!important;z-index:20!important;display:block!important;gap:0!important;padding:6px!important;box-sizing:border-box!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions>button{align-items:center!important;display:grid!important;gap:10px!important;grid-template-columns:38px minmax(0,1fr)!important;min-height:58px!important;padding:8px 12px!important;text-align:left!important;width:100%!important;margin:0!important;border:0!important;border-radius:8px!important;box-sizing:border-box!important;background:transparent!important;color:var(--mail-text, #202124)!important;font:inherit!important;line-height:normal!important;overflow:hidden!important;position:static!important;transform:none!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions>button.is-active,html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions>button:hover{background:var(--mail-surface-muted, #f6f8fc)!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions .recipient-suggestion-avatar{align-items:center!important;background:var(--mail-primary, #0b57d0)!important;border-radius:50%!important;color:#fff!important;display:inline-flex!important;height:36px!important;justify-content:center!important;width:36px!important;min-width:36px!important;max-width:36px!important;margin:0!important;padding:0!important;position:static!important;transform:none!important;font-size:14px!important;font-weight:650!important;line-height:36px!important;overflow:hidden!important;grid-column:1!important;grid-row:1!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions .recipient-suggestion-copy{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:2px!important;justify-items:start!important;min-width:0!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;position:static!important;transform:none!important;background:transparent!important;border-radius:0!important;color:inherit!important;line-height:1.3!important;grid-column:2!important;grid-row:1!important;align-self:center!important;border:0!important;outline:0!important;box-shadow:none!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions strong,html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions small{overflow:hidden!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;position:static!important;transform:none!important;line-height:1.35!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions strong{color:var(--mail-text, #202124)!important;font-size:14px!important;font-weight:650!important;grid-area:auto!important;grid-column:1!important;grid-row:1!important}html body #root #mailbox-shell[data-ui-shell=v2] .recipient-suggestions small{color:var(--mail-muted, #5f6368)!important;font-size:12px!important;font-weight:450!important;grid-area:auto!important;grid-column:1!important;grid-row:2!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-recipient-error{color:#b3261e!important;grid-column:1 / -1!important;padding:3px 16px 5px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>footer{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:56px!important;padding:8px 12px!important;gap:8px!important;border-top:1px solid var(--mail-border, #e0e3e7)!important;background:var(--mail-compose-surface, #ffffff)!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>footer button{min-height:36px!important;height:36px!important;padding:0 18px!important;border-radius:18px!important;font-size:14px!important;font-weight:650!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon{align-items:center!important;background:transparent!important;border:0!important;border-radius:50%!important;color:var(--mail-muted, #5f6368)!important;cursor:pointer!important;display:inline-flex!important;flex:0 0 36px!important;height:36px!important;justify-content:center!important;min-height:36px!important;min-width:36px!important;padding:0!important;width:36px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon:hover{background:var(--mail-surface-muted, #f6f8fc)!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon.is-active{background:#dbe7ff!important;color:#174ea6!important;box-shadow:inset 0 0 0 1px #174ea62e!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon>svg{display:block!important;flex:0 0 auto!important;color:currentColor!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-tracking-indicator{position:absolute!important;right:4px!important;bottom:4px!important;width:7px!important;height:7px!important;border:1.5px solid var(--mail-compose-surface, #fff)!important;border-radius:50%!important;background:#188038!important;pointer-events:none!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon[aria-pressed=false] .compose-tracking-indicator{background:#9aa0a6!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon{position:relative!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-formatting-toolbar{display:flex!important;align-items:center!important;flex:0 0 auto!important;gap:2px!important;min-height:42px!important;padding:3px 12px!important;border-top:1px solid var(--mail-border, #e0e3e7)!important;background:var(--mail-surface-muted, #f6f8fc)!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-formatting-toolbar button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--mail-text, #202124)!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-formatting-toolbar button:hover{background:color-mix(in srgb,var(--mail-primary, #0b57d0) 10%,transparent)!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon input{display:none!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-spacer{flex:1 1 auto!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-send-group{display:inline-flex!important;position:relative!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-send-now{border-radius:18px 0 0 18px!important;padding-right:14px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-schedule-toggle{border-left:1px solid rgb(255 255 255 / 35%)!important;border-radius:0 18px 18px 0!important;min-width:34px!important;padding:0 8px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-schedule-popover{background:var(--mail-compose-surface, #fff)!important;border:1px solid var(--mail-border, #dadce0)!important;border-radius:12px!important;bottom:calc(100% + 8px)!important;box-shadow:0 8px 28px #2021243d!important;color:var(--mail-text, #202124)!important;display:grid!important;gap:10px!important;left:0!important;min-width:280px!important;padding:14px!important;position:absolute!important;z-index:30!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-schedule-popover label{color:var(--mail-muted, #5f6368)!important;display:grid!important;font-size:12px!important;gap:4px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-schedule-popover input{border:1px solid var(--mail-border, #dadce0)!important;border-radius:8px!important;min-height:40px!important;padding:0 10px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-schedule-popover small{color:var(--mail-muted, #5f6368)!important}html body #root #mailbox-shell[data-ui-shell=v2] .message-body{max-width:920px!important;min-height:0!important;min-width:0!important;margin-top:0!important;padding:4px 0 10px!important;overflow-wrap:anywhere!important;color:var(--mail-text, #202124)!important;font-size:14px!important;line-height:1.6!important;white-space:pre-wrap!important}html body #root #mailbox-shell[data-ui-shell=v2] .message-body a{color:var(--mail-link, #0b57d0)!important;font-weight:550!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:2px!important}html body #root #mailbox-shell[data-ui-shell=v2] .message-body a:hover{color:#174ea6!important}@media(max-width:700px){html body #root #mailbox-shell[data-ui-shell=v2] .compose-window{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;border:0!important;border-radius:0!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-copy-fields{grid-template-columns:1fr!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>footer{padding-bottom:max(8px,env(safe-area-inset-bottom))!important;position:sticky!important;bottom:0!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-footer-icon{flex-basis:44px!important;height:44px!important;min-height:44px!important;min-width:44px!important;width:44px!important}html body #root #mailbox-shell[data-ui-shell=v2] .compose-window>footer>button{height:44px!important;min-height:44px!important}html body #root #mailbox-shell[data-ui-shell=v2].message-open .conversation-message .message-body,html body #root #mailbox-shell[data-ui-shell=v2].message-open .conversation-message .message-attachments,html body #root #mailbox-shell[data-ui-shell=v2].message-open .conversation-message .quoted-trail{grid-column:1 / -1!important;margin:0!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}}:root[data-theme=dark] #mailbox-shell[data-ui-shell=v2]{--mail-compose-surface: #202124;--mail-compose-header: #303134}@media(prefers-reduced-motion:reduce){html body #root #mailbox-shell[data-ui-shell=v2] .compose-window *,html body #root #mailbox-shell[data-ui-shell=v2] .compose-window *:before,html body #root #mailbox-shell[data-ui-shell=v2] .compose-window *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}}
