/* /Components/DepthComplexity.razor.rz.scp.css */
.weight-grid-wrapper[b-7hvqijmvrg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.weight-grid-surface[b-7hvqijmvrg] {
    position: relative;
    width: fit-content;
}

.weight-grid[b-7hvqijmvrg] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 34px);
    grid-template-rows: repeat(4, 34px);
    gap: 4px;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    transition: opacity 0.2s ease;
}

.weight-grid.weight-grid-faded[b-7hvqijmvrg] {
    opacity: 0.2;
}

.weight-grid-cell[b-7hvqijmvrg] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.weight-grid-cell.selected[b-7hvqijmvrg] {
    background: rgba(255, 255, 255, 0.32);
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.weight-skull-overlay[b-7hvqijmvrg] {
    position: absolute;
    inset: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 34%, rgba(255, 255, 255, 0) 68%);
}

.weight-skull-image[b-7hvqijmvrg] {
    width: 80%;
    max-width: none;
    max-height: 80%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.22));
}

.weight-eye-glow[b-7hvqijmvrg] {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
}

.weight-white-skull .weight-skull-image[b-7hvqijmvrg] {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.28));
}

.weight-red-skull .weight-skull-image[b-7hvqijmvrg] {
    filter: drop-shadow(0 0 8px rgba(255, 48, 48, 0.20));
}

.weight-depth-axis-label[b-7hvqijmvrg],
.weight-complexity-axis-label[b-7hvqijmvrg] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.weight-depth-axis-label[b-7hvqijmvrg] {
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    min-height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weight-complexity-axis-label[b-7hvqijmvrg] {
    text-align: center;
    margin-top: 0.35rem;
}
/* /Layout/LoginDisplay.razor.rz.scp.css */
a[b-8z8n785dle] {
    color: var(--fill-color);
}
