/* TruckRoster · _form_handler.css
   Honeypot off-screen, success/error message states, toast fallback.
*/

.tr-honey {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.tr-success {
    background: #ecfdf5;
    border: 2px solid #16a34a;
    color: #064e3b;
    padding: .55rem .75rem;
    margin: .4rem 0;
    font-weight: 500;
}
.tr-error {
    background: #fef2f2;
    border: 2px solid #dc2626;
    color: #7f1d1d;
    padding: .55rem .75rem;
    margin: .4rem 0;
    font-weight: 500;
}

.tr-toast {
    /* inline styles applied via JS; this class is a hook for future styling */
}
