:root{--rbk-primary:var(--wp--preset--color--primary,#2196f3);--rbk-primary-dark:var(--wp--preset--color--primary-dark,#1976d2);--rbk-secondary:var(--wp--preset--color--secondary,#757575);--rbk-success:var(--wp--preset--color--success,#4caf50);--rbk-danger:var(--wp--preset--color--danger,#f44336);--rbk-border:var(--wp--preset--color--border,#e0e0e0);--rbk-bg:var(--wp--preset--color--background,#fff);--rbk-text:var(--wp--preset--color--foreground,#333);--rbk-text-light:var(--wp--preset--color--text-light,#666);--rbk-radius:var(--wp--custom--border-radius,4px)}.rbk-calendar-block{margin:2rem 0}.rbk-calendar{background:var(--rbk-bg);border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);padding:1rem}.rbk-calendar-loading{align-items:center;color:var(--rbk-text-light);display:flex;justify-content:center;padding:3rem}.rbk-calendar-toolbar{margin-bottom:1rem}.rbk-resource-filter{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);min-width:200px;padding:.5rem}.rbk-calendar .fc{font-family:inherit}.rbk-calendar .fc-toolbar-title{font-size:1.25rem}.rbk-calendar .fc-button{background:var(--rbk-primary);border-color:var(--rbk-primary)}.rbk-calendar .fc-button:hover{background:var(--rbk-primary-dark);border-color:var(--rbk-primary-dark)}.rbk-calendar .fc-button-active{background:var(--rbk-primary-dark)!important;border-color:var(--rbk-primary-dark)!important}.rbk-calendar .fc-event{border-radius:var(--rbk-radius);cursor:pointer}.rbk-calendar .rbk-event-content{overflow:hidden;padding:2px 4px}.rbk-calendar .rbk-event-content .fc-event-time{font-size:.85em;font-weight:600}.rbk-calendar .rbk-event-content .fc-event-title{font-weight:500}.rbk-calendar .rbk-recurring-indicator{font-size:.75em;font-style:italic;opacity:.85}.rbk-calendar .fc-timegrid-slot{height:2.5rem}.rbk-resource-list{display:grid;gap:1.5rem;grid-template-columns:repeat(var(--rbk-columns,3),1fr)}@media (max-width:768px){.rbk-resource-list{grid-template-columns:1fr}}.rbk-resource-card{background:var(--rbk-bg);border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);overflow:hidden}.rbk-resource-card-image img{height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.rbk-resource-card-content{padding:1rem}.rbk-resource-card-title{font-size:1.25rem;margin:0 0 .5rem}.rbk-resource-card-title a{color:inherit;text-decoration:none}.rbk-resource-card-title a:hover{color:var(--rbk-primary)}.rbk-resource-card-description{color:var(--rbk-text-light);margin-bottom:1rem}.rbk-resource-card-button{background:var(--rbk-primary);border-radius:var(--rbk-radius);color:#fff;display:inline-block;padding:.5rem 1rem;text-decoration:none}.rbk-resource-card-button:hover{background:var(--rbk-primary-dark);color:#fff}.rbk-resource-single{margin:0 auto;max-width:1200px}.rbk-resource-single-image img{border-radius:var(--rbk-radius);max-height:400px;-o-object-fit:cover;object-fit:cover;width:100%}.rbk-resource-single-content{margin:2rem 0}.rbk-resource-single-title{margin-top:0}.rbk-resource-single-gallery{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.rbk-gallery-item img{border-radius:var(--rbk-radius);height:100px;-o-object-fit:cover;object-fit:cover;width:100px}.rbk-resource-single-documents ul{list-style:none;padding:0}.rbk-resource-single-documents li{padding:.5rem 0}.rbk-resource-single-documents a{align-items:center;display:flex;gap:.5rem}.rbk-my-bookings-list{list-style:none;margin:0;padding:0}.rbk-my-booking-item{align-items:center;border-bottom:1px solid var(--rbk-border);display:flex;justify-content:space-between;padding:1rem}.rbk-my-booking-item:last-child{border-bottom:none}.rbk-my-booking-info{display:flex;flex-direction:column;gap:.25rem}.rbk-my-booking-info strong{font-size:1.1rem}.rbk-booking-title{color:var(--rbk-text-light);font-style:italic}.rbk-my-booking-actions{display:flex;gap:.5rem}.rbk-delete-btn,.rbk-edit-btn{background:var(--rbk-bg);border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);cursor:pointer;padding:.25rem .5rem}.rbk-delete-btn{border-color:var(--rbk-danger);color:var(--rbk-danger)}.rbk-login-block{margin:2rem auto;max-width:400px}.rbk-login-form{background:var(--rbk-bg);border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);padding:2rem}.rbk-login-google{margin-bottom:1.5rem}.rbk-google-login-button{align-items:center;background:#fff;border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);color:var(--rbk-text);cursor:pointer;display:flex;font-size:1rem;gap:.75rem;justify-content:center;padding:.75rem 1rem;text-decoration:none;width:100%}.rbk-google-login-button:hover{background:#f5f5f5}.rbk-login-divider{align-items:center;color:var(--rbk-text-light);display:flex;margin:1.5rem 0}.rbk-login-divider:after,.rbk-login-divider:before{border-bottom:1px solid var(--rbk-border);content:"";flex:1}.rbk-login-divider span{padding:0 1rem}.rbk-login-wp-form .rbk-form-field{margin-bottom:1rem}.rbk-login-wp-form label{display:block;font-weight:500;margin-bottom:.25rem}.rbk-login-wp-form input[type=password],.rbk-login-wp-form input[type=text]{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);padding:.75rem;width:100%}.rbk-login-wp-form .rbk-remember{align-items:center;display:flex;gap:.5rem}.rbk-login-wp-form .rbk-remember label{font-weight:400;margin:0}.rbk-submit-button{background:var(--rbk-primary);border:none;border-radius:var(--rbk-radius);color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;width:100%}.rbk-submit-button:hover{background:var(--rbk-primary-dark)}.rbk-login-links{display:flex;font-size:.875rem;justify-content:space-between;margin-top:1rem}.rbk-login-logged-in{padding:1rem;text-align:center}.rbk-booking-button{border:none;border-radius:var(--rbk-radius);cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .2s}.rbk-button-primary{background:var(--rbk-primary);color:#fff}.rbk-button-primary:hover{background:var(--rbk-primary-dark)}.rbk-button-secondary{background:var(--rbk-secondary);color:#fff}.rbk-button-secondary:hover{background:#616161}.rbk-button-outline{background:transparent;border:2px solid var(--rbk-primary);color:var(--rbk-primary)}.rbk-button-outline:hover{background:var(--rbk-primary);color:#fff}.rbk-button-danger{background:var(--rbk-danger);color:#fff}.rbk-button-danger:hover{background:#d32f2f}.rbk-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100000}.rbk-modal-backdrop{background:rgba(0,0,0,.5);bottom:0;left:0;position:absolute;right:0;top:0}.rbk-modal-content{background:var(--rbk-bg);border-radius:var(--rbk-radius);max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:90%}body.rbk-modal-open{overflow:hidden}.rbk-booking-form h2{margin-bottom:1.5rem;margin-top:0}.rbk-booking-form .rbk-form-field{margin-bottom:1rem}.rbk-booking-form label{display:block;font-weight:500;margin-bottom:.25rem}.rbk-booking-form .rbk-optional{color:var(--rbk-text-light);font-weight:400}.rbk-booking-form input,.rbk-booking-form select{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);padding:.75rem;width:100%}.rbk-form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.rbk-form-message{border-radius:var(--rbk-radius);margin-top:1rem;padding:.75rem;text-align:center}.rbk-form-message:empty{display:none}.rbk-form-message.rbk-success{background:#e8f5e9;color:#2e7d32}.rbk-form-message.rbk-error{background:#ffebee;color:#c62828}.rbk-event-detail h2{margin-top:0}.rbk-event-info{margin-bottom:1.5rem}.rbk-event-info p{margin:.5rem 0}.rbk-event-contact{background:#f5f5f5;border-radius:var(--rbk-radius);margin-bottom:1.5rem;padding:1rem}.rbk-event-contact h3{color:var(--rbk-text-light);font-size:.875rem;margin-bottom:.5rem;margin-top:0}.rbk-event-contact p{margin:.25rem 0}.rbk-recurring-badge{background:#e3f2fd;border-radius:var(--rbk-radius);color:#1565c0;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.rbk-calendar-preview,.rbk-login-preview,.rbk-my-bookings-preview,.rbk-resource-list-preview,.rbk-resource-preview{background:#f5f5f5;border:1px dashed #ccc;border-radius:var(--rbk-radius);padding:1rem}.rbk-calendar-preview-header,.rbk-login-preview-header,.rbk-my-bookings-preview-header,.rbk-resource-list-preview-header,.rbk-resource-preview-header{align-items:center;border-bottom:1px solid #ddd;display:flex;font-weight:600;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.rbk-calendar-preview-info{width:100%}.rbk-calendar-preview-info th{font-weight:500;padding:.25rem .5rem .25rem 0;text-align:left}.rbk-calendar-preview-info td{padding:.25rem 0}.rbk-notice{color:#666;font-style:italic}.rbk-loading,.rbk-no-bookings{color:var(--rbk-text-light);padding:2rem;text-align:center}.rbk-login-preview-google{margin-bottom:1rem}.rbk-google-button-preview{align-items:center;background:#fff;display:flex;gap:.5rem;justify-content:center;padding:.5rem 1rem}.rbk-google-button-preview,.rbk-login-preview-wp input{border:1px solid #ddd;border-radius:var(--rbk-radius);width:100%}.rbk-login-preview-wp input{display:block;margin-bottom:.5rem;padding:.5rem}.rbk-login-preview-wp button{background:var(--rbk-primary);border:none;border-radius:var(--rbk-radius);color:#fff;padding:.5rem;width:100%}.rbk-booking-wizard{min-width:300px}.rbk-booking-wizard h2{color:var(--rbk-text);margin-bottom:1.5rem;margin-top:0}.rbk-wizard-step{margin-bottom:1.5rem}.rbk-wizard-step label{color:var(--rbk-text);display:block;font-weight:600;margin-bottom:.5rem}.rbk-wizard-step.rbk-step-hidden{display:none}.rbk-wizard-resource{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);font-size:1rem;padding:.75rem;width:100%}.rbk-help-text{color:var(--rbk-text-light);font-size:.875rem;margin:.25rem 0 .75rem}.rbk-wizard-calendar{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);overflow:hidden}.rbk-wizard-calendar .fc{font-size:.875rem}.rbk-wizard-calendar .fc-toolbar-title{font-size:1rem!important}.rbk-wizard-calendar .fc-button{font-size:.8rem!important;padding:.25rem .5rem!important}.rbk-selected-time{background:#e3f2fd;border-left:4px solid var(--rbk-primary);border-radius:var(--rbk-radius);margin-bottom:1rem;padding:1rem}.rbk-wizard-title{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);font-size:1rem;padding:.75rem;width:100%}.rbk-wizard-submit{padding:.75rem 1.5rem}.rbk-wizard-submit:disabled{cursor:not-allowed;opacity:.6}.rbk-modal-content:has(.rbk-booking-wizard){max-width:700px}.rbk-floating-book-btn{background:var(--rbk-primary);border:none;border-radius:50px;bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.25rem;position:absolute;right:1rem;transition:all .2s ease;z-index:10}.rbk-floating-book-btn:hover{background:var(--rbk-primary-dark);box-shadow:0 4px 12px rgba(0,0,0,.25);transform:translateY(-2px)}.rbk-calendar{position:relative}.rbk-calendar .fc-highlight{background:rgba(33,150,243,.2)!important}.rbk-calendar .fc-timegrid-col:hover{background:rgba(33,150,243,.05)}.rbk-login-prompt{background:#fff3e0;color:#e65100;padding:2rem}.rbk-error,.rbk-login-prompt{border-radius:var(--rbk-radius);text-align:center}.rbk-error{background:#ffebee;color:#c62828;padding:1rem}@media (max-width:600px){.rbk-modal-content{max-height:95vh;padding:1rem;width:95%}.rbk-modal-content:has(.rbk-booking-wizard){max-width:95%}.rbk-wizard-calendar{height:350px!important}.rbk-form-actions{flex-direction:column}.rbk-form-actions button{width:100%}.rbk-floating-book-btn{bottom:.5rem;font-size:.85rem;padding:.6rem 1rem;right:.5rem}.rbk-my-booking-item{align-items:flex-start;flex-direction:column;gap:.75rem}.rbk-my-booking-actions{width:100%}.rbk-my-booking-actions button{flex:1}}.rbk-calendar-inner{min-height:400px}.rbk-calendar .fc-daygrid-day,.rbk-calendar .fc-timegrid-slot-lane{cursor:pointer}.rbk-calendar .fc-event-main{padding:2px 4px}.rbk-calendar .fc-timegrid-event{border-radius:4px;overflow:hidden}.rbk-resource-card-button{cursor:pointer}.rbk-dashboard{--rbk-dashboard-bg:#f8fafc;--rbk-card-bg:#fff;--rbk-card-shadow:0 1px 3px rgba(0,0,0,.08);--rbk-card-radius:8px;--rbk-spacing-sm:0.75rem;--rbk-spacing-md:1.5rem;--rbk-spacing-lg:2rem;--rbk-status-available:#10b981;--rbk-status-busy:#f59e0b}.rbk-dashboard-block{margin:2rem 0}.rbk-dashboard{background:var(--rbk-dashboard-bg);border-radius:var(--rbk-card-radius);padding:var(--rbk-spacing-md)}.rbk-dashboard-header{align-items:center;border-bottom:1px solid var(--rbk-border);display:flex;flex-wrap:wrap;gap:var(--rbk-spacing-md);justify-content:space-between;margin-bottom:var(--rbk-spacing-md);padding-bottom:var(--rbk-spacing-md)}.rbk-dashboard-header-left{flex:1;min-width:200px}.rbk-dashboard-welcome{color:var(--rbk-text);font-size:1.5rem;font-weight:600;margin:0}.rbk-dashboard-header-right{align-items:center;display:flex;gap:var(--rbk-spacing-sm)}.rbk-dashboard-notice{align-items:flex-start;border-radius:var(--rbk-card-radius);display:flex;gap:var(--rbk-spacing-sm);margin-bottom:var(--rbk-spacing-md);padding:var(--rbk-spacing-md)}.rbk-dashboard-notice .rbk-notice-icon{flex-shrink:0;font-size:1.25rem;line-height:1}.rbk-dashboard-notice .rbk-notice-content{flex:1}.rbk-dashboard-notice .rbk-notice-content strong{display:block;margin-bottom:.25rem}.rbk-dashboard-notice .rbk-notice-content p{font-size:.9rem;margin:.25rem 0}.rbk-dashboard-notice .rbk-notice-reason{font-style:italic;opacity:.9}.rbk-notice-warning{background:#fff3cd;border:1px solid #ffc107;color:#856404}.rbk-notice-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.rbk-dashboard-search{position:relative}.rbk-dashboard-search-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23999%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m21 21-6-6m2-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0%27/%3E%3C/svg%3E");background-position:.75rem;background-repeat:no-repeat;background-size:1.25rem;border:1px solid var(--rbk-border);border-radius:50px;font-size:.9rem;padding:.6rem 1rem .6rem 2.5rem;transition:border-color .2s,box-shadow .2s;width:250px}.rbk-dashboard-search-input:focus{border-color:var(--rbk-primary);box-shadow:0 0 0 3px rgba(33,150,243,.1);outline:none}.rbk-dashboard-search-results{background:var(--rbk-card-bg);border:1px solid var(--rbk-border);border-radius:var(--rbk-card-radius);box-shadow:var(--rbk-card-shadow);display:none;left:0;margin-top:.25rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.rbk-dashboard-search-results.rbk-active{display:block}.rbk-search-result{align-items:center;border-bottom:1px solid var(--rbk-border);cursor:pointer;display:flex;gap:var(--rbk-spacing-sm);padding:var(--rbk-spacing-sm);transition:background .15s}.rbk-search-result:last-child{border-bottom:none}.rbk-search-result:hover{background:var(--rbk-dashboard-bg)}.rbk-search-result-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.rbk-search-result-content{flex:1;min-width:0}.rbk-search-result-title{color:var(--rbk-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbk-search-result-meta{color:var(--rbk-text-light);font-size:.8rem}.rbk-search-result-type{background:var(--rbk-dashboard-bg);border-radius:50px;color:var(--rbk-text-light);font-size:.75rem;padding:.15rem .5rem}.rbk-search-no-results{color:var(--rbk-text-light);padding:var(--rbk-spacing-md);text-align:center}.rbk-dashboard-login-btn,.rbk-dashboard-quick-book,.rbk-dashboard-register-btn{border-radius:50px;font-size:.9rem;font-weight:500;padding:.6rem 1.25rem;white-space:nowrap}.rbk-dashboard-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--rbk-spacing-md);overflow-x:auto;padding-bottom:var(--rbk-spacing-sm);-webkit-overflow-scrolling:touch}.rbk-filter-tab{align-items:center;background:var(--rbk-card-bg);border:1px solid var(--rbk-border);border-radius:50px;color:var(--rbk-text);cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s;white-space:nowrap}.rbk-filter-tab:hover{border-color:var(--rbk-primary);color:var(--rbk-primary)}.rbk-filter-tab.rbk-filter-active{background:var(--rbk-primary);border-color:var(--rbk-primary);color:#fff}.rbk-filter-tab-dot{border-radius:50%;height:8px;width:8px}.rbk-filter-tab.rbk-filter-active .rbk-filter-tab-dot{background-color:#fff!important}.rbk-dashboard-content{display:grid;gap:var(--rbk-spacing-md);grid-template-columns:1fr 320px;margin-bottom:var(--rbk-spacing-md)}.rbk-dashboard-calendar-section{background:var(--rbk-card-bg);border-radius:var(--rbk-card-radius);box-shadow:var(--rbk-card-shadow);min-height:500px;padding:var(--rbk-spacing-md)}.rbk-dashboard-calendar,.rbk-dashboard-calendar .fc{height:100%}.rbk-dashboard-my-bookings-section{background:var(--rbk-card-bg);border-radius:var(--rbk-card-radius);box-shadow:var(--rbk-card-shadow);display:flex;flex-direction:column;padding:var(--rbk-spacing-md)}.rbk-dashboard-section-title{color:var(--rbk-text);font-size:1rem;font-weight:600;margin:0 0 var(--rbk-spacing-sm)}.rbk-dashboard-my-bookings{flex:1;overflow-y:auto}.rbk-dashboard-booking-item{align-items:flex-start;border-radius:var(--rbk-radius);cursor:pointer;display:flex;gap:var(--rbk-spacing-sm);margin-bottom:.5rem;padding:var(--rbk-spacing-sm);transition:background .15s}.rbk-dashboard-booking-item:hover{background:var(--rbk-dashboard-bg)}.rbk-dashboard-booking-dot{border-radius:50%;flex-shrink:0;height:10px;margin-top:5px;width:10px}.rbk-dashboard-booking-info{flex:1;min-width:0}.rbk-dashboard-booking-time{color:var(--rbk-text-light);font-size:.8rem;margin-bottom:2px}.rbk-dashboard-booking-time strong{color:var(--rbk-text)}.rbk-dashboard-booking-resource{color:var(--rbk-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbk-dashboard-booking-title{color:var(--rbk-text-light);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbk-dashboard-no-bookings{color:var(--rbk-text-light);padding:var(--rbk-spacing-lg);text-align:center}.rbk-dashboard-see-all{border-top:1px solid var(--rbk-border);color:var(--rbk-primary);display:block;font-size:.875rem;font-weight:500;margin-top:auto;padding:var(--rbk-spacing-sm);text-align:center;text-decoration:none}.rbk-dashboard-see-all:hover{color:var(--rbk-primary-dark)}.rbk-dashboard-resource-status{background:var(--rbk-card-bg);border-radius:var(--rbk-card-radius);box-shadow:var(--rbk-card-shadow);padding:var(--rbk-spacing-md)}.rbk-dashboard-status-grid{display:grid;gap:var(--rbk-spacing-sm);grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.rbk-resource-status-card{background:var(--rbk-card-bg);border:1px solid var(--rbk-border);border-left:4px solid var(--rbk-resource-color,var(--rbk-primary));border-radius:var(--rbk-card-radius);padding:var(--rbk-spacing-sm);transition:transform .2s,box-shadow .2s}.rbk-resource-status-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.rbk-resource-status-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.rbk-resource-status-indicator{background:var(--rbk-status-available);border-radius:50%;flex-shrink:0;height:10px;width:10px}.rbk-resource-status-card.rbk-status-busy .rbk-resource-status-indicator{background:var(--rbk-status-busy)}.rbk-resource-status-title{color:var(--rbk-text);font-size:.95rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbk-resource-status-info{margin-bottom:.75rem}.rbk-resource-status-text{color:var(--rbk-text-light);font-size:.85rem}.rbk-resource-status-card.rbk-status-available .rbk-resource-status-text{color:var(--rbk-status-available);font-weight:500}.rbk-resource-status-card.rbk-status-busy .rbk-resource-status-text{color:var(--rbk-status-busy)}.rbk-resource-status-action{display:flex}.rbk-resource-book-btn{background:var(--rbk-primary);border:none;border-radius:var(--rbk-radius);color:#fff;cursor:pointer;flex:1;font-size:.8rem;font-weight:500;padding:.4rem .75rem;text-align:center;text-decoration:none;transition:background .2s}.rbk-resource-book-btn:hover{background:var(--rbk-primary-dark);color:#fff}.rbk-dashboard-loading{align-items:center;color:var(--rbk-text-light);display:flex;justify-content:center;padding:var(--rbk-spacing-lg)}.rbk-dashboard-preview{background:#f5f5f5;border:1px dashed #ccc;border-radius:var(--rbk-radius);padding:1rem}.rbk-dashboard-preview-header{align-items:center;border-bottom:1px solid #ddd;display:flex;font-weight:600;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.rbk-dashboard-preview-layout{display:flex;flex-direction:column;gap:.75rem}.rbk-dashboard-preview-section{background:#fff;border:1px solid #ddd;border-radius:var(--rbk-radius);padding:.75rem}.rbk-dashboard-preview-section strong{color:var(--rbk-text);display:block;margin-bottom:.25rem}.rbk-dashboard-preview-section p,.rbk-dashboard-preview-section ul{color:var(--rbk-text-light);font-size:.875rem;margin:0}.rbk-dashboard-preview-section ul{padding-left:1.25rem}.rbk-dashboard-preview-grid{display:grid;gap:.75rem;grid-template-columns:1fr 1fr}@media (max-width:900px){.rbk-dashboard-content{grid-template-columns:1fr}.rbk-dashboard-my-bookings-section{order:-1}.rbk-dashboard-calendar-section{min-height:400px}}@media (max-width:600px){.rbk-dashboard{padding:var(--rbk-spacing-sm)}.rbk-dashboard-header{align-items:stretch}.rbk-dashboard-header,.rbk-dashboard-header-right{flex-direction:column;gap:var(--rbk-spacing-sm)}.rbk-dashboard-search,.rbk-dashboard-search-input{width:100%}.rbk-dashboard-login-btn,.rbk-dashboard-quick-book{text-align:center;width:100%}.rbk-dashboard-welcome{font-size:1.25rem}.rbk-dashboard-filter{background:var(--rbk-dashboard-bg);margin-left:calc(var(--rbk-spacing-sm)*-1);margin-right:calc(var(--rbk-spacing-sm)*-1);padding-left:var(--rbk-spacing-sm);padding-right:var(--rbk-spacing-sm);padding-top:var(--rbk-spacing-sm);position:sticky;top:0;z-index:10}.rbk-dashboard-status-grid{grid-template-columns:repeat(2,1fr)}.rbk-dashboard-preview-grid{grid-template-columns:1fr}}@media (max-width:400px){.rbk-dashboard-status-grid{grid-template-columns:1fr}}.rbk-register-form-block{margin:2rem auto;max-width:600px}.rbk-register-form{background:var(--rbk-card-bg);border-radius:var(--rbk-card-radius);box-shadow:var(--rbk-card-shadow);padding:var(--rbk-spacing-lg)}.rbk-register-form h2{color:var(--rbk-text);font-size:1.5rem;font-weight:600;margin:0 0 var(--rbk-spacing-md);text-align:center}.rbk-register-form .rbk-form-row{display:grid;gap:var(--rbk-spacing-md);grid-template-columns:1fr 1fr}.rbk-register-form .rbk-form-field{margin-bottom:var(--rbk-spacing-md)}.rbk-register-form .rbk-form-field label{color:var(--rbk-text);display:block;font-weight:500;margin-bottom:.5rem}.rbk-register-form .rbk-form-field label .required{color:var(--rbk-danger)}.rbk-register-form .rbk-form-field input,.rbk-register-form .rbk-form-field textarea{border:1px solid var(--rbk-border);border-radius:var(--rbk-radius);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.rbk-register-form .rbk-form-field input:focus,.rbk-register-form .rbk-form-field textarea:focus{border-color:var(--rbk-primary);box-shadow:0 0 0 3px rgba(33,150,243,.1);outline:none}.rbk-register-form .rbk-form-field textarea{min-height:80px;resize:vertical}.rbk-register-form .rbk-form-help{color:var(--rbk-text-light);font-size:.85rem;margin:.5rem 0 0}.rbk-register-form .rbk-form-actions{margin-top:var(--rbk-spacing-md)}.rbk-register-form .rbk-register-submit{font-size:1rem;font-weight:600;padding:.875rem 1.5rem;width:100%}.rbk-register-form .rbk-form-message{border-radius:var(--rbk-radius);margin-top:var(--rbk-spacing-md);padding:var(--rbk-spacing-sm);text-align:center}.rbk-register-form .rbk-form-message.rbk-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.rbk-register-form .rbk-form-message.rbk-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.rbk-register-success{padding:var(--rbk-spacing-lg);text-align:center}.rbk-register-success .rbk-success-icon{align-items:center;background:var(--rbk-success);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto var(--rbk-spacing-md);width:80px}.rbk-register-success .rbk-success-message{color:var(--rbk-text);font-size:1.1rem;line-height:1.6;margin-bottom:var(--rbk-spacing-md)}.rbk-register-login-link{border-top:1px solid var(--rbk-border);color:var(--rbk-text-light);margin-top:var(--rbk-spacing-md);padding-top:var(--rbk-spacing-md);text-align:center}.rbk-register-login-link a{color:var(--rbk-primary);font-weight:500;text-decoration:none}.rbk-register-login-link a:hover{text-decoration:underline}.rbk-register-already-logged-in{padding:var(--rbk-spacing-lg);text-align:center}.rbk-register-already-logged-in p{color:var(--rbk-text-light);margin-bottom:var(--rbk-spacing-md)}.rbk-register-form-preview{opacity:.8}.rbk-register-form-preview input,.rbk-register-form-preview textarea{background:#f5f5f5}.rbk-editor-note{color:var(--rbk-text-light);font-style:italic;margin-top:var(--rbk-spacing-md);text-align:center}@media (max-width:600px){.rbk-register-form-block{margin:1rem}.rbk-register-form{padding:var(--rbk-spacing-md)}.rbk-register-form .rbk-form-row{grid-template-columns:1fr}}
