.wm{--rail-w: 224px;--list-w: 372px;--pane-pad: 14px;display:grid;grid-template-columns:var(--rail-w) var(--list-w) minmax(0,1fr);gap:0;height:calc(100vh - var(--topbar-h) - 44px);min-height:460px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.wm__rail{display:flex;flex-direction:column;min-height:0;background:var(--surface-2);border-right:1px solid var(--border)}.wm__compose{margin:12px;padding:10px 14px;width:calc(100% - 24px);justify-content:center;box-shadow:var(--shadow-sm)}.wm__folders{flex:1;overflow-y:auto;padding:0 8px 10px;min-height:0}.wm__group{padding:12px 10px 4px;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-subtle)}.wm__folder{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:var(--radius-sm);background:none;color:var(--fg-muted);font-size:13.5px;font-weight:550;text-align:left;cursor:pointer;font-family:inherit}.wm__folder:hover{background:var(--border);color:var(--fg)}.wm__folder[aria-current=true]{background:var(--brand-600);color:#fff;font-weight:600}.wm__folder[aria-current=true] .wm__folder-count{background:#ffffff3d;color:#fff}.wm__folder-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wm__folder-count{font-size:10.5px;font-weight:700;padding:1px 7px;border-radius:999px;background:var(--brand-600);color:#fff}.wm__folder-count--muted{background:var(--border-strong);color:var(--fg-muted)}.wm__rail-foot{border-top:1px solid var(--border);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.wm__quota{display:flex;flex-direction:column;gap:5px}.wm__list{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--border);background:var(--surface)}.wm__list-head{padding:12px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:9px;flex:0 0 auto}.wm__list-title{display:flex;align-items:center;gap:9px;font-weight:700;font-size:14.5px;letter-spacing:-.2px}.wm__list-sub{font-size:12px;color:var(--fg-muted);font-weight:400}.wm__filters{display:flex;gap:5px;flex-wrap:wrap}.wm__chip{border:1px solid var(--border-strong);background:var(--surface);color:var(--fg-muted);border-radius:999px;padding:3px 11px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.wm__chip:hover{background:var(--surface-2);color:var(--fg)}.wm__chip[aria-pressed=true]{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.wm__bulkbar{display:flex;align-items:center;gap:7px;padding:8px 12px;background:var(--brand-50);border-bottom:1px solid var(--border);font-size:12.5px;flex-wrap:wrap}.wm__list-body{flex:1;overflow-y:auto;min-height:0}.wm__row{display:grid;grid-template-columns:22px 1fr auto;gap:10px;align-items:start;padding:11px 13px;border-bottom:1px solid var(--border);cursor:pointer;position:relative;background:var(--surface)}.wm__row:hover{background:var(--surface-2)}.wm__row[data-active=true]{background:var(--brand-50)}.wm__row[data-active=true]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--brand-600)}.wm__row[data-unread=true] .wm__row-subject{font-weight:700;color:var(--fg)}.wm__row[data-selected=true]{background:var(--brand-50)}.wm__row-check{width:16px;height:16px;margin-top:2px;accent-color:var(--brand-600);cursor:pointer}.wm__row-main{min-width:0}.wm__row-top{display:flex;align-items:baseline;gap:8px}.wm__row-from{font-size:13px;font-weight:600;color:var(--fg);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wm__row-date{font-size:11px;color:var(--fg-subtle);white-space:nowrap}.wm__row-subject{font-size:13.5px;margin-top:2px;color:var(--fg-2, var(--fg));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wm__row-snippet{font-size:12px;color:var(--fg-muted);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wm__row-flags{display:flex;gap:4px;align-items:center;margin-top:3px}.wm__dot{width:7px;height:7px;border-radius:50%;background:var(--brand-600);flex:0 0 7px;margin-top:6px}.wm__reader{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface);overflow:hidden}.wm__reader-head{padding:14px 18px;border-bottom:1px solid var(--border);flex:0 0 auto}.wm__reader-subject{font-size:17px;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0 0 10px;word-break:break-word}.wm__reader-meta{display:flex;gap:11px;align-items:flex-start}.wm__reader-who{min-width:0;flex:1}.wm__reader-from{font-weight:650;font-size:13.5px}.wm__reader-addr{font-size:12px;color:var(--fg-muted);word-break:break-all}.wm__reader-tools{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.wm__reader-body{flex:1;overflow-y:auto;padding:18px;min-height:0}.wm__frame{width:100%;min-height:420px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.wm__plain{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:14px;line-height:1.7;margin:0;max-width:72ch}.wm__attachments{display:flex;flex-wrap:wrap;gap:9px;padding:14px 18px;border-top:1px solid var(--border);background:var(--surface-2)}.wm__attach{display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);font-size:12.5px;cursor:pointer;text-decoration:none;color:inherit;max-width:260px}.wm__attach:hover{border-color:var(--brand-500)}.wm__attach-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.wm__attach-size{color:var(--fg-subtle);font-size:11px}.wc{position:fixed;z-index:130;background:var(--surface);display:flex;flex-direction:column;border:1px solid var(--border-strong);box-shadow:var(--shadow-lg);overflow:hidden}.wc--window{right:22px;bottom:0;width:min(620px,calc(100vw - 44px));height:min(660px,calc(100vh - 90px));border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:0}.wc--full{top:0;right:0;bottom:0;left:0;border-radius:0;border:0}.wc--min{right:22px;bottom:0;width:min(340px,calc(100vw - 44px));border-radius:var(--radius) var(--radius) 0 0;border-bottom:0;cursor:pointer}.wc--min .wc__bar{border-bottom:0}.wc__bar{display:flex;align-items:center;gap:10px;padding:10px 12px 10px 16px;background:var(--slate-800);color:#fff;flex:0 0 auto}.wc__bar-main{display:flex;align-items:baseline;gap:10px;min-width:0;flex:1}.wc__title{font-weight:650;font-size:14px;letter-spacing:-.01em}.wc__bar-sub{font-size:12px;opacity:.72}.wc__bar-actions{display:flex;align-items:center;gap:2px;flex:0 0 auto}.wc__bar-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#e2e8f0;cursor:pointer}.wc__bar-btn:hover{background:#ffffff24;color:#fff}.wc__head{flex:0 0 auto;padding:10px 16px 8px;border-bottom:1px solid var(--border);background:var(--surface)}.wc-row{display:flex;align-items:flex-start;gap:9px;border-bottom:1px solid var(--border);padding:6px 0}.wc__head .wc-row:last-of-type{border-bottom:0}.wc-row__label{flex:0 0 52px;width:52px;padding-top:8px;font-size:12.5px;font-weight:650;color:var(--fg-muted)}.wc-row__field{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.wc-chips{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.wc-row__input{flex:1;min-width:150px;border:0;background:none;font:inherit;font-size:14px;color:var(--fg);padding:7px 0}.wc-row__input:focus{outline:none}.wc-row__input--subject{font-weight:600}.wc__ccb{border:0;background:none;color:var(--fg-muted);font-size:12.5px;font-weight:600;cursor:pointer;padding:6px 4px;white-space:nowrap}.wc__ccb:hover{color:var(--brand-600)}.wc__from{display:flex;align-items:center;gap:7px;padding-top:7px;font-size:12px;color:var(--fg-subtle)}.wc__from b{color:var(--fg-muted);font-weight:600}.wc__tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:var(--brand-50);color:var(--brand-700);font-size:11px;font-weight:650}.wc-suggest{left:61px;right:12px}.wc__editor{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.wc-tb{display:flex;align-items:center;gap:1px;padding:6px 10px;border-bottom:1px solid var(--border);background:var(--surface-2);flex:0 0 auto;overflow-x:auto;scrollbar-width:thin}.wc-tb__btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:var(--fg-muted);cursor:pointer;flex:0 0 auto}.wc-tb__btn:hover{background:var(--border);color:var(--fg)}.wc-tb__btn.is-active{background:var(--brand-100);color:var(--brand-700)}.wc-tb__btn--danger:hover{background:var(--red-50);color:var(--red-600)}.wc-tb__sep{width:1px;height:20px;background:var(--border-strong);margin:0 5px;flex:0 0 auto}.wc-tb__grow{flex:1;min-width:8px}.wc-tb__select{height:30px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--fg);font:inherit;font-size:12.5px;padding:0 6px;cursor:pointer;flex:0 0 auto}.wc-tb__select--template{max-width:170px}.wc__editor-wrap{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.wc__body{flex:1;min-height:160px;overflow-y:auto;padding:16px;font-size:14.5px;line-height:1.62;color:var(--fg);outline:none}.wc__body.is-plain{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13.5px;white-space:pre-wrap}.wc__body:empty:before{content:attr(data-placeholder);color:var(--fg-subtle);pointer-events:none}.wc__body blockquote{margin:10px 0;padding:4px 0 4px 14px;border-left:3px solid var(--brand-200);color:var(--fg-muted)}.wc__body a{color:var(--brand-600)}.wc__body img{max-width:100%;height:auto}.wc__body ul,.wc__body ol{padding-left:24px;margin:8px 0}.wc-pop{position:absolute;z-index:5;display:flex;gap:6px;padding:9px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}.wc-pop--link{left:14px;right:14px;bottom:14px}.wc-pop--link .input{flex:1;min-width:0}.wc-pop--emoji{left:14px;bottom:14px;flex-wrap:wrap;gap:2px;max-width:260px}.wc-emoji{border:0;background:none;font-size:19px;line-height:1;padding:5px;border-radius:6px;cursor:pointer}.wc-emoji:hover{background:var(--surface-2)}.wc__files{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 10px}.wc-file{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:5px 6px 5px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);font-size:12.5px}.wc-file>span:first-of-type{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wc-file__size{color:var(--fg-subtle);font-size:11px}.wc-file__x{border:0;background:none;cursor:pointer;color:var(--fg-muted);font-size:14px;line-height:1;padding:0 3px;border-radius:4px}.wc-file__x:hover{color:var(--red-600)}.wc__error{flex:0 0 auto;margin:0 16px 10px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--red-50);color:var(--red-600);font-size:13px}.wc__drop{position:absolute;top:10px;right:10px;bottom:10px;left:10px;display:flex;align-items:center;justify-content:center;border:2px dashed var(--brand-400);border-radius:var(--radius);background:#6366f112;color:var(--brand-700);font-weight:650;font-size:14px;pointer-events:none}.wc__confirm{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;text-align:center;background:#f8fafcf7}.wc__confirm p{margin:6px 0 0;color:var(--fg-muted);font-size:13px}.wc__confirm-actions{display:flex;gap:8px}.wc__foot{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:10px 14px;border-top:1px solid var(--border);background:var(--surface);flex-wrap:wrap}.wc__spacer{flex:1;min-width:8px}.wc__size{font-size:11.5px;color:var(--fg-subtle)}.wc__size.is-warn{color:var(--amber-600);font-weight:650}.wc-send{position:relative;display:inline-flex}.wc-send__main{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 18px;border:0;border-radius:999px 0 0 999px;background:var(--brand-600);color:#fff;font:inherit;font-size:14px;font-weight:650;cursor:pointer}.wc-send__main:hover{background:var(--brand-700)}.wc-send__main:disabled{opacity:.7;cursor:default}.wc-send__caret{display:inline-flex;align-items:center;justify-content:center;width:30px;height:36px;border:0;border-left:1px solid rgba(255,255,255,.28);border-radius:0 999px 999px 0;background:var(--brand-600);color:#fff;cursor:pointer}.wc-send__caret:hover{background:var(--brand-700)}.wc-menu{position:absolute;bottom:calc(100% + 6px);left:0;min-width:230px;padding:5px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:8}.wc-menu button{display:flex;align-items:center;gap:9px;width:100%;padding:9px 11px;border:0;border-radius:6px;background:none;color:var(--fg);font:inherit;font-size:13.5px;text-align:left;cursor:pointer}.wc-menu button:hover{background:var(--surface-2)}@media (max-width: 900px){.wc--window,.wc--min{top:0;right:0;bottom:0;left:0;width:auto;height:auto;border-radius:0;border:0}}@media (max-width: 640px){.wc .hide-sm{display:none!important}.wc-tb{padding:6px 8px}.wc-tb__select--template{max-width:120px}.wc__head{padding:8px 12px 6px}.wc-row__label{flex-basis:44px;width:44px;font-size:12px}.wc-suggest{left:53px;right:8px}.wc__body{padding:13px}.wc__foot{padding:9px 12px;gap:5px}.wc-send__main{padding:0 14px}.wc__from{flex-wrap:wrap}.wc-pop--link{left:8px;right:8px;bottom:8px}}@media (min-width: 641px) and (max-width: 900px){.wc .hide-sm{display:inline-flex!important}}.wm-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 6px 3px 10px;border-radius:999px;background:var(--brand-50);color:var(--brand-700);font-size:12.5px;border:1px solid var(--brand-100);max-width:100%}.wm-chip__x{border:0;background:none;cursor:pointer;color:inherit;opacity:.65;padding:0 3px;font-size:13px;line-height:1}.wm-chip__x:hover{opacity:1}.wm-suggest{position:absolute;z-index:20;top:100%;left:0;right:0;margin-top:3px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);max-height:232px;overflow-y:auto}.wm-suggest__item{display:block;width:100%;text-align:left;padding:8px 12px;border:0;background:none;cursor:pointer;font-size:13px;font-family:inherit;color:var(--fg)}.wm-suggest__item:hover,.wm-suggest__item[data-active=true]{background:var(--brand-50)}.wm-suggest__name{font-weight:600}.wm-suggest__addr{color:var(--fg-muted);font-size:12px}.wm-attach-list{display:flex;flex-direction:column;gap:7px}.wm-attach-item{display:flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12.5px;background:var(--surface-2)}.wm-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.wm-contact{border:1px solid var(--border);border-radius:var(--radius);padding:14px;background:var(--surface);display:flex;gap:11px;align-items:flex-start}.wm-contact__body{min-width:0;flex:1}.wm-contact__name{font-weight:650;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wm-contact__mail{font-size:12px;color:var(--fg-muted);word-break:break-all}.wm-contact__meta{font-size:11.5px;color:var(--fg-subtle);margin-top:3px}.wm-contact__tools{display:flex;gap:2px}@media (max-width: 1180px){.wm{grid-template-columns:var(--list-w) minmax(0,1fr);height:calc(100vh - var(--topbar-h) - 32px)}.wm__rail{position:fixed;z-index:110;top:0;bottom:0;left:0;width:268px;transform:translate(-100%);transition:transform .22s ease-out;box-shadow:var(--shadow-lg);border-right:1px solid var(--border)}.wm[data-drawer=true] .wm__rail{transform:none}.wm__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:105;background:#0f172a73}}@media (min-width: 1181px){.wm__scrim{display:none}.wm__menu-btn{display:none!important}}@media (max-width: 820px){.wm{grid-template-columns:minmax(0,1fr);height:calc(100vh - var(--topbar-h) - 24px);border-radius:var(--radius)}.wm__list,.wm__reader{display:none}.wm[data-pane=list] .wm__list,.wm[data-pane=reader] .wm__reader{display:flex}.wm__rail{width:84vw;max-width:320px}.wm__reader-head{padding:12px 14px}.wm__reader-body{padding:14px}.wm__reader-subject{font-size:16px}.wm__attachments{padding:12px 14px}.wm__filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.wm__chip{flex:0 0 auto}.wm-cards{grid-template-columns:1fr}.wm-back{display:inline-flex!important}}@media (min-width: 821px){.wm-back{display:none!important}}@media (max-width: 420px){.wm{--list-w: 100%}.wm__row{grid-template-columns:20px 1fr}.wm__row-date,.wm__row-flags{display:none}}@media (max-width: 820px){.wc__title{font-size:13.5px}}@media (prefers-reduced-motion: reduce){.wm__rail{transition:none}}.wm-fab{display:none;position:fixed;right:18px;bottom:18px;z-index:60;width:54px;height:54px;border-radius:50%;padding:0;box-shadow:var(--shadow-md)}@media (max-width: 820px){.wm-fab{display:inline-flex}}@media (hover: none) and (pointer: coarse){.wm__row{padding-top:13px;padding-bottom:13px}.wm__row-check{width:20px;height:20px;margin-top:1px}.wm__folder{padding:11px 10px}.wm__chip{padding:8px 14px;min-height:34px}.wm__attach{padding:11px 13px}.wm__folder-count{font-size:11.5px;padding:2px 8px}}:root{--brand-50: #eef2ff;--brand-100: #e0e7ff;--brand-200: #c7d2fe;--brand-400: #818cf8;--brand-500: #6366f1;--brand-600: #4f46e5;--brand-700: #4338ca;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--green-50: #ecfdf5;--green-500: #10b981;--green-600: #059669;--green-700: #047857;--amber-50: #fffbeb;--amber-500: #f59e0b;--amber-600: #d97706;--red-50: #fef2f2;--red-500: #ef4444;--red-600: #dc2626;--sky-50: #f0f9ff;--sky-500: #0ea5e9;--violet-50:#f5f3ff;--violet-500: #8b5cf6;--bg: var(--slate-50);--surface: #ffffff;--surface-2: var(--slate-100);--border: var(--slate-200);--border-strong: var(--slate-300);--fg: var(--slate-900);--fg-muted: var(--slate-500);--fg-subtle: var(--slate-400);--radius: 10px;--radius-lg: 14px;--radius-sm: 7px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 14px rgba(15, 23, 42, .09);--shadow-lg: 0 18px 45px rgba(15, 23, 42, .16);--ring: 0 0 0 3px rgba(99, 102, 241, .22);--sidebar-w: 246px;--topbar-h: 60px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}[data-theme=dark]{--bg: #0b1120;--surface: #111827;--surface-2: #1e293b;--border: #1f2937;--border-strong: #334155;--fg: #f1f5f9;--fg-muted: #94a3b8;--fg-subtle: #64748b;--brand-50: #1e1b4b;--brand-100: #312e81;--green-50: #052e22;--amber-50: #3b2a05;--red-50: #3f1414;--sky-50: #082f49;--violet-50: #2e1065;--shadow-lg: 0 18px 45px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.55;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--brand-600);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:6px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:40}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.sidebar__logo{width:34px;height:34px;border-radius:9px;flex:0 0 34px;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));display:grid;place-items:center;color:#fff;font-weight:800;font-size:15px;box-shadow:var(--shadow-sm)}.sidebar__title{font-weight:700;font-size:15px;letter-spacing:-.2px;line-height:1.15}.sidebar__sub{font-size:11px;color:var(--fg-muted)}.sidebar__nav{flex:1;overflow-y:auto;padding:12px 10px 24px}.nav-group{margin-bottom:4px}.nav-group__label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-subtle);padding:14px 10px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--radius-sm);color:var(--fg-muted);font-weight:500;font-size:13.5px;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:background .13s,color .13s}.nav-item:hover{background:var(--surface-2);color:var(--fg);text-decoration:none}.nav-item--active{background:var(--brand-50);color:var(--brand-700);font-weight:600}[data-theme=dark] .nav-item--active{color:var(--brand-200)}.nav-item__icon{width:17px;height:17px;flex:0 0 17px;display:grid;place-items:center;opacity:.9}.nav-item__badge{margin-left:auto;font-size:10.5px;font-weight:700;padding:1px 7px;border-radius:999px;background:var(--brand-600);color:#fff}.sidebar__foot{border-top:1px solid var(--border);padding:12px}.user-chip{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--radius-sm)}.user-chip:hover{background:var(--surface-2)}.user-chip__meta{min-width:0}.user-chip__name{font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chip__role{font-size:11px;color:var(--fg-muted);text-transform:capitalize}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);flex:0 0 var(--topbar-h);background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;padding:0 20px;position:sticky;top:0;z-index:30}.topbar__title{font-weight:700;font-size:16px;letter-spacing:-.2px}.topbar__sub{font-size:12px;color:var(--fg-muted)}.topbar__spacer{flex:1}.page{padding:22px 20px 56px;max-width:1500px;width:100%}.page--wide{max-width:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card__head{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid var(--border)}.card__title{font-weight:650;font-size:14.5px;letter-spacing:-.1px}.card__sub{font-size:12px;color:var(--fg-muted)}.card__body{padding:18px}.card__foot{padding:13px 18px;border-top:1px solid var(--border);background:var(--surface-2);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.grid{display:grid;gap:16px}.grid--4{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--2{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.stack{display:flex;flex-direction:column;gap:16px}.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.row--between{justify-content:space-between}.row--tight{gap:6px}.spacer{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--fg);font-size:13.5px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .13s,border-color .13s,transform .06s,box-shadow .13s}.btn:hover:not(:disabled){background:var(--surface-2)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.btn--primary:hover:not(:disabled){background:var(--brand-700);border-color:var(--brand-700)}.btn--danger{background:var(--red-500);border-color:var(--red-500);color:#fff}.btn--danger:hover:not(:disabled){background:var(--red-600);border-color:var(--red-600)}.btn--ghost{border-color:transparent;background:transparent}.btn--ghost:hover:not(:disabled){background:var(--surface-2)}.btn--sm{padding:5px 10px;font-size:12.5px}.btn--icon{padding:7px;width:34px;height:34px}.field{display:flex;flex-direction:column;gap:5px}.label{font-size:12.5px;font-weight:600;color:var(--fg)}.hint{font-size:11.5px;color:var(--fg-muted)}.error-text{font-size:11.5px;color:var(--red-600)}.input,.select,.textarea{width:100%;padding:8px 11px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--fg);font-size:13.5px;font-family:inherit;transition:border-color .13s,box-shadow .13s}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--brand-500);box-shadow:var(--ring)}.input--invalid{border-color:var(--red-500)}.textarea{resize:vertical;min-height:92px;line-height:1.55}.textarea--mono{font-family:var(--mono);font-size:12.5px}.input-group{display:flex}.input-group .input{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.input-group__addon{display:flex;align-items:center;padding:0 11px;border:1px solid var(--border-strong);border-left:none;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface-2);font-size:13px;color:var(--fg-muted);white-space:nowrap}.badge{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:650;letter-spacing:.01em;white-space:nowrap}.badge--neutral{background:var(--surface-2);color:var(--fg-muted)}.badge--brand{background:var(--brand-50);color:var(--brand-700)}.badge--green{background:var(--green-50);color:var(--green-700)}.badge--amber{background:var(--amber-50);color:var(--amber-600)}.badge--red{background:var(--red-50);color:var(--red-600)}.badge--sky{background:var(--sky-50);color:#0369a1}.badge--violet{background:var(--violet-50);color:#6d28d9}.badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.stat{display:flex;flex-direction:column;gap:3px;padding:16px 18px}.stat__label{font-size:11.5px;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted)}.stat__value{font-size:26px;font-weight:750;letter-spacing:-.6px;line-height:1.15}.stat__meta{font-size:12px;color:var(--fg-muted)}.stat__icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg)}table.table{width:100%;border-collapse:collapse;font-size:13.5px}.table thead th{text-align:left;padding:10px 14px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}.table tbody td{padding:11px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-2)}.table__actions{display:flex;gap:5px;justify-content:flex-end}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;padding:6vh 16px 40px;overflow-y:auto}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:560px;border:1px solid var(--border);animation:modal-in .17s ease-out}.modal--lg{max-width:880px}.modal--xl{max-width:1120px}@keyframes modal-in{0%{opacity:0;transform:translateY(-10px) scale(.99)}to{opacity:1;transform:none}}.modal__head{display:flex;align-items:flex-start;gap:12px;padding:18px 20px 14px;border-bottom:1px solid var(--border)}.modal__title{font-weight:700;font-size:16px;letter-spacing:-.2px}.modal__sub{font-size:12.5px;color:var(--fg-muted);margin-top:2px}.modal__body{padding:20px}.modal__foot{padding:14px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:9px;background:var(--surface-2);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);overflow-x:auto}.tab{padding:9px 15px;border:none;background:none;cursor:pointer;font-size:13.5px;font-weight:600;color:var(--fg-muted);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.tab:hover{color:var(--fg)}.tab--active{color:var(--brand-600);border-bottom-color:var(--brand-600)}.toast-stack{position:fixed;top:16px;right:16px;z-index:200;display:flex;flex-direction:column;gap:9px;max-width:380px}.toast{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);animation:toast-in .19s ease-out;border-left:3px solid var(--brand-600)}.toast--success{border-left-color:var(--green-500)}.toast--error{border-left-color:var(--red-500)}.toast--warning{border-left-color:var(--amber-500)}@keyframes toast-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}.toast__title{font-weight:650;font-size:13.5px}.toast__body{font-size:12.5px;color:var(--fg-muted)}.empty{text-align:center;padding:46px 20px;color:var(--fg-muted)}.empty__icon{font-size:32px;margin-bottom:10px;opacity:.6}.empty__title{font-weight:650;font-size:15px;color:var(--fg);margin-bottom:4px}.spinner{width:15px;height:15px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:spin .62s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.avatar{width:32px;height:32px;border-radius:50%;flex:0 0 32px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:12px}.mono{font-family:var(--mono);font-size:12.5px}.muted{color:var(--fg-muted)}.subtle{color:var(--fg-subtle)}.strong{font-weight:650}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pre-wrap{white-space:pre-wrap;word-break:break-word}.divider{height:1px;background:var(--border)}.code-block{background:var(--slate-900);color:#e2e8f0;padding:14px 16px;border-radius:var(--radius);font-family:var(--mono);font-size:12.5px;overflow-x:auto;line-height:1.65}[data-theme=dark] .code-block{background:#020617;border:1px solid var(--border)}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--bg)}.auth-hero{background:linear-gradient(150deg,#312e81,#4f46e5 42%,#0ea5e9);color:#fff;padding:52px 56px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:#ffffff12;right:-180px;bottom:-200px}.auth-hero__title{font-size:36px;font-weight:780;letter-spacing:-1.1px;line-height:1.15;margin:0 0 14px}.auth-hero__text{font-size:15px;opacity:.9;max-width:430px;line-height:1.65}.auth-features{display:flex;flex-direction:column;gap:13px;margin-top:30px;position:relative;z-index:1}.auth-feature{display:flex;gap:11px;align-items:flex-start;font-size:13.5px}.auth-feature__icon{width:30px;height:30px;border-radius:8px;flex:0 0 30px;background:#ffffff29;display:grid;place-items:center;font-size:14px}.auth-form-wrap{display:grid;place-items:center;padding:40px 24px}.auth-form{width:100%;max-width:380px}.webmail{display:grid;grid-template-columns:208px 340px 1fr;gap:0;height:calc(100vh - var(--topbar-h) - 44px);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.webmail__folders{border-right:1px solid var(--border);background:var(--surface-2);padding:12px 8px;overflow-y:auto}.webmail__list{border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0}.webmail__list-head{padding:12px;border-bottom:1px solid var(--border)}.webmail__list-body{flex:1;overflow-y:auto}.webmail__reader{display:flex;flex-direction:column;min-width:0;overflow:hidden}.webmail__reader-head{padding:16px 18px;border-bottom:1px solid var(--border)}.webmail__reader-body{flex:1;overflow-y:auto;padding:18px}.webmail__reader-body iframe{width:100%;border:0;min-height:420px}.mail-row{padding:11px 13px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.mail-row:hover{background:var(--surface-2)}.mail-row--active{background:var(--brand-50)}.mail-row--unread .mail-row__subject{font-weight:700}.mail-row__top{display:flex;align-items:baseline;gap:8px}.mail-row__from{font-size:13px;font-weight:600;flex:1;min-width:0}.mail-row__date{font-size:11px;color:var(--fg-subtle);white-space:nowrap}.mail-row__subject{font-size:13px;margin-top:2px}.mail-row__snippet{font-size:12px;color:var(--fg-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 10px;border:none;background:none;border-radius:var(--radius-sm);font-size:13.5px;font-weight:550;color:var(--fg-muted);cursor:pointer;text-align:left}.folder-item:hover{background:var(--border);color:var(--fg)}.folder-item--active{background:var(--brand-600);color:#fff}.folder-item__count{margin-left:auto;font-size:11px;font-weight:700;opacity:.8}.editor-split{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:460px}.editor-split>*{min-width:0}.editor-split__pane{display:flex;flex-direction:column}.editor-split__head{padding:9px 14px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);background:var(--surface-2);border-bottom:1px solid var(--border)}.editor-split__body{flex:1;overflow:auto;padding:14px}.editor-split__pane+.editor-split__pane{border-left:1px solid var(--border)}.editor-split .textarea{min-height:340px;border:none;padding:0;font-family:var(--mono);font-size:12.5px}.editor-split .textarea:focus{box-shadow:none}.preview-frame{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-height:360px}.var-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-family:var(--mono);font-size:11.5px;background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);cursor:pointer}.var-chip:hover{background:var(--brand-100)}.progress{height:7px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress__bar{height:100%;background:linear-gradient(90deg,var(--brand-500),var(--brand-700));border-radius:999px;transition:width .35s}.progress__bar--green{background:linear-gradient(90deg,var(--green-500),var(--green-700))}.spark{display:flex;align-items:flex-end;gap:3px;height:46px}.spark__bar{flex:1;background:var(--brand-200);border-radius:3px 3px 0 0;min-height:3px;transition:height .3s}.spark__bar--today{background:var(--brand-600)}@media (max-width: 1180px){.webmail{grid-template-columns:176px 1fr}.webmail__reader{display:none}.webmail--reading{grid-template-columns:1fr}.webmail--reading .webmail__folders,.webmail--reading .webmail__list{display:none}.webmail--reading .webmail__reader{display:flex}}@media (max-width: 900px){.auth-page{grid-template-columns:1fr}.auth-hero{display:none}.editor-split{grid-template-columns:1fr}.editor-split__pane+.editor-split__pane{border-left:none;border-top:1px solid var(--border)}}@media (max-width: 820px){.sidebar{position:fixed;inset:0 auto 0 0;transform:translate(-100%);transition:transform .22s ease-out;box-shadow:var(--shadow-lg)}.sidebar--open{transform:none}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:35}.topbar{padding:0 14px}.page{padding:16px 14px 48px}.webmail{grid-template-columns:1fr;height:auto}.webmail__folders{display:flex;gap:6px;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border)}}.topbar__actions{display:flex;align-items:center;gap:6px;flex:0 0 auto;min-width:0}.hide-md{display:none}@media (max-width: 1180px){.hide-md{display:inline}.hide-sm{display:none}}@media (max-width: 820px){.topbar{padding:0 12px;gap:8px}.topbar__actions{gap:4px}.topbar__title{font-size:15px}.topbar__sub{display:none}}@media (max-width: 420px){.hide-md{display:none}}@media (hover: none) and (pointer: coarse){.btn{min-height:40px}.btn--sm{min-height:36px;padding:8px 13px}.btn--icon{min-width:40px;height:40px}.nav-item{padding:12px 10px}.tab{padding:12px 15px}.select,.input{min-height:40px}.wm__chip{padding:7px 13px}}
