:root {
    color-scheme: dark;
    --bg: #070b12;
    --panel: rgba(13, 19, 31, 0.88);
    --panel-strong: rgba(18, 27, 44, 0.96);
    --text: #f4f7fb;
    --muted: #aab7c8;
    --line: rgba(190, 210, 255, 0.16);
    --primary: #4fd5ff;
    --primary-strong: #7ce7ff;
    --accent: #d7b56d;
    --violet: #8b7cff;
    --soft: rgba(79, 213, 255, 0.12);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 16% 8%, rgba(79, 213, 255, 0.22), transparent 30%),
        radial-gradient(circle at 82% 0%, rgba(139, 124, 255, 0.26), transparent 34%),
        linear-gradient(135deg, #070b12 0%, #101827 50%, #080a10 100%);
    background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.cursor-glow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate(calc(var(--x, -500px) - 230px), calc(var(--y, -500px) - 230px));
    background: radial-gradient(circle, rgba(112, 226, 255, 0.34), rgba(139, 124, 255, 0.16) 34%, transparent 70%);
    transition: opacity 0.25s ease;
}

.cursor-glow.is-active {
    opacity: 1;
}

.parallax-layer {
    position: fixed;
    inset: auto;
    z-index: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    filter: blur(0.2px);
}

.layer-a {
    left: 6vw;
    top: 18vh;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    box-shadow: inset 0 0 80px rgba(79, 213, 255, 0.12);
}

.layer-b {
    right: 8vw;
    top: 48vh;
    width: 320px;
    height: 120px;
    transform: rotate(-12deg);
    box-shadow: inset 0 0 80px rgba(215, 181, 109, 0.12);
}

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

button,
input,
textarea {
    font: inherit;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 76px;
    padding: 0 34px;
    background: rgba(7, 11, 18, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.brand {
    display: inline-flex;
    align-items: center;
    color: var(--text);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
}

.brand::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 26px rgba(215, 181, 109, 0.9);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.nav a,
.ghost-button {
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 8px 15px;
    color: #dce7f7;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
}

.nav a:hover,
.ghost-button:hover {
    border-color: rgba(79, 213, 255, 0.45);
    color: #fff;
    background: rgba(79, 213, 255, 0.12);
}

.nav form {
    margin: 0;
}

.page {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 70px;
}

.auth-shell {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 160px);
}

.auth-panel,
.narrow-panel,
.side-panel,
.main-detail,
.post-card,
.module-panel,
.case-index,
.admin-section,
.profile-hero,
.profile-contact,
.profile-grid article {
    background: linear-gradient(145deg, rgba(18, 27, 44, 0.94), rgba(9, 14, 24, 0.88));
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.auth-panel,
.narrow-panel,
.side-panel,
.main-detail,
.post-card,
.module-panel,
.case-index,
.admin-section,
.profile-hero,
.profile-contact,
.profile-grid article,
.architect-card,
.flow-map div,
.impact-grid span {
    position: relative;
    overflow: hidden;
}

.auth-panel::after,
.narrow-panel::after,
.side-panel::after,
.main-detail::after,
.post-card::after,
.module-panel::after,
.case-index::after,
.admin-section::after,
.profile-hero::after,
.profile-contact::after,
.profile-grid article::after,
.architect-card::after,
.flow-map div::before,
.impact-grid span::after {
    content: "";
    position: absolute;
    inset: -1px;
    opacity: 0;
    pointer-events: none;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(117, 226, 255, 0.34), rgba(215, 181, 109, 0.12) 24%, transparent 56%);
    transition: opacity 0.2s ease;
}

.auth-panel:hover::after,
.narrow-panel:hover::after,
.side-panel:hover::after,
.main-detail:hover::after,
.post-card:hover::after,
.module-panel:hover::after,
.case-index:hover::after,
.admin-section:hover::after,
.profile-hero:hover::after,
.profile-contact:hover::after,
.profile-grid article:hover::after,
.architect-card:hover::after,
.flow-map div:hover::before,
.impact-grid span:hover::after {
    opacity: 1;
}

.auth-panel > *,
.narrow-panel > *,
.side-panel > *,
.main-detail > *,
.post-card > *,
.module-panel > *,
.case-index > *,
.admin-section > *,
.profile-hero > *,
.profile-contact > *,
.profile-grid article > *,
.architect-card > *,
.flow-map div > *,
.impact-grid span > * {
    position: relative;
    z-index: 1;
}

.auth-panel,
.narrow-panel {
    width: min(560px, 100%);
    padding: 34px;
}

.wide-form {
    width: min(840px, 100%);
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.05;
}

h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

h3 {
    margin-bottom: 8px;
}

.eyebrow {
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
}

.form {
    display: grid;
    gap: 16px;
}

.form label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 12px 13px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
}

textarea {
    resize: vertical;
}

input:focus,
textarea:focus {
    outline: 3px solid rgba(79, 213, 255, 0.2);
    border-color: rgba(79, 213, 255, 0.62);
}

.segmented,
.choice-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
}

.segmented legend {
    grid-column: 1 / -1;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.segmented label,
.choice-form label {
    position: relative;
    cursor: pointer;
}

.segmented input,
.choice-form input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.segmented span,
.choice-form span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 9px 10px;
    text-align: center;
    color: #dce7f7;
    background: rgba(255, 255, 255, 0.06);
}

.segmented input:checked + span,
.choice-form input:checked + span {
    color: #07101b;
    border-color: var(--primary);
    background: linear-gradient(135deg, var(--primary), var(--accent));
    font-weight: 900;
}

.choice-form .primary-button {
    grid-column: 1 / -1;
}

.choice-form span {
    min-height: 62px;
    border-style: dashed;
}

.choice-form input:checked + span {
    border-style: solid;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(79, 213, 255, 0.18);
}

.primary-button,
.secondary-button,
.text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0 18px;
    cursor: pointer;
    font-weight: 900;
}

.primary-button {
    color: #06111c;
    background: linear-gradient(135deg, #75e2ff, #d7b56d);
    box-shadow: 0 18px 44px rgba(79, 213, 255, 0.24);
}

.submit-button {
    min-height: 52px;
    margin-top: 4px;
    letter-spacing: 0;
    background: linear-gradient(135deg, #ffffff, #75e2ff 48%, #d7b56d);
}

.secondary-button {
    color: #f4f7fb;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.text-button {
    justify-content: flex-start;
    min-height: auto;
    padding: 0;
    color: var(--primary-strong);
}

.muted,
.meta-line {
    color: var(--muted);
}

.portal-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.case-index {
    position: sticky;
    top: 98px;
    padding: 22px;
}

.case-title-list {
    display: grid;
    gap: 10px;
}

.case-title-list a {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    padding: 11px 13px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
}

.side-note,
.page-intro,
.contact-note {
    color: var(--muted);
    font-size: 14px;
}

.contact-note {
    border: 1px solid rgba(215, 181, 109, 0.26);
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(215, 181, 109, 0.09);
}

.portal-main {
    display: grid;
    gap: 22px;
}

.module-panel {
    padding: 28px;
}

.future-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
}

.future-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(79, 213, 255, 0.16), transparent 35%),
        linear-gradient(300deg, rgba(215, 181, 109, 0.16), transparent 38%);
    pointer-events: none;
}

.future-hero > * {
    position: relative;
}

.module-head,
.toolbar,
.post-card-head,
.admin-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.compact-head {
    align-items: center;
    margin-bottom: 12px;
}

.future-hero .module-head {
    align-items: stretch;
}

.future-hero p {
    max-width: 780px;
    color: #c8d4e4;
}

.signal-panel {
    display: grid;
    place-items: center;
    min-width: 250px;
    min-height: 220px;
    border: 1px solid rgba(79, 213, 255, 0.24);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(79, 213, 255, 0.14), rgba(139, 124, 255, 0.1));
    color: #fff;
    font-weight: 900;
}

.signal-panel.compact {
    min-height: 210px;
}

.signal-ring {
    width: 126px;
    height: 126px;
    border: 2px solid rgba(79, 213, 255, 0.82);
    border-radius: 50%;
    box-shadow: inset 0 0 38px rgba(79, 213, 255, 0.24), 0 0 44px rgba(79, 213, 255, 0.26);
}

.flow-map {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}

.flow-map div {
    position: relative;
    min-height: 76px;
    border: 1px solid rgba(79, 213, 255, 0.28);
    border-radius: 12px;
    padding: 16px 10px;
    background: rgba(255, 255, 255, 0.07);
    font-weight: 900;
    text-align: center;
}

.flow-map div:not(:last-child)::after {
    content: ">";
    position: absolute;
    right: -12px;
    top: 24px;
    color: var(--accent);
    font-weight: 900;
}

.metric-strip,
.impact-grid,
.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.future-hero .action-row {
    margin-top: 3px;
}

.impact-grid span,
.metric-strip span {
    min-width: 165px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 14px 15px;
    background: rgba(255, 255, 255, 0.07);
}

.impact-grid strong,
.metric-strip strong {
    display: block;
    color: var(--primary-strong);
    font-size: 30px;
}

.demand-preview {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 20px;
}

.demand-preview-list {
    display: grid;
    gap: 10px;
}

.demand-preview-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    padding: 13px 14px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
}

.demand-preview-list small {
    color: var(--muted);
    white-space: nowrap;
}

.architect-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.architect-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.avatar-orbit {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #06111c;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 0 0 7px rgba(79, 213, 255, 0.12);
    font-weight: 900;
}

.avatar-orbit.large {
    width: 92px;
    height: 92px;
    font-size: 34px;
}

.case-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 14px;
    margin: 18px 0;
    border: 1px solid var(--line);
}

.profile-shell {
    display: grid;
    gap: 18px;
}

.profile-hero {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 28px;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.profile-grid article,
.profile-contact {
    padding: 22px;
}

.toolbar {
    align-items: end;
    margin-bottom: 24px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}

.post-card {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.post-card h2 {
    margin: 0;
}

.post-card p {
    color: #c8d4e4;
}

.count-badge,
.user-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 2px 10px;
    color: #08111c;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 20px;
    align-items: start;
}

.main-detail,
.side-panel {
    padding: 26px;
}

.private-box {
    margin-top: 20px;
    border: 1px solid rgba(79, 213, 255, 0.25);
    border-radius: 12px;
    padding: 16px;
    background: rgba(79, 213, 255, 0.1);
}

.private-box.compact {
    margin-top: 12px;
    padding: 12px;
}

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

.solution-card {
    border-top: 1px solid var(--line);
    padding-top: 14px;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.flash-stack {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 60;
    width: min(560px, calc(100% - 32px));
    transform: translateX(-50%);
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.flash-stack.is-hiding {
    opacity: 0;
    transform: translate(-50%, -12px);
}

.flash {
    border-radius: 12px;
    padding: 12px 14px;
    color: #06111c;
    background: #dff4ff;
    border: 1px solid rgba(79, 213, 255, 0.42);
}

.flash.error {
    background: #ffe5df;
    border-color: #f0a092;
}

.flash.success {
    background: #e8f8e9;
    border-color: #9bd3a4;
}

.empty-state,
.error-box {
    border: 1px dashed var(--line);
    border-radius: 12px;
    padding: 24px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.06);
}

.error-box {
    overflow: auto;
    white-space: pre-wrap;
    color: #ffd2cc;
}

.event-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(16px);
}

.event-modal.is-open {
    display: grid;
}

.event-modal-card {
    display: grid;
    gap: 10px;
    width: min(520px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 30px;
    color: var(--text);
    background: linear-gradient(145deg, rgba(18, 27, 44, 0.98), rgba(20, 35, 58, 0.96));
    box-shadow: 0 30px 120px rgba(0, 0, 0, 0.55);
}

.event-modal-card strong {
    font-size: 28px;
}

.event-modal-close {
    width: min(520px, 100%);
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    font-weight: 900;
}

.event-result {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 18px;
}

.event-pie {
    display: grid;
    place-items: center;
    width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, #101827 0 46%, transparent 47%),
        conic-gradient(#d7b56d 0 var(--publisher), #4fd5ff var(--publisher) 100%);
    box-shadow: 0 0 48px rgba(79, 213, 255, 0.2);
}

.event-pie span {
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    color: var(--text);
    background: rgba(7, 11, 18, 0.9);
    font-size: 24px;
    font-weight: 900;
}

.event-legend {
    display: grid;
    gap: 12px;
}

.event-legend div {
    display: grid;
    grid-template-columns: 18px 90px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-dot.enterprise {
    background: var(--accent);
}

.legend-dot.architect {
    background: var(--primary);
}

.admin-tabs {
    position: sticky;
    top: 77px;
    z-index: 9;
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    padding: 10px 0;
    background: rgba(7, 11, 18, 0.88);
    backdrop-filter: blur(8px);
}

.admin-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 0 14px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 900;
}

.admin-section {
    margin-bottom: 22px;
    padding: 24px;
}

.export-button {
    white-space: nowrap;
}

.chart-button {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.06);
}

.admin-chart {
    display: block;
    width: 100%;
    min-height: 220px;
}

.admin-chart line {
    stroke: rgba(255, 255, 255, 0.28);
    stroke-width: 1.5;
}

.admin-chart .chart-line {
    stroke: var(--primary);
    stroke-width: 3;
}

.admin-chart circle,
.admin-chart rect {
    fill: var(--primary);
}

.admin-chart text {
    fill: var(--muted);
    font-size: 12px;
}

.admin-list {
    margin-top: 16px;
    overflow-x: auto;
}

.admin-list.is-hidden {
    display: none;
}

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

th,
td {
    border-bottom: 1px solid var(--line);
    padding: 11px 10px;
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.06);
}

.admin-demand {
    border-top: 1px solid var(--line);
    padding: 18px 0;
}

.admin-demand:first-child {
    border-top: 0;
    padding-top: 0;
}

.admin-demand h3,
.admin-demand h4 {
    margin: 0 0 8px;
}

.admin-demand h4 {
    color: var(--muted);
    font-size: 14px;
}

@media (max-width: 940px) {
    .page {
        width: min(100% - 22px, 760px);
        padding-top: 22px;
    }

    .topbar {
        padding: 14px 18px;
    }

    .brand {
        font-size: 17px;
    }

    .portal-layout,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .case-index {
        position: static;
    }

    .future-hero .module-head {
        flex-direction: column;
    }

    .flow-map {
        grid-template-columns: 1fr;
    }

    .flow-map div::after {
        display: none;
    }

    .signal-panel {
        min-width: 100%;
    }
}

@media (max-width: 720px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 21px;
    }

    .module-panel,
    .case-index,
    .narrow-panel,
    .main-detail,
    .side-panel {
        padding: 20px;
    }

    .topbar,
    .toolbar,
    .post-card-head,
    .module-head,
    .admin-section-head,
    .profile-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav,
    .admin-tabs {
        justify-content: flex-start;
    }

    .nav a,
    .ghost-button {
        min-height: 36px;
        padding: 6px 11px;
        font-size: 14px;
    }

    .two-col,
    .segmented,
    .choice-form {
        grid-template-columns: 1fr;
    }

    .side-panel {
        order: -1;
    }

    .event-result {
        grid-template-columns: 1fr;
    }

    .event-pie {
        width: min(220px, 100%);
        margin: 0 auto;
    }

    .event-legend div {
        grid-template-columns: 18px 1fr;
    }

    .event-legend div span {
        grid-column: 2;
    }

    .event-modal-card strong {
        font-size: 23px;
    }

    .demand-preview-list a {
        align-items: flex-start;
        flex-direction: column;
    }

    .parallax-layer,
    .cursor-glow {
        display: none;
    }
}
