*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}.boot-screen{padding:64px 24px;text-align:center;color:#524d65}.boot-public{min-height:100vh;background:#fbf8f5}.boot-public-header{display:flex;align-items:center;gap:16px;height:64px;padding:0 max(16px,calc((100vw - 1240px)/2));background:#fffdfb;border-bottom:1px solid #ece3de}.boot-public-header>span{flex:1;max-width:560px;height:40px;border-radius:999px;background:#f4eee9}.boot-public-hero{height:clamp(180px,32vw,360px);margin:20px max(16px,calc((100vw - 1240px)/2));border-radius:8px;background:linear-gradient(110deg,#efe7e2 30%,#f8f3f0,#efe7e2 70%) 0 0 / 300% 100%;animation:boot-shimmer 1.3s linear infinite}.boot-public-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0 max(16px,calc((100vw - 1240px)/2))}.boot-public-row>span{height:180px;border-radius:12px;background:#efe7e2}@media(max-width:640px){.boot-public-row{grid-template-columns:1fr}.boot-public-row>span:nth-child(n+3){display:none}}@keyframes boot-shimmer{to{background-position:-300% 0}}@media(prefers-reduced-motion:reduce){.boot-public-hero{animation:none}}
