:root {
    --ink: #18221f;
    --ink-soft: #46554d;
    --muted: #5f6d65;
    --paper: #f5f7f3;
    --card: #ffffff;
    --line: #e2e8e1;
    --line-dark: #d5ddd5;
    --navy: #12231e;
    --lime: #c8f36a;
    --lime-deep: #9bc63e;
    --blue: #8fd4ff;
    --purple: #cdb7ff;
    --orange: #ffc98b;
    --red: #ef8d8d;
    --shadow: 0 14px 35px rgba(24, 34, 31, .06);
    --radius: 18px;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 14px; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 250px; flex: 0 0 250px; background: var(--navy); color: #eef4ee; padding: 26px 18px 20px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; z-index: 20; }
.brand-row { display: flex; align-items: center; justify-content: space-between; padding: 0 10px 28px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand strong { display: block; letter-spacing: -.04em; font-size: 18px; line-height: 1; }
.brand small { display: block; color: #9aa9a1; font-size: 10px; margin-top: 4px; letter-spacing: .02em; }
.brand-mark { width: 27px; height: 27px; position: relative; display: flex; gap: 3px; align-items: flex-end; }
.brand-mark span { width: 6px; background: var(--lime); border-radius: 5px 5px 2px 2px; display: block; }
.brand-mark span:nth-child(1) { height: 12px; opacity: .7; }.brand-mark span:nth-child(2) { height: 21px; }.brand-mark span:nth-child(3) { height: 16px; opacity: .82; }
.workspace-switcher { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); border-radius: 12px; padding: 10px; display: flex; align-items: center; gap: 9px; }
.app-avatar, .large-app-avatar, .user-avatar { display: grid; place-items: center; background: #ecf7d4; color: #3d522c; font-weight: 800; letter-spacing: -.05em; }
.app-avatar { width: 31px; height: 31px; border-radius: 9px; font-size: 11px; }.workspace-copy { flex: 1; min-width: 0; }.workspace-copy strong, .workspace-copy small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.workspace-copy strong { font-size: 12px; }.workspace-copy small { color: #8fa099; font-size: 10px; margin-top: 2px; }.chevron { color: #90a19a; font-size: 16px; }
.main-nav { padding-top: 27px; }.nav-label { padding: 0 12px 9px; color: #75847d; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: 10px; }.nav-label-spaced { display: block; margin-top: 30px; }
.nav-item { color: #aebbb4; display: flex; align-items: center; gap: 11px; border-radius: 10px; padding: 10px 12px; margin: 3px 0; transition: .2s ease; font-size: 13px; }.nav-item:hover { color: #fff; background: rgba(255,255,255,.08); }.nav-item.active { color: var(--navy); background: var(--lime); font-weight: 700; }.nav-icon { width: 18px; text-align: center; font-size: 17px; opacity: .9; }.nav-badge { margin-left: auto; background: rgba(200,243,106,.16); color: var(--lime); border-radius: 20px; padding: 2px 7px; font-size: 10px; }.nav-item.active .nav-badge { background: rgba(18,35,30,.15); color: var(--navy); }
.sidebar-bottom { margin-top: auto; }.source-note { display: flex; gap: 9px; align-items: center; padding: 12px 10px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,243,106,.12); }.source-note strong, .source-note small { display: block; }.source-note strong { font-size: 11px; }.source-note small { color: #8fa099; font-size: 10px; margin-top: 2px; }.sidebar-footer { padding: 15px 10px 0; color: #65776e; font-size: 10px; }.sidebar-footer a { color: #9ead9f; }.footer-dot { padding: 0 5px; }
.main-content { flex: 1; min-width: 0; }.topbar { height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 42px; background: rgba(245,247,243,.8); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 10; }.crumbs { display: flex; gap: 10px; color: var(--muted); font-size: 12px; }.crumbs strong { color: var(--ink); }.crumb-slash { color: #c1c9c3; }.topbar-actions { display: flex; align-items: center; gap: 10px; }.icon-button { border: 0; background: transparent; color: var(--ink-soft); width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; font-size: 19px; }.icon-button:hover { background: #e8eee8; }.notification-button { position: relative; }.notification-button i { position: absolute; width: 5px; height: 5px; background: var(--red); border-radius: 50%; top: 7px; right: 7px; border: 2px solid var(--paper); }.user-chip { display: flex; align-items: center; gap: 7px; margin-left: 8px; font-size: 12px; font-weight: 700; }.user-avatar { width: 30px; height: 30px; border-radius: 50%; background: #dfe8ff; color: #3b537a; }.user-chip .chevron { color: var(--muted); font-size: 13px; }
.page-wrap { max-width: 1440px; margin: 0 auto; padding: 42px 42px 70px; }.tab-panel { display: none; animation: fadeUp .25s ease both; }.tab-panel.active { display: block; } @keyframes fadeUp { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.page-heading { margin-bottom: 28px; }.heading-with-action { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }.eyebrow { margin: 0 0 8px; color: #7d8982; text-transform: uppercase; letter-spacing: .095em; font-size: 10px; font-weight: 800; }.heading-sub { margin: 9px 0 0; color: var(--ink-soft); max-width: 620px; }.page-heading h1 { margin: 0; letter-spacing: -.055em; font-size: clamp(27px, 3vw, 39px); line-height: 1.1; }.live-pill { display: inline-flex; align-items: center; gap: 5px; margin-left: 10px; padding: 4px 8px; border-radius: 20px; background: #edf5e4; color: #627450; text-transform: none; letter-spacing: 0; font-size: 10px; vertical-align: 1px; }.live-pill span { display: block; width: 5px; height: 5px; border-radius: 50%; background: #74b54a; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 38px; padding: 0 15px; border-radius: 9px; border: 1px solid transparent; font-weight: 750; font-size: 12px; transition: .2s ease; }.button-primary { background: var(--navy); color: #f4fae9; }.button-primary:hover { background: #273e35; transform: translateY(-1px); }.button-ghost { background: #fff; color: var(--ink); border-color: var(--line-dark); }.button-ghost:hover { border-color: var(--ink-soft); background: #fbfcfa; }.text-button { border: 0; background: transparent; color: #6f845c; font-size: 11px; font-weight: 800; padding: 5px 0; }.text-button:hover { color: var(--ink); }.small { width: 29px; height: 29px; font-size: 16px; }.mobile-only { display: none; }
.app-summary-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--navy); color: #f4f7f1; border-radius: var(--radius); padding: 22px 25px; margin-bottom: 17px; box-shadow: 0 12px 28px rgba(18,35,30,.1); }.app-summary-main { display: flex; align-items: center; gap: 14px; }.large-app-avatar { width: 58px; height: 58px; border-radius: 16px; background: var(--lime); color: var(--navy); font-size: 19px; }.app-title-line { display: flex; align-items: center; gap: 9px; }.app-title-line h2 { margin: 0; font-size: 18px; letter-spacing: -.035em; }.platform-pill { color: var(--lime); border: 1px solid rgba(200,243,106,.35); border-radius: 20px; padding: 3px 7px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }.app-summary-main p { color: #9eaea6; margin: 4px 0 6px; font-size: 11px; }.app-summary-main a { color: var(--lime); font-size: 11px; font-weight: 700; }.app-summary-facts { display: flex; align-items: center; gap: 30px; }.app-summary-facts > div { min-width: 90px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.14); }.app-summary-facts span, .app-summary-facts small { display: block; color: #91a29a; font-size: 10px; }.app-summary-facts strong { display: block; margin: 3px 0; font-size: 17px; letter-spacing: -.03em; }.app-summary-facts strong em { font-style: normal; color: var(--lime); font-size: 13px; }.app-summary-facts strong span { display: inline; color: #9eaea6; font-size: 11px; font-weight: 500; }.app-summary-facts small.positive { color: var(--lime); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-bottom: 17px; }.metric-card, .panel-card, .report-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.metric-card { padding: 17px 19px 15px; }.metric-top, .metric-bottom { display: flex; align-items: center; justify-content: space-between; }.metric-top { color: var(--ink-soft); font-size: 11px; font-weight: 650; }.metric-card > strong { display: block; font-size: 31px; letter-spacing: -.06em; margin: 14px 0 12px; }.metric-denom { color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: 0; }.metric-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; font-weight: 800; font-size: 15px; }.metric-icon.blue { background: #e8f6ff; color: #4595c7; }.metric-icon.purple { background: #f0eaff; color: #8a6bc5; }.metric-icon.lime { background: #eef8dd; color: #719b2b; }.metric-icon.orange { background: #fff1e3; color: #c98642; }.metric-bottom { font-size: 10px; }.muted { color: var(--muted); }.trend { font-weight: 800; }.trend.positive { color: #6eaa46; }.trend.neutral { color: #a18b70; }
.content-grid { display: grid; gap: 17px; margin-bottom: 17px; }.two-thirds-grid { grid-template-columns: minmax(0, 1.62fr) minmax(330px, .98fr); }.equal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.panel-card { padding: 21px; min-width: 0; }.card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }.card-header h3 { margin: 0; font-size: 14px; letter-spacing: -.015em; }.card-header p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }.select-wrap select { border: 1px solid var(--line); background: #fbfcfa; color: var(--ink-soft); border-radius: 8px; padding: 7px 27px 7px 9px; font-size: 10px; outline: 0; }
.chart-area { display: flex; height: 220px; }.y-axis { width: 25px; display: flex; flex-direction: column; justify-content: space-between; color: #aab4ae; font-size: 9px; padding: 4px 0 23px; }.line-chart { position: relative; flex: 1; min-width: 0; }.chart-grid { position: absolute; inset: 0 0 23px; display: flex; flex-direction: column; justify-content: space-between; }.chart-grid i { border-top: 1px dashed #e5ebe5; display: block; }.line-chart svg { position: absolute; inset: 0 0 23px; width: 100%; height: calc(100% - 23px); overflow: visible; }.x-axis { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; color: #aab4ae; font-size: 9px; }.chart-legend { display: flex; gap: 18px; align-items: center; border-top: 1px solid #edf0ed; padding-top: 14px; color: var(--muted); font-size: 10px; }.chart-legend b { color: #6eaa46; margin-left: 3px; }.legend-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; margin-right: 5px; }.lime-dot { background: var(--lime-deep); }.grey-dot { background: #c5ccc6; }.chart-source { margin-left: auto; font-size: 9px; }
.score-hero { display: flex; align-items: center; gap: 17px; padding: 5px 0 17px; border-bottom: 1px solid #edf0ed; }.score-ring { --score: 77; width: 85px; height: 85px; flex: 0 0 85px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(closest-side, #fff 76%, transparent 77% 100%), conic-gradient(var(--lime-deep) calc(var(--score) * 1%), #eaf0e8 0); }.score-ring strong { display: block; font-size: 25px; letter-spacing: -.08em; line-height: 1; }.score-ring span { color: var(--muted); font-size: 9px; margin-top: 2px; }.score-hero > div:last-child strong { font-size: 13px; }.score-hero > div:last-child p { color: var(--muted); font-size: 11px; margin: 5px 0 0; line-height: 1.45; }.score-list { padding-top: 12px; }.score-row { display: grid; grid-template-columns: 1fr 35px; gap: 8px; align-items: center; margin: 10px 0; font-size: 10px; }.score-row strong { text-align: right; font-size: 10px; }.score-bar { height: 5px; background: #e9eee8; border-radius: 10px; grid-column: 1 / -1; overflow: hidden; }.score-bar i { display: block; height: 100%; background: var(--lime-deep); border-radius: inherit; }.score-bar i.warn { background: var(--orange); }
.bottom-grid { margin-bottom: 12px; }.mini-table { min-height: 185px; }.mini-row { display: grid; grid-template-columns: 1fr 72px 54px; align-items: center; gap: 12px; border-bottom: 1px solid #eef1ee; padding: 12px 0; }.mini-row:last-child { border-bottom: 0; }.mini-row strong { display: block; font-size: 12px; }.mini-row small { color: var(--muted); display: block; font-size: 10px; margin-top: 2px; }.mini-score { display: flex; align-items: center; gap: 5px; font-weight: 800; }.mini-score i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-deep); }.mini-row > span:last-child { text-align: right; color: #73a54c; font-size: 10px; font-weight: 800; }.activity-list { min-height: 185px; }.activity-row { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid #eef1ee; }.activity-row:last-child { border-bottom: 0; }.activity-icon { width: 27px; height: 27px; flex: 0 0 27px; border-radius: 8px; display: grid; place-items: center; background: #eef8dd; color: #73a54c; font-weight: 800; }.activity-icon.gap { background: #fff1e3; color: #c98642; }.activity-icon.review { background: #f0eaff; color: #8a6bc5; }.activity-icon.edit { background: #e8f6ff; color: #4595c7; }.activity-row p { margin: 0; font-size: 11px; line-height: 1.35; }.activity-row small { display: block; color: var(--muted); font-size: 9px; margin-top: 3px; }.disclaimer { color: #8b9690; font-size: 10px; margin: 0; }.disclaimer span { color: #a6b15e; margin-right: 4px; }.disclaimer strong { color: #6a786e; }
.lab-toolbar { display: flex; gap: 10px; margin: -3px 0 18px; }.search-box { flex: 1; display: flex; align-items: center; border: 1px solid var(--line-dark); background: #fff; border-radius: 9px; overflow: hidden; max-width: 580px; }.search-box > span { color: var(--muted); font-size: 20px; padding: 0 11px; }.search-box input { border: 0; outline: 0; flex: 1; min-width: 0; padding: 10px 0; color: var(--ink); font-size: 12px; }.search-box button { border: 0; background: var(--navy); color: #fff; padding: 9px 15px; font-weight: 750; font-size: 11px; align-self: stretch; }.filter-pills { display: flex; gap: 5px; }.filter-pill { border: 1px solid var(--line); border-radius: 20px; padding: 6px 9px; background: #fff; color: var(--muted); font-size: 10px; }.filter-pill b { color: var(--ink-soft); margin-left: 3px; }.filter-pill.active { border-color: #cfe3af; background: #f0f8e3; color: #6f9544; }.data-table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; min-width: 650px; }.data-table th { text-align: left; color: #9ba59e; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; padding: 0 8px 11px; border-bottom: 1px solid var(--line); }.data-table td { padding: 14px 8px; border-bottom: 1px solid #eef1ee; color: var(--ink-soft); font-size: 11px; }.data-table td:first-child { color: var(--ink); font-weight: 750; }.rank-cell { font-weight: 800; color: var(--ink); }.change-up { color: #70a44b; font-weight: 800; }.change-down { color: #bc7474; font-weight: 800; }.status-tag { display: inline-flex; border-radius: 20px; background: #f3f5f2; color: #7b867f; padding: 4px 8px; font-size: 9px; }.status-tag.opportunity, .good-tag { color: #6c9944; background: #eff8e2; }.status-tag.gap { color: #bd7b3c; background: #fff1e3; }.status-tag.improve { color: #8770bd; background: #f0eaff; }.inspector-card { min-height: 365px; }.inspector-empty { min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--muted); }.inspector-empty > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #f1f6ed; color: #7aa54c; font-size: 25px; margin-bottom: 11px; }.inspector-empty strong { color: var(--ink); font-size: 13px; }.inspector-empty p { max-width: 180px; margin: 6px 0; font-size: 11px; }.inspect-metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.inspect-metric { background: #f6f8f5; padding: 11px; border-radius: 10px; }.inspect-metric span, .inspect-metric strong { display: block; }.inspect-metric span { color: var(--muted); font-size: 9px; }.inspect-metric strong { font-size: 17px; margin-top: 3px; }.inspect-note { background: #f0f8e3; color: #6c854f; padding: 11px; border-radius: 9px; margin-top: 12px; font-size: 10px; }
.draft-status { display: inline-flex; align-items: center; gap: 7px; color: #92704e; background: #fff5e9; border: 1px solid #f3dec5; border-radius: 20px; padding: 7px 11px; font-size: 10px; font-weight: 700; }.draft-status i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #da985c; }.metadata-grid { grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); }.editor-card form label { display: block; margin-bottom: 16px; font-size: 11px; font-weight: 750; }.editor-card label > span { float: right; color: var(--muted); font-size: 9px; font-weight: 500; }.editor-card input, .editor-card textarea { display: block; width: 100%; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #fbfcfa; color: var(--ink); padding: 11px 12px; margin-top: 7px; resize: vertical; font-size: 12px; transition: .2s; }.editor-card input:focus, .editor-card textarea:focus { border-color: #a2c46e; box-shadow: 0 0 0 3px rgba(200,243,106,.18); background: #fff; }.char-count { display: block; color: var(--muted); font-size: 9px; margin-top: 4px; text-align: right; }.form-actions { display: flex; justify-content: flex-end; gap: 8px; padding-top: 4px; }.locale-pill { border: 1px solid var(--line); border-radius: 20px; padding: 5px 8px; color: var(--ink-soft); font-size: 10px; }.coverage-score { display: flex; align-items: center; gap: 14px; background: #f5f9ee; border: 1px solid #e2efd0; border-radius: 12px; padding: 14px; }.coverage-number { font-size: 28px; font-weight: 850; letter-spacing: -.08em; color: #6c9944; }.coverage-number span { font-size: 10px; letter-spacing: 0; color: var(--muted); font-weight: 500; }.coverage-score strong { font-size: 11px; }.coverage-score p { margin: 4px 0 0; color: #76836f; font-size: 10px; line-height: 1.35; }.coverage-list { padding: 20px 0; }.coverage-list > div { margin-bottom: 13px; }.coverage-list > div > span { color: var(--ink-soft); font-size: 10px; }.coverage-list > div > strong { float: right; color: var(--ink); font-size: 10px; }.progress { height: 5px; border-radius: 20px; background: #ecf0eb; margin-top: 7px; overflow: hidden; }.progress i { display: block; height: 100%; background: var(--lime-deep); border-radius: inherit; }.progress i.warn-bar { background: var(--orange); }.writing-note { display: flex; gap: 10px; border-top: 1px solid var(--line); padding-top: 15px; }.writing-note > span { color: #91b15a; }.writing-note strong { font-size: 11px; }.writing-note p { color: var(--muted); font-size: 10px; line-height: 1.45; margin: 4px 0 0; }
.competitor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-bottom: 17px; }.competitor-card { padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.competitor-top { display: flex; align-items: center; gap: 10px; }.competitor-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); font-size: 11px; font-weight: 850; }.competitor-top strong { display: block; font-size: 11px; }.competitor-top small { color: var(--muted); display: block; font-size: 9px; margin-top: 2px; }.competitor-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 19px; }.competitor-stats div { background: #f6f8f5; border-radius: 8px; padding: 8px; }.competitor-stats span { color: var(--muted); display: block; font-size: 9px; }.competitor-stats strong { display: block; margin-top: 3px; font-size: 14px; }.comparison-card { min-height: 290px; }.comparison-bars { padding: 12px 0; }.compare-row { display: grid; grid-template-columns: 145px 1fr 72px; gap: 12px; align-items: center; margin: 17px 0; font-size: 11px; }.compare-row > div { height: 9px; background: #edf1ed; border-radius: 20px; overflow: hidden; }.compare-row i { display: block; height: 100%; border-radius: inherit; background: var(--lime-deep); }.compare-row .blue-bar { background: #77bce9; }.compare-row .purple-bar { background: #aa8cdf; }.compare-row .orange-bar { background: #e2a466; }.compare-row strong { color: var(--muted); font-size: 10px; text-align: right; font-weight: 600; }
.report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-bottom: 17px; }.report-card { padding: 22px; }.report-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; font-size: 18px; font-weight: 800; }.report-icon.lime { background: #eff8e2; color: #6f9a44; }.report-icon.blue { background: #e8f6ff; color: #4595c7; }.report-icon.purple { background: #f0eaff; color: #8a6bc5; }.report-card h3 { margin: 17px 0 6px; font-size: 14px; }.report-card p { color: var(--muted); min-height: 35px; margin: 0 0 18px; font-size: 11px; }.export-ready { color: #6c9944; background: #eff8e2; border-radius: 20px; padding: 5px 9px; font-size: 9px; font-weight: 750; }.report-preview-body { display: grid; grid-template-columns: 180px 1fr; gap: 35px; padding-top: 9px; }.preview-score { border-right: 1px solid var(--line); }.preview-score span, .preview-score strong, .preview-score em { display: block; }.preview-score span { color: var(--muted); font-size: 10px; }.preview-score strong { font-size: 42px; letter-spacing: -.09em; margin: 7px 0 2px; }.preview-score small { color: var(--muted); font-size: 12px; letter-spacing: 0; }.preview-score em { color: #72a54a; font-style: normal; font-size: 10px; font-weight: 800; }.preview-summary strong { font-size: 12px; }.preview-summary ol { margin: 9px 0 0; padding-left: 18px; color: var(--ink-soft); font-size: 11px; line-height: 2; }
.settings-card { min-height: 290px; }.settings-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 0; border-bottom: 1px solid #eef1ee; }.settings-row strong, .settings-row span { display: block; }.settings-row strong { font-size: 11px; }.settings-row div > span { color: var(--muted); font-size: 10px; margin-top: 3px; }.check-list { list-style: none; padding: 0; margin: 0 0 25px; }.check-list li { display: flex; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eef1ee; color: var(--ink-soft); font-size: 11px; }.check-list li span { color: #74a44c; font-weight: 900; }.full-button { width: 100%; }
.toast { position: fixed; right: 25px; bottom: 24px; display: flex; align-items: center; gap: 9px; transform: translateY(100px); opacity: 0; pointer-events: none; padding: 11px 14px; border-radius: 10px; background: var(--navy); color: #fff; box-shadow: 0 12px 30px rgba(18,35,30,.22); transition: .28s ease; z-index: 100; }.toast.show { transform: none; opacity: 1; }.toast > span { color: var(--lime); font-weight: 900; }.toast p { margin: 0; font-size: 11px; }

@media (max-width: 1160px) { .page-wrap, .topbar { padding-left: 27px; padding-right: 27px; }.app-summary-card { align-items: flex-start; flex-direction: column; }.app-summary-facts { width: 100%; }.app-summary-facts > div:first-child { border-left: 0; padding-left: 0; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.competitor-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 880px) { .sidebar { position: fixed; left: -270px; transition: left .25s ease; box-shadow: 20px 0 40px rgba(0,0,0,.15); }.sidebar.open { left: 0; }.main-content { width: 100%; }.mobile-only { display: grid; }.topbar { gap: 12px; }.crumbs { flex: 1; }.user-name { display: none; }.two-thirds-grid, .metadata-grid { grid-template-columns: 1fr; }.score-card { min-height: auto; } }
@media (max-width: 600px) { .page-wrap { padding: 28px 15px 50px; }.topbar { height: 63px; padding: 0 15px; }.topbar-actions { gap: 1px; }.user-chip { margin-left: 2px; }.heading-with-action { display: block; }.heading-with-action .button, .heading-with-action .draft-status { margin-top: 18px; }.app-summary-card { padding: 18px; }.app-summary-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.app-summary-facts > div { padding-left: 10px; min-width: 0; }.app-summary-facts strong { font-size: 14px; }.app-summary-facts small { font-size: 8px; }.stats-grid, .equal-grid, .competitor-grid, .report-grid { grid-template-columns: 1fr; }.metric-card > strong { margin: 9px 0; }.chart-legend { flex-wrap: wrap; gap: 8px 15px; }.chart-source { width: 100%; margin-left: 0; }.panel-card { padding: 16px; }.card-header { gap: 8px; }.card-header p { max-width: 210px; }.lab-toolbar { flex-wrap: wrap; }.search-box { flex-basis: 100%; max-width: none; }.lab-toolbar .button { flex: 1; }.filter-pills { display: flex; flex-wrap: wrap; margin-top: 9px; }.report-preview-body { grid-template-columns: 1fr; gap: 18px; }.preview-score { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 15px; }.compare-row { grid-template-columns: 100px 1fr; gap: 8px; }.compare-row strong { grid-column: 1 / -1; text-align: left; }.page-heading h1 { font-size: 31px; } }

/* Light-theme readability: keep the calm palette, but make informational text
   clear enough to read on white cards and the pale canvas. */
.eyebrow,
.data-table th,
.y-axis,
.x-axis { color: #5f6c64; }
.data-table td,
.check-list li,
.preview-summary ol { color: var(--ink-soft); }
.status-tag { color: #536159; }
.connector-status-detail { display: grid; gap: 4px; margin-top: 12px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #f8faf7; color: var(--muted); font-size: 10px; line-height: 1.45; overflow-wrap: anywhere; }.connector-status-detail b { color: var(--ink); font-weight: 750; }.connector-status-warning { display: block; color: #a46b35; background: #fff5e9; border-radius: 7px; padding: 6px 8px; font-weight: 700; }.connector-status-error { display: block; color: #a65e5e; background: #fff0f0; border-radius: 7px; padding: 6px 8px; font-weight: 700; }
.search-box input::placeholder,
.editor-card input::placeholder,
.editor-card textarea::placeholder,
.bulk-keyword-input::placeholder { color: #6b7870; opacity: 1; }
.chart-grid i { border-top-color: #d5ddd7; }
.chart-legend,
.disclaimer,
.disclaimer strong { color: var(--muted); }

.research-play-manual { margin: 17px 0; border-color: #dfead1; background: #fbfdf8; }
.research-manual-label { display: block; color: var(--ink); font-size: 11px; font-weight: 750; }
.research-manual-label > span { float: right; color: var(--muted); font-size: 9px; font-weight: 500; }
.research-manual-input { display: block; width: 100%; min-height: 130px; margin-top: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); resize: vertical; outline: 0; font-size: 12px; line-height: 1.55; }
.research-manual-input:focus { border-color: #a2c46e; box-shadow: 0 0 0 3px rgba(200,243,106,.18); }
.research-manual-toolbar { display: flex; align-items: flex-end; gap: 10px; flex-wrap: wrap; margin-top: 13px; }
.research-manual-toolbar label { display: grid; gap: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.research-manual-toolbar select, .research-manual-toolbar input { min-height: 38px; min-width: 150px; padding: 0 10px; border: 1px solid var(--line-dark); border-radius: 9px; background: #fff; color: var(--ink); outline: 0; font-size: 11px; }
.research-manual-toolbar input { min-width: 220px; }
.research-play-limit-card { margin-top: 17px; border-color: #f0dfca; background: #fffdf9; }
.research-limit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 17px 0; }
.research-limit-grid > div { padding: 13px; border: 1px solid #f1e5d7; border-radius: 10px; background: #fff; }
.research-limit-grid strong, .research-limit-grid span { display: block; }
.research-limit-grid strong { font-size: 11px; color: var(--ink); }
.research-limit-grid span { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.research-card-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.research-mode-tab:disabled { cursor: not-allowed; opacity: .48; }

@media (max-width: 700px) { .research-limit-grid { grid-template-columns: 1fr; }.research-manual-label > span { float: none; display: block; margin-top: 4px; }.research-manual-toolbar > label, .research-manual-toolbar select, .research-manual-toolbar input { width: 100%; min-width: 0; }.research-manual-toolbar .button { flex: 1; } }
