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

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: #020202;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

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

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

.bg {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .16), transparent 13%),
        radial-gradient(circle at 44% 54%, rgba(255, 255, 255, .07), transparent 21%),
        radial-gradient(circle at 85% 48%, rgba(255, 255, 255, .045), transparent 20%),
        #020202;
    z-index: -3;
    overflow: hidden;
}

.bg::before {
    content: "";
    position: absolute;
    inset: -60px;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at center, #000 0 62%, transparent 90%);
}

.bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .015) 0 1px, transparent 1px 4px),
        radial-gradient(circle at 50% 55%, transparent 0 34%, rgba(0, 0, 0, .55) 75%);
    opacity: .58;
}

.beam {
    position: absolute;
    width: 2px;
    height: 980px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(255, 255, 255, .18) 28%,
        rgba(255, 255, 255, .75) 50%,
        rgba(255, 255, 255, .15) 72%,
        transparent 100%
    );
    box-shadow:
        0 0 9px rgba(255, 255, 255, .55),
        0 0 24px rgba(255, 255, 255, .18);
    transform: rotate(42deg);
    opacity: .56;
}

.beam::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 44%;
    width: 38px;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .18), transparent);
    filter: blur(10px);
}

.beam-1 { left: 7%; top: -30%; }
.beam-2 { left: 78%; top: -22%; height: 1180px; }
.beam-3 { left: 94%; top: 9%; height: 740px; opacity: .42; }
.beam-4 { left: 39%; top: -40%; height: 1120px; opacity: .30; }
.beam-5 { left: 20%; bottom: -45%; height: 680px; opacity: .28; }

.circle {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow:
        inset 0 0 40px rgba(255, 255, 255, .018),
        0 0 22px rgba(255, 255, 255, .018);
}

.circle-1 { width: 260px; height: 260px; right: 12%; top: 20%; }
.circle-2 { width: 180px; height: 180px; left: 14%; bottom: 18%; }
.circle-3 { width: 120px; height: 120px; right: 8%; bottom: 5%; }

.dots {
    position: absolute;
    width: 124px;
    height: 124px;
    background-image: radial-gradient(rgba(255, 255, 255, .55) 1px, transparent 2px);
    background-size: 16px 16px;
    opacity: .38;
}

.dots-1 { left: 10%; top: 25%; }
.dots-2 { right: 10%; bottom: 24%; }

.spark {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px #fff, 0 0 24px rgba(255, 255, 255, .55);
    opacity: .55;
}

.spark-1 { left: 25%; top: 17%; }
.spark-2 { right: 24%; top: 19%; }
.spark-3 { right: 15%; bottom: 27%; }

.page {
    width: min(900px, calc(100% - 34px));
    margin: 0 auto;
    padding: 48px 0 22px;
    position: relative;
}

.hero {
    text-align: center;
    position: relative;
    padding-top: 8px;
}

.avatar-wrap {
    width: 86px;
    height: 86px;
    margin: 0 auto 12px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(0, 0, 0, .62));
    box-shadow:
        0 0 24px rgba(255, 255, 255, .22),
        inset 0 0 20px rgba(255, 255, 255, .05);
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.ghost-title {
    position: absolute;
    left: 50%;
    top: 65px;
    transform: translateX(-50%);
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 8px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .075);
    z-index: -1;
}

.eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 11px;
    letter-spacing: 8px;
    color: #bdbdbd;
    font-weight: 700;
}

.eyebrow span {
    width: 75px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
}

h1 {
    font-size: 72px;
    line-height: 1;
    margin: 16px 0 5px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: none;
    animation: none;
}

.tag {
    font-size: 16px;
    font-weight: 900;
}

.desc {
    margin: 14px auto 25px;
    color: #e2e2e2;
    line-height: 1.55;
    font-size: 17px;
    text-shadow: 0 1px 22px rgba(0, 0, 0, .9);
}

.socials {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 9px;
    max-width: 770px;
    margin: 0 auto 28px;
}

.social,
.big-card,
.link-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    background: linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(0, 0, 0, .72));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .03),
        0 18px 60px rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
}

.social::before,
.big-card::before,
.link-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        transparent 0%,
        transparent 35%,
        rgba(255, 255, 255, .12) 48%,
        transparent 60%,
        transparent 100%
    );
    transform: translateX(-120%);
    transition: .6s;
}

.social:hover::before,
.big-card:hover::before,
.link-card:hover::before {
    transform: translateX(120%);
}

.social {
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}

.social svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, .30));
}

.social:hover,
.link-card:hover,
.big-card:hover {
    border-color: rgba(255, 255, 255, .70);
    box-shadow:
        0 0 10px rgba(255, 255, 255, .10),
        inset 0 0 18px rgba(255, 255, 255, .035);
    transform: translateY(-3px);
}

.featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 auto 18px;
}

.big-card {
    min-height: 145px;
    border-radius: 14px;
    padding: 24px;
    transition: .25s;
}

.big-card::after {
    content: "";
    position: absolute;
    right: -35px;
    top: -45px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.big-card .label {
    position: relative;
    z-index: 1;
}

.label {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 900;
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    animation: none;
}

.live-card {
    animation: none;
}

.csro-card {
    border-color: rgba(255, 255, 255, .22);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .03),
        0 18px 60px rgba(0, 0, 0, .35);
}

.csro-card .site-url {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: none;
}

.big-card h2 {
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.big-card p {
    color: #d5d5d5;
    margin: 8px 0 13px;
    position: relative;
    z-index: 1;
}

.big-card b {
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.divider {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    color: #a9a9a9;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 7px;
    margin: 20px 0 11px;
}

.divider span {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
}

.links {
    display: grid;
    gap: 8px;
}

.link-card {
    min-height: 62px;
    border-radius: 9px;
    display: grid;
    grid-template-columns: 48px 45px 1fr 30px;
    align-items: center;
    padding: 10px 16px;
    transition: .25s;
}

.link-card em {
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.link-card i {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .14);
    font-style: normal;
}

.link-card i svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, .35));
}

.link-card h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
}

.link-card p {
    font-size: 13px;
    color: #c8c8c8;
    margin-top: 3px;
}

.link-card strong {
    font-size: 21px;
    transition: .25s;
}

.link-card:hover strong {
    transform: translateX(4px);
}

footer {
    text-align: center;
    color: #bcbcbc;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    margin: 14px 0 0;
}

@media (max-width: 860px) {
    .socials {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    .page {
        padding-top: 30px;
    }

    .ghost-title {
        font-size: 58px;
        top: 72px;
    }

    .eyebrow {
        letter-spacing: 4px;
    }

    .eyebrow span {
        width: 38px;
    }

    h1 {
        font-size: 46px;
        padding: 0 10px;
    }

    .featured {
        grid-template-columns: 1fr;
    }

    .link-card {
        grid-template-columns: 38px 42px 1fr 24px;
    }

    .link-card p {
        font-size: 12px;
    }

    .beam-1 {
        left: 0;
    }

    .beam-2 {
        left: 86%;
    }
}

@media (max-width: 520px) {
    .socials {
        grid-template-columns: 1fr 1fr;
    }

    .social {
        font-size: 11px;
    }

    .page {
        width: min(100% - 22px, 900px);
    }
}
