:root {
    --bg: #0f1724;
    /* page background */
    --card: #0b1220;
    /* card background */
    --accent: #06b6d4;
    /* accent color */
    --muted: #9aa4b2;
}

body {
    background: linear-gradient(180deg, #071025 0%, #061827 100%);
    color: #e6eef6;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.link-card {
    width: 100%;
    max-width: 420px;
    background: var(--card);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.6);
    padding: 1.6rem;
    text-align: center;
}

.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.06);
    margin: auto;
    display: block;
    box-shadow: 0 6px 18px rgba(6, 11, 29, 0.6);
}

.name {
    font-weight: 600;
    margin-top: .8rem;
    font-size: 1.1rem;
}

.sub {
    color: var(--muted);
    font-size: .9rem;
    margin-bottom: 1rem;
}

.btn-linktree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    width: 100%;
    padding: 0.9rem 1rem;
    margin: 0.45rem 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: inherit;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease;
}

.btn-linktree:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(4, 9, 20, 0.5);
}

.btn-left {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 1;
    text-align: left;
}

.btn-left i {
    font-size: 1.15rem;
    opacity: .95;
}

.btn-label {
    font-weight: 600;
    font-size: 0.98rem;
}

.btn-desc {
    font-size: .82rem;
    color: var(--muted);
}

.small-ghost {
    background: transparent;
    border: none;
    color: var(--muted);
    font-size: 0.95rem;
}

footer {
    margin-top: 1rem;
    color: var(--muted);
    font-size: .82rem;
    text-align: center;
}

@media (max-width:420px) {
    .link-card {
        padding: 1.2rem;
        border-radius: 14px;
    }

    .avatar {
        width: 84px;
        height: 84px;
    }
}

:root {
    --bg: #0f1724;
    /* page background */
    --card: #0b1220;
    /* card background */
    --accent: #06b6d4;
    /* accent color */
    --muted: #9aa4b2;
}

body {
    background: linear-gradient(180deg, #071025 0%, #061827 100%);
    color: #e6eef6;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.link-card {
    width: 100%;
    max-width: 420px;
    background: var(--card);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.6);
    padding: 1.6rem;
    text-align: center;
}

.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.06);
    margin: auto;
    display: block;
    box-shadow: 0 6px 18px rgba(6, 11, 29, 0.6);
}

.name {
    font-weight: 600;
    margin-top: .8rem;
    font-size: 1.1rem;
}

.sub {
    color: var(--muted);
    font-size: .9rem;
    margin-bottom: 1rem;
}

.btn-linktree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    width: 100%;
    padding: 0.9rem 1rem;
    margin: 0.45rem 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: inherit;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease;
}

.btn-linktree:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(4, 9, 20, 0.5);
}

.btn-left {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 1;
    text-align: left;
}

.btn-left i {
    font-size: 1.15rem;
    opacity: .95;
}

.btn-label {
    font-weight: 600;
    font-size: 0.98rem;
}

.btn-desc {
    font-size: .82rem;
    color: var(--muted);
}

.small-ghost {
    background: transparent;
    border: none;
    color: var(--muted);
    font-size: 0.95rem;
}

footer {
    margin-top: 1rem;
    color: var(--muted);
    font-size: .82rem;
    text-align: center;
}

@media (max-width:420px) {
    .link-card {
        padding: 1.2rem;
        border-radius: 14px;
    }

    .avatar {
        width: 84px;
        height: 84px;
    }
}