:root{--app-max-width: 1200px}*{box-sizing:border-box}body{margin:0;padding:0}.app-frame{min-height:100vh}.app-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid #c2ccda;background:#fff;color:#586579;font-size:11px;font-weight:700;line-height:1;cursor:help;flex-shrink:0}.app-tooltip:focus{outline:none;box-shadow:0 0 0 2px #2c6ecb40}.app-tooltip-text{visibility:hidden;opacity:0;position:fixed;z-index:9999;min-width:180px;max-width:260px;padding:8px 10px;border-radius:8px;background:#1f2937;color:#f9fafb;font-size:12px;font-weight:500;line-height:1.4;text-align:left;box-shadow:0 8px 18px #0003;transition:opacity .15s ease;pointer-events:none;left:-9999px;top:-9999px}.app-tooltip:hover .app-tooltip-text,.app-tooltip:focus .app-tooltip-text{visibility:visible;opacity:1}.section-heading{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.kpi-label{margin-top:8px;font-size:14px;font-weight:700;color:#334155;display:flex;align-items:center;gap:5px}.product-title{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-overlay.hidden{display:none}.stat-value{font-size:32px;font-weight:600;line-height:1.2}.stat-label{font-size:14px;color:var(--p-color-text-subdued, #6d7175)}.toast{position:fixed;bottom:16px;left:50%;transform:translate(-50%);background:#202223;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;opacity:0;transition:opacity .2s ease;pointer-events:none}.toast.show{opacity:1;pointer-events:auto}.usage-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;background:var(--p-color-bg-surface-secondary, #f6f6f7);color:var(--p-color-text-subdued, #6d7175)}.usage-badge.usage-low{background:var(--p-color-bg-warning, #ffea8a);color:var(--p-color-text-warning, #8a6116)}.usage-badge.usage-exhausted{background:var(--p-color-bg-critical, #fed3d1);color:var(--p-color-text-critical, #d72c0d)}.usage-badge.usage-unlimited{background:var(--p-color-bg-success, #aee9d1);color:var(--p-color-text-success, #287d3c)}.skeleton-line,.skeleton-thumbnail{background:linear-gradient(90deg,var(--p-color-bg-surface-tertiary, #e4e5e7) 25%,var(--p-color-bg-surface-secondary, #f6f6f7) 50%,var(--p-color-bg-surface-tertiary, #e4e5e7) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.score-value{font-size:48px;font-weight:700;color:var(--p-color-text, #202223)}.score-good{color:#008060}.score-medium{color:#ffc107}.score-low{color:#dc3545}.provider-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.openai-icon{background:#10a37f}.claude-icon{background:#cc785c}.perplexity-icon{background:#1e90ff}.gemini-icon{background:#8e44ad}.provider-value{font-size:32px;font-weight:700;color:var(--p-color-text, #202223)}.event-item{display:flex;align-items:center;padding:12px;border-radius:8px;background:var(--p-color-bg-surface-secondary, #f6f6f7);gap:12px}.event-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px}.event-icon-up{color:#008060}.event-icon-down{color:#dc3545}.event-icon-star{color:#ffc107}.event-content{flex:1}.billing-page{--billing-accent-free: #94a3b8;--billing-accent-starter: #3b82f6;--billing-accent-growth: #22c55e;--billing-accent-scale: #f59e0b;--billing-accent-enterprise: #0f172a}.billing-page .billing-section{display:block;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;margin-bottom:18px}.billing-page .billing-section:last-child{margin-bottom:0}.billing-plans-wrapper{margin-bottom:18px}.usage-section-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 3px 10px #0f172a0a;padding:12px 14px}.usage-section-details{overflow:visible}.usage-section-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;background:transparent}.usage-section-summary::-webkit-details-marker{display:none}.usage-section-summary-left{display:flex;flex-direction:column;gap:3px}.usage-section-title{font-size:18px;font-weight:700;color:#0f172a}.usage-section-subtitle{font-size:12px;color:#64748b}.usage-section-summary-right{display:inline-flex;align-items:center;gap:10px}.usage-summary-alert{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.usage-summary-alert-healthy{background:#e9f8ef;color:#166534}.usage-summary-alert-attention{background:#fff4d6;color:#92400e}.usage-summary-alert-critical{background:#fee2e2;color:#991b1b}.usage-section-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#334155}.usage-toggle-hide{display:none}.usage-toggle-icon{display:inline-flex;transition:transform .16s ease}.usage-section-details[open] .usage-toggle-show{display:none}.usage-section-details[open] .usage-toggle-hide{display:inline}.usage-section-details[open] .usage-toggle-icon{transform:rotate(180deg)}.usage-section-content{display:flex;flex-direction:column;gap:12px;padding:12px 0 0;border-top:1px solid #e8edf5;margin-top:10px}.usage-trial-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid #fde68a;background:#fff8db;color:#92400e;font-size:12px;font-weight:700;white-space:nowrap}@media(max-width:768px){.usage-section-summary{align-items:flex-start;flex-direction:column}.usage-section-summary-right{width:100%;justify-content:space-between;flex-wrap:wrap}.usage-trial-badge{white-space:normal}}.billing-plans-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;align-items:stretch}.billing-plans-grid .billing-plan-card{grid-column:span 2}.billing-plans-grid .billing-plan-card:nth-child(n+4){grid-column:span 3}@media(max-width:900px){.billing-plans-grid{grid-template-columns:repeat(2,1fr)}.billing-plans-grid .billing-plan-card,.billing-plans-grid .billing-plan-card:nth-child(n+4){grid-column:span 1}}@media(max-width:600px){.billing-plans-grid{grid-template-columns:1fr}}.billing-plan-card{border:1px solid #dfe3e8;border-radius:20px;padding:24px 22px 22px;position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;box-shadow:0 14px 28px #0f172a14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}.billing-plan-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px #0f172a29}@media(max-width:1100px){.billing-plan-card{border-bottom:1px solid var(--p-color-border, #e1e3e5)}}@media(max-width:768px){.billing-plan-card{border-bottom:1px solid var(--p-color-border, #e1e3e5)}}.billing-plan-current{background:linear-gradient(180deg,#f7f9fb,#eef2f6);border-color:#c7d0dc;box-shadow:inset 0 0 0 2px #0f172a0d}.billing-plan-recommended{border-color:#16a34a;background:linear-gradient(180deg,#fff,#f1fff7);box-shadow:0 24px 52px #16a34a2e}.billing-plan-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--plan-accent, #22c55e)}.billing-plan-card[data-plan=free]{--plan-accent: var(--billing-accent-free)}.billing-plan-card[data-plan=starter]{--plan-accent: var(--billing-accent-starter)}.billing-plan-card[data-plan=growth]{--plan-accent: var(--billing-accent-growth)}.billing-plan-card[data-plan=scale]{--plan-accent: var(--billing-accent-scale)}.billing-plan-card[data-plan=enterprise]{--plan-accent: var(--billing-accent-enterprise)}.billing-plan-ribbon{position:absolute;top:0;left:50%;transform:translate(-50%);padding:6px 16px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;border-radius:999px;box-shadow:0 6px 16px #1018282e;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;min-height:24px;z-index:2}.billing-plan-header{text-align:left;margin-bottom:16px;min-height:220px;display:flex;flex-direction:column;gap:6px}@media(max-width:1100px){.billing-plan-header{min-height:210px}}@media(max-width:768px){.billing-plan-header{min-height:0}}.billing-plan-name{font-size:16px;font-weight:700;color:var(--p-color-text, #202223);text-transform:uppercase;letter-spacing:.8px}.billing-plan-tagline{font-size:15px;font-weight:700;color:var(--p-color-text, #202223)}.billing-plan-subtitle{font-size:13px;color:var(--p-color-text-subdued, #6d7175);line-height:1.4;min-height:34px}.billing-plan-price{display:flex;align-items:baseline;gap:6px;margin-top:6px}.billing-plan-price-amount{font-size:44px;font-weight:700;color:var(--p-color-text, #202223);line-height:1;letter-spacing:-.5px}.billing-plan-price-period{font-size:14px;color:var(--p-color-text-subdued, #6d7175);text-transform:uppercase;letter-spacing:.6px}.billing-plan-metrics{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto;min-height:96px}.billing-plan-metric-pill{display:flex;flex-direction:row;align-items:center;gap:6px;padding:7px 10px;min-height:34px;border-radius:12px;background:linear-gradient(180deg,#f7f9fb,#eef2f6);font-size:12px;color:var(--p-color-text-subdued, #6d7175);border:1px solid #e2e8f0;white-space:nowrap}.billing-plan-metric-empty{background:transparent;border:1px dashed #e2e8f0;opacity:.4}.billing-plan-stat-value{font-weight:700;color:var(--p-color-text, #202223);font-size:15px;line-height:1}.billing-plan-stat-label{color:var(--p-color-text-subdued, #6d7175);font-size:11px;text-transform:uppercase;letter-spacing:.4px;line-height:1;margin-top:1px;white-space:nowrap}.billing-plan-cta{margin:16px 0 12px}.billing-plan-features{border-top:1px solid #edf1f5;padding-top:16px;flex:1;display:flex;flex-direction:column;gap:10px}.billing-plan-prev-tier{font-size:13px;font-weight:600;color:var(--p-color-text, #202223);margin-bottom:10px}.billing-plan-features-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.9px;color:#7b8794;margin-left:0}.billing-plan-feature-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--p-color-text, #202223);line-height:1.5}.billing-feature-check{flex-shrink:0;margin-top:1px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;background:#e9f8ef;color:#16a34a;font-size:11px;font-weight:700;line-height:1}.faq-details{border:none;border-radius:0;background:transparent;box-shadow:none;padding:0}.faq-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}.faq-summary::-webkit-details-marker{display:none}.faq-summary-title{font-size:18px;font-weight:700;color:#0f172a}.faq-summary-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#334155}.faq-toggle-hide{display:none}.faq-toggle-icon{display:inline-flex;transition:transform .16s ease}.faq-details[open] .faq-toggle-show{display:none}.faq-details[open] .faq-toggle-hide{display:inline}.faq-details[open] .faq-toggle-icon{transform:rotate(180deg)}.faq-content{display:flex;flex-direction:column;gap:12px;padding-top:12px;margin-top:10px;border-top:1px solid #e8edf5}.faq-card{border:1px solid #e2e8f0;border-radius:16px;padding:20px 22px;background:#fff;box-shadow:0 10px 22px #0f172a0f}.faq-question{font-size:15px;font-weight:600;color:var(--p-color-text, #202223);margin-bottom:8px}.faq-answer{font-size:14px;color:var(--p-color-text-subdued, #6d7175);line-height:1.5}.faq-bullets{margin-top:8px}.faq-bullet{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--p-color-text-subdued, #6d7175);line-height:1.5;margin-bottom:6px}.faq-bullet s-icon{flex-shrink:0;margin-top:2px}@media(max-width:768px){.faq-summary{align-items:flex-start;flex-direction:column}.faq-summary-toggle{width:100%;justify-content:space-between}}.billing-history-empty{border:1px dashed #d7dee8;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);padding:18px;display:flex;flex-direction:column;gap:6px}.billing-history-empty-title{font-size:14px;font-weight:700;color:#1f2937}.billing-history-empty-body{font-size:13px;color:#64748b;line-height:1.45}.billing-history-table-wrap{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.billing-history-table{width:100%;border-collapse:collapse}.billing-history-table thead th{text-align:left;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.billing-history-cell{padding:10px 12px;font-size:13px;color:#1f2937;border-bottom:1px solid #eef2f7;vertical-align:middle}.billing-history-row:last-child .billing-history-cell{border-bottom:none}.billing-history-status{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.billing-history-status-success{background:#e8f7ee;color:#166534}.billing-history-status-attention{background:#fff4d6;color:#92400e}.billing-history-status-critical{background:#fee2e2;color:#991b1b}.billing-manage-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:14px;box-shadow:0 3px 10px #0f172a0a}.billing-manage-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.billing-manage-status{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:600}.billing-manage-content{border-top:1px solid #edf1f6;padding-top:10px}.billing-manage-text{margin:0;font-size:14px;color:#111827;font-weight:600}.billing-manage-subtext{margin:6px 0 0;font-size:13px;line-height:1.45;color:#64748b}.billing-manage-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}@media(max-width:768px){.billing-manage-header{align-items:flex-start;flex-direction:column}.billing-manage-actions{flex-direction:column;align-items:stretch}}.usage-card{padding:14px;border:1px solid #e5eaf2;border-radius:14px;background:#fff;box-shadow:0 3px 10px #0f172a0a}.usage-card-healthy{border-left:4px solid #1f9d55}.usage-card-near-limit{border-left:4px solid #d99a00;background:linear-gradient(180deg,#fffef7,#fff 28%)}.usage-card-limit-reached{border-left:4px solid #d72c0d;background:linear-gradient(180deg,#fff8f7,#fff 30%)}.usage-card-unlimited{border-left:4px solid #1f9d55}.usage-card-value-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:0}.usage-card-value{font-size:22px;font-weight:700;color:#111827;line-height:1.2}.usage-card-remaining{font-size:13px;font-weight:500;color:#64748b;text-transform:none;letter-spacing:0}.usage-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.usage-card-title-wrap{display:flex;align-items:center;gap:6px}.usage-meter{width:100%;height:7px;border-radius:999px;background:#edf2f8;overflow:hidden}.usage-meter-fill{height:100%;border-radius:inherit;transition:width .25s ease}.usage-meter-healthy,.usage-meter-unlimited{background:linear-gradient(90deg,#16a34a,#22c55e)}.usage-meter-near-limit{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.usage-meter-limit-reached{background:linear-gradient(90deg,#dc2626,#ef4444)}.usage-card-meta{display:inline-flex;align-items:center;gap:6px;margin-top:2px;color:#5a6474}.usage-card-meta-label{font-size:12px;font-weight:600;letter-spacing:0;text-transform:none}.usage-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.usage-card-actions-primary{padding-top:2px;margin-bottom:6px}.usage-card-details{margin-top:2px;border-top:1px solid #edf1f6;padding-top:8px}.usage-card-details summary{list-style:none;cursor:pointer;font-size:13px;color:#334155;font-weight:600;display:inline-flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.usage-card-details summary::-webkit-details-marker{display:none}.usage-card-details summary:before{content:"▸";color:#64748b;font-size:12px;transition:transform .15s ease}.usage-card-details[open] summary:before{transform:rotate(90deg)}.usage-card-details-content{display:flex;flex-direction:column;gap:8px;padding-top:8px}@media(max-width:768px){.usage-card-actions{flex-direction:column;align-items:stretch}.usage-card-value-row{flex-direction:column;align-items:flex-start;gap:2px}}.addon-card{padding:16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 10px 22px #0f172a0f}.addon-card-inner{display:flex;align-items:center;gap:12px}.addon-icon{width:36px;height:36px;flex-shrink:0;background:var(--p-color-bg-surface-secondary, #f6f6f7);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--p-color-interactive, #2c6ecb)}.addon-info{flex:1;min-width:0}.quality-strong{color:#008060}.quality-moderate{color:#b98900}.quality-weak{color:#dc3545}.quality-none{color:#6c757d}.probe-detail{text-align:left}.probe-detail p{margin:8px 0}.probe-detail .excerpt{background:var(--p-color-bg-surface-secondary, #f6f6f7);padding:12px;border-radius:8px;margin-top:8px;font-family:monospace;white-space:pre-wrap;font-size:13px;line-height:1.5;max-height:200px;overflow-y:auto}.query-suggestion-chip{transition:all .2s ease}.query-suggestion-chip:hover{background:var(--p-color-bg-surface-tertiary, #e4e5e7)!important;border-color:var(--p-color-interactive, #2c6ecb)!important}.add-suggestion-btn{color:var(--p-color-interactive, #2c6ecb);font-weight:700;cursor:pointer}.add-suggestion-btn:hover{color:var(--p-color-interactive-hovered, #1f5199)}.recommendation-card{padding:16px;border-radius:8px;border-left:4px solid var(--p-color-border, #c9cccf);background:var(--p-color-bg-surface-secondary, #f6f6f7)}.recommendation-card.priority-high{border-left-color:var(--p-color-critical, #d72c0d);background:#d72c0d0d}.recommendation-card.priority-medium{border-left-color:var(--p-color-warning, #ffc107);background:#ffc1070d}.recommendation-card.priority-low{border-left-color:var(--p-color-interactive, #2c6ecb);background:#2c6ecb0d}.recommendation-action{padding:8px 12px;background:var(--p-color-bg-surface, #fff);border-radius:4px;margin-top:4px}.toggle-switch{position:relative;display:inline-block;width:48px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--p-color-bg-surface-tertiary, #c9cccf);transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.toggle-slider{background-color:var(--p-color-interactive, #5c6ac4)}input:checked+.toggle-slider:before{transform:translate(20px)}input:focus+.toggle-slider{box-shadow:0 0 0 2px var(--p-color-interactive-hovered, #4959bd)}.event-type-checkbox{transition:all .2s ease}.event-type-checkbox:hover{background:var(--p-color-bg-surface-tertiary, #e4e5e7)!important}.event-type-checkbox input:checked+span{font-weight:500}.notification-settings-form input[type=email]:focus,.notification-settings-form select:focus{outline:none;border-color:var(--p-color-interactive, #5c6ac4);box-shadow:0 0 0 1px var(--p-color-interactive, #5c6ac4)}.notification-settings-form input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:var(--p-color-bg-surface-tertiary, #c9cccf);border-radius:3px}.notification-settings-form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;background:var(--p-color-interactive, #5c6ac4);border-radius:50%;cursor:pointer}.notification-settings-form input[type=range]::-moz-range-thumb{width:18px;height:18px;background:var(--p-color-interactive, #5c6ac4);border-radius:50%;cursor:pointer;border:none}.pro-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;vertical-align:middle;margin-left:6px}.pro-badge:before{content:"★";font-size:8px}.feature-locked{position:relative;opacity:.6;pointer-events:none}.feature-locked:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff4d;border-radius:inherit;cursor:not-allowed}.btn-with-pro-badge{position:relative;padding-right:50px!important}.btn-with-pro-badge .pro-badge{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.usage-remaining{display:inline-block;font-size:11px;color:var(--p-color-text-subdued, #6d7175);margin-left:8px}.usage-remaining.warning{color:var(--p-color-text-warning, #8a6116)}.usage-remaining.critical{color:var(--p-color-text-critical, #d72c0d)}.usage-warning-banner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:1px solid var(--p-color-border-warning, #ffea8a);border-radius:8px;margin-bottom:16px}.usage-warning-banner.critical{background:linear-gradient(135deg,#d72c0d1a,#ff52521a);border-color:var(--p-color-border-critical, #fed3d1)}.usage-warning-banner-content{display:flex;align-items:center;gap:12px}.usage-warning-banner-icon{font-size:20px}.usage-warning-banner-dismiss{background:none;border:none;cursor:pointer;color:var(--p-color-text-subdued, #6d7175);font-size:18px;padding:4px}.usage-warning-banner-dismiss:hover{color:var(--p-color-text, #202223)}.upgrade-tooltip{position:relative;display:inline-block}.upgrade-tooltip .upgrade-tooltip-text{visibility:hidden;opacity:0;position:fixed;z-index:9999;padding:8px 12px;background:var(--p-color-bg-surface-inverse, #202223);color:#fff;font-size:12px;border-radius:6px;white-space:nowrap;transition:opacity .15s ease;pointer-events:none;left:-9999px;top:-9999px}.upgrade-tooltip:hover .upgrade-tooltip-text{visibility:visible;opacity:1}.locked-section{position:relative;border:2px dashed var(--p-color-border, #c9cccf);border-radius:12px;padding:24px;text-align:center;background:var(--p-color-bg-surface-secondary, #f6f6f7)}.locked-section-icon{font-size:32px;margin-bottom:12px;opacity:.6}.locked-section-title{font-weight:600;margin-bottom:4px}.locked-section-description{color:var(--p-color-text-subdued, #6d7175);font-size:14px;margin-bottom:16px}.page-bottom-spacer{height:16px}.dashboard-page .dashboard-section{margin-bottom:16px}.dashboard-sync-banner{margin-bottom:16px;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.dashboard-sync-banner-success{background:#c9ffd8;color:#065f46}.dashboard-sync-banner-info{background:#e6f4ff;color:#0c4a6e}.dashboard-sync-banner-critical{background:#fee2e2;color:#991b1b}.dashboard-sync-icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#ffffffa6;flex-shrink:0}.dashboard-sync-close{margin-left:auto;border:none;background:transparent;color:inherit;font-size:20px;line-height:1;cursor:pointer}.dashboard-top-split{border:none;border-radius:0;background:transparent;display:grid;grid-template-columns:1.4fr 1fr;overflow:hidden}.dashboard-top-pane{padding:0 18px}.dashboard-top-pane-right{border-left:1px solid #e2e8f0}.dashboard-hero-title{font-size:22px;font-weight:800;color:#0f172a;line-height:1.2}.dashboard-hero-subtitle{margin-top:6px;color:#475569;font-size:14px;max-width:680px}.dashboard-hero-actions{margin-top:10px;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard-checklist{margin-top:12px;display:grid;gap:8px}.dashboard-check-item{border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;background:#fff}.dashboard-check-item.done{border-color:#bbf7d0;background:#f0fdf4}.dashboard-check-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.dashboard-check-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0f172a}.dashboard-check-dot{width:16px;text-align:center;font-weight:900;color:#0f766e}.dashboard-check-detail{margin-top:3px;font-size:12px;color:#64748b}.dashboard-check-meta{margin-top:6px;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:#64748b}.dashboard-inline-tools{margin-top:12px}.dashboard-next-title{font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:#64748b}.dashboard-next-step-title{margin-top:4px;font-size:18px;font-weight:800;color:#0f172a}.dashboard-next-desc{margin-top:4px;font-size:14px;color:#1f2937}.dashboard-next-meta{margin-top:6px;font-size:12px;color:#475569}.dashboard-next-action{margin-top:10px}.dashboard-kpi-strip{border:none;border-radius:0;background:transparent;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.dashboard-kpi-col{padding:14px}.dashboard-kpi-col+.dashboard-kpi-col{border-left:1px solid #e2e8f0}.dashboard-kpi-value{font-size:32px;line-height:1;font-weight:800;color:#0f172a}.dashboard-kpi-label{margin-top:8px;font-size:13px;font-weight:700;color:#334155}.dashboard-kpi-hint{margin-top:6px;font-size:12px;color:#64748b;line-height:1.35}.dashboard-usage-panel{padding:14px}.dashboard-secondary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dashboard-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:14px;box-shadow:0 2px 8px #0f172a0a}.dashboard-card.compact{padding:12px}.dashboard-card-title{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:10px}.dashboard-card-subtitle{margin-bottom:10px;font-size:12px;color:#64748b}.dashboard-tools-panel{padding:2px 0}.dashboard-steps{display:flex;flex-direction:column;gap:8px}.dashboard-step{border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff}.dashboard-step.done{background:#f8fffb;border-color:#d1fae5}.dashboard-step-title{font-size:13px;font-weight:700;color:#0f172a}.dashboard-step-desc{margin-top:3px;font-size:12px;color:#64748b}.dashboard-step-meta{margin-top:6px;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:#64748b}.dashboard-step-chip{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.dashboard-step-chip-done{background:#e9f8ef;color:#166534}.dashboard-plan-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.dashboard-plan-controls{display:inline-flex;align-items:center;gap:8px}.dashboard-plan-name{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700}.dashboard-usage-item{margin-bottom:10px}.dashboard-usage-grid{display:grid;grid-template-columns:1fr 1fr}.dashboard-usage-grid .dashboard-usage-item{margin-bottom:0;padding:0 12px 10px}.dashboard-usage-grid .dashboard-usage-item:nth-child(odd){padding-left:0;border-right:1px solid #e2e8f0}.dashboard-usage-grid .dashboard-usage-item:nth-child(2n){padding-right:0;padding-left:12px}.dashboard-usage-grid .dashboard-usage-item:nth-child(3),.dashboard-usage-grid .dashboard-usage-item:nth-child(4){border-top:1px solid #e2e8f0;padding-top:10px}.dashboard-usage-top{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#334155;margin-bottom:6px}.dashboard-usage-footnote{margin-bottom:6px;font-size:11px;color:#64748b}.dashboard-usage-note{margin-bottom:6px;font-size:11px;color:#475569;line-height:1.35}.dashboard-usage-meter{width:100%;height:7px;border-radius:999px;overflow:hidden;background:#e8eef6}.dashboard-usage-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#22c55e)}.dashboard-usage-unlimited{font-size:12px;color:#64748b}.dashboard-plan-actions{margin-top:4px}.dashboard-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dashboard-mini-item{border:1px solid #e2e8f0;border-radius:10px;padding:8px;text-align:center;background:#fff}.dashboard-mini-value{font-size:24px;line-height:1;font-weight:800;color:#0f172a}.dashboard-mini-label{margin-top:6px;font-size:12px;color:#64748b}.dashboard-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-glossary{display:grid;gap:8px;font-size:13px;color:#334155;line-height:1.4}.dashboard-tools-list{display:grid;gap:0}.dashboard-tool-item{padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-tool-item+.dashboard-tool-item{border-top:1px solid #e2e8f0}.dashboard-tool-title{font-size:13px;font-weight:700;color:#0f172a}.dashboard-tool-desc{margin-top:4px;font-size:12px;color:#64748b}.dashboard-tool-badge{display:inline-flex;margin-left:6px;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.dashboard-tool-badge.required{background:#dcfce7;color:#166534}.dashboard-tool-badge.optional{background:#e2e8f0;color:#334155}@media(max-width:980px){.dashboard-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpi-col:nth-child(3),.dashboard-kpi-col:nth-child(4){border-top:1px solid #e2e8f0}.dashboard-kpi-col:nth-child(3){border-left:none}.dashboard-top-split{grid-template-columns:1fr}.dashboard-top-pane-right{border-left:none;border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}}@media(max-width:680px){.page-bottom-spacer{height:12px}.dashboard-top-pane{padding:0 12px}.dashboard-top-pane-right{margin-top:10px;padding-top:10px}.dashboard-kpi-strip{grid-template-columns:1fr}.dashboard-kpi-col+.dashboard-kpi-col{border-left:none;border-top:1px solid #e2e8f0}.dashboard-mini-grid,.dashboard-quick-actions{grid-template-columns:1fr}.dashboard-step,.dashboard-check-head{flex-direction:column;align-items:flex-start}.dashboard-step{padding:10px}.dashboard-usage-grid{grid-template-columns:1fr}.dashboard-usage-grid .dashboard-usage-item{border-right:none;padding:0 0 10px}.dashboard-usage-grid .dashboard-usage-item:nth-child(2n){padding-left:0}.dashboard-usage-grid .dashboard-usage-item+.dashboard-usage-item{border-top:1px solid #e2e8f0;padding-top:10px}}.llms-page .llms-section{margin-bottom:16px}.llms-page .llms-section:last-of-type{margin-bottom:0}.llms-hero{padding:4px 0}.llms-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.llms-hero-subtitle{margin-top:8px;font-size:14px;color:#475569;line-height:1.5;max-width:720px}.llms-hero-action{flex-shrink:0;padding-top:2px}.llms-hero-status{margin-top:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.llms-mode-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em}.llms-mode-badge-free{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.llms-mode-badge-starter{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.llms-mode-badge-growth{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.llms-mode-badge-scale{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.llms-mode-badge-enterprise{background:#0f172a;color:#f8fafc;border:1px solid #334155}.llms-mode-badge-suggestions{background:#faf5ff;color:#9333ea;border:1px solid #e9d5ff}.llms-mode-hint{font-size:12px;color:#94a3b8;align-self:center}.llms-preview-title-row{display:inline-flex;align-items:baseline;gap:10px}.llms-preview-updated{font-size:12px;font-weight:500;color:#94a3b8}.llms-kpi-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.llms-kpi-col{padding:14px}.llms-kpi-col+.llms-kpi-col{border-left:1px solid #e2e8f0}.llms-kpi-value{font-size:24px;line-height:1.2;font-weight:800;color:#0f172a}.llms-kpi-label{margin-top:6px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.llms-entries-list{display:flex;flex-direction:column;gap:10px}.llms-entries-empty{border:1px dashed #d7dee8;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);padding:24px;text-align:center}.llms-entries-empty-title{font-size:15px;font-weight:700;color:#1f2937;margin-bottom:4px}.llms-entries-empty-body{font-size:13px;color:#64748b;line-height:1.45}.llms-entry-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;border-left:4px solid #e2e8f0}.llms-entry-card[data-type=about]{border-left-color:#3b82f6}.llms-entry-card[data-type=shipping]{border-left-color:#22c55e}.llms-entry-card[data-type=returns]{border-left-color:#f59e0b}.llms-entry-card[data-type=policy]{border-left-color:#8b5cf6}.llms-entry-card[data-type=contact]{border-left-color:#06b6d4}.llms-entry-card[data-type=custom]{border-left-color:#ec4899}.llms-entry-info{flex:1;min-width:0}.llms-entry-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.llms-entry-type-badge{display:inline-flex;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.llms-entry-title{font-size:14px;font-weight:700;color:#0f172a}.llms-entry-content-preview{font-size:13px;color:#475569;line-height:1.4;margin-bottom:4px}.llms-entry-url-wrap{margin-top:2px}.llms-entry-url-link{font-size:12px;color:#2563eb;text-decoration:none}.llms-entry-url-link:hover{text-decoration:underline}.llms-entry-actions{display:flex;gap:6px;flex-shrink:0}.llms-preview-details{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:12px 14px}.llms-preview-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}.llms-preview-summary::-webkit-details-marker{display:none}.llms-preview-summary-title{font-size:18px;font-weight:700;color:#0f172a}.llms-preview-summary-right{display:inline-flex;align-items:center;gap:10px}.llms-preview-meta{font-size:12px;color:#64748b}.llms-preview-summary-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#334155}.llms-preview-toggle-hide{display:none}.llms-preview-toggle-icon{display:inline-flex;transition:transform .16s ease}.llms-preview-details[open] .llms-preview-toggle-show{display:none}.llms-preview-details[open] .llms-preview-toggle-hide{display:inline}.llms-preview-details[open] .llms-preview-toggle-icon{transform:rotate(180deg)}.llms-preview-content{padding-top:12px;margin-top:10px;border-top:1px solid #e8edf5}.llms-preview-box{font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b}.llms-preview-empty{padding:24px;text-align:center}.llms-faq-details{border:none;border-radius:0;background:transparent;box-shadow:none;padding:0}.llms-faq-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}.llms-faq-summary::-webkit-details-marker{display:none}.llms-faq-summary-title{font-size:18px;font-weight:700;color:#0f172a}.llms-faq-summary-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#334155}.llms-faq-toggle-hide{display:none}.llms-faq-toggle-icon{display:inline-flex;transition:transform .16s ease}.llms-faq-details[open] .llms-faq-toggle-show{display:none}.llms-faq-details[open] .llms-faq-toggle-hide{display:inline}.llms-faq-details[open] .llms-faq-toggle-icon{transform:rotate(180deg)}.llms-faq-content{display:flex;flex-direction:column;gap:12px;padding-top:12px;margin-top:10px;border-top:1px solid #e8edf5}.llms-faq-card{border:1px solid #e2e8f0;border-radius:16px;padding:20px 22px;background:#fff;box-shadow:0 10px 22px #0f172a0f}.llms-faq-question{font-size:15px;font-weight:600;color:var(--p-color-text, #202223);margin-bottom:8px}.llms-faq-answer{font-size:14px;color:var(--p-color-text-subdued, #6d7175);line-height:1.5}.llms-faq-bullets{margin-top:8px}.llms-faq-bullet{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--p-color-text-subdued, #6d7175);line-height:1.5;margin-bottom:6px}.llms-tab-bar{display:flex;gap:6px;margin-bottom:16px;border-bottom:1px solid #e2e8f0;padding-bottom:10px}.llms-tab-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#475569;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease;white-space:nowrap}.llms-tab-chip:hover{background:#f1f5f9;border-color:#94a3b8}.llms-tab-chip-active{background:#0f172a;color:#fff;border-color:#0f172a}.llms-tab-chip-active:hover{background:#1e293b;border-color:#1e293b}.llms-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-size:11px;font-weight:700;line-height:1;background:#e2e8f0;color:#475569}.llms-tab-chip-active .llms-tab-count{background:#fff3;color:#fff}.llms-tab-panel{min-height:60px}.llms-entries-group-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.llms-entry-card-auto{background:#f8fafc}.llms-entry-source-label{font-size:11px;font-weight:600;color:#94a3b8}.llms-entry-edited-badge{display:inline-flex;padding:1px 6px;border-radius:999px;font-size:11px;font-weight:700;background:#fef3c7;color:#b45309;border:1px solid #fde68a}.llms-scan-placeholder{display:flex;align-items:center;justify-content:center;gap:10px;padding:32px;font-size:14px;color:#64748b}.llms-suggestion-card{background:#fefce8;border-color:#fde68a;border-left-color:#f59e0b!important}.llms-suggestion-reason{margin-top:6px;font-size:12px;color:#92400e;font-style:italic;line-height:1.4}.llms-entry-card-editing{padding:16px;background:#f8fafc;border-color:#cbd5e1}.llms-entry-edit-field{width:100%}.llms-entry-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}@media(max-width:768px){.llms-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.llms-kpi-col:nth-child(3){border-top:1px solid #e2e8f0;border-left:none}.llms-entry-card{flex-direction:column}.llms-entry-actions{width:100%;justify-content:flex-end}.llms-preview-summary,.llms-faq-summary{flex-direction:column;align-items:flex-start}}.products-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:none;border-radius:0;background:transparent;overflow:hidden}.products-stats-stack{display:flex;flex-direction:column;gap:14px}.products-kpi-col{padding:16px}.products-kpi-col+.products-kpi-col{border-left:1px solid #e2e8f0}.products-kpi-value{font-size:30px;line-height:1;font-weight:800;color:#0f172a}.products-kpi-hint{margin-top:6px;font-size:13px;color:#64748b;line-height:1.45}.products-weekly-summary{border:none;border-radius:0;border-top:1px solid #e2e8f0;background:transparent;padding:14px 0 0}.products-weekly-header{font-size:13px;font-weight:700;color:#334155;margin-bottom:10px;display:flex;align-items:baseline;gap:8px}.products-weekly-hint{font-size:12px;font-weight:400;color:#94a3b8}.products-weekly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.products-weekly-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.products-weekly-label{font-size:12px;color:#64748b;margin-bottom:4px}.products-weekly-value{font-size:15px;font-weight:700;color:#0f172a}.products-weekly-positive{color:#15803d}.products-weekly-negative{color:#b91c1c}.app-filter-bar{display:flex;flex-direction:column;gap:12px;margin-bottom:14px;border:none;border-radius:0;background:transparent;padding:0}.app-filter-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.app-filter-title-wrap{display:flex;flex-direction:column;gap:2px}.app-filter-subtitle{font-size:13px;color:#64748b}.app-filter-top-actions{display:flex;align-items:center;gap:10px}.app-controls-toggle{display:none;border:1px solid #d1d9e6;border-radius:10px;background:#f8fafc;color:#1e293b;font-size:13px;font-weight:600;min-height:42px;padding:0 12px;cursor:pointer}.products-tracking-badge{font-size:13px;color:#64748b;background:#f1f5f9;padding:7px 12px;border-radius:12px;font-weight:600}.products-tracking-full{color:#dc2626;background:#fef2f2}.app-filter-controls{display:flex;align-items:flex-end;gap:10px}.app-select-wrapper{flex:0 0 190px;width:190px}.app-search-wrapper{flex:1;min-width:120px}.products-cards-list{display:flex;flex-direction:column;gap:12px}.products-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;border-left:5px solid #e2e8f0;transition:box-shadow .15s ease}.products-card:hover{box-shadow:0 2px 8px #0f172a0f}.products-card-good{border-left-color:#22c55e}.products-card-moderate{border-left-color:#f59e0b}.products-card-poor{border-left-color:#ef4444}.products-card-unscanned{border-left-color:#e2e8f0}.app-card-draft{background:#fffbeb;border-color:#fde68a;border-left-color:#f59e0b}.app-card-archived{background:#f8fafc;border-color:#e2e8f0;border-left-color:#94a3b8;opacity:.7}.products-row-main{display:grid;grid-template-columns:minmax(260px,1fr) minmax(210px,1fr) auto;gap:12px;align-items:center}.products-card-main{display:flex;align-items:center;gap:12px;min-width:0}.app-card-thumb{width:52px;height:52px;border-radius:10px;object-fit:cover;background:#f1f5f9;flex-shrink:0}.products-card-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.products-card-title-link{text-decoration:none;color:#0f172a;display:inline-flex;align-items:center;gap:4px}.products-card-title-link:hover{color:#6366f1}.products-external-icon{width:12px;height:12px;flex-shrink:0;opacity:.4}.products-card-title-link:hover .products-external-icon{opacity:.8}.products-card-handle{font-size:13px;color:#64748b}.products-row-score{min-width:0;align-self:stretch}.products-card-score-col{display:flex;flex-direction:column;justify-content:flex-end;gap:6px;height:100%}.products-refresh-icon{flex-shrink:0}.products-card-actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:10px;flex-shrink:0}.products-track-label{display:flex;align-items:center;gap:6px;cursor:pointer;min-height:32px}.products-track-text{font-size:13px;color:#64748b;-webkit-user-select:none;user-select:none;cursor:pointer;font-weight:600}.products-track-text-disabled{color:#cbd5e1}.products-track-slots{font-size:11px;color:#94a3b8;text-align:center}.products-track-slots--full{color:#dc2626}.products-card-score-row{display:flex;align-items:center;gap:10px}.products-card-score-label{font-size:13px;font-weight:600;color:#64748b;white-space:nowrap}.products-card-score-meter{flex:1;height:8px;border-radius:999px;background:#edf2f8;overflow:hidden;max-width:none}.products-card-score-meter-fill{height:100%;border-radius:inherit;transition:width .25s ease}.products-meter-good{background:linear-gradient(90deg,#16a34a,#22c55e)}.products-meter-moderate{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.products-meter-poor{background:linear-gradient(90deg,#dc2626,#ef4444)}.products-card-score-value{font-size:14px;font-weight:700;white-space:nowrap}.products-score-unscanned{color:#64748b}.products-score-good{color:#16a34a}.products-score-moderate{color:#d97706}.products-score-poor{color:#dc2626}.products-chip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.products-chip-status{width:fit-content}.products-chip-schema-good{background:#dcfce7;color:#166534}.products-chip-schema-missing{background:#fef3c7;color:#92400e}.products-chip-scan{background:#f1f5f9;color:#64748b}.app-status-badge{display:inline-flex;align-items:center;margin-left:6px;padding:1px 7px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.02em;vertical-align:middle}.app-status-draft{background:#fef3c7;color:#92400e}.app-status-archived{background:#f1f5f9;color:#64748b}.products-card-details{margin-top:2px;border-top:1px solid #edf1f6;padding-top:10px}.products-card-details summary{list-style:none;cursor:pointer;font-size:14px;color:#334155;font-weight:600;display:inline-flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.products-card-details summary::-webkit-details-marker{display:none}.products-card-details summary:before{content:"▸";color:#64748b;font-size:12px;transition:transform .15s ease}.products-card-details[open] summary:before{transform:rotate(90deg)}.products-card-details-content{display:flex;flex-direction:column;gap:10px;padding-top:8px}.products-detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;flex-wrap:wrap}.products-detail-left{display:inline-flex;align-items:center;gap:8px}.products-detail-label{color:#475569}.products-detail-value{font-weight:700}.products-criteria-row{display:flex;align-items:baseline;padding-left:24px;font-size:13px;color:#64748b;line-height:1.6;gap:8px}.products-criteria-label{display:inline-flex;align-items:baseline;gap:6px;color:#64748b;flex-shrink:0}.products-criteria-row:after{content:"";flex:1;border-bottom:1px dotted #cbd5e1;min-width:20px;margin-bottom:3px}.products-criteria-value{font-variant-numeric:tabular-nums;font-weight:500;color:#475569;flex-shrink:0;white-space:nowrap;order:1}.products-criteria-full{color:#16a34a}.products-breakdown-formula{font-size:12px;font-weight:400;color:#94a3b8}.products-criteria-details{margin:0;padding:0}.products-criteria-details summary{list-style:none}.products-criteria-details summary::-webkit-details-marker{display:none}.products-criteria-toggle{font-size:12px;color:#6366f1;cursor:pointer;padding-left:24px;-webkit-user-select:none;user-select:none}.products-criteria-toggle:hover{color:#4338ca;text-decoration:underline}.products-theme-blocks{display:flex;gap:10px;padding:8px 0 4px}.products-theme-block{flex:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.products-theme-block-title{font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}.products-theme-block-desc{font-size:11.5px;line-height:1.45;color:#94a3b8}.products-theme-block-desc code{font-size:11px;background:#e2e8f0;padding:1px 4px;border-radius:3px}.products-theme-block-action{margin-top:6px}.products-theme-copy-btn{font-size:12px;color:#6366f1;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.products-theme-copy-btn:hover{color:#4338ca}.products-empty-state{border:1px dashed #d7dee8;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);padding:32px 24px;text-align:center}.products-empty-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:6px}.products-empty-subtitle{font-size:14px;color:#64748b;margin-bottom:20px}.products-empty-steps{display:flex;flex-direction:column;gap:12px;max-width:340px;margin:0 auto 20px;text-align:left}.products-empty-step{display:flex;align-items:flex-start;gap:10px}.products-empty-step-number{width:24px;height:24px;border-radius:50%;background:#0f172a;color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.products-empty-step-text{font-size:14px;color:#334155;line-height:1.5;padding-top:2px}.products-empty-step-text strong{color:#0f172a}.pagination{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:16px}.pagination-controls{display:flex;align-items:center;gap:4px}.pagination-btn{min-width:40px;height:40px;padding:0 8px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#303030;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.pagination-btn:hover:not([disabled]):not(.pagination-btn-active){background:#f3f4f6;border-color:#9ca3af}.pagination-btn-active{background:#303030;color:#fff;border-color:#303030;cursor:default}.pagination-arrow{min-width:40px;height:40px;padding:0 8px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#303030;font-size:18px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.pagination-arrow:hover:not([disabled]){background:#f3f4f6;border-color:#9ca3af}.pagination-arrow[disabled],.pagination-btn[disabled]{opacity:.4;cursor:default}.pagination-ellipsis{min-width:28px;text-align:center;color:#6b7280;font-size:14px;-webkit-user-select:none;user-select:none}.pagination-info{font-size:14px;color:#6b7280}@media(max-width:980px){.products-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.products-kpi-col:nth-child(3),.products-kpi-col:nth-child(4){border-top:1px solid #e2e8f0}.products-kpi-col:nth-child(3){border-left:none}.products-weekly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-row-main{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"product actions" "score score";align-items:start}.products-card-main{grid-area:product}.products-row-score{grid-area:score}.products-card-actions{grid-area:actions;justify-self:end}}@media(max-width:680px){.products-kpi-strip{grid-template-columns:1fr}.products-kpi-col+.products-kpi-col{border-left:none;border-top:1px solid #e2e8f0}.products-card-main{align-items:flex-start}.products-card-actions{width:auto;align-items:flex-end}.app-controls-toggle{display:inline-flex;align-items:center}.app-filter-controls{display:none;flex-wrap:wrap}.app-filter-controls.app-filter-controls-open{display:flex}.app-search-wrapper{flex-basis:100%}.app-select-wrapper{flex-basis:100%;width:100%}.app-filter-header{flex-direction:column;align-items:flex-start}.app-filter-top-actions{width:100%;justify-content:space-between}.products-row-main{grid-template-columns:1fr;grid-template-areas:"product" "score" "actions";gap:10px}.products-card-actions{flex-direction:row;justify-content:space-between;width:100%}.products-weekly-grid{grid-template-columns:1fr}}.products-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.products-modal{max-width:640px;width:100%;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;display:flex;flex-direction:column;max-height:90vh}.products-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.products-modal-title{font-size:18px;font-weight:700;color:#0f172a}.products-modal-title-wrap{display:flex;flex-direction:column;gap:4px;min-width:0}.products-modal-subtitle{font-size:13px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-modal-close{background:none;border:none;cursor:pointer;font-size:20px;color:#64748b;padding:4px;line-height:1;border-radius:6px}.products-modal-close:hover{background:#f1f5f9;color:#0f172a}.products-modal-body{padding:20px 24px;overflow-y:auto;max-height:60vh;display:flex;flex-direction:column;gap:16px}.products-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 24px 20px;border-top:1px solid #e2e8f0}.products-modal-footer-hint{font-size:13px;color:#64748b}.products-modal-footer-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.products-modal-apply-target{font-size:12px;color:#334155;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-modal-footer-actions{display:flex;align-items:center;gap:8px}.products-modal-error{font-size:14px;color:#dc2626;font-weight:600}.feed-info-section{margin-bottom:16px}.feed-info-section:last-child{margin-bottom:0}.feed-info-section-title{font-size:14px;font-weight:700;color:#334155;margin-bottom:6px}.feed-info-text{font-size:14px;color:#475569;line-height:1.6}.feed-info-steps{list-style:none;padding:0;margin:0;counter-reset:step}.feed-info-steps li{counter-increment:step;padding:6px 0 6px 28px;position:relative;font-size:14px;color:#475569;line-height:1.5}.feed-info-steps li:before{content:counter(step);position:absolute;left:0;top:6px;width:20px;height:20px;border-radius:50%;background:#ede9fe;color:#6d28d9;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.feed-info-link{color:#6366f1;text-decoration:none;font-weight:600}.feed-info-link:hover{text-decoration:underline}.feed-info-note{font-size:13px;color:#64748b;background:#f8fafc;border-radius:8px;padding:10px 12px;margin-top:8px}.products-diff-panel{border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;background:#f8fafc}.products-diff-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:8px}.products-diff-content{font-size:14px;line-height:1.5;color:#1e293b;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.products-diff-stats{font-size:13px;color:#64748b;margin-top:4px}.products-schema-components{display:flex;flex-direction:column;gap:8px}.products-schema-component{display:flex;align-items:flex-start;gap:10px;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f8fafc}.products-schema-component-checkbox{margin-top:2px}.products-schema-component-copy{min-width:0;flex:1}.products-schema-component-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.products-schema-component-label{font-size:14px;font-weight:700;color:#1e293b}.products-schema-component-status{font-size:12px;font-weight:600;padding:2px 6px;border-radius:999px}.products-schema-status-present{color:#166534;background:#dcfce7}.products-schema-status-missing{color:#92400e;background:#fef3c7}.products-schema-component-impact{font-size:12px;color:#475569;font-weight:600}.products-schema-component-source{margin-top:4px;font-size:12px;color:#64748b}.products-schema-preview{font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b}.products-schema-warning{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;font-size:14px;color:#9a3412;line-height:1.4}.rewrite-generate-bar{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.rewrite-bar-select-wrap{flex:0 0 170px;width:170px}.rewrite-credit-hint{font-size:13px;color:#64748b}.rewrite-generated-summary[hidden]{display:none}.rewrite-generated-summary{display:flex;align-items:center;gap:8px;font-size:14px;color:#334155;padding:8px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.rewrite-field-list{display:flex;flex-direction:column;gap:12px}.rewrite-field-card{border:1px solid #e2e8f0;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.rewrite-field-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.rewrite-field-check{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#0f172a;cursor:pointer}.rewrite-field-hint{font-size:13px;color:#64748b}.rewrite-field-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:4px}.rewrite-field-text{font-size:14px;line-height:1.5;color:#1e293b;white-space:pre-wrap;word-break:break-word;max-height:120px;overflow-y:auto;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.rewrite-field-text--muted{color:#94a3b8;font-style:italic}.rewrite-field-textarea{width:100%;min-height:80px;max-height:200px;padding:10px 12px;border:1px solid #bbf7d0;border-left:3px solid #22c55e;border-radius:8px;background:#f0fdf4;font-size:14px;line-height:1.5;color:#1e293b;font-family:inherit;resize:vertical;box-sizing:border-box}.rewrite-field-textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 2px #16a34a26}.rewrite-field-skeleton{height:80px;border-radius:8px;background:#e2e8f0;animation:skeleton-pulse 1s ease-in-out infinite}.products-detail-action-wrap{display:inline-flex;align-items:center;gap:8px}.products-detail-skeleton{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.products-skeleton-pill{display:block;width:72px;height:28px;border-radius:6px;background:#e2e8f0;animation:skeleton-pulse 1s ease-in-out infinite}.products-skeleton-pill--short{width:48px}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.products-detail-applied{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;background:#dcfce7;color:#166534;white-space:nowrap}.products-detail-rescan{text-align:right;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.products-content-manual-wrap{border:1px solid #fcd34d;border-radius:10px;background:#fffbeb;display:flex;flex-direction:column;gap:8px;overflow:hidden}.products-content-manual-collapsible{padding:0}.products-content-manual-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:700;color:#78350f;padding:12px}.products-content-manual-summary::-webkit-details-marker{display:none}.products-content-manual-summary-title{color:#78350f}.products-content-manual-summary-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#92400e}.products-content-manual-toggle-hide{display:none}.products-content-manual-toggle-icon{display:inline-flex;transition:transform .16s ease}.products-content-manual-wrap[open] .products-content-manual-summary{background:#fff6d8}.products-content-manual-wrap[open] .products-content-manual-toggle-show{display:none}.products-content-manual-wrap[open] .products-content-manual-toggle-hide{display:inline}.products-content-manual-wrap[open] .products-content-manual-toggle-icon{transform:rotate(180deg)}.products-content-manual-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.products-content-manual-title{font-size:13px;font-weight:700;color:#78350f}.products-content-manual-copy{font-size:12px;color:#92400e;line-height:1.4;padding:0 12px}.products-content-manual-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap}.products-content-manual-list{display:flex;flex-direction:column;gap:8px;padding:0 12px 12px}.products-content-manual-item{border:1px solid #fcd34d;border-radius:8px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:4px}.products-content-manual-item-title{font-size:12px;font-weight:700;color:#78350f}.products-content-manual-item-text{font-size:12px;line-height:1.45;color:#1f2937;white-space:pre-wrap;max-height:120px;overflow-y:auto}.products-content-manual-item-note{font-size:11px;color:#92400e}.products-content-badge{font-size:11px;font-weight:700;border-radius:999px;padding:2px 8px}.products-content-badge-manual{background:#fef3c7;color:#92400e}.products-modal-loading{display:flex;align-items:center;justify-content:center;padding:40px 0;color:#64748b;font-size:14px}@media(max-width:680px){.products-modal-overlay{padding:12px}.products-modal{max-height:95vh}.products-modal-header{padding:16px 16px 12px}.products-modal-title-wrap{max-width:calc(100vw - 120px)}.products-modal-body{padding:16px}.rewrite-generate-bar{flex-direction:column;align-items:stretch}.rewrite-bar-select-wrap{flex-basis:100%;width:100%}.rewrite-field-header{flex-direction:column;align-items:flex-start}.products-modal-footer{padding:12px 16px 16px;flex-direction:column;align-items:stretch}.products-modal-footer-actions{justify-content:flex-end}}.feed-stats-stack{display:flex;flex-direction:column;gap:14px}.feed-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:none;border-radius:0;background:transparent;overflow:hidden}.feed-kpi-col{padding:16px}.feed-kpi-col+.feed-kpi-col{border-left:1px solid #e2e8f0}.feed-kpi-value{font-size:30px;line-height:1;font-weight:800;color:#0f172a}.feed-kpi-value-good{color:#15803d}.feed-kpi-value-warning,.feed-kpi-value-moderate{color:#b45309}.feed-kpi-value-poor{color:#b91c1c}.feed-kpi-hint{margin-top:6px;font-size:13px;color:#64748b;line-height:1.45}.feed-kpi-link{background:none;border:none;padding:0;font:inherit;color:#2563eb;font-weight:500;cursor:pointer}.feed-kpi-link:hover{text-decoration:underline}.feed-readiness-meter{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:2px}.feed-readiness-meter-fill{height:100%;border-radius:3px;transition:width .4s ease}.feed-meter-good{background:#22c55e}.feed-meter-moderate{background:#f59e0b}.feed-meter-poor{background:#ef4444}.feed-credits-summary{border:none;border-radius:0;border-top:1px solid #e2e8f0;background:transparent;padding:14px 0 0}.feed-credits-header{font-size:13px;font-weight:700;color:#334155;margin-bottom:10px;display:flex;align-items:center;gap:6px}.feed-credits-low{font-size:12px;font-weight:600;color:#dc2626;background:#fef2f2;padding:2px 8px;border-radius:10px;margin-left:auto}.feed-credits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.feed-credits-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.feed-credits-label{font-size:12px;color:#64748b;margin-bottom:4px}.feed-credits-value{font-size:15px;font-weight:700;color:#0f172a}.feed-credits-value-total{color:#6366f1}.feed-credits-action{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:1px dashed #d1d9e6}.feed-buy-packet-btn{display:inline-flex;align-items:center;gap:5px;border:1px solid #d1d9e6;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:600;padding:7px 14px;cursor:pointer;transition:all .15s ease}.feed-buy-packet-btn:hover{background:#f1f5f9;border-color:#94a3b8}.feed-list-card{border:none;border-radius:0;background:transparent;overflow:visible}.feed-list-header{padding-bottom:4px}.feed-limit-banner{display:flex;align-items:center;gap:8px;padding:10px 14px;margin-bottom:12px;background:#fef9c3;border:1px solid #facc15;border-radius:8px;font-size:13px;color:#854d0e;line-height:1.5}.feed-limit-banner svg{flex-shrink:0;color:#ca8a04}.feed-list-summary{font-size:13px;color:#64748b;line-height:1.5;padding-bottom:14px}.feed-list-row{border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:10px;background:#fff;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.feed-list-row-header{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:200px}.feed-list-row-label{font-size:14px;font-weight:600;color:#0f172a}.feed-list-info-btn{border:none;background:none;padding:0;cursor:pointer;color:#94a3b8;display:inline-flex;align-items:center;transition:color .15s}.feed-list-info-btn:hover{color:#6366f1}.feed-list-row-status{font-size:13px;color:#64748b;flex:1 1 auto;min-width:160px}.feed-list-row-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.feed-issues-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.feed-issues-card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.feed-issues-view-all{border:none;background:none;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px}.feed-issues-view-all:hover{background:#eef2ff}.feed-issues-card-body{padding:0}.feed-issue-row{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;transition:background .1s ease}.feed-issue-row:hover{background:#f8fafc}.feed-issue-icon{flex-shrink:0;display:flex;align-items:center}.feed-issue-icon-warning{color:#f59e0b}.feed-issue-icon-critical{color:#ef4444}.feed-issue-label{flex:1;color:#334155}.feed-issue-count{font-size:12px;font-weight:600;color:#b45309;background:#fffbeb;padding:2px 8px;border-radius:10px;white-space:nowrap}.feed-issue-count-critical{color:#b91c1c;background:#fef2f2}.feed-issues-success{display:flex;align-items:center;gap:8px;padding:4px 0;border:none;border-radius:0;background:transparent;font-size:14px;color:#15803d;font-weight:500}.feed-issues-modal-loading{display:flex;align-items:center;justify-content:center;padding:24px 0}.feed-issues-modal-success{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 0;text-align:center;color:#22c55e}.feed-issues-modal-success-title{font-size:16px;font-weight:600;color:#0f172a}.feed-issues-modal-success-text{font-size:14px;color:#64748b}.feed-issues-modal-list{display:flex;flex-direction:column;gap:0}.feed-issues-modal-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9}.feed-issues-modal-item:last-child{border-bottom:none}.feed-issues-modal-item-info{flex:1;min-width:0}.feed-issues-modal-item-title{font-size:14px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-issues-modal-item-meta{font-size:13px;color:#94a3b8;margin-top:2px}.feed-issues-modal-item-score{flex-shrink:0;font-size:13px;font-weight:600;padding:3px 10px;border-radius:12px}.feed-issues-modal-score-good{background:#dcfce7;color:#15803d}.feed-issues-modal-score-moderate{background:#fef3c7;color:#92400e}.feed-issues-modal-score-poor{background:#fee2e2;color:#dc2626}.feed-issue-accordion{border-bottom:1px solid #f1f5f9}.feed-issue-accordion:last-child{border-bottom:none}.feed-issue-accordion>summary{display:flex;align-items:center;gap:8px;padding:9px 0;font-size:14px;cursor:pointer;list-style:none;transition:background .1s ease}.feed-issue-accordion>summary::-webkit-details-marker{display:none}.feed-issue-accordion>summary:hover{background:#f8fafc}.feed-issue-chevron{flex-shrink:0;display:inline-flex;align-items:center;transition:transform .15s ease;color:#94a3b8;margin-left:4px}.feed-issue-accordion[open]>summary .feed-issue-chevron{transform:rotate(90deg)}.feed-issue-products{padding:4px 0 10px 20px}.feed-issue-product-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:13px}.feed-issue-product-title{flex:1;min-width:0;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-issue-product-score{flex-shrink:0;font-size:12px;font-weight:600;color:#64748b}.feed-fix-link{flex-shrink:0;display:inline-flex;align-items:center;gap:3px;border:none;background:none;font-size:12px;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .1s ease}.feed-fix-link-rewrite{color:#16a34a}.feed-fix-link-rewrite:hover{background:#dcfce7}.feed-fix-link-admin{color:#2563eb;text-decoration:none}.feed-fix-link-admin:hover{background:#dbeafe}.feed-fix-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;padding:1px 7px;border-radius:10px;white-space:nowrap}.feed-fix-badge-rewrite{color:#15803d;background:#dcfce7}.feed-fix-badge-admin{color:#1d4ed8;background:#dbeafe}.feed-issue-view-all-link{display:inline-flex;align-items:center;gap:4px;border:none;background:none;color:#6366f1;font-size:12px;font-weight:600;cursor:pointer;padding:4px 0;margin-top:2px}.feed-issue-view-all-link:hover{text-decoration:underline}.feed-issues-modal-toolbar{display:flex;align-items:center;gap:10px;padding:0 0 12px;border-bottom:1px solid #f1f5f9;margin-bottom:12px}.feed-issues-modal-search{flex:1;min-width:0;padding:7px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;outline:none;transition:border-color .15s ease}.feed-issues-modal-search:focus{border-color:#6366f1}.feed-issues-modal-sort{flex-shrink:0;padding:7px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;background:#fff;cursor:pointer;outline:none}.feed-issues-modal-sort:focus{border-color:#6366f1}.feed-issues-modal-product-card{padding:10px 0;border-bottom:1px solid #f1f5f9}.feed-issues-modal-product-card:last-child{border-bottom:none}.feed-issues-modal-product-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-issues-modal-product-title{flex:1;min-width:0;font-size:14px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-issues-modal-issue-row{display:flex;align-items:center;gap:6px;padding:3px 0 3px 4px;font-size:13px;color:#475569}.feed-severity-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%}.feed-severity-dot-error{background:#ef4444}.feed-severity-dot-warning{background:#f59e0b}.feed-severity-dot-info{background:#94a3b8}.feed-issues-modal-issue-text{flex:1;min-width:0}.feed-issues-modal-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 0;text-align:center;color:#94a3b8;font-size:14px}.feed-issue-tooltip{font-size:12px;color:#94a3b8;margin-left:2px}.feed-action-btn{display:inline-flex;align-items:center;gap:5px;border:1px solid #d1d9e6;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:600;padding:7px 14px;cursor:pointer;transition:all .15s ease}.feed-action-btn:hover{background:#f1f5f9;border-color:#94a3b8}.feed-products-list{display:flex;flex-direction:column;gap:10px}.feed-product-card{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;border-left:5px solid #e2e8f0;transition:box-shadow .15s ease}.feed-product-card:hover{box-shadow:0 2px 8px #0f172a0f}.feed-product-card-good{border-left-color:#22c55e}.feed-product-card-moderate{border-left-color:#f59e0b}.feed-product-card-poor{border-left-color:#ef4444}.feed-product-main{display:grid;grid-template-columns:minmax(200px,1fr) minmax(200px,1fr) auto;gap:12px;align-items:center}.feed-product-info{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:0}.feed-product-text{display:flex;flex-direction:column;gap:3px;min-width:0}.feed-product-meta{font-size:13px;color:#64748b}.feed-product-score-col{display:flex;flex-direction:column;gap:6px}.feed-product-score-row{display:flex;align-items:center;gap:8px}.feed-product-score-label{font-size:12px;color:#64748b;white-space:nowrap}.feed-product-score-meter{flex:1;height:7px;background:#e2e8f0;border-radius:4px;overflow:hidden}.feed-product-score-meter-fill{height:100%;border-radius:4px;transition:width .4s ease}.feed-product-score-value{font-size:14px;font-weight:700;min-width:38px;text-align:right}.feed-score-good{color:#15803d}.feed-score-moderate{color:#b45309}.feed-score-poor{color:#b91c1c}.feed-chip{display:inline-flex;align-items:center;font-size:11px;font-weight:700;letter-spacing:.3px;padding:2px 10px;border-radius:10px;width:fit-content}.feed-chip-good{color:#15803d;background:#f0fdf4}.feed-chip-moderate{color:#b45309;background:#fffbeb}.feed-chip-poor{color:#b91c1c;background:#fef2f2}.feed-product-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.feed-card-action-btn{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s}.feed-card-action-rewrite{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.feed-card-action-rewrite:hover{background:#e0e7ff;border-color:#a5b4fc}.feed-card-action-edit{background:#f8fafc;color:#475569;border-color:#e2e8f0}.feed-card-action-edit:hover{background:#f1f5f9;border-color:#cbd5e1}.feed-card-issues-toggle{display:inline-flex;align-items:center;gap:4px;border:none;background:none;color:#6366f1;font-size:13px;font-weight:500;cursor:pointer;padding:0}.feed-card-issues-toggle:hover{color:#4f46e5;text-decoration:underline}.feed-card-issues-chevron{transition:transform .2s ease}.feed-card-issues-toggle-open .feed-card-issues-chevron{transform:rotate(90deg)}.feed-card-issues-list{display:flex;flex-direction:column;gap:6px;padding:10px 16px 4px;border-top:1px solid #f1f5f9;margin-top:4px}.feed-card-issue-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#334155;min-height:24px}.feed-card-issue-text{flex:1;min-width:0}.feed-credits-inline{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#64748b;padding:3px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;white-space:nowrap}.feed-credits-inline svg{color:#94a3b8}.feed-credits-inline-low{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.feed-credits-inline-low svg{color:#ef4444}.analysis-modal-cache-banner{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:14px;color:#92400e;line-height:1.5;margin-bottom:16px}.analysis-modal-cache-banner svg{flex-shrink:0}.analysis-modal-reanalyze-btn{margin-left:auto;border:none;background:none;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;padding:2px 8px;white-space:nowrap;border-radius:4px}.analysis-modal-reanalyze-btn:hover{background:#eef2ff}.analysis-modal-scores{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.analysis-modal-score-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.analysis-modal-score-num{font-size:32px;font-weight:800;letter-spacing:-.5px}.analysis-modal-score-good{color:#15803d}.analysis-modal-score-moderate{color:#b45309}.analysis-modal-score-poor{color:#b91c1c}.analysis-modal-score-lbl{font-size:13px;color:#64748b;font-weight:500}.analysis-modal-issue-row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid #f8fafc}.analysis-modal-issue-row:last-child{border-bottom:none}.analysis-modal-issue-row .feed-severity-dot{margin-top:7px}.analysis-modal-issue-msg{flex:1;font-size:14px;color:#475569;line-height:1.6}.analysis-modal-issue-type{font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap;margin-top:3px}.analysis-modal-success-text{font-size:14px;color:#15803d;padding:8px 0;line-height:1.6}.analysis-modal-suggestions-list,.analysis-modal-faqs-list{display:flex;flex-direction:column;gap:10px}.analysis-modal-suggestion-card{padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:8px}.analysis-modal-suggestion-header{display:flex;align-items:center;gap:8px}.analysis-modal-priority-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:2px 8px;border-radius:4px}.analysis-priority-high{color:#b91c1c;background:#fef2f2}.analysis-priority-medium{color:#b45309;background:#fffbeb}.analysis-priority-low{color:#475569;background:#f1f5f9}.analysis-modal-suggestion-type{font-size:12px;color:#64748b;font-weight:500}.analysis-modal-suggestion-text{font-size:14px;color:#475569;line-height:1.6}.analysis-modal-suggestion-example{font-size:13px;color:#64748b;background:#fff;border-left:3px solid #e2e8f0;padding:8px 12px;line-height:1.6;border-radius:0 6px 6px 0}.analysis-modal-faq-item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.analysis-modal-faq-q{font-size:14px;font-weight:600;color:#334155;padding:10px 14px;cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;line-height:1.5}.analysis-modal-faq-q:before{content:"▶";font-size:9px;color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.analysis-modal-faq-item[open] .analysis-modal-faq-q:before{transform:rotate(90deg)}.analysis-modal-faq-q::-webkit-details-marker{display:none}.analysis-modal-faq-a{font-size:14px;color:#475569;padding:0 14px 12px;line-height:1.6;border-top:1px solid #f1f5f9}.feed-empty-state{text-align:center;padding:32px 16px;background:#f0fdf4;border:1px solid #dcfce7;border-radius:12px}.feed-empty-title{font-size:16px;font-weight:700;color:#15803d;margin-bottom:6px}.feed-empty-subtitle{font-size:14px;color:#4ade80;line-height:1.5}.feed-products-more{text-align:center;padding:14px;font-size:13px;color:#64748b}.feed-link-btn{border:none;background:none;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.feed-link-btn:hover{color:#4f46e5}@media(max-width:880px){.feed-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-kpi-col:nth-child(3),.feed-kpi-col:nth-child(4){border-top:1px solid #e2e8f0}.feed-kpi-col:nth-child(3){border-left:none}.feed-credits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-issues-two-col{grid-template-columns:1fr}.feed-product-main{grid-template-columns:1fr;gap:8px}.feed-product-actions{justify-content:flex-end}.feed-list-row{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.feed-kpi-strip{grid-template-columns:1fr}.feed-kpi-col+.feed-kpi-col{border-left:none;border-top:1px solid #e2e8f0}.feed-credits-grid{grid-template-columns:1fr}}.vis-stats-stack{display:flex;flex-direction:column;gap:14px}.vis-kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:none;border-radius:0;background:transparent;overflow:hidden}.vis-kpi-col{padding:16px}.vis-kpi-col+.vis-kpi-col{border-left:1px solid #e2e8f0}.vis-kpi-value{font-size:30px;line-height:1;font-weight:800;color:#0f172a}.vis-kpi-value-good{color:#15803d}.vis-kpi-value-moderate{color:#b45309}.vis-kpi-value-poor{color:#b91c1c}.vis-kpi-hint{margin-top:6px;font-size:13px;color:#64748b;line-height:1.45}.vis-readiness-meter{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:2px}.vis-readiness-meter-fill{height:100%;border-radius:3px;transition:width .4s ease}.vis-meter-good{background:#22c55e}.vis-meter-moderate{background:#f59e0b}.vis-meter-poor{background:#ef4444}.vis-section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.vis-section-body{padding:0}.vis-loading-inline{display:flex;align-items:center;justify-content:center;padding:20px}.vis-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.vis-providers-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:16px}.vis-provider-card{text-align:center;padding:14px 8px}.vis-provider-icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;line-height:0;margin:0 auto 8px}.vis-provider-icon svg{width:22px;height:22px;display:block}.vis-provider-label{font-size:13px;color:#64748b;margin-bottom:4px}.vis-provider-value{font-size:28px;font-weight:800;color:#0f172a}.vis-provider-pct{font-size:12px;color:#94a3b8;margin-top:2px}.vis-score-good{color:#15803d}.vis-score-moderate{color:#b45309}.vis-score-poor{color:#b91c1c}.vis-match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.vis-match-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;text-align:center}.vis-match-value{font-size:22px;font-weight:800}.vis-match-strong .vis-match-value{color:#15803d}.vis-match-moderate .vis-match-value{color:#b45309}.vis-match-weak .vis-match-value{color:#b91c1c}.vis-match-none .vis-match-value{color:#94a3b8}.vis-match-label{font-size:12px;color:#64748b;margin-top:2px}.vis-match-pct{font-size:11px;color:#94a3b8}.vis-matched-terms{margin-top:12px}.vis-matched-terms-title{font-size:13px;font-weight:700;color:#334155;margin-bottom:6px}.vis-matched-terms-list{display:flex;flex-wrap:wrap;gap:6px}.vis-term-chip{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#334155;background:#f1f5f9;padding:4px 10px;border-radius:8px;border:1px solid #e2e8f0}.vis-term-chip-source{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.vis-term-count{font-weight:700;color:#6366f1}.vis-rec-card{padding:14px;border-radius:10px;border-left:4px solid #e2e8f0;background:#f8fafc;margin-bottom:10px}.vis-rec-card:last-child{margin-bottom:0}.vis-rec-high{border-left-color:#ef4444;background:#fef2f2}.vis-rec-medium{border-left-color:#f59e0b;background:#fffbeb}.vis-rec-low{border-left-color:#6366f1;background:#eef2ff}.vis-rec-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.vis-rec-title{font-size:14px;font-weight:700;color:#0f172a}.vis-rec-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:8px;white-space:nowrap}.vis-rec-badge.vis-rec-high{color:#b91c1c;background:#fecaca}.vis-rec-badge.vis-rec-medium{color:#92400e;background:#fde68a}.vis-rec-badge.vis-rec-low{color:#3730a3;background:#c7d2fe}.vis-rec-desc{font-size:14px;color:#475569;margin-bottom:8px;line-height:1.45}.vis-rec-action{font-size:13px;color:#334155;padding:8px 10px;background:#fff;border-radius:6px;margin-bottom:6px}.vis-rec-impact{font-size:12px;color:#94a3b8;font-style:italic}.vis-competitor-banner{padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:14px}.vis-competitor-ahead{background:#f0fdf4;color:#15803d;border:1px solid #dcfce7}.vis-competitor-behind{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.vis-competitor-bars{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.vis-competitor-bar-row{display:flex;flex-direction:column;gap:4px}.vis-competitor-bar-header{display:flex;justify-content:space-between;align-items:center}.vis-competitor-bar-name{font-size:13px;color:#64748b}.vis-competitor-bar-you{font-weight:700;color:#0f172a}.vis-competitor-bar-count{font-size:13px;font-weight:600;color:#334155}.vis-competitor-bar-track{height:22px;background:#f1f5f9;border-radius:4px;overflow:hidden}.vis-competitor-bar-fill{height:100%;background:#94a3b8;border-radius:4px;transition:width .4s ease}.vis-competitor-bar-fill-you{background:#6366f1}.vis-citation-rates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vis-citation-rate{text-align:center;padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.vis-citation-rate-value{font-size:24px;font-weight:800;color:#0f172a}.vis-citation-rate-label{font-size:12px;color:#64748b;margin-top:2px}.vis-event-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;background:#f8fafc;margin-bottom:8px;transition:background .15s}.vis-event-row:last-child{margin-bottom:0}.vis-event-row:hover{background:#f1f5f9}.vis-event-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.vis-event-icon-up{color:#15803d}.vis-event-icon-down{color:#b91c1c}.vis-event-icon-star{color:#f59e0b}.vis-event-icon-default{color:#94a3b8}.vis-event-content{flex:1;min-width:0}.vis-event-title{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vis-event-date{font-size:12px;color:#64748b}.vis-event-dismiss{border:none;background:none;color:#94a3b8;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.vis-event-dismiss:hover{background:#e2e8f0;color:#64748b}.vis-schedule-rows{display:flex;flex-direction:column;gap:0}.vis-schedule-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f1f5f9}.vis-schedule-row:last-child{border-bottom:none}.vis-schedule-label{font-size:13px;color:#64748b}.vis-schedule-value{font-size:14px;font-weight:600;color:#0f172a}.vis-top-products-list{display:flex;flex-direction:column;gap:8px}.vis-top-product-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;background:#f8fafc;cursor:pointer;transition:background .15s,box-shadow .15s}.vis-top-product-row:hover{background:#f1f5f9;box-shadow:0 2px 6px #0f172a0d}.vis-top-product-rank{font-size:16px;font-weight:800;color:#94a3b8;min-width:28px}.vis-top-product-info{flex:1;min-width:0}.vis-top-product-meta{font-size:13px;color:#64748b}.vis-top-product-score{text-align:right}.vis-top-product-score-value{font-size:22px;font-weight:800}.vis-top-product-score-label{font-size:11px;color:#94a3b8}.vis-top-product-arrow{color:#94a3b8;font-size:16px}.vis-probes-list{display:flex;flex-direction:column;gap:8px}.vis-probe-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;background:#f8fafc;transition:background .15s}.vis-probe-row:hover{background:#f1f5f9}.vis-probe-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.vis-probe-icon-yes{color:#15803d}.vis-probe-icon-no{color:#b91c1c}.vis-probe-info{flex:1;min-width:0}.vis-probe-query{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vis-probe-meta{font-size:12px;color:#64748b}.vis-load-more{text-align:center;padding:12px}.vis-chip{display:inline-flex;align-items:center;font-size:11px;font-weight:700;letter-spacing:.3px;padding:2px 10px;border-radius:10px;white-space:nowrap}.vis-chip-good{color:#15803d;background:#f0fdf4}.vis-chip-inactive{color:#64748b;background:#f1f5f9}.vis-query-chips{display:flex;flex-wrap:wrap;gap:8px}.vis-query-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all .15s}.vis-query-chip:hover{border-color:#6366f1;background:#f1f5f9}.vis-query-chip--suggested{border-style:dashed;border-color:#cbd5e1;background:transparent}.vis-query-chip--suggested:hover{border-color:#6366f1;background:#f5f3ff}.vis-query-chip-text{font-size:14px;color:#334155;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vis-query-chip--suggested .vis-query-chip-text{color:#64748b}.vis-query-chip-add{border:none;background:none;color:#6366f1;font-size:16px;font-weight:700;cursor:pointer;padding:0 4px;line-height:1}.vis-query-chip-add:hover{color:#4f46e5}.vis-query-chip-remove{border:none;background:none;color:#94a3b8;font-size:18px;font-weight:700;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}.vis-query-chip-remove:hover{color:#ef4444}.vis-tracked-product{padding:16px;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;background:#fff}.vis-tracked-product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.vis-tracked-product-name{font-size:15px;font-weight:700;color:#0f172a}.vis-tracked-product-count{font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:10px}.vis-tracked-add-row{display:flex;gap:8px;margin-top:10px}.vis-tracked-custom-input{flex:1;padding:6px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#334155;background:#f8fafc;outline:none;transition:border-color .15s}.vis-tracked-custom-input:focus{border-color:#6366f1;background:#fff}.vis-tracked-custom-btn{padding:6px 14px;border:1px solid #6366f1;border-radius:8px;background:#f5f3ff;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.vis-tracked-custom-btn:hover{background:#6366f1;color:#fff}.vis-tracked-summary{margin-bottom:8px}.vis-tracked-summary-text{font-size:13px;color:#64748b}.vis-tracked-search-row{margin-bottom:12px}.vis-tracked-search{width:100%;max-width:320px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#334155;background:#f8fafc;outline:none;transition:border-color .15s}.vis-tracked-search:focus{border-color:#6366f1;background:#fff}.vis-tracked-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.vis-tracked-page-info{font-size:13px;color:#64748b}.vis-notification-form{max-width:600px}.vis-notification-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #f1f5f9;margin-bottom:14px}.vis-notification-row-title{font-size:14px;font-weight:700;color:#0f172a}.vis-notification-row-desc{font-size:13px;color:#64748b}.vis-notification-fields{display:flex;flex-direction:column;gap:14px;transition:opacity .2s}.vis-notification-field{display:flex;flex-direction:column;gap:4px}.vis-notification-field-label{font-size:13px;font-weight:600;color:#334155;display:flex;align-items:center;gap:5px}.vis-notification-input{width:100%;padding:8px 12px;border:1px solid #d1d9e6;border-radius:8px;font-size:14px;color:#0f172a;background:#fff}.vis-notification-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.vis-notification-field-hint{font-size:12px;color:#94a3b8}.vis-notification-slider-row{display:flex;align-items:center;gap:12px}.vis-notification-slider{flex:1}.vis-notification-slider-value{font-size:14px;font-weight:600;color:#0f172a;min-width:40px;text-align:right}.vis-notification-event-types{display:flex;flex-wrap:wrap;gap:8px}.vis-event-type-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;color:#334155;transition:border-color .15s}.vis-event-type-tag input{margin:0}.vis-event-type-active{border-color:#6366f1;background:#eef2ff}.vis-notification-save-row{display:flex;align-items:center;gap:12px;margin-top:14px}.vis-notification-last{font-size:12px;color:#94a3b8}.vis-action-btn{display:inline-flex;align-items:center;gap:4px;border:1px solid #d1d9e6;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:600;padding:6px 12px;cursor:pointer;transition:all .15s ease}.vis-action-btn:hover{background:#f1f5f9;border-color:#94a3b8}.vis-action-btn-disabled{opacity:.5;cursor:not-allowed}.vis-empty-state{text-align:center;padding:28px 16px}.vis-empty-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.vis-empty-subtitle{font-size:14px;color:#64748b;line-height:1.5;max-width:400px;margin:0 auto}.vis-empty-inline{text-align:center;padding:16px;font-size:14px;color:#64748b}@media(max-width:880px){.vis-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.vis-kpi-col:nth-child(3),.vis-kpi-col:nth-child(4){border-top:1px solid #e2e8f0}.vis-kpi-col:nth-child(3){border-left:none}.vis-two-col{grid-template-columns:1fr}.vis-providers-grid,.vis-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vis-citation-rates{grid-template-columns:1fr}}@media(max-width:560px){.vis-kpi-strip{grid-template-columns:1fr}.vis-kpi-col+.vis-kpi-col{border-left:none;border-top:1px solid #e2e8f0}.vis-providers-grid,.vis-match-grid{grid-template-columns:1fr}.vis-notification-row{flex-direction:column;align-items:flex-start}}.support-nav-link{color:#4f46e5;text-decoration:none;font-weight:600}.support-nav-link:hover{text-decoration:underline}.support-footer-legal{display:flex;align-items:center;justify-content:center;gap:16px;padding:14px 0}.support-legal-link{font-size:13px;font-weight:500;color:#64748b;text-decoration:none;transition:color .12s ease}.support-legal-link:hover{color:#334155;text-decoration:underline}.support-legal-sep{width:3px;height:3px;border-radius:50%;background:#cbd5e1;flex-shrink:0}
