.kk-otg-guide,.kk-otg-route-landing{--otg-bg:#fffafa;--otg-card:#fff;--otg-text:#241b1b;--otg-muted:#766b6b;--otg-line:#eadede;--otg-accent:#d32f2f;--otg-accent-soft:#fff3f3;--otg-icon:#c62828;--otg-icon-bg:#fff1f1;--otg-selected-icon:#fff;font-family:inherit;color:var(--otg-text);direction:rtl}.kk-otg-guide{margin:28px 0}.kk-otg-guide *,.kk-otg-route-landing *{box-sizing:border-box}.kk-otg-shell{background-color:var(--otg-bg);background-image:linear-gradient(rgb(255 255 255 / .88),rgb(255 255 255 / .88)),var(--otg-shell-image,none);background-size:cover;background-position:center;border:1px solid var(--otg-line);border-radius:28px;padding:clamp(20px,3vw,40px);overflow:hidden}.kk-otg-header{text-align:center;max-width:720px;margin:0 auto 30px}.kk-otg-eyebrow,.kk-otg-step-kicker,.kk-otg-result-kicker{display:block;font-size:12px;font-weight:800;color:var(--otg-accent);margin-bottom:7px}.kk-otg-header h2{font-size:clamp(25px,3vw,38px);line-height:1.25;margin:0 0 10px;color:var(--otg-text)}.kk-otg-header p{margin:0;color:var(--otg-muted);font-size:15px}.kk-otg-progress{display:flex;justify-content:center;align-items:stretch;gap:0;max-width:820px;margin:0 auto 34px;direction:rtl}.kk-otg-progress-step{position:relative;display:flex;align-items:center;gap:8px;justify-content:center;flex:1;border:0;background:#fff0;color:#9aa19c;padding:8px 10px;font:inherit;cursor:default}.kk-otg-progress-step:not(:last-child):after{content:"";position:absolute;left:-1px;top:50%;width:2px;height:2px;background:var(--otg-line);box-shadow:-8px 0 0 var(--otg-line),-16px 0 0 var(--otg-line)}.kk-otg-progress-step.is-done:not(:last-child):after{background:var(--otg-accent);box-shadow:-8px 0 0 var(--otg-accent),-16px 0 0 var(--otg-accent)}.kk-otg-progress-step:not(:disabled){cursor:pointer}.kk-otg-progress-number{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--otg-line);font-size:11px;font-weight:800;background:#fff}.kk-otg-progress-step.is-active{color:var(--otg-text)}.kk-otg-progress-step.is-active .kk-otg-progress-number,.kk-otg-progress-step.is-done .kk-otg-progress-number{border-color:var(--otg-accent);background:var(--otg-accent);color:#fff}.kk-otg-progress-label{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.kk-otg-viewport{position:relative;min-height:330px}.kk-otg-track{position:relative}.kk-otg-stage{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(-38px);transition:opacity .32s ease,transform .42s cubic-bezier(.2,.8,.2,1),visibility .32s;pointer-events:none}.kk-otg-stage.is-before{transform:translateX(38px)}.kk-otg-stage.is-active{position:relative;opacity:1;visibility:visible;transform:none;pointer-events:auto}.kk-otg-stage-title-row{text-align:center;margin-bottom:22px}.kk-otg-stage-title-row h3{font-size:clamp(20px,2.2vw,28px);margin:0;color:var(--otg-text)}.kk-otg-options-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1000px;margin:0 auto}.kk-otg-options-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}.kk-otg-option{--otg-option-accent:var(--otg-accent);--otg-option-soft:var(--otg-accent-soft);--otg-option-icon:var(--otg-icon);--otg-option-icon-bg:var(--otg-icon-bg);position:relative;isolation:isolate;min-height:178px;border:1px solid var(--otg-line);border-radius:22px;background-color:var(--otg-card);background-image:linear-gradient(rgb(255 255 255 / .86),rgb(255 255 255 / .86)),var(--otg-option-image,var(--otg-card-image,none));background-size:cover;background-position:center;padding:24px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;color:var(--otg-text);font:inherit;cursor:pointer;box-shadow:0 10px 30px rgb(24 45 31 / .035);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.kk-otg-option:hover{transform:translateY(-4px);border-color:var(--otg-option-accent);box-shadow:0 14px 34px rgb(0 0 0 / .08)}.kk-otg-option.is-selected{transform:translateY(-3px) scale(1.015);border-color:var(--otg-option-accent);background-color:var(--otg-option-soft);box-shadow:0 16px 38px rgb(0 0 0 / .10)}.kk-otg-option-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:var(--otg-option-icon-bg);color:var(--otg-option-icon);transition:background .2s,color .2s}.kk-otg-option-icon svg{width:34px;height:34px}.kk-otg-option.is-selected .kk-otg-option-icon{background:var(--otg-option-accent);color:var(--otg-selected-icon)}.kk-otg-option-copy{display:flex;flex-direction:column;gap:5px}.kk-otg-option-copy strong{font-size:17px;color:var(--otg-text)}.kk-otg-option-copy small{font-size:12px;line-height:1.65;color:var(--otg-muted)}.kk-otg-option-check{position:absolute;top:13px;left:13px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--otg-option-accent);color:var(--otg-selected-icon);font-size:13px;opacity:0;transform:scale(.7);transition:.2s}.kk-otg-option.is-selected .kk-otg-option-check{opacity:1;transform:scale(1)}.kk-otg-summary{margin-top:34px;padding-top:28px;border-top:1px solid var(--otg-line)}.kk-otg-summary-head{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:nowrap}.kk-otg-summary-head>div{display:flex;align-items:center;gap:10px;min-width:0}.kk-otg-ready-check{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--otg-accent);color:#fff}.kk-otg-summary-head strong{font-size:17px;line-height:1.45}.kk-otg-restart{flex:0 0 auto;border:0;background:#fff0;color:var(--otg-accent);font:inherit;font-weight:700;white-space:nowrap!important;word-break:keep-all;cursor:pointer}.kk-otg-selected-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.kk-otg-chip{display:flex;align-items:center;gap:7px;border:1px solid var(--otg-line);background:var(--otg-card);border-radius:999px;padding:7px 10px;color:var(--otg-text);font:inherit;cursor:pointer}.kk-otg-chip small{color:var(--otg-muted);font-size:10px}.kk-otg-chip strong{font-size:12px}.kk-otg-chip span{color:#8c958e}.kk-otg-results{margin-top:22px}.kk-otg-loading,.kk-otg-empty-result{display:flex;align-items:center;justify-content:center;gap:10px;min-height:120px;border:1px dashed var(--otg-line);border-radius:18px;background:rgb(255 255 255 / .62);color:var(--otg-muted);text-align:center;padding:20px}.kk-otg-empty-result{flex-direction:column}.kk-otg-empty-result strong{color:var(--otg-text)}.kk-otg-loading span{width:18px;height:18px;border:2px solid #cfd8d1;border-top-color:var(--otg-accent);border-radius:50%;animation:kkOtgSpin .75s linear infinite}.kk-otg-result-section{margin-top:24px;background:var(--otg-card);border:1px solid var(--otg-line);border-radius:24px;padding:clamp(18px,2.5vw,30px);box-shadow:0 10px 35px rgb(0 0 0 / .025)}.kk-otg-result-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:18px}.kk-otg-result-head h3{margin:0;font-size:clamp(20px,2vw,25px);color:var(--otg-text)}.kk-otg-result-head p{margin:7px 0 0;color:var(--otg-muted);font-size:13px;line-height:1.8}.kk-otg-combo-plans{display:grid;gap:18px}.kk-otg-combo-plan{border-top:1px solid var(--otg-line);padding-top:18px}.kk-otg-combo-plan:first-child{border-top:0;padding-top:0}.kk-otg-combo-plan-title{font-size:14px;font-weight:800;margin-bottom:12px;color:var(--otg-text)}.kk-otg-needs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:10px}.kk-otg-need-card{position:relative;min-width:0;min-height:72px;overflow:hidden;border:1px solid var(--otg-line);border-radius:16px;background:var(--otg-card);padding:10px 11px;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;row-gap:3px;align-items:center;text-align:right;color:var(--otg-text);font:inherit;cursor:pointer;transition:transform .2s ease,border-color .2s ease,opacity .2s ease,box-shadow .2s ease}.kk-otg-need-card:hover{transform:translateY(-2px);border-color:var(--otg-accent);box-shadow:0 9px 24px rgb(0 0 0 / .06)}.kk-otg-need-image{position:relative;display:block;width:48px;height:48px;border-radius:50%;background:var(--otg-icon-bg);overflow:hidden;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .035);grid-column:1;grid-row:1 / 3;align-self:center}.kk-otg-need-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .22s ease}.kk-otg-need-card:hover .kk-otg-need-image img{transform:scale(1.045)}.kk-otg-need-image-shade{display:none}.kk-otg-need-copy{min-width:0;display:block!important;padding:0;min-height:0;visibility:visible!important;opacity:1!important;position:relative;z-index:1;grid-column:2;grid-row:1;align-self:end;overflow:hidden}.kk-otg-need-copy strong{display:block!important;width:100%;max-width:100%;font-size:13.5px;line-height:1.45;color:var(--otg-text)!important;white-space:nowrap;overflow:hidden;text-overflow:clip;visibility:visible!important;opacity:1!important}.kk-otg-need-copy small{display:none}.kk-otg-need-state{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0;font-size:10px;line-height:1;font-weight:800;color:var(--otg-accent);white-space:nowrap;grid-column:2;grid-row:2;align-self:start}.kk-otg-need-state>span:not(.kk-otg-need-toggle){white-space:nowrap}.kk-otg-need-toggle{position:relative;display:inline-block;flex:0 0 auto;width:30px;height:17px;border-radius:999px;background:var(--otg-accent);transition:.2s}.kk-otg-need-toggle i{position:absolute;top:3px;right:3px;width:11px;height:11px;border-radius:50%;background:#fff;transition:.2s}.kk-otg-need-off-text{display:none}.kk-otg-need-card.is-off{opacity:.48;border-style:dashed;box-shadow:none}.kk-otg-need-card.is-off .kk-otg-need-image img{filter:grayscale(.8)}.kk-otg-need-card.is-off .kk-otg-need-state{color:var(--otg-muted)}.kk-otg-need-card.is-off .kk-otg-need-toggle{background:#b7bdb8}.kk-otg-need-card.is-off .kk-otg-need-toggle i{right:16px}.kk-otg-need-card.is-off .kk-otg-need-on-text{display:none}.kk-otg-need-card.is-off .kk-otg-need-off-text{display:inline}.kk-otg-needs-action{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px;padding-top:17px;border-top:1px solid var(--otg-line)}.kk-otg-remaining-count{font-size:12px;font-weight:800;color:var(--otg-muted);white-space:nowrap}.kk-otg-open-combo{margin-right:auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 17px;border-radius:13px;background:var(--otg-accent);color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800;white-space:nowrap;box-shadow:0 8px 22px rgb(31 91 59 / .16);transition:transform .2s ease,opacity .2s ease}.kk-otg-open-combo:hover{transform:translateY(-2px);color:#fff!important}.kk-otg-open-combo.is-disabled{opacity:.45;pointer-events:none}.kk-otg-needs-direct{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 0;color:var(--otg-muted);font-size:13px}.kk-otg-needs-direct .kk-otg-open-combo{margin-right:auto}.kk-otg-route-landing{margin:18px 0}.kk-otg-route-selection{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:12px 14px;background:var(--otg-bg);border:1px solid var(--otg-line);border-radius:16px}.kk-otg-route-selection span{display:inline-flex;align-items:center;border:1px solid var(--otg-line);border-radius:999px;background:var(--otg-card);padding:7px 11px;font-size:12px;font-weight:700}.kk-otg-route-selection a{margin-right:auto;font-size:12px;font-weight:700;text-decoration:none;color:var(--otg-accent)}.kk-otg-route-landing .kk-otg-result-section:first-child{margin-top:0}@keyframes kkOtgSpin{to{transform:rotate(360deg)}}@media (max-width:767px){.kk-otg-guide{margin:18px 0}.kk-otg-shell{border-radius:20px;padding:18px 14px}.kk-otg-header{margin-bottom:22px}.kk-otg-progress{margin-bottom:24px}.kk-otg-progress-step{padding:5px 3px;flex-direction:column;gap:5px}.kk-otg-progress-label{font-size:10px;max-width:82px}.kk-otg-progress-number{width:28px;height:28px}.kk-otg-progress-step:not(:last-child):after{display:none}.kk-otg-viewport{min-height:0}.kk-otg-options-grid,.kk-otg-options-2{grid-template-columns:1fr 1fr;gap:10px}.kk-otg-option{min-height:145px;border-radius:17px;padding:17px 9px}.kk-otg-option-icon{width:48px;height:48px;border-radius:14px}.kk-otg-option-icon svg{width:29px;height:29px}.kk-otg-option-copy strong{font-size:14px}.kk-otg-option-copy small{font-size:10px}.kk-otg-summary-head{align-items:center;gap:9px}.kk-otg-summary-head strong{font-size:15px}.kk-otg-restart{font-size:11px}.kk-otg-result-section{border-radius:18px;padding:15px 12px}.kk-otg-result-head{align-items:flex-start}.kk-otg-needs-grid{grid-template-columns:1fr 1fr;gap:8px}.kk-otg-need-card{min-height:62px;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:7px;row-gap:3px;border-radius:13px;padding:7px 8px}.kk-otg-need-image{width:34px;height:34px;grid-row:1 / 3;align-self:center}.kk-otg-need-copy{grid-column:2;grid-row:1;align-self:end}.kk-otg-need-copy strong{font-size:10.5px;line-height:1.35}.kk-otg-need-state{grid-column:2;grid-row:2;min-width:0;justify-content:flex-start;gap:4px;font-size:9px;align-self:start}.kk-otg-need-toggle{width:27px;height:15px}.kk-otg-need-toggle i{top:3px;right:3px;width:9px;height:9px}.kk-otg-need-card.is-off .kk-otg-need-toggle i{right:15px}.kk-otg-needs-action{align-items:stretch}.kk-otg-open-combo{width:100%;margin-right:0}.kk-otg-needs-action>small{text-align:center}.kk-otg-route-selection a{width:100%;margin-right:0}}@media (prefers-reduced-motion:reduce){.kk-otg-guide *,.kk-otg-route-landing *{scroll-behavior:auto!important;transition:none!important;animation-duration:.001ms!important}}.kk-otg-program-flow[hidden]{display:none!important}.kk-otg-program-stage{position:relative!important;inset:auto!important;opacity:1!important;visibility:visible!important;transform:none!important;min-height:300px}.kk-otg-program-stage:not(.is-active){display:none!important}.kk-otg-program-options{grid-template-columns:repeat(3,minmax(0,1fr));max-width:980px;margin-inline:auto}.kk-otg-program-flow .kk-otg-progress{margin-top:4px}@media(max-width:767px){.kk-otg-program-options{grid-template-columns:1fr 1fr}.kk-otg-program-stage{min-height:0}.kk-otg-program-option:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 5px);width:100%;justify-self:center}}.kk-otg-shell{position:relative}.kk-otg-top-restart{position:absolute;top:auto;bottom:16px;left:18px;z-index:8;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:6px 10px;border:1px solid var(--otg-line);border-radius:999px;background:rgb(255 255 255 / .88);color:var(--otg-accent);font:inherit;font-size:11px;font-weight:800;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 5px 16px rgb(0 0 0 / .045);backdrop-filter:blur(6px);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.kk-otg-top-restart:hover{transform:translateY(-1px);border-color:var(--otg-accent);box-shadow:0 7px 18px rgb(0 0 0 / .07)}.kk-otg-top-restart span{font-size:16px;line-height:1;font-weight:500}.kk-otg-top-restart b{font:inherit;font-weight:800}.kk-otg-progress-step:not(:disabled){cursor:pointer}.kk-otg-progress-step:not(:disabled):hover{color:var(--otg-accent)}.kk-otg-progress-step:not(:disabled):hover .kk-otg-progress-number{border-color:var(--otg-accent)}.kk-otg-coming-soon{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 18px;border:1px dashed var(--otg-line);border-radius:20px;background:rgb(255 255 255 / .66);text-align:center}.kk-otg-coming-soon-icon{position:relative;width:48px;height:48px;display:grid;place-items:center;margin-bottom:4px;border-radius:50%;background:var(--otg-accent-soft)}.kk-otg-coming-soon-icon:before{content:"";width:25px;height:25px;border:2px solid var(--otg-line);border-top-color:var(--otg-accent);border-right-color:var(--otg-accent);border-radius:50%;animation:kkOtgSpin .9s linear infinite}.kk-otg-coming-soon-icon i{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--otg-accent)}.kk-otg-coming-soon strong{font-size:16px;color:var(--otg-text)}.kk-otg-coming-soon>span:last-child{font-size:12px;color:var(--otg-muted);line-height:1.8}@media(max-width:767px){.kk-otg-top-restart{top:auto;bottom:10px;left:10px;min-height:30px;padding:5px 8px;font-size:10px}.kk-otg-top-restart span{font-size:14px}.kk-otg-coming-soon{min-height:135px;border-radius:17px;padding:20px 14px}.kk-otg-coming-soon-icon{width:43px;height:43px}.kk-otg-coming-soon strong{font-size:14px}}.kk-otg-top-restart[hidden]{display:none!important}.kk-otg-option.is-unavailable,.kk-otg-option:disabled{opacity:.42;filter:grayscale(.25);cursor:not-allowed;transform:none!important;box-shadow:none!important}.kk-otg-option.is-unavailable .kk-otg-option-check,.kk-otg-option:disabled .kk-otg-option-check{display:none}.kk-otg-guide.has-active-program .kk-otg-shell{padding-bottom:max(68px,clamp(20px,3vw,40px))}@media(max-width:767px){.kk-otg-guide.has-active-program .kk-otg-shell{padding-bottom:56px}}.kk-otg-launcher{--otg-launcher-color:#d32f2f;width:0!important;height:0!important;margin:0!important;padding:0!important;position:relative;z-index:100000}.kk-otg-launcher-trigger{position:fixed;top:50%;z-index:99990;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;max-width:min(245px,calc(100vw - 28px));padding:10px 14px;border:0;border-radius:15px;background:var(--otg-launcher-color);color:#fff;font:inherit;font-size:13px;font-weight:800;line-height:1.35;white-space:nowrap;cursor:pointer;box-shadow:0 10px 30px rgb(0 0 0 / .22);transform:translateY(-50%);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.kk-otg-launcher-side-left .kk-otg-launcher-trigger{left:14px}.kk-otg-launcher-side-right .kk-otg-launcher-trigger{right:14px}.kk-otg-launcher-trigger:hover{filter:brightness(.96);box-shadow:0 13px 34px rgb(0 0 0 / .26)}.kk-otg-launcher-side-left .kk-otg-launcher-trigger:hover{transform:translateY(-50%) translateX(2px)}.kk-otg-launcher-side-right .kk-otg-launcher-trigger:hover{transform:translateY(-50%) translateX(-2px)}.kk-otg-launcher-trigger:focus-visible,.kk-otg-launcher-close:focus-visible{outline:3px solid rgb(255 255 255 / .95);outline-offset:3px}.kk-otg-launcher-trigger-icon{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px}.kk-otg-launcher-trigger-icon svg{display:block;width:24px;height:24px}.kk-otg-launcher-trigger-text,.kk-otg-launcher-trigger-text-mobile{overflow:hidden;text-overflow:ellipsis}.kk-otg-launcher-trigger-text-mobile{display:none}.kk-otg-launcher-layer{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:24px;background:rgb(17 20 19 / .68);opacity:0;pointer-events:none;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:opacity .2s ease}.kk-otg-launcher-layer[hidden]{display:none!important}.kk-otg-launcher.is-open .kk-otg-launcher-layer{opacity:1;pointer-events:auto}.kk-otg-launcher-dialog{width:min(1180px,calc(100vw - 48px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgb(255 255 255 / .78);border-radius:24px;background:#fff;color:#241b1b;box-shadow:0 28px 80px rgb(0 0 0 / .34);transform:translateY(14px) scale(.985);transition:transform .24s cubic-bezier(.2,.8,.2,1)}.kk-otg-launcher.is-open .kk-otg-launcher-dialog{transform:none}.kk-otg-launcher-dialog-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:10px 16px 10px 20px;border-bottom:1px solid #ececec;background:#fff}.kk-otg-launcher-dialog-head strong{min-width:0;font-size:15px;line-height:1.5;color:#241b1b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kk-otg-launcher-close{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#f3f3f3;color:#302929;font:inherit;cursor:pointer;transition:background .18s ease,transform .18s ease}.kk-otg-launcher-close:hover{background:#e9e9e9;transform:rotate(4deg)}.kk-otg-launcher-close span{font-size:27px;font-weight:300;line-height:1;transform:translateY(-1px)}.kk-otg-launcher-dialog-content{min-height:0;overflow:auto;overscroll-behavior:contain;padding:16px;scrollbar-gutter:stable}.kk-otg-launcher-dialog-content .kk-otg-guide{margin:0}.kk-otg-launcher-open{overflow:hidden!important}@media(max-width:767px){.kk-otg-launcher-trigger{top:50%;bottom:auto;min-height:45px;padding:9px 12px;border-radius:14px;font-size:12px;transform:translateY(-50%)}.kk-otg-launcher-side-left .kk-otg-launcher-trigger{left:12px}.kk-otg-launcher-side-right .kk-otg-launcher-trigger{right:12px}.kk-otg-launcher-trigger-text{display:none}.kk-otg-launcher-trigger-text-mobile{display:inline}.kk-otg-launcher-mobile-icon-only .kk-otg-launcher-trigger{width:47px;min-width:47px;height:47px;min-height:47px;padding:0;border-radius:50%;gap:0}.kk-otg-launcher-mobile-icon-only .kk-otg-launcher-trigger-text-mobile{display:none}.kk-otg-launcher-layer{padding:16px 8px;align-items:center;background:rgb(247 249 248 / .64);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.kk-otg-launcher-dialog{width:100%;height:calc(100vh - 48px);height:calc(100dvh - 48px);max-height:780px;border-radius:20px;box-shadow:0 20px 52px rgb(31 40 35 / .22)}.kk-otg-launcher-dialog-head{min-height:53px;padding:8px 11px 8px 14px}.kk-otg-launcher-dialog-head strong{font-size:13px}.kk-otg-launcher-close{width:36px;height:36px;flex-basis:36px}.kk-otg-launcher-dialog-content{padding:8px}.kk-otg-launcher-dialog-content .kk-otg-shell{border-radius:15px}}@media(prefers-reduced-motion:reduce){.kk-otg-launcher-trigger,.kk-otg-launcher-layer,.kk-otg-launcher-dialog,.kk-otg-launcher-close{transition:none!important}}