:root{--color-primary-dark:#0f1849;--color-primary-light:#2c67ea;--color-white:#fff}*{box-sizing:border-box;padding:0;margin:0}body{background-color:var(--color-primary-dark);color:var(--color-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}.match-score-row{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:nowrap}.score-btn{width:32px;height:32px;border-radius:50%;border:1px solid #ccc;color:#333}.score-btn,.score-input{background-color:#f8fafc;font-weight:700}.score-input{width:45px;height:45px;border-radius:8px;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#0f1849}.match-team-name{font-size:.9rem;font-weight:700;text-align:center;color:#0f1849}@media (max-width:450px){.match-score-row{gap:.2rem!important}.score-btn{width:26px!important;height:26px!important}.score-input{width:32px!important;height:36px!important;font-size:1.1rem!important}.match-team-name{font-size:.7rem!important;max-width:60px;line-height:1.1}}