#overview-page{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap}#overview-page::-webkit-scrollbar{height:10px}#overview-page::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}#overview-page::-webkit-scrollbar-thumb{background:#888;border-radius:5px}#overview-page::-webkit-scrollbar-thumb:hover{background:#555}#overview-presets-column{width:125px;flex-shrink:0;background-color:#fff;border-right:1px solid rgba(0,0,0,.1);overflow-y:auto}.overview-preset-btn{width:100%;margin:0 auto .7rem auto;padding:.7rem .5rem;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.85rem;color:#1d1d1f;position:relative;overflow:hidden}.overview-preset-btn:hover{background-color:#f5f5f7;border-color:rgba(0,0,0,.2);transform:translateY(-1px)}.overview-preset-btn.active{background-color:#06c;color:#fff;border-color:#06c;box-shadow:0 2px 5px rgba(0,0,0,.1)}#overview-content-column{flex:1 1 auto!important;height:100%;overflow-y:auto;padding:0;background-color:#fff;min-width:0!important;max-width:none!important;width:auto!important}#overview-page .column{flex-shrink:0;min-width:0;max-width:none!important}#overview-page .column.column-overview-content{flex:1 1 auto!important;min-width:0!important;max-width:none!important;width:auto!important}#overview-main-content{width:100%;min-width:0}.overview-info{padding:1rem;background-color:#f8f9fa;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:1rem}.overview-info p{margin:0;color:#555;font-size:.85rem}.overview-stats{padding:1rem;margin-bottom:1rem}.overview-stats-card{background-color:#f5f5f7;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.overview-stats-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#1d1d1f}.overview-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.overview-stat-item{display:flex;flex-direction:column;align-items:center;padding:.8rem;background-color:#fff;border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.stat-value{font-size:1.5rem;font-weight:700;color:#06c}.stat-label{font-size:.8rem;color:#666;margin-top:.3rem}#overview-categories-column{width:125px;flex-shrink:0;background-color:#fff;border-right:1px solid rgba(0,0,0,.1);overflow-y:auto}.overview-category-btn{width:100%;margin:0 auto .6rem auto;padding:.6rem .5rem;text-align:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.85rem;color:#1d1d1f;line-height:1.25;height:auto;min-height:34px;display:flex;flex-direction:column;justify-content:center;align-items:center}.overview-category-btn:hover{background-color:#f5f5f7;border-color:rgba(0,0,0,.2);transform:translateY(-1px)}.overview-category-btn.active{background-color:#06c;color:#fff;border-color:#06c;box-shadow:0 2px 5px rgba(0,0,0,.1)}.overview-categories{padding:1rem}.category-card{background-color:#f5f5f7;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.category-title{font-size:.9rem;font-weight:600;margin-bottom:.8rem;color:#1d1d1f;display:flex;justify-content:space-between;align-items:center}.category-count{font-size:.8rem;color:#666;padding:.2rem .6rem;background-color:#e4e4e4;border-radius:999px}.subcategories-list{display:flex;flex-wrap:wrap;gap:.8rem}.subcategory-item{padding:.5rem .8rem;background-color:#fff;border-radius:6px;font-size:.8rem;border:1px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.subcategory-item:hover{background-color:#f0f0f0}.subcategory-count{font-size:.75rem;padding:.1rem .4rem;background-color:#e4e4e4;border-radius:999px;color:#666}.overview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;color:#999;text-align:center}.overview-placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.3}.overview-placeholder-text{font-size:1.1rem;margin-bottom:.5rem}.overview-placeholder-subtext{font-size:.9rem;max-width:400px}.item-cards-container{padding:1rem;width:100%;overflow-x:visible}.category-section-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1);color:#1d1d1f}.empty-items-notice{padding:1rem;color:#888;font-style:italic;background-color:#f5f5f7;border-radius:8px;margin-bottom:1.5rem;text-align:center}.item-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.item-card{position:relative;display:flex;flex-direction:column;align-items:center;background-color:#f5f5f7;border-radius:8px;padding:12px;margin-bottom:10px;box-shadow:0 1px 2px rgba(0,0,0,.1);cursor:pointer}.item-card:hover{box-shadow:0 3px 6px rgba(0,0,0,.15)}.item-card.dragging{opacity:.6;box-shadow:0 5px 10px rgba(0,0,0,.2)}.item-image-container{height:100px;overflow:hidden;background-color:#f5f5f7;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,0,0,.1);padding:0 3px 0 0;margin-right:6px}.item-image{max-height:100%;max-width:100%;object-fit:contain}.item-info-container{padding:.8rem;flex-grow:1;display:flex;flex-direction:column}.item-name{font-size:.9rem;font-weight:600;margin-bottom:.3rem;color:#1d1d1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-category{font-size:.7rem;color:#666;margin-bottom:.4rem}.item-settings{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:auto}.item-settings span{display:inline-block;padding:.2rem .4rem;border-radius:3px;font-size:.65rem;font-weight:500}.item-visibility{color:#fff}.item-visibility.show{background-color:#4caf50}.item-visibility.hide{background-color:#f44336}.item-font-size{background-color:#e4e4e4;color:#333}.item-beam-color{background-color:#e4e4e4;font-weight:700}.item-cards-list{display:block;width:100%;margin-bottom:20px}.compact-item-card{position:relative;display:flex;align-items:center;width:100%;height:36px;margin:4px 0;padding:0 6px;background-color:#e6e6e6;border:1px solid #ccc;border-radius:4px;overflow:visible;cursor:grab;z-index:1}.compact-item-card:hover{background-color:#f5f5f5;border-color:#aaa;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);z-index:100}.compact-item-card.dragging{opacity:.5;border:2px dashed #999;background-color:#f0f0f0;z-index:50}.compact-item-card:active{cursor:grabbing;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.compact-item-card .compact-image-container{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:5px;flex-shrink:0;background:0 0;border:none}.compact-item-card .compact-image{max-width:100%;max-height:100%;object-fit:contain;display:block}.compact-item-card .compact-name-container{display:flex;align-items:center;flex-grow:1;height:100%;overflow:hidden;background:0 0;padding:0}.compact-item-card .compact-name{font-size:13px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;margin:0}.global-item-tooltip{position:fixed;z-index:10000;background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);max-width:300px;font-size:14px;color:#333;pointer-events:none;animation:fadeIn .15s ease}.global-item-tooltip .tooltip-title{font-size:16px;font-weight:700;margin-bottom:5px;color:#000}.global-item-tooltip .tooltip-category{font-size:14px;color:#555;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #eee}.global-item-tooltip .tooltip-settings{display:flex;flex-wrap:wrap;gap:6px}.global-item-tooltip .tooltip-settings span{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;border:1px solid #ddd;background-color:#f5f5f5}.global-item-tooltip .tooltip-visibility{color:#fff}.global-item-tooltip .tooltip-visibility.show{background-color:#4caf50;border-color:#3d9140}.global-item-tooltip .tooltip-visibility.hide{background-color:#f44336;border-color:#d32f2f}.global-item-tooltip .tooltip-font-size{background-color:#e4e4e4;color:#333}.global-item-tooltip .tooltip-beam-color{background-color:#e4e4e4;font-weight:700}.global-item-tooltip .tooltip-text-color{background-color:#f8f8f8}.global-item-tooltip .tooltip-bg-color{background-color:#f0f0f0}.global-item-tooltip .tooltip-border-color{background-color:#f8f8f8}.global-item-tooltip .tooltip-minimap-icon{background-color:#e8f0fe;border-color:#b8d0fe;color:#1a73e8}.global-item-tooltip .tooltip-sound{background-color:#f0f4c3;border-color:#dce775;color:#827717}.global-item-tooltip .tooltip-item-level{background-color:#fff9c4;border-color:#fff176;color:#fbc02d}.global-item-tooltip .tooltip-rarity{background-color:#e1f5fe;border-color:#81d4fa;color:#0288d1}.global-item-tooltip [class^=tooltip-base],.global-item-tooltip [class^=tooltip-quality],.global-item-tooltip [class^=tooltip-sockets],.global-item-tooltip [class^=tooltip-stack]{background-color:#f3e5f5;border-color:#ce93d8;color:#7b1fa2}.global-item-tooltip .tooltip-insanity{background-color:#ffebee;border-color:#ef9a9a;color:#c62828;font-weight:700}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.template-items.drop-hover{background-color:rgba(144,202,249,.2);border:2px dashed #4a90e2;border-radius:4px;transition:all .2s ease}.templates-container{display:flex;flex-wrap:nowrap;gap:.4rem;padding:.5rem;overflow-x:auto;width:100%;min-height:500px;height:auto;position:relative}.templates-container::-webkit-scrollbar{height:8px}.templates-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.templates-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.templates-container::-webkit-scrollbar-thumb:hover{background:#aaa}.template-column{flex:1 0 140px;min-width:140px;max-width:calc((100% - 5.6rem)/ 7);background-color:#f5f5f7;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:.5rem;padding:.4rem;display:flex;flex-direction:column;position:sticky;top:10px;height:auto;align-self:flex-start}.templates-container.many-columns .template-column{flex:0 0 calc((100% - 5.6rem)/ 14);max-width:calc((100% - 5.6rem)/ 14)}.templates-container.medium-columns .template-column{max-width:calc((100% - 5.2rem)/ 10)}.unmatched-column{background-color:#f8f0e5}.hidden-column{background-color:#f8e5e5;border-left:3px solid #e57373}.hidden-column .template-title{color:#c62828}.hidden-column .template-items{background-color:rgba(244,67,54,.05)}.template-title{font-size:.9rem;font-weight:600;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.1);color:#1d1d1f}.template-items{min-height:80px;padding:2px 2px 2px 2px;background-color:#f9f9f9;border-radius:6px;transition:background-color .2s ease;height:auto;width:100%}.template-items.drop-hover{background-color:#e1f5fe;box-shadow:inset 0 0 0 2px #29b6f6}.template-items .item-card{margin:5px 0;padding:6px 8px}@media (max-width:1600px){#overview-content-column,#overview-page .column.column-overview-content{min-width:0!important;flex:1 1 auto!important;max-width:none!important}.template-column{min-width:140px;max-width:calc((100% - 4.2rem)/ 7)}.templates-container.many-columns .template-column{flex:0 0 calc((100% - 4.8rem)/ 12);max-width:calc((100% - 4.8rem)/ 12)}.templates-container.medium-columns .template-column{max-width:calc((100% - 4.2rem)/ 9)}}@media (max-width:1200px){.templates-container{flex-direction:column;align-items:stretch}.template-column{min-width:auto;max-width:none;position:relative;top:auto}#overview-page{width:100%;min-width:800px}}.template-items{min-height:100px;padding:5px;background-color:#f9f9f9;border-radius:6px;transition:background-color .2s ease}.template-items.drop-hover{background-color:#e1f5fe;box-shadow:inset 0 0 0 2px #29b6f6}#toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;align-items:flex-end}.overview-toast{padding:12px 20px;margin-bottom:10px;color:#fff;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.2);opacity:0;transition:opacity .3s ease;max-width:300px;word-wrap:break-word;font-size:14px;line-height:1.4}.overview-toast.wide-toast{max-width:400px;padding:15px 20px;font-size:14px}.overview-toast.success{background-color:#4caf50;border-left:4px solid #2e7d32}.overview-toast.error{background-color:#f44336;border-left:4px solid #b71c1c}.overview-toast.warning{background-color:#ff9800;border-left:4px solid #e65100}.load-more-container{text-align:center;margin:20px 0}.load-more-btn{padding:8px 16px;font-size:14px;background-color:#f8f8f8;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s ease}.load-more-btn:hover{background-color:#f0f0f0;border-color:#ccc}#overview-page .editor-nav{width:125px;min-width:125px;background-color:#f5f5f7;padding:1.5rem 0;height:100%;border-right:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:.5rem}.editor-nav{width:125px!important;min-width:125px!important}@keyframes overview-column-appear{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}#overview-categories-column,#overview-content-column,#overview-presets-column{opacity:1;transform:translateX(0);transition:opacity .3s ease,transform .3s ease}.overview-column-pre-animation{opacity:0!important;transform:translateX(-20px)!important}.overview-column-animate{opacity:1!important;transform:translateX(0)!important}@keyframes template-column-appear{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.template-column{opacity:1;transform:none}.template-column-pre-animation{opacity:1!important;transform:none!important}.template-column-animate{opacity:1!important;transform:none!important}