:root { color-scheme: dark; font-family: Arial, Helvetica, sans-serif; background: #222222; color: #fff; }
* { box-sizing: border-box; -webkit-user-select: none; user-select: none; }
img { pointer-events: none; -webkit-user-drag: none; -webkit-touch-callout: none; }
body { margin: 0; min-height: 100vh; }
.page { min-height: 100vh; display: grid; place-items: center; padding: 36px 20px; }
.profile { width: min(100%, 760px); }
.scene { min-height: min(760px, calc(100vh - 92px)); border-radius: 12px; background: #415b70 url('../img/night.webp') center / cover no-repeat; overflow: hidden; display: grid; place-items: center; padding: 36px 18px; box-shadow: 0 24px 80px #0005; }
html[data-time="day"] .scene { background-image: url('../img/day.webp'); }
.profile-content { width: min(100%, 370px); padding: 24px; border: 1px solid #ffffff25; border-radius: 20px; background: #15171bd9; box-shadow: 0 20px 60px #0007; text-align: center; backdrop-filter: blur(14px); }
.avatar { display: block; width: 112px; height: 112px; margin: 0 auto 16px; border-radius: 50%; object-fit: cover; border: 3px solid #ffffffaa; background: #000; box-shadow: 0 7px 25px #0008; }
h1 { margin: 0; font-size: 30px; letter-spacing: .12em; }
.links { display: grid; gap: 10px; }
.links:not(:empty) { margin-top: 22px; }
.link { min-height: 50px; display: grid; grid-template-columns: 34px 1fr 18px; align-items: center; gap: 12px; padding: 7px 14px; border: 1px solid #ffffff25; border-radius: 12px; color: #fff; background: #ffffff12; text-decoration: none; text-align: left; font-weight: 700; transition: background .15s, transform .15s; }
.link:hover, .link:focus-visible { background: #ffffff2a; transform: translateY(-2px); outline: none; }
.service-icon { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: #485367; }
.service-icon img { display: block; width: 20px; height: 20px; filter: invert(1); }
.youtube { background: #f00; }
.twitch { background: #9146ff; }
.telegram { background: #27a7e7; }
.vk { background: #0077ff; }
.discord { background: #5865f2; }
.github { background: #343a40; }
.tiktok { background: #111; }
.steam { background: #1b2838; }
.instagram { background: #c13584; }
.x { background: #111; }
.arrow { color: #d0d1d5; font-size: 20px; font-weight: 400; }
.time-note { margin: 12px 0 0; text-align: center; color: #a9adb6; font-size: 12px; }
@media (max-width: 520px) { .page { padding: 0; } .profile { width: 100%; } .scene { min-height: 100vh; min-height: 100svh; border-radius: 0; padding: 20px; } .profile-content { padding: 22px; } .time-note { display: none; } }
@media (prefers-reduced-motion: reduce) { .link { transition: none; } }
