        body {
            font-family: 'Inter', sans-serif;
        }

        .hidden-view {
            display: none !important;
        }

        .swal-form-input {
            width: 100%;
            padding: 10px;
            margin: 4px 0 12px 0;
            border: 1px solid #d1d5db;
            border-radius: 6px;
            display: block;
            font-size: 14px;
            box-sizing: border-box;
        }

        .swal-form-select {
            width: 100%;
            padding: 10px;
            margin: 4px 0 12px 0;
            border: 1px solid #d1d5db;
            border-radius: 6px;
            display: block;
            font-size: 14px;
            background: white;
            box-sizing: border-box;
        }

        /* Rank Badge Styles */
        .rank-badge-1 {
            background: linear-gradient(135deg, #ffd700, #daa520);
            color: #fff;
            box-shadow: 0 2px 4px rgba(218, 165, 32, 0.4);
        }

        .rank-badge-2 {
            background: linear-gradient(135deg, #e0e0e0, #9e9e9e);
            color: #fff;
            box-shadow: 0 2px 4px rgba(158, 158, 158, 0.4);
        }

        .rank-badge-3 {
            background: linear-gradient(135deg, #cd7f32, #8b4513);
            color: #fff;
            box-shadow: 0 2px 4px rgba(139, 69, 19, 0.4);
        }

        .rank-badge-normal {
            background: #f1f5f9;
            color: #475569;
            border: 1px solid #e2e8f0;
        }

        /* PDF Styling overrides for html2pdf to ensure everything fits */
        .pdf-mode {
            padding: 10px !important;
            background: white !important;
            width: 100% !important;
            height: auto !important;
        }

        .pdf-mode .no-print {
            display: none !important;
        }

        .pdf-mode .hide-on-print {
            display: none !important;
        }

        .pdf-mode .print-full-width {
            grid-column: 1 / -1 !important;
            width: 100% !important;
            flex: none !important;
            max-width: 100% !important;
        }

        .pdf-mode .shadow-sm,
        .pdf-mode .shadow-md,
        .pdf-mode .shadow-xl {
            box-shadow: none !important;
        }

        .pdf-mode .rounded-xl,
        .pdf-mode .rounded-2xl {
            border-radius: 8px !important;
            border: 1px solid #e2e8f0 !important;
        }

        .pdf-mode canvas {
            max-width: 100% !important;
            height: auto !important;
        }
