@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--bg:#f8fafc;--bg-card:#fff;--text:#0f172a;--text-muted:#64748b;--accent:#0d9488;--accent-hover:#0f766e;--accent-light:#ccfbf1;--border:#e2e8f0;--shadow:0 1px 3px #00000014;--radius:12px;--radius-sm:8px}[data-theme=dark]{--bg:#0f172a;--bg-card:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#2dd4bf;--accent-hover:#5eead4;--accent-light:#134e4a;--border:#334155;--shadow:0 1px 3px #0000004d}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}h1,h2,h3,p,.section-desc{word-wrap:break-word;overflow-wrap:break-word}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}.landing{max-width:100%;min-height:100vh;overflow-x:hidden}.landing-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1100px;margin:0 auto;padding:.75rem 1rem;display:flex}.logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo-icon{color:var(--accent);font-size:1.5rem}.hamburger{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;transition:background .2s,border-color .2s;display:none}.hamburger:hover{background:var(--accent-light);border-color:var(--accent)}.hamburger span{background:var(--text);border-radius:1px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.landing-header nav{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.landing-header nav a{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.6rem;font-weight:500;text-decoration:none;display:inline-flex}.landing-header nav a svg{opacity:.8;flex-shrink:0}.theme-toggle-header{border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.theme-toggle-header:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.landing-header nav a:hover{color:var(--text);text-decoration:none}.landing-header nav .btn-primary{background:var(--accent);color:#fff!important}.landing-header nav .btn-primary:hover{background:var(--accent-hover);color:#fff!important}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--accent-hover);color:#fff;text-decoration:none}.hero{text-align:center;max-width:640px;margin:0 auto;padding:2.5rem 1rem 3rem}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.hero p{color:var(--text-muted);margin:0 0 1.5rem;font-size:1.125rem;line-height:1.6}.btn-hero{background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none}.btn-hero:hover{background:var(--accent-hover);text-decoration:none}.section{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.section h2{text-align:center;margin:0 0 .5rem;font-size:1.75rem}.section-desc{text-align:center;color:var(--text-muted);max-width:520px;margin:0 auto 2rem}.cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.feature-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.feature-icon.anonymous{background:var(--accent-light);color:var(--accent)}.feature-icon.instant{color:#059669;background:#d1fae5}[data-theme=dark] .feature-icon.instant{color:#34d399;background:#064e3b}.feature-icon.refresh{color:#2563eb;background:#dbeafe}[data-theme=dark] .feature-icon.refresh{color:#60a5fa;background:#1e3a8a}.feature-card h3{margin:0 0 .5rem;font-size:1.1rem}.feature-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.steps{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.step{text-align:center}.step-num{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.step h3{margin:0 0 .5rem;font-size:1.1rem}.step p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.cta{background:var(--accent);color:#fff;text-align:center;padding:3rem 1.5rem}.cta h2{color:#fff;margin:0 0 .5rem;font-size:1.75rem}.cta p{opacity:.95;margin:0 0 1.5rem}.btn-cta{color:var(--accent);border-radius:var(--radius-sm);background:#fff;padding:.85rem 1.75rem;font-weight:600;text-decoration:none}.btn-cta:hover{background:#f0fdfa;text-decoration:none}.landing-footer{border-top:1px solid var(--border);grid-template-rows:auto auto;grid-template-columns:1fr auto auto;align-items:start;gap:2.5rem 3rem;max-width:100%;margin:0 auto;padding:4rem 2rem 3rem;display:grid}.footer-brand{flex-direction:column;grid-area:1/1;gap:.6rem;display:flex}.footer-brand .logo-icon{font-size:1.4rem;display:inline}.footer-brand span:not(.logo-icon){color:var(--text);font-size:1.25rem;font-weight:700}.footer-brand p{color:var(--text-muted);max-width:260px;margin:0;font-size:.95rem;line-height:1.55}.footer-links{grid-area:1/2/auto/-1;gap:3rem;display:flex}.footer-links h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem;font-size:.82rem;font-weight:600}.footer-links a{color:var(--text);opacity:.9;margin-bottom:.6rem;font-size:1rem;display:block}.footer-links a:hover{color:var(--accent);opacity:1}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;grid-area:2/1/auto/-1;align-items:center;gap:1rem 1.5rem;padding-top:2rem;display:flex}.copyright,.footer-credit{color:var(--text-muted);margin:0;font-size:.9rem}.footer-credit a{color:var(--accent);font-weight:500;text-decoration:none}.footer-credit a:hover{text-decoration:underline}.footer-handle{color:var(--text-muted);opacity:.9;font-size:.85rem}.faq{max-width:560px;margin-left:auto;margin-right:auto}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.5rem;overflow:hidden}.faq-item summary{cursor:pointer;padding:1rem 1.25rem;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"▼";float:right;color:var(--text-muted);font-size:.75rem}.faq-item[open] summary:after{content:"▲"}.faq-item p{color:var(--text-muted);margin:0;padding:0 1.25rem 1rem;font-size:.95rem;line-height:1.5}@media (max-width:768px){.hamburger{z-index:101;display:flex;position:relative}.landing-header{z-index:101;position:relative}.landing-header nav{background:var(--bg-card);border-left:1px solid var(--border);z-index:100;opacity:0;visibility:hidden;flex-direction:column;align-items:stretch;gap:0;width:280px;max-width:85vw;height:100vh;padding:4rem 1.5rem 1.5rem;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s,visibility .28s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.landing-header nav.open{opacity:1;visibility:visible;transform:translate(0)}.landing-header nav a,.landing-header nav .btn{border-bottom:1px solid var(--border);justify-content:flex-start;align-self:stretch;margin-bottom:.25rem;padding:.85rem 1rem;font-size:1rem}.landing-header nav a:hover,.landing-header nav .btn:hover{background:var(--bg)}.landing-header nav .nav-cta{align-self:flex-start;margin-top:.5rem;padding:.6rem 1.2rem}.landing-header nav .theme-toggle-header{align-self:flex-start;margin-top:1rem}.nav-overlay{z-index:99;background:#0006;animation:.2s forwards overlayFadeIn;position:fixed;inset:0}.landing-footer{grid-template-rows:auto;grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 2.25rem}.footer-brand{border-bottom:1px solid var(--border);grid-area:auto/1;padding-bottom:1.5rem}.footer-brand p{max-width:none}.footer-links{border-bottom:1px solid var(--border);flex-flow:wrap;grid-area:auto/1;gap:2rem;padding-bottom:1.5rem}.footer-bottom{grid-area:auto/1;padding-top:1.5rem}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.landing{padding-bottom:2rem;padding-left:1rem;padding-right:1rem}.landing-header{padding:.6rem .75rem}.logo{font-size:1.1rem}.hero h1{font-size:1.6rem}.hero p{font-size:1rem}.section-desc{padding:0 .5rem}.feature-card{padding:1.25rem}.cards{gap:1rem}.landing-footer{grid-template-rows:auto;grid-template-columns:1fr;gap:2rem;padding:2.5rem 1rem 2rem}.footer-brand{border-bottom:1px solid var(--border);grid-area:auto/1;padding-bottom:1.5rem}.footer-brand p{max-width:none}.footer-links{border-bottom:1px solid var(--border);flex-direction:column;grid-area:auto/1;gap:1.5rem;padding-bottom:1.5rem}.footer-links h4{margin-bottom:.5rem}.footer-bottom{grid-area:auto/1;padding-top:1.25rem}}@media (max-width:480px){.landing-footer{padding:2.25rem 1rem 1.75rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-links{flex-flow:wrap;gap:1.5rem 2rem}}.inbox-page{min-height:100vh;padding-bottom:3rem}.inbox-header{border-bottom:1px solid var(--border);background:var(--bg-card);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.inbox-header .logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.inbox-header .logo:hover{color:var(--accent);text-decoration:none}.inbox-header .hamburger{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;transition:background .2s,border-color .2s;display:none}.inbox-header .hamburger:hover{background:var(--accent-light);border-color:var(--accent)}.inbox-header .hamburger span{background:var(--text);border-radius:1px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.inbox-header .hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.inbox-header .hamburger.open span:nth-child(2){opacity:0}.inbox-header .hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-actions{align-items:center;gap:1rem;display:flex}.inbox-header .theme-toggle-header{border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.inbox-header .theme-toggle-header:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.icon-btn{border-radius:var(--radius-sm);color:var(--text-muted);background:var(--bg);align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.9rem;display:inline-flex}.icon-btn:hover{color:var(--text);background:var(--border)}.icon-btn.small{padding:.35rem;font-size:1rem}.text-link{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;display:inline-flex}.text-link:hover{color:var(--accent)}.text-link svg,.nav-item svg{opacity:.8;flex-shrink:0}.text-link.danger:hover{color:#dc2626}.inbox-main{max-width:800px;margin:0 auto;padding:1.5rem}.inbox-hero{margin-bottom:1.5rem}.inbox-hero h1{margin:0 0 .25rem;font-size:1.75rem}.inbox-hero p{color:var(--text-muted);margin:0;font-size:1rem}.email-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;padding:1.25rem}.email-card-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.label{color:var(--text-muted);font-size:.9rem;font-weight:600}.email-card-hints{align-items:center;gap:.5rem;display:flex}.auto-refresh{color:var(--text-muted);font-size:.8rem}.kbd-hint{color:var(--text-muted);font-size:.75rem}.email-display-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.email-input-wrap{flex:1;align-items:center;gap:.25rem;min-width:180px;display:flex}.email-at{color:var(--accent);flex-shrink:0;font-size:1.25rem;font-weight:600}.email-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);min-width:0;color:var(--text);flex:1;padding:.6rem .75rem;font-size:.95rem}.email-actions-row{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.btn{border-radius:var(--radius-sm);padding:.6rem 1rem;font-size:.9rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border);border-color:var(--text-muted)}.btn-ghost{color:var(--text-muted);background:0 0;font-weight:500}.btn-ghost:hover{color:var(--accent);background:var(--bg)}.choose-custom-btn{margin-top:.75rem;font-size:.9rem}.address-switcher{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.address-switcher-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.address-chips{flex-wrap:wrap;gap:.5rem;display:flex}.address-chip{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:.4rem .75rem;font-size:.85rem;overflow:hidden}.address-chip:hover{border-color:var(--accent);color:var(--accent)}.address-chip.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent);font-weight:600}[data-theme=dark] .address-chip.active{background:#2dd4bf26}.btn-icon{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);padding:.6rem}.btn-icon:hover{color:var(--accent);border-color:var(--accent)}.custom-username-row{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.custom-username-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.custom-username-input-group{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.custom-username-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);width:10rem;min-width:100px;color:var(--text);padding:.5rem .6rem;font-size:.9rem}.custom-username-input::placeholder{color:var(--text-muted)}.custom-username-domain{color:var(--text-muted);font-size:.9rem}.custom-username-error{color:#dc2626;margin:.35rem 0 0;font-size:.85rem}.email-hint{color:var(--text-muted);margin:.5rem 0 0;font-size:.8rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;box-shadow:var(--shadow);padding:1rem}.stat-card.accent .stat-value{color:var(--accent)}.stat-value{color:var(--text);font-size:1.5rem;font-weight:700;display:block}.stat-label{color:var(--text-muted);font-size:.8rem}.inbox-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.inbox-section-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.inbox-section-head h2{margin:0;font-size:1.15rem}.inbox-actions{gap:1rem;display:flex}.inbox-toolbar{margin-bottom:1rem}.search-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);width:100%;color:var(--text);padding:.5rem .75rem;font-size:.9rem}.search-input::placeholder{color:var(--text-muted)}.error-msg{color:#dc2626;margin:0 0 .5rem;font-size:.9rem}.empty-msg{color:var(--text-muted);text-align:center;margin:0;padding:2rem}.email-list{margin:0;padding:0;list-style:none}.email-item{border-radius:var(--radius-sm);border:1px solid #0000;align-items:flex-start;gap:.75rem;padding:1rem;transition:background .15s,border-color .15s;display:flex}.email-item:hover{background:var(--bg)}.email-item.unread{background:var(--accent-light)}[data-theme=dark] .email-item.unread{background:#2dd4bf1f}.email-item-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.email-item-body{min-width:0;color:inherit;flex:1;text-decoration:none;overflow:hidden}.email-item-body:hover{color:inherit;text-decoration:none}.email-item-top{flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;display:flex}.sender-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.badge.new{background:var(--accent);color:#fff;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.email-item-time{color:var(--text-muted);margin-left:auto;font-size:.8rem}.email-item-addr{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-bottom:.25rem;font-size:.8rem;overflow:hidden}.email-item-subject{color:var(--text);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-weight:500;display:-webkit-box;overflow:hidden}.email-item-actions{flex-shrink:0}.email-item-actions .icon-btn{opacity:.7}.email-item-actions .icon-btn:hover{opacity:1;color:#dc2626}@media (max-width:768px){.inbox-header .hamburger{z-index:101;display:flex;position:relative}.inbox-header{z-index:101;position:relative}.inbox-header .header-nav{background:var(--bg-card);border-left:1px solid var(--border);z-index:100;opacity:0;visibility:hidden;flex-direction:column;align-items:stretch;gap:0;width:280px;max-width:85vw;height:100vh;padding:4rem 1.5rem 1.5rem;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s,visibility .28s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.inbox-header .header-nav.open{opacity:1;visibility:visible;transform:translate(0)}.inbox-header .header-nav .nav-item,.inbox-header .header-nav .icon-btn,.inbox-header .header-nav .text-link{border-bottom:1px solid var(--border);border-radius:var(--radius-sm);justify-content:flex-start;align-self:stretch;margin-bottom:.25rem;padding:.85rem 1rem;font-size:1rem}.inbox-header .header-nav .nav-item:hover,.inbox-header .header-nav .icon-btn:hover,.inbox-header .header-nav .text-link:hover{background:var(--bg)}.inbox-header .header-nav .theme-toggle-header{align-self:flex-start;margin-top:.5rem}.inbox-page .nav-overlay{z-index:99;background:#0006;animation:.2s forwards overlayFadeIn;position:fixed;inset:0}}@media (max-width:640px){.inbox-page{padding-bottom:2rem}.inbox-header{padding:.75rem 1rem}.inbox-main{padding:1rem}.inbox-hero h1{font-size:1.4rem}.email-card{padding:1rem}.email-display-row{flex-direction:column;align-items:stretch;gap:.75rem}.email-input-wrap{width:100%;min-width:0}.email-display-row .email-input{-webkit-overflow-scrolling:touch;font-size:.9rem;overflow-x:auto}.email-actions-row{flex-wrap:nowrap}.email-actions-row .btn-primary{white-space:nowrap}.custom-username-input-group{flex-direction:column;align-items:stretch}.custom-username-input{width:100%}.inbox-section-head{flex-wrap:wrap;gap:.5rem}.email-item{gap:.5rem;padding:.75rem}.email-item-subject{font-size:.9rem}.address-chips{flex-direction:column}.address-chip{text-align:left;max-width:100%}}.mail-detail-page{max-width:720px;min-height:100vh;margin:0 auto;padding:1.5rem 1.5rem 3rem;overflow-x:hidden}.mail-detail-loading{text-align:center;color:var(--text-muted);padding:3rem}.detail-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.detail-header-actions{align-items:center;gap:.75rem;display:flex}.detail-header .theme-toggle-header{border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.detail-header .theme-toggle-header:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.detail-header .back{color:var(--accent);font-weight:500}.detail-header .back:hover{text-decoration:underline}.mail-detail-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:100%;padding:1.5rem;overflow-x:hidden}.mail-detail-meta{border-bottom:1px solid var(--border);min-width:0;margin-bottom:1rem;padding-bottom:1rem}.mail-detail-from,.mail-detail-to{color:var(--text-muted);word-break:break-all;overflow-wrap:break-word;min-width:0;margin-bottom:.25rem;font-size:.9rem}.mail-detail-from strong,.mail-detail-to strong{color:var(--text);margin-right:.35rem}.mail-detail-date{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.mail-detail-subject{word-break:break-word;overflow-wrap:break-word;min-width:0;margin:0 0 1rem;font-size:1.35rem;line-height:1.3}.mail-detail-body{color:var(--text);word-break:break-word;min-width:0;max-width:100%;min-height:4rem;font-size:.95rem;line-height:1.6}.mail-detail-body.text pre{white-space:pre-wrap;word-break:break-word;max-width:100%;margin:0;font-family:inherit;overflow-x:auto}.mail-detail-body.html{background:var(--bg);max-width:100%;color:var(--text);border-radius:var(--radius-sm);border:1px solid var(--border);padding:1rem;overflow:auto visible}.mail-detail-body.html,.mail-detail-body.html body{background:var(--bg)!important;color:var(--text)!important}.mail-detail-body.html img{max-width:100%;height:auto}.mail-detail-body.html a{color:var(--accent)!important}.mail-detail-body.html p,.mail-detail-body.html span,.mail-detail-body.html td,.mail-detail-body.html li,.mail-detail-body.html div{color:var(--text)!important}.app-wrap{min-height:100vh;position:relative}
