.profile-page,.profile-page *{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;-webkit-font-smoothing:antialiased}body{margin:0;background:#050507;color:#f3f4f6}.profile-page{max-width:1200px;margin:24px auto 40px;padding:0 16px}.profile-dashboard-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:28px;gap:28px;align-items:start}.profile-sidebar-panel{background:linear-gradient(135deg,rgba(20,18,25,.65),rgba(10,8,12,.65));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,77,141,.15);border-radius:20px;padding:24px 20px;box-shadow:0 8px 32px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.05);display:flex;flex-direction:column;gap:20px}.profile-card-header{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.profile-avatar-outer{width:80px;height:80px;border-radius:50%;border:2px solid rgba(255,212,0,.45);box-shadow:0 0 15px rgba(255,212,0,.2);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111}.rank-badge-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.profile-sidebar-panel:hover .rank-badge-img{transform:scale(1.05)}.profile-name{font-size:19px;font-weight:700;color:#fff;margin:0;word-break:break-all}.profile-rank-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#ffd400;border:1px solid rgba(255,212,0,.35);padding:3px 10px;border-radius:20px;background:rgba(255,212,0,.06);text-shadow:0 0 8px rgba(255,212,0,.2)}.profile-xp-section{background:hsla(0,0%,100%,.015);border:1px solid hsla(0,0%,100%,.03);padding:12px 14px;border-radius:14px}.profile-xp-header{display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:hsla(0,0%,100%,.45);margin-bottom:6px}.profile-xp-bar-container{height:5px;background:#18181a;border-radius:8px;overflow:hidden;margin-bottom:6px}.profile-xp-bar-fill{height:100%;background:linear-gradient(90deg,#ffb800,#ff7a00);box-shadow:0 0 8px rgba(255,122,0,.45);border-radius:8px}.profile-xp-next-tier{font-size:10px;color:hsla(0,0%,100%,.35)}.profile-xp-next-tier strong{color:hsla(0,0%,100%,.75)}.profile-action-menu{display:flex;flex-direction:column;gap:4px}.profile-menu-item{display:flex;align-items:center;padding:10px 14px;font-size:13.5px;font-weight:600;color:hsla(0,0%,100%,.6);text-decoration:none;border-radius:10px;transition:all .2s ease;border:1px solid transparent}.menu-icon{margin-right:10px;font-size:15px}.menu-text{display:inline}.profile-menu-badge{margin-left:auto;width:8px;height:8px;border-radius:50%;background-color:#ff4d8d;box-shadow:0 0 8px #ff4d8d;display:block}.profile-menu-item:hover{background:hsla(0,0%,100%,.035);color:#fff;transform:translateX(3px)}.profile-menu-item.active{background:rgba(255,77,141,.1)!important;border-color:rgba(255,77,141,.25)!important;color:#fff!important}.profile-menu-separator{height:1px;background:hsla(0,0%,100%,.05);margin:8px 0}.sign-out-button-flat{width:100%;padding:10px;background:rgba(255,77,141,.08);border:1px solid rgba(255,77,141,.2);border-radius:10px;color:#ff7ebb;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.sign-out-button-flat:hover{background:rgba(255,77,141,.15);border-color:rgba(255,77,141,.35);color:#fff}.profile-main-canvas{flex:1 1;min-width:0}.tab-container input[type=radio]{display:none}.tabs{display:flex;gap:10px;border-bottom:1px solid hsla(0,0%,100%,.05);margin-bottom:20px;padding-bottom:6px}.tabs label{padding:8px 14px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.4);cursor:pointer;border-radius:8px;transition:all .2s ease;position:relative}.tabs label:hover{color:#fff;background:hsla(0,0%,100%,.03)}#bookmarks-tab:checked~.tabs label[for=bookmarks-tab],#follows-tab:checked~.tabs label[for=follows-tab],#uploads-tab:checked~.tabs label[for=uploads-tab]{color:#fff;background:rgba(255,77,141,.06)}#bookmarks-tab:checked~.tabs label[for=bookmarks-tab]:after,#follows-tab:checked~.tabs label[for=follows-tab]:after,#uploads-tab:checked~.tabs label[for=uploads-tab]:after{content:"";position:absolute;bottom:-7px;left:0;width:100%;height:2px;background:#e6005c;box-shadow:0 0 8px rgba(230,0,92,.55)}.tab-content{display:none;animation:tabFadeIn .3s ease}#bookmarks-tab:checked~.bookmarks-content,#follows-tab:checked~.follows-content,#uploads-tab:checked~.uploads-content{display:block}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:16px;gap:16px}.profile-card{display:flex;flex-direction:column;background:rgba(20,18,25,.65);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.04);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:all .22s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 12px rgba(0,0,0,.12)}.profile-card:hover{background:rgba(25,22,35,.85);border-color:rgba(230,0,92,.35);transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.3),0 0 12px rgba(230,0,92,.1)}.profile-card-image-wrapper{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:#111;border-bottom:1px solid hsla(0,0%,100%,.04)}.profile-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.profile-card-img[src*=".svg"]{object-fit:contain;width:40%;height:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.35;transition:transform .5s ease,opacity .3s ease}.profile-card:hover .profile-card-img{transform:scale(1.05)}.profile-card:hover .profile-card-img[src*=".svg"]{transform:translate(-50%,-50%) scale(1.08);opacity:.55}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:40px;height:40px;background:#e6005c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;padding-left:2px;box-shadow:0 0 15px rgba(230,0,92,.5);opacity:0;transition:all .22s ease}.profile-card:hover .play-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.profile-card-content{padding:12px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.profile-card-info-group{display:flex;flex-direction:column;gap:3px}.profile-card-meta-group{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:4px}.profile-card-title{font-size:13.5px;font-weight:600;color:#fff;margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.profile-card:hover .profile-card-title{color:#ff7ebb}.profile-card-model{font-size:12px;color:hsla(0,0%,100%,.45);margin:0}.profile-tag{align-self:flex-start;font-size:8px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.profile-tag.leak{background:rgba(230,0,92,.08);color:#ff3370;border:1px solid rgba(230,0,92,.2)}.profile-tag.discussion{background:rgba(176,112,255,.08);color:#b070ff;border:1px solid rgba(176,112,255,.2)}.follow-date{font-size:11px;color:hsla(0,0%,100%,.35);margin:0}.empty-message{text-align:center;padding:40px;color:hsla(0,0%,100%,.35);font-size:14px;border:1px dashed hsla(0,0%,100%,.04);border-radius:12px}.profile-public-actions{display:flex;flex-direction:row;gap:10px;width:100%}.profile-chat-btn,.profile-public-stat-box{flex:1 1;height:54px;box-sizing:border-box;border-radius:12px}.profile-public-stat-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);text-align:center;gap:2px}.profile-public-stat-number{font-size:20px;font-weight:800;color:#ff4d8d;text-shadow:0 0 10px rgba(255,77,141,.2);line-height:1}.profile-public-stat-label{font-size:9px;text-transform:uppercase;letter-spacing:.3px;color:hsla(0,0%,100%,.45);font-weight:700}.profile-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .2s ease}.profile-chat-btn:hover{background:rgba(255,77,141,.08);border-color:rgba(255,77,141,.3);color:#ff7ebb}.profile-chat-btn:active{transform:translateY(1px)}.pagination-arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:8px;color:hsla(0,0%,100%,.6);cursor:pointer;transition:all .2s ease}.pagination-arrow-btn:hover{background:rgba(255,77,141,.08);border-color:rgba(255,77,141,.3);color:#ff7ebb}.pagination-arrow-btn:active{transform:scale(.95)}@media (max-width:768px){.profile-page{padding:0 12px;margin-top:20px}.profile-dashboard-layout{grid-template-columns:1fr;gap:20px}.profile-sidebar-panel{padding:14px 12px!important;gap:10px!important;border-radius:14px!important}.profile-card-header{display:grid!important;grid-template-columns:48px 1fr!important;grid-template-rows:auto auto!important;grid-gap:2px 10px!important;gap:2px 10px!important;align-items:center!important;text-align:left!important;width:100%!important}.profile-avatar-outer{width:44px!important;height:44px!important;grid-row:span 2!important;border-width:1.5px!important}.profile-name{font-size:13.5px!important}.profile-name,.profile-rank-badge{margin:0!important;line-height:1.2!important}.profile-rank-badge{font-size:8px!important;padding:1px 6px!important;justify-self:start!important}.profile-xp-section{padding:0!important;border:none!important;background:transparent!important;display:flex!important;flex-direction:column!important;gap:4px!important;width:100%!important}.profile-xp-header{font-size:9px!important;margin-bottom:2px!important}.profile-xp-bar-container{height:3px!important;margin-bottom:2px!important}.profile-xp-next-tier{font-size:8px!important}.profile-action-menu{flex-direction:row!important;gap:8px!important;margin-bottom:4px}.profile-menu-item{flex:1 1;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:8px 4px!important;text-align:center!important;border-radius:12px!important;background:hsla(0,0%,100%,.03)!important;border:1px solid hsla(0,0%,100%,.05)!important}.profile-menu-item .menu-icon{margin-right:0!important;margin-bottom:4px!important;font-size:16px!important}.profile-menu-item .menu-text{font-size:0!important}.profile-menu-item .menu-text:after{font-size:11px!important;font-weight:600;color:hsla(0,0%,100%,.7);display:block}.profile-menu-item:first-child .menu-text:after{content:"Videos"}.profile-menu-item:nth-child(2) .menu-text:after{content:"Inbox"}.profile-menu-item:nth-child(3) .menu-text:after{content:"Alerts"}.profile-menu-item{position:relative!important}.profile-menu-badge{position:absolute!important;top:6px!important;right:18px!important;margin-left:0!important}.sign-out-button-flat{padding:8px;font-size:12px;border-radius:8px}.tabs{gap:6px;margin-bottom:16px}.tabs label{padding:6px 12px;font-size:13px}.profile-grid{grid-template-columns:repeat(2,1fr);gap:12px}.profile-card{border-radius:12px}.profile-card-content{padding:10px;gap:5px}.profile-card-title{font-size:12.5px}.profile-card-model{font-size:11px}.profile-tag{font-size:7.5px;padding:1px 5px}.follow-date{font-size:10px}.play-overlay{width:32px;height:32px;font-size:12px}.profile-public-actions{flex-direction:row!important;gap:8px!important;margin-bottom:0!important;width:100%!important}.profile-chat-btn,.profile-public-stat-box{flex:1 1!important;height:38px!important;border-radius:8px!important;padding:4px!important;box-sizing:border-box!important}.profile-public-stat-box{display:flex!important;flex-direction:column!important;gap:1px!important;background:hsla(0,0%,100%,.03)!important;border:1px solid hsla(0,0%,100%,.05)!important}.profile-public-stat-number{font-size:13px!important;line-height:1!important}.profile-public-stat-label{font-size:7.5px!important;color:hsla(0,0%,100%,.5)!important;letter-spacing:.1px!important}.profile-chat-btn{font-size:11.5px!important;gap:4px!important}.profile-chat-btn svg{width:12px!important;height:12px!important}.tabs{gap:4px!important;margin-bottom:16px!important}.tabs label{flex:1 1!important;padding:8px 2px!important;font-size:11.5px!important;text-align:center!important;white-space:nowrap!important}.profile-bottom-pagination{display:flex!important}}