*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f6f8;place-items:center;min-height:100vh;padding:2rem;font-family:"Source Sans 3",sans-serif;display:grid}.wrap{text-align:center;width:100%;max-width:420px;animation:.7s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gear-wrap{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.gear{transform-origin:50%;animation:7s linear infinite spin}.gear.reverse{animation-duration:4.5s;animation-direction:reverse}@keyframes spin{to{transform:rotate(360deg)}}h1{color:#1a3057;margin-bottom:.6rem;font-family:"Source Serif 4",serif;font-size:1.65rem}.divider{background:#c8962c;width:36px;height:3px;margin:0 auto 1.1rem}p{color:#7a8694;font-size:.88rem;line-height:1.8}.developer-section{border-top:1px solid #e0e4e8;margin-top:3.5rem;padding-top:1.5rem;animation:.7s .3s both fadeUp}.developer-section span{color:#9ba4ae;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem;display:block}.developer-link{color:#1a3057;justify-content:center;align-items:center;gap:5px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.developer-link:hover{color:#c8962c}.dev-logo{object-fit:contain;border-radius:4px;width:15px;height:15px}
