.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-code{background-color:#87837826;color:#eb5757;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:85%;padding:.2em .4em;border-radius:3px}.editor-paragraph{margin:0;position:relative}html{font-size:16px;line-height:1.5}:root{--ui-editor-sidebar-width: 300px;--ui-editor-props-width: 300px;--ui-editor-pane-background-color: var(--pr-colors-white);--ui-editor-header-height: 56px;color-scheme:light}html,body{background-color:#fff;color:#111827;font-size:16px}*{color-scheme:light}::-webkit-scrollbar{width:12px;height:12px;background-color:transparent;background-clip:padding-box;transition:width .3s ease,height .3s ease}::-webkit-scrollbar-corner{background-color:transparent}::-webkit-scrollbar-thumb{background-color:var(--pr-colors-gray-300);border:4px solid transparent;border-radius:12px;background-clip:padding-box;min-width:36px;min-height:36px;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:var(--pr-colors-gray-400)}.auto-hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.auto-hide-scrollbar::-webkit-scrollbar{width:0px;height:0px}.auto-hide-scrollbar:hover::-webkit-scrollbar,.auto-hide-scrollbar:focus-within::-webkit-scrollbar{width:12px;height:12px}.pr-header-pane{height:var(--ui-editor-header-height);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-inline:4px;padding-block:2px;background:var(--ui-editor-pane-background-color);box-shadow:0 4px 20px #0000001a}.pr-props-pane{width:var(--ui-editor-props-width);margin:4px;border-radius:4px;background:var(--ui-editor-pane-background-color);box-shadow:0 4px 20px #0000001a;min-width:fit-content;position:fixed;right:0;height:100%}.pr-sidebar-pane{margin:4px;border-radius:4px;background:var(--ui-editor-pane-background-color);box-shadow:0 4px 20px #0000001a}.pr-sidebar-pane[data-side=right]{border-right:1px solid transparent}.slide-content-preview{width:1280px!important;min-width:1280px!important;transform-origin:top left}.slide-content-preview *{pointer-events:none!important}.slide-content-preview .arrow-container{display:none!important}.pr-sidebar-pane[data-side=left]{border-left:1px solid transparent}.pr-resizer:hover~.pr-sidebar-pane[data-side=right]{border-right:1px solid var(--pr-colors-blue-500)}.pr-resizer:hover~.pr-sidebar-pane[data-side=left]{border-left:1px solid var(--pr-colors-blue-500)}.pr-slide{box-shadow:0 4px 20px #0000001a;width:100%;max-height:100%;overflow:auto;border-radius:4px;background:var(--pr-player-bg)}.pr-canvas-tool{background:#fff6;color:#000;box-shadow:0 4px 20px #0000001a}.pr-canvas-tool:hover{background:#fff}.pr-props-tool{max-width:40px}.pr-tab-list{flex:1;overflow:auto;padding-block:.5rem}.pr-tab-list>button{min-width:fit-content;white-space:nowrap}[data-scope=radio-group][data-part=item][data-state=checked]:before,[data-scope=radio][data-part=control][data-state=checked]:before{background-color:var(--pr-radio-checkbox-checked)!important}[data-scope=radio-group][data-part=item]:hover:before,[data-scope=radio][data-part=control]:hover:before{border-color:var(--pr-radio-checkbox-hover)!important}[data-scope=checkbox][data-part=control][data-state=checked]{background-color:var(--pr-radio-checkbox-checked)!important;border-color:var(--pr-radio-checkbox-checked)!important}[data-scope=checkbox][data-part=control]:hover{border-color:var(--pr-radio-checkbox-hover)!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}@keyframes ping{0%{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.slide-content-preview,.slide-content-preview *{animation:none!important;transition:none!important;pointer-events:none!important}.slide-content-preview *:hover{transform:none!important;box-shadow:none!important}.quiz-container{width:100%;max-width:800px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.quiz-header{margin-bottom:30px}.progress-bar{width:100%;height:var(--pr-progress-bar-height);background-color:var(--pr-progress-bar-bg);border-radius:var(--pr-progress-bar-border-radius);overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:var(--pr-progress-bar-fill);transition:width .3s ease}.question-counter{text-align:center;color:var(--pr-text-secondary);margin:0}.quiz-question{width:100%;border-radius:var(--pr-quiz-question-border-radius);padding:var(--pr-quiz-question-padding);background:var(--pr-quiz-question-bg)}.question-title{font-size:var(--pr-question-title-size);margin-bottom:20px;color:var(--pr-question-title-color);line-height:var(--pr-question-title-line-height)}.options-container{display:flex;flex-direction:column;gap:var(--pr-option-gap)}.option{display:flex;align-items:center;padding:var(--pr-option-padding);border:var(--pr-option-border);border-radius:var(--pr-option-border-radius);cursor:pointer;transition:all var(--pr-transition-normal) ease;background:var(--pr-option-bg);position:relative}.option:hover{border-color:var(--pr-option-hover-border);background-color:var(--pr-option-hover-bg)}.option.selected{border-color:var(--pr-option-selected-border);background-color:var(--pr-option-selected-bg)}.option input{position:absolute;top:12px;right:12px;transform:scale(1.2)}.option label{cursor:pointer;flex:1;font-size:1.1em}.reorder-container{list-style:none;padding:0;margin:0;position:relative;width:100%}.reorder-vertical{display:flex;flex-direction:column;gap:12px}.reorder-horizontal{display:flex;flex-direction:row;gap:12px}.reorder-item{cursor:grab;flex:1}.reorder-item:active{cursor:grabbing}.reorder-content{display:flex;align-items:center;padding:15px;background:var(--pr-reorder-item-bg);border:var(--pr-reorder-item-border);border-radius:var(--pr-radius-md);height:100%;position:relative}.drag-handle{color:var(--pr-text-muted);margin-right:12px;font-size:1.2em;cursor:grab;display:none}.item-text{flex:1;font-size:1.1em}.answer-text{font-size:1.1em!important;font-weight:400!important}.answer-card{padding:var(--pr-spacing-4)}.answers-horizontal .answer-card{flex-direction:column}.answers-vertical .answer-card{flex-direction:row}.answer-image{border-radius:4px;overflow:hidden;min-height:80px;max-height:180px}.order-number{background:var(--pr-correct-answer);color:var(--pr-text-white);width:24px;height:24px;border-radius:var(--pr-radius-full);display:flex;align-items:center;justify-content:center;font-size:.9em;font-weight:700;position:absolute;top:var(--pr-spacing-1);right:var(--pr-spacing-1)}.instruction{color:var(--pr-text-secondary);font-style:italic;margin-bottom:20px}.quiz-navigation{display:flex;justify-content:space-between;gap:20px}.nav-button{padding:12px 24px;border:none;border-radius:var(--pr-radius-md);font-size:1.1em;font-weight:600;cursor:pointer;transition:all var(--pr-transition-normal) ease}.nav-button.prev{background-color:#f0f0f0;color:var(--pr-text-primary)}.nav-button.next{background-color:var(--pr-correct-answer);color:var(--pr-text-white)}.nav-button:disabled{opacity:.5;cursor:not-allowed}.nav-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:var(--pr-shadow-md)}.quiz-completed{text-align:center;padding:40px;background:var(--pr-option-bg);border-radius:var(--pr-quiz-question-border-radius);box-shadow:var(--pr-quiz-question-shadow)}.quiz-completed h2{color:var(--pr-correct-answer);margin-bottom:20px}.game-complete{text-align:center;padding:30px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:15px;border:2px solid #0ea5e9;max-width:800px;min-width:400px;margin-inline:auto}.game-header{display:flex;justify-content:space-around;padding:15px;background:var(--pr-game-header-bg);color:var(--pr-game-header-color);border-radius:10px;flex-wrap:wrap;gap:10px;max-width:600px;width:500px;max-width:100%;align-items:center;padding-inline:30px}.game-btn{background:var(--pr-game-btn-bg);color:var(--pr-game-btn-color);border:none;padding:12px 24px;border-radius:25px;cursor:pointer;font-size:16px;font-weight:600;margin:10px 5px;transition:all var(--pr-transition-slow)}.game-btn:hover{background:var(--pr-game-btn-hover-bg);transform:translateY(-2px);box-shadow:var(--pr-game-btn-shadow)}.game-btn:disabled{background:var(--pr-game-btn-disabled-bg);cursor:not-allowed;transform:none}.game-btn.secondary{background:var(--pr-game-btn-secondary-bg)}.game-btn.secondary:hover{background:#d97706}.stat-item{display:flex;flex-direction:column;align-items:center;font-size:1em}.stat-value{font-size:1.2em;font-weight:700}.smart-answer-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;width:100%;transition:all .3s ease}.smart-answer-layout-flex{display:flex;flex-wrap:wrap;gap:16px;width:100%;transition:all .3s ease}.answers-horizontal{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;width:100%}.answers-horizontal .answer-card{flex-direction:column;min-height:120px}.answers-horizontal .smart-answer-item{flex:1 1 200px;min-width:200px}.answers-vertical{display:flex;flex-direction:column;gap:16px;width:100%}.answers-vertical .answer-card{flex-direction:row;min-height:80px}.answers-vertical .smart-answer-item{flex:1 1 100%;width:100%}.smart-answer-item{flex:1 1 200px;min-width:200px;transition:all .3s ease}@media(max-width:479px){.smart-answer-layout,.smart-answer-layout-flex,.answers-horizontal{grid-template-columns:1fr;gap:12px}.smart-answer-item{flex:1 1 100%;min-width:100%}.answer-card{min-height:100px;padding:12px}}@media(min-width:480px)and (max-width:767px){.smart-answer-layout,.smart-answer-layout-flex,.answers-horizontal{grid-template-columns:repeat(2,1fr);gap:14px}.smart-answer-item{flex:1 1 calc(50% - 7px);min-width:150px}.answer-card{min-height:110px;padding:14px}}@media(min-width:768px)and (max-width:1023px){.smart-answer-layout,.smart-answer-layout-flex,.answers-horizontal{grid-template-columns:repeat(3,1fr);gap:16px}.smart-answer-item{flex:1 1 calc(33.333% - 11px);min-width:180px}.answer-card{min-height:120px;padding:16px}}@media(min-width:1024px){.smart-answer-layout,.smart-answer-layout-flex,.answers-horizontal{grid-template-columns:repeat(4,1fr);gap:16px}.smart-answer-item{flex:1 1 calc(25% - 12px);min-width:200px}.answer-card{min-height:130px;padding:16px}}@media(hover:none)and (pointer:coarse){.smart-answer-item,.answer-card{min-height:56px;padding:16px}.smart-answer-layout,.smart-answer-layout-flex{gap:12px}}.smart-answer-layout,.smart-answer-layout-flex,.smart-answer-item,.answer-card{transition:all .3s cubic-bezier(.4,0,.2,1)}@media(prefers-reduced-motion:reduce){.smart-answer-layout,.smart-answer-layout-flex,.smart-answer-item,.answer-card{transition:none}}.smart-answer-item:focus-within,.answer-card:focus-within{outline:2px solid #4caf50;outline-offset:2px}@media(prefers-contrast:more){.smart-answer-layout,.smart-answer-layout-flex{border:1px solid currentColor;padding:8px}.smart-answer-item{border:1px solid currentColor}}.responsive-text{transition:font-size .3s ease,line-height .3s ease}.responsive-text-small{font-size:clamp(10px,1.5vw,14px);line-height:clamp(15px,2.25vw,21px);letter-spacing:.3px}.responsive-text-body{font-size:clamp(14px,2vw,18px);line-height:clamp(21px,3vw,27px);letter-spacing:.4px}.responsive-text-heading{font-size:clamp(20px,4vw,32px);line-height:clamp(30px,6vw,48px);letter-spacing:.5px;font-weight:700}.responsive-text-large-heading{font-size:clamp(28px,6vw,48px);line-height:clamp(42px,9vw,72px);letter-spacing:.6px;font-weight:700}.responsive-text-answer{font-size:clamp(12px,1.8vw,16px);line-height:clamp(18px,2.7vw,24px);letter-spacing:.3px;font-weight:500}.responsive-text-option{font-size:clamp(14px,2.2vw,20px);line-height:clamp(21px,3.3vw,30px);letter-spacing:.4px;font-weight:500}@media(max-width:479px){.responsive-text-small{font-size:10px;line-height:15px}.responsive-text-body{font-size:14px;line-height:21px}.responsive-text-heading{font-size:20px;line-height:30px}.responsive-text-large-heading{font-size:28px;line-height:42px}.responsive-text-answer{font-size:12px;line-height:18px}.responsive-text-option{font-size:14px;line-height:21px}.quiz-question{padding:1em}}@media(min-width:480px)and (max-width:767px){.responsive-text-small{font-size:11px;line-height:16.5px}.responsive-text-body{font-size:15px;line-height:22.5px}.responsive-text-heading{font-size:24px;line-height:36px}.responsive-text-large-heading{font-size:32px;line-height:48px}.responsive-text-answer{font-size:13px;line-height:19.5px}.responsive-text-option{font-size:16px;line-height:24px}.quiz-question{padding:1em}}@media(min-width:768px)and (max-width:1023px){.responsive-text-small{font-size:12px;line-height:18px}.responsive-text-body{font-size:16px;line-height:24px}.responsive-text-heading{font-size:28px;line-height:42px}.responsive-text-large-heading{font-size:40px;line-height:60px}.responsive-text-answer{font-size:14px;line-height:21px}.responsive-text-option{font-size:18px;line-height:27px}.quiz-question{padding:2em}}@media(min-width:1024px){.responsive-text-small{font-size:14px;line-height:21px}.responsive-text-body{font-size:18px;line-height:27px}.responsive-text-heading{font-size:32px;line-height:48px}.responsive-text-large-heading{font-size:48px;line-height:72px}.responsive-text-answer{font-size:16px;line-height:24px}.responsive-text-option{font-size:20px;line-height:30px}}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.tracking-tight{letter-spacing:-.02em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.05em}.tracking-wider{letter-spacing:.1em}.responsive-text-container{transition:font-size .3s ease,line-height .3s ease}.matching-container{display:flex;gap:2rem;height:100%;align-items:stretch}.matching-column{flex:1;display:flex;flex-direction:column;gap:1rem}.matching-item{transition:all .2s ease;cursor:pointer;position:relative}.matching-item:hover{transform:scale(1.02)}.matching-item.selected{box-shadow:0 0 0 3px #4299e199}.matching-item.matched{opacity:.7}.matching-item.dragging{opacity:.5;transform:rotate(5deg);cursor:grabbing!important}.matching-item.drop-target{border:2px dashed #4299e1!important;background-color:#4299e11a!important}.matching-item.draggable{cursor:grab}.matching-item.draggable:active{cursor:grabbing}.connection-arrow{pointer-events:stroke;cursor:pointer;transition:stroke-width .2s ease}.connection-arrow:hover{stroke-width:4px}.drag-preview{opacity:.8;transform:rotate(5deg);box-shadow:var(--pr-shadow-lg)}.drop-zone{border:var(--pr-drop-zone-border)!important;background-color:var(--pr-drop-zone-bg)!important;transition:all var(--pr-transition-normal) ease}.drop-zone.active{border-color:var(--pr-drop-zone-active-border)!important;background-color:var(--pr-drop-zone-active-bg)!important}.match-success{position:absolute;top:8px;right:8px;background-color:var(--pr-match-success-bg);color:var(--pr-match-success-color);border-radius:var(--pr-radius-full);width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.pr-quiz-title{font-size:var(--pr-quiz-title-size);line-height:var(--pr-quiz-title-line-height);color:var(--pr-quiz-title-color);width:100%;padding-block:1em}.pr-answer-container{padding:var(--pr-answer-container-padding);border-radius:var(--pr-answer-container-border-radius);cursor:pointer;transition:all var(--pr-transition-normal) ease;position:relative;overflow:hidden;height:100%;justify-content:center;font-size:var(--pr-answer-container-font-size);line-height:var(--pr-answer-container-line-height);min-height:var(--pr-answer-container-min-height);max-height:var(--pr-answer-container-max-height)}.pr-reorder-item{min-height:var(--pr-reorder-item-min-height)}.pr-inline-text{outline:none;min-height:20px;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;display:block;text-align:center;white-space:pre-wrap;word-break:break-word;margin:auto 0}@media(max-width:1280px){.pr-answer-container{font-size:large}.pr-quiz-title{font-size:2em}}@media(max-width:768px){.matching-container{flex-direction:column;gap:1rem}.matching-column{flex:none}.pr-answer-container{font-size:medium}}:root{--pr-answer-a-primary: #ff6b6b;--pr-answer-a-secondary: #ff8e8e;--pr-answer-a-gradient: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);--pr-answer-a-shadow: rgba(255, 107, 107, .3);--pr-answer-a-hover: #ff5252;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #4ecdc4;--pr-answer-b-secondary: #6eddd6;--pr-answer-b-gradient: linear-gradient(135deg, #4ecdc4 0%, #6eddd6 100%);--pr-answer-b-shadow: rgba(78, 205, 196, .3);--pr-answer-b-hover: #3dbdb4;--pr-answer-b-text: #ffffff;--pr-answer-c-primary: #45b7d1;--pr-answer-c-secondary: #67c3dd;--pr-answer-c-gradient: linear-gradient(135deg, #45b7d1 0%, #67c3dd 100%);--pr-answer-c-shadow: rgba(69, 183, 209, .3);--pr-answer-c-hover: #3a9bc1;--pr-answer-c-text: #ffffff;--pr-answer-d-primary: #a55eea;--pr-answer-d-secondary: #b370f5;--pr-answer-d-gradient: linear-gradient(135deg, #a55eea 0%, #b370f5 100%);--pr-answer-d-shadow: rgba(165, 94, 234, .3);--pr-answer-d-hover: #9c4fe0;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #f9ca24;--pr-answer-e-secondary: #f0b90b;--pr-answer-e-gradient: linear-gradient(135deg, #f9ca24 0%, #f0b90b 100%);--pr-answer-e-shadow: rgba(249, 202, 36, .3);--pr-answer-e-hover: #e1b91a;--pr-answer-e-text: #2c3e50;--pr-answer-f-primary: #26d0ce;--pr-answer-f-secondary: #4dd4d2;--pr-answer-f-gradient: linear-gradient(135deg, #26d0ce 0%, #4dd4d2 100%);--pr-answer-f-shadow: rgba(38, 208, 206, .3);--pr-answer-f-hover: #1cbcba;--pr-answer-f-text: #ffffff;--pr-correct-answer: #4caf50;--pr-incorrect-answer: #ff4444;--pr-correct-answer-bg: #e8f5e8;--pr-incorrect-answer-bg: #ffebee;--pr-quiz-question-bg: transparent;--pr-quiz-question-shadow: 0 4px 20px rgba(0, 0, 0, .1);--pr-quiz-question-border-radius: 4px;--pr-quiz-question-padding: 4em;--pr-quiz-question-padding-mobile: 1em;--pr-quiz-title-color: white;--pr-quiz-title-size: 2.5em;--pr-quiz-title-line-height: 1.25em;--pr-question-title-color: #1a1a1a;--pr-question-title-size: 1.4em;--pr-question-title-line-height: 1.4;--pr-option-bg: white;--pr-option-border: 2px solid #e0e0e0;--pr-option-border-radius: 8px;--pr-option-padding: 15px;--pr-option-gap: 12px;--pr-option-hover-border: #4caf50;--pr-option-hover-bg: #f8f9fa;--pr-option-selected-border: #4caf50;--pr-option-selected-bg: #e8f5e8;--pr-answer-container-padding: 1rem;--pr-answer-container-border-radius: 8px;--pr-answer-container-min-height: 160px;--pr-answer-container-max-height: 400px;--pr-answer-container-font-size: x-large;--pr-answer-container-line-height: 1.2em;--pr-radio-checkbox-color: #3b82f6;--pr-radio-checkbox-hover: #2563eb;--pr-radio-checkbox-checked: #1d4ed8;--pr-player-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--pr-player-header-bg: transparent;--pr-player-info-bg: #00000060;--pr-player-info-color: white;--pr-player-answer-bg: var(--pr-colors-gray-300);--pr-player-answer-correct-bg: #4caf50;--pr-player-answer-incorrect-bg: #ff4444;--pr-player-answer-text: white;--pr-progress-bar-bg: #e0e0e0;--pr-progress-bar-fill: linear-gradient(90deg, #4caf50, #45a049);--pr-progress-bar-height: 8px;--pr-progress-bar-border-radius: 4px;--pr-game-header-bg: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);--pr-game-header-color: white;--pr-game-btn-bg: #06b6d4;--pr-game-btn-hover-bg: #0891b2;--pr-game-btn-disabled-bg: #94a3b8;--pr-game-btn-secondary-bg: #f59e0b;--pr-game-btn-color: white;--pr-game-btn-shadow: 0 4px 12px rgba(6, 182, 212, .4);--pr-match-success-bg: #48bb78;--pr-match-success-color: white;--pr-drag-item-bg: white;--pr-drag-item-border: 2px solid #e0e0e0;--pr-drag-item-hover-border: #4caf50;--pr-drag-item-shadow: 0 2px 8px rgba(0, 0, 0, .1);--pr-drop-zone-bg: #f8f9fa;--pr-drop-zone-border: 2px dashed #d1d5db;--pr-drop-zone-active-border: #4caf50;--pr-drop-zone-active-bg: #e8f5e8;--pr-reorder-item-bg: white;--pr-reorder-item-border: 2px solid #e0e0e0;--pr-reorder-item-hover-border: #4caf50;--pr-reorder-item-min-height: 80px;--pr-text-primary: #333;--pr-text-secondary: #666;--pr-text-muted: #999;--pr-text-white: #ffffff;--pr-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--pr-shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--pr-shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--pr-shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--pr-transition-fast: .15s;--pr-transition-normal: .2s;--pr-transition-slow: .3s;--pr-radius-sm: 4px;--pr-radius-md: 8px;--pr-radius-lg: 12px;--pr-radius-xl: 16px;--pr-radius-full: 9999px}[data-theme=dark]{--pr-answer-a-primary: #e85d5d;--pr-answer-a-secondary: #f07878;--pr-answer-a-gradient: linear-gradient(135deg, #e85d5d 0%, #f07878 100%);--pr-answer-a-shadow: rgba(232, 93, 93, .4);--pr-answer-a-hover: #d94545;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #3dbdb4;--pr-answer-b-secondary: #5dcdc6;--pr-answer-b-gradient: linear-gradient(135deg, #3dbdb4 0%, #5dcdc6 100%);--pr-answer-b-shadow: rgba(61, 189, 180, .4);--pr-answer-b-hover: #2dad9f;--pr-answer-b-text: #ffffff;--pr-answer-c-primary: #3a9bc1;--pr-answer-c-secondary: #56a7cd;--pr-answer-c-gradient: linear-gradient(135deg, #3a9bc1 0%, #56a7cd 100%);--pr-answer-c-shadow: rgba(58, 155, 193, .4);--pr-answer-c-hover: #2a8bb1;--pr-answer-c-text: #ffffff;--pr-answer-d-primary: #9c4fe0;--pr-answer-d-secondary: #a861e5;--pr-answer-d-gradient: linear-gradient(135deg, #9c4fe0 0%, #a861e5 100%);--pr-answer-d-shadow: rgba(156, 79, 224, .4);--pr-answer-d-hover: #8d3fd0;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #e1b91a;--pr-answer-e-secondary: #d9a800;--pr-answer-e-gradient: linear-gradient(135deg, #e1b91a 0%, #d9a800 100%);--pr-answer-e-shadow: rgba(225, 185, 26, .4);--pr-answer-e-hover: #c9a510;--pr-answer-e-text: #1a1a1a;--pr-answer-f-primary: #1cbcba;--pr-answer-f-secondary: #3cc8c6;--pr-answer-f-gradient: linear-gradient(135deg, #1cbcba 0%, #3cc8c6 100%);--pr-answer-f-shadow: rgba(28, 188, 186, .4);--pr-answer-f-hover: #0cacaa;--pr-answer-f-text: #ffffff;--pr-correct-answer: #66bb6a;--pr-incorrect-answer: #ef5350;--pr-correct-answer-bg: #1b5e20;--pr-incorrect-answer-bg: #b71c1c;--pr-quiz-question-bg: rgba(30, 30, 30, .3);--pr-quiz-question-shadow: 0 4px 20px rgba(0, 0, 0, .5);--pr-quiz-title-color: #e0e0e0;--pr-question-title-color: #e0e0e0;--pr-option-bg: #2a2a2a;--pr-option-border: 2px solid #404040;--pr-option-hover-border: #66bb6a;--pr-option-hover-bg: #333333;--pr-option-selected-border: #66bb6a;--pr-option-selected-bg: #1b5e20;--pr-player-bg: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--pr-player-info-bg: #000000a0;--pr-player-info-color: #e0e0e0;--pr-player-answer-bg: #404040;--pr-player-answer-correct-bg: #66bb6a;--pr-player-answer-incorrect-bg: #ef5350;--pr-progress-bar-bg: #404040;--pr-progress-bar-fill: linear-gradient(90deg, #66bb6a, #4caf50);--pr-game-header-bg: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);--pr-game-btn-bg: #0891b2;--pr-game-btn-hover-bg: #0e7490;--pr-game-btn-disabled-bg: #64748b;--pr-game-btn-secondary-bg: #d97706;--pr-match-success-bg: #66bb6a;--pr-drag-item-bg: #2a2a2a;--pr-drag-item-border: 2px solid #404040;--pr-drag-item-hover-border: #66bb6a;--pr-drag-item-shadow: 0 2px 8px rgba(0, 0, 0, .5);--pr-drop-zone-bg: #1a1a1a;--pr-drop-zone-border: 2px dashed #505050;--pr-drop-zone-active-border: #66bb6a;--pr-drop-zone-active-bg: #1b5e20;--pr-reorder-item-bg: #2a2a2a;--pr-reorder-item-border: 2px solid #404040;--pr-reorder-item-hover-border: #66bb6a;--pr-text-primary: #e0e0e0;--pr-text-secondary: #b0b0b0;--pr-text-muted: #808080;--pr-text-white: #ffffff;--pr-shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--pr-shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--pr-shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--pr-shadow-xl: 0 20px 25px rgba(0, 0, 0, .6);--pr-radio-checkbox-color: #60a5fa;--pr-radio-checkbox-hover: #3b82f6;--pr-radio-checkbox-checked: #2563eb}[data-theme=kids]{--pr-answer-a-primary: #ff69b4;--pr-answer-a-secondary: #ff85c1;--pr-answer-a-gradient: linear-gradient(135deg, #ff69b4 0%, #ff85c1 100%);--pr-answer-a-shadow: rgba(255, 105, 180, .4);--pr-answer-a-hover: #ff4da6;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #00d084;--pr-answer-b-secondary: #00e094;--pr-answer-b-gradient: linear-gradient(135deg, #00d084 0%, #00e094 100%);--pr-answer-b-shadow: rgba(0, 208, 132, .4);--pr-answer-b-hover: #00c074;--pr-answer-b-text: #ffffff;--pr-answer-c-primary: #ff9500;--pr-answer-c-secondary: #ffa726;--pr-answer-c-gradient: linear-gradient(135deg, #ff9500 0%, #ffa726 100%);--pr-answer-c-shadow: rgba(255, 149, 0, .4);--pr-answer-c-hover: #e68500;--pr-answer-c-text: #ffffff;--pr-answer-d-primary: #9c27b0;--pr-answer-d-secondary: #ba68c8;--pr-answer-d-gradient: linear-gradient(135deg, #9c27b0 0%, #ba68c8 100%);--pr-answer-d-shadow: rgba(156, 39, 176, .4);--pr-answer-d-hover: #8e24aa;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #ffd700;--pr-answer-e-secondary: #ffe44d;--pr-answer-e-gradient: linear-gradient(135deg, #ffd700 0%, #ffe44d 100%);--pr-answer-e-shadow: rgba(255, 215, 0, .4);--pr-answer-e-hover: #ffc700;--pr-answer-e-text: #1a1a1a;--pr-answer-f-primary: #00b0ff;--pr-answer-f-secondary: #40c4ff;--pr-answer-f-gradient: linear-gradient(135deg, #00b0ff 0%, #40c4ff 100%);--pr-answer-f-shadow: rgba(0, 176, 255, .4);--pr-answer-f-hover: #0091ea;--pr-answer-f-text: #ffffff;--pr-correct-answer: #00e676;--pr-incorrect-answer: #ff5252;--pr-correct-answer-bg: #c8e6c9;--pr-incorrect-answer-bg: #ffcdd2;--pr-quiz-question-bg: rgba(255, 255, 255, .5);--pr-quiz-question-shadow: 0 8px 32px rgba(0, 0, 0, .15);--pr-quiz-title-color: #d91b5c;--pr-question-title-color: #1a1a1a;--pr-option-bg: #ffffff;--pr-option-border: 3px solid #ffb6c1;--pr-option-border-radius: 16px;--pr-option-padding: 20px;--pr-option-hover-border: #ff69b4;--pr-option-hover-bg: #fff0f5;--pr-option-selected-border: #ff1493;--pr-option-selected-bg: #ffe4e1;--pr-answer-container-border-radius: 16px;--pr-answer-container-min-height: 180px;--pr-player-bg: linear-gradient( 135deg, #ff6b9d 0%, #c44569 20%, #ffa07a 40%, #ffd700 60%, #98d8c8 80%, #6c5ce7 100% );--pr-player-info-bg: rgba(255, 255, 255, .9);--pr-player-info-color: #2c3e50;--pr-player-answer-bg: #ffe4e1;--pr-player-answer-correct-bg: #00e676;--pr-player-answer-incorrect-bg: #ff5252;--pr-progress-bar-bg: #ffe4e1;--pr-progress-bar-fill: linear-gradient(90deg, #ff6b9d, #ffd700, #00e676);--pr-progress-bar-height: 12px;--pr-progress-bar-border-radius: 6px;--pr-game-header-bg: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);--pr-game-btn-bg: #ff6b9d;--pr-game-btn-hover-bg: #ff4da6;--pr-game-btn-disabled-bg: #d3d3d3;--pr-game-btn-secondary-bg: #ffd700;--pr-game-btn-shadow: 0 4px 12px rgba(255, 107, 157, .4);--pr-match-success-bg: #00e676;--pr-drag-item-bg: #ffffff;--pr-drag-item-border: 3px solid #ffb6c1;--pr-drag-item-hover-border: #ff69b4;--pr-drag-item-shadow: 0 4px 12px rgba(255, 105, 180, .3);--pr-drop-zone-bg: #fff0f5;--pr-drop-zone-border: 3px dashed #ffb6c1;--pr-drop-zone-active-border: #ff1493;--pr-drop-zone-active-bg: #ffe4e1;--pr-reorder-item-bg: #ffffff;--pr-reorder-item-border: 3px solid #ffb6c1;--pr-reorder-item-hover-border: #ff69b4;--pr-reorder-item-min-height: 100px;--pr-text-primary: #2c3e50;--pr-text-secondary: #34495e;--pr-text-muted: #7f8c8d;--pr-shadow-sm: 0 2px 4px rgba(255, 105, 180, .15);--pr-shadow-md: 0 6px 12px rgba(255, 105, 180, .2);--pr-shadow-lg: 0 12px 24px rgba(255, 105, 180, .25);--pr-shadow-xl: 0 24px 48px rgba(255, 105, 180, .3);--pr-radius-sm: 8px;--pr-radius-md: 12px;--pr-radius-lg: 16px;--pr-radius-xl: 24px;--pr-radio-checkbox-color: #ff69b4;--pr-radio-checkbox-hover: #ff4da6;--pr-radio-checkbox-checked: #ff1493}[data-theme=ocean]{--pr-answer-a-primary: #0077be;--pr-answer-a-secondary: #0096d6;--pr-answer-a-gradient: linear-gradient(135deg, #0077be 0%, #0096d6 100%);--pr-answer-a-shadow: rgba(0, 119, 190, .3);--pr-answer-a-hover: #005f9e;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #008b8b;--pr-answer-b-secondary: #20b2aa;--pr-answer-b-gradient: linear-gradient(135deg, #008b8b 0%, #20b2aa 100%);--pr-answer-b-shadow: rgba(0, 139, 139, .3);--pr-answer-b-hover: #006b6b;--pr-answer-b-text: #ffffff;--pr-answer-c-primary: #00ced1;--pr-answer-c-secondary: #40e0d0;--pr-answer-c-gradient: linear-gradient(135deg, #00ced1 0%, #40e0d0 100%);--pr-answer-c-shadow: rgba(0, 206, 209, .3);--pr-answer-c-hover: #00aeb1;--pr-answer-c-text: #ffffff;--pr-answer-d-primary: #1e3a8a;--pr-answer-d-secondary: #3b5998;--pr-answer-d-gradient: linear-gradient(135deg, #1e3a8a 0%, #3b5998 100%);--pr-answer-d-shadow: rgba(30, 58, 138, .3);--pr-answer-d-hover: #172a6a;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #ff7f50;--pr-answer-e-secondary: #ff9966;--pr-answer-e-gradient: linear-gradient(135deg, #ff7f50 0%, #ff9966 100%);--pr-answer-e-shadow: rgba(255, 127, 80, .3);--pr-answer-e-hover: #ff6f40;--pr-answer-e-text: #ffffff;--pr-answer-f-primary: #2e8b57;--pr-answer-f-secondary: #3cb371;--pr-answer-f-gradient: linear-gradient(135deg, #2e8b57 0%, #3cb371 100%);--pr-answer-f-shadow: rgba(46, 139, 87, .3);--pr-answer-f-hover: #1e6b47;--pr-answer-f-text: #ffffff;--pr-correct-answer: #20b2aa;--pr-incorrect-answer: #ff6b6b;--pr-correct-answer-bg: #e0f7f5;--pr-incorrect-answer-bg: #ffe5e5;--pr-quiz-question-bg: rgba(255, 255, 255, .25);--pr-quiz-question-shadow: 0 4px 20px rgba(0, 119, 190, .2);--pr-quiz-title-color: #ffffff;--pr-question-title-color: #003d5c;--pr-option-bg: #ffffff;--pr-option-border: 2px solid #b0e0e6;--pr-option-hover-border: #00ced1;--pr-option-hover-bg: #f0f8ff;--pr-option-selected-border: #0077be;--pr-option-selected-bg: #e0f7ff;--pr-player-bg: linear-gradient( 135deg, #006994 0%, #0077be 50%, #00ced1 100% );--pr-player-info-bg: rgba(0, 77, 128, .8);--pr-player-info-color: #e0f7ff;--pr-player-answer-bg: #b0e0e6;--pr-player-answer-correct-bg: #20b2aa;--pr-player-answer-incorrect-bg: #ff6b6b;--pr-progress-bar-bg: #b0e0e6;--pr-progress-bar-fill: linear-gradient(90deg, #0077be, #00ced1);--pr-game-header-bg: linear-gradient(135deg, #0077be 0%, #00ced1 100%);--pr-game-btn-bg: #0077be;--pr-game-btn-hover-bg: #005f9e;--pr-game-btn-disabled-bg: #b0c4de;--pr-game-btn-secondary-bg: #ff7f50;--pr-match-success-bg: #20b2aa;--pr-drag-item-bg: #ffffff;--pr-drag-item-border: 2px solid #b0e0e6;--pr-drag-item-hover-border: #00ced1;--pr-drag-item-shadow: 0 2px 8px rgba(0, 119, 190, .15);--pr-drop-zone-bg: #f0f8ff;--pr-drop-zone-border: 2px dashed #b0e0e6;--pr-drop-zone-active-border: #0077be;--pr-drop-zone-active-bg: #e0f7ff;--pr-reorder-item-bg: #ffffff;--pr-reorder-item-border: 2px solid #b0e0e6;--pr-reorder-item-hover-border: #00ced1;--pr-text-primary: #1a4d6d;--pr-text-secondary: #2e6b8d;--pr-text-muted: #6b9bb0;--pr-text-white: #ffffff;--pr-shadow-sm: 0 1px 2px rgba(0, 119, 190, .1);--pr-shadow-md: 0 4px 6px rgba(0, 119, 190, .15);--pr-shadow-lg: 0 10px 15px rgba(0, 119, 190, .2);--pr-shadow-xl: 0 20px 25px rgba(0, 119, 190, .25);--pr-radio-checkbox-color: #0096d6;--pr-radio-checkbox-hover: #0077be;--pr-radio-checkbox-checked: #005f9e}[data-theme=forest]{--pr-answer-a-primary: #228b22;--pr-answer-a-secondary: #32cd32;--pr-answer-a-gradient: linear-gradient(135deg, #228b22 0%, #32cd32 100%);--pr-answer-a-shadow: rgba(34, 139, 34, .3);--pr-answer-a-hover: #1a6b1a;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #556b2f;--pr-answer-b-secondary: #6b8e23;--pr-answer-b-gradient: linear-gradient(135deg, #556b2f 0%, #6b8e23 100%);--pr-answer-b-shadow: rgba(85, 107, 47, .3);--pr-answer-b-hover: #3d4f1f;--pr-answer-b-text: #ffffff;--pr-answer-c-primary: #808000;--pr-answer-c-secondary: #9acd32;--pr-answer-c-gradient: linear-gradient(135deg, #808000 0%, #9acd32 100%);--pr-answer-c-shadow: rgba(128, 128, 0, .3);--pr-answer-c-hover: #606000;--pr-answer-c-text: #ffffff;--pr-answer-d-primary: #8b4513;--pr-answer-d-secondary: #a0522d;--pr-answer-d-gradient: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);--pr-answer-d-shadow: rgba(139, 69, 19, .3);--pr-answer-d-hover: #6b3510;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #ff8c00;--pr-answer-e-secondary: #ffa500;--pr-answer-e-gradient: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);--pr-answer-e-shadow: rgba(255, 140, 0, .3);--pr-answer-e-hover: #e67e00;--pr-answer-e-text: #ffffff;--pr-answer-f-primary: #32cd32;--pr-answer-f-secondary: #7fff00;--pr-answer-f-gradient: linear-gradient(135deg, #32cd32 0%, #7fff00 100%);--pr-answer-f-shadow: rgba(50, 205, 50, .3);--pr-answer-f-hover: #28a428;--pr-answer-f-text: #ffffff;--pr-correct-answer: #32cd32;--pr-incorrect-answer: #dc143c;--pr-correct-answer-bg: #e8f5e9;--pr-incorrect-answer-bg: #ffebee;--pr-quiz-question-bg: rgba(245, 245, 220, .4);--pr-quiz-question-shadow: 0 4px 20px rgba(85, 107, 47, .15);--pr-quiz-title-color: #ffffff;--pr-question-title-color: #1a2e14;--pr-option-bg: #fafaf5;--pr-option-border: 2px solid #c8d4b8;--pr-option-hover-border: #6b8e23;--pr-option-hover-bg: #f0f5e8;--pr-option-selected-border: #228b22;--pr-option-selected-bg: #e8f5e9;--pr-player-bg: linear-gradient( 135deg, #2d5016 0%, #556b2f 50%, #6b8e23 100% );--pr-player-info-bg: rgba(45, 64, 31, .85);--pr-player-info-color: #f5f5dc;--pr-player-answer-bg: #c8d4b8;--pr-player-answer-correct-bg: #32cd32;--pr-player-answer-incorrect-bg: #dc143c;--pr-progress-bar-bg: #c8d4b8;--pr-progress-bar-fill: linear-gradient(90deg, #228b22, #32cd32);--pr-game-header-bg: linear-gradient(135deg, #228b22 0%, #6b8e23 100%);--pr-game-btn-bg: #228b22;--pr-game-btn-hover-bg: #1a6b1a;--pr-game-btn-disabled-bg: #a8b89f;--pr-game-btn-secondary-bg: #ff8c00;--pr-match-success-bg: #32cd32;--pr-drag-item-bg: #fafaf5;--pr-drag-item-border: 2px solid #c8d4b8;--pr-drag-item-hover-border: #6b8e23;--pr-drag-item-shadow: 0 2px 8px rgba(85, 107, 47, .15);--pr-drop-zone-bg: #f0f5e8;--pr-drop-zone-border: 2px dashed #c8d4b8;--pr-drop-zone-active-border: #228b22;--pr-drop-zone-active-bg: #e8f5e9;--pr-reorder-item-bg: #fafaf5;--pr-reorder-item-border: 2px solid #c8d4b8;--pr-reorder-item-hover-border: #6b8e23;--pr-text-primary: #2d4a1f;--pr-text-secondary: #3d5a2f;--pr-text-muted: #6b8e5f;--pr-text-white: #ffffff;--pr-shadow-sm: 0 1px 2px rgba(85, 107, 47, .1);--pr-shadow-md: 0 4px 6px rgba(85, 107, 47, .15);--pr-shadow-lg: 0 10px 15px rgba(85, 107, 47, .2);--pr-shadow-xl: 0 20px 25px rgba(85, 107, 47, .25);--pr-radio-checkbox-color: #32cd32;--pr-radio-checkbox-hover: #228b22;--pr-radio-checkbox-checked: #1a6b1a}[data-theme=sunset]{--pr-answer-a-primary: #ff6347;--pr-answer-a-secondary: #ff7f50;--pr-answer-a-gradient: linear-gradient(135deg, #ff6347 0%, #ff7f50 100%);--pr-answer-a-shadow: rgba(255, 99, 71, .3);--pr-answer-a-hover: #e55337;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #ff6b9d;--pr-answer-b-secondary: #ff85ad;--pr-answer-b-gradient: linear-gradient(135deg, #ff6b9d 0%, #ff85ad 100%);--pr-answer-b-shadow: rgba(255, 107, 157, .3);--pr-answer-b-hover: #e55b8d;--pr-answer-b-text: #ffffff;--pr-answer-c-primary: #ffa500;--pr-answer-c-secondary: #ffb733;--pr-answer-c-gradient: linear-gradient(135deg, #ffa500 0%, #ffb733 100%);--pr-answer-c-shadow: rgba(255, 165, 0, .3);--pr-answer-c-hover: #e69500;--pr-answer-c-text: #ffffff;--pr-answer-d-primary: #9b59b6;--pr-answer-d-secondary: #b370cf;--pr-answer-d-gradient: linear-gradient(135deg, #9b59b6 0%, #b370cf 100%);--pr-answer-d-shadow: rgba(155, 89, 182, .3);--pr-answer-d-hover: #8b49a6;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #e74c3c;--pr-answer-e-secondary: #ec7063;--pr-answer-e-gradient: linear-gradient(135deg, #e74c3c 0%, #ec7063 100%);--pr-answer-e-shadow: rgba(231, 76, 60, .3);--pr-answer-e-hover: #d73c2c;--pr-answer-e-text: #ffffff;--pr-answer-f-primary: #ffab91;--pr-answer-f-secondary: #ffccbc;--pr-answer-f-gradient: linear-gradient(135deg, #ffab91 0%, #ffccbc 100%);--pr-answer-f-shadow: rgba(255, 171, 145, .3);--pr-answer-f-hover: #ff9b81;--pr-answer-f-text: #ffffff;--pr-correct-answer: #27ae60;--pr-incorrect-answer: #e74c3c;--pr-correct-answer-bg: #d5f4e6;--pr-incorrect-answer-bg: #fadbd8;--pr-quiz-question-bg: rgba(255, 255, 255, .3);--pr-quiz-question-shadow: 0 4px 20px rgba(255, 99, 71, .2);--pr-quiz-title-color: #ffffff;--pr-question-title-color: #3d2410;--pr-option-bg: #fffaf5;--pr-option-border: 2px solid #ffd4b8;--pr-option-hover-border: #ff6347;--pr-option-hover-bg: #fff0e6;--pr-option-selected-border: #e74c3c;--pr-option-selected-bg: #ffe6e0;--pr-player-bg: linear-gradient( 135deg, #ff6b6b 0%, #ff8e53 25%, #ffa500 50%, #ff6b9d 75%, #9b59b6 100% );--pr-player-info-bg: rgba(93, 58, 26, .85);--pr-player-info-color: #fff5e6;--pr-player-answer-bg: #ffd4b8;--pr-player-answer-correct-bg: #27ae60;--pr-player-answer-incorrect-bg: #e74c3c;--pr-progress-bar-bg: #ffd4b8;--pr-progress-bar-fill: linear-gradient(90deg, #ff6347, #ffa500, #ff6b9d);--pr-game-header-bg: linear-gradient(135deg, #ff6347 0%, #ffa500 100%);--pr-game-btn-bg: #ff6347;--pr-game-btn-hover-bg: #e55337;--pr-game-btn-disabled-bg: #d4b8a8;--pr-game-btn-secondary-bg: #9b59b6;--pr-match-success-bg: #27ae60;--pr-drag-item-bg: #fffaf5;--pr-drag-item-border: 2px solid #ffd4b8;--pr-drag-item-hover-border: #ff6347;--pr-drag-item-shadow: 0 2px 8px rgba(255, 99, 71, .15);--pr-drop-zone-bg: #fff0e6;--pr-drop-zone-border: 2px dashed #ffd4b8;--pr-drop-zone-active-border: #ff6347;--pr-drop-zone-active-bg: #ffe6e0;--pr-reorder-item-bg: #fffaf5;--pr-reorder-item-border: 2px solid #ffd4b8;--pr-reorder-item-hover-border: #ff6347;--pr-text-primary: #5d3a1a;--pr-text-secondary: #7d5a3a;--pr-text-muted: #a88a6a;--pr-text-white: #ffffff;--pr-shadow-sm: 0 1px 2px rgba(255, 99, 71, .1);--pr-shadow-md: 0 4px 6px rgba(255, 99, 71, .15);--pr-shadow-lg: 0 10px 15px rgba(255, 99, 71, .2);--pr-shadow-xl: 0 20px 25px rgba(255, 99, 71, .25);--pr-radio-checkbox-color: #ff7f50;--pr-radio-checkbox-hover: #ff6347;--pr-radio-checkbox-checked: #e55337}[data-theme=neon]{--pr-answer-a-primary: #ff0080;--pr-answer-a-secondary: #ff33a1;--pr-answer-a-gradient: linear-gradient(135deg, #ff0080 0%, #ff33a1 100%);--pr-answer-a-shadow: rgba(255, 0, 128, .6);--pr-answer-a-hover: #e60073;--pr-answer-a-text: #ffffff;--pr-answer-b-primary: #00ffff;--pr-answer-b-secondary: #33ffff;--pr-answer-b-gradient: linear-gradient(135deg, #00ffff 0%, #33ffff 100%);--pr-answer-b-shadow: rgba(0, 255, 255, .6);--pr-answer-b-hover: #00e6e6;--pr-answer-b-text: #000000;--pr-answer-c-primary: #39ff14;--pr-answer-c-secondary: #5fff47;--pr-answer-c-gradient: linear-gradient(135deg, #39ff14 0%, #5fff47 100%);--pr-answer-c-shadow: rgba(57, 255, 20, .6);--pr-answer-c-hover: #2ee60f;--pr-answer-c-text: #000000;--pr-answer-d-primary: #bc13fe;--pr-answer-d-secondary: #ca3ffe;--pr-answer-d-gradient: linear-gradient(135deg, #bc13fe 0%, #ca3ffe 100%);--pr-answer-d-shadow: rgba(188, 19, 254, .6);--pr-answer-d-hover: #a910e5;--pr-answer-d-text: #ffffff;--pr-answer-e-primary: #ffff00;--pr-answer-e-secondary: #ffff4d;--pr-answer-e-gradient: linear-gradient(135deg, #ffff00 0%, #ffff4d 100%);--pr-answer-e-shadow: rgba(255, 255, 0, .6);--pr-answer-e-hover: #e6e600;--pr-answer-e-text: #000000;--pr-answer-f-primary: #ff6600;--pr-answer-f-secondary: #ff8533;--pr-answer-f-gradient: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);--pr-answer-f-shadow: rgba(255, 102, 0, .6);--pr-answer-f-hover: #e65c00;--pr-answer-f-text: #ffffff;--pr-correct-answer: #39ff14;--pr-incorrect-answer: #ff0080;--pr-correct-answer-bg: #0d3d0d;--pr-incorrect-answer-bg: #3d0d1f;--pr-quiz-question-bg: rgba(20, 20, 40, .5);--pr-quiz-question-shadow: 0 4px 20px rgba(188, 19, 254, .4);--pr-quiz-title-color: #00ffff;--pr-question-title-color: #e0e0ff;--pr-option-bg: #1a1a2e;--pr-option-border: 2px solid #bc13fe;--pr-option-hover-border: #00ffff;--pr-option-hover-bg: #252540;--pr-option-hover-shadow: 0 0 15px rgba(0, 255, 255, .5);--pr-option-selected-border: #ff0080;--pr-option-selected-bg: #2a1a2e;--pr-option-selected-shadow: 0 0 20px rgba(255, 0, 128, .6);--pr-player-bg: linear-gradient( 135deg, #0f0c29 0%, #302b63 25%, #24243e 50%, #0f0c29 75%, #302b63 100% );--pr-player-info-bg: rgba(20, 20, 40, .9);--pr-player-info-color: #00ffff;--pr-player-answer-bg: #1a1a2e;--pr-player-answer-correct-bg: #39ff14;--pr-player-answer-incorrect-bg: #ff0080;--pr-player-answer-text: #000000;--pr-progress-bar-bg: #1a1a2e;--pr-progress-bar-fill: linear-gradient( 90deg, #ff0080, #bc13fe, #00ffff, #39ff14 );--pr-progress-bar-height: 10px;--pr-game-header-bg: linear-gradient(135deg, #bc13fe 0%, #00ffff 100%);--pr-game-btn-bg: #bc13fe;--pr-game-btn-hover-bg: #ca3ffe;--pr-game-btn-disabled-bg: #4a4a5e;--pr-game-btn-secondary-bg: #ff0080;--pr-game-btn-shadow: 0 0 20px rgba(188, 19, 254, .6);--pr-match-success-bg: #39ff14;--pr-match-success-shadow: 0 0 20px rgba(57, 255, 20, .6);--pr-drag-item-bg: #1a1a2e;--pr-drag-item-border: 2px solid #bc13fe;--pr-drag-item-hover-border: #00ffff;--pr-drag-item-shadow: 0 0 15px rgba(188, 19, 254, .4);--pr-drop-zone-bg: #0f0f1e;--pr-drop-zone-border: 2px dashed #bc13fe;--pr-drop-zone-active-border: #00ffff;--pr-drop-zone-active-bg: #1a1a2e;--pr-drop-zone-active-shadow: 0 0 20px rgba(0, 255, 255, .4);--pr-reorder-item-bg: #1a1a2e;--pr-reorder-item-border: 2px solid #bc13fe;--pr-reorder-item-hover-border: #00ffff;--pr-reorder-item-hover-shadow: 0 0 15px rgba(0, 255, 255, .4);--pr-text-primary: #e0e0ff;--pr-text-secondary: #b0b0d0;--pr-text-muted: #8080a0;--pr-text-white: #ffffff;--pr-shadow-sm: 0 0 5px rgba(188, 19, 254, .3);--pr-shadow-md: 0 0 10px rgba(188, 19, 254, .4);--pr-shadow-lg: 0 0 20px rgba(188, 19, 254, .5);--pr-shadow-xl: 0 0 30px rgba(188, 19, 254, .6);--pr-radius-sm: 2px;--pr-radius-md: 4px;--pr-radius-lg: 6px;--pr-radius-xl: 8px;--pr-radio-checkbox-color: #00ffff;--pr-radio-checkbox-hover: #bc13fe;--pr-radio-checkbox-checked: #ff00ff}[data-theme=pastel]{--pr-answer-a-primary: #ffb3ba;--pr-answer-a-secondary: #ffc9ce;--pr-answer-a-gradient: linear-gradient(135deg, #ffb3ba 0%, #ffc9ce 100%);--pr-answer-a-shadow: rgba(255, 179, 186, .3);--pr-answer-a-hover: #ffa3aa;--pr-answer-a-text: #5a3a3a;--pr-answer-b-primary: #bae1ff;--pr-answer-b-secondary: #c9e9ff;--pr-answer-b-gradient: linear-gradient(135deg, #bae1ff 0%, #c9e9ff 100%);--pr-answer-b-shadow: rgba(186, 225, 255, .3);--pr-answer-b-hover: #aad1ef;--pr-answer-b-text: #3a4a5a;--pr-answer-c-primary: #d4b5f7;--pr-answer-c-secondary: #e0c9f9;--pr-answer-c-gradient: linear-gradient(135deg, #d4b5f7 0%, #e0c9f9 100%);--pr-answer-c-shadow: rgba(212, 181, 247, .3);--pr-answer-c-hover: #c4a5e7;--pr-answer-c-text: #4a3a5a;--pr-answer-d-primary: #ffdfba;--pr-answer-d-secondary: #ffe9ce;--pr-answer-d-gradient: linear-gradient(135deg, #ffdfba 0%, #ffe9ce 100%);--pr-answer-d-shadow: rgba(255, 223, 186, .3);--pr-answer-d-hover: #ffcfaa;--pr-answer-d-text: #5a4a3a;--pr-answer-e-primary: #ffffba;--pr-answer-e-secondary: #ffffce;--pr-answer-e-gradient: linear-gradient(135deg, #ffffba 0%, #ffffce 100%);--pr-answer-e-shadow: rgba(255, 255, 186, .3);--pr-answer-e-hover: #ffffaa;--pr-answer-e-text: #5a5a3a;--pr-answer-f-primary: #baffc9;--pr-answer-f-secondary: #ceffdb;--pr-answer-f-gradient: linear-gradient(135deg, #baffc9 0%, #ceffdb 100%);--pr-answer-f-shadow: rgba(186, 255, 201, .3);--pr-answer-f-hover: #aaffb9;--pr-answer-f-text: #3a5a3a;--pr-correct-answer: #90ee90;--pr-incorrect-answer: #ffb3ba;--pr-correct-answer-bg: #e8f8e8;--pr-incorrect-answer-bg: #ffe8ea;--pr-quiz-question-bg: rgba(255, 255, 255, .65);--pr-quiz-question-shadow: 0 4px 20px rgba(212, 181, 247, .15);--pr-quiz-title-color: #8b5fc7;--pr-question-title-color: #3a2a4a;--pr-option-bg: #fefefe;--pr-option-border: 2px solid #e8d8f8;--pr-option-hover-border: #d4b5f7;--pr-option-hover-bg: #faf8fc;--pr-option-selected-border: #c4a5e7;--pr-option-selected-bg: #f5f0fa;--pr-answer-container-border-radius: 12px;--pr-player-bg: linear-gradient( 135deg, #ffb3ba 0%, #ffdfba 20%, #ffffba 40%, #baffc9 60%, #bae1ff 80%, #d4b5f7 100% );--pr-player-info-bg: rgba(255, 255, 255, .9);--pr-player-info-color: #5a4a6a;--pr-player-answer-bg: #f5f0fa;--pr-player-answer-correct-bg: #90ee90;--pr-player-answer-incorrect-bg: #ffb3ba;--pr-player-answer-text: #5a4a6a;--pr-progress-bar-bg: #f5f0fa;--pr-progress-bar-fill: linear-gradient( 90deg, #ffb3ba, #ffdfba, #ffffba, #baffc9, #bae1ff, #d4b5f7 );--pr-progress-bar-height: 10px;--pr-progress-bar-border-radius: 5px;--pr-game-header-bg: linear-gradient(135deg, #d4b5f7 0%, #bae1ff 100%);--pr-game-btn-bg: #d4b5f7;--pr-game-btn-hover-bg: #c4a5e7;--pr-game-btn-disabled-bg: #e8e8e8;--pr-game-btn-secondary-bg: #ffdfba;--pr-game-btn-color: #5a4a6a;--pr-game-btn-shadow: 0 4px 12px rgba(212, 181, 247, .3);--pr-match-success-bg: #90ee90;--pr-match-success-color: #3a5a3a;--pr-drag-item-bg: #fefefe;--pr-drag-item-border: 2px solid #e8d8f8;--pr-drag-item-hover-border: #d4b5f7;--pr-drag-item-shadow: 0 2px 8px rgba(212, 181, 247, .15);--pr-drop-zone-bg: #faf8fc;--pr-drop-zone-border: 2px dashed #e8d8f8;--pr-drop-zone-active-border: #d4b5f7;--pr-drop-zone-active-bg: #f5f0fa;--pr-reorder-item-bg: #fefefe;--pr-reorder-item-border: 2px solid #e8d8f8;--pr-reorder-item-hover-border: #d4b5f7;--pr-text-primary: #5a4a6a;--pr-text-secondary: #7a6a8a;--pr-text-muted: #9a8aaa;--pr-text-white: #ffffff;--pr-shadow-sm: 0 1px 2px rgba(212, 181, 247, .08);--pr-shadow-md: 0 4px 6px rgba(212, 181, 247, .12);--pr-shadow-lg: 0 10px 15px rgba(212, 181, 247, .15);--pr-shadow-xl: 0 20px 25px rgba(212, 181, 247, .18);--pr-radius-sm: 6px;--pr-radius-md: 10px;--pr-radius-lg: 14px;--pr-radius-xl: 18px;--pr-radio-checkbox-color: #d4b5f7;--pr-radio-checkbox-hover: #c8a5f0;--pr-radio-checkbox-checked: #b895e8}
