:root{--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-background: #f3f4f6;--color-surface: #ffffff;--color-text-main: #111827;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-danger: #ef4444;--color-hover: #f3f4f6;--color-selected: #edd6ff;--color-checked: #fff7ed;--color-selected-checked: #eff6ff;--color-background-overlay: rgba(243, 244, 246, .7);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--font-family-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=dark]{--color-primary: #818cf8;--color-primary-hover: #6366f1;--color-background: #1e1e2e;--color-surface: #2a2a3c;--color-text-main: #e4e4ef;--color-text-muted: #9ca3b0;--color-border: #3f3f5a;--color-danger: #f87171;--color-hover: #2f2f42;--color-selected: #3b2d50;--color-checked: #3a3020;--color-selected-checked: #2a3040;--color-background-overlay: rgba(30, 30, 46, .75)}@font-face{font-family:b;src:url(/assets/Roboto-VariableFont_wdth_wght-WOy3sDCz.ttf) format("truetype");font-display:swap}@font-face{font-family:um;src:url(/assets/Roboto-VariableFont_wdth_wght-WOy3sDCz.ttf) format("truetype");font-display:swap}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:var(--font-family-sans);color:var(--color-text-main);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,select,button{font-family:inherit;color:inherit}button{cursor:pointer;border:none;background:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#4a4a60}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#6b6b85}[data-theme=dark] .toolbar img{filter:invert(.85)}[data-theme=dark] .toolbar button.active img{filter:invert(1) brightness(2)}.rightView[data-v-4fd217fd]{height:100%;display:flex;flex-direction:column}.right-view[data-v-4fd217fd]{flex:1;min-height:0}.leftView[data-v-cb43ce15]{overflow-y:scroll;overflow-x:hidden}.loading-overlay[data-v-fd3e8018]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-background-overlay, rgba(243, 244, 246, .7));display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loader[data-v-fd3e8018]{width:50px;aspect-ratio:1;border-radius:50%;background:var(--color-primary);-webkit-mask:radial-gradient(circle closest-side at 50% 40%,#0000 94%,#000);mask:radial-gradient(circle closest-side at 50% 40%,#0000 94%,#000);transform-origin:50% 40%;animation:l25-fd3e8018 1s infinite linear}@keyframes l25-fd3e8018{to{transform:rotate(1turn)}}.fade-enter-active[data-v-fd3e8018],.fade-leave-active[data-v-fd3e8018]{transition:opacity .3s ease}.fade-enter-from[data-v-fd3e8018],.fade-leave-to[data-v-fd3e8018]{opacity:0}.toast-container[data-v-239153fe]{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;max-width:380px}.toast-item[data-v-239153fe]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-main);font-size:.9rem;box-shadow:0 4px 12px #0000001f;pointer-events:auto}.toast-success[data-v-239153fe]{border-left:4px solid #22c55e}.toast-error[data-v-239153fe]{border-left:4px solid var(--color-danger)}.toast-warning[data-v-239153fe]{border-left:4px solid #f59e0b}.toast-info[data-v-239153fe]{border-left:4px solid var(--color-primary)}.toast-message[data-v-239153fe]{flex:1;line-height:1.4}.toast-close[data-v-239153fe]{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;border-radius:4px;color:var(--color-text-muted);cursor:pointer;transition:color .15s}.toast-close[data-v-239153fe]:hover{color:var(--color-text-main)}.toast-enter-active[data-v-239153fe]{transition:all .3s ease}.toast-leave-active[data-v-239153fe]{transition:all .2s ease}.toast-enter-from[data-v-239153fe],.toast-leave-to[data-v-239153fe]{opacity:0;transform:translate(100%)}.toast-move[data-v-239153fe]{transition:transform .3s ease}.app-layout[data-v-ba45b71f]{height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;background-color:var(--color-background)}.login-wrapper[data-v-ba45b71f]{width:100%;flex:1;display:flex;align-items:center;justify-content:center}.account-bar[data-v-ba45b71f]{width:100%;padding:.25rem 1rem;background-color:var(--color-primary);color:#fff;font-size:.75rem;font-weight:500;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.account-bar-email[data-v-ba45b71f]{letter-spacing:.02em}.theme-toggle[data-v-ba45b71f]{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:#fff;opacity:.8;transition:opacity .15s}.theme-toggle[data-v-ba45b71f]:hover{opacity:1}.mailbox-wrapper[data-v-ba45b71f]{display:flex;width:100%;flex:1;min-height:0}.sidebar[data-v-ba45b71f]{width:440px;flex-shrink:0;background-color:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column}.main-content[data-v-ba45b71f]{flex:1;min-width:0;background-color:var(--color-surface);display:flex;flex-direction:column}@media (max-width: 768px){.mailbox-wrapper[data-v-ba45b71f]{flex-direction:column}.sidebar[data-v-ba45b71f]{width:100%;height:40%;border-right:none;border-bottom:1px solid var(--color-border)}}
