.ff{max-width:920px;margin:0 auto;padding:40px 16px 80px;font-family:inherit;text-align:center}.ff__progress-row{max-width:720px;margin:16px auto 28px;display:flex;align-items:center;gap:14px}.ff__progress{display:flex;gap:4px;flex:1}.ff__progress span{flex:1;height:4px;background:#7f7f7f40;border-radius:2px;transition:background .25s}.ff__progress span.done,.ff__progress span.active{background:#2563eb}.ff__count{font-size:13px;color:#6b6f76;white-space:nowrap;font-weight:500}.ff__step{animation:ff-fade .25s ease}@keyframes ff-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.ff__question{font-size:42px;font-weight:800;margin:8px 0 12px;text-align:center;letter-spacing:-.02em;line-height:1.15}.ff__hint{text-align:center;color:#6b6f76;margin:0 auto 28px;font-size:15px;max-width:540px}@media(max-width:600px){.ff__question{font-size:30px}}.ff__choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:22px}.ff__choice{background:#7f7f7f12;border:2px solid rgba(127,127,127,.2);border-radius:12px;padding:18px 14px;cursor:pointer;text-align:center;font-size:15px;font-weight:500;color:inherit;transition:all .15s ease;display:flex;flex-direction:column;align-items:center;gap:6px;font-family:inherit}.ff__choice .emoji{font-size:26px}.ff__choice .label{font-weight:600}.ff__choice .choice-hint{font-size:12px;color:#6b6f76;font-weight:400;line-height:1.3}.ff__choice:hover{border-color:#2563eb;background:#2563eb0f;transform:translateY(-1px)}.ff__choice.selected{border-color:#2563eb;background:#2563eb1a;color:#2563eb}.ff__choice.selected .choice-hint{color:#2563eb;opacity:.85}.ff__nav{display:flex;gap:12px;justify-content:center;margin-top:12px}.ff__btn{padding:12px 28px;border-radius:999px;border:1.5px solid rgba(127,127,127,.3);background:transparent;color:inherit;cursor:pointer;font-size:15px;font-weight:500;transition:all .18s ease;font-family:inherit}.ff__btn:hover{border-color:#2563eb;color:#2563eb}.ff__btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.ff__btn--primary:hover{background:#1d4ed8;color:#fff}.ff__results-meta{text-align:center;color:#6b6f76;margin:0 auto 28px;max-width:600px;font-size:15px}.ff__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.ff__card{border:1px solid rgba(127,127,127,.2);border-radius:12px;overflow:hidden;background:#ffffff08;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s;text-decoration:none;color:inherit}html.sidd-light .ff__card{background:#fff}.ff__card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a;border-color:#2563eb}.ff__card--top{border:2px solid #16a34a;position:relative}.ff__card--top:before{content:"\2605  Best match";position:absolute;top:10px;right:10px;background:#16a34a;color:#fff;font-size:11px;padding:4px 10px;border-radius:999px;font-weight:600;z-index:1}.ff__card-img{aspect-ratio:1;width:100%;object-fit:cover;background:#7f7f7f1a;display:block}.ff__card-body{padding:14px 16px;text-align:left}.ff__card-title{font-size:16px;font-weight:600;margin:0 0 6px;line-height:1.3}.ff__card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 10px}.ff__tag{font-size:11px;padding:2px 8px;background:#2563eb1f;color:#2563eb;border-radius:999px;font-weight:600}.ff__card-blurb{font-size:13px;color:#6b6f76;margin:4px 0 10px;line-height:1.45}.ff__card-reasons{list-style:none;padding:0;margin:0 0 12px;font-size:13px;line-height:1.5}.ff__card-reasons li{padding:2px 0 2px 20px;position:relative}.ff__card-reasons li:before{content:"\2713";position:absolute;left:0;top:1px;color:#16a34a;font-weight:700}.ff__card-titlelink{text-decoration:none;color:inherit;display:block}.ff__card-titlelink:hover .ff__card-title{color:#2563eb}.ff__card-imglink{display:block}.ff__card-specs{list-style:none;padding:0;margin:8px 0 12px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px 14px;font-size:12.5px}.ff__spec{display:flex;align-items:center;gap:6px;cursor:help}.ff__spec-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:700;flex-shrink:0}.ff__spec--good .ff__spec-icon{background:#16a34a26;color:#16a34a}.ff__spec--ok .ff__spec-icon{background:#ca8a0426;color:#ca8a04}.ff__spec--bad .ff__spec-icon{background:#dc262626;color:#dc2626}.ff__spec-label{color:#6b6f76;font-size:12.5px;line-height:1.2}.ff__spec--good .ff__spec-label{color:inherit}.ff__card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(127,127,127,.15)}.ff__card-price{font-size:18px;font-weight:700;margin:0}.ff__card-buy{background:#2563eb;color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;white-space:nowrap}.ff__card-buy:hover{background:#1d4ed8;color:#fff}.ff__cards--mat{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.ff__card--mat{padding:4px}.ff__mat-name{font-size:32px;font-weight:800;letter-spacing:-.01em;margin:4px 0 8px}.ff__card-bottom--mat{flex-direction:column;align-items:stretch;gap:8px}.ff__card-buy--primary{text-align:center;padding:12px 16px;font-size:15px}.ff__card-buy--secondary{text-align:center;padding:10px 16px;font-size:13px;background:transparent;color:#2563eb;border:1.5px solid #2563eb}.ff__card-buy--secondary:hover{background:#2563eb1a;color:#2563eb}.ff__mat-count-line{font-size:12px;color:#6b6f76;text-align:center;margin:6px 0 0}.ff__empty{text-align:center;padding:40px 20px;color:#6b6f76}.ff__empty h2{color:inherit;margin:0 0 12px}html.sidd-light .ff__choice{background:#f5f6f8;color:#141414}html.sidd-light .ff__choice.selected{background:#2563eb1a;color:#2563eb}
/*# sourceMappingURL=/cdn/shop/t/30/assets/filament-finder.css.map */
