@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}:root{--wm-green: #00553B;--wm-green-light: #94C410;--wm-blue: #0669B4;--wm-yellow: #FFD800;--bg: #f5f5f7;--bg-panel: #ffffff;--bg-header: #ffffffee;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-muted: #aeaeb2;--border: #d2d2d7;--border-active: #00553B;--accent-thinking: #7c3aed;--accent-responding: #0669B4;--accent-done: #00553B;--accent-received: #f59e0b;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.1);--shadow-glow-green: 0 0 24px rgba(0,85,59,.12);--shadow-glow-purple: 0 0 24px rgba(124,58,237,.12);--shadow-glow-blue: 0 0 24px rgba(6,105,180,.12)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100vh;padding:16px 24px;gap:14px}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:var(--bg-header);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-shrink:0}.header-left{display:flex;align-items:center;gap:16px}.logo-img{height:52px;width:auto}.header-title{display:flex;flex-direction:column;gap:1px}.brand-name{font-size:20px;font-weight:700;color:var(--wm-green);letter-spacing:-.3px}.brand-sub{font-size:13px;font-weight:500;color:var(--text-secondary);letter-spacing:.2px}.header-center{display:flex;align-items:center;gap:12px}.status-pill{display:flex;align-items:center;gap:10px;padding:10px 22px;border-radius:100px;font-size:16px;font-weight:600;background:var(--bg);border:1.5px solid var(--border);transition:all .4s cubic-bezier(.16,1,.3,1);letter-spacing:-.2px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--text-muted);transition:all .4s ease}.status-pill.status-waiting{color:var(--text-secondary)}.status-pill.status-received{border-color:var(--accent-received);color:var(--accent-received);background:#f59e0b0f}.status-dot-received{background:var(--accent-received)}.status-pill.status-thinking{border-color:var(--accent-thinking);color:var(--accent-thinking);background:#7c3aed0d;animation:pill-pulse 2s ease-in-out infinite}.status-dot-thinking{background:var(--accent-thinking);animation:dot-pulse 1.5s ease-in-out infinite}.status-pill.status-responding{border-color:var(--accent-responding);color:var(--accent-responding);background:#0669b40d;animation:pill-pulse 2s ease-in-out infinite}.status-dot-responding{background:var(--accent-responding);animation:dot-pulse 1.5s ease-in-out infinite}.status-pill.status-done{border-color:var(--accent-done);color:var(--accent-done);background:#00553b0d}.status-dot-done{background:var(--accent-done)}.queue-pill{padding:6px 14px;border-radius:100px;font-size:13px;font-weight:500;background:#f59e0b14;color:var(--accent-received);border:1px solid rgba(245,158,11,.2)}.header-right{display:flex;align-items:center;gap:12px}.live-indicator{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-muted)}.live-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;transition:background .3s}.live-indicator.online .live-dot{background:var(--wm-green-light);box-shadow:0 0 8px #94c41080}.live-indicator.online{color:var(--text-secondary)}.timer-badge{font-size:18px;font-weight:700;color:var(--wm-green);font-variant-numeric:tabular-nums;min-width:50px;text-align:right}.reset-btn{padding:8px 18px;border-radius:100px;border:1.5px solid var(--border);background:var(--bg);color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;letter-spacing:-.1px}.reset-btn:hover{border-color:var(--wm-green);color:var(--wm-green);background:#00553b0a}.email-banner{display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 24px;background:linear-gradient(135deg,#00553b0f,#94c4100f);border:1px solid rgba(0,85,59,.12);border-radius:14px;font-size:18px;flex-shrink:0}.email-banner span{color:var(--text-secondary);font-weight:400}.email-banner strong{color:var(--wm-green);font-size:24px;font-weight:700;letter-spacing:-.3px}.panels{display:flex;gap:8px;flex:1;min-height:0;align-items:stretch}.flow-connector{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;opacity:.15;transition:opacity .5s ease}.flow-connector.active{opacity:.6}.flow-chevron{width:20px;height:20px;fill:none;stroke:var(--text-muted);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .5s}.flow-connector.active .flow-chevron{stroke:var(--wm-green)}.panel{flex:1;display:flex;flex-direction:column;background:var(--bg-panel);border-radius:16px;border:1.5px solid var(--border);overflow:hidden;transition:all .5s cubic-bezier(.16,1,.3,1);min-width:0;box-shadow:var(--shadow-sm)}.panel.active{box-shadow:var(--shadow-md)}.panel.pulse{animation:panel-breathe 2.5s ease-in-out infinite}.panel.completed{border-color:#00553b40}.panel-inbox.active{border-color:var(--accent-received);box-shadow:0 4px 20px #f59e0b1a}.panel-thinking.active{border-color:var(--accent-thinking);box-shadow:var(--shadow-glow-purple)}.panel-thinking.completed{border-color:#7c3aed33}.panel-response.active{border-color:var(--accent-responding);box-shadow:var(--shadow-glow-blue)}.panel-response.completed{border-color:var(--accent-done);box-shadow:var(--shadow-glow-green)}.panel-header{display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0;background:#00000003}.panel-header h2{font-size:16px;font-weight:600;color:var(--text-primary);letter-spacing:-.2px}.thinking-dots{margin-left:auto;display:flex;gap:4px}.thinking-dots span{width:6px;height:6px;border-radius:50%;background:var(--accent-thinking);animation:thinking-bounce 1.4s ease-in-out infinite}.thinking-dots span:nth-child(2){animation-delay:.16s}.thinking-dots span:nth-child(3){animation-delay:.32s}.done-badge{margin-left:auto;font-size:13px;font-weight:600;color:var(--accent-done);background:#00553b14;padding:4px 12px;border-radius:100px}.sent-badge{font-size:13px;font-weight:600;color:var(--wm-blue);background:#0669b414;padding:4px 12px;border-radius:100px;margin-left:8px}.panel-body{flex:1;overflow-y:auto;padding:18px 20px;scroll-behavior:smooth}.panel-body::-webkit-scrollbar{width:5px}.panel-body::-webkit-scrollbar-track{background:transparent}.panel-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.email-content{font-size:15px;line-height:1.6}.email-meta{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.email-row{display:flex;gap:10px;align-items:baseline}.email-row.sub{margin-top:-4px;padding-left:0}.email-meta .label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-weight:600;min-width:70px;flex-shrink:0}.email-meta .value{color:var(--text-secondary);font-weight:400;font-size:14px}.email-meta .value.name{color:var(--text-primary);font-weight:600;font-size:16px}.email-meta .value.subject{color:var(--wm-green);font-weight:600;font-size:15px}.email-divider{height:1px;background:var(--border);margin:14px 0}.email-body{font-size:15px;line-height:1.7;color:var(--text-primary);white-space:pre-wrap;word-wrap:break-word}.thinking-content{font-family:SF Mono,Menlo,Cascadia Code,Consolas,monospace;font-size:13px;line-height:1.7;color:var(--accent-thinking)}.thinking-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:inherit;color:inherit}.response-content{font-size:15px;line-height:1.7}.response-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:inherit;color:var(--text-primary)}.cursor{display:inline-block;width:2px;height:1.1em;background:var(--accent-thinking);margin-left:2px;vertical-align:text-bottom;animation:blink-cursor .8s step-end infinite}.panel-response .cursor{background:var(--accent-responding)}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:6px}.placeholder-main{font-size:15px;color:var(--text-muted);font-weight:400}.placeholder-hint{font-size:14px;color:var(--wm-green);font-weight:500}.footer{text-align:center;padding:8px 0;font-size:12px;color:var(--text-muted);flex-shrink:0}.footer-content{display:inline-flex;align-items:center;gap:5px}.footer-logo{width:18px;height:18px;border-radius:3px;vertical-align:middle;object-fit:cover}.footer strong{color:var(--text-secondary);font-weight:600}.footer-sep{margin:0 2px}@keyframes pill-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes panel-breathe{0%,to{box-shadow:var(--shadow-md)}50%{box-shadow:var(--shadow-lg)}}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}@keyframes thinking-bounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}@media(min-width:1400px){.panel-header h2{font-size:19px}.email-body{font-size:17px}.thinking-content{font-size:14px}.response-content{font-size:17px}.status-pill{font-size:18px;padding:12px 28px}.email-banner strong{font-size:28px}.logo-img{height:60px}.brand-name{font-size:24px}.brand-sub{font-size:15px}}@media(min-width:1800px){.panel-header h2{font-size:22px}.email-body{font-size:18px}.thinking-content{font-size:15px}.response-content{font-size:18px}.logo-img{height:68px}.brand-name{font-size:26px}}
