:root{--scfp-red:#ef3434;--scfp-red-dark:#d92424;--scfp-green:#219a48;--scfp-dark:#172033;--scfp-border:#dbe2eb;--scfp-soft:#f6f8fb}.scfp-fav-btn{appearance:none;border:1px solid var(--scfp-border);background:#fff;color:#344054;font:800 14px/1.2 inherit;cursor:pointer;transition:.18s ease}.scfp-fav-btn--wide{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 16px;margin:18px 0;border-radius:8px;box-shadow:0 5px 16px rgba(15,23,42,.08)}.scfp-fav-btn--icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%}.scfp-heart{display:inline-flex;width:21px;height:21px}.scfp-heart svg{width:100%;height:100%;fill:transparent;stroke:var(--scfp-red);stroke-width:1.8;transition:.18s ease}.scfp-fav-btn:hover{border-color:#f4a2a2;color:var(--scfp-red);transform:translateY(-1px)}.scfp-fav-btn.is-active{border-color:#f3b0b0;background:#fff4f4;color:var(--scfp-red)}.scfp-fav-btn.is-active .scfp-heart svg{fill:var(--scfp-red);stroke:var(--scfp-red)}.scfp-fav-btn.is-popping .scfp-heart{animation:scfpPop .32s ease}@keyframes scfpPop{0%{transform:scale(1)}45%{transform:scale(1.45) rotate(-8deg)}100%{transform:scale(1)}}.scfp-count-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.scfp-count-heart{color:var(--scfp-red)}.scfp-count-number{font-weight:800}.scfp-floating{position:fixed;right:22px;bottom:22px;z-index:9998;display:flex;align-items:center;justify-content:center;min-width:54px;height:54px;padding:0 13px;border:1px solid #f2b0b0;border-radius:999px;background:#fff;color:var(--scfp-red);text-decoration:none;box-shadow:0 12px 30px rgba(15,23,42,.18);transition:.2s ease}.scfp-floating:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(15,23,42,.22)}.scfp-floating-heart{font-size:21px}.scfp-floating-count{min-width:18px;margin-left:5px;font-weight:900}.scfp-page{width:min(1180px,100%);margin:24px auto 50px}.scfp-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px;padding:26px;border:1px solid var(--scfp-border);border-radius:16px;background:linear-gradient(135deg,#fff,#f8fafc)}.scfp-kicker{display:block;margin-bottom:7px;color:var(--scfp-red);font-size:12px;font-weight:900;letter-spacing:.08em}.scfp-page-head h1{margin:0 0 7px;color:var(--scfp-dark);font-size:clamp(28px,4vw,46px);line-height:1.05}.scfp-page-head p{margin:0;color:#667085}.scfp-clear{min-height:42px;padding:9px 14px;border:1px solid var(--scfp-border);border-radius:7px;background:#fff;color:#475467;font-weight:700;cursor:pointer}.scfp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.scfp-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:18px;border:1px solid var(--scfp-border);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.07);transition:.2s ease}.scfp-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(15,23,42,.12)}.scfp-card-remove{position:absolute;top:10px;right:10px;width:31px;height:31px;border:0;border-radius:7px;background:#f1f4f7;color:#667085;font-size:19px;cursor:pointer}.scfp-card-logo{display:flex;align-items:center;justify-content:center;height:100px;margin:0 25px 12px}.scfp-card-logo img{max-width:100%;max-height:82px;object-fit:contain}.scfp-card-placeholder{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:12px;background:#172033;color:#fff;font-size:23px;font-weight:900}.scfp-card h3{margin:0 0 11px;text-align:center;font-size:18px;line-height:1.3}.scfp-card h3 a{color:var(--scfp-dark);text-decoration:none}.scfp-stars{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.scfp-stars span{color:#ffb800;letter-spacing:1px}.scfp-stars b{color:#475467;font-size:13px}.scfp-card-bonus{min-height:48px;margin-bottom:14px;padding:10px;border:1px solid #f2d0b5;border-radius:8px;background:#fff7ef;color:#b54708;font-weight:800;text-align:center}.scfp-card-actions{display:grid;grid-template-columns:1fr 46px;gap:9px;margin-top:auto}.scfp-review{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:7px;background:linear-gradient(180deg,#2cab52,#218f43);color:#fff!important;font-weight:900;text-decoration:none!important}.scfp-heart-only{display:flex;align-items:center;justify-content:center;border:1px solid #f1b1b1;border-radius:7px;background:#fff4f4;color:var(--scfp-red);font-size:22px;cursor:pointer}.scfp-empty{padding:60px 25px;border:1px dashed #cbd5e1;border-radius:16px;background:#fafbfd;text-align:center}.scfp-empty-heart{display:block;margin-bottom:10px;color:#ef3434;font-size:56px}.scfp-empty h2{margin:0 0 8px;color:#172033}.scfp-empty p{margin:0;color:#667085}.scfp-admin-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:20px;max-width:1200px;margin-top:20px}.scfp-admin-card{padding:22px;border:1px solid #dcdcde;border-radius:9px;background:#fff}.scfp-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}@media(max-width:900px){.scfp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scfp-admin-grid{grid-template-columns:1fr}}@media(max-width:600px){.scfp-page{padding:0 10px}.scfp-page-head{align-items:stretch;flex-direction:column;padding:20px}.scfp-grid{grid-template-columns:1fr}.scfp-floating{right:14px;bottom:14px}.scfp-checks{grid-template-columns:1fr}}.scfp-card-host{position:relative}.scfp-auto-anchor{position:relative!important}.scfp-auto-fav.scfp-fav-btn--icon{position:absolute;top:10px;right:10px;z-index:25;width:40px;height:40px;margin:0;padding:0;border:1px solid rgba(239,52,52,.25);background:rgba(255,255,255,.96);box-shadow:0 6px 18px rgba(15,23,42,.14);backdrop-filter:blur(6px)}.scfp-auto-fav.scfp-fav-btn--icon:hover{background:#fff4f4}.scfp-auto-fav.scfp-fav-btn--wide{width:100%;margin:10px 0 0}.scfp-card-host .scfp-auto-fav{box-sizing:border-box}@media(max-width:600px){.scfp-auto-fav.scfp-fav-btn--icon{top:7px;right:7px;width:36px;height:36px}}li.table-item .scfp-spinko-actions,.review-table li.table-item .scfp-spinko-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}li.table-item .scfp-spinko-favorite,.review-table li.table-item .scfp-spinko-favorite{position:static!important;width:100%!important;min-height:36px!important;margin:0!important;padding:7px 10px!important;border:1px solid #ef4444!important;border-radius:7px!important;background:#fff!important;color:#ef4444!important;box-shadow:none!important;font-size:13px!important;font-weight:700!important}li.table-item .scfp-spinko-favorite:hover,.review-table li.table-item .scfp-spinko-favorite:hover{background:#fff3f3!important;transform:none!important}li.table-item .scfp-spinko-favorite.is-active,.review-table li.table-item .scfp-spinko-favorite.is-active{background:#ef4444!important;color:#fff!important;border-color:#ef4444!important}li.table-item .scfp-spinko-favorite.is-active .scfp-heart svg,.review-table li.table-item .scfp-spinko-favorite.is-active .scfp-heart svg{fill:#fff!important;stroke:#fff!important}li.table-item .scfp-spinko-favorite .scfp-heart,.review-table li.table-item .scfp-spinko-favorite .scfp-heart{width:17px!important;height:17px!important}header .scfp-auto-fav,nav .scfp-auto-fav,.site-header .scfp-auto-fav,.main-header .scfp-auto-fav,.top-bar .scfp-auto-fav,.navbar .scfp-auto-fav{display:none!important}@media(max-width:700px){li.table-item .scfp-spinko-favorite,.review-table li.table-item .scfp-spinko-favorite{min-height:34px!important;font-size:12px!important}}.scfp-header-favorite{position:relative;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;margin-left:10px;border:0;border-radius:10px;background:rgba(255,255,255,.08);color:#fff!important;text-decoration:none!important;vertical-align:middle;transition:background .18s ease,transform .18s ease}.scfp-header-favorite:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}.scfp-header-heart{display:flex;width:21px;height:21px}.scfp-header-heart svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8}.scfp-header-favorite.has-items .scfp-header-heart svg{fill:#ff4d5e;stroke:#ff4d5e}.scfp-header-badge{position:absolute;top:-5px;right:-5px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #2f3a4c;border-radius:999px;background:#ff3b4d;color:#fff;font-size:10px;font-weight:900;line-height:1;box-sizing:border-box}.scfp-header-badge:empty{display:none}body:not(.scfp-legacy-floating-enabled) .scfp-floating{display:none!important}@media(max-width:700px){.scfp-header-favorite{width:36px;height:36px;margin-left:6px;border-radius:9px}.scfp-header-heart{width:20px;height:20px}.scfp-header-badge{top:-4px;right:-4px;min-width:17px;height:17px;font-size:9px}}.scfp-page-v3{width:min(1180px, calc(100% - 28px));margin:34px auto 64px}.scfp-page-v3 .scfp-page-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin-bottom:18px;padding:28px 30px;border:1px solid #e2e8f0;border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(239,52,52,.08),transparent 28%),linear-gradient(135deg,#fff 0%,#f8fafc 100%);box-shadow:0 14px 38px rgba(15,23,42,.07)}.scfp-page-hero__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:linear-gradient(145deg,#ff5a64,#e92936);box-shadow:0 10px 25px rgba(239,52,52,.24)}.scfp-page-hero__icon svg{width:31px;height:31px;fill:#fff;stroke:#fff;stroke-width:1.4}.scfp-page-hero__content h1{margin:2px 0 8px!important;color:#111827!important;font-size:clamp(30px,4vw,48px)!important;line-height:1.05!important;letter-spacing:-.035em}.scfp-page-hero__content p{max-width:690px;margin:0;color:#64748b;font-size:15px;line-height:1.55}.scfp-page-v3 .scfp-kicker{margin:0 0 5px;color:#ef3434;font-size:11px;font-weight:900;letter-spacing:.12em}.scfp-page-hero__stats{display:flex;align-items:center;gap:12px}.scfp-stat-box{min-width:94px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;text-align:center}.scfp-stat-box strong{display:block;color:#111827;font-size:25px;line-height:1}.scfp-stat-box span{display:block;margin-top:5px;color:#64748b;font-size:11px;font-weight:700}.scfp-page-v3 .scfp-clear{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 16px;border:1px solid #fecaca;border-radius:10px;background:#fff5f5;color:#dc2626;font-size:13px;font-weight:800}.scfp-page-v3 .scfp-clear span{font-size:18px;line-height:1}.scfp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:14px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.scfp-toolbar__title strong{display:block;color:#111827;font-size:15px}.scfp-toolbar__title span{color:#94a3b8;font-size:12px}.scfp-toolbar__count{display:flex;align-items:baseline;gap:5px;color:#475569}.scfp-toolbar__count span{color:#ef3434;font-size:20px;font-weight:900}.scfp-toolbar__count small{font-size:12px;font-weight:700}.scfp-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.scfp-card-v3{position:relative;display:flex;flex-direction:column;min-width:0;padding:18px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.scfp-card-v3:hover{transform:translateY(-3px);border-color:#cbd5e1;box-shadow:0 18px 38px rgba(15,23,42,.11)}.scfp-card-v3__top{display:grid;grid-template-columns:92px 1fr;align-items:center;gap:14px;min-height:96px;margin-bottom:14px}.scfp-card-v3__logo{display:flex;align-items:center;justify-content:center;width:92px;height:82px;padding:8px;border:1px solid #edf1f5;border-radius:12px;background:#f8fafc}.scfp-card-v3__logo img{max-width:100%;max-height:60px;object-fit:contain}.scfp-card-v3__info{min-width:0}.scfp-card-v3__info h3{margin:0 28px 8px 0!important;text-align:left!important;font-size:18px!important;line-height:1.25!important}.scfp-card-v3__info h3 a{color:#172033!important;text-decoration:none!important}.scfp-v3-rating{display:flex;align-items:center;gap:8px}.scfp-v3-stars{color:#f5b301;font-size:15px;letter-spacing:1px}.scfp-v3-rating strong{color:#64748b;font-size:12px}.scfp-card-remove-v3{top:10px!important;right:10px!important;width:30px!important;height:30px!important;border-radius:8px!important;background:#f1f5f9!important;color:#64748b!important;font-size:17px!important}.scfp-v3-bonus{min-height:72px;margin-bottom:14px;padding:12px 14px;border:1px solid #fed7aa;border-radius:11px;background:linear-gradient(135deg,#fff7ed,#fffaf5)}.scfp-v3-bonus span{display:block;margin-bottom:4px;color:#ea580c;font-size:10px;font-weight:900;letter-spacing:.08em}.scfp-v3-bonus strong{display:block;color:#9a3412;font-size:15px;line-height:1.35}.scfp-v3-features{display:grid;gap:7px;margin:0 0 16px!important;padding:0!important;list-style:none!important}.scfp-v3-features li{position:relative;padding-left:20px;color:#475569;font-size:13px;line-height:1.35}.scfp-v3-features li:before{content:"✓";position:absolute;left:0;top:0;color:#22c55e;font-weight:900}.scfp-card-actions-v3{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto}.scfp-review-v3{min-height:46px!important;border-radius:9px!important;background:linear-gradient(180deg,#25aa50,#1d9443)!important;box-shadow:0 8px 16px rgba(33,154,72,.18)}.scfp-heart-only-v3{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:42px!important;border:1px solid #fecaca!important;border-radius:9px!important;background:#fff5f5!important;color:#ef3434!important;font-size:14px!important;font-weight:800!important}.scfp-heart-only-v3 span{font-size:18px}.scfp-heart-only-v3 b{font-size:13px}.scfp-empty-v3{padding:72px 24px!important;border:1px dashed #cbd5e1!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important}.scfp-empty-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 16px;border-radius:18px;background:#fff1f2;color:#ef3434;font-size:42px}.scfp-empty-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:0 18px;border-radius:9px;background:#111827;color:#fff!important;font-size:13px;font-weight:800;text-decoration:none!important}li.table-item .scfp-spinko-actions,.review-table li.table-item .scfp-spinko-actions{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}li.table-item .scfp-spinko-favorite,.review-table li.table-item .scfp-spinko-favorite{order:2;min-height:36px!important;padding:7px 9px!important;border-radius:6px!important;font-size:12px!important;line-height:1.1!important}li.table-item .scfp-spinko-favorite+a,li.table-item .scfp-spinko-favorite+button,.review-table li.table-item .scfp-spinko-favorite+a,.review-table li.table-item .scfp-spinko-favorite+button{order:3}li.table-item .scfp-spinko-favorite.is-active,.review-table li.table-item .scfp-spinko-favorite.is-active{background:#ef4444!important;color:#fff!important}li.table-item .scfp-spinko-favorite:not(.is-active),.review-table li.table-item .scfp-spinko-favorite:not(.is-active){background:#fff!important;color:#ef4444!important}@media(max-width:900px){.scfp-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.scfp-page-v3 .scfp-page-hero{grid-template-columns:auto 1fr}.scfp-page-hero__stats{grid-column:1/-1;justify-content:flex-end}}@media(max-width:640px){.scfp-page-v3{width:min(100% - 18px, 1180px);margin:18px auto 40px}.scfp-page-v3 .scfp-page-hero{grid-template-columns:52px 1fr;gap:14px;padding:18px;border-radius:14px}.scfp-page-hero__icon{width:52px;height:52px;border-radius:13px}.scfp-page-hero__icon svg{width:25px;height:25px}.scfp-page-hero__content h1{font-size:28px!important}.scfp-page-hero__content p{grid-column:1/-1;font-size:13px}.scfp-page-hero__stats{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%}.scfp-stat-box{min-width:0}.scfp-page-v3 .scfp-clear{width:100%}.scfp-toolbar{padding:12px 14px}.scfp-grid-v3{grid-template-columns:1fr}.scfp-card-v3{padding:15px;border-radius:14px}.scfp-card-v3__top{grid-template-columns:76px 1fr;min-height:80px}.scfp-card-v3__logo{width:76px;height:70px}.scfp-card-v3__logo img{max-height:50px}.scfp-card-v3__info h3{font-size:16px!important}.scfp-v3-bonus{min-height:auto}.scfp-card-actions-v3{grid-template-columns:1fr 1fr}.scfp-review-v3,.scfp-heart-only-v3{min-height:42px!important;font-size:12px!important}.scfp-heart-only-v3 b{font-size:11px}li.table-item .scfp-spinko-actions,.review-table li.table-item .scfp-spinko-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}li.table-item .scfp-spinko-favorite,.review-table li.table-item .scfp-spinko-favorite{width:100%!important;min-height:32px!important;padding:5px 6px!important;font-size:10px!important;white-space:normal!important}}.scfp-grid-v3{align-items:stretch}.scfp-card-v3{height:100%;min-height:470px}.scfp-card-v3__top{min-height:104px;height:104px}.scfp-card-v3__logo{overflow:hidden}.scfp-card-v3__logo img{display:block;width:100%;height:100%;object-fit:contain}.scfp-card-placeholder--fallback{display:none}.scfp-card-placeholder{align-items:center;justify-content:center;width:100%;height:100%;border-radius:10px;background:linear-gradient(145deg,#162033,#263652);color:#fff;font-size:22px;font-weight:900;letter-spacing:.03em}.scfp-card-v3__info{display:flex;flex-direction:column;justify-content:center;min-height:84px}.scfp-card-v3__info h3{display:-webkit-box;min-height:45px;max-height:45px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.scfp-v3-rating{min-height:24px}.scfp-v3-rating-number{min-width:30px;color:#111827!important;font-size:15px!important;font-weight:900!important}.scfp-v3-rating small{color:#94a3b8;font-size:11px;font-weight:800}.scfp-v3-rating--empty .scfp-v3-stars{color:#cbd5e1}.scfp-v3-bonus{display:flex;flex-direction:column;justify-content:center;min-height:76px;height:76px;overflow:hidden}.scfp-v3-bonus strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.scfp-v3-features{min-height:82px;height:82px}.scfp-card-actions-v3{margin-top:auto}@media(max-width:640px){.scfp-card-v3{min-height:0}.scfp-card-v3__top{min-height:88px;height:88px}.scfp-card-v3__info h3{min-height:40px;max-height:40px}.scfp-v3-bonus{min-height:68px;height:68px}.scfp-v3-features{min-height:76px;height:76px}}.scfp-floating{display:flex!important;position:fixed!important;right:18px!important;bottom:92px!important;z-index:9997!important;align-items:center!important;justify-content:center!important;width:50px!important;min-width:50px!important;height:50px!important;padding:0!important;border:1px solid #fecaca!important;border-radius:15px!important;background:rgba(255,255,255,.97)!important;color:#ef3434!important;text-decoration:none!important;box-shadow:0 10px 28px rgba(15,23,42,.16),0 2px 7px rgba(239,52,52,.1)!important;backdrop-filter:blur(8px);transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}.scfp-floating:hover{transform:translateY(-2px) scale(1.03)!important;background:#fff5f5!important;box-shadow:0 14px 32px rgba(15,23,42,.2),0 3px 9px rgba(239,52,52,.14)!important}.scfp-floating-heart{display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;font-size:0!important}.scfp-floating-heart:before{content:"♥";color:#ef3434;font-size:25px;line-height:1}.scfp-floating-count{position:absolute!important;top:-6px!important;right:-6px!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:20px!important;height:20px!important;margin:0!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;background:#ef3434!important;color:#fff!important;font-size:10px!important;font-weight:900!important;line-height:1!important;box-sizing:border-box!important}.scfp-floating:not(.has-items) .scfp-floating-count{background:#94a3b8!important}body:not(.scfp-legacy-floating-enabled) .scfp-floating{display:flex!important}@media(max-width:700px){.scfp-floating{right:14px!important;bottom:88px!important;width:46px!important;min-width:46px!important;height:46px!important;border-radius:14px!important}.scfp-floating-heart:before{font-size:23px!important}.scfp-floating-count{top:-5px!important;right:-5px!important;min-width:19px!important;height:19px!important;font-size:9px!important}}@media(max-width:380px){.scfp-floating{right:12px!important;bottom:84px!important}}.scfp-header-favorite,[data-scfp-header]{display:none!important}.scfp-floating{right:18px!important;bottom:92px!important;width:54px!important;min-width:54px!important;height:54px!important;border:0!important;border-radius:18px!important;background:linear-gradient(145deg,#ff5a67 0%,#e92738 100%)!important;color:#fff!important;box-shadow:0 14px 32px rgba(239,52,52,.28),0 5px 14px rgba(15,23,42,.18)!important;overflow:visible!important}.scfp-floating:after{content:"";position:absolute;inset:4px;border:1px solid rgba(255,255,255,.28);border-radius:14px;pointer-events:none}.scfp-floating:hover{background:linear-gradient(145deg,#ff6874 0%,#df1f31 100%)!important;transform:translateY(-3px) scale(1.04)!important;box-shadow:0 18px 38px rgba(239,52,52,.34),0 7px 18px rgba(15,23,42,.2)!important}.scfp-floating-heart:before{color:#fff!important;font-size:27px!important;text-shadow:0 2px 5px rgba(150,0,15,.22)}.scfp-floating-count{top:-7px!important;right:-7px!important;min-width:22px!important;height:22px!important;padding:0 6px!important;border:3px solid #fff!important;background:#172033!important;color:#fff!important;font-size:10px!important;box-shadow:0 4px 10px rgba(15,23,42,.22)!important}.scfp-floating:not(.has-items) .scfp-floating-count{background:#64748b!important}.scfp-v3-rating{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:6px!important}.scfp-v3-stars{white-space:nowrap!important}.scfp-v3-rating-number{display:inline-block!important;min-width:31px!important;color:#111827!important}@media(max-width:700px){.scfp-floating{right:14px!important;bottom:86px!important;width:50px!important;min-width:50px!important;height:50px!important;border-radius:16px!important}.scfp-floating:after{border-radius:12px}.scfp-floating-heart:before{font-size:25px!important}.scfp-floating-count{top:-6px!important;right:-6px!important;min-width:21px!important;height:21px!important}}.scfp-page-v34{width:min(1180px,calc(100% - 28px));margin:28px auto 60px}.scfp-f34-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-bottom:18px;padding:28px 30px;border:1px solid #f1dfe1;border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(255,79,94,.1),transparent 34%),linear-gradient(135deg,#fff 0%,#fff8f8 100%);box-shadow:0 14px 34px rgba(15,23,42,.06)}.scfp-f34-hero__heart{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:#fff;color:#ff4052;font-size:32px;box-shadow:0 10px 25px rgba(239,52,52,.14)}.scfp-f34-hero__text h2{margin:0 0 8px!important;color:#172033!important;font-size:clamp(28px,3.4vw,42px)!important;line-height:1.08!important;letter-spacing:-.03em}.scfp-f34-hero__text p{max-width:650px;margin:0;color:#64748b;font-size:14px;line-height:1.55}.scfp-f34-hero__actions{display:flex;align-items:center;gap:12px}.scfp-f34-saved{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:92px;height:64px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.scfp-f34-saved strong{color:#ff4052;font-size:24px;line-height:1}.scfp-f34-saved span{margin-top:5px;color:#64748b;font-size:10px;font-weight:700}.scfp-f34-clear{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 16px;border:1px solid #fecaca;border-radius:10px;background:#fff;color:#ef3434;font-weight:800;cursor:pointer}.scfp-f34-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.scfp-f34-toolbar__left,.scfp-f34-view{display:flex;align-items:center;gap:10px}.scfp-f34-select{display:flex;align-items:center;min-height:44px;padding:0 12px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.04)}.scfp-f34-select span{margin-right:4px;color:#475569;font-size:12px;font-weight:700}.scfp-f34-select select{border:0!important;background:transparent!important;color:#172033;font-size:12px;font-weight:800;outline:none!important;box-shadow:none!important}.scfp-f34-view{padding:3px;border:1px solid #dfe5ec;border-radius:11px;background:#fff}.scfp-f34-view button{min-height:38px;padding:0 14px;border:0;border-radius:8px;background:0 0;color:#475569;font-size:12px;font-weight:800;cursor:pointer}.scfp-f34-view button.is-active{background:#fff2f3;color:#ef3434}.scfp-grid-v34{grid-template-columns:repeat(3,minmax(0,1fr))}.scfp-card-v34{min-height:470px;border-radius:14px}.scfp-card-actions-v34{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto}.scfp-card-secondary{display:grid;grid-template-columns:48px 1fr;gap:9px}.scfp-card-heart,.scfp-card-compare{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#334155!important;text-decoration:none!important;font-size:12px;font-weight:800}.scfp-card-heart{border-color:#fecaca;color:#ef3434!important;font-size:21px;cursor:pointer}.scfp-grid-v34.is-list{grid-template-columns:1fr}.scfp-grid-v34.is-list .scfp-card-v34{display:grid;grid-template-columns:260px 1fr 260px;gap:18px;min-height:0}.scfp-single-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;width:min(520px,100%)!important;margin:24px 0!important}.scfp-single-actions>*{width:100%!important;min-height:48px!important;margin:0!important;box-sizing:border-box!important}.scfp-single-actions .scfp-fav-btn{display:flex!important;align-items:center!important;justify-content:center!important}.scfp-floating{right:18px!important;bottom:58px!important;width:46px!important;min-width:46px!important;height:46px!important;border:1px solid #f3b5ba!important;border-radius:50%!important;background:#fff!important;box-shadow:0 9px 24px rgba(15,23,42,.16)!important}.scfp-floating:after{display:none!important}.scfp-floating-heart:before{color:#ef3434!important;font-size:25px!important;text-shadow:none!important}.scfp-floating-count{top:-5px!important;right:-5px!important;min-width:20px!important;height:20px!important;border:2px solid #fff!important;background:#172033!important;font-size:9px!important}.scfp-floating:hover{background:#fff5f5!important;transform:translateY(-2px) scale(1.03)!important}.scfp-header-favorite,[data-scfp-header]{display:none!important}@media(max-width:900px){.scfp-grid-v34{grid-template-columns:repeat(2,minmax(0,1fr))}.scfp-f34-hero{grid-template-columns:auto 1fr}.scfp-f34-hero__actions{grid-column:1/-1;justify-content:flex-end}}@media(max-width:640px){.scfp-page-v34{width:min(100% - 16px,1180px);margin-top:16px}.scfp-f34-hero{grid-template-columns:52px 1fr;gap:14px;padding:18px;border-radius:14px}.scfp-f34-hero__heart{width:52px;height:52px;border-radius:13px;font-size:26px}.scfp-f34-hero__text h2{font-size:26px!important}.scfp-f34-hero__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.scfp-f34-toolbar{align-items:stretch;flex-direction:column}.scfp-f34-toolbar__left{display:grid;grid-template-columns:1fr 1fr}.scfp-f34-select{min-width:0;padding:0 9px}.scfp-f34-select span{display:none}.scfp-f34-view{align-self:flex-end}.scfp-grid-v34{grid-template-columns:1fr}.scfp-grid-v34.is-list .scfp-card-v34{display:flex;min-height:0}.scfp-single-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}.scfp-single-actions>*{min-height:44px!important;padding-left:8px!important;padding-right:8px!important;font-size:12px!important}.scfp-floating{right:12px!important;bottom:56px!important;width:44px!important;min-width:44px!important;height:44px!important}}.scfp-f34-clear{min-width:126px!important;min-height:50px!important;padding:0 18px!important;border:1px solid #fca5a5!important;border-radius:12px!important;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%)!important;color:#dc2626!important;box-shadow:0 6px 16px rgba(239,68,68,.08)!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important}.scfp-f34-clear:hover{background:#fff1f2!important;transform:translateY(-1px)!important;box-shadow:0 9px 20px rgba(239,68,68,.13)!important}.scfp-f34-clear span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:7px;background:#fee2e2;font-size:14px}.scfp-card-compare{appearance:none;width:100%;padding:0 10px;cursor:pointer;gap:7px}.scfp-card-compare span{font-size:15px}.scfp-card-compare b{font:inherit}.scfp-card-compare:hover{border-color:#cbd5e1!important;background:#f8fafc!important}.scfp-card-compare.is-active{border-color:#ef4444!important;background:#fff1f2!important;color:#ef3434!important}.scfp-f34-view button{cursor:pointer!important}.scfp-grid-v34.is-list{display:grid!important;grid-template-columns:1fr!important}.scfp-grid-v34.is-list .scfp-card-v34{display:grid!important;grid-template-columns:240px minmax(0,1fr) 260px!important;align-items:center!important;min-height:190px!important}.scfp-grid-v34.is-list .scfp-card-v3__top{min-height:0!important;height:auto!important;margin:0!important}.scfp-grid-v34.is-list .scfp-v3-bonus{min-height:82px!important;height:auto!important;margin:0!important}.scfp-grid-v34.is-list .scfp-v3-features{display:none!important}.scfp-grid-v34.is-list .scfp-card-actions-v34{margin:0!important}@media(max-width:760px){.scfp-f34-clear{min-width:0!important;width:100%!important}.scfp-grid-v34.is-list .scfp-card-v34{display:flex!important;min-height:0!important}}html:has(body.scfp-favorites-page),body.scfp-favorites-page{background:#101010!important}body.scfp-favorites-page #page,body.scfp-favorites-page .site,body.scfp-favorites-page .site-content,body.scfp-favorites-page main,body.scfp-favorites-page .content-area{background:#fff}.scfp-f34-clear{min-width:124px!important;padding:0 20px!important}.scfp-f34-clear span{display:none!important}.scfp-floating{right:18px!important;bottom:52px!important;width:44px!important;min-width:44px!important;height:44px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}.scfp-floating:hover{background:transparent!important;box-shadow:none!important;transform:translateY(-2px) scale(1.08)!important}.scfp-floating-heart:before{color:#ef3344!important;font-size:32px!important;filter:drop-shadow(0 5px 8px rgba(239,51,68,.24))}.scfp-floating-count{top:-1px!important;right:-3px!important;min-width:19px!important;height:19px!important;border:2px solid #fff!important;background:#172033!important;box-shadow:0 3px 8px rgba(15,23,42,.24)!important}.scfp-f34-view button{pointer-events:auto!important}.scfp-f34-select select{pointer-events:auto!important;cursor:pointer!important}@media(max-width:700px){.scfp-floating{right:12px!important;bottom:50px!important;width:42px!important;min-width:42px!important;height:42px!important}.scfp-floating-heart:before{font-size:30px!important}}html:has(body.scfp-favorites-page),body.scfp-favorites-page{background:#fff!important}body.scfp-favorites-page #page,body.scfp-favorites-page .site,body.scfp-favorites-page .site-content,body.scfp-favorites-page main,body.scfp-favorites-page .content-area{background:#fff!important}.scfp-f34-hero__actions{align-items:stretch!important}.scfp-f34-saved,.scfp-f34-clear{height:64px!important;min-height:64px!important;box-sizing:border-box!important}.scfp-f34-clear{min-width:132px!important;border-radius:12px!important;background:#fff!important;font-size:14px!important}.scfp-f34-toolbar,.scfp-f34-toolbar *{pointer-events:auto!important}.scfp-f34-view button.is-active{background:#fff1f2!important;color:#ef3434!important;box-shadow:inset 0 0 0 1px #fecaca}.scfp-v3-features{overflow:hidden}.scfp-v3-features li{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:640px){.scfp-f34-saved,.scfp-f34-clear{height:58px!important;min-height:58px!important}}.scfp-f34-saved{display:grid!important;grid-template-rows:30px 16px!important;align-content:center!important;justify-items:center!important;padding:7px 12px!important;overflow:hidden!important}.scfp-f34-saved strong{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:30px!important;margin:0!important;padding:0!important;line-height:30px!important;font-size:23px!important;transform:none!important}.scfp-f34-saved span{display:block!important;margin:0!important;padding:0!important;line-height:16px!important;white-space:nowrap!important}.scfp-feature-placeholder{color:#94a3b8!important;font-style:italic}.scfp-feature-placeholder:before{color:#94a3b8!important}.scfp-f34-hero__actions{align-self:center!important;display:grid!important;grid-template-columns:96px 132px!important;align-items:center!important;justify-content:center!important;gap:12px!important}.scfp-f34-saved{width:96px!important;min-width:96px!important;height:64px!important;min-height:64px!important;padding:7px 10px!important;border-radius:12px!important;box-sizing:border-box!important}.scfp-f34-saved strong{height:30px!important;line-height:30px!important;font-size:23px!important}.scfp-f34-clear{width:132px!important;min-width:132px!important;height:50px!important;min-height:50px!important;margin:0!important;padding:0 18px!important;align-self:center!important;justify-self:center!important;border-radius:12px!important;line-height:1!important}.scfp-feature-placeholder{display:none!important}@media(max-width:640px){.scfp-f34-hero__actions{grid-template-columns:1fr 1fr!important;gap:10px!important}.scfp-f34-saved,.scfp-f34-clear{width:100%!important;min-width:0!important}}.scfp-f34-hero__actions{display:grid!important;grid-template-columns:118px 118px!important;gap:12px!important;align-items:stretch!important;justify-content:end!important}.scfp-f34-saved,.scfp-f34-clear{width:118px!important;min-width:118px!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0!important;border-radius:13px!important;box-sizing:border-box!important}.scfp-f34-saved{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe4ee!important;background:#fff!important}.scfp-f34-saved strong{display:block!important;width:auto!important;height:auto!important;margin:0 0 3px!important;padding:0!important;color:#ff4052!important;font-size:24px!important;line-height:1!important}.scfp-f34-saved span{display:block!important;margin:0!important;color:#64748b!important;font-size:10px!important;font-weight:700!important;line-height:1.2!important}.scfp-f34-clear{display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #ff929b!important;background:#fff!important;color:#ef3344!important;font-size:14px!important;font-weight:800!important;line-height:1!important;box-shadow:0 7px 18px rgba(239,51,68,.08)!important}.scfp-f34-clear:hover{background:#fff4f5!important;border-color:#ef3344!important;transform:translateY(-1px)!important}.scfp-card-v34:not(:has(.scfp-v3-features)){min-height:390px!important}.scfp-v3-features{height:auto!important;min-height:0!important;margin-bottom:16px!important}.scfp-v3-features li{min-height:0!important}@media(max-width:640px){.scfp-f34-hero__actions{grid-template-columns:1fr 1fr!important;width:100%!important}.scfp-f34-saved,.scfp-f34-clear{width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important}}.scfp-v3-features{display:grid!important;grid-template-rows:repeat(5,minmax(20px, auto))!important;gap:5px!important;min-height:120px!important;align-content:start!important}.scfp-v3-features li{display:flex!important;align-items:flex-start!important;min-height:20px!important;line-height:1.35!important}.scfp-f34-saved{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.scfp-f34-saved strong,.scfp-f34-saved span{width:100%!important;text-align:center!important}.scfp-f34-saved strong{display:flex!important;align-items:center!important;justify-content:center!important;height:28px!important;margin:0!important;line-height:1!important}.scfp-f34-saved span{display:flex!important;align-items:center!important;justify-content:center!important;height:16px!important;margin:2px 0 0!important;line-height:1!important}.scfp-f34-clear{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;padding:0!important}.scfp-f34-clear:before,.scfp-f34-clear:after{display:none!important}@media(max-width:640px){.scfp-v3-features{min-height:110px!important}}.scfp-f34-saved{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:118px!important;min-width:118px!important;height:62px!important;min-height:62px!important;padding:0!important;overflow:hidden!important;border:1px solid #dbe4ee!important;border-radius:14px!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;box-shadow:0 8px 20px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.9)!important;text-align:center!important}.scfp-f34-saved strong{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;min-height:0!important;margin:0 0 4px!important;padding:0!important;color:#ff4052!important;font-size:25px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.03em!important;text-align:center!important;transform:none!important}.scfp-f34-saved span{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;color:#64748b!important;font-size:10px!important;font-weight:800!important;line-height:1!important;text-align:center!important;transform:none!important}.scfp-f34-clear{display:flex!important;align-items:center!important;justify-content:center!important;width:118px!important;min-width:118px!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0 14px!important;border:1px solid #ff8f99!important;border-radius:14px!important;background:linear-gradient(180deg,#fff 0%,#fff7f8 100%)!important;color:#ef3344!important;font-size:14px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important;text-align:center!important;box-shadow:0 8px 20px rgba(239,51,68,.09),inset 0 1px 0 rgba(255,255,255,.95)!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease!important}.scfp-f34-clear:hover{background:linear-gradient(180deg,#fff9fa 0%,#fff0f2 100%)!important;border-color:#ef3344!important;transform:translateY(-1px)!important;box-shadow:0 12px 24px rgba(239,51,68,.14),inset 0 1px 0 rgba(255,255,255,.95)!important}.scfp-floating{right:18px!important;bottom:54px!important;width:48px!important;min-width:48px!important;height:48px!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.scfp-floating-heart{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important}.scfp-floating-heart:before{color:#ff3347!important;font-size:36px!important;line-height:1!important;text-shadow:0 0 14px rgba(255,51,71,.28),0 6px 12px rgba(255,51,71,.2)!important;filter:none!important;transition:transform .18s ease,text-shadow .18s ease!important}.scfp-floating:hover{transform:none!important}.scfp-floating:hover .scfp-floating-heart:before{transform:scale(1.12)!important;text-shadow:0 0 18px rgba(255,51,71,.36),0 8px 16px rgba(255,51,71,.24)!important}.scfp-floating-count{top:-2px!important;right:-2px!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border:2px solid #fff!important;border-radius:999px!important;background:#172033!important;color:#fff!important;font-size:10px!important;font-weight:900!important;line-height:1!important;box-shadow:0 4px 10px rgba(15,23,42,.24)!important}.scfp-v3-features{gap:7px!important}.scfp-v3-features li:before{font-size:15px!important;line-height:1.1!important}.scfp-card-heart,.scfp-card-compare{min-height:42px!important;border-radius:10px!important;background:#fff!important;box-shadow:0 4px 12px rgba(15,23,42,.04)!important}.scfp-card-heart:hover,.scfp-card-compare:hover{background:#f8fafc!important;transform:translateY(-1px)!important}@media(max-width:640px){.scfp-f34-saved,.scfp-f34-clear{width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important}.scfp-floating{right:12px!important;bottom:52px!important;width:46px!important;min-width:46px!important;height:46px!important}.scfp-floating-heart{width:46px!important;height:46px!important}.scfp-floating-heart:before{font-size:34px!important}}.scfp-f34-hero__actions{display:grid!important;grid-template-columns:118px 118px!important;align-items:center!important;justify-content:end!important;gap:12px!important}.scfp-f34-saved,.scfp-f34-clear{width:118px!important;min-width:118px!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;border-radius:14px!important}.scfp-f34-saved{position:relative!important;display:block!important;overflow:hidden!important;border:1px solid #dbe4ee!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;box-shadow:0 8px 20px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.95)!important}.scfp-f34-saved__inner{position:absolute!important;inset:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:100%!important;height:100%!important;text-align:center!important}.scfp-f34-saved__inner strong{display:block!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;color:#ff4052!important;font-size:25px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.03em!important;text-align:center!important;transform:none!important}.scfp-f34-saved__inner span{display:block!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;color:#64748b!important;font-size:10px!important;font-weight:800!important;line-height:1!important;text-align:center!important;transform:none!important}.scfp-f34-clear{display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #ff8f99!important;background:linear-gradient(180deg,#fff 0%,#fff7f8 100%)!important;color:#ef3344!important;font-size:14px!important;font-weight:900!important;line-height:1!important;text-align:center!important;box-shadow:0 8px 20px rgba(239,51,68,.09),inset 0 1px 0 rgba(255,255,255,.95)!important}.scfp-f34-clear:hover{background:linear-gradient(180deg,#fff9fa 0%,#fff0f2 100%)!important;border-color:#ef3344!important;transform:translateY(-1px)!important}.scfp-v3-rating{display:flex!important;align-items:center!important;gap:7px!important;margin-top:4px!important}.scfp-v3-stars{font-size:16px!important;letter-spacing:1.2px!important;white-space:nowrap!important}.scfp-v3-rating-number{display:inline-block!important;min-width:34px!important;color:#111827!important;font-size:16px!important;font-weight:900!important;line-height:1!important}.scfp-v3-rating small{color:#94a3b8!important;font-size:11px!important;font-weight:800!important;line-height:1!important}@media(max-width:640px){.scfp-f34-hero__actions{grid-template-columns:1fr 1fr!important;width:100%!important}.scfp-f34-saved,.scfp-f34-clear{width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important}}.scfp-v3-rating{display:inline-flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:6px!important;width:auto!important;max-width:100%!important;white-space:nowrap!important;overflow:visible!important}.scfp-v3-stars,.scfp-v3-rating-number,.scfp-v3-rating small{display:inline-block!important;flex:0 0 auto!important;white-space:nowrap!important;line-height:1!important}.scfp-v3-rating-number{min-width:auto!important;margin-left:2px!important}.scfp-v3-rating small{margin-left:-2px!important}.scfp-card-v3__info{min-width:0!important;overflow:visible!important}.scfp-card-v3__info h3{margin-right:0!important}.scfp-f34-hero{overflow:visible!important}.scfp-f34-hero__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;min-width:252px!important;overflow:visible!important}.scfp-f34-saved,.scfp-f34-clear{flex:0 0 120px!important;width:120px!important;min-width:120px!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0!important;box-sizing:border-box!important;overflow:hidden!important}.scfp-f34-saved{position:relative!important;display:block!important;padding:0!important}.scfp-f34-saved__inner{position:absolute!important;inset:0!important;display:grid!important;grid-template-rows:30px 14px!important;align-content:center!important;justify-items:center!important;row-gap:4px!important;width:100%!important;height:100%!important;padding:0!important;box-sizing:border-box!important;transform:none!important}.scfp-f34-saved__inner strong{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:30px!important;min-height:30px!important;margin:0!important;padding:0!important;font-size:24px!important;line-height:30px!important;text-align:center!important;transform:none!important}.scfp-f34-saved__inner span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:14px!important;min-height:14px!important;margin:0!important;padding:0!important;font-size:10px!important;line-height:14px!important;text-align:center!important;white-space:nowrap!important;transform:none!important}.scfp-f34-clear{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;text-align:center!important;white-space:nowrap!important}@media(max-width:760px){.scfp-f34-hero__actions{min-width:0!important;width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.scfp-f34-saved,.scfp-f34-clear{width:100%!important;min-width:0!important;max-width:none!important;flex:none!important;height:58px!important;min-height:58px!important;max-height:58px!important}}.scfp-f34-hero__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;width:auto!important;overflow:visible!important}.scfp-f34-actions-shell{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:5px!important;border:1px solid #f3d6d9!important;border-radius:15px!important;background:rgba(255,255,255,.76)!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important;backdrop-filter:blur(8px)}.scfp-f34-saved{position:static!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important;flex:0 0 auto!important;width:auto!important;min-width:134px!important;height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;padding:0 14px!important;overflow:visible!important;border:0!important;border-radius:11px!important;background:#fff!important;box-shadow:none!important;box-sizing:border-box!important;white-space:nowrap!important}.scfp-f34-saved__heart{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#ff4052!important;font-size:17px!important;line-height:1!important}.scfp-f34-saved strong{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;color:#ff4052!important;font-size:20px!important;font-weight:900!important;line-height:1!important;transform:none!important}.scfp-f34-saved__label{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;color:#64748b!important;font-size:11px!important;font-weight:800!important;line-height:1!important;text-transform:lowercase!important;transform:none!important}.scfp-f34-clear{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;min-width:138px!important;height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;padding:0 16px!important;overflow:visible!important;border:1px solid #ff929b!important;border-radius:11px!important;background:linear-gradient(180deg,#fff 0%,#fff7f8 100%)!important;color:#ef3344!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;box-sizing:border-box!important;box-shadow:none!important}.scfp-f34-clear:hover{background:#fff0f2!important;border-color:#ef3344!important;transform:none!important}.scfp-f34-saved__inner{display:none!important}@media(max-width:760px){.scfp-f34-hero__actions{width:100%!important;justify-content:stretch!important}.scfp-f34-actions-shell{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:7px!important}.scfp-f34-saved,.scfp-f34-clear{width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding-left:10px!important;padding-right:10px!important}.scfp-f34-saved{gap:5px!important}.scfp-f34-saved strong{font-size:18px!important}.scfp-f34-saved__label,.scfp-f34-clear{font-size:10px!important}}.scfp-page-v34{width:min(1180px,calc(100% - 32px))!important;margin:30px auto 64px!important}.scfp-f34-hero{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:22px!important;min-height:138px!important;padding:26px 30px!important;border:1px solid #e6eaf0!important;border-radius:8px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important}.scfp-f34-hero__heart{width:54px!important;height:54px!important;border-radius:8px!important;background:#fff4f5!important;color:#ef3344!important;box-shadow:none!important;font-size:27px!important}.scfp-f34-hero__text h2{margin:0 0 8px!important;font-size:clamp(27px,3vw,40px)!important;line-height:1.08!important;letter-spacing:-.025em!important}.scfp-f34-hero__text p{max-width:650px!important;color:#64748b!important;font-size:14px!important;line-height:1.55!important}.scfp-f34-hero__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important}.scfp-f50-meta{display:inline-flex!important;align-items:center!important;gap:13px!important;min-height:42px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;white-space:nowrap!important}.scfp-f50-count{display:inline-flex!important;align-items:baseline!important;gap:5px!important;color:#64748b!important;font-size:12px!important;font-weight:800!important}.scfp-f50-count strong{color:#ef3344!important;font-size:22px!important;font-weight:900!important;line-height:1!important}.scfp-f50-divider{width:1px!important;height:22px!important;background:#d7dde6!important}.scfp-f34-clear{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:4px 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#ef3344!important;font-size:12px!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;text-align:center!important;cursor:pointer!important}.scfp-f34-clear:hover{color:#c91f30!important;background:transparent!important;transform:none!important;text-decoration:underline!important}.scfp-f34-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:18px 0!important}.scfp-f34-toolbar__left,.scfp-f34-view{gap:10px!important}.scfp-f34-select{min-height:42px!important;padding:0 12px!important;border:1px solid #dce2ea!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important}.scfp-f34-select span,.scfp-f34-select select{font-size:12px!important}.scfp-f34-view{padding:2px!important;border:1px solid #dce2ea!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important}.scfp-f34-view button{min-height:36px!important;padding:0 12px!important;border-radius:4px!important;font-size:12px!important}.scfp-f34-view button.is-active{background:#f2f4f7!important;color:#172033!important}.scfp-grid-v34{gap:18px!important}.scfp-card-v34{min-height:470px!important;padding:18px!important;border:1px solid #dde4ec!important;border-radius:8px!important;background:#fff!important;box-shadow:0 8px 22px rgba(15,23,42,.05)!important}.scfp-card-v34:hover{transform:translateY(-2px)!important;border-color:#cdd6e1!important;box-shadow:0 13px 28px rgba(15,23,42,.08)!important}.scfp-card-remove-v3{top:10px!important;right:10px!important;width:28px!important;height:28px!important;border-radius:4px!important}.scfp-card-v3__logo{border-radius:6px!important;background:#f8fafc!important}.scfp-card-v3__info h3{font-size:17px!important;line-height:1.28!important}.scfp-v3-rating{gap:6px!important;margin-top:4px!important}.scfp-v3-stars{font-size:15px!important}.scfp-v3-rating-number{font-size:15px!important;font-weight:900!important}.scfp-v3-bonus{border:1px solid #ffd7b2!important;border-radius:6px!important;background:#fffaf4!important;box-shadow:none!important}.scfp-v3-features{gap:7px!important}.scfp-v3-features li{padding-left:21px!important;font-size:13px!important}.scfp-v3-features li:before{color:#16a34a!important;font-size:15px!important}.scfp-review-v3{min-height:46px!important;border-radius:6px!important;box-shadow:none!important}.scfp-card-secondary{grid-template-columns:44px 1fr!important;gap:8px!important}.scfp-card-heart{width:44px!important;min-width:44px!important;min-height:42px!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important}.scfp-card-compare{min-height:42px!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important;font-size:12px!important}.scfp-card-compare:hover,.scfp-card-heart:hover{background:#f8fafc!important;transform:none!important}.scfp-floating{right:16px!important;bottom:54px!important;width:44px!important;min-width:44px!important;height:44px!important;background:transparent!important;box-shadow:none!important}.scfp-floating-heart{width:44px!important;height:44px!important}.scfp-floating-heart:before{font-size:34px!important;color:#ef3344!important;text-shadow:0 5px 12px rgba(239,51,68,.2)!important}.scfp-floating-count{top:-2px!important;right:-3px!important}.scfp-grid-v34.is-list .scfp-card-v34{border-radius:8px!important}@media(max-width:900px){.scfp-f34-hero{grid-template-columns:auto 1fr!important}.scfp-f34-hero__actions{grid-column:1/-1!important;justify-content:flex-start!important;padding-left:76px!important}}@media(max-width:640px){.scfp-page-v34{width:min(100% - 16px,1180px)!important;margin-top:16px!important}.scfp-f34-hero{grid-template-columns:46px 1fr!important;gap:12px!important;padding:16px!important;border-radius:6px!important}.scfp-f34-hero__heart{width:46px!important;height:46px!important;border-radius:6px!important;font-size:23px!important}.scfp-f34-hero__text h2{font-size:25px!important}.scfp-f34-hero__actions{grid-column:1/-1!important;padding-left:0!important;justify-content:flex-start!important}.scfp-f50-meta{min-height:34px!important}.scfp-f50-count strong{font-size:20px!important}.scfp-f34-toolbar{align-items:stretch!important;flex-direction:column!important}.scfp-f34-toolbar__left{display:grid!important;grid-template-columns:1fr 1fr!important}.scfp-f34-view{align-self:flex-start!important}.scfp-grid-v34{grid-template-columns:1fr!important;gap:14px!important}.scfp-card-v34{border-radius:6px!important;padding:15px!important}}.scfp-v3-bonus{min-height:76px!important;height:auto!important;overflow:visible!important;padding-top:12px!important;padding-bottom:12px!important}.scfp-v3-bonus strong{display:block!important;overflow:visible!important;max-height:none!important;white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;line-height:1.38!important;word-break:normal!important;overflow-wrap:anywhere!important}.scfp-grid-v34{align-items:stretch!important}.scfp-card-v34{height:100%!important}@media(max-width:640px){.scfp-v3-bonus{min-height:68px!important}}