        * { font-family: 'SolaimanLipi', sans-serif !important; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
        body { background: radial-gradient(circle at center, #064e3b 0%, #022c22 100%); color: white; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; overflow-x: hidden; }
        body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://www.transparenttextures.com/patterns/islamic-art.png'); opacity: 0.1; z-index: -1; }
        .glass { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px); border: 1px solid rgba(251, 191, 36, 0.2); }
        .gold-text { color: #fbbf24; }
        .gold-btn { background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%); color: #022c22; font-weight: 900; }
        .gold-btn:hover { transform: scale(1.02); box-shadow: 0 10px 20px rgba(217, 119, 6, 0.3); }
        input, select { background: rgba(0,0,0,0.3) !important; color: #fbbf24 !important; border: 1px solid rgba(251,191,36,0.3) !important; }
        .option-card { cursor: pointer; border: 1px solid rgba(255,255,255,0.1); transition: 0.2s; position: relative; }
        .selected-card { border-color: #fbbf24 !important; background: rgba(251,191,36,0.15) !important; }
        .scroll-wrapper {
            background: rgba(251, 191, 36, 0.08);
            border-top: 1px solid rgba(251, 191, 36, 0.1);
            border-bottom: 1px solid rgba(251, 191, 36, 0.1);
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            margin-bottom: 2rem;
            cursor: pointer;
            display: flex;
            user-select: none;
        }
        .scroll-content {
            display: flex;
            animation: scroll-right 80s linear infinite;
        }
        .scroll-text {
            padding: 10px 40px;
            font-size: 0.95rem;
            font-style: italic;
            color: #ffffcf;
            white-space: nowrap;
        }
        @keyframes scroll-right {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(0); }
        }
        .hidden-screen { display: none !important; }
        .visible-screen { display: flex !important; flex-direction: column; align-items: stretch !important; animation: fadeIn 0.6s forwards; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 1rem; border: 1px solid #fbbf2433; margin-bottom: 1rem; width: 100%; }
        .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
        .social-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px; border-radius: 12px; font-weight: bold; width: 100%; margin-bottom: 8px; transition: 0.3s; }
        .fb-btn { background: #1877F2; color: white; }
        .yt-btn { background: #FF0000; color: white; }
        .tg-btn { background: #0088cc; color: white; }
        .ph-btn { background: #25D366; color: white; }
        .custom-scroll::-webkit-scrollbar { width: 5px; }
        .custom-scroll::-webkit-scrollbar-thumb { background: #fbbf24; border-radius: 10px; }
        .iti__country-list {
            background-color: #022c22 !important;
            border: 1px solid rgba(251, 191, 36, 0.3) !important;
            color: #fbbf24 !important;
            max-width: 300px;
        }
        .iti__country:hover, .iti__country.iti__highlight {
            background-color: rgba(251, 191, 36, 0.2) !important;
        }
        .iti__search-input {
            background: rgba(0,0,0,0.5) !important;
            color: #fbbf24 !important;
            border-bottom: 1px solid #fbbf24 !important;
            padding: 10px !important;
        }
        .fa-solid, .fas {
            font-family: "Font Awesome 6 Free" !important;
            font-weight: 900 !important;
        }
        .fas, .fab, .fa-solid, .fa-brands {
            font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
            font-weight: 900 !important;
        }
        #notice-screen.visible-screen {
            display: block !important;
            animation: noticePop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
        }
        @keyframes noticePop {
            from { opacity: 0; transform: scale(0.8) translateY(30px); }
            to { opacity: 1; transform: scale(1) translateY(0); }
        }
        .gold-text {
            background: linear-gradient(to right, #fbbf24, #d97706);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
        #loading-overlay {
            position: fixed;
            inset: 0;
            z-index: 9999;
            background: radial-gradient(circle at center, #064e3b 0%, #022c22 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .loading-spinner {
            width: 60px;
            height: 60px;
            border: 4px solid rgba(251, 191, 36, 0.3);
            border-radius: 50%;
            border-top-color: #fbbf24;
            animation: spin 1s ease-in-out infinite;
        }
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        .close-already-screen {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: 1px solid rgba(251, 191, 36, 0.3);
            transition: all 0.3s;
            z-index: 100;
        }
        .close-already-screen:hover {
            background: rgba(251, 191, 36, 0.2);
            transform: scale(1.1);
        }
        .quiz-logo {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(251, 191, 36, 0.5);
            box-shadow: 0 0 15px rgba(251, 191, 36, 0.2);
        }
        .download-dialog {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        .download-options {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(251, 191, 36, 0.3);
            border-radius: 2rem;
            padding: 2rem;
            max-width: 400px;
            width: 100%;
        }
        .option-card-download {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 20px;
            border-radius: 1rem;
            border: 2px solid transparent;
            cursor: pointer;
            transition: all 0.3s;
            margin-bottom: 15px;
        }
        .option-card-download:hover {
            border-color: #fbbf24;
            background: rgba(251, 191, 36, 0.1);
        }
        .option-card-download.selected {
            border-color: #fbbf24;
            background: rgba(251, 191, 36, 0.15);
        }
        .download-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }
        #capture-area {
            position: absolute;
            left: -9999px;
            top: -9999px;
            width: 800px;
            background: white;
            color: black;
            padding: 40px;
            font-family: 'SolaimanLipi', sans-serif !important;
        }
        .capture-header {
            text-align: center;
            margin-bottom: 30px;
            border-bottom: 3px solid #fbbf24;
            padding-bottom: 20px;
        }
        .capture-header h1 {
            font-size: 32px;
            color: #1e3a8a;
            font-weight: 900;
            margin: 10px 0;
        }
        .capture-header h2 {
            font-size: 24px;
            color: #b91c1c;
            font-weight: bold;
            margin: 5px 0;
        }
        .capture-header h3 {
            font-size: 20px;
            color: #064e3b;
            font-weight: bold;
            margin: 5px 0;
        }
        .capture-question {
            margin: 25px 0;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #f9f9f9;
        }
        .capture-question h4 {
            font-size: 18px;
            color: #1e3a8a;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .answer-status {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            margin: 5px 0;
        }
        .correct-answer {
            background: #d1fae5;
            color: #065f46;
        }
        .wrong-answer {
            background: #fee2e2;
            color: #991b1b;
        }
        .explanation-box {
            background: #fef3c7;
            padding: 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-style: italic;
            color: #92400e;
        }
        .capture-footer {
            margin-top: 40px;
            text-align: right;
            font-style: italic;
            color: #555;
            border-top: 1px solid #ddd;
            padding-top: 20px;
        }
    