html{color:#000;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}body{color:#000;background:#fff;min-width:320px;min-height:100vh;margin:0}body,#root{min-height:100vh}*,:before,:after{box-sizing:border-box}button,input,label{font:inherit}::selection{color:#fff;background:#000}.boot-screen{background:radial-gradient(circle at top,#0000000d,#0000 45%),linear-gradient(#fff 0%,#f6f7f9 100%);place-items:center;min-height:100vh;padding:2rem;display:grid}.boot-screen__panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #00000014;border-radius:1.5rem;width:min(100%,32rem);padding:2rem;box-shadow:0 24px 48px #00000014,inset 0 1px #ffffffe6}.boot-screen__title{margin:0;font-size:clamp(1.8rem,5vw,2.6rem);line-height:1.05}.boot-screen__message{color:#000000ad;max-width:28rem;margin:.9rem 0 0}.boot-screen__progress{background:#00000014;border-radius:999px;height:.4rem;margin-top:1.5rem;position:relative;overflow:hidden}.boot-screen__progress-bar{border-radius:inherit;transform-origin:0;background:linear-gradient(90deg,#000 0%,#4b5563 100%);width:45%;height:100%;animation:1.2s ease-in-out infinite boot-screen-progress;display:block}@keyframes boot-screen-progress{0%{transform:translate(-120%)}to{transform:translate(230%)}}
