.circolo-booking { max-width: 620px; margin: 0 auto; }
.circolo-booking form { display: grid; gap: 16px; }
.circolo-booking label { display: grid; gap: 6px; font-weight: 600; }
.circolo-booking label.circolo-consent { display: flex; align-items: center; gap: 10px; font-weight: 400; }
.circolo-booking input, .circolo-booking select { box-sizing: border-box; width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #777; border-radius: 6px; font: inherit; }
.circolo-consent input[type="checkbox"] { width: 20px; min-width: 20px; min-height: 20px; height: 20px; flex-shrink: 0; }
.circolo-booking label.circolo-checkbox { display: flex; align-items: center; gap: 10px; font-weight: 400; }
.circolo-booking label.circolo-checkbox input[type="checkbox"] { width: 20px; min-width: 20px; min-height: 20px; height: 20px; flex-shrink: 0; }
.circolo-booking button { min-height: 54px; border: 0; border-radius: 6px; padding: 12px 20px; background: #8f0f16; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.circolo-help, .circolo-privacy { color: #555; }
.circolo-result { display: none; margin-top: 16px; padding: 14px; border-radius: 6px; }
.circolo-result:not(:empty) { display: block; background: #f1f1f1; }
.circolo-result.success { background: #e5f3e7; }
.circolo-result.waiting { background: #fff3d9; }
.circolo-result.error { background: #fde7e7; }
.circolo-honeypot { position: absolute !important; left: -9999px; }
.circolo-admin .circolo-slots { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; max-width: 850px; margin: 16px 0 28px; }
.circolo-admin .circolo-slots div { min-height: 74px; padding: 14px; border: 1px solid #c3c4c7; border-radius: 6px; background: #fff; font-size: 16px; }
.circolo-admin .circolo-phone-form { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; max-width: 1000px; margin-bottom: 30px; }
.circolo-admin .circolo-phone-form input, .circolo-admin .circolo-phone-form select, .circolo-admin .circolo-phone-form button { min-height: 48px; font-size: 16px; }
@media (max-width: 900px) { .circolo-admin .circolo-phone-form { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.circolo-cash { max-width: 980px; margin: 0 auto; font-size: 18px; }
.circolo-cash input, .circolo-cash select, .circolo-cash button { box-sizing: border-box; min-height: 56px; padding: 12px; font: inherit; }
.circolo-cash button { border: 0; border-radius: 6px; background: #3f5163; color: #fff; font-weight: 700; cursor: pointer; }
.circolo-cash header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.circolo-cash header > div:last-child { display: flex; gap: 8px; }
.cash-alert { background: #ffde59; color: #4a3b00; font-weight: 700; padding: 14px 18px; border-radius: 6px; margin-bottom: 16px; cursor: pointer; animation: cash-alert-pulse 1s ease-in-out 3; }
@keyframes cash-alert-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
.cash-btn-neutral { background: #e4e6e9 !important; color: #333 !important; }
.cash-slots { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); gap: 12px; margin: 18px 0; }
.cash-slots div, .cash-booking { padding: 16px; border: 1px solid #bbb; border-radius: 6px; background: #fff; }
.cash-slots div { border-width: 2px; font-size: 16px; }
.cash-slots div.cash-slot-ok { border-color: #2e8b3d; background: #f0f9f1; }
.cash-slots div.cash-slot-near { border-color: #c97a00; background: #fff8ec; }
.cash-slots div.cash-slot-full { border-color: #b3261e; background: #fdf0ef; }
.cash-new { width: 100%; margin: 8px 0 16px; }
.circolo-cash form { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.circolo-cash form[hidden] { display: none; }
.circolo-cash .cash-btn-save { background: #2e8b3d; color: #fff; }
.circolo-cash .cash-btn-cancel-form { background: #b3261e; color: #fff; }
.cash-who { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; font-weight: 700; }
.cash-who select { flex: 1; }
.cash-check { display: flex; align-items: center; gap: 6px; font-weight: 400; font-size: 15px; }
.cash-check input[type="checkbox"] { width: 20px; min-width: 20px; min-height: 20px; height: 20px; }
.cash-notes { grid-column: 1 / -1; }
.cash-tags { font-size: 14px; font-weight: 700; color: #854f0b; }
.cash-notes-display { font-size: 14px; color: #555; font-style: italic; }
.cash-notified { font-size: 13px; color: #1c6b28; font-weight: 700; margin-top: 4px; }
.cash-booking { display: flex; flex-direction: column; gap: 6px; margin: 10px 0; }
.cash-booking span { display: inline-block; padding: 3px 10px; border-radius: 999px; background: #eee; font-size: 15px; width: fit-content; }
.cash-status.cash-status-confirmed { background: #e0f2e2; color: #1c6b28; }
.cash-status.cash-status-waiting { background: #fdf0d5; color: #9a5b00; }
.cash-status.cash-status-cancelled { background: #f1f1f1; color: #777; text-decoration: line-through; }
.cash-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.cash-actions button, .cash-actions a { min-height: 42px; margin: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; padding: 0 16px; font-weight: 700; text-decoration: none; cursor: pointer; }
.circolo-cash .cash-btn-confirm { background: #2e8b3d; color: #fff; border: 0; }
.circolo-cash .cash-btn-cancel { background: #b3261e; color: #fff; border: 0; }
.circolo-cash .cash-btn-whatsapp { background: #1ebe57; color: #fff; }
.circolo-cash .cash-btn-whatsapp-cancel { background: #c97a00; color: #fff; }
@media (max-width: 700px) { .cash-slots, .circolo-cash form { grid-template-columns: repeat(2, minmax(0, 1fr)); } .circolo-cash header { align-items: flex-start; flex-direction: column; } }
