*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background:#f5f5f5;font-family:Arial,Helvetica,sans-serif}#root{width:100%}.action-button{color:#222;cursor:pointer;background-color:#fff;border:1px solid #cfcfcf;border-radius:10px;min-height:48px;padding:12px 24px;font-size:16px;font-weight:600;transition:background-color .2s,border-color .2s,transform .1s}.action-button:hover{background-color:#f5f5f5;border-color:#999}.action-button:active{transform:scale(.98)}.action-button:focus-visible{outline-offset:2px;outline:2px solid #2f80ed}.section{background:#fff;border:1px solid #e4e4e4;border-radius:12px;margin-bottom:24px;padding:20px}.section-title{color:#222;margin:0 0 16px;font-size:1.45rem;font-weight:700}.section-content{flex-direction:column;gap:10px;display:flex}.form-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-label{color:#333;font-size:15px;font-weight:600}.form-input{box-sizing:border-box;border:1px solid #cfcfcf;border-radius:10px;width:100%;padding:12px;font-size:16px;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#2f80ed;outline:none;box-shadow:0 0 0 3px #2f80ed26}.standing-position{font-size:1.1rem;font-weight:700}.standings-card{margin-bottom:24px}.standings-list{flex-direction:column;gap:10px;display:flex}.standing-row{background:#fff;border:1px solid #e5e5e5;border-radius:8px;grid-template-columns:50px 1fr 80px;align-items:center;padding:12px 14px;display:grid}.standing-position{text-align:center;font-size:1.1rem;font-weight:700}.standing-player{font-weight:600}.standing-points{text-align:right;font-weight:700}.first-place{color:#d4af37}.second-place{color:#9a9a9a}.third-place{color:#b87333}
