/* Foxy Music boot theme adapted from the reusable boot-template. Audio intentionally omitted. */
:root{color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#141615;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.foxy-boot{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 38%,#1e2622 0%,#141615 60%,#0f1110 100%);color:#fff}.foxy-boot::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,rgba(240,160,75,.06),transparent 55%);pointer-events:none}.foxy-boot__content{position:relative;width:min(90vw,420px);text-align:center;animation:bootIn .5s ease both}.foxy-boot__logo{width:92px;height:92px;object-fit:cover;border-radius:24px;display:block;margin:0 auto 26px;filter:drop-shadow(0 6px 30px rgba(240,160,75,.18));animation:pulse 2s ease-in-out infinite}.foxy-boot h1{margin:0;font-size:30px;font-weight:800;letter-spacing:10px;text-transform:uppercase;text-indent:10px}.subtitle{margin:2px 0 28px;color:#f0a04b;font-size:10px;font-weight:600;letter-spacing:6px;text-transform:uppercase}.boot-lines{min-height:120px;display:flex;flex-direction:column;gap:5px;width:280px;margin:0 auto 22px;text-align:left}.boot-line{font-size:11.5px;color:#8a948f;font-family:'SF Mono','Fira Code','Consolas',monospace;white-space:nowrap;animation:lineIn .2s ease both}.boot-check{color:#4ade80;margin-right:7px}.progress{width:220px;height:3px;border-radius:99px;overflow:hidden;margin:0 auto 20px;background:rgba(255,255,255,.06)}.progress span{display:block;width:0;height:100%;border-radius:99px;background:linear-gradient(90deg,#f0a04b,#f5b86a);box-shadow:0 0 10px rgba(240,160,75,.45);transition:width .15s linear}.status{min-height:20px;margin:0;color:#6a736e;font-size:11.5px;letter-spacing:.5px}.percent{margin-top:8px;color:#8a948f;font-size:10px;font-family:monospace}.reload .subtitle{color:#4ade80}.reload .foxy-boot__logo{filter:drop-shadow(0 3px 16px rgba(74,222,128,.2))}.reload .foxy-boot__content::before{content:'';position:absolute;width:108px;height:108px;left:50%;top:-8px;transform:translateX(-50%);border:2.5px solid rgba(255,255,255,.06);border-top-color:#4ade80;border-right-color:#4ade80;border-radius:50%;animation:spin 1.2s linear infinite;pointer-events:none}.reload .foxy-boot__logo{position:relative}.reload .boot-lines{min-height:72px}@keyframes bootIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.025);filter:brightness(1.1)}}@keyframes lineIn{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:translateX(-50%) rotate(360deg)}}@media(max-width:480px){.foxy-boot__logo{width:76px;height:76px}.foxy-boot h1{font-size:24px;letter-spacing:8px}.boot-lines{width:250px}.progress{width:190px}.reload .foxy-boot__content::before{width:92px;height:92px}}
