@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&display=swap";
.quiz-page{min-height:100vh;font-family:var(--font-body,"Plus Jakarta Sans", sans-serif);background-color:#0b0f19;background-image:radial-gradient(80% 60% at 20% 0,#1a2545 0%,#0000 60%),radial-gradient(60% 40% at 80% 100%,#16213e 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}.wizard-container{justify-content:center;align-items:center;max-width:680px;min-height:100vh;margin:0 auto;padding:2rem 1.25rem 4rem;display:flex}.intro-screen{text-align:center;animation:.6s both fadeUp}.intro-badge{letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;border:1px solid #f59e0b44;border-radius:99px;margin-bottom:2rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.intro-title{font-family:var(--font-display,"DM Serif Display", serif);color:#f8fafc;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,10vw,5.5rem);line-height:.95}.intro-title em{color:#f59e0b;font-style:italic}.intro-sub{color:#94a3b8;max-width:460px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.intro-sub strong{color:#f8fafc}.intro-features{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.intro-feature{color:#64748b;background:#ffffff08;border:1px solid #fff1;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.btn-start{color:#0b0f19;cursor:pointer;letter-spacing:.01em;background:#f59e0b;border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-block}.btn-start:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 12px 32px #f59e0b44}.intro-note{color:#475569;margin-top:1.25rem;font-size:.8rem}.quiz-screen{width:100%;animation:.4s both fadeUp}.progress-wrap{margin-bottom:2rem}.progress-meta{color:#475569;letter-spacing:.03em;justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:flex}.progress-pct{color:#f59e0b}.progress-track{background:#1e293b;border-radius:99px;height:4px;position:relative;overflow:visible}.progress-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:99px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-shine{background:#fbbf24;border-radius:50%;width:12px;height:12px;transition:left .4s cubic-bezier(.4,0,.2,1);position:absolute;top:-4px;transform:translate(-50%);box-shadow:0 0 12px #f59e0b}.question-card{background:#111827;border:1px solid #1e293b;border-radius:20px;margin-bottom:1.5rem;padding:2.5rem 2rem;transition:opacity .22s,transform .22s}.question-card.slide-forward{opacity:0;transform:translate(32px)}.question-card.slide-back{opacity:0;transform:translate(-32px)}.question-dim-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:6px;margin-bottom:1.25rem;padding:.3rem .8rem;font-size:.78rem;font-weight:700;display:inline-block}.question-text{color:#f1f5f9;font-size:1.4rem;font-weight:600;line-height:1.4;font-family:var(--font-display,"DM Serif Display", serif);margin-bottom:2rem}.likert-wrap{flex-direction:column;gap:.75rem;display:flex}.likert-labels{color:#475569;justify-content:space-between;padding:0 .25rem;font-size:.75rem;display:flex}.likert-buttons{justify-content:space-between;gap:.75rem;display:flex}.likert-btn{aspect-ratio:1;cursor:pointer;background:#0f172a;border:2px solid #1e293b;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;transition:all .15s;display:flex;position:relative}.likert-btn:hover{background:#1e293b;border-color:#f59e0b66}.likert-btn.active{background:#f59e0b18;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b22}.likert-num{color:#64748b;font-size:1.1rem;font-weight:700}.likert-btn.active .likert-num{color:#f59e0b}.likert-dot{background:#1e293b;border-radius:50%;width:6px;height:6px;transition:background .15s}.likert-btn.active .likert-dot{background:#f59e0b}.choice-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.choice-btn{cursor:pointer;text-align:left;background:#0f172a;border:2px solid #1e293b;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:all .15s;display:flex;position:relative}.choice-btn:hover{background:#1e293b;border-color:#f59e0b66}.choice-btn.active{background:#f59e0b12;border-color:#f59e0b}.choice-emoji{flex-shrink:0;font-size:1.5rem}.choice-label{color:#cbd5e1;font-size:.9rem;font-weight:600;line-height:1.3}.choice-btn.active .choice-label{color:#f8fafc}.choice-check{color:#f59e0b;font-size:.75rem;font-weight:700;position:absolute;top:.5rem;right:.75rem}.quiz-nav{justify-content:space-between;gap:.75rem;display:flex}.btn-nav{cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .15s}.btn-back{color:#475569;background:0 0;border:1px solid #1e293b}.btn-back:hover:not(:disabled){color:#94a3b8;background:#1e293b}.btn-back:disabled{opacity:.3;cursor:not-allowed}.btn-next{color:#475569;cursor:not-allowed;background:#1e293b;flex:1}.btn-next.active{color:#0b0f19;cursor:pointer;background:#f59e0b}.btn-next.active:hover{background:#fbbf24;transform:translateY(-1px);box-shadow:0 8px 24px #f59e0b44}.results-screen{width:100%;animation:.5s both fadeUp}.results-hero{text-align:center;background:#111827;border:1px solid #1e293b;border-radius:24px;margin-bottom:2rem;padding:3rem 1.5rem;position:relative;overflow:hidden}.results-hero:before{content:"";background:radial-gradient(ellipse 60% 60% at 50% -10%, var(--accent,#f59e0b)22, transparent 70%);pointer-events:none;position:absolute;inset:0}.results-hero-tag{letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.results-profile-emoji{margin-bottom:.5rem;font-size:4rem}.results-title{font-family:var(--font-display,"DM Serif Display", serif);color:#f1f5f9;margin-bottom:.75rem;font-size:clamp(1.8rem,6vw,2.8rem);line-height:1.1}.results-profile-desc{color:#64748b;margin-bottom:1.25rem;font-size:.95rem}.results-modalite-tag{color:#94a3b8;background:#ffffff08;border:1px solid #ffffff12;border-radius:99px;padding:.4rem 1rem;font-size:.85rem;display:inline-block}.results-modalite-tag strong{color:#f8fafc}.results-section{margin-bottom:2.5rem}.section-title{color:#f1f5f9;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex}.section-filter{color:#64748b;font-size:.9rem;font-weight:400}.profile-bars{background:#111827;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.profile-bar-row{grid-template-columns:140px 1fr 40px;align-items:center;gap:.75rem;display:grid}.profile-bar-label{align-items:center;gap:.5rem;display:flex}.profile-dim-emoji{font-size:1.1rem}.profile-dim-name{color:#94a3b8;font-size:.85rem;font-weight:600}.profile-bar-track{background:#1e293b;border-radius:99px;height:8px;overflow:hidden}.profile-bar-fill{border-radius:99px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.profile-bar-score{color:#64748b;text-align:right;font-size:.8rem;font-weight:700}.formations-list{flex-direction:column;gap:1rem;display:flex}.formation-card{background:#111827;border:1px solid #1e293b;border-radius:18px;transition:border-color .2s;display:flex;overflow:hidden}.formation-card:hover{border-color:var(--accent,#f59e0b)66}.formation-rank{background:var(--accent,#f59e0b);color:#0b0f19;writing-mode:vertical-lr;letter-spacing:.05em;flex-shrink:0;justify-content:center;align-items:center;width:44px;font-size:.85rem;font-weight:800;display:flex}.formation-rank-1 .formation-rank{font-size:1rem}.formation-body{flex:1;min-width:0;padding:1.5rem}.formation-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.formation-nom{color:#f1f5f9;margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.3}.formation-meta{flex-wrap:wrap;gap:.5rem;display:flex}.badge{letter-spacing:.03em;border-radius:6px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.badge-niveau{color:#60a5fa;background:#1e3a5f}.badge-secteur{color:#94a3b8;background:#1e293b}.formation-modalites{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.badge-modalite{color:#64748b;background:#1e293b;border:1px solid #1e293b;border-radius:6px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.badge-modalite.match{color:#f59e0b;background:#f59e0b18;border-color:#f59e0b44}.formation-desc{color:#64748b;margin-bottom:1rem;font-size:.88rem;line-height:1.55}.toggle-btn{color:#f59e0b;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600;transition:opacity .15s}.toggle-btn:hover{opacity:.75}.formation-details{border-top:1px solid #1e293b;flex-direction:column;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.detail-section h4{text-transform:uppercase;letter-spacing:.06em;color:#475569;margin-bottom:.5rem;font-size:.82rem;font-weight:700}.detail-section ul{flex-direction:column;gap:.25rem;padding-left:1.25rem;display:flex}.detail-section li{color:#94a3b8;font-size:.88rem;line-height:1.5}.cfa-modalite{color:#64748b;background:#1e293b;border-radius:4px;margin-left:.25rem;padding:.1rem .4rem;font-size:.75rem}.no-cfa{color:#475569;font-size:.85rem;font-style:italic}.score-breakdown{background:#0f172a;border-radius:10px;flex-direction:column;gap:.4rem;padding:.75rem 1rem;display:flex}.score-item{color:#64748b;justify-content:space-between;font-size:.83rem;display:flex}.score-item strong{color:#94a3b8}.score-item.total{border-top:1px solid #1e293b;margin-top:.1rem;padding-top:.4rem}.score-item.total strong{color:#f59e0b;font-size:.95rem}.score-ring{flex-shrink:0}.btn-restart{color:#475569;cursor:pointer;background:0 0;border:1px solid #1e293b;border-radius:10px;width:100%;margin-top:2rem;padding:.85rem;font-size:.9rem;font-weight:600;transition:all .15s;display:block}.btn-restart:hover{color:#94a3b8;background:#1e293b}.no-results{text-align:center;color:#64748b;background:#111827;border:1px solid #1e293b;border-radius:12px;padding:2rem;font-style:italic}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.choice-grid{grid-template-columns:1fr}.profile-bar-row{grid-template-columns:120px 1fr 32px}.formation-header{flex-direction:column-reverse;align-items:flex-start}.quiz-nav{flex-direction:column-reverse}.btn-back{order:2}}
