:root {
  color: #18201d;
  background: #f3f5f2;
  font-family: Inter, Pretendard, "Noto Sans KR", "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #18201d;
  --muted: #6f7974;
  --line: #dfe4e0;
  --panel: #ffffff;
  --green: #186443;
  --green-soft: #e2f1e8;
  --blue: #2764d7;
  --blue-soft: #e8eefc;
  --violet: #7250b3;
  --violet-soft: #eee9f8;
  --shadow: 0 18px 45px rgba(31, 50, 41, .08);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 90% 3%, #e3eee7 0, transparent 31rem), #f3f5f2; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled, select:disabled { cursor: not-allowed; opacity: .5; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.topbar { height: 76px; padding: 0 max(24px, calc((100vw - 1400px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(205,213,208,.85); background: rgba(248,250,247,.86); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: #fff; font: 800 19px/1 Georgia, serif; background: #1c5b40; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { color: #7a847f; font-size: 10px; letter-spacing: .11em; margin-top: 2px; text-transform: uppercase; }
.mode-badge { display: flex; align-items: center; gap: 8px; border: 1px solid #cbd8d0; background: #f8fbf9; color: #315c49; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 700; }
.mode-badge span { width: 7px; height: 7px; border-radius: 50%; background: #37a56d; box-shadow: 0 0 0 4px #e1f2e8; }
main { width: min(1400px, calc(100% - 48px)); margin: 0 auto; padding: 52px 0 80px; }
.intro { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 32px; }
.eyebrow { margin: 0 0 9px; text-transform: uppercase; color: #47705d; font-size: 11px; letter-spacing: .14em; font-weight: 800; }
h1 { margin: 0; max-width: 730px; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(36px, 4.2vw, 62px); line-height: 1.07; letter-spacing: -.045em; font-weight: 500; }
.intro-copy { color: var(--muted); margin: 18px 0 0; font-size: 15px; line-height: 1.65; }
.scope-note { min-width: 320px; display: flex; gap: 14px; align-items: center; padding: 18px 20px; border: 1px solid #d8dfda; border-radius: 18px; background: rgba(255,255,255,.62); }
.scope-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #e6efe9; color: #246346; font-weight: 800; }
.scope-note strong, .scope-note span { display: block; }
.scope-note strong { font-size: 13px; }
.scope-note div span { color: var(--muted); font-size: 11px; margin-top: 4px; }
.admin-actions { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 18px; border: 1px solid #d6dfd9; border-radius: 20px; padding: 20px 22px; background: linear-gradient(125deg,#fffefb,#f1f7f3); box-shadow: 0 10px 28px rgba(31,50,41,.05); }
.admin-actions h2 { font-size: 18px; }
.admin-actions > div:first-child > p:last-child { margin: 7px 0 0; color: #748078; font-size: 11px; }
.admin-action-buttons { display: grid; grid-template-columns: repeat(4,minmax(150px,1fr)); gap: 10px; }
.admin-action-button { position: relative; min-width: 180px; min-height: 68px; border: 1px solid #d7ddd9; border-radius: 14px; padding: 12px 48px 12px 14px; background: #fff; color: #26362e; text-align: left; box-shadow: 0 5px 14px rgba(31,50,41,.04); transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.admin-action-button:hover { border-color: #7d9a8a; transform: translateY(-1px); box-shadow: 0 9px 20px rgba(31,50,41,.09); }
.admin-action-button span,.admin-action-button small { display: block; }
.admin-action-button span { font-size: 12px; font-weight: 900; }
.admin-action-button small { margin-top: 5px; color: #818b85; font-size: 9px; }
.admin-action-button em { position: absolute; top: 50%; right: 14px; min-width: 26px; height: 26px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: #285f47; font-size: 9px; font-style: normal; font-weight: 900; transform: translateY(-50%); }
.admin-action-button.approval em { background: #b66f2d; }
.admin-action-button.keyword-sets em { background: #466f8e; }
.admin-action-button.readiness em { background: #745b92; }
.operational-readiness { order: 2; margin-bottom: 14px; border: 1px solid #dcd7e4; border-top: 4px solid #745b92; border-radius: 20px; background: rgba(255,254,251,.96); box-shadow: var(--shadow); overflow: hidden; }
.operational-readiness-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 25px 28px 17px; }
.operational-readiness-heading h2 { margin: 0; }
.readiness-overall { display: grid; justify-items: end; gap: 5px; }
.readiness-overall small { color: #89848e; font-size: 9px; }
.readiness-status { display: inline-flex; align-items: center; border-radius: 999px; padding: 7px 10px; font-size: 9px; font-weight: 900; }
.readiness-status.READY { color: #246244; background: #e5f2e9; }
.readiness-status.ACTION_REQUIRED { color: #8b5a18; background: #fff0d1; }
.readiness-status.EXTERNAL_REQUIRED { color: #654b82; background: #eee7f5; }
.readiness-boundary { display: flex; flex-wrap: wrap; gap: 7px 13px; margin: 0 28px 17px; border: 1px solid #ded5e8; border-radius: 12px; padding: 11px 13px; color: #5f4778; background: #f6f2f9; }
.readiness-boundary strong { font-size: 10px; }.readiness-boundary span { color: #756c7e; font-size: 10px; }
.readiness-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 0 28px 14px; }
.readiness-summary article { border: 1px solid #e2dce8; border-radius: 13px; padding: 13px 14px; background: #fbf9fc; }
.readiness-summary span,.readiness-summary strong { display: block; }.readiness-summary span { color: #7b7481; font-size: 9px; font-weight: 850; }.readiness-summary strong { margin-top: 7px; font-size: 22px; }
.readiness-workload { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 0 28px 17px; border: 1px solid #e5e1e8; border-radius: 13px; background: #e5e1e8; overflow: hidden; }
.readiness-workload div { padding: 11px 13px; background: #f8f6f9; }.readiness-workload span,.readiness-workload strong { display: block; }.readiness-workload span { color: #817b86; font-size: 8px; }.readiness-workload strong { margin-top: 5px; font-size: 16px; }
.readiness-items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 0 28px 28px; }
.readiness-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px 12px; align-items: start; border: 1px solid #e2dfe4; border-radius: 14px; padding: 14px; background: #fff; }
.readiness-item h3 { margin: 0; color: #2e3431; font-size: 11px; }.readiness-item p { grid-column: 1 / -1; margin: 0; color: #747a76; font-size: 9px; line-height: 1.55; }.readiness-item small { grid-column: 1 / -1; color: #8b6b52; font-size: 8px; line-height: 1.5; }
.readiness-item .readiness-status { padding: 4px 7px; font-size: 7px; }
.readiness-item-scope { color: #8c8790; font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.admin-panel-highlight { animation: admin-panel-highlight 1.6s ease-out; }
@keyframes admin-panel-highlight { 0%,25% { box-shadow: 0 0 0 4px rgba(210,130,65,.25); } 100% { box-shadow: none; } }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.summary-card { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.85); padding: 19px 21px; box-shadow: 0 8px 25px rgba(40,57,49,.035); position: relative; overflow: hidden; }
.summary-card::after { content: ""; position: absolute; right: -25px; top: -25px; width: 78px; height: 78px; border-radius: 50%; background: var(--green-soft); opacity: .7; }
.summary-card.accent-blue::after { background: var(--blue-soft); }
.summary-card.accent-green::after { background: #dff2e8; }
.summary-card.accent-violet::after { background: var(--violet-soft); }
.summary-card span, .summary-card small, .summary-card strong { display: block; }
.summary-card span { color: #69736e; font-size: 12px; font-weight: 700; }
.summary-card strong { margin: 10px 0 4px; font-size: 28px; letter-spacing: -.03em; }
.summary-card small { color: #8a928e; font-size: 11px; }
.coverage-workspace { margin-bottom: 18px; border: 1px solid #dce4df; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); overflow: hidden; }
.coverage-heading { display: flex; justify-content: space-between; align-items: end; padding: 25px 28px 18px; }
.coverage-heading > p { color: var(--muted); font-size: 11px; margin: 0; text-align: right; }
.coverage-boundary { display: flex; flex-wrap: wrap; gap: 7px 13px; align-items: center; margin: 0 28px 16px; border: 1px solid #dbe3ed; border-radius: 12px; padding: 11px 13px; color: #355a82; background: #f1f5fb; }
.coverage-boundary strong { font-size: 11px; }.coverage-boundary span { color: #687b8e; font-size: 10px; }
.coverage-notice { margin: 0 28px 16px; border: 1px solid #f2cfc8; border-radius: 11px; padding: 11px 13px; color: #8a3f36; background: #fff0ed; font-size: 11px; }
.coverage-metrics { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; padding: 0 28px 22px; }
.coverage-metric { min-width: 0; border: 1px solid #e2e7e3; border-radius: 14px; padding: 14px; background: #fbfcfb; }
.coverage-metric span,.coverage-metric strong,.coverage-metric small { display: block; }.coverage-metric span { color: #737e78; font-size: 10px; font-weight: 800; }.coverage-metric strong { margin: 8px 0 4px; font-size: 22px; letter-spacing: -.03em; }.coverage-metric small { color: #8a938e; font-size: 9px; line-height: 1.45; }
.coverage-metric.coverage-primary { border-color: #cfe0d6; background: #edf6f0; }.coverage-metric.coverage-primary strong { color: #1b6542; font-size: 27px; }
.coverage-table-shell { border-top: 1px solid #e7ebe8; overflow-x: auto; }.coverage-table-shell table { min-width: 940px; }.coverage-table-shell tbody tr:last-child td { border-bottom: 0; }
.coverage-keyword { display: block; font-size: 12px; }.coverage-priority { display: block; margin-top: 3px; color: #89918d; font-size: 9px; }
.coverage-empty { padding: 38px 24px; text-align: center; color: #7d8681; }.coverage-empty strong { display: block; color: #4d5852; font-size: 13px; }.coverage-empty p { margin: 6px 0 0; font-size: 10px; }
.discovery-workspace { margin-bottom: 18px; border: 1px solid #dce4df; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); overflow: hidden; }
.discovery-heading { display: flex; justify-content: space-between; align-items: end; padding: 25px 28px 18px; }
.discovery-heading > p { color: var(--muted); font-size: 11px; margin: 0; text-align: right; }
.discovery-boundary { display: flex; flex-wrap: wrap; gap: 7px 13px; align-items: center; margin: 0 28px 18px; border: 1px solid #d9e5df; border-radius: 12px; padding: 11px 13px; color: #2c654b; background: #eff7f2; }
.discovery-boundary strong { font-size: 11px; }.discovery-boundary span { color: #6b7b73; font-size: 10px; }
.discovery-notice { margin: 0 28px 18px; border: 1px solid #f2cfc8; border-radius: 11px; padding: 11px 13px; color: #8a3f36; background: #fff0ed; font-size: 11px; }
.discovery-batches { display: grid; gap: 14px; padding: 0 28px 26px; }
.discovery-card { border: 1px solid #e0e6e2; border-radius: 17px; overflow: hidden; background: #fff; }
.discovery-card-header { display: flex; justify-content: space-between; gap: 16px; align-items: start; padding: 17px 18px 13px; }
.discovery-card-header strong,.discovery-card-header small { display: block; }.discovery-card-header strong { font-size: 13px; }.discovery-card-header small { margin-top: 4px; color: #7e8883; font-size: 10px; }
.discovery-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 0 18px 14px; }
.discovery-metric { min-width: 0; border: 1px solid #e5e9e6; border-radius: 12px; padding: 11px 12px; background: #fafbfa; }
.discovery-metric span,.discovery-metric strong,.discovery-metric small { display: block; }.discovery-metric span { color: #7a847f; font-size: 9px; font-weight: 800; }.discovery-metric strong { margin-top: 6px; font-size: 15px; }.discovery-metric small { margin-top: 3px; color: #8a938e; font-size: 9px; line-height: 1.4; }
.discovery-reason { margin: 0 18px 15px; border-left: 3px solid #78a28c; padding: 3px 11px; }.discovery-reason span { color: #728078; font-size: 9px; font-weight: 800; }.discovery-reason p { margin: 4px 0 0; font-size: 11px; line-height: 1.5; }.discovery-reason small { display: block; margin-top: 5px; }
.discovery-table-shell { border-top: 1px solid #e8ece9; overflow-x: auto; }.discovery-table-shell table { min-width: 920px; }.discovery-table-shell th:first-child,.discovery-table-shell td:first-child { padding-left: 18px; }.discovery-table-shell th:last-child,.discovery-table-shell td:last-child { padding-right: 18px; }.discovery-table-shell td { padding-top: 12px; padding-bottom: 12px; }
.discovery-keyword { display: block; font-size: 11px; }.discovery-keyword-meta { display: block; margin-top: 3px; color: #89918d; font-size: 9px; }.discovery-error { color: #984b42; overflow-wrap: anywhere; }
.discovery-SUCCEEDED { background: #e0f1e8; color: #1c6542; }.discovery-PARTIAL,.discovery-RUNNING { background: #fff1d7; color: #865d18; }.discovery-FAILED { background: #f8e4e2; color: #93463e; }.discovery-PENDING,.discovery-SKIPPED { background: #f0f1f0; color: #68716c; }
.discovery-loading,.discovery-empty { padding: 38px 24px; text-align: center; color: #7d8681; border: 1px dashed #d7ddd9; border-radius: 14px; }.discovery-empty { margin: 0 28px 26px; }.discovery-empty strong { display: block; color: #4d5852; font-size: 13px; }.discovery-empty p { margin: 6px 0 0; font-size: 10px; }
.contact-review-workspace { margin-bottom: 18px; border: 1px solid #dce4df; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); overflow: hidden; }
.contact-review-heading { display: flex; justify-content: space-between; align-items: end; padding: 25px 28px 18px; }.contact-review-heading > p { color: var(--muted); font-size: 11px; margin: 0; text-align: right; }
.contact-review-boundary { display: flex; flex-wrap: wrap; gap: 7px 13px; align-items: center; margin: 0 28px 18px; border: 1px solid #dfd9eb; border-radius: 12px; padding: 11px 13px; color: #604b80; background: #f6f2fa; }.contact-review-boundary strong { font-size: 11px; }.contact-review-boundary span { color: #786e88; font-size: 10px; }
.contact-review-metrics { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; padding: 0 28px 20px; }.contact-review-metric { min-width: 0; border: 1px solid #e4e1e9; border-radius: 14px; padding: 13px 14px; background: #fbfafc; }.contact-review-metric span,.contact-review-metric strong,.contact-review-metric small { display: block; }.contact-review-metric span { color: #78727f; font-size: 10px; font-weight: 800; }.contact-review-metric strong { margin: 7px 0 4px; font-size: 22px; }.contact-review-metric small { color: #908a96; font-size: 9px; line-height: 1.4; }.contact-review-metric.contact-review-primary { border-color: #d9cce8; background: #f2ebf8; }.contact-review-metric.contact-review-primary strong { color: #654487; font-size: 26px; }
.contact-review-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 14px 28px; border-top: 1px solid #ebe8ee; background: #fcfbfd; }.contact-review-toolbar label { display: grid; gap: 6px; }.contact-review-toolbar label span { color: #716a78; font-size: 9px; font-weight: 800; }.contact-review-toolbar select { height: 36px; min-width: 180px; border: 1px solid #d8d2df; border-radius: 9px; padding: 0 10px; background: #fff; color: #49434f; font-size: 11px; }.contact-review-toolbar p { margin: 0; color: #7e7883; font-size: 10px; text-align: right; }
.contact-review-notice { margin: 16px 28px 0; border: 1px solid #f2cfc8; border-radius: 11px; padding: 11px 13px; color: #8a3f36; background: #fff0ed; font-size: 11px; }
.contact-review-table-shell { min-height: 190px; overflow-x: auto; border-top: 1px solid #ebe8ee; }.contact-review-table-shell table { min-width: 1120px; }.contact-review-table-shell tbody tr:last-child td { border-bottom: 0; }
.contact-review-creator { min-width: 210px; }.contact-review-profile { display: block; margin-top: 3px; color: #756e7d; font-size: 10px; text-decoration: none; }.contact-review-profile:hover,.contact-review-source-link:hover { color: #68468b; text-decoration: underline; }
.contact-review-action { display: block; max-width: 175px; margin-top: 5px; color: #85808a; font-size: 9px; line-height: 1.4; }.contact-review-counts strong,.contact-review-counts span { display: block; }.contact-review-counts strong { font-size: 11px; }.contact-review-counts span { margin-top: 3px; color: #817b86; font-size: 9px; }.contact-review-source-link { color: #60477a; font-size: 10px; font-weight: 800; text-decoration: none; }.contact-review-assignee { font-size: 11px; }
.contact-review-PENDING_REVIEW { background: #fff1d7; color: #865d18; }.contact-review-NEEDS_SOURCE { background: #e9eff8; color: #3c618e; }.contact-review-REVIEWED_NO_USABLE { background: #f8e4e2; color: #93463e; }.contact-review-VERIFIED_AVAILABLE { background: #e0f1e8; color: #1c6542; }
.contact-review-empty { padding: 42px 24px; text-align: center; color: #7d7682; }.contact-review-empty strong { display: block; color: #504957; font-size: 13px; }.contact-review-empty p { margin: 6px 0 0; font-size: 10px; }
.contact-review-pagination { display: flex; justify-content: space-between; align-items: center; padding: 15px 28px; border-top: 1px solid #ebe8ee; color: #756f79; font-size: 10px; }.contact-review-pagination label,.contact-review-pagination > div { display: flex; gap: 9px; align-items: center; }.contact-review-pagination select { height: 31px; border: 1px solid #d8d2df; border-radius: 8px; background: #fff; color: #5f5865; font-size: 10px; }
.workspace { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.workspace-heading { display: flex; justify-content: space-between; align-items: end; padding: 26px 28px 20px; }
h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.workspace-heading > p { color: var(--muted); font-size: 12px; margin: 0; }
.filters { display: grid; grid-template-columns: minmax(210px,1.25fr) minmax(230px,1.4fr) repeat(6,minmax(118px,.72fr)); gap: 12px; padding: 18px 28px; border-top: 1px solid #edf0ee; border-bottom: 1px solid #e7ebe8; background: #fafbfa; align-items: end; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field > span:first-child { color: #68726d; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.field input, .field select { width: 100%; height: 40px; border: 1px solid #d5dbd7; border-radius: 10px; background: #fff; color: var(--ink); padding: 0 11px; outline: none; font-size: 12px; }
.field input:focus, .field select:focus { border-color: #488267; box-shadow: 0 0 0 3px rgba(43,119,83,.11); }
.field input:disabled, .field select:disabled { background: #f0f2f0; color: #a0a7a3; cursor: not-allowed; }
.search-input, .suffix-input { position: relative; display: flex; align-items: center; }
.search-input > span { position: absolute; left: 11px; color: #7e8783; font-size: 18px; transform: rotate(-12deg); }
.search-input input { padding-left: 34px; }
.suffix-input > span { position: absolute; right: 11px; color: #7e8783; font-size: 11px; }
.suffix-input input { padding-right: 28px; }
.filter-actions { display: flex; gap: 8px; grid-column: -3 / -1; justify-content: end; }
.button { height: 40px; border-radius: 10px; padding: 0 17px; font-size: 12px; font-weight: 800; border: 1px solid transparent; }
.button.primary { color: #fff; background: #1d6244; box-shadow: 0 7px 15px rgba(29,98,68,.14); }
.button.secondary { border-color: #d5dbd7; background: #fff; color: #626c67; }
.notice { margin: 18px 28px 0; border-radius: 12px; padding: 12px 14px; color: #8a3f36; background: #fff0ed; border: 1px solid #f2cfc8; font-size: 12px; }
.notice.success { color: #1c6542; background: #e7f5ed; border-color: #c2e3d0; }
.table-shell { min-height: 300px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 920px; }
th { color: #7a837f; background: #fcfdfc; padding: 12px 18px; border-bottom: 1px solid #e7ebe8; text-align: left; font-size: 10px; text-transform: uppercase; letter-spacing: .065em; }
th:first-child, td:first-child { padding-left: 28px; }
th:last-child, td:last-child { padding-right: 28px; }
td { padding: 15px 18px; border-bottom: 1px solid #edf0ee; font-size: 12px; vertical-align: middle; }
tbody tr { transition: background .16s ease; }
tbody tr:hover { background: #f8faf8; }
.creator-cell { display: flex; gap: 12px; align-items: center; min-width: 230px; }
.avatar { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #245d44; background: linear-gradient(145deg,#e8f1eb,#dce9e1); font-weight: 900; }
.creator-cell strong, .creator-cell span { display: block; }
.creator-link { border: 0; padding: 0; background: transparent; color: #19221e; font-weight: 800; text-align: left; }
.creator-link:hover { color: #1d6c49; text-decoration: underline; }
.creator-cell span { color: #8a928e; font-size: 10px; margin-top: 3px; }
.score-value { font-size: 17px; font-weight: 850; letter-spacing: -.03em; }
.score-value.empty { color: #abb1ae; font-weight: 600; }
.sub-value { color: #87908b; font-size: 10px; display: block; margin-top: 3px; }
.progress { appearance: none; display: block; width: 74px; height: 5px; border: 0; background: #e6ebe7; border-radius: 9px; overflow: hidden; margin-top: 6px; }
.progress::-webkit-progress-bar { background: #e6ebe7; border-radius: 9px; }
.progress::-webkit-progress-value { background: #4f846a; border-radius: 9px; }
.progress::-moz-progress-bar { background: #4f846a; border-radius: 9px; }
.badge { display: inline-flex; align-items: center; white-space: nowrap; border-radius: 999px; padding: 5px 8px; font-size: 10px; font-weight: 800; background: #eff2f0; color: #65706a; }
.grade-A { background: #dff1e7; color: #19603e; }
.grade-B { background: #e6eefb; color: #315da9; }
.grade-C { background: #eee9f8; color: #65469b; }
.grade-D { background: #f0f1f0; color: #747c78; }
.status-APPROVED, .status-REPLIED, .status-COLLABORATING { background: #e0f1e8; color: #1c6542; }
.status-PENDING_REVIEW, .status-NEGOTIATING { background: #fff1d7; color: #865d18; }
.status-REJECTED, .status-DECLINED { background: #f8e4e2; color: #93463e; }
.open-detail { border: 1px solid #d8ded9; width: 31px; height: 31px; border-radius: 9px; background: #fff; color: #4e5d55; }
.open-detail:hover { border-color: #69917d; background: #f3f8f5; }
.empty-state { text-align: center; padding: 66px 20px; color: #7d8681; }
.empty-state > span { width: 42px; height: 42px; border: 1px solid #ccd3cf; display: grid; place-items: center; margin: 0 auto 13px; border-radius: 50%; }
.empty-state strong { color: #4d5852; display: block; font-size: 14px; }
.empty-state p { font-size: 11px; }
.loading-row td { padding: 62px 28px; text-align: center; color: #7f8883; }
.pagination { display: flex; justify-content: space-between; align-items: center; padding: 17px 28px; border-top: 1px solid #e7ebe8; color: #717a75; font-size: 11px; }
.pagination label, .pagination > div { display: flex; gap: 10px; align-items: center; }
.pagination select, .page-button { border: 1px solid #d7ddd9; border-radius: 8px; background: #fff; height: 32px; color: #59645e; font-size: 11px; }
.pagination select { padding: 0 8px; }.page-button { padding: 0 11px; }.page-button:disabled { opacity: .45; cursor: not-allowed; }
dialog { width: min(920px, calc(100vw - 32px)); max-height: calc(100vh - 36px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 30px 90px rgba(17,32,24,.25); overflow: auto; }
dialog::backdrop { background: rgba(18,28,23,.48); backdrop-filter: blur(3px); }
.dialog-header { position: sticky; top: 0; z-index: 3; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); display: flex; justify-content: space-between; align-items: center; padding: 22px 26px 18px; border-bottom: 1px solid #e5e9e6; }
.icon-button { width: 36px; height: 36px; border: 1px solid #d8ded9; border-radius: 10px; background: #fff; color: #5b6660; font-size: 22px; }
.detail-loading { padding: 70px 26px; color: #7b8580; text-align: center; }
#detail-content { padding: 24px 26px 32px; }
.detail-hero { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; padding: 21px; border-radius: 18px; background: #f2f6f3; border: 1px solid #e1e8e3; }
.detail-identity { display: flex; gap: 15px; align-items: center; }.detail-identity .avatar { width: 48px; height: 48px; font-size: 17px; }.detail-identity h3 { margin: 0; font-size: 19px; }.detail-identity p { margin: 5px 0 0; color: #75807a; font-size: 11px; }
.profile-link { text-decoration: none; border: 1px solid #cad7cf; color: #285f45; border-radius: 10px; padding: 9px 12px; font-size: 11px; font-weight: 800; background: #fff; }
.detail-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 14px 0 24px; }
.detail-metric { border: 1px solid #e3e8e4; border-radius: 14px; padding: 14px; }.detail-metric span, .detail-metric strong { display: block; }.detail-metric span { color: #7a837f; font-size: 10px; }.detail-metric strong { margin-top: 7px; font-size: 16px; }
.detail-section { margin-top: 24px; }.detail-section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }.detail-section h3 { margin: 0; font-size: 14px; }.detail-section-heading span { color: #85908a; font-size: 10px; }
.detail-table { min-width: 0; border: 1px solid #e3e8e4; border-radius: 14px; overflow: hidden; }.detail-table table { min-width: 650px; }.detail-table th:first-child, .detail-table td:first-child { padding-left: 15px; }.detail-table th:last-child, .detail-table td:last-child { padding-right: 15px; }.detail-table td { padding: 12px 15px; }
.contact-list, .activity-list { display: grid; gap: 9px; }.contact-card, .activity-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: start; border: 1px solid #e1e6e2; border-radius: 14px; padding: 13px 14px; }.contact-icon { width: 34px; height: 34px; border-radius: 10px; background: #eef3ef; display: grid; place-items: center; color: #38664f; font-weight: 900; }.contact-card strong, .contact-card small { display: block; }.contact-card strong { font-size: 12px; overflow-wrap: anywhere; }.contact-card small, .activity-card small { color: #7d8782; font-size: 10px; margin-top: 4px; line-height: 1.5; }.source-link { color: #356b50; font-size: 10px; font-weight: 700; }
.contact-card > div:last-child { display: grid; justify-items: end; gap: 8px; }.contact-review-button { height: 30px; border: 1px solid #d8cce5; border-radius: 8px; padding: 0 10px; color: #60447d; background: #f7f2fb; font-size: 10px; font-weight: 800; }.contact-review-button:hover { border-color: #9271b2; background: #f1e8f8; }
.activity-card { grid-template-columns: 9px 1fr auto; }.activity-dot { width: 8px; height: 8px; border-radius: 50%; background: #63a17f; margin-top: 4px; }.activity-card p { margin: 0; font-size: 11px; line-height: 1.55; }
.detail-empty { border: 1px dashed #d7ddd9; border-radius: 13px; padding: 20px; color: #7e8782; text-align: center; font-size: 11px; }
.content-tracking { border-top: 1px solid #e7ebe8; padding-top: 22px; }
.tracking-boundary { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; border: 1px solid #dbe3ed; background: #f1f5fb; color: #355a82; border-radius: 11px; padding: 10px 12px; margin-bottom: 10px; }
.tracking-boundary strong { font-size: 10px; }.tracking-boundary span { color: #6a7b8e; font-size: 10px; }
.tracking-list { display: grid; gap: 11px; }.tracking-card { border: 1px solid #e0e6e2; border-radius: 15px; padding: 14px; overflow: hidden; }
.tracking-card-header { display: flex; justify-content: space-between; align-items: start; gap: 12px; }.tracking-card-header small { display: block; color: #7d8782; font-size: 10px; margin-top: 4px; }
.tracking-content-link { color: #285f45; font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.tracking-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 12px 0; }.tracking-summary .detail-metric { padding: 11px; }
.tracking-table table { min-width: 560px; }.tracking-table td { padding-top: 10px; padding-bottom: 10px; }
.tracking-FOUND { background: #dff1e7; color: #19603e; }.tracking-NOT_FOUND { background: #f0f1f0; color: #666f6a; }.tracking-INCOMPLETE,.tracking-run-PARTIAL { background: #fff1d7; color: #865d18; }
.tracking-UNMEASURED { background: #f3f0f7; color: #766881; }
.tracking-run-SUCCEEDED { background: #e0f1e8; color: #1c6542; }.tracking-run-FAILED { background: #f8e4e2; color: #93463e; }
.crm-actions { border: 1px solid #dce6df; background: #f9fbf9; border-radius: 17px; padding: 16px; }
.crm-safety { display: grid; gap: 4px; border-left: 3px solid #2f7955; background: #edf6f0; border-radius: 8px; padding: 11px 13px; }
.crm-safety strong { font-size: 11px; line-height: 1.5; }.crm-safety span { color: #68766f; font-size: 10px; line-height: 1.5; }
.crm-current-status { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 13px 0; }
.crm-current-status > span:not(.badge) { color: #7b8580; font-size: 10px; margin-left: 4px; }
.crm-action-buttons { display: flex; flex-wrap: wrap; gap: 8px; }.crm-action-buttons .button { height: 36px; }
.detail-section-actions { display: flex; align-items: center; gap: 10px; }.detail-section-actions span { white-space: nowrap; }.contact-intake-open { height: 34px; border: 1px solid #bad6c5; border-radius: 10px; background: #edf7f1; color: #205e40; padding: 0 12px; font-size: 10px; font-weight: 800; }
.contact-intake-dialog { width: min(800px, calc(100vw - 32px)); }.contact-intake-dialog form { margin: 0; }.contact-intake-body { display: grid; gap: 16px; padding: 22px 26px; }.contact-intake-safety { display: grid; gap: 4px; border: 1px solid #cce1d3; border-radius: 12px; background: #eff7f2; color: #285f45; padding: 12px 14px; }.contact-intake-safety strong { font-size: 11px; }.contact-intake-safety span { color: #64776d; font-size: 10px; line-height: 1.5; }.contact-intake-source-fields,.contact-intake-approval-fields { display: grid; gap: 14px; }.contact-intake-file-field input { height: auto; padding: 9px; }.contact-intake-file-field small { color: #7b8580; font-size: 9px; overflow-wrap: anywhere; }.contact-intake-preview-status { border: 1px dashed #ced9d2; border-radius: 11px; background: #fafcfb; color: #6b7770; padding: 12px 14px; font-size: 10px; line-height: 1.55; }.contact-intake-selection-note { margin: -2px 0 11px; color: #6f7974; font-size: 10px; line-height: 1.55; }.contact-intake-candidates { display: grid; gap: 9px; max-height: 310px; overflow: auto; padding-right: 3px; }.contact-intake-candidate { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 11px; align-items: start; border: 1px solid #dde5df; border-radius: 13px; background: #fcfdfc; padding: 13px 14px; }.contact-intake-candidate:has(input:checked) { border-color: #78ae8f; background: #f0f8f3; }.contact-intake-candidate input { margin-top: 3px; accent-color: #1d6244; }.contact-intake-candidate strong,.contact-intake-candidate small { display: block; overflow-wrap: anywhere; }.contact-intake-candidate strong { font-size: 11px; }.contact-intake-candidate small { margin-top: 4px; color: #738078; font-size: 9px; }.contact-intake-candidate blockquote { margin: 9px 0 0; color: #4e5d55; font-size: 10px; line-height: 1.55; white-space: pre-wrap; }.contact-intake-approval-fields { margin-top: 18px; border-top: 1px solid #e6e9e7; padding-top: 18px; }
.contact-decision-dialog { width: min(760px, calc(100vw - 32px)); }.contact-decision-dialog form { margin: 0; }.contact-decision-body { display: grid; gap: 16px; padding: 22px 26px; }.contact-decision-safety { display: grid; gap: 4px; border: 1px solid #dfd3eb; border-radius: 12px; background: #f7f2fa; color: #5d4376; padding: 12px 14px; }.contact-decision-safety strong { font-size: 11px; }.contact-decision-safety span { color: #786b84; font-size: 10px; line-height: 1.5; }.contact-decision-summary dd { overflow-wrap: anywhere; }.contact-decision-evidence-section { margin-top: 18px; }.contact-decision-evidence { display: grid; gap: 9px; }.contact-evidence-card { border: 1px solid #e2e6e3; border-radius: 13px; padding: 13px 14px; background: #fcfdfc; }.contact-evidence-card blockquote { margin: 0; color: #303a35; font-size: 11px; line-height: 1.6; white-space: pre-wrap; }.contact-evidence-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; margin-top: 9px; color: #7d8782; font-size: 9px; }.contact-evidence-meta a { color: #356b50; font-weight: 800; }.contact-decision-fields { display: grid; gap: 15px; margin-top: 18px; border-top: 1px solid #e6e9e7; padding-top: 18px; }.contact-decision-confirm { display: flex; gap: 9px; align-items: start; border: 1px solid #d7e3db; border-radius: 11px; padding: 11px 12px; color: #4f6258; background: #f5f9f6; font-size: 10px; line-height: 1.5; }.contact-decision-confirm input { margin-top: 1px; accent-color: #1d6244; }.contact-decision-dialog .detail-loading { padding: 42px 10px; }
.action-dialog { width: min(590px, calc(100vw - 32px)); }
.action-dialog form { margin: 0; }
.action-dialog-body { display: grid; gap: 15px; padding: 22px 26px; }
.action-warning { border: 1px solid #cfe1d5; border-radius: 12px; background: #eff7f2; color: #275b42; padding: 12px 14px; font-size: 11px; font-weight: 700; line-height: 1.55; }
.action-summary { display: grid; gap: 0; margin: 0; border: 1px solid #e1e6e2; border-radius: 13px; overflow: hidden; }
.action-summary div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 10px 12px; border-bottom: 1px solid #edf0ee; }
.action-summary div:last-child { border-bottom: 0; }.action-summary dt { color: #7b8580; font-size: 10px; }.action-summary dd { margin: 0; font-size: 11px; font-weight: 800; }
.action-field { display: grid; gap: 7px; }.action-field > span { color: #65706a; font-size: 10px; font-weight: 800; }
.action-field input, .action-field select, .action-field textarea { width: 100%; border: 1px solid #d5dbd7; border-radius: 10px; background: #fff; color: var(--ink); padding: 10px 11px; outline: none; font: inherit; font-size: 12px; }
.action-field input, .action-field select { height: 42px; padding-top: 0; padding-bottom: 0; }.action-field textarea { min-height: 88px; resize: vertical; line-height: 1.55; }
.action-field input:focus, .action-field select:focus, .action-field textarea:focus { border-color: #488267; box-shadow: 0 0 0 3px rgba(43,119,83,.11); }
.action-error { border: 1px solid #f0cbc5; background: #fff0ed; color: #8b3d34; border-radius: 10px; padding: 11px 12px; font-size: 11px; line-height: 1.5; }
.action-dialog-footer { position: sticky; bottom: 0; display: flex; justify-content: end; gap: 8px; padding: 16px 26px; border-top: 1px solid #e5e9e6; background: #fff; }
@media (max-width: 1380px) { .filters { grid-template-columns: repeat(4,1fr); }.field-wide,.search-field { grid-column: span 2; }.filter-actions { grid-column: span 2; } }
@media (max-width: 1180px) { .summary-grid { grid-template-columns: repeat(2,1fr); }.coverage-metrics { grid-template-columns: repeat(3,1fr); }.discovery-metrics { grid-template-columns: repeat(2,1fr); }.contact-review-metrics { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 760px) { .topbar { height: 66px; padding: 0 18px; }.brand small { display: none; } main { width: min(100% - 24px, 1400px); padding-top: 30px; }.intro { display: block; }.scope-note { min-width: 0; margin-top: 22px; }.summary-grid { grid-template-columns: 1fr 1fr; gap: 8px; }.summary-card { padding: 15px; }.summary-card strong { font-size: 23px; }.coverage-heading,.discovery-heading,.contact-review-heading { display: block; padding: 21px 18px 15px; }.coverage-heading > p,.discovery-heading > p,.contact-review-heading > p { margin-top: 8px; text-align: left; }.coverage-boundary,.coverage-notice,.discovery-boundary,.discovery-notice,.contact-review-boundary,.contact-review-notice { margin-left: 18px; margin-right: 18px; }.coverage-metrics { grid-template-columns: 1fr 1fr; padding: 0 18px 18px; }.coverage-metric.coverage-primary { grid-column: span 2; }.discovery-batches { padding-left: 18px; padding-right: 18px; }.discovery-metrics { grid-template-columns: 1fr 1fr; }.discovery-empty { margin-left: 18px; margin-right: 18px; }.contact-review-metrics { grid-template-columns: 1fr 1fr; padding: 0 18px 18px; }.contact-review-metric.contact-review-primary { grid-column: span 2; }.contact-review-toolbar { display: block; padding: 14px 18px; }.contact-review-toolbar p { margin-top: 9px; text-align: left; }.contact-review-toolbar select { width: 100%; }.contact-review-pagination { padding: 14px 18px; }.workspace-heading { padding: 21px 18px 16px; display: block; }.workspace-heading > p { margin-top: 8px; }.filters { grid-template-columns: 1fr 1fr; padding: 15px 18px; }.field-wide,.search-field,.filter-actions { grid-column: span 2; }.filter-actions .button { flex: 1; }.pagination { padding: 15px 18px; }.detail-metrics { grid-template-columns: 1fr 1fr; }.tracking-summary { grid-template-columns: 1fr; }.detail-hero { grid-template-columns: 1fr; }.profile-link { text-align: center; }.dialog-header,#detail-content,.action-dialog-body,.contact-decision-body,.contact-intake-body { padding-left: 18px; padding-right: 18px; }.action-dialog-footer { padding: 14px 18px; }.action-summary div { grid-template-columns: 80px 1fr; }.detail-section-heading { align-items: flex-start; }.detail-section-actions { align-items: flex-end; flex-direction: column; } }

/* 2026 operations workspace */
:root {
  color: #17251f;
  background: #f4f1e9;
  font-family: Pretendard, "Segoe UI Variable", "Segoe UI", "Noto Sans KR", sans-serif;
  --ink: #17251f;
  --muted: #6f766f;
  --line: #dedfd9;
  --panel: #fffefb;
  --green: #164c38;
  --green-soft: #e4f0e9;
  --blue: #3e6f91;
  --blue-soft: #e8f0f4;
  --violet: #735e82;
  --violet-soft: #f0ebf2;
  --orange: #d56f3e;
  --orange-soft: #f8e8dd;
  --shadow: 0 16px 40px rgba(39, 46, 40, .07);
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 78% -10%, rgba(213,111,62,.13), transparent 25rem),
    radial-gradient(circle at 20% 40%, rgba(22,76,56,.06), transparent 30rem),
    #f4f1e9;
}

button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(213,111,62,.3);
  outline-offset: 2px;
}

.topbar {
  height: 70px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(47,57,50,.1);
  background: rgba(250,248,242,.9);
  backdrop-filter: blur(18px);
}
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #173f31;
  box-shadow: 0 8px 20px rgba(23,63,49,.18), inset 0 0 0 1px rgba(255,255,255,.18);
}
.brand strong { font-size: 15px; letter-spacing: -.03em; }
.brand small { color: #757a74; font-size: 9px; letter-spacing: .16em; }
.topbar-meta { display: flex; align-items: center; gap: 16px; }
.session-identity { display: flex; align-items: center; gap: 8px; padding-right: 14px; border-right: 1px solid #d8ddd9; }
.session-identity > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #193f32; font-size: 11px; font-weight: 900; }
.session-identity strong, .session-identity small { display: block; }
.session-identity strong { max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.session-identity small { margin-top: 2px; color: #858a85; font-size: 8px; }
.logout-button { border: 0; background: transparent; color: #5f6a64; font: inherit; font-size: 9px; font-weight: 800; cursor: pointer; }
.logout-button:hover { color: #153d30; }

.auth-screen { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 18% 12%, rgba(131, 201, 164, .2), transparent 28%), linear-gradient(135deg, #eef4ef 0%, #f8f6ef 58%, #e9f2ed 100%); }
.auth-screen[hidden] { display: none; }
.auth-card { width: min(440px, 100%); padding: 34px; border: 1px solid rgba(38, 74, 60, .14); border-radius: 24px; background: rgba(255, 255, 255, .94); box-shadow: 0 30px 80px rgba(28, 52, 43, .17); }
.auth-card-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 34px; }
.auth-card-brand strong, .auth-card-brand small { display: block; }
.auth-card-brand strong { color: #173e31; font-size: 14px; }
.auth-card-brand small { margin-top: 3px; color: #879087; font-size: 9px; }
.auth-card h1 { margin: 6px 0 10px; color: #173e31; font-size: clamp(26px, 5vw, 36px); letter-spacing: -.04em; }
.auth-card > p:not(.eyebrow) { margin: 0 0 24px; color: #667169; font-size: 12px; line-height: 1.7; }
.auth-card form { display: grid; gap: 14px; }
.auth-card form .button { width: 100%; min-height: 44px; margin-top: 4px; }
.auth-request-link { display: block; margin: 19px auto 0; border: 0; background: transparent; color: #1f6a50; font-size: 11px; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.auth-local-note { display: block; margin-top: 26px; color: #98a099; text-align: center; font-size: 8px; }
.temporary-password-dialog, .password-change-dialog { width: min(560px, calc(100vw - 32px)); }
.temporary-password-value { display: flex; gap: 10px; align-items: center; margin-top: 18px; padding: 14px; border: 1px solid #d8e1da; border-radius: 12px; background: #f4f7f4; }
.temporary-password-value code { flex: 1; overflow-wrap: anywhere; color: #173e31; font-size: 15px; font-weight: 800; }
.dashboard-user-reset { margin-left: auto; border: 1px solid #cad7cf; border-radius: 8px; background: #f5f8f5; color: #315848; padding: 7px 9px; font-size: 8px; font-weight: 800; cursor: pointer; }
.dashboard-user-reset:hover { background: #eaf2ed; }
.dashboard-contact-permission { border: 1px solid #cad7cf; border-radius: 8px; padding: 7px 9px; font-size: 8px; font-weight: 850; cursor: pointer; white-space: nowrap; }
.dashboard-contact-permission.blocked { color: #1f6845; background: #edf7f1; border-color: #bad7c6; }
.dashboard-contact-permission.granted { color: #91473f; background: #fff2f0; border-color: #e3c4bf; }
.dashboard-contact-permission:disabled { cursor: not-allowed; opacity: .55; }
.dashboard-user-status { border: 1px solid #d4d8d4; border-radius: 8px; padding: 7px 9px; font-size: 8px; font-weight: 850; cursor: pointer; white-space: nowrap; }
.dashboard-user-status.disable { color: #91473f; background: #fff2f0; border-color: #e3c4bf; }
.dashboard-user-status.enable { color: #1f6845; background: #edf7f1; border-color: #bad7c6; }
.dashboard-user-status:hover { filter: brightness(.98); }
.dashboard-user-status:focus-visible { outline: 3px solid rgba(43,119,83,.16); outline-offset: 2px; }
.local-only { color: #8a8d88; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.mode-badge { border-color: #cfd9d2; background: #fff; color: #315b49; box-shadow: 0 5px 16px rgba(39,50,43,.05); }

.app-shell {
  width: min(1680px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0 80px;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.side-rail {
  position: sticky;
  top: 92px;
  min-height: calc(100vh - 116px);
  display: flex;
  flex-direction: column;
  padding: 26px 18px 18px;
  border-radius: 24px;
  color: #f8f6ef;
  background:
    radial-gradient(circle at 95% 5%, rgba(213,111,62,.23), transparent 10rem),
    linear-gradient(165deg, #193f32, #102d24);
  box-shadow: 0 18px 45px rgba(18,46,37,.19);
  overflow: hidden;
}
.rail-heading { padding: 0 9px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.rail-heading span { display: block; margin-bottom: 7px; color: #b9c8c0; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.rail-heading strong { font: 500 22px/1.12 Georgia, "Noto Serif KR", serif; letter-spacing: -.035em; }
.section-nav { display: grid; gap: 5px; margin-top: 20px; }
.section-nav a { display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 5px; padding: 11px 10px; border-radius: 10px; color: #c5d0ca; text-decoration: none; font-size: 11px; font-weight: 700; transition: color .16s ease, background .16s ease, transform .16s ease; }
.section-nav a span { color: #80988d; font: 700 9px/1 monospace; letter-spacing: .04em; }
.section-nav a:hover, .section-nav a.active { color: #fff; background: rgba(255,255,255,.09); transform: translateX(2px); }
.section-nav a.active span { color: #efa179; }
.rail-safety { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: auto; padding: 14px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.055); }
.rail-safety-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; color: #173f31; background: #f0a07b; font-size: 11px; font-weight: 900; }
.rail-safety strong { display: block; font-size: 10px; }
.rail-safety p { margin: 5px 0 0; color: #aebdb5; font-size: 9px; line-height: 1.55; }

main {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
main > section { scroll-margin-top: 92px; }
.intro { order: 1; min-height: 226px; align-items: center; margin: 0 0 14px; padding: 34px 38px; border: 1px solid rgba(42,54,46,.1); border-radius: 24px; background: rgba(255,254,251,.82); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.intro::after { content: ""; position: absolute; right: -85px; bottom: -120px; width: 310px; height: 310px; border-radius: 50%; border: 72px solid rgba(213,111,62,.075); pointer-events: none; }
.intro > * { position: relative; z-index: 1; }
.eyebrow { color: #8b684f; font-size: 9px; letter-spacing: .17em; }
h1 { max-width: 700px; font-size: clamp(35px, 4vw, 54px); line-height: 1.04; color: #173027; }
h1 em { color: var(--orange); font-style: italic; font-weight: 500; }
.intro-copy { max-width: 650px; margin-top: 15px; color: #6e756f; font-size: 13px; }
.scope-note { min-width: 295px; padding: 17px 18px; border-color: #e2dbd1; background: rgba(255,255,255,.78); box-shadow: 0 10px 24px rgba(56,48,38,.05); }
.scope-note small { display: block; margin-bottom: 4px; color: #9a7965; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.scope-icon { background: var(--orange-soft); color: #b75f35; }
.summary-grid { order: 2; gap: 10px; margin-bottom: 14px; }
.summary-card { min-height: 120px; padding: 20px; border-radius: 17px; border-color: #e0e0da; background: rgba(255,254,251,.9); box-shadow: 0 8px 22px rgba(42,49,43,.045); }
.summary-card::after { right: -32px; top: -32px; width: 90px; height: 90px; opacity: .62; }
.summary-card:first-child { color: #fff; border-color: #193f32; background: #193f32; }
.summary-card:first-child span, .summary-card:first-child small { color: #b8c9c0; }
.summary-card:first-child::after { background: #db865e; opacity: .7; }
.summary-card span { font-size: 10px; letter-spacing: .02em; }
.summary-card strong { margin-top: 12px; font-size: 30px; }
.summary-card small { font-size: 9px; }

.contact-review-workspace { order: 3; }
.workspace { order: 4; }
.coverage-workspace { order: 5; }
.discovery-workspace { order: 6; }
.coverage-workspace, .discovery-workspace, .contact-review-workspace, .workspace {
  margin-bottom: 14px;
  border: 1px solid #dedfd9;
  border-radius: 20px;
  background: rgba(255,254,251,.94);
  box-shadow: 0 12px 34px rgba(36,43,38,.055);
}
.contact-review-workspace { border-top: 4px solid var(--orange); }
.workspace { border-top: 4px solid #193f32; }
.coverage-workspace { border-top: 4px solid #4c7895; }
.discovery-workspace { border-top: 4px solid #7c6889; }
.coverage-heading, .discovery-heading, .contact-review-heading, .workspace-heading { padding: 25px 26px 17px; }
h2 { color: #1d3028; font-size: 20px; }
.coverage-heading > p, .discovery-heading > p, .contact-review-heading > p, .workspace-heading > p { max-width: 420px; color: #878b86; }

.contact-review-boundary { border-color: #eed8ca; color: #98532f; background: #fbf1ea; }
.contact-review-boundary span { color: #846f62; }
.contact-review-metric.contact-review-primary { border-color: #eccdbb; background: var(--orange-soft); }
.contact-review-metric.contact-review-primary strong { color: #ad5a32; }
.contact-review-toolbar { border-color: #e5e4df; background: #f8f6f1; }
.contact-review-toolbar select, .field input, .field select, .pagination select, .page-button { border-color: #d9d8d1; background: #fffefb; }
.filters { border-color: #e5e4de; background: #f8f6f1; }
.button { transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button.primary { background: #193f32; box-shadow: 0 8px 18px rgba(25,63,50,.16); }
.button.primary:hover:not(:disabled) { background: #21513f; box-shadow: 0 10px 22px rgba(25,63,50,.2); }
.button.secondary { border-color: #d8d8d1; background: #fffefb; }
th { color: #777c77; background: #faf8f3; }
td { border-color: #ebe9e3; }
tbody tr:hover { background: #fbf7f1; }
.avatar { color: #1f5b43; background: #e4eee8; }
.open-detail { border-color: #d9d7d0; background: #fffefb; }
.progress::-webkit-progress-value { background: #d77749; }
.progress::-moz-progress-bar { background: #d77749; }
.coverage-metric.coverage-primary { border-color: #cddde5; background: var(--blue-soft); }
.coverage-metric.coverage-primary strong { color: #3e6f91; }
.coverage-boundary { border-color: #d7e0e5; background: #f0f5f7; }
.discovery-boundary { border-color: #ded7e2; color: #675774; background: #f5f1f6; }

dialog { border-radius: 20px; background: #fffefb; box-shadow: 0 32px 100px rgba(17,31,24,.28); }
.dialog-header { background: rgba(255,254,251,.95); }

@media (max-width: 1180px) {
  .app-shell { grid-template-columns: 190px minmax(0,1fr); gap: 16px; }
  .side-rail { padding-left: 12px; padding-right: 12px; }
  .rail-heading strong { font-size: 18px; }
  .intro { padding: 28px; }
  .scope-note { min-width: 255px; }
  .admin-actions { align-items: flex-start; flex-direction: column; }
  .admin-action-buttons { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 960px) {
  .app-shell { width: min(100% - 24px, 900px); display: block; padding-top: 12px; }
  .side-rail { z-index: 15; top: 70px; min-height: 0; height: auto; margin-bottom: 12px; padding: 7px; border-radius: 14px; background: rgba(20,54,43,.96); backdrop-filter: blur(12px); overflow-x: auto; }
  .rail-heading, .rail-safety { display: none; }
  .section-nav { display: flex; width: max-content; margin: 0; gap: 3px; }
  .section-nav a { grid-template-columns: auto 1fr; padding: 9px 11px; }
  .intro { min-height: 0; }
  main > section { scroll-margin-top: 132px; }
}

@media (max-width: 760px) {
  .topbar { height: 62px; padding: 0 14px; }
  .topbar-meta { gap: 8px; }
  .local-only { display: none; }
  .mode-badge { padding: 7px 9px; font-size: 10px; }
  .app-shell { width: calc(100% - 16px); padding-top: 8px; }
  .side-rail { top: 62px; margin-bottom: 8px; }
  .section-nav a { padding: 8px 10px; font-size: 10px; }
  main { width: 100%; padding: 0; }
  .intro { display: block; padding: 24px 20px; border-radius: 18px; }
  h1 { font-size: clamp(31px, 10vw, 43px); }
  .scope-note { margin-top: 22px; min-width: 0; }
  .admin-actions { display: block; padding: 17px; }
  .admin-action-buttons { grid-template-columns: 1fr; margin-top: 15px; }
  .admin-action-button { width: 100%; min-width: 0; }
  .summary-grid { gap: 7px; }
  .summary-card { min-height: 108px; padding: 15px; }
  .summary-card strong { font-size: 25px; }
  .coverage-workspace, .discovery-workspace, .contact-review-workspace, .workspace { border-radius: 17px; }
  .operational-readiness { border-radius: 17px; }
  .operational-readiness-heading { align-items: start; padding: 21px 18px 15px; }
  .readiness-boundary { margin-left: 18px; margin-right: 18px; }
  .readiness-summary,.readiness-items { padding-left: 18px; padding-right: 18px; }
  .readiness-workload { grid-template-columns: repeat(2,1fr); margin-left: 18px; margin-right: 18px; }
  .readiness-items { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.keyword-explorer { order: 2; }
.governance-workspace { order: 3; }
.summary-grid { order: 4; }
.contact-review-workspace { order: 5; }
.workspace { order: 6; }
.coverage-workspace { order: 7; }
.discovery-workspace { order: 8; }

.keyword-explorer {
  margin-bottom: 14px;
  padding: 27px 28px 0;
  border: 1px solid #d7ddd8;
  border-top: 4px solid #193f32;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(228,240,233,.72), transparent 40%),
    rgba(255,254,251,.96);
  box-shadow: 0 12px 34px rgba(36,43,38,.055);
  overflow: hidden;
}
.keyword-explorer-copy { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px, 480px); column-gap: 28px; align-items: end; }
.keyword-explorer-copy .eyebrow { grid-column: 1 / -1; }
.keyword-explorer-copy h2 { font-size: 25px; }
.keyword-explorer-copy > p:last-child { margin: 0; color: #727a74; font-size: 11px; line-height: 1.55; text-align: right; }
.keyword-result-form { display: grid; grid-template-columns: minmax(210px,.72fr) minmax(280px,1.4fr) auto; gap: 10px; align-items: end; margin: 21px 0 12px; }
.keyword-result-form label { display: grid; gap: 7px; }
.keyword-result-form label > span { color: #637068; font-size: 9px; font-weight: 850; letter-spacing: .03em; }
.keyword-result-form input, .keyword-result-form select { width: 100%; height: 48px; border: 1px solid #cfd8d2; border-radius: 12px; background: #fff; color: #173027; padding: 0 14px; outline: none; font-size: 12px; }
.keyword-result-form input { font-size: 14px; font-weight: 700; letter-spacing: -.01em; }
.keyword-result-form input::placeholder { color: #a0a7a2; font-weight: 500; }
.keyword-result-form input:focus, .keyword-result-form select:focus { border-color: #53806c; box-shadow: 0 0 0 4px rgba(33,88,64,.11); }
.keyword-search-button { height: 48px; min-width: 125px; display: inline-flex; justify-content: center; align-items: center; gap: 7px; border: 0; color: #fff; background: #193f32; box-shadow: 0 9px 20px rgba(25,63,50,.18); }
.keyword-search-button span { font-size: 18px; transform: rotate(-10deg); }
.keyword-result-picker { margin: 0 0 12px; padding: 14px; border: 1px solid #d8e2dc; border-radius: 13px; background: #f8fbf9; }
.keyword-result-picker-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.keyword-result-picker-heading div { display: grid; gap: 3px; }
.keyword-result-picker-heading strong { color: #244c3b; font-size: 11px; }
.keyword-result-picker-heading small { color: #7a847e; font-size: 9px; }
.keyword-result-picker-heading > span { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; color: #315c49; background: #e5f0e9; font-size: 9px; font-weight: 800; }
.keyword-result-picker-list { display: flex; flex-wrap: wrap; gap: 7px; max-height: 132px; margin-top: 11px; overflow-y: auto; }
.managed-keyword-choice { min-height: 31px; padding: 6px 10px; border: 1px solid #cddbd3; border-radius: 999px; color: #315c49; background: #fff; font-size: 10px; font-weight: 750; cursor: pointer; }
.managed-keyword-choice:hover, .managed-keyword-choice:focus-visible { border-color: #4d836a; background: #eaf4ee; outline: none; }
.managed-keyword-choice.selected { border-color: #2d6f52; color: #fff; background: #2d6f52; }
.keyword-result-guidance { margin: -3px 0 12px; padding: 9px 11px; border-radius: 9px; font-size: 10px; }
.keyword-result-guidance.allowed { color: #2d684d; background: #eaf5ee; }
.keyword-result-guidance.blocked { color: #8a473b; background: #fff0ed; }
.keyword-result-boundary { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 9px; padding: 10px 12px; border: 1px solid #dce4df; border-radius: 11px; color: #315c49; background: rgba(244,248,245,.82); font-size: 9px; }
.keyword-result-boundary > span:last-child { color: #78817b; }
.boundary-dot { width: 6px; height: 6px; border-radius: 50%; background: #4a9773; box-shadow: 0 0 0 4px rgba(74,151,115,.12); }
.keyword-result-notice { margin-top: 12px; border: 1px solid #f0cbc5; border-radius: 11px; padding: 11px 13px; color: #8b3d34; background: #fff0ed; font-size: 11px; }
.keyword-result-summary { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 1px; margin: 15px 0 0; border: 1px solid #e3e5df; border-radius: 13px; background: #e3e5df; overflow: hidden; }
.keyword-result-summary > div { min-width: 0; padding: 13px 14px; background: #fffefb; }
.keyword-result-summary span, .keyword-result-summary strong { display: block; }
.keyword-result-summary span { color: #858b86; font-size: 8px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.keyword-result-summary strong { margin-top: 6px; font-size: 11px; overflow-wrap: anywhere; }
.keyword-result-suggestions { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-top: 12px; }
.keyword-result-suggestions > span { margin-right: 2px; color: #7a817c; font-size: 10px; }
.keyword-suggestion { height: 30px; padding: 0 10px; border: 1px solid #d8d4cc; border-radius: 999px; color: #6b4d3c; background: #fff8f2; font-size: 10px; font-weight: 750; }
.keyword-suggestion:hover { border-color: #d59472; background: #fbede4; }
.keyword-result-table-shell { min-height: 190px; margin: 17px -28px 0; overflow-x: auto; border-top: 1px solid #e4e5e0; }
.keyword-result-table-shell table { min-width: 980px; }
.keyword-result-table-shell th:first-child, .keyword-result-table-shell td:first-child { padding-left: 28px; }
.keyword-result-table-shell th:last-child, .keyword-result-table-shell td:last-child { padding-right: 28px; }
.keyword-result-sequence, .keyword-result-page, .keyword-result-content, .keyword-result-url, .keyword-result-creator, .keyword-result-blog-id { display: block; }
.keyword-result-sequence { color: #b65f37; font: 600 20px/1 Georgia, serif; }
.keyword-result-page, .keyword-result-url, .keyword-result-blog-id { margin-top: 4px; color: #90958f; font-size: 9px; }
.keyword-result-content { max-width: 420px; color: #263c32; font-size: 12px; font-weight: 800; line-height: 1.5; text-decoration: none; overflow-wrap: anywhere; }
.keyword-result-content:hover { color: #b45e38; text-decoration: underline; }
.keyword-result-url { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.keyword-result-creator { padding: 0; border: 0; color: #264f3d; background: transparent; font-size: 11px; font-weight: 850; text-align: left; }
.keyword-result-creator:hover { color: #b45e38; text-decoration: underline; }
.keyword-result-empty { min-height: 185px; display: grid; place-items: center; align-content: center; padding: 34px 20px; text-align: center; color: #818782; }
.keyword-result-empty > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 11px; border: 1px solid #d7dbd6; border-radius: 12px; color: #68736d; background: #f8f8f4; font-size: 18px; transform: rotate(-8deg); }
.keyword-result-empty strong { color: #4a554f; font-size: 12px; }
.keyword-result-empty p { max-width: 540px; margin: 7px 0 0; font-size: 10px; line-height: 1.55; }
.keyword-result-pagination { display: flex; justify-content: space-between; align-items: center; margin: 0 -28px; padding: 14px 28px; border-top: 1px solid #e5e5df; background: #faf9f5; color: #747b76; font-size: 10px; }
.keyword-result-pagination label, .keyword-result-pagination > div { display: flex; align-items: center; gap: 9px; }
.keyword-result-pagination select { height: 32px; border: 1px solid #d7d8d2; border-radius: 8px; background: #fff; color: #59645e; font-size: 10px; }

@media (max-width: 900px) {
  .keyword-explorer-copy { display: block; }
  .keyword-explorer-copy > p:last-child { margin-top: 8px; text-align: left; }
  .keyword-result-form { grid-template-columns: 1fr 1.4fr; }
  .keyword-search-button { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .keyword-explorer { padding: 22px 18px 0; border-radius: 17px; }
  .keyword-explorer-copy h2 { font-size: 21px; }
  .keyword-result-form { grid-template-columns: 1fr; }
  .keyword-search-button { grid-column: auto; width: 100%; }
  .keyword-result-summary { grid-template-columns: 1fr 1fr; }
  .keyword-result-table-shell { margin-left: -18px; margin-right: -18px; }
  .keyword-result-table-shell th:first-child, .keyword-result-table-shell td:first-child { padding-left: 18px; }
  .keyword-result-table-shell th:last-child, .keyword-result-table-shell td:last-child { padding-right: 18px; }
  .keyword-result-pagination { margin-left: -18px; margin-right: -18px; padding-left: 18px; padding-right: 18px; }
}

/* Employee ID application and administrator approval */
.account-request-button { height: 34px; padding: 0 12px; border: 1px solid #d8c8a8; border-radius: 10px; color: #6f5419; background: #fff9e9; font-size: 10px; font-weight: 850; }
.account-request-button:hover { border-color: #bea36d; background: #fff4d6; }
.account-request-heading, .direct-account-heading { display: flex; justify-content: space-between; gap: 10px; align-items: center; padding: 13px 18px; border-bottom: 1px solid #ece8e0; background: #fffaf0; }
.account-request-heading strong, .account-request-heading small, .direct-account-heading strong, .direct-account-heading small { display: block; }
.account-request-heading strong, .direct-account-heading strong { font-size: 10px; }
.account-request-heading small, .direct-account-heading small { margin-top: 3px; color: #8b8374; font-size: 8px; }
.account-request-heading > span { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: #ad752a; font-size: 9px; font-weight: 900; }
.direct-account-heading { background: #faf8f3; }
.account-request-list { display: grid; max-height: 330px; overflow-y: auto; border-bottom: 1px solid #ece8e0; }
.account-request-card { padding: 13px 18px; border-bottom: 1px solid #efebe4; }
.account-request-card:last-child { border-bottom: 0; }
.account-request-card-head { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.account-request-card-head strong, .account-request-card-head small { display: block; }
.account-request-card-head strong { font-size: 10px; }
.account-request-card-head small { margin-top: 3px; color: #89837a; font-size: 8px; }
.account-request-status { border-radius: 999px; padding: 5px 7px; font-size: 8px; font-weight: 850; }
.account-request-status.PENDING { color: #765416; background: #fff0c9; }
.account-request-status.APPROVED { color: #1b603e; background: #e1f1e8; }
.account-request-status.REJECTED { color: #91443d; background: #f8e5e2; }
.account-request-reason { margin: 9px 0 0; color: #5f655f; font-size: 9px; line-height: 1.5; }
.account-request-actions { display: flex; gap: 6px; margin-top: 10px; }
.account-request-actions button { height: 29px; padding: 0 9px; border: 1px solid #d8d4ca; border-radius: 8px; background: #fff; color: #59635d; font-size: 8px; font-weight: 850; }
.account-request-actions .approve { border-color: #bad7c6; color: #1f6845; background: #edf7f1; }
.account-request-actions .reject { border-color: #e3c4bf; color: #91473f; background: #fff2f0; }
.account-request-empty { padding: 22px 18px; color: #8b867d; font-size: 9px; text-align: center; }
.account-request-dialog { width: min(720px, calc(100vw - 32px)); }
.account-request-dialog form, .account-decision-dialog form { margin: 0; }
.account-request-dialog-body, .account-decision-body { display: grid; gap: 16px; padding: 22px 26px; }
.account-decision-dialog { width: min(610px, calc(100vw - 32px)); }

@media (max-width: 620px) {
  .account-request-button { height: 31px; padding: 0 9px; font-size: 9px; }
  .account-request-dialog-body, .account-decision-body { padding-left: 18px; padding-right: 18px; }
}

/* Account-scoped keyword governance */
.keyword-set-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-top: 14px; }
.keyword-set-actions small { color: #7b827d; font-size: 9px; }
.my-keyword-set-reviews { margin: 14px 0 17px; border: 1px solid #dce4df; border-radius: 14px; background: #f8faf8; overflow: hidden; }
.my-keyword-set-review-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 15px; border-bottom: 1px solid #e3e8e4; background: #fff; }
.my-keyword-set-review-heading > div:first-child { display: grid; gap: 3px; }
.my-keyword-set-review-heading > div:first-child strong { color: #294237; font-size: 10px; }
.my-keyword-set-review-heading > div:first-child small { color: #7c8780; font-size: 8px; line-height: 1.5; }
.my-keyword-set-review-metrics { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; }
.my-keyword-set-review-metrics > span { border-radius: 999px; background: #eef2ef; color: #69756e; padding: 5px 7px; font-size: 8px; font-weight: 800; }
.my-keyword-set-review-metrics strong { margin-left: 2px; color: #2f5945; }
.my-keyword-set-review-list { display: grid; gap: 10px; padding: 10px; }
.my-keyword-set-family { min-width: 0; border: 1px solid #dfe6e1; border-radius: 12px; background: #fdfefd; overflow: hidden; }
.my-keyword-set-family-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(225px,1fr)); gap: 8px; padding: 9px; }
.my-keyword-set-review-card { display: grid; align-content: start; gap: 9px; min-width: 0; border: 1px solid #dde4df; border-radius: 11px; background: #fff; padding: 12px; box-shadow: inset 3px 0 0 #78a18b; }
.my-keyword-set-review-card.pending { border-color: #ead9ae; box-shadow: inset 3px 0 0 #d6a443; }
.my-keyword-set-review-card.rejected { border-color: #ead2ce; box-shadow: inset 3px 0 0 #c8796f; }
.my-keyword-set-review-card-heading { display: flex; justify-content: space-between; align-items: start; gap: 10px; }
.my-keyword-set-review-card-heading > div { min-width: 0; }
.my-keyword-set-review-card-heading strong,.my-keyword-set-review-card-heading small { display: block; overflow-wrap: anywhere; }
.my-keyword-set-review-card-heading strong { color: #253d31; font-size: 10px; }
.my-keyword-set-review-card-heading small { margin-top: 3px; color: #87918b; font-size: 8px; }
.my-keyword-set-review-meta { display: flex; flex-wrap: wrap; gap: 5px; }
.my-keyword-set-review-meta span { border-radius: 999px; background: #f0f3f1; color: #6d7871; padding: 4px 6px; font-size: 7px; font-weight: 800; }
.my-keyword-set-review-message { margin: 0; color: #5e6b64; font-size: 8px; line-height: 1.55; }
.my-keyword-set-review-decision { display: grid; gap: 4px; border-radius: 9px; background: #f5f4ef; padding: 9px 10px; }
.my-keyword-set-review-decision strong { color: #675b3e; font-size: 8px; }
.my-keyword-set-review-decision p { margin: 0; color: #554f42; font-size: 9px; line-height: 1.5; overflow-wrap: anywhere; }
.my-keyword-set-review-decision small { color: #8d8678; font-size: 7px; }
.my-keyword-set-retry { justify-self: start; height: 31px; border: 1px solid #d7c3be; border-radius: 8px; background: #fff4f2; color: #8b433c; padding: 0 10px; font: inherit; font-size: 8px; font-weight: 900; cursor: pointer; }
.my-keyword-set-retry:hover { background: #ffebe8; }
.my-keyword-set-retry:focus-visible { outline: 3px solid rgba(145,71,63,.15); outline-offset: 2px; }
.my-keyword-set-revision { justify-self: start; height: 31px; border: 1px solid #bad2c5; border-radius: 8px; background: #eef8f2; color: #285c44; padding: 0 10px; font: inherit; font-size: 8px; font-weight: 900; cursor: pointer; }
.my-keyword-set-revision:hover { background: #e1f2e8; }
.my-keyword-set-revision:focus-visible { outline: 3px solid rgba(45,111,82,.15); outline-offset: 2px; }
.my-keyword-set-review-empty { padding: 17px; color: #7d8781; text-align: center; font-size: 9px; }
.keyword-usage-policy { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 11px; padding: 11px 12px; border: 1px solid #ecd8a7; border-radius: 11px; color: #67551e; background: #fff8e5; }
.keyword-usage-policy > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: #9a7a28; font-size: 10px; font-weight: 900; }
.keyword-usage-policy p { margin: 0; font-size: 10px; line-height: 1.55; }
.keyword-usage-policy strong { margin-right: 5px; }

.governance-workspace { margin-bottom: 14px; border: 1px solid #ded8cb; border-top: 4px solid #b17a2d; border-radius: 20px; background: rgba(255,254,251,.94); box-shadow: var(--shadow); overflow: hidden; }
.governance-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 25px 28px 17px; }
.governance-heading > p { max-width: 430px; margin: 0; color: #817b70; font-size: 10px; text-align: right; }
.governance-policy { display: flex; flex-wrap: wrap; gap: 7px 12px; margin: 0 28px 16px; padding: 11px 13px; border: 1px solid #e7d9b9; border-radius: 12px; color: #755715; background: #fff8e7; }
.governance-policy strong { font-size: 10px; }
.governance-policy span { color: #7d725d; font-size: 10px; }
.governance-metrics { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 8px; padding: 0 28px 20px; }
.governance-metrics > div { padding: 13px 14px; border: 1px solid #e5e0d5; border-radius: 13px; background: #fbf9f3; }
.governance-metrics span, .governance-metrics strong { display: block; }
.governance-metrics span { color: #817a6c; font-size: 9px; font-weight: 800; }
.governance-metrics strong { margin-top: 7px; font-size: 22px; }
.governance-grid { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(540px,1.6fr); border-top: 1px solid #e6e2da; }
.keyword-set-oversight-panel { margin: 0 28px 20px; border: 1px solid #dce3de; border-radius: 15px; background: #fff; overflow: hidden; }
.keyword-set-oversight-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 16px 18px; border-bottom: 1px solid #e9ecea; background: linear-gradient(120deg,#f8fbf9,#f9f7f0); }
.keyword-set-oversight-heading > div { display: grid; gap: 4px; }
.keyword-set-oversight-heading strong { color: #2b4035; font-size: 12px; }
.keyword-set-oversight-heading small { color: #7a847e; font-size: 9px; }
.keyword-set-oversight-heading form { display: flex; gap: 7px; }
.keyword-set-oversight-heading input { width: 270px; height: 36px; border: 1px solid #d6ddd8; border-radius: 9px; padding: 0 10px; outline: none; font: inherit; font-size: 10px; }
.keyword-set-oversight-heading input:focus { border-color: #4d7a63; box-shadow: 0 0 0 3px rgba(43,119,83,.1); }
.keyword-set-oversight-heading .button { min-height: 36px; padding: 0 12px; font-size: 9px; }
.keyword-set-oversight-metrics { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid #ecefeb; }
.keyword-set-oversight-metrics div { padding: 13px 18px; border-right: 1px solid #ecefeb; }
.keyword-set-oversight-metrics div:last-child { border-right: 0; }
.keyword-set-oversight-metrics span,.keyword-set-oversight-metrics strong { display: block; }
.keyword-set-oversight-metrics span { color: #7f8982; font-size: 8px; font-weight: 800; }
.keyword-set-oversight-metrics strong { margin-top: 5px; color: #2b4236; font-size: 18px; }
.keyword-set-oversight-list { display: grid; gap: 8px; padding: 13px; background: #f7f8f6; }
.keyword-set-family { min-width: 0; border: 1px solid #dce4df; border-radius: 13px; background: #fff; overflow: hidden; }
.keyword-set-family-cards { display: grid; gap: 8px; padding: 9px; background: #f8faf8; }
.keyword-set-revision-timeline { display: grid; gap: 9px; padding: 11px 13px; border-bottom: 1px solid #e5ebe7; background: linear-gradient(120deg,#eef7f1,#f8faf5); }
.keyword-set-revision-timeline-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.keyword-set-revision-timeline-heading strong { color: #294b3a; font-size: 9px; }
.keyword-set-revision-timeline-heading small { color: #75827a; font-size: 8px; }
.keyword-set-revision-steps { display: flex; gap: 7px; margin: 0; padding: 0; list-style: none; overflow-x: auto; }
.keyword-set-revision-step { position: relative; display: grid; grid-template-columns: auto minmax(110px,1fr); gap: 7px; min-width: 190px; padding: 8px 9px; border: 1px solid #d9e4dd; border-radius: 9px; background: rgba(255,255,255,.9); }
.keyword-set-revision-step::after { content: "→"; position: absolute; right: -8px; top: 50%; z-index: 1; color: #91a198; transform: translate(50%,-50%); }
.keyword-set-revision-step:last-child::after { content: none; }
.keyword-set-revision-marker { min-width: 32px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: #507963; font-size: 7px; font-weight: 900; }
.keyword-set-revision-step.pending .keyword-set-revision-marker { background: #b58425; }
.keyword-set-revision-step.rejected .keyword-set-revision-marker { background: #af5f56; }
.keyword-set-revision-copy { min-width: 0; }
.keyword-set-revision-copy strong,.keyword-set-revision-copy small { display: block; overflow-wrap: anywhere; }
.keyword-set-revision-copy strong { color: #30443a; font-size: 8px; }
.keyword-set-revision-copy small { margin-top: 3px; color: #7b877f; font-size: 7px; line-height: 1.4; }
.keyword-set-current-badge,.keyword-set-previous-badge { display: inline-block; margin-top: 4px; border-radius: 999px; padding: 3px 6px; font-size: 7px; font-weight: 900; }
.keyword-set-current-badge { color: #165f3c; background: #dff2e6; }
.keyword-set-previous-badge { color: #716641; background: #f2eddc; }
.keyword-set-version-guidance { margin: 10px 0 0; border: 1px solid #cfe0d6; border-radius: 10px; background: #f1f8f4; color: #3d5b4b; padding: 9px 11px; font-size: 9px; line-height: 1.55; }
.keyword-set-version-guidance.older { border-color: #e4d5ae; background: #fff8e6; color: #745b1f; }
.keyword-set-oversight-card { border: 1px solid #dde3df; border-radius: 11px; background: #fff; overflow: hidden; }
.keyword-set-oversight-card.pending { border-color: #e5cf9b; box-shadow: inset 3px 0 0 #d6a443; }
.keyword-set-oversight-card.approved { box-shadow: inset 3px 0 0 #71a689; }
.keyword-set-oversight-card.rejected { border-color: #e7ccc7; box-shadow: inset 3px 0 0 #c8796f; }
.keyword-set-oversight-card summary { display: grid; grid-template-columns: minmax(180px,1.4fr) minmax(160px,1fr) auto; align-items: center; gap: 14px; padding: 12px 14px; cursor: pointer; list-style-position: inside; }
.keyword-set-oversight-card summary:hover { background: #fbfcfb; }
.keyword-set-oversight-card[open] summary { border-bottom: 1px solid #e9ecea; background: #fbfcfb; }
.keyword-set-oversight-identity,.keyword-set-owner { min-width: 0; }
.keyword-set-oversight-identity strong,.keyword-set-oversight-identity small,.keyword-set-owner strong,.keyword-set-owner small { display: block; overflow-wrap: anywhere; }
.keyword-set-oversight-identity strong,.keyword-set-owner strong { color: #2c3f35; font-size: 10px; }
.keyword-set-oversight-identity small,.keyword-set-owner small { margin-top: 3px; color: #849087; font-size: 8px; }
.keyword-set-count { border-radius: 999px; background: #eaf2ed; color: #3a6851; padding: 5px 8px; font-size: 8px; font-weight: 900; }
.keyword-set-review-badges { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.keyword-set-review-status { border-radius: 999px; padding: 5px 8px; font-size: 8px; font-weight: 900; white-space: nowrap; }
.keyword-set-review-status.pending { color: #7a5711; background: #faedcc; }
.keyword-set-review-status.approved { color: #1b603e; background: #e1f1e8; }
.keyword-set-review-status.rejected { color: #91443d; background: #f8e5e2; }
.keyword-set-revision-badge { border-radius: 999px; padding: 5px 8px; color: #315e49; background: #e1f1e7; font-size: 8px; font-weight: 900; white-space: nowrap; }
.keyword-set-oversight-body { display: grid; gap: 11px; padding: 13px 14px 15px; }
.keyword-set-oversight-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.keyword-set-oversight-meta span { border-radius: 999px; background: #f0f2f0; color: #657169; padding: 4px 7px; font-size: 8px; font-weight: 800; }
.keyword-set-description { margin: 0; color: #66736b; font-size: 9px; line-height: 1.55; }
.keyword-set-revision-diff { display: grid; gap: 9px; padding: 11px; border: 1px solid #cfe0d6; border-radius: 10px; background: #f4faf6; }
.keyword-set-revision-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.keyword-set-revision-heading strong { color: #2b5843; font-size: 9px; }
.keyword-set-revision-heading span { color: #66756d; font-size: 8px; font-weight: 800; }
.keyword-set-revision-changes { display: flex; flex-wrap: wrap; gap: 5px; }
.keyword-set-revision-changes span { padding: 4px 7px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.keyword-set-revision-changes .added { color: #226245; background: #dff2e7; }
.keyword-set-revision-changes .removed { color: #98453d; background: #fbe4e1; }
.keyword-set-revision-changes .unchanged { color: #6f756f; background: #ecefeb; }
.admin-keyword-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.admin-keyword-chip { display: grid; gap: 2px; max-width: 250px; border: 1px solid #dce6df; border-radius: 9px; background: #f7fbf8; padding: 7px 9px; }
.admin-keyword-chip strong { color: #315642; font-size: 9px; overflow-wrap: anywhere; }
.admin-keyword-chip small { color: #839087; font-size: 7px; }
.keyword-set-review-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.keyword-set-review-actions button { height: 31px; padding: 0 11px; border: 1px solid #d8d4ca; border-radius: 8px; background: #fff; color: #59635d; font: inherit; font-size: 8px; font-weight: 850; cursor: pointer; }
.keyword-set-review-actions .approve { border-color: #bad7c6; color: #1f6845; background: #edf7f1; }
.keyword-set-review-actions .reject { border-color: #e3c4bf; color: #91473f; background: #fff2f0; }
.keyword-set-review-actions button:hover { filter: brightness(.98); }
.keyword-set-review-actions button:focus-visible { outline: 3px solid rgba(43,119,83,.16); outline-offset: 2px; }
.keyword-set-decision-note { margin: 0; border-radius: 9px; background: #f3f4f2; color: #657169; padding: 9px 10px; font-size: 8px; line-height: 1.55; overflow-wrap: anywhere; }
.keyword-set-oversight-empty { display: grid; gap: 4px; padding: 22px; color: #7b857f; text-align: center; }
.keyword-set-oversight-empty strong { color: #405248; font-size: 11px; }
.keyword-set-oversight-empty span { font-size: 9px; }
.account-panel, .audit-panel { min-width: 0; background: #fffefb; }
.account-panel { border-right: 1px solid #e6e2da; }
.panel-heading { display: flex; justify-content: space-between; gap: 14px; padding: 17px 19px; border-bottom: 1px solid #ece8e0; }
.panel-heading strong, .panel-heading small { display: block; }
.panel-heading strong { font-size: 12px; }
.panel-heading small { margin-top: 4px; color: #89847a; font-size: 9px; }
.compact-user-form { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 14px 18px; border-bottom: 1px solid #ece8e0; background: #faf8f3; }
.compact-user-form label { display: grid; gap: 5px; }
.compact-user-form label span { color: #797266; font-size: 8px; font-weight: 850; }
.compact-user-form input, .compact-user-form select { width: 100%; height: 36px; padding: 0 9px; border: 1px solid #dcd7cd; border-radius: 9px; background: #fff; font-size: 10px; }
.compact-user-form button { height: 36px; align-self: end; }
.account-panel > .action-error { margin: 12px 18px 0; }
.dashboard-user-list { display: grid; max-height: 390px; overflow-y: auto; }
.dashboard-user-card { display: grid; grid-template-columns: 34px minmax(120px, 1fr) auto auto auto auto; gap: 9px; align-items: center; padding: 12px 18px; border-bottom: 1px solid #efebe4; }
.dashboard-user-card.disabled { background: #faf8f6; }
.dashboard-user-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #2f5c49; font-size: 10px; font-weight: 900; }
.dashboard-user-card strong, .dashboard-user-card small { display: block; }
.dashboard-user-card strong { font-size: 10px; }
.dashboard-user-card small { margin-top: 3px; color: #8c877e; font-size: 8px; }
.dashboard-user-card > em { border-radius: 999px; padding: 5px 7px; color: #6b5b31; background: #f7eed7; font-size: 8px; font-style: normal; font-weight: 850; }
.dashboard-user-card > em.disabled { color: #8b4b44; background: #f7e8e5; }
.audit-panel-heading { align-items: center; }
.audit-panel-heading form { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.audit-panel-heading input { width: 230px; height: 34px; border: 1px solid #dcd7cd; border-radius: 9px; padding: 0 10px; background: #fff; font-size: 9px; }
.audit-panel-heading select { height: 34px; border: 1px solid #dcd7cd; border-radius: 9px; padding: 0 27px 0 9px; color: #4c514d; background: #fff; font-size: 9px; }
.audit-panel-heading button { height: 34px; }
.audit-signal-policy { display: flex; gap: 8px 12px; padding: 10px 19px; border-bottom: 1px solid #eadfca; color: #76591b; background: #fff8e9; font-size: 9px; }
.audit-signal-policy span { color: #7f7259; }
.audit-table-shell { min-height: 260px; overflow-x: auto; }
.audit-table-shell table { min-width: 1040px; }
.audit-table-shell th:first-child, .audit-table-shell td:first-child { padding-left: 19px; }
.audit-table-shell th:last-child, .audit-table-shell td:last-child { padding-right: 19px; }
.audit-table-shell td { padding-top: 12px; padding-bottom: 12px; }
.audit-account strong, .audit-account small, .audit-query strong, .audit-query small { display: block; }
.audit-account strong, .audit-query strong { font-size: 10px; }
.audit-account small, .audit-query small { margin-top: 3px; color: #8b867e; font-size: 8px; }
.audit-query strong { max-width: 280px; overflow-wrap: anywhere; color: #263d32; }
.audit-policy-signal, .audit-review-badge { display: inline-flex; align-items: center; width: max-content; margin-top: 5px; border-radius: 999px; padding: 4px 7px; font-size: 8px; font-weight: 850; }
.audit-policy-signal.managed { color: #356149; background: #e8f4ec; }
.audit-policy-signal.outside { color: #8a5b16; background: #fff0ce; }
.audit-usage-outcome { display: inline-flex; width: max-content; margin-top: 5px; border-radius: 999px; padding: 4px 7px; font-size: 8px; font-weight: 850; }
.audit-usage-outcome.blocked { color: #8c3935; background: #f8e5e2; }
.audit-usage-outcome.allowed { color: #456052; background: #edf3ef; }
.audit-review { display: grid; gap: 4px; max-width: 220px; }
.audit-review-badge.business { color: #356149; background: #e8f4ec; }
.audit-review-badge.caution { color: #8a5b16; background: #fff0ce; }
.audit-review-badge.misuse { color: #8c3935; background: #f8e5e2; }
.audit-review small { color: #817b71; font-size: 8px; line-height: 1.5; overflow-wrap: anywhere; }
.audit-review-button { border: 1px solid #b9cabe; border-radius: 8px; padding: 7px 9px; color: #28543d; background: #f3f9f5; font-size: 8px; font-weight: 850; cursor: pointer; }
.audit-review-button:hover { border-color: #5e8b70; background: #e9f5ed; }
.audit-review-button:focus-visible { outline: 2px solid #3c7654; outline-offset: 2px; }
.audit-review-unavailable { color: #979189; font-size: 8px; font-style: normal; }
.audit-pagination { display: flex; justify-content: space-between; align-items: center; padding: 12px 19px; border-top: 1px solid #e9e5dd; color: #817b71; font-size: 9px; }
.audit-pagination > div { display: flex; gap: 6px; }
.keyword-set-dialog { width: min(760px, calc(100vw - 32px)); }
.keyword-set-dialog form { margin: 0; }
.keyword-set-dialog-body { display: grid; gap: 16px; padding: 22px 26px; }
.keyword-set-policy { display: grid; gap: 4px; padding: 12px 14px; border: 1px solid #e6d8b8; border-radius: 12px; color: #705617; background: #fff8e7; }
.keyword-set-policy strong { font-size: 11px; }
.keyword-set-policy span { color: #7e735e; font-size: 10px; line-height: 1.5; }
.keyword-set-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.keyword-set-dialog textarea { min-height: 160px; }
.keyword-ai-advisor { display: grid; gap: 13px; padding: 16px; border: 1px solid #cdded4; border-radius: 15px; background: linear-gradient(145deg,#f4faf6 0%,#fbf9f2 100%); box-shadow: 0 9px 24px rgba(42,77,59,.07); }
.keyword-ai-advisor-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.keyword-ai-advisor-heading > div { min-width: 0; }
.keyword-ai-advisor-heading h3 { margin: 4px 0 3px; color: #243c30; font-size: 14px; }
.keyword-ai-advisor-heading p { margin: 0; color: #647269; font-size: 10px; line-height: 1.55; }
.ai-label { display: inline-flex; align-items: center; border-radius: 999px; background: #264d3b; color: #fff; padding: 3px 7px; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.ai-recommend-button { flex: 0 0 auto; background: #264d3b; box-shadow: 0 5px 14px rgba(38,77,59,.16); }
.keyword-ai-empty { display: grid; gap: 4px; padding: 12px 13px; border: 1px dashed #bdd1c5; border-radius: 11px; background: rgba(255,255,255,.72); }
.keyword-ai-empty strong { color: #345945; font-size: 10px; }
.keyword-ai-empty span { color: #748078; font-size: 9px; line-height: 1.55; }
.keyword-ai-summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 9px; }
.keyword-ai-summary p { margin: 0; color: #52655a; font-size: 10px; font-weight: 700; }
.keyword-ai-summary .button { min-height: 34px; padding: 0 11px; font-size: 9px; }
.keyword-ai-suggestions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.keyword-ai-suggestion { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 10px 10px 10px 11px; border: 1px solid #dfe8e2; border-radius: 11px; background: rgba(255,255,255,.9); }
.keyword-ai-suggestion > div { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 4px 7px; min-width: 0; }
.keyword-ai-suggestion strong { min-width: 0; color: #263d32; font-size: 10px; overflow-wrap: anywhere; }
.keyword-ai-suggestion small { grid-column: 1 / -1; color: #7a857e; font-size: 8px; line-height: 1.45; }
.keyword-ai-type { justify-self: start; border-radius: 999px; background: #e4f0e8; color: #3b6952; padding: 2px 6px; font-size: 7px; font-weight: 900; }
.keyword-ai-add { min-width: 50px; border: 1px solid #b9cec0; border-radius: 9px; background: #fff; color: #315d47; padding: 7px 8px; font: inherit; font-size: 9px; font-weight: 900; cursor: pointer; }
.keyword-ai-add:hover:not(:disabled) { border-color: #4b8065; background: #eff7f2; }
.keyword-ai-add:disabled { border-color: #dfe4e1; color: #9aa49e; background: #f2f4f3; cursor: default; }
.keyword-ai-add:focus-visible, .ai-recommend-button:focus-visible { outline: 3px solid rgba(43,119,83,.18); outline-offset: 2px; }
.keyword-ai-status { margin: 0; color: #77827b; font-size: 8px; line-height: 1.5; }

@media (max-width: 900px) {
  .governance-grid { grid-template-columns: 1fr; }
  .account-panel { border-right: 0; border-bottom: 1px solid #e6e2da; }
  .keyword-set-oversight-heading { align-items: stretch; flex-direction: column; }
  .keyword-set-oversight-heading form,.keyword-set-oversight-heading input { width: 100%; }
}

@media (max-width: 620px) {
  .session-identity { padding-right: 0; border-right: 0; }
  .session-identity div { display: none; }
  .governance-heading { display: block; padding: 21px 18px 15px; }
  .governance-heading > p { margin-top: 8px; text-align: left; }
  .governance-policy { margin-left: 18px; margin-right: 18px; }
  .governance-metrics { padding-left: 18px; padding-right: 18px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .keyword-set-oversight-panel { margin-left: 18px; margin-right: 18px; }
  .keyword-set-oversight-card summary { grid-template-columns: minmax(0,1fr) auto; }
  .keyword-set-owner { grid-column: 1 / -1; grid-row: 2; }
  .keyword-set-review-badges { grid-column: 2; grid-row: 1; }
  .keyword-set-oversight-metrics { grid-template-columns: repeat(2,1fr); }
  .keyword-set-oversight-metrics div { padding-left: 11px; padding-right: 11px; }
  .compact-user-form, .keyword-set-fields, .keyword-ai-suggestions { grid-template-columns: 1fr; }
  .dashboard-user-card { grid-template-columns: 34px minmax(0, 1fr) auto; }
  .dashboard-contact-permission, .dashboard-user-status, .dashboard-user-reset { grid-column: 2 / -1; justify-self: start; margin-left: 0; }
  .audit-panel-heading { display: block; }
  .audit-panel-heading form { margin-top: 10px; }
  .audit-panel-heading input { width: 100%; }
  .audit-panel-heading select { flex: 1 1 135px; }
  .audit-signal-policy { display: grid; }
  .keyword-set-dialog-body { padding-left: 18px; padding-right: 18px; }
  .my-keyword-set-review-heading { align-items: stretch; flex-direction: column; }
  .my-keyword-set-review-metrics { flex-wrap: wrap; justify-content: flex-start; }
  .my-keyword-set-family-cards { grid-template-columns: 1fr; }
  .keyword-ai-advisor-heading, .keyword-ai-summary { align-items: stretch; flex-direction: column; }
  .ai-recommend-button, .keyword-ai-summary .button { width: 100%; }
}
