.sk-hero {
    background: var(--sk-hero);
    color: #fff;
    padding: 76px 0 86px;
    border-radius: 0 0 42px 42px;
    overflow: hidden;
    position: relative
}

    .sk-hero:after {
        content: "";
        position: absolute;
        inset: auto -10% -35% 38%;
        height: 420px;
        background: radial-gradient(circle,rgba(255,255,255,.22),transparent 62%)
    }

.sk-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) 420px;
    gap: 34px;
    align-items: center;
    position: relative;
    z-index: 1
}

.sk-hero h1 {
    font-size: clamp(2.5rem,4vw,5.5rem);
    line-height: .98;
    margin: 0 0 20px;
    font-weight: 950;
    letter-spacing: -.06em
}

.sk-hero p {
    font-size: 1.15rem;
    line-height: 1.75;
    color: rgba(255,255,255,.84);
    max-width: 720px
}

.sk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px
}

.sk-hero-panel {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(18px);
    border-radius: 32px;
    padding: 22px;
    display: grid;
    gap: 14px
}

.sk-stat {
    background: rgba(255,255,255,.92);
    color: var(--sk-header);
    border-radius: 24px;
    padding: 22px
}

    .sk-stat span {
        display: block;
        font-size: 2.2rem;
        font-weight: 950
    }

    .sk-stat small {
        color: var(--sk-muted);
        font-weight: 800
    }

.sk-steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

    .sk-steps .sk-card span {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        background: var(--sk-soft);
        color: var(--sk-header);
        border-radius: 14px;
        font-weight: 950;
        margin-bottom: 18px
    }

    .sk-steps h3 {
        margin: 0 0 8px
    }

    .sk-steps p, .sk-card-text {
        color: var(--sk-muted);
        line-height: 1.65
    }

.sk-profile-card {
    display: flex;
    flex-direction: column;
    min-height: 270px
}

.sk-profile-head {
    display: flex;
    align-items: center;
    gap: 14px
}

    .sk-profile-head h3 {
        margin: 0;
        font-size: 1.1rem
    }

    .sk-profile-head p {
        margin: 4px 0 0;
        color: var(--sk-muted)
    }

.sk-avatar {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: var(--sk-hero);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 950
}

.sk-avatar-large {
    width: 110px;
    height: 110px;
    border-radius: 34px;
    font-size: 2rem
}

.sk-card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--sk-border);
    font-size: .92rem
}

    .sk-card-footer span {
        color: var(--sk-muted)
    }

    .sk-card-footer a {
        margin-left: auto;
        color: var(--sk-action);
        font-weight: 900
    }

.sk-profile-detail {
    display: grid;
    grid-template-columns: minmax(0,1fr) 320px;
    gap: 20px
}

.sk-profile-hero {
    display: flex;
    gap: 24px;
    align-items: center
}

    .sk-profile-hero h1 {
        font-size: clamp(2rem,4vw,3.8rem);
        margin: 0 0 10px
    }

    .sk-profile-hero p {
        color: var(--sk-muted);
        font-size: 1.1rem
    }

.sk-profile-side {
    height: max-content;
    display: grid;
    gap: 12px
}

.sk-auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 28px;
    background: linear-gradient(180deg,#eef7fb,#f6f8fb)
}

.sk-auth-card {
    width: min(100%,430px);
    background: #fff;
    border: 1px solid var(--sk-border);
    border-radius: 32px;
    box-shadow: var(--sk-shadow);
    padding: 28px;
    display: grid;
    gap: 12px
}

.sk-auth-brand {
    margin-bottom: 10px
}

.sk-auth-card h1 {
    margin: 0;
    font-size: 2.2rem
}

.sk-auth-card p {
    margin: 0 0 10px;
    color: var(--sk-muted);
    line-height: 1.55
}

.sk-auth-card label {
    font-weight: 800;
    color: var(--sk-header)
}

.sk-check {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--sk-muted) !important
}

.sk-alert {
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #fecdd3;
    border-radius: 16px;
    padding: 12px;
    font-weight: 800
}

.sk-form-card {
    max-width: 820px;
    margin: auto
}

.sk-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 22px 0
}

    .sk-form-grid label {
        display: grid;
        gap: 8px;
        font-weight: 800
    }

.sk-span-2 {
    grid-column: span 2
}

.sk-empty {
    padding: 40px;
    text-align: center;
    color: var(--sk-muted)
}

@media(max-width:900px) {
    .sk-hero {
        padding: 50px 0 62px;
        border-radius: 0 0 28px 28px
    }

    .sk-hero-grid, .sk-profile-detail {
        grid-template-columns: 1fr
    }

    .sk-hero-panel {
        grid-template-columns: repeat(3,1fr)
    }

    .sk-steps {
        grid-template-columns: 1fr
    }

    .sk-profile-hero {
        display: block
    }

    .sk-avatar-large {
        margin-bottom: 18px
    }
}

@media(max-width:560px) {
    .sk-hero-panel {
        grid-template-columns: 1fr
    }

    .sk-hero h1 {
        font-size: 2.6rem
    }

    .sk-hero p {
        font-size: 1rem
    }

    .sk-form-grid {
        grid-template-columns: 1fr
    }

    .sk-span-2 {
        grid-column: auto
    }

    .sk-card-footer {
        display: grid
    }

        .sk-card-footer a {
            margin-left: 0
        }
}
