@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#96969640;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#96969673}.app-container{flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.dark-mode{color:#f3f4f6;background-color:#0c0d12}.light-mode{color:#0f172a;background-color:#f8fafc}.liquid-glass-header{justifyContent:space-between;z-index:30;align-items:center;height:50px;min-height:50px;padding:0 16px;display:flex}.dark-mode .liquid-glass-header{background:#10121a;border-bottom:1px solid #1f232e}.light-mode .liquid-glass-header{background:#fff;border-bottom:1px solid #e2e8f0}.main-content-layout{z-index:10;flex:1;display:flex;position:relative;overflow:hidden}.mail-sidebar{-webkit-user-select:none;user-select:none;flex-direction:column;width:clamp(200px,16vw,240px);min-width:clamp(200px,16vw,240px);height:100%;display:flex}.dark-mode .mail-sidebar{background:#0f1118;border-right:1px solid #1f232e}.light-mode .mail-sidebar{background:#fff;border-right:1px solid #e2e8f0}.mail-sidebar.sidebar-collapsed{width:60px!important;min-width:60px!important}.mail-sidebar.sidebar-collapsed .sidebar-text,.mail-sidebar.sidebar-collapsed .sidebar-badge,.mail-sidebar.sidebar-collapsed .sidebar-section-title{display:none!important}.mail-list-pane{flex-direction:column;width:clamp(280px,25vw,360px);min-width:clamp(280px,25vw,360px);height:100%;display:flex;overflow:hidden}.dark-mode .mail-list-pane{background:#11131c;border-right:1px solid #1f232e}.light-mode .mail-list-pane{background:#fff;border-right:1px solid #e2e8f0}.mail-detail-pane{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.dark-mode .mail-detail-pane{background:#0c0d12}.light-mode .mail-detail-pane{background:#f8fafc}.mail-item{cursor:pointer;align-items:flex-start;gap:10px;padding:10px 14px;display:flex;position:relative}.dark-mode .mail-item{border-bottom:1px solid #181b24}.light-mode .mail-item{border-bottom:1px solid #f1f5f9}.dark-mode .mail-item:hover{background:#161924}.light-mode .mail-item:hover{background:#f8fafc}.dark-mode .mail-item.selected{background:#1a1e2b;border-left:2px solid #2563eb}.light-mode .mail-item.selected{background:#f1f5f9;border-left:2px solid #0f172a}.mail-item.unread .mail-item-subject{font-weight:700}.unread-dot{background-color:#2563eb;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.rendered-email-body{overflow-wrap:break-word;word-break:normal;max-width:100%;font-size:13.5px;line-height:1.65}.rendered-email-body table{border-collapse:collapse;max-width:100%}.rendered-email-body th,.rendered-email-body td{word-break:normal;overflow-wrap:break-word;vertical-align:top}.rendered-email-body th{text-align:left;white-space:nowrap;font-weight:600}.rendered-email-body img{border-radius:4px;max-width:100%;height:auto}.rendered-email-body a{color:#2563eb;text-underline-offset:2px;text-decoration:underline}.rendered-email-body blockquote{color:#64748b;border-left:2px solid #94a3b8;margin:12px 0;padding-left:12px}.rendered-email-body pre,.rendered-email-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12.5px}.compose-window{z-index:1050;box-sizing:border-box;border-radius:4px 4px 0 0;flex-direction:column;width:min(620px,92vw);height:min(540px,80vh);max-height:calc(100vh - 60px);display:flex;position:fixed;bottom:0;right:20px;overflow:hidden}.dark-mode .compose-window{background:#13151c;border:1px solid #272c3a;border-bottom:none}.light-mode .compose-window{background:#fff;border:1px solid #cbd5e1;border-bottom:none}.compose-window.minimized{height:42px;overflow:hidden}.compose-window.maximized{border-radius:4px;width:auto;max-width:none;height:auto;max-height:none;inset:10px}.compose-editor-body:empty:before{content:attr(data-placeholder);color:#94a3b899;pointer-events:none;display:block}.compose-editor-body:focus{outline:none}.compose-editor-body blockquote{opacity:.85;border-left:2px solid #2563eb;margin:8px 0;padding-left:10px}.compose-editor-body pre,.compose-editor-body code{background:#9696961f;border-radius:2px;padding:2px 5px;font-family:JetBrains Mono,monospace;font-size:12px}.mail-folder-item{border-radius:3px;transition:background .15s}.dark-mode .mail-folder-item:hover{background:#181c26}.light-mode .mail-folder-item:hover{background:#f1f5f9}.dark-mode .mail-folder-item.active-folder{background:#1e2433;color:#f3f4f6!important}.light-mode .mail-folder-item.active-folder{background:#f1f5f9;color:#0f172a!important}.ant-modal-content{box-shadow:none!important;border-radius:4px!important}.mobile-only{display:none!important}.desktop-only{display:flex!important}@media (width<=1024px){.mail-sidebar{width:200px;min-width:200px}.mail-list-pane{width:290px;min-width:250px}}@media (width<=768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}.liquid-glass-header{height:48px;min-height:48px;padding:0 10px}.desktop-sidebar{display:none!important}.mobile-stack-layout .mail-list-pane{border-right:none!important;width:100%!important;min-width:100%!important}.mobile-stack-layout .mail-detail-pane{z-index:20;position:absolute;inset:0;width:100%!important;min-width:100%!important}.compose-window{border:none!important;border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;inset:0!important}}
