*{box-sizing:border-box}body{margin:0;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;background:#f5f5f5}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.login-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 40px #0003;text-align:center;max-width:400px;width:90%}.login-title{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.login-subtitle{color:#64748b;margin-bottom:2rem;font-size:.95rem}.google-signin-btn{width:100%;padding:12px 24px;font-size:1rem;font-weight:600;color:#1a1a2e;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.google-signin-btn:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard{display:flex;min-height:100vh}.sidebar{width:240px;min-width:240px;background:#1a1a2e;color:#fff;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.sidebar-menu{list-style:none}.sidebar-item{width:100%;padding:12px 1.5rem;background:none;border:none;color:#94a3b8;text-align:left;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s}.sidebar-item:hover{background:#ffffff14;color:#fff}.sidebar-item.active{background:#6366f14d;color:#fff}.sidebar-section{margin-top:1.5rem}.sidebar-section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:0 1.5rem;margin-bottom:.5rem}.domain-item{font-size:.875rem}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-logout{width:100%;padding:10px;background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#fca5a5;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.sidebar-logout:hover{background:#ef44444d}.dashboard-main{flex:1;margin-left:240px;display:flex;flex-direction:column;min-height:100vh;background:#fff}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.header-search{flex:1;max-width:400px}.search-input{width:100%;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem}.search-input::placeholder{color:#94a3b8}.header-user{display:flex;align-items:center;gap:12px}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-name{font-weight:600;font-size:.9rem;color:#1e293b}.user-email{font-size:.75rem;color:#64748b}.dashboard-content{display:flex;flex:1;overflow:hidden}.email-list-panel{width:360px;min-width:360px;border-right:1px solid #e2e8f0;overflow-y:auto}.email-preview-panel{flex:1;overflow-y:auto}.email-list{display:flex;flex-direction:column}.email-list-loader{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.85rem 1rem;font-size:.85rem;color:#64748b;border-top:1px solid #f1f5f9;background:#fafafa}.email-list-loader-text{margin:0;line-height:1.2;font-weight:500}.email-list-loader-spinner{width:18px;height:18px;flex-shrink:0;border:2px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:email-list-loader-spin .65s linear infinite}@keyframes email-list-loader-spin{to{transform:rotate(360deg)}}.email-item{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s}.email-item:hover{background:#f8fafc}.email-item.selected{background:#eef2ff;border-left:3px solid #6366f1}.email-item.unread .email-subject{font-weight:600}.email-item-header{display:flex;justify-content:space-between;margin-bottom:4px}.email-from{font-size:.85rem;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-date{font-size:.75rem;color:#94a3b8}.email-subject{font-size:.9rem;color:#1e293b;margin-bottom:4px}.email-snippet{font-size:.8rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-badges{margin-top:6px}.badge{font-size:.75rem;margin-right:6px}.email-list-empty,.email-preview-empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;color:#94a3b8}.email-preview{padding:1.5rem 2rem}.email-preview-empty{padding:2rem}.email-preview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.email-preview-subject{font-size:1.25rem;font-weight:600;color:#1e293b}.email-preview-actions{display:flex;gap:8px;flex-wrap:wrap}.preview-btn{padding:8px 14px;font-size:.85rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.preview-btn:hover{background:#e2e8f0}.preview-btn.active{background:#eef2ff;border-color:#6366f1;color:#4f46e5}.email-preview-meta{display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.preview-from{font-size:.9rem;color:#475569}.preview-date{font-size:.85rem;color:#94a3b8}.email-preview-body{font-size:.95rem;line-height:1.6;color:#334155;white-space:pre-wrap}.email-analytics-panel{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.email-analytics-title{font-size:.95rem;color:#1e293b;margin-bottom:.5rem}.email-analytics-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;color:#334155;font-size:.88rem;line-height:1.5}.email-analytics-heading{font-weight:600;margin-bottom:.25rem}.email-analytics-card--clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.email-analytics-card--clickable:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f11f}.email-analytics-hint{margin-top:.5rem;font-size:.8rem;color:#64748b}
