:root{color-scheme:dark;--bg: #0b1220;--bg-2: #111827;--bg-3: #1f2937;--border: #1f2937;--border-strong: #374151;--fg: #e5e7eb;--fg-muted: #9ca3af;--fg-dim: #6b7280;--accent: #3b82f6;--accent-2: #60a5fa;--danger: #ef4444;--warn: #f59e0b;--ok: #10b981;--bad: #f97316}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:1px solid var(--border-strong);background:var(--bg-2);color:var(--fg);padding:6px 12px;border-radius:6px;transition:background .15s ease}button:hover:not(:disabled){background:var(--bg-3)}button:disabled{opacity:.4;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover:not(:disabled){background:var(--accent-2)}button.danger{border-color:#991b1b;color:#fca5a5}input,select,textarea{font:inherit;background:var(--bg-2);color:var(--fg);border:1px solid var(--border);border-radius:6px;padding:6px 10px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}textarea{resize:vertical;min-height:140px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.app{display:flex;flex-direction:column;height:100%}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border);background:#0b1220d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.topbar .title{font-weight:600;font-size:15px}.topbar .actions{display:flex;align-items:center;gap:12px}.layout{display:grid;grid-template-columns:360px 1fr;height:100%;min-height:0}@media (max-width: 900px){.layout{grid-template-columns:1fr}.layout .detail-empty{display:none}}.list-pane{border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.filters{display:flex;flex-wrap:wrap;gap:6px;padding:10px;border-bottom:1px solid var(--border);background:var(--bg-2)}.filters input,.filters select{flex:1 1 auto;min-width:100px}.list{flex:1;overflow-y:auto}.list-item{display:block;padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.list-item:hover{background:var(--bg-2)}.list-item.active{background:var(--bg-3)}.list-item .subject{font-weight:600;font-size:14px;color:var(--fg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item .meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;font-size:11px;color:var(--fg-muted)}.badge{display:inline-block;padding:1px 7px;border-radius:999px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border:1px solid transparent}.badge.priority-low{background:#1e3a8a33;color:#93c5fd;border-color:#1e40af66}.badge.priority-medium{background:#78350f33;color:#fcd34d;border-color:#92400e66}.badge.priority-high{background:#7c2d1233;color:#fdba74;border-color:#9a3412aa}.badge.priority-critical{background:#7f1d1d44;color:#fca5a5;border-color:#b91c1c}.badge.sentiment-positive{background:#064e3b33;color:#6ee7b7}.badge.sentiment-neutral{background:#1f293744;color:#9ca3af}.badge.sentiment-negative{background:#78350f33;color:#fcd34d}.badge.sentiment-angry{background:#7f1d1d44;color:#fca5a5}.badge.risk-none{display:none}.badge.risk-low{background:#1e3a8a33;color:#93c5fd}.badge.risk-medium{background:#78350f33;color:#fcd34d}.badge.risk-high{background:#7f1d1d44;color:#fca5a5}.badge.status{background:#1f293744;color:var(--fg-muted)}.badge.status.status-replied{background:#064e3b33;color:#6ee7b7}.badge.status.status-spam{background:#7f1d1d44;color:#fca5a5}.badge.status.status-error{background:#7f1d1d66;color:#fecaca}.detail{display:flex;flex-direction:column;min-height:0;overflow-y:auto}.detail-empty{display:grid;place-items:center;color:var(--fg-dim);height:100%}.detail-header{padding:16px 20px;border-bottom:1px solid var(--border);background:var(--bg-2)}.detail-header h1{margin:0 0 6px;font-size:18px;font-weight:600}.detail-header .from{font-size:13px;color:var(--fg-muted)}.detail-body{padding:16px 20px;display:grid;grid-template-columns:1fr 1fr;gap:20px;flex:1}@media (max-width: 1100px){.detail-body{grid-template-columns:1fr}}.detail-section h3{margin:0 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted)}.email-body{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:12px;max-height:480px;overflow-y:auto}.email-body iframe{width:100%;border:0;min-height:360px}.email-body pre{white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:inherit;font-size:13px}.ai-block{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.ai-meta{display:flex;flex-wrap:wrap;gap:6px}.ai-summary{font-size:13px;color:var(--fg);line-height:1.5}.missing-list{list-style:disc inside;margin:4px 0 0;padding:0;font-size:12px;color:var(--warn)}.reply-area{display:flex;flex-direction:column;gap:8px}.reply-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.row{display:flex;align-items:center;gap:8px}.muted{color:var(--fg-muted)}.dim{color:var(--fg-dim)}.notice{padding:10px 12px;margin:12px 20px;border-radius:6px;background:#1e3a8a33;border:1px solid #1e40af66;color:#bfdbfe;font-size:13px}.notice.error{background:#7f1d1d33;border-color:#991b1b;color:#fca5a5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:100}.modal{background:var(--bg-2);border:1px solid var(--border-strong);border-radius:10px;padding:18px;width:min(520px,92vw);display:flex;flex-direction:column;gap:12px}.modal h2{margin:0;font-size:16px}.modal pre{max-height:280px;overflow:auto;background:var(--bg-3);padding:10px;border-radius:6px;white-space:pre-wrap;word-wrap:break-word}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.login{display:grid;place-items:center;height:100%;padding:20px}.login-card{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:28px;max-width:420px;width:100%;text-align:center}.login-card h1{margin:0 0 8px}.login-card p{color:var(--fg-muted);margin:0 0 18px}.setup{min-height:100vh;padding:24px 16px;display:flex;justify-content:center;background:linear-gradient(180deg,#0b1220,#0f172a)}.setup-card{width:100%;max-width:720px;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:18px}.setup-header{border-bottom:1px solid var(--border);padding-bottom:14px;display:flex;flex-direction:column;gap:10px}.setup-title{font-size:18px;font-weight:600}.setup-steps{display:flex;flex-wrap:wrap;gap:6px}.step-dot{font-size:11px;padding:3px 9px;border-radius:999px;background:var(--bg-3);color:var(--fg-muted);border:1px solid var(--border)}.step-dot.active{background:var(--accent);color:#fff;border-color:var(--accent)}.setup-card h2{margin:0;font-size:18px;font-weight:600}.setup-card p{margin:0;line-height:1.55}.setup-card ul,.setup-card ol{margin:0;padding-left:22px;line-height:1.6}.setup-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--fg-muted)}.setup-card label input,.setup-card label select{font-size:14px;padding:8px 10px;width:100%}.setup-card label em{font-style:normal}.setup-card code{background:var(--bg-3);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:12px;color:#fde68a}.callout{background:#1e3a8a22;border:1px solid #1e40af66;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.callout-title{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#93c5fd;font-weight:600}.copyable{display:inline-block;word-break:break-all;font-size:13px;color:#fef3c7}.setup-guide{font-size:13.5px}.setup-guide li{margin-bottom:8px}.setup-guide li ul{margin-top:4px}.setup-actions{display:flex;gap:8px;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.ok-text{color:#6ee7b7;font-size:13px}.err-text{color:#fca5a5;font-size:13px}
