.base-gallery-ui{display:flex;flex-direction:column;background:#141414f2;border-radius:12px;border:1px solid rgba(255,255,255,.2);overflow:hidden;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.base-gallery-ui.light{background:#fffffff2;border-color:#0000001a;color:#333}.base-gallery-ui.light .gallery-title{color:#333}.base-gallery-ui.light .gallery-subtitle{color:#666}.base-gallery-ui.light .search-input,.base-gallery-ui.light .filter-select{background:#0000000d;border-color:#0000001a;color:#333}.base-gallery-ui.light .search-input::placeholder,.base-gallery-ui.light .filter-select::placeholder{color:#666}.base-gallery-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}.base-gallery-header .header-content{flex:1}.base-gallery-header .header-content .gallery-title{margin:0 0 4px;font-size:18px;font-weight:600;color:#fff;line-height:1.2}.base-gallery-header .header-content .gallery-subtitle{margin:0;font-size:14px;color:#ccc;line-height:1.3}.base-gallery-header .header-actions{display:flex;align-items:center;gap:12px}.base-gallery-header .header-actions .close-button{background:none;border:none;color:#ccc;font-size:16px;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s ease}.base-gallery-header .header-actions .close-button:hover{color:#fff;background:#ffffff1a}.base-gallery-controls{padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:12px}.base-gallery-controls .search-container{position:relative}.base-gallery-controls .search-container .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#888;font-size:14px;z-index:2}.base-gallery-controls .search-container .search-input{width:100%;padding:10px 12px 10px 36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;box-sizing:border-box;transition:all .2s ease}.base-gallery-controls .search-container .search-input::placeholder{color:#888}.base-gallery-controls .search-container .search-input:focus{outline:none;border-color:#4299e180;background:#ffffff26}.base-gallery-controls .filters-container{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.base-gallery-controls .filters-container .filter-icon{color:#888;font-size:14px}.base-gallery-controls .filters-container .filter-item{display:flex;align-items:center;gap:6px;min-width:5rem}.base-gallery-controls .filters-container .filter-item .filter-label{font-size:12px;color:#ccc;white-space:nowrap}.base-gallery-controls .filters-container .filter-item .filter-select{padding:6px 10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:12px;min-width:80px;cursor:pointer}.base-gallery-controls .filters-container .filter-item .filter-select:focus{outline:none;border-color:#4299e180}.base-gallery-controls .filters-container .filter-item .filter-select option{background:#2a2a2a;color:#fff}.base-gallery-main{flex:1;padding:20px 24px;overflow:auto}.base-gallery-main .base-gallery-content{height:100%}.base-gallery-loading,.base-gallery-error,.base-gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;gap:12px;color:#888}.base-gallery-error .error-icon{font-size:48px;margin-bottom:8px}.base-gallery-error .error-message{font-size:14px;color:#ff6b6b;max-width:300px;line-height:1.4}.base-gallery-empty .empty-icon{font-size:48px;margin-bottom:8px;opacity:.5}.base-gallery-empty .empty-message{font-size:14px;color:#888;max-width:300px;line-height:1.4}.gallery-grid{display:grid;gap:12px}.gallery-grid.thumbnails{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.gallery-grid.cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.gallery-grid.icons{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.gallery-item{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;background:#ffffff14}.gallery-item.selected{border-color:#4299e1;box-shadow:0 0 0 2px #4299e14d}.gallery-nav-controls{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;color:#333;box-shadow:0 2px 8px #0003}.gallery-nav-controls:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.gallery-nav-controls.prev{left:15px}.gallery-nav-controls.next{right:15px}.gallery-dots{display:flex;justify-content:center;gap:8px;padding:16px}.gallery-dots .dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .2s ease}.gallery-dots .dot:hover{border-color:#fffc;transform:scale(1.1)}.gallery-dots .dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}@media (max-width: 768px){.base-gallery-ui{border-radius:8px}.base-gallery-header{padding:16px 20px}.base-gallery-header .gallery-title{font-size:16px}.base-gallery-header .gallery-subtitle{font-size:13px}.base-gallery-controls{padding:12px 20px}.base-gallery-controls .search-input{padding:8px 10px 8px 32px}.base-gallery-controls .filters-container .filter-item .filter-select{min-width:70px;font-size:11px}.base-gallery-main{padding:16px 20px}.gallery-grid{gap:8px}.gallery-grid.thumbnails{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.gallery-grid.cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.gallery-grid.icons{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.gallery-nav-controls{width:40px;height:40px}.gallery-nav-controls.prev{left:10px}.gallery-nav-controls.next{right:10px}}@media (max-width: 480px){.base-gallery-header{padding:12px 16px}.base-gallery-header .gallery-title{font-size:15px}.base-gallery-controls{padding:10px 16px}.base-gallery-controls .filters-container{flex-direction:column;align-items:flex-start;gap:8px}.base-gallery-main{padding:12px 16px}.gallery-grid.thumbnails{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.gallery-grid.cards{grid-template-columns:1fr}}.gallery-empty{display:flex;align-items:center;justify-content:center;height:200px;color:#666;font-size:16px;border:2px dashed #ddd;border-radius:8px;background-color:#f9f9f9}.gallery-thumbnails{width:100%}.gallery-thumbnails .thumbnails-grid{display:flex;flex-wrap:wrap;gap:10px;padding:10px}.gallery-thumbnails .thumbnail-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000001a;flex-shrink:0;border:3px solid transparent}.gallery-thumbnails .thumbnail-item:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.gallery-thumbnails .thumbnail-item.selected{border:3px solid #007bff;box-shadow:0 4px 16px #007bff66}.gallery-thumbnails .thumbnail-item img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.gallery-thumbnails .thumbnail-item .file-item{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;color:#333;text-align:center;padding:8px;box-sizing:border-box}.gallery-thumbnails .thumbnail-item .file-item .file-icon{font-size:2rem;margin-bottom:8px}.gallery-thumbnails .thumbnail-item .file-item .file-name{font-size:.8rem;font-weight:500;word-break:break-word;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gallery-thumbnails .thumbnail-item .model-item{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1e2f,#2d1f4e,#1a1a3e);color:#e0e0e0;text-align:center;padding:8px;box-sizing:border-box;gap:6px;position:relative;overflow:hidden}.gallery-thumbnails .thumbnail-item .model-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(139,92,246,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.05) 1px,transparent 1px);background-size:20px 20px;pointer-events:none}.gallery-thumbnails .thumbnail-item .model-item .model-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff;box-shadow:0 4px 12px #6366f166;z-index:1}.gallery-thumbnails .thumbnail-item .model-item .model-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gallery-thumbnails .thumbnail-item .model-item .model-info{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;overflow:hidden;z-index:1}.gallery-thumbnails .thumbnail-item .model-item .model-info .model-name{font-size:.7rem;font-weight:600;color:#fff;word-break:break-word;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.gallery-thumbnails .thumbnail-item .model-item .model-info .model-extension{font-size:.6rem;font-weight:600;color:#a78bfa;background:#8b5cf633;padding:1px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.gallery-thumbnails.model-card{border-radius:10px;border:2px solid rgba(139,92,246,.25);transition:all .2s ease}.gallery-thumbnails.model-card:hover{transform:scale(1.05);border-color:#8b5cf680;box-shadow:0 6px 20px #6366f14d}.gallery-thumbnails.model-card.selected{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf666}.gallery-grid.model-gallery{gap:12px}.gallery-slide,.gallery-fade{position:relative;width:100%;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background:#000}.gallery-slide .nav-icon,.gallery-fade .nav-icon{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;color:#333;box-shadow:0 2px 8px #0003}.gallery-slide .nav-icon:hover,.gallery-fade .nav-icon:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.gallery-slide .nav-icon:active,.gallery-fade .nav-icon:active{transform:translateY(-50%) scale(.95)}.gallery-slide .nav-icon svg,.gallery-fade .nav-icon svg{width:20px;height:20px}.gallery-slide .nav-icon.nav-left,.gallery-fade .nav-icon.nav-left{left:15px}.gallery-slide .nav-icon.nav-right,.gallery-fade .nav-icon.nav-right{right:15px}.gallery-slide .gallery-controls,.gallery-fade .gallery-controls{position:absolute;top:20px;right:20px;z-index:10}.gallery-slide .control-btn,.gallery-fade .control-btn{background:#ffffffe6;border:none;border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s ease;box-shadow:0 2px 8px #0003}.gallery-slide .control-btn:hover,.gallery-fade .control-btn:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.gallery-slide .control-btn.play-pause,.gallery-fade .control-btn.play-pause{font-size:14px}.gallery-slide .dots-container,.gallery-fade .dots-container{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:8px;padding:20px;background:linear-gradient(transparent,#0000004d);z-index:5}.gallery-slide .dot,.gallery-fade .dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .2s ease}.gallery-slide .dot:hover,.gallery-fade .dot:hover{border-color:#fffc;transform:scale(1.1)}.gallery-slide .dot.active,.gallery-fade .dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.gallery-slide .slide-container{position:relative;width:100%;height:400px;overflow:hidden}.gallery-slide .slide-wrapper{display:flex;height:100%;transition:transform .5s ease-in-out}.gallery-slide .slide-item{height:100%;flex-shrink:0}.gallery-slide .slide-item img{width:100%;height:100%;object-fit:cover;cursor:pointer;-webkit-user-select:none;user-select:none}.gallery-slide .slide-item .file-item{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;color:#333;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px;box-sizing:border-box}.gallery-slide .slide-item .file-item .file-icon{font-size:3rem;margin-bottom:16px}.gallery-slide .slide-item .file-item .file-name{font-size:1rem;font-weight:500;word-break:break-word;line-height:1.3}.gallery-fade .fade-container{position:relative;width:100%;height:400px}.gallery-fade .fade-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.gallery-fade .fade-item.active{opacity:1}.gallery-fade .fade-item img{width:100%;height:100%;object-fit:cover;cursor:pointer;-webkit-user-select:none;user-select:none}.gallery-fade .fade-item .file-item{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;color:#333;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px;box-sizing:border-box}.gallery-fade .fade-item .file-item .file-icon{font-size:3rem;margin-bottom:16px}.gallery-fade .fade-item .file-item .file-name{font-size:1rem;font-weight:500;word-break:break-word;line-height:1.3}@media (max-width: 768px){.gallery-slide .nav-icon,.gallery-fade .nav-icon{width:40px;height:40px}.gallery-slide .nav-icon.nav-left,.gallery-fade .nav-icon.nav-left{left:10px}.gallery-slide .nav-icon.nav-right,.gallery-fade .nav-icon.nav-right{right:10px}.gallery-slide .nav-icon svg,.gallery-fade .nav-icon svg{width:18px;height:18px}.gallery-slide .gallery-controls,.gallery-fade .gallery-controls{top:15px;right:15px}.gallery-slide .control-btn,.gallery-fade .control-btn{width:40px;height:40px;font-size:14px}.gallery-slide .dots-container,.gallery-fade .dots-container{padding:15px}.gallery-slide .dot,.gallery-fade .dot{width:10px;height:10px}.gallery-thumbnails .thumbnails-grid{gap:8px;padding:8px}}@media (max-width: 480px){.gallery-slide .slide-container,.gallery-slide .fade-container,.gallery-fade .slide-container,.gallery-fade .fade-container{height:250px}.gallery-slide .nav-icon,.gallery-fade .nav-icon{width:36px;height:36px}.gallery-slide .nav-icon svg,.gallery-fade .nav-icon svg{width:16px;height:16px}.gallery-slide .control-btn,.gallery-fade .control-btn{width:36px;height:36px;font-size:12px}}.assets-gallery{width:100%}.assets-gallery .assets-gallery-header{margin-bottom:16px;padding:0 4px}.assets-gallery .assets-gallery-header .assets-gallery-title{margin:0;font-size:18px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}.assets-gallery .assets-gallery-header .assets-gallery-title:after{content:"";flex:1;height:1px;background:linear-gradient(to right,#ddd,transparent)}.assets-gallery .select-button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.assets-gallery .select-button:hover{background-color:#0056b3}.assets-gallery .select-button:active{background-color:#004085}.assets-gallery-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.assets-gallery-loading .loading-spinner{display:flex;align-items:center;gap:12px;font-size:16px;color:#666}.assets-gallery-loading .loading-spinner:before{content:"";width:20px;height:20px;border:2px solid #e0e0e0;border-top:2px solid #666;border-radius:50%;animation:spin 1s linear infinite}.assets-gallery-error{display:flex;align-items:center;justify-content:center;min-height:200px}.assets-gallery-error .error-message{padding:20px;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:14px;text-align:center;max-width:400px}.assets-gallery-empty{display:flex;align-items:center;justify-content:center;min-height:200px}.assets-gallery-empty .empty-message{padding:20px;background-color:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#666;font-size:16px;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){.assets-gallery .assets-gallery-title{color:#f0f0f0}.assets-gallery .assets-gallery-title:after{background:linear-gradient(to right,#555,transparent)}.assets-gallery-loading .loading-spinner{color:#ccc}.assets-gallery-loading .loading-spinner:before{border-color:#444;border-top-color:#ccc}.assets-gallery-error .error-message{background-color:#2a1a1a;border-color:#522;color:#f66}.assets-gallery-empty .empty-message{background-color:#2a2a2a;border-color:#555;color:#ccc}}@media (max-width: 768px){.assets-gallery .assets-gallery-header{margin-bottom:12px}.assets-gallery .assets-gallery-header .assets-gallery-title{font-size:16px}.assets-gallery-loading,.assets-gallery-error,.assets-gallery-empty{min-height:150px}.assets-gallery-loading .loading-spinner,.assets-gallery-loading .error-message,.assets-gallery-loading .empty-message,.assets-gallery-error .loading-spinner,.assets-gallery-error .error-message,.assets-gallery-error .empty-message,.assets-gallery-empty .loading-spinner,.assets-gallery-empty .error-message,.assets-gallery-empty .empty-message{font-size:14px}}@media (max-width: 480px){.assets-gallery .assets-gallery-header .assets-gallery-title{font-size:14px}}
