:root{--queue-primary-color: var(--color-button-secondary);--queue-primary-hover-color: var(--color-button-secondary-hover);--queue-selection-color: var(--color-button-primary);--queue-secondary-color: #f5f5f5;--queue-text-color: #333;--queue-disabled-color: #e0e0e0;--queue-disabled-text-color: #999;--queue-border-color: #ddd;--queue-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);--queue-used-hours-color: #e0e0e0;--queue-available-hours-color: #fff}.queue-calendar-container{background-color:var(--color-background-primary);border-radius:16px;box-shadow:var(--shadow-00);padding:24px;width:100%;max-width:620px;box-sizing:border-box;flex-shrink:0}.queue-calendar-container.queue-disabled-state{pointer-events:none;opacity:.5}h1{text-align:center;color:inherit;margin-bottom:24px;font-size:2em;font-weight:700}.queue-day-names{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;margin-bottom:10px;text-align:center;font-weight:600;color:var(--queue-primary-color);border-bottom:2px solid var(--queue-primary-color);padding-bottom:10px}.queue-week-row{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;margin-bottom:10px}.queue-day-cell{background-color:var(--queue-secondary-color);border:1px solid var(--queue-border-color);border-radius:2rem;padding:1rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;min-height:100px;transition:all .3s ease;position:relative;overflow:hidden}.queue-day-cell.queue-enabled{cursor:pointer;background-color:var(--queue-available-hours-color);box-shadow:0 2px 4px rgba(0,0,0,.05)}.queue-day-cell.queue-enabled:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.queue-day-cell.queue-selected{background-color:var(--queue-selection-color);color:#fff;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.2);text-shadow:1px 1px 2px rgba(0,0,0,.8)}.queue-day-number{font-size:2.5em;font-weight:700;line-height:1;margin-bottom:4px}.queue-day-cell.queue-selected .queue-date-info{color:#fff}.queue-date-info{font-size:.9em;color:#666;margin-bottom:8px}.queue-used-hours-bar{width:100%;height:8px;background-color:var(--queue-used-hours-color);border-radius:4px;margin-top:auto;position:relative}.queue-used-hours-fill{height:100%;background-color:var(--color-progress-bar-dark);border-radius:4px;transition:width .5s ease}@media(max-width: 600px){.queue-calendar-container{padding:12px}.queue-day-names{font-size:.8em}.queue-day-cell{padding:.5rem;min-height:70px}.queue-day-number{font-size:1.5em}.queue-date-info{font-size:.7em}.queue-used-hours-bar{display:none}.queue-year,.queue-slash{display:none}}#queue-hours-container{margin-top:30px;padding-top:20px;border-top:1px solid var(--queue-border-color);text-align:center;animation:fadeIn .5s ease-out;width:100%;overflow-x:hidden}#queue-hours-container h2{color:inherit;margin-bottom:20px}.queue-hours-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;width:100%}.queue-hour-slot{padding:10px 15px;background-color:var(--queue-available-hours-color);border:1px solid var(--queue-border-color);border-radius:2rem;cursor:pointer;transition:background-color .2s,transform .2s;font-weight:600}.queue-hour-slot:hover{background-color:#fcebeb;transform:translateY(-2px)}.queue-hour-slot.queue-selected{background-color:var(--queue-selection-color);color:#fff;border:1px solid rgba(0,0,0,.2);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1);text-shadow:1px 1px 2px rgba(0,0,0,.8)}.queue-hour-slot.queue-used{background-color:var(--queue-used-hours-color);color:var(--queue-disabled-text-color);cursor:not-allowed;text-decoration:line-through;opacity:.6;transform:none}.queue-hidden{display:none !important}/*# sourceMappingURL=queue.min.css.map */
