*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#0c0c0c;overflow:hidden}.bg-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.profile{position:relative;z-index:10;min-height:100vh;padding:1.5rem;display:flex;align-items:center;justify-content:center}.profile__container{max-width:450px;width:100%;text-align:center;transform-style:preserve-3d;perspective:1000px;padding:3rem;will-change:transform}.profile__image-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.3);box-shadow:0 0 30px #fff3;opacity:0}.profile__image{width:100%;height:100%;object-fit:cover}.profile__name{margin:0 0 .5rem;font-size:2rem;font-weight:600;color:#fff;letter-spacing:-.02em;opacity:0}.profile__description{margin:0 0 2.5rem;font-size:1rem;font-weight:400;color:#94a3b8;opacity:0}.profile__text{margin-top:2.5rem;font-size:.875rem;color:#e2e8f0;opacity:0}.profile__cs{color:#e2e8f0;margin-top:2.5rem}.links{display:flex;flex-direction:column;gap:.875rem}.links__item{display:flex;align-items:center;justify-content:center;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);gap:.75rem;padding:1rem 1.5rem;text-decoration:none;color:#e2e8f0;font-weight:500;font-size:.9375rem;opacity:0;position:relative;overflow:hidden;cursor:pointer}.links__item:hover{transform:scale(1.02);background:#ffffff0f;border-color:#fff6}.links__item:hover .links__glow{opacity:1}.links__icon{width:20px;height:20px;stroke-width:1.5}.links__glow{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .3s}:root{--cursor-outer-size: 40px;--cursor-inner-size:8px;--cursor-border:2px;--cursor-color: rgba(255, 255, 255, .5);--cursor-bg: rgba(255,255,255,.06);--cursor-border-rgba: rgba(255, 255, 255, .5)}.no-cursor .cursor-outer,.no-cursor .cursor-inner{display:none!important}.cursor-outer{position:fixed;left:0;top:0;width:var(--cursor-outer-size);height:var(--cursor-outer-size);border-radius:50%;border:var(--cursor-border) solid var(--cursor-border-rgba);background:var(--cursor-bg);transform:translate(-50%,-50%);pointer-events:none;transition:width .18s ease,height .18s ease,background .15s ease,opacity .2s ease,border-color .15s ease,transform .15s ease;z-index:9999;opacity:0;display:block;mix-blend-mode:normal}.cursor-inner{position:fixed;left:0;top:0;width:var(--cursor-inner-size);height:var(--cursor-inner-size);border-radius:50%;background:var(--cursor-color);box-shadow:0 6px 18px #ffffff38;transform:translate(-50%,-50%);pointer-events:none;transition:transform .12s ease,width .12s ease,height .12s ease,background .12s ease,opacity .12s ease;z-index:10000;opacity:0}.cursor-outer.is-hover{width:calc(var(--cursor-outer-size) * 1.35);height:calc(var(--cursor-outer-size) * 1.35);background:#ffffff1f;border-color:var(--cursor-color)}.cursor-inner.is-hover{transform:translate(-50%,-50%) scale(.6);background:var(--cursor-color)}.cursor-outer.is-down{transform:translate(-50%,-50%) scale(.95);opacity:.9}.cursor-inner.is-active{transform:translate(-50%,-50%) scale(.45)}.cursor-outer.visible,.cursor-inner.visible{opacity:1}
