:root{--bg-start: #ffffff;--bg-mid: #f7f6f4;--bg-end: #f5f5dc;--card-bg: #ffffff;--primary: #84b584;--secondary: #c97d60;--text: #1a1512;--text-muted: #5a534d;--border: rgba(224, 218, 208, .6);--error: #b91c1c;--shadow: 0 8px 24px rgba(26, 21, 18, .08);--radius: 12px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);color:var(--text);background:linear-gradient(to top right,var(--bg-start) 0%,var(--bg-mid) 55%,var(--bg-end) 100%)}button,input,select{font:inherit}a{color:var(--secondary)}.app-shell{max-width:1200px;margin:0 auto;padding:24px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.page-title{margin:0;font-size:1.75rem;font-weight:700}.page-subtitle{margin:8px 0 0;color:var(--text-muted)}.section-title{margin:0;font-size:1.25rem;font-weight:700}.section-subtitle{margin:6px 0 0;color:var(--text-muted);font-size:.925rem;line-height:1.45}.btn{border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--text)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn:hover:not(:disabled){transform:translateY(-1px)}.field-label{display:block;margin-bottom:8px;font-size:.9rem;font-weight:600}.field-input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:#fff}.field-input:focus{outline:2px solid rgba(250,197,21,.45);border-color:var(--primary)}.error-text{color:var(--error);margin:12px 0 0;font-size:.9rem}.controls-row{display:flex;flex-wrap:wrap;gap:16px;align-items:end}.control-group{display:flex;flex-direction:column;gap:8px;min-width:160px}.control-group select{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.rate-toggle{display:inline-flex;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff}.rate-toggle button{padding:10px 14px;border:none;background:transparent;color:var(--text);cursor:pointer;font-weight:500}.rate-toggle button.active{background:#fac51559;font-weight:600}.rate-toggle button:not(.active):hover{background:#4d3b290a}.checkbox-row{display:flex;align-items:center;gap:8px;min-height:42px}.stat-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fac5152e;font-weight:600}.dashboard-sticky-header{position:sticky;top:0;z-index:20;margin:-24px -24px 0;padding:24px 24px 16px;background:linear-gradient(180deg,#fff9e8,#fff9e8f7 70%,#f5f5dceb);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.dashboard-sticky-header .header-bar{margin-bottom:16px}.dashboard-controls{padding:8px 12px}.dashboard-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.filter-field{display:inline-flex;align-items:center;gap:6px}.filter-label{font-size:.8rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.filter-select{padding:5px 8px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:.85rem;line-height:1.2;color:var(--text);cursor:pointer}.filter-select--wide{min-width:9.5rem;max-width:12rem}.filter-select:focus{outline:2px solid rgba(250,197,21,.45);border-color:var(--primary)}.chart-card{margin-top:16px;padding:20px}.chart-panel{display:flex;gap:24px;align-items:stretch}.chart-panel .chart-wrapper{flex:1;min-width:0}.chart-wrapper{width:100%;height:360px;min-height:360px}.chart-empty,.chart-loading{min-height:320px;display:grid;place-items:center;color:var(--text-muted)}.header-bar{display:flex;justify-content:space-between;align-items:center;gap:16px}.login-card{max-width:420px;margin:12vh auto 0;padding:32px}.login-form{margin-top:24px;display:grid;gap:16px}.legend-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.legend-list--stacked{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:center;gap:8px;min-width:120px;margin-top:0}.legend-item{display:inline-flex;align-items:center;gap:8px;font-size:.85rem}.legend-swatch{width:12px;height:12px;border-radius:3px}.subsection-title{margin:28px 0 12px;font-size:1rem;font-weight:700}.path-summary{margin-top:16px}.path-summary-stats{margin-bottom:16px}.path-summary-bar{display:flex;width:100%;height:28px;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.path-summary-segment{min-width:2px;height:100%}.chart-note{margin:0 0 16px;color:var(--text-muted);font-size:.925rem;line-height:1.45}.funnel-charts{display:grid;gap:8px}.activation-funnel-chart{margin-top:20px}.activation-funnel-summary{margin-top:16px}.input-telemetry-section{margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}.input-telemetry-method,.input-telemetry-text-field{margin-top:16px}.input-telemetry-snapshot{margin-top:20px}.other-answers-section{margin-top:8px}.other-answers-empty{margin:0;color:var(--text-muted);font-size:.925rem}.other-answers-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.other-answers-item{display:grid;grid-template-columns:2rem 1fr auto;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border);font-size:.925rem}.other-answers-item:last-child{border-bottom:none}.other-answers-rank{color:var(--text-muted);font-weight:600;text-align:right}.other-answers-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.other-answers-locale{display:inline-block;margin-right:8px;padding:2px 8px;border-radius:999px;background:#fac51538;color:var(--text-muted);font-size:.8rem;font-weight:600;vertical-align:baseline}.other-answers-count{font-weight:600;color:var(--text-muted);min-width:2.5rem;text-align:right}.stat-pill--highlight{background:#c97d6047}.activation-segment-table{margin-top:20px}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.data-table th{font-weight:600;color:var(--text-muted);font-size:.8rem}.data-table tbody tr:last-child td{border-bottom:none}.feature-request-section{margin-top:24px}.feature-request-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.feature-request-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px 16px;border-bottom:1px solid var(--border)}.feature-request-item:last-child{border-bottom:none}.feature-request-main{display:flex;gap:12px;flex:1;min-width:240px}.feature-request-rank{color:var(--text-muted);font-weight:700;min-width:1.5rem}.feature-request-content{flex:1;min-width:0}.feature-request-header{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.feature-request-title{font-weight:700}.feature-request-description{margin:8px 0 0;color:var(--text-muted);font-size:.925rem;line-height:1.45;white-space:pre-wrap}.feature-request-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;color:var(--text-muted);font-size:.85rem}.status-control{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.status-select{padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:#fff;min-width:130px}.status-save-btn{padding:8px 12px}.status-control-error{color:var(--error);font-size:.85rem}.status-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:capitalize}.status-badge--pending{background:#fac51559}.status-badge--approved{background:#8fa88f73}.status-badge--in_progress{background:#6095c959}.status-badge--complete{background:#6b5a482e;color:var(--text-muted)}.feedback-messages-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.feedback-message-item{padding:14px 16px;border-bottom:1px solid var(--border)}.feedback-message-item:last-child{border-bottom:none}.feedback-message-text{margin:0;line-height:1.45;white-space:pre-wrap}.feedback-message-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.meta-chip{display:inline-block;padding:2px 10px;border-radius:999px;background:#fac51538;color:var(--text-muted);font-size:.8rem;font-weight:600}
