:root{--font-stack:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-sans:var(--font-stack);--font-mono:var(--font-stack);--font-code:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--background:#fff;--surface:#fff;--surface-raised:#f2f2f7;--sidebar:#f2f2f7;--border:#3c3c432e;--border2:#c7c7cc;--text:#1c1c1e;--text-sub:#636366;--text-mute:#8e8e93;--accent:#007aff;--accent-hover:#006ce0;--accent-bg:#007aff1f;--accent-soft:#007aff42;--ai-bubble:#e9e9eb;--user-bubble:#6b46ff;--nav-bg:#f9f9f9;--input-bg:#f2f2f7;--input-placeholder:#8e8e93;--today-bg:#007aff;--event-line:#7c3aed;--star:#f7c948;--star-bg:#f7c94829;--red:#ff3b30;--red-bg:#ff3b301f;--green:#34c759;--green-bg:#34c7591f;--mail-card:#f2f2f7;--mail-card-alt:#f7f7fb;--mail-card-green:#e9f7ed;--mail-card-warm:#fff4de;--mail-card-selected:#e9e9eb;--panel-shadow:none;--soft-shadow:none;--pill-shadow:none;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans);color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--background:#000;--surface:#1c1c1e;--surface-raised:#2c2c2e;--sidebar:#1c1c1e;--border:#ffffff1f;--border2:#48484a;--text:#fff;--text-sub:#ebebf5;--text-mute:#8e8e93;--accent:#0a84ff;--accent-hover:#2f9bff;--accent-bg:#0a84ff2e;--accent-soft:#0a84ff57;--ai-bubble:#2c2c2e;--user-bubble:#6b46ff;--nav-bg:#1c1c1e;--input-bg:#2c2c2e;--input-placeholder:#636366;--today-bg:#0a84ff;--event-line:#7c3aed;--star:#ffd45a;--star-bg:#ffd45a29;--red:#ff6961;--red-bg:#ff696124;--green:#46d87c;--green-bg:#46d87c24;--mail-card:#1c1c1e;--mail-card-alt:#2c2c2e;--mail-card-green:#172b22;--mail-card-warm:#302719;--mail-card-selected:#2c2c2e;--pill-shadow:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}button,input,textarea,select{font-family:var(--font-stack);letter-spacing:0}body{width:100%;min-width:320px;height:100vh;background:var(--background);overscroll-behavior:none;height:100dvh;min-height:100vh;font-family:var(--font-stack);touch-action:pan-x pan-y;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;margin:0;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}html,body,#root{overscroll-behavior:none;width:100%;height:100%;min-height:100%;overflow:hidden}input,textarea,select{font-size:max(16px,1em)}.app-error-screen{min-height:100vh;background:var(--background);min-height:100dvh;color:var(--text);place-items:center;padding:20px;display:grid}.app-error-card{border:1px solid var(--border);background:var(--surface);border-radius:20px;width:min(420px,100%);padding:24px}.app-error-card strong{font-size:18px;display:block}.app-error-card p{color:var(--text-sub);line-height:1.5}.app-error-card pre{border:1px solid var(--border);background:var(--sidebar);color:var(--text);font-family:var(--font-code);border-radius:12px;padding:12px;font-size:12px;overflow:auto}.app-error-card button{background:var(--accent);color:#fff;width:100%;font:inherit;border:0;border-radius:999px;padding:12px 16px;font-weight:700}a{color:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.center-screen{place-items:center;min-height:100%;display:grid}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}button,input,textarea,select{color:inherit}button{cursor:pointer;font:inherit}button:disabled,input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;opacity:.55}svg{stroke-width:2px;flex:none;width:1em;height:1em}.avatar{background:var(--accent-bg);width:42px;min-width:42px;height:42px;min-height:42px;color:var(--accent);letter-spacing:0;text-transform:uppercase;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}.auth-screen{background:var(--background);min-height:100%;color:var(--text);place-items:center;padding:24px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:32px;width:min(420px,100%);padding:28px}.auth-card.wide{text-align:center;width:min(520px,100%)}.auth-logo,.brand-mark.compact{color:var(--accent);justify-content:center;align-items:center;gap:10px;font-size:18px;font-weight:800;display:inline-flex}.brand-mark.compact{background:var(--accent-bg);border-radius:20px;width:54px;height:54px;margin-inline-start:auto;margin-inline-end:auto}.auth-logo svg,.brand-mark.compact svg{width:24px;height:24px}.auth-tagline{color:var(--text-mute);letter-spacing:.04em;text-transform:uppercase;margin:18px 0 6px;font-size:13px;font-weight:700}.auth-title{color:var(--text);letter-spacing:-.04em;margin:0;font-size:clamp(30px,6vw,44px);font-weight:900;line-height:.96}.auth-sub{color:var(--text-sub);margin:14px 0 0;font-size:16px;line-height:1.45}.field-group{gap:8px;margin-top:18px;display:grid}.field-label{color:var(--text);font-size:14px;font-weight:800}.field-input{border:1px solid var(--border);background:var(--input-bg);width:100%;min-height:50px;color:var(--text);border-radius:18px;outline:none;padding:0 16px}.field-input:focus{border-color:var(--accent)}.auth-actions{gap:12px;margin-top:22px;display:grid}.auth-btn,.auth-link.standalone{background:var(--accent);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:800;text-decoration:none;display:inline-flex}.auth-btn svg,.auth-link.standalone svg{width:19px;height:19px}.auth-note{color:var(--text-mute);text-align:center;margin:0;font-size:13px}.error-msg{border:1px solid var(--red-bg);background:var(--red-bg);color:var(--red);border-radius:18px;margin:16px 0 0;padding:12px 14px;font-size:14px;line-height:1.4}.error-msg.inline{margin:0 0 14px}.shell{background:var(--background);width:100%;height:100%;color:var(--text);display:flex;overflow:hidden}.sidebar,.drawer{background:var(--sidebar);border-right:1px solid var(--border);flex-direction:column;gap:14px;width:292px;height:100%;padding:20px 16px;transition:width .2s,transform .22s;display:flex;overflow:hidden}.sidebar.hidden{border-right:0;width:0;padding-inline-start:0;padding-inline-end:0}.sidebar-logo{gap:4px;padding:6px 4px 2px;display:grid}.logo-mark{color:var(--text);letter-spacing:-.02em;align-items:center;gap:10px;font-size:18px;font-weight:900;display:inline-flex}.logo-mark svg{color:var(--accent);width:24px;height:24px}.logo-domain{color:var(--text-mute);word-break:break-word;font-size:13px;font-weight:600}.sidebar-user{align-items:center;gap:12px;min-height:60px;padding:10px 4px;display:flex}.sidebar-user-info{min-width:0}.sidebar-user-name,.sidebar-user-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-user-name{color:var(--text);font-weight:850}.sidebar-user-email{color:var(--text-mute);margin-top:2px;font-size:13px}.account-switcher.static-mailbox{background:var(--surface);width:100%;min-height:76px;color:var(--text);border:0;border-radius:26px;align-items:center;gap:12px;padding:14px;display:flex}.account-switcher-icon,.nav-icon,.settings-row-icon,.mail-toast-icon{justify-content:center;align-items:center;display:inline-flex}.account-switcher-icon{background:var(--accent-bg);width:44px;height:44px;color:var(--accent);border-radius:16px}.account-switcher-icon svg{width:23px;height:23px}.account-switcher-copy{text-align:left;flex:1;gap:2px;min-width:0;display:grid}.account-switcher-copy strong,.account-switcher-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-switcher-copy strong{font-size:17px;font-weight:900}.account-switcher-copy small{color:var(--text-mute);font-size:13px;font-weight:650}.account-switcher.static-mailbox em,.nav-badge,.bn-badge{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;font-style:normal;font-weight:850;display:inline-grid}.compose-btn{background:var(--accent);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:0 18px;font-size:16px;font-weight:850;display:inline-flex}.compose-btn svg{width:21px;height:21px}.sidebar-nav{flex-direction:column;flex:1;gap:14px;min-height:0;padding-bottom:8px;display:flex;overflow-y:auto}.nav-section-label{color:var(--text-mute);letter-spacing:.04em;text-transform:uppercase;margin:8px 8px -6px;font-size:12px;font-weight:800}.nav-group{background:var(--surface);border-radius:26px;overflow:hidden}.nav-item{width:100%;min-height:58px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;padding:0 14px;font-size:16px;font-weight:750;display:flex}.nav-item+.nav-item{border-top:1px solid var(--border)}.nav-item.active{background:var(--mail-card-selected);color:var(--text)}.nav-icon{width:34px;height:34px;color:var(--accent)}.nav-icon svg{width:24px;height:24px}.nav-item span:nth-child(2){flex:1}.nav-count{color:var(--text-mute);font-size:13px;font-weight:750}.custom-folder-form,.move-folder-form{border-top:1px solid var(--border);align-items:center;gap:10px;padding:10px 12px;display:flex}.custom-folder-form-icon{color:var(--accent)}.custom-folder-form-icon svg{width:22px;height:22px}.custom-folder-input,.move-folder-form input{background:var(--input-bg);min-width:0;height:42px;color:var(--text);border:0;border-radius:16px;outline:none;flex:1;padding:0 12px}.custom-folder-add,.move-folder-form button{background:var(--accent);color:#fff;border:0;border-radius:999px;height:42px;padding:0 12px;font-size:13px;font-weight:800}.sidebar-footer{align-items:center;gap:10px;display:flex}.logout-btn,.settings-btn{background:var(--surface);min-height:54px;color:var(--text);border:0;border-radius:24px;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-weight:800;display:inline-flex}.logout-btn{color:var(--red);flex:1}.settings-btn{width:54px;padding:0}.settings-btn.active{color:var(--accent);background:var(--accent-bg)}.drawer-overlay,.drawer{display:none}.main{background:var(--background);flex-direction:column;flex:1;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.topbar{border-bottom:1px solid var(--border);background:var(--background);flex:none;align-items:center;gap:12px;height:74px;padding:12px 18px;display:flex}.menu-btn,.icon-btn,.mobile-back-btn,.ios-pill,.ios-circle-btn,.detail-back-btn,.act-btn,.compose-top-pill,.compose-top-icon,.compose-close,.compose-cancel,.send-btn,.ai-chat-close,.ai-chat-grid-btn{background:var(--surface-raised);color:var(--text);border:0}.menu-btn,.icon-btn,.ios-circle-btn,.compose-top-icon,.compose-close{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.menu-btn svg,.icon-btn svg,.ios-circle-btn svg,.compose-top-icon svg,.compose-close svg{width:23px;height:23px}.icon-btn.active,.bn-item.active,.settings-row-icon.active{color:var(--accent)}.mobile-back-btn{display:none}.topbar-account{gap:2px;min-width:190px;display:grid}.topbar-account strong{color:var(--text);font-size:16px;font-weight:900}.topbar-account small{color:var(--text-mute);font-size:13px;font-weight:650}.topbar-account em{display:none}.search-wrap,.mobile-search-bar{background:var(--input-bg);border-radius:999px;flex:1;align-items:center;gap:10px;min-width:0;min-height:48px;padding:0 16px;display:flex}.search-ico{width:20px;height:20px;color:var(--text-mute)}.search-input{min-width:0;color:var(--text);background:0 0;border:0;outline:none;flex:1}.search-input::placeholder,.field-input::placeholder,.custom-folder-input::placeholder,.compose-input::placeholder,.compose-textarea::placeholder,.ai-chat-form input::placeholder{color:var(--input-placeholder)}.mobile-search-bar,.mobile-top-actions{display:none}.topbar-actions{gap:8px;display:flex}.content-area{flex:1;min-height:0;display:flex;overflow:hidden}.list-panel{border-right:1px solid var(--border);background:var(--background);flex-direction:column;width:min(430px,44vw);min-width:360px;display:flex;overflow:hidden}.list-header,.admin-panel-header{flex:none;justify-content:space-between;align-items:flex-end;gap:18px;min-height:112px;padding:28px 24px 18px;display:flex}.list-kicker{color:var(--text-mute);margin:0 0 4px;font-size:14px;font-weight:800}.list-title,.calendar-title,.ai-chat-title-row h2{color:var(--text);letter-spacing:-.06em;margin:0;font-size:clamp(36px,5vw,58px);font-weight:950;line-height:.94}.list-count{color:var(--text-mute);white-space:nowrap;font-size:13px;font-weight:750}.mail-list{flex:1;min-height:0;padding:0 16px 24px;overflow-y:auto}.mail-item{background:var(--mail-card);width:100%;min-height:104px;color:var(--text);text-align:left;border:0;border-radius:26px;outline:none;gap:5px;margin-bottom:10px;padding:15px 18px;display:grid;position:relative}.mail-item:hover,.mail-item.selected,.mail-item.selected-for-action{background:var(--mail-card-selected)}.mail-item.unread .mi-sender,.mail-item.unread .mi-subject{font-weight:900}.mail-item.selecting{padding-left:62px}.draft-item{cursor:pointer}.select-circle{border:2px solid var(--border2);background:var(--surface);border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:50%;left:17px;transform:translateY(-50%)}.select-circle span{background:0 0;border-radius:50%;width:16px;height:16px}.select-circle.checked{border-color:var(--accent);background:var(--accent)}.select-circle.checked span{background:#fff;transform:scale(.45)}.unread-dot{background:var(--accent);border-radius:999px;width:7px;height:24px;position:absolute;top:18px;right:14px}.mi-row1{align-items:center;gap:8px;min-width:0;display:flex}.star-btn{width:30px;height:30px;color:var(--text-mute);background:0 0;border:0;border-radius:50%;place-items:center;display:inline-grid}.star-btn svg{width:20px;height:20px}.star-btn.active{color:var(--star)}.star-btn.active svg{fill:currentColor}.mi-sender,.mi-subject,.mi-preview{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.mi-sender{color:var(--text);flex:1;font-size:17px;font-weight:850}.mi-time{color:var(--text-mute);white-space:nowrap;font-size:12px;font-weight:700}.mi-subject{color:var(--text);font-size:15px;font-weight:750}.mi-preview{color:var(--text-mute);font-size:14px;line-height:1.35}.empty-folder,.detail-empty,.settings-empty{min-height:280px;color:var(--text-mute);text-align:center;align-content:center;place-items:center;gap:14px;padding:28px;display:grid}.empty-folder svg,.detail-empty svg{width:52px;height:52px;color:var(--accent)}.empty-folder p,.detail-empty p,.settings-empty{max-width:280px;margin:0;font-size:16px;line-height:1.4}.detail-panel{background:var(--background);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.detail-header{border-bottom:1px solid var(--border);flex:none;gap:14px;padding:24px 28px 18px;display:grid}.detail-back-btn{min-height:46px;color:var(--accent);border-radius:999px;justify-self:start;align-items:center;gap:8px;padding:0 16px;font-weight:850;display:inline-flex}.detail-back-btn svg{width:20px;height:20px}.detail-subject{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(28px,4vw,44px);line-height:1}.detail-meta{align-items:center;gap:12px;min-width:0;display:flex}.detail-from-info{flex:1;min-width:0}.from-name,.from-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.from-name{font-weight:900}.from-email,.detail-date{color:var(--text-mute);font-size:13px;font-weight:650}.detail-date{white-space:nowrap}.detail-actions{border-bottom:1px solid var(--border);flex-wrap:wrap;flex:none;gap:8px;padding:14px 24px;display:flex}.act-btn{min-height:44px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.act-btn svg{width:18px;height:18px}.act-btn.copilot-action,.act-btn.star-action.active{color:var(--accent);background:var(--accent-bg)}.act-btn.star-action.active svg{fill:currentColor}.act-btn.danger{color:var(--red);background:var(--red-bg)}.copilot-status{background:var(--accent-bg);color:var(--accent);border-radius:18px;margin:12px 24px 0;padding:12px 14px;font-size:14px;font-weight:750}.copilot-status.error{background:var(--red-bg);color:var(--red)}.detail-body{flex:1;align-content:start;gap:14px;min-height:0;padding:22px 24px 32px;display:grid;overflow-y:auto}.message-card{background:var(--surface-raised);color:var(--text);border-radius:28px;padding:18px}.message-card.outbound{background:var(--accent-bg)}.message-card header{align-items:center;gap:12px;min-width:0;margin-bottom:14px;display:flex}.message-card header>div{flex:1;gap:2px;min-width:0;display:grid}.message-card strong,.message-card span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.message-card strong{font-size:15px;font-weight:900}.message-card span,.message-card time{color:var(--text-mute);font-size:12px;font-weight:650}.message-card p{color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.55}.admin-panel{background:var(--surface-raised);flex:1;min-width:0;overflow-y:auto}.settings-stack{width:min(920px,100% - 40px);margin:0 auto 40px}.settings-menu-list,.settings-list{gap:14px;display:grid}.settings-row,.settings-card,.settings-form{background:var(--surface);color:var(--text);border:0;border-radius:28px}.settings-row{text-align:left;align-items:center;gap:14px;width:100%;min-height:76px;padding:14px 18px;display:flex}.settings-row.as-button{cursor:pointer}.settings-row-icon{background:var(--accent-bg);width:46px;height:46px;color:var(--accent);border-radius:18px}.settings-row-icon svg{width:23px;height:23px}.settings-row-copy{flex:1;gap:2px;min-width:0;display:grid}.settings-row-copy strong,.settings-card strong{color:var(--text);font-size:17px;font-weight:900}.settings-row-copy small,.settings-row-copy em,.settings-card small{color:var(--text-mute);font-size:13px;font-style:normal;line-height:1.35}.settings-row-action,.settings-row-count,.status-pill{background:var(--surface-raised);min-height:38px;color:var(--text);border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:850;display:inline-flex}.settings-row-action{color:var(--accent)}.settings-form,.settings-card{padding:18px}.settings-card header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.status-pill.active,.status-pill.verified,.status-pill.sent{color:var(--green);background:var(--green-bg)}.status-pill.disabled,.status-pill.failed,.status-pill.error{color:var(--red);background:var(--red-bg)}.dns-records{gap:10px;display:grid}.dns-records pre{border:1px solid var(--border);background:var(--surface-raised);max-height:220px;color:var(--text-sub);font-family:var(--font-code);border-radius:18px;padding:12px;font-size:12px;line-height:1.4;overflow:auto}.calendar-panel{background:var(--background);flex:1;min-width:0;padding:26px 32px 32px;overflow-y:auto}.calendar-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:26px;display:flex}.ios-pill,.today-pill,.calendar-mode-pill{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:0 18px;font-size:17px;font-weight:850;display:inline-flex}.ios-circle-btn{width:54px;height:54px}.calendar-title{margin-bottom:28px}.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px 8px;max-width:720px;margin-bottom:44px;display:grid}.calendar-weekday{text-align:center;color:var(--text-mute);font-size:15px;font-weight:900}.calendar-day{min-height:62px;color:var(--text);background:0 0;border:0;border-radius:24px;place-items:center;gap:2px;font-size:24px;font-weight:750;display:grid}.calendar-day.today span{background:var(--today-bg);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.calendar-day em{background:var(--accent);border-radius:50%;width:6px;height:6px}.calendar-day.blank{visibility:hidden}.calendar-day-detail{max-width:720px}.calendar-day-detail h2{letter-spacing:-.03em;margin:0 0 16px;font-size:26px}.calendar-empty-line{border-top:1px solid var(--border);padding:18px 0}.calendar-empty-line span{color:var(--text);font-size:18px;font-weight:850;display:block}.calendar-empty-line p{color:var(--text-mute);margin:6px 0 0;line-height:1.45}.selection-action-bar{z-index:70;background:var(--surface);border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;min-height:64px;padding:8px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.selection-action-bar button{background:var(--surface-raised);width:48px;height:48px;color:var(--text);border:0;border-radius:50%;place-items:center;display:grid}.selection-action-bar svg{width:22px;height:22px}.bottom-nav{display:none}.fab{z-index:60;background:var(--accent);color:#fff;border:0;border-radius:50%;place-items:center;width:62px;height:62px;display:grid;position:fixed;bottom:28px;right:28px}.fab svg{width:27px;height:27px}.fab.selection-active{display:none}.move-picker-overlay,.compose-overlay,.ai-chat-overlay{z-index:100;background:#00000047;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.move-picker-card{background:var(--surface);width:min(480px,100%);max-height:min(720px,100dvh - 40px);color:var(--text);border-radius:32px;flex-direction:column;display:flex;overflow:hidden}.move-picker-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:0 20px;display:flex}.move-picker-header strong{font-size:20px;font-weight:900}.move-picker-header button{background:var(--surface-raised);border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.move-picker-list{gap:10px;padding:14px;display:grid;overflow-y:auto}.move-picker-option{background:var(--surface-raised);text-align:left;border:0;border-radius:20px;align-items:center;gap:12px;min-height:58px;padding:0 14px;display:flex}.move-picker-option span{color:var(--accent)}.move-picker-option strong{flex:1}.move-picker-option small,.move-picker-empty{color:var(--text-mute)}.mail-toast{z-index:120;border:1px solid var(--border);background:var(--surface);width:min(420px,100% - 48px);color:var(--text);text-align:left;border-radius:28px;align-items:center;gap:12px;padding:14px;display:flex;position:fixed;top:24px;right:24px}.mail-toast-icon{background:var(--accent-bg);width:44px;height:44px;color:var(--accent);border-radius:18px}.mail-toast-copy{flex:1;gap:2px;min-width:0;display:grid}.mail-toast-copy strong,.mail-toast-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mail-toast-copy strong{font-weight:900}.mail-toast-copy small{color:var(--text-mute)}.mail-toast-open{color:var(--accent);font-weight:850}.compose-card{background:var(--background);width:min(760px,100%);max-height:min(820px,100dvh - 40px);color:var(--text);border-radius:34px;flex-direction:column;display:flex;overflow:hidden}.compose-header{background:var(--surface-raised);align-items:center;gap:12px;min-height:86px;padding:14px 18px;display:flex}.compose-top-pill,.compose-title{border-radius:999px;justify-content:center;align-items:center;min-height:52px;display:inline-flex}.compose-top-pill{padding:0 18px;font-size:17px;font-weight:850}.compose-title{color:var(--text);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:18px;font-weight:900;overflow:hidden}.compose-top-actions{gap:8px;display:flex}.compose-top-ai{color:var(--accent);font-weight:950}.send-top{background:var(--accent);color:#fff}.compose-close{display:none}.compose-field{border-bottom:1px solid var(--border);align-items:center;gap:10px;min-height:64px;padding:0 24px;display:flex}.compose-label{color:var(--text);font-size:17px;font-weight:900}.compose-input{min-width:0;color:var(--text);background:0 0;border:0;outline:none;flex:1;font-size:17px}.compose-static-from{color:var(--text);font-weight:800}.compose-body-wrap{flex:1;min-height:0;display:flex}.compose-textarea{width:100%;min-height:240px;color:var(--text);resize:none;background:0 0;border:0;outline:none;padding:22px 24px;font-size:18px;line-height:1.48}.compose-footer{border-top:1px solid var(--border);align-items:center;gap:12px;padding:14px 18px;display:flex}.send-btn{background:var(--accent);color:#fff;border-radius:999px;align-items:center;gap:9px;min-height:50px;padding:0 18px;font-weight:850;display:inline-flex}.send-btn svg{width:20px;height:20px}.compose-secondary-actions{flex-wrap:wrap;flex:1;justify-content:flex-end;gap:8px;min-width:0;display:flex}.compose-cancel{border-radius:999px;align-items:center;gap:8px;min-height:46px;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.compose-cancel svg{width:18px;height:18px}.copilot-compose{color:var(--accent);background:var(--accent-bg)}.compose-cancel.danger{color:var(--red);background:var(--red-bg)}.copilot-status.compose{margin:0 18px 18px}.ai-chat-overlay{background:var(--background);place-items:stretch stretch;padding:0}.ai-chat-screen{background:var(--background);width:100%;height:100%;color:var(--text);flex-direction:column;display:flex;overflow:hidden}.ai-chat-header{min-height:84px;padding:max(18px, env(safe-area-inset-top)) 24px 10px;flex:none;justify-content:space-between;align-items:center;display:flex}.ai-chat-close{border-radius:999px;min-height:52px;padding:0 22px;font-size:17px;font-weight:850}.ai-chat-grid-btn{grid-template-rows:repeat(2,9px);grid-template-columns:repeat(2,9px);gap:5px;display:grid}.ai-chat-grid-btn span{border:2px solid;border-radius:3px}.ai-chat-title-row{flex:none;padding:8px 24px 52px}.ai-chat-subheader{flex:none;justify-content:space-between;align-items:center;padding:0 24px 18px;display:flex}.ai-chat-subheader strong,.ai-chat-subheader button{color:var(--text);font-size:18px;font-weight:900}.ai-chat-subheader button{background:0 0;border:0}.ai-chat-messages{flex:1;align-content:start;gap:12px;min-height:0;padding:0 24px 168px;display:grid;overflow-y:auto}.ai-chat-bubble{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:26px;width:-moz-fit-content;width:fit-content;max-width:min(720px,78%);padding:15px 18px;font-size:18px;line-height:1.38}.ai-chat-bubble.assistant{background:var(--ai-bubble);color:var(--text);border-bottom-left-radius:8px;justify-self:start}.ai-chat-bubble.user{background:var(--user-bubble);color:#fff;border-bottom-right-radius:8px;justify-self:end}.ai-chat-bubble.loading{color:var(--text-mute);align-items:center;gap:10px;display:inline-flex}.ai-prompt-strip{gap:10px;padding-bottom:6px;display:flex;position:absolute;bottom:150px;left:24px;right:24px;overflow-x:auto}.ai-prompt-strip button{background:var(--surface-raised);min-height:52px;color:var(--text);border:0;border-radius:999px;flex:none;padding:0 18px;font-size:16px;font-weight:800}.ai-chat-error{background:var(--red-bg);color:var(--red);border-radius:18px;margin:0;padding:10px 12px;font-size:14px;font-weight:750;position:absolute;bottom:136px;left:24px;right:24px}.ai-chat-form{align-items:center;gap:10px;display:flex;position:absolute;bottom:92px;left:24px;right:24px}.ai-chat-form input{border:1px solid var(--border);background:var(--surface);min-width:0;height:54px;color:var(--text);border-radius:999px;outline:none;flex:1;padding:0 18px}.ai-chat-form button{width:54px;height:54px;color:var(--accent);background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.ai-chat-form button svg{width:30px;height:30px}.ai-chat-bottom-nav{left:24px;right:24px;bottom:max(14px, env(safe-area-inset-bottom));background:var(--nav-bg);border-radius:999px;grid-template-columns:repeat(4,1fr);align-items:center;height:68px;padding:6px;display:grid;position:absolute}.ai-chat-bottom-nav button{height:56px;color:var(--text);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:25px;font-weight:950;display:inline-flex}.ai-chat-bottom-nav button.active{background:var(--surface-raised);color:var(--accent)}.ai-chat-bottom-nav svg{width:26px;height:26px}@media (max-width:900px){.sidebar{display:none}.drawer-overlay{z-index:80;opacity:0;pointer-events:none;background:#00000038;transition:opacity .2s;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{z-index:90;width:100%;max-width:none;padding:max(20px, env(safe-area-inset-top)) 22px max(96px, env(safe-area-inset-bottom));border-right:0;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.drawer.open{transform:translate(0)}.drawer .sidebar-logo,.drawer .sidebar-user,.drawer .nav-section-label{display:none}.drawer .sidebar-nav{flex:1;justify-content:center;padding:0}.drawer .account-switcher.static-mailbox{border-radius:30px;min-height:86px;padding:16px}.drawer .account-switcher-copy strong{font-size:22px}.drawer .account-switcher-copy small{font-size:15px}.drawer .nav-group{border-radius:30px}.drawer .nav-item{min-height:68px;padding-inline-start:18px;padding-inline-end:18px;font-size:19px}.drawer .nav-icon{width:40px;height:40px}.drawer .nav-icon svg{width:27px;height:27px}.drawer .compose-btn{display:none}.drawer .sidebar-footer{left:22px;right:22px;bottom:max(18px, env(safe-area-inset-bottom));position:absolute}.main{width:100%}.topbar{height:84px;padding:max(14px, env(safe-area-inset-top)) 18px 10px;border-bottom:0}.desktop-menu-btn,.desktop-search-wrap,.topbar-actions{display:none}.mobile-back-btn{min-height:52px;color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:0 16px;font-size:17px;font-weight:850;display:inline-flex}.mobile-back-btn svg{width:20px;height:20px}.topbar-account{flex:1;min-width:0}.topbar-account strong{color:var(--text-mute);font-size:15px}.topbar-account small{display:none}.topbar-account em{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-style:normal;font-weight:850;display:inline-grid}.mobile-top-actions{gap:8px;display:flex}.mobile-search-bar{inset:max(14px, env(safe-area-inset-top)) 14px auto;z-index:10;background:var(--surface);border:1px solid var(--border);height:54px;padding:0 12px;display:none;position:absolute}.topbar.searching>:not(.mobile-search-bar){opacity:0;pointer-events:none}.topbar.searching .mobile-search-bar{display:flex}.search-cancel{color:var(--accent);background:0 0;border:0;font-size:16px;font-weight:850}.content-area{position:relative}.list-panel{border-right:0;width:100%;min-width:0}.list-header{min-height:120px;padding:18px 22px 16px}.list-title{font-size:clamp(44px,14vw,64px)}.mail-list{padding:0 16px 126px}.mail-item{border-radius:28px;min-height:112px;margin-bottom:12px;padding:17px 18px}.mi-sender{font-size:18px}.mi-subject{font-size:16px}.mi-preview{font-size:15px}.detail-panel{z-index:40;display:none;position:absolute;top:0;bottom:0;left:0;right:0}.detail-panel.open{display:flex}.detail-header{padding:max(18px, env(safe-area-inset-top)) 22px 18px}.detail-subject{font-size:clamp(34px,9vw,48px)}.detail-actions{flex-wrap:nowrap;padding:14px 18px;overflow-x:auto}.act-btn{flex:none}.detail-body{padding:18px 16px 120px}.message-card{border-radius:28px;padding:16px}.admin-panel{z-index:50;position:absolute;top:0;bottom:0;left:0;right:0}.admin-panel-header{min-height:140px;padding:max(28px, env(safe-area-inset-top)) 22px 18px}.settings-stack{width:auto;margin:0 16px 120px}.settings-row{border-radius:28px;min-height:74px}.calendar-panel{padding:18px 18px 120px}.calendar-toolbar{gap:8px;margin-bottom:22px}.calendar-toolbar .today-pill{margin-left:auto}.ios-pill{min-height:52px;padding-inline-start:18px;padding-inline-end:18px}.ios-circle-btn{width:56px;height:56px}.calendar-title{font-size:clamp(44px,14vw,62px)}.calendar-grid{gap:10px 4px}.calendar-day{min-height:56px;font-size:26px}.bottom-nav{left:22px;right:22px;bottom:max(14px, env(safe-area-inset-bottom));z-index:55;background:var(--nav-bg);border-radius:999px;grid-template-columns:repeat(4,1fr);align-items:center;height:72px;padding:6px;display:grid;position:absolute}.bottom-nav.selection-open{opacity:0;pointer-events:none}.bn-item{height:60px;color:var(--text);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 8px;font-size:0;font-weight:950;display:inline-flex;position:relative}.bn-item.ai{letter-spacing:-.05em;font-size:28px}.bn-item.ai .bn-icon{display:none}.bn-item.active{background:var(--surface-raised)}.bn-item span:not(.bn-badge){display:none}.bn-icon{width:28px;height:28px}.bn-badge{position:absolute;top:7px;right:12px}.fab{right:24px;bottom:calc(max(14px, env(safe-area-inset-bottom)) + 88px);width:62px;height:62px}.selection-action-bar{left:14px;right:14px;bottom:max(14px, env(safe-area-inset-bottom));justify-content:space-around;transform:none}.compose-overlay{background:#00000061;align-items:end;padding:0}.compose-card{border-radius:38px 38px 0 0;width:100%;max-height:calc(100dvh - 34px)}.compose-header{min-height:92px;padding:16px 16px 12px}.compose-title{flex:auto;font-size:20px}.compose-top-pill{min-height:56px}.compose-top-icon{width:56px;height:56px}.compose-top-actions{gap:6px}.compose-close{display:none}.compose-field{min-height:68px;padding-inline-start:22px;padding-inline-end:22px}.compose-label,.compose-input{font-size:19px}.compose-textarea{min-height:40dvh;padding:22px;font-size:19px}.compose-footer{display:none}.mail-toast{top:max(14px, env(safe-area-inset-top));width:auto;left:14px;right:14px}}@media (max-width:390px){.drawer{padding-inline-start:14px;padding-inline-end:14px}.drawer .account-switcher.static-mailbox{border-radius:26px;min-height:74px}.drawer .account-switcher-copy strong{font-size:19px}.drawer .nav-item{min-height:57px;font-size:17px}.drawer .nav-icon{width:34px;height:34px}.topbar{height:74px;padding-inline-start:12px;padding-inline-end:12px}.mobile-back-btn{min-height:48px;padding-inline-start:13px;padding-inline-end:13px}.icon-btn{width:46px;height:46px}.list-header{min-height:104px;padding:12px 16px}.list-title{font-size:42px}.mail-list{padding-inline-start:12px;padding-inline-end:12px}.mail-item{border-radius:24px;min-height:96px;padding:14px 15px}.mi-sender{font-size:16px}.mi-subject,.mi-preview{font-size:14px}.bottom-nav{height:66px;left:14px;right:14px}.bn-item{height:54px}.bn-icon{width:25px;height:25px}.bn-item.ai{font-size:25px}.fab{width:56px;height:56px;right:18px}.calendar-panel{padding-inline-start:14px;padding-inline-end:14px}.calendar-title{font-size:42px}.calendar-day{min-height:48px;font-size:22px}.calendar-day.today span{width:40px;height:40px}.ai-chat-header,.ai-chat-title-row,.ai-chat-subheader,.ai-chat-messages{padding-inline-start:16px;padding-inline-end:16px}.ai-chat-title-row{padding-bottom:30px}.ai-chat-bubble{max-width:86%;font-size:16px}.ai-prompt-strip,.ai-chat-form,.ai-chat-error,.ai-chat-bottom-nav{left:16px;right:16px}.compose-header{gap:8px;padding-inline-start:10px;padding-inline-end:10px}.compose-top-pill{min-height:50px;padding-inline-start:13px;padding-inline-end:13px;font-size:16px}.compose-title{font-size:17px}.compose-top-icon{width:50px;height:50px}}
