body.rtb2-staff-page{margin:0;background:var(--rtb2-background,#f5f7f9)}.rtb2-staff-shell{min-height:100vh;padding:clamp(12px,2vw,28px)}.rtb2-staff-shell.is-full-width{width:100%;max-width:none}.rtb2-staff-shell:not(.is-full-width){max-width:1500px;margin:0 auto}.rtb2-staff-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:18px 22px;background:var(--rtb2-surface);border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);box-shadow:var(--rtb2-shadow)}.rtb2-staff-header h1{margin-bottom:3px}.rtb2-staff-header p{margin:0}.rtb2-staff-header-actions{display:flex;align-items:end;gap:10px}.rtb2-staff-header-actions label{display:grid;gap:4px;font-size:.85em;font-weight:650}.rtb2-auth-card{width:min(520px,calc(100% - 24px));margin:8vh auto;padding:clamp(22px,5vw,44px);background:var(--rtb2-surface);border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);box-shadow:var(--rtb2-shadow)}.rtb2-customer-portal{padding:clamp(12px,3vw,28px)}.rtb2-customer-portal .rtb2-portal-header{padding:18px 22px;background:var(--rtb2-surface);border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);box-shadow:var(--rtb2-shadow)}
[data-staff-booking-rows] tr[data-appointment-id]{cursor:pointer}.rtb2-portal-nav{max-width:500px}.rtb2-portal-nav button{color:var(--rtb2-text)}
@media(max-width:760px){.rtb2-staff-header{align-items:flex-start;flex-direction:column}.rtb2-staff-header-actions{width:100%;align-items:stretch;flex-direction:column}.rtb2-staff-header-actions .rtb2-button{width:100%}}

/* Bestandskundenauswahl 2.0.5 */
.rtb2-input-with-action { display:grid; grid-template-columns:minmax(0,1fr) 44px; gap:8px; align-items:center; }
.rtb2-addressbook-button { display:grid; place-items:center; width:44px; height:44px; padding:9px; border:1px solid var(--rtb2-border); border-radius:var(--rtb2-radius); background:var(--rtb2-surface); color:var(--rtb2-primary); cursor:pointer; }
.rtb2-addressbook-button:hover,.rtb2-addressbook-button:focus-visible { border-color:var(--rtb2-primary); background:var(--rtb2-surface); box-shadow:0 0 0 2px var(--rtb2-primary); }
.rtb2-addressbook-button svg { width:22px; height:22px; fill:currentColor; }
.rtb2-customer-picker-field { position:relative; }
.rtb2-customer-picker-panel { position:absolute; z-index:30; top:calc(100% + 8px); left:0; width:min(520px,calc(100vw - 48px)); padding:14px; background:var(--rtb2-surface); border:1px solid var(--rtb2-border); border-radius:var(--rtb2-radius); box-shadow:var(--rtb2-shadow); }
.rtb2-customer-picker-head { display:flex; justify-content:space-between; gap:12px; align-items:center; margin-bottom:10px; }
.rtb2-customer-picker-head button { border:0; background:transparent; color:var(--rtb2-text); font-size:24px; cursor:pointer; }
.rtb2-customer-picker-results { display:grid; gap:6px; max-height:280px; margin-top:10px; overflow:auto; }
.rtb2-customer-result { display:grid; grid-template-columns:42px minmax(0,1fr); gap:10px; align-items:center; width:100%; padding:9px; text-align:left; border:1px solid var(--rtb2-border); border-radius:var(--rtb2-radius); background:var(--rtb2-surface); color:var(--rtb2-text); cursor:pointer; }
.rtb2-customer-result:hover,.rtb2-customer-result:focus-visible { border-color:var(--rtb2-primary); box-shadow:0 0 0 1px var(--rtb2-primary); }
.rtb2-customer-result small { display:block; margin-top:3px; color:var(--rtb2-muted); }
.rtb2-customer-result-image { display:grid; place-items:center; width:42px; height:42px; overflow:hidden; border-radius:50%; background:var(--rtb2-background); }
.rtb2-customer-result-image img { width:100%; height:100%; object-fit:cover; }

/* Buchungsverwaltung und Kundenportal 2.0.8 */
.rtb2-staff-filters{display:grid;grid-template-columns:minmax(220px,2fr) repeat(4,minmax(140px,1fr)) auto;gap:10px;align-items:end;margin:0 0 18px}.rtb2-staff-filters input,.rtb2-staff-filters select{min-height:44px}.rtb2-extra-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.rtb2-extra-choice-grid label{display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:10px;align-items:center;padding:10px;border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);background:var(--rtb2-surface)}.rtb2-price-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);background:var(--rtb2-background)}.rtb2-price-summary strong{font-size:1.25em}.rtb2-price-summary small{flex-basis:100%;color:var(--rtb2-muted)}.rtb2-series-list{margin-top:18px;border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);padding:12px}.rtb2-series-list summary{cursor:pointer;font-weight:700}.rtb2-series-list>div{display:grid;gap:8px;margin-top:10px}.rtb2-series-list button{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.8fr) auto;gap:10px;align-items:center;width:100%;padding:10px 12px;border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);background:var(--rtb2-surface);color:var(--rtb2-text);text-align:left;cursor:pointer}.rtb2-series-list button.is-current{border-color:var(--rtb2-primary);box-shadow:0 0 0 1px var(--rtb2-primary)}.rtb2-customer-heading{display:flex;align-items:center;gap:14px}.rtb2-customer-avatar{display:grid;place-items:center;width:58px;height:58px;overflow:hidden;border-radius:50%;background:var(--rtb2-background);font-size:28px}.rtb2-customer-avatar img{width:100%;height:100%;object-fit:cover}.rtb2-customer-nav{max-width:none;margin:16px 0}.rtb2-customer-nav a{display:inline-flex;padding:10px 14px;border-radius:var(--rtb2-radius);color:var(--rtb2-text);text-decoration:none}.rtb2-customer-nav a:hover,.rtb2-customer-nav a:focus-visible{background:var(--rtb2-surface);box-shadow:0 0 0 1px var(--rtb2-border)}.rtb2-customer-sections{display:grid;gap:16px}.rtb2-booking-cards{display:grid;gap:10px}.rtb2-booking-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--rtb2-border);border-radius:var(--rtb2-radius);background:var(--rtb2-surface)}.rtb2-booking-card>div{display:grid;gap:4px}.rtb2-booking-card>div:last-child{justify-items:end}.rtb2-customer-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rtb2-customer-booking-detail{margin-bottom:16px}.rtb2-inline-cancel-form{min-width:min(360px,100%)}.rtb2-inline-cancel-form textarea{min-height:70px}.rtb2-audit-list{display:grid;gap:8px;padding-left:20px}.rtb2-audit-list li{display:flex;justify-content:space-between;gap:10px}.rtb2-count-badge{display:inline-grid;place-items:center;min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:var(--rtb2-background);font-weight:700}
@media(max-width:1000px){.rtb2-staff-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.rtb2-customer-account-grid{grid-template-columns:1fr}}
@media(max-width:640px){.rtb2-staff-filters{grid-template-columns:1fr}.rtb2-booking-card{flex-direction:column}.rtb2-booking-card>div:last-child{width:100%;justify-items:start}.rtb2-series-list button{grid-template-columns:1fr}.rtb2-customer-portal .rtb2-portal-header{align-items:flex-start;flex-direction:column}}
