:root{--ep-color-primary:#504ebc;--ep-color-primary-background:#dddcff;--ep-color-on-primary-background:#504ebc;--ep-color-main-background:#fff;--ep-color-main-text:#34313f;--ep-color-secondary-text:#949ca9;--ep-color-subtle-text:#b5bdca;--ep-color-input-text:var(--ep-color-main-text);--ep-color-input-text-focus:var(--ep-color-primary);--ep-color-input-border:rgba(181,189,202,0.5);--ep-color-input-border-focus:var(--ep-color-primary);--ep-color-button-background:var(--ep-color-primary);--ep-color-button-background--hover:#8f8cff;--ep-color-button-text:#fff;--ep-color-button-text--hover:#fff;--ep-color-button-text--disabled:rgba(71,72,78,0.5);--ep-color-link:var(--ep-color-primary);--ep-color-link-hover:#8f8cff;--ep-box-lavender-blue-surface:#dddcff;--ep-box-lavender-blue-on-surface:#504ebc;--ep-box-marigold-yellow-surface:#ffe870;--ep-box-marigold-yellow-on-surface:#695905;--ep-box-mindaro-surface:#e5e873;--ep-box-mindaro-on-surface:#5d6004;--ep-box-chardonnay-surface:#ffbe71;--ep-box-chardonnay-on-surface:#905105;--ep-box-sea-mist-surface:#bce1cb;--ep-box-sea-mist-on-surface:#1f7441;--ep-box-peach-puff-surface:#ffddb5;--ep-box-peach-puff-on-surface:#8d4c11;--ep-box-tea-green-surface:#dfefc2;--ep-box-tea-green-on-surface:#5d6004;--ep-box-pattens-blue-surface:#e0f6ff;--ep-box-pattens-blue-on-surface:#1c6987;--ep-box-linen-surface:#fff0df;--ep-box-linen-on-surface:#8d4c11;--ep-box-barley-white-surface:#fff3c7;--ep-box-barley-white-on-surface:#695905;--ep-box-desert-storm-surface:#f8f8f8;--ep-box-desert-storm-on-surface:#34313f;--ep-color-border:rgba(181,189,202,0.5);--ep-color-dropdown-background:#fff;--ep-color-review-stars:#ffac5f;--ep-color-error:#fd6e6e;--ep-box-shadow:0 0 50px -5px rgba(139,161,166,0.3)}
:root{--bs-gutter-x:30px}
.fritz-category-archive__hero{background:var(--fritz-color-bg,#fff7f5);padding:32px 0 40px}
.fritz-category-archive__hero-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}
.fritz-category-archive__hero-left{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}
.fritz-category-archive__hero-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}
.fritz-category-archive__breadcrumbs{margin-bottom:16px;font-size:13px;color:var(--fritz-color-text-secondary,#6b7280)}
.fritz-category-archive__breadcrumbs a{color:var(--ep-primary-color,#5046e5);text-decoration:none}
.fritz-category-archive__breadcrumbs a:hover{text-decoration:underline}
.fritz-category-archive__breadcrumbs .breadcrumb_last{color:var(--fritz-color-text,#1a1a2e)}
.fritz-category-archive__title{font-family:Beatrice,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:28px;font-weight:800;color:var(--fritz-color-text,#1a1a2e);margin:0 0 8px}
.fritz-category-archive__description{font-size:15px;line-height:1.6;color:var(--fritz-color-text-secondary,#6b7280);margin:0 0 24px;max-width:640px}
.fritz-category-archive__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:#fff;border-width:1px 1px 5px 1px;border-style:solid;border-color:#1a1a1a;border-radius:10px;padding:6px 6px 6px 10px;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}
.fritz-category-archive__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 0;border:none !important;border-radius:8px !important;background:0;font-size:15px;color:var(--fritz-color-text,#1a1a2e);outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.fritz-category-archive__search-input::-webkit-input-placeholder{color:#9ca3af;font-size:14px}
.fritz-category-archive__search-input::-moz-placeholder{color:#9ca3af;font-size:14px}
.fritz-category-archive__search-input:-ms-input-placeholder{color:#9ca3af;font-size:14px}
.fritz-category-archive__search-input::-ms-input-placeholder{color:#9ca3af;font-size:14px}
.fritz-category-archive__search-input::placeholder{color:#9ca3af;font-size:14px}
.fritz-category-archive__search-input:-webkit-autofill,.fritz-category-archive__search-input:-webkit-autofill:hover,.fritz-category-archive__search-input:-webkit-autofill:focus,.fritz-category-archive__search-input:-webkit-autofill:active{-webkit-text-fill-color:var(--fritz-color-text,#1a1a2e);caret-color:var(--fritz-color-text,#1a1a2e);-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset}
.fritz-category-archive__search-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:12px 24px;border:0;border-radius:10px;background:var(--fritz-color-accent,#fae078);color:#1a1a2e;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;-webkit-transition:background .2s,-webkit-transform .15s;transition:background .2s,-webkit-transform .15s;transition:background .2s,transform .15s;transition:background .2s,transform .15s,-webkit-transform .15s}
.fritz-category-archive__search-btn:hover{background:#e8b800;-webkit-transform:translateY(-1px);transform:translateY(-1px)}
.fritz-category-archive__content{background:var(--fritz-color-bg,#fff7f5);padding:40px 0 60px}
.fritz-category-archive__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}
.fritz-category-archive__sidebar{width:100%}
.fritz-category-archive__filter-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:12px 20px;background:#fff;border:1px solid var(--fritz-color-border,#e5e7eb);border-radius:10px;font-size:14px;font-weight:700;color:var(--fritz-color-text,#1a1a2e);cursor:pointer;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.fritz-category-archive__filters{display:none;padding:20px;background:#fff;border:1px solid var(--fritz-color-border,#e5e7eb);border-radius:14px;margin-top:12px}
.fritz-category-archive__filters.is-open{display:block}
.fritz-category-archive__filter-section{margin-bottom:24px}
.fritz-category-archive__filter-section:last-child{margin-bottom:0}
.fritz-category-archive__filter-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;font-weight:700;color:var(--fritz-color-text,#1a1a2e);margin:0 0 12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fritz-category-archive__filter-heading svg{width:12px;height:8px;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}
.fritz-category-archive__filter-heading.is-collapsed svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.fritz-category-archive__filter-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}
.fritz-category-archive__filter-list--scrollable{max-height:248px;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:var(--fritz-color-border,#e5e7eb) transparent}
.fritz-category-archive__filter-list--scrollable::-webkit-scrollbar{width:6px}
.fritz-category-archive__filter-list--scrollable::-webkit-scrollbar-thumb{background:var(--fritz-color-border,#e5e7eb);border-radius:999px}
.fritz-category-archive__filter-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.fritz-category-archive__filter-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;color:var(--fritz-color-text,#1a1a2e);cursor:pointer;width:100%;min-width:0;padding:4px 6px;border-radius:6px;-webkit-transition:background .15s;transition:background .15s}
.fritz-category-archive__filter-item:has(input:checked) label{background:rgba(80,70,229,0.08);color:var(--ep-primary-color,#5046e5);font-weight:600}
.fritz-category-archive__filter-item input[type="checkbox"],.fritz-category-archive__filter-item input[type="radio"]{width:16px;height:16px;accent-color:var(--ep-primary-color,#5046e5);-ms-flex-negative:0;flex-shrink:0}
.fritz-category-archive__filter-label{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;line-height:1.4;word-break:break-word}
.fritz-category-archive__filter-count{margin-left:auto;font-size:12px;color:var(--fritz-color-text-secondary,#6b7280)}
.fritz-category-archive__main{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}
.fritz-category-archive__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:20px}
.fritz-category-archive__showing{font-size:14px;color:var(--fritz-color-text-secondary,#6b7280)}
.fritz-category-archive__sort-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.fritz-category-archive__sort-wrap label{font-size:14px;color:var(--fritz-color-text-secondary,#6b7280);white-space:nowrap}
.fritz-category-archive__sort-select{padding:8px 30px 8px 12px;border:1px solid var(--fritz-color-border,#e5e7eb);border-radius:8px;font-size:14px;font-weight:600;background:#fff;color:var(--fritz-color-text,#1a1a2e);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}
.fritz-category-archive__tools-grid{display:grid;grid-template-columns:1fr;gap:20px}
.fritz-category-archive__loading{display:none;text-align:center;padding:40px;font-size:14px;color:var(--fritz-color-text-secondary,#6b7280)}
.fritz-category-archive__loading.is-active{display:block}
.fritz-category-archive__no-results{text-align:center;padding:60px 20px;font-size:16px;color:var(--fritz-color-text-secondary,#6b7280)}
.fritz-category-archive__pagination{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}
.fritz-category-archive__pagination .page-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--fritz-color-border,#e5e7eb);border-radius:8px;font-size:14px;font-weight:600;color:var(--fritz-color-text,#1a1a2e);text-decoration:none;-webkit-transition:border-color .2s,background .2s;transition:border-color .2s,background .2s}
.fritz-category-archive__pagination .page-numbers:hover{border-color:var(--fritz-color-accent,#fae078)}
.fritz-category-archive__pagination .page-numbers.current{background:var(--fritz-color-accent,#fae078);border-color:var(--fritz-color-accent,#fae078);color:#1a1a2e}
.fritz-category-archive__pagination .page-numbers.dots{border:0;padding:0 4px}
.fritz-category-archive .fritz-tool-card{background:#fff;border-radius:14px;padding:24px;position:relative;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}
.fritz-category-archive .fritz-tool-card:hover{-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.08);box-shadow:0 4px 16px rgba(0,0,0,0.08)}
.fritz-category-archive .fritz-tool-card__logo img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}
.fritz-category-archive .fritz-tool-card__stretched-link::after{content:"";position:absolute;inset:0;z-index:1}
.fritz-category-archive .fritz-tool-card__try-link{position:relative;z-index:2}
@media(prefers-color-scheme:dark){html:not(.force-light-mode){--ep-color-primary:#8f8cff;--ep-color-primary-background:#504ebc;--ep-color-on-primary-background:#e8e4f5;--ep-color-main-background:#141420;--ep-color-main-text:#e8e4f5;--ep-color-subtle-text:rgba(232,228,245,0.5);--ep-color-input-text:var(--ep-color-main-text);--ep-color-input-text-focus:var(--ep-color-main-text);--ep-color-input-border:rgba(232,228,245,0.2);--ep-color-input-border-focus:#e8e4f5;--ep-color-button-background:#504ebc;--ep-color-button-background--hover:#8f8cff;--ep-color-button-text:var(--ep-color-main-text);--ep-color-button-text--hover:#fff;--ep-color-button-text--disabled:rgba(71,72,78,0.9);--ep-color-link:var(--ep-color-primary);--ep-color-link-hover:#8f8cff;--ep-color-border:rgba(232,228,245,0.2);--ep-color-dropdown-background:linear-gradient(to bottom,#2e2e43,rgba(46,46,67,0.8));--ep-color-review-stars:#ffac5f;--ep-color-error:#fd6e6e}
}@media(min-width:576px){.fritz-category-archive__tools-grid{grid-template-columns:repeat(2,1fr)}
}@media(min-width:768px){.fritz-category-archive__title{font-size:34px}
.fritz-category-archive__hero-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.fritz-category-archive__hero-left{max-width:55%}
.fritz-category-archive__hero-right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:500px;max-width:100%}
.fritz-category-archive__search{width:100%}
}@media(min-width:992px){.fritz-category-archive__layout{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.fritz-category-archive__sidebar{width:260px;-ms-flex-negative:0;flex-shrink:0}
.fritz-category-archive__filter-toggle{display:none}
.fritz-category-archive__filters{display:block;position:sticky;top:100px}
.fritz-category-archive__tools-grid{grid-template-columns:repeat(2,1fr)}
}@media(min-width:1200px){.fritz-category-archive__tools-grid{grid-template-columns:repeat(3,1fr)}
}