:root { --brand: #FEA116; --ink: #172033; --muted: #667085; --line: #e4e7ec; }
* { box-sizing: border-box; } body { margin: 0; font-family: Arial, sans-serif; color: var(--ink); background: #f7f8fb; }
.bar { background: #0f172b; color: white; padding: 16px max(24px, calc((100% - 1120px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; } .bar a { color: white; text-decoration: none; font-weight: 700; } .bar nav { display: flex; align-items: center; gap: 18px; } .lang-option { min-width: 132px; } .site-language-picker { min-width: 132px; height: 38px; padding: 0 30px 0 13px; border: 1px solid rgba(254,161,22,.8); border-radius: 5px; outline: 0; background: #0f172b; color: #fff; font: 600 13px/38px Arial, sans-serif; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fea116 50%), linear-gradient(135deg, #fea116 50%, transparent 50%); background-position: calc(100% - 16px) 16px, calc(100% - 11px) 16px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; } .site-language-picker:hover, .site-language-picker:focus { border-color: #fea116; box-shadow: 0 0 0 3px rgba(254,161,22,.18); background-color: #17233e; } .site-language-picker option { background: #fff; color: #172033; }
.bar nav { margin-left: auto; } fieldset { border: 1px solid var(--line); border-radius: 7px; margin: 16px 0; padding: 12px; } legend { color: var(--muted); font-size: .9rem; padding: 0 5px; } .amenities { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 8px; } .amenities label { margin: 0; font-weight: 400; } .amenities input { width: auto; } .booking-page .search-panel { margin: 24px 0; } .booking-page .search-panel .row { align-items: end; } .booking-page .search-panel label { flex: 1 1 150px; } .booking-page .search-panel button { flex: 0 0 auto; } .tag { margin: 3px 4px 3px 0; }
.room-photo { display: block; width: 100%; max-height: 240px; object-fit: cover; border-radius: 6px; margin-bottom: 14px; }
.picker-icon-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 38px; margin-left: 6px; border: 1px solid #fea116; border-radius: 5px; background: #0f172b; color: #fea116; cursor: pointer; }
.picker-icon { pointer-events: none; font-size: 19px; line-height: 1; }
.picker-icon-wrap select { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.picker-icon-wrap:focus-within, .picker-icon-wrap:hover { background: #17233e; box-shadow: 0 0 0 3px rgba(254,161,22,.18); }
.picker-icon-wrap .currency-picker { width: 40px; height: 38px; margin: 0; border: 0; background: transparent; color: transparent; }
.payment-total { font-size: 1.2rem; color: var(--ink); }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 42px auto; } .card { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 8px 28px rgba(16,24,40,.08); } .auth { max-width: 500px; margin: 60px auto; } h1 { margin-top: 0; } h2 { margin: 0 0 16px; } .muted { color: var(--muted); } label { display: block; font-weight: 700; margin: 14px 0 6px; } input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 11px; font: inherit; } textarea { min-height: 84px; resize: vertical; } button, .button { display: inline-block; border: 0; border-radius: 7px; padding: 11px 16px; background: var(--brand); color: #172033; font: inherit; font-weight: 700; cursor: pointer; text-decoration: none; } button.secondary { background: #edf0f5; } button.danger { background: #fee4e2; color: #b42318; } .notice { min-height: 22px; color: #b42318; margin-top: 14px; } .success { color: #067647; } .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 22px; margin: 22px 0; } .list { display: grid; gap: 12px; } .item { border: 1px solid var(--line); border-radius: 8px; padding: 16px; } .item h3 { margin: 0 0 6px; } .row { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; } .row > * { flex: 1 1 130px; } .row button { flex: 0 0 auto; } .tag { display: inline-block; border-radius: 99px; background: #fff3d5; padding: 3px 9px; font-size: .85rem; text-transform: capitalize; } .empty { color: var(--muted); padding: 16px 0; } @media(max-width:650px) { .bar { align-items: flex-start; flex-direction: column; } .wrap { margin-top: 25px; } .card { padding: 20px; } }
