@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* Enco Software — tüm sayfalarda paylaşılan temel stiller */
body { margin: 0; background: #f6f5f1; color: #101a33; font-family: 'IBM Plex Sans', sans-serif; -webkit-font-smoothing: antialiased;
    background-image: linear-gradient(rgba(16,26,51,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,26,51,0.045) 1px, transparent 1px);
    background-size: 44px 44px; }
a { color: #101a33; text-decoration: none; }
a:hover { color: oklch(0.5 0.19 258); }
::selection { background: oklch(0.54 0.19 258); color: #fff; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #eceae4; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, oklch(0.54 0.19 258), #101a33); border-radius: 6px; border: 3px solid #eceae4; }
@keyframes pulseDot { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }

/* header / footer hover durumları */
.e-nav-login:hover { border-color: #101a33 !important; color: #101a33 !important; }
.e-link:hover { color: oklch(0.5 0.19 258) !important; }
.e-link-light:hover { color: #ffffff !important; border-bottom-color: #ffffff !important; }
