
:root{--teal:#FF7A3D;--teal-dark:#FF6823;--teal-soft:#FFF1EA;--gold:#FF7A3D;--gold-dark:#E9500D;--ink:#212121;--muted:#4D4D4D;--bg:#FAFBFF;--card:#fff;--line:#F2F2F2;--shadow:0 4px 12px rgba(58,58,58,.07);--radius:12px;--premium-teal:#FF7A3D;--premium-deep:#FF6823;--premium-gold:#FF7A3D;--premium-mint:#FFF1EA;--premium-ink:#212121}
body{font-family:"Tajawal","Manrope",Arial,sans-serif;background:#FAFBFF;color:#4D4D4D;font-weight:300}
h1,h2,h3,h4,h5,h6{color:#212121;font-weight:300}.container{width:min(1312px,calc(100% - 32px))}
.source-internal-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:#FAFBFF;padding:15px 0;border-bottom:0}.source-internal-header .source-shell{display:flex;align-items:center;justify-content:space-between;gap:18px}.source-internal-header .source-logo img{width:214px;height:auto}.source-internal-nav{display:flex;align-items:center;gap:4px;margin-right:auto}.source-internal-nav a{padding:8px 14px;color:#062338;font-size:15px;font-weight:600;position:relative}.source-internal-nav a.active:after,.source-internal-nav a:hover:after{content:"";position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:24px;height:4px;background:#FF7A3D;border-radius:7px}.source-login-button{display:inline-flex;padding:8px 16px;border-radius:12px;background:#FF7A3D;color:#fff;font-size:14px;font-weight:600}.source-menu{display:none;border:0;background:none;width:34px}.source-menu span{display:block;height:2px;background:#FF7A3D;margin:6px 0;border-radius:3px}.source-page-spacer{height:72px}.page-hero{background:#FAFBFF;border-bottom:1px solid #F2F2F2;padding:72px 0}.page-hero h1{font-weight:300}.btn{border-radius:12px;font-weight:600}.btn-primary,.btn-gold{background:#FF7A3D;color:#fff;box-shadow:none}.btn-primary:hover,.btn-gold:hover{background:#FF6823}.btn-soft{background:#FFF1EA;color:#FF6823}.auction-card,.detail-media,.detail-panel,.content-card,.filters,.calendar-card,.auth-card,.dashboard-card{border:2px solid #F2F2F2;border-radius:12px;box-shadow:0 4px 6px rgba(58,58,58,.06)}.auction-card:hover{box-shadow:0 10px 28px rgba(58,58,58,.10)}.tabs button.active{background:#FF7A3D;border-color:#FF7A3D}.eyebrow{background:#FFF1EA;color:#FF6823}.eyebrow:before{background:#FF7A3D}.input:focus,.select:focus{border-color:#FF7A3D;box-shadow:0 0 0 3px rgba(255,122,61,.12)}
.source-internal-footer{padding:40px 0 20px;border-top:1px solid #F2F2F2;background:#FAFBFF}.source-internal-footer .footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:35px}.source-internal-footer .footer-top img{width:214px}.source-internal-footer .footer-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.source-internal-footer .footer-links a{font-size:16px}.source-internal-footer .footer-copy{text-align:center;font-size:13px;color:#777}
@media(max-width:991px){.source-internal-header .source-logo img{width:170px}.source-menu{display:block}.source-internal-nav{display:none;position:absolute;top:70px;right:0;left:0;background:#F6F9FC;flex-direction:column;padding:28px;min-height:calc(100vh - 70px);margin:0}.source-internal-nav.open{display:flex}.source-login-button{margin-right:auto}.source-internal-footer .footer-top{flex-direction:column;text-align:center}.source-internal-footer .footer-links{justify-content:center}}


/* v1.2.4 — administrator shortcuts and direct auction-edit links. */
.arabids-frontend-auction-tools{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:999990;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:10px;
  border:1px solid #f2f2f2;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  box-shadow:0 15px 44px rgba(6,35,56,.18);
  backdrop-filter:blur(10px);
}
.arabids-frontend-auction-tools a{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 13px;
  border-radius:10px;
  color:#062338;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
.arabids-frontend-auction-tools a:hover{background:#fff1ea;color:#e9500d}
.arabids-frontend-auction-tools a.is-primary{background:#ff7a3d;color:#fff}
.arabids-frontend-auction-tools a.is-primary:hover{background:#ff6823;color:#fff}
.arabids-auction-admin-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:38px;
  padding:0 13px;
  margin-top:10px;
  border:1px dashed rgba(255,122,61,.58);
  border-radius:10px;
  background:#fff8f4;
  color:#e9500d!important;
  font-weight:700;
  text-decoration:none!important;
}
@media(max-width:782px){
  .arabids-frontend-auction-tools{left:10px;bottom:10px;padding:7px}
  .arabids-frontend-auction-tools a{font-size:13px;min-height:36px;padding-inline:10px}
}

/* v1.2.11 — internal footer badges and social links */
.source-internal-footer .footer-top{align-items:center}
.source-internal-footer .footer-store-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;direction:ltr}
.source-internal-footer .footer-store-link{display:flex;align-items:center;justify-content:center}
.source-internal-footer .footer-store-link img{display:block;width:158px;max-width:100%;height:auto}
.source-internal-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:20px;border-top:1px solid #F2F2F2}
.source-internal-footer .footer-social{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.source-internal-footer .footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}
.source-internal-footer .footer-social a:hover{background:#FFF1EA;transform:translateY(-1px)}
.source-internal-footer .footer-social img{display:block;width:24px;height:24px}
@media(max-width:991px){
  .source-internal-footer .footer-top{flex-direction:column;text-align:center}
  .source-internal-footer .footer-links{justify-content:center}
  .source-internal-footer .footer-store-links{justify-content:center}
  .source-internal-footer .footer-bottom{justify-content:center}
}
@media(max-width:560px){
  .source-internal-footer .footer-store-link img{width:min(44vw,148px)}
  .source-internal-footer .footer-social{justify-content:center}
}

/* v1.2.13 — organized internal-page footer */
.source-internal-footer .footer-links > span{display:none!important}
.source-internal-footer .footer-links a + a::before{
  content:"|";
  display:inline-block;
  margin:0 14px;
  color:#c8cbd0;
  font-weight:300;
}
.source-internal-footer .footer-links .footer-auth-link{color:#ff7a3d;font-weight:500;position:relative}
.source-internal-footer .footer-links .footer-auth-link::after{
  content:"";
  position:absolute;
  right:50%;
  bottom:-7px;
  width:22px;
  height:2px;
  border-radius:999px;
  background:#ff7a3d;
  transform:translateX(50%);
  opacity:.72;
}
.source-internal-footer .footer-social a{
  width:48px;
  height:48px;
  border:1px solid #ffe0d0;
  background:#fff;
  box-shadow:0 5px 16px rgba(255,122,61,.08);
}
.source-internal-footer .footer-social img{width:31px;height:31px}
.source-internal-footer .footer-social a:hover{background:#fff4ee;border-color:#ffc4a8;box-shadow:0 8px 20px rgba(255,122,61,.13)}
@media(min-width:992px){
  .source-internal-footer{padding-top:44px}
  .source-internal-footer .footer-top{
    display:grid;
    grid-template-columns:minmax(260px,1fr) minmax(390px,1.25fr) minmax(260px,1fr);
    grid-template-areas:"social links logo";
    align-items:center;
    gap:34px;
    margin-bottom:24px;
    direction:ltr;
  }
  .source-internal-footer .footer-logo{grid-area:logo;display:flex;align-items:center;justify-content:flex-end;line-height:0}
  .source-internal-footer .footer-logo img{width:205px;max-width:205px;height:auto}
  .source-internal-footer .footer-links{
    grid-area:links;
    justify-content:center;
    flex-wrap:nowrap;
    gap:0;
    direction:rtl;
    transform:translateX(-18px);
  }
  .source-internal-footer .footer-links a{font-size:17px;line-height:30px;font-weight:300;white-space:nowrap}
  .source-internal-footer .footer-social{grid-area:social;justify-content:flex-start;gap:13px;direction:ltr}
  .source-internal-footer .footer-bottom{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    grid-template-areas:"stores copy balance";
    align-items:center;
    gap:24px;
    padding-top:22px;
    border-top:1px solid #f0f1f3;
    direction:ltr;
  }
  .source-internal-footer .footer-store-links{grid-area:stores;justify-content:flex-start}
  .source-internal-footer .footer-store-link img{width:170px}
  .source-internal-footer .footer-copy{grid-area:copy;white-space:nowrap}
  .source-internal-footer .footer-balance{grid-area:balance}
}
@media(max-width:991px){
  .source-internal-footer .footer-top{display:flex;flex-direction:column;align-items:center;gap:22px;margin-bottom:22px}
  .source-internal-footer .footer-logo{order:1}
  .source-internal-footer .footer-links{order:2;justify-content:center;gap:0;direction:rtl}
  .source-internal-footer .footer-social{order:3;justify-content:center}
  .source-internal-footer .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:20px}
  .source-internal-footer .footer-balance{display:none}
}

/* v1.2.14 — internal footer aligned with the homepage */
.source-internal-footer .footer-downloads-social{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.source-internal-footer .footer-downloads-social .footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  direction:ltr;
}
.source-internal-footer .footer-downloads-social .footer-social a{
  width:36px!important;
  height:36px!important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.source-internal-footer .footer-downloads-social .footer-social a:hover{
  opacity:.72;
  background:transparent!important;
  box-shadow:none!important;
  transform:translateY(-1px);
}
.source-internal-footer .footer-downloads-social .footer-social img{
  width:32px!important;
  height:32px!important;
  object-fit:contain;
}
.source-internal-footer .footer-downloads-social .footer-store-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  direction:ltr;
}
.source-internal-footer .footer-downloads-social .footer-store-link img{width:168px}
@media(min-width:992px){
  .source-internal-footer>.container{
    max-width:1278px;
    padding-inline:15px;
  }
  .source-internal-footer .footer-top{
    display:grid;
    grid-template-columns:minmax(360px,.95fr) minmax(390px,1.15fr) minmax(280px,.9fr);
    grid-template-areas:"apps links logo";
    align-items:center;
    column-gap:34px;
    margin-bottom:30px;
    direction:ltr;
  }
  .source-internal-footer .footer-logo{
    grid-area:logo;
    justify-self:end;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    transform:translateX(12px);
    line-height:0;
  }
  .source-internal-footer .footer-logo img{width:214px;max-width:214px;height:auto}
  .source-internal-footer .footer-links{
    grid-area:links;
    justify-content:center;
    flex-wrap:nowrap;
    gap:0;
    direction:rtl;
    transform:translateX(-8px);
  }
  .source-internal-footer .footer-downloads-social{
    grid-area:apps;
    justify-self:start;
    width:356px;
    max-width:100%;
  }
  .source-internal-footer .footer-bottom{
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:17px;
    border-top:1px solid #f0f1f3;
  }
}
@media(max-width:991px){
  .source-internal-footer .footer-top{display:flex;flex-direction:column;align-items:center;gap:22px;margin-bottom:22px}
  .source-internal-footer .footer-logo{order:1;transform:none}
  .source-internal-footer .footer-links{order:2;transform:none}
  .source-internal-footer .footer-downloads-social{order:3;width:100%}
  .source-internal-footer .footer-downloads-social .footer-social{gap:16px}
  .source-internal-footer .footer-downloads-social .footer-social a{width:34px!important;height:34px!important}
  .source-internal-footer .footer-downloads-social .footer-social img{width:30px!important;height:30px!important}
  .source-internal-footer .footer-downloads-social .footer-store-links{width:100%;flex-wrap:wrap}
  .source-internal-footer .footer-downloads-social .footer-store-link img{width:150px}
  .source-internal-footer .footer-bottom{display:flex;justify-content:center;padding-top:16px;border-top:1px solid #f0f1f3}
}
@media(max-width:560px){
  .source-internal-footer .footer-downloads-social .footer-store-link img{width:min(44vw,148px)}
}

/* v1.2.14 internal footer flex correction */
.source-internal-footer .footer-downloads-social .footer-social,
.source-internal-footer .footer-downloads-social .footer-store-links{flex-wrap:nowrap!important}
@media(min-width:992px){
  .source-internal-footer .footer-top{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:34px;
    direction:ltr;
  }
  .source-internal-footer .footer-downloads-social{order:1;flex:0 0 356px;width:356px}
  .source-internal-footer .footer-links{order:2;flex:1 1 auto;min-width:390px}
  .source-internal-footer .footer-logo{order:3;flex:0 0 280px;width:280px}
}

/* v1.2.16 — internal footer order and dashboard account redesign */
.source-internal-footer .footer-downloads-social{gap:17px!important}
.source-internal-footer .footer-downloads-social .footer-social{order:1!important;margin:0!important}
.source-internal-footer .footer-downloads-social .footer-store-links{order:2!important;margin:0!important}
@media(max-width:991px){
  .source-internal-footer .footer-downloads-social{display:flex!important;flex-direction:column!important;align-items:center!important;gap:16px!important}
  .source-internal-footer .footer-downloads-social .footer-social{width:100%!important;justify-content:center!important}
  .source-internal-footer .footer-downloads-social .footer-store-links{width:100%!important;justify-content:center!important;gap:10px!important}
}
@media(max-width:420px){
  .source-internal-footer .footer-downloads-social{gap:14px!important}
  .source-internal-footer .footer-downloads-social .footer-store-links{gap:8px!important}
  .source-internal-footer .footer-downloads-social .footer-store-link img{width:min(43vw,146px)!important}
}

body[data-page="dashboard"] .page-hero{
  padding:42px 0 46px;
  background:linear-gradient(135deg,#fff 0%,#fff8f4 100%);
  border-bottom:1px solid #eceff3;
}
body[data-page="dashboard"] .page-hero .eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 13px;
  border-radius:999px;
  background:#fff0e9;
  color:#e85d1f;
  font-size:13px;
  font-weight:700;
}
body[data-page="dashboard"] .page-hero h1{
  margin:12px 0 10px;
  font-size:clamp(32px,4vw,46px);
  line-height:1.2;
  color:#172c3d;
}
body[data-page="dashboard"] .page-hero p{
  max-width:760px;
  margin:0;
  color:#66737f;
  font-size:16px;
  line-height:1.9;
}
body[data-page="dashboard"] .dashboard-section{padding:38px 0 64px}
body[data-page="dashboard"] .dashboard-grid{
  grid-template-columns:300px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
body[data-page="dashboard"] .account-sidebar{
  position:sticky;
  top:98px;
  padding:22px;
  border:1px solid #e8ebef;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 48px rgba(23,44,61,.08);
  overflow:hidden;
}
body[data-page="dashboard"] .account-user-box{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:4px 0 20px;
  margin:0 0 18px;
  border-bottom:1px solid #edf0f3;
  text-align:center;
}
body[data-page="dashboard"] .account-avatar-wrap{position:relative;margin-bottom:12px}
body[data-page="dashboard"] .avatar{
  width:78px;
  height:78px;
  margin:0;
  border-radius:24px;
  background:linear-gradient(145deg,#ff8c55,#ff6b2b);
  color:#fff;
  box-shadow:0 12px 26px rgba(255,111,48,.25);
  font-size:31px;
  font-weight:800;
}
body[data-page="dashboard"] .account-online-dot{
  position:absolute;
  left:-2px;
  bottom:4px;
  width:15px;
  height:15px;
  border:3px solid #fff;
  border-radius:50%;
  background:#26b56f;
}
body[data-page="dashboard"] .account-kicker{
  margin-bottom:5px;
  color:#f16c2e;
  font-size:12px;
  font-weight:700;
  letter-spacing:.35px;
}
body[data-page="dashboard"] .account-user-name{
  display:block;
  width:100%;
  margin-bottom:14px;
  color:#1c2e3a;
  font-size:17px;
  line-height:1.5;
  font-weight:800;
  overflow-wrap:anywhere;
}
body[data-page="dashboard"] .user-email-card{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-width:0;
  padding:11px 12px;
  border:1px solid #e8ebef;
  border-radius:15px;
  background:#f8f9fb;
  text-align:right;
}
body[data-page="dashboard"] .user-email-icon{
  flex:0 0 35px;
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#fff0e9;
  color:#f16c2e;
}
body[data-page="dashboard"] .user-email-icon svg{width:19px;height:19px}
body[data-page="dashboard"] .user-email-copy{min-width:0;flex:1}
body[data-page="dashboard"] .user-email-copy small{
  display:block;
  margin-bottom:2px;
  color:#8b939b;
  font-size:10.5px;
  line-height:1.3;
}
body[data-page="dashboard"] #user-email{
  direction:ltr;
  text-align:left;
  color:#46545f;
  font-family:"Manrope","Tajawal",Arial,sans-serif;
  font-size:12px;
  line-height:1.45;
  font-weight:600;
  overflow-wrap:anywhere;
}
body[data-page="dashboard"] .account-nav{display:grid;gap:8px}
body[data-page="dashboard"] .account-nav a,
body[data-page="dashboard"] .account-nav button{
  min-height:48px;
  padding:10px 12px;
  border:1px solid transparent;
  border-radius:13px;
  color:#52616b;
  font-size:14px;
  font-weight:700;
  transition:.2s ease;
}
body[data-page="dashboard"] .account-nav a:hover,
body[data-page="dashboard"] .account-nav button:hover{
  background:#fff6f1;
  border-color:#ffe0d1;
  color:#e85d1f;
}
body[data-page="dashboard"] .account-nav .active{
  background:linear-gradient(135deg,#ff7a3d,#ff6a27);
  color:#fff;
  box-shadow:0 9px 20px rgba(255,111,48,.19);
}
body[data-page="dashboard"] .side-nav-icon{
  flex:0 0 31px;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,122,61,.1);
}
body[data-page="dashboard"] .account-nav .active .side-nav-icon{background:rgba(255,255,255,.18)}
body[data-page="dashboard"] .side-nav-icon svg{width:18px;height:18px}
body[data-page="dashboard"] .dashboard-main{min-width:0}
body[data-page="dashboard"] .dashboard-overview-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 18px;
}
body[data-page="dashboard"] .dashboard-overview-head span,
body[data-page="dashboard"] .bookings-panel-head>div>span{
  display:block;
  margin-bottom:4px;
  color:#f16c2e;
  font-size:12px;
  font-weight:700;
}
body[data-page="dashboard"] .dashboard-overview-head h2,
body[data-page="dashboard"] .bookings-panel-head h2{
  margin:0;
  color:#172c3d;
  font-size:25px;
  line-height:1.35;
  font-weight:700;
}
body[data-page="dashboard"] .dashboard-browse-btn{white-space:nowrap}
body[data-page="dashboard"] .summary-cards{
  gap:16px;
  margin-bottom:22px;
}
body[data-page="dashboard"] .summary-card{
  position:relative;
  min-height:128px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px;
  border:1px solid #e8ebef;
  border-radius:22px;
  background:#fff;
  box-shadow:0 13px 35px rgba(23,44,61,.06);
  overflow:hidden;
}
body[data-page="dashboard"] .summary-card::after{
  content:"";
  position:absolute;
  inset-inline:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg,#ff7a3d,#ffb089);
}
body[data-page="dashboard"] .summary-card-copy span{
  display:block;
  margin-bottom:7px;
  color:#6c7881;
  font-size:13px;
  font-weight:600;
}
body[data-page="dashboard"] .summary-card-copy strong{
  display:block;
  color:#ff7133;
  font-family:"Manrope","Tajawal",Arial,sans-serif;
  font-size:34px;
  line-height:1;
  font-weight:800;
}
body[data-page="dashboard"] .summary-card-icon{
  flex:0 0 48px;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#fff2ec;
  color:#f16c2e;
}
body[data-page="dashboard"] .summary-card-icon svg{width:24px;height:24px}
body[data-page="dashboard"] .bookings-panel{
  padding:24px;
  border:1px solid #e8ebef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(23,44,61,.07);
}
body[data-page="dashboard"] .bookings-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #edf0f3;
}
body[data-page="dashboard"] .bookings-panel-head p{
  margin:6px 0 0;
  color:#7a858e;
  font-size:13px;
  line-height:1.65;
}
body[data-page="dashboard"] .bookings-panel .empty{
  padding:48px 20px;
  border:1px dashed #dfe4e8;
  border-radius:18px;
  background:#fafbfc;
}
body[data-page="dashboard"] .bookings-panel .empty h3{margin-top:0;color:#243845}
body[data-page="dashboard"] .booking-item{
  border-color:#e8ebef;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(23,44,61,.04);
}

@media(max-width:1000px){
  body[data-page="dashboard"] .dashboard-grid{grid-template-columns:1fr;gap:22px}
  body[data-page="dashboard"] .account-sidebar{position:static}
}
@media(max-width:760px){
  body[data-page="dashboard"] .page-hero{padding:30px 0 34px}
  body[data-page="dashboard"] .page-hero h1{font-size:32px}
  body[data-page="dashboard"] .page-hero p{font-size:14px;line-height:1.75}
  body[data-page="dashboard"] .dashboard-section{padding:24px 0 48px}
  body[data-page="dashboard"] .dashboard-grid{gap:18px}
  body[data-page="dashboard"] .account-sidebar{padding:18px;border-radius:22px}
  body[data-page="dashboard"] .account-user-box{padding-bottom:17px;margin-bottom:15px}
  body[data-page="dashboard"] .avatar{width:70px;height:70px;border-radius:21px;font-size:28px}
  body[data-page="dashboard"] .account-user-name{font-size:16px}
  body[data-page="dashboard"] .account-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body[data-page="dashboard"] .account-nav a,
  body[data-page="dashboard"] .account-nav button{justify-content:center;padding:9px;font-size:13px}
  body[data-page="dashboard"] .dashboard-overview-head{align-items:center;margin-bottom:14px}
  body[data-page="dashboard"] .dashboard-overview-head h2{font-size:22px}
  body[data-page="dashboard"] .dashboard-browse-btn{display:none}
  body[data-page="dashboard"] .summary-cards{grid-template-columns:1fr;gap:12px}
  body[data-page="dashboard"] .summary-card{min-height:104px;padding:17px 18px;border-radius:18px}
  body[data-page="dashboard"] .summary-card-copy strong{font-size:30px}
  body[data-page="dashboard"] .summary-card-icon{width:44px;height:44px;flex-basis:44px;border-radius:14px}
  body[data-page="dashboard"] .bookings-panel{padding:18px;border-radius:20px}
  body[data-page="dashboard"] .bookings-panel-head{align-items:flex-start;gap:14px;padding-bottom:16px;margin-bottom:16px}
  body[data-page="dashboard"] .bookings-panel-head h2{font-size:21px}
  body[data-page="dashboard"] .bookings-panel-head p{display:none}
  body[data-page="dashboard"] .bookings-panel-head .btn{padding:9px 12px;font-size:12px;white-space:nowrap}
}
@media(max-width:390px){
  body[data-page="dashboard"] .account-nav{grid-template-columns:1fr}
  body[data-page="dashboard"] .bookings-panel-head{flex-direction:column}
  body[data-page="dashboard"] .bookings-panel-head .btn{width:100%;justify-content:center}
}


/* =========================================================
   v1.2.17 — dashboard iPhone preview + compact account data
   ========================================================= */
body[data-page="dashboard"] .dashboard-grid{
  grid-template-columns:330px minmax(0,1fr);
  gap:24px;
}
body[data-page="dashboard"] .account-sidebar{
  padding:18px;
}
body[data-page="dashboard"] .account-user-box{
  padding:2px 0 14px;
  margin-bottom:13px;
}
body[data-page="dashboard"] .account-avatar-wrap{margin-bottom:9px}
body[data-page="dashboard"] .avatar{
  width:68px;
  height:68px;
  border-radius:21px;
  font-size:27px;
}
body[data-page="dashboard"] .account-kicker{
  margin-bottom:3px;
  font-size:10.5px;
}
body[data-page="dashboard"] .account-user-name{
  margin-bottom:9px;
  font-size:15px;
  line-height:1.35;
}
body[data-page="dashboard"] .user-email-card{
  gap:7px;
  padding:8px 9px;
  border-radius:13px;
}
body[data-page="dashboard"] .user-email-icon{
  flex-basis:30px;
  width:30px;
  height:30px;
  border-radius:9px;
}
body[data-page="dashboard"] .user-email-icon svg{width:16px;height:16px}
body[data-page="dashboard"] .user-email-copy small{
  margin-bottom:1px;
  font-size:9px;
}
body[data-page="dashboard"] #user-email{
  width:100%;
  font-size:10.2px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body[data-page="dashboard"] .account-nav{gap:6px}
body[data-page="dashboard"] .account-nav a,
body[data-page="dashboard"] .account-nav button{
  min-height:44px;
  padding:8px 10px;
  font-size:13px;
}
body[data-page="dashboard"] .side-nav-icon{
  flex-basis:29px;
  width:29px;
  height:29px;
}
body[data-page="dashboard"] .side-nav-icon svg{width:17px;height:17px}

body.dashboard-app-open{overflow:hidden}
.dashboard-app-modal{
  position:fixed;
  inset:0;
  z-index:1000001;
  display:grid;
  place-items:center;
  padding:12px;
  opacity:0;
  visibility:hidden;
  transition:opacity .18s ease,visibility .18s ease;
}
.dashboard-app-modal[hidden]{display:none!important}
.dashboard-app-modal.is-open{opacity:1;visibility:visible}
.dashboard-app-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:rgba(8,24,35,.58);
  backdrop-filter:blur(8px);
  cursor:default;
}
.dashboard-app-dialog{
  position:relative;
  z-index:1;
  width:min(430px,100%);
  height:min(900px,calc(100dvh - 24px));
  display:grid;
  place-items:center;
  padding:8px;
  outline:none;
}
.dashboard-app-close{
  position:absolute;
  z-index:6;
  top:8px;
  right:8px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#18313f;
  box-shadow:0 10px 28px rgba(3,17,28,.2);
  cursor:pointer;
}
.dashboard-app-close svg{width:20px;height:20px}
.dashboard-iphone{
  --phone-radius:48px;
  position:relative;
  width:min(360px,calc((100dvh - 42px)*.46),calc(100vw - 28px));
  aspect-ratio:390/844;
  padding:8px;
  border:1px solid #243b43;
  border-radius:var(--phone-radius);
  background:linear-gradient(145deg,#243b42 0%,#0b1d23 34%,#07151a 68%,#28434b 100%);
  box-shadow:0 34px 85px rgba(2,15,24,.48),inset 0 0 0 1px rgba(255,255,255,.1);
}
.dashboard-iphone:before{
  content:"";
  position:absolute;
  inset:4px;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.12);
  border-radius:calc(var(--phone-radius) - 4px);
}
.dashboard-iphone-button{
  position:absolute;
  display:block;
  width:3px;
  border-radius:3px 0 0 3px;
  background:#233941;
  box-shadow:inset 1px 0 rgba(255,255,255,.12);
}
.dashboard-iphone-button-silent{left:-3px;top:17%;height:5.8%}
.dashboard-iphone-button-volume-one{left:-3px;top:26%;height:9.8%}
.dashboard-iphone-button-volume-two{left:-3px;top:38%;height:9.8%}
.dashboard-iphone-button-power{right:-3px;top:29%;height:16%;border-radius:0 3px 3px 0}
.dashboard-iphone-screen{
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:calc(var(--phone-radius) - 9px);
  background:#fff;
}
.dashboard-iphone-statusbar{
  position:relative;
  height:3.7%;
  min-height:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 19px;
  background:#ff7438;
  color:#fff;
  font-family:Manrope,Arial,sans-serif;
  font-size:8px;
  font-weight:800;
}
.dashboard-iphone-island{
  position:absolute;
  left:50%;
  top:5px;
  width:31%;
  height:17px;
  transform:translateX(-50%);
  border-radius:999px;
  background:#07151a;
}
.dashboard-iphone-signals{display:flex;align-items:flex-end;gap:2px;direction:ltr}
.dashboard-iphone-signals i{display:block;width:2px;border-radius:2px;background:#fff}
.dashboard-iphone-signals i:nth-child(1){height:4px}.dashboard-iphone-signals i:nth-child(2){height:6px}.dashboard-iphone-signals i:nth-child(3){height:8px}
.dashboard-phone-header{
  flex:0 0 13.2%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:9px 18px 8px;
  background:linear-gradient(140deg,#ff7b40,#ff6d2e);
  color:#fff;
}
.dashboard-phone-header img{
  width:92px;
  max-height:27px;
  object-fit:contain;
  object-position:right center;
  filter:brightness(0) invert(1);
}
.dashboard-phone-header small{
  margin-top:6px;
  font-size:9px;
  font-weight:500;
}
.dashboard-phone-body{
  flex:1;
  min-height:0;
  padding:11px;
  background:#f8f9fb;
}
.dashboard-phone-card{
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #e7ebef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 22px rgba(20,43,57,.05);
}
.dashboard-phone-image-wrap{
  position:relative;
  flex:0 0 39%;
  min-height:0;
  overflow:hidden;
  background:#f3f5f7;
}
.dashboard-phone-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.dashboard-phone-image-brand{
  position:absolute;
  top:10px;
  left:11px;
  z-index:1;
  color:#ff6f31;
  font-family:Manrope,Arial,sans-serif;
  font-size:8px;
  font-weight:800;
  letter-spacing:.2px;
}
.dashboard-phone-copy{
  flex:1;
  min-height:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:13px 14px 12px;
  text-align:right;
}
.dashboard-phone-copy .status-chip{
  align-self:flex-start;
  min-height:25px;
  padding:0 9px;
  font-size:8px;
}
.dashboard-phone-copy h2{
  width:100%;
  margin:14px 0 7px;
  color:#172c3d;
  font-size:19px;
  line-height:1.35;
  font-weight:500;
}
.dashboard-phone-copy p{
  width:100%;
  margin:0 0 9px;
  color:#8a939b;
  font-size:10px;
  line-height:1.5;
}
.dashboard-phone-copy>strong{
  width:100%;
  margin-top:auto;
  color:#283744;
  font-family:Manrope,Tajawal,Arial,sans-serif;
  font-size:10px;
  text-align:right;
}
.dashboard-phone-actions{
  width:100%;
  display:grid;
  gap:7px;
  margin-top:12px;
}
.dashboard-phone-actions .btn{
  min-height:39px;
  padding:8px 10px;
  border-radius:11px;
  font-size:10px;
}
.dashboard-phone-bottom{
  flex:0 0 7.2%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  padding:0 16px 5px;
  border-top:1px solid #edf0f3;
  background:#fff;
  color:#66737d;
  font-size:8px;
  font-weight:700;
  text-align:center;
}
.dashboard-phone-bottom .active{color:#ff7133}
.dashboard-iphone-home{
  position:absolute;
  right:50%;
  bottom:4px;
  width:31%;
  height:4px;
  transform:translateX(50%);
  border-radius:999px;
  background:#16262d;
}
html[dir="ltr"] .dashboard-phone-header{align-items:flex-start}
html[dir="ltr"] .dashboard-phone-copy{text-align:left}
html[dir="ltr"] .dashboard-phone-copy>strong{text-align:left}

@media(max-width:1000px){
  body[data-page="dashboard"] .dashboard-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  body[data-page="dashboard"] .account-sidebar{padding:15px}
  body[data-page="dashboard"] .account-user-box{padding-bottom:12px;margin-bottom:12px}
  body[data-page="dashboard"] .avatar{width:62px;height:62px;border-radius:19px;font-size:25px}
  body[data-page="dashboard"] #user-email{font-size:10px}
  .dashboard-app-dialog{padding:3px}
  .dashboard-app-close{top:2px;right:2px;width:34px;height:34px}
}
@media(max-height:650px){
  .dashboard-app-close{width:31px;height:31px}
  .dashboard-phone-copy h2{margin-top:9px;font-size:16px}
  .dashboard-phone-copy p{margin-bottom:5px;font-size:8px}
  .dashboard-phone-actions{margin-top:7px;gap:5px}
  .dashboard-phone-actions .btn{min-height:32px;padding:5px 8px;font-size:8px}
}
