:root {
    --cyan: #08c5dc;
    --blue: #048fd0;
    --navy: #102a43;
    --navy2: #0b1f33;
    --text: #536879;
    --muted: #7e91a0;
    --line: #dce8ee;
    --bg: #f3f8fb;
    --white: #fff;
    --success: #0f9f6e;
    --warning: #d58b0a;
    --danger: #d9485f;
    --shadow: 0 18px 55px rgba(16,42,67,.1);
    --radius: 18px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--navy);
    font-family: Inter,Arial,sans-serif;
    background: var(--bg)
}

h1,h2,h3,h4 {
    font-family: Manrope,Inter,sans-serif;
    margin: 0 0 12px;
    line-height: 1.15
}

p {
    line-height: 1.5;
    color: var(--text);
    margin: 0 0 15px;
}

a {
    color: var(--blue);
    text-decoration: none
}

button,input,select,textarea {
    font: inherit
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 11px 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg,var(--cyan),var(--blue));
    box-shadow: 0 8px 25px rgba(4,143,208,.22)
}

.btn-ghost {
    background: #fff;
    border-color: var(--line);
    color: var(--navy)
}

.btn-danger {
    background: #fff1f3;
    color: var(--danger);
    border-color: #ffd7de
}

.btn-lg {
    padding: 14px 23px
}

.full {
    width: 100%
}

.eyebrow {
    margin: 0 0 6px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy)
}

.brand img {
    width: 42px;
    height: 42px;
    object-fit: contain
}

.brand span {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.brand strong {
    font: 800 19px Manrope
}

.brand small {
    font: 700 11px Manrope;
    color: var(--blue);
    letter-spacing: .13em
}

.public-header {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 78px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(220,232,238,.8);
    padding: 0 max(5vw,24px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.public-header nav {
    display: flex;
    gap: 28px
}

.public-header nav a,.text-link {
    color: var(--navy);
    font-size: 14px;
    font-weight: 600
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px
}

.hero-section {
    min-height: 680px;
    padding: 90px max(6vw,28px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 7vw;
    align-items: center;
    background: radial-gradient(circle at 75% 15%,rgba(8,197,220,.17),transparent 25%),linear-gradient(135deg,#fff,#f2fbfd)
}

.hero-copy h1 {
    font-size: clamp(40px,3.3vw,60px);
    letter-spacing: -.04em;
    max-width: 780px
}

.hero-copy>p {
    font-size: 17px;
    max-width: 690px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 30px 0
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--text);
    font-size: 13px;
    font-weight: 700
}

.score-preview {
    background: #fff;
    border: 1px solid rgba(220,232,238,.8);
    border-radius: 24px;
    padding: 26px;
    box-shadow: var(--shadow);
    max-width: 590px
}

.preview-head,.score-main,.card-title-row,.page-actions,.panel-head,.report-head,.review-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.preview-head {
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px;
    font-weight: 700
}

.score-main {
    justify-content: flex-start;
    padding: 28px 0
}

.score-ring {
    --score: 75;
    position: relative;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(var(--cyan) calc(var(--score)*1%),#e4f0f4 0)
}

.score-ring:before {
    content: "";
    position: absolute;
    inset: 12px;
    background: #fff;
    border-radius: 50%
}

.score-ring>div {
    position: relative;
    text-align: center
}

.score-ring strong {
    display: block;
    font: 790 28px Manrope;
}

.score-ring span {
    font-size: 11px;
    color: var(--muted)
}

.score-ring.large {
    width: 200px;
    height: 200px
}

.score-ring.large strong {
    font-size: 52px
}

.mini-bars>div,.dimension-row {
    display: grid;
    grid-template-columns: 100px 1fr 36px;
    align-items: center;
    gap: 12px;
    margin: 13px 0;
    font-size: 12px
}

.bar {
    height: 8px;
    background: #e7f0f4;
    border-radius: 999px;
    overflow: hidden
}

.bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,var(--cyan),var(--blue))
}

.problem-section {
    padding: 76px max(6vw,28px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    background: var(--navy);
    color: #fff
}

.problem-section h2,.why-section h2,.contact-section h2 {
    font-size: clamp(34px,4vw,41px);
}

.problem-section p {
    color: #c7d5df
}

.inline-points {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.inline-points span {
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    padding: 9px 13px;
    font-size: 12px
}

.section,.how-section,.why-section,.contact-section {
    padding: 90px max(6vw,28px)
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px
}

.section-head.left {
    text-align: left;
    margin-left: 0
}

.section-head h2 {
    font-size: clamp(34px,4vw,48px)
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

.solution-card,.audience-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    transition: .2s
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg,rgba(8,197,220,.16),rgba(4,143,208,.12));
    color: var(--blue);
    font: 800 20px Manrope;
    margin-bottom: 20px
}

.solution-card p {
    font-size: 14px;
    min-height: 70px
}

.solution-card a {
    font-size: 13px;
    font-weight: 700
}

.how-section {
    background: #eaf7fa
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden
}

.steps-grid article {
    background: #fff;
    padding: 30px
}

.steps-grid b {
    display: block;
    font: 800 32px Manrope;
    color: var(--cyan);
    margin-bottom: 30px
}

.steps-grid p {
    font-size: 14px
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

.audience-grid article {
    border-top: 4px solid var(--cyan)
}

.why-section {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 7vw;
    background: var(--navy);
    color: #fff
}

.why-section p,.why-grid span {
    color: #c7d5df
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.why-grid div {
    padding: 23px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px
}

.why-grid strong,.why-grid span {
    display: block
}

.why-grid strong {
    margin-bottom: 8px
}

.contact-section {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 7vw;
    align-items: center
}

.contact-copy ul {
    padding-left: 20px;
    color: var(--text);
    line-height: 2
}

.contact-card,.auth-card,.form-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 34px;
    box-shadow: var(--shadow)
}

label {
    display: block;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 17px
}

input,select,textarea {
    width: 100%;
    margin-top: 8px;
    padding: 13px 14px;
    border: 1px solid #cedde4;
    border-radius: 9px;
    background: #fff;
    color: var(--navy);
    outline: none
}

input:focus,select:focus,textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(8,197,220,.12)
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.field-row.three {
    grid-template-columns: 1fr 1fr 1fr
}

.check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text)
}

.check input {
    width: auto;
    margin: 2px 0 0
}

.public-footer {
    background: var(--navy2);
    padding: 65px max(6vw,28px);
    color: #fff;
    text-align: center
}

.public-footer .brand {
    color: #fff;
    margin-bottom: 10px;
}

.public-footer p {
    color: #adc1cf;
    padding: 4px 0px;
}

.public-footer>div {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 26px 0 50px;
}

.public-footer>div a {
    color: #d9e7ef;
    font-size: 13px
}

.public-footer>small {
    color: #8299a8;
}

.auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 80px 22px;
    background: radial-gradient(circle at 20% 0,rgba(8,197,220,.18),transparent 30%),var(--bg)
}

.auth-brand {
    position: absolute;
    top: 24px;
    left: 32px
}

.auth-card {
    width: min(460px,100%)
}

.auth-card.wide {
    width: min(760px,100%)
}

.auth-card h1 {
    font-size: 34px
}

.auth-switch {
    text-align: center;
    margin: 22px 0 0;
    font-size: 13px
}

.app-shell {
    display: flex;
    min-height: 100vh
}

.sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 255px;
    background: var(--navy2);
    padding: 22px 16px;
    display: flex;
    flex-direction: column;
    z-index: 30
}

.sidebar .brand {
    color: #fff;
    padding: 0 10px 26px
}

.side-nav {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.side-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #adc1cf;
    padding: 11px 13px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600
}

.side-nav a span {
    width: 20px;
    text-align: center
}

.side-nav a:hover,.side-nav a.active {
    background: rgba(8,197,220,.12);
    color: #fff
}

.side-nav a.active {
    box-shadow: inset 3px 0 var(--cyan)
}

.nav-label {
    margin: 20px 13px 7px;
    color: #678192;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em
}

.sidebar-foot {
    margin-top: auto;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 18px 5px 0;
    color: #fff
}

.sidebar-foot strong,.sidebar-foot small {
    display: block;
    font-size: 12px
}

.sidebar-foot small {
    color: #8299a8;
    margin-top: 3px
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,var(--cyan),var(--blue));
    font-size: 12px;
    font-weight: 800
}

.icon-btn {
    border: 0;
    background: none;
    color: #8ba1af;
    cursor: pointer;
    font-size: 19px
}

.main-area {
    margin-left: 255px;
    width: calc(100% - 255px)
}

.topbar {
    height: 92px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 15
}

.topbar h1 {
    font-size: 26px
}

.topbar .eyebrow {
    margin: 0 0 4px
}

.menu-toggle {
    display: none
}

.content-wrap {
    padding: 30px 34px 60px;
    max-width: 1500px;
    margin: 0 auto
}

.alert {
    border-radius: 10px;
    padding: 14px 16px;
    margin: 0 0 20px;
    font-size: 13px
}

.alert.success {
    background: #eafaf4;
    border: 1px solid #bcebd9;
    color: #087a54
}

.alert.error {
    background: #fff1f3;
    border: 1px solid #ffd4db;
    color: #a82c40
}

.alert ul {
    margin: 8px 0 0
}

.welcome-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg,var(--navy),#174668);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 22px
}

.welcome-panel p {
    color: #c5d7e1;
    margin-bottom: 0
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 22px
}

.stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px
}

.stat-card span,.stat-card strong {
    display: block
}

.stat-card span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700
}

.stat-card strong {
    font: 800 32px Manrope;
    margin-top: 12px
}

.dashboard-grid,.report-grid,.report-detail-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px
}

.panel,.report-score-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px
}

.panel-head {
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
    margin-bottom: 8px
}

.panel-head h3 {
    margin: 0
}

.panel-head a {
    font-size: 12px;
    font-weight: 700
}

.list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 2px;
    border-bottom: 1px solid #edf3f6;
    color: var(--navy)
}

.list-row:last-child {
    border: 0
}

.list-row strong,.list-row span {
    display: block
}

.list-row span {
    font-size: 11px;
    color: var(--muted);
    margin-top: 4px
}

.row-end {
    display: flex;
    align-items: center;
    gap: 14px
}

.row-end b {
    font: 800 23px Manrope
}

.status {
    display: inline-flex!important;
    width: max-content;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 10px!important;
    font-weight: 800!important;
    margin: 0!important;
    background: #edf3f6;
    color: #597080!important
}

.status.approved {
    background: #e7f8f1;
    color: #087a54!important
}

.status.submitted,.status.under_review {
    background: #e8f5fb;
    color: #087cad!important
}

.status.needs_information {
    background: #fff4dc;
    color: #a46a00!important
}

.status.rejected {
    background: #fff0f2;
    color: #b22f44!important
}

.status.new {
    background: #e8f5fb;
    color: #087cad!important
}

.activity-row {
    display: flex;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #edf3f6
}

.activity-row i {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 0 5px rgba(8,197,220,.1)
}

.activity-row strong,.activity-row span {
    display: block
}

.activity-row strong {
    font-size: 12px
}

.activity-row span {
    color: var(--muted);
    font-size: 10px;
    margin-top: 5px
}

.empty-state {
    padding: 30px;
    text-align: center;
    color: var(--muted);
    font-size: 13px
}

.empty-state.large {
    grid-column: 1/-1;
    background: #fff;
    border: 1px dashed #bfcfd7;
    border-radius: 16px
}

.page-actions {
    margin-bottom: 22px
}

.page-actions p {
    margin: 0
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.property-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden
}

.property-art {
    height: 100px;
    background: linear-gradient(135deg,#def8fb,#e8f1fb);
    display: grid;
    place-items: center
}

.property-art span {
    font: 800 38px Manrope;
    color: var(--blue)
}

.property-body {
    padding: 20px
}

.card-title-row h3 {
    font-size: 18px
}

.card-title-row span,.meta-row span {
    font-size: 10px;
    background: #eef6f8;
    border-radius: 999px;
    padding: 5px 8px;
    color: var(--text)
}

.property-body p {
    font-size: 12px;
    min-height: 42px
}

.meta-row {
    display: flex;
    gap: 7px;
    margin-bottom: 18px
}

.card-actions {
    display: flex;
    gap: 8px
}

.card-actions form {
    margin: 0
}

.form-panel {
    max-width: 900px;
    margin: 0 auto
}

.wide-form {
    max-width: 1050px
}

.form-intro {
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
    margin-bottom: 25px
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px
}

.score-entry {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid var(--line);
    margin-top: 10px;
    padding-top: 25px
}

.score-note {
    font-size: 12px
}

.score-fields {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
    margin: 10px 0 22px
}

.score-fields label {
    background: #f6fafb;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px
}

.score-fields label span {
    display: block
}

.score-fields label input {
    font: 800 25px Manrope;
    text-align: center
}

.score-fields small {
    font-size: 9px;
    color: var(--muted);
    font-weight: 500
}

.notice {
    padding: 15px;
    border-radius: 10px;
    background: #fff8e8;
    color: #745314;
    font-size: 12px
}

.table-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    overflow: auto
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 820px
}

th,td {
    text-align: left;
    padding: 15px 17px;
    border-bottom: 1px solid #edf3f6;
    font-size: 12px
}

th {
    background: #f7fafb;
    color: #6b7f8d;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase
}

tbody tr {
    cursor: pointer
}

tbody tr:hover {
    background: #f7fbfc
}

td strong,td small {
    display: block
}

td small {
    color: var(--muted);
    margin-top: 4px
}

.score-pill {
    font: 800 17px Manrope;
    color: var(--blue)
}

.report-head {
    margin-bottom: 24px
}

.report-head h2 {
    font-size: 32px;
    margin-top: 12px
}

.report-actions {
    display: flex;
    gap: 10px
}

.report-score-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.report-score-card .score-ring {
    margin-bottom: 22px
}

.dimension-row {
    grid-template-columns: 1fr;
    margin: 18px 0
}

.dimension-row>div:first-child {
    display: flex;
    justify-content: space-between
}

.dimension-row span {
    font-size: 12px;
    color: var(--muted)
}

.report-detail-grid {
    margin-top: 20px
}

.detail-list {
    margin: 0
}

.detail-list>div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #edf3f6;
    padding: 12px 0
}

.detail-list dt {
    color: var(--muted);
    font-size: 12px
}

.detail-list dd {
    margin: 0;
    font-size: 12px;
    font-weight: 700
}

.panel h4 {
    font-size: 12px;
    margin: 18px 0 6px
}

.panel p {
    font-size: 12px
}

.report-disclaimer {
    margin-top: 20px;
    background: #fff8e8;
    border: 1px solid #f3dfad;
    border-radius: 13px;
    padding: 20px
}

.report-disclaimer p {
    margin: 6px 0 0;
    font-size: 12px
}

.review-list {
    display: grid;
    gap: 14px
}

.review-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 20px
}

.review-summary {
    margin-bottom: 16px
}

.review-summary h3 {
    margin: 9px 0 5px
}

.review-summary p {
    font-size: 12px;
    margin: 0
}

.review-score {
    text-align: right
}

.review-score strong,.review-score span {
    display: block
}

.review-score strong {
    font: 800 34px Manrope;
    color: var(--blue)
}

.review-score span {
    font-size: 11px;
    color: var(--muted)
}

.review-card form .field-row {
    grid-template-columns: .55fr 1.5fr auto;
    align-items: end
}

.review-card form label {
    margin: 0
}

.pagination {
    display: flex;
    gap: 6px;
    margin-top: 18px
}

.pagination a,.pagination span {
    padding: 8px 11px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 7px;
    font-size: 11px
}

.pagination .active span {
    background: var(--blue);
    color: #fff
}

.menu-toggle {
    border: 0;
    background: none;
    font-size: 20px
}

.auth-page .alert {
    margin-top: 20px
}

@media(max-width: 1440px) {

    .hero-copy h1 {
    font-size: 42px !important;
}

.problem-section h2, .why-section h2, .contact-section h2 {
    font-size: 39px !important;
}

    .hero-section {
        min-height: auto !important;
        height: auto !important;
        padding: 65px 40px !important;
    }

    .hero-section .container {
        max-width: 1180px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .score-card {
        padding: 24px !important;
        transform: scale(0.9);
        transform-origin: top center;
    }

    .score-ring {
        width: 145px !important;
        height: 132px !important;
        padding-bottom: 3px !IMPORTANT;
    }


.section-head h2 {
    font-size: 42px !important;
}

}


@media(max-width: 1100px) {
    .solution-grid,.audience-grid {
        grid-template-columns:1fr 1fr
    }

    .steps-grid {
        grid-template-columns: 1fr 1fr
    }

    .score-fields {
        grid-template-columns: repeat(3,1fr)
    }

    .property-grid {
        grid-template-columns: 1fr 1fr
    }

    .sidebar {
        transform: translateX(-100%);
        transition: .2s
    }

    .sidebar.open {
        transform: translateX(0)
    }

    .main-area {
        margin-left: 0;
        width: 100%
    }

    .menu-toggle {
        display: block
    }

    .topbar {
        gap: 15px
    }

    .topbar>div {
        margin-right: auto
    }
}

@media(max-width: 760px) {
    .public-header nav,.public-header .text-link {
        display:none
    }

    .public-header {
        height: 68px
    }

    .public-header .btn {
        padding: 9px 12px;
        font-size: 11px
    }

    .hero-section,.problem-section,.why-section,.contact-section {
        grid-template-columns: 1fr
    }

    .hero-section {
        padding-top: 60px
    }

    .hero-copy h1 {
        font-size: 42px
    }

    .solution-grid,.audience-grid,.steps-grid,.stat-grid,.dashboard-grid,.report-grid,.report-detail-grid,.property-grid,.score-fields {
        grid-template-columns: 1fr
    }

    .field-row,.field-row.three {
        grid-template-columns: 1fr
    }

    .section,.how-section,.why-section,.contact-section {
        padding: 65px 22px
    }

    .problem-section {
        padding: 60px 22px
    }

    .topbar {
        height: auto;
        min-height: 82px;
        padding: 16px
    }

    .topbar h1 {
        font-size: 20px
    }

    .topbar .btn {
        font-size: 11px;
        padding: 9px 11px
    }

    .content-wrap {
        padding: 22px 15px 50px
    }

    .welcome-panel {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .report-head,.page-actions,.score-entry {
        align-items: flex-start;
        flex-direction: column
    }

    .report-actions {
        width: 100%
    }

    .report-actions .btn {
        flex: 1
    }

    .review-card form .field-row {
        grid-template-columns: 1fr
    }

    .score-preview {
        padding: 18px
    }

    .score-main {
        align-items: flex-start;
        flex-direction: column
    }

    .mini-bars>div {
        grid-template-columns: 90px 1fr 30px
    }

    .public-footer>div {
        flex-wrap: wrap
    }

    .auth-brand {
        top: 18px;
        left: 18px
    }

    .auth-page {
        padding-top: 95px
    }

    .auth-card {
        padding: 25px
    }
}

@media print {
    .sidebar,.topbar,.report-actions,.alert {
        display: none!important
    }

    .main-area {
        margin: 0;
        width: 100%
    }

    .content-wrap {
        padding: 0
    }

    .report-grid,.report-detail-grid {
        grid-template-columns: 1fr 1fr
    }

    .panel,.report-score-card {
        break-inside: avoid
    }
}

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px
}

.page-link {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid #d8e6ec;
    border-radius: 9px;
    text-decoration: none;
    color: #0b789e;
    background: #fff
}

.page-link.disabled {
    color: #99a8af;
    background: #f4f7f8
}

.page-summary {
    font-size: 14px;
    color: #61757f
}
