
.neobrutalism-shadow {
    box-shadow: 6px 6px 0px #000;
}
.neobrutalism-shadow-sm {
    box-shadow: 4px 4px 0px #000;
}
.neobrutalism-text-shadow {
    text-shadow: 3px 3px 0px #000;
}
.webcam-frame {
    border: 6px solid #000;
    box-shadow: 8px 8px 0px #000;
}
.treatment-item {
    background: linear-gradient(135deg, #39ff14, #00ffff);
    margin-bottom: 8px;
    padding: 12px;
    border: 3px solid #000;
    box-shadow: 3px 3px 0px #000;
    transition: transform 0.2s;
}
.treatment-item:hover {
    transform: translateX(5px);
}
.distribution-bar {
    transition: width 0.5s ease-in-out;
}
