:root{--bg: #0f172a;--surface: #1e293b;--surface-2: #334155;--text: #f1f5f9;--muted: #94a3b8;--accent: #38bdf8;--accent-2: #818cf8;--success: #34d399;--warning: #fbbf24;--error: #f87171;--radius: 12px;--shadow: 0 10px 40px rgba(0, 0, 0, .35);--border-subtle: rgba(148, 163, 184, .2);--section-header-bg: rgba(15, 23, 42, .5);--table-header-bg: rgba(15, 23, 42, .35);--overlay-backdrop: rgba(15, 23, 42, .75);--body-gradient-a: rgba(56, 189, 248, .12);--body-gradient-b: rgba(129, 140, 248, .1);--btn-primary-fg: #0f172a;--ranking-bar-shadow: rgba(15, 23, 42, .45);--gsc-zip-bg: rgba(15, 23, 42, .35);--nav-active-bg: var(--bg);--theme-toggle-bg: rgba(255, 255, 255, .06);--theme-toggle-fg: #e2e8f0;--page-padding-x: 2.5rem;--page-padding-top: 3rem;--page-padding-bottom: 6rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}[data-theme=light]{--bg: #f1f5f9;--surface: #ffffff;--surface-2: #e2e8f0;--text: #0f172a;--muted: #475569;--accent: #0284c7;--accent-2: #4f46e5;--shadow: 0 10px 40px rgba(15, 23, 42, .08);--border-subtle: rgba(15, 23, 42, .16);--section-header-bg: rgba(15, 23, 42, .05);--table-header-bg: rgba(15, 23, 42, .07);--overlay-backdrop: rgba(15, 23, 42, .45);--body-gradient-a: rgba(56, 189, 248, .08);--body-gradient-b: rgba(129, 140, 248, .06);--gsc-zip-bg: rgba(15, 23, 42, .05);--nav-active-bg: #e2e8f0;--theme-toggle-bg: rgba(30, 41, 59, .06);--theme-toggle-fg: #0f172a}[data-theme=light] body{font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3{font-weight:800;color:var(--text)}[data-theme=light] a{color:#0369a1;font-weight:600}[data-theme=light] a:hover{color:#075985}[data-theme=light] .tools-nav-link{color:#334155;font-weight:600}[data-theme=light] .tools-nav-link:hover,[data-theme=light] .tools-nav-link.active{color:var(--text);font-weight:700}[data-theme=light] .field-label,[data-theme=light] .section-header{font-weight:700;color:var(--text)}[data-theme=light] .data-table{font-weight:500}[data-theme=light] .data-table th{color:#334155;font-weight:700}[data-theme=light] .data-table td{color:var(--text)}[data-theme=light] .kv-table th{color:#475569;font-weight:600}[data-theme=light] .kv-table td{color:var(--text);font-weight:500}[data-theme=light] .recommendation-title{font-weight:700;color:var(--text)}[data-theme=light] .recommendation-action,[data-theme=light] .recommendation-impact{color:#475569;font-weight:500}[data-theme=light] .footer-note,[data-theme=light] .loading,[data-theme=light] .muted-text,[data-theme=light] .muted-line,[data-theme=light] .heading-list{color:var(--muted);font-weight:500}[data-theme=light] .hero p{color:#475569;font-weight:500}[data-theme=light] .crawl-option,[data-theme=light] .section-meta{color:var(--muted);font-weight:500}[data-theme=light] .stat-pill{font-weight:500;color:var(--text)}[data-theme=light] .preview-label,[data-theme=light] .gsc-file-hint,[data-theme=light] .help-glossary-list{color:#475569}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 20% 0%,var(--body-gradient-a),transparent 50%),radial-gradient(ellipse at 80% 100%,var(--body-gradient-b),transparent 50%),var(--bg)}#app{max-width:1100px;margin:0 auto;padding:var(--page-padding-top) var(--page-padding-x) var(--page-padding-bottom)}@media(max-width:640px){:root{--page-padding-x: 1.75rem;--page-padding-top: 2.25rem;--page-padding-bottom: 4.5rem}}h1,h2,h3{margin:0;font-weight:700}a{color:var(--accent)}.hero{text-align:center;margin-bottom:2rem}.hero h1{font-size:clamp(1.75rem,4vw,2.5rem);background:linear-gradient(135deg,var(--accent),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{color:var(--muted);max-width:560px;margin:.75rem auto 0}.search-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);display:flex;gap:.75rem;flex-wrap:wrap}.search-card input{flex:1;min-width:220px;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-size:1rem}.search-card input:focus{outline:2px solid var(--accent);border-color:transparent}.search-card button{padding:.85rem 1.5rem;border:none;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--btn-primary-fg);font-weight:700;cursor:pointer;transition:opacity .2s}.search-card button:disabled{opacity:.6;cursor:not-allowed}.crawl-option{flex:0 0 auto;display:inline-flex;align-items:center;gap:.5rem;width:fit-content;font-size:.9rem;color:var(--muted);cursor:pointer}.search-card .crawl-option input[type=checkbox]{flex:0 0 auto;flex-shrink:0;width:auto;min-width:auto;padding:0;accent-color:var(--accent)}.site-report-section .section-header{background:#38bdf80f}.visibility-notice{padding:.85rem 1rem;border-radius:8px;background:#fbbf2414;border:1px solid rgba(251,191,36,.25)}.broken-link-row{padding:.75rem 0;border-bottom:1px solid var(--surface-2)}.broken-link-row:last-child{border-bottom:none}.broken-link-row p{margin:.25rem 0}.data-table{width:100%;border-collapse:collapse;font-size:.82rem}.data-table th,.data-table td{padding:.55rem .65rem;border-bottom:1px solid var(--surface-2);text-align:left;vertical-align:top}.data-table th{color:var(--muted);font-weight:600;background:var(--table-header-bg)}.crawl-pages-table .url-cell{word-break:break-all;max-width:280px}.crawl-stats-table td:last-child{font-weight:600}.score-panel{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;margin:2rem 0;padding:1.5rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--surface-2)}.score-circle{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;font-size:2rem;font-weight:800;border:4px solid var(--accent);background:var(--bg)}.score-stats{display:flex;gap:1rem;flex-wrap:wrap}.stat-pill{padding:.5rem 1rem;border-radius:999px;background:var(--bg);border:1px solid var(--surface-2);font-size:.9rem}.stat-pill strong{margin-right:.35rem}.stat-pill.error strong{color:var(--error)}.stat-pill.warning strong{color:var(--warning)}.stat-pill.success strong{color:var(--success)}.score-secondary-line{margin:.15rem 0 .5rem;font-size:.9rem}.score-classic-pill{display:inline-block;margin-left:.35rem;padding:.15rem .6rem;border-radius:999px;background:var(--bg);border:1px solid var(--surface-2);font-size:.82rem;color:var(--muted)}.section{margin-top:1.5rem;background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);overflow:hidden}.section-header{padding:1rem 1.25rem;background:var(--section-header-bg);border-bottom:1px solid var(--surface-2);font-weight:600}.section-body{padding:1.25rem}.issue-list{list-style:none;padding:0;margin:0}.issue-list li{padding:.65rem 0;border-bottom:1px solid var(--surface-2)}.issue-list li:last-child{border-bottom:none}.issue-list-item{display:flex;flex-direction:column;gap:.45rem}.issue-list-main{display:flex;gap:.75rem;align-items:flex-start}.seo-item-details{margin-left:0;border:1px solid var(--surface-2);border-radius:8px;background:#0f172a40}[data-theme=light] .seo-item-details{background:#f1f5f9d9}.seo-item-details summary{padding:.45rem .75rem;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--accent);list-style:none}.seo-item-details summary::-webkit-details-marker{display:none}.seo-item-details summary:before{content:"▸ ";display:inline-block;width:1em}.seo-item-details[open] summary:before{content:"▾ "}.seo-item-details-count{font-weight:400;color:var(--muted)}.seo-item-details-body{padding:0 .75rem .65rem;border-top:1px solid var(--surface-2)}.seo-detail-page-context{margin:.5rem 0 0;font-size:.85rem}.seo-detail-list{margin:.5rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.85rem;line-height:1.45}.seo-detail-list li{margin-bottom:.35rem}.seo-detail-list li:last-child{margin-bottom:0}.seo-detail-link{color:var(--accent);word-break:break-all;text-decoration:none}.seo-detail-link:hover{text-decoration:underline}.seo-detail-images li{display:flex;flex-direction:column;gap:.15rem}.seo-detail-src{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;color:var(--text);word-break:break-all}.seo-detail-page{font-size:.8rem}.seo-compare-row{margin-top:.25rem}.seo-compare-label{font-weight:600;color:var(--text);margin-right:.35rem}.seo-detail-linked-from{display:block;margin-top:.15rem;font-size:.8rem}.seo-details-truncated{margin:.5rem 0 0;font-size:.8rem}.recommendation-card .seo-item-details{margin-top:.65rem}.badge{font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.2rem .5rem;border-radius:4px;flex-shrink:0}.badge.error{background:#f8717133;color:var(--error)}.badge.warning{background:#fbbf2433;color:var(--warning)}.badge.success{background:#34d39933;color:var(--success)}.badge.priority-high{background:#f8717133;color:var(--error)}.badge.priority-medium{background:#fbbf2433;color:var(--warning)}.badge.priority-low{background:#38bdf833;color:var(--accent)}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.section-meta{font-size:.8rem;font-weight:400;color:var(--muted)}.recommendations-section .section-body{display:flex;flex-direction:column;gap:1rem}.recommendation-card{padding:1rem 1.1rem;border-radius:10px;background:var(--bg);border:1px solid var(--surface-2)}.recommendation-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.rec-category{font-size:.8rem;color:var(--muted)}.recommendation-title{font-size:1.05rem;margin:0 0 .6rem}.recommendation-action,.recommendation-impact{margin:.35rem 0 0;font-size:.92rem;color:var(--muted);line-height:1.55}.recommendation-action strong,.recommendation-impact strong{color:var(--text)}.rec-page-url{margin:.45rem 0 0;font-size:.92rem;line-height:1.55;color:var(--muted)}.rec-page-url strong{color:var(--text);margin-right:.35rem}.rec-page-url .seo-detail-link{word-break:break-all}.rec-page-url-multi{margin-top:.45rem}.rec-page-url-heading{margin:0;font-size:.92rem;color:var(--muted)}.rec-page-url-list{margin:.35rem 0 0;padding-left:1.2rem;font-size:.9rem}.rec-page-url-list li{margin:.2rem 0}.rec-page-url-more{margin:.25rem 0 0}.issue-list-item .rec-page-url{margin-left:0;padding-left:0}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.kv-table{width:100%;border-collapse:collapse;font-size:.9rem}.kv-table th,.kv-table td{text-align:left;padding:.5rem 0;border-bottom:1px solid var(--surface-2);vertical-align:top}.kv-table th{color:var(--muted);width:38%;font-weight:500}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:var(--bg);border:1px solid var(--surface-2);padding:.25rem .6rem;border-radius:6px;font-size:.8rem}.error-box{margin-top:1rem;padding:1rem;border-radius:var(--radius);background:#f8717126;border:1px solid var(--error);color:var(--error)}.loading{text-align:center;padding:3rem;color:var(--muted)}.footer-note{margin-top:3rem;text-align:center;color:var(--muted);font-size:.85rem}.footer-note a{text-decoration:none}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;padding:16px;background:var(--surface);border-top:1px solid var(--border-subtle);box-shadow:0 -12px 40px #00000059}.cookie-banner--hidden,.cookie-banner[hidden]{display:none!important}.cookie-banner-inner{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px}.cookie-banner-text{flex:1 1 280px;margin:0;font-size:.9rem;line-height:1.55;color:var(--muted)}.cookie-banner-text code{font-size:.85em;padding:.1em .35em;border-radius:4px;background:#94a3b81f}.cookie-banner-text a{color:var(--accent);font-weight:600}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:10px}.cookie-banner-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;font-size:.88rem;font-weight:600;border-radius:10px;border:1px solid transparent;cursor:pointer;font-family:inherit}.cookie-banner-btn--primary{background:var(--accent);color:var(--btn-primary-fg)}.cookie-banner-btn--secondary{background:transparent;color:var(--muted);border-color:var(--border-subtle)}.cookies-info-body p,.cookies-info-body li{line-height:1.6}.cookies-info-list{margin:.5rem 0 1rem;padding-left:1.25rem}.cookies-info-body code{font-size:.9em;padding:.1em .35em;border-radius:4px;background:var(--section-header-bg)}.analytics-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.analytics-filters label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}.analytics-table-wrap{overflow-x:auto}.analytics-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:.6rem 1rem;background:var(--accent);color:var(--btn-primary-fg);border-radius:8px;font-weight:700;text-decoration:none}.skip-link:focus{left:.5rem;top:.5rem}.tools-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem;background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius)}.tools-nav-end{display:flex;align-items:center;gap:.5rem;margin-left:auto}.tools-nav-link{padding:.5rem 1rem;border-radius:8px;color:var(--muted);text-decoration:none;font-weight:600;font-size:.9rem}.tools-nav-link:hover,.tools-nav-link.active{color:var(--text);background:var(--nav-active-bg)}.tools-nav-home{margin-left:0}.muted-line{color:var(--muted);margin:.5rem 0 1rem}.muted-text{color:var(--muted)}.heading-list{margin:.5rem 0 0;padding-left:1.2rem;color:var(--muted);font-size:.9rem}.field-label{display:block;margin:.75rem 0 .35rem;font-weight:600;font-size:.9rem}.tool-textarea,.tool-input{width:100%;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-family:inherit;box-sizing:border-box}.tool-textarea{resize:vertical;min-height:80px;font-family:ui-monospace,monospace;font-size:.85rem}.tool-textarea.highlight{background:#fbbf2414}.btn-full,.btn-secondary{margin-top:1rem;padding:.85rem 1.5rem;border:none;border-radius:8px;font-weight:700;cursor:pointer}.btn-full{width:100%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--btn-primary-fg)}.btn-secondary{background:var(--surface-2);color:var(--text)}.btn-full:disabled{opacity:.6;cursor:not-allowed}.success-box{margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;background:#34d3991f;border:1px solid var(--success);color:var(--success)}.progress-block{margin-top:1rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.progress-label{font-weight:600}.progress-percent{font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.progress-detail{margin:.5rem 0 0;font-size:.85rem;color:var(--muted)}.progress-track{height:10px;background:var(--surface-2);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:width .3s ease}.legend{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0;padding:1rem;background:var(--surface);border-radius:var(--radius);font-size:.85rem;color:var(--muted)}.legend .dot{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:.35rem;vertical-align:middle}.dot.excellent{background:#2a9d4d}.dot.good{background:#3d8bfd}.dot.average{background:#ff9500}.dot.poor{background:#ff6b00}.dot.bad{background:#dc3545}.speed-time-scale-wrap{margin:0 0 1.5rem;padding:1rem;background:var(--surface);border-radius:var(--radius)}.speed-time-scale-label{font-size:.85rem;color:var(--muted);margin-bottom:.65rem}.speed-time-scale{position:relative;padding-top:1.75rem}.speed-time-scale-track{position:relative;display:flex;height:14px;border-radius:7px;overflow:visible;background:var(--surface-2)}.speed-time-scale-band{height:100%;flex-shrink:0}.speed-time-scale-band.band-excellent{background:#2a9d4d}.speed-time-scale-band.band-good{background:#3d8bfd}.speed-time-scale-band.band-average{background:#ff9500}.speed-time-scale-band.band-poor{background:#ff6b00}.speed-time-scale-band.band-bad{background:#dc3545}.speed-time-scale-marker{position:absolute;top:-1.55rem;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none;z-index:2}.speed-time-scale-marker-pin{width:2px;height:calc(14px + 1.55rem);margin-top:.15rem;background:currentColor;border-radius:1px;box-shadow:0 0 0 1px var(--bg)}.speed-time-scale-marker-label{padding:.15rem .45rem;border-radius:6px;font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap;background:var(--bg);border:1px solid currentColor}.speed-time-scale-ticks{position:relative;height:1.25rem;margin-top:.35rem}.speed-time-scale-tick{position:absolute;transform:translate(-50%);font-size:.72rem;color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card,.result-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1rem}.result-card{margin-bottom:1rem}.result-url{font-weight:700;word-break:break-all}.result-meta{font-size:.85rem;color:var(--muted);margin:.35rem 0 .75rem}.result-stats{display:flex;flex-wrap:wrap;gap:.75rem}.mini-stat{flex:1;min-width:110px;padding:.75rem;border-radius:8px;background:var(--bg);text-align:center;font-size:.85rem}.mini-stat strong{display:block;font-size:1.1rem;margin-top:.25rem}.stat-excellent,.stat-excellent .stat-value{background:#2a9d4d26}.stat-good{background:#3d8bfd1f}.stat-average{background:#ff95001f}.stat-poor{background:#ff6b001f}.stat-bad{background:#dc35451f}.time-excellent{color:#2a9d4d}.time-good{color:#3d8bfd}.time-average{color:#ff9500}.time-poor{color:#ff6b00}.time-bad{color:#dc3545}.ranking-bar-wrap{margin-top:.75rem;height:36px;background:var(--surface-2);border-radius:8px;overflow:hidden;position:relative;display:flex;align-items:center}.ranking-bar{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2));pointer-events:none}.ranking-bar-label{position:relative;z-index:1;width:100%;padding:0 .75rem;font-size:.8rem;font-weight:700;color:var(--text);white-space:nowrap;text-shadow:0 1px 2px var(--ranking-bar-shadow)}.summary-section{margin-top:1rem}.summary-section-top{margin-top:0}.results-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin:1.5rem 0 .75rem}.results-heading{font-size:1.25rem;margin:0}.btn-export{margin-top:0}.results-sort-hint{margin:0 0 1rem;font-size:.85rem}.result-card-head{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.75rem}.result-rank{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:.85rem;background:var(--bg)}.result-card-title{min-width:0;flex:1}.result-grade{font-weight:600}.time-grade{display:block;margin-top:.2rem;font-size:.75rem;font-style:normal;color:var(--muted)}.time-grade-error{color:var(--error)}.iteration-chart{margin-top:.75rem}.iteration-chart-label{font-size:.8rem;color:var(--muted);margin-bottom:.4rem}.iteration-bars{display:flex;align-items:flex-end;gap:4px;height:64px;padding:.5rem;background:var(--bg);border-radius:8px}.iteration-bar{flex:1;min-width:6px;max-width:28px;border-radius:3px 3px 0 0;opacity:.9;transition:opacity .15s}.iteration-bar:hover{opacity:1}.iteration-bar.time-excellent{background:#2a9d4d}.iteration-bar.time-good{background:#3d8bfd}.iteration-bar.time-average{background:#ff9500}.iteration-bar.time-poor{background:#ff6b00}.iteration-bar.time-bad{background:#dc3545}.seo-score-history-section .table-wrap{margin-top:1rem;overflow-x:auto}.seo-score-history-toggle{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;width:auto;padding:.6rem 1.1rem;font-size:.85rem}.seo-score-history-toggle-icon{font-size:.7rem;line-height:1}.seo-score-history-chart{margin-top:.75rem}.seo-score-trend-bars{height:120px;align-items:flex-end}.seo-score-trend-bar{min-height:4px}.seo-score-trend-labels{display:flex;justify-content:space-between;gap:.5rem;margin-top:.35rem;font-size:.75rem;color:var(--muted)}.seo-score-delta.positive{color:var(--success)}.seo-score-delta.negative{color:var(--error)}.seo-score-classic-note{color:var(--muted);font-size:.8rem;margin-left:.25rem}.seo-score-bar-a{background:#2a9d4d}.seo-score-bar-b{background:#3d8bfd}.seo-score-bar-c{background:#ff9500}.seo-score-bar-d{background:#ff6b00}.seo-score-bar-f{background:#dc3545}.seo-score-history-table th,.seo-score-history-table td{white-space:nowrap}.stat-label{font-size:.85rem;color:var(--muted);margin-bottom:.35rem}.stat-value{font-size:1.5rem;font-weight:800}.llm-actions{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.btn-llm{padding:.75rem 1.25rem;border:none;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:700;cursor:pointer;font-size:.95rem;transition:opacity .2s}.btn-llm:hover:not(:disabled){opacity:.92}.btn-llm:disabled{opacity:.65;cursor:not-allowed}.btn-llm-primary{font-size:1rem;padding:.85rem 1.5rem;box-shadow:0 4px 14px #6366f159}.llm-hint-warn{color:var(--warning)}.llm-cta-section{border-color:#8b5cf673;background:linear-gradient(135deg,#6366f114,#8b5cf60f)}.llm-cta-body{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.llm-cta-title{margin:0;font-size:1.15rem}.llm-report-content ol{margin:.5rem 0 1rem;padding-left:1.5rem;color:var(--muted)}.llm-report-content ol li{margin:.4rem 0}.llm-hint{font-size:.8rem;color:var(--muted)}.llm-auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.llm-auth-modal{width:min(100%,420px);background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.llm-auth-title{margin:0 0 .5rem;font-size:1.25rem}.llm-auth-desc{margin:0 0 1rem;color:var(--muted);font-size:.9rem}.llm-auth-form{display:flex;flex-direction:column;gap:.75rem}.llm-auth-input{width:100%;padding:.75rem 1rem;border:1px solid var(--surface-2);border-radius:8px;background:var(--bg);color:var(--text);font-size:1rem}.llm-auth-input:focus{outline:2px solid var(--accent-2);outline-offset:1px}.llm-auth-error{margin:0;color:var(--error);font-size:.875rem}.llm-auth-actions{display:flex;gap:.75rem;align-items:stretch;margin-top:.25rem}.llm-auth-actions .btn-secondary,.llm-auth-actions .btn-llm{flex:1 1 0;min-width:0;margin-top:0;padding:.85rem 1rem;font-size:.95rem;line-height:1.25;min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:inherit;box-sizing:border-box}.llm-report-section{border-color:#8b5cf659}.llm-report-content{line-height:1.65;color:var(--text);font-size:.95rem}.llm-report-content h3{margin:1.25rem 0 .5rem;font-size:1.1rem;color:var(--accent-2)}.llm-report-content h3:first-child{margin-top:0}.llm-report-content h4{margin:1rem 0 .35rem;font-size:1rem}.llm-report-content p{margin:.5rem 0;color:var(--muted)}.llm-report-content ul{margin:.5rem 0 1rem;padding-left:1.25rem;color:var(--muted)}.llm-report-content li{margin:.35rem 0}.llm-report-content strong{color:var(--text)}@media(max-width:600px){.score-panel{grid-template-columns:1fr;text-align:center;justify-items:center}.tools-nav-end{margin-left:0;width:100%;justify-content:space-between}}.rec-tool-link{display:inline-block;margin-top:.5rem;font-weight:600;font-size:.9rem}.hierarchy-warn{border-top:1px solid var(--surface-2);color:var(--warning)}.speed-hint-section{border-color:#38bdf859}.speed-hint-section p{margin:0;color:var(--muted)}.collect-row{margin-bottom:0}.search-card .btn-secondary{background:var(--surface-2);color:var(--text)}.url-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--surface-2)}.url-method-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.85rem;color:var(--muted)}.url-list-actions{margin-top:.5rem}.inline-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.btn-inline{margin-top:.5rem}.toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.view-toggle{display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--surface-2);border-radius:8px;padding:.2rem}.btn-toggle{padding:.4rem .75rem;border:none;border-radius:6px;background:transparent;color:var(--muted);font-weight:600;font-size:.85rem;cursor:pointer}.btn-toggle.active{background:var(--bg);color:var(--text)}.table-wrap{overflow-x:auto}.results-table{width:100%;border-collapse:collapse;font-size:.88rem}.results-table th,.results-table td{padding:.6rem .75rem;border-bottom:1px solid var(--surface-2);text-align:left}.results-table th{color:var(--muted);font-weight:600;font-size:.8rem}.cell-url{word-break:break-all;max-width:280px}.error-detail-list{margin:.5rem 0 0;padding-left:1.2rem;font-size:.85rem}.empty-state{padding:1.25rem;text-align:center;color:var(--muted);background:var(--bg);border:1px dashed var(--surface-2);border-radius:8px;margin-bottom:1rem}.empty-state p{margin:0}.empty-state-results{margin-top:1.5rem}.url-chip-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.5rem;max-height:200px;overflow-y:auto}.url-chip{display:flex;align-items:center;gap:.35rem;max-width:100%;padding:.35rem .5rem .35rem .75rem;background:var(--bg);border:1px solid var(--surface-2);border-radius:999px;font-size:.8rem}.url-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(320px,70vw)}.url-chip-remove{flex-shrink:0;width:1.5rem;height:1.5rem;border:none;border-radius:50%;background:var(--surface-2);color:var(--text);cursor:pointer;font-size:1rem;line-height:1;padding:0}.url-chip-remove:hover{background:var(--error);color:#fff}.url-add-row{display:flex;gap:.5rem;flex-wrap:wrap}.url-add-row .tool-input{flex:1;min-width:200px}.paste-block{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--surface-2)}.collect-block{margin-top:1.25rem}.field-hint{margin:0 0 .5rem;font-size:.88rem;color:var(--muted);line-height:1.45}.field-tag{margin-left:.35rem;padding:.1rem .45rem;border-radius:4px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;background:#38bdf826;color:var(--accent);vertical-align:middle}.field-tag-optional{background:var(--surface-2);color:var(--muted);text-transform:none;letter-spacing:normal;font-weight:500}.speed-workflow-intro{margin-bottom:1rem}.speed-method-block{padding:1rem;border:1px solid var(--surface-2);border-radius:8px;background:var(--bg)}.speed-method-block+.speed-method-divider,.speed-method-divider+.speed-method-block{margin-top:1rem}.speed-method-title{margin:0 0 .5rem;font-size:.95rem;font-weight:700}.speed-method-divider{margin:1rem 0 0;text-align:center;font-size:.85rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.speed-url-list-block{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--surface-2)}.speed-url-list-block .url-chip-list{margin-top:.75rem}.tool-select{padding:.85rem .75rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-size:.85rem;max-width:100%}.tool-input-narrow{max-width:120px}.btn-danger-text{color:var(--error)}.mode-toggle{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;margin-bottom:1rem}.btn-mode{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.75rem 1rem;border:1px solid var(--surface-2);border-radius:8px;background:var(--bg);color:var(--text);cursor:pointer;text-align:left;font-weight:700}.btn-mode.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.mode-hint{font-size:.75rem;font-weight:400;color:var(--muted)}.custom-iterations{margin-bottom:.5rem}.warning-box{margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;background:#fbbf241f;border:1px solid var(--warning);color:var(--warning);font-size:.9rem}.progress-current-url{word-break:break-all;color:var(--accent)}.progress-error{margin:.5rem 0 0;font-size:.85rem;color:var(--error)}.skeleton-results{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.skeleton-card{padding:1rem;background:var(--bg);border-radius:8px;border:1px solid var(--surface-2)}.skeleton-line{height:12px;border-radius:4px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite;margin-bottom:.5rem;max-width:60%}.skeleton-line-wide{max-width:90%}.skeleton-bars{height:48px;border-radius:6px;margin-top:.5rem;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.result-rank-sm{width:1.75rem;height:1.75rem;font-size:.75rem}.iteration-bars-inline{height:40px;min-width:80px;padding:.25rem}.error-detail-inline{margin-top:.25rem;padding-left:1rem;font-size:.75rem}.error-box-compact{margin-top:.75rem;padding:.65rem .85rem;font-size:.85rem}.seo-link-inline,.seo-link-sm{font-weight:600;font-size:.85rem;text-decoration:none;margin-left:.35rem}.seo-link-sm{margin-left:0}@media(max-width:600px){.results-toolbar,.toolbar-actions{flex-direction:column;align-items:stretch}.view-toggle{justify-content:center}.btn-export{width:100%}.mode-toggle{grid-template-columns:1fr}.search-card.collect-row{flex-direction:column}.search-card.collect-row .tool-select,.search-card.collect-row button{width:100%}.url-add-row{flex-direction:column}.url-add-row .btn-inline{width:100%}.results-table{font-size:.8rem}.cell-url{max-width:140px}.iteration-bars-inline{min-width:48px}}.bandwidth-explainer{margin:0 0 1rem;color:var(--muted);font-size:.95rem}.bandwidth-phase-list{margin:0;padding-left:1.25rem;color:var(--muted);font-size:.9rem}.bandwidth-phase-list li{margin-bottom:.35rem}.bandwidth-size-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.bandwidth-size-row input[type=range]{flex:1;accent-color:var(--accent)}.bandwidth-size-value{min-width:4rem;font-weight:700;color:var(--accent)}.bandwidth-size-hint{margin:.5rem 0 1rem;font-size:.88rem;color:var(--muted);line-height:1.45}.bandwidth-stat-detail{display:block;margin-top:.35rem;font-size:.78rem;color:var(--muted);font-style:normal}.bandwidth-stat-range{margin-top:.35rem;font-size:.85rem;color:var(--text)}.bandwidth-stat-discarded{display:block;margin-top:.25rem;font-size:.75rem;color:var(--muted);font-style:normal}.bandwidth-live-section .section-body{padding-top:.5rem}.bandwidth-live-gauge{text-align:center;margin-bottom:1rem}.bandwidth-live-value{font-size:clamp(2rem,6vw,3rem);font-weight:800;line-height:1.1}.bandwidth-live-value.excellent{color:var(--success)}.bandwidth-live-value.good{color:#6ee7b7}.bandwidth-live-value.average{color:var(--warning)}.bandwidth-live-value.poor{color:var(--error)}.bandwidth-live-hint{margin:.25rem 0 0;color:var(--muted);font-size:.85rem}.bandwidth-chart{height:100px;margin:1rem 0;padding:.5rem;background:var(--bg);border-radius:8px;border:1px solid var(--surface-2)}.bandwidth-chart-bars{display:flex;align-items:flex-end;gap:2px;height:100%}.bandwidth-chart-bar{flex:1;min-width:2px;border-radius:2px 2px 0 0;background:var(--accent);transition:height .15s ease}.bandwidth-chart-bar.excellent{background:var(--success)}.bandwidth-chart-bar.good{background:#6ee7b7}.bandwidth-chart-bar.average{background:var(--warning)}.bandwidth-chart-bar.poor{background:var(--error)}.ping-samples{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.ping-sample{padding:.25rem .6rem;border-radius:6px;background:var(--surface-2);font-size:.85rem;font-variant-numeric:tabular-nums}.bandwidth-results-grid{margin-top:1rem}.bandwidth-quality{margin-top:1.25rem;padding:1rem 1.25rem;border-radius:var(--radius);text-align:center;font-size:1.05rem;border:1px solid var(--surface-2);background:var(--bg)}.bandwidth-quality.excellent{border-color:var(--success);color:var(--success)}.bandwidth-quality.good{border-color:#6ee7b7;color:#6ee7b7}.bandwidth-quality.average{border-color:var(--warning);color:var(--warning)}.bandwidth-quality.poor{border-color:var(--error);color:var(--error)}.bandwidth-quality-label{color:var(--muted);margin-right:.35rem}.bandwidth-duration{display:block;margin-top:.35rem;font-size:.85rem;color:var(--muted);font-weight:400}.char-count-row{padding:.6rem 0;border-bottom:1px solid var(--surface-2)}.char-count-row:last-child{border-bottom:none}.char-count-row>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.char-count-row .field-label{margin:0}.char-count{font-weight:700;font-variant-numeric:tabular-nums;font-size:.85rem}.char-count.count-ok{color:var(--success)}.char-count.count-warn{color:var(--warning)}.char-count.count-bad{color:var(--error)}.meta-value-line{margin:.35rem 0 0;font-size:.9rem;word-break:break-word}.preview-heading{margin:2rem 0 .5rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.preview-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1rem}.preview-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;margin-bottom:.75rem}.serp-preview{background:#fff;border-radius:8px;padding:.85rem 1rem}.serp-url{color:#202124;font-size:.8rem}.serp-title{color:#1a0dab;font-size:1.15rem;line-height:1.3;margin:.15rem 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.serp-desc{color:#4d5156;font-size:.85rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.social-card{background:#fff;border:1px solid #dadde1;border-radius:8px;overflow:hidden}.social-img{width:100%;height:160px;background:#e4e6eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.social-img img{width:100%;height:100%;object-fit:cover}.social-img-empty{color:#65676b;font-size:.8rem}.social-body{padding:.65rem .85rem}.social-domain{color:#65676b;font-size:.72rem;text-transform:uppercase;letter-spacing:.02em}.social-title{color:#050505;font-weight:700;font-size:.95rem;line-height:1.3;margin:.2rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.social-desc{color:#65676b;font-size:.82rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.social-card-x{border-radius:14px}.social-card-x .social-img{height:150px}.social-card-x .social-domain{order:3;margin-top:.25rem}.social-body-li .social-domain{margin-top:.3rem}.dns-record{margin:.35rem 0 0;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--surface-2);border-radius:8px;font-family:ui-monospace,monospace;font-size:.8rem;word-break:break-all;color:var(--text)}.dns-txt-item{word-break:break-all;font-family:ui-monospace,monospace;font-size:.8rem}.links-help-section{margin-top:0}.links-help-intro{margin-bottom:1rem}.links-help-intro code{font-size:.82em;padding:.1rem .35rem;border-radius:4px;background:var(--bg);color:var(--accent)}.links-form-hint{max-width:560px;margin:.35rem auto 0;text-align:center}.links-results-hint{margin-bottom:1rem}.help-details{border:1px solid var(--surface-2);border-radius:8px;background:var(--bg)}.help-details summary{padding:.75rem 1rem;cursor:pointer;font-weight:600;color:var(--accent);list-style:none}.help-details summary::-webkit-details-marker{display:none}.help-details summary:before{content:"▸ ";display:inline-block;width:1em}.help-details[open] summary:before{content:"▾ "}.help-details-body{padding:0 1rem 1rem;border-top:1px solid var(--surface-2)}.help-subheading{margin:1rem 0 .5rem;font-size:.9rem;font-weight:700;color:var(--text)}.help-subheading:first-child{margin-top:.75rem}.help-glossary-list{margin:0;padding-left:1.2rem;color:var(--muted);font-size:.88rem;line-height:1.5}.help-glossary-list li+li{margin-top:.35rem}.gsc-upload-section{margin-top:0}.seo-actions-card{flex-direction:column;align-items:stretch}.seo-url-input{flex:1 1 100%;min-width:0;width:100%}.search-card input.content-ai-num-input{flex:none;min-width:0;width:100%;max-width:5.5rem;box-sizing:border-box}.seo-actions-row{display:flex;flex-wrap:wrap;gap:.75rem}.seo-actions-row button{flex:1 1 auto;min-width:160px}.seo-options-row{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;width:100%}.crawl-scope-option{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted)}.crawl-scope-label{white-space:nowrap}.crawl-scope-select{min-width:11rem;padding:.35rem .5rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem}.seo-crawl-hint{margin:0;width:100%}.crawl-progress-block{margin-top:0;width:100%;max-width:28rem}.crawl-progress-block .progress-track{border-radius:999px}.crawl-progress-block .progress-fill{transition:width .25s ease}.crawl-preview-block{width:100%;display:flex;flex-direction:column;gap:.5rem}.crawl-urls-details{width:100%;margin-top:.75rem;color:var(--muted);font-size:.9rem}.crawl-urls-live{max-width:36rem}.crawl-url-review-list,.crawl-url-live-list{list-style:none;margin:.5rem 0 0;padding:0;max-height:16rem;overflow:auto}.crawl-url-review-list li,.crawl-url-live-list li{margin:.25rem 0;width:100%}.crawl-url-review-item{display:flex;align-items:flex-start;gap:.5rem;width:100%;font-size:.88rem;cursor:pointer}.search-card .crawl-url-review-item input[type=checkbox],.crawl-url-review-item input[type=checkbox]{flex:0 0 1rem;flex-shrink:0;width:1rem;min-width:1rem;height:1rem;margin-top:.15rem;padding:0;accent-color:var(--accent)}.crawl-url-review-readonly{opacity:.92;cursor:default}.crawl-url-review-link{flex:1;min-width:0;word-break:break-all;overflow-wrap:anywhere;line-height:1.35}.crawl-url-review-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.crawl-url-review-section .section-body{padding-top:.5rem}.probe-report-warning{margin-bottom:1rem}.probe-audit-error{margin-bottom:0}.seo-probe-hint{margin:0;width:100%}.probe-regenerate-link{display:inline;margin:0;padding:0;border:0;background:none;color:var(--accent);font:inherit;text-decoration:underline;cursor:pointer}.probe-regenerate-link:hover:not(:disabled){color:var(--accent-2)}.probe-regenerate-link:disabled{opacity:.6;cursor:not-allowed;text-decoration:none}.probe-help-details{width:100%;margin-top:.25rem;color:var(--muted);font-size:.9rem}.probe-help-details summary{cursor:pointer;color:var(--accent);font-weight:600}.probe-help-details .field-hint{margin-top:.75rem}.probe-steps{margin:.75rem 0 0;padding-left:1.25rem;color:var(--muted);font-size:.9rem}.probe-steps li+li{margin-top:.35rem}.probe-error{margin-top:0;margin-bottom:0;width:100%}.probe-test-result{margin-top:.75rem;margin-bottom:0;width:100%}.probe-confirm-domain{margin:0 0 .75rem}.probe-confirm-checkbox{display:flex;align-items:flex-start;gap:.5rem;margin:0 0 1rem;font-size:.95rem;color:var(--text);cursor:pointer}.probe-confirm-checkbox input[type=checkbox]{flex:0 0 auto;margin-top:.15rem;accent-color:var(--accent)}.probe-audit-section .url-cell{word-break:break-all}.scanned-internal-urls-details{margin-top:.35rem}.scanned-urls-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.65rem}.scanned-urls-actions .field-hint{margin:0}.gsc-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.75rem}.gsc-file-label{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border-radius:8px;background:var(--bg);border:1px dashed var(--surface-2);cursor:pointer;font-size:.88rem}.gsc-file-label input[type=file]{font-size:.82rem;color:var(--muted)}.gsc-file-title{font-weight:600;color:var(--text)}.gsc-required{color:var(--accent)}.gsc-file-hint{font-size:.8rem;color:var(--muted)}.gsc-file-name{font-size:.8rem;color:var(--success)}.gsc-error,.gsc-domain-warn,.gsc-clear-btn{margin-top:.75rem}.gsc-zip-label{max-width:480px}.gsc-zip-files{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.gsc-zip-files li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .6rem;font-size:.82rem;padding:.35rem .5rem;background:var(--gsc-zip-bg);border-radius:6px}.gsc-zip-file-name{color:var(--text);font-family:ui-monospace,monospace}.gsc-zip-file-role{color:var(--accent);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.gsc-zip-file-meta{color:var(--success);font-size:.78rem}.gsc-visibility-section .section-header{background:#34d39914}.gsc-summary-stats{margin:1rem 0}.gsc-subheading{font-size:1rem;margin:1.25rem 0 .5rem;color:var(--text)}.keyword-strategy-textarea{width:100%;margin:.35rem 0 1rem;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-family:inherit;font-size:.92rem;resize:vertical;min-height:3.5rem}.keyword-strategy-summary{margin-top:1.25rem;padding:1rem;border-radius:10px;background:var(--bg);border:1px solid var(--surface-2)}.keyword-opportunities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:.75rem}.keyword-opportunity-card{padding:1rem;border-radius:10px;background:var(--bg);border:1px solid var(--surface-2)}.keyword-opportunity-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.keyword-opportunity-title{margin:0;font-size:1rem;line-height:1.35}.keyword-opportunity-score{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.keyword-opportunity-score strong{color:var(--accent);font-size:1rem}.keyword-opp-kv{font-size:.85rem;margin-bottom:.5rem}.keyword-opportunity-action{margin:.5rem 0 0;font-size:.9rem}.keyword-strategy-list{margin:.5rem 0 1rem;padding-left:1.25rem}.keyword-strategy-list li{margin-bottom:.65rem}.keyword-strategy-note{margin-top:-.5rem;margin-bottom:1rem}.keyword-description-label-row{margin-top:.75rem;border-bottom:none;padding-bottom:0}.keyword-description-ai-btn{flex-shrink:0;padding:.35rem .75rem;font-size:.82rem}.keyword-description-error{margin-top:.5rem}.keyword-pre-analysis{margin:1rem 0;padding:1rem;border-radius:10px;background:#38bdf80f;border:1px solid rgba(56,189,248,.2)}.keyword-pre-subheading{font-size:.95rem;margin:.75rem 0 .35rem;color:var(--muted)}.badge-source{background:var(--surface-2);color:var(--muted);font-size:.75rem;margin-right:.35rem}.gsc-table{margin-bottom:.5rem}.visibility-level-banner{margin:.75rem 0 1rem;padding:.75rem 1rem;border-radius:8px;background:#6366f114;border:1px solid rgba(99,102,241,.2);display:flex;flex-direction:column;gap:.25rem}.help-glossary-list .badge{font-size:.72rem;vertical-align:middle;margin-right:.15rem}.help-footnote{margin:.5rem 0 0}.help-inline-link{white-space:nowrap;font-weight:600}.score-summary-hint{margin:.75rem 0 0;max-width:36rem}.table-scroll,.table-wrap{overflow-x:auto}.gbp-match-label{font-size:.75rem;margin-top:.15rem}.gbp-results-table .char-count{display:inline-block;min-width:2.75rem;text-align:center}.sitemap-workflow{margin-top:1rem;padding:.85rem 1rem;border-radius:var(--radius);background:var(--gsc-zip-bg);border:1px solid var(--border-subtle)}.sitemap-workflow-intro{margin:0 0 .65rem}.sitemap-steps{margin:0}.sitemap-step-block{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--surface-2)}.sitemap-step-download{margin-top:.5rem;margin-bottom:0}.sitemap-gsc-block{margin-top:1rem;padding:1rem;border:1px solid var(--accent);border-radius:var(--radius);background:var(--gsc-zip-bg)}.sitemap-gsc-heading{font-size:1rem;font-weight:700;margin-bottom:.5rem}.sitemap-gsc-url-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-bottom:.5rem}.sitemap-gsc-link{flex:1;min-width:200px;font-family:ui-monospace,monospace;font-size:.95rem;font-weight:600;word-break:break-all}.sitemap-gsc-copy-btn{flex-shrink:0}.sitemap-gsc-hint{margin:0;font-size:.9rem;color:var(--text);line-height:1.45}.sitemap-secondary-block{margin-top:1rem}.sitemap-secondary-details{margin-top:.75rem}.sitemap-secondary-details>summary{cursor:pointer;font-weight:600;color:var(--muted);margin-bottom:.75rem}.sitemap-copy-block{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--surface-2)}.sitemap-copy-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:stretch;margin-bottom:.35rem}.sitemap-copy-input{flex:1;min-width:200px;font-family:ui-monospace,monospace;font-size:.85rem}.sitemap-xml-details{margin:1rem 0 .75rem}.sitemap-xml-details summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.sitemap-xml-textarea{margin-bottom:.5rem;min-height:160px}.sitemap-copy-actions,.probe-sitemap-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch;margin-top:.5rem}.sitemap-copy-actions{margin-top:.75rem}.sitemap-copy-actions .btn-secondary,.sitemap-copy-actions .btn-llm,.probe-sitemap-actions .btn-secondary,.probe-sitemap-actions .btn-llm{flex:0 1 auto;margin-top:0;padding:.85rem 1.25rem;font-size:.95rem;line-height:1.25;min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:inherit;box-sizing:border-box}.sitemap-copy-actions .btn-llm-primary,.probe-sitemap-actions .btn-llm-primary{padding:.85rem 1.25rem;font-size:.95rem;box-shadow:0 4px 14px #6366f159}@media(max-width:640px){.sitemap-gsc-url-row{flex-direction:column;align-items:stretch}.sitemap-gsc-copy-btn{width:100%}.sitemap-copy-row{flex-direction:column}.sitemap-copy-row .btn-inline{width:100%}}.analytics-filters{align-items:flex-end}.analytics-filter{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted);min-width:140px}.analytics-filter-grow{flex:1;min-width:200px}.analytics-filter input,.analytics-filter select{min-width:0;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--surface-2);background:var(--bg);color:var(--text);font-size:.95rem}.analytics-refresh{align-self:flex-end}.analytics-table-wrap{max-height:70vh;overflow:auto}.analytics-table td{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.analytics-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.score-v2-layers{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem}.score-v2-layer{background:var(--bg);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1rem}.score-v2-layer.layer-na{opacity:.7}.score-v2-layer-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.score-v2-layer-head .layer-label{font-weight:600}.score-v2-layer-head .layer-weight{font-size:.8rem;color:var(--muted, #94a3b8)}.score-v2-layer-head .layer-score{margin-left:auto;font-weight:800;font-size:1.1rem}.layer-score.good,.cat-score.good{color:var(--success)}.layer-score.medium,.cat-score.medium{color:var(--warning)}.layer-score.poor,.cat-score.poor{color:var(--error)}.layer-score.na,.cat-score.na{color:var(--muted, #94a3b8)}.score-v2-bar{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden;margin:.75rem 0}.score-v2-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.score-v2-bar-fill.good{background:var(--success)}.score-v2-bar-fill.medium{background:var(--warning)}.score-v2-bar-fill.poor{background:var(--error)}.score-v2-categories{list-style:none;padding:0;margin:.5rem 0 0}.score-v2-categories li{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.88rem;border-top:1px solid var(--surface-2)}.score-v2-categories .cat-name{flex:1}.score-v2-categories .cat-score{font-weight:700;min-width:3rem;text-align:right}.score-v2-categories .cat-counts{display:flex;gap:.25rem}.layer-note{margin:.5rem 0 0}.serp-preview{background:var(--bg);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1rem 1.25rem;margin:1rem 0;max-width:600px}.serp-preview .serp-url{font-size:.8rem;color:var(--success);word-break:break-all}.serp-preview .serp-title{color:#1a0dab;font-size:1.25rem;line-height:1.3;margin:.15rem 0}[data-theme=dark] .serp-preview .serp-title{color:#8ab4f8}.serp-preview .serp-desc{font-size:.9rem;color:var(--text, #cbd5e1)}.serp-preview .serp-over{position:relative;border-bottom:2px dashed var(--warning)}.serp-pixel-stats{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.serp-pixel-stats li{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.9rem}.perf-redirect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.perf-card h4{margin:0 0 .5rem;font-size:.95rem}
