:root{color-scheme:light;--border: #d8dee4;--muted: #6b7280;--accent: #2563eb;--request: #b45309;--normal: #15803d;--review: #b91c1c}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f8fa;color:#1c1e21}.app{max-width:1000px;margin:0 auto;padding:0 1.5rem 3rem}.topbar{display:flex;align-items:baseline;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.topbar h1{font-size:1.25rem;margin:0}.topbar nav a{margin-left:1rem;text-decoration:none;color:var(--muted);font-size:.9rem}.topbar nav a.active{color:var(--accent);font-weight:600}.tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tabs button{border:1px solid var(--border);background:#fff;color:#1c1e21;padding:.4rem .9rem;border-radius:999px;cursor:pointer;font-size:.85rem}.tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.email-list{display:flex;flex-direction:column;gap:.5rem}.email-row{display:block;padding:.85rem 1rem;border:1px solid var(--border);border-radius:8px;background:#fff;text-decoration:none;color:inherit}.email-row-top{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.email-from{font-weight:600;font-size:.9rem}.email-date{color:var(--muted);font-size:.8rem}.email-subject{font-size:.95rem;margin-bottom:.25rem}.email-snippet{color:var(--muted);font-size:.85rem}.badge{display:inline-block;padding:.1rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;margin-right:.35rem}.badge-label-заявка{background:#fef3c7;color:var(--request)}.badge-label-обычное_письмо{background:#dcfce7;color:var(--normal)}.badge-status-review{background:#fee2e2;color:var(--review)}.badge-label-не_уверен{background:#fef9c3;color:#854d0e}.badge-source{background:#e5e7eb;color:#374151}.detail-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.25rem}.detail-body{white-space:pre-wrap;font-size:.9rem;line-height:1.5;margin:1rem 0;border-top:1px solid var(--border);padding-top:1rem}.label-actions{display:flex;gap:.5rem;margin:1rem 0}.label-actions button{padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);background:#fff;color:#1c1e21;cursor:pointer}.history{margin-top:1rem;font-size:.85rem}.history-row{padding:.5rem 0;border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1rem}.stat-card h3{margin:0 0 .5rem;font-size:.85rem;color:var(--muted);text-transform:uppercase}.stat-card .value{font-size:1.4rem;font-weight:700}.back-link{display:inline-block;margin-bottom:1rem;color:var(--accent);text-decoration:none;font-size:.85rem}.status-dot{margin-left:1rem;font-size:.8rem;color:var(--muted)}.status-dot-connected{color:var(--normal)}.status-dot-error{color:var(--review)}.status-dot-connecting{color:var(--request)}.settings-form{display:flex;flex-direction:column;gap:1rem;max-width:520px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.5rem}.settings-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600}.settings-form input{padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-weight:400}.settings-form small{font-weight:400;color:var(--muted)}.settings-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.settings-form button{align-self:flex-start;padding:.6rem 1.4rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.settings-form button:disabled{opacity:.6;cursor:default}.settings-message{font-size:.85rem;color:var(--muted)}.mail-status{padding:.75rem 1rem;border-radius:8px;margin-bottom:1.25rem;font-size:.9rem;border:1px solid var(--border);background:#fff}.mail-status-connected{border-color:var(--normal)}.mail-status-error{border-color:var(--review)}.mail-status-message{color:var(--muted);font-size:.82rem;margin-top:.25rem}.help-accordion{background:#fff;border:1px solid var(--border);border-radius:8px;padding:.9rem 1.1rem;margin-bottom:1.25rem;max-width:520px}.help-accordion summary{cursor:pointer;font-weight:600;font-size:.9rem;color:var(--accent)}.help-body{margin-top:.9rem;font-size:.85rem;color:#1c1e21}.help-body h4{margin:1rem 0 .4rem;font-size:.85rem}.help-body h4:first-child{margin-top:0}.help-body ul{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.5rem}.help-body li{line-height:1.5}.help-body code{background:#f3f4f6;border-radius:4px;padding:.05rem .35rem;font-size:.82rem}.danger-zone{max-width:520px;margin-top:1.5rem;padding:1.25rem 1.5rem;border:1px solid var(--review);border-radius:8px;background:#fff}.danger-zone h3{margin:0 0 .4rem;font-size:.95rem;color:var(--review)}.danger-zone p{margin:0 0 1rem;font-size:.85rem;color:var(--muted)}.danger-button{padding:.55rem 1.2rem;border-radius:6px;border:1px solid var(--review);background:#fff;color:var(--review);cursor:pointer;font-size:.88rem;font-weight:600}.danger-button:hover:not(:disabled){background:var(--review);color:#fff}.danger-button:disabled{opacity:.6;cursor:default}
