@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#334155;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 100% 0,#f3f0ff,#f8fafc 60%);min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard-container{flex-direction:column;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:40px 20px;display:flex}.dashboard-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:24px;display:flex}.brand-section{align-items:center;gap:12px;display:flex}.brand-section h1{letter-spacing:-.03em;background:linear-gradient(135deg,#6366f1 0%,#db2777 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:0;font-size:2.5rem;font-weight:700}.status-badge{color:#059669;background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.status-badge.polling{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133}.status-badge.error{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.status-dot{background-color:currentColor;border-radius:50%;width:8px;height:8px;display:inline-block}.status-indicator-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;display:inline-block}.status-indicator-dot.connected{background-color:#10b981;box-shadow:0 0 8px #10b981}.status-indicator-dot.polling{background-color:#6366f1;animation:1.5s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #6366f1}.status-indicator-dot.error{background-color:#ef4444;box-shadow:0 0 8px #ef4444}.status-badge.polling .status-dot{animation:1.5s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.controls-section{align-items:center;gap:16px;display:flex}.refresh-timer{color:#475569;font-variant-numeric:tabular-nums;background:#ffffffb3;border:1px solid #0000000d;border-radius:8px;padding:6px 12px;font-size:.85rem;box-shadow:0 2px 4px #00000005}.refresh-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #6366f133}.refresh-button:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 16px #6366f14d}.refresh-button:active:not(:disabled){transform:translateY(0)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(-360deg)}}.error-banner{color:#991b1b;background:#fef2f2e6;border:1px solid #fca5a580;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:30px;padding:16px;font-size:.95rem;display:flex;box-shadow:0 4px 12px #dc26260d}.error-banner-icon{flex-shrink:0;margin-top:2px}.error-banner-content h4{margin-bottom:4px;font-weight:600}.setup-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#0f172a;background:#ffffffb3;border:1px solid #e2e8f0cc;border-radius:20px;max-width:650px;margin:40px auto;padding:40px;box-shadow:0 20px 40px #0000000d}.setup-card-icon{color:#d97706;background:#f59e0b1a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.setup-card h2{margin-bottom:12px;font-size:1.8rem;font-weight:600}.setup-card p{color:#475569;margin-bottom:24px;line-height:1.6}.setup-steps{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.setup-steps h3{color:#1e293b;margin-bottom:16px;font-size:1.1rem;font-weight:600}.setup-steps ol{padding-left:20px}.setup-steps li{color:#475569;margin-bottom:12px;font-size:.95rem;line-height:1.5}.setup-steps code{color:#0f172a;background:#e2e8f0;border:1px solid #0000000d;border-radius:4px;padding:2px 6px;font-size:.85em}.env-snippet{margin-top:8px;font-family:ui-monospace,monospace;color:#38bdf8!important;background:#0f172a!important;border:1px solid #38bdf81a!important;border-radius:8px!important;padding:12px 16px!important;display:block!important}.email-list{grid-template-columns:1fr;gap:16px;margin-bottom:40px;display:grid}.email-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;text-align:left;background:#ffffffa6;border:1px solid #e2e8f0cc;border-radius:12px;padding:20px 24px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000003,0 2px 4px -1px #00000003}.email-card:hover{background:#fffffff2;border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 10px 25px #6366f114}.email-card:before{content:"";opacity:.6;background:linear-gradient(#6366f1,#db2777);width:4px;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.email-card:hover:before{opacity:1}.card-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.sender-info{flex-direction:column;display:flex}.sender-name{color:#1e293b;font-size:1.05rem;font-weight:600}.sender-address{color:#64748b;font-size:.85rem}.email-date{color:#64748b;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.85rem}.email-subject{color:#0f172a;margin-bottom:8px;font-size:1.1rem;font-weight:600;line-height:1.4}.email-snippet{color:#475569;white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.6}.empty-state{text-align:center;background:#fff6;border:1px dashed #cbd5e1;border-radius:16px;padding:60px 20px}.empty-state h3{color:#1e293b;margin-bottom:8px;font-size:1.3rem}.empty-state p{color:#64748b}.skeleton-list{flex-direction:column;gap:16px;display:flex}.skeleton-card{background:#fff6;border:1px solid #00000005;border-radius:12px;flex-direction:column;justify-content:center;height:118px;padding:20px 24px;display:flex}.skeleton-line{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite skeleton-shimmer}.skeleton-name{width:150px;height:16px;margin-bottom:10px}.skeleton-subject{width:70%;height:18px;margin-bottom:10px}.skeleton-body{width:90%;height:14px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:radial-gradient(circle at 100% 0,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;width:100%;max-width:700px;max-height:80vh;display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #0f172a1a}.modal-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.modal-close:hover{color:#0f172a;background:#0000000d}.modal-body{color:#334155;white-space:pre-wrap;word-break:break-word;padding:24px;font-size:1rem;line-height:1.6}
