*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--brand-dark:#17231e;--brand-mid:#25352b;--brand-accent:#0a7a3f;--brand-accent-hover:#086134;--brand-gold:#ffc72c;--brand-green:#0a7a3f;--sidebar-w:248px;--header-h:62px;--bg:#f7f8f4;--surface:#fff;--border:#eceef2;--border-strong:#e1e4ea;--text-primary:#1b1b1f;--text-secondary:#5f6470;--text-muted:#707a73;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--radius-sm:8px;--radius:10px;--radius-lg:16px;--shadow-sm:0 1px 2px #1018280d;--shadow:0 4px 16px #10182812;--shadow-lg:0 12px 40px #10182824;--transition:all .18s ease}html{-webkit-font-smoothing:antialiased;font-size:15px;text-rendering:optimizeLegibility}body{background:#f7f8f4;background:var(--bg);color:#1b1b1f;color:var(--text-primary);font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-weight:400;line-height:1.55}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;outline:none}button,input,select,textarea{font-family:inherit}img{max-width:100%}ul{list-style:none}h1,h2,h3,h4{letter-spacing:-.01em}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d8dce3;background-clip:content-box;border:2px solid #0000;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#c4c9d2;background-clip:content-box;border:2px solid #0000}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-center{text-align:center}.mt-auto{margin-top:auto}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:.72rem;font-weight:600;gap:4px;letter-spacing:.2px;padding:3px 10px}.badge-success{background:#e7f6ec;color:#1e7b3c}.badge-warning{background:#fdf4e3;color:#96660a}.badge-danger{background:#fdecec;color:#b42323}.badge-info{background:#e8f0fe;color:#2456b3}.badge-neutral{background:#f1f2f5;color:#565d6b}.card{background:#fff;background:var(--surface);border:1px solid #eceef2;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px #1018280d;box-shadow:var(--shadow-sm)}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#5f6470;color:var(--text-secondary);font-size:.82rem;font-weight:600}.form-control{background:#fff;background:var(--surface);border:1.5px solid #e1e4ea;border:1.5px solid var(--border-strong);border-radius:10px;border-radius:var(--radius);color:#1b1b1f;color:var(--text-primary);font-size:.92rem;padding:10px 14px;transition:all .18s ease;transition:var(--transition);width:100%}.form-control:hover:not(:focus){border-color:#cdd2db}.form-control:focus{border-color:#0a7a3f;border-color:var(--brand-accent);box-shadow:0 0 0 3px #0a7a3f1f;outline:none}.form-control::placeholder{color:#707a73;color:var(--text-muted)}.form-control.error{border-color:#ef4444;border-color:var(--danger)}.field-error{color:#ef4444;color:var(--danger);font-size:.78rem;margin-top:2px}.btn{align-items:center;border-radius:8px;display:inline-flex;font-size:.88rem;font-weight:600;gap:7px;justify-content:center;letter-spacing:.1px;padding:10px 20px;transition:all .18s ease;transition:var(--transition);white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-primary{background:#0a7a3f;background:var(--brand-accent);box-shadow:0 1px 2px #1018280d;box-shadow:var(--shadow-sm);color:#fff}.btn-primary:hover:not(:disabled){background:#086134;background:var(--brand-accent-hover)}.btn-secondary{background:#fff;background:var(--surface);border:1.5px solid #e1e4ea;border:1.5px solid var(--border-strong);color:#1b1b1f;color:var(--text-primary)}.btn-secondary:hover:not(:disabled){background:#f7f8f4;background:var(--bg);border-color:#cdd2db}.btn-success{background:#22c55e;background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#1fa84f}.btn-danger{background:#ef4444;background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-ghost{background:#0000;color:#5f6470;color:var(--text-secondary);padding:7px 12px}.btn-ghost:hover:not(:disabled){background:#f7f8f4;background:var(--bg);color:#1b1b1f;color:var(--text-primary)}.btn-sm{font-size:.8rem;padding:6px 14px}.btn-icon{border-radius:99px;padding:8px}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;font-size:.88rem;width:100%}thead th{background:#fff;background:var(--surface);border-bottom:1px solid #e1e4ea;border-bottom:1px solid var(--border-strong);color:#707a73;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.6px;padding:12px 16px;text-align:left;text-transform:uppercase}tbody td{border-bottom:1px solid #eceef2;border-bottom:1px solid var(--border);padding:13px 16px;vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr{transition:background .12s ease}tbody tr:hover{background:#fafbfc}@keyframes spin{to{transform:rotate(1turn)}}.spinner{animation:spin .7s linear infinite;border:3px solid #eceef2;border-radius:50%;border-top-color:#0a7a3f;border:3px solid var(--border);border-top-color:var(--brand-accent);height:36px;width:36px}.modal-overlay{align-items:center;background:#17141c80;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.modal{background:#fff;background:var(--surface);border-radius:20px;box-shadow:0 12px 40px #10182824;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:90vh;max-width:560px;width:100%}.modal-lg{max-width:800px}.modal-header{align-items:center;display:flex;justify-content:space-between;padding:20px 24px 16px}.modal-header h2{font-size:1.05rem;font-weight:700}.modal-body{flex:1 1;overflow-y:auto;padding:4px 24px 20px}.modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px 24px 20px}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:26px}.page-header h1{font-size:1.4rem;font-weight:700}.page-header p{color:#5f6470;color:var(--text-secondary);font-size:.88rem;margin-top:3px}.search-bar{align-items:center;background:#fff;background:var(--surface);border:1.5px solid #e1e4ea;border:1.5px solid var(--border-strong);border-radius:99px;display:flex;gap:8px;min-width:240px;padding:9px 16px;transition:all .18s ease;transition:var(--transition)}.search-bar:focus-within{border-color:#0a7a3f;border-color:var(--brand-accent);box-shadow:0 0 0 3px #0a7a3f1f}.search-bar input{background:#0000;border:none;color:#1b1b1f;color:var(--text-primary);font-size:.9rem;outline:none;width:100%}.search-bar input::placeholder,.search-bar svg{color:#707a73;color:var(--text-muted)}.search-bar svg{flex-shrink:0}.kpi-strip{grid-gap:1px;background:#eceef2;background:var(--border);display:grid;gap:1px;grid-template-columns:repeat(4,1fr);overflow:hidden}.kpi{background:#fff;background:var(--surface);padding:18px 22px}.kpi .value{font-feature-settings:"tnum";font-size:1.5rem;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em}.kpi .label{color:#707a73;color:var(--text-muted);font-size:.7rem;font-weight:600;letter-spacing:.6px;margin-top:3px;text-transform:uppercase}.kpi .sub{color:#5f6470;color:var(--text-secondary);font-size:.76rem;margin-top:3px}.alert{align-items:flex-start;border-radius:10px;border-radius:var(--radius);display:flex;font-size:.88rem;gap:10px;padding:13px 16px}.alert-warning{background:#fdf4e3;border:1px solid #f5deaf;color:#96660a}.alert-danger{background:#fdecec;border:1px solid #f6c8c8;color:#b42323}.alert-success{background:#e7f6ec;border:1px solid #c4e9cf;color:#1e7b3c}.alert-info{background:#e8f0fe;border:1px solid #c9dafb;color:#2456b3}.tabs{border-bottom:2px solid #eceef2;border-bottom:2px solid var(--border);display:flex;gap:2px;margin-bottom:20px}.tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#5f6470;color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;margin-bottom:-2px;padding:9px 18px;transition:all .18s ease;transition:var(--transition)}.tab-btn.active{border-bottom-color:#0a7a3f;border-bottom-color:var(--brand-accent);color:#0a7a3f;color:var(--brand-accent);font-weight:600}.tab-btn:hover:not(.active){color:#1b1b1f;color:var(--text-primary)}.grid-2{grid-gap:18px;grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{display:grid;gap:18px}.grid-3{grid-gap:18px;grid-template-columns:repeat(3,1fr)}.grid-4{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}@media (max-width:1100px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.empty-state{color:#707a73;color:var(--text-muted);padding:48px 20px;text-align:center}.empty-state svg{font-size:3rem;opacity:.35}.empty-state p{font-size:.95rem;margin-top:12px}.empty-state .empty-hint{font-size:.84rem;margin-top:4px}.stat-card{align-items:center;display:flex;gap:12px;padding:14px 18px}.stat-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.stat-value{font-feature-settings:"tnum";font-size:1.3rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.25}.stat-label{color:#707a73;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.table-loading{display:flex;justify-content:center;padding:40px}.list-error{align-items:center;margin:16px 20px}.list-error-msg{flex:1 1}.list-error .btn{flex-shrink:0}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;margin-top:16px}.pagination button{background:#fff;background:var(--surface);border:1.5px solid #e1e4ea;border:1.5px solid var(--border-strong);border-radius:99px;color:#5f6470;color:var(--text-secondary);font-size:.85rem;height:34px;min-width:34px;transition:all .18s ease;transition:var(--transition)}.pagination button.active{background:#0a7a3f;background:var(--brand-accent);border-color:#0a7a3f;border-color:var(--brand-accent);color:#fff}.pagination button:hover:not(.active):not(:disabled){background:#f7f8f4;background:var(--bg);color:#1b1b1f;color:var(--text-primary)}.table-wrapper{-webkit-overflow-scrolling:touch}@media (max-width:700px){.page-header h1{font-size:1.2rem}thead th{font-size:.68rem;padding:10px 12px}tbody td{font-size:.84rem;padding:10px 12px}.search-bar{min-width:0}.tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.tab-btn{font-size:.85rem;padding:8px 13px;white-space:nowrap}.btn{padding:10px 16px}.card table{min-width:640px}.modal-header{padding:16px 18px 12px}.modal-body{padding:4px 18px 16px}.modal-footer{flex-wrap:wrap;padding:12px 18px 16px}.modal-footer .btn{flex:1 1}}@media (max-width:400px){html{font-size:14.5px}}@media (max-width:1000px){.kpi-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.kpi-strip{grid-template-columns:1fr}}:focus-visible{outline:3px solid #0a7a3f;outline:3px solid var(--brand-accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}.sidebar{background:var(--brand-dark);display:flex;flex-direction:column;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transition:transform .25s ease;width:var(--sidebar-w);z-index:200}@media (max-width:900px){.sidebar{transform:translateX(-100%)}.sidebar.sidebar-open{box-shadow:var(--shadow-lg);transform:translateX(0)}}.sidebar-overlay{background:#00000080;display:none;inset:0;position:fixed;z-index:199}@media (max-width:900px){.sidebar-overlay{display:block}}.sidebar-brand{border-bottom:1px solid #ffffff14;gap:12px;padding:20px 18px}.brand-logo,.sidebar-brand{align-items:center;flex-shrink:0}.brand-logo{background:var(--brand-gold);border-radius:10px;color:var(--brand-dark);display:flex;height:40px;justify-content:center;width:40px}.brand-logo,.brand-name{font-size:.95rem;font-weight:700}.brand-name{color:#fff;line-height:1.2}.brand-sub{color:#ffffff73;font-size:.7rem;letter-spacing:.2px;margin-top:2px}.sidebar-nav{flex:1 1;overflow-y:auto;padding:12px 0}.sidebar-nav ul{list-style:none}.nav-item{align-items:center;background:#0000;border-radius:10px;color:#ffffff9e;cursor:pointer;display:flex;font-size:.88rem;gap:11px;margin:2px 12px;padding:9px 14px;text-decoration:none;transition:all .15s ease;width:calc(100% - 24px)}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active,.nav-item.parent-active{background:#ffc72c26;color:#fff}.nav-item.active .nav-icon{color:var(--brand-gold)}.nav-item.nav-group-toggle{border:none;justify-content:flex-start}.nav-item.nav-item-sm{font-size:.83rem;padding:8px 14px}.nav-icon{flex-shrink:0;font-size:1.05rem}.nav-label{flex:1 1}.nav-arrow{font-size:.85rem;margin-left:auto}.nav-sub{background:#0000002e}.nav-sub-item{border-radius:8px;color:#ffffff80;display:block;font-size:.84rem;margin:1px 12px;padding:8px 14px 8px 46px;text-decoration:none;transition:var(--transition)}.nav-sub-item:hover{background:#ffffff0f;color:#fff}.nav-sub-item.active{background:#ffc72c1f;color:var(--brand-gold)}.sidebar-footer{border-top:1px solid #ffffff14;flex-shrink:0;padding:12px 0 6px}.user-info{gap:10px;padding:10px 18px 12px}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:var(--brand-gold);border-radius:50%;color:var(--brand-dark);flex-shrink:0;font-size:.78rem;font-weight:700;height:34px;justify-content:center;width:34px}.user-details,.user-name{overflow:hidden}.user-name{color:#fff;font-size:.85rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#fff6;font-size:.72rem;margin-top:1px;text-transform:capitalize}.footer-actions{border-top:1px solid #ffffff0f;padding-top:4px}.sidebar-copyright{color:#ffffff47;font-size:.62rem;letter-spacing:.2px;padding:8px 12px 10px;text-align:center}.sidebar-brand{align-items:stretch;background:#fff;display:flex;flex-direction:column;gap:8px;padding:16px}.sidebar-brand img{display:block;height:auto;max-width:100%;width:216px}.sidebar-brand>span{color:#5f695f;font-size:10px;letter-spacing:1.4px;text-transform:uppercase}.nav-item{min-height:44px}.nav-sub-item{color:#ffffffb8;min-height:40px}.user-role{color:#ffffffa6}.sidebar-copyright{color:#ffffff8c}.app-header{align-items:center;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;gap:14px;height:var(--header-h);left:var(--sidebar-w);padding:0 22px;position:fixed;right:0;top:0;transition:left .25s ease;z-index:100}@media (max-width:900px){.app-header{left:0}}.header-menu-btn{background:#0000;border-radius:var(--radius);color:var(--text-secondary);display:none;padding:6px;transition:var(--transition)}.header-menu-btn:hover{background:var(--bg);color:var(--text-primary)}@media (max-width:900px){.header-menu-btn{display:flex}}.header-title{flex:1 1}.header-breadcrumb{color:var(--text-muted);font-size:.82rem;font-weight:500}.header-actions{gap:10px}.header-actions,.header-btn{align-items:center;display:flex}.header-btn{border-radius:var(--radius);color:var(--text-secondary);padding:7px;position:relative;transition:var(--transition)}.header-btn:hover{background:var(--bg);color:var(--text-primary)}.notif-badge{background:var(--brand-accent);border-radius:99px;color:#fff;font-size:.6rem;font-weight:700;height:16px;justify-content:center;min-width:16px;padding:0 3px;position:absolute;right:2px;top:2px}.header-user,.notif-badge{align-items:center;display:flex}.header-user{border-radius:var(--radius);gap:9px;padding:5px 10px;text-decoration:none;transition:var(--transition)}.header-user:hover{background:var(--bg)}.header-avatar{align-items:center;background:var(--brand-gold);border-radius:50%;color:var(--brand-dark);display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:32px;justify-content:center;width:32px}.header-user-info{display:flex;flex-direction:column}.header-user-name{color:var(--text-primary);font-size:.82rem;font-weight:600;line-height:1.2}.header-user-role{color:var(--text-muted);font-size:.7rem;text-transform:capitalize}@media (max-width:600px){.header-user-info{display:none}}.app-main,.app-shell{display:flex;min-height:100vh}.app-main{flex:1 1;flex-direction:column;margin-left:var(--sidebar-w);transition:margin-left .25s ease}@media (max-width:900px){.app-main{margin-left:0}}.app-content{flex:1 1;margin:0 auto;max-width:1400px;padding:calc(var(--header-h) + 24px) 28px 32px;width:100%}@media (max-width:700px){.app-content{padding:calc(var(--header-h) + 16px) 14px 24px}}.public-page{background:#f7f7f2;color:#17231e;min-height:100vh}.public-header{align-items:center;background:#fff;border-bottom:1px solid #e4e7df;display:flex;gap:24px;justify-content:space-between;min-height:112px;padding:18px max(24px,calc(50vw - 600px))}.public-logo{display:block;height:auto;width:270px}.staff-link{align-items:center;color:#48574f;display:inline-flex;font-size:13px;gap:12px;padding:12px 0}.staff-link:hover{color:#14623f;text-decoration:underline}.booking-layout{grid-gap:76px;align-items:start;display:grid;gap:76px;grid-template-columns:.85fr 1.15fr;margin:auto;max-width:1200px;padding:64px 24px 72px}.eyebrow{color:#42634e;display:block;font-size:11px;font-weight:700;letter-spacing:1.6px;margin-bottom:16px}.booking-intro{padding-top:24px}.booking-intro h1{font-size:clamp(38px,4vw,54px);font-weight:650;letter-spacing:-2px;line-height:1.13}.intro-copy{color:#58645d;font-size:16px;line-height:1.8;margin:24px 0 36px;max-width:420px}.booking-explainer{border-top:3px solid #efc52d;padding-top:25px}.booking-explainer h2{font-size:16px;margin-bottom:24px}.booking-explainer ol{grid-gap:24px;display:grid;gap:24px;list-style:none}.booking-explainer li{display:flex;gap:18px}.booking-explainer li>span{font-feature-settings:"tnum";color:#7c866f;font-size:12px;font-variant-numeric:tabular-nums;padding-top:3px}.booking-explainer strong{font-size:14px;font-weight:600}.booking-explainer p{color:#657067;font-size:13px;line-height:1.65;margin-top:4px}.intro-footnote{border-top:1px solid #dce1d7;color:#657067;display:flex;font-size:12px;gap:10px;margin-top:32px;padding-top:24px}.intro-footnote svg{flex-shrink:0;margin-top:3px}.booking-panel{background:#fff;border:1px solid #dfe4db;border-radius:12px;box-shadow:0 4px 16px #19382104;min-width:0;padding:36px}.booking-panel-heading{margin-bottom:28px}.booking-panel-heading .eyebrow{margin-bottom:8px}.booking-panel h2{font-size:25px;font-weight:650;letter-spacing:-.7px}.booking-panel-heading p{color:#68726a;font-size:12px;margin-top:8px}.booking-panel fieldset{border:0;margin:0 0 28px;min-width:0;padding:0}.booking-panel legend{border-bottom:1px solid #e8eae4;font-size:14px;font-weight:650;margin-bottom:18px;padding-bottom:10px;width:100%}.booking-fields{grid-gap:18px;display:grid;gap:18px}.booking-panel .grid-2{gap:16px}.booking-panel .form-group{min-width:0}.booking-panel label{color:#455148;font-size:12px}.booking-panel .form-control{border-color:#cdd5ca;border-radius:6px;border-width:1px;font-size:14px;min-height:46px}.booking-panel textarea{resize:vertical}.booking-panel .form-control::placeholder{color:#7c847d}.booking-submit{border-top:1px solid #e8eae4;padding-top:20px}.booking-submit p{color:#657067;font-size:12px;line-height:1.6;margin-bottom:16px}.booking-submit .btn{justify-content:space-between;min-height:48px;width:100%}.public-page .btn-primary{background:#f5ce36;border-radius:6px;box-shadow:none;color:#202a22}.public-page .btn-primary:hover:not(:disabled){background:#e9bf24}.public-footer{border-top:1px solid #dfe4db;color:#697267;display:flex;font-size:12px;gap:16px;justify-content:space-between;margin:auto;max-width:1152px;padding:24px 0}.request-success>svg{color:#287b47;margin-bottom:20px}.request-success>p{color:#58645d;margin-top:18px}.reference-box{background:#f7f7f2;border-left:3px solid #efc52d;margin:24px 0;padding:20px}.reference-box span,.reference-box strong{display:block}.reference-box span{color:#657067;font-size:12px;margin-bottom:6px}.reference-box strong{font-size:22px;overflow-wrap:anywhere}.request-summary{margin-bottom:28px}.request-summary dt{color:#657067;font-size:12px}.request-summary dd{margin:0 0 12px;overflow-wrap:anywhere}.skip-link{background:#fff;left:16px;padding:12px;position:absolute;top:-100px;z-index:1000}.skip-link:focus{top:12px}.auth-page{background:#f7f7f2;display:grid;min-height:100vh;padding:32px 20px;place-items:center}.auth-card{background:#fff;border:1px solid #dfe4db;border-radius:10px;border-top:4px solid #efc52d;max-width:460px;padding:40px;width:100%}.auth-logo{display:block;margin:0 auto 30px;max-width:100%;width:300px}.auth-subtitle{color:#667268;font-size:13px;margin:-10px 0 24px}.auth-book-link{color:#23613f;display:block;font-size:13px;margin-top:24px;text-align:center;text-decoration:underline;text-underline-offset:4px}@media (max-width:950px){.booking-layout{gap:32px;grid-template-columns:.8fr 1.2fr}.booking-panel{padding:26px}.booking-panel .grid-2{grid-template-columns:1fr}.public-footer{margin-inline:24px}}@media (max-width:700px){.public-header{gap:12px;min-height:88px;padding:14px 20px}.public-logo{width:210px}.staff-link{font-size:12px;gap:6px;white-space:nowrap}.staff-link svg{display:none}.booking-layout{display:flex;flex-direction:column;gap:28px;padding:28px 20px 40px}.booking-intro{padding-top:0}.booking-intro h1{font-size:36px;letter-spacing:-1.2px}.booking-intro h1 br{display:none}.intro-copy{font-size:14px;margin:16px 0 0}.booking-explainer,.intro-footnote{display:none}.booking-panel{padding:24px 20px;width:100%}.booking-panel h2{font-size:23px}.booking-panel .form-control{font-size:16px}.public-footer{flex-direction:column;gap:6px}.auth-card{padding:30px 24px}}.auth-heading{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 20px}.auth-field{position:relative}.auth-field .form-control{padding-left:40px}.auth-field.has-toggle .form-control{padding-right:40px}.auth-field-icon{left:12px;pointer-events:none}.auth-eye-btn,.auth-field-icon{color:#94a3b8;position:absolute;top:50%;transform:translateY(-50%)}.auth-eye-btn{align-items:center;background:#0000;border:0;cursor:pointer;display:inline-flex;padding:4px;right:12px}.auth-eye-btn:hover{color:#48574f}.auth-hint{color:#7c847d;font-size:12px;margin:6px 0 0}.auth-submit{min-height:46px;width:100%}.auth-switch{color:#475569;font-size:.85rem;margin:18px 0 0;text-align:center}.auth-switch a{color:#0a7a3f;font-weight:700}.auth-footer{font-size:.75rem;margin:24px 0 0}.auth-copyright,.auth-footer{color:#94a3b8;text-align:center}.auth-copyright{font-size:.7rem;margin:6px 0 0}.request-success h2{margin:0}.request-success .signup-prompt{background:#f2f7f3;border:1px solid #d7e5da;border-left:3px solid #287b47;border-radius:6px;color:#45524a;font-size:13.5px;line-height:1.6;margin:24px 0 28px;padding:14px 16px}.signup-prompt a{color:#14623f;font-weight:700;text-decoration:underline;text-underline-offset:3px}.trips-page{background:#f5f7f4;min-height:100vh}.trips-topbar{align-items:center;background:#fff;border-bottom:1px solid #e5e8e2;display:flex;gap:12px;padding:14px 20px}.trips-wordmark{color:#101418;font-size:18px;font-weight:800}.trips-wordmark-dot{color:#ffc72c}.trips-tag{border:1px solid #e5e8e2;border-radius:999px;color:#5c6470;font-size:11px;font-weight:800;letter-spacing:1px;padding:2px 10px;white-space:nowrap}.trips-signout{background:#fff;border:1px solid #e5e8e2;border-radius:8px;color:#101418;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:700;margin-left:auto;padding:6px 12px}.trips-signout:hover{border-color:#0a7a3f;color:#0a7a3f}.trips-wrap{margin:0 auto;max-width:640px;padding:28px 20px 60px}.trips-title{color:#101418;font-size:26px;font-weight:800;margin:0 0 4px}.trips-sub{color:#5c6470;margin:0 0 22px}.trips-error{background:#fbeeed;border:1px solid #eec7c4;border-radius:10px;color:#b3261e;font-size:14px;margin-bottom:14px;padding:10px 14px}.trips-loading{color:#5c6470;font-size:14px}.trips-card{background:#fff;border:1px solid #e5e8e2;border-radius:12px;margin-bottom:12px;padding:16px}.trips-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.trips-ref{color:#101418}.trips-route{font-weight:700;margin:6px 0;overflow-wrap:anywhere}.trips-meta{color:#5c6470;font-size:13px}.trips-foot{align-items:center;border-top:1px solid #eef1ec;display:flex;gap:12px;justify-content:space-between;margin-top:12px;padding-top:12px}.trips-price{color:#101418}.trips-help{color:#5c6470;font-size:13px;margin-top:20px;text-align:center}.trips-empty{background:#fff;border:1px dashed #cfd8cf;border-radius:12px;padding:40px 24px;text-align:center}.trips-empty svg{color:#0a7a3f;margin-bottom:12px}.trips-empty h2{color:#101418;font-size:18px;font-weight:800;margin:0 0 6px}.trips-empty p{color:#5c6470;font-size:14px;line-height:1.6;margin:0 auto;max-width:42ch}.trips-cta{background:#0a7a3f;border-radius:8px;color:#fff;display:inline-block;font-size:14px;font-weight:700;margin-top:18px;padding:10px 18px;text-decoration:none}.trips-cta:hover{background:#086533;color:#fff}.pill{background:#f7f8f6;border:1px solid #e5e8e2;border-radius:999px;color:#5c6470;display:inline-block;font-size:11px;font-weight:800;letter-spacing:.5px;padding:3px 10px;text-transform:uppercase;white-space:nowrap}.pill-pending{background:#fdf3d7;border-color:#f0dc9a;color:#8a6d1a}.pill-confirmed{background:#e7f4ec;border-color:#bfe3cd;color:#14683c}.pill-dispatched{background:#ddefe4;border-color:#a8d8bc;color:#0d5c33}.pill-in-progress{background:#e9f1f9;border-color:#c4d9ee;color:#235e8c}.pill-completed{background:#f0f1ee;border-color:#dfe2db;color:#5c6470}.pill-cancelled{background:#fbeeed;border-color:#eec7c4;color:#b3261e}@media (max-width:400px){.public-header{padding:12px 16px}.public-logo{width:176px}.booking-layout{padding:24px 16px 36px}.booking-panel{padding:20px 16px}.public-footer{margin-inline:16px}.auth-page{padding:24px 14px}.auth-card{padding:26px 18px}.trips-topbar{gap:8px;padding:12px 14px}.trips-tag{display:none}.trips-wrap{padding:22px 14px 48px}.trips-title{font-size:22px}.trips-card{padding:14px}.trips-foot{align-items:flex-start;flex-direction:column;gap:6px}}.home-page{background:#fafbf8;color:#14171a;font-family:Manrope,sans-serif}.home-page .home-icon{flex:0 0 20px;height:20px;object-fit:contain;width:20px}.home-page a:hover{text-decoration:underline}.home-logo{display:block;height:40px;object-fit:contain;width:126px}.home-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0d9;display:flex;gap:28px;height:83px;justify-content:space-between;padding:20px max(28px,calc(50vw - 640px))}.home-actions,.home-nav{align-items:center;display:flex;font-size:14px;gap:32px;white-space:nowrap}.home-actions{gap:24px}.home-nav .active{color:#007a40;font-weight:700}.home-page .home-button{align-items:center;background:#007a40;border-radius:10px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:8px;justify-content:center;min-height:43px;padding:12px 20px;text-decoration:none}.home-page .home-button:hover{background:#006433}.home-page .home-button .home-icon{flex-basis:16px;height:16px;width:16px}.home-hero{background:linear-gradient(#14171a99,#14171a99),var(--home-hero-image) center /cover;height:600px;padding:80px 80px 0;position:relative}.home-hero-copy{color:#fff;margin:0 auto;max-width:800px;text-align:center}.home-hero h1{font-size:48px;font-weight:800;letter-spacing:-1.4px;line-height:56px}.home-hero-copy p{color:#f4f4ee;font-size:18px;line-height:1.5;margin-top:20px}.home-booking{background:#fff;border:1px solid #e0e0d9;border-radius:24px;box-shadow:0 16px 16px #0000000f;display:flex;flex-direction:column;gap:20px;left:50%;padding:28px;position:absolute;scroll-margin-top:20px;top:320px;transform:translateX(-50%);width:min(1120px,calc(100vw - 160px))}.home-tabs{align-items:flex-start;display:flex;font-size:14px;gap:8px}.home-tabs span{border:1px solid #e0e0d9;border-radius:99px;color:#61666e;line-height:18px;padding:10px 20px}.home-tabs span:first-child{background:#007a40;border-color:#007a40;color:#fff;font-weight:600}.home-fields{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 220px 160px}.home-fields label,.mobile-form-stack label{color:#61666e;font-size:11px;font-weight:700;letter-spacing:.15px;min-width:0}.home-fields label>div,.mobile-form-stack label>div{align-items:center;background:#fafbf8;border:1px solid #e0e0d9;border-radius:10px;display:flex;gap:8px;height:48px;margin-top:8px;padding:14px}.home-fields input,.home-fields select,.mobile-form-stack input,.mobile-form-stack select{background:#0000;border:0;color:#14171a;font-size:14px;min-width:0;outline:0;width:100%}.home-fields .home-icon,.mobile-form-stack .home-icon{flex-basis:16px;height:16px;width:16px}.home-booking-action{align-items:center;display:flex;gap:16px;justify-content:space-between;padding-top:12px}.home-booking-action>span{align-items:center;display:flex;font-size:13px;gap:8px}.home-check{background:#007a40;border-radius:4px;display:grid;height:18px;place-items:center;width:18px}.home-check .home-icon{flex-basis:12px;height:12px;width:12px}.home-booking-action .home-button{min-width:172px;padding-inline:40px}.home-hero-spacer{background:#fafbf8;height:180px}.home-trust{grid-gap:24px;background:#f4f4ee;border-block:1px solid #e0e0d9;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);min-height:88px;padding:30px max(28px,calc(50vw - 640px))}.home-trust>div{align-items:center;display:flex;font-size:14px;font-weight:600;gap:12px;white-space:nowrap}.home-trust .home-icon{flex-basis:24px;height:24px;width:24px}.home-section{padding:96px max(28px,calc(50vw - 640px));scroll-margin-top:20px}.home-benefits,.home-how{background:#fff}.home-section-heading{margin-bottom:56px}.home-section-heading>span{color:#007a40;font-size:12px;font-weight:700}.home-section h2{font-size:36px;font-weight:800;line-height:1.36;margin:12px 0}.home-section-heading p{color:#61666e;font-size:16px}.home-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-benefit{border:1px solid #e0e0d9;border-radius:16px;min-height:170px;padding:24px}.home-benefit-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.home-benefit-top>span{background:#007a4014;border-radius:12px;display:grid;height:44px;place-items:center;width:44px}.home-benefit-top b{color:#61666e;font-size:14px}.home-page h3{font-size:18px;font-weight:700}.home-benefit p,.home-step p{color:#61666e;font-size:14px;line-height:1.5;margin-top:12px}.home-stats{background:#007a40;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);min-height:178px;padding:48px max(28px,calc(50vw - 640px));text-align:center}.home-stats>div+div{border-left:1px solid #ffffff20}.home-stats strong{display:block;font-size:40px;font-weight:800;line-height:55px}.home-stats>div:first-child strong{color:#f5ce36}.home-stats span{display:block;font-size:13px;margin-top:8px}.home-destinations-heading{align-items:flex-end;display:flex;gap:32px;justify-content:space-between}.home-destinations-heading .home-section-heading{margin-bottom:40px}.home-outline-button{align-items:center;background:#fff;border:1px solid #007a40;border-radius:10px;color:#007a40;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:40px;padding:12px 24px;white-space:nowrap}.home-outline-button .home-icon{flex-basis:16px;height:16px;width:16px}.home-price-note{color:#61666e;font-size:13px;margin:-24px 0 28px;scroll-margin-top:24px}.home-destination{background:#fff;border:1px solid #e0e0d9;border-radius:16px;overflow:hidden}.home-destination>img{display:block;height:200px;object-fit:cover;width:100%}.home-destination>div{padding:20px}.home-destination p{color:#61666e;display:flex;font-size:14px;justify-content:space-between;margin-top:8px}.home-destination strong{color:#007a40;font-size:16px}.home-step{background:#fafbf8;border-radius:20px;min-height:242px;padding:32px}.home-step>span{background:#007a40;border-radius:50%;color:#fff;display:grid;font-size:18px;font-weight:800;height:48px;margin-bottom:20px;place-items:center;width:48px}.home-footer{background:#14171a;color:#a0a5b0;padding:80px max(28px,calc(50vw - 640px)) 40px}.home-footer-columns{grid-gap:64px;display:grid;gap:64px;grid-template-columns:2fr 1fr 1fr 1.2fr}.home-footer-columns>div{display:flex;flex-direction:column;font-size:14px;gap:16px}.home-footer-columns h3{color:#fff;font-size:14px;text-transform:uppercase}.home-footer-brand p{font-size:15px;line-height:1.6;max-width:360px}.home-footer-bottom{border-top:1px solid #ffffff1a;display:flex;font-size:13px;gap:20px;justify-content:space-between;margin-top:64px;padding-top:24px}.home-skip{background:#fff;left:16px;padding:12px;position:absolute;top:-100px;z-index:20}.home-skip:focus{top:10px}.mobile-booking,.mobile-home-header,.mobile-home-hero,.mobile-home-menu{display:none}@media (max-width:1100px) and (min-width:701px){.home-header{flex-wrap:wrap;height:auto}.home-nav{justify-content:center;order:3;width:100%}.home-hero{height:700px}.home-booking{width:calc(100vw - 56px)}.home-fields,.home-trust{grid-template-columns:1fr 1fr}.home-trust>div{white-space:normal}.home-footer-columns{gap:28px}}@media (max-width:700px){.home-header,.home-hero,.home-hero-spacer{display:none}.mobile-home-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0d9;display:flex;height:56px;justify-content:space-between;padding:14px 20px;position:relative;z-index:10}.mobile-home-header .home-logo{height:28px;width:88px}.mobile-menu-button{align-items:flex-end;background:#0000;display:flex;flex-direction:column;gap:4px;height:32px;justify-content:center;width:32px}.mobile-menu-button span{background:#14171a;border-radius:1px;height:2px;width:20px}.mobile-menu-button span:nth-child(2){width:14px}.mobile-menu-button span:nth-child(3){width:18px}.mobile-home-menu{background:#fff;border:1px solid #e0e0d9;box-shadow:0 14px 30px #14171a1f;display:flex;flex-direction:column;gap:0;padding:18px 20px;position:absolute;right:0;top:56px;width:min(280px,86vw);z-index:9}.mobile-home-menu a{border-bottom:1px solid #eceee8;font-size:14px;padding:12px 4px}.mobile-home-hero{background:linear-gradient(#38144fb3,#38144fb3),var(--home-hero-image) center /cover;display:block;min-height:220px;padding:20px}.mobile-home-hero-copy{color:#fff}.mobile-hero-badge{background:#e8ad0a26;border:1px solid #e8ad0a;border-radius:99px;color:#e8ad0a;display:inline-flex;font-size:11px;font-weight:700;line-height:16px;padding:4px 10px}.mobile-home-hero h1{font-size:28px;font-weight:800;line-height:34px;margin-top:12px}.mobile-home-hero p{color:#f4f4ee;font-size:13px;line-height:18px;margin-top:8px}.mobile-booking{background:#fff;border-bottom:1px solid #e0e0d9;display:flex;flex-direction:column;gap:16px;padding:16px;scroll-margin-top:0}.mobile-booking .home-tabs{font-size:12px}.mobile-booking .home-tabs span{padding:8px 16px}.mobile-booking .home-tabs span:nth-child(2){opacity:.6}.mobile-form-stack{display:flex;flex-direction:column;gap:12px}.mobile-form-stack label{display:block;letter-spacing:.5px}.mobile-form-stack label>div{gap:10px;height:43px;margin-top:6px;padding:12px}.mobile-form-stack input,.mobile-form-stack select{font-size:14px;font-weight:500}.mobile-date-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.mobile-booking-submit{font-size:15px!important;margin-top:0;min-height:48px!important;width:100%}.home-trust-mobile{background:#f4f8f0;display:flex;flex-direction:column;gap:16px;min-height:auto;padding:22px 20px}.home-trust-mobile>div{font-size:13px;gap:12px;white-space:normal}.home-trust-mobile>div:nth-child(n+3){display:none}.home-section{padding:56px 20px}.home-section-heading{margin-bottom:32px}.home-section h2{font-size:28px;line-height:1.3}.home-section-heading p{font-size:14px}.home-grid{gap:20px;grid-template-columns:1fr}.home-benefit,.home-stats{min-height:0}.home-stats{gap:28px 12px;grid-template-columns:1fr 1fr;padding:32px 20px}.home-stats>div+div{border:0}.home-stats strong{font-size:32px;line-height:40px}.home-stats span{font-size:11px}.home-destinations-heading{display:block}.home-destinations-heading .home-section-heading{margin-bottom:26px}.home-outline-button{justify-content:center;margin-bottom:32px;width:100%}.home-price-note{margin:-18px 0 24px}.home-step{min-height:0}.home-footer{padding:48px 20px 24px}.home-footer-columns{gap:36px 20px;grid-template-columns:1fr 1fr}.home-footer-brand{grid-column:1/-1}.home-footer-bottom{flex-direction:column;margin-top:36px}}
/*# sourceMappingURL=main.2d9ec74d.css.map*/