html,body{scrollbar-width:thin;scrollbar-color:#96969673 transparent}:root{--boot-bg-light:#fff;--boot-bg-dark:#000;--boot-bg:var(--boot-bg-light);--boot-border:#7676801f}:root[data-boot-scheme=dark]{--boot-bg:var(--boot-bg-dark);--boot-border:#7676803d}html{background-color:var(--boot-bg)}.boot-shell{background-color:var(--boot-bg);flex-direction:column;flex:1;min-height:100%;display:flex}.boot-shell__header{border-bottom:.5px solid var(--boot-border);flex:none;height:56px;box-shadow:0 2px 4px #0000001a}.boot-shell__body{flex:1;justify-content:center;align-items:center;display:flex}.boot-shell__mark{background:var(--boot-logo,none) center / contain no-repeat;opacity:0;width:88px;height:88px;animation:.3s ease-out .4s forwards boot-shell-fade}@keyframes boot-shell-fade{to{opacity:1}}@media (prefers-reduced-motion:reduce){.boot-shell__mark{animation-duration:1ms}}[data-tf-row]:hover [data-tf-tint]{background-color:var(--tf-row-hover)!important}[data-tf-row=cells] [data-tf-cell]:hover{background-color:var(--tf-cell-hover)!important}[data-tf-row=row]:hover [data-tf-text],[data-tf-row=cells] [data-tf-cell]:hover [data-tf-text]{color:var(--tf-hover-fg)!important}[data-tf-row=row]:hover [data-tf-icon] [stroke]:not([stroke=none]),[data-tf-row=cells] [data-tf-cell]:hover [data-tf-icon] [stroke]:not([stroke=none]),[data-tf-row]:hover [data-tf-icon][aria-checked] [stroke]:not([stroke=none]){stroke:var(--tf-hover-fg)!important}[data-tf-row=row]:hover [data-tf-icon] [fill]:not([fill=none]),[data-tf-row=cells] [data-tf-cell]:hover [data-tf-icon] [fill]:not([fill=none]),[data-tf-row]:hover [data-tf-icon][aria-checked] [fill]:not([fill=none]){fill:var(--tf-hover-fg)!important}[data-tf-row]:hover [data-tf-reveal]{opacity:1!important}[data-tf-row]{content-visibility:auto}[data-tf-row][data-tf-live]{content-visibility:visible}[data-card-glow],[data-card-reveal]{opacity:0;transition:opacity .3s ease-in-out}[data-card]:hover [data-card-glow],[data-card]:hover [data-card-reveal]{opacity:1!important}