html{scrollbar-width:none}::-webkit-scrollbar{display:none}.profile-bg-blur{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.profile-bg-blur img{object-fit:cover;filter:blur(40px)brightness(.5);width:100%;height:100%;transform:scale(1.1)}.profile-bg-overlay{background:linear-gradient(180deg, #080c1699 0%, var(--bg-color) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.profile-body{min-height:100vh;color:var(--text-main);background:0 0;flex-direction:column;align-items:center;display:flex}.profile-container{z-index:1;flex-direction:column;flex-grow:1;width:100%;max-width:680px;margin:0 auto;padding:0;display:flex;position:relative}.profile-content{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:24px;margin-top:2rem;padding-bottom:2rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.skeleton-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.skeleton-avatar{border-radius:50%;width:120px;height:120px;margin-bottom:1.5rem}.skeleton-name{border-radius:8px;width:60%;height:2rem;margin-bottom:.5rem}.skeleton-bio{border-radius:8px;width:80%;height:1rem;margin-bottom:2.5rem}.skeleton-links{flex-direction:column;gap:1rem;width:100%;display:flex}.skeleton-link{border-radius:12px;width:100%;height:60px}.skeleton-shimmer{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a 50%,#ffffff0a 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.profile-hero-section{flex-direction:column;width:100%;display:flex;position:relative}.profile-top-actions{z-index:2;box-sizing:border-box;justify-content:space-between;align-items:flex-end;width:100%;margin-top:calc(clamp(100px,30vw,130px)/-2);margin-bottom:1rem;padding:0 1rem;display:flex;position:relative}.action-icons{gap:.5rem;padding-bottom:.5rem;display:flex}.action-btn{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:clamp(38px,10vw,46px);height:clamp(38px,10vw,46px);transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 10px #00000026}.action-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.action-btn img{object-fit:contain;width:24px;height:24px}.hero-cover{background:linear-gradient(135deg, var(--primary-gold), #ff4e50);width:100%;height:180px;position:relative}.cover-image{object-fit:cover;width:100%;height:100%;display:block}.cover-gradient{background:linear-gradient(0deg, var(--glass-bg) 0%, transparent 100%);width:100%;height:50%;position:absolute;bottom:0;left:0}.profile-header{text-align:center;margin-bottom:1.2rem;padding:0 1.5rem}.avatar-wrapper{background:var(--glass-bg);border-radius:50%;flex-shrink:0;width:clamp(100px,30vw,130px);height:clamp(100px,30vw,130px);padding:4px;position:relative;box-shadow:0 10px 25px #0000004d}.profile-avatar{object-fit:cover;border:2px solid var(--bg-color);background:#111;border-radius:50%;width:100%;height:100%;display:block}.profile-name{font-size:clamp(2rem,9vw,2.4rem);font-family:var(--font-heading);letter-spacing:.01em;word-break:break-word;color:var(--text-main);justify-content:center;align-items:center;gap:4px;margin-bottom:.25rem;font-weight:800;line-height:1.08;display:flex}.verified-icon{object-fit:contain;flex-shrink:0;width:.6em;height:.6em;margin-top:.1em}.profile-username{color:var(--text-muted);margin-bottom:0;font-size:1rem;font-weight:500}.profile-category{color:var(--primary-gold);text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:1rem;font-size:.85rem;font-weight:600}.category-badge{color:var(--primary-gold);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;background:#d4af371a;border:1px solid #d4af374d;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;transition:all .3s}.category-badge:hover{background:#d4af3733;border-color:#d4af3780}.profile-bio{color:var(--text-main);white-space:pre-wrap;text-align:center;width:min(100% - 2rem,30rem);max-width:500px;margin:0 auto 2rem;font-size:1rem;font-weight:500;line-height:1.55}.profile-heading{width:min(100%,30rem);margin:0 auto;padding-inline:1rem}.profile-social{width:100%;max-width:546px;margin:0 auto 1.2rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.social-links{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:center;gap:.8rem;width:100%;margin:0;padding:0 1rem;display:flex;overflow-x:auto}.social-links::-webkit-scrollbar{display:none}.social-links.is-carousel{will-change:transform;justify-content:flex-start;width:max-content;animation:15s linear infinite scroll-carousel}.social-links.is-carousel:hover{animation-play-state:paused}@keyframes scroll-carousel{0%{transform:translate(0)}to{transform:translate(calc(-50% - .4rem))}}.social-link{border-radius:50%;flex:none;width:44px;height:44px;transition:transform .18s,filter .18s;overflow:hidden}.social-link:hover,.social-link:focus-visible{filter:brightness(1.1);outline:0;transform:translateY(-2px)scale(1.04)}.social-link img{object-fit:cover;width:100%;height:100%}.followers{color:var(--text-muted);justify-content:center;align-items:center;gap:.25rem;width:100%;margin:0 auto 1.5rem;font-size:.95rem;display:inline-flex}.followers strong{color:var(--text-main);font-weight:800}.gallery-preview{grid-template-columns:repeat(4,minmax(4.5rem,1fr));gap:.75rem;width:100%;max-width:500px;margin:.15rem auto .9rem;padding-inline:1rem;display:grid;overflow:hidden}.gallery-preview__item{aspect-ratio:4/5;background:linear-gradient(100deg, transparent 30%, #ffffff14 50%, transparent 70%), var(--glass-bg);box-shadow:inset 0 0 0 1px var(--glass-border);background-size:220% 100%;border-radius:16px;animation:1.8s linear infinite shimmer;overflow:hidden}.contact-card{width:100%;max-width:500px;margin:0 auto;padding:0 1rem;font-style:normal}.contact-card a{background:var(--glass-bg);min-height:3.65rem;color:var(--text-main);overflow-wrap:anywhere;border:1px solid var(--glass-border);border-radius:16px;justify-content:center;align-items:center;gap:.65rem;padding:.9rem 1rem;font-size:.96rem;font-weight:700;transition:background .18s,transform .18s;display:flex;box-shadow:0 .38rem .9rem #00000038}.contact-card a:hover{background:#ffffff1a;transform:translateY(-1px)}.profile-tabs{width:100%;max-width:500px;margin:0 auto;padding:1rem 1rem 0}.tab-list{border-bottom:1px solid var(--glass-border);justify-content:center;gap:1.5rem;margin-bottom:.9rem;padding-bottom:.5rem;display:flex}.tab{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;padding:.5rem 1rem;font-size:1.05rem;font-weight:750;transition:color .2s}.tab:hover{color:var(--text-main)}.tab.is-active{color:var(--text-main);position:relative}.tab.is-active:after{background:var(--text-main);content:"";border-radius:999px;height:2px;position:absolute;bottom:-.6rem;left:0;right:0}.placeholder-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;gap:.8rem;padding:1rem;display:grid;box-shadow:0 .38rem .9rem #00000038}.placeholder-card__header{align-items:center;gap:.75rem;display:flex}.placeholder-avatar,.placeholder-lines span,.placeholder-line{background-color:#ffffff0d;background-image:linear-gradient(100deg,#0000 30%,#ffffff17 50%,#0000 70%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:220% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:1.8s linear infinite shimmer;display:block}.placeholder-avatar{border-radius:50%;flex:none;width:4rem;height:4rem}.placeholder-lines{gap:.45rem;width:100%;display:grid}.placeholder-lines span,.placeholder-line{border-radius:999px;height:.72rem}.placeholder-lines span:first-child{width:60%}.placeholder-lines span:last-child{width:40%}.placeholder-line.short{width:82%}.profile-links{margin:0 0 2rem;padding:0}.links-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;max-width:500px;margin:0 auto;padding:0 1rem;display:grid}.profile-link-item{aspect-ratio:4/3;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;width:100%;padding:0;text-decoration:none;transition:transform .3s,filter .3s;position:relative;overflow:hidden}.profile-link-item:hover,.profile-link-item:focus{filter:brightness(1.1);outline:none;transform:scale(1.02)}.profile-link-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.profile-link-overlay{z-index:1;background:linear-gradient(#0000,#000000d9);width:100%;height:50%;position:absolute;bottom:0;left:0}.profile-link-text{text-align:center;color:#fff;z-index:2;text-shadow:0 2px 4px #00000080;width:100%;font-size:1.05rem;font-weight:700;position:absolute;bottom:12px;left:0}.profile-link-icon-wrapper{z-index:2;filter:drop-shadow(0 2px 4px #00000080);justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:10px;left:10px}.profile-link-icon-wrapper img{object-fit:contain;width:100%;height:100%}.shouts-feed{flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.shout-card{background:var(--card-bg,#0b0b0d);border:1px solid var(--glass-border);color:var(--text-main);border-radius:16px;padding:1rem}.shout-header{align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.shout-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.shout-author-info{flex-direction:column;display:flex}.shout-name{align-items:center;gap:4px;font-size:1rem;font-weight:700;display:flex}.shout-username{color:var(--text-muted);font-size:.85rem}.shout-content p{margin-bottom:.8rem;font-size:.95rem;line-height:1.4}.shout-media{border-radius:12px;width:100%;margin-bottom:.8rem}.shout-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.shout-action{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px;font-family:inherit;font-size:.85rem;font-weight:500;transition:opacity .2s,transform .2s;display:flex}.shout-action:hover,.shout-action:focus-visible{opacity:.8;transform:scale(1.05)}.action-icon{object-fit:contain;filter:brightness(.8);width:20px;height:20px;transition:filter .2s}.shout-action:hover .action-icon{filter:brightness()}.locked-content{background:radial-gradient(circle,#32323280 0%,#141414e6 100%);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:300px;margin-bottom:.8rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #000c}.lock-icon{color:#fff;margin-bottom:.5rem;font-size:2rem}.lock-text{color:#fff;font-weight:600;margin-bottom:1rem!important;font-size:1rem!important}.btn-join{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #fff6;border-radius:20px;padding:.6rem 1.5rem;font-weight:600;transition:background .2s}.btn-join:hover{background:#ffffff4d}.profile-footer{text-align:center;margin-top:auto;padding:2rem 0}.brand-link{color:var(--text-muted);background:#0000004d;border:1px solid #ffffff0d;border-radius:2rem;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;transition:all .3s;display:inline-flex}.brand-link strong{color:var(--primary-gold);font-family:var(--font-heading)}.brand-link:hover{color:var(--text-main);background:#ffffff0d}.profile-error{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 1rem;display:flex}.error-icon{font-size:4rem}.profile-error h2{font-family:var(--font-heading);font-size:2rem}.profile-error p{color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem}@media (prefers-reduced-motion:reduce){.profile-link-item,.brand-link{transition:none;transform:none!important}.skeleton-shimmer{background:#ffffff0d;animation:none}}.followers-panel-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.followers-panel-overlay.show{opacity:1;visibility:visible}.followers-panel{background:#151515;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;width:90%;max-width:380px;padding:1.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(30px)scale(.95);box-shadow:0 20px 40px #00000080}.followers-panel-overlay.show .followers-panel{transform:translateY(0)scale(1)}.panel-handle{background:#fff3;border-radius:3px;width:48px;height:5px;margin:0 auto 1.5rem}.panel-title{text-align:center;color:#fff;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700}.followers-list{flex-direction:column;gap:1.2rem;max-height:50vh;padding-right:.5rem;display:flex;overflow-y:auto}.followers-list::-webkit-scrollbar{width:4px}.followers-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.follower-item{align-items:center;gap:1rem;display:flex}.follower-avatar-container{flex-shrink:0;width:48px;height:48px;position:relative}.follower-avatar{object-fit:cover;background:#222;border-radius:50%;width:100%;height:100%}.follower-platform-icon{object-fit:contain;background:#fff;border-radius:50%;width:20px;height:20px;padding:3px;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 4px #0006}.follower-info{flex-direction:column;justify-content:center;display:flex}.follower-username{color:#fff;margin-bottom:2px;font-size:1rem;font-weight:700}.follower-count{color:#fff9;font-size:.85rem;font-weight:500}.comments-section{border-top:1px solid var(--glass-border);flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;display:none}.comments-section.is-open{display:flex}.comment-item{align-items:flex-start;gap:.8rem;display:flex}.comment-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.comment-content{border:1px solid var(--glass-border);background:#0003;border-radius:12px;flex:1;padding:.8rem}.comment-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.comment-author{align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.comment-time{color:var(--text-muted);font-size:.75rem}.comment-text{color:var(--text-main);font-size:.9rem;line-height:1.4}.comment-actions{gap:.5rem;display:flex}.comment-action-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:2px;transition:opacity .2s}.comment-action-btn:hover{opacity:1}.comment-action-btn img{filter:invert();width:14px;height:14px}.comment-input-area{gap:.8rem;margin-top:.5rem;display:flex}.comment-input-area textarea{border:1px solid var(--glass-border);color:var(--text-main);resize:none;background:#0000004d;border-radius:12px;flex:1;height:44px;padding:.8rem;font-family:inherit}.comment-input-area button{background:var(--primary-gold);color:#000;cursor:pointer;border:none;border-radius:12px;padding:0 1rem;font-weight:700;transition:opacity .2s}.comment-input-area button:hover{opacity:.8}.tip-amount-btn{border:1px solid var(--glass-border);color:var(--text-main);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem;font-weight:700;transition:all .2s}.tip-amount-btn:hover,.tip-amount-btn.active{background:var(--primary-gold);color:#fff;border-color:var(--primary-gold)}
