/* Merany Nails · Paleta coral, durazno y menta */
:root{
  --wine:#174a78;
  --wine2:#103d69;
  --rose:#f06f6a;
  --blush:#fff0e9;
  --cream:#fff9f1;
  --sand:#ffe7a3;
  --ink:#253e56;
  --muted:#718096;
  --line:#eadfd8;
  --white:#fff;
  --green:#3b8a69;
  --shadow:0 14px 38px #7d5a4612;
}
body{background:var(--cream)}
.topbar{height:94px;background:#fff;border-bottom-color:var(--line)}
.brand{gap:11px;color:var(--wine2)}
.brand-logo-wrap{width:76px;height:76px;display:grid;place-items:center;background:transparent;overflow:visible}
.brand-logo{width:76px;height:76px;object-fit:contain;display:block}
.brand-name{white-space:nowrap}
.private-label span{background:var(--rose);box-shadow:0 0 0 4px #ffe2dc}
.eyebrow{color:#d65f5b}
.welcome h1,.stats strong,.agenda-head h2,.appointment-time,.empty-state strong,dialog h2{color:var(--wine2)}
.primary-btn{background:var(--rose);box-shadow:0 10px 24px #f06f6a2e}.primary-btn:hover{background:#df5c58}
.stats article,.agenda-card,.quick-actions>button{border-color:var(--line);box-shadow:var(--shadow)}
.stat-icon.blush{background:#ffe1d5;color:#dc625b}.stat-icon.sand{background:var(--sand);color:#815e17}.stat-icon.green{background:#dff1e7;color:#347b5d}
.icon-btn,.today-btn,.more-btn,.secondary-btn{background:#ffded0;color:var(--wine2)}
.today-btn{background:#ffd8c7}
.appointment-item:hover{border-color:#f0b2a9;box-shadow:0 8px 22px #7d5a4612}
.service-line{background:var(--rose)}
.message-btn{background:#dff1e7;color:#347b5d}
.quick-actions>button>span,.empty-state span{background:#ffe1d5;color:#d65f5b}
input,select,textarea{background:#fffdfa}
dialog::backdrop{background:#392c3180}
@media(max-width:500px){
  .topbar{height:78px}
  .brand-logo-wrap,.brand-logo{width:60px;height:60px}
  .brand-name{display:none}
}
