:root {
    --ink: #111510;
    --ink-soft: #1c231d;
    --paper: #f4f6f1;
    --paper-strong: #ffffff;
    --paper-muted: #e7ebe4;
    --text: #202620;
    --muted: #626a62;
    --line: #d2d8cf;
    --line-dark: #3a443b;
    --signal: #b8ef3e;
    --signal-dark: #405c00;
    --orange: #f0743e;
    --danger: #bf3428;
    --font-display: "Trebuchet MS", "Microsoft YaHei", sans-serif;
    --font-body: Aptos, "Segoe UI", "Microsoft YaHei", sans-serif;
    --font-mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--paper);
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select {
    font-size: 16px;
}

button,
input,
select {
    font-family: inherit;
    letter-spacing: 0;
}

button,
a,
select,
input {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

[v-cloak] {
    display: none;
}

.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;
}

.section-shell,
.header-inner,
.hero-inner,
.metric-strip {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 72px;
    background: #f8faf5;
    border-bottom: 1px solid var(--line);
}

.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 36px;
}

.wordmark,
.footer-brand {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.wordmark {
    flex: 0 0 auto;
    font-size: 23px;
    color: var(--ink);
}

.wordmark span {
    color: #618900;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-right: auto;
}

.nav-links a,
.source-link {
    color: #454c45;
    font-size: 14px;
    font-weight: 700;
}

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

.source-link {
    border-bottom: 1px solid #879087;
}

.locale-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 112px;
    height: 36px;
    padding: 3px;
    background: var(--paper-muted);
    border: 1px solid var(--line);
    border-radius: 4px;
}

.locale-switch button {
    min-width: 0;
    padding: 0 8px;
    border: 0;
    border-radius: 2px;
    background: transparent;
    color: #687068;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}

.locale-switch button.active {
    background: var(--ink);
    color: #ffffff;
}

.hero {
    position: relative;
    height: min(690px, calc(100svh - 130px));
    min-height: 600px;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background-color: #101511;
    background-image: url("image/board-detail.jpg");
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: rgba(8, 12, 9, 0.76);
}

.hero-inner {
    padding: 44px 0 142px;
}

.release-kicker,
.eyebrow {
    margin: 0 0 18px;
    color: var(--signal-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.release-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--signal);
}

.release-kicker > span {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    background: var(--signal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(184, 239, 62, 0.15);
}

.hero h1 {
    max-width: 820px;
    margin: 0;
    font-family: var(--font-display);
    font-size: 80px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
}

.hero-positioning {
    max-width: 760px;
    margin: 22px 0 0;
    color: #f3f6ef;
    font-family: var(--font-display);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.hero-description {
    max-width: 650px;
    margin: 18px 0 0;
    color: #cbd2ca;
    font-size: 18px;
}

.hero-actions,
.support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}

.button-primary {
    background: var(--signal);
    color: var(--ink);
}

.button-ghost {
    background: rgba(17, 21, 16, 0.5);
    border-color: #899189;
    color: #ffffff;
}

.hero-console {
    width: fit-content;
    max-width: 100%;
    margin-top: 28px;
    padding: 9px 13px;
    background: rgba(5, 8, 6, 0.74);
    border-left: 3px solid var(--orange);
    color: #eef1eb;
    font-family: var(--font-mono);
    font-size: 14px;
    overflow: hidden;
}

.hero-console code {
    white-space: nowrap;
}

.hero-console span {
    color: var(--signal);
}

.hero-metrics {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 110px;
    display: flex;
    align-items: center;
    background: rgba(14, 18, 15, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.metric-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.metric-strip > div {
    min-width: 0;
    padding: 2px 30px;
    border-left: 1px solid #3b433c;
}

.metric-strip > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.metric-strip strong,
.metric-strip span {
    display: block;
}

.metric-strip strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 25px;
    line-height: 1.1;
}

.metric-strip span {
    margin-top: 7px;
    color: #aeb6ae;
    font-size: 13px;
}

.capabilities-section,
.generator-section,
.ecosystem-section {
    padding: 104px 0;
}

.capabilities-section {
    background: var(--paper);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 52px;
}

.section-heading h2,
.runtime-copy h2,
.studio-copy h2,
.support-copy h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: 0;
}

.section-heading > p:last-child,
.runtime-copy > p,
.studio-copy > p,
.support-copy > p {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.capability-grid article {
    min-width: 0;
    padding: 34px 28px 38px;
    border-left: 1px solid var(--line);
}

.capability-grid article:first-child {
    padding-left: 0;
    border-left: 0;
}

.capability-index,
.tool-number {
    color: #647064;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 700;
}

.capability-grid h3 {
    margin: 26px 0 10px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.25;
}

.capability-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.runtime-section {
    padding: 100px 0;
    background: var(--ink);
    color: #ffffff;
}

.runtime-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 86px;
    align-items: center;
}

.eyebrow-light {
    color: var(--signal);
}

.runtime-copy h2 {
    color: #ffffff;
}

.runtime-copy > p {
    color: #aeb7ae;
}

.runtime-points,
.studio-copy ul {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.runtime-points li,
.studio-copy li {
    position: relative;
    padding: 11px 0 11px 24px;
    border-bottom: 1px solid var(--line-dark);
}

.runtime-points li::before,
.studio-copy li::before {
    position: absolute;
    top: 19px;
    left: 2px;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--orange);
}

.platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.platform-list span {
    padding: 5px 9px;
    border: 1px solid #515b52;
    border-radius: 3px;
    color: #d9dfd8;
    font-family: var(--font-mono);
    font-size: 12px;
}

.code-window {
    min-width: 0;
    overflow: hidden;
    background: #080b09;
    border: 1px solid #4a554b;
    border-radius: 6px;
    box-shadow: 20px 22px 0 #202920;
}

.code-window-bar {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #202720;
    border-bottom: 1px solid #394239;
    color: #cbd2ca;
    font-family: var(--font-mono);
    font-size: 12px;
}

.code-window-bar span:last-child {
    color: var(--signal);
}

.code-window pre {
    min-height: 290px;
    margin: 0;
    padding: 42px 32px;
    overflow: auto;
    color: #f1f4ee;
    font-family: var(--font-mono);
    font-size: 17px;
    line-height: 1.8;
}

.code-keyword {
    color: var(--orange);
}

.code-output {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px 30px;
    background: #151a16;
    border-top: 1px solid #333d34;
    font-family: var(--font-mono);
}

.code-output span {
    color: var(--signal);
}

.generator-section {
    background: var(--paper-muted);
}

.generator-heading {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    gap: 50px;
    align-items: end;
}

.generator-heading > p {
    margin: 0;
}

.generator-shell {
    overflow: hidden;
    background: var(--paper-strong);
    border: 1px solid #c7cdc5;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(31, 38, 31, 0.08);
}

.generator-toolbar {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 32px;
    background: #edf0ea;
    border-bottom: 1px solid var(--line);
}

.generator-toolbar > div,
.module-heading > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-status {
    display: flex;
    align-items: center;
    gap: 14px;
}

.service-status .text-button {
    color: var(--danger);
    font-size: 12px;
}

.api-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4f594f;
    font-size: 12px;
    font-weight: 700;
}

.api-status > span,
.generation-state > span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: #5f8d00;
    border-radius: 50%;
}

.api-status.error {
    color: var(--danger);
}

.api-status.error > span {
    background: var(--danger);
}

.generator-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.7fr);
}

.generator-config {
    min-width: 0;
    padding: 38px 42px 42px;
}

.field-label {
    display: block;
    margin-bottom: 9px;
    color: #495149;
    font-size: 13px;
    font-weight: 800;
}

select {
    min-height: 42px;
    padding: 8px 38px 8px 12px;
    background: #ffffff;
    border: 1px solid #aeb6ad;
    border-radius: 4px;
    color: var(--ink);
}

select:disabled {
    background: #eef1ec;
    color: #858c85;
    cursor: not-allowed;
}

#select-bsp {
    width: min(100%, 430px);
}

.module-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.module-heading > span {
    color: var(--muted);
    font-size: 13px;
}

.module-tip {
    margin: 14px 0 18px;
    color: var(--muted);
    font-size: 13px;
}

.module-list {
    height: 420px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.module-row {
    min-height: 60px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(116px, 150px);
    gap: 18px;
    align-items: center;
    padding: 9px 12px;
    border-bottom: 1px solid #e0e4de;
}

.module-row:last-child {
    border-bottom: 0;
}

.module-row select {
    width: 100%;
    min-width: 0;
}

.module-check {
    min-width: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, auto) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.module-check input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #648d00;
}

.module-check > span {
    min-width: 0;
    overflow-wrap: anywhere;
    font-family: var(--font-mono);
    font-size: 14px;
}

.module-check small {
    width: fit-content;
    padding: 2px 6px;
    background: #e2efc4;
    color: #4a6508;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
}

.tool-state {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    color: var(--muted);
    text-align: center;
}

.tool-state p {
    margin: 0 0 10px;
}

.tool-state-error {
    color: var(--danger);
}

.text-button {
    padding: 3px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-weight: 800;
}

.generator-summary {
    min-width: 0;
    padding: 42px 36px;
    background: #161c17;
    border-left: 1px solid #2e382f;
    color: #ffffff;
}

.generator-summary .tool-number {
    color: var(--signal);
}

.generator-summary h3 {
    margin: 12px 0 30px;
    font-family: var(--font-display);
    font-size: 27px;
    line-height: 1.2;
}

.generator-summary dl {
    margin: 0;
}

.generator-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #354035;
}

.generator-summary dt {
    color: #9fa89f;
}

.generator-summary dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-family: var(--font-mono);
    text-align: right;
}

.generation-state {
    min-height: 58px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 28px 0 18px;
    padding: 15px;
    background: #222a23;
    border: 1px solid #3b473c;
    border-radius: 4px;
}

.generation-state > span {
    margin-top: 7px;
    background: #879087;
}

.generation-state p {
    margin: 0;
    color: #d4dad4;
    font-size: 13px;
}

.generation-state.state-loading > span {
    background: var(--orange);
    animation: pulse 1s ease-in-out infinite;
}

.generation-state.state-success > span {
    background: var(--signal);
}

.generation-state.state-error > span {
    background: #ff6559;
}

.button-generate,
.button-secondary {
    width: 100%;
}

.button-generate {
    background: var(--signal);
    color: var(--ink);
}

.button-generate:disabled {
    background: #596159;
    color: #aeb4ae;
    cursor: not-allowed;
}

.button-secondary {
    margin-top: 10px;
    background: transparent;
    border-color: #657066;
    color: #ffffff;
}

.generator-help {
    display: block;
    width: fit-content;
    margin: 18px auto 0;
    color: #bac2ba;
    border-bottom: 1px solid #616a61;
    font-size: 13px;
}

.studio-section {
    padding: 100px 0;
    background: #ffffff;
}

.studio-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 72px;
    align-items: center;
}

.studio-media {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 16px 18px 0 var(--paper-muted);
}

.studio-media img {
    width: 100%;
}

.studio-copy li {
    border-bottom-color: var(--line);
}

.studio-copy li::before {
    background: #659000;
}

.button-dark {
    background: var(--ink);
    color: #ffffff;
}

.ecosystem-section {
    background: var(--paper);
}

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

.resource-grid a {
    position: relative;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.resource-grid a > span {
    color: #a94c24;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.resource-grid strong {
    margin-top: 24px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.2;
}

.resource-grid p {
    margin: 10px 0 26px;
    color: var(--muted);
    font-size: 14px;
}

.resource-grid b {
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: #667066;
    font-size: 18px;
}

.support-section {
    padding: 84px 0;
    background: var(--signal);
    color: var(--ink);
}

.support-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 72px;
    align-items: center;
}

.eyebrow-dark {
    color: #405700;
}

.support-copy > p {
    max-width: 680px;
    color: #38402f;
}

.button-outline-dark {
    border-color: var(--ink);
    color: var(--ink);
}

.donation-panel {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: #f8faf5;
    border: 1px solid #8eb52f;
    border-radius: 8px;
}

.donation-panel img {
    width: 138px;
    height: 138px;
    object-fit: cover;
    border: 1px solid var(--line);
}

.donation-panel strong {
    font-family: var(--font-display);
    font-size: 20px;
}

.donation-panel p {
    margin: 8px 0 12px;
    color: #596159;
    font-size: 14px;
}

.donation-panel span {
    color: #3d453d;
    font-family: var(--font-mono);
    font-size: 12px;
}

.site-footer {
    padding: 48px 0;
    background: var(--ink);
    color: #ffffff;
}

.footer-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.footer-brand {
    color: var(--signal);
    font-size: 23px;
}

.footer-inner p {
    max-width: 440px;
    margin: 12px 0 0;
    color: #aeb6ae;
    font-size: 13px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.footer-links a {
    color: #cbd2ca;
    font-size: 13px;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 0.45;
    }

    50% {
        opacity: 1;
    }
}

@media (hover: hover) {
    .nav-links a:hover,
    .source-link:hover,
    .footer-links a:hover {
        color: #648d00;
    }

    .button-primary:hover,
    .button-generate:not(:disabled):hover {
        background: #cffb68;
    }

    .button-ghost:hover,
    .button-secondary:hover {
        border-color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

    .button-dark:hover {
        background: #323a32;
    }

    .button-outline-dark:hover {
        background: rgba(17, 21, 16, 0.08);
    }

    .resource-grid a:hover {
        border-color: #7a8579;
        transform: translateY(-3px);
    }
}

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 3px;
}

@media (max-width: 1050px) {
    .header-inner {
        gap: 24px;
    }

    .nav-links {
        gap: 18px;
    }

    .runtime-layout {
        gap: 52px;
    }

    .resource-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .capability-grid article:nth-child(3) {
        border-left: 0;
    }

    .capability-grid article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .runtime-layout,
    .studio-layout,
    .support-layout {
        grid-template-columns: 1fr;
    }

    .runtime-layout,
    .studio-layout,
    .support-layout {
        gap: 52px;
    }

    .generator-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .generator-grid {
        grid-template-columns: 1fr;
    }

    .generator-summary {
        border-top: 1px solid #2e382f;
        border-left: 0;
    }

    .studio-copy {
        max-width: 680px;
    }
}

@media (max-width: 700px) {
    html {
        scroll-padding-top: 72px;
    }

    .section-shell,
    .header-inner,
    .hero-inner,
    .metric-strip {
        width: min(100% - 32px, 1200px);
    }

    .site-header {
        height: 64px;
    }

    .source-link {
        display: none;
    }

    .hero {
        height: min(610px, calc(100svh - 96px));
        min-height: 550px;
        background-position: 58% center;
    }

    .hero-inner {
        padding: 30px 0 164px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .hero-positioning {
        margin-top: 15px;
        font-size: 22px;
    }

    .hero-description {
        margin-top: 13px;
        font-size: 16px;
    }

    .hero-actions {
        margin-top: 22px;
    }

    .hero-console {
        margin-top: 20px;
        font-size: 12px;
    }

    .hero-metrics {
        height: 142px;
    }

    .metric-strip {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 17px;
    }

    .metric-strip > div,
    .metric-strip > div:first-child {
        padding: 0 12px;
        border-left: 1px solid #3b433c;
    }

    .metric-strip > div:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .metric-strip strong {
        font-size: 20px;
    }

    .metric-strip span {
        margin-top: 3px;
        font-size: 11px;
    }

    .capabilities-section,
    .generator-section,
    .ecosystem-section,
    .runtime-section,
    .studio-section {
        padding: 72px 0;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .section-heading h2,
    .runtime-copy h2,
    .studio-copy h2,
    .support-copy h2 {
        font-size: 34px;
    }

    .section-heading > p:last-child,
    .runtime-copy > p,
    .studio-copy > p,
    .support-copy > p {
        font-size: 16px;
    }

    .capability-grid {
        grid-template-columns: 1fr;
    }

    .capability-grid article,
    .capability-grid article:first-child,
    .capability-grid article:nth-child(3) {
        padding: 26px 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .capability-grid article:first-child {
        border-top: 0;
    }

    .runtime-layout,
    .studio-layout,
    .support-layout {
        gap: 42px;
    }

    .code-window {
        box-shadow: 9px 10px 0 #202920;
    }

    .code-window pre {
        min-height: 248px;
        padding: 30px 20px;
        font-size: 13px;
    }

    .generator-toolbar {
        padding: 0 18px;
    }

    .generator-config,
    .generator-summary {
        padding: 28px 20px;
    }

    .module-list {
        height: 390px;
    }

    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .resource-grid a {
        min-height: 190px;
        padding: 20px;
    }

    .support-section {
        padding: 68px 0;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .wordmark {
        font-size: 20px;
    }

    .locale-switch {
        width: 102px;
    }

    .hero-actions,
    .support-actions {
        width: 100%;
    }

    .hero-actions .button,
    .support-actions .button {
        flex: 1 1 100%;
    }

    .hero-console {
        width: 100%;
    }

    .module-row {
        grid-template-columns: minmax(0, 1fr) 120px;
        gap: 9px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .module-check {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
    }

    .module-check small {
        grid-column: 2;
    }

    .resource-grid {
        grid-template-columns: 1fr;
    }

    .resource-grid a {
        min-height: 170px;
    }

    .donation-panel {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
        padding: 16px;
    }

    .donation-panel img {
        width: 96px;
        height: 96px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
