html,body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-x:clip}.krd-num{font-variant-numeric:tabular-nums}@keyframes krd-spin{to{transform:rotate(360deg)}}.krd-spin{animation:krd-spin 1s linear infinite}@media(prefers-reduced-motion:reduce){.krd-spin{animation:none}}.krd-skeleton{background-color:#f5f5f7}@keyframes krd-breathe{50%{opacity:.55}}.krd-breathe{animation:krd-breathe 1.9s ease-in-out infinite}.krd-settle{transition:opacity .26s ease-out}@media(prefers-reduced-motion:reduce){.krd-breathe{animation:none}.krd-settle{transition:none}}.krd-page-transition{animation:krd-page-fade .18s ease-out}@keyframes krd-page-fade{0%{opacity:.2}to{opacity:1}}@keyframes krd-row-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.krd-stagger-list>*{animation:krd-row-rise .5s cubic-bezier(.22,1,.36,1) both}.krd-stagger-list>*:nth-child(1){animation-delay:.02s}.krd-stagger-list>*:nth-child(2){animation-delay:.06s}.krd-stagger-list>*:nth-child(3){animation-delay:.1s}.krd-stagger-list>*:nth-child(4){animation-delay:.14s}.krd-stagger-list>*:nth-child(5){animation-delay:.18s}.krd-stagger-list>*:nth-child(6){animation-delay:.22s}.krd-stagger-list>*:nth-child(7){animation-delay:.26s}.krd-stagger-list>*:nth-child(8){animation-delay:.3s}.krd-stagger-list>*:nth-child(9){animation-delay:.34s}.krd-stagger-list>*:nth-child(n+10){animation-delay:.38s}.krd-link-underline{position:relative}.krd-link-underline:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1.5px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .2s ease}.krd-link-underline:hover:after{transform:scaleX(1)}html[dir=rtl] .krd-link-underline:after{transform-origin:right center}@keyframes krd-pop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.krd-pop{animation:krd-pop .32s ease-out}@keyframes krd-heart-thump{0%{transform:scale(1)}30%{transform:scale(1.45)}60%{transform:scale(.95)}to{transform:scale(1)}}.krd-heart-thump{animation:krd-heart-thump .4s ease-out}.krd-media-zoom{overflow:hidden}.krd-press{transition:transform .18s cubic-bezier(.34,1.45,.5,1)}.krd-press:active{transform:scale(.95)}button,[role=button]{transition:transform .2s cubic-bezier(.34,1.45,.5,1)}button:not(:disabled):hover,[role=button]:not([aria-disabled=true]):hover{transform:translateY(-1px)}button:not(:disabled):active,[role=button]:not([aria-disabled=true]):active{transform:scale(.93)}button:not(:disabled),[role=button]:not([aria-disabled=true]){cursor:pointer}html:not(.krd-native) :is(a,button,[role=button]){-webkit-tap-highlight-color:transparent}.krd-lift{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease;will-change:transform}.krd-lift:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0000001a}@keyframes krd-badge-pulse{0%,to{box-shadow:0 0 #d9770600}50%{box-shadow:0 0 0 4px #d9770629}}.krd-badge-pulse{animation:krd-badge-pulse 2.4s ease-in-out infinite}@keyframes krd-cart-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes krd-cart-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.krd-cart-backdrop{animation:krd-cart-backdrop-in .2s ease both}.krd-cart-drawer{animation:krd-cart-drawer-in .26s cubic-bezier(.16,1,.3,1) both}@keyframes krd-cart-drawer-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}html.krd-native .krd-cart-drawer{animation:krd-cart-drawer-up .26s cubic-bezier(.16,1,.3,1) both}@keyframes krd-menu-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:none}}.krd-menu-in{animation:krd-menu-in .18s cubic-bezier(.16,1,.3,1) both}@keyframes krd-menu-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px) scale(.98)}}.krd-menu-out{animation:krd-menu-out .16s ease both}@keyframes krd-search-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}.krd-search-in{animation:krd-search-in .22s cubic-bezier(.16,1,.3,1) both}@keyframes krd-search-in-rtl{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}html[dir=rtl] .krd-search-in{animation-name:krd-search-in-rtl}html[dir=rtl]:not(.krd-native) .krd-rtl-flip{transform:scaleX(-1)}@keyframes krd-cart-backdrop-out{to{opacity:0}}@keyframes krd-cart-drawer-out{to{transform:translate(100%)}}html:not(.krd-native) .krd-cart-backdrop.krd-out{animation:krd-cart-backdrop-out .22s ease both}html:not(.krd-native) .krd-cart-drawer.krd-out{animation:krd-cart-drawer-out .22s cubic-bezier(.16,1,.3,1) both}@keyframes krd-btt-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes krd-btt-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.6)}}html:not(.krd-native) .krd-pdp-stickybar{transition:transform .3s cubic-bezier(.32,.72,0,1),visibility .3s}@keyframes krd-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes krd-modal-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@keyframes krd-modal-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(8px) scale(.97)}}.krd-modal-backdrop{animation:krd-modal-backdrop-in .2s ease both}.krd-modal-in{animation:krd-modal-in .24s cubic-bezier(.16,1,.3,1) both}.krd-modal-out{animation:krd-modal-out .18s ease both}.krd-glass-card{background-color:#ffffffb8;-webkit-backdrop-filter:saturate(180%) brightness(1.03) blur(30px);backdrop-filter:saturate(180%) brightness(1.03) blur(30px);background-image:linear-gradient(to bottom,#fff6,#fff0 40%)}body[data-theme=dark] .krd-glass-card{background-color:#1c1c1eb8;background-image:linear-gradient(to bottom,#ffffff12,#fff0 40%)}.krd-glass-chip{-webkit-backdrop-filter:saturate(180%) brightness(1.04) blur(20px);backdrop-filter:saturate(180%) brightness(1.04) blur(20px);box-shadow:inset 0 -1px 1px #0000000d,0 4px 12px #00000014,0 1px 3px #0000000d}html.krd-appshell .krd-glass-chip.krd-glass-flat{-webkit-backdrop-filter:none;backdrop-filter:none}body[data-theme=dark] .krd-glass-chip{background-color:#36363a8c!important;box-shadow:inset 0 -1px 1px #0000004d,0 4px 12px #00000061,0 1px 3px #00000047}.krd-cb-root{container:cbeditor / inline-size}.krd-cb-split{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.krd-cb-preview-col{min-width:0}@container cbeditor (min-width: 880px){.krd-cb-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.krd-cb-preview-col{position:sticky;top:12px;max-height:calc(100vh - 24px);overflow-y:auto}}@supports not (container-type: inline-size){@media(min-width:1024px){.krd-cb-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.krd-cb-preview-col{position:sticky;top:12px;max-height:calc(100vh - 24px);overflow-y:auto}}}.krd-float-bubble{box-shadow:inset 0 -1px 2px #0000000d,0 8px 22px #00000029,0 2px 6px #0000001a!important}body[data-theme=dark] .krd-float-bubble{background-color:#2c2c2eb8!important;border-color:transparent!important;box-shadow:inset 0 -1px 2px #0000004d,0 8px 22px #00000073,0 2px 6px #0000004d!important}.krd-float-bubble.is-open{box-shadow:inset 0 -1px 2px #0000000d,0 14px 34px #0003,0 4px 10px #0000001f!important}body[data-theme=dark] .krd-float-bubble.is-open{box-shadow:inset 0 -1px 2px #0000004d,0 14px 34px #0000008c,0 4px 10px #00000057!important}html.krd-native .krd-float-bubble{background-color:#ffffff80!important;-webkit-backdrop-filter:saturate(205%) brightness(1.05) blur(20px)!important;backdrop-filter:saturate(205%) brightness(1.05) blur(20px)!important}html.krd-native body[data-theme=dark] .krd-float-bubble{background-color:#2c2c2e99!important}.krd-back-glass,.krd-clear-bubble{background:#dce2eaab;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:none;box-shadow:14px 14px 36px #94a0b55c}body[data-theme=dark] .krd-back-glass,body[data-theme=dark] .krd-clear-bubble{background:#1b191f80;color:#f5f5f7!important;box-shadow:14px 14px 36px #00000085}html.krd-no-refraction .krd-back-glass,html.krd-no-refraction .krd-clear-bubble{-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px)}.krd-clear-bubble.is-open{box-shadow:18px 18px 44px #94a0b575}body[data-theme=dark] .krd-clear-bubble.is-open{box-shadow:18px 18px 44px #0000009e}html.krd-appshell .krd-glass-chip-clear{background-color:#ffffff29!important;background-image:none!important;border:none!important;-webkit-backdrop-filter:blur(1px) saturate(160%)!important;backdrop-filter:blur(1px) saturate(160%)!important;box-shadow:0 4px 14px #00000029!important}html.krd-appshell body[data-theme=dark] .krd-glass-chip-clear{background-color:#1c1c1e57!important;box-shadow:0 4px 14px #0000006b!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.krd-appshell .krd-glass-chip-clear{background-color:#fff!important}html.krd-appshell body[data-theme=dark] .krd-glass-chip-clear{background-color:#1c1c1e!important}}@media(prefers-reduced-transparency:reduce){html.krd-appshell .krd-glass-chip-clear{background-color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.krd-appshell body[data-theme=dark] .krd-glass-chip-clear{background-color:#1c1c1e!important}}.krd-seller-peek{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 18px 44px -14px #0000004d,0 4px 14px #0000001f}body[data-theme=dark] .krd-seller-peek{background-color:#1c1c1e;border-color:#ffffff1f;box-shadow:0 18px 44px -14px #0009,0 4px 14px #00000059}.krd-seller-peek .krd-peek-chip{background-color:#ffffffdb;color:#1d1d1f}body[data-theme=dark] .krd-seller-peek .krd-peek-chip{background-color:#1c1c1ed1;color:#eaeaea}html.krd-appshell .krd-chat-composer{background:#dce2eaab;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:none;box-shadow:0 -12px 32px #94a0b54d}html.krd-appshell body[data-theme=dark] .krd-chat-composer{background:#1b191f80;box-shadow:0 -12px 32px #00000080}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.krd-appshell .krd-chat-composer{background:#f2f4f7}html.krd-appshell body[data-theme=dark] .krd-chat-composer{background:#1c1c1e}}@media(prefers-reduced-transparency:reduce){html.krd-appshell .krd-chat-composer{background:#f2f4f7;-webkit-backdrop-filter:none;backdrop-filter:none}html.krd-appshell body[data-theme=dark] .krd-chat-composer{background:#1c1c1e}}html.krd-appshell .krd-chat-header{background:#dce2eaab;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:none;box-shadow:0 12px 32px #94a0b54d}html.krd-appshell body[data-theme=dark] .krd-chat-header{background:#1b191f80;box-shadow:0 12px 32px #00000080}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.krd-appshell .krd-chat-header{background:#f2f4f7}html.krd-appshell body[data-theme=dark] .krd-chat-header{background:#1c1c1e}}@media(prefers-reduced-transparency:reduce){html.krd-appshell .krd-chat-header{background:#f2f4f7;-webkit-backdrop-filter:none;backdrop-filter:none}html.krd-appshell body[data-theme=dark] .krd-chat-header{background:#1c1c1e}}.krd-filter-chip{background-color:#f5f5f7;color:#1d1d1f;border:none}.krd-filter-chip.is-on{background-color:#1d1d1f;color:#fff}body[data-theme=dark] .krd-filter-chip{background-color:#2c2c2e!important;color:#e3e3e6!important}body[data-theme=dark] .krd-filter-chip.is-on{background-color:#c7c7cc!important;color:#1d1d1f!important}.krd-pwseg{background-color:#d2d2d7}.krd-pwseg.is-on{background-color:#1d1d1f}body[data-theme=dark] .krd-pwseg{background-color:#3a3a3a!important}body[data-theme=dark] .krd-pwseg.is-on{background-color:#e3e3e6!important}.krd-rail-lens{background-color:#78788029;border:none;box-shadow:none}body[data-theme=dark] .krd-rail-lens{background-color:#ffffff24}html.krd-native body[data-theme=dark] .krd-rail-lens{background-color:#78788042}html.krd-appshell .krd-composer-btn{background:#dce2eaab;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:none;color:#1d1d1f;box-shadow:6px 6px 16px #94a0b54d}html.krd-appshell body[data-theme=dark] .krd-composer-btn{background:#1b191f80;color:#f5f5f7;box-shadow:6px 6px 16px #00000073}html.krd-appshell .krd-composer-btn:disabled{opacity:.45}html.krd-appshell .krd-composer-send{box-shadow:6px 6px 16px #94a0b54d}html.krd-appshell body[data-theme=dark] .krd-composer-send{box-shadow:6px 6px 16px #00000073}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.krd-appshell .krd-composer-btn{background:#f2f4f7}html.krd-appshell body[data-theme=dark] .krd-composer-btn{background:#2c2c2e}}@media(prefers-reduced-transparency:reduce){html.krd-appshell .krd-composer-btn{background:#f2f4f7;-webkit-backdrop-filter:none;backdrop-filter:none}html.krd-appshell body[data-theme=dark] .krd-composer-btn{background:#2c2c2e}}.krd-tabbar-lens{background-color:#78788029}html.krd-appshell .krd-tabbar-lens{background-color:#78788029;background-image:none;border:none;box-shadow:inset 0 .5px #ffffff80;transition:filter .18s ease}html.krd-appshell .krd-tabbar-lens.is-pressed{filter:brightness(1.22) saturate(1.1)}html.krd-appshell .krd-tab-item .krd-tab-ico{transition:transform .24s cubic-bezier(.34,1.5,.5,1)}html.krd-appshell .krd-tab-item.is-down .krd-tab-ico{transform:scale(.86)}html.krd-appshell .krd-tabbar .krd-tab-item{transition:color .3s ease .08s,opacity .25s ease,flex-basis .4s cubic-bezier(.32,.72,0,1)!important}html.krd-appshell .krd-tabbar.krd-bar-min .krd-tab-item:not([aria-current=page]){flex:0 1 0px!important;opacity:0!important;min-width:0!important;overflow:hidden!important;pointer-events:none!important}html.krd-appshell .krd-tabbar.krd-bar-min .krd-tab-item>span:last-of-type{height:0;font-size:0!important;line-height:0;opacity:0}html.krd-appshell .krd-tabbar.krd-bar-min .krd-tabbar-lens{visibility:hidden}html.krd-native body[data-theme=dark] .krd-tabbar-lens{background-color:#78788042;background-image:none;border-color:transparent;box-shadow:inset 0 .5px #ffffff24}.krd-tabbar-badge{background-color:#1d1d1f;color:#fff;border:2px solid rgba(255,255,255,.92)}body[data-theme=dark] .krd-tabbar{background-color:#1c1c1ed1!important;border-color:#ffffff1a!important}body[data-theme=dark] .krd-tabbar-lens{background-color:#ffffff24}body[data-theme=dark] .krd-tabbar-badge{background-color:#eaeaea;color:#141414;border-color:#1e1e20cc}body[data-theme=dark] .krd-tabbar [aria-current=page]{color:#0a84ff!important}@keyframes krd-tab-bounce{0%{transform:scale(1)}35%{transform:scale(1.22)}70%{transform:scale(.93)}to{transform:scale(1)}}.krd-tab-bounce{animation:krd-tab-bounce .36s cubic-bezier(.34,1.56,.64,1) both}.krd-tab-item{transition:transform .12s cubic-bezier(.4,0,.2,1)}.krd-tab-item:active{transform:scale(.93)}@media(prefers-reduced-motion:reduce){.krd-tab-bounce{animation:none}.krd-tab-item:active{transform:none}}html.krd-native .krd-railtip{background-color:#1d1d1f;color:#fff;font-size:12px;font-weight:600;letter-spacing:-.01em;padding:6px 11px;border-radius:999px;white-space:nowrap;pointer-events:none;z-index:1;box-shadow:0 6px 16px #0000002e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}html.krd-native body[data-theme=dark] .krd-railtip{background-color:#eaeaea;color:#141414}html.krd-native .krd-rail-divider{background-color:#3c3c434a}html.krd-native body[data-theme=dark] .krd-rail-divider{background-color:#54545899}html.krd-native .krd-railpop{animation:krdRailPopIn .2s cubic-bezier(.32,.72,0,1)}@keyframes krdRailPopIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){html.krd-native .krd-railpop{animation:none}}body[data-theme=dark] .krd-hero-caption{background-color:#141416b8!important;border-top-color:transparent!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.krd-tabbar,.krd-navbar,.krd-glass-pop,.krd-glass-sheet,.krd-cart-drawer,.krd-acct-sheet,.krd-msg-sheet,.krd-glass-chip,.krd-glass-card,.krd-float-bubble,.krd-sheet,html:not(.krd-native) .krd-tabbar-float,.krd-hero-caption{background-color:#fff!important}.krd-cta-glass{background-color:#2a2a2c!important}body[data-theme=dark] .krd-tabbar,body[data-theme=dark] .krd-navbar,body[data-theme=dark] .krd-glass-pop,body[data-theme=dark] .krd-glass-sheet,body[data-theme=dark] .krd-cart-drawer,body[data-theme=dark] .krd-acct-sheet,body[data-theme=dark] .krd-msg-sheet,body[data-theme=dark] .krd-glass-chip,body[data-theme=dark] .krd-glass-card,body[data-theme=dark] .krd-float-bubble,body[data-theme=dark] .krd-sheet,html:not(.krd-native) body[data-theme=dark] .krd-tabbar-float,body[data-theme=dark] .krd-hero-caption{background-color:#1c1c1e!important}}@media(prefers-reduced-transparency:reduce){.krd-tabbar,.krd-navbar,.krd-glass-pop,.krd-glass-sheet,.krd-cart-drawer,.krd-acct-sheet,.krd-msg-sheet,.krd-glass-chip,.krd-glass-card,.krd-float-bubble,.krd-sheet,html:not(.krd-native) .krd-tabbar-float,.krd-hero-caption{background-color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.krd-cta-glass{background-color:#2a2a2c!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-theme=dark] .krd-tabbar,body[data-theme=dark] .krd-navbar,body[data-theme=dark] .krd-glass-pop,body[data-theme=dark] .krd-glass-sheet,body[data-theme=dark] .krd-cart-drawer,body[data-theme=dark] .krd-acct-sheet,body[data-theme=dark] .krd-msg-sheet,body[data-theme=dark] .krd-glass-chip,body[data-theme=dark] .krd-glass-card,body[data-theme=dark] .krd-float-bubble,body[data-theme=dark] .krd-sheet,html:not(.krd-native) body[data-theme=dark] .krd-tabbar-float,body[data-theme=dark] .krd-hero-caption{background-color:#1c1c1e!important}}body[data-theme=dark] .krd-fp-stickybar{background-color:#141416d1!important;border-top-color:transparent!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.krd-fp-stickybar{background-color:#fff!important}body[data-theme=dark] .krd-fp-stickybar{background-color:#1c1c1e!important}}@media(prefers-reduced-transparency:reduce){.krd-fp-stickybar{background-color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-theme=dark] .krd-fp-stickybar{background-color:#1c1c1e!important}}body[data-theme=dark] .krd-acct-sheet{background-color:#1e1e20d9!important;border-color:#373737!important}body[data-theme=dark] .krd-acct-row{background-color:transparent!important;border-top-color:#373737!important}@keyframes krd-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.krd-msg-sheet{animation:krd-sheet-up .24s cubic-bezier(.16,1,.3,1) both}body[data-theme=dark] .krd-msg-sheet{background-color:#1e1e20d9!important;border-color:#373737!important}.krd-sheet{animation:krd-sheet-up .42s cubic-bezier(.32,.72,0,1) both}html.krd-native .krd-sheet{background-color:#ffffffd1;-webkit-backdrop-filter:saturate(180%) brightness(1.05) blur(30px);backdrop-filter:saturate(180%) brightness(1.05) blur(30px);box-shadow:0 -8px 40px #0000002e}.krd-sheet-backdrop{animation:krd-cart-backdrop-in .3s ease both}html.krd-native body[data-theme=dark] .krd-sheet{background-color:#1e1e20d1!important;box-shadow:0 -8px 40px #00000080}.krd-qv-pill{opacity:0;pointer-events:none}.krd-qv-card:hover .krd-qv-pill,.krd-qv-card:focus-within .krd-qv-pill{opacity:1;pointer-events:auto}@media(hover:none){.krd-qv-pill{opacity:1!important;pointer-events:auto!important}}@media(prefers-reduced-motion:reduce){button,[role=button],.krd-dot,.krd-page-transition,.krd-stagger-list>*,.krd-pop,.krd-heart-thump,.krd-link-underline:after,.krd-press,.krd-lift,.krd-badge-pulse,.krd-cart-backdrop,.krd-cart-drawer,.krd-menu-in,.krd-menu-out,.krd-search-in,.krd-btt,.krd-pdp-stickybar,.krd-modal-backdrop,.krd-modal-in,.krd-modal-out,.krd-qv-pill,.krd-msg-sheet,.krd-sheet,.krd-sheet-backdrop,.krd-tabbar-lens,.krd-order-wave,.krd-order-dot,.krd-acct-panel,.krd-acct-backdrop,.krd-support-panel-native,.krd-disclose,.krd-switch>span,.krd-media-zoom img{animation:none!important;transition:none!important}button:not(:disabled):hover,button:not(:disabled):active,[role=button]:not([aria-disabled=true]):hover,[role=button]:not([aria-disabled=true]):active,.krd-media-zoom:hover img,.krd-lift:hover,.krd-press:active{transform:none!important}}.krd-hscroll{scrollbar-width:none;-ms-overflow-style:none}.krd-hscroll::-webkit-scrollbar{display:none}@keyframes krdPlaceRing{0%{transform:scale(.6);opacity:.5}to{transform:scale(2.1);opacity:0}}.krd-place-ring{position:absolute;width:66px;height:66px;border-radius:50%;background-color:#3a3a3c29;animation:krdPlaceRing 1.6s ease-out infinite}@keyframes krdPlacePop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.12);opacity:1}to{transform:scale(1);opacity:1}}.krd-place-pop{animation:krdPlacePop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes krdStepFade{0%{transform:translateY(4px);opacity:0}to{transform:translateY(0);opacity:1}}.krd-step-fade{animation:krdStepFade .4s ease both}@media(prefers-reduced-motion:reduce){.krd-place-ring{animation:none;opacity:0}.krd-place-pop,.krd-step-fade{animation:none}}.krd-thin-scroll,html:not(.krd-native) .krd-glass-pop{overscroll-behavior:contain}.krd-thin-scroll{scrollbar-width:thin;scrollbar-color:#D2D2D7 transparent}.krd-thin-scroll::-webkit-scrollbar{width:8px;height:8px}.krd-thin-scroll::-webkit-scrollbar-track{background:transparent}.krd-thin-scroll::-webkit-scrollbar-thumb{background-color:#d2d2d7;border-radius:999px;border:2px solid transparent;background-clip:content-box}.krd-thin-scroll::-webkit-scrollbar-thumb:hover{background-color:#b8b8be}body[data-theme=dark] .krd-thin-scroll{scrollbar-color:#373737 transparent}body[data-theme=dark] .krd-thin-scroll::-webkit-scrollbar-thumb{background-color:#373737}body[data-theme=dark] .krd-thin-scroll::-webkit-scrollbar-thumb:hover{background-color:#4a4a4a}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#fff;color:#1d1d1f;color-scheme:light;padding-bottom:calc(var(--krd-tabbar-h, 0px) + var(--krd-bagbar-h, 0px) + var(--krd-pdbar-h, 0px))}@keyframes krd-bag-pop{0%{transform:scale(1)}34%{transform:scale(1.38)}to{transform:scale(1)}}.krd-bag-pop{animation:krd-bag-pop .42s cubic-bezier(.34,1.56,.64,1)}*,*:before,*:after{box-sizing:border-box}.krd-hero-copy{text-align:start}.krd-hero-trust{justify-content:flex-start}@media(max-width:768px){.krd-hero-copy{text-align:center}.krd-hero-trust{justify-content:center}}html:not(.krd-native) .krd-hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)}@media(max-width:860px){html:not(.krd-native) .krd-hero-grid{grid-template-columns:1fr}}html:not(.krd-native) .krd-hero-headgroup{width:-moz-fit-content;width:fit-content;max-width:100%}@media(max-width:768px){html:not(.krd-native) .krd-hero-headgroup{width:auto}}.krd-cta-glass{position:relative;overflow:hidden;color:#fff;background-color:#222226db;-webkit-backdrop-filter:blur(16px) saturate(170%);backdrop-filter:blur(16px) saturate(170%);box-shadow:inset 0 -12px 20px -12px #0000008c,0 1px 2px #0000002e,0 18px 36px -14px #00000073}body[data-theme=dark] .krd-cta-glass{background-color:#5e5e66ad}html.krd-appshell:not(.krd-no-refraction) .krd-cta-glass{background-color:#ffffff14;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}html.krd-appshell:not(.krd-no-refraction) body[data-theme=dark] .krd-cta-glass{background-color:#ffffff0a}html.krd-appshell:not(.krd-no-refraction) .krd-cta-glass .krd-glass-blob{display:none}html.krd-appshell .krd-cta-glass.is-inert,html.krd-appshell body[data-theme=dark] .krd-cta-glass.is-inert{background-color:#222226db}html:not(.krd-native) .krd-cta-glass .krd-glass-blob{position:absolute;top:50%;left:0;width:76px;height:76px;margin-top:-38px;border-radius:50%;pointer-events:none;z-index:0;filter:blur(11px)}html:not(.krd-native) .krd-cta-glass .krd-glass-blob.a{background-image:radial-gradient(circle,#ffffff42,#fff0 70%);animation:krd-glass-a 12s ease-in-out infinite}html:not(.krd-native) .krd-cta-glass .krd-glass-blob.b{background-image:radial-gradient(circle,#ffffff29,#fff0 70%);animation:krd-glass-b 9s ease-in-out infinite}@keyframes krd-glass-a{0%{transform:translate(-30px,4px) scale(1)}50%{transform:translate(125px,-6px) scale(1.35)}to{transform:translate(-30px,4px) scale(1)}}@keyframes krd-glass-b{0%{transform:translate(155px,-4px) scale(1.15)}50%{transform:translate(8px,8px) scale(.85)}to{transform:translate(155px,-4px) scale(1.15)}}@media(prefers-reduced-motion:reduce){.krd-cta-glass .krd-glass-blob{animation:none}}html:not(.krd-native) .krd-hero-shimmer,html:not(.krd-native) .krd-brand-shimmer{background-image:linear-gradient(115deg,transparent 36%,rgba(255,255,255,.28) 44%,rgba(255,255,255,.97) 49%,rgba(255,255,255,.28) 54%,transparent 60%,rgba(255,255,255,.16) 69%,transparent 77%),linear-gradient(currentColor,currentColor);background-size:240% 100%,100% 100%;background-position:175% 0,0 0;background-repeat:no-repeat,no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:krd-hero-shine 4.6s cubic-bezier(.5,0,.5,1) .35s infinite}@keyframes krd-hero-shine{0%{background-position:175% 0,0 0}to{background-position:-100% 0,0 0}}html[dir=rtl]:not(.krd-native) .krd-hero-shimmer,html[dir=rtl]:not(.krd-native) .krd-brand-shimmer{background-image:linear-gradient(245deg,transparent 36%,rgba(255,255,255,.28) 44%,rgba(255,255,255,.97) 49%,rgba(255,255,255,.28) 54%,transparent 60%,rgba(255,255,255,.16) 69%,transparent 77%),linear-gradient(currentColor,currentColor);animation-direction:reverse}html:not(.krd-native) .krd-hero-trust-stagger>span{opacity:.78;animation:krd-hero-trust-in .6s cubic-bezier(.32,.72,0,1) backwards,krd-trust-brighten 4.6s ease-in-out infinite}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(1){animation-delay:.45s,2s}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(2){animation-delay:.56s,2.18s}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(3){animation-delay:.67s,2.36s}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(4){animation-delay:.78s,2.54s}@keyframes krd-hero-trust-in{0%{opacity:0;transform:translate(-10px)}to{opacity:.78;transform:translate(0)}}@keyframes krd-trust-brighten{0%,10%,to{opacity:.78}5%{opacity:1}}html:not(.krd-native) .krd-hero-trust-stagger>span>svg{transform-origin:center;animation:krd-trust-wave 4.6s ease-in-out infinite}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(1)>svg{animation-delay:2s}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(2)>svg{animation-delay:2.18s}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(3)>svg{animation-delay:2.36s}html:not(.krd-native) .krd-hero-trust-stagger>span:nth-child(4)>svg{animation-delay:2.54s}@keyframes krd-trust-wave{0%,10%,to{transform:translateY(0) scale(1);filter:drop-shadow(0 0 0 rgba(0,0,0,0))}5%{transform:translateY(-2px) scale(1.28);filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}}@media(prefers-reduced-motion:reduce){html:not(.krd-native) .krd-hero-shimmer,html:not(.krd-native) .krd-brand-shimmer{background-image:none;-webkit-text-fill-color:currentColor;animation:none}html:not(.krd-native) .krd-hero-trust-stagger>span{opacity:1;animation:none;transform:none}html:not(.krd-native) .krd-hero-trust-stagger>span>svg{animation:none;transform:none;filter:none}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus-visible{outline:2px solid #1D1D1F;outline-offset:2px}:focus:not(:focus-visible){outline:none}body[data-theme=dark] :focus-visible{outline-color:#f5f5f7}.rich-note-display ul,.rich-note-display ol{margin:0 0 0 22px;padding:0}.rich-note-display li{margin:2px 0}.rich-note-display p{margin:0 0 6px}.rich-note-display p:last-child{margin-bottom:0}.rich-note-display b,.rich-note-display strong{font-weight:600}.rich-note-display i,.rich-note-display em{font-style:italic}.rich-note-display u{text-decoration:underline}@media(max-width:640px){[data-stack-mobile]{grid-template-columns:minmax(0,1fr)!important;flex-direction:column!important}[data-stack-mobile]>*{min-width:0}.krd-cart-line{flex-wrap:wrap;gap:14px!important}.krd-cart-line-ctl{display:flex!important;width:100%;align-items:center;justify-content:space-between}.krd-grid-2col-mobile{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.krd-qv-card .krd-pbadge{font-size:8.5px!important;padding:1px 6px!important;letter-spacing:.3px!important}.krd-qv-card .krd-photo-pill{font-size:9.5px!important;padding:3px 8px!important}.krd-qv-card .krd-qv-pill{padding:5px 11px!important;font-size:10.5px!important}.krd-qv-modal{flex-direction:column!important;max-height:92vh!important}.krd-qv-image{width:100%!important;height:200px!important}.krd-profile-tabs{flex-wrap:wrap!important;overflow-x:visible;border-radius:18px!important;row-gap:4px}.krd-profile-tabs>button{flex:0 0 auto!important;white-space:nowrap}.krd-filter-pill{padding:4px 11px!important;font-size:11.5px!important}.krd-card-pricerow{flex-wrap:wrap!important;row-gap:10px!important}.krd-card-pricerow>div{flex:1 1 100%!important}.krd-pd-filmstrip{flex-direction:column-reverse!important}.krd-pd-filmstrip>.krd-thin-scroll{flex-direction:row!important;max-height:none!important;overflow-y:hidden!important;overflow-x:auto;width:100%;padding-right:0!important;padding-bottom:2px}[data-no-sticky-mobile]{position:static!important;top:auto!important}[data-mobile-pad]{padding-left:20px!important;padding-right:20px!important}}@media(max-width:880px){[data-dashboard-sidebar]{width:100%!important;flex:1 1 100%!important;position:static!important;top:auto!important}[data-mobile-only-tabs]{display:flex!important}[data-dashboard-sidebar] nav{display:none!important}[data-admin-shell]{flex-direction:column!important}[data-admin-sidebar]{width:100%!important;position:static!important;top:auto!important}}html.krd-native [data-mobile-only-tabs]{display:none!important}img{max-width:100%}.krd-img-fade{opacity:0;transition:opacity .3s ease}.krd-img-fade.is-loaded{opacity:1}@media(prefers-reduced-motion:reduce){.krd-img-fade{opacity:1!important;transition:none!important}}::selection{background-color:#1d1d1fe6;color:#fff}body[data-theme=dark] ::selection{background-color:#eaeaeaeb;color:#141414}.krd-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background-color:#86868b;animation:krd-dot-pulse 1.1s ease-in-out infinite}@keyframes krd-dot-pulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}body[data-theme=dark]{background:#141414;color:#d4d4d4;color-scheme:dark}body[data-theme=dark] [style*=box-shadow]{box-shadow:0 1px 3px #00000047!important}body[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],body[data-theme=dark] [style*="background: rgb(255, 255, 255)"],body[data-theme=dark] [style*="background-color: #FFFFFF"],body[data-theme=dark] [style*="background-color:#FFFFFF"],body[data-theme=dark] [style*="background-color: #ffffff"],body[data-theme=dark] [style*="background-color: white"],body[data-theme=dark] [style*="background:#FFFFFF"],body[data-theme=dark] [style*="background: #FFFFFF"],body[data-theme=dark] [style*="background: white"]{background-color:#191919!important}body[data-theme=dark] [style*="background-color: rgb(245, 245, 247)"],body[data-theme=dark] [style*="background: rgb(245, 245, 247)"],body[data-theme=dark] [style*="background-color: #F5F5F7"],body[data-theme=dark] [style*="background-color:#F5F5F7"],body[data-theme=dark] [style*="background-color: #f5f5f7"],body[data-theme=dark] [style*="background:#F5F5F7"],body[data-theme=dark] [style*="background: #F5F5F7"]{background-color:#232323!important}body[data-theme=dark] [style*="background-color: rgb(29, 29, 31)"],body[data-theme=dark] [style*="background: rgb(29, 29, 31)"],body[data-theme=dark] [style*="background-color: #1D1D1F"],body[data-theme=dark] [style*="background-color:#1D1D1F"],body[data-theme=dark] [style*="background-color: #1d1d1f"],body[data-theme=dark] [style*="background:#1D1D1F"],body[data-theme=dark] [style*="background: #1D1D1F"]{background-color:#3a3a3a!important}body[data-theme=dark] [style*="background-color: rgb(0, 0, 0)"],body[data-theme=dark] [style*="background: rgb(0, 0, 0)"],body[data-theme=dark] [style*="background-color: #000000"],body[data-theme=dark] [style*="background-color:#000000"],body[data-theme=dark] [style*="background-color: black"]{background-color:#474747!important}body[data-theme=dark] [style*="background-color: rgb(210, 210, 215)"],body[data-theme=dark] [style*="background-color: #D2D2D7"],body[data-theme=dark] [style*="background-color:#D2D2D7"]{background-color:#373737!important}body[data-theme=dark] [style*="color: rgb(29, 29, 31)"],body[data-theme=dark] [style*="color: #1D1D1F"],body[data-theme=dark] [style*="color:#1D1D1F"],body[data-theme=dark] [style*="color: #1d1d1f"]{color:#d4d4d4!important}body[data-theme=dark] [style*="color: rgb(255, 255, 255)"],body[data-theme=dark] [style*="color: white"],body[data-theme=dark] [style*="color: #FFFFFF"],body[data-theme=dark] [style*="color:#FFFFFF"],body[data-theme=dark] [style*="color: #ffffff"]{color:#eaeaea!important}body[data-theme=dark] [style*="color: rgb(134, 134, 139)"],body[data-theme=dark] [style*="color: #86868B"],body[data-theme=dark] [style*="color:#86868B"],body[data-theme=dark] [style*="color: #86868b"]{color:#8c8c8c!important}body[data-theme=dark] [style*="color: rgb(110, 110, 115)"],body[data-theme=dark] [style*="color: #6E6E73"],body[data-theme=dark] [style*="color:#6E6E73"],body[data-theme=dark] [style*="color: #6e6e73"]{color:#a1a1a6!important}body[data-theme=dark] [style*="color: rgb(66, 66, 69)"],body[data-theme=dark] [style*="color: #424245"],body[data-theme=dark] [style*="color:#424245"]{color:#c7c7cc!important}body[data-theme=dark] [style*="rgb(210, 210, 215)"],body[data-theme=dark] [style*="#D2D2D7"],body[data-theme=dark] [style*="#d2d2d7"]{border-color:#373737!important}body[data-theme=dark] [style*="border-top: 1px solid rgb(245, 245, 247)"],body[data-theme=dark] [style*="border-bottom: 1px solid rgb(245, 245, 247)"],body[data-theme=dark] [style*="border: 1px solid rgb(245, 245, 247)"],body[data-theme=dark] [style*="border-top: 1px solid #F5F5F7"],body[data-theme=dark] [style*="border-bottom: 1px solid #F5F5F7"],body[data-theme=dark] [style*="border: 1px solid #F5F5F7"]{border-color:#2c2c2c!important}body[data-theme=dark] [style*="border: 1px solid rgba(0, 0, 0, 0.08)"],body[data-theme=dark] [style*="border: 1px solid rgba(0,0,0,0.08)"]{border-color:#373737!important}body[data-theme=dark] [style*="color: rgb(153, 27, 27)"],body[data-theme=dark] [style*="color: #991B1B"],body[data-theme=dark] [style*="color:#991B1B"]{color:#ff6b6b!important}body[data-theme=dark] .krd-navbar{background-color:#121214b3!important;border-bottom-color:#373737!important}.krd-glass-pop{box-shadow:0 12px 40px #0000001f}body[data-theme=dark] .krd-glass-pop{background-color:#1e1e20d1!important;border-color:#373737!important;box-shadow:0 12px 40px #00000080}body[data-theme=dark] .krd-glass-sheet{background-color:#141416d9!important;border-color:#373737!important}body[data-theme=dark] .krd-cart-drawer{background-color:#161618d9!important}body[data-theme=dark] [style*="rgba(255, 255, 255, 0.88)"],body[data-theme=dark] [style*="rgba(255,255,255,0.88)"]{background-color:#141416d9!important}body[data-theme=dark] [style*="background-color: rgb(251, 250, 247)"],body[data-theme=dark] [style*="background: rgb(251, 250, 247)"]{background-color:#202022!important}body[data-theme=dark] [style*="rgb(232, 232, 237)"],body[data-theme=dark] [style*="rgb(240, 240, 242)"]{border-color:#373737!important}body[data-theme=dark] [style*="rgba(255, 255, 255, 0.9)"],body[data-theme=dark] [style*="rgba(255,255,255,0.9)"]{background-color:#1c1c1ef2!important;color:#d4d4d4!important}body[data-theme=dark] [style*="rgba(255, 255, 255, 0.93)"],body[data-theme=dark] [style*="rgba(255,255,255,0.93)"]{background-color:#1e1e21eb!important}body[data-theme=dark] [style*="rgba(255, 255, 255, 0.95)"],body[data-theme=dark] [style*="rgba(255,255,255,0.95)"]{background-color:#2a2a2df2!important}body[data-theme=dark] [style*="rgba(245, 245, 247, 0.55)"],body[data-theme=dark] [style*="rgba(245,245,247,0.55)"]{background-color:#0f0f108c!important}body[data-theme=dark] [style*="background-color: rgba(255, 255, 255, 0.5)"],body[data-theme=dark] [style*="background-color: rgba(255,255,255,0.5)"],body[data-theme=dark] [style*="background-color: rgba(255, 255, 255, 0.55)"],body[data-theme=dark] [style*="background-color: rgba(255,255,255,0.55)"]{background-color:#1c1c1eb8!important}body[data-theme=dark] [style*="rgba(255, 255, 255, 0.12)"],body[data-theme=dark] [style*="rgba(255,255,255,0.12)"]{background-color:#ffffff14!important}body[data-theme=dark] input,body[data-theme=dark] textarea{color:#d4d4d4;caret-color:#d4d4d4}body[data-theme=dark] input::placeholder,body[data-theme=dark] textarea::placeholder{color:#6e6e73!important}body[data-theme=dark] select,body[data-theme=dark] option{background-color:#232323;color:#d4d4d4}body[data-theme=dark] input:-webkit-autofill,body[data-theme=dark] input:-webkit-autofill:hover,body[data-theme=dark] input:-webkit-autofill:focus,body[data-theme=dark] textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #232323;-webkit-text-fill-color:#D4D4D4;caret-color:#d4d4d4}body[data-theme=dark] .krd-dot{background-color:#8c8c8c}body[data-theme=dark] [style*="box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15)"],body[data-theme=dark] [style*="box-shadow: 0 20px 60px rgba(0,0,0,0.15)"]{box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0a!important}body[data-theme=dark] [style*="box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12)"],body[data-theme=dark] [style*="box-shadow: 0 12px 40px rgba(0,0,0,0.12)"]{box-shadow:0 12px 40px #0000008c,0 0 0 1px #ffffff0a!important}body[data-theme=dark]{scrollbar-color:#373737 #141414}body[data-theme=dark] [style*="background-color: rgb(255, 247, 237)"],body[data-theme=dark] [style*="background: rgb(255, 247, 237)"],body[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"],body[data-theme=dark] [style*="background: rgb(255, 251, 235)"],body[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"],body[data-theme=dark] [style*="background: rgb(254, 243, 199)"]{background-color:#f59e0b21!important}body[data-theme=dark] [style*="color: rgb(154, 52, 18)"],body[data-theme=dark] [style*="color: rgb(146, 64, 14)"],body[data-theme=dark] [style*="color: rgb(180, 83, 9)"],body[data-theme=dark] [style*="color: rgb(217, 119, 6)"],body[data-theme=dark] [style*="color: rgb(249, 115, 22)"],body[data-theme=dark] [style*="color: rgb(194, 65, 12)"],body[data-theme=dark] [style*="color: rgb(183, 121, 31)"],body[data-theme=dark] [style*="color: rgb(245, 158, 11)"]{color:#fbbf24!important}body[data-theme=dark] [style*="rgb(254, 215, 170)"],body[data-theme=dark] [style*="rgb(253, 230, 138)"],body[data-theme=dark] [style*="rgb(252, 211, 77)"]{border-color:#f59e0b52!important}body[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],body[data-theme=dark] [style*="background: rgb(240, 253, 244)"]{background-color:#4ade8021!important}body[data-theme=dark] [style*="color: rgb(21, 128, 61)"],body[data-theme=dark] [style*="color: rgb(22, 101, 52)"],body[data-theme=dark] [style*="color: rgb(22, 163, 74)"]{color:#4ade80!important}body[data-theme=dark] [style*="rgb(187, 247, 208)"]{border-color:#4ade804d!important}body[data-theme=dark] [style*="background-color: rgb(255, 241, 242)"],body[data-theme=dark] [style*="background: rgb(255, 241, 242)"],body[data-theme=dark] [style*="background-color: rgb(255, 240, 240)"],body[data-theme=dark] [style*="background: rgb(255, 240, 240)"],body[data-theme=dark] [style*="background-color: rgb(254, 226, 226)"],body[data-theme=dark] [style*="background: rgb(254, 226, 226)"],body[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],body[data-theme=dark] [style*="background: rgb(254, 242, 242)"]{background-color:#ff6b6b21!important}body[data-theme=dark] [style*="color: rgb(225, 29, 72)"],body[data-theme=dark] [style*="color: rgb(159, 18, 57)"],body[data-theme=dark] [style*="color: rgb(220, 38, 38)"]{color:#ff6b6b!important}body[data-theme=dark] [style*="rgb(254, 202, 202)"]{border-color:#ff6b6b4d!important}body[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],body[data-theme=dark] [style*="background: rgb(239, 246, 255)"],body[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"],body[data-theme=dark] [style*="background: rgb(219, 234, 254)"]{background-color:#60a5fa21!important}body[data-theme=dark] [style*="color: rgb(30, 64, 175)"],body[data-theme=dark] [style*="color: rgb(37, 99, 235)"],body[data-theme=dark] [style*="color: rgb(59, 130, 246)"],body[data-theme=dark] [style*="color: rgb(30, 58, 138)"]{color:#60a5fa!important}body[data-theme=dark] [style*="rgb(191, 219, 254)"]{border-color:#60a5fa4d!important}body[data-theme=dark] [style*="background-color: rgb(237, 233, 254)"],body[data-theme=dark] [style*="background: rgb(237, 233, 254)"]{background-color:#a78bfa24!important}body[data-theme=dark] [style*="color: rgb(91, 33, 182)"],body[data-theme=dark] [style*="color: rgb(124, 58, 237)"]{color:#a78bfa!important}body[data-theme=dark] [style*="background-color: rgb(153, 27, 27)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background: rgb(153, 27, 27)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background-color: rgb(22, 163, 74)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background: rgb(22, 163, 74)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background-color: rgb(21, 128, 61)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background: rgb(21, 128, 61)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background-color: rgb(37, 99, 235)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background: rgb(37, 99, 235)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background-color: rgb(245, 158, 11)"][style*="rgb(255, 255, 255)"],body[data-theme=dark] [style*="background: rgb(245, 158, 11)"][style*="rgb(255, 255, 255)"]{color:#eaeaea!important}body[data-theme=dark] [style*="background-color: rgb(255, 245, 245)"],body[data-theme=dark] [style*="background: rgb(255, 245, 245)"]{background-color:#ff6b6b21!important}body[data-theme=dark] [style*="rgb(254, 205, 211)"]{border-color:#ff6b6b4d!important}body[data-theme=dark] [style*="background-color: rgb(220, 252, 231)"],body[data-theme=dark] [style*="background: rgb(220, 252, 231)"]{background-color:#4ade8026!important}body[data-theme=dark] [style*="rgb(229, 229, 234)"],body[data-theme=dark] [style*="rgb(240, 240, 240)"]{border-color:#373737!important}body[data-theme=dark] [style*="background-color: rgb(229, 229, 234)"],body[data-theme=dark] [style*="background: rgb(229, 229, 234)"]{background-color:#2c2c2c!important}body[data-theme=dark] [style*="background-color: rgb(250, 250, 250)"],body[data-theme=dark] [style*="background: rgb(250, 250, 250)"],body[data-theme=dark] [style*="background-color: rgb(237, 237, 237)"],body[data-theme=dark] [style*="background: rgb(237, 237, 237)"]{background-color:#232323!important}body[data-theme=dark] [style*="background-color: rgb(240, 240, 240)"],body[data-theme=dark] [style*="background: rgb(240, 240, 240)"]{background-color:#373737!important}html:not(.krd-native) .krd-dash-glass :not(button):not(a)[style*=box-shadow]{box-shadow:inset 0 1px #ffffffb3,0 8px 28px #484a6612!important}html:not(.krd-native) .krd-dash-glass :not(button):not(a)[style*="background-color: rgb(255, 255, 255)"],html:not(.krd-native) .krd-dash-glass :not(button):not(a)[style*="background: rgb(255, 255, 255)"],html:not(.krd-native) .krd-dash-glass :not(button):not(a)[style*="background-color: #FFFFFF"],html:not(.krd-native) .krd-dash-glass :not(button):not(a)[style*="background-color: white"],html:not(.krd-native) .krd-dash-glass :not(button):not(a)[style*="background: white"]{background-color:#ffffff9e!important;backdrop-filter:blur(13px) saturate(115%)!important;-webkit-backdrop-filter:blur(13px) saturate(115%)!important;box-shadow:inset 0 1px #ffffffc7,0 8px 28px #484a6614!important}html:not(.krd-native) .krd-dash-glass :is(button,a)[style*="background-color: rgb(255, 255, 255)"],html:not(.krd-native) .krd-dash-glass :is(button,a)[style*="background: rgb(255, 255, 255)"],html:not(.krd-native) .krd-dash-glass :is(button,a)[style*="background-color: #FFFFFF"],html:not(.krd-native) .krd-dash-glass :is(button,a)[style*="background-color: white"],html:not(.krd-native) .krd-dash-glass :is(button,a)[style*="background: white"]{background-color:#fff!important}html:not(.krd-native) .krd-dash-glass [style*="background-color: rgb(245, 245, 247)"],html:not(.krd-native) .krd-dash-glass [style*="background: rgb(245, 245, 247)"],html:not(.krd-native) .krd-dash-glass [style*="background-color: #F5F5F7"]{background-color:#767e9617!important}html:not(.krd-native) .krd-dash-glass [style*="rgb(210, 210, 215)"],html:not(.krd-native) .krd-dash-glass [style*="#D2D2D7"],html:not(.krd-native) .krd-dash-glass [style*="rgb(232, 232, 237)"],html:not(.krd-native) .krd-dash-glass [style*="rgb(240, 240, 242)"],html:not(.krd-native) .krd-dash-glass [style*="rgb(229, 229, 234)"]{border-color:#82889e21!important}html:not(.krd-native) .krd-dash-glass [style*="border-top: 1px solid rgb(245, 245, 247)"],html:not(.krd-native) .krd-dash-glass [style*="border-bottom: 1px solid rgb(245, 245, 247)"],html:not(.krd-native) .krd-dash-glass [style*="border: 1px solid rgb(245, 245, 247)"]{border-color:#82889e1a!important}html:not(.krd-native) .krd-dash-glass [style*="color: rgb(29, 29, 31)"],html:not(.krd-native) .krd-dash-glass [style*="color: #1D1D1F"]{color:#1d1d1f!important}html:not(.krd-native) .krd-dash-glass [style*="color: rgb(134, 134, 139)"],html:not(.krd-native) .krd-dash-glass [style*="color: #86868B"]{color:#86868b!important}html:not(.krd-native) .krd-dash-glass [style*="color: rgb(66, 66, 69)"],html:not(.krd-native) .krd-dash-glass [style*="color: #424245"]{color:#424245!important}html:not(.krd-native) .krd-dash-glass [style*="background-color: rgb(29, 29, 31)"],html:not(.krd-native) .krd-dash-glass [style*="background-color: #1D1D1F"]{background-color:#1d1d1f!important}html:not(.krd-native) .krd-dash-glass [style*="background-color: rgb(29, 29, 31)"][style*="color: white"],html:not(.krd-native) .krd-dash-glass [style*="background-color: rgb(29, 29, 31)"][style*="color: rgb(255, 255, 255)"],html:not(.krd-native) .krd-dash-glass [style*="background-color: rgb(29, 29, 31)"][style*="color: #FFFFFF"],html:not(.krd-native) .krd-dash-glass [style*="background-color: rgb(29, 29, 31)"][style*="color: #ffffff"],html:not(.krd-native) .krd-dash-glass [style*="background-color: #1D1D1F"][style*="color: white"],html:not(.krd-native) .krd-dash-glass [style*="background-color: #1D1D1F"][style*="color: rgb(255, 255, 255)"],html:not(.krd-native) .krd-dash-glass [style*="background-color: #1D1D1F"][style*="color: #FFFFFF"],html:not(.krd-native) .krd-dash-glass [style*="background-color: #1D1D1F"][style*="color: #ffffff"]{color:#fff!important}.leaflet-bar{border:none!important;box-shadow:0 4px 16px #0000001f!important;transform:translateZ(0);will-change:transform}.leaflet-bar a,.leaflet-bar a:hover{background-color:#ffffffd1!important;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);color:#1d1d1f!important;border-bottom:1px solid rgba(0,0,0,.06)!important;transform:translateZ(0)}.leaflet-bar a:hover{background-color:#fffffff2!important}html.krd-appshell .leaflet-touch .leaflet-bar a,html.krd-appshell .leaflet-bar a{width:27px;height:27px;line-height:27px;font-size:18px}html.krd-appshell .leaflet-touch .leaflet-bar,html.krd-appshell .leaflet-bar{border-radius:10px}body[data-theme=dark] .leaflet-container{background:#232323!important}body[data-theme=dark] .leaflet-bar a,body[data-theme=dark] .leaflet-bar a:hover{background-color:#1c1c1eb8!important;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);color:#d4d4d4!important;border-bottom-color:#373737!important}body[data-theme=dark] .leaflet-bar a:hover{background-color:#2c2c2ed1!important}body[data-theme=dark] .leaflet-control-attribution{background:#0000006b!important;color:#85858a!important}body[data-theme=dark] .leaflet-control-attribution a{color:#96969b!important;text-decoration:none!important}body[data-theme=dark] .leaflet-tooltip{background-color:#2c2c2c!important;border-color:#2c2c2c!important;color:#ededed!important;box-shadow:0 2px 12px #00000080!important}body[data-theme=dark] .leaflet-tooltip-top:before{border-top-color:#2c2c2c!important}body[data-theme=dark] .leaflet-tooltip-bottom:before{border-bottom-color:#2c2c2c!important}body[data-theme=dark] .leaflet-tooltip-left:before{border-left-color:#2c2c2c!important}body[data-theme=dark] .leaflet-tooltip-right:before{border-right-color:#2c2c2c!important}body[data-theme=dark] .krd-skeleton{background-color:#232323!important}body[data-theme=dark] .krd-glass-over-photo{background-color:#2626288c!important;border-color:transparent!important}body[data-theme=dark] span.krd-pbadge{background-color:#ffffff1a!important}span.krd-photo-pill{background-color:#ffffff8c!important;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border:none}body[data-theme=dark] span.krd-photo-pill{background-color:#0f0f10d1!important;color:#eaeaea!important}body[data-theme=dark] button.krd-navactive{background-color:#2c2c2c!important;color:#ededed!important}@media print{body[data-theme=dark]{background:#fff!important;color:#1d1d1f!important}body[data-theme=dark] *{background-color:transparent!important;color:#1d1d1f!important;border-color:#d2d2d7!important}}html.krd-native *{-webkit-tap-highlight-color:transparent}html.krd-native,html.krd-native body{overscroll-behavior-y:none}html.krd-native a,html.krd-native button,html.krd-native [role=button],html.krd-native img{-webkit-touch-callout:none}html.krd-native a,html.krd-native button,html.krd-native [role=button],html.krd-native nav,html.krd-native img{-webkit-user-select:none;user-select:none}html.krd-native img{-webkit-user-drag:none}html.krd-native input,html.krd-native textarea,html.krd-native [contenteditable]{-webkit-user-select:text;user-select:text}html.krd-appshell .krd-hero-section,html.krd-appshell .krd-app-makers{display:none!important}html.krd-appshell .krd-rail::-webkit-scrollbar{display:none}html.krd-appshell .krd-rail{scrollbar-width:none}@keyframes krd-native-page{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}@keyframes krd-native-page-rtl{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:none}}html.krd-appshell .krd-page-transition{animation:krd-native-page .24s cubic-bezier(.16,1,.3,1)}html.krd-appshell[dir=rtl] .krd-page-transition{animation-name:krd-native-page-rtl}@media(prefers-reduced-motion:reduce){html.krd-appshell .krd-page-transition{animation:none!important}}html.krd-appshell .krd-profile-tabs{flex-wrap:nowrap!important;overflow-x:auto;justify-content:flex-start;border-radius:14px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}html.krd-appshell .krd-profile-tabs::-webkit-scrollbar{display:none}html.krd-appshell .krd-profile-tabs>button{flex:0 0 auto!important}html.krd-appshell .krd-glass-card.krd-rail>button{flex:0 0 auto}html.krd-native body{padding-top:env(safe-area-inset-top,0px)}html.krd-native body:before{content:"";position:fixed;top:0;left:0;right:0;height:env(safe-area-inset-top,0px);background-color:#ffffffb8;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);z-index:999;pointer-events:none}html.krd-native body[data-theme=dark]:before{background-color:#161616b8}@keyframes krd-native-float-in{0%{opacity:0;transform:scale(.7) translateY(-6px)}to{opacity:1;transform:none}}html.krd-appshell .krd-native-float-btn{animation:krd-native-float-in .34s cubic-bezier(.16,1,.3,1) backwards;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}html.krd-appshell .krd-native-float-btn:active{transform:scale(.82)}@media(prefers-reduced-motion:reduce){html.krd-appshell .krd-native-float-btn{animation:none!important;transition:none!important}}.krd-genie-svg{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:902}.krd-genie-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:890;opacity:0;transition:opacity .26s linear;-webkit-tap-highlight-color:transparent}@media(prefers-reduced-motion:reduce){.krd-genie-svg{display:none!important}.krd-genie-scrim{transition:none!important}}html.krd-native button{transition:transform .24s cubic-bezier(.34,1.5,.5,1)}html.krd-native button:not(:disabled):active,html.krd-native [role=button]:not([aria-disabled=true]):active{transform:scale(.9)}html.krd-appshell .krd-tabbar{background-color:#ffffff75!important;background-image:linear-gradient(to bottom,#ffffff6b,#ffffff0a 62%);-webkit-backdrop-filter:saturate(205%) brightness(1.06) blur(24px)!important;backdrop-filter:saturate(205%) brightness(1.06) blur(24px)!important;box-shadow:inset 0 1px .5px #fffffff2,0 10px 30px #00000029,0 2px 8px #00000012;border:1px solid rgba(255,255,255,.55)}html.krd-appshell body[data-theme=dark] .krd-tabbar{background-color:#1c1c1eb3!important;background-image:linear-gradient(to bottom,#ffffff1a,#fff0 62%);box-shadow:inset 0 1px .5px #ffffff38,0 10px 30px #00000080}html.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel){background-color:#fbfbfdb8!important;background-image:none!important;-webkit-backdrop-filter:blur(20px) saturate(1.8)!important;backdrop-filter:blur(20px) saturate(1.8)!important;box-shadow:inset 0 1px .5px #ffffffe6,0 0 0 .5px #0000000a,0 2px 12px #00000014,0 16px 40px -12px #0000002e!important;border:.5px solid rgba(255,255,255,.7)!important}html.krd-liquid-ready.krd-native body[data-theme=dark] .krd-tabbar:not(.krd-acct-panel){background-color:#1e1e20b8!important;box-shadow:inset 0 1px .5px #ffffff29,0 0 0 .5px #0000004d,0 2px 12px #0000004d,0 16px 44px -12px #00000080!important;border-color:#ffffff24!important}html.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent 24%)}html.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel) .krd-tab-item{color:#3c3c43a6!important;text-shadow:none}html.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{color:#007aff!important}html.krd-liquid-ready.krd-native body[data-theme=dark] .krd-tabbar:not(.krd-acct-panel) .krd-tab-item{color:#ebebf59e!important}html.krd-liquid-ready.krd-native body[data-theme=dark] .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{color:#0a84ff!important}html.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{z-index:4!important}html.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel) .krd-tab-item svg{filter:none}html.krd-liquid-ready.krd-native .krd-tabbar-badge{text-shadow:none}html.krd-liquid-ready.krd-native .krd-tabbar-lens{background-color:#78788029!important;background-image:none!important;border:none!important;-webkit-backdrop-filter:url(#krd-liquid-lens) saturate(1.05)!important;backdrop-filter:url(#krd-liquid-lens) saturate(1.05)!important;box-shadow:inset 0 1px .5px #fff9,0 2px 6px #00000014!important}html.krd-liquid-ready.krd-native body[data-theme=dark] .krd-tabbar-lens{background-color:#78788047!important;box-shadow:inset 0 1px .5px #ffffff29,0 2px 6px #0003!important}html.krd-liquid-ready.krd-native .krd-tabbar-lens.is-pressed{background-color:#78788042!important}html.krd-appshell .krd-tabbar{--krd-glow-rgb: 205, 228, 255}html.krd-appshell body[data-theme=dark] .krd-tabbar{--krd-glow-rgb: 168, 201, 255}html.krd-appshell .krd-tabbar .krd-tab-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;border-radius:999px;clip-path:inset(0 round 999px);background:none}html.krd-appshell .krd-tabbar.krd-bar-min .krd-tab-glow{opacity:0}html.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel){background-color:#fbfbfdb8!important;background-image:none!important;-webkit-backdrop-filter:blur(20px) saturate(1.8)!important;backdrop-filter:blur(20px) saturate(1.8)!important;box-shadow:inset 0 1px .5px #ffffffe6,0 0 0 .5px #0000000a,0 2px 12px #00000014,0 16px 40px -12px #0000002e!important;border:.5px solid rgba(255,255,255,.7)!important}html.krd-appshell:not(.krd-native) body[data-theme=dark] .krd-tabbar:not(.krd-acct-panel){background-color:#1e1e20b8!important;box-shadow:inset 0 1px .5px #ffffff29,0 0 0 .5px #0000004d,0 2px 12px #0000004d,0 16px 44px -12px #00000080!important;border-color:#ffffff24!important}html.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent 24%)}html.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel) .krd-tab-item{color:#3c3c43a6!important;text-shadow:none}html.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{color:#007aff!important}html.krd-appshell:not(.krd-native) body[data-theme=dark] .krd-tabbar:not(.krd-acct-panel) .krd-tab-item{color:#ebebf59e!important}html.krd-appshell:not(.krd-native) body[data-theme=dark] .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{color:#0a84ff!important}html.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel) .krd-tab-item svg{filter:none}html.krd-appshell:not(.krd-native) .krd-tabbar-badge{text-shadow:none}html.krd-appshell:not(.krd-native) .krd-tabbar-lens{background-color:#78788029!important;background-image:none!important;border:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:inset 0 1px .5px #fff9,0 2px 6px #00000014!important}html.krd-appshell:not(.krd-native) body[data-theme=dark] .krd-tabbar-lens{background-color:#78788047!important;box-shadow:inset 0 1px .5px #ffffff29,0 2px 6px #0003!important}html.krd-appshell:not(.krd-native) .krd-tabbar-lens.is-pressed{background-color:#78788042!important}html.krd-appshell .krd-tabbar.krd-penbar:not(.krd-acct-panel){background-color:#ffffff14!important;background-image:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important;contain:layout style;--krd-glow-rgb: 205, 228, 255;transition:width .45s cubic-bezier(.32,.72,0,1),transform .28s cubic-bezier(.22,1,.36,1)!important}html.krd-appshell .krd-tabbar.krd-penbar:not(.krd-acct-panel):before{display:none!important}html.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar:not(.krd-acct-panel){background-color:#ffffff0a!important;--krd-glow-rgb: 168, 201, 255}html.krd-appshell .krd-tabbar.krd-penbar.krd-bar-engaged{transform:translateZ(0) scale(1.03)!important}html.krd-appshell .krd-tabbar.krd-penbar .krd-penbar-inner{background:#dce2eaab;border-radius:999px;box-shadow:14px 14px 36px #94a0b55c;padding:3px 4px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}html.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar .krd-penbar-inner{background:#1b191f80;box-shadow:14px 14px 36px #00000085}html.krd-appshell .krd-ai-orb,html.krd-appshell .krd-bagbar-glass,html.krd-appshell .krd-maker-chat-bubble,html.krd-appshell .krd-hint-capsule,html.krd-appshell .krd-railbar{background:#dce2eaab;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);box-shadow:14px 14px 36px #94a0b55c}html.krd-appshell body[data-theme=dark] .krd-ai-orb,html.krd-appshell body[data-theme=dark] .krd-bagbar-glass,html.krd-appshell body[data-theme=dark] .krd-maker-chat-bubble,html.krd-appshell body[data-theme=dark] .krd-hint-capsule,html.krd-appshell body[data-theme=dark] .krd-railbar{background:#1b191f80;box-shadow:14px 14px 36px #00000085}html.krd-appshell .krd-bagbar-count{background-color:#3c3c4324}html.krd-appshell body[data-theme=dark] .krd-bagbar-count{background-color:#ffffff29}html.krd-appshell .krd-bagbar-host{background-color:#ffffff14;background-image:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border:none}html.krd-appshell body[data-theme=dark] .krd-bagbar-host{background-color:#ffffff0a}html.krd-no-refraction.krd-appshell .krd-tabbar.krd-penbar .krd-penbar-inner,html.krd-no-refraction.krd-appshell .krd-bagbar-glass{-webkit-backdrop-filter:blur(10px) saturate(1.9) brightness(1.06);backdrop-filter:blur(10px) saturate(1.9) brightness(1.06);background-image:linear-gradient(180deg,#ffffff8c,#ffffff08 55%);box-shadow:inset 0 1.5px .5px #fffffff2,inset 0 -1px 1px #96a2b638,14px 14px 36px #94a0b55c}html.krd-no-refraction.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar .krd-penbar-inner,html.krd-no-refraction.krd-appshell body[data-theme=dark] .krd-bagbar-glass{-webkit-backdrop-filter:blur(10px) saturate(1.8) brightness(1.04);backdrop-filter:blur(10px) saturate(1.8) brightness(1.04);background-image:linear-gradient(180deg,#ffffff29,#fff0 55%);box-shadow:inset 0 1.5px .5px #ffffff47,inset 0 -1px 1px #0000004d,14px 14px 36px #00000085}html.krd-no-refraction.krd-appshell .krd-tabbar.krd-penbar .krd-tabbar-lens{background-image:linear-gradient(180deg,#ffffff80,#fff0 60%)!important;box-shadow:inset 0 1.5px .5px #ffffffeb,10px 10px 24px #94a0b55c!important}html.krd-no-refraction.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar .krd-tabbar-lens{box-shadow:inset 0 1.5px .5px #ffffff4d,10px 10px 24px #00000085!important}html.krd-appshell .krd-tabbar.krd-penbar .krd-tabbar-lens{background:#ffffff38!important;background-image:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;box-shadow:inset 0 1px #ffffff75,10px 10px 24px #94a0b55c!important;transition:left .28s cubic-bezier(.32,.72,0,1),width .28s cubic-bezier(.32,.72,0,1),transform .24s cubic-bezier(.32,.72,0,1),background-color .24s ease,box-shadow .24s ease!important}html.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar .krd-tabbar-lens{box-shadow:inset 0 1px #ffffff24,10px 10px 24px #00000085!important}html.krd-appshell .krd-tabbar.krd-penbar .krd-tabbar-lens.interacting{z-index:999;transform:scale(1.38,1.45);background:#ffffff29!important}html.krd-appshell .krd-tabbar.krd-penbar .krd-penbar-inner.dragging .krd-tabbar-lens{transition:transform .18s ease,background-color .2s ease,box-shadow .2s ease!important}html.krd-appshell .krd-tabbar.krd-penbar .krd-penbar-inner.dragging .krd-tab-glow{transition:none}html.krd-appshell .krd-tabbar.krd-penbar .krd-tab-item.krd-swept{color:#007aff!important}html.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar .krd-tab-item.krd-swept{color:#0a84ff!important}html.krd-appshell .krd-tabbar.krd-penbar.krd-sweeping .krd-tab-item{transition:color .14s ease!important}html.krd-appshell .krd-tabbar.krd-penbar.krd-sweeping .krd-tab-item[aria-current=page]{color:#3c3c43a6!important}html.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar.krd-sweeping .krd-tab-item[aria-current=page]{color:#ebebf59e!important}html.krd-appshell .krd-tabbar.krd-penbar.krd-sweeping .krd-tab-item.krd-swept{color:#007aff!important}html.krd-appshell body[data-theme=dark] .krd-tabbar.krd-penbar.krd-sweeping .krd-tab-item.krd-swept{color:#0a84ff!important}html.krd-native .krd-aimsg{position:fixed;left:50%;width:min(320px,calc(100vw - 36px));transform:translate(-50%);bottom:calc(var(--krd-tabbar-h, 90px) + var(--krd-bagbar-h, 0px) + 10px);z-index:1002;border-radius:20px;color:#fff;transform-origin:bottom center;isolation:isolate;overflow:hidden;pointer-events:none;background:#3a3a428c;-webkit-backdrop-filter:blur(14px) saturate(1.8) brightness(1.06);backdrop-filter:blur(14px) saturate(1.8) brightness(1.06);border:none;box-shadow:0 2px 6px #0000004d,0 22px 44px -16px #0000008c}html.krd-native .krd-aimsg-inner{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding:11px 15px 12px;opacity:0}html.krd-native .krd-aimsg-av{flex:0 0 auto;width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(150deg,#4e7bf0,#8a54da);box-shadow:inset 0 1px 1px #ffffff73,0 2px 5px #0000004d}html.krd-native .krd-aimsg-bd{min-width:0;flex:1}html.krd-native .krd-aimsg-hd{display:flex;align-items:baseline;gap:7px;margin-bottom:1px}html.krd-native .krd-aimsg-nm{font-size:13.5px;font-weight:600;letter-spacing:-.01em}html.krd-native .krd-aimsg-tm{font-size:11px;font-weight:500;color:#ffffff80}html.krd-native .krd-aimsg-tx{font-size:13px;line-height:1.32;color:#ffffffeb;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html.krd-native .krd-aimsg.is-in{animation:krd-aimsg-in .6s cubic-bezier(.34,1.5,.5,1) both}html.krd-native .krd-aimsg.is-out{animation:krd-aimsg-out .4s cubic-bezier(.5,0,.75,0) both}html.krd-native .krd-aimsg.is-in .krd-aimsg-inner{animation:krd-aimsg-content .5s ease .16s both}@keyframes krd-aimsg-in{0%{transform:translate(-50%) translateY(30px) scaleX(.32) scaleY(.12);opacity:0}22%{opacity:1}48%{transform:translate(-50%) translateY(-7px) scaleX(1.05) scaleY(1.08);opacity:1}72%{transform:translate(-50%) translateY(1px) scaleX(.99) scaleY(.98)}to{transform:translate(-50%) translateY(0) scale(1);opacity:1}}@keyframes krd-aimsg-out{0%{transform:translate(-50%) translateY(0) scale(1);opacity:1}to{transform:translate(-50%) translateY(26px) scaleX(.32) scaleY(.08);opacity:0}}@keyframes krd-aimsg-content{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){html.krd-native .krd-aimsg.is-in,html.krd-native .krd-aimsg.is-out,html.krd-native .krd-aimsg.is-in .krd-aimsg-inner{animation:none!important}html.krd-native .krd-aimsg.is-in .krd-aimsg-inner{opacity:1}}html.krd-native .krd-aibubble{position:fixed;bottom:calc(14px + env(safe-area-inset-bottom,0px));right:18px;height:56px;width:0;opacity:0;overflow:hidden;z-index:901;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;border:none;isolation:isolate;padding:0;background:#4a4a5480;-webkit-backdrop-filter:blur(7px) saturate(1.9) brightness(1.08);backdrop-filter:blur(7px) saturate(1.9) brightness(1.08);box-shadow:0 2px 5px #0000003d,0 16px 34px -14px #00000080;transition:width .5s cubic-bezier(.34,1.55,.5,1),opacity .3s}html.krd-native .krd-aibubble svg{width:23px;height:23px;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}html.krd-native .krd-aibubble.is-in{width:56px;opacity:1}html.krd-native .krd-aibubble.is-out{width:0;opacity:0}html.krd-native .krd-aibubble:active{transform:translateY(-2px) scale(1.05)}@media(prefers-reduced-motion:reduce){html.krd-native .krd-aibubble{transition:opacity .2s!important}}html.krd-liquid-ready.krd-native .krd-float-bubble{background-color:#ffffff24!important;background-image:none!important;-webkit-backdrop-filter:blur(8px) saturate(1.8)!important;backdrop-filter:blur(8px) saturate(1.8)!important;box-shadow:0 2px 6px #00000038,0 12px 28px -8px #0000006b!important;border:none!important}html.krd-liquid-ready.krd-native body[data-theme=dark] .krd-float-bubble{background-color:#32323880!important}html:not(.krd-native) .krd-tabbar-float{background-color:#ffffff9e!important;background-image:linear-gradient(to bottom,#ffffff80,#ffffff0f 62%);-webkit-backdrop-filter:saturate(190%) brightness(1.04) blur(20px)!important;backdrop-filter:saturate(190%) brightness(1.04) blur(20px)!important;box-shadow:inset 0 1px .5px #fffffff2,0 10px 30px #00000024,0 2px 8px #0000000f;border:1px solid rgba(255,255,255,.6)}html:not(.krd-native) body[data-theme=dark] .krd-tabbar-float{background-color:#1c1c1eb8!important;background-image:linear-gradient(to bottom,#ffffff1a,#fff0 62%);box-shadow:inset 0 1px .5px #fff3,0 10px 30px #00000080;border-color:#ffffff1a}html.krd-native body[data-theme=dark] .leaflet-tile-pane,html.krd-native body[data-theme=dark] .krd-ground-tiles{filter:invert(1) hue-rotate(180deg) brightness(.96) contrast(.9)}.krd-ground-tile{opacity:0;transition:opacity .32s ease}.krd-ground-melt{background:linear-gradient(to bottom,#fff 6%,#fff0)}body[data-theme=dark] .krd-ground-melt{background:linear-gradient(to bottom,#191919 6%,#19191900)}html.krd-native .leaflet-container{touch-action:none}body[data-theme=dark] .krd-map-glass{background-color:#1c1c1ed1!important;border-color:transparent!important;color:#ededed!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.krd-map-glass{background-color:#fff!important}body[data-theme=dark] .krd-map-glass{background-color:#1c1c1ef5!important}}@media(prefers-reduced-transparency:reduce){.krd-map-glass{background-color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-theme=dark] .krd-map-glass{background-color:#1c1c1efa!important}}html.krd-on-map.krd-appshell .krd-tabbar{background-color:#1c1c1eb3!important;background-image:linear-gradient(to bottom,#ffffff1a,#fff0 62%);box-shadow:inset 0 1px .5px #ffffff38,0 10px 30px #00000080;border-color:#ffffff1a}html.krd-on-map.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel){background-color:#1e1e20b8!important;box-shadow:inset 0 1px .5px #ffffff29,0 0 0 .5px #0000004d,0 2px 12px #0000004d,0 16px 44px -12px #00000080!important;border-color:#ffffff24!important}html.krd-on-map.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel) .krd-tab-item{color:#ebebf59e!important}html.krd-on-map.krd-liquid-ready.krd-native .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{color:#0a84ff!important}html.krd-on-map.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel) .krd-tab-item{color:#ebebf59e!important}html.krd-on-map.krd-appshell:not(.krd-native) .krd-tabbar:not(.krd-acct-panel) .krd-tab-item[aria-current=page]{color:#0a84ff!important}html.krd-on-map .krd-tabbar-lens{background-color:#ffffff24}html.krd-on-map.krd-native .krd-tabbar-lens{background-color:#78788042;background-image:none;border-color:transparent;box-shadow:inset 0 .5px #ffffff24}html.krd-on-map .krd-tabbar-badge{background-color:#eaeaea;color:#141414;border-color:#1e1e20cc}html.krd-on-map.krd-appshell .krd-tabbar.krd-penbar .krd-tab-item.krd-swept{color:#0a84ff!important}html.krd-on-map.krd-appshell .krd-tabbar.krd-penbar.krd-sweeping .krd-tab-item[aria-current=page]{color:#ebebf59e!important}html.krd-on-map .krd-float-bubble{background-color:#2c2c2eb8!important;border-color:transparent!important;box-shadow:inset 0 -1px 2px #0000004d,0 8px 22px #00000073,0 2px 6px #0000004d!important}html.krd-on-map.krd-native .krd-float-bubble{background-color:#2c2c2e99!important}html.krd-on-map.krd-appshell .krd-ai-orb,html.krd-on-map.krd-appshell .krd-hint-capsule{background:#1b191f80;box-shadow:14px 14px 36px #00000085}html.krd-on-map.krd-appshell .krd-nglass{background-color:#46464a61!important;border-color:transparent!important}html.krd-on-map.krd-appshell .krd-tabbar.krd-penbar .krd-penbar-inner{background:#1b191f80;box-shadow:14px 14px 36px #00000085}html.krd-on-map.krd-appshell .krd-tabbar.krd-penbar .krd-tabbar-lens:not(.interacting){box-shadow:inset 0 1px #ffffff24,10px 10px 24px #00000085!important}html.krd-on-map.krd-no-refraction.krd-appshell .krd-tabbar.krd-penbar .krd-penbar-inner{-webkit-backdrop-filter:blur(10px) saturate(1.8) brightness(1.04);backdrop-filter:blur(10px) saturate(1.8) brightness(1.04);background-image:linear-gradient(180deg,#ffffff29,#fff0 55%);box-shadow:inset 0 1.5px .5px #ffffff47,inset 0 -1px 1px #0000004d,14px 14px 36px #00000085}html.krd-on-map.krd-no-refraction.krd-appshell .krd-tabbar.krd-penbar .krd-tabbar-lens:not(.interacting){box-shadow:inset 0 1.5px .5px #ffffff4d,10px 10px 24px #00000085!important}.krd-mappage .krd-map-glass{-webkit-backdrop-filter:blur(1px)!important;backdrop-filter:blur(1px)!important;border:none!important}body[data-theme=dark] .krd-mappage .krd-map-glass{background-color:#1b191f80!important;box-shadow:14px 14px 36px #00000085!important;color:#ededed!important}body:not([data-theme=dark]) .krd-mappage .krd-map-glass{background-color:#dce2eaab!important;box-shadow:14px 14px 36px #94a0b55c!important;color:#1d1d1f!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){body[data-theme=dark] .krd-mappage .krd-map-glass{background-color:#1b191ff7!important}body:not([data-theme=dark]) .krd-mappage .krd-map-glass{background-color:#dce2eaf7!important}}@media(prefers-reduced-transparency:reduce){.krd-mappage .krd-map-glass{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body[data-theme=dark] .krd-mappage .krd-map-glass{background-color:#1b191ffa!important}body:not([data-theme=dark]) .krd-mappage .krd-map-glass{background-color:#dce2eafa!important}}html.krd-map-card-open .krd-hint-capsule,.krd-map-thumb .leaflet-control-container{display:none}html.krd-appshell .krd-nglass{background-color:#fff6!important;-webkit-backdrop-filter:saturate(205%) brightness(1.05) blur(18px);backdrop-filter:saturate(205%) brightness(1.05) blur(18px);border-color:#0000000f!important}html.krd-appshell body[data-theme=dark] .krd-nglass{background-color:#46464a61!important;border-color:transparent!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.krd-appshell .krd-nglass{background-color:#fffffff2!important}html.krd-appshell body[data-theme=dark] .krd-nglass{background-color:#28282af5!important}}@keyframes krd-ptr-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.krd-ptr-icon{animation:none!important}}html.krd-appshell button[style*="background-color: rgb(58, 58, 60)"],html.krd-appshell a[style*="background-color: rgb(58, 58, 60)"],html.krd-appshell button[style*="background-color: rgb(29, 29, 31)"],html.krd-appshell a[style*="background-color: rgb(29, 29, 31)"],html.krd-appshell button[style*="background-color: rgb(21, 128, 61)"],html.krd-appshell a[style*="background-color: rgb(21, 128, 61)"],html.krd-appshell button[style*="background-color: rgb(153, 27, 27)"],html.krd-appshell a[style*="background-color: rgb(153, 27, 27)"]{background-image:linear-gradient(to bottom,#0000,#0000000d);-webkit-backdrop-filter:saturate(200%) blur(18px);backdrop-filter:saturate(200%) blur(18px);box-shadow:inset 0 -1.5px 2px #0003,0 6px 18px #00000038!important}html.krd-appshell button[style*="background-color: rgb(58, 58, 60)"],html.krd-appshell a[style*="background-color: rgb(58, 58, 60)"],html.krd-appshell button[style*="background-color: rgb(29, 29, 31)"],html.krd-appshell a[style*="background-color: rgb(29, 29, 31)"]{background-color:#1e1e20b3!important}html.krd-appshell button[style*="background-color: rgb(21, 128, 61)"],html.krd-appshell a[style*="background-color: rgb(21, 128, 61)"]{background-color:#15803db8!important}html.krd-appshell button[style*="background-color: rgb(153, 27, 27)"],html.krd-appshell a[style*="background-color: rgb(153, 27, 27)"]{background-color:#991b1bb8!important}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){html.krd-appshell button[style*="background-color: rgb(58, 58, 60)"],html.krd-appshell a[style*="background-color: rgb(58, 58, 60)"],html.krd-appshell button[style*="background-color: rgb(29, 29, 31)"],html.krd-appshell a[style*="background-color: rgb(29, 29, 31)"]{background-color:#1e1e20f5!important}html.krd-appshell button[style*="background-color: rgb(21, 128, 61)"],html.krd-appshell a[style*="background-color: rgb(21, 128, 61)"]{background-color:#15803df5!important}html.krd-appshell button[style*="background-color: rgb(153, 27, 27)"],html.krd-appshell a[style*="background-color: rgb(153, 27, 27)"]{background-color:#991b1bf5!important}}html.krd-native a[style*="background-color: rgb(58, 58, 60)"]:active,html.krd-native a[style*="background-color: rgb(29, 29, 31)"]:active,html.krd-native a[style*="background-color: rgb(21, 128, 61)"]:active,html.krd-native a[style*="background-color: rgb(153, 27, 27)"]:active{transform:scale(.92)}html.krd-native a[style*="background-color: rgb(58, 58, 60)"],html.krd-native a[style*="background-color: rgb(29, 29, 31)"],html.krd-native a[style*="background-color: rgb(21, 128, 61)"],html.krd-native a[style*="background-color: rgb(153, 27, 27)"]{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}@keyframes krd-order-wave{0%{transform:translate(-50%,-50%) scale(.6);opacity:.55}to{transform:translate(-50%,-50%) scale(2.2);opacity:0}}.krd-order-wave{position:absolute;top:50%;left:50%;width:22px;height:22px;border-radius:50%;background-color:#15803d61;transform:translate(-50%,-50%) scale(.6);animation:krd-order-wave 1.8s ease-out infinite;pointer-events:none}@keyframes krd-order-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:.82}}.krd-order-dot{position:absolute;bottom:-3px;right:-5px;width:7px;height:7px;border-radius:50%;background-color:#30d158;border:1.5px solid rgba(30,30,32,.85);animation:krd-order-dot 2s ease-in-out infinite;pointer-events:none;z-index:2}@keyframes krd-acct-panel-in{0%{opacity:0;transform:scale(.82) translateY(10px)}to{opacity:1;transform:none}}.krd-acct-panel{animation:krd-acct-panel-in .3s cubic-bezier(.34,1.4,.5,1) backwards}@keyframes krd-acct-panel-out{0%{opacity:1;transform:none}to{opacity:0;transform:scale(.82) translateY(10px)}}.krd-acct-panel.is-closing{animation:krd-acct-panel-out .22s cubic-bezier(.4,0,.6,1) forwards}.krd-acct-panel-row{-webkit-tap-highlight-color:transparent}@keyframes krd-acct-backdrop-out{0%{opacity:1}to{opacity:0}}.krd-acct-backdrop.is-closing{animation:krd-acct-backdrop-out .22s ease forwards}.krd-ledger-row{background-color:transparent}html.krd-appshell .krd-ledger-row{transition:background-color .22s ease}html.krd-appshell .krd-ledger-row:not(:disabled):active{transform:none;background-color:#f5f5f7;transition:none}html.krd-appshell body[data-theme=dark] .krd-ledger-row:not(:disabled):active{background-color:#232323}html.krd-appshell .krd-ledger-row:not(:disabled):hover{transform:none}.krd-disclose{transition:transform .2s cubic-bezier(.32,.72,0,1)}html.krd-appshell .krd-switch:after{content:"";position:absolute;top:-10px;right:-2px;bottom:-10px;left:-2px;border-radius:999px}html.krd-appshell .krd-acct-sechead,html.krd-appshell .krd-acct-row{transition:opacity .18s ease}html.krd-appshell .krd-acct-sechead:not(:disabled):hover,html.krd-appshell .krd-acct-sechead:not(:disabled):active,html.krd-appshell .krd-acct-row:hover,html.krd-appshell .krd-acct-row:active{transform:none}html.krd-appshell .krd-acct-sechead:not(:disabled):active,html.krd-appshell .krd-acct-row:active{opacity:.5;transition:none}html.krd-appshell .krd-acct-index .krd-glass-chip{-webkit-backdrop-filter:none;backdrop-filter:none}.krd-acct-sep{color:#d2d2d7}body[data-theme=dark] .krd-acct-sep{color:#4d4d4d}html.krd-appshell .krd-acct-saved span.krd-photo-pill{display:none!important}html.krd-appshell .krd-seg-opt:not(:disabled):hover:not(:active){transform:none}html.krd-native .krd-seg-opt:not(:disabled):active{transform:none}html.krd-appshell .krd-seg-pill{transition:transform .28s cubic-bezier(.32,.72,0,1)}@keyframes krd-seg-gel{0%{transform:scale(1)}45%{transform:scale(1.06,.97)}to{transform:scale(1)}}html.krd-appshell .krd-seg-gel{animation:krd-seg-gel .34s cubic-bezier(.32,.72,0,1)}@media(prefers-reduced-motion:reduce){html.krd-appshell .krd-seg-pill{transition:none}html.krd-appshell .krd-seg-gel{animation:none}}html.krd-appshell .krd-seg-pill>*{box-shadow:0 3px 8px #0000001f,0 1px 1px #0000000f}html.krd-appshell body[data-theme=dark] .krd-seg-pill>*{background-color:#373737!important;box-shadow:0 3px 10px #0000008c,0 1px 1px #00000059}.krd-switch-knob{background-color:#fff;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f}body[data-theme=dark] .krd-switch-knob{box-shadow:0 3px 8px #00000080,0 3px 1px #00000040}.krd-set-row{background-color:transparent;-webkit-tap-highlight-color:transparent}html.krd-appshell .krd-set-row{transition:background-color .22s ease}html.krd-appshell .krd-set-row:not(:disabled):hover{transform:none}html.krd-appshell .krd-set-row:not(:disabled):active{transform:none;background-color:#0000000d;transition:none}html.krd-appshell body[data-theme=dark] .krd-set-row:not(:disabled):active{background-color:#ffffff12}html.krd-appshell .krd-set-row.is-terminal:not(:disabled):active{background-color:#991b1b14}html.krd-appshell body[data-theme=dark] .krd-set-row.is-terminal:not(:disabled):active{background-color:#ff6b6b21}@keyframes krd-seg-gel-w{0%{transform:scale(1)}45%{transform:scale(1.018,.991)}to{transform:scale(1)}}html.krd-appshell .krd-seg-gel.krd-seg-gel-wide{animation:krd-seg-gel-w .34s cubic-bezier(.32,.72,0,1)}@media(prefers-reduced-motion:reduce){html.krd-appshell .krd-seg-gel.krd-seg-gel-wide{animation:none}}
