:root {
  color-scheme: light;
  --ink: #1c3335;
  --ink-soft: #536a69;
  --teal: #145b5b;
  --teal-deep: #0c4548;
  --sea: #377f7d;
  --mint: #eaf4ef;
  --surface: #ffffff;
  --paper: #f4f8f5;
  --line: #dce8e2;
  --line-strong: #c7dad1;
  --danger: #a23f48;
  --gold: #d1b580;
  --shadow: 0 20px 56px rgba(22,66,61,.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); font: 16px/1.5 "Segoe UI", Arial, sans-serif; background: radial-gradient(circle at 12% 5%,#e3f0eb 0%,transparent 34%),radial-gradient(circle at 100% 70%,#e8f2ef 0%,transparent 42%),var(--paper); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: var(--teal); }
button:disabled { cursor: not-allowed; opacity: .46; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #61b6aa; outline-offset: 3px; }
.site-shell { width: min(100% - 36px, 760px); margin: 36px auto 0; }
.profile-card { background: var(--surface); min-height: 86vh; border: 1px solid #e6eee9; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.profile-banner { height: 305px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 25px 34px 30px; overflow: hidden; background: #2b5656; color: #fff; isolation: isolate; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: 0; }
.profile-banner::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg,rgba(10,41,44,.96) 0%,rgba(13,52,56,.79) 26%,rgba(21,57,55,.31) 69%,rgba(20,56,57,.24) 100%),linear-gradient(105deg,rgba(32,83,76,.23),transparent 75%); }
.mini-brand { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; padding: 8px 12px 8px 8px; border: 1px solid rgba(255,255,255,.33); border-radius: 100px; background: rgba(13,52,50,.38); color: #f4fffa; backdrop-filter: blur(8px); font-size: .76rem; font-weight: 650; letter-spacing: .14em; }
.mini-brand, .profile-identity { position: relative; z-index: 2; }
.mini-brand svg { width: 26px; height: 26px; padding: 4px; border-radius: 50%; background: #e8f4eb; color: var(--teal-deep); }
.profile-identity { display: flex; align-items: end; gap: 18px; min-width: 0; }
.profile-avatar { flex: 0 0 68px; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(241,251,244,.94); color: var(--teal-deep); font: 500 2rem/1 Georgia,"Times New Roman",serif; box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.identity-copy { min-width: 0; }
.profile-role { margin: 0 0 4px; color: #cce5dc; font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.profile-identity h1 { margin: 0; font: 500 clamp(1.7rem,4.5vw,2.3rem)/1.14 Georgia,"Times New Roman",serif; letter-spacing: -.025em; text-wrap: balance; text-shadow: 0 2px 14px rgba(5,31,30,.26); }
.profile-location { display: inline-flex; align-items: center; gap: 5px; margin-top: 9px; color: #e5f1e8; font-size: .9rem; }
.profile-location svg { width: 16px; height: 16px; }
.profile-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; padding: 11px 20px 12px; background: #fbfdfb; border-bottom: 1px solid var(--line); }
.profile-nav button { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 5px 4px 7px; border: 0; border-radius: 12px; background: transparent; color: #4d6664; font-size: .88rem; font-weight: 600; transition: background .18s,color .18s,transform .18s; }
.profile-nav button:hover { color: var(--teal-deep); background: #edf6f1; }
.profile-nav button.active { color: var(--teal-deep); }
.profile-nav button.active::after { content: ""; position: absolute; bottom: -12px; left: 32%; right: 32%; height: 3px; border-radius: 4px 4px 0 0; background: var(--teal); }
.nav-symbol { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #d8e7df; border-radius: 14px; background: #f0f7f2; color: #337774; transition: background .18s,border-color .18s,color .18s,transform .18s; }
.profile-nav button:hover .nav-symbol { transform: translateY(-2px); }
.profile-nav button.active .nav-symbol { color: #fff; background: var(--teal); border-color: var(--teal); box-shadow: 0 5px 13px rgba(20,91,91,.18); }
.nav-icon { width: 22px; height: 22px; stroke-linecap: round; stroke-linejoin: round; }
.template-note { padding: 11px 30px; background: #fff9ed; border-bottom: 1px solid #f0e5ce; color: #685637; font-size: .88rem; }
.template-note a { font-weight: 700; color: #315f55; }
.tab-panel { padding: 33px 37px 105px; min-height: 370px; }
.tab-panel h2 { margin: 0 0 19px; font: 500 1.58rem/1.25 Georgia,"Times New Roman",serif; letter-spacing: -.01em; }
.tab-panel .section-kicker { margin: 0 0 19px; font: 600 1.4rem/1.2 Georgia,"Times New Roman",serif; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 28px rgba(18,65,60,.05); }
.card-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 15px 20px; background: var(--teal-deep); color: #fff; font-size: .94rem; font-weight: 650; letter-spacing: .02em; }
.card-heading small { font-size: .8rem; color: #ddede8; font-weight: 500; }
.service-row { border-top: 1px solid #e7efe9; transition: background .18s; }
.service-row:first-of-type { border-top: 0; }
.service-row:hover, .service-row.selected { background: #f4faf5; }
.service-pick { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px 7px; color: var(--ink); border: 0; background: transparent; text-align: left; }
.service-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.service-copy strong { font-size: 1rem; line-height: 1.32; font-weight: 650; }
.service-copy > span { color: var(--ink-soft); font-size: .9rem; }
.pick-ring { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border: 1.5px solid #a8c5bc; border-radius: 50%; color: #fff; font-size: .88rem; font-weight: 700; }
.selected .pick-ring { background: var(--teal); border-color: var(--teal); }
.service-extra { padding: 0 20px 14px; }
.service-extra > button, .text-button { border: 0; background: transparent; padding: 0; color: var(--teal); text-decoration: underline; text-underline-offset: 3px; font-size: .88rem; font-weight: 600; }
.service-extra p { margin: 8px 0 1px; color: var(--ink-soft); font-size: .93rem; }
.step-hint { color: var(--ink-soft); text-align: center; font-size: .9rem; margin: 17px 0; }
.sticky-action { position: sticky; bottom: 14px; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 13px; padding: 12px 14px 12px 18px; margin-top: 24px; border: 1px solid #d6e5dd; border-radius: 14px; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(20,66,62,.17); }
.sticky-action div { display: flex; flex-direction: column; min-width: 0; }
.sticky-action small { color: var(--ink-soft); font-size: .8rem; }
.sticky-action strong { white-space: nowrap; font-size: 1.1rem; }
.sticky-action strong span { color: var(--ink-soft); font-weight: 450; font-size: .83rem; }
.back-link { display: inline-flex; align-items: center; margin: 0 0 20px; padding: 0; border: 0; background: transparent; color: var(--teal); font-size: .94rem; font-weight: 600; }
.selection-summary { color: var(--ink-soft); margin: -11px 0 21px; font-size: .94rem; }
.calendar-box { display: flex; justify-content: center; padding: 11px; border: 1px solid var(--line); border-radius: 17px; background: #fcfefc; }
.calendar { width: min(100%,380px); margin: auto; padding: 5px; }
.cal-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; text-transform: capitalize; }
.cal-toolbar strong { font-size: 1.04rem; font-weight: 650; }
.cal-toolbar button { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #dae8df; border-radius: 50%; background: #fff; color: var(--teal); font-size: 1.65rem; line-height: 1; }
.cal-toolbar button:hover { background: var(--mint); }
.cal-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 3px; }
.cal-grid.headings { text-align: center; color: #708781; font-size: .8rem; }
.cal-grid.headings span { padding: 7px 0; }
.cal-day { width: 100%; aspect-ratio: 1; border: 0; border-radius: 12px; background: transparent; color: var(--ink); font-size: .94rem; }
.cal-day:not(:disabled):hover { background: #def1e8; }
.cal-day.outside { color: #aebdb5; }
.cal-day.selected { color: #fff; background: var(--teal); box-shadow: 0 3px 10px rgba(20,91,91,.19); }
.cal-day:disabled { opacity: .42; }
.date-heading { margin: 23px 0 12px; font-size: 1rem; font-weight: 650; text-transform: capitalize; }
.time-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.time { padding: 11px 4px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; color: var(--ink); font-size: .97rem; font-weight: 600; }
.time:hover { border-color: #5c9a8e; background: #f1faf5; }
.time.selected { color: #fff; border-color: var(--teal); background: var(--teal); }
.quiet { color: var(--ink-soft); font-size: .91rem; line-height: 1.5; }
.booking-summary { display: flex; gap: 13px; padding: 16px 17px; margin-bottom: 22px; border: 1px solid #d8e9df; border-radius: 13px; background: #eff7f1; }
.booking-summary > span { color: var(--teal); font-size: 1.4rem; line-height: 1; }
.booking-summary p { margin: 4px 0 0; font-size: .91rem; color: var(--ink-soft); }
.client-form, .admin-form { display: grid; gap: 9px; }
.client-form > label, .admin-form label { margin-top: 5px; font-size: .91rem; font-weight: 650; }
.client-form input:not([type="checkbox"]), .admin-form input:not([type="checkbox"]), .admin-form textarea { width: 100%; min-width: 0; min-height: 45px; padding: 10px 12px; border: 1px solid #cdded6; border-radius: 10px; background: #fff; color: var(--ink); }
.client-form input:not([type="checkbox"]):focus, .admin-form input:not([type="checkbox"]):focus, .admin-form textarea:focus { border-color: #559888; }
.client-form input[type="checkbox"], .admin-form input[type="checkbox"] { flex: none; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--teal); }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0 2px; color: var(--ink-soft); font-size: .87rem; line-height: 1.42; cursor: pointer; }
.form-error { color: var(--danger); margin: 4px 0; font-size: .91rem; }
.button, .admin-form button:not(.light) { display: inline-flex; justify-content: center; align-items: center; min-height: 45px; padding: 10px 18px; border: 1px solid var(--teal); border-radius: 11px; background: var(--teal); color: #fff; text-decoration: none; font-size: .92rem; font-weight: 650; box-shadow: 0 4px 12px rgba(20,91,91,.11); transition: background .15s,transform .15s,box-shadow .15s; }
.button:hover, .admin-form button:not(.light):hover { background: var(--teal-deep); box-shadow: 0 7px 18px rgba(20,91,91,.17); transform: translateY(-1px); }
.button.secondary, .admin-form .button.secondary { color: var(--teal); border-color: var(--line-strong); background: #fff; box-shadow: none; }
.button.secondary:hover { background: var(--mint); }
.button.light, .admin-form .button.light { color: var(--teal); border-color: transparent; background: transparent; box-shadow: none; }
.submit-button { width: 100%; min-height: 49px; margin-top: 8px; font-size: 1rem; }
.success-card { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 34px 20px; border: 1px solid var(--line); border-radius: 17px; background: #fcfefc; text-align: center; }
.success-mark { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid #bbdccc; border-radius: 50%; background: #e9f6ed; color: var(--teal); font-size: 2rem; font-weight: 700; }
.success-card h2 { margin: 8px 0 1px; }
.success-card p { margin: 0; }
.success-card > span { margin-bottom: 13px; color: var(--ink-soft); font-size: .87rem; }
.success-card .text-button { margin-top: 8px; }
.gallery-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.gallery-card img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; background: #e4f0e9; }
.gallery-card p { margin: 0; padding: 14px 17px; color: var(--ink-soft); font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.gallery-grid figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.gallery-grid figcaption { padding: 9px 11px; color: var(--ink-soft); font-size: .9rem; }
.empty-card { display: grid; place-items: center; padding: 52px 24px; border: 1px dashed var(--line-strong); border-radius: 14px; color: var(--ink-soft); text-align: center; }
.review-list { display: grid; gap: 12px; }
.review-card { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.review-card > div { display: flex; justify-content: space-between; gap: 12px; }
.review-card time { color: #69807a; font-size: .83rem; white-space: nowrap; }
.review-card p { margin: 12px 0 0; color: #405957; white-space: pre-wrap; }
.review-form { padding-top: 21px; margin-top: 25px; border-top: 1px solid var(--line); }
.review-form h3 { margin: 0 0 6px; font-size: 1.05rem; }
.info-card { padding: 20px; margin-bottom: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.info-card h3 { margin: 0 0 10px; font-size: 1rem; }
.info-card p { margin: 0; }
.info-card small { color: var(--ink-soft); }
.hours-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid #edf2ed; font-size: .91rem; }
.hours-row strong { font-weight: 600; white-space: nowrap; }
.phone-link { color: var(--teal); font-weight: 650; }
.manage-link { display: inline-block; margin-top: 9px; color: var(--teal); font-weight: 600; text-decoration: underline; }
footer { padding: 22px 10px 34px; color: #6e837d; font-size: .8rem; text-align: center; }
/* Администратор и установка */
.setup-card { max-width: 520px; padding: 30px; margin: 8vh auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.setup-card h1 { margin: 0 0 14px; font: 500 1.9rem/1.2 Georgia,"Times New Roman",serif; }
.setup-card p { color: var(--ink-soft); line-height: 1.55; }
.setup-card code { color: var(--teal); }
.admin-shell { max-width: 1090px; margin: auto; padding: 36px 24px 82px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.admin-head h1 { margin: 0; font: 500 2rem/1.15 Georgia,"Times New Roman",serif; }
.admin-head p { margin: 6px 0 0; color: var(--ink-soft); }
.admin-head-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.admin-head a { white-space: nowrap; }
.link-button { border: 0; padding: 0; background: transparent; color: var(--teal); text-decoration: underline; }
.admin-grid { display: grid; grid-template-columns: 335px minmax(0,1fr); gap: 20px; align-items: start; }
.admin-box { min-width: 0; padding: 22px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 9px 30px rgba(22,66,61,.055); }
.admin-box h2 { margin: 0 0 16px; font: 500 1.35rem/1.3 Georgia,"Times New Roman",serif; }
.admin-box h3 { margin: 24px 0 11px; font-size: 1rem; }
.admin-box .calendar { width: 100%; }
.admin-box .cal-day { font-size: .88rem; }
.admin-list { display: grid; gap: 12px; }
.booking-item { display: grid; grid-template-columns: 65px minmax(0,1fr); gap: 11px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.booking-item .item-time { color: var(--teal); font-size: 1.1rem; font-weight: 750; }
.booking-item p { margin: 3px 0; font-size: .92rem; overflow-wrap: anywhere; }
.booking-item small, .booking-item button { display: block; }
.booking-item small { color: var(--ink-soft); }
.booking-item.cancelled { opacity: .55; }
.booking-item button, .admin-gallery button { margin-top: 7px; padding: 0; border: 0; background: transparent; color: var(--teal); font-size: .87rem; text-decoration: underline; }
.admin-date-title { text-transform: capitalize; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.admin-form textarea { min-height: 80px; resize: vertical; }
.schedule-row { display: grid; grid-template-columns: 120px minmax(0,1fr); align-items: center; gap: 8px; margin: 6px 0; }
.schedule-row label { margin: 0; }
.service-edit { display: grid; grid-template-columns: minmax(0,1fr) 100px 100px; gap: 8px; padding: 13px; margin: 9px 0; border: 1px solid var(--line); border-radius: 12px; }
.service-edit input:first-child, .service-edit textarea { grid-column: 1/-1; }
.service-edit button.light { justify-self: start; min-height: 27px; padding: 0; border: 0; background: transparent; color: var(--teal); box-shadow: none; }
.admin-message { padding: 11px 13px; margin: 10px 0; border: 1px solid #cce6d3; border-radius: 10px; background: #eff8f0; color: #265a43; }
.admin-message.error { border-color: #f0d5d5; background: #fff2f2; color: var(--danger); }
.admin-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.admin-gallery > div { display: flex; flex-direction: column; gap: 4px; font-size: .83rem; overflow-wrap: anywhere; }
.admin-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 9px; }
.admin-gallery button { align-self: start; }
.admin-form .consent-row { align-items: center; gap: 8px; margin: 17px 0; }
.admin-form .button.secondary { width: fit-content; }
.review-card .admin-actions { display: flex; }
@media(max-width:720px) {
  .site-shell { width: 100%; margin: 0; }
  .profile-card { min-height: 100vh; border: 0; border-radius: 0; box-shadow: none; }
  .profile-banner { height: 264px; padding: 20px 20px 24px; }
  .profile-avatar { flex-basis: 60px; width: 60px; height: 60px; border-radius: 16px; font-size: 1.8rem; }
  .profile-identity { gap: 13px; }
  .profile-identity h1 { font-size: clamp(1.55rem,6.4vw,2rem); }
  .profile-nav { padding: 9px 10px 11px; }
  .profile-nav button.active::after { bottom: -11px; }
  .tab-panel { padding: 27px 17px 105px; }
  .template-note { padding: 11px 17px; }
  .admin-shell { padding: 23px 16px 65px; }
  .admin-grid { grid-template-columns: minmax(0,1fr); }
  .admin-head { align-items: flex-start; flex-direction: column; }
}
@media(max-width:390px) {
  .profile-banner { height: 246px; }
  .profile-nav button { font-size: .82rem; }
  .nav-symbol { width: 39px; height: 39px; border-radius: 12px; }
  .service-pick { padding: 15px 15px 6px; }
  .service-extra { padding: 0 15px 13px; }
  .time-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sticky-action { bottom: 8px; padding: 10px; }
  .sticky-action strong span { font-size: .75rem; }
  .service-edit { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .admin-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .setup-card { padding: 24px; margin: 6vh 12px; }
}
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Яркий малахит: тёмная шапка, солнечное золото и свежие светлые карточки. */
:root {
  --ink: #183b35;
  --ink-soft: #517069;
  --teal: #176f60;
  --teal-deep: #134f46;
  --sea: #319b85;
  --mint: #e1f7e9;
  --surface: #fcfff9;
  --paper: #e8f8ec;
  --line: #d4e8dd;
  --line-strong: #b7d7c6;
  --gold: #ffda72;
  --shadow: 0 25px 74px rgba(5,56,48,.26);
}
body {
  background: radial-gradient(circle at 12% 6%,rgba(100,222,171,.52),transparent 32%),
              radial-gradient(circle at 94% 63%,rgba(34,158,149,.57),transparent 36%),
              linear-gradient(130deg,#15574e 0%,#1d7464 45%,#124945 100%);
  background-attachment: fixed;
}
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline-color: #edbb4f;
}
.profile-card { background: var(--surface); border-color: rgba(230,255,237,.54); }
.profile-banner { background: #145f50; }
.profile-banner::before {
  background: linear-gradient(0deg,rgba(7,49,44,.98) 0%,rgba(10,74,63,.82) 25%,rgba(24,114,87,.31) 70%,rgba(17,95,87,.24) 100%),
              linear-gradient(112deg,rgba(46,179,140,.24),transparent 72%);
}
.mini-brand { border-color: rgba(242,246,210,.65); background: rgba(7,65,51,.64); color: #fff8db; }
.mini-brand svg { background: var(--gold); color: #175245; }
.profile-avatar { border: 2px solid #ffedba; background: var(--gold); color: #134b3f; box-shadow: 0 8px 26px rgba(5,44,38,.3); }
.profile-role { color: #fbe8a3; }
.profile-location { color: #e5fff1; }
.profile-nav { padding-top: 13px; padding-bottom: 14px; border-color: #3d8976; background: #14584e; }
.profile-nav button { color: #dfefe4; }
.profile-nav button:hover { color: #ffdd80; background: rgba(225,255,230,.08); }
.profile-nav button.active { color: #ffe28d; }
.profile-nav button.active::after { bottom: -14px; height: 4px; background: var(--gold); }
.nav-symbol { border-color: rgba(199,253,216,.34); background: rgba(232,255,236,.11); color: #c1f7dc; border-radius: 13px; }
.profile-nav button:hover .nav-symbol { border-color: #ffde88; background: rgba(255,229,164,.14); }
.profile-nav button.active .nav-symbol { border-color: #ffebaf; background: var(--gold); color: #134c40; box-shadow: 0 6px 20px rgba(0,35,29,.29); }
.nav-icon { width: 23px; height: 23px; }
.tab-panel { background: radial-gradient(circle at 98% 0%,rgba(194,245,212,.35),transparent 36%),#fcfff9; }
.tab-panel .section-kicker, .tab-panel h2 { color: #174940; }
.service-card { border-color: #c5e2d1; background: #fffefa; box-shadow: 0 17px 35px rgba(22,100,71,.1); }
.card-heading { background: linear-gradient(105deg,#176c58,#2a9977); color: #fffdf2; }
.card-heading small { color: #fff1b8; }
.service-row { border-color: #e0eee1; }
.service-row:hover, .service-row.selected { background: #eaf9e8; }
.service-row.selected { box-shadow: inset 4px 0 #68cda5; }
.pick-ring { border-color: #8bbcaf; }
.selected .pick-ring { border-color: #166c59; background: #166c59; color: #fff; }
.calendar-box, .success-card { border-color: #cde4d5; background: #fffefa; }
.cal-toolbar button { border-color: #bee0cc; }
.cal-day:not(:disabled):hover { background: #d7f3dd; }
.cal-day.outside { color: #839b8e; }
.time { background: #fffefa; }
.time:hover { border-color: #56a98a; background: #e4f8e8; }
.booking-summary { border-color: #c7e5ce; background: #e5f7e9; }
.booking-summary > span { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border-radius: 10px; background: #c6ebd0; }
.sticky-action { border-color: #a9d9b9; background: rgba(252,255,248,.97); box-shadow: 0 12px 32px rgba(16,78,58,.2); }
.button, .admin-form button:not(.light) { border-color: #176f60; background: #176f60; color: #fff; box-shadow: 0 5px 16px rgba(23,111,96,.23); }
.button:hover, .admin-form button:not(.light):hover { background: #105349; }
.button.secondary, .admin-form .button.secondary { color: #17594b; background: #fffefa; }
.gallery-grid figure, .review-card, .info-card { background: #fffefa; }
.review-card p { color: #37594d; }
.hours-row { border-color: #e2eddf; }
footer { color: #e8ffed; }
.setup-card, .admin-box { background: #fffefa; }
.admin-head h1, .admin-head p, .admin-head a, .admin-head .link-button { color: #fff8d5; }
.admin-head a:hover, .admin-head .link-button:hover { color: #fff; }
.admin-message { border-color: #a5dbb3; background: #e4f8e8; }
.admin-message.error { background: #fff2f2; }
@media(max-width:720px) {
  .profile-nav button.active::after { bottom: -11px; }
}
