@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #EFEBE2;--bg-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");--surface: #FFFCF8;--surface-2: #F5F0E8;--border: #D9CEBA;--border-light: #EDE6D6;--text: #1A1209;--text-muted: #7A6A55;--text-light: #8A7A64;--accent: #8C1C13;--accent-dark: #6A1209;--accent-light: #F5E8E6;--accent-mid: #D4403A;--gold: #B8974A;--gold-light: #F5EDDA;--success: #2A5226;--success-light:#E6F0E5;--danger: #B91C1C;--danger-light: #FEF2F2;--shadow-sm: 0 1px 4px rgba(26,18,9,.07);--shadow-md: 0 4px 16px rgba(26,18,9,.11);--shadow-lg: 0 8px 32px rgba(26,18,9,.15);--r: 6px;--r-lg: 12px;--font-serif: "Plus Jakarta Sans", "Helvetica Neue", sans-serif;--font-body: "Inter", "Helvetica Neue", sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--max-w: 820px;--max-w-wide: 1080px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:max(16px,1em)!important}}html{font-size:16px;overflow-x:hidden;overscroll-behavior-x:none}body{background-color:var(--bg);background-image:var(--bg-noise);color:var(--text);font-family:var(--font-body);font-size:.9375rem;line-height:1.6;letter-spacing:-.01em;min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden;overscroll-behavior-x:none;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.app{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;touch-action:pan-y}.header{background:var(--text);border-bottom:3px solid var(--accent);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}.header-inner{max-width:var(--max-w-wide);margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo-group{display:flex;align-items:center;gap:.875rem;text-decoration:none}.logo-icon{width:2.5rem;height:2.5rem;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.4rem;font-style:italic;color:#fff;letter-spacing:-.05em;flex-shrink:0;box-shadow:0 0 0 2px var(--accent-mid)}.app-name{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:.01em;line-height:1.2}.app-sub{font-family:var(--font-mono);font-size:.65rem;color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-top:.1rem}.header-app{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-app .header-inner{padding:.5rem 1rem}.header-app .logo-group{gap:0}.header-app .header-right{display:flex;align-items:center;gap:.75rem}.header-app .profile-avatar{border-color:var(--border)}.header-app .status-text{color:var(--accent)}.header-app .credit-counter{background:var(--surface-2);border-color:var(--border)}.header-app .credit-counter:hover{background:var(--border-light)}.header-app .credit-text{color:var(--text)}.header-app .credit-counter--confirm{background:var(--accent);border-color:var(--accent)}.header-app .credit-counter--confirm .credit-text{color:#fff}.header-app .credit-counter--confirm:hover{background:var(--accent-dark)}.header-app .credit-add{background:var(--surface-2);border-color:var(--border);color:var(--text)}.header-app .credit-add:hover{background:var(--accent);color:#fff}.header-app .nav-link.nav-analyse{color:var(--text);border-color:var(--border);background:var(--surface-2)}.header-app .nav-link.nav-analyse:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.header-plan-badge{font-family:var(--font-mono);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gold);background:var(--gold-light);padding:.2rem .5rem;border-radius:4px;text-decoration:none;transition:background .15s;white-space:nowrap}.header-plan-badge:hover{background:var(--gold);color:#fff}.app-shell .main-app{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -2px 12px #0000000f;padding-bottom:env(safe-area-inset-bottom,0px)}.bottom-nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .25rem;text-decoration:none;color:var(--text-muted);font-family:var(--font-body);transition:color .15s;position:relative}.bottom-nav-tab.active{color:var(--accent)}.bottom-nav-tab.active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:2.5px;background:var(--accent);border-radius:0 0 2px 2px}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .15s}.bottom-nav-tab.active .bottom-nav-icon{color:var(--accent)}.bottom-nav-label{font-size:.65rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.header-nav{display:flex;align-items:center;gap:.25rem}.nav-link{font-family:var(--font-body);font-size:.95rem;color:#ffffffb3;text-decoration:none;padding:.375rem .75rem;border-radius:var(--r);transition:color .15s,background-color .15s}.nav-link:hover{color:#fff;background:#ffffff14}.nav-link.active{color:#fff;background:#ffffff1f}.nav-link.premium-link{color:var(--gold)}.nav-link.premium-link:hover{color:#fff;background:#b8974a26}.nav-link.premium-link.active{background:#b8974a33}.nav-link.nav-analyse{color:var(--accent);font-weight:600;font-size:.8rem;border:1px solid rgba(139,92,246,.3);border-radius:99px;padding:.25rem .75rem}.nav-link.nav-analyse:hover{background:#8b5cf61f;color:#fff}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;background:none;border:none;cursor:pointer;padding:.5rem}.menu-bar{display:block;width:100%;height:2px;background:#fff;border-radius:1px;transition:transform .2s,opacity .2s}.menu-toggle.open .menu-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open .menu-bar:nth-child(2){opacity:0}.menu-toggle.open .menu-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-right{display:flex;align-items:center;gap:1rem}.header-status{display:flex;align-items:center;gap:.5rem}.status-text{font-family:var(--font-mono);font-size:.7rem;color:var(--gold);letter-spacing:.05em}.freemium-badge{display:flex;align-items:baseline;gap:.1rem;background:#ffffff14;padding:.25rem .625rem;border-radius:99px;font-family:var(--font-mono)}.freemium-count{font-size:.9rem;font-weight:500;color:var(--gold)}.freemium-label{font-size:.65rem;color:#fff6}.main{flex:1;padding:2rem 1.5rem 4rem}.field{display:flex;flex-direction:column;gap:.3rem}.field-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.required{color:var(--accent-mid);margin-left:.2rem}.field-hint{font-family:var(--font-body);font-size:.8rem;color:var(--text-light);font-style:italic;margin-top:-.15rem}.input,.textarea,.select{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.5625rem .75rem;font-family:var(--font-body);font-size:16px;color:var(--text);transition:border-color .15s,box-shadow .15s;width:100%;outline:none}.input:focus-visible,.textarea:focus-visible,.select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.input::placeholder,.textarea::placeholder{color:var(--text-light);font-style:italic}.textarea{resize:vertical;min-height:80px;line-height:1.55;white-space:pre;overflow:auto;-webkit-overflow-scrolling:touch}.select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A6A55' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.select optgroup{font-family:var(--font-serif);font-weight:600;font-style:normal;color:var(--text)}.select optgroup option{font-family:var(--font-body);font-weight:400;color:var(--text)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.numbered-preview{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.preview-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1rem;background:var(--surface-2);border:none;cursor:pointer;transition:background .2s}.preview-toggle:hover{background:var(--border-light)}.preview-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.preview-chevron{color:var(--text-light);transition:transform .2s}.preview-chevron--open{transform:rotate(180deg)}.advanced-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin-bottom:.5rem;background:none;border:none;cursor:pointer;font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text-muted);transition:color .2s}.advanced-toggle:hover{color:var(--text)}.advanced-content{margin-top:.75rem}.numbered-text{padding:.75rem 0;max-height:320px;overflow-y:auto;overflow-x:hidden;font-family:var(--font-body);font-size:16px;line-height:1.55}.numbered-text-scroll{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}.num-line{display:flex;align-items:baseline;white-space:nowrap}.num-line:hover{background:var(--surface-2)}.num{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--text-light);min-width:2rem;text-align:right;padding:0 .6rem 0 .4rem;flex-shrink:0;-webkit-user-select:none;user-select:none}.txt{padding:0 .5rem;color:var(--text);font-family:var(--font-body);font-size:16px}.num-line--excluded{opacity:.45;font-style:italic}.excluded-tag{font-size:.65rem;color:var(--text-light);background:var(--surface-2);padding:.1rem .4rem;border-radius:4px;margin-left:.5rem;white-space:nowrap;flex-shrink:0}.view-form{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:1.75rem}.form-hero{border-left:4px solid var(--accent);padding-left:1rem}.hero-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.2}.hero-desc{font-family:var(--font-body);font-size:1rem;color:var(--text-muted);font-style:italic;margin-top:.3rem}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);overflow:hidden}.form-card--disabled{opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none}.form-section{padding:1.5rem}.form-section-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:1rem}.form-divider{height:1px;background:var(--border-light);margin:0}.upload-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.upload-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;font-family:var(--font-body);font-size:.88rem;color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--r);cursor:pointer;transition:border-color .2s,color .2s,background .2s}.upload-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.upload-btn:disabled{opacity:.6;cursor:wait}.upload-formats{font-size:.78rem;color:var(--text-light)}.photo-preview{border:1px solid var(--border);border-radius:var(--r);padding:1rem;margin:.75rem 0;background:var(--surface)}.photo-preview-header h4{margin:0 0 .25rem;font-size:1rem}.photo-preview-hint{font-size:.85rem;color:var(--text-light);margin:0 0 .75rem}.photo-page{border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem;overflow:hidden}.photo-page-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:var(--surface-2);font-size:.85rem;font-weight:600}.photo-page-remove{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--text-light)}.photo-page-remove:hover{color:var(--danger, #c0392b)}.photo-preview-content{display:flex;gap:.75rem;padding:.75rem}.photo-preview-image{max-width:120px;max-height:160px;object-fit:contain;border-radius:4px;flex-shrink:0}.photo-preview-text{flex:1;min-width:0}.photo-preview-extracted{font-family:var(--font-body);font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto;margin:0;padding:.5rem;background:var(--surface-2);border-radius:6px}.photo-preview-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.photo-cancel-btn{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.875rem;color:var(--text-light);padding:.4rem .75rem;border-radius:6px;transition:color .15s,background .15s}.photo-cancel-btn:hover{color:var(--text);background:var(--surface-2)}.one-block-warning{padding:.75rem 1rem;margin:.5rem 0;background:#f39c1214;border:1px solid rgba(243,156,18,.25);border-radius:8px;font-size:.88rem;color:var(--text)}.one-block-warning p{margin:0 0 .5rem}.wrap-btn{font-family:var(--font-body);font-size:.85rem;padding:.4rem .8rem;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);cursor:pointer;color:var(--text-muted);transition:all .15s}.wrap-btn:hover{border-color:var(--accent);color:var(--accent)}.credit-banner{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 1.5rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);margin-bottom:.25rem}.credit-banner__icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.1rem;font-weight:700;background:var(--surface-2);color:var(--text-muted)}.credit-banner--warning .credit-banner__icon{background:var(--gold-light);color:var(--gold)}.credit-banner--blocked .credit-banner__icon{background:var(--danger-light);color:var(--danger)}.credit-banner--free .credit-banner__icon{background:var(--accent-light);color:var(--accent);font-size:1.25rem}.credit-banner__body{flex:1;min-width:0}.credit-banner__title{font-family:var(--font-body);font-size:1.05rem;font-weight:600;color:var(--text);margin:0 0 .15rem;line-height:1.3}.credit-banner__subtitle{font-size:.9rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.4}.credit-banner--warning .credit-banner__subtitle{margin:0}.credit-banner__error{font-size:.85rem;color:var(--danger);margin:.35rem 0 0;padding:.35rem .6rem;background:var(--danger-light);border-radius:var(--r)}.credit-banner__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:.75rem}.credit-banner--warning .credit-banner__actions{margin-top:.65rem}.credit-banner__btn{font-family:var(--font-body);font-size:.9rem;font-weight:600;padding:.5rem 1.15rem;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.credit-banner__btn--primary{background:var(--accent);color:#fff}.credit-banner__btn--primary:hover{background:var(--accent-dark)}.credit-banner__btn--confirm{background:var(--accent);color:#fff;position:relative;overflow:hidden}.credit-banner__btn--confirm:hover{background:var(--accent-dark)}.credit-banner__btn--confirm:disabled{opacity:.7;cursor:wait}.credit-banner__countdown{position:absolute;bottom:0;left:0;height:3px;width:100%;background:#ffffff73;animation:credit-banner-countdown 8s linear forwards;border-radius:0 0 8px 8px}@keyframes credit-banner-countdown{0%{transform:scaleX(1);transform-origin:left}to{transform:scaleX(0);transform-origin:left}}.credit-banner__btn--ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.credit-banner__btn--ghost:hover{background:var(--surface-2);color:var(--text);border-color:var(--text-muted)}@media (max-width: 480px){.credit-banner{flex-direction:column;gap:.5rem;padding:1rem}.credit-banner__actions{width:100%}.credit-banner__btn{flex:1;text-align:center}}.link-btn{background:none;border:none;cursor:pointer;color:var(--accent);text-decoration:underline;font-family:var(--font-body);font-size:inherit}.submit-row{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:.5rem}.analysis-progress{width:100%;max-width:400px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--surface);border-radius:var(--r);border:1px solid var(--border)}.progress-step{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text-light);transition:color .3s}.progress-step.active{color:var(--accent);font-weight:600}.progress-step.done{color:var(--text-muted)}.progress-dot{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;background:var(--surface-2);color:var(--text-light);transition:background .3s,color .3s}.progress-step.active .progress-dot{background:var(--accent);color:#fff}.progress-step.done .progress-dot{background:var(--text-muted);color:#fff}.progress-bar{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden;box-shadow:inset 0 1px 2px #1a12090f}.progress-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--accent-dark) 0%,var(--accent) 100%);transition:width 1.5s ease-out;box-shadow:0 0 6px #8c1c1326}.progress-message{font-family:var(--font-body);font-size:.88rem;font-weight:600;color:var(--text);text-align:center;margin-bottom:.6rem;min-height:1.4em}.progress-tip{display:flex;align-items:flex-start;gap:.5rem;background:var(--gold-light);border:1px solid var(--border-light);border-radius:var(--r);padding:.65rem .75rem;margin-top:.75rem;animation:tipFadeIn .5s ease-out}@keyframes tipFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.progress-tip-icon{font-size:1rem;flex-shrink:0;line-height:1.4}.progress-tip-text{font-family:var(--font-body);font-size:.8rem;color:var(--text);line-height:1.4}.progress-stay{margin-top:.6rem;text-align:center;font-family:var(--font-body);font-size:.72rem;color:var(--text-light);font-style:italic}.progress-hint{margin:.25rem 0 0;font-family:var(--font-body);font-size:.75rem;color:var(--text-light);text-align:center;letter-spacing:.03em}.submit-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--r);padding:.875rem 2.5rem;font-family:var(--font-serif);font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s,box-shadow .2s,transform .2s;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.625rem}.submit-btn:hover:not(:disabled){background:var(--accent-dark);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.submit-btn:active:not(:disabled){transform:scale(.97)}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.submit-btn.loading{background:var(--text-muted)}.submit-hint{font-family:var(--font-body);font-size:.875rem;color:var(--text-light);font-style:italic}.submit-free-badge{font-family:var(--font-body);font-size:.85rem;color:var(--success);font-weight:600;background:var(--success-light);border:1px solid var(--success);border-radius:6px;padding:.4rem .8rem;text-align:center;margin-top:.25rem}.welcome-card{position:relative;background:linear-gradient(135deg,var(--gold-light) 0%,var(--surface) 60%,var(--accent-light) 100%);border:1px solid var(--gold);border-radius:var(--r-lg);padding:1.5rem 1.25rem 1.25rem;text-align:center;box-shadow:var(--shadow-sm);animation:welcomeFadeIn .5s ease-out}@keyframes welcomeFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.welcome-close{position:absolute;top:.5rem;right:.6rem;background:none;border:none;font-size:1.1rem;color:var(--text-light);cursor:pointer;padding:.25rem;line-height:1;transition:color .15s}.welcome-close:hover{color:var(--text-muted)}.welcome-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.3}.welcome-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.15rem;flex-wrap:wrap}.welcome-step{display:flex;align-items:center;gap:.3rem;font-family:var(--font-body);font-size:.82rem;color:var(--text)}.welcome-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--gold);color:#fff;font-size:.68rem;font-weight:700;flex-shrink:0}.welcome-arrow{color:var(--text-light);font-size:.8rem}.welcome-hint{font-family:var(--font-body);font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.welcome-example-btn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-serif);font-size:.9rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:var(--r);padding:.6rem 1.15rem;cursor:pointer;box-shadow:var(--shadow-sm);transition:background .2s,box-shadow .2s,transform .15s}.welcome-example-btn:hover{background:var(--accent-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.welcome-example-btn:active{transform:scale(.97)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner.small{width:.875rem;height:.875rem}.view-result{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.result-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.result-meta{display:flex;align-items:flex-start;gap:1rem}.back-btn{background:none;border:1px solid var(--border);border-radius:var(--r);padding:.375rem .75rem;font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap}.back-btn:hover{border-color:var(--accent);color:var(--accent)}.back-arrow{margin-right:.25rem}.result-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);line-height:1.2}.result-sub{font-family:var(--font-mono);font-size:.7rem;color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;margin-top:.15rem}.result-actions{display:flex;gap:.625rem;flex-shrink:0;flex-wrap:wrap}.result-bottom-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem}.result-bottom-actions>.cta-primary,.result-bottom-actions>.secondary-btn{min-width:220px}.quiz-generation-progress,.analysis-generation-progress{width:100%;max-width:360px;text-align:center}.analysis-generation-progress{margin-top:1rem}.qgp-bar{width:100%;height:8px;background:var(--muted-bg, #e8e4de);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.qgp-bar-fill{height:100%;background:linear-gradient(90deg,#b8860b,#d4a843);border-radius:4px;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.qgp-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:.4rem}.qgp-step{font-family:Inter,sans-serif;font-size:1.05rem;color:var(--text-color, #2c2416);margin:0 0 .25rem}.qgp-hint{font-size:.82rem;color:var(--text-muted, #8a7e6c);margin:0}.section-nav{display:flex;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow-x:auto;box-shadow:var(--shadow-sm)}.section-tab{padding:.5rem 1rem;border:none;background:none;cursor:pointer;font-family:var(--font-body);font-size:.875rem;color:var(--text-muted);white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s,background-color .15s,border-color .15s}.section-tab:hover{color:var(--text);background:var(--surface-2)}.section-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600;background:var(--surface-2)}.analysis-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm)}.analysis-content{font-family:var(--font-body);font-size:1.05rem;line-height:1.8;color:var(--text);word-break:break-word}.analysis-content:not(.markdown-enabled){white-space:pre-wrap}.markdown-body h1{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:.5rem;margin:1.5rem 0 1rem}.markdown-body h1:first-child{margin-top:0}.markdown-body h2{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--accent);margin:1.75rem 0 .75rem}.markdown-body h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text);margin:1.25rem 0 .5rem}.markdown-body p{margin:.625rem 0;line-height:1.8}.markdown-body ul,.markdown-body ol{padding-left:1.5rem;margin:.5rem 0}.markdown-body li{margin:.25rem 0;line-height:1.7}.markdown-body strong{font-weight:600;color:var(--text)}.markdown-body em{font-style:italic}.markdown-body blockquote{border-left:3px solid var(--accent);padding:.5rem 1rem;margin:1rem 0;background:var(--accent-light);color:var(--text);font-style:italic}.markdown-body code{font-family:var(--font-mono);font-size:.85em;background:var(--surface-2);padding:.15em .35em;border-radius:3px}.markdown-body hr{border:none;border-top:1px solid var(--border-light);margin:1.5rem 0}.markdown-body table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem}.markdown-body th,.markdown-body td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.markdown-body th{background:var(--surface-2);font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.original-text-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.original-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);padding:.625rem 1rem;background:var(--surface-2);border-bottom:1px solid var(--border-light)}.ask-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem;margin-top:1rem}.ask-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.ask-history{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.ask-qa{background:var(--surface-2);border-radius:var(--r);padding:.75rem 1rem}.ask-q{font-family:var(--font-body);font-size:.85rem;color:var(--text);margin-bottom:.35rem}.ask-a{font-family:var(--font-body);font-size:.85rem;color:var(--text-muted);line-height:1.6}.ask-a p{margin:.25rem 0}.ask-form{display:flex;flex-direction:column;gap:.5rem}.ask-input{font-family:var(--font-body);font-size:.88rem;padding:.6rem .75rem;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);color:var(--text);resize:vertical;min-height:44px;transition:border-color .15s}.ask-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light)}.ask-submit{align-self:flex-end;font-family:var(--font-body);font-size:.85rem;font-weight:600;padding:.5rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r);cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;gap:.4rem}.ask-submit:hover{background:var(--accent-dark)}.ask-submit:disabled{opacity:.5;cursor:not-allowed}.cem-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;animation:cem-fade-in .2s ease-out}@keyframes cem-fade-in{0%{opacity:0}to{opacity:1}}.cem{position:relative;background:var(--surface);border-radius:16px;padding:2rem 1.5rem 1.5rem;max-width:380px;width:100%;box-shadow:0 20px 60px #0003;animation:cem-slide-up .3s ease-out;text-align:center}@keyframes cem-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cem-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--text-light);line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.cem-close:hover{background:var(--surface-2);color:var(--text)}.cem-header{margin-bottom:1.25rem}.cem-icon{width:3rem;height:3rem;margin:0 auto .75rem;background:var(--accent-light);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.cem-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.cem-desc{font-size:.88rem;color:var(--text-muted);line-height:1.5}.cem-plans{display:flex;gap:.75rem;margin-bottom:1rem}.cem-plan{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:1rem .75rem;background:var(--bg);border:1.5px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;position:relative}.cem-plan:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.cem-plan:disabled{opacity:.6;cursor:not-allowed;transform:none}.cem-plan--featured{border-color:var(--accent);background:var(--accent-light)}.cem-plan--featured:hover{box-shadow:0 4px 16px #8c1c1326}.cem-plan-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:.55rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.1rem .5rem;border-radius:99px;white-space:nowrap}.cem-plan-name{font-family:var(--font-serif);font-size:.95rem;font-weight:700;color:var(--text)}.cem-plan-price{font-family:var(--font-mono);font-size:1.1rem;font-weight:800;color:var(--accent)}.cem-plan-features{list-style:none;padding:0;margin:.3rem 0 0;display:flex;flex-direction:column;gap:.15rem;text-align:left;width:100%}.cem-plan-features li{font-size:.68rem;color:var(--text-muted);line-height:1.3}.cem-plan-features li:before{content:"✓";margin-right:.3rem;color:var(--success);font-weight:700}.cem-error{font-size:.8rem;color:var(--danger);margin-bottom:.5rem}.cem-loading{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.cem-cta{width:100%;padding:.7rem;margin-top:.25rem;background:var(--accent);color:#fff;border:none;border-radius:10px;font-family:var(--font-body);font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s}.cem-cta:hover{background:var(--accent-dark)}.ask-error{font-family:var(--font-body);font-size:.78rem;color:var(--danger)}.ask-remaining{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light);text-align:right}.ask-quota{text-align:center;padding:.75rem;font-family:var(--font-body);font-size:.85rem;color:var(--text-muted)}.ask-quota .link-btn{margin-top:.25rem}.copy-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--r);padding:.5rem 1rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background-color .2s,box-shadow .2s;white-space:nowrap;box-shadow:var(--shadow-sm)}.copy-btn:hover{background:var(--accent-dark);box-shadow:var(--shadow-md)}.copy-btn.copied{background:var(--success)}.secondary-btn{background:var(--surface);border:1px solid var(--border);cursor:pointer;font-family:var(--font-body);font-size:.9rem;color:var(--text);padding:.5rem 1rem;border-radius:var(--r);box-shadow:var(--shadow-sm);transition:border-color .15s,color .15s,box-shadow .15s}.secondary-btn:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-md)}.secondary-btn:active{transform:scale(.97)}.secondary-btn.small{font-size:.8rem;padding:.3rem .75rem}.danger-btn{background:var(--danger-light);border:1px solid var(--danger);cursor:pointer;font-family:var(--font-body);font-size:.9rem;color:var(--danger);padding:.5rem 1rem;border-radius:var(--r);transition:background-color .15s,color .15s}.danger-btn:hover{background:var(--danger);color:#fff}.danger-btn.small{font-size:.8rem;padding:.3rem .75rem}.view-error{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:center;padding-top:4rem}.error-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem;text-align:center;box-shadow:var(--shadow-md);max-width:480px;width:100%}.error-icon{width:3rem;height:3rem;margin:0 auto 1rem;background:var(--danger-light);color:var(--danger);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.error-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.error-msg{font-family:var(--font-body);font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.error-actions{display:flex;gap:.75rem;justify-content:center}.landing{max-width:var(--max-w-wide);margin:0 auto;display:flex;flex-direction:column;gap:4rem}.hero-section{text-align:center;padding:3rem 0 2rem}.hero-badge{display:inline-block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);padding:.35rem 1rem;border-radius:99px;margin-bottom:1.5rem}.hero-headline{font-family:var(--font-serif);font-size:3rem;font-weight:700;color:var(--text);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.hero-accent{color:var(--accent)}.hero-subtitle{font-family:var(--font-body);font-size:1.2rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero-cta-group{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-note{font-family:var(--font-mono);font-size:.72rem;color:var(--text-light);margin-top:1rem;letter-spacing:.04em}.bac-countdown{display:flex;align-items:center;justify-content:center;gap:.6rem;background:var(--accent);color:#fff;padding:.6rem 1rem;border-radius:var(--r-lg);font-family:var(--font-body);font-size:.9rem}.countdown-icon{width:1.5rem;height:1.5rem;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.countdown-text{line-height:1.3}.countdown-text strong{font-weight:700}.cta-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:none;border-radius:var(--r);padding:.875rem 2rem;font-family:var(--font-serif);font-size:1.1rem;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:var(--shadow-md);transition:background-color .2s,box-shadow .2s,transform .2s}.cta-primary:hover{background:var(--accent-dark);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.cta-primary:active{transform:scale(.97)}.cta-primary.small{font-size:.95rem;padding:.625rem 1.25rem}.cta-primary.large{font-size:1.2rem;padding:1rem 2.5rem}.cta-secondary-link{font-family:var(--font-body);font-size:1rem;color:var(--text-muted);text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:.15rem;transition:color .15s,border-color .15s}.cta-secondary-link:hover{color:var(--accent);border-color:var(--accent)}.proof-bar{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.proof-item{text-align:center}.proof-number{display:block;font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--accent)}.proof-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light)}.proof-divider{width:1px;height:2.5rem;background:var(--border)}.demo-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;max-width:900px;margin:0 auto}.demo-left{display:flex;flex-direction:column;gap:1rem}.demo-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);line-height:1.2}.demo-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6}.demo-right{display:flex;justify-content:center}.demo-preview{width:100%;max-width:380px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-md)}.demo-preview-header{display:flex;gap:.35rem;padding:.6rem .75rem;background:var(--surface);border-bottom:1px solid var(--border)}.demo-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--border)}.demo-preview-body{padding:1rem}.demo-line{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);line-height:1.7;margin:0;padding:.1rem 0}.demo-line.title{color:var(--text);font-weight:600;margin-top:.3rem}.demo-line.accent{color:var(--accent)}.demo-line.muted{opacity:.5}.section-block{display:flex;flex-direction:column;gap:2rem}.section-header{text-align:center}.section-tag{display:inline-block;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:var(--gold-light);padding:.25rem .75rem;border-radius:99px;margin-bottom:.75rem}.section-title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--text);line-height:1.2;letter-spacing:-.01em}.section-subtitle{font-family:var(--font-body);font-size:1.05rem;color:var(--text-muted);max-width:600px;margin:.5rem auto 0;line-height:1.6}.transform-grid{display:flex;flex-direction:column;gap:.75rem;max-width:700px;margin:0 auto}.transform-card{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-sm)}.transform-before{flex:1;display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.95rem}.transform-icon-x{color:var(--danger);font-weight:700;font-size:.9rem;flex-shrink:0}.transform-arrow{color:var(--text-light);font-size:1.25rem;flex-shrink:0}.transform-after{flex:1;display:flex;align-items:center;gap:.5rem;color:var(--text);font-weight:600;font-size:.95rem}.transform-icon-check{color:var(--success);font-weight:700;font-size:.9rem;flex-shrink:0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.1rem;font-style:italic;font-weight:700;margin-bottom:.75rem}.feature-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.375rem}.feature-desc{font-size:.9rem;color:var(--text-muted);line-height:1.55}.feature-card-link{text-decoration:none;cursor:pointer}.feature-card-link:hover{border-color:var(--accent)}.feature-cta{display:inline-block;margin-top:.75rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-weight:600;transition:letter-spacing .2s}.feature-card-link:hover .feature-cta{letter-spacing:.1em}.steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:1rem}.step-card{flex:1;max-width:260px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.step-number{width:2.5rem;height:2.5rem;margin:0 auto .75rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.2rem;font-weight:700}.step-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.375rem}.step-desc{font-size:.9rem;color:var(--text-muted);line-height:1.55}.step-arrow{font-size:1.5rem;color:var(--text-light);padding-top:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between}.testimonial-text{font-family:var(--font-body);font-size:1rem;color:var(--text);line-height:1.6;font-style:italic;margin-bottom:1rem}.testimonial-author{display:flex;flex-direction:column}.testimonial-name{font-family:var(--font-serif);font-weight:700;font-size:.95rem;color:var(--text)}.testimonial-detail{font-family:var(--font-mono);font-size:.65rem;color:var(--text-light);letter-spacing:.06em;text-transform:uppercase}.testimonial-note{display:inline-block;align-self:flex-end;font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.pricing-cards-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px;margin:0 auto}.price-card-mini{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm);text-align:center;position:relative}.price-card-mini.featured{border-color:var(--accent);box-shadow:var(--shadow-md);transform:scale(1.02)}.price-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .875rem;border-radius:99px}.price-card-name{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.price-amount{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--text)}.price-per{font-size:1rem;font-weight:400;color:var(--text-muted)}.price-period{font-family:var(--font-mono);font-size:.7rem;color:var(--text-light);margin-top:.25rem}.price-features-mini{list-style:none;text-align:left;margin:1.25rem 0;padding:0}.price-features-mini li{font-size:.9rem;color:var(--text);padding:.3rem 0 .3rem 1.25rem;position:relative}.price-features-mini li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:700;font-size:.85rem}.price-cta-mini{display:block;text-align:center;padding:.625rem 1rem;border-radius:var(--r);font-family:var(--font-serif);font-weight:600;font-size:.95rem;text-decoration:none;background:var(--surface-2);color:var(--text);border:1px solid var(--border);transition:border-color .2s,color .2s,background-color .2s}.price-cta-mini:hover{border-color:var(--accent);color:var(--accent)}.price-cta-mini.premium{background:var(--accent);color:#fff;border-color:var(--accent)}.price-cta-mini.premium:hover{background:var(--accent-dark)}.guarantee-card{max-width:700px;margin:0 auto;background:var(--success-light);border:1px solid var(--success);border-radius:var(--r-lg);padding:2rem;text-align:center}.guarantee-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.guarantee-title{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.guarantee-text{font-size:1rem;color:var(--text-muted);line-height:1.6;max-width:550px;margin:0 auto}.guarantee-layers{display:flex;flex-direction:column;gap:.75rem;max-width:550px;margin:0 auto;text-align:left}.guarantee-layer{font-size:.95rem;color:var(--text);line-height:1.6}.final-cta{text-align:center;padding:2rem 0 1rem;align-items:center}.final-cta-title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:.75rem}.final-cta-desc{font-size:1.05rem;color:var(--text-muted);max-width:500px;margin:0 auto 1.5rem}.dashboard{max-width:var(--max-w);margin:0 auto}.dash-row-1{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.dash-title-group{display:flex;align-items:center;gap:.5rem}.dash-title{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--text)}.dash-count{font-family:var(--font-mono);font-size:.7rem;font-weight:600;color:var(--text-muted);background:var(--surface-2);padding:.15rem .5rem;border-radius:99px}.dash-actions{display:flex;align-items:center;gap:.5rem}.dash-search-toggle{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.dash-search-toggle:hover,.dash-search-toggle.active{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.dash-new-btn{font-family:var(--font-body);font-size:.78rem;font-weight:600;color:#fff;background:var(--accent);text-decoration:none;padding:.4rem .9rem;border-radius:var(--r);transition:background .15s,transform .1s}.dash-new-btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.dash-search-bar{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.4rem .75rem;margin-bottom:.5rem;animation:coachFadeIn .2s ease-out}.dash-search-bar svg{color:var(--text-muted);flex-shrink:0}.dash-search-field{flex:1;font-family:var(--font-body);font-size:.85rem;border:none;background:none;color:var(--text);outline:none}.dash-search-field:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.dash-search-field::placeholder{color:var(--text-light)}.dash-search-clear{background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;padding:.2rem;border-radius:var(--r)}.dash-search-clear:hover{color:var(--accent)}.dash-row-2{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.dash-pills{display:flex;background:var(--surface-2);border-radius:var(--r);padding:3px;gap:2px}.dash-pill{font-family:var(--font-body);font-size:.78rem;font-weight:500;color:var(--text-muted);background:none;border:none;border-radius:calc(var(--r) - 2px);padding:.4rem .85rem;cursor:pointer;transition:all .15s;white-space:nowrap}.dash-pill.active{background:var(--surface);color:var(--text);font-weight:600;box-shadow:var(--shadow-sm)}.dash-pill:hover:not(.active){color:var(--text)}.dash-stat-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-bottom:1rem}.dash-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:.75rem .65rem;text-align:center;display:flex;flex-direction:column;gap:.1rem}.dash-stat-num{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--text);line-height:1.1}.dash-stat-lbl{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.dash-stat-bar{height:4px;background:var(--surface-2);border-radius:99px;overflow:hidden;margin-top:.4rem}.dash-stat-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--accent));border-radius:99px;width:0;animation:dashBarGrow .6s .3s ease-out forwards}@keyframes dashBarGrow{to{width:var(--target-width)}}.dash-low-credit{display:flex;align-items:center;justify-content:space-between;background:var(--gold-light);border:1px solid var(--gold);border-radius:var(--r);padding:.5rem .85rem;margin-bottom:.75rem;text-decoration:none;color:var(--text);font-size:.8rem;transition:background .15s}.dash-low-credit:hover{background:var(--gold);color:#fff}.dash-low-credit-cta{font-weight:600;color:var(--gold);white-space:nowrap}.dash-low-credit:hover .dash-low-credit-cta{color:#fff}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dash-subtitle{font-size:.95rem;color:var(--text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem;text-align:center;box-shadow:var(--shadow-sm)}.stat-card.accent{border-color:var(--accent);background:var(--accent-light)}.stat-number{display:block;font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--accent);line-height:1.1}.stat-label{display:block;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:.25rem}.dash-stats-bar{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:.6rem 1rem;margin-bottom:1rem;flex-wrap:wrap}.dash-stat-item{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);white-space:nowrap}.dash-stat-item strong{font-family:var(--font-serif);font-size:.95rem;font-weight:700;color:var(--text)}.dash-stat-item.accent strong{color:var(--gold)}.dash-stat-sep{width:1px;height:1rem;background:var(--border);flex-shrink:0}.progress-section{margin:.25rem 0}.progress-bar-container{width:100%;height:.625rem;background:var(--surface-2);border-radius:99px;border:1px solid var(--border);overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--gold));border-radius:99px;transition:width .5s ease;min-width:4px}.progress-text{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);margin-top:.5rem;letter-spacing:.04em}.dash-search{max-width:400px}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:border-color .15s,box-shadow .2s,transform .2s;position:relative;display:flex;justify-content:space-between;gap:1rem;animation:dashCardIn .35s ease-out both}.history-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}@keyframes dashCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.history-card-main{flex:1;min-width:0}.history-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text)}.history-meta{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light);letter-spacing:.06em;text-transform:uppercase;margin-top:.15rem}.history-preview{font-size:.9rem;color:var(--text-muted);margin-top:.5rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.history-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;flex-shrink:0}.history-date{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light);white-space:nowrap}.history-delete{background:none;border:none;cursor:pointer;color:var(--text-light);font-size:.9rem;padding:.15rem .35rem;border-radius:var(--r);transition:color .15s,background-color .15s,opacity .15s;opacity:0}.history-card:hover .history-delete{opacity:1}.history-delete:hover{color:var(--danger);background:var(--danger-light)}.confirm-inline{position:absolute;bottom:0;left:0;right:0;background:var(--danger-light);padding:.5rem 1rem;border-radius:0 0 var(--r-lg) var(--r-lg);display:flex;align-items:center;gap:.75rem;font-size:.85rem;border-top:1px solid var(--danger)}.confirm-bar{display:flex;align-items:center;gap:.75rem;background:var(--danger-light);border:1px solid var(--danger);border-radius:var(--r-lg);padding:.75rem 1rem;font-size:.9rem}.dash-detail-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dash-detail-actions{display:flex;gap:.625rem}.dash-detail-meta{margin-bottom:.5rem}.dash-empty{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.empty-icon{width:4rem;height:4rem;background:var(--surface-2);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.8rem;font-style:italic;color:var(--text-light)}.empty-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--text)}.empty-desc{font-size:.95rem;color:var(--text-muted)}.pp{max-width:var(--max-w-wide);margin:0 auto;display:flex;flex-direction:column;gap:5rem;padding-bottom:2rem}.pp__hero{text-align:center;padding:1rem 0 0}.pp__headline{font-family:var(--font-serif);font-size:2.75rem;font-weight:700;color:var(--text);line-height:1.12;letter-spacing:-.025em;text-wrap:balance;margin-top:.75rem}.pp__headline-accent{color:var(--accent);font-style:italic}.pp__subtitle{font-size:1.15rem;color:var(--text-muted);line-height:1.6;margin-top:1rem;max-width:480px;margin-left:auto;margin-right:auto}.pp__promo{text-align:center;margin-bottom:1rem;max-width:720px;margin-left:auto;margin-right:auto}.pp__promo-toggle{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.82rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;transition:color .15s}.pp__promo-toggle:hover{color:var(--text)}.pp__promo-form{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;animation:welcomeFadeIn .3s ease-out}.pp__promo-input{font-family:var(--font-mono);font-size:.85rem;padding:.45rem .75rem;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);color:var(--text);text-transform:uppercase;letter-spacing:.08em;width:160px;transition:border-color .15s}.pp__promo-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light)}.pp__promo-apply{font-family:var(--font-body);font-size:.82rem;font-weight:600;padding:.45rem .85rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r);cursor:pointer;transition:background .15s}.pp__promo-apply:hover{background:var(--accent-dark)}.pp__promo-cancel{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.78rem;color:var(--text-light);transition:color .15s}.pp__promo-cancel:hover{color:var(--text-muted)}.pp__promo-error{width:100%;text-align:center;font-family:var(--font-body);font-size:.78rem;color:var(--danger);margin-top:.25rem}.pp__promo-applied{display:inline-flex;align-items:center;gap:.4rem;background:var(--success-light);border:1px solid var(--success);border-radius:var(--r);padding:.35rem .75rem;animation:welcomeFadeIn .3s ease-out}.pp__promo-badge{font-family:var(--font-body);font-size:.78rem;font-weight:600;color:var(--success)}.pp__promo-code{font-family:var(--font-mono);font-size:.72rem;color:var(--success);letter-spacing:.05em}.pp__promo-remove{background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--success);line-height:1;padding:0;opacity:.6;transition:opacity .15s}.pp__promo-remove:hover{opacity:1}.pp-card__price-original{font-family:var(--font-serif);font-size:1.3rem;color:var(--text-light);text-decoration:line-through;margin-right:.35rem;font-weight:400}.pp-card__price--promo{color:var(--success)}.pp-card__promo-badge{display:inline-block;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;background:var(--success-light);color:var(--success);border:1px solid var(--success);padding:.15rem .5rem;border-radius:99px;margin-bottom:.5rem}.pp__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch;max-width:720px;margin:0 auto}.pp-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem 1.75rem;position:relative;display:flex;flex-direction:column;transition:transform .3s ease-out,box-shadow .3s ease-out}.pp-card--featured{border:2px solid var(--accent);box-shadow:0 8px 40px #8c1c131f,0 0 0 1px #8c1c130d;transform:scale(1.04);z-index:2}.pp-card--featured:hover{transform:scale(1.04) translateY(-4px);box-shadow:0 12px 48px #8c1c132e,0 0 0 1px #8c1c1314}.pp-card--highlighted{border:2px solid var(--gold);box-shadow:0 4px 20px #b8974a1a}.pp-card--highlighted:hover{box-shadow:0 8px 32px #b8974a2e}.pp-card__badge{position:absolute;top:-.7rem;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:99px;white-space:nowrap;box-shadow:0 2px 8px #8c1c1333}.pp-card__badge--gold{background:linear-gradient(135deg,var(--gold) 0%,#D4A853 100%);box-shadow:0 2px 8px #b8974a4d}.pp-card__name{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.pp-card__price-row{display:flex;align-items:baseline;gap:.15rem}.pp-card__price{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--text);line-height:1;font-variant-numeric:tabular-nums}.pp-card__currency{font-size:.95rem;color:var(--text-muted);font-weight:400}.pp-card__period{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light);letter-spacing:.04em;margin-top:.2rem}.pp-card__desc{font-size:.9rem;color:var(--text-muted);line-height:1.55;margin:.75rem 0 1.25rem}.pp-card__features{list-style:none;padding:0;margin:0 0 auto;padding-bottom:1.5rem}.pp-card__feat{font-size:.88rem;padding:.4rem 0;display:flex;align-items:flex-start;gap:.5rem}.pp-card__feat--yes{color:var(--text)}.pp-card__feat-icon{color:var(--success);flex-shrink:0;margin-top:.15rem}.pp-card__feat--no{color:var(--text-light)}.pp-card__feat-dash{flex-shrink:0;font-size:.75rem;margin-top:.1rem}.pp-card__cta{display:block;width:100%;text-align:center;padding:.8rem 1rem;border-radius:6px;font-family:var(--font-serif);font-weight:600;font-size:.95rem;text-decoration:none;background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;transition:border-color .2s,color .2s,background-color .2s,box-shadow .2s,transform .2s}.pp-card__cta:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.pp-card__cta--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.pp-card__cta--primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);box-shadow:0 4px 16px #8c1c1333;color:#fff}.pp-card__cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.pp-card__cta--disabled{background:var(--surface-2);color:var(--text-muted);border-color:var(--border);cursor:not-allowed}.pp-card__cta--disabled:hover{transform:none;box-shadow:none;background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.pp-card__badge--current{background:var(--success);color:#fff}.pp-card--current{border-color:var(--success);box-shadow:0 0 0 2px #2a522626}.pp__free-note{text-align:center;font-size:.95rem;color:var(--text-muted);margin-top:-3rem}.pp__free-link{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.pp__free-link:hover{color:var(--accent-dark)}.pp__credits{margin-top:2.5rem}.pp__credits-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-sm)}.pp__credits-text{flex:1;min-width:200px}.pp__credits-title{font-family:var(--font-serif);font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.pp__credits-desc{font-size:.72rem;color:var(--text-muted);line-height:1.4}.pp__credits-error{color:var(--danger);font-size:.78rem;margin-top:.35rem}.pp__credits-prices{display:flex;gap:.4rem;align-items:stretch}.pp__credits-tier{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.55rem .5rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r-lg);position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:default}.pp__credits-tier:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:var(--gold)}.pp__credits-tier--best{border-color:var(--gold);background:var(--gold-light)}.pp__credits-tier--best:hover{box-shadow:0 4px 16px #b8974a33}.pp__credits-tier--active{border-color:var(--accent);background:var(--accent-light)}.pp__credits-tier--active:hover{border-color:var(--accent);box-shadow:0 4px 16px #8c1c131f}.pp__credits-best-tag{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:var(--gold);color:#fff;font-size:.55rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.1rem .45rem;border-radius:99px;white-space:nowrap;line-height:1.4}.pp__credits-plan{font-family:var(--font-serif);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.pp__credits-plan--best{color:var(--gold)}.pp__credits-amount{font-family:var(--font-mono);font-size:.9rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.pp__credits-per{font-size:.6rem;color:var(--text-light);margin-bottom:.15rem}.pp__credits-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.pp__credits-confirm-group{display:flex;align-items:center;gap:.4rem}.pp__credits-buy{min-height:32px;padding:.35rem .85rem;background:var(--accent);color:#fff;border:none;border-radius:99px;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.pp__credits-buy:hover{transform:scale(1.06);box-shadow:0 2px 8px #8c1c1340}.pp__credits-buy:active{transform:scale(.97)}.pp__credits-buy--confirm{background:var(--success)}.pp__credits-buy--confirm:hover{box-shadow:0 2px 8px #2a522640}.pp__credits-confirm{display:flex;gap:.35rem;align-items:center}.pp__credits-cancel{background:none;border:1px solid var(--border);border-radius:99px;padding:.2rem .45rem;cursor:pointer;color:var(--text-muted);font-size:.7rem;transition:all .15s;line-height:1}.pp__credits-cancel:hover{background:var(--danger-light, #fef2f2);color:var(--danger);border-color:var(--danger)}.pp__credits-upgrade{padding:.25rem .6rem;background:none;color:var(--accent);border:1.5px solid var(--accent);border-radius:99px;font-size:.62rem;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.pp__credits-upgrade:hover{background:var(--accent);color:#fff;transform:scale(1.06)}@media (max-width: 640px){.pp__credits-prices{flex-direction:column;gap:.4rem}.pp__credits-tier{justify-content:space-between}.pp__credits-inner{padding:1rem}}.pp__passbac{margin:0 -1rem}.pp__passbac-inner{position:relative;background:linear-gradient(135deg,var(--gold-light) 0%,#FFF8EC 50%,var(--surface) 100%);border:2px solid var(--gold);border-radius:16px;padding:2rem 2rem 1.5rem;box-shadow:0 4px 24px #b8974a1a;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.pp__passbac-inner:hover{transform:translateY(-3px);box-shadow:0 8px 32px #b8974a33}.pp__passbac-badge{position:absolute;top:-.7rem;left:2rem;background:linear-gradient(135deg,var(--gold) 0%,#D4A853 100%);color:#fff;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:99px;box-shadow:0 2px 8px #b8974a4d}.pp__passbac-content{display:flex;gap:3rem;align-items:center}.pp__passbac-text{flex:1}.pp__passbac-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.pp__passbac-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.pp__passbac-perks{list-style:none;padding:0;display:flex;flex-direction:column;gap:.35rem}.pp__passbac-perks li{font-size:.88rem;color:var(--text);padding-left:1.2rem;position:relative}.pp__passbac-perks li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.pp__passbac-price-col{flex-shrink:0;text-align:center;min-width:180px}.pp__passbac-old{font-family:var(--font-mono);font-size:.85rem;color:var(--text-light);text-decoration:line-through;margin-bottom:.25rem}.pp__passbac-amount{display:flex;align-items:baseline;justify-content:center;gap:.1rem}.pp__passbac-price{font-family:var(--font-serif);font-size:2.75rem;font-weight:700;color:var(--text);line-height:1;font-variant-numeric:tabular-nums}.pp__passbac-currency{font-size:1rem;color:var(--text-muted)}.pp__passbac-period{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light);letter-spacing:.04em;margin-top:.25rem;margin-bottom:1rem}.pp__passbac-cta{margin-bottom:.75rem}.pp__passbac-save{display:inline-block;background:var(--success-light);color:var(--success);font-family:var(--font-mono);font-size:.65rem;font-weight:600;padding:.2rem .6rem;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.pp__section{display:flex;flex-direction:column;gap:2rem}.pp__stack{max-width:620px;margin:0 auto;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.pp__stack-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1.25rem;font-size:.92rem;border-bottom:1px solid var(--border-light)}.pp__stack-row:last-child{border-bottom:none}.pp__stack-row--bonus{background:var(--gold-light)}.pp__stack-row--total{background:var(--surface-2);font-weight:600;font-size:1.05rem}.pp__stack-row--price{background:var(--accent-light);font-weight:700;font-size:1.05rem}.pp__stack-val{font-family:var(--font-mono);font-size:.82rem;color:var(--text-muted);font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.pp__stack-val--strike{text-decoration:line-through;color:var(--text-light)}.pp__stack-val--accent{color:var(--accent);font-weight:700;font-size:1.05rem}.pp__stack-divider{height:1px;background:var(--border)}.pp__stack-divider--thick{height:2px;background:var(--border)}.pp__guarantee{max-width:660px;margin:0 auto;background:var(--success-light);border:1px solid var(--success);border-radius:12px;padding:2.5rem 2rem;text-align:center}.pp__guarantee-icon{width:3.5rem;height:3.5rem;margin:0 auto 1.25rem;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:breathe 3s ease-in-out infinite}.pp__guarantee-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;text-wrap:balance}.pp__guarantee-layers{display:flex;flex-direction:column;gap:1rem;max-width:520px;margin:0 auto;text-align:left}.pp__guarantee-layer{display:flex;gap:.75rem;font-size:.95rem;color:var(--text);line-height:1.6}.pp__guarantee-num{flex-shrink:0;width:1.75rem;height:1.75rem;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.75rem;font-weight:700;margin-top:.15rem}.pp__compare-toggle-wrap{text-align:center}.pp__compare-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:99px;font-family:var(--font-serif);font-size:.9rem;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .2s,box-shadow .2s}.pp__compare-toggle:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.pp__compare-chevron{transition:transform .3s ease-out}.pp__compare-chevron--open{transform:rotate(180deg)}.pp__compare-wrapper{overflow-x:auto;margin-top:1.5rem}.pp__compare-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border)}.pp__compare-table th,.pp__compare-table td{padding:.7rem .9rem;text-align:left;border-bottom:1px solid var(--border-light);font-size:.85rem}.pp__compare-table th{background:var(--surface-2);font-family:var(--font-mono);font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.pp__col-accent{background:var(--accent-light);font-weight:600}.pp__compare-table th.pp__col-accent{background:var(--accent);color:#fff}.pp-cell--yes{color:var(--success);font-weight:700}.pp-cell--no{color:var(--text-light)}.pp-cell--text{font-size:.8rem}.pp__competitors{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pp__competitor-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:transform .25s ease-out,box-shadow .25s ease-out}.pp__competitor-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 auto .75rem;background:var(--surface-2);border-radius:50%;font-size:1rem}.pp__competitor-vs{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--accent);margin-bottom:.4rem}.pp__competitor-desc{font-size:.88rem;color:var(--text-muted);line-height:1.55}.pp__payment{text-align:center;align-items:center}.pp__payment-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.pp__payment-methods{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.pp__payment-badge{padding:.45rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.04em;color:var(--text-muted);transition:border-color .2s}.pp__payment-badge:hover{border-color:var(--text-light)}.pp__payment-note{font-size:.78rem;color:var(--text-light);max-width:400px;margin:.5rem auto 0;text-align:center}.pp__faq{max-width:680px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:.5rem}.pp__faq-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:box-shadow .2s}.pp__faq-item[open]{box-shadow:var(--shadow-sm)}.pp__faq-q{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--text);padding:.9rem 1.25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.pp__faq-q::-webkit-details-marker{display:none}.pp__faq-q:after{content:"+";font-family:var(--font-mono);font-size:1.2rem;color:var(--text-light);flex-shrink:0;margin-left:1rem;transition:transform .3s ease-out}.pp__faq-item[open] .pp__faq-q:after{content:"−";color:var(--accent)}.pp__faq-a{font-size:.92rem;color:var(--text-muted);padding:0 1.25rem 1rem;line-height:1.65}.pp__section-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--text);text-align:center;line-height:1.2;margin-bottom:.5rem}.pp__section-subtitle{font-family:var(--font-body);font-size:.95rem;color:var(--text-muted);text-align:center;margin-bottom:1.5rem}.pp__compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:720px;margin:1rem auto 0}.pp__compare-item{background:var(--surface);border-radius:var(--r-lg);padding:1.25rem;border:1px solid var(--border)}.pp__compare-item h4{font-family:var(--font-serif);font-size:1rem;font-weight:700;margin-bottom:.25rem}.pp__compare-price{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.pp__compare-item ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.pp__compare-item li{font-family:var(--font-body);font-size:.82rem;color:var(--text-muted);line-height:1.4}.pp__compare-item li:before{margin-right:.4rem}.pp__compare-item--them{border-color:var(--danger);background:var(--danger-light)}.pp__compare-item--them h4,.pp__compare-item--them .pp__compare-price{color:var(--danger)}.pp__compare-item--them li:before{content:"✖";color:var(--danger)}.pp__compare-item--us{border-color:var(--success);background:var(--success-light)}.pp__compare-item--us h4,.pp__compare-item--us .pp__compare-price{color:var(--success)}.pp__compare-item--us li:before{content:"✔";color:var(--success)}@media (max-width: 640px){.pp__compare-grid{grid-template-columns:1fr}}.pp__new-guarantee{text-align:center;padding:2rem 1.5rem;background:var(--success-light);border:1px solid var(--success);border-radius:var(--r-lg);max-width:600px;margin:0 auto}.pp__new-guarantee-icon{font-size:2.5rem;margin-bottom:.5rem}.pp__new-guarantee-title{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--success);margin-bottom:.5rem}.pp__new-guarantee-text{font-family:var(--font-body);font-size:.95rem;color:var(--text);margin-bottom:.25rem}.pp__new-guarantee-sub{font-family:var(--font-body);font-size:.82rem;color:var(--text-muted)}.pp__proof{text-align:center}.pp__proof-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:1rem 0}.pp__proof-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.5rem;text-align:center;min-width:140px}.pp__proof-score{display:block;font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--accent);line-height:1.1}.pp__proof-item p{font-family:var(--font-body);font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.pp__proof-teachers{font-family:var(--font-body);font-size:.8rem;color:var(--text-muted);font-style:italic}.pp__new-final{text-align:center;padding:2.5rem 1.5rem;background:var(--text);border-radius:var(--r-lg);margin:0 -.5rem}.pp__new-final-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.pp__new-final-sub{font-family:var(--font-body);font-size:.9rem;color:var(--text-light);margin-bottom:1.25rem;color:#ffffffb3}.pp__new-final-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem}.pp__new-final-note{font-family:var(--font-body);font-size:.75rem;color:#ffffff80}.pp__final{text-align:center;padding:3rem 2rem;background:var(--text);border-radius:16px;margin:0 -.5rem}.pp__final-title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:.75rem;text-wrap:balance}.pp__final-desc{font-size:1rem;color:#ffffffb3;max-width:460px;margin:0 auto 1.5rem}.pp__final .hero-note{color:#ffffff80}.reveal .pp-card{opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .pp-card:nth-child(1){transition-delay:0s}.reveal.revealed .pp-card:nth-child(2){transition-delay:.1s}.reveal.revealed .pp-card:nth-child(3){transition-delay:.2s}.reveal.revealed .pp-card{opacity:1;transform:translateY(0)}.reveal.revealed .pp-card--featured{transform:scale(1.04)}.reveal .pp__passbac-inner{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.revealed .pp__passbac-inner{opacity:1;transform:translateY(0)}.reveal .pp__stack-row{opacity:0;transform:translate(-10px);transition:opacity .3s ease-out,transform .3s ease-out}.reveal.revealed .pp__stack-row:nth-child(1){transition-delay:0s}.reveal.revealed .pp__stack-row:nth-child(2){transition-delay:.04s}.reveal.revealed .pp__stack-row:nth-child(3){transition-delay:.08s}.reveal.revealed .pp__stack-row:nth-child(4){transition-delay:.12s}.reveal.revealed .pp__stack-row:nth-child(5){transition-delay:.16s}.reveal.revealed .pp__stack-row:nth-child(6){transition-delay:.2s}.reveal.revealed .pp__stack-row:nth-child(7){transition-delay:.24s}.reveal.revealed .pp__stack-row:nth-child(8){transition-delay:.28s}.reveal.revealed .pp__stack-row:nth-child(n+9){transition-delay:.32s}.reveal.revealed .pp__stack-row{opacity:1;transform:translate(0)}.reveal .pp__guarantee{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.revealed .pp__guarantee{opacity:1;transform:scale(1)}.reveal .pp__competitor-card{opacity:0;transform:translateY(16px);transition:opacity .4s ease-out,transform .4s ease-out}.reveal.revealed .pp__competitor-card:nth-child(1){transition-delay:0s}.reveal.revealed .pp__competitor-card:nth-child(2){transition-delay:.08s}.reveal.revealed .pp__competitor-card:nth-child(3){transition-delay:.16s}.reveal.revealed .pp__competitor-card{opacity:1;transform:translateY(0)}.reveal .pp__faq-item{opacity:0;transform:translateY(8px);transition:opacity .3s ease-out,transform .3s ease-out}.reveal.revealed .pp__faq-item:nth-child(1){transition-delay:0s}.reveal.revealed .pp__faq-item:nth-child(2){transition-delay:.04s}.reveal.revealed .pp__faq-item:nth-child(3){transition-delay:.08s}.reveal.revealed .pp__faq-item:nth-child(4){transition-delay:.12s}.reveal.revealed .pp__faq-item:nth-child(5){transition-delay:.16s}.reveal.revealed .pp__faq-item:nth-child(6){transition-delay:.2s}.reveal.revealed .pp__faq-item:nth-child(7){transition-delay:.24s}.reveal.revealed .pp__faq-item:nth-child(8){transition-delay:.28s}.reveal.revealed .pp__faq-item{opacity:1;transform:translateY(0)}.reveal .pp__final-title{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal .pp__final-desc{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out .12s,transform .5s ease-out .12s}.reveal.revealed .pp__final-title,.reveal.revealed .pp__final-desc{opacity:1;transform:translateY(0)}.pp-card{transition:transform .3s ease-out,box-shadow .3s ease-out}.pp-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pp-card--featured:hover{transform:scale(1.04) translateY(-4px);box-shadow:0 12px 48px #8c1c132e}.pp-card__cta{transition:transform .15s ease-out,box-shadow .2s ease-out,background-color .2s,border-color .2s,color .2s}.pp-card__cta:active:not(:disabled){transform:translateY(1px)}.pp-card__cta--primary:hover{box-shadow:0 4px 20px #8c1c1340}.pp__passbac-inner{transition:transform .3s ease-out,box-shadow .3s ease-out}.pp__passbac-inner:hover{transform:translateY(-3px);box-shadow:0 8px 32px #b8974a26}.pp__stack-row{transition:padding-left .2s ease-out,background-color .2s}.pp__stack-row:hover{padding-left:1.5rem}.pp__stack-row--bonus:hover{background:#f0e6c8}.pp__guarantee{transition:transform .3s ease-out,box-shadow .3s ease-out}.pp__guarantee:hover{transform:translateY(-2px);box-shadow:0 6px 24px #2a52261a}.pp__competitor-card{transition:transform .25s ease-out,box-shadow .25s ease-out}.pp__competitor-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.pp__faq-item{transition:border-color .2s,box-shadow .2s}.pp__faq-item:hover{border-color:var(--accent)}.pp__payment-badge{transition:transform .15s ease-out,border-color .2s}.pp__payment-badge:hover{transform:scale(1.05);border-color:var(--text-light)}.pp__final .cta-primary:hover{box-shadow:0 0 30px #8c1c1359,0 4px 12px #8c1c1333}.feature-gate{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;text-align:center;background:var(--surface);border:2px dashed var(--border);border-radius:var(--r-lg)}.feature-gate-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border-radius:50%;font-size:1.4rem;line-height:1}.feature-gate-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--text);margin:0}.feature-gate-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5;max-width:420px;margin:0}.feature-gate-tier{font-size:.8rem;color:var(--text-muted);margin:0;opacity:.7}.feature-gate-tier strong{color:var(--accent)}.feature-gate-cta{display:inline-block;padding:.6rem 1.5rem;background:var(--accent);color:#fff;border-radius:var(--r);font-family:var(--font-serif);font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s;margin-top:.25rem}.feature-gate-cta:hover{background:var(--accent-dark)}.entrainement-tab--bonus .entrainement-tab-icon{background:var(--gold-light);color:var(--gold)}.entrainement-tab--bonus.active .entrainement-tab-icon{background:var(--gold);color:#fff}.referral-card{position:relative;text-align:center;margin-top:2rem;padding:1.75rem 2rem 1.5rem;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.referral-card-close{position:absolute;top:.65rem;right:.75rem;background:none;border:none;color:var(--text-light);cursor:pointer;padding:.25rem;border-radius:50%;transition:color .2s;display:flex;align-items:center;justify-content:center}.referral-card-close:hover{color:var(--text-muted)}.referral-card-ornament{font-size:1.15rem;color:var(--gold);margin-bottom:.5rem;letter-spacing:.3em;line-height:1}.referral-card-headline{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--text);margin-bottom:.35rem;letter-spacing:.01em}.referral-card-sub{font-family:var(--font-body);font-size:.88rem;color:var(--text-muted);line-height:1.5;max-width:400px;margin:0 auto 1.1rem}.referral-card-actions{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.referral-card-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--r);font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:1px solid transparent}.referral-card-btn--wa{background:#25d366;color:#fff;border-color:#25d366}.referral-card-btn--wa:hover{background:#1eb058;box-shadow:0 2px 8px #25d36640}.referral-card-btn--link{background:var(--surface-2);color:var(--text);border-color:var(--border)}.referral-card-btn--link:hover{border-color:var(--gold);color:var(--gold)}.referral-card-btn--copied{background:var(--success-light);color:var(--success);border-color:var(--success)}.referral-card-stats{font-family:var(--font-mono);font-size:.78rem;color:var(--gold);margin-top:.85rem;letter-spacing:.02em}.referral-toast{position:fixed;top:5rem;left:50%;transform:translate(-50%);background:var(--success-light);color:var(--success);border:1px solid var(--success);border-radius:var(--r);padding:.6rem 1.25rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;z-index:200;animation:referral-toast-in .3s ease-out,referral-toast-out .3s ease-in 3.7s forwards;box-shadow:var(--shadow-md)}@keyframes referral-toast-in{0%{opacity:0;transform:translate(-50%) translateY(-.5rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes referral-toast-out{0%{opacity:1}to{opacity:0}}.analysis-toast{position:fixed;top:5rem;left:50%;transform:translate(-50%);background:var(--accent-light);color:var(--accent);border:1px solid var(--accent);border-radius:var(--r);padding:.75rem 1.25rem;font-family:var(--font-body);font-size:.85rem;z-index:200;display:flex;align-items:center;gap:.75rem;cursor:pointer;box-shadow:var(--shadow-md);animation:referral-toast-in .3s ease-out,referral-toast-out .3s ease-in 7s forwards}.analysis-toast strong{white-space:nowrap}.analysis-toast span{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.8}.analysis-toast-btn{background:var(--accent);color:#fff;border:none;border-radius:4px;padding:.25rem .75rem;font-weight:600;font-size:.8rem;cursor:pointer;white-space:nowrap}@media (max-width: 600px){.referral-card{padding:1.25rem 1rem 1.15rem;margin-top:1.5rem}.referral-card-sub{font-size:.84rem}.referral-card-actions{flex-direction:column;gap:.5rem}.referral-card-btn{width:100%;justify-content:center}}.bonus-tab{margin-top:1.5rem}.bonus-intro-text{font-family:var(--font-body);font-size:1.05rem;color:var(--text-muted);margin-bottom:1.5rem}.bonus-cards{display:flex;flex-direction:column;gap:1rem}.bonus-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r-lg);overflow:hidden;transition:border-color .2s,box-shadow .2s}.bonus-card:hover{border-color:var(--gold)}.bonus-card--open{border-color:var(--gold);box-shadow:var(--shadow-sm)}.bonus-card-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;gap:1rem}.bonus-card-left{display:flex;align-items:center;gap:1rem}.bonus-card-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gold-light);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;font-size:1.1rem;flex-shrink:0}.bonus-card-titre{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;color:var(--text);margin:0}.bonus-card-sous-titre{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);margin:.2rem 0 0}.bonus-chevron{color:var(--text-muted);transition:transform .25s ease;flex-shrink:0}.bonus-chevron--open{transform:rotate(180deg)}.bonus-card-body{padding:0 1.5rem 1.5rem;border-top:1px solid var(--border-light)}.bonus-body-intro{font-family:var(--font-body);font-size:.95rem;color:var(--text-muted);margin:1rem 0;font-style:italic}.bonus-section{margin-top:1.25rem}.bonus-section:first-child{margin-top:1rem}.bonus-section-titre{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border-light)}.bonus-section-list{list-style:none;padding:0;margin:0}.bonus-section-item{font-family:var(--font-body);font-size:.95rem;color:var(--text);padding:.5rem 0 .5rem 1.25rem;position:relative;line-height:1.5}.bonus-section-item:before{content:"•";position:absolute;left:0;color:var(--gold);font-weight:700}.bonus-section-item+.bonus-section-item{border-top:1px solid var(--border-light)}.bonus-section-contenu{font-family:var(--font-body);font-size:.95rem;color:var(--text);line-height:1.6}.bonus-contenu-titre{font-family:var(--font-serif);font-size:.95rem;margin:.75rem 0 .25rem}.bonus-contenu-line{margin:.35rem 0;padding-left:.75rem}.bonus-arrow{color:var(--accent);font-weight:600}@media (max-width: 600px){.bonus-card-header{padding:1rem}.bonus-card-body{padding:0 1rem 1rem}.bonus-card-icon{width:2rem;height:2rem;font-size:.9rem}.bonus-card-titre{font-size:1rem}.bonus-card-sous-titre{font-size:.8rem}}.credit-counter-wrap{position:relative;display:flex;align-items:center;gap:0}.credit-counter{display:flex;align-items:center;gap:.4rem;padding:.25rem .65rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:99px;text-decoration:none;transition:background .2s,border-color .2s;cursor:pointer;font-family:inherit;color:inherit}button.credit-counter{border-right:none;border-radius:99px 0 0 99px}.credit-counter-wrap .credit-add+.credit-counter,.credit-counter-wrap .credit-counter:only-child{border-radius:99px;border-right:1px solid rgba(255,255,255,.12)}.credit-counter:hover{background:#ffffff24}.credit-dot{width:.5rem;height:.5rem;border-radius:50%}.credit-dot.green{background:#34d399}.credit-dot.red{background:#f87171}.credit-text{font-family:var(--font-mono);font-size:.68rem;color:#ffffffd9;letter-spacing:.03em;white-space:nowrap}.credit-add{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:100%;min-height:2.75rem;border:1px solid rgba(255,255,255,.12);border-left:none;border-radius:0 99px 99px 0;background:#ffffff1f;color:#ffffffe6;font-family:var(--font-mono);font-size:.8rem;line-height:1;cursor:pointer;transition:background .2s,transform .15s}.credit-add:hover{background:var(--accent);transform:scale(1.05)}.credit-counter--confirm{background:var(--accent);border-color:var(--accent);border-radius:99px;animation:credit-confirm-in .2s ease-out}.credit-counter--confirm:hover{background:var(--accent-dark)}.credit-counter--confirm .credit-text{color:#fff;font-size:.62rem}@keyframes credit-confirm-in{0%{transform:scale(.95);opacity:.7}to{transform:scale(1);opacity:1}}.credit-countdown{position:absolute;bottom:0;left:.5rem;right:.5rem;height:2px;border-radius:1px;background:#ffffff80;animation:credit-countdown 8s linear forwards}@keyframes credit-countdown{0%{width:100%}to{width:0%}}.credit-cancel{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;margin-left:.25rem;border:none;border-radius:50%;background:#ffffff26;color:#ffffffb3;font-size:.6rem;line-height:1;cursor:pointer;transition:background .15s}.credit-cancel:hover{background:#ffffff4d}.link-btn--accent,.link-btn--confirm{color:var(--accent);font-weight:600}.freemium-confirm-btn{position:relative;overflow:hidden}.freemium-confirm-btn:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:var(--accent);animation:confirm-countdown 8s linear forwards}@keyframes confirm-countdown{0%{transform:scaleX(1);transform-origin:left}to{transform:scaleX(0);transform-origin:left}}.cta-secondary.small{padding:.35rem .75rem;font-size:.85rem}.quiz-mode-card.locked{opacity:.55;cursor:not-allowed;position:relative}.quiz-mode-card.locked:hover{transform:none;box-shadow:var(--shadow-sm)}.mode-lock{display:inline-block;background:var(--gold-light);color:var(--gold);font-family:var(--font-mono);font-size:.6rem;font-weight:600;padding:.1rem .4rem;border-radius:3px;margin-left:.35rem;vertical-align:middle;letter-spacing:.04em;text-transform:uppercase}.footer{background:var(--text);border-top:3px solid var(--accent);margin-top:2rem}.footer-inner{max-width:var(--max-w-wide);margin:0 auto;padding:2.5rem 1.5rem 1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.footer-logo{width:2rem;height:2rem;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1rem;font-style:italic;color:#fff}.footer-name{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:#fff}.footer-tagline{font-family:var(--font-mono);font-size:.65rem;color:#fff6;letter-spacing:.06em}.footer-links{display:flex;gap:4rem;margin-bottom:2rem}.footer-col{display:flex;flex-direction:column;gap:.375rem}.footer-col-title{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.375rem}.footer-link{font-family:var(--font-body);font-size:.9rem;color:#fff9;text-decoration:none;transition:color .15s}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem}.footer-copy{font-family:var(--font-mono);font-size:.68rem;color:#ffffff4d;letter-spacing:.04em}.footer-legal{font-size:.75rem;color:#fff3;margin-top:.25rem;font-style:italic}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}::selection{background:var(--accent-light);color:var(--accent-dark)}@media (max-width: 900px){.features-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.pricing-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-cards.five-cols{grid-template-columns:repeat(2,1fr);max-width:700px}.pricing-card.featured{transform:none}.comparison-grid{grid-template-columns:1fr}.pp__cards{grid-template-columns:1fr;max-width:420px;margin:0 auto}.pp-card--featured{transform:none}.pp-card--featured:hover{transform:translateY(-4px)}.pp__competitors{grid-template-columns:1fr}.pp__passbac-content{flex-direction:column;gap:1.5rem}.pp__passbac-price-col{text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.main{padding:1.25rem 1rem 3rem}.form-section,.analysis-box{padding:1.25rem}.result-header{flex-direction:column}.result-actions{width:100%}.result-actions .copy-btn,.result-actions .secondary-btn{flex:1;text-align:center}.hero-title{font-size:1.4rem}.submit-btn{width:100%;justify-content:center}.grid-2{grid-template-columns:1fr}.header-inner{padding:.625rem 1rem;gap:.5rem;flex-wrap:wrap}.menu-toggle{display:flex;order:2}.header-nav{display:none;order:4;width:100%;flex-direction:column;gap:.125rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.header-nav.open{display:flex}.nav-link{font-size:.95rem;padding:.5rem .75rem}.header-right{order:3;margin-left:auto}.app-name{font-size:.95rem}.app-sub{font-size:.55rem}.logo-icon{width:2rem;height:2rem;font-size:1.1rem}.landing{gap:2.5rem}.hero-headline{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg);padding:0}.pricing-cards.five-cols{grid-template-columns:1fr;max-width:400px}.pricing-cards-preview{grid-template-columns:1fr}.pp__headline{font-size:1.85rem}.pp__subtitle{font-size:1rem}.pp__final-title{font-size:1.5rem}.pp__passbac-inner{padding:1.75rem 1.25rem 1.5rem}.pp__passbac-title{font-size:1.25rem}.pp__passbac-price{font-size:2.25rem}.pp{gap:3.5rem}.pp__free-note{margin-top:-2rem}.price-card-mini.featured{transform:none}.demo-card{grid-template-columns:1fr}.demo-left{text-align:center}.demo-preview{max-width:320px;margin:0 auto}.proof-bar{flex-direction:column;gap:1rem}.proof-divider{width:2.5rem;height:1px}.transform-card{flex-direction:column;gap:.375rem;text-align:center}.transform-arrow{transform:rotate(90deg)}.stats-grid{grid-template-columns:repeat(2,1fr)}.dash-header{flex-direction:column;align-items:flex-start}.dash-row-2{flex-direction:column;align-items:stretch;gap:.5rem}.dash-mini-stats{justify-content:flex-end}.dash-pill{font-size:.72rem;padding:.35rem .65rem}.footer-links{flex-direction:column;gap:1.5rem}.pricing-headline{font-size:1.75rem}.final-cta-title{font-size:1.5rem}}@media (max-width: 430px){.view-result{gap:1rem}.analysis-box{padding:1rem .75rem;border-radius:0;border-left:none;border-right:none;margin-left:-1rem;margin-right:-1rem}.analysis-content{font-size:1rem}.view-result .original-text-box{border-radius:0;border-left:none;border-right:none;margin-left:-1rem;margin-right:-1rem}.view-result .section-nav{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;border-radius:0}.view-form .form-card{border-radius:0;border-left:none;border-right:none;margin-left:-1rem;margin-right:-1rem}.view-form .form-section{padding:1rem .75rem}}.not-found,.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:50vh;gap:1rem;padding:2rem}.not-found-icon{font-family:var(--font-serif);font-size:4rem;font-weight:700;color:var(--text-light);opacity:.3;line-height:1}.not-found-title,.error-boundary-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text)}.not-found-desc,.error-boundary-desc{font-size:1rem;color:var(--text-muted);max-width:400px}.not-found-actions,.error-boundary-actions{display:flex;gap:1.25rem;align-items:center;margin-top:.5rem}@media print{.header,.footer,.submit-row,.result-actions,.section-nav,.back-btn,.freemium-badge,.header-nav,.header-right{display:none!important}.main{padding:0}.analysis-box{border:none;box-shadow:none;padding:0}body{background:#fff}}.skip-link{position:absolute;top:-100%;left:.5rem;padding:.5rem 1rem;background:var(--accent);color:#fff;font-family:var(--font-mono);font-size:.8rem;border-radius:0 0 var(--r) var(--r);z-index:200;text-decoration:none;transition:top .15s}.skip-link:focus{top:0}.submit-btn:focus-visible,.copy-btn:focus-visible,.secondary-btn:focus-visible,.danger-btn:focus-visible,.back-btn:focus-visible,.section-tab:focus-visible,.cta-primary:focus-visible,.pp-card__cta:focus-visible,.pp__compare-toggle:focus-visible,.pp__faq-q:focus-visible,.pricing-cta:focus-visible,.price-cta-mini:focus-visible,.history-card:focus-visible,.history-delete:focus-visible,.link-btn:focus-visible,.quiz-mode-card:focus-visible,.quiz-btn:focus-visible,.qcm-option:focus-visible,.flashcard:focus-visible,.feature-card-link:focus-visible,.fiche-preview-card:focus-visible,.credit-counter:focus-visible,.credit-add:focus-visible,.credit-cancel:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-link:focus-visible,.footer-link:focus-visible,.cta-secondary-link:focus-visible{outline:2px solid var(--gold);outline-offset:2px}button,a,[role=button]{touch-action:manipulation}.proof-number,.stat-number,.pricing-price,.price-amount,.freemium-count,.step-number,.pp-card__price,.pp__passbac-price,.pp__stack-val{font-variant-numeric:tabular-nums}.hero-headline,.section-title,.pp__headline,.pp__guarantee-title,.pp__final-title,.pp__passbac-title,.pricing-headline,.final-cta-title,.dash-title,.result-title,.hero-title,.guarantee-title{text-wrap:balance}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}.hero-badge{opacity:0;animation:fadeInUp .6s ease-out .1s forwards}.hero-headline{opacity:0;animation:fadeInUp .7s ease-out .25s forwards}.hero-subtitle{opacity:0;animation:fadeInUp .6s ease-out .45s forwards}.hero-cta-group{opacity:0;animation:fadeInUp .6s ease-out .6s forwards}.hero-note{opacity:0;animation:fadeIn .8s ease-out .85s forwards}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal.revealed .proof-item:nth-child(1){transition-delay:0s}.reveal.revealed .proof-item:nth-child(2){transition-delay:.1s}.reveal.revealed .proof-item:nth-child(3){transition-delay:.2s}.reveal .proof-item{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .proof-item{opacity:1;transform:translateY(0)}.reveal .demo-left{opacity:0;transform:translate(-28px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal .demo-right{opacity:0;transform:translate(28px);transition:opacity .6s ease-out .15s,transform .6s ease-out .15s}.reveal.revealed .demo-left,.reveal.revealed .demo-right{opacity:1;transform:translate(0)}.reveal .transform-card{opacity:0;transform:translate(-20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .transform-card:nth-child(1){transition-delay:0s}.reveal.revealed .transform-card:nth-child(2){transition-delay:.08s}.reveal.revealed .transform-card:nth-child(3){transition-delay:.16s}.reveal.revealed .transform-card:nth-child(4){transition-delay:.24s}.reveal.revealed .transform-card:nth-child(5){transition-delay:.32s}.reveal.revealed .transform-card{opacity:1;transform:translate(0)}.reveal .feature-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .feature-card:nth-child(1){transition-delay:0s}.reveal.revealed .feature-card:nth-child(2){transition-delay:.07s}.reveal.revealed .feature-card:nth-child(3){transition-delay:.14s}.reveal.revealed .feature-card:nth-child(4){transition-delay:.21s}.reveal.revealed .feature-card:nth-child(5){transition-delay:.28s}.reveal.revealed .feature-card:nth-child(6){transition-delay:.35s}.reveal.revealed .feature-card:nth-child(7){transition-delay:.42s}.reveal.revealed .feature-card{opacity:1;transform:translateY(0)}.reveal .step-card,.reveal .step-arrow{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .step-card:nth-child(1){transition-delay:0s}.reveal.revealed .step-arrow:nth-child(2){transition-delay:.1s}.reveal.revealed .step-card:nth-child(3){transition-delay:.2s}.reveal.revealed .step-arrow:nth-child(4){transition-delay:.3s}.reveal.revealed .step-card:nth-child(5){transition-delay:.4s}.reveal.revealed .step-card,.reveal.revealed .step-arrow{opacity:1;transform:translateY(0)}.reveal .testimonial-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .testimonial-card:nth-child(1){transition-delay:0s}.reveal.revealed .testimonial-card:nth-child(2){transition-delay:.1s}.reveal.revealed .testimonial-card:nth-child(3){transition-delay:.2s}.reveal.revealed .testimonial-card{opacity:1;transform:translateY(0)}.reveal .price-card-mini{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.revealed .price-card-mini:nth-child(1){transition-delay:0s}.reveal.revealed .price-card-mini:nth-child(2){transition-delay:.12s}.reveal.revealed .price-card-mini{opacity:1;transform:translateY(0)}.reveal .guarantee-card{opacity:0;transform:scale(.94);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.revealed .guarantee-card{opacity:1;transform:scale(1)}.reveal .final-cta-title{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal .final-cta-desc{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out .12s,transform .5s ease-out .12s}.reveal .cta-primary.large{opacity:0;transform:translateY(12px);transition:opacity .5s ease-out .24s,transform .5s ease-out .24s}.reveal.revealed .final-cta-title,.reveal.revealed .final-cta-desc,.reveal.revealed .cta-primary.large{opacity:1;transform:translateY(0)}.reveal .section-tag{opacity:0;transform:translateY(12px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal .section-title{opacity:0;transform:translateY(16px);transition:opacity .6s ease-out .08s,transform .6s ease-out .08s}.reveal .section-subtitle{opacity:0;transform:translateY(12px);transition:opacity .5s ease-out .16s,transform .5s ease-out .16s}.reveal.revealed .section-tag,.reveal.revealed .section-title,.reveal.revealed .section-subtitle{opacity:1;transform:translateY(0)}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.bac-countdown{background:linear-gradient(135deg,var(--accent) 0%,#a52820 50%,var(--accent) 100%);background-size:200% 200%;animation:gradientShift 6s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.85}}.countdown-icon{animation:iconPulse 2s ease-in-out infinite}@keyframes arrowNudge{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.step-arrow{animation:arrowNudge 2.5s ease-in-out infinite}@keyframes floatCard{0%,to{transform:translateY(-4px) scale(1.03)}50%{transform:translateY(-10px) scale(1.03)}}.price-card-mini.featured{animation:floatCard 4s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.guarantee-icon{animation:breathe 3s ease-in-out infinite}@keyframes goldShimmer{0%{background-position:-200% center}to{background-position:200% center}}.section-tag{background-image:linear-gradient(90deg,transparent 0%,rgba(196,164,105,.2) 45%,rgba(196,164,105,.4) 50%,rgba(196,164,105,.2) 55%,transparent 100%);background-size:200% 100%;background-repeat:no-repeat;animation:goldShimmer 4s ease-in-out infinite}.demo-preview-body .demo-line:last-child:after{content:"|";color:var(--accent);animation:blink 1s step-end infinite;margin-left:2px;font-weight:300}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.feature-card:hover .feature-icon{transform:rotate(8deg) scale(1.08);transition:transform .3s ease-out}.feature-icon{transition:transform .3s ease-out}.testimonial-card{border-left:3px solid transparent;transition:border-color .3s ease-out,transform .25s ease-out,box-shadow .25s ease-out}.testimonial-card:hover{border-left-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 20px #1a120914}.cta-primary{transition:transform .25s ease-out,box-shadow .25s ease-out,background-color .25s ease-out}.cta-primary:hover{box-shadow:0 0 24px #8c1c1340,0 4px 12px #8c1c1326}.price-card-mini{transition:box-shadow .3s ease-out,transform .3s ease-out}.price-card-mini:hover{box-shadow:0 8px 32px #1a12091a}.transform-card{transition:transform .25s ease-out,box-shadow .25s ease-out}.transform-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1a12090f}.step-card{transition:transform .25s ease-out,box-shadow .25s ease-out}.step-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1a120914}@media (max-width: 900px){.step-arrow,.price-card-mini.featured{animation:none}}@media (max-width: 640px){.step-arrow{animation:none;transform:rotate(90deg)}.price-card-mini.featured{animation:none;transform:none}}.payment-success-page{display:flex;justify-content:center;align-items:center;min-height:50vh;padding:2rem 1rem}.payment-card{max-width:480px;width:100%;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-md)}.payment-card .spinner{margin-bottom:1.5rem}.payment-icon{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700}.payment-icon.success{background:var(--success-light);color:var(--success)}.payment-icon.pending{background:var(--gold-light);color:var(--gold)}.payment-icon.failed{background:var(--danger-light);color:var(--danger)}.payment-title{font-family:var(--font-serif);font-size:1.4rem;margin-bottom:.5rem}.payment-plan{font-size:1rem;color:var(--text-muted);margin-bottom:.75rem}.payment-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.payment-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.payment-error{max-width:var(--max-w-wide);margin:1rem auto;padding:.75rem 1rem;background:var(--danger-light);border:1px solid var(--danger);border-radius:var(--r);color:var(--danger);font-size:.85rem;text-align:center}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal .proof-item,.reveal .demo-left,.reveal .demo-right,.reveal .transform-card,.reveal .feature-card,.reveal .step-card,.reveal .step-arrow,.reveal .testimonial-card,.reveal .price-card-mini,.reveal .guarantee-card,.reveal .final-cta-title,.reveal .final-cta-desc,.reveal .cta-primary.large,.reveal .section-tag,.reveal .section-title,.reveal .section-subtitle,.reveal .pp-card,.reveal .pp__passbac-inner,.reveal .pp__stack-row,.reveal .pp__guarantee,.reveal .pp__competitor-card,.reveal .pp__faq-item,.reveal .pp__final-title,.reveal .pp__final-desc,.hero-badge,.hero-headline,.hero-subtitle,.hero-cta-group,.hero-note{opacity:1!important;transform:none!important}.feature-card:hover,.cta-primary:hover,.submit-btn:hover:not(:disabled),.price-card-mini.featured{transform:none!important}.flashcard{perspective:none!important}.flashcard-inner{transform-style:flat!important}.flashcard.flipped .flashcard-inner{transform:none!important}.flashcard.flipped .flashcard-front{display:none}.flashcard.flipped .flashcard-back{position:static;transform:none}}.glossaire-page{max-width:var(--max-w-wide);margin:0 auto;padding:2rem 1.5rem 4rem}.glossaire-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.glossaire-search{flex:1;min-width:200px}.glossaire-filter{min-width:220px}.glossaire-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1.1rem}.glossaire-content{display:flex;flex-direction:column;gap:2.5rem}.glossaire-categorie-title{font-family:var(--font-serif);font-size:1.25rem;color:var(--accent);border-bottom:2px solid var(--accent-light);padding-bottom:.5rem;margin-bottom:1rem}.glossaire-list{display:flex;flex-direction:column;gap:.5rem}.glossaire-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:border-color .2s,box-shadow .2s}.glossaire-card.expanded{border-color:var(--accent);box-shadow:var(--shadow-sm)}.glossaire-card-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.25rem;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.glossaire-card-header:hover{background:var(--surface-2)}.glossaire-card-header:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.glossaire-card-nom{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--text)}.glossaire-card-toggle{font-size:1.25rem;color:var(--text-muted);font-weight:300;flex-shrink:0;width:1.5rem;text-align:center}.glossaire-card-def{padding:0 1.25rem .875rem;color:var(--text-muted);font-size:.95rem;line-height:1.5}.glossaire-card-detail{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem;border-top:1px solid var(--border-light)}.glossaire-detail-row{display:flex;flex-direction:column;gap:.25rem}.glossaire-detail-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:500}.glossaire-detail-text{font-size:.95rem;line-height:1.6;color:var(--text)}.glossaire-detail-text.exemple{font-style:italic;color:var(--text-muted);border-left:2px solid var(--accent-light);padding-left:.75rem}.glossaire-footer-note{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.9rem}.glossaire-tabs{display:flex;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-bottom:2rem}.glossaire-tab{flex:1;padding:.75rem 1.5rem;border:none;background:none;cursor:pointer;font-family:var(--font-serif);font-size:1rem;font-weight:500;color:var(--text-muted);transition:color .15s,background-color .15s;text-align:center;position:relative}.glossaire-tab:hover{color:var(--text);background:var(--surface-2)}.glossaire-tab.active{color:var(--accent);background:var(--surface-2);font-weight:700}.glossaire-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent)}.glossaire-tab:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.mvt-card .glossaire-card-header{align-items:flex-start}.mvt-periode{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);margin-top:.125rem;display:block}.mvt-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.375rem}.mvt-list li{padding-left:1rem;position:relative;font-size:.95rem;line-height:1.5;color:var(--text)}.mvt-list li:before{content:"•";position:absolute;left:0;color:var(--accent)}.mvt-auteurs{display:flex;flex-direction:column;gap:.5rem}.mvt-auteur{display:flex;flex-direction:column;gap:.125rem}.mvt-auteur strong{font-family:var(--font-serif);font-size:.95rem;color:var(--text)}.mvt-auteur-role{font-size:.8rem;color:var(--text-muted);font-style:italic}.mvt-auteur-oeuvres{font-size:.85rem;color:var(--text-muted)}.mvt-tags{display:flex;flex-wrap:wrap;gap:.375rem}.mvt-tag{display:inline-block;padding:.2rem .625rem;background:var(--accent-light);border:1px solid var(--border-light);border-radius:2rem;font-family:var(--font-body);font-size:.8rem;color:var(--text)}.mvt-tag-link{cursor:pointer;background:var(--accent-light);border-color:var(--accent-light);color:var(--accent);transition:background .15s,color .15s}.mvt-tag-link:hover{background:var(--accent);color:#fff}.mvt-tag-link:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.gram-intro{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--r-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;font-size:.95rem;line-height:1.6;color:var(--text)}.gram-intro p{margin:0 0 1rem}.gram-methode-resume{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.gram-methode-step{display:inline-block;padding:.375rem .875rem;background:var(--accent);color:#fff;border-radius:2rem;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.03em}.gram-methode-arrow{color:var(--text-light);font-size:1.1rem}.gram-filter-niveau{min-width:200px}.gram-categorie-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.gram-categorie-header .glossaire-categorie-title{margin-bottom:0}.gram-niveau-badge{display:inline-block;padding:.15rem .625rem;border-radius:2rem;font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.05em;flex-shrink:0}.gram-niveau-badge.premiere{background:var(--accent-light);color:var(--accent);border:1px solid var(--accent)}.gram-niveau-badge.seconde{background:var(--gold-light);color:var(--gold);border:1px solid var(--gold)}.gram-label-methode{color:#2d6a4f}.gram-label-piege{color:#d4403a}.gram-piege-text{background:#fef2f2;border-left:2px solid #d4403a;padding:.5rem .75rem;border-radius:0 var(--r) var(--r) 0;font-size:.9rem}@media (max-width: 600px){.gram-methode-resume{flex-direction:column;align-items:flex-start;gap:.5rem}.gram-methode-arrow{transform:rotate(90deg);align-self:center}.gram-filter-niveau{min-width:100%}.glossaire-tab{font-size:.85rem;padding:.625rem .75rem}}.simulateur-page{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 4rem}.sim-phases-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.sim-phase-preview-card{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem}.sim-phase-num{width:2rem;height:2rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:.9rem;font-weight:700;flex-shrink:0}.sim-phase-name{font-family:var(--font-serif);font-size:.95rem;font-weight:600;margin-bottom:.125rem}.sim-phase-duree{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.sim-empty{text-align:center;padding:3rem 1rem}.sim-select-title{font-family:var(--font-serif);font-size:1.2rem;margin-bottom:1rem}.sim-texte-list{display:flex;flex-direction:column;gap:.5rem}.sim-texte-card{display:block;width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.25rem;cursor:pointer;font-family:inherit;transition:border-color .2s,box-shadow .2s}.sim-texte-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.sim-texte-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sim-texte-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.sim-texte-meta{font-size:.85rem;color:var(--text-muted)}.sim-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.sim-current-texte{font-family:var(--font-serif);font-size:1.1rem}.sim-timer-section{text-align:center;margin-bottom:2.5rem}.sim-timer-ring{position:relative;width:220px;height:220px;margin:0 auto 1.5rem}.sim-timer-svg{width:100%;height:100%;transform:rotate(-90deg)}.sim-timer-bg{fill:none;stroke:var(--surface-2);stroke-width:8}.sim-timer-progress{fill:none;stroke:var(--accent);stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.sim-timer-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.sim-timer-time{font-family:var(--font-mono);font-size:2.5rem;font-weight:500;color:var(--text);font-variant-numeric:tabular-nums}.sim-timer-total{font-family:var(--font-mono);font-size:.9rem;color:var(--text-muted)}.sim-phase-current{margin-bottom:1.5rem}.sim-phase-label{font-family:var(--font-serif);font-size:1.3rem;color:var(--accent);margin-bottom:.75rem}.sim-phase-bar-container{width:100%;max-width:400px;height:6px;background:var(--surface-2);border-radius:3px;margin:0 auto .5rem;overflow:hidden}.sim-phase-bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width 1s linear}.sim-phase-remaining{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted)}.sim-controls{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.sim-timeline{display:flex;flex-direction:column;gap:0;margin-bottom:2.5rem;border-left:2px solid var(--border);padding-left:1.5rem;margin-left:.75rem}.sim-timeline-item{display:flex;gap:1rem;padding:.75rem 0;position:relative}.sim-timeline-item:before{content:"";position:absolute;left:-1.875rem;top:1rem;width:10px;height:10px;background:var(--border);border-radius:50%}.sim-timeline-item.current:before{background:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.sim-timeline-item.past:before{background:var(--success)}.sim-timeline-marker{width:1.75rem;height:1.75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;color:var(--text-muted)}.sim-timeline-item.current .sim-timeline-marker{background:var(--accent);border-color:var(--accent);color:#fff}.sim-timeline-item.past .sim-timeline-marker{background:var(--success-light);border-color:var(--success);color:var(--success)}.sim-timeline-content{flex:1}.sim-timeline-label{font-family:var(--font-serif);font-size:1rem;font-weight:600;margin-bottom:.125rem}.sim-timeline-item.current .sim-timeline-label{color:var(--accent)}.sim-timeline-item.past .sim-timeline-label{color:var(--text-muted)}.sim-timeline-duree{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.sim-timeline-conseil{margin-top:.5rem;font-size:.9rem;color:var(--text-muted);font-style:italic;line-height:1.5}.sim-reference{margin-top:2rem}.sim-reference-toggle{font-family:var(--font-serif);font-size:1rem;font-weight:600;cursor:pointer;padding:.75rem 0;color:var(--accent)}.sim-reference-toggle:hover{text-decoration:underline}.sim-reference-content{margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem}.recall-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm);max-width:500px;margin:0 auto}.recall-badge{display:inline-block;font-family:var(--font-mono);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);background:var(--gold-light);padding:.2rem .5rem;border-radius:var(--r);margin-bottom:.75rem}.recall-prompt{font-family:var(--font-body);font-size:1.05rem;line-height:1.7;color:var(--text);margin-bottom:1.25rem}.recall-input-group{display:flex;gap:.5rem;align-items:stretch}.recall-input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.625rem .75rem;font-family:var(--font-body);font-size:1rem;color:var(--text);transition:border-color .15s,box-shadow .15s}.recall-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.recall-input:disabled{opacity:.5;cursor:not-allowed}.recall-expected{font-family:var(--font-body);font-size:.95rem;color:var(--text);margin-top:.5rem}.recall-close{font-family:var(--font-mono);font-size:.75rem;color:var(--gold);margin-top:.25rem}.section-weak-cats{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.375rem}.section-weak-chip{font-family:var(--font-mono);font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--danger);background:var(--danger-light);padding:.1rem .35rem;border-radius:var(--r)}.section-card.section-status-almost-mastered{border-left:3px solid var(--gold)}.section-status-icon.almost-mastered{color:var(--gold)}.section-mini-fill.almost-mastered{background:var(--gold)}.sim-checklist-section{margin-top:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.sim-checklist-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:1.25rem}.sim-checklist-phase{margin-bottom:1.25rem}.sim-checklist-phase-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.sim-checklist-phase-header h4{font-family:var(--font-serif);font-size:.95rem;font-weight:700;color:var(--text)}.sim-checklist-count{font-family:var(--font-mono);font-size:.7rem;font-weight:500;color:var(--text-muted)}.sim-checklist-items{display:flex;flex-direction:column;gap:.375rem}.sim-checklist-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border-light);border-radius:var(--r);cursor:pointer;transition:border-color .15s,background-color .15s}.sim-checklist-item:hover{border-color:var(--border)}.sim-checklist-item.checked{background:var(--success-light);border-color:var(--success)}.sim-checklist-item input[type=checkbox]{accent-color:var(--success);width:1rem;height:1rem;flex-shrink:0}.sim-checklist-label{font-family:var(--font-body);font-size:.9rem;color:var(--text)}.sim-checklist-item.checked .sim-checklist-label{color:var(--success)}.sim-checklist-summary{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.sim-checklist-bar{flex:1;height:.5rem;background:var(--surface-2);border-radius:99px;overflow:hidden}.sim-checklist-bar-fill{height:100%;border-radius:99px;transition:width .5s ease}.sim-checklist-bar-fill.high{background:var(--success)}.sim-checklist-bar-fill.medium{background:var(--gold)}.sim-checklist-bar-fill.low{background:var(--accent)}.sim-checklist-pct{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap}@media (max-width: 640px){.recall-input-group{flex-direction:column}.recall-card{padding:1.25rem}.sim-checklist-section{padding:1rem}}.fiches-page{max-width:var(--max-w-wide);margin:0 auto;padding:2rem 1.5rem 4rem}.fiches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1.5rem}.fiche-preview-card{display:block;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem;cursor:pointer;font-family:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}.fiche-preview-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.fiche-preview-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fiche-preview-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.fiche-preview-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.fiche-preview-mouvements{font-size:.8rem;color:var(--accent);font-weight:600;margin-bottom:.5rem}.fiche-preview-tags{display:flex;flex-wrap:wrap;gap:.35rem}.fiche-tag-small{display:inline-block;background:var(--surface-2);border:1px solid var(--border-light);border-radius:3px;padding:.125rem .4rem;font-size:.7rem;font-family:var(--font-mono);color:var(--text-muted)}.fiche-tag-small.more{background:var(--accent-light);color:var(--accent);border-color:transparent}.fiche-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;margin-top:1.5rem}.fiche-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--accent-light);flex-wrap:wrap}.fiche-titre{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--text)}.fiche-meta{font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.fiche-section{margin-bottom:1.5rem}.fiche-section-title{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:500;margin-bottom:.5rem}.fiche-problematique{font-style:italic;font-size:1.05rem;line-height:1.6;border-left:3px solid var(--accent);padding-left:1rem;color:var(--text)}.fiche-mouvements{list-style-position:inside;display:flex;flex-direction:column;gap:.5rem;padding:0}.fiche-mouvement{font-size:.95rem;line-height:1.5}.fiche-tags{display:flex;flex-wrap:wrap;gap:.4rem}.fiche-tag{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);padding:.25rem .65rem;font-size:.8rem;font-family:var(--font-mono);color:var(--accent);text-decoration:none;transition:background-color .2s,border-color .2s}.fiche-tag:hover{background:var(--accent-light);border-color:var(--accent)}.fiche-citations{display:flex;flex-direction:column;gap:.5rem}.fiche-citation{border-left:2px solid var(--gold);padding-left:.75rem;font-style:italic;font-size:.95rem;line-height:1.5;color:var(--text-muted)}.fiche-ouverture{font-size:.95rem;line-height:1.6;color:var(--text)}.quiz-page{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:2rem}.quiz-stats-bar{display:flex;justify-content:center;gap:2rem;padding:.875rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.04em}.quiz-stat{text-align:center}.quiz-stat-number{display:block;font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--accent);line-height:1.1;font-variant-numeric:tabular-nums}.quiz-stat-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:.15rem;display:block}.quiz-modes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.quiz-mode-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm);text-align:left;cursor:pointer;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;flex-direction:column;gap:.5rem}.quiz-mode-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--accent)}.quiz-mode-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.1rem;font-weight:700;font-style:italic}.quiz-mode-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text)}.quiz-mode-desc{font-size:.85rem;color:var(--text-muted);line-height:1.5}.quiz-mode-cta{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-top:auto}.quiz-mastery-section{display:flex;flex-direction:column;gap:.75rem}.quiz-mastery-list{display:flex;flex-direction:column;gap:.6rem}.quiz-mastery-row{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.25rem;cursor:pointer;transition:all .2s;width:100%;text-align:left}.quiz-mastery-row:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.quiz-mastery-info{flex:1;min-width:0}.quiz-mastery-title{font-family:var(--font-serif);font-size:.95rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.quiz-mastery-text{font-size:.85rem;color:var(--text);min-width:180px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quiz-mastery-bar-container{flex:1;height:.5rem;background:var(--surface-2);border-radius:99px;overflow:hidden}.quiz-mastery-progress{display:flex;align-items:center;gap:.5rem;min-width:120px}.quiz-mastery-bar{flex:1;height:.625rem;background:var(--surface-2);border:1px solid var(--border-light);border-radius:99px;overflow:hidden;position:relative}.quiz-mastery-fill{height:100%;border-radius:99px;background:var(--accent);transition:width .5s ease;min-width:2px}.quiz-mastery-fill.high{background:var(--success)}.quiz-mastery-fill.medium{background:var(--gold)}.quiz-mastery-fill.low{background:var(--accent)}.quiz-mastery-pct{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);min-width:2.5rem;text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0}.quiz-top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.quiz-progress-text{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.quiz-category-tag{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:var(--gold-light);padding:.2rem .6rem;border-radius:99px}.quiz-progress-bar{height:4px;background:var(--surface-2);border-radius:99px;overflow:hidden;position:relative}.quiz-progress-fill{height:100%;background:var(--accent);border-radius:99px;transition:width .3s}.quiz-progress-fill.defi{background:var(--danger);transition:width 1s linear}.defi-timer{position:absolute;right:0;top:-1.5rem;font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--danger);font-variant-numeric:tabular-nums}.quiz-mastery-progress-bar{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden;margin:0 0 .75rem}.quiz-mastery-progress-fill{height:100%;background:var(--success);border-radius:99px;transition:width .4s ease}.quiz-round-badge{display:inline-block;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:var(--accent);background:var(--accent-light);padding:.2rem .75rem;border-radius:var(--r-sm);margin-bottom:.75rem}.qcm-retry-hint{font-family:Inter,sans-serif;font-size:.82rem;color:var(--warning, #E65100);font-style:italic;margin-top:.3rem}.quiz-results-consolidated{border-left-color:var(--warning, #E65100)}.consolidate-hint{font-family:Inter,sans-serif;font-size:.82rem;color:var(--text-muted);font-style:italic;margin:0}.review-question{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:.2rem}.review-correct{font-family:var(--font-body);font-size:.9rem;color:var(--success);font-weight:600}.quiz-empty{text-align:center;font-family:var(--font-body);font-size:1rem;color:var(--text-muted);padding:3rem 1.5rem}.flashcard{perspective:1000px;cursor:pointer;max-width:500px;margin:1rem auto;width:100%}.flashcard-inner{position:relative;width:100%;min-height:260px;transition:transform .5s;transform-style:preserve-3d}.flashcard.flipped .flashcard-inner{transform:rotateY(180deg)}.flashcard.flipped{cursor:default}.flashcard-front,.flashcard-back{position:absolute;width:100%;min-height:260px;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-md)}.flashcard-back{transform:rotateY(180deg)}.flashcard-question,.flashcard-answer{font-family:var(--font-body);font-size:1.05rem;color:var(--text);text-align:center;line-height:1.6;white-space:pre-line}.flashcard-hint{font-family:var(--font-mono);font-size:.7rem;color:var(--text-light);margin-top:1rem;text-transform:uppercase;letter-spacing:.06em}.flashcard-answer{color:var(--accent);font-weight:600}.flashcard-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.quiz-btn{padding:.75rem 2rem;border-radius:var(--r);font-family:var(--font-serif);font-size:1rem;font-weight:600;cursor:pointer;border:2px solid;transition:all .2s}.quiz-btn.review{background:transparent;color:var(--danger);border-color:var(--danger)}.quiz-btn.review:hover{background:var(--danger);color:#fff}.quiz-btn.known{background:var(--success);color:#fff;border-color:var(--success)}.quiz-btn.known:hover{background:var(--success-dark, #2d7a3a)}.qcm-card{max-width:600px;margin:0 auto;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md)}.qcm-question{font-family:var(--font-body);font-size:1.1rem;color:var(--text);line-height:1.6;margin-bottom:1.5rem;white-space:pre-line}.qcm-options{display:flex;flex-direction:column;gap:.6rem}.qcm-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);cursor:pointer;transition:all .15s;text-align:left;color:var(--text);font-family:inherit;font-size:inherit}.qcm-option:hover:not(:disabled){border-color:var(--accent);background:var(--accent-light)}.qcm-option.correct{border-color:var(--success);background:var(--success-light)}.qcm-option.wrong{border-color:var(--danger);background:#8c1c1314}.qcm-option:disabled{cursor:default}.qcm-option-letter{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.qcm-option.correct .qcm-option-letter{background:var(--success);color:#fff}.qcm-option.wrong .qcm-option-letter{background:var(--danger);color:#fff}.qcm-option-text{font-size:.95rem;color:var(--text);line-height:1.4}.qcm-next-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:600px;margin:0 auto;width:100%}.qcm-feedback{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-light);display:flex;flex-direction:column;gap:.75rem}.qcm-feedback.correct{color:var(--success)}.qcm-feedback.wrong{color:var(--danger)}.qcm-explanation{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);line-height:1.6;font-style:italic}.quiz-results-card{max-width:600px;margin:0 auto;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md);text-align:center}.quiz-results-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.quiz-results-score{margin-bottom:1rem}.quiz-results-pct{display:block;font-family:var(--font-serif);font-size:3.5rem;font-weight:700;color:var(--accent);line-height:1;font-variant-numeric:tabular-nums}.quiz-results-detail{display:block;font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);margin-top:.5rem;text-transform:uppercase;letter-spacing:.06em}.quiz-results-message{font-size:1rem;color:var(--text);margin-bottom:1.5rem}.quiz-results-actions{display:flex;gap:1rem;justify-content:center}.quiz-category-breakdown{margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.category-row{display:flex;align-items:center;gap:.75rem}.category-name{font-size:.85rem;color:var(--text-muted);min-width:120px;text-align:right}.category-bar{flex:1;height:.5rem;background:var(--surface-2);border-radius:99px;overflow:hidden}.category-bar-fill{height:100%;border-radius:99px;transition:width .4s ease}.category-bar-fill.high{background:var(--success)}.category-bar-fill.medium{background:var(--gold)}.category-bar-fill.low{background:var(--danger)}.category-score{font-size:.85rem;font-family:var(--font-mono);color:var(--text);min-width:2.5rem}.quiz-results-review{text-align:left;margin:1.5rem 0;border-top:1px solid var(--border);padding-top:1rem}.quiz-review-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.quiz-review-item{padding:.75rem 0;border-bottom:1px solid var(--surface-2)}.quiz-review-question{font-size:.85rem;color:var(--text-muted);white-space:pre-line;margin-bottom:.25rem}.quiz-review-answer{font-size:.9rem}.quiz-review-wrong{color:var(--danger);text-decoration:line-through}.quiz-review-correct{color:var(--success);font-weight:600}.quiz-review-explanation{font-family:var(--font-body);font-size:.85rem;color:var(--text-muted);margin:.3rem 0 0;font-style:italic;line-height:1.4}.quiz-ai-status{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#f0f4ff,#e8edff);border:1px solid #C5D0F0;border-radius:var(--r-lg);font-family:var(--font-body);font-size:.85rem;color:var(--text)}.quiz-ai-badge{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#5b6acf,#8c1c13);padding:.2rem .5rem;border-radius:4px;flex-shrink:0}.quiz-ai-text{font-family:var(--font-body);font-size:.85rem;color:var(--text);flex:1}.quiz-ai-generate-btn{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;color:#5b6acf;background:#fff;border:1px solid #C5D0F0;padding:.35rem .75rem;border-radius:var(--r-sm);cursor:pointer;transition:all .15s}.quiz-ai-generate-btn:hover:not(:disabled){background:#5b6acf;color:#fff}.quiz-ai-generate-btn:disabled{opacity:.6;cursor:not-allowed}.quiz-ai-error{max-width:var(--max-w-wide);margin:-.5rem auto 1rem;padding:.5rem 1rem;font-size:.8rem;color:var(--danger);background:var(--danger-light);border-radius:var(--r-sm)}.quiz-ai-regen-btn{font-family:var(--font-mono);font-size:.7rem;color:#5b6acf;background:transparent;border:1px solid #C5D0F0;padding:.3rem .6rem;border-radius:var(--r-sm);cursor:pointer;transition:all .15s;white-space:nowrap}.quiz-ai-regen-btn:hover:not(:disabled){background:#5b6acf;color:#fff}.quiz-ai-regen-btn:disabled{opacity:.5;cursor:not-allowed}.quiz-ai-mini-badge{display:inline-block;font-family:var(--font-mono);font-size:.55rem;font-weight:700;letter-spacing:.06em;color:#fff;background:linear-gradient(135deg,#5b6acf,#8c1c13);padding:.1rem .3rem;border-radius:3px;margin-right:.4rem;vertical-align:middle}.quiz-ai-mini-gen{font-family:var(--font-mono);font-size:.6rem;color:#5b6acf;background:transparent;border:1px solid #C5D0F0;padding:.15rem .4rem;border-radius:3px;cursor:pointer;transition:all .15s;flex-shrink:0}.quiz-ai-mini-gen:hover:not(:disabled){background:#5b6acf;color:#fff}.quiz-ai-mini-gen:disabled{opacity:.5;cursor:not-allowed}.quiz-ai-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#5b6acf,#8c1c13);margin-right:.3rem;vertical-align:middle}.quiz-results-ai-note{font-family:var(--font-mono);font-size:.72rem;color:#5b6acf;letter-spacing:.04em;margin:.25rem 0 0}.quiz-back-btn{display:inline-flex;align-items:center;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.6rem 1rem;font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);cursor:pointer;transition:border-color .2s,color .2s,box-shadow .2s;white-space:nowrap;min-height:44px}.quiz-back-btn:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-sm)}.fc-btn{padding:.65rem 1.75rem;border-radius:var(--r);font-family:var(--font-serif);font-size:.95rem;font-weight:600;cursor:pointer;border:2px solid;transition:all .2s}.fc-btn.review{background:transparent;color:var(--danger);border-color:var(--danger)}.fc-btn.review:hover{background:var(--danger);color:#fff}.fc-btn.known{background:var(--success);color:#fff;border-color:var(--success)}.fc-btn.known:hover{background:#2d7a3a}.score-pct{display:block;font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.score-pct.high{color:var(--success)}.score-pct.medium{color:var(--gold)}.score-pct.low{color:var(--accent)}.score-detail{display:block;font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);margin-top:.25rem;letter-spacing:.04em}.quiz-streak-badge{display:inline-block;font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.06em;color:#b8974a;background:var(--gold-light);padding:.25rem .75rem;border-radius:99px;margin-bottom:.5rem;animation:streakPulse .4s ease-out}@keyframes streakPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.quiz-mastery-progress-bar.streak-warm .quiz-mastery-progress-fill{background:var(--success)}.quiz-mastery-progress-bar.streak-hot .quiz-mastery-progress-fill{background:#d4a017;box-shadow:0 0 8px #d4a01766}.quiz-mastery-progress-bar.streak-fire .quiz-mastery-progress-fill{background:linear-gradient(90deg,#d4a017,#e65100);box-shadow:0 0 12px #e6510080}.qcm-feedback-msg{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;margin-bottom:.25rem}.qcm-feedback.correct .qcm-feedback-msg{color:var(--success)}.qcm-feedback.wrong .qcm-feedback-msg{color:var(--accent)}.slide-in{animation:slideInRight .22s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.results-animate-in{animation:resultsSlideUp .4s ease-out}@keyframes resultsSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-celebration{position:relative}.results-celebration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(184,151,74,.08) 0%,transparent 60%);pointer-events:none;animation:celebrationGlow 1.5s ease-out}@keyframes celebrationGlow{0%{opacity:0}30%{opacity:1}to{opacity:.5}}.results-stats-row{display:flex;justify-content:center;gap:1.5rem;margin:1rem 0 1.25rem;flex-wrap:wrap}.results-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;background:var(--surface-2);border-radius:var(--r-lg);min-width:70px}.results-stat-value{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text);line-height:1.2}.results-stat-label{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem}.cta-next-section{background:var(--gold);border-color:var(--gold);color:#fff}.cta-next-section:hover{background:#9a7a38;border-color:#9a7a38}.qcm-option,.fc-btn,.cta-primary,.cta-secondary{min-height:44px}.exo-count{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.04em;white-space:nowrap}.exo-section-title{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:1.5rem 0 .75rem}.bac-card{max-width:650px;margin:0 auto;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md)}.bac-extrait{background:var(--surface-2);border-left:3px solid var(--accent);padding:1rem 1.25rem;border-radius:0 var(--r) var(--r) 0;margin-bottom:1.25rem}.bac-texte{font-family:var(--font-body);font-size:.95rem;color:var(--text);line-height:1.7;font-style:italic;white-space:pre-line}.bac-source{display:block;font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);margin-top:.5rem;letter-spacing:.04em;font-style:normal}.bac-question-text{font-family:var(--font-body);font-size:1.05rem;color:var(--text);line-height:1.6;margin-bottom:1.25rem}.bac-correction-bar{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.bac-correction-short{font-family:var(--font-body);font-size:.9rem;color:var(--success);font-weight:600;margin-bottom:.5rem}.bac-correction{margin-bottom:1rem}.bac-correction-title{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);cursor:pointer;padding:.25rem 0}.bac-correction-text{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-top:.5rem}.bac-tag{background:var(--accent-light);color:var(--accent)}.exo-mode-badge{position:absolute;top:-.4rem;right:-.3rem;font-family:var(--font-mono);font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;background:var(--accent);color:#fff;padding:.15rem .5rem;border-radius:99px}.exo-mode-card.bac-mode{position:relative;border-color:var(--accent-light);background:linear-gradient(180deg,var(--surface) 0%,var(--accent-light) 100%)}.exo-mode-card.bac-mode:hover{border-color:var(--accent)}.quiz-gen-status{max-width:var(--max-w);margin:1rem auto;padding:.75rem 1rem;border-radius:var(--r-sm);font-family:var(--font-body);font-size:.85rem;display:flex;align-items:center;gap:.5rem}.quiz-gen-status.generating{background:linear-gradient(135deg,#f0f4ff,#e8edff);border:1px solid #C5D0F0;color:#5b6acf}.quiz-gen-status.done{background:var(--success-light);border:1px solid #C5E0C3;color:var(--success)}.quiz-gen-status.error{background:var(--danger-light, #FEE);border:1px solid #F0C5C5;color:var(--danger, #8C1C13)}.spinner-small{width:14px;height:14px;border:2px solid #C5D0F0;border-top-color:#5b6acf;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.quiz-filter-section{max-width:var(--max-w-wide);margin:0 auto 2rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r-lg)}.quiz-filter-title{font-family:var(--font-body);font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .6rem}.quiz-filter-row{display:flex;gap:.8rem;flex-wrap:wrap}.quiz-filter-select{flex:1;min-width:200px}.fill-card{max-width:640px;margin:2rem auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem}.fill-sentence{font-family:var(--font-body);font-size:1.15rem;line-height:1.8;color:var(--text);margin:0 0 1.5rem;text-align:center}.fill-blank{display:inline-block;min-width:90px;padding:.15rem .6rem;margin:0 .15rem;border-bottom:2px dashed var(--text-muted);font-weight:600;text-align:center;color:var(--text-muted);transition:all .2s}.fill-blank.correct{color:var(--success);border-color:var(--success);background:var(--success-light)}.fill-blank.wrong{color:var(--danger);border-color:var(--danger);background:var(--danger-light)}.fill-options{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.fill-option{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);font-family:var(--font-body);font-size:1rem;color:var(--text);cursor:pointer;transition:all .15s;text-align:center}.fill-option:hover:not(:disabled){border-color:var(--accent);background:var(--accent-light)}.fill-option:disabled{cursor:default;opacity:.7}.fill-option.correct{background:var(--success-light);border-color:var(--success);color:var(--success);font-weight:600}.fill-option.wrong{background:var(--danger-light);border-color:var(--danger);color:var(--danger)}.fill-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.qcm-explanation{font-family:var(--font-body);font-size:.92rem;color:var(--text-muted);margin:.5rem 0 0;padding:.6rem .8rem;background:var(--surface-2);border-left:3px solid var(--gold);border-radius:0 var(--r) var(--r) 0;line-height:1.5}.quiz-mastery-bar.weakness{background:var(--accent-mid)}.quiz-weakness-section{max-width:var(--max-w-wide);margin:0 auto 2rem}.quiz-mode-card.revision{border-color:var(--accent);background:linear-gradient(135deg,var(--surface),var(--accent-light))}.quiz-mode-card.revision .quiz-mode-icon{background:var(--accent);color:#fff}.quiz-mastery-bar.high{background:var(--success)}.quiz-mastery-bar.medium{background:var(--gold)}.quiz-mastery-bar.low{background:var(--accent-mid)}.quiz-badges{display:flex;flex-wrap:wrap;gap:.5rem;max-width:var(--max-w-wide);margin:0 auto 1rem;justify-content:center}.quiz-badge{display:flex;align-items:center;gap:.4rem;background:var(--gold-light);border:1px solid var(--gold);border-radius:99px;padding:.3rem .75rem;font-family:var(--font-serif);font-size:.78rem;color:var(--text)}.quiz-badge-icon{display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:50%;background:var(--gold);color:#fff;font-family:var(--font-mono);font-size:.6rem;font-weight:600}.quiz-recommendations{max-width:var(--max-w-wide);margin:0 auto 1.5rem;background:var(--surface-2);border:1px solid var(--border-light);border-radius:var(--r);padding:1rem 1.25rem}.quiz-recommendations-title{font-family:var(--font-head);font-size:.9rem;color:var(--text);margin:0 0 .5rem}.quiz-recommendation{font-family:var(--font-serif);font-size:.82rem;color:var(--text-muted);margin:.25rem 0;padding-left:1rem;position:relative}.quiz-recommendation:before{content:"→";position:absolute;left:0;color:var(--accent)}.cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;background:var(--surface);color:var(--accent);border:1.5px solid var(--accent);border-radius:var(--r);font-family:var(--font-serif);font-size:.9rem;cursor:pointer;transition:all .2s;text-decoration:none}.cta-secondary:hover{background:var(--accent-light)}@media (max-width: 900px){.sim-phases-preview{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.sim-phases-preview{grid-template-columns:1fr}.glossaire-controls{flex-direction:column}.glossaire-filter{min-width:unset}.fiches-grid{grid-template-columns:1fr}.fiche-card{padding:1.25rem}.fiche-header{flex-direction:column}.sim-timer-ring{width:180px;height:180px}.sim-timer-time{font-size:2rem}.quiz-modes{grid-template-columns:1fr}.quiz-stats-bar{flex-direction:column;gap:.75rem}.quiz-mastery-text{min-width:120px;font-size:.78rem}.flashcard-front,.flashcard-back{min-height:220px;padding:1.5rem}.qcm-card,.fill-card{padding:1.25rem}.fill-options{grid-template-columns:1fr}.quiz-filter-row,.quiz-results-actions{flex-direction:column}.glossaire-tab{font-size:.9rem;padding:.625rem 1rem}.mvt-auteurs{gap:.75rem}.auth-card{padding:1.5rem}.auth-title{font-size:1.5rem}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem 1rem}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:2.5rem;width:100%;max-width:420px}.auth-title{font-family:var(--font-serif);font-size:1.75rem;color:var(--text);text-align:center;margin-bottom:.25rem}.auth-subtitle{text-align:center;color:var(--text-muted);font-family:var(--font-body);font-size:.95rem;margin-bottom:1.5rem}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);font-family:var(--font-body);font-size:1rem;color:var(--text);cursor:pointer;transition:all .2s}.auth-google-btn:hover{background:var(--surface-2);border-color:var(--text-light)}.auth-google-btn svg{width:20px;height:20px}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--text-light);font-size:.85rem;font-family:var(--font-body)}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form .field{margin-bottom:0}.auth-form .input{width:100%}.auth-submit-btn{width:100%;padding:.75rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.25rem}.auth-submit-btn:hover{background:var(--accent-dark)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:var(--danger-light);color:var(--danger);padding:.625rem .875rem;border-radius:var(--r);font-size:.9rem;font-family:var(--font-body);text-align:center}.auth-switch{text-align:center;margin-top:1rem;font-family:var(--font-body);font-size:.9rem;color:var(--text-muted)}.auth-switch-btn{background:none;border:none;color:var(--accent);font-weight:600;cursor:pointer;font-family:var(--font-body);font-size:.9rem;text-decoration:underline}.auth-switch-btn:hover{color:var(--accent-dark)}.auth-confirm{text-align:center;padding:2rem 1rem}.auth-confirm-icon{font-size:2.5rem;margin-bottom:.5rem}.auth-confirm h3{font-family:var(--font-serif);color:var(--text);margin-bottom:.5rem}.auth-confirm p{color:var(--text-muted);font-family:var(--font-body)}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--text-muted);font-family:var(--font-body)}.profile-menu{position:relative}.profile-avatar{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;border:2px solid rgba(255,255,255,.2);font-family:var(--font-serif);font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,box-shadow .15s}.profile-avatar:hover{border-color:#ffffff80;box-shadow:0 0 0 3px #8b5cf64d}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);z-index:300;overflow:hidden;animation:coachFadeIn .15s ease-out}.profile-dropdown-header{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.15rem}.profile-dropdown-name{font-weight:700;font-size:.9rem;color:var(--text)}.profile-dropdown-email{font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown-divider{height:1px;background:var(--border)}.profile-dropdown-item{display:block;width:100%;padding:.6rem 1rem;font-family:var(--font-body);font-size:.85rem;color:var(--text);text-decoration:none;text-align:left;border:none;background:none;cursor:pointer;transition:background .12s}.profile-dropdown-item:hover{background:var(--accent-light)}.profile-dropdown-logout{color:var(--error)}.profile-dropdown-logout:hover{background:#dc26260f}.header-user{display:flex;align-items:center;gap:.75rem}.user-name{font-family:var(--font-body);font-size:.9rem;color:var(--text);font-weight:600}.user-logout-btn{background:none;border:1px solid var(--border);border-radius:var(--r);padding:.35rem .75rem;font-family:var(--font-body);font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.user-logout-btn:hover{border-color:var(--accent);color:var(--accent)}.auth-link{font-weight:600;color:var(--accent)!important}.auth-header{margin-bottom:1.5rem}.auth-confirmation{color:var(--text-muted);font-family:var(--font-body);font-size:.95rem;line-height:1.6;text-align:center;margin-bottom:1.25rem}.auth-back-link{display:block;text-align:center;margin-top:1.25rem;color:var(--text-muted);font-family:var(--font-body);font-size:.85rem;text-decoration:none}.auth-back-link:hover{color:var(--accent)}.exercices-page{max-width:var(--max-w-wide);margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.exo-hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.exo-domain-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem 1.5rem;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .15s;text-align:center;font-family:inherit}.exo-domain-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.exo-domain-card:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.exo-domain-icon{width:3rem;height:3rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.25rem;font-weight:700}.exo-domain-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;color:var(--text)}.exo-domain-desc{font-size:.9rem;color:var(--text-muted);line-height:1.4}.exo-mastery-bar{width:100%;height:6px;background:var(--border-light);border-radius:3px;overflow:hidden}.exo-mastery-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease}.exo-mastery-text{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.exo-domain-cta{font-family:var(--font-mono);font-size:.8rem;color:var(--accent);font-weight:600;letter-spacing:.03em}.exo-top-bar{display:flex;align-items:center;gap:1rem}.exo-domain-heading{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--text);flex:1}.exo-domain-count{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.exo-modes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.exo-mode-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem 1rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;text-align:center;font-family:inherit}.exo-mode-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.exo-mode-card:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.exo-mode-icon{width:2.5rem;height:2.5rem;background:var(--accent-light);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.1rem;font-weight:700}.exo-mode-title{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--text)}.exo-mode-desc{font-size:.85rem;color:var(--text-muted)}.exo-item-mastery{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem}.exo-mastery-heading{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.exo-item-list{display:flex;flex-direction:column;gap:.5rem}.exo-item-row{display:flex;align-items:center;gap:.75rem}.exo-item-name{min-width:140px;font-size:.85rem;color:var(--text);text-transform:capitalize}.exo-item-bar{flex:1;height:6px;background:var(--border-light);border-radius:3px;overflow:hidden}.exo-item-fill{height:100%;border-radius:3px;transition:width .3s ease}.exo-item-fill.mastered{background:#2d6a4f}.exo-item-fill.progress{background:var(--gold)}.exo-item-fill.weak{background:#d4403a}.exo-item-pct{min-width:36px;text-align:right;font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.exo-footer-note{margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.9rem}.exo-footer-note a{color:var(--accent);text-decoration:underline}.exo-section-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;color:var(--text);margin:0 0 .25rem}.exo-section-desc{font-size:.9rem;color:var(--text-muted);margin:0 0 1rem}.exo-mode-card.bac-mode{border-color:var(--accent);background:var(--accent-light);position:relative}.exo-mode-card.bac-mode:hover{background:var(--surface);box-shadow:0 2px 12px #8c1c131f}.exo-mode-card.bac-mode .exo-mode-icon{background:var(--accent);color:#fff}.exo-mode-badge{position:absolute;top:.5rem;right:.5rem;background:var(--accent);color:#fff;font-family:var(--font-mono);font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:4px;letter-spacing:.05em}.bac-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem}.bac-flashcard .flashcard-front{display:flex;flex-direction:column;align-items:center;gap:1rem}.bac-extrait{background:var(--surface-2);border-left:3px solid var(--accent);border-radius:0 var(--r-md) var(--r-md) 0;padding:1.25rem 1.5rem;margin-bottom:1rem;width:100%}.bac-texte{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:var(--text);line-height:1.7;margin:0;quotes:none}.bac-source{display:block;margin-top:.5rem;font-family:var(--font-body);font-size:.85rem;color:var(--text-muted);font-style:normal}.bac-question-text{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text);line-height:1.5;margin-bottom:1rem}.bac-option{text-align:left}.bac-option .qcm-option-text{font-size:.9rem;line-height:1.5}.quiz-category-tag.bac-tag{background:var(--accent);color:#fff;font-weight:700}.bac-correction-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;margin-top:1rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.bac-correction{background:var(--surface-2);border-radius:var(--r-md);padding:1.25rem;width:100%}.bac-correction-title{font-family:var(--font-serif);font-size:.95rem;font-weight:600;color:var(--accent);margin:0 0 .5rem}.bac-correction-short{font-size:.95rem;color:var(--text);margin:0 0 .75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.bac-correction-text{font-size:.88rem;color:var(--text);line-height:1.65;margin:0}.bac-correction-bar .cta-primary{align-self:center}@media (max-width: 600px){.exo-hub-grid,.exo-modes-grid{grid-template-columns:1fr}.exo-top-bar{flex-wrap:wrap}.exo-item-name{min-width:100px;font-size:.8rem}.bac-texte{font-size:1rem}.bac-extrait{padding:1rem}.bac-option .qcm-option-text{font-size:.85rem}}.entrainement-page{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 4rem}.entrainement-header{text-align:center;margin-bottom:2.5rem}.entrainement-tag{display:inline-block;font-family:JetBrains Mono,monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);background:var(--accent-light);padding:.25rem .75rem;border-radius:99px;margin-bottom:.75rem}.entrainement-headline{font-family:Plus Jakarta Sans,sans-serif;font-size:2rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.entrainement-subtitle{font-family:Inter,sans-serif;font-size:1.05rem;color:var(--text-muted);margin:0;line-height:1.5}.entrainement-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:2.5rem;justify-content:center}.entrainement-tab{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:none;border:none;border-bottom:3px solid transparent;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-muted);cursor:pointer;transition:all .25s;margin-bottom:-2px;position:relative}.entrainement-tab:hover{color:var(--text)}.entrainement-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.entrainement-tab-icon{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--surface-2);display:inline-flex;align-items:center;justify-content:center;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:700;font-style:italic;color:var(--text-muted);transition:all .25s;flex-shrink:0}.entrainement-tab.active .entrainement-tab-icon{background:var(--accent-light);color:var(--accent)}.entrainement-tab-label{white-space:nowrap}.entrainement-content{min-height:400px}.section-text-header{margin-bottom:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem 1.75rem;box-shadow:var(--shadow-sm)}.section-text-header h2{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.section-text-header .quiz-mastery-progress{margin-bottom:.75rem}.section-text-header .quiz-mastery-bar{height:.5rem}.section-text-header .cta-secondary{margin-top:.5rem}.section-grid-title{font-family:JetBrains Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 1rem}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:2rem}.section-card{display:flex;flex-direction:column;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.25rem;cursor:pointer;transition:all .2s;text-align:left}.section-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.section-card.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 2px var(--accent-light)}.section-card.section-status-mastered{border-left:3px solid var(--success)}.section-card.section-status-in-progress{border-left:3px solid var(--warning, #E6A817)}.section-card.section-status-not-started{border-left:3px solid var(--border)}.section-card-header{display:flex;align-items:center;gap:.6rem}.section-status-icon{font-size:1rem;flex-shrink:0;line-height:1}.section-status-icon.mastered{color:var(--success)}.section-status-icon.in-progress{color:var(--warning, #E6A817)}.section-status-icon.not-started{color:var(--text-muted);opacity:.5}.section-card-mastery{display:flex;align-items:center;gap:.5rem}.section-mini-bar{flex:1;height:4px;background:var(--surface-2);border-radius:99px;overflow:hidden}.section-mini-fill{height:100%;border-radius:99px;transition:width .4s ease}.section-mini-fill.mastered{background:var(--success)}.section-mini-fill.in-progress{background:var(--warning, #E6A817)}.section-card-pct{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;color:var(--text-muted);min-width:2.5rem;text-align:right}.section-card-hint{font-family:Inter,sans-serif;font-size:.8rem;color:var(--text-muted);font-style:italic}.section-card-num,.section-card-icon{width:2rem;height:2rem;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.section-card.selected .section-card-num,.section-card.selected .section-card-icon{background:var(--accent);color:#fff}.section-card.section-all .section-card-icon{background:var(--gold-light);color:var(--gold);font-family:Plus Jakarta Sans,sans-serif;font-style:italic;font-size:1rem}.section-card.section-all.selected .section-card-icon{background:var(--accent);color:#fff}.section-card-label{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);line-height:1.3}.quiz-exercise-progress-bar{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden;margin:0 0 .75rem}.quiz-exercise-progress-fill{height:100%;background:var(--accent);border-radius:99px;transition:width .35s ease}.quiz-exercise-progress-bar.streak-warm .quiz-exercise-progress-fill{background:var(--warning, #E6A817)}.quiz-exercise-progress-bar.streak-hot .quiz-exercise-progress-fill{background:#ff6d00}.quiz-exercise-progress-bar.streak-fire .quiz-exercise-progress-fill{background:var(--danger, #D32F2F)}.round-badge{display:inline-block;font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:var(--surface-2);padding:.25rem .75rem;border-radius:99px;margin-bottom:.5rem}.cumulative-progress{margin:.75rem 0 1rem;text-align:center}.cumulative-bar{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden;margin-bottom:.5rem}.cumulative-fill{height:100%;background:var(--success, #22c55e);border-radius:99px;transition:width .6s ease}.cumulative-label{font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--text-muted)}.intermediate-actions{flex-direction:column;align-items:center}.cta-reinforce{width:100%;font-size:1.1rem;padding:.9rem 1.5rem}.cta-link{background:none;border:none;color:var(--text-muted);font-family:Inter,sans-serif;font-size:.9rem;cursor:pointer;padding:.5rem;text-decoration:underline;text-underline-offset:2px}.cta-link:hover{color:var(--text)}.mastery-delta-card{background:var(--surface-2);border-radius:var(--r-md);padding:1rem 1.25rem;margin:1rem 0;display:flex;flex-direction:column;gap:.75rem}.mastery-delta-row{display:flex;flex-direction:column;gap:.35rem}.mastery-delta-label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--text)}.mastery-delta-bar-wrap{display:flex;flex-direction:column;gap:.25rem}.mastery-delta-bar{position:relative;height:8px;background:var(--surface);border-radius:99px;overflow:hidden}.mastery-delta-before{position:absolute;top:0;left:0;height:100%;background:var(--text-muted);opacity:.3;border-radius:99px 0 0 99px}.mastery-delta-gain{position:absolute;top:0;height:100%;background:var(--success);border-radius:0 99px 99px 0;animation:delta-grow .6s ease forwards}@keyframes delta-grow{0%{width:0}}.mastery-delta-values{font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--text-muted)}.mastery-delta-values strong{color:var(--success)}.mastery-delta-text-row{flex-direction:row;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid var(--border-light)}.format-selection{display:flex;gap:1rem;justify-content:center;margin:1.5rem 0 0;padding-top:1.5rem;border-top:1px solid var(--border-light)}.format-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;text-align:center;min-width:155px;transition:all .25s;font-family:Inter,sans-serif;box-shadow:var(--shadow-sm);position:relative}.format-btn:hover:not(:disabled){border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.format-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.format-icon-circle{width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s}.format-icon-circle.memoriser{background:var(--gold-light);color:var(--gold)}.format-icon-circle.evaluer{background:var(--accent-light);color:var(--accent)}.format-icon-circle.defi{background:#fff3e0;color:#e65100}.format-icon-letter{font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:700;font-style:italic}.format-btn:hover:not(:disabled) .format-icon-circle.memoriser{background:var(--gold);color:#fff}.format-btn:hover:not(:disabled) .format-icon-circle.evaluer{background:var(--accent);color:#fff}.format-btn:hover:not(:disabled) .format-icon-circle.defi{background:#e65100;color:#fff}.format-label{font-weight:600;font-size:.95rem;color:var(--text)}.format-desc{font-size:.78rem;color:var(--text-muted);line-height:1.3}.format-selection-simplified{align-items:stretch}.format-btn-primary{flex:1;min-width:200px;border-color:var(--accent);background:var(--accent-light)}.format-btn-primary:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent)}.format-btn-primary:hover:not(:disabled) .format-label,.format-btn-primary:hover:not(:disabled) .format-desc{color:#fff}.format-btn-primary:hover:not(:disabled) .format-icon-circle{background:#fff;color:var(--accent)}.format-btn-defi{min-width:100px;max-width:130px}.cta-defi-upsell{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;background:#fff3e0;color:#e65100;border:1px solid #FFCC80;border-radius:var(--r-md);font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s}.cta-defi-upsell:hover:not(:disabled){background:#e65100;color:#fff;border-color:#e65100}.cta-defi-upsell.locked{opacity:.55;cursor:not-allowed}.points-faibles-overview{max-width:620px;margin:0 auto}.pf-header-card{display:flex;align-items:center;gap:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.pf-header-icon{width:3rem;height:3rem;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;font-style:italic;flex-shrink:0}.pf-header-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.3rem;font-weight:700;color:var(--text);margin:0 0 .25rem}.pf-header-sub{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-muted);margin:0}.points-faibles-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.5rem}.points-faibles-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.points-faibles-item:not(:last-child){border-bottom:1px solid var(--border-light);padding-bottom:.75rem}.points-faibles-rank{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.points-faibles-cat{min-width:120px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:var(--text);text-transform:capitalize}.points-faibles-bar-bg{flex:1;height:6px;background:var(--border-light);border-radius:99px;overflow:hidden}.points-faibles-bar{height:100%;border-radius:99px;transition:width .4s;background:var(--gold)}.points-faibles-bar.critical{background:var(--danger)}.points-faibles-bar.warning{background:var(--accent-mid)}.points-faibles-score{min-width:36px;text-align:right;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500;color:var(--text-muted)}.pf-start-btn{display:block;width:100%;max-width:320px;margin:0 auto;padding:.875rem 2rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r-lg);font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:var(--shadow-sm)}.pf-start-btn:hover:not(:disabled){background:var(--accent-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.pf-start-btn:disabled{opacity:.5;cursor:not-allowed}.quiz-container{max-width:650px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.quiz-counter{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);text-align:center;letter-spacing:.04em;font-variant-numeric:tabular-nums}.quiz-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--text-muted)}.quiz-loading-spinner{width:2rem;height:2rem;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.exo-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md)}.exo-question{font-family:var(--font-body);font-size:1.1rem;color:var(--text);line-height:1.6;margin-bottom:1.5rem;white-space:pre-line}.exo-options{display:flex;flex-direction:column;gap:.6rem}.exo-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);cursor:pointer;transition:all .15s;text-align:left;font-family:var(--font-body);font-size:.95rem;color:var(--text)}.exo-option:hover:not(:disabled){border-color:var(--accent);background:var(--accent-light)}.exo-option.correct{border-color:var(--success);background:var(--success-light)}.exo-option.wrong{border-color:var(--danger);background:#8c1c1314}.exo-option:disabled{cursor:default}.exo-fill-input{display:flex;gap:.75rem;align-items:stretch}.exo-fill-input input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.625rem .875rem;font-family:var(--font-body);font-size:1rem;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.exo-fill-input input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.exo-fill-input input:disabled{opacity:.7;background:var(--surface-2)}.quiz-validate-btn{padding:.5rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.quiz-validate-btn:hover:not(:disabled){background:var(--accent-dark)}.quiz-validate-btn:disabled{opacity:.45;cursor:not-allowed}.exo-feedback{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-light);display:flex;flex-direction:column;gap:.5rem}.exo-feedback.correct p:first-child{color:var(--success);font-weight:600}.exo-feedback.wrong p:first-child{color:var(--danger);font-weight:600}.exo-explanation{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);line-height:1.6;font-style:italic}.quiz-next-btn{align-self:flex-end;padding:.5rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.quiz-next-btn:hover{background:var(--accent-dark)}.quiz-results{max-width:600px;margin:0 auto;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md);text-align:center}.quiz-results h2{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.quiz-score-circle{width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-family:var(--font-serif);font-size:1.75rem;font-weight:700;font-variant-numeric:tabular-nums}.quiz-score-circle.excellent{background:var(--success-light);color:var(--success);border:3px solid var(--success)}.quiz-score-circle.good{background:var(--gold-light);color:var(--gold);border:3px solid var(--gold)}.quiz-score-circle.weak{background:#8c1c1314;color:var(--accent);border:3px solid var(--accent)}.quiz-results-msg{font-family:var(--font-body);font-size:1rem;color:var(--text-muted);margin:1rem 0}.quiz-review-section{text-align:left;margin:1.5rem 0;border-top:1px solid var(--border);padding-top:1rem}.quiz-review-section h3{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.quiz-review-q{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);white-space:pre-line;margin-bottom:.2rem}.quiz-review-a{font-family:var(--font-body);font-size:.9rem;color:var(--text)}.quiz-start-btn{padding:.65rem 1.75rem;background:var(--accent);color:#fff;border:none;border-radius:var(--r);font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.quiz-start-btn:hover{background:var(--accent-dark)}.exo-empty-state{text-align:center;padding:3rem 2rem;max-width:400px;margin:0 auto}.exo-empty-icon{font-size:2.5rem;margin-bottom:1rem}.exo-empty-state h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.exo-empty-state p{font-family:var(--font-body);font-size:.95rem;color:var(--text-muted);line-height:1.6}.fondamentaux-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.fondamentaux-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .25s;display:flex;flex-direction:column}.fondamentaux-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--gold)}.fondamentaux-card.locked{opacity:.7}.fondamentaux-card-header{display:flex;align-items:center;gap:.875rem;margin-bottom:.75rem}.fondamentaux-icon-circle{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fondamentaux-icon-circle.weak{background:var(--danger-light);color:var(--danger)}.fondamentaux-card.weak{border-color:var(--danger)}.fondamentaux-weak-badge{display:inline-block;font-family:var(--font-mono);font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--danger);background:var(--danger-light);padding:.1rem .4rem;border-radius:4px;margin-left:.4rem;vertical-align:middle}.fondamentaux-icon-letter{font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:700;font-style:italic}.fondamentaux-card-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:700;color:var(--text);margin:0;line-height:1.2}.fondamentaux-card-count{font-family:JetBrains Mono,monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light)}.fondamentaux-card-desc{font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0 0 auto;padding-bottom:1rem}.fondamentaux-mastery{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.fondamentaux-mastery-bar{flex:1;height:5px;background:var(--border-light);border-radius:99px;overflow:hidden}.fondamentaux-mastery-fill{height:100%;border-radius:99px;background:var(--accent);transition:width .3s}.fondamentaux-mastery-fill.high{background:var(--success)}.fondamentaux-mastery-fill.medium{background:var(--gold)}.fondamentaux-mastery-text{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--text-muted);white-space:nowrap}.fondamentaux-card-actions{display:flex;gap:.5rem}.fondamentaux-btn{flex:1;padding:.6rem .75rem;border-radius:var(--r);font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid var(--border);position:relative}.fondamentaux-btn.consulter{background:var(--surface-2);color:var(--text)}.fondamentaux-btn.consulter:hover{background:var(--gold-light);border-color:var(--gold)}.fondamentaux-btn.exercer{background:var(--accent);color:#fff;border-color:var(--accent)}.fondamentaux-btn.exercer:hover:not(:disabled){background:var(--accent-dark)}.fondamentaux-btn.exercer:disabled{background:var(--surface-2);color:var(--text-muted);border-color:var(--border);cursor:not-allowed}.fondamentaux-lock{position:absolute;top:-.5rem;right:-.25rem;font-family:JetBrains Mono,monospace;font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;background:var(--gold);color:#fff;padding:.15rem .4rem;border-radius:99px}.glossaire-categorie{margin-bottom:.5rem}.demo-section,.guarantee-section,.pricing-preview{max-width:var(--max-w);margin:0 auto;padding:2rem 0}.quiz-badge-label{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);display:block;margin-top:.25rem}.auth-google-icon{width:1.125rem;height:1.125rem;flex-shrink:0}@media (max-width: 768px){.entrainement-headline{font-size:1.6rem}.entrainement-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;overscroll-behavior-y:contain;touch-action:pan-x pinch-zoom}.entrainement-tab{padding:.65rem 1rem;font-size:.9rem}.entrainement-tab-icon{width:1.5rem;height:1.5rem;font-size:.65rem}.format-selection{flex-direction:column;align-items:center}.format-selection-simplified{flex-direction:row;align-items:stretch}.format-btn{width:100%;max-width:280px;flex-direction:row;gap:1rem;text-align:left;padding:1rem 1.25rem}.format-btn-primary{max-width:none;flex:1}.format-btn-defi{max-width:110px;min-width:80px;flex-direction:column;text-align:center}.format-icon-circle{width:2.25rem;height:2.25rem}.points-faibles-cat{min-width:90px;font-size:.8rem}.pf-header-card{flex-direction:column;text-align:center;padding:1.25rem}.section-grid{grid-template-columns:1fr 1fr}.fondamentaux-grid{grid-template-columns:1fr}.fondamentaux-card{padding:1.25rem}}@media (max-width: 430px){.entrainement-page{padding-left:.5rem;padding-right:.5rem}}.admin-link{color:var(--gold)!important;font-weight:600}.admin-page{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.admin-header{margin-bottom:1.5rem}.admin-title{font-family:var(--font-serif);font-size:1.75rem;color:var(--text);margin-bottom:1rem}.admin-stats-bar{display:flex;gap:1.5rem}.admin-stat{background:var(--surface);border:1px solid var(--border, #e0d8cc);border-radius:var(--r);padding:.75rem 1.25rem;display:flex;flex-direction:column;align-items:center}.admin-stat-value{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--accent)}.admin-stat-label{font-size:.75rem;color:#8a7e6e;text-transform:uppercase;letter-spacing:.05em}.admin-tabs{display:flex;gap:0;border-bottom:2px solid var(--border, #e0d8cc);margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{padding:.6rem 1.2rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-family:var(--font-body);font-size:.85rem;color:#8a7e6e;cursor:pointer;transition:all .15s;white-space:nowrap;flex-shrink:0}.admin-tab:hover{color:var(--text)}.admin-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.admin-content{min-height:400px}.analytics-dashboard{display:flex;flex-direction:column;gap:1.5rem}.analytics-periods{display:flex;gap:.5rem;flex-wrap:wrap}.analytics-period{font-family:var(--font-mono);font-size:.72rem;padding:.3rem .75rem;border-radius:99px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .15s}.analytics-period.active{background:var(--text);color:var(--surface);border-color:var(--text)}.analytics-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.analytics-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem;text-align:center}.analytics-kpi-value{display:block;font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--text)}.analytics-kpi-label{font-family:var(--font-body);font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.analytics-section-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);margin-top:.5rem}.analytics-funnel{display:flex;flex-direction:column;gap:.5rem}.analytics-funnel-step{display:flex;flex-direction:column;gap:.2rem;background:none;border:1px solid transparent;border-radius:var(--r);padding:.4rem .5rem;cursor:pointer;width:100%;transition:border-color .15s,background .15s}.analytics-funnel-step:hover{background:var(--surface-2)}.analytics-funnel-step--active{border-color:var(--accent);background:var(--accent-light)}.analytics-drilldown{background:var(--surface);border:1px solid var(--accent);border-radius:var(--r-lg);padding:.75rem;animation:welcomeFadeIn .3s ease-out}.analytics-drilldown-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.analytics-drilldown-header strong{font-family:var(--font-serif);font-size:.9rem;color:var(--accent)}.analytics-drilldown-close{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--text-light);line-height:1}.analytics-drilldown-close:hover{color:var(--text)}.analytics-drilldown-list{display:flex;flex-direction:column;gap:.25rem;max-height:300px;overflow-y:auto}.analytics-drilldown-row{display:flex;align-items:center;justify-content:space-between;padding:.3rem .5rem;background:var(--surface-2);border-radius:var(--r);font-size:.78rem}.analytics-drilldown-email{font-family:var(--font-mono);font-size:.72rem;color:var(--text)}.analytics-drilldown-time{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light)}.analytics-drilldown-empty{font-size:.78rem;color:var(--text-muted);text-align:center;padding:.5rem}.analytics-funnel-bar-track{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden}.analytics-funnel-bar-fill{height:100%;background:var(--accent);border-radius:99px;transition:width .4s ease}.analytics-funnel-info{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.8rem}.analytics-funnel-label{flex:1;color:var(--text)}.analytics-funnel-count{font-weight:600;color:var(--text)}.analytics-funnel-pct{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.analytics-insight{font-family:var(--font-body);font-size:.85rem;color:var(--text-muted)}.analytics-empty{background:var(--surface-2);border-radius:var(--r-lg);padding:1.5rem;text-align:center;font-family:var(--font-body);font-size:.85rem;color:var(--text-muted)}.analytics-empty p{margin-bottom:.5rem}.analytics-events-list{display:flex;flex-direction:column;gap:.25rem}.analytics-event-row{display:flex;align-items:center;gap:.75rem;padding:.4rem .75rem;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--r);font-family:var(--font-body);font-size:.78rem}.analytics-event-name{font-weight:600;color:var(--text);flex:1}.analytics-event-tier{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted)}.analytics-event-time{font-family:var(--font-mono);font-size:.68rem;color:var(--text-light)}@media (max-width: 640px){.analytics-kpis{grid-template-columns:repeat(2,1fr)}}.admin-message{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1000;padding:.75rem 1.5rem;border-radius:99px;font-size:.85rem;font-weight:600;box-shadow:0 4px 20px #00000026;animation:adminToastIn .3s ease-out}@keyframes adminToastIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.admin-message.success{background:#e8f5e9;color:var(--success);border:1px solid #c8e6c9}.admin-message.error{background:#fce4ec;color:var(--danger);border:1px solid #f8bbd0}.qa-loading,.qa-empty{text-align:center;padding:3rem;color:#8a7e6e}.qa-hint{font-size:.85rem;margin-top:.5rem}.qa-hint code{background:var(--surface);padding:.2rem .5rem;border-radius:3px;font-family:var(--font-mono);font-size:.8rem}.qa-section{margin-bottom:2rem;background:var(--surface);border:1px solid var(--border, #e0d8cc);border-radius:var(--r);padding:1.25rem}.qa-section-title{font-family:var(--font-serif);font-size:1.1rem;color:var(--text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border, #e0d8cc)}.qa-global-score{text-align:center}.qa-big-score{font-family:var(--font-mono);font-size:3rem;font-weight:700}.qa-score-meta{font-size:.85rem;color:#8a7e6e;margin-top:.25rem}.qa-scores-grid{display:flex;flex-direction:column;gap:.5rem}.qa-score-row{display:flex;align-items:center;gap:.75rem}.qa-score-label{width:120px;font-size:.85rem;color:var(--text);flex-shrink:0}.qa-score-bar-bg{flex:1;height:8px;background:#e8e2d8;border-radius:4px;overflow:hidden}.qa-score-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.qa-score-value{width:40px;font-family:var(--font-mono);font-size:.8rem;text-align:right;flex-shrink:0}.qa-score-delta{width:45px;font-family:var(--font-mono);font-size:.75rem;text-align:right;flex-shrink:0}.qa-score-delta.positive{color:var(--success)}.qa-score-delta.negative{color:var(--danger)}.qa-genre-grid{display:flex;gap:.75rem;flex-wrap:wrap}.qa-genre-card{background:var(--bg);border:1px solid var(--border, #e0d8cc);border-radius:var(--r);padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;min-width:100px}.qa-genre-name{font-size:.8rem;color:#8a7e6e;text-transform:capitalize}.qa-genre-score{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;color:var(--text)}.qa-genre-count{font-size:.75rem;color:#a09080}.qa-issues-list,.qa-suggestions-list{display:flex;flex-direction:column;gap:.5rem}.qa-issue-card{padding:.75rem;border-radius:var(--r);border-left:3px solid #ccc;background:var(--bg)}.qa-issue-card.severity-high{border-left-color:var(--danger)}.qa-issue-card.severity-medium{border-left-color:var(--gold)}.qa-issue-card.severity-low{border-left-color:var(--success)}.qa-issue-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.qa-issue-code{font-family:var(--font-mono);font-size:.8rem;font-weight:600}.qa-issue-badge{font-size:.65rem;padding:.1rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.03em}.qa-issue-badge.high{background:#fce4ec;color:var(--danger)}.qa-issue-badge.medium{background:#fff8e1;color:#b8860b}.qa-issue-badge.low{background:#e8f5e9;color:var(--success)}.qa-issue-freq{font-family:var(--font-mono);font-size:.75rem;color:#8a7e6e}.qa-issue-desc{font-size:.85rem;color:var(--text);margin:0}.qa-issue-fix{font-size:.8rem;color:var(--success);margin:.25rem 0 0}.qa-suggestion-card{padding:.75rem;background:var(--bg);border-radius:var(--r);border:1px solid var(--border, #e0d8cc)}.qa-suggestion-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.qa-suggestion-priority{font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:var(--accent);background:#f5e6e4;padding:.1rem .4rem;border-radius:3px}.qa-suggestion-file{font-family:var(--font-mono);font-size:.75rem;background:var(--surface);padding:.15rem .4rem;border-radius:3px}.qa-suggestion-text{font-size:.85rem;color:var(--text);margin:0}.qa-eval-table-wrap{overflow-x:auto}.qa-eval-table{width:100%;border-collapse:collapse;font-size:.85rem}.qa-eval-table th{text-align:left;padding:.5rem;border-bottom:2px solid var(--border, #e0d8cc);font-size:.75rem;color:#8a7e6e;text-transform:uppercase;letter-spacing:.03em}.qa-eval-table td{padding:.5rem;border-bottom:1px solid var(--border, #e0d8cc)}.qa-row-alert{background:#fef3f3}.qa-genre-tag{font-size:.7rem;background:var(--bg);padding:.15rem .4rem;border-radius:3px;text-transform:capitalize}.qa-score-cell{font-family:var(--font-mono);font-weight:600}.qa-date-cell{font-size:.8rem;color:#8a7e6e}.qa-detail-btn{background:none;border:1px solid var(--accent);color:var(--accent);padding:.2rem .6rem;border-radius:3px;font-size:.75rem;cursor:pointer}.qa-detail-btn:hover{background:var(--accent);color:#fff}.qa-detail-panel{margin-top:1rem;padding:1rem;background:var(--bg);border-radius:var(--r);border:1px solid var(--border, #e0d8cc)}.qa-detail-panel h3{font-family:var(--font-serif);margin-bottom:.75rem}.qa-detail-panel h4{font-size:.9rem;margin:1rem 0 .5rem;color:var(--accent)}.users-search-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.users-search-input{flex:1;padding:.5rem .75rem;border:1px solid var(--border, #e0d8cc);border-radius:var(--r);font-family:var(--font-body);font-size:.9rem;background:var(--surface)}.users-count{font-size:.8rem;color:#8a7e6e;flex-shrink:0}.users-table-wrap{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:.85rem}.users-table th{text-align:left;padding:.5rem;border-bottom:2px solid var(--border, #e0d8cc);font-size:.75rem;color:#8a7e6e;text-transform:uppercase;letter-spacing:.03em}.users-table td{padding:.5rem;border-bottom:1px solid var(--border, #e0d8cc)}.users-table tr.selected{background:#f5f0e8}.user-cell{display:flex;flex-direction:column}.user-email{font-weight:500}.user-name{font-size:.75rem;color:#8a7e6e}.plan-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.plan-free{background:#f0ebe2;color:#8a7e6e}.plan-starter{background:#e3f2fd;color:#1565c0}.plan-premium{background:#fff8e1;color:#b8860b}.plan-bac16{background:#fce4ec;color:var(--accent)}.plan-passbac{background:#f3e5f5;color:#7b1fa2}.credits-cell{font-family:var(--font-mono);font-weight:600}.date-cell{font-size:.8rem;color:#8a7e6e}.admin-action-btn{background:none;border:1px solid var(--accent);color:var(--accent);padding:.25rem .75rem;border-radius:3px;font-size:.8rem;cursor:pointer}.admin-action-btn:hover{background:var(--accent);color:#fff}.user-manage-panel{margin-top:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border, #e0d8cc);border-radius:var(--r)}.user-manage-panel h3{font-family:var(--font-serif);margin-bottom:1rem}.user-manage-sections{display:flex;flex-direction:column;gap:1.25rem}.manage-section h4{font-size:.85rem;color:var(--accent);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.manage-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.credit-input{width:60px;padding:.35rem;border:1px solid var(--border, #e0d8cc);border-radius:var(--r);font-family:var(--font-mono);text-align:center}.plan-select{padding:.35rem .5rem;border:1px solid var(--border, #e0d8cc);border-radius:var(--r);font-size:.85rem}.cta-primary.small{padding:.35rem .75rem;font-size:.8rem}.manage-hint{font-size:.8rem;color:#8a7e6e;margin-top:.35rem}.plan-btn{padding:.3rem .6rem;border:1px solid var(--border, #e0d8cc);border-radius:3px;background:var(--bg);font-size:.8rem;cursor:pointer}.plan-btn:hover{border-color:var(--accent);color:var(--accent)}.plan-btn.current{background:var(--accent);color:#fff;border-color:var(--accent);cursor:default}.manage-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;font-size:.85rem}@media (max-width: 640px){.admin-stats-bar{flex-direction:column;gap:.5rem}.admin-stat{flex-direction:row;gap:.5rem}.qa-score-label{width:80px;font-size:.75rem}.manage-info-grid{grid-template-columns:1fr}}.pres-page{max-width:var(--max-w);margin:0 auto;padding:2rem 1rem 4rem}.pres-hero{text-align:center;margin-bottom:2rem}.pres-hero .section-tag{margin-bottom:.75rem}.pres-hero-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--text);line-height:1.25;letter-spacing:-.01em}.pres-hero-title em{font-style:italic;color:var(--accent)}.pres-hero-subtitle{font-family:var(--font-body);font-size:1rem;color:var(--text-muted);margin-top:.5rem;line-height:1.6}.pres-hero-parcours{display:inline-block;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.05em;color:var(--gold);background:var(--gold-light);padding:.3rem .85rem;border-radius:99px;margin-top:.75rem}.pres-info-card{display:flex;align-items:flex-start;gap:.85rem;background:var(--surface);border:1px solid var(--border-light);border-left:3px solid var(--gold);border-radius:var(--r);padding:1rem 1.25rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.pres-info-icon{flex-shrink:0;color:var(--gold);margin-top:.1rem}.pres-info-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.pres-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.25rem}.pres-form .field{display:flex;flex-direction:column;gap:.4rem}.pres-form .field-label{font-family:var(--font-serif);font-size:.9rem;font-weight:600;color:var(--text)}.pres-form .required{color:var(--accent);margin-left:.2rem}.pres-form .input,.pres-form .select{padding:.7rem .85rem;font-size:.95rem}.pres-form-submit{text-align:center;margin-top:.5rem}.pres-form-submit .form-hint{font-size:.8rem;color:var(--text-light);font-style:italic;margin-top:.5rem}.pres-hero-date{font-size:.8rem;color:var(--text-light);margin-top:.5rem}.pres-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.5rem}.pres-tab{padding:.6rem 1.25rem;font-family:var(--font-serif);font-size:.9rem;font-weight:600;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s;min-height:44px}.pres-tab:hover{color:var(--text)}.pres-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pres-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.pres-toolbar{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.pres-slots{display:flex;flex-direction:column;gap:1rem}.pres-slot-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.pres-slot-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.pres-slot-info{cursor:pointer;flex:1}.pres-slot-info h3{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text)}.pres-slot-auteur{font-size:.9rem;color:var(--text-muted);margin-top:.15rem}.pres-slot-parcours{font-size:.8rem;color:var(--gold);margin-top:.35rem}.pres-slot-date{font-size:.75rem;color:var(--text-light);margin-top:.25rem}.pres-slot-actions{display:flex;gap:.5rem;flex-shrink:0}.secondary-btn.small{padding:.35rem .75rem;font-size:.8rem;min-height:44px}.secondary-btn.danger{color:var(--danger);border-color:var(--danger)}.secondary-btn.danger:hover{background:var(--danger);color:#fff}.pres-slot-add{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;background:var(--surface);border:2px dashed var(--border);border-radius:var(--r-lg);cursor:pointer;color:var(--text-muted);font-size:.95rem;font-weight:600;transition:border-color .2s,color .2s;min-height:44px}.pres-slot-add:hover{border-color:var(--accent);color:var(--accent)}.pres-slot-add:focus-visible,.pres-slot-info:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pres-slot-add-icon{font-size:1.5rem;line-height:1}.pres-slot-limit{text-align:center;padding:1rem;font-size:.9rem;color:var(--text-muted)}.pres-slot-limit a{color:var(--accent);font-weight:600;text-decoration:underline}.pres-rapport{border:1px solid var(--border-light);border-radius:var(--r);padding:1.25rem;background:var(--bg)}.pres-rapport-legend{font-family:var(--font-serif);font-size:.95rem;font-weight:700;color:var(--text)}.pres-rapport-opt{font-weight:400;font-size:.8rem;color:var(--text-muted);font-style:italic}.pres-rapport .field{margin-top:.75rem}.pres-memo{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:var(--r-lg);padding:2rem 2.5rem;box-shadow:var(--shadow-md)}.pres-memo-badge{display:inline-block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:var(--gold-light);padding:.25rem .75rem;border-radius:99px;margin-bottom:1rem}.pres-memo-empty{text-align:center;color:var(--text-muted);font-style:italic;padding:2rem}.pres-chrono{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-md)}.pres-chrono-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.pres-chrono-subtitle{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem}.pres-chrono-list{display:flex;flex-direction:column;gap:.75rem}.pres-chrono-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:var(--bg);border-radius:var(--r)}.pres-chrono-time{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--accent);white-space:nowrap;min-width:5rem;text-align:center;background:var(--accent-light);padding:.3rem .5rem;border-radius:var(--r)}.pres-chrono-item strong{display:block;font-size:.9rem;color:var(--text)}.pres-chrono-item p{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.pres-chrono-total{margin-top:1rem;text-align:center;font-size:.9rem;color:var(--text-muted);padding-top:.75rem;border-top:1px solid var(--border-light)}.pres-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem 2.5rem;box-shadow:var(--shadow-md)}.pres-content .analysis-content h2{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--accent);border-bottom:1px solid var(--border-light);padding-bottom:.4rem;margin-top:1.75rem;margin-bottom:.75rem}.pres-content .analysis-content h2:first-child{margin-top:0}.pres-content .analysis-content p{font-size:.95rem;line-height:1.7;color:var(--text)}.pres-content .analysis-content strong{color:var(--text);font-weight:600}.pres-page .analysis-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.pres-page .analysis-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.pres-page .analysis-loading-text{font-family:var(--font-serif);font-size:1.05rem;color:var(--text);font-weight:600}.pres-page .analysis-steps{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.pres-page .analysis-step{display:flex;align-items:center;gap:.6rem;color:var(--text-light);font-size:.85rem;transition:color .3s}.pres-page .analysis-step.done{color:var(--success)}.pres-page .analysis-step.active{color:var(--accent)}.pres-page .analysis-step-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0;transition:background .3s}.pres-page .analysis-step.done .analysis-step-dot{background:var(--success)}.pres-page .analysis-step.active .analysis-step-dot{background:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.pres-page .error-box{max-width:480px;margin:4rem auto 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem;text-align:center;box-shadow:var(--shadow-md)}.pres-page .error-box .error-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--danger);margin-bottom:.5rem}.pres-page .error-box .error-text{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.dash-next-steps{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.dash-next-title{font-family:var(--font-serif);font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.dash-step{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--r-lg);border:1px solid var(--border-light);background:var(--surface);text-align:left;width:100%;font-family:var(--font-body);text-decoration:none;color:var(--text);transition:box-shadow .15s,border-color .15s;flex-wrap:nowrap}button.dash-step{cursor:pointer}button.dash-step:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.dash-step-num{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;font-size:.72rem;font-weight:700;flex-shrink:0}.dash-step-check{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--success);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.dash-step-content{flex:1;min-width:0}.dash-step-content strong{display:block;font-size:.85rem;font-weight:600}.dash-step-content span{display:block;font-size:.72rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-step-arrow{color:var(--text-light);font-size:1rem;flex-shrink:0}.dash-step--active{border-color:var(--accent);background:var(--accent-light)}.dash-step--active .dash-step-num{background:var(--accent);color:#fff}.dash-step--done{border-color:var(--success);background:var(--success-light);opacity:.8}.dash-step--done .dash-step-content strong{color:var(--success)}.dash-step--locked{opacity:.45}.dash-step--locked .dash-step-num{background:var(--border);color:var(--text-light)}.dash-step--future{opacity:.65}.dash-step--future .dash-step-num{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.dash-step--future:hover{opacity:.85}.dash-step .submit-btn.small{flex-shrink:0;padding:.4rem .85rem;font-size:.78rem;min-width:auto;width:auto;white-space:nowrap}.pres-cta-coach{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.pres-cta-coach .cta-primary{text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.pres-cancel-btn{margin-top:1rem}.pres-back-btn{margin-bottom:1rem}.pres-parcours-custom{margin-top:.5rem}.pres-page .error-hint{font-size:.85rem;margin-top:-.5rem}.cta-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.copy-btn,.secondary-btn{min-height:44px}@media (max-width: 640px){.pres-page{padding:1.25rem .75rem 3rem}.pres-hero-title{font-size:1.35rem}.pres-form{padding:1.25rem}.pres-content,.pres-memo{padding:1.25rem 1rem}.pres-chrono{padding:1.25rem}.pres-toolbar{flex-direction:column}.pres-toolbar button{width:100%}.pres-tabs{overflow-x:auto}.pres-slot-card{flex-direction:column;align-items:stretch}.pres-slot-actions{justify-content:flex-end}.pres-chrono-item{flex-direction:column;gap:.5rem}.pres-chrono-time{min-width:auto;align-self:flex-start}.pres-rapport{padding:1rem}}.coach-oral-preview{max-width:var(--max-w);margin:0 auto}.coach-oral-modes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.coach-oral-mode-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.coach-oral-mode-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.coach-oral-mode-icon{font-size:2rem;display:block;margin-bottom:.5rem}.coach-oral-mode-card h3{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text)}.coach-oral-mode-card p{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.coach-oral-mode-detail{font-family:var(--font-mono);font-size:.75rem;color:var(--gold);margin-top:.5rem}.coach-oral-coming{background:var(--surface);border:2px dashed var(--border);border-radius:var(--r-lg);padding:2rem;text-align:center}.coach-oral-coming h2{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--accent);margin-bottom:.75rem}.coach-oral-coming p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.coach-oral-coming a{color:var(--accent);font-weight:600;text-decoration:underline}.home-page{max-width:var(--max-w);margin:0 auto}.onb{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.15rem;margin-bottom:1.25rem}.onb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.onb-header-right{display:flex;align-items:center;gap:.6rem}.onb-welcome{font-family:var(--font-serif);font-size:.95rem;font-weight:600}.onb-dots{display:flex;gap:4px}.onb-dot{width:7px;height:7px;border-radius:50%;background:var(--border);transition:background .3s}.onb-dot--done{background:var(--text)}.onb-count{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted)}.onb-progress-track{height:2px;background:var(--surface-2);border-radius:99px;margin-bottom:.65rem;overflow:hidden}.onb-progress-fill{height:100%;background:var(--text);border-radius:99px;transition:width .6s ease}.onb-steps{display:flex;flex-direction:column;gap:.2rem}@keyframes onb-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.onb-done-item{display:flex;align-items:center;gap:.55rem;padding:.3rem .75rem;animation:onb-slide-in .35s ease-out both}.onb-done-check{color:var(--text-light);flex-shrink:0}.onb-done-text{font-family:var(--font-serif);font-size:.82rem;color:var(--text-light);text-decoration:line-through}.onb-step{display:flex;align-items:center;gap:.7rem;padding:.65rem .75rem;border-radius:var(--r);text-decoration:none;color:var(--text);transition:all .2s ease;animation:onb-slide-in .35s ease-out both;border:1px solid transparent}.onb-step--active{background:var(--accent-light);border-color:var(--accent);box-shadow:0 2px 12px #8c1c131a;padding:.8rem .85rem}.onb-step--active:hover{transform:translate(4px);box-shadow:0 4px 20px #8c1c1329}.onb-step--future{opacity:.35;position:relative}.onb-step--future:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,transparent 0%,var(--bg) 90%);pointer-events:none;transition:opacity .2s}.onb-step--future:hover{opacity:.7;transform:translate(2px)}.onb-step--future:hover:after{opacity:.2}.onb-num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:.72rem;font-weight:700;color:var(--text-light);flex-shrink:0}.onb-step--active .onb-num{background:var(--accent);color:#fff;border-radius:50%}.onb-text{flex:1;display:flex;flex-direction:column;gap:1px}.onb-text strong{font-family:var(--font-serif);font-size:.85rem}.onb-text span{font-size:.75rem;color:var(--text-muted);line-height:1.3}.onb-arrow{color:var(--accent);flex-shrink:0;transition:transform .2s;animation:onb-pulse 1.5s ease-in-out infinite}@keyframes onb-pulse{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.onb-skip{display:block;margin:.6rem auto 0;background:none;border:none;color:var(--text-light);font-size:.75rem;cursor:pointer;padding:.2rem .5rem}.onb-skip:hover{color:var(--text)}.onb-collapsed{display:flex;align-items:center;gap:.5rem;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:.65rem 1rem;margin-bottom:1.25rem;cursor:pointer;font-family:var(--font-body);font-size:.82rem;color:var(--text-muted);transition:border-color .2s,box-shadow .2s}.onb-collapsed:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.onb-collapsed .onb-count{margin-left:auto;font-family:var(--font-mono);font-size:.75rem;color:var(--accent);background:var(--accent-light);padding:.15rem .5rem;border-radius:99px;font-weight:600}.onb-collapsed-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:onb-dot-pulse 2s ease-in-out infinite}@keyframes onb-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes home-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-reveal{animation:home-reveal .5s ease-out both}.home-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.home-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--text)}.home-subtitle{font-size:.85rem;color:var(--text-muted);margin-top:.15rem}.home-subtitle strong{color:var(--gold);font-weight:700}.home-countdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:.5rem .85rem;text-align:center}.home-countdown-number{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--gold)}.home-progress-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.15rem;margin-bottom:1.25rem;animation:home-reveal .5s ease-out .15s both}.home-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.home-progress-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.home-progress-pct{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text)}.home-progress-bar{height:6px;background:var(--surface-2);border-radius:99px;overflow:hidden;margin-bottom:.6rem}.home-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--accent));border-radius:99px;transition:width .6s ease}.home-progress-details{display:flex;gap:1rem;font-size:.72rem;color:var(--text-muted)}.home-progress-score{color:var(--gold);font-weight:600}.home-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.home-action-main,.home-action-coach{display:flex;align-items:center;gap:.75rem;border-radius:var(--r-lg);padding:1rem;text-decoration:none;color:var(--text);transition:transform .15s,box-shadow .15s}.home-action-main:hover,.home-action-coach:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.home-action-main{background:var(--surface);border:1.5px solid var(--border)}.home-action-coach{background:linear-gradient(135deg,var(--gold-light) 0%,var(--surface) 100%);border:1.5px solid var(--gold)}.home-action-main-icon,.home-action-coach-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-action-main-icon{background:var(--accent);color:#fff}.home-action-coach-icon{background:var(--gold);color:#fff}.home-action-main-text strong,.home-action-coach-text strong{display:block;font-size:.85rem;font-weight:700}.home-action-main-text span,.home-action-coach-text span{font-size:.72rem;color:var(--text-muted)}.home-recent{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.15rem;text-decoration:none;color:var(--text);margin-bottom:1.5rem;animation:home-reveal .5s ease-out .18s both;transition:border-color .2s,transform .2s,box-shadow .2s;transition:border-color .15s}.home-recent:hover{border-color:var(--gold);transform:translateY(-1px);box-shadow:var(--shadow-md)}.home-recent-badge{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gold);margin-bottom:.35rem}.home-recent strong{display:block;font-size:.9rem;font-weight:700}.home-recent-meta{font-size:.75rem;color:var(--text-muted);margin-top:.15rem;display:block}.home-spaces{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.5rem}.home-space{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem .5rem;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:var(--text-muted);text-align:center;transition:border-color .15s,color .15s}.home-space:hover{border-color:var(--gold);color:var(--text);transform:translateY(-2px);box-shadow:var(--shadow-md)}.home-space strong{font-size:.78rem;font-weight:700;color:var(--text)}.home-space span{font-size:.65rem}.home-upgrade{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,var(--gold-light) 0%,var(--surface) 100%);border:1px solid var(--gold);border-radius:var(--r-lg);padding:1rem 1.15rem;text-decoration:none;color:var(--text);margin-bottom:1.5rem;transition:box-shadow .15s}.home-upgrade:hover{box-shadow:var(--shadow-md)}.home-upgrade-content strong{display:block;font-size:.85rem;font-weight:700}.home-upgrade-content span{font-size:.72rem;color:var(--text-muted)}.home-upgrade svg{color:var(--gold);flex-shrink:0}@media (max-width: 640px){.home-title{font-size:1.25rem}.home-actions{grid-template-columns:1fr}.home-spaces{grid-template-columns:repeat(2,1fr)}.home-progress-details{flex-wrap:wrap;gap:.5rem}}.coach-session{max-width:var(--max-w);margin:0 auto}.coach-fade-in{animation:coachFadeIn .35s ease-out}@keyframes coachFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.coach-phase-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.coach-phase-badge{font-family:var(--font-serif);font-size:.9rem;font-weight:700;color:var(--accent);background:var(--accent-light);padding:.35rem 1rem;border-radius:99px}.coach-timer{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--text)}.coach-timer-bar{height:4px;background:var(--border);border-radius:2px;margin-bottom:1.5rem;overflow:hidden}.coach-timer-fill{height:100%;background:var(--accent);border-radius:2px;transition:width 1s linear}.coach-stepper{display:flex;gap:.25rem;margin-bottom:.75rem;overflow-x:auto;padding:.5rem 0}.coach-step{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;min-width:0;opacity:.35;transition:opacity .2s}.coach-step.active{opacity:1}.coach-step.done{opacity:.7}.coach-step-dot{width:28px;height:28px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--text-muted);transition:all .2s}.coach-step.active .coach-step-dot{background:var(--accent);color:#fff}.coach-step.done .coach-step-dot{background:var(--gold);color:#fff}.coach-step-label{font-size:.7rem;font-weight:600;text-align:center;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.coach-step.active .coach-step-label{color:var(--text)}.coach-step-budget{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);opacity:.6}.coach-step.active .coach-step-budget{opacity:1;color:var(--accent)}.coach-step-time{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);background:var(--surface);padding:.1rem .4rem;border-radius:4px}.coach-step-next{display:block;margin:0 auto 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--accent);cursor:pointer;transition:all .2s}.coach-step-next:hover{background:var(--accent-light);border-color:var(--accent)}.coach-instruction{background:var(--surface);border-left:3px solid var(--gold);border-radius:var(--r);padding:1rem 1.25rem;margin-bottom:1.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.6}.coach-texte-ref{margin-bottom:1.25rem}.coach-texte-ref summary{cursor:pointer;font-weight:600;color:var(--accent);font-size:.9rem}.coach-texte-pre{font-family:var(--font-body);font-size:.85rem;white-space:pre-wrap;background:var(--bg);padding:1rem;border-radius:var(--r);margin-top:.5rem;line-height:1.7;color:var(--text)}.coach-textarea{width:100%;min-height:120px;resize:vertical;font-size:.95rem;line-height:1.6}.coach-input-section{margin-bottom:1.5rem}.coach-input-section .cta-primary{margin-top:.75rem}.coach-controls{display:flex;gap:.75rem;justify-content:center;margin-top:1rem}.coach-save-error{background:var(--danger-light);border:1px solid var(--danger);color:var(--danger);padding:.75rem 1rem;border-radius:var(--r);font-size:.85rem;margin-bottom:1rem}.coach-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0}.coach-loading p{font-size:.95rem;color:var(--text-muted)}.coach-eval-loading{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1rem}.coach-eval-title{font-size:1rem;font-weight:600;color:var(--text);text-align:center}.coach-eval-steps{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:320px}.coach-eval-step{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);opacity:.4;transition:all .3s}.coach-eval-step.active{opacity:1;color:var(--accent);font-weight:600}.coach-eval-step.done{opacity:.7;color:var(--text)}.coach-eval-dot{width:20px;height:20px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.coach-eval-step.active .coach-eval-dot{background:var(--accent);color:#fff}.coach-eval-step.done .coach-eval-dot{background:var(--gold);color:#fff}.coach-eval-bar{width:100%;max-width:320px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.coach-eval-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--gold));border-radius:2px;transition:width 1s ease}.coach-eval-section-title{font-family:var(--font-serif);font-size:1rem;font-weight:700;color:var(--text);margin:1.25rem 0 .5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.coach-eval-section-title:first-child{margin-top:0}.speech-input-fallback{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:.5rem;line-height:1.4}.coach-feedback{max-width:var(--max-w);margin:0 auto}.coach-feedback-header{text-align:center;margin-bottom:2rem}.coach-feedback-header h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--text)}.coach-score-global{display:flex;justify-content:center;margin-bottom:2rem}.coach-score-ring{width:140px;height:140px;border-radius:50%;background:conic-gradient(var(--accent) var(--pct, 0%),var(--border) 0%);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.coach-score-ring:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:var(--surface)}.coach-score-number{position:relative;font-family:var(--font-serif);font-size:2.5rem;font-weight:800;color:var(--text)}.coach-score-max{position:relative;font-size:1rem;color:var(--text-muted);margin-top:-.25rem}.coach-score-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;margin-bottom:1.5rem}.coach-score-detail h3{font-family:var(--font-serif);font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.coach-score-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.coach-score-label{flex:0 0 160px;font-size:.85rem;color:var(--text-muted)}.coach-score-bar-track{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.coach-score-bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.coach-score-value{flex:0 0 40px;text-align:right;font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--text)}.coach-feedback-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem;margin-bottom:1rem}.coach-feedback-section h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem}.coach-feedback-section ul{list-style:none;padding:0}.coach-feedback-section li{font-size:.9rem;color:var(--text);padding:.3rem 0;line-height:1.5}.coach-forces h3{color:var(--success)}.coach-ameliorations h3{color:var(--gold)}.coach-faiblesses h3{color:var(--danger)}.coach-faiblesses a{color:var(--accent);font-weight:600}.coach-upsell{display:block;background:linear-gradient(135deg,var(--gold-light) 0%,var(--surface) 100%);border:1px solid var(--gold);border-radius:var(--r-lg);padding:1rem 1.15rem;text-decoration:none;color:var(--text);text-align:center;margin-top:1.5rem;transition:box-shadow .15s}.coach-upsell:hover{box-shadow:var(--shadow-md)}.coach-upsell strong{display:block;font-size:.9rem;color:var(--gold)}.coach-upsell span{font-size:.78rem;color:var(--text-muted)}.coach-free-limit{background:linear-gradient(135deg,var(--gold-light) 0%,var(--surface) 100%);border:1px solid var(--gold);border-radius:var(--r-lg);padding:1.5rem;text-align:center}.coach-free-score{font-family:var(--font-serif);font-size:1.1rem;color:var(--text);margin-bottom:.75rem}.coach-free-score strong{color:var(--gold);font-size:1.3rem}.coach-free-desc{font-family:var(--font-body);font-size:.88rem;color:var(--text-muted);margin-bottom:.5rem}.coach-free-perks{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;align-items:center;gap:.3rem}.coach-free-perks li{font-family:var(--font-body);font-size:.82rem;color:var(--text)}.coach-free-perks li:before{content:"✓ ";color:var(--gold);font-weight:700}.coach-feedback-actions{display:flex;gap:.75rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.coach-mode-select{max-width:var(--max-w);margin:0 auto}.coach-modes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.coach-oral-mode-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light)}.coach-section-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.coach-select-section{margin-bottom:1.5rem}.coach-select-input{width:100%;max-width:500px}.coach-empty-hint{background:var(--surface);border:2px dashed var(--border);border-radius:var(--r);padding:1.25rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.coach-empty-hint a{color:var(--accent);font-weight:600}.coach-difficulte-toggle{display:flex;gap:1rem}.coach-diff-btn{flex:1;background:var(--surface);border:2px solid var(--border);border-radius:var(--r-lg);padding:1rem;cursor:pointer;text-align:left;transition:border-color .2s}.coach-diff-btn:hover:not(:disabled){border-color:var(--accent)}.coach-diff-btn.active{border-color:var(--accent);background:var(--accent-light)}.coach-diff-btn:disabled{opacity:.5;cursor:not-allowed}.coach-diff-btn strong{display:block;font-size:.9rem;color:var(--text);margin-bottom:.25rem}.coach-diff-btn span{font-size:.8rem;color:var(--text-muted)}.coach-start-section{text-align:center;margin-top:2rem}.coach-nav-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.coach-voice-zone{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.25rem}.coach-persona-wrap{width:120px;height:120px;display:flex;align-items:center;justify-content:center}.persona-orb{width:100%;height:100%}.persona-fallback{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,var(--accent-light),var(--accent));transition:transform .5s ease,box-shadow .5s ease;animation:persona-breathe 3s ease-in-out infinite}.persona-fallback.listening{animation:persona-listen 1s ease-in-out infinite;box-shadow:0 0 20px var(--accent)}.persona-fallback.thinking{animation:persona-think .8s ease-in-out infinite;background:radial-gradient(circle,var(--gold-light),var(--gold))}.persona-fallback.speaking{animation:persona-speak .6s ease-in-out infinite;background:radial-gradient(circle,var(--success-light, #d1fae5),var(--success))}@keyframes persona-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes persona-listen{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes persona-think{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.08);opacity:1}}@keyframes persona-speak{0%,to{transform:scale(1)}30%{transform:scale(1.1)}60%{transform:scale(.95)}}.coach-voice-status{font-size:.85rem;color:var(--accent);font-weight:600;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.voice-orb-container{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.voice-orb{width:100px;height:100px;border-radius:50%;position:relative;z-index:2;transition:transform 80ms ease-out,box-shadow .15s ease-out}.voice-orb-glow{position:absolute;border-radius:50%;filter:blur(20px);z-index:1;transition:width .15s ease-out,height .15s ease-out,opacity .15s ease-out,transform 80ms ease-out}.voice-orb-ring{position:absolute;width:120px;height:120px;border-radius:50%;border:2px solid;z-index:0;transition:transform .1s ease-out,opacity .15s ease-out}.speech-input-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.speech-input-rings{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.speech-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--gold);opacity:.25;animation:speech-ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes speech-ping{0%{transform:scale(1);opacity:.3}75%,to{transform:scale(1.8);opacity:0}}.speech-input-btn{position:relative;z-index:2;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;background:var(--accent);color:#fff}.speech-input-btn:hover:not(:disabled){opacity:.85;transform:scale(1.05)}.speech-input-btn.listening{background:var(--gold)}.speech-input-btn:disabled{opacity:.4;cursor:not-allowed}.coach-grammar-section{margin-bottom:1.5rem}.coach-grammar-instruction{font-size:.95rem;color:var(--text);font-weight:600;margin-bottom:.75rem}.coach-grammar-phrase{font-family:var(--font-serif);font-size:1.1rem;font-style:italic;color:var(--accent);background:var(--surface);border-left:4px solid var(--accent);padding:1rem 1.5rem;border-radius:var(--r);margin:0 0 1rem;line-height:1.6}.coach-entretien-history{margin-bottom:1.5rem}.coach-entretien-exchange{margin-bottom:1rem}.coach-msg{padding:.75rem 1rem;border-radius:var(--r);font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.coach-msg-examiner{background:var(--surface);border:1px solid var(--border);color:var(--text)}.coach-msg-eleve{background:var(--accent-light);color:var(--text)}.coach-entretien-current{margin-bottom:1rem}.coach-entretien-current .cta-primary{margin-top:.75rem}.coach-history{max-width:var(--max-w);margin:0 auto}.coach-history-empty{text-align:center;padding:3rem 0}.coach-history-empty h2{font-family:var(--font-serif);font-size:1.2rem;color:var(--text);margin-bottom:.5rem}.coach-history-empty p{color:var(--text-muted);margin-bottom:1.5rem}.coach-history-stats{display:flex;gap:1rem;margin-bottom:1.5rem}.coach-stat-card{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem;text-align:center}.coach-stat-value{font-family:var(--font-serif);font-size:1.5rem;font-weight:800;color:var(--accent);display:block}.coach-stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem;display:block}.coach-history-graph{width:100%;max-width:400px;margin:0 auto 1.5rem;display:block}.coach-history-list{display:flex;flex-direction:column;gap:.5rem}.coach-history-item{display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.75rem 1rem}.coach-history-mode{font-weight:600;font-size:.9rem;color:var(--text)}.coach-history-date{font-size:.8rem;color:var(--text-muted);margin-left:.75rem}.coach-history-meta{display:flex;gap:1rem;align-items:center}.coach-history-score{font-family:var(--font-mono);font-weight:700;font-size:.9rem;color:var(--accent)}.coach-history-duration{font-size:.8rem;color:var(--text-muted)}.coach-aide-toggle{position:fixed;right:1rem;top:50%;transform:translateY(-50%);background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.5rem .75rem;font-size:.8rem;font-weight:600;color:var(--text-muted);cursor:pointer;z-index:10;box-shadow:var(--shadow-md);min-height:44px}.coach-aide-toggle:hover{color:var(--accent)}.coach-aide-sidebar{position:fixed;right:0;top:0;bottom:0;width:350px;max-width:85vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-lg, -4px 0 16px rgba(0,0,0,.1));z-index:20;overflow-y:auto;padding:1.5rem}.coach-aide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.coach-aide-header h3{font-family:var(--font-serif);font-size:1rem;font-weight:700}.coach-aide-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);min-height:44px;min-width:44px}.coach-aide-empty{color:var(--text-muted);font-style:italic}.coach-phase-feedback{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem}.coach-phase-feedback .cta-primary{margin-top:1rem}.coach-phase-score{text-align:center;padding:2rem}.coach-phase-score-info{font-size:1.1rem;color:var(--text);margin-bottom:1rem}@media (max-width: 640px){.coach-modes-grid{grid-template-columns:repeat(2,1fr)}.coach-difficulte-toggle{flex-direction:column}.coach-score-label{flex:0 0 100px;font-size:.8rem}.coach-feedback-actions,.coach-history-stats{flex-direction:column}.coach-aide-sidebar{width:100%;max-width:100%}.coach-aide-toggle{right:.5rem}.coach-phase-header{flex-direction:column;gap:.5rem}.coach-controls{flex-direction:column}.coach-stepper{gap:.15rem}.coach-step-dot{width:24px;height:24px;font-size:.65rem}.coach-step-label{font-size:.6rem}.coach-history-item{flex-direction:column;gap:.5rem;align-items:flex-start}}.nav-icon{margin-right:.35rem;font-size:.85rem}@media (max-width: 640px){.coach-oral-modes{grid-template-columns:repeat(2,1fr)}.coach-oral-coming{padding:1.25rem}}:root{--wine-50: #FBEDEB;--wine-100: #F3D8D3;--wine-300: #D87268;--wine-500: #A31E15;--wine-600: #8C1C13;--wine-700: #6A1209;--wine-900: #3E0904;--ds-paper: #F3EEE4;--ds-paper-2: #ECE5D6;--ds-ivory: #FBF8F2;--ds-ivory-2: #F5F0E6;--ds-card: #FFFDF7;--ds-line: #E3D9C4;--ds-line-soft: #EFE7D5;--ds-line-strong: #C9BC9E;--ds-ink: #1A1209;--ds-ink-2: #3A2E1E;--ds-ink-3: #6B5A42;--ds-ink-4: #9B8B71;--ds-ink-5: #C4B79B;--ds-gold-50: #F7EEDA;--ds-gold-200: #E8D4A0;--ds-gold-500: #B8974A;--ds-gold-700: #7E6424;--ds-font-display: "Fraunces", "Iowan Old Style", Georgia, serif;--ds-font-body: "Inter Tight", "Inter", system-ui, sans-serif;--ds-font-mono: "JetBrains Mono", ui-monospace, monospace;--ds-shadow-sm: 0 1px 3px rgba(26,18,9,.08), 0 2px 6px rgba(26,18,9,.04);--ds-shadow-md: 0 4px 14px rgba(26,18,9,.08), 0 2px 4px rgba(26,18,9,.04);--ds-ease-out: cubic-bezier(.22, 1, .36, 1)}.desktop-shell{display:block}.desktop-main{display:flex;flex-direction:column;min-width:0}@media (min-width: 1024px){.desktop-shell{min-height:100vh;background:var(--ds-paper)}.desktop-shell .header-app,.desktop-shell .bottom-nav{display:none}.desktop-shell .main-app{padding-top:0;padding-bottom:0;min-height:100vh}.desktop-main{margin-left:272px;background:var(--ds-paper);min-height:100vh}}.desktop-sidebar{display:none}@media (min-width: 1024px){.desktop-sidebar{display:flex;flex-direction:column;background:var(--ds-ivory);border-right:1px solid var(--ds-line);padding:20px 14px 16px;position:fixed;top:0;left:0;width:272px;height:100vh;overflow-y:auto;z-index:30;font-family:var(--ds-font-body);color:var(--ds-ink)}.ds-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 20px;text-decoration:none;color:inherit}.ds-brand-mark{width:34px;height:34px;border-radius:8px;background:var(--wine-500);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-display);font-style:italic;font-weight:500;font-size:20px;letter-spacing:-.02em}.ds-brand-name{font-family:var(--ds-font-display);font-weight:500;font-size:18px;letter-spacing:-.02em;line-height:1}.ds-brand-sub{font-size:11px;color:var(--ds-ink-3);letter-spacing:.04em;margin-top:2px}.ds-nav-section{margin-top:22px}.ds-nav-heading{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-ink-3);padding:0 12px 10px}.ds-nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;font-size:14.5px;font-weight:500;color:var(--ds-ink-2);text-decoration:none;cursor:pointer;transition:background .16s var(--ds-ease-out),color .16s var(--ds-ease-out);line-height:1}.ds-nav-item+.ds-nav-item{margin-top:2px}.ds-nav-item svg{width:18px;height:18px;flex-shrink:0;color:var(--ds-ink-3)}.ds-nav-item:hover{background:var(--ds-ivory-2);color:var(--ds-ink)}.ds-nav-item.active{background:var(--wine-50);color:var(--wine-700)}.ds-nav-item.active svg{color:var(--wine-500)}.ds-nav-item.accent svg{color:var(--wine-500)}.ds-nav-item.accent:hover{background:var(--wine-50);color:var(--wine-700)}.ds-nav-badge{margin-left:auto;font-family:var(--ds-font-mono);font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;background:var(--wine-500);color:#fff;letter-spacing:.05em}.ds-nav-count{margin-left:auto;font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-4)}.ds-sidebar-footer{margin-top:auto;padding-top:18px}.ds-credit-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:12px;padding:14px;margin-bottom:14px;box-shadow:var(--ds-shadow-sm)}.ds-credit-label{font-family:var(--ds-font-mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-ink-3);margin-bottom:6px}.ds-credit-count{font-family:var(--ds-font-display);font-size:28px;font-weight:500;letter-spacing:-.02em;line-height:1;color:var(--ds-ink)}.ds-credit-count small{font-size:13px;color:var(--ds-ink-4);margin-left:4px;font-weight:400;letter-spacing:0}.ds-credit-msg{font-size:11.5px;color:var(--ds-ink-3);margin:8px 0 10px;line-height:1.4}.ds-credit-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;border-radius:7px;border:1px solid var(--ds-line);background:var(--ds-ivory);color:var(--ds-ink);font-family:inherit;font-size:12px;font-weight:500;line-height:1;cursor:pointer;transition:all .16s var(--ds-ease-out);text-decoration:none;white-space:nowrap}.ds-credit-btn svg{width:13px;height:13px;flex-shrink:0}.ds-credit-btn:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.ds-credit-btn.primary{background:var(--wine-500);color:#fff;border-color:transparent}.ds-credit-btn.primary:hover{background:var(--wine-600)}.ds-credit-btn.block{display:flex;width:100%}.ds-profile-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:10px;transition:background .16s var(--ds-ease-out);cursor:pointer}.ds-profile-row:hover{background:var(--ds-ivory-2)}.ds-avatar{width:34px;height:34px;border-radius:50%;background:var(--ds-ink);color:var(--ds-ivory);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.ds-profile-name{font-size:13.5px;font-weight:500;color:var(--ds-ink);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-profile-plan{font-size:11.5px;color:var(--ds-ink-3);margin-top:2px}}.accueil-page{padding:40px 40px 80px;max-width:1240px;margin:0 auto;font-family:var(--ds-font-body);color:var(--ds-ink)}@media (max-width: 1023px){.accueil-page{padding:20px 16px 96px}}.accueil-header{margin-bottom:32px}.accueil-eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);display:inline-block;margin-bottom:10px}.accueil-title{font-family:var(--ds-font-display);font-weight:500;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.028em;color:var(--ds-ink);margin:0}.accueil-title em{font-style:italic;color:var(--wine-500);font-variation-settings:"SOFT" 50,"opsz" 96,"WONK" 1}.accueil-subtitle{font-size:16px;color:var(--ds-ink-3);margin-top:10px;line-height:1.5;max-width:60ch}.accueil-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:40px}.ds-stat-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:14px;padding:22px;box-shadow:var(--ds-shadow-sm)}.ds-stat-card.feature{grid-column:span 2;background:linear-gradient(135deg,var(--ds-ivory) 0%,var(--ds-card) 100%)}@media (max-width: 720px){.ds-stat-card.feature{grid-column:span 1}}.ds-stat-card.cta{background:var(--ds-ink);color:var(--ds-ivory);border-color:transparent;cursor:pointer;transition:transform .22s var(--ds-ease-out),box-shadow .22s var(--ds-ease-out)}.ds-stat-card.cta:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}.ds-stat-eyebrow{font-family:var(--ds-font-mono);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);margin-bottom:10px}.ds-stat-card.cta .ds-stat-eyebrow{color:var(--wine-300)}.ds-stat-big{font-family:var(--ds-font-display);font-size:44px;font-weight:500;line-height:1;letter-spacing:-.03em;color:var(--ds-ink)}.ds-stat-big small{font-size:20px;color:var(--ds-ink-4);margin-left:2px}.ds-stat-bar{height:6px;background:var(--ds-ivory-2);border-radius:999px;overflow:hidden;margin-top:12px}.ds-stat-bar span{display:block;height:100%;background:var(--wine-500);border-radius:999px;transition:width .6s var(--ds-ease-out)}.ds-stat-caption{font-size:12.5px;color:var(--ds-ink-3);margin-top:10px;line-height:1.4}.ds-cta-title{font-family:var(--ds-font-display);font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--ds-ivory);margin-bottom:4px}.ds-cta-sub{font-size:13px;color:#fffdf7a6;margin-bottom:12px}.ds-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;background:var(--wine-500);color:#fff;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:background .18s var(--ds-ease-out)}.ds-cta-btn:hover{background:var(--wine-600)}.accueil-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.accueil-search{flex:1;min-width:200px;max-width:360px;padding:9px 12px;border-radius:10px;border:1px solid var(--ds-line);background:var(--ds-card);font-family:inherit;font-size:14px;color:var(--ds-ink)}.accueil-search::placeholder{color:var(--ds-ink-4)}.accueil-search:focus{outline:none;border-color:var(--wine-500);box-shadow:0 0 0 3px var(--wine-50)}.accueil-new-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:10px;background:var(--wine-500);color:#fff;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:background .18s var(--ds-ease-out)}.accueil-new-btn:hover{background:var(--wine-600)}.accueil-textes{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.ds-texte-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:14px;padding:18px;cursor:pointer;transition:transform .2s var(--ds-ease-out),box-shadow .2s var(--ds-ease-out),border-color .2s var(--ds-ease-out);display:flex;flex-direction:column;gap:10px;text-decoration:none;color:inherit}.ds-texte-card:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-md);border-color:var(--ds-line-strong)}.ds-texte-head{display:flex;justify-content:space-between;align-items:center}.ds-texte-num{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.1em;color:var(--ds-ink-4)}.ds-texte-date{font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-4)}.ds-texte-title{font-family:var(--ds-font-display);font-size:20px;font-weight:500;letter-spacing:-.02em;line-height:1.2;color:var(--ds-ink);margin:0}.ds-texte-meta{font-size:13px;color:var(--ds-ink-3);line-height:1.4}.ds-texte-meta b{color:var(--ds-ink-2);font-weight:500}.accueil-empty{text-align:center;padding:60px 20px;color:var(--ds-ink-3)}.accueil-empty-title{font-family:var(--ds-font-display);font-size:22px;font-weight:500;color:var(--ds-ink);margin-bottom:8px}.accueil-empty-sub{font-size:14px;margin-bottom:20px}.accueil-loading{padding:40px;text-align:center;color:var(--ds-ink-3)}.accueil-header-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px;flex-wrap:wrap}.accueil-countdown{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:var(--wine-50);color:var(--wine-700);font-family:var(--ds-font-mono);font-size:11.5px;font-weight:600;letter-spacing:.06em;border:1px solid var(--wine-100)}.accueil-countdown-dot{width:6px;height:6px;border-radius:50%;background:var(--wine-500);animation:apCountdownPulse 2s ease-in-out infinite}@keyframes apCountdownPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.accueil-toolbar{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}@media (min-width: 760px){.accueil-toolbar{flex-direction:row;align-items:center;justify-content:space-between}}.ap-filters{display:flex;gap:6px;flex-wrap:wrap}.ap-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:999px;border:1px solid var(--ds-line);background:var(--ds-card);color:var(--ds-ink-2);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.ap-pill:hover{border-color:var(--ds-line-strong)}.ap-pill.active{background:var(--wine-50);color:var(--wine-700);border-color:var(--wine-500)}.ap-pill-count{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:600;padding:1px 6px;border-radius:999px;background:var(--ds-ivory-2);color:var(--ds-ink-3);letter-spacing:.04em}.ap-pill.active .ap-pill-count{background:var(--wine-500);color:#fff}.ap-toolbar-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ap-view-toggle{display:inline-flex;border:1px solid var(--ds-line);border-radius:8px;overflow:hidden;background:var(--ds-card)}.ap-view-toggle button{padding:8px 12px;border:none;background:transparent;color:var(--ds-ink-4);cursor:pointer;transition:all .16s var(--ds-ease-out);display:flex;align-items:center;justify-content:center}.ap-view-toggle button svg{width:14px;height:14px}.ap-view-toggle button+button{border-left:1px solid var(--ds-line)}.ap-view-toggle button:hover{background:var(--ds-ivory-2);color:var(--ds-ink-2)}.ap-view-toggle button.on{background:var(--ds-ink);color:var(--ds-ivory)}.ap-ring{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--ds-ink-4);flex-shrink:0}.ap-ring svg{display:block}.ap-ring-label{position:absolute;font-family:var(--ds-font-mono);font-size:11px;font-weight:600;color:var(--ds-ink);letter-spacing:0}.ap-ring-none .ap-ring-label{color:var(--ds-ink-4)}.ap-card-body{display:flex;align-items:flex-start;gap:12px}.ap-card-text{flex:1;min-width:0}.ap-status-pill{font-family:var(--ds-font-mono);font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border-radius:999px;line-height:1;white-space:nowrap}.ap-status-mastered{background:#e6eede;color:#2f5a2b}.ap-status-to-review{background:var(--wine-50);color:var(--wine-700)}.ap-status-not-started{background:var(--ds-ivory-2);color:var(--ds-ink-4)}.ds-texte-card.ap-card-status-mastered{border-left:3px solid #2F5A2B}.ds-texte-card.ap-card-status-to-review{border-left:3px solid var(--wine-500)}.ds-texte-card.ap-card-status-not-started{border-left:3px solid var(--ds-ink-5)}.ap-card-actions{display:flex;gap:4px;margin-top:auto;padding-top:8px;border-top:1px solid var(--ds-line-soft);opacity:0;transition:opacity .18s var(--ds-ease-out)}.ds-texte-card:hover .ap-card-actions,.ds-texte-card:focus-within .ap-card-actions{opacity:1}.ap-card-actions button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border-radius:7px;border:1px solid var(--ds-line);background:var(--ds-ivory);color:var(--ds-ink-2);font-family:inherit;font-size:11.5px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.ap-card-actions button:hover{background:var(--wine-500);color:#fff;border-color:transparent}.ap-card-actions button svg{width:12px;height:12px}@media (max-width: 900px){.ap-card-actions{opacity:1}}.ap-list-wrap{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:14px;overflow:hidden;box-shadow:var(--ds-shadow-sm)}.ap-list-table{width:100%;border-collapse:collapse;font-size:13.5px;color:var(--ds-ink-2)}.ap-list-table thead{background:var(--ds-ivory);border-bottom:1px solid var(--ds-line)}.ap-list-table th{text-align:left;padding:12px 14px;font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-ink-3)}.ap-list-table tbody tr{border-bottom:1px solid var(--ds-line-soft);cursor:pointer;transition:background .14s var(--ds-ease-out)}.ap-list-table tbody tr:last-child{border-bottom:none}.ap-list-table tbody tr:hover{background:var(--ds-ivory)}.ap-list-table td{padding:12px 14px;vertical-align:middle}.ap-list-num{font-family:var(--ds-font-mono);font-size:12px;color:var(--ds-ink-4);letter-spacing:.06em}.ap-list-sub{font-size:11.5px;color:var(--ds-ink-4);margin-top:2px}.ap-list-muted{color:var(--ds-ink-4)}.ap-list-mastery{font-family:var(--ds-font-mono)}.ap-list-mpct{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.04em}.ap-list-mpct.lvl-high{background:#e6eede;color:#2f5a2b}.ap-list-mpct.lvl-mid{background:var(--ds-gold-50);color:var(--ds-gold-700)}.ap-list-mpct.lvl-low{background:var(--wine-50);color:var(--wine-700)}.ap-list-actions{display:flex;gap:4px}.ap-list-actions button{width:28px;height:28px;border-radius:6px;border:1px solid var(--ds-line);background:var(--ds-ivory);color:var(--ds-ink-3);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .16s var(--ds-ease-out)}.ap-list-actions button:hover{background:var(--wine-500);color:#fff;border-color:transparent}.ap-list-actions button svg{width:13px;height:13px}.analyse-new{padding:40px 40px 120px;max-width:960px;margin:0 auto;font-family:var(--ds-font-body);color:var(--ds-ink)}@media (max-width: 1023px){.analyse-new{padding:20px 16px 120px}}.analyse-new .page-header{margin-bottom:32px}.analyse-new .page-header h1{font-family:var(--ds-font-display);font-weight:500;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.028em;margin:6px 0 10px}.analyse-new .page-header h1 em{font-style:italic;color:var(--wine-500)}.analyse-new .page-header p{font-size:16px;color:var(--ds-ink-3);line-height:1.5;max-width:60ch}.an-form-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;box-shadow:var(--ds-shadow-sm);overflow:hidden;margin-bottom:18px}.an-step-head{display:flex;align-items:center;gap:16px;padding:18px 22px;border-bottom:1px solid var(--ds-line-soft);background:var(--ds-ivory)}.an-step-num{width:32px;height:32px;border-radius:50%;background:var(--ds-paper-2);color:var(--ds-ink-3);display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-mono);font-weight:600;font-size:14px;flex-shrink:0;transition:all .24s var(--ds-ease-out)}.an-step-head.done .an-step-num{background:var(--wine-500);color:#fff}.an-step-name{font-family:var(--ds-font-display);font-weight:500;font-size:18px;letter-spacing:-.015em;color:var(--ds-ink);line-height:1.1;margin-bottom:2px}.an-step-sub{font-size:12.5px;color:var(--ds-ink-4)}.an-step-meta{margin-left:auto;font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-3);letter-spacing:.04em}.an-form-body{padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.an-form-body .an-field.full{grid-column:1 / -1}@media (max-width: 640px){.an-form-body{grid-template-columns:1fr}}.an-field{display:flex;flex-direction:column;gap:6px}.an-field-label{font-size:13px;font-weight:500;color:var(--ds-ink-2);display:flex;align-items:center;gap:6px}.an-field-req{font-family:var(--ds-font-mono);font-size:10px;letter-spacing:.08em;color:var(--wine-500);text-transform:uppercase}.an-field-hint{font-size:12px;color:var(--ds-ink-4);line-height:1.4;margin-top:2px}.an-input,.an-select,.an-textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--ds-line);background:var(--ds-ivory);font-family:inherit;font-size:14.5px;color:var(--ds-ink);line-height:1.4;transition:border-color .16s var(--ds-ease-out),box-shadow .16s var(--ds-ease-out)}.an-input:focus,.an-select:focus,.an-textarea:focus{outline:none;border-color:var(--wine-500);box-shadow:0 0 0 3px var(--wine-50);background:var(--ds-card)}.an-input::placeholder,.an-textarea::placeholder{color:var(--ds-ink-4)}.an-textarea{font-family:var(--ds-font-mono);font-size:13.5px;line-height:1.65;min-height:260px;resize:vertical;white-space:pre;overflow-x:auto}.an-form-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;padding:16px 22px;box-shadow:var(--ds-shadow-sm);flex-wrap:wrap}.an-form-foot-meta{font-size:13px;color:var(--ds-ink-3);display:flex;align-items:center;gap:12px}.an-submit{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:10px;border:none;background:var(--wine-500);color:#fff;font-family:inherit;font-size:15px;font-weight:500;cursor:pointer;transition:background .18s var(--ds-ease-out),transform .18s var(--ds-ease-out)}.an-submit:hover:not(:disabled){background:var(--wine-600);transform:translateY(-1px)}.an-submit:disabled{background:var(--ds-ink-4);cursor:not-allowed}.an-submit svg{width:16px;height:16px}.an-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;background:var(--wine-50);color:var(--wine-700)}.an-chip.dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--wine-500)}.an-loading{max-width:640px;margin:80px auto;text-align:center;padding:40px}.an-loading h2{font-family:var(--ds-font-display);font-weight:500;font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.025em;margin:18px auto 28px;max-width:18ch}.an-progress-bar{height:5px;background:var(--ds-paper-2);border-radius:999px;overflow:hidden;max-width:420px;margin:0 auto}.an-progress-bar>span{display:block;height:100%;background:var(--wine-500);border-radius:999px;transition:width .4s var(--ds-ease-out)}.an-progress-steps{display:flex;justify-content:center;gap:20px;margin-top:18px;flex-wrap:wrap;font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-4);letter-spacing:.04em}.an-progress-steps .active{color:var(--wine-500);font-weight:600}.an-progress-steps .done{color:var(--ds-ink-2)}.an-tip{margin-top:36px;font-family:var(--ds-font-display);font-style:italic;font-size:17px;color:var(--ds-ink-3);line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}.analyse-grid{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}@media (max-width: 1023px){.analyse-grid{grid-template-columns:1fr}}.analyse-main{min-width:0}.analyse-aside{display:flex;flex-direction:column;gap:14px;position:sticky;top:28px}@media (max-width: 1023px){.analyse-aside{position:static}}.an-tip-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:14px;padding:18px;box-shadow:var(--ds-shadow-sm)}.an-tip-card.dark{background:var(--ds-ink);color:var(--ds-ivory);border-color:transparent}.an-tip-eyebrow{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);display:block;margin-bottom:6px}.an-tip-card.dark .an-tip-eyebrow{color:var(--wine-300)}.an-tip-card h4{font-family:var(--ds-font-display);font-size:17px;font-weight:500;letter-spacing:-.01em;line-height:1.25;margin:0 0 10px;color:var(--ds-ink)}.an-tip-card.dark h4{color:var(--ds-ivory)}.an-tip-card ul{margin:0;padding-left:18px;font-size:13px;line-height:1.6;color:var(--ds-ink-3)}.an-tip-card ul li+li{margin-top:4px}.an-tip-card p{font-size:13.5px;line-height:1.55;color:var(--ds-ink-3);margin:0 0 12px}.an-tip-card.dark p{color:#fffdf7b8}.an-aside-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;background:var(--ds-ivory);color:var(--ds-ink);border:1px solid var(--ds-line);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .16s var(--ds-ease-out)}.an-aside-btn:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.an-toolbar{display:flex;gap:8px;flex-wrap:wrap;padding:14px 22px 0}.an-tool-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;border:1px solid var(--ds-line);background:var(--ds-ivory);color:var(--ds-ink-2);font-family:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out);white-space:nowrap}.an-tool-btn:hover:not(:disabled){background:var(--ds-paper-2);border-color:var(--ds-line-strong);color:var(--ds-ink)}.an-tool-btn:disabled{opacity:.6;cursor:wait}.an-tool-btn.ghost{background:transparent;border-color:transparent;color:var(--ds-ink-3)}.an-tool-btn.ghost:hover{background:var(--ds-ivory-2);color:var(--ds-ink)}.an-tool-btn svg{width:14px;height:14px}.an-tool-status{font-family:var(--ds-font-mono);font-size:11px;color:var(--wine-600);padding:6px 22px 0;letter-spacing:.04em}.an-submit-lg{padding:14px 26px;font-size:16px;border-radius:12px}.an-draft-btn{display:inline-flex;align-items:center;gap:6px;padding:11px 16px;border-radius:10px;border:none;background:transparent;color:var(--ds-ink-3);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.an-draft-btn:hover{background:var(--ds-ivory-2);color:var(--ds-ink)}.an-result{max-width:880px;margin:0 auto}.an-result-topbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.an-back-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:7px;background:transparent;color:var(--ds-ink-3);border:none;font-family:inherit;font-size:13px;cursor:pointer}.an-back-btn:hover{color:var(--ds-ink);background:var(--ds-ivory-2)}.an-result-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--ds-line-soft);margin-bottom:20px;flex-wrap:wrap}.an-result-title{font-family:var(--ds-font-display);font-size:clamp(26px,3.2vw,36px);font-weight:500;letter-spacing:-.025em;line-height:1.1;margin:6px 0 0;color:var(--ds-ink)}.an-result-title span{color:var(--ds-ink-3);font-weight:400}.an-result-actions{display:flex;gap:6px;flex-wrap:wrap}.an-result-actions button,.an-result-actions a{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;border:1px solid var(--ds-line);background:var(--ds-ivory);color:var(--ds-ink-2);font-family:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out);text-decoration:none}.an-result-actions button:hover,.an-result-actions a:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.an-result-actions .primary{background:var(--wine-500);color:#fff;border-color:transparent}.an-result-actions .primary:hover{background:var(--wine-600)}.an-result-tabs{display:flex;gap:4px;margin-bottom:28px;border-bottom:1px solid var(--ds-line-soft);overflow-x:auto;scrollbar-width:none}.an-result-tabs::-webkit-scrollbar{display:none}.an-result-tab{padding:10px 14px;border:none;background:transparent;color:var(--ds-ink-3);font-family:inherit;font-size:13.5px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .16s var(--ds-ease-out),border-color .16s var(--ds-ease-out)}.an-result-tab:hover{color:var(--ds-ink)}.an-result-tab.active{color:var(--wine-700);border-bottom-color:var(--wine-500)}.an-result-body{font-family:var(--ds-font-body);font-size:16px;line-height:1.7;color:var(--ds-ink-2)}.an-result-body h1,.an-result-body h2,.an-result-body h3{font-family:var(--ds-font-display);font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--ds-ink);margin:36px 0 14px}.an-result-body h1{font-size:28px}.an-result-body h2{font-size:24px}.an-result-body h3{font-size:20px}.an-result-body p{margin:0 0 16px}.an-result-body p:first-of-type:first-letter{font-family:var(--ds-font-display);float:left;font-size:3.2em;line-height:.9;padding:4px 10px 0 0;color:var(--wine-500);font-weight:500}.an-result-body strong,.an-result-body b{color:var(--ds-ink);font-weight:600}.an-result-body em{font-style:italic;color:var(--ds-ink-2)}.an-result-body blockquote{border-left:3px solid var(--wine-500);padding:6px 0 6px 16px;margin:20px 0;color:var(--ds-ink-2);font-style:italic}.an-result-body code{font-family:var(--ds-font-mono);background:var(--ds-ivory-2);padding:2px 6px;border-radius:4px;font-size:.9em}.an-result-body ul,.an-result-body ol{padding-left:24px;margin-bottom:16px}.an-result-body li{margin-bottom:6px}.an-result-empty{text-align:center;padding:40px;color:var(--ds-ink-4);font-style:italic}.an-chip.success{background:#e6eede;color:#2f5a2b}.an-chip.success.dot:before{background:#2f5a2b}.an-result-tab:disabled{opacity:.3;cursor:not-allowed}.an-result-tab:disabled:hover{color:var(--ds-ink-3)}.an-next-hint{font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.04em;color:var(--ds-ink-4);padding:10px 22px 0;text-align:right}@media (max-width: 640px){.an-next-hint{text-align:left}}.an-next-steps{margin-top:64px;padding-top:40px;border-top:1px solid var(--ds-line-soft)}.an-next-steps-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.an-next-steps-head .eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.an-next-steps-head .progress{font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-4);letter-spacing:.04em}.an-next-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.an-next-cards{grid-template-columns:1fr}}.an-next-card{display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:16px;border:1px solid var(--ds-line);background:var(--ds-card);text-decoration:none;color:inherit;cursor:pointer;transition:transform .22s var(--ds-ease-out),box-shadow .22s var(--ds-ease-out),border-color .22s var(--ds-ease-out)}.an-next-card:hover{transform:translateY(-3px);box-shadow:var(--ds-shadow-md);border-color:var(--wine-500)}.an-next-card-step{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--wine-500)}.an-next-card h3{font-family:var(--ds-font-display);font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--ds-ink);margin:2px 0 0}.an-next-card p{font-size:14px;line-height:1.5;color:var(--ds-ink-3);margin:0}.an-next-card-arrow{margin-top:auto;color:var(--wine-500);font-size:15px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.an-next-card.live{cursor:default;transform:none!important;border-color:var(--wine-500);background:var(--wine-50)}.an-next-card.live:hover{transform:none;box-shadow:var(--ds-shadow-sm)}.an-next-progress{height:5px;background:#1a120914;border-radius:999px;overflow:hidden;margin-top:4px}.an-next-progress>span{display:block;height:100%;background:var(--wine-500);border-radius:999px;transition:width .5s var(--ds-ease-out)}.an-next-card-meta{display:flex;justify-content:space-between;align-items:center;font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-3);letter-spacing:.04em}.an-next-card.ready{background:linear-gradient(135deg,var(--ds-card) 0%,var(--wine-50) 100%);border-color:var(--wine-500)}.an-next-start-btn{margin-top:auto;display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:10px;background:var(--wine-500);color:#fff;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;align-self:flex-start;transition:background .18s var(--ds-ease-out),transform .18s var(--ds-ease-out)}.an-next-start-btn:hover{background:var(--wine-600);transform:translateY(-1px)}.an-next-card.errored{border-color:var(--wine-300)}.an-next-card-error{font-size:12.5px;color:var(--wine-700);background:var(--wine-50);padding:8px 10px;border-radius:6px}.an-step-optional{margin-left:8px;display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-family:var(--ds-font-mono);font-size:9.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-ink-3);background:var(--ds-ivory-2);border:1px solid var(--ds-line);line-height:1}.coach-setup-new{padding:40px 40px 120px;max-width:900px;margin:0 auto;font-family:var(--ds-font-body);color:var(--ds-ink)}@media (max-width: 1023px){.coach-setup-new{padding:20px 16px 120px}}.coach-setup-loading{text-align:center;padding:80px 20px;color:var(--ds-ink-3)}.coach-setup-loading .spinner{display:inline-block;width:24px;height:24px;border:2px solid var(--ds-line);border-top-color:var(--wine-500);border-radius:50%;animation:coachSpin .8s linear infinite;margin-bottom:12px}@keyframes coachSpin{to{transform:rotate(360deg)}}.coach-setup-header{margin-bottom:32px}.coach-setup-eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);display:inline-block;margin-bottom:10px}.coach-setup-title{font-family:var(--ds-font-display);font-weight:500;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.028em;color:var(--ds-ink);margin:0}.coach-setup-title em{font-style:italic;color:var(--wine-500)}.coach-setup-subtitle{font-size:16px;color:var(--ds-ink-3);margin-top:10px;line-height:1.5;max-width:60ch}.coach-setup-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;padding:22px;margin-bottom:18px;box-shadow:var(--ds-shadow-sm);transition:padding .2s var(--ds-ease-out)}.coach-setup-card.collapsed{padding:14px 22px;background:var(--ds-ivory)}.coach-setup-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.coach-setup-card.collapsed .coach-setup-card-head{margin-bottom:6px}.coach-collapsed-body{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-size:14.5px}.coach-collapsed-label{font-family:var(--ds-font-display);font-weight:500;font-size:17px;letter-spacing:-.015em;color:var(--ds-ink)}.coach-collapsed-sep{color:var(--ds-ink-4)}.coach-collapsed-meta{font-size:13.5px;color:var(--ds-ink-3)}.coach-change-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:7px;border:1px solid var(--ds-line);background:var(--ds-card);color:var(--ds-ink-3);font-family:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.coach-change-btn:hover{background:var(--wine-50);color:var(--wine-700);border-color:var(--wine-300)}.coach-change-btn svg{width:11px;height:11px}.coach-picks-search-wrap{margin-bottom:12px}.coach-picks-search{width:100%;padding:9px 12px;border-radius:10px;border:1px solid var(--ds-line);background:var(--ds-ivory);font-family:inherit;font-size:14px;color:var(--ds-ink);transition:all .16s var(--ds-ease-out)}.coach-picks-search::placeholder{color:var(--ds-ink-4)}.coach-picks-search:focus{outline:none;border-color:var(--wine-500);background:var(--ds-card);box-shadow:0 0 0 3px var(--wine-50)}.coach-picks-grid-scroll{max-height:360px;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:var(--ds-line-strong) transparent}.coach-picks-grid-scroll::-webkit-scrollbar{width:8px}.coach-picks-grid-scroll::-webkit-scrollbar-track{background:transparent}.coach-picks-grid-scroll::-webkit-scrollbar-thumb{background:var(--ds-line-strong);border-radius:4px}.coach-picks-grid-scroll::-webkit-scrollbar-thumb:hover{background:var(--ds-ink-4)}.coach-picks-empty{padding:24px 20px;text-align:center;background:var(--ds-ivory-2);border:1px dashed var(--ds-line);border-radius:12px;color:var(--ds-ink-4);font-size:13.5px;font-style:italic}.coach-setup-card-eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.coach-setup-card-count{font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-4);letter-spacing:.04em}.coach-modes-grid-new{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.coach-mode-pick{text-align:left;background:var(--ds-ivory);border:1px solid var(--ds-line);border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .18s var(--ds-ease-out);font-family:inherit;color:var(--ds-ink);display:flex;flex-direction:column;gap:6px}.coach-mode-pick:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.coach-mode-pick.active{background:var(--wine-50);border-color:var(--wine-500);box-shadow:0 0 0 3px #a31e1514}.coach-mode-pick-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.coach-mode-pick-label{font-family:var(--ds-font-display);font-size:18px;font-weight:500;letter-spacing:-.02em}.coach-mode-pick-dur{font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-3)}.coach-mode-pick-desc{font-size:13px;color:var(--ds-ink-3);line-height:1.4}.coach-mode-pick-pts{font-family:var(--ds-font-mono);font-size:10.5px;color:var(--ds-ink-4);letter-spacing:.06em}.coach-mode-pick.active .coach-mode-pick-dur,.coach-mode-pick.active .coach-mode-pick-pts{color:var(--wine-700)}.coach-picks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.coach-pick-btn{position:relative;text-align:left;background:var(--ds-ivory);border:1px solid var(--ds-line);border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .18s var(--ds-ease-out);font-family:inherit;color:var(--ds-ink);display:flex;flex-direction:column;gap:6px;min-height:88px}.coach-pick-btn:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.coach-pick-btn.active{background:var(--wine-50);border-color:var(--wine-500);box-shadow:0 0 0 3px #a31e1514}.coach-pick-meta{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ds-ink-3)}.coach-pick-title{font-family:var(--ds-font-display);font-size:17px;font-weight:500;letter-spacing:-.015em;line-height:1.2}.coach-pick-badge{margin-top:auto;align-self:flex-start;font-family:var(--ds-font-mono);font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--wine-700);padding:2px 7px;border-radius:999px;background:#a31e151f}.coach-empty-hint-new{padding:24px;border:1px dashed var(--ds-line);border-radius:12px;background:var(--ds-ivory-2);text-align:center;color:var(--ds-ink-3);font-size:14px}.coach-empty-hint-new p{margin:0 0 8px}.coach-empty-link{color:var(--wine-500);text-decoration:none;font-weight:500;font-size:13.5px}.coach-empty-link:hover{color:var(--wine-600);text-decoration:underline}.coach-segment{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width: 640px){.coach-segment{grid-template-columns:1fr}}.coach-segment-btn{text-align:left;background:var(--ds-ivory);border:1px solid var(--ds-line);border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .18s var(--ds-ease-out);font-family:inherit;color:var(--ds-ink);display:flex;flex-direction:column;gap:4px}.coach-segment-btn:hover:not(:disabled){background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.coach-segment-btn.active{background:var(--wine-50);border-color:var(--wine-500);box-shadow:0 0 0 3px #a31e1514}.coach-segment-btn:disabled{opacity:.5;cursor:not-allowed}.coach-segment-label{font-family:var(--ds-font-display);font-size:16px;font-weight:500;letter-spacing:-.015em}.coach-segment-sub{font-size:12.5px;color:var(--ds-ink-3);line-height:1.4}.coach-setup-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;box-shadow:var(--ds-shadow-sm);margin-top:24px;flex-wrap:wrap}.coach-setup-info{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ds-ink-3);flex-wrap:wrap}.coach-setup-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:11px;border:none;background:var(--wine-500);color:#fff;font-family:inherit;font-size:15px;font-weight:500;cursor:pointer;transition:background .18s var(--ds-ease-out),transform .18s var(--ds-ease-out)}.coach-setup-cta:hover:not(:disabled){background:var(--wine-600);transform:translateY(-1px)}.coach-setup-cta:disabled{background:var(--ds-ink-4);cursor:not-allowed}.coach-setup-cta svg{width:16px;height:16px}.coach-setup-hint{margin-top:12px;text-align:right;font-size:12.5px;color:var(--ds-ink-4);font-style:italic}.entrain-new{padding:40px 40px 120px;max-width:1240px;margin:0 auto;font-family:var(--ds-font-body);color:var(--ds-ink)}@media (max-width: 1023px){.entrain-new{padding:20px 16px 120px}}.entrain-header{margin-bottom:32px}.entrain-eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);display:inline-block;margin-bottom:10px}.entrain-title{font-family:var(--ds-font-display);font-weight:500;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.028em;color:var(--ds-ink);margin:0}.entrain-subtitle{font-size:16px;color:var(--ds-ink-3);margin-top:10px;line-height:1.5;max-width:65ch}.entrain-subtitle em{font-family:var(--ds-font-display);font-style:italic;color:var(--wine-500)}.entrain-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:36px}.entrain-stat-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:14px;padding:22px;box-shadow:var(--ds-shadow-sm);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px}.entrain-stat-card.feature{background:linear-gradient(135deg,var(--ds-ivory) 0%,var(--ds-card) 100%)}.entrain-stat-card.cta{background:var(--ds-ink);color:var(--ds-ivory);border-color:transparent;cursor:pointer;transition:transform .22s var(--ds-ease-out),box-shadow .22s var(--ds-ease-out)}.entrain-stat-card.cta:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}.entrain-stat-eyebrow{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.entrain-stat-card.cta .entrain-stat-eyebrow{color:var(--wine-300)}.entrain-stat-big{font-family:var(--ds-font-display);font-size:44px;font-weight:500;line-height:1;letter-spacing:-.03em;color:var(--ds-ink)}.entrain-stat-big small{font-size:15px;color:var(--ds-ink-4);margin-left:4px;font-weight:400;letter-spacing:0}.entrain-stat-bar{height:6px;background:var(--ds-ivory-2);border-radius:999px;overflow:hidden}.entrain-stat-bar span{display:block;height:100%;background:var(--wine-500);border-radius:999px;transition:width .6s var(--ds-ease-out)}.entrain-stat-caption{font-size:12.5px;color:var(--ds-ink-3);line-height:1.4}.entrain-stat-flames{font-size:16px;letter-spacing:1px;color:var(--ds-ink-4)}.entrain-cta-title{font-family:var(--ds-font-display);font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--ds-ivory)}.entrain-cta-sub{font-size:13px;color:#fffdf7a6;line-height:1.4}.entrain-cta-btn{margin-top:auto;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;background:var(--wine-500);color:#fff;font-family:inherit;font-size:13px;font-weight:500;align-self:flex-start;transition:background .18s var(--ds-ease-out)}.entrain-stat-card.cta:hover .entrain-cta-btn{background:var(--wine-600)}.entrain-tabs{display:flex;gap:4px;border-bottom:1px solid var(--ds-line-soft);margin-bottom:32px;overflow-x:auto;scrollbar-width:none}.entrain-tabs::-webkit-scrollbar{display:none}.entrain-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border:none;background:transparent;color:var(--ds-ink-3);font-family:inherit;font-size:14.5px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .16s var(--ds-ease-out),border-color .16s var(--ds-ease-out)}.entrain-tab:hover{color:var(--ds-ink)}.entrain-tab.active{color:var(--wine-700);border-bottom-color:var(--wine-500)}.entrain-tab-count{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:600;padding:2px 7px;border-radius:999px;background:var(--ds-ivory-2);color:var(--ds-ink-3);letter-spacing:.04em}.entrain-tab.active .entrain-tab-count{background:var(--wine-50);color:var(--wine-700)}.entrain-content{min-height:200px}.pfn-empty{padding:60px 22px;text-align:center;background:var(--ds-card);border:1px dashed var(--ds-line);border-radius:16px;max-width:560px;margin:0 auto}.pfn-empty-eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);display:inline-block;margin-bottom:10px}.pfn-empty h3{font-family:var(--ds-font-display);font-size:24px;font-weight:500;letter-spacing:-.02em;color:var(--ds-ink);margin:0 0 10px}.pfn-empty p{font-size:14px;color:var(--ds-ink-3);line-height:1.5;margin:0}.pfn-overview{max-width:780px;margin:0 auto}.pfn-intro{margin-bottom:24px}.pfn-eyebrow{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);display:inline-block;margin-bottom:8px}.pfn-title{font-family:var(--ds-font-display);font-size:clamp(24px,3vw,32px);font-weight:500;letter-spacing:-.022em;line-height:1.1;color:var(--ds-ink);margin:0 0 8px}.pfn-title em{font-style:italic;color:var(--wine-500)}.pfn-sub{font-size:14.5px;color:var(--ds-ink-3);line-height:1.5;margin:0}.pfn-list{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.pfn-item{display:flex;align-items:center;gap:16px;padding:16px 18px;background:var(--ds-card);border:1px solid var(--ds-line);border-left:3px solid var(--ds-ink-4);border-radius:12px;box-shadow:var(--ds-shadow-sm);transition:border-color .18s var(--ds-ease-out),box-shadow .18s var(--ds-ease-out)}.pfn-item:hover{box-shadow:var(--ds-shadow-md)}.pfn-item.sev-haute{border-left-color:var(--wine-500)}.pfn-item.sev-moyenne{border-left-color:var(--ds-gold-500)}.pfn-item.sev-basse{border-left-color:var(--ds-ink-4)}.pfn-item-num{font-family:var(--ds-font-mono);font-size:13px;font-weight:600;color:var(--ds-ink-4);letter-spacing:.04em;flex-shrink:0}.pfn-item-body{flex:1;min-width:0}.pfn-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.pfn-item-cat{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-ink-3)}.pfn-item-sev{font-family:var(--ds-font-mono);font-size:11px;letter-spacing:1px}.pfn-item-sev.sev-haute{color:var(--wine-500)}.pfn-item-sev.sev-moyenne{color:var(--ds-gold-500)}.pfn-item-sev.sev-basse{color:var(--ds-ink-4)}.pfn-item-title{font-family:var(--ds-font-display);font-size:17px;font-weight:500;letter-spacing:-.015em;line-height:1.2;color:var(--ds-ink);margin:0 0 4px}.pfn-item-meta{font-size:12.5px;color:var(--ds-ink-3);display:flex;gap:6px;flex-wrap:wrap}.pfn-item-meta .dot{color:var(--ds-ink-5)}.pfn-item-btn{flex-shrink:0;padding:8px 14px;border-radius:8px;border:1px solid var(--ds-line);background:var(--ds-ivory);color:var(--ds-ink-2);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.pfn-item-btn:hover:not(:disabled){background:var(--wine-500);color:#fff;border-color:transparent}.pfn-item-btn:disabled{opacity:.5;cursor:not-allowed}.pfn-cta{background:linear-gradient(135deg,var(--ds-ink) 0%,var(--ds-ink-2) 100%);color:var(--ds-ivory);padding:28px;border-radius:16px;text-align:center}.pfn-cta .pfn-eyebrow{color:var(--wine-300)}.pfn-cta h3{font-family:var(--ds-font-display);font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--ds-ivory);margin:0 0 8px}.pfn-cta p{font-size:13.5px;color:#fffdf7b8;line-height:1.5;margin:0 0 16px}.pfn-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:10px;border:none;background:var(--wine-500);color:#fff;font-family:inherit;font-size:14.5px;font-weight:500;cursor:pointer;transition:background .18s var(--ds-ease-out),transform .18s var(--ds-ease-out)}.pfn-cta-btn:hover:not(:disabled){background:var(--wine-600);transform:translateY(-1px)}.pfn-cta-btn:disabled{opacity:.6;cursor:not-allowed}.pfn-resume-modal{margin:0 0 24px;padding:20px 22px;background:linear-gradient(180deg,var(--ds-ivory),var(--ds-card));border:1px solid var(--ds-line-strong);border-left:4px solid var(--wine-500);border-radius:12px;box-shadow:var(--ds-shadow-md)}.pfn-resume-card .pfn-eyebrow{font-family:var(--ds-font-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--wine-500)}.pfn-resume-card h3{font-family:var(--ds-font-display);font-size:19px;font-weight:500;color:var(--ds-ink);margin:6px 0 4px}.pfn-resume-card p{font-size:14px;color:var(--ds-ink-3);line-height:1.5;margin:0 0 14px}.pfn-resume-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pfn-resume-secondary{padding:10px 16px;border-radius:8px;background:var(--ds-card);border:1px solid var(--ds-line);color:var(--ds-ink-2);font-family:inherit;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.pfn-resume-secondary:hover:not(:disabled){border-color:var(--ds-line-strong);background:var(--ds-paper-2)}.pfn-resume-secondary:disabled{opacity:.6;cursor:not-allowed}.pfn-resume-cancel{padding:10px 14px;background:transparent;border:none;color:var(--ds-ink-3);font-family:inherit;font-size:13px;cursor:pointer;text-decoration:underline}.pfn-resume-cancel:hover{color:var(--ds-ink-2)}.mtn-loading{text-align:center;padding:60px 20px;color:var(--ds-ink-3)}.mtn-empty-link{display:inline-block;margin-top:14px;padding:10px 18px;border-radius:10px;background:var(--wine-500);color:#fff;text-decoration:none;font-weight:500;font-size:14px;transition:background .18s var(--ds-ease-out)}.mtn-empty-link:hover{background:var(--wine-600)}.mtn-ring{position:relative;display:flex;align-items:center;justify-content:center;color:var(--ds-ink-4);flex-shrink:0}.mtn-ring svg{display:block}.mtn-ring-label{position:absolute;font-family:var(--ds-font-mono);font-size:11px;font-weight:600;color:var(--ds-ink);letter-spacing:0}.mtn-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.mtn-texte-card{text-align:left;background:var(--ds-card);border:1px solid var(--ds-line);border-radius:14px;padding:18px;cursor:pointer;transition:transform .2s var(--ds-ease-out),box-shadow .2s var(--ds-ease-out),border-color .2s var(--ds-ease-out);display:flex;flex-direction:column;gap:8px;font-family:inherit;color:var(--ds-ink);min-height:140px}.mtn-texte-card:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-md);border-color:var(--ds-line-strong)}.mtn-texte-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:2px}.mtn-texte-num{font-family:var(--ds-font-mono);font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--ds-ink-4)}.mtn-texte-title{font-family:var(--ds-font-display);font-size:18px;font-weight:500;letter-spacing:-.018em;line-height:1.2;font-style:italic;color:var(--ds-ink)}.mtn-texte-auteur{font-size:13px;color:var(--ds-ink-3);font-weight:500}.mtn-texte-meta{font-size:12px;color:var(--ds-ink-4);display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.mtn-texte-meta .dot{color:var(--ds-ink-5)}.mtn-back{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:8px;border:none;background:transparent;color:var(--ds-ink-3);font-family:inherit;font-size:13px;cursor:pointer;margin-bottom:16px;transition:all .16s var(--ds-ease-out)}.mtn-back:hover{background:var(--ds-ivory-2);color:var(--ds-ink)}.mtn-sections-head{margin-bottom:28px}.mtn-sections-title{font-family:var(--ds-font-display);font-size:clamp(24px,3vw,34px);font-weight:500;letter-spacing:-.025em;line-height:1.1;color:var(--ds-ink);margin:6px 0 8px}.mtn-sections-title em{font-style:italic;color:var(--wine-500)}.mtn-sections-title span{color:var(--ds-ink-3);font-weight:400}.mtn-sections-sub{font-size:14.5px;color:var(--ds-ink-3);line-height:1.5;margin:0 0 14px}.mtn-mastery-inline{display:flex;align-items:center;gap:10px;font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-3);letter-spacing:.04em}.mtn-mastery-bar{flex:1;max-width:200px;height:5px;background:var(--ds-ivory-2);border-radius:999px;overflow:hidden}.mtn-mastery-bar span{display:block;height:100%;background:var(--wine-500);border-radius:999px;transition:width .6s var(--ds-ease-out)}.mtn-mastery-val{font-weight:600;color:var(--ds-ink)}.mtn-generating{padding:12px 16px;background:var(--wine-50);border:1px solid var(--wine-100);border-radius:10px;color:var(--wine-700);font-size:13px;margin-bottom:16px;text-align:center}.mtn-sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.mtn-section-card{text-align:left;background:var(--ds-card);border:1px solid var(--ds-line);border-radius:12px;padding:16px;cursor:pointer;transition:all .18s var(--ds-ease-out);font-family:inherit;color:var(--ds-ink);display:flex;align-items:center;gap:14px}.mtn-section-card:hover{border-color:var(--wine-500);box-shadow:var(--ds-shadow-md)}.mtn-section-all{background:linear-gradient(135deg,var(--ds-ivory) 0%,var(--ds-card) 100%);border-color:var(--wine-500)}.mtn-section-num{width:36px;height:36px;border-radius:50%;background:var(--wine-500);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}.mtn-section-body{min-width:0;flex:1}.mtn-section-label{font-family:var(--ds-font-mono);font-size:10px;font-weight:500;letter-spacing:.12em;color:var(--ds-ink-4)}.mtn-section-title{font-family:var(--ds-font-display);font-size:16px;font-weight:500;letter-spacing:-.015em;line-height:1.2;color:var(--ds-ink);margin:2px 0 4px}.mtn-section-meta{font-size:12px;color:var(--ds-ink-3)}.mtn-quiz{max-width:780px;margin:0 auto}.mtn-quiz-top{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.mtn-quiz-count{font-family:var(--ds-font-mono);font-size:12px;color:var(--ds-ink-3);letter-spacing:.04em}.mtn-quiz-cat{margin-left:auto;font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--wine-700);background:var(--wine-50);padding:3px 10px;border-radius:999px}.mtn-quiz-bar{height:5px;background:var(--ds-ivory-2);border-radius:999px;overflow:hidden;margin-bottom:20px}.mtn-quiz-bar span{display:block;height:100%;background:var(--wine-500);border-radius:999px;transition:width .4s var(--ds-ease-out)}.mtn-quiz-card{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;padding:28px;box-shadow:var(--ds-shadow-sm)}.mtn-quiz-q{font-family:var(--ds-font-display);font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.3;color:var(--ds-ink);margin:0 0 20px}.mtn-quiz-choices{display:flex;flex-direction:column;gap:10px}.mtn-quiz-choice{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--ds-ivory);border:1px solid var(--ds-line);border-radius:12px;cursor:pointer;transition:all .16s var(--ds-ease-out);font-family:inherit;font-size:15px;color:var(--ds-ink);text-align:left}.mtn-quiz-choice:hover:not(:disabled):not(.correct):not(.wrong){background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.mtn-quiz-choice.correct{background:#e6eede;border-color:#2f5a2b;color:#2f5a2b}.mtn-quiz-choice.wrong{background:var(--wine-50);border-color:var(--wine-300);color:var(--wine-700)}.mtn-quiz-choice:disabled{cursor:default}.mtn-quiz-key{width:28px;height:28px;border-radius:50%;background:var(--ds-paper-2);display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-mono);font-weight:600;font-size:12px;color:var(--ds-ink-3);flex-shrink:0}.mtn-quiz-choice.correct .mtn-quiz-key{background:#2f5a2b;color:#fff}.mtn-quiz-choice.wrong .mtn-quiz-key{background:var(--wine-500);color:#fff}.mtn-quiz-check{margin-left:auto;color:#2f5a2b;font-weight:600}.mtn-quiz-feedback{margin-top:20px;padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.5}.mtn-quiz-feedback.ok{background:#e6eede;color:#1f3d1c}.mtn-quiz-feedback.ko{background:var(--wine-50);color:var(--wine-700)}.mtn-quiz-feedback strong{font-weight:600}.mtn-quiz-actions{margin-top:14px;display:flex;justify-content:flex-end}.mtn-next-btn{padding:10px 18px;border-radius:10px;border:none;background:var(--wine-500);color:#fff;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .18s var(--ds-ease-out)}.mtn-next-btn:hover{background:var(--wine-600)}.mtn-fill-row{display:flex;gap:8px;align-items:stretch;flex-wrap:wrap}.mtn-fill-input{flex:1;min-width:200px;padding:12px 14px;border:1px solid var(--ds-line);border-radius:10px;background:var(--ds-ivory);font-family:inherit;font-size:15px;color:var(--ds-ink)}.mtn-fill-input:focus{outline:none;border-color:var(--wine-500);box-shadow:0 0 0 3px var(--wine-50)}.mtn-validate-btn{padding:11px 18px;border-radius:10px;border:1px solid var(--ds-line);background:var(--ds-card);color:var(--ds-ink-2);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.mtn-validate-btn:hover:not(:disabled){background:var(--wine-500);color:#fff;border-color:transparent}.mtn-validate-btn:disabled{opacity:.5;cursor:not-allowed}.mtn-recall-label{display:inline-block;font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--wine-700);background:var(--wine-50);padding:3px 10px;border-radius:999px;margin-bottom:14px}.mtn-flash{position:relative;perspective:1400px;min-height:220px;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:16px}.mtn-flash-inner{position:relative;width:100%;min-height:220px;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.22,1,.36,1);will-change:transform}.mtn-flash.flipped .mtn-flash-inner{transform:rotateY(180deg)}.mtn-flash-face{position:absolute;top:0;right:0;bottom:0;left:0;padding:32px 28px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:var(--ds-shadow-sm)}.mtn-flash-front{background:var(--ds-ivory);border:1px solid var(--ds-line)}.mtn-flash-back{background:var(--wine-50);border:1px solid var(--wine-100);transform:rotateY(180deg);box-shadow:var(--ds-shadow-sm)}.mtn-flash-label{display:block;font-family:var(--ds-font-mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);margin-bottom:12px}.mtn-flash-back .mtn-flash-label{color:var(--wine-700)}.mtn-flash-face p{font-family:var(--ds-font-display);font-size:20px;font-weight:500;letter-spacing:-.015em;line-height:1.4;color:var(--ds-ink);margin:0 0 12px;max-width:500px}.mtn-flash-back p{color:var(--ds-ink)}.mtn-flash-hint{font-size:12px;color:var(--ds-ink-4);font-style:italic}.mtn-flash-actions{display:flex;gap:8px;justify-content:center}.mtn-flash-btn{padding:10px 22px;border-radius:10px;border:1px solid var(--ds-line);background:var(--ds-card);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.mtn-flash-btn.review{color:var(--wine-700);border-color:var(--wine-300)}.mtn-flash-btn.review:hover{background:var(--wine-500);color:#fff;border-color:transparent}.mtn-flash-btn.known{color:#2f5a2b;border-color:#7fb273}.mtn-flash-btn.known:hover{background:#2f5a2b;color:#fff;border-color:transparent}.mtn-results{max-width:680px;margin:0 auto;text-align:center}.mtn-results-back-row{display:flex;justify-content:flex-start;margin-bottom:14px}.mtn-results-head{margin-bottom:24px}.mtn-results-title{font-family:var(--ds-font-display);font-size:clamp(24px,3vw,32px);font-weight:500;letter-spacing:-.022em;line-height:1.1;color:var(--ds-ink);margin:6px 0 0}.mtn-score{padding:28px;border-radius:16px;margin-bottom:20px}.mtn-score-excellent{background:linear-gradient(135deg,#E6EEDE,var(--ds-card))}.mtn-score-good{background:linear-gradient(135deg,var(--ds-gold-50),var(--ds-card))}.mtn-score-weak{background:linear-gradient(135deg,var(--wine-50),var(--ds-card))}.mtn-score-big{font-family:var(--ds-font-display);font-size:64px;font-weight:500;line-height:1;letter-spacing:-.03em;color:var(--ds-ink)}.mtn-score-big small{font-size:24px;color:var(--ds-ink-4);margin-left:4px;font-weight:400}.mtn-score-sub{margin-top:8px;font-size:14px;color:var(--ds-ink-3)}.mtn-review{text-align:left;background:var(--ds-card);border:1px solid var(--ds-line);border-radius:12px;padding:20px;margin-bottom:20px}.mtn-review h3{font-family:var(--ds-font-display);font-size:18px;font-weight:500;color:var(--ds-ink);margin:0 0 12px}.mtn-review ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.mtn-review li{padding:10px 12px;background:var(--ds-ivory);border-radius:8px;font-size:13.5px;line-height:1.5;color:var(--ds-ink-2);display:flex;flex-direction:column;gap:4px}.mtn-review li b{color:var(--ds-ink);font-weight:500}.mtn-review li span{color:var(--ds-ink-3);font-size:12.5px}.mtn-results-actions{display:flex;gap:8px;justify-content:center}.mtn-back-btn{padding:10px 18px;border-radius:10px;border:1px solid var(--ds-line);background:var(--ds-card);color:var(--ds-ink-2);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.mtn-back-btn:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong)}.mtn-streak-badge{font-family:var(--ds-font-mono);font-size:10.5px;font-weight:600;letter-spacing:.06em;padding:3px 10px;border-radius:999px;background:var(--wine-500);color:#fff;animation:streakPulse 1.4s ease-in-out infinite}@keyframes streakPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.92}}.mtn-quiz-bar.streak-warm span{background:linear-gradient(90deg,var(--wine-500),var(--ds-gold-500))}.mtn-quiz-bar.streak-hot span{background:linear-gradient(90deg,var(--wine-500),#FF8800);box-shadow:0 0 8px #f806}.mtn-quiz-bar.streak-fire span{background:linear-gradient(90deg,var(--wine-500),#FF6600,var(--ds-gold-500));box-shadow:0 0 12px #ff660080}.mtn-partie-indicator{display:flex;align-items:center;gap:14px;margin-bottom:12px;flex-wrap:wrap}.mtn-partie-indicator .mtn-back{margin-bottom:0}.mtn-partie-label{font-family:var(--ds-font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-ink-3)}.mtn-partie-dots{display:inline-flex;gap:6px;margin-left:auto}.mtn-dot{width:10px;height:10px;border-radius:50%;background:var(--ds-ivory-2);border:1px solid var(--ds-line);transition:all .2s var(--ds-ease-out)}.mtn-dot.done{background:var(--wine-500);border-color:var(--wine-500)}.mtn-dot.current{background:var(--wine-500);border-color:var(--wine-500);box-shadow:0 0 0 3px var(--wine-50)}.coach-setup-topnav{max-width:900px;margin:0 auto;padding:24px 40px 0;display:flex;justify-content:flex-end}@media (max-width: 1023px){.coach-setup-topnav{padding:16px 16px 0}}.coach-setup-topnav-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;border:1px solid var(--ds-line);background:var(--ds-card);color:var(--ds-ink-2);font-family:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .16s var(--ds-ease-out)}.coach-setup-topnav-btn:hover{background:var(--ds-paper-2);border-color:var(--ds-line-strong);color:var(--ds-ink)}.oeuvre-redesign{max-width:1240px;margin:0 auto;padding:32px 24px 64px}.oeuvre-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:32px}.oeuvre-page-header .eyebrow{display:inline-block;font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3);margin-bottom:8px}.oeuvre-page-title{font-family:var(--ds-font-display);font-size:clamp(36px,5vw,56px);font-weight:500;letter-spacing:-.025em;line-height:1.05;color:var(--ds-ink);margin:0 0 8px}.oeuvre-page-subtitle{font-size:16px;line-height:1.55;color:var(--ds-ink-3);max-width:56ch;margin:0}.oeuvre-page-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.oeuvre-status-badge{font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;background:var(--success-light);color:var(--success);border:1px solid color-mix(in srgb,var(--success) 28%,transparent)}.oeuvre-page-actions .cta-primary{font-family:var(--ds-font-body);font-size:14px;padding:10px 18px}.oeuvre-grid{display:grid;grid-template-columns:300px 1fr;gap:24px;margin-top:32px;align-items:start}@media (max-width: 1100px){.oeuvre-grid{grid-template-columns:1fr}}.oeuvre-list{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;padding:20px;position:sticky;top:20px;align-self:start;max-height:calc(100vh - 40px);overflow-y:auto}.oeuvre-list-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--ds-line-soft)}.oeuvre-list-header .eyebrow{font-family:var(--ds-font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.oeuvre-list-count{font-family:var(--ds-font-display);font-size:28px;color:var(--wine-500);font-weight:500;line-height:1}.oeuvre-list-body{display:flex;flex-direction:column;gap:12px}.oeuvre-chip{text-align:left;width:100%;padding:16px;border:1px solid var(--ds-line);border-radius:10px;background:var(--ds-ivory);cursor:pointer;transition:all .2s var(--ds-ease-out);font-family:inherit}.oeuvre-chip:hover{border-color:var(--ds-line-strong);transform:translate(2px)}.oeuvre-chip.active{border-color:var(--wine-500);box-shadow:0 0 0 3px var(--wine-50),var(--ds-shadow-sm);background:var(--ds-card)}.oeuvre-chip-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.oeuvre-chip-genre{font-family:var(--ds-font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.oeuvre-chip-dot.ok{color:var(--success);font-size:14px;line-height:1}.oeuvre-chip-dot.warn{color:var(--ds-gold-500);font-size:14px;line-height:1}.oeuvre-chip-title{font-family:var(--ds-font-display);font-size:17px;line-height:1.25;color:var(--ds-ink);margin-bottom:2px;font-weight:500}.oeuvre-chip-auteur{font-size:13px;color:var(--ds-ink-2);margin-bottom:8px}.oeuvre-chip-meta{font-size:11px;color:var(--ds-ink-4);font-family:var(--ds-font-mono)}.oeuvre-chip-new{border-style:dashed;text-align:center;color:var(--ds-ink-3);padding:24px 16px;background:transparent}.oeuvre-chip-new .oeuvre-chip-plus{font-size:28px;font-weight:200;color:var(--wine-500);margin-bottom:8px;line-height:1}.oeuvre-chip-new .oeuvre-chip-title{color:var(--ds-ink-2)}.oeuvre-detail{background:var(--ds-card);border:1px solid var(--ds-line);border-radius:16px;padding:32px;min-width:0}.oeuvre-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--ds-line-soft);margin-bottom:20px;flex-wrap:wrap}.oeuvre-detail-head .eyebrow{font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.oeuvre-title-big{font-family:var(--ds-font-display);font-size:clamp(26px,3vw,36px);font-weight:500;letter-spacing:-.02em;line-height:1.1;margin:8px 0 4px;color:var(--ds-ink)}.oeuvre-title-big em{font-style:italic}.oeuvre-auteur-big{font-size:16px;color:var(--ds-ink-2);font-family:var(--ds-font-display);font-style:italic}.oeuvre-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.oeuvre-detail-actions .secondary-btn{font-family:var(--ds-font-body);font-size:12.5px;padding:7px 12px;border-radius:8px}.oeuvre-detail-actions .secondary-btn.danger{border-color:color-mix(in srgb,var(--accent-mid) 40%,transparent);color:var(--accent-mid)}.oeuvre-tabs{display:flex;gap:2px;background:var(--ds-ivory-2);padding:3px;border-radius:10px;margin-bottom:24px;flex-wrap:wrap}.oeuvre-tab{flex:1;min-width:120px;padding:10px 16px;font-size:13px;font-weight:500;color:var(--ds-ink-3);border:none;border-radius:6px;background:transparent;cursor:pointer;transition:all .16s var(--ds-ease-out);white-space:nowrap;font-family:inherit}.oeuvre-tab:hover{color:var(--ds-ink-2)}.oeuvre-tab.active{background:var(--ds-card);color:var(--wine-500);box-shadow:var(--ds-shadow-sm)}.oeuvre-content{font-size:16px;line-height:1.7;color:var(--ds-ink-2);max-width:68ch}.oeuvre-content h2,.oeuvre-content h3{font-family:var(--ds-font-display);font-size:22px;font-weight:500;letter-spacing:-.015em;color:var(--ds-ink);margin:24px 0 12px}.oeuvre-content h2:first-child,.oeuvre-content h3:first-child{margin-top:0}.oeuvre-content p{margin-bottom:16px}.oeuvre-content ul{list-style:none;padding:0;margin:12px 0 20px}.oeuvre-content li{padding:6px 0 6px 20px;border-bottom:1px dashed var(--ds-line-soft);position:relative}.oeuvre-content li:last-child{border-bottom:none}.oeuvre-content li:before{content:"→";position:absolute;left:0;color:var(--wine-500);font-weight:600}.oeuvre-content strong{color:var(--ds-ink);font-weight:600}.oeuvre-content em{font-style:italic}.oeuvre-memo{background:linear-gradient(180deg,var(--ds-ivory),var(--ds-card));border:1px solid var(--ds-line);border-radius:16px;padding:32px;position:relative;box-shadow:var(--ds-shadow-md);margin-top:12px}.oeuvre-memo-badge{position:absolute;top:-12px;left:24px;background:var(--wine-500);color:#fff;padding:4px 14px;border-radius:999px;font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.oeuvre-memo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 720px){.oeuvre-memo-grid{grid-template-columns:1fr}}.oeuvre-memo-grid h4{font-family:var(--ds-font-display);font-size:18px;font-weight:500;color:var(--wine-700);margin:0 0 12px;padding-bottom:6px;border-bottom:2px solid var(--wine-500);display:inline-block}.oeuvre-memo-grid ul{list-style:none;padding:0;margin:0}.oeuvre-memo-grid li{padding:6px 0;font-size:14px;color:var(--ds-ink-2);border-bottom:1px dashed var(--ds-line-soft);line-height:1.45}.oeuvre-memo-grid li:last-child{border-bottom:none}.oeuvre-memo-empty{text-align:center;color:var(--ds-ink-3);font-size:14px;padding:32px;font-style:italic}.oeuvre-chrono-head{margin-bottom:24px}.oeuvre-chrono-head h3{font-family:var(--ds-font-display);font-size:26px;font-weight:500;letter-spacing:-.02em;margin:0 0 4px;color:var(--ds-ink)}.oeuvre-chrono-head p{color:var(--ds-ink-3);font-size:14px;margin:0}.oeuvre-chrono-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;margin:0 0 24px}.oeuvre-chrono-list li{display:grid;grid-template-columns:80px 1fr 1fr;gap:20px;align-items:center;padding:16px;background:var(--ds-ivory);border:1px solid var(--ds-line-soft);border-radius:10px}.oeuvre-chrono-time{font-family:var(--ds-font-mono);font-size:20px;font-weight:600;color:var(--wine-500);letter-spacing:-.02em}.oeuvre-chrono-list strong{font-family:var(--ds-font-display);font-size:17px;font-weight:500;display:block;color:var(--ds-ink)}.oeuvre-chrono-list p{font-size:13px;color:var(--ds-ink-3);margin:2px 0 0}.oeuvre-chrono-bar{height:8px;background:var(--ds-line-soft);border-radius:999px;overflow:hidden}.oeuvre-chrono-bar>div{height:100%;background:linear-gradient(90deg,var(--wine-500),var(--wine-300));border-radius:999px}.oeuvre-chrono-footer{text-align:center;padding-top:20px;border-top:1px dashed var(--ds-line)}@media (max-width: 720px){.oeuvre-chrono-list li{grid-template-columns:64px 1fr}.oeuvre-chrono-bar{grid-column:1 / -1}}.oeuvre-questions-intro{font-size:15px;line-height:1.6;color:var(--ds-ink-2);padding:20px;background:var(--ds-gold-50);border-left:3px solid var(--ds-gold-500);border-radius:0 10px 10px 0;margin:0 0 24px}.oeuvre-question-cat{padding:20px 0;border-bottom:1px solid var(--ds-line-soft)}.oeuvre-question-cat:last-child{border-bottom:none}.oeuvre-question-head{display:flex;gap:16px;align-items:center;margin-bottom:12px}.oeuvre-question-num{font-family:var(--ds-font-display);font-size:32px;font-weight:500;color:var(--wine-500);opacity:.4;line-height:1}.oeuvre-question-head h4{font-family:var(--ds-font-display);font-size:19px;font-weight:500;margin:0 0 2px;color:var(--ds-ink)}.oeuvre-question-count{font-family:var(--ds-font-mono);font-size:11px;color:var(--ds-ink-3);letter-spacing:.06em}.oeuvre-question-example{font-family:var(--ds-font-display);font-style:italic;font-size:16px;color:var(--ds-ink-2);padding-left:32px;line-height:1.5;margin:0}.oeuvre-detail-coach{margin-top:32px;padding-top:24px;border-top:1px dashed var(--ds-line-soft);text-align:center}.oeuvre-detail-coach .cta-primary{font-size:14.5px;padding:12px 24px}.oeuvre-programme{margin-top:64px;padding:40px;background:var(--ds-ivory-2);border-radius:16px;border:1px solid var(--ds-line-soft)}.oeuvre-programme-head{text-align:center;margin-bottom:32px}.oeuvre-programme-head .eyebrow{font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-3)}.oeuvre-programme h2{font-family:var(--ds-font-display);font-size:clamp(26px,3vw,36px);font-weight:500;letter-spacing:-.02em;margin:8px 0 0;color:var(--ds-ink)}.oeuvre-programme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.oeuvre-programme-col h3{font-family:var(--ds-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--wine-500);padding-bottom:8px;border-bottom:2px solid var(--wine-500);margin:0 0 16px}.oeuvre-programme-item{padding:12px 0;border-bottom:1px dashed var(--ds-line)}.oeuvre-programme-item:last-child{border-bottom:none}.oeuvre-programme-parcours{font-size:12px;color:var(--ds-ink-3);font-style:italic;margin-bottom:2px}.oeuvre-programme-oeuvre{font-family:var(--ds-font-display);font-size:15px;color:var(--ds-ink);line-height:1.3}@media (max-width: 720px){.oeuvre-redesign{padding:20px 16px 48px}.oeuvre-detail{padding:20px}.oeuvre-programme{padding:24px 20px}}@media (max-width: 1023px){.m-accueil{padding:24px 10px 120px;min-height:100vh;position:relative;font-family:Inter Tight,Inter,system-ui,sans-serif;background:#f3eee4;color:#1a1209}.m-acc-head{margin-bottom:20px;padding-right:48px}.m-acc-eyebrow{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#6b5a42;display:inline-block;margin-bottom:6px}.m-acc-title{font-family:Fraunces,Georgia,serif;font-size:clamp(26px,7vw,32px);font-weight:500;letter-spacing:-.025em;line-height:1.05;color:#1a1209;margin:0 0 4px}.m-acc-sub{font-size:15px;color:#6b5a42;line-height:1.5;margin:0}.m-acc-avatar-float{position:absolute;top:24px;right:16px;width:36px;height:36px;border-radius:50%;background:#1a1209;color:#fbf8f2;display:flex;align-items:center;justify-content:center;font-family:Inter Tight,sans-serif;font-weight:600;font-size:13px;pointer-events:none}.m-stat-strip{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.m-stat-feature{background:linear-gradient(135deg,#1a1209,#3a2e1e);color:#fbf8f2;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:8px}.m-stat-mini-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.m-stat-mini{background:#fffdf7;border:1px solid #E3D9C4;border-radius:14px;padding:14px}.m-stat-lbl{font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#fbf8f299;margin-bottom:6px}.m-stat-mini .m-stat-lbl{color:#6b5a42}.m-stat-big{font-family:Fraunces,serif;font-size:34px;font-weight:500;letter-spacing:-.02em;line-height:1;color:#fbf8f2}.m-stat-mini .m-stat-big{color:#1a1209;font-size:26px}.m-stat-big small{font-size:14px;color:#fbf8f28c;margin-left:4px;font-weight:400;letter-spacing:0}.m-stat-mini .m-stat-big small{color:#9b8b71;font-size:12px}.m-stat-bar{height:5px;background:#fffdf71a;border-radius:999px;overflow:hidden;margin-top:4px}.m-stat-bar>span{display:block;height:100%;background:#b8974a;border-radius:999px;transition:width .4s cubic-bezier(.22,1,.36,1)}.m-stat-caption{font-size:11.5px;color:#fbf8f28c;margin-top:2px}.m-stat-mini .m-stat-caption{color:#9b8b71;margin-top:4px}.m-filter-strip{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin:0 -16px 14px;padding:2px 16px 8px;scroll-padding-left:16px}.m-filter-strip::-webkit-scrollbar{display:none}.m-f-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid #E3D9C4;background:#fffdf7;color:#3a2e1e;font-family:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .16s cubic-bezier(.22,1,.36,1);white-space:nowrap}.m-f-pill.on{background:#1a1209;color:#fbf8f2;border-color:transparent}.m-f-count{font-family:JetBrains Mono,monospace;font-size:10.5px;color:inherit;opacity:.6;font-weight:500}.m-textes{display:flex;flex-direction:column;gap:13px}.m-texte{position:relative;background:#fffdf7;border:1px solid #E3D9C4;border-left:3px solid #C4B79B;border-radius:14px;padding:16px 14px;cursor:pointer;transition:transform .14s cubic-bezier(.22,1,.36,1),box-shadow .14s cubic-bezier(.22,1,.36,1)}.m-texte:active{transform:scale(.98);box-shadow:0 2px 8px #1a120914}.m-texte.m-t-mastered{border-left-color:#2f5a2b}.m-texte.m-t-to-review{border-left-color:#a31e15}.m-texte.m-t-not-started{border-left-color:#c4b79b}.m-t-num{font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:600;letter-spacing:.1em;color:#9b8b71;display:block;margin-bottom:2px}.m-t-ttl{font-family:Fraunces,serif;font-size:19px;font-weight:500;letter-spacing:-.015em;line-height:1.2;color:#1a1209;margin-bottom:3px}.m-t-meta{font-size:13.5px;color:#6b5a42;line-height:1.4;margin-bottom:10px}.m-t-scores{display:flex;gap:8px}.m-t-chip{flex:1;display:flex;flex-direction:column;gap:2px;padding:6px 10px;background:#f5f0e6;border-radius:8px}.m-t-chip small{font-family:JetBrains Mono,monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#9b8b71;font-weight:500}.m-t-chip b{font-family:Fraunces,serif;font-size:15px;font-weight:500;color:#1a1209;letter-spacing:-.01em}.m-t-chip b em{font-size:10px;color:#9b8b71;font-weight:400;font-style:normal;margin-left:1px}.m-t-status b{font-size:12px;font-family:Inter Tight,sans-serif}.m-t-status-mastered{background:#e6eede}.m-t-status-mastered b{color:#2f5a2b}.m-t-actions{display:flex;gap:8px;margin-top:10px;padding-top:10px;border-top:1px dashed #EFE7D5}.m-t-action{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;background:#fbf8f2;border:1px solid #E3D9C4;border-radius:999px;color:#1a1209;font-family:Inter Tight,sans-serif;font-size:12.5px;font-weight:500;cursor:pointer;transition:background-color .18s cubic-bezier(.22,1,.36,1),border-color .18s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1)}.m-t-action svg{color:currentColor;flex-shrink:0;transition:transform .18s cubic-bezier(.22,1,.36,1)}@media (hover: hover){.m-t-action:hover{background:#fbedeb;border-color:#a31e15;color:#a31e15;transform:translateY(-1px);box-shadow:0 4px 12px #a31e151f}.m-t-action:hover svg{transform:scale(1.08)}}.m-t-action:active{transform:scale(.97);background:#f3d8d3;border-color:#a31e15;color:#a31e15;box-shadow:none}.m-t-action:focus-visible{outline:none;border-color:#a31e15;box-shadow:0 0 0 3px #a31e1526}.m-t-status-to-review{background:#fbedeb}.m-t-status-to-review b{color:#a31e15}.m-t-status-not-started{background:#f5f0e6}.m-t-status-not-started b{color:#6b5a42}.m-empty{text-align:center;padding:40px 20px;color:#6b5a42;font-size:14px}.m-empty-title{font-family:Fraunces,serif;font-size:18px;font-weight:500;color:#1a1209;margin-bottom:10px}.m-empty-cta{display:inline-block;padding:10px 18px;background:#a31e15;color:#fff;border-radius:10px;text-decoration:none;font-weight:500;font-size:14px;margin-top:10px}.m-fab{position:fixed;right:16px;bottom:calc(72px + env(safe-area-inset-bottom,16px));display:inline-flex;align-items:center;gap:8px;padding:12px 18px 12px 14px;background:#a31e15;color:#fff;border-radius:999px;text-decoration:none;font-weight:500;font-size:14px;box-shadow:0 8px 24px #a31e1559;z-index:50;transition:transform .16s cubic-bezier(.22,1,.36,1)}.m-fab:active{transform:scale(.95)}.m-fab svg{width:18px;height:18px;flex-shrink:0}.mtn-quiz-card{padding:16px!important;border-radius:14px!important;box-shadow:0 1px 3px #1a12090f!important}.mtn-quiz-q{font-size:18px!important;line-height:1.3!important;margin:0 0 14px!important;letter-spacing:-.01em!important}.mtn-quiz-choices{gap:8px!important}.mtn-quiz-choice{padding:12px!important;font-size:14.5px!important;gap:10px!important;border-radius:10px!important}.mtn-quiz-key{width:26px!important;height:26px!important;font-size:12px!important}.mtn-quiz-feedback{margin-top:12px!important;padding:12px 14px!important;font-size:13.5px!important;line-height:1.5!important;border-radius:10px!important}.mtn-quiz-actions{margin-top:12px!important;justify-content:stretch!important}.mtn-next-btn{width:100%;padding:12px 18px!important;font-size:15px!important;border-radius:10px!important}.mtn-flash{min-height:170px!important;margin-bottom:18px!important}.mtn-flash-inner{min-height:170px!important}.mtn-flash-face{padding:20px 16px!important;border-radius:14px!important}.mtn-flash-face p{font-size:16px!important;line-height:1.45!important;margin:0 0 10px!important}.mtn-flash-label{font-size:10px!important;margin-bottom:8px!important}.mtn-flash-hint{font-size:11.5px!important}.mtn-flash-actions{margin-top:6px!important;gap:10px!important;flex-wrap:nowrap!important}.mtn-flash-btn{flex:1;padding:13px 14px!important;font-size:14px!important;border-radius:10px!important}.mtn-fill-input{font-size:16px!important;padding:12px 14px!important}.mtn-validate-btn{padding:12px 16px!important;font-size:14px!important}.mtn-partie-indicator .mtn-back,.mtn-quiz .mtn-back,.mtn-results-back-row .mtn-back{width:36px!important;height:36px!important;padding:0!important;margin:0!important;border-radius:999px!important;background:#fbf8f2!important;border:1px solid #E3D9C4!important;font-size:0!important;position:relative;flex-shrink:0;display:inline-flex!important;align-items:center;justify-content:center;transition:all .16s cubic-bezier(.22,1,.36,1)!important}.mtn-partie-indicator .mtn-back:before,.mtn-quiz .mtn-back:before,.mtn-results-back-row .mtn-back:before{content:"←";font-size:18px;line-height:1;color:#1a1209;font-family:system-ui,-apple-system,sans-serif;font-weight:500}.mtn-partie-indicator .mtn-back:hover,.mtn-quiz .mtn-back:hover,.mtn-results-back-row .mtn-back:hover{background:#fbedeb!important;border-color:#a31e15!important}.mtn-partie-indicator .mtn-back:hover:before,.mtn-quiz .mtn-back:hover:before,.mtn-results-back-row .mtn-back:hover:before{color:#a31e15}.mtn-partie-indicator .mtn-back:active,.mtn-quiz .mtn-back:active,.mtn-results-back-row .mtn-back:active{transform:scale(.95)}.mtn-results-back-row{margin-bottom:16px!important}.mtn-partie-indicator{flex-wrap:nowrap!important;gap:10px!important;margin-bottom:12px!important;align-items:center!important}.mtn-partie-label{font-size:11px!important;flex:1}.mtn-partie-dots{margin-left:auto!important;gap:6px!important;flex-shrink:0}.mtn-dot{width:8px!important;height:8px!important}.mtn-quiz-top{gap:8px!important;flex-wrap:wrap!important;margin-bottom:8px!important}.mtn-quiz-count,.mtn-quiz-cat,.mtn-streak-badge{font-size:11px!important}.mtn-quiz-bar{margin-bottom:18px!important;height:4px!important}.mtn-quiz{padding:4px 0!important}}
