*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f4f8fc;color:#0b2f63}a{text-decoration:none;color:inherit}.topbar{height:72px;background:#fff;display:flex;align-items:center;gap:24px;padding:10px 4%;position:sticky;top:0;z-index:20;box-shadow:0 2px 12px #1232}.brand img{width:170px;height:52px;object-fit:contain}.search{flex:1}.search input{width:100%;padding:13px 16px;border:1px solid #dbe6f2;border-radius:12px;background:#f6f9fc}.topbar nav{display:flex;gap:18px;font-weight:700}.app-shell{display:grid;grid-template-columns:230px minmax(0,1fr);max-width:1500px;margin:auto}.sidebar{padding:22px 14px;display:flex;flex-direction:column;gap:7px;position:sticky;top:72px;height:calc(100vh - 72px)}.sidebar a{padding:12px;border-radius:10px}.sidebar a:hover{background:#e6f2ff;color:#087ff5}.content{padding:24px;min-width:0}.hero{min-height:280px;border-radius:22px;padding:42px;background:linear-gradient(90deg,#053b79dd,#00a8e888),url('/assets/img/dashboard-reference.png') center/cover;color:white;display:flex;align-items:center}.hero h1{font-size:46px;margin:0 0 8px}.hero p{font-size:20px}.quick-grid,.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:18px 0}.quick{background:#fff;border-radius:16px;padding:18px 8px;text-align:center;box-shadow:0 5px 20px #0a397214}.quick .ico{font-size:30px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-top:26px}.card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #0a397214}.card img{width:100%;height:160px;object-fit:cover}.card-body{padding:14px}.btn{display:inline-block;border:0;background:#0787f8;color:#fff;padding:12px 18px;border-radius:11px;font-weight:800;cursor:pointer}.btn.secondary{background:#fff;color:#0787f8;border:1px solid #0787f8}.panel{background:#fff;padding:22px;border-radius:18px;box-shadow:0 5px 20px #0a397214;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;font-weight:700;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #d8e3ef;border-radius:10px}.ride-types{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ride-card{border:2px solid #e3edf7;border-radius:18px;padding:18px;background:#fff;cursor:pointer}.ride-card:hover,.ride-card.active{border-color:#0787f8}.steps{display:flex;justify-content:space-between;margin:0 0 22px}.step{flex:1;text-align:center;color:#7a8da5}.step b{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#dce8f5}.step.active{color:#0787f8}.step.active b{background:#0787f8;color:#fff}.seatmap{display:grid;grid-template-columns:repeat(4,64px);gap:12px;justify-content:center;margin:24px}.seat{padding:18px 8px;border:1px solid #b9cbe0;border-radius:10px;text-align:center;background:#fff}.seat.selected{background:#0787f8;color:#fff}.seat.occupied{background:#ff6b6b;color:#fff}.post{background:#fff;border-radius:16px;padding:16px;margin-bottom:16px}.post-head{display:flex;align-items:center;gap:10px}.avatar{width:44px;height:44px;border-radius:50%;background:#dbeeff;display:grid;place-items:center;font-weight:800}.mobile-nav{display:none}.auth{max-width:460px;margin:50px auto}.notice{padding:12px;border-radius:10px;background:#e8f8ee;color:#167b3c;margin:12px 0}@media(max-width:900px){.topbar{height:64px;padding:8px 14px}.brand img{width:135px}.topbar .search,.topbar nav{display:none}.app-shell{display:block}.sidebar{display:none}.content{padding:14px 14px 90px}.hero{min-height:210px;padding:25px}.hero h1{font-size:32px}.quick-grid{grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:1fr 1fr}.ride-types,.form-grid{grid-template-columns:1fr}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:68px;background:#fff;display:flex;justify-content:space-around;align-items:center;z-index:30;box-shadow:0 -2px 12px #1232}.mobile-nav a{display:flex;flex-direction:column;align-items:center;font-size:20px}.mobile-nav small{font-size:10px}.mobile-nav .plus{width:48px;height:48px;border-radius:50%;background:#0787f8;color:#fff;display:grid;place-items:center;font-size:34px}.card img{height:130px}.steps{font-size:10px}.step b{width:26px;height:26px}.seatmap{grid-template-columns:repeat(4,52px)}}@media(max-width:520px){.cards{grid-template-columns:1fr}.quick-grid{gap:8px}.quick{padding:12px 4px;font-size:12px}.hero h1{font-size:28px}}

.booking-choice{display:grid;grid-template-columns:1fr 1fr;gap:18px}.booking-choice>div{border:1px solid #dbe6f2;border-radius:16px;padding:18px}.confirmation{text-align:center;max-width:680px;margin:auto}.success-check{margin:auto;width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:white;font-size:56px}.paid{color:#16a34a}.qr-token{padding:18px;background:#eef7ff;border:2px dashed #0787f8;border-radius:14px;overflow-wrap:anywhere}.validation{margin-top:20px;padding:20px;border-radius:14px}.validation.valid{background:#e9f9ef;color:#087a36}.validation.already_boarded{background:#fff8df;color:#8a6400}.validation.invalid{background:#ffecec;color:#a31515}.avatar.big{width:86px;height:86px;font-size:34px;margin:auto}.profile-card{text-align:center;max-width:620px;margin:auto}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e3edf7}@media(max-width:900px){.booking-choice{grid-template-columns:1fr}}
/* Authentication UI */
.auth-shell{max-width:1050px;margin:42px auto;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch;padding:0 18px}.auth-brand{border-radius:28px;padding:44px;background:linear-gradient(145deg,#e9f7ff,#fff7e9);display:flex;flex-direction:column;justify-content:center;min-height:560px}.auth-brand img{width:min(360px,85%);height:auto;object-fit:contain;margin:0 auto 28px}.auth-brand h1{font-size:38px;color:#0b3470;margin:0 0 12px}.auth-brand p{font-size:17px;line-height:1.65;color:#48617f}.auth.panel{max-width:none;margin:0;padding:38px;border-radius:28px;align-self:stretch}.auth .field{margin:0 0 17px}.auth .field label{display:block;font-weight:700;margin-bottom:7px;color:#18385f}.auth .field input{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #d6e1ee;border-radius:12px;background:#fff}.auth .field small,.muted{color:#72839a}.password-wrap{position:relative}.password-wrap input{padding-right:68px!important}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#087cf0;font-weight:700;cursor:pointer}.btn-block{width:100%;padding:14px 18px;margin-top:12px}.check-row{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:#52677f}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:8px 0}.auth-switch{text-align:center;margin-top:20px}.notice,.success{padding:12px 14px;border-radius:10px}.notice{background:#fff0f0;color:#a62d2d}.success{background:#eaf9ef;color:#17753b}@media(max-width:780px){.auth-shell{grid-template-columns:1fr;margin:16px auto;padding:0 12px}.auth-brand{min-height:auto;padding:25px;text-align:center}.auth-brand img{width:220px;margin-bottom:12px}.auth-brand h1{font-size:26px}.auth-brand p{font-size:14px}.auth.panel{padding:24px}.auth-options{align-items:flex-start}.auth{margin:18px 12px!important}}

/* Production v4 additions */
body{background:#f5f9fd;color:#102b55}.top{position:sticky;top:0;z-index:20}.top nav{display:flex;gap:10px;flex-wrap:wrap}.top nav a{font-size:13px}.brand img{object-fit:contain}.hero{min-height:330px;border-radius:24px;background:linear-gradient(90deg,rgba(0,43,90,.8),rgba(0,130,220,.12)),url('/assets/img/dashboard-reference.png') center/cover;display:flex;align-items:center;padding:48px;color:white;margin-bottom:18px}.hero h1{font-size:48px;line-height:1;margin:0}.hero-actions{margin-top:22px;font-weight:700}.quick{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.quick a{background:white;border:1px solid #dceaf7;border-radius:18px;padding:20px;text-decoration:none;color:#123;display:flex;flex-direction:column;gap:5px;font-size:24px}.quick b,.quick small{font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card img{width:100%;height:150px;object-fit:cover;border-radius:12px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{padding:18px;border-radius:16px;background:#fff;border:1px solid #dceaf7}.stat strong{display:block;font-size:28px;margin-top:8px}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:10px;border-bottom:1px solid #e5edf5;text-align:left}.seat-grid{display:grid;grid-template-columns:repeat(4,minmax(55px,1fr));gap:8px;max-width:500px}.seat{padding:12px;border:1px solid #b9d4ee;border-radius:10px;text-align:center;background:white}.seat.occupied{background:#ffd9df;color:#8b2635}.notice{padding:15px;border-left:4px solid #f0a000;background:#fff6d9;margin:16px 0}.qr{background:white;padding:12px;display:inline-block}.valid{color:#0b9b52}.already_boarded,.unpaid{color:#d28a00}.invalid{color:#d93025}.message{padding:10px;margin:6px 0;background:#fff;border-radius:10px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}.chips a{padding:8px 12px;background:#e8f4ff;border-radius:20px;text-decoration:none}
@media(max-width:900px){.top nav{overflow:auto;flex-wrap:nowrap}.hero{min-height:240px;padding:28px}.hero h1{font-size:36px}.quick{grid-template-columns:repeat(3,1fr)}.cards,.stats{grid-template-columns:1fr 1fr}.shell{padding:12px}table{display:block;overflow-x:auto}}
@media(max-width:600px){.brand span{font-size:14px}.top nav a{white-space:nowrap}.hero{min-height:190px;border-radius:18px}.hero h1{font-size:30px}.quick{grid-template-columns:repeat(2,1fr)}.cards,.stats{grid-template-columns:1fr}.panel{padding:14px}.seat-grid{grid-template-columns:repeat(4,1fr)}input,select,textarea,.btn,button{min-height:46px;font-size:16px}}
/* v5 reference dashboard */
body.dashboard-page{background:#f6f8fb}.dashboard-layout{display:grid;grid-template-columns:190px minmax(520px,1fr) 300px;gap:12px;max-width:1480px;margin:0 auto;padding:12px}.dashboard-layout *{box-sizing:border-box}.dash-sidebar,.dash-right,.dash-section,.composer,.right-card{background:#fff;border:1px solid #e6edf5;border-radius:10px}.dash-sidebar{padding:8px;align-self:start;position:sticky;top:74px}.side-logo{text-align:center;padding:8px 4px 14px}.side-logo img{width:145px;max-height:64px;object-fit:contain}.dash-sidebar>a{display:flex;gap:10px;align-items:center;padding:9px 10px;border-radius:7px;font-size:12px;color:#16345d}.dash-sidebar>a span{width:18px;text-align:center;font-size:15px}.dash-sidebar>a.active{background:#078bf2;color:#fff;font-weight:800}.side-promo{height:155px;border-radius:9px;margin-top:12px;padding:18px;color:#fff;display:flex;align-items:flex-end;background:linear-gradient(0deg,#0b3977aa,#078bf222),url('/assets/img/dashboard-reference.png') center/cover;font-family:cursive;font-size:17px}.dash-main{min-width:0}.dash-search{height:44px;background:#fff;border:1px solid #e6edf5;border-radius:10px;display:flex;align-items:center;padding:0 14px;margin-bottom:10px}.dash-search input{border:0;outline:0;width:100%;padding:8px;background:transparent;font-size:12px}.dash-hero{height:250px;border-radius:10px;overflow:hidden;position:relative;color:#fff;padding:30px;background:linear-gradient(90deg,rgba(0,30,65,.7),rgba(0,50,90,.05)),url('/assets/img/ref-hero.jpg') center/cover}.hero-copy h1{font-size:28px;line-height:1.02;margin:0}.hero-copy p{font-size:13px}.hero-mini{display:flex;gap:26px;margin-top:32px}.hero-mini span{font-size:23px;text-align:center}.hero-mini small{display:block;font-size:9px;margin-top:4px}.hero-script{position:absolute;right:22px;bottom:28px;font-family:cursive;font-size:21px;transform:rotate(-8deg);text-align:center}.dash-section{padding:12px;margin-top:10px}.section-head{display:flex;justify-content:space-between;align-items:center}.section-head h2{font-size:15px;margin:0 0 10px;color:#132f57}.section-head a{font-size:10px;color:#078bf2;font-weight:700}.reference-quick{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.reference-quick a{text-align:center;font-size:9px;color:#173253}.reference-quick i{display:grid;place-items:center;width:48px;height:48px;border-radius:9px;color:#fff;font-size:23px;font-style:normal;margin:0 auto 6px;box-shadow:0 5px 12px #14315a18}.reference-quick b{display:block}.reference-quick small{font-size:7px}.q-blue i{background:#0b8ff7}.q-green i{background:#24c98b}.q-orange i{background:#ff9e3e}.q-red i{background:#ff5261}.q-teal i{background:#11c2ca}.q-purple i{background:#9c5cf4}.q-pink i{background:#f44b93}.q-more i{background:#eef3f8;color:#234}.reference-hotels{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.reference-hotels article{border:1px solid #e3eaf2;border-radius:8px;padding:6px;min-width:0}.hotel-img{height:90px;position:relative}.hotel-img img{width:100%;height:100%;object-fit:cover;border-radius:6px}.hotel-img span{position:absolute;right:6px;top:5px;color:#fff;font-size:22px}.reference-hotels h3{font-size:10px;margin:7px 0 3px}.reference-hotels p{font-size:8px;margin:3px 0;color:#63758c}.reference-hotels .stars{color:#ffb000}.reference-hotels .stars small{color:#63758c}.reference-hotels article>div:last-child{display:flex;justify-content:space-between;align-items:center;font-size:10px}.mini-btn{background:#078bf2;color:#fff!important;padding:5px 7px;border-radius:12px;font-size:7px!important}.trending{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.trending a{border:1px solid #e4ebf2;border-radius:7px;overflow:hidden;padding-bottom:5px}.trending img{width:100%;height:55px;object-fit:cover}.trending b,.trending small{display:block;padding:0 5px;font-size:8px}.trending small{color:#708198;font-size:7px}.dash-right{background:transparent;border:0}.composer,.right-card{padding:10px;margin-bottom:10px}.composer-line{display:flex;gap:8px;align-items:center}.composer-line>a{flex:1;background:#f4f7fa;border-radius:15px;padding:9px;color:#72839a;font-size:9px}.mini-avatar{width:29px;height:29px;border-radius:50%;background:#e1f0ff;color:#087fe8;display:grid;place-items:center;font-weight:800}.composer-actions{display:flex;justify-content:space-between;margin-top:8px}.composer-actions a{font-size:8px}.delivery-banner{height:100px;display:flex;flex-direction:column;justify-content:center;border-radius:9px;padding:14px 55px 14px 14px;margin-bottom:10px;position:relative;color:#083a78;background:linear-gradient(90deg,#e8f7ff,#78d5ff);overflow:hidden}.delivery-banner b{font-size:20px}.delivery-banner span{font-size:10px;color:#078bf2;font-weight:800}.delivery-banner small{font-size:8px;margin-top:12px}.delivery-banner i{position:absolute;right:12px;width:30px;height:30px;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:18px}.tabs{display:flex;justify-content:space-between;font-size:8px;border-bottom:1px solid #e9eef4;padding-bottom:6px}.tabs b{color:#078bf2}.booking-mini{display:grid;grid-template-columns:48px 1fr auto;gap:7px;align-items:center;padding:8px 0;border-bottom:1px solid #edf1f5}.booking-mini img{width:48px;height:42px;object-fit:cover;border-radius:5px}.booking-mini b,.booking-mini strong,.booking-mini small{display:block;font-size:8px}.booking-mini strong{font-size:8px}.booking-mini small{color:#6e7e91}.booking-mini em{font-size:7px;color:#078b4f;background:#e6f8ef;border-radius:10px;padding:5px;font-style:normal}.empty-state{font-size:10px;color:#667b93}.feed-post{font-size:9px}.post-user{display:flex;align-items:center;gap:7px}.post-user>div:nth-child(2){flex:1}.post-user b,.post-user small{display:block}.post-user small{font-size:7px;color:#718298}.feed-post>img{width:100%;height:130px;object-fit:cover;border-radius:7px}.feed-post footer{padding:7px 2px;color:#304b6d}.top.dashboard-top{height:58px;background:#fff;border-bottom:1px solid #e6edf5;display:flex;align-items:center;padding:0 max(12px,calc((100% - 1480px)/2));position:sticky;top:0;z-index:50}.dashboard-top .brand{display:none}.dashboard-top nav{margin-left:auto}.dashboard-top nav a{font-size:10px}.mobile-dashboard-nav{display:none}
@media(max-width:1100px){.dashboard-layout{grid-template-columns:170px 1fr}.dash-right{grid-column:2}.reference-quick{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.top.dashboard-top{display:none}.dashboard-layout{display:block;padding:0 0 78px}.dash-sidebar,.dash-right{display:none}.dash-main{width:100%}.dash-search{margin:8px 12px}.dash-hero{margin:0 12px;height:205px;border-radius:12px;padding:24px}.hero-copy h1{font-size:25px}.hero-script{display:none}.hero-mini{gap:18px;margin-top:25px}.dash-section{border:0;border-radius:0;margin-top:8px;padding:14px 18px}.reference-quick{grid-template-columns:repeat(3,1fr);gap:16px 10px}.reference-quick i{width:55px;height:55px;border-radius:12px}.reference-quick a{font-size:11px}.reference-quick small{font-size:8px}.reference-hotels{grid-template-columns:1fr}.reference-hotels article:not(:first-child){display:none}.hotel-img{height:120px}.trending{grid-template-columns:repeat(3,1fr)}.trending a:nth-child(n+4){display:none}.mobile-dashboard-nav{position:fixed;display:flex;bottom:0;left:0;right:0;height:68px;background:#fff;z-index:90;justify-content:space-around;align-items:center;border-top:1px solid #e0e8f1}.mobile-dashboard-nav a{text-align:center;font-size:9px;color:#17375f}.mobile-dashboard-nav a i{display:block;font-style:normal;font-size:22px}.mobile-dashboard-nav .create{width:48px;height:48px;background:#078bf2;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:32px;margin-top:-18px}.mobile-dashboard-nav .create small{display:none}}
.dashboard-page .shell{max-width:none;padding:0}.dashboard-page .site-footer{display:none}.site-footer{text-align:center;padding:22px;color:#718298;font-size:12px}


/* v6.1 authentication layout repair */
body.auth-page{min-height:100vh;background:linear-gradient(135deg,#eef8ff 0%,#f8fbff 46%,#fff7e9 100%);color:#102f5c}
.auth-page .shell{max-width:none;padding:0;min-height:100vh;display:flex;align-items:center;justify-content:center}
.auth-page .site-footer{display:none}
.auth-page .auth-shell{width:min(1120px,calc(100% - 40px));max-width:1120px;margin:28px auto;display:grid;grid-template-columns:1.05fr .95fr;gap:0;min-height:650px;padding:0;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(18,67,116,.14);border:1px solid rgba(203,221,238,.8)}
.auth-page .auth-brand{min-height:650px;border-radius:0;padding:58px;background:linear-gradient(155deg,rgba(5,124,220,.96),rgba(0,184,199,.88)),url('/assets/img/ref-hero.jpg') center/cover;position:relative;color:#fff;justify-content:center;overflow:hidden}
.auth-page .auth-brand:after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;bottom:-120px;background:rgba(255,255,255,.12)}
.auth-page .auth-brand img{width:245px;max-height:180px;object-fit:contain;margin:0 auto 34px;background:#fff;border-radius:22px;padding:14px;box-shadow:0 14px 34px rgba(0,42,91,.18)}
.auth-page .auth-brand h1{font-size:40px;line-height:1.08;color:#fff;margin:0 0 14px;letter-spacing:-.7px}
.auth-page .auth-brand p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.92);max-width:470px;margin:0}
.auth-page .auth.panel{box-shadow:none;border-radius:0;margin:0;max-width:none;padding:70px 62px;display:flex;flex-direction:column;justify-content:center;background:#fff}
.auth-page .auth.panel>h1{font-size:34px;margin:0 0 8px;color:#0d376c;letter-spacing:-.5px}
.auth-page .auth.panel>.muted{margin:0 0 28px;font-size:15px}
.auth-page .auth .field{margin-bottom:18px}
.auth-page .auth .field label{font-size:13px;margin-bottom:8px;color:#173b67}
.auth-page .auth .field input{height:50px;border:1px solid #d5e2ef;border-radius:12px;padding:0 14px;font-size:15px;outline:none;transition:.2s;background:#fbfdff}
.auth-page .auth .field input:focus{border-color:#078bf2;box-shadow:0 0 0 4px rgba(7,139,242,.09);background:#fff}
.auth-page .password-wrap{position:relative}
.auth-page .password-toggle{right:10px;padding:7px 9px;border-radius:8px;background:#edf7ff;font-size:12px}
.auth-page .auth-options{margin:2px 0 18px;font-size:13px}
.auth-page .auth-options a,.auth-page .auth-switch a{color:#078bf2;font-weight:800}
.auth-page .check-row{align-items:center;color:#526b87}
.auth-page .check-row input{width:16px;height:16px;margin:0}
.auth-page .btn-block{height:50px;border-radius:12px;margin-top:0;background:linear-gradient(90deg,#078bf2,#08a8d6);font-size:15px;box-shadow:0 9px 20px rgba(7,139,242,.2)}
.auth-page .auth-switch{font-size:13px;color:#60758e;margin:22px 0 0}
.auth-page .notice,.auth-page .success{font-size:13px;margin:0 0 18px}
@media(max-width:820px){
 .auth-page .shell{align-items:flex-start}
 .auth-page .auth-shell{width:min(520px,calc(100% - 24px));grid-template-columns:1fr;margin:12px auto 24px;min-height:0;border-radius:24px}
 .auth-page .auth-brand{min-height:230px;padding:28px 28px 30px;text-align:center}
 .auth-page .auth-brand img{width:145px;max-height:105px;margin:0 auto 15px;padding:8px;border-radius:14px}
 .auth-page .auth-brand h1{font-size:26px;margin-bottom:8px}
 .auth-page .auth-brand p{font-size:13px;line-height:1.5;margin:auto;max-width:390px}
 .auth-page .auth.panel{padding:30px 24px 34px}
 .auth-page .auth.panel>h1{font-size:27px}
 .auth-page .auth.panel>.muted{margin-bottom:22px}
}
@media(max-width:420px){
 .auth-page .auth-shell{width:100%;margin:0;border-radius:0;border:0;min-height:100vh}
 .auth-page .auth-brand{min-height:210px;padding:24px 20px}
 .auth-page .auth-brand img{width:125px;max-height:90px}
 .auth-page .auth.panel{padding:28px 20px}
 .auth-page .auth-options{gap:8px}
}
/* v6.2 seed-image/content corrections — dashboard design preserved */
.dash-hero.clean-cover{background-image:url('/assets/img/hero-clean.jpg');background-position:center;background-size:cover;padding:0}
.top:not(.dashboard-top){height:72px;background:#fff;border-bottom:1px solid #e6edf5;display:flex;align-items:center;gap:22px;padding:8px 4%;position:sticky;top:0;z-index:50}.top:not(.dashboard-top) .brand{display:flex;align-items:center;gap:10px}.top:not(.dashboard-top) .brand img{width:76px;height:54px;object-fit:contain}.top:not(.dashboard-top) .brand span{font-weight:800;font-size:15px}.top:not(.dashboard-top) .brand small{display:block;font-size:9px;font-weight:500}.top:not(.dashboard-top) nav{margin-left:auto;align-items:center}.shell{min-height:calc(100vh - 72px)}
.explore-page{max-width:1440px;margin:0 auto;padding:28px 32px 48px}.explore-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.explore-head h1{font-size:38px;margin:0 0 8px;color:#0b376d}.explore-head p{margin:0;color:#63758c}.explore-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.explore-filters button{border:1px solid #dbe7f3;background:#fff;color:#17375f;border-radius:20px;padding:9px 16px;cursor:pointer}.explore-filters button.active{background:#078bf2;color:#fff;border-color:#078bf2}.explore-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.explore-card{background:#fff;border:1px solid #e4ebf2;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(16,55,95,.06)}.explore-card>img{width:100%;height:220px;object-fit:cover;display:block}.explore-card-body{padding:16px}.explore-card h3{font-size:20px;margin:10px 0 8px}.explore-card p{color:#526b86;min-height:42px}.explore-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0}.explore-meta b{margin-left:auto}.explore-card .btn{border:0}
@media(max-width:900px){.top:not(.dashboard-top){padding:8px 14px}.top:not(.dashboard-top) nav{overflow:auto;white-space:nowrap}.explore-page{padding:20px 16px}.explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.top:not(.dashboard-top) .brand span{display:none}.top:not(.dashboard-top) nav{gap:8px}.top:not(.dashboard-top) nav a{font-size:11px}.explore-head{align-items:flex-start;flex-direction:column}.explore-head h1{font-size:30px}.explore-grid{grid-template-columns:1fr}.explore-card>img{height:210px}}

/* v6.3 crisp typography & responsive image rendering */
:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-synthesis:none}
html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body,input,select,textarea,button{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
body{line-height:1.45}
img{display:block;max-width:100%;image-rendering:auto}
button,input,select,textarea{font:inherit}
.dash-search input,.top nav a,.dash-sidebar>a,.reference-quick a,.reference-quick b,.reference-quick small,.section-head h2,.section-head a,.hotel-body,.trending a,.booking-mini,.feed-post{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
.dash-sidebar>a{font-size:13px;font-weight:600;line-height:1.25}
.dash-search input{font-size:13px}
.section-head h2{font-size:17px;line-height:1.25;font-weight:700}
.reference-quick a{font-size:11px;line-height:1.2;font-weight:600}
.reference-quick b{font-size:11px}.reference-quick small{font-size:9px;line-height:1.2}
.hotel-img,.trending img,.feed-post>img,.booking-mini img,.explore-card>img{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}
.explore-card h3{line-height:1.25}.explore-card p{line-height:1.5}
@media(max-width:760px){
 body{font-size:15px;line-height:1.5}
 .dash-search{height:48px}.dash-search input{font-size:16px}
 .dash-hero{height:220px;background-position:center}
 .section-head h2{font-size:19px;margin-bottom:12px}
 .section-head a{font-size:12px}
 .reference-quick a{font-size:12px;line-height:1.25}
 .reference-quick b{font-size:12px}.reference-quick small{font-size:10px}
 .reference-quick i{font-size:25px}
 .hotel-img{height:155px}
 .trending img{height:92px;object-fit:cover}
 .trending b{font-size:11px;line-height:1.25}.trending small{font-size:9px}
 .mobile-dashboard-nav a{font-size:10px;font-weight:600}.mobile-dashboard-nav a i{font-size:23px}
 .explore-head h1{font-size:30px;line-height:1.15}.explore-head p{font-size:14px;line-height:1.5}
 .explore-filters button{font-size:13px;min-height:40px}
 .explore-card>img{height:230px}.explore-card h3{font-size:20px}.explore-card p,.explore-meta{font-size:14px}
 .btn{font-size:14px;min-height:44px}
}
@media(max-width:420px){
 body{font-size:15px}
 .dash-hero{height:205px}
 .reference-quick{gap:14px 8px}.reference-quick i{width:54px;height:54px}
 .trending{gap:7px}.trending img{height:82px}
 .explore-page{padding:18px 12px 88px}.explore-card>img{height:215px}
}

/* v6.4 typography hierarchy, cover slider, and shared page layout polish */
body,input,select,textarea,button{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400}
p,small,span,label,input,select,textarea,.dash-sidebar>a,.reference-quick a,.reference-quick b,.reference-quick small,.top nav a,.hotel-body,.trending a,.booking-mini,.feed-post,.tabs{font-weight:400}
h1,h2,h3,h4,h5,h6,.section-head h2,.panel>h1,.panel>h2,.explore-head h1{font-weight:700}
strong{font-weight:600}.btn,button,.mini-btn{font-weight:500}.dash-sidebar>a.active{font-weight:500}.top:not(.dashboard-top) .brand span{font-weight:600}.section-head a{font-weight:400}
.reference-hotels h3,.trending b,.booking-mini b,.booking-mini strong,.post-user b{font-weight:500}

/* Clean cover uses the two user-supplied Boracay photos; no text overlay */
.dash-hero.cover-slider{height:250px;padding:0;background:none;position:relative;overflow:hidden;border-radius:10px}
.cover-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.008);transition:opacity .65s ease,transform 5.5s ease}
.cover-slide.active{opacity:1;transform:scale(1)}
.cover-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:7px;z-index:3}
.cover-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.78);box-shadow:0 1px 5px rgba(0,0,0,.18);cursor:pointer}
.cover-dots button.active{background:#078bf2;width:11px;height:11px}

/* Internal pages: consistent clean header and readable content width */
body:not(.dashboard-page):not(.auth-page) .shell{max-width:1480px;margin:0 auto;padding:24px 28px 54px}
body:not(.dashboard-page):not(.auth-page) .panel{border:1px solid #e3ebf4;box-shadow:0 7px 24px rgba(16,55,95,.055);border-radius:16px}
body:not(.dashboard-page):not(.auth-page) .panel h1{font-size:30px;line-height:1.18;margin:0 0 18px;color:#0b376d}
body:not(.dashboard-page):not(.auth-page) .card{border:1px solid #e3ebf4;box-shadow:none;padding:14px}
body:not(.dashboard-page):not(.auth-page) .card h3{font-weight:600;margin:10px 0 7px}
body:not(.dashboard-page):not(.auth-page) .card p{font-weight:400;color:#526b86;line-height:1.5}
.top:not(.dashboard-top) nav a{font-weight:400;color:#17375f;padding:8px 5px}.top:not(.dashboard-top) nav a:hover{color:#078bf2}

/* Dashboard text is regular except headings */
.dash-sidebar>a{font-weight:400}.reference-quick b{font-weight:400}.reference-hotels article>div:last-child>b{font-weight:500}.delivery-banner b{font-weight:700}.delivery-banner span{font-weight:500}

@media(max-width:760px){
 .dash-hero.cover-slider{height:205px;margin:0 12px;border-radius:12px}
 .cover-slide{background-position:center center}
 body:not(.dashboard-page):not(.auth-page) .shell{padding:16px 12px 88px}
 body:not(.dashboard-page):not(.auth-page) .panel{padding:16px;border-radius:14px}
 body:not(.dashboard-page):not(.auth-page) .panel h1{font-size:25px}
 .dash-sidebar>a,.reference-quick a,.reference-quick b,.trending b,.booking-mini,.feed-post{font-weight:400}
 .section-head h2{font-weight:700}
}

/* v6.5 Book A Ride — responsive reference-aligned production UI */
.ride-page{max-width:1240px;margin:0 auto;padding:8px 0 48px}.ride-hero{height:250px;position:relative;overflow:hidden;border-radius:18px;margin-bottom:16px;background:#087eea}.ride-hero>img{width:100%;height:100%;object-fit:cover}.ride-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,48,93,.78),rgba(0,90,150,.18) 65%,transparent)}.ride-hero-copy{position:absolute;z-index:2;left:28px;bottom:28px;color:#fff;max-width:620px}.ride-hero-copy h1{font-size:46px;line-height:1;margin:0 0 8px;font-weight:700}.ride-hero-copy h2{font-size:21px;margin:0 0 5px;font-weight:600}.ride-hero-copy p{margin:0;font-size:15px;font-weight:400}.ride-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:14px 0 22px}.ride-filters{display:flex;gap:10px;flex-wrap:wrap}.ride-filters button,.ride-location{height:44px;border:1px solid #dbe7f3;border-radius:13px;background:#fff;color:#17375f;padding:0 22px;font-weight:400;display:flex;align-items:center;gap:8px}.ride-filters button{cursor:pointer;min-width:120px;justify-content:center}.ride-filters button.active{background:#078bf2;border-color:#078bf2;color:#fff}.ride-location{min-width:190px;justify-content:center}.ride-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:12px}.ride-heading h2{font-size:26px;margin:0 0 3px}.ride-heading p{margin:0;color:#657a91;font-size:14px}.ride-heading label{font-size:13px;white-space:nowrap}.ride-heading select{margin-left:7px;border:1px solid #dbe7f3;border-radius:9px;padding:8px 28px 8px 10px;background:#fff}.ride-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ride-option{background:#fff;border:1px solid #e0e9f2;border-radius:16px;overflow:hidden;box-shadow:0 7px 22px rgba(22,60,100,.07)}.ride-option[hidden]{display:none}.ride-photo{height:190px;position:relative;overflow:hidden}.ride-photo img{width:100%;height:100%;object-fit:cover}.ride-heart{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.9);background:rgba(17,43,78,.34);color:#fff;font-size:24px;display:grid;place-items:center;cursor:pointer}.ride-card-body{padding:15px}.ride-card-body h3{font-size:20px;margin:0 0 3px;font-weight:600}.ride-sub{font-size:13px;color:#526b86;margin:0 0 12px}.ride-meta{display:flex;justify-content:space-between;gap:8px;color:#416386;font-size:12px;margin:7px 0}.ride-bottom{border-top:1px solid #edf2f7;margin-top:12px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ride-price strong{font-size:20px;font-weight:700}.ride-price small{font-size:11px;color:#60758d}.ride-bottom .btn{padding:10px 18px}.ride-eco{margin-top:20px;background:#e9fbf5;border:1px solid #d4f3e8;border-radius:15px;padding:15px 18px;display:flex;align-items:center;gap:12px;color:#135c48}.ride-eco>div{display:flex;flex-direction:column}.ride-eco strong{font-weight:600}.ride-eco span{font-size:12px}
@media(max-width:900px){.ride-page{padding:0 0 86px}.ride-hero{height:230px;border-radius:14px}.ride-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ride-toolbar{align-items:stretch;flex-direction:column}.ride-location{align-self:flex-start}.ride-heading{align-items:flex-start}.ride-filters{display:grid;grid-template-columns:repeat(4,1fr);width:100%}.ride-filters button{min-width:0;padding:0 8px}}
@media(max-width:600px){.ride-page{margin:-2px -4px 0}.ride-hero{height:245px;border-radius:0 0 22px 22px;margin:0 -8px 16px}.ride-hero-copy{left:20px;right:20px;bottom:20px}.ride-hero-copy h1{font-size:36px}.ride-hero-copy h2{font-size:18px}.ride-hero-copy p{font-size:13px}.ride-toolbar{padding:0 6px;margin-top:10px}.ride-filters{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.ride-filters button{height:42px;border-radius:12px;font-size:12px;flex-direction:column;gap:0;line-height:1.1}.ride-location{display:none}.ride-heading{padding:0 6px;display:block;margin:18px 0 10px}.ride-heading h2{font-size:23px}.ride-heading p{font-size:13px}.ride-heading label{display:none}.ride-grid{grid-template-columns:1fr;gap:12px;padding:0 6px}.ride-option{display:grid;grid-template-columns:118px minmax(0,1fr);border-radius:15px}.ride-option[hidden]{display:none}.ride-photo{height:100%;min-height:165px}.ride-heart{width:31px;height:31px;font-size:20px;right:7px;top:7px}.ride-card-body{padding:13px}.ride-card-body h3{font-size:18px}.ride-sub{font-size:12px;margin-bottom:7px}.ride-meta{font-size:11px;display:block;margin:5px 0}.ride-meta span{display:block;margin:3px 0}.ride-bottom{padding-top:9px}.ride-price strong{font-size:17px}.ride-price small{font-size:9px}.ride-bottom .btn{padding:9px 13px;min-height:auto;font-size:12px}.ride-eco{margin:15px 6px 0}.ride-eco strong{font-size:13px}.ride-eco span{font-size:10px}}
