*{margin:0;padding:0;box-sizing:border-box}:root{--color:#edeae6;--accent:#0a2539;--background:#000}body,html{height:100%;font-family:Inter,sans-serif;background-color:var(--background);color:var(--color);line-height:1.6;scroll-behavior:smooth;overflow:hidden}canvas,img,picture,svg,video{display:block;max-width:100%}img{width:100%;height:100%}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}ol[role=list],ul[role=list]{list-style:none}::-webkit-scrollbar{width:0}.setting-btn{position:fixed;bottom:1.5%;left:.5%;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9999}main{height:100vh;position:relative}.sidebar,main{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.sidebar{height:100%;flex-wrap:wrap}.logo{height:100%;width:max-content}form{width:50%;padding:2rem 0;gap:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.search,h3{width:100%}.search{display:flex;align-items:flex-start;justify-content:flex-start;box-shadow:1px 1px 1px black;border:1px solid azure;border-radius:.5rem}input{width:100%;padding:.25rem .5rem;background:none;outline:none;border:none;color:var(--color)}input::placeholder{color:var(--color);opacity:.7}button{padding:.25rem 1rem;border:1px solid azure;border-radius:.5rem;background:none;color:inherit}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s!important}.peek{position:absolute;top:-100%;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;background:var(--background);transition:all .5s ease-in-out}.peek-on{top:0}#card{width:50%}.profile{height:85%;padding:0 3rem}.controls,.profile{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.controls{padding:1rem;gap:1rem}@media (max-width:1024px){form{width:70%}.profile{padding:1rem}}@media (max-width:768px){form{width:80%}}@media (max-width:480px){html{font-size:90%}.logo{height:45%;width:auto}form{width:90%}#card{width:100%}.profile{flex-direction:column;height:auto}.setting-btn{width:2.5rem;height:2.5rem}}.profile-card{box-sizing:border-box}.avatar{object-fit:cover}.stat{display:flex;flex-direction:column}.stat .number{font-weight:700}.layout1 .profile-card{max-width:17.5rem;margin:1.25rem auto;padding:1.25rem;background:#fff;border-radius:.9375rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);text-align:center;color:#333;background-color:gainsboro}.layout1 .avatar{width:7.5rem;height:7.5rem;margin:auto auto .9375rem;border:.1875rem solid #4a90e2;border-radius:50%}.layout1 .name{font-size:1.5rem;margin-bottom:.3125rem}.layout1 .username{color:#777;margin-bottom:.9375rem}.layout1 .bio{font-style:italic;margin-bottom:1.25rem;font-size:.9375rem}.layout1 .stats{display:flex;justify-content:space-around;margin-bottom:1.25rem}.layout1 .stat .number{color:#4a90e2;font-size:1.25rem}.layout1 .location{font-size:.875rem;color:#555}.layout2 .profile-card{display:flex;flex-wrap:wrap;align-items:center;max-width:37.5rem;margin:1.875rem auto;padding:1.25rem;background:#f8f9fa;border-radius:1rem;box-shadow:0 .375rem 1.125rem rgba(0,0,0,.1);color:#333}.layout2 .avatar{width:8.125rem;height:8.125rem;margin-right:1.5625rem;border:.1875rem solid #4a90e2;flex-shrink:0;border-radius:50%}.layout2 .bio,.layout2 .location,.layout2 .name,.layout2 .stats,.layout2 .username{flex-basis:100%}.layout2 .name{font-size:1.6rem;font-weight:700;margin-bottom:.3125rem}.layout2 .username{color:#666;margin-bottom:.625rem}.layout2 .bio{font-style:italic;font-size:.95rem;margin-bottom:.9375rem}.layout2 .stats{display:flex;justify-content:flex-start;gap:1.875rem;margin-bottom:.9375rem}.layout2 .stat .number{font-size:1.2rem;color:#4a90e2}.layout2 .location{font-size:.875rem;color:#555}.layout3 .profile-card{width:300px;height:400px;margin:1.875rem auto;background:#222;color:#eee;border-radius:.75rem;box-shadow:0 .375rem 1.25rem rgba(0,0,0,.5);text-align:center;padding:1.5625rem 1.25rem 3.75rem;position:relative}.layout3 .avatar{width:6.875rem;height:6.875rem;border:.1875rem solid #ff5722;margin:auto auto .9375rem;border-radius:50%}.layout3 .name{font-weight:900;font-size:1.6rem;margin-bottom:.3125rem;letter-spacing:.09375rem}.layout3 .username{color:#ff7043;margin-bottom:.5rem;font-weight:600}.layout3 .bio{font-size:1rem;margin-bottom:1.5rem}.layout3 .stats{display:flex;justify-content:space-around;background:#333;padding:.5rem 0;border-radius:0 0 .75rem .75rem;position:absolute;bottom:0;left:0;width:100%}.layout3 .stat{display:flex;flex-direction:column}.layout3 .stat .number{font-size:1.4rem;color:#ff5722}.layout3 .location{margin-top:.625rem;font-size:.875rem;color:#aaa}.layout4 .profile-card{max-width:21.875rem;margin:1.875rem auto;border-radius:1.125rem;overflow:hidden;position:relative;color:white;text-align:center;box-shadow:0 .5rem 1.875rem rgba(0,0,0,.3);cursor:pointer;transition:transform .3s ease;padding:2rem}.layout4 .profile-card:hover{transform:scale(1.05)}.layout4 .profile-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.9));z-index:0}.layout4 .avatar{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5}.layout4 .bio,.layout4 .location,.layout4 .name,.layout4 .stats,.layout4 .username{position:relative;z-index:1}.layout4 .name{margin-top:8.75rem;font-size:2rem;font-weight:700;letter-spacing:.075rem}.layout4 .username{color:#ddd;margin:.3125rem 0 .9375rem;font-size:1.1rem}.layout4 .bio{font-style:italic;font-size:.9375rem;margin-bottom:1.25rem}.layout4 .stats{display:flex;justify-content:center;gap:1.875rem;margin-bottom:1.25rem}.layout4 .stat .number{font-size:1.4rem;color:#ffcc00;text-shadow:1px 2px 1px black}.layout4 .location{font-size:1rem;font-weight:500;color:#f0e68c}.layout5 .profile-card{max-width:18.75rem;margin:2.5rem auto;padding:1.5625rem;border-radius:1.5625rem;background:#e0e0e0;box-shadow:.5rem .5rem .9375rem #bebebe,-.5rem -.5rem .9375rem #ffffff;color:#555;text-align:center}.layout5 .avatar{width:7.1875rem;height:7.1875rem;margin-bottom:1.25rem;box-shadow:inset .3125rem .3125rem .625rem #bebebe,inset -.3125rem -.3125rem .625rem #ffffff;border-radius:50%}.layout5 .name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.layout5 .username{color:#999;margin-bottom:.9375rem}.layout5 .bio{font-style:italic;margin-bottom:1.5625rem;font-size:.9375rem}.layout5 .stats{display:flex;justify-content:space-around;margin-bottom:1.25rem}.layout5 .stat .number{font-size:1.1rem;color:#3a3a3a}.layout5 .location{font-size:.875rem;color:#666}