.profile-container{width:100%;min-height:100vh;color:white;font-family:PingFang SC,Microsoft YaHei,sans-serif;overflow-x:hidden;position:relative;background:#181818 url(/images/common/block-bg.webp) repeat}.profile-header{padding:20px 0 0 40px;position:relative;z-index:10}.profile-title-img{width:auto;height:50px}.profile-character-bg,.profile-character-section{position:relative;width:100%;overflow:hidden}.profile-character-bg{z-index:1}.profile-bg-img,.profile-character-bg{-webkit-clip-path:polygon(40px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%,0 40px);clip-path:polygon(40px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%,0 40px)}.profile-bg-img{width:100%;height:100%;object-fit:cover;display:block;opacity:.8}.profile-character-main{position:absolute;z-index:2;bottom:0;display:flex;align-items:center;justify-content:center}.profile-character-img{width:100%;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}.profile-switch-bar{display:flex;align-items:center;justify-content:center;padding:20px 0;gap:15px;position:relative;z-index:10;margin-top:-10px}.profile-switch-btn{background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease}.profile-switch-btn:hover{transform:scale(1.1)}.profile-switch-btn:active{transform:scale(.95)}.profile-switch-btn img{width:40px;height:40px;object-fit:contain}.profile-avatar-list{display:flex;gap:8px;align-items:center;overflow-x:auto;white-space:nowrap;padding-bottom:10px}.profile-avatar{width:50px;height:50px;object-fit:contain;cursor:pointer;transition:transform .2s ease}.profile-avatar:hover{transform:scale(1.1)}.profile-avatar.selected{transform:scale(1.2);filter:brightness(1.2)}.profile-info-section{padding:0 27px;position:relative;z-index:10;margin-top:10px}.profile-org{background:#FF434C;color:#fff;border-left:3px solid #ff878d;font-size:16px;font-weight:700;padding:4px 12px;margin-bottom:8px}.profile-meta{display:flex;align-items:flex-end;gap:10px;margin-top:20px;margin-bottom:10px}.profile-name{font-size:2.2rem;font-weight:700;color:#fff;background:#111;border:10px solid #1e1e1e;padding:2px 18px;margin-right:6px;position:relative}.profile-mic{width:32px;height:32px;background:#ff2d55;padding:4px}.profile-desc{font-size:14px;line-height:1.6;color:#cccccc;padding:15px;background:rgba(0,0,0,.3);white-space:pre-line}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-avatar:active,.profile-switch-btn:active{transform:scale(.9)}.enlarge-img{width:100px;height:100px;z-index:20;cursor:pointer;box-shadow:0 8px 32px rgba(0,0,0,.6),0 4px 16px rgba(0,0,0,.4);border:3px solid #ffffff;border-radius:8px;position:absolute}.flash-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.9) 0,rgba(255,255,255,.7) 30%,rgba(255,255,255,.4) 60%,transparent 100%);opacity:0;pointer-events:none;z-index:15;transition:opacity .1s ease-out}.flash-overlay.flash-active{animation:camera-flash .3s ease-out}@keyframes camera-flash{0%{opacity:0;transform:scale(.8)}15%{opacity:1;transform:scale(1);background:radial-gradient(circle,rgba(255,255,255,.95) 0,rgba(255,255,255,.8) 40%,rgba(255,255,255,.5) 70%,transparent 100%)}30%{opacity:.9;background:rgba(255,255,255,.9)}60%{opacity:.3;background:rgba(255,255,255,.3)}to{opacity:0;transform:scale(1.1);background:transparent}}.shake-animation{animation:shake .6s ease-in-out}@keyframes shake{0%,to{transform:translateX(0) rotate(0deg)}10%{transform:translateX(-2px) rotate(-.5deg)}20%{transform:translateX(2px) rotate(.5deg)}30%{transform:translateX(-2px) rotate(-.5deg)}40%{transform:translateX(2px) rotate(.5deg)}50%{transform:translateX(-1px) rotate(-.3deg)}60%{transform:translateX(1px) rotate(.3deg)}70%{transform:translateX(-.5px) rotate(-.1deg)}80%{transform:translateX(.5px) rotate(.1deg)}90%{transform:translateX(-.2px) rotate(-.05deg)}}