/* Styles */
.berp-wrap { max-width: 1100px; margin: 0 auto; padding: 1rem; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.berp-header h1 { margin: 0 0 .25rem 0; }
.berp-auth { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1rem 0; }
.berp-auth label { display:block; margin-top:.5rem; }
.berp-auth input { width:100%; padding:.5rem; }
.berp-links { margin:.5rem 0; font-size:.9rem; }
.berp-pass-wrap { display:flex; gap:.5rem; align-items:center; }
.berp-pass-wrap input { flex:1; }
.berp-pass-wrap button { padding:.4rem .6rem; }
.berp-remember { margin-top:.5rem; display:inline-flex; gap:.5rem; align-items:center; }
.berp-auth button { margin-top:.5rem; }
.berp-hidden { display:none !important; }
.berp-msg { margin-top:.5rem; min-height:1.2rem; color:#333; }
.berp-calendar { margin: 1rem 0; }
.berp-legend { margin-top:.5rem; display:flex; gap:1rem; flex-wrap:wrap; font-size:.95rem; }
.berp-dot { display:inline-block; width:.75rem; height:.75rem; border-radius:50%; margin-right:.25rem; border:1px solid #3333; vertical-align:middle; }
.berp-green{ background:#00a65a; }
.berp-red{ background:#dd4b39; }
.berp-orange{ background:#ff851b; }
.berp-gray{ background:#b0b0b0; }
.berp-request { border-top:1px solid #eee; padding-top:1rem; }
.berp-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; }
.berp-row { display:flex; gap:.5rem; }
.berp-request select, .berp-request textarea { width:100%; padding:.5rem; }
.berp-name{font-weight:normal;color:#666;margin-left:.25rem;}
.berp-footer { margin-top:1.5rem; font-size:.9rem; color:#444; }
.berp-toast { position:fixed; right:1rem; bottom:1rem; background:#111; color:#fff; padding:.75rem 1rem; border-radius:.5rem; box-shadow:0 6px 20px rgba(0,0,0,.3); }
/* Optional weekend shading (month grid) */
.fc-day-sat, .fc-day-sun { background: #fafafa; }
