@font-face {
  font-family: "Sora";
  src: url("/assets/fonts/sora-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}

@font-face {
  font-family: "DM Mono";
  src: url("/assets/fonts/dm-mono-latin-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --background: #131313;
  --surface: #1b1b1c;
  --text: #f2efeb;
  --muted: #a4a09b;
  --accent: #da936c;
  --line: #32302e;
  --mono: "DM Mono", monospace;
  font-family: "Sora", sans-serif;
  font-synthesis: none;
  background: var(--background);
  color: var(--text);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 300px; min-height: 100svh; position: relative; isolation: isolate; }
button, input, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
button { color: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
button, a, input { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--accent); }
button:disabled { opacity: 1; }
[hidden] { display: none !important; }
::selection { color: #171310; background: #da936c; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 3; background: var(--accent); color: #171310; padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.scenery { position: absolute; inset: 0; overflow: hidden; z-index: -1; pointer-events: none; }
.scenery::after { content: ""; position: fixed; inset: 0; opacity: .025; background-image: url("/assets/grain.svg"); }
.ambient-light { position: absolute; width: 1000px; height: 650px; top: -210px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, #9b57362b 0, #7941250b 45%, transparent 70%); }
.orbit { position: absolute; left: 50%; border: 1px solid #b5896920; border-radius: 50%; }
.orbit-one { width: 1040px; height: 490px; top: 77px; transform: translateX(-50%) rotate(-31deg); mask-image: linear-gradient(90deg, #000 0%, transparent 39%, transparent 66%, #000 100%); }
.orbit-two { width: 1190px; height: 600px; top: 27px; transform: translateX(-50%) rotate(-31deg); opacity: .45; mask-image: linear-gradient(90deg, #000 0%, transparent 39%, transparent 66%, #000 100%); }
.coordinate { position: absolute; color: #8a7e706e; font: 9px/1.8 var(--mono); letter-spacing: 1px; }
.coordinate-left { left: max(7.5%, calc(50% - 550px)); top: 350px; }
.coordinate-right { right: max(7.5%, calc(50% - 550px)); top: 615px; text-align: right; }
.decoration-star { position: absolute; color: #ba8a6855; font: 32px var(--mono); }
.star-left { top: 253px; left: 22%; }
.star-right { top: 477px; right: 22%; }
.background-wordmark { position: absolute; left: 50%; bottom: -68px; transform: translateX(-50%); color: #ffffff03; font-size: clamp(220px, 36vw, 460px); font-weight: 800; letter-spacing: -.09em; line-height: 1; }

.site-header { max-width: 1440px; margin: 0 auto; padding: 30px 48px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 650; letter-spacing: -1px; }
.brand-symbol { color: var(--accent); }
.brand-dot { color: var(--accent); }
.brand-divider { width: 1px; height: 18px; background: #39332e; margin: 0 7px; }
.brand-caption { color: #a19991; font: 9px var(--mono); letter-spacing: 1.65px; }
.share-button { border: 1px solid #393430; background: #ffffff03; border-radius: 8px; padding: 11px 15px; display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 450; transition: border-color .2s, background .2s, transform .2s; }
.share-button:hover { border-color: #857060; background: #ffffff08; }
.share-button:active { transform: scale(.97); }

main { width: min(100% - 40px, 464px); margin: 0 auto; padding-top: 21px; }
.profile { text-align: center; animation: arrive .7s ease both; }
.avatar-wrap { width: 106px; height: 106px; position: relative; margin: 0 auto; padding: 5px; border: 1px solid #bd8d665c; border-radius: 50%; background: #c1986e08; box-shadow: 0 6px 35px #07050440; }
.avatar { display: block; width: 94px; height: 94px; border-radius: 50%; object-fit: cover; }
.avatar-spark { position: absolute; bottom: 0; right: -1px; height: 26px; width: 26px; display: grid; place-items: center; border: 4px solid #1b1816; border-radius: 50%; color: #21170f; background: var(--accent); }
.profile-eyebrow { margin-top: 23px; font: 8px/1.5 var(--mono); letter-spacing: 1.65px; color: #b3a292; display: flex; align-items: center; justify-content: center; gap: 8px; }
.profile-eyebrow > span { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
h1 { margin: 4px 0 7px; font-size: 64px; line-height: 1.2; font-weight: 650; letter-spacing: -4px; }
.name-period { color: var(--accent); }
.profile-description { margin: 0; color: #b6b0aa; font-size: 13px; font-weight: 350; line-height: 1.8; }
.profile-note { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; color: #89817a; margin-top: 9px; }
.profile-note svg { color: #ba8d6b; }

.socials { margin-top: 35px; }
.socials:focus { outline: none; }
.section-label { display: flex; align-items: center; gap: 16px; margin: 0 1px 14px; color: #827d77; font: 8px var(--mono); letter-spacing: 1.5px; }
.section-label h2 { color: #b1a498; font: inherit; margin: 0; white-space: nowrap; }
.section-label > span:last-child { font-size: 8px; letter-spacing: 1px; white-space: nowrap; }
.section-line { height: 1px; flex: 1; background: #2d2926; }
.social-list { display: grid; gap: 10px; }
.social-card { width: 100%; min-height: 76px; border: 1px solid #36312d; border-radius: 11px; display: flex; align-items: center; text-align: left; padding: 14px 19px 14px 16px; gap: 15px; background: linear-gradient(105deg, #23211fee, #1d1c1cf5 66%, #201e1ded); box-shadow: 0 2px 4px #08070615, inset 0 1px 0 #ffffff02; transition: transform .22s, background .22s, border-color .22s, box-shadow .22s; animation: arrive .7s ease backwards; }
.social-card:nth-child(2) { animation-delay: .06s; }
.social-card:nth-child(3) { animation-delay: .12s; }
.social-card:nth-child(4) { animation-delay: .18s; }
.social-card:nth-child(5) { animation-delay: .24s; }
.social-card:not(:disabled):hover { transform: translateY(-3px); background: #282420; border-color: #8d6a51; box-shadow: 0 8px 20px #08070630; }
.social-card:not(:disabled):active { transform: translateY(-1px) scale(.988); }
.social-icon { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; border-radius: 11px; background: #ffffff04; border: 1px solid #ffffff05; }
.instagram { color: #d6ab95; background: #b2745b12; }
.discord { color: #a6a8d6; background: #8e8bc013; }
.youtube { color: #d69084; background: #ae605511; }
.snapchat { color: #d4c58c; background: #b5a25712; }
.tiktok { color: #a3c6bf; background: #7aa59b10; }
.social-copy { display: grid; gap: 5px; min-width: 0; }
.social-name { font-size: 14px; font-weight: 550; letter-spacing: -.2px; }
.social-description { color: #a09a93; font-size: 11px; line-height: 1.4; font-weight: 350; }
.soon-badge, .username-badge { margin-left: auto; padding: 5px 7px; font: 8px var(--mono); letter-spacing: 1px; color: #aaa095; background: #8e765710; border: 1px solid #9986751c; border-radius: 4px; }
.card-arrow { margin-left: auto; flex: 0 0 19px; color: #807469; transition: transform .2s, color .2s; }
.soon-badge + .card-arrow, .username-badge + .card-arrow { margin-left: 0; }
.social-card:hover .card-arrow { transform: translate(2px, -2px); color: var(--accent); }
.links-note { text-align: center; font-size: 9px; color: #938b82; margin: 18px 0 0; line-height: 1.7; }
.note-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #bd8d65; vertical-align: middle; margin-right: 5px; }
.noscript-note { color: var(--muted); font-size: 12px; text-align: center; line-height: 1.6; }
.profile-footer { margin: 38px 0 0; display: flex; gap: 16px; align-items: center; justify-content: center; }
.profile-footer p { color: #baada0; font-size: 9px; white-space: nowrap; margin: 0; }
.profile-footer p span { color: #7f7972; }
.footer-line { width: 32px; height: 1px; background: #36302a; }
.site-bottom { display: flex; justify-content: space-between; gap: 20px; max-width: 1440px; margin: 0 auto; padding: 37px 48px 25px; color: #79736c; font: 8px var(--mono); letter-spacing: 1.4px; }
.site-bottom > span:last-child { display: flex; gap: 10px; align-items: center; }
.site-bottom svg { color: #b78e6e; }

.profile-dialog { color: var(--text); border: 1px solid #5f4838; border-radius: 18px; background: #201d1b; width: min(420px, calc(100% - 32px)); padding: 38px 30px 28px; max-height: calc(100svh - 40px); box-shadow: 0 24px 100px #06040380; }
.profile-dialog::backdrop { background: #0b0908c9; backdrop-filter: blur(9px); }
.profile-dialog[open] { animation: arrive .2s ease both; }
.dialog-close { width: 34px; height: 34px; position: absolute; top: 12px; right: 12px; border: none; background: transparent; display: grid; place-items: center; border-radius: 6px; color: #b6a89a; }
.dialog-close:hover { background: #ffffff0a; color: var(--text); }
.dialog-eyebrow { color: var(--accent); font: 9px var(--mono); letter-spacing: 1.6px; }
.dialog-mark { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid #94705440; border-radius: 50%; color: var(--accent); margin-top: 24px; background: #da936c08; }
.profile-dialog h2 { font-size: 25px; font-weight: 550; letter-spacing: -1px; line-height: 1.3; margin: 21px 0 12px; }
.profile-dialog > p { font-size: 12px; color: #b3a79b; line-height: 1.8; }
.primary-button { margin-top: 16px; width: 100%; border: 1px solid #dc9a75; border-radius: 7px; background: #da936c; padding: 13px 16px; color: #21150e; font-size: 12px; font-weight: 550; display: flex; justify-content: space-between; align-items: center; }
.primary-button:hover { background: #e5a681; }
.share-label { display: block; color: #c1b7ae; font-size: 10px; margin: 25px 0 9px; }
.copy-field { display: flex; background: #151312; border: 1px solid #4b3c30; border-radius: 7px; padding: 5px; }
.copy-field input { background: transparent; color: #bcb0a4; border: 0; padding: 8px; width: 100%; min-width: 0; font: 11px var(--mono); }
.copy-field button { background: #3b3027; border: 1px solid #5c4534; border-radius: 4px; padding: 10px; white-space: nowrap; font-size: 10px; }
.copy-field button:hover { background: #544031; }
.profile-dialog .copy-status { min-height: 36px; margin-bottom: 0; font-size: 10px; line-height: 1.8; color: #b3a79b; }

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

@media (min-width: 1500px) {
  .site-header { padding-top: 38px; }
  main { padding-top: 40px; }
  .site-bottom { padding-top: 50px; }
}

@media (max-width: 850px) {
  .coordinate, .decoration-star { display: none; }
  .site-header { padding: 25px 28px; }
  .site-bottom { padding-right: 28px; padding-left: 28px; }
  .orbit-one { width: 850px; }
  .orbit-two { width: 950px; }
}

@media (max-width: 520px) {
  .site-header { padding: 22px 22px; }
  .brand { font-size: 20px; gap: 8px; }
  .brand-symbol { width: 21px; height: 21px; }
  .brand-caption, .brand-divider { display: none; }
  .share-button { padding: 10px 12px; font-size: 10px; }
  main { padding-top: 22px; width: calc(100% - 40px); max-width: 400px; }
  .avatar-wrap { width: 98px; height: 98px; }
  .avatar { width: 86px; height: 86px; }
  h1 { font-size: 58px; }
  .profile-eyebrow { font-size: 7px; letter-spacing: 1.5px; margin-top: 23px; }
  .profile-description { font-size: 12px; }
  .socials { margin-top: 31px; }
  .social-card { min-height: 77px; padding: 13px; gap: 12px; }
  .social-icon { width: 41px; height: 41px; flex-basis: 41px; }
  .soon-badge, .username-badge { padding: 4px 5px; font-size: 7px; }
  .card-arrow { width: 16px; flex-basis: 16px; }
  .social-description { font-size: 10px; }
  .profile-footer { margin-top: 33px; gap: 10px; }
  .profile-footer p { font-size: 8px; }
  .footer-line { width: 20px; }
  .site-bottom { padding: 30px 22px 22px; font-size: 7px; letter-spacing: 1px; }
  .background-wordmark { bottom: -30px; }
  .orbit-one { top: 125px; }
  .orbit-two { top: 80px; }
}

@media (max-width: 350px) {
  .social-card { gap: 9px; padding: 12px 10px; }
  .social-name { font-size: 12px; }
  .username-badge { display: none; }
  .card-arrow { display: none; }
  .profile-description { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
