*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:inherit}:root{--bg:#f5f5f7;--surface:#fff;--surface-2:#f0f0f2;--border:#d2d2d7;--text:#1d1d1f;--muted:#6e6e73;--accent:#0071e3;--green:#28a745;--amber:#f5a623;--red:#ff3b30;--font-ui:-apple-system, "Segoe UI", system-ui, sans-serif;--font-heading:Georgia, "Times New Roman", serif}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}.app-shell{flex-direction:row;height:100%;min-height:100vh;display:flex}.config-panel{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:18px;width:320px;padding:32px 24px;display:flex;overflow-y:auto}.panel-label{color:var(--muted);letter-spacing:0;font-size:12px;font-weight:400}.prompt-label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:500}.prompt-block{flex-direction:column;display:flex}.prompt-input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-ui);resize:vertical;border-radius:10px;outline:none;padding:10px 13px;font-size:14px;line-height:1.6;transition:border-color .15s,box-shadow .15s}.prompt-input::placeholder{color:var(--muted)}.prompt-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0071e326}.run-btn{background:var(--accent);color:#fff;cursor:pointer;font-family:var(--font-ui);border:none;border-radius:980px;align-self:flex-start;padding:9px 20px;font-size:14px;font-weight:500;transition:background .15s,opacity .15s}.run-btn:hover:not(:disabled){background:#0077ed}.run-btn:disabled{opacity:.5;cursor:not-allowed}.output{border-radius:10px;flex-direction:column;gap:6px;padding:14px 16px;font-size:13px;display:flex}.error-output{color:var(--red);background:#fff2f2;border:1px solid #ffd0ce}.success-output{background:#f2f8ff;border:1px solid #c6e0ff}.out-label{color:var(--accent);margin-bottom:4px;font-size:12px;font-weight:600}.error-output .out-label{color:var(--red)}.out-row{justify-content:space-between;gap:12px;display:flex}.out-key{color:var(--muted);flex-shrink:0}.out-val{color:var(--text);text-align:right}.listings-panel{background:var(--surface);flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.listings-header{border-bottom:1px solid var(--border);padding:28px 32px 20px}.header-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.app-title{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text);font-size:26px;font-weight:400;line-height:1.15}.refresh-btn{background:var(--surface);border:1px solid var(--border);color:var(--accent);cursor:pointer;font-family:var(--font-ui);white-space:nowrap;border-radius:980px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s}.refresh-btn:hover:not(:disabled){background:var(--surface-2)}.refresh-btn:disabled{cursor:not-allowed;opacity:.5}.config-pills{flex-wrap:wrap;gap:6px;display:flex}.pill{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:980px;padding:3px 11px;font-size:12px;font-weight:500}.listings-body{flex:1;padding:24px 32px;overflow-x:auto}.state-msg{color:var(--muted);padding:24px 0;font-size:14px}.state-msg.err{color:var(--red)}.listings-table{border-collapse:collapse;width:100%}.listings-table th{color:var(--muted);letter-spacing:0;text-transform:none;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:0 16px 12px 0;font-size:12px;font-weight:500}.listings-table th:last-child{padding-right:0}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.listing-row{border-bottom:1px solid var(--surface-2);animation:.22s both fadeSlideIn}.listing-row:last-child{border-bottom:none}.listing-row:hover td{background:#f9f9fb}.listings-table td{vertical-align:top;padding:12px 16px 12px 0;font-size:14px}.listings-table td:last-child{padding-right:0}.score-badge{white-space:nowrap;border-radius:980px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.score-high{color:#197041;background:#d1f4e0}.score-med{color:#92400e;background:#fef3c7}.score-low{color:#c00;background:#ffe5e5}.score-null{background:var(--surface-2);color:var(--muted)}.addr-link{color:var(--accent);font-weight:500;text-decoration:none}.addr-link:hover{text-decoration:underline}.neighborhood-label{color:var(--muted);margin-top:2px;font-size:12px}
