/* ====================================================================
   🎨 SmartCheck Enterprise — Styles (GitHub Pages & Custom Design System)
   ==================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #d8e2ff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b2c5ff;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.dark .glass-panel {
    background: rgba(29, 48, 84, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-glow {
    box-shadow: 0 8px 32px rgba(0, 61, 155, 0.08);
    transition: all 0.3s ease;
}

.ai-glow:hover {
    box-shadow: 0 12px 40px rgba(0, 61, 155, 0.18);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.icon-fill {
    font-variation-settings: 'FILL' 1;
}
