/* Kosly: calm editorial surfaces, supplied corporate identity, shared drawers. */
.k-logo {
    display: block;
    width: 140px !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
    background: #fff;
    border-radius: 4px;
}
.k-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.k-tenant-page .k-badge {
    background: #eaf4fa;
    color: #205d7d;
}
.k-console-sidebar .k-console-label {
    text-align: left;
    display: block;
    margin: 0 14px 24px;
}
.k-mobile-sidebar .sidebar {
    background: white !important;
    color: #284e63 !important;
    border-right: 1px solid #dae6ee;
}
.k-mobile-sidebar .nav-link {
    color: #4a687a !important;
}
.k-mobile-sidebar .nav-link:hover,
.k-mobile-sidebar .nav-link.active {
    background: #eaf4fa !important;
    color: #185b7d !important;
}
.k-mobile-sidebar .k-sidebar-close {
    color: #205d7d;
    border-color: #d7e5ed;
}
@media (max-width: 767px) {
    .k-mobile-sidebar[data-drawer-panel] {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        inset: 0 auto 0 0;
        width: min(320px, 88vw);
        height: 100dvh;
        z-index: 1100;
        transform: translateX(-105%);
        visibility: hidden;
        transition:
            transform 0.24s ease,
            visibility 0.24s;
    }
    .k-mobile-sidebar[data-open="true"] {
        transform: translateX(0);
        visibility: visible;
    }
}
.k-brand {
    display: inline-flex !important;
    align-items: center;
    line-height: 1 !important;
    flex-shrink: 0;
}
.k-header-inner {
    min-height: 112px !important;
}
.k-auth-header {
    min-height: 112px;
}
.k-header .k-logo,
.k-auth-header .k-logo {
    width: 126px !important;
}
.k-footer .k-logo {
    width: 164px !important;
    padding: 8px;
}
.k-console-sidebar > .k-brand {
    margin: 0 12px 18px;
}
.k-console-sidebar .k-logo {
    width: 154px !important;
}
.k-drawer-heading,
.k-drawer-trigger,
.k-drawer-close {
    display: none;
}
.k-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: #102e4666;
    backdrop-filter: blur(3px);
    z-index: 1090;
    border: 0;
    padding: 0;
}
.k-drawer-backdrop[hidden],
[hidden] {
    display: none !important;
}
.k-drawer-active {
    overflow: hidden;
}
.k-drawer-heading {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e1e9ef;
}
.k-drawer-heading img {
    width: 120px;
    height: auto;
}
.k-drawer-heading button,
.k-drawer-close {
    font-size: 0.875rem;
    color: #234c64;
    background: #edf4f8;
    border: 0;
    border-radius: 8px;
    padding: 10px 14px;
}
.k-drawer-trigger,
.k-menu-button {
    border: 1px solid #d6e4eb;
    border-radius: 10px;
    background: white;
    color: #1b4f6a;
    padding: 11px 16px;
    font-size: 0.875rem;
    font-weight: 650;
}
.k-console {
    --k-accent: #16638c;
    --k-accent-hover: #0e4d70;
    --k-soft: #eaf4fa;
}
.k-tenant-page {
    max-width: 1440px;
}
.k-tenant-page .k-button {
    background: #16638c;
    border: 1px solid #16638c;
    min-height: 44px;
}
.k-tenant-page .k-button:hover {
    background: #104e70;
}
.k-tenant-page .k-button-secondary {
    background: #fff;
    color: #1b526e !important;
    border-color: #d3e1e9;
}
.k-tenant-page .k-button-secondary:hover {
    background: #edf5f9;
}
.k-tenant-page .k-button-danger {
    background: #9d3845;
    border-color: #9d3845;
}
.k-tenant-page h2 {
    font-weight: 700;
    letter-spacing: -0.025em;
    font-size: 1.25rem;
}
.k-tenant-page h3 {
    font-weight: 650;
    letter-spacing: -0.02em;
    font-size: 1.2rem;
}
.k-tenant-page .k-muted {
    color: #5b7280;
}
.k-tenant-page .k-dashboard-heading {
    margin-bottom: 32px;
}
.k-tenant-page .k-overline {
    color: #286889;
}
.k-three-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.k-profile-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.k-profile-overview {
    display: grid;
    gap: 22px;
}
.k-profile-overview .k-dashboard-panel {
    padding: 26px;
}
.k-profile-identity {
    text-align: center;
}
.k-profile-identity h2 {
    margin: 16px 0 4px;
    overflow-wrap: anywhere;
}
.k-profile-identity > p {
    overflow-wrap: anywhere;
    font-size: 0.875rem;
    color: #657987;
}
.k-profile-identity .k-data-list {
    margin: 24px 0 0;
    text-align: left;
}
.k-profile-avatar {
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    border-radius: 26px;
    margin: auto;
    background: #e8f3fa;
    color: #1c6289;
    font-size: 2rem;
    font-weight: 700;
}
.k-profile-progress {
    width: 100%;
    height: 7px;
    accent-color: #1a719c;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}
.k-profile-progress::-webkit-progress-bar {
    background: #e7eef3;
}
.k-profile-progress::-webkit-progress-value {
    background: #1a719c;
}
.k-profile-sections {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}
.k-profile-sections a {
    color: #2c617a;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 10px 0;
    border-top: 1px solid #edf2f5;
}
.k-profile-form {
    display: grid;
    gap: 22px;
    margin: 0 0 26px;
}
.k-profile-form .k-dashboard-panel {
    scroll-margin-top: 24px;
}
.k-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.k-field-full {
    grid-column: 1/-1;
}
.k-tenant-page .k-field {
    margin: 0;
    min-width: 0;
}
.k-tenant-page .k-field label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0 0 8px;
    color: #314f61;
}
.k-tenant-page input:not([type="checkbox"]):not([type="radio"]),
.k-tenant-page select,
.k-tenant-page textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 12px 14px;
    border: 1px solid #cfdce5;
    border-radius: 10px;
    font: inherit;
    font-size: 0.9375rem;
    color: #1f3c50;
    background-color: white;
    box-shadow: none;
}
.k-tenant-page input[type="file"] {
    padding: 10px;
    font-size: 0.875rem;
}
.k-tenant-page input[type="file"]::file-selector-button {
    background: #edf5fa;
    border: 0;
    padding: 6px 10px;
    margin-right: 8px;
    color: #205b7a;
    border-radius: 6px;
}
.k-tenant-page input[readonly],
.k-tenant-page textarea[readonly] {
    background: #f3f6f8;
    color: #627887;
}
.k-tenant-page textarea {
    resize: vertical;
}
.k-tenant-page .k-field small {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #6a7d88;
    margin-top: 6px;
}
.k-tenant-page .k-field-error {
    font-size: 0.875rem;
    color: #a63843;
    margin: 6px 0;
}
.k-section-heading {
    margin-bottom: 24px;
}
.k-section-heading h2 {
    margin: 6px 0;
}
.k-profile-form fieldset {
    border: 0;
    padding: 0;
    display: grid;
    gap: 18px;
    min-width: 0;
}
.k-profile-save {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 4px 0;
}
.k-profile-save > p {
    color: #6c7f89;
    font-size: 0.875rem;
    max-width: 36ch;
    margin: 0;
}
.k-profile-save .k-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.k-profile-form .k-password {
    position: relative;
}
.k-profile-form .k-password input {
    padding-right: 104px;
}
.k-profile-form .k-password button {
    position: absolute;
    right: 8px;
    top: 6px;
    bottom: 6px;
    border: 0;
    background: #edf4f8;
    color: #235d7b;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.8125rem;
}
.k-account-help {
    background: #f0f6fa;
}
.k-account-help .k-actions {
    flex-wrap: wrap;
}
.k-account-help p {
    font-size: 0.9375rem;
}
.k-list-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin: 28px 0 20px;
}
.k-list-toolbar h2 {
    margin: 0 0 4px;
}
.k-list-toolbar p {
    margin: 0;
    font-size: 0.875rem;
}
.k-list-toolbar > .k-actions {
    align-items: end;
    flex-wrap: wrap;
}
.k-list-toolbar .k-field:first-child {
    min-width: 240px;
}
.k-record-list {
    display: grid;
    gap: 18px;
}
.k-record-card {
    border: 1px solid #dce6ed;
    border-radius: 18px;
    background: white;
    padding: 26px 28px;
    min-width: 0;
    overflow-wrap: anywhere;
}
.k-record-heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 22px;
}
.k-record-heading h3 {
    margin: 6px 0;
}
.k-record-heading p {
    margin: 0 0 6px;
}
.k-record-heading .k-overline {
    font-size: 0.75rem;
}
.k-record-heading .k-muted {
    font-size: 0.875rem;
}
.k-status {
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #edf2f6;
    color: #546c7a;
    flex-shrink: 0;
}
.k-status[data-tone="success"] {
    background: #e9f6f0;
    color: #276447;
}
.k-status[data-tone="pending"] {
    background: #fff5e2;
    color: #865a17;
}
.k-record-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0;
    padding: 20px 0;
    border-top: 1px solid #ecf1f4;
    border-bottom: 1px solid #ecf1f4;
}
.k-record-facts dt {
    font-size: 0.8125rem;
    color: #6c7c89;
    margin-bottom: 6px;
}
.k-record-facts dd {
    font-size: 0.9375rem;
    font-weight: 650;
    margin: 0;
    color: #27465a;
}
.k-record-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}
.k-record-actions form {
    margin: 0;
}
.k-danger-text {
    color: #a03947 !important;
    background: none;
    border: 0;
}
.k-record-disclosure {
    border-top: 1px solid #ecf1f4;
    margin-top: 20px;
    padding-top: 14px;
}
.k-record-disclosure summary {
    font-size: 0.8125rem;
    color: #806b6d;
    cursor: pointer;
    list-style: none;
}
.k-record-disclosure form {
    margin-top: 14px;
    max-width: 640px;
}
.k-record-disclosure button {
    margin-top: 12px;
}
.k-record-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #edf1f4;
}
.k-record-bottom .k-muted {
    font-size: 0.8125rem;
}
.k-record-amount {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -0.035em;
    color: #21495f;
}
.k-record-excerpt {
    margin: 18px 0 12px;
    line-height: 1.75;
    color: #425f70;
}
.k-filter-panel {
    padding: 22px;
}
.k-filter-row {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 16px;
}
.k-filter-row > .k-field {
    flex: 1;
    min-width: 150px;
}
.k-filter-row > .k-filter-grow {
    flex: 2;
}
.k-filter-row > .k-text-link {
    padding-bottom: 12px;
}
.k-inline-note {
    background: #edf5fa;
    border-radius: 14px;
    padding: 22px 26px;
    margin-top: 24px;
    font-size: 0.9375rem;
}
.k-inline-note p {
    margin: 6px 0 0;
    color: #546d7c;
}
.k-inline-note a {
    color: #1c648b;
}
.k-empty-kicker {
    display: block;
    color: #4f7a91;
    font-size: 0.875rem;
    margin-bottom: 14px;
}
.k-tenant-page .k-empty {
    border: 1px dashed #cbdde8;
    background: #fff;
    padding: 50px 24px;
}
.k-booking-property {
    min-width: 0;
    border: 1px solid #e0e8ec;
    border-radius: 16px;
    background: white;
    overflow: hidden;
}
.k-booking-property .k-property {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.k-room-disclosure {
    border-top: 1px solid #e8eef3;
}
.k-room-disclosure summary {
    padding: 16px 18px;
    font-size: 0.875rem;
    color: #1d6081;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}
.k-room-options {
    padding: 0 18px 18px;
}
.k-room-options > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    border-top: 1px solid #ecf1f5;
    padding: 14px 0;
}
.k-room-options strong {
    font-size: 0.875rem;
}
.k-room-options p {
    font-size: 0.8125rem;
    color: #69808d;
    margin: 4px 0 0;
}
.k-room-options a {
    font-size: 0.8125rem;
    flex-shrink: 0;
}
.k-booking-request {
    margin-top: 32px;
    scroll-margin-top: 24px;
}
.k-booking-request > p {
    margin-bottom: 26px;
}
.k-booking-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    background: #edf5fa;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0 18px;
}
.k-booking-summary p {
    margin: 0;
}
.k-booking-summary strong {
    display: block;
    font-size: 1.4rem;
    color: #215d7c;
    margin: 5px 0;
}
.k-booking-summary .k-help {
    max-width: 70ch;
}
.k-console .d-none {
    display: none !important;
}
.k-tenant-page .k-browse-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.k-tenant-page .k-browse-layout {
    margin-top: 28px;
}
.k-tenant-page .k-filter-disclosure {
    background: white;
}
.k-tenant-page #browseMap {
    height: 360px;
    z-index: 0;
}
.k-field input:focus,
.k-field select:focus,
.k-field textarea:focus {
    outline: 2px solid #6aacce;
    outline-offset: 2px;
}
@media (max-width: 1100px) {
    .k-profile-layout {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 22px;
    }
    .k-profile-save {
        flex-direction: column;
        align-items: stretch;
    }
    .k-profile-save .k-actions {
        justify-content: flex-start;
    }
}
@media (max-width: 1000px) {
    .k-console-layout {
        display: block;
    }
    .k-console-sidebar[data-drawer-panel] {
        position: fixed !important;
        inset: 0 auto 0 0;
        width: min(320px, 88vw);
        height: 100dvh !important;
        max-height: 100dvh;
        overflow-y: auto;
        z-index: 1100;
        display: block !important;
        background: white;
        transform: translateX(-105%);
        visibility: hidden;
        transition:
            transform 0.24s ease,
            visibility 0.24s;
    }
    .k-console-sidebar[data-open="true"] {
        transform: translateX(0);
        visibility: visible;
    }
    .k-drawer-trigger,
    .k-drawer-close {
        display: inline-flex;
    }
    .k-console-sidebar .k-drawer-close {
        margin-bottom: 20px;
        margin-left: auto;
    }
    .k-console-header {
        padding: 16px 22px;
    }
    .k-console-header > span {
        display: none;
    }
    .k-console-header > div {
        gap: 16px;
    }
    .k-console-sidebar .k-console-label {
        margin-bottom: 20px;
    }
}
@media (max-width: 800px) {
    .k-header {
        z-index: 1080 !important;
    }
    .k-header .k-nav[data-drawer-panel] {
        display: flex !important;
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        width: min(340px, 88vw);
        height: 100dvh;
        max-height: 100dvh;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 24px;
        gap: 8px;
        border: 0;
        background: white;
        z-index: 1100;
        transform: translateX(-105%);
        visibility: hidden;
        transition:
            transform 0.24s ease,
            visibility 0.24s;
        box-shadow: none;
    }
    .k-header .k-nav[data-open="true"] {
        transform: translateX(0);
        visibility: visible;
    }
    .k-drawer-heading {
        display: flex;
    }
    .k-nav > a {
        padding: 14px 12px !important;
        border-radius: 8px;
        font-size: 1rem;
    }
    .k-nav > a[aria-current="page"] {
        background: #eaf4fa;
        color: #215d7c;
    }
    .k-nav .k-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 22px;
        gap: 10px;
    }
    .k-profile-layout {
        grid-template-columns: 1fr;
    }
    .k-profile-overview {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .k-record-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .k-list-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }
    .k-list-toolbar > .k-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .k-list-toolbar .k-field:first-child {
        min-width: 0;
    }
    .k-record-bottom {
        align-items: start;
        flex-direction: column;
    }
    .k-header-inner {
        min-height: 100px !important;
    }
    .k-header .k-logo {
        width: 112px !important;
    }
}
@media (max-width: 600px) {
    .k-profile-overview,
    .k-form-grid,
    .k-tenant-page .k-browse-cards {
        grid-template-columns: 1fr;
    }
    .k-profile-overview .k-dashboard-panel {
        padding: 22px;
    }
    .k-tenant-page .k-dashboard-panel {
        padding: 22px;
    }
    .k-profile-identity {
        display: block;
    }
    .k-three-metrics {
        grid-template-columns: 1fr;
    }
    .k-record-card {
        padding: 22px;
    }
    .k-record-heading {
        flex-direction: column;
        gap: 12px;
    }
    .k-record-facts {
        gap: 18px;
    }
    .k-record-actions {
        gap: 14px;
    }
    .k-list-toolbar > .k-actions {
        grid-template-columns: 1fr;
    }
    .k-profile-save .k-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .k-filter-row {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .k-filter-row > .k-field {
        min-width: 0;
    }
    .k-booking-summary {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    .k-booking-summary .k-button {
        width: 100%;
    }
    .k-console-header {
        gap: 12px;
        padding: 14px 18px;
    }
    .k-console-header > div {
        gap: 12px;
    }
    .k-console-header .k-avatar {
        display: none;
    }
    .k-console-header a {
        font-size: 0.8125rem;
    }
    .k-tenant-page .k-dashboard-heading {
        align-items: stretch;
    }
    .k-record-bottom .k-actions {
        flex-wrap: wrap;
    }
}
@media (prefers-reduced-motion: reduce) {
    [data-drawer-panel] {
        transition: none !important;
    }
}
