/* © 2026 Kneat Heaven. Booties Matchmaker presentation. All rights reserved. */
#matchmaker{background:transparent!important}#kh-bootie-game{--kh-card:#fff;--kh-ink:#3e2a2f;--kh-soft:#85706f;--kh-accent:#5d1731;--kh-accent-2:#8a2b4c;--kh-blush:#f7e4e8;--kh-line:#eadcd3;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--kh-ink);background:transparent!important;max-width:1000px;margin:0 auto;padding:32px 16px;box-sizing:border-box;isolation:isolate}#kh-bootie-game *{box-sizing:border-box}#kh-bootie-game .kh-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,5vw,40px);text-align:center;margin:0 0 6px;font-weight:600;color:var(--kh-accent)}#kh-bootie-game .kh-sub{text-align:center;color:var(--kh-soft);margin:0 0 26px}#kh-bootie-game .kh-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:start}#kh-bootie-game .kh-stage,#kh-bootie-game .kh-panel{background:var(--kh-card);border:1px solid var(--kh-line);border-radius:24px}#kh-bootie-game .kh-stage{padding:16px}#kh-bootie-game .kh-panel{padding:26px;min-height:220px}#kh-bootie-game .kh-count{display:flex;justify-content:space-between;align-items:baseline;margin:0 4px 12px;font-size:14px;color:var(--kh-soft);gap:12px}#kh-bootie-game .kh-count b{font-family:Georgia,serif;font-size:22px;color:var(--kh-accent)}#kh-bootie-game .kh-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}#kh-bootie-game .kh-tile{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1/1;background:#f3e9e1;transition:opacity .45s,filter .45s,transform .45s,box-shadow .45s}#kh-bootie-game .kh-tile img{width:100%;height:100%;object-fit:cover;display:block}#kh-bootie-game .kh-tile.out{opacity:.22;filter:grayscale(1);transform:scale(.9)}#kh-bootie-game .kh-tile.lead{box-shadow:0 0 0 3px var(--kh-accent);transform:scale(1.04)}#kh-bootie-game .kh-tile.lead:after{content:"\2665";position:absolute;top:4px;right:6px;color:#fff;font-size:16px;text-shadow:0 1px 3px rgba(0,0,0,.5)}#kh-bootie-game h3{font-family:Georgia,"Times New Roman",serif;font-size:24px;margin:4px 0 18px;font-weight:600}#kh-bootie-game .kh-stepnum{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--kh-soft);margin:0}#kh-bootie-game .kh-progress{display:flex;gap:6px;margin-bottom:14px}#kh-bootie-game .kh-progress span{flex:1;height:6px;border-radius:6px;background:var(--kh-line);transition:background .3s}#kh-bootie-game .kh-progress span.on{background:var(--kh-accent)}#kh-bootie-game .kh-opts{display:grid;gap:10px}#kh-bootie-game .kh-opt{display:flex;align-items:center;gap:12px;width:100%;text-align:left;font:inherit;color:inherit;background:#fffcf9;border:2px solid var(--kh-line);border-radius:16px;padding:13px 16px;cursor:pointer;transition:transform .15s,border-color .15s,background .15s}#kh-bootie-game .kh-opt:hover{transform:translateY(-2px);border-color:var(--kh-accent-2)}#kh-bootie-game .kh-opt:disabled,#kh-bootie-game .kh-swatch:disabled{cursor:wait;opacity:.82}#kh-bootie-game .kh-opt.sel{border-color:var(--kh-accent);background:var(--kh-blush)}#kh-bootie-game .kh-opt .kh-emoji{font-size:24px;width:30px;text-align:center}#kh-bootie-game .kh-opt small{display:block;color:var(--kh-soft);font-size:13px;margin-top:2px}#kh-bootie-game .kh-swatches{grid-template-columns:repeat(4,1fr)}#kh-bootie-game .kh-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;font:inherit;font-size:13px;color:inherit;background:none;border:2px solid transparent;border-radius:14px;padding:8px 2px;cursor:pointer;transition:transform .15s,border-color .15s}#kh-bootie-game .kh-swatch:hover{transform:translateY(-2px)}#kh-bootie-game .kh-swatch.sel{border-color:var(--kh-accent)}#kh-bootie-game .kh-swatch i{width:44px;height:44px;border-radius:50%;display:block;border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 -4px 0 rgba(0,0,0,.08)}#kh-bootie-game .kh-btn{display:inline-block;font:inherit;font-weight:600;border:none;border-radius:999px;padding:13px 26px;background:var(--kh-accent);color:#fff;cursor:pointer;text-decoration:none;transition:background .15s,transform .15s}#kh-bootie-game .kh-btn:hover{background:var(--kh-accent-2);transform:translateY(-1px)}#kh-bootie-game .kh-btn.kh-light{background:var(--kh-blush);color:var(--kh-accent)}#kh-bootie-game .kh-ghost{font:inherit;background:none;border:none;color:var(--kh-soft);cursor:pointer;margin-top:14px;padding:6px 0}#kh-bootie-game .kh-ghost:hover{color:var(--kh-ink)}#kh-bootie-game .kh-btn:focus-visible,#kh-bootie-game .kh-opt:focus-visible,#kh-bootie-game .kh-swatch:focus-visible,#kh-bootie-game .kh-ghost:focus-visible,#kh-bootie-game a:focus-visible{outline:3px solid rgba(93,23,49,.35);outline-offset:3px}#kh-bootie-game .kh-intro p{color:var(--kh-soft);line-height:1.6;margin:0 0 22px}#kh-bootie-game .kh-best{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center;text-decoration:none;color:inherit;background:var(--kh-blush);border:2px solid var(--kh-accent);border-radius:18px;padding:12px;margin:6px 0 14px;transition:transform .15s}#kh-bootie-game .kh-best:hover{transform:translateY(-2px)}#kh-bootie-game .kh-best img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;display:block}#kh-bootie-game .kh-best b{font-family:Georgia,serif;font-size:20px;display:block}#kh-bootie-game .kh-price{color:var(--kh-accent);font-weight:700}#kh-bootie-game .kh-detail{font-size:14px;color:var(--kh-soft);margin:6px 0 0;line-height:1.5}#kh-bootie-game .kh-detail strong{color:var(--kh-ink)}#kh-bootie-game .kh-where{display:inline-block;margin-top:10px;font-weight:700;color:var(--kh-accent)}#kh-bootie-game .kh-runners{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}#kh-bootie-game .kh-mini{display:flex;gap:10px;align-items:center;text-decoration:none;color:inherit;border:1px solid var(--kh-line);border-radius:14px;padding:8px;background:#fffcf9;transition:border-color .15s}#kh-bootie-game .kh-mini:hover{border-color:var(--kh-accent-2)}#kh-bootie-game .kh-mini img{width:56px;height:56px;object-fit:cover;border-radius:10px;flex:none}#kh-bootie-game .kh-mini span{font-size:13px;line-height:1.3}#kh-bootie-game .kh-note{font-size:14px;background:#fff7e8;border:1px solid #f0ddb5;border-radius:12px;padding:10px 12px;margin:0 0 14px;line-height:1.5}#kh-bootie-game .kh-note a{color:var(--kh-accent);font-weight:600}#kh-bootie-game .kh-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}#kh-bootie-game .kh-status{display:flex;align-items:center;justify-content:center;gap:10px;min-height:150px;color:var(--kh-soft);text-align:center;line-height:1.5}#kh-bootie-game .kh-spinner{width:22px;height:22px;border:3px solid var(--kh-line);border-top-color:var(--kh-accent);border-radius:50%;animation:khSpin .8s linear infinite;flex:none}#kh-bootie-game .kh-error{background:#fff2f2;border:1px solid #e9bcbc;color:#6f2424;border-radius:12px;padding:11px 13px;margin:0 0 14px;line-height:1.45;font-size:14px}#kh-bootie-game .kh-copyright{font-size:11px;line-height:1.45;text-align:center;color:var(--kh-soft);margin:18px 0 0}#kh-bootie-game .kh-heart{position:fixed;font-size:24px;pointer-events:none;z-index:9999;animation:khFloat 1.9s ease-out forwards}@keyframes khSpin{to{transform:rotate(360deg)}}@keyframes khFloat{0%{opacity:0;transform:translateY(0) scale(.6)}20%{opacity:1}100%{opacity:0;transform:translateY(-240px) scale(1.2)}}@media(max-width:760px){#kh-bootie-game .kh-wrap{grid-template-columns:1fr}}@media(max-width:420px){#kh-bootie-game .kh-swatches{grid-template-columns:repeat(3,1fr)}#kh-bootie-game .kh-best{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){#kh-bootie-game *{transition:none!important}#kh-bootie-game .kh-heart{display:none}#kh-bootie-game .kh-spinner{animation:none}}
