body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}main{padding:5rem 0;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}code{background:#fafafa;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace}.container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.avatarWrap{position:relative;width:44px;height:44px;border-radius:50%;overflow:hidden;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 8px 24px rgba(0,0,0,.45);flex-shrink:0}.footer{width:100vw;padding:36px 48px;border-top:1px solid hsla(0,0%,100%,.12);background:rgba(5,7,12,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footerInner{width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px}.footerLeft{font-size:14px;opacity:.75;letter-spacing:.2px}.footerRight{display:flex;gap:32px}.footerRight a{font-size:14px;font-weight:500;color:#e8ecff;opacity:.85;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.footerRight a:hover{opacity:1;transform:translateY(-1px);text-decoration:underline}@media (max-width:768px){.footer{padding:28px 20px}.footerInner{flex-direction:column;gap:20px;text-align:center}.footerRight{gap:24px}}