.embed-container{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:transparent;padding:0}.embed-header{position:-webkit-sticky;position:sticky;top:0;background:transparent;padding:0 0 16px;z-index:100}.embed-filter-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.embed-multiselect{position:relative;min-width:180px}.embed-multiselect-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 14px;border:2px solid #000;border-radius:100px;background:#fff;font-weight:600;font-size:.85rem;font-family:inherit;cursor:pointer;transition:all .2s ease}.embed-multiselect-trigger:hover{box-shadow:2px 2px 0 #000}.embed-multiselect-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;max-height:320px;overflow-y:auto;background:#fff;border:2px solid #000;border-radius:12px;box-shadow:4px 4px 0 #000;z-index:200}.embed-multiselect-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;background:none;border:none;font-size:.9rem;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s ease}.embed-multiselect-option:hover{background:#f5f5f5}.embed-multiselect-option:first-child{border-bottom:1px solid #e0e0e0}.embed-checkbox{width:20px;height:20px;border:2px solid #000;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;transition:all .15s ease}.embed-checkbox.checked{background:#000;color:#fff}.embed-search{position:relative;display:flex;align-items:center}.embed-search input{width:200px;padding:8px 32px 8px 12px;border:2px solid #000;border-radius:100px;font-size:.85rem;font-family:inherit;transition:all .2s ease}.embed-search input:focus{outline:none;box-shadow:2px 2px 0 #000}.embed-search button{position:absolute;right:12px;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666;padding:0;line-height:1}.embed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;padding:0}.embed-empty,.embed-loading{grid-column:1/-1;text-align:center;padding:60px 20px;color:#666;font-size:1rem}.embed-card{background:#fff;border:2px solid #000;border-radius:16px;overflow:hidden;transition:all .2s ease}.embed-card:hover{transform:translateY(-4px);box-shadow:4px 4px 0 #000}.embed-card-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}.embed-card-image img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:top;transition:transform .8s ease}.embed-card:hover .embed-card-image img{transform:translateY(-20%)}.embed-card-info{padding:16px;border-top:2px solid #000}.embed-card-name{font-weight:700;font-size:1rem;margin-bottom:6px}.embed-card-badges{display:flex;align-items:center;gap:6px}.embed-badge-label{font-size:.75rem;color:#666;font-weight:500}.embed-badge{font-size:.7rem;padding:3px 8px;border-radius:100px;background:#e8f5e9;color:#2e7d32;font-weight:600}.embed-badge.store{background:#e3f2fd;color:#1565c0}.embed-card-actions{display:flex;gap:10px;padding:0 16px 16px}.embed-btn{flex:1 1;padding:10px 16px;border-radius:100px;font-weight:600;font-size:.85rem;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;font-family:inherit}.embed-btn-preview{background:#fff;color:#000;border:2px solid #000}.embed-btn-preview:hover{background:#f5f5f5}.embed-btn-build{background:#000;color:#fff;border:2px solid #000}.embed-btn-build:hover{background:#333}@media (max-width:768px){.embed-filter-row{flex-direction:row;flex-wrap:wrap;gap:10px}.embed-multiselect,.embed-search{flex:1 1;min-width:140px}.embed-search input{width:100%}.embed-grid{grid-template-columns:1fr;gap:16px}.embed-card-actions{flex-direction:column;gap:8px}}@media (max-width:480px){.embed-card-name{font-size:.95rem}.embed-btn{padding:12px 16px}}