body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary:#2563eb;--bg:#f8fafc;--sidebar-bg:#1e293b;--card-bg:#fff;--border:#e2e8f0;--text:#1e293b;--text-muted:#64748b;--item-hover:#f1f5f9;--item-active:#eff6ff;--detail-bg:#fff}.dark{--bg:#0f172a;--sidebar-bg:#020617;--card-bg:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--item-hover:#1e293b;--item-active:#2d3748;--detail-bg:#0f172a}*{box-sizing:border-box;transition:background .1s,border-color .1s}body{background:#f8fafc;background:var(--bg);color:#1e293b;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;overflow:hidden}.app-container{display:flex;height:100vh;width:100vw}.sidebar{align-items:center;background:#1e293b;background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;padding:1.5rem 0;width:64px}.sidebar-logo{color:#2563eb;color:var(--primary);margin-bottom:2rem}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.sidebar-logout,.sidebar-nav button{background:none;border:none;border-radius:.5rem;color:#94a3b8;cursor:pointer;padding:.5rem}.sidebar-logout:hover,.sidebar-nav button:hover{background:#334155;color:#fff}.sidebar-nav button.active{background:#2563eb;background:var(--primary);color:#fff}.main-wrapper{display:flex;flex:1 1;flex-direction:column;min-width:0}.header{background:#fff;background:var(--card-bg);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);justify-content:space-between;padding:.75rem 1.5rem}.header,.header-left{align-items:center;display:flex;gap:1.5rem}.header-left{color:#64748b;color:var(--text-muted)}.empty-trash-btn{background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#b91c1c;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .75rem;transition:all .2s}.empty-trash-btn:hover{background:#fecaca}.dark .empty-trash-btn{background:#451225;border-color:#881337;color:#fda4af}.search-bar{flex:1 1;max-width:600px;position:relative}.search-bar input{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:9999px;color:#1e293b;color:var(--text);outline:none;padding:.5rem 1rem .5rem 2.5rem;width:100%}.search-icon{color:#64748b;color:var(--text-muted);left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.user-section{align-items:center;display:flex;gap:1rem}.user-email{color:#64748b;color:var(--text-muted);font-size:.875rem;font-weight:500}.refresh-btn,.theme-toggle{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:.5rem}.refresh-btn:hover,.theme-toggle:hover{background:#f1f5f9;background:var(--item-hover);color:#1e293b;color:var(--text)}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-content{background:#f8fafc;background:var(--bg);display:flex;flex:1 1;overflow:hidden}.email-list{background:#fff;background:var(--card-bg);border-right:1px solid #e2e8f0;border-right:1px solid var(--border);overflow-y:auto;width:350px}.email-item{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);border-left:4px solid #0000;cursor:pointer;padding:1.25rem 1rem}.email-item:hover{background:#f1f5f9;background:var(--item-hover)}.email-item.active{background:#eff6ff;background:var(--item-active);border-left-color:#2563eb;border-left-color:var(--primary)}.phishing-item{background:#fff1f2}.dark .phishing-item{background:#451225}.email-item-info{display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.5rem}.email-sender{color:#1e293b;color:var(--text);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-date{color:#64748b;color:var(--text-muted)}.email-subject{align-items:center;color:#1e293b;color:var(--text);display:flex;font-weight:500;gap:.5rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warn-icon{color:#e11d48}.email-preview{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;color:var(--text-muted);display:-webkit-box;font-size:.85rem;overflow:hidden}.email-detail{background:#fff;background:var(--detail-bg);flex:1 1;overflow-y:auto}.detail-view{color:#1e293b;color:var(--text);margin:0 auto;max-width:900px;padding:2rem}.phishing-banner{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.phishing-banner p{font-size:.875rem;margin:.25rem 0 0}.detail-header-v2{margin-bottom:2rem}.header-main-info{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.header-main-info h2{flex:1 1;font-size:1.5rem;line-height:1.3;margin:0}.header-actions{display:flex;gap:.5rem}.action-btn{background:none;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;color:#64748b;color:var(--text-muted);cursor:pointer;padding:.5rem}.action-btn:hover{background:#fff1f2;border-color:#e11d48;color:#e11d48}.sender-card{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;gap:1rem;padding:1rem}.sender-avatar,.sender-card{align-items:center;display:flex}.sender-avatar{background:#2563eb;background:var(--primary);border-radius:50%;color:#fff;font-weight:700;height:40px;justify-content:center;width:40px}.sender-details{flex:1 1;min-width:0}.sender-name{font-size:.95rem;font-weight:600}.date-badge,.recipient-to{color:#64748b;color:var(--text-muted);font-size:.85rem}.detail-body-v2{background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 1px 3px #0000000d;font-size:1.05rem;line-height:1.7;margin:2rem 0;padding:1.5rem;white-space:pre-wrap}.ai-summary-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;margin-bottom:1.5rem;padding:1.25rem}.ai-summary-box h3{color:#1e40af;font-size:.9rem;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.ai-summary-box p{color:#1e3a8a;font-size:1rem;font-style:italic;margin:0}.dark .ai-summary-box{background:#1e293b;border-color:#334155}.dark .ai-summary-box h3{color:#60a5fa}.dark .ai-summary-box p{color:#cbd5e1}.attachments-section{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.attachments-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.attachment-item{align-items:center;background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem}.att-name{flex:1 1;font-size:.85rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.att-size{color:#64748b;color:var(--text-muted);font-size:.75rem}.settings-view{display:flex;flex:1 1;justify-content:center;overflow-y:auto;padding:3rem}.settings-card{background:#fff;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;max-width:600px;padding:2rem;width:100%}.filter-form{display:flex;gap:.5rem;margin:2rem 0}.filter-form input{flex:1 1}.filter-form input,.filter-form select{background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;color:#1e293b;color:var(--text);padding:.75rem}.filter-form button{background:#2563eb;background:var(--primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:0 1.5rem}.filters-list{display:flex;flex-direction:column;gap:.75rem}.filter-item{align-items:center;background:#f8fafc;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;display:flex;justify-content:space-between;padding:1rem}.filter-info{display:flex;flex-direction:column;gap:.25rem}.filter-info span{color:#64748b;color:var(--text-muted);font-size:.75rem;text-transform:uppercase}.filter-item button{background:none;border:none;color:#e11d48;cursor:pointer;padding:.5rem}.raw-toggle{margin-top:4rem;opacity:.5;transition:opacity .2s}.raw-toggle:hover{opacity:1}.raw-toggle pre{background:#f8fafc;background:var(--bg);border-radius:.5rem;font-size:.7rem;overflow-x:auto;padding:1rem}.detail-placeholder{align-items:center;color:#64748b;color:var(--text-muted);display:flex;flex-direction:column;height:100%;justify-content:center}@media (max-width:1024px){.email-list{width:300px}}
/*# sourceMappingURL=main.1a4f1992.css.map*/