[x-cloak] { display: none !important; }
* { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }

.gradient-text {
    background: linear-gradient(135deg, #0ea5e9 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pulse-glow {
    animation: pulse-glow 2s infinite;
}
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 0 0 rgba(14,165,233,.4); }
    50% { box-shadow: 0 0 0 12px rgba(14,165,233,0); }
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
