:root{color:#182126;font-synthesis:none;text-rendering:optimizelegibility;--ink:#182126;--muted:#617078;--line:#dfe5e6;--line-strong:#cbd4d6;--surface:#fff;--surface-soft:#f7f9f9;--brand:#126b55;--brand-dark:#0d5443;--brand-soft:#e5f2ed;--amber:#9c6210;--amber-soft:#fff2d8;--danger:#b4232f;--danger-soft:#fce8ea;--focus:#1478b8;background:#f3f5f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:#f3f5f5;min-height:100vh}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,iframe:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 34%, transparent);outline-offset:2px}a{color:var(--brand);text-underline-offset:3px}h1,h2,h3,p{margin-top:0}svg{stroke-width:1.8px;flex:none;width:19px;height:19px}.eyebrow{color:var(--brand);letter-spacing:0;margin:0 0 5px;font-size:11px;font-weight:800}.button{cursor:pointer;letter-spacing:0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 15px;font-size:14px;font-weight:700;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.48}.button-primary{background:var(--brand);color:#fff}.button-primary:hover:not(:disabled){background:var(--brand-dark)}.button-secondary{border-color:var(--line-strong);color:var(--ink);background:#fff}.button-secondary:hover:not(:disabled){background:var(--surface-soft);border-color:#9eabad}.button-danger{background:var(--danger);color:#fff}.button-wide{width:100%}.icon-button{color:#536169;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;place-items:center;width:40px;height:40px;padding:0;display:inline-grid}.icon-button:hover:not(:disabled){border-color:var(--line);background:var(--surface-soft);color:var(--ink)}.danger-icon:hover:not(:disabled){background:var(--danger-soft);color:var(--danger);border-color:#f2c4c8}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.state-view{min-height:100px;color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:9px;padding:22px;font-size:14px;display:flex}.state-view-spacious{flex-direction:column;min-height:250px}.state-view-spacious>svg{color:#879499;width:28px;height:28px}.state-view strong{color:var(--ink);font-size:15px}.state-view span{max-width:360px;line-height:1.55}.full-state{place-items:center;min-height:100vh;display:grid}.notice{border:1px solid;border-radius:6px;align-items:center;gap:10px;min-height:44px;margin-bottom:14px;padding:8px 10px 8px 13px;font-size:13px;line-height:1.45;display:flex}.notice span{flex:1}.notice .icon-button{width:32px;height:32px}.notice-success{color:#175b49;background:#edf7f3;border-color:#b9dacd}.notice-info{color:#204f63;background:#eff5f7;border-color:#bdd0db}.notice-error{background:var(--danger-soft);color:#8e1e28;border-color:#edc0c4}.offline-banner{z-index:80;background:var(--amber-soft);color:#71490c;border:1px solid #e6c98d;border-radius:6px;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:13px;display:flex;position:fixed;top:12px;left:50%;transform:translate(-50%);box-shadow:0 6px 20px #31260e1f}.auth-page{--auth-page:#f2f5f4;--auth-field:#fff;--auth-field-hover:#f8faf9;background:var(--auth-page);min-height:100vh;color:var(--ink);justify-content:center;align-items:center;padding:84px 28px 56px;display:flex;position:relative}.auth-page[data-theme=dark]{--ink:#edf3f2;--muted:#9eacaf;--line:#344346;--line-strong:#4a5a5d;--surface:#172124;--surface-soft:#1e2a2d;--brand:#71c9ae;--brand-dark:#9adbc7;--brand-soft:#213e38;--focus:#79c8f3;--auth-page:#11191c;--auth-field:#192326;--auth-field-hover:#1d292c}.auth-column{flex-direction:column;justify-content:center;width:min(100%,430px);padding:24px 0 34px;display:flex}.auth-preferences{gap:6px;display:flex;position:absolute;top:22px;right:24px}.auth-preferences button{border:1px solid var(--line-strong);background:var(--auth-field);width:40px;height:40px;color:var(--muted);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:5px;padding:0;display:inline-flex}.auth-preferences button:first-child{width:58px}.auth-preferences button:hover{background:var(--auth-field-hover);color:var(--ink)}.auth-preferences button span{font-size:11px;font-weight:800}.auth-brand{color:var(--ink);align-items:center;gap:10px;margin-bottom:68px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--brand);color:#fff;border-radius:6px;place-items:center;width:34px;height:34px;display:grid}.auth-heading h1{letter-spacing:0;margin-bottom:10px;font-size:29px;line-height:1.22}.auth-heading p{color:var(--muted);margin-bottom:30px;line-height:1.65}.auth-form,.stack-form{flex-direction:column;gap:18px;display:flex}.auth-form label,.stack-form label,.stack-form fieldset{border:0;flex-direction:column;gap:7px;min-width:0;margin:0;padding:0;display:flex}.auth-form label>span:first-child,.stack-form label>span:first-child,.stack-form legend{color:var(--ink);font-size:13px;font-weight:700}.auth-form input,.stack-form input,.stack-form select{border:1px solid var(--line-strong);background:var(--auth-field);width:100%;min-height:44px;color:var(--ink);border-radius:5px;padding:10px 12px}.auth-form input:hover,.stack-form input:hover,.stack-form select:hover{background:var(--auth-field-hover);border-color:#9caaad}.auth-form small,.stack-form small{color:var(--muted);font-size:12px}.password-field{display:block;position:relative}.password-field input{padding-right:48px}.password-toggle{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:2px;right:2px}.form-row{align-items:center;display:flex}.form-row-end{justify-content:flex-end;margin-top:-8px;font-size:13px}.auth-footer{color:var(--muted);text-align:center;margin-top:24px;font-size:13px}.auth-footer p{margin:0}.verify-icon{background:var(--brand-soft);width:52px;height:52px;color:var(--brand);border-radius:7px;place-items:center;margin-bottom:20px;display:grid}.verify-icon svg{width:25px;height:25px}.app-shell{grid-template-columns:68px minmax(0,1fr);min-height:100vh;display:grid;overflow:hidden}.app-rail{z-index:20;color:#cad3d6;background:#1d292e;border-right:1px solid #28363b;flex-direction:column;align-items:center;height:100vh;display:flex;position:relative}.rail-brand{width:42px;height:42px;color:var(--brand-dark);background:#e7f3ef;border-radius:6px;place-items:center;margin:16px 0 26px;display:grid}.app-rail nav{flex-direction:column;flex:1;align-items:center;gap:7px;width:100%;display:flex}.rail-link{color:#aebbc0;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:54px;min-height:50px;font-size:10px;text-decoration:none;display:flex;position:relative}.rail-link:hover,.rail-link.active{color:#fff;background:#2a3a40}.rail-link.active:before{content:"";background:#77c7ad;width:3px;height:28px;position:absolute;left:0}.app-surface{background:#f3f5f5;min-width:0;min-height:100vh}.mail-workspace{grid-template-columns:224px minmax(310px,380px) minmax(400px,1fr);height:100vh;display:grid;overflow:hidden}.address-pane,.message-pane,.reader-pane{min-width:0;height:100%;overflow:hidden}.address-pane{border-right:1px solid var(--line);background:#f0f3f3}.address-pane>header{justify-content:space-between;align-items:center;min-height:82px;padding:16px 13px 13px 18px;display:flex}.address-pane h1{letter-spacing:0;margin:0;font-size:19px}.address-filter-list{max-height:calc(100vh - 140px);overflow:auto}.address-filter{color:#314047;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:5px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;width:calc(100% - 16px);min-height:60px;margin:2px 8px;padding:7px 9px;display:grid}.address-filter:hover{background:#e7ebeb}.address-filter.active{color:#133f34;background:#e4f0ec;border-color:#c8ded6}.address-filter>span:nth-child(2){min-width:0}.address-filter strong,.address-filter small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.address-filter strong{font-size:13px}.address-filter small{color:#6f7d82;margin-top:3px;font-size:11px}.address-filter b{background:var(--brand);color:#fff;text-align:center;border-radius:9px;min-width:20px;padding:2px 5px;font-size:10px}.address-avatar,.sender-avatar{color:#496069;background:#fff;border:1px solid #d3dbdc;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.message-pane{border-right:1px solid var(--line);background:#fff}.message-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:82px;padding:14px 14px 12px 18px;display:flex}.message-toolbar h2{letter-spacing:0;margin:0 0 3px;font-size:16px}.message-toolbar span{color:var(--muted);font-size:11px}.demo-compose{border-bottom:1px solid var(--line-strong);background:#f7f9f9;min-width:0;padding:14px 18px 15px}.demo-compose form{grid-template-columns:minmax(0,1fr);gap:9px;margin:0;display:grid}.compose-actions{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.compose-actions>div:first-child{flex-wrap:wrap;gap:7px;display:flex}.compose-actions .button{min-height:36px;padding:6px 11px;font-size:12px}.compose-actions .button svg{width:16px;height:16px}.compose-file-input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.compose-demo-label{white-space:nowrap;align-items:baseline;gap:8px;min-width:0;display:flex}.compose-demo-label strong{font-size:12px}.compose-demo-label span{color:var(--muted);font-size:10px}.compose-subject{border:1px solid var(--line);background:#fff;border-radius:5px;grid-template-columns:52px minmax(0,1fr);align-items:center;min-width:0;display:grid}.compose-subject span{color:var(--muted);padding-left:12px;font-size:11px;font-weight:700}.compose-subject input{background:0 0;border:0;outline:0;width:100%;min-width:0;min-height:36px;padding:7px 10px 7px 0;font-size:12px}.compose-format-bar{align-items:center;gap:4px;min-width:0;display:flex}.compose-format-bar select{border:1px solid var(--line);background:#fff;border-radius:5px;width:96px;height:34px;padding:4px 26px 4px 9px;font-size:11px}.compose-format-bar button,.compose-attachments button{color:#536169;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;place-items:center;width:34px;height:34px;padding:0;display:inline-grid}.compose-format-bar button:hover,.compose-format-bar button.active{border-color:var(--line);color:var(--brand-dark);background:#fff}.compose-format-bar svg,.compose-attachments svg{width:16px;height:16px}.compose-editor{border:1px solid var(--line);overflow-wrap:anywhere;background:#fff;border-radius:5px;outline:0;min-height:86px;max-height:150px;padding:10px 12px;font-family:SimSun,宋体,serif;font-size:13px;line-height:1.6;overflow-y:auto}.compose-editor:empty:before{color:#8a979b;content:attr(data-placeholder);pointer-events:none}.compose-editor:focus,.compose-subject:focus-within{border-color:var(--focus);box-shadow:0 0 0 2px color-mix(in srgb, var(--focus) 16%, transparent)}.compose-attachments{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.compose-attachments li{border:1px solid var(--line);background:#fff;border-radius:5px;grid-template-columns:16px minmax(0,1fr) 28px;align-items:center;gap:6px;max-width:260px;min-height:32px;padding-left:8px;font-size:11px;display:grid}.compose-attachments li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compose-attachments button{width:28px;height:28px}.demo-compose .notice{min-height:36px;margin:0;padding-top:6px;padding-bottom:6px;font-size:11px}.compose-page{background:#f7f9f9;min-height:100vh}.compose-page-header{border-bottom:1px solid var(--line);background:#fff;align-items:center;min-height:92px;padding:18px clamp(20px,4vw,52px);display:flex}.compose-page-header h1{letter-spacing:0;margin:2px 0 0;font-size:24px}.compose-page-body{width:min(100%,1120px);padding:28px clamp(20px,4vw,52px) 64px}.compose-page .demo-compose{background:0 0;border-bottom:0;padding:0}.compose-page .demo-compose form{gap:12px}.compose-page .compose-editor{min-height:320px;max-height:55vh}.mobile-address-select{display:none}.message-list{overscroll-behavior:contain;height:calc(100% - 82px);overflow-y:auto}.message-row{width:100%;min-height:132px;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #e8ecec;flex-direction:column;gap:5px;padding:15px 17px 13px 19px;display:flex;position:relative}.message-row:hover{background:#f8fafa}.message-row.selected{background:#edf5f2}.message-row.selected:before,.message-row.unread:before{background:var(--brand);content:"";width:3px;position:absolute;top:0;bottom:0;left:0}.message-row.unread{background:#fbfdfc}.message-row-top{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.message-row-top strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.message-row-top time{color:#7a878c;flex:none;font-size:10px}.message-subject,.message-preview{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.message-subject{font-size:13px;font-weight:650}.message-preview{color:#718086;font-size:12px}.message-meta{color:#77858a;align-items:center;gap:8px;min-width:0;margin-top:3px;font-size:10px;display:flex}.message-meta>span,.message-meta>svg{max-width:120px}.message-meta svg{width:12px;height:12px}.reader-pane{background:#fff}.reader-placeholder{color:#879399;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.reader-placeholder svg{width:31px;height:31px;margin-bottom:14px}.reader-placeholder strong{color:#435158;font-size:14px}.reader-placeholder span{margin-top:6px;font-size:12px}.mail-reader{height:100%}.reader-header{border-bottom:1px solid var(--line);justify-content:flex-end;align-items:center;min-height:58px;padding:8px 18px;display:flex}.reader-actions{gap:3px;display:flex}.mobile-back{display:none}.reader-scroll{overscroll-behavior:contain;height:calc(100vh - 58px);overflow-y:auto}.mail-heading,.body-toolbar,.mail-body,.attachments,.code-strip{width:min(100% - 44px,880px);margin-left:auto;margin-right:auto}.mail-heading{border-bottom:1px solid var(--line);padding:28px 0 20px}.reader-address-label{color:var(--brand);margin-bottom:8px;font-size:11px;font-weight:700}.mail-heading h2{overflow-wrap:anywhere;letter-spacing:0;margin-bottom:22px;font-size:23px;line-height:1.35}.sender-line{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.sender-line>span:nth-child(2){min-width:0}.sender-line strong,.sender-line small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sender-line strong{font-size:13px}.sender-line small,.sender-line time{color:#77858a;font-size:11px}.code-strip{flex-wrap:wrap;gap:8px;padding-top:18px;display:flex}.code-strip button{color:#5e440f;cursor:pointer;text-align:left;background:#fff9ec;border:1px solid #e5ce9d;border-radius:5px;grid-template-columns:1fr auto;align-items:center;gap:2px 10px;min-width:156px;padding:8px 10px;display:grid}.code-strip button span{grid-column:1;font-size:10px}.code-strip button strong{letter-spacing:0;grid-column:1;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:18px}.code-strip button svg{grid-area:1/2/span 2}.body-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding-top:12px;display:flex}.text-button{min-height:38px;color:var(--brand);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.mail-body{padding:8px 0 30px}.mail-body iframe{background:#fff;border:0;width:100%;min-height:max(440px,100vh - 390px)}.mail-body pre{color:#253137;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font:14px/1.72 ui-monospace,SFMono-Regular,Consolas,monospace}.attachments{border-top:1px solid var(--line);padding:22px 0 38px}.attachments h3{margin-bottom:12px;font-size:14px}.attachments>div{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;display:grid}.attachments a{border:1px solid var(--line);min-height:58px;color:var(--ink);border-radius:5px;align-items:center;gap:10px;padding:9px 11px;text-decoration:none;display:flex}.attachments a:hover{background:var(--surface-soft);border-color:#aebcbe}.attachments strong,.attachments small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.attachments strong{font-size:12px}.attachments small{color:var(--muted);margin-top:3px;font-size:10px}.segmented-control{border:1px solid var(--line);background:#eef1f1;border-radius:6px;grid-template-columns:repeat(2,1fr);padding:3px;display:grid}.segmented-control button{cursor:pointer;background:0 0;border:0;border-radius:4px;min-height:36px;padding:6px 12px;font-size:12px}.segmented-control button.active{color:var(--brand-dark);background:#fff;font-weight:700;box-shadow:0 1px 2px #17242a1f}.segmented-control.compact{width:174px}.content-page{width:min(100% - 64px,1120px);margin:0 auto;padding:34px 0 70px}.page-header{border-bottom:1px solid var(--line-strong);justify-content:space-between;align-items:center;gap:20px;min-height:72px;margin-bottom:24px;display:flex}.page-header h1{letter-spacing:0;margin:0;font-size:25px}.address-table{border-top:1px solid var(--line-strong);background:#fff}.address-table-head,.address-table-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(130px,.8fr) minmax(260px,1.5fr) 110px 130px;align-items:center;gap:16px;padding:12px 16px;display:grid}.address-table-head{min-height:44px;color:var(--muted);background:#f6f8f8;font-size:11px;font-weight:700}.address-table-row{min-height:70px;font-size:13px}.address-table-row>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.address-value{color:#45545a;overflow-wrap:anywhere;align-items:center;gap:5px;min-width:0;display:flex}.address-value .icon-button{width:34px;height:34px}.status-pill{border-radius:12px;align-items:center;min-height:24px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.status-active{background:var(--brand-soft);color:var(--brand-dark)}.status-disabled{color:#69777c;background:#eceff0}.row-actions{justify-content:flex-end;align-items:center;display:flex}.decorative-more{display:none}.quota-line{color:var(--muted);text-align:right;margin-top:14px;font-size:12px}.settings-section{border-bottom:1px solid var(--line);padding:24px 0 32px}.settings-section h2{margin-bottom:18px;font-size:16px}.section-title-row{align-items:center;gap:9px;display:flex}.section-title-row h2{margin:0 0 18px}.section-title-row svg{color:var(--brand);margin-bottom:18px}.settings-list{max-width:760px;margin:0 0 22px}.settings-list>div{border-top:1px solid var(--line);grid-template-columns:180px minmax(0,1fr);align-items:center;min-height:48px;display:grid}.settings-list dt{color:var(--muted);font-size:12px}.settings-list dd{overflow-wrap:anywhere;margin:0;font-size:13px}.dialog-backdrop,.panel-backdrop{z-index:100;background:#131d216b;position:fixed;inset:0}.dialog-backdrop{place-items:center;padding:20px;display:grid}.dialog{border:1px solid var(--line);background:#fff;border-radius:7px;width:min(100%,430px);padding:24px;box-shadow:0 18px 50px #101b1f2e}.dialog h2{margin-bottom:9px;font-size:18px}.dialog p{color:var(--muted);margin-bottom:24px;font-size:13px;line-height:1.6}.dialog-actions{justify-content:flex-end;gap:9px;display:flex}.panel-backdrop{justify-content:flex-end;display:flex}.side-panel{border-left:1px solid var(--line);background:#fff;width:min(100%,420px);height:100%;padding:24px;overflow-y:auto;box-shadow:-16px 0 45px #121e221f}.side-panel>header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.side-panel h2{margin:0;font-size:21px}@media (width<=1100px){.mail-workspace{grid-template-columns:190px 320px minmax(360px,1fr)}.address-filter{grid-template-columns:32px minmax(0,1fr) auto}.mail-heading,.body-toolbar,.mail-body,.attachments,.code-strip{width:min(100% - 30px,880px)}.compose-actions{align-items:flex-start}}@media (width<=820px){.auth-page{padding:76px 28px 42px}.auth-column{width:min(100%,430px);padding:12px 0 28px}.auth-brand{margin-bottom:54px}.app-shell{min-height:100dvh;display:block;overflow:visible}.app-rail{z-index:70;border-top:1px solid #314047;border-right:0;width:100%;height:62px;display:block;position:fixed;inset:auto 0 0}.rail-brand{display:none}.app-rail nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;height:100%;display:grid}.rail-link{border-radius:0;width:100%;min-height:62px}.rail-link.active:before{width:28px;height:3px;top:0;left:50%;right:50%;transform:translate(-50%)}.app-surface{min-height:calc(100dvh - 62px);padding-bottom:62px}.mail-workspace{height:calc(100dvh - 62px);display:block}.address-pane{display:none}.message-pane,.reader-pane{border-right:0;width:100%;height:calc(100dvh - 62px)}.compose-actions{align-items:center}.compose-demo-label{flex-direction:column;align-items:flex-end;gap:1px}.compose-editor{min-height:72px;max-height:100px}.message-toolbar{min-height:66px}.mobile-address-select{border-bottom:1px solid var(--line);padding:8px 14px;display:block;position:relative}.mobile-address-select span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.mobile-address-select select{border:1px solid var(--line-strong);appearance:none;background:#fff;border-radius:5px;width:100%;min-height:42px;padding:8px 38px 8px 10px;font-size:13px}.mobile-address-select svg{pointer-events:none;position:absolute;top:20px;right:25px}.message-list{height:calc(100dvh - 170px)}.reader-pane,.mail-workspace.showing-reader .message-pane{display:none}.mail-workspace.showing-reader .reader-pane{display:block}.reader-header{justify-content:space-between;min-height:58px;padding:7px 10px}.mobile-back{display:inline-grid}.reader-scroll{height:calc(100dvh - 120px)}.mail-heading,.body-toolbar,.mail-body,.attachments,.code-strip{width:calc(100% - 28px)}.mail-heading{padding-top:20px}.mail-heading h2{font-size:20px}.sender-line{grid-template-columns:36px minmax(0,1fr)}.sender-line time{grid-column:2}.body-toolbar{flex-direction:column;align-items:flex-start;padding:14px 0 8px}.mail-body iframe{min-height:460px}.content-page{width:calc(100% - 28px);padding:20px 0 88px}.compose-page{min-height:calc(100dvh - 62px)}.compose-page-header{min-height:76px;padding:13px 16px}.compose-page-header h1{font-size:21px}.compose-page-body{width:100%;padding:16px 12px 32px}.compose-page .compose-actions{align-items:center}.compose-page .compose-demo-label{flex-direction:column;align-items:flex-end;gap:1px}.compose-page .compose-editor{min-height:220px;max-height:none}.page-header{min-height:68px;margin-bottom:16px}.page-header h1{font-size:21px}.address-table-head{display:none}.address-table-row{grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;min-height:112px;padding:14px;display:grid}.address-table-row>strong{grid-column:1}.address-value{grid-area:2/1/auto/span 2}.address-table-row>span:nth-child(3){grid-area:1/2}.row-actions{grid-area:3/1/auto/span 2;justify-content:flex-start}.settings-list>div{grid-template-columns:120px minmax(0,1fr)}.side-panel{width:100%}.offline-banner{justify-content:center;width:calc(100% - 24px);top:8px}}@media (width<=420px){.auth-page{padding-left:20px;padding-right:20px}.auth-column{padding-left:0;padding-right:0}.auth-preferences{top:18px;right:18px}.auth-brand{margin-bottom:46px}.auth-heading h1{font-size:25px}.page-header .button{padding-left:11px;padding-right:11px}.reader-actions{gap:0}.reader-actions .icon-button{width:38px}.compose-actions{align-items:flex-start}.compose-demo-label span{display:none}.compose-format-bar{padding-bottom:2px;overflow-x:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
