:root {
    color-scheme: dark;
    --site-bg: #070b13;
    --site-surface: #0d1420;
    --site-surface-strong: #111a28;
    --site-border: #26354b;
    --site-border-strong: #385274;
    --site-text: #f3f7ff;
    --site-muted: #aeb9cc;
    --site-accent: #58a4ff;
    --site-accent-strong: #2f7ee8;
    --site-success: #28df80;
    --site-shell-width: 1240px;
}

html {
    scroll-behavior: smooth;
    background: var(--site-bg);
}

html.home-scroll {
    scroll-snap-type: y mandatory;
}

body {
    background: var(--site-bg);
    color: var(--site-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
}

.page-home,
.page-not-found,
.page-privacy,
.page-support,
.page-qnp,
.page-qzp,
.page-qip,
.page-qpg,
.page-mindora {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(56, 82, 116, 0.58);
    background: #070b13;
}

.site-header-inner,
.site-footer-inner,
.not-found-shell {
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
}

.site-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--site-text);
    text-decoration: none;
}

.site-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--site-border-strong);
    border-radius: 12px;
    background: #0d1726;
    color: var(--site-accent);
    font-size: 0.93rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.site-brand-copy {
    display: grid;
    gap: 2px;
}

.site-brand-copy strong {
    font-size: 0.96rem;
    letter-spacing: 0.09em;
}

.site-brand-copy small {
    color: var(--site-muted);
    font-size: 0.74rem;
}

.site-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-navigation a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #c6d0df;
    text-decoration: none;
    font-size: 0.91rem;
    font-weight: 700;
}

.site-navigation a:hover,
.site-navigation a:focus-visible {
    border-color: var(--site-border);
    background: #0d1420;
    color: var(--site-text);
    outline: none;
}

.site-header-release {
    background: #070b13;
}

.site-navigation-release {
    margin-left: auto;
}

.site-navigation .site-back-link {
    gap: 9px;
    border-color: var(--site-border);
    background: #0d1420;
}

.site-navigation .site-back-link:hover,
.site-navigation .site-back-link:focus-visible {
    border-color: var(--site-border-strong);
    background: #111a28;
}

.site-hook {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (min-width: 761px) {
    .site-hook--mobile-only {
        display: none !important;
    }
}

.site-hook-content > :first-child {
    margin-top: 0;
}

.site-hook-content > :last-child {
    margin-bottom: 0;
}

.site-hook a {
    color: #b9d8ff;
    text-underline-offset: 0.18em;
}

.site-hook img {
    height: auto;
}

.site-hook--page-top,
.site-hook--header-below,
.site-hook--footer-before,
.site-hook--page-bottom {
    width: 100%;
    padding: 12px max(20px, calc((100% - var(--site-shell-width)) / 2));
    border-bottom: 1px solid var(--site-border);
    color: #dce9f8;
    background: #0b1320;
    text-align: center;
    line-height: 1.55;
}

.site-hook--footer-before,
.site-hook--page-bottom {
    border-top: 1px solid var(--site-border);
    border-bottom: 0;
}

.site-hook--main-before,
.site-hook--main-after {
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 24px auto;
}

.site-header-inner > .site-hook {
    flex: 0 1 auto;
    max-width: min(320px, 28vw);
    color: #d8e5f5;
    font-size: 0.84rem;
    line-height: 1.4;
}

.site-header-inner > .site-hook--header-center {
    flex: 1 1 180px;
    max-width: 460px;
    text-align: center;
}

.site-footer-inner > .site-hook {
    flex: 0 1 320px;
    color: #aebbd0;
    font-size: 0.86rem;
    line-height: 1.55;
}

.site-back-link svg {
    width: 18px;
    height: 18px;
    transform: rotate(180deg);
}

.not-found-code {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--site-accent);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.not-found-code::before {
    width: 30px;
    height: 1px;
    background: currentColor;
    content: "";
}

.not-found-panel h1 {
    margin: 18px 0 0;
    font-size: clamp(2.65rem, 5.4vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.app-status {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid var(--site-border);
    border-radius: 999px;
    color: var(--site-muted);
    font-size: 0.72rem;
    font-weight: 820;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.app-status-live {
    border-color: rgba(40, 223, 128, 0.32);
    background: rgba(40, 223, 128, 0.08);
    color: #6af1aa;
}

.app-status-upcoming {
    border-color: rgba(10, 132, 255, 0.38);
    background: rgba(10, 132, 255, 0.1);
    color: #7fc1ff;
}

.app-status-offline {
    border-color: rgba(163, 177, 199, 0.26);
    background: rgba(163, 177, 199, 0.07);
    color: #aab7c9;
}

.site-footer {
    border-top: 1px solid var(--site-border);
    background: #060a11;
}

.site-footer-inner {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 0;
}

.site-footer strong {
    letter-spacing: 0.11em;
}

.site-footer p {
    max-width: 540px;
    margin: 8px 0 0;
    color: #8794a8;
    line-height: 1.55;
}

.site-footer a {
    color: #b9c8dc;
}

.not-found-panel {
    min-height: calc(100vh - 252px);
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.not-found-panel p {
    margin: 20px 0 30px;
    color: var(--site-muted);
    font-size: 1.08rem;
}

.qzp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.qzp-button:hover {
    transform: translateY(-2px);
}

.qzp-button-primary {
    border: 1px solid #67acff;
    background: linear-gradient(180deg, #5da8ff 0%, #357fdd 100%);
    color: #07101f;
}

.qzp-button-primary:hover {
    background: linear-gradient(180deg, #72b4ff 0%, #3d8aeb 100%);
}

.qzp-button-disabled,
.qzp-button-disabled:hover {
    border-color: var(--qzp-border-strong);
    background: rgba(255, 255, 255, 0.045);
    color: var(--qzp-muted);
    cursor: not-allowed;
    opacity: 0.78;
    transform: none;
    user-select: none;
}

.qzp-button-secondary {
    border: 1px solid var(--qzp-border-strong);
    background: rgba(255, 255, 255, 0.035);
    color: var(--qzp-text);
}

.qzp-button-secondary:hover {
    border-color: #5277a8;
    background: rgba(255, 255, 255, 0.055);
}

.qzp-button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.privacy-page {
    min-height: calc(100vh - 252px);
    background:
        radial-gradient(circle at 80% 6%, rgba(58, 133, 235, 0.16), transparent 26%),
        linear-gradient(180deg, #0a101b 0%, var(--site-bg) 360px);
}

.privacy-shell {
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 82px;
}

.privacy-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 34px;
    color: #8190a5;
    font-size: 0.86rem;
}

.privacy-breadcrumbs a {
    color: #aab9cc;
    text-decoration: none;
}

.privacy-breadcrumbs a:hover,
.privacy-breadcrumbs a:focus-visible {
    color: var(--site-text);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.privacy-hero {
    padding: 40px;
    border: 1px solid var(--site-border-strong);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(88, 164, 255, 0.16), transparent 35%),
        linear-gradient(145deg, #111a28, #0b111c);
}

.privacy-eyebrow {
    color: var(--site-accent);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.privacy-hero h1 {
    margin: 14px 0 0;
    font-size: clamp(2.5rem, 7vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.privacy-hero > p {
    max-width: 720px;
    margin: 20px 0 0;
    color: #c4cedd;
    font-size: 1.08rem;
    line-height: 1.72;
}

.privacy-directory {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.privacy-app-card {
    min-height: 132px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--site-border);
    border-radius: 22px;
    background: var(--site-surface);
    color: var(--site-text);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.privacy-app-card:hover,
.privacy-app-card:focus-visible {
    transform: translateY(-2px);
    border-color: var(--site-border-strong);
    background: var(--site-surface-strong);
    outline: none;
}

.privacy-app-card img {
    width: 76px;
    height: 76px;
    border: 1px solid rgba(115, 173, 255, 0.38);
    border-radius: 18px;
    background: #0d1f3d;
}

.privacy-app-copy {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.privacy-app-copy strong {
    font-size: 1.35rem;
}

.privacy-app-copy small {
    color: var(--site-muted);
    font-size: 0.95rem;
}

.privacy-app-action {
    color: #8fc1ff;
    font-weight: 780;
    white-space: nowrap;
}

.privacy-policy-identity {
    display: flex;
    align-items: center;
    gap: 22px;
}

.privacy-policy-identity img {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    border: 1px solid rgba(115, 173, 255, 0.42);
    border-radius: 22px;
    background: #0d1f3d;
}

.privacy-policy-identity h1 {
    font-size: clamp(2.2rem, 6vw, 4rem);
}

.privacy-effective-date {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    padding: 0 14px;
    border: 1px solid rgba(88, 164, 255, 0.3);
    border-radius: 999px;
    background: rgba(47, 126, 232, 0.13);
    color: #a9ceff;
    font-size: 0.82rem;
    font-weight: 750;
}

.privacy-policy {
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid var(--site-border);
    border-radius: 24px;
    background: var(--site-surface);
}

.privacy-policy section {
    padding: 31px 34px;
}

.privacy-policy section + section {
    border-top: 1px solid var(--site-border);
}

.privacy-policy h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    letter-spacing: -0.025em;
}

.privacy-policy p,
.privacy-policy li {
    color: #b5c0d1;
    font-size: 1rem;
    line-height: 1.75;
}

.privacy-policy p {
    margin: 13px 0 0;
}

.privacy-policy section > p,
.privacy-policy section > ul {
    max-width: 820px;
}

.privacy-policy ul {
    margin: 15px 0 0;
    padding-left: 1.25rem;
}

.privacy-policy li + li {
    margin-top: 7px;
}

.privacy-policy strong {
    color: var(--site-text);
}

.privacy-policy a,
.privacy-back-panel a {
    color: #8fc1ff;
    font-weight: 700;
}

.privacy-back-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding: 22px 25px;
    border: 1px solid var(--site-border);
    border-radius: 18px;
    background: rgba(13, 20, 32, 0.72);
}

.privacy-back-panel p {
    margin: 0;
    color: var(--site-muted);
}

.privacy-back-panel a {
    text-decoration: none;
    white-space: nowrap;
}

.privacy-back-panel a:hover,
.privacy-back-panel a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.support-page {
    min-height: calc(100vh - 252px);
    background:
        radial-gradient(circle at 80% 6%, rgba(58, 133, 235, 0.16), transparent 26%),
        linear-gradient(180deg, #0a101b 0%, var(--site-bg) 360px);
}

.support-shell {
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 82px;
}

.support-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 34px;
    color: #8190a5;
    font-size: 0.86rem;
}

.support-breadcrumbs a {
    color: #aab9cc;
    text-decoration: none;
}

.support-breadcrumbs a:hover,
.support-breadcrumbs a:focus-visible {
    color: var(--site-text);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.support-hero {
    padding: 40px;
    border: 1px solid var(--site-border-strong);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(88, 164, 255, 0.16), transparent 35%),
        linear-gradient(145deg, #111a28, #0b111c);
}

.support-identity {
    display: flex;
    align-items: center;
    gap: 22px;
}

.support-identity img {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    border: 1px solid rgba(115, 173, 255, 0.42);
    border-radius: 22px;
    background: #0d1f3d;
}

.support-eyebrow {
    color: var(--site-accent);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.support-hero h1 {
    margin: 10px 0 0;
    font-size: clamp(2.2rem, 6vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.support-hero > p {
    max-width: 760px;
    margin: 24px 0 0;
    color: #c4cedd;
    font-size: 1.08rem;
    line-height: 1.72;
}

.support-hero .qzp-button {
    margin-top: 25px;
}

.support-content {
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid var(--site-border);
    border-radius: 24px;
    background: var(--site-surface);
}

.support-content section {
    padding: 31px 34px;
}

.support-content section + section {
    border-top: 1px solid var(--site-border);
}

.support-content h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    letter-spacing: -0.025em;
}

.support-content p,
.support-content li {
    max-width: 840px;
    color: #b5c0d1;
    font-size: 1rem;
    line-height: 1.75;
}

.support-content p {
    margin: 13px 0 0;
}

.support-content ol {
    margin: 15px 0 0;
    padding-left: 1.35rem;
}

.support-content li + li {
    margin-top: 7px;
}

.support-content strong {
    color: var(--site-text);
}

.support-content a,
.support-links a {
    color: #8fc1ff;
    font-weight: 700;
}

.support-contact {
    background: rgba(47, 126, 232, 0.08);
}

.support-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.support-links a {
    padding: 10px 14px;
    border: 1px solid #2c415c;
    border-radius: 11px;
    text-decoration: none;
}

.support-links a:hover,
.support-links a:focus-visible {
    border-color: #4b719e;
    color: #dcecff;
    outline: none;
}

@media (max-width: 760px) {
    .site-header-inner,
.site-footer-inner,
.not-found-shell {
        width: min(100% - 24px, var(--site-shell-width));
    }

    .site-header-inner {
        min-height: 72px;
    }

    .site-brand-copy small {
        display: none;
    }

    .site-navigation {
        gap: 1px;
    }

    .site-navigation a {
        padding: 0 9px;
        font-size: 0.82rem;
    }

    .site-footer-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .site-header-inner > .site-hook {
        max-width: 180px;
    }

    .site-hook--desktop-only {
        display: none !important;
    }

    .site-hook--main-before,
    .site-hook--main-after {
        width: min(100% - 24px, var(--site-shell-width));
    }

    .privacy-shell {
        width: min(100% - 24px, var(--site-shell-width));
        padding-top: 30px;
    }

    .support-shell {
        width: min(100% - 24px, var(--site-shell-width));
        padding-top: 30px;
    }

    .privacy-hero {
        padding: 28px;
        border-radius: 23px;
    }

    .support-hero {
        padding: 28px;
        border-radius: 23px;
    }

    .privacy-app-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .privacy-app-action {
        grid-column: 2;
    }

    .privacy-back-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {

    .qzp-button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .site-brand-copy strong {
        font-size: 0.8rem;
    }

    .site-navigation:not(.site-navigation-release) a:last-child {
        display: none;
    }

    .site-navigation .site-back-link {
        padding: 0 11px;
    }

    .not-found-shell .qzp-button {
        width: 100%;
    }

    .privacy-policy-identity {
        align-items: flex-start;
    }

    .privacy-policy-identity img {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        border-radius: 17px;
    }

    .privacy-policy section {
        padding: 25px 22px;
    }

    .support-identity {
        align-items: flex-start;
    }

    .support-identity img {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        border-radius: 17px;
    }

    .support-content section {
        padding: 25px 22px;
    }

    .privacy-app-card {
        gap: 15px;
        padding: 18px;
    }

    .privacy-app-card img {
        width: 62px;
        height: 62px;
        border-radius: 15px;
    }
}

/* 2026 simple application directory */
.page-home,
.page-qnp,
.page-qkb,
.page-qzp,
.page-qip,
.page-qpg,
.page-mindora {
    margin: 0;
}

.dock-home {
    position: relative;
    min-height: calc(100vh - 82px);
    min-height: calc(100svh - 82px);
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(56, 82, 116, 0.42);
    background:
        radial-gradient(circle at 50% 25%, rgba(62, 136, 237, 0.24), transparent 36%),
        linear-gradient(160deg, #0b1321 0%, #070b13 62%);
    scroll-snap-align: end;
    scroll-snap-stop: always;
}

.dock-home::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(111, 153, 210, 0.052) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 153, 210, 0.052) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
    content: "";
}

.dock-home-glow {
    position: absolute;
    top: 22%;
    left: 50%;
    width: min(720px, 82vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(48, 120, 219, 0.12);
    filter: blur(80px);
    transform: translate(-50%, -50%);
}

.dock-home-shell {
    position: relative;
    z-index: 1;
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(58px, 7vh, 76px) 0 clamp(36px, 5vh, 52px);
    text-align: center;
}

.dock-home-copy {
    max-width: 1080px;
    margin: 0 auto;
}

.dock-home-eyebrow {
    color: #6db1ff;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dock-home h1 {
    margin: 24px 0 0;
    font-size: clamp(3rem, 6vw, 5.9rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.dock-home h1 > span {
    display: block;
}

.dock-home-title-support {
    margin-top: 0.16em;
    color: #c2cfe1;
    font-size: 0.72em;
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.dock-home-copy p {
    max-width: 720px;
    margin: 26px auto 0;
    color: #bdc8d8;
    font-size: clamp(1.02rem, 2vw, 1.22rem);
    line-height: 1.7;
}

.app-dock {
    width: max-content;
    max-width: 100%;
    margin: clamp(38px, 5vh, 56px) auto 0;
    padding: 46px 22px 14px;
}

.app-dock-surface {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    min-height: 126px;
    padding: 16px 20px 12px;
    border: 1px solid rgba(182, 203, 231, 0.34);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(211, 225, 244, 0.21), rgba(87, 111, 144, 0.14));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 26px 65px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.app-dock-item {
    --dock-scale: 1;
    --dock-lift: 0px;
    position: relative;
    z-index: 1;
    width: 104px;
    flex: 0 0 104px;
    display: grid;
    justify-items: center;
    color: #f6f9ff;
    text-decoration: none;
    transform: translateY(var(--dock-lift)) scale(var(--dock-scale));
    transform-origin: center bottom;
    transition: none;
    will-change: transform;
}

.app-dock-item:hover,
.app-dock-item:focus-visible {
    z-index: 10;
    outline: none;
}

.app-dock-item img {
    width: 104px;
    height: 104px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.34));
}

.app-dock-label {
    position: absolute;
    bottom: calc(100% + 16px);
    left: 50%;
    padding: 7px 11px;
    border: 1px solid rgba(197, 215, 239, 0.32);
    border-radius: 9px;
    background: rgba(10, 16, 27, 0.92);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.34);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 7px);
    transition: opacity 120ms ease, transform 120ms ease;
    white-space: nowrap;
}

.app-dock-item:hover .app-dock-label,
.app-dock-item:focus-visible .app-dock-label {
    opacity: 1;
    transform: translate(-50%, 0);
}

.app-dock-dot {
    position: relative;
    z-index: 2;
    width: 5px;
    height: 5px;
    margin-top: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.app-dock-dot.is-available {
    background: #dfeaff;
    box-shadow: 0 0 10px rgba(121, 181, 255, 0.92);
}

.home-catalog-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: clamp(70px, 9vw, 118px) 0;
    border-bottom: 1px solid rgba(56, 82, 116, 0.42);
    background:
        radial-gradient(circle at 50% 12%, rgba(44, 112, 205, 0.16), transparent 38%),
        linear-gradient(155deg, #09111e 0%, #070b13 66%);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.page-home .site-footer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.home-catalog-section::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(111, 153, 210, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 153, 210, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 76%);
    content: "";
}

.home-catalog-section-games {
    background:
        radial-gradient(circle at 50% 14%, rgba(77, 122, 255, 0.17), transparent 36%),
        radial-gradient(circle at 70% 70%, rgba(84, 191, 170, 0.07), transparent 28%),
        linear-gradient(155deg, #0a1220 0%, #070b13 66%);
}

.home-catalog-shell {
    position: relative;
    z-index: 1;
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
    text-align: center;
}

.home-catalog-heading {
    max-width: 760px;
    margin: 0 auto;
}

.home-catalog-eyebrow {
    color: #6db1ff;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-catalog-heading h2 {
    margin: 15px 0 0;
    color: #f3f7ff;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.home-catalog-heading p {
    margin: 20px auto 0;
    color: #aebbd0;
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    line-height: 1.65;
}

.home-catalog-section .app-dock {
    margin-top: clamp(30px, 4vw, 46px);
}

.home-support-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: clamp(76px, 8vw, 112px) 0;
    border-bottom: 1px solid rgba(93, 71, 124, 0.48);
    background:
        radial-gradient(circle at 16% 18%, rgba(105, 82, 255, 0.21), transparent 31%),
        radial-gradient(circle at 84% 76%, rgba(232, 94, 168, 0.13), transparent 31%),
        linear-gradient(145deg, #0d1020 0%, #0a0c15 54%, #100c18 100%);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

.home-section-with-image {
    background-color: #070b13;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section-background-1 {
    background-image:
        radial-gradient(ellipse at center, rgba(7, 11, 19, 0.08) 0%, rgba(7, 11, 19, 0.2) 46%, rgba(5, 8, 14, 0.68) 100%),
        linear-gradient(180deg, rgba(5, 10, 18, 0.58) 0%, rgba(7, 11, 19, 0.48) 46%, rgba(5, 8, 14, 0.76) 100%),
        url("/assets/sec1.webp");
}

.home-section-background-2 {
    background-image:
        radial-gradient(ellipse at 50% 42%, rgba(21, 65, 116, 0.08) 0%, rgba(6, 11, 19, 0.2) 48%, rgba(5, 8, 14, 0.7) 100%),
        linear-gradient(180deg, rgba(5, 10, 18, 0.58) 0%, rgba(7, 11, 19, 0.5) 48%, rgba(5, 8, 14, 0.78) 100%),
        url("/assets/sec2.webp");
}

.home-section-background-3 {
    background-image:
        radial-gradient(ellipse at 50% 42%, rgba(48, 77, 166, 0.1) 0%, rgba(6, 11, 19, 0.2) 48%, rgba(5, 8, 14, 0.7) 100%),
        linear-gradient(180deg, rgba(5, 10, 18, 0.58) 0%, rgba(7, 11, 19, 0.5) 48%, rgba(5, 8, 14, 0.78) 100%),
        url("/assets/sec3.webp");
}

.home-section-background-4 {
    background-image:
        radial-gradient(ellipse at 50% 40%, rgba(111, 68, 167, 0.12) 0%, rgba(12, 9, 20, 0.22) 48%, rgba(7, 6, 13, 0.72) 100%),
        linear-gradient(180deg, rgba(8, 8, 18, 0.56) 0%, rgba(10, 8, 18, 0.48) 46%, rgba(7, 6, 13, 0.8) 100%),
        url("/assets/sec4.webp");
}

html.home-scroll.home-scroll-free {
    scroll-snap-type: none;
}

.home-support-section::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(187, 151, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(187, 151, 255, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at center, #000 0%, transparent 77%);
    content: "";
}

.home-support-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(78px);
}

.home-support-glow-one {
    top: -18%;
    left: 9%;
    width: min(460px, 46vw);
    aspect-ratio: 1;
    background: rgba(74, 121, 255, 0.12);
}

.home-support-glow-two {
    right: 2%;
    bottom: -28%;
    width: min(560px, 56vw);
    aspect-ratio: 1;
    background: rgba(226, 88, 175, 0.1);
}

.home-support-shell {
    position: relative;
    z-index: 1;
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
}

.home-support-heading {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.home-support-eyebrow {
    color: #bd91ff;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.home-support-heading h2 {
    margin: 17px 0 0;
    color: #f7f4ff;
    font-size: clamp(2.75rem, 5.4vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.home-support-heading p {
    max-width: 740px;
    margin: 23px auto 0;
    color: #bbb8ca;
    font-size: clamp(1rem, 1.7vw, 1.16rem);
    line-height: 1.68;
    text-wrap: balance;
}

.home-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: clamp(42px, 5vw, 62px);
}

.home-support-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 2.7vw, 34px);
    border: 1px solid rgba(185, 177, 213, 0.2);
    border-radius: 26px;
    background:
        linear-gradient(155deg, rgba(31, 34, 53, 0.88), rgba(16, 18, 30, 0.78));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 28px 65px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(22px) saturate(125%);
    -webkit-backdrop-filter: blur(22px) saturate(125%);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-support-card:hover {
    border-color: rgba(190, 148, 255, 0.46);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 34px 76px rgba(0, 0, 0, 0.34);
    transform: translateY(-5px);
}

.home-support-card-donate {
    border-color: rgba(220, 132, 205, 0.35);
    background:
        radial-gradient(circle at 100% 0%, rgba(213, 96, 198, 0.14), transparent 43%),
        linear-gradient(155deg, rgba(40, 31, 54, 0.91), rgba(18, 17, 31, 0.82));
}

.home-support-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.home-support-number {
    color: #767288;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.home-support-icon {
    width: 52px;
    height: 52px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(191, 162, 238, 0.29);
    border-radius: 16px;
    background: rgba(159, 103, 246, 0.1);
    color: #c69cff;
    font-size: 1.28rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-support-card-donate .home-support-icon {
    border-color: rgba(241, 150, 211, 0.32);
    background: rgba(226, 104, 180, 0.12);
    color: #f0a6d7;
}

.home-support-kicker {
    margin-top: 30px;
    color: #a89dbd;
    font-size: 0.7rem;
    font-weight: 840;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-support-card h3 {
    margin: 10px 0 0;
    color: #f5f2fb;
    font-size: clamp(1.45rem, 2.2vw, 1.88rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.home-support-card > p {
    margin: 17px 0 0;
    color: #a9a6b6;
    font-size: 0.94rem;
    line-height: 1.66;
}

.home-support-action {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding: 0 17px;
    border: 1px solid rgba(187, 177, 210, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #ebe6f4;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 790;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.home-support-action:hover,
.home-support-action:focus-visible {
    border-color: rgba(196, 156, 255, 0.5);
    background: rgba(164, 108, 246, 0.1);
    color: #fff;
    outline: none;
}

.home-support-action-primary {
    border-color: rgba(230, 139, 211, 0.35);
    background: linear-gradient(115deg, #7c5ee7, #be5ca9);
    color: #fff;
    box-shadow: 0 13px 30px rgba(98, 59, 166, 0.26);
}

.home-support-action-primary:hover,
.home-support-action-primary:focus-visible {
    border-color: rgba(255, 205, 239, 0.6);
    background: linear-gradient(115deg, #896cf0, #cb68b5);
}

.home-support-feedback {
    min-height: 17px;
    margin-top: 7px;
    color: #8f8a9d;
    font-size: 0.69rem;
    line-height: 1.35;
}

.home-support-thanks {
    margin: 28px 0 0;
    color: #777385;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.015em;
    text-align: center;
}

@media (max-width: 980px) {
    .home-support-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }

    .home-support-card {
        min-height: 0;
    }

    .home-support-action {
        margin-top: 28px;
    }
}

@media (max-width: 720px) {
    .home-support-section {
        padding: 70px 0;
    }

    .home-support-shell {
        width: min(100% - 28px, var(--site-shell-width));
    }

    .home-support-card {
        padding: 24px;
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-support-card {
        transition: none;
    }

    .home-support-card:hover {
        transform: none;
    }
}

.app-detail {
    --qzp-text: #f3f7ff;
    --qzp-muted: #aeb9cc;
    --qzp-border-strong: #385274;
    min-height: 70vh;
    padding: clamp(44px, 7vw, 92px) 0 88px;
    border-bottom: 1px solid rgba(56, 82, 116, 0.42);
    background:
        radial-gradient(circle at 78% 10%, rgba(58, 133, 235, 0.18), transparent 27%),
        linear-gradient(155deg, #0b1220 0%, #070b13 58%);
}

.app-detail-shell {
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
}

.app-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(42px, 7vw, 86px);
    align-items: center;
}

.app-detail-identity {
    display: flex;
    align-items: center;
    gap: 22px;
}

.app-detail-icon {
    width: 118px;
    height: 118px;
    flex: 0 0 118px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

.app-detail-platform {
    display: block;
    color: #6db1ff;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.app-detail h1 {
    margin: 7px 0 0;
    font-size: clamp(3.4rem, 8vw, 6rem);
    line-height: 0.88;
    letter-spacing: -0.07em;
}

.app-detail-name {
    margin: 9px 0 0;
    color: #aeb9cc;
    font-size: 1.05rem;
    font-weight: 650;
}

.app-detail-tagline {
    margin: 34px 0 0;
    color: #f3f7ff;
    font-size: clamp(1.65rem, 3.5vw, 2.7rem);
    line-height: 1.08;
    font-weight: 820;
    letter-spacing: -0.04em;
}

.app-detail-summary {
    max-width: 680px;
    margin: 20px 0 0;
    color: #bdc8d8;
    font-size: 1.06rem;
    line-height: 1.72;
}

.app-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.app-detail-actions .qzp-button {
    min-height: 52px;
}

.app-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 20px;
    color: #8f9db1;
    font-size: 0.85rem;
}

.app-detail-meta span + span::before {
    margin-right: 18px;
    color: #465973;
    content: "•";
}

.app-detail-preview {
    min-height: 430px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: clamp(18px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid #314763;
    border-radius: 30px;
    background:
        radial-gradient(circle at 20% 0%, rgba(93, 169, 255, 0.18), transparent 35%),
        #0b1422;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
}

.app-detail-preview img {
    width: 100%;
    max-height: 590px;
    display: block;
    object-fit: contain;
    border-radius: 18px;
}

.app-detail-overview {
    margin-top: clamp(76px, 10vw, 126px);
}

.app-detail-section-heading {
    max-width: 760px;
}

.app-detail-section-heading > span {
    color: #6db1ff;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.app-detail-section-heading h2 {
    margin: 15px 0 0;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.app-detail-section-heading p {
    margin: 20px 0 0;
    color: #b5c1d3;
    font-size: 1.06rem;
    line-height: 1.7;
}

.app-detail-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 35px;
}

.app-detail-features article {
    min-height: 190px;
    padding: 27px;
    border: 1px solid #273a53;
    border-radius: 22px;
    background: rgba(14, 23, 37, 0.82);
}

.app-detail-features h3 {
    margin: 0;
    font-size: 1.15rem;
}

.app-detail-features p {
    margin: 13px 0 0;
    color: #aeb9cc;
    line-height: 1.65;
}

.app-detail-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.app-detail-links a {
    padding: 10px 14px;
    border: 1px solid #2c415c;
    border-radius: 11px;
    color: #9fcaff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 740;
}

.app-detail-links a:hover,
.app-detail-links a:focus-visible {
    border-color: #4b719e;
    color: #dcecff;
    outline: none;
}

@media (max-width: 940px) {
    .app-detail-hero {
        grid-template-columns: 1fr;
    }

    .app-detail-preview {
        min-height: 0;
    }

    .app-detail-features {
        grid-template-columns: 1fr;
    }

    .app-detail-features article {
        min-height: 0;
    }
}

@media (max-width: 720px) {
    .dock-home-shell,
    .home-catalog-shell,
    .app-detail-shell {
        width: min(100% - 28px, var(--site-shell-width));
    }

    .dock-home-shell {
        padding-top: 52px;
        padding-bottom: 38px;
    }

    .app-dock {
        width: 100%;
        margin-top: 38px;
        padding: 46px 0 14px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .app-dock::-webkit-scrollbar {
        display: none;
    }

    .app-dock-surface {
        width: max-content;
        min-width: 0;
        justify-content: center;
        gap: 9px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
        border-radius: 24px;
    }

    .app-dock-single {
        overflow-x: visible;
    }

    .app-dock-single .app-dock-surface {
        width: max-content;
        justify-content: center;
    }

    .app-dock-item {
        --dock-scale: 1 !important;
        --dock-lift: 0px !important;
        width: 78px;
        flex-basis: 78px;
    }

    .app-dock-item img {
        width: 78px;
        height: 78px;
    }

    .home-catalog-section {
        min-height: 100vh;
        min-height: 100svh;
        padding: 68px 0;
    }

    .app-detail-identity {
        align-items: flex-start;
    }

    .app-detail-icon {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }

    .app-detail-meta {
        display: grid;
        gap: 8px;
    }

    .app-detail-meta span + span::before {
        content: none;
    }
}

@media (max-width: 560px) {
    .site-header-inner {
        width: min(100% - 28px, var(--site-shell-width));
    }

    .site-brand-copy {
        display: none;
    }

    .site-navigation {
        gap: 2px;
    }

    .site-navigation a {
        min-height: 40px;
        padding: 0 10px;
        font-size: 0.76rem;
    }

    .site-navigation a i {
        display: none;
    }

    .app-detail-actions,
.app-detail-actions .qzp-button {
        width: 100%;
    }

    .app-detail-preview {
        padding: 12px;
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-dock-item {
        --dock-scale: 1 !important;
        --dock-lift: 0px !important;
        transition: none;
    }
}

/* About the creator */
.page-about {
    margin: 0;
}

.about-page {
    --qzp-text: #f3f7ff;
    --qzp-muted: #aeb9cc;
    --qzp-border-strong: #385274;
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 8vw, 104px) 0 96px;
    border-bottom: 1px solid rgba(56, 82, 116, 0.42);
    background:
        radial-gradient(circle at 78% 10%, rgba(65, 139, 239, 0.2), transparent 29%),
        radial-gradient(circle at 10% 45%, rgba(27, 83, 157, 0.12), transparent 30%),
        linear-gradient(155deg, #0b1322 0%, #070b13 62%);
}

.about-page::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(111, 153, 210, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(111, 153, 210, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, #000, transparent 68%);
    content: "";
}

.about-shell {
    position: relative;
    z-index: 1;
    width: min(var(--site-shell-width), calc(100% - 40px));
    margin: 0 auto;
}

.about-eyebrow {
    display: inline-block;
    color: #6db1ff;
    font-size: 0.77rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-disciplines {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 25px;
}

.about-disciplines span {
    padding: 8px 12px;
    border: 1px solid #2d425d;
    border-radius: 999px;
    background: rgba(16, 29, 47, 0.74);
    color: #b9c8dc;
    font-size: 0.78rem;
    font-weight: 720;
}

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

@media (max-width: 560px) {
    .about-shell {
        width: min(100% - 28px, var(--site-shell-width));
    }

    .about-page {
        padding-top: 36px;
    }

    .about-actions,
.about-actions .qzp-button {
        width: 100%;
    }
}

/* Compact creator profile */
.about-page.about-page-compact {
    min-height: calc(100vh - 82px);
    display: grid;
    align-items: center;
    padding: clamp(38px, 6vw, 72px) 0;
}

.about-compact-shell {
    width: min(var(--site-shell-width), calc(100% - 40px));
}

.about-profile-card {
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid #385474;
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(74, 151, 251, 0.16), transparent 30%),
        linear-gradient(145deg, rgba(17, 29, 48, 0.96), rgba(9, 17, 29, 0.96));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.about-profile-header {
    display: grid;
    grid-template-columns: 174px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.about-avatar {
    width: 174px;
    height: 174px;
    margin: 0;
    padding: 6px;
    border: 1px solid #4b6b91;
    border-radius: 50%;
    background: #111d2e;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}

.about-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.about-profile-identity h1 {
    margin: 10px 0 0;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
}

.about-profile-identity > p {
    max-width: 650px;
    margin: 15px 0 0;
    color: #c1ccdc;
    font-size: 1.04rem;
    line-height: 1.55;
}

.about-profile-identity .about-disciplines {
    margin-top: 16px;
}

.about-profile-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid #2e435e;
}

.about-profile-summary p {
    margin: 0;
    color: #aeb9cc;
    font-size: 0.96rem;
    line-height: 1.65;
}

.about-profile-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 27px;
}

.about-profile-highlights section {
    padding: 18px;
    border: 1px solid #293e58;
    border-radius: 15px;
    background: rgba(8, 16, 28, 0.5);
}

.about-profile-highlights section > span {
    color: #74b5ff;
    font-size: 0.72rem;
    font-weight: 830;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.about-profile-highlights p {
    margin: 9px 0 0;
    color: #aeb9cc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.about-profile-projects {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
}

.about-profile-projects strong {
    margin-right: 4px;
    color: #dce7f5;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-profile-projects span {
    padding: 7px 10px;
    border: 1px solid #2d425d;
    border-radius: 9px;
    color: #9eacc0;
    font-size: 0.76rem;
}

.about-profile-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid #2e435e;
}

.about-profile-footer .about-actions {
    margin-top: 0;
}

.about-profile-footer .qzp-button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.88rem;
}

.about-profile-location {
    color: #718096;
    font-size: 0.68rem;
    font-weight: 760;
    letter-spacing: 0.1em;
    text-align: right;
}

@media (max-width: 720px) {
    .about-profile-header {
        grid-template-columns: 124px minmax(0, 1fr);
        gap: 22px;
    }

    .about-avatar {
        width: 124px;
        height: 124px;
    }

    .about-profile-summary,
.about-profile-highlights {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-profile-summary {
        gap: 16px;
    }
}

@media (max-width: 520px) {
    .about-compact-shell {
        width: min(100% - 24px, var(--site-shell-width));
    }

    .about-profile-card {
        padding: 22px;
        border-radius: 22px;
    }

    .about-profile-header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-avatar {
        width: 112px;
        height: 112px;
        margin: 0 auto;
    }

    .about-profile-identity .about-disciplines {
        justify-content: center;
    }

    .about-profile-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .about-profile-location {
        text-align: left;
    }
}

.site-footer-copy {
    min-width: 0;
}

.site-footer-copy > p + p {
    margin-top: 4px;
}

.visit-counters {
    display: grid;
    grid-template-columns: repeat(2, minmax(132px, 1fr));
    gap: 10px;
    min-width: min(100%, 320px);
}

.visit-counter {
    min-height: 78px;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 14px 16px;
    border: 1px solid var(--site-border);
    border-radius: 16px;
    background: var(--site-surface);
}

.visit-counter strong {
    color: var(--site-text);
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: -0.035em;
}

.visit-counter span {
    color: var(--site-muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.visit-counters > p {
    grid-column: 1 / -1;
    max-width: none;
    margin: 0;
    color: #68768a;
    font-size: 0.72rem;
    text-align: right;
}

.site-footer-release {
    background: #060a11;
}

.site-footer-inner-release {
    min-height: 128px;
    justify-content: flex-end;
}

@media (max-width: 760px) {

    .visit-counters {
        width: 100%;
        min-width: 0;
    }

    .visit-counters > p {
        text-align: left;
    }

    .site-footer-inner-release {
        min-height: 0;
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

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

    .visit-counters > p {
        grid-column: 1;
    }
}
