.profile-page{background:var(--bg);-webkit-overflow-scrolling:touch;min-height:100dvh;margin:0;padding:0 0 80px;position:relative;overflow:hidden auto}.profile-page>.profile-bg{top:0}.profile-page>.profile-top-nav:first-of-type{margin-top:0}.profile-top-nav{z-index:100;padding:16px 24px;padding-top:max(16px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0a1ef2;border-bottom:1px solid #a87fff1a;margin:0;position:sticky;top:0;left:0;right:0}@media (max-width:600px){.profile-top-nav{padding:12px 16px;padding-top:max(12px, env(safe-area-inset-top))}}.profile-back-btn{color:var(--text);background:#a87fff1a;border:1px solid #a87fff33;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.profile-back-btn:hover{background:#a87fff33;border-color:#a87fff66;transform:translate(-4px)}.profile-back-btn i{font-size:.85rem;transition:transform .3s}.profile-back-btn:hover i{transform:translate(-3px)}.profile-bg{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.profile-glow{filter:blur(100px);opacity:.5;border-radius:50%;animation:8s ease-in-out infinite profile-glow-pulse;position:absolute}.profile-glow-1{background:radial-gradient(circle,#a87fff66 0%,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-200px;right:-150px}.profile-glow-2{background:radial-gradient(circle,#ffb6c159 0%,#0000 70%);width:500px;height:500px;animation-delay:2s;bottom:-100px;left:-150px}.profile-glow-3{background:radial-gradient(circle,#00cccc40 0%,#0000 70%);width:400px;height:400px;animation-delay:4s;top:40%;left:30%}@keyframes profile-glow-pulse{0%,to{opacity:.4;transform:scale(1)translate(0)}50%{opacity:.6;transform:scale(1.15)translate(10px,-10px)}}.profile-grid{background-image:linear-gradient(#a87fff08 1px,#0000 1px),linear-gradient(90deg,#a87fff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 0%,#0000 80%);mask-image:radial-gradient(#000 0%,#0000 80%)}.profile-petals{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.profile-petal{background:linear-gradient(135deg,#ffb6c180 0%,#ffdae94d 100%);border-radius:50% 0 50% 50%;animation:linear infinite profile-petal-fall;position:absolute;top:-30px;box-shadow:0 2px 6px #ffb6c133}@keyframes profile-petal-fall{0%{opacity:0;transform:translateY(-10px)rotate(0)translate(0)}10%{opacity:.5}90%{opacity:.5}to{opacity:0;transform:translateY(110vh)rotate(720deg)translate(100px)}}.profile-page.profile-loading{color:var(--text2);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.profile-spinner{border:3px solid #a87fff33;border-top-color:var(--purple);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}.profile-header{z-index:2;margin-bottom:24px;padding:60px 24px 40px;position:relative}.profile-header-bg{pointer-events:none;background:linear-gradient(#a87fff1a 0%,#0000 100%);position:absolute;inset:0}.profile-header-content{z-index:1;flex-direction:column;align-items:center;gap:20px;max-width:800px;margin:0 auto;display:flex;position:relative}.profile-avatar-section{justify-content:center;display:flex}.profile-avatar-wrapper{position:relative}.profile-avatar-img{object-fit:cover;border:4px solid #a87fff4d;border-radius:24px;width:120px;height:120px;box-shadow:0 20px 50px #6544ff40}.profile-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#6544ff66,#00cccc4d);border:4px solid #a87fff4d;border-radius:24px;justify-content:center;align-items:center;width:120px;height:120px;font-size:3rem;display:flex;box-shadow:0 20px 50px #6544ff40}.profile-avatar-edit{background:linear-gradient(135deg, var(--purple), var(--cyan));border:4px solid var(--bg);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;transition:all .2s;display:flex;position:absolute;bottom:-8px;right:-8px}.profile-avatar-edit:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 20px #a87fff66}.profile-avatar-edit:disabled{opacity:.6;cursor:not-allowed}.profile-user-info{text-align:center}.profile-username{color:var(--text);background:linear-gradient(90deg, var(--text), var(--purple2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:2rem;font-weight:700}.profile-email{color:var(--text3);margin:0 0 16px;font-size:.95rem}.profile-role-badge{background:#0000004d;border:2px solid;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.profile-role-badge i{font-size:.8rem}.profile-stats-row{gap:40px;margin-top:10px;display:flex}.profile-stat-item{flex-direction:column;align-items:center;gap:4px;display:flex}.profile-stat-value{color:var(--text);font-size:1.8rem;font-weight:700}.profile-stat-label{color:var(--text3);font-size:.8rem}.profile-content{z-index:2;max-width:700px;margin:0 auto;padding:0 24px 40px;position:relative}.profile-message{border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 18px;font-size:.9rem;animation:.3s profile-slideIn;display:flex}@keyframes profile-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-message.success{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.profile-message.error{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.profile-section{background:#a87fff0a;border:1px solid #a87fff1f;border-radius:18px;margin-bottom:20px;padding:24px}.profile-section h2{color:var(--text);border-bottom:1px solid #a87fff1a;align-items:center;gap:10px;margin:0 0 20px;padding-bottom:14px;font-size:1.1rem;font-weight:600;display:flex}.profile-section h2 i{color:var(--purple);font-size:1rem}.profile-form-group{margin-bottom:16px}.profile-form-group label{color:var(--text3);margin-bottom:8px;font-size:.85rem;font-weight:500;display:block}.profile-input{width:100%;color:var(--text);box-sizing:border-box;background:#00000059;border:1px solid #a87fff26;border-radius:12px;outline:none;padding:14px 16px;font-size:.95rem;transition:all .2s}.profile-input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #a87fff1f}.profile-input::placeholder{color:var(--text4)}.profile-btn-group{flex-wrap:wrap;gap:12px;display:flex}.profile-btn-group .profile-btn{flex:1;min-width:180px}@media (max-width:600px){.profile-btn-group{flex-direction:column}.profile-btn-group .profile-btn{width:100%}}select.profile-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238b7cc8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.profile-info-row{border-bottom:1px solid #a87fff14;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.profile-info-row:last-child{border-bottom:none}.profile-info-label{color:var(--text3);font-size:.9rem}.profile-info-value{color:var(--text);font-size:.9rem;font-weight:500}.profile-info-value.profile-id{color:var(--text3);text-overflow:ellipsis;max-width:200px;font-family:monospace;font-size:.75rem;overflow:hidden}.profile-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.profile-btn.primary{background:linear-gradient(135deg, var(--purple), var(--purple2));color:#fff;width:100%}.profile-btn.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #a87fff4d}.profile-btn.secondary{width:100%;color:var(--text);background:#a87fff1a;border:1px solid #a87fff33}.profile-btn.secondary:hover:not(:disabled){background:#a87fff26;transform:translateY(-2px)}.profile-btn.danger{color:#ef4444;background:#ef44441a;border:1px solid #ef444440}.profile-btn.danger:hover{background:#ef44442e;transform:translateY(-2px)}.profile-btn.outline{color:var(--text2);background:0 0;border:1px solid #a87fff33}.profile-btn.outline:hover{color:var(--text);background:#a87fff14}.profile-btn:disabled{opacity:.6;cursor:not-allowed}.profile-btn i.fa-spinner{animation:.8s linear infinite profile-spin}.profile-actions{gap:12px;margin-top:30px;display:flex}.profile-actions .profile-btn{flex:1}@media (max-width:640px){.profile-header{padding:40px 16px 30px}.profile-avatar-img,.profile-avatar-placeholder{width:100px;height:100px;font-size:2.5rem}.profile-avatar-edit{width:36px;height:36px;font-size:.9rem}.profile-username{font-size:1.5rem}.profile-stats-row{gap:30px}.profile-stat-value{font-size:1.5rem}.profile-content{padding:0 16px 30px}.profile-section{padding:20px}.profile-actions{flex-direction:column}.profile-info-value.profile-id{max-width:120px}}.profile-toast{z-index:9999;border-radius:12px;align-items:center;gap:12px;max-width:calc(100vw - 48px);padding:16px 20px;font-size:.9rem;font-weight:500;animation:.3s toast-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #0000004d}@keyframes toast-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-toast.success{color:#22c55e;background:linear-gradient(135deg,#22c55e26,#22c55e1a);border:1px solid #22c55e66}.profile-toast.error{color:#ef4444;background:linear-gradient(135deg,#ef444426,#ef44441a);border:1px solid #ef444466}.profile-toast i:first-child{font-size:1.1rem}.profile-toast span{flex:1}.profile-toast-close{color:inherit;opacity:.7;cursor:pointer;background:0 0;border:none;padding:4px;transition:opacity .2s}.profile-toast-close:hover{opacity:1}@media (max-width:600px){.profile-toast{bottom:16px;left:16px;right:16px}}.avatar-with-hat{cursor:pointer;display:inline-block;position:relative}.avatar-with-hat .avatar-img{object-fit:cover;border-radius:20%}.avatar-with-hat .avatar-placeholder{color:#fff;background:linear-gradient(135deg,#6544ff80,#0cc6);border-radius:20%;justify-content:center;align-items:center;font-weight:600;display:flex}.avatar-with-hat .avatar-hat-img{pointer-events:none;z-index:10;object-fit:contain;position:absolute}.hat-selector{margin-top:16px}.hat-selector-title{color:var(--text2);align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;display:flex}.hat-selector-grid{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.hat-option{aspect-ratio:1;cursor:pointer;background:#0000004d;border:2px solid #a87fff26;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;overflow:hidden}.hat-option:hover{background:#a87fff1a;border-color:#a87fff66}.hat-option.selected{border-color:var(--purple);background:#a87fff33;box-shadow:0 0 15px #a87fff4d}.hat-option .hat-preview{object-fit:contain;width:80%;height:80%}.hat-option.no-hat{color:var(--text3);font-size:1.2rem}.hat-option.no-hat i{opacity:.5}@media (max-width:500px){.hat-selector-grid{grid-template-columns:repeat(4,1fr)}}.profile-not-found{text-align:center;min-height:60vh;color:var(--text2);flex-direction:column;justify-content:center;align-items:center;display:flex}.profile-not-found i{color:var(--text4);margin-bottom:20px;font-size:4rem}.profile-not-found h2{color:var(--text);margin-bottom:8px;font-size:1.5rem}.profile-not-found p{color:var(--text3)}.profile-social-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.profile-social-btn{cursor:pointer;color:var(--text);background:#a87fff1a;border:1px solid #a87fff4d;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.profile-social-btn:hover:not(:disabled){background:#a87fff33;transform:translateY(-2px)}.profile-social-btn:disabled{opacity:.6;cursor:not-allowed}.profile-social-btn.following{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.profile-social-btn.following:hover{background:#ef444433}.profile-social-btn.friend-btn.friends{color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.profile-social-btn.friend-btn.pending_sent{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}.profile-social-btn.friend-btn.pending_received{color:#3b82f6;background:#3b82f61a;border-color:#3b82f64d}.profile-login-prompt{margin-top:20px}.profile-main-avatar .avatar-img,.profile-main-avatar .avatar-placeholder{border:4px solid #a87fff4d;box-shadow:0 20px 50px #6544ff40;border-radius:24px!important}@media (max-width:500px){.profile-social-actions{flex-direction:column;width:100%;padding:0 20px}.profile-social-btn{justify-content:center;width:100%}}.users-search-container{z-index:2;max-width:800px;margin:0 auto;padding:40px 24px;position:relative}.users-search-header{text-align:center;margin-bottom:32px}.users-search-header h1{color:var(--text);justify-content:center;align-items:center;gap:12px;margin-bottom:8px;font-size:2rem;font-weight:700;display:flex}.users-search-header h1 i{color:var(--purple)}.users-search-header p{color:var(--text3);font-size:1rem}.users-search-box{gap:12px;margin-bottom:32px;display:flex}.users-search-input-wrap{flex:1;position:relative}.users-search-input-wrap i{color:var(--text4);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.users-search-input{width:100%;color:var(--text);background:#00000059;border:1px solid #a87fff26;border-radius:14px;outline:none;padding:16px 16px 16px 48px;font-size:1rem;transition:all .2s}.users-search-input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #a87fff1f}.users-search-btn{background:linear-gradient(135deg, var(--purple), var(--purple2));color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:16px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.users-search-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #a87fff4d}.users-search-btn:disabled{opacity:.6;cursor:not-allowed}.users-search-results{min-height:200px}.users-loading,.users-empty{color:var(--text3);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.users-empty i{color:var(--text4);margin-bottom:16px;font-size:3rem}.users-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.user-card{background:#a87fff0a;border:1px solid #a87fff1f;border-radius:16px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.user-card:hover{background:#a87fff14;border-color:#a87fff40;transform:translateY(-3px)}.user-card-info{flex-direction:column;gap:4px;display:flex}.user-card-name{color:var(--text);font-size:1.1rem;font-weight:600}.user-card-date{color:var(--text3);font-size:.8rem}.profile-stat-item.clickable{cursor:pointer;text-decoration:none;transition:all .2s}.profile-stat-item.clickable:hover{background:#a87fff1a;border-radius:12px;transform:translateY(-2px)}.users-section-title{color:var(--text2);border-bottom:1px solid #a87fff1a;margin-bottom:16px;padding-bottom:8px;font-size:1rem}.friends-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.friends-tab{color:var(--text2);cursor:pointer;background:#0000004d;border:1px solid #a87fff26;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.friends-tab:hover{background:#a87fff1a;border-color:#a87fff4d}.friends-tab.active{border-color:var(--purple);color:var(--text);background:#a87fff26}.user-card-with-actions{background:#a87fff0a;border:1px solid #a87fff1f;border-radius:16px;align-items:center;gap:12px;padding-right:16px;transition:all .3s;display:flex}.user-card-with-actions:hover{background:#a87fff14;border-color:#a87fff40}.user-card-with-actions .user-card{background:0 0;border:none;flex:1;padding:16px}.user-card-with-actions .user-card:hover{background:0 0;transform:none}.user-card-actions{gap:8px;display:flex}.user-action-btn{width:36px;height:36px;color:var(--text2);cursor:pointer;background:#0000004d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.user-action-btn:hover{transform:scale(1.1)}.user-action-btn.success{color:#22c55e;border-color:#22c55e4d}.user-action-btn.success:hover{background:#22c55e33}.user-action-btn.danger{color:#ef4444;border-color:#ef44444d}.user-action-btn.danger:hover{background:#ef444433}@media (max-width:600px){.users-search-box{flex-direction:column}.users-search-btn{justify-content:center;width:100%}.users-grid{grid-template-columns:1fr}.friends-tabs{flex-direction:column}.friends-tab{justify-content:center}}.profile-tags{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.profile-tag{background:#0000004d;border:1px solid;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.profile-tag i{font-size:.7rem}.tag-selector{margin-top:16px}.tag-selector-title{color:var(--text2);align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;display:flex}.tag-selector-grid{flex-wrap:wrap;gap:10px;display:flex}.tag-option{cursor:pointer;color:var(--text2);background:#0000004d;border:2px solid #a87fff26;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;transition:all .2s;display:flex}.tag-option:hover{background:#a87fff1a;border-color:#a87fff66}.tag-option.selected{border-color:var(--purple);color:var(--text);background:#a87fff33}.tag-option i{font-size:.8rem}.user-card-tags{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.user-card-tag{background:#0006;border:1px solid;border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.user-card-tag i{font-size:.55rem}.profile-main-actions{justify-content:center;gap:16px;max-width:500px;margin:32px auto 24px;padding:0 20px;display:flex}.profile-btn.large{flex:1;padding:16px 32px;font-size:1rem}.profile-info-card{background:#a87fff0d;border:1px solid #a87fff1f;border-radius:16px;max-width:500px;margin:0 auto 40px;padding:20px 24px}.profile-info-card .profile-info-row{border-bottom:1px solid #a87fff14;padding:12px 0}.profile-info-card .profile-info-row:last-child{border-bottom:none}.profile-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-modal{background:var(--bg);border:1px solid #a87fff33;border-radius:20px;flex-direction:column;width:100%;max-width:920px;max-height:90vh;animation:.3s slideUp;display:flex;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-modal-header{background:#a87fff14;border-bottom:1px solid #a87fff26;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.profile-modal-header h2{color:var(--text);align-items:center;gap:10px;margin:0;font-size:1.25rem;font-weight:600;display:flex}.profile-modal-header h2 i{color:var(--purple)}.profile-modal-close{width:36px;height:36px;color:var(--text2);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.profile-modal-close:hover{color:var(--text);background:#ffffff1a}.profile-modal-content{flex:1;padding:24px;overflow-y:auto}.profile-modal-content .profile-section{border-bottom:1px solid #a87fff1a;margin-bottom:28px;padding-bottom:24px}.profile-modal-content .profile-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-modal-content h3{color:var(--text);align-items:center;gap:8px;margin-bottom:16px;font-size:1rem;font-weight:600;display:flex}.profile-modal-content h3 i{color:var(--purple);font-size:.9rem}.avatar-upload-row{align-items:center;gap:16px;display:flex}.avatar-upload-row .avatar-with-hat .avatar-img,.avatar-upload-row .avatar-with-hat .avatar-placeholder{border-radius:50%!important}@media (max-width:600px){.profile-main-actions{flex-direction:column}.profile-modal{max-height:85vh}.profile-modal-content{padding:16px}.avatar-upload-row{flex-direction:column;align-items:flex-start}}.decoration-selector{margin-top:20px}.decoration-selector label{color:var(--text2);margin-bottom:12px;font-size:.9rem;display:block}.decoration-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:10px;display:grid}.decoration-option{cursor:pointer;background:#0000004d;border:2px solid #a87fff26;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.decoration-option:hover{background:#a87fff1a;border-color:#a87fff66;transform:scale(1.05)}.decoration-option.selected{border-color:var(--purple);background:#a87fff33;box-shadow:0 0 12px #a87fff4d}.decoration-option i{color:var(--text2);font-size:1.2rem}.decoration-option svg{filter:drop-shadow(0 2px 4px #0000004d)}.avatar-with-frame{position:relative}.avatar-frame-border{transition:box-shadow .3s}.avatar-with-frame:hover .avatar-frame-border{box-shadow:0 0 20px var(--glow-color,#a87fff80)}.frame-ear,.frame-halo,.frame-crown,.frame-heart,.frame-star,.frame-petal,.frame-flame{pointer-events:none;z-index:2}@keyframes flicker{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:.8;transform:scale(1.1)translateY(-2px)}}.frame-flame{animation:.5s ease-in-out infinite alternate flicker}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.frame-star{animation:1.5s ease-in-out infinite twinkle}.frame-star:nth-child(2){animation-delay:.2s}.frame-star:nth-child(3){animation-delay:.4s}.frame-star:nth-child(4){animation-delay:.6s}.frame-star:nth-child(5){animation-delay:.8s}@keyframes haloGlow{0%,to{opacity:1;filter:drop-shadow(0 0 8px)}50%{opacity:.8;filter:drop-shadow(0 0 12px)}}.frame-halo{animation:2s ease-in-out infinite haloGlow}@keyframes cyberPulse{0%,to{opacity:1}50%{opacity:.5}}.frame-cyber-line{animation:1s ease-in-out infinite cyberPulse}@keyframes sakuraFloat{0%,to{transform:rotate(var(--rotate,0deg)) translateY(0)}50%{transform:rotate(var(--rotate,0deg)) translateY(-3px)}}.frame-petal{animation:3s ease-in-out infinite sakuraFloat}.frame-petal:first-child{animation-delay:0s}.frame-petal:nth-child(2){animation-delay:.5s}.frame-petal:nth-child(3){animation-delay:1s}.frame-petal:nth-child(4){animation-delay:1.5s}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.frame-heart{animation:1s ease-in-out infinite heartPulse}.frame-heart:first-child{animation-delay:0s}.frame-heart:nth-child(2){animation-delay:.3s}.frame-heart:nth-child(3){animation-delay:.6s}@media (max-width:768px){.profile-page{padding-bottom:100px}.profile-header{min-height:auto;padding:20px 16px}.profile-header-content{text-align:center;flex-direction:column;gap:16px}.profile-avatar-section{margin-bottom:10px}.profile-info h1{font-size:1.4rem}.profile-stats-row{flex-wrap:wrap;justify-content:center;gap:12px}.profile-stat-item{min-width:70px;padding:10px 12px}.profile-stat-value{font-size:1.1rem}.profile-stat-label{font-size:.65rem}.profile-main-actions{flex-direction:column;gap:12px;padding:0 16px}.profile-btn.large{padding:14px 20px;font-size:.9rem}.profile-info-card{margin:0 16px 30px;padding:16px}.profile-modal-overlay{align-items:flex-end;padding:10px}.profile-modal{border-radius:20px 20px 0 0;max-height:90dvh}.profile-modal-header,.profile-modal-content{padding:16px}.profile-section{margin-bottom:20px;padding:16px}.users-search-container{padding:0 16px}.users-grid{grid-template-columns:1fr;gap:12px}.friends-tabs{flex-wrap:wrap;gap:8px}.friends-tab{flex:1;min-width:100px;padding:10px 12px;font-size:.8rem}}@media (max-width:400px){.profile-header{padding:16px 12px}.profile-info h1{font-size:1.2rem}.profile-stat-item{min-width:60px;padding:8px 10px}.profile-stat-value{font-size:1rem}.profile-btn{padding:10px 14px;font-size:.85rem}.decoration-grid{grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:8px}.decoration-option{width:45px;height:45px}}
