.settings-tab{padding:10px;height:100%;overflow-y:auto}.settings-title{color:var(--osrs-text-yellow);font-size:16px;font-family:var(--osrs-font);text-align:center;margin-bottom:15px;text-shadow:1px 1px 0 #000}.settings-section{background:#0000004d;border:1px solid var(--osrs-border-dark);border-radius:3px;padding:10px;margin-bottom:12px}.settings-section-title{color:var(--osrs-text-orange);font-size:12px;font-family:var(--osrs-font);margin:0 0 8px;text-shadow:1px 1px 0 #000}.settings-buttons{display:flex;gap:8px;flex-wrap:wrap}.settings-btn{background:linear-gradient(180deg,#5a5a44,#3a3a2a);border:2px solid var(--osrs-border-dark);border-radius:3px;color:var(--osrs-text);font-family:var(--osrs-font);font-size:11px;padding:6px 12px;cursor:pointer;text-shadow:1px 1px 0 #000;flex:1;min-width:80px}.settings-btn:hover{background:linear-gradient(180deg,#6a6a54,#4a4a3a);border-color:var(--osrs-text-orange)}.settings-btn:active{background:linear-gradient(180deg,#3a3a2a,#5a5a44)}.settings-danger{border-color:#8b2a2a}.settings-btn-danger{background:linear-gradient(180deg,#6a2a2a,#4a1a1a);border-color:#8b2a2a}.settings-btn-danger:hover{background:linear-gradient(180deg,#7a3a3a,#5a2a2a);border-color:#aa3a3a}.settings-hint{color:var(--osrs-text-gray);font-size:10px;font-family:var(--osrs-font);margin:8px 0 0;line-height:1.3}.settings-slider-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.settings-slider-label{color:var(--osrs-text-light);font-size:11px;font-family:var(--osrs-font);text-shadow:1px 1px 0 #000;min-width:80px}.settings-slider{flex:1;-webkit-appearance:none;appearance:none;height:8px;background:#0006;border:1px solid var(--osrs-border-dark);border-radius:4px;outline:none;cursor:pointer}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:linear-gradient(180deg,#6a6a54,#4a4a3a);border:2px solid var(--osrs-border-light);border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #00000080}.settings-slider::-webkit-slider-thumb:hover{background:linear-gradient(180deg,#7a7a64,#5a5a4a);border-color:var(--osrs-text-orange)}.settings-slider::-moz-range-thumb{width:16px;height:16px;background:linear-gradient(180deg,#6a6a54,#4a4a3a);border:2px solid var(--osrs-border-light);border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #00000080}.settings-slider::-moz-range-thumb:hover{background:linear-gradient(180deg,#7a7a64,#5a5a4a);border-color:var(--osrs-text-orange)}.settings-slider-value{color:var(--osrs-text-yellow);font-size:11px;font-family:var(--osrs-font);text-shadow:1px 1px 0 #000;min-width:35px;text-align:right}.chat-box{--chat-opacity: .92;--button-opacity: .97;position:relative;display:flex;flex-direction:column;height:225px;min-height:225px;max-height:225px;flex-shrink:0;background:linear-gradient(180deg,rgba(38,28,20,var(--chat-opacity)),rgba(26,22,18,var(--chat-opacity)));border:3px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);box-shadow:inset 0 2px 8px #000c;backdrop-filter:blur(2px);transition:height .3s ease,min-height .3s ease,max-height .3s ease}.chat-box.collapsed{height:28px;min-height:28px;max-height:28px;border:none;background:transparent;backdrop-filter:none;box-shadow:none}.chat-box.collapsed .chat-header,.chat-box.collapsed .chat-messages,.chat-box.collapsed .chat-input-form{display:none}.chat-toggle-container{position:absolute;top:-28px;left:50%;transform:translate(-50%);z-index:51}.chat-toggle-btn{width:40px;height:24px;padding:0;border:2px solid var(--osrs-border-dark);border-bottom:none;border-radius:6px 6px 0 0;background:linear-gradient(180deg,rgba(74,60,48,var(--button-opacity)),rgba(58,46,36,var(--button-opacity)),rgba(38,28,20,var(--button-opacity)));cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff1a,0 -2px 4px #0000004d;transition:filter .15s ease}.chat-toggle-btn:hover{filter:brightness(1.2)}.chat-toggle-btn:active{filter:brightness(.9)}.chat-toggle-chevron{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.chat-toggle-chevron svg{width:14px;height:14px;fill:none;stroke:var(--osrs-text-orange);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(0,0,0,.8));transition:transform .3s ease}.chat-box.collapsed .chat-toggle-chevron svg{transform:rotate(180deg)}.chat-header{display:flex;align-items:center;padding:6px 12px;background:linear-gradient(180deg,rgba(74,60,48,var(--chat-opacity)),rgba(58,46,36,var(--chat-opacity)));border-bottom:2px solid var(--osrs-border-dark);flex-shrink:0}.chat-header span{color:var(--osrs-text-yellow);font-size:.9em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.chat-message{font-size:.85em;line-height:1.4;padding:2px 0;word-wrap:break-word;text-shadow:1px 1px 0 rgba(0,0,0,.8)}.chat-message-info{color:#fff}.chat-message-loot{color:var(--osrs-text-green)}.chat-message-action{color:var(--osrs-text-yellow)}.chat-message-system{color:var(--osrs-gold)}.chat-timestamp{color:#888;font-size:.9em}.chat-messages::-webkit-scrollbar{width:10px}.chat-messages::-webkit-scrollbar-track{background:#0000004d;border:1px solid var(--osrs-border-dark)}.chat-messages::-webkit-scrollbar-thumb{background:var(--osrs-interface-light);border:1px solid var(--osrs-border-dark)}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--osrs-gold)}.chat-message-player{color:#00bfff}.chat-input-form{display:flex;padding:4px 8px;background:linear-gradient(180deg,var(--osrs-interface-bg) 0%,var(--osrs-interface-dark) 100%);border-top:2px solid var(--osrs-border-dark);flex-shrink:0}.chat-input{flex:1;background:#0006;border:1px solid var(--osrs-border-dark);border-radius:2px;color:var(--osrs-text);font-family:var(--osrs-font);font-size:.85em;padding:4px 8px;outline:none}.chat-input:focus{border-color:var(--osrs-text-orange);background:#00000080}.chat-input::placeholder{color:#666}.dev-menu-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000}.dev-menu{background:#2a2a2a;border:2px solid #666;border-radius:8px;width:90%;max-width:1200px;height:80%;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000080}.dev-menu-header{padding:16px 20px;border-bottom:2px solid #444;display:flex;align-items:center;justify-content:space-between;position:relative}.dev-menu-header h2{margin:0;color:#ff6b6b;font-size:24px;font-weight:700;flex-shrink:0}.dev-menu-header-right{display:flex;align-items:center;gap:12px}.dev-menu-target-toggle{display:flex;gap:4px}.dev-menu-target-btn{background:#333;border:2px solid #555;color:#999;padding:6px 16px;font-size:14px;cursor:pointer;transition:all .2s;border-radius:4px}.dev-menu-target-btn:hover{background:#444;color:#ccc}.dev-menu-target-btn.active{background:#464;border-color:#6a6;color:#afa}.dev-menu-hint{position:absolute;left:50%;transform:translate(-50%);margin:0;color:#999;font-size:12px}.dev-menu-hint-inline{margin:0;color:#999;font-size:12px;white-space:nowrap}.dev-menu-close{background:#f44;border:none;color:#fff;font-size:28px;width:36px;height:36px;border-radius:4px;cursor:pointer;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}.dev-menu-close:hover{background:#f66}.dev-menu-content{flex:1;overflow-y:auto;padding:20px}.dev-menu-items-layout{display:flex;flex:1;overflow:hidden}.dev-menu-sidebar{width:200px;background:#1a1a1a;border-right:2px solid #444;overflow-y:auto;flex-shrink:0;padding:12px 0}.dev-menu-category-group{margin-bottom:8px}.dev-menu-category-group-name{color:#ff6b6b;font-size:11px;font-weight:700;text-transform:uppercase;padding:8px 16px 4px;letter-spacing:.5px}.dev-menu-category-btn{width:100%;background:transparent;border:none;color:#ccc;padding:8px 16px;font-size:13px;text-align:left;cursor:pointer;transition:all .15s;display:flex;justify-content:space-between;align-items:center}.dev-menu-category-btn:hover{background:#333;color:#fff}.dev-menu-category-btn.active{background:#464;color:#afa}.dev-menu-category-count{font-size:11px;color:#888;background:#222;padding:2px 6px;border-radius:10px}.dev-menu-category-btn.active .dev-menu-category-count{background:#353;color:#8d8}.dev-menu-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.dev-menu-controls{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#222;border-bottom:1px solid #444;flex-wrap:wrap}.dev-menu-search{flex:1;min-width:200px;padding:8px 12px;background:#333;border:1px solid #555;border-radius:4px;color:#fff;font-size:14px}.dev-menu-search:focus{outline:none;border-color:#ff6b6b}.dev-menu-search::placeholder{color:#888}.dev-menu-sort{display:flex;align-items:center;gap:6px}.dev-menu-sort-label{color:#999;font-size:13px}.dev-menu-sort-btn{background:#333;border:1px solid #555;color:#999;padding:6px 12px;font-size:12px;cursor:pointer;transition:all .15s;border-radius:4px}.dev-menu-sort-btn:hover{background:#444;color:#ccc}.dev-menu-sort-btn.active{background:#464;border-color:#6a6;color:#afa}.dev-menu-no-items{grid-column:1 / -1;text-align:center;color:#888;padding:40px;font-size:14px}.dev-menu-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.dev-menu-item{background:#1a1a1a;border:2px solid #444;border-radius:6px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.dev-menu-item:hover{background:#2a2a2a;border-color:#666;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.dev-menu-item:active{transform:translateY(0)}.dev-menu-item-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.dev-menu-item-name{font-size:12px;color:#ddd;text-align:center;word-break:break-word;line-height:1.3}.dev-menu-content::-webkit-scrollbar{width:12px}.dev-menu-content::-webkit-scrollbar-track{background:#1a1a1a}.dev-menu-content::-webkit-scrollbar-thumb{background:#444;border-radius:6px}.dev-menu-content::-webkit-scrollbar-thumb:hover{background:#555}.dev-menu-tabs{display:flex;gap:4px;margin-left:20px}.dev-menu-tab{background:#333;border:2px solid #555;color:#999;padding:8px 20px;font-size:14px;cursor:pointer;transition:all .2s;border-radius:4px 4px 0 0;border-bottom:none}.dev-menu-tab:hover{background:#444;color:#ccc}.dev-menu-tab.active{background:#2a2a2a;border-color:#666;color:#ff6b6b;border-bottom:2px solid #2a2a2a;margin-bottom:-2px}.dev-state-editor{display:flex;flex-direction:column;gap:24px}.dev-state-section{background:#1a1a1a;border:2px solid #444;border-radius:8px;padding:16px}.dev-state-section h3{margin:0 0 16px;color:#ff6b6b;font-size:18px;font-weight:700;border-bottom:1px solid #333;padding-bottom:8px}.dev-state-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.dev-state-skill{background:#222;border:1px solid #444;border-radius:6px;padding:12px}.dev-state-skill-name{font-size:14px;font-weight:700;color:#afa;text-transform:capitalize;margin-bottom:8px}.dev-state-skill-inputs{display:flex;gap:12px}.dev-state-skill-inputs label{display:flex;align-items:center;gap:8px;color:#ccc;font-size:13px}.dev-state-skill-inputs input{width:80px;padding:6px 8px;background:#333;border:1px solid #555;border-radius:4px;color:#fff;font-size:13px}.dev-state-skill-inputs input:focus{outline:none;border-color:#ff6b6b}.dev-state-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dev-state-row label{display:flex;align-items:center;gap:8px;color:#ccc;font-size:13px}.dev-state-row input{width:100px;padding:8px;background:#333;border:1px solid #555;border-radius:4px;color:#fff;font-size:13px}.dev-state-row input:focus{outline:none;border-color:#ff6b6b}.dev-state-btn{background:#464;border:2px solid #66aa66;color:#afa;padding:8px 16px;font-size:13px;cursor:pointer;transition:all .2s;border-radius:4px}.dev-state-btn:hover{background:#585;border-color:#7b7}.dev-state-flags{display:flex;flex-wrap:wrap;gap:16px}.dev-state-checkbox{display:flex;align-items:center;gap:8px;color:#ccc;font-size:14px;cursor:pointer;padding:8px 12px;background:#222;border:1px solid #444;border-radius:4px}.dev-state-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff6b6b}.dev-state-checkbox:hover{background:#333;border-color:#555}.dev-state-danger{border-color:#644}.dev-state-danger h3{color:#f44}.dev-state-btn-danger{background:#644;border:2px solid #aa6666;color:#faa}.dev-state-btn-danger:hover{background:#855;border-color:#b77}.dev-state-hint{margin:0 0 12px;color:#888;font-size:13px}.dev-state-slider-label{display:flex;align-items:center;gap:12px;color:#ccc;font-size:14px}.dev-state-slider-label strong{color:#ff6b6b;min-width:30px;text-align:center}.dev-state-slider{width:200px;height:8px;cursor:pointer;accent-color:#ff6b6b}.dev-state-btn-primary{background:#6b5bff;border-color:#8a7bff;color:#fff}.dev-state-btn-primary:hover{background:#7b6bff;border-color:#9a8bff}.dev-state-btn-primary:disabled{background:#444;border-color:#555;color:#666;cursor:not-allowed}.dev-state-info{margin:12px 0 0;color:#afa;font-size:13px}.dev-state-warning{margin:12px 0 0;color:#fa6;font-size:13px}.welcome-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.welcome-modal{background:var(--osrs-interface-bg, #3e3529);border:3px solid var(--osrs-border-light, #5a5142);border-radius:4px;padding:24px 32px;max-width:480px;width:90%;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff1a;color:var(--osrs-text, #ff981f);font-family:RuneScape,sans-serif}.welcome-modal h2{text-align:center;margin:0 0 16px;font-size:1.5em;color:#fc0;text-shadow:1px 1px 2px #000}.welcome-content{margin-bottom:20px}.welcome-content p{margin:12px 0;line-height:1.5;color:#e0d0b0}.warning-text{background:#ff643233;border:1px solid rgba(255,100,50,.4);border-radius:4px;padding:10px 14px;text-align:center;color:#fa6!important;font-weight:700}.skills-info,.getting-started{background:#0003;border-radius:4px;padding:12px 16px;margin:16px 0}.skills-info h3,.getting-started h3{margin:0 0 8px;font-size:1.1em;color:#fc0}.skills-info ul{margin:8px 0;padding-left:24px;color:#e0d0b0}.skills-info li{margin:4px 0}.getting-started strong{color:#fc0}.welcome-close-btn{display:block;width:100%;padding:12px 24px;background:linear-gradient(to bottom,#5a8a3a,#3d6624);border:2px solid #2d4a1a;border-radius:4px;color:#fff;font-size:1.1em;font-weight:700;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .15s ease}.welcome-close-btn:hover{background:linear-gradient(to bottom,#6a9a4a,#4d7634);transform:translateY(-1px)}.welcome-close-btn:active{transform:translateY(0);background:linear-gradient(to bottom,#4a7a2a,#2d5614)}.news-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9998}.news-modal{background:var(--osrs-interface-bg, #3e3529);border:3px solid var(--osrs-border-light, #5a5142);border-radius:4px;padding:24px 32px;max-width:520px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff1a;color:var(--osrs-text, #ff981f);font-family:RuneScape,sans-serif}.news-modal h2{text-align:center;margin:0 0 8px;font-size:1.5em;color:#fc0;text-shadow:1px 1px 2px #000}.news-date{text-align:center;margin:0 0 16px;font-size:.9em;color:#a0a0a0}.news-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;margin-bottom:20px;max-height:400px;gap:16px}.news-update{background:#0000004d;border-radius:4px;padding:12px 16px}.news-update-title{margin:0 0 4px;font-size:1.1em;color:#fc0;text-shadow:1px 1px 2px #000}.news-update .news-date{text-align:left;margin:0 0 8px;font-size:.85em}ul.news-updates-list{margin:0;padding-left:20px;color:#e0d0b0}ul.news-updates-list li{margin:6px 0;line-height:1.4}ul.news-updates-list li::marker{color:#fc0}.news-content::-webkit-scrollbar{width:8px}.news-content::-webkit-scrollbar-track{background:#0003;border-radius:4px}.news-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.news-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.news-close-btn{display:block;width:100%;padding:12px 24px;background:linear-gradient(to bottom,#5a8a3a,#3d6624);border:2px solid #2d4a1a;border-radius:4px;color:#fff;font-size:1.1em;font-weight:700;cursor:pointer;text-shadow:1px 1px 2px #000;transition:all .15s ease}.news-close-btn:hover{background:linear-gradient(to bottom,#6a9a4a,#4d7634);transform:translateY(-1px)}.news-close-btn:active{transform:translateY(0);background:linear-gradient(to bottom,#4a7a2a,#2d5614)}.collection-log-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000}.collection-log-modal{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:3px solid var(--osrs-border-dark);box-shadow:inset 0 1px 0 var(--osrs-border-light),0 8px 24px #000000e6;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column}.collection-log-header{display:flex;align-items:center;padding:12px 16px;background:var(--osrs-interface-dark);border-bottom:2px solid var(--osrs-border-dark);gap:12px}.collection-log-header h2{margin:0;color:var(--osrs-text-yellow);font-size:1.1em;text-shadow:1px 1px 0 rgba(0,0,0,1);flex:1}.collection-log-count{color:var(--osrs-text-green);font-size:.9em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.collection-log-close{width:24px;height:24px;padding:0;border:2px solid var(--osrs-border-dark);border-top-color:var(--osrs-border-light);border-left-color:var(--osrs-border-light);background:linear-gradient(180deg,#8b4444,#5a2a2a);color:var(--osrs-text-white);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;text-shadow:1px 1px 0 rgba(0,0,0,1)}.collection-log-close:hover{filter:brightness(1.2)}.collection-log-content{padding:16px;overflow-y:auto;flex:1}.collection-log-category{margin-bottom:20px}.collection-log-category-title{margin:0 0 10px;color:var(--osrs-text-orange);font-size:.95em;text-shadow:1px 1px 0 rgba(0,0,0,1);border-bottom:1px solid var(--osrs-border-dark);padding-bottom:4px}.collection-log-items{display:flex;flex-wrap:wrap;gap:8px}.collection-log-item{width:40px;height:40px;background:linear-gradient(135deg,#2a2419,#1a1410);border:2px solid var(--osrs-border-dark);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.collection-log-item:hover{border-color:var(--osrs-border-light);filter:brightness(1.2)}.collection-log-item.not-obtained{opacity:.4;filter:grayscale(100%)}.collection-log-item.not-obtained:hover{opacity:.6;filter:grayscale(100%) brightness(1.2)}.collection-log-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.collection-log-item-icon svg{width:100%;height:100%}.collection-log-item-tooltip{position:fixed;background:linear-gradient(180deg,#4a4030,#2a2419);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:6px 10px;white-space:nowrap;z-index:10002;color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);pointer-events:none;box-shadow:0 2px 8px #000c}.collection-log-empty{color:var(--osrs-text-white);text-align:center;padding:20px;opacity:.7}.collection-log-btn{background:none;border:none;cursor:pointer;color:var(--osrs-text-yellow);padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .1s ease}.collection-log-btn:hover{color:var(--osrs-text-white);transform:scale(1.1)}.collection-log-btn svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}.world-map-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}.world-map-modal{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:3px solid var(--osrs-border-dark);box-shadow:inset 0 1px 0 var(--osrs-border-light),0 8px 24px #000000e6;width:95%;max-width:1600px;height:90vh;max-height:1000px;display:flex;flex-direction:row}.world-map-main{flex:1;display:flex;flex-direction:column;min-width:0}.world-map-header{display:flex;align-items:center;padding:10px 16px;background:var(--osrs-interface-dark);border-bottom:2px solid var(--osrs-border-dark);gap:12px}.world-map-header h2{margin:0;color:var(--osrs-text-yellow);font-size:1.1em;text-shadow:1px 1px 0 rgba(0,0,0,1);flex:1}.world-map-controls{display:flex;align-items:center;gap:8px}.world-map-zoom-btn,.world-map-reset-btn{width:28px;height:28px;padding:0;border:2px solid var(--osrs-border-dark);border-top-color:var(--osrs-border-light);border-left-color:var(--osrs-border-light);background:linear-gradient(180deg,var(--osrs-interface-light),var(--osrs-interface-dark));color:var(--osrs-text-yellow);font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;text-shadow:1px 1px 0 rgba(0,0,0,1)}.world-map-zoom-btn:hover,.world-map-reset-btn:hover{filter:brightness(1.2)}.world-map-zoom-level{color:var(--osrs-text-white);font-size:.85em;min-width:45px;text-align:center;text-shadow:1px 1px 0 rgba(0,0,0,1)}.world-map-close{width:28px;height:28px;padding:0;border:2px solid var(--osrs-border-dark);border-top-color:var(--osrs-border-light);border-left-color:var(--osrs-border-light);background:linear-gradient(180deg,#8b4444,#5a2a2a);color:var(--osrs-text-white);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;text-shadow:1px 1px 0 rgba(0,0,0,1)}.world-map-close:hover{filter:brightness(1.2)}.world-map-viewport{flex:1;overflow:hidden;position:relative;background:#1a1a2e}.world-map-canvas{position:absolute;transform-origin:0 0;will-change:transform}.world-map-background{width:100%;height:100%;position:relative;background:linear-gradient(135deg,#2d4a3e,#1a3a2a,#0d2818)}.world-map-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:256px 256px}.world-map-placeholder-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffff26;font-size:120px;font-weight:700;text-align:center;pointer-events:none;white-space:nowrap}.world-map-icon{position:absolute;cursor:pointer;transition:filter .15s ease,transform .15s ease;z-index:10;display:flex;align-items:center;justify-content:center;flex-direction:column}.world-map-icon-svg{display:flex;width:100%;height:100%}.world-map-icon-svg svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.world-map-icon svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.world-map-icon-img{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.world-map-icon:hover{filter:brightness(1.2);transform:translate(-50%,-50%) scale(1.15);z-index:20}.world-map-icon:hover svg{filter:drop-shadow(0 0 8px rgba(255,255,255,.5))}.world-map-icon-label{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:2px;padding:2px 6px;background:#000000bf;border:1px solid rgba(255,255,255,.2);border-radius:3px;color:var(--osrs-text-white);font-size:10px;white-space:nowrap;text-shadow:1px 1px 0 rgba(0,0,0,1);pointer-events:none}.world-map-tooltip{position:absolute;background:linear-gradient(180deg,#4a4030,#2a2419);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:8px 12px;z-index:100;pointer-events:none;box-shadow:0 2px 8px #000c;min-width:120px}.world-map-tooltip-title{color:var(--osrs-text-yellow);font-size:.9em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;margin-bottom:4px}.world-map-tooltip-resources{border-top:1px solid rgba(255,255,255,.1);padding-top:4px;margin-top:4px}.world-map-tooltip-resource{display:flex;align-items:center;gap:4px;color:var(--osrs-text-white);font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;padding:1px 0}.world-map-tooltip-resource-icon{width:16px;height:16px;image-rendering:pixelated}.world-map-tooltip-level{font-size:.75em;text-shadow:1px 1px 0 rgba(0,0,0,1);margin-top:4px;padding:2px 4px;border-radius:2px}.world-map-tooltip-level.accessible{color:var(--osrs-text-green);background:#4caf5033}.world-map-tooltip-level.locked{color:#ff6b6b;background:#ff6b6b33}.world-map-sidebar{width:280px;background:var(--osrs-interface-dark);border-left:2px solid var(--osrs-border-dark);display:flex;flex-direction:column;overflow:hidden}.world-map-sidebar-header{padding:10px 12px;background:var(--osrs-interface-bg);border-bottom:2px solid var(--osrs-border-dark);display:flex;justify-content:space-between;align-items:center}.world-map-sidebar-header h3{margin:0;color:var(--osrs-text-yellow);font-size:1em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.world-map-sidebar-content{flex:1;overflow-y:auto;padding:8px}.map-key-category{margin-bottom:12px}.map-key-category-header{display:flex;align-items:center;padding:6px 8px;background:var(--osrs-interface-bg);border:1px solid var(--osrs-border-dark);border-radius:4px;cursor:pointer;margin-bottom:4px;gap:8px}.map-key-category-header:hover{background:var(--osrs-interface-light)}.map-key-category-header.inactive{opacity:.6}.map-key-category-header.active{background:var(--osrs-interface-light)}.map-key-category-title{flex:1;color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.map-key-category-icon{width:20px;height:20px}.map-key-category-icon svg{width:100%;height:100%}.map-key-category-indicator{color:var(--osrs-text-orange);font-size:.7em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.map-key-items{padding-left:24px}.map-key-item{display:flex;align-items:center;padding:4px 6px;gap:8px;cursor:pointer;border-radius:3px}.map-key-item:hover{background:#ffffff0d}.map-key-item-toggle input{width:12px;height:12px;cursor:pointer;accent-color:var(--osrs-text-green)}.map-key-item-icon{width:18px;height:18px}.map-key-item-icon svg{width:100%;height:100%}.map-key-item-name{flex:1;color:var(--osrs-text-white);font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.map-key-item.isolated{background:#ffd70033;border:1px solid var(--osrs-text-yellow)}.map-key-item.isolated .map-key-item-name{color:var(--osrs-text-yellow)}.map-key-item.muted{opacity:.4}.map-key-item.muted:hover{opacity:.7}.map-labels-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--osrs-interface-bg);border-top:2px solid var(--osrs-border-dark);margin-top:auto}.map-labels-toggle label{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.map-labels-toggle input{width:14px;height:14px;cursor:pointer;accent-color:var(--osrs-text-green)}.world-map-legend{display:none}.legend-item{display:flex;align-items:center;gap:6px;color:var(--osrs-text-white);font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.legend-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.5)}.legend-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.legend-icon svg{width:100%;height:100%}.world-map-btn{display:flex;align-items:center;justify-content:center;color:#4caf50;background:linear-gradient(180deg,#4a3c28,#3a2e20,#2a2018);padding:8px;border:4px solid;border-color:#5a4830 #1a1008 #1a1008 #5a4830;cursor:pointer;transition:all .2s ease;box-shadow:inset 1px 1px #6a5840,inset -1px -1px #1a1008,0 3px 6px #00000080}.world-map-btn:hover{color:#81c784;background:linear-gradient(180deg,#5a4830,#4a3c28,#3a2e20);transform:translateY(-2px);box-shadow:inset 1px 1px #7a6850,inset -1px -1px #1a1008,0 5px 10px #0009,0 0 8px #4caf504d}.world-map-btn:active{transform:translateY(0)}.world-map-location-btn{width:28px;height:28px;padding:0;border:2px solid var(--osrs-border-dark);border-top-color:var(--osrs-border-light);border-left-color:var(--osrs-border-light);background:linear-gradient(180deg,#4a7c59,#2e5339);color:var(--osrs-text-white);font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.world-map-location-btn:hover{filter:brightness(1.2)}.world-map-player-marker{position:absolute;z-index:50;pointer-events:none}.world-map-player-icon{position:relative;width:100%;height:100%;z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.world-map-player-pulse{position:absolute;top:50%;left:50%;width:150%;height:150%;transform:translate(-50%,-50%);border:3px solid #4CAF50;border-radius:50%;animation:player-pulse 2s ease-out infinite;z-index:1}@keyframes player-pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.world-map-label{position:absolute;color:#ff0;font-weight:700;text-shadow:2px 2px 0 rgba(0,0,0,1),-1px -1px 0 rgba(0,0,0,1),1px -1px 0 rgba(0,0,0,1),-1px 1px 0 rgba(0,0,0,1);pointer-events:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;text-align:center;z-index:25}.world-map-tooltip-resource-icon svg{width:16px;height:16px}.world-map-context-menu{position:absolute;background:linear-gradient(180deg,#4a4030,#2a2419);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);box-shadow:0 2px 8px #000c;z-index:200;min-width:120px}.world-map-context-menu-item{display:block;width:100%;padding:8px 12px;border:none;background:transparent;color:var(--osrs-text-white);font-size:.85em;text-align:left;cursor:pointer;text-shadow:1px 1px 0 rgba(0,0,0,1)}.world-map-context-menu-item:hover{background:#ffffff1a;color:var(--osrs-text-yellow)}.wandering-monsters-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9}.wandering-monster{position:absolute;pointer-events:auto;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .05s linear}.wandering-monster:hover{transform:scale(1.1);z-index:10}.wandering-monster:hover .monster-sprite{filter:drop-shadow(0 0 4px rgba(255,100,100,.8)) drop-shadow(0 0 8px rgba(255,50,50,.5))}.monster-sprite{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 2px rgba(0,0,0,.5));transition:filter .15s ease}#monster-hover-tooltip{background:linear-gradient(180deg,#3a3626,#2a2619);border:2px solid #8a7c5a;border-radius:4px;padding:8px 12px;min-width:150px;box-shadow:0 4px 8px #0009;z-index:1000;pointer-events:none}.monster-tooltip{display:flex;flex-direction:column;gap:4px}.monster-tooltip-name{color:#f93;font-weight:700;font-size:14px;text-shadow:1px 1px 0 rgba(0,0,0,1);border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:4px;margin-bottom:2px}.monster-tooltip-level{color:#ff0;font-size:12px;text-shadow:1px 1px 0 rgba(0,0,0,1)}.monster-tooltip-stats{display:flex;gap:12px;color:#fff;font-size:11px}.monster-tooltip-stats span:first-child{color:#f66}.monster-tooltip-stats span:last-child{color:#f84}.monster-tooltip-slayer{color:#96f;font-size:11px;margin-top:2px;text-shadow:1px 1px 0 rgba(0,0,0,1)}.monster-context-menu{position:fixed;background:linear-gradient(180deg,#3a3626,#2a2619);border:2px solid #8a7c5a;border-radius:4px;min-width:140px;box-shadow:0 4px 12px #000000b3;z-index:1001;overflow:hidden}.context-menu-option{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#fff;font-size:12px;cursor:pointer;transition:background .1s ease;text-shadow:1px 1px 0 rgba(0,0,0,1)}.context-menu-option:hover{background:#ffffff1a}.context-menu-option:active{background:#fff3}.map-container{display:flex;flex-direction:column;gap:10px;padding:15px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:3px solid var(--osrs-border-dark);box-shadow:inset 0 1px 0 var(--osrs-border-light),0 3px 6px var(--shadow-deep);height:100%;flex:1}.map-container.panning{cursor:grabbing}.map-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 12px;background:var(--osrs-interface-dark);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);flex-shrink:0}.map-hint{color:var(--osrs-text-white);font-size:.75em;opacity:.7;font-style:italic;text-shadow:1px 1px 0 rgba(0,0,0,1)}.map-activity{color:var(--osrs-text-green);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);flex:1;text-align:center}.map-position-zoom{display:flex;align-items:center;gap:10px}.map-coords{color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.map-zoom-controls{display:flex;align-items:center;gap:8px}.zoom-btn{width:24px;height:24px;padding:0;border:2px solid var(--osrs-border-dark);border-top-color:var(--osrs-border-light);border-left-color:var(--osrs-border-light);background:linear-gradient(180deg,var(--osrs-interface-light),var(--osrs-interface-dark));color:var(--osrs-text-white);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;text-shadow:1px 1px 0 rgba(0,0,0,1);transition:filter .1s ease}.zoom-btn:hover{filter:brightness(1.2)}.zoom-btn:active{border-top-color:var(--osrs-border-dark);border-left-color:var(--osrs-border-dark);border-bottom-color:var(--osrs-border-light);border-right-color:var(--osrs-border-light)}.zoom-level{color:var(--osrs-text-white);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);min-width:45px;text-align:center;cursor:pointer}.zoom-level:hover{color:var(--osrs-text-yellow)}.map-viewport-wrapper{flex:1;overflow:hidden;position:relative;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #000c;background:#0a0806;contain:strict}.map-viewport{display:grid;gap:0;background:#0a0806;position:absolute;left:0;top:0;will-change:transform;backface-visibility:hidden;contain:layout style}.map-container.panning .map-viewport{transition:none!important}.map-tile{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;image-rendering:pixelated;contain:layout style paint}.map-container:not(.panning) .map-tile:hover{filter:brightness(1.2);z-index:1}.tile-unwalkable{cursor:pointer}.tile-void{background:#0a0806!important;cursor:default}.tile-destination{box-shadow:inset 0 0 6px 3px #ff981fe6}.tile-has-tree:hover{box-shadow:inset 0 0 6px 3px #00ff00b3}.tile-has-rock:hover{box-shadow:inset 0 0 6px 3px #8b5a2bcc}.tile-has-fishing-spot:hover{box-shadow:inset 0 0 6px 3px #0096ffcc}.tile-has-bank-counter:hover{box-shadow:inset 0 0 6px 3px #ffd700cc}.tile-has-shop-counter:hover{box-shadow:inset 0 0 6px 3px #b48246cc}.tile-has-anvil:hover{box-shadow:inset 0 0 6px 3px #646478cc}.tile-has-furnace:hover{box-shadow:inset 0 0 6px 3px #ff6432cc}.tile-has-campfire:hover{box-shadow:inset 0 0 6px 3px #ff9632cc}.tile-bank-interior:hover{box-shadow:inset 0 0 6px 3px #ffd700b3}.tile-has-cooking-stove:hover{box-shadow:inset 0 0 6px 3px #ff6432cc}.tile-has-well:hover,.tile-has-sink:hover{box-shadow:inset 0 0 6px 3px #4682b4cc}.tile-has-spinning-wheel:hover,.tile-has-loom:hover{box-shadow:inset 0 0 6px 3px #c89664cc}.tile-has-pottery-wheel:hover{box-shadow:inset 0 0 6px 3px #b47850cc}.tile-has-tanning-rack:hover{box-shadow:inset 0 0 6px 3px #8b4513cc}.tile-has-church-altar:hover{box-shadow:inset 0 0 6px 3px #ffd700cc}.tile-has-rune-altar:hover{box-shadow:inset 0 0 6px 3px #9370dbcc}.map-tile.tile-path{box-shadow:inset 0 0 4px 2px #ffff6480}.tile-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1;image-rendering:pixelated;pointer-events:none}.pet-layer{image-rendering:pixelated}.pet-sprite{display:flex;align-items:center;justify-content:center}.pet-sprite svg{width:100%;height:100%;filter:drop-shadow(0 0 2px #000)}.player-layer{image-rendering:pixelated}.player-marker{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 0 2px #000) drop-shadow(0 0 4px rgba(255,200,0,.5))}.action-progress-bar{height:5px;background:#000000b3;border:1px solid #000;border-radius:2px;overflow:hidden;box-shadow:0 1px 2px #00000080;pointer-events:none}.action-progress-fill{height:100%;background:linear-gradient(to bottom,#4ade80,#22c55e);transition:width .1s linear;box-shadow:inset 0 1px #ffffff4d}.canopy-tile{z-index:20;image-rendering:pixelated;cursor:pointer;position:relative;background:transparent}.canopy-tile img{image-rendering:pixelated;pointer-events:none;background:transparent}.map-container:not(.panning) .canopy-tile:hover{filter:brightness(1.2)}.map-container:not(.panning) .canopy-tile.tile-has-tree:hover{box-shadow:inset 0 0 6px 3px #00ff00b3}.center-camera-btn{padding:2px 8px;border:2px solid var(--osrs-border-dark);border-top-color:var(--osrs-border-light);border-left-color:var(--osrs-border-light);background:linear-gradient(180deg,var(--osrs-interface-light),var(--osrs-interface-dark));color:var(--osrs-text-orange);font-size:.75em;font-weight:700;cursor:pointer;text-shadow:1px 1px 0 rgba(0,0,0,1);transition:filter .1s ease}.center-camera-btn:hover{filter:brightness(1.2);color:var(--osrs-text-yellow)}.center-camera-btn:active{border-top-color:var(--osrs-border-dark);border-left-color:var(--osrs-border-dark);border-bottom-color:var(--osrs-border-light);border-right-color:var(--osrs-border-light)}#bank-panel{padding:10px 20px}.bank-header{display:flex;justify-content:space-between;align-items:center;margin:8px}.bank-title{color:var(--osrs-text-yellow);font-size:1.5em;font-weight:700;text-shadow:2px 2px 0 #000,0 0 8px rgba(0,0,0,.8)}.bank-close-btn{background:#644;border:2px solid #aa6666;color:#faa;font-size:20px;width:28px;height:28px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.bank-close-btn:hover{background:#855;border-color:#b77}.bank-toolbar{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px;background:#0000004d;border-bottom:1px solid var(--osrs-border-dark);margin-bottom:0}.bank-controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.bank-search-input{width:140px;padding:6px 8px;background:#1a1a1a;border:1px solid #444;border-radius:3px;color:#ddd;font-size:11px}.bank-search-input:focus{outline:none;border-color:#666}.bank-search-input::placeholder{color:#666}.bank-sort{display:flex;align-items:center}.bank-sort-select{padding:6px 8px;background:#1a1a1a;border:1px solid #444;border-radius:3px;color:#ddd;font-size:11px;cursor:pointer}.bank-sort-select:focus{outline:none;border-color:#666}.bank-item.selected{background:linear-gradient(135deg,#3a4a3a,#2a3a2a);border-color:var(--osrs-text-green);box-shadow:0 0 8px #00ff004d}.bank-item-details-wrapper{overflow:hidden;flex-shrink:0;max-height:0;transition:max-height .25s ease-out}.bank-item-details-wrapper.open{max-height:200px}.bank-item-details{display:flex;gap:16px;padding:12px;background:linear-gradient(180deg,#0006,#0003);border-top:2px solid var(--osrs-border-dark)}.bank-item-details-left{display:flex;gap:12px;flex:1}.bank-item-details-icon{width:64px;height:64px;background:#0006;border:2px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bank-item-details-icon svg{width:48px;height:48px}.bank-item-details-info{display:flex;flex-direction:column;gap:4px;min-width:0}.bank-item-details-name{color:var(--osrs-text-yellow);font-size:14px;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.bank-item-details-quantity{color:#fff;font-size:12px}.bank-item-details-value{color:var(--osrs-text-gold, #ffd700);font-size:12px}.bank-item-details-examine{color:#aaa;font-size:11px;font-style:italic;margin-top:2px}.bank-item-details-buffs{display:flex;flex-direction:column;gap:2px;margin-top:4px}.bank-item-details-buff{color:var(--osrs-text-green);font-size:11px;font-weight:700}.bank-item-details-slot{color:#888;font-size:11px;text-transform:capitalize}.bank-item-details-right{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.bank-actions-row{display:flex;align-items:center;gap:8px}.bank-actions-label{color:#aaa;font-size:12px;font-weight:700;min-width:60px;text-align:right}.bank-item-details-actions{display:flex;gap:6px}.bank-action-btn{padding:6px 12px;background:linear-gradient(180deg,#4a4a4a,#2a2a2a);border:2px solid #555;border-radius:4px;color:#ddd;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s}.bank-action-btn:hover{background:linear-gradient(180deg,#5a5a5a,#3a3a3a);border-color:#666}.bank-action-btn:active{transform:scale(.95)}.bank-action-all{background:linear-gradient(180deg,#6a3a3a,#4a2a2a);border-color:#8a4a4a}.bank-action-all:hover{background:linear-gradient(180deg,#7a4a4a,#5a3a3a);border-color:#9a5a5a}.bank-action-x{background:linear-gradient(180deg,#3a4a6a,#2a3a4a);border-color:#4a5a8a}.bank-action-x:hover{background:linear-gradient(180deg,#4a5a7a,#3a4a5a);border-color:#5a6a9a}.bank-custom-input{display:flex;gap:6px;align-items:center}.bank-custom-amount{width:80px;padding:6px 8px;background:#1a1a1a;border:2px solid #444;border-radius:4px;color:#ddd;font-size:12px}.bank-custom-amount:focus{outline:none;border-color:#666}.bank-action-confirm{background:linear-gradient(180deg,#4a6a4a,#3a4a3a);border-color:#5a8a5a}.bank-action-confirm:hover{background:linear-gradient(180deg,#5a7a5a,#4a5a4a);border-color:#6a9a6a}#bank-items.draggable-mode .bank-item{cursor:grab!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#bank-items.draggable-mode .bank-item:active{cursor:grabbing!important}.bank-item.drag-over{background:linear-gradient(135deg,#3a3a5a,#2a2a4a)!important;border-color:#6a6aff!important;box-shadow:0 0 12px #6464ff80!important}.bank-item.dragging{opacity:.5}.bank-item[draggable=true]{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.bank-action-unlock{background:linear-gradient(180deg,#5a3a3a,#3a2a2a);border-color:#6a4a4a;font-size:14px;padding:6px 8px}.bank-action-unlock:hover{background:linear-gradient(180deg,#6a4a4a,#4a3a3a);border-color:#7a5a5a}.bank-action-unlock.unlocked{background:linear-gradient(180deg,#4a6a4a,#3a4a3a);border-color:#5a8a5a}.bank-action-unlock.unlocked:hover{background:linear-gradient(180deg,#5a7a5a,#4a5a4a);border-color:#6a9a6a}.bank-action-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.bank-action-btn:disabled:hover{background:linear-gradient(180deg,#4a4a4a,#2a2a2a);border-color:#555}.bank-filters{display:flex;flex-wrap:wrap;gap:3px;flex:1}.bank-filter-btn{padding:5px 9px;background:linear-gradient(180deg,#3a3a3a,#2a2a2a);border:1px solid #444;border-radius:3px;color:#888;font-size:10px;font-weight:700;cursor:pointer;transition:all .15s}.bank-filter-btn:hover{background:linear-gradient(180deg,#4a4a4a,#3a3a3a);border-color:#555;color:#ccc}.bank-filter-btn.active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a);border-color:#5a8a5a;color:var(--osrs-text-green)}.shop-panel{display:flex;flex-direction:column;gap:12px;padding:15px;height:100%;overflow-y:auto}.shop-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:2px solid var(--osrs-border-dark)}.shop-name{font-size:1.2em;color:var(--osrs-text-yellow);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-close-btn{background:#644;border:2px solid #aa6666;color:#faa;font-size:20px;width:28px;height:28px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.shop-close-btn:hover{background:#855;border-color:#b77}.shop-section{background:var(--osrs-interface-dark);border:2px solid var(--osrs-border-dark);border-radius:4px;padding:10px}.shop-section-header{font-size:.9em;color:var(--osrs-text-light);text-shadow:1px 1px 0 rgba(0,0,0,1);margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid var(--osrs-border-dark)}.shop-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;max-height:250px;overflow-y:auto}.shop-item{display:flex;flex-direction:column;align-items:center;padding:10px 6px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-radius:4px;cursor:pointer;transition:all .15s ease;position:relative}.shop-item:hover{border-color:var(--osrs-border-light);transform:translateY(-2px);background:linear-gradient(180deg,#4a4a40 0%,var(--osrs-interface-bg) 100%);box-shadow:0 4px 8px #0000004d}.shop-item.selected{border-color:var(--osrs-text-yellow);background:linear-gradient(180deg,#5a5240 0%,var(--osrs-interface-bg) 100%);box-shadow:0 0 8px #ffd7004d}.shop-item.out-of-stock{opacity:.6}.shop-item.out-of-stock .shop-item-stock{color:#c44}.shop-item-stock{font-size:.75em;color:var(--osrs-text-green);text-shadow:1px 1px 0 rgba(0,0,0,1);font-weight:700}.shop-item-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.shop-item-icon svg{width:44px;height:44px}.shop-item-name{font-size:.75em;color:var(--osrs-text-light);text-align:center;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-top:2px}.shop-item-price{font-size:.7em;color:var(--osrs-text-yellow);text-shadow:1px 1px 0 rgba(0,0,0,1);margin-top:2px}.shop-controls{background:var(--osrs-interface-dark);border:2px solid var(--osrs-border-dark);border-radius:4px;padding:10px}.shop-controls.shop-sell-controls{border-color:#6b8b4b;background:linear-gradient(180deg,#3a4a3a 0%,var(--osrs-interface-dark) 100%)}.shop-controls.shop-sell-controls .shop-actions-label{color:#8bbb8b}.shop-selected-info{display:flex;gap:10px;margin-bottom:10px}.shop-selected-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--osrs-interface-bg);border:2px solid var(--osrs-border-dark);border-radius:4px}.shop-selected-icon svg{width:44px;height:44px}.shop-selected-details{flex:1}.shop-selected-name{font-size:1em;color:var(--osrs-text-light);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-selected-price{font-size:.85em;color:var(--osrs-text-yellow);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-gold{font-size:.8em;color:var(--osrs-text-green);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-actions{display:flex;gap:8px;align-items:center}.shop-actions-label{font-size:.9em;color:var(--osrs-text-light);text-shadow:1px 1px 0 rgba(0,0,0,1);margin-right:4px}.shop-btn{padding:6px 12px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);color:var(--osrs-text-light);font-family:var(--osrs-font);font-size:.85em;cursor:pointer;transition:all .15s ease}.shop-btn:hover{background:linear-gradient(180deg,#5a5240 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);transform:translateY(-1px)}.shop-btn:active{transform:translateY(1px)}.shop-custom-input{display:flex;gap:8px;margin-top:8px}.shop-custom-input input{flex:1;padding:6px 10px;background:var(--osrs-interface-bg);border:2px solid var(--osrs-border-dark);color:var(--osrs-text-light);font-family:var(--osrs-font);font-size:.9em}.shop-custom-input input:focus{outline:none;border-color:var(--osrs-text-yellow)}.shop-inventory{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.shop-inv-slot{aspect-ratio:1;background:var(--osrs-interface-bg);border:2px solid var(--osrs-border-dark);border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .15s ease}.shop-inv-slot.empty{cursor:default;opacity:.5}.shop-inv-slot:not(.empty):hover{border-color:var(--osrs-border-light)}.shop-inv-slot.selected{border-color:var(--osrs-text-yellow);background:linear-gradient(180deg,#5a5240 0%,var(--osrs-interface-bg) 100%);box-shadow:0 0 6px #ffd7004d}.shop-inv-qty{position:absolute;top:2px;left:2px;font-size:.65em;color:var(--osrs-text-green);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-inv-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.shop-inv-icon svg{width:22px;height:22px}.shop-sell-hint{padding:10px;background:var(--osrs-interface-dark);border:2px solid var(--osrs-border-dark);border-radius:4px;font-size:.85em;color:var(--osrs-text-light);text-align:center;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.8}.shop-selected-stock{font-size:.8em;color:var(--osrs-text-light);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-tanner-requirement{font-size:.75em;color:#c84;text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.shop-btn:disabled:hover{transform:none;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%)}.shop-btn-all{background:linear-gradient(180deg,#4a6a4a,#3a5a3a,#2a4a2a);border-color:#5a7a5a}.shop-btn-all:hover{background:linear-gradient(180deg,#5a7a5a,#4a6a4a,#3a5a3a)}.shop-tooltip{position:fixed;z-index:10000;background:linear-gradient(180deg,#3d3d35,#2d2d25);border:2px solid #5a5a4a;border-radius:4px;padding:8px 12px;pointer-events:none;box-shadow:0 4px 12px #00000080;min-width:120px}.shop-tooltip-title{font-size:.9em;color:var(--osrs-text-yellow);text-shadow:1px 1px 0 rgba(0,0,0,1);margin-bottom:4px;font-weight:700}.shop-tooltip-stock{font-size:.8em;color:var(--osrs-text-light);text-shadow:1px 1px 0 rgba(0,0,0,1)}.shop-tooltip-timer{font-size:.75em;color:var(--osrs-text-green);text-shadow:1px 1px 0 rgba(0,0,0,1);margin-top:2px}.middle-panel-container{display:flex;flex-direction:column;height:100%;position:relative}.middle-panel-content{flex:1;overflow:hidden;position:relative;min-height:0}.map-layer{position:absolute;inset:0;display:flex;flex-direction:column}.map-layer.hidden{visibility:hidden;pointer-events:none}.interface-overlay{position:absolute;inset:0;display:flex;flex-direction:column;z-index:10}.interface-overlay>*{flex:1;min-height:0}.middle-panel-content #bank-panel{flex:1}.skill-header{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:5px 6px;margin-bottom:4px;align-items:center;box-shadow:0 2px 4px #0006}.skill-header-top{display:flex;align-items:center;gap:0;height:54px;margin-bottom:2px}.skill-header-icon-title{flex:1;display:flex;align-items:center;gap:8px}.skill-header-icon{width:54px;height:54px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.skill-header-icon svg{width:100%;height:100%}.skill-header-title{color:var(--osrs-text-yellow);font-size:1.3em;font-weight:700;text-shadow:1px 1px 0 var(--osrs-border-dark),2px 2px 4px rgba(0,0,0,.8);margin:0;line-height:1;padding:0 0 0 4px;white-space:nowrap}.skill-header-level{flex:1;color:var(--osrs-text-light);font-size:1.1em;text-shadow:1px 1px 0 rgba(0,0,0,1);padding:0;text-align:center;line-height:1}.skill-header-clickable{cursor:pointer;position:relative;transition:all .15s ease;border-radius:4px;padding:2px 4px;margin:-2px -4px;border:1px solid transparent}.skill-header-clickable:hover{background:#ffffff14;border-color:var(--osrs-border-light)}.skill-header-clickable:hover .skill-header-title{text-decoration:underline;text-underline-offset:3px}.skill-dropdown{position:absolute;top:100%;left:0;right:0;z-index:100;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);box-shadow:0 4px 12px #0009;margin-top:4px;max-height:300px;overflow-y:auto}.skill-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.2);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace;text-align:left}.skill-dropdown-item:last-child{border-bottom:none}.skill-dropdown-item:hover{background:#ffffff1a}.skill-dropdown-item.active{background:#0064004d;border-left:3px solid var(--osrs-text-green)}.skill-dropdown-icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.skill-dropdown-icon svg{width:100%;height:100%}.skill-dropdown-name{color:var(--osrs-text-yellow);font-size:.95em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.skill-dropdown-item.active .skill-dropdown-name{color:var(--osrs-text-green)}.skill-header-xp.xp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;margin-bottom:3px}.xp-box{display:flex;flex-direction:column;align-items:center;gap:0;background:#0003;padding:4px 8px;border:1px solid var(--osrs-border-dark);min-width:0;margin-bottom:4px;overflow:hidden}.xp-box.xp-hr-box{cursor:context-menu;transition:all .15s ease}.xp-box.xp-hr-box:hover{background:#00000059;border-color:var(--osrs-border-light)}.xp-label{color:var(--osrs-text-white);font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.8;white-space:nowrap}.xp-value{color:var(--osrs-text-yellow);font-size:.8em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.xp-value.xp-target{color:var(--osrs-gold)}.xp-value.xp-remaining{color:var(--osrs-text-green)}.xp-value.xp-hr-value{color:#6cf}.xp-context-menu{position:fixed;z-index:1000;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);box-shadow:0 4px 12px #0009;padding:4px;min-width:120px}.xp-context-menu button{width:100%;padding:8px 12px;background:transparent;border:none;color:var(--osrs-text-yellow);font-family:Courier New,monospace;font-size:.85em;text-align:left;cursor:pointer;transition:all .15s ease;text-shadow:1px 1px 0 rgba(0,0,0,1)}.xp-context-menu button:hover{background:#ffffff1a;color:var(--osrs-text-white)}.xp-progress-container{position:relative;height:20px;background:#0006;border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);overflow:hidden;align-content:center}.xp-progress-bar{position:absolute;top:0;left:0;height:100%;background:linear-gradient(180deg,var(--osrs-text-green) 0%,#00aa00 50%,#008800 100%);transition:width .3s ease;box-shadow:inset 0 2px 4px #fff3}.xp-progress-text{position:relative;display:flex;align-items:center;justify-content:center;color:var(--osrs-text-white);font-size:.75em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),0 0 4px rgba(0,0,0,1);z-index:1;height:100%}.fishing-grid{display:flex;flex-direction:column;gap:10px;flex:1;align-content:start;overflow-y:auto;padding:15px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.tree-button.fishing-spot-btn{height:auto;min-height:54px;padding:8px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fishing-drops{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.fish-drop{display:flex;align-items:center;gap:4px;padding:2px 6px;border-radius:3px;text-shadow:1px 1px 0 rgba(0,0,0,1);cursor:default}.fish-drop-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fish-drop-icon svg{width:100%;height:100%}.fish-drop-name{font-size:.7em;white-space:nowrap}.fish-drop-level{font-size:.65em;opacity:.9;flex-shrink:0;margin-left:2px}.fish-drop.unlocked{color:var(--osrs-text-green);background:#0064004d;border:1px solid rgba(0,150,0,.5)}.fish-drop.unlocked .fish-drop-level{color:var(--osrs-text-yellow)}.fish-drop.locked{color:#f66;background:#6400004d;border:1px solid rgba(150,0,0,.5);opacity:.7}.fish-drop.locked .fish-drop-icon{filter:grayscale(50%)}.cooking-container{display:flex;flex-direction:column;gap:10px;flex:1;overflow-y:auto;padding:15px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.cooking-category{display:flex;flex-direction:column}.cooking-category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace}.cooking-category-header:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.cooking-category-header.expanded{border-bottom:none}.cooking-category-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.cooking-category-arrow{color:var(--osrs-text-white);font-size:.8em;opacity:.8}.cooking-category-items{display:flex;flex-direction:column;gap:8px;padding-top:8px;animation:slideDown .2s ease}.cooking-button{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:12px 16px;min-height:64px;overflow:hidden;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace;text-align:left}.cooking-button:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.cooking-button.cooking-locked{opacity:.7;cursor:not-allowed}.cooking-button.cooking-locked:hover{background:linear-gradient(180deg,#5a3030 0%,#4a2020 50%,var(--osrs-interface-dark) 100%);border-color:#a04040}.cooking-button.cooking-locked .cooking-name,.cooking-button.cooking-locked .cooking-level{color:#f66}.cooking-button.cooking-no-ingredients{opacity:.85}.cooking-button.cooking-no-ingredients:hover{background:linear-gradient(180deg,#304060 0%,#203050 50%,var(--osrs-interface-dark) 100%);border-color:#5080c0}.cooking-button.cooking-no-ingredients .cooking-name,.cooking-button.cooking-no-ingredients .cooking-ingredient-count{color:#69c}.cooking-button.cooking-ready .cooking-name{color:var(--osrs-text-yellow)}.cooking-button.cooking-ready-at-stove .cooking-name{color:#0f0;text-shadow:0 0 4px rgba(0,255,0,.3),1px 1px 0 rgba(0,0,0,1)}.cooking-button.cooking-active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00;box-shadow:0 0 8px #00ff004d}.cooking-button.cooking-active .cooking-name{color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.5),1px 1px 0 rgba(0,0,0,1)}.cooking-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cooking-icon svg{width:100%;height:100%}.cooking-info{display:flex;flex-direction:column;min-width:0;gap:4px}.cooking-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.cooking-details{display:flex;gap:12px}.cooking-level{color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.cooking-xp{color:var(--osrs-text-green);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.cooking-ingredient{display:flex;align-items:center;gap:4px;margin-top:2px}.cooking-ingredient-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cooking-ingredient-icon svg{width:100%;height:100%}.cooking-ingredient-count{color:var(--osrs-text-white);font-size:.7em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.smithing-container{display:flex;flex-direction:column;gap:10px;flex:1;overflow-y:auto;padding:15px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.smithing-category{display:flex;flex-direction:column}.smithing-category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace}.smithing-category-header:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.smithing-category-header.expanded{border-bottom:none}.smithing-category-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.smithing-category-arrow{color:var(--osrs-text-white);font-size:.8em;opacity:.8}.smithing-category-items{display:flex;flex-direction:column;gap:8px;padding-top:8px;animation:slideDown .2s ease}.smithing-button{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;gap:4px 12px;padding:12px 16px;min-height:64px;overflow:hidden;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace;text-align:left}.smithing-top-row{display:contents}.smithing-button:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.smithing-button.smithing-locked{opacity:.7;cursor:not-allowed}.smithing-button.smithing-locked:hover{background:linear-gradient(180deg,#5a3030 0%,#4a2020 50%,var(--osrs-interface-dark) 100%);border-color:#a04040}.smithing-button.smithing-locked .smithing-name,.smithing-button.smithing-locked .smithing-level{color:#f66}.smithing-button.smithing-no-ingredients{opacity:.85}.smithing-button.smithing-no-ingredients:hover{background:linear-gradient(180deg,#304060 0%,#203050 50%,var(--osrs-interface-dark) 100%);border-color:#5080c0}.smithing-button.smithing-no-ingredients .smithing-name,.smithing-button.smithing-no-ingredients .smithing-ingredient-count{color:#69c}.smithing-button.smithing-ready .smithing-name{color:var(--osrs-text-yellow)}.smithing-button.smithing-ready-at-station{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00aa00}.smithing-button.smithing-ready-at-station:hover{background:linear-gradient(180deg,#4a5a4a,#3a4a3a,#2a3a2a);border-color:#0c0}.smithing-button.smithing-ready-at-station .smithing-name{color:#0f0;text-shadow:0 0 4px rgba(0,255,0,.3),1px 1px 0 rgba(0,0,0,1)}.smithing-button.smithing-active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00;box-shadow:0 0 8px #00ff004d}.smithing-button.smithing-active .smithing-name{color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.5),1px 1px 0 rgba(0,0,0,1)}.smithing-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;grid-row:span 2}.smithing-icon svg{width:100%;height:100%}.smithing-info{display:flex;flex-direction:column;min-width:0;gap:4px}.smithing-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smithing-details{display:flex;gap:12px}.smithing-level{color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.smithing-xp{color:var(--osrs-text-green);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.smithing-ingredients{display:flex;flex-wrap:wrap;gap:6px;grid-column:2}.smithing-ingredient{display:flex;align-items:center;gap:2px}.smithing-ingredient-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smithing-ingredient-icon svg{width:100%;height:100%}.smithing-ingredient-count{color:var(--osrs-text-white);font-size:.7em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.firemaking-container{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:15px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.firemaking-grid{display:flex;flex-direction:column;gap:6px}.firemaking-button{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:12px 16px;min-height:64px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace;text-align:left}.firemaking-button:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.firemaking-button.firemaking-locked{opacity:.7;cursor:not-allowed}.firemaking-button.firemaking-locked:hover{background:linear-gradient(180deg,#5a3030 0%,#4a2020 50%,var(--osrs-interface-dark) 100%);border-color:#a04040}.firemaking-button.firemaking-locked .firemaking-name,.firemaking-button.firemaking-locked .firemaking-level{color:#f66}.firemaking-button.firemaking-no-logs{opacity:.85}.firemaking-button.firemaking-no-logs:hover{background:linear-gradient(180deg,#304060 0%,#203050 50%,var(--osrs-interface-dark) 100%);border-color:#5080c0}.firemaking-button.firemaking-no-logs .firemaking-name,.firemaking-button.firemaking-no-logs .firemaking-count{color:#69c}.firemaking-button.firemaking-ready .firemaking-name{color:var(--osrs-text-yellow)}.firemaking-button.firemaking-active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00;box-shadow:0 0 8px #00ff004d}.firemaking-button.firemaking-active .firemaking-name{color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.5),1px 1px 0 rgba(0,0,0,1)}.firemaking-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.firemaking-icon svg{width:100%;height:100%}.firemaking-info{display:flex;flex-direction:column;gap:4px;min-width:0}.firemaking-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.firemaking-details{display:flex;gap:12px}.firemaking-level{color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.firemaking-xp{color:var(--osrs-text-green);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.firemaking-count{color:var(--osrs-text-white);font-size:.75em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.ingredient-tooltip-wrapper{position:relative;width:100%}.ingredient-tooltip-wrapper>button{width:100%}.ingredient-tooltip{padding:10px 12px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-light);box-shadow:0 4px 12px #000c;z-index:9999;min-width:150px;pointer-events:none}.ingredient-tooltip-visible{opacity:1;visibility:visible}.ingredient-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:var(--osrs-border-light);pointer-events:none}.ingredient-tooltip-title{color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--osrs-border-dark)}.ingredient-tooltip-list{display:flex;flex-direction:column;gap:6px}.ingredient-tooltip-item{display:flex;align-items:center;gap:8px}.ingredient-tooltip-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingredient-tooltip-icon svg{width:100%;height:100%}.ingredient-tooltip-name{color:var(--osrs-text-white);font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1);flex:1}.ingredient-tooltip-qty{font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.ingredient-tooltip-qty.has-enough{color:var(--osrs-text-green)}.ingredient-tooltip-qty.not-enough{color:#f66}.runecrafting-container{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:8px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.runecrafting-grid{display:flex;flex-direction:column;gap:6px}.runecrafting-button{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:12px 16px;min-height:64px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace;text-align:left}.runecrafting-button:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.runecrafting-button.runecrafting-locked{opacity:.7;cursor:not-allowed}.runecrafting-button.runecrafting-locked:hover{background:linear-gradient(180deg,#5a3030 0%,#4a2020 50%,var(--osrs-interface-dark) 100%);border-color:#a04040}.runecrafting-button.runecrafting-locked .runecrafting-name,.runecrafting-button.runecrafting-locked .runecrafting-level{color:#f66}.runecrafting-button.runecrafting-no-access{opacity:.85}.runecrafting-button.runecrafting-no-access:hover{background:linear-gradient(180deg,#604030 0%,#503020 50%,var(--osrs-interface-dark) 100%);border-color:#c08050}.runecrafting-button.runecrafting-no-access .runecrafting-name,.runecrafting-button.runecrafting-no-access .runecrafting-multiplier{color:#f97316}.runecrafting-button.runecrafting-bank-access{opacity:.9}.runecrafting-button.runecrafting-bank-access:hover{background:linear-gradient(180deg,#605830 0%,#504820 50%,var(--osrs-interface-dark) 100%);border-color:#c0a050}.runecrafting-button.runecrafting-bank-access .runecrafting-name,.runecrafting-button.runecrafting-bank-access .runecrafting-multiplier{color:#fbbf24}.runecrafting-button.runecrafting-no-essence{opacity:.85}.runecrafting-button.runecrafting-no-essence:hover{background:linear-gradient(180deg,#304060 0%,#203050 50%,var(--osrs-interface-dark) 100%);border-color:#5080c0}.runecrafting-button.runecrafting-no-essence .runecrafting-name,.runecrafting-button.runecrafting-no-essence .runecrafting-essence{color:#69c}.runecrafting-button.runecrafting-ready .runecrafting-name{color:var(--osrs-text-yellow)}.runecrafting-button.runecrafting-active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00;box-shadow:0 0 8px #00ff004d}.runecrafting-button.runecrafting-active .runecrafting-name{color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.5),1px 1px 0 rgba(0,0,0,1)}.runecrafting-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.runecrafting-icon svg{width:100%;height:100%}.runecrafting-info{display:flex;flex-direction:column;gap:4px;min-width:0}.runecrafting-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.runecrafting-details{display:flex;gap:12px}.runecrafting-level{color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.runecrafting-xp{color:var(--osrs-text-green);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.runecrafting-stats{display:flex;gap:8px}.runecrafting-multiplier{color:var(--osrs-gold);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.runecrafting-essence-summary{display:flex;align-items:stretch;justify-content:center;gap:16px;padding:4px 8px;margin-bottom:8px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light)}.essence-column{display:flex;flex-direction:column;justify-content:space-between;gap:2px}.essence-totals{padding-left:12px;border-left:1px solid var(--osrs-border-dark)}.essence-item{display:flex;align-items:center;gap:3px;min-height:24px}.essence-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.essence-icon svg{width:100%;height:100%}.essence-label{color:var(--osrs-text-white);font-size:.8em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.8}.essence-count{color:var(--osrs-text-yellow);font-size:.8em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.essence-total-value{color:var(--osrs-text-green)}.use-shards-toggle{display:flex;justify-content:center;margin-bottom:8px}.shards-toggle-btn{display:flex;align-items:center;gap:8px;padding:6px 12px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace}.shards-toggle-btn:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.shards-toggle-btn.active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00}.shards-toggle-indicator{width:12px;height:12px;border-radius:50%;background:#64646499;border:1px solid rgba(0,0,0,.4);transition:all .15s ease}.shards-toggle-btn.active .shards-toggle-indicator{background:#0f0;box-shadow:0 0 6px #0f09;border-color:#0c0}.shards-toggle-text{color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.shards-toggle-btn.active .shards-toggle-text{color:#0f0}.crafting-container{display:flex;flex-direction:column;gap:12px;flex:1;overflow-y:auto;padding:10px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.crafting-section{display:flex;flex-direction:column;gap:6px}.crafting-category{display:flex;flex-direction:column}.crafting-category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace}.crafting-category-header:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.crafting-category-header.expanded{border-bottom:none}.crafting-category-name{color:var(--osrs-text-yellow);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1)}.crafting-category-arrow{color:var(--osrs-text-white);font-size:.8em;opacity:.8}.crafting-category-items{display:flex;flex-direction:column;gap:8px;padding-top:8px;animation:slideDown .2s ease}.crafting-section-title{color:var(--osrs-text-yellow);font-size:.95em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);padding:6px 10px;margin:0;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light)}.crafting-grid{display:flex;flex-direction:column;gap:8px;padding-top:8px}.crafting-button{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;padding:8px;min-height:60px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);cursor:pointer;transition:all .15s ease;font-family:Courier New,monospace;text-align:left}.crafting-button:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.crafting-button.crafting-locked{opacity:.7;cursor:not-allowed}.crafting-button.crafting-locked:hover{background:linear-gradient(180deg,#5a3030 0%,#4a2020 50%,var(--osrs-interface-dark) 100%);border-color:#a04040}.crafting-button.crafting-locked .crafting-name,.crafting-button.crafting-locked .crafting-level{color:#f66}.crafting-button.crafting-no-ingredients{opacity:.85}.crafting-button.crafting-no-ingredients:hover{background:linear-gradient(180deg,#304060 0%,#203050 50%,var(--osrs-interface-dark) 100%);border-color:#5080c0}.crafting-button.crafting-no-ingredients .crafting-name,.crafting-button.crafting-no-ingredients .crafting-ingredient-count{color:#69c}.crafting-button.crafting-ready .crafting-name{color:var(--osrs-text-yellow)}.crafting-button.crafting-active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00;box-shadow:0 0 8px #00ff004d}.crafting-button.crafting-active .crafting-name{color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.5),1px 1px 0 rgba(0,0,0,1)}.crafting-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crafting-icon svg{width:100%;height:100%}.crafting-info{display:flex;flex-direction:column;gap:2px;min-width:0}.crafting-name{color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crafting-details{display:flex;gap:8px}.crafting-level{color:var(--osrs-text-white);font-size:.75em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.8}.crafting-xp{color:var(--osrs-text-green);font-size:.75em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.crafting-ingredient{display:flex;align-items:center;gap:4px;margin-top:2px}.crafting-ingredient-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crafting-ingredient-icon svg{width:100%;height:100%}.crafting-ingredient-count{color:var(--osrs-text-white);font-size:.7em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.9}.loot-box{position:relative;width:44px;height:44px;background:#00000080;border:3px solid #ffd700;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;user-select:none;-webkit-user-select:none}.loot-box:hover{background:#000000b3;box-shadow:0 0 10px #fff6;z-index:100}.loot-box:active{transform:scale(.92);background:#323232cc}.loot-box-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;pointer-events:none}.loot-box-icon svg{width:100%;height:100%;image-rendering:pixelated}.loot-box-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--osrs-text-white);font-size:16px;opacity:.5}.loot-box-quantity{position:absolute;top:-4px;right:-4px;background:#000000f2;color:#ff0;font-size:10px;font-weight:700;padding:2px 4px;border-radius:3px;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;pointer-events:none;z-index:2}.loot-box-action{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);font-size:9px;font-weight:700;padding:2px 6px;border-radius:3px;color:#000;text-transform:uppercase;white-space:nowrap;pointer-events:none;z-index:2;letter-spacing:.5px;text-shadow:none;border:1px solid rgba(0,0,0,.5)}.loot-box.always-drop{box-shadow:inset 0 0 6px #ffffff40}.loot-box.roll-drop{opacity:.85}.loot-box.roll-drop:hover{opacity:1}.loot-box-tooltip{position:absolute;bottom:calc(100% + 14px);left:50%;transform:translate(-50%);background:linear-gradient(180deg,#3a3226,#2a2419);border:2px solid #5c4a32;border-radius:4px;padding:8px 12px;min-width:120px;max-width:180px;z-index:1000;pointer-events:none;box-shadow:0 4px 12px #000c}.loot-box-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#5c4a32}.loot-box-tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#2a2419;margin-top:-2px}.loot-box-tooltip-name{color:#f90;font-size:12px;font-weight:700;text-shadow:1px 1px 0 #000;margin-bottom:4px;text-align:center;text-transform:capitalize}.loot-box-tooltip-qty{color:#fff;font-size:11px;text-shadow:1px 1px 0 #000;margin-bottom:2px;text-align:center}.loot-box-tooltip-action{font-size:11px;font-weight:700;text-shadow:1px 1px 0 #000;margin-bottom:4px;text-align:center}.loot-box-tooltip-hint{color:#aaa;font-size:9px;font-style:italic;text-align:center;opacity:.8}.combat-panel{display:flex;flex-direction:column;height:100%;padding:12px;overflow-y:auto}.combat-panel-header{margin-bottom:12px}.combat-panel-header h2{margin:0;color:var(--osrs-text-yellow);font-size:1.2em;text-shadow:1px 1px 0 rgba(0,0,0,1);border-bottom:2px solid var(--osrs-border-dark);padding-bottom:8px}.combat-not-in-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:30px 20px;color:var(--osrs-text-white)}.combat-not-in-zone-icon{opacity:.5;margin-bottom:16px}.combat-not-in-zone-icon svg{width:64px;height:64px}.combat-not-in-zone p{margin:4px 0;font-size:.95em}.combat-not-in-zone .combat-hint{color:var(--osrs-text-yellow);font-size:.85em;margin-top:8px;opacity:.8}.combat-monster-info{display:flex;gap:16px;padding:12px;background:linear-gradient(180deg,#0006,#0003);border:2px solid var(--osrs-border-dark);border-radius:4px;margin-bottom:12px}.combat-monster-sprite{width:64px;height:64px;background:#00000080;border:2px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.combat-monster-sprite img{max-width:100%;max-height:100%;image-rendering:pixelated}.combat-monster-details{display:flex;flex-direction:column;justify-content:center}.combat-monster-name{margin:0 0 6px;color:var(--osrs-text-orange);font-size:1.1em;text-shadow:1px 1px 0 rgba(0,0,0,1)}.combat-monster-level{color:var(--osrs-text-white);font-size:.9em}.combat-level-value{color:var(--osrs-text-yellow);font-weight:700}.combat-stats-section{background:#00000040;border:1px solid var(--osrs-border-dark);border-radius:4px;padding:10px;margin-bottom:10px}.combat-stats-section h4{margin:0 0 8px;color:var(--osrs-text-yellow);font-size:.9em;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:4px}.combat-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.combat-stat{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:#0003;border-radius:3px}.combat-stat-label{color:var(--osrs-text-white);font-size:.85em;opacity:.9}.combat-stat-value{color:var(--osrs-text-white);font-weight:700;font-size:.9em;text-transform:capitalize}.combat-stat-value.hp{color:#f44}.combat-stat-value.damage{color:#f84}.combat-stat-value.slayer{color:#96f}.combat-stats-row{display:flex;gap:6px;flex-wrap:wrap}.combat-mini-stat{display:flex;flex-direction:column;align-items:center;padding:6px 8px;background:#0000004d;border-radius:3px;min-width:45px;flex:1}.stat-icon{font-size:.7em;font-weight:700;margin-bottom:2px;opacity:.8}.stat-icon.attack{color:#f66}.stat-icon.strength{color:#0f0}.stat-icon.defence{color:#69f}.stat-icon.ranged{color:#0c0}.stat-icon.magic{color:#6cf}.stat-icon.stab{color:#f99}.stat-icon.slash{color:#fc9}.stat-icon.crush{color:#ff9}.combat-mini-stat span:last-child{color:var(--osrs-text-white);font-weight:700;font-size:.9em}.slayer-section{background:#64329626;border-color:#9966ff4d}.combat-actions{margin-top:12px;padding-top:12px;border-top:1px solid var(--osrs-border-dark)}.combat-attack-btn{width:100%;padding:12px 20px;background:linear-gradient(180deg,#a33,#811,#611);border:2px solid #ff4444;border-radius:4px;color:var(--osrs-text-white);font-size:1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);cursor:pointer;transition:all .15s ease}.combat-attack-btn:hover{background:linear-gradient(180deg,#c44,#a22,#822);border-color:#f66;transform:translateY(-1px);box-shadow:0 3px 6px #ff00004d}.combat-attack-btn:active{transform:translateY(0);box-shadow:none}.combat-examine{margin-top:12px;padding:10px;background:#0003;border-radius:4px;border-left:3px solid var(--osrs-border-light)}.combat-examine p{margin:0;color:var(--osrs-text-white);font-size:.85em;font-style:italic;opacity:.9}.bank-tab-wrapper{height:100%;display:flex;flex-direction:column}.bank-not-available{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:30px 20px;color:var(--osrs-text-white)}.bank-not-available-icon{opacity:.5;margin-bottom:16px}.bank-not-available-icon svg{width:64px;height:64px}.bank-not-available p{margin:4px 0;font-size:.95em}.drops-section{background:#32281e4d;border-color:#b48c504d}.drops-hint{margin:0 0 10px;font-size:.75em;color:var(--osrs-text-white);opacity:.7;font-style:italic}.drops-category{margin-bottom:12px}.drops-category:last-child{margin-bottom:0}.drops-category-label{display:block;font-size:.8em;color:var(--osrs-text-yellow);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.drops-grid{display:flex;flex-wrap:wrap;gap:14px 10px;padding:6px 4px 12px}.action-panel-container{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:3px solid var(--osrs-border-dark);box-shadow:inset 0 1px 0 var(--osrs-border-light),0 3px 6px var(--shadow-deep)}.action-panel-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.action-panel-content .panel{border:none;box-shadow:none;height:100%}.action-panel-content #skill-content-panel{border:none;box-shadow:none}.action-panel-content #bank-panel{border:none;box-shadow:none;height:100%}.action-panel-tabs{display:flex;gap:8px;padding:10px;background:var(--osrs-interface-dark);border-top:2px solid var(--osrs-border-dark);width:100%;box-sizing:border-box}.action-panel-tab{flex:1;padding:10px 12px;min-height:48px;background:radial-gradient(ellipse at center,#1a1410,#0a0806);border:4px solid;border-color:#1a1008 #4a3820 #4a3820 #1a1008;box-shadow:inset 0 0 10px #000000e6,inset 2px 2px 4px #000c,0 1px #5a4830;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.action-panel-tab:hover{border-color:#2a1810 #5a4830 #5a4830 #2a1810;background:radial-gradient(ellipse at center,#252018,#151008);transform:translateY(-1px);box-shadow:inset 0 0 10px #000c,0 3px 6px #0009}.action-panel-tab.active{border-color:#8a7050 #3a2810 #3a2810 #8a7050;background:radial-gradient(ellipse at center,#3a3028,#2a2018);box-shadow:inset 0 0 10px #000c,0 0 8px #c9a86c4d;transform:translateY(0)}.action-panel-tab span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:40px;max-height:40px}.action-panel-tab span svg{width:100%;height:100%}.stat-bars-wrapper{display:flex;height:100%;width:100%;gap:0}.stat-bars-content{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.stat-bars-content>*{flex:1;min-height:0}.stat-bars-content>.panel{border:none;box-shadow:none;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%)}.stat-bar{display:flex;flex-direction:column;align-items:center;width:36px;padding:8px 4px;background:linear-gradient(180deg,var(--osrs-interface-dark) 0%,#1a1612 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);box-shadow:inset 0 0 10px #000c}.stat-bar-left{border-right:none;border-radius:4px 0 0 4px}.stat-bar-right{border-left:none;border-radius:0 4px 4px 0}.stat-bar-orb{width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#2a2419,#1a1410);border:2px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:6px;box-shadow:0 2px 4px #000c,inset 0 1px 2px #ffffff1a;position:relative}.stat-bar-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}.stat-bar-icon svg{width:100%;height:100%}.stat-bar-value{position:absolute;bottom:-18px;font-size:10px;font-weight:700;color:var(--osrs-text-white);text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 4px rgba(0,0,0,.8);white-space:nowrap}.stat-bar-track{flex:1;width:100%;background:linear-gradient(180deg,#0a0806,#151210);border:2px solid var(--osrs-border-dark);border-radius:3px;margin-top:12px;position:relative;overflow:hidden;box-shadow:inset 0 2px 6px #000000e6}.stat-bar-fill{position:absolute;bottom:0;left:0;right:0;border-radius:1px;transition:height .3s ease;background:linear-gradient(90deg,#ffffff1a,#fff3,#ffffff1a)}.stat-bar-fill:before{content:"";position:absolute;top:0;left:0;right:0;height:30%;background:linear-gradient(180deg,rgba(255,255,255,.3) 0%,transparent 100%);border-radius:1px 1px 0 0}:root{--osrs-interface-bg: #3a2e24;--osrs-interface-dark: #261c14;--osrs-interface-light: #4a3c30;--osrs-border-dark: #1a1208;--osrs-border-light: #7a6048;--osrs-gold: #c9a86c;--osrs-text-yellow: #f0d860;--osrs-text-white: #ffffff;--osrs-text-orange: #e89830;--osrs-text-green: #4ade80;--osrs-text-light: #c4b89c;--osrs-red: #dc2626;--background: #12100c;--shadow-deep: rgba(0, 0, 0, .9);--frame-outer: #1a1008;--frame-mid: #3a2818;--frame-inner: #4a3828;--frame-light: #5a4830;--frame-highlight: #7a6040;--frame-accent: #8a7050;--rivet-dark: #4a3820;--rivet-color: #c9a86c;--rivet-shine: #e8c888}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}input,textarea{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}::-webkit-scrollbar{width:14px}::-webkit-scrollbar-track{background:var(--osrs-interface-dark);border:2px solid var(--osrs-border-dark)}::-webkit-scrollbar-thumb{background:var(--osrs-interface-light);border:2px solid var(--osrs-border-light)}::-webkit-scrollbar-thumb:hover{background:var(--osrs-gold)}*{scrollbar-width:thin;scrollbar-color:var(--osrs-interface-light) var(--osrs-interface-dark)}body{font-family:Courier New,monospace;background-color:var(--background);color:var(--osrs-text-yellow);height:100%;margin:0;padding:10px;overflow:hidden}#game-container{width:100%;height:calc(100vh - 20px);padding:0;overflow:hidden;display:flex;flex-direction:column;gap:15px}header{background:repeating-linear-gradient(90deg,transparent 0px,transparent 12px,rgba(0,0,0,.02) 12px,rgba(0,0,0,.02) 13px),linear-gradient(180deg,#5a4830,#4a3c2e 10%,#3a2e24,#2a2018 90%,#1a1008);border:8px solid;border-color:#6a5838 #2a1810 #2a1810 #6a5838;box-shadow:0 0 0 3px #1a1008,inset 2px 2px #7a6848,inset -2px -2px #1a1008,0 8px 24px #000c;padding:10px 30px;display:flex;justify-content:space-between;align-items:center;max-height:125px;height:125px;flex-shrink:0;position:relative}header:before{content:"";position:absolute;inset:6px;border:3px solid;border-color:#2a1810 #5a4830 #5a4830 #2a1810;pointer-events:none}header:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#7a6040 0%,#4a3820 50%,transparent 50%) no-repeat 0 0 / 24px 24px,linear-gradient(225deg,#7a6040 0%,#4a3820 50%,transparent 50%) no-repeat 100% 0 / 24px 24px,linear-gradient(45deg,#7a6040 0%,#4a3820 50%,transparent 50%) no-repeat 0 100% / 24px 24px,linear-gradient(315deg,#7a6040 0%,#4a3820 50%,transparent 50%) no-repeat 100% 100% / 24px 24px,radial-gradient(circle at 14px 14px,var(--rivet-shine) 3px,var(--rivet-color) 4px,var(--rivet-dark) 6px,transparent 6px),radial-gradient(circle at calc(100% - 14px) 14px,var(--rivet-shine) 3px,var(--rivet-color) 4px,var(--rivet-dark) 6px,transparent 6px),radial-gradient(circle at 14px calc(100% - 14px),var(--rivet-shine) 3px,var(--rivet-color) 4px,var(--rivet-dark) 6px,transparent 6px),radial-gradient(circle at calc(100% - 14px) calc(100% - 14px),var(--rivet-shine) 3px,var(--rivet-color) 4px,var(--rivet-dark) 6px,transparent 6px);pointer-events:none}header h1{color:var(--osrs-text-yellow);font-size:2.2em;text-shadow:2px 2px 0 var(--osrs-border-dark),3px 3px 8px rgba(0,0,0,.9);letter-spacing:1px}.header-logo{height:calc(100% - 10px);width:auto;object-fit:contain;margin:5px 0 5px 10px;filter:drop-shadow(2px 2px 0 var(--osrs-border-dark)) drop-shadow(3px 3px 8px rgba(0,0,0,.9))}#tick-counter{font-size:1.2em;font-weight:700;color:var(--osrs-text-yellow);background:linear-gradient(180deg,#4a3c28,#3a2e20,#2a2018);padding:12px 24px;border:4px solid;border-color:#5a4830 #1a1008 #1a1008 #5a4830;box-shadow:inset 1px 1px #6a5840,inset -1px -1px #1a1008,0 3px 6px #00000080;text-shadow:1px 1px 2px rgba(0,0,0,.9)}.header-right{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.discord-link{display:flex;align-items:center;justify-content:center;color:#5865f2;background:linear-gradient(180deg,#4a3c28,#3a2e20,#2a2018);padding:8px;border:4px solid;border-color:#5a4830 #1a1008 #1a1008 #5a4830;transition:all .2s ease;box-shadow:inset 1px 1px #6a5840,inset -1px -1px #1a1008,0 3px 6px #00000080}.discord-link:hover{color:#7289da;background:linear-gradient(180deg,#5a4830,#4a3c28,#3a2e20);transform:translateY(-2px);box-shadow:inset 1px 1px #7a6850,inset -1px -1px #1a1008,0 5px 10px #0009,0 0 8px #5865f24d}.discord-link:active{transform:translateY(0)}.collection-log-btn{display:flex;align-items:center;justify-content:center;color:var(--osrs-gold);background:linear-gradient(180deg,#4a3c28,#3a2e20,#2a2018);padding:8px;border:4px solid;border-color:#5a4830 #1a1008 #1a1008 #5a4830;cursor:pointer;transition:all .2s ease;box-shadow:inset 1px 1px #6a5840,inset -1px -1px #1a1008,0 3px 6px #00000080}.collection-log-btn:hover{color:var(--osrs-text-yellow);background:linear-gradient(180deg,#5a4830,#4a3c28,#3a2e20);transform:translateY(-2px);box-shadow:inset 1px 1px #7a6850,inset -1px -1px #1a1008,0 5px 10px #0009,0 0 8px #d4a43a4d}.collection-log-btn:active{transform:translateY(0)}#game-content{display:grid;grid-template-columns:minmax(280px,18vw) 1fr minmax(350px,calc(18vw + 72px));grid-template-rows:1fr;gap:15px;height:calc(100vh - 160px);overflow:hidden}#game-content>*{min-height:0;overflow:hidden}#debug-panel{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:3px solid var(--osrs-border-dark);box-shadow:inset 0 1px 0 var(--osrs-border-light),0 3px 6px var(--shadow-deep);padding:25px}#debug-panel h2{color:var(--osrs-gold);margin-bottom:20px;font-size:1.6em;text-shadow:2px 2px 0 var(--osrs-border-dark)}#debug-panel p{margin:10px 0;font-size:1.1em;color:var(--osrs-text-yellow)}#debug-panel span{color:var(--osrs-text-green);font-weight:700}.panel{background:repeating-linear-gradient(90deg,transparent 0px,transparent 8px,rgba(0,0,0,.03) 8px,rgba(0,0,0,.03) 9px),linear-gradient(180deg,#4a3c2e,#3a2e24 15%,#322820,#2a2018 85%,#221810);border:8px solid;border-color:#5a4830 #2a1810 #2a1810 #5a4830;box-shadow:0 0 0 3px #1a1008,inset 2px 2px #6a5840,inset -2px -2px #1a1008,0 8px 20px #000c,4px 4px 15px #0009;padding:20px;position:relative}.panel:before{content:"";position:absolute;inset:6px;border:3px solid;border-color:#2a1810 #5a4830 #5a4830 #2a1810;pointer-events:none}.panel:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6a5438 0%,#4a3820 50%,transparent 50%) no-repeat 0 0 / 20px 20px,linear-gradient(135deg,transparent 50%,#2a1810 50%,#1a1008 100%) no-repeat 0 0 / 22px 22px,linear-gradient(225deg,#6a5438 0%,#4a3820 50%,transparent 50%) no-repeat 100% 0 / 20px 20px,linear-gradient(225deg,transparent 50%,#2a1810 50%,#1a1008 100%) no-repeat 100% 0 / 22px 22px,linear-gradient(45deg,#6a5438 0%,#4a3820 50%,transparent 50%) no-repeat 0 100% / 20px 20px,linear-gradient(45deg,transparent 50%,#2a1810 50%,#1a1008 100%) no-repeat 0 100% / 22px 22px,linear-gradient(315deg,#6a5438 0%,#4a3820 50%,transparent 50%) no-repeat 100% 100% / 20px 20px,linear-gradient(315deg,transparent 50%,#2a1810 50%,#1a1008 100%) no-repeat 100% 100% / 22px 22px,radial-gradient(circle at 12px 12px,var(--rivet-shine) 2px,var(--rivet-color) 3px,var(--rivet-dark) 5px,transparent 5px),radial-gradient(circle at calc(100% - 12px) 12px,var(--rivet-shine) 2px,var(--rivet-color) 3px,var(--rivet-dark) 5px,transparent 5px),radial-gradient(circle at 12px calc(100% - 12px),var(--rivet-shine) 2px,var(--rivet-color) 3px,var(--rivet-dark) 5px,transparent 5px),radial-gradient(circle at calc(100% - 12px) calc(100% - 12px),var(--rivet-shine) 2px,var(--rivet-color) 3px,var(--rivet-dark) 5px,transparent 5px);pointer-events:none}.panel h2{color:var(--osrs-gold);margin-bottom:20px;font-size:1.6em;text-shadow:2px 2px 0 var(--osrs-border-dark)}.side-by-side{display:contents}.map-column{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.map-column .middle-panel-container{flex:1;min-height:0;height:100%}.map-column .middle-panel-content,.map-column .map-container{height:100%}.map-column .chat-box{position:absolute;bottom:0;left:0;right:0;z-index:50}.bank-and-chat{display:flex;flex-direction:column;gap:25px;height:100%}.bank-and-chat #bank-panel{flex:1;min-height:0}.tall-panel,#skills-panel{height:100%;display:flex;flex-direction:column}#skills-panel h2{color:var(--osrs-text-yellow);margin-bottom:20px;height:40px;line-height:40px}#skills-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(8,1fr);gap:8px;overflow:hidden;padding:8px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009;flex:1;width:100%;height:100%;box-sizing:border-box;min-height:0}.skill-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:1px;background:repeating-linear-gradient(90deg,transparent 0px,transparent 5px,rgba(0,0,0,.02) 5px,rgba(0,0,0,.02) 6px),linear-gradient(180deg,#5a4830,#4a3c28 15%,#3a2e20,#2a2018 85%,#1a1008);border:3px solid;border-color:#5a4830 #1a1008 #1a1008 #5a4830;box-shadow:inset 1px 1px #6a5840,inset -1px -1px #1a1008,0 2px 4px #00000080;cursor:pointer;transition:all .15s ease;min-height:0;min-width:0;overflow:hidden}.skill-item:hover{background:repeating-linear-gradient(90deg,transparent 0px,transparent 5px,rgba(0,0,0,.02) 5px,rgba(0,0,0,.02) 6px),linear-gradient(180deg,#6a5840,#5a4830 15%,#4a3c28,#3a2e20 85%,#2a1810);transform:translateY(-2px);box-shadow:inset 1px 1px #7a6850,inset -1px -1px #1a1008,0 5px 10px #0009}.skill-item.active{background:repeating-linear-gradient(90deg,transparent 0px,transparent 5px,rgba(255,200,100,.03) 5px,rgba(255,200,100,.03) 6px),linear-gradient(180deg,#8a7050,#6a5438 15%,#4a3c28,#3a2e20 85%,#2a1810);border-color:#8a7050 #2a1810 #2a1810 #8a7050;box-shadow:inset 1px 1px #9a8060,inset -1px -1px #2a1810,0 0 12px #c9a86c4d}.skill-item.locked{border:2px solid #8b0000;border-right:3px solid #8b0000;border-bottom:3px solid #8b0000;opacity:.7}.skill-item.locked:hover{border:2px solid #a52a2a;border-right:3px solid #a52a2a;border-bottom:3px solid #a52a2a}.skill-item.locked.active{border:3px solid #a52a2a}.skill-icon{width:55%;height:auto;max-width:44px;max-height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.skill-icon svg{width:100%;height:100%}.skill-info{display:flex;flex-direction:column;align-items:center;gap:1px;text-align:center;min-width:0;overflow:hidden}.skill-name{color:var(--osrs-text-yellow);font-size:.65em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.skill-level{color:var(--osrs-text-white);font-size:.6em;text-shadow:1px 1px 2px rgba(0,0,0,.9);white-space:nowrap}.skills-tab-container{display:flex;flex-direction:column;height:100%;min-height:0}.total-level-banner{background:linear-gradient(180deg,#3a3028,#2a2018);border:2px solid var(--osrs-border-dark);border-top:2px solid #5a4830;padding:6px 12px;text-align:center;color:var(--osrs-text-light);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);flex-shrink:0}.total-level-value{color:var(--osrs-text-yellow);font-size:1.1em}.button{background-color:var(--osrs-tan);color:var(--osrs-text);border:2px solid var(--osrs-border);padding:10px 20px;cursor:pointer;font-family:Courier New,monospace;font-size:1em;border-radius:5px;transition:all .2s}.button:hover{background-color:var(--osrs-gold);color:var(--osrs-brown);transform:translateY(-2px)}.button:active{transform:translateY(0)}#bank-panel{display:flex;flex-direction:column}#bank-panel h2{margin-bottom:20px;color:var(--osrs-text-yellow);height:40px;line-height:40px}#skill-content-panel{display:flex;flex-direction:column}#skill-content-area{flex:1;overflow:hidden;display:flex;flex-direction:column}#skill-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--osrs-text-white);text-align:center;padding:40px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:20px;height:40px}.panel-header h2{margin-bottom:0;color:var(--osrs-text-yellow);height:40px;line-height:40px}.skill-stats{display:flex;gap:15px}.skill-stats>div{color:var(--osrs-text-yellow);font-size:.95em;font-weight:700;background:var(--osrs-interface-dark);padding:10px 16px;border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);box-shadow:inset 0 2px 4px #00000080;text-shadow:1px 1px 2px rgba(0,0,0,.9);min-width:100px;text-align:center}#skill-level-display{min-width:90px}#skill-xp-display{min-width:140px}#bank-items{margin-top:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:12px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;padding:15px;align-content:start;justify-items:center;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.bank-item{position:relative;width:85px;height:100px;background:linear-gradient(135deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-right:3px solid var(--osrs-border-dark);border-bottom:3px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px;transition:all .15s ease;box-shadow:0 2px 4px #0006}.bank-item:hover{border:2px solid var(--osrs-gold);border-right:3px solid var(--osrs-gold);border-bottom:3px solid var(--osrs-gold);transform:translateY(-3px);box-shadow:0 4px 8px #ff981f66;filter:brightness(1.15)}.bank-item-icon{display:flex;align-items:center;justify-content:center;flex:1;font-size:1.15em}.bank-item-icon svg{width:56px;height:56px}.bank-item-quantity{position:absolute;top:2px;left:3px;color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,2px 2px 2px rgba(0,0,0,.8);letter-spacing:.3px}.bank-item-name{position:absolute;bottom:3px;left:4px;right:4px;text-align:center;color:var(--osrs-text-white);font-size:.65em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 3px rgba(0,0,0,.8);line-height:1.2;padding:2px;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;max-height:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bank-item:hover{z-index:100}.bank-item:hover .bank-item-name{position:fixed;bottom:auto;left:50%;right:auto;max-height:none;display:block;-webkit-line-clamp:unset;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:8px 14px;z-index:10001;white-space:nowrap;pointer-events:none;transform:translate(-50%) translateY(-100%) translateY(-10px);box-shadow:0 6px 16px #000000e6;color:var(--osrs-text-yellow);font-size:.75em}.tree-grid{display:flex;flex-direction:column;gap:8px;flex:1;align-content:start;width:100%;box-sizing:border-box;overflow-y:auto;padding:15px;margin-top:5px;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009}.tree-button{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);padding:12px 16px;cursor:pointer;font-family:Courier New,monospace;transition:all .15s ease;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;min-height:64px;min-width:0;width:100%;box-sizing:border-box;text-align:left}.tree-button:hover{background:linear-gradient(180deg,#6a6250 0%,#524a38 50%,var(--osrs-interface-dark) 100%);border-color:var(--osrs-border-light)}.tree-button.active{background:linear-gradient(180deg,#3a4a3a,#2a3a2a,#1a2a1a);border:2px solid #00cc00;box-shadow:0 0 8px #00ff004d}.tree-button.active .tree-name{color:#0f0;text-shadow:0 0 8px rgba(0,255,0,.6),1px 1px 0 rgba(0,0,0,1)}.tree-button.active .tree-level{color:#8f8;text-shadow:0 0 6px rgba(0,255,0,.4),1px 1px 0 rgba(0,0,0,1)}@keyframes button-select{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}.tree-button.locked{opacity:.7;cursor:not-allowed}.tree-button.locked:hover{background:linear-gradient(180deg,#5a3030 0%,#4a2020 50%,var(--osrs-interface-dark) 100%);border-color:#a04040}.tree-button.locked .tree-name{color:#f66}.tree-button.locked .tree-level{color:#faa}.tree-button.not-adjacent{opacity:.8}.tree-button.not-adjacent:hover{background:linear-gradient(180deg,#4a4a60 0%,#303040 50%,var(--osrs-interface-dark) 100%);border:2px solid #6060a0;border-right:3px solid #6060a0;border-bottom:3px solid #6060a0;transform:translateY(-2px);box-shadow:0 4px 8px #6060a04d,inset 0 1px 3px #9696ff1a;filter:brightness(1.05)}.tree-button.not-adjacent .tree-name{color:#aaf}.tree-button.not-adjacent .tree-level{color:#ccf}.tree-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0}.tree-icon img,.tree-icon svg{width:100%;height:100%;object-fit:contain}.tree-info{display:flex;flex-direction:column;min-width:0;gap:4px}.tree-name{color:var(--osrs-text-yellow);font-weight:700;font-size:1em;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.tree-details{display:flex;gap:12px}.tree-level{color:var(--osrs-text-white);font-size:.85em;text-shadow:1px 1px 2px rgba(0,0,0,.9);line-height:1.2}.tree-xp{color:var(--osrs-text-green);font-size:.85em;text-shadow:1px 1px 2px rgba(0,0,0,.9);line-height:1.2}.game-tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);color:var(--osrs-text-yellow);border:3px solid var(--osrs-border-dark);border-top:3px solid var(--osrs-border-light);padding:25px 35px;font-size:1.3em;font-weight:700;text-align:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease;box-shadow:0 6px 24px #000c;text-shadow:2px 2px 0 rgba(0,0,0,1),3px 3px 6px rgba(0,0,0,.9)}.game-tooltip.show{opacity:1;animation:tooltip-pulse .5s ease}@keyframes tooltip-pulse{0%{transform:translate(-50%,-50%) scale(.8)}50%{transform:translate(-50%,-50%) scale(1.05)}to{transform:translate(-50%,-50%) scale(1)}}.game-context-menu,.context-menu{position:fixed;background:linear-gradient(180deg,#3a3626,#2a2619);border:2px solid #8a7c5a;border-radius:4px;min-width:140px;box-shadow:0 4px 12px #000000b3;z-index:10000;overflow:hidden;animation:context-menu-appear .1s ease}@keyframes context-menu-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.context-menu-title{background:linear-gradient(180deg,#4a4636,#3a3626);color:#f93;font-weight:700;font-size:13px;padding:6px 10px;text-shadow:1px 1px 0 rgba(0,0,0,1);border-bottom:1px solid rgba(255,255,255,.15)}.context-menu-option,.context-menu-item{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#fff;font-size:12px;cursor:pointer;transition:background .1s ease;text-shadow:1px 1px 0 rgba(0,0,0,1)}.context-menu-option:hover,.context-menu-item:hover{background:#ffffff1a}.context-menu-option:active,.context-menu-item:active{background:#fff3}.context-menu-option.disabled{opacity:.5;cursor:not-allowed}.context-menu-option.disabled:hover{background:transparent}.context-menu-icon{font-size:14px;width:18px;text-align:center}.context-menu-icon.attack-icon{color:#f66}.context-menu-icon.examine-icon{color:#6cf}.context-menu-icon.equip-icon{color:#6f6}.context-menu-icon.drop-icon{color:#f96}.context-menu-icon.open-icon{color:#fc6}.context-menu-icon.deposit-icon{color:#9cf}.context-menu-icon.withdraw-icon{color:#9f9}.context-menu-icon.sell-icon{color:#fc0}.bank-item{cursor:context-menu}.offline-progress-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.offline-progress-popup{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 50%,var(--osrs-interface-dark) 100%);border:4px solid var(--osrs-border-dark);border-top:4px solid var(--osrs-border-light);padding:35px;max-width:550px;max-height:80vh;overflow-y:auto;text-align:center;box-shadow:0 8px 32px #000000f2;animation:popup-appear .4s ease;color:var(--osrs-text-yellow)}@keyframes popup-appear{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.offline-progress-popup h2{color:var(--osrs-gold);margin-bottom:20px;font-size:1.7em;text-shadow:2px 2px 0 var(--osrs-border-dark),3px 3px 6px rgba(0,0,0,.9)}.offline-progress-popup h3{color:var(--osrs-gold);margin-bottom:15px;font-size:1.3em;text-shadow:2px 2px 0 var(--osrs-border-dark)}.offline-progress-popup h4{color:var(--osrs-gold);margin-bottom:12px;font-size:1.1em;text-shadow:1px 1px 0 var(--osrs-border-dark)}.offline-progress-popup p{margin:8px 0;font-size:1em;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8)}.offline-progress-popup hr{border:none;border-top:2px solid var(--osrs-border-dark);border-bottom:1px solid var(--osrs-border-light);margin:25px 0}.offline-progress-popup button{margin-top:30px;padding:14px 36px;background:linear-gradient(180deg,var(--osrs-gold) 0%,#ff8c00 100%);border:3px solid var(--osrs-border-dark);border-top:3px solid var(--osrs-gold);color:var(--osrs-border-dark);font-family:Courier New,monospace;font-size:1.1em;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 8px #00000080;text-shadow:1px 1px 2px rgba(255,255,255,.4)}.offline-progress-popup button:hover{background:linear-gradient(180deg,#ffc107 0%,var(--osrs-gold) 100%);transform:translateY(-3px);box-shadow:0 6px 12px #ff981f99;filter:brightness(1.15)}.offline-progress-popup button:active{transform:translateY(-1px)}.offline-popup-title{color:var(--osrs-text-yellow);margin-bottom:20px;font-size:1.7em;text-shadow:2px 2px 0 var(--osrs-border-dark),3px 3px 6px rgba(0,0,0,.9)}.offline-popup-subtitle{color:var(--osrs-text-yellow);margin-bottom:15px;margin-top:10px;font-size:1.3em;text-shadow:2px 2px 0 var(--osrs-border-dark)}.offline-popup-text{margin-bottom:15px;font-size:1em;color:var(--osrs-text-white);text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8)}.offline-popup-divider{border:none;border-top:2px solid var(--osrs-border-dark);border-bottom:1px solid var(--osrs-border-light);margin:20px 0}.offline-popup-xp{color:var(--osrs-text-green);margin-bottom:10px;font-size:1.1em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8)}.offline-popup-levelup{color:var(--osrs-text-yellow);margin-bottom:15px;font-size:1.2em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(255,255,0,.4)}.offline-popup-items{margin-top:15px}.offline-popup-items-title{color:var(--osrs-text-yellow);margin-bottom:10px;font-size:1.1em;text-shadow:1px 1px 0 var(--osrs-border-dark)}.offline-popup-item{margin:5px 0;color:var(--osrs-text-white);text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8)}.offline-popup-button{margin-top:25px;padding:14px 36px;background:linear-gradient(180deg,var(--osrs-gold) 0%,#ff8c00 100%);border:3px solid var(--osrs-border-dark);border-top:3px solid var(--osrs-gold);color:var(--osrs-border-dark);font-family:Courier New,monospace;font-size:1.1em;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 8px #00000080;text-shadow:1px 1px 2px rgba(255,255,255,.4)}.offline-popup-button:hover{background:linear-gradient(180deg,#ffc107 0%,var(--osrs-gold) 100%);transform:translateY(-3px);box-shadow:0 6px 12px #ff981f99;filter:brightness(1.15)}.offline-popup-button:active{transform:translateY(-1px)}.tab-header{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px 0 0;width:100%;box-sizing:border-box}.tab-header.two-rows{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:8px}.tab-header.two-rows .tab-row{display:contents}.tab-header.two-rows .tab-button{padding:5px}.tab-header.two-rows .tab-button span svg{width:100%;height:100%}.tab-button{aspect-ratio:1;padding:5px;width:100%;background:radial-gradient(ellipse at center,#1a1410,#0a0806);border:4px solid;border-color:#1a1008 #4a3820 #4a3820 #1a1008;box-shadow:inset 0 0 10px #000000e6,inset 2px 2px 4px #000c,0 1px #5a4830;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box}.tab-button:hover{border-color:#2a1810 #5a4830 #5a4830 #2a1810;background:radial-gradient(ellipse at center,#252018,#151008);transform:translateY(-1px);box-shadow:inset 0 0 10px #000c,0 3px 6px #0009}.tab-button.active{border-color:#8a7050 #3a2810 #3a2810 #8a7050;background:radial-gradient(ellipse at center,#3a3028,#2a2018);box-shadow:inset 0 0 10px #000c,0 0 8px #c9a86c4d;transform:translateY(0)}.tab-button span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.tab-button span svg{width:100%;height:100%}.tab-content{flex:1;overflow-y:auto;background:#0003;border:2px solid var(--osrs-border-dark);box-shadow:inset 0 2px 6px #0009;padding:0;margin-bottom:0;display:flex;flex-direction:column;min-height:0}.coming-soon-tab{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.coming-soon-content{padding:30px}.coming-soon-icon{font-size:48px;margin-bottom:15px}.coming-soon-title{color:var(--osrs-text-yellow);font-size:1.4em;margin-bottom:10px;text-shadow:2px 2px 0 rgba(0,0,0,.8)}.coming-soon-text{color:var(--osrs-text-light);font-size:1.1em;margin-bottom:8px;text-shadow:1px 1px 0 rgba(0,0,0,.8)}.coming-soon-subtext{color:var(--osrs-text-light);font-size:.85em;opacity:.7;text-shadow:1px 1px 0 rgba(0,0,0,.8)}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px;width:100%;box-sizing:border-box}.inventory-slot{aspect-ratio:1;background:radial-gradient(ellipse at center,#1a1410,#0a0806);border:4px solid;border-color:#1a1008 #4a3820 #4a3820 #1a1008;box-shadow:inset 0 0 10px #000000e6,inset 2px 2px 4px #000c,0 1px #5a4830;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px}.inventory-slot:hover{border-color:#2a1810 #5a4830 #5a4830 #2a1810;background:radial-gradient(ellipse at center,#252018,#151008)}.inventory-slot.has-item{background:radial-gradient(ellipse at center,#2a2418,#1a1410);cursor:pointer}.inventory-slot.has-item:hover{border-color:#8a7050 #3a2810 #3a2810 #8a7050;background:radial-gradient(ellipse at center,#3a3028,#2a2018);box-shadow:inset 0 0 10px #000c,0 0 8px #c9a86c4d}.inventory-slot.sellable{border:2px solid #4a8f4a}.inventory-slot.sellable:hover{border:2px solid #5abe5a;background:linear-gradient(135deg,#2a3a29,#1a2a1a)}.inventory-slot.depositable{border:2px solid #4a6a8f}.inventory-slot.depositable:hover{border:2px solid #5a8abe;background:linear-gradient(135deg,#292a3a,#1a1a2a)}.inventory-slot.dragging{opacity:.5}.inventory-slot.drag-over{border:2px solid var(--osrs-gold);background:linear-gradient(135deg,#3a3429,#2a2420)}.inventory-slot.locked{border:2px solid #cc3333;background:linear-gradient(135deg,#3a2020,#2a1515);box-shadow:inset 0 0 8px #ff00004d}.inventory-slot.locked:hover{border:2px solid #ff4444;filter:brightness(1.1)}.inventory-slot.lock-mode{cursor:pointer}.inventory-slot.lock-mode:hover{border:2px solid #ff6666;background:linear-gradient(135deg,#3a2525,#2a1a1a)}.inventory-slot.lock-mode.locked:hover{border:2px solid #88ff88;background:linear-gradient(135deg,#253a25,#1a2a1a)}.inventory-slot.use-mode{cursor:crosshair}.inventory-slot.use-mode.has-item:hover{border:2px solid #66aaff;background:linear-gradient(135deg,#253040,#1a2530);box-shadow:inset 0 0 8px #64aaff4d}.inventory-slot.use-selected{border:2px solid #44ff88!important;background:linear-gradient(135deg,#204030,#152a20)!important;box-shadow:inset 0 0 10px #4f86;animation:use-pulse 1.5s ease-in-out infinite}@keyframes use-pulse{0%,to{box-shadow:inset 0 0 10px #4f86}50%{box-shadow:inset 0 0 15px #4f89}}.inventory-item-icon{width:100%;height:100%;max-width:64px;max-height:64px;display:flex;align-items:center;justify-content:center}.inventory-item-icon svg{width:100%;height:100%}.inventory-item-quantity{position:absolute;bottom:2px;left:4px;font-size:11px;font-weight:700;color:#ff0;text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px -1px 1px #000,-1px 1px 1px #000;pointer-events:none}.fish-barrel-counter{position:absolute;top:2px;right:2px;font-size:9px;font-weight:700;color:#fff;text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px -1px 1px #000,-1px 1px 1px #000;pointer-events:none;background:#005078d9;padding:1px 3px;border-radius:3px;border:1px solid rgba(0,160,220,.6);z-index:1}.inventory-container{position:relative;height:100%}.inventory-bank-all-btn{position:absolute;bottom:10px;right:10px;padding:4px 10px;font-size:.75em;font-family:Courier New,monospace;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);color:var(--osrs-text-yellow);cursor:pointer;text-shadow:1px 1px 0 rgba(0,0,0,.8);transition:all .15s ease}.inventory-bank-all-btn:hover{background:linear-gradient(180deg,var(--osrs-gold) 0%,#cc7a18 100%);color:#000;text-shadow:none}.inventory-actions{position:absolute;bottom:10px;right:10px;display:flex;gap:6px}.inventory-actions .inventory-bank-all-btn{position:static}.inventory-lock-btn{padding:4px 10px;font-size:.75em;font-family:Courier New,monospace;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);color:var(--osrs-text-yellow);cursor:pointer;text-shadow:1px 1px 0 rgba(0,0,0,.8);transition:all .15s ease}.inventory-lock-btn:hover{background:linear-gradient(180deg,#5a3030,#4a2020);border-color:#c33}.inventory-lock-btn.active{background:linear-gradient(180deg,#a33,#822);border:2px solid #ff4444;color:#fff;box-shadow:0 0 6px #ff444480}.inventory-lock-btn.active:hover{background:linear-gradient(180deg,#c44,#a33)}.gear-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:8px;gap:12px;position:relative;flex:1;min-height:0;overflow:hidden}.gear-grid{display:grid;grid-template-columns:repeat(3,minmax(40px,80px));grid-template-rows:repeat(5,minmax(40px,80px));gap:4px;justify-content:center;min-height:0}.gear-buffs{width:100%;max-width:400px;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:12px;box-shadow:0 4px 8px #0009}.gear-buffs-title{color:var(--osrs-text-yellow);font-size:.9em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 3px rgba(0,0,0,.8);margin:0 0 10px;text-align:center}.gear-buffs-list{display:flex;flex-direction:column;gap:6px}.gear-buff-item{background:#0000004d;border:1px solid var(--osrs-border-dark);padding:8px 10px;border-radius:4px;display:flex;align-items:center;gap:10px}.gear-buff-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gear-buff-details{display:flex;flex-direction:column;gap:2px}.gear-buff-name{color:var(--osrs-text-green);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 3px rgba(0,0,0,.8)}.gear-buff-source{color:var(--osrs-text-orange);font-size:.75em;font-style:italic;text-shadow:1px 1px 0 rgba(0,0,0,1)}.gear-slot{aspect-ratio:1;background:linear-gradient(135deg,#2a2419,#1a1410);border:2px solid var(--osrs-border-dark);border-top:2px solid #4a4030;box-shadow:inset 0 2px 4px #000c;position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:hidden}.gear-slot:hover{border:2px solid var(--osrs-border-light);filter:brightness(1.1)}.gear-slot-empty{aspect-ratio:1;background:transparent}.gear-slot-label{font-size:.6em;color:var(--osrs-text-yellow);text-shadow:1px 1px 2px rgba(0,0,0,.9);opacity:.6;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gear-slot.has-item{background:linear-gradient(135deg,#3a3429,#2a2420);border:2px solid var(--osrs-border-light);cursor:pointer}.gear-slot.has-item:hover{filter:brightness(1.2)}.gear-pet-container{position:absolute;top:10px;right:10px}.gear-slot.gear-slot-pet{width:50px;height:50px;aspect-ratio:1}.gear-slot-label-pet{font-size:.55em}.equipped-item-pet{padding:2px}.equipped-item-pet .equipped-item-icon{width:100%;height:100%;max-width:28px;max-height:28px}.equipped-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:2px;position:relative;overflow:hidden}.equipped-item-icon{width:80%;height:80%;max-width:60px;max-height:60px;display:flex;align-items:center;justify-content:center}.equipped-item-icon svg{width:100%;height:100%}.equipment-tooltip{position:absolute;background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:8px 14px;z-index:10001;white-space:nowrap;pointer-events:none;transform:translate(-50%);box-shadow:0 6px 16px #000000e6;color:var(--osrs-text-yellow);font-size:.75em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8);font-family:Courier New,monospace}.barrel-tooltip{white-space:normal;min-width:120px;transform:translate(-50%) translateY(-100%)}.barrel-tooltip-title{text-align:center;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid var(--osrs-border-dark)}.barrel-tooltip-contents{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;max-width:180px}.barrel-tooltip-item{display:flex;align-items:center;gap:2px;background:#0000004d;padding:2px 4px;border-radius:3px}.barrel-tooltip-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.barrel-tooltip-icon svg{width:20px;height:20px}.barrel-tooltip-count{color:#ff0;font-size:11px}.barrel-tooltip-empty{text-align:center;color:var(--osrs-text-light);font-style:italic}.loot-notifications-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none;display:flex;flex-direction:column;gap:10px;align-items:center}.loot-notification{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(0);will-change:transform,opacity;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.loot-notification.visible{animation:loot-float 4s linear forwards}@keyframes loot-float{0%{opacity:0;transform:translate(-50%) translateY(0) scale(1)}5%{opacity:1;transform:translate(-50%) translateY(-3px) scale(1)}95%{opacity:1;transform:translate(-50%) translateY(-62px) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-65px) scale(1)}}.loot-notification-content{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:2px solid var(--osrs-border-light);padding:6px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 4px 12px #000000e6}.loot-notification-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;filter:drop-shadow(0 0 4px rgba(255,215,0,.3))}.loot-notification-icon svg{width:100%;height:100%}.loot-notification-text{display:flex;flex-direction:row;align-items:center;gap:6px}.loot-notification-name{color:var(--osrs-text-white);font-size:.75em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 3px rgba(0,0,0,.8);white-space:nowrap}.loot-notification-quantity{color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 4px rgba(0,0,0,.8)}.loot-notification-xp{display:flex;flex-direction:row;align-items:center;gap:4px;margin-left:4px;padding-left:8px;border-left:1px solid var(--osrs-border-dark)}.loot-notification-skill-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loot-notification-skill-icon svg{width:100%;height:100%}.loot-notification-xp span{color:var(--osrs-text-green);font-size:.7em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 3px rgba(0,0,0,.8);white-space:nowrap}.loot-notification-row{display:flex;flex-direction:row;align-items:center;gap:8px}.collection-log-notification-container{position:fixed;top:130px;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}.collection-log-notification{opacity:0;transform:translateY(-20px);will-change:transform,opacity}.collection-log-notification.visible{animation:collection-log-appear 5s ease-out forwards}@keyframes collection-log-appear{0%{opacity:0;transform:translateY(-20px)}10%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.collection-log-notification-header{background:linear-gradient(180deg,#5a4a2a,#3a2a1a);border:2px solid var(--osrs-border-dark);border-bottom:none;border-top:2px solid var(--osrs-border-light);padding:4px 16px;color:var(--osrs-text-yellow);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1);text-align:center;border-radius:4px 4px 0 0}.collection-log-notification-content{background:linear-gradient(180deg,var(--osrs-interface-light) 0%,var(--osrs-interface-bg) 100%);border:2px solid var(--osrs-border-dark);border-top:1px solid var(--osrs-border-light);padding:10px 16px;display:flex;flex-direction:row;align-items:center;gap:12px;border-radius:0 0 4px 4px;min-width:180px}.collection-log-notification-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2419,#1a1410);border:2px solid var(--osrs-border-dark);padding:4px}.collection-log-notification-icon svg{width:100%;height:100%}.collection-log-notification-text{display:flex;flex-direction:column;gap:2px}.collection-log-notification-label{color:var(--osrs-text-white);font-size:.7em;text-shadow:1px 1px 0 rgba(0,0,0,1);opacity:.8}.collection-log-notification-name{color:var(--osrs-text-green);font-size:.85em;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 3px rgba(0,0,0,.8);white-space:nowrap}.inventory-action-toggle-container{display:flex;flex-direction:column;gap:4px;padding:0 10px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,margin .3s ease;margin-bottom:0;align-items:center}.inventory-action-toggle-container.visible{max-height:80px;padding:4px 10px;margin-bottom:6px}.inventory-action-toggle{display:flex;gap:0;justify-content:center}.fletch-toggle-row{display:flex;gap:4px;justify-content:center;align-items:center}.inventory-action-toggle .toggle-btn{flex:0 0 auto;min-width:50px;padding:5px 12px;background:linear-gradient(180deg,#5a5040,#3e3529,#2e261c);border:2px solid var(--osrs-border-dark);box-shadow:inset 0 1px #ffffff1a,0 2px 4px #00000080;color:#999;font-family:Courier New,monospace;font-size:.8em;font-weight:700;cursor:pointer;transition:all .2s ease;text-shadow:1px 1px 2px rgba(0,0,0,.9);text-align:center;display:flex;align-items:center;justify-content:center;position:relative}.inventory-action-toggle .toggle-btn:first-child{border-radius:4px 0 0 4px;border-right:1px solid var(--osrs-border-dark)}.inventory-action-toggle .toggle-btn:last-child{border-radius:0 4px 4px 0;border-left:1px solid rgba(255,255,255,.05)}.inventory-action-toggle .toggle-btn:hover:not(.active){background:linear-gradient(180deg,#6a6050,#4e4539,#3e362c);color:var(--osrs-text-yellow)}.inventory-action-toggle .toggle-btn.active{background:linear-gradient(180deg,var(--osrs-gold) 0%,#cc7a18 50%,#995c12 100%);border-color:#ffb030;box-shadow:inset 0 1px #ffffff4d,0 2px 8px #ff981f66;color:#1a1410;text-shadow:0 1px 0 rgba(255,255,255,.3)}.inventory-action-toggle .toggle-btn.active:hover{background:linear-gradient(180deg,#ffb030,#e08820,#aa6a15);filter:brightness(1.05)}.fletch-toggle-row .toggle-btn{flex:0 0 auto;min-width:50px;padding:5px 12px;background:linear-gradient(180deg,#5a5040,#3e3529,#2e261c);border:2px solid var(--osrs-border-dark);border-radius:4px;box-shadow:inset 0 1px #ffffff1a,0 2px 4px #00000080;color:#999;font-family:Courier New,monospace;font-size:.8em;font-weight:700;cursor:pointer;transition:all .2s ease;text-shadow:1px 1px 2px rgba(0,0,0,.9);text-align:center}.fletch-toggle-row .toggle-btn:hover:not(.active){background:linear-gradient(180deg,#6a6050,#4e4539,#3e362c);color:var(--osrs-text-yellow)}.fletch-toggle-row .toggle-btn.active{background:linear-gradient(180deg,var(--osrs-gold) 0%,#cc7a18 50%,#995c12 100%);border-color:#ffb030;box-shadow:inset 0 1px #ffffff4d,0 2px 8px #ff981f66;color:#1a1410;text-shadow:0 1px 0 rgba(255,255,255,.3)}.fletch-toggle-row .fletch-target-select{font-family:Courier New,monospace;font-size:.75em;font-weight:700;padding:5px 6px;background:#1a1812;border:2px solid #3a3020;color:#fc6;cursor:pointer;min-width:140px;border-radius:4px}.fletch-toggle-row .fletch-target-select:focus{outline:none;border-color:orange}.fletch-toggle-row .fletch-target-select option{background:#1a1812;color:#fc6;padding:8px}.skill-section{flex:1;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 200px);padding-right:4px}.skill-section::-webkit-scrollbar{width:8px}.skill-section::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.skill-section::-webkit-scrollbar-thumb{background:var(--osrs-border-light);border-radius:4px}.skill-section::-webkit-scrollbar-thumb:hover{background:var(--osrs-text-yellow)}.fletching-info-text{font-size:.85em;color:#aaa;font-style:italic;padding:4px 8px;margin-bottom:4px;background:#0003;border-radius:3px}
