.reconstruction-wrapper[b-ytnak6yivm] {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: radial-gradient(circle at center, #ffffff 0%, #f8f9fa 100%);
}
.reconstruction-content[b-ytnak6yivm] {
    max-width: 700px;
    width: 100%;
    text-align: center;
}
.studio-main-title[b-ytnak6yivm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}
.studio-subtitle[b-ytnak6yivm] {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: rgba(33, 37, 37, 0.75);
    text-transform: uppercase;
}
.studio-name[b-ytnak6yivm] {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #212529;
    margin-top: 0.2rem; 
}
.title-underline[b-ytnak6yivm] {
    width: 40px;
    height: 2px;
    background-color: var(--calendar-color-selected);
    margin: 0 auto;
}
.tracking-wider[b-ytnak6yivm] {
    letter-spacing: 2px;
}
.btn-rental-accent[b-ytnak6yivm] {
    background-color: var(--calendar-color-selected) !important;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 0.8rem 2.5rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
    .btn-rental-accent:hover[b-ytnak6yivm] {
        filter: brightness(0.9);
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(26, 115, 232, 0.3) !important;
    }
    .btn-rental-accent:active[b-ytnak6yivm] {
        transform: translateY(0);
    }
.utility-actions .btn-outline-primary[b-ytnak6yivm] {
    border-radius: 12px;
    border-width: 2px;
    font-weight: 500;
}
@media (max-width: 576px) {
    .studio-title[b-ytnak6yivm] {
        font-size: 1.5rem;
    }
    .btn-rental-accent[b-ytnak6yivm] {
        width: 100%;
    }
    .utility-actions .col-auto[b-ytnak6yivm] {
        width: 100%;
    }
}
.site-footer[b-ytnak6yivm] {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    color: #495057;
}
.footer-title[b-ytnak6yivm] {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    color: #212529;
}
.footer-list[b-ytnak6yivm] {
    padding-left: 0;
}
    .footer-list li[b-ytnak6yivm] {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }
.footer-text[b-ytnak6yivm] {
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: justify;
}
.footer-bottom[b-ytnak6yivm] {
    font-size: 0.75rem;
}
.footer-list a:hover[b-ytnak6yivm] {
    color: var(--calendar-color-selected) !important;
}
@media (max-width: 768px) {
    .site-footer[b-ytnak6yivm] {
        text-align: center;
    }
    .footer-list li[b-ytnak6yivm] {
        justify-content: center;
    }
    .footer-title[b-ytnak6yivm] {
        margin-top: 1rem;
    }
}
@media (max-width: 390px) {
    div[b-0k3v81n8op] {
        --grid-cell-size: 37px;
        --timeline-p-size: 8px;
        --text-time-hour-size: 8px;
        --text-time-minute-size: 4px;
    }
}
.mode-selector-container[b-0k3v81n8op] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem; 
}
.mode-selector[b-0k3v81n8op] {
    display: flex;
    background-color: #f1f3f5;
    padding: 4px;
    border-radius: 12px;
    width: 100%;
    max-width: 480px;
    position: relative;
}
    .mode-selector input[type="radio"][b-0k3v81n8op] {
        display: none;
    }
        .mode-selector input[type="radio"]:disabled ~ label[b-0k3v81n8op] {
            opacity: 0.5;
            cursor: not-allowed;
        }
    .mode-selector label[b-0k3v81n8op] {
        flex: 1;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
        z-index: 1;
        font-weight: 500;
        color: #6c757d;
        transition: color 0.3s ease;
        margin-bottom: 0;
        user-select: none; 
    }
    .mode-selector[b-0k3v81n8op]::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(50% - 4px);
        height: calc(100% - 8px);
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mode-selector:has(#mode-calendar:checked)[b-0k3v81n8op]::before {
        transform: translateX(100%);
    }
    .mode-selector:has(#mode-brief:checked) label[for="mode-brief"][b-0k3v81n8op],
    .mode-selector:has(#mode-calendar:checked) label[for="mode-calendar"][b-0k3v81n8op] {
        color: #0d6efd; 
    }
.view-section[b-0k3v81n8op] {
}
#calendar-view-container[b-0k3v81n8op] {
    display: none;
}
.mode-selector-container:has(#mode-calendar:checked) ~ #calendar-view-container[b-0k3v81n8op] {
    display: block;
}
.mode-selector-container:has(#mode-calendar:checked) ~ #brief-view-container[b-0k3v81n8op] {
    display: none;
}
.date-brief.active[b-0k3v81n8op] {
    border-color: #0d6efd !important; 
    background-color: var(--calendar-color-selected) !important;
}
    .date-brief.active span[b-0k3v81n8op] {
        color: rgb(255, 255, 255) !important;
    }
.input-validation-error[b-0k3v81n8op] {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://w3.org' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
    .input-validation-error:focus[b-0k3v81n8op] {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
    }
.site-footer[b-0k3v81n8op] {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    color: #495057;
}
.footer-bottom[b-0k3v81n8op] {
    font-size: 0.75rem;
}
@media (max-width: 768px) {
    .site-footer[b-0k3v81n8op] {
        text-align: center;
    }
}
@media (max-width: 390px) {
    div[b-cl71s2pyu9] {
        --grid-cell-size: 37px;
        --timeline-p-size: 8px;
        --text-time-hour-size: 8px;
        --text-time-minute-size: 4px;
    }
}
.mode-selector-container[b-cl71s2pyu9] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem; 
}
.mode-selector[b-cl71s2pyu9] {
    display: flex;
    background-color: #f1f3f5;
    padding: 4px;
    border-radius: 12px;
    width: 100%;
    max-width: 480px;
    position: relative;
}
    .mode-selector input[type="radio"][b-cl71s2pyu9] {
        display: none;
    }
        .mode-selector input[type="radio"]:disabled ~ label[b-cl71s2pyu9] {
            opacity: 0.5;
            cursor: not-allowed;
        }
    .mode-selector label[b-cl71s2pyu9] {
        flex: 1;
        text-align: center;
        padding: 8px 0;
        cursor: pointer;
        z-index: 1;
        font-weight: 500;
        color: #6c757d;
        transition: color 0.3s ease;
        margin-bottom: 0;
        user-select: none; 
    }
    .mode-selector[b-cl71s2pyu9]::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(50% - 4px);
        height: calc(100% - 8px);
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mode-selector:has(#mode-calendar:checked)[b-cl71s2pyu9]::before {
        transform: translateX(100%);
    }
    .mode-selector:has(#mode-brief:checked) label[for="mode-brief"][b-cl71s2pyu9],
    .mode-selector:has(#mode-calendar:checked) label[for="mode-calendar"][b-cl71s2pyu9] {
        color: #0d6efd; 
    }
.view-section[b-cl71s2pyu9] {
}
#calendar-view-container[b-cl71s2pyu9] {
    display: none;
}
.mode-selector-container:has(#mode-calendar:checked) ~ #calendar-view-container[b-cl71s2pyu9] {
    display: block;
}
.mode-selector-container:has(#mode-calendar:checked) ~ #brief-view-container[b-cl71s2pyu9] {
    display: none;
}
.date-brief.active[b-cl71s2pyu9] {
    border-color: #0d6efd !important; 
    background-color: var(--calendar-color-selected) !important;
}
    .date-brief.active span[b-cl71s2pyu9] {
        color: rgb(255, 255, 255) !important;
    }
.input-validation-error[b-cl71s2pyu9] {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://w3.org' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
    .input-validation-error:focus[b-cl71s2pyu9] {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
    }
.site-footer[b-cl71s2pyu9] {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    color: #495057;
}
.footer-bottom[b-cl71s2pyu9] {
    font-size: 0.75rem;
}
@media (max-width: 768px) {
    .site-footer[b-cl71s2pyu9] {
        text-align: center;
    }
}
.success-wrapper[b-lm9bi4iv2c] {
    min-height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: radial-gradient(circle at center, #ffffff 0%, #f8f9fa 100%);
}
.success-content[b-lm9bi4iv2c] {
    max-width: 600px;
    width: 100%;
    text-align: center;
}
.success-icon-wrapper[b-lm9bi4iv2c] {
    font-size: 4rem;
    color: var(--calendar-color-selected);
    filter: drop-shadow(0 4px 8px rgba(26, 115, 232, 0.2));
}
.success-title[b-lm9bi4iv2c] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #212529;
}
.success-subtitle[b-lm9bi4iv2c] {
    color: #6c757d;
    font-size: 1.1rem;
}
.receipt-card[b-lm9bi4iv2c] {
    background: #ffffff;
    border-radius: 16px;
    border: none;
    overflow: hidden;
}
.receipt-header[b-lm9bi4iv2c] {
    padding: 1.5rem 1.5rem 0.5rem;
    text-align: center;
}
.receipt-body[b-lm9bi4iv2c] {
    padding: 1rem 2rem;
}
.receipt-row[b-lm9bi4iv2c] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px dashed #e9ecef;
}
    .receipt-row:last-child[b-lm9bi4iv2c] {
        border-bottom: none;
    }
    .receipt-row .label[b-lm9bi4iv2c] {
        color: #6c757d;
        font-size: 0.9rem;
    }
    .receipt-row .value[b-lm9bi4iv2c] {
        color: #212529;
        font-weight: 600;
        font-size: 0.95rem;
    }
.receipt-footer[b-lm9bi4iv2c] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}
.btn-rental-accent[b-lm9bi4iv2c] {
    background-color: var(--calendar-color-selected) !important;
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    padding: 0.8rem 2.5rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
}
    .btn-rental-accent:hover[b-lm9bi4iv2c] {
        filter: brightness(0.9);
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(26, 115, 232, 0.3) !important;
    }
.site-footer[b-lm9bi4iv2c] {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    color: #495057;
}
.footer-title[b-lm9bi4iv2c] {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    color: #212529;
}
.footer-list[b-lm9bi4iv2c] {
    padding-left: 0;
}
    .footer-list li[b-lm9bi4iv2c] {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }
.footer-text[b-lm9bi4iv2c] {
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: justify;
}
.footer-bottom[b-lm9bi4iv2c] {
    font-size: 0.75rem;
}
.footer-list a:hover[b-lm9bi4iv2c] {
    color: var(--calendar-color-selected) !important;
}
@media (max-width: 768px) {
    .site-footer[b-lm9bi4iv2c] {
        text-align: center;
    }
    .footer-list li[b-lm9bi4iv2c] {
        justify-content: center;
    }
    .footer-title[b-lm9bi4iv2c] {
        margin-top: 1rem;
    }
}
.calendar-wrapper[b-ijfjwdyugt] {
    font-family: 'Fira Sans', sans-serif;
    max-width: 456px;
    max-width: fit-content;
}
    .calendar-wrapper .month-button[b-ijfjwdyugt] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.25rem 0.5rem;
        outline: none !important;
        box-shadow: none !important;
    }
        .calendar-wrapper .month-button:focus[b-ijfjwdyugt],
        .calendar-wrapper .month-button:active[b-ijfjwdyugt] {
            outline: none !important;
            box-shadow: none !important;
        }
        .calendar-wrapper .month-button svg[b-ijfjwdyugt] {
            width: 16px;
            height: 16px;
        }
    .calendar-wrapper .days-wrapper[b-ijfjwdyugt]  div.btn-primary {
        background-color: var(--calendar-color-selected) !important;
    }
a.navbar-brand[b-508bm2tvfu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
a[b-508bm2tvfu] {
  color: #0077cc;
}
.btn-primary[b-508bm2tvfu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active[b-508bm2tvfu], .nav-pills .show > .nav-link[b-508bm2tvfu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.border-top[b-508bm2tvfu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-508bm2tvfu] {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow[b-508bm2tvfu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy[b-508bm2tvfu] {
  font-size: 1rem;
  line-height: inherit;
}
.footer[b-508bm2tvfu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
