.boot-loader{position:fixed;inset:0;z-index:6000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:radial-gradient(120% 90% at 50% 0,#fff 0,#f7f7f8 100%);font-family:var(--font),"Space Grotesk",-apple-system,"Segoe UI",Roboto,sans-serif;animation:boot-fade .18s ease}.dark .boot-loader,:root[data-theme=dark] .boot-loader{background:radial-gradient(120% 90% at 50% 0,#16171a 0,#0c0d10 100%)}@keyframes boot-fade{0%{opacity:0}to{opacity:1}}.boot-logo{position:relative;width:76px;height:76px;display:grid;place-items:center}.boot-logo img{width:42px;height:42px;object-fit:contain;border-radius:10px;animation:boot-pulse 1.6s ease-in-out infinite}.boot-ring{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(255,122,26,.18);border-top-color:#ff7a1a;animation:boot-spin .9s linear infinite}@keyframes boot-spin{to{transform:rotate(1turn)}}@keyframes boot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}}.boot-label{font-size:13px;font-weight:600;letter-spacing:.01em;color:#8a8f96}@media (prefers-reduced-motion:reduce){.boot-ring{border-top-color:rgba(255,122,26,.18)}.boot-logo img,.boot-ring{animation:none}}