/**
 * NETRAA — Sacred Numerology Stylesheet
 */
.micro-text {
    font-size: 8pt;
    line-height: 1.4;
}
.btn-warning:hover {
    filter: brightness(1.1);
}
.lo-shu-cell {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    border-radius: 10px;
    transition: all 0.2s ease;
}
