html {
            scroll-behavior: smooth;
        }

        body {
            background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .bg-primary-gradient {
            background: linear-gradient(135deg, #0050B0 0%, #70B300 100%);
        }

        .fc-glass {
            background: rgba(255,255,255,0.82);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
        }

        .fc-green-badge {
            background: rgba(112, 179, 0, 0.12);
            color: #3f6f00;
        }

        .fc-blue-badge {
            background: rgba(0, 80, 176, 0.12);
            color: #0050B0;
        }
