body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background-color: transparent; 
}

.bg-slate-50 {
    background-color: transparent!important;
}

input, textarea, button, select {
    -webkit-user-select: text;
    user-select: text;
}

@media print {
    html { display: none; }
}

.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f5f9; }
.custom-scrollbar::-webkit-scrollbar-thumb { background-color: #cbd5e1; border-radius: 20px; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

button { border-radius: 0.5rem !important; }
.bubble, .chip, .rounded-full { border-radius: 9999px !important; }

.prose-hd ul { list-style-type: disc; padding-left: 1.2em; margin-bottom: 0.8em; }
.prose-hd ol { list-style-type: decimal; padding-left: 1.2em; margin-bottom: 0.8em; }
.prose-hd li { margin-bottom: 0.3em; }
.prose-hd p { margin-bottom: 0.8em; }
.prose-hd strong, .prose-hd b { font-weight: 700; color: #1e293b; }
.prose-hd a { color: #2563eb; text-decoration: underline; }
.prose-hd h3 { font-weight: 700; margin-top: 1em; margin-bottom: 0.5em; }

.biotext { font-size: 15px; }
.mt-bio { margin-top: 2rem; }

.global-error-hidden { display: none; position: fixed; inset: 0; z-index: 999999; background: rgba(15,23,42,.92); color: #fff; padding: 24px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; overflow: auto; }
.error-container { max-width: 980px; margin: 0 auto; }
.error-title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.error-msg { white-space: pre-wrap; line-height: 1.4; opacity: .95; }
.error-footer { margin-top: 14px; opacity: .8; font-size: 12px; }

.animate-pulse-slow-custom { animation: pulse-slow 3s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse-slow { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }

html, body {
    height: auto !important; 
    min-height: 100% !important; 
    overflow: hidden !important; 
}
#root {
    padding-bottom: 60px !important;
}