@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-dark:#0f1f33;--brand-mid:#3d5e73;--brand-lite:#234b6614;--bg:#f0f4f8;--muted:#64748b;--border:#0f1f331a;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-sm:0 1px 4px #0f1f3314;--shadow-md:0 4px 16px #0f1f331f;--font:"Inter","Segoe UI",system-ui,sans-serif}.chat-container{background:#f0f4f8;background:var(--bg);flex-direction:column;height:100%}.chat-container,.chat-window{display:flex;flex:1 1;overflow:hidden;position:relative}.chat-window{flex-direction:column}.chat-column{display:flex;flex-direction:column;height:calc(100vh - 60px);overflow:visible;position:relative}.chat-messages{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:0;overflow-anchor:auto;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1.25rem 6rem;scroll-behavior:auto}.chat-messages.centered{margin-left:auto;margin-right:auto;max-width:820px;width:100%}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:#0000}.chat-messages::-webkit-scrollbar-thumb{background:#0f1f331a;background:var(--border);border-radius:4px}.message-line{align-items:flex-end;display:flex;gap:.6rem;margin-bottom:.75rem}.message-line.craft{animation:fadeInLeft .3s ease-out;justify-content:flex-start}.message-line.user{animation:fadeInRight .3s ease-out;justify-content:flex-end}.avatar{animation:souffle 3s ease-in-out infinite;border:2px solid #fff;border:2px solid var(--surface);border-radius:50%;box-shadow:0 1px 4px #0f1f3314;box-shadow:var(--shadow-sm);flex-shrink:0;height:38px;object-fit:cover;object-position:center;width:38px}.bubble{word-wrap:break-word;border-radius:22px;border-radius:var(--radius-lg);font-family:Inter,Segoe UI,system-ui,sans-serif;font-family:var(--font);font-size:.92rem;line-height:1.55;max-width:78%;overflow-wrap:break-word;overflow-x:auto;padding:.75rem 1rem;position:relative}.bubble.user{background:#234b66;background:var(--brand);border-bottom-right-radius:8px;border-bottom-right-radius:var(--radius-sm);color:#fff;max-width:65%;text-align:left}.bubble.craft,.bubble.user{box-shadow:0 1px 4px #0f1f3314;box-shadow:var(--shadow-sm)}.bubble.craft{background:#fff;background:var(--surface);border:1px solid #0f1f331a;border:1px solid var(--border);border-bottom-left-radius:8px;border-bottom-left-radius:var(--radius-sm);min-width:200px}.bubble.craft,.bubble.craft p{color:#0f172a;color:var(--text)}.bubble.craft p{line-height:1.6;margin:.3em 0}.export-button{align-items:center;background:#0000;border:1px solid #0f1f331a;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--muted);cursor:pointer;display:inline-flex;font-family:Inter,Segoe UI,system-ui,sans-serif;font-family:var(--font);font-size:.75rem;gap:.3rem;margin-top:.5rem;padding:.25rem .6rem;transition:all .2s ease}.export-button:hover{background:#234b6614;background:var(--brand-lite);border-color:#234b66;border-color:var(--brand);color:#234b66;color:var(--brand)}.bubble table,.markdown-message table{border-collapse:collapse;display:block;font-size:.85rem;margin:.75rem 0;overflow-x:auto;width:100%}.bubble td,.bubble th,.markdown-message td,.markdown-message th{word-wrap:break-word;border:1px solid #e2e8f0;overflow-wrap:break-word;padding:.5rem .75rem;text-align:left;vertical-align:top;white-space:normal}.bubble th,.markdown-message th{background:#f8fafc;color:#0f1f33;color:var(--brand-dark);font-weight:600}.markdown-message{color:#0f172a;color:var(--text);font-size:.92rem;line-height:1.6}.bubble.craft .markdown-message{max-width:100%;overflow-x:auto}.streaming-bubble{contain:layout style;overflow-anchor:auto;will-change:contents}.input-area{background:#fff;background:var(--surface);border-top:1px solid #0f1f331a;border-top:1px solid var(--border);bottom:0;box-shadow:0 -4px 20px #0f1f3314;box-sizing:border-box;display:none;left:0;padding:.75rem 1rem;position:absolute;right:0;z-index:10}.input-area.visible{display:flex;flex-direction:column;gap:.4rem}.input-line{align-items:flex-end;display:flex;gap:.5rem;width:100%}.input-line textarea{background:#f0f4f8;background:var(--bg);border:1.5px solid #0f1f331a;border:1.5px solid var(--border);border-radius:14px;border-radius:var(--radius-md);color:#0f172a;color:var(--text);flex:1 1;font-family:Inter,Segoe UI,system-ui,sans-serif;font-family:var(--font);font-size:.9rem;line-height:1.4;max-height:120px;min-height:44px;padding:.6rem .9rem;resize:none;transition:border-color .2s ease,box-shadow .2s ease}.input-line textarea:focus{background:#fff;background:var(--surface);border-color:#3d5e73;border-color:var(--brand-mid);box-shadow:0 0 0 3px #234b661f;outline:none}.input-line textarea::placeholder{color:#64748b;color:var(--muted);font-size:.85rem}.send-button{align-items:center;background:#234b66;background:var(--brand);border:none;border-radius:50%;box-shadow:0 1px 4px #0f1f3314;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:40px;justify-content:center;transition:background .2s ease,transform .15s ease;width:40px}.send-button:hover:not(:disabled){background:#0f1f33;background:var(--brand-dark);transform:scale(1.05)}.send-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.export-line{align-items:center;color:#64748b;color:var(--muted);display:flex;font-size:.75rem;gap:.4rem}.export-line .export-button{margin-top:0}.export-label{color:#64748b;color:var(--muted);font-size:.75rem}.char-counter{font-size:.72rem;margin-right:4px;text-align:right;transition:color .2s}.toggle-input-button{align-items:center;background:#234b66;background:var(--brand);border:none;border-radius:50%;bottom:1rem;box-shadow:0 4px 16px #0f1f331f;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:46px;justify-content:center;position:absolute;right:1rem;transition:all .2s ease;width:46px;z-index:20}.toggle-input-button:hover{background:#0f1f33;background:var(--brand-dark);transform:scale(1.08)}.chat-sidebar{background:#fff;background:var(--surface);border-right:1px solid #0f1f331a;border-right:1px solid var(--border);display:flex;flex-direction:column;font-size:.88rem;gap:.75rem;padding:1rem;width:260px}.chat-sidebar button{background:#234b6614;background:var(--brand-lite);border:1px solid #0f1f331a;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#234b66;color:var(--brand);cursor:pointer;font-family:Inter,Segoe UI,system-ui,sans-serif;font-family:var(--font);font-size:.88rem;padding:.5rem .9rem;transition:all .2s ease}.chat-sidebar button:hover{background:#234b66;background:var(--brand);color:#fff}.spacer-top{height:1rem}.close-input{align-self:flex-end;background:#0000;border:none;color:#64748b;color:var(--muted);cursor:pointer;font-size:1rem;padding:0;transition:opacity .2s}.close-input:hover{opacity:.6}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@keyframes souffle{0%,to{box-shadow:0 0 6px #234b6640}50%{box-shadow:0 0 12px #234b6673}}.finalite{background:#fdfae2;border-left:3px solid #f1db6b;border-left:3px solid var(--accent);font-size:.88rem;font-style:italic;margin:.75rem 0;padding:.75rem 1rem}.finalite,.journal-apprentissages{border-radius:0 8px 8px 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.journal-apprentissages{background:#fff8dc;border-left:3px solid #3d5e73;border-left:3px solid var(--brand-mid);margin-top:1.25rem;padding:.9rem 1rem}.journal-apprentissages h4{color:#234b66;color:var(--brand);font-size:1rem;font-weight:600;margin-bottom:.4rem}.journal-apprentissages .contexte{color:#64748b;color:var(--muted);font-size:.85rem;font-style:italic}.bubble-craft-header{align-items:center;border-bottom:1px solid #0f1f331a;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.4rem}.bubble-craft-label{color:#3d5e73;color:var(--brand-mid);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.bubble-collapse-btn{background:#0000;border:1px solid #0f1f331a;border:1px solid var(--border);border-radius:20px;color:#64748b;color:var(--muted);cursor:pointer;font-family:Inter,Segoe UI,system-ui,sans-serif;font-family:var(--font);font-size:.7rem;line-height:1.4;padding:.15rem .6rem;transition:all .2s ease}.bubble-collapse-btn:hover{background:#234b6614;background:var(--brand-lite);border-color:#234b66;border-color:var(--brand);color:#234b66;color:var(--brand)}.bubble.craft.collapsed{padding-bottom:.5rem}.bubble.user{cursor:pointer;transition:opacity .2s ease,box-shadow .2s ease}.bubble.user:hover{box-shadow:0 2px 8px #234b6640;opacity:.88}.bubble-user-preview{display:block;font-size:.88rem;font-style:italic;opacity:.85;-webkit-user-select:none;user-select:none}.bubble.user:after{content:"✎";display:block;font-size:.65rem;line-height:1;margin-top:2px;opacity:.5;text-align:right}:root{--brand:#234b66;--header:#0f1f33;--link:#2f80ed;--accent:#f1db6b;--bg:#f3f6fa;--surface:#fff;--surface-2:#eef3f8;--text:#0f172a;--muted:#0f172aa6;--border:#0f1f331f;--shadow-sm:0 2px 10px #0f1f3314;--shadow-md:0 10px 28px #0f1f331f}.floating-header{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f1f33e6;box-shadow:0 2px 6px #00000026;color:#fff;display:flex;font-weight:700;justify-content:space-between;padding:.6rem 1.2rem;position:sticky;top:0;z-index:1000}.session-label{font-size:1.1rem}.mini-button{background-color:#2f80ed;background-color:var(--link);border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 2px 10px #0f1f3314;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.45rem 1rem;transition:all .2s ease}.mini-button:hover{background-color:#2563eb;box-shadow:0 10px 28px #0f1f331f;box-shadow:var(--shadow-md);transform:translateY(-1px)}.mini-button:active{box-shadow:0 2px 10px #0f1f3314;box-shadow:var(--shadow-sm);transform:translateY(0)}.layout-container{background:#f3f6fa;background:var(--bg);display:flex;flex-direction:column;height:100vh;overflow:hidden;width:100%}.main-content{display:flex;flex:1 1;height:calc(100vh - 60px);overflow:hidden}.chat-column{background:#f3f6fa;background:var(--bg);border-right:1px solid #e0e0e0;flex:1 1;overflow:hidden;padding:0}.module-column{background:#fff;background:var(--surface);box-shadow:-2px 0 6px #0000000d;max-width:600px;min-width:400px;overflow-y:auto;padding:1rem;width:40%}.session-actions{display:flex;gap:.5rem}.memoire-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.memoire-content{background:#fff;border-radius:12px;display:flex;height:90%;overflow:hidden;overflow-y:auto;padding:1rem;position:relative;width:90%}.close-button{position:absolute;right:12px;top:8px;z-index:10}.memoire-iframe{border:none;flex:1 1}.icon-button{display:none}@media (max-width:768px){.main-content{flex-direction:column}.chat-column,.module-column{.chat-column{background:#f9f9f9;display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative}}.chat-column.hidden-mobile,.module-column{display:none}.module-column.visible-mobile{display:block}}.icon-button{align-items:center;background:#2f80ed1f;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#2f80ed;color:var(--link);cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;padding:.4rem}.icon-button:hover{background:#2f80ed2e;transform:translateY(-1px)}.icon-button:active{transform:translateY(0)}.chat-column.fullscreen{flex:1 1;width:100%}.module-column.hidden-desktop{display:none}.full-rh-mode{display:flex;flex:1 1;height:100%;width:100%}.full-rh-mode .module-column{background:#fff;box-shadow:none!important;flex:1 1 auto;max-width:none!important;overflow-y:auto;padding:2rem 3rem!important;width:100%!important}.full-rh-mode .chat-column{display:none!important;min-width:0!important;opacity:0;pointer-events:none;width:0!important}.main-content.full-mode .module-column{box-shadow:none!important;flex:1 1 auto;height:100%;max-width:none!important;min-width:0!important;overflow:auto;width:100%!important}.layout-container.admin-home{background:#0f172a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.layout-container.admin-home .floating-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:1px solid #334155}.layout-container.admin-home .main-content{background:#0f172a}.layout-container.admin-home .module-column{background:#0f172a;padding:2rem}.layout-container.admin-home .mini-button{background-color:#6366f1;border:1px solid #334155}.layout-container.admin-home .mini-button:hover{background-color:#4f46e5}.memoire-container{--h-brand:#6366f1;--h-brand-mid:#818cf8;--h-brand-lite:#6366f11a;--h-bg:#0f172a;--h-surface:#1e293b;--h-surface-2:#334155;--h-text:#e2e8f0;--h-text-bright:#f8fafc;--h-muted:#94a3b8;--h-border:#334155;--h-shadow-sm:0 2px 10px #00000040;--h-shadow-md:0 10px 28px #00000059;--h-radius-sm:8px;--h-radius-md:12px;--h-font:"Inter","Segoe UI",system-ui,sans-serif;background:var(--h-bg);color:var(--h-text);font-family:var(--h-font);min-height:100vh;padding:2.5rem 2rem}.memoire-container *,.memoire-container :after,.memoire-container :before{box-sizing:border-box}.memoire-shell{margin:0 auto;width:min(1120px,100%)}.memoire-hero{align-items:flex-start;background:radial-gradient(circle at top left,#6366f138,#0000 32%),var(--h-surface);border:1px solid #6366f147;border-radius:var(--h-radius-md);box-shadow:var(--h-shadow-sm);display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.25rem;padding:1.6rem 1.7rem}.memoire-hero h1,.memoire-section h2,.memoire-section-heading h2,.memoire-subtopic h3,.memoire-table-card h3,.memoire-topic h3{color:var(--h-text-bright);letter-spacing:-.01em;margin:0}.memoire-hero h1{font-size:clamp(1.75rem,3vw,2.35rem);font-weight:750;line-height:1.12}.memoire-eyebrow{color:#c7d2fe;font-size:.76rem;font-weight:700;letter-spacing:.08em;margin:0 0 .35rem;text-transform:uppercase}.memoire-hero-text{color:var(--h-muted);font-size:.95rem;line-height:1.65;margin:.65rem 0 0;max-width:720px}.memoire-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;justify-content:flex-end;min-width:250px}.memoire-button{align-items:center;background:var(--h-brand);border:none;border-radius:var(--h-radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--h-font);font-size:.875rem;font-weight:650;gap:.4rem;justify-content:center;line-height:1;min-height:40px;padding:.58rem 1.05rem;transition:background .15s ease,transform .12s ease,box-shadow .15s ease,border-color .15s ease}.memoire-button:hover:not(:disabled){background:var(--h-brand-mid);box-shadow:0 4px 12px #6366f159;transform:translateY(-1px)}.memoire-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.memoire-button:disabled{cursor:not-allowed;filter:grayscale(25%);opacity:.38}.memoire-button--secondary{background:#0f172a6b;border:1px solid #94a3b838;color:var(--h-text)}.memoire-button--secondary:hover:not(:disabled){background:#6366f11f;border-color:#6366f173}.memoire-button--small{align-self:flex-start;font-size:.84rem;margin-top:.2rem;min-height:36px;padding:.5rem 1rem}.memoire-alert-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1.25rem}.memoire-alert{background:var(--h-surface);border:1px solid var(--h-border);border-radius:var(--h-radius-md);box-shadow:var(--h-shadow-sm);padding:1rem 1.05rem}.memoire-alert strong{color:var(--h-text-bright);display:block;font-size:.9rem;margin-bottom:.4rem}.memoire-alert p{color:var(--h-muted);font-size:.86rem;line-height:1.55;margin:0}.memoire-alert--warning{background:linear-gradient(180deg,#f59e0b1a,#1e293bf2);border-color:#f59e0b47}.memoire-alert--info{background:linear-gradient(180deg,#6366f11f,#1e293bf2);border-color:#6366f14d}.memoire-alert--danger{background:linear-gradient(180deg,#f871711a,#1e293bf2);border-color:#f871714d}.memoire-guide,.memoire-table-list{grid-gap:1.25rem;display:grid;gap:1.25rem}.memoire-section{background:var(--h-surface);border:1px solid var(--h-border);border-radius:var(--h-radius-md);box-shadow:var(--h-shadow-sm);margin-top:1.25rem;padding:1.45rem 1.5rem}.memoire-section:hover{border-color:#6366f147}.memoire-section h2,.memoire-section-heading h2{font-size:1.2rem;font-weight:700}.memoire-card p,.memoire-empty,.memoire-section p,.memoire-subtopic p,.memoire-topic p{color:var(--h-muted);font-size:.91rem;line-height:1.65}.memoire-section p:last-child,.memoire-subtopic p:last-child,.memoire-topic p:last-child{margin-bottom:0}.memoire-section-heading{margin-bottom:1rem}.memoire-section-heading--inline{align-items:center;display:flex;gap:1rem;justify-content:space-between}.memoire-subtopic,.memoire-topic{background:#0f172a3d;border:1px solid #94a3b824;border-radius:var(--h-radius-md);margin-top:1rem;padding:1rem 1.05rem}.memoire-subtopic{background:#33415557}.memoire-subtopic h3,.memoire-table-card h3,.memoire-topic h3{font-size:1rem;font-weight:650;line-height:1.35;margin-bottom:.6rem}.memoire-bullet-list{grid-gap:.45rem;color:var(--h-muted);display:grid;font-size:.9rem;gap:.45rem;line-height:1.55;margin:.8rem 0 0;padding-left:1.15rem}.memoire-bullet-list li::marker{color:var(--h-brand-mid)}.memoire-count{align-items:center;background:var(--h-brand-lite);border:1px solid #6366f140;border-radius:999px;color:#c7d2fe;display:inline-flex;font-size:.85rem;font-weight:700;justify-content:center;min-height:2.25rem;min-width:2.25rem;padding:.35rem .65rem}.memoire-card-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));list-style:none;margin:0;padding:0}.memoire-card,.memoire-table-card{background:#0f172a47;border:1px solid var(--h-border);border-radius:var(--h-radius-md);box-shadow:var(--h-shadow-sm);display:flex;flex-direction:column;gap:.6rem;padding:1.15rem 1.2rem;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.memoire-card:hover,.memoire-table-card:hover{border-color:#6366f159;box-shadow:var(--h-shadow-md);transform:translateY(-2px)}.memoire-card time{color:var(--h-text-bright);font-size:.84rem;font-weight:700}.memoire-card p{flex:1 1;margin:0}.memoire-empty{background:#0f172a33;border:1px dashed #94a3b838;border-radius:var(--h-radius-sm);margin:0;padding:1rem}.memoire-empty--error{border-color:#f8717159;color:#fecaca}.memoire-table-list{list-style:none;margin:0;padding:0}.memoire-table-card{overflow:hidden}.memoire-table-wrap{background:#0f172a33;border:1px solid #94a3b829;border-radius:var(--h-radius-sm);overflow-x:auto}.memoire-table-wrap table{border-collapse:collapse;color:var(--h-text);font-family:var(--h-font);width:100%}.memoire-table-wrap td,.memoire-table-wrap th{border-color:#94a3b82e!important;color:var(--h-text)}.memoire-table-wrap th{background:#6366f11f;color:var(--h-text-bright)}.memoire-table-wrap td{background:#0f172a33}@media (max-width:880px){.memoire-hero{flex-direction:column}.memoire-actions{justify-content:flex-start;min-width:0}.memoire-alert-grid{grid-template-columns:1fr}}@media (max-width:600px){.memoire-container{padding:1.5rem 1rem}.memoire-hero,.memoire-section{padding:1.2rem}.memoire-section-heading--inline{align-items:flex-start;flex-direction:column}.memoire-card-grid{grid-template-columns:1fr}}.modules-page{--h-brand:#6366f1;--h-brand-mid:#818cf8;--h-brand-lite:#6366f11a;--h-bg:#0f172a;--h-surface:#1e293b;--h-surface-2:#334155;--h-text:#e2e8f0;--h-text-bright:#f8fafc;--h-muted:#94a3b8;--h-border:#334155;--h-shadow-sm:0 2px 10px #00000040;--h-shadow-md:0 10px 28px #00000059;--h-radius-sm:8px;--h-radius-md:12px;--h-font:"Inter","Segoe UI",system-ui,sans-serif;background:var(--h-bg);color:var(--h-text);font-family:var(--h-font);min-height:100vh;padding:2.5rem 2rem}.modules-page .page-title{color:var(--h-text-bright);font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .35rem}.modules-page .page-subtitle{color:var(--h-muted);font-size:.95rem;margin:0 0 2rem}.modules-page .modules-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.modules-page .module-card{background:var(--h-surface);border:1px solid var(--h-border);border-radius:var(--h-radius-md);box-shadow:var(--h-shadow-sm);display:flex;flex-direction:column;gap:.6rem;padding:1.4rem 1.5rem 1.25rem;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.modules-page .module-card:hover{border-color:#6366f159;box-shadow:var(--h-shadow-md);transform:translateY(-2px)}.modules-page .module-card h3{color:var(--h-text-bright);font-size:1rem;font-weight:650;line-height:1.3;margin:0}.modules-page .module-card p{color:var(--h-muted);flex:1 1;font-size:.875rem;line-height:1.55;margin:0}.modules-page .mini-button{align-items:center;align-self:flex-start;background:var(--h-brand);border:none;border-radius:var(--h-radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--h-font);font-size:.875rem;font-weight:600;gap:.4rem;margin-top:.5rem;padding:.5rem 1.1rem;transition:background .15s ease,transform .12s ease,box-shadow .15s ease}.modules-page .mini-button:hover:not(:disabled){background:var(--h-brand-mid);box-shadow:0 4px 12px #6366f159;transform:translateY(-1px)}.modules-page .mini-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.modules-page .mini-button:disabled{cursor:not-allowed;filter:grayscale(25%);opacity:.38}.modules-page .poste-feedback{background:#10b9811f;border:1px solid #10b98140;border-radius:var(--h-radius-sm);color:#6ee7b7;font-size:.875rem;margin-top:8px;padding:9px 13px}.modules-page .poste-courant{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.modules-page .poste-courant-label{color:var(--h-text);font-size:.875rem;font-weight:600}.modules-page .poste-courant-chip{align-items:center;background:var(--h-brand-lite);border:1px solid #6366f140;border-radius:999px;color:#c7d2fe;display:inline-flex;font-size:.85rem;font-weight:500;gap:6px;padding:5px 12px}.modules-page .poste-courant-alias{font-family:Courier New,Courier,monospace;font-size:.78rem;opacity:.72}@media (max-width:600px){.modules-page{padding:1.5rem 1rem}.modules-page .modules-grid{grid-template-columns:1fr}}.parcours-hub-container{background:var(--bg);font-family:var(--font);margin:0 auto;max-width:720px;min-height:100%;padding:2.5rem 2rem}.parcours-hub-title{color:var(--brand-dark);font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0 0 2rem}.hub-section{margin-bottom:2rem}.hub-section-title{border-bottom:2px solid var(--brand-lite);color:var(--brand);font-size:1rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem}.btn-action-primary{align-items:center;background:var(--surface);border:1.5px solid var(--brand);border-radius:var(--radius-sm);color:var(--brand);cursor:pointer;display:inline-flex;font-family:var(--font);font-size:.875rem;font-weight:600;gap:.45rem;padding:.5rem 1.2rem;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.btn-action-primary:hover{background:var(--brand);box-shadow:0 4px 12px #234b6638;color:#fff}.hub-liste-zone{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1.25rem}.hub-liste-label{display:block;font-weight:600;margin-bottom:.5rem}.hub-liste-label,.hub-select{color:var(--text);font-size:.875rem}.hub-select{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font);margin-bottom:.75rem;max-width:400px;padding:.5rem .75rem;transition:border-color .15s ease;width:100%}.hub-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #234b661f;outline:none}.hub-liste-empty{color:var(--muted);font-size:.875rem;font-style:italic}.hub-fermer-link{background:none;border:none;color:var(--muted);cursor:pointer;display:block;font-size:.8rem;margin-top:.5rem;padding:0;text-decoration:underline}.hub-fermer-link:hover{color:var(--text)}.hub-creation-zone{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.hub-creation-label{color:var(--text);display:block;font-size:.875rem;font-weight:600;margin-bottom:.6rem}.hub-creation-row{align-items:center;display:flex;gap:.75rem}.hub-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);flex:1 1;font-family:var(--font);font-size:.875rem;padding:.5rem .75rem;transition:border-color .15s ease}.hub-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #234b661f;outline:none}.hub-input::placeholder{color:var(--muted)}.btn-creer{background:var(--brand);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:var(--font);font-size:.875rem;font-weight:600;padding:.5rem 1.1rem;transition:background .15s ease,transform .12s ease;white-space:nowrap}.btn-creer:hover{background:var(--brand-mid);transform:translateY(-1px)}.btn-creer:active{transform:translateY(0)}.bloc-grid{display:flex;flex-direction:column;gap:.6rem}.bloc-button{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);color:var(--brand-dark);cursor:pointer;font-family:var(--font);font-size:.9rem;font-weight:500;padding:.85rem 1.25rem;text-align:left;transition:background .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease;width:100%}.bloc-button:hover{background:var(--brand-lite);border-color:#234b664d;box-shadow:var(--shadow-sm);transform:translateX(3px)}.bloc-button:active{box-shadow:none;transform:translateX(1px)}.bloc-button--retour{border-style:dashed;color:var(--muted);font-size:.85rem;margin-top:.5rem}.bloc-button--retour:hover{background:var(--surface-2);border-style:solid;color:var(--text)}.hub-feedback{background:#edfaf3;border:1px solid #a8dfbf;border-radius:var(--radius-sm);color:#1a6640;font-size:.875rem;margin-bottom:1.25rem;padding:.6rem 1rem}@media (max-width:600px){.parcours-hub-container{padding:1.5rem 1rem}.hub-creation-row{align-items:stretch;flex-direction:column}}.standalone-layout{background:#f3f4f6;display:flex;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;min-height:100vh}.standalone-header{align-items:center;background:#3d5e73;box-shadow:0 2px 6px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.standalone-header h1{font-size:1.2rem;font-weight:600;margin:0}.retour-btn{background:#f1db6b;border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease}.retour-btn:hover{background:#e6cc5c;box-shadow:0 2px 6px #00000026}.standalone-main{align-items:stretch;display:flex;flex:1 1;overflow-y:auto;padding:0 2rem}.standalone-main--full{background:#f3f4f6;display:flex;flex:1 1;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.standalone-main--full .standalone-content{background:#fff;border-radius:0;box-shadow:none;flex:1 1;height:100%;overflow-y:auto;padding:1rem 2rem;width:100%}table td,table th{vertical-align:top}textarea{font-family:Inter,Segoe UI,sans-serif}@media (min-width:1024px){.full-rh-mode .module-column{padding:3rem 5rem!important}}.poste-container{font-family:var(--font);margin:0 auto;max-width:900px;padding:2rem}.poste-container h2{color:var(--brand-dark);font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.25rem}.poste-intro{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.875rem;line-height:1.6;margin-bottom:1.25rem;padding:.75rem 1rem}.poste-intro p{margin:0}.poste-alias-line{color:var(--muted);font-size:.8rem;margin-bottom:1rem}.poste-alias-code{background:var(--brand-lite);border:1px solid #234b662e;border-radius:var(--radius-sm);color:var(--brand-dark);font-family:Courier New,Courier,monospace;font-size:.75rem;padding:2px 7px}.bloc-poste{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.25rem}.bloc-poste h3{border-bottom:2px solid var(--brand-lite);color:var(--brand);font-size:1rem;font-weight:700;margin:0 0 .85rem;padding-bottom:.5rem}.question{margin-bottom:.85rem}.poste-label,.question label{color:var(--text);display:block;font-size:.85rem;font-weight:600;margin-bottom:.3rem}.poste-input,.poste-select,.poste-textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-sizing:border-box;color:var(--text);font-family:var(--font);font-size:.875rem;padding:.45rem .7rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.poste-input:focus,.poste-select:focus,.poste-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #234b661f;outline:none}.poste-textarea{min-height:60px;resize:vertical}.poste-checkbox-label{color:var(--text);cursor:pointer;display:block;font-size:.85rem;margin-top:.3rem}.poste-checkbox-label input[type=checkbox]{accent-color:var(--brand);margin-right:.4rem}.btn-validate{align-items:center;background:var(--brand);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font);font-size:.875rem;font-weight:600;gap:.4rem;margin-top:.65rem;padding:.5rem 1.1rem;transition:background .15s ease,transform .12s ease}.btn-validate:hover:not(:disabled){background:var(--brand-mid);transform:translateY(-1px)}.btn-validate:disabled{background:#c8d0d8;color:#7a8794;cursor:not-allowed;transform:none}.synthese-container{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.synthese-title{color:var(--brand-dark);font-size:.95rem;font-weight:700;margin:1.5rem 0 .6rem}.synthese-textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-sizing:border-box;color:var(--text);font-family:var(--font);font-size:.875rem;margin-bottom:.5rem;min-height:90px;padding:.5rem .7rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.synthese-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #234b661f;outline:none}.boutons-ligne{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.65rem;margin-top:1rem}.phrase-level{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.75rem;padding:.5rem}.phrase-level.selected{background:var(--brand-lite);border:2px solid var(--brand)}.phrase-level p{color:var(--text);font-size:.875rem;font-weight:500;margin:0}.phrase-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;display:block;font-family:var(--font);font-size:.85rem;margin-top:.25rem;padding:.4rem .6rem;text-align:left;transition:background .12s ease,border-color .12s ease;width:100%}.phrase-btn:hover{background:var(--surface-2)}.phrase-btn.selected{background:var(--brand);border-color:var(--brand);color:#fff}.variability-box{background:#fff8e6;border:1px dashed #e6a800;border-radius:var(--radius-sm);margin-bottom:1rem;margin-left:1.5rem;margin-top:.65rem;padding:.75rem}.variability-box .variability-title{color:#996b00;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.variability-box label{color:var(--text);cursor:pointer;display:block;font-size:.85rem;margin-bottom:.35rem}.variability-box input[type=radio]{accent-color:var(--brand);margin-right:.5rem}.feedback-tag{border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;margin-bottom:1rem;padding:.5rem .75rem}.feedback-tag.success{background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32}.feedback-tag.info{background:#e3f2fd;border:1px solid #90caf9;color:#1565c0}.context-box{background:var(--surface-2);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.65rem}.context-box-title{color:var(--muted);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.culture-box{background:#fffdf5;border:1px dashed #e6a800;border-radius:var(--radius-md);margin:1.5rem 0;padding:1rem}.culture-box h4{color:#996b00;font-size:.95rem;margin:0 0 .65rem}.culture-tag{border-radius:var(--radius-sm);display:inline-block;font-size:.8rem;margin-bottom:.5rem;margin-right:.5rem;padding:.35rem .6rem}.culture-tag.dominant{background:#ffecb3;border:1px solid #e6a800;font-weight:700}.culture-tag.secondary{background:#fff;border:1px solid var(--border);font-weight:400}.multi-options{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;margin-top:12px}.multi-option{align-items:flex-start;color:#1f2937;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:10px;line-height:1.45}.multi-option input[type=checkbox]{flex:0 0 auto;margin-top:3px}.multi-option-text{display:inline-block;font-weight:400}.actions-box{border:1px solid var(--border);border-radius:var(--radius-sm);margin-top:1.25rem;padding:.65rem}.theme-header{border-bottom:1px solid var(--border);color:var(--brand);font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.theme-footer{border-top:1px dashed var(--border);margin-top:1rem;padding-top:.65rem;text-align:right}.btn-validate-secondary{background:var(--brand-dark)}.btn-validate-secondary:hover:not(:disabled){background:var(--brand)}.culture-tags-row{display:flex;flex-wrap:wrap;gap:.5rem}.bloc-poste .poste-intro{margin-bottom:1rem;margin-top:.5rem}@media (max-width:600px){.poste-container{padding:1.25rem 1rem}}.inline-flex{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.5rem}.retour-accueil{background:var(--brand);border:none;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.1rem;transition:background .15s ease,transform .12s ease}.retour-accueil:hover:not(:disabled){background:var(--brand-mid);transform:translateY(-1px)}.retour-accueil:disabled{background:#c8d0d8;color:#7a8794;cursor:not-allowed;transform:none}.feedback-message{align-items:center;border-radius:6px;display:inline-flex;font-family:var(--font);font-size:.8rem;font-weight:600;padding:4px 8px}.feedback-message.pending{animation:pulse 1.5s ease infinite;background-color:#fef3c7;color:#92400e}.feedback-message.success{background-color:#d1fae5;color:#065f46}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.auth-page,.public-shell{background:radial-gradient(ellipse 80% 60% at 50% -10%,#6366f12e 0,#0000 60%),linear-gradient(140deg,#0f172a,#1e1b4b 50%,#0f172a);min-height:100svh}.auth-page{display:grid;font-family:Inter,Segoe UI,system-ui,sans-serif;padding:24px;place-items:center}.public-header{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f172ad9;border-bottom:1px solid #6366f126;display:flex;height:56px;padding:0 16px}.brand{align-items:center;display:inline-flex;gap:10px;text-decoration:none}.brand-logo{display:block;height:32px;object-fit:contain;width:32px}.brand-text{color:#f8fafc;font-size:18px;font-weight:700}.auth-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1e293bb3;border:1px solid #6366f126;border-radius:20px;box-shadow:0 0 0 1px #6366f11f,0 20px 60px #0006,inset 0 1px 0 #ffffff0a;max-width:100%;padding:2.5rem 2.25rem;text-align:center;width:480px}.auth-logo{align-items:center;display:flex;height:72px;justify-content:center;margin:0 auto 1.25rem;width:72px}.auth-logo img{height:200%;object-fit:contain;width:200%}.auth-logo-emoji{font-size:1.6rem;line-height:1}.auth-badge{align-items:center;background:#6366f11f;border:1px solid #6366f133;border-radius:999px;color:#a5b4fc;display:inline-flex;font-size:.7rem;font-weight:600;gap:.35rem;letter-spacing:.04em;margin-bottom:1.5rem;padding:.3rem .85rem;text-transform:uppercase}.auth-title{color:#f8fafc;font-size:clamp(24px,3vw,32px);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 .5rem}.auth-sub{color:#94a3b8;font-size:.95rem;line-height:1.55;margin:0 0 2rem}.auth-banner{background:#6366f11f;border:1px solid #6366f140;border-radius:8px;color:#a5b4fc;font-size:.85rem;margin-bottom:1.25rem;padding:.6rem 1rem}.auth-row{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0 0 1.25rem}.auth-row a.mini-button,.auth-row button{align-items:center;background:#6366f1;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;height:44px;justify-content:center;line-height:1;padding:0 1.5rem;text-decoration:none;transition:background .15s ease,transform .12s ease,box-shadow .15s ease;white-space:nowrap}.auth-row a.mini-button:hover,.auth-row button:hover{background:#818cf8;box-shadow:0 6px 20px #6366f166;transform:translateY(-1px)}.auth-row a.mini-button:active,.auth-row button:active{box-shadow:none;transform:translateY(0)}.auth-row .btn-primary{background:#6366f1;color:#fff}.auth-row .btn-primary:hover{background:#818cf8}.auth-divider{align-items:center;color:#475569;display:flex;font-size:.75rem;gap:1rem;letter-spacing:.06em;margin:1.25rem 0;text-transform:uppercase}.auth-divider:after,.auth-divider:before{background:#334155;content:"";flex:1 1;height:1px}.helper{color:#4b5e6f;font-size:.8rem;line-height:1.5;margin-top:0}@media (max-width:560px){.auth-card{border-radius:16px;padding:2rem 1.25rem}.auth-row{align-items:stretch;flex-direction:column}.auth-row a.mini-button,.auth-row button{width:100%}}.lecture-container{font-family:var(--font);margin:0 auto;max-width:900px;padding:2rem}.lecture-bloc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.25rem}.lecture-bloc .lecture-title{border-bottom:2px solid var(--brand-lite);color:var(--brand);font-size:1rem;font-weight:700;margin:0 0 .85rem;padding-bottom:.5rem}.lecture-hint{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.875rem;line-height:1.6;margin-bottom:.75rem;padding:.75rem 1rem}.lecture-hint p{margin:0 0 .5rem}.lecture-hint p:last-child{margin-bottom:0}.lecture-badge{background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--muted);display:inline-block;font-size:.75rem;margin-right:6px;padding:2px 8px}.lecture-list{margin-bottom:.75rem;padding-left:1.25rem}.lecture-list li{color:var(--text);font-size:.85rem;line-height:1.5;margin-bottom:.4rem}.lecture-table-header,.lecture-table-row{gridTemplateColumns:1fr 1fr 2fr;grid-gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);display:grid;gap:12px;margin-bottom:10px;padding:10px}.lecture-table-header{background:var(--surface-2);color:var(--brand-dark);font-size:.85rem;font-weight:700}.lecture-table-row .lecture-col-label{color:var(--text);font-size:.85rem;font-weight:600}.lecture-table-row .lecture-col-indices{color:var(--muted);font-size:.82rem;line-height:1.5}.lecture-textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-sizing:border-box;color:var(--text);font-family:var(--font);font-size:.875rem;margin-top:.5rem;min-height:200px;padding:.5rem .7rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.lecture-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #234b661f;outline:none}.lecture-row{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.75rem}.lecture-btn{align-items:center;background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;display:inline-flex;font-family:var(--font);font-size:.85rem;gap:.4rem;padding:.45rem .9rem;transition:border-color .15s ease,color .15s ease,background .15s ease}.lecture-btn:hover:not(:disabled){background:var(--brand-lite);border-color:var(--brand);border-style:solid;color:var(--brand)}.lecture-btn:disabled{cursor:not-allowed;opacity:.5}.lecture-btn.selected{background:var(--brand);border-color:var(--brand);color:#fff}.lecture-synthese{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.retour-accueil{align-items:center;background:none;border:1.5px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;display:inline-flex;font-family:var(--font);font-size:.85rem;gap:.4rem;margin-top:1.5rem;padding:.45rem 1rem;transition:border-color .15s ease,color .15s ease,background .15s ease}.retour-accueil:hover{background:var(--brand-lite);border-color:var(--brand);border-style:solid;color:var(--brand)}@media (max-width:600px){.lecture-container{padding:1.25rem 1rem}.lecture-table-header,.lecture-table-row{grid-template-columns:1fr}}