/*
   PICKME LOGO — LOCKED DESIGN

   This is the ONE PickMe logo used across
   Homepage / Salon / Shop / Setup / Dashboard.

   Do not create page-specific logo colors.
*/

.pickme-global-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;

  color:var(--pm-ink);

  text-decoration:none;

  user-select:none;
}

.pickme-global-logo-symbol{
  width:29px;
  height:29px;

  position:relative;

  flex:0 0 auto;
}

.pickme-global-logo-symbol i{
  position:absolute;

  width:17px;
  height:11px;

  border-radius:
    100% 10% 100% 10%;

  background:
    var(--pm-accent);
}

.pickme-global-logo-symbol i:first-child{
  left:1px;
  top:4px;

  transform:
    rotate(35deg);
}

.pickme-global-logo-symbol i:last-child{
  right:1px;
  bottom:4px;

  transform:
    rotate(215deg);
}

.pickme-global-logo strong{
  color:var(--pm-ink);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:29px;
  font-weight:700;

  letter-spacing:-.045em;

  line-height:1;
}

.pickme-global-logo:hover{
  opacity:.82;
}

.pickme-global-logo.compact{
  gap:8px;
}

.pickme-global-logo.compact
.pickme-global-logo-symbol{
  width:24px;
  height:24px;
}

.pickme-global-logo.compact
.pickme-global-logo-symbol i{
  width:14px;
  height:9px;
}

.pickme-global-logo.compact strong{
  font-size:22px;
}
:root{
  /* PICKME FINAL PALETTE */

  --pm-bg:#f6f3ed;
  --pm-bg-soft:#faf8f4;

  --pm-surface:#fffdf9;
  --pm-surface-soft:#f3f1eb;

  --pm-ink:#303735;
  --pm-text:#343b38;
  --pm-muted:#777b75;

  /* main calm accent */
  --pm-accent:#7b8875;
  --pm-accent-dark:#657260;
  --pm-accent-soft:#e8ede5;

  /* warm neutral */
  --pm-taupe:#a69e90;
  --pm-taupe-soft:#eee9e1;

  /* status only */
  --pm-success:#87a783;
  --pm-success-soft:#dce8d9;

  --pm-busy:#bd7d76;
  --pm-busy-soft:#ecd5d1;

  --pm-pause:#aaa9a4;
  --pm-pause-soft:#e1e0dd;

  --pm-border:#e4ded4;

  --pm-radius-xs:8px;
  --pm-radius-sm:11px;
  --pm-radius-md:15px;
  --pm-radius-lg:20px;
  --pm-radius-xl:24px;

  --pm-shadow-card:
    0 12px 35px rgba(54,57,52,.055);

  --pm-shadow-premium:
    0 18px 48px rgba(54,57,52,.085);

  --pm-page-max:1500px;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
  font-family: Inter, Arial, sans-serif;
  background: #f6f3eb;
  color: #173832;
}

#root, .pickme-app-frame {
  min-height: 100vh;
  overflow-y: visible;
}



.page{
max-width:1200px;
margin:auto;
padding:35px;
}


.header{
display:flex;
justify-content:space-between;
align-items:center;
border-bottom:1px solid #ddd;
padding-bottom:20px;
}


.logo{
font-size:38px;
font-weight:700;
}


nav{
font-size:16px;
}


.hero h1{
font-size:48px;
margin-top:50px;
}


.hero button{
margin-top:15px;
}


.salon-card{

display:flex;
gap:30px;

background:white;

border-radius:28px;

padding:25px;

margin:30px 0;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}



.photo{

width:240px;
height:190px;

border-radius:22px;

background:
linear-gradient(135deg,#d8c8a8,#777);

display:flex;

align-items:center;

justify-content:center;

color:white;

font-size:20px;

}


.info{
flex:1;
}


.rating{

display:flex;
gap:5px;
align-items:center;

}


.verified{

display:flex;
align-items:center;
gap:5px;

color:#198754;

background:#eaf6ed;

padding:8px 15px;

border-radius:20px;

width:max-content;

}


button{

background:#214d45;

color:white;

border:none;

padding:13px 22px;

border-radius:12px;

}


.light{

background:#eee;

color:#333;

margin-left:10px;

}


.live{

width:240px;

background:#faf7ef;

padding:20px;

border-radius:22px;

}


.person{

padding:8px;

}


.green{
color:#16803c;
}


.red{
color:#c62828;
}


.orange{
color:#d88900;
}


.load span{

display:inline-block;

height:6px;

width:35px;

background:#d9b35a;

margin:3px;

border-radius:10px;

}


.claim{

background:#f4e7c8;

padding:15px;

border-radius:14px;

}


footer{

text-align:center;

margin-top:70px;

}

.photo{
width:240px;
height:190px;
border-radius:22px;
overflow:hidden;
flex-shrink:0;
background:#ddd;
}

.photo img{
width:100%;
height:100%;
object-fit:cover;
display:block;
border-radius:22px;
}

.salon-card{
align-items:center;
}


.salon-page{
max-width:1100px;
margin:auto;
padding:40px;
font-family:Arial;
}


.top{
border-bottom:1px solid #ddd;
margin-bottom:40px;
}


.hero-salon{
display:flex;
gap:50px;
align-items:center;
background:white;
padding:40px;
border-radius:30px;
box-shadow:0 15px 40px #0001;
}


.salon-photo{
width:320px;
height:320px;
border-radius:25px;
background:linear-gradient(135deg,#d8c9a5,#777);
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
}


.badge{
background:#e7f5e9;
color:#26734d;
padding:10px;
border-radius:20px;
display:inline-block;
}


button{
background:#244f46;
color:white;
border:0;
padding:15px 25px;
border-radius:12px;
}


.box{
margin-top:30px;
background:white;
padding:30px;
border-radius:25px;
box-shadow:0 10px 30px #0001;
}


.green{
color:green;
}

.red{
color:red;
}

.orange{
color:#d88b00;
}


html,body,#root{
margin:0;
width:100%;
min-height:100%;
}

body{
overflow-x:hidden;
}

.salon-page{
max-width:1100px;
margin:auto;
padding:25px 40px;
box-sizing:border-box;
}

.hero-salon{
padding:25px;
gap:30px;
}

.salon-photo{
width:260px;
height:260px;
}

.box{
margin-top:20px;
padding:20px;
}

h1{
margin-top:10px;
margin-bottom:20px;
}


html,body,#root{
margin:0;
width:100%;
min-height:100%;
}

body{
overflow-x:hidden;
}

.salon-page{
max-width:1100px;
margin:auto;
padding:25px 40px;
box-sizing:border-box;
}

.hero-salon{
padding:25px;
gap:30px;
}

.salon-photo{
width:260px;
height:260px;
}

.box{
margin-top:20px;
padding:20px;
}

h1{
margin-top:10px;
margin-bottom:20px;
}


body {
  margin:0;
  background:#f7f5ef;
  color:#143b3a;
  font-family: Inter, Arial, sans-serif;
}

.salon-page{
  max-width:1200px;
  margin:auto;
  padding:20px;
}

.top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
}

.top h1{
  font-size:32px;
}

.hero{
  display:grid;
  grid-template-columns:280px 1fr 380px;
  gap:24px;
  margin-top:35px;
}

.photo{
  height:280px;
  border-radius:24px;
  background:linear-gradient(135deg,#d8ceb0,#777);
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:22px;
}

.info h1{
  font-size:42px;
  margin-top:0;
}

.badge{
  display:inline-block;
  background:#e7f5e8;
  color:#268044;
  padding:8px 14px;
  border-radius:20px;
}

button{
  background:#174d48;
  color:white;
  border:0;
  padding:15px 25px;
  border-radius:12px;
  font-weight:bold;
}

.live{
  background:white;
  padding:25px;
  border-radius:24px;
  box-shadow:0 10px 30px #0001;
}

.masters{
  display:flex;
  gap:10px;
}

.masters div{
  background:#faf8f1;
  padding:15px;
  border-radius:15px;
}

.timeline{
  margin-top:20px;
  line-height:40px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:30px;
}

.card{
  background:white;
  padding:25px;
  border-radius:20px;
  box-shadow:0 10px 30px #0001;
}


@media(max-width:900px){

.hero{
 grid-template-columns:1fr;
}

.grid{
 grid-template-columns:1fr;
}

}


.schedule{
  margin-top:25px;
}

.hours{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
  font-size:12px;
  margin-bottom:10px;
}

.day-row{
  display:grid;
  grid-template-columns:55px 1fr;
  align-items:center;
  margin-bottom:12px;
}

.bar{
  height:18px;
  border-radius:10px;
  display:flex;
  overflow:hidden;
  background:#eee;
}

.free{
  background:#cfead2;
  flex:2;
}

.busy{
  background:#f3c7c7;
  flex:2;
}

.pause{
  background:#ddd;
  flex:1;
}

.next{
  background:#f0dfb0;
  flex:1;
}


.page{
  max-width:1200px;
  margin:0 auto;
  padding:30px;
  color:#12333a;
}

.salon-hero{
  display:grid;
  grid-template-columns:260px 1fr 300px;
  gap:40px;
  align-items:start;
}

.salon-photo{
  height:260px;
  border-radius:28px;
  background:linear-gradient(135deg,#d8c9a5,#777);
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:22px;
}

.salon-info h1{
  font-size:42px;
  margin:0 0 15px;
}

.verified{
  display:inline-block;
  background:#e8f7ec;
  color:#278044;
  padding:8px 14px;
  border-radius:20px;
}

button{
  background:#214d45;
  color:white;
  border:0;
  padding:14px 28px;
  border-radius:12px;
  font-weight:600;
}

.live-box{
  background:#fff;
  border-radius:25px;
  padding:25px;
  box-shadow:0 10px 30px #0001;
}

.workers{
  display:flex;
  gap:10px;
}

.workers div{
  background:#faf7ef;
  padding:12px;
  border-radius:15px;
  flex:1;
}

.timeline div{
  margin:15px 0;
}

.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:50px;
}

.cards>div{
  background:white;
  padding:25px;
  border-radius:22px;
  box-shadow:0 10px 30px #0001;
}

@media(max-width:900px){
 .salon-hero{
  grid-template-columns:1fr;
 }
 .cards{
  grid-template-columns:1fr;
 }
}


.salon-hero{
  align-items:start;
  min-height:420px;
}

.live-box{
  margin-top:0;
}

.cards{
  margin-top:20px;
}



/* compact premium salon layout */
.salon-content-grid{
  margin-top:40px !important;
}

.salon-hero{
  margin-bottom:30px !important;
}


.worker-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.worker-card small{
  font-size:11px;
  opacity:.65;
}

.status-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  display:block;
  margin-bottom:3px;
}

.status-dot.free{
  background:#55b879;
}

.status-dot.busy{
  background:#cf5360;
}

.status-dot.soon{
  background:#e9954f;
}


/* ===== PickMe master timeline ===== */

.master-schedule{
  margin-top:18px;
  padding:0;
  background:transparent;
  box-shadow:none;
}

.master-schedule h2{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.2;
}

.timeline-hours{
  width:100%;
  display:grid;
  grid-template-columns:repeat(9, minmax(0, 1fr));
  gap:3px;
  align-items:end;
}

.timeline-hours > div{
  min-width:0;
  text-align:center;
}

.timeline-hours span{
  display:block;
  margin-bottom:5px;
  font-size:10px;
  color:#69736f;
}

.timeline-hours .slot{
  width:100%;
  height:24px;
  border-radius:6px;
}

.timeline-hours .slot.free{
  background:#cfe9d5;
}

.timeline-hours .slot.busy{
  background:#efc3c6;
}

.timeline-hours .slot.pause{
  background:#dedde1;
}

.schedule-info{
  margin-top:10px;
  font-size:11px;
  white-space:nowrap;
  color:#58645f;
}


/* ===== Dynamic public salon prices ===== */

.public-service-list{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-top:12px;
}

.public-service-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-bottom:6px;
  border-bottom:1px solid #eeeae1;
  font-size:12px;
}

.public-service-row:last-child{
  border-bottom:0;
}

.public-service-row span{
  min-width:0;
}

.public-service-row strong{
  flex-shrink:0;
  white-space:nowrap;
  color:#174c43;
}

.services-card{
  overflow:auto;
}


/* ===== Salon public desktop one-screen cleanup ===== */

@media (min-width: 901px){

  html,
  body,
  #root{
    height:100%;
    overflow:hidden;
  }

  .page{
    height:100dvh;
    min-height:0;
    overflow:hidden;
    box-sizing:border-box;
  }

  .salon-hero{
    min-height:0 !important;
  }

  .cards{
    margin-top:16px !important;
  }

  .cards > div{
    min-height:210px;
    max-height:260px;
    box-sizing:border-box;
  }
}


/* ===== Compact public services ===== */

.services-card{
  overflow:hidden !important;
}

.public-service-list{
  gap:3px;
}

.public-service-row{
  min-height:22px;
  padding:2px 0 4px;
}

.public-service-row strong{
  font-size:11px;
}

.all-services-button{
  width:100%;
  margin-top:10px;
  padding:9px 10px;
  border:1px solid #d8ded8;
  border-radius:10px;
  background:#f5f7f3;
  color:#174c43;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.all-services-button:hover{
  background:#eaf1ec;
}


/* ===== Services modal ===== */

.services-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(16,30,27,.42);
  backdrop-filter:blur(6px);
}

.services-modal{
  width:min(560px, 92vw);
  max-height:80vh;
  overflow:hidden;
  background:white;
  border-radius:24px;
  box-shadow:0 30px 100px rgba(0,0,0,.22);
}

.services-modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:22px 24px 16px;
  border-bottom:1px solid #ece8df;
}

.services-modal-header small{
  color:#ad8541;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

.services-modal-header h2{
  margin:4px 0 0;
}

.services-modal-header button{
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  color:#173f3b;
  font-size:22px;
  cursor:pointer;
}

.services-modal-list{
  max-height:60vh;
  overflow:auto;
  padding:8px 24px 22px;
}

.services-modal-list > div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:11px 0;
  border-bottom:1px solid #eeeae2;
}

.services-modal-list > div:last-child{
  border-bottom:0;
}

.services-modal-list strong{
  white-space:nowrap;
  color:#174c43;
}


/* ===== Salon public desktop one-screen cleanup ===== */

@media (min-width: 901px){

  html,
  body,
  #root{
    height:100%;
    overflow:hidden;
  }

  .page{
    height:100dvh;
    min-height:0;
    overflow:hidden;
    box-sizing:border-box;
  }

  .salon-hero{
    min-height:0 !important;
  }

  .cards{
    margin-top:16px !important;
  }

  .cards > div{
    min-height:210px;
    max-height:260px;
    box-sizing:border-box;
  }
}


/* ===== Compact public services ===== */

.services-card{
  overflow:hidden !important;
}

.public-service-list{
  gap:3px;
}

.public-service-row{
  min-height:22px;
  padding:2px 0 4px;
}

.public-service-row strong{
  font-size:11px;
}

.all-services-button{
  width:100%;
  margin-top:10px;
  padding:9px 10px;
  border:1px solid #d8ded8;
  border-radius:10px;
  background:#f5f7f3;
  color:#174c43;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.all-services-button:hover{
  background:#eaf1ec;
}


/* ===== Services modal ===== */

.services-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(16,30,27,.42);
  backdrop-filter:blur(6px);
}

.services-modal{
  width:min(560px, 92vw);
  max-height:80vh;
  overflow:hidden;
  background:white;
  border-radius:24px;
  box-shadow:0 30px 100px rgba(0,0,0,.22);
}

.services-modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:22px 24px 16px;
  border-bottom:1px solid #ece8df;
}

.services-modal-header small{
  color:#ad8541;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

.services-modal-header h2{
  margin:4px 0 0;
}

.services-modal-header button{
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  color:#173f3b;
  font-size:22px;
  cursor:pointer;
}

.services-modal-list{
  max-height:60vh;
  overflow:auto;
  padding:8px 24px 22px;
}

.services-modal-list > div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:11px 0;
  border-bottom:1px solid #eeeae2;
}

.services-modal-list > div:last-child{
  border-bottom:0;
}

.services-modal-list strong{
  white-space:nowrap;
  color:#174c43;
}


/* ===== Salon public desktop one-screen cleanup ===== */

@media (min-width: 901px){

  html,
  body,
  #root{
    height:100%;
    overflow:hidden;
  }

  .page{
    height:100dvh;
    min-height:0;
    overflow:hidden;
    box-sizing:border-box;
  }

  .salon-hero{
    min-height:0 !important;
  }

  .cards{
    margin-top:16px !important;
  }

  .cards > div{
    min-height:210px;
    max-height:260px;
    box-sizing:border-box;
  }
}


/* ===== Compact public services ===== */

.services-card{
  overflow:hidden !important;
}

.public-service-list{
  gap:3px;
}

.public-service-row{
  min-height:22px;
  padding:2px 0 4px;
}

.public-service-row strong{
  font-size:11px;
}

.all-services-button{
  width:100%;
  margin-top:10px;
  padding:9px 10px;
  border:1px solid #d8ded8;
  border-radius:10px;
  background:#f5f7f3;
  color:#174c43;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.all-services-button:hover{
  background:#eaf1ec;
}


/* ===== Services modal ===== */

.services-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(16,30,27,.42);
  backdrop-filter:blur(6px);
}

.services-modal{
  width:min(560px, 92vw);
  max-height:80vh;
  overflow:hidden;
  background:white;
  border-radius:24px;
  box-shadow:0 30px 100px rgba(0,0,0,.22);
}

.services-modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:22px 24px 16px;
  border-bottom:1px solid #ece8df;
}

.services-modal-header small{
  color:#ad8541;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

.services-modal-header h2{
  margin:4px 0 0;
}

.services-modal-header button{
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  color:#173f3b;
  font-size:22px;
  cursor:pointer;
}

.services-modal-list{
  max-height:60vh;
  overflow:auto;
  padding:8px 24px 22px;
}

.services-modal-list > div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:11px 0;
  border-bottom:1px solid #eeeae2;
}

.services-modal-list > div:last-child{
  border-bottom:0;
}

.services-modal-list strong{
  white-space:nowrap;
  color:#174c43;
}


/* ===== Final compact services card ===== */

.services-card{
  display:flex;
  flex-direction:column;
  overflow:hidden !important;
}

.services-card h2{
  margin-bottom:12px;
  line-height:1.15;
}

.services-card .public-service-list{
  flex:0 0 auto;
}

.services-card .all-services-button{
  margin-top:auto;
  flex-shrink:0;
}

.public-service-row{
  min-height:24px;
}

.cards > div{
  overflow:hidden;
}


/* ===== Lower salon cards final desktop sizing ===== */

@media (min-width: 901px){

  .cards{
    align-items:stretch;
  }

  .cards > div{
    height:285px !important;
    min-height:285px !important;
    max-height:285px !important;
    padding:24px !important;
    box-sizing:border-box;
  }

  .services-card{
    height:285px !important;
    display:flex;
    flex-direction:column;
  }

  .services-card h2{
    margin:0 0 14px;
  }

  .services-card .public-service-list{
    flex:0 0 auto;
  }

  .services-card .all-services-button{
    display:block;
    margin-top:14px;
    flex-shrink:0;
  }
}


/* ===== PickMe interactive live availability ===== */

.live-availability h2{
  margin:0 0 14px;
}

.live-staff-list{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:8px;
}

.live-staff-card{
  min-width:0;
  padding:10px 9px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:1px solid transparent;
  border-radius:14px;
  background:#f7f4ec;
  color:#163b38;
  text-align:left;
  cursor:pointer;
  transition:
    transform .15s ease,
    border-color .15s ease,
    background .15s ease;
}

.live-staff-card:hover{
  transform:translateY(-2px);
}

.live-staff-card.active{
  border-color:#b9d0c6;
  background:#edf5f0;
}

.live-staff-card strong{
  margin-top:4px;
  font-size:13px;
}

.live-staff-card small{
  margin-top:2px;
  color:#77766f;
  font-size:9px;
}

.live-status-label{
  margin-top:2px;
  font-size:12px;
}

.live-status-dot{
  width:9px;
  height:9px;
  display:block;
  border-radius:50%;
}

.live-status-dot.free{
  background:#57b779;
}

.live-status-dot.busy{
  background:#cf5360;
}

.live-status-dot.soon{
  background:#e79a4e;
}


.live-plan-title{
  margin-top:15px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}

.live-plan-title > div{
  display:flex;
  flex-direction:column;
}

.live-plan-title small{
  color:#a38248;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}

.live-plan-title strong{
  margin-top:2px;
  font-size:16px;
}

.live-now{
  padding:5px 7px;
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}

.live-now.free{
  background:#e4f3e8;
  color:#37764e;
}

.live-now.busy{
  background:#f7e4e5;
  color:#9d424b;
}

.live-now.soon{
  background:#faeddd;
  color:#9b632a;
}


.live-timeline{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(9,minmax(0,1fr));
  gap:4px;
}

.live-time-slot{
  min-width:0;
  text-align:center;
}

.live-time-slot > span{
  display:block;
  margin-bottom:4px;
  color:#7b817c;
  font-size:8px;
}

.live-slot{
  width:100%;
  height:22px;
  border-radius:6px;
}

.live-slot.free{
  background:#cfe7d5;
}

.live-slot.busy{
  background:#edc6c8;
}

.live-slot.pause{
  background:#dedde1;
}


.live-legend{
  margin-top:9px;
  display:flex;
  gap:12px;
  font-size:9px;
}

.live-legend span{
  display:flex;
  align-items:center;
  gap:4px;
}

.live-legend i{
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
}

.live-legend i.free{
  background:#57b779;
}

.live-legend i.busy{
  background:#cf5360;
}

.live-legend i.pause{
  background:#c9c6d5;
}


/* ===== Compact service tags in hero ===== */

.salon-service-tags{
  margin:12px 0 8px;
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

.salon-service-tags span{
  padding:5px 8px;
  border-radius:999px;
  background:#f1eee5;
  font-size:10px;
}

.salon-service-tags .more{
  background:#173f3b;
  color:white;
  font-weight:800;
}

.salon-description{
  max-width:560px;
}


/* ===== Dynamic bottom salon cards ===== */

.salon-main-action{
  display:inline-block;
  padding:12px 24px;
  border-radius:12px;
  background:#184d45;
  color:white;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.shop-public-card,
.about-public-card,
.contact-public-card{
  display:flex;
  flex-direction:column;
}

.shop-public-list{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.shop-public-list > div{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 0;
  border-bottom:1px solid #eeeae1;
  font-size:11px;
}

.shop-public-list strong{
  white-space:nowrap;
  color:#174c43;
}

.card-action{
  margin-top:auto;
  padding:9px 10px;
  display:block;
  box-sizing:border-box;
  border:1px solid #d9dfda;
  border-radius:10px;
  background:#f5f7f3;
  color:#174c43;
  text-align:center;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}

.card-muted{
  color:#85857d;
  font-size:12px;
}

.about-facts{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.about-facts > div{
  display:flex;
  flex-direction:column;
  padding-bottom:7px;
  border-bottom:1px solid #eeeae1;
}

.about-facts span{
  color:#7a7c76;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.about-facts strong{
  margin-top:2px;
  font-size:11px;
}

.contact-address{
  display:flex;
  flex-direction:column;
}

.contact-public-card small{
  color:#8a8175;
  font-size:8px;
  font-weight:800;
  letter-spacing:.08em;
}

.contact-public-card strong{
  margin-top:3px;
  font-size:11px;
  line-height:1.3;
}

.contact-link{
  margin-top:12px;
  color:#174c43;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}

.contact-hours{
  margin-top:12px;
  display:flex;
  flex-direction:column;
}

.contact-hours span{
  margin-top:3px;
  font-size:10px;
  line-height:1.3;
}

.map-action{
  margin-top:auto;
}


/* ===== Salon Shop mini storefront ===== */

.shop-card-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.shop-card-title h2{
  margin:0;
}

.shop-card-title > span{
  min-width:23px;
  height:23px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f1eee5;
  font-size:10px;
  font-weight:800;
}

.shop-mini-products{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-top:14px;
}

.shop-mini-product{
  min-width:0;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:8px;
  align-items:center;
}

.shop-mini-image{
  width:40px;
  height:40px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#e9e3d7;
}

.shop-mini-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.shop-mini-image span{
  font-weight:900;
  color:#71695b;
}

.shop-mini-product > div:last-child{
  min-width:0;
  display:flex;
  flex-direction:column;
}

.shop-mini-product strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:10px;
}

.shop-mini-product small{
  margin-top:2px;
  color:#99742e;
  font-weight:800;
}


/* ===== Full Salon Shop ===== */

.salon-shop-page{
  min-height:100vh;
  box-sizing:border-box;
  padding:24px;
  background:#f5f2e9;
  color:#173f3b;
}

.salon-shop-header{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:180px 1fr 180px;
  align-items:start;
  gap:20px;
}

.salon-shop-header > a{
  color:#174c43;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.salon-shop-header > div{
  text-align:center;
}

.salon-shop-header span{
  color:#b08843;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

.salon-shop-header h1{
  margin:4px 0;
  font-size:34px;
}

.salon-shop-header p{
  margin:0;
  color:#76766f;
}

.salon-shop-header > strong{
  justify-self:end;
  padding:7px 11px;
  border-radius:999px;
  background:white;
  font-size:11px;
}

.salon-shop-hero{
  max-width:1280px;
  margin:24px auto 20px;
  padding:28px 32px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-radius:26px;
  background:#173f3b;
  color:white;
}

.shop-premium-badge{
  color:#e9cc91;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.salon-shop-hero h2{
  max-width:650px;
  margin:7px 0;
  font-size:30px;
}

.salon-shop-hero p{
  margin:0;
  color:#d6dedb;
}

.shop-hero-stat{
  min-width:150px;
  padding:18px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:rgba(255,255,255,.06);
}

.shop-hero-stat strong{
  font-size:30px;
}

.shop-hero-stat span{
  font-size:10px;
}

.salon-shop-grid{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.salon-shop-product{
  overflow:hidden;
  border-radius:20px;
  background:white;
  box-shadow:0 15px 40px rgba(20,40,35,.06);
}

.salon-shop-product-image{
  height:210px;
  position:relative;
  overflow:hidden;
  background:#e8e1d3;
}

.salon-shop-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.salon-shop-product-image > div{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:48px;
  font-weight:900;
  color:#8d826f;
}

.salon-shop-product-image > span{
  position:absolute;
  left:10px;
  top:10px;
  padding:6px 9px;
  border-radius:999px;
  background:#fff1c7;
  color:#805e1c;
  font-size:9px;
  font-weight:900;
}

.salon-shop-product-body{
  padding:16px;
  display:flex;
  flex-direction:column;
}

.salon-shop-product-body small{
  color:#8d877d;
}

.salon-shop-product-body h3{
  margin:5px 0 10px;
}

.salon-shop-price{
  font-size:18px;
}

.salon-shop-product-body a,
.salon-shop-product-body button{
  margin-top:15px;
  padding:10px;
  border:0;
  border-radius:10px;
  background:#184d45;
  color:white;
  text-decoration:none;
  text-align:center;
  font-size:10px;
  font-weight:800;
}

.salon-shop-empty{
  max-width:600px;
  margin:80px auto;
  text-align:center;
}

@media(max-width:1000px){
  .salon-shop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .salon-shop-grid{
    grid-template-columns:1fr;
  }

  .salon-shop-header{
    grid-template-columns:1fr;
  }

  .salon-shop-header > div{
    text-align:left;
  }

  .salon-shop-header > strong{
    justify-self:start;
  }

  .salon-shop-hero{
    align-items:flex-start;
    flex-direction:column;
  }

  .shop-product-editor-grid{
    grid-template-columns:1fr;
  }
}

/* ===== PickMe salon service actions ===== */

.salon-primary-actions{
  margin-top:13px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}

.home-service-badge{
  padding:9px 11px;
  border-radius:11px;
  background:#fff3d7;
  color:#8b6826;
  font-size:10px;
  font-weight:800;
}

.calendar-action{
  background:white !important;
  color:#174c43 !important;
  border:1px solid #cedbd5 !important;
}


/* ===== live staff info ===== */

.live-section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.live-section-head > span{
  color:#55a66d;
  font-size:9px;
  font-weight:800;
}

.live-staff-card{
  position:relative;
  padding:0 !important;
  overflow:hidden;
}

.worker-main-button{
  width:100%;
  padding:8px 8px 27px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:0;
  background:transparent;
  color:#173f3b;
  text-align:left;
  cursor:pointer;
}

.worker-demo-photo{
  width:100%;
  height:60px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:9px;
  background:#e8e2d6;
  color:#806f51;
  font-size:24px;
  font-weight:900;
}

.worker-demo-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.worker-info-button{
  position:absolute;
  right:6px;
  bottom:5px;
  padding:3px 6px;
  border:0;
  border-radius:999px;
  background:white;
  color:#174c43;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}


/* ===== common overlay ===== */

.pickme-overlay{
  position:fixed;
  inset:0;
  z-index:2000;
  padding:24px;
  display:grid;
  place-items:center;
  background:rgba(12,29,26,.48);
  backdrop-filter:blur(7px);
}


/* ===== worker profile ===== */

.worker-profile-modal{
  width:min(720px,94vw);
  min-height:390px;
  position:relative;
  display:grid;
  grid-template-columns:230px 1fr;
  overflow:hidden;
  border-radius:26px;
  background:white;
  box-shadow:0 35px 100px rgba(0,0,0,.25);
}

.worker-profile-close{
  position:absolute;
  right:14px;
  top:14px;
  z-index:2;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  font-size:22px;
  cursor:pointer;
}

.worker-profile-left{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#173f3b;
  color:white;
}

.worker-profile-photo{
  width:115px;
  height:115px;
  margin-bottom:auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:22px;
  background:#e7ddca;
  color:#173f3b;
  font-size:45px;
  font-weight:900;
}

.worker-profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.worker-profile-left h2{
  margin:18px 0 2px;
  font-size:29px;
}

.worker-profile-left > span{
  opacity:.72;
}

.worker-profile-status{
  width:max-content;
  margin-top:12px;
  padding:6px 9px;
  border-radius:999px;
  background:white;
  color:#173f3b;
  font-size:10px;
  font-weight:800;
}

.worker-profile-content{
  padding:38px 32px 28px;
  display:flex;
  flex-direction:column;
}

.worker-profile-content > p{
  margin:0 0 20px;
  line-height:1.5;
  color:#5f6863;
}

.worker-profile-facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}

.worker-profile-facts > div{
  padding:12px;
  display:flex;
  flex-direction:column;
  border-radius:13px;
  background:#f7f4ec;
}

.worker-profile-facts small,
.worker-specialties > small{
  color:#a27d3c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}

.worker-profile-facts strong{
  margin-top:4px;
  font-size:11px;
}

.worker-specialties{
  margin-top:18px;
}

.worker-specialties > div{
  margin-top:7px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.worker-specialties span{
  padding:6px 8px;
  border-radius:999px;
  background:#f2eee4;
  font-size:9px;
}

.worker-book-button{
  margin-top:auto;
  padding:12px;
  border:0;
  border-radius:11px;
  background:#174c43;
  color:white;
  font-weight:800;
  cursor:pointer;
}


/* ===== booking planner ===== */

.booking-planner{
  width:min(880px,96vw);
  overflow:hidden;
  border-radius:28px;
  background:white;
  box-shadow:0 35px 100px rgba(0,0,0,.25);
}

.booking-head{
  padding:20px 24px 15px;
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid #ebe6dc;
}

.booking-head span{
  color:#b0863e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}

.booking-head h2{
  margin:3px 0 0;
}

.booking-head button{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  font-size:22px;
  cursor:pointer;
}

.booking-body{
  padding:22px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
}

.calendar-head{
  display:grid;
  grid-template-columns:36px 1fr 36px;
  align-items:center;
  margin-bottom:12px;
}

.calendar-head strong{
  text-align:center;
  text-transform:capitalize;
}

.calendar-head button{
  height:32px;
  border:0;
  border-radius:9px;
  background:#f5f2ea;
  cursor:pointer;
}

.calendar-weekdays,
.calendar-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:5px;
}

.calendar-weekdays span{
  padding:4px;
  text-align:center;
  color:#88837a;
  font-size:9px;
}

.calendar-grid button,
.calendar-empty{
  height:37px;
}

.calendar-grid button{
  border:1px solid transparent;
  border-radius:9px;
  background:#f7f4ec;
  color:#173f3b;
  font-weight:700;
  cursor:pointer;
}

.calendar-grid button:hover{
  border-color:#a9c5b9;
}

.calendar-grid button.selected{
  background:#174c43;
  color:white;
}

.booking-options{
  display:flex;
  flex-direction:column;
  gap:11px;
}

.booking-options label{
  display:flex;
  flex-direction:column;
  gap:5px;
  font-size:10px;
  font-weight:800;
}

.booking-options select{
  width:100%;
  padding:10px;
  border:1px solid #ded9cf;
  border-radius:10px;
  background:#faf8f3;
  color:#173f3b;
}

.booking-mode{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}

.booking-mode button{
  padding:10px;
  border:1px solid #ded9cf;
  border-radius:10px;
  background:#faf8f3;
  color:#173f3b;
  font-weight:800;
  cursor:pointer;
}

.booking-mode button.active{
  background:#174c43;
  color:white;
}

.booking-whatsapp{
  margin-top:4px;
  padding:12px;
  border:0;
  border-radius:11px;
  background:#174c43;
  color:white;
  font-weight:800;
  cursor:pointer;
}

.booking-whatsapp:disabled{
  opacity:.35;
  cursor:not-allowed;
}

.booking-note{
  color:#7d807a;
  line-height:1.4;
}


@media(max-width:700px){

  .worker-profile-modal,
  .booking-body{
    grid-template-columns:1fr;
  }

  .worker-profile-modal{
    max-height:90vh;
    overflow:auto;
  }
}

/* ===== PickMe salon service actions ===== */

.salon-primary-actions{
  margin-top:13px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}

.home-service-badge{
  padding:9px 11px;
  border-radius:11px;
  background:#fff3d7;
  color:#8b6826;
  font-size:10px;
  font-weight:800;
}

.calendar-action{
  background:white !important;
  color:#174c43 !important;
  border:1px solid #cedbd5 !important;
}


/* ===== live staff info ===== */

.live-section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.live-section-head > span{
  color:#55a66d;
  font-size:9px;
  font-weight:800;
}

.live-staff-card{
  position:relative;
  padding:0 !important;
  overflow:hidden;
}

.worker-main-button{
  width:100%;
  padding:8px 8px 27px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  border:0;
  background:transparent;
  color:#173f3b;
  text-align:left;
  cursor:pointer;
}

.worker-demo-photo{
  width:100%;
  height:60px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:9px;
  background:#e8e2d6;
  color:#806f51;
  font-size:24px;
  font-weight:900;
}

.worker-demo-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.worker-info-button{
  position:absolute;
  right:6px;
  bottom:5px;
  padding:3px 6px;
  border:0;
  border-radius:999px;
  background:white;
  color:#174c43;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}


/* ===== common overlay ===== */

.pickme-overlay{
  position:fixed;
  inset:0;
  z-index:2000;
  padding:24px;
  display:grid;
  place-items:center;
  background:rgba(12,29,26,.48);
  backdrop-filter:blur(7px);
}


/* ===== worker profile ===== */

.worker-profile-modal{
  width:min(720px,94vw);
  min-height:390px;
  position:relative;
  display:grid;
  grid-template-columns:230px 1fr;
  overflow:hidden;
  border-radius:26px;
  background:white;
  box-shadow:0 35px 100px rgba(0,0,0,.25);
}

.worker-profile-close{
  position:absolute;
  right:14px;
  top:14px;
  z-index:2;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  font-size:22px;
  cursor:pointer;
}

.worker-profile-left{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#173f3b;
  color:white;
}

.worker-profile-photo{
  width:115px;
  height:115px;
  margin-bottom:auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:22px;
  background:#e7ddca;
  color:#173f3b;
  font-size:45px;
  font-weight:900;
}

.worker-profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.worker-profile-left h2{
  margin:18px 0 2px;
  font-size:29px;
}

.worker-profile-left > span{
  opacity:.72;
}

.worker-profile-status{
  width:max-content;
  margin-top:12px;
  padding:6px 9px;
  border-radius:999px;
  background:white;
  color:#173f3b;
  font-size:10px;
  font-weight:800;
}

.worker-profile-content{
  padding:38px 32px 28px;
  display:flex;
  flex-direction:column;
}

.worker-profile-content > p{
  margin:0 0 20px;
  line-height:1.5;
  color:#5f6863;
}

.worker-profile-facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}

.worker-profile-facts > div{
  padding:12px;
  display:flex;
  flex-direction:column;
  border-radius:13px;
  background:#f7f4ec;
}

.worker-profile-facts small,
.worker-specialties > small{
  color:#a27d3c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}

.worker-profile-facts strong{
  margin-top:4px;
  font-size:11px;
}

.worker-specialties{
  margin-top:18px;
}

.worker-specialties > div{
  margin-top:7px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.worker-specialties span{
  padding:6px 8px;
  border-radius:999px;
  background:#f2eee4;
  font-size:9px;
}

.worker-book-button{
  margin-top:auto;
  padding:12px;
  border:0;
  border-radius:11px;
  background:#174c43;
  color:white;
  font-weight:800;
  cursor:pointer;
}


/* ===== booking planner ===== */

.booking-planner{
  width:min(880px,96vw);
  max-height:90vh;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  border-radius:28px;
  background:white;
  box-shadow:0 35px 100px rgba(0,0,0,.25);
  box-sizing:border-box;
}

@media(max-width:768px){
  .pickme-overlay{
    padding:12px;
  }
  .worker-profile-modal,
  .booking-body{
    grid-template-columns:1fr;
    gap:18px;
    padding:16px;
  }
  .worker-profile-modal,
  .booking-planner{
    width:100%;
    max-width:500px;
    max-height:92vh;
    overflow-y:auto;
    border-radius:20px;
  }
}

@media(max-width:420px){
  .pickme-overlay{
    padding:8px;
  }
  .booking-planner{
    border-radius:16px;
    max-height:95vh;
  }
  .booking-head{
    padding:14px 16px 10px;
  }
  .booking-body{
    padding:12px;
    gap:12px;
  }
  .calendar-weekdays,
  .calendar-grid{
    gap:3px;
  }
  .calendar-grid button,
  .calendar-empty{
    height:34px;
    font-size:11px;
  }
  .booking-times{
    grid-template-columns:repeat(3,1fr);
    gap:5px;
  }
  .booking-times button{
    padding:6px 2px;
    font-size:11px;
  }
}

/* ===== booking time picker ===== */

.booking-time-section{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.booking-time-section > strong{
  font-size:10px;
}

.booking-time-section > small{
  color:#88837b;
}

.booking-times{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}

.booking-times button{
  min-height:43px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #ddd8ce;
  border-radius:10px;
  background:#faf8f3;
  color:#173f3b;
  font-weight:800;
  cursor:pointer;
}

.booking-times button.selected{
  border-color:#174c43;
  background:#174c43;
  color:white;
}

.booking-times button.busy{
  background:#f1eded;
  color:#a08f91;
  cursor:not-allowed;
}

.booking-times button small{
  font-size:7px;
  font-weight:700;
}

.calendar-grid button{
  position:relative;
}

.calendar-grid button:disabled{
  opacity:.25;
  cursor:not-allowed;
}

.calendar-busy-dot{
  width:5px;
  height:5px;
  position:absolute;
  right:4px;
  bottom:4px;
  border-radius:50%;
  background:#cf5360;
}


/* ===== Salon booking dashboard ===== */

.booking-dashboard{
  min-height:100vh;
  padding:32px;
  box-sizing:border-box;
  background:#f6f3ea;
  color:#173f3b;
}

.booking-dashboard-header{
  width:min(1180px,100%);
  margin:auto;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}

.booking-dashboard-header a{
  display:block;
  margin-bottom:22px;
  color:#174c43;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}

.booking-dashboard-header > div:first-child > span{
  color:#b58a3e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.booking-dashboard-header h1{
  margin:5px 0 2px;
  font-size:38px;
}

.booking-dashboard-header p{
  margin:0;
  color:#77756e;
}

.booking-dashboard-stats{
  display:flex;
  gap:9px;
}

.booking-dashboard-stats > div{
  min-width:90px;
  padding:14px;
  display:flex;
  flex-direction:column;
  border:1px solid #e3ded3;
  border-radius:16px;
  background:white;
}

.booking-dashboard-stats strong{
  font-size:25px;
}

.booking-dashboard-stats span{
  color:#7b7a73;
  font-size:9px;
}

.booking-dashboard-grid{
  width:min(1180px,100%);
  margin:24px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.booking-dashboard-panel{
  min-height:500px;
  padding:22px;
  border:1px solid #e4dfd4;
  border-radius:24px;
  background:white;
  box-shadow:0 16px 45px rgba(26,46,40,.06);
}

.dashboard-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:18px;
}

.dashboard-panel-head small{
  color:#b58a3e;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}

.dashboard-panel-head h2{
  margin:4px 0 0;
}

.dashboard-panel-head > span{
  min-width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f2eee5;
  font-size:10px;
  font-weight:900;
}

.booking-request-list,
.confirmed-booking-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.booking-request-card{
  display:grid;
  grid-template-columns:100px 1fr auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid #ebe6dd;
  border-radius:15px;
  background:#faf8f3;
}

.booking-request-date{
  display:flex;
  flex-direction:column;
}

.booking-request-date strong{
  font-size:20px;
}

.booking-request-date span{
  margin-top:3px;
  color:#77766f;
  font-size:9px;
}

.booking-request-info h3{
  margin:0;
  font-size:15px;
}

.booking-request-info p{
  margin:3px 0;
  font-size:11px;
}

.booking-request-info small{
  color:#9b7838;
  font-weight:800;
}

.booking-request-actions{
  display:flex;
  gap:6px;
}

.booking-request-actions button{
  padding:8px 10px;
  border:0;
  border-radius:9px;
  font-size:9px;
  font-weight:800;
  cursor:pointer;
}

.booking-request-actions .confirm{
  background:#174c43;
  color:white;
}

.booking-request-actions .reject{
  background:#f2e7e7;
  color:#9f4c55;
}

.confirmed-booking-list article{
  display:grid;
  grid-template-columns:1.1fr 1fr auto auto;
  align-items:center;
  gap:10px;
  padding:13px 0;
  border-bottom:1px solid #eee9e0;
}

.confirmed-booking-list article > div{
  display:flex;
  flex-direction:column;
}

.confirmed-booking-list strong{
  font-size:11px;
}

.confirmed-booking-list span{
  margin-top:2px;
  font-size:9px;
}

.confirmed-badge{
  padding:5px 7px;
  border-radius:999px;
  background:#e5f2e8;
  color:#39754f;
  font-weight:800;
}

.confirmed-booking-list button{
  padding:6px 8px;
  border:0;
  border-radius:8px;
  background:#f2eeee;
  color:#925159;
  font-size:8px;
  font-weight:800;
  cursor:pointer;
}

.booking-empty{
  padding:45px 20px;
  border:1px dashed #ddd7cc;
  border-radius:16px;
  color:#88847a;
  text-align:center;
  font-size:11px;
}

@media(max-width:850px){
  .booking-dashboard-grid{
    grid-template-columns:1fr;
  }

  .booking-dashboard-header{
    align-items:flex-start;
    flex-direction:column;
  }

  .booking-request-card{
    grid-template-columns:1fr;
  }
}


/* ===== booking time picker ===== */

.booking-time-section{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.booking-time-section > strong{
  font-size:10px;
}

.booking-time-section > small{
  color:#88837b;
}

.booking-times{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}

.booking-times button{
  min-height:43px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #ddd8ce;
  border-radius:10px;
  background:#faf8f3;
  color:#173f3b;
  font-weight:800;
  cursor:pointer;
}

.booking-times button.selected{
  border-color:#174c43;
  background:#174c43;
  color:white;
}

.booking-times button.busy{
  background:#f1eded;
  color:#a08f91;
  cursor:not-allowed;
}

.booking-times button small{
  font-size:7px;
  font-weight:700;
}

.calendar-grid button{
  position:relative;
}

.calendar-grid button:disabled{
  opacity:.25;
  cursor:not-allowed;
}

.calendar-busy-dot{
  width:5px;
  height:5px;
  position:absolute;
  right:4px;
  bottom:4px;
  border-radius:50%;
  background:#cf5360;
}


/* ===== Salon booking dashboard ===== */

.booking-dashboard{
  min-height:100vh;
  padding:32px;
  box-sizing:border-box;
  background:#f6f3ea;
  color:#173f3b;
}

.booking-dashboard-header{
  width:min(1180px,100%);
  margin:auto;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}

.booking-dashboard-header a{
  display:block;
  margin-bottom:22px;
  color:#174c43;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}

.booking-dashboard-header > div:first-child > span{
  color:#b58a3e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.booking-dashboard-header h1{
  margin:5px 0 2px;
  font-size:38px;
}

.booking-dashboard-header p{
  margin:0;
  color:#77756e;
}

.booking-dashboard-stats{
  display:flex;
  gap:9px;
}

.booking-dashboard-stats > div{
  min-width:90px;
  padding:14px;
  display:flex;
  flex-direction:column;
  border:1px solid #e3ded3;
  border-radius:16px;
  background:white;
}

.booking-dashboard-stats strong{
  font-size:25px;
}

.booking-dashboard-stats span{
  color:#7b7a73;
  font-size:9px;
}

.booking-dashboard-grid{
  width:min(1180px,100%);
  margin:24px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.booking-dashboard-panel{
  min-height:500px;
  padding:22px;
  border:1px solid #e4dfd4;
  border-radius:24px;
  background:white;
  box-shadow:0 16px 45px rgba(26,46,40,.06);
}

.dashboard-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:18px;
}

.dashboard-panel-head small{
  color:#b58a3e;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}

.dashboard-panel-head h2{
  margin:4px 0 0;
}

.dashboard-panel-head > span{
  min-width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f2eee5;
  font-size:10px;
  font-weight:900;
}

.booking-request-list,
.confirmed-booking-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.booking-request-card{
  display:grid;
  grid-template-columns:100px 1fr auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid #ebe6dd;
  border-radius:15px;
  background:#faf8f3;
}

.booking-request-date{
  display:flex;
  flex-direction:column;
}

.booking-request-date strong{
  font-size:20px;
}

.booking-request-date span{
  margin-top:3px;
  color:#77766f;
  font-size:9px;
}

.booking-request-info h3{
  margin:0;
  font-size:15px;
}

.booking-request-info p{
  margin:3px 0;
  font-size:11px;
}

.booking-request-info small{
  color:#9b7838;
  font-weight:800;
}

.booking-request-actions{
  display:flex;
  gap:6px;
}

.booking-request-actions button{
  padding:8px 10px;
  border:0;
  border-radius:9px;
  font-size:9px;
  font-weight:800;
  cursor:pointer;
}

.booking-request-actions .confirm{
  background:#174c43;
  color:white;
}

.booking-request-actions .reject{
  background:#f2e7e7;
  color:#9f4c55;
}

.confirmed-booking-list article{
  display:grid;
  grid-template-columns:1.1fr 1fr auto auto;
  align-items:center;
  gap:10px;
  padding:13px 0;
  border-bottom:1px solid #eee9e0;
}

.confirmed-booking-list article > div{
  display:flex;
  flex-direction:column;
}

.confirmed-booking-list strong{
  font-size:11px;
}

.confirmed-booking-list span{
  margin-top:2px;
  font-size:9px;
}

.confirmed-badge{
  padding:5px 7px;
  border-radius:999px;
  background:#e5f2e8;
  color:#39754f;
  font-weight:800;
}

.confirmed-booking-list button{
  padding:6px 8px;
  border:0;
  border-radius:8px;
  background:#f2eeee;
  color:#925159;
  font-size:8px;
  font-weight:800;
  cursor:pointer;
}

.booking-empty{
  padding:45px 20px;
  border:1px dashed #ddd7cc;
  border-radius:16px;
  color:#88847a;
  text-align:center;
  font-size:11px;
}

@media(max-width:850px){
  .booking-dashboard-grid{
    grid-template-columns:1fr;
  }

  .booking-dashboard-header{
    align-items:flex-start;
    flex-direction:column;
  }

  .booking-request-card{
    grid-template-columns:1fr;
  }
}


/* ===== PickMe WhatsApp booking confirmation ===== */

.confirm-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  box-sizing:border-box;
  background:#f6f3ea;
  color:#173f3b;
}

.confirm-card{
  width:min(560px,94vw);
  padding:34px;
  box-sizing:border-box;
  border:1px solid #e3ddd1;
  border-radius:28px;
  background:white;
  box-shadow:0 25px 80px rgba(25,45,40,.12);
}

.confirm-brand{
  margin-bottom:28px;
  font-size:28px;
  font-weight:900;
}

.confirm-eyebrow{
  color:#b58a3e;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.confirm-card h1{
  margin:6px 0 4px;
  font-size:32px;
}

.confirm-salon{
  margin:0;
  color:#757870;
}

.confirm-details{
  margin-top:25px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}

.confirm-details > div{
  min-height:64px;
  padding:12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:13px;
  background:#f7f4ec;
}

.confirm-details small{
  color:#9b7b43;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}

.confirm-details strong{
  margin-top:4px;
  font-size:12px;
  line-height:1.3;
}

.confirm-actions{
  margin-top:22px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}

.confirm-actions button{
  min-height:46px;
  border:0;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
}

.confirm-reject{
  background:#f2e7e7;
  color:#9c4e56;
}

.confirm-accept{
  background:#174c43;
  color:white;
}

.confirm-result{
  margin-top:22px;
  padding:15px;
  border-radius:13px;
  font-size:11px;
  font-weight:800;
  line-height:1.4;
}

.confirm-result.success{
  background:#e8f4eb;
  color:#34744c;
}

.confirm-result.rejected{
  background:#f5e8e8;
  color:#995058;
}

.confirm-back{
  margin-top:18px;
  display:block;
  color:#174c43;
  text-align:center;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
}

@media(max-width:550px){
  .confirm-details{
    grid-template-columns:1fr;
  }
}

/* ===== Salon-level Hausbesuch feature ===== */

.salon-feature-row{
  margin-top:9px;
  display:flex;
  align-items:center;
  gap:7px;
}

.home-service-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 9px;
  border-radius:999px;
  background:#fff1d4;
  color:#8c6725;
  font-size:10px;
  font-weight:800;
}


/* ===== Salon-level Hausbesuch feature ===== */

.salon-feature-row{
  margin-top:9px;
  display:flex;
  align-items:center;
  gap:7px;
}

.home-service-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 9px;
  border-radius:999px;
  background:#fff1d4;
  color:#8c6725;
  font-size:10px;
  font-weight:800;
}


/* =======================================================
   PICKME SALON GALLERY
   ======================================================= */

.salon-gallery{
  position:relative;
  padding:0 !important;
  display:block !important;
  overflow:hidden;
  background:#d8d0bf;
}

.salon-gallery-main{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:
    transform .35s ease;
}

.salon-gallery:hover
.salon-gallery-main{
  transform:scale(1.015);
}


.salon-gallery-empty{
  display:grid !important;
  place-items:center;
  background:
    linear-gradient(
      145deg,
      #cfc5ad,
      #98988f
    );
}

.salon-gallery-empty > div{
  display:flex;
  flex-direction:column;
  align-items:center;
  color:white;
}

.salon-gallery-empty strong{
  font-size:20px;
}

.salon-gallery-empty span{
  margin-top:4px;
  font-size:9px;
  opacity:.7;
}


.salon-gallery-thumbs{
  position:absolute;
  left:10px;
  bottom:10px;

  display:flex;
  gap:5px;

  padding:5px;

  border-radius:12px;

  background:
    rgba(255,255,255,.88);

  backdrop-filter:blur(10px);
}


.salon-gallery-thumbs button{
  width:35px;
  height:35px;

  padding:0;

  overflow:hidden;

  border:2px solid transparent;
  border-radius:8px;

  background:#eee;

  cursor:pointer;
}


.salon-gallery-thumbs button.active{
  border-color:#b58a3e;
}


.salon-gallery-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
}


.salon-gallery-all{
  position:absolute;
  right:10px;
  bottom:10px;

  padding:8px 10px;

  border:0;
  border-radius:10px;

  background:
    rgba(20,55,51,.88);

  color:white;

  font-size:9px;
  font-weight:800;

  backdrop-filter:blur(10px);

  cursor:pointer;
}


/* ===== Full photo gallery ===== */

.salon-gallery-modal{
  width:min(
    960px,
    94vw
  );

  max-height:86vh;

  overflow:hidden;

  border-radius:26px;

  background:white;

  box-shadow:
    0 35px 110px
    rgba(0,0,0,.28);
}


.salon-gallery-modal-head{
  padding:18px 22px;

  display:flex;
  justify-content:space-between;
  align-items:flex-start;

  border-bottom:
    1px solid #ebe5da;
}


.salon-gallery-modal-head small{
  color:#b58a3e;

  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}


.salon-gallery-modal-head h2{
  margin:3px 0 0;
}


.salon-gallery-modal-head button{
  width:34px;
  height:34px;

  padding:0;

  border:0;
  border-radius:50%;

  background:#f1eee7;

  color:#173f3b;

  font-size:22px;

  cursor:pointer;
}


.salon-gallery-grid{
  max-height:
    calc(86vh - 76px);

  padding:14px;

  overflow:auto;

  display:grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap:10px;
}


.salon-gallery-grid button{
  height:220px;

  padding:0;

  overflow:hidden;

  border:0;
  border-radius:15px;

  background:#eee;

  cursor:pointer;
}


.salon-gallery-grid img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  transition:
    transform .2s ease;
}


.salon-gallery-grid button:hover img{
  transform:scale(1.03);
}


@media(max-width:700px){

  .salon-gallery-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .salon-gallery-grid button{
    height:160px;
  }
}


/* ===== Demo gallery visual polish ===== */

.salon-gallery{
  position:relative;
  padding:0 !important;
  overflow:hidden;
  background:#d8cfbd;
}

.salon-gallery-main{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.salon-gallery-thumbs{
  position:absolute;
  left:10px;
  bottom:10px;
  display:flex;
  gap:5px;
  padding:5px;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
}

.salon-gallery-thumbs button{
  width:38px;
  height:38px;
  padding:0;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:8px;
  background:white;
  cursor:pointer;
}

.salon-gallery-thumbs button.active{
  border-color:#b58a3e;
}

.salon-gallery-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.salon-gallery-all{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:8px 10px;
  border:0;
  border-radius:10px;
  background:rgba(23,63,59,.9);
  color:white;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}

.salon-gallery-modal{
  width:min(900px,94vw);
  max-height:84vh;
  overflow:hidden;
  border-radius:25px;
  background:white;
}

.salon-gallery-modal-head{
  padding:17px 20px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  border-bottom:1px solid #ebe6dd;
}

.salon-gallery-modal-head small{
  color:#b58a3e;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}

.salon-gallery-modal-head h2{
  margin:3px 0 0;
}

.salon-gallery-modal-head button{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  font-size:21px;
  cursor:pointer;
}

.salon-gallery-grid{
  max-height:calc(84vh - 70px);
  padding:12px;
  overflow:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}

.salon-gallery-grid button{
  height:190px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:14px;
  cursor:pointer;
}

.salon-gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* ===== Demo gallery visual polish ===== */

.salon-gallery{
  position:relative;
  padding:0 !important;
  overflow:hidden;
  background:#d8cfbd;
}

.salon-gallery-main{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.salon-gallery-thumbs{
  position:absolute;
  left:10px;
  bottom:10px;
  display:flex;
  gap:5px;
  padding:5px;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
}

.salon-gallery-thumbs button{
  width:38px;
  height:38px;
  padding:0;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:8px;
  background:white;
  cursor:pointer;
}

.salon-gallery-thumbs button.active{
  border-color:#b58a3e;
}

.salon-gallery-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.salon-gallery-all{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:8px 10px;
  border:0;
  border-radius:10px;
  background:rgba(23,63,59,.9);
  color:white;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}

.salon-gallery-modal{
  width:min(900px,94vw);
  max-height:84vh;
  overflow:hidden;
  border-radius:25px;
  background:white;
}

.salon-gallery-modal-head{
  padding:17px 20px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  border-bottom:1px solid #ebe6dd;
}

.salon-gallery-modal-head small{
  color:#b58a3e;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}

.salon-gallery-modal-head h2{
  margin:3px 0 0;
}

.salon-gallery-modal-head button{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:#f1eee7;
  font-size:21px;
  cursor:pointer;
}

.salon-gallery-grid{
  max-height:calc(84vh - 70px);
  padding:12px;
  overflow:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}

.salon-gallery-grid button{
  height:190px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:14px;
  cursor:pointer;
}

.salon-gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* ===== Salon Maria living demo staff ===== */

.worker-demo-photo{
  height:72px !important;
  background:#e8e1d5 !important;
}

.worker-demo-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 25%;
}

.live-staff-card{
  overflow:hidden;
}

.worker-profile-photo{
  overflow:hidden;
  background:#e8e1d5;
}

.worker-profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
}


/* ===== More photographic Salon Maria gallery ===== */

.salon-gallery{
  background:#d8d0c0 !important;
}

.salon-gallery-main{
  filter:
    saturate(.94)
    contrast(1.02);
}

.salon-gallery::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  background:
    linear-gradient(
      to top,
      rgba(18,45,40,.16),
      transparent 35%
    );
}

.salon-gallery-thumbs,
.salon-gallery-all{
  z-index:2;
}



/* PickMe public footer safety */
.pm-public-footer {
  font-family: inherit;
}

/* ==========================================================================
   PICKME BOOKING PLANNER — 100% BULLETPROOF ADAPTIVE RESPONSIVE SYSTEM
   Self-healing layout for Desktops, Tablets, and all Mobile Phones
   ========================================================================== */

.pickme-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(20, 26, 24, 0.65);
  backdrop-filter: blur(6px);
  z-index: 10000 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center;
  padding: clamp(10px, 2.5vh, 28px) clamp(8px, 2vw, 20px);
  overflow-y: auto !important;
  box-sizing: border-box;
}

.booking-planner {
  width: 100%;
  max-width: min(840px, calc(100vw - 16px));
  max-height: calc(100dvh - 24px);
  background: #fbf8f2;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #e2d9ca;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #303735;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}


/* Header */
.booking-head {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e2d9ca;
  background: #f5f0e6;
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
}

.pm-planner-brand {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.booking-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(20px, 3vw, 24px);
  color: #123f39;
  line-height: 1.15;
}

.booking-head small {
  display: block;
  font-size: 13px;
  color: #777b75;
  margin-top: 2px;
}

.pm-planner-close {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  border: 1.5px solid #123f39;
  background: #ece5d8;
  color: #123f39 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(18, 63, 57, 0.12);
  transition: all 0.15s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.pm-planner-close svg {
  stroke: #123f39 !important;
  stroke-width: 2.8px !important;
  display: block !important;
}

.pm-planner-close:hover {
  background: #dfd7c8;
  transform: scale(1.08);
}

/* Body */
.booking-body {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  background: #fbf8f2;
  box-sizing: border-box;
}


/* Calendar Section */
.booking-calendar {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.calendar-head strong {
  font-size: 16px;
  font-weight: 700;
  color: #303735;
  text-transform: capitalize;
}

.calendar-head button {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dfd6c7;
  background: #f7f3eb;
  color: #123f39;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: all 0.15s ease;
}

.calendar-head button:hover {
  background: #ede6d8;
  border-color: #123f39;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
}

.calendar-weekdays span {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #777b75;
  text-transform: uppercase;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.calendar-grid button,
.calendar-empty {
  height: 38px;
  border-radius: 8px;
  box-sizing: border-box;
}

.calendar-empty {
  visibility: hidden;
}

.calendar-grid button {
  border: 1px solid #e2d9ca;
  background: #f7f3eb;
  color: #303735;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease;
  padding: 0;
  display: grid;
  place-content: center;
}

.calendar-grid button:hover:not(:disabled) {
  border-color: #123f39;
  background: #ede6d8;
}

.calendar-grid button:disabled {
  color: #c4c1b9;
  background: #f3ede2;
  border-color: #ebe4d8;
  cursor: not-allowed;
  opacity: 0.6;
}

.calendar-grid button.selected {
  background: #123f39 !important;
  color: #ffffff !important;
  border-color: #123f39 !important;
}

.calendar-busy-dot {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c62828;
}

/* Options Section */
.booking-options {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.booking-options label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #303735;
}

.booking-options select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d4cdc2;
  border-radius: 8px;
  background: #fffdf9;
  color: #303735;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

.booking-time-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.booking-time-section strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #303735;
}

.booking-time-section small {
  font-size: 12px;
  color: #777b75;
}

.booking-times {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 6px;
  max-height: 120px;
  overflow-y: auto;
  padding-right: 2px;
}

.booking-times button {
  height: 36px;
  border: 1px solid #d4cdc2;
  border-radius: 8px;
  background: #fffdf9;
  color: #303735;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.booking-times button:hover:not(:disabled) {
  border-color: #123f39;
  background: #f6f3ed;
}

.booking-times button.selected {
  background: #123f39;
  color: #ffffff;
  border-color: #123f39;
}

.booking-times button.busy,
.booking-times button:disabled {
  background: #faf8f4;
  color: #c4c1b9;
  cursor: not-allowed;
  border-color: #eee9e0;
}

.booking-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.booking-mode button {
  height: 40px;
  border: 1px solid #d4cdc2;
  border-radius: 8px;
  background: #fffdf9;
  color: #303735;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.booking-mode button.active {
  background: #123f39;
  color: #ffffff;
  border-color: #123f39;
}

.booking-whatsapp {
  width: 100%;
  min-height: 46px;
  border-radius: 10px;
  border: none;
  background: #123f39;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.25;
  transition: all 0.15s ease;
}

.booking-whatsapp:hover:not(:disabled) {
  background: #0c2b27;
}

.booking-whatsapp:disabled {
  background: #cfd4d0;
  color: #8c948e;
  cursor: not-allowed;
}

.booking-note {
  font-size: 11px;
  color: #777b75;
  line-height: 1.4;
  margin: 0;
}

/* ==========================================================================
   AUTO-ADAPTING BREAKPOINT (≤ 840px: TABLETS & MOBILE PHONES)
   ========================================================================== */
@media (max-width: 840px) {
  .booking-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px;
  }

  .booking-planner {
    border-radius: 16px;
    max-height: calc(100dvh - 20px);
  }

  .booking-head {
    padding: 14px 16px;
  }

  .booking-head h2 {
    font-size: 19px;
  }

  .booking-times {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    max-height: 110px;
  }
}
/* ==========================================================================
   PICKME HOMEPAGE — MODERN RESPONSIVE DESIGN SYSTEM
   Mobile-First & Desktop High-Definition Aesthetics
   ========================================================================== */

:root {
  --pm-font-serif: Georgia, "Times New Roman", serif;
  --pm-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  
  --pm-ink: #303735;
  --pm-muted: #777b75;
  --pm-surface: #fffdf9;
  --pm-bg: #f6f3ed;
  --pm-bg-soft: #faf8f4;
  --pm-border: #e4ded4;
  
  --pm-accent-dark: #657260;
  --pm-accent-soft: #e8ede5;
  --pm-accent-border: #7b8875;
  
  --pm-free-text: #1b5e20;
  --pm-free-bg: #e8f5e9;
  --pm-free-border: #2e7d32;
  
  --pm-busy-text: #b71c1c;
  --pm-busy-bg: #ffebee;
  --pm-busy-border: #c62828;
}

/* ─── Root & Container ─────────────────────────────────────────────────── */
html.pm-home-scroll-root,
body.pm-home-scroll,
html,
body,
#root,
.pickme-app-frame {
  min-height: 100%;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.pm-catalog {
  min-height: 100vh;
  height: auto !important;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 60% 0%, rgba(232,237,229,.45), transparent 35%), var(--pm-bg, #f6f3ed);
  color: var(--pm-ink, #303735);
  font-family: var(--pm-font-sans);
  overflow-x: hidden;
  overflow-y: visible !important;
}


/* ─── Header ───────────────────────────────────────────────────────────── */
.pm-catalog-header {
  height: 68px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 253, 249, 0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  position: sticky;
  top: 0;
  z-index: 200;
  overflow: visible;
}

.pm-catalog-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

/* Desktop nav — visible ≥768px */
.pm-catalog-nav-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pm-catalog-nav-desktop a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  color: #454d49;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.15s ease;
}

.pm-catalog-nav-desktop a:hover {
  color: var(--pm-ink, #303735);
  background: var(--pm-accent-soft, #e8ede5);
}

.pm-catalog-nav-desktop a.active {
  color: var(--pm-ink, #303735);
  font-weight: 700;
}

/* Hamburger button — hidden on desktop */
.pm-catalog-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 10px;
  color: var(--pm-ink, #303735);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.15s;
}

.pm-catalog-hamburger:hover {
  background: var(--pm-accent-soft, #e8ede5);
}

/* Mobile overlay menu */
.pm-catalog-mobile-menu {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  background: rgba(255, 253, 249, 0.99);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  z-index: 199;
  padding: 12px 0 16px;
}

.pm-catalog-mobile-menu nav {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 2px;
}

.pm-catalog-mobile-menu nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  color: var(--pm-ink, #303735);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  transition: background 0.13s;
}

.pm-catalog-mobile-menu nav a:hover {
  background: var(--pm-accent-soft, #e8ede5);
}

.pm-catalog-mobile-lang {
  margin-top: 10px;
  padding: 0 14px;
}

/* ─── Mobile responsive (≤767px) ─── */
@media (max-width: 767px) {
  .pm-catalog-nav-desktop {
    display: none;
  }

  .pm-catalog-hamburger {
    display: flex;
  }

  .pm-catalog-mobile-menu {
    display: block;
  }
}


/* ─── Main Content ─────────────────────────────────────────────────────── */
.pm-catalog-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 20px 60px;
  box-sizing: border-box;
  flex: 1;
}

/* ─── Title & Hero ─────────────────────────────────────────────────────── */
.pm-catalog-title {
  margin-bottom: 28px;
}

.pm-catalog-title-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}

.pm-catalog-title-copy {
  flex: 1;
  min-width: 280px;
}

.pm-catalog-title h1 {
  margin: 0 0 10px;
  font-family: var(--pm-font-serif);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  color: var(--pm-ink, #303735);
  letter-spacing: -0.02em;
}

.pm-catalog-title p {
  margin: 0 0 16px;
  color: var(--pm-muted, #777b75);
  font-size: 15px;
  line-height: 1.45;
  max-width: 620px;
}

.pm-catalog-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 999px;
  font-size: 13px;
  color: var(--pm-ink, #303735);
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  flex-wrap: wrap;
}

.pm-catalog-location button {
  background: none;
  border: none;
  color: var(--pm-accent-dark, #657260);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
}

.pm-catalog-location button:hover {
  text-decoration: underline;
}

.pm-osm-attribution {
  font-size: 11px;
  color: #999c96;
  margin-left: 4px;
}

.pm-catalog-add-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
  max-width: 440px;
}

.pm-catalog-add-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  display: grid;
  place-content: center;
  flex-shrink: 0;
}

.pm-catalog-add-copy strong {
  display: block;
  font-size: 14px;
  color: var(--pm-ink, #303735);
  margin-bottom: 2px;
}

.pm-catalog-add-copy p {
  margin: 0;
  font-size: 12px;
  color: var(--pm-muted, #777b75);
  line-height: 1.35;
}

.pm-catalog-add-main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
}

.pm-catalog-add-main:hover {
  background: #4f5a4b;
}

/* ─── Catalog List & Cards ─────────────────────────────────────────────── */
.pm-catalog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pm-catalog-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 340px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(48,55,53,0.03);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.pm-catalog-row:hover {
  border-color: var(--pm-accent-border, #7b8875);
  box-shadow: 0 8px 24px rgba(48,55,53,0.06);
}

.pm-catalog-row.is-partner {
  border-left: 4px solid var(--pm-accent-dark, #657260);
}

/* Photo Area */
.pm-catalog-photo {
  position: relative;
  background: #e8e3d8;
  min-height: 200px;
}

.pm-catalog-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pm-catalog-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #f4f0e8, #ebe5d8);
  color: var(--pm-muted, #777b75);
}

.pm-catalog-placeholder-logo {
  opacity: 0.65;
}

.pm-catalog-photo-placeholder small {
  font-size: 11px;
  font-weight: 600;
}

.pm-partner-label {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 9px;
  background: rgba(18, 63, 57, 0.92);
  color: #ffffff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  backdrop-filter: blur(4px);
}

.pm-catalog-heart {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid var(--pm-border, #e4ded4);
  display: grid;
  place-content: center;
  color: var(--pm-muted, #777b75);
  cursor: pointer;
  transition: all 0.15s ease;
}

.pm-catalog-heart:hover {
  color: #c62828;
  background: #ffffff;
}

/* Info Column */
.pm-catalog-info {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.pm-catalog-name-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.pm-catalog-name-line h2 {
  margin: 0 0 4px;
  font-family: var(--pm-font-serif);
  font-size: 22px;
  color: var(--pm-ink, #303735);
  line-height: 1.2;
}

.pm-catalog-name-line small {
  display: block;
  font-size: 12px;
  color: var(--pm-muted, #777b75);
  font-weight: 500;
}

.pm-catalog-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.pm-catalog-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d97706;
  font-size: 13px;
}

.pm-catalog-rating strong {
  font-weight: 700;
  color: var(--pm-ink, #303735);
}

.pm-catalog-rating span {
  color: var(--pm-muted, #777b75);
}

.pm-catalog-no-rating {
  font-size: 12px;
  color: var(--pm-muted, #777b75);
}

.pm-catalog-description {
  margin: 0;
  font-size: 13px;
  color: var(--pm-ink, #303735);
  line-height: 1.45;
}

.pm-catalog-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pm-catalog-tags span {
  padding: 3px 9px;
  background: var(--pm-bg-soft, #faf8f4);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 6px;
  font-size: 11px;
  color: var(--pm-ink, #303735);
  font-weight: 500;
}

.pm-catalog-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: var(--pm-muted, #777b75);
}

.pm-catalog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pm-catalog-distance {
  color: var(--pm-accent-dark, #657260) !important;
  font-weight: 700;
}

.pm-catalog-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.pm-catalog-whatsapp {
  flex: 1;
  height: 38px;
  padding: 0 14px;
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.15s ease;
}

.pm-catalog-whatsapp:hover {
  background: #4f5a4b;
}

.pm-catalog-more {
  height: 38px;
  padding: 0 16px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  color: var(--pm-ink, #303735);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.pm-catalog-more:hover {
  background: var(--pm-bg-soft, #faf8f4);
}

/* ─── Right Column: Live Status ─────────────────────────────────────────── */
.pm-catalog-live {
  background: linear-gradient(145deg, rgba(232,237,229,.4), rgba(255,253,249,.95));
  padding: 20px;
  border-left: 1px solid var(--pm-border, #e4ded4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.pm-catalog-live-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pm-catalog-live-head small {
  font-size: 10px;
  font-weight: 800;
  color: var(--pm-accent-dark, #657260);
  letter-spacing: 0.08em;
}

.pm-catalog-live-head h3 {
  margin: 2px 0 0;
  font-family: var(--pm-font-serif);
  font-size: 17px;
  color: var(--pm-ink, #303735);
}

.pm-catalog-live-head > span {
  font-size: 12px;
  font-weight: 700;
  color: #2e7d32;
}

.pm-catalog-workers {
  display: grid;
  gap: 8px;
}

.pm-catalog-worker {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 10px;
}

.pm-catalog-worker img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.pm-catalog-worker > div {
  flex: 1;
  min-width: 0;
}

.pm-catalog-worker strong {
  display: block;
  font-size: 13px;
  color: var(--pm-ink, #303735);
}

.pm-catalog-worker small {
  font-size: 11px;
  color: var(--pm-muted, #777b75);
}

.status-free {
  padding: 3px 8px;
  background: var(--pm-free-bg);
  color: var(--pm-free-text);
  border: 1px solid var(--pm-free-border);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.status-busy {
  padding: 3px 8px;
  background: var(--pm-busy-bg);
  color: var(--pm-busy-text);
  border: 1px solid var(--pm-busy-border);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.status-pause {
  padding: 3px 8px;
  background: #fffde7;
  color: #f57f17;
  border: 1px solid #fbc02d;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.pm-catalog-live-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  border-top: 1px solid var(--pm-border, #e4ded4);
  padding-top: 10px;
}

.pm-catalog-live-bottom small {
  display: block;
  font-size: 10px;
  color: var(--pm-muted, #777b75);
}

.pm-catalog-live-bottom strong {
  font-size: 12px;
  color: var(--pm-ink, #303735);
}

.pm-catalog-wait {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--pm-muted, #777b75);
  font-weight: 600;
}

.pm-catalog-claim {
  background: var(--pm-bg-soft, #faf8f4);
  padding: 20px 22px;
  border-left: 1px solid var(--pm-border, #e4ded4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.pm-catalog-claim small {
  font-size: 10px;
  font-weight: 800;
  color: #92400e;
  letter-spacing: 0.08em;
}

.pm-catalog-claim h3 {
  margin: 0;
  font-family: var(--pm-font-serif);
  font-size: 19px;
  color: var(--pm-ink, #303735);
}

.pm-claim-subtitle {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #454d49;
  line-height: 1.35;
}

.pm-claim-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pm-claim-benefits li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #303735;
  font-weight: 500;
  line-height: 1.3;
}

.pm-claim-benefits li svg {
  flex-shrink: 0;
}

.pm-catalog-claim a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease;
  margin-top: 2px;
}

.pm-catalog-claim a:hover {
  background: #4f5a4b;
}


/* ─── Footer ───────────────────────────────────────────────────────────── */
.pm-catalog-footer {
  margin-top: auto;
  border-top: 1px solid var(--pm-border, #e4ded4);
  background: var(--pm-surface, #fffdf9);
  padding: 24px 20px;
}

.pm-catalog-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--pm-muted, #777b75);
}

.pm-catalog-footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.pm-catalog-footer-links a {
  color: var(--pm-muted, #777b75);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.15s ease;
}

.pm-catalog-footer-links a:hover {
  color: var(--pm-ink, #303735);
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (TABLETS & PHONES)
   ========================================================================== */

@media (max-width: 991px) {
  .pm-catalog-row {
    grid-template-columns: 240px 1fr;
  }
  .pm-catalog-live,
  .pm-catalog-claim {
    grid-column: 1 / -1;
    border-left: none;
    border-top: 1px solid var(--pm-border, #e4ded4);
  }
}

@media (max-width: 767px) {
  .pm-catalog-header {
    height: 60px;
    padding: 0 16px;
  }
  
  .pm-catalog-header nav {
    gap: 10px;
  }
  
  .pm-catalog-header nav a span {
    display: none;
  }

  .pm-catalog-main {
    padding: 20px 14px 40px;
  }

  .pm-catalog-title h1 {
    font-size: 28px;
  }

  .pm-catalog-title p {
    font-size: 13px;
  }

  .pm-catalog-add-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .pm-catalog-row {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .pm-catalog-photo {
    min-height: 180px;
    max-height: 220px;
  }

  .pm-catalog-info {
    padding: 16px;
  }

  .pm-catalog-name-line h2 {
    font-size: 19px;
  }

  .pm-catalog-actions {
    flex-direction: column;
  }

  .pm-catalog-whatsapp,
  .pm-catalog-more {
    width: 100%;
    height: 42px;
    font-size: 13px;
  }

  .pm-catalog-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}
html.pm-fixed-master-root,
body.pm-fixed-master-body {
  height: 100%;
  overflow: hidden !important;
}


body.pm-fixed-master-body #root {
  height: 100%;
  overflow: hidden !important;
}


.pm-hs {
  height:
    calc(
      100vh - 28px
    );

  min-height: 0;

  background: #f6f3ed;
  color: #303735;

  overflow: hidden;
}


/* HEADER */

.pm-hs-header {
  height: 56px;

  display: grid;

  grid-template-columns:
    minmax(170px,1fr)
    auto
    minmax(170px,1fr);

  align-items: center;

  padding:
    0 56px;

  border-bottom:
    1px solid #e4ded4;

  background:
    rgba(
      255,
      253,
      249,
      .96
    );
}


.pm-hs-logo {
  justify-self: start;

  display: flex;
}


.pm-hs-header nav {
  display: flex;
  gap: 28px;

  align-items: center;
}


.pm-hs-header nav a {
  height: 56px;

  display: inline-flex;
  align-items: center;
  gap: 5px;

  border-bottom:
    2px solid transparent;

  color: #4d5551;

  text-decoration: none;

  font-size: 11px;
  font-weight: 650;
}


.pm-hs-header nav a.active {
  border-bottom-color:
    #7b8875;

  color: #303735;
}


/* MAIN */

.pm-hs-main {
  width:
    min(
      1240px,
      calc(100% - 40px)
    );

  height:
    calc(
      100% - 56px
    );

  margin:
    0 auto;

  padding:
    16px 0;

  box-sizing:
    border-box;

  display: grid;

  grid-template-rows:
    auto
    minmax(0,1fr)
    58px;

  gap: 11px;

  overflow: hidden;
}


/* INTRO */

.pm-hs-intro {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    345px;

  gap: 25px;

  align-items: center;
}


.pm-hs-kicker {
  display: flex;
  align-items: center;
  gap: 6px;

  color: #657260;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .08em;
}


.pm-hs-intro h1 {
  margin:
    4px 0 0;

  font-family:
    Georgia,
    serif;

  font-size:
    clamp(
      37px,
      3vw,
      49px
    );

  line-height: .97;

  letter-spacing:
    -.035em;
}


.pm-hs-intro > div > p {
  margin:
    8px 0 0;

  color: #777b75;

  font-size: 12px;
}


.pm-hs-location {
  display: flex;
  align-items: center;
  gap: 6px;

  margin-top: 11px;

  color: #777b75;

  font-size: 9px;
}


.pm-hs-location strong {
  margin-left: 4px;

  color: #303735;
}


.pm-hs-location small {
  margin-left: 9px;

  color: #92958f;
}


/* JOIN TOP */

.pm-hs-join {
  min-height: 88px;

  display: grid;

  grid-template-columns:
    auto
    minmax(0,1fr);

  grid-template-areas:
    "icon text"
    "icon button";

  column-gap: 11px;
  row-gap: 7px;

  padding: 13px;

  border:
    1px solid #e4ded4;

  border-radius: 14px;

  background: #fffdf9;
}


.pm-hs-plus {
  grid-area: icon;

  width: 33px;
  height: 33px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #e8ede5;
  color: #657260;
}


.pm-hs-join > div:nth-child(2) {
  grid-area: text;
}


.pm-hs-join strong {
  display: block;

  font-family:
    Georgia,
    serif;

  font-size: 15px;
}


.pm-hs-join p {
  margin:
    3px 0 0;

  color: #777b75;

  font-size: 9px;
}


.pm-hs-join > button {
  grid-area: button;
  justify-self: start;

  height: 31px;

  display: flex;
  align-items: center;
  gap: 7px;

  padding:
    0 11px;

  border: 0;
  border-radius: 8px;

  background: #7b8875;
  color: white;

  font-size: 9px;
  font-weight: 750;

  cursor: pointer;
}


/* SHOWCASE */

.pm-hs-showcase {
  min-height: 0;

  display: grid;

  grid-template-columns:
    235px
    minmax(0,1fr)
    330px;

  overflow: hidden;

  border:
    1px solid #ddd8ce;

  border-radius: 16px;

  background: #fffdf9;

  box-shadow:
    0 10px 30px
    rgba(48,55,53,.04);
}


/* PHOTO */

.pm-hs-photo {
  position: relative;

  min-height: 0;

  display: grid;

  grid-template-rows:
    minmax(0,1fr)
    58px;

  gap: 6px;

  padding:
    10px;

  border-right:
    1px solid #e4ded4;

  background: #eeece6;
}


.pm-hs-pro {
  position: absolute;
  z-index: 2;

  top: 10px;
  left: 10px;

  display: flex;
  align-items: center;
  gap: 4px;

  padding:
    5px 8px;

  border-radius: 999px;

  background: #657260;
  color: white;

  font-size: 7px;
  font-weight: 800;
}


.pm-hs-heart {
  position: absolute;
  z-index: 2;

  top: 10px;
  right: 10px;

  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  padding: 0;

  border: 0;

  background: transparent;
  color: #657260;

  cursor: pointer;
}


.pm-hs-portrait {
  width: 100%;
  height: 100%;

  min-height: 0;

  object-fit: cover;

  border-radius: 11px;
}


.pm-hs-work {
  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 5px;
}


.pm-hs-work img {
  width: 100%;
  height: 58px;

  object-fit: cover;

  border-radius: 7px;
}


/* INFO */

.pm-hs-info {
  min-width: 0;

  padding:
    16px 20px;

  overflow: hidden;
}


.pm-hs-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 12px;
}


.pm-hs-name small {
  color: #8d918a;

  font-size: 7px;
  font-weight: 800;

  letter-spacing: .08em;
}


.pm-hs-name h2 {
  margin:
    3px 0 0;

  font-family:
    Georgia,
    serif;

  font-size: 27px;
  line-height: 1;
}


.pm-hs-name > div > strong {
  display: block;

  margin-top: 5px;

  color: #657260;

  font-size: 10px;
}


.pm-hs-name > span {
  display: flex;
  align-items: center;
  gap: 4px;

  padding:
    5px 8px;

  border-radius: 999px;

  background: #e8ede5;
  color: #657260;

  font-size: 8px;
  font-weight: 700;

  white-space: nowrap;
}


.pm-hs-rating {
  display: flex;
  gap: 5px;

  margin-top: 9px;

  color: #a98538;

  font-size: 9px;
}


.pm-hs-rating strong {
  color: #303735;
}


.pm-hs-rating span {
  color: #888c86;
}


.pm-hs-description {
  margin:
    10px 0 0;

  color: #666d69;

  font-size: 9px;
  line-height: 1.45;
}


.pm-hs-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;

  margin-top: 10px;

  color: #70766f;

  font-size: 8px;
}


.pm-hs-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}


.pm-hs-services {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 5px 10px;

  margin-top: 12px;
}


.pm-hs-services > div {
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 7px;

  padding:
    0 9px;

  border:
    1px solid #e5e0d7;

  border-radius: 8px;

  background: #faf8f4;

  font-size: 8px;
}


.pm-hs-services strong {
  color: #657260;
}


.pm-hs-actions {
  display: flex;
  gap: 7px;

  margin-top: 13px;
}


.pm-hs-book,
.pm-hs-profile {
  height: 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  padding:
    0 12px;

  border-radius: 8px;

  font-size: 9px;
  font-weight: 750;

  cursor: pointer;
}


.pm-hs-book {
  border: 0;

  background: #657260;
  color: white;
}


.pm-hs-profile {
  border:
    1px solid #ddd7cd;

  background: white;
  color: #303735;

  text-decoration: none;
}


/* CALENDAR */

.pm-hs-calendar {
  min-height: 0;

  padding:
    15px;

  border-left:
    1px solid #e4ded4;

  background: #faf8f4;

  overflow: hidden;
}


.pm-hs-calendar-head {
  display: flex;
  justify-content: space-between;
}


.pm-hs-calendar-head small {
  color: #8b8f89;

  font-size: 7px;
  font-weight: 800;

  letter-spacing: .08em;
}


.pm-hs-calendar-head h3 {
  margin:
    3px 0 0;

  font-family:
    Georgia,
    serif;

  font-size: 18px;

  text-transform: capitalize;
}


.pm-hs-calendar-head > span {
  display: flex;
  align-items: center;
  gap: 4px;

  color: #657260;

  font-size: 8px;
  font-weight: 700;
}


.pm-hs-calendar-head i {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #87a783;
}


.pm-hs-weekdays,
.pm-hs-month {
  display: grid;

  grid-template-columns:
    repeat(7,1fr);

  gap: 3px;
}


.pm-hs-weekdays {
  margin-top: 10px;
}


.pm-hs-weekdays span {
  text-align: center;

  color: #92958f;

  font-size: 7px;
}


.pm-hs-month {
  margin-top: 4px;
}


.pm-hs-day {
  height: 25px;

  display: grid;
  place-items: center;

  border:
    1px solid transparent;

  border-radius: 6px;

  color: #b0b2ad;

  font-size: 8px;
}


.pm-hs-day.free {
  background: #e8ede5;
  color: #46534c;

  font-weight: 700;
}


.pm-hs-day.today {
  border-color: #7b8875;
}


.pm-hs-times {
  margin-top: 9px;

  padding-top: 8px;

  border-top:
    1px solid #e4ded4;
}


.pm-hs-times > small {
  color: #92958f;

  font-size: 7px;
  font-weight: 800;
}


.pm-hs-times > div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;

  margin-top: 5px;
}


.pm-hs-times span {
  padding:
    4px 6px;

  border-radius: 999px;

  background: #e8ede5;
  color: #536158;

  font-size: 7px;
  font-weight: 700;
}


.pm-hs-times span.busy {
  background: #f1e7e5;
  color: #966862;
}


/* BOTTOM */

.pm-hs-bottom {
  display: grid;

  grid-template-columns:
    auto
    minmax(0,1fr)
    auto;

  align-items: center;
  gap: 11px;

  padding:
    0 15px;

  border:
    1px solid #e4ded4;

  border-radius: 12px;

  background: #fffdf9;
}


.pm-hs-bottom > svg {
  color: #657260;
}


.pm-hs-bottom small {
  display: block;

  color: #8d918b;

  font-size: 7px;
  font-weight: 800;

  letter-spacing: .08em;
}


.pm-hs-bottom strong {
  display: block;

  margin-top: 2px;

  font-family:
    Georgia,
    serif;

  font-size: 13px;
}


.pm-hs-bottom button {
  height: 31px;

  display: flex;
  align-items: center;
  gap: 6px;

  padding:
    0 11px;

  border: 0;
  border-radius: 8px;

  background: #7b8875;
  color: white;

  font-size: 8px;
  font-weight: 750;

  cursor: pointer;
}


/* MODAL */

.pm-hs-overlay {
  position: fixed;
  inset: 0;

  z-index: 9000;

  display: grid;
  place-items: center;

  padding: 20px;

  background:
    rgba(38,45,41,.45);

  backdrop-filter:
    blur(5px);
}


.pm-hs-modal {
  position: relative;

  width:
    min(
      440px,
      100%
    );

  padding: 24px;

  border-radius: 18px;

  background: #fffdf9;

  box-shadow:
    0 30px 80px
    rgba(30,38,34,.25);
}


.pm-hs-close {
  position: absolute;

  top: 14px;
  right: 14px;

  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border:
    1px solid #dcd6cc;

  border-radius: 50%;

  background: #ece8df;
  color: #303735;

  font-size: 24px;
  font-weight: 800;

  cursor: pointer;
}


.pm-hs-modal-logo {
  width: 120px;

  margin-bottom: 16px;
}


.pm-hs-modal > small {
  color: #657260;

  font-size: 8px;
  font-weight: 800;
}


.pm-hs-modal h2 {
  margin:
    4px 0 0;

  font-family:
    Georgia,
    serif;

  font-size: 27px;
}


.pm-hs-modal > p {
  margin:
    8px 0 16px;

  color: #777b75;

  font-size: 10px;
  line-height: 1.5;
}


.pm-hs-modal form {
  display: grid;
  gap: 8px;
}


.pm-hs-modal input {
  height: 39px;

  padding:
    0 11px;

  border:
    1px solid #ded8ce;

  border-radius: 8px;

  background: #faf8f4;
}


.pm-hs-modal form button,
.pm-hs-created button {
  height: 39px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  border: 0;
  border-radius: 8px;

  background: #657260;
  color: white;

  font-weight: 750;

  cursor: pointer;
}


.pm-hs-created {
  text-align: center;

  padding-top: 22px;
}


.pm-hs-created > div {
  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  margin:
    0 auto
    11px;

  border-radius: 50%;

  background: #e8ede5;
  color: #657260;
}


.pm-hs-created p {
  color: #777b75;

  font-size: 10px;
}


/* MOBILE MAY SCROLL */

@media (max-width: 900px) {

  html.pm-fixed-master-root,
  body.pm-fixed-master-body,
  body.pm-fixed-master-body #root {
    height: auto !important;

    min-height: 100%;

    overflow-y:
      auto !important;
  }


  .pm-hs {
    height: auto;
    min-height: 100vh;

    overflow: visible;
  }


  .pm-hs-main {
    height: auto;

    display: block;

    overflow: visible;
  }


  .pm-hs-intro {
    grid-template-columns: 1fr;

    margin-bottom: 12px;
  }


  .pm-hs-showcase {
    grid-template-columns: 1fr;

    margin-bottom: 12px;
  }


  .pm-hs-photo {
    min-height: 400px;

    border-right: 0;
  }


  .pm-hs-calendar {
    border-left: 0;

    border-top:
      1px solid #e4ded4;
  }


  .pm-hs-bottom {
    min-height: 65px;
  }

}
.pm-pro {
  height:
    calc(
      100vh - 28px
    );

  min-height: 0;

  overflow: hidden;

  background: #f6f3ed;
  color: #303735;
}


.pm-pro-header {
  height: 56px;

  display: grid;

  grid-template-columns:
    minmax(170px,1fr)
    auto
    minmax(170px,1fr);

  align-items: center;

  padding:
    0 56px;

  border-bottom:
    1px solid #e4ded4;

  background: #fffdf9;
}


.pm-pro-logo {
  justify-self: start;

  display: flex;
}


.pm-pro-header nav {
  display: flex;
  gap: 28px;
}


.pm-pro-header nav a {
  height: 56px;

  display: inline-flex;
  align-items: center;
  gap: 5px;

  border-bottom:
    2px solid transparent;

  color: #4d5551;

  text-decoration: none;

  font-size: 11px;
  font-weight: 650;
}


.pm-pro-header nav a.active {
  border-bottom-color:
    #7b8875;
}


.pm-pro-main {
  width:
    min(
      1240px,
      calc(100% - 40px)
    );

  height:
    calc(
      100% - 56px
    );

  margin:
    0 auto;

  padding:
    13px 0 15px;

  box-sizing:
    border-box;

  display: grid;

  grid-template-rows:
    24px
    minmax(0,1fr);

  gap: 7px;
}


.pm-pro-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  color: #657260;

  text-decoration: none;

  font-size: 9px;
  font-weight: 700;
}


.pm-pro-card {
  min-height: 0;

  display: grid;

  grid-template-columns:
    285px
    minmax(0,1fr)
    330px;

  overflow: hidden;

  border:
    1px solid #ddd8ce;

  border-radius: 17px;

  background: #fffdf9;

  box-shadow:
    0 12px 34px
    rgba(48,55,53,.045);
}


/* PHOTOS */

.pm-pro-photos {
  min-height: 0;

  display: grid;

  grid-template-rows:
    minmax(0,1fr)
    85px;

  gap: 7px;

  padding: 9px;

  border-right:
    1px solid #e4ded4;

  background: #eeece6;
}


.pm-pro-portrait {
  width: 100%;
  height: 100%;

  min-height: 0;

  object-fit: cover;

  border-radius: 11px;
}


.pm-pro-works {
  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 6px;
}


.pm-pro-works img {
  width: 100%;
  height: 85px;

  object-fit: cover;

  border-radius: 8px;
}


/* INFO */

.pm-pro-info {
  padding:
    23px 27px;

  overflow: hidden;
}


.pm-pro-labels {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}


.pm-pro-labels span {
  display: flex;
  align-items: center;
  gap: 4px;

  color: #657260;

  font-size: 8px;
  font-weight: 800;
}


.pm-pro-info h1 {
  margin:
    14px 0 0;

  font-family:
    Georgia,
    serif;

  font-size: 36px;
  line-height: .98;
}


.pm-pro-info h2 {
  margin:
    7px 0 0;

  color: #657260;

  font-size: 11px;
}


.pm-pro-rating {
  display: flex;
  gap: 5px;

  margin-top: 11px;

  color: #a98538;

  font-size: 9px;
}


.pm-pro-rating strong {
  color: #303735;
}


.pm-pro-rating span {
  color: #777b75;
}


.pm-pro-info > p {
  margin:
    13px 0 0;

  max-width: 600px;

  color: #666d69;

  font-size: 9px;
  line-height: 1.55;
}


.pm-pro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;

  margin-top: 14px;
}


.pm-pro-meta span {
  display: flex;
  align-items: center;
  gap: 5px;

  padding:
    6px 8px;

  border:
    1px solid #e1dcd3;

  border-radius: 999px;

  background: #faf8f4;

  color: #616964;

  font-size: 8px;
}


.pm-pro-services {
  margin-top: 18px;
}


.pm-pro-services > small {
  display: block;

  margin-bottom: 4px;

  color: #8b8f89;

  font-size: 7px;
  font-weight: 800;

  letter-spacing: .08em;
}


.pm-pro-services > div {
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom:
    1px solid #ebe6de;

  font-size: 9px;
}


.pm-pro-services strong {
  color: #657260;
}


.pm-pro-actions {
  display: flex;
  gap: 7px;

  margin-top: 18px;
}


.pm-pro-actions > button:first-child {
  height: 36px;

  padding:
    0 13px;

  border: 0;
  border-radius: 8px;

  background: #657260;
  color: white;

  font-size: 9px;
  font-weight: 750;

  cursor: pointer;
}


.pm-pro-actions .favorite {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  padding: 0;

  border:
    1px solid #ddd7cd;

  border-radius: 50%;

  background: white;
  color: #657260;

  cursor: pointer;
}


/* SCHEDULE */

.pm-pro-schedule {
  min-height: 0;

  padding:
    21px 18px;

  border-left:
    1px solid #e4ded4;

  background: #faf8f4;

  overflow: hidden;
}


.pm-pro-schedule-head {
  display: flex;
  justify-content: space-between;
}


.pm-pro-schedule-head small {
  color: #8b8f89;

  font-size: 7px;
  font-weight: 800;

  letter-spacing: .08em;
}


.pm-pro-schedule-head h3 {
  margin:
    4px 0 0;

  font-family:
    Georgia,
    serif;

  font-size: 21px;
}


.pm-pro-schedule-head > span {
  display: flex;
  align-items: center;
  gap: 4px;

  color: #657260;

  font-size: 8px;
  font-weight: 700;
}


.pm-pro-schedule-head i {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #87a783;
}


.pm-pro-hours {
  margin-top: 15px;
}


.pm-pro-hours > div {
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom:
    1px solid #e4ded4;

  font-size: 8px;
}


.pm-pro-hours span {
  color: #777b75;
}


.pm-pro-hours strong {
  color: #303735;
}


.pm-pro-slots {
  margin-top: 16px;
}


.pm-pro-slots > small {
  color: #8b8f89;

  font-size: 7px;
  font-weight: 800;
}


.pm-pro-slot {
  width: 100%;
  height: 31px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 5px;

  padding:
    0 9px;

  box-sizing: border-box;

  border: 0;
  border-radius: 7px;

  background: #e8ede5;

  color: #536158;

  font-size: 8px;
}


button.pm-pro-slot {
  cursor: pointer;
}


.pm-pro-slot.busy {
  background: #f1e7e5;
  color: #956862;
}


.pm-pro-slot.free {
  background: #657260;
  color: white;
}


.pm-pro-next {
  display: flex;
  gap: 8px;

  margin-top: 13px;

  padding:
    9px;

  border-radius: 8px;

  background: #e8ede5;

  color: #657260;
}


.pm-pro-next small {
  display: block;

  font-size: 6px;
  font-weight: 800;
}


.pm-pro-next strong {
  display: block;

  margin-top: 2px;

  color: #303735;

  font-size: 9px;
}


.pm-pro404 {
  min-height: 100vh;

  display: grid;
  place-content: center;

  gap: 12px;

  text-align: center;

  background: #f6f3ed;
}


/* MOBILE */

@media (max-width: 900px) {

  .pm-pro {
    height: auto;

    min-height: 100vh;

    overflow: visible;
  }


  .pm-pro-main {
    height: auto;

    display: block;
  }


  .pm-pro-card {
    grid-template-columns: 1fr;
  }


  .pm-pro-photos {
    min-height: 420px;

    border-right: 0;
  }


  .pm-pro-schedule {
    border-left: 0;

    border-top:
      1px solid #e4ded4;
  }

}

/* ======================================================
   PICKME PREMIUM SALON
   ====================================================== */

.pm-salon-page{
  --pm-bg:#f5f0e6;
  --pm-card:#fbf8f2;
  --pm-green:#123f39;
  --pm-green-2:#1c544c;
  --pm-gold:#c79943;
  --pm-gold-soft:#f5dfae;
  --pm-text:#123a37;
  --pm-muted:#747970;
  --pm-line:#e2d9ca;

  width:100%;
  height:100vh;
  height:100dvh;

  overflow:hidden;

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  background:
    radial-gradient(
      circle at 50% -20%,
      #fdfbf7 0,
      transparent 38%
    ),
    var(--pm-bg);

  color:var(--pm-text);

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}


/* ================= HEADER ================= */

.pm-public-header{
  height:52px;
  flex:0 0 52px;

  padding:0 24px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-bottom:
    1px solid #e3d9c8;

  background:
    rgba(247, 242, 233, 0.92);

  backdrop-filter:
    blur(18px);
}



.pm-brand{
  display:flex;
  align-items:center;
  gap:9px;

  color:var(--pm-green);

  text-decoration:none;
}


.pm-brand-mark{
  width:28px;
  height:28px;

  display:grid;
  place-items:center;

  border-radius:
    8px 13px 8px 13px;

  background:
    var(--pm-green);

  color:white;

  font-family:
    Georgia,
    serif;

  font-weight:900;
}


.pm-brand strong{
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:24px;
  letter-spacing:-.04em;
}


.pm-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}


.pm-header-link{
  min-height:34px;

  padding:0 11px;

  display:flex;
  align-items:center;
  gap:6px;

  border:0;
  border-radius:8px;

  background:transparent;

  color:#233f3b;

  font:inherit;
  font-size:11px;
  font-weight:700;

  cursor:pointer;
}


.pm-header-link:hover{
  background:#f1eee7;
}


.pm-header-link.active{
  color:#a86e27;
}


.pm-login-button{
  min-height:36px;

  padding:0 14px;

  display:flex;
  align-items:center;
  gap:6px;

  border-radius:8px;

  background:
    var(--pm-green);

  color:white;

  text-decoration:none;

  font-size:11px;
  font-weight:800;
}


/* ================= MAIN ================= */

.pm-salon-shell{
  width:min(
    calc(100% - 32px),
    1480px
  );

  flex:1 1 0;
  min-height:0;

  margin:0 auto;

  padding:
    4px 0 6px;

  box-sizing:border-box;

  display:grid;
  grid-template-rows:
    minmax(0, 1.42fr)
    minmax(0, 0.95fr);

  gap:8px;
}


/* ================= HERO ================= */

.pm-salon-hero{
  min-height:0;
  height:100%;

  display:grid;

  grid-template-columns:
    minmax(420px, 1.45fr)
    minmax(370px, 1.32fr)
    minmax(310px, 1.05fr);

  gap:16px;
  align-items:stretch;
}


.pm-gallery-zone,
.pm-live-zone{
  min-width:0;
  min-height:0;
}


/* gallery overrides */

.pm-gallery-zone
.salon-gallery{
  width:100%;
  height:100%;

  min-height:0 !important;
  max-height:100%;

  border-radius:18px;

  box-shadow:
    0 12px 36px
    rgba(20,42,36,.08);
}




.pm-gallery-zone
.salon-gallery-main{
  object-fit:cover;
}


.pm-gallery-zone
.salon-gallery-thumbs{
  left:12px;
  bottom:12px;
}


.pm-gallery-zone
.salon-gallery-thumbs button{
  width:49px;
  height:43px;
}


.pm-gallery-zone
.salon-gallery-all{
  right:12px;
  bottom:12px;

  padding:
    10px 13px;

  border-radius:11px;

  font-size:10px;
}


/* center */

.pm-salon-info{
  min-width:0;
  min-height:0;
  height:100%;

  padding:4px 6px;

  display:flex;
  flex-direction:column;
  justify-content:space-between;
}


.pm-salon-info h1{
  margin:0;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(
      26px,
      2.3vw,
      36px
    );

  line-height:1.06;

  letter-spacing:
    -.03em;
}


.pm-subtitle{
  margin:
    4px 0 0;

  color:#40534f;

  font-size:12.5px;
}


.pm-subtitle span{
  margin:0 5px;
}


.pm-rating{
  margin-top:6px;

  display:flex;
  align-items:center;
  gap:6px;

  font-size:11.5px;
}


.pm-rating svg{
  color:
    var(--pm-gold);
}


.pm-rating span{
  color:#435451;
}


.pm-feature-row{
  margin-top:6px;

  display:flex;
  flex-wrap:wrap;
  gap:6px;
}


.pm-feature{
  padding:
    5px 10px;

  display:inline-flex;
  align-items:center;
  gap:5px;

  border-radius:999px;

  font-size:10px;
  font-weight:800;
}


.pm-feature.verified{
  background:#e7f3e8;
  color:#36734e;
}


.pm-feature.home{
  background:#f4eadb;
  color:#806331;
}


.pm-service-tags{
  margin-top:6px;

  display:flex;
  flex-wrap:wrap;
  gap:5px;
}


.pm-service-tags span{
  padding:
    5px 9px;

  border-radius:999px;

  background:#f0ede5;

  color:#46514d;

  font-size:9px;
}


.pm-service-tags .more{
  background:
    var(--pm-green);

  color:white;

  font-weight:900;
}


.pm-description{
  max-width:540px;

  margin:
    6px 0 8px;

  color:#3e4c49;

  font-size:11.5px;
  line-height:1.42;

  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


.pm-whatsapp-main{
  width:100%;
  max-width:340px;

  min-height:48px;

  padding:
    0 20px;

  display:flex;
  align-items:center;
  gap:12px;

  border:0;
  border-radius:12px;

  background:
    linear-gradient(
      135deg,
      #174d45,
      #0f3732
    );

  color:white;

  box-shadow:
    0 8px 22px
    rgba(19,63,57,.16);

  cursor:pointer;
}



.pm-whatsapp-main:hover{
  transform:
    translateY(-1px);
}


.pm-whatsapp-icon{
  width:26px;
  height:26px;

  display:grid;
  place-items:center;

  border:
    1px solid
    rgba(255,255,255,.5);

  border-radius:50%;

  font-size:12px;
}


.pm-whatsapp-main > span:last-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}


.pm-whatsapp-main strong{
  font-size:11.5px;
}


.pm-whatsapp-main small{
  margin-top:1px;

  color:
    rgba(255,255,255,.72);

  font-size:7.5px;
}



/* ================= LIVE ================= */

.pm-live-zone{
  height:100%;
}


.pm-live-card{
  width:100%;
  height:100%;

  padding:18px;

  box-sizing:border-box;

  display:flex;
  flex-direction:column;

  border:
    1px solid
    rgba(227, 217, 200, 0.95);

  border-radius:20px;

  background:
    rgba(251, 248, 242, 0.96);

  box-shadow:
    0 14px 40px
    rgba(20,42,36,.06);
}



.pm-live-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
}


.pm-live-header h2{
  margin:0;

  font-family:
    Georgia,
    serif;

  font-size:20px;
}


.pm-live-header > span{
  display:flex;
  align-items:center;
  gap:5px;

  color:#3d975d;

  font-size:8px;
  font-weight:900;
}


.pm-live-header > span i{
  width:7px;
  height:7px;

  border-radius:50%;

  background:#42a566;
}


.pm-live-workers{
  margin-top:13px;

  display:grid;
  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap:9px;
}


.pm-live-worker{
  min-width:0;

  padding:
    7px 7px 8px;

  display:flex;
  flex-direction:column;

  border:
    1px solid #ece7de;

  border-radius:13px;

  background:#faf8f3;

  cursor:pointer;

  transition:
    .15s ease;
}


.pm-live-worker:hover{
  transform:
    translateY(-2px);
}


.pm-live-worker.selected{
  border-color:#9fc2b2;

  background:#f0f6f2;
}


.pm-live-photo{
  width:100%;
  height:72px;

  overflow:hidden;

  display:grid;
  place-items:center;

  border-radius:9px;

  background:#e8e1d3;
}


.pm-live-photo img{
  width:100%;
  height:100%;

  object-fit:cover;
  object-position:
    center 20%;
}


.pm-live-worker > strong{
  margin-top:6px;

  font-size:11px;
}


.pm-live-worker > small{
  overflow:hidden;

  color:#777970;

  font-size:7px;

  text-overflow:ellipsis;
  white-space:nowrap;
}


.pm-worker-status{
  margin-top:4px;

  display:flex;
  align-items:center;
  gap:4px;

  font-size:9px;
  font-weight:800;
}


.pm-worker-status i{
  width:7px;
  height:7px;

  border-radius:50%;
}


.pm-worker-status.free{
  color:#408353;
}


.pm-worker-status.free i{
  background:#54ae6c;
}


.pm-worker-status.busy{
  color:#b74c53;
}


.pm-worker-status.busy i{
  background:#d7545b;
}


.pm-worker-status.soon{
  color:#a46e32;
}


.pm-worker-status.soon i{
  background:#e59a4d;
}


.pm-live-worker > button{
  margin-top:6px;

  min-height:25px;

  border:
    1px solid #e2ddd4;

  border-radius:8px;

  background:white;

  color:#23413d;

  font-size:8px;
  font-weight:800;

  cursor:pointer;
}


.pm-live-divider{
  height:1px;

  margin:
    13px 0 10px;

  background:#eee9e0;
}


.pm-schedule-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;

  gap:10px;
}


.pm-schedule-head > div{
  display:flex;
  flex-direction:column;
}


.pm-schedule-head small{
  color:#af8645;

  font-size:7px;
  font-weight:900;

  letter-spacing:.12em;
}


.pm-schedule-head strong{
  margin-top:2px;

  font-family:
    Georgia,
    serif;

  font-size:14px;
}


.pm-schedule-head > span{
  padding:
    5px 7px;

  border-radius:999px;

  background:#e7f3e8;

  color:#4c7757;

  font-size:7px;

  white-space:nowrap;
}


.pm-hours,
.pm-slots{
  display:grid;

  grid-template-columns:
    repeat(
      9,
      minmax(0,1fr)
    );

  gap:4px;
}


.pm-hours{
  margin-top:9px;
}


.pm-hours span{
  text-align:center;

  color:#788079;

  font-size:7px;
}


.pm-slots{
  margin-top:4px;
}


.pm-slots button{
  height:20px;

  padding:0;

  border:0;
  border-radius:5px;
}


.pm-slots .free{
  background:#cde4d1;

  cursor:pointer;
}


.pm-slots .busy{
  background:#edc7c8;
}


.pm-slots .pause{
  background:#dedee0;
}


.pm-live-legend{
  margin-top:8px;

  display:flex;
  gap:12px;

  font-size:7px;
}


.pm-live-legend span{
  display:flex;
  align-items:center;
  gap:4px;
}


.pm-live-legend i{
  width:7px;
  height:7px;

  border-radius:50%;
}


.pm-live-legend .free{
  background:#55ad6b;
}


.pm-live-legend .busy{
  background:#d55359;
}


.pm-live-legend .pause{
  background:#bfc1c2;
}


/* ================= LOWER GRID ================= */

.pm-bottom-grid{
  min-height:0;
  height:100%;

  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:10px;
  align-items:stretch;
}


.pm-panel{
  min-width:0;
  min-height:0;
  height:100%;

  padding:10px 12px;

  box-sizing:border-box;

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  border:
    1px solid
    rgba(227, 217, 200, 0.95);

  border-radius:14px;

  background:
    rgba(251, 248, 242, 0.96);

  box-shadow:
    0 8px 24px
    rgba(19,43,37,.035);
}



.pm-panel-title{
  display:flex;
  align-items:center;
  gap:8px;
}


.pm-panel-title h2{
  margin:0;

  font-family:
    Georgia,
    serif;

  font-size:14px;
}


.pm-panel-icon{
  width:26px;
  height:26px;

  flex:0 0 auto;

  display:grid;
  place-items:center;

  border-radius:50%;

  background:
    var(--pm-green);

  color:
    #e9cb89;
}



.pm-price-list{
  margin-top:14px;
}


.pm-price-list > div{
  min-height:28px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:12px;

  border-bottom:
    1px solid #eee8df;

  font-size:9px;
}


.pm-price-list strong{
  white-space:nowrap;
}


.pm-card-action{
  margin-top:auto;

  min-height:36px;

  padding:
    0 12px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:10px;

  border:
    1px solid #ddd8cf;

  border-radius:10px;

  background:#f8f6f1;

  color:
    var(--pm-green);

  font-size:9px;
  font-weight:900;

  cursor:pointer;
}


/* ================= SHOP ================= */

.pm-shop-panel{
  border-color:
    #c99b48;

  background:
    linear-gradient(
      145deg,
      #123e38,
      #174b43
    );

  color:white;

  box-shadow:
    0 16px 45px
    rgba(18,63,56,.18);
}


.pm-shop-header{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:10px;
}


.pm-shop-panel
.pm-panel-title h2{
  color:white;
}


.pm-panel-icon.shop{
  border:
    1px solid
    #d1a85d;

  background:
    rgba(0,0,0,.12);

  color:#f2cc7e;
}


.pm-shop-meta{
  display:flex;
  align-items:center;
  gap:6px;
}


.pm-shop-meta span{
  display:flex;
  align-items:center;
  gap:4px;

  font-size:7px;
  white-space:nowrap;
}


.pm-shop-meta .popular{
  padding:
    5px 7px;

  border-radius:999px;

  background:#f4d17e;

  color:#563f13;

  font-weight:900;
}


.pm-shop-meta .visits{
  color:
    rgba(255,255,255,.75);
}


.pm-products{
  min-height:0;

  margin-top:11px;

  display:grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap:8px;
}


.pm-product{
  min-width:0;

  padding:
    6px 6px 8px;

  display:flex;
  flex-direction:column;

  border-radius:11px;

  background:#f8f4ec;

  color:
    var(--pm-text);
}


.pm-product-image{
  height:83px;

  display:grid;
  place-items:center;

  overflow:hidden;

  border-radius:8px;

  background:#eee7da;
}


.pm-product-image img{
  width:100%;
  height:100%;

  object-fit:cover;
}


.pm-product > strong{
  margin-top:6px;

  overflow:hidden;

  font-size:8px;

  text-overflow:ellipsis;
  white-space:nowrap;
}


.pm-product > span{
  margin-top:2px;

  color:#8c6725;

  font-size:9px;
  font-weight:900;
}


.pm-shop-action{
  margin-top:auto;

  min-height:38px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:8px;

  border-radius:10px;

  background:
    linear-gradient(
      180deg,
      #f4cf79,
      #e7b857
    );

  color:#183d38;

  text-decoration:none;

  font-size:10px;
  font-weight:900;
}


/* ================= FACTS ================= */

.pm-facts{
  margin-top:11px;

  display:flex;
  flex-direction:column;
}


.pm-facts > div{
  min-height:43px;

  padding:
    7px 0;

  display:grid;

  grid-template-columns:
    28px 1fr;

  align-items:center;

  border-bottom:
    1px solid #eee8df;
}


.pm-fact-icon{
  color:
    #c58b34;
}


.pm-facts small{
  display:block;

  color:#898378;

  font-size:6px;

  letter-spacing:.08em;
}


.pm-facts strong{
  display:block;

  margin-top:2px;

  font-size:9px;
  line-height:1.25;
}


/* ================= CONTACT ================= */

.pm-contact-list{
  margin-top:12px;

  display:flex;
  flex-direction:column;
}


.pm-contact-list > div,
.pm-contact-list > a{
  min-height:41px;

  display:grid;

  grid-template-columns:
    26px 1fr;

  align-items:center;

  border-bottom:
    1px solid #eee8df;

  color:
    var(--pm-text);

  text-decoration:none;

  font-size:9px;
  line-height:1.35;
}


.pm-contact-list svg{
  color:#c48830;
}


.pm-google-action{
  margin-top:auto;

  min-height:39px;

  padding:
    0 10px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:8px;

  border:
    1px solid #ddd8cf;

  border-radius:10px;

  background:#faf8f3;

  color:
    var(--pm-green);

  text-decoration:none;

  font-size:9px;
  font-weight:900;
}


.pm-google-pin{
  width:20px;
  height:20px;

  display:grid;
  place-items:center;

  border-radius:
    8px 8px 8px 2px;

  background:
    linear-gradient(
      135deg,
      #4285f4 0 25%,
      #34a853 25% 50%,
      #fbbc05 50% 75%,
      #ea4335 75%
    );

  color:white;

  font-size:8px;
  font-weight:900;
}


/* ================= RESPONSIVE ================= */

@media(max-width:1100px){

  .pm-salon-page{
    height:auto;
    overflow:auto;
  }

  .pm-salon-shell{
    height:auto;

    grid-template-rows:auto;
  }

  .pm-salon-hero{
    grid-template-columns:
      1fr 1fr;
  }

  .pm-live-zone{
    grid-column:
      1 / -1;
  }

  .pm-bottom-grid{
    grid-template-columns:
      1fr 1fr;
  }
}


@media(max-width:700px){

  .pm-salon-page{
    height:auto !important;
    min-height:100vh;
    min-height:100dvh;
    overflow-y:auto !important;
  }

  .pm-public-header{
    padding:0 12px;
    height:50px;
  }

  .pm-header-actions{
    gap:6px;
  }

  .pm-header-link{
    display:none;
  }

  .pm-salon-shell{
    width:calc(100% - 16px);
    gap:14px;
    padding:8px 0 24px;
  }

  .pm-salon-hero,
  .pm-bottom-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .pm-gallery-zone .salon-gallery{
    min-height:260px !important;
    height:260px !important;
  }

  .pm-salon-info h1{
    font-size:clamp(22px, 6vw, 28px);
    line-height:1.12;
  }

  .pm-whatsapp-main{
    width:100%;
    max-width:100%;
    min-height:48px;
  }

  .pm-products{
    grid-template-columns:1fr;
  }
}




/* ======================================================
   PICKME PREMIUM V2
   Locked by PICKME_UI_CONTRACT.md
   ====================================================== */


/* ---------- GLOBAL LOGO IN PUBLIC HEADER ---------- */

.pm-public-header
.pickme-global-logo{
  flex:0 0 auto;
}


/* ---------- FULL SERVICE CLOUD ---------- */

.pm-service-tags{
  max-width:570px;

  align-content:flex-start;

  row-gap:7px;
  column-gap:6px;
}

.pm-service-tags span{
  padding:
    6px 10px;

  border:
    1px solid
    rgba(222,215,203,.58);

  background:
    #f4f1e9;

  transition:
    transform .15s ease,
    background .15s ease;
}

.pm-service-tags span:hover{
  transform:
    translateY(-1px);

  background:white;
}


/* ---------- PRACTICAL LIVE MATRIX ---------- */

.pm-matrix-head{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:10px;
}

.pm-matrix-head > div{
  display:flex;
  flex-direction:column;
}

.pm-matrix-head small{
  color:#ad8443;

  font-size:7px;
  font-weight:900;

  letter-spacing:.12em;
}

.pm-matrix-head strong{
  margin-top:2px;

  font-family:
    Georgia,
    serif;

  font-size:15px;
}

.pm-matrix-head > button{
  min-height:31px;

  padding:
    5px 9px;

  display:flex;
  flex-direction:column;
  align-items:flex-end;

  border:0;
  border-radius:10px;

  background:#e7f3e8;

  color:#487654;

  font-size:7px;

  cursor:pointer;
}

.pm-matrix-head > button strong{
  margin:1px 0 0;

  font-family:inherit;

  font-size:8px;
}


.pm-live-matrix{
  margin-top:10px;

  display:flex;
  flex-direction:column;

  gap:5px;
}


.pm-matrix-hours,
.pm-matrix-row{
  display:grid;

  grid-template-columns:
    51px
    repeat(
      9,
      minmax(0,1fr)
    );

  gap:4px;
}


.pm-matrix-hours{
  align-items:end;
}

.pm-matrix-hours small{
  color:#777f78;

  text-align:center;

  font-size:6px;
}


.pm-matrix-row{
  align-items:center;
}


.pm-matrix-worker{
  overflow:hidden;

  padding:0 3px 0 0;

  border:0;

  background:transparent;

  color:#294640;

  text-align:left;

  font-size:7px;
  font-weight:900;

  white-space:nowrap;

  cursor:pointer;
}


.pm-matrix-slot{
  height:19px;

  padding:0;

  border:
    1px solid transparent;

  border-radius:5px;

  transition:
    transform .12s ease,
    box-shadow .12s ease;
}


.pm-matrix-slot.free{
  background:#cce4d0;

  cursor:pointer;
}


.pm-matrix-slot.free:hover{
  transform:
    translateY(-2px)
    scale(1.03);

  border-color:#82b892;

  box-shadow:
    0 4px 10px
    rgba(64,131,83,.16);
}


.pm-matrix-slot.busy{
  background:#ebc5c7;
}


.pm-matrix-slot.pause{
  background:#dddfe0;
}


.pm-live-legend{
  margin-top:auto;
}


.pm-live-legend > small{
  margin-left:auto;

  color:#8a8b84;

  font-size:6px;
}


/* ---------- CONTACT + GOOGLE MAP ---------- */

.pm-contact-panel{
  overflow:hidden;
}


.pm-google-map{
  margin-top:auto;
}


.pm-google-map-frame{
  height:78px;

  overflow:hidden;

  border:
    1px solid #e6dfd4;

  border-radius:
    10px 10px 0 0;

  background:
    linear-gradient(
      135deg,
      #edf1e8,
      #e3e8df
    );
}


.pm-google-map-frame iframe{
  width:100%;
  height:100%;

  display:block;

  border:0;
}


.pm-map-placeholder{
  width:100%;
  height:100%;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  position:relative;

  overflow:hidden;

  color:
    var(--pm-green);

  text-decoration:none;

  background:
    linear-gradient(
      25deg,
      transparent 47%,
      rgba(255,255,255,.8)
        48% 52%,
      transparent 53%
    ),
    linear-gradient(
      145deg,
      #dce8dc,
      #f0ede3
    );
}


.pm-map-placeholder::before,
.pm-map-placeholder::after{
  content:"";

  position:absolute;

  width:180%;
  height:1px;

  background:
    rgba(69,113,83,.18);

  transform:
    rotate(-18deg);
}


.pm-map-placeholder::before{
  top:27%;
  left:-35%;
}


.pm-map-placeholder::after{
  bottom:25%;
  left:-24%;

  transform:
    rotate(16deg);
}


.pm-map-pin-large{
  width:33px;
  height:33px;

  z-index:1;

  display:grid;
  place-items:center;

  border-radius:
    50% 50% 50% 4px;

  transform:
    rotate(-45deg);

  background:
    var(--pm-green);

  color:white;

  box-shadow:
    0 5px 15px
    rgba(18,63,57,.2);
}


.pm-map-pin-large svg{
  transform:
    rotate(45deg);
}


.pm-map-placeholder > div{
  z-index:1;

  display:flex;
  flex-direction:column;
}


.pm-map-placeholder strong{
  font-size:9px;
}


.pm-map-placeholder small{
  color:#7b827b;

  font-size:7px;
}


.pm-google-map-action{
  min-height:35px;

  padding:
    0 9px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:7px;

  border:
    1px solid #e2dace;
  border-top:0;

  border-radius:
    0 0 10px 10px;

  background:
    #faf8f3;

  color:
    var(--pm-green);

  text-decoration:none;

  font-size:8px;
  font-weight:900;
}


.pm-google-color-pin{
  width:18px;
  height:18px;

  display:grid;
  place-items:center;

  border-radius:
    9px 9px 9px 2px;

  background:
    linear-gradient(
      135deg,
      #4285f4 0 25%,
      #34a853 25% 50%,
      #fbbc05 50% 75%,
      #ea4335 75%
    );

  color:white;

  font-size:7px;
  font-weight:900;
}


/* ---------- use vertical space better ---------- */

@media(min-width:1101px){

  .pm-salon-info{
    justify-content:flex-start;
  }

  .pm-description{
    margin:
      18px 0 14px;
  }

  .pm-whatsapp-main{
    margin-top:auto;
  }

  .pm-live-card{
    justify-content:flex-start;
  }

}


/* ---------- MOBILE ---------- */

@media(max-width:700px){

  .pm-google-map-frame{
    height:150px;
  }

  .pm-matrix-hours,
  .pm-matrix-row{
    grid-template-columns:
      56px
      repeat(
        9,
        minmax(27px,1fr)
      );
  }

  .pm-live-matrix{
    overflow-x:auto;
  }

}



/* ======================================================
   PICKME FINAL UI V1
   FINAL OVERRIDES
   ====================================================== */


/* ------------------------------------------------------
   WHOLE PAGE
------------------------------------------------------ */

.pm-salon-page{
  --pm-green:var(--pm-accent-dark);
  --pm-green-2:var(--pm-accent);
  --pm-gold:var(--pm-taupe);
  --pm-gold-soft:var(--pm-taupe-soft);
  --pm-text:var(--pm-ink);
  --pm-muted:var(--pm-muted);
  --pm-line:var(--pm-border);

  background:
    radial-gradient(
      circle at 52% -12%,
      rgba(255,255,255,.92),
      transparent 43%
    ),
    var(--pm-bg);

  color:var(--pm-ink);
}


/* ------------------------------------------------------
   HEADER / LOGO
------------------------------------------------------ */

.pm-public-header{
  background:
    rgba(255,253,249,.92);

  border-bottom:
    1px solid var(--pm-border);

  box-shadow:
    0 1px 0
    rgba(80,80,70,.025);
}


.pm-login-button{
  background:
    var(--pm-ink);

  color:white;
}


.pm-header-link{
  color:
    var(--pm-text);
}


.pm-header-link:hover{
  background:
    var(--pm-surface-soft);
}


/* ------------------------------------------------------
   TYPOGRAPHY
------------------------------------------------------ */

.pm-salon-info h1,
.pm-live-header h2,
.pm-panel-title h2,
.pm-schedule-head strong,
.pm-matrix-head strong{
  color:
    var(--pm-ink);
}


/* ------------------------------------------------------
   GALLERY
------------------------------------------------------ */

.pm-gallery-zone
.salon-gallery{
  border:
    1px solid
    rgba(216,209,198,.65);

  box-shadow:
    0 18px 46px
    rgba(54,57,52,.08);
}


.pm-gallery-zone
.salon-gallery-all{
  background:
    rgba(48,55,53,.90);
}


/* ------------------------------------------------------
   SALON FEATURES
------------------------------------------------------ */

.pm-feature.verified{
  background:
    #e7eee4;

  color:#62765d;
}


.pm-feature.home{
  background:
    #f0ece4;

  color:#756f65;
}


.pm-service-tags{
  max-width:590px;
}


.pm-service-tags span{
  border:
    1px solid
    #e6e0d7;

  background:
    #f7f4ee;

  color:
    #5a605d;
}


.pm-service-tags span:hover{
  border-color:
    #d2d7cd;

  background:white;
}


/* ------------------------------------------------------
   DESCRIPTION
------------------------------------------------------ */

.pm-description{
  color:#515754;

  line-height:1.55;
}


/* ------------------------------------------------------
   WHATSAPP CTA
------------------------------------------------------ */

.pm-whatsapp-main{
  background:
    linear-gradient(
      135deg,
      #798775,
      #697665
    );

  box-shadow:
    0 11px 26px
    rgba(103,118,99,.20);
}


.pm-whatsapp-main:hover{
  background:
    linear-gradient(
      135deg,
      #707e6c,
      #606d5d
    );
}


/* ------------------------------------------------------
   CENTER STATS — USE EMPTY SPACE
------------------------------------------------------ */

.pm-salon-stats{
  margin-top:12px;

  width:max-content;

  display:flex;

  border:
    1px solid
    #e5dfd6;

  border-radius:12px;

  overflow:hidden;

  background:
    rgba(255,253,249,.72);
}


.pm-salon-stats > div{
  min-width:86px;

  padding:
    8px 12px;

  display:flex;
  flex-direction:column;

  border-right:
    1px solid
    #e8e2d9;
}


.pm-salon-stats > div:last-child{
  border-right:0;
}


.pm-salon-stats strong{
  color:
    var(--pm-ink);

  font-size:12px;
}


.pm-salon-stats span{
  margin-top:1px;

  color:
    #898981;

  font-size:7px;
}


/* ------------------------------------------------------
   GENERIC CARDS
------------------------------------------------------ */

.pm-panel,
.pm-live-card{
  border:
    1px solid
    #e3ddd3;

  background:
    rgba(255,253,249,.96);

  box-shadow:
    0 13px 34px
    rgba(54,57,52,.055);
}


/* ------------------------------------------------------
   LIVE — NO CROPPED FACES
------------------------------------------------------ */

.pm-live-zone{
  align-self:start;
}


.pm-live-card{
  height:auto;

  min-height:0;
}


.pm-live-workers{
  gap:10px;
}


.pm-live-worker{
  padding:
    7px 7px 8px;

  border:
    1px solid
    #e5dfd5;

  background:
    #faf8f3;
}


.pm-live-worker.selected{
  border-color:
    #bcc9b7;

  background:
    #f1f4ee;
}


.pm-live-photo{
  height:94px;

  border-radius:10px;

  background:
    #eeeae3;
}


.pm-live-photo img{
  width:100%;
  height:100%;

  /*
    IMPORTANT:
    contain = full face / full portrait,
    no forehead or chin accidentally cut.
  */

  object-fit:contain !important;

  object-position:
    center center !important;

  background:
    #eeeae3;
}


.pm-live-worker > strong{
  color:
    var(--pm-ink);
}


.pm-live-worker > button{
  border-color:
    #e2ddd4;

  background:
    #fffdfa;

  color:
    #4d5652;
}


/* ------------------------------------------------------
   LIVE STATUS — CALMER COLORS
------------------------------------------------------ */

.pm-worker-status.free{
  color:#738d70;
}


.pm-worker-status.free i{
  background:
    #8daa88;
}


.pm-worker-status.busy{
  color:#aa6d67;
}


.pm-worker-status.busy i{
  background:
    #c78680;
}


.pm-worker-status.soon{
  color:#9a8770;
}


.pm-worker-status.soon i{
  background:
    #baa98b;
}


/* ------------------------------------------------------
   LIVE MATRIX
------------------------------------------------------ */

.pm-matrix-slot{
  height:20px;

  border-radius:6px;
}


.pm-matrix-slot.free{
  background:
    #ccd9c8;
}


.pm-matrix-slot.free:hover{
  border-color:
    #94ac90;

  box-shadow:
    0 4px 11px
    rgba(120,145,114,.16);
}


.pm-matrix-slot.busy{
  background:
    #dfbbb6;
}


.pm-matrix-slot.pause{
  background:
    #d8d7d3;
}


.pm-live-legend .free{
  background:
    #91ad8e;
}


.pm-live-legend .busy{
  background:
    #c68781;
}


.pm-live-legend .pause{
  background:
    #bdbcb7;
}


.pm-matrix-head > button{
  background:
    #e8eee5;

  color:
    #687d65;
}


/* ------------------------------------------------------
   BOTTOM GRID
   If shop disappears, remaining cards expand naturally.
------------------------------------------------------ */

.pm-bottom-grid{
  grid-template-columns:
    repeat(
      auto-fit,
      minmax(240px,1fr)
    );
}


/* ------------------------------------------------------
   SHOP
   Important, but NOT a dark green billboard.
------------------------------------------------------ */

.pm-shop-panel{
  border:
    1px solid
    #cbd2c5;

  background:
    linear-gradient(
      145deg,
      #eef1ea,
      #f8f6f0
    );

  color:
    var(--pm-ink);

  box-shadow:
    0 16px 38px
    rgba(100,113,96,.10);
}


.pm-shop-panel
.pm-panel-title h2{
  color:
    var(--pm-ink);
}


.pm-panel-icon.shop{
  border:
    1px solid
    #c6cec0;

  background:
    #dfe7da;

  color:
    #687963;
}


.pm-shop-meta .popular{
  background:
    #dfe7da;

  color:
    #65735f;
}


.pm-shop-meta .visits{
  color:
    #777d76;
}


.pm-product{
  border:
    1px solid
    #e3ddd3;

  background:
    #fffdfa;

  color:
    var(--pm-ink);

  box-shadow:
    0 5px 14px
    rgba(60,65,58,.04);
}


.pm-product-image{
  background:
    #f1eee7;
}


.pm-product > span{
  color:
    #686f66;
}


.pm-shop-action{
  background:
    #7c8976;

  color:white;

  box-shadow:
    0 6px 15px
    rgba(100,116,95,.15);
}


.pm-shop-action:hover{
  background:
    #6c7967;
}


/* No products = no empty shop card */

.pm-shop-panel:has(.pm-products:empty){
  display:none;
}


/* ------------------------------------------------------
   SERVICES
------------------------------------------------------ */

.pm-price-list > div{
  border-bottom-color:
    #ece6dd;
}


.pm-card-action{
  border-color:
    #dfdad1;

  background:
    #faf8f3;

  color:
    #555d59;
}


/* ------------------------------------------------------
   ABOUT
------------------------------------------------------ */

.pm-facts > div{
  border-bottom-color:
    #ece6dd;
}


.pm-fact-icon{
  color:
    #8d9988;
}


/* ------------------------------------------------------
   CONTACT / MAP
------------------------------------------------------ */

.pm-contact-list > div,
.pm-contact-list > a{
  border-bottom-color:
    #ece6dd;
}


.pm-contact-list svg{
  color:
    #8b9686;
}


.pm-google-map{
  margin-top:
    10px;
}


.pm-google-map-frame{
  height:96px;

  border-color:
    #e2dcd3;

  background:
    #eeeae2;
}


.pm-google-map-frame iframe{
  width:100%;
  height:100%;

  border:0;

  filter:
    saturate(.75)
    contrast(.94);
}


.pm-google-map-action{
  border-color:
    #ded8ce;

  background:
    #faf8f3;

  color:
    #555d59;
}


/* ------------------------------------------------------
   WORKER PROFILE
------------------------------------------------------ */

.worker-profile-left{
  background:
    #747f70 !important;
}


.worker-profile-photo{
  background:
    #eeeae3 !important;
}


.worker-profile-photo img{
  object-fit:contain !important;
  object-position:center !important;

  background:
    #eeeae3;
}


.worker-book-button{
  background:
    #758171 !important;
}


/* ------------------------------------------------------
   PHONE
------------------------------------------------------ */

@media(max-width:700px){

  .pm-salon-page{
    background:
      #f7f4ee;
  }

  .pm-salon-stats{
    width:100%;

    display:grid;

    grid-template-columns:
      repeat(
        auto-fit,
        minmax(70px,1fr)
      );
  }

  .pm-salon-stats > div{
    min-width:0;
  }

  .pm-live-photo{
    height:110px;
  }

  .pm-google-map-frame{
    height:170px;
  }

  .pm-shop-panel{
    order:1;
  }

}


/* ===== PickMe staff portrait lock ===== */

.pm-live-photo{
  height:96px;
  background:#eeeae3;
}

.pm-live-photo img{
  width:100%;
  height:100%;
  object-fit:cover !important;
}

/* Maria */
.pm-live-worker:nth-child(1) .pm-live-photo img{
  object-position:center 32% !important;
}

/* Anna */
.pm-live-worker:nth-child(2) .pm-live-photo img{
  object-position:center 27% !important;
}

/* Sofia */
.pm-live-worker:nth-child(3) .pm-live-photo img{
  object-position:center 30% !important;
}


/* =====================================================
   PICKME STAFF CARDS — HUMAN PORTRAITS FINAL
   ===================================================== */

/* cards */
.pm-live-workers{
  gap:10px;
}

.pm-live-worker{
  padding:7px 7px 8px;
  min-width:0;
}

/* portrait format — NOT landscape */
.pm-live-photo{
  width:100%;
  height:auto !important;
  aspect-ratio:4 / 5;

  overflow:hidden;

  border-radius:11px;

  background:#eeeae3;
}

/* real portrait: face + shoulders */
.pm-live-photo img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover !important;
}

/* individual safe framing */
.pm-live-worker:nth-child(1)
.pm-live-photo img{
  object-position:center 38% !important;
}

.pm-live-worker:nth-child(2)
.pm-live-photo img{
  object-position:center 30% !important;
}

.pm-live-worker:nth-child(3)
.pm-live-photo img{
  object-position:center 32% !important;
}


/* name */
.pm-live-worker > strong{
  margin-top:6px;

  font-size:10px;
  line-height:1.1;
}

/* role */
.pm-live-worker > small{
  margin-top:2px;

  min-height:14px;

  color:#7b7b74;

  font-size:7px;
  line-height:1.15;
}


/* status becomes clean compact row */
.pm-worker-status{
  margin-top:4px;

  min-height:17px;

  padding:2px 5px;

  border-radius:6px;

  font-size:8px;
}

.pm-worker-status.free{
  background:#e2ece0;
}

.pm-worker-status.busy{
  background:#efdcda;
}

.pm-worker-status.soon{
  background:#eee6d8;
}


/* INFO MUST NOT BE A HUGE CTA */
.pm-live-worker > button{
  width:auto !important;
  min-width:0 !important;
  min-height:0 !important;

  align-self:flex-end;

  margin-top:5px;

  padding:4px 8px !important;

  border:1px solid #ded9d0;

  border-radius:999px;

  background:#fffdfa;

  color:#59605c;

  font-size:7px !important;
  font-weight:800;

  line-height:1;

  cursor:pointer;
}

.pm-live-worker > button:hover{
  background:#f1eee7;
}


/* slightly rebalance Live block after taller portraits */
.pm-live-card{
  padding:16px;
}

.pm-live-divider{
  margin:10px 0 8px;
}

.pm-live-matrix{
  margin-top:7px;
}



/* ======================================================
   PICKME SALON SHOP — PREMIUM V1
   calm / useful / attractive
   ====================================================== */

.pm-shop-panel{
  position:relative;

  overflow:hidden;

  border:
    1px solid #ccd4c7;

  background:
    linear-gradient(
      145deg,
      #f0f3ed 0%,
      #faf8f3 58%,
      #f4f1ea 100%
    );

  color:
    var(--pm-ink);

  box-shadow:
    0 15px 38px
    rgba(86,100,82,.09);
}


/* subtle PickMe character */
.pm-shop-panel::before{
  content:"";

  position:absolute;

  width:150px;
  height:150px;

  right:-65px;
  top:-80px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(126,143,118,.15),
      transparent 68%
    );

  pointer-events:none;
}


.pm-shop-header{
  position:relative;
  z-index:1;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;

  gap:10px;
}


.pm-shop-heading{
  min-width:0;

  display:flex;
  align-items:center;
  gap:10px;
}


.pm-shop-heading > div{
  min-width:0;
}


.pm-shop-title-row{
  display:flex;
  align-items:center;
  gap:7px;
}


.pm-shop-title-row h2{
  margin:0;

  color:
    var(--pm-ink);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:18px;
}


.pm-shop-heading p{
  margin:
    3px 0 0;

  color:#7e817a;

  font-size:7px;
}


.pm-panel-icon.shop{
  background:
    #e3e9df;

  border:
    1px solid #cbd5c6;

  color:#6f806a;
}


.pm-shop-popular{
  padding:
    4px 7px;

  display:inline-flex;
  align-items:center;
  gap:3px;

  border-radius:999px;

  background:
    #e0e8dc;

  color:#667963;

  font-size:6px;
  font-weight:900;

  white-space:nowrap;
}


.pm-shop-visitors{
  display:grid;

  grid-template-columns:
    auto auto;

  align-items:center;

  column-gap:3px;

  color:#7a8078;
}


.pm-shop-visitors svg{
  grid-row:
    1 / span 2;
}


.pm-shop-visitors span{
  font-size:8px;
  font-weight:900;

  line-height:1;
}


.pm-shop-visitors small{
  margin-top:2px;

  font-size:5px;

  line-height:1;
}


/* PRODUCTS */

.pm-products-premium{
  position:relative;
  z-index:1;

  margin-top:12px;

  display:grid;

  grid-template-columns:
    repeat(
      auto-fit,
      minmax(80px,1fr)
    );

  gap:8px;
}


.pm-product-premium{
  position:relative;

  min-width:0;

  padding:6px;

  display:block;

  border:
    1px solid #e3ddd3;

  border-radius:12px;

  background:
    rgba(255,253,249,.96);

  color:
    var(--pm-ink);

  text-decoration:none;

  box-shadow:
    0 5px 16px
    rgba(60,65,58,.045);

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease;
}


.pm-product-premium:hover{
  transform:
    translateY(-3px);

  border-color:
    #c7d1c1;

  box-shadow:
    0 10px 22px
    rgba(83,95,79,.10);
}


.pm-product-premium
.pm-product-image{
  height:98px;

  position:relative;

  overflow:hidden;

  border-radius:9px;

  background:
    #ede9e1;
}


.pm-product-premium
.pm-product-image img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  transition:
    transform .22s ease;
}


.pm-product-premium:hover
.pm-product-image img{
  transform:
    scale(1.035);
}


.pm-product-top{
  position:absolute;

  left:5px;
  top:5px;

  padding:
    3px 5px;

  border-radius:999px;

  background:
    rgba(255,253,249,.92);

  color:#667660;

  font-size:5px;
  font-weight:900;

  backdrop-filter:
    blur(5px);
}


.pm-product-copy{
  min-width:0;

  margin-top:7px;

  display:flex;
  flex-direction:column;
}


.pm-product-copy strong{
  overflow:hidden;

  color:
    var(--pm-ink);

  font-size:8px;

  text-overflow:ellipsis;
  white-space:nowrap;
}


.pm-product-copy span{
  margin-top:3px;

  color:#64705f;

  font-size:9px;
  font-weight:900;
}


.pm-product-open{
  width:17px;
  height:17px;

  position:absolute;

  right:5px;
  bottom:5px;

  display:grid;
  place-items:center;

  border-radius:50%;

  background:
    #eef1eb;

  color:#727e6d;

  font-size:8px;
}


/* SHOP MAIN CTA */

.pm-shop-action-premium{
  position:relative;
  z-index:1;

  margin-top:auto;

  min-height:44px;

  padding:
    0 15px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:13px;

  border:
    1px solid #778572;

  border-radius:11px;

  background:
    linear-gradient(
      135deg,
      #879581,
      #758270
    );

  color:white;

  box-shadow:
    0 7px 17px
    rgba(101,117,95,.15);

  text-decoration:none;
}


.pm-shop-action-premium > span{
  display:flex;
  flex-direction:column;

  text-align:left;
}


.pm-shop-action-premium strong{
  font-size:9px;
}


.pm-shop-action-premium small{
  margin-top:1px;

  color:
    rgba(255,255,255,.70);

  font-size:6px;
}


.pm-shop-action-premium:hover{
  background:
    linear-gradient(
      135deg,
      #7b8975,
      #697663
    );
}


/* ------------------------------------------------------
   4 products fit; 3 products expand evenly
------------------------------------------------------ */

.pm-products-premium:has(.pm-product-premium:nth-child(4)){
  grid-template-columns:
    repeat(4,1fr);
}


/* ------------------------------------------------------
   MOBILE
------------------------------------------------------ */

@media(max-width:700px){

  .pm-products-premium{
    grid-template-columns:
      repeat(2,1fr) !important;
  }

  .pm-product-premium
  .pm-product-image{
    height:145px;
  }

  .pm-shop-heading p{
    font-size:8px;
  }

}



/* ======================================================
   PICKME SALON SHOP — PREMIUM V1
   calm / useful / attractive
   ====================================================== */

.pm-shop-panel{
  position:relative;

  overflow:hidden;

  border:
    1px solid #ccd4c7;

  background:
    linear-gradient(
      145deg,
      #f0f3ed 0%,
      #faf8f3 58%,
      #f4f1ea 100%
    );

  color:
    var(--pm-ink);

  box-shadow:
    0 15px 38px
    rgba(86,100,82,.09);
}


/* subtle PickMe character */
.pm-shop-panel::before{
  content:"";

  position:absolute;

  width:150px;
  height:150px;

  right:-65px;
  top:-80px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(126,143,118,.15),
      transparent 68%
    );

  pointer-events:none;
}


.pm-shop-header{
  position:relative;
  z-index:1;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;

  gap:10px;
}


.pm-shop-heading{
  min-width:0;

  display:flex;
  align-items:center;
  gap:10px;
}


.pm-shop-heading > div{
  min-width:0;
}


.pm-shop-title-row{
  display:flex;
  align-items:center;
  gap:7px;
}


.pm-shop-title-row h2{
  margin:0;

  color:
    var(--pm-ink);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:18px;
}


.pm-shop-heading p{
  margin:
    3px 0 0;

  color:#7e817a;

  font-size:7px;
}


.pm-panel-icon.shop{
  background:
    #e3e9df;

  border:
    1px solid #cbd5c6;

  color:#6f806a;
}


.pm-shop-popular{
  padding:
    4px 7px;

  display:inline-flex;
  align-items:center;
  gap:3px;

  border-radius:999px;

  background:
    #e0e8dc;

  color:#667963;

  font-size:6px;
  font-weight:900;

  white-space:nowrap;
}


.pm-shop-visitors{
  display:grid;

  grid-template-columns:
    auto auto;

  align-items:center;

  column-gap:3px;

  color:#7a8078;
}


.pm-shop-visitors svg{
  grid-row:
    1 / span 2;
}


.pm-shop-visitors span{
  font-size:8px;
  font-weight:900;

  line-height:1;
}


.pm-shop-visitors small{
  margin-top:2px;

  font-size:5px;

  line-height:1;
}


/* PRODUCTS */

.pm-products-premium{
  position:relative;
  z-index:1;

  margin-top:12px;

  display:grid;

  grid-template-columns:
    repeat(
      auto-fit,
      minmax(80px,1fr)
    );

  gap:8px;
}


.pm-product-premium{
  position:relative;

  min-width:0;

  padding:6px;

  display:block;

  border:
    1px solid #e3ddd3;

  border-radius:12px;

  background:
    rgba(255,253,249,.96);

  color:
    var(--pm-ink);

  text-decoration:none;

  box-shadow:
    0 5px 16px
    rgba(60,65,58,.045);

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease;
}


.pm-product-premium:hover{
  transform:
    translateY(-3px);

  border-color:
    #c7d1c1;

  box-shadow:
    0 10px 22px
    rgba(83,95,79,.10);
}


.pm-product-premium
.pm-product-image{
  height:98px;

  position:relative;

  overflow:hidden;

  border-radius:9px;

  background:
    #ede9e1;
}


.pm-product-premium
.pm-product-image img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  transition:
    transform .22s ease;
}


.pm-product-premium:hover
.pm-product-image img{
  transform:
    scale(1.035);
}


.pm-product-top{
  position:absolute;

  left:5px;
  top:5px;

  padding:
    3px 5px;

  border-radius:999px;

  background:
    rgba(255,253,249,.92);

  color:#667660;

  font-size:5px;
  font-weight:900;

  backdrop-filter:
    blur(5px);
}


.pm-product-copy{
  min-width:0;

  margin-top:7px;

  display:flex;
  flex-direction:column;
}


.pm-product-copy strong{
  overflow:hidden;

  color:
    var(--pm-ink);

  font-size:8px;

  text-overflow:ellipsis;
  white-space:nowrap;
}


.pm-product-copy span{
  margin-top:3px;

  color:#64705f;

  font-size:9px;
  font-weight:900;
}


.pm-product-open{
  width:17px;
  height:17px;

  position:absolute;

  right:5px;
  bottom:5px;

  display:grid;
  place-items:center;

  border-radius:50%;

  background:
    #eef1eb;

  color:#727e6d;

  font-size:8px;
}


/* SHOP MAIN CTA */

.pm-shop-action-premium{
  position:relative;
  z-index:1;

  margin-top:auto;

  min-height:44px;

  padding:
    0 15px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:13px;

  border:
    1px solid #778572;

  border-radius:11px;

  background:
    linear-gradient(
      135deg,
      #879581,
      #758270
    );

  color:white;

  box-shadow:
    0 7px 17px
    rgba(101,117,95,.15);

  text-decoration:none;
}


.pm-shop-action-premium > span{
  display:flex;
  flex-direction:column;

  text-align:left;
}


.pm-shop-action-premium strong{
  font-size:9px;
}


.pm-shop-action-premium small{
  margin-top:1px;

  color:
    rgba(255,255,255,.70);

  font-size:6px;
}


.pm-shop-action-premium:hover{
  background:
    linear-gradient(
      135deg,
      #7b8975,
      #697663
    );
}


/* ------------------------------------------------------
   4 products fit; 3 products expand evenly
------------------------------------------------------ */

.pm-products-premium:has(.pm-product-premium:nth-child(4)){
  grid-template-columns:
    repeat(4,1fr);
}


/* ------------------------------------------------------
   MOBILE
------------------------------------------------------ */

@media(max-width:700px){

  .pm-products-premium{
    grid-template-columns:
      repeat(2,1fr) !important;
  }

  .pm-product-premium
  .pm-product-image{
    height:145px;
  }

  .pm-shop-heading p{
    font-size:8px;
  }

}



/* ======================================================
   PICKME SALON SHOP — PREMIUM V1
   calm / useful / attractive
   ====================================================== */

.pm-shop-panel{
  position:relative;

  overflow:hidden;

  border:
    1px solid #ccd4c7;

  background:
    linear-gradient(
      145deg,
      #f0f3ed 0%,
      #faf8f3 58%,
      #f4f1ea 100%
    );

  color:
    var(--pm-ink);

  box-shadow:
    0 15px 38px
    rgba(86,100,82,.09);
}


/* subtle PickMe character */
.pm-shop-panel::before{
  content:"";

  position:absolute;

  width:150px;
  height:150px;

  right:-65px;
  top:-80px;

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(126,143,118,.15),
      transparent 68%
    );

  pointer-events:none;
}


.pm-shop-header{
  position:relative;
  z-index:1;

  display:flex;
  align-items:flex-start;
  justify-content:space-between;

  gap:10px;
}


.pm-shop-heading{
  min-width:0;

  display:flex;
  align-items:center;
  gap:10px;
}


.pm-shop-heading > div{
  min-width:0;
}


.pm-shop-title-row{
  display:flex;
  align-items:center;
  gap:7px;
}


.pm-shop-title-row h2{
  margin:0;

  color:
    var(--pm-ink);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:18px;
}


.pm-shop-heading p{
  margin:
    3px 0 0;

  color:#7e817a;

  font-size:7px;
}


.pm-panel-icon.shop{
  background:
    #e3e9df;

  border:
    1px solid #cbd5c6;

  color:#6f806a;
}


.pm-shop-popular{
  padding:
    4px 7px;

  display:inline-flex;
  align-items:center;
  gap:3px;

  border-radius:999px;

  background:
    #e0e8dc;

  color:#667963;

  font-size:6px;
  font-weight:900;

  white-space:nowrap;
}


.pm-shop-visitors{
  display:grid;

  grid-template-columns:
    auto auto;

  align-items:center;

  column-gap:3px;

  color:#7a8078;
}


.pm-shop-visitors svg{
  grid-row:
    1 / span 2;
}


.pm-shop-visitors span{
  font-size:8px;
  font-weight:900;

  line-height:1;
}


.pm-shop-visitors small{
  margin-top:2px;

  font-size:5px;

  line-height:1;
}


/* PRODUCTS */

.pm-products-premium{
  position:relative;
  z-index:1;

  margin-top:12px;

  display:grid;

  grid-template-columns:
    repeat(
      auto-fit,
      minmax(80px,1fr)
    );

  gap:8px;
}


.pm-product-premium{
  position:relative;

  min-width:0;

  padding:6px;

  display:block;

  border:
    1px solid #e3ddd3;

  border-radius:12px;

  background:
    rgba(255,253,249,.96);

  color:
    var(--pm-ink);

  text-decoration:none;

  box-shadow:
    0 5px 16px
    rgba(60,65,58,.045);

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease;
}


.pm-product-premium:hover{
  transform:
    translateY(-3px);

  border-color:
    #c7d1c1;

  box-shadow:
    0 10px 22px
    rgba(83,95,79,.10);
}


.pm-product-premium
.pm-product-image{
  height:98px;

  position:relative;

  overflow:hidden;

  border-radius:9px;

  background:
    #ede9e1;
}


.pm-product-premium
.pm-product-image img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  transition:
    transform .22s ease;
}


.pm-product-premium:hover
.pm-product-image img{
  transform:
    scale(1.035);
}


.pm-product-top{
  position:absolute;

  left:5px;
  top:5px;

  padding:
    3px 5px;

  border-radius:999px;

  background:
    rgba(255,253,249,.92);

  color:#667660;

  font-size:5px;
  font-weight:900;

  backdrop-filter:
    blur(5px);
}


.pm-product-copy{
  min-width:0;

  margin-top:7px;

  display:flex;
  flex-direction:column;
}


.pm-product-copy strong{
  overflow:hidden;

  color:
    var(--pm-ink);

  font-size:8px;

  text-overflow:ellipsis;
  white-space:nowrap;
}


.pm-product-copy span{
  margin-top:3px;

  color:#64705f;

  font-size:9px;
  font-weight:900;
}


.pm-product-open{
  width:17px;
  height:17px;

  position:absolute;

  right:5px;
  bottom:5px;

  display:grid;
  place-items:center;

  border-radius:50%;

  background:
    #eef1eb;

  color:#727e6d;

  font-size:8px;
}


/* SHOP MAIN CTA */

.pm-shop-action-premium{
  position:relative;
  z-index:1;

  margin-top:auto;

  min-height:44px;

  padding:
    0 15px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:13px;

  border:
    1px solid #778572;

  border-radius:11px;

  background:
    linear-gradient(
      135deg,
      #879581,
      #758270
    );

  color:white;

  box-shadow:
    0 7px 17px
    rgba(101,117,95,.15);

  text-decoration:none;
}


.pm-shop-action-premium > span{
  display:flex;
  flex-direction:column;

  text-align:left;
}


.pm-shop-action-premium strong{
  font-size:9px;
}


.pm-shop-action-premium small{
  margin-top:1px;

  color:
    rgba(255,255,255,.70);

  font-size:6px;
}


.pm-shop-action-premium:hover{
  background:
    linear-gradient(
      135deg,
      #7b8975,
      #697663
    );
}


/* ------------------------------------------------------
   4 products fit; 3 products expand evenly
------------------------------------------------------ */

.pm-products-premium:has(.pm-product-premium:nth-child(4)){
  grid-template-columns:
    repeat(4,1fr);
}


/* ------------------------------------------------------
   MOBILE
------------------------------------------------------ */

@media(max-width:700px){

  .pm-products-premium{
    grid-template-columns:
      repeat(2,1fr) !important;
  }

  .pm-product-premium
  .pm-product-image{
    height:145px;
  }

  .pm-shop-heading p{
    font-size:8px;
  }

}



/* ======================================================
   PICKME PREMIUM V2 — USEFUL SALON PAGE
   ====================================================== */


/* ---------- replace technical 3/128/3 stats ---------- */

.pm-salon-stats{
  display:none !important;
}


.pm-quick-facts{
  margin-top:10px;

  width:min(
    100%,
    590px
  );
}


.pm-today-strip{
  min-height:38px;

  display:grid;

  grid-template-columns:
    1.15fr
    1fr
    .9fr;

  overflow:hidden;

  border:
    1px solid
    #e3ddd4;

  border-radius:11px;

  background:
    rgba(255,253,249,.82);
}


.pm-today-strip > div{
  padding:
    7px 10px;

  display:flex;
  align-items:center;
  gap:5px;

  border-right:
    1px solid
    #e8e2da;
}


.pm-today-strip > div:last-child{
  border-right:0;
}


.pm-today-strip strong{
  color:
    var(--pm-ink);

  font-size:8px;

  white-space:nowrap;
}


.pm-today-strip span{
  color:#777d77;

  font-size:7px;
}


.pm-live-pulse{
  width:7px;
  height:7px;

  flex:0 0 auto;

  border-radius:50%;

  background:
    #8faa8a;

  box-shadow:
    0 0 0 4px
    rgba(143,170,138,.12);
}


.pm-today-strip
.waiting.active{
  background:
    #f2ede4;
}


.pm-today-strip
.waiting svg{
  color:#8d8374;
}


/* ---------- capabilities ---------- */

.pm-capabilities{
  margin-top:7px;

  display:flex;
  flex-wrap:wrap;

  gap:5px;
}


.pm-capabilities span{
  min-height:25px;

  padding:
    0 8px;

  display:inline-flex;
  align-items:center;

  gap:5px;

  border:
    1px solid
    #e2ddd5;

  border-radius:999px;

  background:
    #f8f5ef;

  color:#686e69;

  font-size:7px;
  font-weight:700;
}


.pm-capabilities svg{
  color:#879282;
}


/* ======================================================
   WAITING QUEUE INSIDE LIVE STAFF
   ====================================================== */

.pm-worker-live-meta{
  margin-top:4px;

  display:flex;
  align-items:center;

  gap:4px;
}


.pm-worker-live-meta
.pm-worker-status{
  margin-top:0;

  flex:1;
}


.pm-worker-wait{
  min-height:17px;

  padding:
    2px 5px;

  display:flex;
  align-items:center;

  border-radius:6px;

  background:
    #eee8de;

  color:#806f5c;

  font-size:6px;
  font-weight:800;

  white-space:nowrap;
}


/* ======================================================
   SHOP — GIVE IT A LITTLE MORE LIFE
   WITHOUT DARK GREEN / GOLD
   ====================================================== */

.pm-shop-panel{
  border-color:
    #cbd3c6 !important;

  background:
    linear-gradient(
      145deg,
      #edf1e9 0%,
      #f8f6f1 62%,
      #f2efe8 100%
    ) !important;
}


.pm-shop-panel::after{
  content:"SALON EMPFEHLUNG";

  position:absolute;

  right:15px;
  top:14px;

  color:
    rgba(104,122,99,.15);

  font-size:20px;
  font-weight:900;

  letter-spacing:.08em;

  pointer-events:none;
}


.pm-shop-header,
.pm-products-premium,
.pm-shop-action-premium{
  position:relative;
  z-index:2;
}


.pm-product-premium
.pm-product-image{
  height:104px;
}


.pm-shop-action-premium{
  background:
    linear-gradient(
      135deg,
      #879481,
      #737f6e
    ) !important;
}


/* ======================================================
   FIT COMPLETE DESKTOP PAGE + FOOTER
   ====================================================== */

.pm-salon-page{
  height:
    calc(
      100dvh - 30px
    ) !important;

  min-height:0;

  overflow:hidden;
}


.pm-public-header{
  height:54px !important;

  box-sizing:border-box;
}


.pm-salon-shell{
  height:
    calc(
      100% - 54px
    ) !important;

  padding:
    12px 0 8px !important;

  grid-template-rows:
    minmax(0,1.38fr)
    minmax(0,.88fr)
    !important;

  gap:12px !important;
}


.pm-salon-hero{
  gap:16px !important;
}


.pm-bottom-grid{
  gap:12px !important;
}


.pm-panel{
  padding:
    14px 16px !important;
}


.pm-contact-list > div,
.pm-contact-list > a{
  min-height:
    32px !important;
}


.pm-google-map{
  margin-top:
    7px !important;
}


.pm-google-map-frame{
  height:
    68px !important;
}


.pm-google-map-action{
  min-height:
    29px !important;
}


.pm-product-premium
.pm-product-image{
  height:
    86px;
}


.pm-shop-action-premium{
  min-height:
    34px !important;
}


.pm-live-photo{
  max-height:
    118px;
}


/* ======================================================
   GLOBAL PUBLIC FOOTER
   ====================================================== */

.pickme-app-frame{
  min-height:100dvh;

  background:
    var(--pm-bg);
}


.pickme-public-footer{
  height:30px;

  padding:
    0 28px;

  box-sizing:border-box;

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-top:
    1px solid
    #e5dfd6;

  background:
    #f2efe9;

  color:#81817a;

  font-size:7px;
}


.pickme-public-footer nav{
  display:flex;
  align-items:center;

  gap:15px;
}


.pickme-public-footer a{
  color:#646965;

  text-decoration:none;
}


.pickme-public-footer a:hover{
  text-decoration:underline;
}


/* ======================================================
   LEGAL PAGES
   ====================================================== */

.pm-legal-page{
  min-height:
    calc(
      100dvh - 30px
    );

  background:
    var(--pm-bg);
}


.pm-legal-header{
  height:62px;

  padding:
    0 max(
      24px,
      calc(
        (
          100vw -
          1180px
        ) / 2
      )
    );

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-bottom:
    1px solid
    var(--pm-border);

  background:
    rgba(255,253,249,.9);
}


.pm-legal-header > a{
  color:
    var(--pm-muted);

  text-decoration:none;

  font-size:9px;
}


.pm-legal-content{
  width:min(
    calc(
      100% - 40px
    ),
    900px
  );

  margin:
    48px auto;

  padding-bottom:
    40px;
}


.pm-legal-content > small{
  color:
    var(--pm-accent);

  font-size:8px;
  font-weight:900;

  letter-spacing:.14em;
}


.pm-legal-content h1{
  margin:
    5px 0 10px;

  font-family:
    Georgia,
    serif;

  font-size:
    clamp(
      34px,
      5vw,
      52px
    );

  color:
    var(--pm-ink);
}


.pm-legal-intro{
  max-width:
    760px;

  color:#626761;

  line-height:1.6;
}


.pm-legal-notice{
  margin-top:22px;

  padding:
    12px 14px;

  border:
    1px solid
    #ded6c9;

  border-radius:11px;

  background:
    #f2ece2;

  color:#776b5c;

  font-size:9px;
  font-weight:800;
}


.pm-legal-sections{
  margin-top:26px;

  display:grid;

  gap:12px;
}


.pm-legal-sections section{
  padding:
    20px;

  border:
    1px solid
    var(--pm-border);

  border-radius:16px;

  background:
    var(--pm-surface);
}


.pm-legal-sections h2{
  margin:0;

  color:
    var(--pm-ink);

  font-family:
    Georgia,
    serif;

  font-size:18px;
}


.pm-legal-sections p{
  margin:
    9px 0 0;

  white-space:
    pre-line;

  color:#656a65;

  font-size:11px;

  line-height:1.6;
}


/* ======================================================
   MOBILE
   ====================================================== */

@media(max-width:700px){

  .pm-salon-page{
    height:auto !important;

    overflow:visible;
  }


  .pm-salon-shell{
    height:auto !important;
  }


  .pm-today-strip{
    grid-template-columns:
      1fr;
  }


  .pm-today-strip > div{
    min-height:34px;

    border-right:0;

    border-bottom:
      1px solid
      #e8e2da;
  }


  .pm-today-strip > div:last-child{
    border-bottom:0;
  }


  .pm-capabilities{
    gap:6px;
  }


  .pm-capabilities span{
    min-height:30px;

    padding:
      0 10px;

    font-size:8px;
  }


  .pm-google-map-frame{
    height:
      165px !important;
  }


  .pickme-public-footer{
    height:auto;

    min-height:54px;

    padding:
      12px 18px;

    gap:10px;

    flex-direction:column;

    justify-content:center;
  }


  .pickme-public-footer nav{
    gap:12px;
  }

}



/* ======================================================
   PICKME PREMIUM V2 — USEFUL SALON PAGE
   ====================================================== */


/* ---------- replace technical 3/128/3 stats ---------- */

.pm-salon-stats{
  display:none !important;
}


.pm-quick-facts{
  margin-top:10px;

  width:min(
    100%,
    590px
  );
}


.pm-today-strip{
  min-height:38px;

  display:grid;

  grid-template-columns:
    1.15fr
    1fr
    .9fr;

  overflow:hidden;

  border:
    1px solid
    #e3ddd4;

  border-radius:11px;

  background:
    rgba(255,253,249,.82);
}


.pm-today-strip > div{
  padding:
    7px 10px;

  display:flex;
  align-items:center;
  gap:5px;

  border-right:
    1px solid
    #e8e2da;
}


.pm-today-strip > div:last-child{
  border-right:0;
}


.pm-today-strip strong{
  color:
    var(--pm-ink);

  font-size:8px;

  white-space:nowrap;
}


.pm-today-strip span{
  color:#777d77;

  font-size:7px;
}


.pm-live-pulse{
  width:7px;
  height:7px;

  flex:0 0 auto;

  border-radius:50%;

  background:
    #8faa8a;

  box-shadow:
    0 0 0 4px
    rgba(143,170,138,.12);
}


.pm-today-strip
.waiting.active{
  background:
    #f2ede4;
}


.pm-today-strip
.waiting svg{
  color:#8d8374;
}


/* ---------- capabilities ---------- */

.pm-capabilities{
  margin-top:7px;

  display:flex;
  flex-wrap:wrap;

  gap:5px;
}


.pm-capabilities span{
  min-height:25px;

  padding:
    0 8px;

  display:inline-flex;
  align-items:center;

  gap:5px;

  border:
    1px solid
    #e2ddd5;

  border-radius:999px;

  background:
    #f8f5ef;

  color:#686e69;

  font-size:7px;
  font-weight:700;
}


.pm-capabilities svg{
  color:#879282;
}


/* ======================================================
   WAITING QUEUE INSIDE LIVE STAFF
   ====================================================== */

.pm-worker-live-meta{
  margin-top:4px;

  display:flex;
  align-items:center;

  gap:4px;
}


.pm-worker-live-meta
.pm-worker-status{
  margin-top:0;

  flex:1;
}


.pm-worker-wait{
  min-height:17px;

  padding:
    2px 5px;

  display:flex;
  align-items:center;

  border-radius:6px;

  background:
    #eee8de;

  color:#806f5c;

  font-size:6px;
  font-weight:800;

  white-space:nowrap;
}


/* ======================================================
   SHOP — GIVE IT A LITTLE MORE LIFE
   WITHOUT DARK GREEN / GOLD
   ====================================================== */

.pm-shop-panel{
  border-color:
    #cbd3c6 !important;

  background:
    linear-gradient(
      145deg,
      #edf1e9 0%,
      #f8f6f1 62%,
      #f2efe8 100%
    ) !important;
}


.pm-shop-panel::after{
  content:"SALON EMPFEHLUNG";

  position:absolute;

  right:15px;
  top:14px;

  color:
    rgba(104,122,99,.15);

  font-size:20px;
  font-weight:900;

  letter-spacing:.08em;

  pointer-events:none;
}


.pm-shop-header,
.pm-products-premium,
.pm-shop-action-premium{
  position:relative;
  z-index:2;
}


.pm-product-premium
.pm-product-image{
  height:104px;
}


.pm-shop-action-premium{
  background:
    linear-gradient(
      135deg,
      #879481,
      #737f6e
    ) !important;
}


/* ======================================================
   FIT COMPLETE DESKTOP PAGE + FOOTER
   ====================================================== */

.pm-salon-page{
  height:
    calc(
      100dvh - 30px
    ) !important;

  min-height:0;

  overflow:hidden;
}


.pm-public-header{
  height:54px !important;

  box-sizing:border-box;
}


.pm-salon-shell{
  height:
    calc(
      100% - 54px
    ) !important;

  padding:
    12px 0 8px !important;

  grid-template-rows:
    minmax(0,1.38fr)
    minmax(0,.88fr)
    !important;

  gap:12px !important;
}


.pm-salon-hero{
  gap:16px !important;
}


.pm-bottom-grid{
  gap:12px !important;
}


.pm-panel{
  padding:
    14px 16px !important;
}


.pm-contact-list > div,
.pm-contact-list > a{
  min-height:
    32px !important;
}


.pm-google-map{
  margin-top:
    7px !important;
}


.pm-google-map-frame{
  height:
    68px !important;
}


.pm-google-map-action{
  min-height:
    29px !important;
}


.pm-product-premium
.pm-product-image{
  height:
    86px;
}


.pm-shop-action-premium{
  min-height:
    34px !important;
}


.pm-live-photo{
  max-height:
    118px;
}


/* ======================================================
   GLOBAL PUBLIC FOOTER
   ====================================================== */

.pickme-app-frame{
  min-height:100dvh;

  background:
    var(--pm-bg);
}


.pickme-public-footer{
  height:30px;

  padding:
    0 28px;

  box-sizing:border-box;

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-top:
    1px solid
    #e5dfd6;

  background:
    #f2efe9;

  color:#81817a;

  font-size:7px;
}


.pickme-public-footer nav{
  display:flex;
  align-items:center;

  gap:15px;
}


.pickme-public-footer a{
  color:#646965;

  text-decoration:none;
}


.pickme-public-footer a:hover{
  text-decoration:underline;
}


/* ======================================================
   LEGAL PAGES
   ====================================================== */

.pm-legal-page{
  min-height:
    calc(
      100dvh - 30px
    );

  background:
    var(--pm-bg);
}


.pm-legal-header{
  height:62px;

  padding:
    0 max(
      24px,
      calc(
        (
          100vw -
          1180px
        ) / 2
      )
    );

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-bottom:
    1px solid
    var(--pm-border);

  background:
    rgba(255,253,249,.9);
}


.pm-legal-header > a{
  color:
    var(--pm-muted);

  text-decoration:none;

  font-size:9px;
}


.pm-legal-content{
  width:min(
    calc(
      100% - 40px
    ),
    900px
  );

  margin:
    48px auto;

  padding-bottom:
    40px;
}


.pm-legal-content > small{
  color:
    var(--pm-accent);

  font-size:8px;
  font-weight:900;

  letter-spacing:.14em;
}


.pm-legal-content h1{
  margin:
    5px 0 10px;

  font-family:
    Georgia,
    serif;

  font-size:
    clamp(
      34px,
      5vw,
      52px
    );

  color:
    var(--pm-ink);
}


.pm-legal-intro{
  max-width:
    760px;

  color:#626761;

  line-height:1.6;
}


.pm-legal-notice{
  margin-top:22px;

  padding:
    12px 14px;

  border:
    1px solid
    #ded6c9;

  border-radius:11px;

  background:
    #f2ece2;

  color:#776b5c;

  font-size:9px;
  font-weight:800;
}


.pm-legal-sections{
  margin-top:26px;

  display:grid;

  gap:12px;
}


.pm-legal-sections section{
  padding:
    20px;

  border:
    1px solid
    var(--pm-border);

  border-radius:16px;

  background:
    var(--pm-surface);
}


.pm-legal-sections h2{
  margin:0;

  color:
    var(--pm-ink);

  font-family:
    Georgia,
    serif;

  font-size:18px;
}


.pm-legal-sections p{
  margin:
    9px 0 0;

  white-space:
    pre-line;

  color:#656a65;

  font-size:11px;

  line-height:1.6;
}


/* ======================================================
   MOBILE
   ====================================================== */

@media(max-width:700px){

  .pm-salon-page{
    height:auto !important;

    overflow:visible;
  }


  .pm-salon-shell{
    height:auto !important;
  }


  .pm-today-strip{
    grid-template-columns:
      1fr;
  }


  .pm-today-strip > div{
    min-height:34px;

    border-right:0;

    border-bottom:
      1px solid
      #e8e2da;
  }


  .pm-today-strip > div:last-child{
    border-bottom:0;
  }


  .pm-capabilities{
    gap:6px;
  }


  .pm-capabilities span{
    min-height:30px;

    padding:
      0 10px;

    font-size:8px;
  }


  .pm-google-map-frame{
    height:
      165px !important;
  }


  .pickme-public-footer{
    height:auto;

    min-height:54px;

    padding:
      12px 18px;

    gap:10px;

    flex-direction:column;

    justify-content:center;
  }


  .pickme-public-footer nav{
    gap:12px;
  }

}


/* ======================================================
   PICKME LOGIC + CLEANUP FINAL
   ====================================================== */

/* remove giant Shop watermark */
.pm-shop-panel::after{
  content:none !important;
  display:none !important;
}


/* capabilities should be readable */
.pm-capabilities{
  margin-top:8px;
  gap:6px;
}

.pm-capabilities span{
  min-height:28px;

  padding:0 10px;

  border-color:#ded9d0;

  background:#f8f5ef;

  color:#626964;

  font-size:8px;
  font-weight:700;
}

.pm-capabilities svg{
  color:#818e7d;
}


/* closed/open strip */
.pm-today-strip.closed{
  grid-template-columns:1fr;
}

.pm-today-strip.closed
.pm-open-state{
  border-right:0;
}

.pm-open-state{
  display:flex !important;
  align-items:center;
}

.pm-closed-dot{
  width:7px;
  height:7px;

  flex:0 0 auto;

  border-radius:50%;

  background:#aaa9a4;
}

.pm-today-strip.closed
.pm-open-state > span:last-child{
  margin-left:auto;

  color:#777b75;

  font-size:7px;
}


/* worker queue states */
.pm-worker-status.closed{
  background:#eceae6;
  color:#81817d;
}

.pm-worker-status.closed i{
  background:#aaa9a4;
}

.pm-worker-status.soon{
  background:#eee7db;
  color:#887866;
}

.pm-worker-status.soon i{
  background:#aa9882;
}


/* Maria with queue needs enough width */
.pm-worker-live-meta{
  align-items:stretch;
}

.pm-worker-live-meta
.pm-worker-status{
  min-width:0;

  padding-left:5px;
  padding-right:5px;

  font-size:7px;
  line-height:1.15;

  white-space:normal;
}

.pm-worker-wait{
  flex:0 0 auto;
}


/* slightly more breathing room for Shop without enlarging card */
.pm-shop-heading p{
  font-size:7px;
  color:#747a74;
}

.pm-product-premium{
  background:#fffdfa;
}

.pm-shop-action-premium{
  background:
    linear-gradient(
      135deg,
      #879481,
      #737f6e
    ) !important;
}


/* keep desktop in one screen */
@media(min-width:1101px){

  .pm-salon-shell{
    padding-top:10px !important;
    padding-bottom:6px !important;

    grid-template-rows:
      minmax(0,1.34fr)
      minmax(0,.82fr)
      !important;
  }

  .pm-bottom-grid{
    min-height:0;
  }

  .pm-google-map-frame{
    height:62px !important;
  }

}


/* ======================================================
   PICKME LOGIC + CLEANUP FINAL
   ====================================================== */

/* remove giant Shop watermark */
.pm-shop-panel::after{
  content:none !important;
  display:none !important;
}


/* capabilities should be readable */
.pm-capabilities{
  margin-top:8px;
  gap:6px;
}

.pm-capabilities span{
  min-height:28px;

  padding:0 10px;

  border-color:#ded9d0;

  background:#f8f5ef;

  color:#626964;

  font-size:8px;
  font-weight:700;
}

.pm-capabilities svg{
  color:#818e7d;
}


/* closed/open strip */
.pm-today-strip.closed{
  grid-template-columns:1fr;
}

.pm-today-strip.closed
.pm-open-state{
  border-right:0;
}

.pm-open-state{
  display:flex !important;
  align-items:center;
}

.pm-closed-dot{
  width:7px;
  height:7px;

  flex:0 0 auto;

  border-radius:50%;

  background:#aaa9a4;
}

.pm-today-strip.closed
.pm-open-state > span:last-child{
  margin-left:auto;

  color:#777b75;

  font-size:7px;
}


/* worker queue states */
.pm-worker-status.closed{
  background:#eceae6;
  color:#81817d;
}

.pm-worker-status.closed i{
  background:#aaa9a4;
}

.pm-worker-status.soon{
  background:#eee7db;
  color:#887866;
}

.pm-worker-status.soon i{
  background:#aa9882;
}


/* Maria with queue needs enough width */
.pm-worker-live-meta{
  align-items:stretch;
}

.pm-worker-live-meta
.pm-worker-status{
  min-width:0;

  padding-left:5px;
  padding-right:5px;

  font-size:7px;
  line-height:1.15;

  white-space:normal;
}

.pm-worker-wait{
  flex:0 0 auto;
}


/* slightly more breathing room for Shop without enlarging card */
.pm-shop-heading p{
  font-size:7px;
  color:#747a74;
}

.pm-product-premium{
  background:#fffdfa;
}

.pm-shop-action-premium{
  background:
    linear-gradient(
      135deg,
      #879481,
      #737f6e
    ) !important;
}


/* keep desktop in one screen */
@media(min-width:1101px){

  .pm-salon-shell{
    padding-top:10px !important;
    padding-bottom:6px !important;

    grid-template-rows:
      minmax(0,1.34fr)
      minmax(0,.82fr)
      !important;
  }

  .pm-bottom-grid{
    min-height:0;
  }

  .pm-google-map-frame{
    height:62px !important;
  }

}



/* ==================================================
   PICKME — FINAL SALON POLISH
   ================================================== */

/* ----- Closed salon / Live ----- */

.pm-live-card.closed {
  --pm-closed-opacity: .48;
}

.pm-live-card.closed [class*="schedule"],
.pm-live-card.closed [class*="timeline"],
.pm-live-card.closed [class*="slot"],
.pm-live-card.closed [class*="matrix"] {
  filter: saturate(.18);
}

.pm-live-card.closed [class*="schedule"],
.pm-live-card.closed [class*="timeline"],
.pm-live-card.closed [class*="matrix"] {
  opacity: .62;
}

.pm-live-card.closed [class*="slot"] {
  opacity: .72;
}

/* Keep people readable even while salon is closed */
.pm-live-card.closed img {
  filter: none;
  opacity: 1;
}


/* ----- Capability chips ----- */

.pm-capabilities,
.pm-quick-facts,
[class*="capabilit"] {
  gap: 7px;
}

.pm-capabilities > *,
.pm-quick-facts > *,
[class*="capabilit"] > * {
  white-space: nowrap;
}


/* ----- Shop: premium but quiet ----- */

.pm-shop-card,
[class*="shop-card"] {
  background:
    linear-gradient(
      145deg,
      rgba(232, 237, 229, .68),
      rgba(255, 253, 249, .96) 56%
    );
  border-color: rgba(123, 136, 117, .22);
}

.pm-shop-card img,
[class*="shop-card"] img {
  object-fit: cover;
}


/* ----- Google map calmer ----- */

.pm-map iframe,
[class*="map"] iframe {
  filter:
    saturate(.72)
    contrast(.94)
    brightness(1.02);
}


/* ----- Fixed public footer ----- */

.pm-public-footer {
  position: fixed;
  z-index: 1000;

  left: 0;
  right: 0;
  bottom: 0;

  height: 28px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 32px;

  box-sizing: border-box;

  background: rgba(250, 248, 244, .96);
  border-top: 1px solid #e4ded4;

  color: #777b75;

  font-size: 11px;
  line-height: 1;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pm-public-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pm-public-footer a {
  color: #5f6662;
  text-decoration: none;
}

.pm-public-footer a:hover {
  color: #303735;
}


/* Reserve exact footer height on public salon */
body:has(.pm-live-card) {
  padding-bottom: 28px;
  box-sizing: border-box;
}


/* ----- Staff adaptive behaviour ----- */

.pm-live-card [class*="staff"] {
  min-width: 0;
}

.pm-live-card .count-4,
.pm-live-card .count-5 {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}


/* ----- Mobile ----- */

@media (max-width: 760px) {
  .pm-public-footer {
    position: relative;
    height: auto;
    min-height: 42px;

    padding: 12px 16px;

    gap: 10px;

    flex-wrap: wrap;
  }

  .pm-public-footer nav {
    gap: 14px;
  }

  body:has(.pm-live-card) {
    padding-bottom: 0;
  }
}



/* ==================================================
   PICKME PUBLIC SALON SHOP — FINAL
   ================================================== */

.pm-shop-card {
  min-width: 0;

  background:
    linear-gradient(
      145deg,
      rgba(232, 237, 229, .82),
      rgba(255, 253, 249, .98) 68%
    );

  border-color:
    rgba(123, 136, 117, .24);
}

.pm-shop-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pm-shop-title h2 {
  margin: 0;
}

.pm-shop-title p {
  margin: 2px 0 0;

  color: #777b75;
  font-size: 10px;
  line-height: 1.2;
}

.pm-shop-products {
  display: grid;
  gap: 5px;

  margin-top: 9px;
}

.pm-shop-product {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;

  min-height: 42px;

  padding: 4px 7px 4px 4px;

  color: #303735;
  text-decoration: none;

  background:
    rgba(255, 253, 249, .72);

  border:
    1px solid rgba(166, 158, 144, .18);

  border-radius: 9px;
}

.pm-shop-product:hover {
  background:
    rgba(255, 253, 249, .96);
}

.pm-shop-product img {
  width: 38px;
  height: 34px;

  display: block;

  object-fit: cover;

  border-radius: 7px;
}

.pm-shop-product-copy {
  min-width: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}

.pm-shop-product-copy strong {
  min-width: 0;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 10px;
  font-weight: 650;
}

.pm-shop-product-copy small {
  flex: 0 0 auto;

  color: #657260;

  font-size: 9px;
  font-weight: 700;
}

.pm-shop-arrow {
  color: #7b8875;
  font-size: 13px;
}

.pm-shop-open {
  min-height: 32px;

  margin-top: auto;
  padding: 0 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  color: #303735;
  text-decoration: none;

  background:
    rgba(255, 253, 249, .78);

  border:
    1px solid rgba(123, 136, 117, .25);

  border-radius: 8px;

  font-size: 9px;
  font-weight: 700;
}


/*
  If this lower information grid now contains Shop,
  use four balanced columns on wide desktop.
*/
@media (min-width: 1180px) {
  div:has(> .pm-shop-card) {
    grid-template-columns:
      repeat(4, minmax(0, 1fr));
  }
}


/* Smaller desktop/tablet: two by two */
@media (min-width: 761px) and (max-width: 1179px) {
  div:has(> .pm-shop-card) {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}


/* Mobile remains stacked */
@media (max-width: 760px) {
  div:has(> .pm-shop-card) {
    grid-template-columns: 1fr;
  }
}



/* ==================================================
   PICKME — CONTACT CARD FINAL FILL
   Fill the remaining space with Google Maps
   ================================================== */

.pm-contact-card,
[class*="contact-card"] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* Map becomes the flexible bottom part of the card */
.pm-contact-card .pm-map,
.pm-contact-card [class*="map"],
[class*="contact-card"] .pm-map,
[class*="contact-card"] [class*="map"] {
  flex: 1 1 auto;
  min-height: 86px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 9px;
}

/* iframe fills the whole available map area */
.pm-contact-card iframe,
[class*="contact-card"] iframe {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 86px;
  border: 0;
}

/* navigation link stays attached to the map */
.pm-contact-card [class*="navigation"],
.pm-contact-card [class*="navigate"],
[class*="contact-card"] [class*="navigation"],
[class*="contact-card"] [class*="navigate"] {
  flex: 0 0 auto;
}


/* Desktop: use almost all remaining card height */
@media (min-width: 1180px) {
  .pm-contact-card .pm-map,
  .pm-contact-card [class*="map"],
  [class*="contact-card"] .pm-map,
  [class*="contact-card"] [class*="map"] {
    min-height: 105px;
  }

  .pm-contact-card iframe,
  [class*="contact-card"] iframe {
    min-height: 105px;
  }
}



/* ==================================================
   PICKME — GOOGLE MAP EXACT CONTACT FILL
   ================================================== */

/*
  GoogleSalonMap is a direct child of the contact article.
  This targets only that article without depending
  on legacy contact-card class names.
*/
article:has(> .pm-google-map) {
  display: flex;
  flex-direction: column;
  min-height: 0;
}


/* Map consumes all remaining vertical space */
.pm-google-map {
  flex: 1 1 0;
  min-height: 0;

  display: flex;
  flex-direction: column;

  margin-top: 8px;

  overflow: hidden;

  border:
    1px solid rgba(166, 158, 144, .24);

  border-radius: 9px;

  background: #faf8f4;
}


/* Actual Google map grows */
.pm-google-map-frame {
  flex: 1 1 auto;

  display: block;

  width: 100%;
  height: 100%;

  min-height: 105px;

  border: 0;

  filter:
    saturate(.72)
    contrast(.94)
    brightness(1.02);
}


/* Navigation remains a small footer inside map block */
.pm-google-map-nav {
  flex: 0 0 28px;

  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  box-sizing: border-box;

  color: #4f5954;
  text-decoration: none;

  background: rgba(255, 253, 249, .96);

  border-top:
    1px solid rgba(166, 158, 144, .18);

  font-size: 9px;
}

.pm-google-map-nav strong {
  font-weight: 650;
}

.pm-google-map-nav:hover {
  color: #303735;
}


/* Desktop: ensure the map visually fills the card */
@media (min-width: 1180px) {
  .pm-google-map-frame {
    min-height: 118px;
  }
}


/* Mobile can be comfortably taller */
@media (max-width: 760px) {
  .pm-google-map {
    flex: none;
  }

  .pm-google-map-frame {
    min-height: 180px;
  }
}



/* ==================================================
   PICKME — EMPTY SALON SHOP
   No fake products. Real products only.
   ================================================== */

.pm-shop-empty {
  display: flex;
  flex-direction: column;

  min-width: 0;

  padding: 16px 18px;

  background:
    linear-gradient(
      145deg,
      rgba(232, 237, 229, .76),
      rgba(255, 253, 249, .98) 68%
    );

  border:
    1px solid rgba(123, 136, 117, .20);
}

.pm-shop-empty-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pm-shop-empty-symbol {
  color: #657260;
  font-size: 18px;
}

.pm-shop-empty-head h2 {
  margin: 0;

  color: #303735;

  font-size: 20px;
  line-height: 1.05;
}

.pm-shop-empty-head p {
  margin: 3px 0 0;

  color: #777b75;

  font-size: 10px;
}


.pm-shop-empty-body {
  flex: 1 1 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 7px;

  padding: 18px 4px;
}

.pm-shop-empty-body strong {
  color: #3d4742;

  font-size: 14px;
  font-weight: 650;
}

.pm-shop-empty-body span {
  max-width: 250px;

  color: #777b75;

  font-size: 10px;
  line-height: 1.45;
}


.pm-shop-empty-link {
  min-height: 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 10px;

  color: #4f5954;
  text-decoration: none;

  background:
    rgba(255, 253, 249, .76);

  border:
    1px solid rgba(123, 136, 117, .24);

  border-radius: 8px;

  font-size: 9px;
  font-weight: 700;
}

.pm-shop-empty-link:hover {
  background:
    rgba(255, 253, 249, .98);

  color: #303735;
}



/* ==================================================
   PICKME — GOOGLE MAP FINAL
   German UI + reliable route button
   ================================================== */

article:has(> .pm-google-map) {
  display: flex;
  flex-direction: column;
}


.pm-google-map {
  flex: 1 1 auto !important;

  min-height: 0;

  display: grid !important;
  grid-template-rows:
    minmax(0, 1fr)
    31px;

  overflow: hidden;

  margin-top: 8px;

  border:
    1px solid rgba(
      166,
      158,
      144,
      .24
    );

  border-radius: 9px;

  background: #faf8f4;
}


.pm-google-map-canvas {
  position: relative;

  min-height: 0;

  overflow: hidden;
}


.pm-google-map-frame {
  position: absolute;

  inset: 0;

  width: 100% !important;
  height: 100% !important;

  min-height: 100% !important;

  display: block;

  border: 0;

  filter:
    saturate(.72)
    contrast(.94)
    brightness(1.02);
}


/*
  Covers Google's language-dependent
  top-left control ("Карты", etc.)
  with our neutral PickMe label.
*/
.pm-google-map-label {
  position: absolute;

  z-index: 3;

  left: 7px;
  top: 7px;

  padding: 5px 8px;

  border:
    1px solid rgba(
      166,
      158,
      144,
      .22
    );

  border-radius: 6px;

  color: #4f5954;

  background:
    rgba(
      255,
      253,
      249,
      .96
    );

  box-shadow:
    0 2px 7px
    rgba(
      48,
      55,
      53,
      .08
    );

  font-size: 9px;
  font-weight: 650;

  pointer-events: none;
}


.pm-google-map-route {
  position: relative;

  z-index: 5;

  min-height: 31px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 6px;

  box-sizing: border-box;

  color: #4f5954;

  text-decoration: none;

  background:
    rgba(
      255,
      253,
      249,
      .98
    );

  border-top:
    1px solid rgba(
      166,
      158,
      144,
      .2
    );

  font-size: 9px;
}


.pm-google-map-route > span {
  width: 18px;
  height: 18px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #fff;

  background: #7b8875;

  font-size: 10px;
}


.pm-google-map-route strong {
  font-weight: 700;
}


.pm-google-map-route small {
  color: #858882;

  font-size: 8px;
}


.pm-google-map-route:hover {
  color: #303735;

  background: #fffdf9;
}


@media (max-width: 760px) {
  .pm-google-map {
    min-height: 220px;

    grid-template-rows:
      minmax(0, 1fr)
      38px;
  }
}


/* ======================================================
   DEFINITIVE BULLETPROOF MOBILE RESPONSIVE ENGINE
   Forces natural fluid vertical scrolling on all phones
   ====================================================== */
@media (max-width: 900px) {
  html, body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100% !important;
  }

  .pm-salon-page {
    height: auto !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    display: block !important;
    padding-bottom: 40px !important;
  }

  .pm-public-header {
    height: auto !important;
    min-height: 52px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .pm-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }

  .pm-header-link {
    display: none !important;
  }

  .pm-salon-shell {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto 30px !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .pm-salon-hero {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    gap: 16px !important;
  }

  .pm-gallery-zone {
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }

  .pm-gallery-zone .salon-gallery {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }

  .pm-salon-info {
    height: auto !important;
    min-height: auto !important;
    padding: 0 4px !important;
    gap: 12px !important;
  }

  .pm-salon-info h1 {
    font-size: clamp(22px, 6.5vw, 30px) !important;
    line-height: 1.15 !important;
  }

  .pm-whatsapp-main {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
  }

  .pm-live-zone {
    width: 100% !important;
    height: auto !important;
  }

  .pm-live-card {
    height: auto !important;
    min-height: auto !important;
    padding: 16px !important;
  }

  .pm-bottom-grid {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    gap: 16px !important;
  }

  .pm-panel {
    height: auto !important;
    min-height: auto !important;
    padding: 16px !important;
  }

  .pm-google-map {
    min-height: 220px !important;
    height: 220px !important;
  }

  .pm-public-footer {
    position: relative !important;
    margin-top: 30px !important;
  }
}

/* ============================================================
   SALON PAGE MOBILE HEADER (<=767px) — icons-only, no overflow
   ============================================================ */
@media (max-width: 767px) {
  .pm-public-header {
    height: 56px;
    flex: 0 0 56px;
    padding: 0 14px;
    overflow: visible;
  }
  .pm-header-actions {
    gap: 4px;
    overflow: visible;
    flex-shrink: 1;
    min-width: 0;
  }
  .pm-header-link {
    min-height: 40px;
    min-width: 40px;
    padding: 0 8px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,253,249,0.9);
    border-radius: 8px;
    font-size: 0;
    gap: 0;
  }
  .pm-header-link svg {
    font-size: 17px;
    flex-shrink: 0;
  }
  .pm-login-button {
    min-height: 36px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 8px;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.wizard-page{
  min-height:100vh;
  background:#f6f3eb;
  color:#123b38;
}

.wizard-header{
  height:68px;
  padding:0 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-sizing:border-box;
  background:#fff;
  border-bottom:1px solid #e8e2d7;
}

.wizard-header > div{
  display:flex;
  align-items:center;
  gap:16px;
}

.wizard-logo{
  font-size:28px;
  font-weight:800;
}

.wizard-header span{
  color:#888278;
  font-size:12px;
}

.wizard-layout{
  max-width:1400px;
  height:calc(100vh - 68px);
  margin:auto;
  padding:22px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
}

.wizard-form,
.wizard-preview{
  min-height:0;
  background:white;
  border:1px solid #e8e2d7;
  border-radius:26px;
  box-shadow:0 18px 50px rgba(20,45,40,.07);
}

.wizard-form{
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.wizard-nav{
  display:flex;
  gap:8px;
  padding:18px 22px;
  border-bottom:1px solid #eee8de;
}

.wizard-nav button{
  border:0;
  padding:8px 11px;
  border-radius:12px;
  background:#f4f1e9;
  color:#777268;
  font-weight:700;
  cursor:pointer;
}

.wizard-nav button span{
  display:inline-grid;
  width:20px;
  height:20px;
  place-items:center;
  margin-right:5px;
  border-radius:50%;
  background:white;
}

.wizard-nav button.active{
  background:#184d45;
  color:white;
}

.wizard-content{
  padding:26px 34px;
  overflow:auto;
}

.wizard-eyebrow{
  color:#ad8541;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}

.wizard-content h1{
  margin:5px 0 8px;
  font-size:30px;
}

.wizard-intro{
  color:#70736d;
  line-height:1.5;
  max-width:650px;
}

.wizard-content label{
  display:block;
  margin-top:15px;
  font-size:12px;
  font-weight:800;
}

.wizard-content input,
.wizard-content textarea{
  width:100%;
  box-sizing:border-box;
  margin-top:6px;
  padding:11px 13px;
  border:1px solid #ded9ce;
  border-radius:12px;
  background:#fbfaf7;
  color:#173d39;
  font:inherit;
}

.wizard-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.wizard-upload{
  display:inline-block !important;
  padding:12px 18px;
  background:#184d45;
  color:white;
  border-radius:12px;
  cursor:pointer;
}

.wizard-upload input{
  display:none;
}

.wizard-photos{
  margin-top:18px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:9px;
}

.wizard-photos div,
.wizard-photos img{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:14px;
  background:#eae5da;
}

.wizard-photos div{
  display:grid;
  place-items:center;
  color:#958f84;
}

.wizard-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:12px;
}

.wizard-tags span{
  padding:6px 10px;
  border-radius:999px;
  background:#f1eee5;
  font-size:11px;
}

.wizard-team{
  display:flex;
  gap:9px;
  margin-top:13px;
}

.wizard-team > div{
  min-width:100px;
  padding:11px;
  display:flex;
  flex-direction:column;
  background:#f7f4ec;
  border-radius:13px;
}

.wizard-team i,
.preview-live i{
  width:9px;
  height:9px;
  display:block;
  border-radius:50%;
}

.wizard-team i.free,
.preview-live i.free{
  background:#55b879;
}

.wizard-team i.busy,
.preview-live i.busy{
  background:#cf5360;
}

.wizard-publish-box{
  margin-top:22px;
  padding:20px;
  border-radius:18px;
  background:#fff8e8;
  border:1px solid #ead9ac;
}

.wizard-publish-box small,
.wizard-publish-box strong{
  display:block;
}

.wizard-publish-box strong{
  margin-top:7px;
  font-size:20px;
}

.wizard-actions{
  padding:14px 22px;
  display:flex;
  justify-content:space-between;
  border-top:1px solid #eee8de;
}

.wizard-actions button{
  border:0;
  padding:11px 20px;
  border-radius:11px;
  font-weight:800;
  cursor:pointer;
}

.wizard-actions button:disabled{
  opacity:.3;
}

.wizard-actions .primary{
  background:#184d45;
  color:white;
}

.wizard-actions .publish{
  background:#b58a3e;
}

.wizard-preview{
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.preview-header{
  padding:13px 18px;
  display:flex;
  justify-content:space-between;
  background:#173f3b;
  color:white;
  font-size:10px;
}

.preview-image{
  height:205px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#cfc4a9,#76817a);
  background-size:cover;
  background-position:center;
  color:white;
  font-size:24px;
}

.preview-content{
  padding:20px 24px;
  overflow:auto;
}

.preview-badge{
  display:inline-block;
  padding:5px 9px;
  background:#eaf4eb;
  color:#37724c;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
}

.preview-content h2{
  margin:10px 0 2px;
  font-size:27px;
}

.preview-live{
  margin-top:15px;
  padding:13px;
  background:#faf7ef;
  border-radius:14px;
}

.preview-live > strong{
  display:block;
  margin-bottom:7px;
}

.preview-live > div{
  display:grid;
  grid-template-columns:12px 1fr auto;
  align-items:center;
  gap:7px;
  padding:3px 0;
  font-size:12px;
}

.preview-content > button{
  width:100%;
  margin-top:13px;
  padding:11px;
  border:0;
  border-radius:11px;
  background:#184d45;
  color:white;
  font-weight:800;
}

@media(max-width:900px){
  .wizard-layout{
    height:auto;
    grid-template-columns:1fr;
  }

  .wizard-nav{
    overflow:auto;
  }
}

/* ===== PHOTO MANAGER ===== */

.photo-recommendation{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:15px 0;
}

.photo-recommendation b,
.photo-recommendation span{
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
}

.photo-recommendation b{
  background:#173f3b;
  color:white;
}

.photo-recommendation span{
  background:#f3efe5;
  color:#646057;
}

.photo-count{
  display:inline-block;
  margin-left:12px;
  font-size:12px;
  color:#777268;
}

.wizard-photo-empty{
  margin-top:18px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:10px;
}

.wizard-photo-empty div{
  min-height:125px;
  display:grid;
  place-items:center;
  border:1px dashed #d6cfc0;
  border-radius:15px;
  background:#f8f5ed;
  color:#989186;
}

.wizard-photo-manager{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}

.photo-card{
  height:145px;
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#eee9df;
  border:2px solid transparent;
}

.photo-card.main{
  border-color:#b58a3e;
}

.photo-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.photo-remove{
  width:28px;
  height:28px;
  position:absolute;
  top:8px;
  right:8px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(20,35,31,.82);
  color:white;
  font-size:20px;
  cursor:pointer;
}

.photo-main-label{
  position:absolute;
  left:8px;
  bottom:8px;
  padding:6px 9px;
  border-radius:999px;
  background:#b58a3e;
  color:white;
  font-size:10px;
  font-weight:800;
}

.photo-make-main{
  position:absolute;
  left:8px;
  bottom:8px;
  padding:6px 9px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#173f3b;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}


/* ===== SERVICES ===== */

.service-picker{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.service-row{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 11px;
  border:1px solid #e2ddd2;
  border-radius:14px;
  background:#faf8f3;
}

.service-row.selected{
  border-color:#bdd2c9;
  background:#f1f7f3;
}

.service-check{
  min-width:0;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0;
  border:0;
  background:transparent;
  color:#173f3b;
  text-align:left;
  cursor:pointer;
}

.service-check > span{
  width:25px;
  height:25px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ebe6da;
  font-weight:900;
}

.service-row.selected .service-check > span{
  background:#184d45;
  color:white;
}

.service-check strong{
  font-size:12px;
}

.service-price{
  display:flex;
  align-items:center;
  gap:4px;
  flex-shrink:0;
}

.service-price input{
  width:65px !important;
  margin:0 !important;
  padding:8px !important;
  text-align:right;
  background:white !important;
}

.service-price span{
  font-size:13px;
  font-weight:800;
}


/* ===== TEAM EDITOR ===== */

.team-editor{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:9px;
}

.team-editor-row{
  display:grid;
  grid-template-columns:46px 1fr 34px;
  gap:12px;
  align-items:center;
  padding:10px;
  border:1px solid #e2ddd2;
  border-radius:15px;
  background:#faf8f3;
}

.team-editor-row label{
  margin:0 !important;
}

.team-avatar{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9e1cf;
  color:#173f3b;
  font-size:17px;
  font-weight:900;
}

.team-remove{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:#eee9df;
  color:#726d64;
  font-size:18px;
  cursor:pointer;
}

.team-remove:disabled{
  opacity:.25;
}

.add-team-button{
  margin-top:13px;
  padding:10px 14px;
  border:1px solid #bdd2c9;
  border-radius:11px;
  background:white;
  color:#184d45;
  font-weight:800;
  cursor:pointer;
}


/* ===== PREVIEW SERVICES ===== */

.preview-services{
  margin-top:15px;
  display:flex;
  flex-direction:column;
  gap:5px;
}

.preview-services > div{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 9px;
  border-radius:9px;
  background:#f7f4ec;
  font-size:11px;
}

.preview-services strong{
  white-space:nowrap;
}


/* ===== FINISH SUMMARY ===== */

.wizard-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:20px;
}

.wizard-summary > div{
  padding:15px;
  display:flex;
  flex-direction:column;
  border-radius:14px;
  background:#f6f3eb;
}

.wizard-summary strong{
  font-size:23px;
}

.wizard-summary span{
  color:#767168;
  font-size:11px;
}


@media(max-width:700px){
  .service-picker{
    grid-template-columns:1fr;
  }

  .wizard-photo-manager{
    grid-template-columns:1fr 1fr;
  }

  .wizard-photo-empty{
    grid-template-columns:1fr 1fr;
  }
}

/* ===== Profil & Shop setup ===== */

.quick-options{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:8px 0 15px;
}

.quick-options button{
  padding:8px 11px;
  border:1px solid #ddd8ce;
  border-radius:999px;
  background:#f6f3eb;
  color:#4e554f;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}

.quick-options button.selected{
  border-color:#184d45;
  background:#184d45;
  color:white;
}

.parking-toggle{
  display:flex !important;
  align-items:center;
  gap:9px;
  padding:10px 0;
}

.parking-toggle input{
  width:auto !important;
  margin:0 !important;
}

.setup-divider{
  height:1px;
  margin:20px 0;
  background:#e9e4da;
}

.shop-editor{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.shop-editor-row{
  display:grid;
  grid-template-columns:1fr 120px 34px;
  align-items:center;
  gap:8px;
}

.shop-editor-row input{
  margin:0 !important;
}

.shop-price-input{
  display:flex;
  align-items:center;
  gap:4px;
}

.shop-price-input input{
  min-width:0;
}

.shop-editor-row > button{
  width:30px;
  height:30px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#eee9df;
  font-size:18px;
  cursor:pointer;
}

.wizard-summary{
  grid-template-columns:repeat(4,1fr);
}

/* ===== Premium Shop Editor ===== */

.shop-setup{
  margin-top:4px;
}

.shop-setup-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}

.shop-setup-head h3{
  margin:0;
}

.shop-setup-head p{
  max-width:560px;
  color:#74746e;
  line-height:1.4;
}

.shop-setup-head > span{
  padding:6px 10px;
  border-radius:999px;
  background:#f1eee5;
  font-size:10px;
  white-space:nowrap;
}

.shop-product-editor-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:14px;
}

.shop-product-editor-card{
  overflow:hidden;
  border:1px solid #e1dbcf;
  border-radius:17px;
  background:#faf8f3;
}

.shop-product-photo{
  height:135px;
  position:relative;
  overflow:hidden;
  background:#e8e1d3;
}

.shop-product-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.shop-photo-placeholder{
  height:100%;
  display:grid;
  place-content:center;
  text-align:center;
  color:#8d8679;
}

.shop-photo-placeholder strong{
  font-size:30px;
}

.shop-photo-placeholder span{
  font-size:10px;
}

.shop-photo-button{
  position:absolute;
  left:8px;
  bottom:8px;
  margin:0 !important;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#173f3b;
  cursor:pointer;
}

.shop-photo-button input{
  display:none;
}

.shop-remove-image{
  position:absolute;
  right:8px;
  top:8px;
  width:28px;
  height:28px;
  border:0;
  border-radius:50%;
  background:rgba(20,30,27,.78);
  color:white;
  font-size:18px;
}

.shop-product-fields{
  padding:12px;
  display:grid;
  grid-template-columns:1fr 100px;
  gap:8px;
}

.shop-product-fields label{
  margin:0 !important;
}

.shop-product-price-field{
  display:flex;
  align-items:center;
  gap:4px;
}

.shop-product-price-field input{
  min-width:0;
}

.shop-product-editor-actions{
  padding:0 12px 12px;
  display:flex;
  justify-content:space-between;
  gap:8px;
}

.shop-product-editor-actions button{
  border:0;
  border-radius:9px;
  padding:7px 9px;
  font-size:10px;
  font-weight:800;
}

.shop-featured{
  background:#f1eee5;
  color:#675f51;
}

.shop-featured.active{
  background:#fff1c7;
  color:#8b661a;
}

.shop-delete-product{
  background:#f5e8e8;
  color:#9a4c53;
}

.shop-add-product{
  margin-top:14px;
  padding:11px 16px;
  border:1px solid #bdd2c9;
  border-radius:11px;
  background:white;
  color:#184d45;
  font-weight:800;
}

/* ===== Hausbesuch setup ===== */

.setup-home-service{
  margin-top:16px;
  padding:13px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid #e1dbcf;
  border-radius:14px;
  background:#faf8f3;
}

.setup-home-service > div{
  display:flex;
  flex-direction:column;
}

.setup-home-service strong{
  font-size:12px;
}

.setup-home-service small{
  margin-top:3px;
  color:#77736b;
  font-size:10px;
}

.setup-home-service button{
  min-width:64px;
  padding:9px 12px;
  border:1px solid #d9d4ca;
  border-radius:999px;
  background:white;
  color:#173f3b;
  font-weight:900;
  cursor:pointer;
}

.setup-home-service button.active{
  border-color:#174c43;
  background:#174c43;
  color:white;
}

.team-editor-row{
  grid-template-columns:46px minmax(0,1fr) 105px 34px !important;
}

.team-home-toggle{
  padding:8px 9px;
  border:1px solid #ddd8ce;
  border-radius:10px;
  background:white;
  color:#6d706b;
  font-size:9px;
  font-weight:800;
  cursor:pointer;
}

.team-home-toggle.active{
  border-color:#b9d0c6;
  background:#eaf4ee;
  color:#34704b;
}

.team-home-toggle:disabled{
  opacity:.35;
  cursor:not-allowed;
}


/* ===== Hausbesuch setup ===== */

.setup-home-service{
  margin-top:16px;
  padding:13px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid #e1dbcf;
  border-radius:14px;
  background:#faf8f3;
}

.setup-home-service > div{
  display:flex;
  flex-direction:column;
}

.setup-home-service strong{
  font-size:12px;
}

.setup-home-service small{
  margin-top:3px;
  color:#77736b;
  font-size:10px;
}

.setup-home-service button{
  min-width:64px;
  padding:9px 12px;
  border:1px solid #d9d4ca;
  border-radius:999px;
  background:white;
  color:#173f3b;
  font-weight:900;
  cursor:pointer;
}

.setup-home-service button.active{
  border-color:#174c43;
  background:#174c43;
  color:white;
}

.team-editor-row{
  grid-template-columns:46px minmax(0,1fr) 105px 34px !important;
}

.team-home-toggle{
  padding:8px 9px;
  border:1px solid #ddd8ce;
  border-radius:10px;
  background:white;
  color:#6d706b;
  font-size:9px;
  font-weight:800;
  cursor:pointer;
}

.team-home-toggle.active{
  border-color:#b9d0c6;
  background:#eaf4ee;
  color:#34704b;
}

.team-home-toggle:disabled{
  opacity:.35;
  cursor:not-allowed;
}


/* ===== Worker editor: no worker-level Hausbesuch ===== */

.team-editor-row{
  grid-template-columns:
    46px minmax(0,1fr) 34px !important;
}


/* ===== Worker editor: no worker-level Hausbesuch ===== */

.team-editor-row{
  grid-template-columns:
    46px minmax(0,1fr) 34px !important;
}



/* =========================================================
   PICKME FINAL SETUP THEME
   Uses the locked PickMe design system.
   Do not introduce page-specific brand colors below.
   ========================================================= */

.wizard-page {
  background:
    var(--pm-bg, #f6f3ed) !important;
  color:
    var(--pm-ink, #303735) !important;
}


/* HEADER */

.wizard-header {
  background:
    var(--pm-surface, #fffdf9) !important;

  border-bottom:
    1px solid
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-ink, #303735) !important;
}

.wizard-logo {
  display: flex;
  align-items: center;
}

.wizard-logo .pickme-global-logo {
  color:
    var(--pm-ink, #303735) !important;
}

.wizard-header,
.wizard-header strong,
.wizard-header span {
  color:
    var(--pm-ink, #303735);
}


/* MAIN LAYOUT */

.wizard-layout {
  background:
    transparent !important;
}

.wizard-form {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  box-shadow:
    var(
      --pm-shadow-premium,
      0 18px 48px rgba(54,57,52,.085)
    ) !important;
}


/* STEP NAVIGATION */

.wizard-nav {
  background:
    var(--pm-surface, #fffdf9) !important;

  border-bottom:
    1px solid
    var(--pm-border, #e4ded4) !important;
}

.wizard-nav button {
  background:
    var(--pm-surface-soft, #f3f1eb) !important;

  border:
    1px solid transparent !important;

  color:
    var(--pm-muted, #777b75) !important;

  box-shadow:
    none !important;
}

.wizard-nav button:hover {
  border-color:
    var(--pm-border, #e4ded4) !important;

  background:
    var(--pm-taupe-soft, #eee9e1) !important;

  color:
    var(--pm-ink, #303735) !important;
}

.wizard-nav button.active {
  background:
    var(--pm-accent-dark, #657260) !important;

  border-color:
    var(--pm-accent-dark, #657260) !important;

  color:
    #fff !important;
}

.wizard-nav button span,
.wizard-nav button i {
  color:
    inherit !important;
}


/* CONTENT */

.wizard-content {
  background:
    var(--pm-surface, #fffdf9) !important;
}

.wizard-content h1,
.wizard-content h2,
.wizard-content h3,
.wizard-content h4 {
  color:
    var(--pm-ink, #303735) !important;
}

.wizard-eyebrow {
  color:
    var(--pm-accent-dark, #657260) !important;

  letter-spacing:
    .08em;
}

.wizard-intro,
.wizard-content p {
  color:
    var(--pm-muted, #777b75);
}


/* INPUTS */

.wizard-content input,
.wizard-content textarea,
.wizard-content select {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-text, #343b38) !important;

  box-shadow:
    none !important;
}

.wizard-content input:focus,
.wizard-content textarea:focus,
.wizard-content select:focus {
  outline: none !important;

  border-color:
    var(--pm-accent, #7b8875) !important;

  background:
    var(--pm-surface, #fffdf9) !important;

  box-shadow:
    0 0 0 3px
    rgba(123,136,117,.10) !important;
}

.wizard-content label {
  color:
    var(--pm-text, #343b38);
}


/* HOME SERVICE */

.setup-home-service {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;
}

.setup-home-service button {
  background:
    var(--pm-surface, #fffdf9) !important;

  color:
    var(--pm-muted, #777b75) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;
}

.setup-home-service button.active {
  background:
    var(--pm-accent-soft, #e8ede5) !important;

  color:
    var(--pm-accent-dark, #657260) !important;

  border-color:
    var(--pm-accent, #7b8875) !important;
}


/* PHOTO AREA */

.photo-recommendation {
  background:
    var(--pm-taupe-soft, #eee9e1) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-text, #343b38) !important;
}

.wizard-upload {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border-color:
    var(--pm-taupe, #a69e90) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.wizard-photo-empty {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border-color:
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-muted, #777b75) !important;
}

.wizard-photo-manager {
  background:
    var(--pm-bg-soft, #faf8f4) !important;
}

.wizard-photo-manager img {
  border-color:
    var(--pm-border, #e4ded4) !important;
}

.photo-main-label {
  background:
    rgba(101,114,96,.92) !important;

  color:
    white !important;
}

.photo-make-main {
  background:
    rgba(255,253,249,.94) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.photo-remove {
  background:
    rgba(48,55,53,.78) !important;

  color:
    white !important;
}


/* SERVICES */

.service-picker {
  background:
    transparent !important;
}

.service-picker > * {
  border-color:
    var(--pm-border, #e4ded4) !important;
}

.service-check {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-text, #343b38) !important;
}

.service-check.active,
.service-check:has(input:checked) {
  background:
    var(--pm-accent-soft, #e8ede5) !important;

  border-color:
    var(--pm-accent, #7b8875) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.service-price {
  color:
    var(--pm-ink, #303735) !important;
}


/* TEAM */

.team-editor-row {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;
}

.team-avatar {
  background:
    var(--pm-accent-soft, #e8ede5) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.team-remove {
  background:
    transparent !important;

  color:
    var(--pm-busy, #bd7d76) !important;
}

.add-team-button {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px solid
    var(--pm-accent, #7b8875) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.add-team-button:hover {
  background:
    var(--pm-accent-soft, #e8ede5) !important;
}


/* PROFILE / QUICK OPTIONS */

.quick-options button,
.quick-options label {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border-color:
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-muted, #777b75) !important;
}

.quick-options button.active,
.quick-options label.active {
  background:
    var(--pm-accent-soft, #e8ede5) !important;

  border-color:
    var(--pm-accent, #7b8875) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.parking-toggle {
  background:
    var(--pm-bg-soft, #faf8f4) !important;

  border-color:
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-text, #343b38) !important;
}

.setup-divider {
  background:
    var(--pm-border, #e4ded4) !important;
}


/* SUMMARY */

.wizard-summary > * {
  background:
    var(--pm-surface-soft, #f3f1eb) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-ink, #303735) !important;
}

.wizard-publish-box {
  background:
    #f7f3e9 !important;

  border:
    1px solid
    #ddd2b9 !important;

  color:
    var(--pm-text, #343b38) !important;
}


/* ACTION BAR */

.wizard-actions {
  background:
    var(--pm-surface, #fffdf9) !important;

  border-top:
    1px solid
    var(--pm-border, #e4ded4) !important;
}

.wizard-actions button {
  box-shadow:
    none !important;
}

.wizard-actions button:not(.primary) {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.wizard-actions .primary {
  background:
    var(--pm-accent-dark, #657260) !important;

  border-color:
    var(--pm-accent-dark, #657260) !important;

  color:
    #fff !important;
}

.wizard-actions .primary:hover {
  background:
    var(--pm-accent, #7b8875) !important;
}

.wizard-actions .primary.publish {
  background:
    var(--pm-accent-dark, #657260) !important;

  border-color:
    var(--pm-accent-dark, #657260) !important;

  color:
    white !important;
}


/* LIVE PREVIEW */

.wizard-preview {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px solid
    var(--pm-border, #e4ded4) !important;

  box-shadow:
    var(
      --pm-shadow-premium,
      0 18px 48px rgba(54,57,52,.085)
    ) !important;
}

.preview-header {
  background:
    var(--pm-accent-dark, #657260) !important;

  color:
    white !important;
}

.preview-header * {
  color:
    white !important;
}

.preview-image {
  background-color:
    var(--pm-taupe-soft, #eee9e1) !important;
}

.preview-content {
  background:
    var(--pm-surface, #fffdf9) !important;

  color:
    var(--pm-ink, #303735) !important;
}

.preview-content h1,
.preview-content h2,
.preview-content h3,
.preview-content strong {
  color:
    var(--pm-ink, #303735) !important;
}

.preview-content p,
.preview-content span {
  color:
    var(--pm-muted, #777b75);
}

.preview-badge {
  background:
    var(--pm-accent-soft, #e8ede5) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.wizard-tags > * {
  background:
    var(--pm-taupe-soft, #eee9e1) !important;

  color:
    var(--pm-text, #343b38) !important;

  border-color:
    var(--pm-border, #e4ded4) !important;
}

.preview-live {
  background:
    var(--pm-surface-soft, #f3f1eb) !important;

  border-color:
    var(--pm-border, #e4ded4) !important;

  color:
    var(--pm-text, #343b38) !important;
}


/* LIVE STATUS — MUTED PICKME COLORS ONLY */

.preview-live i.free {
  background:
    var(--pm-success, #87a783) !important;
}

.preview-live i.busy {
  background:
    var(--pm-busy, #bd7d76) !important;
}

.preview-live i.pause {
  background:
    var(--pm-pause, #aaa9a4) !important;
}


/* PREVIEW CTA */

.wizard-preview button,
.wizard-preview a[role="button"] {
  background:
    var(--pm-accent-dark, #657260) !important;

  color:
    white !important;

  border-color:
    var(--pm-accent-dark, #657260) !important;
}


/* REMOVE OLD GOLD VISUALLY */

.wizard-page [style*="#b58a3e"],
.wizard-page [style*="#ad8541"] {
  color:
    var(--pm-accent-dark, #657260) !important;
}


/* MOBILE */

@media (max-width: 900px) {

  .wizard-form,
  .wizard-preview {
    border-color:
      var(--pm-border, #e4ded4) !important;
  }

}


/* =========================================================
   PICKME PROFILE OPTIONS — FINAL
   ========================================================= */

.quick-options button.selected {
  background:
    var(--pm-accent-dark, #657260) !important;

  border-color:
    var(--pm-accent-dark, #657260) !important;

  color:
    #fff !important;
}

.quick-options button.selected:hover {
  background:
    var(--pm-accent, #7b8875) !important;

  border-color:
    var(--pm-accent, #7b8875) !important;

  color:
    #fff !important;
}

.quick-options button.quick-add-option {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px dashed
    var(--pm-accent, #7b8875) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.quick-options button.quick-add-option:hover {
  background:
    var(--pm-accent-soft, #e8ede5) !important;
}


.quick-custom-entry {
  display:
    flex;

  align-items:
    center;

  gap:
    7px;

  margin:
    -5px 0 16px;
}


.quick-custom-entry input {
  flex:
    1;

  min-width:
    0;

  height:
    38px !important;

  padding:
    0 11px !important;

  border:
    1px solid
    var(--pm-accent, #7b8875) !important;

  border-radius:
    9px !important;

  background:
    var(--pm-surface, #fffdf9) !important;
}


.quick-custom-entry button {
  min-height:
    38px;

  padding:
    0 11px;

  border:
    1px solid
    var(--pm-accent-dark, #657260);

  border-radius:
    9px;

  background:
    var(--pm-accent-dark, #657260);

  color:
    white;

  font-size:
    10px;

  font-weight:
    750;

  cursor:
    pointer;
}


.quick-custom-entry button.cancel {
  border-color:
    var(--pm-border, #e4ded4);

  background:
    var(--pm-surface, #fffdf9);

  color:
    var(--pm-muted, #777b75);
}


/* =========================================================
   PICKME PROFILE OPTIONS — FINAL
   ========================================================= */

.quick-options button.selected {
  background:
    var(--pm-accent-dark, #657260) !important;

  border-color:
    var(--pm-accent-dark, #657260) !important;

  color:
    #fff !important;
}

.quick-options button.selected:hover {
  background:
    var(--pm-accent, #7b8875) !important;

  border-color:
    var(--pm-accent, #7b8875) !important;

  color:
    #fff !important;
}

.quick-options button.quick-add-option {
  background:
    var(--pm-surface, #fffdf9) !important;

  border:
    1px dashed
    var(--pm-accent, #7b8875) !important;

  color:
    var(--pm-accent-dark, #657260) !important;
}

.quick-options button.quick-add-option:hover {
  background:
    var(--pm-accent-soft, #e8ede5) !important;
}


.quick-custom-entry {
  display:
    flex;

  align-items:
    center;

  gap:
    7px;

  margin:
    -5px 0 16px;
}


.quick-custom-entry input {
  flex:
    1;

  min-width:
    0;

  height:
    38px !important;

  padding:
    0 11px !important;

  border:
    1px solid
    var(--pm-accent, #7b8875) !important;

  border-radius:
    9px !important;

  background:
    var(--pm-surface, #fffdf9) !important;
}


.quick-custom-entry button {
  min-height:
    38px;

  padding:
    0 11px;

  border:
    1px solid
    var(--pm-accent-dark, #657260);

  border-radius:
    9px;

  background:
    var(--pm-accent-dark, #657260);

  color:
    white;

  font-size:
    10px;

  font-weight:
    750;

  cursor:
    pointer;
}


.quick-custom-entry button.cancel {
  border-color:
    var(--pm-border, #e4ded4);

  background:
    var(--pm-surface, #fffdf9);

  color:
    var(--pm-muted, #777b75);
}
.pm-owner-setup-root {
  min-height: 100vh;
  background: #f6f3ed;
}

.pm-owner-trial-bar {
  min-height: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 18px;
  border-bottom: 1px solid #d7ddd2;
  background: #e9ede6;
  color: #59675d;
  font-size: 8px;
}

.pm-owner-trial-bar strong {
  font-size: 8px;
  letter-spacing: .09em;
}

.pm-owner-denied {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 30px;
  box-sizing: border-box;
  background: #f6f3ed;
  color: #303735;
  text-align: center;
}

.pm-owner-denied h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 31px;
}

.pm-owner-denied p {
  max-width: 430px;
  color: #747a75;
  font-size: 11px;
  line-height: 1.6;
}

.pm-owner-denied a {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #657260;
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  font-weight: 750;
}
.pm-flow-page {
  min-height: 100vh;
  background: #f6f3ed;
  color: #303735;
}

.pm-flow-header {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 54px;
  border-bottom: 1px solid #e4ded4;
  background: #fffdf9;
}

.pm-flow-logo {
  display: flex;
}

.pm-flow-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #657260;
  text-decoration: none;
  font-size: 10px;
  font-weight: 750;
}

.pm-flow-main {
  width: min(1050px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.pm-flow-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #657260;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.pm-flow-title {
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: .98;
  letter-spacing: -.035em;
}

.pm-flow-lead {
  max-width: 680px;
  margin: 11px 0 0;
  color: #747a75;
  font-size: 11px;
  line-height: 1.6;
}

.pm-flow-shell {
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid #ded8ce;
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 16px 44px rgba(48,55,53,.05);
}

.pm-flow-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid #e5dfd5;
  background: #faf8f4;
}

.pm-flow-step {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border-right: 1px solid #e8e2d8;
  color: #969991;
  font-size: 8px;
  font-weight: 750;
}

.pm-flow-step:last-child {
  border-right: 0;
}

.pm-flow-step span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid #d8d2c8;
  border-radius: 50%;
  background: #fffdf9;
}

.pm-flow-step.active {
  color: #4f5c53;
  background: #eef1eb;
}

.pm-flow-step.active span {
  border-color: #7b8875;
  background: #7b8875;
  color: white;
}

.pm-flow-content {
  padding: 28px 30px 26px;
}

.pm-flow-content h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 25px;
}

.pm-flow-content > p {
  margin: 6px 0 20px;
  color: #81857f;
  font-size: 10px;
}

.pm-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 13px;
}

.pm-flow-grid.one {
  grid-template-columns: 1fr;
}

.pm-flow-field {
  display: grid;
  gap: 6px;
}

.pm-flow-field.full {
  grid-column: 1 / -1;
}

.pm-flow-field label {
  color: #666d68;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
}

.pm-flow-field input,
.pm-flow-field textarea,
.pm-flow-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd7cd;
  border-radius: 9px;
  background: #faf8f4;
  color: #303735;
  outline: none;
  font: inherit;
  font-size: 10px;
}

.pm-flow-field input,
.pm-flow-field select {
  height: 41px;
  padding: 0 11px;
}

.pm-flow-field textarea {
  min-height: 112px;
  padding: 11px;
  resize: vertical;
}

.pm-flow-field input:focus,
.pm-flow-field textarea:focus,
.pm-flow-field select:focus {
  border-color: #8a9684;
  background: white;
}

.pm-flow-repeat {
  display: grid;
  gap: 8px;
}

.pm-flow-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) 130px 130px 34px;
  gap: 7px;
}

.pm-flow-row.team {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) 34px;
}

.pm-flow-row input {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ddd7cd;
  border-radius: 8px;
  background: #faf8f4;
  font-size: 9px;
}

.pm-flow-remove {
  width: 34px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #ddd7cd;
  border-radius: 8px;
  background: white;
  color: #85716d;
  cursor: pointer;
}

.pm-flow-add {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  padding: 0 11px;
  border: 1px solid #d8d2c8;
  border-radius: 8px;
  background: white;
  color: #59675d;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}

.pm-flow-photo-box {
  min-height: 190px;
  display: grid;
  place-items: center;
  padding: 25px;
  border: 1px dashed #cfc9be;
  border-radius: 12px;
  background: #faf8f4;
  text-align: center;
}

.pm-flow-photo-box strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 17px;
}

.pm-flow-photo-box p {
  margin: 5px 0 13px;
  color: #8a8e88;
  font-size: 9px;
}

.pm-flow-photo-box input {
  width: min(330px,100%);
  font-size: 9px;
}

.pm-flow-photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.pm-flow-photo-list span {
  padding: 6px 8px;
  border-radius: 7px;
  background: #eef1eb;
  color: #657260;
  font-size: 8px;
}

.pm-flow-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pm-flow-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #ddd7cd;
  border-radius: 999px;
  background: #faf8f4;
  font-size: 9px;
}

.pm-flow-summary {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.pm-flow-summary article {
  padding: 15px;
  border: 1px solid #e3ddd4;
  border-radius: 11px;
  background: #faf8f4;
}

.pm-flow-summary small {
  display: block;
  color: #8b8f89;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .07em;
}

.pm-flow-summary strong {
  display: block;
  margin-top: 5px;
  font-family: Georgia, serif;
  font-size: 15px;
}

.pm-flow-summary p {
  margin: 4px 0 0;
  color: #777d78;
  font-size: 9px;
  line-height: 1.45;
}

.pm-flow-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 30px;
  border-top: 1px solid #e5dfd5;
  background: #faf8f4;
}

.pm-flow-footer button {
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}

.pm-flow-secondary {
  border: 1px solid #d9d3c9;
  background: white;
  color: #4f5752;
}

.pm-flow-primary {
  border: 0;
  background: #657260;
  color: white;
}

.pm-flow-primary:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.pm-flow-success {
  max-width: 620px;
  margin: 70px auto;
  padding: 38px;
  border: 1px solid #ddd8ce;
  border-radius: 18px;
  background: #fffdf9;
  text-align: center;
}

.pm-flow-success-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #e8ede5;
  color: #657260;
}

.pm-flow-success h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 29px;
}

.pm-flow-success p {
  color: #767c76;
  font-size: 10px;
  line-height: 1.6;
}

.pm-flow-success a {
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 8px;
  background: #657260;
  color: white;
  text-decoration: none;
  font-size: 9px;
  font-weight: 750;
}

.pm-claim-layout {
  display: grid;
  grid-template-columns: 330px minmax(0,1fr);
  gap: 14px;
  margin-top: 25px;
}

.pm-claim-business,
.pm-claim-form {
  padding: 24px;
  border: 1px solid #ded8ce;
  border-radius: 16px;
  background: #fffdf9;
}

.pm-claim-business small,
.pm-claim-form > small {
  color: #7b8875;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.pm-claim-business h2,
.pm-claim-form h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 24px;
}

.pm-claim-address {
  display: flex;
  gap: 7px;
  margin-top: 14px;
  color: #747a75;
  font-size: 9px;
  line-height: 1.5;
}

.pm-claim-warning {
  margin-top: 20px;
  padding: 13px;
  border-radius: 10px;
  background: #f1eee7;
  color: #676e69;
  font-size: 9px;
  line-height: 1.55;
}

.pm-claim-form form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.pm-claim-form button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 9px;
  background: #657260;
  color: white;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 800px) {
  .pm-flow-header {
    padding: 0 18px;
  }

  .pm-flow-steps {
    grid-template-columns: repeat(3,1fr);
  }

  .pm-flow-grid,
  .pm-flow-summary,
  .pm-claim-layout {
    grid-template-columns: 1fr;
  }

  .pm-flow-row,
  .pm-flow-row.team {
    grid-template-columns: 1fr;
  }

  .pm-flow-remove {
    width: 100%;
  }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
/* =========================================================
   PICKME SUPER ADMIN PANEL — FINAL DESIGN SYSTEM
   Palette: Warm ivory, warm white surfaces, graphite ink,
   muted sage / olive, taupe, restrained status tones.
   ========================================================= */

.pm-admin {
  min-height: 100vh;
  overflow-y: auto !important;
  background: var(--pm-bg, #f6f3ed);
  color: var(--pm-ink, #303735);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


/* Header */
.pm-admin-header {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  background: var(--pm-surface, #fffdf9);
}

.pm-admin-logo {
  display: flex;
  align-items: center;
}

.pm-admin-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pm-accent-dark, #657260);
}

.pm-admin-title small {
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--pm-taupe, #a69e90);
}

.pm-admin-title strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: var(--pm-ink, #303735);
  letter-spacing: -0.01em;
}

.pm-admin-public-btn {
  padding: 8px 16px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-ink, #303735);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.15s ease;
}

.pm-admin-public-btn:hover {
  background: var(--pm-bg-soft, #faf8f4);
  border-color: var(--pm-accent, #7b8875);
}

/* Navigation Tabs */
.pm-admin-tabs-nav {
  background: var(--pm-surface, #fffdf9);
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  padding: 0 40px;
}

.pm-admin-tabs-inner {
  display: flex;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
}

.pm-admin-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border: none;
  background: none;
  color: var(--pm-muted, #777b75);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease;
}

.pm-admin-tab-btn:hover {
  color: var(--pm-ink, #303735);
}

.pm-admin-tab-btn.active {
  color: var(--pm-ink, #303735);
  border-bottom-color: var(--pm-accent-dark, #657260);
  font-weight: 700;
}

.badge-pill {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

/* Main Container */
.pm-admin-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

/* Notice Banner */
.pm-admin-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 12px 18px;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-accent-soft, #e8ede5);
  border: 1px solid var(--pm-border, #e4ded4);
  color: var(--pm-ink, #303735);
  font-size: 12px;
  font-weight: 600;
  animation: fadeIn 0.2s ease;
}

.notice-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pm-muted, #777b75);
}

/* Heading Section */
.pm-admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 24px;
}

.pm-admin-heading small {
  color: var(--pm-accent-dark, #657260);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pm-admin-heading h1 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: var(--pm-ink, #303735);
  letter-spacing: -0.02em;
}

.pm-admin-heading p {
  margin: 6px 0 0;
  color: var(--pm-muted, #777b75);
  font-size: 13px;
}

.action-btn {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-ink, #303735);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.action-btn:hover {
  background: var(--pm-bg-soft, #faf8f4);
  border-color: var(--pm-accent, #7b8875);
}

/* Stats Cards */
.pm-admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.pm-admin-stats article {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 11px);
  background: var(--pm-surface, #fffdf9);
  cursor: pointer;
  transition: all 0.15s ease;
}

.pm-admin-stats article:hover,
.pm-admin-stats article.selected {
  border-color: var(--pm-accent-dark, #657260);
  box-shadow: var(--pm-shadow-card, 0 12px 35px rgba(54, 57, 52, 0.055));
}

.pm-admin-stats svg {
  color: var(--pm-accent-dark, #657260);
}

.pm-admin-stats small {
  display: block;
  color: var(--pm-muted, #777b75);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pm-admin-stats strong {
  display: block;
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  color: var(--pm-ink, #303735);
}

.text-pending {
  color: var(--pm-taupe, #a69e90) !important;
}

.text-issued {
  color: var(--pm-accent-dark, #657260) !important;
}

.text-active {
  color: var(--pm-success, #87a783) !important;
}

/* Filter Bar & Search */
.pm-admin-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.search-box {
  flex: 1;
  min-width: 280px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 999px;
  background: var(--pm-surface, #fffdf9);
}

.search-box svg {
  color: var(--pm-muted, #777b75);
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: var(--pm-ink, #303735);
}

.clear-btn {
  background: none;
  border: none;
  color: var(--pm-muted, #777b75);
  cursor: pointer;
}

.pm-admin-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-icon {
  color: var(--pm-muted, #777b75);
}

.pm-admin-toolbar button {
  height: 34px;
  padding: 0 14px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 999px;
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-muted, #777b75);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.pm-admin-toolbar button:hover {
  color: var(--pm-ink, #303735);
  border-color: var(--pm-accent, #7b8875);
}

.pm-admin-toolbar button.active {
  background: var(--pm-accent-dark, #657260);
  border-color: var(--pm-accent-dark, #657260);
  color: #ffffff;
}

/* Claims List */
.pm-admin-list {
  display: grid;
  gap: 16px;
}

.pm-admin-empty {
  min-height: 260px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  border: 1px dashed var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-md, 15px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-muted, #777b75);
  text-align: center;
  padding: 40px;
}

.pm-admin-empty strong {
  color: var(--pm-ink, #303735);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.pm-admin-empty span {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.5;
}

.seed-btn {
  margin-top: 10px;
  padding: 8px 16px;
  border: 1px solid var(--pm-accent, #7b8875);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.pm-admin-claim {
  padding: 24px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-md, 15px);
  background: var(--pm-surface, #fffdf9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.pm-admin-claim-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.pm-admin-claim-head small {
  color: var(--pm-muted, #777b75);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pm-admin-claim h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: var(--pm-ink, #303735);
}

.pm-admin-status {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.pm-admin-status.pending {
  background: var(--pm-taupe-soft, #eee9e1);
  color: var(--pm-taupe, #a69e90);
  border: 1px solid var(--pm-border, #e4ded4);
}

.pm-admin-status.code_issued {
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  border: 1px solid var(--pm-border, #e4ded4);
}

.pm-admin-status.active_trial,
.pm-admin-status.approved {
  background: var(--pm-success-soft, #dce8d9);
  color: var(--pm-success, #87a783);
  border: 1px solid var(--pm-border, #e4ded4);
}

.pm-admin-status.rejected,
.pm-admin-status.revoked {
  background: var(--pm-busy-soft, #ecd5d1);
  color: var(--pm-busy, #bd7d76);
  border: 1px solid var(--pm-border, #e4ded4);
}

.pm-admin-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.pm-admin-details > div {
  padding: 14px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
}

.pm-admin-details small {
  color: var(--pm-muted, #777b75);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pm-admin-details strong {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--pm-ink, #303735);
}

.pm-admin-details span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--pm-muted, #777b75);
}

.pm-admin-note {
  margin-top: 14px;
  padding: 12px 16px;
  border-left: 3px solid var(--pm-accent-dark, #657260);
  background: var(--pm-bg-soft, #faf8f4);
  border-radius: 0 8px 8px 0;
}

.pm-admin-note small {
  color: var(--pm-muted, #777b75);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pm-admin-note p {
  margin: 4px 0 0;
  color: var(--pm-ink, #303735);
  font-size: 12px;
  line-height: 1.5;
}

.pm-admin-rejection {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-busy-soft, #ecd5d1);
  color: var(--pm-busy, #bd7d76);
  font-size: 12px;
}

/* Code Banner */
.pm-admin-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 16px 20px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 11px);
  background: var(--pm-accent-soft, #e8ede5);
  flex-wrap: wrap;
}

.code-info small {
  color: var(--pm-accent-dark, #657260);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.code-info strong {
  display: block;
  margin-top: 4px;
  font-family: ui-monospace, monospace;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--pm-ink, #303735);
}

.code-meta {
  display: flex;
  gap: 6px;
  margin-top: 4px;
  font-size: 11px;
  color: var(--pm-muted, #777b75);
}

.pm-admin-code-actions {
  display: flex;
  gap: 8px;
}

.pm-admin-code-actions button,
.pm-admin-code-actions .test-link {
  height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-ink, #303735);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
}

.pm-admin-code-actions button:hover,
.pm-admin-code-actions .test-link:hover {
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border-color: var(--pm-accent-dark, #657260);
}

/* Actions Footer */
.pm-admin-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.approve-btn {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: none;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.approve-btn:hover {
  background: var(--pm-ink, #303735);
}

.reject-btn,
.revoke-btn {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-busy, #bd7d76);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.reject-btn:hover,
.revoke-btn:hover {
  background: var(--pm-busy-soft, #ecd5d1);
}

.setup-link-btn {
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-ink, #303735);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* Salons Grid (Tab 2) */
.salons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
  max-height: calc(100vh - 240px);
  overflow-y: auto;
  padding-right: 6px;
  padding-bottom: 24px;
}

.salons-grid::-webkit-scrollbar {
  width: 6px;
}

.salons-grid::-webkit-scrollbar-track {
  background: var(--pm-bg-soft, #faf8f4);
  border-radius: 4px;
}

.salons-grid::-webkit-scrollbar-thumb {
  background: var(--pm-border, #e4ded4);
  border-radius: 4px;
}

.salons-grid::-webkit-scrollbar-thumb:hover {
  background: var(--pm-accent, #7b8875);
}

.salon-admin-card {
  padding: 20px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 11px);
  background: var(--pm-surface, #fffdf9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.salon-admin-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.salon-admin-card-head small {
  color: var(--pm-accent-dark, #657260);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.salon-admin-card-head h3 {
  margin: 3px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: var(--pm-ink, #303735);
}

.salon-city {
  font-size: 11px;
  color: var(--pm-muted, #777b75);
}

.badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--pm-success-soft, #dce8d9);
  color: var(--pm-success, #87a783);
  font-size: 9px;
  font-weight: 700;
}

.badge-unverified {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--pm-bg-soft, #faf8f4);
  color: var(--pm-muted, #777b75);
  font-size: 9px;
  font-weight: 700;
}

.salon-address {
  margin: 12px 0 16px;
  font-size: 11px;
  color: var(--pm-muted, #777b75);
  line-height: 1.4;
}

.salon-card-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.action-pill {
  height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
  color: var(--pm-ink, #303735);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
}

.action-pill:hover {
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border-color: var(--pm-accent-dark, #657260);
}

.code-pill {
  border-color: var(--pm-accent, #7b8875);
  color: var(--pm-accent-dark, #657260);
  background: var(--pm-accent-soft, #e8ede5);
}

/* Instant Code Form (Tab 3) */
.instant-code-form {
  max-width: 680px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-md, 15px);
  padding: 32px;
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: grid;
  gap: 6px;
}

.form-group label {
  font-size: 11px;
  font-weight: 700;
  color: var(--pm-ink, #303735);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 14px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
  font-size: 13px;
  color: var(--pm-ink, #303735);
  outline: none;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--pm-accent-dark, #657260);
  background: var(--pm-surface, #fffdf9);
}

.submit-code-btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border: none;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.submit-code-btn:hover {
  background: var(--pm-ink, #303735);
}

/* System Cards (Tab 4) */
.system-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.system-card {
  padding: 28px 24px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-md, 15px);
  background: var(--pm-surface, #fffdf9);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.system-card svg {
  color: var(--pm-accent-dark, #657260);
}

.system-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: var(--pm-ink, #303735);
}

.system-card p {
  margin: 0;
  font-size: 12px;
  color: var(--pm-muted, #777b75);
  line-height: 1.5;
  flex: 1;
}

.system-btn {
  margin-top: 8px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
  color: var(--pm-ink, #303735);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.system-btn:hover {
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border-color: var(--pm-accent-dark, #657260);
}

.upload-btn {
  cursor: pointer;
}

/* Modals */
.pm-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(48, 55, 53, 0.45);
  backdrop-filter: blur(4px);
  display: grid;
  place-content: center;
  z-index: 1000;
  padding: 20px;
}

.pm-modal-dialog {
  width: min(520px, calc(100vw - 40px));
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-lg, 20px);
  padding: 28px;
  box-shadow: var(--pm-shadow-premium, 0 18px 48px rgba(54, 57, 52, 0.085));
  animation: scaleUp 0.15s ease;
}

.pm-modal-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.modal-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--pm-radius-sm, 11px);
  display: grid;
  place-content: center;
}

.modal-icon.approve {
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
}

.modal-icon.reject,
.modal-icon.revoke {
  background: var(--pm-busy-soft, #ecd5d1);
  color: var(--pm-busy, #bd7d76);
}

.pm-modal-header small {
  color: var(--pm-muted, #777b75);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pm-modal-header h3 {
  margin: 2px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  color: var(--pm-ink, #303735);
}

.close-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: var(--pm-muted, #777b75);
  cursor: pointer;
}

.pm-modal-body p {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--pm-ink, #303735);
  line-height: 1.5;
}

.trial-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.trial-card {
  padding: 14px 10px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
}

.trial-card strong {
  display: block;
  font-size: 13px;
  color: var(--pm-ink, #303735);
}

.trial-card span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: var(--pm-muted, #777b75);
}

.trial-card.active {
  border-color: var(--pm-accent-dark, #657260);
  background: var(--pm-accent-soft, #e8ede5);
}

.trial-card.active strong {
  color: var(--pm-accent-dark, #657260);
}

.modal-info-box {
  padding: 12px 14px;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
  font-size: 11px;
  color: var(--pm-muted, #777b75);
  display: grid;
  gap: 4px;
}

.modal-info-box code {
  font-weight: 700;
  color: var(--pm-accent-dark, #657260);
}

.preset-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.chip {
  padding: 6px 10px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: 999px;
  background: var(--pm-bg-soft, #faf8f4);
  font-size: 11px;
  color: var(--pm-muted, #777b75);
  cursor: pointer;
}

.chip.active {
  border-color: var(--pm-busy, #bd7d76);
  background: var(--pm-busy-soft, #ecd5d1);
  color: var(--pm-busy, #bd7d76);
  font-weight: 600;
}

.modal-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-bg-soft, #faf8f4);
  font-size: 13px;
  color: var(--pm-ink, #303735);
  box-sizing: border-box;
  font-family: inherit;
}

.modal-textarea:focus {
  border-color: var(--pm-accent-dark, #657260);
  background: var(--pm-surface, #fffdf9);
}

.pm-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.btn-cancel {
  height: 38px;
  padding: 0 16px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-muted, #777b75);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.btn-confirm-approve {
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
  border: none;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.btn-confirm-reject,
.btn-confirm-revoke {
  height: 38px;
  padding: 0 18px;
  border: none;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-busy, #bd7d76);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleUp {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 860px) {
  .pm-admin-header {
    padding: 0 16px;
  }
  .pm-admin-tabs-nav {
    padding: 0 16px;
  }
  .pm-admin-stats,
  .pm-admin-details,
  .system-cards-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MOBILE RESPONSIVE ENGINE FOR SUPER ADMIN COCKPIT
   ========================================================= */
@media (max-width: 768px) {
  .pm-admin-header {
    height: auto;
    min-height: 52px;
    padding: 10px 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .pm-admin-header > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .pm-admin-title strong {
    font-size: 14px;
  }

  .pm-admin-header > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    padding-top: 6px;
    border-top: 1px solid var(--pm-border, #e4ded4);
  }

  .pm-admin-tabs-nav {
    padding: 0 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pm-admin-tabs-inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    padding: 6px 0;
  }

  .pm-admin-tab-btn {
    flex-shrink: 0;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 8px;
    background: #f4efe6;
    border-bottom: none;
    white-space: nowrap;
  }

  .pm-admin-tab-btn.active {
    background: #123f39;
    color: #ffffff;
    font-weight: 700;
  }

  .pm-admin-content {
    padding: 16px 12px 60px;
  }

  .pm-admin-head h1 {
    font-size: 24px;
    line-height: 1.15;
  }

  .pm-admin-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .pm-stat-card {
    padding: 10px 12px !important;
  }

  .pm-stat-card strong {
    font-size: 20px !important;
  }

  .pm-admin-card {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .claim-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .btn-approve,
  .btn-reject {
    width: 100%;
    height: 42px;
    justify-content: center;
  }

  .city-filter-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .city-filter-wrapper select {
    width: 100%;
  }
}

/* =========================================================
   DEAD-LOCK MOBILE CENTERING & ZERO HORIZONTAL SCROLL
   ========================================================= */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  position: relative;
}

.pm-admin {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .pm-admin-content {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 14px 12px 60px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .pm-admin-head,
  .pm-admin-stats,
  .claim-cards-list,
  .pm-admin-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .claim-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .claim-actions button,
  .claim-actions a {
    width: 100% !important;
    height: 44px !important;
    font-size: 13px !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .claim-card-head {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .claim-card-body {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
}

.btn-whatsapp-send {
  height: 44px !important;
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28) !important;
  margin-top: 8px !important;
}

.btn-whatsapp-send:hover {
  filter: brightness(1.08);
}

/* ============================================================
   SUPER ADMIN MOBILE POLISH (<=768px)
   ============================================================ */
@media (max-width: 768px) {
  .pm-admin-header {
    padding: 0 16px;
    height: 56px;
  }
  .pm-admin-tabs-nav {
    padding: 0 12px;
  }
  .pm-admin-main {
    padding: 16px 12px 60px;
  }
  .pm-admin-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .pm-admin-heading h1 {
    font-size: 22px;
  }
  .pm-admin-details {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .pm-admin-actions {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .approve-btn,
  .reject-btn,
  .revoke-btn,
  .setup-link-btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    font-size: 13px;
    box-sizing: border-box;
  }
  .salons-grid {
    grid-template-columns: 1fr !important;
    max-height: none !important;
  }
  .salon-card-actions {
    width: 100%;
  }
  .action-pill {
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
    min-height: 36px;
  }
  .pm-admin-code {
    flex-direction: column;
    align-items: flex-start;
  }
  .pm-admin-code-actions {
    width: 100%;
    flex-direction: column;
  }
  .pm-admin-code-actions button,
  .pm-admin-code-actions .test-link {
    width: 100%;
    min-height: 40px;
    justify-content: center;
  }
}
.pm-store-page {
  min-height: calc(100dvh - 28px);

  box-sizing: border-box;

  padding-bottom: 34px;

  color: #303735;

  background:
    radial-gradient(
      circle at 60% 5%,
      rgba(232, 237, 229, .56),
      transparent 30%
    ),
    #f6f3ed;
}


.pm-store-header {
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 32px;

  border-bottom:
    1px solid #e4ded4;

  background:
    rgba(255, 253, 249, .94);
}


.pm-store-logo {
  color: inherit;
  text-decoration: none;
}


.pm-store-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}


.pm-store-back {
  color: #5f6662;

  text-decoration: none;

  font-size: 12px;
}


.pm-store-cart-pill {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 7px 10px;

  border:
    1px solid #ded8ce;

  border-radius: 999px;

  background: #fffdf9;

  font-size: 11px;
}


.pm-store-cart-pill strong {
  width: 21px;
  height: 21px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #fff;

  background: #657260;
}


.pm-store-hero {
  max-width: 1240px;

  margin: 0 auto;

  padding: 34px 28px 22px;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}


.pm-store-eyebrow {
  color: #7b8875;

  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: .12em;
}


.pm-store-hero h1 {
  margin: 6px 0 7px;

  font-family: Georgia, serif;

  font-size:
    clamp(
      34px,
      5vw,
      56px
    );

  line-height: .95;
}


.pm-store-hero p {
  max-width: 520px;

  margin: 0;

  color: #6e746f;

  font-size: 13px;
  line-height: 1.5;
}


.pm-store-note {
  display: flex;
  align-items: center;
  gap: 10px;

  min-width: 210px;

  padding: 12px 14px;

  border:
    1px solid rgba(
      123,
      136,
      117,
      .22
    );

  border-radius: 13px;

  background:
    rgba(
      255,
      253,
      249,
      .76
    );
}


.pm-store-note > span {
  color: #7b8875;

  font-size: 20px;
}


.pm-store-note div {
  display: flex;
  flex-direction: column;
}


.pm-store-note strong {
  font-size: 11px;
}


.pm-store-note small {
  margin-top: 2px;

  color: #777b75;

  font-size: 9px;
}


.pm-store-layout {
  max-width: 1240px;

  margin: 0 auto;

  padding: 0 28px 34px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    330px;

  gap: 22px;

  align-items: start;
}


.pm-store-products {
  display: grid;
  grid-template-columns:
    repeat(
      2,
      minmax(0, 1fr)
    );

  gap: 14px;
}


.pm-store-product {
  min-width: 0;

  display: grid;
  grid-template-columns:
    145px
    minmax(0, 1fr);

  min-height: 190px;

  overflow: hidden;

  border:
    1px solid #e4ded4;

  border-radius: 16px;

  background: #fffdf9;
}


.pm-store-product-image {
  position: relative;

  min-height: 190px;

  overflow: hidden;

  background: #e8ede5;
}


.pm-store-product-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}


.pm-store-product-image > span {
  position: absolute;

  left: 9px;
  bottom: 9px;

  padding: 5px 7px;

  border-radius: 999px;

  color: #55604f;

  background:
    rgba(
      255,
      253,
      249,
      .92
    );

  font-size: 8px;
  font-weight: 700;
}


.pm-store-product-copy {
  min-width: 0;

  display: flex;
  flex-direction: column;

  padding: 16px;
}


.pm-store-product-copy > small {
  color: #8b8c86;

  font-size: 9px;
}


.pm-store-product-copy h2 {
  margin: 5px 0 5px;

  font-family: Georgia, serif;

  font-size: 18px;
}


.pm-store-product-copy p {
  margin: 0;

  color: #747872;

  font-size: 10px;
  line-height: 1.45;
}


.pm-store-product-bottom {
  margin-top: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;
}


.pm-store-product-bottom > strong {
  font-size: 13px;
}


.pm-store-product-bottom > button {
  min-height: 31px;

  padding: 0 11px;

  border: 0;
  border-radius: 9px;

  color: #fff;

  background: #657260;

  cursor: pointer;

  font-size: 9px;
  font-weight: 700;
}


.pm-store-qty {
  display: grid;
  grid-template-columns:
    29px
    30px
    29px;

  align-items: center;

  overflow: hidden;

  border:
    1px solid #dcd6cc;

  border-radius: 9px;

  background: #faf8f4;
}


.pm-store-qty button {
  width: 29px;
  height: 29px;

  border: 0;

  color: #4f5954;

  background: transparent;

  cursor: pointer;

  font-size: 15px;
}


.pm-store-qty span {
  text-align: center;

  font-size: 10px;
  font-weight: 700;
}


.pm-store-cart {
  position: sticky;
  top: 18px;

  min-height: 390px;

  padding: 18px;

  box-sizing: border-box;

  display: flex;
  flex-direction: column;

  border:
    1px solid rgba(
      123,
      136,
      117,
      .22
    );

  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      rgba(
        232,
        237,
        229,
        .78
      ),
      rgba(
        255,
        253,
        249,
        .98
      ) 64%
    );
}


.pm-store-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 13px;

  border-bottom:
    1px solid rgba(
      166,
      158,
      144,
      .2
    );
}


.pm-store-cart-head span {
  color: #7b8875;

  font-size: 9px;

  text-transform: uppercase;

  letter-spacing: .1em;
}


.pm-store-cart-head h2 {
  margin: 2px 0 0;

  font-family: Georgia, serif;

  font-size: 22px;
}


.pm-store-cart-head > strong {
  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #fff;

  background: #657260;

  font-size: 11px;
}


.pm-store-cart-empty {
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 32px 4px;

  text-align: center;
}


.pm-store-cart-empty > span {
  font-size: 25px;

  opacity: .7;
}


.pm-store-cart-empty strong {
  margin-top: 8px;

  font-family: Georgia, serif;

  font-size: 15px;
}


.pm-store-cart-empty p {
  max-width: 220px;

  margin:
    6px auto 0;

  color: #777b75;

  font-size: 10px;
  line-height: 1.5;
}


.pm-store-cart-lines {
  display: grid;
  gap: 8px;

  margin: 14px 0;
}


.pm-store-cart-line {
  display: grid;
  grid-template-columns:
    38px
    minmax(0, 1fr)
    auto;

  align-items: center;

  gap: 8px;
}


.pm-store-cart-line img {
  width: 38px;
  height: 42px;

  object-fit: cover;

  border-radius: 7px;
}


.pm-store-cart-line div {
  min-width: 0;

  display: flex;
  flex-direction: column;
}


.pm-store-cart-line div strong {
  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 9px;
}


.pm-store-cart-line small {
  margin-top: 2px;

  color: #777b75;

  font-size: 8px;
}


.pm-store-cart-line > strong {
  font-size: 9px;
}


.pm-store-total {
  margin-top: auto;

  padding: 13px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-top:
    1px solid rgba(
      166,
      158,
      144,
      .22
    );
}


.pm-store-total span {
  color: #6c716d;

  font-size: 10px;
}


.pm-store-total strong {
  font-size: 16px;
}


.pm-store-whatsapp {
  width: 100%;
  min-height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  border: 0;
  border-radius: 12px;

  color: #fff;

  background: #657260;

  cursor: pointer;
}


.pm-store-whatsapp:disabled {
  cursor: default;

  opacity: .42;
}


.pm-store-wa-icon {
  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  border:
    1px solid rgba(
      255,
      255,
      255,
      .45
    );

  border-radius: 50%;
}


.pm-store-whatsapp > span:last-child {
  display: flex;
  flex-direction: column;

  text-align: left;
}


.pm-store-whatsapp strong {
  font-size: 10px;
}


.pm-store-whatsapp small {
  margin-top: 2px;

  opacity: .78;

  font-size: 8px;
}


.pm-store-cart-help {
  margin: 9px 0 0;

  color: #858882;

  text-align: center;

  font-size: 8px;
  line-height: 1.4;
}


@media (max-width: 980px) {
  .pm-store-layout {
    grid-template-columns: 1fr;
  }

  .pm-store-cart {
    position: static;
  }
}


@media (max-width: 700px) {
  .pm-store-header {
    padding: 0 16px;
  }

  .pm-store-back {
    display: none;
  }

  .pm-store-hero {
    padding:
      24px
      16px
      18px;

    align-items: flex-start;

    flex-direction: column;
  }

  .pm-store-layout {
    padding:
      0
      16px
      24px;
  }

  .pm-store-products {
    grid-template-columns: 1fr;
  }

  .pm-store-product {
    grid-template-columns:
      118px
      minmax(0, 1fr);
  }
}


/* ==================================================
   PICKME SHOP — QUANTITY CONTROL FINAL
   ================================================== */

.pm-store-product-bottom {
  overflow: visible;
}

.pm-store-qty {
  flex: 0 0 102px;

  width: 102px;
  height: 34px;

  display: grid;
  grid-template-columns:
    34px
    34px
    34px;

  align-items: stretch;

  overflow: hidden;

  box-sizing: border-box;

  border:
    1px solid #d7d1c7;

  border-radius: 9px;

  background: #fffdf9;
}


.pm-store-qty button {
  all: unset;

  width: 34px;
  height: 32px;

  box-sizing: border-box;

  display: grid;
  place-items: center;

  cursor: pointer;

  color: #303735 !important;

  background:
    #f3f0ea !important;

  opacity: 1 !important;
  visibility: visible !important;

  font-family:
    Arial,
    sans-serif;

  font-size: 17px !important;
  font-weight: 700 !important;

  line-height: 1 !important;

  text-align: center;
}


.pm-store-qty button:first-child {
  border-right:
    1px solid #ded8ce;
}


.pm-store-qty button:last-child {
  border-left:
    1px solid #ded8ce;
}


.pm-store-qty button:hover {
  color: #fff !important;

  background:
    #7b8875 !important;
}


.pm-store-qty span {
  width: 34px;
  height: 32px;

  display: grid;
  place-items: center;

  box-sizing: border-box;

  color: #303735 !important;

  background: #fffdf9;

  font-size: 11px !important;
  font-weight: 700 !important;

  opacity: 1 !important;
  visibility: visible !important;
}


/* Real photography */
.pm-store-product-image {
  background: #ebe8e1;
}

.pm-store-product-image img {
  width: 100%;
  height: 100%;

  object-fit: cover !important;
  object-position: center !important;
}


/* Salon page miniature shop */
.pm-shop-product img {
  object-fit: cover !important;
  object-position: center !important;
}

/* =========================================================
   PICKME SALON DASHBOARD — MODERN RESPONSIVE SYSTEM
   ========================================================= */

.booking-dashboard {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--pm-ink, #303735);
}

/* Header */
.booking-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  flex-wrap: wrap;
}

.booking-dashboard-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.booking-dashboard-badge {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.booking-dashboard-title {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: var(--pm-ink, #303735);
  letter-spacing: -0.02em;
}

.booking-dashboard-sub {
  margin: 6px 0 16px;
  color: var(--pm-muted, #777b75);
  font-size: 13px;
}

.booking-dashboard-quick-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.booking-dashboard-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  font-size: 11px;
  font-weight: 700;
  color: var(--pm-ink, #303735);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
}

.booking-dashboard-btn:hover {
  background: var(--pm-bg-soft, #faf8f4);
  border-color: var(--pm-accent, #7b8875);
}

.booking-dashboard-btn.accent {
  background: var(--pm-accent-soft, #e8ede5);
  border-color: var(--pm-accent, #7b8875);
  color: var(--pm-accent-dark, #657260);
}

/* Stats Cards */
.booking-dashboard-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.booking-dashboard-stat-card {
  min-width: 96px;
  padding: 14px 18px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 12px);
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.booking-dashboard-stat-card strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--pm-accent-dark, #657260);
  line-height: 1.1;
  font-family: Georgia, serif;
}

.booking-dashboard-stat-card span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pm-muted, #777b75);
}

/* Tabs */
.booking-dashboard-tabs {
  display: flex;
  gap: 8px;
  margin: 24px 0 28px;
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.booking-dashboard-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: var(--pm-radius-xs, 8px);
  border: 1px solid transparent;
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-muted, #777b75);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}

.booking-dashboard-tab-btn:hover {
  color: var(--pm-ink, #303735);
  background: var(--pm-bg-soft, #faf8f4);
}

.booking-dashboard-tab-btn.active {
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border-color: var(--pm-accent-dark, #657260);
}

/* Main Columns */
.booking-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}

.booking-dashboard-column h2 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: var(--pm-ink, #303735);
  margin: 0 0 16px;
}

.booking-dashboard-empty {
  padding: 32px 20px;
  text-align: center;
  background: var(--pm-surface, #fffdf9);
  border: 1px dashed var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 12px);
  color: var(--pm-muted, #777b75);
  font-size: 13px;
}

/* Booking Card */
.booking-card {
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 12px);
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  transition: all 0.15s ease;
}

.booking-card:hover {
  border-color: var(--pm-accent, #7b8875);
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.booking-card.confirmed {
  border-left: 4px solid var(--pm-accent-dark, #657260);
}

.booking-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.booking-card-head strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--pm-ink, #303735);
}

.booking-card-badge {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.booking-card-badge.pending {
  background: #fef3c7;
  color: #92400e;
}

.booking-card-badge.confirmed {
  background: #dcfce7;
  color: #166534;
}

.booking-card-details {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 13px;
}

.booking-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-card-label {
  color: var(--pm-muted, #777b75);
}

.booking-card-val {
  font-weight: 600;
  color: var(--pm-ink, #303735);
}

.booking-card-actions {
  display: flex;
  gap: 8px;
}

.btn-booking-confirm {
  flex: 1;
  height: 36px;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.btn-booking-confirm:hover {
  background: #4f5a4b;
}

.btn-booking-reject {
  height: 36px;
  padding: 0 14px;
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-busy-soft, #f8eeee);
  color: var(--pm-busy, #bd7d76);
  border: 1px solid var(--pm-busy, #bd7d76);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.btn-booking-reject:hover {
  background: #f1dede;
}


/* Staff Quick-Switcher */
.booking-dashboard-staff-quick {
  margin: 24px 0 20px;
  padding: 16px 20px;
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 12px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.staff-quick-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 6px;
}

.staff-quick-label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pm-accent-dark, #657260);
}

.staff-quick-title {
  margin: 2px 0 0;
  font-family: Georgia, serif;
  font-size: 17px;
  color: var(--pm-ink, #303735);
}

.staff-quick-hint {
  font-size: 11px;
  color: var(--pm-muted, #777b75);
}

.staff-quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.staff-quick-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: var(--pm-radius-xs, 10px);
  background: var(--pm-bg-soft, #faf8f4);
  border: 2px solid var(--pm-border, #e4ded4);
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
  min-height: 72px;
}

.staff-quick-card:hover {
  border-color: var(--pm-accent, #7b8875);
  background: var(--pm-surface, #fffdf9);
}

.staff-quick-card.selected {
  border-color: var(--pm-accent-dark, #657260);
  background: var(--pm-surface, #fffdf9);
  box-shadow: 0 4px 12px rgba(101, 114, 96, 0.12);
}

.staff-quick-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.staff-quick-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
}

.staff-quick-card.selected .staff-quick-avatar {
  background: var(--pm-accent-dark, #657260);
  color: #fff;
}

.staff-quick-name-block {
  flex: 1;
  min-width: 0;
}

.staff-quick-name-block strong {
  display: block;
  font-size: 14px;
  color: var(--pm-ink, #303735);
  line-height: 1.2;
}

.staff-quick-name-block small {
  display: block;
  font-size: 11px;
  color: var(--pm-muted, #777b75);
}

.staff-quick-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pm-accent-dark, #657260);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.staff-quick-card-bottom {
  display: flex;
  align-items: center;
}

.staff-quick-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 768px) {
  .booking-dashboard {
    padding: 16px 12px 60px;
    overflow-x: hidden;
  }

  .booking-dashboard-title {
    font-size: 22px;
  }

  .booking-dashboard-header {
    gap: 14px;
    padding-bottom: 14px;
  }

  .booking-dashboard-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    margin-bottom: 10px;
    padding: 0;
    box-sizing: border-box;
  }

  .booking-dashboard-brand-row .pickme-global-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  }

  .booking-dashboard-badge {
    font-size: 8px;
    padding: 2px 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .booking-dashboard-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .booking-dashboard-stat-card {
    min-width: 0;
    padding: 10px 8px;
  }

  .booking-dashboard-stat-card strong {
    font-size: 20px;
  }

  .booking-dashboard-stat-card span {
    font-size: 9px;
  }

  .booking-dashboard-quick-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .booking-dashboard-btn {
    min-height: 40px;
    justify-content: center;
    font-size: 12px;
  }

  .staff-quick-grid {
    grid-template-columns: 1fr;
  }

  .booking-dashboard-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding-bottom: 8px;
  }

  .booking-dashboard-tab-btn {
    justify-content: center;
    padding: 10px 6px;
    font-size: 12px;
    min-height: 44px;
  }

  .booking-dashboard-grid {
    grid-template-columns: 1fr;
  }
}


.pm-login-page {
  min-height: 100vh;
  background: var(--pm-bg, #f6f3ed);
  color: var(--pm-ink, #303735);
  display: flex;
  flex-direction: column;
}

.pm-login-header {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid var(--pm-border, #e4ded4);
  background: var(--pm-surface, #fffdf9);
}

.pm-login-logo {
  display: flex;
  align-items: center;
}

.pm-login-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-xs, 8px);
  background: var(--pm-surface, #fffdf9);
  color: var(--pm-ink, #303735);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease;
}

.pm-login-back:hover {
  background: var(--pm-bg-soft, #faf8f4);
  border-color: var(--pm-accent, #7b8875);
}

.pm-login-main {
  flex: 1;
  display: grid;
  place-content: center;
  padding: 40px 20px 80px;
}

.pm-login-card {
  width: min(440px, calc(100vw - 40px));
  background: var(--pm-surface, #fffdf9);
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-lg, 20px);
  padding: 36px 32px;
  box-shadow: var(--pm-shadow-card, 0 12px 35px rgba(54, 57, 52, 0.055));
}

.pm-login-card-head {
  text-align: center;
  margin-bottom: 28px;
}

.pm-login-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--pm-accent-soft, #e8ede5);
  color: var(--pm-accent-dark, #657260);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.pm-login-card-head h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--pm-ink, #303735);
  letter-spacing: -0.02em;
}

.pm-login-card-head p {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--pm-muted, #777b75);
  line-height: 1.4;
}

.pm-login-form {
  display: grid;
  gap: 18px;
}

.pm-login-field {
  display: grid;
  gap: 6px;
}

.pm-login-field label {
  font-size: 11px;
  font-weight: 700;
  color: var(--pm-ink, #303735);
}

.pm-login-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.pm-login-icon {
  position: absolute;
  left: 14px;
  color: var(--pm-muted, #777b75);
  pointer-events: none;
}

.pm-login-input-wrap input {
  width: 100%;
  height: 44px;
  padding: 0 14px 0 40px;
  border: 1px solid var(--pm-border, #e4ded4);
  border-radius: var(--pm-radius-sm, 11px);
  background: var(--pm-bg-soft, #faf8f4);
  color: var(--pm-ink, #303735);
  font-size: 13px;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.pm-login-input-wrap input:focus {
  border-color: var(--pm-accent-dark, #657260);
  background: var(--pm-surface, #fffdf9);
}

.pm-login-submit-btn {
  height: 46px;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--pm-radius-sm, 11px);
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.pm-login-submit-btn:hover {
  background: var(--pm-ink, #303735);
}

.pm-login-footer-links {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--pm-border, #e4ded4);
  text-align: center;
  font-size: 12px;
  display: grid;
  gap: 4px;
}

.pm-login-footer-links span {
  color: var(--pm-muted, #777b75);
}

.pm-login-footer-links a {
  color: var(--pm-accent-dark, #657260);
  font-weight: 700;
  text-decoration: none;
}

.pm-login-footer-links a:hover {
  text-decoration: underline;
}

.pm-login-submitted {
  display: grid;
  gap: 16px;
  text-align: center;
  padding: 10px 0;
}

.pm-login-submitted p {
  margin: 0;
  font-size: 13px;
  color: var(--pm-ink, #303735);
  line-height: 1.5;
}

.pm-login-meta {
  font-size: 12px;
  color: var(--pm-muted, #777b75);
}

.pm-login-actions {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.pm-login-btn-primary,
.pm-login-btn-secondary {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--pm-radius-sm, 11px);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.pm-login-btn-primary {
  background: var(--pm-accent-dark, #657260);
  color: #ffffff;
  border: none;
}

.pm-login-btn-secondary {
  background: var(--pm-bg-soft, #faf8f4);
  border: 1px solid var(--pm-border, #e4ded4);
  color: var(--pm-ink, #303735);
}

@media (max-width: 600px) {
  .pm-login-header {
    padding: 0 16px;
  }

  .pm-login-card {
    padding: 28px 20px;
  }
}
:root{
  --pickme-bg:#f6f3ea;
  --pickme-surface:#ffffff;
  --pickme-surface-soft:#faf8f3;

  --pickme-green:#173f3b;
  --pickme-green-2:#24564f;
  --pickme-green-soft:#eaf3ee;

  --pickme-gold:#b58a3e;
  --pickme-gold-soft:#fff3d7;

  --pickme-text:#123a37;
  --pickme-text-soft:#6f756f;
  --pickme-border:#e5dfd4;

  --pickme-danger:#c6545d;
  --pickme-success:#55b879;
  --pickme-warning:#e89a4c;

  --pickme-radius-sm:10px;
  --pickme-radius-md:16px;
  --pickme-radius-lg:24px;
  --pickme-radius-xl:30px;

  --pickme-shadow:
    0 16px 45px rgba(26,46,40,.07);

  --pickme-shadow-hover:
    0 22px 55px rgba(26,46,40,.12);

  --pickme-max:1280px;
}


*{
  box-sizing:border-box;
}


html,
body,
#root{
  margin:0;
  color:var(--pickme-text);
  background:var(--pickme-bg);
}


body{
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}


.pickme-container{
  width:min(
    calc(100% - 40px),
    var(--pickme-max)
  );
  margin-inline:auto;
}


.pickme-card{
  background:var(--pickme-surface);
  border:1px solid var(--pickme-border);
  border-radius:var(--pickme-radius-lg);
  box-shadow:var(--pickme-shadow);
}


.pickme-btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 18px;

  border:0;
  border-radius:12px;

  font:inherit;
  font-size:12px;
  font-weight:800;

  text-decoration:none;
  cursor:pointer;

  transition:
    transform .15s ease,
    box-shadow .15s ease,
    background .15s ease;
}


.pickme-btn:hover{
  transform:translateY(-1px);
}


.pickme-btn-primary{
  color:white;
  background:var(--pickme-green);
}


.pickme-btn-primary:hover{
  background:var(--pickme-green-2);
}


.pickme-btn-secondary{
  color:var(--pickme-green);
  background:white;
  border:1px solid var(--pickme-border);
}


.pickme-btn-gold{
  color:white;
  background:var(--pickme-gold);
}


.pickme-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;

  padding:6px 9px;
  border-radius:999px;

  background:var(--pickme-green-soft);
  color:#37724c;

  font-size:10px;
  font-weight:800;
}


.pickme-eyebrow{
  color:var(--pickme-gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* ===== PickMe global header ===== */

.pickme-header{
  height:64px;
  background:rgba(246,243,234,.94);
  border-bottom:1px solid var(--pickme-border);
  backdrop-filter:blur(14px);
}

.pickme-header.compact{
  height:56px;
}

.pickme-header-inner{
  width:min(
    calc(100% - 40px),
    var(--pickme-max)
  );

  height:100%;
  margin:auto;

  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
}


.pickme-brand{
  color:var(--pickme-green);
  text-decoration:none;

  font-size:26px;
  font-weight:900;
  letter-spacing:-.04em;
}


.pickme-main-nav{
  display:flex;
  align-items:center;
  gap:22px;
}


.pickme-main-nav a,
.pickme-login{
  color:var(--pickme-text);
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}


.pickme-main-nav a:hover,
.pickme-login:hover{
  color:var(--pickme-gold);
}


.pickme-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}


.pickme-location{
  padding:7px 10px;
  border-radius:999px;
  background:white;
  border:1px solid var(--pickme-border);

  font-size:10px;
  font-weight:700;
}


.pickme-login{
  padding:9px 13px;
  border-radius:10px;
  color:white;
  background:var(--pickme-green);
}


@media(max-width:760px){

  .pickme-main-nav{
    display:none;
  }

  .pickme-header-inner{
    grid-template-columns:1fr auto;
  }

  .pickme-location{
    display:none;
  }
}
