:root {
    --bg: #010101;
    --bg-elevated: rgba(12, 12, 13, 0.92);
    --bg-soft: rgba(18, 18, 20, 0.82);
    --surface: linear-gradient(180deg, rgba(16, 16, 18, 0.94), rgba(8, 8, 9, 0.9));
    --surface-soft: linear-gradient(180deg, rgba(19, 19, 21, 0.82), rgba(9, 9, 10, 0.78));
    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.13);
    --text: #f5f5f7;
    --muted: #c2c2c7;
    --muted-soft: #96969f;
    --chip: rgba(255, 255, 255, 0.05);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.34);
    --glow: 0 0 0 1px rgba(255, 255, 255, 0.02), 0 18px 40px rgba(255, 255, 255, 0.03);
    --radius-2xl: 28px;
    --radius-xl: 24px;
    --radius-lg: 20px;
    --radius-md: 16px;
    --radius-pill: 999px;
    --container: 1600px;
    --mobile-shell-width: 430px;
    --font-display: "Manrope", "SF Pro Display", "Segoe UI Variable", "Segoe UI", sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.06), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.04), transparent 24%),
        radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.035), transparent 35%),
        var(--bg);
    color: var(--text);
    font-family: var(--font-display);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.drawer-open {
    overflow: hidden;
}

a,
button,
input {
    font: inherit;
}

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

button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.36);
    outline-offset: 3px;
}

.icon {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    flex: 0 0 auto;
}

.confahub-body {
    position: relative;
    overflow-x: clip;
}

.site-ambience {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.site-ambience__glow {
    position: absolute;
    width: 38rem;
    height: 38rem;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.14;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 65%);
}

.site-ambience__glow--left {
    top: -12rem;
    left: -8rem;
}

.site-ambience__glow--right {
    top: -10rem;
    right: -10rem;
}

.site-ambience__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.site-shell {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 24px;
    max-width: var(--container);
    margin: 0 auto;
    padding: 24px;
    align-items: flex-start;
}

.site-shell--auth {
    max-width: 1380px;
}

.site-main {
    flex: 1 1 auto;
    min-width: 0;
}

.site-main--auth {
    max-width: 100%;
}

.main-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.domain-migration-banner {
    padding: 24px 28px;
}

.domain-migration-banner__layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.domain-migration-banner__copy h2 {
    margin: 0;
    font-size: clamp(1.8rem, 1.5rem + 0.7vw, 2.4rem);
    letter-spacing: -0.04em;
}

.domain-migration-banner__copy p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.6;
    max-width: 54rem;
}

.domain-migration-banner__button,
.auth-spotlight__button,
.auth-form-card__button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.surface-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: var(--shadow), var(--glow);
    backdrop-filter: blur(20px);
}

.surface-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0));
}

.section-eyebrow {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.brand-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
    color: var(--text);
}

.brand-logo--sidebar {
    font-size: clamp(1.7rem, 1.6rem + 0.6vw, 2.35rem);
}

.brand-logo--header {
    font-size: clamp(1.7rem, 1.35rem + 1.2vw, 3rem);
}

.brand-logo__word {
    color: var(--text);
}

.brand-logo__text {
    position: relative;
    display: inline-flex;
    align-items: baseline;
}

.brand-logo__avatar {
    width: clamp(2.8rem, 2.45rem + 0.7vw, 3.5rem);
    height: clamp(2.8rem, 2.45rem + 0.7vw, 3.5rem);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.brand-logo__avatar-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}

.brand-logo__suffix {
    color: rgba(255, 255, 255, 0.66);
    font-weight: 700;
}

.brand-logo__spark {
    position: absolute;
    top: -0.72rem;
    right: -1rem;
    width: 0.88rem;
    height: 0.88rem;
    color: rgba(255, 255, 255, 0.96);
}

.brand-logo__spark-icon {
    width: 100%;
    height: 100%;
}

.icon-button {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--surface-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.icon-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 220ms ease;
}

@media (hover: hover) {
    .icon-button:hover,
    .icon-button:focus-visible {
        transform: translateY(-2px) scale(1.05);
        border-color: var(--border-strong);
        background: linear-gradient(180deg, rgba(24, 24, 27, 0.92), rgba(12, 12, 13, 0.88));
        box-shadow:
            0 12px 32px rgba(0, 0, 0, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .icon-button:hover::before {
        opacity: 1;
    }
}

.icon-button:active {
    transform: translateY(0) scale(0.98);
}

.icon-button--accent {
    background: linear-gradient(180deg, rgba(26, 26, 28, 0.96), rgba(10, 10, 11, 0.88));
}

.icon-button--ghost {
    width: 46px;
    height: 46px;
    border-radius: 16px;
}

.icon-button--menu {
    display: none;
}

.badge-count {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.header-link-pill {
    display: inline-flex;
    align-items: center;
    height: 46px;
    padding: 0 18px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.header-link-pill:hover {
    color: var(--text);
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.07);
}

.header-user-profile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border);
}

.header-user-nickname {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (hover: hover) {
    .header-user-profile:hover {
        transform: translateY(-2px);
        border-color: var(--border-strong);
        background: linear-gradient(180deg, rgba(24, 24, 27, 0.92), rgba(12, 12, 13, 0.88));
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    }
}

.site-header {
    margin-bottom: 24px;
}

.site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header__brand,
.site-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header__secondary-action {
    display: none;
}

.sidebar {
    width: 332px;
    flex: 0 0 332px;
}

.sidebar__card {
    position: sticky;
    top: 24px;
    min-height: calc(100vh - 48px);
    padding: 26px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar__brand-wrap {
    padding-top: 4px;
}

.sidebar__service-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-service-card,
.sidebar-premium-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.025);
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
    .sidebar-service-card:hover,
    .sidebar-premium-card:hover {
        transform: translateY(-2px);
        border-color: var(--border-strong);
        background: rgba(255, 255, 255, 0.045);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    }
}

.sidebar-service-card__icon,
.sidebar-premium-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--text);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-service-card__icon--asset {
    background: transparent;
    border-color: transparent;
}

.sidebar-premium-card__icon--asset {
    background: transparent;
    border-color: transparent;
}

.sidebar-service-card__icon-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.sidebar-premium-card__icon-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.sidebar-service-card__copy,
.sidebar-premium-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sidebar-service-card__copy strong,
.sidebar-premium-card__copy strong {
    font-size: 1.08rem;
    font-weight: 700;
}

.sidebar-service-card__copy span,
.sidebar-premium-card__copy p {
    margin: 0;
    color: var(--muted-soft);
    font-size: 0.95rem;
    line-height: 1.45;
}

.sidebar-service-card__arrow {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.58);
}

.sidebar-premium-card__title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.inline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 0.88rem;
    white-space: nowrap;
}

.sidebar-auth-button {
    position: relative;
    margin-top: auto;
    min-height: 64px;
    padding: 0 20px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: linear-gradient(135deg, rgba(24, 24, 26, 0.96), rgba(11, 11, 12, 0.88));
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.sidebar-auth-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent);
    opacity: 0;
    transition: opacity 220ms ease;
}

@media (hover: hover) {
    .sidebar-auth-button:hover {
        transform: translateY(-2px);
        border-color: var(--border-strong);
        background: linear-gradient(135deg, rgba(30, 30, 32, 0.96), rgba(14, 14, 15, 0.9));
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }

    .sidebar-auth-button:hover::before {
        opacity: 1;
    }
}

.sidebar__footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.74);
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.social-link:hover {
    color: var(--text);
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.04);
}

.sidebar__copyright {
    margin: 0;
    color: var(--muted-soft);
    font-size: 0.94rem;
}

.hero-card {
    padding: 18px;
}

.hero-card__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    grid-template-areas:
        "intro visual"
        "stats visual";
    align-items: stretch;
    gap: 22px 24px;
    min-height: 560px;
}

.hero-card__intro,
.hero-card__stats,
.hero-card__visual {
    position: relative;
    min-width: 0;
    border-radius: calc(var(--radius-2xl) - 6px);
}

.hero-card__intro {
    grid-area: intro;
    padding: 32px 26px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hero-card__stats {
    grid-area: stats;
    padding: 0 26px 28px;
}

.hero-card__title {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2.8rem, 2.3rem + 1.8vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.hero-card__description {
    margin: 20px 0 0;
    max-width: 30rem;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.58;
}

.hero-card__visual {
    grid-area: visual;
    overflow: hidden;
    min-height: 470px;
}

.hero-card__spark {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.75);
    animation: pulse 3s ease-in-out infinite;
}

.hero-card__spark--top {
    top: 16%;
    left: 18%;
}

.hero-card__spark--mid {
    top: 28%;
    right: 18%;
}

.hero-card__orbit {
    position: absolute;
    left: 12%;
    right: 6%;
    bottom: 14%;
    height: 24%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card__orbit--outer {
    transform: perspective(900px) rotateX(72deg);
    animation: rotate 20s linear infinite;
}

.hero-card__orbit--inner {
    left: 18%;
    right: 14%;
    bottom: 18%;
    opacity: 0.72;
    transform: perspective(900px) rotateX(72deg) scale(0.78);
    animation: rotate 15s linear infinite reverse;
}

.hero-device-stack {
    position: absolute;
    right: 14%;
    top: 10%;
    width: 320px;
    height: 360px;
}

.hero-device {
    position: absolute;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(40, 40, 43, 0.88), rgba(16, 16, 18, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 28px 60px rgba(0, 0, 0, 0.44);
}

.hero-device--back {
    right: 14px;
    top: 0;
    width: 166px;
    height: 254px;
    transform: rotate(8deg);
    opacity: 0.74;
}

.hero-device--mid {
    right: 44px;
    top: 32px;
    width: 172px;
    height: 262px;
    transform: rotate(4deg);
    opacity: 0.88;
}

.hero-device--front {
    right: 70px;
    top: 54px;
    width: 182px;
    height: 274px;
}

.hero-device__line {
    position: absolute;
    left: 32px;
    right: 32px;
    height: 6px;
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.hero-device__line--one {
    top: 52px;
}

.hero-device__line--two {
    top: 70px;
    width: 44%;
}

.hero-device__lock {
    position: absolute;
    left: 50%;
    bottom: 62px;
    width: 76px;
    height: 76px;
    transform: translateX(-50%);
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hero-badge {
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(31, 31, 33, 0.95), rgba(11, 11, 12, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.hero-badge--globe {
    left: 14%;
    top: 26%;
    animation: float 8s ease-in-out infinite;
}

.hero-badge--shield {
    right: 0;
    top: 49%;
    animation: float 9s ease-in-out infinite reverse;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 16px;
}

.stats-card {
    position: relative;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
}

.stats-card--link {
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.stats-card--link:hover {
    transform: translateY(-2px);
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.045);
}

.stats-card__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
}

.stats-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stats-card__copy strong {
    display: block;
    max-width: 100%;
    font-size: 1.12rem;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.stats-card__copy span {
    display: block;
    max-width: 100%;
    color: var(--muted-soft);
    font-size: 0.96rem;
    line-height: 1.35;
    overflow-wrap: break-word;
}

.services-section {
    padding: 24px;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(1.6rem, 1.4rem + 0.4vw, 2rem);
    letter-spacing: -0.04em;
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    transition: color 180ms ease, transform 180ms ease;
}

.section-link:hover {
    color: var(--text);
    transform: translateX(2px);
}

.services-grid {
    display: grid;
    gap: 18px;
}

.services-grid--desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-grid--mobile {
    display: none;
}

.service-card {
    position: relative;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
    .service-card:hover {
        transform: translateY(-3px);
        border-color: var(--border-strong);
        background: rgba(255, 255, 255, 0.04);
        box-shadow:
            0 12px 40px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }
}

.service-card--desktop {
    padding: 22px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.service-card__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-card__icon-wrap {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.service-card__icon-wrap--asset {
    background: transparent;
    border-color: transparent;
}

.service-card__icon-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.service-card__copy {
    min-width: 0;
}

.service-card__title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.service-card__title-row h3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.15;
}

.service-card__copy p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.5;
}

.service-card__features {
    list-style: none;
    margin: 24px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-card__features li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: 1rem;
}

.service-card__button {
    position: relative;
    margin-top: auto;
    min-height: 60px;
    padding: 0 18px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: linear-gradient(135deg, rgba(22, 22, 24, 0.96), rgba(11, 11, 12, 0.9));
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.service-card__button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    opacity: 0;
    transition: opacity 220ms ease;
}

@media (hover: hover) {
    .service-card__button:hover {
        transform: translateY(-2px);
        border-color: var(--border-strong);
        background: linear-gradient(135deg, rgba(28, 28, 30, 0.96), rgba(13, 13, 14, 0.92));
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .service-card__button:hover::before {
        opacity: 1;
    }
}

.service-card__mobile-link {
    display: block;
    padding: 18px;
}

.service-card__mobile-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-card__mobile-arrow {
    margin-left: auto;
    padding-top: 12px;
    color: rgba(255, 255, 255, 0.58);
}

.service-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-left: 94px;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: var(--chip);
    color: var(--muted);
    font-size: 0.92rem;
    white-space: nowrap;
}

.bottom-nav-mobile {
    display: none;
}

.mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 30;
    opacity: 0;
    pointer-events: none;
    transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(10px);
}

.sidebar--mobile {
    position: relative;
    z-index: 1;
    width: min(360px, calc(100% - 24px));
    margin: 12px;
    transform: translateX(-100%);
    transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-drawer.is-open .sidebar--mobile {
    transform: translateX(0);
}

.sidebar--mobile .sidebar__card {
    position: relative;
    top: auto;
    min-height: calc(100dvh - 24px);
    max-height: calc(100dvh - 24px);
    overflow: auto;
}

.sidebar__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.sidebar__drawer-caption {
    color: var(--muted-soft);
    font-size: 0.94rem;
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 24px;
}

.auth-spotlight,
.auth-form-card {
    padding: 28px;
}

.auth-spotlight__title {
    margin: 0;
    font-size: clamp(2.4rem, 2rem + 1vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
    max-width: 12ch;
}

.auth-spotlight__description,
.auth-form-card__description {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.6;
}

.auth-service-preview__item {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
}

.auth-service-preview__copy strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.02rem;
}

.auth-service-preview__copy span {
    margin: 0;
    color: var(--muted-soft);
    line-height: 1.5;
}

.auth-service-preview {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.auth-service-preview__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-service-preview__icon--asset {
    background: transparent;
    border-color: transparent;
}

.auth-service-preview__icon-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.auth-service-preview__item--premium {
    align-items: center;
}

.auth-service-preview__item--migration {
    margin-top: 8px;
}

.auth-service-preview__copy {
    min-width: 0;
    flex: 1 1 auto;
}

.auth-form-card h2 {
    margin: 0;
    font-size: clamp(1.95rem, 1.8rem + 0.4vw, 2.4rem);
    letter-spacing: -0.04em;
}

.auth-form {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.auth-field {
    display: grid;
    gap: 9px;
}

.auth-field span {
    color: var(--muted);
    font-size: 0.95rem;
}

.auth-field input {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.auth-field input::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.auth-field input:focus {
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.03);
}

.primary-button {
    position: relative;
    min-height: 60px;
    margin-top: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    color: var(--text);
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow:
        0 4px 16px rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.primary-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0;
    transition: opacity 220ms ease;
}

@media (hover: hover) {
    .primary-button:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.25);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.11));
        box-shadow:
            0 8px 24px rgba(255, 255, 255, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    .primary-button:hover::before {
        opacity: 1;
    }
}

.primary-button:active {
    transform: translateY(0) scale(0.98);
}

.primary-button.is-loading {
    opacity: 0.75;
    cursor: progress;
}

.auth-spotlight__button,
.auth-form-card__button-link {
    width: 100%;
    margin-top: 20px;
}

.auth-form-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    color: var(--muted);
}

.text-link {
    color: var(--text);
}

.text-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.auth-meta {
    margin: 18px 0 0;
    color: var(--muted-soft);
    font-size: 0.94rem;
    line-height: 1.55;
}

.form-notice {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    line-height: 1.5;
}

.form-notice--success {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
}

.form-notice[data-tone="error"] {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(160, 160, 160, 0.08);
}

/* ── Toast notification ── */
.ch-toast-container {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    width: max-content;
    max-width: calc(100vw - 32px);
}

.ch-toast {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 16px;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    pointer-events: auto;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.45), 0 1px 0 rgba(255,255,255,0.06) inset;
    animation: ch-toast-in 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    max-width: 420px;
    white-space: pre-wrap;
    word-break: break-word;
}

.ch-toast--success {
    background: rgba(30, 180, 100, 0.92);
    border: 1px solid rgba(60, 220, 130, 0.3);
}

.ch-toast--error {
    background: rgba(210, 50, 50, 0.92);
    border: 1px solid rgba(255, 100, 100, 0.3);
}

.ch-toast--info {
    background: rgba(40, 40, 55, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ch-toast__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    opacity: 0.95;
}

.ch-toast__text {
    flex: 1;
}

.ch-toast.is-hiding {
    animation: ch-toast-out 0.22s ease-in both;
}

@keyframes ch-toast-in {
    from { opacity: 0; transform: translateY(16px) scale(0.95); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ch-toast-out {
    from { opacity: 1; transform: translateY(0) scale(1); }
    to   { opacity: 0; transform: translateY(10px) scale(0.95); }
}

@media (max-width: 600px) {
    .ch-toast-container {
        bottom: 80px;
        left: 16px;
        right: 16px;
        transform: none;
        width: auto;
        max-width: none;
        align-items: stretch;
    }
    .ch-toast {
        max-width: none;
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes rotate {
    from {
        transform: perspective(900px) rotateX(72deg) rotate(0deg);
    }
    to {
        transform: perspective(900px) rotateX(72deg) rotate(360deg);
    }
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
    .service-card,
    .stats-card,
    .sidebar-service-card,
    .sidebar-premium-card,
    .hero-card__intro,
    .hero-card__visual {
        animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) backwards;
    }

    .hero-card__intro {
        animation-delay: 0.1s;
    }

    .hero-card__visual {
        animation-delay: 0.2s;
    }
}

.profile-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    min-height: calc(100vh - 200px);
}

.profile-card {
    width: 100%;
    max-width: 600px;
    padding: 48px;
}

.profile-card__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 12px 0 8px;
    color: var(--text);
}

.profile-card__description {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 32px;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-avatar-section {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.profile-avatar-preview {
    position: relative;
    width: 120px;
    height: 120px;
}

.profile-avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border);
}

.profile-avatar-change {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
    .profile-avatar-change:hover {
        background: var(--bg-elevated);
        border-color: var(--border-strong);
        transform: scale(1.1);
    }
}

.profile-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-field span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
}

.profile-field input,
.profile-field textarea {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--bg-soft);
    color: var(--text);
    font-size: 0.95rem;
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-field input:focus,
.profile-field textarea:focus {
    outline: none;
    border-color: var(--border-strong);
    background: var(--bg-elevated);
}

.profile-field input[readonly] {
    opacity: 0.6;
    cursor: not-allowed;
}

.profile-field textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.profile-field-hint {
    font-size: 0.85rem;
    color: var(--muted-soft);
    margin-top: -4px;
}

.profile-email-verify {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid var(--border-subtle, rgba(255,255,255,0.08));
    border-radius: 12px;
    background: var(--surface-raised, rgba(255,255,255,0.04));
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-email-verify__hint {
    font-size: 0.9rem;
    color: var(--muted-soft);
    margin: 0;
}

.profile-email-verify__row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.profile-verify-input {
    flex: 1;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid var(--border-subtle, rgba(255,255,255,0.12));
    background: var(--input-bg, rgba(255,255,255,0.06));
    color: var(--text-primary, #fff);
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    text-align: center;
    outline: none;
}

.profile-verify-input:focus {
    border-color: var(--accent, #6c63ff);
}

.profile-email-verify__resend {
    font-size: 0.85rem;
    align-self: flex-start;
}

.profile-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.profile-logout-btn {
    color: var(--danger, #e05555);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
}

@media (max-width: 1380px) {
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid--desktop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid--desktop .service-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (min-width: 901px) and (max-width: 1220px) {
    .stats-grid {
        gap: 12px;
    }

    .stats-card {
        padding: 18px 14px;
        gap: 10px;
    }

    .stats-card__icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .stats-card__copy strong {
        font-size: 1rem;
    }

    .stats-card__copy span {
        font-size: 0.88rem;
    }
}

@media (max-width: 1180px) {
    .site-shell {
        padding: 20px;
    }

    .domain-migration-banner__layout {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-card__layout,
    .auth-layout {
        grid-template-columns: 1fr;
    }

    .hero-card__layout {
        grid-template-areas:
            "intro"
            "visual"
            "stats";
    }

    .hero-card__visual {
        min-height: 420px;
    }
}

@media (max-width: 1080px) {
    .site-shell {
        display: block;
        max-width: var(--mobile-shell-width);
        margin: 0 auto;
        padding: 16px 16px calc(env(safe-area-inset-bottom, 0px) + 112px);
    }

    .sidebar {
        display: none;
    }

    .sidebar--mobile {
        display: block;
    }

    .site-header__inner {
        position: relative;
        min-height: 72px;
        display: flex;
        align-items: center;
    }

    .site-header__brand {
        position: absolute;
        left: 96px;
        right: 96px;
        display: flex;
        justify-content: center;
        padding: 0;
        pointer-events: none;
    }

    .profile-layout {
        padding: 20px 16px;
        min-height: calc(100vh - 160px);
    }

    .profile-card {
        padding: 32px 20px;
    }

    .profile-card__title {
        font-size: 1.6rem;
    }

    .profile-card__description {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }

    .profile-form {
        gap: 20px;
    }

    .profile-avatar-section {
        margin-bottom: 12px;
    }

    .profile-avatar-preview {
        width: 100px;
        height: 100px;
    }

    .profile-avatar-change {
        width: 36px;
        height: 36px;
    }

    .profile-field input,
    .profile-field textarea {
        padding: 12px 14px;
        font-size: 0.9rem;
    }

    .primary-button {
        min-height: 52px;
        font-size: 0.95rem;
    }

    .site-header__actions {
        position: absolute;
        right: 0;
        top: 50%;
        display: flex;
        gap: 10px;
        transform: translateY(-50%);
        z-index: 2;
    }

    .icon-button--menu {
        position: absolute;
        left: 0;
        top: 50%;
        display: inline-flex;
        transform: translateY(-50%);
        z-index: 2;
    }

    .brand-logo--header {
        font-size: clamp(1.72rem, 1.34rem + 1vw, 2.2rem);
        pointer-events: auto;
    }

    .bottom-nav-mobile {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 20;
    }

    .bottom-nav-mobile__inner {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding: 10px 14px calc(env(safe-area-inset-bottom, 0px) + 10px);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(4, 4, 5, 0.98);
        backdrop-filter: blur(22px);
        box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.45);
    }

    .bottom-nav-mobile__item {
        min-height: 68px;
        border-radius: 0;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: var(--muted-soft);
        transition: color 180ms ease, transform 180ms ease;
    }

    .bottom-nav-mobile__item.is-active,
    .bottom-nav-mobile__item:hover {
        color: var(--text);
        background: transparent;
    }

    .bottom-nav-mobile__item span {
        font-size: 0.92rem;
    }

    .bottom-nav-mobile__icon-image {
        width: 24px;
        height: 24px;
        display: block;
        object-fit: contain;
    }
}

@media (max-width: 900px) {
    .site-shell {
        padding: 12px 12px calc(env(safe-area-inset-bottom, 0px) + 112px);
    }

    .site-header {
        margin-bottom: 14px;
    }

    .icon-button {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .header-user-profile {
        height: 48px;
        padding: 0 12px;
        border-radius: 15px;
        gap: 8px;
    }

    .header-user-avatar {
        width: 32px;
        height: 32px;
    }

    .header-user-nickname {
        font-size: 0.88rem;
        max-width: 100px;
    }

    .header-link-pill {
        display: none;
    }

    .site-header__secondary-action {
        display: inline-flex;
    }

    .hero-card {
        padding: 16px;
    }

    .hero-card__layout {
        grid-template-columns: minmax(0, 1fr) minmax(132px, 168px);
        grid-template-areas:
            "intro visual"
            "stats stats";
        align-items: start;
        min-height: 0;
        gap: 14px 10px;
    }

    .hero-card__intro {
        padding: 10px 0 0;
    }

    .hero-card__title {
        max-width: 7ch;
        font-size: clamp(2rem, 1.62rem + 1.45vw, 2.6rem);
        line-height: 1.14;
        letter-spacing: -0.05em;
    }

    .hero-card__description {
        max-width: 15ch;
        font-size: 0.98rem;
        margin-top: 14px;
        line-height: 1.55;
    }

    .hero-card__visual {
        min-height: 222px;
    }

    .hero-device-stack {
        right: -22px;
        top: 4px;
        transform: scale(0.52);
        transform-origin: top right;
    }

    .hero-badge--globe {
        left: -4%;
        top: 24%;
    }

    .hero-badge--shield {
        right: -10%;
        top: 54%;
    }

    .hero-card__stats {
        padding: 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .stats-card {
        min-height: 96px;
        padding: 16px 14px 14px;
        align-items: flex-start;
        gap: 10px;
    }

    .services-section {
        padding: 20px 14px 16px;
    }

    .services-grid--desktop {
        display: none;
    }

    .services-grid--mobile {
        display: grid;
        gap: 14px;
    }

    .service-card--mobile {
        border-radius: 22px;
    }

    .service-card__title-row h3 {
        font-size: 1.1rem;
        line-height: 1.18;
    }

    .service-card__copy p {
        margin-top: 8px;
        max-width: 16ch;
        font-size: 0.98rem;
        line-height: 1.52;
    }

    .service-card__tags {
        padding-left: 88px;
        margin-top: 14px;
    }

    .auth-spotlight,
    .auth-form-card {
        padding: 22px 18px;
    }

    .domain-migration-banner {
        padding: 20px 18px;
    }
}

@media (max-width: 620px) {
    .site-header__actions {
        gap: 6px;
    }

    .header-user-profile {
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 14px;
        justify-content: center;
        gap: 0;
    }

    .header-user-avatar {
        width: 28px;
        height: 28px;
    }

    .header-user-nickname {
        display: none;
    }

    .site-header__brand {
        left: 94px;
        right: 94px;
    }

    .brand-logo--header {
        font-size: 1.64rem;
        gap: 0;
        max-width: 100%;
    }

    .brand-logo--header .brand-logo__avatar,
    .brand-logo--header .brand-logo__spark {
        display: none;
    }

    .brand-logo--header .brand-logo__text {
        max-width: 100%;
        justify-content: center;
        overflow: hidden;
    }

    .hero-card__layout {
        gap: 14px 8px;
    }

    .hero-card__visual {
        min-height: 214px;
    }

    .hero-device-stack {
        right: -28px;
        top: 0;
        transform: scale(0.48);
    }

    .hero-badge {
        width: 62px;
        height: 62px;
        border-radius: 20px;
    }

    .hero-card__orbit--outer {
        left: 2%;
        right: -12%;
        bottom: 6%;
    }

    .hero-card__orbit--inner {
        left: 10%;
        right: 0;
        bottom: 11%;
    }

    .section-heading {
        align-items: center;
    }

    .section-link {
        gap: 6px;
        padding-top: 0;
        font-size: 0.98rem;
    }

    .auth-form-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .site-header__inner {
        min-height: 60px;
    }

    .site-header__brand {
        left: 92px;
        right: 92px;
    }

    .site-header__actions {
        gap: 5px;
    }

    .site-header__secondary-action,
    .icon-button,
    .icon-button--ghost {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .header-user-profile {
        width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 13px;
        gap: 0;
    }

    .header-user-avatar {
        width: 26px;
        height: 26px;
    }

    .header-user-nickname {
        display: none;
    }

    .brand-logo--header {
        font-size: 1.52rem;
    }

    .badge-count {
        min-width: 22px;
        height: 22px;
        top: 5px;
        right: 5px;
    }

    .hero-card {
        padding: 14px;
    }

    .hero-card__layout {
        grid-template-columns: minmax(0, 1fr) 142px;
        gap: 12px 8px;
    }

    .hero-card__title {
        font-size: 1.88rem;
    }

    .hero-card__description {
        font-size: 0.94rem;
    }

    .stats-card__icon {
        width: 34px;
        height: 34px;
    }

    .stats-card {
        min-height: 90px;
        gap: 8px;
    }

    .stats-card__copy strong {
        font-size: 1.02rem;
    }

    .stats-card__copy span {
        font-size: 0.88rem;
    }

    .service-card__mobile-link {
        padding: 18px 14px;
    }

    .service-card__icon-wrap {
        width: 68px;
        height: 68px;
        border-radius: 20px;
    }

    .service-card__mobile-arrow {
        padding-top: 8px;
    }

    .service-card__tags {
        padding-left: 82px;
    }

    .service-chip {
        min-height: 32px;
        font-size: 0.86rem;
        padding: 0 12px;
    }

    .bottom-nav-mobile__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bottom-nav-mobile__item {
        min-height: 64px;
    }
}

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

    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}
