*{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:0;display:block;background:url('/assets/img/southwest-social-logo.png') center/cover no-repeat;overflow:hidden}.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}}

/* v6.6 — Uniform desktop header across every authenticated page */
@media (min-width:901px){
  .top,
  .top.dashboard-top,
  .top:not(.dashboard-top){
    height:100px;
    background:#fff;
    border-top:4px solid #2d2d2d;
    border-bottom:1px solid #e6edf5;
    display:flex;
    align-items:center;
    gap:24px;
    padding:8px max(5%,calc((100% - 1700px)/2));
    position:sticky;
    top:0;
    z-index:50;
    box-shadow:none;
  }
  .top.dashboard-top .brand,
  .top:not(.dashboard-top) .brand{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:320px;
  }
  .top.dashboard-top .brand img,
  .top:not(.dashboard-top) .brand img{
    width:90px;
    height:70px;
    object-fit:contain;
  }
  .top.dashboard-top .brand span,
  .top:not(.dashboard-top) .brand span{
    display:block;
    color:#102f5c;
    font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size:20px;
    line-height:1.15;
    font-weight:600;
    white-space:nowrap;
  }
  .top.dashboard-top .brand small,
  .top:not(.dashboard-top) .brand small{
    display:block;
    margin-top:4px;
    font-size:12px;
    line-height:1.2;
    font-weight:400;
    color:#102f5c;
  }
  .top.dashboard-top nav,
  .top:not(.dashboard-top) nav{
    display:flex;
    margin-left:auto;
    align-items:center;
    justify-content:flex-end;
    gap:22px;
    flex-wrap:nowrap;
  }
  .top.dashboard-top nav a,
  .top:not(.dashboard-top) nav a{
    padding:8px 0;
    font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size:16px;
    line-height:1;
    font-weight:400;
    color:#102f5c;
    white-space:nowrap;
  }
  .top.dashboard-top nav a:hover,
  .top:not(.dashboard-top) nav a:hover{color:#078bf2}
  .shell{min-height:calc(100vh - 100px)}
  .dash-sidebar{top:112px}
}

/* v6.8 — internal module layout system */
.module-page{max-width:1320px;margin:0 auto;padding:6px 0 30px}.module-head{margin-bottom:24px}.module-head h1{margin:0 0 7px!important}.module-head p{margin:0;color:#60758d;font-size:15px}.module-section-title{font-size:22px;margin:30px 0 14px;font-weight:700;color:#0b376d}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label,.field>span{font-size:13px;color:#36536f;font-weight:500}.field input,.field select,.field textarea,.composer input,.composer textarea,.message-compose input{width:100%;border:1px solid #d7e3ef;border-radius:11px;background:#fff;padding:12px 13px;font-size:15px;outline:none;transition:.15s}.field input:focus,.field select:focus,.field textarea:focus,.composer input:focus,.composer textarea:focus,.message-compose input:focus{border-color:#078bf2;box-shadow:0 0 0 3px rgba(7,139,242,.09)}.field textarea{min-height:100px;resize:vertical}.form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;margin-top:2px}
.delivery-types{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.delivery-type{border:1px solid #dce7f2;border-radius:14px;padding:16px;background:#fff;cursor:pointer}.delivery-type input{margin-right:7px}.delivery-type b{font-weight:600}.delivery-type small{display:block;color:#60758d;margin:5px 0 0 22px}.delivery-list{display:grid;gap:10px}.delivery-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px;border:1px solid #e1eaf3;border-radius:12px;background:#fff}.status-pill{padding:5px 9px;border-radius:999px;background:#eaf6ff;color:#0876ce;font-size:12px}
.community-page{max-width:1180px;padding:24px 28px 34px}.community-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.community-layout{display:grid;grid-template-columns:260px minmax(0,760px);gap:20px;align-items:start}.community-rail{position:sticky;top:92px;border:1px solid #e0eaf4;border-radius:15px;background:#f8fbfe;padding:16px;color:#48647f}.community-rail strong{display:block;color:#17375f;font-size:18px;margin-bottom:8px}.community-rail span{display:block;font-size:13px;line-height:1.5}.community-main{min-width:0}.composer{background:#f8fbfe;border:1px solid #e0eaf4;border-radius:15px;padding:16px;margin-bottom:18px}.composer textarea{min-height:96px;resize:vertical}.composer-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;margin-top:10px;align-items:center}.photo-picker{height:44px;border:1px solid #d6e3ef;border-radius:10px;background:#fff;color:#17375f;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;white-space:nowrap}.photo-picker input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.community-feed{display:grid;gap:15px}.community-post{border:1px solid #e1eaf3;border-radius:15px;background:#fff;padding:16px;overflow:hidden}.post-head{display:flex;align-items:center;gap:11px;margin-bottom:12px}.avatar{width:42px;height:42px;border-radius:50%;background:#e8f4ff;color:#078bf2;display:grid;place-items:center;font-weight:600;flex:0 0 auto}.post-author{min-width:0;flex:1}.post-head b{font-weight:600}.post-head small{display:block;color:#70849a;margin-top:2px}.follow-form{margin-left:auto}.follow-form button{height:36px;border:1px solid #078bf2;border-radius:999px;background:#078bf2;color:#fff;padding:0 14px;font-weight:600;cursor:pointer}.follow-form button.following{background:#fff;color:#078bf2}.community-post>p{font-size:15px;line-height:1.55;margin:8px 0 15px}.post-photo{margin:12px 0 15px;border-radius:13px;overflow:hidden;background:#edf4fa}.post-photo img{width:100%;max-height:520px;object-fit:cover}.post-actions{display:flex;align-items:center;gap:8px;border-top:1px solid #edf2f7;padding-top:11px;flex-wrap:wrap}.post-actions form{margin:0}.post-actions button,.post-actions span{border:0;background:#f2f7fb;border-radius:9px;padding:8px 12px;color:#294968;font:inherit;line-height:1.2}.post-actions button{cursor:pointer}.comment-form{display:flex;gap:8px;margin-top:10px}.comment-form input{flex:1;min-width:0;border:1px solid #dce6ef;border-radius:9px;padding:9px 11px}.comment-form button{border:0;border-radius:9px;padding:9px 12px;background:#17375f;color:#fff}.empty-feed{border:1px dashed #c9d8e6;border-radius:14px;padding:22px;text-align:center;color:#60758d;background:#fbfdff}
@media(max-width:760px){.community-page{padding:18px 16px 28px}.community-layout{grid-template-columns:1fr}.community-rail{position:static}.community-head{display:block}.composer-row{grid-template-columns:1fr}.photo-picker,.composer-row .btn{width:100%}.post-head{align-items:flex-start}.follow-form button{height:34px;padding:0 12px}.post-photo img{max-height:360px}.post-actions button,.post-actions span{font-size:13px}.comment-form{display:grid;grid-template-columns:1fr auto}}
.hotel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hotel-card{border:1px solid #e0e9f2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(22,60,100,.055)}.hotel-img{height:210px;position:relative}.hotel-img img{width:100%;height:100%;object-fit:cover}.hotel-save{position:absolute;right:12px;top:12px;border:0;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.94);font-size:20px}.hotel-info{padding:15px}.hotel-info h3{font-size:18px;margin:0 0 8px;font-weight:600}.hotel-meta{color:#60758d;font-size:13px;margin-bottom:14px}.hotel-foot{display:flex;justify-content:space-between;align-items:center;gap:10px}.hotel-price strong{font-size:18px}.hotel-price small{color:#60758d}.hotel-foot .btn{padding:9px 14px}
.messages-layout{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:520px;border:1px solid #e0e9f2;border-radius:15px;overflow:hidden}.conversation-list{background:#f8fbfe;border-right:1px solid #e0e9f2;padding:10px}.conversation-list a{display:flex;padding:12px;border-radius:10px;color:#183d68;margin-bottom:4px}.conversation-list a:hover,.conversation-list a.active{background:#e8f4ff;color:#078bf2}.conversation-main{padding:20px;display:flex;flex-direction:column}.empty-state{margin:auto;text-align:center;color:#71869b}.message-stream{display:flex;flex-direction:column;gap:10px;flex:1}.message-bubble{max-width:70%;padding:10px 13px;border-radius:13px;background:#f0f5f9}.message-bubble.mine{align-self:flex-end;background:#078bf2;color:#fff}.message-bubble b{display:block;font-size:11px;margin-bottom:3px}.message-compose{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:16px}
.settings-card{max-width:760px}.settings-card form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.settings-card .field.bio,.settings-card .form-actions{grid-column:1/-1}
@media(max-width:800px){.hotel-grid{grid-template-columns:1fr 1fr}.messages-layout{grid-template-columns:1fr}.conversation-list{border-right:0;border-bottom:1px solid #e0e9f2;display:flex;overflow:auto}.conversation-list a{white-space:nowrap}.settings-card form,.form-grid{grid-template-columns:1fr}.field.full,.settings-card .field.bio,.settings-card .form-actions,.form-actions{grid-column:auto}.delivery-types{grid-template-columns:1fr}}
@media(max-width:560px){.hotel-grid{grid-template-columns:1fr}.hotel-img{height:205px}.module-head{margin-bottom:18px}.composer-row{grid-template-columns:1fr}.composer-row .btn{width:100%}.comment-form{flex-wrap:wrap}.comment-form input{min-width:0}.delivery-row{align-items:flex-start;flex-direction:column}.messages-layout{min-height:430px}.conversation-main{padding:14px}.message-bubble{max-width:86%}}

/* v7.1 — form and module polish */
body:not(.dashboard-page):not(.auth-page) .panel.module-page{padding:24px 28px 34px}
.module-head h1,.booking-head h1{letter-spacing:0;line-height:1.15}
.module-head p,.booking-head p{max-width:680px;line-height:1.55}
.top:not(.dashboard-top){box-shadow:0 2px 14px rgba(14,48,88,.04)}
.top:not(.dashboard-top) nav{gap:16px}.top:not(.dashboard-top) nav a{padding:8px 0;color:#061f56}
.hotel-grid{align-items:stretch}.hotel-card{display:flex;flex-direction:column;border-radius:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hotel-card:hover{transform:translateY(-2px);border-color:#c8d9ea;box-shadow:0 12px 28px rgba(16,55,95,.09)}.hotel-info{display:flex;flex:1;flex-direction:column}.hotel-info h3{line-height:1.25}.hotel-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hotel-foot{margin-top:auto}.hotel-save{display:grid;place-items:center;box-shadow:0 8px 20px rgba(8,34,67,.18)}
.booking-panel{max-width:1080px;margin:0 auto;padding:26px 30px 30px}.booking-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.booking-head h1{font-size:30px;margin:0 0 8px;color:#082b66}.booking-head p{margin:0;color:#526b86}.booking-summary{min-width:145px;border:1px solid #dce7f2;border-radius:14px;background:#f8fbfe;padding:12px 14px;text-align:right;color:#526b86}.booking-summary small,.booking-summary span{display:block;font-size:12px}.booking-summary strong{display:block;font-size:24px;color:#082b66;line-height:1.1}.booking-form{display:block}.booking-form .form-grid{gap:16px}.stay-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.stay-grid .field{grid-column:span 1}.stay-grid .guests-field{max-width:180px}.stay-grid .form-actions{grid-column:auto;margin:0;justify-content:flex-start}.field span{line-height:1.2}.field input[type="date"],.field input[type="number"],.field select{height:48px}.field input[type="date"]{appearance:auto;color:#102b55}.form-actions .btn,.payment-box .btn{min-height:48px;border-radius:11px;white-space:nowrap}
.ride-details-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.ride-details-grid .field:nth-child(3),.ride-details-grid .field:nth-child(4){grid-column:span 2}.seat-section{border:1px solid #e0eaf4;border-radius:16px;background:#fbfdff;padding:18px;margin-top:4px}.section-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-headline h3{margin:0;font-size:18px;color:#082b66}.section-headline small{display:block;margin-top:5px;color:#60758d;font-size:13px}.section-headline span{font-size:13px;color:#60758d}.seat-layout{max-width:620px;border:1px solid #d9e7f4;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbff);padding:14px;margin:0}.seat-layout-label{text-align:center;color:#60758d;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:2px 0 10px}.seat-layout-label:last-child{margin:10px 0 0}.seat-grid{display:grid;grid-template-columns:repeat(var(--seat-cols,4),minmax(72px,1fr));gap:10px;max-width:none;margin:0}.seat{min-height:46px;padding:0;border:1px solid #bad5f3;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#082b66;cursor:pointer;transition:.15s}.seat input{width:15px;height:15px;margin:0}.seat:has(input:checked){border-color:#078bf2;background:#eaf5ff;color:#075da8}.seat.occupied{background:#eef2f6;border-color:#d0dbe6;color:#7a8da5;cursor:not-allowed}.seat.occupied input{opacity:.45}.seat-section.view-only .seat:not(.occupied){background:#f8fbfe;color:#60758d;cursor:default}.seat-section.view-only .seat input{display:none}.seat-legend{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px;color:#60758d;font-size:12px}.seat-legend span{display:inline-flex;align-items:center;gap:6px}.seat-legend i{width:13px;height:13px;border:1px solid #bad5f3;border-radius:4px;background:#fff}.seat-legend i.picked{border-color:#078bf2;background:#eaf5ff}.seat-legend i.taken{border-color:#d0dbe6;background:#eef2f6}.passenger-list{display:grid;gap:14px}.passenger-card{border:1px solid #e0eaf4;border-radius:16px;background:#fbfdff;padding:18px;margin:0}.passenger-card legend{padding:0 8px;font-weight:600;color:#082b66}.passenger-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.payment-box{margin-top:18px;border-top:1px solid #edf2f7;padding-top:18px;display:flex;gap:14px;align-items:end;justify-content:space-between}.payment-box .field{width:min(320px,100%)}
.delivery-types{gap:12px}.delivery-type{display:block;transition:.15s}.delivery-type:hover{border-color:#bcd4ee;background:#fbfdff}.delivery-type input:checked+ b{color:#075da8}.delivery-list{gap:10px}.delivery-row{border-radius:13px;padding:14px 16px}.delivery-row b{color:#082b66}.status-pill{font-weight:500}
.notifications-page{max-width:1140px}.notification-list{display:grid;gap:10px}.notification-card{border:1px solid #dce7f2;border-radius:14px;background:#fff;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.notification-card b{display:block;color:#082b66;margin-bottom:7px}.notification-card p{margin:0;color:#46617d}.notification-card .btn{padding:9px 14px;min-height:0}
@media(max-width:980px){.stay-grid,.ride-details-grid,.passenger-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stay-grid .form-actions{grid-column:1/-1}.ride-details-grid .field:nth-child(3),.ride-details-grid .field:nth-child(4){grid-column:span 1}.payment-box{align-items:stretch;flex-direction:column}.payment-box .field{width:100%}.seat-grid{max-width:none}}
@media(max-width:640px){body:not(.dashboard-page):not(.auth-page) .panel.module-page{padding:18px 16px 28px}.booking-panel{padding:20px 16px 24px}.booking-head{display:block}.booking-summary{text-align:left;margin-top:14px}.stay-grid,.ride-details-grid,.passenger-grid{grid-template-columns:1fr}.stay-grid .guests-field{max-width:none}.form-actions .btn,.payment-box .btn{width:100%}.seat-section{padding:14px}.section-headline{display:block}.section-headline span{display:block;margin-top:4px}.seat-layout{padding:12px}.seat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.delivery-types{grid-template-columns:1fr}.notification-card{align-items:flex-start;flex-direction:column}.notification-card .btn{width:100%;text-align:center}}

/* v7.2 — delivery spacing polish */
.delivery-page{max-width:1120px}.delivery-page .module-head{margin-bottom:20px}.delivery-form{display:grid;gap:18px}.delivery-page .delivery-types{margin:0;gap:14px}.delivery-page .delivery-type{min-height:74px;padding:15px 18px;display:grid;grid-template-columns:auto 1fr;align-items:start;column-gap:9px;row-gap:4px}.delivery-page .delivery-type input{margin:2px 0 0}.delivery-page .delivery-type small{grid-column:2;margin:0;line-height:1.35}.delivery-grid{gap:18px 14px}.delivery-grid .field{gap:8px}.delivery-grid .field input{height:48px}.delivery-actions{margin-top:0;align-self:end}.delivery-actions .btn{min-width:170px;min-height:48px}.delivery-page .module-section-title{margin:28px 0 12px}.delivery-page .delivery-list{gap:10px}.delivery-copy{min-width:0}.delivery-copy b{display:block}.delivery-copy span{display:block;color:#60758d;margin-top:5px;overflow-wrap:anywhere}.delivery-meta{display:flex;align-items:center;gap:14px;white-space:nowrap}.delivery-meta strong{font-weight:600;color:#082b66}.delivery-empty{padding:24px;border:1px dashed #c9d8e6;border-radius:14px;background:#fbfdff;text-align:center;font-size:14px}
@media(max-width:760px){.delivery-page .delivery-types{grid-template-columns:1fr}.delivery-grid{grid-template-columns:1fr}.delivery-actions{grid-column:auto}.delivery-actions .btn{width:100%}.delivery-meta{width:100%;justify-content:space-between}.delivery-page .module-section-title{margin-top:24px}}

/* v7.3 — stronger module spacing and delivery button alignment */
.panel.module-page.delivery-page,.panel.module-page.messages-page{padding:30px 36px 34px!important}
.delivery-page .delivery-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:18px 14px}
.delivery-page .delivery-grid>.field:nth-of-type(1),.delivery-page .delivery-grid>.field:nth-of-type(2){grid-column:span 6}
.delivery-page .delivery-grid>.field.full{grid-column:1/-1}
.delivery-page .delivery-grid>.field:nth-of-type(4){grid-column:span 5}
.delivery-page .delivery-grid>.field:nth-of-type(5){grid-column:span 5}
.delivery-page .delivery-actions{grid-column:span 2;justify-content:flex-end;margin:0}
.delivery-page .module-section-title{margin-top:26px}
.messages-page .module-head{margin-bottom:24px}.messages-page .messages-layout{min-height:520px}
@media(max-width:900px){.panel.module-page.delivery-page,.panel.module-page.messages-page{padding:22px 18px 28px!important}.delivery-page .delivery-grid{grid-template-columns:1fr}.delivery-page .delivery-grid>.field:nth-of-type(1),.delivery-page .delivery-grid>.field:nth-of-type(2),.delivery-page .delivery-grid>.field:nth-of-type(4),.delivery-page .delivery-grid>.field:nth-of-type(5),.delivery-page .delivery-actions{grid-column:auto}.delivery-page .delivery-actions .btn{width:100%}}

/* v7.4 — wallet credits */
.dash-sidebar>a.wallet-nav{background:#f5fbff;border:1px solid #d9ecff;color:#075da8}.dash-sidebar>a.wallet-nav span{color:#078bf2}.dash-sidebar>a.wallet-nav:hover{background:#e8f4ff}

/* v7.5 — centered polished seating arrangement */
.ride-booking-panel .seat-section{padding:22px;border-radius:18px;background:linear-gradient(180deg,#fbfdff 0%,#f4f9ff 100%);border-color:#cfe2f7}
.ride-booking-panel .section-headline{max-width:760px;margin:0 auto 18px;align-items:flex-start}
.ride-booking-panel .section-headline h3{font-size:20px;letter-spacing:0;color:#061f56}
.ride-booking-panel .section-headline small{color:#375f8a}
.ride-booking-panel .section-headline>span{margin-top:7px;padding:7px 11px;border:1px solid #d8e8f8;border-radius:999px;background:#fff;color:#476a90;white-space:nowrap}
.ride-booking-panel .seat-layout{width:min(100%,720px);max-width:720px;margin:0 auto;padding:18px;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(22,60,100,.08);border-color:#d7e8f9}
.ride-booking-panel .seat-layout-car4,.ride-booking-panel .seat-layout-etrike{width:min(100%,380px)}
.ride-booking-panel .seat-layout-van10{width:min(100%,430px)}
.ride-booking-panel .seat-layout-boat{width:min(100%,760px)}
.ride-booking-panel .seat-layout-label{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 13px;color:#2e5b88;font-size:12px;font-weight:700;letter-spacing:.08em}
.ride-booking-panel .seat-layout-label:before,.ride-booking-panel .seat-layout-label:after{content:"";height:1px;max-width:120px;flex:1;background:#dceafa}
.ride-booking-panel .seat-layout-label:last-child{margin:13px 0 0}
.ride-booking-panel .seat-grid{grid-template-columns:repeat(var(--seat-cols,4),minmax(96px,1fr));gap:10px 14px}
.ride-booking-panel .seat-layout-car4 .seat-grid,.ride-booking-panel .seat-layout-etrike .seat-grid,.ride-booking-panel .seat-layout-van10 .seat-grid{grid-template-columns:repeat(2,minmax(120px,1fr));justify-content:center}
.ride-booking-panel .seat-layout-boat .seat-grid{grid-template-columns:repeat(2,minmax(88px,1fr)) 34px repeat(2,minmax(88px,1fr));gap:10px 12px;align-items:center}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+1){grid-column:1}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+2){grid-column:2}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+3){grid-column:4}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+4){grid-column:5}
.ride-booking-panel .seat{position:relative;min-height:48px;border-radius:12px;border-color:#a9cdf4;background:linear-gradient(180deg,#fff,#f7fbff);font-weight:700;color:#082b66;box-shadow:inset 0 -2px 0 rgba(7,139,242,.04);overflow:hidden}
.ride-booking-panel .seat:hover{transform:translateY(-1px);border-color:#078bf2;box-shadow:0 9px 18px rgba(7,139,242,.12)}
.ride-booking-panel .seat input{position:absolute;opacity:0;pointer-events:none}
.ride-booking-panel .seat span{display:inline-flex;align-items:center;gap:8px}
.ride-booking-panel .seat span:before{content:"";width:17px;height:17px;border:1px solid #9bb7d4;border-radius:5px;background:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}
.ride-booking-panel .seat:has(input:checked){border-color:#078bf2;background:linear-gradient(180deg,#e8f5ff,#d8eeff);color:#075da8;box-shadow:0 10px 22px rgba(7,139,242,.16)}
.ride-booking-panel .seat:has(input:checked) span:before{border-color:#078bf2;background:#078bf2;box-shadow:inset 0 0 0 4px #fff}
.ride-booking-panel .seat.occupied{background:#eef2f6;border-color:#d0dbe6;color:#7a8da5;box-shadow:none}
.ride-booking-panel .seat.occupied:hover{transform:none;box-shadow:none}
.ride-booking-panel .seat.occupied span:before{background:#d9e1ea;border-color:#c8d3df}
.ride-booking-panel .seat-section.view-only .seat:not(.occupied){background:#f8fbfe;color:#60758d}
.ride-booking-panel .seat-section.view-only .seat:not(.occupied):hover{transform:none;box-shadow:none;border-color:#a9cdf4}
.ride-booking-panel .seat-legend{width:min(100%,720px);margin:14px auto 0;justify-content:center;padding-top:2px}
@media(max-width:700px){.ride-booking-panel .section-headline{display:block;text-align:left}.ride-booking-panel .section-headline>span{display:inline-flex;margin-top:10px;white-space:normal}.ride-booking-panel .seat-layout{padding:14px}.ride-booking-panel .seat-grid,.ride-booking-panel .seat-layout-boat .seat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}.ride-booking-panel .seat-layout-boat .seat{grid-column:auto!important}.ride-booking-panel .seat{min-height:46px}.ride-booking-panel .seat-layout-label:before,.ride-booking-panel .seat-layout-label:after{max-width:70px}}
.wallet-page{max-width:1040px}.wallet-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.wallet-balance{min-width:190px;border:1px solid #dbe8f4;border-radius:16px;background:linear-gradient(135deg,#f2f9ff,#fff);padding:16px;text-align:right}.wallet-balance small,.wallet-balance span{display:block;color:#60758d;font-size:13px}.wallet-balance strong{display:block;color:#082b66;font-size:34px;line-height:1.05;margin:6px 0}.wallet-notice{margin-bottom:18px}.wallet-topup{border:1px solid #e0eaf4;border-radius:16px;background:#fbfdff;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:18px;align-items:center}.wallet-topup h2{margin:0 0 6px;color:#082b66}.wallet-topup p{margin:0;color:#60758d}.topup-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.topup-options button{border:1px solid #d4e4f2;border-radius:13px;background:#fff;color:#082b66;padding:13px;text-align:left;cursor:not-allowed;opacity:.72}.topup-options button span{display:block;color:#60758d;font-size:12px;margin-top:2px}.wallet-history{margin-top:8px}.wallet-list{display:grid;gap:10px}.wallet-row{border:1px solid #e0eaf4;border-radius:13px;background:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.wallet-row b,.wallet-row span{display:block}.wallet-row span{color:#60758d;margin-top:4px}.wallet-row strong{color:#0c8a4b}.wallet-row strong.debit{color:#b42318}.wallet-empty{padding:24px;border:1px dashed #c9d8e6;border-radius:14px;background:#fbfdff;text-align:center;font-size:14px}
@media(max-width:760px){.wallet-head{display:block}.wallet-balance{text-align:left;margin-top:14px}.wallet-topup{grid-template-columns:1fr}.topup-options{grid-template-columns:1fr}}

/* v7.6 — final seating clarity, alignment, and occupied states */
.ride-booking-panel{color:#061f56}
.ride-booking-panel .booking-head h1{font-size:30px!important;font-weight:800!important;color:#06266d!important}
.ride-booking-panel .booking-head p{font-size:15px!important;font-weight:600!important;color:#355b86!important}
.ride-booking-panel .field>span{font-size:12px!important;font-weight:700!important;color:#244d7d!important}
.ride-booking-panel .field input,.ride-booking-panel .field select{font-weight:600!important;color:#071f4d!important;border-color:#c9ddf3!important}
.ride-booking-panel .seat-section{padding:22px!important;border-radius:18px!important;background:#fbfdff!important;border:1px solid #cfe2f7!important}
.ride-booking-panel .section-headline{width:min(100%,900px)!important;max-width:900px!important;margin:0 auto 18px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}
.ride-booking-panel .section-headline h3{margin:0 0 6px!important;font-size:20px!important;font-weight:800!important;color:#061f56!important}
.ride-booking-panel .section-headline small{font-size:13px!important;font-weight:600!important;color:#173f73!important}
.ride-booking-panel .section-headline>span{display:inline-flex!important;align-items:center!important;gap:4px!important;margin-top:5px!important;padding:7px 11px!important;border:1px solid #d8e8f8!important;border-radius:999px!important;background:#fff!important;color:#476a90!important;font-size:12px!important;font-weight:600!important;white-space:nowrap!important}
.ride-booking-panel .section-headline>span b{font-weight:800!important;color:#06266d!important}
.ride-booking-panel .seat-layout{width:min(100%,720px)!important;max-width:720px!important;margin:0 auto!important;padding:18px!important;border:1px solid #d7e8f9!important;border-radius:22px!important;background:#fff!important;box-shadow:0 16px 34px rgba(22,60,100,.08)!important}
.ride-booking-panel .seat-layout-car4,.ride-booking-panel .seat-layout-etrike{width:min(100%,400px)!important;max-width:400px!important}
.ride-booking-panel .seat-layout-van10{width:min(100%,430px)!important;max-width:430px!important}
.ride-booking-panel .seat-layout-boat{width:min(100%,760px)!important;max-width:760px!important}
.ride-booking-panel .seat-layout-label{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0 0 13px!important;color:#244d7d!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.ride-booking-panel .seat-layout-label:before,.ride-booking-panel .seat-layout-label:after{content:""!important;height:1px!important;max-width:120px!important;flex:1!important;background:#dceafa!important}
.ride-booking-panel .seat-layout-label:last-child{margin:13px 0 0!important}
.ride-booking-panel .seat-grid{display:grid!important;gap:10px 14px!important;max-width:none!important;margin:0!important}
.ride-booking-panel .seat-layout-car4 .seat-grid,.ride-booking-panel .seat-layout-etrike .seat-grid,.ride-booking-panel .seat-layout-van10 .seat-grid{grid-template-columns:repeat(2,minmax(120px,1fr))!important;justify-content:center!important}
.ride-booking-panel .seat-layout-boat .seat-grid{grid-template-columns:repeat(2,minmax(88px,1fr)) 34px repeat(2,minmax(88px,1fr))!important;align-items:center!important}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+1){grid-column:1!important}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+2){grid-column:2!important}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+3){grid-column:4!important}
.ride-booking-panel .seat-layout-boat .seat:nth-child(4n+4){grid-column:5!important}
.ride-booking-panel .seat{position:relative!important;min-height:48px!important;padding:0!important;border:1px solid #a9cdf4!important;border-radius:12px!important;background:linear-gradient(180deg,#fff,#f7fbff)!important;color:#082b66!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:800!important;cursor:pointer!important;box-shadow:inset 0 -2px 0 rgba(7,139,242,.04)!important;overflow:hidden!important}
.ride-booking-panel .seat:hover{transform:translateY(-1px)!important;border-color:#078bf2!important;box-shadow:0 9px 18px rgba(7,139,242,.12)!important}
.ride-booking-panel .seat input{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;margin:0!important;pointer-events:none!important}
.ride-booking-panel .seat span{display:inline-flex!important;align-items:center!important;gap:8px!important;font-weight:800!important}
.ride-booking-panel .seat span:before{content:""!important;width:17px!important;height:17px!important;border:1px solid #9bb7d4!important;border-radius:5px!important;background:#fff!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)!important}
.ride-booking-panel .seat:has(input:checked){border-color:#078bf2!important;background:#1877f2!important;color:#fff!important;box-shadow:0 10px 22px rgba(7,139,242,.16)!important}
.ride-booking-panel .seat:has(input:checked) span:before{border-color:#fff!important;background:#fff!important;box-shadow:inset 0 0 0 4px #1877f2!important}
.ride-booking-panel .seat.selected{border-color:#078bf2!important;background:#1877f2!important;color:#fff!important;box-shadow:0 10px 22px rgba(7,139,242,.16)!important}
.ride-booking-panel .seat.selected span:before{border-color:#fff!important;background:#fff!important;box-shadow:inset 0 0 0 4px #1877f2!important}
.ride-booking-panel .seat.blocked:not(.selected):not(.occupied){opacity:.58!important;cursor:not-allowed!important}
.ride-booking-panel .seat.blocked:not(.selected):not(.occupied):hover{transform:none!important;box-shadow:none!important;border-color:#a9cdf4!important}
.ride-booking-panel .seat.occupied{background:#e53935!important;border-color:#c62828!important;color:#fff!important;cursor:not-allowed!important;box-shadow:none!important}
.ride-booking-panel .seat.occupied:hover{transform:none!important;box-shadow:none!important;border-color:#c62828!important}
.ride-booking-panel .seat.occupied span:before{background:#fff!important;border-color:#fff!important;box-shadow:inset 0 0 0 4px #e53935!important}
.ride-booking-panel .seat-section.view-only .seat:not(.occupied){background:#f2f7fc!important;color:#5f7895!important;cursor:default!important}
.ride-booking-panel .seat-section.view-only .seat:not(.occupied):hover{transform:none!important;box-shadow:none!important;border-color:#a9cdf4!important}
.ride-booking-panel .seat-legend{width:min(100%,720px)!important;margin:16px auto 0!important;padding-top:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;flex-wrap:wrap!important;color:#244d7d!important;font-size:12px!important}
.ride-booking-panel .seat-legend span{display:inline-flex!important;align-items:center!important;gap:7px!important;line-height:1!important}
.ride-booking-panel .seat-legend b{font-weight:800!important;color:#244d7d!important}
.ride-booking-panel .seat-legend i{display:inline-block!important;width:14px!important;height:14px!important;border:1px solid #a9cdf4!important;border-radius:5px!important;background:#fff!important;flex:0 0 auto!important}
.ride-booking-panel .seat-legend i.picked{border-color:#1877f2!important;background:#1877f2!important}
.ride-booking-panel .seat-legend i.taken{border-color:#c62828!important;background:#e53935!important}
@media(max-width:700px){.ride-booking-panel .section-headline{display:block!important}.ride-booking-panel .section-headline>span{display:inline-flex!important;margin-top:10px!important;white-space:normal!important}.ride-booking-panel .seat-layout{padding:14px!important}.ride-booking-panel .seat-grid,.ride-booking-panel .seat-layout-boat .seat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.ride-booking-panel .seat-layout-boat .seat{grid-column:auto!important}.ride-booking-panel .seat{min-height:46px!important}.ride-booking-panel .seat-layout-label:before,.ride-booking-panel .seat-layout-label:after{max-width:70px!important}}

/* v7.8 — stay booking, payment clarity, and seat completion flow */
.hotel-booking-panel .stay-booking-head{align-items:flex-start}.stay-rate-card{background:linear-gradient(135deg,#f2f9ff,#fff);border-color:#d7e8f9}.stay-booking-form{display:grid;gap:18px}.stay-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stay-step{position:relative;border:1px solid #d7e8f9;border-radius:15px;background:#fbfdff;padding:14px}.stay-step>b{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#078bf2;color:#fff;font-size:12px;margin-bottom:10px}.stay-step>span{font-size:12px!important;font-weight:800!important;color:#244d7d!important;text-transform:uppercase;letter-spacing:.04em}.stay-step input{margin-top:8px!important;background:#fff!important;font-weight:800!important}.stay-review{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:center;border:1px solid #d7e8f9;border-radius:16px;background:#fff;padding:15px}.stay-review small{display:block;color:#60758d;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.stay-review strong{display:block;margin-top:4px;color:#061f56;font-size:20px}.stay-helper{margin:0;color:#60758d;font-weight:600}.stay-helper.ready{color:#0b7a47}.error-notice{border-left-color:#d93025!important;background:#fff1f0!important;color:#9f1d18!important}.status-pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;line-height:1;background:#edf5ff;color:#075da8;border:1px solid #d6e9ff}.status-paid,.status-pending,.status-expired,.status-failed,.status-refunded,.status-cancelled{border-width:1px}.status-paid{background:#e9f8ef;color:#0b7a47;border-color:#bee8ce}.status-pending{background:#fff7df;color:#9a6500;border-color:#f1d891}.status-expired,.status-failed,.status-cancelled{background:#fff1f0;color:#b42318;border-color:#ffd0cb}.status-refunded{background:#f4f0ff;color:#6941c6;border-color:#ddd2ff}.booking-status{background:#f4f7fb;color:#36536f;border-color:#dce7f2}.payment-page{max-width:900px;margin:0 auto}.payment-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.payment-head h1{margin:0 0 8px;color:#061f56}.payment-head p{margin:0;color:#526b86;font-weight:600}.payment-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.payment-summary-grid>div{border:1px solid #dce7f2;border-radius:14px;background:#fbfdff;padding:14px}.payment-summary-grid small{display:block;color:#60758d;font-weight:700;margin-bottom:6px}.payment-summary-grid strong{display:block;color:#061f56;font-size:18px}.payment-state{border-radius:16px;padding:16px 18px;margin:14px 0;border:1px solid #dce7f2}.payment-state b{display:block;color:#061f56;margin-bottom:7px}.payment-state p{margin:0;color:#46617d;line-height:1.5}.payment-state.paid{background:#effaf3;border-color:#c8ecd4}.payment-state.pending{background:#fffaf0;border-color:#f1d891}.payment-state.expired{background:#fff1f0;border-color:#ffd0cb}.payment-steps{margin:12px 0 0;padding-left:20px;color:#5b4a20}.payment-steps li{margin:5px 0}.admin-subtitle{color:#60758d;font-weight:600;margin-top:-6px}.inline-confirm-form{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:8px;align-items:center}.inline-confirm-form input{height:42px;border:1px solid #d7e3ef;border-radius:10px;padding:0 11px}.inline-confirm-form .btn{min-height:42px;padding:9px 12px}.ride-booking-list{display:grid;gap:12px}.booking-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px}.booking-card p{margin:8px 0;color:#526b86}.seat-warning{width:min(100%,720px);margin:13px auto 0;padding:10px 12px;border-radius:12px;background:#fff7df;color:#8a5b00;font-weight:800;text-align:center}.seat-warning.ready{background:#e9f8ef;color:#0b7a47}.ride-booking-panel .seat.reserved-preview:not(.occupied){border-color:#6ab4ff!important;background:#eaf5ff!important;color:#075da8!important;opacity:1!important}.ride-booking-panel .seat.reserved-preview:not(.occupied) span:before{border-color:#078bf2!important;background:#078bf2!important;box-shadow:inset 0 0 0 4px #eaf5ff!important}
.btn:disabled,.btn.secondary:disabled,button:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:820px){.stay-flow,.payment-summary-grid{grid-template-columns:1fr}.stay-review{grid-template-columns:1fr}.stay-review .btn{width:100%}.payment-head{display:block}.payment-head .status-pill{margin-top:12px}.inline-confirm-form{grid-template-columns:1fr}.booking-card{align-items:stretch;flex-direction:column}.booking-card .btn{width:100%;text-align:center}}

/* v7.9 — professional Lucide icons and overlap fixes */
[data-lucide],.lucide{width:18px;height:18px;stroke-width:2;flex:0 0 auto;vertical-align:middle}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.2;text-align:center}.btn .lucide,.btn [data-lucide]{width:17px;height:17px}.top nav a,.dash-sidebar a,.reference-quick a,.composer-actions a,.ride-filters button,.ride-location,.ride-meta span,.hotel-meta span,.explore-meta small,.icon-line span,.feed-post footer span,.mobile-dashboard-nav a{display:inline-flex;align-items:center;gap:8px;min-width:0}.dash-sidebar a span,.dash-search span,.reference-quick i,.composer-actions span,.delivery-banner i,.hotel-meta i,.explore-meta i,.icon-line i,.feed-post footer i{display:inline-flex;align-items:center;justify-content:center}.dash-sidebar a span,.dash-search span{width:20px;height:20px}.reference-quick i{width:36px;height:36px;border-radius:12px}.reference-quick i .lucide,.reference-quick i[data-lucide]{width:24px;height:24px}.mobile-dashboard-nav svg{width:20px;height:20px}.mobile-dashboard-nav .create svg{width:24px;height:24px}.ride-filters button svg,.ride-location svg{width:17px;height:17px}.ride-photo .ride-heart{display:grid;place-items:center;padding:0}.ride-heart svg{width:18px;height:18px}.ride-meta{align-items:flex-start;flex-wrap:wrap}.ride-meta span{max-width:100%;line-height:1.35;overflow-wrap:anywhere}.ride-card-body{min-width:0}.ride-card-body h3,.ride-sub{overflow-wrap:anywhere}.ride-bottom{align-items:center;flex-wrap:wrap}.ride-bottom .btn{white-space:nowrap}.ride-price{min-width:120px}.ride-eco>svg{width:22px;height:22px;color:#0b7a47}.hotel-meta{gap:10px}.hotel-meta span{min-width:0;overflow-wrap:anywhere}.hotel-save{display:grid!important;place-items:center;padding:0}.hotel-save svg{width:18px;height:18px}.hotel-img>span svg,.reference-hotels .hotel-img>span svg{width:18px;height:18px}.stars{display:flex;align-items:center;gap:6px;color:#244d7d}.stars svg{width:16px;height:16px;color:#f3a712;fill:#f3a712}.icon-line{display:flex!important;align-items:center;gap:12px;flex-wrap:wrap}.icon-line span{line-height:1.35}.icon-line svg{width:16px;height:16px;color:#526b86}.explore-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.explore-meta small{line-height:1.35}.listing-cards .card{padding-bottom:16px}.listing-cards .card h3,.listing-cards .card p{padding-left:14px;padding-right:14px}.listing-cards .card>b,.listing-cards .card>small,.listing-cards .card form{margin-left:14px;margin-right:14px}.feed-post footer{display:flex!important;align-items:center;gap:14px;flex-wrap:wrap}.feed-post footer span{line-height:1.2}.feed-post .post-user>span svg{width:18px;height:18px}.composer-actions{flex-wrap:wrap}.composer-actions a{line-height:1.2}.delivery-banner{position:relative;overflow:hidden}.delivery-banner i{position:absolute;right:14px;top:50%;transform:translateY(-50%)}.delivery-banner svg{width:20px;height:20px}.panel{overflow-x:auto}table{min-width:680px}.admin-payments-page table,.panel table{border-radius:12px;overflow:hidden}.inline-confirm-form{min-width:260px}.status-pill{white-space:nowrap}.payment-summary-grid>div,.stay-review>div,.booking-card>div{min-width:0}.booking-card b,.booking-card strong{overflow-wrap:anywhere}.ride-grid,.hotel-grid,.cards,.reference-hotels,.trending{min-width:0}.card{min-width:0}.card h3,.card p{overflow-wrap:anywhere}.section-head{gap:12px}.section-head h2{min-width:0}
@media(max-width:900px){.top nav{overflow:auto;max-width:100%}.ride-toolbar{gap:12px}.ride-filters button{padding:0 10px}.ride-bottom{align-items:stretch}.ride-bottom .btn{width:100%}.payment-page,.admin-payments-page{overflow-x:hidden}.panel table{display:block;overflow-x:auto;white-space:nowrap}}
@media(max-width:600px){.reference-quick a{min-height:92px}.reference-quick i{width:32px;height:32px}.ride-option{grid-template-columns:112px minmax(0,1fr)}.ride-meta{gap:4px}.ride-card-body h3{font-size:16px}.ride-bottom{gap:8px}.ride-price{min-width:0}.ride-bottom .btn{font-size:12px}.hotel-foot{align-items:stretch;flex-direction:column}.hotel-foot .btn{width:100%}.explore-meta{display:grid;grid-template-columns:1fr}.listing-cards .card form .btn{width:calc(100% - 28px)}}
.route-line{display:flex!important;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.4}.route-line svg{width:16px;height:16px;color:#526b86}.route-line small{font:inherit;color:inherit;overflow-wrap:anywhere}.post-actions button,.post-actions span{display:inline-flex!important;align-items:center;gap:7px}.post-actions svg{width:16px;height:16px}.delivery-driver-card{padding:16px}.delivery-driver-card form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.delivery-driver-card select{height:42px;border:1px solid #d7e3ef;border-radius:10px;padding:0 10px;min-width:180px}
@media(max-width:640px){.delivery-driver-card form{display:grid;grid-template-columns:1fr}.delivery-driver-card .btn{width:100%}.route-line{align-items:flex-start}}

/* v8.0 — device-safe dashboard layout, quick action tiles, and floating mobile nav */
html,body{max-width:100%;overflow-x:hidden}
.dashboard-layout{width:100%;min-width:0}
.dash-main,.dash-right,.dash-section,.right-card,.composer{min-width:0}
.reference-quick{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))!important;gap:12px!important}
.reference-quick a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;min-height:92px!important;padding:12px 8px!important;border:1px solid #e3edf7!important;border-radius:14px!important;background:#fff!important;text-align:center!important;line-height:1.2!important}
.reference-quick a:hover{border-color:#bdd8f5!important;background:#f8fbff!important}
.reference-quick i{width:38px!important;height:38px!important;margin:0!important;border-radius:12px!important;background:#f3f8fd!important;color:#102f5c!important;box-shadow:none!important}
.reference-quick i svg{width:21px!important;height:21px!important}
.reference-quick b{display:block!important;max-width:100%!important;font-size:12px!important;font-weight:700!important;line-height:1.15!important;color:#102f5c!important;overflow-wrap:anywhere!important}
.reference-quick small{display:block!important;max-width:100%!important;font-size:10px!important;line-height:1.15!important;color:#526b86!important;overflow-wrap:anywhere!important}
.reference-hotels article{display:grid!important;grid-template-rows:auto 1fr!important;padding:0!important;overflow:hidden!important;border-radius:14px!important}
.reference-hotels .hotel-img{height:150px!important}
.reference-hotels .hotel-img img{border-radius:0!important}
.reference-hotels .hotel-img>span{right:12px!important;top:12px!important;width:36px!important;height:36px!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:#061f56!important;display:grid!important;place-items:center!important;box-shadow:0 8px 20px rgba(8,34,67,.18)!important}
.reference-hotels article h3{font-size:17px!important;line-height:1.25!important;margin:14px 14px 8px!important;color:#061f56!important;min-height:42px!important;overflow-wrap:anywhere!important}
.reference-hotels article p{margin:0 14px 8px!important;font-size:13px!important;line-height:1.35!important}
.reference-hotels .stars{display:flex!important;align-items:center!important;gap:8px!important;min-height:22px!important}
.reference-hotels .stars small{font-size:11px!important;line-height:1.2!important}
.reference-hotels .icon-line{margin:0 14px 12px!important;color:#526b86!important}
.reference-hotels article>div:last-child{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:12px!important;margin:6px 14px 14px!important;font-size:13px!important}
.reference-hotels article>div:last-child b{font-size:13px!important;line-height:1.2!important;color:#102f5c!important}
.reference-hotels article>div:last-child small{display:inline!important;font-size:11px!important;color:#60758d!important;margin-left:2px!important}
.reference-hotels .mini-btn{min-height:36px!important;padding:9px 13px!important;border-radius:12px!important;font-size:11px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}
.hotel-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:18px!important}
.hotel-card{min-width:0!important}
.hotel-card .hotel-img{height:210px!important}
.hotel-info h3{min-height:48px!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.hotel-meta{min-height:26px!important;align-items:center!important}
.hotel-foot{gap:12px!important}
.hotel-foot .btn{white-space:nowrap!important}
.booking-mini{grid-template-columns:56px minmax(0,1fr) auto!important;gap:10px!important}
.booking-mini div{min-width:0!important}
.booking-mini b,.booking-mini strong,.booking-mini small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.feed-post p,.post-user b,.post-user small{overflow-wrap:anywhere!important}
@media(max-width:1180px){
  .dashboard-layout{display:block!important;max-width:820px!important;padding:12px!important}
  .dash-sidebar{display:none!important}
  .dash-main{width:100%!important}
  .dash-right{display:block!important;margin-top:12px!important}
  .right-card,.composer{border-radius:16px!important}
}
@media(max-width:760px){
  body.dashboard-page{background:#f6f8fb!important}
  .dashboard-layout{display:block!important;max-width:none!important;padding:0 0 calc(96px + env(safe-area-inset-bottom))!important}
  .dash-sidebar,.dash-right{display:none!important}
  .dash-main{width:100%!important}
  .dash-search{margin:10px 16px!important;height:46px!important;border-radius:12px!important}
  .dash-hero.cover-slider,.dash-hero{height:188px!important;margin:0 16px!important;border-radius:14px!important}
  .dash-section{padding:18px 16px!important;margin-top:10px!important;border-radius:0!important}
  .reference-quick{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
  .reference-quick a{min-height:96px!important;padding:10px 6px!important}
  .reference-quick i{width:34px!important;height:34px!important}
  .reference-quick i svg{width:19px!important;height:19px!important}
  .reference-quick b{font-size:11px!important}
  .reference-quick small{font-size:9px!important}
  .reference-hotels{grid-template-columns:1fr!important}
  .reference-hotels article:not(:first-child){display:grid!important}
  .reference-hotels .hotel-img{height:172px!important}
  .mobile-dashboard-nav{left:16px!important;right:16px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;height:64px!important;border:1px solid rgba(197,214,232,.9)!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 16px 42px rgba(16,55,95,.2)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;justify-content:space-around!important;padding:0 8px!important}
  .mobile-dashboard-nav a{min-width:52px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:9px!important;line-height:1!important}
  .mobile-dashboard-nav a i{display:grid!important;place-items:center!important;font-size:0!important}
  .mobile-dashboard-nav svg{width:20px!important;height:20px!important}
  .mobile-dashboard-nav .create{width:54px!important;height:54px!important;border-radius:50%!important;margin-top:-28px!important;box-shadow:0 12px 28px rgba(7,139,242,.32)!important;border:4px solid #fff!important}
  .mobile-dashboard-nav .create svg{width:26px!important;height:26px!important}
}
@media(max-width:430px){
  .dash-search{margin:10px 12px!important}
  .dash-hero.cover-slider,.dash-hero{margin:0 12px!important;height:188px!important}
  .dash-section{padding:18px 14px!important}
  .reference-quick{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 8px!important}
  .reference-quick a{min-height:92px!important;padding:9px 4px!important}
  .reference-quick b{font-size:10px!important}
  .reference-quick small{font-size:8px!important}
  .section-head h2{font-size:18px!important}
  .reference-hotels article h3{font-size:16px!important;min-height:auto!important}
  .reference-hotels article>div:last-child{align-items:stretch!important;flex-direction:column!important}
  .reference-hotels .mini-btn{width:100%!important}
}

/* v8.1 — iOS/Android-style floating mobile dock */
@media(max-width:760px){
  .dashboard-layout{padding-bottom:calc(112px + env(safe-area-inset-bottom))!important}
  .mobile-dashboard-nav{
    left:50%!important;
    right:auto!important;
    bottom:calc(14px + env(safe-area-inset-bottom))!important;
    width:min(92vw,390px)!important;
    height:66px!important;
    transform:translateX(-50%)!important;
    border:1px solid rgba(196,214,232,.72)!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,252,255,.9))!important;
    box-shadow:0 18px 45px rgba(16,55,95,.22),0 3px 10px rgba(16,55,95,.08)!important;
    backdrop-filter:blur(18px) saturate(1.35)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.35)!important;
    padding:0 12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
  }
  .mobile-dashboard-nav:before{
    content:"";
    position:absolute;
    inset:5px;
    border-radius:999px;
    background:rgba(255,255,255,.28);
    pointer-events:none;
  }
  .mobile-dashboard-nav a{
    position:relative!important;
    z-index:1!important;
    min-width:48px!important;
    height:52px!important;
    border-radius:18px!important;
    color:#17375f!important;
    opacity:.86!important;
    transition:background .18s ease,color .18s ease,transform .18s ease!important;
  }
  .mobile-dashboard-nav a:hover,
  .mobile-dashboard-nav a:focus-visible{
    background:#edf7ff!important;
    color:#078bf2!important;
    opacity:1!important;
    transform:translateY(-1px)!important;
  }
  .mobile-dashboard-nav a small{
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:0!important;
  }
  .mobile-dashboard-nav a svg{
    width:21px!important;
    height:21px!important;
    stroke-width:2.2!important;
  }
  .mobile-dashboard-nav .create{
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    border-radius:50%!important;
    margin-top:-34px!important;
    color:#fff!important;
    background:linear-gradient(180deg,#168dff,#056fe8)!important;
    box-shadow:0 18px 34px rgba(7,139,242,.38),0 5px 12px rgba(7,45,100,.16)!important;
    border:5px solid #f6f9fd!important;
    opacity:1!important;
  }
  .mobile-dashboard-nav .create:hover,
  .mobile-dashboard-nav .create:focus-visible{
    transform:translateY(-2px)!important;
    background:linear-gradient(180deg,#2497ff,#056fe8)!important;
  }
  .mobile-dashboard-nav .create svg{
    width:30px!important;
    height:30px!important;
    stroke-width:2.4!important;
  }
}
@media(max-width:360px){
  .mobile-dashboard-nav{width:calc(100vw - 20px)!important;padding:0 8px!important}
  .mobile-dashboard-nav a{min-width:44px!important}
  .mobile-dashboard-nav a small{font-size:8px!important}
}

/* v8.2 — elegant responsive polish and device-safe navigation */
.image-broken{display:none!important}
.top:not(.dashboard-top){gap:22px!important}
.top:not(.dashboard-top) .brand{flex:0 0 auto!important}
.top:not(.dashboard-top) nav{min-width:0!important;gap:18px!important;align-items:center!important}
.top:not(.dashboard-top) nav a{white-space:nowrap!important;line-height:1.2!important}
.dash-section{box-shadow:0 12px 30px rgba(16,55,95,.04)!important}
.reference-quick{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.reference-quick a{min-height:104px!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 10px 24px rgba(16,55,95,.045)!important}
.reference-quick a:nth-child(-n+2){grid-column:span 2!important;min-height:96px!important;align-items:flex-start!important;flex-direction:row!important;justify-content:flex-start!important;text-align:left!important;padding:18px!important}
.reference-quick a:nth-child(-n+2) i{width:46px!important;height:46px!important;border-radius:15px!important}
.reference-quick a:nth-child(-n+2) b{font-size:15px!important;line-height:1.1!important}
.reference-quick a:nth-child(-n+2) small{font-size:12px!important;line-height:1.25!important}
.reference-quick a:not(:nth-child(-n+2)) b{font-size:13px!important;line-height:1.2!important}
.reference-quick a:not(:nth-child(-n+2)) small{margin-top:-2px!important}
.reference-hotels{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:16px!important}
.reference-hotels article{border-radius:16px!important;border-color:#dfeaf5!important;box-shadow:0 14px 32px rgba(16,55,95,.055)!important;background:#fff!important}
.reference-hotels .hotel-img{height:166px!important;background:#eef5fb!important}
.reference-hotels .hotel-img>span{z-index:3!important}
.reference-hotels article h3{min-height:auto!important;margin-top:16px!important;padding-right:8px!important;font-weight:800!important}
.reference-hotels .stars,.reference-hotels .icon-line{min-height:24px!important}
.reference-hotels article>div:last-child{margin-top:auto!important}
.feed-post{padding:13px 0!important;border-bottom:1px solid #edf3f9!important}
.feed-post:last-child{border-bottom:0!important}
.feed-post .post-user{gap:10px!important}
.feed-post .post-user>div:nth-child(2){min-width:0!important}
.feed-post .post-user>span{margin-left:auto!important}
.feed-post p{font-size:12px!important;line-height:1.45!important;margin:10px 0!important;color:#17375f!important}
.feed-post>img{height:auto!important;max-height:230px!important;object-fit:cover!important;border:1px solid #e2edf7!important;background:#eef5fb!important}
.booking-mini{border-bottom-color:#eef3f8!important}
.explore-head .btn{background:#fff!important;color:#075da8!important;border:1px solid #d6e7f7!important;box-shadow:0 8px 20px rgba(16,55,95,.055)!important}
.explore-filters button{font-weight:800!important}
.explore-card{border-color:#dfeaf5!important;box-shadow:0 16px 38px rgba(16,55,95,.07)!important}
.explore-card h3{color:#061f56!important;font-weight:800!important}
.explore-card .btn{width:100%!important}

@media(max-width:1180px){
  .reference-quick{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .reference-quick a:nth-child(-n+2){grid-column:span 1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .reference-hotels{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  body:not(.auth-page){padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
  body:not(.dashboard-page):not(.auth-page) .shell{padding-bottom:calc(106px + env(safe-area-inset-bottom))!important}
  .top:not(.dashboard-top){height:74px!important;padding:8px 16px!important;justify-content:center!important;position:sticky!important;top:0!important;z-index:80!important}
  .top:not(.dashboard-top) .brand{margin:0 auto!important}
  .top:not(.dashboard-top) .brand img{width:58px!important;height:48px!important;object-fit:contain!important}
  .top:not(.dashboard-top) .brand span{display:block!important;font-size:13px!important;line-height:1.05!important;letter-spacing:.01em!important}
  .top:not(.dashboard-top) .brand small{display:block!important;font-size:8px!important;margin-top:3px!important}
  .top:not(.dashboard-top) nav{display:none!important}
  .site-footer{display:none!important}
  .dashboard-layout{padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}
  .dash-section{box-shadow:none!important}
  .section-head{margin-bottom:12px!important}
  .reference-quick{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .reference-quick a,.reference-quick a:nth-child(-n+2){grid-column:span 1!important;min-height:112px!important;padding:14px 10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .reference-quick a i,.reference-quick a:nth-child(-n+2) i{width:38px!important;height:38px!important;border-radius:13px!important}
  .reference-quick a b,.reference-quick a:nth-child(-n+2) b{font-size:12px!important;line-height:1.18!important;font-weight:800!important}
  .reference-quick a small,.reference-quick a:nth-child(-n+2) small{font-size:10px!important;line-height:1.2!important;max-width:105px!important}
  .reference-hotels{grid-template-columns:1fr!important}
  .reference-hotels .hotel-img{height:188px!important}
  .reference-hotels article h3{font-size:17px!important;line-height:1.25!important;margin:14px 14px 8px!important}
  .reference-hotels article>div:last-child{align-items:stretch!important;flex-direction:column!important;gap:10px!important}
  .reference-hotels .mini-btn{width:100%!important;min-height:42px!important;border-radius:12px!important}
  .mobile-dashboard-nav .active{background:#edf7ff!important;color:#078bf2!important;opacity:1!important}
  .mobile-dashboard-nav .create.active{background:linear-gradient(180deg,#168dff,#056fe8)!important;color:#fff!important}
  .explore-page{padding:28px 20px calc(124px + env(safe-area-inset-bottom))!important}
  .explore-head{gap:16px!important;margin-bottom:16px!important}
  .explore-head h1{font-size:32px!important;line-height:1.12!important}
  .explore-head p{font-size:15px!important;line-height:1.5!important}
  .explore-head .btn{width:auto!important;min-height:44px!important;border-radius:14px!important;padding:11px 14px!important}
  .explore-filters{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;margin-left:-20px!important;margin-right:-20px!important;padding:0 20px 10px!important;scrollbar-width:none!important}
  .explore-filters::-webkit-scrollbar{display:none!important}
  .explore-filters button{flex:0 0 auto!important;min-height:42px!important;padding:9px 18px!important;border-radius:999px!important}
  .explore-grid{grid-template-columns:1fr!important;gap:18px!important}
  .explore-card{border-radius:18px!important}
  .explore-card>img{height:230px!important}
  .explore-card-body{padding:18px!important}
  .explore-meta{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .explore-meta b{margin-left:0!important}
}
@media(max-width:430px){
  .top:not(.dashboard-top){height:70px!important;padding-left:12px!important;padding-right:12px!important}
  .top:not(.dashboard-top) .brand img{width:50px!important}
  .top:not(.dashboard-top) .brand span{font-size:12px!important}
  .top:not(.dashboard-top) .brand small{font-size:7px!important}
  .reference-quick{gap:10px!important}
  .reference-quick a,.reference-quick a:nth-child(-n+2){min-height:106px!important;padding:12px 8px!important}
  .reference-hotels .hotel-img{height:174px!important}
  .explore-page{padding-left:16px!important;padding-right:16px!important}
  .explore-filters{margin-left:-16px!important;margin-right:-16px!important;padding-left:16px!important;padding-right:16px!important}
  .explore-card>img{height:214px!important}
}

/* v8.3 — compact mobile correction pass */
@media(max-width:760px){
  .dash-section{padding:14px 16px!important}
  .dash-section .section-head h2{font-size:18px!important;margin:0!important}
  .reference-quick{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .reference-quick a,
  .reference-quick a:nth-child(-n+2){
    min-height:70px!important;
    padding:8px 4px!important;
    border-radius:12px!important;
    box-shadow:none!important;
    gap:5px!important;
  }
  .reference-quick a i,
  .reference-quick a:nth-child(-n+2) i{
    width:22px!important;
    height:22px!important;
    border-radius:8px!important;
    background:transparent!important;
  }
  .reference-quick a i svg,
  .reference-quick a:nth-child(-n+2) i svg{
    width:16px!important;
    height:16px!important;
  }
  .reference-quick a b,
  .reference-quick a:nth-child(-n+2) b{
    font-size:10px!important;
    line-height:1.12!important;
    font-weight:800!important;
    max-width:72px!important;
  }
  .reference-quick a small,
  .reference-quick a:nth-child(-n+2) small{
    display:none!important;
  }
  .ride-page{
    margin:0!important;
    padding:0 0 calc(112px + env(safe-area-inset-bottom))!important;
  }
  .ride-hero{
    display:none!important;
  }
  .ride-toolbar{
    margin:0 0 16px!important;
    padding:0!important;
  }
  .ride-filters{
    gap:6px!important;
    padding:0!important;
  }
  .ride-filters button{
    height:40px!important;
    border-radius:10px!important;
    font-size:11px!important;
    padding:0 4px!important;
  }
  .ride-heading{
    padding:0!important;
    margin:0 0 10px!important;
  }
  .ride-heading h2{
    font-size:22px!important;
    line-height:1.15!important;
  }
  .ride-heading p{
    font-size:12px!important;
    line-height:1.35!important;
  }
  .ride-grid{
    gap:10px!important;
    padding:0!important;
  }
  .ride-option{
    grid-template-columns:92px minmax(0,1fr)!important;
    border-radius:13px!important;
    box-shadow:0 6px 18px rgba(16,55,95,.06)!important;
  }
  .ride-photo{
    min-height:132px!important;
    height:auto!important;
  }
  .ride-heart{
    width:28px!important;
    height:28px!important;
    right:6px!important;
    top:6px!important;
  }
  .ride-heart svg{
    width:15px!important;
    height:15px!important;
  }
  .ride-card-body{
    padding:10px 11px!important;
  }
  .ride-card-body h3{
    font-size:16px!important;
    line-height:1.15!important;
    margin-bottom:3px!important;
  }
  .ride-sub{
    font-size:11px!important;
    line-height:1.25!important;
    margin-bottom:5px!important;
  }
  .ride-card-body .ride-meta:first-of-type span:first-child{
    display:none!important;
  }
  .ride-meta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:4px 9px!important;
    margin:3px 0!important;
    font-size:10px!important;
    line-height:1.2!important;
  }
  .ride-meta span{
    display:inline-flex!important;
    margin:0!important;
    gap:4px!important;
  }
  .ride-meta svg{
    width:13px!important;
    height:13px!important;
  }
  .ride-bottom{
    margin-top:7px!important;
    padding-top:8px!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
  }
  .ride-price{
    min-width:0!important;
  }
  .ride-price strong{
    font-size:16px!important;
  }
  .ride-price small{
    font-size:9px!important;
  }
  .ride-bottom .btn{
    width:auto!important;
    min-height:34px!important;
    padding:8px 15px!important;
    border-radius:10px!important;
    font-size:11px!important;
    flex:0 0 auto!important;
  }
  .messages-page{
    padding:22px 14px calc(112px + env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  .messages-page .module-head h1{
    font-size:26px!important;
    line-height:1.15!important;
  }
  .messages-page .module-head p{
    font-size:14px!important;
    line-height:1.45!important;
  }
  .messages-page .messages-layout{
    width:100%!important;
    min-width:0!important;
    min-height:440px!important;
    border-radius:14px!important;
  }
  .messages-page .conversation-list{
    min-width:0!important;
    max-width:100%!important;
    gap:8px!important;
    padding:10px!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  .messages-page .conversation-list::-webkit-scrollbar{
    display:none!important;
  }
  .messages-page .conversation-list a{
    flex:0 0 auto!important;
    max-width:138px!important;
    padding:9px 12px!important;
    border:1px solid #dfeaf5!important;
    background:#fff!important;
    border-radius:999px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:12px!important;
  }
  .messages-page .conversation-list a.active{
    background:#edf7ff!important;
    border-color:#a9d6ff!important;
  }
  .messages-page .conversation-main{
    min-width:0!important;
    padding:16px!important;
  }
}
@media(max-width:380px){
  .reference-quick a,
  .reference-quick a:nth-child(-n+2){
    min-height:66px!important;
  }
  .reference-quick a b,
  .reference-quick a:nth-child(-n+2) b{
    font-size:9px!important;
    max-width:64px!important;
  }
  .ride-option{
    grid-template-columns:86px minmax(0,1fr)!important;
  }
  .ride-photo{
    min-height:126px!important;
  }
}

/* v8.4 — Lucide replacement safety for media overlay icons */
.reference-hotels .hotel-img{
  position:relative!important;
  overflow:hidden!important;
}
.reference-hotels .hotel-img>.lucide,
.reference-hotels .hotel-img>svg,
.reference-hotels .hotel-img>[data-lucide]{
  position:absolute!important;
  right:12px!important;
  top:12px!important;
  z-index:4!important;
  width:36px!important;
  height:36px!important;
  padding:8px!important;
  box-sizing:border-box!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.94)!important;
  color:#061f56!important;
  stroke-width:2.3!important;
  box-shadow:0 8px 20px rgba(8,34,67,.18)!important;
}
.reference-hotels article h3{
  clear:both!important;
}
@media(max-width:760px){
  .reference-hotels .hotel-img>.lucide,
  .reference-hotels .hotel-img>svg,
  .reference-hotels .hotel-img>[data-lucide]{
    right:14px!important;
    top:12px!important;
    width:34px!important;
    height:34px!important;
    padding:7px!important;
  }
}

/* v8.5 — compact premium dashboard promo slider */
.dash-hero.cover-slider{
  height:220px!important;
  border-radius:18px!important;
  margin-bottom:12px!important;
  isolation:isolate!important;
  box-shadow:0 16px 34px rgba(16,55,95,.08)!important;
  border:1px solid rgba(221,235,247,.86)!important;
  background:#dceefa!important;
}
.dash-hero.cover-slider:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(5,30,70,.76) 0%,rgba(5,30,70,.48) 36%,rgba(5,30,70,.1) 70%,rgba(5,30,70,0) 100%),
    linear-gradient(0deg,rgba(5,30,70,.12),rgba(5,30,70,0) 48%)!important;
  pointer-events:none!important;
}
.cover-slide{
  background-repeat:no-repeat!important;
  background-size:cover!important;
  background-position:center 58%!important;
  filter:saturate(1.04) contrast(1.02)!important;
}
.cover-slide:nth-child(1){
  background-position:center 58%!important;
}
.cover-slide:nth-child(2){
  background-position:center 58%!important;
}
.cover-slide:nth-child(3){
  background-position:center 60%!important;
}
.cover-slide:nth-child(4){
  background-position:center 55%!important;
}
.cover-slide:nth-child(5){
  background-position:center 52%!important;
}
.cover-slide:nth-child(6){
  background-position:center 48%!important;
}
.cover-promo{
  position:absolute!important;
  z-index:2!important;
  left:24px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:min(360px,48%)!important;
  color:#fff!important;
  text-shadow:0 2px 10px rgba(0,22,55,.2)!important;
}
.cover-promo span{
  display:inline-flex!important;
  width:max-content!important;
  margin-bottom:8px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.34)!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}
.cover-promo strong{
  display:block!important;
  max-width:330px!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:1.04!important;
  font-weight:900!important;
}
.cover-promo small{
  display:block!important;
  max-width:310px!important;
  margin-top:8px!important;
  color:rgba(255,255,255,.9)!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.cover-dots{
  left:auto!important;
  right:18px!important;
  bottom:14px!important;
  transform:none!important;
  z-index:4!important;
  gap:5px!important;
  padding:5px 7px!important;
  border-radius:999px!important;
  background:rgba(4,24,52,.22)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.cover-dots button{
  width:7px!important;
  height:7px!important;
  min-height:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:none!important;
  transition:width .2s ease,background .2s ease!important;
}
.cover-dots button.active{
  width:24px!important;
  height:7px!important;
  background:#fff!important;
}
@media(max-width:760px){
  .dash-hero.cover-slider,
  .dash-hero{
    height:148px!important;
    margin:0 14px!important;
    border-radius:13px!important;
    box-shadow:0 10px 22px rgba(16,55,95,.08)!important;
  }
  .dash-hero.cover-slider:before{
    background:
      linear-gradient(90deg,rgba(5,30,70,.72) 0%,rgba(5,30,70,.34) 50%,rgba(5,30,70,0) 100%),
      linear-gradient(0deg,rgba(5,30,70,.14),rgba(5,30,70,0) 55%)!important;
  }
  .cover-slide:nth-child(1){
    background-position:center 58%!important;
  }
  .cover-slide:nth-child(2){
    background-position:center 56%!important;
  }
  .cover-slide:nth-child(3){
    background-position:center 58%!important;
  }
  .cover-slide:nth-child(4){
    background-position:center 55%!important;
  }
  .cover-slide:nth-child(5){
    background-position:center 52%!important;
  }
  .cover-slide:nth-child(6){
    background-position:center 50%!important;
  }
  .cover-promo{
    left:16px!important;
    width:56%!important;
  }
  .cover-promo span{
    margin-bottom:6px!important;
    padding:4px 8px!important;
    font-size:8px!important;
  }
  .cover-promo strong{
    max-width:190px!important;
    font-size:17px!important;
    line-height:1.05!important;
  }
  .cover-promo small{
    max-width:185px!important;
    margin-top:5px!important;
    font-size:10px!important;
    line-height:1.25!important;
  }
  .cover-dots{
    right:12px!important;
    bottom:10px!important;
    padding:4px 6px!important;
    gap:4px!important;
  }
  .cover-dots button{
    width:6px!important;
    height:6px!important;
  }
  .cover-dots button.active{
    width:18px!important;
    height:6px!important;
  }
}
@media(max-width:380px){
  .dash-hero.cover-slider,
  .dash-hero{
    height:136px!important;
    margin-left:12px!important;
    margin-right:12px!important;
  }
  .cover-promo{
    left:14px!important;
    width:60%!important;
  }
  .cover-promo strong{
    font-size:15px!important;
    max-width:165px!important;
  }
  .cover-promo small{
    display:none!important;
  }
}

/* Southwest Social brand identity */
.side-logo img{width:160px;max-height:none;height:auto}
.side-logo small{display:block;font-size:9px;color:#48617f;margin-top:6px}
.dash-sidebar .side-promo{height:auto;min-height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 10px;background:#fff;border:1px solid #e6edf5}
.side-promo img{width:100%;height:auto;object-fit:contain}
.side-promo small{font-size:9px;color:#48617f;text-align:center}
.auth-page .auth-brand img{margin-bottom:10px}
.auth-powered{display:block;text-align:center;font-size:11px;color:#fff;margin:0 0 24px}
body .site-footer.southwest-footer{display:flex!important;flex-direction:column;align-items:center;gap:12px;position:relative;width:100%;box-sizing:border-box;padding:24px 16px;background:#fff;border-top:1px solid #e6edf5;color:#48617f;font-size:12px}
.powered-by{display:flex;flex-direction:column;align-items:center;gap:6px}
.powered-by small{font-size:11px}
.powered-by img{display:block;width:124px;height:54px;object-fit:contain}
@media(max-width:900px){body .site-footer.southwest-footer{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}}
