@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--bg:#1e1f21;--bg-1:#28292c;--bg-2:#313236;--bg-3:#3a3b40;--bg-4:#44454b;--border:#3a3b40;--border-strong:#4a4b52;--text:#f2f2f7;--text-dim:#aeaeba;--text-dimmer:#6e6e80;--accent:#4d8ef8;--accent-hover:#3a7ef7;--accent-dim:#4d8ef81f;--danger:#ff453a;--warn:#ff9f0a;--success:#30d158;--sidebar-w:224px;--unread-bg:#4d8ef812;--selected-bg:#4d8ef833;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.email-body{word-break:break-word;max-width:100%;font-size:14px;line-height:1.7;overflow-x:auto}.email-body *{max-width:100%!important}.email-body img{border-radius:4px;height:auto;display:block}.email-body a{color:var(--accent)}.email-body a:hover{text-decoration:underline}.email-body p{margin-bottom:12px}.email-body p:last-child{margin-bottom:0}.email-body blockquote{border-left:3px solid var(--border-strong);color:var(--text-dim);background:var(--bg-2);border-radius:0 var(--radius) var(--radius) 0;margin:12px 0;padding:6px 14px}.email-body pre{background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border);padding:14px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;overflow-x:auto}.email-body code{background:var(--bg-3);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:12px}.email-body table{border-collapse:collapse}.email-body td,.email-body th{border:1px solid var(--border-strong);padding:6px 10px}.email-body h1,.email-body h2,.email-body h3{margin:16px 0 8px}.ProseMirror{outline:none;min-height:160px}.ProseMirror p{margin-bottom:8px}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-dimmer);pointer-events:none;height:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes ctxIn{0%{opacity:0;transform:scale(.96)translateY(-3px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.page-enter{animation:.18s ease-out slideIn}.skeleton{background:linear-gradient(90deg, var(--bg-2) 25%, var(--bg-3) 50%, var(--bg-2) 75%);border-radius:var(--radius);background-size:200% 100%;animation:1.4s infinite shimmer}button{cursor:pointer;font-family:inherit}button:active:not(:disabled){transform:scale(.97)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius)}.msg-row{transition:background 80ms}.msg-row:hover .row-actions{opacity:1!important}.row-actions{transition:opacity .12s}[contenteditable]:empty:before{content:attr(data-placeholder);color:var(--text-dimmer);pointer-events:none}.light{--bg:#f0f0f5;--bg-1:#fff;--bg-2:#f5f5fa;--bg-3:#eaeaf0;--bg-4:#dcdce8;--border:#dcdce8;--border-strong:#c8c8da;--text:#18181e;--text-dim:#48485a;--text-dimmer:#8888a0;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-dim:#2563eb1a;--unread-bg:#2563eb0f;--selected-bg:#2563eb29;--danger:#dc2626;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001f}@media (max-width:767px){.hide-mobile{display:none!important}:root{--sidebar-w:0px}button,a{min-height:36px}.msg-row{padding-top:12px!important;padding-bottom:12px!important}.compose-modal-wrap{border-radius:0!important;width:100%!important;height:100%!important;max-height:100vh!important;position:fixed!important;inset:0!important}.msg-toolbar{flex-wrap:wrap;gap:4px!important}.msg-toolbar button{padding:5px 8px!important;font-size:11px!important}.msg-content-inner{padding:16px 14px!important}.attachment-card{width:100%!important;max-width:100%!important}}
