*{box-sizing:border-box}body,html{margin:0;padding:0;-webkit-font-smoothing:antialiased}html{overflow-x:clip}body{min-width:0}:root{--kasa-safe-top:env(safe-area-inset-top,0px);--kasa-safe-bottom:env(safe-area-inset-bottom,0px);--kasa-safe-left:env(safe-area-inset-left,0px);--kasa-safe-right:env(safe-area-inset-right,0px);--kasa-tabbar-h:58px}canvas,img,svg,video{max-width:100%}.kasa-wrap{overflow-wrap:anywhere;word-break:break-word}.kasa-app-shell{min-height:100vh}.kasa-app-fill{height:100vh}@supports (height:100dvh){.kasa-app-shell{min-height:100dvh}.kasa-app-fill{height:100dvh}}[role=button],button,label,select,summary{touch-action:manipulation}@media (max-width:767.98px){input,select,textarea{font-size:16px!important}.kasa-icon-btn,[role=button],a.kasa-tap,button,label.kasa-tap{min-height:44px}.kasa-icon-btn{min-width:44px;display:inline-flex;align-items:center;justify-content:center}}:focus-visible{outline:2px solid #0c6b58;outline-offset:2px;border-radius:4px}.kasa-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.kasa-scroll-x-fade{position:relative}.kasa-scroll-x-fade:after{content:"";position:absolute;top:0;right:0;bottom:0;width:26px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.92))}.kasa-backdrop{position:fixed;inset:0;background:rgba(20,17,15,.44);z-index:60;animation:kasa-fade-in .16s ease-out}.kasa-drawer{top:0;width:min(84vw,320px);padding-top:var(--kasa-safe-top);padding-left:var(--kasa-safe-left);animation:kasa-slide-in .2s cubic-bezier(.22,1,.36,1)}.kasa-drawer,.kasa-sheet{position:fixed;bottom:0;left:0;z-index:61;padding-bottom:var(--kasa-safe-bottom);display:flex;flex-direction:column}.kasa-sheet{right:0;max-height:92dvh;border-radius:18px 18px 0 0;animation:kasa-slide-up .22s cubic-bezier(.22,1,.36,1)}.kasa-sheet-body{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1;min-height:0}.kasa-scroll-locked{overflow:hidden}@keyframes kasa-fade-in{0%{opacity:0}to{opacity:1}}@keyframes kasa-slide-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes kasa-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes kasa-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.kasa-skeleton{background:#ece7dd!important}.kasa-backdrop,.kasa-drawer,.kasa-sheet,.kasa-skeleton{animation:none!important}}