
:root{--bg:#070707;--panel:#111;--panel2:#171717;--gold:#d7b56d;--red:#b40d18;--text:#f8f4ea;--muted:#c9bfa9;--line:rgba(215,181,109,.25)}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",Meiryo,sans-serif;background:radial-gradient(circle at top,#2b0609 0,#070707 42%,#050505 100%);color:var(--text);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,92%);margin:auto}
.header{position:sticky;top:0;z-index:30;background:rgba(5,5,5,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:13px 0}.logo{font-family:serif;font-size:26px;letter-spacing:.08em;color:var(--gold);font-weight:700;line-height:1.1}.logo span{display:block;font-size:10px;letter-spacing:.25em;color:var(--muted);font-family:sans-serif}.nav{display:flex;gap:13px;font-size:13px}.nav a{white-space:nowrap}.nav a:hover{color:var(--gold)}.menu-btn{display:none;background:none;border:1px solid var(--line);color:#fff;border-radius:8px;padding:8px 10px}
.section{padding:56px 0}.sec-title{margin:0 0 22px;font-size:30px;line-height:1.25}.sec-title span{display:block;color:var(--gold);font-size:12px;letter-spacing:.25em;margin-bottom:4px}.hero{padding:74px 0 48px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.16;margin:0 0 18px}.hero p,.card p{color:var(--muted)}.badge{display:inline-block;border:1px solid var(--line);color:var(--gold);border-radius:999px;padding:6px 14px;font-size:13px;margin-bottom:18px;background:rgba(215,181,109,.08)}
.hero-card{min-height:420px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(215,181,109,.15),rgba(180,13,24,.2)),#111;display:flex;align-items:end;padding:24px;box-shadow:0 25px 70px rgba(0,0,0,.45)}.hero-card-inner{background:rgba(0,0,0,.48);border:1px solid var(--line);border-radius:20px;padding:20px;width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;font-weight:700;border:0;cursor:pointer}.btn.gold{background:linear-gradient(135deg,#f0d58d,#b68a38);color:#111}.btn.dark{border:1px solid var(--line);color:#fff;background:rgba(255,255,255,.04)}.btn.red{background:linear-gradient(135deg,#d63d4a,#8b0610);color:#fff}.btn.small{padding:8px 12px;font-size:12px}.cta{display:flex;gap:12px;flex-wrap:wrap}
.grid{display:grid;gap:18px}.menu{grid-template-columns:repeat(4,1fr)}.cast-grid{grid-template-columns:repeat(4,1fr)}.diary-grid{grid-template-columns:repeat(3,1fr)}.event-list{grid-template-columns:repeat(3,1fr)}
.card{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.card h3{margin:0 0 8px;color:var(--gold)}.cast-card,.diary-card{padding:0;overflow:hidden}.cast-photo{aspect-ratio:3/4;background:#181818;display:flex;align-items:center;justify-content:center;color:#777;border-bottom:1px solid var(--line);overflow:hidden}.cast-photo img,.diary-thumb img,.profile-photo img,.photo-grid img{width:100%;height:100%;object-fit:cover}.cast-info{padding:16px}.cast-tag{display:inline-block;font-size:11px;color:#111;background:var(--gold);border-radius:999px;padding:3px 9px;margin-bottom:8px;font-weight:700}
.diary-thumb{aspect-ratio:4/3;background:#181818;display:flex;align-items:center;justify-content:center;color:#777;border-bottom:1px solid var(--line);overflow:hidden}.diary-body{padding:16px}.diary-meta{font-size:12px;color:var(--muted);margin-bottom:6px}.diary-body h3{font-size:17px;line-height:1.45}
.profile-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.profile-photo{min-height:560px;background:#181818;border:1px solid var(--line);border-radius:26px;display:flex;align-items:center;justify-content:center;color:#777;overflow:hidden}.profile-table{display:grid;gap:0;margin:18px 0}.profile-table div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);padding:9px 0;color:var(--muted)}.profile-table b{color:var(--gold);text-align:right}.qa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.qa-item{background:rgba(255,255,255,.035);border:1px solid rgba(215,181,109,.18);border-radius:16px;padding:14px}.qa-item dt{color:var(--gold);font-weight:700;font-size:13px}.qa-item dd{margin:6px 0 0;color:var(--text)}
.photo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.photo-grid a{aspect-ratio:3/4;background:#181818;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#777}
.schedule-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.schedule-card{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center}.schedule-card .thumb{width:92px;aspect-ratio:1/1;border-radius:16px;background:#181818;overflow:hidden;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:#777}.schedule-date{color:var(--gold);font-size:13px;font-weight:700}.schedule-time{font-size:20px;font-weight:800}.schedule-name{font-size:18px;font-weight:800}.schedule-comment{font-size:13px;color:var(--muted)}
.footer{padding:36px 0 90px;border-top:1px solid var(--line);background:#050505;color:var(--muted);font-size:13px}.fixed-bottom{position:fixed;left:0;right:0;bottom:0;z-index:40;background:rgba(5,5,5,.96);border-top:1px solid var(--line);display:none}.fixed-bottom a{flex:1;text-align:center;padding:12px 8px;font-size:13px}.fixed-bottom a:first-child{background:linear-gradient(135deg,#f0d58d,#b68a38);color:#111;font-weight:700}
.admin-wrap{width:min(1180px,94%);margin:30px auto}.admin-nav{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 22px}.admin-nav a{padding:10px 14px;background:#171717;border:1px solid var(--line);border-radius:10px}.form{display:grid;gap:12px}.form input,.form textarea,.form select{width:100%;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#090909;color:#fff}.form label{font-weight:700;color:var(--gold)}.form textarea{min-height:96px}.alert{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:rgba(215,181,109,.08);margin:12px 0}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-thumb{width:84px;height:84px;border-radius:12px;object-fit:cover;background:#222;border:1px solid var(--line)}.admin-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;margin-top:16px}table{width:100%;border-collapse:collapse;min-width:900px;background:#111}th,td{border-bottom:1px solid rgba(255,255,255,.08);padding:14px;text-align:left;vertical-align:top}th{color:var(--gold);background:#15110b}.status{display:inline-block;border-radius:999px;padding:3px 8px;font-size:12px}.status.on{background:rgba(47,179,109,.16);color:#8ef0b7}.status.off{background:rgba(214,61,74,.15);color:#ff98a0}
@media(max-width:1040px){.nav{gap:9px;font-size:12px}.schedule-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.nav{display:none;position:absolute;top:60px;left:0;right:0;background:#070707;border-bottom:1px solid var(--line);padding:18px 4%;flex-direction:column}.nav.open{display:flex}.menu-btn{display:block}.hero-grid,.profile-grid{grid-template-columns:1fr}.menu,.cast-grid,.event-list,.diary-grid{grid-template-columns:repeat(2,1fr)}.photo-grid{grid-template-columns:repeat(3,1fr)}.fixed-bottom{display:flex}.profile-photo{min-height:360px}.hero{padding-top:44px}.hero-card{min-height:270px}}
@media(max-width:560px){.menu,.cast-grid,.event-list,.diary-grid,.schedule-cards,.qa-grid{grid-template-columns:1fr}.header-inner{padding:10px 0}.logo{font-size:22px}.section{padding:42px 0}.card{border-radius:16px;padding:16px}.cast-card,.diary-card{padding:0}.sec-title{font-size:26px}.schedule-card{grid-template-columns:82px 1fr;padding:14px}.schedule-card .thumb{width:82px}.schedule-time{font-size:18px}.photo-grid{grid-template-columns:repeat(2,1fr)}.admin-wrap{margin:18px auto}.btn{width:100%}.admin-actions .btn{width:auto}}


/* v0.6 therapist profile improvements */
.profile-slider{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  padding:4px 2px 14px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.profile-slider::-webkit-scrollbar{display:none}
.profile-slide{
  flex:0 0 min(86vw,420px);
  aspect-ratio:3/4;
  border:1px solid var(--line);
  border-radius:24px;
  background:#181818;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  scroll-snap-align:start;
}
.profile-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.flick-hint{
  color:var(--muted);
  font-size:12px;
  margin-top:8px;
  text-align:center;
}
.week-schedule{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:10px;
}
.week-card{
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg,var(--panel2),var(--panel));
  padding:14px 10px;
  text-align:center;
}
.week-card .day{
  color:var(--gold);
  font-weight:800;
  font-size:13px;
}
.week-card .date{
  color:var(--muted);
  font-size:12px;
  margin-bottom:8px;
}
.week-card .time{
  font-weight:800;
  font-size:15px;
}
.week-card.off .time{
  color:#777;
}
@media(max-width:900px){
  .week-schedule{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:560px){
  .week-schedule{grid-template-columns:repeat(2,1fr)}
  .profile-slide{flex-basis:82vw}
}


/* v0.6.1 profile slider force horizontal flick */
.profile-gallery{
  position:relative;
}
.profile-slider{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px;
  width:100%;
  overflow-x:scroll !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:4px 2px 14px;
  touch-action:pan-x;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.profile-slider::-webkit-scrollbar{
  display:none;
}
.profile-slide{
  flex:0 0 100% !important;
  min-width:100% !important;
  max-width:100% !important;
  aspect-ratio:3/4;
  border:1px solid var(--line);
  border-radius:24px;
  background:#181818;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  scroll-snap-align:center;
}
.profile-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.slider-controls{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:10px;
}
.slider-controls button{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.5);
  color:var(--gold);
  font-weight:800;
  font-size:18px;
}
.flick-hint{
  color:var(--muted);
  font-size:12px;
  margin-top:8px;
  text-align:center;
}
@media(max-width:560px){
  .profile-slide{
    flex-basis:100% !important;
    min-width:100% !important;
  }
}


/* v0.6.2 profile Q&A and weekly schedule UI */
.week-schedule{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:12px;
}
.week-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(215,181,109,.28);
  border-radius:18px;
  background:linear-gradient(180deg,#181818,#0e0e0e);
  padding:14px 10px 16px;
  text-align:center;
  min-height:118px;
  box-shadow:0 8px 22px rgba(0,0,0,.22);
}
.week-card.today{
  border-color:rgba(243,217,143,.9);
  box-shadow:0 0 0 1px rgba(243,217,143,.18),0 12px 30px rgba(215,181,109,.14);
}
.week-card.work{
  background:linear-gradient(180deg,rgba(180,13,24,.26),#111);
}
.week-card.off{
  opacity:.66;
  background:linear-gradient(180deg,#151515,#090909);
}
.week-card .day{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:52px;
  padding:3px 9px;
  border-radius:999px;
  color:#111;
  background:var(--gold);
  font-weight:900;
  font-size:12px;
  margin-bottom:7px;
}
.week-card.off .day{
  color:var(--muted);
  background:rgba(255,255,255,.08);
}
.week-card .date{
  color:var(--muted);
  font-size:12px;
  margin-bottom:8px;
}
.week-card .time{
  font-weight:900;
  font-size:17px;
  line-height:1.35;
  color:#fff;
}
.week-card.off .time{
  color:#777;
}
.week-card .label{
  margin-top:7px;
  font-size:11px;
  letter-spacing:.08em;
  color:var(--gold);
}
.week-card.off .label{
  color:#777;
}

.qa-section-card{
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  padding:22px;
}
.qa-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.qa-item{
  position:relative;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(215,181,109,.18);
  border-radius:18px;
  padding:15px 16px;
}
.qa-item::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--gold),rgba(180,13,24,.8));
}
.qa-item dt{
  color:var(--gold);
  font-weight:900;
  font-size:13px;
  line-height:1.45;
  padding-left:8px;
}
.qa-item dd{
  margin:7px 0 0;
  color:#fff;
  line-height:1.75;
  padding-left:8px;
}
.profile-block-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
}
.profile-block-title .dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 18px rgba(215,181,109,.7);
}
.profile-block-title h2{
  margin:0;
  font-size:26px;
}
.profile-block-title span{
  display:block;
  color:var(--gold);
  font-size:11px;
  letter-spacing:.25em;
}

@media(max-width:900px){
  .week-schedule{
    grid-template-columns:repeat(4,1fr);
  }
}
@media(max-width:560px){
  .week-schedule{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
  .week-card{
    min-height:108px;
    padding:12px 8px;
  }
  .week-card .time{
    font-size:16px;
  }
  .qa-section-card{
    padding:16px;
    border-radius:18px;
  }
  .qa-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .qa-item{
    padding:13px 14px;
  }
  .profile-block-title h2{
    font-size:22px;
  }
}


/* v0.7 schedule page refinement */
.schedule-page-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.schedule-lead{
  color:var(--muted);
  margin:0;
}
.schedule-day-block{
  margin-bottom:28px;
}
.schedule-day-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
}
.schedule-day-title .day-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:70px;
  padding:5px 12px;
  border-radius:999px;
  color:#111;
  background:var(--gold);
  font-weight:900;
  font-size:13px;
}
.schedule-day-title .date-text{
  font-size:22px;
  font-weight:900;
}
.schedule-day-title .week-text{
  color:var(--muted);
  font-size:14px;
}
.schedule-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.schedule-list-card{
  position:relative;
  display:grid;
  grid-template-columns:92px 1fr;
  gap:14px;
  align-items:center;
  background:linear-gradient(180deg,var(--panel2),var(--panel));
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.2);
  overflow:hidden;
}
.schedule-list-card.today{
  border-color:rgba(243,217,143,.9);
  box-shadow:0 0 0 1px rgba(243,217,143,.16),0 14px 32px rgba(215,181,109,.12);
}
.schedule-list-card::after{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:90px;
  height:90px;
  background:radial-gradient(circle,rgba(215,181,109,.16),transparent 68%);
}
.schedule-list-thumb{
  width:92px;
  aspect-ratio:1/1;
  border-radius:16px;
  background:#181818;
  border:1px solid var(--line);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  font-size:12px;
}
.schedule-list-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.schedule-list-name{
  font-size:19px;
  font-weight:900;
  line-height:1.35;
}
.schedule-list-time{
  color:#fff;
  font-size:18px;
  font-weight:900;
  margin:4px 0 8px;
}
.schedule-status{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border-radius:999px;
  padding:4px 10px;
  color:#111;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  font-size:12px;
  font-weight:900;
}
.schedule-empty{
  border:1px dashed rgba(215,181,109,.28);
  border-radius:18px;
  padding:18px;
  color:var(--muted);
  background:rgba(255,255,255,.025);
}
.schedule-quick-nav{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:2px 2px 14px;
  scrollbar-width:none;
}
.schedule-quick-nav::-webkit-scrollbar{display:none}
.schedule-quick-nav a{
  flex:0 0 auto;
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 12px;
  color:var(--muted);
  background:rgba(255,255,255,.035);
  font-size:13px;
}
.schedule-quick-nav a:first-child{
  color:#111;
  background:var(--gold);
  font-weight:900;
}
@media(max-width:1000px){
  .schedule-list{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:620px){
  .schedule-page-head{
    display:block;
  }
  .schedule-list{
    grid-template-columns:1fr;
    gap:12px;
  }
  .schedule-list-card{
    grid-template-columns:82px 1fr;
    border-radius:18px;
    padding:12px;
  }
  .schedule-list-thumb{
    width:82px;
  }
  .schedule-list-name{
    font-size:18px;
  }
  .schedule-list-time{
    font-size:17px;
  }
  .schedule-day-title .date-text{
    font-size:20px;
  }
}


/* v0.7.1 simple readable schedule */
.schedule-simple-head{
  margin-bottom:18px;
}
.schedule-simple-head .sec-title{
  margin-bottom:8px;
}
.schedule-simple-note{
  color:var(--muted);
  margin:0;
  font-size:14px;
}
.schedule-tabs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:4px 2px 16px;
  margin-bottom:8px;
  scrollbar-width:none;
}
.schedule-tabs::-webkit-scrollbar{display:none}
.schedule-tab{
  flex:0 0 auto;
  min-width:74px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:9px 10px;
  text-align:center;
  background:#111;
}
.schedule-tab.today{
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  font-weight:900;
}
.schedule-tab .tab-day{
  display:block;
  font-size:12px;
  line-height:1.2;
}
.schedule-tab .tab-date{
  display:block;
  font-size:15px;
  font-weight:900;
}
.schedule-group{
  margin:0 0 26px;
}
.schedule-group-title{
  position:sticky;
  top:62px;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  background:linear-gradient(180deg,rgba(7,7,7,.96),rgba(7,7,7,.82));
  backdrop-filter:blur(8px);
}
.schedule-group-title h2{
  margin:0;
  font-size:22px;
  line-height:1.3;
}
.schedule-group-title span{
  color:var(--gold);
  font-size:13px;
}
.schedule-count{
  border:1px solid var(--line);
  border-radius:999px;
  padding:4px 10px;
  color:var(--gold);
  font-size:12px;
}
.schedule-simple-list{
  display:grid;
  gap:10px;
}
.schedule-simple-card{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:12px;
  align-items:center;
  border:1px solid rgba(215,181,109,.28);
  border-radius:16px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:10px;
}
.schedule-simple-card.today{
  border-color:rgba(243,217,143,.85);
}
.schedule-simple-photo{
  width:72px;
  aspect-ratio:1/1;
  border-radius:12px;
  background:#1d1d1d;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  font-size:11px;
  border:1px solid var(--line);
}
.schedule-simple-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.schedule-simple-main{
  min-width:0;
}
.schedule-simple-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.schedule-simple-name{
  font-size:18px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.schedule-simple-time{
  color:#fff;
  font-size:20px;
  line-height:1.25;
  font-weight:900;
  margin-top:2px;
}
.schedule-simple-badge{
  flex:0 0 auto;
  border-radius:999px;
  background:var(--gold);
  color:#111;
  padding:4px 9px;
  font-size:11px;
  font-weight:900;
}
.schedule-simple-actions{
  display:flex;
  gap:8px;
  margin-top:9px;
}
.schedule-simple-actions a{
  flex:1;
  text-align:center;
  border-radius:999px;
  padding:7px 8px;
  font-size:12px;
  font-weight:800;
}
.schedule-simple-actions .profile{
  border:1px solid var(--line);
  color:var(--gold);
}
.schedule-simple-actions .line{
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
}
.schedule-simple-empty{
  border:1px dashed rgba(215,181,109,.28);
  border-radius:14px;
  padding:16px;
  color:var(--muted);
  background:rgba(255,255,255,.025);
  text-align:center;
}
@media(min-width:820px){
  .schedule-simple-list{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:560px){
  .schedule-group-title{
    top:58px;
  }
  .schedule-group-title h2{
    font-size:19px;
  }
  .schedule-simple-card{
    grid-template-columns:64px 1fr;
    padding:9px;
    gap:10px;
  }
  .schedule-simple-photo{
    width:64px;
  }
  .schedule-simple-name{
    font-size:16px;
  }
  .schedule-simple-time{
    font-size:18px;
  }
  .schedule-simple-badge{
    font-size:10px;
    padding:3px 7px;
  }
}


/* v0.7.2 tab-switch schedule UI */
.schedule-tabs-v2{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:4px 2px 14px;
  margin-bottom:12px;
  scrollbar-width:none;
}
.schedule-tabs-v2::-webkit-scrollbar{display:none}
.schedule-tab-v2{
  flex:0 0 auto;
  min-width:70px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:8px 10px;
  text-align:center;
  color:var(--muted);
  background:rgba(255,255,255,.035);
  cursor:pointer;
}
.schedule-tab-v2.is-active{
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  font-weight:900;
  border-color:transparent;
}
.schedule-tab-v2 .day{
  display:block;
  font-size:12px;
  line-height:1.1;
}
.schedule-tab-v2 .date{
  display:block;
  font-size:15px;
  font-weight:900;
}
.schedule-panel-v2{
  display:none;
}
.schedule-panel-v2.is-active{
  display:block;
}
.schedule-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:4px 0 12px;
}
.schedule-panel-head h2{
  margin:0;
  font-size:21px;
}
.schedule-panel-head span{
  color:var(--gold);
  font-size:13px;
}
.schedule-compact-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.schedule-compact-card{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:10px;
  align-items:center;
  border:1px solid rgba(215,181,109,.28);
  border-radius:15px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:9px;
  min-height:78px;
}
.schedule-compact-photo{
  width:58px;
  height:58px;
  border-radius:12px;
  background:#1d1d1d;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  font-size:10px;
  border:1px solid var(--line);
}
.schedule-compact-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.schedule-compact-main{
  min-width:0;
}
.schedule-compact-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
}
.schedule-compact-name{
  font-size:16px;
  font-weight:900;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.schedule-compact-time{
  font-size:18px;
  font-weight:900;
  color:#fff;
  line-height:1.2;
  margin-top:2px;
}
.schedule-compact-badge{
  flex:0 0 auto;
  border-radius:999px;
  padding:2px 7px;
  color:#111;
  background:var(--gold);
  font-size:10px;
  font-weight:900;
}
.schedule-compact-actions{
  display:flex;
  gap:6px;
  margin-top:7px;
}
.schedule-compact-actions a{
  flex:1;
  text-align:center;
  border-radius:999px;
  padding:5px 6px;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
}
.schedule-compact-actions .profile{
  border:1px solid var(--line);
  color:var(--gold);
}
.schedule-compact-actions .line{
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
}
.schedule-compact-empty{
  border:1px dashed rgba(215,181,109,.28);
  border-radius:15px;
  padding:22px 14px;
  text-align:center;
  color:var(--muted);
  background:rgba(255,255,255,.025);
}
@media(max-width:720px){
  .schedule-compact-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .schedule-panel-head h2{
    font-size:19px;
  }
  .schedule-compact-card{
    grid-template-columns:54px 1fr;
    min-height:72px;
    padding:8px;
  }
  .schedule-compact-photo{
    width:54px;
    height:54px;
  }
  .schedule-compact-name{
    font-size:15px;
  }
  .schedule-compact-time{
    font-size:17px;
  }
}


/* v0.7.4 safe fix */
/* 選択日以外を確実に非表示。スマホ全体の崩れにつながる強い縮小CSSは入れない */
.schedule-panel-v2:not(.is-active){
  display:none !important;
}
.schedule-panel-v2.is-active{
  display:block !important;
}

/* スマホの出勤表だけ、無理に潰さず少し整える */
@media(max-width:560px){
  .schedule-tabs-v2{
    gap:7px;
    padding-bottom:12px;
  }
  .schedule-tab-v2{
    min-width:64px;
    padding:7px 8px;
  }
  .schedule-compact-list{
    grid-template-columns:1fr;
    gap:10px;
  }
  .schedule-compact-card{
    grid-template-columns:58px 1fr;
    min-height:78px;
    padding:9px;
    gap:10px;
  }
  .schedule-compact-photo{
    width:58px;
    height:58px;
  }
  .schedule-compact-actions a{
    padding:6px 8px;
  }
}

/* セラピストページ保護 */
@media(max-width:560px){
  .profile-grid{
    grid-template-columns:1fr !important;
  }
  .profile-slide{
    min-width:100% !important;
    flex-basis:100% !important;
  }
  .qa-grid{
    grid-template-columns:1fr !important;
  }
  .week-schedule{
    grid-template-columns:repeat(2,1fr) !important;
  }
}


/* v0.7.5 fit 7 tabs on mobile width */
@media(max-width:560px){
  .schedule-tabs-v2{
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:4px;
    overflow:visible;
    padding:2px 0 10px;
  }

  .schedule-tab-v2{
    min-width:auto;
    width:100%;
    padding:5px 2px;
    border-radius:10px;
  }

  .schedule-tab-v2 .day{
    font-size:9px;
    line-height:1.1;
    margin-bottom:1px;
  }

  .schedule-tab-v2 .date{
    font-size:11px;
    line-height:1.1;
  }
}


/* v0.8 admin UI refresh */
.admin-body{
  background:#070707;
}
.admin-shell{
  width:min(1280px,96%);
  margin:22px auto 40px;
  display:grid;
  grid-template-columns:230px 1fr;
  gap:20px;
}
.admin-sidebar{
  position:sticky;
  top:18px;
  align-self:start;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#0d0d0d);
  padding:16px;
}
.admin-brand{
  color:var(--gold);
  font-family:serif;
  font-size:23px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.2;
  margin-bottom:14px;
}
.admin-brand span{
  display:block;
  color:var(--muted);
  font-family:sans-serif;
  font-size:10px;
  letter-spacing:.22em;
}
.admin-menu{
  display:grid;
  gap:8px;
}
.admin-menu a{
  display:block;
  padding:11px 12px;
  border-radius:12px;
  color:#fff;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(215,181,109,.12);
  font-size:14px;
}
.admin-menu a:hover{
  color:#111;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
}
.admin-main{
  min-width:0;
}
.admin-page-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.admin-page-head .sec-title{
  margin:0;
}
.admin-page-sub{
  color:var(--muted);
  font-size:13px;
  margin:6px 0 0;
}
.admin-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:20px;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
  margin-bottom:18px;
}
.admin-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.admin-form-grid .full{
  grid-column:1/-1;
}
.form input,.form textarea,.form select{
  border-color:rgba(215,181,109,.22);
}
.form input:focus,.form textarea:focus,.form select:focus{
  outline:none;
  border-color:rgba(243,217,143,.78);
  box-shadow:0 0 0 2px rgba(215,181,109,.12);
}
.admin-savebar{
  position:sticky;
  bottom:14px;
  z-index:20;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:12px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(7,7,7,.86);
  backdrop-filter:blur(10px);
}
.admin-table-wrap{
  background:#0d0d0d;
}
.admin-table-wrap table{
  min-width:860px;
}
.admin-table-wrap tr:hover td{
  background:rgba(255,255,255,.025);
}
.admin-actions .btn{
  width:auto;
  white-space:nowrap;
}
.kpi{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.kpi-card{
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:18px;
}
.kpi-card p{
  color:var(--muted);
  margin:0 0 5px;
  font-size:13px;
}
.kpi-card strong{
  display:block;
  font-size:32px;
  color:var(--gold);
  line-height:1.1;
}
.admin-quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.admin-quick-card{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  padding:18px;
}
.admin-quick-card h3{
  color:var(--gold);
  margin:0 0 6px;
}
.admin-quick-card p{
  color:var(--muted);
  margin:0;
  font-size:13px;
}
.admin-mobile-nav{
  display:none;
}

@media(max-width:980px){
  .admin-shell{
    grid-template-columns:1fr;
    margin-top:14px;
  }
  .admin-sidebar{
    position:static;
  }
  .admin-menu{
    grid-template-columns:repeat(3,1fr);
  }
  .admin-quick-grid,.kpi{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:620px){
  .admin-sidebar{
    padding:13px;
    border-radius:18px;
  }
  .admin-brand{
    font-size:20px;
  }
  .admin-menu{
    grid-template-columns:repeat(2,1fr);
    gap:7px;
  }
  .admin-menu a{
    text-align:center;
    padding:10px 7px;
    font-size:12px;
  }
  .admin-page-head{
    display:block;
  }
  .admin-card{
    padding:15px;
    border-radius:18px;
  }
  .admin-form-grid{
    grid-template-columns:1fr;
    gap:11px;
  }
  .admin-savebar{
    bottom:8px;
    border-radius:14px;
  }
  .admin-savebar .btn{
    width:100%;
  }
  .admin-quick-grid,.kpi{
    grid-template-columns:1fr;
  }
  .kpi-card strong{
    font-size:28px;
  }
}


/* v0.9 photo manager and schedule admin */
.photo-manager-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.photo-manage-card{
  position:relative;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:10px;
}
.photo-manage-img{
  aspect-ratio:3/4;
  border-radius:14px;
  overflow:hidden;
  background:#1b1b1b;
  margin-bottom:10px;
}
.photo-manage-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.photo-manage-card label{
  color:var(--gold);
  font-size:12px;
}
.photo-manage-card input[type="number"]{
  width:100%;
  padding:8px;
  border-radius:8px;
  border:1px solid rgba(215,181,109,.22);
  background:#090909;
  color:#fff;
}
.main-badge{
  position:absolute;
  top:18px;
  left:18px;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  border-radius:999px;
  padding:4px 9px;
  font-size:11px;
  font-weight:900;
}
.upload-help{
  color:var(--muted);
  font-size:13px;
  margin:6px 0 0;
}
@media(max-width:980px){
  .photo-manager-grid{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:560px){
  .photo-manager-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
  .photo-manage-card{
    padding:8px;
  }
}


/* v1.0 admin schedule calendar */
.admin-calendar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.admin-calendar-title{
  font-size:24px;
  font-weight:900;
  color:var(--gold);
}
.admin-calendar-nav{
  display:flex;
  gap:8px;
}
.admin-calendar-nav a{
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 13px;
  background:rgba(255,255,255,.035);
  color:#fff;
  font-size:13px;
}
.admin-calendar{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:8px;
}
.admin-calendar-week{
  text-align:center;
  color:var(--gold);
  font-weight:900;
  font-size:13px;
  padding:8px 0;
}
.admin-calendar-day{
  min-height:122px;
  border:1px solid rgba(215,181,109,.2);
  border-radius:16px;
  background:linear-gradient(180deg,#151515,#0d0d0d);
  padding:9px;
  overflow:hidden;
}
.admin-calendar-day.muted{
  opacity:.35;
}
.admin-calendar-day.today{
  border-color:rgba(243,217,143,.9);
  box-shadow:0 0 0 1px rgba(243,217,143,.15);
}
.admin-calendar-date{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:7px;
}
.admin-calendar-date b{
  color:#fff;
  font-size:15px;
}
.admin-calendar-date a{
  color:var(--gold);
  font-size:11px;
  border:1px solid var(--line);
  border-radius:999px;
  padding:2px 7px;
}
.admin-calendar-item{
  display:block;
  border-radius:9px;
  background:rgba(215,181,109,.12);
  border:1px solid rgba(215,181,109,.18);
  padding:5px 6px;
  margin-top:5px;
  font-size:12px;
  line-height:1.35;
}
.admin-calendar-item strong{
  display:block;
  color:var(--gold);
  font-size:12px;
}
.admin-calendar-item span{
  color:#fff;
}
.admin-calendar-item a{
  display:inline-block;
  color:#ff9ca5;
  font-size:11px;
  margin-top:2px;
}
.admin-day-list{
  display:grid;
  gap:8px;
}
.admin-day-row{
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px;
  background:rgba(255,255,255,.03);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.admin-day-row strong{
  color:var(--gold);
}
.admin-day-row span{
  color:#fff;
}
@media(max-width:860px){
  .admin-calendar{
    gap:5px;
  }
  .admin-calendar-day{
    min-height:94px;
    padding:6px;
    border-radius:12px;
  }
  .admin-calendar-item{
    font-size:10px;
    padding:4px;
  }
  .admin-calendar-date a{
    display:none;
  }
}
@media(max-width:560px){
  .admin-calendar-head{
    display:block;
  }
  .admin-calendar-nav{
    margin-top:8px;
  }
  .admin-calendar{
    grid-template-columns:repeat(7, minmax(0, 1fr));
    gap:3px;
  }
  .admin-calendar-week{
    font-size:10px;
    padding:5px 0;
  }
  .admin-calendar-day{
    min-height:74px;
    padding:4px;
    border-radius:9px;
  }
  .admin-calendar-date b{
    font-size:11px;
  }
  .admin-calendar-item{
    font-size:9px;
    line-height:1.25;
    padding:3px;
    border-radius:7px;
    margin-top:3px;
  }
  .admin-calendar-item strong{
    font-size:9px;
  }
  .admin-day-row{
    display:block;
  }
}


/* v1.0.1 calendar click fix */
.admin-calendar-day{
  position:relative;
}
.admin-calendar-day-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.admin-calendar-date .select-link{
  color:var(--gold);
  font-size:11px;
  border:1px solid var(--line);
  border-radius:999px;
  padding:2px 7px;
}
.admin-calendar-item a{
  position:relative;
  z-index:3;
}


/* v1.0.2 selected calendar day */
.admin-calendar-day.selected{
  border-color:rgba(180,13,24,.95);
  box-shadow:0 0 0 2px rgba(180,13,24,.18),0 12px 28px rgba(180,13,24,.12);
}
.admin-calendar-day.selected .admin-calendar-date b{
  color:#fff;
}
.admin-calendar-date .selected-label{
  color:#fff;
  background:linear-gradient(135deg,#cf1722,#69050b);
  border-color:transparent;
}


/* v1.0.3 schedule admin selected/scroll fix */
.admin-calendar-day.selected{
  border-color:rgba(180,13,24,.95) !important;
  box-shadow:0 0 0 2px rgba(180,13,24,.2),0 12px 28px rgba(180,13,24,.14);
}
.admin-calendar-date .selected-label{
  color:#fff;
  background:linear-gradient(135deg,#cf1722,#69050b);
  border-color:transparent;
  font-size:11px;
  border-radius:999px;
  padding:2px 7px;
}


/* v1.0.4 visible schedule fix */
.version-notice{
  display:block;
  padding:10px 14px;
  margin:0 0 14px;
  border-radius:12px;
  border:1px solid rgba(215,181,109,.45);
  background:rgba(215,181,109,.1);
  color:var(--gold);
  font-weight:900;
}
.admin-calendar-day.selected{
  border-color:#cf1722 !important;
  box-shadow:0 0 0 2px rgba(207,23,34,.25),0 12px 28px rgba(207,23,34,.18) !important;
}


/* v1.1 TOP page refinements */
.top-slider{position:relative;overflow:hidden;border-radius:26px;border:1px solid var(--line);background:#111;margin-bottom:34px}
.top-slider-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.top-slider-track::-webkit-scrollbar{display:none}
.top-slide{flex:0 0 100%;min-height:330px;scroll-snap-align:center;position:relative;display:flex;align-items:flex-end;background:linear-gradient(135deg,rgba(180,13,24,.35),rgba(215,181,109,.22)),#151515;overflow:hidden}
.top-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.top-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72))}
.top-slide-body{position:relative;z-index:2;padding:28px;width:100%}
.top-slide-body h2{margin:0 0 8px;color:var(--gold);font-size:clamp(26px,4vw,42px);line-height:1.2}
.top-slide-body p{margin:0;color:#fff}
.top-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}
.top-section-head .sec-title{margin:0}
.news-list{display:grid;gap:8px}
.news-item{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;border:1px solid rgba(215,181,109,.18);border-radius:14px;background:rgba(255,255,255,.035);padding:11px 13px}
.news-date{color:var(--gold);font-weight:900;font-size:13px}
.news-title{color:#fff;font-weight:700}
.flick-row{display:flex;gap:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:2px 2px 14px;scrollbar-width:none}
.flick-row::-webkit-scrollbar{display:none}
.flick-row .cast-card{flex:0 0 230px;scroll-snap-align:start}
.flick-row .diary-card{flex:0 0 250px;scroll-snap-align:start}
.quick-cast-card{flex:0 0 280px;display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;border:1px solid rgba(215,181,109,.25);border-radius:18px;background:linear-gradient(180deg,#171717,#101010);padding:12px;scroll-snap-align:start}
.quick-cast-photo{width:78px;height:78px;border-radius:16px;background:#181818;overflow:hidden;border:1px solid var(--line)}
.quick-cast-photo img{width:100%;height:100%;object-fit:cover}
.quick-cast-name{font-size:18px;font-weight:900}
.quick-cast-time{color:#fff;font-size:17px;font-weight:900;margin:2px 0 7px}
.quick-cast-btns{display:flex;gap:6px}
.quick-cast-btns a{flex:1;text-align:center;border-radius:999px;padding:6px 7px;font-size:11px;font-weight:900}
.quick-cast-btns .profile{border:1px solid var(--line);color:var(--gold)}
.quick-cast-btns .reserve{background:linear-gradient(135deg,#f0d58d,#b68a38);color:#111}
.web-reserve-cta{display:block;border-radius:22px;border:1px solid rgba(215,181,109,.45);background:linear-gradient(135deg,rgba(215,181,109,.22),rgba(180,13,24,.28)),#111;padding:22px;text-align:center;margin:24px 0}
.web-reserve-cta strong{display:block;color:var(--gold);font-size:24px;margin-bottom:4px}
.web-reserve-cta span{color:#fff}
.admin-banner-preview{width:160px;aspect-ratio:16/7;border-radius:12px;object-fit:cover;background:#222;border:1px solid var(--line)}
@media(max-width:560px){
  .top-slide{min-height:230px}
  .top-slide-body{padding:18px}
  .news-item{grid-template-columns:76px 1fr;padding:10px}
  .flick-row .cast-card{flex-basis:178px}
  .flick-row .diary-card{flex-basis:210px}
  .quick-cast-card{flex-basis:260px;grid-template-columns:68px 1fr}
  .quick-cast-photo{width:68px;height:68px}
  .quick-cast-time{font-size:15px}
  .web-reserve-cta strong{font-size:20px}
}


/* v1.1.1 TOP order/banner/title refinements */
.top-slide{
  min-height:auto;
  aspect-ratio:16/7;
  align-items:center;
}
.top-slide::after{
  display:none;
}
.top-slide-body{
  display:none;
}
.top-slide img{
  position:static;
  width:100%;
  height:100%;
  object-fit:cover;
}
.top-section-head{
  flex-wrap:nowrap;
}
.top-section-head .sec-title{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:clip;
  font-size:clamp(18px,4.6vw,30px);
}
.top-section-head .sec-title span{
  white-space:nowrap;
}
.admin-help{
  color:var(--muted);
  font-size:13px;
  border:1px solid rgba(215,181,109,.22);
  background:rgba(215,181,109,.06);
  border-radius:12px;
  padding:10px 12px;
  margin:6px 0 10px;
}
@media(max-width:560px){
  .top-slide{
    aspect-ratio:16/7;
    min-height:auto;
    border-radius:18px;
  }
  .top-slider{
    border-radius:18px;
    margin-bottom:18px;
  }
  .top-section-head{
    align-items:center;
    gap:8px;
  }
  .top-section-head .btn{
    width:auto;
    padding:8px 12px;
    font-size:12px;
    flex:0 0 auto;
  }
  .top-section-head .sec-title{
    font-size:clamp(17px,4.2vw,22px);
    letter-spacing:0;
  }
  .top-section-head .sec-title span{
    font-size:9px;
    letter-spacing:.18em;
  }
  .section{
    padding:34px 0;
  }
  .web-reserve-cta{
    margin:8px 0 18px;
  }
}


/* v1.1.2 TOP spacing + PC slider buttons */
.hero{
  padding-bottom:18px;
}
.top-slider{
  margin-bottom:10px;
}
.hero + .section{
  padding-top:24px;
}
.slider-wrap{
  position:relative;
}
.slide-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.68);
  color:var(--gold);
  font-size:24px;
  font-weight:900;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.slide-btn.prev{left:10px}
.slide-btn.next{right:10px}
.flick-row-wrap{
  position:relative;
}
.flick-row-wrap .slide-btn{
  width:38px;
  height:38px;
  font-size:22px;
}
.flick-row-wrap .slide-btn.prev{left:-8px}
.flick-row-wrap .slide-btn.next{right:-8px}
@media(max-width:760px){
  .slide-btn{
    display:none;
  }
  .hero{
    padding-bottom:8px;
  }
  .hero + .section{
    padding-top:18px;
  }
}


/* v1.2 sub pages: price/access/reserve/links */
.page-kv{
  padding:48px 0 18px;
}
.page-kv-card{
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(215,181,109,.14),rgba(180,13,24,.22)),#111;
  padding:30px;
  overflow:hidden;
  position:relative;
}
.page-kv-card::after{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:220px;
  height:220px;
  background:radial-gradient(circle,rgba(215,181,109,.18),transparent 68%);
}
.page-kv-card h1{
  position:relative;
  z-index:2;
  margin:0 0 8px;
  color:var(--gold);
  font-size:clamp(30px,4.4vw,48px);
  line-height:1.2;
}
.page-kv-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#fff;
}
.sub-grid{
  display:grid;
  gap:18px;
}
.two-col{
  grid-template-columns:1fr 1fr;
}
.three-col{
  grid-template-columns:repeat(3,1fr);
}
.price-course{
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:22px;
}
.price-course h3{
  color:var(--gold);
  font-size:24px;
  margin:0 0 10px;
}
.price-course .price-note{
  color:var(--muted);
  font-size:13px;
  margin:0 0 14px;
}
.price-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:12px 0;
}
.price-row:last-child{
  border-bottom:0;
}
.price-row span{
  color:#fff;
  font-weight:700;
}
.price-row b{
  color:var(--gold);
  white-space:nowrap;
}
.info-box{
  border:1px solid rgba(215,181,109,.22);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  padding:18px;
}
.info-box h3{
  color:var(--gold);
  margin:0 0 8px;
}
.info-box p,.info-box li{
  color:var(--muted);
}
.info-box ul{
  margin:0;
  padding-left:1.2em;
}
.reserve-flow{
  display:grid;
  gap:12px;
  counter-reset:step;
}
.reserve-step{
  counter-increment:step;
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  align-items:start;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:16px;
}
.reserve-step::before{
  content:counter(step);
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:999px;
  color:#111;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  font-weight:900;
}
.reserve-step h3{
  color:var(--gold);
  margin:0 0 4px;
}
.reserve-step p{
  margin:0;
  color:var(--muted);
}
.link-card{
  display:block;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:20px;
  transition:transform .2s ease,border-color .2s ease;
}
.link-card:hover{
  transform:translateY(-2px);
  border-color:rgba(243,217,143,.7);
}
.link-card h3{
  color:var(--gold);
  margin:0 0 8px;
}
.link-card p{
  color:var(--muted);
  margin:0;
}
.access-map{
  min-height:320px;
  border:1px solid var(--line);
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(215,181,109,.10),rgba(180,13,24,.12)),
    repeating-linear-gradient(45deg,#151515 0,#151515 12px,#111 12px,#111 24px);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  text-align:center;
  padding:24px;
}
.big-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(215,181,109,.45);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(215,181,109,.22),rgba(180,13,24,.28)),#111;
  padding:24px;
}
.big-cta strong{
  color:var(--gold);
  font-size:26px;
  display:block;
}
.big-cta span{
  color:#fff;
}
.big-cta .btn{
  flex:0 0 auto;
}
@media(max-width:820px){
  .two-col,.three-col{
    grid-template-columns:1fr;
  }
  .big-cta{
    display:block;
    text-align:center;
  }
  .big-cta .btn{
    margin-top:16px;
  }
}
@media(max-width:560px){
  .page-kv{
    padding:34px 0 12px;
  }
  .page-kv-card{
    border-radius:20px;
    padding:22px;
  }
  .price-course{
    padding:17px;
    border-radius:18px;
  }
  .price-course h3{
    font-size:21px;
  }
  .price-row{
    padding:10px 0;
    font-size:14px;
  }
  .reserve-step{
    grid-template-columns:38px 1fr;
    padding:14px;
  }
  .reserve-step::before{
    width:38px;
    height:38px;
  }
  .big-cta{
    border-radius:20px;
    padding:20px;
  }
  .big-cta strong{
    font-size:21px;
  }
}


/* v1.3 editable page content */
.admin-note{
  color:var(--muted);
  font-size:13px;
  margin:6px 0 12px;
}
.credit-link-box{
  border:1px solid rgba(215,181,109,.32);
  border-radius:18px;
  background:rgba(215,181,109,.06);
  padding:18px;
  margin-top:18px;
}
.credit-link-box h3{
  color:var(--gold);
  margin:0 0 8px;
}
.credit-link-box p{
  color:var(--muted);
}


/* v1.3.1 access map embed */
.access-map-embed{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#111;
  min-height:320px;
}
.access-map-embed iframe{
  width:100%;
  height:420px;
  border:0;
  display:block;
}
.access-guide-text{
  color:var(--muted);
  line-height:1.9;
}
.access-guide-text strong{
  color:var(--gold);
}


/* v1.3.2 access page editable sections */
.access-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.access-feature{
  border:1px solid rgba(215,181,109,.22);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  padding:18px;
}
.access-feature h3{
  color:var(--gold);
  margin:0 0 8px;
}
.access-feature p{
  color:var(--muted);
  margin:0;
}
.access-main-copy{
  color:#fff;
  font-size:17px;
  line-height:1.9;
}
@media(max-width:820px){
  .access-feature-grid{
    grid-template-columns:1fr;
  }
}


/* v1.3.4 access right text + images */
.access-photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.access-photo{
  aspect-ratio:4/3;
  border:1px solid var(--line);
  border-radius:18px;
  background:#151515;
  overflow:hidden;
}
.access-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.access-photo-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-size:13px;
}
.admin-image-preview{
  width:180px;
  max-width:100%;
  border:1px solid var(--line);
  border-radius:12px;
  background:#111;
  margin-top:8px;
}
@media(max-width:720px){
  .access-photo-grid{
    grid-template-columns:1fr;
  }
}


/* v1.4 web reserve page */
.reserve-hero-card{border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,rgba(215,181,109,.16),rgba(180,13,24,.24)),#111;padding:28px}
.reserve-hero-card h1{color:var(--gold);margin:0 0 8px;font-size:clamp(30px,4vw,46px)}
.reserve-hero-card p{color:#fff;margin:0}
.reserve-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.reserve-form-card{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#171717,#101010);padding:22px}
.reserve-form-grid{display:grid;gap:14px}
.reserve-form-grid label{color:var(--gold);font-weight:900}
.reserve-form-grid input,.reserve-form-grid select,.reserve-form-grid textarea{width:100%;margin-top:5px;padding:13px 12px;border-radius:12px;border:1px solid rgba(215,181,109,.24);background:#090909;color:#fff}
.reserve-form-grid textarea{min-height:110px}
.reserve-form-note{color:var(--muted);font-size:13px;margin:8px 0 0}
.reserve-side{display:grid;gap:16px;align-content:start}
.reserve-side-card{border:1px solid rgba(215,181,109,.22);border-radius:20px;background:rgba(255,255,255,.035);padding:18px}
.reserve-side-card h3{color:var(--gold);margin:0 0 8px}
.reserve-side-card p,.reserve-side-card li{color:var(--muted)}
.reserve-side-card ul{margin:0;padding-left:1.2em}
.reserve-flow-mini{display:grid;gap:10px}
.reserve-flow-mini div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start}
.reserve-flow-mini b{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#f0d58d,#b68a38);color:#111;display:flex;align-items:center;justify-content:center}
.reserve-submit-area{display:grid;gap:10px;margin-top:14px}
.reserve-submit-area .btn{width:100%}
.reserve-line-cta{border:1px solid rgba(215,181,109,.45);border-radius:20px;background:linear-gradient(135deg,rgba(215,181,109,.18),rgba(180,13,24,.24)),#111;padding:18px;text-align:center}
.reserve-line-cta strong{display:block;color:var(--gold);font-size:20px}
.reserve-line-cta span{display:block;color:#fff;margin:4px 0 12px}
@media(max-width:860px){.reserve-layout{grid-template-columns:1fr}}
@media(max-width:560px){.reserve-hero-card,.reserve-form-card{border-radius:20px;padding:18px}.reserve-form-grid input,.reserve-form-grid select,.reserve-form-grid textarea{padding:12px 10px}}


/* v1.5 reservation management */
.reserve-slot-card{
  border:1px solid rgba(215,181,109,.22);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  padding:12px;
}
.reserve-slot-card strong{
  color:var(--gold);
}
.reserve-success{
  border:1px solid rgba(47,179,109,.45);
  border-radius:16px;
  background:rgba(47,179,109,.12);
  color:#b8ffd4;
  padding:14px;
  margin-bottom:16px;
}
.reserve-full{
  border:1px solid rgba(214,61,74,.45);
  border-radius:16px;
  background:rgba(214,61,74,.12);
  color:#ffb5bd;
  padding:14px;
  margin-bottom:16px;
}
.admin-reserve-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.admin-reserve-card{
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:14px;
}
.admin-reserve-card h3{
  color:var(--gold);
  margin:0 0 6px;
}
.admin-reserve-card p{
  color:var(--muted);
  margin:3px 0;
}
.admin-status{
  display:inline-block;
  border-radius:999px;
  padding:3px 8px;
  font-size:12px;
  font-weight:900;
  background:rgba(215,181,109,.14);
  color:var(--gold);
}
@media(max-width:700px){
  .admin-reserve-grid{
    grid-template-columns:1fr;
  }
}


/* v1.5.1 web reservation UI like calendar + therapist cards */
.reserve-page-simple{
  background:#f5f5f5;
  color:#222;
}
.reserve-page-simple .header,
.reserve-page-simple .footer,
.reserve-page-simple .fixed-bottom{
  display:none;
}
.reserve-box{
  background:#fff;
  color:#222;
  border:1px solid #ddd;
  margin:0 auto 18px;
}
.reserve-box-title{
  background:#d9d9de;
  color:#111;
  font-weight:900;
  padding:9px 12px;
  font-size:14px;
}
.reserve-box-body{
  padding:18px 14px 24px;
}
.reserve-calendar-table{
  width:100%;
  max-width:760px;
  margin:0 auto 10px;
  border-collapse:collapse;
  background:#fff;
  min-width:0;
}
.reserve-calendar-table th,
.reserve-calendar-table td{
  border:1px solid #e1e1e1;
  text-align:center;
  padding:10px 8px;
  color:#222;
  background:#fff;
}
.reserve-calendar-table th{
  font-size:12px;
  font-weight:900;
}
.reserve-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  color:#e60020;
  font-size:22px;
  font-weight:900;
}
.reserve-mark.tel{
  color:#aaa;
  font-size:12px;
}
.reserve-note{
  max-width:760px;
  margin:0 auto 18px;
  color:#999;
  font-size:12px;
}
.reserve-main-btn{
  display:flex;
  justify-content:center;
}
.reserve-main-btn a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:320px;
  max-width:90%;
  border-radius:4px;
  background:#e60020;
  color:#fff;
  padding:13px 24px;
  font-weight:900;
  box-shadow:0 2px 0 rgba(0,0,0,.25);
}
.reserve-therapist-row{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:16px 8px 18px;
  scrollbar-width:none;
}
.reserve-therapist-row::-webkit-scrollbar{
  display:none;
}
.reserve-therapist-card{
  flex:0 0 168px;
  background:#fff;
  color:#222;
}
.reserve-therapist-photo{
  width:100%;
  aspect-ratio:3/4;
  background:#eee;
  overflow:hidden;
}
.reserve-therapist-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.reserve-therapist-name{
  color:#1685d5;
  font-weight:900;
  padding:7px 2px 4px;
  font-size:15px;
}
.reserve-therapist-meta{
  color:#333;
  font-size:12px;
}
.reserve-therapist-btn{
  display:block;
  text-align:center;
  background:#e60020;
  color:#fff;
  border-radius:4px;
  padding:9px 5px;
  font-weight:900;
  margin-top:8px;
  box-shadow:0 2px 0 rgba(0,0,0,.2);
}
.reserve-modal-area{
  max-width:760px;
  margin:18px auto 0;
  border-top:1px solid #eee;
  padding-top:18px;
}
.reserve-modal-area h2{
  color:#111;
  font-size:18px;
  margin:0 0 12px;
}
.reserve-modal-area label{
  color:#222;
  font-weight:900;
}
.reserve-modal-area input,
.reserve-modal-area select,
.reserve-modal-area textarea{
  width:100%;
  padding:11px;
  border:1px solid #ccc;
  border-radius:4px;
  margin:5px 0 12px;
  background:#fff;
  color:#222;
}
.reserve-modal-area textarea{
  min-height:80px;
}
.reserve-submit-red{
  width:100%;
  border:0;
  background:#e60020;
  color:#fff;
  padding:13px;
  border-radius:4px;
  font-weight:900;
}
.reserve-status-message{
  max-width:760px;
  margin:0 auto 14px;
  padding:12px;
  border-radius:4px;
  font-weight:900;
}
.reserve-status-message.ok{
  background:#e8fff0;
  color:#00833e;
  border:1px solid #8addad;
}
.reserve-status-message.ng{
  background:#fff0f2;
  color:#d00020;
  border:1px solid #f2a0ab;
}
@media(max-width:640px){
  .reserve-box-body{
    padding:12px 8px 18px;
  }
  .reserve-calendar-table th,
  .reserve-calendar-table td{
    padding:7px 3px;
  }
  .reserve-calendar-table th{
    font-size:10px;
  }
  .reserve-mark{
    min-width:22px;
    height:22px;
    font-size:18px;
  }
  .reserve-main-btn a{
    min-width:260px;
    padding:12px 18px;
  }
  .reserve-therapist-card{
    flex-basis:142px;
  }
}


/* v1.6 reservation dashboard */
.resv-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-bottom:18px;
}
.resv-kpi{
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:16px;
}
.resv-kpi span{
  color:var(--muted);
  font-size:13px;
}
.resv-kpi strong{
  display:block;
  color:var(--gold);
  font-size:30px;
  line-height:1.1;
  margin-top:4px;
}
.resv-filter{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.resv-filter a{
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
  color:#fff;
  background:rgba(255,255,255,.035);
  font-size:13px;
}
.resv-filter a.active{
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  font-weight:900;
}
.resv-board{
  display:grid;
  gap:18px;
}
.resv-day{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
.resv-day-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:linear-gradient(90deg,rgba(215,181,109,.18),rgba(180,13,24,.16));
  padding:13px 16px;
}
.resv-day-head h2{
  color:var(--gold);
  margin:0;
  font-size:20px;
}
.resv-day-head span{
  color:#fff;
  font-size:13px;
}
.resv-slot-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding:14px;
}
.resv-slot{
  border:1px solid rgba(215,181,109,.2);
  border-radius:16px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:13px;
}
.resv-slot.booked{
  border-color:rgba(207,23,34,.65);
  background:linear-gradient(180deg,rgba(207,23,34,.18),#101010);
}
.resv-slot.cancelled{
  opacity:.62;
}
.resv-slot.open{
  border-color:rgba(47,179,109,.45);
}
.resv-slot-top{
  display:flex;
  justify-content:space-between;
  gap:8px;
  align-items:center;
  margin-bottom:7px;
}
.resv-therapist{
  color:var(--gold);
  font-size:17px;
  font-weight:900;
}
.resv-time{
  color:#fff;
  font-size:16px;
  font-weight:900;
}
.resv-badge{
  display:inline-block;
  border-radius:999px;
  padding:3px 8px;
  font-size:11px;
  font-weight:900;
}
.resv-badge.open{background:rgba(47,179,109,.18);color:#8ef0b7}
.resv-badge.booked{background:rgba(207,23,34,.22);color:#ff9ca5}
.resv-badge.cancelled{background:rgba(255,255,255,.08);color:#aaa}
.resv-customer{
  color:#fff;
  font-size:14px;
  margin:7px 0 4px;
}
.resv-meta{
  color:var(--muted);
  font-size:12px;
  margin:2px 0;
}
.resv-actions{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:10px;
}
.resv-actions a{
  width:auto;
}
.resv-empty{
  color:var(--muted);
  padding:18px;
}
.admin-reserve-card{
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:14px;
}
@media(max-width:1050px){
  .resv-slot-grid{grid-template-columns:repeat(2,1fr)}
  .resv-kpi-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .resv-slot-grid{grid-template-columns:1fr;padding:10px}
  .resv-day-head{display:block}
  .resv-kpi-grid{grid-template-columns:1fr}
}


/* v1.7 operation style reservation board */
.ops-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:16px;
}
.ops-date-form{
  display:flex;
  gap:8px;
  align-items:center;
}
.ops-date-form input{
  padding:10px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#090909;
  color:#fff;
}
.ops-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-bottom:16px;
}
.ops-kpi{
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:14px;
}
.ops-kpi span{
  color:var(--muted);
  font-size:12px;
}
.ops-kpi strong{
  display:block;
  color:var(--gold);
  font-size:30px;
  line-height:1.1;
}
.ops-legend{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:16px;
}
.ops-legend span{
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:900;
}
.ops-legend .open{background:rgba(47,179,109,.18);color:#8ef0b7}
.ops-legend .booked{background:rgba(207,23,34,.22);color:#ff9ca5}
.ops-legend .tentative{background:rgba(215,181,109,.18);color:var(--gold)}
.ops-legend .cancelled{background:rgba(255,255,255,.08);color:#aaa}

.ops-board{
  display:grid;
  gap:18px;
}
.ops-therapist{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
.ops-therapist-head{
  display:grid;
  grid-template-columns:58px 1fr auto;
  gap:12px;
  align-items:center;
  padding:14px;
  background:linear-gradient(90deg,rgba(215,181,109,.18),rgba(180,13,24,.14));
}
.ops-photo{
  width:58px;
  height:58px;
  border-radius:14px;
  background:#111;
  border:1px solid var(--line);
  overflow:hidden;
}
.ops-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ops-name{
  color:var(--gold);
  font-size:20px;
  font-weight:900;
}
.ops-work{
  color:#fff;
  font-size:13px;
}
.ops-count{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.ops-count span{
  border:1px solid rgba(215,181,109,.2);
  border-radius:999px;
  padding:4px 8px;
  color:#fff;
  font-size:12px;
}
.ops-slots{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
  padding:14px;
}
.ops-slot{
  border:1px solid rgba(215,181,109,.18);
  border-radius:14px;
  padding:9px;
  min-height:82px;
  background:#101010;
}
.ops-slot.open{
  border-color:rgba(47,179,109,.5);
  background:linear-gradient(180deg,rgba(47,179,109,.10),#101010);
}
.ops-slot.booked{
  border-color:rgba(207,23,34,.65);
  background:linear-gradient(180deg,rgba(207,23,34,.18),#101010);
}
.ops-slot.tentative{
  border-color:rgba(215,181,109,.65);
  background:linear-gradient(180deg,rgba(215,181,109,.14),#101010);
}
.ops-slot.cancelled{
  opacity:.55;
}
.ops-time{
  color:#fff;
  font-size:17px;
  font-weight:900;
  line-height:1.2;
}
.ops-status{
  display:inline-block;
  margin:5px 0;
  border-radius:999px;
  padding:2px 7px;
  font-size:10px;
  font-weight:900;
}
.ops-slot.open .ops-status{background:rgba(47,179,109,.18);color:#8ef0b7}
.ops-slot.booked .ops-status{background:rgba(207,23,34,.22);color:#ff9ca5}
.ops-slot.tentative .ops-status{background:rgba(215,181,109,.18);color:var(--gold)}
.ops-slot.cancelled .ops-status{background:rgba(255,255,255,.08);color:#aaa}
.ops-customer{
  color:#fff;
  font-size:12px;
  line-height:1.35;
}
.ops-slot-actions{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:7px;
}
.ops-slot-actions a{
  font-size:10px;
  padding:4px 7px;
  width:auto;
}
.ops-book-form{
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:18px;
  margin-bottom:18px;
}
.ops-book-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.ops-book-grid label{
  color:var(--gold);
  font-weight:900;
  font-size:13px;
}
.ops-book-grid input,
.ops-book-grid select,
.ops-book-grid textarea{
  width:100%;
  margin-top:5px;
  padding:10px;
  border-radius:10px;
  border:1px solid rgba(215,181,109,.24);
  background:#090909;
  color:#fff;
}
.ops-book-grid .full{
  grid-column:1/-1;
}
@media(max-width:1100px){
  .ops-slots{grid-template-columns:repeat(4,1fr)}
  .ops-summary{grid-template-columns:repeat(2,1fr)}
  .ops-book-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .ops-head{display:block}
  .ops-date-form{margin-top:10px}
  .ops-therapist-head{grid-template-columns:50px 1fr}
  .ops-count{grid-column:1/-1;justify-content:flex-start}
  .ops-photo{width:50px;height:50px}
  .ops-slots{grid-template-columns:repeat(2,1fr);padding:10px;gap:7px}
  .ops-summary{grid-template-columns:1fr}
  .ops-book-grid{grid-template-columns:1fr}
}


/* v1.8 customer reservation timetable */
.customer-reserve{
  background:#070707;
}
.customer-reserve .reserve-hero-card{
  margin-bottom:0;
}
.customer-date-tabs{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:7px;
  margin:18px 0 14px;
}
.customer-date-tab{
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#fff;
  text-align:center;
  padding:9px 4px;
}
.customer-date-tab.active{
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  font-weight:900;
}
.customer-date-tab span{
  display:block;
  font-size:11px;
  line-height:1.2;
}
.customer-date-tab strong{
  display:block;
  font-size:15px;
}
.customer-reserve-lead{
  color:var(--muted);
  font-size:13px;
  margin:0 0 18px;
}
.customer-therapist-list{
  display:grid;
  gap:16px;
}
.customer-therapist-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#101010);
  overflow:hidden;
}
.customer-therapist-head{
  display:grid;
  grid-template-columns:76px 1fr auto;
  gap:14px;
  align-items:center;
  padding:14px;
  background:linear-gradient(90deg,rgba(215,181,109,.14),rgba(180,13,24,.12));
}
.customer-therapist-photo{
  width:76px;
  height:76px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#111;
  overflow:hidden;
}
.customer-therapist-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.customer-therapist-name{
  color:var(--gold);
  font-size:22px;
  font-weight:900;
}
.customer-therapist-time{
  color:#fff;
  font-size:14px;
  margin-top:2px;
}
.customer-therapist-status{
  border-radius:999px;
  background:rgba(47,179,109,.18);
  color:#8ef0b7;
  padding:6px 10px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.customer-slots{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
  padding:14px;
}
.customer-slot{
  border:1px solid rgba(215,181,109,.2);
  border-radius:14px;
  padding:10px 6px;
  text-align:center;
  min-height:74px;
  background:#101010;
}
.customer-slot.open{
  border-color:rgba(47,179,109,.55);
  background:linear-gradient(180deg,rgba(47,179,109,.12),#101010);
}
.customer-slot.closed{
  opacity:.48;
  background:#0b0b0b;
}
.customer-slot-time{
  color:#fff;
  font-size:17px;
  font-weight:900;
}
.customer-slot-state{
  display:inline-block;
  margin:5px 0 7px;
  border-radius:999px;
  padding:2px 7px;
  font-size:10px;
  font-weight:900;
}
.customer-slot.open .customer-slot-state{
  color:#8ef0b7;
  background:rgba(47,179,109,.18);
}
.customer-slot.closed .customer-slot-state{
  color:#aaa;
  background:rgba(255,255,255,.08);
}
.customer-slot-btn{
  display:block;
  border-radius:999px;
  padding:6px 5px;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  font-size:11px;
  font-weight:900;
}
.customer-reserve-form{
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:20px;
  margin-top:24px;
}
.customer-reserve-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.customer-reserve-form-grid label{
  color:var(--gold);
  font-weight:900;
}
.customer-reserve-form-grid input,
.customer-reserve-form-grid select,
.customer-reserve-form-grid textarea{
  width:100%;
  margin-top:5px;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(215,181,109,.24);
  background:#090909;
  color:#fff;
}
.customer-reserve-form-grid .full{
  grid-column:1/-1;
}
.selected-slot-view{
  border:1px solid rgba(47,179,109,.42);
  border-radius:16px;
  background:rgba(47,179,109,.08);
  color:#fff;
  padding:13px;
  margin-bottom:14px;
}
.selected-slot-view strong{
  color:#8ef0b7;
}
.customer-empty{
  border:1px dashed rgba(215,181,109,.3);
  border-radius:18px;
  padding:26px 16px;
  color:var(--muted);
  text-align:center;
  background:rgba(255,255,255,.025);
}
.customer-sticky-reserve{
  position:sticky;
  bottom:10px;
  z-index:20;
  margin-top:14px;
}
@media(max-width:980px){
  .customer-slots{
    grid-template-columns:repeat(4,1fr);
  }
}
@media(max-width:640px){
  .customer-date-tabs{
    gap:4px;
  }
  .customer-date-tab{
    border-radius:10px;
    padding:6px 2px;
  }
  .customer-date-tab span{
    font-size:9px;
  }
  .customer-date-tab strong{
    font-size:12px;
  }
  .customer-therapist-head{
    grid-template-columns:58px 1fr;
  }
  .customer-therapist-status{
    grid-column:1/-1;
    text-align:center;
  }
  .customer-therapist-photo{
    width:58px;
    height:58px;
    border-radius:13px;
  }
  .customer-therapist-name{
    font-size:19px;
  }
  .customer-slots{
    grid-template-columns:repeat(3,1fr);
    padding:10px;
    gap:6px;
  }
  .customer-slot{
    min-height:68px;
    padding:8px 4px;
  }
  .customer-slot-time{
    font-size:15px;
  }
  .customer-reserve-form-grid{
    grid-template-columns:1fr;
  }
}


/* v1.8.2 fixes */
.version-notice{
  display:block;
  padding:10px 14px;
  margin:0 0 14px;
  border-radius:12px;
  border:1px solid rgba(215,181,109,.45);
  background:rgba(215,181,109,.1);
  color:var(--gold);
  font-weight:900;
}
.mail-setting-box{
  border:1px solid rgba(215,181,109,.3);
  border-radius:18px;
  background:rgba(215,181,109,.055);
  padding:16px;
  margin:18px 0;
}
.mail-setting-box h2{
  margin-top:0;
}


/* v1.9 reservation duration / mail */
.mail-template-box{
  border:1px solid rgba(215,181,109,.32);
  border-radius:18px;
  background:rgba(215,181,109,.055);
  padding:16px;
  margin:18px 0;
}
.template-help{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
  margin:8px 0 0;
}
.ops-slot.blocked,
.customer-slot.blocked{
  opacity:.78;
  border-color:rgba(207,23,34,.45);
  background:linear-gradient(180deg,rgba(207,23,34,.10),#101010);
}
.ops-slot.blocked .ops-status,
.customer-slot.blocked .customer-slot-state{
  background:rgba(207,23,34,.16);
  color:#ff9ca5;
}


/* v2.0 operations / performance / integrations */
.ops-action-panel{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}
.ops-action-panel a{
  width:auto;
}
.integration-box{
  border:1px solid rgba(215,181,109,.32);
  border-radius:18px;
  background:rgba(215,181,109,.055);
  padding:16px;
  margin:18px 0;
}
.integration-box h2{
  margin-top:0;
}
.performance-note{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}
.admin-mini-help{
  color:var(--muted);
  font-size:12px;
  margin:4px 0 10px;
}
img[loading="lazy"]{
  content-visibility:auto;
}


/* v2.1 reservation finish */
.group-badge{
  display:inline-block;
  border-radius:999px;
  padding:3px 8px;
  font-size:10px;
  font-weight:900;
  background:rgba(215,181,109,.18);
  color:var(--gold);
  margin-top:4px;
}
.ops-slot.master{
  box-shadow:0 0 0 2px rgba(215,181,109,.18);
}
.ops-slot.sub-slot .ops-customer{
  color:var(--muted);
}
.booking-group-card{
  border:1px solid rgba(215,181,109,.25);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:14px;
  margin-bottom:12px;
}
.booking-group-card h3{
  color:var(--gold);
  margin:0 0 6px;
}
.booking-group-card p{
  color:var(--muted);
  margin:3px 0;
}
.customer-slot.closed.grouped{
  border-color:rgba(207,23,34,.45);
}


/* v2.1.3 TEL display for insufficient consecutive slots */
.customer-slot.tel{
  opacity:.78;
  border-color:rgba(215,181,109,.45);
  background:linear-gradient(180deg,rgba(215,181,109,.10),#101010);
}
.customer-slot.tel .customer-slot-state{
  color:var(--gold);
  background:rgba(215,181,109,.18);
}
.tel-note{
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  margin-top:5px;
}


/* v2.2 reservation conversion boost */
.reserve-boost-bar{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(90deg,rgba(180,13,24,.95),rgba(215,181,109,.92));
  color:#111;
  font-weight:900;
  text-align:center;
  padding:9px 10px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.reserve-boost-bar a{
  color:#111;
  text-decoration:underline;
}
.customer-therapist-status.hot{
  background:rgba(207,23,34,.22);
  color:#ff9ca5;
}
.customer-therapist-status.good{
  background:rgba(47,179,109,.18);
  color:#8ef0b7;
}
.customer-therapist-status.tel{
  background:rgba(215,181,109,.18);
  color:var(--gold);
}
.customer-slot-reco{
  display:block;
  color:#8ef0b7;
  font-size:10px;
  font-weight:900;
  margin-top:3px;
}
.customer-slot-btn{
  animation:reservePulse 1.8s ease-in-out infinite;
}
@keyframes reservePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(240,213,141,.22)}
  50%{box-shadow:0 0 0 5px rgba(240,213,141,.08)}
}
.reserve-line-escape{
  border:1px solid rgba(215,181,109,.38);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(215,181,109,.12),rgba(180,13,24,.18)),#111;
  padding:18px;
  text-align:center;
  margin:22px 0;
}
.reserve-line-escape strong{
  display:block;
  color:var(--gold);
  font-size:20px;
  margin-bottom:4px;
}
.reserve-line-escape span{
  display:block;
  color:#fff;
  margin-bottom:12px;
}
.reserve-cv-note{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
  margin-top:8px;
}
.reserve-direct-cta{
  border:1px solid rgba(215,181,109,.38);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(215,181,109,.14),rgba(180,13,24,.18)),#111;
  padding:18px;
  margin:22px 0;
  text-align:center;
}
.reserve-direct-cta strong{
  display:block;
  color:var(--gold);
  font-size:20px;
}
.reserve-direct-cta span{
  display:block;
  color:#fff;
  margin:4px 0 12px;
}
.remaining-badge{
  display:inline-block;
  border-radius:999px;
  background:rgba(207,23,34,.2);
  color:#ff9ca5;
  padding:3px 8px;
  font-size:11px;
  font-weight:900;
  margin-left:6px;
}
@media(max-width:640px){
  .reserve-boost-bar{
    font-size:13px;
  }
  .reserve-line-escape,
  .reserve-direct-cta{
    padding:15px;
    border-radius:16px;
  }
}


/* v2.3 reservation edit */
.editing-box{
  border:1px solid rgba(215,181,109,.45);
  box-shadow:0 0 0 2px rgba(215,181,109,.12);
}
.edit-badge{
  display:inline-block;
  border-radius:999px;
  background:rgba(215,181,109,.18);
  color:var(--gold);
  font-size:12px;
  padding:4px 9px;
  font-weight:900;
  margin-bottom:10px;
}


/* v2.3.1 reservation edit stable */
.version-notice{
  display:block;
  padding:10px 14px;
  margin:0 0 14px;
  border-radius:12px;
  border:1px solid rgba(215,181,109,.45);
  background:rgba(215,181,109,.1);
  color:var(--gold);
  font-weight:900;
}
.editing-box{
  border:1px solid rgba(215,181,109,.55) !important;
  box-shadow:0 0 0 2px rgba(215,181,109,.16);
}
.edit-badge{
  display:inline-block;
  border-radius:999px;
  background:rgba(215,181,109,.18);
  color:var(--gold);
  font-size:12px;
  padding:4px 9px;
  font-weight:900;
  margin-bottom:10px;
}
.group-badge{
  display:inline-block;
  border-radius:999px;
  padding:3px 8px;
  font-size:10px;
  font-weight:900;
  background:rgba(215,181,109,.18);
  color:var(--gold);
  margin-top:4px;
}
.booking-group-card{
  border:1px solid rgba(215,181,109,.25);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:14px;
  margin-bottom:12px;
}
.booking-group-card h3{
  color:var(--gold);
  margin:0 0 6px;
}
.booking-group-card p{
  color:var(--muted);
  margin:3px 0;
}
.ops-action-panel{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}


/* v2.4 links portal + fixed footer nav */
.link-portal-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.link-portal-tab{display:block;text-align:center;border:1px solid var(--line);border-radius:16px;padding:13px 8px;background:rgba(255,255,255,.035);color:#fff;font-weight:900}
.link-portal-tab.active{background:linear-gradient(135deg,#f0d58d,#b68a38);color:#111}
.link-portal-section{margin-top:20px}
.link-portal-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px}
.link-portal-head h2{margin:0;color:var(--gold);font-size:clamp(22px,4vw,34px)}
.link-portal-head p{margin:4px 0 0;color:var(--muted)}
.link-banner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.link-banner-card{display:block;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#171717,#101010);overflow:hidden;transition:transform .2s ease,border-color .2s ease}
.link-banner-card:hover{transform:translateY(-2px);border-color:rgba(243,217,143,.7)}
.link-banner-img{aspect-ratio:2/1;background:#111;overflow:hidden}
.link-banner-img img{width:100%;height:100%;object-fit:cover}
.link-banner-info{padding:12px}
.link-banner-info h3{color:var(--gold);margin:0 0 4px;font-size:17px}
.link-banner-info p{color:var(--muted);margin:0;font-size:12px}
.link-empty{border:1px dashed rgba(215,181,109,.35);border-radius:18px;padding:22px;color:var(--muted);text-align:center;background:rgba(255,255,255,.025)}
.admin-link-preview{width:180px;aspect-ratio:2/1;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#111}
.footer-fixed-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;display:none;background:rgba(5,5,5,.96);border-top:1px solid rgba(215,181,109,.28);backdrop-filter:blur(10px)}
.footer-fixed-nav-inner{display:grid;grid-template-columns:repeat(6,1fr);max-width:820px;margin:0 auto}
.footer-fixed-nav a{color:#fff;text-align:center;font-size:10px;font-weight:900;padding:8px 3px 7px}
.footer-fixed-nav a strong{display:block;color:var(--gold);font-size:13px;line-height:1.1}
.footer-fixed-nav a.reserve{background:linear-gradient(135deg,#f0d58d,#b68a38);color:#111}
.footer-fixed-nav a.reserve strong{color:#111}
@media(max-width:760px){body{padding-bottom:58px}.footer-fixed-nav{display:block}.link-banner-grid{grid-template-columns:1fr}.link-portal-head{display:block}}


/* v2.4.1 compact portal layout */
.link-banner-grid{
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.link-banner-card{
  border-radius:14px;
}
.link-banner-info{
  padding:8px 10px;
}
.link-banner-info h3{
  font-size:14px;
  line-height:1.35;
}
.link-banner-info p{
  font-size:11px;
  line-height:1.5;
}
.link-portal-tabs{
  margin:14px 0 8px;
}
.link-portal-tab{
  padding:11px 6px;
  border-radius:12px;
  font-size:13px;
}
.link-portal-head{
  margin-bottom:10px;
}
.link-portal-head h2{
  font-size:clamp(18px,3vw,28px);
}
@media(max-width:760px){
  .link-banner-grid{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
  }
  .link-banner-info{
    padding:7px 8px;
  }
  .link-banner-info h3{
    font-size:12px;
  }
  .link-banner-info p{
    display:none;
  }
}


/* v2.4.2 compact banner size */
.link-banner-grid{
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.link-banner-img{
  aspect-ratio:200/40;
}
.link-banner-info{
  display:none;
}
.link-banner-card{
  border-radius:10px;
  overflow:hidden;
}
@media(max-width:760px){
  .link-banner-grid{
    grid-template-columns:1fr;
    gap:7px;
  }
  .link-banner-img{
    aspect-ratio:200/40;
  }
}


/* v2.5 recruit LP */
.recruit-lp{
  background:#070707;
}
.recruit-hero{
  padding:54px 0 36px;
  position:relative;
  overflow:hidden;
}
.recruit-hero::before{
  content:"";
  position:absolute;
  inset:-120px -80px auto auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle,rgba(215,181,109,.22),transparent 68%);
  pointer-events:none;
}
.recruit-hero-card{
  position:relative;
  border:1px solid rgba(215,181,109,.34);
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(215,181,109,.16),rgba(180,13,24,.18)),
    linear-gradient(180deg,#171717,#0d0d0d);
  padding:42px;
  overflow:hidden;
}
.recruit-hero-card::after{
  content:"RECRUIT";
  position:absolute;
  right:-8px;
  bottom:-18px;
  color:rgba(255,255,255,.035);
  font-size:86px;
  font-weight:900;
  letter-spacing:.08em;
}
.recruit-kicker{
  color:var(--gold);
  font-size:13px;
  letter-spacing:.22em;
  font-weight:900;
  margin-bottom:10px;
}
.recruit-hero h1{
  color:#fff;
  font-size:clamp(32px,5vw,58px);
  line-height:1.24;
  margin:0 0 16px;
}
.recruit-hero h1 span{
  color:var(--gold);
}
.recruit-hero p{
  color:#fff;
  font-size:17px;
  line-height:2;
  max-width:720px;
  margin:0 0 22px;
}
.recruit-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 24px;
}
.recruit-tags span{
  border:1px solid rgba(215,181,109,.32);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.045);
  padding:7px 12px;
  font-size:13px;
  font-weight:900;
}
.recruit-cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  position:relative;
  z-index:2;
}
.recruit-message{
  border:1px solid rgba(215,181,109,.22);
  border-radius:26px;
  background:rgba(255,255,255,.035);
  padding:30px;
}
.recruit-message h2{
  color:var(--gold);
  margin:0 0 16px;
  font-size:clamp(24px,4vw,40px);
  line-height:1.4;
}
.recruit-message p{
  color:#fff;
  line-height:2.1;
  margin:0 0 12px;
}
.recruit-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.recruit-card{
  border:1px solid rgba(215,181,109,.22);
  border-radius:22px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:20px;
}
.recruit-card .num{
  color:rgba(215,181,109,.38);
  font-weight:900;
  font-size:28px;
  line-height:1;
}
.recruit-card h3{
  color:var(--gold);
  margin:10px 0 8px;
  font-size:19px;
}
.recruit-card p{
  color:var(--muted);
  margin:0;
  line-height:1.8;
  font-size:14px;
}
.recruit-flow{
  display:grid;
  gap:12px;
  counter-reset:flow;
}
.recruit-flow-item{
  counter-increment:flow;
  border:1px solid rgba(215,181,109,.22);
  border-radius:20px;
  background:rgba(255,255,255,.035);
  padding:18px;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
}
.recruit-flow-item::before{
  content:counter(flow);
  width:48px;
  height:48px;
  border-radius:999px;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:20px;
}
.recruit-flow-item h3{
  color:var(--gold);
  margin:0 0 4px;
}
.recruit-flow-item p{
  color:var(--muted);
  margin:0;
  line-height:1.8;
}
.recruit-faq{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.recruit-faq-item{
  border:1px solid rgba(215,181,109,.22);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:18px;
}
.recruit-faq-item h3{
  color:var(--gold);
  margin:0 0 8px;
  font-size:17px;
}
.recruit-faq-item p{
  color:var(--muted);
  margin:0;
  line-height:1.8;
}
.recruit-last-cta{
  border:1px solid rgba(215,181,109,.45);
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(215,181,109,.2),rgba(180,13,24,.24)),
    #111;
  padding:34px;
  text-align:center;
}
.recruit-last-cta h2{
  color:var(--gold);
  font-size:clamp(25px,4vw,42px);
  margin:0 0 10px;
}
.recruit-last-cta p{
  color:#fff;
  line-height:2;
  margin:0 auto 20px;
  max-width:760px;
}
.recruit-official-note{
  color:var(--muted);
  font-size:12px;
  margin-top:10px;
}
@media(max-width:980px){
  .recruit-card-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:720px){
  .recruit-hero{
    padding:36px 0 22px;
  }
  .recruit-hero-card{
    border-radius:22px;
    padding:24px;
  }
  .recruit-hero-card::after{
    font-size:48px;
  }
  .recruit-hero p{
    font-size:15px;
  }
  .recruit-card-grid,
  .recruit-faq{
    grid-template-columns:1fr;
  }
  .recruit-message,
  .recruit-last-cta{
    border-radius:22px;
    padding:22px;
  }
  .recruit-flow-item{
    grid-template-columns:40px 1fr;
  }
  .recruit-flow-item::before{
    width:40px;
    height:40px;
  }
}


/* v2.6 external link settings */
.settings-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.settings-box{
  border:1px solid rgba(215,181,109,.28);
  border-radius:18px;
  background:linear-gradient(180deg,#171717,#101010);
  padding:18px;
}
.settings-box h3{
  color:var(--gold);
  margin:0 0 10px;
}
.settings-box p{
  color:var(--muted);
  font-size:13px;
  margin:0 0 12px;
}
.external-link-list{
  display:grid;
  gap:10px;
}
.external-link-card{
  border:1px solid rgba(215,181,109,.22);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  padding:14px;
}
.external-link-card strong{
  color:var(--gold);
}
.external-link-card span{
  display:block;
  color:var(--muted);
  font-size:12px;
  word-break:break-all;
  margin-top:4px;
}
@media(max-width:800px){
  .settings-grid{
    grid-template-columns:1fr;
  }
}

/* v2.7 */
.hero-slider,.top-slider,.kv-slider,.main-slider{max-width:1000px;margin-left:auto;margin-right:auto}
.hero-slide,.top-slide,.kv-slide,.main-slide,.top-banner-img{aspect-ratio:2/1}
.hero-slide img,.top-slide img,.kv-slide img,.main-slide img,.top-slider img,.top-banner-img img{width:100%;height:100%;object-fit:cover}
.admin-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.admin-check-card{border:1px solid rgba(215,181,109,.22);border-radius:14px;background:rgba(255,255,255,.035);padding:10px}
.admin-check-card label{display:flex;gap:8px;align-items:center;color:#fff;font-weight:900}
.admin-sort-table input[type="number"]{width:82px}

@media(max-width:760px){.admin-check-grid{grid-template-columns:1fr}}


/* v2.7.5 therapist sort stable */
.therapist-sort-table input[type="number"]{
  width:90px;
  text-align:center;
}
.therapist-sort-thumb{
  width:54px;
  height:72px;
  border-radius:10px;
  object-fit:cover;
  background:#111;
  border:1px solid rgba(215,181,109,.22);
}
.sort-help{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
  margin:6px 0 14px;
}


/* v2.7.7.10 phone CTA */
.phone-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border-radius:999px;
  padding:11px 18px;
  background:linear-gradient(135deg,#f0d58d,#b68a38);
  color:#111!important;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.phone-cta-btn.dark{
  background:#111;
  color:var(--gold)!important;
  border:1px solid rgba(215,181,109,.45);
}
.phone-floating{
  position:fixed;
  right:14px;
  bottom:72px;
  z-index:120;
  display:none;
}
@media(max-width:760px){
  .phone-floating{display:block;}
}


/* v2.7.7.13 emergency safe mobile menu */
.phone-floating{
  display:none!important;
}
.footer-fixed-nav{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:9999!important;
  display:none!important;
  background:rgba(8,8,8,.97)!important;
  border-top:1px solid rgba(215,181,109,.35)!important;
  backdrop-filter:blur(10px);
}
.footer-fixed-nav-inner{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  max-width:860px;
  margin:0 auto;
}
.footer-fixed-nav a{
  min-height:58px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  color:#fff!important;
  text-align:center!important;
  font-size:10px!important;
  font-weight:800!important;
  padding:6px 2px!important;
  border-right:1px solid rgba(255,255,255,.06);
}
.footer-fixed-nav a:nth-child(n+5){
  display:none!important;
}
.footer-fixed-nav a strong{
  display:block!important;
  color:var(--gold)!important;
  font-size:12px!important;
  line-height:1.1!important;
  letter-spacing:.06em!important;
}
.footer-fixed-nav a span{
  display:block!important;
}
.footer-fixed-nav a.reserve{
  background:linear-gradient(135deg,#f0d58d,#b68a38)!important;
  color:#111!important;
}
.footer-fixed-nav a.reserve strong,
.footer-fixed-nav a.reserve span{
  color:#111!important;
}
@media(max-width:760px){
  body{padding-bottom:70px!important;}
  .footer-fixed-nav{display:block!important;}
}
@media(min-width:761px){
  .footer-fixed-nav{display:none!important;}
}


/* v2.7.7.14 exact 4-button mobile footer */
.phone-floating{
  display:none!important;
}
.footer-fixed-nav{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:99999!important;
  background:rgba(8,8,8,.97)!important;
  border-top:1px solid rgba(215,181,109,.35)!important;
  backdrop-filter:blur(10px);
}
.footer-fixed-nav-inner,
.footer-fixed-nav-v27714{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  width:100%!important;
  max-width:860px!important;
  margin:0 auto!important;
}
.footer-fixed-nav-inner a,
.footer-fixed-nav-v27714 a{
  min-height:58px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  padding:6px 2px!important;
  color:#fff!important;
  text-align:center!important;
  font-size:10px!important;
  font-weight:800!important;
  border-right:1px solid rgba(255,255,255,.06)!important;
}
.footer-fixed-nav-inner a:last-child,
.footer-fixed-nav-v27714 a:last-child{
  border-right:none!important;
}
.footer-fixed-nav-inner a strong,
.footer-fixed-nav-v27714 a strong{
  display:block!important;
  color:var(--gold)!important;
  font-size:12px!important;
  line-height:1.1!important;
  letter-spacing:.06em!important;
}
.footer-fixed-nav-inner a span,
.footer-fixed-nav-v27714 a span{
  display:block!important;
  font-size:10px!important;
  line-height:1.1!important;
}
.footer-fixed-nav-inner a.reserve,
.footer-fixed-nav-v27714 a.reserve{
  background:linear-gradient(135deg,#f0d58d,#b68a38)!important;
  color:#111!important;
}
.footer-fixed-nav-inner a.reserve strong,
.footer-fixed-nav-inner a.reserve span,
.footer-fixed-nav-v27714 a.reserve strong,
.footer-fixed-nav-v27714 a.reserve span{
  color:#111!important;
}
@media(max-width:760px){
  body{padding-bottom:70px!important;}
  .footer-fixed-nav{display:block!important;}
}
@media(min-width:761px){
  .footer-fixed-nav{display:none!important;}
}


/* v2.7.7.15 hide mobile footer inside admin */
body.admin .footer-fixed-nav,
.admin-wrap .footer-fixed-nav,
.admin-layout .footer-fixed-nav,
.admin-main .footer-fixed-nav{
  display:none!important;
}


/* v2.7.7.16 footer copyright */
.footer-copy{
  text-align:center;
  color:rgba(255,255,255,.55);
  font-size:11px;
  letter-spacing:.06em;
  padding:18px 10px 90px;
}
@media(min-width:761px){
  .footer-copy{
    padding-bottom:24px;
  }
}
/* v2.7.7.20 mobile bottom button display fix */
/* assets/style.css の一番下に追記してください */

.fixed-bottom,
.footer-fixed-nav{
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:99999!important;
  height:64px!important;
  background:#070707!important;
  border-top:1px solid rgba(215,181,109,.35)!important;
  display:block!important;
}

.fixed-bottom .footer-fixed-nav-inner,
.footer-fixed-nav .footer-fixed-nav-inner,
.footer-fixed-nav-inner{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  width:100%!important;
  height:64px!important;
  margin:0!important;
  padding:0!important;
}

.fixed-bottom a,
.footer-fixed-nav a,
.footer-fixed-nav-inner a{
  width:100%!important;
  height:64px!important;
  min-height:64px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  background:#070707!important;
  color:#fff!important;
  border-right:1px solid rgba(255,255,255,.08)!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
  border-radius:0!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:800!important;
}

.fixed-bottom a:last-child,
.footer-fixed-nav a:last-child,
.footer-fixed-nav-inner a:last-child{
  border-right:none!important;
}

.fixed-bottom a strong,
.footer-fixed-nav a strong,
.footer-fixed-nav-inner a strong{
  display:block!important;
  color:#d7b56d!important;
  font-size:12px!important;
  line-height:1.1!important;
  letter-spacing:.08em!important;
  font-weight:900!important;
}

.fixed-bottom a span,
.footer-fixed-nav a span,
.footer-fixed-nav-inner a span{
  display:block!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:800!important;
}

/* WEB予約だけ強調 */
.fixed-bottom a.reserve,
.footer-fixed-nav a.reserve,
.footer-fixed-nav-inner a.reserve{
  background:linear-gradient(135deg,#f0d58d,#b68a38)!important;
  color:#111!important;
}

.fixed-bottom a.reserve strong,
.fixed-bottom a.reserve span,
.footer-fixed-nav a.reserve strong,
.footer-fixed-nav a.reserve span,
.footer-fixed-nav-inner a.reserve strong,
.footer-fixed-nav-inner a.reserve span{
  color:#111!important;
}

/* 右側の丸電話は完全非表示 */
.phone-floating,
.phone-cta-btn.phone-floating{
  display:none!important;
}

/* スマホのみ表示 */
@media(max-width:760px){
  body{
    padding-bottom:74px!important;
  }
  .fixed-bottom,
  .footer-fixed-nav{
    display:block!important;
  }
}

/* PCでは非表示 */
@media(min-width:761px){
  .fixed-bottom,
  .footer-fixed-nav{
    display:none!important;
  }
}

/* v2.7.7.22 SEO */
.setting-box textarea{width:100%;min-height:110px;}


/* v2.7.7.23 small polish */
.footer{
  padding-bottom:72px!important;
}
.footer .container{
  padding-bottom:0!important;
}
.footer p:empty{
  display:none!important;
}
.footer-menu-v27723{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 14px;
  margin:16px auto 12px;
  max-width:760px;
}
.footer-menu-v27723 a{
  color:rgba(255,255,255,.78)!important;
  font-size:12px;
  text-decoration:none;
  border-bottom:1px solid rgba(215,181,109,.28);
  padding-bottom:2px;
}
.footer-copy{
  margin-top:10px!important;
  padding-bottom:0!important;
}
.prepare-card{
  text-align:center;
  padding:42px 20px!important;
}
.prepare-card h3{
  color:var(--gold);
  font-size:22px;
  margin-bottom:10px;
}
@media(max-width:760px){
  .footer{
    padding-bottom:82px!important;
  }
  .footer-menu-v27723{
    gap:8px 12px;
    margin-top:14px;
  }
  .footer-menu-v27723 a{
    font-size:11px;
  }
}


/* v2.7.7.24 footer/menu/hours */
.footer-hours{
  margin:12px auto 4px!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  text-align:center;
}
.footer-hours span{
  color:var(--gold);
  margin-right:8px;
  font-weight:900;
}
.footer-menu-v27724{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 14px;
  margin:16px auto 12px;
  max-width:760px;
}
.footer-menu-v27724 a{
  color:rgba(255,255,255,.78)!important;
  font-size:12px;
  text-decoration:none;
  border-bottom:1px solid rgba(215,181,109,.28);
  padding-bottom:2px;
}
.top-business-hours-v27724{
  padding-top:16px!important;
  padding-bottom:16px!important;
}
@media(max-width:760px){
  .footer{
    padding-bottom:82px!important;
  }
  .footer-menu-v27724{
    gap:8px 12px;
  }
  .footer-menu-v27724 a{
    font-size:11px;
  }
}


/* v2.7.7.25 free space */
.rich-toolbar-v27725{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0;}
.rich-toolbar-v27725 button{border:1px solid rgba(215,181,109,.35);background:#111;color:var(--gold);border-radius:8px;padding:7px 10px;font-weight:800;cursor:pointer;}
.rich-editor-v27725{min-height:180px;border:1px solid rgba(215,181,109,.28);border-radius:12px;padding:14px;background:#0b0b0b;color:#fff;line-height:1.8;}
.rich-editor-v27725:focus{outline:2px solid rgba(215,181,109,.35);}
.free-space-section-v27725{padding-top:20px!important;padding-bottom:20px!important;}
.free-space-card-v27725{border:1px solid rgba(215,181,109,.28);border-radius:22px;background:linear-gradient(180deg,rgba(215,181,109,.08),rgba(255,255,255,.02));overflow:hidden;margin-bottom:22px;box-shadow:0 18px 45px rgba(0,0,0,.22);}
.free-space-image-v27725 img{width:100%;display:block;}
.free-space-body-v27725{padding:22px;}
.free-space-body-v27725 h2{color:var(--gold);margin-bottom:12px;font-size:24px;}
.free-space-content-v27725{color:rgba(255,255,255,.88);line-height:1.9;margin-bottom:16px;}
.free-space-content-v27725 h3{color:var(--gold);margin:14px 0 8px;}
.free-space-content-v27725 a{color:var(--gold);text-decoration:underline;}
.free-space-content-v27725 ul{padding-left:1.3em;}
@media(max-width:760px){.free-space-body-v27725{padding:18px;}.free-space-body-v27725 h2{font-size:20px;}}


/* v2.8.0 fixed pages */
.rich-toolbar-v280{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:8px 0;
}
.rich-toolbar-v280 button{
  border:1px solid rgba(215,181,109,.35);
  background:#111;
  color:var(--gold);
  border-radius:8px;
  padding:7px 10px;
  font-weight:800;
  cursor:pointer;
}
.rich-editor-v280{
  min-height:360px;
  border:1px solid rgba(215,181,109,.28);
  border-radius:12px;
  padding:14px;
  background:#0b0b0b;
  color:#fff;
  line-height:1.8;
}
.rich-editor-v280:focus{
  outline:2px solid rgba(215,181,109,.35);
}
.custom-page-thumb-v280{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(215,181,109,.25);
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.custom-page-thumb-v280 img{
  display:block;
  width:100%;
}
.custom-page-body-v280{
  max-width:920px;
  margin:0 auto;
  padding:28px;
  border-radius:22px;
  border:1px solid rgba(215,181,109,.25);
  background:linear-gradient(180deg,rgba(215,181,109,.08),rgba(255,255,255,.02));
  color:rgba(255,255,255,.9);
  line-height:1.95;
}
.custom-page-body-v280 h2,
.custom-page-body-v280 h3{
  color:var(--gold);
  margin:18px 0 10px;
}
.custom-page-body-v280 p{
  margin:0 0 1em;
}
.custom-page-body-v280 a{
  color:var(--gold);
  text-decoration:underline;
}
.custom-page-body-v280 ul{
  padding-left:1.4em;
}
@media(max-width:760px){
  .rich-editor-v280{min-height:280px;}
  .custom-page-body-v280{padding:20px;}
}


/* v2.8.1 fixed page editor improvements */
.rich-toolbar-v281{
  position:sticky;
  top:0;
  z-index:5;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:8px 0;
  padding:8px;
  background:rgba(10,10,10,.95);
  border:1px solid rgba(215,181,109,.18);
  border-radius:12px;
}
.rich-toolbar-v281 button{
  border:1px solid rgba(215,181,109,.35);
  background:#111;
  color:var(--gold);
  border-radius:8px;
  padding:8px 11px;
  font-weight:800;
  cursor:pointer;
}
.rich-toolbar-v281 button:hover{
  background:rgba(215,181,109,.12);
}
.rich-editor-v281{
  min-height:420px;
  border:1px solid rgba(215,181,109,.28);
  border-radius:12px;
  padding:18px;
  background:#0b0b0b;
  color:#fff;
  line-height:1.9;
  font-size:15px;
}
.rich-editor-v281:focus{
  outline:2px solid rgba(215,181,109,.35);
}
.rich-editor-v281 img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  margin:12px 0;
}
.custom-page-body-v280 img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  margin:14px 0;
}


/* v2.8.3 TinyMCE fixed page */
.tox-tinymce{
  border:1px solid rgba(215,181,109,.35)!important;
  border-radius:12px!important;
  overflow:hidden;
}
.custom-page-thumb-v283{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(215,181,109,.25);
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.custom-page-thumb-v283 img{
  display:block;
  width:100%;
}
.custom-page-body-v283{
  max-width:920px;
  margin:0 auto;
  padding:28px;
  border-radius:22px;
  border:1px solid rgba(215,181,109,.25);
  background:linear-gradient(180deg,rgba(215,181,109,.08),rgba(255,255,255,.02));
  color:rgba(255,255,255,.9);
  line-height:1.95;
}
.custom-page-body-v283 h2,
.custom-page-body-v283 h3{
  color:var(--gold);
  margin:18px 0 10px;
}
.custom-page-body-v283 p{
  margin:0 0 1em;
}
.custom-page-body-v283 a{
  color:var(--gold);
  text-decoration:underline;
}
.custom-page-body-v283 ul,
.custom-page-body-v283 ol{
  padding-left:1.4em;
}
.custom-page-body-v283 img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  margin:14px 0;
}
.custom-page-body-v283 table{
  width:100%;
  border-collapse:collapse;
  margin:16px 0;
}
.custom-page-body-v283 th,
.custom-page-body-v283 td{
  border:1px solid rgba(215,181,109,.25);
  padding:10px;
}
@media(max-width:760px){
  .custom-page-body-v283{
    padding:20px;
  }
}


/* v2.8.4 CKEditor fixed page */
.ck-editor__editable{
  min-height:460px;
  background:#111!important;
  color:#fff!important;
}
.ck.ck-editor{
  border-radius:12px;
  overflow:hidden;
}
.ck-content h2,
.ck-content h3{
  color:#d7b56d;
}
.ck-content a{
  color:#d7b56d;
}
.custom-page-thumb-v284{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(215,181,109,.25);
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.custom-page-thumb-v284 img{
  display:block;
  width:100%;
}
.custom-page-body-v284{
  max-width:920px;
  margin:0 auto;
  padding:28px;
  border-radius:22px;
  border:1px solid rgba(215,181,109,.25);
  background:linear-gradient(180deg,rgba(215,181,109,.08),rgba(255,255,255,.02));
  color:rgba(255,255,255,.9);
  line-height:1.95;
}
.custom-page-body-v284 h2,
.custom-page-body-v284 h3{
  color:var(--gold);
  margin:18px 0 10px;
}
.custom-page-body-v284 p{
  margin:0 0 1em;
}
.custom-page-body-v284 a{
  color:var(--gold);
  text-decoration:underline;
}
.custom-page-body-v284 ul,
.custom-page-body-v284 ol{
  padding-left:1.4em;
}
.custom-page-body-v284 img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  margin:14px 0;
}
.custom-page-body-v284 table{
  width:100%;
  border-collapse:collapse;
  margin:16px 0;
}
.custom-page-body-v284 th,
.custom-page-body-v284 td{
  border:1px solid rgba(215,181,109,.25);
  padding:10px;
}
@media(max-width:760px){
  .custom-page-body-v284{
    padding:20px;
  }
}
