:root{--bg: #12120f;--panel: #1b1b17;--panel-2: #23231e;--border: #33332b;--text: #ecebe4;--muted: #a5a295;--accent: #d97706;--danger: #e5484d;--ok: #46a758;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-size:14px}.app{display:flex;flex-direction:column;height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--panel)}.topbar .brand{font-weight:700;letter-spacing:.02em}.banner{padding:8px 16px}.banner.error{background:#e5484d26;color:#ffb3b5;border-bottom:1px solid var(--danger);cursor:pointer}.layout{flex:1;display:grid;grid-template-columns:260px minmax(320px,1fr) minmax(420px,1.2fr);min-height:0}.sites{border-right:1px solid var(--border);padding:12px;overflow-y:auto;background:var(--panel)}.sites h3{margin:0 0 8px;text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:var(--muted)}.sites ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.sites li button{width:100%;text-align:left;background:transparent;border:1px solid transparent;border-radius:6px;color:var(--text);padding:8px;cursor:pointer}.sites li:hover button{background:var(--panel-2)}.sites li.active button{border-color:var(--accent);background:#d977061f}.sites .name{display:block;font-weight:600}.sites .id{color:var(--muted);font-size:11px;font-family:ui-monospace,monospace}.chat{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--border)}.chat-head{display:flex;align-items:baseline;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border)}.chat-head h2{margin:0;font-size:16px}.chat-head .id{color:var(--muted);font-size:11px;font-family:ui-monospace,monospace}.log{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:4px;min-height:0}.log.empty{color:var(--muted)}.entry{display:flex;gap:8px;line-height:1.4}.entry .ts{color:var(--muted);font-size:11px;flex-shrink:0;margin-top:2px;font-family:ui-monospace,monospace}.entry.text .msg{white-space:pre-wrap;color:#d6d3c8}.entry.tool .msg{color:#8ab4f8}.entry.status .msg{color:var(--muted);font-style:italic}.entry.detector.report .msg{color:#f5c76a}.prompt{border-top:1px solid var(--border);padding:12px 16px}.prompt textarea{width:100%;resize:vertical;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px;font:inherit}.prompt-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}.check{display:flex;align-items:center;gap:6px;color:var(--muted);cursor:pointer}.preview-col{display:flex;flex-direction:column;min-height:0}.preview-head{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border);color:var(--muted)}.preview-head a{color:var(--accent)}.preview-head .btn{padding:6px 10px;font-size:.85em}.preview{flex:1 1 55%;min-height:240px;width:100%;border:0;background:#fff}.wp-export{padding:8px 16px;font-size:.85em;border-bottom:1px solid var(--border)}.wp-export.ok{color:var(--accent)}.wp-export.ok a{color:var(--accent);font-weight:600}.wp-export.err{color:#d9534f}.panel{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-head h3{margin:0}.muted{color:var(--muted)}.summary{margin:8px 0}.ok{color:var(--ok)}.issues{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.issue{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:var(--panel-2)}.issue.error{border-left:3px solid var(--danger)}.issue.warning{border-left:3px solid #f5c76a}.issue .loc{color:var(--muted);font-size:11px;font-family:ui-monospace,monospace;margin-left:6px}.issue p{margin:4px 0 0}.issue .suggestion{color:var(--muted)}.btn{background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 14px;cursor:pointer;font:inherit}.btn:hover{border-color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--accent);border-color:var(--accent);color:#1a1205;font-weight:600}.btn.small{padding:4px 10px;font-size:12px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10}.form{width:460px;max-width:92vw;max-height:88vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.form h2{margin:0}.form label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:12px}.form input,.form select,.form textarea{background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font:inherit}.swatches{border:1px solid var(--border);border-radius:8px;padding:10px;display:flex;flex-direction:row;gap:16px}.swatches legend{color:var(--muted);font-size:12px;padding:0 6px}.swatches label{color:var(--muted);font-size:11px}.row{display:flex;gap:8px}.empty-state{grid-column:2 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.empty-state h2{color:var(--text)}.skill-palette{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0}.skill-palette .chip{border-radius:999px;text-transform:capitalize}.export-multipage{display:inline-flex;align-items:center;gap:6px;margin:8px 0 0;font-size:13px}.export-multipage .premium-tag{background:var(--accent);color:#1a1205;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600}.export-multipage input:disabled{opacity:.5;cursor:not-allowed}.wizard-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.wizard-body{max-width:640px;margin:40px auto;padding:0 16px 64px}.wz-card{background:#fff;border-radius:14px;box-shadow:0 8px 30px #0f172a14;padding:32px}.wz-center{text-align:center}.wz-muted{color:#6b7280;font-size:.95rem;line-height:1.5}.wz-note{background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:10px 14px;font-size:.9rem}.wz-error{color:#b91c1c;font-weight:500}.wz-optional{color:#9ca3af;font-weight:400}.wz-label{display:block;margin-top:18px;font-weight:600;font-size:.92rem}.wz-label input,.wz-label select{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff}.wz-label input:focus,.wz-label select:focus{outline:2px solid var(--accent, #2563eb);border-color:transparent}.wz-actions{display:flex;justify-content:space-between;align-items:center;margin-top:28px}.wz-actions.center{justify-content:center;gap:12px;flex-wrap:wrap}.btn.big{padding:13px 26px;font-size:1.02rem}.wz-steps{color:#6b7280;font-size:.85rem}.wz-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}@media(max-width:560px){.wz-presets{grid-template-columns:repeat(2,1fr)}}.wz-preset{border:2px solid #e5e7eb;border-radius:10px;padding:14px 10px;background:#fff;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:6px;transition:border-color .15s ease,transform .15s ease}.wz-preset:hover{transform:translateY(-2px)}.wz-preset.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.wz-swatch-row{display:flex;gap:4px}.wz-swatch-row i{width:18px;height:18px;border-radius:4px}.wz-preset strong{font-size:.88rem;color:#111827}.wz-blurb{font-size:.75rem;color:#6b7280}.wz-check{display:flex;align-items:center;gap:9px;margin-top:14px;font-size:.95rem;cursor:pointer}.wz-tag{background:#dcfce7;color:#166534;font-size:.72rem;padding:2px 8px;border-radius:999px;font-weight:600}.wz-pages{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 18px;margin:10px 0 0 6px}.wz-spinner{width:46px;height:46px;margin:8px auto 18px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:wz-spin .9s linear infinite}@keyframes wz-spin{to{transform:rotate(360deg)}}.wz-checkmark{width:56px;height:56px;margin:8px auto 16px;background:#16a34a;color:#fff;font-size:30px;line-height:56px;border-radius:50%}.wz-log{list-style:none;margin:20px auto 0;max-width:420px;text-align:left;font-size:.82rem;color:#64748b;background:#f8fafc;border-radius:8px;padding:12px 16px}.wz-log li{padding:2px 0}.btn.danger{background:#dc2626;color:#fff}.quota{color:#6b7280;font-size:.8rem;margin-left:auto;margin-right:12px}.prompt-row{display:flex;align-items:center;gap:10px}.login-gate{max-width:360px;margin:80px auto;padding:32px;background:#fff;border-radius:14px;box-shadow:0 8px 30px #0f172a14;display:flex;flex-direction:column;gap:12px}.login-gate input{padding:11px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem}
