.page-wrap.svelte-e12qt1{max-width:1280px;margin:0 auto;padding:30px 40px 60px}.main-layout.svelte-e12qt1{display:grid;grid-template-columns:240px 1fr;gap:30px;align-items:start}.filters-sidebar.svelte-e12qt1{display:flex;flex-direction:column;gap:6px}.filter-group.svelte-e12qt1{background:var(--bg-card);border-radius:16px;overflow:hidden}.filter-title.svelte-e12qt1{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:15px;font-weight:500;color:var(--text-heading);letter-spacing:-.3px}.filter-options.svelte-e12qt1{display:flex;flex-direction:column;gap:2px;padding:0 20px 16px}.filter-check.svelte-e12qt1{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 0}.filter-check.svelte-e12qt1 input[type=checkbox]:where(.svelte-e12qt1){display:none}.checkmark.svelte-e12qt1{width:18px;height:18px;border-radius:5px;border:1.5px solid #D3DEE6;flex-shrink:0;background:var(--bg-card);transition:all .15s}.filter-check.svelte-e12qt1 input:where(.svelte-e12qt1):checked~.checkmark:where(.svelte-e12qt1){background:#ff6154;border-color:#ff6154;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.check-label.svelte-e12qt1{flex:1;font-size:13px;color:var(--text-heading);letter-spacing:-.26px;line-height:1.3}.check-count.svelte-e12qt1{font-size:12px;color:var(--text-heading);opacity:.4;flex-shrink:0}.filter-cat.svelte-e12qt1{display:flex;flex-direction:column;gap:2px}.filter-cat-row.svelte-e12qt1{display:flex;align-items:center;gap:4px}.filter-cat-row.svelte-e12qt1 .filter-check:where(.svelte-e12qt1){flex:1}.filter-cat-expand.svelte-e12qt1{flex-shrink:0;background:none;border:none;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;color:var(--text-secondary);transition:background .12s,transform .12s}.filter-cat-expand.svelte-e12qt1 svg:where(.svelte-e12qt1){transition:transform .15s}.filter-cat-expand.svelte-e12qt1:hover{background:var(--bg-hover);color:var(--text-primary)}.filter-subcat.svelte-e12qt1{display:flex;flex-direction:column;gap:4px;padding:4px 0 8px 18px;border-left:1px solid var(--border);margin-left:6px}.filter-check-sub.svelte-e12qt1 .check-label:where(.svelte-e12qt1){font-size:13px}.filter-sub.svelte-e12qt1{display:flex;flex-direction:column;gap:2px}.filter-dir.svelte-e12qt1{display:flex;flex-direction:column;gap:3px;padding:2px 0 6px 16px;border-left:1px dashed var(--border);margin-left:6px}.filter-check-dir.svelte-e12qt1 .check-label:where(.svelte-e12qt1){font-size:12px;color:var(--text-secondary)}.price-range.svelte-e12qt1{padding:0 20px 16px}.price-inputs.svelte-e12qt1{display:flex;align-items:center;gap:6px;margin-bottom:12px}.price-input-wrap.svelte-e12qt1{display:flex;align-items:center;gap:2px;background:var(--bg-page);border-radius:8px;padding:7px 10px;flex:1;min-width:0;overflow:hidden}.price-prefix.svelte-e12qt1{font-size:12px;color:var(--text-heading);opacity:.5;flex-shrink:0}.price-input-field.svelte-e12qt1{border:none;background:none;font-size:13px;font-weight:500;color:var(--text-heading);width:100%;min-width:30px;outline:none;font-family:inherit;-moz-appearance:textfield}.price-input-field.svelte-e12qt1::-webkit-outer-spin-button,.price-input-field.svelte-e12qt1::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.price-suffix.svelte-e12qt1{font-size:12px;color:var(--text-heading);opacity:.5;flex-shrink:0}.dual-range.svelte-e12qt1{position:relative;height:24px;margin-top:4px}.dual-range-track.svelte-e12qt1{position:absolute;top:10px;left:0;right:0;height:4px;background:var(--bg-hover);border-radius:4px}.dual-range-fill.svelte-e12qt1{position:absolute;top:10px;height:4px;background:#ff6154;border-radius:4px}.dual-range-input.svelte-e12qt1{position:absolute;top:0;left:0;width:100%;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none;margin:0;padding:0}.dual-range-input.svelte-e12qt1::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#ff6154;cursor:pointer;pointer-events:auto;border:2px solid #fff;box-shadow:0 1px 4px #00000026;margin-top:-7px}.dual-range-input.svelte-e12qt1::-webkit-slider-runnable-track{height:4px;background:transparent}.entity-results.svelte-e12qt1{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.entity-result-card.svelte-e12qt1{display:flex;align-items:center;gap:12px;background:var(--bg-card);border-radius:14px;padding:14px 18px;text-decoration:none;color:var(--text-heading);transition:box-shadow .15s;flex:1;min-width:240px}.entity-result-card.svelte-e12qt1:hover{box-shadow:0 4px 16px #00000014}.entity-result-avatar.svelte-e12qt1{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;flex-shrink:0}.entity-avatar-img.svelte-e12qt1{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.entity-avatar-author.svelte-e12qt1{background:linear-gradient(135deg,#ff6154,#111827)}.entity-avatar-school.svelte-e12qt1{background:linear-gradient(135deg,#ff6154,#e5574b)}.entity-avatar-prof.svelte-e12qt1{background:linear-gradient(135deg,#22c55e,#13ab7b)}.entity-result-info.svelte-e12qt1{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.entity-result-name.svelte-e12qt1{font-size:15px;font-weight:500;color:var(--text-primary)}.entity-result-meta.svelte-e12qt1{font-size:12px;color:var(--text-heading);opacity:.5}.entity-result-arrow.svelte-e12qt1{flex-shrink:0;opacity:.4}.entity-result-card.svelte-e12qt1:hover .entity-result-arrow:where(.svelte-e12qt1){opacity:1}.results-toolbar.svelte-e12qt1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.results-meta.svelte-e12qt1{display:flex;align-items:center;gap:20px}.results-found.svelte-e12qt1{font-size:14px;color:var(--text-heading);letter-spacing:-.28px}.results-found.svelte-e12qt1 strong:where(.svelte-e12qt1){font-weight:600}.sort-btn.svelte-e12qt1{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-heading);font-weight:500;cursor:pointer;letter-spacing:-.28px}.course-grid.svelte-e12qt1{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px 12px;margin-bottom:40px}.search-landing.svelte-e12qt1{max-width:1280px;margin:0 auto;padding:0 40px 60px}.search-hero.svelte-e12qt1{text-align:center;padding:80px 0 60px}.search-hero-title.svelte-e12qt1{font-size:48px;font-weight:800;color:var(--text-heading);letter-spacing:-1.5px;margin:0 0 12px}.search-hero-subtitle.svelte-e12qt1{font-size:18px;color:var(--text-heading);opacity:.5;margin:0 0 40px;letter-spacing:-.3px}.search-hero-field.svelte-e12qt1{display:flex;align-items:center;gap:12px;max-width:640px;margin:0 auto;background:var(--bg-card);border:2px solid var(--border-color, #e5e7eb);border-radius:12px;padding:0 8px 0 20px;height:60px;transition:border-color .2s,box-shadow .2s}.search-hero-field.svelte-e12qt1:focus-within{border-color:#ff6154;box-shadow:0 0 0 4px #ff61541a}.search-hero-icon.svelte-e12qt1{color:var(--text-heading);opacity:.4;flex-shrink:0}.search-hero-input.svelte-e12qt1{flex:1;border:none;outline:none;background:none;font-family:inherit;font-size:17px;color:var(--text-heading);letter-spacing:-.3px}.search-hero-input.svelte-e12qt1::-moz-placeholder{color:var(--text-heading);opacity:.35}.search-hero-input.svelte-e12qt1::placeholder{color:var(--text-heading);opacity:.35}.search-hero-btn.svelte-e12qt1{background:#ff6154;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s}.search-hero-btn.svelte-e12qt1:hover{background:#e5574b}.search-section.svelte-e12qt1{margin-bottom:40px}.search-section-title.svelte-e12qt1{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:var(--text-heading);letter-spacing:-.5px;margin:0 0 20px}.search-section-title.svelte-e12qt1 svg:where(.svelte-e12qt1){opacity:.5}.search-cats.svelte-e12qt1{display:flex;flex-wrap:wrap;gap:10px}.search-cat-chip.svelte-e12qt1{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border-color, #e5e7eb);border-radius:8px;padding:10px 18px;font-size:14px;font-weight:500;color:var(--text-heading);text-decoration:none;transition:border-color .15s,background .15s;letter-spacing:-.28px}.search-cat-chip.svelte-e12qt1:hover{border-color:#ff6154;background:var(--bg-hover)}.search-cat-count.svelte-e12qt1{font-size:12px;opacity:.4;font-weight:400}.search-popular-list.svelte-e12qt1{display:flex;flex-direction:column;border:1px solid var(--border-color, #e5e7eb);border-radius:10px;overflow:hidden}.search-popular-item.svelte-e12qt1{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;color:var(--text-heading);transition:background .15s;border-bottom:1px solid var(--border-color, #e5e7eb)}.search-popular-item.svelte-e12qt1:last-child{border-bottom:none}.search-popular-item.svelte-e12qt1:hover{background:var(--bg-hover)}.search-popular-title.svelte-e12qt1{font-size:15px;font-weight:500;letter-spacing:-.3px;color:inherit;text-decoration:none}.search-popular-title.svelte-e12qt1:after{content:"";position:absolute;inset:0;z-index:-1}.search-popular-author.svelte-e12qt1{font-size:13px;opacity:.5;letter-spacing:-.26px}.mobile-filter-btn.svelte-e12qt1{display:none;align-items:center;gap:8px;padding:10px 20px;background:var(--bg-card);border:1px solid #dce3ea;border-radius:12px;font-family:inherit;font-size:14px;font-weight:500;color:var(--text-heading);cursor:pointer;margin-bottom:16px}.mobile-filter-btn.svelte-e12qt1:hover{background:var(--bg-page)}@media(max-width:768px){.search-hero.svelte-e12qt1{padding:40px 0 30px}.search-hero-title.svelte-e12qt1{font-size:28px;letter-spacing:-1px}.search-hero-subtitle.svelte-e12qt1{font-size:15px;margin-bottom:24px}.search-hero-field.svelte-e12qt1{height:50px;padding:0 6px 0 14px;gap:8px}.search-hero-input.svelte-e12qt1{font-size:15px}.search-hero-btn.svelte-e12qt1{padding:8px 16px;font-size:14px}.search-landing.svelte-e12qt1{padding:0 16px 40px}.search-section.svelte-e12qt1{margin-bottom:28px}.search-section-title.svelte-e12qt1{font-size:18px;margin-bottom:14px}.search-cat-chip.svelte-e12qt1{padding:8px 14px;font-size:13px}.search-popular-item.svelte-e12qt1{padding:12px 16px}.search-popular-title.svelte-e12qt1{font-size:14px}.search-popular-author.svelte-e12qt1{font-size:12px}.page-wrap.svelte-e12qt1{padding:20px 16px 40px}.mobile-filter-btn.svelte-e12qt1{display:flex}.main-layout.svelte-e12qt1{grid-template-columns:1fr;gap:16px}.filters-sidebar.svelte-e12qt1{display:none}.filters-sidebar.filters-open.svelte-e12qt1{display:flex;order:-1}.results-area.svelte-e12qt1{order:1}.entity-result-card.svelte-e12qt1{min-width:100%;padding:12px 14px}.entity-results.svelte-e12qt1{gap:8px}.results-meta.svelte-e12qt1{gap:10px}.results-found.svelte-e12qt1{font-size:13px}.sort-btn.svelte-e12qt1{font-size:13px;padding:6px 10px;gap:4px}.course-grid.svelte-e12qt1{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}}@media(max-width:480px){.search-hero.svelte-e12qt1{padding:30px 0 24px}.search-hero-title.svelte-e12qt1{font-size:24px}.search-hero-subtitle.svelte-e12qt1{font-size:14px;margin-bottom:20px}.search-hero-field.svelte-e12qt1{height:46px;border-radius:10px}.search-hero-input.svelte-e12qt1{font-size:14px}.search-hero-btn.svelte-e12qt1{padding:7px 14px;font-size:13px}.search-landing.svelte-e12qt1{padding:0 12px 32px}.search-cat-chip.svelte-e12qt1{padding:7px 12px;font-size:12px}.search-cats.svelte-e12qt1{gap:6px}.page-wrap.svelte-e12qt1{padding:14px 12px 36px}.course-grid.svelte-e12qt1{gap:12px 8px}.entity-result-card.svelte-e12qt1{padding:10px 12px}.entity-result-avatar.svelte-e12qt1{width:36px;height:36px;font-size:15px}.entity-result-name.svelte-e12qt1{font-size:14px}.entity-result-meta.svelte-e12qt1{font-size:11px}.search-popular-item.svelte-e12qt1{flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px}}.client-pagination.svelte-e12qt1{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.cpag-btn.svelte-e12qt1{padding:8px 20px;border-radius:8px;border:1px solid rgba(128,128,128,.2);background:var(--bg-card, #fff);color:var(--text-heading);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cpag-btn.svelte-e12qt1:hover:not(:disabled){border-color:#ff6154;color:#ff6154}.cpag-btn.svelte-e12qt1:disabled{opacity:.3;cursor:default}.cpag-info.svelte-e12qt1{font-size:14px;color:var(--text-heading);opacity:.6}
