/* Style specyficzne dla hosta Web (WASM). Wygląd aplikacji: _content/Minutes.Ui/css/minutes.css */
.mn-boot { height: 100vh; display: grid; place-content: center; justify-items: center; gap: 14px; font-family: "Manrope", system-ui, sans-serif; color: #6b7f86; background: #f4f6f6; }
.mn-boot-mark { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(145deg, #1fb59f, #0f8a7a 60%, #0a5d52); color: #fff; font-weight: 800; display: grid; place-items: center; animation: mn-pulse 1.4s infinite; }
@keyframes mn-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
#blazor-error-ui { background: #fdeaea; color: #a12a25; bottom: 0; box-shadow: 0 -1px 2px rgba(0,0,0,.2); display: none; left: 0; padding: .6rem 1.25rem .7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; font-family: "Manrope", system-ui, sans-serif; }
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: .75rem; top: .5rem; }
