.profile-page{background:linear-gradient(#0a1628 0%,#134e6f 50%,#1a7a9e 100%);min-height:100vh;position:relative;overflow:hidden auto}.ocean-bg{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.ocean-bg .wave{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath fill='rgba(255,255,255,0.08)' d='M0,60 C300,120 600,0 900,60 C1200,120 1200,120 1200,120 L0,120 Z'/%3E%3C/svg%3E") repeat-x;width:200%;height:200px;animation:15s linear infinite wave-move;position:absolute;bottom:0;left:0}.ocean-bg .wave-1{opacity:.6;animation-duration:12s;bottom:0}.ocean-bg .wave-2{opacity:.4;animation-duration:18s;animation-direction:reverse;bottom:30px}.ocean-bg .wave-3{opacity:.2;animation-duration:24s;bottom:60px}@keyframes wave-move{0%{transform:translate(0)}to{transform:translate(-50%)}}.profile-nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a1628e6;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:#fff;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.nav-logo .logo-icon{font-size:1.5rem}.nav-logo .logo-accent{background:linear-gradient(135deg,#ff6b9d 0%,#ff9f43 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:#ffffffb3;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#fff}.nav-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.nav-btn:hover{background:#ff6b9d4d;border-color:#ff6b9d}.nav-btn-theme{justify-content:center;align-items:center;padding:.5rem .65rem;font-size:1.1rem;line-height:1;display:flex}.nav-btn-theme .theme-icon{display:block}.profile-container{z-index:1;max-width:600px;margin:0 auto;padding:100px 1.5rem 3rem;position:relative}.loading-state{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.loading-spinner{border:3px solid #fff3;border-top-color:#06b6d4;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-required{justify-content:center;align-items:center;min-height:400px;display:flex}.auth-card{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;padding:3rem}.auth-icon{margin-bottom:1rem;font-size:4rem;display:block}.auth-card h2{color:#fff;margin-bottom:.5rem}.auth-card p{color:#fff9;margin-bottom:1.5rem}.profile-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;animation:.5s ease-out card-enter;overflow:hidden;box-shadow:0 25px 50px #0000004d}@keyframes card-enter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-picture-section{background:linear-gradient(#06b6d433 0%,#0000 100%);flex-direction:column;align-items:center;padding:2rem;display:flex}.profile-picture-container{cursor:pointer;clip-path:circle(50%);border-radius:50%;width:150px;height:150px;position:relative;overflow:hidden}.profile-picture{object-fit:cover;background:#ffffff1a;border:4px solid #fff3;border-radius:50%;width:100%;height:100%;transition:border-color .3s}.profile-picture-overlay{opacity:0;background:#0009;flex-direction:column;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.profile-picture-container:hover .profile-picture-overlay{opacity:1}.profile-picture-container:hover .profile-picture{border-color:#06b6d4}.overlay-icon{margin-bottom:.25rem;font-size:1.5rem}.overlay-text{color:#fff;font-size:.8rem;font-weight:500}.picture-hint{color:#ffffff80;margin-top:1rem;font-size:.85rem}.default-pics-section{width:100%;max-width:420px;margin-top:1.5rem}.default-pics-title{color:#ffffffb3;text-align:center;margin-bottom:1rem;font-size:.9rem}.default-pics-grid{box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;grid-template-columns:repeat(6,50px);justify-content:center;gap:10px;padding:18px 22px;display:grid}.default-pic-btn{aspect-ratio:1;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;width:100%;padding:0;transition:all .3s;position:relative;overflow:visible}.default-pic-btn img{object-fit:cover;clip-path:circle(50%);background:#ffffff1a;border-radius:50%;width:100%;height:100%;transition:transform .3s}.default-pic-btn:hover{z-index:1;border-color:#06b6d499;transform:scale(1.08)}.default-pic-btn:hover img{transform:scale(1.05)}.default-pic-btn.selected{border-color:#ff6b9d;box-shadow:0 0 0 3px #ff6b9d4d}.default-pic-btn.selected:after{content:"✓";color:#fff;z-index:2;background:linear-gradient(135deg,#ff6b9d 0%,#ff9f43 100%);border:2px solid #0d2137e6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:-4px;right:-4px}.profile-info-section{padding:2rem}.profile-header{text-align:center;margin-bottom:1.5rem}.profile-name{color:#fff;margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.profile-email{color:#ffffff80;font-size:.95rem}.social-stats{background:#ffffff0d;border-radius:16px;justify-content:center;align-items:center;gap:0;margin-bottom:1.5rem;padding:1rem;display:flex}.social-stat-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:.75rem 1rem;transition:all .3s;display:flex}.social-stat-btn:hover{background:#ffffff1a}.social-stat-value{color:#ff6b9d;font-size:1.5rem;font-weight:700}.social-stat-label{color:#fff9;font-size:.85rem}.social-stat-divider{background:#ffffff1a;width:1px;height:40px}.profile-stats{background:#ffffff0d;border-radius:16px;justify-content:center;gap:2rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.stat-item{text-align:center}.stat-value{color:#06b6d4;font-size:1.5rem;font-weight:700;display:block}.stat-label{color:#fff9;font-size:.85rem}.game-scores-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:1.5rem;padding:1.25rem}.game-scores-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.game-scores-title{color:#fff;font-size:1rem;font-weight:700}.game-scores-play-link{color:#06b6d4;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.game-scores-play-link:hover{color:#22d3ee}.game-scores-grid{flex-direction:column;gap:.75rem;display:flex}.game-scores-empty{text-align:center;color:#ffffff80;padding:1.5rem 1rem}.game-scores-empty .empty-icon{margin-bottom:.5rem;font-size:2rem;display:block}.game-scores-empty p{margin-bottom:.75rem;font-size:.9rem}.game-scores-empty .btn-sm{padding:.5rem 1.25rem;font-size:.85rem}.game-score-card{border-left:3px solid var(--card-accent,#06b6d4);background:#ffffff0a;border-radius:12px;padding:.875rem}.gsc-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.gsc-icon{font-size:1.5rem}.gsc-name{color:#fff;margin:0;font-size:.9rem;font-weight:600}.gsc-played{color:#ffffff73;font-size:.75rem}.gsc-high{color:var(--card-accent,#06b6d4);margin-left:auto;font-family:JetBrains Mono,monospace;font-size:1.4rem;font-weight:800}.gsc-scores{margin:0;padding:0;list-style:none}.gsc-score-row{border-top:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.35rem 0;display:flex}.gsc-medal{text-align:center;width:24px;font-size:.9rem}.gsc-score-val{color:#ffffffd9;flex:1;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600}.gsc-date{color:#ffffff59;font-size:.75rem}.profile-form,.form-group{margin-bottom:1.5rem}.form-group label{color:#ffffffe6;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.label-hint{color:#ffffff80;font-size:.8rem;font-weight:400}.input-hint{color:#fff6;margin-top:.4rem;font-size:.75rem;display:block}.form-group input,.form-group textarea{color:#fff;resize:none;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{background:#ffffff1f;border-color:#06b6d4;outline:none;box-shadow:0 0 0 3px #06b6d433}.bio-counter-wrapper{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.bio-counter{color:#fff9;text-align:right;min-width:30px;font-size:1rem;font-weight:700;transition:color .3s}.bio-counter.warning{color:#22c55e}.bio-counter.exact{color:#ffffff80}.bio-counter.exceeded{color:#ef4444}.bio-counter-label{color:#fff6;font-size:.8rem}.topics-selection{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.topic-chip{cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem .875rem;font-family:inherit;transition:all .3s;display:inline-flex}.topic-chip:hover{background:#ffffff1f;border-color:#ffffff40}.topic-chip.selected{background:linear-gradient(135deg,#ff6b9d4d 0%,#ff9f434d 100%);border-color:#ff6b9d}.topic-chip.disabled{opacity:.4;cursor:not-allowed}.topic-chip.disabled:hover{background:#ffffff14;border-color:#ffffff26}.topic-icon{font-size:1rem}.topic-name{color:#fff;font-size:.85rem;font-weight:500}.topics-counter{color:#ffffff80;margin-top:.75rem;font-size:.8rem}#topicsCount{color:#ff6b9d;font-weight:600}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#06b6d4 0%,#8b5cf6 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #06b6d466}.btn-full{width:100%}.btn-loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.member-since{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:1rem;font-size:.9rem}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.social-modal{background:#0d2137fa;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:400px;max-height:80vh;animation:.3s ease-out modal-slide-up;overflow:hidden}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.modal-close{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex}.modal-close:hover{color:#fff;background:#ffffff26}.modal-tabs{border-bottom:1px solid #ffffff1a;display:flex}.modal-tab{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex:1;padding:1rem;font-size:.9rem;font-weight:500;transition:all .3s;position:relative}.modal-tab:hover{color:#fffc}.modal-tab.active{color:#fff}.modal-tab.active:after{content:"";background:linear-gradient(135deg,#ff6b9d 0%,#ff9f43 100%);height:2px;position:absolute;bottom:0;left:0;right:0}.modal-content{max-height:400px;overflow-y:auto}.user-list{padding:.5rem}.user-list-item{border-radius:12px;align-items:center;gap:1rem;padding:.875rem 1rem;transition:background .2s;display:flex}.user-list-item:hover{background:#ffffff0d}.user-list-link{min-width:0;color:inherit;flex:1;align-items:center;gap:1rem;text-decoration:none;display:flex}.user-list-avatar{object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;width:44px;height:44px}.user-list-info{flex:1;min-width:0}.user-list-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.user-list-username{color:#ffffff80;font-size:.8rem}.follow-btn{cursor:pointer;border-radius:100px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .3s}.follow-btn.follow{color:#fff;background:linear-gradient(135deg,#ff6b9d 0%,#ff9f43 100%);border:none}.follow-btn.follow:hover{transform:scale(1.05)}.follow-btn.unfollow{color:#fffc;background:0 0;border:1px solid #ffffff4d}.follow-btn.unfollow:hover{background:#ffffff1a}.user-list-empty{text-align:center;color:#ffffff80;padding:3rem}.user-list-empty .empty-icon{margin-bottom:.5rem;font-size:3rem;display:block}.toast-container{z-index:1000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#1e293bf2;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:.3s ease-out toast-enter;display:flex;box-shadow:0 10px 30px #0000004d}@keyframes toast-enter{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes toast-exit{to{opacity:0;transform:translate(100px)}}.toast-success{border-left:3px solid #22c55e}.toast-error{border-left:3px solid #ef4444}.toast-info{border-left:3px solid #06b6d4}.toast-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:1.25rem}.hidden{display:none!important}@media (max-width:480px){.profile-nav{padding:1rem}.nav-links a:not(:last-child){display:none}.profile-container{padding:80px 1rem 2rem}.profile-picture-container{width:120px;height:120px}.profile-stats{gap:1rem;padding:1rem}.stat-value{font-size:1.25rem}.social-stats{flex-direction:row}.social-stat-divider{width:1px;height:30px}.topic-chip{padding:.4rem .7rem}.topic-name{font-size:.8rem}}.profile-picture-container.public-view{cursor:default}.profile-picture-container.public-view:hover .profile-picture{border-color:#fff3}.public-bio{text-align:center;color:var(--text-secondary,#fff9);max-width:400px;margin:0 auto;padding:0 1rem .5rem;font-size:.95rem;line-height:1.5}.public-follow-section{justify-content:center;align-items:center;gap:12px;padding:1rem 0 .5rem;display:flex}.public-follow-btn{border-radius:999px;min-width:120px;padding:.6rem 1.6rem;font-weight:600;transition:all .2s}.public-follow-btn.following{background:var(--bg-tertiary,#ffffff1a);color:var(--text-primary,#fff);border:1px solid var(--border-color,#ffffff26)}.public-follow-btn.following:hover{color:#ef4444;background:#ef444426;border-color:#ef4444}.public-message-btn{border-radius:999px;padding:.6rem 1.4rem;font-size:.9rem;transition:all .2s}.public-message-btn:disabled{opacity:.6;cursor:not-allowed}.public-topics{flex-wrap:wrap;justify-content:center;gap:8px;padding:.75rem 1rem;display:flex}.public-topic-chip{background:var(--bg-tertiary,#ffffff0f);color:var(--text-secondary,#ffffffb3);border:1px solid var(--border-color,#ffffff1a);border-radius:999px;align-items:center;gap:4px;padding:.35rem .75rem;font-size:.8rem;display:inline-flex}html[data-theme=light] .public-bio{color:#475569}html[data-theme=light] .public-topic-chip{color:#334155;background:#f1f5f9;border-color:#e2e8f0}html[data-theme=light] .profile-page{background:linear-gradient(#e8f4f8 0%,#b8d8e8 50%,#9bc8db 100%)}html[data-theme=light] .ocean-bg .wave{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath fill='rgba(0,0,0,0.04)' d='M0,60 C300,120 600,0 900,60 C1200,120 1200,120 1200,120 L0,120 Z'/%3E%3C/svg%3E")}html[data-theme=light] .profile-nav{background:#ffffffd9;border-bottom:1px solid #00000014}html[data-theme=light] .nav-logo{color:#1e293b}html[data-theme=light] .nav-links a{color:#475569}html[data-theme=light] .nav-links a:hover{color:#1e293b}html[data-theme=light] .nav-btn{color:#334155;background:#0000000d;border:1px solid #0000001f}html[data-theme=light] .nav-btn:hover{color:#e11d48;background:#ff6b9d26;border-color:#ff6b9d}html[data-theme=light] .profile-card{background:#ffffffd9;border:1px solid #00000014;box-shadow:0 20px 40px #00000014}html[data-theme=light] .profile-picture-section{background:linear-gradient(#06b6d414 0%,#0000 100%)}html[data-theme=light] .profile-picture{background:#0000000a;border-color:#0000001f}html[data-theme=light] .picture-hint{color:#64748b}html[data-theme=light] .default-pics-title{color:#475569}html[data-theme=light] .default-pics-grid{background:#00000008;border-color:#00000014}html[data-theme=light] .default-pic-btn.selected:after{border-color:#ffffffe6}html[data-theme=light] .profile-name{color:#1e293b}html[data-theme=light] .profile-email{color:#64748b}html[data-theme=light] .social-stats{background:#00000008}html[data-theme=light] .social-stat-btn:hover{background:#0000000f}html[data-theme=light] .social-stat-label{color:#64748b}html[data-theme=light] .social-stat-divider{background:#00000014}html[data-theme=light] .profile-stats{background:#00000008}html[data-theme=light] .stat-label{color:#64748b}html[data-theme=light] .game-scores-section{background:#00000008;border-color:#00000014}html[data-theme=light] .game-scores-title{color:#1e293b}html[data-theme=light] .game-scores-empty,html[data-theme=light] .gsc-played,html[data-theme=light] .gsc-date{color:#94a3b8}html[data-theme=light] .gsc-score-val{color:#334155}html[data-theme=light] .gsc-score-row{border-top-color:#0000000f}html[data-theme=light] .form-group label{color:#334155}html[data-theme=light] .label-hint,html[data-theme=light] .input-hint{color:#94a3b8}html[data-theme=light] .form-group input,html[data-theme=light] .form-group textarea{color:#1e293b;background:#00000008;border-color:#0000001f}html[data-theme=light] .form-group input::placeholder,html[data-theme=light] .form-group textarea::placeholder{color:#94a3b8}html[data-theme=light] .form-group input:focus,html[data-theme=light] .form-group textarea:focus{background:#fff;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d426}html[data-theme=light] .bio-counter{color:#94a3b8}html[data-theme=light] .loading-state{color:#64748b}html[data-theme=light] .loading-spinner{border-color:#06b6d4 #0000001a #0000001a}html[data-theme=light] .overlay-text{color:#fff}.pref-toggle{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;transition:all .25s;display:flex}.pref-toggle:hover{background:#ffffff1a}.pref-toggle input[type=checkbox]{accent-color:#8b5cf6;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.pref-toggle-label{flex-direction:column;flex:1;gap:.2rem;display:flex}.pref-toggle-title{color:#fffffff2;font-size:.95rem;font-weight:600}.pref-toggle-desc{color:#ffffff8c;font-size:.82rem;line-height:1.4}html[data-theme=light] .pref-toggle{background:#00000008;border-color:#00000014}html[data-theme=light] .pref-toggle:hover{background:#0000000f}html[data-theme=light] .pref-toggle-title{color:#0f172a}html[data-theme=light] .pref-toggle-desc{color:#475569}
