.templates-module__N6wGtG__wrapper{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.templates-module__N6wGtG__main{flex:1;width:100%}.templates-module__N6wGtG__page{flex-direction:column;gap:32px;width:100%;max-width:1400px;margin:0 auto;padding:24px;display:flex}.templates-module__N6wGtG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.templates-module__N6wGtG__header h1{font-family:var(--font-display),system-ui,sans-serif;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:12px 0 16px;font-size:36px;font-weight:700;line-height:1.2}.templates-module__N6wGtG__header p{color:var(--text-secondary);max-width:540px;font-size:16px;line-height:1.7}.templates-module__N6wGtG__headerActions{gap:16px;margin-top:12px;display:flex}.templates-module__N6wGtG__toolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);z-index:10;background:#ffffffb3;border:1px solid #fff9;border-radius:24px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;transition:all .3s;display:flex;position:sticky;top:80px}.templates-module__N6wGtG__toolbar:hover{box-shadow:var(--shadow-elevated);background:#ffffffe6;border-color:#fffc}.templates-module__N6wGtG__toolbarSearch{flex:0 0 280px}.templates-module__N6wGtG__toolbarFilters{flex-wrap:wrap;flex:1;gap:12px;display:flex}.templates-module__N6wGtG__toolbarFilters .ant-select{min-width:120px}.templates-module__N6wGtG__toolbarFilters .ant-select-selector{border-radius:8px!important}.templates-module__N6wGtG__templateGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.templates-module__N6wGtG__emptyWrap{text-align:center;grid-column:1/-1;padding:80px 0}.templates-module__N6wGtG__templateLink{color:inherit;height:100%;text-decoration:none;display:block}.templates-module__N6wGtG__templateCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#ffffffb3;border:1px solid #fff9;border-radius:24px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.templates-module__N6wGtG__templateCard .ant-card-body{flex-direction:column;height:100%;padding:0;display:flex}.templates-module__N6wGtG__templateCard:hover{border-color:var(--brand-light);box-shadow:var(--shadow-elevated);background:#ffffffe6;transform:translateY(-4px)}.templates-module__N6wGtG__templateCover{aspect-ratio:16/10;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.templates-module__N6wGtG__templateCoverPlaceholder{aspect-ratio:16/10;background:linear-gradient(135deg,#e8edf5 0%,#f1f5f9 100%);width:100%}.templates-module__N6wGtG__templateCoverImg{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:block}.templates-module__N6wGtG__templateCard:hover .templates-module__N6wGtG__templateCoverImg{transform:scale(1.08)}.templates-module__N6wGtG__templateCoverCount{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.5px;background:#0009;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:500;position:absolute;bottom:12px;right:12px}.templates-module__N6wGtG__templateBody{flex-direction:column;flex:1;gap:10px;padding:16px 20px 20px;display:flex}.templates-module__N6wGtG__templateTitle{font-family:var(--font-display);color:var(--text-primary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.templates-module__N6wGtG__templateSummary{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin-bottom:4px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.templates-module__N6wGtG__templateMeta{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.templates-module__N6wGtG__templateMeta .ant-tag{border-radius:6px;margin-right:0}.templates-module__N6wGtG__templateFooter{border-top:1px dashed #0000000f;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}.templates-module__N6wGtG__templateStats{color:var(--text-secondary);align-items:center;gap:12px;font-size:12px;display:flex}.templates-module__N6wGtG__statButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;transition:all .2s;display:inline-flex}.templates-module__N6wGtG__statButton:hover{color:#ef4444;transform:scale(1.1)}.templates-module__N6wGtG__statText{color:var(--text-muted);font-size:12px}.templates-module__N6wGtG__ratingValue{color:#f59e0b;align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.templates-module__N6wGtG__paginationWrap{justify-content:center;padding:16px 0;display:flex}.templates-module__N6wGtG__ratingModal{gap:16px;padding:12px 0;display:grid}.templates-module__N6wGtG__ratingTitle{margin-bottom:4px;font-size:16px;font-weight:600}.templates-module__N6wGtG__ratingHint{color:var(--text-secondary);font-size:13px}@media (max-width:768px){.templates-module__N6wGtG__toolbar{flex-direction:column;align-items:stretch;padding:16px;top:64px}.templates-module__N6wGtG__toolbarSearch{flex:auto}.templates-module__N6wGtG__templateGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}
