body {
    background-color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.navbar-custom {
    background-color: #e6f0fa;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.navbar .nav-link,
.navbar .dropdown-toggle {
    color: #005a9c !important;
    font-weight: 500;
}

.navbar .dropdown-menu {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table td {
    vertical-align: middle;
    font-size: 0.875rem;
    font-family: monospace;
}

.hex-cell {
    font-family: monospace;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}