@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f7f7f7;background:#050505;font-synthesis:none;text-rendering:optimizeLegibility}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0}
body{min-height:100%;overflow:hidden;background:#050505;color:#fff}
button,a{font:inherit}
.background{position:fixed;inset:-4%;z-index:0;background-image:url('background.gif');background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.03);filter:brightness(.58) saturate(.92) contrast(1.04);animation:bgFloat 18s ease-in-out infinite alternate;will-change:transform}
.vignette{position:fixed;inset:0;z-index:1;background:radial-gradient(circle at 50% 45%,rgba(0,0,0,.04) 0%,rgba(0,0,0,.23) 52%,rgba(0,0,0,.76) 100%),linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.58))}
.grain{position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.085;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");mix-blend-mode:soft-light}
.site-mark{position:fixed;top:24px;left:28px;z-index:10;font-size:11px;font-weight:600;letter-spacing:.12em;color:rgba(255,255,255,.58);text-transform:lowercase;user-select:none}

.landing-wrap,.profile-wrap{position:relative;z-index:3;min-height:100svh;display:grid;place-items:center;padding:26px}
.landing-shell{width:min(460px,92vw);padding:44px 42px 40px;text-align:center;border:1px solid rgba(255,255,255,.13);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));box-shadow:0 32px 110px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(25px) saturate(120%);-webkit-backdrop-filter:blur(25px) saturate(120%);animation:enter .8s cubic-bezier(.16,1,.3,1)}
.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.24em;color:rgba(255,255,255,.42);margin-bottom:18px}
.landing-shell h1{margin:0;font-size:clamp(27px,4vw,34px);font-weight:600;letter-spacing:-1.3px}
.landing-shell p{margin:12px 0 0;color:rgba(255,255,255,.55);font-size:13px}
.landing-shell p button{padding:0;border:0;background:none;color:#f4f4f4;cursor:pointer;text-decoration:none}
.landing-shell p button:hover{text-shadow:0 0 20px rgba(255,255,255,.38)}
.copy-state{height:15px;margin-top:17px;font-size:10px;color:rgba(255,255,255,.34);transition:.2s}

.profile-wrap{perspective:1300px}
.profile-card{position:relative;width:min(520px,94vw);padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.115),rgba(255,255,255,.035) 45%,rgba(255,255,255,.02));box-shadow:0 45px 130px rgba(0,0,0,.68),0 1px 0 rgba(255,255,255,.11) inset,0 -1px 0 rgba(0,0,0,.3) inset;backdrop-filter:blur(25px) saturate(125%);-webkit-backdrop-filter:blur(25px) saturate(125%);animation:enter .85s cubic-bezier(.16,1,.3,1);transform-style:preserve-3d;transition:transform .18s ease-out}
.card-shine{position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.11),transparent 24%,transparent 68%,rgba(255,255,255,.035));mask-image:linear-gradient(#000,transparent 65%);opacity:.7}
.profile-top{position:relative;display:flex;align-items:center;gap:15px}
.avatar{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.04));box-shadow:inset 0 1px rgba(255,255,255,.14),0 10px 35px rgba(0,0,0,.2);font-size:21px;font-weight:600;color:#eee}
.identity{min-width:0}.name-row{display:flex;align-items:center;gap:8px}.name-row h1{margin:0;font-size:23px;letter-spacing:-.8px;font-weight:650}.identity p{margin:5px 0 0;color:rgba(255,255,255,.42);font-size:11px}
.verified{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;font-size:10px;background:#fff;color:#090909;box-shadow:0 0 18px rgba(255,255,255,.2)}
.profile-dot{margin-left:auto;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 13px rgba(255,255,255,.65);opacity:.75}
.status-line{display:flex;align-items:center;gap:7px;margin-top:16px;color:rgba(255,255,255,.42);font-size:10px;text-transform:uppercase;letter-spacing:.14em}.status-dot{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 12px rgba(255,255,255,.7)}
.social-row{display:flex;justify-content:center;gap:10px;margin:22px 0 3px}
.social{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.095);border-radius:13px;background:rgba(0,0,0,.17);color:rgba(255,255,255,.8);text-decoration:none;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}
.social:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.25)}
.social svg{width:19px;height:19px;fill:currentColor}.social:nth-child(2) svg,.social:nth-child(5) svg{width:21px;height:21px}
.divider{height:1px;margin:24px 0 14px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent)}
.link-list{display:flex;flex-direction:column;gap:8px}
.link-card{position:relative;width:100%;min-height:61px;padding:11px 13px 11px 16px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:linear-gradient(90deg,rgba(255,255,255,.045),rgba(255,255,255,.018));color:#fff;text-decoration:none;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}
.link-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.19);background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 15px 34px rgba(0,0,0,.22)}
.link-meta{display:flex;flex-direction:column;gap:5px;min-width:0}.label{font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.4);font-weight:600}.value{font-size:11px;color:rgba(255,255,255,.78);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.action{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.54)}.copy-icon{font-size:14px;transform:rotate(-45deg);display:block}
.footer-row{display:flex;justify-content:space-between;align-items:center;margin-top:17px;padding:0 3px;color:rgba(255,255,255,.28);font-size:9px;letter-spacing:.04em}

@keyframes enter{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@keyframes bgFloat{from{transform:scale(1.03) translate3d(0,0,0)}to{transform:scale(1.07) translate3d(-.5%,.4%,0)}}
@media(max-width:560px){.site-mark{top:17px;left:18px}.landing-wrap,.profile-wrap{padding:18px}.landing-shell{padding:37px 24px 32px}.profile-card{padding:22px 16px 18px;border-radius:23px}.avatar{width:50px;height:50px;flex-basis:50px;border-radius:15px}.name-row h1{font-size:20px}.social{width:37px;height:37px;border-radius:12px}.social-row{gap:7px}.link-card{min-height:58px;padding-left:14px}.value{font-size:10px}.footer-row{font-size:8px}}
@media(max-width:390px){.social{width:34px;height:34px}.social svg{width:17px;height:17px}.profile-card{padding-left:13px;padding-right:13px}}
@media(prefers-reduced-motion:reduce){.background,.profile-card,.landing-shell{animation:none}.profile-card,.link-card,.social{transition:none}}
