*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{background-color:#f074e6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;justify-content:center;align-items:center}.page-wrapper{width:100%;max-width:400px;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:20px}.content{display:flex;flex-direction:column;align-items:center;gap:32px}.avatar-section{padding-top:16px}.avatar{width:320px;height:320px;border-radius:16px;object-fit:cover;display:block}.buttons-section{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.service-btn{width:56px;height:56px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#000;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000001a}.service-btn:hover{transform:scale(1.1);box-shadow:0 4px 16px #0003}.service-btn svg{width:28px;height:28px}.copyright{position:absolute;bottom:20px;left:0;right:0;text-align:center;color:#fff9;font-size:12px;letter-spacing:.3px}@media (max-height: 700px){.avatar{width:240px;height:240px}.content{gap:24px}.service-btn{width:48px;height:48px}.service-btn svg{width:24px;height:24px}}@media (max-width: 380px){.avatar{width:260px;height:260px}.buttons-section{gap:12px}.service-btn{width:48px;height:48px}.service-btn svg{width:22px;height:22px}}
