.header-ui{position:fixed;top:0;left:0;right:0;width:100vw;height:120px;background:linear-gradient(180deg,#000,#000000f2);display:flex;justify-content:space-between;align-items:flex-start;padding:5px 15px;z-index:1000;box-shadow:0 2px 10px #00000080;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.profile-section{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-top:5px}.profile-image{width:100%;height:100%;object-fit:cover}.user-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0;overflow:hidden;margin-top:5px}.username{color:#fff;font-size:14px;font-weight:700;font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.level-section{display:flex;align-items:center;gap:6px}.level-text{color:#fff;font-size:12px;font-weight:700;font-family:monospace;white-space:nowrap}.exp-bar-container{position:relative;flex:1;max-width:100px;height:10px;border-radius:5px;overflow:hidden}.exp-bar-bg{position:absolute;width:100%;height:100%;background:#0ff3;border:1px solid rgba(0,255,255,.5)}.exp-bar-fill{position:absolute;height:100%;background:linear-gradient(90deg,#0ff,#0cf);transition:width .3s ease;box-shadow:0 0 10px #0ff9}.boost-section{display:flex;align-items:center;gap:4px}.boost-icon{width:16px;height:16px;filter:drop-shadow(0 0 5px rgba(255,100,0,.8));flex-shrink:0}.boost-text{color:#fff;font-size:12px;font-weight:700;font-family:monospace;white-space:nowrap}.header-right{display:flex;flex-direction:column;gap:6px;align-items:flex-end;flex-shrink:0;margin-top:5px}.balance-item{display:flex;align-items:center;gap:5px}.balance-icon{width:20px;height:20px;flex-shrink:0}.lp-icon{filter:hue-rotate(120deg)}.balance-value{color:#fff;font-size:14px;font-weight:700;font-family:monospace;white-space:nowrap}.status-bar{position:fixed;top:85px;left:0;right:0;width:100vw;padding:0 15px;display:flex;gap:15px;z-index:1001;box-sizing:border-box}.status-item{display:flex;align-items:center;gap:6px;flex-shrink:0}.status-icon{width:20px;height:20px;flex-shrink:0}.status-label{color:#fff;font-size:13px;font-weight:700;font-family:monospace;white-space:nowrap}.status-item.claim .status-label{color:#0ff}.status-value{color:#fff;font-size:14px;font-weight:700;font-family:monospace;min-width:20px;text-align:center}.status-item.claim .status-value{color:#0ff}
