@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--primary-color:#ff385c;--primary-light:#ff5a79;--primary-dark:#d70466;--secondary-color:#222;--accent-color:#ff385c;--accent-light:#ff5a79;--accent-dark:#d70466;--success-color:#008a05;--warning-color:#ffb400;--danger-color:#c13515;--background-color:#fff;--surface-color:#fff;--text-primary:#222;--text-secondary:#717171;--text-muted:#b0b0b0;--border-color:#ddd;--border-radius:12px;--border-radius-sm:8px;--shadow-sm:0 1px 2px #00000014, 0 4px 12px #0000000d;--shadow-md:0 6px 16px #0000001f;--shadow-lg:0 14px 28px #0000001f;--transition:all .2s cubic-bezier(.2, 0, 0, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background-color);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;line-height:1.43}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:Poppins,sans-serif}input,select,textarea{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);transition:var(--transition);width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px}input:focus,select:focus,textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #3182ce1a}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle}.app-container{min-height:100vh;display:flex}.sidebar{background-color:var(--surface-color);width:260px;color:var(--text-primary);border-right:1px solid var(--border-color);z-index:100;flex-direction:column;height:100%;display:flex;position:fixed}.sidebar-header{border-bottom:1px solid var(--border-color);padding:0}.sidebar-logo{align-items:center;gap:12px;padding:16px 20px;display:flex}.sidebar-logo img{object-fit:contain;border-radius:8px;width:42px;height:42px}.sidebar-logo-text{flex:1}.sidebar-logo h1{color:var(--primary-color);margin:0;font-size:15px;font-weight:700;line-height:1.2}.sidebar-logo span{color:var(--text-muted);font-size:11px;font-weight:500}.sidebar-content{flex:1;padding:8px 0;overflow-y:auto}.sidebar-nav-container{flex-direction:column;gap:4px;display:flex}.nav-group{padding:0}.nav-group-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding:12px 20px 8px;font-size:11px;font-weight:600}.sidebar-nav{margin:0;padding:0;list-style:none}.sidebar-nav li{margin:2px 8px}.sidebar-nav a{border-radius:var(--border-radius-sm);transition:var(--transition);color:var(--text-secondary);align-items:center;gap:12px;padding:10px 12px;font-size:13px;font-weight:500;display:flex}.sidebar-nav a .nav-text{flex:1}.sidebar-nav a:hover{color:var(--accent-color);background-color:#f9731614}.sidebar-nav a.active{background-color:var(--accent-color);color:#fff}.sidebar-nav a .material-symbols-outlined{color:var(--text-muted);transition:var(--transition);font-size:20px}.sidebar-nav a:hover .material-symbols-outlined{color:var(--accent-color)}.sidebar-nav a.active .material-symbols-outlined{color:#fff}.sidebar-footer{border-top:1px solid var(--border-color);background-color:var(--background-color);padding:12px}.user-profile{border-radius:var(--border-radius-sm);align-items:center;gap:10px;padding:8px;display:flex}.user-avatar{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.user-info{flex:1;min-width:0}.user-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.user-role{color:var(--text-muted);text-transform:capitalize;font-size:11px}.main-content{background-color:var(--background-color);flex:1;min-width:0;min-height:100vh;margin-left:260px;padding:24px 32px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-header h1{color:var(--text-primary);letter-spacing:-.025em;font-size:24px;font-weight:700}@media (max-width:640px){.page-header{text-align:left;flex-direction:column;align-items:stretch}.page-header .btn{width:100%}}.card{background-color:var(--surface-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);margin-bottom:24px;padding:24px}.card-header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.card-header h2{font-size:18px;font-weight:600}@media (max-width:480px){.card-header{flex-direction:column;align-items:flex-start}.card-header .btn{width:100%}}.card-title{margin-bottom:16px;font-size:16px;font-weight:600}.btn{border-radius:var(--border-radius-sm);transition:var(--transition);justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--accent-color);color:#fff}.btn-primary:hover{background-color:var(--accent-dark)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#2d3748}.btn-success{background-color:var(--success-color);color:#fff}.btn-success:hover{background-color:#2f855a}.btn-danger{background-color:var(--danger-color);color:#fff}.btn-danger:hover{background-color:#c53030}.btn-outline{border:1px solid var(--border-color);color:var(--text-secondary);background-color:#0000}.btn-outline:hover{background-color:var(--background-color)}.btn-sm{padding:8px 16px;font-size:13px}.btn-icon{border-radius:50%;width:36px;height:36px;padding:8px}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.sidebar{box-shadow:var(--shadow-lg);z-index:1000;width:280px;transition:transform .3s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{z-index:999;background-color:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.active{display:block}.main-content{width:100%;min-width:0;margin-left:0;padding:80px 16px 24px}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px;display:grid}.stat-card{background-color:var(--surface-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:20px}.stat-card-icon{border-radius:var(--border-radius-sm);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex}.stat-card-icon.primary{color:var(--accent-color);background-color:#3182ce1a}.stat-card-icon.success{color:var(--success-color);background-color:#38a1691a}.stat-card-icon.warning{color:var(--warning-color);background-color:#d69e2e1a}.stat-card-icon.danger{color:var(--danger-color);background-color:#e53e3e1a}.stat-card-value{color:var(--text-primary);margin-bottom:4px;font-size:28px;font-weight:700}.stat-card-label{color:var(--text-muted);font-size:13px;font-weight:500}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.stats-grid{grid-template-columns:1fr}}.table-container{-webkit-overflow-scrolling:touch;border:1px solid var(--border-color);border-radius:var(--border-radius);width:100%;margin-bottom:1.5rem;overflow-x:auto}.table th,.table td{white-space:nowrap}.table-container::-webkit-scrollbar{height:6px}.table-container::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--border-color);padding:14px 16px}.table th{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);background-color:var(--background-color);font-size:12px;font-weight:600}.table td{color:var(--text-secondary);font-size:14px}.table tbody tr:hover{background-color:var(--background-color)}.badge{border-radius:20px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-success{color:var(--success-color);background-color:#38a1691a}.badge-warning{color:var(--warning-color);background-color:#d69e2e1a}.badge-danger{color:var(--danger-color);background-color:#e53e3e1a}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.table-container{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (max-width:640px){.flex.gap-2{flex-direction:column;width:100%}.flex.gap-2 .btn{width:100%}}.form-group{margin-bottom:20px}.form-label{color:var(--text-secondary);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-error{color:var(--danger-color);margin-top:6px;font-size:12px}.form-row{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:640px){.form-row{grid-template-columns:1fr;gap:12px}}.occupancy-grid{grid-template-columns:repeat(7,1fr);gap:12px;margin-top:16px;display:grid}.occupancy-day{background-color:var(--background-color);border-radius:var(--border-radius-sm);text-align:center;padding:12px}.occupancy-day-header{color:var(--text-muted);margin-bottom:4px;font-size:12px}.occupancy-day-date{margin-bottom:8px;font-size:16px;font-weight:600}.occupancy-slots{flex-direction:column;gap:4px;display:flex}.occupancy-slot{height:8px;transition:var(--transition);border-radius:4px}.occupancy-slot.free{background-color:var(--success-color)}.occupancy-slot.occupied{background-color:var(--danger-color)}@media (max-width:992px){.occupancy-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:576px){.occupancy-grid{grid-template-columns:repeat(2,1fr)}}.facility-card{background-color:var(--surface-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition);overflow:hidden}.facility-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.facility-card-header{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));color:#fff;padding:20px}.facility-card-type{text-transform:uppercase;letter-spacing:1px;opacity:.8;margin-bottom:4px;font-size:11px}.facility-card-name{font-size:18px;font-weight:600}.facility-card-body{padding:20px}.facility-card-info{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.facility-card-stats{border-top:1px solid var(--border-color);justify-content:space-between;padding-top:16px;display:flex}.facility-stat{text-align:center}.facility-stat-value{color:var(--text-primary);font-size:20px;font-weight:700}.facility-stat-label{color:var(--text-muted);text-transform:uppercase;font-size:11px}.date-nav{align-items:center;gap:16px;margin-bottom:20px;display:flex}.date-nav-btn{background-color:var(--background-color);width:40px;height:40px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.date-nav-btn:hover{background-color:var(--primary-color);color:#fff}.date-display{color:var(--text-primary);font-size:18px;font-weight:600}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{border-radius:var(--border-radius);width:calc(100% - 32px);max-width:600px;max-height:calc(100vh - 40px);box-shadow:var(--shadow-lg);background-color:#fff;flex-direction:column;margin:auto;display:flex;position:relative;overflow:hidden}.modal form{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.hotel-edit-modal{max-width:800px}@media (max-width:840px){.hotel-edit-modal{max-width:calc(100% - 32px)}}.modal-body{flex:1;padding:24px;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{font-size:18px;font-weight:600}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.modal-footer{border-top:1px solid var(--border-color);flex-shrink:0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.login-page{background-color:var(--background-color);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-container{background-color:var(--surface-color);border-radius:var(--border-radius);width:100%;max-width:900px;box-shadow:var(--shadow-lg);align-items:stretch;display:flex;overflow:hidden}.login-branding{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));color:#fff;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px;display:flex}.login-branding-logo{object-fit:contain;background:#fff;border-radius:16px;width:120px;height:120px;margin-bottom:24px;padding:12px}.login-branding h2{margin-bottom:12px;font-size:24px;font-weight:700}.login-branding p{opacity:.9;font-size:14px;line-height:1.6}.login-card{background-color:var(--surface-color);flex-direction:column;flex:1;justify-content:center;padding:48px 40px;display:flex}.login-header{text-align:center;margin-bottom:32px}.login-header-logo{object-fit:contain;width:80px;height:80px;margin-bottom:16px}.login-header h1{color:var(--primary-color);margin-bottom:8px;font-size:22px;font-weight:700}.login-header p{color:var(--text-muted);font-size:14px}.login-form .form-group{margin-bottom:20px}.login-btn{background-color:var(--accent-color);border-radius:var(--border-radius-sm);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;padding:14px;font-size:15px;font-weight:600}.login-btn:hover{background-color:var(--accent-dark)}.login-footer{text-align:center;border-top:1px solid var(--border-color);margin-top:32px;padding-top:24px}.login-footer-logos{justify-content:center;gap:24px;margin-bottom:16px;display:flex}.login-footer-logos img{object-fit:contain;height:48px}.login-footer p{color:var(--text-muted);font-size:12px}.login-footer a{color:var(--primary-color);font-weight:500}@media (max-width:768px){.login-container{flex-direction:column;max-width:420px}.login-branding{padding:32px}.login-branding-logo{width:80px;height:80px}.login-branding h2{font-size:20px}.login-card{padding:32px 24px}}.empty-state{text-align:center;color:var(--text-muted);padding:60px 20px}.empty-state-icon{opacity:.5;margin-bottom:16px;font-size:64px}.empty-state-title{color:var(--text-secondary);margin-bottom:8px;font-size:18px;font-weight:600}.empty-state-text{font-size:14px}.loading{justify-content:center;align-items:center;padding:40px;display:flex}.spinner{border:3px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert{border-radius:var(--border-radius-sm);align-items:center;gap:12px;margin-bottom:20px;padding:16px 20px;display:flex}.alert-success{color:var(--success-color);background-color:#38a1691a;border:1px solid #38a16933}.alert-error{color:var(--danger-color);background-color:#e53e3e1a;border:1px solid #e53e3e33}.alert-warning{color:var(--warning-color);background-color:#d69e2e1a;border:1px solid #d69e2e33}.alert-info{color:var(--accent-color);background-color:#3182ce1a;border:1px solid #3182ce33}.user-menu{border-top:1px solid var(--border-color);background-color:var(--surface-color);align-items:center;gap:12px;padding:16px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.user-avatar{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:flex}.user-info{flex:1}.user-name{color:var(--text-primary);font-size:14px;font-weight:600}.user-role{color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:500}.logout-btn{color:var(--text-muted);cursor:pointer;width:32px;height:32px;transition:var(--transition);background-color:#0000;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.logout-btn:hover{color:var(--danger-color);background-color:#ef44441a}.logout-btn .material-symbols-outlined{font-size:20px}.time-slots{grid-template-columns:repeat(7,1fr);gap:8px;margin-top:12px;display:grid}.time-slot{border-radius:var(--border-radius-sm);text-align:center;cursor:pointer;transition:var(--transition);padding:10px;font-size:12px;font-weight:500}.time-slot.free{color:var(--success-color);background-color:#38a1691a;border:1px solid #38a16933}.time-slot.free:hover{background-color:#38a16933}.time-slot.occupied{color:var(--danger-color);cursor:not-allowed;background-color:#e53e3e1a;border:1px solid #e53e3e33}.time-slot.selected{background-color:var(--accent-color);color:#fff;border-color:var(--accent-color)}@media (max-width:768px){.time-slots{grid-template-columns:repeat(4,1fr)}}@media (max-width:576px){.time-slots{grid-template-columns:repeat(2,1fr)}}.mobile-menu-toggle{z-index:101;border-radius:var(--border-radius-sm);background-color:var(--surface-color);width:48px;height:48px;color:var(--primary-color);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;display:none;position:fixed;top:10px;right:16px}.mobile-menu-toggle:hover{background-color:var(--primary-color);color:#fff}.mobile-header{background-color:var(--surface-color);border-bottom:1px solid var(--border-color);z-index:98;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:none;position:fixed;top:0;left:0;right:0}.mobile-header-logo{align-items:center;gap:12px;margin-left:56px;display:flex}.mobile-header-logo img{object-fit:contain;width:36px;height:36px}.mobile-header-logo span{color:var(--primary-color);font-size:16px;font-weight:600}@media (max-width:768px){.mobile-menu-toggle,.mobile-header{display:flex}}.top-bar{background-color:var(--surface-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;display:flex}.top-bar-left{align-items:center;gap:16px;display:flex}.top-bar-right{align-items:center;gap:12px;display:flex}.tabs{border-bottom:2px solid var(--border-color);margin-bottom:24px;display:flex}.tab{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:12px 24px;font-size:14px;font-weight:500;position:relative}.tab:hover{color:var(--text-primary)}.tab.active{color:var(--accent-color)}.tab.active:after{content:"";background-color:var(--accent-color);height:2px;position:absolute;bottom:-2px;left:0;right:0}.hotels-page{background:#fafafa;min-height:100vh}.hotels-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#0052ff 0%,#4d7cff 100%);padding:60px 32px 48px}.hotels-hero h1{margin-bottom:8px;font-size:32px;font-weight:700}.hotels-hero p{opacity:.9;max-width:500px;margin:0 auto;font-size:16px}.hotels-container{z-index:1;max-width:1200px;margin:-24px auto 0;padding:0 24px 48px;position:relative}.hotels-toolbar{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;display:flex;box-shadow:0 4px 16px #00000014}.hotels-search{flex:1;align-items:center;gap:10px;max-width:400px;display:flex}.hotels-search input{border:none;outline:none;width:100%;padding:8px 0;font-size:14px}.hotels-search .material-symbols-outlined{color:#94a3b8;font-size:20px}.hotels-count{color:#64748b;font-size:13px;font-weight:500}.hotels-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hotel-card{background:#fff;border-radius:14px;transition:all .3s;overflow:hidden;box-shadow:0 2px 12px #0000000f}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0052ff1f}.hotel-card-image{background:#e2e8f0;height:200px;position:relative;overflow:hidden}.hotel-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hotel-card:hover .hotel-card-image img{transform:scale(1.05)}.hotel-card-placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hotel-card-placeholder .material-symbols-outlined{color:#94a3b8;font-size:48px}.hotel-card-overlay{background:linear-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}.hotel-card-price{color:#0f172a;background:#fff;border-radius:8px;padding:6px 12px;font-size:15px;font-weight:700;position:absolute;bottom:12px;left:12px;box-shadow:0 2px 8px #00000026}.hotel-card-price span{color:#64748b;font-size:12px;font-weight:400}.hotel-card-body{padding:20px}.hotel-card-name{color:#0f172a;margin-bottom:6px;font-size:17px;font-weight:600}.hotel-card-location{color:#64748b;align-items:center;gap:4px;margin-bottom:10px;font-size:13px;display:flex}.hotel-card-location .material-symbols-outlined{color:#0052ff;font-size:16px}.hotel-card-desc{color:#94a3b8;margin-bottom:16px;font-size:13px;line-height:1.5}.hotel-card-cta{justify-content:center;width:100%}.hotel-detail-page{background:#fafafa;min-height:100vh}.hotel-detail-hero{background:linear-gradient(135deg,#0052ff,#4d7cff);padding:20px 32px}.hotel-detail-back{color:#fff;opacity:.9;align-items:center;gap:6px;font-size:14px;font-weight:500;transition:opacity .2s;display:inline-flex}.hotel-detail-back:hover{opacity:1}.hotel-detail-container{max-width:1000px;margin:0 auto;padding:24px}.hotel-detail-gallery,.hotel-detail-info{margin-bottom:32px}.hotel-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.hotel-detail-header h1{color:#0f172a;font-size:28px;font-weight:700}.hotel-detail-location{color:#64748b;align-items:center;gap:4px;margin-top:4px;font-size:15px;display:flex}.hotel-detail-location .material-symbols-outlined{color:#0052ff;font-size:18px}.hotel-detail-price-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#0052ff,#4d7cff);border-radius:10px;padding:10px 20px;font-size:15px}.hotel-detail-price-badge strong{font-size:20px}.hotel-detail-desc{background:#fff;border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 1px 4px #0000000d}.hotel-detail-desc h2{color:#0f172a;margin-bottom:8px;font-size:16px}.hotel-detail-desc p{color:#475569;font-size:14px;line-height:1.7}.hotel-detail-contact{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 4px #0000000d}.hotel-detail-contact h2{margin-bottom:12px;font-size:16px}.hotel-detail-contact-grid{flex-wrap:wrap;gap:24px;display:flex}.hotel-detail-contact-item{color:#475569;align-items:center;gap:8px;font-size:14px;display:flex}.hotel-detail-contact-item .material-symbols-outlined{color:#0052ff;font-size:20px}.hotel-detail-rooms{margin-bottom:32px}.hotel-detail-rooms h2{margin-bottom:16px;font-size:20px;font-weight:600}.hotel-detail-cta{text-align:center;margin-top:24px}.room-type-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.room-type-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:24px;transition:all .2s;box-shadow:0 2px 10px #0000000d}.room-type-card:hover{border-color:#0052ff;box-shadow:0 4px 20px #0052ff1a}.room-type-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.room-type-badge{color:#0052ff;text-transform:uppercase;background:#0052ff14;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.room-type-price{color:#0f172a;font-size:20px;font-weight:700}.room-type-price span{color:#94a3b8;font-size:13px;font-weight:400}.room-type-card h3{margin-bottom:8px;font-size:16px}.room-type-desc{color:#64748b;margin-bottom:12px;font-size:13px}.room-type-meta{color:#64748b;gap:16px;margin-bottom:12px;font-size:13px;display:flex}.room-type-meta span{align-items:center;gap:4px;display:flex}.room-type-meta .material-symbols-outlined{color:#0052ff;font-size:16px}.room-type-amenities{flex-wrap:wrap;gap:6px;display:flex}.gallery-placeholder{color:#94a3b8;background:#f1f5f9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex}.gallery-placeholder .material-symbols-outlined{margin-bottom:8px;font-size:48px}.gallery{border-radius:12px;overflow:hidden}.gallery-main{background:#0f172a;height:400px;position:relative}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-nav{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.gallery-nav:hover{background:#fff}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-counter{color:#fff;background:#0009;border-radius:20px;padding:4px 12px;font-size:12px;position:absolute;bottom:12px;right:12px}.gallery-thumbs{gap:8px;padding:12px 0;display:flex;overflow-x:auto}.gallery-thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:52px;padding:0;overflow:hidden}.gallery-thumb.active{border-color:#0052ff}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.booking-steps{justify-content:center;align-items:center;gap:0;margin-bottom:32px;display:flex}.booking-step{color:#94a3b8;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;display:flex}.booking-step span{background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:600;display:flex}.booking-step.active{color:#0052ff}.booking-step.active span{color:#fff;background:#0052ff}.booking-step-line{background:#e2e8f0;width:40px;height:2px}.booking-form h2,.booking-confirm h2,.booking-success h2{color:#0f172a;margin-bottom:20px;font-size:20px}.booking-summary-mini{color:#475569;background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;font-size:14px;display:flex}.booking-summary-mini strong{color:#0f172a;font-size:16px}.booking-summary{margin-bottom:20px}.booking-summary-row{color:#475569;border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:10px 0;font-size:14px;display:flex}.booking-summary-row strong{color:#0f172a}.booking-summary-row.total{border-top:2px solid #e2e8f0;border-bottom:none;margin-top:4px;padding-top:14px}.booking-summary-row.total strong{color:#0052ff;font-size:18px}.booking-actions{gap:12px;margin-top:20px;display:flex}.booking-success{text-align:center;padding:48px 24px}.booking-success-icon .material-symbols-outlined{color:#22c55e;margin-bottom:16px;font-size:64px}.booking-success p{color:#64748b;margin-bottom:24px;font-size:15px}.booking-success .booking-actions{justify-content:center}.btn-lg{padding:14px 32px;font-size:16px}.btn-primary{color:#fff;background:linear-gradient(135deg,#0052ff,#4d7cff);border:none}.btn-primary:hover{background:linear-gradient(135deg,#003ecb,#3d6de8);box-shadow:0 4px 16px #0052ff4d}.page-subtitle{color:#64748b;font-size:14px}.badge-secondary{color:#64748b;background:#64748b1a}.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.skeleton-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000d}.skeleton-line{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:14px;margin-bottom:12px;animation:1.5s infinite shimmer}.skeleton-line.wide{width:80%;height:18px}.skeleton-line.short{width:50%}.skeleton-table{flex-direction:column;gap:8px;display:flex}.skeleton-row{gap:16px;padding:12px 0;display:flex}.skeleton-cell{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;flex:1;height:14px;animation:1.5s infinite shimmer}.skeleton-cell.short{flex:.5}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.data-table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.data-table-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:1;align-items:center;gap:8px;min-width:200px;max-width:320px;padding:8px 14px;display:flex}.data-table-search input{background:0 0;border:none;outline:none;width:100%;font-size:14px}.kpi-card{background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 2px 10px #0000000d}.kpi-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.kpi-card-icon.primary{color:#0052ff;background:#0052ff14}.kpi-card-icon.success{color:#22c55e;background:#22c55e14}.kpi-card-icon.warning{color:#eab308;background:#eab30814}.kpi-card-icon.danger{color:#ef4444;background:#ef444414}.kpi-card-body{flex:1}.kpi-card-value{color:#0f172a;font-size:24px;font-weight:700;line-height:1.2}.kpi-card-label{color:#94a3b8;margin-top:2px;font-size:13px}.kpi-card-trend{align-items:center;gap:4px;margin-top:6px;font-size:12px;display:flex}.kpi-card-trend.up{color:#22c55e}.kpi-card-trend.down{color:#ef4444}.kpi-card-trend .material-symbols-outlined{font-size:16px}.sidebar-logo-icon{background:linear-gradient(135deg,#0052ff,#4d7cff);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.sidebar-logo-icon .material-symbols-outlined{color:#fff;font-size:22px}.login-branding-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex}@media (max-width:992px){.hotels-grid{grid-template-columns:repeat(2,1fr)}.room-type-grid{grid-template-columns:1fr}.gallery-main{height:280px}}@media (max-width:768px){.hotels-grid{grid-template-columns:1fr}.hotels-hero{padding:40px 20px 32px}.hotels-hero h1{font-size:24px}.hotels-toolbar{flex-direction:column;align-items:stretch;gap:12px}.hotels-search{max-width:100%}.hotel-detail-header{flex-direction:column}.gallery-main{height:220px}.booking-steps{gap:0}.booking-step{padding:0 8px;font-size:12px}.booking-step-line{width:20px}.skeleton-grid{grid-template-columns:1fr}}:root{--primary-color:#0052ff;--primary-light:#4d7cff;--primary-dark:#003ecb;--secondary-color:#64748b;--accent-color:#0052ff;--accent-light:#4d7cff;--accent-dark:#003ecb;--success-color:#16a34a;--warning-color:#ca8a04;--danger-color:#dc2626;--background-color:#fafafa;--surface-color:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--border-radius:12px;--border-radius-sm:10px;--shadow-sm:0 1px 3px #0f172a0f;--shadow-md:0 4px 14px #0f172a14;--shadow-lg:0 18px 40px #0f172a1f;--shadow-accent:0 8px 24px #0052ff40;--transition:all .2s ease}html,body{background:var(--background-color);letter-spacing:0;font-family:Inter,system-ui,sans-serif}h1,h2,.hotels-hero h1,.hotel-detail-header h1{letter-spacing:0;font-family:Calistoga,Georgia,serif;font-weight:400}input:focus,select:focus,textarea:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #0052ff1f}.gradient-text{background:linear-gradient(90deg,#0052ff,#4d7cff);color:#0000;-webkit-background-clip:text;background-clip:text}.section-label{color:var(--accent-color);background:#0052ff0f;border:1px solid #0052ff47;border-radius:999px;align-items:center;gap:10px;margin-bottom:14px;padding:7px 14px;display:inline-flex}.section-label span{background:linear-gradient(135deg,#0052ff,#4d7cff);border-radius:50%;width:8px;height:8px;animation:2.4s ease-in-out infinite pulse-dot}.section-label small{text-transform:uppercase;letter-spacing:0;font-family:JetBrains Mono,monospace;font-size:11px}.section-label-dark{color:#fff;background:#ffffff14;border-color:#ffffff3d}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.section-label span{animation:none}}.btn{border-radius:12px;min-height:44px}.btn-primary,.login-btn{color:#fff;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#0052ff,#4d7cff)}.btn-primary:hover,.login-btn:hover{box-shadow:var(--shadow-accent);background:linear-gradient(135deg,#003ecb,#4d7cff);transform:translateY(-1px)}.btn-outline:hover{color:var(--accent-color);box-shadow:var(--shadow-sm);border-color:#0052ff59}.card,.hotel-card,.kpi-card,.stat-card{border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.table th{letter-spacing:0;font-family:JetBrains Mono,monospace}.customer-app{color:#0f172a;background:#fafafa;min-height:100vh}.customer-nav{justify-content:space-between;align-items:center;max-width:1180px;height:76px;margin:0 auto;padding:0 24px;display:flex}.customer-brand{color:#0f172a;align-items:center;gap:12px;font-weight:700;display:inline-flex}.customer-brand-mark{color:#fff;width:40px;height:40px;box-shadow:var(--shadow-accent);background:linear-gradient(135deg,#0052ff,#4d7cff);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.customer-nav-links{align-items:center;gap:18px;font-size:14px;font-weight:600;display:flex}.customer-hero{background-color:#0f172a;background-position:50%;background-size:cover;align-items:center;min-height:calc(74vh - 76px);display:flex;position:relative;overflow:hidden}.customer-hero:before{content:"";background:linear-gradient(90deg,#0f172ae6 0%,#0f172a9e 46%,#0f172a3d 100%),radial-gradient(circle at 25% 20%,#0052ff2e,#0000 32%);position:absolute;inset:0}.customer-hero-copy{z-index:1;color:#fff;width:100%;max-width:1180px;margin:0 auto;padding:76px 24px 86px;position:relative}.customer-hero-copy h1{max-width:760px;margin-bottom:22px;font-size:clamp(44px,7vw,84px);line-height:1.04}.customer-hero-copy p{color:#ffffffd6;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.75}.customer-search{background:#fffffff5;border:1px solid #ffffff80;border-radius:18px;align-items:center;gap:12px;width:min(760px,100%);padding:10px;display:flex;box-shadow:0 24px 70px #0000003d}.customer-search>.material-symbols-outlined{color:var(--accent-color);padding-left:12px}.customer-search input{box-shadow:none;color:#0f172a;border:0;min-height:48px}.customer-search button{white-space:nowrap}.customer-hero-stats{flex-wrap:wrap;gap:30px;margin-top:32px;display:flex}.customer-hero-stats div{gap:2px;display:grid}.customer-hero-stats strong{color:#fff;font-size:28px}.customer-hero-stats span{color:#ffffffb8;font-size:13px}.customer-section{max-width:1180px;margin:0 auto;padding:86px 24px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2,.customer-inverted h2{font-size:clamp(32px,5vw,52px);line-height:1.12}.customer-inverted{color:#fff;background:#0f172a;position:relative;overflow:hidden}.customer-inverted-texture{opacity:.05;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.customer-inverted-content{max-width:1180px;margin:0 auto;padding:92px 24px;position:relative}.customer-flow-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px;display:grid}.customer-flow-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;padding:24px}.customer-flow-card .material-symbols-outlined,.admin-quick-card .material-symbols-outlined{color:#fff;background:linear-gradient(135deg,#0052ff,#4d7cff);border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:18px;display:inline-flex}.customer-flow-card strong{margin-bottom:8px;font-size:18px;display:block}.customer-flow-card p{color:#ffffffb8;line-height:1.6}.admin-app-container{background:#f8fafc}.admin-main-content{background:linear-gradient(#0052ff09,#0000 260px),#fafafa}.admin-sidebar{color:#fff;background:#0f172a;border-right:0}.admin-sidebar .sidebar-logo h1,.admin-sidebar .user-name,.admin-sidebar .sidebar-nav a{color:#fff}.admin-sidebar .sidebar-logo span,.admin-sidebar .nav-group-title,.admin-sidebar .user-role,.admin-sidebar .sidebar-nav a .material-symbols-outlined{color:#ffffff9e}.admin-sidebar .sidebar-footer{background:#ffffff0a;border-top-color:#ffffff14}.admin-sidebar .sidebar-nav a:hover{color:#fff;background:#ffffff14}.admin-topbar{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#ffffffdb;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:12px 16px;display:flex}.admin-topbar-kicker,.admin-topbar-user,.muted-cell{color:var(--text-muted);font-size:11px;display:block}.admin-quick-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.admin-split-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:20px;margin-bottom:24px;display:grid}.admin-quick-card{border:1px solid var(--border-color);min-height:180px;box-shadow:var(--shadow-md);transition:var(--transition);background:#fff;border-radius:16px;padding:22px}.admin-quick-card:hover{box-shadow:var(--shadow-lg);border-color:#0052ff4d;transform:translateY(-3px)}.admin-quick-card strong,.admin-quick-card small{display:block}.admin-quick-card small{color:var(--text-muted);margin-top:3px}.admin-form{gap:2px;display:grid}.button-row,.inline-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.inline-form select,.inline-form input{width:auto;min-width:150px;padding:8px 10px}.admin-metric-bars{gap:14px;display:grid}.admin-metric-bar{grid-template-columns:90px 1fr 120px;align-items:center;gap:14px;display:grid}.admin-metric-bar div{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden}.admin-metric-bar i{border-radius:inherit;background:linear-gradient(90deg,#0052ff,#4d7cff);min-width:4px;height:100%;display:block}.admin-login-branding{text-align:left;background:#0f172a;align-items:flex-start;position:relative;overflow:hidden}.admin-login-branding:after{content:"";opacity:.05;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.admin-login-branding>*{z-index:1;position:relative}.admin-login-home-link{color:#fff;border-bottom:1px solid #ffffff59;margin-top:22px;font-weight:700}@media (max-width:1100px){.admin-split-grid{grid-template-columns:1fr!important}.hotels-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:992px){.customer-flow-grid,.admin-quick-grid{grid-template-columns:repeat(2,1fr)}.room-type-grid{grid-template-columns:1fr!important}}@media (max-width:1024px){.admin-main-content{min-width:0;padding:80px 16px 24px!important}.admin-topbar{border-radius:12px;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:20px;padding:10px 14px}.admin-topbar-kicker{display:none}.admin-topbar strong{font-size:14px}}@media (max-width:768px){.customer-nav{align-items:flex-start;gap:12px;height:auto;padding:16px}.customer-nav-links{flex-wrap:wrap;justify-content:flex-end;gap:10px}.customer-hero{min-height:70vh}.customer-search{flex-direction:column;align-items:stretch}.customer-search>.material-symbols-outlined{display:none}.section-heading{display:block}.customer-flow-grid,.admin-quick-grid,.admin-split-grid,.hotels-grid{grid-template-columns:1fr!important}.admin-topbar-user{text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:12px;overflow:hidden}.admin-topbar{flex-direction:column;align-items:flex-start;width:100%}.admin-topbar>div,.admin-topbar-user{width:100%;max-width:none}.admin-topbar-user{text-align:left;white-space:normal;text-overflow:clip;overflow:visible}.admin-main-content .table-container{border:none;margin-bottom:1rem;overflow:visible}.admin-main-content .table{border-collapse:separate;border-spacing:0 12px;width:100%;display:block}.admin-main-content .table thead{display:none}.admin-main-content .table tbody{gap:12px;display:grid}.admin-main-content .table tbody tr{border:1px solid var(--border-color);background:var(--surface-color);box-shadow:var(--shadow-sm);border-radius:16px;gap:10px;padding:14px;display:grid}.admin-main-content .table tbody td{white-space:normal;text-align:left;border-bottom:none;grid-template-columns:minmax(88px,42%) minmax(0,1fr);align-items:start;gap:12px;padding:0;display:grid}.admin-main-content .table tbody td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding-top:3px;font-size:11px;font-weight:700}.admin-main-content .table tbody td>*{min-width:0}.admin-main-content .table tbody td[data-label*=Action],.admin-main-content .table tbody td[data-label=Update]{grid-template-columns:1fr}.admin-main-content .table tbody td[data-label*=Action]:before,.admin-main-content .table tbody td[data-label=Update]:before{margin-bottom:4px}.admin-main-content .table tbody td[data-label*=Action]>*,.admin-main-content .table tbody td[data-label=Update]>*,.admin-main-content .button-row,.admin-main-content .inline-form,.admin-main-content .booking-action-form{width:100%}.admin-main-content .booking-action-form{flex-direction:column!important;align-items:stretch!important;gap:8px!important;display:flex!important}.admin-main-content .button-row{flex-direction:column;align-items:stretch}.admin-main-content .button-row>*,.admin-main-content .inline-form>*,.admin-main-content .booking-action-form>*{width:100%}.admin-main-content .inline-form{flex-direction:column;align-items:stretch}.admin-main-content .inline-form select,.admin-main-content .inline-form input{width:100%;min-width:0}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.admin-main-content{padding:72px 12px 20px}.admin-topbar-user{max-width:80px}.data-table-search{min-width:100%;max-width:100%}.kpi-card{gap:12px;padding:16px}.kpi-card-icon{width:40px;height:40px}.card-header{flex-direction:column;gap:12px;align-items:flex-start!important}.card-header .btn{width:100%}}.airbnb-app{flex-direction:column;min-height:100vh;display:flex}.airbnb-nav{border-bottom:1px solid var(--border-color);z-index:1000;background:#fff;justify-content:space-between;align-items:center;padding:20px 80px;display:flex;position:sticky;top:0}.airbnb-brand{color:var(--primary-color);align-items:center;gap:8px;text-decoration:none;display:flex}.airbnb-logo-icon{font-size:32px}.airbnb-brand-text{letter-spacing:-.5px;font-size:24px;font-weight:700}.airbnb-search-bar{border:1px solid var(--border-color);border-radius:40px;align-items:center;padding-left:24px;transition:box-shadow .2s;display:flex;box-shadow:0 1px 2px #00000014,0 4px 12px #0000000d}.airbnb-search-bar:hover{box-shadow:0 2px 4px #0000002e}.search-bar-item{cursor:pointer;border-radius:40px;flex-direction:column;padding:10px 16px;display:flex;position:relative}.search-bar-item:hover{background-color:#ebebeb}.search-bar-label{color:var(--text-primary);margin-bottom:2px;font-size:12px;font-weight:600}.search-bar-input{color:var(--text-secondary);background:0 0;border:none;outline:none;width:120px;padding:0;font-size:14px}.search-bar-input:focus{box-shadow:none;color:var(--text-primary)}.search-bar-divider{background-color:var(--border-color);width:1px;height:32px}.search-bar-item-guests{flex-direction:row;align-items:center;padding-right:8px;display:flex}.search-bar-item-guests .search-bar-label{flex-direction:column;display:flex}.search-bar-btn{background-color:var(--primary-color);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:12px;transition:background-color .2s;display:flex}.search-bar-btn:hover{background-color:var(--primary-dark)}.search-bar-btn .material-symbols-outlined{font-size:16px}.airbnb-nav-right{align-items:center;gap:16px;display:flex}.airbnb-nav-link{color:var(--text-primary);border-radius:24px;padding:12px;font-size:14px;font-weight:600;transition:background-color .2s}.airbnb-nav-link:hover{background-color:#f7f7f7}.airbnb-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:12px;transition:background-color .2s}.airbnb-icon-btn:hover{background-color:#f7f7f7}.airbnb-user-menu-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);background:0 0;border-radius:24px;align-items:center;gap:12px;padding:8px 8px 8px 14px;text-decoration:none;transition:box-shadow .2s;display:flex}.airbnb-user-menu-btn:hover{box-shadow:0 2px 4px #0000002e}.user-avatar-icon{color:var(--text-secondary);font-size:32px}.airbnb-content{padding:24px 80px}.airbnb-categories{border-bottom:1px solid #ebebeb;align-items:center;gap:32px;margin-bottom:24px;padding-bottom:24px;display:flex;overflow-x:auto}.category-item{color:var(--text-secondary);cursor:pointer;flex-direction:column;align-items:center;gap:8px;min-width:max-content;transition:all .2s;display:flex}.category-item:hover{color:var(--text-primary);border-bottom:2px solid var(--border-color)}.category-item.active{color:var(--text-primary);border-bottom:2px solid var(--text-primary)}.category-item .material-symbols-outlined{font-size:24px}.category-item span:last-child{font-size:12px;font-weight:600}.airbnb-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px 28px;display:grid}@media (max-width:1128px){.airbnb-nav,.airbnb-content{padding-left:40px;padding-right:40px}}@media (max-width:744px){.airbnb-nav,.airbnb-content{padding-left:24px;padding-right:24px}.airbnb-search-bar{display:none}}.airbnb-card-link{color:inherit;text-decoration:none;display:block}.airbnb-card{cursor:pointer;flex-direction:column;gap:12px;display:flex}.airbnb-card-image-wrapper{aspect-ratio:20/19;border-radius:12px;position:relative;overflow:hidden}.airbnb-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.airbnb-card:hover .airbnb-card-image{transform:scale(1.05)}.airbnb-card-heart{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;position:absolute;top:12px;right:12px}.airbnb-card-heart .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400;filter:drop-shadow(0 2px 4px #00000080);font-size:28px}.airbnb-card-heart:hover .material-symbols-outlined{transform:scale(1.1)}.airbnb-card-info{flex-direction:column;gap:2px;display:flex}.airbnb-card-header{justify-content:space-between;align-items:flex-start;display:flex}.airbnb-card-location{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.airbnb-card-rating{color:var(--text-primary);align-items:center;gap:4px;font-size:14px;display:flex}.airbnb-card-rating .material-symbols-outlined{font-variation-settings:"FILL" 1;font-size:14px}.airbnb-card-name,.airbnb-card-desc{color:var(--text-secondary);font-size:15px}.airbnb-card-price{color:var(--text-primary);margin-top:6px;font-size:15px}.price-val{font-weight:600}.hw-app{flex-direction:column;min-height:100vh;display:flex}.hw-nav{background-color:var(--surface-color);border-bottom:1px solid var(--border-color);z-index:100;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.hw-brand{color:var(--primary-color);align-items:center;gap:10px;font-size:24px;font-weight:700;text-decoration:none;display:flex}.hw-nav-links{gap:24px;display:flex}.hw-nav-link{color:var(--text-secondary);transition:var(--transition);align-items:center;gap:8px;font-weight:500;display:flex}.hw-nav-link:hover{color:var(--primary-color)}.hw-nav-right{align-items:center;gap:16px;display:flex}.hw-hero{background:linear-gradient(135deg,#fff0f2 0%,#fff 100%);grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:80px 40px;display:grid}.hw-hero-content{max-width:600px}.hw-hero-badge{color:var(--primary-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.hw-hero-title{color:var(--text-primary);margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.hw-hero-highlight{color:var(--primary-color)}.hw-hero-subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:18px;line-height:1.6}.hw-hero-actions{gap:16px;margin-bottom:48px;display:flex}.hw-hero-stats{align-items:center;gap:24px;display:flex}.hw-hero-stat{flex-direction:column;display:flex}.hw-hero-stat strong{font-size:24px;font-weight:700}.hw-hero-stat span{color:var(--text-secondary);font-size:14px}.hw-hero-stat-divider{background-color:var(--border-color);width:1px;height:40px}.hw-section{padding:80px 40px}.hw-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.hw-section-title{margin-bottom:8px;font-size:32px;font-weight:700}.hw-section-subtitle{color:var(--text-secondary);font-size:16px}.hw-hotel-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;display:grid}.hw-card-link{display:block}.hw-card{border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color);background:#fff;overflow:hidden}.hw-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-4px)}.hw-card-image-wrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.hw-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hw-card:hover .hw-card-image{transform:scale(1.05)}.hw-card-badge-overlay{background:#fffffff2;border-radius:8px;padding:8px 12px;font-weight:700;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 12px #0000001a}.hw-card-body{padding:20px}.hw-card-title{margin-bottom:8px;font-size:18px;font-weight:600}.hw-card-location{color:var(--text-secondary);align-items:center;gap:4px;margin-bottom:12px;font-size:14px;display:flex}.hw-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:14px;display:-webkit-box;overflow:hidden}.hw-card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.hw-card-view-btn{color:var(--primary-color);align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.hw-steps-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.hw-step-card{text-align:center;background:var(--surface-color);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:40px 20px;position:relative}.hw-step-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #ff385c4d}.hw-step-icon{color:var(--primary-color);margin-bottom:24px;font-size:48px}.hw-footer{background:var(--secondary-color);color:#fff;margin-top:auto;padding:60px 40px 20px}.hw-footer-content{justify-content:space-between;margin-bottom:40px;display:flex}.hw-footer-links{gap:32px;display:flex}.hw-footer-links a{color:#ddd}.hw-footer-links a:hover{color:#fff}.hw-footer-bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:20px}.checkout-main{width:100%;max-width:1200px;margin:0 auto;padding:40px}.checkout-container{flex-direction:column;display:flex}.checkout-content{grid-template-columns:1.5fr 1fr;gap:40px;display:grid}.checkout-form-section{background:var(--surface-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:32px}.checkout-summary-section{position:sticky;top:100px}.checkout-summary-card{padding:32px}.summary-hotel-info{gap:16px;display:flex}.summary-img{object-fit:cover;border-radius:8px;width:100px;height:80px}.summary-divider{border:0;border-top:1px solid var(--border-color);margin:24px 0}.summary-row{color:var(--text-secondary);justify-content:space-between;margin-bottom:12px;display:flex}.summary-total{color:var(--text-primary);margin-bottom:32px;font-size:20px;font-weight:700}.checkout-btn{width:100%;padding:16px;font-size:18px}@media (max-width:992px){.checkout-content,.hw-hero{grid-template-columns:1fr}}.ms-nav{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.ms-nav-brand{align-items:center;gap:8px;font-size:20px;display:flex}.ms-nav-links{gap:8px;display:flex}.ms-nav-link{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:20px;padding:8px 16px;font-size:15px;font-weight:500}.ms-nav-link:hover,.ms-nav-link.active{color:#111827;background:#f3f4f6}.ms-hero{color:#fff;text-align:center;padding:100px 40px}.ms-hero-content{max-width:800px;margin:0 auto}.ms-hero h1{margin-bottom:16px;font-size:64px;font-weight:800}.ms-hero-location{opacity:.9;justify-content:center;align-items:center;gap:8px;margin-bottom:32px;font-size:18px;display:flex}.ms-hero-cta{color:var(--ms-primary);cursor:pointer;background:#fff;border:none;border-radius:30px;align-items:center;gap:8px;padding:16px 32px;font-size:18px;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0003}.ms-section{max-width:1200px;margin:0 auto;padding:80px 40px}.ms-section-title{align-items:center;gap:12px;margin-bottom:40px;font-size:32px;display:flex}.ms-room-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;display:grid}.ms-room-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.ms-room-card-header{color:#fff;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.ms-room-type-badge{text-transform:uppercase;background:#fff3;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}.ms-room-price{text-align:right;font-size:24px;font-weight:700}.ms-room-price small{opacity:.8;font-size:12px;font-weight:400;display:block}.ms-room-card-body{padding:24px}.ms-room-card-body h3{margin-bottom:8px;font-size:20px}.ms-room-meta{color:#6b7280;flex-direction:column;gap:8px;margin:16px 0;font-size:14px;display:flex}.ms-room-meta span{align-items:center;gap:8px;display:flex}.ms-amenity-tag{color:#4b5563;background:#f3f4f6;border-radius:20px;margin:0 8px 8px 0;padding:4px 12px;font-size:12px;display:inline-block}.ms-book-btn{color:#fff;text-align:center;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:24px;padding:12px;font-weight:600;text-decoration:none;display:flex}.ms-contact-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.ms-contact-card{background:#fff;border-radius:16px;align-items:flex-start;gap:16px;padding:32px;display:flex;box-shadow:0 2px 4px #00000005}.ms-contact-card-link{color:inherit;text-decoration:none;transition:transform .2s}.ms-contact-card-link:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000000d}.ms-contact-card .material-symbols-outlined{font-size:32px}.ms-gallery{margin-top:-40px;padding:0 40px}.ms-gallery-grid{grid-template-rows:200px 200px;grid-template-columns:2fr 1fr 1fr;gap:16px;max-width:1200px;margin:0 auto;display:grid}.ms-gallery-item{border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.ms-gallery-main{grid-row:1/-1}.ms-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ms-gallery-item:hover img{transform:scale(1.05)}.ms-services-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 4px #00000005}.ms-services-table table{border-collapse:collapse;width:100%}.ms-services-table th,.ms-services-table td{text-align:left;border-bottom:1px solid #f3f4f6;padding:16px 24px}.ms-services-table th{color:#4b5563;background:#f9fafb;font-weight:600}.ms-service-type{vertical-align:top;background:#fafafa;font-weight:600}.ms-service-price{font-weight:600}.ms-footer{color:#fff;text-align:center;padding:40px}.ms-footer-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.ms-footer-powered{color:#fff;opacity:.8;text-decoration:none}.ms-footer-powered:hover{opacity:1}
:root{--material-bg:#f2f5f9;--material-surface:#fff;--material-surface-soft:#f8fafc;--material-border:#dce3ef;--material-text:#0f172a;--material-subtle:#64748b;--material-primary:#1565c0;--material-primary-strong:#0b4ca0;--material-shadow:0 12px 36px #0f172a17}html,body{font-family:var(--font-body), "Segoe UI", sans-serif;background:radial-gradient(circle at 10% 0%, #dce8fb 0%, var(--material-bg) 45%), var(--material-bg);color:var(--material-text)}h1,h2,h3,.customer-hero-copy h1,.page-header h1,.login-header h1{font-family:var(--font-display), "Trebuchet MS", sans-serif}.main-content{background:0 0}.card,.kpi-card,.hotel-card,.stat-card,.login-card,.login-container{border:1px solid var(--material-border);box-shadow:var(--material-shadow);border-radius:18px}.btn,input,select,textarea{border-radius:12px}.btn-primary,.login-btn{background:linear-gradient(145deg, var(--material-primary), #1d72d8);box-shadow:0 10px 18px #1565c03b}.btn-primary:hover,.login-btn:hover{background:linear-gradient(145deg, var(--material-primary-strong), #1565c0)}.customer-nav,.customer-section,.customer-inverted-content,.customer-hero-copy{max-width:1240px}.customer-brand-mark{border-radius:14px}.customer-search{border:1px solid #1565c038;border-radius:16px;box-shadow:0 24px 48px #0f172a33}.customer-search input{background:0 0}.hotels-toolbar{border:1px solid var(--material-border);border-radius:16px}.hotels-search input{background:0 0}.hotels-empty-state{border:1px dashed var(--material-border);background:var(--material-surface);border-radius:20px}.empty-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;margin-top:22px;display:grid}.empty-preview-card{border-radius:14px;min-height:130px;overflow:hidden;box-shadow:0 12px 26px #0f172a1f}.empty-preview-card img{object-fit:cover;width:100%;height:100%;display:block}.login-page{background:radial-gradient(circle at 15% -10%,#d5e4fb 0%,#ecf2f9 45%,#f6f9fc 100%)}.login-container{border-radius:24px;max-width:980px;overflow:hidden}.login-branding{background:radial-gradient(circle at 20% 15%,#ffffff29,#0000 36%),linear-gradient(145deg,#0d47a1 0%,#1565c0 40%,#1e88e5 100%)}.login-card{background:var(--material-surface)}.login-header p{color:var(--material-subtle)}.login-form{gap:4px;display:grid}.login-form .form-label{font-weight:600}.otp-hint{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin-bottom:10px;padding:12px 14px;font-size:13px}.otp-hint strong{margin-top:4px;font-size:14px;display:block}.otp-input{letter-spacing:.35em;text-align:center;font-size:20px;font-weight:700}.otp-dev-note{color:#0c4a6e;background:#f0f9ff;border:1px dashed #93c5fd;border-radius:10px;padding:10px 12px;font-size:12px}.login-secondary-btn{width:100%;margin-top:8px}.dashboard-hero-card{background:radial-gradient(circle at 85% 10%,#1565c02e,#0000 36%),linear-gradient(165deg,#fff 0%,#f8fbff 100%);justify-content:space-between;gap:24px;margin-bottom:24px;padding:24px;display:flex}@media (max-width:768px){.dashboard-hero-card{flex-direction:column;padding:20px}}.dashboard-hero-copy{flex:1}.dashboard-hero-copy p{color:var(--material-subtle);margin-top:6px;margin-bottom:14px}.dashboard-search-form{border:1px solid var(--material-border);background:var(--material-surface);border-radius:14px;align-items:center;gap:10px;max-width:760px;padding:8px 10px;display:flex}.dashboard-search-form .material-symbols-outlined{color:var(--material-primary)}.dashboard-search-form input{box-shadow:none;background:0 0;border:0}.dashboard-hero-actions{align-content:start;gap:10px;min-width:220px;display:grid}@media (max-width:480px){.dashboard-hero-actions{min-width:100%}}.dashboard-section-grid{grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr);gap:24px;margin-bottom:24px;display:grid}@media (max-width:1100px){.dashboard-section-grid{grid-template-columns:1fr}}.dashboard-panel{background:var(--material-surface)}.dashboard-discover-grid{gap:12px;display:grid}.dashboard-discover-card{border:1px solid var(--material-border);background:var(--material-surface-soft);border-radius:12px;grid-template-columns:92px 1fr;gap:12px;display:grid;overflow:hidden}.dashboard-discover-card img{object-fit:cover;width:100%;height:100%;min-height:76px}.dashboard-discover-card div{align-content:center;gap:2px;padding:12px 8px 12px 0;display:grid}.dashboard-discover-card strong{font-size:14px}.dashboard-discover-card small{color:var(--material-subtle);font-size:12px}.admin-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:1100px){.dashboard-section-grid{grid-template-columns:1fr}.empty-preview-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.empty-preview-grid{grid-template-columns:1fr}}@media (max-width:992px){.dashboard-section-grid{grid-template-columns:1fr}.dashboard-hero-card{display:grid}.dashboard-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.empty-preview-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-search-form{flex-wrap:wrap}.dashboard-search-form input{order:2;min-width:100%}.dashboard-hero-actions{grid-template-columns:1fr}}
.hw-app{flex-direction:column;min-height:100vh;display:flex}.hw-nav{background-color:var(--surface-color);border-bottom:1px solid var(--border-color);z-index:100;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.hw-brand{color:var(--primary-color);align-items:center;gap:10px;font-size:24px;font-weight:700;text-decoration:none;display:flex}.hw-nav-links{gap:24px;display:flex}.hw-nav-link{color:var(--text-secondary);transition:var(--transition);align-items:center;gap:8px;font-weight:500;display:flex}.hw-nav-link:hover{color:var(--primary-color)}.hw-nav-right{align-items:center;gap:16px;display:flex}.hw-hero{background:linear-gradient(135deg,#fff0f2 0%,#fff 100%);grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:80px 40px;display:grid}.hw-hero-content{max-width:600px}.hw-hero-badge{color:var(--primary-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.hw-hero-title{color:var(--text-primary);margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.hw-hero-highlight{color:var(--primary-color)}.hw-hero-subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:18px;line-height:1.6}.hw-hero-actions{gap:16px;margin-bottom:48px;display:flex}.hw-hero-stats{align-items:center;gap:24px;display:flex}.hw-hero-stat{flex-direction:column;display:flex}.hw-hero-stat strong{font-size:24px;font-weight:700}.hw-hero-stat span{color:var(--text-secondary);font-size:14px}.hw-hero-stat-divider{background-color:var(--border-color);width:1px;height:40px}.hw-section{padding:80px 40px}.hw-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.hw-section-title{margin-bottom:8px;font-size:32px;font-weight:700}.hw-section-subtitle{color:var(--text-secondary);font-size:16px}.hw-hotel-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;display:grid}.hw-card-link{display:block}.hw-card{border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--border-color);background:#fff;overflow:hidden}.hw-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-4px)}.hw-card-image-wrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.hw-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hw-card:hover .hw-card-image{transform:scale(1.05)}.hw-card-badge-overlay{background:#fffffff2;border-radius:8px;padding:8px 12px;font-weight:700;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 12px #0000001a}.hw-card-body{padding:20px}.hw-card-title{margin-bottom:8px;font-size:18px;font-weight:600}.hw-card-location{color:var(--text-secondary);align-items:center;gap:4px;margin-bottom:12px;font-size:14px;display:flex}.hw-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:14px;display:-webkit-box;overflow:hidden}.hw-card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.hw-card-view-btn{color:var(--primary-color);align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.hw-steps-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.hw-step-card{text-align:center;background:var(--surface-color);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:40px 20px;position:relative}.hw-step-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #ff385c4d}.hw-step-icon{color:var(--primary-color);margin-bottom:24px;font-size:48px}.hw-footer{background:var(--secondary-color);color:#fff;margin-top:auto;padding:60px 40px 20px}.hw-footer-content{justify-content:space-between;margin-bottom:40px;display:flex}.hw-footer-links{gap:32px;display:flex}.hw-footer-links a{color:#ddd}.hw-footer-links a:hover{color:#fff}.hw-footer-bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:20px}.checkout-main{width:100%;max-width:1200px;margin:0 auto;padding:40px}.checkout-container{flex-direction:column;display:flex}.checkout-content{grid-template-columns:1.5fr 1fr;gap:40px;display:grid}.checkout-form-section{background:var(--surface-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:32px}.checkout-summary-section{position:sticky;top:100px}.checkout-summary-card{padding:32px}.summary-hotel-info{gap:16px;display:flex}.summary-img{object-fit:cover;border-radius:8px;width:100px;height:80px}.summary-divider{border:0;border-top:1px solid var(--border-color);margin:24px 0}.summary-row{color:var(--text-secondary);justify-content:space-between;margin-bottom:12px;display:flex}.summary-total{color:var(--text-primary);margin-bottom:32px;font-size:20px;font-weight:700}.checkout-btn{width:100%;padding:16px;font-size:18px}@media (max-width:992px){.checkout-content,.hw-hero{grid-template-columns:1fr}}.ms-page{background:#f8fafc;max-width:100vw;min-height:100vh;overflow-x:hidden}.ms-navbar{z-index:100;background:#fff;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.ms-navbar-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:16px 48px;display:flex}@media (max-width:768px){.ms-navbar-inner{padding:16px 20px}}.ms-navbar-brand{align-items:center;gap:12px;display:flex}.ms-navbar-logo-img{object-fit:cover;border-radius:8px;width:40px;height:40px}.ms-navbar-logo-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ms-navbar-name{color:#1e293b;font-size:20px;font-weight:700}.ms-navbar-links{gap:6px;display:flex}.ms-navbar-link{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:24px;padding:10px 20px;font-size:15px;font-weight:500;transition:all .2s}.ms-navbar-link:hover,.ms-navbar-link.active{color:#0f172a;background:#f1f5f9}.ms-navbar-powered{color:#94a3b8;flex-direction:column;align-items:flex-end;font-size:12px;text-decoration:none;display:flex}.ms-navbar-powered strong{color:var(--ms-primary);font-size:14px}.ms-navbar-toggle{cursor:pointer;color:#334155;background:0 0;border:none;display:none}.ms-mobile-menu{border-top:1px solid #f1f5f9;flex-direction:column;gap:4px;padding:12px 48px 16px;display:flex}.ms-mobile-menu-link{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:12px 16px;font-size:16px;font-weight:500}.ms-mobile-menu-link:hover{background:#f1f5f9}.ms-hero-section{color:#fff;text-align:center;padding:120px 48px 100px;position:relative;overflow:hidden}.ms-hero-overlay{background:#00000026;position:absolute;inset:0}.ms-hero-inner{z-index:1;max-width:800px;margin:0 auto;position:relative}.ms-hero-logo{object-fit:cover;border-radius:16px;width:80px;height:80px;margin-bottom:24px;box-shadow:0 8px 24px #0003}.ms-hero-title{letter-spacing:-1px;text-shadow:0 2px 8px #0003;margin-bottom:16px;font-size:56px;font-weight:800}.ms-hero-location-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 24px;font-size:16px;display:inline-flex}.ms-hero-description{opacity:.9;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.7}.ms-hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.ms-hero-cta-btn{color:var(--ms-primary);cursor:pointer;background:#fff;border:none;border-radius:30px;align-items:center;gap:10px;padding:16px 36px;font-size:17px;font-weight:700;transition:transform .2s;display:inline-flex;box-shadow:0 4px 16px #00000026}.ms-hero-cta-btn:hover{transform:translateY(-2px)}.ms-hero-cta-outline{color:#fff;box-shadow:none;background:0 0;border:2px solid #fff9}.ms-hero-cta-outline:hover{border-color:#fff}.ms-gallery-section{z-index:2;margin-top:-48px;padding:0 48px;position:relative}.ms-gallery-container{max-width:1200px;margin:0 auto}.ms-gallery-mosaic{grid-template-rows:220px 220px;grid-template-columns:2fr 1fr 1fr;gap:12px;display:grid}.ms-gallery-tile{border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014}.ms-gallery-tile-main{grid-row:1/-1}.ms-gallery-tile img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ms-gallery-tile:hover img{transform:scale(1.05)}.ms-carousel-container{width:100%;max-width:1200px;margin:0 auto;position:relative}.ms-carousel-wrapper{border-radius:16px;width:100%;padding-bottom:66.667%;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001f}.ms-carousel-image{object-fit:cover;width:100%;height:100%;animation:.5s ease-in-out fadeIn;position:absolute;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ms-carousel-indicators{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.ms-carousel-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.ms-carousel-dot:hover{background:#fffc}.ms-carousel-dot.active{background:#fff;width:14px;height:14px}.ms-carousel-nav{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ms-carousel-nav:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 2px 8px #0003}.ms-carousel-nav-prev{left:16px}.ms-carousel-nav-next{right:16px}.ms-carousel-counter{color:#fff;z-index:10;background:#00000080;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;position:absolute;top:16px;right:16px}.ms-stats-section{padding:48px}.ms-stats-container{background:#fff;border-radius:20px;justify-content:center;align-items:center;gap:40px;max-width:900px;margin:0 auto;padding:32px 48px;display:flex;box-shadow:0 4px 20px #0000000f}.ms-stat-item{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.ms-stat-item strong{color:#0f172a;font-size:22px;font-weight:700}.ms-stat-item>span:last-child{color:#64748b;font-size:13px}.ms-stat-divider{background:#e2e8f0;width:1px;height:48px}.ms-section-container{max-width:1200px;margin:0 auto}.ms-section-header{margin-bottom:48px}.ms-section-header h2{align-items:center;gap:12px;margin-bottom:8px;font-size:32px;font-weight:700;display:flex}.ms-section-header p{color:#64748b;font-size:16px}.ms-rooms-section{padding:80px 48px}.ms-rooms-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px;display:grid}.ms-room-card-v2{background:#fff;border-radius:20px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 16px #0000000f}.ms-room-card-v2:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.ms-room-card-top{color:#fff;justify-content:space-between;align-items:center;padding:28px;display:flex}.ms-room-badge{text-transform:uppercase;letter-spacing:.5px;background:#fff3;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.ms-room-price-tag{text-align:right}.ms-room-price-amount{font-size:28px;font-weight:800}.ms-room-price-unit{opacity:.8;font-size:14px}.ms-room-card-content{padding:28px}.ms-room-card-content h3{color:#0f172a;margin-bottom:8px;font-size:20px;font-weight:600}.ms-room-description{color:#64748b;margin-bottom:16px;font-size:14px;line-height:1.6}.ms-room-features{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.ms-room-feature{color:#475569;align-items:center;gap:10px;font-size:14px;display:flex}.ms-room-feature .material-symbols-outlined{color:#94a3b8;font-size:20px}.ms-room-amenities-list{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.ms-amenity-chip{color:#475569;background:#f1f5f9;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:500}.ms-book-room-btn{color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.ms-book-room-btn:hover{opacity:.9}.ms-empty-state{text-align:center;color:#94a3b8;padding:60px 20px}.ms-empty-state .material-symbols-outlined{margin-bottom:12px;font-size:48px}.ms-services-section-v2{background:#f1f5f9;padding:80px 48px}.ms-services-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.ms-service-group-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 8px #0000000a}.ms-service-group-title{text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:16px;font-weight:700}.ms-service-items{flex-direction:column;gap:12px;display:flex}.ms-service-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.ms-service-item:last-child{border-bottom:none}.ms-service-name{color:#334155;font-size:15px}.ms-service-price-tag{color:#0f172a;font-weight:700}.ms-contact-section-v2{padding:80px 48px}.ms-contact-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.ms-contact-info-card{background:#fff;border-radius:20px;align-items:flex-start;gap:20px;padding:32px;transition:transform .2s;display:flex;box-shadow:0 2px 12px #0000000a}.ms-contact-clickable{color:inherit;cursor:pointer;text-decoration:none}.ms-contact-clickable:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.ms-contact-icon-circle{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ms-contact-info-card strong{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:13px;display:block}.ms-contact-info-card p{color:#0f172a;word-break:break-all;margin:0;font-size:16px;font-weight:500}.ms-footer-v2{color:#fff;padding:48px}.ms-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:1200px;margin:0 auto;display:flex}.ms-footer-brand{align-items:center;gap:12px;margin-bottom:8px;font-size:20px;display:flex}.ms-footer-logo{object-fit:cover;border-radius:8px;width:36px;height:36px}.ms-footer-inner p{opacity:.8;font-size:14px}.ms-footer-hw-link{color:#fff;opacity:.7;font-size:13px;text-decoration:none}.ms-footer-hw-link:hover{opacity:1}@media (max-width:768px){.ms-navbar-inner{padding:12px 20px}.ms-navbar-links,.ms-navbar-powered{display:none}.ms-navbar-toggle{display:block}.ms-mobile-menu{padding:8px 20px 12px}.ms-hero-section{padding:80px 24px 64px}.ms-hero-title{font-size:32px}.ms-hero-description{font-size:15px}.ms-hero-cta-btn{padding:14px 24px;font-size:15px}.ms-gallery-section{margin-top:-24px;padding:0 20px}.ms-gallery-mosaic{grid-template-rows:180px 180px;grid-template-columns:1fr 1fr}.ms-gallery-tile-main{grid-row:auto}.ms-carousel-container{padding:0}.ms-carousel-wrapper{border-radius:12px}.ms-carousel-nav{width:36px;height:36px;font-size:20px}.ms-carousel-nav-prev{left:8px}.ms-carousel-nav-next{right:8px}.ms-carousel-counter{padding:6px 12px;font-size:12px;top:12px;right:12px}.ms-stats-container{flex-wrap:wrap;gap:20px;padding:24px 20px}.ms-stat-divider{display:none}.ms-rooms-section,.ms-services-section-v2,.ms-contact-section-v2{padding:48px 20px}.ms-rooms-grid,.ms-services-cards,.ms-contact-cards{grid-template-columns:1fr}.ms-section-header h2{font-size:24px}.ms-footer-v2{padding:32px 20px}}@font-face{font-family:Minagod;src:local(Minagod),local(Mina),url(https://fonts.gstatic.com/s/mina/v14/-nFzOGc18vARnzhp7w.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Minagod;src:local(Minagod),local(Mina),url(https://fonts.gstatic.com/s/mina/v14/-nF8OGc18vARl4NM-iLT9g.woff2)format("woff2");font-style:normal;font-weight:700;font-display:swap}.brand-logo-text,.airbnb-brand-text,.sidebar-logo h1,.mobile-header-logo span{font-family:"Minagod", var(--font-display), "Sora", sans-serif;letter-spacing:.2px}.brand-highlight{color:var(--accent-color)}.airbnb-layout{background:linear-gradient(#0052ff08 0,#0000 160px);flex-direction:column;min-height:100vh;display:flex}.airbnb-header{z-index:1000;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;position:sticky;top:0}.airbnb-header-container{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 80px 12px;display:grid}.airbnb-logo{color:var(--text-primary);align-items:center;gap:10px;text-decoration:none;display:flex}.airbnb-logo svg{filter:drop-shadow(0 3px 10px #0052ff38)}.airbnb-brand-text{background:linear-gradient(135deg,#0052ff,#4d7cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700;line-height:1}.airbnb-header-middle{flex-direction:row;justify-content:center;align-items:center;gap:24px;min-width:0;display:flex}.airbnb-nav-links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.airbnb-nav-link{min-height:34px;color:var(--text-secondary);transition:var(--transition);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.airbnb-nav-link:hover{color:var(--accent-color);background:#0052ff0d;border-color:#0052ff3d}.airbnb-nav-link.active{color:var(--accent-color);background:#0052ff14;border-color:#0052ff42}.airbnb-search-bar{justify-content:center;width:100%;display:flex}.airbnb-search-shell{width:380px;max-width:100%;position:relative}.airbnb-search-input-wrap{border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:9px 14px;display:flex}.airbnb-search-input-wrap:focus-within{box-shadow:0 0 0 4px #0052ff1a, var(--shadow-sm);border-color:#0052ff66}.search-bar-icon{color:var(--accent-color);font-size:20px}.airbnb-search-input{box-shadow:none;width:100%;color:var(--text-primary);background:0 0;border:0;outline:none;font-size:15px}.airbnb-search-clear{cursor:pointer;width:30px;height:30px;color:var(--accent-color);background:#0052ff14;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.airbnb-search-clear .material-symbols-outlined{font-size:16px}.airbnb-search-suggestions{z-index:15;border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;border-radius:16px;max-height:300px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.airbnb-search-suggestion-btn{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:9px 10px;font-size:14px;display:flex}.airbnb-search-suggestion-btn .material-symbols-outlined{color:var(--accent-color);font-size:17px}.airbnb-search-suggestion-btn:hover{background:#0052ff14}.airbnb-search-suggestion-empty{color:var(--text-secondary);padding:10px 12px;font-size:13px}.airbnb-user-menu-container{justify-content:flex-end;display:flex}.airbnb-user-menu{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:6px 8px 6px 12px;display:flex}.airbnb-user-menu:hover{box-shadow:var(--shadow-md);border-color:#0052ff4d}.menu-icon{color:var(--accent-color);font-size:20px}.airbnb-avatar-btn{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;display:flex;overflow:hidden}.airbnb-avatar-btn img{object-fit:cover;width:100%;height:100%;display:block}.avatar-icon{color:var(--accent-color);font-size:30px}.airbnb-categories{border-top:1px solid var(--border-color)}.airbnb-categories-container{align-items:center;gap:12px;padding:12px 80px 14px;display:flex;overflow-x:auto}.airbnb-categories-container::-webkit-scrollbar{height:7px}.airbnb-categories-container::-webkit-scrollbar-thumb{background:#0052ff4d;border-radius:999px}.airbnb-category-btn{min-width:max-content;color:var(--text-secondary);transition:var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;flex-direction:column;align-items:center;gap:6px;padding:8px 8px 10px;font-size:12px;font-weight:600;display:flex}.airbnb-category-btn .material-symbols-outlined{font-size:24px}.airbnb-category-btn:hover{color:var(--accent-color)}.airbnb-category-btn.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}.airbnb-main{flex:1;padding:24px 80px}.airbnb-empty{text-align:center;background:#fff;border:1px dashed #0052ff42;border-radius:20px;padding:80px 24px}.airbnb-card-wrapper{position:relative}.airbnb-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 1px 2px #0000000d}.airbnb-card:hover{border-color:#0052ff4d;transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.airbnb-card-img-wrapper{aspect-ratio:16/11;position:relative;overflow:hidden}.airbnb-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.airbnb-card:hover .airbnb-card-img{transform:scale(1.1)}.airbnb-card-info{padding:16px}.airbnb-card-fav{z-index:3;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.airbnb-card-review-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);transition:var(--transition);z-index:2;background:#fff;border-radius:20px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:8px;right:8px}.airbnb-card-review-btn:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.airbnb-card-review-btn .material-symbols-outlined{font-size:16px}.airbnb-card-category-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#0052ffe0;border-radius:16px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.airbnb-card-header h3{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.airbnb-card-desc p{margin:0}.airbnb-card-desc p+p{margin-top:2px}.airbnb-footer{border-top:1px solid var(--border-color);background:#fff;margin-top:32px}.airbnb-footer-container{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;padding:16px 80px;font-size:14px;display:flex}.airbnb-footer-left,.airbnb-footer-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.airbnb-footer a{color:inherit;text-decoration:none}.airbnb-footer a:hover{text-decoration:underline}.dot{opacity:.6}.review-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.review-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;padding:36px;position:relative;box-shadow:0 20px 60px #0003}.review-modal h3{margin-bottom:24px;font-size:22px;font-weight:700}.review-modal-close{cursor:pointer;background:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:16px;right:16px}.review-stars{gap:8px;margin-bottom:20px;display:flex}.review-star{cursor:pointer;color:#d1d5db;background:0 0;border:none;padding:4px;transition:color .15s}.review-star.active{color:#facc15}.review-star .material-symbols-outlined{font-size:32px}.review-textarea{resize:vertical;border:1px solid #e2e8f0;border-radius:12px;width:100%;margin-bottom:20px;padding:16px;font-family:inherit;font-size:15px}.review-textarea:focus{border-color:var(--accent-color);outline:none}.review-submit-btn{border-radius:12px;width:100%;padding:14px;font-size:16px}.otp-info-box{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:12px;padding:12px 14px;display:flex}.otp-info-box .material-symbols-outlined{font-size:20px}.otp-info-box p{margin:0;font-size:13px;line-height:1.4}.otp-code-inputs{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.otp-digit-input{text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;min-height:50px;font-size:22px;font-weight:700}.otp-digit-input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #0052ff1f}.otp-code-hint{color:var(--text-muted);margin:10px 0 0;font-size:12px}.login-mode-switch{justify-content:center;margin-top:14px;display:flex}.btn-link{color:var(--accent-color);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:600}@media (max-width:1128px){.airbnb-header-container,.airbnb-categories-container,.airbnb-main,.airbnb-footer-container{padding-left:40px;padding-right:40px}}@media (max-width:900px){.airbnb-header-container{grid-template-columns:auto auto}.airbnb-header-middle{order:3;grid-column:1/-1}.airbnb-nav-links{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}}@media (max-width:860px){.login-container{flex-direction:column;max-width:560px}.login-branding{text-align:left;align-items:flex-start;padding:28px 24px}.login-card{padding:28px 22px}}@media (max-width:744px){.airbnb-header-container,.airbnb-categories-container,.airbnb-main,.airbnb-footer-container{padding-left:24px;padding-right:24px}.airbnb-search-input-wrap{width:100%}.airbnb-footer-container{flex-direction:column;align-items:flex-start}.otp-digit-input{min-height:44px;font-size:20px}}@media (max-width:560px){.login-page{padding:12px}.login-branding{padding:24px 18px}.login-card{padding:24px 16px}.otp-code-inputs{gap:6px}.otp-digit-input{min-height:40px;font-size:18px}}
:root{--lux-primary:var(--theme-primary,#4f46e5);--lux-primary-light:var(--theme-primary-light,#818cf8);--lux-gold:#d4af37;--lux-navy:#002b49;--lux-white:#fff;--lux-cream:#f9f7f2;--lux-gray-bg:#f8f9fa;--lux-text:#1a1a1a;--lux-text-muted:#666;--navbar-height:80px;--radius-xl:32px;--radius-lg:24px}.premium-hotel-page{color:var(--lux-text);background-color:var(--lux-white);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.celebratory-title{color:var(--lux-primary);margin-bottom:.5rem;font-family:Great Vibes,cursive;font-size:2.8rem;font-weight:400}.section-subtitle{text-transform:uppercase;letter-spacing:.2em;color:var(--lux-primary);margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.premium-navbar{width:100%;height:var(--navbar-height);z-index:1000;align-items:center;padding:0 5%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.premium-navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;height:70px;box-shadow:0 10px 30px #0000000d}.premium-navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.premium-logo{color:var(--lux-white);font-family:Great Vibes,cursive;font-size:2.2rem;font-weight:700;text-decoration:none;transition:color .3s}.premium-navbar.scrolled .premium-logo{color:var(--lux-primary)}.premium-nav-links{align-items:center;gap:30px;list-style:none;display:flex}.premium-nav-links a{color:var(--lux-white);align-items:center;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative}.premium-navbar.scrolled .premium-nav-links a{color:var(--lux-text)}.premium-nav-links a.active{color:var(--lux-primary)}.premium-nav-links a:after{content:"";background:var(--lux-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.premium-nav-links a.active:after{width:100%}.premium-hero{text-align:center;height:100vh;color:var(--lux-white);justify-content:center;align-items:center;display:flex;position:relative}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%;animation:20s infinite alternate heroZoom}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{background:linear-gradient(#0000004d 0%,#0009 100%);position:absolute;inset:0}.hero-content{z-index:10;max-width:900px;padding:0 20px;position:relative}.hero-content h1{text-shadow:0 10px 30px #0000004d;margin:0;font-family:Great Vibes,cursive;font-size:clamp(3rem,8vw,5.5rem);line-height:1.1}.hero-content p{letter-spacing:.3em;text-transform:uppercase;margin-top:1.5rem;font-size:1.2rem;font-weight:500}.premium-section{background:var(--lux-white);padding:120px 5%}.premium-container{max-width:1400px;margin:0 auto}.premium-section-header{text-align:center;margin-bottom:80px}.premium-section-header h2{color:var(--lux-primary);margin-top:-10px;font-family:Great Vibes,cursive;font-size:3.5rem}.rooms-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:50px;display:grid}.premium-room-card{background:var(--lux-white);border-radius:var(--radius-xl);border:1px solid #0000000d;flex-direction:column;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000a}.premium-room-card:hover{border-color:var(--lux-primary-light);transform:translateY(-12px);box-shadow:0 25px 60px #0000001a}.room-image-wrapper{height:400px;position:relative;overflow:hidden}.room-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.premium-room-card:hover .room-image-wrapper img{transform:scale(1.1)}.room-price-badge{color:var(--lux-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:999px;padding:12px 24px;font-weight:800;position:absolute;top:30px;right:30px;box-shadow:0 10px 30px #0000001a}.room-details{text-align:center;padding:40px}.room-details h3{margin-bottom:15px;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700}.room-amenities{color:var(--lux-text-muted);justify-content:center;gap:20px;margin:25px 0;display:flex}.room-amenity{align-items:center;gap:8px;font-size:.85rem;display:flex}.room-amenity i{color:var(--lux-primary)}.btn-luxury{background:var(--lux-primary);text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--lux-primary);border-radius:999px;justify-content:center;align-items:center;padding:12px 28px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .4s;display:inline-flex;color:#fff!important}.btn-luxury:hover{color:var(--lux-primary);background:0 0;transform:scale(1.05)}.amenities-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.amenity-card{background:var(--lux-gray-bg);border-radius:var(--radius-lg);text-align:center;border:1px solid #00000008;padding:50px 30px;transition:all .4s}.amenity-card:hover{background:var(--lux-white);transform:scale(1.03);box-shadow:0 20px 50px #0000000d}.amenity-card i{color:var(--lux-primary);margin-bottom:25px;font-size:3rem;display:block}.amenity-card h4{margin-bottom:15px;font-size:1.3rem;font-weight:700}@media (max-width:768px){.premium-nav-links{display:none}.premium-section{padding:80px 20px}.hero-content h1{font-size:3.5rem}.premium-section-header h2{font-size:2.8rem}.room-image-wrapper{height:300px}.rooms-grid{grid-template-columns:1fr}}
@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_efc9332f-module__hndXPG__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_efc9332f-module__hndXPG__variable{--font-body:"Manrope", "Manrope Fallback"}
@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.0h108oidc_0fm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.0h108oidc_0fm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.0h108oidc_0fm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3dbe685087e51055-s.1061.lg1~d_4b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6bd983bd58a87a3d-s.p.0h108oidc_0fm.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sora Fallback;src:local(Arial);ascent-override:85.29%;descent-override:25.5%;line-gap-override:0.0%;size-adjust:113.73%}.sora_a1da5bce-module__HI4l8q__className{font-family:Sora,Sora Fallback;font-style:normal}.sora_a1da5bce-module__HI4l8q__variable{--font-display:"Sora", "Sora Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_275d10c8-module__MekQHq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_275d10c8-module__MekQHq__variable{--font-serif:"Playfair Display", "Playfair Display Fallback"}
