*{box-sizing:border-box}body{margin:0;background:#03150e;color:#eef7f1;font-family:Arial,sans-serif}header{padding:22px 4%;display:flex;align-items:center;gap:14px;border-bottom:1px solid #174a34;font-size:28px}header span,.green{color:#31d878}.logo{display:grid;place-items:center;width:56px;height:56px;border-radius:16px;background:#20c965;color:#052013}header small{margin-left:auto;color:#91aa9d;font-size:16px}main{padding:55px 4%}.green{font-weight:800;letter-spacing:4px}h1{font-size:clamp(40px,7vw,68px);max-width:850px;margin:18px 0}.sub,#status{color:#9db5a9;font-size:20px}input{width:100%;padding:21px;margin:25px 0;border:1px solid #1c5b40;border-radius:18px;background:#09261a;color:white;font-size:18px}nav{display:flex;gap:10px;margin-bottom:22px}button{padding:13px 18px;border:0;border-radius:12px;background:#0b2b1d;color:#31d878;font-weight:800}.stats{display:grid;grid-template-columns:1fr 1fr;gap:15px}.stats div,.panel,.game{border:1px solid #174a34;background:#072319;border-radius:20px}.stats div{padding:22px;color:#9db5a9}.stats b{display:block;color:#eef7f1;font-size:38px;margin-top:8px}.panel{margin-top:20px;padding:22px}.head{display:flex;justify-content:space-between;align-items:center}.game{padding:17px;margin:12px 0}.league{color:#31d878;font-size:13px;font-weight:800}.teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-top:12px}.team{display:flex;align-items:center;gap:7px;font-weight:700}.away{justify-content:flex-end;text-align:right}.team img{width:30px;height:30px;object-fit:contain}.score{font-size:21px;font-weight:900}.meta{text-align:center;color:#91aa9d;font-size:13px;margin-top:10px}@media(max-width:600px){header{font-size:20px}.logo{width:46px;height:46px}header small{font-size:12px}main{padding-top:38px}h1{font-size:40px}.sub{font-size:18px}.panel{padding:15px}.team{font-size:13px}.team img{width:25px;height:25px}}