@font-face {
    font-family: 'Purista TRIAL';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/PuristaTRIAL-Medium-BF676e1286a3d86.otf') format('opentype');
}
@font-face {
    font-family: 'Purista TRIAL';
    font-style: italic;
    font-weight: 500;
    src: url('assets/fonts/PuristaTRIAL-MediumItalic-BF676e128692bae.otf') format('opentype');
}
@font-face {
    font-family: 'TT Octosquares Trial Variable';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/TT Octosquares Trial Black.ttf') format('truetype');
}
@font-face {
    font-family: 'TT Octosquares Trial Variable';
    font-style: italic;
    font-weight: 400;
    src: url('assets/fonts/TT Octosquares Trial Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/Inter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/Inter-Medium.ttf') format('truetype');
}

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

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

html, body {
    height: 100%;
}

body {
    background: #121214;
    overflow: hidden;
}

.stage {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #121214;
    overflow: hidden;
}

.rightimg {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 1104px;
    height: 923px;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 73px;
    z-index: 5;
}

.logo {
    position: absolute;
    left: 15px;
    top: 16px;
    display: flex;
    flex-direction: column;
    width: 290px;
    height: 40px;
}

.pure {
    width: 290px;
    height: 34px;
    margin: -9px 0;
    font-family: 'TT Octosquares Trial Variable';
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.085em;
    text-transform: uppercase;
    background-image: radial-gradient(50.91% 50.91% at 39.55% 50%, #1148A7 0%, #5493FF 56.75%, #1148A7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: nowrap;
}

.dev {
    width: 290px;
    height: 34px;
    margin: -9px 0;
    font-family: 'TT Octosquares Trial Variable';
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.085em;
    text-transform: uppercase;
    background-image: radial-gradient(50.91% 50.91% at 39.55% 50%, #a8a8a8 0%, #ffffff 56.75%, #a5a5a5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: nowrap;
}

.logo-sub {
    width: 290px;
    height: 15px;
    font-family: 'TT Octosquares Trial Variable';
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.085em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    white-space: nowrap;
}

.nav-bar {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.nav-cluster {
    display: flex;
    align-items: center;
    gap: 47px;
    height: 38px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 38px;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 18px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.085em;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: color 0.18s ease;
}

.nav-item:hover {
    color: #ffffff;
}

.nav-item--active {
    height: 38px;
    padding: 10px;
    background: #2562C9;
    box-shadow: 0px 0px 4px #06275E;
    border-radius: 2px;
    color: #ffffff;
    transition: filter 0.18s ease, box-shadow 0.18s ease;
}

.nav-item--active:hover {
    color: #ffffff;
    filter: brightness(1.08);
    box-shadow: 0px 0px 6px #06275E;
}

.nav-ico {
    width: 14px;
    height: 13px;
    flex: none;
}

.nav-discord {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 38px;
    padding: 10px;
    background: #2562C9;
    border-radius: 2px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.085em;
    color: #ffffff;
    cursor: pointer;
    transition: filter 0.18s ease, box-shadow 0.18s ease;
}

.nav-discord:hover {
    filter: brightness(1.08);
    box-shadow: 0px 0px 6px rgba(37, 98, 201, 0.55);
}

.discord-ico {
    width: 14px;
    height: 11px;
    flex: none;
    transform: scaleX(-1);
}

.hero {
    position: absolute;
    left: 197px;
    top: 273px;
    width: 859px;
    z-index: 3;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 859px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    width: 859px;
}

.hero-welcome {
    font-family: 'Purista TRIAL';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.085em;
    color: rgba(255, 255, 255, 0.75);
}

.hero-title {
    display: flex;
    flex-direction: column;
    font-family: 'TT Octosquares Trial Variable';
    font-weight: 900;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -0.085em;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-title .ht-line--top {
    margin: -12px 0;
}

.ht-blue {
    background-image: radial-gradient(50.91% 50.91% at 39.55% 50%, #1148A7 0%, #5493FF 56.75%, #1148A7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ht-silver {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #BFBFBF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-desc {
    width: 706px;
    margin-top: 20px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.085em;
    color: rgba(255, 255, 255, 0.75);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    height: 49px;
    padding: 15px;
    background: #2562C9;
    border-radius: 4px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.085em;
    color: #ffffff;
    cursor: pointer;
    transition: filter 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hero-btn:hover {
    filter: brightness(1.08);
    box-shadow: 0px 6px 18px rgba(37, 98, 201, 0.35);
    transform: translateY(-1px);
}

.arrow-ico {
    width: 16px;
    height: 14px;
    flex: none;
}

.discord-big {
    width: 19px;
    height: 15px;
    flex: none;
    transform: scaleX(-1);
}

.footer {
    position: absolute;
    left: 118px;
    right: 118px;
    bottom: 53px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    height: 44px;
    background: #151515;
    z-index: 4;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 24px;
    align-self: stretch;
}

.footer-copy {
    width: 675px;
    font-family: 'Purista TRIAL';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.085em;
    color: #ffffff;
}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px;
    height: 37px;
}

.footer-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 37px;
    background: #121214;
    border-radius: 4px;
    font-family: 'Purista TRIAL';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.085em;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.18s ease;
}

.footer-pill:hover {
    background: #1c1c1f;
}

.hero--404 {
    top: 367px;
    left: 177px;
}

.back-ico {
    width: 16px;
    height: 14px;
    flex: none;
}
