.create-tabs .tabs-list{display:flex;width:100%;height:auto;border-radius:0;border-bottom:1px solid var(--border-default);background-color:rgba(0,0,0,0);padding:0}.create-tabs .tabs-trigger{flex:1;border-radius:0;background-color:rgba(0,0,0,0);padding:16px 85px;border-bottom:2px solid rgba(0,0,0,0);box-shadow:none;cursor:pointer;font:var(--decortext14upp);text-transform:uppercase;font-size:.875rem;color:var(--text-body)}@media(min-width:768px){.create-tabs .tabs-trigger{font-size:1rem}}.create-tabs .tabs-trigger[data-state=active]{border-bottom-color:var(--accent-b);background-color:rgba(0,0,0,0);color:var(--text-headings);box-shadow:none}.library .section{width:100%;display:flex;flex-direction:column;padding:var(--scale-24,1.5rem) var(--scale-16,1rem)}.library .header{flex-shrink:0;margin-bottom:var(--scale-24,1.5rem)}.library .scroll{height:895px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-gutter:stable;scrollbar-color:var(--library-scrollbar-thumb,rgba(255,255,255,.3)) rgba(0,0,0,0)}.library .scroll:hover{scrollbar-color:var(--library-scrollbar-thumb-hover,rgba(255,255,255,.45)) rgba(0,0,0,0)}@media(min-width:768px){.library .scroll{height:723px}}@media(min-width:1024px){.library .scroll{height:690px}}@media(min-width:1280px){.library .scroll{height:775px}}.library .scroll::-webkit-scrollbar{width:6px}.library .scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.library .scroll::-webkit-scrollbar-thumb{background:var(--library-scrollbar-thumb,rgba(255,255,255,.15));border-radius:3px}.library .scroll:hover::-webkit-scrollbar-thumb{background:var(--library-scrollbar-thumb-hover,rgba(255,255,255,.3))}.library .title{font:var(--h2);color:var(--text-headings,#fff);margin-bottom:var(--scale-8,.5rem)}.library .lead{font-size:var(--scale-16,1rem);color:var(--text-muted,rgba(255,255,255,.7))}.library .grid-content{display:flex;flex-direction:column;gap:0}.library .grid{display:grid;gap:12px;padding-right:12px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.library .grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.library .grid{grid-template-columns:repeat(5,1fr)}}.library .load-more{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;padding:var(--scale-16,1rem)}.library .card{position:relative;display:flex;flex-direction:column;aspect-ratio:1;background:#110d24;border-radius:var(--scale-8,.5rem);overflow:hidden}.library .wrap{position:relative;flex:1;min-height:0}.library .media{width:100%;height:100%;object-fit:cover;display:block}.library .media-loader{width:100%;height:100%;min-height:0}.library .loading-content,.library .media-loader{display:flex;align-items:center;justify-content:center}.library .loading-content{flex-direction:column;gap:var(--scale-12,.75rem)}.library .card-footer{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-height:var(--scale-28,1.75rem);padding:var(--scale-4,.25rem) var(--scale-8,.5rem);background:rgba(0,0,0,.35);border-radius:0 0 var(--scale-8,.5rem) var(--scale-8,.5rem)}.library .type-badge{font-size:var(--scale-12,.75rem);font-weight:500;color:hsla(0,0%,100%,.85);text-transform:uppercase;letter-spacing:.04em}.library .overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);cursor:pointer;transition:background .2s}.library .overlay:hover{background:rgba(0,0,0,.5)}.library .play{width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.9);color:#1a1a2e;padding-left:3px}.library .download,.library .play{display:flex;align-items:center;justify-content:center}.library .download{position:absolute;right:8px;bottom:8px;width:32px;height:32px;border-radius:8px;background:var(--library-download-bg,var(--surface-action-inversed,#8b5cf6));color:#fff;border:var(--library-download-border,none);cursor:pointer;transition:opacity .2s;z-index:2}@media(max-width:480px){.library .download{width:28px;height:28px;right:6px;bottom:6px}}.library .download:hover{opacity:.9}.library .empty{text-align:center;color:var(--text-muted,rgba(255,255,255,.7));padding:var(--scale-40,4rem) var(--scale-24,1.5rem)}.library .loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted)}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,178px),178px))}@media(min-width:768px){.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,254px),254px))}}