.pageWrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 16px 60px;
}

.authCard, .dashCard{
  max-width: 620px;
  margin: 20px auto;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(31,42,68,.10);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.authTitle{
  margin: 0 0 6px;
  font-size: 28px;
  color: #1d2640;
}

.authSub{
  margin: 0 0 14px;
  color: rgba(31,42,68,.75);
}

.authMsg{
  min-height: 18px;
  margin: 0 0 10px;
  color: #b1003a;
  font-weight: 600;
}

.authForm{ display: grid; gap: 12px; }

.field span{
  display:block;
  font-weight: 600;
  color:#1d2640;
  margin-bottom: 6px;
}

.field input{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(31,42,68,.14);
  background: rgba(255,255,255,.92);
  outline: none;
}

.field input:focus{
  border-color: rgba(245,154,198,.85);
  box-shadow: 0 0 0 4px rgba(245,154,198,.18);
}

.hintText{
  display:block;
  margin-top: 6px;
  color: rgba(31,42,68,.7);
}

.authActions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.btnPrimary{
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  cursor: pointer;
  color: #1d2640;
  background: linear-gradient(135deg, rgba(245,154,198,.9), rgba(177,242,247,.85));
  font-weight: 700;
}

.btnPrimary:hover{ filter: brightness(1.02); }

.btnGhost{
  border-radius: 14px;
  padding: 12px 14px;
  cursor: pointer;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(31,42,68,.14);
  color:#1d2640;
  font-weight: 700;
}

.btnAsLink{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.btnLink{
  font-weight: 800;
  color: #1d2640;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(245,154,198,.18);
  border: 1px solid rgba(245,154,198,.28);
}

.btnLink:hover{ background: rgba(245,154,198,.24); }

.authDivider{
  height: 1px;
  background: rgba(31,42,68,.12);
  margin: 4px 0;
}

.authAlt{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  color: rgba(31,42,68,.75);
}
.dashHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.dashBtns{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dashTabs{
  display:flex;
  gap: 10px;
  margin-top: 10px;
}

.tabBtn{
  border: 1px solid rgba(31,42,68,.14);
  background: rgba(255,255,255,.70);
  padding: 10px 12px;
  border-radius: 14px;
  cursor:pointer;
  font-weight: 800;
  color:#1d2640;
}

.tabBtn.isActive{
  background: rgba(245,154,198,.22);
  border-color: rgba(245,154,198,.35);
}

.listWrap{
  margin-top: 14px;
  display:grid;
  gap: 12px;
}

.bookingCard{
  border-radius: 16px;
  padding: 14px 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(31,42,68,.10);
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.bookingTop{
  display:flex;
  justify-content:space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: baseline;
}

.bookingTitle{
  font-weight: 900;
  color:#1d2640;
  font-size: 16px;
}

.badge{
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(31,42,68,.12);
  background: rgba(177,242,247,.22);
  color:#1d2640;
}

.badge.cancelled{
  background: rgba(0,0,0,.06);
  color: rgba(31,42,68,.75);
}

.bookingMeta{
  margin-top: 8px;
  color: rgba(31,42,68,.78);
  display:grid;
  gap: 4px;
}

.bookingMeta strong{
  color:#1d2640;
}

.dashHint{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(31,42,68,.10);
  background: rgba(255,255,255,.65);
  color: rgba(31,42,68,.78);
}


.pwWrap{
  position: relative;
  display: flex;
  align-items: center;
}

.pwWrap input{
  width: 100%;
  padding-right: 44px;
}

.pwEye{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(2px);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  opacity: .9;
}

.pwEye:hover{ opacity: 1; }
.pwEye:active{ transform: translateY(-50%) scale(.98); }

.pwStrength{
  margin-top: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  overflow: hidden;
}

.pwStrength__bar{
  height: 100%;
  width: 0%;
  border-radius: 999px;
  transition: width .18s ease;
  background: linear-gradient(90deg, rgba(232, 79, 122, .85), rgba(111, 198, 255, .85));
}

.pwStrength__label{
  margin-top: 6px;
  font-size: 12px;
  opacity: .75;
}

.authMsg{ min-height: 18px; line-height: 1.25; }
.authMsg.isError{ opacity: 1; font-weight: 600; }
.authMsg.isOk{ opacity: 1; font-weight: 700; }

@media (max-width: 520px){
  #resetCard .authActions > *{ width: 100%; }
}

.pwField{
  position: relative;
  width: 100%;
}

.pwField input{
  width: 100%;
  padding-right: 48px; 
}

.pwToggle{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: .75;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.pwToggle:hover{
  opacity: 1;
}

.pwToggle:focus{
  outline: 2px solid rgba(220, 120, 190, .35);
  outline-offset: 2px;
}

.pwField{
  position:relative;
  display:flex;
  align-items:center;
}

.pwField input{
  width:100%;
  padding-right:52px; 
}

.pwToggle{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:999px;
  color: rgba(20,20,20,0.75);
}

.pwToggle:hover{
  background: rgba(255, 105, 180, 0.10);
  color: rgba(20,20,20,0.95);
}

.pwToggle:focus-visible{
  outline:2px solid rgba(255, 105, 180, 0.55);
  outline-offset:2px;
}

.pwIcon{
  width:20px;
  height:20px;
  display:block;
}

.pwIcon--hide{ display:none; }

.pwToggle.is-on .pwIcon--show{ display:none; }
.pwToggle.is-on .pwIcon--hide{ display:block; }

[hidden] { 
  display: none !important; 
}


.btnDanger{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 14px;
  border-radius: 12px;

  border: 1px solid rgba(220, 38, 38, 0.35);
  background: rgba(220, 38, 38, 0.10);
  color: rgb(185, 28, 28);

  font-weight: 600;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.btnDanger:hover{
  background: rgba(220, 38, 38, 0.16);
  box-shadow: 0 10px 24px rgba(220, 38, 38, 0.16);
  transform: translateY(-1px);
}

.btnDanger:active{
  transform: translateY(0);
  box-shadow: none;
}

.btnDanger:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.22);
}

.btnDanger:disabled{
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.btnPrimary:disabled,
.btnPrimary[disabled]{
  opacity: .45;
  cursor: not-allowed;
  filter: grayscale(30%);
  transform: none;
  box-shadow: none;
}

.btnPrimary:disabled:hover,
.btnPrimary[disabled]:hover{
  transform: none;
  box-shadow: none;
}

.listWrap{ margin-top: 18px; }

.listHead{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 12px;
  margin: 14px 0 10px;
}
.listTitle{
  font-weight: 950;
  font-size: 16px;
  letter-spacing: .2px;
}
.listHint{ font-size: 12px; opacity: .7; }

.dayGroup{ margin: 18px 0 22px; }
.dayGroup__head{
  display:flex; align-items:center; gap: 10px;
  margin-bottom: 12px;
}
.dayGroup__date{
  font-weight: 900;
  font-size: 13px;
  opacity: .85;
  white-space: nowrap;
}
.dayGroup__line{
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(255,105,180,.40), rgba(255,105,180,0));
}

.tRow{
  --accent: #f7b3d1;
  display:grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: stretch;
  margin: 10px 0;
}

.tRail{
  position: relative;
  display:flex;
  flex-direction: column;
  align-items:center;
}
.tDot{
  width: 34px; height: 34px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  color: #fff;
  background: linear-gradient(180deg, var(--accent), rgba(255,255,255,.25));
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
  border: 1px solid rgba(255,255,255,.45);
}
.tLine{
  width: 2px;
  flex: 1;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,105,180,.25), rgba(255,105,180,0));
}

.tCard{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255, 105, 180, .18);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
  overflow:hidden;
  position: relative;
}

.tCard::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 10px;
  background: linear-gradient(180deg, var(--accent), rgba(255,255,255,.25));
}

.tHead{
  padding: 14px 14px 10px 18px;
  display:flex;
  justify-content:space-between;
  gap: 12px;
}

.tTime{
  font-weight: 950;
  font-size: 16px;
  margin-bottom: 4px;
}
.tMeta{
  display:flex;
  flex-wrap:wrap;
  gap: 6px;
  font-size: 13px;
  opacity: .85;
}
.tMaster{ font-weight: 900; }
.tSep{ opacity: .6; }

.tSvc{
  max-width: 56ch;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.tPills{
  display:flex;
  gap: 8px;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-content:flex-start;
}

.tPill{
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(255,105,180,.18), rgba(255,105,180,.10));
  border: 1px solid rgba(255,105,180,.20);
}

.tActions{
  display:flex;
  justify-content:flex-end;
  gap: 10px;
  padding: 12px 14px 14px 18px;
  border-top: 1px solid rgba(0,0,0,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.65));
}

.tBtn{
  border: none;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 900;
  cursor:pointer;
  min-width: 120px;
}

.tBtnGhost{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(255,105,180,.25);
}
.tBtnGhost:hover{ background: rgba(255,105,180,.10); }

.tBtnDanger{
  color:#fff;
  background: linear-gradient(180deg, rgba(239,68,68,.95), rgba(239,68,68,.75));
  box-shadow: 0 12px 24px rgba(239,68,68,.18);
}
.tBtnDanger:hover{ filter: brightness(.98); }

.tRow.isPast{
  opacity: .70;
  filter: saturate(.85);
}
.tRow.isPast .tDot{
  opacity: .85;
}

@media (max-width: 520px){
  .tRow{ grid-template-columns: 38px 1fr; gap: 10px; }
  .tSvc{ max-width: 34ch; }
  .tBtn{ min-width: 0; width: 50%; }
}

.listWrap{ margin-top: 16px; }

.tSection{
  position: relative;
  border-radius: 22px;
  padding: 14px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(243,167,197,.22);
  box-shadow: 0 22px 70px rgba(0,0,0,.10);
  backdrop-filter: blur(14px);
}

.tSectionHead{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 12px;
  padding: 6px 6px 12px;
}

.tSectionTitle{
  margin:0;
  font-size: 16px;
  letter-spacing: .2px;
}

.tSectionSub{
  font-size: 12px;
  font-weight: 700;
  opacity: .70;
}

.tEmpty{
  padding: 14px 10px 18px;
  opacity: .75;
  font-size: 13px;
}

.tStack{ display:flex; flex-direction:column; gap: 14px; }

.tDayHead{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 10px 8px 4px;
}

.tDayTitle{
  font-size: 13px;
  font-weight: 900;
  opacity: .80;
  white-space: nowrap;
}

.tDayLine{
  height: 1px;
  flex:1;
  background: linear-gradient(90deg, rgba(243,167,197,.35), rgba(243,167,197,0));
}

.tDayList{ display:flex; flex-direction:column; gap: 12px; }

.tRow{
  --accent: #f3a7c5;
  display:grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: stretch;
}

.tRail{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding-top: 6px;
}

.tDot{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.65), transparent 40%),
    linear-gradient(180deg, var(--accent), rgba(255,255,255,.35));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

.tLine{
  width: 3px;
  flex: 1;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(243,167,197,.45), rgba(243,167,197,0));
  opacity: .9;
}

.tCard{
  position:relative;
  border-radius: 20px;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.62));
  border: 1px solid rgba(243,167,197,.25);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
}

.tCard::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 12px;
  background: linear-gradient(180deg, var(--accent), rgba(255,255,255,.25));
  opacity:.95;
}

.tCard::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(850px 220px at 20% 0%, rgba(243,167,197,.14), transparent 60%);
  pointer-events:none;
}

.tHead{
  padding: 16px 16px 12px 20px;
  display:flex;
  justify-content:space-between;
  gap: 14px;
}

.tLeft{ min-width: 0; }

.tTime{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2px;
}

.tDate{
  font-size: 12px;
  font-weight: 900;
  opacity: .65;
  margin-top: 2px;
}

.tMeta{
  margin-top: 8px;
  font-size: 12.5px;
  opacity: .90;
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items:center;
}

.tMaster{
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(243,167,197,.12);
  border: 1px solid rgba(243,167,197,.16);
  font-weight: 900;
}

.tSep{ opacity: .55; }

.tSvc{
  min-width: 0;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tRight{
  display:flex;
  gap: 8px;
  align-items:flex-start;
  justify-content:flex-end;
  flex-wrap: wrap;
}

.tPill{
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(243,167,197,.20), rgba(243,167,197,.08));
  border: 1px solid rgba(243,167,197,.24);
  box-shadow: 0 10px 22px rgba(243,167,197,.08);
}

.tActions{
  display:flex;
  gap: 10px;
  padding: 12px 14px 16px 18px;
  border-top: 1px solid rgba(0,0,0,.05);
}

.tActionsInfo{
  justify-content: flex-start;
}

.tHint{
  font-size: 12px;
  opacity: .70;
  padding-left: 6px;
}

.tBtn{
  border-radius: 14px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.tBtnGhost{
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(243,167,197,.30);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.tBtnGhost:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
}

.tBtnDanger{
  color: #fff;
  background: linear-gradient(180deg, rgba(243,167,197,.98), rgba(239,68,68,.80));
  box-shadow: 0 18px 40px rgba(239,68,68,.16);
}

.tBtnDanger:hover{
  transform: translateY(-1px);
  filter: saturate(1.05);
}

.tRow.isPast{
  opacity: .56;
  filter: grayscale(.12) saturate(.86);
}

@media (max-width: 520px){
  .tRow{ grid-template-columns: 40px 1fr; }
  .tDot{ width: 30px; height: 30px; }
  .tTime{ font-size: 16px; }
  .tSvc{ white-space: normal; }
  .tActions{ flex-direction: column; }
  .tBtn{ width: 100%; }
}