.inventory{display:none;position:absolute;left:0;background:#fff;width:40vw;height:100vh;overflow-y:scroll;z-index:9999;border-right:1px solid #ddd;border-radius:4px;box-shadow:0 4px 5px #666}.rowInventory{padding:20px}.rowInventory .postItem{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease;margin-bottom:20px;overflow:hidden;text-decoration:none;color:inherit}.rowInventory .postItem:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.rowInventory .imageWrapper{position:relative;padding-top:75%;overflow:hidden;background:#f8f9fa}.rowInventory .imageWrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.rowInventory .postItem:hover .imageWrapper img{transform:scale(1.05)}.rowInventory .title{padding:12px;margin:0;font-size:14px;font-weight:500;color:#333;text-align:center;background:#fff;border-top:1px solid #eee}.postItem.new-hint{animation:highlightNewHint 2s ease-in-out;border:2px solid var(--dot-color,var(--custom_leaderboard_team_color,#ff6479))}@keyframes highlightNewHint{0%{transform:scale(1);box-shadow:0 0 0 0 var(--dot-color,var(--custom_leaderboard_team_color,#ff6479))}50%{transform:scale(1.02);box-shadow:0 0 20px 10px var(--dot-color,var(--custom_leaderboard_team_color,#ff6479))}100%{transform:scale(1);box-shadow:0 0 0 0 var(--dot-color,var(--custom_leaderboard_team_color,#ff6479))}}#closeInventory{display:flex;height:60px;border-bottom:1px solid #ddd;margin-bottom:10px;text-align:right;flex-direction:row-reverse;align-items:center;padding:0 20px;box-sizing:border-box;font-weight:700;color:#222;cursor:pointer;background:#fafafa;position:sticky;top:0;z-index:1}#closeInventory i{font-size:20px;color:#666}.loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:0 0}#helpdetail{display:none;position:absolute;left:0;background:#fff;width:60vw;height:100vh;overflow-y:scroll;z-index:9999;border-right:1px solid #ddd;border-radius:4px;box-shadow:0 4px 5px #666}#closeHelpDetail{height:50px;border-bottom:1px solid #ddd;margin-bottom:10px;padding:15px;box-sizing:border-box;font-weight:700;color:#222;cursor:pointer;background:#fafafa}#helpDetailTitle{float:left}#helpDetailText{padding:10px}.opeName h2{font-size:18px;margin:15px}.lang-switcher{width:20px}#langSwitcher{width:90%!important}#menuSecretCode{width:90%!important}.listView.detailed{margin:0}.language_selector{display:none}.font_selector{display:none}#directInventory{display:none;position:relative}#directInventory.has-new-hints::after,#menuInventoryLi a.has-new-hints::after,#svgInventory.has-new-hints::after,.icon ion-ios-book.has-new-hints::after{content:'';position:absolute;width:8px;height:8px;background-color:var(--dot-color,var(--custom_leaderboard_team_color,#ff6479));border-radius:50%;animation:pulse 2s infinite;z-index:1000}#directInventory.has-new-hints::after{top:5px;right:5px}#menuInventoryLi a.has-new-hints::after{top:15px;right:20px}.icon ion-ios-book.has-new-hints::after{top:5px;right:5px}#svgInventory.has-new-hints::after{top:-2px;right:-2px}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}100%{transform:scale(1);opacity:1}}.image-preview-container{padding:20px;height:100%;display:flex;flex-direction:column}.image-preview-header{margin-bottom:20px}.image-preview-header .btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:4px;background:#f8f9fa;border:1px solid #dee2e6;color:#333;transition:all .2s ease}.image-preview-header .btn:hover{background:#e9ecef;border-color:#ced4da}.image-preview-content{flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;background:#f8f9fa;border-radius:8px;padding:20px}.preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}