.ktc-frontend-tabs{display:flex;gap:0;padding:0;margin:0;align-self:flex-start}.ktc-frontend-tabs__tab{display:inline-flex;align-items:center;padding:10px 20px;font-size:13px;font-weight:500;color:var(--theme-elevation-500);text-decoration:none;background:rgba(128,128,128,.06);border-bottom:2px solid rgba(0,0,0,0);transition:color .1s ease,border-color .1s ease,background .1s ease}.ktc-frontend-tabs__tab:hover{color:var(--theme-text);background:rgba(128,128,128,.12)}.ktc-frontend-tabs__tab--active{color:var(--theme-text);background:rgba(128,128,128,.16);border-bottom-color:var(--theme-success-500)}.ktc-frontend-view{scrollbar-width:none;-ms-overflow-style:none}.ktc-frontend-view::-webkit-scrollbar{display:none}.ktc-admin-page{--theme-bg:#0b0b0c;--theme-elevation-0:#0b0b0c;--theme-elevation-50:#161618;--theme-elevation-100:#1f1f22;--theme-elevation-150:#27272a;--theme-elevation-200:#303033;--theme-elevation-500:#9a9aa1;--theme-elevation-800:#e4e4e7;--theme-input-bg:#161618;--theme-text:#f4f4f5;--theme-border-color:#27272a;min-height:calc(100vh - var(--app-header-height));background:var(--theme-bg);color:var(--theme-text)}.ktc-admin-page__placeholder{padding:20px;color:var(--theme-elevation-500)}