#why-kris{--bg:#ffffff;--bg-band:#f2fbfa;--surface:#ffffff;--ink:#062826;--ink-2:#3c524f;--ink-3:#7a918d;--teal:#029391;--teal-bright:#01d7d7;--teal-700:#016262;--mint:#03ffd1;--teal-pale:#e2f8f6;--teal-line:#bdeae7;--ink-teal:#013a39;--ink-teal-2:#015250;--loss:#e2643a;--loss-deep:#be4a24;--loss-pale:#fbede6;--border:#e1eeec;--radius:16px;--radius-sm:10px;--maxw:1180px;--shadow-sm:0 1px 2px rgba(2,49,48,0.04),0 3px 10px rgba(2,49,48,0.05);--shadow-md:0 10px 34px rgba(2,49,48,0.09);--shadow-lg:0 30px 70px rgba(2,49,48,0.14);--ease:cubic-bezier(0.22,0.61,0.36,1)}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.eyebrow{font-family:var(--font-dm-sans),monospace;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-700);display:inline-flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:1px solid rgba(2,49,48,.08)}.eyebrow:before{display:none}section.ks{padding:96px 0}.reveal{opacity:0;transform:translateY(34px);filter:blur(5px);transition:opacity .8s var(--ease),transform .8s var(--ease),filter .8s var(--ease)}.reveal.in{opacity:1;transform:none;filter:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}.kx-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.kxb-band{position:relative;overflow:hidden;background:#000f0f;margin:0 28px;border-radius:30px;padding:64px 0}.kxb-inner{display:flex;flex-direction:column;align-items:center;gap:32px}.kxb-head{text-align:center;max-width:860px}.kxb-h2{font-family:var(--font-dm-sans);font-weight:800;font-size:clamp(32px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em;color:#fff;margin:16px 0 14px}.kxb-h2 .n{color:var(--mint)}.kxb-sub{font-size:19px;line-height:1.55;color:rgba(229,245,243,.84)}.kxt-card{width:100%;border-radius:24px;background:#fff;padding:24px 26px;display:flex;flex-direction:column}.kxt-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.kxt-now{display:flex}.kxt-now small{font-size:13px;color:var(--ink-2)}.kxt-date{font-weight:800;letter-spacing:-.03em;color:#000e0e;line-height:1;font-variant-numeric:tabular-nums}.kxt-stage{align-self:flex-start;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}.kxt-play{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--teal-line);background:#fff;color:var(--ink);font:inherit;font-weight:600;cursor:pointer;transition:background .2s}.kxt-play svg{color:var(--teal-700)}.kxt-play:hover{background:var(--teal-pale)}.kxt-scrub{position:relative;padding:0 15px}.kxt-rail{position:relative;border-radius:6px;background:var(--teal-pale)}.kxt-railfill{position:absolute;left:0;top:0;bottom:0;border-radius:6px;background:var(--teal);width:0}.kxt-tick{position:absolute;top:50%;border-radius:999px;background:#fff;border:2px solid var(--teal-line);transition:background .2s,border-color .2s}.kxt-tick.on{background:var(--teal-700);border-color:var(--teal-700)}.kxt-range{position:absolute;height:34px;margin:0;background:transparent;-webkit-appearance:none;appearance:none;cursor:grab}.kxt-range:active{cursor:grabbing}.kxt-range::-webkit-slider-runnable-track{height:34px;background:transparent}.kxt-range::-moz-range-track{height:34px;background:transparent}.kxt-range::-webkit-slider-thumb{-webkit-appearance:none;border-radius:999px;background:var(--teal);border:4px solid #fff}.kxt-range::-moz-range-thumb{border-radius:999px;background:var(--teal);border:4px solid #fff}.kxt-range:focus-visible{outline:none}.kxt-labels{position:relative}.kxt-lab{position:absolute;transform:translateX(-50%);white-space:nowrap;background:none;border:none;font:inherit;font-weight:600;color:var(--ink-2);cursor:pointer;padding:0}.kxt-lab:first-child{transform:none}.kxt-lab:last-child{transform:translateX(-100%)}.kxt-lab.on{color:#000e0e;font-weight:700}.kxt-body{display:grid;align-items:stretch}.kxt-chat{display:flex;flex-direction:column}.kxt-chath{gap:8px}.kxt-chath span{font-size:12.5px;color:var(--ink-2)}.kxt-chath b{font-size:14px;color:var(--teal-700)}.kxt-chath em{margin-left:auto;font-style:normal;font-size:12.5px;font-weight:600;color:var(--ink-2);font-variant-numeric:tabular-nums}.kxt-msgs{flex:1;display:flex;flex-direction:column}.kxt-me{align-self:flex-end;max-width:82%;padding:10px 15px;border-radius:18px 18px 4px 18px;background:var(--ink);color:#fff;font-size:15px;line-height:1.45}.kxt-av{width:20px;height:20px;border-radius:6px;background:var(--teal-700);color:#eafffb;font-size:10.5px;font-weight:800;display:grid;place-items:center}.kxt-caret{display:inline-block;width:2px;height:1em;background:var(--teal);vertical-align:-2px;margin-left:2px;animation:kxtBlink 1s steps(1) infinite}@keyframes kxtBlink{50%{opacity:0}}.kxt-fade{animation:kxtFade .35s var(--ease) both}@keyframes kxtFade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.kxt-fade{animation:none}}@media (max-width:980px){.kxt-body{grid-template-columns:1fr}.kxt-chat{order:-1}}@media (max-width:640px){.kxb-band{margin:0 12px;padding:48px 0;border-radius:24px}.kxt-card{padding:18px 14px}.kxt-top{grid-template-columns:1fr auto;gap:16px}.kxt-scrub{grid-column:1/-1;grid-row:2}.kxt-labels{display:none}.kxt-date{font-size:26px}}#why-kris .kxb-h2{color:#000e0e}#why-kris .kxb-h2 .n{color:var(--teal)}#why-kris .kxb-sub{color:var(--ink-2)}.kxt-fields{margin:0;display:flex;flex-direction:column;flex:1}.kxt-f{display:grid;grid-template-columns:28px 84px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 18px;border-bottom:1px solid var(--border);transition:background .35s}.kxt-f:last-child{border-bottom:none}.kxt-fi{width:28px;height:28px;border-radius:8px;background:var(--teal-pale);color:var(--teal-700);display:grid;place-items:center}.kxt-f dt{font-size:13px;font-weight:600;color:var(--ink-2)}.kxt-f dd{margin:0;font-size:14px;font-weight:600;color:var(--ink);line-height:1.35}.kxt-f time{font-size:11.5px;font-weight:700;color:var(--ink-3);white-space:nowrap}.kxt-f.fresh{background:var(--teal-pale)}.kxt-f.fresh .kxt-fi{background:var(--teal);color:#fff}.kxt-f.fresh time{color:var(--teal-700)}.kxt-f.empty dd{font-weight:500;color:var(--ink-3)}.kxt-f.empty .kxt-fi{background:transparent;border:1.5px dashed var(--teal-line);color:var(--ink-3)}.kxt-chath{align-items:center}.kxt-me[hidden]{display:none}.kxt-acts{display:flex;gap:6px;flex-wrap:wrap}.kxt-acts:empty{display:none}.kxt-tick.pro{border-radius:3px}@media (max-width:640px){.kxt-f{grid-template-columns:26px minmax(0,1fr) auto;padding:10px 14px}.kxt-f dt{display:none}.kxt-chath{flex-wrap:wrap;gap:6px 8px}.kxt-chath em{display:none}}.kxt-act{font:inherit;cursor:pointer;border:1px solid var(--teal-line);padding:6px 12px;border-radius:999px;font-size:12.5px;font-weight:600;transition:background .2s,color .2s,border-color .2s}.kxt-act,.kxt-act+.kxt-act{background:#fff;color:var(--teal-700)}.kxt-act+.kxt-act{border:1px solid var(--teal-line)}.kxt-act.primary{background:var(--teal);border-color:var(--teal);color:#eafffb}.kxt-act:hover{border-color:var(--teal);background:var(--teal-pale);color:var(--teal-700)}.kxt-act.primary:hover{background:var(--teal-700);color:#eafffb}.kxt-act.done,.kxt-act.done:hover{background:var(--teal-pale);border-color:var(--teal);color:var(--teal-700)}.kxt-act.done:before{content:"";display:inline-block;width:9px;height:5px;border-left:2px solid;border-bottom:2px solid;transform:rotate(-45deg) translateY(-2px);margin-right:7px}.kxt-act:focus-visible{outline:2px solid #01d7d7;outline-offset:2px}.kxt-detail{border-radius:12px;padding:12px 14px}.kxt-detail[hidden]{display:none}.kxt-detail b{display:block;color:var(--ink);margin-bottom:6px}.kxt-detail ul{list-style:none;display:flex;flex-direction:column;gap:5px}.kxt-detail li{position:relative;padding-left:16px;font-size:13.5px;line-height:1.45;color:var(--ink-2)}.kxt-detail li:before{content:"";position:absolute;left:2px;top:.55em;width:6px;height:6px;border-radius:2px;background:var(--teal)}.kxt-me{box-shadow:none}.kxt-krow{display:flex;gap:10px;align-items:flex-start;max-width:96%}.kxt-krow .kxt-av{width:28px;height:28px;border-radius:999px;font-size:12px;flex-shrink:0;margin-top:20px}.kxt-kcol{flex-direction:column;min-width:0}.kxt-kcol,.kxt-meta{display:flex;gap:6px}.kxt-meta{align-items:center;font-size:12px;color:var(--ink-3);padding-left:4px}.kxt-meta b{font-size:12.5px;color:var(--ink-2);font-weight:700}.kxt-krow.pro .kxt-bell{display:block}.kxt-bub{align-self:flex-start;background:#eef2f2;color:var(--ink);font-size:15px;line-height:1.5;padding:11px 15px;border-radius:4px 18px 18px 18px;border:none}.kxt-bub+.kxt-bub{border-radius:18px}.kxt-detail{background:#eef2f2;border:none}.kxt-detail b{font-size:13px}.kxt-memline{display:flex;align-items:center;gap:6px;padding-left:4px;color:var(--ink-3)}.kxt-memline:empty{display:none}.kxt-memline svg{color:var(--teal-700);flex-shrink:0}.kxt-acts{margin-top:4px;align-items:center}.kxt-act.primary{position:relative;box-shadow:0 0 0 0 rgba(2,147,145,.45);animation:kxtPulse 1.8s ease-out infinite}.kxt-act.done{animation:none}@keyframes kxtPulse{0%{box-shadow:0 0 0 0 rgba(2,147,145,.45)}80%,to{box-shadow:0 0 0 10px rgba(2,147,145,0)}}.kxt-hint{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;white-space:nowrap}@media (prefers-reduced-motion:reduce){.kxt-act.primary,.kxt-hint{animation:none}}@media (max-width:640px){.kxt-acts{flex-direction:column;align-items:flex-start}.kxt-hint{margin-left:10px}.kxt-hint svg{transform:rotate(90deg)}}.kxt-stage{background:var(--teal-pale);color:var(--teal-700)}.kxt-hint{background:none;padding:0;margin-left:2px;color:var(--teal);border-radius:0;animation:kxtNudge .9s ease-in-out infinite}@keyframes kxtNudge{0%,to{transform:translateX(0)}50%{transform:translateX(-7px)}}.kxt-file{align-self:flex-start;display:flex;align-items:center;gap:10px;padding:9px 14px 9px 9px;border-radius:14px;background:#fff;border:1px solid var(--border);color:var(--ink-3);min-width:250px}.kxt-pdf{width:34px;height:40px;border-radius:6px;background:#e5484d;color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;letter-spacing:.04em}.kxt-fn{display:flex;flex-direction:column;flex:1;min-width:0}.kxt-fn b{font-size:13px;color:var(--ink);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kxt-fn i{font-style:normal;font-size:12px;color:var(--ink-3)}.kxt-ct{display:flex;flex-direction:column;gap:8px;min-width:260px}.kxt-ct-h{display:flex;align-items:center;gap:10px;padding-bottom:8px;border-bottom:1px solid rgba(2,49,48,.08)}.kxt-ct-av{width:34px;height:34px;border-radius:999px;background:#d9e4ff;color:#3b4bdb;font-size:12px;font-weight:800;display:grid;place-items:center}.kxt-ct-h b{display:block;font-size:14px;color:var(--ink)}.kxt-ct-h div span{display:block;font-size:12.5px;color:var(--ink-2)}.kxt-ct-r{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--ink)}.kxt-ct-r svg{color:var(--teal-700);flex-shrink:0}.kxt-ct-r span{flex:1;min-width:0;overflow-wrap:anywhere}.kxt-ct-r em{font-style:normal;font-size:11px;font-weight:700;color:var(--teal-700);background:#fff;border-radius:999px;padding:2px 8px}.kxt-em{display:flex;flex-direction:column;gap:6px;min-width:260px}.kxt-em-h{display:flex;gap:8px;font-size:13px;padding-bottom:6px;border-bottom:1px solid rgba(2,49,48,.08)}.kxt-em-h span{width:52px;flex-shrink:0;color:var(--ink-3)}.kxt-em-h b{font-weight:600;color:var(--ink);overflow-wrap:anywhere}.kxt-em-b{display:flex;flex-direction:column;gap:8px;padding-top:4px;font-size:13.5px;line-height:1.5;color:var(--ink)}@media (max-width:640px){.kxt-hint svg{transform:rotate(90deg)}.kxt-ct,.kxt-em,.kxt-file{min-width:0}}.kxt-pdf.ppt{background:#d9542b}.kxt-body{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)}.kxt-chat{order:0}.kxt-canvas{overflow:hidden}.kxt-tab.on{color:var(--ink);border-bottom-color:var(--teal)}.kxt-canvas .kxt-mem{border:none;border-radius:0;flex:1}.kxt-canvas .kxt-mem[hidden],.kxt-pane[hidden]{display:none}.kxt-slide{animation:kxtSlide .35s var(--ease) both}@keyframes kxtSlide{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}.cv-head{display:flex;flex-wrap:wrap;align-items:center}.cv-ico{background:var(--teal);color:#fff;display:grid;place-items:center;flex-shrink:0}.cv-ht{display:flex;flex-direction:column;min-width:0;flex:1 1 160px}.cv-ht em{font-style:normal;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-700)}.cv-ht b{color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-pills{display:flex;gap:6px}.cv-pill{font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:999px}.cv-pill.ok{background:#e3f6ec;color:#1e7a45}.cv-pill.warn{background:#fff1dc;color:#a5620b}.cv-pill.neutral{background:#f0f3f3;color:var(--ink-2)}.cv-btns{display:flex;gap:6px;margin-left:auto}.cv-btn{border-radius:9px;border:1px solid var(--border);background:#fff;font:inherit;font-weight:600;color:var(--ink);cursor:pointer}.cv-btn:hover{background:#f4f8f8}.cv-btn.primary{background:var(--teal-700);border-color:var(--teal-700);color:#fff}.cv-btn.primary:hover{background:var(--teal)}.cv-btn.done{background:var(--teal-pale);border-color:var(--teal-line);color:var(--teal-700)}.cv-body{padding:14px 16px 16px;overflow-y:auto;max-height:420px;display:flex;flex-direction:column;gap:12px}.cv-t{width:100%;border-collapse:collapse;font-size:13px}.cv-t th{text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);padding:8px 10px}.cv-t td,.cv-t th{border-bottom:1px solid var(--border)}.cv-t td{color:var(--ink-2)}.cv-t td:first-child{color:var(--ink);font-weight:600}.cv-t td b{color:var(--teal-700)}.cv-score{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.cv-score b{font-size:40px;font-weight:800;color:var(--ink);letter-spacing:-.03em;line-height:1}.cv-score span{font-size:13px;color:var(--ink-3)}.cv-meter{flex-basis:100%;height:8px;border-radius:8px;background:var(--teal-pale);overflow:hidden;margin-top:6px}.cv-meter i{display:block;height:100%;background:var(--teal)}.cv-p{display:flex;flex-direction:column}.cv-ph{display:flex;align-items:center;gap:10px;margin-bottom:2px}.cv-av{width:32px;height:32px;border-radius:999px;font-size:11.5px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.cv-ph b{display:block;font-size:14px;color:var(--ink)}.cv-ph div span{font-size:12.5px;color:var(--ink-2)}.cv-pr{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink)}.cv-pr svg{color:var(--teal-700);flex-shrink:0}.cv-pr span{flex:1;min-width:0;overflow-wrap:anywhere}.cv-pr em{font-style:normal;font-size:11px;font-weight:700;color:#1e7a45;background:#e3f6ec;border-radius:999px;padding:2px 8px}.cv-mail{display:flex;flex-direction:column;gap:6px}.cv-mh{display:flex;gap:10px;font-size:13px;padding-bottom:7px;border-bottom:1px solid var(--border)}.cv-mh span{width:56px;flex-shrink:0;color:var(--ink-3)}.cv-mh b{font-weight:600;overflow-wrap:anywhere}.cv-mb,.cv-mh b{color:var(--ink)}.cv-mb{display:flex;flex-direction:column;gap:9px;padding:6px 0 4px;font-size:14px;line-height:1.55}.cv-li{border-radius:10px;background:#f4f8f8;padding:10px 12px;font-size:13px;color:var(--ink-2)}.cv-li span{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--ink);margin-bottom:4px}.cv-li svg{color:#0a66c2}.cv-doc{border-radius:10px}.cv-page{background:#fff;border-radius:6px;padding:18px 20px}.cv-dh{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;padding-bottom:10px;margin-bottom:10px;border-bottom:2px solid var(--teal)}.cv-dlogo{grid-row:span 2;border-radius:7px}.cv-dh b{font-size:14px;color:var(--ink)}.cv-dh span{font-size:11.5px;color:var(--ink-3)}.cv-page h5{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--teal-700);margin:10px 0 4px}.cv-page ul{margin:0;padding-left:16px;font-size:13px;line-height:1.55;color:var(--ink-2)}.cv-steps{margin:0;padding:0;list-style:none;counter-reset:s;display:flex;flex-direction:column;gap:10px}.cv-steps li{counter-increment:s;position:relative;padding:10px 12px 10px 44px;border-radius:12px}.cv-steps li:before{content:counter(s);position:absolute;left:12px;top:10px;width:22px;height:22px;border-radius:999px;background:var(--teal-pale);color:var(--teal-700);font-size:12px;font-weight:800;display:grid;place-items:center}.cv-steps b{font-size:13px;color:var(--ink)}.cv-steps p{font-size:13.5px;color:var(--ink-2);margin-top:2px}.cv-note{border-radius:12px;background:var(--teal-pale);padding:10px 12px;font-size:13px;color:var(--ink-2)}.cv-note b{display:block;font-size:12px;color:var(--teal-700);margin-bottom:2px}.cv-foot{font-size:12.5px;color:var(--ink-3)}.cv-slides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cv-sl{aspect-ratio:16/9;border-radius:8px;background:#fff;padding:10px 12px;display:flex;flex-direction:column;gap:2px;border:1px solid var(--border);border-top:6px solid var(--teal)}.cv-sl.first{background:var(--teal-700);border-color:var(--teal-700)}.cv-sl b{color:var(--ink)}.cv-sl span{color:var(--ink-2)}.cv-sl.first b,.cv-sl.first span{color:#fff}.cv-bar{display:grid;grid-template-columns:96px 1fr 44px;align-items:center;gap:10px;font-size:13px;color:var(--ink)}.cv-bar div{height:10px;border-radius:10px;background:#eef2f2;overflow:hidden}.cv-bar i{display:block;height:100%;background:var(--teal);border-radius:10px}.cv-bar i.warn{background:#e2643a}.cv-bar b{text-align:right;font-weight:700}.cv-bar b.warn{color:#be4a24}.kxt-file{cursor:pointer;transition:border-color .2s}.kxt-file:hover{border-color:var(--teal-line)}@media (max-width:980px){.kxt-body{grid-template-columns:1fr}.kxt-canvas{min-height:0}}@media (max-width:640px){.cv-btns{margin-left:0}.cv-bar{grid-template-columns:80px 1fr 40px}}.kxt-krow .kxt-av.kris{background:#fff;border:1px solid var(--teal-line)}.kxt-krow .kxt-av.kris svg{display:block}.cv-doc{display:flex;flex-direction:column;gap:12px}.cv-page{position:relative;padding-bottom:30px}.cv-dlogo{background:none;width:26px;height:26px;display:grid;place-items:center}.cv-page .cv-t{margin:2px 0 4px}.cv-page .cv-t thead th:empty{display:none}.cv-page .cv-t thead:has(th:empty){display:none}.cv-para{font-size:13px;line-height:1.55;color:var(--ink-2);margin:0}.cv-pno{position:absolute;right:16px;bottom:10px;font-size:10.5px;color:var(--ink-3)}.cv-h{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--teal-700);margin:4px 0 -4px}.cv-ul{margin:0;padding-left:18px;font-size:13px;line-height:1.6;color:var(--ink-2)}.cv-sl{position:relative;justify-content:flex-start;padding-top:12px}.cv-sl em{position:absolute;right:8px;bottom:6px;font-style:normal;font-size:10px;color:var(--ink-3)}.cv-sl.first em{color:rgba(255,255,255,.7)}.cv-sl b{font-size:13.5px}.cv-sl span{font-size:12px;line-height:1.4;margin-top:2px}.kxt-sh{margin-bottom:12px}.kxt-sh svg{flex-shrink:0}.kxt-sh b{line-height:1.2}.kxt-sh div span{font-size:12px;color:var(--ink-2)}.kxt-strip .kxt-fields{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));flex-direction:row}.kxt-strip .kxt-f{display:grid;align-items:center;align-content:start}.kxt-strip .kxt-fi{grid-area:i}.kxt-strip .kxt-f dt{grid-area:l}.kxt-strip .kxt-f dd{grid-area:v;line-height:1.35;-webkit-box-orient:vertical}.kxt-strip .kxt-f time{grid-area:t}.kxt-canvas{min-height:0}.kxt-act.on{border-color:var(--ink);background:var(--ink);color:#fff}.kxt-act.primary.on{background:var(--teal);color:#eafffb}.kxt-act.primary.on,.kxt-file.on{border-color:var(--teal)}.kxt-card{gap:18px}@media (max-width:980px){.kxt-strip .kxt-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.kxt-strip .kxt-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.kxt-strip .kxt-f dt{display:block}.kxt-strip .kxt-f{min-height:0}}.kxt-file{max-width:100%;box-sizing:border-box}.kxt-krow{min-width:0}@media (max-width:640px){.kxt-file{min-width:0}}#why-kris .kxt-card{border:none}.kxt-top{gap:22px}.kxt-now{flex-direction:row;align-items:baseline;gap:8px;min-width:0}.kxt-now small{display:none}.kxt-date{font-size:24px}.kxt-labels{margin-top:10px;height:16px}.kxt-lab{font-size:12px}.kxt-play{height:38px;padding:0 14px 0 12px;font-size:13px}.kxt-strip .kxt-fields{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.kxt-strip .kxt-f{border:none;background:none;min-height:0}.kxt-strip .kxt-f:first-child{border-left:none}.kxt-strip .kxt-f:last-child{border-bottom:none}.kxt-strip .kxt-fi{width:18px;height:18px;border-radius:5px;background:none!important;border:none!important;color:var(--ink-3)}.kxt-strip .kxt-f.fresh .kxt-fi{color:var(--teal)}.kxt-strip .kxt-fi svg{width:14px;height:14px}.kxt-strip .kxt-f time{font-size:10.5px;color:var(--ink-3)}.kxt-strip .kxt-f.fresh time{color:var(--teal-700)}.kxt-body{gap:20px}.kxt-chat{border:none;border-radius:0;overflow:visible}.kxt-chath{padding:0 0 10px;background:none;border-bottom:none}.kxt-msgs{padding:0;min-height:0;gap:12px}.kxt-canvas{border:none;background:var(--bg-band);border-radius:16px}.cv-head{padding:12px 14px;border-bottom:1px solid rgba(2,49,48,.07);gap:8px 10px}.cv-ico{width:28px;height:28px;border-radius:8px}.cv-ico svg{width:14px;height:14px}.cv-ht b{font-size:14px}.cv-btn{height:30px;padding:0 11px;font-size:12px}.kxt-canvas .cv-body{padding:12px 14px 14px;gap:10px}.cv-p{border:none;border-bottom:1px solid rgba(2,49,48,.08);border-radius:0;padding:4px 0 10px;gap:5px}.cv-p:last-child{border-bottom:none}.cv-doc{background:none;padding:0}.cv-page{box-shadow:none;border:1px solid rgba(2,49,48,.08)}.cv-steps li{border:none;background:#fff}.cv-sl{border-color:rgba(2,49,48,.08)}.cv-t td{padding:8px 10px}@media (max-width:980px){.kxt-strip .kxt-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.kxt-strip .kxt-f:nth-child(4){border-left:none;padding-left:0}.kxt-strip .kxt-f:nth-child(n+4){border-top:1px solid var(--border)}}@media (max-width:640px){.kxt-strip .kxt-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.kxt-strip .kxt-f{border-left:none;padding-left:0}.kxt-strip .kxt-f:nth-child(n+3){border-top:1px solid var(--border)}.kxt-now{flex-wrap:wrap}}.kxt-strip .kxt-f.fresh{border-color:var(--border)}.kxt-body>*{min-width:0}.kxt-kcol{max-width:100%}@media (max-width:640px){#why-kris .kxt-card{padding:14px 12px 16px}.cv-pills{flex-wrap:wrap}}#kxtAsOf,.cv-btn:not(.primary),.cv-pills,.kxt-chath,.kxt-strip .kxt-f time{display:none}.kxt-strip .kxt-f dd{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.kxt-strip .kxt-f.fresh dt:after{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--teal);margin-left:6px;vertical-align:1px}.kxt-memline{font-size:11.5px}.kxt-canvas{display:flex;flex-direction:column;height:400px}.kxt-pane{flex:1;min-height:0;display:flex;flex-direction:column}.kxt-canvas .cv-body{flex:1;min-height:0;max-height:none;overflow-y:auto}@media (min-width:981px){.kxt-body,.kxt-chat{height:400px}.kxt-chat{overflow-y:auto}.kxt-canvas{height:400px}}@media (max-width:980px){.kxt-chat{min-height:360px}.kxt-canvas{height:400px}.kxt-chat{height:380px;min-height:0;overflow-y:auto}}.kxt-range{left:-9px;right:-9px;width:calc(100% + 18px)}.kxt-range::-webkit-slider-thumb{width:18px;height:18px;margin-top:8px;border-width:3px;box-shadow:0 0 0 4px rgba(2,147,145,.16),0 3px 8px rgba(2,49,48,.2)}.kxt-range::-moz-range-thumb{width:12px;height:12px;border-width:3px;box-shadow:0 0 0 4px rgba(2,147,145,.16),0 3px 8px rgba(2,49,48,.2)}.kxt-range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(1,215,215,.55)}.kxt-rail{height:4px}.kxt-range{top:-15px}.kxt-tick{width:8px;height:8px;margin:-4px 0 0 -4px;border-width:1.5px}.kxt-atts{display:flex;flex-wrap:wrap;gap:8px}.kxt-atts .kxt-file{min-width:0;flex:0 1 auto}.kxt-pdf.cvk{background:var(--teal);color:#fff}.kxt-pdf.cvk svg{width:16px;height:16px}.cal{background:#fff;border-radius:10px;border:1px solid rgba(2,49,48,.08);overflow:hidden}.cal-hd{display:grid;grid-template-columns:44px repeat(5,minmax(0,1fr));border-bottom:1px solid rgba(2,49,48,.08)}.cal-hd span{font-size:11.5px;font-weight:600;color:var(--ink-2);text-align:center;padding:7px 0}.cal-hd span.today{color:var(--teal-700);font-weight:800}.cal-bd{display:grid;grid-template-columns:44px 1fr}.cal-times span{display:block;font-size:10.5px;color:var(--ink-3);text-align:right;padding:2px 6px 0 0;box-sizing:border-box}.cal-days{position:relative;background-image:linear-gradient(rgba(2,49,48,.06) 1px,transparent 0),linear-gradient(90deg,rgba(2,49,48,.06) 1px,transparent 0)}.cal-ev{position:absolute;border-radius:6px;font-size:10.5px;line-height:1.25;padding:3px 6px;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cal-ev.busy{background:#eef2f2;color:var(--ink-2)}.cal-ev.offer{border:1.5px dashed var(--teal);color:var(--teal-700);font-weight:700;background:#f2fbfa}.cal-ev.booked{background:var(--teal);color:#fff;box-shadow:0 4px 12px rgba(2,147,145,.3)}.cal-ev.booked b{display:block;font-size:10.5px}.cal-ev.booked span{font-size:10px;opacity:.9}.cal-card{border-radius:10px;background:#fff;border:1px solid rgba(2,49,48,.08);padding:10px 12px;font-size:13px;color:var(--ink-2);display:flex;flex-direction:column;gap:6px}.cal-card.ok{border-color:var(--teal)}.cal-card p{margin:0;line-height:1.5}.cal-card p b{color:var(--ink)}.cal-ct{display:flex;align-items:center;gap:8px}.cal-ct b{font-size:13.5px;color:var(--ink)}.cal-card.ok .cal-ct b{color:var(--teal-700)}.cal-check{width:18px;height:18px;border-radius:999px;background:var(--teal);position:relative;flex-shrink:0}.cal-check:after{content:"";position:absolute;left:5px;top:5px;width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.cal-pop{animation:calPop .5s var(--ease) both}@keyframes calPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.cal-pop{animation:none}}.cv-body>*{flex-shrink:0}.cal-times span{height:44px}.cal-days{background-size:100% 44px,20% 100%}.kxt-strip .kxt-f.drop dd,.kxt-strip .kxt-f.drop dt{color:#be4a24}.kxt-strip .kxt-f.drop dt:after{background:#e2643a}.kxt-strip .kxt-f.drop .kxt-fi{color:#e2643a}.gd{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border-radius:12px;padding:12px 14px;border:1px solid rgba(2,49,48,.08)}.gd-t{flex:1 1 180px;min-width:0}.gd-t b{display:block;font-size:14px;color:#be4a24}.gd-t span{font-size:12.5px;color:var(--ink-2)}.kxt-strip{background:#fbfefe;border:1px solid var(--border);border-radius:14px;padding:10px 4px 4px}.kxt-sh{display:flex;align-items:center;gap:8px;margin:0 12px 8px}.kxt-sh svg{width:18px;height:18px}.kxt-sh b{font-size:13px;color:var(--ink);display:inline}.kxt-sh-sub{font-size:12px;color:var(--ink-3)}.kxt-sh em{margin-left:auto;font-style:normal;font-size:11.5px;font-weight:700;color:var(--teal-700);background:var(--teal-pale);border-radius:999px;padding:2px 9px}.kxt-strip .kxt-fields{border:none}.kxt-strip .kxt-f{grid-template-columns:1fr;grid-template-areas:"l" "v";padding:6px 12px 8px;gap:4px;border-radius:10px;transition:background .4s}.kxt-strip .kxt-f:first-child{padding-left:12px}.kxt-strip .kxt-fi{display:none}.kxt-strip .kxt-f dt{font-size:11px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--ink-3)}.kxt-strip .kxt-f dd{display:flex;align-items:center;min-width:0;white-space:nowrap;font-weight:600;color:var(--ink)}.kxt-strip .kxt-f.empty dd{color:var(--ink-3);font-weight:500}.mv-st i.on{background:var(--teal)}.kxt-strip .kxt-f.fresh{background:var(--teal-pale)}.kxt-strip .kxt-f.fresh dd{color:var(--ink)}.kxt-strip .kxt-f.fresh dt{color:var(--teal-700)}.kxt-strip .kxt-f.drop{background:#fbede6}.kxt-strip .kxt-f.drop dt{color:#be4a24}.kxt-strip .kxt-f.drop dd{color:var(--ink)}.kxt-strip .kxt-f{border-left:none!important;border-top:none!important}.kxt-strip .kxt-fields{gap:4px}@media (max-width:640px){.kxt-sh-sub{display:none}}.kxt-strip .kxt-f dd{font-size:13px;gap:6px}#why-kris{--nx-bg:#f5f6f6;--nx-soft:#eef0f0;--nx-line:#e4e7e7;--nx-ink:#000e0e}#why-kris .kxb-band{border:none}#why-kris .kxt-strip{border-color:var(--nx-line)}#why-kris .kxt-sh em{color:var(--ink-2)}#why-kris .kxt-sh em,#why-kris .kxt-strip .kxt-f.fresh{background:var(--nx-soft)}#why-kris .kxt-strip .kxt-f.fresh dt{color:var(--ink)}#why-kris .kxt-strip .kxt-f.fresh dt:after,#why-kris .mv-st i.on{background:var(--nx-ink)}#why-kris .kxt-act{border-color:var(--nx-line);color:var(--ink)}#why-kris .kxt-act:hover{background:var(--nx-soft);border-color:#cfd5d5;color:var(--ink)}#why-kris .kxt-act.primary{background:var(--nx-ink);border-color:var(--nx-ink);color:#fff;animation:kxtPulseN 1.8s ease-out infinite}#why-kris .kxt-act.primary:hover{background:#1e2e2d}@keyframes kxtPulseN{0%{box-shadow:0 0 0 0 rgba(11,26,25,.28)}80%,to{box-shadow:0 0 0 9px rgba(11,26,25,0)}}#why-kris .kxt-act.done,#why-kris .kxt-act.done:hover{background:var(--nx-soft);border-color:var(--nx-line);color:var(--ink);animation:none}#why-kris .kxt-hint{color:var(--nx-ink)}#why-kris .kxt-memline svg{color:var(--ink-3)}#why-kris .kxt-pdf.cvk{background:var(--nx-ink)}#why-kris .kxt-file{border-color:var(--nx-line)}#why-kris .kxt-file:hover{border-color:#cfd5d5}#why-kris .kxt-file.on{border-color:var(--nx-ink)}#why-kris .kxt-canvas{background:var(--nx-bg)}#why-kris .cv-head{border-bottom-color:var(--nx-line)}#why-kris .cv-ico{background:var(--nx-ink)}#why-kris .cv-ht em{color:var(--ink-3)}#why-kris .cv-btn.primary{background:var(--nx-ink);border-color:var(--nx-ink)}#why-kris .cv-btn.primary:hover{background:#1e2e2d}#why-kris .cv-btn.done{background:var(--nx-soft);border-color:var(--nx-line);color:var(--ink)}#why-kris .cv-h,#why-kris .cv-page h5{color:var(--ink-3)}#why-kris .cv-t td b{color:var(--ink)}#why-kris .cv-dh{border-bottom-color:var(--nx-ink)}#why-kris .cv-meter{background:var(--nx-line)}#why-kris .cv-bar i:not(.warn),#why-kris .cv-meter i{background:var(--nx-ink)}#why-kris .cv-pr svg{color:var(--ink-2)}#why-kris .cv-pr em{background:var(--nx-soft);color:var(--ink-2)}#why-kris .cv-steps li:before{background:var(--nx-soft);color:var(--ink)}#why-kris .cv-note{background:#fff}#why-kris .cv-note b{color:var(--ink)}#why-kris .cv-sl{border-top-color:var(--nx-ink)}#why-kris .cv-sl.first{background:var(--nx-ink);border-color:var(--nx-ink)}#why-kris .cal-hd span.today{color:var(--ink)}#why-kris .cal-ev.offer{border-color:#9aa6a5;color:var(--ink);background:#fff}#why-kris .cal-ev.booked{background:var(--nx-ink);box-shadow:0 4px 12px rgba(11,26,25,.22)}#why-kris .cal-card.ok{border-color:var(--nx-ink)}#why-kris .cal-card.ok .cal-ct b{color:var(--ink)}#why-kris .cal-check{background:var(--nx-ink)}#why-kris .cv-pill.ok{background:var(--nx-soft);color:var(--ink-2)}#why-kris .kxt-sh{display:none}#why-kris .kxt-strip .kxt-f.drop,#why-kris .kxt-strip .kxt-f.fresh{background:none}#why-kris .kxt-strip .kxt-f dd{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}#why-kris .kxt-strip .kxt-f.drop dd{color:#be4a24}#why-kris .kxb-band{background:#fff}.gd-flip{position:relative;width:64px;height:56px;border-radius:12px;background:#eef0f0;color:var(--ink);display:flex;align-items:center;justify-content:center;gap:2px;flex-shrink:0;transition:background .4s,color .4s}.gd-flip b{font-size:24px;font-weight:800;line-height:1}.gd-down{color:#e2643a;animation:gdBob .8s ease-in-out infinite}@keyframes gdBob{0%,to{transform:translateY(-2px)}50%{transform:translateY(3px)}}.gd-flip.flip b{animation:gdFlip .5s ease-in-out}@keyframes gdFlip{0%{transform:translateY(0);opacity:1}45%{transform:translateY(14px);opacity:0}55%{transform:translateY(-14px);opacity:0}to{transform:none;opacity:1}}.gd-flip.to-c{background:#fbede6;color:#be4a24}.gd-flip.to-c .gd-down{animation:none}#why-kris .gd-t b{color:var(--ink)}.kxt-down{color:#e2643a;font-weight:800}.cv-slides .cv-sl{aspect-ratio:auto;min-height:0;justify-content:flex-start;gap:1px;padding:10px 12px 8px}.sl-g{margin-top:6px}.sl-g svg{display:block;width:100%;height:auto}.sl-t{font:600 7.5px var(--font-dm-sans),sans-serif;fill:#5b6c6a}.sl-t.b{font-weight:800;fill:#000e0e}.sl-k,.sl-t.w{fill:#fff}.sl-k{font:800 13px var(--font-dm-sans),sans-serif}.sl-k.d{fill:#000e0e}.sl-bg{fill:#eef0f0}.sl-fg{fill:#000e0e}.sl-fg.l{fill:#9aa6a5}.sl-ring{fill:none;stroke:rgba(255,255,255,.2);stroke-width:7}.sl-ring.on{stroke:#fff}.sl-node rect{fill:#eef0f0}.sl-line{fill:none;stroke:#9aa6a5;stroke-width:1.4}.sl-line.d{stroke:#000e0e;stroke-width:2}.sl-dot{fill:#000e0e}.cv-sl.first .sl-t{fill:rgba(255,255,255,.8)}.win{border-radius:12px;background:#000e0e;color:#fff;padding:14px 16px;display:flex;flex-direction:column;gap:2px}.win-k{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7)}.win b{font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.win span:last-child{font-size:12.5px;color:rgba(255,255,255,.75)}#kx80{font-variant-numeric:tabular-nums;display:inline-block;min-width:2.3ch;text-align:right}#why-kris .kxt-card{padding:0;gap:0;overflow:hidden;border-radius:18px;box-shadow:0 0 0 1px rgba(11,26,25,.08),0 30px 70px -20px rgba(2,49,48,.28),0 8px 20px rgba(2,49,48,.06)}@keyframes kxLive{0%{box-shadow:0 0 0 0 rgba(40,200,64,.5)}70%,to{box-shadow:0 0 0 7px rgba(40,200,64,0)}}#why-kris .kxt-top{gap:22px}.kx-typing{display:inline-flex;gap:4px;padding:4px 0}.kx-typing i{width:6px;height:6px;border-radius:999px;background:#8a9796;animation:kxDot 1s infinite}.kx-typing i:nth-child(2){animation-delay:.15s}.kx-typing i:nth-child(3){animation-delay:.3s}@keyframes kxDot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}@media (prefers-reduced-motion:reduce){.kx-live i,.kx-typing i{animation:none}}@media (max-width:640px){#why-kris .kxt-strip{margin:12px 12px 0}#why-kris .kxt-body{padding:12px}#why-kris .kxt-top{padding:12px 14px}}#why-kris{padding-top:40px;padding-bottom:48px}#why-kris .kxb-band{padding:24px 0}#why-kris .kxb-inner{gap:18px}#why-kris .kxb-h2{font-size:clamp(28px,3vw,42px);margin:10px 0 8px;line-height:1.08}#why-kris .kxb-sub{font-size:16px}#why-kris .kxt-date{font-size:22px}#why-kris .kxt-strip{margin:12px 20px 0;padding:2px}#why-kris .kxt-strip .kxt-f{padding:6px 12px}#why-kris .kxt-body{padding:12px 20px 16px}@media (min-width:981px){#why-kris .kxt-body,#why-kris .kxt-canvas,#why-kris .kxt-chat{height:clamp(280px,calc(100vh - 470px),440px)}}#why-kris .kxt-chat{scroll-behavior:smooth}@media (min-width:981px){#why-kris .kxt-body,#why-kris .kxt-canvas,#why-kris .kxt-chat{height:clamp(230px,calc(100vh - 455px),440px)}}@media (min-width:981px) and (max-height:760px){#why-kris .kxb-h2{font-size:34px}#why-kris .kxt-body,#why-kris .kxt-canvas,#why-kris .kxt-chat{height:clamp(230px,calc(100vh - 400px),440px)}}#kxtCard{position:relative}.kx-cursor{position:absolute;left:0;top:0;z-index:30;pointer-events:none;opacity:0;transform:translate(60%,40px);transition:transform .8s cubic-bezier(.55,.05,.3,1),opacity .35s}.kx-cursor.on{opacity:1}.kx-cursor svg{display:block;filter:drop-shadow(0 0 5px rgba(1,215,215,.85)) drop-shadow(0 3px 6px rgba(2,49,48,.25));transform-origin:4px 3px}.kx-cursor.press svg{animation:kxPress .35s ease}@keyframes kxPress{40%{transform:scale(.82)}to{transform:none}}.kx-rip{position:absolute;left:-10px;top:-10px;width:28px;height:28px;border-radius:999px;border:2px solid rgba(1,215,215,.9);opacity:0}.kx-cursor.press .kx-rip{animation:kxRip .6s ease-out}@keyframes kxRip{0%{opacity:.9;transform:scale(.3)}to{opacity:0;transform:scale(1.6)}}@media (max-width:980px),(prefers-reduced-motion:reduce){.kx-cursor{display:none}}#why-kris .kxt-top{background:#fff;border-bottom:1px solid #e4e7e7;padding:12px 20px}#why-kris .kxt-date{color:var(--ink)}#why-kris .kxt-stage{background:#eef0f0;color:var(--ink)}#why-kris .kxt-rail{background:#e4e7e7}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;filter:none}}#why-kris .kxt-railfill{background:#000e0e}#why-kris .kxt-tick{background:#fff;border-color:#c9d0cf}#why-kris .kxt-tick.on{background:#000e0e;border-color:#000e0e}#why-kris .kxt-range::-webkit-slider-thumb{background:#000e0e;border-color:#fff;box-shadow:0 0 0 4px rgba(11,26,25,.1),0 3px 8px rgba(2,49,48,.2)}#why-kris .kxt-range::-moz-range-thumb{background:#000e0e;border-color:#fff}#why-kris .kxt-lab{color:var(--ink-3)}#why-kris .kxt-lab.on{color:var(--ink)}#why-kris .kxt-play{background:#fff;border-color:#e4e7e7;color:var(--ink)}#why-kris .kxt-play svg{color:var(--ink)}#why-kris .kxt-play:hover{background:#eef0f0}#why-kris .kxt-body{display:grid;grid-template-columns:230px minmax(0,1fr) minmax(0,1.12fr);gap:18px;padding:14px 20px 18px}#why-kris .kxt-strip{margin:0;padding:14px 14px 10px;border:1px solid #e4e7e7;border-radius:14px;background:#fff;display:flex;flex-direction:column;min-height:0;overflow-y:auto}#why-kris .kxt-sh{display:flex;align-items:center;gap:10px;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #e4e7e7}#why-kris .kxt-sh svg{width:28px;height:28px;flex-shrink:0}.kxt-shx{display:flex;flex-direction:column;min-width:0}.kxt-shx b{font-size:13.5px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#why-kris .kxt-sh-sub{display:block;font-size:11.5px;color:var(--ink-3)}#why-kris .kxt-sh em{display:none}#why-kris .kxt-strip .kxt-fields{display:flex;flex-direction:column;gap:2px;grid-template-columns:none}#why-kris .kxt-strip .kxt-f{padding:7px 2px;border-radius:0;border-bottom:1px solid #f0f2f2!important}#why-kris .kxt-strip .kxt-f:last-child{border-bottom:none!important}#why-kris .kxt-strip .kxt-f:first-child{padding-left:2px}#why-kris .kxt-strip .kxt-f dd{white-space:normal;overflow:visible;font-size:13.5px}@media (min-width:981px){#why-kris .kxt-strip{height:clamp(230px,calc(100vh - 385px),440px)}#why-kris .kxt-body{height:auto}#why-kris .kxt-canvas,#why-kris .kxt-chat{height:clamp(230px,calc(100vh - 385px),440px)}}@media (min-width:981px) and (max-height:760px){#why-kris .kxt-canvas,#why-kris .kxt-chat,#why-kris .kxt-strip{height:clamp(230px,calc(100vh - 330px),440px)}}@media (max-width:1180px) and (min-width:981px){#why-kris .kxt-body{grid-template-columns:200px minmax(0,1fr) minmax(0,1fr)}}@media (max-width:980px){#why-kris .kxt-body{grid-template-columns:1fr;padding:12px}#why-kris .kxt-strip{order:0}#why-kris .kxt-strip .kxt-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:981px){#why-kris .kxt-canvas,#why-kris .kxt-chat,#why-kris .kxt-strip{height:clamp(240px,calc(100vh - 400px),520px)}}@media (min-width:981px) and (max-height:760px){#why-kris .kxt-canvas,#why-kris .kxt-chat,#why-kris .kxt-strip{height:clamp(240px,calc(100vh - 340px),480px)}}#why-kris .kxt-strip{padding:12px 14px 8px}#why-kris .kxt-sh{margin-bottom:4px;padding-bottom:8px}#why-kris .kxt-strip .kxt-f{padding:6px 2px;gap:1px}#why-kris .kxt-strip .kxt-f dt{font-size:11px}#why-kris .kxt-strip .kxt-f dd{font-size:13px;line-height:1.3}#why-kris .kxt-strip .kxt-f{display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-areas:"i l" "i v";column-gap:10px;row-gap:1px;align-items:center;padding:7px 8px;margin:0 -6px;border-radius:10px;border-bottom:none!important;position:relative;transition:background .35s}#why-kris .kxt-strip .kxt-fi{display:grid;grid-area:i;width:28px;height:28px;border-radius:8px;place-items:center;border:none!important;transition:background .35s,color .35s}#why-kris .kxt-strip .kxt-fi svg{width:15px;height:15px}#why-kris .kxt-strip .kxt-f dt:after{display:none}#why-kris .kxt-strip .kxt-f.empty .kxt-fi{background:#f1f3f3!important;color:#a9b3b2!important}#why-kris .kxt-strip .kxt-f.fresh:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px}#why-kris .kxt-strip .kxt-f:first-child .kxt-fi{background:#ffe8cc;color:#c9731c}#why-kris .kxt-strip .kxt-f:first-child.fresh{background:#fff3e3}#why-kris .kxt-strip .kxt-f:first-child.fresh:before{background:#c9731c}#why-kris .kxt-strip .kxt-f:first-child.fresh dt{color:#c9731c}#why-kris .kxt-strip .kxt-f:nth-child(2) .kxt-fi{background:#e2f8f6;color:#016262}#why-kris .kxt-strip .kxt-f:nth-child(2).fresh{background:#e2f8f6}#why-kris .kxt-strip .kxt-f:nth-child(2).fresh:before{background:#016262}#why-kris .kxt-strip .kxt-f:nth-child(2).fresh dt{color:#016262}#why-kris .kxt-strip .kxt-f:nth-child(3) .kxt-fi{background:#e9edff;color:#3b4bdb}#why-kris .kxt-strip .kxt-f:nth-child(3).fresh{background:#e9edff}#why-kris .kxt-strip .kxt-f:nth-child(3).fresh:before{background:#3b4bdb}#why-kris .kxt-strip .kxt-f:nth-child(3).fresh dt{color:#3b4bdb}#why-kris .kxt-strip .kxt-f:nth-child(4) .kxt-fi{background:#f1ecff;color:#6e56cf}#why-kris .kxt-strip .kxt-f:nth-child(4).fresh{background:#f1ecff}#why-kris .kxt-strip .kxt-f:nth-child(4).fresh:before{background:#6e56cf}#why-kris .kxt-strip .kxt-f:nth-child(4).fresh dt{color:#6e56cf}#why-kris .kxt-strip .kxt-f:nth-child(5) .kxt-fi{background:#e6f6ec;color:#1e7a45}#why-kris .kxt-strip .kxt-f:nth-child(5).fresh{background:#e6f6ec}#why-kris .kxt-strip .kxt-f:nth-child(5).fresh:before{background:#1e7a45}#why-kris .kxt-strip .kxt-f:nth-child(5).fresh dt{color:#1e7a45}#why-kris .kxt-strip .kxt-f:nth-child(6) .kxt-fi{background:#fdebf2;color:#c2417a}#why-kris .kxt-strip .kxt-f:nth-child(6).fresh{background:#fdebf2}#why-kris .kxt-strip .kxt-f:nth-child(6).fresh:before{background:#c2417a}#why-kris .kxt-strip .kxt-f:nth-child(6).fresh dt{color:#c2417a}#why-kris .kxt-strip .kxt-f.drop{background:#fbede6!important}#why-kris .kxt-strip .kxt-f.drop:before{background:#e2643a!important;content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px}#why-kris .kxt-strip .kxt-f.drop .kxt-fi{background:#fbede6;color:#e2643a}#why-kris .kxt-strip .kxt-f{padding:5px 8px;grid-template-columns:24px minmax(0,1fr)}#why-kris .kxt-strip .kxt-fi{width:24px;height:24px;border-radius:7px}#why-kris .kxt-strip .kxt-fi svg{width:13px;height:13px}#why-kris .kxt-strip .kxt-fields{gap:3px}#why-kris .cv-body,#why-kris .kxt-chat,#why-kris .kxt-strip{overflow-y:auto;position:relative}#why-kris ::-webkit-scrollbar{width:8px;height:8px}#why-kris ::-webkit-scrollbar-track{background:rgba(2,49,48,.06);border-radius:8px}#why-kris ::-webkit-scrollbar-thumb{background:rgba(2,49,48,.35);border-radius:8px}#why-kris ::-webkit-scrollbar-thumb:hover{background:rgba(2,49,48,.5)}#why-kris .kx-scrollbar{position:absolute;right:3px;width:6px;border-radius:999px;background:rgba(2,49,48,.08);z-index:6;pointer-events:none;display:none}#why-kris .kx-scrollbar i{display:block;width:100%;border-radius:999px;background:rgba(2,49,48,.4)}@media (max-width:980px){#why-kris .cv-body,#why-kris .kxt-chat,#why-kris .kxt-strip{scrollbar-width:none;-ms-overflow-style:none}#why-kris .cv-body::-webkit-scrollbar,#why-kris .kxt-chat::-webkit-scrollbar,#why-kris .kxt-strip::-webkit-scrollbar{width:0;height:0;display:none}#why-kris .kx-scrollbar{display:block}}