*{box-sizing:border-box;margin:0;padding:0}body{align-items:flex-start;background:#fafafa;color:#333;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;min-height:100vh;padding:20px}.container{max-width:1000px;width:100%}.title{font-size:2rem;margin-bottom:18px;text-align:center}.content{align-items:center;background:#fff;border-radius:20px;box-shadow:0 8px 20px rgba(0,0,0,.08);display:flex;flex-wrap:wrap;gap:30px;padding:28px}.intro{flex:1 1 320px;max-width:480px;padding:6px;text-align:center}.avatar{border:3px solid rgba(0,0,0,.03);border-radius:50%;display:block;height:180px;margin:0 auto 14px;object-fit:cover;object-position:50% 30%;width:180px}.bio{color:#333;font-size:1rem;line-height:1.5}.socials{display:flex;flex:1 1 280px;flex-direction:column;gap:16px;max-width:420px;padding:6px}.social{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:12px;overflow:hidden;padding:14px 18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.social img{flex-shrink:0;height:28px;width:28px}.social:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-4px)}.telegram{background:#08c}.barq{background:#ff9800;color:#000}.discord{background:#5865f2}.twitter{background:#000}.social span{white-space:nowrap}.have-you-seen-me{background:#fff;border-radius:20px;box-shadow:0 6px 15px rgba(0,0,0,.1);margin-top:40px;padding:20px}.have-you-seen-me h2{font-size:1.8rem;margin-bottom:24px;text-align:center}.outfits{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.outfit{align-items:center;display:flex;flex-direction:column;text-align:center}.outfit img{border-radius:12px;height:400px;margin-bottom:12px;max-width:240px;object-fit:cover;object-position:center;width:100%}.outfit-info h3{font-size:1.2rem;margin-bottom:8px}.outfit-info p{color:#555;font-size:.95rem;line-height:1.4}.outfit-images{border-radius:12px;height:400px;margin-bottom:12px;max-width:240px;overflow:hidden;position:relative;width:100%}.outfit-images img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;transition:opacity .3s ease;width:100%}.outfit-images .outfit-default{opacity:1;z-index:1}.outfit-images .outfit-alt{opacity:0;z-index:2}.outfit-images:hover .outfit-default{opacity:0}.outfit-images:hover .outfit-alt{opacity:1}.mobile-break{display:none}@media (max-width:768px){.content{flex-direction:column;gap:18px;padding:20px}.intro,.socials{width:75vw}.avatar{height:50vw;width:50vw}.bio{font-size:1.25rem}.social{justify-content:flex-start;padding:12px 14px;width:100%}.social img{margin-right:10px}.social span{white-space:normal}.outfits{display:flex;flex-direction:column;gap:20px}.outfit{align-items:center;flex-direction:row;gap:16px;text-align:left}.outfit:nth-child(2n){flex-direction:row-reverse;text-align:right}.outfit-images,.outfit img{height:45vh;margin:0;max-width:30vw}.outfit-info h3{font-size:1rem}.outfit-info p{font-size:.85rem}.mobile-break{display:inline}}