@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpRotate{0%{opacity:0;transform:translateY(30px)rotate(2deg)}to{opacity:1;transform:translateY(0)rotate(2deg)}}.page-header{width:100%;max-width:1300px;margin:90px auto 50px;padding:0 10px;animation:.6s ease-out both fadeInUp}.header-top{align-items:center;margin-bottom:34px;animation:.6s ease-out 50ms both fadeInUp;display:flex}.header-back{color:#000;background:#fff;border:3px solid #000;border-radius:8px;align-items:center;gap:10px;height:46px;padding:0 18px;font-size:13px;font-weight:800;text-decoration:none;transition:all .18s;animation:.6s ease-out .1s both fadeInUp;display:flex;box-shadow:4px 4px #000}.header-back:hover{transform:translate(4px,4px);box-shadow:0 0 #000}.header-back span{font-size:22px;font-weight:900}.header-badge{color:#fff;background:#ff6464;border:4px solid #000;border-radius:8px;justify-content:center;align-items:center;height:60px;padding:0 24px;font-size:25px;font-weight:900;animation:.6s ease-out .15s both fadeInUpRotate;display:flex}.header-title{letter-spacing:-3px;text-transform:uppercase;margin-bottom:26px;font-size:clamp(30px,5vw,86px);font-weight:900;line-height:.9;animation:.6s ease-out .2s both fadeInUp}.header-description{text-align:left;max-width:650px;margin-bottom:34px;font-size:19px;line-height:1.55;animation:.6s ease-out .25s both fadeInUp}.header-tags{flex-wrap:wrap;gap:12px;animation:.6s ease-out .3s both fadeInUp;display:flex}.header-tag{background:#d7d8ff;border:2px solid #000;border-radius:999px;padding:5px 15px;font-size:12px;font-weight:800}.header-live-button{color:#000;background:#ff9f2f;border:4px solid #000;border-radius:8px;align-items:center;gap:12px;width:max-content;height:40px;margin-top:28px;padding:20px;font-size:13px;font-weight:900;text-decoration:none;transition:all .18s;animation:.6s ease-out .35s both fadeInUp;display:flex;box-shadow:4px 4px #000}.header-live-button:hover{background:#424242;transform:translate(4px,4px);box-shadow:0 0 #000}.header-live-button svg{stroke-width:2.8px;flex-shrink:0;width:18px;height:18px}@media (max-width:768px){.page-header{margin:75px auto 50px;padding:0 22px}.header-top{flex-wrap:wrap;gap:10px}.header-back,.header-badge{height:42px;font-size:15px}.header-title{letter-spacing:-2px;margin-bottom:20px;font-size:46px}.header-description{margin-bottom:28px;font-size:18px}.header-tag{padding:8px 16px;font-size:14px}.header-live-button{gap:10px;height:44px;padding:0 20px;font-size:15px}}
