body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#000;background:#fff}.ro-app-container{display:flex;height:100vh;overflow:hidden}.ro-nav-rail{width:200px;background:#000;color:#fff;transition:width .3s ease;overflow-y:auto;flex-shrink:0}.ro-nav-rail.collapsed{width:60px}.ro-nav-header{padding:20px;border-bottom:1px solid #333333}.ro-nav-toggle{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0}.ro-nav-menu{list-style:none;padding:20px 0}.ro-nav-item{margin:0}.ro-nav-item a{display:block;padding:12px 20px;color:#fff;text-decoration:none;transition:background .2s}.ro-nav-item a:hover{background:#333}.ro-nav-item.active a{background:#333;border-left:3px solid #ffffff}.ro-nav-rail.collapsed .ro-nav-item a{padding:12px;text-align:center}.ro-main-content{flex:1;overflow-y:auto;background:#f8f8f8;display:flex;flex-direction:column}.ro-main-content.expanded{margin-left:0}.ro-page-header-new{display:flex;justify-content:space-between;align-items:center;padding:16px 30px;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:200;width:100%}.ro-page-header-new h1{font-size:20px;font-weight:600;color:#000;margin:0}.ro-page-wrapper{min-height:100vh;background:#f8f8f8}.ro-page-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:24px 30px;position:sticky;top:0;z-index:100}.ro-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.ro-page-header h1{font-size:24px;font-weight:600;margin:0}.ro-header-actions{display:flex;align-items:center;gap:8px}.ro-icon-btn{background:none;border:1px solid #e0e0e0;width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#000}.ro-icon-btn:hover{background:#f5f5f5;border-color:#999}.ro-icon-btn-primary{background:#000;border-color:#000;color:#fff}.ro-icon-btn-primary:hover{background:#333}.ro-icon-btn .material-symbols-outlined{font-size:20px}.ro-search-filter-panel{background:#fff;border-bottom:1px solid #e0e0e0;padding:16px 30px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ro-search-section{margin-bottom:12px}.ro-search-input{width:100%;max-width:400px;padding:10px 15px;border:1px solid #cccccc;border-radius:4px;background:#fff;font-size:14px}.ro-filter-section{display:flex;gap:10px;flex-wrap:wrap}.ro-search-bar{display:none}.ro-filter-tab{padding:8px 16px;background:#fff;border:1px solid #cccccc;border-radius:20px;color:#666;cursor:pointer;transition:all .2s;font-size:13px}.ro-filter-tab.active{background:#000;color:#fff;border-color:#000}.ro-count{margin-left:5px;font-weight:600}.ro-st-container{padding:30px;max-width:1200px;width:100%}.ro-st-section{margin-bottom:40px}.ro-st-section h2,.ro-st-section h3{font-size:16px;font-weight:600;color:#666;margin-bottom:15px}.ro-st-list{display:flex;flex-direction:column;gap:12px}.ro-st-item{display:flex;align-items:center;padding:15px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s;position:relative;background:#fff}.ro-st-item:hover{border-color:#999;box-shadow:0 2px 4px #0000000d}.ro-st-thumbnail-small{width:40px;height:40px;overflow:hidden;border-radius:4px;margin-right:15px;flex-shrink:0}.ro-st-thumbnail-small img{width:100%;height:100%;object-fit:cover}.ro-st-item-content{flex:1}.ro-st-item-name{font-size:16px;font-weight:600;color:#000;margin-bottom:8px}.ro-st-item-meta{display:flex;gap:15px;font-size:13px;color:#666}.ro-st-item-action{padding:6px 12px;background:#fff;border:1px solid #cccccc;color:#000;cursor:pointer;font-size:13px;border-radius:4px;transition:all .2s;margin-left:auto}.ro-st-item-action:hover{background:#f5f5f5}.ro-btn{padding:10px 20px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px;border-radius:4px}.ro-btn-primary{background:#000;color:#fff}.ro-btn-primary:hover{background:#333}.ro-btn-outline{background:#fff;color:#000;border:2px solid #000000}.ro-btn-outline:hover{background:#f5f5f5}.ro-btn-text{background:none;border:none;color:#000;padding:5px 10px;cursor:pointer;text-decoration:underline}.ro-btn-sm{padding:6px 14px;font-size:13px;min-width:80px}.ro-btn-icon{background:#fff;border:1px solid #d1d5db;padding:6px;border-radius:4px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.ro-btn-icon svg{width:16px;height:16px;color:#6b7280}.ro-btn-link{background:none;border:none;color:#2563eb;text-decoration:underline;cursor:pointer;font-size:13px;padding:0}.ro-btn-link:hover{color:#1e40af}.ro-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.ro-sheet-overlay.active{opacity:1;pointer-events:all}.ro-side-sheet{position:fixed;right:-100%;top:0;width:600px;max-width:90vw;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1001;transition:right .3s ease;overflow-y:auto;display:flex;flex-direction:column}.ro-side-sheet.active{right:0}.ro-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0;background:#fff;position:sticky;top:0;z-index:10}.ro-sheet-header h2{font-size:18px;font-weight:600;color:#000}.ro-sheet-back{background:none;border:none;color:#666;cursor:pointer;font-size:14px}.ro-sheet-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:30px;height:30px}.ro-sheet-body{flex:1;overflow-y:auto;padding:20px}.ro-sheet-footer{padding:20px;border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;background:#fff;position:sticky;bottom:0}.ro-sidesheet{position:fixed;top:0;right:-600px;width:600px;height:100vh;z-index:9999;transition:right .3s ease-out}.ro-sidesheet.ro-sidesheet-open{right:0}.ro-sidesheet-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998}.ro-sidesheet-content{position:relative;width:100%;height:100%;background:#fff;box-shadow:-2px 0 8px #0000001a;display:flex;flex-direction:column;z-index:9999}.ro-sidesheet-header{padding:24px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:flex-start;flex-shrink:0}.ro-sidesheet-header h2{margin:0;font-size:1.5em;font-weight:600}.ro-sidesheet-body{flex:1;overflow-y:auto;padding:24px}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;vertical-align:middle}.ro-date-item{display:flex;align-items:center;padding:15px;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:10px;cursor:pointer;transition:all .2s;background:#fff;position:relative}.ro-date-item:hover{border-color:#999;box-shadow:0 2px 4px #0000000d}.ro-date-info{display:flex;align-items:center;gap:12px;flex:1}.ro-date-icon{font-size:24px!important;flex-shrink:0;color:#666}.ro-date-details{flex:1;min-width:0}.ro-date-day{font-weight:500;font-size:14px;margin-bottom:4px;color:#000}.ro-date-time{font-size:13px;color:#666;margin-bottom:2px}.ro-date-location{font-size:12px;color:#999;display:flex;align-items:center;gap:4px}.ro-location-icon{font-size:14px!important}.ro-recurring-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#3b82f6;color:#fff;font-size:11px;font-weight:600;border-radius:12px;margin-left:8px}.ro-recurring-badge .material-symbols-outlined{font-size:14px!important}.ro-date-spots{display:flex;align-items:center;gap:5px;flex-shrink:0;margin-left:12px;padding-left:12px;border-left:1px solid #e0e0e0}.ro-person-icon{font-size:18px!important;color:#666}.ro-spots-text{font-size:13px;white-space:nowrap;color:#666}.ro-date-arrow{margin-left:8px;color:#999;font-size:20px!important}.ro-date-filters{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.ro-date-filter-btn{padding:6px 12px;border:1px solid #e0e0e0;border-radius:16px;background:#fff;font-size:12px;cursor:pointer;transition:all .2s}.ro-date-filter-btn:hover{background:#f5f5f5}.ro-date-filter-btn.active{background:#000;color:#fff;border-color:#000}.ro-view-all-dates-btn{width:100%;margin-top:12px;padding:10px;border:1px solid #e0e0e0;background:#fff;color:#000;cursor:pointer;border-radius:4px;font-size:14px;transition:all .2s}.ro-view-all-dates-btn:hover{background:#f5f5f5}.ro-slot-table{width:100%;border-collapse:collapse;margin-top:20px;background:#fff}.ro-slot-table th{background:#f9fafb;padding:12px;text-align:left;font-weight:600;font-size:12px;color:#666;text-transform:uppercase;border-bottom:2px solid #e0e0e0}.ro-slot-table td{padding:16px 12px;border-bottom:1px solid #e0e0e0;font-size:14px}.ro-slot-table tr:hover{background:#f9fafb}.ro-slot-time{font-weight:500;color:#000}.ro-slot-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.ro-slot-status.available{background:#f0fdf4;color:#16a34a}.ro-slot-status.booked{background:#000;color:#fff}.ro-slot-status.balance-due{background:#fef3c7;color:#92400e}.ro-slot-status .material-symbols-outlined{font-size:16px!important}.ro-slot-client{color:#000;font-weight:500}.ro-slot-actions{display:flex;gap:8px;justify-content:flex-end}.ro-slot-action-btn{padding:6px 12px;border:1px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s}.ro-slot-action-btn:hover{background:#f5f5f5}.ro-properties-list{display:flex;flex-direction:column;gap:12px}.ro-property-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;border-bottom:1px solid #f0f0f0}.ro-property-row:last-child{border-bottom:none}.ro-property-label{color:#666;font-weight:500;flex-shrink:0;margin-right:20px}.ro-property-value{color:#000;text-align:right;flex:1}.ro-detail-header{padding-bottom:20px;border-bottom:1px solid #e0e0e0;margin-bottom:30px}.ro-detail-meta{display:flex;gap:15px;font-size:14px;color:#666;margin-top:8px}.ro-detail-featured-image{width:100%;max-height:300px;object-fit:cover;margin-top:20px;border-radius:8px}.ro-detail-section{padding:30px 0;border-bottom:1px solid #e0e0e0}.ro-detail-section:last-child{border-bottom:none}.ro-detail-section h3{font-size:16px;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px;font-size:12px;color:#666}.ro-form-row{display:flex;gap:15px}.ro-form-row .ro-form-group{flex:1}.ro-label{display:block;font-size:14px;font-weight:500;color:#000;margin-bottom:6px}.ro-form-control{width:100%;padding:8px 12px;border:1px solid #cccccc;background:#fff;font-size:14px;transition:border-color .2s;border-radius:4px}.ro-form-control:focus{outline:none;border-color:#000}textarea.ro-form-control{resize:vertical;min-height:80px}select.ro-form-control{cursor:pointer}.ro-hint{font-size:12px;color:#666;margin-top:4px}.ro-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.ro-checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.ro-main-container{max-width:1200px;margin:0 auto;padding:30px}.ro-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.ro-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ro-section-title{font-size:18px;font-weight:600;margin:0}.ro-section-desc{font-size:14px;color:#666;margin-bottom:16px}.ro-av-groups-list{display:flex;flex-direction:column;gap:12px}.ro-av-group-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s}.ro-av-group-card:hover{border-color:#999;box-shadow:0 2px 8px #00000014}.ro-av-group-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.ro-av-group-header h3{font-size:18px;font-weight:600;color:#000;margin:0 0 4px}.ro-av-group-location{font-size:13px;color:#666;display:flex;align-items:center;gap:4px}.ro-av-group-stats{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#666}.ro-av-stat small{display:block;font-size:11px;color:#9ca3af;margin-top:2px}.ro-limits-display{display:flex;flex-direction:column;gap:12px}.ro-limit-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.ro-limit-item:last-child{border-bottom:none}.ro-limit-label{color:#666;font-weight:500}.ro-limit-value{color:#000;font-weight:600}.ro-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;align-items:center;justify-content:center}.ro-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1999}.ro-modal-container{position:relative;background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;z-index:2001;box-shadow:0 20px 60px #0003}.ro-modal-header{padding:20px 24px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.ro-modal-header h2{margin:0;font-size:20px;font-weight:600}.ro-modal-close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;line-height:1}.ro-modal-body{flex:1;overflow-y:auto;padding:24px}.ro-modal-footer{padding:20px 24px;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end}.ro-modal-section{margin-bottom:30px}.ro-modal-section:last-child{margin-bottom:0}.ro-modal-section h3{font-size:16px;font-weight:600;margin-bottom:16px;color:#000}.ro-content-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;z-index:1002;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .3s ease}.ro-content-modal.active{opacity:1;pointer-events:all}.ro-content-search{padding:20px 24px;border-bottom:1px solid #e0e0e0}.ro-content-search input{width:100%;padding:10px 15px;border:1px solid #cccccc;border-radius:8px;font-size:14px}.ro-content-filters{padding:15px 24px;border-bottom:1px solid #e0e0e0;display:flex;gap:15px;flex-wrap:wrap}.ro-content-filter{padding:6px 12px;border:1px solid #e0e0e0;border-radius:20px;background:#fff;font-size:13px;cursor:pointer;transition:all .2s}.ro-content-filter:hover{background:#f5f5f5}.ro-content-filter.active{background:#000;color:#fff;border-color:#000}.ro-content-list{flex:1;overflow-y:auto;padding:20px 24px}.ro-content-item{padding:15px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:15px}.ro-content-item:hover{border-color:#999;background:#f9f9f9}.ro-content-item.selected{border-color:#000;background:#f0f0f0}.ro-content-thumbnail{width:60px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.ro-content-thumbnail img{width:100%;height:100%;object-fit:cover}.ro-content-info{flex:1}.ro-content-title{font-size:15px;font-weight:600;color:#000;margin-bottom:4px}.ro-content-subtitle{font-size:13px;color:#666;margin-bottom:8px}.ro-content-meta{display:flex;gap:15px;font-size:12px;color:#999}.ro-content-meta-item{display:flex;align-items:center;gap:4px}.ro-image-upload-area{border:2px dashed #cccccc;padding:20px;text-align:center;margin-top:10px;border-radius:4px}.ro-image-upload-area input[type=file]{display:none}.ro-image-preview-item{position:relative;display:inline-block;margin-top:15px}.ro-image-preview-item img{max-width:100%;max-height:200px;border:1px solid #e0e0e0;border-radius:4px}.ro-image-remove{position:absolute;top:5px;right:5px;background:#000;color:#fff;border:none;width:24px;height:24px;cursor:pointer;font-size:16px;border-radius:50%}.ro-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:20px}.ro-calendar-grid>div{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s;background:#fff;font-size:14px;font-weight:500}.ro-calendar-grid>div:hover{background:#f5f5f5;border-color:#999}.ro-calendar-grid>div.selected{background:#000;color:#fff;border-color:#000}.ro-calendar-grid>div.today{font-weight:700;color:#3b82f6;border-color:#3b82f6}.ro-calendar-grid>div.today.selected{color:#fff;border-color:#000}.ro-calendar-grid>div.other-month{color:#ccc;background:#fafafa;cursor:default}.ro-calendar-grid>div.other-month:hover{background:#fafafa;border-color:#e0e0e0}.ro-calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.ro-cal-nav{display:flex;align-items:center;gap:10px}.ro-cal-nav-btn{background:#fff;border:1px solid #d1d5db;width:32px;height:32px;border-radius:4px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;color:#374151;transition:all .2s}.ro-cal-nav-btn:hover{background:#f3f4f6;border-color:#9ca3af}.ro-cal-month{font-size:15px;font-weight:600;color:#111827;min-width:150px;text-align:center}.ro-cal-grid,.ro-cal-grid-enhanced{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:20px}.ro-cal-day-header{background:#f9fafb;padding:12px;text-align:center;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.ro-cal-day{background:#fff;padding:12px;min-height:80px;text-align:center;cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;color:#111827}.ro-cal-day:hover{background:#f9fafb}.ro-cal-day-enhanced{background:#fff;padding:12px 8px;min-height:90px;text-align:center;cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;font-size:14px;color:#111827}.ro-cal-day-enhanced:hover{background:#f9fafb;box-shadow:inset 0 0 0 2px #3b82f6}.ro-cal-day-enhanced.today{font-weight:700;background:#fef3c7}.ro-cal-day-enhanced.today:hover{background:#fde68a}.ro-cal-day-empty{background:#fafafa;cursor:default}.ro-cal-day-empty:hover{background:#fafafa}.ro-cal-day-number{font-weight:500;margin-bottom:6px}.ro-cal-day.today{font-weight:700;color:#2563eb}.ro-cal-day-selected{background:#000!important;color:#fff!important;font-weight:600}.ro-cal-day-selected:hover{background:#1f2937!important}.ro-cal-day-indicator{position:absolute;bottom:8px;font-size:8px;color:#3b82f6}.ro-cal-day-selected .ro-cal-day-indicator{color:#fff}.ro-cal-chips-container{display:flex;flex-wrap:wrap;justify-content:center;gap:3px;margin-top:6px;min-height:24px}.ro-cal-chip{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:700;margin:2px;box-shadow:0 1px 3px #0003}.ro-weekly-original{background:#1e3a8a!important;color:#fff!important}.ro-weekly-edited{background:#3b82f6!important;color:#fff!important}.ro-weekly-cancelled{background:#000!important;color:#fff!important}.ro-specific-original{background:#c2410c!important;color:#fff!important}.ro-specific-edited{background:#f97316!important;color:#fff!important}.ro-specific-cancelled{background:#6b7280!important;color:#fff!important}.ro-calendar-filter-bar label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.ro-calendar-legend-enhanced{background:#f9fafb;padding:20px;border-radius:8px;margin-top:24px;border:1px solid #e5e7eb}.ro-legend-title{font-weight:600;font-size:14px;margin-bottom:16px;color:#111827;text-transform:uppercase;letter-spacing:.5px}.ro-legend-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.ro-legend-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#374151;font-weight:500}.ro-legend-chip{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0;box-shadow:0 1px 3px #0003}.ro-week-schedule{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:20px}.ro-av-day-col{border:1px solid #e5e7eb;border-radius:6px;padding:12px;cursor:pointer;transition:all .2s;background:#fff;min-height:80px;display:flex;flex-direction:column}.ro-av-day-col:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 4px #0000000d}.ro-av-day-label{font-weight:600;font-size:13px;color:#111827;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.ro-av-day-times{font-size:12px;color:#6b7280;line-height:1.5;flex:1}.ro-av-day-times.has-times{color:#000;font-weight:500}.ro-schedule-day{border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin-bottom:8px;background:#fff}.ro-schedule-day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ro-schedule-day-name{font-weight:600;font-size:14px;color:#111827}.ro-schedule-day-actions{display:flex;gap:8px;align-items:center}.ro-schedule-times{font-size:13px;color:#6b7280}.ro-schedule-no-times{color:#9ca3af;font-style:italic}.ro-schedule-time-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;background:#f3f4f6;border-radius:6px;font-size:13px;margin:4px;color:#111827}.ro-schedule-time-chip button{background:none;border:none;color:#ef4444;font-size:18px;cursor:pointer;padding:0;line-height:1}.ro-chip-btn{background:none;border:none;padding:4px;margin-left:4px;cursor:pointer;opacity:.6;transition:all .2s ease;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:inherit}.ro-chip-btn:hover{opacity:1;background:#0000000d}.ro-chip-btn:active{transform:scale(.95)}.ro-chip-btn:has(.material-symbols-outlined){color:#3b82f6}.ro-chip-btn:has(.material-symbols-outlined):hover{background:#3b82f61a}.ro-chip-btn:not(:has(.material-symbols-outlined)){color:#ef4444;font-size:18px;font-weight:600}.ro-chip-btn:not(:has(.material-symbols-outlined)):hover{background:#ef44441a}.ro-schedule-time-chip .ro-chip-btn{opacity:.4}.ro-schedule-time-chip:hover .ro-chip-btn{opacity:1}.ro-time-slot-time{display:flex;align-items:center;gap:8px;font-size:16px;color:#111827}.ro-time-slot-time svg{color:#6b7280;flex-shrink:0}.ro-time-slot-info{display:flex;flex-direction:column;gap:10px}.ro-override-badge,.ro-weekly-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f3f4f6;border-radius:16px;font-size:12px;color:#6b7280;font-weight:500}.ro-override-badge svg,.ro-weekly-badge svg{width:14px;height:14px}.ro-time-slot-sessions{display:flex;flex-direction:column;gap:8px}.ro-session-types-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.ro-session-type-chip{display:inline-flex;padding:5px 12px;background:#e0e7ff;color:#3730a3;border-radius:14px;font-size:12px;font-weight:500;margin-right:6px;margin-bottom:6px}.ro-bookings-warning{display:flex;align-items:center;gap:10px;padding:12px;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:6px;font-size:13px;color:#92400e;font-weight:500}.ro-bookings-warning svg{flex-shrink:0;color:#f59e0b;width:18px;height:18px}.ro-day-times-list{display:flex;flex-direction:column;gap:12px;padding-bottom:20px}.ro-time-list{display:flex;flex-direction:column;gap:8px}.ro-time-list-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.ro-time-list-item:hover{background:#f9fafb}.ro-edit-integrated-sheet{width:800px;max-width:95vw}.ro-edit-section{padding:20px 0;border-bottom:1px solid #e5e7eb}.ro-edit-section:last-child{border-bottom:none}.ro-edit-section-title svg{width:18px;height:18px;color:#6b7280}.ro-session-info-card{background:#f5f5f5;border-radius:8px;padding:16px;margin-bottom:24px}.ro-session-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.ro-session-info-row:not(:last-child){border-bottom:1px solid #e0e0e0}.ro-session-info-label{font-weight:500;color:#666}.ro-session-info-value{font-weight:600;color:#333}.ro-session-info-value code{background:#fff;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9em}.ro-bookings-section{margin-top:24px}.ro-bookings-table{width:100%;overflow-x:auto;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.ro-bookings-table table{width:100%;border-collapse:collapse}.ro-bookings-table th{background:#f5f5f5;padding:12px;text-align:left;font-weight:600;font-size:.85em;text-transform:uppercase;letter-spacing:.5px;color:#666;border-bottom:2px solid #e0e0e0}.ro-bookings-table td{padding:16px 12px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.ro-bookings-table tr:last-child td{border-bottom:none}.ro-bookings-table tr:hover{background:#fafafa}.ro-bookings-table code{background:#f5f5f5;padding:4px 8px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.85em;color:#666}.ro-client-cell strong{display:block;color:#333;margin-bottom:2px}.ro-client-cell a{color:#1976d2;text-decoration:none;font-size:.9em}.ro-client-cell a:hover{text-decoration:underline}.ro-booking-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85em;font-weight:500;text-transform:capitalize}.ro-status-confirmed{background:#e8f5e9;color:#2e7d32}.ro-status-pending{background:#fff3e0;color:#e65100}.ro-status-cancelled{background:#ffebee;color:#c62828}.ro-status-no-show{background:#f3e5f5;color:#6a1b9a}.ro-status-completed{background:#e3f2fd;color:#1565c0}.ro-booking-actions{display:flex;align-items:center;gap:8px}.ro-dropdown{position:relative;display:inline-block}.ro-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:220px;z-index:2500;margin-top:4px;overflow:hidden}.ro-dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 16px;border:none;background:#fff;color:#333;text-align:left;font-size:.9em;cursor:pointer;transition:background .2s}.ro-dropdown-item:hover{background:#f5f5f5}.ro-dropdown-item svg{flex-shrink:0;opacity:.7}.ro-dropdown-item-danger{color:#d32f2f}.ro-dropdown-item-danger:hover{background:#ffebee}.ro-dropdown-divider{height:1px;background:#e0e0e0;margin:4px 0}.ro-text-success{color:#2e7d32;font-weight:500}.ro-text-danger{color:#d32f2f;font-weight:500}.ro-alert{border-radius:6px;padding:12px}.ro-alert-info strong{color:#1e40af;display:block;margin-bottom:4px}.ro-empty-state{text-align:center;padding:30px;color:#999;font-size:14px}.ro-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.ro-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ro-notifications{position:fixed;top:20px;right:20px;z-index:10000}.ro-notification button{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0;margin-left:auto}.ro-notification-success{background:#10b981}.ro-notification-warning{background:#f59e0b}.ro-notification-error{background:#ef4444}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.ro-av-checkbox-list{display:flex;flex-direction:column;gap:10px;max-height:200px;overflow-y:auto;padding:12px;background:#f9fafb;border-radius:6px}.ro-av-checkbox-item{display:flex;align-items:center;gap:8px;padding:8px;border-radius:4px;transition:background .2s}.ro-av-checkbox-item:hover{background:#fff}.ro-av-checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0}.ro-av-checkbox-label{flex:1;cursor:pointer;font-size:14px;color:#374151;-webkit-user-select:none;user-select:none}.ro-av-checkbox-item input[type=checkbox]:checked+.ro-av-checkbox-label{font-weight:500;color:#000}.ro-dropdown-menu{z-index:2500!important}.ro-loading{z-index:9999!important}.ro-side-sheet .ro-modal{z-index:2000!important}.ro-side-sheet .ro-modal-overlay{z-index:1999!important}.ro-side-sheet .ro-modal-container{z-index:2001!important}@media(max-width:768px){.ro-nav-rail{position:fixed;left:-200px;z-index:998}.ro-nav-rail.active{left:0}.ro-main-content{padding:0;margin-left:0}.ro-page-header-new{padding:12px 16px}.ro-page-header-new h1{font-size:18px}.ro-search-filter-panel{padding:12px 16px}.ro-st-container{padding:16px}.ro-side-sheet{width:100vw;max-width:100vw}.ro-sidesheet{width:100%;right:-100%}.ro-content-modal{width:95vw;max-width:95vw;max-height:95vh}.ro-slot-table{font-size:12px}.ro-slot-table th,.ro-slot-table td{padding:10px 8px}.ro-bookings-table{font-size:.85em}.ro-bookings-table th,.ro-bookings-table td{padding:8px}.ro-date-info{flex-wrap:wrap}.ro-date-spots{border-left:none;border-top:1px solid #e0e0e0;padding-left:0;padding-top:8px;margin-left:0;margin-top:8px;width:100%}.ro-cal-grid,.ro-cal-grid-enhanced{gap:0}.ro-cal-day,.ro-cal-day-enhanced{min-height:70px;padding:8px 4px;font-size:12px}.ro-cal-day-header{padding:8px 4px;font-size:10px}.ro-cal-chip{width:18px;height:18px;font-size:9px}.ro-legend-grid{grid-template-columns:1fr;gap:10px}.ro-time-slot-card{padding:12px}.ro-time-slot-header{flex-direction:column;align-items:flex-start;gap:10px}.ro-time-slot-actions{width:100%;justify-content:flex-end}.ro-edit-integrated-sheet{width:100vw;max-width:100vw}.ro-schedule-day-header{flex-direction:column;align-items:flex-start;gap:8px}.ro-main-container{padding:16px}}@media(max-width:1024px)and (min-width:769px){.ro-side-sheet{width:500px;max-width:85vw}}.ro-cal-time{font-size:.75em;line-height:1.3;margin-top:2px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.ro-cal-time-weekly{color:#000}.ro-cal-time-override{color:#f97316;font-weight:600}.ro-calendar-grid>div{min-height:85px!important;padding:6px 4px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden;font-size:14px}.ro-cal-day-number{font-weight:600;margin-bottom:4px;flex-shrink:0;font-size:15px}.ro-calendar-edit-section{margin-bottom:30px}.ro-calendar-edit-section:last-child{margin-bottom:0}.ro-edit-section-title{font-size:14px;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;display:flex;align-items:center;gap:8px}.ro-edit-section-title .material-symbols-outlined{font-size:18px;color:#6b7280}.ro-calendar-grid>div{min-height:100px!important;padding:8px 4px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden;font-size:14px;gap:2px}.ro-cal-day-number{font-weight:600;margin-bottom:4px;flex-shrink:0;font-size:14px}.ro-time-slot-card{border:2px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;background:#fff;transition:all .2s}.ro-time-slot-card:hover{box-shadow:0 2px 8px #0000001a}.ro-slot-state-original{border-left:4px solid #10b981}.ro-slot-state-edited{border-left:4px solid #f59e0b;background:#fffbeb}.ro-slot-state-cancelled{border-left:4px solid #ef4444;opacity:.65;background:#fef2f2}.ro-time-slot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.ro-time-slot-time{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#111827}.ro-time-slot-time .material-symbols-outlined{color:#6b7280;font-size:20px}.ro-time-slot-actions{display:flex;gap:8px}.ro-time-slot-body{display:flex;flex-direction:column;gap:12px}.ro-time-slot-meta{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:8px 12px;background:#f9fafb;border-radius:6px}.ro-meta-label{color:#6b7280;font-weight:500}.ro-meta-value{color:#111827;font-weight:600}.ro-override-badge,.ro-weekly-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:500}.ro-override-badge{background:#fef3c7;color:#92400e}.ro-override-badge .material-symbols-outlined{font-size:14px}.ro-weekly-badge{background:#dbeafe;color:#1e40af}.ro-weekly-badge .material-symbols-outlined{font-size:14px}.ro-alert{border-radius:6px;padding:12px 16px;margin-bottom:16px}.ro-alert-info{background-color:#dbeafe;border:1px solid #3b82f6;color:#1e40af}.ro-alert-info strong{color:#1e40af;display:block;margin-bottom:4px;font-weight:600}.ro-alert-info p{margin:0;font-size:13px;line-height:1.5}.ro-btn-icon{background:#fff;border:1px solid #d1d5db;width:36px;height:36px;border-radius:4px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;padding:0}.ro-btn-icon:hover{background:#f3f4f6;border-color:#9ca3af}.ro-btn-icon .material-symbols-outlined{font-size:18px;color:#6b7280}.ro-btn-icon:hover .material-symbols-outlined{color:#374151}.ro-text-muted{color:#9ca3af;font-style:italic;font-size:13px}[style*="text-decoration: line-through"]{opacity:.6}@media(max-width:768px){.ro-calendar-grid>div{min-height:80px!important;padding:6px 2px!important;font-size:12px}.ro-cal-day-number{font-size:12px}.ro-cal-time{font-size:9px;padding:1px 2px}.ro-time-slot-card{padding:12px}.ro-time-slot-header{flex-direction:column;align-items:flex-start;gap:10px}.ro-time-slot-actions{width:100%;justify-content:flex-end}.ro-time-slot-time{font-size:14px}}#ro-av-all-times-modal{z-index:2500!important}#ro-av-all-times-modal .ro-modal-overlay{z-index:2499!important}#ro-av-all-times-modal .ro-modal-container{z-index:2501!important}#ro-av-time-modal{z-index:3000!important}#ro-av-time-modal .ro-modal-overlay{z-index:2999!important}#ro-av-time-modal .ro-modal-container{z-index:3001!important}.ro-calendar-grid>div:not(.other-month):hover{background:#f9fafb!important;cursor:pointer;border-color:#3b82f6!important}.ro-calendar-grid>div.selected{background:#000!important;color:#fff!important;border-color:#000!important}.ro-calendar-grid>div.selected .ro-cal-time{background:#fff3;color:#fff}.ro-calendar-grid>div.today{font-weight:700;border-color:#3b82f6}.ro-time-slot-card.ro-slot-state-cancelled .ro-time-slot-time{text-decoration:line-through;opacity:.6}.ro-time-slot-card.ro-slot-state-cancelled .ro-time-slot-meta{opacity:.6}.ro-cal-chip.ro-weekly-cancelled,.ro-cal-chip.ro-specific-cancelled{opacity:.5;position:relative}.ro-cal-chip.ro-weekly-cancelled:after,.ro-cal-chip.ro-specific-cancelled:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:currentColor;transform:translateY(-50%)}.ro-schedule-time-chip.cancelled{opacity:.5;text-decoration:line-through}.ro-calendar-filter-bar{padding:12px 16px;background:#f9fafb;border-radius:6px;margin-bottom:16px;border:1px solid #e5e7eb}.ro-calendar-filter-bar label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151;-webkit-user-select:none;user-select:none}.ro-calendar-filter-bar input[type=checkbox]{width:18px;height:18px;cursor:pointer}.ro-hide-cancelled .ro-slot-state-cancelled,.ro-hide-cancelled .ro-weekly-cancelled,.ro-hide-cancelled .ro-specific-cancelled{display:none!important}.ro-slot-status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ro-slot-status-badge.status-created{background:#dbeafe;color:#1e40af}.ro-slot-status-badge.status-edited{background:#fef3c7;color:#92400e}.ro-slot-status-badge.status-cancelled{background:#fee2e2;color:#991b1b}.ro-slot-status-badge.status-original{background:#f0fdf4;color:#166534}.ro-slot-history-panel{background:#f9fafb;border-radius:6px;padding:12px;margin-top:12px;border:1px solid #e5e7eb}.ro-slot-history-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.ro-slot-history-item{display:flex;justify-content:space-between;align-items:center;padding:8px;background:#fff;border-radius:4px;margin-bottom:6px;font-size:13px}.ro-slot-history-item:last-child{margin-bottom:0}.ro-slot-history-action{font-weight:500;color:#111827}.ro-slot-history-time{font-size:11px;color:#9ca3af}.ro-btn-restore{background:#10b981;color:#fff;border:none}.ro-btn-restore:hover{background:#059669}.ro-btn-icon.ro-btn-restore{border-color:#10b981;color:#10b981}.ro-btn-icon.ro-btn-restore:hover{background:#d1fae5;border-color:#059669;color:#059669}.ro-slot-id-indicator{font-family:Monaco,Courier New,monospace;font-size:10px;color:#9ca3af;padding:2px 6px;background:#f3f4f6;border-radius:3px;margin-left:8px}.ro-time-slot-card{position:relative}.ro-time-slot-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:8px 0 0 8px}.ro-time-slot-card.ro-slot-state-original:before{background:#10b981}.ro-time-slot-card.ro-slot-state-created:before{background:#3b82f6}.ro-time-slot-card.ro-slot-state-edited:before{background:#f59e0b}.ro-time-slot-card.ro-slot-state-cancelled:before{background:#ef4444}@keyframes statusChange{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.ro-time-slot-card.status-just-changed{animation:statusChange .3s ease-out}.ro-slot-detail-modal{z-index:4000}.ro-slot-detail-modal .ro-modal-overlay{z-index:3999}.ro-slot-detail-modal .ro-modal-container{z-index:4001;max-width:900px}.ro-slot-booking-checkbox{width:18px;height:18px;cursor:pointer;margin-right:12px}.ro-booking-row{display:flex;align-items:center;padding:12px;border-bottom:1px solid #e5e5e5}.ro-booking-row:hover{background:#f9fafb}.ro-bulk-actions-bar{display:none;padding:12px 16px;background:#f3f4f6;border-bottom:2px solid #000;align-items:center;gap:12px}.ro-bulk-actions-bar.active{display:flex}.ro-section-divider{margin:24px 0;padding-top:24px;border-top:2px solid #e5e5e5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;color:#000;line-height:1.5}body.ro-modal-open{overflow:hidden}.ro-page-wrapper{max-width:1400px;margin:0 auto;padding:100px 24px 24px}.ro-page-header{position:sticky;top:0;z-index:100;background:#fff;border-radius:0;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border-bottom:2px solid #000000}.ro-header-content{display:flex;justify-content:space-between;align-items:center}.ro-page-header h1{font-size:28px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:-.5px}.ro-btn{padding:10px 20px;border-radius:0;font-size:14px;font-weight:600;border:2px solid #000000;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.ro-btn-primary{background:#000;color:#fff;border-color:#000}.ro-btn-primary:hover{background:#333;border-color:#333}.ro-btn-outline{background:#fff;color:#000;border-color:#000}.ro-btn-outline:hover{background:#000!important;color:#fff!important;border-color:#000!important}.ro-section{background:#fff;border-radius:0;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5}.ro-section-title{font-size:18px;font-weight:700;margin-bottom:16px;color:#000;text-transform:uppercase;letter-spacing:.5px}.ro-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ro-loading{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:9999;align-items:center;justify-content:center}.ro-spinner{width:50px;height:50px;border:4px solid #ffffff;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ro-notification{background:#000;color:#fff;padding:12px 20px;margin-bottom:10px;display:flex;align-items:center;gap:10px;animation:slideIn .3s ease-out;min-width:250px;border-radius:4px}.ro-notification span{color:#fff!important}.ro-notification button{background:none;border:none;color:#fff!important;font-size:18px;cursor:pointer;padding:0;margin-left:auto}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.ro-notification-success{border-left:4px solid #10b981}.ro-notification-error{border-left:4px solid #ef4444}.ro-notification-warning{border-left:4px solid #f59e0b}.ro-notification-info{border-left:4px solid #3b82f6}.ro-notification button{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:0;margin-left:auto}.ro-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;align-items:center;justify-content:center}.ro-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009}.ro-modal-container{position:relative;background:#fff;border-radius:0;max-width:900px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d;border:2px solid #000000}.ro-modal-small{max-width:500px}.ro-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:2px solid #000000;background:#f5f5f5}.ro-modal-header h2{font-size:20px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.5px}.ro-modal-close{background:none;border:none;font-size:28px;color:#000;cursor:pointer;padding:0;line-height:1}.ro-modal-body{padding:24px}.ro-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:2px solid #e5e7eb;background:#f5f5f5}.ro-form-group{margin-bottom:20px}.ro-label{display:block;font-weight:700;margin-bottom:8px;color:#000;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.ro-form-control{width:100%;padding:10px 12px;border:2px solid #000000;border-radius:0;font-size:14px;transition:border-color .2s;background:#fff}.ro-form-control:focus{outline:none;border-color:#2563eb}.ro-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.ro-checkbox-label input[type=checkbox],.ro-checkbox-label input[type=radio]{width:18px;height:18px;cursor:pointer}.ro-av-groups-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.ro-av-group-card{background:#fff;border:2px solid #000000;border-radius:0;padding:20px;transition:all .2s}.ro-av-group-card:hover{box-shadow:4px 4px #000;transform:translate(-2px,-2px)}.ro-av-group-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ro-av-group-header h3{font-size:18px;font-weight:700;color:#000;margin-bottom:4px;text-transform:uppercase}.ro-av-group-location{font-size:14px;color:#6b7280}.ro-av-group-actions{display:flex;gap:8px}.ro-btn-icon{background:#fff;border:2px solid #000000;width:36px;height:36px;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ro-btn-icon:hover{background:#000!important;color:#fff!important}.ro-btn-icon:hover .material-symbols-outlined{color:#fff!important}.ro-av-group-stats{display:flex;gap:16px;padding-top:12px;border-top:2px solid #000000;font-size:14px;color:#6b7280}.ro-av-stat{display:flex;align-items:center;gap:6px}.ro-week-schedule{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.ro-av-day-col{background:#fff;border:2px solid #000000;border-radius:0;padding:12px;cursor:pointer;transition:all .2s;text-align:center}.ro-av-day-col:hover{background:#000;color:#fff}.ro-av-day-col:hover .ro-av-day-label,.ro-av-day-col:hover .ro-av-day-times{color:#fff}.ro-av-day-label{font-weight:700;margin-bottom:8px;color:#000;font-size:14px;text-transform:uppercase}.ro-av-day-times{font-size:12px;color:#6b7280;min-height:40px}.ro-av-day-times.has-times{color:#2563eb;font-weight:600}.ro-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.ro-calendar-grid>div{aspect-ratio:1;border:1px solid #e5e5e5;border-radius:0;padding:8px;cursor:pointer;transition:all .2s;position:relative;background:#fff;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;font-size:14px;gap:2px}.ro-calendar-grid>div:hover{border-color:#000;background:#f5f5f5}.ro-calendar-grid>div.selected{border-color:#000;background:#e5e5e5}.ro-calendar-grid>div.today{border:3px solid #000000!important;background:#fff!important;font-weight:700}.ro-calendar-grid>div.today .ro-cal-day-number{color:#000}.ro-calendar-grid>div.other-month{color:#9ca3af;cursor:default;border-color:#f5f5f5}.ro-calendar-grid>div.other-month:hover{border-color:#f5f5f5;background:#fff}.ro-cal-day-number{font-weight:700;font-size:14px;margin-bottom:4px;flex-shrink:0}.ro-cal-time{font-size:10px;line-height:1.3;margin-top:2px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:2px 4px;border-radius:3px}.ro-cal-time-weekly{color:#1e3a8a;background:#dbeafe}.ro-cal-time-override{color:#9a3412;background:#fed7aa;font-weight:600}.ro-hint{font-size:12px;color:#6b7280;margin-top:4px}.ro-booking-settings-section{margin-top:24px;padding-top:24px;border-top:2px solid #e5e7eb}.ro-calendar-grid>div{border:1px solid #e5e7eb!important;background:#fff!important}.ro-calendar-grid>div.selected{border-color:#3b82f6!important;background:#dbeafe!important}.ro-calendar-grid>div.today{border:2px solid #3b82f6!important;background:#eff6ff!important;font-weight:700}.ro-calendar-grid>div.today .ro-cal-day-number{color:#1e40af}.ro-cal-time{background:transparent!important;color:#374151!important;padding:2px 4px;font-size:10px;line-height:1.3}.ro-cal-time-weekly{color:#1e40af!important;font-weight:500}.ro-cal-time-actual{color:#15803d!important;font-weight:600}.ro-calendar-grid>div.has-weekly,.ro-calendar-grid>div.has-specific,.ro-calendar-grid>div.has-actual{border-left-width:3px!important}.ro-calendar-grid>div.has-weekly{border-left-color:#3b82f6!important}.ro-calendar-grid>div.has-specific{border-left-color:#ea580c!important}.ro-calendar-grid>div.has-actual{border-left-color:#15803d!important}.ro-calendar-grid>div.other-month{color:#d1d5db!important;background:#fafafa!important;border-color:#f3f4f6!important;cursor:default}.ro-calendar-grid>div.other-month:hover{border-color:#f3f4f6!important;background:#fafafa!important}.ro-calendar-grid>div{min-height:100px;padding:8px;border:1px solid #e5e7eb;cursor:pointer;position:relative}.ro-calendar-grid>div.selected{background:#e5e7eb!important}.ro-calendar-grid>div.today{border:2px solid #000!important}.ro-cal-time-override{color:#3b82f6!important;font-weight:600}.ro-cal-time-actual{color:#000!important;font-weight:600}.ro-calendar-grid>div.has-weekly,.ro-calendar-grid>div.has-specific,.ro-calendar-grid>div.has-actual{border-left-width:1px!important;border-left-color:#e5e7eb!important}.ro-calendar-grid>div{border:1px solid #e5e7eb!important;background:#fff!important;min-height:100px;padding:8px}.ro-calendar-grid>div:hover{border-color:#9ca3af!important;background:#f9fafb!important}.ro-calendar-grid>div.today{border:2px solid #000000!important;background:#fff!important;font-weight:400}.ro-calendar-grid>div.today .ro-cal-day-number{color:#000;font-weight:600}.ro-calendar-grid>div.selected{border-color:#000!important;background:#f5f5f5!important}.ro-cal-time,.ro-cal-time-weekly,.ro-cal-time-override,.ro-cal-time-actual{background:transparent!important;color:#374151!important;padding:2px 4px;font-size:10px}.ro-cal-time-weekly{color:#1e40af!important}.ro-cal-time-override{color:#ea580c!important;font-weight:600}.ro-cal-time-actual{color:#000!important;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/49/assets/ro-consolidated-styles.css.map */
