.tclkh{--tclkh-primary:#43a047;--tclkh-primary-dark:#3b8e3f;--tclkh-ok:#43a047;--tclkh-text:#252525;--tclkh-muted:#666;--tclkh-light:#f4f4f2;--tclkh-border:#dcdee2;--tclkh-radius:6px;--tclkh-font-head:"Nova-Bold",inherit;font-family:inherit;color:var(--tclkh-text);line-height:1.45;max-width:1040px;margin:0 auto;box-sizing:border-box}.tclkh *,.tclkh *:before,.tclkh *:after{box-sizing:border-box}.tclkh button{font-family:inherit}.tclkh-usps{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 28px;margin-bottom:22px;font-size:14px;color:var(--tclkh-muted)}.tclkh-usps span:before{content:"✓";color:var(--tclkh-ok);font-weight:700;margin-right:6px}.tclkh-card{background:#fff;border-radius:var(--tclkh-radius);box-shadow:0 8px 28px rgba(0,0,0,.1);padding:36px 40px 32px;max-width:720px;margin:0 auto;text-align:center}.tclkh-progress{height:6px;background:var(--tclkh-light);border-radius:999px;overflow:hidden;margin-bottom:22px}.tclkh-bar{height:100%;background:var(--tclkh-primary);width:0;transition:width .35s ease}.tclkh-step{font-size:12px;letter-spacing:.12em;font-weight:700;color:var(--tclkh-muted);margin-bottom:10px}.tclkh-title{font-family:var(--tclkh-font-head);font-size:28px;font-weight:300;margin:0 0 8px;line-height:1.2}.tclkh-sub{font-size:15px;color:var(--tclkh-muted);margin:0 0 26px;min-height:1em}.tclkh-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.tclkh-opt{padding:18px 16px;border:2px solid var(--tclkh-border);border-radius:10px;background:#fff;font-size:16px;font-weight:600;color:var(--tclkh-text);cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}.tclkh-opt:hover{border-color:var(--tclkh-primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.tclkh-opt.is-on{border-color:var(--tclkh-primary);background:color-mix(in srgb,var(--tclkh-primary) 7%,#fff)}.tclkh-nav{display:flex;justify-content:space-between;align-items:center;margin-top:22px;min-height:24px}.tclkh-linkbtn{background:0 0;border:none;padding:4px 0;font-size:14px;font-weight:600;color:var(--tclkh-muted);cursor:pointer}.tclkh-linkbtn:hover{color:var(--tclkh-primary)}.tclkh-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:6px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:2px solid var(--tclkh-primary);transition:all .2s;line-height:1}.tclkh-btn-primary{background:var(--tclkh-primary);color:#fff}.tclkh-btn-primary:hover{background:var(--tclkh-primary-dark);border-color:var(--tclkh-primary-dark);color:#fff}.tclkh-btn-outline{background:#fff;color:var(--tclkh-primary)}.tclkh-btn-outline:hover{background:var(--tclkh-primary);color:#fff}.tclkh-slider{grid-column:1/-1;width:100%;text-align:left}.tclkh-sl-track{position:relative;height:6px;background:#e3e3e0;border-radius:999px;margin:48px 10px 0}.tclkh-sl-fill{position:absolute;top:0;height:100%;background:var(--tclkh-primary);border-radius:999px}.tclkh .tclkh-sl-track input[type=range]{position:absolute!important;left:-10px!important;right:auto!important;width:calc(100% + 20px)!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;padding:0!important;border:0!important;height:26px!important;min-height:0!important;line-height:26px!important;-webkit-appearance:none!important;appearance:none!important;background:transparent!important;box-shadow:none!important;outline:none!important;pointer-events:none;display:block!important;opacity:1!important;z-index:2}.tclkh .tclkh-sl-track input[type=range]:focus{outline:none!important;box-shadow:none!important}.tclkh .tclkh-sl-track input[type=range]::-webkit-slider-runnable-track{height:26px;background:0 0;border:0;box-shadow:none;margin:0;padding:0}.tclkh .tclkh-sl-track input[type=range]::-moz-range-track{height:26px;background:0 0;border:0;box-shadow:none}.tclkh .tclkh-sl-track input[type=range]::-moz-range-progress{background:0 0}.tclkh .tclkh-sl-track input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;pointer-events:auto;width:26px;height:26px;margin:0;border-radius:50%;background:#fff;border:6px solid var(--tclkh-primary);box-shadow:0 1px 4px rgba(0,0,0,.25);cursor:grab;box-sizing:border-box}.tclkh .tclkh-sl-track input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:#fff;border:6px solid var(--tclkh-primary);box-shadow:0 1px 4px rgba(0,0,0,.25);cursor:grab}.tclkh .tclkh-sl-track input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}.tclkh-sl-bub{position:absolute;bottom:19px;transform:translateX(-50%);background:var(--tclkh-primary);color:#fff;font-size:13px;font-weight:700;padding:4px 10px;border-radius:5px;white-space:nowrap}.tclkh-sl-ends{display:flex;justify-content:space-between;margin-top:12px}.tclkh-sl-ends span{background:var(--tclkh-light);color:var(--tclkh-muted);font-size:13px;font-weight:700;padding:4px 10px;border-radius:5px}.tclkh-sl-inputs{display:flex;gap:16px;margin-top:20px}.tclkh-sl-inputs label{flex:1;font-size:13px;font-weight:700}.tclkh-sl-inputs input{display:block;width:100%;margin-top:5px;padding:11px 14px;border:1px solid var(--tclkh-border);border-radius:6px;background:var(--tclkh-light);font-size:15px}.tclkh-sugs{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tclkh-sug{padding:7px 13px;background:#fff;border:1.5px solid var(--tclkh-border);border-radius:999px;font-size:13px;color:var(--tclkh-muted);cursor:pointer;transition:all .15s}.tclkh-sug:hover{border-color:var(--tclkh-primary);color:var(--tclkh-primary);transform:translateY(-1px)}.tclkh-sl-next{width:100%;margin-top:20px}.tclkh-btn-row{display:flex;gap:12px;margin-top:20px}.tclkh-btn-row .tclkh-btn{flex:1}.tclkh-mod-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:tclkhFade .2s ease both}.tclkh-mod{background:#fff;border-radius:10px;max-width:640px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 12px 40px rgba(0,0,0,.3);animation:tclkhUp .25s ease both;color:#1d1d1b;font-size:14px}.tclkh-mod-head{display:flex;justify-content:space-between;align-items:center;background:#1d1d1b;color:#fff;padding:16px 22px;font-size:18px;font-weight:700;border-radius:10px 10px 0 0}.tclkh-mod-x{background:0 0;border:none;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:0 4px}.tclkh-mod-body{padding:20px 22px 22px}.tclkh-mod-intro{color:var(--tclkh-muted,#6f6f6f);margin:0 0 20px}.tclkh-md-row{display:flex;gap:20px;align-items:flex-end;padding:14px 0;border-bottom:1px solid #eee}.tclkh-md-col{flex:1}.tclkh-md-col label{font-weight:700;display:block}.tclkh-md-sub{display:block;font-size:12px;font-weight:400;color:#878787;margin-top:2px}.tclkh-md-unit{display:flex;align-items:center;gap:8px;margin-top:6px;font-weight:400;color:#575756}.tclkh-md-unit input{width:90px;padding:9px 11px;border:1px solid #d6d0cc;border-radius:6px;background:#f5f3f1;font-size:15px}.tclkh-md-days{display:flex;gap:6px;margin-top:6px}.tclkh-md-days button{width:36px;height:36px;border:none;border-radius:5px;background:#eee;color:#575756;font-size:14px;font-weight:700;cursor:pointer}.tclkh-md-days button.on{background:var(--tclkh-primary,#43a047);color:#fff}.tclkh-md-out{width:110px;text-align:right;flex:none}.tclkh-md-out label{display:block;font-size:12px;font-weight:700;color:#878787}.tclkh-md-total{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0 0}.tclkh-md-total strong{font-size:18px}.tclkh-md-go{width:100%;margin-top:20px}.tclkh-mod .tclkh-btn{--tclkh-primary:#43a047;--tclkh-primary-dark:#3b8e3f}.tclkh-result,.tclkh-result *{text-align:left}.tclkh-result{padding-top:10px}.tclkh-res-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px 12px;margin-bottom:16px}.tclkh-res-htitle{font-family:var(--tclkh-font-head);font-size:22px;font-weight:300}.tclkh-res-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.tclkh-res-card{display:flex;background:#fff;border-radius:var(--tclkh-radius);box-shadow:0 8px 24px rgba(0,0,0,.12);overflow:hidden}.tclkh-res-img{width:44%;flex:none;position:relative;background:var(--tclkh-light);display:flex;align-items:center;justify-content:center;min-height:220px}.tclkh-res-img img{max-width:90%;max-height:90%;object-fit:contain}.tclkh-res-badge{position:absolute;top:14px;left:14px;background:var(--tclkh-primary);color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;padding:5px 12px;border-radius:3px}.tclkh-res-info{flex:1;padding:26px 30px 24px}.tclkh-res-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px 12px;margin-bottom:6px}.tclkh-res-name{font-family:var(--tclkh-font-head);font-size:24px;font-weight:300}.tclkh-pill{background:var(--tclkh-ok);color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;white-space:nowrap}.tclkh-res-sub{font-size:14px;color:var(--tclkh-muted);margin-bottom:14px}.tclkh-reasons{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.tclkh-reason{display:flex;align-items:center;gap:8px;font-size:14px;color:#575756}.tclkh-price-row{border-top:1px solid #eee;padding-top:12px;display:flex;align-items:baseline;gap:6px}.tclkh-price-lbl{font-size:11px;letter-spacing:.05em;color:#878787}.tclkh-price{font-size:28px;font-weight:700;line-height:1}.tclkh-price-note{font-size:11px;color:#878787;margin-top:3px}.tclkh-over{background:#fff4e5;border:1px solid #f0b36b;border-radius:6px;padding:9px 12px;font-size:13px;margin-top:10px}.tclkh-res-ctas{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.tclkh-res-ctas .tclkh-btn,.tclkh-result .tclkh-btn{text-align:center}.tclkh-res-side{min-width:0}.tclkh-alts-title{font-size:12px;font-weight:700;letter-spacing:.1em;color:#878787;margin:0 0 12px}.tclkh-alts{display:flex;flex-direction:column;gap:16px}.tclkh-alt{display:flex;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s,box-shadow .18s}.tclkh-alt:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.16)}.tclkh-alt-img{width:110px;flex:none;background:var(--tclkh-light);display:flex;align-items:center;justify-content:center}.tclkh-alt-img img{max-width:90%;max-height:90%;object-fit:contain}.tclkh-alt-info{flex:1;padding:14px 16px}.tclkh-alt-top{display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:baseline;gap:4px 10px}.tclkh-alt-name{font-size:15px;font-weight:700}.tclkh-alt-pct{font-size:12px;font-weight:700;color:var(--tclkh-ok);white-space:nowrap}.tclkh-alt-sub{font-size:12px;color:#878787;margin:3px 0 8px}.tclkh-alt-price{font-size:17px;font-weight:700}.tclkh-alt-price span{font-size:10px;font-weight:400;color:#878787}.tclkh-alt-link{font-size:13px;font-weight:700;color:var(--tclkh-primary);margin-top:6px}.tclkh-chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:24px;justify-content:flex-start}.tclkh-chip{padding:6px 12px;background:#fff;border:1px solid var(--tclkh-border);border-radius:999px;font-size:13px;color:#575756}.tclkh-restart{background:0 0;border:none;padding:6px 4px;font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--tclkh-primary);cursor:pointer}@keyframes tclkhIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes tclkhFade{from{opacity:0}to{opacity:1}}@keyframes tclkhUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.tclkh-in{animation:tclkhIn .3s ease both}@media (prefers-reduced-motion:reduce){.tclkh-in,.tclkh-mod-overlay,.tclkh-mod{animation:none}.tclkh-opt,.tclkh-sug,.tclkh-alt{transition:none}}@media (max-width:991px){.tclkh-res-grid{grid-template-columns:1fr}}@media (max-width:767px){.tclkh-card{padding:24px 18px 22px}.tclkh-title{font-size:22px}.tclkh-options{grid-template-columns:1fr 1fr}.tclkh-res-card{flex-direction:column}.tclkh-res-img{width:100%;min-height:180px}.tclkh-res-info{padding:18px 16px}.tclkh-md-row{flex-direction:column;align-items:stretch;gap:10px}.tclkh-md-out{width:auto;text-align:left;display:flex;justify-content:space-between}.tclkh-btn-row,.tclkh-sl-inputs{flex-direction:column}.tclkh-nav{flex-direction:column;gap:8px}}