h1 {
    color: #4365e2;
    font-family: thisBaxterSansMedium, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

p {
    font-family: thisBaxterSansMedium, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

#subject-select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    color: #4365e2;
    border: 2px solid #4365e2;
    border-radius: 6px;
    padding: 10px 40px 10px 16px;
    font-family: thisBaxterSansMedium, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234365e2' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.button {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    color: #4365e2;
    border: 2px solid #4365e2;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: thisBaxterSansMedium, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    margin-left: 8px;
    transition: background-color 0.2s, color 0.2s;
}

.button:hover,
.button:focus {
    background-color: #4365e2;
    color: #fff;
}

.navbar-custom {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #f0f0f0;
}

.navbar-custom .navbar-brand {
    color: #4365e2 !important;
    font-weight: 600;
    font-family: 'Lora', serif;
}

.footer {
    background-color: #4365e2;
    width: 100%;
    height: 80px;
    margin-top: 50px;
}

#grid-container {
    display: inline-grid;
    gap: 2px;
    background-color: #222;
    padding: 2px;
    border: 3px solid #222;
    border-radius: 4px;
}

.grid-cell {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 8px;
    border-radius: 1px;
}

.cell-border  { background-color: #222; }
.cell-wall    { background-color: #888; }
.cell-open    { background-color: #f5f0e8; }
.cell-player  { background-color: #f5f0e8; font-size: 20px; }
.cell-walked  { background-color: #f200ff; }
.cell-E       { background-color: #4365e2; color: #fff; }
.cell-M       { background-color: #e24343; color: #fff; }
.cell-C       { background-color: #43b043; color: #fff; }
.cell-S       { background-color: #e2a843; color: #fff; }
.cell-H       { background-color: #7a4cc2; color: #fff; }
.cell-A       { background-color: #d96c2f; color: #fff; }
.cell-P       { background-color: #2f9ca8; color: #fff; }
