:root {
  --navy-950: #07111f;
  --navy-900: #0a1728;
  --navy-800: #102238;
  --navy-700: #1d3553;
  --ink: #102135;
  --muted: #708097;
  --line: #e6ebf0;
  --soft: #f5f8fb;
  --white: #ffffff;
  --cyan: #1cc4cc;
  --cyan-soft: #e3fbfc;
  --lime: #a9df53;
  --yellow: #f4ba45;
  --red: #e7696d;
  --shadow: 0 18px 50px rgba(10, 31, 58, 0.08);
  --radius: 18px;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #eef3f7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #eef3f7; color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.app-shell { display: flex; min-height: 100vh; }

.sidebar { position: sticky; top: 0; display: flex; flex: 0 0 256px; flex-direction: column; min-height: 100vh; padding: 28px 18px 18px; background: var(--navy-950); color: #c4d0df; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 13px 27px; color: #fff; letter-spacing: -0.03em; }
.brand strong { display: block; font-size: 16px; line-height: 1.05; }
.brand-accent { color: var(--cyan); }
.brand-mark { display: flex; align-items: end; gap: 3px; width: 27px; height: 27px; padding: 5px 5px 4px; border: 1px solid rgba(28,196,204,.55); border-radius: 8px; background: rgba(28,196,204,.1); }
.brand-mark span { width: 4px; border-radius: 4px; background: var(--cyan); }
.brand-mark span:nth-child(1) { height: 8px; opacity: .55; }.brand-mark span:nth-child(2) { height: 13px; }.brand-mark span:nth-child(3) { height: 18px; background: var(--lime); }
.workspace-switcher { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.055); }
.workspace-switcher > div:nth-child(2) { display: grid; gap: 3px; min-width: 0; }.workspace-switcher strong { overflow: hidden; color: #f7fbff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.eyebrow { color: #718199; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .13em; }.chevron { margin-left: auto; color: #8da0b7; }
.avatar { display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #07111f; font-size: 10px; font-weight: 800; }.avatar-green { background: var(--lime); }.avatar-pink { background: #f4adca; }
.nav-list { display: grid; gap: 6px; }.nav-item { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 12px; border-radius: 10px; color: #8393aa; font-size: 12px; font-weight: 700; transition: .2s ease; }.nav-item:hover { color: #fff; background: rgba(255,255,255,.06); }.nav-item.active { color: #fff; background: #18314e; box-shadow: inset 3px 0 var(--cyan); }.nav-icon { width: 16px; color: #7890aa; font-size: 17px; text-align: center; }.active .nav-icon { color: var(--cyan); }.nav-badge { margin-left: auto; padding: 3px 6px; border-radius: 5px; background: rgba(169,223,83,.16); color: var(--lime); font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .04em; }.sidebar-bottom { margin-top: auto; }.plan-card { margin: 28px 4px 19px; padding: 15px; border: 1px solid rgba(28,196,204,.18); border-radius: 13px; background: linear-gradient(145deg, rgba(23,60,79,.66), rgba(15,34,55,.7)); }.plan-card-top { display: flex; align-items: center; gap: 6px; color: var(--cyan); font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .11em; }.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(169,223,83,.09); }.plan-card strong { display: block; margin: 12px 0 11px; color: #fff; font-size: 12px; }.progress { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }.progress span { display: block; height: 100%; border-radius: inherit; background: var(--cyan); }.plan-card small { display: block; margin-top: 7px; color: #7f93ab; font-size: 9px; }.text-button { display: flex; justify-content: space-between; width: 100%; margin-top: 14px; padding: 0; border: 0; background: transparent; color: var(--cyan); font-size: 10px; font-weight: 800; }.text-button span { font-size: 15px; }.nav-item.muted { margin-bottom: 16px; }.user-row { display: flex; align-items: center; gap: 9px; padding: 14px 9px 0; border-top: 1px solid rgba(255,255,255,.08); }.user-row strong, .user-row small { display: block; }.user-row strong { color: #dbe6f0; font-size: 10px; }.user-row small { color: #718199; font-size: 9px; }.more { margin-left: auto; color: #65748b; font-size: 12px; }

.main-content { flex: 1; min-width: 0; padding: 0 42px 22px; }.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 76px; border-bottom: 1px solid var(--line); }.breadcrumbs { display: flex; gap: 11px; color: #96a4b6; font-size: 11px; }.breadcrumbs b { color: #cad2db; }.breadcrumbs strong { color: var(--ink); }.topbar-actions { display: flex; align-items: center; gap: 18px; }.live-label { display: flex; align-items: center; gap: 7px; color: #66768a; font-size: 10px; font-weight: 700; }.live-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(169,223,83,.16); }.icon-button { position: relative; border: 0; background: transparent; color: #76879a; font-size: 19px; }.notification-dot { position: absolute; top: 2px; right: 0; width: 5px; height: 5px; border: 1px solid #eef3f7; border-radius: 50%; background: var(--red); }.top-avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: var(--navy-900); color: #fff; font-size: 9px; font-weight: 800; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 51px 0 34px; }.kicker, .section-label { color: #8b9bad; font-family: "DM Mono", monospace; font-size: 9px; font-weight: 500; letter-spacing: .13em; }.kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; color: #1ab5bd; }.kicker span { width: 22px; height: 1px; background: var(--cyan); }.page-heading h1 { max-width: 680px; margin: 0; color: var(--navy-950); font-size: clamp(31px, 4vw, 53px); letter-spacing: -.065em; line-height: 1.04; }.page-heading h1 em { color: #18aeb7; font-style: normal; }.heading-copy { max-width: 585px; margin-top: 17px; color: var(--muted); font-size: 13px; line-height: 1.8; }.heading-note { display: flex; gap: 11px; max-width: 250px; padding: 14px; border: 1px solid #d8edf0; border-radius: 12px; background: rgba(255,255,255,.52); }.note-icon { display: grid; flex: 0 0 auto; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--cyan-soft); color: #16aeb7; }.heading-note strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 10px; }.heading-note p { color: #8291a1; font-size: 9px; line-height: 1.5; }
.dashboard-grid { display: grid; grid-template-columns: minmax(420px, 1.06fr) minmax(350px, .94fr); gap: 19px; align-items: start; }.card { border: 1px solid rgba(214,224,233,.94); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }.scanner-card { padding: 27px 27px 22px; }.card-header, .score-card-top, .section-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }.card-header h2, .score-card h2, .section-heading-row h2 { margin: 8px 0 0; color: var(--navy-950); font-size: 17px; letter-spacing: -.035em; }.secure-pill { padding: 6px 8px; border-radius: 5px; background: var(--cyan-soft); color: #13a8b0; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .06em; }.drop-zone { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 207px; margin: 24px 0 22px; padding: 25px; border: 1px dashed #adc5d3; border-radius: 13px; background: linear-gradient(145deg, #f7fbfd, #f1f8fa); text-align: center; transition: .2s ease; }.drop-zone.drag-over, .drop-zone:hover, .drop-zone:focus { border-color: var(--cyan); background: #ebfbfc; outline: none; }.upload-orb { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 13px; border: 1px solid #c9eef0; border-radius: 50%; background: #ddf8f9; color: #13b5bd; font-size: 23px; }.drop-zone strong { color: var(--navy-950); font-size: 13px; }.drop-zone p { margin: 5px 0 5px; color: #8898a8; font-size: 10px; }.drop-zone small { color: #a3afbc; font-size: 9px; }.inline-button { padding: 0; border: 0; background: transparent; color: #08a8b1; font-size: inherit; font-weight: 800; }.file-preview { margin: 24px 0 22px; }.preview-media { position: relative; overflow: hidden; border-radius: 12px; background: #07111f; }.preview-media video { display: block; width: 100%; max-height: 240px; background: #07111f; }.preview-label { position: absolute; top: 10px; left: 10px; padding: 5px 7px; border-radius: 5px; background: rgba(7,17,31,.72); color: #d4f7f7; font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .09em; }.file-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }.file-meta > div { display: flex; align-items: center; gap: 9px; }.file-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: #e9f8f8; color: #17afb8; }.file-meta strong, .file-meta small { display: block; }.file-meta strong { max-width: 290px; overflow: hidden; color: var(--navy-950); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.file-meta small { color: #96a3b2; font-size: 9px; }.remove-button { width: 25px; height: 25px; border: 0; border-radius: 6px; background: #f4f6f8; color: #7f8e9d; font-size: 17px; }.input-divider { display: flex; align-items: center; gap: 10px; margin: 5px 0 17px; color: #9caab8; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .14em; }.input-divider::after { flex: 1; height: 1px; background: var(--line); content: ""; }.field-label { display: block; margin: 12px 0 6px; color: #4e6175; font-size: 10px; font-weight: 800; }.field-label span:not(.optional) { color: var(--red); }.optional { color: #a4b0bc; font-weight: 500; }.text-input { width: 100%; min-height: 40px; padding: 10px 11px; border: 1px solid #dce4ea; border-radius: 8px; outline: none; background: #fbfcfd; color: var(--ink); font-size: 11px; transition: .2s ease; }.text-input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(28,196,204,.12); }.textarea { resize: vertical; min-height: 70px; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.primary-button { display: flex; align-items: center; gap: 9px; width: 100%; min-height: 47px; margin-top: 20px; padding: 0 14px; border: 0; border-radius: 9px; background: var(--navy-900); color: #fff; font-size: 11px; font-weight: 800; transition: .2s ease; }.primary-button:hover:not(:disabled) { background: #143255; transform: translateY(-1px); }.primary-button:disabled { cursor: not-allowed; opacity: .42; }.button-icon { color: var(--cyan); font-size: 16px; }.button-arrow { margin-left: auto; color: var(--lime); font-size: 18px; }.microcopy { margin-top: 11px; color: #a4b0bc; font-size: 8px; line-height: 1.5; text-align: center; }
.results-column { display: grid; gap: 19px; }.score-card { min-height: 326px; padding: 27px; }.scan-status { padding: 6px 8px; border-radius: 5px; background: #f0f3f6; color: #97a4b2; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .07em; }.scan-status.ready { background: var(--cyan-soft); color: #14aeb7; }.scan-status.warning { background: #fff5df; color: #ce8d1b; }.empty-report { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 232px; padding: 30px 45px; text-align: center; }.empty-orb { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 14px; border: 1px solid #d9e3ea; border-radius: 50%; color: #a7b5c2; font-size: 24px; }.empty-report strong { color: var(--navy-950); font-size: 12px; }.empty-report p { max-width: 280px; margin-top: 8px; color: #92a0ae; font-size: 10px; line-height: 1.65; }.score-result { display: flex; align-items: center; gap: 24px; min-height: 232px; padding: 27px 12px 18px; }.score-ring { position: relative; display: grid; flex: 0 0 auto; place-items: center; width: 146px; height: 146px; border-radius: 50%; background: conic-gradient(var(--yellow) 0 74%, #edf1f4 74% 100%); }.score-ring::before { position: absolute; inset: 11px; border-radius: 50%; background: #fff; content: ""; }.score-ring > div { position: relative; z-index: 1; text-align: center; }.score-ring strong { display: block; color: var(--navy-950); font-size: 37px; letter-spacing: -.08em; line-height: 1; }.score-ring span { color: #98a5b2; font-size: 10px; }.score-summary { flex: 1; }.risk-tag { display: inline-block; padding: 5px 7px; border-radius: 5px; background: #fff4df; color: #c88d1a; font-family: "DM Mono", monospace; font-size: 8px; font-weight: 500; letter-spacing: .08em; }.score-summary h3 { margin: 11px 0 7px; color: var(--navy-950); font-size: 15px; letter-spacing: -.04em; line-height: 1.25; }.score-summary p { color: #8291a1; font-size: 10px; line-height: 1.65; }.score-updated { margin-top: 16px; color: #adb8c3; font-size: 8px; }.category-card { padding: 24px 27px 11px; }.compact { align-items: center; }.more-button { border: 0; background: transparent; color: #94a2af; letter-spacing: 2px; }.category-list { margin-top: 17px; }.category-row { display: flex; align-items: center; gap: 11px; padding: 13px 0; border-top: 1px solid #edf1f4; }.category-icon { display: grid; flex: 0 0 auto; place-items: center; width: 27px; height: 27px; border-radius: 8px; font-size: 12px; font-weight: 800; }.category-icon.green { background: #edf9e4; color: #71ad2f; }.category-icon.yellow { background: #fff5e0; color: #d59625; }.category-icon.red { background: #fff0f0; color: #d95b62; }.category-icon.gray { background: #f0f3f5; color: #8d9aa7; }.category-text { flex: 1; }.category-text strong, .category-text small { display: block; }.category-text strong { color: #3a5065; font-size: 10px; }.category-text small { margin-top: 3px; color: #9ca9b5; font-size: 8px; }.category-state { font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .05em; }.green-text { color: #74ad38; }.yellow-text { color: #d79828; }.red-text { color: #d75c63; }.gray-text { color: #9da9b4; }
.findings-section { margin-top: 21px; padding: 28px 27px 15px; border: 1px solid #dce5eb; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }.filter-tabs { display: flex; gap: 5px; padding: 4px; border-radius: 8px; background: #f3f6f8; }.filter-tab { padding: 6px 8px; border: 0; border-radius: 5px; background: transparent; color: #8998a7; font-size: 9px; }.filter-tab span { margin-left: 3px; color: #aab5bf; }.filter-tab.active { background: #fff; color: var(--ink); box-shadow: 0 2px 7px rgba(17,39,62,.08); font-weight: 800; }.findings-table { margin-top: 20px; }.finding-head, .finding-row { display: grid; grid-template-columns: .78fr 2fr .83fr 1.45fr 20px; gap: 14px; align-items: center; }.finding-head { padding: 0 10px 10px; color: #a4b0bc; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .08em; }.finding-row { min-height: 74px; padding: 12px 10px; border-top: 1px solid #edf1f4; }.finding-row > div:first-child { display: flex; align-items: center; gap: 6px; color: #6d7d8c; font-size: 9px; }.severity-dot { width: 7px; height: 7px; border-radius: 50%; }.severity-dot.high { background: var(--red); box-shadow: 0 0 0 4px rgba(231,105,109,.12); }.severity-dot.medium { background: var(--yellow); box-shadow: 0 0 0 4px rgba(244,186,69,.12); }.finding-row strong { color: #3d5266; font-size: 9px; }.finding-row small { display: block; margin-top: 4px; color: #9aa7b4; font-size: 8px; line-height: 1.4; }.timestamp { display: inline-block; padding: 4px 5px; border-radius: 4px; background: #f0f4f6; color: #65788b; font-family: "DM Mono", monospace; font-size: 8px; }.suggestion { color: #65788b; font-size: 9px; line-height: 1.4; }.row-arrow { border: 0; background: transparent; color: #98a7b4; font-size: 16px; }.bottom-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 19px; margin-top: 21px; }.tip-card, .policy-link-card { position: relative; display: flex; gap: 17px; min-height: 151px; padding: 25px 27px; overflow: hidden; }.tip-icon { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #e9f9fa; color: #13adb6; }.tip-card h3, .policy-link-card h3 { margin: 9px 0 7px; color: var(--navy-950); font-size: 15px; letter-spacing: -.04em; }.tip-card p { max-width: 510px; color: #8a98a7; font-size: 9px; line-height: 1.6; }.tip-number { position: absolute; top: 16px; right: 22px; color: #ecf1f4; font-family: "DM Mono", monospace; font-size: 30px; }.policy-link-card { display: block; background: var(--navy-900); border-color: var(--navy-900); }.policy-link-card h3 { color: #fff; }.outline-button { margin-top: 13px; padding: 8px 10px; border: 1px solid #46617b; border-radius: 6px; background: transparent; color: #b8c8d7; font-size: 9px; font-weight: 800; }.outline-button span { margin-left: 18px; color: var(--lime); }.footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 3px 4px; color: #9daab7; font-family: "DM Mono", monospace; font-size: 8px; }.footer b { padding: 0 5px; color: #c8d1d9; }.hidden { display: none !important; }.toast { position: fixed; right: 24px; bottom: 24px; z-index: 20; max-width: 320px; padding: 12px 16px; border: 1px solid rgba(28,196,204,.25); border-radius: 9px; background: var(--navy-900); color: #e8ffff; font-size: 10px; box-shadow: 0 12px 35px rgba(5,22,39,.25); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .25s ease; }.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) { .main-content { padding: 0 25px 20px; }.sidebar { flex-basis: 222px; }.page-heading { align-items: flex-start; flex-direction: column; }.heading-note { max-width: 360px; }.dashboard-grid { grid-template-columns: 1fr; }.results-column { grid-template-columns: 1fr 1fr; }.score-card { min-height: 100%; }.category-card { min-height: 100%; }.findings-table { overflow-x: auto; }.finding-head, .finding-row { min-width: 730px; }.bottom-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .app-shell { display: block; }.sidebar { position: static; min-height: auto; padding: 16px; }.brand { padding: 0 4px 15px; }.workspace-switcher { margin-bottom: 12px; }.nav-list { grid-template-columns: repeat(2, 1fr); }.nav-item { font-size: 10px; }.sidebar-bottom { display: none; }.main-content { padding: 0 15px 18px; }.topbar { min-height: 57px; }.live-label { display: none; }.page-heading { padding: 34px 0 25px; }.page-heading h1 { font-size: 35px; }.heading-copy { font-size: 12px; }.dashboard-grid, .results-column, .bottom-grid { grid-template-columns: 1fr; }.scanner-card, .score-card, .category-card, .findings-section { padding-left: 18px; padding-right: 18px; }.field-row { grid-template-columns: 1fr; gap: 0; }.score-result { flex-direction: column; text-align: center; }.score-ring { width: 130px; height: 130px; }.score-summary { width: 100%; }.footer { flex-direction: column; gap: 8px; }.heading-note { max-width: none; width: 100%; } }

body.modal-open { overflow: hidden; }
.policy-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 26px; }
.policy-modal-backdrop { position: absolute; inset: 0; background: rgba(5, 16, 29, .72); backdrop-filter: blur(5px); }
.policy-modal-panel { position: relative; display: flex; flex-direction: column; width: min(1050px, 100%); max-height: min(850px, calc(100vh - 52px)); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 19px; background: #f7fafc; box-shadow: 0 30px 100px rgba(1, 11, 22, .38); }
.policy-modal-header { display: flex; justify-content: space-between; gap: 30px; padding: 28px 31px 21px; background: var(--navy-950); color: #fff; }
.policy-modal-header h2 { margin: 8px 0 6px; font-size: 25px; letter-spacing: -.055em; }
.policy-modal-header p { max-width: 700px; color: #91a5bb; font-size: 10px; line-height: 1.5; }
.modal-close { width: 31px; height: 31px; border: 1px solid #405773; border-radius: 8px; background: transparent; color: #afc2d4; font-size: 22px; line-height: 1; }
.policy-toolbar { display: flex; align-items: center; gap: 13px; padding: 18px 31px; border-bottom: 1px solid #e0e8ee; background: #fff; }
.policy-search { display: flex; align-items: center; flex: 1; gap: 9px; height: 38px; padding: 0 12px; border: 1px solid #dce5eb; border-radius: 8px; color: #8ea0b0; }
.policy-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; }
.policy-count { color: #8797a6; font-family: "DM Mono", monospace; font-size: 9px; white-space: nowrap; }
.policy-groups { overflow-y: auto; padding: 25px 31px 8px; }
.policy-group { margin-bottom: 29px; }
.policy-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-bottom: 13px; }
.policy-group-heading h3 { max-width: 700px; margin: 6px 0 0; color: #7d8c9a; font-size: 10px; font-weight: 500; }
.policy-group-heading > span { color: #a8b3bd; font-family: "DM Mono", monospace; font-size: 8px; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.policy-item { min-height: 175px; padding: 15px; border: 1px solid #dfe7ec; border-radius: 12px; background: #fff; }
.policy-item-top { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.policy-item-top a { color: #1aaab3; font-size: 8px; font-weight: 800; }
.policy-level { padding: 4px 6px; border-radius: 4px; font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .04em; }
.level-high { background: #fff0f0; color: #d86369; }.level-medium { background: #fff6e2; color: #c99027; }.level-info { background: #eaf8f8; color: #139ca5; }
.policy-item h4 { margin: 11px 0 6px; color: var(--navy-950); font-size: 11px; letter-spacing: -.025em; }
.policy-item p { min-height: 54px; margin: 0; color: #8493a2; font-size: 9px; line-height: 1.55; }
.policy-checks { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 11px; }.policy-checks span { padding: 3px 5px; border-radius: 4px; background: #f2f5f7; color: #8b9aa8; font-family: "DM Mono", monospace; font-size: 7px; }
.policy-no-results { padding: 40px 10px 55px; color: #8291a0; font-size: 12px; text-align: center; }
.policy-disclaimer { display: flex; gap: 8px; padding: 13px 31px; border-top: 1px solid #e0e8ee; background: #fff; color: #9aa8b4; font-size: 9px; line-height: 1.5; }

@media (max-width: 1050px) { .policy-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .policy-modal { padding: 10px; }.policy-modal-panel { max-height: calc(100vh - 20px); }.policy-modal-header, .policy-toolbar, .policy-groups, .policy-disclaimer { padding-left: 17px; padding-right: 17px; }.policy-toolbar { align-items: stretch; flex-direction: column; }.policy-grid { grid-template-columns: 1fr; }.policy-item { min-height: 0; }.policy-item p { min-height: 0; } }

/* Readability pass: increase type scale across navigation and reports. */
.brand strong { font-size: 18px; }
.workspace-switcher strong { font-size: 13px; }
.workspace-switcher .eyebrow { font-size: 10px; }
.nav-item { min-height: 48px; font-size: 14px; }
.nav-icon { font-size: 19px; }
.nav-badge { font-size: 10px; }
.breadcrumbs { font-size: 13px; }
.live-label { font-size: 12px; }
.page-heading h1 { font-size: clamp(36px, 4.3vw, 58px); }
.heading-copy { font-size: 15px; }
.heading-note strong { font-size: 12px; }
.heading-note p { font-size: 11px; }
.kicker, .section-label { font-size: 10px; }
.card-header h2, .score-card h2, .section-heading-row h2 { font-size: 20px; }
.secure-pill, .scan-status { font-size: 10px; }
.drop-zone strong { font-size: 15px; }
.drop-zone p { font-size: 12px; }
.drop-zone small { font-size: 10px; }
.field-label { font-size: 12px; }
.text-input { min-height: 46px; font-size: 13px; }
.textarea { min-height: 82px; }
.primary-button { min-height: 54px; font-size: 13px; }
.microcopy { font-size: 10px; }
.empty-report strong { font-size: 14px; }
.empty-report p { font-size: 12px; }
.score-summary h3 { font-size: 18px; }
.score-summary p { font-size: 12px; }
.score-updated { font-size: 10px; }
.risk-tag { font-size: 10px; }
.category-text strong { font-size: 12px; }
.category-text small { font-size: 10px; }
.category-state { font-size: 10px; }
.finding-head { font-size: 10px; }
.finding-row strong { font-size: 11px; }
.finding-row small, .suggestion { font-size: 10px; }
.timestamp { font-size: 9px; }
.tip-card h3, .policy-link-card h3 { font-size: 18px; }
.tip-card p { font-size: 11px; }
.outline-button { font-size: 11px; }
.footer { font-size: 10px; }
.policy-modal-header h2 { font-size: 29px; }
.policy-modal-header p { font-size: 12px; }
.policy-search input { font-size: 13px; }
.policy-count { font-size: 10px; }
.policy-group-heading h3 { font-size: 12px; }
.policy-group-heading > span { font-size: 10px; }
.policy-item-top a { font-size: 10px; }
.policy-level { font-size: 9px; }
.policy-item h4 { font-size: 13px; }
.policy-item p { font-size: 11px; }
.policy-checks span { font-size: 9px; }
.policy-disclaimer { font-size: 11px; }
