*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f3f4f6;min-height:100vh;color:#111827}a{text-decoration:none;color:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;height:52px;display:flex;align-items:center;padding:0 24px;position:sticky;top:0;z-index:10}.topbar-left{display:flex;align-items:center;margin-right:32px}.brand-icon{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px}.brand-text{margin-left:8px;font-weight:600;font-size:15px}.topbar-nav{display:flex;gap:4px;flex:1}.nav-link{display:flex;align-items:center;gap:4px;padding:6px 14px;border-radius:6px;font-size:13px;color:#6b7280;transition:all .15s}.nav-link:hover{background:#f3f4f6;color:#111827}.nav-link-active{background:#eff6ff!important;color:#2563eb!important;font-weight:500}.nav-link svg{width:16px;height:16px}.nav-count{margin-left:4px;background:#ef4444;color:#fff;font-size:11px;padding:0 6px;border-radius:10px;font-weight:600;line-height:18px}.topbar-right{display:flex;align-items:center}.user-label{font-size:13px;color:#6b7280}.main-content{flex:1;max-width:800px;width:100%;margin:0 auto;padding:24px 16px}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-head h2{font-size:18px;font-weight:600}.page-head .count{font-size:13px;color:#9ca3af;font-weight:400;margin-left:8px}.email-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;margin-bottom:8px;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:14px}.email-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f614}.email-avatar{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#6b7280;flex-shrink:0}.email-card-body{flex:1;min-width:0}.email-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.email-sender{font-size:14px;font-weight:600}.email-time{font-size:12px;color:#9ca3af;flex-shrink:0}.email-subject{font-size:13px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.email-preview{font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conf-badge{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.conf-high{background:#ecfdf5;color:#059669;border:2px solid #a7f3d0}.conf-medium{background:#fffbeb;color:#d97706;border:2px solid #fde68a}.conf-low{background:#fef2f2;color:#dc2626;border:2px solid #fecaca}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid transparent}.btn svg{width:16px;height:16px}.btn-adopt{background:#059669;color:#fff}.btn-adopt:hover{background:#047857}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover{background:#2563eb}.btn-write{background:#fff;color:#374151;border-color:#d1d5db}.btn-write:hover{background:#f9fafb}.btn-regenerate{background:#f5f3ff;color:#7c3aed;border-color:#c4b5fd}.btn-regenerate:hover{background:#ede9fe}.btn-sync{background:#3b82f6;color:#fff;font-size:13px;padding:8px 16px;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.btn-sync:hover:not(:disabled){background:#2563eb}.btn-sync:disabled{opacity:.6;cursor:not-allowed}.btn-sync svg{width:16px;height:16px}.spin-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-skip{background:#fff;color:#6b7280;border-color:#e5e7eb;margin-left:auto}.btn-back{background:none;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:13px;padding:6px 10px;border-radius:6px;margin-bottom:12px}.btn-back:hover{background:#e5e7eb;color:#111827}.btn-back svg{width:16px;height:16px}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:16px}.review-card-header{padding:14px 20px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}.review-card-title{font-size:14px;font-weight:600}.review-card-body{padding:20px}.email-meta{display:flex;flex-direction:column;gap:4px;font-size:13px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.email-meta-row{display:flex;gap:8px}.email-meta-label{color:#9ca3af;width:40px;flex-shrink:0}.email-meta-value{color:#374151}.email-body{font-size:14px;line-height:1.7;color:#374151;white-space:pre-line}.ai-badge{font-size:11px;background:#eff6ff;color:#2563eb;padding:2px 8px;border-radius:4px;font-weight:500}.ai-draft-content{font-size:14px;line-height:1.7;color:#374151;white-space:pre-line}.ai-draft-edit{width:100%;min-height:280px;border:1px solid #d1d5db;border-radius:8px;padding:16px;font-size:14px;line-height:1.7;font-family:inherit;resize:vertical;color:#374151}.ai-draft-edit:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.conf-section{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f9fafb;border-top:1px solid #f3f4f6}.conf-score{display:flex;align-items:center;gap:8px}.conf-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.conf-label{font-size:13px;font-weight:500}.conf-reasons{flex:1;display:flex;flex-wrap:wrap;gap:6px}.conf-tag{font-size:12px;padding:2px 8px;border-radius:4px;background:#fff;border:1px solid #e5e7eb;color:#6b7280}.conf-tag-good{border-color:#a7f3d0;color:#059669;background:#ecfdf5}.conf-tag-warn{border-color:#fde68a;color:#d97706;background:#fffbeb}.action-bar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:10px}.conf-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 16px;font-size:13px;color:#991b1b;margin-bottom:16px;display:flex;align-items:center;gap:8px}.conf-warning svg{width:20px;height:20px;flex-shrink:0}.sent-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px 18px;margin-bottom:6px;display:flex;align-items:center;gap:12px}.sent-card-body{flex:1;min-width:0}.sent-subject{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sent-to{font-size:12px;color:#9ca3af}.sent-action{font-size:11px;padding:2px 6px;border-radius:3px;font-weight:500}.sent-action-adopt{background:#ecfdf5;color:#059669}.sent-action-edit{background:#eff6ff;color:#2563eb}.sent-action-writeback{background:#f5f3ff;color:#7c3aed}.settings-group{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:16px}.settings-group-title{padding:14px 20px;border-bottom:1px solid #f3f4f6;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.settings-group-body{padding:20px}.form-row{margin-bottom:16px}.form-row:last-child{margin-bottom:0}.form-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:4px}.form-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-hint{font-size:12px;color:#9ca3af;margin-top:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;padding:2px 8px;border-radius:4px;font-weight:500}.status-ok{background:#ecfdf5;color:#059669}.status-dot{width:6px;height:6px;border-radius:50%;background:#059669}.toggle{position:relative;width:36px;height:20px;background:#d1d5db;border-radius:10px;cursor:pointer;transition:background .2s}.toggle.on{background:#3b82f6}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.toggle.on:after{transform:translate(16px)}.sync-progress{margin-bottom:16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px}.sync-progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:8px}.sync-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .3s ease}.sync-progress-text{font-size:13px;color:#6b7280}.sync-result{margin-bottom:16px;padding:10px 16px;border-radius:8px;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sync-result svg{width:18px;height:18px;flex-shrink:0}.sync-result svg:last-child{margin-left:auto;width:14px;height:14px;opacity:.5}.sync-result-success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.sync-result-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.empty-state{text-align:center;padding:60px 20px;color:#9ca3af}.empty-state svg{width:48px;height:48px;margin:0 auto 12px}.empty-state p{font-size:14px}.loading{text-align:center;padding:20px;color:#9ca3af;font-size:13px}@media (max-width: 640px){.main-content{padding:16px 8px}.topbar{padding:0 12px}.form-grid{grid-template-columns:1fr}}
