/*! Critical Path CSS for Bvester - Minified for Performance */
*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#000;line-height:1.6;color:#fff}.nav-container{background:#000;padding:12px 16px;border-bottom:1px solid #ffd700;position:sticky;top:0;z-index:50}.nav-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:#d4af37;text-decoration:none}.hero-container{padding:60px 16px;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);text-align:center}.hero-title{font-size:32px;line-height:38px;font-weight:800;color:#fff;margin-bottom:16px}.spinner{display:inline-block;width:20px;height:20px;border:3px solid #333;border-radius:50%;border-top-color:#ffd700;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:769px){.nav-container{padding:16px 24px}.hero-container{padding:80px 24px}.hero-title{font-size:56px;line-height:64px;margin-bottom:24px}}