:root {
    --bg: #ECE2D0;
    --bg-dark: #2D2D2E;
    --panel: rgba(255, 255, 255, 0.38);
    --panel-2: #DDD0BA;
    --accent: #A67C52;
    --accent-soft: rgba(166, 124, 82, 0.14);
    --text: #2D2D2E;
    --muted: rgba(45, 45, 46, 0.68);
    --faint: rgba(45, 45, 46, 0.42);
    --border: rgba(45, 45, 46, 0.1);
    --green: #5C9E6A;
    --red: #C0614A;
    --amber: #B5853E;
    --cat-leo: #5C8FBC;
    --cat-solar: #C09A4A;
    --cat-deep: #7E6BAA;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

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

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(236, 226, 208, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(45, 45, 46, 0.05);
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.nav-content {
    width: 92%;
    max-width: 1180px;
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.logo {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    font-family: "Roboto Mono", monospace;
}

.logo-mark {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.logo-sub {
    font-size: 0.56rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(45, 45, 46, 0.44);
    line-height: 1;
}

.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.nav-links a {
    position: relative;
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    opacity: 0.52;
    padding: 8px 0;
    transition: opacity 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
    opacity: 1;
}

.nav-links a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    width: calc(100% - 12px);
    transform: translateX(-50%);
    bottom: -1px;
    height: 2px;
    background: var(--accent);
    border-radius: 999px;
}

.nav-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 16px;
    margin-left: 4px;
    border-left: 1px solid var(--border);
}

.nav-social {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: inherit;
    font-family: "Roboto Mono", monospace;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.72;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(221, 208, 186, 0.34);
    transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.nav-social:hover {
    opacity: 1;
    background: rgba(166, 124, 82, 0.1);
    border-color: rgba(166, 124, 82, 0.22);
}

.nav-social-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: block;
}

.nav-social-label {
    line-height: 1;
}

.btn-primary,
.btn-secondary,
.text-link,
.mini-title,
.page-eyebrow,
.section-label,
.status-label,
.detail-label,
.request-btn,
.cat-tab,
.cat-count,
.obj-cat-tag,
.obj-type-badge,
.breadcrumb,
.sidebar-label,
.ov-val,
.ov-lbl,
.modal-eyebrow,
.modal-submit,
.footer-line,
.intro-chip,
.status-pill,
.detail-inline,
.results-meta,
.endpoint-chip,
.station-sub,
.copy-btn,
.tle-label {
    font-family: "Roboto Mono", monospace;
}

.btn-primary,
.btn-secondary,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.btn-primary,
.btn-secondary {
    border-radius: 999px;
    padding: 13px 22px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn-primary {
    background: var(--bg-dark);
    color: var(--bg);
}

.btn-secondary {
    border: 1px solid rgba(45, 45, 46, 0.18);
    background: transparent;
    color: var(--text);
}

.text-link {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent);
}

.btn-primary:hover,
.btn-secondary:hover,
.text-link:hover {
    opacity: 0.84;
    transform: translateY(-1px);
}

.btn-primary svg,
.text-link svg {
    width: 12px;
    flex-shrink: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.icon-sm {
    width: 13px;
}

.icon-md {
    width: 16px;
}

.home-page {
    background: var(--bg);
}

.home-page nav {
    background: rgba(236, 226, 208, 0.84);
}

.home-page .page {
    width: 100%;
}

.home-page .page-shell {
    width: min(92%, 1120px);
    margin: 0 auto;
}

.home-page .hero {
    position: relative;
    padding: 118px 0 28px;
    overflow: visible;
    min-height: min(78vh, 760px);
    display: flex;
    align-items: center;
    z-index: 0;
}

.home-page .hero::before {
    content: "";
    position: absolute;
    left: 55%;
    top: 80%;
    width: 180vw;
    height: 180vh;
    background: url("Mechanism_Side_View.png") center center / contain no-repeat;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
    transform: translate(-50%, -50%) rotate(-20deg);
    transform-origin: center center;
}

.home-page .hero-layout {
    position: relative;
    z-index: 1;
    display: block;
}

.home-page .hero-copy {
    max-width: 760px;
}

.home-page .hero-title {
    font-size: clamp(2.75rem, 7vw, 5.15rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
    max-width: 16ch;
}

.home-page .hero-title-eyebrow {
    display: block;
    font-size: clamp(0.9rem, 1.8vw, 1.08rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--faint);
    margin-bottom: 18px;
}

.home-page .hero-title-line {
    display: block;
    white-space: nowrap;
}

.home-page .hero-title-target {
    position: relative;
    display: inline-block;
    width: var(--target-width, 8.2ch);
    margin: 0 0.1em;
    vertical-align: baseline;
    transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page .hero-title-target-phrase,
.home-page .hero-title-target-measure {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

.home-page .hero-title-target-article {
    display: inline-block;
    margin-right: 0.14em;
    font: inherit;
    color: inherit;
    white-space: nowrap;
}

.home-page .hero-title-target-word {
    display: inline-block;
    padding: 0.04em 0.2em 0.1em;
    border-radius: 0.24em;
    background: rgba(201, 173, 130, 0.28);
    color: #7A4F12;
    font-weight: 700;
    white-space: nowrap;
    transform-origin: left center;
}

.home-page .hero-title-target-phrase {
    transform-origin: left center;
    transition:
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease,
        filter 180ms ease;
}

.home-page .hero-title-target-phrase.is-out {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-0.2em) scale(0.94);
}

.home-page .hero-title-target-phrase.is-in {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(0.24em) scale(0.94);
}

.home-page .hero-title-target-measure {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
}

.home-page .hero-title-target-article.is-hidden {
    display: none;
}

.home-page .hero-sub {
    font-size: clamp(1rem, 2vw, 1.14rem);
    color: var(--muted);
    max-width: 54ch;
    line-height: 1.8;
    margin-bottom: 16px;
}

.home-page .hero-detail {
    font-size: 0.94rem;
    color: rgba(45, 45, 46, 0.58);
    max-width: 58ch;
    line-height: 1.8;
    margin-bottom: 28px;
}

.home-page .hero-actions,
.home-page .section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-page .section-actions-spaced {
    margin-top: 18px;
}

.home-page .section-actions-spacious {
    margin-top: 22px;
}

.home-page hr.divider {
    border: none;
    border-top: 1px solid var(--border);
    width: 100%;
}

.home-page .section {
    padding: 36px 0;
}

.home-page .section-title {
    font-size: clamp(1.7rem, 3.2vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
    max-width: 15ch;
}

.home-page .section-copy {
    max-width: 62ch;
    font-size: 0.97rem;
    color: var(--muted);
    line-height: 1.8;
}

.home-page .section-copy + .section-copy {
    margin-top: 12px;
}

.home-page .mini-grid {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.home-page .three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: 26px;
    align-items: center;
}

.home-page .mini-card {
    padding: 18px;
    border-radius: 22px;
    background: var(--panel);
    border: 1px solid var(--border);
}

.home-page .mini-title {
    display: block;
    margin-bottom: 10px;
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--faint);
}

.home-page .mini-card h3 {
    font-size: 1rem;
    line-height: 1.26;
    margin-bottom: 8px;
}

.home-page .mini-card p,
.home-page .mini-card li,
.home-page .fact-list li {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.72;
}

.home-page .mini-card ul,
.home-page .fact-list {
    list-style: none;
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.home-page .fact-list {
    margin-top: 18px;
    max-width: 680px;
}

.home-page .section-figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page .section-figure img {
    width: min(100%, 480px);
    height: auto;
}

.home-page .fact-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
}

.home-page .checkmark {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(92, 158, 106, 0.14);
    color: var(--green);
    font-family: "Roboto Mono", monospace;
    font-size: 0.66rem;
    font-weight: 700;
}

.home-page footer {
    width: min(92%, 1120px);
    margin: 0 auto 34px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    font-family: "Roboto Mono", monospace;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--faint);
}

.home-page .footer-note {
    margin-top: 8px;
}

.catalog-page .page-header,
.catalog-page .total-bar,
.catalog-page .cat-tabs,
.catalog-page .catalog-grid,
.catalog-page .empty-state {
    width: 92%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.catalog-page .page-header {
    padding: 108px 32px 30px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
}

.catalog-page .page-eyebrow {
    display: block;
    margin-bottom: 16px;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(45, 45, 46, 0.34);
}

.catalog-page .page-header h1 {
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
}

.catalog-page .page-header p {
    font-size: 1rem;
    color: rgba(45, 45, 46, 0.62);
    max-width: 62ch;
    line-height: 1.78;
}

.catalog-page .total-bar {
    margin-top: 18px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.42);
}

.catalog-page .total-count {
    font-size: clamp(2.4rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1;
    font-family: "Roboto Mono", monospace;
}

.catalog-page .total-label {
    font-size: 0.9rem;
    color: rgba(45, 45, 46, 0.5);
    line-height: 1.5;
}

.catalog-page .total-label strong {
    opacity: 1;
    display: block;
    font-size: 1rem;
}

.catalog-page .total-divider {
    width: 1px;
    height: 52px;
    background: var(--border);
    flex-shrink: 0;
}

.catalog-page .request-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-dark);
    color: var(--bg);
    padding: 11px 22px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.catalog-page .request-btn:hover {
    opacity: 0.82;
    transform: translateY(-1px);
}

.catalog-page .request-btn svg {
    width: 13px;
}

.catalog-page .cat-tabs {
    margin-bottom: 24px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.catalog-page .cat-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.34);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
    color: var(--text);
    transition: background 0.18s, border-color 0.18s, opacity 0.18s;
    opacity: 0.55;
}

.catalog-page .cat-tab:hover {
    opacity: 0.85;
}

.catalog-page .cat-tab.active {
    opacity: 1;
    background: var(--bg-dark);
    color: var(--bg);
    border-color: var(--bg-dark);
}

.catalog-page .cat-tab.active .cat-dot {
    background: var(--bg) !important;
}

.catalog-page .cat-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.catalog-page .cat-dot-all {
    background: var(--accent);
}

.catalog-page .cat-dot-leo {
    background: var(--cat-leo);
}

.catalog-page .cat-dot-solar {
    background: var(--cat-solar);
}

.catalog-page .cat-dot-deep {
    background: var(--cat-deep);
}

.catalog-page .cat-count {
    font-size: 0.6rem;
    opacity: 0.6;
    background: rgba(45, 45, 46, 0.08);
    padding: 2px 6px;
    border-radius: 20px;
}

.catalog-page .cat-tab.active .cat-count {
    background: rgba(255, 255, 255, 0.15);
    opacity: 0.8;
}

.catalog-page .catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 14px;
}

.catalog-page .obj-card {
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 18px;
    transition: transform 0.18s, background 0.18s, border-color 0.18s;
    display: flex;
    flex-direction: column;
}

.catalog-page .obj-card:hover {
    background: rgba(255, 255, 255, 0.62);
    transform: translateY(-2px);
    border-color: rgba(45, 45, 46, 0.14);
}

.catalog-page .obj-cat-tag {
    font-size: 0.52rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.42;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.catalog-page .obj-cat-pip {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
}

.catalog-page .obj-name {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
}

.catalog-page .obj-sub {
    font-size: 0.7rem;
    opacity: 0.5;
    margin-top: 4px;
    line-height: 1.55;
}

.catalog-page .obj-type-badge {
    margin-top: 12px;
    font-size: 0.52rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.36;
}

.catalog-page .obj-card[data-cat="leo"] .obj-cat-pip {
    background: var(--cat-leo);
}

.catalog-page .obj-card[data-cat="solar"] .obj-cat-pip {
    background: var(--cat-solar);
}

.catalog-page .obj-card[data-cat="deep"] .obj-cat-pip {
    background: var(--cat-deep);
}

.catalog-page .obj-card[data-cat="leo"] .obj-type-badge {
    color: var(--cat-leo);
    opacity: 0.6;
}

.catalog-page .obj-card[data-cat="solar"] .obj-type-badge {
    color: var(--cat-solar);
    opacity: 0.6;
}

.catalog-page .obj-card[data-cat="deep"] .obj-type-badge {
    color: var(--cat-deep);
    opacity: 0.6;
}

.catalog-page .obj-card.hidden {
    display: none;
}

.catalog-page .empty-state {
    display: none;
    padding: 54px 24px;
    text-align: center;
    border-radius: 24px;
    border: 1px dashed rgba(45, 45, 46, 0.16);
    background: rgba(255, 255, 255, 0.28);
}

.catalog-page .empty-state.visible {
    display: block;
}

.catalog-page .empty-state p {
    font-size: 0.78rem;
    opacity: 0.42;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.catalog-page footer {
    border-top: 1px solid var(--border);
    padding: 36px 0;
    text-align: center;
    margin-top: 100px;
}

.footer-line {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.3;
}

.footer-secret {
    opacity: 0;
    transition: opacity 0.8s ease;
    margin-top: 6px;
}

.catalog-page footer:hover .footer-secret,
.database-page footer:hover .footer-secret {
    opacity: 0.18;
}

.catalog-page .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(45, 45, 46, 0.45);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

.catalog-page .modal-backdrop.open {
    opacity: 1;
    pointer-events: all;
}

.catalog-page .modal {
    background: var(--bg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    padding: 40px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.catalog-page .modal-backdrop.open .modal {
    transform: translateY(0) scale(1);
}

.catalog-page .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.catalog-page .modal-eyebrow {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    opacity: 0.35;
    margin-bottom: 6px;
}

.catalog-page .modal h2 {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-page .modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.45;
    transition: opacity 0.2s;
    flex-shrink: 0;
    margin-left: 16px;
    margin-top: 2px;
}

.catalog-page .modal-close:hover {
    opacity: 1;
}

.catalog-page .modal-close svg {
    width: 12px;
}

.catalog-page .modal-body p {
    font-size: 0.88rem;
    opacity: 0.55;
    line-height: 1.75;
    margin-bottom: 24px;
}

.catalog-page .form-group {
    margin-bottom: 16px;
}

.catalog-page .form-group label {
    display: block;
    font-family: "Roboto Mono", monospace;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.4;
    margin-bottom: 7px;
}

.catalog-page .form-group input,
.catalog-page .form-group select,
.catalog-page .form-group textarea {
    width: 100%;
    background: #E5D9C3;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 11px 14px;
    font-family: "Inter", sans-serif;
    font-size: 0.88rem;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s;
}

.catalog-page .form-group input:focus,
.catalog-page .form-group select:focus,
.catalog-page .form-group textarea:focus {
    border-color: var(--accent);
}

.catalog-page .form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.catalog-page .form-group select {
    appearance: none;
    cursor: pointer;
}

.catalog-page .modal-submit {
    width: 100%;
    margin-top: 8px;
    padding: 13px;
    border-radius: 100px;
    background: var(--bg-dark);
    color: var(--bg);
    border: none;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: opacity 0.2s;
}

.catalog-page .modal-submit:hover {
    opacity: 0.82;
}

.catalog-page .modal-note {
    margin-top: 14px;
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.35;
    line-height: 1.5;
}

.get-started-page .nav-links a.active::after {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    bottom: -6px;
}

.get-started-page .page-header {
    padding: 108px 30px 30px;
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
}

.get-started-page .breadcrumb {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(45, 45, 46, 0.36);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.get-started-page .breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.get-started-page .breadcrumb a:hover {
    opacity: 0.7;
}

.get-started-page .breadcrumb-sep {
    opacity: 0.3;
}

.get-started-page .page-header h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.04;
    margin-bottom: 16px;
    letter-spacing: -0.05em;
}

.get-started-page .page-header p {
    font-size: 1.02rem;
    color: rgba(45, 45, 46, 0.62);
    max-width: 62ch;
    line-height: 1.8;
}

.get-started-page .doc-layout {
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
    padding: 40px 0 110px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 46px;
    align-items: start;
}

.get-started-page .sidebar {
    position: sticky;
    top: 84px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.34);
}

.get-started-page .sidebar-label {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.42;
    margin-bottom: 14px;
}

.get-started-page .sidebar-nav {
    list-style: none;
}

.get-started-page .sidebar-nav li {
    margin-bottom: 2px;
}

.get-started-page .sidebar-nav a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 0.82rem;
    opacity: 0.58;
    padding: 7px 11px;
    border-radius: 12px;
    transition: opacity 0.2s, background 0.2s, box-shadow 0.2s;
}

.get-started-page .sidebar-nav a:hover {
    opacity: 0.9;
}

.get-started-page .sidebar-nav a.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: inset 0 0 0 1px rgba(166, 124, 82, 0.14);
}

.get-started-page .sidebar-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 16px 0;
}

.get-started-page .sidebar-coming {
    font-size: 0.75rem;
    opacity: 0.35;
    padding-left: 12px;
    font-style: italic;
}

.get-started-page .doc-section {
    margin-bottom: 60px;
}

.get-started-page .doc-section:last-child {
    margin-bottom: 0;
}

.get-started-page .section-label {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    opacity: 0.3;
    display: block;
    margin-bottom: 10px;
}

.get-started-page .doc-heading {
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.get-started-page .doc-body {
    font-size: 0.95rem;
    color: rgba(45, 45, 46, 0.62);
    line-height: 1.8;
    margin-bottom: 20px;
}

.get-started-page .overview-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.get-started-page .ov-card {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(45, 45, 46, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
}

.get-started-page .ov-val {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.get-started-page .ov-lbl {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.42;
}

.get-started-page .callout,
.get-started-page .discord-box {
    background: rgba(255, 255, 255, 0.32);
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    border-left: 4px solid var(--accent);
}

.get-started-page .callout {
    margin: 18px 0;
}

.get-started-page .callout p {
    font-size: 0.86rem;
    opacity: 0.82;
    line-height: 1.7;
}

.get-started-page .callout strong {
    opacity: 1;
}

.get-started-page .checklist {
    list-style: none;
    margin: 20px 0;
}

.get-started-page .checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.9rem;
}

.get-started-page .checklist li:last-child {
    border-bottom: none;
}

.get-started-page .check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    border: 1px solid rgba(166, 124, 82, 0.18);
    overflow: hidden;
    --mark-stroke: 1.6px;
}

.get-started-page .check-yes {
    background: rgba(166, 124, 82, 0.12);
    color: #7A4F12;
}

.get-started-page .check-no {
    background: rgba(166, 124, 82, 0.08);
    color: #7A4F12;
}

.get-started-page .check-yes::before,
.get-started-page .check-yes::after,
.get-started-page .check-no::before,
.get-started-page .check-no::after {
    content: "";
    position: absolute;
    background: currentColor;
    height: var(--mark-stroke);
    border-radius: 999px;
    transform-origin: left center;
}

.get-started-page .check-yes::before {
    width: 4px;
    left: 4px;
    top: 7px;
    transform: rotate(45deg);
}

.get-started-page .check-yes::after {
    width: 8px;
    left: 6.75px;
    top: 9.75px;
    transform: rotate(-45deg);
}

.get-started-page .check-no::before,
.get-started-page .check-no::after {
    width: 8px;
    left: 50%;
    top: 50%;
    transform-origin: center;
}

.get-started-page .check-no::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.get-started-page .check-no::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.get-started-page .check-label {
    font-weight: 500;
}

.get-started-page .check-detail {
    font-size: 0.8rem;
    opacity: 0.5;
    margin-top: 2px;
}

.doc-table-wrap {
    margin-top: 24px;
    overflow-x: auto;
    border: 1px solid rgba(45, 45, 46, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
}

.doc-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.doc-table thead tr {
    background: rgba(221, 208, 186, 0.82);
}

.doc-table th {
    padding: 11px 14px;
    font-family: "Roboto Mono", monospace;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.68;
    text-align: left;
    font-weight: 700;
    border-right: 1px solid rgba(45, 45, 46, 0.12);
    border-bottom: 1px solid rgba(45, 45, 46, 0.16);
}

.doc-table td {
    padding: 11px 14px;
    font-size: 0.86rem;
    border-top: 1px solid rgba(45, 45, 46, 0.12);
    border-right: 1px solid rgba(45, 45, 46, 0.1);
    vertical-align: top;
    background: rgba(255, 255, 255, 0.12);
}

.doc-table th:last-child,
.doc-table td:last-child {
    border-right: none;
}

.doc-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.2);
}

.doc-table .doc-col-bought,
.doc-table .doc-cell-bought {
    width: 72px;
    text-align: center;
}

.doc-table .doc-col-qty,
.doc-table .doc-cell-qty {
    width: 88px;
    text-align: center;
}

.doc-table .doc-col-cost,
.doc-table .doc-cell-cost {
    width: 110px;
    text-align: right;
}

.doc-table .doc-col-buy,
.doc-table .doc-cell-actions {
    width: 200px;
}

.doc-table .doc-cell-qty,
.doc-table .doc-cell-cost {
    font-family: "Roboto Mono", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.doc-table .doc-item-name {
    display: block;
    font-weight: 600;
    line-height: 1.35;
}

.doc-table .doc-item-note {
    display: block;
    margin-top: 3px;
    font-size: 0.76rem;
    opacity: 0.58;
    line-height: 1.55;
    max-width: 52ch;
}

.doc-table .doc-cell-actions {
    text-align: right;
}

.doc-table .doc-buy-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 100%;
}

.doc-table .doc-buy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 0 11px;
    border: 1px solid rgba(166, 124, 82, 0.2);
    border-radius: 8px;
    background: rgba(221, 208, 186, 0.42);
    color: var(--text);
    text-decoration: none;
    font-family: "Roboto Mono", monospace;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.doc-table .doc-buy-link:hover {
    opacity: 1;
    background: rgba(166, 124, 82, 0.14);
    border-color: rgba(166, 124, 82, 0.32);
}

.doc-table .doc-buy-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(166, 124, 82, 0.16);
}

.doc-table .doc-bought-check {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--accent);
    border-radius: 4px;
    border: 1px solid rgba(166, 124, 82, 0.24);
    background: rgba(221, 208, 186, 0.38);
    cursor: pointer;
}

.doc-table .doc-bought-check:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(166, 124, 82, 0.16);
}

.doc-table tbody tr.is-complete td {
    background: rgba(255, 255, 255, 0.08);
}

.doc-table tbody tr.is-complete .doc-item-name,
.doc-table tbody tr.is-complete .doc-cell-cost {
    opacity: 0.56;
}

.doc-table tbody tr.is-complete .doc-item-note {
    opacity: 0.4;
}

.doc-table tbody tr.is-complete .doc-buy-link {
    opacity: 0.88;
}

.doc-table tfoot td {
    background: rgba(221, 208, 186, 0.72);
    font-weight: 600;
    border-top: 2px solid rgba(45, 45, 46, 0.16);
}

.doc-table .doc-table-total-row .doc-cell-cost {
    font-size: 0.9rem;
}

.doc-table-note {
    font-size: 0.75rem;
    opacity: 0.45;
    margin-top: 10px;
    line-height: 1.6;
}

.doc-list {
    list-style: none;
    margin-top: 20px;
}

.doc-list-item {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 11px 0;
}

.doc-list-marker {
    width: 7px;
    height: 7px;
    margin-top: 0.5em;
    border-radius: 50%;
    background: rgba(166, 124, 82, 0.72);
    flex-shrink: 0;
}

.doc-list-title {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.45;
}

.doc-list-note {
    display: block;
    margin-top: -1px;
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.6;
}

.get-started-page .steps-overview {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 20px;
}

.get-started-page .step-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}

.get-started-page .step-item:last-child {
    border-bottom: none;
}

.get-started-page .step-item:hover {
    background: rgba(255, 255, 255, 0.38);
}

.get-started-page .step-num {
    font-family: "Roboto Mono", monospace;
    font-size: 0.7rem;
    opacity: 0.3;
    min-width: 24px;
    font-weight: 700;
}

.get-started-page .step-info {
    flex: 1;
}

.get-started-page .step-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.get-started-page .step-desc {
    font-size: 0.78rem;
    opacity: 0.5;
}

.get-started-page .step-time {
    font-family: "Roboto Mono", monospace;
    font-size: 0.65rem;
    opacity: 0.3;
    white-space: nowrap;
}

.get-started-page .step-arrow {
    opacity: 0.25;
    font-size: 0.8rem;
}

.get-started-page .step-item.locked .step-arrow {
    display: none;
}

.get-started-page .step-item.locked {
    cursor: default;
}

.get-started-page .step-item.locked:hover {
    background: transparent;
}

.get-started-page .step-badge-soon {
    font-family: "Roboto Mono", monospace;
    font-size: 0.55rem;
    background: var(--panel-2);
    padding: 3px 8px;
    border-radius: 100px;
    opacity: 0.5;
    white-space: nowrap;
}

.get-started-page .discord-box {
    margin-top: 20px;
    padding: 16px 18px;
}

.get-started-page .discord-box h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.get-started-page .discord-box p {
    font-size: 0.86rem;
    opacity: 0.62;
    line-height: 1.7;
    margin-bottom: 16px;
}

.get-started-page .btn-discord {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: var(--accent);
    font-family: "Roboto Mono", monospace;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(221, 208, 186, 0.42);
    transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.get-started-page .btn-discord:hover {
    opacity: 1;
    background: rgba(221, 208, 186, 0.58);
    border-color: rgba(166, 124, 82, 0.22);
}

.get-started-page .btn-discord-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: block;
}

.get-started-page .doc-cta {
    margin-top: 60px;
    padding: 40px;
    border: 1px solid var(--border);
    border-radius: 16px;
    text-align: center;
}

.get-started-page .doc-cta-tight {
    margin-top: 32px;
}

.get-started-page .doc-cta h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.get-started-page .doc-cta p {
    font-size: 0.88rem;
    opacity: 0.55;
    margin-bottom: 22px;
    line-height: 1.7;
}

.get-started-page footer {
    border-top: 1px solid var(--border);
    padding: 36px 0;
    text-align: center;
}

.database-page {
    background: var(--bg);
}

.database-page .database-main {
    padding-bottom: 28px;
}

.database-page .page-header,
.database-page .status-dashboard,
.database-page footer {
    width: 92%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.database-page .page-header {
    padding: 108px 32px 28px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid var(--border);
    border-radius: 28px;
}

.database-page .page-eyebrow,
.database-page .section-label,
.database-page .metric-label,
.database-page .metric-note,
.database-page .status-chip,
.database-page .search-label,
.database-page .station-meta,
.database-page .detail-heading-label,
.database-page .results-meta {
    font-family: "Roboto Mono", monospace;
}

.database-page .page-eyebrow,
.database-page .section-label,
.database-page .results-meta,
.database-page .metric-label,
.database-page .metric-note,
.database-page .search-label,
.database-page .station-meta,
.database-page .detail-heading-label {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.database-page .page-eyebrow,
.database-page .section-label {
    display: block;
    margin-bottom: 14px;
    color: rgba(45, 45, 46, 0.34);
}

.database-page .page-header h1 {
    font-size: clamp(2.1rem, 4.8vw, 3.45rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
}

.database-page .page-header p {
    max-width: 56ch;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(45, 45, 46, 0.62);
}

.database-page .status-dashboard {
    padding: 18px 0 0;
}

.database-page .overview-shell {
    border: 1px solid var(--border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.42);
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(45, 45, 46, 0.05);
}

.database-page .overview-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    padding: 24px 24px 10px;
}

.database-page .overview-head {
    min-width: 0;
}

.database-page .dashboard-title,
.database-page .panel-title {
    font-size: clamp(1.3rem, 2.6vw, 1.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.database-page .status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.54);
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(45, 45, 46, 0.72);
}

.database-page .status-chip[data-state="checking"] {
    background: rgba(255, 255, 255, 0.54);
    color: rgba(45, 45, 46, 0.72);
}

.database-page .status-chip[data-state="operational"] {
    background: rgba(92, 158, 106, 0.14);
    color: var(--green);
    border-color: rgba(92, 158, 106, 0.24);
}

.database-page .status-chip[data-state="partial"] {
    background: rgba(181, 133, 62, 0.14);
    color: var(--amber);
    border-color: rgba(181, 133, 62, 0.24);
}

.database-page .status-chip[data-state="outage"] {
    background: rgba(192, 97, 74, 0.12);
    color: var(--red);
    border-color: rgba(192, 97, 74, 0.22);
}

.database-page .metric-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
    padding: 0 24px;
}

.database-page .metric-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 118px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.48);
}

.database-page .metric-cell-wide {
    justify-content: flex-start;
    text-align: left;
}

.database-page .metric-cell:not(.metric-cell-wide) {
    text-align: center;
}

.database-page .metric-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(45, 45, 46, 0.44);
}

.database-page .metric-value {
    font-size: clamp(1.26rem, 2.8vw, 1.88rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    word-break: break-word;
    color: rgba(45, 45, 46, 0.92);
}

.database-page .metric-value[data-state="operational"] {
    color: var(--green);
}

.database-page .metric-value[data-state="partial"] {
    color: var(--amber);
}

.database-page .metric-value[data-state="outage"] {
    color: var(--red);
}

.database-page .metric-value-refresh {
    font-size: clamp(0.98rem, 1.8vw, 1.2rem);
}

.database-page .metric-note {
    margin-top: 6px;
    color: rgba(45, 45, 46, 0.5);
    line-height: 1.55;
}

.database-page .timing-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
    padding: 0 24px;
}

.database-page .timing-cell {
    min-width: 0;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.4);
}

.database-page .timing-cell-state {
    background: rgba(255, 255, 255, 0.48);
}

.database-page .timing-label,
.database-page .timing-note {
    display: block;
    color: rgba(45, 45, 46, 0.48);
}

.database-page .timing-label {
    margin-bottom: 8px;
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.database-page .timing-value {
    min-width: 0;
    font-size: 0.95rem;
    line-height: 1.35;
    color: rgba(45, 45, 46, 0.9);
    word-break: break-word;
}

.database-page .timing-note {
    margin-top: 6px;
    font-size: 0.72rem;
    line-height: 1.55;
}

.database-page .timing-value[data-state="checking"] {
    color: rgba(45, 45, 46, 0.72);
}

.database-page .timing-value[data-state="operational"] {
    color: var(--green);
}

.database-page .timing-value[data-state="saved"],
.database-page .timing-value[data-state="partial"] {
    color: var(--amber);
}

.database-page .timing-value[data-state="outage"] {
    color: var(--red);
}

.database-page .status-summary {
    margin: 16px 24px 0;
    padding: 12px 14px;
    max-width: none;
    font-size: 0.86rem;
    line-height: 1.7;
    color: rgba(45, 45, 46, 0.62);
    border-radius: 14px;
    border: 1px solid rgba(166, 124, 82, 0.14);
    background: rgba(166, 124, 82, 0.08);
}

.database-page .status-summary.is-hidden,
.database-page .feed-state.is-hidden {
    display: none;
}

.database-page .endpoint-panel {
    margin: 18px 24px 0;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.34);
}

.database-page .panel-head-compact {
    align-items: center;
}

.database-page .endpoint-title {
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.database-page .endpoint-list {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.database-page .endpoint-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.38);
}

.database-page .endpoint-copy {
    min-width: 0;
}

.database-page .endpoint-name {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.database-page .endpoint-url {
    margin-top: 4px;
    font-family: "Roboto Mono", monospace;
    font-size: 0.67rem;
    line-height: 1.55;
    color: rgba(45, 45, 46, 0.5);
    word-break: break-all;
}

.database-page .endpoint-meta-block {
    display: flex;
    justify-content: flex-end;
}

.database-page .endpoint-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.54);
    font-size: 0.61rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(45, 45, 46, 0.68);
    text-align: center;
}

.database-page .endpoint-chip[data-state="checking"] {
    background: rgba(255, 255, 255, 0.54);
    color: rgba(45, 45, 46, 0.68);
}

.database-page .endpoint-chip[data-state="online"] {
    background: rgba(92, 158, 106, 0.14);
    color: var(--green);
    border-color: rgba(92, 158, 106, 0.24);
}

.database-page .endpoint-chip[data-state="saved"] {
    background: rgba(181, 133, 62, 0.14);
    color: var(--amber);
    border-color: rgba(181, 133, 62, 0.24);
}

.database-page .endpoint-chip[data-state="unavailable"] {
    background: rgba(192, 97, 74, 0.12);
    color: var(--red);
    border-color: rgba(192, 97, 74, 0.22);
}

.database-page .workspace-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(340px, 1.08fr);
    gap: 20px;
    align-items: start;
    padding: 20px 24px 24px;
}

.database-page .station-panel,
.database-page .detail-panel {
    min-width: 0;
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.34);
}

.database-page .panel-head,
.database-page .detail-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
}

.database-page .results-meta {
    color: rgba(45, 45, 46, 0.42);
    text-align: right;
}

.database-page .search-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(45, 45, 46, 0.1);
    background: rgba(255, 255, 255, 0.24);
}

.database-page .search-label {
    color: rgba(45, 45, 46, 0.46);
    white-space: nowrap;
}

.database-page .search-shell input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-size: 0.92rem;
}

.database-page .search-shell input::placeholder {
    color: rgba(45, 45, 46, 0.42);
}

.database-page .search-shell:focus-within {
    border-color: rgba(166, 124, 82, 0.3);
    background: rgba(255, 255, 255, 0.38);
}

.database-page .station-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 12px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(166, 124, 82, 0.34) transparent;
    -webkit-overflow-scrolling: touch;
}

.database-page .station-filters::-webkit-scrollbar {
    height: 6px;
}

.database-page .station-filters::-webkit-scrollbar-thumb {
    background: rgba(166, 124, 82, 0.34);
    border-radius: 999px;
}

.database-page .station-filters::-webkit-scrollbar-track {
    background: transparent;
}

.database-page .station-filter {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.34);
    color: rgba(45, 45, 46, 0.74);
    font-family: "Roboto Mono", monospace;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.database-page .station-filter:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.database-page .station-filter.is-active {
    background: rgba(166, 124, 82, 0.12);
    border-color: rgba(166, 124, 82, 0.22);
    color: rgba(95, 69, 42, 0.9);
}

.database-page .station-filter:disabled {
    opacity: 0.48;
    cursor: not-allowed;
}

.database-page .station-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(45, 45, 46, 0.08);
    color: rgba(45, 45, 46, 0.72);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
}

.database-page .station-filter.is-active .station-filter-count {
    background: rgba(166, 124, 82, 0.18);
    color: rgba(95, 69, 42, 0.88);
}

.database-page .feed-state,
.database-page .empty-state {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.22);
    color: rgba(45, 45, 46, 0.7);
    font-size: 0.8rem;
    line-height: 1.5;
}

.database-page .feed-state.error {
    border-color: rgba(192, 97, 74, 0.22);
    background: rgba(192, 97, 74, 0.08);
    color: rgba(110, 47, 31, 0.88);
}

.database-page .feed-state.info {
    border-color: rgba(166, 124, 82, 0.2);
    background: rgba(166, 124, 82, 0.08);
    color: rgba(88, 66, 38, 0.88);
}

.database-page .station-list {
    margin-top: 12px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden auto;
    max-height: 460px;
}

.database-page .station-list.is-empty {
    display: none;
}

.database-page .station-row {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(45, 45, 46, 0.08);
    background: transparent;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    text-align: left;
    color: inherit;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.database-page .station-row:last-child {
    border-bottom: none;
}

.database-page .station-row:hover {
    background: rgba(166, 124, 82, 0.05);
}

.database-page .station-row:focus-visible,
.database-page .copy-btn:focus-visible {
    outline: 2px solid rgba(166, 124, 82, 0.42);
    outline-offset: 2px;
}

.database-page .station-row.is-selected {
    background: rgba(166, 124, 82, 0.11);
    box-shadow: inset 3px 0 0 var(--accent);
}

.database-page .station-row-name {
    font-size: 0.92rem;
    line-height: 1.35;
    font-weight: 600;
    min-width: 0;
}

.database-page .station-meta {
    color: rgba(45, 45, 46, 0.46);
}

.database-page .empty-state {
    display: none;
}

.database-page .empty-state.visible {
    display: block;
}

.database-page .empty-state strong {
    display: block;
    margin-bottom: 4px;
    color: rgba(45, 45, 46, 0.8);
}

.database-page .copy-btn {
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(255, 255, 255, 0.58);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    flex-shrink: 0;
}

.database-page .copy-btn:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.78);
}

.database-page .copy-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.database-page .copy-btn.copied {
    background: var(--bg-dark);
    color: var(--bg);
    border-color: var(--bg-dark);
}

.database-page .detail-card {
    margin-top: 14px;
}

.database-page .detail-head .panel-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.database-page .detail-heading-label {
    font-family: inherit;
    font-size: inherit;
    text-transform: none;
    letter-spacing: inherit;
    color: rgba(45, 45, 46, 0.72);
    white-space: nowrap;
    flex: 0 0 auto;
}

.database-page .detail-heading-name {
    color: rgba(45, 45, 46, 0.9);
    font-size: clamp(1.02rem, 2vw, 1.28rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    min-width: 0;
    flex: 1 1 auto;
    word-break: break-word;
}

.database-page .detail-subtitle {
    max-width: 44ch;
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(45, 45, 46, 0.6);
}

.database-page .detail-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 16px 0 0;
    padding: 0;
}

.database-page .detail-item {
    display: grid;
    grid-template-columns: minmax(124px, 164px) minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(45, 45, 46, 0.08);
    min-width: 0;
}

.database-page .detail-item:first-child {
    border-top: 1px solid rgba(45, 45, 46, 0.08);
}

.database-page .detail-meta-label {
    display: block;
    font-family: "Roboto Mono", monospace;
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(45, 45, 46, 0.46);
    flex: 0 0 auto;
}

.database-page .detail-meta-value {
    display: block;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: rgba(45, 45, 46, 0.88);
    text-align: right;
    word-break: break-word;
    min-width: 0;
}

.database-page .detail-code-block {
    margin-top: 14px;
}

.database-page .detail-code-label {
    display: block;
    margin-bottom: 8px;
    font-family: "Roboto Mono", monospace;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(45, 45, 46, 0.46);
}

.database-page .detail-code {
    margin: 0;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(45, 45, 46, 0.08);
    background: rgba(249, 244, 232, 0.98);
    font-family: "Roboto Mono", monospace;
    font-size: 0.64rem;
    line-height: 1.55;
    white-space: pre;
    word-break: normal;
    overflow-x: auto;
    color: rgba(45, 45, 46, 0.88);
}

.database-page footer {
    border-top: 1px solid var(--border);
    padding: 18px 0 42px;
    text-align: center;
}

@media (max-width: 1020px) {
    .database-page .metric-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .database-page .timing-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .database-page .metric-cell-wide {
        grid-column: 1 / -1;
    }

    .database-page .workspace-shell {
        grid-template-columns: 1fr;
    }

    .database-page .station-list {
        max-height: 360px;
    }
}

@media (max-width: 980px) {
    .home-page .split-layout,
    .home-page .three-up {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .nav-social-label {
        display: none;
    }

    .database-page .nav-socials {
        gap: 10px;
        padding-left: 12px;
    }

    .database-page .overview-top,
    .database-page .panel-head,
    .database-page .detail-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .database-page .metric-strip {
        grid-template-columns: 1fr;
    }

    .database-page .timing-strip {
        grid-template-columns: 1fr;
    }

    .database-page .metric-cell-wide {
        grid-column: auto;
    }

    .database-page .results-meta {
        text-align: left;
    }

    .database-page .endpoint-item {
        grid-template-columns: 1fr;
    }

    .database-page .endpoint-meta-block {
        justify-content: flex-start;
    }

}

@media (max-width: 760px) {
    .home-page .nav-content {
        width: 94%;
        padding: 10px 0;
        align-items: flex-start;
    }

    .home-page .nav-links {
        gap: 12px;
    }

    .home-page .nav-socials {
        padding-left: 12px;
        gap: 10px;
    }

    .home-page .hero {
        padding-top: 148px;
        padding-bottom: 18px;
        min-height: auto;
    }

    .home-page .hero::before {
        width: 270vw;
        height: 220vh;
        opacity: 0.14;
    }

    .home-page .hero-title-line {
        white-space: normal;
    }

    .home-page .mini-card {
        padding: 16px;
    }
}

@media (max-width: 720px) {
    .get-started-page .nav-content {
        justify-content: center;
    }

    .get-started-page .logo {
        display: none;
    }

    .get-started-page .nav-right {
        width: 100%;
        justify-content: center;
        gap: 14px;
    }

    .get-started-page .nav-links {
        justify-content: center;
        gap: 14px;
    }

    .get-started-page .nav-socials {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .get-started-page .logo-sub {
        display: none;
    }

    .get-started-page .doc-layout {
        grid-template-columns: 1fr;
    }

    .get-started-page .sidebar {
        display: none;
    }

    .get-started-page .overview-trio {
        grid-template-columns: 1fr;
    }

    .get-started-page .page-header {
        padding: 100px 22px 24px;
        border-radius: 24px;
    }

    .doc-table {
        min-width: 700px;
    }

    .doc-table th,
    .doc-table td {
        padding: 10px 12px;
    }

    .doc-table .doc-item-note {
        max-width: none;
    }

    .doc-table .doc-buy-link {
        min-height: 29px;
        padding: 0 10px;
    }
}

@media (max-width: 680px) {
    .catalog-page .nav-content,
    .database-page .nav-content {
        justify-content: center;
    }

    .catalog-page .logo,
    .database-page .logo {
        display: none;
    }

    .catalog-page .nav-right,
    .database-page .nav-right {
        width: 100%;
        justify-content: center;
        gap: 14px;
    }

    .catalog-page .nav-links,
    .database-page .nav-links {
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .catalog-page .nav-socials,
    .database-page .nav-socials {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .catalog-page .logo-sub,
    .database-page .logo-sub {
        display: none;
    }

    .catalog-page .total-bar {
        gap: 16px;
    }

    .catalog-page .request-btn {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .catalog-page .total-divider {
        display: none;
    }

    .catalog-page .catalog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-page .page-header {
        padding: 100px 22px 24px;
        border-radius: 24px;
    }

    .database-page .page-header {
        padding: 100px 22px 24px;
        border-radius: 24px;
    }

    .database-page .overview-shell {
        border-radius: 22px;
    }

    .database-page .overview-top {
        padding-top: 18px;
        padding-bottom: 14px;
    }

    .database-page .metric-strip,
    .database-page .timing-strip,
    .database-page .workspace-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .database-page .status-summary {
        margin-left: 18px;
        margin-right: 18px;
    }

    .database-page .endpoint-panel {
        margin-left: 18px;
        margin-right: 18px;
        padding: 16px;
        border-radius: 16px;
    }

    .database-page .station-panel,
    .database-page .detail-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .database-page .station-row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .database-page .station-meta {
        padding-right: 0;
    }

    .database-page .detail-head .panel-title,
    .database-page .detail-item {
        gap: 6px;
    }

    .database-page .detail-item {
        grid-template-columns: 1fr;
    }

    .database-page .detail-meta-value {
        text-align: left;
    }

    .database-page .copy-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .catalog-page .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-page .modal {
        padding: 28px 22px;
    }
}

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

    .reveal,
    .home-page .hero-title-target,
    .home-page .hero-title-target-word,
    .nav-social,
    .btn-primary,
    .btn-secondary,
    .text-link,
    .catalog-page .request-btn,
    .catalog-page .modal,
    .database-page .copy-btn,
    .database-page .station-row {
        transition: none;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
