:root{--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-primary-light: #e0e7ff;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--bg-page: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 50%, #eef2f6 100%);--bg-card: linear-gradient(180deg, #ffffff 0%, #fafbfd 50%, #f8fafc 100%);--bg-header: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);--bg-footer: linear-gradient(0deg, #e2e8f0 0%, #eef2f6 100%);--color-text: #0f172a;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-border-focus: #cbd5e1;--color-success: #059669;--color-error: #dc2626;--color-warning: #d97706;--color-link: #4f46e5;--color-link-hover: #4338ca;--focus-ring: 0 0 0 3px rgba(79, 70, 229, .2);--focus-ring-offset: 2px;--focus-ring-color: rgba(79, 70, 229, .35);--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--radius-sm: 10px;--radius-md: 11px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 2px 4px rgba(15, 23, 42, .04);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 10px 20px -5px rgba(15, 23, 42, .08);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .06), 0 20px 40px -10px rgba(15, 23, 42, .12)}:root{font-family:var(--font-sans);line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text);background:var(--bg-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:var(--font-medium);color:var(--color-link);text-decoration:none}a:hover{color:var(--color-link-hover);background-color:transparent}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-page)}h1{font-size:var(--text-2xl);line-height:1.25;font-weight:var(--font-semibold);color:var(--color-text);margin:0 0 var(--space-md) 0}h2{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-text);margin:0 0 var(--space-sm) 0}h3{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--color-text);margin:0 0 var(--space-xs) 0}button{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.5em 1em;font-size:var(--text-sm);font-weight:var(--font-medium);font-family:inherit;background-color:var(--color-surface);color:var(--color-text);cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}button:hover{border-color:var(--color-border-focus);background:var(--bg-page);color:var(--color-text)}button:focus,button:focus-visible{outline:none;box-shadow:var(--focus-ring)}button:disabled{opacity:.6;cursor:not-allowed}#root{min-height:100vh;width:100%;text-align:left;background:var(--bg-page);display:flex;flex-direction:column;align-items:center}.app-layout{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;background:var(--bg-page)}.app-center{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;min-height:100vh;background:var(--bg-card);box-shadow:var(--shadow-md)}.app-header{flex-shrink:0;background:var(--bg-header);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.app-header-inner{padding:var(--space-md) var(--space-lg);display:flex;align-items:center;gap:var(--space-lg)}.app-header-brand{display:inline-flex;align-items:center;gap:var(--space-sm);font-weight:var(--font-bold);font-size:var(--text-lg);color:var(--color-text);text-decoration:none;margin-right:var(--space-sm)}.app-header-brand:hover{color:var(--color-text-muted)}.app-header-brand-icon{flex-shrink:0}.app-header-icon{flex-shrink:0;opacity:.8}.app-header-user-item,.app-header-user-menu .app-header-user-item{display:flex;align-items:center;gap:var(--space-sm)}.app-header-item-icon{flex-shrink:0;opacity:.8}.app-header-nav{display:flex;align-items:center;gap:var(--space-xs);flex:1}.app-header-nav>a{padding:var(--space-sm) var(--space-md);color:var(--color-text-muted);text-decoration:none;font-size:var(--text-sm);border-radius:var(--radius-sm)}.app-header-nav>a:hover,.app-header-nav>a.active{color:var(--color-text);background:var(--bg-page);font-weight:var(--font-medium)}.app-header-github{display:inline-flex;align-items:center;margin-left:var(--space-xs)}.app-header-dropdown{position:relative}.app-header-dropdown-trigger{padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);color:var(--color-text-muted);background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center}.app-header-dropdown-trigger:hover{color:var(--color-text);background:var(--bg-page)}.app-header-dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:2px;min-width:180px;background:var(--bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-sm) 0;z-index:50}.app-header-dropdown:hover .app-header-dropdown-menu{display:block}.app-header-dropdown-menu a{display:block;padding:var(--space-sm) var(--space-lg);color:var(--color-text-muted);text-decoration:none;font-size:var(--text-sm)}.app-header-dropdown-menu a:hover,.app-header-dropdown-menu a.active{background:var(--bg-page);color:var(--color-text);font-weight:var(--font-medium)}.app-header-user{position:relative;margin-left:auto}.app-header-user-trigger{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);color:var(--color-text);background:var(--bg-page);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.app-header-user-trigger:hover{background:var(--color-border);border-color:var(--color-border-focus)}.app-header-user-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-user-chevron{font-size:.6rem;opacity:.7}.app-header-user-menu{position:absolute;top:100%;right:0;margin-top:var(--space-xs);min-width:200px;background:var(--bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-sm) 0;z-index:60}.app-header-user-email{padding:var(--space-sm) var(--space-lg);font-size:var(--text-xs);color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid var(--color-border)}.app-header-user-item{display:block;width:100%;padding:var(--space-sm) var(--space-lg);font-size:var(--text-sm);color:var(--color-text);text-decoration:none;background:none;border:none;text-align:left;cursor:pointer}.app-header-user-item:hover{background:var(--bg-page)}.app-header-user-signout{color:var(--color-text-muted);border-top:1px solid var(--color-border)}.app-header-user-signout:hover{color:var(--color-error);background:#fef2f2}.app-body{flex:1;padding:var(--space-lg)}.app-footer{flex-shrink:0;background:var(--bg-footer);border-top:1px solid var(--color-border)}.app-footer-inner{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg)}.app-footer-copy{font-size:var(--text-sm);color:var(--color-text-muted)}.app-footer-links{display:flex;gap:var(--space-md)}.app-footer-links a{font-size:var(--text-sm);color:var(--color-link, var(--color-primary));text-decoration:none}.app-footer-links a:hover{text-decoration:underline}.btn-primary,.primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover:not(:disabled),.primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:#fff}.btn-primary:focus-visible,.primary:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn-secondary{background:var(--bg-card);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--bg-page);border-color:var(--color-border-focus);color:var(--color-text)}.btn-ghost{background:transparent;border-color:transparent;color:var(--color-text-muted)}.btn-ghost:hover:not(:disabled){background:var(--bg-page);color:var(--color-text)}.btn-danger{background:transparent;border-color:transparent;color:var(--color-error)}.btn-danger:hover:not(:disabled){background:#fef2f2;color:var(--color-error)}.btn-sm{padding:var(--space-xs) var(--space-sm);font-size:var(--text-xs)}.btn-lg{padding:var(--space-md) var(--space-xl);font-size:var(--text-base)}.form-group{margin-bottom:var(--space-lg)}.form-label{display:block;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text);margin-bottom:var(--space-xs)}.form-label-inline{display:inline-flex;align-items:center;gap:var(--space-sm);font-weight:400;cursor:pointer}.form-label-inline input[type=checkbox]{margin:0}.form-input,.form-textarea,.form-select{width:100%;max-width:100%;padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);font-family:inherit;color:var(--color-text);background:var(--bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s}.form-input:hover,.form-textarea:hover,.form-select:hover{border-color:var(--color-border-focus)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--color-primary);box-shadow:var(--focus-ring)}.form-input.error,.form-textarea.error,.form-select.error{border-color:var(--color-error)}.form-textarea{min-height:100px;resize:vertical}.form-error{font-size:var(--text-sm);color:var(--color-error);margin-top:var(--space-xs)}.form-hint{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-xs)}.form-actions{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap}.form-check{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}.form-check input{width:auto}.page{padding:0;max-width:100%}.page-header{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.page-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--color-text);margin:0 0 var(--space-sm) 0;letter-spacing:-.025em;line-height:1.25}.page-description{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.5}.section-title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-text);margin:0 0 var(--space-md) 0}.subsection-title{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--color-text);margin:0 0 var(--space-sm) 0}.section{margin-bottom:var(--space-2xl)}.section-divider{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--color-border) 10%,var(--color-border) 90%,transparent);margin:var(--space-2xl) 0}.dashboard header,.page .page-header{margin-bottom:var(--space-xl)}.dashboard header h1,.page-header .page-title{font-size:var(--text-2xl);margin:0 0 var(--space-xs) 0}.dashboard header p,.page-header .page-description{color:var(--color-text-muted);margin:0}.dashboard .section{margin-bottom:var(--space-2xl)}.dashboard .section h2,.home-landing .page-description{margin-bottom:var(--space-xl)}.home-landing-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center}.dashboard-learning-section{margin-top:var(--space-2xl)}.dashboard-learning-card .card-ui-header{display:flex;flex-direction:column;gap:var(--space-sm)}.dashboard-learning-title{display:inline-flex;align-items:center;gap:var(--space-sm)}.dashboard-learning-block{margin-bottom:var(--space-md)}.dashboard-learning-block:last-child{margin-bottom:0}.dashboard-learning-text{margin:var(--space-xs) 0 0 0;font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.5}.dashboard-learning-uplift-list{margin:var(--space-xs) 0 0 0;padding-left:var(--space-lg)}.dashboard-learning-uplift-link{color:var(--color-primary);text-decoration:none}.dashboard-learning-uplift-link:hover{text-decoration:underline}.dashboard-learning-delta{font-size:var(--text-sm);color:var(--color-text-muted)}.dashboard-try-section{margin-top:var(--space-2xl)}.dashboard-try-card .card-ui-header{display:flex;flex-direction:column;gap:var(--space-sm)}.dashboard-try-title{display:inline-flex;align-items:center;gap:var(--space-sm)}.dashboard-try-card .card-ui-content{padding-top:var(--space-md)}.section .section-title{font-size:var(--text-lg);margin:0 0 var(--space-md) 0;color:var(--color-text)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--space-lg)}@media(min-width:640px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.stat-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.card-ui{background:var(--bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.card-ui-header{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border);flex-direction:column;gap:var(--space-xs)}.card-ui-title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-text);margin:0;line-height:1.3}.card-ui-description{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.4}.card-ui-content{padding:var(--space-lg) var(--space-xl)}.card-ui.card-stat .card-ui-content{padding:var(--space-xl)}.card-stat-value{font-size:1.75rem;font-weight:var(--font-bold);color:var(--color-text);line-height:1.2;letter-spacing:-.025em}.card-stat-label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-muted);margin-top:var(--space-xs)}.card-stat-sub{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-sm);line-height:1.3}.monitoring-page .card-ui{margin-bottom:var(--space-2xl)}.monitoring-settings-card .card-ui-content,.monitoring-runs-card .card-ui-content{padding:var(--space-xl)}.monitoring-form-grid{display:flex;flex-direction:column;gap:var(--space-xl);max-width:640px}.monitoring-form-row{display:flex;flex-direction:column;gap:var(--space-xs)}.monitoring-form-row--toggle{flex-direction:row;align-items:center;justify-content:space-between;max-width:320px}.monitoring-form-row--inline{flex-direction:row;flex-wrap:wrap;gap:var(--space-xl)}.monitoring-form-row--inline>div{min-width:140px}.toggle-wrap{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:var(--color-border);border-radius:24px;transition:.2s}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;box-shadow:var(--shadow-sm);transition:.2s}.toggle-input:checked+.toggle-slider{background:var(--color-primary)}.toggle-input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-input:focus-visible+.toggle-slider{box-shadow:var(--focus-ring)}.monitoring-model-chips,.monitoring-domain-chips{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.monitoring-chip{padding:var(--space-sm) var(--space-md);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-muted);background:var(--bg-page);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.monitoring-chip:hover{border-color:var(--color-border-focus);color:var(--color-text)}.monitoring-chip--active{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.monitoring-chip:focus-visible{outline:none;box-shadow:var(--focus-ring)}.monitoring-chip--domain{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monitoring-input-narrow{width:100%;max-width:140px}.monitoring-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.monitoring-runs-content{padding-top:0}.monitoring-pagination{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.monitoring-pagination-info{font-size:var(--text-sm);color:var(--color-text-muted)}.monitoring-empty{padding:var(--space-2xl);text-align:center;color:var(--color-text-muted)}.monitoring-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--color-border)}.monitoring-table thead th{background:var(--bg-page);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.02em;padding:var(--space-md) var(--space-lg)}.monitoring-table tbody td{padding:var(--space-md) var(--space-lg);font-size:var(--text-sm)}.monitoring-table tbody tr:hover{background:var(--bg-page)}.monitoring-id{font-weight:var(--font-medium);color:var(--color-text-muted)}.monitoring-status-badge{display:inline-block;padding:.15em .5em;font-size:.75rem;font-weight:var(--font-medium);border-radius:var(--radius-sm)}.monitoring-status-badge--success{background:#dcfce7;color:#166534}.monitoring-status-badge--error{background:#fef2f2;color:#b91c1c}.monitoring-status-badge--running{background:#dbeafe;color:#1d4ed8}.monitoring-status-badge--default{background:var(--bg-page);color:var(--color-text-muted)}.execution-detail-page .page-header{position:relative}.execution-detail-back{display:inline-flex;align-items:center;margin-bottom:var(--space-md);padding:0;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-muted);background:none;border:none;cursor:pointer}.execution-detail-back:hover{color:var(--color-primary)}.execution-detail-meta{margin-top:var(--space-sm)}.execution-detail-card{margin-bottom:var(--space-2xl)}.execution-detail-card .card-ui-content{padding:var(--space-xl)}.execution-detail-empty{padding:var(--space-xl);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm)}.execution-visibility-content{padding:var(--space-xl);overflow-x:auto}.execution-visibility-wrap{border-radius:var(--radius-md);border:1px solid var(--color-border)}.execution-visibility-model-header{text-align:center;font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-muted)}.execution-visibility-subheader{font-weight:500;font-size:.8rem;color:var(--color-text-muted)}.execution-visibility-cell{text-align:center}.execution-settings-pre{margin:0;padding:var(--space-lg);font-size:var(--text-sm);font-family:ui-monospace,monospace;background:var(--bg-page);border-radius:var(--radius-md);border:1px solid var(--color-border);max-height:14rem;overflow:auto}.card,.stat-card,.card.stat-card{background:var(--bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.stat-value{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--color-text);line-height:1.2}.stat-label,.stat-sub{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-xs)}.table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.table th,.table td{padding:var(--space-sm) var(--space-md);text-align:left;border-bottom:1px solid var(--color-border)}.table th{background:var(--bg-page);font-weight:var(--font-semibold);color:var(--color-text)}.table tbody tr:hover{background:var(--bg-page)}.table tbody tr:nth-child(2n){background:var(--bg-page)}.table tbody tr:nth-child(2n):hover{background:var(--color-border)}.section-desc{margin:-.5rem 0 .75rem;font-size:var(--text-sm);color:var(--color-text-muted)}.mention-badge{opacity:.9}.competition-mentioned-cell{max-width:200px;font-size:.9rem;line-height:1.3}.competition-summary{margin-bottom:1rem;font-size:.95rem}.competition-summary strong{color:#7b1fa2}.section-note{margin-top:.75rem;padding:.75rem;background:#f1f5f9;border-radius:6px;font-size:.875rem;color:#4b5563;border:1px solid #e2e8f0}.section-note code{background:#e5e5ea;padding:.1em .4em;border-radius:4px;color:#333}.response-details{margin-bottom:.75rem}.response-details summary{cursor:pointer;padding:.5rem 0;color:#555}.response-text-pre{margin:.5rem 0 0;padding:.75rem 1rem;background:#f8fafc;border-radius:6px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;font-size:.8125rem;max-height:20rem;overflow-y:auto;color:#374151;border:1px solid #e5e7eb;line-height:1.4}.others-cited-cell{max-width:200px;font-size:.9rem;line-height:1.3}.competitor-only-cited{margin-top:1rem}.competitor-only-cited h3{font-size:.95rem;margin:0 0 .5rem;color:#7b1fa2}.competitor-only-cited ul{margin:0;padding-left:1.25rem}.pagination-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.pagination-bar button{padding:.35rem .6rem;font-size:.875rem;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151}.pagination-bar button:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8;color:#111827}.pagination-bar button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.9rem;color:#555}.brief-actions{display:flex;gap:.75rem;margin-top:.75rem}.brief-actions button{padding:.35rem .6rem;font-size:.875rem;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151}.brief-actions button:hover{background:#f1f5f9;border-color:#94a3b8;color:#111827}.response-details-btn{font-size:.9rem}.response-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.response-modal{background:#fff;border-radius:8px;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 4px 24px #00000026;border:1px solid #e0e0e0}.response-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}.response-modal-header h2{margin:0;font-size:1rem;color:#333}.response-modal-close{padding:.35rem .6rem;font-size:.875rem;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151}.response-modal-close:hover{background:#f1f5f9;border-color:#94a3b8;color:#111827}.response-modal-content{margin:0;padding:1.25rem;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.4;flex:1;min-height:0;color:#333}.section-actions{margin:-.5rem 0 1rem;font-size:.9rem;color:#555}.section-actions label{cursor:pointer}.dashboard .error{color:var(--color-error)}.chart-placeholder,.table-placeholder{padding:1.5rem;text-align:center;color:#4b5563;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;font-size:.9rem}.prompts-table-wrap{overflow-x:auto}.execution-visibility-table{table-layout:fixed;width:100%}.execution-visibility-table th.col-prompt,.execution-visibility-table td.col-prompt{width:280px;min-width:280px;max-width:280px}.execution-visibility-table th.col-niche,.execution-visibility-table td.col-niche{width:140px;min-width:140px;max-width:140px}.execution-visibility-table td.execution-visibility-prompt-cell,.execution-visibility-table td.execution-visibility-niche-cell{overflow:hidden;word-wrap:break-word;word-break:break-word;vertical-align:top;box-sizing:border-box}.execution-visibility-table td.execution-visibility-prompt-cell .link-btn{display:block;text-align:left;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.execution-visibility-table td.execution-visibility-prompt-cell .link-btn:hover{white-space:normal;text-overflow:clip}.execution-visibility-table td.execution-visibility-niche-cell{white-space:normal}.visibility-legend{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-md);font-size:var(--text-xs);color:var(--color-text-muted)}.visibility-legend-item{display:inline-flex;align-items:center;gap:var(--space-xs)}.visibility-model-legend{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-sm)}.visibility-dot{display:inline-block;width:.9rem;height:.9rem;border-radius:999px;border:2px solid #e5e7eb;background:transparent;box-sizing:border-box}.visibility-dot--cited{border-color:#4f46e5;background:#4f46e51f}.visibility-dot--brand{border-color:#0ea5e9;background:#0ea5e914}.visibility-dot--competitor{border-color:#f59e0b;background:#f59e0b1f}.visibility-dot--none{border-color:#e5e7eb;background:transparent}.visibility-model-label{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .6rem;border-radius:999px;font-size:var(--text-xs);font-weight:var(--font-medium);background:var(--bg-page);color:var(--color-text-muted)}.visibility-model-label-dot{width:.4rem;height:.4rem;border-radius:999px;background:currentColor}.visibility-model--openai{background:#22c55e14;color:#16a34a}.visibility-model--anthropic{background:#f59e0b14;color:#b45309}.visibility-model--perplexity{background:#2563eb14;color:#1d4ed8}.visibility-model--gemini{background:#3b82f614;color:#1d4ed8}.visibility-across-runs-card .card-ui-content{padding:var(--space-xl)}.visibility-across-runs-title{display:inline-flex;align-items:center;gap:var(--space-sm)}.visibility-across-runs-icon{color:var(--color-text-muted);flex-shrink:0}.visibility-across-runs-empty{margin:0;color:var(--color-text-muted)}.visibility-across-runs-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--color-border)}.visibility-across-runs-table th{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-muted);text-transform:none;padding:var(--space-md) var(--space-lg)}.visibility-across-runs-table td{padding:var(--space-md) var(--space-lg);vertical-align:middle}.visibility-across-runs-exec-cell{display:flex;flex-direction:column;gap:.15rem}.visibility-across-runs-exec-id{font-weight:var(--font-semibold);color:var(--color-text)}.visibility-across-runs-exec-date,.visibility-across-runs-exec-time{font-size:var(--text-xs);color:var(--color-text-muted)}.visibility-across-runs-yn-cell{text-align:center}.visibility-yn-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;flex-shrink:0}.visibility-yn-icon--yes{background:#4f46e526;color:#4f46e5}.visibility-yn-icon--no{background:#f1f5f9;color:#94a3b8}.visibility-yn-check,.visibility-yn-cross{font-size:.7rem;font-weight:700;line-height:1}.visibility-across-runs-others-cell{max-width:200px}.visibility-across-runs-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.visibility-across-runs-tag{display:inline-block;padding:.2rem .5rem;font-size:var(--text-xs);background:var(--bg-page);color:var(--color-text-muted);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.visibility-across-runs-view-btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-primary);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.visibility-across-runs-view-btn:hover{background:var(--color-primary-light);border-color:var(--color-primary)}.table-filter{margin-bottom:.75rem;padding:.4rem .6rem;width:100%;max-width:400px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem}.prompts-table{width:100%;border-collapse:collapse;font-size:.875rem}.prompts-table th,.prompts-table td{padding:.35rem .6rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top;line-height:1.35}.prompts-table th{color:#4b5563;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.8125rem}.prompts-table tbody tr[data-competitor-only=true]{border-left:3px solid #f59e0b}.prompts-table tbody tr[data-cited=true] td:first-child{color:#15803d}.prompts-table tbody tr:hover{background:#f8fafc}.nav{display:flex;gap:1rem;margin-bottom:1.5rem}.nav a{color:#4b5563;text-decoration:none;padding:.25rem 0}.nav a:hover,.nav a.active{color:#111827;font-weight:500;background-color:transparent}.link-btn{background:none;border:none;color:#2563eb;cursor:pointer;padding:0;text-align:left;text-decoration:underline;font-size:inherit}.link-btn:hover{color:#1d4ed8;background-color:transparent}.drafts-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:900px){.drafts-layout{grid-template-columns:1fr}}.draft-detail{background:#f8fafc;padding:1rem;border-radius:8px;max-height:70vh;overflow:auto;border:1px solid #e5e7eb}.publish-preview-body h1,.publish-preview-body h2,.publish-preview-body h3{margin:1rem 0 .5rem;font-size:1.1rem}.publish-preview-body h1{font-size:1.25rem}.publish-preview-body p{margin:.5rem 0}.publish-preview-body img{max-width:100%;height:auto;border-radius:4px}.publish-preview-body ul,.publish-preview-body ol{margin:.5rem 0;padding-left:1.5rem}.publish-preview-body a{color:var(--color-link, #0066cc)}.draft-body{white-space:pre-wrap;font-size:.9rem}.report-summary{max-height:60vh;overflow:auto}.detail-section{background:#f8fafc;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1rem;border:1px solid #e5e7eb}.detail-section h2{margin-top:0;font-size:1rem}.detail-section .subsection-heading{font-size:.95rem;margin:1.25rem 0 .5rem;color:#4b5563}.detail-dl{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1.5rem;margin:0}.detail-dl dt{color:#555;font-weight:500}.detail-dl dd{margin:0}.prompt-text{white-space:pre-wrap;word-break:break-word}.citations-list{list-style:none;padding:0;margin:0}.citations-list li{padding:.5rem 0;border-bottom:1px solid #e0e0e0;font-size:.9rem}.citations-list .citation-link{color:#2563eb;text-decoration:none}.citations-list .citation-link:hover{text-decoration:underline;background-color:transparent}.citation-counts-table{max-width:400px}.citation-counts-table .model-name{text-transform:capitalize}.citation-counts-total{font-weight:600;border-top:1px solid #ccc}.prompts-list-table{table-layout:fixed;width:100%;min-width:1230px}.prompts-list-table th.col-id,.prompts-list-table td.col-id{width:2.5rem;max-width:2.5rem}.prompts-list-table th.col-text,.prompts-list-table td.col-text{width:240px;min-width:240px;max-width:240px}.prompts-list-table th.col-citations,.prompts-list-table td.col-citations,.prompts-list-table th.col-mentions,.prompts-list-table td.col-mentions{width:200px;max-width:200px}.prompts-list-table th.col-competition,.prompts-list-table td.col-competition{width:140px;max-width:140px}.prompts-list-table th.col-try-live,.prompts-list-table td.col-try-live{width:200px;max-width:200px}.prompts-list-table th.col-created,.prompts-list-table td.col-created{width:10rem;max-width:10rem}.prompts-list-table th.col-niche,.prompts-list-table td.col-niche{width:120px;max-width:120px}.prompts-list-table td.col-id,.prompts-list-table td.col-niche,.prompts-list-table td.col-text,.prompts-list-table td.col-citations,.prompts-list-table td.col-mentions,.prompts-list-table td.col-competition,.prompts-list-table td.col-try-live,.prompts-list-table td.col-created{white-space:normal;word-wrap:break-word;word-break:break-word;vertical-align:top;overflow:hidden;box-sizing:border-box}.prompts-list-table td.col-text .link-btn{display:block;text-align:left;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompts-list-table td.col-text .link-btn:hover{white-space:normal;text-overflow:clip}.prompts-list-table .citation-counts-cell{font-size:.8125rem;white-space:normal;word-wrap:break-word;word-break:break-word}.citation-count-badge{display:inline-block;margin-right:.5rem;padding:.2rem .4rem;background:#e8e8e8;border-radius:4px;color:#333}.citation-count-badge:last-child{margin-right:0}.citation-count-empty{color:#999}.try-live-cell{font-size:.85rem;white-space:normal;word-wrap:break-word;word-break:break-word}.prompts-list-table .try-live-cell .try-live-link{display:inline-block;margin-right:.5rem;margin-bottom:.2rem;color:#2563eb;text-decoration:none}.try-live-cell .try-live-link:hover{text-decoration:underline;background-color:transparent}.try-live-cell .try-live-link:last-child{margin-right:0}.try-live-copied{display:inline-block;margin-right:.5rem;font-size:.75rem;color:#2e7d32}.citations-by-model{margin-bottom:1.5rem}.citations-by-model:last-child{margin-bottom:0}.citations-model-heading{font-size:1rem;margin:0 0 .5rem;color:#555;text-transform:capitalize}.submit-url-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.submit-url-input{flex:1;min-width:200px;padding:.4rem .6rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.875rem}.image-prompts-list{margin:.5rem 0 1rem 1.25rem;padding:0}.brief-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:.5rem 0 1rem}.brief-image-fig{margin:0}.brief-image-fig img{width:100%;height:auto;border-radius:6px;border:1px solid #ddd}.brief-image-fig figcaption{font-size:.85rem;color:#555;margin-top:.25rem}.profile-edit-form{display:flex;flex-direction:column;max-width:640px}.profile-edit-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.content-source-edit-form{display:flex;flex-direction:column;gap:.75rem;max-width:520px}.content-source-edit-form .edit-form-row{display:flex;align-items:flex-start;gap:.75rem}.content-source-edit-form .edit-form-label{flex:0 0 200px;min-width:200px;padding-top:.35rem;font-size:.9rem;color:var(--color-text-secondary, #555)}.content-source-edit-form .edit-form-field{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.content-source-edit-form .edit-form-field input,.content-source-edit-form .edit-form-field select{width:100%;max-width:280px}.content-source-edit-form .edit-form-field .field-error{font-size:.8rem;color:var(--color-error, #c00)}.profile-competitors-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.5rem}.profile-competitors-list li{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:6px;font-size:.875rem;border:1px solid #e2e8f0}.profile-competitors-list li button{padding:0 .25rem;font-size:1.1rem;line-height:1;color:#64748b;background:none;border:none;cursor:pointer}.profile-competitors-list li button:hover{color:#dc2626}.dashboard a:hover{background-color:transparent}.dashboard button:hover{background-color:#f1f5f9;color:#111827}.dashboard .link-btn:hover{background-color:transparent}.auth-page{max-width:360px;margin:var(--space-2xl) auto;padding:var(--space-lg)}.auth-page .page-header{border-bottom:none;margin-bottom:var(--space-lg);padding-bottom:0}.auth-page h1,.auth-page .page-title{font-size:var(--text-xl);margin:0 0 var(--space-lg) 0}.auth-form{display:flex;flex-direction:column;gap:0}.auth-form .form-actions{margin-top:var(--space-md)}.auth-error{color:var(--color-error);font-size:var(--text-sm);margin:0 0 var(--space-md) 0}.auth-footer{margin-top:var(--space-xl);font-size:var(--text-sm);color:var(--color-text-muted)}.auth-footer a{color:var(--color-link)}.auth-loading{padding:2rem;text-align:center;color:#64748b}.nav-user{margin-left:auto;display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#555}.nav-logout{padding:.25rem .5rem;font-size:.85rem;background:transparent;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;color:#374151}.nav-logout:hover{background:#f3f4f6}.discovery-grid{display:grid;gap:1rem}.discovery-item{display:flex;flex-direction:column;gap:.25rem}.discovery-label{font-weight:600;font-size:.875rem;color:var(--color-text-muted, #64748b)}.discovery-value{font-size:.9375rem;line-height:1.4}.trial-prompt-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-xl);background:var(--bg-page)}.trial-prompt-card-title{font-size:var(--text-base);font-weight:var(--font-semibold);margin:0 0 var(--space-md) 0;color:var(--color-text);line-height:1.4}.trial-model-block{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.trial-model-block:first-of-type{margin-top:0;padding-top:0;border-top:none}.trial-model-name{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-muted);margin:0 0 var(--space-sm) 0}.trial-detail-row{margin-top:var(--space-sm)}.trial-detail-label{font-weight:var(--font-semibold);font-size:.8rem;color:var(--color-text-muted);display:block;margin-bottom:var(--space-xs)}.trial-detail-list{margin:0;padding-left:var(--space-xl);font-size:var(--text-sm)}.trial-detail-list li{margin-bottom:var(--space-sm)}.trial-own-badge{font-size:.7rem;margin-left:var(--space-sm);padding:.1rem .4rem;border-radius:var(--radius-sm);background:#dcfce7;color:#166534}.trial-comp-badge{font-size:.7rem;margin-left:var(--space-sm);padding:.1rem .4rem;border-radius:var(--radius-sm);background:#fef3c7;color:#92400e}.trial-snippet{margin:var(--space-sm) 0 0 0;padding:var(--space-sm);font-size:.85rem;background:var(--bg-page);border-left:3px solid var(--color-border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word}.trial-response-wrap{margin-top:var(--space-xs)}.trial-response-pre{margin:0;padding:.75rem;font-size:.85rem;background:var(--bg-page);border-radius:var(--radius-md);white-space:pre-wrap;word-break:break-word;max-height:20rem;overflow-y:auto;border:1px solid var(--color-border)}.try-results-page .page-header{position:relative}.home-highlights{list-style:none;margin:var(--space-xl) 0 0;padding:0;display:grid;gap:var(--space-sm);font-size:var(--text-sm);color:var(--color-text-muted);max-width:56rem}.home-highlights li{display:flex;align-items:flex-start;gap:var(--space-xs)}.home-highlights li:before{content:"";flex-shrink:0;width:4px;height:1.1em;margin-top:.2em;background:var(--color-primary);border-radius:2px}.home-highlights strong{color:var(--color-text);font-weight:var(--font-semibold)}.trial-results-back{display:inline-flex;align-items:center;margin-bottom:var(--space-md);padding:0;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-muted);background:none;border:none;cursor:pointer}.trial-results-back:hover{color:var(--color-primary)}.trial-results-meta{margin-top:var(--space-sm)}.trial-results-card{margin-bottom:var(--space-2xl)}.trial-results-card .card-ui-content{padding:var(--space-xl)}.trial-discovery-grid{display:grid;gap:var(--space-md);grid-template-columns:1fr}@media(min-width:640px){.trial-discovery-grid{grid-template-columns:repeat(2,1fr)}}.trial-results-empty{padding:var(--space-xl);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm)}.trial-results-cta .card-ui-content{text-align:center}.trial-results-cta-text{margin:0 0 var(--space-lg) 0;color:var(--color-text-muted);font-size:var(--text-sm)}.trial-form-card .card-ui-content{max-width:420px}.trial-form{display:flex;flex-direction:column;gap:var(--space-md)}.trial-form .btn-primary{align-self:flex-start}.trial-turnstile-wrap{margin-bottom:var(--space-lg);min-height:65px;min-width:300px;width:100%}.trial-directory-list{list-style:none;margin:0;padding:0}.trial-directory-list li{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.trial-directory-list li:last-child{border-bottom:none}.trial-directory-link{font-weight:var(--font-medium);color:var(--color-primary);text-decoration:none}.trial-directory-link:hover{text-decoration:underline}.trial-directory-date{font-size:var(--text-sm);color:var(--color-text-muted)}.trial-results-by-prompt-card .card-ui-content{padding:var(--space-xl)}.trial-prompt-list{display:flex;flex-direction:column;gap:var(--space-xl)}.trial-prompt-empty{margin:0;font-size:var(--text-sm);color:var(--color-text-muted)}
