
: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}
}


/* =========================================================
   Privacy policy — single-column legal document
   ========================================================= */
body[data-page="privacy"]{background:#fff;color:#193042}
body[data-page="privacy"] .source-page-spacer{background:#fff}
.privacy-page{background:#fff}
.privacy-section{padding:72px 0 92px}
.privacy-document{width:min(100%,930px);margin:0 auto}
.privacy-document-header{padding-bottom:38px;border-bottom:1px solid #e9edf0}
.privacy-label{display:inline-flex;align-items:center;gap:11px;margin:0 0 14px;color:#f26d2e;font-size:clamp(28px,3.2vw,36px);line-height:1.35;font-weight:700;letter-spacing:-.6px;text-transform:none}
.privacy-label:before{content:"";width:28px;height:2px;flex:0 0 28px;border-radius:999px;background:#f26d2e}
.privacy-updated{margin:17px 0 0;color:#8a949b;font-family:Manrope,Tajawal,Arial,sans-serif;font-size:12px;font-weight:600}
.privacy-intro{max-width:850px;margin:27px 0 0;color:#5f6f79;font-size:17px;line-height:2}
.privacy-content{padding-top:11px}
.privacy-policy-section{padding:30px 0 31px;border-bottom:1px solid #edf0f2}
.privacy-policy-section:last-child{border-bottom:0}
.privacy-policy-section h2{margin:0 0 13px;color:#173246;font-size:20px;line-height:1.55;font-weight:600}
.privacy-policy-section p{margin:0;color:#667680;font-size:14px;line-height:2}
.privacy-policy-section p+p{margin-top:12px}
.privacy-policy-section ul{display:grid;gap:9px;margin:15px 0 0;padding:0 22px 0 0;color:#667680}
.privacy-policy-section li{padding-right:5px;font-size:14px;line-height:1.95}
.privacy-policy-section li::marker{color:#f26d2e}
.privacy-policy-section li strong{color:#334b5b;font-weight:700}
.privacy-contact{margin-top:30px;padding:30px 32px;border:1px solid #e5e9ec!important;border-radius:3px;background:#fafbfc}
.privacy-contact h2{margin-bottom:10px}
.privacy-contact a{display:inline-flex;margin-top:13px;color:#f26d2e;font-family:Manrope,Tajawal,Arial,sans-serif;font-size:15px;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}
.privacy-contact a:hover{color:#c94d17}
html[dir="ltr"] .privacy-label{letter-spacing:-.7px}
html[dir="ltr"] .privacy-policy-section ul{padding:0 0 0 22px}
html[dir="ltr"] .privacy-policy-section li{padding-right:0;padding-left:5px}
@media(max-width:760px){
  .privacy-section{padding:42px 0 58px}
  .privacy-document{width:100%}
  .privacy-document-header{padding-bottom:29px}
  .privacy-label{font-size:25px;letter-spacing:-.35px}
  .privacy-intro{margin-top:21px;font-size:14px;line-height:1.9}
  .privacy-policy-section{padding:24px 0 25px}
  .privacy-policy-section h2{font-size:18px}
  .privacy-policy-section p,.privacy-policy-section li{font-size:13px;line-height:1.9}
  .privacy-contact{margin-top:22px;padding:24px 20px}
}

/* =========================================================
   Public account deletion page
   ========================================================= */
body[data-page="delete-account"]{background:#fff;color:#193042}
body[data-page="delete-account"] .source-page-spacer{background:#fff}
.deletion-required-note{margin-top:18px;padding:24px 26px!important;border:1px solid rgba(242,109,46,.24)!important;border-radius:8px;background:#fff8f4}
.deletion-required-note h2{color:#c94d17}
.deletion-required-note p{color:#445965;font-weight:500}
.deletion-form-section>p{max-width:820px}
.account-deletion-form{margin-top:24px;padding:26px;border:1px solid #e6eaed;border-radius:10px;background:#fafbfc}
.deletion-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.deletion-field{display:grid;gap:8px;color:#334b5b;font-size:13px;font-weight:700}
.deletion-field-full{margin-top:18px}
.deletion-field input,.deletion-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #d9e0e4;border-radius:7px;background:#fff;color:#173246;font-family:Manrope,Tajawal,Arial,sans-serif;font-size:14px;line-height:1.6;outline:0;transition:border-color .2s ease,box-shadow .2s ease}
.deletion-field textarea{min-height:112px;resize:vertical}
.deletion-field input:focus,.deletion-field textarea:focus{border-color:#f26d2e;box-shadow:0 0 0 3px rgba(242,109,46,.12)}
.deletion-consent{display:flex;align-items:flex-start;gap:10px;margin-top:18px;color:#526773;font-size:13px;line-height:1.8;cursor:pointer}
.deletion-consent input{width:17px;height:17px;margin-top:4px;accent-color:#f26d2e;flex:0 0 auto}
.deletion-submit{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:22px;padding:11px 24px;border:0;border-radius:7px;background:#f26d2e;color:#fff;font-family:Manrope,Tajawal,Arial,sans-serif;font-size:14px;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease}
.deletion-submit:hover{background:#d95c22;transform:translateY(-1px)}
.deletion-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.deletion-status{margin:20px 0 0;padding:14px 16px;border-radius:7px;font-size:13px;line-height:1.8;font-weight:600}
.deletion-status.is-success{border:1px solid #bfe6d2;background:#f1fbf6;color:#216b47}
.deletion-status.is-error{border:1px solid #f1c7c7;background:#fff6f6;color:#9b3434}
.deletion-contact-links{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:13px}
.deletion-contact-links a{margin-top:0}
.privacy-policy-section p a{color:#f26d2e;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}
.privacy-policy-section p a:hover{color:#c94d17}
@media(max-width:760px){
  .deletion-required-note{padding:20px!important}
  .account-deletion-form{padding:20px}
  .deletion-form-grid{grid-template-columns:1fr;gap:16px}
  .deletion-submit{width:100%}
}
/* Account recovery link inside the custom login card. */
.auth-recovery-row{display:flex;justify-content:flex-start;margin:-4px 0 12px}.auth-recovery-link{color:#FF6823;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s ease}.auth-recovery-link:hover,.auth-recovery-link:focus{opacity:.78;text-decoration:underline}.auth-recovery-link:focus-visible{outline:2px solid rgba(255,122,61,.35);outline-offset:3px;border-radius:4px}html[dir="ltr"] .auth-recovery-row{justify-content:flex-start}


/* v1.2.25 — language controls on every internal front-end page + aligned footer account actions. */
.source-header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.source-internal-header .internal-language-switcher{display:inline-flex;align-items:center;gap:4px;direction:ltr}
.source-internal-header .internal-language-switcher button{
  width:34px;height:34px;min-width:34px;border:1px solid #e9edf1;background:#fff;border-radius:50%;
  box-shadow:0 2px 8px rgba(6,35,56,.05)
}
.source-internal-header .internal-language-switcher button:hover{background:#fff4ee;border-color:#ffd2bc;transform:translateY(-1px)}
.source-internal-header .internal-language-switcher button.active{background:#fff1ea;border-color:#ffb48f;box-shadow:0 3px 10px rgba(255,122,61,.12)}
.source-internal-header .internal-language-switcher .language-flag{width:23px;height:15px}
.source-internal-footer .footer-links{flex-wrap:nowrap;white-space:nowrap}
.source-internal-footer .footer-links > span.footer-account-actions{display:inline-flex!important;align-items:center;white-space:nowrap}
.source-internal-footer .footer-account-actions::before{
  content:"|";display:inline-block;margin:0 14px;color:#c8cbd0;font-weight:300
}
.source-internal-footer .footer-delete-link{color:#4d4d4d;font-weight:300}
.source-internal-footer .footer-delete-link:hover{color:#e9500d}
@media(max-width:1100px){
  .source-internal-nav a{padding-inline:9px;font-size:14px}
  .source-header-actions{gap:6px}
  .source-internal-header .internal-language-switcher button{width:32px;height:32px;min-width:32px}
}
@media(max-width:991px){
  .source-header-actions{margin-inline-start:auto}
  .source-login-button{margin-right:0}
  .source-internal-header .internal-language-switcher{display:inline-flex}
  .source-internal-footer .footer-links{max-width:100%;overflow-x:auto;justify-content:flex-start;padding:4px 2px 10px;scrollbar-width:none}
  .source-internal-footer .footer-links::-webkit-scrollbar{display:none}
}
@media(max-width:560px){
  .source-internal-header .source-shell{gap:8px}
  .source-internal-header .source-logo img{width:142px}
  .source-header-actions{gap:4px}
  .source-internal-header .internal-language-switcher{gap:2px}
  .source-internal-header .internal-language-switcher button{width:30px;height:30px;min-width:30px}
  .source-internal-header .internal-language-switcher .language-flag{width:21px;height:14px}
  .source-login-button{padding:7px 10px;font-size:12px}
  .source-internal-footer .footer-links a{font-size:14px}
  .source-internal-footer .footer-links a + a::before,
  .source-internal-footer .footer-account-actions::before{margin-inline:9px}
}


/* v1.2.26 — fully branded password recovery, no WordPress reset UI. */
.recovery-auth-wrap{min-height:100vh;padding:56px 18px;background:radial-gradient(circle at 18% 12%,rgba(255,122,61,.10),transparent 28%),radial-gradient(circle at 82% 78%,rgba(20,68,98,.06),transparent 30%),#f8fafb}
.recovery-auth-card{position:relative;width:min(500px,100%);padding:34px 34px 30px;border-radius:22px;border:1px solid #e8edf0;box-shadow:0 22px 70px rgba(15,42,59,.10);overflow:hidden}
.recovery-auth-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#ff7133,#ff9a66)}
.recovery-auth-card .brand{width:190px;margin-bottom:24px}
.recovery-auth-card h1{margin:8px 0 8px;color:#173246;font-size:30px;line-height:1.4;font-weight:700;text-transform:none}
.recovery-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#fff2eb;color:#e85f23;font-size:12px;font-weight:800}
.recovery-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:#ff7133}
.recovery-intro{margin:0 0 22px;color:#7c8992;font-size:14px;line-height:1.9}
.recovery-form .form-group{margin-bottom:16px}
.recovery-form .input{min-height:52px;border-radius:12px;border:1px solid #dfe6ea;background:#fbfcfd;padding:12px 14px;color:#173246}
.recovery-form .input:focus{border-color:#ff8a54;background:#fff;box-shadow:0 0 0 4px rgba(255,122,61,.10)}
.recovery-form .btn{min-height:52px;margin-top:4px;border-radius:12px;background:#ff7133;box-shadow:0 12px 28px rgba(255,113,51,.20)}
.recovery-form .btn:hover,.recovery-login-button:hover{background:#ec5f22}
.recovery-status.form-message,.recovery-login-status.form-message{display:block;margin:0 0 18px;padding:12px 14px;border:1px solid transparent;border-radius:10px;line-height:1.7}
.recovery-status.form-message.success,.recovery-login-status.form-message.success{background:#f0faf5;border-color:#cce9da;color:#286246}
.recovery-status.form-message.error{background:#fff5f4;border-color:#f1d0cd;color:#8f3b34}
.recovery-back{margin-top:20px;padding-top:18px;border-top:1px solid #edf0f2;text-align:center}
.recovery-back a{color:#5c6e79;font-size:13px;font-weight:700;transition:color .2s ease}
.recovery-back a:hover{color:#ff7133}
.recovery-login-button{min-height:52px;margin-top:4px;border-radius:12px;background:#ff7133;color:#fff}
@media(max-width:560px){.recovery-auth-wrap{padding:26px 14px}.recovery-auth-card{padding:28px 20px 24px;border-radius:18px}.recovery-auth-card .brand{width:165px}.recovery-auth-card h1{font-size:25px}.recovery-intro{font-size:13px}}


/* v1.2.27 — refined password-recovery experience + consistent account footer. */
.recovery-auth-wrap{
  position:relative;isolation:isolate;min-height:calc(100vh - 78px);padding:100px 24px 48px;overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,113,51,.09),transparent 28%),
    radial-gradient(circle at 88% 78%,rgba(18,72,103,.07),transparent 30%),
    linear-gradient(145deg,#fbfcfe 0%,#f6f9fb 48%,#fbfcfd 100%);
}
.recovery-bg-shape{position:absolute;z-index:-1;border-radius:999px;filter:blur(.2px);pointer-events:none}
.recovery-bg-shape-one{width:360px;height:360px;top:-170px;right:-100px;border:1px solid rgba(255,113,51,.08);box-shadow:0 0 0 55px rgba(255,113,51,.025),0 0 0 110px rgba(255,113,51,.018)}
.recovery-bg-shape-two{width:280px;height:280px;bottom:-150px;left:-90px;border:1px solid rgba(9,54,83,.06);box-shadow:0 0 0 48px rgba(9,54,83,.018),0 0 0 96px rgba(9,54,83,.012)}
.recovery-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);width:min(980px,100%);margin:auto;background:#fff;border:1px solid #e7edf1;border-radius:30px;box-shadow:0 28px 90px rgba(15,42,59,.10);overflow:hidden}
.recovery-side{position:relative;display:flex;align-items:center;padding:52px 46px;background:linear-gradient(150deg,#f7fafc 0%,#f9fbfc 62%,#fff5ef 100%);border-inline-end:1px solid #edf1f3;overflow:hidden}
.recovery-side:after{content:"";position:absolute;width:210px;height:210px;left:-92px;bottom:-96px;border-radius:50%;background:rgba(255,113,51,.055)}
.recovery-side-inner{position:relative;z-index:1}
.recovery-illustration{position:relative;width:138px;height:138px;margin-bottom:28px;display:grid;place-items:center}
.recovery-illustration-ring{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(255,113,51,.16)}
.recovery-ring-one{inset:12px;animation:arabidsRecoveryPulse 4.5s ease-in-out infinite}
.recovery-ring-two{inset:-14px;border-color:rgba(19,69,99,.08);animation:arabidsRecoveryPulse 4.5s ease-in-out infinite reverse}
.recovery-mail-icon{position:relative;width:92px;height:92px;display:grid;place-items:center;border-radius:28px;background:#fff;color:#15384e;box-shadow:0 18px 40px rgba(18,57,80,.10);transform:rotate(-2deg)}
.recovery-mail-icon svg{width:64px;height:64px}
.recovery-illustration-password .recovery-mail-icon{transform:rotate(2deg)}
.recovery-side-label{display:inline-flex;align-items:center;gap:7px;color:#e76025;font-size:12px;font-weight:800;letter-spacing:.01em}
.recovery-side-label:before{content:"";width:7px;height:7px;border-radius:50%;background:#ff7133;box-shadow:0 0 0 5px rgba(255,113,51,.10)}
.recovery-side h2{max-width:410px;margin:12px 0 12px;color:#102f43;font-size:30px;line-height:1.5;font-weight:800;text-transform:none}
.recovery-side p{max-width:430px;margin:0;color:#70818c;font-size:14px;line-height:1.95}
.recovery-benefits{display:grid;gap:11px;margin-top:28px}
.recovery-benefit{display:flex;align-items:flex-start;gap:10px;color:#4f6572;font-size:13px;line-height:1.7}
.recovery-check{display:grid;place-items:center;width:22px;height:22px;min-width:22px;margin-top:1px;border-radius:50%;background:#eef8f3;color:#2b7a58;font-size:12px;font-weight:900}
.recovery-auth-card{position:relative;width:100%;padding:46px 48px 40px;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible;background:#fff}
.recovery-auth-card:before{display:none}
.recovery-brand-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px}
.recovery-auth-card .brand{width:180px;margin:0}
.recovery-secure-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #e3ebe7;border-radius:999px;background:#f6fbf8;color:#397359;font-size:11px;font-weight:800;white-space:nowrap}
.recovery-secure-chip svg{width:16px;height:16px}
.recovery-auth-card h1{margin:10px 0 8px;color:#102f43;font-size:31px;line-height:1.45;font-weight:800;letter-spacing:-.01em}
.recovery-kicker{padding:6px 10px;border:1px solid #ffdfd0;background:#fff5ef;color:#df5a20;font-size:11px}
.recovery-kicker:before{background:#ff7133;box-shadow:0 0 0 4px rgba(255,113,51,.09)}
.recovery-intro{margin:0 0 24px;color:#75858f;font-size:14px;line-height:1.9}
.recovery-form .form-group{margin-bottom:17px}
.recovery-form .form-group label{margin-bottom:8px;color:#213d50;font-size:12px;font-weight:800}
.recovery-input-shell{position:relative}
.recovery-input-icon{position:absolute;z-index:2;right:14px;top:50%;width:21px;height:21px;color:#84939c;transform:translateY(-50%);pointer-events:none}
.recovery-input-icon svg{width:100%;height:100%}
.recovery-input-shell .input{padding-right:46px}
html[dir="ltr"] .recovery-input-icon{right:auto;left:14px}
html[dir="ltr"] .recovery-input-shell .input{padding-right:14px;padding-left:46px}
.recovery-form .input{min-height:54px;border-radius:13px;border:1px solid #dfe7eb;background:#fbfcfd;padding-block:12px;color:#173246;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.recovery-form .input::placeholder{color:#a7b0b7}
.recovery-form .input:hover{border-color:#cfd9df}
.recovery-form .input:focus{border-color:#ff8b57;background:#fff;box-shadow:0 0 0 4px rgba(255,113,51,.09)}
.recovery-form .btn,.recovery-login-button{min-height:54px;margin-top:5px;border-radius:13px;background:linear-gradient(135deg,#ff7133,#ff824c);box-shadow:0 13px 28px rgba(255,113,51,.20);font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.recovery-form .btn:hover,.recovery-login-button:hover{background:linear-gradient(135deg,#ef6023,#ff7133);transform:translateY(-1px);box-shadow:0 16px 32px rgba(255,113,51,.24)}
.recovery-submit{display:flex!important;align-items:center;justify-content:center;gap:10px}
.recovery-submit svg{width:19px;height:19px;transform:scaleX(-1)}
html[dir="ltr"] .recovery-submit svg{transform:none}
.recovery-status.form-message,.recovery-login-status.form-message{display:block;margin:0 0 18px;padding:13px 14px;border-radius:12px;line-height:1.75;font-size:12.5px}
.recovery-status.form-message.success,.recovery-login-status.form-message.success{background:#f1faf5;border-color:#cfe9dc;color:#256548}
.recovery-status.form-message.error{background:#fff6f4;border-color:#f0d0c9;color:#8a3c31}
.recovery-tip{display:flex;align-items:flex-start;gap:10px;margin-top:17px;padding:12px 13px;border:1px solid #e9eef1;border-radius:12px;background:#fafcfd;color:#71818b}
.recovery-tip svg{width:18px;height:18px;min-width:18px;margin-top:2px;color:#6f8491}
.recovery-tip p{margin:0;font-size:11.5px;line-height:1.75}
.recovery-back{margin-top:19px;padding-top:18px;border-top:1px solid #edf1f3;text-align:center}
.recovery-back a{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#536a78;font-size:12.5px;font-weight:800;text-decoration:none}
.recovery-back a svg{width:17px;height:17px;transform:scaleX(-1)}
html[dir="ltr"] .recovery-back a svg{transform:none}
.recovery-back a:hover{color:#ff7133}
.recovery-auth-card .recovery-form + .recovery-tip{margin-top:17px}
.recovery-auth-card .recovery-login-button + .recovery-tip{margin-top:17px}
@keyframes arabidsRecoveryPulse{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1.04);opacity:1}}

.auth-page-footer{position:relative;z-index:3;background:#fff;border-top:1px solid #edf1f3;color:#768690}
.auth-page-footer-inner{width:min(1120px,calc(100% - 36px));min-height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}
.auth-page-footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px}
.auth-page-footer-links>a{color:#5f717c;font-weight:650;text-decoration:none;transition:color .2s ease}
.auth-page-footer-links>a:hover{color:#ff6823}
.auth-page-footer-links>span{color:#c8d0d5;font-size:10px}
.auth-page-footer-links .auth-footer-delete{color:#5f717c}
.auth-page-footer-links .auth-footer-delete:hover{color:#c84d30}
.auth-page-footer p{margin:0;color:#98a3aa;font-size:12px;direction:ltr}
.auth-page-footer-simple{margin-top:-1px}

body.login-page .auth-wrap,body.register-page .auth-wrap{min-height:calc(100vh - 78px)}
body.login-page .auth-card,body.register-page .auth-card{margin-top:50px}

@media(max-width:900px){
  .recovery-auth-wrap{padding-top:88px}
  .recovery-shell{grid-template-columns:1fr;width:min(570px,100%);border-radius:26px}
  .recovery-side{padding:28px 34px;border-inline-end:0;border-bottom:1px solid #edf1f3}
  .recovery-side-inner{width:100%;display:grid;grid-template-columns:auto 1fr;column-gap:22px;align-items:center}
  .recovery-illustration{grid-row:1/5;width:106px;height:106px;margin:0}
  .recovery-mail-icon{width:74px;height:74px;border-radius:23px}.recovery-mail-icon svg{width:51px;height:51px}
  .recovery-side-label{align-self:end}.recovery-side h2{margin:6px 0 5px;font-size:22px}.recovery-side p{font-size:12.5px;line-height:1.75}.recovery-benefits{display:none}
  .recovery-auth-card{padding:38px 36px 34px}
}
@media(max-width:600px){
  .recovery-auth-wrap{min-height:auto;padding:82px 13px 28px}
  .recovery-shell{border-radius:22px}
  .recovery-side{padding:22px 20px}
  .recovery-side-inner{grid-template-columns:70px 1fr;column-gap:14px}
  .recovery-illustration{width:68px;height:68px}.recovery-mail-icon{width:58px;height:58px;border-radius:18px}.recovery-mail-icon svg{width:41px;height:41px}.recovery-ring-two{inset:-5px}.recovery-ring-one{inset:6px}
  .recovery-side h2{font-size:18px;line-height:1.45}.recovery-side p{display:none}.recovery-side-label{font-size:10px}
  .recovery-auth-card{padding:28px 20px 24px}.recovery-brand-row{margin-bottom:24px}.recovery-auth-card .brand{width:155px}.recovery-secure-chip{padding:6px 8px}.recovery-auth-card h1{font-size:25px}.recovery-intro{font-size:13px;line-height:1.8}.recovery-form .input{min-height:52px}.recovery-form .btn,.recovery-login-button{min-height:52px}
  .auth-page-footer-inner{min-height:92px;padding:18px 0;flex-direction:column;justify-content:center;gap:10px;text-align:center}.auth-page-footer-links{justify-content:center;gap:8px;font-size:12px}.auth-page-footer-links>span{font-size:8px}
}
@media(prefers-reduced-motion:reduce){.recovery-illustration-ring{animation:none}.recovery-form .btn,.recovery-login-button{transition:none}}


/* v1.2.28 — premium login/register redesign to match account-recovery experience. */
.entry-auth-wrap{
  background:
    radial-gradient(circle at 10% 14%,rgba(255,113,51,.09),transparent 24%),
    radial-gradient(circle at 88% 84%,rgba(24,88,122,.08),transparent 26%),
    linear-gradient(145deg,#fafcff 0%,#f5f8fb 48%,#fbfcfd 100%);
}
.entry-shell{width:min(1020px,100%);grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr)}
.entry-side{background:linear-gradient(155deg,#f8fbfd 0%,#f7fafc 56%,#fff4ee 100%)}
.entry-side:after{background:rgba(255,113,51,.06)}
.entry-auth-card .recovery-kicker{margin-bottom:2px}
.entry-auth-card .entry-form{margin-top:4px}
.entry-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.entry-auth-card .form-message{display:block;margin:2px 0 18px;padding:13px 14px;border:1px solid transparent;border-radius:12px;line-height:1.75;font-size:12.5px}
.entry-auth-card .form-message.success{background:#f1faf5;border-color:#cfe9dc;color:#256548}
.entry-auth-card .form-message.error{background:#fff6f4;border-color:#f0d0c9;color:#8a3c31}
.entry-auth-card .form-message:empty{display:none}
.entry-auth-card .auth-recovery-row{justify-content:space-between;align-items:center;margin:-4px 0 16px}
.entry-auth-card .auth-recovery-link{font-size:12.5px}
.entry-card-footer{margin-top:18px;padding-top:18px;border-top:1px solid #edf1f3;text-align:center}
.entry-inline-link{margin:0;color:#6b7c86;font-size:13px;line-height:1.8}
.entry-inline-link a{color:#ff6823;font-weight:800;text-decoration:none}
.entry-inline-link a:hover{text-decoration:underline}
.entry-auth-card .recovery-tip{margin-top:18px}
.auth-page-footer-links{flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;scrollbar-width:none}
.auth-page-footer-links::-webkit-scrollbar{display:none}
.auth-page-footer-links .auth-footer-delete{font-weight:700}
@media(max-width:900px){
  .entry-shell{grid-template-columns:1fr;width:min(600px,100%)}
}
@media(max-width:640px){
  .entry-form-row{grid-template-columns:1fr;gap:0}
  .entry-auth-card .auth-recovery-row{margin-top:2px}
}

/* =========================================================
   v1.2.33 — premium account deletion experience
   Matches the visual language of Sign in / My Account.
   ========================================================= */
body[data-page="delete-account"]{
  background:#f7f9fc;
  color:#193042;
}
body[data-page="delete-account"] .source-page-spacer{background:#f7f9fc}
.deletion-premium-page{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%,rgba(255,113,51,.075),transparent 25%),
    radial-gradient(circle at 91% 70%,rgba(20,74,105,.055),transparent 29%),
    linear-gradient(145deg,#fbfcfe 0%,#f6f9fb 48%,#fbfcfd 100%);
}
.deletion-premium-section{padding:58px 0 82px}
.deletion-premium-container{position:relative;z-index:2;width:min(1180px,calc(100% - 32px))!important}
.deletion-page-orb{position:absolute;z-index:0;border-radius:50%;pointer-events:none}
.deletion-page-orb-one{width:330px;height:330px;top:-135px;right:-105px;border:1px solid rgba(255,113,51,.075);box-shadow:0 0 0 54px rgba(255,113,51,.022),0 0 0 108px rgba(255,113,51,.014)}
.deletion-page-orb-two{width:260px;height:260px;left:-95px;bottom:160px;border:1px solid rgba(15,61,88,.055);box-shadow:0 0 0 44px rgba(15,61,88,.014),0 0 0 88px rgba(15,61,88,.009)}

.deletion-hero-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.38fr) minmax(270px,.62fr);
  align-items:center;
  min-height:330px;
  margin-bottom:24px;
  padding:44px 52px;
  border:1px solid #e7edf1;
  border-radius:30px;
  background:linear-gradient(145deg,#fff 0%,#fbfcfd 62%,#fff5ef 100%);
  box-shadow:0 24px 72px rgba(15,42,59,.085);
  overflow:hidden;
}
.deletion-hero-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#ff7133,#ff9b68 56%,#ffd2bc)}
.deletion-hero-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;left:-105px;bottom:-120px;background:rgba(255,113,51,.045)}
.deletion-hero-copy{position:relative;z-index:2;max-width:700px}
.deletion-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;color:#df5a20;font-size:12px;font-weight:800}
.deletion-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#ff7133;box-shadow:0 0 0 5px rgba(255,113,51,.09)}
.deletion-hero-copy h1{margin:0;color:#102f43;font-size:clamp(34px,4.3vw,52px);line-height:1.33;font-weight:800;letter-spacing:-.015em;text-transform:none}
.deletion-hero-copy h1 strong{color:#ff7133;font-family:"Manrope",sans-serif;font-weight:800;letter-spacing:-.03em}
.deletion-title-en{display:none}
html[dir="ltr"] .deletion-title-ar{display:none}
html[dir="ltr"] .deletion-title-en{display:inline}
.deletion-hero-copy>p{max-width:690px;margin:15px 0 0;color:#6f808b;font-size:15px;line-height:2;font-weight:400}
.deletion-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:27px}
.deletion-hero-primary,.deletion-hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 18px;border-radius:13px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.deletion-hero-primary{gap:9px;background:linear-gradient(135deg,#ff7133,#ff824c);color:#fff;box-shadow:0 12px 26px rgba(255,113,51,.19)}
.deletion-hero-primary svg{width:18px;height:18px;transform:scaleX(-1)}
html[dir="ltr"] .deletion-hero-primary svg{transform:none}
.deletion-hero-primary:hover{color:#fff;background:linear-gradient(135deg,#ed5f23,#ff7133);transform:translateY(-1px);box-shadow:0 15px 30px rgba(255,113,51,.23)}
.deletion-hero-secondary{border:1px solid #e2e8ec;background:#fff;color:#536a78}
.deletion-hero-secondary:hover{border-color:#ffd1bb;color:#e75c20;background:#fff8f4;transform:translateY(-1px)}

.deletion-hero-visual{position:relative;z-index:2;width:230px;height:230px;margin-inline-start:auto;display:grid;place-items:center}
.deletion-visual-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,113,51,.14)}
.deletion-visual-ring-one{inset:20px;animation:arabidsDeletePulse 5s ease-in-out infinite}
.deletion-visual-ring-two{inset:-8px;border-color:rgba(18,70,100,.075);animation:arabidsDeletePulse 5s ease-in-out infinite reverse}
.deletion-visual-icon{position:relative;width:132px;height:132px;display:grid;place-items:center;border:1px solid #edf1f3;border-radius:38px;background:#fff;color:#15384e;box-shadow:0 20px 48px rgba(18,57,80,.12);transform:rotate(-2deg)}
.deletion-visual-icon svg{width:92px;height:92px}
.deletion-visual-chip{position:absolute;right:-8px;bottom:25px;display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dfe9e4;border-radius:999px;background:rgba(255,255,255,.96);color:#39735a;font-size:11px;font-weight:800;box-shadow:0 10px 24px rgba(15,42,59,.07)}
.deletion-visual-chip-dot{width:7px;height:7px;border-radius:50%;background:#43a277;box-shadow:0 0 0 4px rgba(67,162,119,.10)}

.deletion-premium-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:24px;align-items:start}
.deletion-info-column{display:grid;gap:24px}
.deletion-info-card,.deletion-request-card,.deletion-legal-card{border:1px solid #e7edf1;background:#fff;box-shadow:0 17px 46px rgba(15,42,59,.055)}
.deletion-info-card{border-radius:24px;padding:27px}
.deletion-card-kicker{display:block;margin-bottom:5px;color:#ec6729;font-size:11px;font-weight:800;letter-spacing:.015em}
.deletion-card-heading h2,.deletion-app-card h2,.deletion-request-head h2,.deletion-legal-copy h2{margin:0;color:#173246;font-size:22px;line-height:1.5;font-weight:800;text-transform:none}
.deletion-impact-list{display:grid;gap:4px;margin-top:22px}
.deletion-impact-item{display:flex;align-items:flex-start;gap:13px;padding:14px 0;border-bottom:1px solid #edf1f3}
.deletion-impact-item:last-child{border-bottom:0;padding-bottom:0}
.deletion-impact-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff1ea;color:#ed6428}
.deletion-impact-icon-blue{background:#eef6fb;color:#316f91}
.deletion-impact-icon-green{background:#eef8f3;color:#397b5b}
.deletion-impact-icon svg{width:20px;height:20px}
.deletion-impact-item strong{display:block;margin:1px 0 4px;color:#294353;font-size:13.5px;font-weight:800}
.deletion-impact-item p{margin:0;color:#7a8992;font-size:12px;line-height:1.8;font-weight:400}

.deletion-app-card{display:flex;align-items:flex-start;gap:17px;background:linear-gradient(145deg,#fff 0%,#fbfcfd 70%,#fff8f4 100%)}
.deletion-app-icon{flex:0 0 50px;width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:#fff1ea;color:#e75f24}
.deletion-app-icon svg{width:25px;height:25px}
.deletion-app-card p{margin:9px 0 0;color:#788891;font-size:12.5px;line-height:1.85;font-weight:400}
.deletion-app-path{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:16px;color:#6d7e88;font-size:11.5px;font-weight:800}
.deletion-app-path span{padding:7px 10px;border:1px solid #e8edf0;border-radius:9px;background:#fff}
.deletion-app-path span.is-active{border-color:#ffd5c0;background:#fff3ed;color:#df5a20}
.deletion-app-path b{color:#b4bec4;font-size:15px}
html[dir="ltr"] .deletion-app-path b{transform:scaleX(-1)}

.deletion-request-card{padding:31px 32px 29px;border-radius:26px;overflow:hidden}
.deletion-request-card:before{content:"";display:block;height:3px;margin:-31px -32px 27px;background:linear-gradient(90deg,#ff7133,#ff9b68)}
.deletion-request-head{padding-bottom:22px;border-bottom:1px solid #edf1f3}
.deletion-request-title-row{display:flex;align-items:center;gap:13px}
.deletion-request-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#fff2eb;color:#e85f23}
.deletion-request-icon svg{width:23px;height:23px}
.deletion-request-head h2{font-size:25px}
.deletion-request-head>p{max-width:720px;margin:12px 0 0;color:#74848e;font-size:13px;line-height:1.9;font-weight:400}

.deletion-premium-form.account-deletion-form{margin:0;padding:25px 0 0;border:0;border-radius:0;background:transparent}
.deletion-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.deletion-field{display:grid;gap:8px;color:#294353;font-size:12px;font-weight:800}
.deletion-field-full{margin-top:17px}
.deletion-input-shell{position:relative;display:block}
.deletion-field-icon{position:absolute;z-index:2;right:14px;top:50%;width:20px;height:20px;color:#8a98a1;transform:translateY(-50%);pointer-events:none}
.deletion-field-icon svg{width:100%;height:100%}
.deletion-textarea-icon{top:16px;transform:none}
.deletion-field input,.deletion-field textarea{width:100%;min-height:53px;padding:12px 45px 12px 14px;border:1px solid #dfe7eb;border-radius:13px;background:#fbfcfd;color:#173246;font-family:"Tajawal","Manrope",Arial,sans-serif;font-size:14px;line-height:1.65;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.deletion-field textarea{min-height:118px;padding-top:13px;resize:vertical}
.deletion-field input::placeholder,.deletion-field textarea::placeholder{color:#a7b0b7}
.deletion-field input:hover,.deletion-field textarea:hover{border-color:#cfd9df}
.deletion-field input:focus,.deletion-field textarea:focus{border-color:#ff8a54;background:#fff;box-shadow:0 0 0 4px rgba(255,122,61,.09)}
html[dir="ltr"] .deletion-field-icon{right:auto;left:14px}
html[dir="ltr"] .deletion-field input,html[dir="ltr"] .deletion-field textarea{padding-right:14px;padding-left:45px}
.deletion-consent{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:13px 14px;border:1px solid #e8edf0;border-radius:13px;background:#fafcfd;color:#60737f;font-size:12px;line-height:1.8;cursor:pointer}
.deletion-consent input{width:17px;height:17px;min-height:auto;margin-top:3px;padding:0;accent-color:#ff7133;flex:0 0 auto;box-shadow:none!important}
.deletion-consent strong{color:#324d5d;font-weight:800}
.deletion-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.deletion-submit{width:100%;min-height:54px;margin-top:18px;padding:11px 20px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#ff7133,#ff824c);color:#fff;font-family:"Tajawal","Manrope",Arial,sans-serif;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 13px 28px rgba(255,113,51,.19);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.deletion-submit svg{width:19px;height:19px;transform:scaleX(-1)}
html[dir="ltr"] .deletion-submit svg{transform:none}
.deletion-submit:hover{background:linear-gradient(135deg,#ed5f23,#ff7133);transform:translateY(-1px);box-shadow:0 16px 32px rgba(255,113,51,.23)}
.deletion-form-note{display:flex;align-items:flex-start;gap:9px;margin-top:14px;color:#839099}
.deletion-form-note svg{width:17px;height:17px;min-width:17px;margin-top:2px;color:#78909d}
.deletion-form-note p{margin:0;font-size:11px;line-height:1.75;font-weight:400}
.deletion-status{margin:20px 0 0;padding:13px 14px;border-radius:12px;font-size:12.5px;line-height:1.75;font-weight:700}
.deletion-status.is-success{border:1px solid #cfe9dc;background:#f1faf5;color:#256548}
.deletion-status.is-error{border:1px solid #f0d0c9;background:#fff6f4;color:#8a3c31}

.deletion-legal-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:24px;padding:25px 28px;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fafcfd 75%,#fff8f4 100%)}
.deletion-legal-icon{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:#eef6fb;color:#316f91}
.deletion-legal-icon svg{width:26px;height:26px}
.deletion-legal-copy h2{font-size:19px}
.deletion-legal-copy p{max-width:760px;margin:7px 0 0;color:#7a8992;font-size:12px;line-height:1.8;font-weight:400}
.deletion-legal-links{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:150px}
.deletion-legal-links a{display:inline-flex;align-items:center;gap:6px;color:#e75f24;font-size:12px;font-weight:800;text-decoration:none}
.deletion-legal-links a svg{width:15px;height:15px;transform:scaleX(-1)}
html[dir="ltr"] .deletion-legal-links a svg{transform:none}
.deletion-legal-links a:hover{color:#c94d17;text-decoration:underline}

@keyframes arabidsDeletePulse{0%,100%{transform:scale(.96);opacity:.7}50%{transform:scale(1.04);opacity:1}}

@media(max-width:980px){
  .deletion-premium-section{padding-top:44px}
  .deletion-hero-card{grid-template-columns:1fr auto;padding:38px 40px;min-height:300px}
  .deletion-hero-visual{width:180px;height:180px}
  .deletion-visual-icon{width:108px;height:108px;border-radius:32px}.deletion-visual-icon svg{width:76px;height:76px}
  .deletion-visual-chip{right:-12px;bottom:8px}
  .deletion-premium-grid{grid-template-columns:1fr}
  .deletion-info-column{grid-template-columns:repeat(2,minmax(0,1fr));order:2}
  .deletion-request-card{order:1}
  .deletion-legal-card{grid-template-columns:auto 1fr}.deletion-legal-links{grid-column:2;flex-direction:row;flex-wrap:wrap}
}
@media(max-width:720px){
  .deletion-premium-section{padding:28px 0 58px}
  .deletion-premium-container{width:min(100% - 24px,650px)!important}
  .deletion-hero-card{grid-template-columns:1fr;padding:30px 24px 26px;border-radius:24px;text-align:start}
  .deletion-hero-copy h1{font-size:34px}.deletion-hero-copy>p{font-size:13.5px;line-height:1.9}
  .deletion-hero-actions{margin-top:22px}.deletion-hero-primary,.deletion-hero-secondary{width:100%}
  .deletion-hero-visual{display:none}
  .deletion-info-column{grid-template-columns:1fr;gap:16px}
  .deletion-info-card{padding:22px;border-radius:20px}
  .deletion-request-card{padding:25px 20px 22px;border-radius:22px}.deletion-request-card:before{margin:-25px -20px 22px}
  .deletion-request-head h2{font-size:22px}.deletion-request-head>p{font-size:12.5px}
  .deletion-form-grid{grid-template-columns:1fr;gap:16px}
  .deletion-field-full{margin-top:16px}
  .deletion-legal-card{grid-template-columns:auto 1fr;gap:13px;padding:21px;border-radius:20px}.deletion-legal-links{grid-column:1/-1;margin-inline-start:0;padding-top:4px}
}
@media(max-width:430px){
  .deletion-premium-container{width:calc(100% - 20px)!important}
  .deletion-hero-card{padding:27px 19px 23px;border-radius:21px}.deletion-hero-copy h1{font-size:29px}.deletion-hero-copy>p{font-size:13px}
  .deletion-info-card{padding:19px}.deletion-card-heading h2,.deletion-app-card h2{font-size:19px}
  .deletion-request-card{padding:23px 17px 20px}.deletion-request-card:before{margin:-23px -17px 20px}.deletion-request-title-row{align-items:flex-start}.deletion-request-icon{width:43px;height:43px;flex-basis:43px}.deletion-request-head h2{font-size:20px}
  .deletion-impact-icon{width:38px;height:38px;flex-basis:38px}.deletion-app-card{gap:12px}.deletion-app-icon{width:44px;height:44px;flex-basis:44px}
}
@media(prefers-reduced-motion:reduce){.deletion-visual-ring{animation:none}.deletion-hero-primary,.deletion-hero-secondary,.deletion-submit{transition:none}}

/* =========================================================
   v1.2.35 — Premium Auctions + Privacy experience
   Visual language follows the account-deletion redesign:
   airy canvas, soft orange accents, premium white cards,
   rounded geometry, subtle depth, strong RTL/LTR support.
   ========================================================= */

/* ---------- Shared premium canvas ---------- */
.auctions-premium-page,.privacy-premium-page{
  position:relative;
  overflow:hidden;
  min-height:70vh;
  background:
    radial-gradient(circle at 8% 12%,rgba(255,113,51,.07),transparent 27%),
    radial-gradient(circle at 92% 42%,rgba(62,141,196,.055),transparent 29%),
    linear-gradient(180deg,#fbfcfe 0%,#fff 38%,#fbfcfd 100%);
  color:#193042;
}
.auctions-premium-page:before,.privacy-premium-page:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;
  background-image:radial-gradient(rgba(18,50,70,.12) .7px,transparent .7px);
  background-size:24px 24px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 55%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 55%);
}
.auctions-page-orb,.privacy-page-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}
.auctions-page-orb-one,.privacy-page-orb-one{width:330px;height:330px;right:-170px;top:135px;border:1px solid rgba(255,113,51,.11);box-shadow:0 0 0 38px rgba(255,113,51,.018),0 0 0 78px rgba(255,113,51,.012)}
.auctions-page-orb-two,.privacy-page-orb-two{width:270px;height:270px;left:-155px;top:590px;border:1px solid rgba(25,98,145,.08);box-shadow:0 0 0 34px rgba(25,98,145,.012)}
.auctions-premium-section,.privacy-premium-section{position:relative;z-index:2;padding:58px 0 84px}
.auctions-premium-container,.privacy-premium-container{position:relative;z-index:2;width:min(1180px,calc(100% - 32px))!important}

/* ---------- Auctions hero ---------- */
.auctions-hero-card,.privacy-hero-card{
  position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:center;gap:34px;
  min-height:330px;margin-bottom:25px;padding:45px 48px;border:1px solid #e8ecef;border-radius:29px;background:rgba(255,255,255,.92);
  box-shadow:0 22px 70px rgba(20,47,66,.075),0 3px 12px rgba(20,47,66,.025);
  backdrop-filter:blur(12px);
}
.auctions-hero-card:before,.privacy-hero-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#ff7133,#ff9b68 56%,#ffd2bc)}
.auctions-hero-card:after,.privacy-hero-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;left:-120px;bottom:-145px;background:rgba(255,113,51,.045)}
.auctions-hero-copy,.privacy-hero-copy{position:relative;z-index:2;max-width:735px}
.auctions-eyebrow,.privacy-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;padding:7px 12px;border:1px solid #ffe1d2;border-radius:999px;background:#fff8f4;color:#e45f24;font-size:11px;font-weight:800;letter-spacing:.01em}
.auctions-eyebrow-dot,.privacy-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#ff7133;box-shadow:0 0 0 4px rgba(255,113,51,.11)}
.auctions-hero-copy h1,.privacy-hero-copy h1{margin:0;color:#102f43;font-size:clamp(36px,4.5vw,54px);line-height:1.3;font-weight:800;letter-spacing:-.025em;text-transform:none}
.auctions-hero-copy>p,.privacy-hero-intro{max-width:710px;margin:16px 0 0;color:#6d7e89;font-size:15px;line-height:2;font-weight:400}
.auctions-hero-points{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:25px}
.auctions-hero-points>span{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #edf0f2;border-radius:11px;background:#fff;color:#536b79;box-shadow:0 5px 14px rgba(26,52,70,.03)}
.auctions-hero-points b{font-size:11px;font-weight:750}
.auctions-hero-points i{width:8px;height:8px;border-radius:50%;background:#ff7133;box-shadow:0 0 0 3px rgba(255,113,51,.1)}
.auctions-hero-points .is-live{background:#28b57c;box-shadow:0 0 0 3px rgba(40,181,124,.11)}
.auctions-hero-points .is-upcoming{background:#4096d2;box-shadow:0 0 0 3px rgba(64,150,210,.11)}
.auctions-hero-points .is-location{background:#ff7133}
.auctions-hero-visual,.privacy-hero-visual{position:relative;z-index:2;width:250px;height:250px;margin-inline-start:auto;display:grid;place-items:center}
.auctions-visual-ring,.privacy-visual-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,113,51,.13)}
.auctions-visual-ring-one,.privacy-visual-ring-one{inset:13px;animation:arabidsPremiumFloat 7s ease-in-out infinite}
.auctions-visual-ring-two,.privacy-visual-ring-two{inset:42px;border-color:rgba(31,101,146,.10);animation:arabidsPremiumFloat 7s ease-in-out -2s infinite reverse}
@keyframes arabidsPremiumFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(4deg)}}
.auctions-gavel-card{position:relative;display:grid;place-items:center;width:142px;height:142px;border:1px solid #e9edf0;border-radius:38px;background:linear-gradient(145deg,#fff,#fff8f4);box-shadow:0 22px 45px rgba(20,47,66,.11);transform:rotate(-4deg)}
.auctions-gavel-icon{width:92px;height:92px;color:#173c55;transform:rotate(4deg)}
.auctions-live-chip{position:absolute;right:-35px;bottom:-14px;display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #dceee6;border-radius:12px;background:#fff;color:#2d6a54;box-shadow:0 10px 24px rgba(20,47,66,.10);transform:rotate(4deg)}
.auctions-live-chip span{width:8px;height:8px;border-radius:50%;background:#31b77f;box-shadow:0 0 0 4px rgba(49,183,127,.11)}
.auctions-live-chip b{font-size:10px;font-weight:800;white-space:nowrap}
.auctions-mini-card{position:absolute;display:flex;align-items:center;gap:8px;min-width:122px;padding:9px 10px;border:1px solid #e8ecef;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 13px 30px rgba(20,47,66,.09)}
.auctions-mini-card-one{left:-5px;top:25px}.auctions-mini-card-two{right:-7px;top:55px}
.auctions-mini-icon{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border-radius:10px;background:#fff1ea;color:#ff7133}.auctions-mini-icon svg{width:17px;height:17px}
.auctions-mini-card small,.auctions-mini-card strong{display:block}.auctions-mini-card small{margin-bottom:1px;color:#9aa5ac;font-size:8px;font-weight:650}.auctions-mini-card strong{color:#324d5e;font-size:9.5px;font-weight:800}

/* ---------- Auctions filters ---------- */
.auctions-filter-card,.auctions-results-card{position:relative;margin-top:24px;border:1px solid #e8ecef;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 15px 50px rgba(20,47,66,.055)}
.auctions-filter-card{padding:28px 28px 25px}
.auctions-filter-heading,.auctions-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}
.auctions-filter-heading{padding:0 2px 22px}
.auctions-card-kicker,.privacy-card-kicker{display:block;margin-bottom:5px;color:#f06b2d;font-size:10px;font-weight:800;letter-spacing:.03em}
.auctions-filter-heading h2,.auctions-results-head h2,.privacy-toc-head h2{margin:0;color:#183549;font-size:23px;line-height:1.5;font-weight:800}
.auctions-filter-heading p{max-width:430px;margin:0;color:#89969e;font-size:11.5px;line-height:1.8;text-align:end}
.auctions-premium-filters.filters{display:grid!important;grid-template-columns:minmax(220px,1.55fr) repeat(3,minmax(145px,1fr)) auto!important;gap:11px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.auctions-filter-field{display:grid;gap:7px;min-width:0}
.auctions-filter-label{padding-inline:3px;color:#627582;font-size:10.5px;font-weight:750}
.auctions-control-shell{position:relative;display:flex;align-items:center;min-width:0}
.auctions-control-icon{position:absolute;z-index:2;right:13px;display:grid;place-items:center;width:20px;height:20px;color:#ff7133;pointer-events:none}
.auctions-control-icon svg{width:18px;height:18px}
html[dir="ltr"] .auctions-control-icon{right:auto;left:13px}
.auctions-premium-filters .input,.auctions-premium-filters .select{height:50px!important;margin:0!important;padding:11px 42px 11px 13px!important;border:1px solid #dfe5e9!important;border-radius:13px!important;background:#fbfcfd!important;color:#203b4d!important;font-family:"Tajawal","Manrope",Arial,sans-serif!important;font-size:12px!important;font-weight:600!important;outline:0!important;box-shadow:none!important;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease!important}
html[dir="ltr"] .auctions-premium-filters .input,html[dir="ltr"] .auctions-premium-filters .select{padding:11px 13px 11px 42px!important}
.auctions-premium-filters .input::placeholder{color:#9aa7ae;font-weight:500}
.auctions-premium-filters .input:focus,.auctions-premium-filters .select:focus{border-color:#ff9b6f!important;background:#fff!important;box-shadow:0 0 0 3px rgba(255,113,51,.09)!important}
.auctions-reset-btn{align-self:end;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;height:50px!important;min-width:92px!important;padding:0 16px!important;border:1px solid #e1e6e9!important;border-radius:13px!important;background:#fff!important;color:#637782!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important;transition:.18s ease!important}
.auctions-reset-btn svg{width:17px;height:17px}.auctions-reset-btn:hover{border-color:#ffd2bd!important;background:#fff8f4!important;color:#e85e21!important;transform:translateY(-1px)}

/* ---------- Auctions results ---------- */
.auctions-results-card{padding:29px 28px 32px}
.auctions-results-head{padding-bottom:22px;border-bottom:1px solid #eef1f3;margin-bottom:25px}
.auctions-result-count{display:inline-flex;align-items:center;justify-content:center;min-height:40px;min-width:78px;padding:7px 13px;border:1px solid #ffe1d2;border-radius:12px;background:#fff8f4;color:#e55f24;font-size:10px;font-weight:800;white-space:nowrap}
.auctions-result-count b{margin-inline-end:4px;font-family:"Manrope",sans-serif;font-size:14px;font-weight:800}
.auctions-premium-grid.auction-grid{gap:22px!important}
.auctions-premium-grid .auction-card{border:1px solid #e9edef!important;border-radius:20px!important;box-shadow:0 12px 34px rgba(20,47,66,.07)!important;overflow:hidden;background:#fff!important}
.auctions-premium-grid .auction-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 48px rgba(20,47,66,.12)!important;border-color:#e2e7ea!important}
.auctions-premium-grid .auction-card-media{border-radius:0!important}
.auctions-premium-empty.empty{display:grid;place-items:center;gap:8px;padding:58px 24px!important;border:1px dashed #dfe5e9!important;border-radius:19px!important;background:#fbfcfd!important;color:#748691!important}
.auctions-premium-empty.hidden{display:none!important}
.auctions-premium-empty strong{color:#375365;font-size:15px}.auctions-premium-empty p{margin:0;font-size:11.5px}.auctions-empty-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff1ea;color:#ff7133}.auctions-empty-icon svg{width:24px;height:24px}

/* ---------- Privacy premium hero ---------- */
.privacy-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:24px}
.privacy-updated-pill,.privacy-delete-link{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border-radius:12px;font-size:10.5px;font-weight:750;text-decoration:none}
.privacy-updated-pill{border:1px solid #e5eaed;background:#fbfcfd;color:#667b88}.privacy-updated-pill svg{width:16px;height:16px;color:#ff7133}
.privacy-delete-link{border:1px solid #ffe0d0;background:#fff8f4;color:#e65f23}.privacy-delete-link svg{width:16px;height:16px;transform:scaleX(-1)}html[dir="ltr"] .privacy-delete-link svg{transform:none}.privacy-delete-link:hover{color:#cf4e16;background:#fff3ec}
.privacy-shield-icon{display:grid;place-items:center;width:150px;height:150px;border:1px solid #e9edef;border-radius:42px;background:linear-gradient(145deg,#fff,#fff9f6);color:#173c55;box-shadow:0 22px 45px rgba(20,47,66,.10);transform:rotate(3deg)}
.privacy-shield-icon svg{width:98px;height:98px;transform:rotate(-3deg)}
.privacy-secure-chip{position:absolute;right:-16px;bottom:32px;display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #dceee6;border-radius:12px;background:#fff;color:#2d6a54;box-shadow:0 10px 24px rgba(20,47,66,.10)}
.privacy-secure-chip span{width:8px;height:8px;border-radius:50%;background:#31b77f;box-shadow:0 0 0 4px rgba(49,183,127,.11)}.privacy-secure-chip b{font-size:9.5px;font-weight:800;white-space:nowrap}

/* ---------- Privacy document ---------- */
.privacy-premium-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:24px;align-items:start}
.privacy-toc-card{position:sticky;top:96px;padding:25px 20px;border:1px solid #e8ecef;border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 14px 42px rgba(20,47,66,.055)}
.privacy-toc-head{padding:0 4px 18px;border-bottom:1px solid #eef1f3}.privacy-toc-head h2{font-size:20px}.privacy-toc-head p{margin:8px 0 0;color:#8a969e;font-size:11.5px;line-height:1.75}
.privacy-toc-nav{display:grid;gap:3px;padding:13px 0}.privacy-toc-nav a{display:flex;align-items:center;gap:10px;padding:9px 9px;border-radius:11px;color:#607581;text-decoration:none;transition:.18s ease}.privacy-toc-nav a:hover{background:#fff7f2;color:#e45c20;transform:translateX(-2px)}html[dir="ltr"] .privacy-toc-nav a:hover{transform:translateX(2px)}
.privacy-toc-nav a span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:9px;background:#f7f9fa;color:#9aabb4;font-family:"Manrope",sans-serif;font-size:9.5px;font-weight:800}.privacy-toc-nav a:hover span{background:#fff0e8;color:#ff7133}.privacy-toc-nav a b{font-size:11.5px;font-weight:750}
.privacy-toc-note{display:flex;align-items:flex-start;gap:9px;margin-top:7px;padding:12px;border:1px solid #dcefe7;border-radius:13px;background:#f5fbf8}.privacy-toc-note-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#fff;color:#249367}.privacy-toc-note-icon svg{width:17px;height:17px}.privacy-toc-note p{margin:1px 0 0;color:#3e725f;font-size:9.5px;line-height:1.7;font-weight:700}
.privacy-premium-document.privacy-document{width:100%;margin:0}
.privacy-premium-content.privacy-content{display:grid;gap:13px;padding:0}
.privacy-policy-card.privacy-policy-section{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:17px;margin:0;padding:24px 25px;border:1px solid #e8ecef!important;border-radius:19px;background:rgba(255,255,255,.96);box-shadow:0 8px 26px rgba(20,47,66,.035);scroll-margin-top:100px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.privacy-policy-card.privacy-policy-section:hover{border-color:#e0e6e9!important;box-shadow:0 12px 34px rgba(20,47,66,.06);transform:translateY(-1px)}
.privacy-section-number{display:grid;place-items:center;width:48px;height:48px;border:1px solid #ffe2d4;border-radius:15px;background:#fff8f4;color:#ff7133;font-family:"Manrope",sans-serif;font-size:11px;font-weight:800}
.privacy-section-copy{min-width:0;padding-top:2px}.privacy-policy-card .privacy-section-copy h2{margin:0 0 9px;color:#17364a;font-size:17px;line-height:1.55;font-weight:800}.privacy-policy-card .privacy-section-copy p{margin:0;color:#687b86;font-size:13.5px;line-height:2}.privacy-policy-card .privacy-section-copy p+p{margin-top:10px}
.privacy-policy-card .privacy-section-copy ul{display:grid;gap:8px;margin:14px 0 0;padding:0 20px 0 0;color:#687b86}.privacy-policy-card .privacy-section-copy li{padding-inline-start:3px;font-size:13px;line-height:1.95}.privacy-policy-card .privacy-section-copy li::marker{color:#ff7133}.privacy-policy-card .privacy-section-copy li strong{color:#3c5362;font-weight:800}html[dir="ltr"] .privacy-policy-card .privacy-section-copy ul{padding:0 0 0 20px}
.privacy-rights-card{background:linear-gradient(145deg,#fff,#fffaf7)!important;border-color:#f2dfd5!important}
.privacy-inline-action{display:inline-flex;align-items:center;gap:7px;margin-top:3px;padding:8px 11px;border:1px solid #ffd9c6;border-radius:10px;background:#fff6f0;color:#e55e22!important;font-size:10.5px!important;font-weight:800!important;text-decoration:none!important}.privacy-inline-action svg{width:15px;height:15px;transform:scaleX(-1)}html[dir="ltr"] .privacy-inline-action svg{transform:none}.privacy-inline-action:hover{background:#ffefe6;color:#cd4c15!important}
.privacy-contact.privacy-policy-card{margin:0!important;background:linear-gradient(145deg,#fbfcfd,#f8fbfd)!important;border:1px solid #dfe8ed!important}
.privacy-email-link{display:inline-flex!important;align-items:center;gap:8px;margin-top:13px!important;padding:9px 12px;border:1px solid #e0e6ea;border-radius:10px;background:#fff;color:#e55e22!important;font-family:"Manrope","Tajawal",sans-serif;font-size:11.5px!important;font-weight:800!important;text-decoration:none!important}.privacy-email-link svg{width:16px;height:16px}.privacy-email-link:hover{border-color:#ffd6c2;background:#fff8f4}

/* Hide legacy privacy styling hooks inside the redesigned document. */
.privacy-premium-page .privacy-document-header{display:none}

/* ---------- Responsive ---------- */
@media(max-width:1100px){
  .auctions-hero-card,.privacy-hero-card{grid-template-columns:minmax(0,1fr) 205px;padding:39px 40px;min-height:310px}
  .auctions-hero-visual,.privacy-hero-visual{width:195px;height:195px}.auctions-mini-card{display:none}.privacy-shield-icon{width:130px;height:130px;border-radius:35px}.privacy-shield-icon svg{width:84px;height:84px}
  .auctions-premium-filters.filters{grid-template-columns:repeat(2,minmax(0,1fr))!important}.auctions-reset-btn{width:100%!important}
  .privacy-premium-layout{grid-template-columns:240px minmax(0,1fr)}
}
@media(max-width:860px){
  .privacy-premium-layout{grid-template-columns:1fr}.privacy-toc-card{position:relative;top:auto}.privacy-toc-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-toc-note{margin-top:3px}
}
@media(max-width:760px){
  .auctions-premium-section,.privacy-premium-section{padding:28px 0 58px}.auctions-premium-container,.privacy-premium-container{width:min(100% - 24px,650px)!important}
  .auctions-hero-card,.privacy-hero-card{grid-template-columns:1fr;min-height:0;padding:30px 24px 27px;border-radius:24px}.auctions-hero-copy h1,.privacy-hero-copy h1{font-size:34px}.auctions-hero-copy>p,.privacy-hero-intro{font-size:13.5px;line-height:1.9}.auctions-hero-visual,.privacy-hero-visual{display:none}
  .auctions-hero-points{margin-top:20px}.auctions-hero-points>span{min-height:34px}.auctions-filter-card,.auctions-results-card{border-radius:20px}.auctions-filter-card{padding:23px 18px 19px}.auctions-filter-heading,.auctions-results-head{align-items:flex-start;flex-direction:column;gap:9px}.auctions-filter-heading{padding-bottom:18px}.auctions-filter-heading p{text-align:start}.auctions-premium-filters.filters{grid-template-columns:1fr!important}.auctions-premium-filters .input,.auctions-premium-filters .select,.auctions-reset-btn{height:48px!important}
  .auctions-results-card{padding:23px 17px 24px}.auctions-results-head{padding-bottom:17px;margin-bottom:19px}.auctions-result-count{min-height:36px}.auctions-premium-grid.auction-grid{grid-template-columns:1fr!important;gap:17px!important}
  .privacy-hero-meta{margin-top:20px}.privacy-updated-pill,.privacy-delete-link{width:100%;justify-content:center}
  .privacy-toc-card{padding:21px 16px;border-radius:19px}.privacy-toc-nav{grid-template-columns:1fr}.privacy-policy-card.privacy-policy-section{grid-template-columns:44px minmax(0,1fr);gap:13px;padding:20px 17px;border-radius:17px}.privacy-section-number{width:42px;height:42px;border-radius:13px}.privacy-policy-card .privacy-section-copy h2{font-size:15.5px}.privacy-policy-card .privacy-section-copy p{font-size:13px;line-height:1.9}.privacy-policy-card .privacy-section-copy li{font-size:12.5px;line-height:1.85}
}
@media(max-width:430px){
  .auctions-premium-container,.privacy-premium-container{width:calc(100% - 20px)!important}.auctions-hero-card,.privacy-hero-card{padding:27px 19px 24px;border-radius:21px}.auctions-hero-copy h1,.privacy-hero-copy h1{font-size:29px}.auctions-hero-copy>p,.privacy-hero-intro{font-size:13px}.auctions-hero-points{gap:7px}.auctions-hero-points>span{padding:6px 9px}.auctions-hero-points b{font-size:10px}
  .privacy-policy-card.privacy-policy-section{grid-template-columns:1fr;padding:19px 16px}.privacy-section-number{width:39px;height:39px}.privacy-toc-head h2{font-size:18px}
}
@media(prefers-reduced-motion:reduce){.auctions-visual-ring,.privacy-visual-ring{animation:none}.auctions-premium-grid .auction-card,.privacy-policy-card.privacy-policy-section,.auctions-reset-btn{transition:none}}
/* v1.2.35 privacy contact cleanup against legacy legal-document rules. */
.privacy-contact .privacy-email-link{border-bottom:0!important}


/* v1.2.35 — Google Play privacy-policy retention wording: concise, exact, bilingual. */
.privacy-retention-list{margin:14px 0 0;padding-inline-start:22px;display:grid;gap:12px}
.privacy-retention-list li{padding-inline-start:4px;line-height:1.95;color:#536865}
.privacy-retention-list li::marker{color:#ff7133;font-weight:800}

/* v1.2.40 privacy readability: +1px for quick-nav labels/numbers and policy body/list text. */

/* =========================================================
   ARABIDS v1.2.42 — stronger privacy presentation & readability
   ========================================================= */
.privacy-importance-banner{
  display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:16px;
  margin:-4px 0 25px;padding:18px 21px;border:1px solid #f2d8ca;border-inline-start:4px solid #ff7133;
  border-radius:18px;background:linear-gradient(135deg,#fffaf7 0%,#fff 70%);box-shadow:0 10px 30px rgba(20,47,66,.045)
}
.privacy-importance-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff0e8;color:#e75d20;box-shadow:inset 0 0 0 1px #ffdecd}.privacy-importance-icon svg{width:25px;height:25px}
.privacy-importance-copy strong{display:block;margin-bottom:3px;color:#17364a;font-size:16px;line-height:1.55;font-weight:800}.privacy-importance-copy p{margin:0;color:#637783;font-size:14px;line-height:1.9;font-weight:450}
.privacy-importance-tag{display:inline-flex;align-items:center;min-height:36px;padding:7px 11px;border:1px solid #dceee6;border-radius:999px;background:#f4fbf7;color:#2e7457;font-size:11px;font-weight:800;white-space:nowrap}
.privacy-premium-page .privacy-hero-card{border-color:#e3e8eb;box-shadow:0 25px 78px rgba(20,47,66,.09),0 3px 12px rgba(20,47,66,.03)}
.privacy-premium-page .privacy-hero-card:before{height:5px;background:linear-gradient(90deg,#ff6428,#ff8c55 48%,#ffc2a4)}
.privacy-premium-page .privacy-hero-copy h1{font-size:clamp(39px,4.8vw,57px)}
.privacy-premium-page .privacy-hero-intro{font-size:16.5px;line-height:2.05;color:#566c79;max-width:760px}
.privacy-premium-page .privacy-policy-card.privacy-policy-section{padding:28px 29px;border-color:#e3e9ed!important;box-shadow:0 10px 30px rgba(20,47,66,.045)}
.privacy-premium-page .privacy-policy-card .privacy-section-copy h2{font-size:19px;margin-bottom:11px;color:#122f43}
.privacy-premium-page .privacy-policy-card .privacy-section-copy p{font-size:15.5px;line-height:2.05;color:#536b79;font-weight:420}
.privacy-premium-page .privacy-policy-card .privacy-section-copy li{font-size:15px;line-height:2;color:#536b79}
.privacy-premium-page .privacy-toc-head p{font-size:12.5px;line-height:1.85;color:#75858e}
.privacy-premium-page .privacy-toc-nav a b{font-size:12.5px}.privacy-premium-page .privacy-toc-nav a span{font-size:10.5px}
.privacy-premium-page .privacy-inline-action{font-size:12px!important;padding:9px 13px}.privacy-premium-page .privacy-email-link{font-size:13px!important}
.privacy-premium-page .privacy-retention-list li{font-size:15px;line-height:2.05}
.privacy-secure-chip{right:-8px;bottom:25px}

@media(max-width:760px){
  .privacy-importance-banner{grid-template-columns:46px minmax(0,1fr);gap:13px;padding:16px 15px;margin-bottom:20px}.privacy-importance-icon{width:44px;height:44px;border-radius:13px}.privacy-importance-tag{grid-column:2;justify-self:start;margin-top:1px}
  .privacy-premium-page .privacy-hero-copy h1{font-size:35px}.privacy-premium-page .privacy-hero-intro{font-size:14.5px;line-height:2}
  .privacy-premium-page .privacy-policy-card.privacy-policy-section{padding:22px 19px}.privacy-premium-page .privacy-policy-card .privacy-section-copy h2{font-size:17px}.privacy-premium-page .privacy-policy-card .privacy-section-copy p{font-size:14.5px;line-height:2}.privacy-premium-page .privacy-policy-card .privacy-section-copy li{font-size:14px;line-height:1.95}.privacy-premium-page .privacy-retention-list li{font-size:14px}
}
@media(max-width:430px){
  .privacy-importance-banner{grid-template-columns:1fr;padding:16px}.privacy-importance-icon{width:42px;height:42px}.privacy-importance-copy strong{font-size:15px}.privacy-importance-copy p{font-size:13.5px}.privacy-importance-tag{grid-column:1}
  .privacy-premium-page .privacy-hero-copy h1{font-size:31px}.privacy-premium-page .privacy-policy-card.privacy-policy-section{padding:21px 17px}.privacy-premium-page .privacy-policy-card .privacy-section-copy p{font-size:14.25px}.privacy-premium-page .privacy-policy-card .privacy-section-copy li{font-size:13.75px}
}


/* =========================================================
   ARABIDS v1.2.43 — privacy sizing, compact detail actions,
   and a smoother customer-account summary.
   ========================================================= */

/* Privacy retention wording should read at the same visual weight as
   the rest of the policy body instead of looking like small fine print. */
.privacy-premium-page #privacy-retention .privacy-retention-list{
  margin-top:15px;
  gap:13px;
  padding-inline-start:0;
  list-style:none;
}
.privacy-premium-page #privacy-retention .privacy-retention-list li{
  position:relative;
  margin:0;
  padding:12px 14px;
  padding-inline-start:46px;
  border:1px solid #e7ecef;
  border-radius:14px;
  background:#fbfcfd;
  color:#4f6674;
  font-size:15.75px;
  line-height:2.05;
  font-weight:500;
}
.privacy-premium-page #privacy-retention .privacy-retention-list li::before{
  content:"";
  position:absolute;
  inset-inline-start:14px;
  top:17px;
  width:20px;
  height:20px;
  border-radius:7px;
  background:#fff0e8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m7 12 3 3 7-7' stroke='%23e85f22' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat;
  box-shadow:inset 0 0 0 1px #ffdccb;
}
.privacy-premium-page #privacy-retention .privacy-retention-list li::marker{content:""}

/* Auction details — four small, purpose-built action tiles. */
body[data-page="details"] .detail-panel{
  border-color:#e7ebee;
  box-shadow:0 20px 54px rgba(23,44,61,.07);
}
body[data-page="details"] .auction-action-hub{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:18px;
}
body[data-page="details"] .auction-action-card{
  appearance:none;
  width:100%;
  min-width:0;
  min-height:64px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 11px;
  border:1px solid #e2e7ea;
  border-radius:15px;
  background:#fff;
  color:#263a49;
  font-family:inherit;
  text-align:start;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}
body[data-page="details"] .auction-action-card:hover{
  transform:translateY(-2px);
  border-color:#ffd0ba;
  box-shadow:0 10px 25px rgba(26,49,65,.08);
}
body[data-page="details"] .auction-action-icon{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f4f6f8;
  color:#496170;
}
body[data-page="details"] .auction-action-icon svg{width:20px;height:20px}
body[data-page="details"] .auction-action-copy{min-width:0;display:block}
body[data-page="details"] .auction-action-copy strong,
body[data-page="details"] .auction-action-copy small{display:block}
body[data-page="details"] .auction-action-copy strong{
  color:inherit;
  font-size:12.5px;
  line-height:1.35;
  font-weight:800;
  white-space:normal;
}
body[data-page="details"] .auction-action-copy small{
  margin-top:3px;
  color:#87939b;
  font-size:9.5px;
  line-height:1.45;
  font-weight:600;
}
body[data-page="details"] .auction-action-reserve{
  border-color:#ffccb5;
  background:linear-gradient(135deg,#ff7839,#ff6825);
  color:#fff;
  box-shadow:0 9px 20px rgba(255,107,41,.17);
}
body[data-page="details"] .auction-action-reserve .auction-action-icon{background:rgba(255,255,255,.18);color:#fff}
body[data-page="details"] .auction-action-reserve .auction-action-copy small{color:rgba(255,255,255,.78)}
body[data-page="details"] .auction-action-reserve.is-booked{
  border-color:#cde8dc;
  background:#f1faf6;
  color:#1d7d5d;
  box-shadow:none;
}
body[data-page="details"] .auction-action-reserve.is-booked .auction-action-icon{background:#daf2e8;color:#1d7d5d}
body[data-page="details"] .auction-action-reserve.is-booked .auction-action-copy small{color:#6f9386}
body[data-page="details"] .auction-action-reserve.is-ended,
body[data-page="details"] .auction-action-reserve:disabled{
  border-color:#e3e6e8;
  background:#f5f6f7;
  color:#737c83;
  box-shadow:none;
  cursor:not-allowed;
  opacity:1;
}
body[data-page="details"] .auction-action-reserve.is-ended:hover,
body[data-page="details"] .auction-action-reserve:disabled:hover{transform:none;box-shadow:none}
body[data-page="details"] .auction-action-reserve.is-ended .auction-action-icon{background:#e9ecee;color:#778087}
body[data-page="details"] .auction-action-reserve.is-ended .auction-action-copy small{color:#969da2}
body[data-page="details"] .auction-action-app{background:#172f41;border-color:#172f41;color:#fff}
body[data-page="details"] .auction-action-app .auction-action-icon{background:rgba(255,255,255,.11);color:#fff}
body[data-page="details"] .auction-action-app .auction-action-copy small{color:#b9c5cd}
body[data-page="details"] .auction-action-calendar .auction-action-icon{background:#fff2ec;color:#ef692e}
body[data-page="details"] .auction-action-ics .auction-action-icon{background:#eef5fb;color:#3974a6}

/* Account summary — grouped as one deliberate dashboard surface. */
body[data-page="dashboard"] .account-summary-shell{
  position:relative;
  margin-bottom:22px;
  padding:23px;
  border:1px solid #e5eaed;
  border-radius:26px;
  background:linear-gradient(145deg,#fff 0%,#fbfcfd 72%,#fff8f4 100%);
  box-shadow:0 18px 52px rgba(23,44,61,.065);
  overflow:hidden;
}
body[data-page="dashboard"] .account-summary-shell::before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  inset-inline-end:-80px;
  top:-105px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,122,61,.11),rgba(255,122,61,0) 70%);
  pointer-events:none;
}
body[data-page="dashboard"] .account-summary-shell .dashboard-overview-head{
  position:relative;
  z-index:1;
  align-items:center;
  margin-bottom:18px;
  padding-bottom:17px;
  border-bottom:1px solid #edf0f2;
}
body[data-page="dashboard"] .dashboard-overview-title{display:flex;align-items:center;gap:12px;min-width:0}
body[data-page="dashboard"] .dashboard-overview-icon{
  flex:0 0 48px;
  margin:0;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#fff0e8;
  color:#ef682d;
  box-shadow:inset 0 0 0 1px #ffddcc;
}
body[data-page="dashboard"] .dashboard-overview-icon svg{width:23px;height:23px}
body[data-page="dashboard"] .dashboard-overview-title>div>span{
  display:block;
  margin:0 0 3px;
  color:#ed6b30;
  font-size:10.5px;
  font-weight:800;
}
body[data-page="dashboard"] .dashboard-overview-title h2{font-size:23px!important}
body[data-page="dashboard"] .dashboard-overview-title p{margin:4px 0 0;color:#7b8992;font-size:12.5px;line-height:1.6}
body[data-page="dashboard"] .dashboard-browse-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:9px 13px;
  border:1px solid #e1e5e8;
  border-radius:13px;
  background:#fff;
  color:#2f4554;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  transition:.18s ease;
}
body[data-page="dashboard"] .dashboard-browse-btn span{margin:0;color:inherit;font-size:inherit;font-weight:inherit}
body[data-page="dashboard"] .dashboard-browse-btn svg{width:16px;height:16px}
body[data-page="dashboard"] .dashboard-browse-btn:hover{border-color:#ffcdb6;background:#fff8f4;color:#e55f25;transform:translateY(-1px)}
body[data-page="dashboard"] .account-summary-shell .summary-cards{position:relative;z-index:1;margin-bottom:13px;gap:11px}
body[data-page="dashboard"] .account-summary-shell .summary-card{
  min-height:108px;
  justify-content:flex-start;
  gap:12px;
  padding:16px;
  border-radius:18px;
  box-shadow:none;
  background:rgba(255,255,255,.9);
}
body[data-page="dashboard"] .account-summary-shell .summary-card::after{display:none}
body[data-page="dashboard"] .account-summary-shell .summary-card-icon{
  flex-basis:44px;
  width:44px;
  height:44px;
  border-radius:14px;
}
body[data-page="dashboard"] .account-summary-shell .summary-card-copy{min-width:0}
body[data-page="dashboard"] .account-summary-shell .summary-card-copy span{margin:0;color:#657681;font-size:11.5px;font-weight:700}
body[data-page="dashboard"] .account-summary-shell .summary-card-copy strong{margin-top:5px;font-size:29px}
body[data-page="dashboard"] .account-summary-shell .summary-card-copy small{display:block;margin-top:4px;color:#9aa3a9;font-size:9.5px;line-height:1.4;font-weight:600}
body[data-page="dashboard"] .account-summary-shell .summary-live .summary-card-icon{background:#edf8f4;color:#1d956d}
body[data-page="dashboard"] .account-summary-shell .summary-live .summary-card-copy strong{color:#1d956d}
body[data-page="dashboard"] .account-summary-shell .summary-upcoming .summary-card-icon{background:#f0f1fb;color:#5f67c5}
body[data-page="dashboard"] .account-summary-shell .summary-upcoming .summary-card-copy strong{color:#5f67c5}
body[data-page="dashboard"] .account-summary-shortcuts{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body[data-page="dashboard"] .account-summary-shortcuts>a,
body[data-page="dashboard"] .account-summary-shortcuts>button{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:56px;
  padding:9px 11px;
  border:1px solid #e7eaed;
  border-radius:15px;
  background:#fff;
  color:#344957;
  font-family:inherit;
  text-align:start;
  text-decoration:none;
  cursor:pointer;
  transition:.18s ease;
}
body[data-page="dashboard"] .account-summary-shortcuts>a:hover,
body[data-page="dashboard"] .account-summary-shortcuts>button:hover{border-color:#ffd0bb;background:#fff9f5;transform:translateY(-1px)}
body[data-page="dashboard"] .account-shortcut-icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#fff1ea;color:#ec672c}
body[data-page="dashboard"] .account-shortcut-icon svg{width:19px;height:19px}
body[data-page="dashboard"] .account-summary-shortcuts strong,body[data-page="dashboard"] .account-summary-shortcuts small{display:block}
body[data-page="dashboard"] .account-summary-shortcuts strong{font-size:11.5px;line-height:1.4}
body[data-page="dashboard"] .account-summary-shortcuts small{margin-top:2px;color:#929da4;font-size:9px;line-height:1.35}

/* Customer bookings become lightweight information rows, not a wall of buttons. */
body[data-page="dashboard"] .booking-item-pro{
  grid-template-columns:116px minmax(0,1fr) auto;
  gap:16px;
  padding:12px;
  border-radius:19px;
  background:#fff;
  box-shadow:0 7px 22px rgba(23,44,61,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body[data-page="dashboard"] .booking-item-pro:hover{transform:translateY(-2px);border-color:#ffd8c5;box-shadow:0 13px 28px rgba(23,44,61,.065)}
body[data-page="dashboard"] .booking-media{position:relative;width:116px;height:88px;overflow:hidden;border-radius:14px;background:#f0f2f3}
body[data-page="dashboard"] .booking-media img{width:100%!important;height:100%!important;border-radius:0!important;object-fit:cover;object-position:center}
body[data-page="dashboard"] .booking-media .status-chip{position:absolute;inset-inline-start:7px;top:7px;padding:4px 7px;font-size:8px;box-shadow:0 3px 10px rgba(0,0,0,.08)}
body[data-page="dashboard"] .booking-copy{min-width:0;align-self:center}
body[data-page="dashboard"] .booking-category{display:block;margin-bottom:3px;color:#ed6a2e;font-size:9px;font-weight:800}
body[data-page="dashboard"] .booking-copy h3{margin:0 0 7px;color:#203646;font-size:15px;line-height:1.45;font-weight:750}
body[data-page="dashboard"] .booking-meta{display:flex;flex-wrap:wrap;gap:6px 12px;color:#7d8991;font-size:9.5px;font-weight:600}
body[data-page="dashboard"] .booking-meta span{display:inline-flex;align-items:center;gap:5px;min-width:0}
body[data-page="dashboard"] .booking-meta svg{flex:0 0 14px;width:14px;height:14px;color:#ef6a2e}
body[data-page="dashboard"] .booking-actions{display:grid;grid-template-columns:repeat(2,minmax(76px,1fr));gap:7px;align-self:center;justify-content:stretch}
body[data-page="dashboard"] .booking-action{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:7px 9px;
  border:1px solid #e2e6e9;
  border-radius:10px;
  background:#fff;
  color:#536771;
  font-family:inherit;
  font-size:9.5px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:.16s ease;
}
body[data-page="dashboard"] .booking-action svg{width:14px;height:14px}
body[data-page="dashboard"] .booking-action:hover{border-color:#ffcdb6;background:#fff8f4;color:#e65f24}
body[data-page="dashboard"] .booking-action-app{border-color:#17394f;background:#17394f;color:#fff}
body[data-page="dashboard"] .booking-action-app:hover{border-color:#102e42;background:#102e42;color:#fff}
body[data-page="dashboard"] .booking-action-cancel{color:#a35e62;background:#fffafa;border-color:#f1dddd}
body[data-page="dashboard"] .booking-action-cancel:hover{background:#fff3f3;border-color:#ecc8cb;color:#924a50}

@media(max-width:760px){
  .privacy-premium-page #privacy-retention .privacy-retention-list li{padding:11px 12px;padding-inline-start:43px;font-size:14.75px;line-height:2}
  .privacy-premium-page #privacy-retention .privacy-retention-list li::before{inset-inline-start:12px;top:15px}
  body[data-page="details"] .auction-action-hub{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body[data-page="details"] .auction-action-card{min-height:60px;padding:9px;border-radius:14px;gap:8px}
  body[data-page="details"] .auction-action-icon{flex-basis:35px;width:35px;height:35px;border-radius:11px}
  body[data-page="details"] .auction-action-icon svg{width:18px;height:18px}
  body[data-page="details"] .auction-action-copy strong{font-size:11.5px}
  body[data-page="details"] .auction-action-copy small{font-size:8.7px}
  body[data-page="dashboard"] .account-summary-shell{padding:17px;border-radius:21px;margin-bottom:18px}
  body[data-page="dashboard"] .account-summary-shell .dashboard-overview-head{align-items:flex-start;margin-bottom:14px;padding-bottom:14px}
  body[data-page="dashboard"] .dashboard-overview-icon{width:43px;height:43px;flex-basis:43px;border-radius:13px}
  body[data-page="dashboard"] .dashboard-overview-title h2{font-size:20px!important}
  body[data-page="dashboard"] .dashboard-overview-title p{font-size:11.5px}
  body[data-page="dashboard"] .dashboard-browse-btn{display:none}
  body[data-page="dashboard"] .account-summary-shell .summary-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  body[data-page="dashboard"] .account-summary-shell .summary-card{min-height:102px;display:block;padding:12px;text-align:center}
  body[data-page="dashboard"] .account-summary-shell .summary-card-icon{width:36px;height:36px;margin:0 auto 8px;border-radius:11px}
  body[data-page="dashboard"] .account-summary-shell .summary-card-icon svg{width:18px;height:18px}
  body[data-page="dashboard"] .account-summary-shell .summary-card-copy span{font-size:9px}
  body[data-page="dashboard"] .account-summary-shell .summary-card-copy strong{font-size:24px}
  body[data-page="dashboard"] .account-summary-shell .summary-card-copy small{display:none}
  body[data-page="dashboard"] .booking-item-pro{grid-template-columns:86px minmax(0,1fr);gap:11px;padding:10px}
  body[data-page="dashboard"] .booking-media{width:86px;height:76px}
  body[data-page="dashboard"] .booking-copy h3{font-size:13px;margin-bottom:5px}
  body[data-page="dashboard"] .booking-meta{font-size:8.5px;gap:4px}
  body[data-page="dashboard"] .booking-meta span:last-child{display:none}
  body[data-page="dashboard"] .booking-actions{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:1px}
  body[data-page="dashboard"] .booking-action{min-width:0;padding:7px 4px;font-size:8.5px}
}
@media(max-width:430px){
  body[data-page="details"] .auction-action-hub{grid-template-columns:1fr 1fr}
  body[data-page="details"] .auction-action-card{min-height:58px}
  body[data-page="dashboard"] .dashboard-overview-title p{display:none}
  body[data-page="dashboard"] .account-summary-shortcuts{grid-template-columns:1fr 1fr}
  body[data-page="dashboard"] .account-summary-shortcuts>a,body[data-page="dashboard"] .account-summary-shortcuts>button{min-height:52px;padding:8px}
  body[data-page="dashboard"] .account-summary-shortcuts small{display:none}
  body[data-page="dashboard"] .booking-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ARABIDS v1.2.47 — stronger customer account hierarchy and clearer quick actions. */
body[data-page="dashboard"] .page-hero{
  padding:32px 0 24px!important;
  background:#f6f8fb!important;
  border-bottom:0!important;
}
body[data-page="dashboard"] .page-hero .container{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:28px 32px;
  border:1px solid rgba(19,55,78,.10);
  border-radius:28px;
  background:linear-gradient(118deg,#102d41 0%,#173e56 64%,#1b455f 100%);
  box-shadow:0 18px 45px rgba(16,45,65,.14);
}
body[data-page="dashboard"] .page-hero .container::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:250px;
  height:250px;
  inset-inline-start:-85px;
  top:-125px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,122,61,.44) 0%,rgba(255,122,61,.13) 42%,rgba(255,122,61,0) 72%);
  pointer-events:none;
}
body[data-page="dashboard"] .page-hero .container::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:210px;
  height:210px;
  inset-inline-end:-80px;
  bottom:-145px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.025),0 0 0 56px rgba(255,255,255,.018);
  pointer-events:none;
}
body[data-page="dashboard"] .page-hero .eyebrow{
  min-height:30px!important;
  padding:6px 12px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:rgba(255,255,255,.10)!important;
  color:#ffd7c4!important;
  font-size:12px!important;
  font-weight:700!important;
  backdrop-filter:blur(7px);
}
body[data-page="dashboard"] .page-hero h1{
  display:inline-block;
  position:relative;
  margin:12px 0 9px!important;
  color:#fff!important;
  font-size:clamp(30px,3.2vw,40px)!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:-.35px;
  text-shadow:0 4px 16px rgba(0,0,0,.12);
}
body[data-page="dashboard"] .page-hero h1::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin-top:9px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff7a3d,#ffb18c);
  box-shadow:0 5px 16px rgba(255,122,61,.34);
}
body[data-page="dashboard"] .page-hero p{
  max-width:720px!important;
  margin:0!important;
  color:rgba(255,255,255,.74)!important;
  font-size:14px!important;
  line-height:1.85!important;
  font-weight:500;
}

/* Keep the dashboard labels at one clear visual scale. */
body[data-page="dashboard"] .account-summary-shell .summary-card-copy span,
body[data-page="dashboard"] .account-summary-shortcuts strong{
  font-size:13.5px!important;
  line-height:1.45!important;
  font-weight:800!important;
  color:#314858;
}
body[data-page="dashboard"] .account-summary-shortcuts small{
  margin-top:4px!important;
  color:#788792!important;
  font-size:11.5px!important;
  line-height:1.45!important;
  font-weight:600!important;
}
body[data-page="dashboard"] .account-summary-shortcuts>a,
body[data-page="dashboard"] .account-summary-shortcuts>button{
  position:relative;
  min-height:72px!important;
  gap:12px!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(24,52,71,.035);
}
body[data-page="dashboard"] .account-summary-shortcuts>a{
  border-color:#dce9e5!important;
  background:linear-gradient(135deg,#fff 0%,#f5fbf8 100%)!important;
}
body[data-page="dashboard"] .account-summary-shortcuts>button{
  border-color:#ffe0d1!important;
  background:linear-gradient(135deg,#fff 0%,#fff7f2 100%)!important;
}
body[data-page="dashboard"] .account-summary-shortcuts>a::after,
body[data-page="dashboard"] .account-summary-shortcuts>button::after{
  content:"";
  position:absolute;
  width:76px;
  height:76px;
  inset-inline-end:-34px;
  bottom:-44px;
  border-radius:50%;
  opacity:.55;
  pointer-events:none;
}
body[data-page="dashboard"] .account-summary-shortcuts>a::after{background:rgba(42,157,114,.09)}
body[data-page="dashboard"] .account-summary-shortcuts>button::after{background:rgba(255,122,61,.10)}
body[data-page="dashboard"] .account-summary-shortcuts>a:hover{
  border-color:#b9ddd0!important;
  background:linear-gradient(135deg,#fff 0%,#effaf5 100%)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 12px 26px rgba(29,126,91,.08)!important;
}
body[data-page="dashboard"] .account-summary-shortcuts>button:hover{
  border-color:#ffcdb5!important;
  background:linear-gradient(135deg,#fff 0%,#fff3ec 100%)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 12px 26px rgba(232,93,31,.08)!important;
}
body[data-page="dashboard"] .account-shortcut-icon{
  flex:0 0 44px!important;
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.74);
}
body[data-page="dashboard"] .account-summary-shortcuts>a .account-shortcut-icon{
  background:#e9f7f1!important;
  color:#23845f!important;
}
body[data-page="dashboard"] .account-summary-shortcuts>button .account-shortcut-icon{
  background:#fff0e8!important;
  color:#eb672b!important;
}
body[data-page="dashboard"] .account-shortcut-icon svg{width:22px!important;height:22px!important}

@media(max-width:760px){
  body[data-page="dashboard"] .page-hero{padding:20px 0 14px!important}
  body[data-page="dashboard"] .page-hero .container{padding:22px 20px;border-radius:22px}
  body[data-page="dashboard"] .page-hero h1{font-size:29px!important;margin-top:10px!important}
  body[data-page="dashboard"] .page-hero p{font-size:13px!important;line-height:1.75!important}
  body[data-page="dashboard"] .account-summary-shell .summary-card-copy span,
  body[data-page="dashboard"] .account-summary-shortcuts strong{font-size:12.5px!important}
  body[data-page="dashboard"] .account-summary-shortcuts small{font-size:10.5px!important}
  body[data-page="dashboard"] .account-summary-shortcuts>a,
  body[data-page="dashboard"] .account-summary-shortcuts>button{min-height:66px!important;padding:10px 11px!important}
  body[data-page="dashboard"] .account-shortcut-icon{flex-basis:40px!important;width:40px!important;height:40px!important}
  body[data-page="dashboard"] .account-shortcut-icon svg{width:20px!important;height:20px!important}
}
@media(max-width:430px){
  body[data-page="dashboard"] .page-hero .container{padding:20px 17px}
  body[data-page="dashboard"] .page-hero h1{font-size:27px!important}
  body[data-page="dashboard"] .page-hero p{font-size:12.5px!important}
  body[data-page="dashboard"] .account-summary-shortcuts{grid-template-columns:1fr!important}
  body[data-page="dashboard"] .account-summary-shortcuts small{display:block!important}
}

/* First-party verification code used by sign-in and password recovery. */
.arabids-captcha{margin-top:2px}
.arabids-captcha-challenge{display:flex;align-items:stretch;gap:10px;direction:ltr;margin-bottom:9px}
.arabids-captcha-image-wrap{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-width:0;height:70px;border-radius:13px;background:#fff;overflow:hidden}
.arabids-captcha-image-wrap img{display:block;width:100%;height:70px;object-fit:cover;user-select:none;-webkit-user-drag:none}
.arabids-captcha-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:8px 12px;text-align:center;color:#8a98a5;background:#fbfcfd;border:1px dashed #dbe4eb;border-radius:13px;font-size:12px;font-weight:700;direction:rtl}
.arabids-captcha-loading[hidden]{display:none}
.arabids-captcha-refresh{width:58px;min-width:58px;height:70px;border:1.5px solid #ff7133;border-radius:50%;background:#fff7f2;color:#ff7133;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 7px 18px rgba(255,113,51,.10);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease}
.arabids-captcha-refresh svg{width:28px;height:28px}
.arabids-captcha-refresh:hover{transform:translateY(-1px);background:#ff7133;color:#fff;box-shadow:0 10px 22px rgba(255,113,51,.20)}
.arabids-captcha-refresh:focus-visible{outline:3px solid rgba(255,113,51,.2);outline-offset:2px}
.arabids-captcha-refresh:disabled{cursor:wait;opacity:.55;transform:none}
.arabids-captcha.is-loading .arabids-captcha-refresh svg{animation:arabids-captcha-spin .8s linear infinite}
.arabids-captcha-help{margin:-1px 0 8px;color:#8e9aa5;font-size:11px;line-height:1.65}
.arabids-captcha-input{text-align:center!important;direction:ltr!important;letter-spacing:.2em;font-size:17px!important;font-weight:800!important;text-transform:uppercase}
.arabids-captcha-input:disabled{cursor:not-allowed;opacity:.68}
.arabids-captcha.is-error .arabids-captcha-loading{color:#b94b3b;border-color:#f0c5bc;background:#fff9f7}
@keyframes arabids-captcha-spin{to{transform:rotate(360deg)}}
@media(max-width:520px){.arabids-captcha-refresh{width:54px;min-width:54px}.arabids-captcha-image-wrap,.arabids-captcha-refresh{height:66px}.arabids-captcha-image-wrap img{height:66px}}
@media(prefers-reduced-motion:reduce){.arabids-captcha-refresh{transition:none}.arabids-captcha.is-loading .arabids-captcha-refresh svg{animation:none}}

/* =========================================================
   ARABIDS v1.2.61 — same compact iPhone preview inside account
   ========================================================= */
body[data-page="dashboard"] .dashboard-app-dialog{
  width:min(410px,100%);
  height:min(760px,calc(100dvh - 20px));
  padding:10px;
}
body[data-page="dashboard"] .dashboard-app-close{
  top:4px;
  right:4px;
  width:34px;
  height:34px;
}
body[data-page="dashboard"] .dashboard-app-phone{
  position:relative;
  display:flex;
  flex-direction:column;
  width:min(350px,calc(100vw - 30px));
  height:min(690px,calc(100dvh - 54px));
  min-height:560px;
  margin:auto;
  overflow:hidden;
  border:7px solid #1f272b;
  border-radius:46px;
  background:#fff;
  box-shadow:0 28px 70px rgba(4,20,30,.38),0 0 0 1px rgba(255,255,255,.8) inset;
}
body[data-page="dashboard"] .dashboard-app-device-top{
  position:absolute;
  z-index:20;
  top:0;
  right:0;
  left:0;
  height:33px;
  display:grid;
  grid-template-columns:1fr 94px 1fr;
  align-items:center;
  padding:0 20px;
  direction:ltr;
  color:#fff;
  pointer-events:none;
}
body[data-page="dashboard"] .dashboard-app-device-time{
  justify-self:start;
  font:700 10px/1 Tajawal,sans-serif;
}
body[data-page="dashboard"] .dashboard-app-dynamic-island{
  width:88px;
  height:23px;
  justify-self:center;
  border-radius:999px;
  background:#111719;
  box-shadow:0 1px 2px rgba(0,0,0,.2);
}
body[data-page="dashboard"] .dashboard-app-device-signals{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:2px;
  height:11px;
}
body[data-page="dashboard"] .dashboard-app-device-signals i{
  display:block;
  width:2px;
  border-radius:2px;
  background:#fff;
}
body[data-page="dashboard"] .dashboard-app-device-signals i:nth-child(1){height:4px}
body[data-page="dashboard"] .dashboard-app-device-signals i:nth-child(2){height:7px}
body[data-page="dashboard"] .dashboard-app-device-signals i:nth-child(3){height:10px}
body[data-page="dashboard"] .dashboard-app-phone-header{
  flex:0 0 auto;
  min-height:105px;
  padding:39px 18px 14px;
  text-align:right;
  background:linear-gradient(135deg,#ff6b2e,#ff834d);
  color:#fff;
}
body[data-page="dashboard"] .dashboard-app-phone-header img{
  display:block;
  width:128px;
  height:auto;
  margin-right:auto;
  filter:brightness(0) invert(1);
}
body[data-page="dashboard"] .dashboard-app-phone-header div{
  margin-top:5px;
  font-size:11px;
  font-weight:500;
  opacity:.94;
}
body[data-page="dashboard"] .dashboard-app-phone-body{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  padding:12px 13px 14px;
  scrollbar-width:none;
  background:#fff;
}
body[data-page="dashboard"] .dashboard-app-phone-body::-webkit-scrollbar{display:none}
body[data-page="dashboard"] .dashboard-app-card{
  overflow:hidden;
  border:1px solid #ebeff2;
  border-radius:17px;
  background:#fff;
  box-shadow:0 7px 20px rgba(25,44,58,.05);
}
body[data-page="dashboard"] .dashboard-app-image-wrap{
  position:relative;
  height:185px;
  overflow:hidden;
  background:#f0f3f5;
}
body[data-page="dashboard"] .dashboard-app-image-wrap>img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
body[data-page="dashboard"] .dashboard-app-image-brand{
  position:absolute;
  top:10px;
  left:10px;
  padding:5px 8px;
  border-radius:8px;
  background:rgba(255,255,255,.88);
  color:#ff6630;
  font-size:8px;
  font-weight:800;
  letter-spacing:.2px;
}
body[data-page="dashboard"] .dashboard-app-copy{
  padding:13px 14px 14px;
  text-align:right;
}
body[data-page="dashboard"] .dashboard-app-copy .status-chip{
  display:inline-flex;
  width:auto;
  margin:0;
  padding:5px 9px;
  font-size:9px;
}
body[data-page="dashboard"] .dashboard-app-copy h2{
  margin:12px 0 6px;
  color:#273845;
  font-size:20px;
  line-height:1.4;
  font-weight:600;
}
body[data-page="dashboard"] .dashboard-app-copy p{
  margin:0 0 9px;
  color:#7d8991;
  font-size:12px;
  line-height:1.7;
}
body[data-page="dashboard"] .dashboard-app-copy>strong{
  display:block;
  color:#263947;
  font-size:11px;
  text-align:right;
}
body[data-page="dashboard"] .dashboard-app-actions{
  display:grid;
  gap:7px;
  margin-top:13px;
}
body[data-page="dashboard"] .dashboard-app-actions .btn{
  min-height:42px;
  padding:9px 12px;
  border-radius:11px;
  font-size:12px;
}
body[data-page="dashboard"] .dashboard-app-bottom{
  position:relative;
  z-index:12;
  flex:0 0 63px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  gap:2px;
  padding:5px 9px 10px;
  border-top:1px solid #edf0f2;
  background:rgba(255,255,255,.98);
  box-shadow:0 -5px 18px rgba(21,38,50,.035);
}
body[data-page="dashboard"] .dashboard-app-bottom a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  min-height:47px;
  padding:3px 4px;
  border-radius:12px;
  color:#7e8991;
  font-size:9px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  touch-action:manipulation;
}
body[data-page="dashboard"] .dashboard-app-bottom a:hover{
  background:#fff5ef;
  color:#ff6c30;
}
body[data-page="dashboard"] .dashboard-app-bottom a.active{
  background:#fff4ed;
  color:#ff6c30;
}
body[data-page="dashboard"] .dashboard-app-nav-icon{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
}
body[data-page="dashboard"] .dashboard-app-nav-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-page="dashboard"] #dashboard-app-nav-auctions .dashboard-app-nav-icon svg{
  fill:currentColor;
  stroke:none;
}
body[data-page="dashboard"] .dashboard-app-home-indicator{
  position:absolute;
  z-index:30;
  right:50%;
  bottom:4px;
  width:104px;
  height:4px;
  transform:translateX(50%);
  border-radius:999px;
  background:#171c1f;
  pointer-events:none;
}
html[dir="ltr"] body[data-page="dashboard"] .dashboard-app-phone-header,
html[dir="ltr"] body[data-page="dashboard"] .dashboard-app-copy{text-align:left}
html[dir="ltr"] body[data-page="dashboard"] .dashboard-app-copy>strong{text-align:left}

@media(max-width:520px){
  body[data-page="dashboard"] .dashboard-app-modal{padding:6px}
  body[data-page="dashboard"] .dashboard-app-dialog{height:calc(100dvh - 8px);padding:4px}
  body[data-page="dashboard"] .dashboard-app-phone{
    width:min(342px,calc(100vw - 16px));
    height:min(675px,calc(100dvh - 22px));
    min-height:540px;
    border-width:6px;
    border-radius:42px;
  }
  body[data-page="dashboard"] .dashboard-app-image-wrap{height:170px}
  body[data-page="dashboard"] .dashboard-app-close{top:2px;right:2px;width:32px;height:32px}
}
@media(max-height:700px){
  body[data-page="dashboard"] .dashboard-app-phone{height:calc(100dvh - 20px);min-height:530px}
  body[data-page="dashboard"] .dashboard-app-phone-header{min-height:92px;padding-top:35px;padding-bottom:10px}
  body[data-page="dashboard"] .dashboard-app-image-wrap{height:145px}
  body[data-page="dashboard"] .dashboard-app-copy h2{margin-top:9px;font-size:18px}
}

/* v1.2.64: customer booking cancellation button (works with AJAX and server fallback). */
body[data-page="dashboard"] .booking-cancel-form{display:inline-flex;margin:0;padding:0}
body[data-page="dashboard"] .booking-cancel-form .booking-action{font:inherit}
body[data-page="dashboard"] .booking-action-cancel{gap:7px;color:#a33b43;background:#fff7f7;border-color:#efc8cc}
body[data-page="dashboard"] .booking-action-cancel:hover{background:#ffeded;border-color:#e9aeb4;color:#8e2d35}
body[data-page="dashboard"] .booking-action-cancel:disabled{opacity:.65;cursor:wait}


/* v1.2.66: booking actions — three equal tabs on one row; cancel uses the ARABIDS red state. */
body[data-page="dashboard"] .booking-actions{
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:360px;
  max-width:100%;
  gap:7px;
}
body[data-page="dashboard"] .booking-cancel-form{
  display:flex;
  width:100%;
  min-width:0;
  margin:0;
  padding:0;
}
body[data-page="dashboard"] .booking-cancel-form .booking-action-cancel,
body[data-page="dashboard"] .booking-action-cancel{
  width:100%;
  min-width:0;
  min-height:36px;
  padding:7px 9px;
  border:1px solid #d94b52;
  border-radius:10px;
  background:#d94b52;
  color:#fff;
  gap:6px;
}
body[data-page="dashboard"] .booking-action-cancel:hover{
  border-color:#c73e45;
  background:#c73e45;
  color:#fff;
}
body[data-page="dashboard"] .booking-action-cancel:focus-visible{
  outline:3px solid rgba(217,75,82,.22);
  outline-offset:2px;
}
body[data-page="dashboard"] .booking-action-cancel:disabled{
  opacity:.65;
  cursor:wait;
}
@media(max-width:760px){
  body[data-page="dashboard"] .booking-actions{
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    gap:6px;
  }
  body[data-page="dashboard"] .booking-action,
  body[data-page="dashboard"] .booking-cancel-form .booking-action-cancel{
    min-height:36px;
    padding:7px 4px;
    font-size:8.5px;
  }
}
@media(max-width:430px){
  body[data-page="dashboard"] .booking-actions{grid-template-columns:repeat(3,minmax(0,1fr));}
  body[data-page="dashboard"] .booking-action,
  body[data-page="dashboard"] .booking-cancel-form .booking-action-cancel{font-size:8px;padding-inline:3px;}
}

/* v1.2.67: cancellation tab typography and box dimensions exactly match Details / Open App. */
body[data-page="dashboard"] .booking-actions > .booking-action,
body[data-page="dashboard"] .booking-actions > .booking-cancel-form,
body[data-page="dashboard"] .booking-cancel-form > .booking-action-cancel {
  box-sizing:border-box;
}
body[data-page="dashboard"] .booking-actions > .booking-action,
body[data-page="dashboard"] .booking-cancel-form > .booking-action-cancel {
  width:100%;
  height:36px;
  min-height:36px;
  padding:7px 9px;
  border-radius:10px;
  font-family:inherit;
  font-size:9.5px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
body[data-page="dashboard"] .booking-cancel-form {
  height:36px;
  font-size:9.5px;
  line-height:1;
}
@media(max-width:760px){
  body[data-page="dashboard"] .booking-actions > .booking-action,
  body[data-page="dashboard"] .booking-cancel-form > .booking-action-cancel,
  body[data-page="dashboard"] .booking-cancel-form {
    height:36px;
    min-height:36px;
    font-size:8.5px;
    line-height:1;
  }
}
@media(max-width:430px){
  body[data-page="dashboard"] .booking-actions > .booking-action,
  body[data-page="dashboard"] .booking-cancel-form > .booking-action-cancel,
  body[data-page="dashboard"] .booking-cancel-form {
    font-size:8px;
  }
}
