/* Admin layout */
.rlb-admin{display:grid;grid-template-columns:280px 1fr;gap:16px}
@media(max-width:1000px){.rlb-admin{grid-template-columns:1fr}}
.rlb-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.rlb-side h2{margin:.2rem 0 1rem;font-size:1.1rem}
.rlb-form-row{margin:.5rem 0}
.rlb-form-row input[type=date], .rlb-form-row input[type=text], .rlb-form-row input[type=number]{width:100%}
.rlb-legend{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.rlb-dot{width:10px;height:10px;border-radius:999px;display:inline-block}
.rlb-dot.av{background:#22c55e}.rlb-dot.rs{background:#f59e0b}.rlb-dot.bl{background:#94a3b8}
.rlb-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.rlb-cell{border:1px solid #e5e7eb;border-radius:12px;padding:8px;min-height:92px;display:flex;flex-direction:column;background:#fafafa}
.rlb-cell strong{font-weight:600}
.rlb-muted{opacity:.45}
.rlb-counts{margin-top:auto;font-size:12px;line-height:1.4}
.rlb-kbd{background:#f3f4f6;border:1px solid #e5e7eb;border-bottom-width:2px;padding:2px 6px;border-radius:6px;font-family:monospace}
.rlb-row{display:flex;justify-content:space-between;align-items:center;gap:8px}

/* FullCalendar — wygląd karty ze screena */
.fc .fc-timegrid-slot{height:52px}
.fc .fc-now-indicator-line{border-top:2px solid #ef4444}
.fc .rlb-ev{border:0;overflow:hidden;background:#dfedeb;margin-bottom: 5px;}
.fc .rlb-ev .fc-event-main{padding:10px 12px}
.fc .rlb-ev--reserved{border-left-color:#f59e0b;background:#fff3e0}
.fc .rlb-ev--t-individual {border-left-color:#e0f2fe;background:#e0f2fe}
.fc .rlb-ev--t-couple {border-left-color:#ffe4e6;background:#ffe4e6}
.fc .rlb-ev--blocked{border-left-color:#94a3b8;background:#e5e7eb}
.rlb-evt-time{font-size:16px;line-height:1;color:#000000;}
.rlb-evt-name{margin-top:4px;font-size:14px;color: #000000;}

/* Front — mini kalendarz */
.rlb-cal{max-width:860px;margin:16px auto;border:1px solid #e5e7eb;padding:16px;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.rlb-cal__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.rlb-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}
.rlb-cal__cell{padding:10px;border:1px solid #eee;border-radius:10px;min-height:70px;display:flex;flex-direction:column;background:#fafafa;cursor:pointer}
.rlb-cal__cell:focus{outline:2px solid #3b82f6}
.rlb-cal__cell--muted{opacity:0.5}
.rlb-cal__badge{margin-top:auto;font-size:12px}
.rlb-cal__times{margin-top:16px}
.rlb-cal__list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}
.rlb-cal__list li{border:1px solid #ddd;padding:8px 12px;border-radius:999px;cursor:pointer}
.rlb-cal__list li:focus,.rlb-cal__list li:hover{outline:2px solid #3b82f6}
.rlb-cal__list li[aria-disabled="true"]{opacity:.5;pointer-events:none}
.rlb-form{margin-top:16px}
.rlb-form button[disabled]{opacity:.6}