:root { font-family: ui-rounded, system-ui, sans-serif; color: #2e1d26; background: #fff8f8; }
* { box-sizing: border-box; } body { margin: 0; } .shell { max-width: 720px; margin: 0 auto; padding: 48px 20px; }
header { margin-bottom: 28px; } .eyebrow { color: #ae3452; font-size: .76rem; font-weight: 800; letter-spacing: .16em; margin: 0 0 7px; }
h1 { font-size: clamp(2rem, 7vw, 3rem); margin: 0; } #subtitle { color: #6f5963; }
.card, .appointment { background: #fff; border: 1px solid #f0dfe3; border-radius: 16px; padding: 20px; box-shadow: 0 8px 30px #6321340b; }
label { display: grid; gap: 7px; font-weight: 700; margin-bottom: 16px; } input { padding: 12px; border: 1px solid #d9c4ca; border-radius: 9px; font: inherit; }
button, a.button { border: 0; border-radius: 9px; background: #ad3452; color: #fff; cursor: pointer; padding: 12px 16px; font: inherit; font-weight: 700; text-decoration: none; } button:disabled { opacity: .55; cursor: wait; }
button.secondary { background: #f4e8eb; color: #70233a; } button.link { background: transparent; color: #70233a; padding-right: 0; }
.actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 18px; }.appointments { display: grid; gap: 12px; }
.date-control { display: flex; align-items: center; gap: 7px; margin: 0; font-size: .9rem; }.date-control input { padding: 9px; }
.appointment { display: grid; gap: 17px; }.appointment-heading { align-items: center; display: flex; gap: 12px; justify-content: space-between; }.appointment h2 { font-size: 1.12rem; margin: 0; }.appointment-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-top: 8px; color: #705c64; }.appointment-meta span:first-child { color: #3d2630; font-weight: 800; }.appointment-meta span + span::before { color: #d5bdc5; content: '•'; margin-right: 16px; }.missing-phone { color: #a02c46; }.service-block { border-left: 3px solid #be3658; margin-top: 15px; padding-left: 11px; }.service-block p { color: #8b6371; font-size: .72rem; font-weight: 800; letter-spacing: .09em; margin: 0 0 7px; text-transform: uppercase; }.service-list { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0; padding: 0; }.service-list li { background: #f8e9ed; border: 1px solid #f0d7df; border-radius: 999px; color: #65273a; font-size: .86rem; font-weight: 700; line-height: 1.25; padding: 6px 9px; }.appointment-actions { border-top: 1px solid #f2e3e6; display: grid; gap: 9px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding-top: 15px; }.appointment-actions .button, .appointment-actions .secondary { min-width: 0; text-align: center; }.appointment-actions .badge { align-self: center; }.badge { border-radius: 999px; padding: 6px 9px; font-size: .8rem; font-weight: 800; white-space: nowrap; }.pending { color: #744706; background: #fff0d6; }.sent { color: #176138; background: #dff7e7; }.missing { color: #852638; background: #fde3e7; }.notice { padding: 12px; border-radius: 9px; background: #f3e8eb; }.error { color: #a41e3f; } @media(max-width: 760px) { .appointment { gap: 14px; }.shell { padding-top: 32px; } } @media(max-width: 420px) { .appointment-heading { align-items: flex-start; flex-direction: column; gap: 7px; }.appointment-actions { grid-template-columns: 1fr; } }
