.profile-cover-container{position:relative;height:350px;border-radius:15px;overflow:hidden;margin-bottom:20px;background:#111}.profile-cover-bg{width:100%;height:100%;background-size:cover;background-position:50%}.profile-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 10%,rgba(0,0,0,.9))}.profile-cover-actions{right:20px;gap:10px}.profile-cover-actions,.profile-header-info{position:absolute;bottom:20px;display:flex;z-index:10}.profile-header-info{left:20px;align-items:flex-end;gap:25px}.profile-avatar-wrapper{position:relative;width:130px;height:130px;border-radius:50%;background:var(--panel-bg)}.profile-avatar-inner{position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;color:#fff;z-index:2}.profile-level-ring{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(-90deg);z-index:1}.ring-bg{fill:none;stroke:hsla(0,0%,100%,.1);stroke-width:4}.ring-progress{fill:none;stroke:var(--primary-lila);stroke-width:4;stroke-linecap:round;stroke-dasharray:314;transition:stroke-dashoffset 1s ease-out}.profile-text-container{color:#fff;padding-bottom:10px}.profile-badge{background:rgba(46,204,113,.2);color:#2ecc71;font-size:11px;padding:3px 8px;border-radius:12px;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;letter-spacing:1px;vertical-align:middle}.profile-badge-mod{background:rgba(52,152,219,.2);color:#3498db}.profile-tabs-container{display:flex;position:relative;background:var(--panel-bg);border-radius:12px;padding:5px;border:1px solid var(--panel-border);margin-bottom:20px}.profile-tab{flex:1;text-align:center;padding:12px;color:var(--text-muted);text-decoration:none;font-weight:600;font-size:14px;z-index:2;transition:color .3s;display:flex;align-items:center;justify-content:center;gap:8px}.profile-tab.active{color:#fff}.profile-tab-active-bg{position:absolute;top:5px;bottom:5px;left:5px;background:hsla(0,0%,100%,.1);border-radius:8px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.profile-interactive-grid>a,.profile-interactive-grid>div{transition:transform .2s,box-shadow .2s}.profile-interactive-grid>a:hover,.profile-interactive-grid>div:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 5px 15px rgba(0,0,0,.3);z-index:10}@media (max-width:768px){.profile-header-info{flex-direction:column;align-items:center;text-align:center;width:100%;left:0;bottom:70px}.profile-cover-container{height:480px}.profile-text-container{display:flex;flex-direction:column;align-items:center}.profile-cover-actions{bottom:15px;right:50%;transform:translateX(50%);width:100%;justify-content:center}}