:root{font-family:Segoe UI,Microsoft YaHei UI,Microsoft YaHei,sans-serif;color:#202527;background:#f6f7f8;font-synthesis:none;text-rendering:optimizeLegibility;--accent: #147d64;--accent-hover: #0d6853;--accent-soft: #e5f2ee;--surface: #ffffff;--canvas: #f6f7f8;--line: #dde2e4;--line-soft: #e9edef;--muted: #667075;--text: #202527;--danger: #b33a3a;--radius: 6px}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{min-width:320px;min-height:100dvh}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #2a8f76;outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}.boot-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted)}.brand-mark{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--accent);border-radius:var(--radius)}.brand-lockup{display:flex;align-items:center;gap:11px;font-size:18px}.brand-lockup.compact{font-size:17px}.brand-lockup.compact .brand-mark{width:34px;height:34px}.login-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);background:var(--surface)}.login-intro{min-height:100dvh;padding:clamp(32px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between;color:#edf4f2;background:#183a34}.login-intro .brand-mark{color:#173a34;background:#d8eee7}.login-intro h1{max-width:680px;margin:14px 0 18px;font-size:clamp(38px,5vw,68px);line-height:1.08;letter-spacing:0;font-weight:650}.section-label{margin:0;color:#a7c8be;font-size:13px;font-weight:650}.login-copy{max-width:580px;margin:0;color:#c5d7d2;font-size:17px;line-height:1.8}.protocol-row{display:flex;gap:10px;flex-wrap:wrap}.protocol-row span{padding:7px 10px;border:1px solid #49665f;border-radius:4px;font-size:12px;color:#c9dad5}.login-panel{display:flex;align-items:center;justify-content:center;padding:32px}.login-form{width:min(380px,100%);display:grid;gap:22px}.login-form h2{margin:0 0 7px;font-size:25px;letter-spacing:0}.login-form p{margin:0;color:var(--muted);line-height:1.6}label{display:grid;gap:8px;color:#3d4548;font-size:13px;font-weight:600}input,textarea,select{width:100%;border:1px solid #cfd6d8;border-radius:var(--radius);color:var(--text);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}input,select{height:42px;padding:0 12px}textarea{min-height:240px;padding:12px;resize:vertical}input:hover,textarea:hover,select:hover{border-color:#aeb8bb}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #147d641f;outline:none}.button{min-height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--radius);font-weight:650;cursor:pointer;white-space:nowrap;transition:background .16s ease,border-color .16s ease,transform .08s ease}.button:active,.icon-button:active{transform:translateY(1px)}.button.primary{color:#fff;background:var(--accent)}.button.primary:hover{background:var(--accent-hover)}.button.secondary{color:var(--text);background:#fff;border-color:#cfd6d8}.button.secondary:hover{background:#f3f5f5}.button.wide{width:100%;height:44px}.inline-error{padding:10px 12px;border-left:3px solid var(--danger);color:#862929!important;background:#fbefef;font-size:13px}.setup-note{font-size:12px}.app-shell{min-height:100dvh;display:grid;grid-template-columns:248px minmax(0,1fr);background:var(--canvas)}.sidebar{height:100dvh;padding:18px 14px 14px;display:flex;flex-direction:column;background:#eef1f1;border-right:1px solid #d9dfe0;position:sticky;top:0;z-index:20}.sidebar-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 7px}.compose-button{margin:25px 4px 22px;height:42px}.mailbox-switcher{padding:0 4px 17px;border-bottom:1px solid #d8dddf}.mailbox-switcher>label{margin-bottom:7px;color:#737d81;font-size:11px}.select-wrap{position:relative}.select-wrap select{appearance:none;height:38px;padding-right:34px;background:#fff;font-size:12px}.select-wrap svg{position:absolute;right:10px;top:12px;pointer-events:none;color:#667075}.text-button{margin-top:9px;padding:3px 2px;display:inline-flex;align-items:center;gap:5px;border:0;color:var(--accent-hover);background:transparent;font-size:12px;font-weight:650;cursor:pointer}.text-button.batch-link{margin-left:12px}.folder-nav{display:grid;gap:4px;padding-top:16px}.folder-nav button,.sidebar-footer>button{height:38px;padding:0 11px;display:flex;align-items:center;gap:11px;border:0;border-radius:var(--radius);background:transparent;color:#465054;cursor:pointer;text-align:left}.folder-nav button:hover,.sidebar-footer>button:hover{background:#e3e8e7}.folder-nav button.active{color:#0d5d4a;background:#dce9e5;font-weight:700}.sidebar-footer{margin-top:auto;display:grid;gap:3px;padding-top:14px;border-top:1px solid #d8dddf}.user-row{margin-top:10px;padding:10px 8px;display:flex;align-items:center;gap:10px}.user-row>span:last-child{min-width:0;display:grid;gap:2px}.user-row strong,.user-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-row strong{font-size:12px}.user-row small{color:var(--muted);font-size:11px}.workspace{min-width:0;height:100dvh;display:grid;grid-template-rows:61px auto 1fr;overflow:hidden}.topbar{padding:0 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:var(--surface)}.search-box{width:min(480px,100%);height:38px;padding:0 11px;display:flex;align-items:center;gap:9px;border:1px solid #d3dadd;border-radius:var(--radius);background:#f8f9f9}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #147d641a}.search-box svg{color:#667075}.search-box input{height:100%;padding:0;border:0;outline:none;box-shadow:none;background:transparent}.search-box input:focus{box-shadow:none}.icon-button{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius);background:transparent;cursor:pointer}.icon-button:hover{background:#eef1f2}.icon-button.dark{color:#e7efed}.icon-button.dark:hover{background:#ffffff1a}.topbar>.icon-button:last-child{margin-left:auto;border-color:#d6dcde;background:#fff}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner,.config-banner{min-height:42px;padding:9px 18px;display:flex;align-items:center;gap:9px;border-bottom:1px solid;font-size:13px}.error-banner{color:#7f2929;border-color:#eccccc;background:#fbefef}.error-banner button{margin-left:auto;border:0;background:transparent;cursor:pointer}.config-banner{color:#69500e;border-color:#eadba7;background:#fff8df}.mail-layout{min-height:0;display:grid;grid-template-columns:minmax(360px,42%) minmax(0,58%);background:var(--surface)}.message-column{min-width:0;overflow:auto;border-right:1px solid var(--line)}.column-title{height:78px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:2;background:#fffffff5}.column-title h1{margin:0 0 3px;font-size:20px;letter-spacing:0}.column-title div span,.count{color:var(--muted);font-size:11px}.count{padding:4px 7px;border-radius:4px;background:#f0f2f3}.message-list{display:grid}.message-row{width:100%;min-height:92px;padding:14px 16px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:start;border:0;border-bottom:1px solid var(--line-soft);background:#fff;cursor:pointer;text-align:left}.message-row:hover{background:#f7f9f9}.message-row.selected{background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.message-row.unread .sender-line strong,.message-row.unread .subject-line{font-weight:750;color:#17201e}.avatar{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#30544b;background:#dfeae7;font-size:11px;font-weight:750}.avatar.small{width:30px;height:30px}.avatar.large{width:42px;height:42px;font-size:12px}.message-copy{min-width:0;display:grid;gap:5px}.sender-line{display:flex;align-items:center;gap:8px}.sender-line strong{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.sender-line time{color:#7b8488;font-size:10px}.subject-line,.preview-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subject-line{color:#394145;font-size:12px}.mailbox-label{width:fit-content;max-width:100%;padding:2px 6px;overflow:hidden;border-radius:5px;color:#176b51;background:#e4f0eb;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.preview-line{color:#7a8488;font-size:11px}.row-actions{display:flex;align-items:center;gap:2px;color:#758084}.star-button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;color:#7b8588;background:transparent;cursor:pointer}.star-button:hover{background:#e8ecec}.star-button.active{color:#9a710d}.reader{min-width:0;overflow:auto;background:#fff}.reader-toolbar{height:56px;padding:0 18px;display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:2;background:#fffffff5}.reader-toolbar>span{flex:1}.reader-body{width:min(820px,100%);margin:0 auto;padding:34px clamp(24px,5vw,64px) 80px}.reader-body h2{margin:0 0 27px;font-size:clamp(23px,2.5vw,32px);line-height:1.3;letter-spacing:0;font-weight:650}.sender-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line-soft)}.sender-card div{min-width:0;display:grid;gap:3px}.sender-card strong{font-size:13px}.sender-card span,.sender-card small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.sender-card time{color:var(--muted);font-size:11px;white-space:nowrap}.mail-body{padding-top:30px;color:#333a3c;font-size:14px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.html-body{white-space:normal}.html-body img{max-width:100%;height:auto}.html-body table{max-width:100%}.attachment-list{margin-top:30px;padding-top:20px;border-top:1px solid var(--line-soft);display:grid;gap:10px}.attachment-list>strong{display:flex;align-items:center;gap:7px;font-size:13px}.attachment-list a{width:min(360px,100%);display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--line-soft);border-radius:7px;color:#33403e;text-decoration:none;background:#f8faf9}.attachment-list a:hover{border-color:#a9c2bb;background:#f1f7f5}.attachment-list a span{min-width:0;display:grid;font-size:12px;overflow-wrap:anywhere}.attachment-list a small{color:var(--muted);font-size:10px}.reader-empty,.empty-list,.empty-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#879094}.reader-empty{min-height:calc(100dvh - 118px);gap:10px}.reader-empty p,.empty-list p,.empty-page p{margin:0}.empty-list{min-height:330px;gap:7px}.empty-list h3,.empty-page h2{margin:8px 0 0;color:#424b4e;font-size:15px}.empty-list p,.empty-page p{font-size:12px}.empty-page{min-height:0;gap:10px;background:#fff}.empty-page .button{margin-top:8px}.empty-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:var(--radius);color:var(--accent);background:var(--accent-soft)}.skeleton-list{padding:0 16px}.skeleton-row{height:92px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:17px 12px;gap:10px 12px;align-content:center;border-bottom:1px solid var(--line-soft)}.skeleton-row i{width:36px;height:36px;grid-row:1 / 3;border-radius:50%;background:#edf0f1}.skeleton-row span,.skeleton-row b{display:block;border-radius:3px;background:#edf0f1}.skeleton-row span{width:55%}.skeleton-row b{width:82%}.modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:#161c1d7a}.modal{width:min(520px,100%);padding:22px;display:grid;gap:19px;border-radius:var(--radius);background:#fff;box-shadow:0 24px 70px #16362f33}.modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal h2{margin:0 0 5px;font-size:20px}.modal header p{margin:0;color:var(--muted);font-size:12px}.modal label small{color:var(--muted);font-weight:400}.modal footer{display:flex;justify-content:flex-end;gap:8px;padding-top:3px}.batch-modal{width:min(620px,100%)}.batch-modal label small{color:var(--muted);font-weight:400}.batch-result-modal{max-height:min(760px,calc(100dvh - 40px))}.batch-result-list{min-height:0;max-height:470px;overflow:auto;display:grid;gap:8px;padding-right:4px}.batch-result-row{padding:13px 14px;display:grid;gap:4px;border:1px solid var(--line);border-radius:11px;background:#f7faf8}.batch-result-row strong{font-size:13px;overflow-wrap:anywhere}.batch-result-row span,.batch-result-row a{color:var(--muted);font-size:12px;overflow-wrap:anywhere}.batch-result-row a{color:var(--accent-hover);text-decoration:none}.scheduled-mail-modal{width:min(820px,100%);max-height:calc(100dvh - 40px);overflow:auto}.scheduled-form{display:grid;gap:16px}.scheduled-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.scheduled-body{min-height:86px}.scheduled-upload{padding:16px;border:1px dashed #aebdb6;border-radius:12px;background:#f7faf8;cursor:pointer}.scheduled-upload>span{display:flex;align-items:center;gap:7px;color:var(--accent-hover)}.scheduled-upload input{height:auto;padding:8px 0 2px;border:0;background:transparent}.scheduled-upload small{color:var(--muted);font-weight:400;line-height:1.6}.scheduled-file-summary{padding:11px 13px;border-radius:10px;color:#285646;background:var(--accent-soft);font-size:12px}.scheduled-form footer{padding-top:0}.scheduled-job-list{display:grid;gap:8px;padding-top:18px;border-top:1px solid var(--line)}.scheduled-job{padding:13px 14px;border-radius:11px;background:#f4f7f5}.scheduled-job>div{display:flex;justify-content:space-between;gap:12px}.scheduled-job>div span{color:var(--accent-hover);font-size:12px;font-weight:650}.scheduled-job small{display:block;margin-top:4px;color:var(--muted)}.scheduled-job p{margin:7px 0 0;font-size:12px}.address-field{display:grid;grid-template-columns:1fr auto}.address-field input{border-radius:var(--radius) 0 0 var(--radius)}.address-field b{min-width:130px;padding:0 11px;display:flex;align-items:center;border:1px solid #cfd6d8;border-left:0;border-radius:0 var(--radius) var(--radius) 0;background:#f2f4f4;color:#536064;font-size:12px}.compose-wrap{position:fixed;right:24px;bottom:0;z-index:50;width:min(620px,calc(100vw - 48px))}.compose-window{overflow:hidden;border:1px solid #bfc8c9;border-bottom:0;border-radius:var(--radius) var(--radius) 0 0;background:#fff;box-shadow:0 16px 50px #1a302c3d}.compose-window>header{height:44px;padding:0 10px 0 15px;display:flex;align-items:center;gap:10px;color:#ecf4f2;background:#1e3f38;font-size:13px}.compose-save-state{margin-left:auto;color:#b9ccc5;font-size:10px}.compose-fields{display:grid}.compose-fields label{grid-template-columns:66px 1fr;align-items:center;gap:0;padding:0 14px;border-bottom:1px solid var(--line-soft)}.compose-fields label span{color:var(--muted);font-size:12px}.compose-fields input{border:0;border-radius:0;box-shadow:none}.compose-fields input:focus{box-shadow:none}.compose-fields .subject-input{height:44px;padding:0 14px;border:0;border-bottom:1px solid var(--line-soft);border-radius:0;box-shadow:none}.compose-fields textarea{height:280px;min-height:180px;border:0;border-radius:0;box-shadow:none;resize:vertical}.compose-window>footer{height:54px;padding:8px 12px;display:flex;align-items:center;gap:6px;border-top:1px solid var(--line-soft)}.compose-window>footer .button{margin-left:0}.compose-window>footer .save-draft-button{margin-left:auto}.attach-button{width:34px;height:34px;display:grid;place-items:center;cursor:pointer;color:var(--muted);border-radius:5px}.attach-button:hover{background:#edf2f0;color:var(--accent)}.attach-button input{display:none}.compose-attachment-count{color:var(--muted);font-size:11px}.mobile-only,.sidebar-scrim{display:none}.rotate-90{transform:rotate(90deg)}:root{font-family:Segoe UI Variable,Microsoft YaHei UI,Microsoft YaHei,sans-serif;color:#17201d;background:#e9eeeb;--accent: #176b51;--accent-hover: #10563f;--accent-soft: #e4f0eb;--surface: #fbfcfb;--canvas: #e9eeeb;--line: #dbe3df;--line-soft: #e8eeeb;--muted: #68736f;--text: #17201d;--radius: 12px}body{background:var(--canvas)}.brand-mark{width:42px;height:42px;border-radius:13px;box-shadow:inset 0 1px #ffffff40}.brand-lockup{gap:12px;font-size:19px;letter-spacing:-.02em}.login-page{min-height:100dvh;display:grid;grid-template-columns:1fr;place-items:center;padding:24px;background:#f1f5f3}.login-intro{margin:12px;min-height:calc(100dvh - 24px);padding:clamp(38px,5vw,78px);border-radius:22px;color:#f1f7f4;background:radial-gradient(circle at 78% 18%,rgba(124,181,157,.2),transparent 28%),linear-gradient(145deg,#173c31,#102820 72%)}.login-intro h1{max-width:600px;margin:18px 0 20px;font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.045em;font-weight:680}.login-copy{max-width:520px;color:#bfd2ca;font-size:16px;line-height:1.7}.section-label{color:#8fc2ae;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.protocol-row{gap:8px}.protocol-row span{padding:7px 11px;border-color:#d3ebe133;border-radius:9px;background:#ffffff0a;color:#bdd3ca}.login-panel{width:100%;min-width:0;padding:0;display:grid;place-items:center}.login-card{width:420px;max-width:100%;padding:38px;border:1px solid #dbe4df;border-radius:18px;background:#fff;box-shadow:0 18px 55px #13352817}.login-brand{margin-bottom:34px}.login-brand .brand-mark{width:40px;height:40px}.login-form{width:100%;min-width:0;gap:20px}.login-form h2{margin-bottom:7px;font-size:28px;letter-spacing:-.035em}input,textarea,select{border-color:#cbd6d1;border-radius:10px;background:#fff}input,select{height:46px}.button{min-height:42px;border-radius:10px}.button.wide{height:48px}.app-shell{grid-template-columns:264px minmax(0,1fr);padding:10px;gap:10px;background:#18221f}.sidebar{height:calc(100dvh - 20px);padding:16px 12px 12px;border:0;border-radius:16px;color:#dce7e2;background:#202c28}.sidebar .brand-lockup{color:#f4f8f6}.sidebar .brand-mark{width:38px;height:38px;color:#133429;background:#9ed2bc;box-shadow:none}.compose-button{margin:24px 2px 20px;height:46px;color:#123328!important;background:#a8d8c4!important}.compose-button:hover{background:#b8e1cf!important}.mailbox-switcher{padding:0 2px 18px;border-bottom-color:#ffffff17}.mailbox-switcher>label{color:#8fa39b}.current-mailbox-display{min-height:42px;padding:0 11px;display:flex;align-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#edf4f1;background:#2a3732;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.select-wrap select{height:42px;border-color:#ffffff1a;color:#edf4f1;background:#2a3732}.select-wrap svg{color:#9caea7}.text-button{color:#a8d8c4}.folder-nav{gap:5px;padding-top:18px}.folder-nav button,.sidebar-footer>button{height:42px;border-radius:10px;color:#aebdb7}.folder-nav button:hover,.sidebar-footer>button:hover{color:#eef5f2;background:#fff1}.folder-nav button.active,.sidebar-footer>button.active{color:#f7fbf9;background:#35443e;box-shadow:inset 0 0 0 1px #ffffff0d}.sidebar-footer{border-top-color:#ffffff17}.user-row{padding:11px 8px 6px}.user-row small{color:#8fa099}.sidebar .avatar{color:#163c30;background:#9ed2bc}.workspace{height:calc(100dvh - 20px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:var(--surface);box-shadow:0 20px 60px #06120d33}.topbar{padding:0 20px;background:#fbfcfbf5}.topbar,.error-banner,.config-banner{flex:0 0 auto}.search-box{width:min(560px,100%);height:42px;padding:0 13px;border:0;border-radius:12px;background:#edf2ef}.search-box:focus-within{box-shadow:inset 0 0 0 1px var(--accent),0 0 0 3px #176b511a}.topbar>.icon-button:last-child{width:40px;height:40px;border-color:var(--line);border-radius:11px}.scheduled-topbar{min-height:61px}.scheduled-topbar .page-title{min-width:0;display:grid;gap:2px}.scheduled-topbar .page-title strong{font-size:15px}.scheduled-topbar .page-title span{color:var(--muted);font-size:11px}.scheduled-topbar>.icon-button{margin-left:auto;border-color:var(--line);background:#fff}.scheduled-topbar>.button{min-height:40px}.mailbox-topbar{gap:10px}.mailbox-search{width:min(640px,100%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.mailbox-search>svg{color:var(--muted)}.mailbox-search input{height:40px}.mailbox-search .button,.mailbox-topbar>.button{min-height:40px}.mailbox-topbar>.button:first-of-type{margin-left:auto}.mailbox-page{flex:1 1 auto;min-height:0;overflow:auto;padding:28px 30px 50px;background:#f7f9f8}.mailbox-page-heading{max-width:1280px;margin:0 auto 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.mailbox-page-heading h1{margin:0 0 5px;font-size:26px;line-height:1.2;letter-spacing:0}.mailbox-page-heading p{margin:0;color:var(--muted);font-size:13px}.mailbox-page-heading>span{color:var(--muted);font-size:12px;white-space:nowrap}.mailbox-table-wrap{max-width:1280px;margin:0 auto;overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.mailbox-table{width:100%;min-width:860px;border-collapse:collapse;table-layout:fixed}.mailbox-table th,.mailbox-table td{padding:14px 16px;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle}.mailbox-table th{color:#6b7672;background:#f3f6f4;font-size:11px;font-weight:650}.mailbox-table td{color:#34403c;font-size:12px}.mailbox-table tbody tr{cursor:pointer}.mailbox-table tbody tr:hover{background:#f5f8f6}.mailbox-table tbody tr:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.mailbox-table tbody tr:last-child td{border-bottom:0}.mailbox-table th:nth-child(1),.mailbox-table td:nth-child(1){width:230px}.mailbox-table th:nth-child(2),.mailbox-table td:nth-child(2){width:130px}.mailbox-table th:nth-child(3),.mailbox-table td:nth-child(3){width:80px}.mailbox-table th:nth-child(4),.mailbox-table td:nth-child(4){width:75px}.mailbox-table th:nth-child(5),.mailbox-table td:nth-child(5){width:145px}.mailbox-table th:nth-child(6),.mailbox-table td:nth-child(6){width:200px}.user-table th:nth-child(1),.user-table td:nth-child(1){width:210px}.user-table th:nth-child(2),.user-table td:nth-child(2){width:180px}.user-table th:nth-child(3),.user-table td:nth-child(3){width:100px}.user-table th:nth-child(4),.user-table td:nth-child(4){width:90px}.user-table th:nth-child(5),.user-table td:nth-child(5){width:180px}.user-table th:nth-child(6),.user-table td:nth-child(6){width:150px}.user-table tbody tr{cursor:default}.mailbox-actions{display:flex;align-items:center;gap:4px}.mailbox-table td:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mailbox-status{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;border-radius:6px;color:#165c49;background:#dff0e9;font-size:10px;font-weight:700}.scheduled-page{flex:1 1 auto;min-height:0;overflow:auto;padding:28px 30px 50px;background:#f7f9f8}.scheduled-page-heading{max-width:1280px;margin:0 auto 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.scheduled-page-heading h1{margin:0 0 5px;font-size:26px;line-height:1.2;letter-spacing:0}.scheduled-page-heading p{margin:0;color:var(--muted);font-size:13px}.scheduled-total{color:var(--muted);font-size:12px;white-space:nowrap}.scheduled-page>.inline-error{max-width:1280px;margin:0 auto 16px}.scheduled-table-wrap{max-width:1280px;margin:0 auto;overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.scheduled-table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}.scheduled-table th,.scheduled-table td{padding:15px 16px;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle}.scheduled-table th{color:#6b7672;background:#f3f6f4;font-size:11px;font-weight:650}.scheduled-table td{color:#34403c;font-size:12px}.scheduled-table tbody tr:last-child td{border-bottom:0}.scheduled-table tbody tr:hover{background:#f8faf9}.scheduled-table th:nth-child(1),.scheduled-table td:nth-child(1){width:78px}.scheduled-table th:nth-child(2),.scheduled-table td:nth-child(2){width:220px}.scheduled-table th:nth-child(3),.scheduled-table td:nth-child(3){width:260px}.scheduled-table th:nth-child(4),.scheduled-table td:nth-child(4),.scheduled-table th:nth-child(5),.scheduled-table td:nth-child(5),.scheduled-table th:nth-child(6),.scheduled-table td:nth-child(6){width:76px;text-align:center}.scheduled-table th:nth-child(7),.scheduled-table td:nth-child(7){width:112px}.scheduled-table th:nth-child(8),.scheduled-table td:nth-child(8){width:96px}.scheduled-table time{font-variant-numeric:tabular-nums;white-space:nowrap}.scheduled-task-row{cursor:pointer}.scheduled-task-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.recipient-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.success-count{color:var(--accent)!important;font-weight:700}.failure-count{color:var(--danger)!important;font-weight:700}.job-status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:7px;color:#6a5114;background:#fff3cc;font-size:11px;font-weight:700;white-space:nowrap}.job-status.running{color:#165c49;background:#dff0e9}.job-status.completed{color:#45504c;background:#e9eeeb}.detail-button{min-height:30px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:7px;color:var(--accent-hover);background:transparent;font-size:11px;font-weight:700;cursor:pointer}.detail-button:hover{background:var(--accent-soft)}.scheduled-empty{max-width:1280px;min-height:360px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:12px;color:#84908b;background:#fff;text-align:center}.scheduled-empty h2{margin:7px 0 0;color:#39443f;font-size:17px}.scheduled-empty p{max-width:420px;margin:0 0 9px;font-size:12px;line-height:1.7}.scheduled-loading{max-width:1280px;margin:0 auto;display:grid;gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--line-soft)}.scheduled-skeleton{height:58px;background:linear-gradient(90deg,#fff,#f2f5f3 48%,#fff);background-size:220% 100%;animation:scheduled-shimmer 1.2s linear infinite}@keyframes scheduled-shimmer{to{background-position:-220% 0}}.scheduled-detail-modal{width:min(1180px,100%);max-height:calc(100dvh - 40px);grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.scheduled-detail-summary{display:grid;grid-template-columns:minmax(260px,2fr) repeat(4,minmax(80px,.6fr));border:1px solid var(--line);border-radius:10px;background:#f6f8f7}.scheduled-detail-summary>div{min-width:0;padding:12px 14px;display:grid;gap:5px;border-right:1px solid var(--line)}.scheduled-detail-summary>div:last-child{border-right:0}.scheduled-detail-summary span:not(.job-status){color:var(--muted);font-size:10px}.scheduled-detail-summary strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.scheduled-items-wrap{min-height:180px;overflow:auto;border:1px solid var(--line);border-radius:10px}.scheduled-items-table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed}.scheduled-items-table th,.scheduled-items-table td{padding:12px 13px;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:top}.scheduled-items-table th{position:sticky;top:0;z-index:1;color:#6b7672;background:#f3f6f4;font-size:11px;font-weight:650}.scheduled-items-table td{color:#34403c;font-size:11px}.scheduled-items-table tr:last-child td{border-bottom:0}.scheduled-items-table th:nth-child(1),.scheduled-items-table td:nth-child(1){width:60px}.scheduled-items-table th:nth-child(2),.scheduled-items-table td:nth-child(2){width:220px}.scheduled-items-table th:nth-child(3),.scheduled-items-table td:nth-child(3){width:280px}.scheduled-items-table th:nth-child(4),.scheduled-items-table td:nth-child(4){width:300px}.scheduled-items-table th:nth-child(5),.scheduled-items-table td:nth-child(5){width:120px}.scheduled-item-file,.scheduled-item-subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-status{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;border-radius:6px;color:#6a5114;background:#fff3cc;font-size:10px;font-weight:700;white-space:nowrap}.item-status.sending{color:#165c49;background:#dff0e9}.item-status.sent{color:#45504c;background:#e9eeeb}.item-status.failed{color:#8a2929;background:#fae5e5}.item-error{display:block;margin-top:6px;color:var(--danger);line-height:1.45;overflow-wrap:anywhere}.pagination-bar{max-width:1280px;min-height:48px;margin:12px auto 0;padding:6px 2px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:11px}.pagination-bar>div{display:flex;gap:6px}.pagination-bar .icon-button{border-color:var(--line);background:#fff}.pagination-bar .icon-button:hover:not(:disabled){border-color:#b9c7c1;background:#f4f7f5}.message-pagination{position:sticky;bottom:0;z-index:3;margin:0;padding:7px 14px;border-top:1px solid var(--line);background:#f8faf9f7}.detail-loading{width:100%;margin:0}.detail-footer{align-items:center}.detail-footer .danger-button{margin-left:auto}.detail-footer .compact-pagination+.danger-button{margin-left:0}.danger-button{color:#fff;border-color:#a93636;background:#b63f3f}.danger-button:hover:not(:disabled){background:#9f3030}.confirm-layer{z-index:90}.confirm-modal{width:min(460px,100%)}.confirm-summary{padding:14px 16px;display:grid;grid-template-columns:1fr auto;gap:9px 20px;border:1px solid var(--line);border-radius:9px;background:#f6f8f7;font-size:12px}.confirm-summary span{color:var(--muted)}.confirm-summary strong{font-variant-numeric:tabular-nums}.reader-menu-wrap{position:relative}.reader-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:20;width:168px;padding:5px;display:grid;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 14px 40px #122b2229}.reader-menu button{min-height:36px;padding:0 9px;display:flex;align-items:center;gap:9px;border:0;border-radius:6px;color:#34403c;background:transparent;font:inherit;font-size:12px;cursor:pointer}.reader-menu button:hover{background:#eef4f1}.reader-menu button.danger{color:var(--danger)}.section-topbar .page-title{display:grid;gap:2px}.section-topbar .page-title strong{font-size:15px}.section-topbar .page-title span{color:var(--muted);font-size:11px}.section-topbar>.icon-button:last-child{margin-left:auto}.dashboard-page,.settings-page{flex:1 1 auto;min-height:0;overflow:auto;padding:34px 38px 56px;background:#f7f9f8}.dashboard-heading,.settings-heading{max-width:1280px;margin:0 auto 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.dashboard-heading>div>span{color:var(--accent);font-size:11px;font-weight:750}.dashboard-heading h1,.settings-heading h1{margin:6px 0 7px;color:#26332e;font-size:30px;line-height:1.2;letter-spacing:0}.dashboard-heading p,.settings-heading p{margin:0;color:var(--muted);font-size:13px}.service-state{min-height:30px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid #cfe3da;border-radius:7px;color:#195c49;background:#eef8f3;font-size:11px;font-weight:700;white-space:nowrap}.service-state i{width:7px;height:7px;border-radius:50%;background:#2a946d;box-shadow:0 0 0 3px #2a946d1f}.metric-strip{max-width:1280px;margin:0 auto 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.metric-strip>div{min-width:0;padding:20px;display:grid;gap:5px;border-right:1px solid var(--line)}.metric-strip>div:last-child{border-right:0}.metric-strip span{color:var(--muted);font-size:11px}.metric-strip strong{color:#24332d;font-size:27px;line-height:1.2;font-variant-numeric:tabular-nums}.metric-strip small{overflow:hidden;color:#71807a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dashboard-actions,.settings-section{max-width:1280px;margin:0 auto 18px;padding:24px;border:1px solid var(--line);border-radius:10px;background:#fff}.dashboard-actions>div:first-child h2,.settings-section-title h2{margin:0 0 5px;color:#2c3934;font-size:15px;letter-spacing:0}.dashboard-actions>div:first-child p,.settings-section-title p{margin:0;color:var(--muted);font-size:11px}.action-row{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.action-tile{min-height:78px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;color:var(--accent-hover);background:#fafcfb;text-align:left;cursor:pointer}.action-tile:hover{border-color:#abc9bc;background:#f0f7f4}.action-tile>span{min-width:0;display:grid;gap:4px}.action-tile strong{color:#2f3d37;font-size:12px}.action-tile small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.settings-page{padding-top:32px}.settings-section-title{display:flex;align-items:center;gap:11px;padding-bottom:17px;border-bottom:1px solid var(--line-soft);color:var(--accent)}.settings-list{margin:0}.settings-list>div{min-height:52px;display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;border-bottom:1px solid var(--line-soft)}.settings-list>div:last-child{border-bottom:0}.settings-list dt{color:var(--muted);font-size:11px}.settings-list dd{margin:0;color:#34403c;font-size:12px;overflow-wrap:anywhere}.settings-list a{color:var(--accent)}.settings-ok{color:#176047;font-weight:700}.compact-pagination{flex:1;min-height:38px;margin:0;padding:0}.mail-layout{flex:1 1 auto;min-height:0;grid-template-columns:minmax(350px,420px) minmax(0,1fr);background:var(--surface)}.empty-page{flex:1 1 auto}.message-column{background:#f8faf9}.column-title{height:82px;padding:17px 20px;background:#f8faf9f5}.column-title h1{margin-bottom:4px;font-size:23px;letter-spacing:-.035em}.count{padding:5px 8px;border-radius:8px;background:#e9efec}.message-list{padding:8px;gap:3px}.message-row{min-height:86px;padding:13px 12px;border:0;border-radius:11px;background:transparent}.message-row:hover{background:#eef3f0}.message-row.selected{background:#e2eee9;box-shadow:none}.message-row.unread{background:#fff;box-shadow:0 1px #1c392e0d}.message-row.unread.selected{background:#e2eee9}.avatar{width:38px;height:38px;color:#265746;background:#d9e9e2}.sender-line strong{font-size:13px}.subject-line{font-size:12.5px}.preview-line{color:#7a8581}.reader{background:#fff}.reader-toolbar{height:58px;padding:0 22px;background:#fffffff2}.reader-body{width:min(900px,100%);padding:42px clamp(32px,5vw,72px) 90px}.reader-body h2{margin-bottom:30px;font-size:clamp(25px,2.4vw,36px);letter-spacing:-.035em;font-weight:680}.sender-card{padding-bottom:26px}.mail-body{padding-top:34px;font-size:15px;line-height:1.85}.attachment-list a{border-radius:11px;background:#f6f9f7}.reader-empty{color:#9aa5a1}.modal{padding:26px;border-radius:16px;box-shadow:0 28px 90px #0d231b47}.compose-wrap{right:24px;bottom:10px;width:min(660px,calc(100vw - 48px))}.compose-window{border-color:#b8c6c0;border-bottom:1px solid #b8c6c0;border-radius:16px;box-shadow:0 24px 80px #091f1747}.compose-window>header{height:48px;padding:0 12px 0 17px;background:#223c33}.compose-fields textarea{height:300px}@media(prefers-color-scheme:dark){:root{color-scheme:light}}@media(max-width:900px){.login-page{grid-template-columns:1fr}.app-shell{grid-template-columns:1fr;padding:0;gap:0;background:var(--canvas)}.workspace{height:100dvh;border:0;border-radius:0}.sidebar{width:min(300px,86vw);height:100dvh;position:fixed;left:0;border-radius:0 16px 16px 0;transform:translate(-101%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-scrim{position:fixed;inset:0;z-index:15;display:block;background:#131a1b61}.mobile-only{display:inline-flex}.mail-layout{grid-template-columns:minmax(320px,43%) minmax(0,57%)}}@media(max-width:680px){.login-page{padding:18px}.login-panel{min-height:auto;padding:0}.login-card{padding:28px 22px;border-radius:16px;box-shadow:0 14px 42px #13352814}.workspace{height:100dvh}.topbar{padding:0 12px}.mail-layout{display:block;position:relative;overflow:hidden}.message-column,.reader{width:100%;height:100%}.message-column.hiddenOnMobile,.reader{display:none}.reader.visibleOnMobile{display:block}.reader-body{padding:25px 20px 70px}.sender-card{grid-template-columns:42px minmax(0,1fr)}.sender-card time{grid-column:2}.compose-wrap{right:0;width:100vw}.compose-wrap{inset:0;height:100dvh;z-index:70}.compose-window{height:100%;display:grid;grid-template-rows:44px minmax(0,1fr) 54px;border:0;border-radius:0}.compose-fields{min-height:0;grid-template-rows:44px 44px 44px 44px minmax(0,1fr)}.compose-fields textarea{height:100%;min-height:0;resize:none}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;border-radius:var(--radius) var(--radius) 0 0}.scheduled-fields{grid-template-columns:1fr}.scheduled-mail-modal{max-height:94dvh}.scheduled-detail-modal{max-height:94dvh;padding:20px 16px}.scheduled-detail-summary{grid-template-columns:1fr 1fr}.scheduled-detail-summary>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.scheduled-detail-summary>div:nth-child(2n){border-right:0}.scheduled-detail-summary>div:last-child{grid-column:1 / -1;border-bottom:0}.detail-footer{align-items:stretch;flex-direction:column}.compact-pagination{width:100%}.scheduled-topbar .page-title span{display:none}.scheduled-topbar>.button{padding:0 11px}.scheduled-page,.mailbox-page{padding:22px 14px 40px}.dashboard-page,.settings-page{padding:24px 14px 40px}.dashboard-heading,.settings-heading{align-items:flex-start}.dashboard-heading h1,.settings-heading h1{font-size:23px}.metric-strip{grid-template-columns:1fr 1fr}.metric-strip>div:nth-child(2){border-right:0}.metric-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.action-row{grid-template-columns:1fr 1fr}.settings-list>div{grid-template-columns:120px minmax(0,1fr)}.mailbox-page-heading{align-items:flex-start}.mailbox-page-heading h1{font-size:22px}.mailbox-page-heading p{max-width:250px;line-height:1.5}.mailbox-page-heading>span{display:none}.mailbox-topbar{flex-wrap:wrap;height:auto;padding-top:10px;padding-bottom:10px}.mailbox-search{order:2;width:100%}.mailbox-topbar>.button{padding:0 10px}.mailbox-topbar>.button:first-of-type{margin-left:auto}.scheduled-page-heading{align-items:flex-start}.scheduled-page-heading h1{font-size:22px}.scheduled-page-heading p{max-width:250px;line-height:1.5}.scheduled-total{display:none}}@media(max-width:460px){.metric-strip,.action-row{grid-template-columns:1fr}.metric-strip>div{border-right:0;border-bottom:1px solid var(--line)}.metric-strip>div:last-child{border-bottom:0}.dashboard-heading .service-state,.settings-heading .service-state{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
