body{align-items:center;background:linear-gradient(135deg,#e0eafc,#cfdef3);display:flex;font-family:Inter,Arial,sans-serif;justify-content:center;margin:0;min-height:100vh}.container{align-items:center;background:#fff;border-radius:24px;display:flex;flex-direction:column;padding:1rem 2rem;max-width:600px;text-align:center}h1{color:#2d3a4a;font-size:2rem;margin:1.5rem 0 .5rem}.winner{color:#388e3c;font-size:1.5rem;font-weight:600;margin:1rem 0}.hidden{display:none}.teams{align-content:center;display:flex;gap:40px;justify-content:center;width:calc(100% - 1rem)}.team{align-items:center;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;max-width:100%;padding:1.2rem .8rem}.team h2{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.team.blue h2{color:#1976d2}.team.red h2{color:#d32f2f}.controls{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}@media (min-width: 600px){.controls{flex-direction:row;gap:1rem}}.points{color:#222;font-size:2.5rem;font-weight:700;min-width:48px;text-align:center}.controls button{-webkit-tap-highlight-color:transparent;align-items:center;background:#e1e3e6;border-radius:50%;border:none;box-shadow:0 2px 8px #2c3e5014;color:inherit;cursor:pointer;display:flex;font-weight:600;height:56px;justify-content:center;transition:background .2s;width:56px}.change-point-btn{font-size:2rem;line-height:1}.team.blue .controls button{color:#1976d2}.team.red .controls button{color:#d32f2f}.controls button:active{background:#e3f0ff}.reset{background:linear-gradient(90deg,#1976d2,#d32f2f);border-radius:12px;border:none;box-shadow:0 2px 8px #2c3e501a;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin:1rem 0;padding:.8rem 2.2rem;transition:background .2s}.reset:active{background:linear-gradient(90deg,#1565c0,#c62828)}
