:root{--teal: #0D6E75;--dteal: #074D53;--lteal: #E8F4F5;--navy: #1B2A4A;--bg: #F0F4F8;--card: #FFFFFF;--gray: #64748B;--xgray: #E2E8F0;--red: #C0392B;--green: #1A7A4A}*{box-sizing:border-box}body{margin:0;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:#0f172a}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}.center{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--gray)}a{color:var(--teal);text-decoration:none}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:#9aa4b2;pointer-events:none}@keyframes dd-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.72)}}.dd-live-dot{animation:dd-pulse 1.1s ease-in-out infinite}@keyframes dd-flash-red{0%,to{box-shadow:0 0 #c0392b00;background:#fff}50%{box-shadow:0 0 0 6px #c0392b2e;background:#fff5f4}}.dd-flash-red{animation:dd-flash-red 1.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.dd-live-dot,.dd-flash-red{animation:none}.dd-flash-red{box-shadow:0 0 0 3px #c0392b40;background:#fff5f4}}
