:root{--bg:#faf8f5;--surface:#fff;--text:#1a1a1a;--muted:#666;--accent:#c45c26;--accent-hover:#a34a1e;--border:#e5e0d8;--radius:12px;--shadow:0 2px 12px rgba(0,0,0,.06);--bell-green:#2d7a3e;--bell-red:#b91c1c}.pickup-alerts--pulsating{animation:pickup-pulse 1.5s ease-in-out infinite}.pickup-alerts--green{border-color:var(--bell-green)}@keyframes pickup-pulse{0%,to{box-shadow:0 0 0 0 rgba(45,122,62,.4)}50%{box-shadow:0 0 0 12px rgba(45,122,62,0)}}.parent-button--rung{animation:parent-button-pulse 1.2s ease-in-out infinite}@keyframes parent-button-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(45,122,62,.5)}50%{transform:scale(1.08);box-shadow:0 0 0 8px rgba(45,122,62,0)}}.pickup-alert-item--urgent{border-color:var(--bell-red)!important;animation:pickup-alert-urgent-pulse 1.5s ease-in-out infinite}@keyframes pickup-alert-urgent-pulse{0%,to{box-shadow:0 0 0 0 rgba(185,28,28,.45)}50%{box-shadow:0 0 0 12px rgba(185,28,28,0)}}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;touch-action:manipulation}@media (pointer:coarse){a[href^="tel:"],button{min-height:44px;min-width:44px}}@media (max-width:600px){[data-admin-root]{padding-left:1rem;padding-right:1rem}}input,select,textarea{font-family:inherit}img{max-width:100%;height:auto;display:block}