
.rgc-wrapper{
max-width:1200px;
margin:auto;
padding:20px;
font-family:Arial;
}

.rgc-wrapper h1{
text-align:center;
color:#124734;
font-size:38px;
}

.rgc-links{
display:flex;
gap:10px;
justify-content:center;
flex-wrap:wrap;
margin:20px 0;
}

.rgc-links a{
background:#124734;
color:white;
padding:12px 20px;
border-radius:12px;
text-decoration:none;
font-weight:bold;
}

.rgc-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin:20px 0;
}

.rgc-card{
background:white;
padding:20px;
border-radius:18px;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.rgc-scorecard{
overflow:auto;
background:white;
padding:20px;
border-radius:18px;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.rgc-scorecard table{
width:100%;
border-collapse:collapse;
}

.rgc-scorecard th,.rgc-scorecard td{
border:1px solid #ddd;
padding:12px;
text-align:center;
}

.rgc-scorecard input{
width:80px;
padding:8px;
border-radius:8px;
border:1px solid #ccc;
}

@media(max-width:768px){
.rgc-wrapper h1{
font-size:28px;
}

.rgc-links a{
width:100%;
text-align:center;
}
}
