.profile-page .main{padding:0 0 3rem}.profile-page .page-wrap{width:100%;max-width:760px;margin:0 auto;padding:0 1rem}.profile-page .breadcrumbs{font-size:.82rem;color:var(--text-dim);padding:1.25rem 0 0}.profile-page .breadcrumbs a{color:var(--text-dim);text-decoration:none;transition:color .2s}.profile-page .breadcrumbs a:hover{color:var(--accent)}.profile-page .sep{margin:0 .35rem;opacity:.5}.profile-page .page-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1.25;text-align:center;margin:2rem 0 .75rem}.profile-page .page-title__sub{font-size:1.1rem;color:var(--accent);font-weight:400}@media(min-width:640px){.profile-page .page-title{font-size:2rem}.profile-page .page-title__sub{font-size:1.3rem}}.profile-page .intro{text-align:center;color:var(--text-dim);font-size:.92rem;line-height:1.6;max-width:600px;margin:0 auto 2rem}.profile-page .search-section{margin-bottom:2rem}.profile-page .search-row{display:flex;gap:.5rem;max-width:560px;margin:0 auto}.profile-page .search-input{flex:1;padding:.9rem 1rem;background:var(--bg-card);border:2px solid var(--border);border-radius:12px;color:var(--text);font-family:var(--font-body);font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.profile-page .search-input:focus{border-color:#06d6a0;box-shadow:0 0 0 4px #06d6a026,0 0 20px #06d6a01a}.profile-page .search-input::placeholder{color:var(--text-dim);opacity:.6}.profile-page .search-btn{font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.9rem 1.5rem;background:#06d6a0;color:#0a0e1a;border:none;border-radius:12px;cursor:pointer;transition:all .2s;white-space:nowrap}.profile-page .search-btn:hover{background:#05c493;box-shadow:0 0 20px #06d6a04d}.profile-page .search-btn:disabled{opacity:.5;cursor:not-allowed}.profile-page .search-error{text-align:center;color:#ff6b6b;font-size:.85rem;margin-top:.75rem;display:none}@media(max-width:480px){.profile-page .search-row{flex-direction:column}.profile-page .search-btn{width:100%;padding:.85rem}}.profile-page .loader{display:none;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 0;color:var(--text-dim);font-size:.9rem}.profile-page .spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:#06d6a0;border-radius:50%;animation:profileSpin .8s linear infinite}@keyframes profileSpin{to{transform:rotate(360deg)}}.profile-page .result{display:none;background:#111827;border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:2.5rem;animation:profileFadeIn .3s ease}@keyframes profileFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.profile-page .result__header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1rem}@media(max-width:480px){.profile-page .result__header{flex-direction:column;align-items:center;text-align:center}}.profile-page .result__avatar{width:100px;height:100px;border-radius:50%;border:3px solid #06d6a0;object-fit:cover;flex-shrink:0;background:#1a2236}@media(min-width:640px){.profile-page .result__avatar{width:120px;height:120px}}.profile-page .result__info{flex:1;min-width:0}.profile-page .result__names{margin-bottom:.25rem}.profile-page .result__display{display:block;font-family:var(--font-display);font-size:1.35rem;font-weight:700;line-height:1.2}.profile-page .result__user{display:block;font-size:.9rem;color:var(--text-dim);margin-bottom:.15rem}.profile-page .result__uid{display:block;font-family:var(--font-display);font-size:.75rem;font-weight:700;color:#06d6a0;margin-bottom:.5rem}.profile-page .result__badges{display:flex;flex-wrap:wrap;gap:.4rem}.profile-page .badge{font-family:var(--font-display);font-size:.65rem;font-weight:700;padding:.25rem .65rem;border-radius:9999px;white-space:nowrap;display:inline-flex;align-items:center}.profile-page .badge--age{background:#06d6a01f;color:#06d6a0;border:1px solid rgba(6,214,160,.25)}.profile-page .badge--verified{background:#60a5fa1f;color:#60a5fa;border:1px solid rgba(96,165,250,.25);display:none}.profile-page .badge--banned{background:#ff6b6b1f;color:#ff6b6b;border:1px solid rgba(255,107,107,.25);display:none}.profile-page .tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.25rem}.profile-page .tab{font-family:var(--font-display);font-size:.82rem;font-weight:700;padding:.7rem 1.25rem;background:none;color:var(--text-dim);border:none;cursor:pointer;transition:all .2s;position:relative;display:inline-flex;align-items:center;gap:.35rem}.profile-page .tab:hover{color:var(--text)}.profile-page .tab--active{color:#06d6a0}.profile-page .tab--active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#06d6a0;border-radius:2px 2px 0 0}.profile-page .tab__count{font-size:.7rem;opacity:.6;font-weight:400}.profile-page .tab-panel{display:none}.profile-page .tab-panel--active{display:block}.profile-page .avatar-full-wrap{text-align:center;margin-bottom:1.25rem}.profile-page .avatar-full{width:200px;height:200px;border-radius:16px;object-fit:contain;background:#1a2236;border:1px solid var(--border)}@media(min-width:640px){.profile-page .avatar-full{width:280px;height:280px}}.profile-page .result__bio{color:var(--text-dim);font-size:.88rem;line-height:1.6;padding:1rem;background:#ffffff08;border:1px solid var(--border);border-radius:10px;margin-bottom:1.25rem;white-space:pre-line;word-break:break-word}.profile-page .result__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}.profile-page .stat-box{text-align:center;background:#ffffff08;border:1px solid var(--border);border-radius:10px;padding:.75rem .5rem}.profile-page .stat-box__val{display:block;font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#06d6a0}.profile-page .stat-box__label{display:block;font-size:.72rem;color:var(--text-dim);margin-top:.15rem}.profile-page .result__meta{font-size:.8rem;color:var(--text-dim);margin-bottom:1.25rem;text-align:center}.profile-page .section-title{font-family:var(--font-display);font-size:.9rem;font-weight:700;margin-bottom:.75rem;padding-left:.65rem;border-left:3px solid #06d6a0}.profile-page .wearing-section{margin-bottom:1.25rem}.profile-page .wearing-scroll{display:flex;gap:.65rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.profile-page .wearing-scroll::-webkit-scrollbar{height:4px}.profile-page .wearing-scroll::-webkit-scrollbar-track{background:var(--border);border-radius:4px}.profile-page .wearing-scroll::-webkit-scrollbar-thumb{background:#06d6a0;border-radius:4px}.profile-page .wearing-card{flex-shrink:0;width:110px;text-align:center;scroll-snap-align:start}.profile-page .wearing-card img{width:110px;height:110px;object-fit:contain;border-radius:10px;background:#1a2236;border:1px solid var(--border)}.profile-page .wearing-card__placeholder{width:110px;height:110px;display:flex;align-items:center;justify-content:center;font-size:2rem;border-radius:10px;background:#1a2236;border:1px solid var(--border)}.profile-page .wearing-card__name{display:block;font-size:.68rem;color:var(--text-dim);margin-top:.35rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .games-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.profile-page .games-grid{grid-template-columns:1fr 1fr}}.profile-page .game-card{display:flex;gap:.75rem;background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:.75rem;text-decoration:none;color:var(--text);transition:all .2s}.profile-page .game-card:hover{border-color:#06d6a04d;box-shadow:0 4px 16px #06d6a01a;transform:translateY(-2px)}.profile-page .game-card__img{width:70px;height:70px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#1a2236}.profile-page .game-card__placeholder{width:70px;height:70px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;border-radius:8px;background:#1a2236;flex-shrink:0}.profile-page .game-card__body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.profile-page .game-card__name{font-family:var(--font-display);font-size:.82rem;font-weight:700;line-height:1.25;margin-bottom:.35rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .game-card__stats{display:flex;gap:.65rem;font-size:.7rem;color:var(--text-dim)}.profile-page .game-card__stats span{display:inline-flex;align-items:center;gap:.2rem;white-space:nowrap}.profile-page .result__cta{display:block;width:100%;text-align:center;font-family:var(--font-display);font-size:.95rem;font-weight:700;padding:.85rem;background:#06d6a0;color:#0a0e1a;border-radius:10px;text-decoration:none;transition:all .2s;margin-top:1.25rem}.profile-page .result__cta:hover{background:#05c493;box-shadow:0 0 20px #06d6a04d}.profile-page .seo{margin-bottom:2rem}.profile-page .seo__h2{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:.75rem;padding-left:.85rem;border-left:3px solid #06d6a0}.profile-page .seo p{color:var(--text-dim);font-size:.92rem;line-height:1.7;margin-bottom:.75rem}.profile-page .seo strong{color:var(--text)}.profile-page .info-grid{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:.75rem}@media(min-width:640px){.profile-page .info-grid{grid-template-columns:1fr 1fr}}.profile-page .info-item{display:flex;gap:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:.85rem}.profile-page .info-item__icon{font-size:1.3rem;flex-shrink:0;margin-top:.1rem}.profile-page .info-item strong{display:block;font-size:.85rem;color:var(--text);margin-bottom:.2rem}.profile-page .info-item p{font-size:.78rem;color:var(--text-dim);line-height:1.5;margin:0}
