@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);:root{--primary-50:#f0f9ff;--primary-100:#e0f2fe;--primary-200:#bae6fd;--primary-300:#7dd3fc;--primary-400:#38bdf8;--primary-500:#0891b2;--primary-600:#0e7490;--primary-700:#155e75;--primary-800:#164e63;--primary-900:#0c4a6e;--gold-50:#fffbeb;--gold-100:#fef3c7;--gold-200:#fde68a;--gold-300:#fcd34d;--gold-400:#fbbf24;--gold-500:#f59e0b;--gold-600:#d97706;--gold-700:#b45309;--gold-800:#92400e;--gold-900:#78350f;--navy-50:#f8fafc;--navy-100:#f1f5f9;--navy-200:#e2e8f0;--navy-300:#cbd5e1;--navy-400:#94a3b8;--navy-500:#64748b;--navy-600:#475569;--navy-700:#334155;--navy-800:#1e293b;--navy-900:#0f172a;--success:#059669;--success-light:#ecfdf5;--warning:var(--gold-500);--warning-light:var(--gold-50);--error:#dc2626;--error-light:#fef2f2;--info:var(--primary-500);--info-light:var(--primary-50);--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--glass-bg:#ffffffd9;--glass-border:#0000000d;--primary-gradient:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-700) 100%);--gold-gradient:linear-gradient(135deg,var(--gold-500) 0%,var(--gold-700) 100%);--navy-gradient:linear-gradient(135deg,var(--navy-700) 0%,var(--navy-900) 100%);--surface-premium:#fff}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d}.premium-card{background:#fff;border:1px solid #f1f5f9;border-radius:2rem;box-shadow:0 10px 40px -10px #0000000d;transition:all .4s cubic-bezier(.16,1,.3,1)}.premium-card:hover{border-color:#0f172a1a;box-shadow:0 20px 50px -12px #0f172a1f;transform:translateY(-5px)}.gradient-text{background:linear-gradient(135deg,#0f172a,#334155);color:#0000;display:inline-block}.premium-btn{background:linear-gradient(135deg,#0f172a,#1e293b);border:none;border-radius:.75rem;box-shadow:0 8px 16px -4px #0f172a4d;color:#fff;cursor:pointer;font-weight:600;letter-spacing:.025em;padding:.75rem 1.5rem;transition:all .2s ease}.premium-btn:hover:not(:disabled){box-shadow:0 12px 24px -6px #0f172a66;filter:brightness(1.2);transform:translateY(-1px)}.premium-btn:disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed}.animate-slide-up{animation:slideUp .8s cubic-bezier(.16,1,.3,1)}.glow-on-hover:hover{box-shadow:0 0 20px #6366f166}.border-gradient{background:#fff;background-clip:padding-box;border:2px solid #0000;position:relative}.border-gradient:before{background:linear-gradient(135deg,#1e293b,#64748b);border-radius:inherit;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f8fafc}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;background:var(--gray-50);color:#111827;color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5}.app-container{display:flex;min-height:100vh}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:16rem}.content-wrapper{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.sidebar{background:linear-gradient(135deg,#334155,#0f172a);background:var(--navy-gradient);box-shadow:2px 0 8px #0000001a;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:16rem;z-index:100}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.sidebar-logo{align-items:center;color:#fff;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;text-decoration:none}.sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.nav-item{align-items:center;color:#fffc;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ffffff26;border-left:3px solid #fff;color:#fff}.nav-group{padding:0}.nav-group-header{align-items:center;color:#fffc;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;justify-content:space-between;padding:.75rem 1.5rem;transition:all .2s ease}.nav-group-header:hover{background:#ffffff1a;color:#fff}.nav-group-header .nav-chevron{transition:transform .2s ease}.nav-group.expanded .nav-chevron{transform:rotate(90deg)}.nav-sub{background:#0003;list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .25s ease}.nav-group.expanded .nav-sub{max-height:500px}.nav-sub-item{color:#ffffffd9;display:block;font-size:.8125rem;padding:.5rem 1.5rem .5rem 2.5rem;text-decoration:none;transition:background .2s ease}.nav-sub-item.active,.nav-sub-item:hover{background:#ffffff14;color:#fff}.header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;height:4rem;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:90}.breadcrumbs{color:#6b7280;color:var(--gray-500);font-size:.875rem}.breadcrumbs a{color:#0e7490;color:var(--primary-600);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs span{color:#9ca3af;color:var(--gray-400);margin:0 .375rem}.header-title{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:600}.header-actions{gap:1rem}.header-actions,.user-menu{align-items:center;display:flex}.user-menu{border-radius:.5rem;cursor:pointer;gap:.75rem;padding:.5rem 1rem;transition:background .2s ease}.user-menu:hover{background:#f9fafb;background:var(--gray-50)}.user-avatar{background:linear-gradient(135deg,#0891b2,#0e7490);background:linear-gradient(135deg,var(--primary-500) 0,var(--primary-600) 100%);border-radius:50%;color:#fff;display:flex;font-weight:600;height:2rem;width:2rem}.btn,.user-avatar{align-items:center;font-size:.875rem;justify-content:center}.btn{border:1px solid #0000;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;line-height:1.25rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#059669;background:var(--success);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:#059669;box-shadow:0 4px 6px -1px #00000014;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:#fff;border-color:#e5e7eb;border-color:var(--gray-200);color:#374151;color:var(--gray-700)}.btn-secondary:hover:not(:disabled){background:#f9fafb;background:var(--gray-50);border-color:#d1d5db;border-color:var(--gray-300)}.btn-success{background:#059669;background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-danger{background:#dc2626;background:var(--error);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);overflow:hidden;transition:all .2s ease}.card:hover{box-shadow:0 4px 6px -1px #00000014;box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-header{align-items:center;background:#f9fafb;background:var(--gray-50);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.card-title{color:#111827;color:var(--gray-900);font-size:1.125rem;font-weight:600;margin:0}.card-body{padding:1.5rem}.table-container{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);overflow:hidden}.table{border-collapse:collapse;font-size:.875rem;width:100%}.table thead{background:#f9fafb;background:var(--gray-50);border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--gray-200)}.table th{color:#374151;color:var(--gray-700);font-size:.8125rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.table td{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);color:#111827;color:var(--gray-900);padding:1rem}.table tbody tr{transition:background-color .15s ease}.table tbody tr:hover{background:#f9fafb;background:var(--gray-50)}.table tbody tr:last-child td{border-bottom:none}.form-group{margin-bottom:1.25rem}.form-label{color:#374151;color:var(--gray-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-label.required:after{color:#dc2626;color:var(--error);content:" *"}.form-input,.form-select,.form-textarea{background:#fff;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;color:#111827;color:var(--gray-900);font-size:.875rem;line-height:1.5;padding:.625rem .875rem;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#0891b2;border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-error{color:#dc2626;color:var(--error);font-size:.8125rem;margin-top:.375rem}.modal-overlay{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;inset:0}.modal-content{animation:slideUp .3s ease;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);max-width:32rem;overflow:auto}.modal-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);padding:1.5rem}.modal-title{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:600;margin:0}.modal-body{padding:1.5rem}.modal-footer{background:#f9fafb;background:var(--gray-50);border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.btn-close{align-items:center;background:none;border:none;border-radius:.25rem;color:#9ca3af;color:var(--gray-400);cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.btn-close:hover{background:#f3f4f6;background:var(--gray-100);color:#4b5563;color:var(--gray-600)}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.badge-success{background:#ecfdf5;background:var(--success-light);color:#065f46}.badge-warning{background:#fffbeb;background:var(--warning-light);color:#92400e}.badge-error{background:#fef2f2;background:var(--error-light);color:#991b1b}.badge-info{background:#f0f9ff;background:var(--info-light);color:#1e40af}.badge-neutral{background:#f3f4f6;background:var(--gray-100);color:#374151;color:var(--gray-700)}.loading-spinner{border:3px solid #e5e7eb;border:3px solid var(--gray-200);border-top-color:var(--primary-500);display:inline-block;height:1.5rem;width:1.5rem}.loading-overlay{align-items:center;background:#ffffffe6;display:flex;flex-direction:column;gap:1rem;inset:0;justify-content:center;position:fixed;z-index:9999}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.stat-card{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 6px -1px #00000014;box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.stat-label{color:#6b7280;color:var(--gray-500);font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.stat-icon{border-radius:.5rem;font-size:1.25rem;height:2.5rem;width:2.5rem}.stat-icon.primary{background:#f0f9ff;background:var(--info-light);color:#1e40af}.stat-icon.success{background:#ecfdf5;background:var(--success-light);color:#065f46}.stat-icon.warning{background:#fffbeb;background:var(--warning-light);color:#92400e}.stat-icon.error{background:#fef2f2;background:var(--error-light);color:#991b1b}.stat-value{color:#111827;color:var(--gray-900);font-weight:700;overflow-wrap:break-word;word-break:break-all}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-title{color:#111827;color:var(--gray-900);font-size:2rem;font-weight:700;margin:0 0 .5rem}.page-subtitle{color:#6b7280;color:var(--gray-500);font-size:1rem;margin:0}.action-buttons{gap:.5rem}.btn-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.375rem;color:#4b5563;color:var(--gray-600);cursor:pointer;display:flex;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.btn-icon:hover{background:#f9fafb;background:var(--gray-50);color:#111827;color:var(--gray-900)}.btn-icon.btn-edit:hover{background:#f0f9ff;background:var(--info-light);border-color:#0891b2;border-color:var(--primary-500);color:#1e40af}.btn-icon.btn-delete:hover{background:#fef2f2;background:var(--error-light);border-color:#dc2626;border-color:var(--error);color:#991b1b}.empty-state{color:#6b7280;color:var(--gray-500);padding:3rem 1rem}.empty-state-icon{color:#d1d5db;color:var(--gray-300);font-size:3rem;margin-bottom:1rem}.empty-state-title{color:#374151;color:var(--gray-700);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.empty-state-text{color:#6b7280;color:var(--gray-500);font-size:.875rem}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.search-bar{max-width:400px;position:relative;width:100%}.search-icon{color:#9ca3af;color:var(--gray-400);font-size:1rem;left:.875rem}.search-input{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;color:#111827;color:var(--gray-900);font-size:.875rem;line-height:1.5;padding:.625rem .875rem .625rem 2.5rem;transition:all .2s ease}.search-input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61a}.pagination{gap:.5rem;margin-top:1.5rem;padding:1rem}.pagination,.pagination-btn{align-items:center;display:flex;justify-content:center}.pagination-btn{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.375rem;color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.875rem;font-weight:500;height:2.25rem;min-width:2.25rem;padding:0 .5rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f9fafb;background:var(--gray-50);border-color:#d1d5db;border-color:var(--gray-300);color:#111827;color:var(--gray-900)}.pagination-btn.active{background:#0891b2;background:var(--primary-500);border-color:#0891b2;border-color:var(--primary-500);color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-ellipsis{color:#9ca3af;color:var(--gray-400);padding:0 .25rem}.filter-bar{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.filter-bar,.filter-group{align-items:center;display:flex}.filter-group{gap:.5rem}.filter-label{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:500;white-space:nowrap}.filter-select{background:#fff;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.375rem;color:#111827;color:var(--gray-900);font-size:.875rem;min-width:150px;padding:.5rem .75rem;transition:all .2s ease}.filter-select:focus{border-color:#0891b2;border-color:var(--primary-500);box-shadow:0 0 0 3px #3b82f61a;outline:none}.file-upload{display:inline-block;position:relative}.file-upload-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.file-upload-label{align-items:center;background:#fff;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;color:#374151;color:var(--gray-700);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.file-upload-label:hover{border-color:#9ca3af;border-color:var(--gray-400)}.file-preview,.file-upload-label:hover{background:#f9fafb;background:var(--gray-50)}.file-preview{border:1px solid #e5e7eb;border:1px solid var(--gray-200);color:#374151;color:var(--gray-700);margin-top:.75rem;padding:.75rem}.alert,.file-preview{border-radius:.5rem;font-size:.875rem}.alert{border-left:4px solid;line-height:1.5;margin-bottom:1rem;padding:1rem 1.25rem}.alert-success{background:#ecfdf5;background:var(--success-light);border-left-color:#059669;border-left-color:var(--success);color:#065f46}.alert-error{background:#fef2f2;background:var(--error-light);border-left-color:#dc2626;border-left-color:var(--error);color:#991b1b}.alert-warning{background:#fffbeb;background:var(--warning-light);border-left-color:#f59e0b;border-left-color:var(--warning);color:#92400e}.alert-info{background:#f0f9ff;background:var(--info-light);border-left-color:#0891b2;border-left-color:var(--info);color:#1e40af}.tabs{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem}.tabs-list{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.tab-button{background:none;border:none;border-bottom:2px solid #0000;color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;transition:all .2s ease}.tab-button:hover{color:#111827;color:var(--gray-900)}.tab-button.active{border-bottom-color:#0e7490;border-bottom-color:var(--primary-600);color:#0e7490;color:var(--primary-600)}.progress-bar{background:#e5e7eb;background:var(--gray-200);border-radius:9999px;height:.5rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#0891b2,#0e7490);background:linear-gradient(90deg,var(--primary-500) 0,var(--primary-600) 100%);border-radius:9999px;height:100%;transition:width .3s ease}.dropdown{display:inline-block;position:relative}.dropdown-menu{animation:fadeIn .2s ease;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);margin-top:.5rem;min-width:12rem;position:absolute;right:0;top:100%;z-index:100}.dropdown-item{align-items:center;color:#374151;color:var(--gray-700);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background .2s ease}.dropdown-item:hover{background:#f9fafb;background:var(--gray-50);color:#111827;color:var(--gray-900)}.dropdown-divider{background:#e5e7eb;background:var(--gray-200);height:1px;margin:.5rem 0}@media (max-width:768px){.sidebar{transform:translateX(-100%);transition:transform .3s ease}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0}.content-wrapper{padding:1rem}.stats-grid{grid-template-columns:1fr}.table-container{overflow-x:auto}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.filter-bar,.filter-group{align-items:stretch;flex-direction:column}.filter-select{width:100%}.search-bar{max-width:100%}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.flex-1{flex:1 1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-12{padding-left:3rem;padding-right:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-20{padding-bottom:5rem;padding-top:5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-widest{letter-spacing:.1em}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-indigo-50{background-color:#eef2ff}.bg-indigo-900{background-color:#312e81}.bg-green-100{background-color:#d1fae5}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-gray-900{background-color:#111827}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-indigo-200{color:#c7d2fe}.text-indigo-300{color:#a5b4fc}.text-indigo-400{color:#818cf8}.text-indigo-600{color:#4f46e5}.text-indigo-900{color:#312e81}.text-green-600{color:#059669}.text-red-600{color:#dc2626}.text-white{color:#fff}.border-none{border-style:none}.border-2{border-width:2px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.sticky{position:sticky}.top-24{top:6rem}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.z-10{z-index:10}.w-full{width:100%}.h-full{height:100%}.h-1{height:.25rem}.h-0\.5{height:.125rem}.w-8{width:2rem}.h-8{height:2rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-12{width:3rem}.h-12{height:3rem}.w-24{width:6rem}.h-24{height:6rem}.w-32{width:8rem}.h-32{height:8rem}.w-48{width:12rem}.h-48{height:12rem}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.cursor-pointer{cursor:pointer}.scale-105{transition:transform .2s}.scale-105:hover{transform:scale(1.05)}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:p-12{padding:3rem}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.toast{align-items:center;animation:slideInRight .3s ease;background:#fff;border-left:4px solid;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;gap:.75rem;max-width:500px;min-width:300px;padding:1rem 1.25rem}.toast-success{border-left-color:#10b981}.toast-error{border-left-color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-icon{flex-shrink:0;font-size:1.25rem}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{color:var(--gray-700);flex:1 1;font-size:.875rem;line-height:1.5}.toast-close{align-items:center;background:none;border:none;border-radius:.25rem;color:var(--gray-400);cursor:pointer;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;padding:0;transition:all .2s ease;width:1.5rem}.toast-close:hover{background:var(--gray-100);color:var(--gray-600)}.toast-container{display:flex;flex-direction:column;gap:.75rem;pointer-events:none;position:fixed;right:1rem;top:1rem;z-index:9999}.toast-container .toast{pointer-events:all}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:640px){.toast-container{left:1rem;right:1rem}.toast{min-width:auto;width:100%}}.site-footer{background:#1a6b3a;color:#fff;margin-top:auto}.site-footer__main{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:48px 24px 32px}.site-footer__logo-col{display:flex;flex-direction:column;gap:20px}.site-footer__logo{align-items:center;display:flex;font-size:22px;gap:10px}.site-footer__logo span:first-child{font-size:28px}.site-footer__logo-main{color:#fff}.site-footer__logo-sub{color:#ffffffb3}.site-footer__social{display:flex;gap:12px}.site-footer__social a{align-items:center;background:#ffffff26;border-radius:6px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;text-decoration:none;transition:background .2s;width:36px}.site-footer__social a:hover{background:#ffffff40}.site-footer__col h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:16px}.site-footer__col ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.site-footer__col ul li a,.site-footer__col ul li span{color:#ffffffbf;cursor:pointer;font-size:13px;text-decoration:none;transition:color .2s}.site-footer__col ul li a:hover{color:#fff}.site-footer__legal{border-top:1px solid #ffffff26;margin:0 auto;max-width:1200px;padding:20px 24px;text-align:center}.site-footer__legal p{color:#ffffffa6;font-size:12px;line-height:1.6;margin:0 0 4px}.site-footer__legal p:last-child{margin-bottom:0}.site-footer__bottom{background:#c8a96e;padding:14px 24px}.site-footer__reg{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1200px}.site-footer__reg>div{align-items:center;display:flex;flex-direction:column;gap:2px}.site-footer__reg-label{color:#fffc;font-size:11px;font-weight:500}.site-footer__reg-value{color:#fff;font-size:13px;font-weight:700}@media (max-width:1100px){.site-footer__main{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.site-footer__main{grid-template-columns:repeat(2,1fr)}.site-footer__reg{flex-direction:column;text-align:center}}@media (max-width:480px){.site-footer__main{gap:24px;grid-template-columns:1fr 1fr;padding:32px 16px 24px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.ms-landing{background:#fff;color:#1a1a1a;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.ms-announcement-bar{background:#1a6b3a;color:#fff;font-size:13px;font-weight:500;overflow:hidden;padding:8px 0;white-space:nowrap}.ms-announcement-track{animation:ms-marquee 30s linear infinite;display:inline-flex;gap:80px}.ms-announcement-track span{flex-shrink:0}@keyframes ms-marquee{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}.ms-nav{background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;transition:box-shadow .3s ease;z-index:1000}.ms-nav--scrolled{box-shadow:0 2px 16px #0000001a}.ms-nav__container{align-items:center;display:flex;gap:32px;margin:0 auto;max-width:1280px;padding:12px 24px}.ms-nav__logo{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:10px;text-decoration:none}.ms-logo-icon{font-size:28px}.ms-logo-text{display:flex;flex-direction:column;line-height:1.1}.ms-logo-main{color:#1a6b3a;font-family:Playfair Display,serif;font-size:20px;font-weight:700}.ms-logo-accent{color:#c8a96e}.ms-logo-sub{color:#888;font-size:11px;letter-spacing:1px;text-transform:uppercase}.ms-nav__links{align-items:center;display:flex;flex:1 1;gap:28px}.ms-nav__links a{color:#333;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;white-space:nowrap}.ms-nav__links a:hover{color:#1a6b3a}.ms-nav__bundle-link{align-items:center;display:flex;flex-direction:column;position:relative}.ms-bundle-badge{background:#e8a020;border-radius:4px;color:#fff;font-size:10px;font-weight:600;padding:2px 8px;position:absolute;top:-18px;white-space:nowrap}.ms-nav__actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.ms-btn-ghost{background:#0000;border:1.5px solid #1a6b3a;border-radius:6px;color:#1a6b3a;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:all .2s;white-space:nowrap}.ms-btn-ghost:hover,.ms-btn-hotel-search{background:#1a6b3a;color:#fff}.ms-btn-hotel-search{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s;white-space:nowrap}.ms-btn-hotel-search:hover{background:#155a30;box-shadow:0 2px 8px #1a6b3a66;transform:translateY(-1px)}.ms-btn-currency,.ms-btn-lang{background:#0000;border:none;border-radius:4px;color:#555;cursor:pointer;font-size:13px;font-weight:500;padding:6px 10px;transition:background .2s}.ms-btn-currency:hover,.ms-btn-lang:hover{background:#f5f5f5}.ms-btn-login{background:#0000;border:none;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:8px 14px;transition:color .2s}.ms-btn-login:hover{color:#1a6b3a}.ms-btn-register{background:#c8a96e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:9px 18px;transition:all .2s;white-space:nowrap}.ms-btn-register:hover{background:#b8943a;transform:translateY(-1px)}.ms-hero{align-items:center;background:linear-gradient(#00000073,#0000008c),url(https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1600&q=80) 50%/cover no-repeat;display:flex;justify-content:center;min-height:520px;padding:60px 24px 40px;position:relative}.ms-hero__overlay{background:radial-gradient(ellipse at center bottom,#1a6b3a4d 0,#0000 70%);inset:0;pointer-events:none;position:absolute}.ms-hero__content{max-width:1000px;position:relative;text-align:center;width:100%;z-index:2}.ms-hero__title{color:#fff;font-family:Playfair Display,serif;font-size:42px;font-weight:800;letter-spacing:2px;margin-bottom:10px;text-shadow:0 2px 12px #0006}.ms-hero__subtitle{color:#ffffffe6;font-size:16px;font-weight:400;margin-bottom:32px}.ms-search-widget{background:#fff;border-radius:12px;box-shadow:0 8px 40px #0003;margin:0 auto;max-width:960px;overflow:hidden}.ms-search-tabs{background:#fafafa;border-bottom:1px solid #eee;display:flex}.ms-search-tab{align-items:center;background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:14px 10px;transition:all .2s;white-space:nowrap}.ms-search-tab:hover{background:#f0f7f3;color:#1a6b3a}.ms-search-tab--active{background:#fff;border-bottom-color:#c8a96e;color:#1a6b3a;font-weight:600}.ms-tab-icon{font-size:16px}.ms-search-form{align-items:stretch;display:flex;gap:12px;padding:16px}.ms-search-field{border:1.5px solid #e0e0e0;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;padding:8px 12px;transition:border-color .2s}.ms-search-field:focus-within{border-color:#1a6b3a}.ms-search-field label{color:#999;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.ms-search-field select{appearance:none;-webkit-appearance:none;background:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 4px center;background-repeat:no-repeat;border:none;color:#333;cursor:pointer;font-size:13px;font-weight:500;outline:none;padding-right:20px}.ms-search-btn{background:#c8a96e;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:15px;font-weight:600;padding:12px 28px;transition:all .2s;white-space:nowrap}.ms-search-btn:hover{background:#b8943a;box-shadow:0 4px 16px #c8a96e66;transform:translateY(-1px)}.ms-quick-services{background:#1a6b3a;display:flex;overflow-x:auto;scrollbar-width:none}.ms-quick-services::-webkit-scrollbar{display:none}.ms-quick-service{align-items:center;background:#0000;border:none;border-right:1px solid #ffffff1a;color:#fff;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:140px;padding:20px 16px;position:relative;transition:background .2s}.ms-quick-service:last-child{border-right:none}.ms-quick-service:hover{background:#ffffff1a}.ms-qs-badge{background:#e8a020;border-radius:3px;color:#fff;font-size:9px;font-weight:700;left:50%;padding:2px 6px;position:absolute;top:10px;transform:translateX(-50%) translateX(20px);white-space:nowrap}.ms-qs-icon{font-size:28px;line-height:1}.ms-qs-label{font-size:12px;font-weight:500;text-align:center}.ms-section{padding:60px 0}.ms-container{margin:0 auto;max-width:1200px;padding:0 24px}.ms-section-header{margin-bottom:32px}.ms-section-header h2{color:#1a1a1a;font-size:26px;font-weight:700;margin-bottom:6px}.ms-section-header p{color:#777;font-size:14px}.ms-section-header--row{align-items:flex-start;display:flex;justify-content:space-between}.ms-view-all{color:#c8a96e;font-size:14px;font-weight:600;margin-top:4px;text-decoration:none;transition:color .2s;white-space:nowrap}.ms-view-all:hover{color:#b8943a}.ms-destinations{background:#f9f9f9}.ms-destinations-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.ms-dest-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;cursor:pointer;overflow:hidden;transition:transform .3s,box-shadow .3s}.ms-dest-card:hover{box-shadow:0 8px 28px #00000024;transform:translateY(-4px)}.ms-dest-img{background-position:50%;background-size:cover;height:180px}.ms-dest-img--makkah{background-image:url(https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=600&q=80)}.ms-dest-img--madinah{background-image:url(https://images.unsplash.com/photo-1564769625905-50e93615e769?w=600&q=80)}.ms-dest-img--jeddah{background-image:url(https://images.unsplash.com/photo-1586724237569-f3d0c1dee8c6?w=600&q=80)}.ms-dest-img--riyadh{background-image:url(https://images.unsplash.com/photo-1578895101408-1a36b834405b?w=600&q=80)}.ms-dest-info{padding:14px 16px}.ms-dest-info h3{color:#1a1a1a;font-size:16px;font-weight:700;margin-bottom:6px}.ms-dest-tags{align-items:center;color:#888;display:flex;font-size:12px;gap:6px}.ms-dest-dot{color:#ccc}.ms-promos{background:#fff}.ms-promo-banners{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px}.ms-promo-banner{align-items:center;border-radius:12px;cursor:pointer;display:flex;min-height:160px;overflow:hidden;padding:28px 32px;position:relative;transition:transform .2s}.ms-promo-banner:hover{transform:scale(1.01)}.ms-promo-banner--blue{background:linear-gradient(135deg,#0a2a6e,#1a4db8);color:#fff}.ms-promo-banner--purple{background:linear-gradient(135deg,#6b0ea8,#9b1de8);color:#fff}.ms-promo-banner__content{position:relative;z-index:2}.ms-promo-book-badge{background:#f5c518;border-radius:50px;color:#000;display:inline-block;font-size:11px;font-weight:800;margin-bottom:10px;padding:4px 10px}.ms-promo-banner__content h3{font-size:28px;font-weight:900;line-height:1.1;margin-bottom:6px;text-transform:uppercase}.ms-promo-banner--purple .ms-promo-banner__content h3 span{display:block;font-size:36px}.ms-promo-special{color:#f5c518;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:8px}.ms-promo-banner__content p{font-size:12px;line-height:1.5;max-width:280px;opacity:.85}.ms-promo-banner__plane{font-size:80px;opacity:.3;position:absolute;right:32px;transform:rotate(-20deg)}.ms-promo-banner__tickets{font-size:48px;opacity:.5;position:absolute;right:24px}.ms-service-carousel{border-radius:12px;overflow:hidden;position:relative}.ms-service-cards{display:flex;transition:transform .4s ease}.ms-service-card{background-position:50%;background-size:cover;border-radius:12px;cursor:pointer;flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0;height:320px;margin-right:20px;overflow:hidden;position:relative}.ms-service-card--flights{background-image:linear-gradient(#00000059,#0000008c),url(https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=800&q=80)}.ms-service-card--hotels{background-image:linear-gradient(#00000059,#0000008c),url(https://images.unsplash.com/photo-1582719508461-905c673771fd?w=800&q=80)}.ms-service-card--transport{background-image:linear-gradient(#00000059,#0000008c),url(https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=800&q=80)}.ms-service-card__overlay{background:linear-gradient(0deg,#000000b3 0,#0000 60%);inset:0;position:absolute}.ms-service-card__content{bottom:0;color:#fff;left:0;padding:28px;position:absolute;right:0}.ms-service-card__content h3{font-size:28px;font-weight:800;margin-bottom:8px}.ms-service-card__content p{font-size:13px;line-height:1.5;margin-bottom:16px;opacity:.85}.ms-service-cta{background:#c8a96e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s}.ms-service-cta:hover{background:#b8943a}.ms-carousel-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 10px #00000026;cursor:pointer;display:flex;font-size:22px;height:40px;justify-content:center;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .2s;width:40px;z-index:10}.ms-carousel-btn:hover{background:#fff;box-shadow:0 4px 16px #0003}.ms-reviews{background:#f9f9f9}.ms-see-all-btn{background:#0000;border:1.5px solid #ccc;border-radius:6px;color:#555;cursor:pointer;font-size:13px;font-weight:500;margin-top:4px;padding:8px 20px;transition:all .2s;white-space:nowrap}.ms-see-all-btn:hover{border-color:#1a6b3a;color:#1a6b3a}.ms-reviews-masonry{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.ms-reviews-col{display:flex;flex-direction:column;gap:20px}.ms-review-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:20px;transition:box-shadow .2s}.ms-review-card:hover{box-shadow:0 4px 20px #0000001a}.ms-review-text{color:#555;font-size:13px;line-height:1.6;margin-bottom:12px}.ms-review-footer{display:flex;flex-direction:column;gap:8px}.ms-review-viewmore{align-self:flex-end;color:#333;cursor:pointer;font-size:12px;font-weight:600}.ms-stars{display:flex;gap:2px}.ms-star{color:#f5a623;font-size:16px}.ms-review-author{display:flex;flex-direction:column;gap:2px}.ms-review-author strong{color:#1a1a1a;font-size:13px}.ms-review-author span{color:#888;font-size:12px}.ms-google-badge{align-items:center;color:#555!important;display:flex;font-size:12px!important;gap:4px}.ms-review-img{background-position:50%;background-size:cover;border-radius:12px;height:200px;overflow:hidden}.ms-review-img--mountain{background-image:url(https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600&q=80)}.ms-review-img--desert{background-image:url(https://images.unsplash.com/photo-1509316785289-025f5b846b35?w=600&q=80)}.ms-newsletter{background:#f0ebe0;padding:40px 24px}.ms-newsletter__inner{align-items:center;background:#e8dfc8;border-radius:16px;display:flex;gap:40px;margin:0 auto;max-width:1200px;overflow:hidden;padding:36px 48px;position:relative}.ms-newsletter__text{flex:1 1}.ms-newsletter__text h3{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:8px}.ms-newsletter__text p{color:#666;font-size:14px}.ms-newsletter__form{display:flex;flex:1 1;gap:12px}.ms-newsletter__form input{background:#fff;border:1.5px solid #ccc;border-radius:8px;flex:1 1;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s}.ms-newsletter__form input:focus{border-color:#1a6b3a}.ms-newsletter__form button{background:#c8a96e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s;white-space:nowrap}.ms-newsletter__form button:hover{background:#b8943a}.ms-newsletter__success{color:#1a6b3a;font-size:13px;font-weight:600;margin-top:8px}.ms-newsletter__mailbox{flex-shrink:0;font-size:64px;opacity:.6}@media (max-width:1100px){.ms-nav__links{gap:18px}.ms-destinations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.ms-hero__title{font-size:30px}.ms-search-form{flex-wrap:wrap}.ms-search-field{flex-basis:calc(50% - 6px);flex-grow:1;flex-shrink:1}.ms-search-btn{width:100%}.ms-promo-banners{grid-template-columns:1fr}.ms-reviews-masonry{grid-template-columns:1fr 1fr}.ms-reviews-col:last-child{display:none}.ms-newsletter__inner{flex-direction:column;padding:28px 24px}.ms-newsletter__form{width:100%}}@media (max-width:768px){.ms-nav__links{display:none}.ms-nav__actions{gap:6px}.ms-btn-currency,.ms-btn-ghost,.ms-btn-lang{display:none}.ms-hero__title{font-size:24px;letter-spacing:1px}.ms-destinations-grid{grid-template-columns:repeat(2,1fr)}.ms-service-card{flex:0 0 85%}.ms-reviews-masonry{grid-template-columns:1fr}.ms-reviews-col:not(:first-child){display:none}}@media (max-width:480px){.ms-nav__container{padding:10px 16px}.ms-hero{min-height:400px;padding:50px 16px 30px}.ms-hero__title{font-size:20px}.ms-search-field{flex:1 1 100%}.ms-destinations-grid{gap:12px;grid-template-columns:1fr 1fr}.ms-dest-img{height:120px}.ms-section{padding:40px 0}}.login-page{display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.login-background{background:linear-gradient(135deg,#0a1929,#1e3a5f 50%,#0f2744);inset:0;position:fixed;z-index:0}.gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.orb-1{animation-delay:0s;background:radial-gradient(circle,#14b8a666 0,#0000 70%);height:500px;left:-10%;top:-10%;width:500px}.orb-2{animation-delay:7s;background:radial-gradient(circle,#7c3aed4d 0,#0000 70%);bottom:-10%;height:400px;right:-10%;width:400px}.orb-3{animation-delay:14s;background:radial-gradient(circle,#06b6d44d 0,#0000 70%);height:350px;left:50%;top:50%;transform:translate(-50%,-50%);width:350px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.login-nav{padding:24px 0;position:relative;z-index:100}.login-nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 48px}.login-nav-logo{align-items:center;cursor:pointer;display:flex;gap:12px;transition:opacity .2s ease}.login-nav-logo:hover{opacity:.8}.nav-logo-icon{font-size:32px}.nav-logo-text{color:#fff;font-size:24px;font-weight:700}.btn-back-home{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-back-home:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateX(-4px)}.login-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:48px 24px;position:relative;z-index:10}.login-container{grid-gap:48px;align-items:center;animation:fadeInUp .6s ease;display:grid;gap:48px;grid-template-columns:1fr 1fr;max-width:1200px;width:100%}.login-branding{padding:48px}.branding-content{max-width:500px}.branding-icon{animation:pulse 3s ease-in-out infinite;font-size:72px;margin-bottom:32px}.branding-title{color:#fff;font-size:48px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:24px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#14b8a6,#06b6d4 50%,#7c3aed);-webkit-background-clip:text;background-clip:text}.branding-subtitle{color:#cbd5e1;font-size:18px;line-height:1.6;margin-bottom:40px}.trust-indicators{display:flex;flex-direction:column;gap:16px}.trust-indicator{gap:12px;padding:12px 0}.trust-icon,.trust-indicator{align-items:center;display:flex}.trust-icon{color:#14b8a6;font-size:18px;height:24px;justify-content:center;width:24px}.trust-text{color:#e2e8f0;font-size:15px;font-weight:500}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.login-card-content{padding:48px}.login-header{margin-bottom:32px}.login-title{color:#0a1929;font-size:32px;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.login-subtitle{color:#64748b;font-size:16px}.error-alert{animation:shake .4s ease;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:12px;display:flex;gap:12px;margin-bottom:24px;padding:16px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}.error-icon{color:#dc2626;flex-shrink:0;font-size:20px;margin-top:2px}.error-content{flex:1 1}.error-title{color:#991b1b;font-size:14px;font-weight:700;margin-bottom:4px}.error-message{color:#b91c1c;font-size:14px;line-height:1.5}.login-form{gap:24px}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-label{align-items:center;color:#334155;display:flex;font-size:14px;font-weight:600;gap:4px}.required{color:#ef4444}.input-wrapper{align-items:center;display:flex;position:relative;transition:all .3s ease}.input-wrapper.focused{transform:translateY(-2px)}.input-icon{font-size:18px;left:16px;transition:color .3s ease}.input-wrapper.focused .input-icon{color:#14b8a6}.form-input{background:#f8fafc;font-family:inherit;font-size:15px;padding:14px 16px 14px 48px;transition:all .3s ease;width:100%}.form-input:focus{background:#fff;border-color:#14b8a6;box-shadow:0 0 0 4px #14b8a61a}.form-input::placeholder{color:#94a3b8}.form-input:disabled{cursor:not-allowed;opacity:.6}.form-options{justify-content:space-between;margin-top:-8px}.checkbox-label,.form-options{align-items:center;display:flex}.checkbox-label{cursor:pointer;gap:8px}.checkbox-input{accent-color:#14b8a6;cursor:pointer;height:18px;width:18px}.checkbox-text{color:#475569;font-size:14px;font-weight:500}.forgot-link{color:#14b8a6;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:#0d9488;text-decoration:underline}.btn-login{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:12px;box-shadow:0 8px 24px #14b8a64d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;margin-top:8px;padding:16px;transition:all .3s ease;width:100%}.btn-login:hover:not(:disabled){box-shadow:0 12px 32px #14b8a666;transform:translateY(-2px)}.btn-login:active:not(:disabled){transform:translateY(0)}.btn-login:disabled{cursor:not-allowed;opacity:.7}.btn-arrow{font-size:18px;transition:transform .3s ease}.btn-login:hover:not(:disabled) .btn-arrow{transform:translateX(4px)}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.login-divider{align-items:center;display:flex;gap:16px;margin:32px 0 24px}.divider-line{background:#e2e8f0;flex:1 1;height:1px}.divider-text{color:#94a3b8;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.test-credentials{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px}.credential-item{display:flex;flex-direction:column;gap:4px}.credential-label{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.credential-value{color:#475569;font-family:Courier New,monospace;font-size:13px;font-weight:600}.login-footer{border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px;text-align:center}.footer-text{align-items:center;color:#64748b;display:flex;font-size:14px;gap:8px;justify-content:center}.footer-link{color:#14b8a6;font-weight:600;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#0d9488;text-decoration:underline}.security-footer{border-top:1px solid #ffffff1a;margin-top:48px;padding-top:32px}.security-badges{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.security-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;color:#e2e8f0;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.security-badge:hover{background:#ffffff1f;transform:translateY(-2px)}.badge-icon{color:#14b8a6;font-size:18px}@media (max-width:1024px){.login-container{gap:32px;grid-template-columns:1fr}.login-branding{padding:24px;text-align:center}.branding-content{max-width:100%}.branding-title{font-size:36px}.trust-indicators{align-items:center}}@media (max-width:768px){.login-nav-content{padding:0 24px}.nav-logo-text{display:none}.login-card-content{padding:32px 24px}.login-title{font-size:28px}.branding-title{font-size:32px}.branding-icon{font-size:56px}.security-badges{gap:16px}.security-badge{font-size:12px;padding:10px 16px}}@media (max-width:480px){.login-content{padding:24px 16px}.login-card-content{padding:24px 20px}.login-title{font-size:24px}.branding-title{font-size:28px}.form-options{align-items:flex-start;flex-direction:column;gap:12px}.test-credentials{padding:16px}.credential-value{font-size:12px}}.search-page{background:linear-gradient(135deg,#0891b2,#0e7490 50%,#155e75);min-height:100vh;padding-bottom:4rem}.search-page-container{margin:0 auto;max-width:1400px;padding:2rem}.search-header{animation:fadeInDown .6s ease-out;margin-bottom:2rem}.search-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 2px 4px #0000001a}.search-subtitle{color:#ffffffe6;font-size:1.1rem;font-weight:500}.search-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fffc;box-shadow:0 20px 60px #00000014}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.search-input-wrapper{flex:1 1;position:relative}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;font-size:1rem;font-weight:500;height:60px;padding:0 1.5rem 0 4rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.search-input:focus{border-color:#0891b2;box-shadow:0 8px 24px #0891b226,0 0 0 4px #0891b21a;outline:none;transform:translateY(-2px)}.search-icon{color:#94a3b8;left:1.5rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-button{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:16px;box-shadow:0 8px 24px #f59e0b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.75rem;height:60px;padding:0 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-button:hover{box-shadow:0 12px 32px #f59e0b66;transform:translateY(-3px)}.search-button:active{transform:translateY(-1px)}.search-tabs{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.search-tab{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.search-tab:hover{background:#f8fafc;border-color:#e2e8f0;transform:translateY(-2px)}.search-tab.active{background:linear-gradient(135deg,#0891b2,#0e7490);border-color:#0000;box-shadow:0 8px 20px #0891b24d;color:#fff}.filter-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-button:hover{border-color:#0891b2;box-shadow:0 4px 12px #0891b226;color:#0891b2;transform:translateY(-2px)}.results-header{align-items:center;animation:fadeInUp .6s ease-out .3s both;display:flex;justify-content:space-between;margin-bottom:2rem}.results-title{color:#1e293b;font-size:1.5rem;font-weight:800}.results-count{color:#64748b;font-size:.9rem;margin-top:.25rem}.sort-wrapper{align-items:center;display:flex;gap:.75rem}.sort-label{color:#475569}.sort-label,.sort-select{font-size:.9rem;font-weight:600}.sort-select{appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 0 1 1.414 0L10 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;cursor:pointer;height:48px;padding:0 3rem 0 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sort-select:hover{border-color:#0891b2;box-shadow:0 4px 12px #0891b21a}.sort-select:focus{border-color:#0891b2;box-shadow:0 0 0 4px #0891b21a;outline:none}.results-grid{grid-gap:2.5rem;animation:fadeInUp .6s ease-out .4s both;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(420px,1fr))}.result-card{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 12px 40px #0000001a;cursor:pointer;min-height:480px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.result-card:hover{box-shadow:0 25px 60px #0003;transform:translateY(-12px)}.result-image{background:linear-gradient(135deg,#0891b2,#0e7490);height:280px;overflow:hidden;position:relative}.result-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.result-card:hover .result-image img{transform:scale(1.1)}.bookmark-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.bookmark-button:hover{background:#fff;transform:scale(1.1)}.best-value-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;box-shadow:0 4px 12px #10b98166;color:#fff;font-size:.75rem;font-weight:800;left:1rem;letter-spacing:.05em;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:1rem}.result-content{padding:2rem}.result-name{color:#1e293b;font-size:1.5rem;font-weight:800;line-height:1.3;margin-bottom:1rem}.result-location{color:#64748b;font-size:1rem;font-weight:500;margin-bottom:.75rem}.result-location,.result-rating{align-items:center;display:flex;gap:.75rem}.result-rating{margin-bottom:1.5rem}.rating-value{color:#1e293b;font-size:1.1rem;font-weight:800}.rating-reviews{color:#64748b;font-size:.95rem;font-weight:500}.result-footer{align-items:flex-end;border-top:2px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:1.5rem}.price-wrapper{flex:1 1}.price-label{color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.price-amount{background:linear-gradient(135deg,#0891b2,#0e7490);background-clip:text;line-height:1}.price-currency{color:#64748b;font-size:1rem;font-weight:600;margin-left:.25rem}.view-button{background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:14px;box-shadow:0 8px 24px #0891b24d;color:#fff;cursor:pointer;font-size:1rem;font-weight:800;height:50px;padding:0 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.view-button:hover{box-shadow:0 12px 32px #0891b266;transform:translateY(-3px)}.loading-state{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem}.loading-spinner{animation:spin .8s linear infinite;border:4px solid #f1f5f9;border-radius:50%;border-top-color:#0891b2;height:60px;margin-bottom:1.5rem;width:60px}.loading-text{color:#64748b;font-size:1rem;font-weight:600}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.search-form{flex-direction:column}.search-button{justify-content:center;width:100%}.results-header{align-items:flex-start;flex-direction:column;gap:1rem}.results-grid{gap:1.5rem;grid-template-columns:1fr}.result-card{min-height:auto}.result-image{height:240px}.result-content{padding:1.5rem}.result-name{font-size:1.3rem}.price-amount{font-size:1.8rem}}@media (max-width:480px){.search-page-container{padding:1rem}.search-title{font-size:2rem}.search-card{padding:1.5rem}.results-grid{gap:1rem}}.hsp-root{background:#f5f5f5;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.hsp-topbar{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000f;padding:12px 0;position:sticky;top:0;z-index:100}.hsp-topbar__inner{align-items:center;background:#fff;border:1.5px solid #d0d0d0;border-radius:8px;display:flex;gap:0;margin:0 auto;max-width:1280px;overflow:hidden;padding:0 24px}.hsp-topbar__field{align-items:center;border-right:1px solid #e0e0e0;display:flex;flex:1 1;gap:10px;min-width:0;padding:10px 16px}.hsp-topbar__dest{flex:2 1}.hsp-topbar__icon{color:#666;flex-shrink:0;font-size:18px}.hsp-topbar__field label{color:#999;display:block;font-size:10px;font-weight:600;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.hsp-topbar__field input{background:#0000;border:none;color:#333;font-family:inherit;font-size:13px;font-weight:500;outline:none;width:100%}.hsp-topbar__chevron{color:#999;flex-shrink:0;font-size:14px}.hsp-topbar__btn{align-items:center;background:#c8a96e;border:none;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:52px;justify-content:center;transition:background .2s;width:52px}.hsp-topbar__btn:hover{background:#b8943a}.hsp-body{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:260px 1fr 200px;margin:0 auto;max-width:1280px;padding:24px}.hsp-sidebar{background:#fff;border:1px solid #e8e8e8;border-radius:10px;display:flex;flex-direction:column;gap:0;overflow:hidden}.hsp-map-box{background:#e8f0e8;height:140px;overflow:hidden;position:relative}.hsp-map-placeholder{align-items:center;background:linear-gradient(135deg,#c8dfc8,#a8c8a8);display:flex;flex-direction:column;gap:4px;inset:0;justify-content:flex-end;padding-bottom:16px;position:absolute}.hsp-map-placeholder span:first-child{font-size:32px}.hsp-map-placeholder span:last-child{background:#fff;border:1px solid #1a6b3a;border-radius:20px;color:#1a6b3a;cursor:pointer;font-size:12px;font-weight:600;padding:4px 12px}.hsp-sidebar__section{border-bottom:1px solid #f0f0f0;padding:14px 16px}.hsp-compare-header{align-items:center;display:flex;font-size:13px;justify-content:space-between}.hsp-info-icon{align-items:center;background:#e0e0e0;border-radius:50%;cursor:pointer;display:flex;font-size:11px;height:18px;justify-content:center;width:18px}.hsp-compare-sub{color:#999;font-size:11px;line-height:1.4;margin-top:4px}.hsp-sidebar__label{color:#333;display:block;font-size:12px;font-weight:600;margin-bottom:8px}.hsp-name-search{align-items:center;border:1.5px solid #e0e0e0;border-radius:6px;color:#999;display:flex;font-size:13px;gap:8px;padding:8px 12px}.hsp-name-search input{border:none;color:#333;font-family:inherit;font-size:13px;outline:none;width:100%}.hsp-sidebar__title{color:#1a1a1a;font-size:14px;font-weight:700;margin-bottom:12px}.hsp-filter-group{border-bottom:1px solid #f0f0f0;padding:12px 16px}.hsp-filter-group h5{color:#333;font-size:12px;font-weight:700;letter-spacing:.3px;margin-bottom:10px;text-transform:uppercase}.hsp-checkbox{align-items:center;color:#444;cursor:pointer;display:flex;font-size:12px;gap:8px;padding:3px 0}.hsp-checkbox input{accent-color:#1a6b3a;cursor:pointer}.hsp-radio{align-items:center;color:#444;cursor:pointer;display:flex;font-size:12px;gap:8px;padding:3px 0}.hsp-radio input{accent-color:#1a6b3a;cursor:pointer}.hsp-radio-group{margin-bottom:10px}.hsp-price-range{margin-top:8px}.hsp-range{accent-color:#1a6b3a;cursor:pointer;width:100%}.hsp-price-labels{color:#666;display:flex;font-size:11px;justify-content:space-between;margin-top:4px}.hsp-see-more{background:none;border:none;color:#c8a96e;cursor:pointer;font-size:12px;font-weight:600;margin-top:4px;padding:4px 0}.hsp-amenity-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.hsp-amenity-chip{align-items:center;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;display:flex;flex-direction:column;font-size:11px;gap:4px;padding:8px 4px;transition:all .2s}.hsp-amenity-chip.active,.hsp-amenity-chip:hover{border-color:#1a6b3a;color:#1a6b3a}.hsp-amenity-chip.active{background:#f0f7f3}.hsp-amenity-icon{font-size:18px}.hsp-main{display:flex;flex-direction:column;gap:16px}.hsp-results-header{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.hsp-view-tabs{border-bottom:1px solid #f0f0f0;display:flex;padding:0 16px}.hsp-view-tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:13px;font-weight:500;padding:12px 16px;transition:all .2s}.hsp-view-tab:hover{color:#1a6b3a}.hsp-view-tab.active{border-bottom-color:#c8a96e;color:#1a6b3a;font-weight:600}.hsp-sort-row{align-items:center;display:flex;justify-content:space-between;padding:10px 16px}.hsp-count{color:#555;font-size:13px;font-weight:500}.hsp-sort-tabs{align-items:center;display:flex;gap:4px}.hsp-sort-label{color:#999;font-size:12px;margin-right:4px}.hsp-sort-tab{background:#f5f5f5;border:1.5px solid #e0e0e0;border-radius:20px;color:#555;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.hsp-sort-tab:hover{border-color:#1a6b3a;color:#1a6b3a}.hsp-sort-tab.active{background:#c8a96e;border-color:#c8a96e;color:#fff}.hsp-hotel-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;cursor:pointer;display:flex;overflow:hidden;transition:box-shadow .2s,transform .2s}.hsp-hotel-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.hsp-hotel-card__img-wrap{flex-shrink:0;min-height:180px;overflow:hidden;position:relative;width:220px}.hsp-hotel-card__img{display:block;height:100%;object-fit:cover;transition:transform .3s;width:100%}.hsp-hotel-card:hover .hsp-hotel-card__img{transform:scale(1.04)}.hsp-ad-badge{background:#0009;border-radius:3px;bottom:8px;color:#fff;font-size:10px;font-weight:600;left:8px;padding:2px 8px;position:absolute}.hsp-wishlist-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 6px #00000026;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .2s;width:32px}.hsp-wishlist-btn:hover{transform:scale(1.1)}.hsp-wishlist-btn.active{background:#fff0f0}.hsp-hotel-card__body{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0;padding:16px 20px}.hsp-hotel-card__top{display:flex;gap:12px;justify-content:space-between}.hsp-hotel-card__name{color:#1a1a1a;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:4px}.hsp-hotel-card__location{align-items:center;color:#888;display:flex;font-size:12px;gap:4px;margin-bottom:8px}.hsp-amenity-tag{align-items:center;background:#f5f5f5;border-radius:4px;color:#555;display:inline-flex;font-size:11px;gap:3px;margin-bottom:2px;margin-right:4px;padding:2px 7px}.hsp-amenity-tag--more{background:#f0f7f3;color:#1a6b3a}.hsp-hotel-card__rating-block{flex-shrink:0;text-align:right}.hsp-hotel-card__rating-label{color:#333;font-size:12px;font-weight:600;margin-bottom:4px}.hsp-hotel-card__rating-score{background:#1a6b3a;border-radius:6px 6px 6px 0;color:#fff;display:inline-block;font-size:16px;font-weight:700;line-height:1;padding:6px 10px}.hsp-hotel-card__reviews{color:#999;font-size:11px;margin-top:4px}.hsp-hotel-card__desc{color:#666;font-size:12px;line-height:1.5}.hsp-hotel-card__highlight{color:#555}.hsp-hotel-card__highlight--green{color:#1a6b3a;font-weight:500}.hsp-upsell-banner{align-items:center;background:#f0f7f3;border:1px solid #c8dfc8;border-radius:6px;color:#1a6b3a;display:flex;font-size:12px;gap:8px;padding:8px 12px}.hsp-upsell-banner a{color:#1a6b3a;font-weight:600;margin-left:auto;text-decoration:underline;white-space:nowrap}.hsp-hotel-card__footer{align-items:flex-end;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;margin-top:auto;padding-top:8px}.hsp-hotel-card__badges{display:flex;flex-wrap:wrap;gap:6px}.hsp-badge{border-radius:4px;font-size:11px;font-weight:700;padding:3px 8px}.hsp-badge--green{background:#1a6b3a;color:#fff}.hsp-badge--red{background:#e53e3e;color:#fff}.hsp-badge--blue{background:#2b6cb0;color:#fff}.hsp-hotel-card__price-block{text-align:right}.hsp-hotel-card__price-original{color:#999;display:block;font-size:12px;text-decoration:line-through}.hsp-hotel-card__price{color:#1a1a1a;font-size:20px;font-weight:700}.hsp-hotel-card__per{color:#888;font-size:13px;margin-left:2px}.hsp-hotel-card__incl{color:#1a6b3a;font-size:11px;margin-top:2px}.hsp-loading{display:flex;flex-direction:column;gap:16px}.hsp-skeleton{background:#fff;border:1px solid #e8e8e8;border-radius:10px;display:flex;height:180px;overflow:hidden}.hsp-skeleton__img{animation:hsp-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;width:220px}.hsp-skeleton__body{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:20px}.hsp-skeleton__line{animation:hsp-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:14px}.hsp-skeleton__line--title{height:20px;width:60%}.hsp-skeleton__line--short{width:40%}@keyframes hsp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hsp-error{align-items:center;background:#fff5f5;border:1px solid #fed7d7;border-radius:10px;color:#c53030;display:flex;font-size:14px;gap:12px;padding:20px}.hsp-error button{background:#c53030;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;margin-left:auto;padding:6px 16px}.hsp-empty{background:#fff;border:1px solid #e8e8e8;border-radius:10px;color:#666;padding:60px 32px;text-align:center}.hsp-empty span{display:block;font-size:48px;margin-bottom:16px}.hsp-empty h3{color:#333;font-size:20px;font-weight:700;margin-bottom:8px}.hsp-empty p{font-size:14px;margin-bottom:20px}.hsp-empty button{background:#1a6b3a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px}.hsp-ads{display:flex;flex-direction:column;gap:16px}.hsp-ad-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.hsp-ad-img{background-position:50%;background-size:cover;height:200px}.hsp-ad-img--1{background-image:url(https://images.unsplash.com/photo-1578895101408-1a36b834405b?w=400&q=80)}.hsp-ad-img--2{background-image:url(https://images.unsplash.com/photo-1586724237569-f3d0c1dee8c6?w=400&q=80)}.hsp-ad-body{padding:14px}.hsp-ad-body p{color:#333;font-size:12px;line-height:1.5;margin-bottom:10px}.hsp-ad-body button{background:#1a6b3a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px;transition:background .2s;width:100%}.hsp-ad-body button:hover{background:#155a30}@media (max-width:1100px){.hsp-body{grid-template-columns:240px 1fr}.hsp-ads{display:none}}@media (max-width:768px){.hsp-body{grid-template-columns:1fr;padding:12px}.hsp-sidebar{display:none}.hsp-topbar__inner{border-radius:0;flex-wrap:wrap}.hsp-topbar__field{border-bottom:1px solid #e0e0e0;flex-basis:calc(50% - 1px);flex-grow:1;flex-shrink:1}.hsp-topbar__dest{flex:1 1 100%}.hsp-hotel-card__img-wrap{min-height:140px;width:140px}.hsp-hotel-card__name{font-size:14px}.hsp-hotel-card__price{font-size:16px}}@media (max-width:480px){.hsp-hotel-card{flex-direction:column}.hsp-hotel-card__img-wrap{height:180px;width:100%}.hsp-sort-tabs{display:none}}.hdp-root{background:#f5f5f5;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.hdp-topbar{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000f;padding:12px 0;position:sticky;top:0;z-index:100}.hdp-topbar__inner{align-items:center;background:#fff;border:1.5px solid #d0d0d0;border-radius:8px;display:flex;gap:0;margin:0 auto;max-width:1280px;overflow:hidden;padding:0 24px}.hdp-topbar__field{align-items:center;border-right:1px solid #e0e0e0;display:flex;flex:1 1;gap:10px;min-width:0;padding:10px 16px}.hdp-topbar__dest{flex:2 1}.hdp-topbar__field label{color:#999;display:block;font-size:10px;font-weight:600;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.hdp-topbar__field input,.hdp-topbar__field select{background:#0000;border:none;color:#333;font-family:inherit;font-size:13px;font-weight:500;outline:none;width:100%}.hdp-topbar__btn{align-items:center;background:#c8a96e;border:none;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:52px;justify-content:center;transition:background .2s;width:52px}.hdp-topbar__btn:hover{background:#b8943a}.hdp-breadcrumb{background:#fff;border-bottom:1px solid #f0f0f0;padding:10px 0}.hdp-breadcrumb__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 24px}.hdp-back-btn{align-items:center;background:none;border:none;color:#1a6b3a;cursor:pointer;font-size:13px;font-weight:600;padding:6px 0}.hdp-back-btn,.hdp-sort-tabs{display:flex;gap:6px}.hdp-sort-tab{background:#f5f5f5;border:1.5px solid #e0e0e0;border-radius:20px;color:#555;cursor:pointer;font-size:12px;font-weight:500;padding:6px 14px;transition:all .2s}.hdp-sort-tab.active{background:#c8a96e;border-color:#c8a96e;color:#fff}.hdp-body{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 200px;margin:0 auto;max-width:1280px;padding:24px}.hdp-main{display:flex;flex-direction:column;gap:20px}.hdp-gallery{grid-gap:4px;border-radius:12px;display:grid;gap:4px;grid-template-columns:1.6fr 1fr;height:360px;overflow:hidden}.hdp-gallery__main{height:100%;overflow:hidden}.hdp-gallery__main img{display:block;height:100%;object-fit:cover;transition:transform .3s;width:100%}.hdp-gallery__main:hover img{transform:scale(1.02)}.hdp-gallery__grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr)}.hdp-gallery__thumb{overflow:hidden;position:relative}.hdp-gallery__thumb img{display:block;height:100%;object-fit:cover;transition:transform .3s;width:100%}.hdp-gallery__thumb:hover img{transform:scale(1.04)}.hdp-gallery__more{background:#00000080;color:#fff;cursor:pointer;font-size:20px;font-weight:700;inset:0;justify-content:center;position:absolute}.hdp-gallery__more,.hdp-tabs{align-items:center;display:flex}.hdp-tabs{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.hdp-tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:13px;font-weight:500;padding:14px 20px;transition:all .2s;white-space:nowrap}.hdp-tab:hover{color:#1a6b3a}.hdp-tab.active{border-bottom-color:#c8a96e;color:#1a6b3a;font-weight:600}.hdp-tabs__price-cta{align-items:center;color:#555;display:flex;font-size:13px;gap:12px;margin-left:auto;padding:0 16px;white-space:nowrap}.hdp-view-pricing-btn{background:#c8a96e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px;transition:background .2s}.hdp-view-pricing-btn:hover{background:#b8943a}.hdp-section{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:24px}.hdp-section-title{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:20px}.hdp-overview{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 300px}.hdp-hotel-name{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:12px}.hdp-hotel-desc{color:#555;font-size:13px;line-height:1.7;margin-bottom:24px}.hdp-facilities h3,.hdp-highlights h3{color:#1a1a1a;font-size:15px;font-weight:700;margin-bottom:12px}.hdp-highlights__grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.hdp-highlight-item{color:#555;font-size:12px}.hdp-facilities__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.hdp-facility-item{align-items:center;border:1px solid #e8e8e8;border-radius:8px;color:#555;display:flex;flex-direction:column;font-size:11px;gap:6px;padding:12px 8px;text-align:center}.hdp-facility-icon{font-size:22px}.hdp-rating-card{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:10px;margin-bottom:16px;padding:16px}.hdp-rating-card__top{align-items:center;display:flex;gap:12px;margin-bottom:16px}.hdp-rating-score{background:#1a6b3a;border-radius:8px 8px 8px 0;color:#fff;flex-shrink:0;font-size:22px;font-weight:800;line-height:1;padding:10px 14px}.hdp-rating-label{color:#1a1a1a;font-size:14px;font-weight:700}.hdp-rating-reviews{color:#888;font-size:12px}.hdp-read-all{color:#c8a96e;font-size:12px;font-weight:600;text-decoration:none}.hdp-score-breakdown{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.hdp-score-row{align-items:center;color:#555;display:flex;font-size:12px;gap:8px}.hdp-score-row>span:first-child{flex-shrink:0;width:80px}.hdp-score-bar{background:#e0e0e0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.hdp-score-fill{background:#1a6b3a;border-radius:3px;height:100%;transition:width .6s ease}.hdp-score-val{color:#333;font-weight:600;text-align:right;width:24px}.hdp-tags{display:flex;flex-wrap:wrap;gap:6px}.hdp-tag{background:#f0f0f0;border-radius:20px;color:#555;font-size:11px;padding:4px 10px}.hdp-map-card{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:10px;padding:16px}.hdp-map-card h4{color:#1a1a1a;font-size:14px;font-weight:700;margin-bottom:12px}.hdp-map-placeholder{align-items:center;background:linear-gradient(135deg,#c8dfc8,#a8c8a8);border-radius:8px;display:flex;flex-direction:column;gap:8px;height:120px;justify-content:center;margin-bottom:12px}.hdp-map-placeholder span{font-size:28px}.hdp-map-placeholder button{background:#fff;border:1px solid #1a6b3a;border-radius:20px;color:#1a6b3a;cursor:pointer;font-size:12px;font-weight:600;padding:4px 14px}.hdp-map-address{color:#1a6b3a;display:block;font-size:12px;margin-bottom:12px;text-decoration:none}.hdp-nearby h5{color:#333;font-size:12px;font-weight:700;margin-bottom:8px}.hdp-nearby-item{align-items:center;color:#555;display:flex;font-size:12px;gap:8px;padding:4px 0}.hdp-nearby-icon{font-size:14px}.hdp-nearby-name{flex:1 1}.hdp-nearby-dist{color:#888;white-space:nowrap}.hdp-see-area{color:#c8a96e;display:block;font-size:12px;font-weight:600;margin-top:8px;text-decoration:none}.hdp-room-search-row{align-items:center;background:#f9f9f9;border:1px solid #e8e8e8;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:14px}.hdp-room-search-field{align-items:center;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;display:flex;flex:1 1;font-size:13px;gap:8px;min-width:0;padding:8px 12px}.hdp-room-search-field label{color:#999;display:block;font-size:10px;font-weight:600;margin-bottom:2px;text-transform:uppercase}.hdp-room-search-field select{background:#0000;border:none;color:#333;font-family:inherit;font-size:13px;font-weight:500;outline:none;width:100%}.hdp-modify-btn{background:#f5f5f5;border:1.5px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s;white-space:nowrap}.hdp-modify-btn:hover{border-color:#1a6b3a;color:#1a6b3a}.hdp-date-strip{margin-bottom:20px}.hdp-date-strip h4{color:#333;font-size:13px;font-weight:600;margin-bottom:12px}.hdp-date-options{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.hdp-date-options::-webkit-scrollbar{display:none}.hdp-date-option{align-items:center;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;font-size:12px;gap:4px;padding:8px 14px;transition:all .2s}.hdp-date-option:hover{border-color:#1a6b3a;color:#1a6b3a}.hdp-date-option.active{background:#fdf8f0;border-color:#c8a96e;color:#c8a96e;font-weight:600}.hdp-date-option__price{color:#c8a96e;font-size:11px;font-weight:600}.hdp-room-filters{display:flex;gap:8px;margin-bottom:20px}.hdp-room-filter-tab{background:#fff;border:1.5px solid #e0e0e0;border-radius:20px;color:#555;cursor:pointer;font-size:13px;font-weight:500;padding:8px 20px;transition:all .2s}.hdp-room-filter-tab.active,.hdp-room-filter-tab:hover{border-color:#1a6b3a;color:#1a6b3a}.hdp-room-filter-tab.active{background:#f0f7f3;font-weight:600}.hdp-rooms-grid{display:flex;flex-direction:column;gap:20px}.hdp-room-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;transition:box-shadow .2s}.hdp-room-card:hover{box-shadow:0 4px 16px #00000014}.hdp-room-card__imgs{display:flex;gap:4px;height:160px;overflow:hidden}.hdp-room-card__imgs img{display:block;flex:1 1;object-fit:cover;transition:transform .3s}.hdp-room-card__imgs img:hover{transform:scale(1.04)}.hdp-room-card__body{padding:16px 20px}.hdp-room-card__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.hdp-room-card__header h4{color:#1a1a1a;font-size:16px;font-weight:700;margin-bottom:4px}.hdp-room-beds{color:#888;font-size:12px}.hdp-room-card__price-block{text-align:right}.hdp-room-price{color:#1a1a1a;font-size:20px;font-weight:700}.hdp-room-per{color:#888;font-size:13px}.hdp-room-amenities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.hdp-room-amenity{background:#f5f5f5;border-radius:4px;color:#555;font-size:12px;padding:3px 10px}.hdp-room-card__footer{align-items:flex-end;border-top:1px solid #f0f0f0;display:flex;gap:16px;justify-content:space-between;padding-top:12px}.hdp-room-policies{display:flex;flex-wrap:wrap;gap:6px}.hdp-policy-tag{background:#f5f5f5;border-radius:4px;color:#555;font-size:11px;padding:3px 10px}.hdp-policy-tag--green{background:#f0f7f3;color:#1a6b3a;font-weight:500}.hdp-policy-tag--blue{background:#ebf4ff;color:#2b6cb0;font-weight:500}.hdp-room-book-block{flex-shrink:0;text-align:right}.hdp-room-total{color:#888;font-size:12px;margin-bottom:8px}.hdp-room-total strong{color:#1a1a1a;font-size:14px}.hdp-book-btn{background:#c8a96e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 28px;transition:all .2s}.hdp-book-btn:hover{background:#b8943a;box-shadow:0 4px 12px #c8a96e66;transform:translateY(-1px)}.hdp-ads{display:flex;flex-direction:column;gap:16px}.hdp-ad-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.hdp-ad-img{background-position:50%;background-size:cover;height:200px}.hdp-ad-img--1{background-image:url(https://images.unsplash.com/photo-1578895101408-1a36b834405b?w=400&q=80)}.hdp-ad-img--2{background-image:url(https://images.unsplash.com/photo-1586724237569-f3d0c1dee8c6?w=400&q=80)}.hdp-ad-body{padding:14px}.hdp-ad-body p{color:#333;font-size:12px;line-height:1.5;margin-bottom:10px}.hdp-ad-body button{background:#1a6b3a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px;width:100%}.hdp-loading{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:60vh}.hdp-spinner{animation:hdp-spin .8s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#1a6b3a;height:40px;width:40px}@keyframes hdp-spin{to{transform:rotate(1turn)}}.hdp-error-page{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:60vh;text-align:center}.hdp-error-page span{font-size:48px}.hdp-error-page h3{color:#333;font-size:20px}.hdp-error-page button{background:#1a6b3a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px}.hdp-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.hdp-modal{animation:hdp-modal-in .25s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:640px;overflow-y:auto;position:relative;width:100%}@keyframes hdp-modal-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hdp-modal__close{align-items:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .2s;width:32px;z-index:10}.hdp-modal__close:hover{background:#e0e0e0}.hdp-modal__steps{gap:0;padding:20px 24px 0}.hdp-modal__steps,.hdp-step{align-items:center;display:flex}.hdp-step{flex:1 1;flex-direction:column;gap:4px}.hdp-step__circle{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:50%;color:#999;display:flex;font-size:13px;font-weight:700;height:32px;justify-content:center;transition:all .3s;width:32px}.hdp-step.active .hdp-step__circle,.hdp-step.done .hdp-step__circle{background:#1a6b3a;border-color:#1a6b3a;color:#fff}.hdp-step span{color:#999;font-size:11px;font-weight:500}.hdp-step.active span,.hdp-step.done span{color:#1a6b3a;font-weight:600}.hdp-step__line{background:#e0e0e0;flex:1 1;height:2px;margin-bottom:16px;transition:background .3s}.hdp-step__line.done{background:#1a6b3a}.hdp-modal__body{padding:20px 24px 24px}.hdp-modal__summary{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:10px;display:flex;gap:16px;margin-bottom:20px;padding:14px}.hdp-modal__summary-img{border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:100px}.hdp-modal__summary-img img{height:100%;object-fit:cover;width:100%}.hdp-modal__summary-info h3{color:#1a1a1a;font-size:15px;font-weight:700;margin-bottom:6px}.hdp-modal__summary-info p{color:#666;font-size:12px;margin-bottom:3px}.hdp-modal__price{border-top:1px solid #e8e8e8;color:#555;font-size:13px;margin-top:8px;padding-top:8px}.hdp-modal__price strong{color:#1a6b3a;font-size:15px}.hdp-modal__form h4{color:#1a1a1a;font-size:15px;font-weight:700;margin-bottom:16px}.hdp-form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.hdp-form-field{display:flex;flex-direction:column;gap:5px}.hdp-form-field--full{grid-column:1/-1}.hdp-form-field label{color:#555;font-size:12px;font-weight:600}.hdp-form-field input,.hdp-form-field select,.hdp-form-field textarea{background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;color:#333;font-family:inherit;font-size:13px;outline:none;padding:10px 12px;transition:border-color .2s}.hdp-form-field input:focus,.hdp-form-field select:focus,.hdp-form-field textarea:focus{border-color:#1a6b3a}.hdp-form-field textarea{resize:vertical}.hdp-modal__error{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;font-size:13px;margin-bottom:16px;padding:10px 14px}.hdp-modal__actions{border-top:1px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:16px}.hdp-modal__actions--center{justify-content:center}.hdp-btn-outline{background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.hdp-btn-outline:hover{border-color:#999}.hdp-btn-primary{align-items:center;background:#1a6b3a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;padding:10px 28px;transition:all .2s}.hdp-btn-primary:hover:not(:disabled){background:#155a30;transform:translateY(-1px)}.hdp-btn-primary:disabled{cursor:not-allowed;opacity:.7}.hdp-btn-spinner{animation:hdp-spin .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.hdp-modal__confirm-title{color:#1a1a1a;font-size:17px;font-weight:700;margin-bottom:16px}.hdp-confirm-card{border:1px solid #e8e8e8;border-radius:10px;margin-bottom:16px;overflow:hidden}.hdp-confirm-row{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;font-size:13px;justify-content:space-between;padding:10px 16px}.hdp-confirm-row:last-child{border-bottom:none}.hdp-confirm-row span:first-child{color:#888}.hdp-confirm-row strong{color:#1a1a1a}.hdp-confirm-row--total{background:#f9f9f9;font-weight:600}.hdp-total-price{color:#1a6b3a!important;font-size:16px!important}.hdp-policy-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#92400e;display:flex;font-size:12px;gap:10px;line-height:1.5;margin-bottom:4px;padding:12px}.hdp-modal__success{text-align:center}.hdp-success-icon{align-items:center;animation:hdp-pop .4s ease;background:#1a6b3a;border-radius:50%;color:#fff;display:flex;font-size:28px;font-weight:700;height:64px;justify-content:center;margin:0 auto 16px;width:64px}@keyframes hdp-pop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}.hdp-modal__success h3{color:#1a1a1a;font-size:22px;font-weight:800;margin-bottom:8px}.hdp-success-msg{color:#1a6b3a;font-size:14px;font-weight:600;margin-bottom:20px}.hdp-booking-ref{align-items:center;background:#f0f7f3;border:1px solid #c8dfc8;border-radius:10px;display:inline-flex;flex-direction:column;margin-bottom:20px;padding:12px 24px}.hdp-booking-ref span{color:#888;font-size:11px;letter-spacing:1px;text-transform:uppercase}.hdp-booking-ref strong{color:#1a6b3a;font-family:monospace;font-size:20px}.hdp-success-note{color:#666;font-size:13px;line-height:1.6;margin:16px 0}.hdp-success-note a{color:#1a6b3a;font-weight:600}.hdp-status-badge{background:#fffbeb;border-radius:20px;color:#92400e;font-size:12px;font-weight:600;padding:3px 10px}@media (max-width:1100px){.hdp-body{grid-template-columns:1fr}.hdp-ads{display:none}.hdp-overview{grid-template-columns:1fr}}@media (max-width:768px){.hdp-gallery{grid-template-columns:1fr;height:240px}.hdp-gallery__grid{display:none}.hdp-tabs{overflow-x:auto}.hdp-tabs__price-cta{display:none}.hdp-facilities__grid,.hdp-highlights__grid{grid-template-columns:repeat(2,1fr)}.hdp-room-search-row{flex-direction:column}.hdp-form-row{grid-template-columns:1fr}.hdp-modal{border-radius:12px 12px 0 0;max-height:95vh}.hdp-modal-overlay{align-items:flex-end;padding:0}}.booking-page{background:linear-gradient(135deg,#f59e0b,#d97706);min-height:100vh;padding:2rem 0}.booking-container{margin:0 auto;max-width:1200px;padding:0 2rem}.booking-header{animation:fadeInDown .6s ease-out;margin-bottom:2rem}.booking-title{color:#fff;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 4px 12px #0000001a}.booking-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.progress-card{animation:fadeInUp .6s ease-out .2s both;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;margin-bottom:2rem;padding:2rem}.progress-steps{justify-content:space-between}.progress-step,.progress-steps{align-items:center;display:flex;position:relative}.progress-step{flex:1 1;gap:1rem;z-index:2}.step-circle{align-items:center;border-radius:50%;box-shadow:0 8px 20px #0000001a;display:flex;font-size:1.25rem;font-weight:800;height:56px;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:56px}.step-circle.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 12px 28px #667eea66;color:#fff;transform:scale(1.1)}.step-circle.completed{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 20px #10b9814d;color:#fff}.step-circle.pending{background:#f1f5f9;color:#94a3b8}.step-info{display:flex;flex-direction:column}.step-label{font-size:1rem;font-weight:700;transition:color .3s}.step-label.active{color:#667eea}.step-label.completed{color:#1e293b}.step-label.pending{color:#94a3b8}.step-number{color:#64748b;font-size:.75rem;font-weight:600}.progress-line{background:#e2e8f0;border-radius:2px;height:4px;left:28px;position:absolute;right:28px;top:28px;z-index:1}.progress-line-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:2px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.booking-card{animation:fadeInUp .6s ease-out .3s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000026;overflow:hidden}.booking-content{padding:3rem}.section-title{align-items:center;display:flex;font-size:1.25rem;font-weight:800;gap:.75rem}.section-title:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:24px;width:4px}.booking-type-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2.5rem}.type-card{background:#fff;border:3px solid #e2e8f0;border-radius:16px;cursor:pointer;padding:2rem 1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.type-card:hover{border-color:#cbd5e1;box-shadow:0 12px 32px #00000014;transform:translateY(-4px)}.type-card.selected{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-color:#667eea;box-shadow:0 12px 32px #667eea33}.type-icon{align-items:center;border-radius:16px;display:flex;height:56px;justify-content:center;margin:0 auto 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px}.type-card:not(.selected) .type-icon{background:#f1f5f9;color:#64748b}.type-card.selected .type-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 20px #667eea4d;color:#fff}.type-name{color:#1e293b;font-size:1rem;font-weight:800;margin-bottom:.5rem}.type-description{color:#64748b;font-size:.85rem;font-weight:500}.form-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2.5rem}.form-label{font-size:.9rem}.form-input,.form-select{background:#fff;border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #00000008;color:#1e293b;font-size:1rem;font-weight:600;height:56px;padding:0 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus,.form-select:focus{border-color:#667eea;box-shadow:0 8px 24px #667eea26,0 0 0 4px #667eea1a;outline:none;transform:translateY(-2px)}.counter-wrapper{background:#fff;border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #00000008;display:flex;height:56px;overflow:hidden}.counter-button{align-items:center;background:#fff;border:none;color:#475569;cursor:pointer;display:flex;font-weight:800;height:100%;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:56px}.counter-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.counter-button:first-child{border-right:2px solid #e2e8f0}.counter-button:last-child{border-left:2px solid #e2e8f0}.counter-value{align-items:center;color:#1e293b;display:flex;flex:1 1;font-size:1.25rem;font-weight:900;justify-content:center}.form-textarea{background:#fff;border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #00000008;color:#1e293b;font-family:inherit;font-size:1rem;font-weight:500;min-height:140px;padding:1.25rem;resize:vertical;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-textarea:focus{border-color:#667eea;box-shadow:0 8px 24px #667eea26,0 0 0 4px #667eea1a;outline:none}.action-buttons{border-top:2px solid #f1f5f9;justify-content:space-between;padding-top:2rem}.action-buttons,.btn-back{align-items:center;display:flex}.btn-back{background:#f1f5f9;border:none;border-radius:14px;color:#475569;cursor:pointer;font-size:.95rem;font-weight:800;gap:.75rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-back:hover{background:#e2e8f0;color:#1e293b;transform:translateX(-4px)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;box-shadow:0 10px 28px #667eea59;font-size:.95rem;gap:.75rem;padding:1rem 2.5rem}.btn-primary:hover:not(:disabled){box-shadow:0 14px 36px #667eea73;transform:translateY(-3px)}.btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.validation-section{padding:3rem 2rem;text-align:center}.validation-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;box-shadow:0 12px 32px #3b82f64d;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.validation-title{color:#1e293b;font-size:1.75rem;font-weight:900;margin-bottom:.75rem}.validation-description{color:#64748b;font-size:1rem;margin-bottom:2.5rem}.validation-details{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;box-shadow:inset 0 2px 8px #0000000d;margin-bottom:2.5rem;padding:2rem}.detail-row{border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 0}.detail-row:last-child{border-bottom:none}.detail-label{color:#64748b;font-size:.95rem;font-weight:600}.detail-value{color:#1e293b;font-size:.95rem;font-weight:800}.status-badge{font-size:1rem;margin-bottom:1rem;padding:1rem 2rem}.status-badge.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 24px #10b9814d;color:#fff}.status-badge.error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 24px #ef44444d;color:#fff}.success-section{padding:4rem 2rem;text-align:center}.success-icon{align-items:center;animation:successPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 16px 40px #10b98166;color:#fff;display:flex;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}.success-title{color:#1e293b;font-size:2rem;font-weight:900;margin-bottom:.75rem}.success-description{color:#64748b;font-size:1rem;margin-bottom:3rem}.success-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@keyframes successPulse{0%,to{box-shadow:0 16px 40px #10b98166;transform:scale(1)}50%{box-shadow:0 20px 50px #10b98180;transform:scale(1.05)}}@media (max-width:768px){.booking-content{padding:2rem 1.5rem}.progress-step{flex-direction:column;text-align:center}.step-info{display:none}.form-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column-reverse;gap:1rem}.btn-back,.btn-primary{justify-content:center;width:100%}}.payment-page{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#60a5fa);min-height:100vh;padding:2rem 0}.payment-container{margin:0 auto;max-width:1400px;padding:0 2rem}.payment-header{align-items:center;animation:fadeInDown .6s ease-out;display:flex;justify-content:space-between;margin-bottom:2rem}.payment-title-section{flex:1 1}.payment-title{color:#fff;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.payment-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.security-badge{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;box-shadow:0 8px 24px #00000026;color:#fff;display:flex;font-size:.9rem;font-weight:700;gap:.75rem;padding:.875rem 1.5rem}.payment-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.payment-main{display:flex;flex-direction:column;gap:2rem}.invoices-card{animation:fadeInUp .6s ease-out .2s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;overflow:hidden}.card-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;padding:2rem}.card-header-content{align-items:center;display:flex;justify-content:space-between}.card-title{color:#1e293b;font-size:1.25rem;font-weight:900}.card-description{color:#64748b;font-size:.85rem;font-weight:500;margin-top:.25rem}.pending-count{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50px;box-shadow:0 4px 12px #f59e0b4d;color:#fff;font-size:.85rem;font-weight:900;padding:.5rem 1rem}.card-body{padding:2rem}.invoices-grid{grid-gap:1rem;display:grid;gap:1rem;max-height:500px;overflow-y:auto}.invoice-card{background:#fff;border:3px solid #e2e8f0;border-radius:16px;cursor:pointer;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.invoice-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.invoice-card.selected{background:linear-gradient(135deg,#3b82f60d,#60a5fa0d);border-color:#3b82f6;box-shadow:0 8px 24px #3b82f633}.invoice-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.invoice-info{flex:1 1}.invoice-number{color:#1e293b;font-size:1rem;font-weight:900;margin-bottom:.25rem}.invoice-name{color:#64748b;font-size:.85rem;font-weight:600}.invoice-check{border:3px solid #cbd5e1;border-radius:50%;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.invoice-card.selected .invoice-check{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;color:#fff;display:flex;justify-content:center}.invoice-footer{align-items:center;border-top:2px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:1rem}.invoice-type{background:#f1f5f9;border-radius:8px;color:#475569;font-size:.75rem;font-weight:800;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}.invoice-amount{text-align:right}.amount-value{color:#1e293b;font-size:1.125rem;font-weight:900}.amount-currency{color:#64748b;display:block;font-size:.75rem;font-weight:700;margin-top:.125rem}.payment-methods-card{animation:fadeInUp .6s ease-out .3s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;overflow:hidden}.methods-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.method-card{background:#fff;border:3px solid #e2e8f0;border-radius:16px;cursor:pointer;padding:1.5rem 1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.method-card:hover{border-color:#cbd5e1;box-shadow:0 12px 32px #00000014;transform:translateY(-4px)}.method-card.selected{background:linear-gradient(135deg,#3b82f60d,#60a5fa0d);border-color:#3b82f6;box-shadow:0 12px 32px #3b82f633}.method-icon{align-items:center;border-radius:16px;display:flex;height:56px;justify-content:center;margin:0 auto 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px}.method-card:not(.selected) .method-icon{background:#f1f5f9;color:#64748b}.method-card.selected .method-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 20px #3b82f64d;color:#fff}.method-name{color:#1e293b;font-size:.95rem;font-weight:800;margin-bottom:.375rem}.method-description{color:#64748b;font-size:.8rem;font-weight:600}.card-details-section{animation:fadeIn .4s ease-out;border-top:2px solid #f1f5f9;padding-top:2rem}.payment-input-group{margin-bottom:1.5rem}.payment-label{color:#1e293b;display:block;font-size:.85rem;font-weight:800;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.payment-input{background:#fff;border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #00000008;color:#1e293b;font-size:1rem;font-weight:600;height:56px;padding:0 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.payment-input:focus{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f626,0 0 0 4px #3b82f61a;outline:none;transform:translateY(-2px)}.input-with-icon{position:relative}.input-icon{color:#94a3b8;pointer-events:none;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}.payment-sidebar{animation:fadeInUp .6s ease-out .4s both}.summary-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;overflow:hidden;position:sticky;top:2rem}.summary-header{background:linear-gradient(135deg,#0ea5e9,#0284c7);padding:2rem}.summary-title{color:#fff;font-size:1.25rem;font-weight:900;margin-bottom:.25rem}.summary-description{color:#ffffffe6;font-size:.85rem;font-weight:500}.summary-body{padding:2rem}.summary-field{margin-bottom:1.5rem}.summary-label{color:#64748b;display:block;font-size:.75rem;font-weight:800;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.summary-select{background:#fff;border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #00000008;color:#1e293b;cursor:pointer;font-size:.95rem;font-weight:700;height:52px;padding:0 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.summary-select:focus{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f626,0 0 0 4px #3b82f61a;outline:none}.amount-input-wrapper{position:relative}.currency-prefix{color:#64748b;font-size:1.125rem;font-weight:800;left:1.25rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.amount-input{background:#fff;border:3px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;color:#1e293b;font-size:2rem;font-weight:900;height:72px;padding:0 1.25rem 0 4.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.amount-input:focus{border-color:#3b82f6;box-shadow:0 12px 32px #3b82f633,0 0 0 4px #3b82f61a;outline:none;transform:translateY(-2px)}.summary-breakdown{border-top:2px solid #f1f5f9;margin-bottom:2rem;padding-top:2rem}.breakdown-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1rem}.breakdown-label{color:#64748b;font-weight:600}.breakdown-value{color:#1e293b;font-weight:800}.breakdown-value.free{color:#10b981}.summary-total{align-items:center;border-top:3px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-top:1.5rem}.total-label{color:#1e293b;font-size:1.125rem;font-weight:900}.total-amount-wrapper{text-align:right}.total-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:900;line-height:1}.total-currency{color:#64748b;display:block;font-size:.9rem;font-weight:800;margin-top:.375rem}.process-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:16px;box-shadow:0 12px 32px #3b82f666;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:900;gap:.75rem;height:64px;justify-content:center;margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.process-button:hover:not(:disabled){box-shadow:0 16px 40px #3b82f680;transform:translateY(-3px)}.process-button:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.security-footer{align-items:center;border-top:2px solid #f1f5f9;color:#64748b;display:flex;font-size:.85rem;font-weight:700;gap:.75rem;justify-content:center;padding-top:1.5rem}.security-icon{color:#10b981}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.empty-icon{height:80px;margin-bottom:1.5rem;width:80px}.empty-title{font-size:1.125rem;font-weight:800;margin-bottom:.5rem}.empty-description{font-size:.9rem}@media (max-width:1024px){.payment-grid{grid-template-columns:1fr}.summary-card{position:static}.methods-grid{grid-template-columns:1fr}}@media (max-width:768px){.payment-header{align-items:flex-start;flex-direction:column;gap:1rem}.security-badge{justify-content:center;width:100%}}.government-page{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);min-height:100vh;padding:2rem 0}.government-container{margin:0 auto;max-width:1400px;padding:0 2rem}.government-header{align-items:flex-start;animation:fadeInDown .6s ease-out;display:flex;justify-content:space-between;margin-bottom:2rem}.header-content{flex:1 1}.government-title{color:#fff;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 4px 12px #0000004d}.government-subtitle{color:#ffffffd9;font-size:1rem;font-weight:500}.status-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#10b98126;border:2px solid #10b9814d;box-shadow:0 8px 24px #0003;display:flex;gap:.75rem;padding:1rem 1.5rem}.status-indicator{animation:pulse 2s ease-in-out infinite;background:#10b981;border-radius:50%;box-shadow:0 0 20px #10b98199;height:12px;width:12px}.status-text{color:#fff;font-size:.95rem;font-weight:800}.apis-grid{grid-gap:1.5rem;animation:fadeInUp .6s ease-out .2s both;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem}.api-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;cursor:pointer;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.api-card:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 16px 40px #0000004d;transform:translateY(-6px)}.api-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.25rem}.api-icon{align-items:center;border-radius:14px;display:flex;height:48px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.api-card.active .api-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 20px #10b98166;color:#fff}.api-card.inactive .api-icon{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 20px #ef444466;color:#fff}.api-status{align-items:center;display:flex;gap:.5rem}.status-dot{border-radius:50%;height:10px;width:10px}.status-dot.active{background:#10b981;box-shadow:0 0 16px #10b98199}.status-dot.inactive{background:#ef4444;box-shadow:0 0 16px #ef444499}.status-label{font-size:.8rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.status-label.active{color:#10b981}.status-label.inactive{color:#ef4444}.api-name{color:#fff;font-size:1.05rem;font-weight:900;margin-bottom:.375rem}.api-description{color:#ffffffb3;font-size:.85rem;font-weight:500}.content-grid{grid-gap:2rem;animation:fadeInUp .6s ease-out .3s both;display:grid;gap:2rem;grid-template-columns:1fr 2fr}.checker-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;height:fit-content;overflow:hidden;position:sticky;top:2rem}.checker-header{background:linear-gradient(135deg,#3b82f6,#2563eb);padding:2rem}.checker-title{color:#fff;font-size:1.25rem;font-weight:900;margin-bottom:.25rem}.checker-description{color:#ffffffe6;font-size:.85rem;font-weight:500}.checker-body{padding:2rem}.checker-field{margin-bottom:1.5rem}.checker-label{color:#64748b;display:block;font-size:.75rem;font-weight:800;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.checker-select-wrapper{position:relative}.checker-select{appearance:none;background:#fff;border:3px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #0000000d;color:#1e293b;cursor:pointer;font-size:.95rem;font-weight:700;height:56px;padding:0 3.5rem 0 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.checker-select:focus{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f633,0 0 0 4px #3b82f61a;outline:none;transform:translateY(-2px)}.select-icon{color:#94a3b8;pointer-events:none;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}.verify-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:16px;box-shadow:0 12px 32px #10b98166;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:900;gap:.75rem;height:64px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.verify-button:hover:not(:disabled){box-shadow:0 16px 40px #10b98180;transform:translateY(-3px)}.verify-button:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.history-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.history-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:2rem}.history-header-content{flex:1 1}.history-title{color:#1e293b;font-size:1.25rem;font-weight:900;margin-bottom:.25rem}.history-description{color:#64748b;font-size:.85rem;font-weight:500}.view-all-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:.8rem;font-weight:800;padding:.625rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.view-all-button:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.history-list{max-height:600px;overflow-y:auto}.history-item{border-bottom:2px solid #f1f5f9;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.history-item:hover{background:#f8fafc}.history-item:last-child{border-bottom:none}.item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.item-info{gap:1rem}.item-icon,.item-info{align-items:center;display:flex}.item-icon{border-radius:14px;height:48px;justify-content:center;width:48px}.item-icon.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 16px #10b9814d;color:#fff}.item-icon.error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 16px #ef44444d;color:#fff}.item-details{flex:1 1}.item-name{color:#1e293b;font-size:1.05rem;font-weight:900;margin-bottom:.375rem}.item-timestamp{align-items:center;color:#64748b;display:flex;font-size:.8rem;font-weight:600;gap:.5rem}.item-status-badge{border-radius:50px;font-size:.8rem;font-weight:900;letter-spacing:.05em;padding:.625rem 1.25rem;text-transform:uppercase}.item-status-badge.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.item-status-badge.error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff}.results-grid{grid-gap:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;box-shadow:inset 0 2px 8px #0000000d;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:1.5rem}.result-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.result-item:hover{border-color:#cbd5e1;box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.result-label{color:#64748b;font-size:.8rem;font-weight:800;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.result-value{align-items:center;display:flex;font-size:.95rem;font-weight:900;gap:.75rem}.result-dot{border-radius:50%;height:12px;width:12px}.result-dot.valid{background:#10b981;box-shadow:0 0 12px #10b98180}.result-dot.invalid{background:#ef4444;box-shadow:0 0 12px #ef444480}.result-text.valid{color:#10b981}.result-text.invalid{color:#ef4444}.empty-history{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5rem 2rem;text-align:center}.empty-icon{color:#cbd5e1;height:100px;margin-bottom:2rem;width:100px}.empty-title{color:#475569;font-size:1.25rem;font-weight:900;margin-bottom:.75rem}.empty-description{color:#64748b;font-size:.95rem;font-weight:500}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@media (max-width:1024px){.content-grid{grid-template-columns:1fr}.checker-card{position:static}.apis-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.government-header{flex-direction:column;gap:1rem}.status-badge{justify-content:center;width:100%}.results-grid{grid-template-columns:1fr}}.host-portal-page{background:linear-gradient(135deg,#334155,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem 0}.host-portal-container{margin:0 auto;max-width:1400px;padding:0 2rem}.host-portal-header{animation:fadeInDown .6s ease-out;margin-bottom:2rem}.host-portal-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.host-portal-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.host-tabs{animation:fadeInUp .6s ease-out .2s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;display:flex;gap:1rem;margin-bottom:2rem;padding:.75rem}.host-tab{align-items:center;background:#0000;border:none;border-radius:12px;color:#fffc;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.host-tab:hover{background:#ffffff26;color:#fff}.host-tab.active{background:#fff;box-shadow:0 8px 24px #00000026;color:#667eea}.dashboard-content{animation:fadeInUp .6s ease-out .3s both}.recent-bookings-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000026;padding:2rem}.bookings-list{display:flex;flex-direction:column;gap:1rem}.booking-item{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;display:flex;justify-content:space-between;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.booking-item:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #00000014;transform:translateX(4px)}.booking-info{flex:1 1}.booking-name{color:#1e293b;font-size:1rem;font-weight:800;margin-bottom:.25rem}.booking-dates{color:#64748b;font-size:.85rem;font-weight:600}.booking-amount{color:#1e293b;font-size:1.125rem;font-weight:900;margin:0 2rem}.booking-status{border-radius:50px;font-size:.75rem;font-weight:800;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.booking-status.confirmed{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.booking-status.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.properties-content{animation:fadeInUp .6s ease-out .3s both}.properties-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:12px;box-shadow:0 8px 24px #0891b266;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:800;gap:.5rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{box-shadow:0 12px 32px #0891b280;transform:translateY(-3px)}.properties-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.property-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.property-card:hover{box-shadow:0 24px 70px #0003;transform:translateY(-8px)}.property-image{height:200px;overflow:hidden;width:100%}.property-image img{height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.property-card:hover .property-image img{transform:scale(1.1)}.property-content{padding:1.5rem}.property-name{color:#1e293b;font-size:1.125rem;font-weight:900;margin-bottom:.5rem}.property-location{color:#64748b;font-size:.9rem;font-weight:600;margin-bottom:1rem}.property-footer{align-items:center;border-top:2px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:1rem}.property-price{color:#667eea;font-size:1.125rem;font-weight:900}.property-actions{display:flex;gap:.5rem}.icon-button{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:36px}.icon-button:hover{background:#667eea;color:#fff;transform:scale(1.1)}@media (max-width:768px){.host-tabs{flex-direction:column}.properties-grid,.stats-grid{grid-template-columns:1fr}}.supplier-page{background:linear-gradient(135deg,#0891b2,#0e7490 50%,#155e75);min-height:100vh;padding:2rem 0}.supplier-container{margin:0 auto;max-width:1400px;padding:0 2rem}.supplier-header{align-items:center;animation:fadeInDown .6s ease-out;display:flex;justify-content:space-between;margin-bottom:2rem}.supplier-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.supplier-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.btn-add{align-items:center;background:#fff;border:none;border-radius:12px;box-shadow:0 8px 24px #00000026;color:#0891b2;cursor:pointer;display:flex;font-weight:800;gap:.5rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-add:hover{box-shadow:0 12px 32px #0003;transform:translateY(-3px)}.suppliers-grid{grid-gap:2rem;animation:fadeInUp .6s ease-out .2s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.supplier-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000026;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.supplier-card:hover{box-shadow:0 24px 70px #0003;transform:translateY(-8px)}.supplier-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.supplier-icon{align-items:center;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:16px;box-shadow:0 8px 20px #0891b24d;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.supplier-status{align-items:center;border-radius:50px;display:flex;font-size:.75rem;font-weight:800;gap:.5rem;padding:.5rem 1rem;text-transform:uppercase}.supplier-status.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.supplier-status.inactive{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.supplier-name{color:#1e293b;font-size:1.25rem;font-weight:900;margin-bottom:1.5rem}.supplier-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.supplier-detail{align-items:center;color:#64748b;display:flex;font-size:.9rem;font-weight:600;gap:.75rem}.supplier-detail svg{color:#8b5cf6}.supplier-actions{border-top:2px solid #f1f5f9;display:flex;gap:1rem;padding-top:1.5rem}.action-btn{border-radius:10px;font-weight:700;padding:.75rem}.action-btn.edit{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d;color:#fff}.action-btn.edit:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.action-btn.delete{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff}.action-btn.delete:hover{box-shadow:0 8px 20px #ef444466;transform:translateY(-2px)}@media (max-width:768px){.supplier-header{align-items:flex-start;flex-direction:column;gap:1rem}.suppliers-grid{grid-template-columns:1fr}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideInUp .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 24px 80px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.modal-header h2{color:#1e293b;font-size:1.5rem;font-weight:900;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.modal-close:hover{background:#f1f5f9;color:#1e293b}.supplier-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;display:block;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.form-group input,.form-group select{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.form-group input::placeholder{color:#94a3b8;font-weight:500}.form-actions{border-top:2px solid #f1f5f9;display:flex;gap:1rem;padding-top:1rem}.btn-cancel{background:#f1f5f9;border:none;border-radius:12px;color:#64748b;cursor:pointer;flex:1 1;font-weight:700;padding:1rem;transition:all .3s ease}.btn-cancel:hover{background:#e2e8f0;color:#475569}.btn-submit{background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:12px;box-shadow:0 4px 12px #0891b24d;color:#fff;cursor:pointer;flex:1 1;font-weight:700;padding:1rem;transition:all .3s ease}.btn-submit:hover{box-shadow:0 8px 20px #0891b266;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.modal-content{margin:1rem;width:95%}.modal-header,.supplier-form{padding:1.5rem}.form-actions{flex-direction:column}}.flight-page{background:linear-gradient(135deg,#0891b2,#0e7490 50%,#155e75);min-height:100vh;padding:2rem 0}.flight-container{margin:0 auto;max-width:1200px;padding:0 2rem}.flight-header{animation:fadeInDown .6s ease-out;margin-bottom:2rem}.flight-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.flight-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.search-card{animation:fadeInUp .6s ease-out .2s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;margin-bottom:2rem;padding:2rem}.search-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column}.form-label{color:#1e293b;font-size:.85rem;font-weight:800;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.form-input{border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:1rem;font-weight:600;height:52px;padding:0 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f626;outline:none}.search-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:16px;box-shadow:0 12px 32px #3b82f666;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:900;gap:.75rem;height:64px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.search-btn:hover{box-shadow:0 16px 40px #3b82f680;transform:translateY(-3px)}.flights-list{animation:fadeInUp .6s ease-out .3s both;display:flex;flex-direction:column;gap:1.5rem}.flight-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;display:flex;justify-content:space-between;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.flight-card:hover{box-shadow:0 24px 70px #0003;transform:translateY(-6px)}.flight-info{flex:1 1}.airline-name{color:#1e293b;font-size:1.25rem;font-weight:900;margin-bottom:1.5rem}.flight-route{align-items:center;display:flex;gap:2rem}.route-point{text-align:center}.route-code{color:#3b82f6;font-size:1.5rem;font-weight:900;margin-bottom:.5rem}.route-time{color:#64748b;font-size:.9rem;font-weight:600}.route-line{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;position:relative}.route-line:before{background:linear-gradient(90deg,#3b82f6,#6366f1);content:"";height:2px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:0}.route-line svg{background:#fff;border-radius:50%;color:#3b82f6;padding:.5rem;z-index:1}.route-duration{background:#fff;border-radius:50px;color:#64748b;font-size:.85rem;font-weight:700;padding:.25rem .75rem;z-index:1}.flight-price{text-align:right}.price-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;font-size:2rem;font-weight:900;margin-bottom:1rem}.book-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 8px 24px #10b9814d;color:#fff;cursor:pointer;font-weight:800;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.book-btn:hover{box-shadow:0 12px 32px #10b98166;transform:translateY(-2px)}@media (max-width:768px){.flight-card{flex-direction:column;gap:2rem}.flight-route{flex-direction:column;gap:1rem}.route-line{height:60px;width:2px}.route-line:before{bottom:0;height:100%;left:50%;top:0;transform:translateX(-50%);width:2px}}.b2b-page{background:linear-gradient(135deg,#334155,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem 0}.b2b-container{margin:0 auto;max-width:1400px;padding:0 2rem}.b2b-header{align-items:center;animation:fadeInDown .6s ease-out;display:flex;justify-content:space-between;margin-bottom:2rem}.b2b-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.b2b-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.agent-badge{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;box-shadow:0 8px 24px #00000026;color:#fff;display:flex;font-weight:800;gap:.75rem;padding:1rem 1.5rem}.stats-grid{grid-gap:1.5rem;animation:fadeInUp .6s ease-out .2s both;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;display:flex;gap:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{box-shadow:0 24px 70px #0003;transform:translateY(-6px)}.stat-icon{align-items:center;border-radius:16px;box-shadow:0 8px 20px #0003;color:#fff;display:flex;height:64px;justify-content:center;width:64px}.stat-info{flex:1 1}.stat-value{color:#1e293b;font-size:2rem;font-weight:900;line-height:1;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.9rem;font-weight:600}.bookings-card{animation:fadeInUp .6s ease-out .3s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000026;padding:2rem}.section-title{color:#1e293b;font-size:1.5rem;font-weight:900;margin-bottom:1.5rem}.bookings-table{display:flex;flex-direction:column;gap:.5rem}.table-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;font-size:.85rem;font-weight:800;letter-spacing:.05em;padding:1rem 1.5rem;text-transform:uppercase}.table-header,.table-row{grid-gap:1rem;color:#64748b;display:grid;gap:1rem;grid-template-columns:1fr 1.5fr 1.5fr 1fr 1fr 1fr}.table-row{align-items:center;background:#fff;border:2px solid #f1f5f9;border-radius:12px;font-weight:600;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.table-row:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #00000014;transform:translateX(4px)}.booking-id{color:#3b82f6;font-weight:900}.amount{color:#1e293b;font-weight:900}.commission{color:#10b981;font-weight:900}.status-badge{font-size:.75rem;justify-self:start;padding:.5rem 1rem;text-transform:uppercase}.status-badge.confirmed{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-badge.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}@media (max-width:1024px){.table-header,.table-row{gap:.5rem;grid-template-columns:1fr}.table-header{display:none}.table-row>div:before{color:#64748b;content:attr(data-label);display:block;font-weight:800;margin-bottom:.25rem}}@media (max-width:768px){.b2b-header{align-items:flex-start;flex-direction:column;gap:1rem}.stats-grid{grid-template-columns:1fr}}.empty-state{grid-column:1/-1;padding:3rem;text-align:center}.empty-message{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:1rem}.empty-message h4{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.empty-message p{font-size:1rem;margin:0;max-width:400px}.dispute-page{background:linear-gradient(135deg,#dc2626,#b91c1c 50%,#991b1b);min-height:100vh;padding:2rem 0}.dispute-container{margin:0 auto;max-width:1200px;padding:0 2rem}.dispute-header{align-items:center;animation:fadeInDown .6s ease-out;display:flex;justify-content:space-between;margin-bottom:2rem}.dispute-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.dispute-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.dispute-stats{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 24px #00000026;padding:1rem 1.5rem}.stat-item{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:800;gap:.75rem}.filter-tab.active{color:#dc2626}.disputes-list{animation:fadeInUp .6s ease-out .3s both;display:flex;flex-direction:column;gap:1.5rem}.dispute-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.dispute-card:hover{box-shadow:0 24px 70px #0003;transform:translateY(-4px)}.dispute-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.dispute-info{gap:1rem}.dispute-icon,.dispute-info{align-items:center;display:flex}.dispute-icon{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:12px;box-shadow:0 4px 12px #dc26264d;color:#fff;height:48px;justify-content:center;width:48px}.dispute-id{color:#1e293b;font-size:1.05rem;font-weight:900}.dispute-date{color:#64748b;font-size:.85rem;font-weight:600;margin-top:.25rem}.dispute-status{align-items:center;border-radius:50px;display:flex;font-size:.75rem;font-weight:800;gap:.5rem;padding:.625rem 1.25rem;text-transform:uppercase}.dispute-status.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.dispute-status.in_progress{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.dispute-status.resolved{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.dispute-content{margin-bottom:1.5rem}.dispute-title-text{color:#1e293b;font-size:1.125rem;font-weight:900;margin-bottom:.75rem}.dispute-description{color:#64748b;font-weight:600;line-height:1.6}.dispute-meta{border-top:2px solid #f1f5f9;display:flex;gap:2rem;margin-bottom:1.5rem;padding-top:1.5rem}.meta-item{align-items:center;color:#64748b;display:flex;font-size:.9rem;font-weight:700;gap:.5rem}.meta-item svg{color:#dc2626}.dispute-actions{display:flex;gap:1rem}.action-btn.resolve{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.action-btn.resolve:hover{box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.action-btn.message{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d;color:#fff}.action-btn.message:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}@media (max-width:768px){.dispute-header{align-items:flex-start;gap:1rem}.dispute-header,.dispute-meta,.filter-tabs{flex-direction:column}.dispute-meta{gap:1rem}.dispute-actions{flex-direction:column}}.analytics-page{background:linear-gradient(135deg,#334155,#1e293b 50%,#0f172a);min-height:100vh;padding:2rem 0}.analytics-container{margin:0 auto;max-width:1400px;padding:0 2rem}.analytics-header{animation:fadeInDown .6s ease-out;margin-bottom:2rem}.analytics-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0000004d}.analytics-subtitle{color:#ffffffd9;font-size:1rem;font-weight:500}.metrics-grid{grid-gap:1.5rem;animation:fadeInUp .6s ease-out .2s both;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.metric-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.metric-card:hover{box-shadow:0 24px 70px #00000040;transform:translateY(-8px)}.metric-header{justify-content:space-between;margin-bottom:1.5rem}.metric-header,.metric-icon{align-items:center;display:flex}.metric-icon{border-radius:14px;box-shadow:0 8px 20px #0003;color:#fff;height:56px;justify-content:center;width:56px}.metric-value{color:#1e293b;font-size:2.25rem;font-weight:900;line-height:1;margin-bottom:.5rem}.metric-label{color:#64748b;font-size:.95rem;font-weight:700;margin-bottom:1rem}.metric-change{border-radius:50px;display:inline-block;font-size:.85rem;font-weight:700;padding:.5rem 1rem}.metric-change.positive{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.metric-change.negative{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.charts-grid{grid-gap:2rem;animation:fadeInUp .6s ease-out .3s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.chart-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0003;padding:2rem}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.chart-title{color:#1e293b;font-size:1.25rem;font-weight:900}.chart-placeholder{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:16px;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.chart-placeholder-text{color:#64748b;font-size:.95rem;font-weight:600;margin-top:1rem}@media (max-width:1024px){.charts-grid{grid-template-columns:1fr}}@media (max-width:768px){.metrics-grid{grid-template-columns:1fr}}.review-page{background:linear-gradient(135deg,#f59e0b,#d97706 50%,#b45309);min-height:100vh;padding:2rem 0}.review-container{margin:0 auto;max-width:1200px;padding:0 2rem}.review-header{align-items:center;animation:fadeInDown .6s ease-out;display:flex;justify-content:space-between;margin-bottom:2rem}.review-title{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 12px #0003}.review-subtitle{color:#ffffffe6;font-size:1rem;font-weight:500}.rating-summary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 24px #00000026;padding:1.5rem 2rem;text-align:center}.overall-rating{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:.5rem}.rating-value{color:#fff;font-size:2.5rem;font-weight:900}.rating-text{color:#ffffffe6;font-size:.9rem;font-weight:700}.filter-tabs{animation:fadeInUp .6s ease-out .2s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;display:flex;gap:1rem;margin-bottom:2rem;padding:.75rem}.filter-tab{background:#0000;border:none;border-radius:12px;color:#fffc;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:700;padding:1rem;text-transform:capitalize;transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-tab:hover{background:#ffffff26;color:#fff}.filter-tab.active{background:#fff;box-shadow:0 8px 24px #00000026;color:#d97706}.reviews-list{animation:fadeInUp .6s ease-out .3s both;display:flex;flex-direction:column;gap:1.5rem}.review-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.review-card:hover{box-shadow:0 24px 70px #0003;transform:translateY(-4px)}.review-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.reviewer-info{align-items:center;display:flex;gap:1rem}.reviewer-avatar{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;box-shadow:0 4px 12px #f59e0b4d;color:#fff;display:flex;font-size:1.25rem;font-weight:900;height:48px;justify-content:center;width:48px}.reviewer-name{color:#1e293b;font-size:1.05rem;font-weight:900}.review-date{color:#64748b;font-size:.85rem;font-weight:600;margin-top:.25rem}.review-rating{display:flex;gap:.25rem}.review-content{margin-bottom:1.5rem}.review-title-text{color:#1e293b;font-size:1.125rem;font-weight:900;margin-bottom:.75rem}.review-text{color:#64748b;font-weight:600;line-height:1.6}.review-meta{border-top:2px solid #f1f5f9;justify-content:space-between;margin-bottom:1.5rem;padding-top:1.5rem}.review-meta,.review-property{align-items:center;display:flex}.review-property{color:#64748b;font-size:.9rem;font-weight:700;gap:.5rem}.review-property svg{color:#f59e0b}.review-stats{display:flex;gap:1rem}.stat-button{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-button:hover{background:#e2e8f0;transform:scale(1.05)}.review-actions{display:flex;gap:1rem}.action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:800;gap:.5rem;justify-content:center;padding:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.action-btn.approve{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.action-btn.approve:hover{box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.action-btn.reject{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff}.action-btn.reject:hover{box-shadow:0 8px 20px #ef444466;transform:translateY(-2px)}.action-btn.flag{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d;color:#fff}.action-btn.flag:hover{box-shadow:0 8px 20px #f59e0b66;transform:translateY(-2px)}.status-badge{align-items:center;border-radius:50px;display:inline-flex;font-size:.85rem;font-weight:800;gap:.5rem;padding:.75rem 1.5rem}.status-badge.approved{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.status-badge.flagged{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d;color:#fff}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.review-header{align-items:flex-start;gap:1rem}.filter-tabs,.review-header{flex-direction:column}.review-card-header,.review-meta{align-items:flex-start;flex-direction:column;gap:1rem}.review-actions{flex-direction:column}}
/*# sourceMappingURL=main.b9297ef6.css.map*/