﻿:root {
    --hotel-bg: #070b13;
    --hotel-panel: #0d1626;
    --hotel-panel-soft: #121e31;
    --hotel-border: rgba(110, 169, 233, 0.16);
    --hotel-border-strong: rgba(110, 169, 233, 0.30);
    --hotel-text: #eef4ff;
    --hotel-muted: #8d9fbd;
    --hotel-blue: #3f91e8;
    --hotel-blue-soft: rgba(63, 145, 232, 0.14);
    --hotel-gold: #d6a24a;
    --hotel-green: #42a875;
    --hotel-red: #e45b5b;
    --hotel-purple: #8577e6;
    --hotel-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.main-content {
    min-height: 100vh;
}

.hotel-app-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 288px 1fr;
    background: radial-gradient(circle at 12% 8%, rgba(63,145,232,0.18), transparent 28%), radial-gradient(circle at 90% 5%, rgba(214,162,74,0.14), transparent 26%), linear-gradient(145deg, #050810 0%, #07111f 52%, #050810 100%);
    color: var(--hotel-text);
}

    .hotel-app-shell.light-mode {
        --hotel-bg: #eef4fb;
        --hotel-panel: #ffffff;
        --hotel-panel-soft: #f4f7fb;
        --hotel-border: rgba(35, 75, 125, 0.14);
        --hotel-border-strong: rgba(35, 75, 125, 0.24);
        --hotel-text: #142033;
        --hotel-muted: #5d6b82;
        background: linear-gradient(145deg, #edf3fb 0%, #f8fafd 100%);
    }

.hotel-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 24px 18px;
    border-right: 1px solid var(--hotel-border);
    background: rgba(7, 11, 19, 0.74);
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.light-mode .hotel-sidebar {
    background: rgba(255,255,255,0.76);
}

.hotel-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    padding: 10px;
    border-radius: 18px;
}

    .hotel-brand:hover {
        background: var(--hotel-blue-soft);
    }

.hotel-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--hotel-blue), var(--hotel-gold));
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 34px rgba(63, 145, 232, 0.26);
}

.hotel-brand strong, .hotel-brand small {
    display: block;
}

.hotel-brand strong {
    font-size: 15px;
}

.hotel-brand small {
    margin-top: 2px;
    color: var(--hotel-muted);
    font-size: 11px;
}

.hotel-menu {
    display: grid;
    gap: 8px;
}

.hotel-menu-item {
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    border-radius: 14px;
    background: transparent;
    color: var(--hotel-muted);
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: 0.2s ease;
}

    .hotel-menu-item span {
        width: 24px;
        height: 24px;
        display: grid;
        place-items: center;
        border-radius: 8px;
        background: rgba(255,255,255,0.04);
    }

    .hotel-menu-item:hover, .hotel-menu-item.active {
        color: var(--hotel-text);
        background: var(--hotel-blue-soft);
    }

        .hotel-menu-item.active span {
            background: linear-gradient(135deg, var(--hotel-blue), var(--hotel-purple));
            color: #fff;
        }

.hotel-sidebar-card {
    margin-top: auto;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid var(--hotel-border);
    background: rgba(18, 30, 49, 0.58);
    display: flex;
    gap: 12px;
}

.light-mode .hotel-sidebar-card {
    background: rgba(244, 247, 251, 0.92);
}

.hotel-sidebar-card strong {
    font-size: 13px;
}

.hotel-sidebar-card p {
    margin: 5px 0 0;
    color: var(--hotel-muted);
    font-size: 12px;
    line-height: 1.45;
}

.hotel-status-dot {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--hotel-green);
    box-shadow: 0 0 0 6px rgba(66, 168, 117, 0.12);
    flex-shrink: 0;
}

.hotel-main {
    padding: 28px;
    min-width: 0;
    max-width: 100%;
}

.hotel-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.hotel-eyebrow {
    color: var(--hotel-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.hotel-topbar h1 {
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1;
    margin: 0 0 8px;
    letter-spacing: -1.6px;
}

.hotel-topbar span, .hotel-section-head span, .hotel-card-head p, .hotel-card p, .report-card small {
    color: var(--hotel-muted);
    line-height: 1.55;
}

.hotel-topbar-actions, .hotel-tools, .hotel-form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotel-icon-btn, .hotel-primary-btn, .hotel-soft-btn, .row-action {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.hotel-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--hotel-panel);
    color: var(--hotel-text);
    border: 1px solid var(--hotel-border);
}

.hotel-primary-btn, .hotel-soft-btn {
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 800;
}

.hotel-primary-btn {
    background: linear-gradient(135deg, var(--hotel-blue), var(--hotel-purple));
    color: #fff;
    box-shadow: 0 16px 40px rgba(63, 145, 232, 0.22);
}

    .hotel-primary-btn.full {
        width: 100%;
    }

.hotel-soft-btn {
    background: var(--hotel-blue-soft);
    color: var(--hotel-text);
}

.hotel-panel {
    display: none;
    max-width: 100%;
}

    .hotel-panel.active {
        display: block;
        animation: hotelPanelIn 0.25s ease;
    }

@keyframes hotelPanelIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotel-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.hotel-kpi-card, .hotel-card, .guest-card {
    border: 1px solid var(--hotel-border);
    background: rgba(13, 22, 38, 0.82);
    border-radius: 24px;
    box-shadow: var(--hotel-shadow);
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.light-mode .hotel-kpi-card, .light-mode .hotel-card, .light-mode .guest-card {
    background: rgba(255,255,255,0.90);
    box-shadow: 0 18px 50px rgba(54, 76, 108, 0.12);
}

.hotel-kpi-card {
    padding: 20px;
    position: relative;
}

    .hotel-kpi-card::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        right: -42px;
        top: -42px;
        border-radius: 50%;
        background: rgba(63, 145, 232, 0.18);
    }

    .hotel-kpi-card.warning::after {
        background: rgba(214, 162, 74, 0.2);
    }

    .hotel-kpi-card.success::after {
        background: rgba(66, 168, 117, 0.2);
    }

    .hotel-kpi-card span, .hotel-kpi-card small {
        display: block;
        color: var(--hotel-muted);
        font-size: 13px;
    }

    .hotel-kpi-card strong {
        display: block;
        font-size: 28px;
        margin: 10px 0 6px;
    }

.hotel-dashboard-grid, .hotel-room-layout, .hotel-reservation-grid, .hotel-payment-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 16px;
}

.hotel-card {
    padding: 22px;
}

.hotel-card-head, .hotel-section-head, .hotel-floor-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

    .hotel-card-head.compact {
        margin-bottom: 16px;
    }

.hotel-card h2, .guest-card h3 {
    margin: 0;
}

.hotel-room-map {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

    .hotel-room-map.mini {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

.room-card {
    min-height: 130px;
    border: 1px solid var(--hotel-border);
    border-radius: 20px;
    background: var(--hotel-panel-soft);
    color: var(--hotel-text);
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: 0.2s ease;
}

    .room-card:hover, .room-card.selected {
        transform: translateY(-2px);
        border-color: var(--hotel-border-strong);
        box-shadow: 0 14px 35px rgba(0,0,0,0.18);
    }

    .room-card .room-no {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        font-weight: 900;
        background: rgba(255,255,255,0.06);
    }

    .room-card strong {
        margin-top: 6px;
    }

    .room-card small, .room-card b {
        color: var(--hotel-muted);
        font-size: 12px;
    }

    .room-card em {
        margin-top: auto;
        font-style: normal;
        font-size: 12px;
        font-weight: 900;
        padding: 5px 9px;
        border-radius: 999px;
    }

    .room-card.bos em, .hotel-badge.bos {
        color: #9de8c1;
        background: rgba(66, 168, 117, 0.16);
    }

    .room-card.dolu em, .hotel-badge.dolu {
        color: #9fcfff;
        background: rgba(63, 145, 232, 0.18);
    }

    .room-card.temizlik em, .hotel-badge.temizlik {
        color: #ffdca8;
        background: rgba(214, 162, 74, 0.18);
    }

    .room-card.bakim em, .hotel-badge.bakim {
        color: #ffbbbb;
        background: rgba(228, 91, 91, 0.18);
    }

    .room-card.bos {
        border-color: rgba(66,168,117,0.24);
    }

    .room-card.dolu {
        border-color: rgba(63,145,232,0.30);
    }

    .room-card.temizlik {
        border-color: rgba(214,162,74,0.30);
    }

    .room-card.bakim {
        border-color: rgba(228,91,91,0.28);
    }

.hotel-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--hotel-muted);
    font-size: 12px;
}

    .hotel-legend span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .hotel-legend i {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

.state-empty {
    background: var(--hotel-green);
}

.state-full {
    background: var(--hotel-blue);
}

.state-clean {
    background: var(--hotel-gold);
}

.state-maintenance {
    background: var(--hotel-red);
}

.room-detail-empty {
    min-height: 340px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--hotel-muted);
}

    .room-detail-empty span {
        font-size: 42px;
    }

    .room-detail-empty strong {
        color: var(--hotel-text);
    }

.room-detail-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.room-detail-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--hotel-blue), var(--hotel-purple));
}

.room-detail-list, .cash-list {
    display: grid;
    gap: 10px;
}

    .room-detail-list div, .cash-list div, .hotel-timeline div {
        padding: 13px;
        border-radius: 16px;
        background: rgba(255,255,255,0.04);
    }

.light-mode .room-detail-list div, .light-mode .cash-list div, .light-mode .hotel-timeline div {
    background: #f5f7fb;
}

.room-detail-list div, .cash-list div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--hotel-muted);
}

.room-detail-list strong, .cash-list strong {
    color: var(--hotel-text);
}

.cash-list .negative {
    color: #ffb4b4;
}

.room-actions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.hotel-timeline {
    display: grid;
    gap: 14px;
}

    .hotel-timeline div {
        display: grid;
        grid-template-columns: 16px 1fr;
        column-gap: 10px;
        row-gap: 3px;
        align-items: center;
    }

    .hotel-timeline small {
        grid-column: 2;
        color: var(--hotel-muted);
    }

.timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .timeline-dot.green {
        background: var(--hotel-green);
    }

    .timeline-dot.orange {
        background: var(--hotel-gold);
    }

    .timeline-dot.blue {
        background: var(--hotel-blue);
    }

    .timeline-dot.red {
        background: var(--hotel-red);
    }

.hotel-form-grid, .hotel-payment-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

    .hotel-form-grid label, .hotel-payment-box label, .hotel-note-label {
        display: grid;
        gap: 7px;
        color: var(--hotel-muted);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

.hotel-note-label {
    margin-top: 12px;
}

.hotel-input, .hotel-select, .hotel-search, .hotel-textarea {
    min-height: 42px;
    border-radius: 14px;
    border: 1px solid var(--hotel-border);
    background: var(--hotel-panel-soft);
    color: var(--hotel-text);
    padding: 0 14px;
    outline: none;
    min-width: 180px;
    width: 100%;
}

.hotel-textarea {
    padding: 12px 14px;
    min-height: 94px;
    resize: vertical;
}

    .hotel-input:focus, .hotel-select:focus, .hotel-search:focus, .hotel-textarea:focus {
        border-color: var(--hotel-blue);
    }

.hotel-form-actions {
    margin-top: 16px;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--hotel-border);
    color: var(--hotel-muted);
}

    .summary-line strong {
        color: var(--hotel-text);
    }

    .summary-line.total {
        margin-bottom: 18px;
        color: var(--hotel-text);
        font-size: 18px;
    }

.hotel-message {
    color: var(--hotel-green);
    font-size: 13px;
    margin: 14px 0 0;
}

.reservation-list-card {
    margin-top: 16px;
}

.hotel-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--hotel-border);
    border-radius: 18px;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

.hotel-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 780px;
}

    .hotel-table th, .hotel-table td {
        padding: 15px 16px;
        text-align: left;
        border-bottom: 1px solid var(--hotel-border);
    }

    .hotel-table th {
        color: var(--hotel-muted);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        background: rgba(255,255,255,0.03);
    }

.light-mode .hotel-table th {
    background: #f6f8fc;
}

.hotel-table tr:last-child td {
    border-bottom: 0;
}

.hotel-table small {
    color: var(--hotel-muted);
}

.hotel-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
}

    .hotel-badge.reservation {
        color: #9fcfff;
        background: rgba(63, 145, 232, 0.18);
    }

.row-action {
    border-radius: 10px;
    padding: 8px 10px;
    background: var(--hotel-blue-soft);
    color: var(--hotel-text);
    font-weight: 800;
}

.empty-row {
    text-align: center !important;
    color: var(--hotel-muted);
}

.guest-grid, .report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.guest-card {
    padding: 18px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: start;
}

.guest-avatar {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: var(--hotel-blue-soft);
    color: var(--hotel-blue);
}

.guest-card span, .guest-card p, .guest-card small {
    color: var(--hotel-muted);
    font-size: 12px;
}

.guest-card h3 {
    margin: 4px 0;
    font-size: 17px;
}

.guest-card > strong {
    grid-column: 1 / -1;
    color: #9de8c1;
    font-size: 22px;
}

.guest-card > em {
    grid-column: 1 / -1;
    color: var(--hotel-muted);
    font-style: normal;
    padding-top: 10px;
    border-top: 1px solid var(--hotel-border);
}

.report-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.report-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--hotel-blue-soft);
    color: var(--hotel-blue);
    font-weight: 900;
}

.fake-chart {
    margin-top: auto;
    height: 120px;
    display: flex;
    gap: 10px;
    align-items: end;
    padding: 14px;
    border-radius: 18px;
    background: var(--hotel-panel-soft);
}

    .fake-chart i {
        flex: 1;
        display: block;
        border-radius: 999px 999px 6px 6px;
        background: linear-gradient(180deg, var(--hotel-blue), var(--hotel-purple));
    }

.fake-progress {
    height: 12px;
    border-radius: 999px;
    background: var(--hotel-panel-soft);
    overflow: hidden;
    margin-top: auto;
}

    .fake-progress span {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--hotel-gold), var(--hotel-blue));
    }

.mini-list {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

    .mini-list b {
        padding: 12px 14px;
        border-radius: 14px;
        background: var(--hotel-panel-soft);
    }

@media (max-width: 1120px) {
    .hotel-app-shell {
        display: block;
        min-height: 100vh;
    }

    .hotel-sidebar {
        position: relative;
        top: auto;
        height: auto;
        width: 100%;
        padding: 16px;
        border-right: 0;
        border-bottom: 1px solid var(--hotel-border);
        gap: 14px;
    }

    .hotel-menu {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 6px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .hotel-menu-item {
        width: auto;
        min-width: max-content;
        flex: 0 0 auto;
        padding: 11px 13px;
        white-space: nowrap;
    }

    .hotel-sidebar-card {
        display: none;
    }

    .hotel-main {
        padding: 22px;
    }

    .hotel-kpi-grid, .guest-grid, .report-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-dashboard-grid, .hotel-room-layout, .hotel-reservation-grid, .hotel-payment-grid {
        grid-template-columns: 1fr;
    }

    .hotel-room-map, .hotel-room-map.mini {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .hotel-sidebar {
        padding: 12px;
    }

    .hotel-brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 14px;
    }

    .hotel-brand strong {
        font-size: 14px;
    }

    .hotel-brand small {
        font-size: 10px;
    }

    .hotel-menu {
        margin: 0 -2px;
        padding: 2px 2px 6px;
    }

    .hotel-menu-item {
        border-radius: 12px;
        padding: 10px 12px;
        font-size: 13px;
    }

        .hotel-menu-item span {
            width: 22px;
            height: 22px;
            font-size: 12px;
            flex: 0 0 22px;
        }

    .hotel-main {
        padding: 14px;
    }

    .hotel-topbar, .hotel-card-head, .hotel-section-head, .hotel-floor-head, .hotel-tools, .hotel-form-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hotel-topbar {
        margin-bottom: 16px;
    }

        .hotel-topbar h1 {
            font-size: 28px;
            line-height: 1.08;
            letter-spacing: -0.8px;
        }

        .hotel-topbar span {
            display: block;
            font-size: 14px;
            line-height: 1.5;
        }

    .hotel-topbar-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 10px;
    }

    .hotel-icon-btn {
        width: 44px;
        height: 44px;
    }

    .hotel-primary-btn, .hotel-soft-btn {
        width: 100%;
        min-height: 44px;
        padding: 11px 14px;
        border-radius: 13px;
        font-size: 14px;
    }

    .hotel-kpi-grid, .hotel-dashboard-grid, .hotel-room-layout, .hotel-reservation-grid, .hotel-payment-grid,
    .guest-grid, .report-grid, .hotel-form-grid, .hotel-payment-box {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hotel-kpi-card, .hotel-card, .guest-card {
        border-radius: 18px;
    }

    .hotel-kpi-card, .hotel-card {
        padding: 16px;
    }

        .hotel-kpi-card strong {
            font-size: 24px;
        }

        .hotel-card h2 {
            font-size: 21px;
        }

    .hotel-room-map, .hotel-room-map.mini {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .room-card {
        min-height: 118px;
        padding: 12px;
        border-radius: 16px;
    }

        .room-card .room-no {
            width: 36px;
            height: 36px;
            border-radius: 12px;
        }

        .room-card b {
            display: none;
        }

    .hotel-input, .hotel-select, .hotel-search, .hotel-textarea {
        min-width: 0;
        min-height: 44px;
        font-size: 14px;
    }

    .hotel-table {
        min-width: 680px;
    }

        .hotel-table th, .hotel-table td {
            padding: 12px;
            font-size: 13px;
        }

    .guest-card {
        grid-template-columns: 48px 1fr;
        padding: 14px;
    }

    .guest-avatar {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .summary-line {
        padding: 12px 0;
        font-size: 14px;
    }

        .summary-line.total {
            font-size: 16px;
        }

    .report-card {
        min-height: auto;
    }

    .fake-chart {
        height: 100px;
        gap: 7px;
        padding: 12px;
    }

    .mini-list b {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hotel-main, .hotel-sidebar {
        padding: 10px;
    }

    .hotel-topbar h1 {
        font-size: 24px;
    }

    .hotel-eyebrow {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .hotel-topbar-actions {
        grid-template-columns: 40px 1fr;
    }

    .hotel-icon-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .hotel-primary-btn, .hotel-soft-btn {
        font-size: 13px;
        padding: 10px 12px;
    }

    .hotel-card, .hotel-kpi-card, .guest-card {
        border-radius: 16px;
        padding: 14px;
    }

    .hotel-menu-item {
        padding: 9px 11px;
        font-size: 12px;
    }

    .hotel-room-map, .hotel-room-map.mini {
        grid-template-columns: 1fr 1fr;
    }

    .room-card {
        min-height: 108px;
    }

        .room-card strong {
            font-size: 13px;
        }

        .room-card small {
            font-size: 11px;
        }

    .hotel-table {
        min-width: 620px;
    }

        .hotel-table th, .hotel-table td {
            padding: 10px;
            font-size: 12px;
        }

    .hotel-badge {
        padding: 5px 8px;
        font-size: 11px;
    }
}


/* Telefon alanı kaldırıldıktan sonra rezervasyon formu dengesi */
.hotel-form-grid label:first-child {
    grid-column: span 2;
}

@media (max-width: 760px) {
    .hotel-form-grid label:first-child {
        grid-column: auto;
    }
}
