@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary: #1769c2;--primary-deep: #0b3f82;--primary-soft: #eaf4ff;--primary-soft-strong: #d7ebff;--accent: #16a7df;--accent-rgb: 23, 105, 194;--festie-red: var(--primary);--festie-red-deep: var(--primary-deep);--festie-yellow: var(--accent);--background: #f5f8fc;--surface: #ffffff;--surface-soft: #fdfdfd;--text-primary: #244668;--text-secondary: #6f87a2;--text-muted: #9aacc0;--border: #dce5ef;--border-light: #edf2f7;--success: #16a34a;--success-soft: #ecfdf3;--warning: #d97706;--warning-soft: #fff7e0;--error: #dc2626;--error-soft: #fef2f2;--info: #168bd2;--info-soft: #e8f7fd;--sidebar-width: 232px;--radius-card: 16px;--radius-button: 11px;--radius-badge: 999px;--shadow-soft: 0 8px 24px rgba(25, 76, 126, .06)}html{height:100%;color-scheme:light}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;background:var(--background);color:var(--text-primary);font-family:Plus Jakarta Sans,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.15;letter-spacing:-.025em}p,span,label,li,td,th{color:var(--text-secondary)}.page{min-height:100vh;background:var(--background);padding:32px 20px}.shell{width:min(100%,1100px);margin:0 auto;display:grid;gap:20px}.panel,.card,.statCard,.festie-panel,.festie-sidebar,.festie-topbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.panel,.card,.statCard{padding:20px 22px}.success-text{color:var(--success);font-weight:500}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-header h2{margin:0}.kicker,.section-kicker,.crumb-kicker{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--festie-red)}.navLink,.sidebar-link,.secondary-link,.copy-button,.button,button{transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.navLink,.sidebar-link,.secondary-link,.copy-button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-button);padding:10px 14px;font-size:14px;font-weight:600;border:1px solid var(--border);background:var(--surface);color:var(--text-primary)}.button.primary,.primary-button{background:var(--festie-red);border-color:var(--festie-red);color:#fff}.button.primary:hover,.primary-button:hover{background:var(--festie-red-deep);border-color:var(--festie-red-deep)}.button.secondary,.secondary-link,.copy-button{background:var(--surface);color:var(--text-primary)}.navLink:hover,.sidebar-link:hover,.secondary-link:hover,.copy-button:hover,.button:hover{border-color:#ff465538}.badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-badge);padding:6px 10px;font-size:12px;line-height:1.2;font-weight:700}.status-badge.success,.badge.active,.badge.published{background:var(--success-soft);color:var(--success);border:1px solid rgba(22,163,74,.12)}.status-badge.muted,.badge.inactive,.badge.draft{background:#f2f4f7;color:var(--text-secondary);border:1px solid var(--border)}.input,.textarea,.select,.search{width:100%;min-height:42px;border-radius:var(--radius-button);border:1px solid var(--border);background:var(--surface);color:var(--text-primary);padding:10px 12px}.input:focus,.textarea:focus,.select:focus,.search:focus{outline:none;border-color:#ff465561;box-shadow:0 0 0 3px #ff465517}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 10px;border-bottom:1px solid var(--border);text-align:left;font-size:13px}.table th{color:var(--text-secondary);font-weight:600}.table tr:hover td{background:#ff465504}.notice{border-radius:10px;padding:12px 14px;font-size:14px;border:1px solid var(--border)}.notice.warning{background:var(--warning-soft);border-color:#d977062e;color:var(--warning)}.error{color:var(--error)}.text-link{color:var(--festie-red);font-weight:600}.url-chip{display:inline-flex;align-items:center;border:1px solid var(--border);background:#f8f9fa;color:var(--text-secondary);border-radius:8px;padding:7px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}:focus-visible{outline:2px solid rgba(255,70,85,.35);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.table th{color:#93c5fd;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.previewGrid{display:grid;gap:1rem}.previewCard{border:1px dashed rgba(148,163,184,.25);border-radius:1rem;padding:1rem;background:#02061766}.badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.35rem .7rem;font-size:.8rem;font-weight:700;background:#60a5fa24;color:#93c5fd}.badge.active{background:#10b98129;color:#6ee7b7}.badge.inactive{background:#ef444429;color:#fca5a5}.button{border:0;border-radius:999px;padding:.85rem 1rem;font-weight:700;cursor:pointer}.button.primary{color:#fff;background:linear-gradient(135deg,#60a5fa,#8b5cf6)}.button.secondary{color:#e2e8f0;background:#1e293bf2;border:1px solid rgba(148,163,184,.18)}.button.danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.card{border:1px solid rgba(148,163,184,.18);background:#0f172adb;border-radius:1.25rem;padding:1.25rem}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617b3;display:grid;place-items:center;padding:1rem;z-index:50}.modal{width:min(100%,560px);border-radius:1.25rem;border:1px solid rgba(148,163,184,.18);background:#0f172a;padding:1.25rem;box-shadow:0 24px 80px #00000059}.modalHeader{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.formShell{display:grid;gap:1rem}.field{display:grid;gap:.4rem}.field label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.field input,.field textarea,.field select{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:var(--radius-button);padding:.85rem .95rem}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--festie-red);box-shadow:0 0 0 3px #ff46551a}.loginPage{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at top,rgba(255,70,85,.08),transparent 32%),linear-gradient(180deg,#f8f9fa,#f3f4f6)}.loginPage .card{width:min(100%,460px);display:grid;gap:1.5rem;padding:2.5rem;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:0 10px 30px #1118270d}.loginPage .kicker{color:var(--festie-red);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin:0}.loginPage .card h1{color:var(--text-primary);font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.15;font-weight:600;margin:0}.loginPage .description,.loginPage .footer{color:var(--text-secondary);line-height:1.6;font-size:.96rem;margin:0}.loginPage .footer .navLink{color:var(--festie-red);font-size:.9rem;font-weight:600;text-decoration:none;border:none;background:transparent;cursor:pointer}.navLink:hover{text-decoration:underline}.loginPage .footer a{color:var(--festie-red);font-weight:600;text-decoration:none}.loginPage .footer a:hover{text-decoration:underline}.loginPage .form{display:grid;gap:1.25rem}.loginPage .field{display:grid;gap:.5rem;color:var(--text-secondary);font-size:.9rem;font-weight:500}.loginPage .field input{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);padding:.85rem 1rem;border-radius:var(--radius-button);outline:none;font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease}.loginPage .field input:focus{border-color:var(--festie-red);box-shadow:0 0 0 3px #ff46551a}.loginPage .form .error{color:var(--error);font-size:.9rem;background:var(--error-soft);padding:.75rem 1rem;border-radius:var(--radius-button);border:1px solid rgba(220,38,38,.1)}.loginPage .submit{border:none;border-radius:var(--radius-button);background:var(--festie-red);color:#fff;padding:.9rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s ease,transform .15s ease}.loginPage .submit:hover:not(:disabled){background:var(--festie-red-deep)}.loginPage .submit:disabled{opacity:.6;cursor:not-allowed}.campaignPage{min-height:100svh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at top,rgba(255,70,85,.08),transparent 32%),linear-gradient(180deg,#f8f9fa,#f3f4f6)}.campaignPage .hero{width:min(100%,980px);display:grid;gap:1.5rem;padding:clamp(1.5rem,3vw,2.5rem);border-radius:1.5rem;border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 32px #0f172a0a}.campaignPage .logo{justify-self:start;display:inline-flex;padding:.48rem .9rem;border-radius:999px;background:#ff465514;color:var(--festie-red);font-weight:800;border:1px solid rgba(255,70,85,.14)}.campaignPage .kicker{color:var(--festie-red);text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700}.campaignPage .hero h1{color:var(--text-primary);font-size:clamp(2.2rem,5vw,3.3rem);line-height:1.08}.campaignPage .description{max-width:66ch;color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.campaignPage .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.campaignPage .infoCard{border:1px solid var(--border);border-radius:1rem;padding:1.25rem;background:var(--surface-soft)}.campaignPage .infoCard h2{color:var(--text-primary);font-size:1.05rem;margin-bottom:.75rem}.campaignPage .infoCard li{color:var(--text-secondary);line-height:1.7;margin-left:1.1rem}.campaignPage .banner{display:grid;place-items:center;padding:1.25rem 1.5rem;border-radius:1rem;border:1px dashed rgba(255,70,85,.2);background:#ff465508;color:var(--festie-red);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.quizPage{min-height:100svh;padding:2rem 1rem;background:linear-gradient(180deg,#f8f9fa,#f3f4f6)}.quizWrap{width:min(100%,780px);margin:0 auto;display:grid;gap:1.25rem}.studentBrand{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.studentBrand .smileLogo{display:inline-flex;padding:.5rem .9rem;border-radius:999px;background:#ff465514;color:var(--festie-red);font-weight:800;border:1px solid rgba(255,70,85,.12)}.studentBrand .orgLogo{width:56px;height:56px;object-fit:cover;border-radius:14px;border:1px solid var(--border)}.studentBrand .quizTitle{color:var(--text-secondary);font-weight:600;margin-left:auto}.quizCard{border:1px solid var(--border);background:var(--surface);border-radius:1.25rem;padding:1.75rem;box-shadow:0 12px 30px #0f172a0a;display:grid;gap:1.25rem}.quizCard h1{color:var(--text-primary);font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.12}.quizCard .description{color:var(--text-secondary);line-height:1.6}.quizMeta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.quizMeta .meta{border:1px solid var(--border);background:var(--surface-soft);border-radius:.9rem;padding:.85rem;display:grid;gap:.25rem}.quizMeta .meta span{color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.quizMeta .meta strong{color:var(--text-primary)}.quizFootnote{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.quizHeader{display:grid;gap:.6rem}.quizToolbar{display:grid;gap:.75rem}.quizTimers{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.timerPill{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.45rem .9rem;font-size:.85rem;font-weight:700;border:1px solid var(--border);background:#fff;color:var(--text-primary);font-variant-numeric:tabular-nums}.timerPill.danger{color:var(--error);background:#fef2f2;border-color:#dc26261f}.progressTrack{height:10px;border-radius:999px;background:#f3f4f6;overflow:hidden;border:1px solid var(--border)}.progressBar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--festie-red),#ff7a88);transition:width .3s ease}.questionBlock h2{color:var(--text-primary);font-size:clamp(1.15rem,3vw,1.5rem);line-height:1.45}.optionList{display:grid;gap:.7rem}.optionButton{width:100%;display:flex;align-items:center;gap:.85rem;text-align:left;border:1px solid var(--border);background:var(--surface-soft);color:var(--text-primary);border-radius:.9rem;padding:.95rem 1rem;cursor:pointer;font:inherit;transition:border-color .15s ease,background .15s ease,transform .15s ease}.optionButton:hover:not(:disabled){border-color:#ff46554d;background:#fff6f7}.optionButton:disabled{opacity:.65;cursor:not-allowed}.optionButton .optionKey{display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;height:2.1rem;border-radius:999px;background:#ff465514;color:var(--festie-red);font-weight:800}.optionButton.selected{border-color:var(--festie-red);background:#ff46550f}.optionButton.selected .optionKey{background:var(--festie-red);color:#fff}.questionActions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.resultHero{display:grid;gap:.4rem}.resultStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:.75rem}.resultStats .stat{border:1px solid var(--border);background:var(--surface-soft);border-radius:.9rem;padding:1rem;text-align:center;display:grid;gap:.35rem}.resultStats .stat span{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.resultStats .stat strong{color:var(--text-primary);font-size:1.6rem}.resultStats .stat.score strong{color:var(--festie-red)}.sampleCertificate{display:grid;gap:.6rem;margin-top:.5rem}.certificateWrap{display:grid;gap:1rem;justify-items:stretch}.certificate{border:1px solid rgba(255,70,85,.15);border-radius:1.25rem;padding:1.25rem;background:linear-gradient(180deg,#fff,#fff8f8)}.certBorder{border:2px solid rgba(239,204,81,.4);border-radius:1.1rem;padding:2rem 1.5rem;display:grid;gap:1.5rem;text-align:center;background:linear-gradient(180deg,#fff,#fffdf8)}.certTop{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.certBrand{display:flex;align-items:center;gap:.75rem}.certOrgLogo{width:52px;height:52px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.certOrgName{color:var(--text-primary);font-weight:700;letter-spacing:.03em}.certCenter{display:grid;gap:.5rem}.certKicker{color:var(--festie-red);font-size:.78rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.certTitle{margin-top:.35rem;font-size:clamp(1.3rem,4vw,1.9rem);color:#a66700;font-weight:800;line-height:1.2;max-width:480px;margin:0 auto}.certName,.certQuiz,.certScore{font-weight:800}.certName{color:var(--text-primary);font-size:1.25rem;display:block;margin:.25rem 0}.certQuiz{color:var(--festie-red)}.certScore{color:#a66700}.certFooter{display:flex;flex-wrap:wrap;justify-content:space-around;gap:1rem;border-top:1px dashed rgba(148,163,184,.3);padding-top:1rem}.certMeta{display:grid;gap:.2rem;font-size:.85rem}.certMeta span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.certMeta strong{color:var(--text-primary)}.certActions{display:flex;justify-content:center}@media print{body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{position:absolute;left:0;top:0;width:100%}.certificate{background:#fff!important;border:none;box-shadow:none;border-radius:0}.certBorder{background:#fff!important;border:3px solid #1e3a8a}.certTitle{color:#1e3a8a}.certBody{color:#0f172a}.certName{color:#1e3a8a}.certQuiz{color:#3b82f6}.certScore{color:#b45309}.certOrgName,.certMeta strong{color:#0f172a}.certMeta span,.certKicker{color:#475569}.certFooter{border-top-color:#94a3b8}.certOrgLogo{filter:grayscale(20%)}}.previewBanner{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:.75rem;background:#ea580c24;border:1px solid rgba(234,88,12,.35);color:#fdba74;font-size:.85rem;font-weight:600;letter-spacing:.02em}.previewFrame{width:100%;height:560px;border:1px solid rgba(148,163,184,.18);border-radius:1rem;background:#020617}.answerReview{display:grid;gap:.75rem;margin:1.25rem 0}.reviewRow{border:1px solid rgba(148,163,184,.14);border-left-width:4px;border-radius:.75rem;background:#02061766;padding:.75rem .9rem;display:grid;gap:.35rem}.reviewRow.correct{border-left-color:#22c55e}.reviewRow.incorrect{border-left-color:#ef4444}.reviewRow.skipped{border-left-color:#64748b}.reviewPrompt{color:#f8fafc;font-weight:600;line-height:1.4}.reviewDetail{display:flex;flex-wrap:wrap;gap:1rem;color:#94a3b8;font-size:.9rem}.reviewDetail span{line-height:1.4}.reviewCorrect{color:#4ade80;font-weight:600}.quiz-config-form{display:flex;flex-direction:column;gap:0;background:transparent;border:none;box-shadow:none;padding:0}.form-section{display:flex;flex-direction:column;gap:20px;padding:24px 0;border-top:1px solid var(--border);background:transparent;border-radius:0;box-shadow:none}.form-section:first-of-type{border-top:none;padding-top:0}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section-header{display:flex;flex-direction:column;gap:4px}.form-section-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.form-section-description{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.4}.form-section-content{display:flex;flex-direction:column;gap:16px}.form-section-hint{font-size:13px;color:var(--text-muted);margin:0;font-style:italic}.form-field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.field-input,.field-textarea,.field-select{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:var(--radius-button);padding:10px 12px;font-size:14px;font-weight:400;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field-input:focus,.field-textarea:focus,.field-select:focus{border-color:var(--festie-red);box-shadow:0 0 0 3px #ff46551a}.field-input-error{border-color:var(--error);background:var(--error-soft)}.field-input-error:focus{border-color:var(--error);box-shadow:0 0 0 3px #dc26261a}.field-textarea{resize:vertical;min-height:80px;font-family:inherit}.field-helper{font-size:12px;color:var(--text-muted);line-height:1.3}.field-error{font-size:12px;color:var(--error);line-height:1.3}.form-row,.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.toggles-section{display:flex;flex-direction:column;gap:16px}.certificate-config{display:flex;flex-direction:column;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border-light)}.toggle-switch-wrapper{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.toggle-label{font-size:14px;font-weight:500;color:var(--text-primary)}.toggle-switch-container{display:flex;align-items:center;gap:12px}.toggle-input{position:absolute;opacity:0;width:44px;height:24px;cursor:pointer;z-index:1}.toggle-track{position:relative;width:44px;height:24px;background:var(--border);border-radius:12px;cursor:pointer;transition:background .2s ease}.toggle-track.checked{background:var(--festie-red)}.toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:10px;transition:transform .2s ease;box-shadow:0 1px 3px #0000001a}.toggle-thumb.checked{transform:translate(20px)}.toggle-state{font-size:12px;font-weight:600;color:var(--text-muted);min-width:24px}.toggle-state.checked{color:var(--festie-red)}.toggle-input:focus+.toggle-track{box-shadow:0 0 0 3px #ff46551a}.toggle-input:disabled+.toggle-track{opacity:.5;cursor:not-allowed}.question-bank-panel{display:grid;gap:20px}.question-bank-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.question-bank-heading h2{font-size:20px}.question-bank-heading .helperText{margin-top:6px}.question-toolbar{display:flex;align-items:center;gap:10px;padding-bottom:4px}.question-search-field{flex:1 1 320px}.question-filter{width:170px}.question-loading{padding:24px 0;text-align:center}.question-prompt{max-width:460px;color:var(--text-primary);font-weight:600;line-height:1.4}.question-options{max-width:520px;margin-top:6px;color:var(--text-muted);font-size:12px;line-height:1.5}.difficulty-badge,.source-badge,.correct-answer{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-badge);padding:6px 9px;font-size:12px;font-weight:700;white-space:nowrap}.difficulty-badge.easy{background:var(--success-soft);color:var(--success)}.difficulty-badge.medium{background:var(--warning-soft);color:var(--warning)}.difficulty-badge.hard{background:var(--error-soft);color:var(--error)}.source-badge.central{background:var(--info-soft);color:var(--info)}.source-badge.private{background:#ff465514;color:var(--festie-red-deep)}.correct-answer{min-width:28px;background:var(--success-soft);color:var(--success)}.question-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.table-action-link{color:var(--festie-red);font-size:13px;font-weight:600}.table-action-disabled{color:var(--text-muted);font-size:12px}.question-bank-note{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;padding:14px 2px;color:var(--text-muted);font-size:12px}.question-bank-note strong{color:var(--text-primary);font-size:13px}.question-bank-note b{color:var(--text-secondary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.selection-counter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;background:var(--primary-soft);border:1px solid var(--primary-soft-strong)}.counter-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.counter-value{color:var(--primary);font-size:1rem;font-weight:700}.selected-questions-panel{display:grid;gap:1.25rem}.selected-questions-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem}.question-number{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:700;font-size:.75rem;margin-right:.5rem}.empty-selected-questions{text-align:center;padding:2rem;border:2px dashed var(--border);border-radius:var(--radius-card);background:var(--surface-soft)}.selected-row{background:var(--primary-soft)}.selected-row td{color:var(--text-primary)}.participant-panel{display:grid;gap:20px}.participant-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.participant-heading h2{font-size:20px}.participant-heading .helperText{margin-top:6px}.participant-toolbar{display:flex;align-items:center;gap:10px}.participant-search-field{flex:1 1 360px}.participant-filter{width:170px}.participant-loading{padding:24px 0;text-align:center}.participant-name{color:var(--text-primary);font-weight:600}.participant-id{max-width:180px;overflow:hidden;text-overflow:ellipsis;color:var(--text-muted);font-family:SFMono-Regular,Consolas,monospace;font-size:11px;margin-top:4px}.participant-status{display:inline-flex;align-items:center;border-radius:var(--radius-badge);padding:6px 9px;font-size:12px;font-weight:700;white-space:nowrap}.participant-status.registered{background:#f2f4f7;color:var(--text-secondary)}.participant-status.in_progress{background:#ff465514;color:var(--festie-red-deep)}.participant-status.submitted{background:var(--success-soft);color:var(--success)}.participant-score{display:block;color:var(--text-primary)}.participant-answers{display:block;color:var(--text-muted);font-size:11px;margin-top:3px}.quiz-list-panel{display:grid;gap:18px}.quiz-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.quiz-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center;text-align:left;min-height:76px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-button);background:var(--surface);color:var(--text-primary);cursor:pointer}.quiz-list-item:hover,.quiz-list-item.selected{border-color:#ff465559;background:#ff465508}.quiz-list-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);font-size:14px;font-weight:600}.quiz-list-meta{grid-column:1 / -1;color:var(--text-muted);font-size:12px}@media(max-width:768px){.form-row,.form-grid{grid-template-columns:1fr}}.form-action-bar{position:sticky;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);padding:16px 24px;z-index:10;box-shadow:0 -2px 8px #0000000a}.form-action-bar-content{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:12px}@media(max-width:768px){.form-action-bar{padding:12px 16px}.form-action-bar-content{flex-direction:column-reverse;align-items:stretch}.form-action-bar-content .button{width:100%}}.quiz-stepper{display:flex;align-items:flex-start;gap:0;position:relative}.quiz-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;text-decoration:none;padding:12px 8px;transition:all .2s ease}.quiz-step-indicator{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .2s ease;position:relative;z-index:2}.quiz-step-done .quiz-step-indicator{background:var(--success);color:#fff}.quiz-step-active .quiz-step-indicator{background:var(--festie-red);color:#fff}.quiz-step-locked .quiz-step-indicator{background:var(--border);color:var(--text-muted)}.quiz-step-check{width:16px;height:16px}.quiz-step-number{font-size:14px;font-weight:600}.quiz-step-locked{font-size:18px;color:var(--text-muted)}.quiz-step-label{font-size:13px;font-weight:500;text-align:center;line-height:1.3;transition:color .2s ease}.quiz-step-done .quiz-step-label{color:var(--text-secondary)}.quiz-step-active .quiz-step-label{color:var(--festie-red);font-weight:600}.quiz-step-locked .quiz-step-label{color:var(--text-muted)}.quiz-step-connector{position:absolute;top:28px;left:50%;width:100%;height:2px;background:var(--border);transform:translate(-50%);z-index:1}.quiz-step-done .quiz-step-connector{background:var(--success)}.quiz-step:last-child .quiz-step-connector{display:none}.quiz-step:hover:not(.quiz-step-locked){cursor:pointer}.quiz-step-locked{cursor:not-allowed}@media(max-width:768px){.quiz-stepper{flex-direction:column;align-items:flex-start;gap:8px}.quiz-step{flex-direction:row;align-items:center;gap:12px;padding:8px 0}.quiz-step-indicator{width:24px;height:24px;flex-shrink:0}.quiz-step-check{width:12px;height:12px}.quiz-step-number{font-size:12px}.quiz-step-locked{font-size:14px}.quiz-step-label{text-align:left}.quiz-step-connector{display:none}}.quiz-dashboard{display:flex;flex-direction:column;gap:24px}.quiz-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-soft);display:flex;justify-content:space-between;align-items:center;gap:24px}.quiz-summary-main{display:flex;flex-direction:column;gap:8px}.quiz-title{font-size:28px;font-weight:700;color:var(--text-primary);margin:0}.quiz-summary-stats{display:flex;gap:32px}.quiz-summary-stat{display:flex;flex-direction:column;gap:4px;text-align:right}.quiz-summary-stat-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.quiz-summary-stat-value{font-size:24px;font-weight:700;color:var(--text-primary)}.quiz-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.quiz-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.quiz-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.quiz-stats-grid{grid-template-columns:1fr}}.quiz-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-soft)}.quiz-stat-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.quiz-stat-value{font-size:24px;font-weight:700;color:var(--text-primary);line-height:1.2}.quiz-stat-card .festie-badge{align-self:flex-start}.quiz-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-soft)}.quiz-section-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.quiz-section-description{font-size:14px;color:var(--text-secondary);margin:0 0 20px;line-height:1.4}.quiz-section-hint{font-size:13px;color:var(--text-muted);margin:16px 0 20px;font-style:italic}.quiz-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.quiz-step-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-card);text-decoration:none;transition:all .2s ease;cursor:pointer}.quiz-step-card:hover{border-color:var(--festie-red);background:var(--surface);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.quiz-step-icon{font-size:32px}.quiz-step-label{font-size:14px;font-weight:500;color:var(--text-primary);text-align:center}.quiz-url-bar{display:flex;align-items:center;gap:12px;padding:12px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-button)}.quiz-url-text{flex:1;font-size:14px;color:var(--text-secondary);font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-actions{display:flex;gap:12px;justify-content:flex-end}@media(max-width:768px){.quiz-summary-card{flex-direction:column;align-items:flex-start}.quiz-summary-stats{flex-direction:column;gap:16px;align-items:flex-start}.quiz-summary-stat{text-align:left}.quiz-dashboard-header{flex-direction:column;align-items:flex-start}.quiz-stats-grid{grid-template-columns:1fr}.quiz-steps-grid{grid-template-columns:1fr 1fr}.quiz-url-bar,.quiz-actions{flex-direction:column;align-items:stretch}.quiz-actions .button{width:100%}}.festie-dashboard-page{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.festie-shell{display:flex;flex:1;min-height:0;position:relative}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}.festie-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);border-radius:0;box-shadow:none;display:flex;flex-direction:column;padding:20px 0;flex-shrink:0}.sidebar-brand{padding:0 20px 24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border-light);margin-bottom:8px}.brand-mark{width:36px;height:36px;border-radius:8px;background:var(--festie-red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.sidebar-brand p{font-size:11px;color:var(--text-secondary);margin:0;line-height:1.2}.sidebar-brand strong{font-size:16px;color:var(--text-primary);display:block}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 8px;flex:1}.sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-button);font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:background .15s ease,color .15s ease;border:none;background:transparent}.sidebar-link:hover{background:var(--border-light);color:var(--text-primary)}.sidebar-link.active{background:#fff0f2;color:var(--festie-red)}.sidebar-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-icon svg{width:18px;height:18px}.festie-content{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--background)}.festie-topbar{height:64px;min-height:64px;background:var(--surface);border-bottom:1px solid var(--border);border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:space-between;padding:0 32px;flex-shrink:0}.crumb-wrap{display:flex;align-items:center}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px}.crumb-current{color:var(--text-primary);font-weight:500}.crumb-divider{color:var(--text-muted)}.crumb-label{color:var(--text-secondary);font-weight:600}.topbar-tools{display:flex;align-items:center;gap:16px}.mobile-nav-toggle-wrapper{display:none}.icon-button{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.icon-button:hover{background:var(--border-light);color:var(--text-primary)}.icon-button svg{width:20px;height:20px}.profile-badge{width:40px;height:40px;border-radius:50%;background:var(--festie-red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.page-content{padding:40px clamp(24px,4vw,56px) 56px;max-width:1320px;width:100%;margin:0 auto}.page-actions{display:flex;align-items:center;gap:12px}.page-header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.page-kicker{font-size:13px;color:var(--text-secondary);margin:0 0 4px}.page-title{font-size:32px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.2}.create-quiz-button{padding:10px 20px;font-size:14px;font-weight:600}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:20px;box-shadow:var(--shadow-soft)}.stat-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.stat-icon{width:26px;height:26px;border-radius:6px;background:#fff0f2;color:var(--festie-red);display:flex;align-items:center;justify-content:center}.stat-icon svg{width:16px;height:16px}.stat-header span:last-child{font-size:13px;color:var(--text-secondary);font-weight:500}.stat-value{font-size:26px;font-weight:700;color:var(--text-primary);display:block;line-height:1.2}.stat-detail{display:block;margin-top:8px;font-size:13px;color:var(--festie-red);font-weight:600;text-decoration:none}.stat-detail:hover{text-decoration:underline}.hero-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-soft);margin-bottom:24px;position:relative;overflow:hidden}.hero-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(180deg,rgba(255,70,85,.08) 0%,rgba(255,70,85,.02) 50%,transparent 100%);pointer-events:none}.overview-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;position:relative}.overview-title-wrap{display:flex;align-items:center;gap:12px}.overview-title-wrap h2{font-size:22px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.overview-actions{display:flex;align-items:center;gap:10px}.overview-actions .secondary-link{font-size:14px;font-weight:500;padding:8px 16px}.overview-actions .leaderboard-button{padding:8px 16px;font-size:14px;font-weight:600}.meta-table{display:flex;flex-direction:column;position:relative}.meta-row{display:flex;align-items:center;padding:14px 0;border-top:1px solid var(--border-light)}.meta-row:first-child{border-top:none}.meta-label{width:180px;font-size:14px;color:var(--text-secondary);font-weight:500;flex-shrink:0}.meta-value{flex:1;font-size:14px;color:var(--text-primary);font-weight:500}.meta-inline{display:flex;align-items:center;gap:8px}.muted-inline{color:var(--text-secondary)}.url-inline{display:flex;align-items:center;gap:8px}.url-chip{display:inline-flex;align-items:center;border:1px solid var(--border);background:var(--background);color:var(--text-secondary);border-radius:6px;padding:6px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.copy-button{font-size:13px;padding:6px 12px}.empty-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:40px;box-shadow:var(--shadow-soft);text-align:center}.empty-state{font-size:14px;color:var(--text-muted);margin:0;line-height:1.6}.mobileNavToggle{display:none;flex-direction:column;gap:5px;padding:8px;background:transparent;border:none;cursor:pointer}.mobileNavToggle span{width:24px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .2s ease}.festie-error{color:var(--error);font-size:14px;margin-bottom:16px}@media(max-width:768px){.mobile-nav-toggle-wrapper,.mobileNavToggle{display:flex}.sidebar-backdrop,.sidebar-backdrop.visible{display:block}.sidebar-backdrop.hidden{display:none}.festie-shell{position:relative}.festie-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-100%);transition:transform .3s ease}.festie-sidebar.open{transform:translate(0)}.festie-topbar{padding:0 16px}.page-content{padding:20px 16px}.stat-grid{grid-template-columns:repeat(2,1fr)}.page-header-row{flex-direction:column;align-items:flex-start}.page-actions{width:100%;justify-content:flex-start}.overview-header{flex-direction:column;align-items:flex-start}.overview-actions{flex-wrap:wrap;width:100%}.meta-row{flex-direction:column;align-items:flex-start;gap:8px}.meta-label{width:auto}}@media(max-width:480px){.stat-grid{grid-template-columns:1fr}}.festie-dashboard-page .form-panel{width:100%;max-width:none;overflow:hidden;padding:0;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--workspace-shadow)}.festie-dashboard-page .form-panel-header{padding:24px 28px 20px;border-bottom:1px solid var(--border-light)}.festie-dashboard-page .form-panel-header h2{margin:0 0 6px;color:var(--text-primary);font-size:20px;font-weight:700;letter-spacing:-.02em}.festie-dashboard-page .form-panel-header p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.55}.festie-dashboard-page .form-panel-body{padding:26px 28px 28px}.question-form{display:grid;gap:26px}.question-form-section{min-width:0;padding:24px 0 0;border:0;border-top:1px solid var(--border-light)}.question-form-section legend{padding:0;color:var(--text-primary);font-size:15px;font-weight:700}.question-form-hint{margin:4px 0 16px;color:var(--text-muted);font-size:13px}.question-options-grid,.question-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.question-settings-grid{max-width:none}.festie-dashboard-page .tableWrap{width:100%;max-width:100%;overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:12px;outline:none;-webkit-overflow-scrolling:touch}.festie-dashboard-page .tableWrap:focus-visible{border-color:#ff46556b;box-shadow:0 0 0 3px #ff465514}.festie-dashboard-page .table{width:100%;min-width:860px;border-collapse:separate;border-spacing:0;background:var(--surface)}.festie-dashboard-page .table thead,.festie-dashboard-page .table th{background:#f8f9fb}.festie-dashboard-page .table th{padding:13px 16px;color:#667085;border-bottom:1px solid var(--border);font-size:11px;font-weight:700;letter-spacing:.075em;line-height:1.3;text-transform:uppercase;white-space:nowrap}.festie-dashboard-page .table th:first-child{padding-left:18px;border-top-left-radius:11px}.festie-dashboard-page .table th:last-child{padding-right:18px;border-top-right-radius:11px}.festie-dashboard-page .table td{padding:16px;color:var(--text-secondary);background:var(--surface);border-bottom:1px solid var(--border-light);font-size:13px;line-height:1.45;vertical-align:middle;transition:background-color .15s ease}.festie-dashboard-page .table td:first-child{padding-left:18px}.festie-dashboard-page .table td:last-child{padding-right:18px}.festie-dashboard-page .table tbody tr:last-child td{border-bottom:0}.festie-dashboard-page .table tbody tr:hover td{background:#fffafb}.festie-dashboard-page .table-action-link{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;color:var(--festie-red);background:#fff0f2;border-radius:7px;font-size:12px;font-weight:700;white-space:nowrap}.festie-dashboard-page .table-action-link:hover{color:var(--festie-red-deep);background:#ffe4e8}.festie-dashboard-page .participant-toolbar,.festie-dashboard-page .question-toolbar{padding:12px;background:#f8f9fb;border:1px solid var(--border-light);border-radius:11px}.festie-dashboard-page .participant-toolbar .search,.festie-dashboard-page .participant-toolbar .select,.festie-dashboard-page .question-toolbar .search,.festie-dashboard-page .question-toolbar .select{min-height:44px;background-color:var(--surface);border-color:#dce0e6}.festie-dashboard-page .participant-status,.festie-dashboard-page .difficulty-badge,.festie-dashboard-page .source-badge,.festie-dashboard-page .correct-answer{border:1px solid transparent;box-shadow:inset 0 0 0 1px #11182706}@media(max-width:768px){.festie-dashboard-page .participant-toolbar,.festie-dashboard-page .question-toolbar{flex-direction:column;align-items:stretch}.festie-dashboard-page .participant-search-field,.festie-dashboard-page .question-search-field{flex-basis:auto}.festie-dashboard-page .participant-filter,.festie-dashboard-page .question-filter{width:100%}.festie-dashboard-page .table th,.festie-dashboard-page .table td{padding:13px 14px}}.question-field{display:grid;gap:8px;min-width:0}.question-field label{color:var(--text-primary);font-size:13px;font-weight:600}.question-field input,.question-field textarea,.question-field select{width:100%;min-height:44px;padding:10px 12px;color:var(--text-primary);background:var(--surface);border:1px solid #d7dbe2;border-radius:9px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.question-field textarea{min-height:110px;resize:vertical;line-height:1.5}.question-field select{cursor:pointer}.question-field input:hover,.question-field textarea:hover,.question-field select:hover{border-color:#b8bec8}.question-field input:focus,.question-field textarea:focus,.question-field select:focus{border-color:var(--festie-red);box-shadow:0 0 0 3px #ff46551a}.form-error{padding:11px 13px;color:var(--error);background:var(--error-soft);border:1px solid rgba(220,38,38,.14);border-radius:8px;font-size:13px}.question-form-actions{display:flex;justify-content:flex-end;padding-top:22px;border-top:1px solid var(--border-light)}.question-form-actions .button{min-width:140px}.question-form-actions .button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media(max-width:768px){.festie-dashboard-page .form-panel{width:100%}.festie-dashboard-page .form-panel-header,.festie-dashboard-page .form-panel-body{padding:20px}.question-options-grid,.question-settings-grid{grid-template-columns:1fr;gap:16px;max-width:none}}@media(max-width:480px){.festie-dashboard-page .form-panel-header,.festie-dashboard-page .form-panel-body{padding:18px}.question-form{gap:22px}.question-form-actions .button{width:100%}}.festie-dashboard-page{--workspace-shadow: 0 10px 30px rgba(25, 76, 126, .055)}.festie-dashboard-page .festie-shell{min-height:100vh}.festie-dashboard-page .festie-sidebar{position:fixed;top:0;left:0;bottom:0;height:100vh;height:100dvh;padding:0 0 24px;z-index:20;overflow-y:auto;overscroll-behavior:contain}.festie-dashboard-page .festie-content{width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width)}.festie-dashboard-page .sidebar-brand{height:72px;min-height:72px;padding:0 22px;margin-bottom:14px;flex-shrink:0}.festie-dashboard-page .brand-mark{width:40px;height:40px;border-radius:11px;box-shadow:0 7px 16px #ff465533}.festie-dashboard-page .sidebar-nav{gap:5px;padding:0 12px}.festie-dashboard-page .sidebar-link{min-height:46px;padding:11px 14px;border-radius:10px}.festie-dashboard-page .sidebar-link.active{color:var(--festie-red);background:#fff0f2;box-shadow:inset 3px 0 0 var(--festie-red)}.festie-dashboard-page .festie-topbar{position:sticky;top:0;z-index:15;width:100%;height:72px;min-height:72px;padding:0 clamp(24px,4vw,56px);border:0;border-bottom:1px solid var(--border)}.festie-dashboard-page .breadcrumb{font-size:13px}.festie-dashboard-page .crumb-current{font-weight:600}.festie-dashboard-page .crumb-divider{color:#c5cad3}.festie-dashboard-page .topbar-tools{gap:10px}.festie-dashboard-page .icon-button,.festie-dashboard-page .profile-badge{width:38px;height:38px}.festie-dashboard-page .icon-button{border:1px solid transparent}.festie-dashboard-page .icon-button:hover{border-color:var(--border)}.festie-dashboard-page .profile-badge{box-shadow:0 0 0 4px #fff0f2}.festie-dashboard-page .page-header-row{align-items:flex-end;min-height:64px;margin-bottom:28px}.festie-dashboard-page .page-kicker{margin-bottom:6px;color:var(--festie-red);font-size:13px;font-weight:700;letter-spacing:-.01em;text-transform:none}.festie-dashboard-page .page-title{font-size:clamp(28px,3vw,36px);font-weight:800;letter-spacing:-.045em}.festie-dashboard-page .panel,.festie-dashboard-page .card,.festie-dashboard-page .stat-card,.festie-dashboard-page .hero-panel,.festie-dashboard-page .empty-panel,.festie-dashboard-page .quiz-section,.festie-dashboard-page .quiz-summary-card,.festie-dashboard-page .quiz-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--workspace-shadow)}.festie-dashboard-page .panel,.festie-dashboard-page .card{padding:clamp(20px,3vw,28px)}.festie-dashboard-page .panel-header{align-items:flex-start;gap:20px;margin-bottom:22px}.festie-dashboard-page .panel-header h2{margin-bottom:5px;font-size:21px;font-weight:700;letter-spacing:-.035em}.festie-dashboard-page .helperText{color:var(--text-secondary);font-size:14px;line-height:1.55}.festie-dashboard-page .button{min-height:42px;padding:10px 18px;border-radius:11px;font-size:14px;font-weight:700;line-height:1}.festie-dashboard-page .button.primary,.festie-dashboard-page .primary-button{color:#fff;background:var(--festie-red);border:1px solid var(--festie-red);box-shadow:0 5px 12px #ff46552e}.festie-dashboard-page .button.primary:hover,.festie-dashboard-page .primary-button:hover{background:var(--festie-red-deep);border-color:var(--festie-red-deep);transform:translateY(-1px)}.festie-dashboard-page .button.secondary{color:var(--text-primary);background:var(--surface);border:1px solid var(--border)}.festie-dashboard-page .quiz-list-panel{gap:0}.festie-dashboard-page .quiz-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.festie-dashboard-page .quiz-list-item{position:relative;min-height:112px;padding:18px 20px;border-radius:11px;box-shadow:0 1px 2px #11182706;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.festie-dashboard-page .quiz-list-item:hover{border-color:#ff465561;background:#fffafb;box-shadow:0 8px 20px #1118270f;transform:translateY(-2px)}.festie-dashboard-page .quiz-list-title{font-size:15px;font-weight:700}.festie-dashboard-page .quiz-list-meta{font-size:13px}.festie-dashboard-page .table-wrap,.festie-dashboard-page .table-container{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:1024px){.festie-dashboard-page .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.festie-dashboard-page .festie-content{width:100%;margin-left:0}.festie-dashboard-page .festie-sidebar{position:fixed;top:0;right:auto;height:100dvh;width:min(84vw,300px);min-width:0;z-index:60;visibility:hidden;pointer-events:none;box-shadow:18px 0 42px #11182729}.festie-dashboard-page .festie-sidebar.open{visibility:visible;pointer-events:auto}.festie-dashboard-page .sidebar-brand{height:64px;min-height:64px}.festie-dashboard-page .sidebar-backdrop{display:block;width:100%;padding:0;border:0;border-radius:0;cursor:default;z-index:50;touch-action:none}.festie-dashboard-page .festie-topbar{height:64px;min-height:64px;padding:0 16px}.festie-dashboard-page .mobile-nav-toggle-wrapper{display:flex;order:-1}.festie-dashboard-page .crumb-wrap{flex:1;min-width:0;margin-left:8px}.festie-dashboard-page .crumb-current,.festie-dashboard-page .crumb-divider{display:none}.festie-dashboard-page .crumb-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.festie-dashboard-page .topbar-tools{margin-left:10px}.festie-dashboard-page .icon-button{display:none}.festie-dashboard-page .page-content{padding:24px 16px 40px}.festie-dashboard-page .page-header-row{min-height:auto;margin-bottom:20px;gap:16px;align-items:center;text-align:center}.festie-dashboard-page .page-header-row>div:first-child{width:100%}.festie-dashboard-page .page-actions,.festie-dashboard-page .page-actions .button{width:100%}.festie-dashboard-page .panel-header{flex-direction:column}.festie-dashboard-page .quiz-list{grid-template-columns:1fr}}@media(max-width:480px){.festie-dashboard-page .page-title{font-size:28px}.festie-dashboard-page .panel,.festie-dashboard-page .card,.festie-dashboard-page .quiz-section,.festie-dashboard-page .quiz-summary-card{padding:18px;border-radius:12px}.festie-dashboard-page .stat-grid,.festie-dashboard-page .quiz-stats-grid,.festie-dashboard-page .quiz-steps-grid{grid-template-columns:1fr}.festie-dashboard-page .quiz-list-item{min-height:98px;padding:16px}}.results-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.result-summary-card{display:flex;align-items:center;gap:14px;min-height:104px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:13px;box-shadow:var(--workspace-shadow)}.result-summary-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;color:var(--festie-red);background:#fff0f2;border-radius:10px;font-size:13px;font-weight:800}.questions-summary .result-summary-icon{color:var(--info);background:var(--info-soft)}.status-summary .result-summary-icon{color:var(--success);background:var(--success-soft)}.result-summary-card p{margin:0 0 4px;color:var(--text-secondary);font-size:13px;font-weight:600}.result-summary-card strong{display:block;color:var(--text-primary);font-size:24px;line-height:1.2}.result-summary-card .status-badge{margin-top:2px}.festie-dashboard-page .results-panel{display:grid;gap:22px}.results-panel-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.results-panel-header h2{margin:0 0 5px;font-size:20px;letter-spacing:-.02em}.festie-dashboard-page .export-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11px}.festie-dashboard-page .export-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.festie-dashboard-page .export-button span{color:inherit}.result-rank{display:inline-grid;place-items:center;min-width:34px;height:28px;padding:0 8px;color:var(--text-secondary);background:#f2f4f7;border-radius:7px;font-size:12px;font-weight:700}.result-rank.top-rank{color:var(--warning);background:var(--warning-soft)}.result-name,.result-score{color:var(--text-primary);font-weight:700}.result-score.negative{color:var(--error)}.answer-count{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:7px;font-size:12px;font-weight:700}.answer-count.correct{color:var(--success);background:var(--success-soft)}.answer-count.incorrect{color:var(--error);background:var(--error-soft)}.answer-count.unanswered{color:var(--text-secondary);background:#f2f4f7}.result-time{color:var(--text-secondary);font-variant-numeric:tabular-nums;white-space:nowrap}.certificate-earned{display:inline-flex;padding:5px 8px;color:var(--success);background:var(--success-soft);border-radius:6px;font-size:11px;font-weight:700;white-space:nowrap}.result-empty{color:var(--text-muted)}.results-empty-state{display:grid;place-items:center;gap:5px;min-height:180px;padding:32px;text-align:center;background:#fafbfc;border:1px dashed #d8dde5;border-radius:10px}.results-empty-state strong{color:var(--text-primary)}.results-empty-state p{color:var(--text-muted);font-size:13px}@media(max-width:900px){.results-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.results-summary-grid{grid-template-columns:1fr;gap:12px}.result-summary-card{min-height:88px;padding:16px}.results-panel-header{align-items:stretch;flex-direction:column}.results-panel-header .button{width:100%}}.settings-form{display:grid;gap:24px}.settings-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px}.logo-settings{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-right:32px;border-right:1px solid var(--border-light)}.logo-settings h3,.profile-settings h3{margin:0 0 5px;color:var(--text-primary);font-size:15px;font-weight:700}.logo-settings p,.settings-section-heading p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.5}.logo-preview{display:grid;place-items:center;width:112px;height:112px;overflow:hidden;color:var(--festie-red);background:#fff0f2;border:1px solid rgba(255,70,85,.18);border-radius:18px;font-size:34px;font-weight:800;box-shadow:0 8px 20px #1118270f}.logo-preview img{width:100%;height:100%;object-fit:cover}.logo-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.logo-upload-button:hover{border-color:#ff465559}.logo-upload-button.disabled{cursor:not-allowed;opacity:.6}.logo-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.logo-settings .logo-upload-hint{margin-top:-8px;font-size:11px}.logo-settings .form-error{width:100%}.profile-settings{display:grid;align-content:start;gap:20px}.settings-section-heading{padding-bottom:16px;border-bottom:1px solid var(--border-light)}.settings-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-field{display:grid;gap:7px}.settings-field label{color:var(--text-primary);font-size:13px;font-weight:600}.settings-field .input{min-height:44px;border-color:#d7dbe2}.locked-account-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#f8f9fb;border:1px solid var(--border-light);border-radius:9px}.locked-account-row div{display:grid;gap:2px}.locked-account-row div span{color:var(--text-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.locked-account-row strong{color:var(--text-primary);font-size:13px}.locked-badge{padding:5px 8px;color:var(--text-secondary);background:#eef0f3;border-radius:999px;font-size:11px;font-weight:700}.settings-success{padding:11px 13px;color:var(--success);background:var(--success-soft);border:1px solid rgba(22,163,74,.14);border-radius:8px;font-size:13px;font-weight:600}.settings-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:20px;border-top:1px solid var(--border-light)}.settings-actions .button{min-width:112px}.settings-actions .button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media(max-width:800px){.settings-layout{grid-template-columns:1fr;gap:24px}.logo-settings{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;padding:0 0 24px;border-right:0;border-bottom:1px solid var(--border-light)}.logo-settings>div:first-child{grid-column:1 / -1}.logo-settings .logo-upload-button{align-self:end;justify-self:start}.logo-settings .logo-upload-hint{grid-column:2;margin:-8px 0 0;align-self:start}.logo-settings .form-error{grid-column:1 / -1}}@media(max-width:520px){.settings-field-grid{grid-template-columns:1fr}.logo-settings{display:flex;align-items:flex-start}.settings-actions{flex-direction:column-reverse}.settings-actions .button{width:100%}}.festie-dashboard-page,.festie-dashboard-page .festie-content{background:#f2f8ff}.festie-dashboard-page .festie-sidebar{color:#fff;background:linear-gradient(180deg,#087ee7,#0875dc);border:0;border-right:0;border-bottom-right-radius:56px;box-shadow:8px 0 28px #085cb11c}.festie-dashboard-page .sidebar-brand{border-bottom-color:#ffffff29}.festie-dashboard-page .brand-mark{color:#fff;background:#ffffff29;box-shadow:none}.festie-dashboard-page .sidebar-brand .brand-kicker,.festie-dashboard-page .sidebar-brand strong{color:#fff}.festie-dashboard-page .sidebar-brand .brand-kicker{opacity:.76}.festie-dashboard-page .sidebar-link,.festie-dashboard-page .sidebar-link span,.festie-dashboard-page .sidebar-link svg{color:#ffffffe6}.festie-dashboard-page .sidebar-link:hover{color:#fff;background:#ffffff1c}.festie-dashboard-page .sidebar-link.active{color:#fff;background:#ffffff2e;box-shadow:none}.festie-dashboard-page .sidebar-link.active span,.festie-dashboard-page .sidebar-link.active svg{color:#fff}.festie-dashboard-page .festie-topbar{background:#fffffff5;border-bottom-color:#dbe9f6}.festie-dashboard-page .page-title,.festie-dashboard-page .panel-header h2,.festie-dashboard-page .participant-heading h2,.festie-dashboard-page .question-bank-heading h2,.festie-dashboard-page .results-panel-header h2{color:#086fd1}.festie-dashboard-page .page-kicker{color:#6e89a8}.festie-dashboard-page .panel,.festie-dashboard-page .card,.festie-dashboard-page .stat-card,.festie-dashboard-page .hero-panel,.festie-dashboard-page .quiz-section,.festie-dashboard-page .quiz-summary-card,.festie-dashboard-page .quiz-stat-card,.festie-dashboard-page .result-summary-card{border-color:#dbe9f6;box-shadow:0 8px 25px #2069ac0e}.festie-dashboard-page .participant-toolbar,.festie-dashboard-page .question-toolbar{background:transparent;border:0;padding:0}.festie-dashboard-page .participant-toolbar .search,.festie-dashboard-page .participant-toolbar .select,.festie-dashboard-page .question-toolbar .search,.festie-dashboard-page .question-toolbar .select{border-color:#d5e6f5;border-radius:999px;box-shadow:0 4px 14px #2069ac0b}.festie-dashboard-page .participant-toolbar .search,.festie-dashboard-page .question-toolbar .search{padding-left:20px}.festie-dashboard-page .participant-toolbar .select,.festie-dashboard-page .question-toolbar .select{padding-left:16px}.festie-dashboard-page .tableWrap{overflow-x:auto;background:transparent;border:0;border-radius:0}.festie-dashboard-page .table{border-collapse:separate;border-spacing:0 6px;background:transparent}.festie-dashboard-page .table thead,.festie-dashboard-page .table th{background:transparent}.festie-dashboard-page .table th{padding:10px 16px;color:#173b66;border:0;font-size:12px;font-weight:700;letter-spacing:-.01em;text-transform:none}.festie-dashboard-page .table td{padding:15px 16px;background:#fff;border-top:1px solid #dbe9f6;border-bottom:1px solid #dbe9f6}.festie-dashboard-page .table tbody tr:last-child td{border-bottom:1px solid #dbe9f6}.festie-dashboard-page .table td:first-child{border-left:1px solid #dbe9f6;border-radius:10px 0 0 10px}.festie-dashboard-page .table td:last-child{border-right:1px solid #dbe9f6;border-radius:0 10px 10px 0}.festie-dashboard-page .table tbody tr:hover td{background:#f5faff;border-color:#bddcf7}.festie-dashboard-page .table-action-link{color:#0878df;background:#e7f3ff;border-radius:999px}.festie-dashboard-page .button.primary,.festie-dashboard-page .primary-button{background:#087de5;border-color:#087de5;border-radius:999px;box-shadow:0 7px 17px #087de533}.festie-dashboard-page .button.primary:hover,.festie-dashboard-page .primary-button:hover{background:#066cc8;border-color:#066cc8}@media(max-width:768px){.festie-dashboard-page .festie-sidebar{border-bottom-right-radius:36px}.festie-dashboard-page .page-title{color:#102a4c}}.festie-dashboard-page .sidebar-link.active,.festie-dashboard-page .sidebar-link.active span,.festie-dashboard-page .sidebar-link.active svg{color:#0868c4}.festie-dashboard-page .sidebar-link.active{background:#e7f3ff;box-shadow:inset 3px 0 #fff}.festie-dashboard-page select,.festie-dashboard-page .select,.festie-dashboard-page .field-select,.festie-dashboard-page .question-field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:44px;padding:10px 42px 10px 14px;color:#173b66;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23173b66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:17px;border:1px solid #cfe0ef;border-radius:10px;box-shadow:0 3px 10px #2069ac0a;font-size:14px;font-weight:600;line-height:1.3;cursor:pointer}.festie-dashboard-page select:hover,.festie-dashboard-page .select:hover,.festie-dashboard-page .field-select:hover,.festie-dashboard-page .question-field select:hover{border-color:#9fc8eb}.festie-dashboard-page select:focus,.festie-dashboard-page .select:focus,.festie-dashboard-page .field-select:focus,.festie-dashboard-page .question-field select:focus{outline:none;border-color:#087de5;box-shadow:0 0 0 3px #087de51f}.festie-dashboard-page select:disabled,.festie-dashboard-page .select:disabled,.festie-dashboard-page .field-select:disabled{color:#8ca0b8;background-color:#f4f7fa;cursor:not-allowed;opacity:.8}.festie-dashboard-page select option{color:#173b66;background:#fff;font-weight:500}.festie-dashboard-page .participant-toolbar .select,.festie-dashboard-page .question-toolbar .select{border-radius:10px;padding-left:14px;box-shadow:0 3px 10px #2069ac0a}.custom-dropdown{position:relative;flex:0 0 auto;min-width:170px}.custom-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:44px;padding:10px 13px 10px 15px;color:#173b66;background:#fff;border:1px solid #cfe0ef;border-radius:10px;box-shadow:0 3px 10px #2069ac0a;font-size:14px;font-weight:600;line-height:1.3;cursor:pointer}.custom-dropdown-trigger>span{color:inherit}.custom-dropdown-trigger>svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.custom-dropdown-trigger[aria-expanded=true]{border-color:#087de5;box-shadow:0 0 0 3px #087de51f}.custom-dropdown-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 7px);left:0;z-index:80;width:100%;min-width:100%;padding:6px;overflow:hidden;background:#fff;border:1px solid #d5e6f5;border-radius:12px;box-shadow:0 16px 36px #1648792e;animation:dropdown-in .14s ease-out}.custom-dropdown-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:38px;padding:8px 10px;color:#294968;background:transparent;border:0;border-radius:8px;font-size:14px;font-weight:500;text-align:left;cursor:pointer}.custom-dropdown-option span{color:inherit}.custom-dropdown-option:hover{color:#0868c4;background:#f0f7ff}.custom-dropdown-option.selected{color:#0868c4;background:#e7f3ff;font-weight:700}.custom-dropdown-option svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.custom-dropdown{width:100%;min-width:0}.custom-dropdown-menu{width:100%}}.festie-dashboard-page .stat-card{--stat-accent: #087de5;--stat-soft: #e8f4ff;position:relative;isolation:isolate;min-height:148px;padding:22px 24px;overflow:hidden;background:linear-gradient(135deg,#fffffffa 35%,color-mix(in srgb,var(--stat-soft) 72%,white));border:1px solid color-mix(in srgb,var(--stat-accent) 17%,#dbe9f6);box-shadow:0 12px 28px #1c5e9e13;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.festie-dashboard-page .stat-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--stat-accent) 32%,#dbe9f6);box-shadow:0 16px 34px #1c5e9e1c}.festie-dashboard-page .stat-card:after{content:"";position:absolute;right:-36px;bottom:-52px;z-index:-1;width:150px;height:150px;background:var(--stat-soft);border-radius:50%;opacity:.72}.festie-dashboard-page .stat-card-status{--stat-accent: #12a594;--stat-soft: #e5faf6}.festie-dashboard-page .stat-card-users{--stat-accent: #7857d7;--stat-soft: #f0ecff}.festie-dashboard-page .stat-card-question{--stat-accent: #ef8a2f;--stat-soft: #fff3e5}.festie-dashboard-page .stat-header{position:relative;z-index:2;gap:12px;margin-bottom:17px}.festie-dashboard-page .stat-icon{width:38px;height:38px;color:var(--stat-accent);background:var(--stat-soft);border-radius:10px}.festie-dashboard-page .stat-icon svg{width:20px;height:20px}.festie-dashboard-page .stat-header span:last-child{color:#58708f;font-size:13px;font-weight:700}.festie-dashboard-page .stat-value{position:relative;z-index:2;max-width:calc(100% - 54px);color:#102a4c;font-size:29px;font-weight:800;letter-spacing:-.04em}.festie-dashboard-page .stat-value .status-badge{font-size:12px;letter-spacing:0}.status-badge.status-completed,.status-badge.status-active{color:#16823d;background:#e8f8ee;border:1px solid #c8ecd5}.status-badge.status-published{color:#0868c4;background:#e7f3ff;border:1px solid #c8e2fb}.status-badge.status-running{color:#087f86;background:#e4f8f8;border:1px solid #c3eaea}.status-badge.status-draft{color:#a65f08;background:#fff5df;border:1px solid #f4dfb5}.status-badge.status-inactive{color:#667085;background:#f1f3f6;border:1px solid #dfe3e8}.festie-dashboard-page .stat-detail{position:relative;z-index:2;color:var(--stat-accent)}.stat-card-watermark{position:absolute;right:17px;bottom:16px;z-index:1;display:grid;place-items:center;width:54px;height:54px;color:var(--stat-accent);opacity:.17;transform:rotate(-7deg)}.stat-card-watermark svg{width:48px;height:48px}@media(max-width:480px){.festie-dashboard-page .stat-card{min-height:132px;padding:18px 20px}.festie-dashboard-page .stat-value{font-size:27px}}@media(min-width:769px){.festie-dashboard-page .festie-topbar,.festie-dashboard-page .sidebar-brand{height:64px;min-height:64px}.festie-dashboard-page .sidebar-brand{padding-inline:18px;margin-bottom:10px}.festie-dashboard-page .brand-mark{width:36px;height:36px;border-radius:9px}.festie-dashboard-page .sidebar-nav{gap:3px;padding-inline:10px}.festie-dashboard-page .sidebar-link{min-height:40px;gap:10px;padding:8px 12px;border-radius:9px;font-size:12px}.festie-dashboard-page .sidebar-icon,.festie-dashboard-page .sidebar-icon svg{width:17px;height:17px}.festie-dashboard-page .page-content{padding:28px clamp(22px,3vw,40px) 42px;max-width:1440px}.festie-dashboard-page .page-header-row{min-height:54px;margin-bottom:20px}.festie-dashboard-page .page-title{font-size:clamp(25px,2.4vw,31px);letter-spacing:-.035em}.festie-dashboard-page .page-kicker{margin-bottom:3px;color:#7e94ac;font-size:11px;font-weight:600}.festie-dashboard-page .panel,.festie-dashboard-page .card{padding:20px 22px}.festie-dashboard-page .panel-header,.festie-dashboard-page .results-panel-header{margin-bottom:16px}.festie-dashboard-page .panel-header h2,.festie-dashboard-page .participant-heading h2,.festie-dashboard-page .question-bank-heading h2,.festie-dashboard-page .results-panel-header h2{font-size:17px;letter-spacing:-.02em}.festie-dashboard-page .helperText{font-size:12px}.festie-dashboard-page .button{min-height:36px;padding:8px 15px;font-size:12px}.festie-dashboard-page .participant-panel,.festie-dashboard-page .question-bank-panel,.festie-dashboard-page .results-panel{gap:14px}.festie-dashboard-page .participant-toolbar .search,.festie-dashboard-page .question-toolbar .search,.custom-dropdown-trigger{min-height:38px;font-size:12px}.custom-dropdown{min-width:150px}.participant-filter,.question-filter{width:150px}.custom-dropdown-option{min-height:34px;padding:7px 9px;font-size:12px}.festie-dashboard-page .table{border-spacing:0 4px}.festie-dashboard-page .table th{padding:7px 12px;color:#56718f;font-size:10px;font-weight:700}.festie-dashboard-page .table td{padding:10px 12px;color:#6f87a2;font-size:11px}.festie-dashboard-page .table th:first-child,.festie-dashboard-page .table td:first-child{padding-left:14px}.festie-dashboard-page .table th:last-child,.festie-dashboard-page .table td:last-child{padding-right:14px}.festie-dashboard-page .stat-grid{gap:12px;margin-bottom:18px}.festie-dashboard-page .stat-card{min-height:122px;padding:17px 19px}.festie-dashboard-page .stat-header{gap:9px;margin-bottom:12px}.festie-dashboard-page .stat-icon{width:32px;height:32px}.festie-dashboard-page .stat-icon svg{width:17px;height:17px}.festie-dashboard-page .stat-header span:last-child{font-size:11px}.festie-dashboard-page .stat-value{font-size:24px}.stat-card-watermark{width:44px;height:44px}.stat-card-watermark svg{width:39px;height:39px}}.festie-dashboard-page .table thead,.festie-dashboard-page .table thead tr,.festie-dashboard-page .table thead th{background:#f7fafc}.festie-dashboard-page .table thead th{color:#496987;padding-top:11px;padding-bottom:11px;border-top:1px solid #dbe7f1;border-bottom:1px solid #dbe7f1;box-shadow:inset 0 1px #ffffffd9}.festie-dashboard-page .table thead th:first-child{border-left:1px solid #dbe7f1;border-radius:10px 0 0 10px}.festie-dashboard-page .table thead th:last-child{border-right:1px solid #dbe7f1;border-radius:0 10px 10px 0}.campaignPage{display:block;min-height:100vh;padding:0;overflow:hidden;background:#fff}.campaignNav{display:flex;align-items:center;justify-content:space-between;width:min(100% - 40px,1180px);min-height:72px;margin:0 auto;border-bottom:1px solid #edf2f7}.campaignBrand{display:inline-flex;align-items:center;gap:10px;color:#173b66;font-size:16px;font-weight:800}.campaignBrand>span{color:inherit}.campaignBrandMark{display:grid;place-items:center;width:34px;height:34px;color:#fff!important;background:#087de5;border-radius:10px}.campaignNav nav{display:flex;align-items:center;gap:26px}.campaignNav nav a{color:#6f87a2;font-size:12px;font-weight:600}.campaignNav nav a:hover{color:#087de5}.campaignNav .campaignLogin{padding:9px 15px;color:#087de5;border:1px solid #cfe3f7;border-radius:999px}.campaignHero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:clamp(48px,7vw,100px);width:min(100% - 40px,1180px);min-height:610px;margin:0 auto;padding:70px 0 80px}.campaignHeroCopy{display:grid;justify-items:start}.campaignEyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;color:#7e94ac;font-size:11px;font-weight:700}.campaignEyebrow span{padding:6px 9px;color:#0876dc;background:#e7f3ff;border-radius:999px;font-size:9px;letter-spacing:.05em;text-transform:uppercase}.campaignHero h1{max-width:680px;margin:0;color:#173553;font-size:clamp(42px,5.4vw,70px);font-weight:800;line-height:1.03;letter-spacing:-.055em}.campaignHero h1 em{display:block;color:#1689ed;font-style:normal}.campaignHeroCopy>p{max-width:570px;margin:24px 0 0;color:#6f87a2;font-size:16px;line-height:1.75}.campaignActions{display:flex;gap:12px;margin-top:30px}.campaignPrimaryAction,.campaignSecondaryAction{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:999px;font-size:13px;font-weight:700}.campaignPrimaryAction{gap:10px;color:#fff;background:#087de5;box-shadow:0 10px 24px #087de533}.campaignPrimaryAction svg{width:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.campaignSecondaryAction{color:#345675;background:#fff;border:1px solid #dbe7f1}.campaignTrust{display:flex;align-items:center;gap:12px;margin-top:32px;color:#91a3b6;font-size:11px}.campaignTrust span,.campaignTrust strong{color:inherit}.campaignTrust strong{color:#496987}.campaignAvatarStack{display:flex;padding-left:8px}.campaignAvatarStack i{display:grid;place-items:center;width:28px;height:28px;margin-left:-8px;color:#fff;background:#1689ed;border:2px solid #fff;border-radius:50%;font-size:9px;font-style:normal;font-weight:800}.campaignAvatarStack i:nth-child(2){background:#725bd3}.campaignAvatarStack i:nth-child(3){background:#12a594}.campaignVisual{position:relative;min-height:460px;display:grid;place-items:center}.visualGlow{position:absolute;width:440px;height:440px;background:radial-gradient(circle,rgba(22,137,237,.17),rgba(22,137,237,.03) 55%,transparent 72%);border-radius:50%}.visualWindow{position:relative;z-index:2;width:min(100%,430px);overflow:hidden;background:#fff;border:1px solid #dce9f5;border-radius:20px;box-shadow:0 28px 65px #1e5f9b29;transform:rotate(1.5deg)}.visualTopbar{display:flex;align-items:center;gap:6px;height:42px;padding:0 14px;background:#f5f9fd;border-bottom:1px solid #e8f0f7}.visualTopbar>span{width:7px;height:7px;background:#c7d6e4;border-radius:50%}.visualTopbar b{margin-left:auto;color:#66809b;font-size:9px}.visualBody{padding:26px}.visualProgress{display:flex;justify-content:space-between;font-size:10px}.visualProgress strong{color:#087de5}.visualProgressTrack{height:5px;margin:9px 0 25px;overflow:hidden;background:#eaf1f7;border-radius:9px}.visualProgressTrack i{display:block;width:40%;height:100%;background:#1689ed}.visualBody h2{max-width:290px;margin-bottom:18px;font-size:18px}.visualOptions{display:grid;gap:9px}.visualOptions>span{display:flex;align-items:center;gap:10px;padding:11px;color:#6f87a2;border:1px solid #e0eaf3;border-radius:10px;font-size:11px}.visualOptions b{display:grid;place-items:center;width:24px;height:24px;color:#6f87a2;background:#edf3f8;border-radius:7px}.visualOptions .selected{color:#0871d2;background:#eef7ff;border-color:#79baf3}.visualOptions .selected b{color:#fff;background:#087de5}.visualOptions .selected i{margin-left:auto;color:#087de5;font-style:normal}.visualBody button{display:flex;justify-content:center;gap:8px;width:100%;margin-top:18px;padding:11px;color:#fff;background:#087de5;border:0;border-radius:10px;font-size:11px;font-weight:700}.visualStat{position:absolute;z-index:3;display:grid;min-width:105px;padding:13px 15px;background:#fffffff5;border:1px solid #dce9f5;border-radius:14px;box-shadow:0 14px 35px #1e5f9b24}.visualStat strong{color:#173b66;font-size:17px}.visualStat span{color:#91a3b6;font-size:9px}.visualStatTop{top:48px;right:-10px}.visualStatBottom{bottom:42px;left:-8px}.campaignSteps{padding:86px max(20px,calc((100% - 1180px)/2));background:#f4f9ff;border-top:1px solid #dbe7f1;border-bottom:1px solid #dbe7f1}.campaignSectionHeading{max-width:600px;margin-bottom:38px}.campaignSectionHeading>span,.campaignMiniLabel{color:#1689ed;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.campaignSectionHeading h2,.campaignInstructions h2{margin-top:10px;color:#173553;font-size:clamp(27px,3vw,38px);font-weight:800;letter-spacing:-.04em}.campaignStepGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.campaignStepGrid article{padding:25px;background:#fff;border:1px solid #dce9f5;border-radius:16px}.campaignStepGrid article>b{color:#1689ed;font-size:11px}.campaignStepGrid h3{margin:25px 0 8px;font-size:16px}.campaignStepGrid p{color:#7e94ac;font-size:12px;line-height:1.65}.campaignInstructions{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;width:min(100% - 40px,1180px);margin:0 auto;padding:90px 0}.campaignInstructions>div p{margin-top:10px;color:#7e94ac;font-size:13px}.campaignInstructions ul{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none}.campaignInstructions li{display:flex;gap:10px;padding:14px;color:#607b96;background:#f7faff;border-radius:11px;font-size:11px;line-height:1.5}.campaignInstructions li span{display:grid;place-items:center;width:19px;height:19px;flex:0 0 19px;color:#087de5;background:#e0f0ff;border-radius:50%;font-size:9px}.campaignInformation{width:100%;margin:0;padding:90px max(20px,calc((100% - 1180px)/2));background:#fbfdff;border-bottom:1px solid #dbe7f1}.campaignInformation .campaignSectionHeading{max-width:680px}.campaignInformationGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.campaignInformationGrid article{position:relative;padding:28px 30px;overflow:hidden;border:1px solid #dce9f5;border-radius:17px;background:#fff;box-shadow:0 12px 30px #1e5f9b0d}.campaignInformationGrid article:after{content:"";position:absolute;width:120px;height:120px;right:-65px;top:-65px;border-radius:50%;background:#f0f8ff}.campaignInformationGrid .campaignInfoWide{grid-column:1 / -1}.campaignInfoIcon{width:34px;height:34px;display:grid;place-items:center;margin-bottom:20px;border-radius:10px;color:#087de5;background:#e8f4ff;font-size:10px;font-weight:800}.campaignInformationGrid h3{margin:0 0 14px;color:#173553;font-size:17px;letter-spacing:-.02em}.campaignInformationGrid ol,.campaignInformationGrid ul{display:grid;gap:9px;margin:0;padding-left:20px;color:#6f87a2}.campaignInformationGrid li{padding-left:3px;font-size:12px;line-height:1.65}.campaignInformationGrid li::marker{color:#1689ed;font-weight:700}.campaignInformationGrid code{padding:2px 5px;color:#496987;background:#f1f6fa;border-radius:5px;font-family:inherit;font-size:11px;overflow-wrap:anywhere}.campaignInfoWide ul{grid-template-columns:1fr 1fr;gap:10px 34px}.campaignFooter{display:flex;justify-content:space-between;width:min(100% - 40px,1180px);margin:0 auto;padding:22px 0 30px;border-top:1px solid #edf2f7}.campaignFooter span,.campaignFooter a{color:#91a3b6;font-size:10px;font-weight:600}@media(max-width:900px){.campaignHero{grid-template-columns:1fr;padding-top:54px}.campaignHeroCopy{justify-items:center;text-align:center}.campaignVisual{width:min(100%,520px);margin:0 auto}.campaignInstructions{grid-template-columns:1fr;gap:35px}}@media(max-width:640px){.campaignNav nav>a:not(.campaignLogin){display:none}.campaignNav{min-height:64px}.campaignHero{width:min(100% - 32px,1180px);gap:36px;padding:44px 0 60px}.campaignHero h1{font-size:40px}.campaignHeroCopy>p{font-size:14px}.campaignActions{width:100%;flex-direction:column}.campaignActions a{width:100%}.campaignTrust{align-items:flex-start;text-align:left}.campaignVisual{min-height:380px}.visualWindow{width:calc(100% - 22px)}.visualStat{display:none}.campaignSteps{padding-block:60px}.campaignStepGrid{grid-template-columns:1fr}.campaignInstructions{width:min(100% - 32px,1180px);padding:60px 0}.campaignInstructions ul{grid-template-columns:1fr}.campaignFooter{width:min(100% - 32px,1180px)}}@media(max-width:700px){.campaignInformation{width:100%;padding:60px 16px}.campaignInformationGrid{grid-template-columns:1fr}.campaignInformationGrid .campaignInfoWide{grid-column:auto}.campaignInfoWide ul{grid-template-columns:1fr}.campaignInformationGrid article{padding:24px 22px}}.loginPage{min-height:100svh;display:grid;place-items:center;padding:30px;background:#edf7ff}.loginShell{width:min(1080px,100%);min-height:660px;display:grid;grid-template-columns:minmax(0,.94fr) minmax(440px,1.06fr);overflow:hidden;border:1px solid #d9e9f8;border-radius:24px;background:#fff;box-shadow:0 24px 70px #1e56871f}.loginShowcase{position:relative;display:flex;flex-direction:column;padding:42px 48px;overflow:hidden;color:#fff;background:linear-gradient(145deg,#087de5,#086fd0 58%,#075daf)}.loginShowcase:before,.loginShowcase:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.loginShowcase:before{width:390px;height:390px;right:-210px;top:-140px;border:70px solid rgba(255,255,255,.08)}.loginShowcase:after{width:300px;height:300px;left:-170px;bottom:-190px;border:52px solid rgba(85,195,255,.18)}.loginBrand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:11px;width:max-content;color:inherit;font-size:18px;font-weight:800;letter-spacing:-.03em}.loginBrandMark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#087de5;background:#fff;box-shadow:0 8px 20px #002d6426}.loginShowcase .loginBrand>span:last-child{color:#fff}.loginShowcaseCopy{position:relative;z-index:1;margin:auto 0}.loginLiveBadge{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:8px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#ffffffe0;background:#ffffff1a;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.loginLiveBadge i{width:7px;height:7px;border-radius:50%;background:#80e7ff;box-shadow:0 0 0 4px #80e7ff24}.loginShowcase h2{max-width:410px;margin:0;color:#fff;font-size:clamp(32px,3.2vw,45px);line-height:1.12;letter-spacing:-.045em}.loginShowcaseCopy>p{max-width:410px;margin:20px 0 28px;color:#ffffffbf;font-size:14px;line-height:1.75}.loginFeatures{display:grid;gap:13px}.loginFeatures span{display:flex;align-items:center;gap:11px;color:#ffffffeb;font-size:13px;font-weight:600}.loginFeatures i{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#ffffff24;font-size:9px;font-style:normal}.loginShowcaseFooter{position:relative;z-index:1;margin:0;color:#ffffff94;font-size:11px}.loginPanel{display:grid;place-items:center;padding:52px clamp(42px,5vw,70px);background:#fff}.loginMobileBrand{display:none}.loginPage .card{width:100%;max-width:430px;display:block;padding:0;border:0;border-radius:0;box-shadow:none}.loginBack{display:inline-flex;align-items:center;gap:5px;margin-bottom:40px;color:#7c91a8;font-size:12px;font-weight:600}.loginBack:hover{color:#087de5}.loginBack svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.loginPage .kicker{margin:0 0 12px;color:#087de5;font-size:11px;font-weight:800;letter-spacing:.11em}.loginPage .card h1{margin:0;color:#102e4d;font-size:clamp(29px,3vw,38px);font-weight:800;letter-spacing:-.04em;white-space:nowrap}.loginPage .description{max-width:390px;margin:13px 0 30px;color:#70879f;font-size:13px;line-height:1.7}.loginPage .form{gap:18px}.loginPage .field{gap:8px;color:#173553;font-size:12px;font-weight:700}.loginPage .loginInput{height:49px;display:flex;align-items:center;gap:11px;padding:0 15px;border:1px solid #d7e4f0;border-radius:12px;background:#fbfdff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.loginPage .loginInput:focus-within{border-color:#1689ed;background:#fff;box-shadow:0 0 0 3px #1689ed1a}.loginPage .loginInput svg{flex:0 0 auto;width:18px;fill:none;stroke:#8da2b7;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.loginPage .field .loginInput input{width:100%;height:100%;min-width:0;padding:0;border:0;border-radius:0;outline:0;color:#173553;background:transparent;box-shadow:none;font:inherit;font-size:13px;font-weight:500}.loginPage .field .loginInput input::placeholder{color:#a7b7c7}.loginPage .field .loginInput input:focus{border:0;box-shadow:none}.loginPage .form .error{margin:-3px 0 0;padding:10px 12px;border:1px solid #ffd7d7;border-radius:10px;color:#bc3030;background:#fff5f5;font-size:11px}.loginPage .submit{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:5px;padding:0 22px;border-radius:12px;color:#fff;background:#087de5;box-shadow:0 10px 22px #087de533;font-size:13px;font-weight:700;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.loginPage .submit:hover:not(:disabled){background:#066fcf;transform:translateY(-1px);box-shadow:0 13px 26px #087de540}.loginPage .submit>span{color:#fff}.loginPage .submit svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.loginPage .footer{display:flex;align-items:center;justify-content:center;gap:6px;margin:25px 0 0;color:#8da2b7;font-size:11px}.loginPage .footer a{color:#087de5;font-weight:700;text-transform:capitalize}.loginPage .footer a:hover{text-decoration:none;color:#066fcf}@media(max-width:820px){.loginPage{padding:20px}.loginShell{min-height:0;grid-template-columns:1fr;border-radius:20px}.loginShowcase{display:none}.loginPanel{min-height:calc(100svh - 40px);display:block;padding:30px clamp(24px,8vw,56px) 40px}.loginMobileBrand{display:flex;justify-content:center;margin-bottom:50px;color:#173553}.loginMobileBrand .loginBrandMark{color:#fff;background:#087de5}.loginPage .card{margin:0 auto}.loginBack{margin-bottom:30px}}@media(max-width:520px){.loginPage .card h1{white-space:normal}}@media(max-width:480px){.loginPage{padding:0;background:#fff}.loginShell{min-height:100svh;border:0;border-radius:0;box-shadow:none}.loginPanel{min-height:100svh;padding:25px 22px 32px}.loginMobileBrand{justify-content:flex-start;margin-bottom:42px}.loginPage .footer{align-items:flex-start;flex-direction:column}}.festie-dashboard-page .form-action-bar{position:sticky;bottom:16px;left:auto;right:auto;margin-top:24px;padding:14px 16px;background:#fffffff0;border:1px solid #dbe9f6;border-radius:14px;box-shadow:0 12px 32px #1c5e9e1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.festie-dashboard-page .form-action-bar-content{width:100%;max-width:none;margin:0;justify-content:flex-end;gap:10px}.festie-dashboard-page .form-action-bar-content .button{min-width:126px;min-height:44px}.festie-dashboard-page .form-action-bar-content .button.secondary{border-radius:999px}@media(max-width:600px){.festie-dashboard-page .form-action-bar{bottom:8px;margin-top:18px;padding:10px;border-radius:13px}.festie-dashboard-page .form-action-bar-content{flex-direction:column-reverse}.festie-dashboard-page .form-action-bar-content .button{width:100%}}.festie-dashboard-page .sidebar-link.active,.festie-dashboard-page .stat-icon,.festie-dashboard-page .table-action-link,.festie-dashboard-page .result-summary-icon,.festie-dashboard-page .logo-preview{background:var(--primary-soft)}.festie-dashboard-page .sidebar-link.active{box-shadow:inset 3px 0 0 var(--primary)}.festie-dashboard-page .profile-badge{box-shadow:0 0 0 4px var(--primary-soft)}.festie-dashboard-page .profile-badge span{color:#fff}.festie-dashboard-page .hero-panel:before{background:linear-gradient(180deg,rgba(var(--accent-rgb),.09) 0%,rgba(var(--accent-rgb),.025) 52%,transparent 100%)}.festie-dashboard-page .button.primary,.festie-dashboard-page .primary-button{box-shadow:0 6px 16px rgba(var(--accent-rgb),.2)}.festie-dashboard-page .quiz-list-item:hover,.festie-dashboard-page .table tbody tr:hover td{background:#f7fbff;border-color:rgba(var(--accent-rgb),.36)}.festie-dashboard-page .table-action-link:hover{background:var(--primary-soft-strong)}.festie-dashboard-page .question-field input:focus,.festie-dashboard-page .question-field textarea:focus,.festie-dashboard-page .question-field select:focus,.festie-dashboard-page .input:focus,.festie-dashboard-page .textarea:focus,.festie-dashboard-page .select:focus,.festie-dashboard-page .search:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.festie-dashboard-page .logo-preview{border-color:rgba(var(--accent-rgb),.2)}.festie-dashboard-page .logo-upload-button:hover{border-color:rgba(var(--accent-rgb),.38)}.loginPage,.campaignPage{background:radial-gradient(circle at top,rgba(var(--accent-rgb),.09),transparent 34%),linear-gradient(180deg,#f8fbff 0%,var(--background) 100%)}.campaignPage .logo{color:var(--primary);background:var(--primary-soft);border-color:rgba(var(--accent-rgb),.16)}
