:root{--font-family: "Inter", system-ui, -apple-system, sans-serif;--text-primary: #101828;--text-secondary: #667085;--text-muted: #98a2b3;--border: #ebecf0;--surface: #ffffff;--surface-muted: #fafafa;--header-bg: #0f172a;--tier-invisible: #e31b54;--tier-weak: #f97066;--tier-average: #fdb022;--tier-good: #12b76a;--tier-leader: #85e13a;--card-score: #fdb022;--card-leaders: #85e13a;--card-at-risk: #e31b54;--rising-header: #12b76a;--falling-header: #f04438;--badge-branded-bg: #eff8ff;--badge-branded-text: #175cd3;--badge-unbranded-bg: #f2f4f7;--badge-unbranded-text: #667085;--ring-full: #12b76a;--ring-partial: #2e90fa;--ring-empty: #d0d5dd;--sentiment-positive: #12b76a;--radius-sm: 6px;--radius-md: 8px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-family);font-size:14px;line-height:1.5;color:var(--text-primary);background:#f9fafb;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}table{border-collapse:collapse;width:100%}.app-container{max-width:1200px;margin:0 auto;padding:24px}.section-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:16px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.card-grid{grid-template-columns:1fr}}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 20px;box-shadow:var(--shadow-sm)}.metric-card__label{font-size:12px;color:var(--text-secondary);margin-bottom:8px}.metric-card__value{font-size:28px;font-weight:700;line-height:1.2}.metric-card__subtext{font-size:12px;color:var(--text-secondary);margin-top:4px}.data-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.data-table thead th{background:var(--header-bg);color:#fff;font-size:12px;font-weight:600;text-align:left;padding:12px 16px}.data-table tbody td{padding:12px 16px;border-top:1px solid var(--border);font-size:13px;color:var(--text-secondary)}.data-table tbody tr:nth-child(2n) td{background:var(--surface-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--radius-sm);border:1px solid transparent;font-weight:600;font-size:14px;transition:background .15s,border-color .15s}.btn-primary{background:var(--header-bg);color:#fff}.btn-primary:hover:not(:disabled){background:#1e293b}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-muted)}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field label{font-size:13px;font-weight:500;color:var(--text-primary)}.form-field input,.form-field textarea{padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-primary)}.form-field input:focus,.form-field textarea:focus{outline:2px solid #94a3b8;outline-offset:0}.form-error{color:var(--tier-invisible);font-size:12px}.page-header{margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700;margin-bottom:4px}.page-header p{color:var(--text-secondary);font-size:14px}.results-section{margin-bottom:32px}.app-header{background:var(--surface);border-bottom:1px solid var(--border)}.app-header__inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.app-header__brand{font-size:16px;font-weight:700;color:var(--text-primary)}.app-header__nav{display:flex;gap:20px}.app-header__nav a{font-size:14px;font-weight:500;color:var(--text-secondary)}.app-header__nav a.active{color:var(--text-primary);font-weight:600}.setup-form,.question-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.competitor-input-row{display:flex;gap:8px}.competitor-input-row input{flex:1}.competitor-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-wrap:wrap;gap:8px}.competitor-list li{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:var(--surface-muted);border-radius:999px;font-size:13px}.competitor-list button{border:none;background:transparent;color:var(--text-secondary);font-size:16px;line-height:1;padding:0}.question-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.question-editor{border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;background:var(--surface-muted)}.question-editor__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.question-editor__position{font-weight:600;color:var(--text-secondary)}.question-editor__badge{font-size:11px;padding:2px 8px;border-radius:999px;background:#eff8ff;color:#175cd3}.question-editor textarea{width:100%;resize:vertical;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.question-editor__actions{margin-top:10px}.page-actions{display:flex;gap:12px;justify-content:flex-end}.page-header__status{margin-top:4px;font-size:13px;color:var(--text-muted)}.report-header{margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid var(--border)}.report-header__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.report-header h1{font-size:22px;font-weight:700;margin-bottom:8px}.report-header__meta,.report-header__subtitle{color:var(--text-secondary);font-size:13px}.clickable-row{cursor:pointer}.clickable-row:hover td{background:#f1f5f9!important}.mover-table thead th{color:#fff}.prompt-type-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:12px;font-weight:700}.prompt-type-badge--branded{background:var(--badge-branded-bg);color:var(--badge-branded-text)}.prompt-type-badge--unbranded{background:var(--badge-unbranded-bg);color:var(--badge-unbranded-text)}.visibility-ring{display:inline-flex}.platform-icons{display:flex;flex-wrap:wrap;gap:6px}.platform-icons__badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;padding:4px 8px;border-radius:999px;background:#f2f4f7;font-size:11px;font-weight:600;color:var(--text-secondary)}.platform-icons--na,.sentiment-cell--na{color:var(--text-muted);font-size:13px}.sentiment-cell--positive{color:var(--sentiment-positive);font-weight:500}.prompt-text-cell{color:var(--text-primary)!important;max-width:420px}.prompt-results-table td,.prompt-results-table th{vertical-align:middle}.prompt-results-table th:nth-child(3),.prompt-results-table th:nth-child(4),.prompt-results-table th:nth-child(5),.prompt-results-table td:nth-child(3),.prompt-results-table td:nth-child(4),.prompt-results-table td:nth-child(5){text-align:center}.insights-panel{margin-top:8px}.insights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.insights-grid--stack{grid-template-columns:1fr 1fr}@media(max-width:900px){.insights-grid,.insights-grid--stack{grid-template-columns:1fr}}.insights-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm)}.insights-card h3{font-size:15px;font-weight:600;margin-bottom:14px}.insights-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.insights-metrics__label{display:block;font-size:11px;color:var(--text-secondary);margin-bottom:4px}.insights-score{font-size:32px;font-weight:700;color:var(--card-score);margin-bottom:16px}.insights-list,.insights-gap-list,.insights-recommendation-list{list-style:none;padding:0;margin:0}.insights-list li,.insights-gap-list li,.insights-recommendation-list li{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-top:1px solid var(--border)}.insights-list li:first-child,.insights-gap-list li:first-child,.insights-recommendation-list li:first-child{border-top:none;padding-top:0}.insights-list li{flex-direction:row;justify-content:space-between;align-items:center}.insights-list__meta{font-size:12px;color:var(--text-secondary)}.insights-gap-list__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.insights-gap-list__prompt,.insights-empty-copy{font-size:12px;color:var(--text-secondary)}.insights-badge,.insights-tag,.insights-status{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize}.insights-badge--high,.insights-status--fail{background:#fef3f2;color:var(--tier-invisible)}.insights-badge--medium{background:#fffaeb;color:var(--tier-average)}.insights-badge--low,.insights-status--pass{background:#ecfdf3;color:var(--tier-good)}.insights-tag--content{background:#eff8ff;color:#175cd3}.insights-tag--citation{background:#f4f3ff;color:#5925dc}.insights-tag--data{background:#fef6ee;color:#b93815}.insights-tag--prompt{background:#f2f4f7;color:#344054}.state-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md)}.state-panel h3{font-size:16px;font-weight:600}.state-panel p{color:var(--text-secondary);max-width:420px}.state-panel__spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--header-bg);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.visibility-score-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}.visibility-score-card__header{display:flex;align-items:center;gap:8px;margin-bottom:24px}.visibility-score-card__icon{display:inline-flex;color:var(--text-secondary)}.visibility-score-card__title{flex:1;font-size:16px;font-weight:600;color:var(--text-primary)}.visibility-score-card__help{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:600;padding:0}.visibility-score-card__body{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.visibility-score-donut{position:relative;width:160px;height:160px}.visibility-score-donut__svg{width:100%;height:100%}.visibility-score-donut__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.visibility-score-donut__value{font-size:32px;font-weight:700;line-height:1.1;color:var(--text-primary)}.visibility-score-donut__tier{font-size:14px;font-weight:600;margin-top:2px}.performance-range__title{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:28px}.performance-range__track-wrap{position:relative;margin-bottom:12px}.performance-range__marker{position:absolute;top:-22px;transform:translate(-50%);font-size:12px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.performance-range__bar{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;height:10px;border-radius:999px;overflow:hidden}.performance-range__segment{border-radius:2px;opacity:.85}.performance-range__segment--active{opacity:1;box-shadow:0 0 0 2px #1018281f}.performance-range__labels{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.performance-range__label{display:flex;flex-direction:column;gap:2px;font-size:11px;color:var(--text-muted);text-align:center}.performance-range__label span:first-child{font-weight:500}.performance-range__label--active{color:var(--text-primary)}.performance-range__label--active span:first-child{font-weight:700}@media(max-width:640px){.performance-range__labels{grid-template-columns:repeat(2,1fr);row-gap:12px}.performance-range__marker{font-size:11px}}
