.theme-library.theme-gallery{gap:20px;letter-spacing:0}.theme-library .theme-gallery-heading h2{margin:0 0 5px;color:#202127;font-size:19px;font-weight:600}.theme-library .theme-gallery-heading p{margin:0;color:hsl(var(--muted-foreground));font-size:12px}.theme-library .theme-gallery-heading p span{margin-inline:8px;color:#c2c4c9}.theme-library-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;min-width:0}.theme-library-collections{display:flex;max-width:100%;gap:3px;padding:4px;border-radius:24px;background:#eceef2}.theme-library-collections button{min-height:35px;padding:7px 13px;border-radius:20px;color:#676b74;font-size:12px;white-space:nowrap;transition:background .15s ease,color .15s ease}.theme-library-collections button[aria-pressed=true]{color:#202127;background:#fff;box-shadow:0 1px 3px #2021270d}.theme-library-search{display:flex;align-items:center;gap:9px;width:245px;max-width:100%;min-height:42px;padding-inline:13px 6px;border:1px solid #dce0e7;border-radius:8px;color:#838793;background:#fff}.theme-library-search:focus-within{outline:2px solid #2563eb;outline-offset:2px}.theme-library-search>svg{flex-shrink:0}.theme-library-search input{width:100%;min-width:0;background:transparent;outline:0;border:0;color:#202127;font-size:13px}.theme-library-search input::-webkit-search-cancel-button{display:none}.theme-library-search button{display:grid;place-items:center;width:30px;height:30px;flex-shrink:0;border-radius:5px}.theme-library-search button:hover{color:#202127;background:#f0f2f5}.theme-library-collections button:focus-visible,.theme-library-empty button:focus-visible,.theme-library-search button:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.theme-library-workspace{display:grid;gap:24px;min-width:0;align-items:start}.theme-library-mobile-toggle{display:none}.theme-library-preview,.theme-library-results{min-width:0}.theme-library-preview{display:grid;gap:12px}.theme-library-selection{display:flex;align-items:center;justify-content:space-between;gap:10px}.theme-library-selection>div{min-width:0}.theme-library-selection-actions{display:flex;align-items:center;gap:10px}.theme-library-full-preview{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border:1px solid #dce0e7;border-radius:6px;background:#fff;color:#626b7a}.theme-library-full-preview:hover{color:#2563eb;border-color:#2563eb}.theme-library-full-preview:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.theme-library-selection>div>span{color:hsl(var(--muted-foreground));font-size:11px}.theme-library-selection h3{margin-top:3px;color:#202127;font-size:17px;font-weight:600;overflow-wrap:anywhere}.theme-library-new{padding:5px 9px;border-radius:20px;background:#e8f4ee;color:#34725a;font-size:10px;white-space:nowrap}.theme-library .theme-gallery-stage{padding:8px;background:#e9ecf0;border-color:#e0e3e8}.theme-library .theme-preview{border-color:#dce0e6}.theme-library .theme-preview-title{min-height:32px;padding:6px 9px}.theme-library .theme-gallery-stage.compare{grid-template-columns:minmax(0,1fr)}.theme-library-selection-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.theme-library-selection-footer>p{color:hsl(var(--muted-foreground));font-size:12px;line-height:1.6}.theme-library-selection-footer>a{flex-shrink:0}.theme-library-result-count{min-height:20px;margin-bottom:9px;color:hsl(var(--muted-foreground));font-size:11px;overflow-wrap:anywhere}.theme-library .theme-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.theme-library .theme-gallery-card{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:5px;border:1px solid #e1e4e9;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.theme-library .theme-gallery-card:hover{border-color:#9aa7be}.theme-library .theme-gallery-card.selected{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.theme-artwork{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:4/3;min-width:0;overflow:hidden;border-radius:4px;background:var(--art-bg);color:var(--art-ink)}.theme-artwork img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;opacity:0;transition:opacity .15s ease}.theme-artwork-ready img{opacity:1}.theme-artwork-status{padding:20px;text-align:center;font-size:11px;line-height:1.5}.theme-gallery-card-footer{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:61px;padding:10px 6px 5px}.theme-library .theme-gallery-copy{gap:4px}.theme-library .theme-gallery-copy strong{color:#282b32;font-size:12px;font-weight:600}.theme-library .theme-gallery-copy small{color:hsl(var(--muted-foreground));font-size:10px;line-height:1.5}.theme-gallery-selection-mark{display:grid;place-items:center;flex-shrink:0;width:18px;height:18px;border:1px solid #d8dce4;border-radius:50%}.theme-gallery-selection-mark.checked{background:#2563eb;border-color:#2563eb}.theme-library .theme-gallery-selection-mark svg{color:#fff;margin:0}.theme-library-empty{display:grid;place-content:center;justify-items:center;gap:14px;min-height:220px;color:#9398a3;border-block:1px solid #e2e5eb}.theme-library-empty h3{color:#3e444e;font-size:15px;font-weight:500}.theme-library-empty button{color:#2563eb;font-size:13px;text-decoration:underline;text-underline-offset:4px}@container (min-width: 900px){.theme-library-workspace{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:28px}.theme-library-results{grid-column:1;grid-row:1}.theme-library-preview{position:sticky;top:24px;grid-column:2;grid-row:1;padding-top:26px}.theme-library-workspace.is-comparing{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}.theme-library-workspace.is-comparing .theme-gallery-stage.compare{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 1250px){.theme-library .theme-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-library-workspace{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.theme-library-workspace.is-comparing .theme-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 899px){.theme-library-mobile-toggle{position:sticky;top:8px;z-index:12;display:flex;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:43px;padding:10px 12px;border:1px solid #dce0e7;border-radius:7px;background:#fff;box-shadow:0 2px 8px #20212708;text-align:left}.theme-library-mobile-toggle>span:first-child{min-width:0;color:#202127;font-size:12px;font-weight:600;overflow-wrap:anywhere}.theme-library-mobile-toggle>span:last-child{display:flex;align-items:center;gap:7px;flex-shrink:0;color:#2563eb;font-size:11px}.theme-library-mobile-toggle:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.theme-library-preview{scroll-margin-top:67px}.theme-library-preview:not(.is-open){display:none}}@container (max-width: 520px){.theme-library-toolbar{gap:10px}.theme-library-collections{width:100%}.theme-library-collections button{flex:1;min-width:0;padding-inline:8px;font-size:11px}.theme-library-search{width:100%}.theme-library .theme-gallery-heading h2,.theme-library-search input{font-size:16px}.theme-library .theme-gallery-controls{gap:4px}.theme-library .theme-gallery-controls button{width:36px;height:36px}.theme-library .theme-gallery-grid{gap:10px}.theme-gallery-card-footer{gap:5px;padding-inline:3px}.theme-library .theme-gallery-copy strong{font-size:11px}.theme-library .theme-gallery-copy small{display:none}.theme-gallery-card-footer{min-height:39px}.theme-library-selection-footer{align-items:flex-start;flex-direction:column;gap:12px}.theme-library-selection-footer>a{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.theme-artwork img,.theme-library .theme-gallery-card,.theme-library-collections button{transition:none}}