.profile-module__1f5oKq__profileContainer{--bg-color:#0d1117;--bg-image:none;--font-family:"Inter", sans-serif;--btn-bg:#21262d;--btn-text:#c9d1d9;--btn-border:#30363d;--btn-radius:12px;--text-color:#f0f6fc;--bio-color:#8b949e;--spotlight-glow:#388bfd66;background:var(--bg-color);background-image:var(--bg-image);font-family:var(--font-family);color:var(--text-color);box-sizing:border-box;background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:3rem 1.5rem;display:flex}.profile-module__1f5oKq__profileWrapper{background:var(--wrapper-bg,transparent);border:var(--wrapper-border,none);border-radius:var(--wrapper-radius,0px);width:100%;max-width:580px;box-shadow:var(--wrapper-shadow,none);padding:var(--wrapper-padding,0px);box-sizing:border-box;flex-direction:column;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.profile-module__1f5oKq__profileContainer{background:var(--wrapper-bg,var(--bg-color))!important;background-image:none!important;padding:2rem 1.25rem!important}.profile-module__1f5oKq__profileWrapper{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}}.profile-module__1f5oKq__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.profile-module__1f5oKq__avatar{object-fit:cover;border:4px solid #fff;border-radius:50%;width:96px;height:96px;box-shadow:0 8px 24px #0000001f}.profile-module__1f5oKq__avatarFallback{background:var(--btn-bg);width:96px;height:96px;color:var(--text-color);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;box-shadow:0 8px 24px #0000001f}.profile-module__1f5oKq__title{letter-spacing:.08em;text-transform:lowercase;margin:0;font-size:1.45rem;font-weight:700}.profile-module__1f5oKq__bio{color:var(--bio-color);white-space:pre-wrap;letter-spacing:.01em;max-width:420px;margin:0;font-size:.92rem;line-height:1.6}.profile-module__1f5oKq__linksContainer{flex-direction:column;gap:1rem;width:100%;display:flex}.profile-module__1f5oKq__linkCard{background-color:var(--btn-bg);width:100%;min-height:56px;color:var(--btn-text);border:1px solid var(--btn-border);border-radius:var(--btn-radius);text-align:center;box-sizing:border-box;cursor:pointer;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s,background-color .2s;display:flex;position:relative}.profile-module__1f5oKq__linkCard:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 6px 20px #00000040}.profile-module__1f5oKq__spotlight{box-shadow:0 0 15px var(--spotlight-glow);border:2px solid #58a6ff;animation:2s infinite alternate profile-module__1f5oKq__pulseSpotlight}@keyframes profile-module__1f5oKq__pulseSpotlight{0%{box-shadow:0 0 5px var(--spotlight-glow)}to{box-shadow:0 0 20px #388bfdb3}}.profile-module__1f5oKq__animBounce{animation:2.5s infinite profile-module__1f5oKq__bounce}.profile-module__1f5oKq__animWobble{animation:3s infinite profile-module__1f5oKq__wobble}.profile-module__1f5oKq__animPulse{animation:2s infinite profile-module__1f5oKq__pulse}@keyframes profile-module__1f5oKq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes profile-module__1f5oKq__wobble{0%,to{transform:translate(0)rotate(0)}15%{transform:translate(-6px)rotate(-3deg)}30%{transform:translate(5px)rotate(2deg)}45%{transform:translate(-4px)rotate(-2deg)}60%{transform:translate(3px)rotate(1deg)}75%{transform:translate(-2px)rotate(-1deg)}}@keyframes profile-module__1f5oKq__pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.profile-module__1f5oKq__gridLayout{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:480px){.profile-module__1f5oKq__gridLayout{grid-template-columns:1fr}}.profile-module__1f5oKq__leadForm{background:var(--btn-bg);border:1px solid var(--btn-border);border-radius:var(--btn-radius);box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;padding:1.5rem;display:flex;box-shadow:0 4px 15px #0003}.profile-module__1f5oKq__leadFormTitle{text-align:center;margin:0;font-size:1.05rem;font-weight:700}.profile-module__1f5oKq__leadFormDesc{color:var(--bio-color);text-align:center;margin:0;font-size:.85rem;line-height:1.4}.profile-module__1f5oKq__leadInput{border:1px solid var(--btn-border);color:var(--text-color);box-sizing:border-box;background:#0003;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.profile-module__1f5oKq__leadInput:focus{border-color:#58a6ff}.profile-module__1f5oKq__leadButton{background:var(--text-color);color:var(--bg-color);cursor:pointer;border:none;border-radius:8px;padding:.75rem;font-size:.9rem;font-weight:700;transition:opacity .2s}.profile-module__1f5oKq__leadButton:hover{opacity:.9}.profile-module__1f5oKq__leadSuccessMessage{color:#3fb950;text-align:center;margin:0;font-size:.9rem;font-weight:600}.profile-module__1f5oKq__socialIcons{flex-wrap:wrap;justify-content:center;gap:1.25rem;width:100%;margin-top:1rem;display:flex}.profile-module__1f5oKq__socialIconLink{color:var(--bio-color);justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.profile-module__1f5oKq__socialIconLink:hover{color:var(--text-color);transform:scale(1.15)}.profile-module__1f5oKq__socialIconLink svg{fill:currentColor;width:24px;height:24px}.profile-module__1f5oKq__footer{flex-direction:column;align-items:center;gap:.5rem;margin-top:auto;padding-top:3rem;display:flex}.profile-module__1f5oKq__brandingLink{color:var(--bio-color);opacity:.6;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .2s}.profile-module__1f5oKq__brandingLink:hover{opacity:1}@keyframes profile-module__1f5oKq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes profile-module__1f5oKq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes profile-module__1f5oKq__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.profile-module__1f5oKq__modalBackdrop{animation:.25s cubic-bezier(.16,1,.3,1) forwards profile-module__1f5oKq__fadeIn}.profile-module__1f5oKq__modalContent{animation:.35s cubic-bezier(.16,1,.3,1) forwards profile-module__1f5oKq__slideUp}@media (min-width:768px){.profile-module__1f5oKq__modalContent{animation:.3s cubic-bezier(.16,1,.3,1) forwards profile-module__1f5oKq__scaleUp}}
