.tcr-public,.tcr-public *{box-sizing:border-box}.tcr-public{--red:#b21f2d;--ink:#18202a;--line:#dce1e7;max-width:920px;margin:24px auto;padding:0;background:#fff;color:var(--ink);font-family:Arial,sans-serif;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(20,30,45,.09)}.tcr-public__header{padding:30px clamp(20px,5vw,46px);background:linear-gradient(135deg,#8f1523,var(--red));color:#fff}.tcr-public__header span{font-size:12px;font-weight:800;letter-spacing:.16em}.tcr-public__header h2{margin:8px 0;color:#fff;font-size:clamp(25px,4vw,38px);line-height:1.12}.tcr-public__header p{max-width:690px;margin:0;color:#fff;font-size:16px}.tcr-public__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:clamp(20px,5vw,46px)}.tcr-field{display:flex;flex-direction:column;gap:7px;min-width:0}.tcr-field--full{grid-column:1/-1}.tcr-field label,.tcr-conditional legend{font-weight:700;font-size:14px;color:#202934}.tcr-field input,.tcr-field select,.tcr-field textarea{width:100%;min-height:48px;border:1px solid #b9c2cd;border-radius:9px;background:#fff;color:#17202a;padding:10px 12px;font:inherit}.tcr-field textarea{min-height:82px;resize:vertical}.tcr-field input:focus,.tcr-field select:focus,.tcr-field textarea:focus{outline:3px solid rgba(178,31,45,.15);border-color:var(--red)}.tcr-field small{color:#5e6875}.tcr-money{display:grid;grid-template-columns:100px 1fr;gap:8px}.tcr-conditional{border:1px solid var(--line);border-radius:12px;padding:18px;margin:0}.tcr-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tcr-request-flags{padding:15px 16px;border:1px solid var(--line);border-radius:10px;background:#f7f8fa}.tcr-request-flags>span{font-size:14px;font-weight:700}.tcr-request-flags>div{display:flex;flex-wrap:wrap;gap:12px 28px}.tcr-request-flags label{display:flex;align-items:center;gap:9px;font-weight:600}.tcr-request-flags input[type=checkbox]{width:20px;min-height:20px;height:20px;margin:0;padding:0;accent-color:var(--red)}.tcr-consent{padding:16px;background:#f7f8fa;border-radius:10px}.tcr-consent label{display:flex;align-items:flex-start;gap:10px;font-weight:500}.tcr-consent input{width:18px;min-height:18px;margin-top:2px}.tcr-consent a{color:var(--red);font-weight:700}.tcr-submit{min-height:52px;border:0;border-radius:9px;background:var(--red);color:#fff;padding:12px 24px;font-size:17px;font-weight:800;cursor:pointer}.tcr-submit:hover,.tcr-submit:focus{background:#8e1723}.tcr-message{margin:24px clamp(20px,5vw,46px) 0;padding:15px 18px;border-radius:10px;font-weight:700}.tcr-message--success{background:#e8f7ee;color:#17663a;border:1px solid #a8dfbd}.tcr-message--error{background:#fff0f1;color:#8a1723;border:1px solid #ebb3b9}.tcr-form-error{color:#9b1d2b;font-weight:700}.tcr-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}[hidden]{display:none!important}@media(max-width:680px){.tcr-public{border-radius:10px}.tcr-public__form,.tcr-grid{grid-template-columns:1fr}.tcr-field--full{grid-column:auto}.tcr-money{grid-template-columns:92px 1fr}.tcr-request-flags>div{flex-direction:column;gap:10px}}

.tcr-visibility-options {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 16px;
    border: 2px solid #b9c2cd;
    border-radius: 10px;
    background: #f7f8fa;
}

.tcr-visibility-options legend {
    padding: 0 6px;
    color: #202934;
    font-size: 15px;
    font-weight: 800;
}

.tcr-visibility-options label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #202934;
    font-weight: 700;
}

.tcr-visibility-options input[type=checkbox] {
    flex: 0 0 auto;
    width: 20px;
    min-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    accent-color: #b21f2d;
}

.tcr-visibility-options small {
    color: #5e6875;
}

/* El Panel de Operaciones fuerza texto blanco en todos sus descendientes.
   Estas reglas conservan el contraste propio del formulario interno. */
body .tc-front-dashboard .tcr-public {
    background: #fff !important;
    color: #18202a !important;
    -webkit-text-fill-color: #18202a !important;
}

body .tc-front-dashboard .tcr-public .tcr-public__header {
    background: linear-gradient(135deg, #8f1523, #b21f2d) !important;
}

body .tc-front-dashboard .tcr-public .tcr-public__header,
body .tc-front-dashboard .tcr-public .tcr-public__header * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body .tc-front-dashboard .tcr-public .tcr-public__form,
body .tc-front-dashboard .tcr-public .tcr-public__form label,
body .tc-front-dashboard .tcr-public .tcr-public__form legend,
body .tc-front-dashboard .tcr-public .tcr-public__form span,
body .tc-front-dashboard .tcr-public .tcr-public__form small,
body .tc-front-dashboard .tcr-public .tcr-public__form p {
    color: #202934 !important;
    -webkit-text-fill-color: #202934 !important;
}

body .tc-front-dashboard .tcr-public input,
body .tc-front-dashboard .tcr-public select,
body .tc-front-dashboard .tcr-public textarea,
body .tc-front-dashboard .tcr-public option {
    background: #fff !important;
    color: #17202a !important;
    -webkit-text-fill-color: #17202a !important;
}

body .tc-front-dashboard .tcr-public input::placeholder,
body .tc-front-dashboard .tcr-public textarea::placeholder {
    color: #66717f !important;
    -webkit-text-fill-color: #66717f !important;
    opacity: 1 !important;
}

body .tc-front-dashboard .tcr-public .tcr-submit {
    background: #b21f2d !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body .tc-front-dashboard .tcr-public .tcr-submit:hover,
body .tc-front-dashboard .tcr-public .tcr-submit:focus {
    background: #8e1723 !important;
}

body .tc-front-dashboard .tcr-public .tcr-message--success {
    color: #17663a !important;
    -webkit-text-fill-color: #17663a !important;
}

body .tc-front-dashboard .tcr-public .tcr-message--error,
body .tc-front-dashboard .tcr-public .tcr-form-error {
    color: #8a1723 !important;
    -webkit-text-fill-color: #8a1723 !important;
}
