body { font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif; }
:focus-visible { outline: 3px solid #f59e0b; outline-offset: 2px; }
.skeleton { background: linear-gradient(90deg,#d1fae5 25%,#ecfdf5 50%,#d1fae5 75%); background-size: 200% 100%; animation: sk 1.4s infinite; border-radius: 1rem; }
@keyframes sk { to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) { .skeleton { animation: none; } }
dialog::backdrop { background: rgba(6,78,59,.55); }
