*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#007dff;border:0px none #ffffff;border-radius:50px}::-webkit-scrollbar-thumb:hover{background:#005ec2}::-webkit-scrollbar-thumb:active{background:#000}::-webkit-scrollbar-track{background:#fff;border:0px none #ffffff;border-radius:50px}::-webkit-scrollbar-track:hover{background:#fff}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}#root{width:100%}:root{font-family:var(--typography-body-font-family);line-height:var(--typography-body-line-height);font-weight:var(--typography-body-font-weight);color-scheme:light dark;color:var(--color-on-background);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:var(--typography-weight-medium);color:var(--color-primary);text-decoration:inherit}a:hover{color:var(--color-primary-container)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}.login-container{min-height:100vh;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.login-form-section{width:560px;background:#fff;display:flex;align-items:center;justify-content:center;padding:80px;min-height:100vh;position:absolute;left:0;top:0;z-index:2}.login-form-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.welcome-section h2{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:120%;margin-bottom:24px}.login-form{display:flex;flex-direction:column}.login-form-options{margin-bottom:8px}.forgot-password{color:var(--Text-or-Icones-Liens, #007d9f);font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:18px;transition:all .3s ease}.forgot-password:hover{cursor:pointer;color:var(--Text-or-Icones-Liens-Hover, #005e73);transform:translateY(-1px)}.remember-me{display:flex;align-items:center;font-size:14px;color:#6b7280;cursor:pointer}.remember-me input[type=checkbox]{width:auto;margin-right:8px;margin-bottom:0}.remember-me span{line-height:1.4}.login-button{width:100%;display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);align-self:stretch;border-radius:39px;border:none;background:var(--Background-Maine, #005a73);overflow:hidden;color:var(--Gray-0, #fdfeff);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:600;line-height:150%;transition:all .3s ease;position:relative}.login-button:hover:not(:disabled){background:var(--Background-Hover, #004357);transform:translateY(-2px);cursor:pointer;box-shadow:0 4px 12px #0043572e}.login-form-section--formateur .login-button{background:#f07f02}.login-form-section--formateur .login-button:hover:not(:disabled){background:#d96e02;box-shadow:0 4px 12px #f07f0233}.login-form-section--formateur .forgot-password{color:#f07f02}.login-form-section--formateur .forgot-password:hover{color:#d96e02}.login-form-section--formateur .login-footer .link{color:#f07f02}.login-form-section--formateur .login-footer .link:hover{color:#d96e02}.login-form-section--formateur .password-toggle:hover{color:#f07f02}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-button.loading{position:relative;color:transparent}.login-button.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.login-footer{text-align:center}.login-footer p{margin:8px 0 0;font-size:14px;color:#6b7280}.login-footer .link{color:#007d9f;text-decoration:none;font-weight:500;transition:all .3s ease}.login-footer .link:hover{color:#1e4a5f;text-decoration:underline;transform:translateY(-1px)}.login-image-section{width:calc(100vw - 560px);background:linear-gradient(135deg,#4a90a4,#357a8d);position:absolute;left:560px;top:0;overflow:hidden;height:100vh;z-index:1}.puzzle-background{width:100%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background-image:url(/assets/login-image-D4Ph2rYd.png);background-size:cover;background-position:center;background-repeat:no-repeat}.formateur-toggle-btn{position:absolute;top:50%;right:auto;left:40px;display:flex;align-items:center;gap:10px;padding:14px 20px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);border-radius:50px;cursor:pointer;transition:all .3s ease;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;z-index:10}.formateur-toggle-btn:hover{background:#ffffff40;border-color:#fff6}.formateur-toggle-btn svg{flex-shrink:0}.formateur-toggle-btn--reversed{left:auto;right:40px}.formateur-arrow{flex-shrink:0}@media(max-width:1024px){.login-container{flex-direction:column}.login-image-section{display:none}.login-form-section{width:100%;min-height:100vh}.puzzle-pieces{width:200px;height:200px}.puzzle-piece-1,.puzzle-piece-2{width:80px;height:80px}.puzzle-piece-1{top:40px;left:60px}.puzzle-piece-2{top:80px;left:100px}.hands{width:60px;height:80px}.hands-left{top:30px;left:10px}.hands-right{top:100px;right:10px}}@media(max-width:768px){.login-form-section{padding:20px}.login-form-content{max-width:100%}.logo-section{margin-bottom:40px}.welcome-section{margin-bottom:30px}.welcome-section h2{font-size:20px}.login-image-section{min-height:30vh}}@media(max-width:480px){.login-form-section{padding:16px}.logo{font-size:24px}.welcome-section h2{font-size:18px}.form-group input{padding:12px 14px;font-size:16px}.login-button{padding:14px}}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.loading-logo{width:120px;height:auto;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.layout{width:100%;min-height:100vh;max-height:100vh;display:flex;flex-direction:column;color:var(--color-on-background)}.layout-content{display:flex;flex-direction:row;width:100%;overflow:hidden;flex:1}.layout-main{width:100%;display:flex}.header{width:100%;padding:var(--padding-sm, 12px) var(--padding-md, 16px) var(--padding-sm, 12px) var(--padding-md, 16px)}.header-content{display:flex;padding:0 var(--padding-lg, 24px) 0 var(--padding-md, 16px);justify-content:center;align-items:center;align-self:stretch;height:40px;position:relative}.header-logo{position:absolute;width:auto;width:100px;left:0}.header-title{color:var(--Schemes-On-Background, #1d1b20);font-family:var(--typography-h6-font-family, Gotham);font-size:var(--typography-h6-font-size, 18px);font-style:normal;font-weight:var(--typography-h6-font-weight, 500);line-height:var(--typography-h5-font-height, 25px)}.header-user-section{position:absolute;right:0;display:flex;align-items:center;gap:12px}.user-name{color:var(--Schemes-On-Background, #1d1b20);font-family:var(--typography-body-font-family, Gotham);font-size:14px;font-weight:500;white-space:nowrap}@media(max-width:768px){.user-name{display:none}.header-user-section{gap:8px}}.searchbar-container{position:relative;width:40%}.searchbar{background-color:var(--color-highlight);border-radius:var(--radius-xs);display:flex;width:100%;height:40px;align-items:center;padding-left:var(--padding-md);padding-right:var(--padding-sm);position:relative;z-index:10}.searchbar-input{flex:1;background-color:transparent;border:none;outline:none;color:var(--color-subtitle, #c9d3d6);font-family:var(--typography-input-font-family, Inter);font-size:var(--typography-input-font-size, 16px);font-style:italic;font-weight:300;line-height:var(--typography-input-font-height, 25px);padding-left:var(--padding-sm)}.searchbar-input::placeholder{color:var(--color-subtitle);font-family:var(--typography-input-font-family);font-size:var(--typography-input-font-size);font-style:italic;font-weight:300;line-height:var(--typography-input-font-height)}.searchbar-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;padding:var(--padding-md, 16px) var(--padding-xs, 4px);background-color:var(--color-highlight);border-radius:var(--spacing-1, 8px);box-shadow:0 4px 12px #00000026;z-index:1000;max-height:400px;overflow-y:auto;margin-top:-1px}.search-results-section{display:flex;flex-direction:column;gap:var(--gap-xs, 8px);padding:12px 0}.search-results-section:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.search-results-header{color:var(--Texte-More-Subtile, #C9D3D6);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;padding:0 12px}.search-result-item{display:flex;align-items:center;padding:8px 16px;cursor:pointer;transition:all .2s ease;border-radius:4px;margin:0 8px}.search-result-item:hover{background-color:#ffffff14;transform:translate(2px)}.search-result-item.selected{background-color:#ffffff1f;transform:translate(2px);border-left:3px solid var(--color-primary, #007acc)}.search-result-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:16px;flex-shrink:0}.search-result-icon.participant-icon{background-color:#e0f3ff;color:#005a73;font-weight:600;font-size:12px}.search-result-icon.groupe-icon{background-color:#fedfd3;color:#e84910;font-size:16px}.search-result-text{color:#fff;font-size:14px;font-weight:400;flex:1}.search-no-results,.search-loading{padding:16px;color:#a0a0a0;font-size:14px;text-align:center;font-style:italic}.search-loading:after{content:"";display:inline-block;width:12px;height:12px;border:2px solid #a0a0a0;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;margin-left:8px}@media(max-width:768px){.searchbar-container{width:100%}.searchbar-dropdown{left:0;right:0}}.sidebar{display:flex;width:84px;padding:var(--padding-lg, 24px) var(--padding-xs, 4px) var(--padding-lg, 24px) var(--padding-s, 8px);flex-direction:column;align-items:center;justify-content:space-between;gap:var(--gap-sm, 12px);flex:1 0 0;height:100%}.sidebar-content{padding:var(--padding-xs, 4px);display:flex;flex-direction:column;align-items:center}.sidebar-content ul{list-style:none;display:flex;flex-direction:column;align-items:center;gap:var(--gap-xs, 4px);width:100%}.sidebar-content ul li{text-align:center;width:100%;display:flex;flex-direction:column;gap:var(--gap-s, 8px);align-items:center}.nav-link{display:flex;flex-direction:column;gap:var(--gap-xs, 4px);align-items:center;text-decoration:none;color:inherit;padding:var(--padding-s, 8px);border-radius:var(--radius-sm, 16px);transition:background-color .2s ease;width:100%}.nav-link:hover{background-color:#ffffff1a}.nav-link.active{background-color:var(--color-highlight, #106681)}.nav-link.active p{color:var(--color-on-primary, #ffffff);font-weight:var(--typography-weight-medium, 500)}.sidebar-footer{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px}.sidebar-footer__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--typography-body-font-family, Gotham);font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:transform .2s ease;border:1px solid var(--Borders-More-Subtile, #d7dee0);flex-shrink:0;margin-top:24px}.sidebar-footer__avatar:hover{transform:scale(1.05)}.sidebar-footer__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.sidebar-footer__logo{width:56px;height:auto;object-fit:contain;border-radius:2px}.user-profile-modal{position:fixed;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:1000;animation:fadeInSlide .2s ease-out;overflow:hidden}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.user-profile-modal__content{padding:16px}.user-profile-modal__header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.user-profile-modal__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--typography-body-font-family, Gotham);font-size:14px;font-weight:600;text-transform:uppercase;border:1px solid var(--Borders-More-Subtile, #d7dee0);flex-shrink:0;overflow:hidden}.user-profile-modal__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-profile-modal__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.user-profile-modal__name{margin:0;color:var(--Schemes-On-Background, #1d1b20);font-family:var(--typography-body-font-family, Gotham);font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile-modal__email{margin:0;color:var(--Texte-Subtile, #555a5c);font-family:var(--typography-body-font-family, Gotham);font-size:12px;font-weight:400;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile-modal__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.user-profile-modal__menu-item{margin:0;padding:0}.user-profile-modal__menu-link{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:var(--Schemes-On-Background, #1d1b20);font-family:var(--typography-body-font-family, Gotham);font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-align:left}.user-profile-modal__menu-link:hover{background:#f9fafb}.user-profile-modal__menu-link svg{flex-shrink:0;color:var(--Texte-Subtile, #555a5c)}.user-profile-modal__menu-link span{flex:1}.user-profile-modal__menu-link-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.user-profile-modal__menu-link-text span:first-child{flex:none}.user-profile-modal__role-swap{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--Texte-Subtile, #555a5c)}.user-profile-modal__role-current{font-weight:400}.user-profile-modal__role-arrow{flex-shrink:0;color:var(--Texte-Subtile, #555a5c);opacity:.8}.user-profile-modal__role-next{font-weight:600;color:var(--Schemes-On-Background, #1d1b20)}.user-profile-modal__menu-item--logout{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb}.user-profile-modal__menu-link--logout{color:#8c1d18}.user-profile-modal__menu-link--logout:hover{background:#fee2e2}.user-profile-modal__menu-link--logout svg{color:#8c1d18}.protected-layout{min-height:100vh;background-color:var(--color-background);overflow:hidden}.protected-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e1e5e9;margin-bottom:20px;border-radius:8px;box-shadow:0 2px 4px #0000000d}.user-info{display:flex;align-items:center}.welcome-text{color:#333;font-size:16px}.welcome-text strong{color:#667eea;font-weight:600}.logout-button{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.logout-button:hover{background:#c82333;transform:translateY(-1px)}.logout-button:active{transform:translateY(0)}.protected-content{flex:1;background-color:#fff;height:100%;border-radius:var(--radius-regular);padding:0;overflow:hidden}@media(max-width:768px){.protected-header{flex-direction:column;gap:12px;text-align:center}.welcome-text{font-size:14px}.logout-button{padding:6px 12px;font-size:13px}}*{box-sizing:border-box}.register-container{min-height:100vh;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.register-form-section{width:560px;background:#fff;display:flex;align-items:center;justify-content:center;padding:80px;min-height:100vh;position:absolute;left:0;top:0;z-index:2}.register-form-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.logo-section img{width:150px;height:auto}.welcome-section h2{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:120%}.register-form{display:flex;flex-direction:column;gap:24px}.form-group input{width:100%;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--Gray-200, #d7dee0);background:var(--Gray-0, #fdfeff);color:var(--Gray-700, #2b2f30);transition:all .3s ease}.form-group input:focus{outline:none;border:1px solid var(--Background-Hover, #007D9F);border-color:#007d9f;transform:translateY(-1px);box-shadow:0 4px 12px #00435726}.form-group input::placeholder{color:#9ca3af}.form-help-text{color:var(--Gray-500, #6b7280);font-family:Inter;font-size:11px;font-style:normal;font-weight:400;line-height:16px;margin-top:4px}.password-input-container{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .3s ease}.password-toggle:hover{color:#2c5f7c;transform:translateY(-50%) scale(1.1)}.error-message{background-color:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;border:1px solid #fecaca;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.register-button{width:100%;display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);align-self:stretch;border-radius:39px;border:none;background:var(--Background-Maine, #005a73);overflow:hidden;color:var(--Texte-Rivers, #f8f9fa);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:600;line-height:150%;transition:all .3s ease;position:relative}.register-button:hover:not(:disabled){background:var(--Background-Hover, #004357);transform:translateY(-2px);cursor:pointer;box-shadow:0 4px 12px #0043572e}.register-form-section--formateur .register-button{background:#f07f02}.register-form-section--formateur .register-button:hover:not(:disabled){background:#d96e02;box-shadow:0 4px 12px #f07f0233}.register-form-section--formateur .register-footer .link{color:#f07f02}.register-form-section--formateur .register-footer .link:hover{color:#d96e02}.register-form-section--formateur .password-toggle:hover{color:#f07f02}.register-form-section--formateur .form-group input:focus{border-color:#f07f02;box-shadow:0 4px 12px #f07f0226}.register-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-button.loading{position:relative;color:transparent}.register-button.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.register-form-actions{display:flex;gap:12px;width:100%}.register-form-actions .register-button{width:auto;flex:1 1 0}.register-button--secondary{background:transparent!important;color:var(--Background-Maine, #005a73);border:2px solid var(--Background-Maine, #005a73)}.register-button--secondary:hover:not(:disabled){background:#005a7314!important;border-color:var(--Background-Hover, #004357);color:var(--Background-Hover, #004357);box-shadow:none;transform:none}.register-form-section--formateur .register-button--secondary{color:#f07f02;border-color:#f07f02}.register-form-section--formateur .register-button--secondary:hover:not(:disabled){background:#f07f021a!important;border-color:#d96e02;color:#d96e02;box-shadow:none}.register-footer{text-align:left;margin-top:16px}.register-footer p{margin:0;font-size:14px;color:#6b7280}.register-footer .link{color:#007d9f;text-decoration:none;font-weight:500;transition:all .3s ease}.register-footer .link:hover{color:#1e4a5f;text-decoration:underline;transform:translateY(-1px)}.register-image-section{width:calc(100vw - 560px);background:linear-gradient(135deg,#4a90a4,#357a8d);position:absolute;left:560px;top:0;overflow:hidden;height:100vh;z-index:1}.register-container .puzzle-background{width:100%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background-image:url(/assets/login-image-D4Ph2rYd.png);background-size:cover;background-position:center;background-repeat:no-repeat}.register-formateur-toggle-btn{position:absolute;top:50%;right:auto;left:40px;display:flex;align-items:center;gap:10px;padding:14px 20px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);border-radius:50px;cursor:pointer;transition:all .3s ease;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;z-index:10}.register-formateur-toggle-btn:hover{background:#ffffff40;border-color:#fff6}.register-formateur-toggle-btn .register-formateur-arrow{flex-shrink:0}.register-formateur-toggle-btn--reversed{left:auto;right:40px}.puzzle-pieces{position:relative;width:300px;height:300px}.puzzle-piece{position:absolute;background:#ffffffe6;border-radius:20px;box-shadow:0 8px 32px #0000001a}.puzzle-piece-1{width:120px;height:120px;top:60px;left:90px;transform:rotate(-15deg);background:linear-gradient(135deg,#fbbf24,#f59e0b);clip-path:polygon(0% 0%,60% 0%,70% -15%,80% 0%,100% 0%,100% 60%,115% 70%,100% 80%,100% 100%,40% 100%,30% 115%,20% 100%,0% 100%,0% 40%,-15% 30%,0% 20%)}.puzzle-piece-2{width:120px;height:120px;top:120px;left:150px;transform:rotate(25deg);background:linear-gradient(135deg,#f472b6,#ec4899);clip-path:polygon(0% 0%,40% 0%,50% 15%,60% 0%,100% 0%,100% 40%,85% 50%,100% 60%,100% 100%,60% 100%,50% 85%,40% 100%,0% 100%,0% 60%,15% 50%,0% 40%)}.hands{position:absolute;width:80px;height:100px;background:#fffc;border-radius:40px 40px 20px 20px;box-shadow:0 4px 20px #0000001a}.hands-left{top:50px;left:20px;transform:rotate(-30deg);background:linear-gradient(135deg,#fde68a,#f59e0b)}.hands-right{top:150px;right:20px;transform:rotate(30deg);background:linear-gradient(135deg,#fce7f3,#ec4899)}@media(max-width:1024px){.register-container{flex-direction:column}.register-image-section{min-height:40vh;order:-1}.register-form-section{min-height:60vh}.puzzle-pieces{width:200px;height:200px}.puzzle-piece-1,.puzzle-piece-2{width:80px;height:80px}.puzzle-piece-1{top:40px;left:60px}.puzzle-piece-2{top:80px;left:100px}.hands{width:60px;height:80px}.hands-left{top:30px;left:10px}.hands-right{top:100px;right:10px}}@media(max-width:768px){.register-form-section{padding:20px}.register-form-content{max-width:100%}.logo-section{margin-bottom:40px}.welcome-section{margin-bottom:30px}.welcome-section h2{font-size:20px}.register-image-section{min-height:30vh}}@media(max-width:480px){.register-form-section{padding:16px}.logo{font-size:24px}.welcome-section h2{font-size:18px}.form-group input{padding:12px 14px;font-size:16px}.register-button{padding:14px}}.home{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:40px}.home-header{padding-top:40px;display:flex;flex-direction:column;align-items:center;gap:24px}.home-header h1{color:#181a1a;font-weight:300}.home-header strong{color:#007d9f;font-weight:600}.home-header-badges{display:flex;gap:10px}.home-welcome-text{max-width:700px;margin:0 auto;text-align:center;padding:24px 32px;background:linear-gradient(135deg,#f8fafc,#e0f3ff);border-radius:16px;border:1px solid #e2e8f0}.home-welcome-text p{color:#475569;font-size:15px;line-height:1.7;margin:0}.home-welcome-text p:first-child{font-size:17px;color:#007d9f;margin-bottom:12px}.home-welcome-text strong{color:#007d9f;font-weight:600}.game-badge__logo{display:flex;align-items:center;justify-content:center;border-radius:100%;padding:var(--padding-sm);min-width:48px;min-height:48px}.game-badge{display:flex;flex-direction:column;align-items:center;gap:10px;padding:var(--padding-sm);transition:transform .2s ease,box-shadow .2s ease}.game-badge:hover{transform:translateY(-2px);cursor:pointer}.game-badge:hover .game-badge__name:after{content:"Créer";position:relative;top:-4px;display:block;text-transform:capitalize;width:100%;height:0px;color:var(--Texte-Subtile, #555A5C);text-align:center;text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-Sub-Text-font-size, 12px);font-style:normal;font-weight:500;transition:all .2s ease}.game-badge__name{color:#181a1a;font-size:var(--typography-size-xs);font-weight:var(--typography-weight-regular);text-transform:uppercase}.ateliers-section{display:flex;flex-direction:column;gap:24px}.ateliers-section__header{display:flex;flex-direction:column}.ateliers-section__title{color:var(--Texte-Titles, #181A1A);font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.ateliers-section__count{color:var(--Texte-Titles, #181A1A);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-section__filters{display:flex;gap:16px;justify-content:space-between}.ateliers-section__filters-date{display:flex;gap:16px;align-items:center;justify-content:center}.ateliers-section__filters-date label{color:var(--Texte-Titles, #181A1A);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-section__filters select{display:flex;padding:var(--padding-sm, 12px);justify-content:flex-end;align-items:center;gap:var(--gap-s, 8px);border-radius:var(--radius-xs, 8px);border:1.5px solid var(--Borders-More-Subtile, #D7DEE0);background:var(--Baclground-Subtile, #F3F4F5);color:var(--Texte-Subtile, #555A5C);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-section__filters select:focus-visible{outline:none}.ateliers-section__filters-date-label{display:flex;flex-direction:column;gap:4px;position:relative}.ateliers-section__filters-date-label label{color:var(--Texte-Subtile, #555A5C);position:absolute;top:-24px;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-section__filters-date-label input{display:flex;padding:var(--padding-sm, 12px);justify-content:flex-end;align-items:center;gap:var(--gap-s, 8px);border-radius:var(--radius-xs, 8px);border:1.5px solid var(--Borders-More-Subtile, #D7DEE0);background:var(--Baclground-Subtile, #F3F4F5);color:var(--Texte-Subtile, #555A5C);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-section__filters-date-label button{display:flex;padding:var(--padding-sm, 12px);justify-content:flex-end;align-items:center;gap:var(--gap-s, 8px)}.ateliers-section__filters-view{display:flex;padding:var(--padding-s, 8px);align-items:center;border-radius:var(--gap-xs, 4px);border:1.5px solid var(--Borders-Sibtile, #C9D3D6);background:var(--Baclground-Subtile, #F3F4F5)}.ateliers-section__filters-view:hover{background:var(--Baclground-Subtile, #E8EAEB);border-color:var(--Borders-More-Subtile, #C5CDD0);cursor:pointer}.ateliers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(398px,400px));gap:24px}.ateliers-list{display:flex;flex-direction:column}.ateliers-list__header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:16px;align-items:center;padding:12px 0;border-bottom:2px solid var(--Borders-More-Subtile, #D7DEE0);margin-bottom:8px}.ateliers-list__header-name,.ateliers-list__header-status,.ateliers-list__header-type,.ateliers-list__header-modified{display:flex;align-items:center;gap:4px;color:var(--Texte-Subtile, #555A5C);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase;letter-spacing:.5px}.ateliers-list__header-name,.ateliers-list__header-modified{cursor:pointer;transition:color .2s ease}.ateliers-list__header-name:hover,.ateliers-list__header-modified:hover{color:var(--Texte-Titles, #181A1A)}.ateliers-list__content{display:flex;flex-direction:column}@media(max-width:768px){.ateliers-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ateliers-list__header{grid-template-columns:1fr;gap:8px}.ateliers-listing-item{grid-template-columns:1fr;gap:8px;padding:12px 0}}.hide-xs{display:none}.show-xs{display:block}@media (min-width: var(--breakpoint-sm)){.hide-sm{display:none}.show-sm,.hide-xs{display:block}.show-xs{display:none}}@media (min-width: var(--breakpoint-md)){.hide-md{display:none}.show-md,.hide-sm{display:block}.show-sm{display:none}}@media (min-width: var(--breakpoint-lg)){.hide-lg{display:none}.show-lg,.hide-md{display:block}.show-md{display:none}}@media (min-width: var(--breakpoint-xl)){.hide-xl{display:none}.show-xl,.hide-lg{display:block}.show-lg{display:none}}.container{width:100%;margin:0 auto;padding-bottom:var(--padding-md);padding-right:var(--padding-md)}@media (min-width: var(--breakpoint-sm)){.container{max-width:750px}}@media (min-width: var(--breakpoint-md)){.container{max-width:970px}}@media (min-width: var(--breakpoint-lg)){.container{max-width:1170px}}@media (min-width: var(--breakpoint-xl)){.container{max-width:1400px}}.grid{display:grid;gap:var(--gap-md)}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.grid-12{grid-template-columns:repeat(12,1fr)}@media(max-width:767px){.grid-2,.grid-3,.grid-4,.grid-6,.grid-12{grid-template-columns:1fr}}@media(min-width: var(--breakpoint-sm))and (max-width:1023px){.grid-3,.grid-4,.grid-6,.grid-12{grid-template-columns:repeat(2,1fr)}}@media(min-width: var(--breakpoint-md))and (max-width:1439px){.grid-4,.grid-6,.grid-12{grid-template-columns:repeat(3,1fr)}.grid-6,.grid-12{grid-template-columns:repeat(4,1fr)}}@media (min-width: var(--breakpoint-lg)){.grid-12{grid-template-columns:repeat(6,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}@media(max-width:767px){.flex-col-mobile{flex-direction:column}.flex-row-mobile{flex-direction:row}}@media (min-width: var(--breakpoint-sm)){.flex-col-tablet{flex-direction:column}.flex-row-tablet{flex-direction:row}}@media (min-width: var(--breakpoint-md)){.flex-col-desktop{flex-direction:column}.flex-row-desktop{flex-direction:row}}.p-responsive{padding:var(--padding-md)}@media (min-width: var(--breakpoint-sm)){.p-responsive{padding:var(--padding-lg)}}@media (min-width: var(--breakpoint-md)){.p-responsive{padding:var(--padding-xl)}}@media (min-width: var(--breakpoint-lg)){.p-responsive{padding:var(--padding-2xl)}}.m-responsive{margin:var(--margin-md)}@media (min-width: var(--breakpoint-sm)){.m-responsive{margin:var(--margin-lg)}}@media (min-width: var(--breakpoint-md)){.m-responsive{margin:var(--margin-xl)}}@media (min-width: var(--breakpoint-lg)){.m-responsive{margin:var(--margin-2xl)}}.text-responsive{font-size:var(--typography-size-md)}@media (min-width: var(--breakpoint-sm)){.text-responsive{font-size:var(--typography-size-lg)}}@media (min-width: var(--breakpoint-md)){.text-responsive{font-size:var(--typography-size-xl)}}@media (min-width: var(--breakpoint-lg)){.text-responsive{font-size:var(--typography-size-2xl)}}:root{--spacing-half: 4px;--spacing-1: 8px;--spacing-2: 12px;--spacing-3: 16px;--spacing-4: 24px;--spacing-5: 32px;--spacing-6: 40px;--spacing-7: 48px;--spacing-8: 56px;--spacing-9: 64px;--spacing-10: 72px;--spacing-11: 80px;--spacing-12: 88px;--spacing-13: 96px;--spacing-14: 104px;--typography-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--typography-family-heading: "Inter", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--typography-family-accent: "Playfair Display", "Bimbo Pro", serif;--typography-letter-spacing-default: 0px;--typography-letter-spacing-tight: -1px;--typography-letter-spacing-wide: 1px;--typography-line-height-tight: 30px;--typography-line-height-normal: 20px;--typography-line-height-relaxed: 25px;--typography-weight-light: 300;--typography-weight-regular: 400;--typography-weight-medium: 500;--typography-weight-semibold: 600;--typography-weight-bold: 700;--typography-size-xs: 12px;--typography-size-sm: 14px;--typography-size-md: 16px;--typography-size-lg: 18px;--typography-size-xl: 18px;--typography-size-2xl: 20px;--typography-size-3xl: 23px;--typography-size-4xl: 26px;--typography-size-5xl: 32px;--typography-size-6xl: 40px;--typography-size-7xl: 48px;--typography-size-8xl: 56px;--typography-size-9xl: 64px;--typography-size-10xl: 72px;--typography-size-11xl: 80px;--typography-size-12xl: 88px;--typography-size-13xl: 96px;--device-mobile: 480px;--device-lg-mobile: 768px;--device-tablette: 1024px;--device-laptop: 1440px;--device-desktop: 1920px;--typography-h1-font-family: var(--typography-family-heading);--typography-h1-font-size: var(--typography-size-7xl);--typography-h1-font-weight: var(--typography-weight-light);--typography-h1-line-height: var(--typography-line-height-tight);--typography-h2-font-family: var(--typography-family-heading);--typography-h2-font-size: var(--typography-size-4xl);--typography-h2-font-weight: var(--typography-weight-semibold);--typography-h2-line-height: var(--typography-line-height-relaxed);--typography-h3-font-family: var(--typography-family-heading);--typography-h3-font-size: var(--typography-size-3xl);--typography-h3-font-weight: var(--typography-weight-semibold);--typography-h3-line-height: var(--typography-line-height-relaxed);--typography-h4-font-family: var(--typography-family-heading);--typography-h4-font-size: var(--typography-size-2xl);--typography-h4-font-weight: var(--typography-weight-medium);--typography-h4-line-height: var(--typography-line-height-relaxed);--typography-h5-font-family: var(--typography-family-heading);--typography-h5-font-size: var(--typography-size-xl);--typography-h5-font-weight: var(--typography-weight-medium);--typography-h5-line-height: var(--typography-line-height-relaxed);--typography-h6-font-family: var(--typography-family-heading);--typography-h6-font-size: var(--typography-size-lg);--typography-h6-font-weight: var(--typography-weight-medium);--typography-h6-line-height: var(--typography-line-height-relaxed);--typography-body-font-family: var(--typography-family-base);--typography-body-font-size: var(--typography-size-md);--typography-body-font-weight: var(--typography-weight-regular);--typography-body-line-height: var(--typography-line-height-relaxed);--typography-small-font-family: var(--typography-family-base);--typography-small-font-size: var(--typography-size-sm);--typography-small-font-weight: var(--typography-weight-regular);--typography-small-line-height: var(--typography-line-height-normal);--typography-caption-font-family: var(--typography-family-base);--typography-caption-font-size: var(--typography-size-xs);--typography-caption-font-weight: var(--typography-weight-regular);--typography-caption-line-height: var(--typography-line-height-normal);--typography-button-font-family: var(--typography-family-base);--typography-button-font-size: var(--typography-size-sm);--typography-button-font-weight: var(--typography-weight-semibold);--typography-button-line-height: var(--typography-line-height-normal);--typography-input-font-family: var(--typography-family-base);--typography-input-font-size: var(--typography-size-md);--typography-input-font-weight: var(--typography-weight-regular);--typography-input-line-height: var(--typography-line-height-relaxed);--padding-xs: var(--spacing-half);--padding-s: var(--spacing-1);--padding-sm: var(--spacing-2);--padding-md: var(--spacing-3);--padding-lg: var(--spacing-4);--padding-xl: var(--spacing-5);--padding-2xl: var(--spacing-6);--padding-3xl: var(--spacing-7);--margin-xs: var(--spacing-half);--margin-s: var(--spacing-1);--margin-sm: var(--spacing-2);--margin-md: var(--spacing-3);--margin-lg: var(--spacing-4);--margin-xl: var(--spacing-5);--margin-2xl: var(--spacing-6);--margin-3xl: var(--spacing-7);--gap-xs: var(--spacing-half);--gap-s: var(--spacing-1);--gap-sm: var(--spacing-2);--gap-md: var(--spacing-3);--gap-lg: var(--spacing-4);--gap-xl: var(--spacing-5);--gap-2xl: var(--spacing-6);--gap-3xl: var(--spacing-7);--radius-xs: var(--spacing-1);--radius-sm: var(--spacing-3);--radius-regular: var(--spacing-4);--radius-md: var(--spacing-5);--radius-rounded: var(--spacing-9);--breakpoint-xs: var(--device-mobile);--breakpoint-sm: var(--device-lg-mobile);--breakpoint-md: var(--device-tablette);--breakpoint-lg: var(--device-laptop);--breakpoint-xl: var(--device-desktop);--color-primary: #106681;--color-surface-tint: #106681;--color-on-primary: #ffffff;--color-primary-container: #bce9ff;--color-on-primary-container: #004d63;--color-subtitle: #C9D3D6;--color-highlight: #004357;--color-secondary: #895020;--color-on-secondary: #ffffff;--color-secondary-container: #ffdcc4;--color-on-secondary-container: #6d3a0a;--color-tertiary: #616219;--color-on-tertiary: #ffffff;--color-tertiary-container: #e7e790;--color-on-tertiary-container: #494900;--color-error: #8f4a4e;--color-on-error: #ffffff;--color-error-container: #ffdada;--color-on-error-container: #723338;--color-background: #001f29;--color-on-background: #FDFEFF;--color-surface: #f5fafb;--color-on-surface: #171d1e;--color-surface-variant: #dbe4e6;--color-on-surface-variant: #3f484a;--color-outline: #6f797a;--color-outline-variant: #bfc8ca;--color-shadow: #000000;--color-scrim: #000000;--color-inverse-surface: #2b3133;--color-inverse-on-surface: #ecf2f3;--color-inverse-primary: #8ad0ef;--color-primary-fixed: #bce9ff;--color-on-primary-fixed: #001f2a;--color-primary-fixed-dim: #8ad0ef;--color-on-primary-fixed-variant: #004d63;--color-secondary-fixed: #ffdcc4;--color-on-secondary-fixed: #301400;--color-secondary-fixed-dim: #ffb781;--color-on-secondary-fixed-variant: #6d3a0a;--color-tertiary-fixed: #e7e790;--color-on-tertiary-fixed: #1c1d00;--color-tertiary-fixed-dim: #cbcb77;--color-on-tertiary-fixed-variant: #494900;--color-surface-dim: #d5dbdc;--color-surface-bright: #f5fafb;--color-surface-container-lowest: #ffffff;--color-surface-container-low: #eff5f6;--color-surface-container: #e9eff0;--color-surface-container-high: #e3e9ea;--color-surface-container-highest: #dee3e5}.text-h1{font-family:var(--typography-h1-font-family);font-size:var(--typography-h1-font-size);font-weight:var(--typography-h1-font-weight);line-height:var(--typography-h1-line-height)}.text-h2{font-family:var(--typography-h2-font-family);font-size:var(--typography-h2-font-size);font-weight:var(--typography-h2-font-weight);line-height:var(--typography-h2-line-height)}.text-h3{font-family:var(--typography-h3-font-family);font-size:var(--typography-h3-font-size);font-weight:var(--typography-h3-font-weight);line-height:var(--typography-h3-line-height)}.text-h4{font-family:var(--typography-h4-font-family);font-size:var(--typography-h4-font-size);font-weight:var(--typography-h4-font-weight);line-height:var(--typography-h4-line-height)}.text-h5{font-family:var(--typography-h5-font-family);font-size:var(--typography-h5-font-size);font-weight:var(--typography-h5-font-weight);line-height:var(--typography-h5-line-height)}.text-h6{font-family:var(--typography-h6-font-family);font-size:var(--typography-h6-font-size);font-weight:var(--typography-h6-font-weight);line-height:var(--typography-h6-line-height)}.text-body{font-family:var(--typography-body-font-family);font-size:var(--typography-body-font-size);font-weight:var(--typography-body-font-weight);line-height:var(--typography-body-line-height)}.text-small{font-family:var(--typography-small-font-family);font-size:var(--typography-small-font-size);font-weight:var(--typography-small-font-weight);line-height:var(--typography-small-line-height)}.text-caption{color:var(--color-on-background);font-family:var(--typography-caption-font-family);font-size:var(--typography-caption-font-size);font-weight:var(--typography-caption-font-weight);line-height:var(--typography-caption-line-height)}.text-button{font-family:var(--typography-button-font-family);font-size:var(--typography-button-font-size);font-weight:var(--typography-button-font-weight);line-height:var(--typography-button-line-height)}.text-input{font-family:var(--typography-input-font-family);font-size:var(--typography-input-font-size);font-weight:var(--typography-input-font-weight);line-height:var(--typography-input-line-height)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-tertiary{background-color:var(--color-tertiary)}.bg-error{background-color:var(--color-error)}.bg-background{background-color:var(--color-background)}.bg-surface{background-color:var(--color-surface)}.bg-surface-variant{background-color:var(--color-surface-variant)}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-tertiary{color:var(--color-tertiary)}.text-error{color:var(--color-error)}.text-on-primary{color:var(--color-on-primary)}.text-on-secondary{color:var(--color-on-secondary)}.text-on-tertiary{color:var(--color-on-tertiary)}.text-on-error{color:var(--color-on-error)}.text-on-background{color:var(--color-on-background)}.text-on-surface{color:var(--color-on-surface)}.text-on-surface-variant{color:var(--color-on-surface-variant)}.p-xs{padding:var(--padding-xs)}.p-s{padding:var(--padding-s)}.p-sm{padding:var(--padding-sm)}.p-md{padding:var(--padding-md)}.p-lg{padding:var(--padding-lg)}.p-xl{padding:var(--padding-xl)}.p-2xl{padding:var(--padding-2xl)}.p-3xl{padding:var(--padding-3xl)}.m-xs{margin:var(--margin-xs)}.m-s{margin:var(--margin-s)}.m-sm{margin:var(--margin-sm)}.m-md{margin:var(--margin-md)}.m-lg{margin:var(--margin-lg)}.m-xl{margin:var(--margin-xl)}.m-2xl{margin:var(--margin-2xl)}.m-3xl{margin:var(--margin-3xl)}.gap-xs{gap:var(--gap-xs)}.gap-s{gap:var(--gap-s)}.gap-sm{gap:var(--gap-sm)}.gap-md{gap:var(--gap-md)}.gap-lg{gap:var(--gap-lg)}.gap-xl{gap:var(--gap-xl)}.gap-2xl{gap:var(--gap-2xl)}.gap-3xl{gap:var(--gap-3xl)}.radius-xs{border-radius:var(--radius-xs)}.radius-sm{border-radius:var(--radius-sm)}.radius-md{border-radius:var(--radius-md)}.radius-rounded{border-radius:var(--radius-rounded)}.ateliers-listing-card{background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;position:relative;min-height:200px;display:flex;flex-direction:column;min-width:400px}.ateliers-listing-card:hover{transform:translateY(-2px)}.ateliers-listing-card--no-click{cursor:default}.ateliers-listing-card--no-click:hover{transform:none}.ateliers-listing-card__image{height:240px;background:#005a73;display:flex;align-items:center;justify-content:center;position:relative;border-radius:16px;overflow:hidden}.ateliers-listing-card__cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ateliers-listing-card__launch-button{position:absolute;top:16px;right:16px;background:#fffffff2;color:#005a73;border:2px solid #005A73;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;z-index:10;font-family:Inter,sans-serif;box-shadow:0 4px 12px #00000026}.ateliers-listing-card__launch-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 16px #0003}.ateliers-listing-card__launch-button:active:not(:disabled){transform:scale(.98)}.ateliers-listing-card__launch-button:disabled{opacity:.7;cursor:not-allowed}.ateliers-listing-card__logo{height:40px;width:auto;position:relative;z-index:1}.ateliers-listing-card__content{margin-top:8px;display:flex;flex-direction:column;gap:4px;flex:1}.ateliers-listing-card__footer{display:flex;justify-content:flex-start;gap:4px;align-items:center}.ateliers-listing-card__status{color:#838a8c;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-listing-card__header{display:flex;justify-content:flex-start;align-items:center;gap:8px}.ateliers-listing-card__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:100%;color:var(--color-primary-600, #005A73);flex-shrink:0}.ateliers-listing-card__title{color:#181a1a;font-size:18px;font-weight:400;margin:0;line-height:25px}.ateliers-listing-card__modified{color:var(--Texte-MoreSubtile, #838A8C);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-listing-card__modified-time{color:#49454f;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.ateliers-listing-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:16px;align-items:center;border-radius:16px;padding:8px;transition:background-color .2s ease}.ateliers-listing-item:hover{background:var(--Baclground-Subtile, #E6E0E9);cursor:pointer}.ateliers-listing-item:last-child{border-bottom:none}.ateliers-listing-item__name{display:flex;align-items:center;gap:12px}.ateliers-listing-item__image{min-width:50px;min-height:50px;width:50px;height:50px;border-radius:8px;overflow:hidden;background:var(--Baclground-Subtile, #005A73);display:flex;align-items:center;justify-content:center}.ateliers-listing-item__image img{width:40px;height:40px;object-fit:contain}.ateliers-listing-item__title{overflow:hidden;color:var(--Schemes-On-Surface, #1D1B20);text-overflow:ellipsis;font-family:var(--typography-h5-font-family, Inter);font-size:var(--typography-h6-font-size, 18px);font-style:normal;font-weight:400;line-height:var(--typography-h5-font-height, 25px)}.ateliers-listing-item__status-badge{color:var(--Schemes-On-Surface, #1D1B20);font-family:var(--typography-small-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:var(--typography-small-font-weight, 400);line-height:var(--typography-small-font-height, 25px)}.ateliers-listing-item__type-badge{display:inline-flex;padding:var(--padding-xs, 4px) var(--padding-s, 8px);flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-xs, 8px)}.ateliers-listing-item__type-badge--jeux-de-lettre{background:#edf3af;color:var(--Green-700, #4A5815);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.ateliers-listing-item__type-badge--lance-de-des{background:#fedfd3;color:var(--Orange-600, #B93809);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.ateliers-listing-item__type-badge--matching{background:var(--Blue-50, #E0F3FF);color:var(--Blue-700, #004357);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.ateliers-listing-item__modified{color:var(--Schemes-On-Surface, #1D1B20);font-family:var(--typography-small-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:var(--typography-small-font-weight, 400);line-height:var(--typography-small-font-height, 25px)}.ateliers-listing-item__actions{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.ateliers-listing-item__actions:hover{background:var(--Baclground-Subtile, #F3F4F5)}.ateliers-page{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:40px}.ateliers-header{display:flex;flex-direction:column;align-items:center;gap:24px}.ateliers-header h1{width:620px;text-align:center;font-weight:300;color:#1d1b20;font-family:var(--font-family-heading, Inter);font-size:32px;font-style:normal;line-height:150%}.ateliers-header h1 strong{color:var(--Blue-500, #007D9F);text-align:center;font-family:var(--font-family-heading, Inter);font-size:32px;font-style:normal;font-weight:700;line-height:150%}.ateliers-header-badges{display:flex;gap:10px}.wl-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--padding-lg)}.wl-modal{position:relative;width:100%;max-width:480px;background:var(--color-surface-container-lowest);border-radius:var(--radius-sm);box-shadow:0 20px 40px #0000002e;padding:var(--padding-3xl) var(--padding-lg) var(--padding-lg);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--gap-md)}.wl-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:9999px;background:var(--color-surface-container);color:var(--color-on-surface);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.wl-modal__close:hover{background:var(--color-surface-container-high)}.wl-modal__icon-wrap{width:56px;height:56px;border-radius:9999px;background:var(--color-primary-container);display:flex;align-items:center;justify-content:center;flex-shrink:0}.wl-modal__icon{width:28px;height:28px;color:var(--color-on-primary-container)}.wl-modal__title{font-family:"Montserrat",var(--typography-family-heading);font-size:var(--typography-size-2xl);font-weight:var(--typography-weight-semibold);color:var(--color-on-surface);margin:0}.wl-modal__body{font-family:var(--typography-family-base);font-size:var(--typography-size-md);font-weight:var(--typography-weight-regular);color:var(--color-on-surface-variant);line-height:var(--typography-line-height-relaxed);margin:0}.wl-modal__actions{display:flex;flex-direction:column;gap:var(--gap-s);width:100%;margin-top:var(--margin-s)}.wl-modal__btn{width:100%;padding:var(--padding-md) var(--padding-lg);border:none;border-radius:var(--radius-rounded);font-family:var(--typography-family-base);font-size:var(--typography-size-sm);font-weight:var(--typography-weight-semibold);cursor:pointer;transition:background .15s ease}.wl-modal__btn--primary{background:var(--color-primary);color:var(--color-on-primary)}.wl-modal__btn--primary:hover{background:var(--color-highlight)}.wl-modal__btn--secondary{background:var(--color-surface-container);color:var(--color-on-surface)}.wl-modal__btn--secondary:hover{background:var(--color-surface-container-high)}.single-atelier{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:32px}.single-atelier__header{margin-bottom:2rem}.single-atelier__back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#005a73;font-size:1rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s ease}.single-atelier__back-btn:hover{background-color:#f0f8ff}.single-atelier__not-found{text-align:center;padding:4rem 2rem}.single-atelier__not-found h2{color:#2b2f30;margin-bottom:1rem}.single-atelier__not-found p{color:#555a5c;margin-bottom:2rem}.btn-primary{background-color:#005a73;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.btn-primary:hover{background-color:#004a63}.atelier-detail{display:flex;flex-direction:column;gap:24px;background:#fff;border-radius:12px}.atelier-detail__banner{position:relative;width:100%;height:250px;overflow:hidden;border-radius:19px}.atelier-detail__banner img{width:100%;height:100%;object-fit:cover}.atelier-detail__banner-default{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#005a73}.atelier-detail__banner-logo{display:flex;align-items:center;justify-content:center}.atelier-detail__banner-logo img{height:60px;width:auto;opacity:.9;filter:brightness(0) invert(1)}.atelier-detail__banner-status{position:absolute;display:flex;justify-content:space-between;top:12px;padding:0 24px;width:100%;align-self:center}.atelier-detail__status-badge{background:#28a745;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;letter-spacing:.5px;color:var(--Green-50, #edf3af);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500}.atelier-detail__stats{display:flex;gap:24px;flex-wrap:wrap}.atelier-detail__header{display:flex;justify-content:space-between;align-items:center}.atelier-detail__param{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;padding-right:4px}.atelier-detail__param:not(:first-child){border-left:1px solid var(--Borders-More-Subtile, #46464670);padding-left:4px}.atelier-detail__header-left-content{display:flex;align-items:flex-start;gap:8px;flex:1}.atelier-detail__icon{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;min-width:60px;height:60px}.atelier-detail__title-section{flex:1;display:flex;flex-direction:column;gap:8px}.atelier-detail__type-badge{display:flex;padding:var(--padding-xs, 4px) var(--padding-s, 8px);flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-xs, 8px);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.atelier-detail__title{color:#1d1b20;font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.atelier-detail__management-actions{display:flex;gap:12px}.atelier-detail__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.atelier-detail__status{font-weight:600;font-size:.9rem;padding:.25rem .75rem;border-radius:20px;background-color:#28a7451a}.atelier-detail__type{font-weight:600;font-size:.9rem;padding:.25rem .75rem;border-radius:20px}.atelier-detail__modified{color:#6c757d;font-size:.9rem}.atelier-detail__actions{display:flex;gap:.75rem;flex-wrap:wrap}.atelier-detail__action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #dee2e6;background:#fff;color:#495057;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.atelier-detail__action-btn:hover{background-color:#f8f9fa;border-color:#adb5bd}.atelier-detail__action-btn.primary{background-color:#005a73;color:#fff;border-color:#005a73}.atelier-detail__action-btn.primary:hover{background-color:#004a63;border-color:#004a63}.atelier-detail__content{display:flex;flex-direction:row;gap:86px;padding-top:8px}.atelier-detail__playing-content{display:flex;flex-direction:column;gap:24px;width:100%}.atelier-detail__section{display:flex;flex-direction:column;gap:8px;width:100%}.atelier-detail__main{display:flex;flex-direction:column;gap:2rem;width:50%}.atelier-detail__group_associate{display:flex;flex-direction:column;gap:24px;width:50%}.atelier-detail__playing-section{display:flex;flex-direction:column;gap:24px;width:100%}.atelier-detail__playing-actions{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%}.atelier-detail__section label,.atelier-detail__playing-section label{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.atelier-detail__playing-section select{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #e9e4f1;background:#fff;color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:16px;font-weight:200;line-height:24px}.atelier-detail__playing-group-select{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.atelier-detail__playing-group-summary{padding:16px;border-radius:12px;background:#f5f8fa;border:1px solid #e0e7ea;display:flex;flex-direction:column;gap:4px;color:#2b2f30;font-family:Inter;font-size:14px;line-height:20px}.atelier-detail__playing-section select:disabled{background:#f0f0f0;cursor:not-allowed;color:gray}.atelier-detail__playing-footer{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.atelier-detail__playing-footer-text{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.atelier-detail__playing-group-select textarea{display:flex;height:240px;padding:16px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px;border:1px solid var(--Borders-More-Subtile, #d7dee0);background:var(--Baclground-Maine, #fdfeff);outline:none;color:#211f26;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px;resize:vertical}.atelier-detail__section select,.atelier-detail__playing-section select{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #e9e4f1;background:#fff;color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:16px;font-weight:200;line-height:24px}.atelier-detail__section select option{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:16px;font-style:normal;font-weight:200;line-height:24px;border:1px solid #e9e4f1}.atelier-detail__section select:focus-visible{outline:none}.atelier-detail__section h3:not(.atelier-details-main-title){color:#5f5f7b;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase}.atelier-details-main-title{margin-bottom:16px!important}.atelier-detail__section p{color:#49454f;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:170%}.atelier-detail__objectives{list-style:none;padding:0;margin:0}.atelier-detail__objectives li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#495057;line-height:1.5}.atelier-detail__objectives li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.atelier-detail__sidebar{display:flex;flex-direction:column;align-self:flex-start;gap:8px;width:50%}.atelier-detail__asynchrone-card{display:flex;flex-direction:column;gap:8px}.atelier-detail__asynchrone-header{display:flex;align-items:center;gap:8px}.atelier-detail__asynchrone-title{color:#5f5f7b;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase}.atelier-detail__async-switch-container{padding:16px 0}.atelier-detail__switch-wrapper{display:flex;align-items:flex-start;gap:12px}.atelier-detail__switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:44px;height:24px;background-color:#e0e0e0;border-radius:12px;position:relative;cursor:pointer;transition:background-color .3s ease;flex-shrink:0;margin-top:2px}.atelier-detail__switch:checked{background-color:#007d9f}.atelier-detail__switch:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background-color:#fff;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px #0000001a}.atelier-detail__switch:checked:before{transform:translate(20px)}.atelier-detail__switch-label{color:var(--Texte-Principal, #1d2939);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer;flex:1}.atelier-detail__asynchrone-options{display:flex;flex-direction:column;gap:16px}.atelier-detail__option-card{display:flex;flex-direction:column;gap:8px}.atelier-detail__option-card h5{color:var(--Texte-Principal, #1d2939);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin:0}.atelier-detail__checkbox-label{display:flex;align-items:center;gap:8px;color:var(--Texte-Principal, #2b2f30);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer}.atelier-detail__checkbox-label input[type=checkbox]{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background-color:#fff;transition:all .2s ease}.atelier-detail__checkbox-label input[type=checkbox]:checked{background-color:#007d9f;border-color:#007d9f}.atelier-detail__checkbox-label input[type=checkbox]:checked:before{content:"✓";position:absolute;color:#fff;font-size:12px;font-weight:700;top:-3px;left:2px}.atelier-detail__date-input{display:flex;height:53px;padding:16px;flex-direction:column;align-items:flex-start;gap:10px;flex-shrink:0;align-self:stretch;border-radius:8px;border:1px solid #ccc;background:#fff;color:#888a9e;font-family:Inter;font-size:16px;font-style:italic;font-weight:400}.atelier-detail__date-input:focus{outline:none;border-color:#007d9f;box-shadow:0 0 0 3px #007d9f1a}.atelier-detail__date-input::placeholder{color:#9ca3af}.atelier-detail__notes-card{border-radius:16px;background:var(--Baclground-Subtile, #f3f4f5);padding:24px;display:flex;flex-direction:column;gap:8px}.atelier-detail__notes-title{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.atelier-detail__notes-textarea{width:100%;max-width:100%;border-radius:8px;border:1px solid var(--Texte-Rivers, #f8f9fa);background:var(--Baclground-Maine, #fdfeff);color:var(--Texte-MoreSubtile, #838a8c);font-family:Inter;font-size:16px;font-style:italic;font-weight:400;line-height:170%;padding:16px;height:240px}.atelier-detail__notes-saved{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.atelier-detail__info-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid #e9ecef}.atelier-detail__info-card h3{font-size:1.25rem;font-weight:600;color:#2b2f30;margin:0 0 1rem}.atelier-detail__info-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.atelier-detail__info-item:last-child{margin-bottom:0}.atelier-detail__info-item>div{display:flex;flex-direction:column}.atelier-detail__info-label{font-size:.85rem;color:#6c757d;font-weight:500}.atelier-detail__info-value{font-size:1rem;color:#2b2f30;font-weight:600}.atelier-detail__materials{list-style:none;padding:0;margin:0}.atelier-detail__materials li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:#495057}.atelier-detail__materials li:before{content:"•";position:absolute;left:0;color:#005a73;font-weight:700}.atelier-detail__game-actions{display:flex;flex-direction:row;gap:8px}.groupe-details-listing-container{display:flex;flex-direction:column;gap:16px}.groupe-details-listing-title,.atelier-details-main-title{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:25px}@media(max-width:768px){.atelier-detail__header{flex-direction:column;gap:1.5rem;align-items:stretch}.atelier-detail__actions{justify-content:center}.atelier-detail__content{grid-template-columns:1fr;gap:1.5rem}.atelier-detail__title{font-size:1.5rem}.atelier-detail__meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.groupe-details-listing-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}.groupes-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,.3fr));gap:1rem}.no-groupes-message{text-align:center;padding:2rem;color:#666;font-style:italic}.no-groupes-message p{margin:0}.atelier-detail__separator{display:flex;align-items:center;justify-content:center;gap:13px}.atelier-detail__separator-line{flex:1;height:2px;background-color:#b3bdc0}.atelier-detail__separator-text{color:#4d4d4d;text-align:center;font-family:var(--font-family-heading, Inter);font-size:18px;font-style:normal;font-weight:700;line-height:150%}.atelier-detail__section-title{color:#5f5f7b;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase}.atelier-detail__activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.atelier-detail__activity-total{display:flex;align-items:center;gap:8px}.atelier-detail__activity-total-label{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.atelier-detail__activity-total-value{color:var(--Texte-Principal, #1d1b20);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.atelier-detail__activity-calendar{border-radius:8px;display:flex;align-items:center}.react-activity-calendar__calendar{margin-left:0!important}.react-activity-calendar{width:100%;flex:1}.atelier-detail__activity-calendar svg{width:100%;max-width:100%}.atelier-detail__activity-calendar svg text{fill:#000!important;color:#000!important}.atelier-detail__activity-calendar svg text[class*=month],.atelier-detail__activity-calendar svg text[class*=weekday]{fill:#000!important;color:#000!important}.atelier-detail__activity-calendar [class*=tooltip],.atelier-detail__activity-calendar [class*=Tooltip],.atelier-detail__activity-calendar .react-activity-calendar__tooltip,.atelier-detail__activity-calendar div[role=tooltip],.atelier-detail__activity-calendar [data-tooltip]{background-color:#1d1b20!important;color:#fff!important;padding:8px 12px!important;border-radius:6px!important;font-size:12px!important;font-family:Inter,sans-serif!important;box-shadow:0 2px 8px #0003!important;z-index:1000!important}.atelier-detail__activity-calendar [class*=tooltip] *,.atelier-detail__activity-calendar [class*=Tooltip] *,.atelier-detail__activity-calendar .react-activity-calendar__tooltip *,.atelier-detail__activity-calendar div[role=tooltip] *,.atelier-detail__activity-calendar [data-tooltip] *{color:#fff!important;fill:#fff!important}body .react-activity-calendar__tooltip,body [class*=react-activity-calendar][class*=tooltip],body [class*=react-activity-calendar] [class*=tooltip],body [id*=tooltip],body [class*=Tooltip],body [class*=tooltip]:not([class*=play-step-controller]){background-color:#1d1b20!important;color:#fff!important;padding:8px 12px!important;border-radius:6px!important;font-size:12px!important;font-family:Inter,sans-serif!important;box-shadow:0 2px 8px #0003!important}body .react-activity-calendar__tooltip *,body [class*=react-activity-calendar][class*=tooltip] *,body [class*=react-activity-calendar] [class*=tooltip] *,body [id*=tooltip] *,body [class*=Tooltip] *,body [class*=tooltip]:not([class*=play-step-controller]) *{color:#fff!important;fill:#fff!important}.atelier-detail__activity-calendar svg [class*=tooltip],.atelier-detail__activity-calendar svg g[class*=tooltip],.atelier-detail__activity-calendar svg foreignObject{background-color:#1d1b20!important;color:#fff!important}.atelier-detail__activity-calendar svg [class*=tooltip] text,.atelier-detail__activity-calendar svg g[class*=tooltip] text,.atelier-detail__activity-calendar svg foreignObject text{fill:#fff!important;color:#fff!important}.atelier-detail__action-create-group{display:flex;width:274px;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Baclground-Maine, #fdfeff);overflow:hidden;color:var(--Text-or-Icones-Liens, #007d9f);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:700;line-height:16px;border:none;align-self:center;transition:all .2s ease}.atelier-detail__action-create-group:hover{background:var(--Baclground-More-Subtile, #e8e9ea);cursor:pointer}.atelier-detail__group_associate-header{display:flex;align-items:center;gap:12px}.atelier-detail__playing{display:flex;flex-direction:column;gap:24px;width:50%}.atelier-detail__playing-header{display:flex;align-items:center;gap:12px}.atelier-detail__back-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background-color:#f5f5f5;color:#666;cursor:pointer;transition:all .2s ease}.atelier-detail__back-button:hover{background-color:#e0e0e0;color:#333}.alert-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.alert-popup__modal{position:relative;width:100%;max-width:640px;background:#f3f4f5;border-radius:12px;box-shadow:0 20px 40px #0003;padding:24px 24px 20px}.alert-popup__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:9999px;background:#f3f4f6;color:#211f26;font-size:24px;cursor:pointer}.alert-popup__close:hover{background:#e5e7eb}.alert-popup__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.alert-popup__icon{width:36px;height:36px;border-radius:9999px;background:#fee2e2;color:#b91c1c;display:flex;align-items:center;justify-content:center;font-weight:700}.alert-popup__title{color:#111827;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;font-weight:600}.alert-popup__content{color:#374151;line-height:1.5}.alert-popup__footer{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.alert-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;border-radius:40px;font-weight:700;cursor:pointer}.alert-btn--danger{background:#8c1d18;display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);flex:1 0 0;color:#fff}.alert-btn--muted{background:#d7dee0;color:#111827;display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);flex:1 0 0}.alert-btn--danger:hover{background:#991b1b}.alert-btn--muted:hover{background:#d1d5db}.ateliers-stats-card{border-radius:14px;border:1px solid var(--Borders-More-Subtile, #D7DEE0);padding:18px 24px;background:#fff;width:225px;max-width:225px;display:flex;flex-direction:column;gap:6px}.ateliers-stats-card__label{color:var(--Texte-MoreSubtile, #838A8C);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.ateliers-stats-card__value{color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:170%}.icon-button{display:flex;padding:8px 16px 8px 8px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Baclground-Subtile, #F3F4F5);border:none;cursor:pointer;transition:all .2s ease}.icon-button:hover:not(:disabled){background:var(--icon-bg-color, var(--Baclground-More-Subtile, #E8E9EA));opacity:.8}.icon-button:disabled{opacity:.5;cursor:not-allowed}.icon-button__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.icon-button--duplicate .icon-button__icon:not([style*=background-color]){background:#007aff}.icon-button--edit .icon-button__icon:not([style*=background-color]){background:#28a745}.icon-button--delete .icon-button__icon:not([style*=background-color]){background:#dc3545}.icon-button--associate .icon-button__icon:not([style*=background-color]){background:#007aff}.icon-button--play .icon-button__icon:not([style*=background-color]){background:#6c757d}.icon-button--create{background:#fdfeff}.icon-button__text{overflow:hidden;color:var(--Texte-Titles, #181A1A);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:400;line-height:16px}.groupe-details-card{border-radius:var(--radius-sm, 16px);border:1.5px solid #F5F2FA;background:var(--Background-Subtile, #F3F4F5);display:flex;width:100%;min-width:400px;padding:var(--padding-sm, 12px);flex-direction:column;align-items:flex-start;gap:var(--gap-s, 8px);cursor:pointer;transition:all .2s ease}.groupe-details-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;border-color:#007d9f}.groupe-card-header{display:flex;align-items:center;gap:12px;width:100%;justify-content:space-between}.groupe-card-header-main{display:flex;align-items:center;gap:12px}.groupe-card-image{width:40px;height:40px;flex-shrink:0;aspect-ratio:1/1;border-radius:100px;border:1px solid #CDC8D7;background:url(<path-to-image>) #d3d3d3 -1.685px .662px / 111.232% 101.039% no-repeat}.groupe-card-title-section{display:flex;flex-direction:column;gap:8px}.groupe-card-name{overflow:hidden;color:var(--Texte-Maine, #2B2F30);text-overflow:ellipsis;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:25px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.groupe-card-meta{display:flex;flex-direction:row;gap:2px;font-size:12px;color:#666}.groupe-card-actions{display:flex;align-items:center;gap:8px}.groupe-card-play-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;min-width:auto;height:32px;border-radius:20px;border:1px solid currentColor;background-color:#007d9f;color:#fff;cursor:pointer;transition:all .2s ease;white-space:nowrap}.groupe-card-play-button:hover:not(:disabled){filter:brightness(.85);transform:scale(1.05)}.groupe-card-play-button:focus{outline:none;box-shadow:0 0 0 2px #00000026}.groupe-card-play-button:disabled{cursor:not-allowed;opacity:.7}.groupe-card-play-button.loading{opacity:.8}.groupe-card-play-text{font-family:Inter;font-size:12px;font-weight:500;color:#fff;line-height:1}.groupe-card-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.groupe-card-settings-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid transparent;background-color:#fff;color:#2b2f30;cursor:pointer;transition:all .2s ease}.groupe-card-settings-button:hover{background-color:#e0f3ff;border-color:#007d9f;color:#007d9f}.groupe-card-settings-button:focus{outline:none;box-shadow:0 0 0 2px #007d9f4d}.groupe-card-date,.groupe-card-duration{height:10px;display:flex;flex-direction:row;align-items:center;color:var(--Borders-Revers, #2B2F30);font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-Sub-Text-font-size, 12px);font-style:normal;font-weight:var(--typography-Sub-Text-font-weight, 400);line-height:var(--typography-Sub-Text-font-height, 20px)}.groupe-card-date{border-right:2px solid #2B2F30;padding-right:4px}.groupe-card-status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;color:#fff;text-transform:uppercase}.groupe-card-presence{display:flex;flex-direction:column;width:100%}.groupe-card-presence-info{display:flex;align-items:center;gap:4px}.groupe-card-presence-text{color:#888a9e;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.groupe-card-eye-icon{font-size:12px;color:#2b2f30}.groupe-card-progress{display:flex;align-items:center;gap:4px}.groupe-card-progress-bar{flex:1;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden}.groupe-card-progress-fill{height:100%;background-color:#7f972b;transition:width .3s ease}.groupe-card-progress-text{overflow:hidden;color:var(--Borders-Revers, #2B2F30);text-align:center;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.groupe-card-subgroups{display:flex;flex:1;min-width:248px;padding:var(--padding-sm, 12px);flex-direction:column;align-items:flex-start;gap:var(--gap-md, 16px);align-self:stretch;border-radius:var(--radius-sm, 16px);border:1px solid #E9E4F1;background:var(--Baclground-Maine, #FDFEFF)}.subgroup-card{display:flex;flex-direction:column;width:100%}.subgroup-header{display:flex;gap:8px;align-items:center}.subgroup-title{color:#888a9e;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;letter-spacing:.6px;text-transform:uppercase}.subgroup-eye-icon{font-size:10px;color:#666}.subgroup-stats{display:flex;justify-content:space-between;gap:8px}.subgroup-stat{display:flex;padding:8px 4px;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-xs, 8px);border:1px solid var(--Borders-More-Subtile, #D7DEE0);background:#fff;flex:1}.subgroup-stat-label{color:var(--Texte-MoreSubtile, #838A8C);text-align:center;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-Sub-Text-font-size, 12px);font-style:normal;font-weight:var(--typography-Sub-Text-font-weight, 400);line-height:var(--typography-Sub-Text-font-height, 18px)}.subgroup-stat-value{color:var(--Texte-Titles, #181A1A);font-family:var(--typography-Sub-Text-font-family, Inter);font-size:14px;font-style:normal;font-weight:var(--typography-Sub-Text-font-weight, 400);line-height:var(--typography-Sub-Text-font-height, 20px);text-transform:uppercase}.matching-intro{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:32px}.matching-intro-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.matching-intro-left{display:flex;flex-direction:column;gap:2rem}.matching-intro-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.matching-intro-header h1{color:var(--Texte-Titles, #181a1a);text-align:center;font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.matching-intro-description{font-size:1.1rem;color:#666;line-height:1.6;margin:0}.matching-intro-info h3{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:24px}.matching-intro-info p{color:#555;line-height:1.6;margin:0 0 1rem}.matching-intro-info p:last-child{margin-bottom:0}.create-workshop-btn{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);width:400px;border-radius:39px;background:var(--Background-Hover, #004357);border:none;overflow:hidden;color:#fff;text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:700;line-height:16px}.create-workshop-btn:hover{background:#004a63;transform:translateY(-2px);cursor:pointer}.matching-intro-right{display:flex;flex-direction:column;gap:2rem}.matching-intro-image{width:100%;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}.matching-intro-image img{width:100%;height:100%;object-fit:cover}.matching-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{display:flex;transform:rotate(-90deg);padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;border-radius:12px;border:1.5px solid #e6e6e6;background:#f1f3f4;color:gray;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media(max-width:768px){.matching-intro-content{grid-template-columns:1fr;gap:2rem}.matching-intro-header h1{font-size:2rem}.matching-intro-image{height:250px}}.workshop-header{display:flex;align-items:center;gap:1rem}.workshop-header-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#6c757d}.workshop-header-back-btn:hover{background:#e9ecef;color:#495057}.workshop-header-progress{display:flex;align-items:center;gap:0;flex:1;justify-content:center}.workshop-header-step-item{display:flex;align-items:center;gap:16px;padding:16px 24px;position:relative}.workshop-header-step-separator{color:#dee2e6;font-size:18px;font-weight:500;margin-left:16px}.workshop-header-step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-family:Roboto;font-size:14px;font-weight:500;line-height:20px;transition:all .3s ease}.workshop-header-step-label{font-family:Inter;font-size:12px;font-weight:400;line-height:18px;transition:all .3s ease}.workshop-header-step-item.inactive .workshop-header-step-number{background:transparent;color:#838a8c}.workshop-header-step-item.inactive .workshop-header-step-label{color:#838a8c}.workshop-header-step-item.active .workshop-header-step-number{color:var(--Blue-500, #007D9F);text-align:center;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.workshop-header-step-item.active .workshop-header-step-label{color:#005a73;font-weight:600}.workshop-header-step-item.completed .workshop-header-step-number{background:#28a745;color:#fff}.workshop-header-step-item.completed .workshop-header-step-label{color:#155724;font-weight:500}@media(max-width:768px){.workshop-header{flex-direction:column;gap:1rem;padding:0 1rem}.workshop-header-progress{flex-direction:column;gap:.5rem;width:100%}.workshop-header-step-item{width:100%;justify-content:flex-start;padding:12px 16px}.workshop-header-step-separator{display:none}}@media(max-width:480px){.workshop-header-step-item{padding:8px 12px}.workshop-header-step-label{font-size:11px}}.matching-create-step1{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.step-header{display:flex;align-items:center;gap:8px;margin-bottom:42px}.type-game-badge{display:flex;padding:var(--padding-xs, 4px) var(--padding-s, 8px);flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-xs, 8px);font-weight:600;font-size:.9rem}.matching-create-step-content h1{color:var(--Texte-Titles, #181A1A);text-align:center;font-family:Inter;font-size:23px;font-style:normal;font-weight:700;line-height:31px}.matching-create-form-section{background:#fff;border-radius:12px;margin-bottom:2rem;display:flex;flex-direction:row;gap:24px}.matching-create-form-section-left,.matching-create-form-section-right{width:50%}.form-group{display:flex;flex-direction:column;gap:8px}.matching-create-form-group{margin-bottom:24px}.form-group label{color:var(--Gray-700, #2b2f30);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.required-asterisk{color:#ef4444;margin-left:4px}.form-group input,.form-group textarea,.form-group select{width:100%;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--Gray-200, #d7dee0);background:var(--Gray-0, #fdfeff);color:var(--Gray-700, #2b2f30);transition:all .3s ease;font-family:Inter;font-size:14px}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus,.form-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #ffffff inset!important;-webkit-text-fill-color:#1f2937!important;border:1.5px solid #d1d5db!important;transition:background-color 5000s ease-in-out 0s;caret-color:#007d9f!important}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border:1px solid var(--Background-Hover, #007D9F);border-color:#007d9f;transform:translateY(-1px);box-shadow:0 4px 12px #00435726}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input.input-error{border-color:#ef4444}.form-group input.input-error:focus{border-color:#ef4444;box-shadow:0 4px 12px #ef444426}.form-error-text{color:#ef4444;font-family:Inter;font-size:12px;margin-top:4px;line-height:1.4}.form-group textarea{resize:vertical;min-height:100px;font-family:Inter;line-height:1.5}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.image-upload-sections-wrapper{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.image-preview-section{flex:1;display:flex;flex-direction:column;gap:12px;width:100%}.image-upload-area{position:relative;flex:1;min-height:200px;border:2px dashed #d7dee0;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;cursor:pointer;transition:all .3s ease;width:100%}.image-upload-area:hover{border-color:#007d9f;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 25px #007d9f1a}.image-upload-area.dragover{border-color:#007d9f;background:#f0f8ff;border-style:solid}.image-upload-area.uploading{border-color:#007d9f;background:#f0f8ff;pointer-events:none}.upload-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px}.upload-spinner{width:32px;height:32px;border:3px solid #f0f8ff;border-top:3px solid #007D9F;border-radius:50%;animation:spin 1s linear infinite}.upload-loading-text{color:#007d9f;font-weight:500;font-size:14px;margin:0}.image-preview-section .selected-image-container{position:relative;width:100%;height:250px;border:2px solid #007D9F;border-radius:12px;overflow:hidden}.upload-icon{color:#007d9f;margin-bottom:16px}.upload-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.upload-main-text{color:#211f26;text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:300;line-height:150%}.upload-main-text strong{color:var(--Background-Hover, #004357);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:150%}.upload-formats{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.format-text{color:#5f5f7b;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.format-badge{display:flex;padding:4px;justify-content:center;align-items:center;gap:10px;border-radius:7px;background:#f5f2fa;color:#5f5f7b;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.format-size{color:#5f5f7b;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.upload-alternative{color:#211f26;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.upload-alternative strong{color:var(--Background-Hover, #004357);font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.upload-alternative u{text-decoration:underline;cursor:pointer}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.selected-image-container{position:relative;width:100%;height:250px;min-height:250px}.selected-image{width:100%;height:250px;object-fit:cover;border-radius:10px}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:10px}.image-upload-area.has-image:hover .image-overlay{opacity:1}.image-preview-info{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.preview-text{color:#fff;font-family:Inter;font-size:14px;font-weight:400;margin:0;line-height:1.4}.change-image-btn{background:#fffffff2;color:#2b2f30;border:none;padding:12px 24px;border-radius:8px;font-family:Inter;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.change-image-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.form-help-text{font-family:Inter;font-size:12px;color:#6b7280;margin-top:4px;line-height:1.4}.preview-replace-text{color:#6b7280;font-family:Inter;font-size:12px;font-weight:400;margin:0;text-align:left;line-height:1.4}.matching-create-step-actions{display:flex;justify-content:center;gap:1rem}.btn-primary,.btn-secondary{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;border:none;overflow:hidden;text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:600;line-height:150%;transition:all .3s ease;cursor:pointer}.btn-primary{background:var(--Background-Maine, #005a73);color:var(--Texte-Rivers, #f8f9fa)}.btn-primary:hover:not(:disabled){background:var(--Background-Hover, #004357);transform:translateY(-2px);box-shadow:0 8px 25px #0043574d}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.btn-secondary{background:var(--Gray-200, #d7dee0);color:var(--Gray-700, #2b2f30)}.btn-secondary:hover:not(:disabled){background:var(--Gray-300, #c4d0d3);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}@media(max-width:768px){.matching-create-step-progress{flex-direction:column;gap:1rem}.matching-create-step-actions{flex-direction:column}.image-upload-sections-wrapper{flex-direction:column;gap:16px}.image-preview-section{min-width:auto}}.cards-grid-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:2rem;margin-bottom:6rem}.cards-grid-wrapper{position:relative;background:#fff;border-radius:12px}.cards-grid{display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:2;position:relative}.grid-row{display:flex;gap:1rem;align-items:center;position:relative}.droppable-row{display:flex;align-items:center;gap:8px;min-height:65px;transition:background-color .2s ease}.droppable-row.drag-over{background-color:#fff!important;border-radius:8px}.card-slot.dragging{background-color:#ca4129!important;border-style:dashed!important;border-color:#5ad3ff!important;border-width:2px!important;transition:all .2s ease}.card-slot{transition:transform .2s ease,opacity .2s ease}.droppable-row.drag-over .card-slot:not(.dragging){transform:scale(1.02);transition:transform .2s ease}.row-controls-container{position:absolute;left:-50px;top:50%;transform:translateY(-50%);width:50px;height:100%;display:flex;align-items:center;justify-content:center;z-index:10}.floating-controls{display:flex;flex-direction:column;gap:.5rem;opacity:0;pointer-events:none}.floating-controls.visible{opacity:1;pointer-events:all}.control-icon{width:32px;height:32px;border-radius:50%;border:none;background:#fff;color:#5ad3ff;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.control-icon:hover:not(:disabled){background:#5ad3ff;color:#fff}.column-icon:hover:not(:disabled){background:#5ad3ff;color:#fff;transform:rotate(90deg) scale(1.1)}.control-icon:disabled{opacity:.5;cursor:not-allowed}.row-icon{font-size:1.5rem}.column-icon{font-size:1.5rem;transform:rotate(90deg)}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10}.popup{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 25px #00000026;text-align:center;min-width:300px}.popup p{margin:0 0 1.5rem;font-size:1.1rem;color:#374151}.popup-buttons{display:flex;gap:1rem;justify-content:center}.popup-buttons button{padding:.75rem 1.5rem;border-radius:8px;border:2px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;font-weight:500;transition:all .2s ease}.popup-buttons button:hover{border-color:#d1d5db;background:#f9fafb}.popup-buttons button.confirm{background:#ef4444;color:#fff;border-color:#ef4444}.popup-buttons button.confirm:hover{background:#dc2626;border-color:#dc2626}.column-controls-row{position:absolute;top:-50px;left:0;right:0;height:50px;display:flex;gap:1rem;align-items:center;justify-content:center;z-index:10}.column-controls-container{position:relative;width:112px;height:100%;display:flex;align-items:center;justify-content:center}.column-controls-container .floating-controls{flex-direction:row;gap:.5rem}.grid-row:before{position:absolute;align-self:center;justify-self:center;margin-left:2.5%;content:"";display:block;width:calc((var(--columns) - 1) * (112px + 1rem) + 112px);height:2px;background:#5ad3ff;z-index:-1;pointer-events:none;opacity:inherit;transition:opacity .2s ease-out;width:95%}.card-slot{position:relative;background:#fff;border:2px solid #5AD3FF;border-radius:12px;cursor:pointer;transition:all .2s ease;height:65px;width:112px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.card-slot:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.card-slot.dragging{transform:rotate(5deg)}.card-slot.existing-card{border-color:#10b981;background:#fff}.card-slot.empty-card{border-color:#5ad3ff;background:#f9fafb}.card-slot.empty-card:hover{border-color:#3b82f6;background:#eff6ff}.card-slot.add-card{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-style:dashed;min-height:65px;min-width:112px}.card-slot.add-card:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#1d4ed8}.card-image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.card-image img{height:100%;object-fit:contain;border-radius:8px;display:block}.card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.card-number{font-size:1.5rem;font-weight:700;color:#3b82f6;background:#eff6ff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #3b82f6}.card-menu{position:absolute;top:4px;right:4px;display:flex;flex-direction:column;gap:2px;opacity:0;transition:opacity .2s ease;z-index:15}.card-slot:hover .card-menu{opacity:1}.menu-dots{color:#fff;font-size:.8rem;cursor:pointer}.drag-handle{background:#000c;border:none;border-radius:4px;color:#fff;font-size:.8rem;padding:4px;cursor:grab;transition:all .2s ease;touch-action:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:all;position:relative;z-index:10;min-width:22px;min-height:22px;display:flex;align-items:center;justify-content:center;opacity:1}.drag-handle:hover{background:#000c;transform:scale(1.05);cursor:grabbing}.drag-handle:active{transform:scale(.95);background:#000000e6}.edit-konva-btn{background:#9ca3afb3;border:none;border-radius:4px;color:#fff;font-size:.7rem;padding:2px 4px;cursor:pointer;transition:all .2s ease;touch-action:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:all;position:relative;z-index:10;min-width:18px;min-height:18px;display:flex;align-items:center;justify-content:center}.edit-konva-btn:hover{background:#6b7280cc;transform:scale(1.05)}.edit-konva-btn:active{transform:scale(.95);background:#4b5563e6}.add-card-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.add-icon{font-size:2.5rem;color:#3b82f6;font-weight:700;background:#fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:2px solid #3b82f6}.dragging-overlay{background:#fff;border:2px solid #3b82f6;border-radius:8px;box-shadow:0 8px 25px #00000026;transform:rotate(5deg)}.add-row-btn{position:absolute;bottom:-80px;left:50%;width:100%;justify-content:center;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;border:2px solid #e0e7ff;border-radius:8px;cursor:pointer;color:var(--Texte-Subtile, #555A5C);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;transition:all .2s ease;z-index:1}.add-row-btn:hover:not(.disabled){border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.add-row-btn.disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6;color:#9ca3af;border-color:#d1d5db}.add-column-btn{position:absolute;right:-80px;top:0;transform:rotate(180deg);display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1rem;background:#fff;border:2px solid #e0e7ff;border-radius:8px;cursor:pointer;color:var(--Texte-Subtile, #555A5C);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;transition:all .2s ease;writing-mode:vertical-lr;text-orientation:mixed;z-index:10;height:100%}.add-column-btn:hover:not(.disabled){border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.add-column-btn.disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6;color:#9ca3af;border-color:#d1d5db}.btn-icon{font-size:1.2rem;font-weight:700}@keyframes cardAppear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.card-slot.new-card{animation:cardAppear .3s ease-out}@media(max-width:768px){.cards-grid{min-width:300px;gap:.5rem;padding:.5rem}.card-slot{height:60px;width:60px}.card-icon{font-size:1.5rem}.add-icon{font-size:2rem}.grid-controls{flex-direction:column;gap:1rem}.add-column-btn{writing-mode:horizontal-tb;text-orientation:initial;padding:1rem 1.5rem}}.table-container{width:100%}.cards-table{width:100%;border-collapse:collapse;border-spacing:4px 40px;overflow:visible}.cards-table tr{position:relative}.cards-table thead tr:before{opacity:0}.cards-table tr:before{content:"";position:absolute;justify-self:center;top:50%;height:5px;width:calc(100% - 60px);right:0;background:#5ad3ff}.cards-table th,.cards-table td{border:none;vertical-align:top}.cards-table th{height:40px;background:transparent}.cards-table td{position:relative;height:80px;vertical-align:middle;overflow:visible}.cards-table tr td:last-child .card-slot{margin-right:0}.cards-table .card-slot{width:unset;margin-right:4px;position:relative;overflow:visible}.row-control-cell{width:60px;min-width:60px;background:#f5f5f5cc;border-right:2px solid rgba(180,180,180,.5);border-radius:4px 0 0 4px}.cards-table .column-controls-container,.cards-table .row-controls-container{position:relative;width:100%;height:100%;min-height:40px;display:flex;align-items:center;justify-content:center;margin:0;padding:0}.cards-table .floating-controls{position:relative;z-index:10;opacity:1!important;visibility:visible!important;pointer-events:auto}.cards-table .floating-controls.visible{opacity:1!important}.cards-table th .floating-controls{opacity:1!important;visibility:visible!important}.cards-table th .column-controls-container:hover .floating-controls{opacity:1!important}.cards-table .control-icon{background:#5ad3ff1a;border:1px solid rgba(90,211,255,.3);border-radius:4px;padding:4px;cursor:pointer;transition:all .2s ease;position:relative;z-index:20;pointer-events:auto;-webkit-user-select:none;user-select:none}.cards-table .control-icon:hover{background:#5ad3ff33;border-color:#5ad3ff80;transform:scale(1.1)}.cards-table .control-icon:disabled{opacity:.3;cursor:not-allowed}.cards-table .control-icon:disabled:hover{transform:none;background:#5ad3ff1a}.cards-table .row-controls-container{position:relative;left:0;width:100%;height:80px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;box-sizing:border-box}.cards-table .row-controls-container .floating-controls{position:relative;opacity:1!important;visibility:visible!important}.cards-table .row-controls-container .control-icon{background:#5ad3ff33;border:2px solid rgba(90,211,255,.6);border-radius:6px;padding:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.cards-table .row-controls-container .control-icon:hover{background:#5ad3ff4d;border-color:#5ad3ffcc;transform:scale(1.1);box-shadow:0 4px 8px #00000026}.drag-drop-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.drag-drop-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:drag-drop-modal-enter .2s ease-out}@keyframes drag-drop-modal-enter{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.drag-drop-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.drag-drop-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.drag-drop-modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.drag-drop-modal-close:hover{background-color:#f3f4f6;color:#374151}.drag-drop-modal-content{padding:24px}.drag-drop-modal-card-preview{display:flex;justify-content:center;margin-bottom:20px}.drag-drop-modal-card-image{width:80px;height:60px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0000001a}.drag-drop-modal-card-placeholder{width:80px;height:60px;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#6b7280;text-align:center;padding:8px}.drag-drop-modal-message{text-align:center;margin:0 0 24px;color:#374151;font-size:16px;line-height:1.5}.drag-drop-modal-actions{display:flex;gap:12px;margin-bottom:16px}.drag-drop-modal-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:8px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.drag-drop-modal-btn.btn-secondary{background-color:#f3f4f6;color:#374151}.drag-drop-modal-btn.btn-secondary:hover{background-color:#e5e7eb}.drag-drop-modal-btn.btn-primary{background-color:#3b82f6;color:#fff}.drag-drop-modal-btn.btn-primary:hover{background-color:#2563eb}.drag-drop-modal-icon{font-size:16px}.drag-drop-modal-cancel{width:100%;background:none;border:none;color:#6b7280;padding:8px;cursor:pointer;font-size:14px;transition:color .2s ease}.drag-drop-modal-cancel:hover{color:#374151}@media(max-width:480px){.drag-drop-modal{margin:20px;width:calc(100% - 40px)}.drag-drop-modal-content{padding:20px}.drag-drop-modal-actions{flex-direction:column}}:root{--editor-bg: #ffffff;--editor-sidebar-bg: #fafafa;--editor-border: #e5e7eb;--editor-text-primary: #111827;--editor-text-secondary: #6b7280;--editor-accent: #005a73;--editor-hover: #f3f4f6;--editor-danger: #ef4444;--editor-success: #10b981;--editor-shadow: 0 2px 8px rgba(0, 0, 0, .1);--editor-shadow-lg: 0 4px 16px rgba(0, 0, 0, .15);--editor-radius: 8px;--editor-transition: all .2s ease}.konva-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.konva-editor-modal{background:var(--editor-bg);color:var(--editor-text-primary);width:1200px;max-width:96vw;max-height:92vh;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--editor-shadow-lg)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--editor-border);background:var(--editor-sidebar-bg)}.modal-title{margin:0;font-size:20px;font-weight:600;color:var(--editor-text-primary)}.close-button{background:transparent;border:none;font-size:20px;cursor:pointer;color:var(--editor-text-secondary);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--editor-radius);transition:var(--editor-transition)}.close-button:hover{background:var(--editor-hover);color:var(--editor-text-primary)}.editor-main-container{display:grid;grid-template-columns:280px 1fr;flex:1;overflow:hidden}.editor-sidebar{background:var(--editor-sidebar-bg);border-right:1px solid var(--editor-border);overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:24px}.sidebar-section{display:flex;flex-direction:column;gap:16px}.sidebar-section-title{margin:0;font-size:14px;font-weight:600;color:var(--editor-text-primary);text-transform:uppercase;letter-spacing:.5px;padding-bottom:8px;border-bottom:2px solid var(--editor-border)}.sidebar-subsection{display:flex;flex-direction:column;gap:12px}.sidebar-label{font-size:13px;font-weight:500;color:var(--editor-text-secondary)}.shape-options{display:flex;gap:8px}.shape-btn{flex:1;border:2px solid var(--editor-border);border-radius:var(--editor-radius);padding:10px 12px;display:flex;align-items:center;gap:8px;cursor:pointer;background:var(--editor-bg);color:var(--editor-text-primary);font-size:13px;font-weight:500;transition:var(--editor-transition)}.shape-btn:hover{border-color:var(--editor-accent);background:var(--editor-hover)}.shape-btn.active{border-color:var(--editor-accent);background:#e0f2f1;box-shadow:0 0 0 3px #005a731a}.shape-preview{width:24px;height:16px;background:var(--editor-text-secondary);border-radius:4px}.shape-preview.square{width:16px;height:16px}.quick-colors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.quick-color-btn{aspect-ratio:1;border:2px solid var(--editor-border);border-radius:var(--editor-radius);cursor:pointer;transition:var(--editor-transition);position:relative}.quick-color-btn:hover{transform:scale(1.1);box-shadow:var(--editor-shadow)}.quick-color-btn.active{border-color:var(--editor-accent);box-shadow:0 0 0 3px #005a7333}.custom-color-toggle{margin-top:8px;padding:8px 12px;border:1px solid var(--editor-border);border-radius:var(--editor-radius);background:var(--editor-bg);color:var(--editor-text-primary);font-size:12px;font-weight:500;cursor:pointer;transition:var(--editor-transition)}.custom-color-toggle:hover{background:var(--editor-hover);border-color:var(--editor-accent)}.custom-color-picker{display:flex;gap:8px;margin-top:8px}.color-input{width:50px;height:40px;border:2px solid var(--editor-border);border-radius:var(--editor-radius);cursor:pointer}.color-hex-input{flex:1;padding:8px 12px;border:1px solid var(--editor-border);border-radius:var(--editor-radius);font-size:12px;font-family:monospace;color:var(--editor-text-primary)}.color-hex-input:focus{outline:none;border-color:var(--editor-accent);box-shadow:0 0 0 3px #005a731a}.tool-buttons-group{display:flex;flex-direction:column;gap:8px}.tool-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--editor-border);border-radius:var(--editor-radius);background:var(--editor-bg);color:var(--editor-text-primary);font-size:13px;font-weight:500;cursor:pointer;transition:var(--editor-transition)}.tool-btn:hover{background:var(--editor-hover);border-color:var(--editor-accent);transform:translateY(-1px);box-shadow:var(--editor-shadow)}.tool-btn:active{transform:translateY(0)}.tool-icon{font-size:16px;color:var(--editor-accent)}.element-properties-section{margin-top:auto;padding-top:20px;border-top:2px solid var(--editor-border)}.element-properties-content{display:flex;flex-direction:column;gap:16px}.property-group{display:flex;flex-direction:column;gap:8px}.property-label{font-size:12px;font-weight:500;color:var(--editor-text-secondary)}.property-color-input{width:100%;height:40px;border:2px solid var(--editor-border);border-radius:var(--editor-radius);cursor:pointer;transition:var(--editor-transition)}.property-color-input:hover{border-color:var(--editor-accent)}.property-number-input,.property-select{width:100%;padding:8px 12px;border:1px solid var(--editor-border);border-radius:var(--editor-radius);font-size:13px;color:var(--editor-text-primary);background:var(--editor-bg);transition:var(--editor-transition)}.property-number-input:focus,.property-select:focus{outline:none;border-color:var(--editor-accent);box-shadow:0 0 0 3px #005a731a}.style-buttons{display:flex;gap:8px}.style-btn{flex:1;padding:8px 12px;border:1px solid var(--editor-border);border-radius:var(--editor-radius);background:var(--editor-bg);color:var(--editor-text-primary);font-size:14px;font-weight:700;cursor:pointer;transition:var(--editor-transition)}.style-btn:hover{background:var(--editor-hover);border-color:var(--editor-accent)}.style-btn.active{background:var(--editor-accent);color:#fff;border-color:var(--editor-accent)}.delete-element-btn{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid var(--editor-danger);border-radius:var(--editor-radius);background:#fee2e2;color:#991b1b;font-size:13px;font-weight:500;cursor:pointer;transition:var(--editor-transition)}.delete-element-btn:hover{background:#fecaca;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #ef444433}.delete-icon{font-size:14px}.editor-canvas-area{display:flex;flex-direction:column;overflow:hidden;background:var(--editor-bg)}.contextual-toolbar{padding:12px 20px;background:var(--editor-sidebar-bg);border-bottom:1px solid var(--editor-border);display:flex;align-items:center}.contextual-toolbar-label{font-size:13px;font-weight:500;color:var(--editor-text-secondary)}.properties-toolbar-horizontal{padding:12px 20px;background:var(--editor-sidebar-bg);border-bottom:1px solid var(--editor-border);display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-group-horizontal{display:flex;align-items:center;gap:8px}.toolbar-group-horizontal label{font-size:12px;font-weight:500;color:var(--editor-text-secondary);white-space:nowrap}.toolbar-color-input{width:40px;height:36px;border:2px solid var(--editor-border);border-radius:var(--editor-radius);cursor:pointer;transition:var(--editor-transition)}.toolbar-color-input:hover{border-color:var(--editor-accent)}.toolbar-number-input,.toolbar-select{padding:6px 10px;border:1px solid var(--editor-border);border-radius:var(--editor-radius);font-size:13px;color:var(--editor-text-primary);background:var(--editor-bg);min-width:80px;height:36px;transition:var(--editor-transition)}.toolbar-number-input:focus,.toolbar-select:focus{outline:none;border-color:var(--editor-accent);box-shadow:0 0 0 3px #005a731a}.style-buttons-horizontal{display:flex;gap:4px}.style-btn-horizontal{width:36px;height:36px;padding:0;border:1px solid var(--editor-border);border-radius:var(--editor-radius);background:var(--editor-bg);color:var(--editor-text-primary);font-size:14px;font-weight:700;cursor:pointer;transition:var(--editor-transition);display:flex;align-items:center;justify-content:center}.style-btn-horizontal:hover{background:var(--editor-hover);border-color:var(--editor-accent)}.style-btn-horizontal.active{background:var(--editor-accent);color:#fff;border-color:var(--editor-accent)}.toolbar-delete-btn-horizontal{margin-left:auto;width:36px;height:36px;padding:0;border:1px solid var(--editor-danger);border-radius:var(--editor-radius);background:#fee2e2;color:#991b1b;cursor:pointer;transition:var(--editor-transition);display:flex;align-items:center;justify-content:center}.toolbar-delete-btn-horizontal:hover{background:#fecaca;border-color:#dc2626;transform:scale(1.05)}.canvas-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto;background:#f9fafb}.canvas-container{background:var(--editor-bg);border:2px solid var(--editor-accent);border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:center;box-shadow:var(--editor-shadow);transition:var(--editor-transition)}.canvas-container.has-selection{border-color:var(--editor-success);box-shadow:0 0 0 3px #10b9811a}.canvas-container canvas{display:block;border-radius:8px}.modal-footer{border-top:1px solid var(--editor-border);padding:16px 24px;display:flex;justify-content:flex-end;background:var(--editor-sidebar-bg)}.save-button{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:var(--editor-radius);background:var(--editor-accent);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:var(--editor-transition)}.save-button:hover{background:#004d5c;transform:translateY(-1px);box-shadow:var(--editor-shadow)}.save-button:active{transform:translateY(0)}.save-icon{font-size:16px}@media(max-width:1024px){.editor-main-container{grid-template-columns:240px 1fr}.editor-sidebar{padding:16px}}@media(max-width:768px){.konva-editor-modal{width:100%;max-width:100vw;max-height:100vh;border-radius:0}.editor-main-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.editor-sidebar{max-height:200px;overflow-y:auto;border-right:none;border-bottom:1px solid var(--editor-border)}.sidebar-section{gap:12px}.quick-colors-grid{grid-template-columns:repeat(6,1fr)}.tool-buttons-group{flex-direction:row;flex-wrap:wrap}.tool-btn{flex:1;min-width:100px}.canvas-wrapper{padding:16px}.properties-toolbar-horizontal{flex-direction:column;align-items:stretch;gap:12px;padding:12px 16px}.toolbar-group-horizontal{width:100%;justify-content:space-between}.toolbar-delete-btn-horizontal{margin-left:0;width:100%}.style-buttons-horizontal{flex:1;justify-content:flex-start}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{display:flex;flex-direction:column;gap:2rem;background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;position:relative}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-button:hover{background:#f3f4f6;color:#374151}.modal-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1.5rem;text-align:center}.import-section{margin-bottom:1.5rem}.section-label{font-size:.875rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.drop-zone{border:2px dashed #D1D5DB;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafafa;min-height:200px;display:flex;align-items:center;justify-content:center}.drop-zone:hover{border-color:#3b82f6;background:#f8faff}.drop-zone.drag-active{border-color:#3b82f6;background:#eff6ff;transform:scale(1.02)}.drop-zone.has-preview{padding:.5rem;min-height:auto}.drop-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.drop-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:12px;margin-bottom:.5rem}.drop-text{font-size:1.125rem;color:#374151;margin:0}.drop-text strong{color:#1f2937;font-weight:600}.format-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap;justify-content:center}.format-tag{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.click-text{font-size:.875rem;color:#6b7280;margin:0}.click-link{color:#3b82f6;text-decoration:underline;cursor:pointer;font-weight:600}.click-link:hover{color:#1d4ed8}.preview-container{width:100%;max-width:300px;margin:0 auto}.preview-image{width:100%;height:auto;border-radius:8px;max-height:200px;object-fit:cover}.separator{position:relative;text-align:center;margin:1.5rem 0}.separator span{background:#fff;padding:0 1rem;color:#6b7280;font-size:.875rem;font-weight:500}.create-card-button{display:flex;width:141px;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Background-Hover, #004357);border:none;align-self:center;justify-self:center}.create-card-button:hover{cursor:pointer;background:var(--Background-Hover, #004357);transform:translateY(-1px)}.create-card-button:active{transform:translateY(0)}.konva-edit-notice{text-align:center;padding:2rem;color:#6b7280;font-size:1rem}.konva-edit-notice p{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}@media(max-width:640px){.modal-content{padding:1.5rem;margin:1rem}.drop-zone{padding:1.5rem;min-height:150px}.drop-icon{width:48px;height:48px}.drop-text{font-size:1rem}.format-info{font-size:.8rem}}.matching-create-step2{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.matching-create-step-progress{display:flex;justify-content:center;margin-bottom:3rem;gap:2rem}.matching-create-step-item{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;background:#f8f9fa;color:#666}.step-item.completed{background:#d4edda;color:#155724}.step-item.active{background:#005a73;color:#fff}.step-number{width:24px;height:24px;border-radius:50%;background:currentColor;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.step-item.completed .step-number{background:#28a745}.step-item.active .step-number{background:#fff;color:#005a73}.step-label{font-weight:500}.step-content h1{font-size:2rem;color:#333;margin-bottom:.5rem}.step-content p{color:#666;margin-bottom:2rem}.step-actions{transform:translateY(2rem);display:flex;justify-content:center;gap:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#005a73;color:#fff}.btn-primary:hover{background:#004a63}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}@media(max-width:768px){.step-progress{flex-direction:column;gap:1rem}.step-actions{flex-direction:column}}.slide-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.slide-editor-modal{background:#fff;color:#111827;width:1000px;max-width:96vw;max-height:92vh;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;position:relative}.modal-title{margin:0;font-size:18px;font-weight:600;color:#111827}.close-button{background:transparent;border:none;font-size:22px;cursor:pointer}.slide-modal-content{display:grid;grid-template-columns:1fr;gap:16px;padding:16px;overflow-y:auto;position:relative}.text-toolbar,.shape-toolbar{display:flex;gap:10px;padding:8px 10px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;align-items:center;flex-wrap:wrap}.toolbar-group{display:flex;align-items:center;gap:6px}.toolbar-group label{color:#374151;font-size:12px;white-space:nowrap}.toolbar-group input[type=number],.toolbar-group select{border:1px solid #e5e7eb;border-radius:6px;padding:4px 6px;color:#111827;background:#fff;height:30px;min-width:60px}.mini-btn{border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:6px;padding:4px 8px;height:30px;cursor:pointer;font-weight:700;min-width:30px}.mini-btn:hover{background:#f3f4f6}.slide-stage-container{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:10px;padding:20px;display:flex;align-items:center;justify-content:center;min-height:500px}.slide-preview{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;padding:10px}.add-elements-panel{border-top:1px solid #e5e7eb;padding-top:16px}.add-elements-panel h4{margin:0 0 12px;font-size:14px;color:#374151;font-weight:600}.add-elements-panel .add-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.shape-buttons{display:flex;gap:8px;margin-left:8px;padding-left:8px;border-left:1px solid #e5e7eb}.image-upload-input{display:none}.image-upload-btn,.add-element-btn,.save-button{border-radius:8px;padding:10px 14px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;color:#111827;font-size:14px;transition:all .2s ease}.image-upload-btn:hover,.add-element-btn:hover{background:#f9fafb;border-color:#d1d5db}.danger-btn{border-radius:8px;padding:10px 14px;border:1px solid #ef4444;background:#fee2e2;color:#991b1b;cursor:pointer;font-size:14px;transition:all .2s ease}.danger-btn:hover{background:#fecaca;border-color:#dc2626}.save-button{background:#0f766e;color:#fff;border:none;font-size:16px;padding:12px 20px;transition:all .2s ease}.save-button:hover{background:#0d5d56}.modal-footer{border-top:1px solid #e5e7eb;padding:12px 16px;display:flex;justify-content:flex-end}.footer-actions{display:flex;gap:12px}@media(max-width:768px){.slide-editor-modal{width:95vw;height:95vh}.slide-stage-container{min-height:350px}.add-elements-panel .add-buttons{flex-direction:column;align-items:stretch}.shape-buttons{margin-left:0;padding-left:0;border-left:none;border-top:1px solid #e5e7eb;padding-top:8px;margin-top:8px}.text-toolbar,.shape-toolbar{flex-direction:column;align-items:stretch;gap:8px}.toolbar-group{justify-content:space-between}}.matching-create-step3{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.matching-create-step3 .step-progress{display:flex;justify-content:center;margin-bottom:3rem;gap:2rem}.matching-create-step3 .step-item{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-radius:8px;background:#f8f9fa;color:#666}.matching-create-step3 .step-item.completed{background:#d4edda;color:#155724}.matching-create-step3 .step-item.active{background:#005a73;color:#fff}.matching-create-step3 .step-number{width:24px;height:24px;border-radius:50%;background:currentColor;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.matching-create-step3 .step-item.completed .step-number{background:#28a745}.matching-create-step3 .step-item.active .step-number{background:#fff;color:#005a73}.matching-create-step3 .step-label{font-weight:500}.matching-create-step3 .step-content h1{color:var(--Texte-Titles, #181A1A);text-align:center;font-family:Inter;font-size:23px;font-style:normal;font-weight:700;line-height:31px}.matching-create-step3 .step-content p{color:var(--Texte-MoreSubtile, #838A8C);text-align:center;font-family:var(--font-family-heading, Inter);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.matching-create-step3 .game-mode-section{margin-bottom:2rem}.matching-create-step3 .game-mode-section h2{color:var(--Texte-Titles, #181A1A);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.matching-create-step3 .game-mode-section>p{color:var(--Texte-MoreSubtile, #838A8C);font-size:14px;margin-bottom:1rem}.matching-create-step3 .game-mode-selector{display:flex;gap:0;justify-content:center;max-width:320px;margin:0 auto;border:2px solid #e9ecef;border-radius:8px;overflow:hidden}.matching-create-step3 .game-mode-btn{flex:1;padding:.625rem 1.25rem;border:none;background:#f8f9fa;color:#666;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.matching-create-step3 .game-mode-btn:not(:last-child){border-right:2px solid #e9ecef}.matching-create-step3 .game-mode-btn--active{background:#005a73;color:#fff}.matching-create-step3 .game-mode-btn:hover:not(.game-mode-btn--active){background:#e0f3ff;color:#005a73}.matching-create-step3 .steps-organization{background:#fff;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;width:100%}.matching-create-step3 .steps-info{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #005A73}.matching-create-step3 .steps-info p{margin:0;color:#666;font-size:.9rem}.matching-create-step3 .steps-info strong{color:#005a73;font-weight:600}.matching-create-step3 .intro-outro-slides-section{margin-bottom:2rem}.matching-create-step3 .intro-outro-slides-section h2{color:var(--Texte-Titles, #181A1A);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.matching-create-step3 .intro-outro-slides-section>p{color:var(--Texte-MoreSubtile, #838A8C);font-size:14px;margin-bottom:1.5rem}.matching-create-step3 .intro-outro-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:90%;margin:0 auto;background:#fff;border-radius:12px;padding:1.5rem;box-sizing:border-box}.matching-create-step3 .intro-outro-column{display:flex;flex-direction:column;gap:1rem;position:relative}.matching-create-step3 .intro-outro-step-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.matching-create-step3 .intro-outro-step-label{padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;background:#fff;color:#333;border:2px solid #e9ecef;min-height:40px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:1;min-width:0}.matching-create-step3 .intro-outro-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#666;white-space:nowrap}.matching-create-step3 .intro-outro-toggle input{width:18px;height:18px;accent-color:#005A73;cursor:pointer}.matching-create-step3 .intro-outro-cards-container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0;align-items:center}.matching-create-step3 .intro-outro-slide-item{max-width:200px;width:100%;margin-bottom:0}.matching-create-step3 .intro-outro-slide-content{transform:none;max-width:100%}.matching-create-step3 .intro-outro-slide-content .slide-image{aspect-ratio:16/9;max-height:140px;object-fit:cover}.matching-create-step3 .intro-outro-add-btn{transform:none;width:100%;max-width:200px;min-height:80px;padding:.5rem;font-size:.8rem}.matching-create-step3 .intro-outro-slide-disabled{opacity:.65;pointer-events:none}@media(max-width:768px){.matching-create-step3 .intro-outro-grid{grid-template-columns:1fr;padding:1rem}}.matching-create-step3 .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;max-width:90%}.matching-create-step3 .step-column:first-child{grid-column:span 2}.matching-create-step3 .step-column{display:flex;flex-direction:column;gap:1rem;position:relative}.matching-create-step3 .step-name-input{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;background:#fff;color:#333;min-height:40px;box-sizing:border-box}.matching-create-step3 .step-name-input:focus{outline:none;border-color:#005a73;background:#f8f9fa}.matching-create-step3 .slides-container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.matching-create-step3 .step-column:first-child .slides-container{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.matching-create-step3 .cards-container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.matching-create-step3 .step-column:first-child .cards-container{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.matching-create-step3 .no-cards-message{padding:1rem;text-align:center;color:#666;font-style:italic;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;margin:.5rem 0}.matching-create-step3 .no-cards-message span{display:block}.matching-create-step3 .card-item{position:relative}.matching-create-step3 .card-square{aspect-ratio:1 / 1;height:80px;flex-shrink:0}.matching-create-step3 .card-rectangular{aspect-ratio:16 / 9;height:80px;flex-shrink:0}.matching-create-step3 .card-content{display:flex;flex-direction:column;background:#fff;border:2px solid #e9ecef;border-radius:8px;overflow:hidden;height:100%;cursor:pointer;transition:all .3s ease}.matching-create-step3 .card-content:hover{border-color:#005a73;transform:translateY(-2px);box-shadow:0 4px 12px #005a7326}.matching-create-step3 .card-image{flex:1;width:100%;height:100%;object-fit:cover;background:#f8f9fa}.matching-create-step3 .card-placeholder{background:#f0f0f0;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem;height:100%;width:100%}.matching-create-step3 .card-empty{opacity:.5;height:80px;aspect-ratio:16 / 9;flex-shrink:0}.matching-create-step3 .card-text{padding:.5rem;background:#fff;color:#333;font-size:.75rem;font-weight:500;text-align:center;border-top:1px solid #e9ecef;min-height:50px;display:flex;align-items:center;justify-content:center;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2}.matching-create-step3 .column-container{margin-bottom:1rem}.matching-create-step3 .column-label{font-size:.9rem;font-weight:600;color:#005a73;margin-bottom:.5rem;text-align:center;background:#e0f3ff;padding:.5rem;border-radius:4px}.matching-create-step3 .column-cards{display:flex;flex-direction:column;gap:.75rem;max-width:100%;align-items:center}.matching-create-step3 .row-container{margin-bottom:1rem}.matching-create-step3 .row-label{font-size:.9rem;font-weight:600;color:#005a73;margin-bottom:.5rem;text-align:center;background:#e0f3ff;padding:.5rem;border-radius:4px}.matching-create-step3 .row-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;max-width:100%}.steps-grid>.step-column:first-of-type>.add-slide-btn{width:50%;transform:translate(50%);display:none}.matching-create-step3 .add-slide-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;cursor:pointer;font-weight:600;color:#666;transition:all .3s ease;font-size:.7rem;transform:translate(-55%)}.matching-create-step3 .add-slide-btn:hover{background:#e0f3ff;border-color:#005a73;color:#005a73}.matching-create-step3 .add-slide-btn:disabled{background:#f8f9fa;border-color:#dee2e6;color:#adb5bd;cursor:not-allowed}.matching-create-step3 .add-slide-btn:disabled:hover{background:#f8f9fa;border-color:#dee2e6;color:#adb5bd}.matching-create-step3 .btn-icon{font-size:1rem}.matching-create-step3 .step-actions{transform:translateY(0);display:flex;justify-content:center;gap:1rem}.matching-create-step3 .btn-primary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.matching-create-step3 .btn-primary{background:#005a73;color:#fff}.matching-create-step3 .btn-primary:hover:not(:disabled){background:#004a63}.matching-create-step3 .btn-primary:disabled{background:#7a8a94;cursor:not-allowed;opacity:.7}.matching-create-step3 .loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}@media(max-width:768px){.matching-create-step3 .steps-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.matching-create-step3 .step-progress{flex-direction:column;gap:1rem}.matching-create-step3 .step-actions{flex-direction:column}}@media(max-width:480px){.matching-create-step3 .steps-grid{grid-template-columns:1fr}}.matching-create-step3 .image-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.matching-create-step3 .image-viewer-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;position:relative;box-shadow:0 20px 40px #0000004d}.matching-create-step3 .image-viewer-close{position:absolute;top:1rem;right:1rem;background:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:background .2s ease}.matching-create-step3 .image-viewer-close:hover{background:#000000b3}.matching-create-step3 .image-viewer-header{padding:1.5rem 2rem 1rem;border-bottom:1px solid #e9ecef}.matching-create-step3 .image-viewer-header h3{margin:0;color:#333;font-size:1.2rem;font-weight:600}.matching-create-step3 .image-viewer-body{padding:1rem 2rem 2rem;display:flex;align-items:center;justify-content:center;flex:1;min-height:0}.matching-create-step3 .image-viewer-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a}.custom-slide-item{position:relative;margin-bottom:16px;max-width:300px}.steps-grid>.step-column:first-of-type>.cards-container .custom-slide-item .custom-slide-content:first-of-type{transform:translate(55%)}.custom-slide-content{position:relative;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;transition:all .2s ease;transform:translate(-55%)}.custom-slide-content:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.slide-image{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}.slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .2s ease}.custom-slide-content:hover .slide-overlay{opacity:1}.edit-slide-btn,.delete-slide-btn{background:#ffffffe6;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;font-size:16px;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.edit-slide-btn:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.delete-slide-btn:hover{background:#ef4444;color:#fff;transform:translateY(-2px)}.dice-intro{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:32px}.dice-intro-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.dice-intro-left{display:flex;flex-direction:column;gap:2rem}.dice-intro-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.dice-intro-header h1{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.dice-intro-description{font-size:1.1rem;color:#666;line-height:1.6;margin:0}.dice-intro-info h3{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:24px}.dice-intro-info p{color:#555;line-height:1.6;margin:0 0 1rem}.dice-intro-info p:last-child{margin-bottom:0}.dice-create-workshop-btn{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);width:400px;border-radius:39px;background:var(--Background-Hover, #E84910);border:none;color:#fff;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:700;line-height:16px}.dice-create-workshop-btn:hover{background:#c73a0c;transform:translateY(-2px);cursor:pointer}.dice-intro-right{display:flex;flex-direction:column;gap:2rem}.dice-intro-image{width:100%;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}.dice-intro-image img{width:100%;height:100%;object-fit:cover}.dice-features{display:flex;flex-wrap:wrap;gap:.5rem}.dice-feature-tag{display:inline-flex;padding:8px 12px;border-radius:12px;border:1.5px solid #fde4d4;background:#fff9f5;color:#c86435;font-family:Inter;font-size:14px;font-weight:500}@media(max-width:768px){.dice-intro-content{grid-template-columns:1fr;gap:2rem}.dice-intro-image{height:250px}}.dice-preview3d{width:100%;min-height:260px;height:100%;border-radius:20px;background:radial-gradient(circle at top,#fff,#f3f4f6 80%);box-shadow:inset 0 1px 4px #fffc,inset 0 -2px 6px #0000000f;overflow:hidden;display:flex;flex-direction:column}.dice-preview3d canvas{width:100%!important;height:100%!important;flex:1;display:block}.dice-step2{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.dice-step2-content{flex:1;display:flex;flex-direction:column;padding:32px 48px;gap:24px}.dice-delete-btn{position:absolute;top:-10px;right:-10px;width:30px;height:30px;border-radius:50%;background:#ef4444;color:#fff;border:2px solid white;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;z-index:10}.dice-selector-card:hover .dice-delete-btn{opacity:1}.dice-delete-btn:hover{background:#dc2626}.dice-add-btn{width:150px;height:150px;border-radius:24px;background:#ecfccb;border:2px dashed #a3e635;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center}.dice-add-btn:hover{background:#d9f99d;border-color:#84cc16;transform:translateY(-2px)}.dice-add-btn span{font-size:42px;font-weight:300;color:#65a30d;line-height:1}.dice-editor-area{flex:1;display:flex;justify-content:center}.dice-editor-panel{width:100%;max-width:1200px;background:#fff;border-radius:24px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000a;overflow:hidden}.dice-type-selector{padding:24px 28px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb}.dice-type-title{margin:0 0 16px;font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.dice-type-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dice-type-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;border:2px solid #e2e8f0;border-radius:16px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.dice-type-btn:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dice-type-btn.active{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 3px #3b82f626}.dice-type-icon{font-size:32px;line-height:1}.dice-type-label{font-size:16px;font-weight:600;color:#1e293b}.dice-type-desc{font-size:12px;color:#64748b;line-height:1.4}.dice-type-btn.active .dice-type-label{color:#3b82f6}.dice-classic-info{padding:32px 28px;background:#f8fafc}.classic-info-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.classic-info-icon{font-size:48px;line-height:1}.classic-info-content h3{margin:0;font-size:20px;font-weight:600;color:#1e293b}.classic-info-content p{margin:0;font-size:14px;color:#64748b;max-width:500px}.classic-faces-preview{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px}.classic-face-preview{width:56px;height:56px;border-radius:12px;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#1e293b;box-shadow:0 2px 4px #0000000a}.classic-face-preview.more{background:#f1f5f9;border-color:#cbd5e1;color:#64748b;font-size:14px}.classic-face-value{font-size:20px;font-weight:600;color:#1e293b}.dice-editor-header{display:flex;gap:32px;padding:28px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb}.dice-editor-preview{width:200px;min-width:200px;height:200px;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000f}.dice-editor-preview .dice-preview3d{width:100%!important;height:100%!important;min-height:200px!important}.dice-editor-config{flex:1;display:flex;flex-direction:column;justify-content:center;gap:20px}.config-field{display:flex;flex-direction:column;gap:8px}.config-field label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.config-field input[type=text],.config-field textarea{padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;color:#1e293b;background:#fff;transition:all .2s ease}.config-field input[type=text]:focus,.config-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.config-field textarea{resize:none;min-height:70px}.face-count-options{display:flex;gap:8px}.face-count-option{width:56px;height:44px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;font-size:16px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.face-count-option:hover{border-color:#cbd5e1;background:#f8fafc}.face-count-option.active{border-color:#3b82f6;background:#eff6ff;color:#3b82f6}.dice-faces-section{padding:24px 28px 28px}.faces-section-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px;font-size:16px;font-weight:600;color:#1e293b}.faces-count{font-size:13px;font-weight:500;color:#94a3b8;background:#f1f5f9;padding:4px 12px;border-radius:20px}.faces-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-items:start}.face-item{border:1px solid #e5e7eb;border-radius:16px;background:#fff;overflow:hidden;transition:all .2s ease}.face-item:hover{border-color:#cbd5e1}.face-item.expanded{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.face-item-header{display:flex;align-items:center;gap:16px;padding:14px 18px;cursor:pointer;transition:background .2s ease}.face-item-header:hover{background:#f8fafc}.face-item-preview{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.06);overflow:hidden;flex-shrink:0}.face-item-preview img{width:100%;height:100%;object-fit:cover}.face-item-icon{font-size:18px;color:#64748b}.face-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.face-item-label{font-size:15px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.face-item-desc{font-size:13px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.face-item-toggle{color:#94a3b8;transition:transform .3s ease}.face-item.expanded .face-item-toggle{transform:rotate(180deg)}.face-item-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.face-item.expanded .face-item-content-wrapper{grid-template-rows:1fr}.face-item-content{overflow:hidden;padding:0 18px;display:flex;flex-direction:column;gap:16px;opacity:0;transition:opacity .2s ease-out,padding .3s ease-out}.face-item.expanded .face-item-content{padding:16px 18px 18px;border-top:1px solid #f1f5f9;opacity:1}.face-mode-selector{display:flex;gap:8px;padding:4px;background:#f1f5f9;border-radius:12px}.mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:10px;background:transparent;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.mode-btn:hover{color:#475569}.mode-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #00000014}.face-text-config{display:flex;flex-direction:column;gap:16px}.config-row{display:flex;gap:16px}.config-row .config-field{flex:1}.config-field-color{max-width:160px}.color-input-wrapper{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.color-input-wrapper input[type=color]{width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;padding:0;background:transparent}.color-input-wrapper .color-text-input{flex:1;padding:6px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:monospace;color:#1e293b;background:#fff;min-width:0}.color-input-wrapper .color-text-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.color-input-wrapper span{font-size:13px;font-family:monospace;color:#64748b;text-transform:uppercase}.dice-color-config{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;margin-top:16px}.dice-color-config .config-field{margin:0}.icon-picker{display:flex;flex-wrap:wrap;gap:8px}.icon-option{min-width:44px;height:44px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:20px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;padding:0 12px;color:#64748b}.icon-option:hover{border-color:#cbd5e1;background:#f8fafc}.icon-option.active{border-color:#3b82f6;background:#eff6ff}.face-image-config{display:flex;flex-direction:column}.image-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;border:2px dashed #e2e8f0;border-radius:16px;background:#fafbfc;cursor:pointer;transition:all .2s ease}.image-upload-zone:hover{border-color:#3b82f6;background:#f8fafc}.image-upload-zone input{display:none}.image-upload-zone svg{color:#94a3b8}.image-upload-zone span{font-size:14px;font-weight:500;color:#64748b}.image-upload-zone small{font-size:12px;color:#94a3b8}.image-preview{display:flex;flex-direction:column;gap:12px}.image-preview img{width:100%;max-height:200px;object-fit:cover;border-radius:12px}.image-remove-btn{padding:10px 16px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#dc2626;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.image-remove-btn:hover{background:#fee2e2}.dice-editor-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px}.dice-editor-empty h3{margin:0 0 8px;font-size:20px;font-weight:600;color:#1e293b}.dice-editor-empty p{margin:0;font-size:15px;color:#94a3b8}.dice-step2-actions{display:flex;justify-content:center;gap:16px;padding:16px 0;border-top:1px solid #e5e7eb}.btn-save-later{padding:14px 28px;border-radius:12px;background:#fff;border:1px solid #d1d5db;color:#374151;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save-later:hover{background:#f9fafb;border-color:#9ca3af}@media(max-width:900px){.dice-step2-content{padding:24px}.dice-editor-header{flex-direction:column;align-items:center;text-align:center}.dice-editor-preview{width:160px;min-width:160px;height:160px}.config-row{flex-direction:column}.config-field-color{max-width:none}}@media(max-width:600px){.dice-selector-bar{flex-wrap:wrap}.dice-selector-card,.dice-add-btn{width:110px;height:110px}.dice-selector-preview .dice-preview3d{width:100px!important;min-height:100px!important;height:100px!important}.dice-add-btn span{font-size:32px}.dice-step2-actions{flex-direction:column}.btn-save-later,.btn-primary{width:100%;text-align:center}.faces-list{grid-template-columns:1fr}.face-item-header{padding:12px 14px}.face-item-content{padding:0 14px 14px}.dice-type-options{grid-template-columns:1fr}.dice-type-btn{padding:16px}}.dice-step3{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.dice-step3-content{flex:1;display:flex;flex-direction:column;padding:0 16px;gap:24px}.dice-selector-bar{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0}.dice-selector-card{position:relative;width:150px;height:150px;border-radius:24px;background:#fff;border:2px solid #e5e7eb;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000a}.dice-selector-card:hover{border-color:#c7c9d1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dice-selector-card.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.dice-selector-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden;border-radius:22px}.dice-selector-preview .dice-preview3d{width:140px!important;min-height:140px!important;height:140px!important;border-radius:16px;background:transparent;box-shadow:none}.dice-viewer-panel{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:40px;background:#fff}.dice-viewer-preview{width:200px;min-width:200px;height:200px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:inset 0 2px 4px #00000005}.dice-viewer-preview .dice-preview3d{width:100%!important;height:100%!important;min-height:200px!important}.dice-viewer-info{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}.dice-viewer-header{display:flex;align-items:center;gap:16px}.dice-viewer-header h2{margin:0;font-size:28px;font-weight:600;color:#1e293b}.dice-viewer-badge{padding:6px 14px;background:#f1f5f9;border-radius:20px;font-size:14px;font-weight:500;color:#64748b}.dice-faces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;flex:1;overflow-y:auto}.dice-face-item{background:#f8fafc;border-radius:14px;padding:14px;border-left:4px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;transition:all .2s ease}.dice-face-item:hover{background:#f1f5f9}.dice-face-header{display:flex;align-items:center;gap:8px}.dice-face-icon{font-size:18px}.dice-face-number{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.dice-face-content{display:flex;flex-direction:column;gap:4px}.dice-face-content strong{font-size:15px;font-weight:600;color:#1e293b}.dice-face-content p{margin:0;font-size:13px;color:#64748b;line-height:1.4}.dice-face-image{width:100%;height:80px;object-fit:cover;border-radius:10px;margin-top:4px}.dice-step3-actions{display:flex;justify-content:center;gap:16px;padding:16px 0;border-top:1px solid #e5e7eb}@media(max-width:900px){.dice-viewer-panel{flex-direction:column;padding:24px}.dice-viewer-preview{width:100%;min-width:auto;height:280px}.dice-viewer-preview .dice-preview3d{min-height:280px!important}.dice-faces-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.dice-step3{padding:16px}.dice-selector-bar{flex-wrap:wrap}.dice-selector-card{width:110px;height:110px}.dice-selector-preview .dice-preview3d{width:100px!important;min-height:100px!important;height:100px!important}.dice-viewer-header h2{font-size:22px}.dice-faces-grid{grid-template-columns:1fr}.dice-step3-actions{flex-direction:column}.btn-secondary,.btn-primary{width:100%;text-align:center}}.sablier-intro{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:32px}.sablier-intro-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.sablier-intro-left{display:flex;flex-direction:column;gap:2rem}.sablier-intro-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.sablier-intro-header h1{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.sablier-intro-description{font-size:1.1rem;color:#666;line-height:1.6;margin:0}.sablier-intro-info h3{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:24px}.sablier-intro-info p{color:#555;line-height:1.6;margin:0 0 1rem}.sablier-intro-info p:last-child{margin-bottom:0}.sablier-create-workshop-btn{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);width:400px;border-radius:39px;background:var(--Background-Hover, #7C3AED);border:none;color:#fff;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:700;line-height:16px}.sablier-create-workshop-btn:hover{background:#6d28d9;transform:translateY(-2px);cursor:pointer}.sablier-intro-right{display:flex;flex-direction:column;gap:2rem}.sablier-intro-image{width:100%;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);display:flex;align-items:center;justify-content:center}.sablier-icon-placeholder{display:flex;align-items:center;justify-content:center;color:#7c3aed}.sablier-intro-image img{width:100%;height:100%;object-fit:cover}.sablier-features{display:flex;flex-wrap:wrap;gap:.5rem}.sablier-feature-tag{display:inline-flex;padding:8px 12px;border-radius:12px;border:1.5px solid #E9D5FF;background:#faf5ff;color:#7c3aed;font-family:Inter;font-size:14px;font-weight:500}@media(max-width:768px){.sablier-intro-content{grid-template-columns:1fr;gap:2rem}.sablier-intro-image{height:250px}}.hourglass-preview3d{width:100%;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#faf5ff,#f3e8ff);box-shadow:inset 0 2px 4px #7c3aed0d}.hourglass-preview3d canvas{border-radius:16px}.sablier-step2{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.sablier-step2-content{flex:1;display:flex;flex-direction:column;padding:32px 48px;gap:24px}.sablier-step2-content .step-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.sablier-step2-content .step-header h1{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px;margin:0}.sablier-editor-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;flex:1}.sablier-preview-panel{display:flex;flex-direction:column;gap:20px;background:#fff;border-radius:20px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000a}.timer-display{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px}.timer-display.running{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.timer-display.warning{background:linear-gradient(135deg,#fef2f2,#fee2e2);animation:pulse .5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.timer-value{font-size:48px;font-weight:700;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;color:#1e293b;letter-spacing:2px}.timer-display.running .timer-value{color:#7c3aed}.timer-display.warning .timer-value{color:#dc2626}.timer-label{font-size:14px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:1px}.timer-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.timer-progress-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#a855f7);border-radius:4px;transition:width .15s ease-out}.sand-info{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f8fafc;border-radius:8px;font-size:13px}.sand-count{color:#64748b}.sand-progress{font-weight:600;color:#7c3aed}.timer-controls{display:flex;justify-content:center;gap:12px}.control-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.control-btn svg{width:20px;height:20px}.start-btn{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;padding:16px 32px}.start-btn:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6);transform:translateY(-2px);box-shadow:0 4px 16px #7c3aed4d}.flipping-btn{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;padding:16px 32px;cursor:not-allowed}.flipping-btn .spin{animation:spin 1s linear infinite}.pause-btn{background:#fef3c7;color:#d97706;border:1px solid #FCD34D}.pause-btn:hover{background:#fde68a}.resume-btn{background:#d1fae5;color:#059669;border:1px solid #6EE7B7}.resume-btn:hover{background:#a7f3d0}.reset-btn{background:#fee2e2;color:#dc2626;border:1px solid #FECACA}.reset-btn:hover{background:#fecaca}.sablier-config-panel{display:flex;flex-direction:column;gap:24px;background:#fff;border-radius:20px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000a;height:fit-content}.sablier-config-panel h3{margin:0;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.config-section{display:flex;flex-direction:column;gap:12px}.config-section>label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.duration-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.duration-option{padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.duration-option:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.duration-option.active{border-color:#7c3aed;background:#faf5ff;color:#7c3aed}.duration-option:disabled{opacity:.5;cursor:not-allowed}.custom-duration{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:16px;border-top:1px solid #f1f5f9}.custom-duration label{font-size:12px;color:#94a3b8}.custom-duration input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;color:#1e293b;background:#fff;transition:all .2s ease}.custom-duration input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.custom-duration input:disabled{background:#f8fafc;cursor:not-allowed}.config-info{display:flex;gap:12px;padding:16px;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:12px;border:1px solid #E9D5FF}.info-icon{font-size:20px;flex-shrink:0}.config-info p{margin:0;font-size:13px;color:#6b21a8;line-height:1.5}.config-info p strong{color:#7c3aed}.physics-info{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.physics-info p{color:#92400e}.physics-info p strong{color:#b45309}.config-tip{display:flex;gap:12px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.tip-icon{font-size:18px;flex-shrink:0}.config-tip p{margin:0;font-size:13px;color:#64748b;line-height:1.5}.sablier-step2-actions{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-primary:hover{background:#1e293b}@media(max-width:900px){.sablier-step2-content{padding:24px}.sablier-editor-layout{grid-template-columns:1fr}.sablier-config-panel{order:-1}.duration-options{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.sablier-step2{padding:16px}.timer-value{font-size:36px}.timer-controls{flex-direction:column}.control-btn{width:100%}.sablier-step2-actions{flex-direction:column}.btn-secondary,.btn-primary{width:100%;text-align:center}}.sablier-step3{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.sablier-step3-content{flex:1;display:flex;flex-direction:column;padding:32px 48px;gap:24px}.sablier-step3-content .step-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.sablier-step3-content .step-header h1{color:var(--Texte-Titles, #181a1a);font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px;margin:0}.sablier-summary-layout{display:grid;grid-template-columns:400px 1fr;gap:32px;flex:1}.sablier-preview-section{display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:20px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000a;height:fit-content}.preview-duration-badge{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:12px;border:1px solid #E9D5FF;color:#7c3aed;font-size:18px;font-weight:600}.preview-duration-badge svg{flex-shrink:0}.sablier-summary-info{display:flex;flex-direction:column;gap:24px}.summary-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:24px}.summary-section h3{margin:0 0 20px;font-size:16px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.summary-grid{display:flex;flex-direction:column;gap:20px}.summary-item{display:flex;flex-direction:column;gap:6px}.summary-item label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.summary-item p{margin:0;font-size:15px;color:#1e293b;line-height:1.5}.summary-config{display:flex;flex-direction:column;gap:12px}.config-item{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-radius:12px}.config-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#7c3aed1a;border-radius:12px}.config-details{display:flex;flex-direction:column;gap:2px}.config-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.config-value{font-size:18px;font-weight:600;color:#7c3aed}.summary-cover-image{width:100%;max-width:300px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.summary-cover-image img{width:100%;height:auto;display:block}.status-message{padding:14px 20px;border-radius:14px;font-size:15px;font-weight:500}.status-message.success{background:#ecfdf5;border:1px solid #34d399;color:#0f766e}.status-message.error{background:#fef2f2;border:1px solid #f87171;color:#b91c1c}.sablier-step3-actions{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid #e5e7eb}.btn-secondary{padding:14px 28px;border-radius:12px;background:#fff;border:1px solid #d1d5db;color:#374151;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{padding:14px 36px;border-radius:12px;background:#0f172a;border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){background:#1e293b}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.sablier-step3-content{padding:24px}.sablier-summary-layout{grid-template-columns:1fr}.sablier-preview-section{max-width:400px;margin:0 auto;width:100%}}@media(max-width:600px){.sablier-step3{padding:16px}.summary-section{padding:20px}.sablier-step3-actions{flex-direction:column}.btn-secondary,.btn-primary{width:100%;text-align:center}}.subscription-status{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#bde9ff 0,#fff 45%,#f5fbff);padding:2rem 1.5rem}.subscription-status__card{max-width:520px;width:100%;background-color:#fff;border-radius:24px;box-shadow:0 18px 45px #0000000f,0 0 0 1px #00000005;padding:2.25rem 2rem;text-align:center}.subscription-status__icon-wrapper{width:64px;height:64px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.subscription-status__icon-wrapper--success{background-color:#e3f7ea;color:#0c7a3a}.subscription-status__icon-wrapper--cancel{background-color:#ffeaea;color:#c5221f}.subscription-status__icon{font-size:1.75rem;line-height:1}.subscription-status__title{font-size:1.6rem;font-weight:700;color:#0a3442;margin-bottom:.75rem}.subscription-status__subtitle{font-size:.95rem;line-height:1.5;color:#4a5b66;margin-bottom:1.75rem}.subscription-status__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.subscription-status__button{border:none;border-radius:999px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .08s ease-out,box-shadow .08s ease-out,background-color .1s ease-out,color .1s ease-out}.subscription-status__button--primary{background-color:#005a73;color:#fff;box-shadow:0 8px 18px #005a734d}.subscription-status__button--secondary{background-color:#e6f3f8;color:#005a73}.subscription-status__button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000001f}.subscription-status__button:active{transform:translateY(0);box-shadow:none}@media(max-width:640px){.subscription-status__card{padding:1.75rem 1.5rem}.subscription-status__title{font-size:1.35rem}}.groupes-page{display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;padding:40px}.groupes-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.groupes-header-left{flex:1;display:flex;flex-direction:column;gap:4px}.groupes-title{color:#1d1b20;font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.groupes-count{color:#1d1b20;font-family:Inter;font-size:var(--typography-Sub-Text-font-size, 12px);font-style:normal;font-weight:var(--typography-Sub-Text-font-weight, 400);line-height:var(--typography-Sub-Text-font-height, 20px)}.groupes-create-button{align-self:flex-end}.groupes-header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.groupes-search-container{display:flex;width:398px;height:40px;padding:var(--padding-md, 16px) var(--padding-lg, 24px);justify-content:flex-end;align-items:center;gap:var(--gap-md, 16px);border-radius:var(--spacing-1, 8px);border:1.5px solid var(--Borders-More-Subtile, #D7DEE0);background:var(--Baclground-Maine, #FDFEFF)}.groupes-search-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.groupes-search-input{border:none;outline:none;flex:1;font-size:.875rem;color:#374151;background:transparent}.groupes-search-input::placeholder{color:#9ca3af}.groupes-filter-container{margin-bottom:24px}.groupes-filter-select{display:flex;padding:var(--padding-sm, 12px);justify-content:flex-end;align-items:center;gap:var(--gap-s, 8px);border-radius:var(--radius-xs, 8px);border:1.5px solid var(--Borders-More-Subtile, #D7DEE0);background:var(--Baclground-Subtile, #F3F4F5);color:var(--Texte-Subtile, #555A5C);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.groupes-filter-select:hover{background-color:#e5e7eb;border-color:#d1d5db}.groupes-filter-select:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.groupes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:1024px){.groupes-header{flex-direction:column;align-items:stretch;gap:1.5rem}.groupes-header-right{justify-content:space-between}.groupes-search-container{min-width:250px}.groupes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}}@media(max-width:768px){.groupes-page{padding:1rem}.groupes-title{font-size:2rem}.groupes-header-right{flex-direction:column;gap:1rem}.groupes-search-container{min-width:100%}.groupes-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.groupes-title{font-size:1.75rem}.groupes-count{font-size:1rem}}.groupe-details-main-card{border-radius:16px;background:#f3f4f5;border:1.5px solid #F5F2FA;padding:8px;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 8px #0000001a;min-width:300px;cursor:pointer;transition:all .2s ease}.groupe-details-main-card:hover{transform:translateY(-2px)}.groupe-main-header{display:flex;align-items:center;gap:16px;width:100%}.groupe-main-logo{width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.groupe-main-logo-icon{position:relative;width:32px;height:32px}.logo-shape{position:absolute;background:#e91e63}.logo-shape.shape-1{width:12px;height:12px;border-radius:50%;top:4px;left:4px}.logo-shape.shape-2{width:8px;height:8px;border-radius:50%;background:#fff;top:8px;right:4px}.logo-shape.shape-3{width:6px;height:6px;border-radius:50%;background:#e91e63;bottom:4px;left:8px}.groupe-main-title-section{flex:1;display:flex;flex-direction:column;gap:4px}.groupe-main-name{color:#2b2f30;font-family:Inter;font-size:18px;font-weight:600;line-height:1.2;margin:0;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.groupe-main-subtitle{color:#6b7280;font-family:Inter;font-size:14px;font-weight:400;line-height:1.3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.groupe-main-status{flex-shrink:0}.groupe-main-status-tag{display:flex;padding:var(--padding-xs, 4px) var(--padding-s, 8px);justify-content:center;align-items:center;border-radius:var(--radius-xs, 8px);background:var(--Green-50, #EDF3AF);color:var(--Green-600, #65771E);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.groupe-main-data{display:flex;flex-direction:column;gap:16px;width:100%}.groupe-main-data-top{display:flex;gap:12px;width:100%}.groupe-main-data-box{flex:1;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:4px;text-align:center}.groupe-main-data-box.date-box{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:16px;display:flex;flex-direction:row;align-items:center;gap:16px;text-align:center;width:100%}.groupe-main-data-label{color:var(--Texte-MoreSubtile, #838A8C);text-align:center;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-Sub-Text-font-size, 12px);font-style:normal;font-weight:var(--typography-Sub-Text-font-weight, 400);line-height:var(--typography-Sub-Text-font-height, 18px)}.groupe-main-data-value{color:var(--Texte-Titles, #181A1A);font-family:var(--typography-Sub-Text-font-family, Inter);font-size:14px;font-style:normal;font-weight:var(--typography-Sub-Text-font-weight, 400);line-height:var(--typography-Sub-Text-font-height, 20px);text-transform:uppercase}.single-groupe{display:flex;flex-direction:column;gap:56px;height:100%;overflow-y:auto;padding:32px}.single-groupe__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.single-groupe__header-left{display:flex;flex-direction:column;gap:8px}.single-groupe__header-left-content{display:flex;align-items:center;gap:8px}.single-groupe__header-left-logo{width:40px;height:40px;border-radius:100px;background:#e0f3ff}.single-groupe__header-left-logo img{width:100%;height:100%;object-fit:cover;border-radius:100px}.single-groupe__header-left-title-wrapper{display:flex;flex-direction:column;gap:4px}.single-groupe__title{color:var(--Texte-Principal, #1d2939);font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:40px;text-align:left;margin:0}.single-groupe__created-at{color:#667085;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.single-groupe__description{color:#49454f;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.single-groupe__content{display:flex;flex-direction:row;gap:32px}.single-groupe__content-left{display:flex;flex-direction:column;gap:32px;flex:1}.single-groupe__content-right{display:flex;width:350px;height:100%;padding:23px;flex-direction:column;align-items:flex-start;gap:16px;flex-shrink:0;border-radius:var(--radius-sm, 16px);background:var(--Baclground-Subtile, #f3f4f5)}.single-groupe__content-right-title{color:#1d1b20;font-family:Inter;font-size:23px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:1px}.single-groupe__content-right-infos{display:flex;flex-direction:row;gap:8px;width:100%;align-items:center;justify-content:space-between;border-bottom:1px solid #b3bdc0;padding-bottom:37px}.single-groupe__content-right-infos-item{display:flex;flex-direction:column;gap:0;width:50%}.single-groupe__content-right-infos-item-label{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:1px}.single-groupe__content-right-infos-item-value{color:var(--Texte-Maine, #2b2f30);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:170%}.single-groupe__content-left-stats{display:flex;flex-direction:row;gap:24px}.single-groupe__notes-card{border-radius:16px;background:var(--Baclground-Subtile, #f3f4f5);padding:24px;display:flex;flex-direction:column;gap:8px}.single-groupe__notes-title{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.single-groupe__notes-textarea{width:100%;max-width:100%;border-radius:8px;border:1px solid var(--Texte-Rivers, #f8f9fa);background:var(--Baclground-Maine, #fdfeff);color:var(--Texte-MoreSubtile, #838a8c);font-family:Inter;font-size:16px;font-style:italic;font-weight:400;line-height:170%;padding:16px;height:120px;resize:vertical}.single-groupe__notes-textarea:focus-visible{outline:#005a73 2px solid;outline-offset:2px;border:none}.single-groupe__notes-footer{display:flex;justify-content:flex-start}.single-groupe__notes-saved{color:var(--Texte-Subtile, #555a5c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.single-groupe__notes-icon{margin-right:8px}.single-groupe__content-right-members{display:flex;flex-direction:column;gap:16px;width:100%}.single-groupe__members-title{color:#1d1b20;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0}.single-groupe__members-avatars{display:flex;flex-direction:row;gap:0;align-items:center;position:relative;margin:24px 0}.single-groupe__member-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:transform .2s ease;position:relative;margin-left:-10px;border:1px solid var(--Borders-More-Subtile, #d7dee0);background:var(--Baclground-Maine, #fdfeff)}.single-groupe__member-avatar:hover{transform:scale(1.1);z-index:1}.single-groupe__member-avatar--more{background-color:#e9ecef!important;color:#6c757d!important;font-size:12px;font-weight:500}.single-groupe__members-button-container{display:flex;justify-content:center;width:100%}.single-groupe__members-button{width:100%;display:flex;padding:16px;cursor:pointer;justify-content:center;align-items:center;gap:var(--gap-s, 8px);align-self:stretch;border-radius:39px;border:none;background:var(--Background-Maine, #005a73);overflow:hidden;color:var(--Texte-Rivers, #f8f9fa);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:500;line-height:16px;transition:all .2s ease}.single-groupe__members-button:hover{background:var(--Background-Maine, #005a73);opacity:.8}.groupes-stats-card{border-radius:14px;border:1px solid var(--Borders-More-Subtile, #d7dee0);padding:18px 24px;background:#fff;width:225px;flex:1;display:flex;flex-direction:column;gap:6px}.groupes-stats-card__label{color:var(--Texte-MoreSubtile, #838a8c);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.groupes-stats-card__value{color:var(--Texte-Maine, #2b2f30);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:170%}.pg-participants-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000052;display:flex;align-items:center;justify-content:center;z-index:1000}.pg-participants-modal__container{width:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);background:#f3f4f5;border-radius:16px;box-shadow:0 10px 30px #0000001f;display:flex;flex-direction:column;padding:40px;overflow:hidden}.pg-participants-modal__header{display:flex;justify-content:space-between}.pg-participants-modal__title{color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:var(--typography-h3-font-size, 23px);font-style:normal;font-weight:400;line-height:24px;letter-spacing:1px;margin-bottom:16px}.pg-participants-modal__meta{display:flex;gap:100px}.pg-participants-modal__meta-item{display:flex;flex-direction:column;align-items:baseline}.pg-participants-modal__meta-label{color:var(--Texte-Subtile, #555A5C);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:1px}.pg-participants-modal__meta-value{color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:1px}.pg-participants-modal__close-btn{border:none;background:#f3f4f5;color:#211f26;width:32px;height:32px;border-radius:8px;font-size:32px;cursor:pointer;line-height:1}.pg-participants-modal__close-btn:hover{background:#e8eef2}.pg-participants-modal__actions{margin-top:16px;margin-bottom:16px}.pg-participants-modal__actions-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pg-participants-modal__add-btn{background:#e0f3ff;color:#005a73;border:1px solid #b9e6ff;border-radius:10px;padding:10px 12px;font-weight:600;cursor:pointer}.pg-participants-modal__add-btn:hover{background:#d5efff}.pg-participants-modal__list{overflow:auto}.pg-participants-modal__item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;margin:8px;border-radius:12px}.pg-participants-modal__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0f3ff;color:#005a73;font-weight:700}.pg-participants-modal__info{min-width:0}.pg-participants-modal__name{color:var(--Blue-500, #007D9F);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.pg-participants-modal__email{font-size:12px;color:#6b7a85}.pg-participants-modal__more-wrapper{position:relative}.pg-participants-modal__more{border:none;background:transparent;font-size:20px;color:#6b7a85;cursor:pointer;padding:6px 8px;border-radius:6px;transition:background-color .2s ease}.pg-participants-modal__more:hover{background-color:#e8eef2}.pg-participants-modal__popup-menu{background:#fff;border-radius:10px;box-shadow:0 4px 16px #0000001f,0 1px 4px #00000014;min-width:220px;padding:6px;z-index:1100;animation:pg-popup-fade-in .15s ease-out}@keyframes pg-popup-fade-in{0%{opacity:0;transform:translate(-100%,-50%) translate(8px)}to{opacity:1;transform:translate(-100%,-50%) translate(0)}}.pg-participants-modal__popup-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:transparent;color:#2b2f30;font-family:Inter;font-size:14px;font-weight:400;cursor:pointer;border-radius:6px;transition:background-color .15s ease;text-align:left}.pg-participants-modal__popup-item:hover{background-color:#e0f3ff}.pg-participants-modal__popup-icon{font-size:18px;color:#007d9f;flex-shrink:0}.pg-participants-modal__empty{text-align:center;color:#6b7a85;padding:24px 0}.pg-participants-modal__form{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;margin-bottom:16px}.pg-participants-modal__form-group{margin-bottom:16px}.pg-participants-modal__form-group:last-of-type{margin-bottom:20px}.pg-participants-modal__form-label{display:block;color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px}.pg-participants-modal__form-input{width:100%;padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-family:Inter;font-size:14px;color:var(--Texte-Maine, #2B2F30);background:#fff;transition:border-color .2s ease;box-sizing:border-box}.pg-participants-modal__form-input:focus{outline:none;border-color:#007d9f;box-shadow:0 0 0 2px #007d9f1a}.pg-participants-modal__form-input::placeholder{color:#999}.pg-participants-modal__form-actions{display:flex;justify-content:center;gap:12px}.pg-participants-modal__form-btn{padding:10px 20px;border-radius:8px;font-family:Inter;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.pg-participants-modal__form-btn--cancel{background:#f5f5f5;color:#666;border-color:#d0d0d0}.pg-participants-modal__form-btn--cancel:hover{background:#e8e8e8;border-color:#b0b0b0}.pg-participants-modal__form-btn--submit{background:#e0f3ff;color:#005a73;border-color:#b9e6ff}.pg-participants-modal__form-btn--submit:hover{background:#d5efff;border-color:#a8ddff}.pg-participants-modal__toast{position:fixed;top:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:14px 24px;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;box-shadow:0 8px 24px #00000026;z-index:1200;animation:pg-toast-slide-in .3s ease-out}@keyframes pg-toast-slide-in{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.pg-participants-modal__toast--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.pg-participants-modal__toast--error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.pg-participants-modal__toast-icon{font-size:18px;flex-shrink:0}.pg-participants-modal__toast-message{line-height:1.4}.group-header{display:flex;align-items:center;gap:1rem}.group-header-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#6c757d}.group-header-back-btn:hover{background:#e9ecef;color:#495057}.group-header-progress{display:flex;align-items:center;gap:0;flex:1;justify-content:center}.group-header-step-item{display:flex;align-items:center;gap:16px;padding:16px 24px;position:relative}.group-header-step-separator{color:#dee2e6;font-size:18px;font-weight:500;margin-left:16px}.group-header-step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-family:Roboto;font-size:14px;font-weight:500;line-height:20px;transition:all .3s ease}.group-header-step-label{font-family:Inter;font-size:12px;font-weight:400;line-height:18px;transition:all .3s ease}.group-header-step-item.inactive .group-header-step-number{background:transparent;color:#838a8c}.group-header-step-item.inactive .group-header-step-label{color:#838a8c}.group-header-step-item.active .group-header-step-number{color:var(--Blue-500, #007D9F);text-align:center;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.group-header-step-item.active .group-header-step-label{color:#005a73;font-weight:600}.group-header-step-item.completed .group-header-step-number{background:#28a745;color:#fff}.group-header-step-item.completed .group-header-step-label{color:#155724;font-weight:500}@media(max-width:768px){.group-header{flex-direction:column;gap:1rem;padding:0 1rem}.group-header-progress{flex-direction:column;gap:.5rem;width:100%}.group-header-step-item{width:100%;justify-content:flex-start;padding:12px 16px}.group-header-step-separator{display:none}}@media(max-width:480px){.group-header-step-item{padding:8px 12px}.group-header-step-label{font-size:11px}}.group-create-step1{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.form-container{max-width:600px;margin:0 auto}.image-upload-section{text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.group-create-step1 .image-upload-area{flex:none;border:none;width:120px;height:120px;min-height:unset;padding:0}.group-create-step1 .image-upload-area:hover{transform:none;box-shadow:none;border:none;width:120px;background:none;cursor:default}.image-placeholder{width:120px;height:120px;border:2px dashed #d0d0d0;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 16px;color:#999;font-size:12px;gap:8px}.image-preview{position:relative;display:inline-block}.image-preview img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.remove-image-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:#f44;color:#fff;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.remove-image-btn:hover{background:#c33}.upload-info{font-size:12px;color:#666;margin-top:8px;text-align:center}.form-group{margin-bottom:24px}.form-label{display:block;color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:8px}.form-input,.form-textarea{width:100%;padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-family:Inter;font-size:14px;color:var(--Texte-Maine, #2B2F30);background:#fff;transition:border-color .2s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#007d9f;box-shadow:0 0 0 2px #007d9f1a}.form-input::placeholder,.form-textarea::placeholder{color:#999}.form-textarea{resize:vertical;min-height:100px}.form-actions{display:flex;justify-content:center;margin-top:40px}.create-group-btn{display:inline-flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Background-Maine, #005A73);border:none;cursor:pointer;overflow:hidden;color:var(--Schemes-On-Primary, #FFF);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:500;line-height:16px;width:250px;transition:all .4s ease-in-out}.create-group-btn:hover:not(:disabled){display:inline-flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Background-Hover, #004357)}.create-group-btn:disabled{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Baclground-Disable, #D7DEE0);overflow:hidden;color:var(--Texte-MoreSubtile, #838A8C);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:500;line-height:16px}@media(max-width:768px){.group-create-step1{margin:8px;border-radius:12px}.step-content{padding:24px}.form-container{max-width:100%}.image-placeholder,.image-preview img{width:100px;height:100px}}.simple-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.loading-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #007D9F;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.simple-loading p{color:#666;font-size:14px;margin:0}@media(max-width:480px){.step-content{padding:16px}.create-group-btn{width:100%;padding:16px}}.group-create-step2{display:flex;flex-direction:column;gap:32px;height:100%;overflow-y:auto;padding:32px}.step-header{display:flex;justify-content:space-between;align-items:center}.validate-btn{background:#f5f5f5;color:#666;border:1px solid #d0d0d0;border-radius:12px;padding:12px 24px;font-family:Inter;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.validate-btn:hover:not(:disabled){background:#e8e8e8;border-color:#b0b0b0}.validate-btn:disabled{opacity:.5;cursor:not-allowed}.step-content{padding:40px}.step-title{color:var(--Texte-Titles, #181A1A);font-family:Inter;font-size:23px;font-style:normal;font-weight:500;line-height:31px}.participants-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:100%;margin:0 auto}.manual-section{display:flex;flex-direction:column;gap:24px}.participant-form{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;position:relative}.remove-form-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#f44;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.remove-form-btn:hover{background:#ffe6e6}.form-group{margin-bottom:16px}.form-group:last-of-type{margin-bottom:20px}.form-label{display:block;color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:14px;font-weight:500;line-height:20px;margin-bottom:6px}.form-input{width:100%;padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-family:Inter;font-size:14px;color:var(--Texte-Maine, #2B2F30);background:#fff;transition:border-color .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#007d9f;box-shadow:0 0 0 2px #007d9f1a}.form-input::placeholder{color:#999}.participants-list{display:flex;flex-direction:column;gap:12px}.participant-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.participant-info{display:flex;align-items:center;gap:12px}.participant-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0f3ff;color:#005a73;font-weight:700;font-size:14px}.participant-details{min-width:0}.participant-name{color:var(--Blue-500, #007D9F);font-family:Inter;font-size:14px;font-weight:600;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.participant-email{font-size:12px;color:#6b7a85;margin-top:2px}.remove-btn{background:transparent;border:none;color:#f44;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s ease}.remove-btn:hover{background:#ffe6e6}.import-section{display:flex;flex-direction:column}.drop-zone{border:2px dashed #d0d0d0;border-radius:12px;padding:40px 24px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.drop-zone:hover,.drop-zone.drag-active{border-color:#007d9f;background:#f0f9ff}.drop-zone h3{font-family:Inter;font-size:16px;font-weight:500;color:var(--Texte-Maine, #2B2F30);margin:0;line-height:1.4}.drop-zone p{font-family:Inter;font-size:14px;color:#666;margin:0;line-height:1.4}.click-hint{margin-top:8px!important}.click-hint strong{text-decoration:underline;color:#007d9f}.file-requirements{font-size:12px!important;color:#999!important;margin-top:16px!important;font-style:italic}@media(max-width:1024px){.participants-container{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){.step-header{flex-direction:column;gap:16px;padding:16px 24px}.step-content{padding:24px}.step-title{font-size:20px}.participants-container{gap:24px}.drop-zone{padding:24px 16px;min-height:250px}.drop-zone h3{font-size:14px}.drop-zone p{font-size:12px}}@media(max-width:480px){.step-content{padding:16px}.participant-item{padding:8px 12px}.participant-info{gap:8px}.participant-avatar{width:32px;height:32px;font-size:12px}}.stats-page{padding:var(--spacing-4)}.librairie-page{padding:var(--spacing-4)}.page-header{margin-bottom:var(--spacing-6)}.page-content{display:flex;flex-direction:column;gap:var(--spacing-4)}.card{background:var(--color-surface);border-radius:var(--radius-sm);padding:var(--spacing-4);border:1px solid var(--color-outline-variant)}.play-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.play-page__loading,.play-page__error,.play-page__not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.play-page__loading h2,.play-page__error h2,.play-page__not-found h2{color:#2b2f30;margin-bottom:1rem}.play-page__error p,.play-page__not-found p{color:#6c757d;margin-bottom:2rem}.play-page__header{position:absolute;top:16px;left:16px;background:#fff;border-bottom:1px solid #e9ecef;padding:1rem;border-radius:16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;z-index:1000}.play-page__header-left{display:flex;align-items:center;gap:1.5rem}.play-page__header-left img{height:20px}.play-page__toggle-controller{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#6c757d;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.play-page__toggle-controller:hover{background:#e9ecef;color:#495057;border-color:#adb5bd}.play-page__toggle-controller.active{background:#e0f3ff;color:#005a73;border-color:#b3d7ff}.play-page__toggle-controller.active:hover{background:#b3d7ff}.play-page__back-button{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:.5rem;color:#6c757d;text-decoration:none;transition:all .2s ease;cursor:pointer}.play-page__back-button:hover{background:#e9ecef;color:#495057}.play-page__title-section{display:flex;flex-direction:column;gap:.25rem}.play-page__title{font-size:1.5rem;font-weight:600;color:#2b2f30;margin:0}.play-page__type-badge{background:#e0f3ff;color:#005a73;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500;align-self:flex-start}.play-page__header-right{display:flex;align-items:center;gap:2rem;margin-left:1rem;border-left:1px solid #e9ecef;padding-left:1rem}.play-page__connection-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .3s ease}.play-page__connection-status.connected{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.play-page__connection-status.disconnected{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.play-page__connection-status svg{flex-shrink:0}.play-page__group-separator{margin:0 .5rem;opacity:.7}.play-page__group-name{font-weight:600;font-size:.875rem}.play-page__participant-count{font-size:.75rem;color:#6c757d;margin-left:.25rem}.play-page__group-info{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-weight:500}.play__solution-button{position:absolute;top:16px;right:16px;background:#005a73;color:#fff;border:none;border-radius:999px;padding:.6rem 1.2rem;display:flex;align-items:center;gap:.5rem;font-weight:600;box-shadow:0 4px 14px #00000026;cursor:pointer;z-index:1001;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.play__solution-button:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0003;background:#004357}.play-solution-grid{display:grid;gap:16px;margin-top:1rem}.play-solution-card{height:fit-content;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center}.play-solution-card img{max-width:100%;height:90px;max-height:140px;object-fit:cover;border-radius:12px;border:1px solid #E9E4F1}.sliding-modal:not(.sliding-modal--solution){z-index:999!important}.sliding-modal-overlay:not(.sliding-modal--solution){z-index:998!important}.sliding-modal--solution{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%) scale(.9)!important;width:90vw!important;max-width:900px!important;max-height:90vh!important;border-radius:16px!important;box-shadow:0 20px 60px #0000004d!important;opacity:0;transition:transform .3s ease-out,opacity .3s ease-out!important;z-index:2000!important}.sliding-modal--solution.sliding-modal--open{transform:translate(-50%,-50%) scale(1)!important;opacity:1}.sliding-modal-overlay.sliding-modal--solution{width:100%!important;left:0!important;right:0!important;z-index:1999!important}.sliding-modal--solution .sliding-modal__header{padding-bottom:1rem;border-bottom:1px solid #e9ecef}.sliding-modal--solution .sliding-modal__title{font-size:1.25rem;font-weight:600}.sliding-modal--solution .sliding-modal__content{padding:2rem;max-height:calc(90vh - 120px);overflow-y:auto}.sliding-modal--solution .play-solution-grid{margin-top:0;gap:20px}.sliding-modal--leave-confirm{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:420px!important;max-width:90vw;transform:translate(-50%,-50%) scale(.95)!important;opacity:0;transition:transform .2s ease,opacity .2s ease;border-radius:12px;box-shadow:0 8px 32px #0003}.sliding-modal--leave-confirm.sliding-modal--open{transform:translate(-50%,-50%) scale(1)!important;opacity:1}.sliding-modal-overlay.sliding-modal--leave-confirm{width:100%!important;left:0!important;right:0!important;z-index:1999!important}.sliding-modal--leave-confirm .sliding-modal__header{padding-bottom:1rem;border-bottom:1px solid #e9ecef}.sliding-modal--leave-confirm .sliding-modal__title{font-size:1.25rem;font-weight:600}.sliding-modal--leave-confirm .sliding-modal__content{padding:1.5rem 2rem 2rem}.play-leave-confirm__message{margin:0 0 1.5rem;color:#2b2f30;font-size:1rem;line-height:1.6}.play-leave-confirm__message strong{display:block;margin-top:.5rem;color:#1a1d1e}.play-leave-confirm__actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.play-leave-confirm__btn{min-width:120px;padding:.65rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;border:2px solid transparent}.play-leave-confirm__btn--cancel{background:#005a73;border-color:#005a73;color:#fff;box-shadow:0 2px 6px #005a7340}.play-leave-confirm__btn--cancel:hover{background:#004457;border-color:#004457;color:#fff;box-shadow:0 4px 12px #005a7359}.play-leave-confirm__btn--confirm{background:#fff;border-color:#dc3545;color:#dc3545;box-shadow:0 2px 6px #dc354526}.play-leave-confirm__btn--confirm:hover{background:#dc3545;border-color:#dc3545;color:#fff;box-shadow:0 4px 12px #dc35454d}.play-page__selected-group{display:flex;align-items:center;gap:.5rem;color:#2b2f30;font-weight:500;font-size:.875rem}.play-page__participants-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;color:#6c757d;font-weight:500;cursor:pointer;transition:all .2s ease}.play-page__participants-btn:hover{background:#e9ecef;color:#495057;border-color:#adb5bd}.play-page__game-controls{display:flex;gap:.75rem}.play-page__control-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.play-page__control-button--pause{background:#ffc107;color:#212529}.play-page__control-button--resume{background:#17a2b8;color:#fff}.play-page__control-button--stop{background:#dc3545;color:#fff}.play-page__control-button--restart{background:#6f42c1;color:#fff}.play-page__control-button--restart:hover{background:#5a32a3}.play-page__game-area{flex:1;display:flex;gap:2rem;height:calc(100vh - 120px);overflow:hidden;position:relative}.play-page__timer{position:absolute;bottom:2rem;left:2rem;z-index:1000}.play-page__reopen-intro-btn{position:absolute;top:100px;left:16px;z-index:100;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;border:none;font-size:.875rem;font-weight:600;color:#0f172a;background:#fffffff2;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.play-page__reopen-intro-btn:hover{background:#fff;box-shadow:0 6px 16px #0003}.play-page__group-panel{position:absolute;top:140px;left:16px;z-index:900;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:12px 14px;min-width:200px;max-width:260px;box-shadow:0 6px 18px #0000001f;font-size:.85rem}.play-page__group-panel-header{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#2b2f30;margin-bottom:6px}.play-page__group-panel-count{background:#e0f3ff;color:#005a73;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:600}.play-page__group-panel-name{font-weight:600;color:#005a73;margin-bottom:6px}.play-page__group-panel-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;max-height:180px;overflow-y:auto}.play-page__group-panel-list li{color:#4b4f51;font-size:.8rem}.play-page__group-panel-empty{color:#6c757d;font-size:.8rem}.play-page__step-controller{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);transition:opacity .3s ease,transform .3s ease}.play-page__step-controller.hidden{opacity:0;transform:translate(-50%) translateY(100%);pointer-events:none}.play-page__sidebar{width:300px;display:flex;flex-direction:column;gap:1.5rem}.play-page__info-card,.play-page__settings-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.play-page__info-card h3,.play-page__settings-card h3{margin:0 0 1rem;color:#2b2f30;font-size:1.1rem;font-weight:600}.play-page__info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f8f9fa}.play-page__info-item:last-child{border-bottom:none}.play-page__info-item strong{color:#6c757d;font-weight:500}.play-page__status{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.play-page__status--waiting{background:#f8f9fa;color:#6c757d}.play-page__status--playing{background:#d4edda;color:#155724}.play-page__status--paused{background:#fff3cd;color:#856404}.play-page__status--finished{background:#f8d7da;color:#721c24}.play-participants-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.play-participants-popup{background:#fff;border-radius:20px;width:100%;max-width:1100px;max-height:640px;display:flex;flex-direction:column;box-shadow:0 25px 80px #00000040;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.play-participants-popup__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#005a73,#007d9f);color:#fff}.play-participants-popup__header h2{margin:0;font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.play-participants-popup__close{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.play-participants-popup__close:hover{background:#ffffff40;transform:scale(1.05)}.play-participants-popup__content{flex:1;overflow-y:auto;padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.play-popup__invitation-bar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px}.play-popup__invitation-label{font-weight:600;color:#0369a1;white-space:nowrap;font-size:.75rem}.play-popup__invitation-input-wrapper{flex:1;display:flex;gap:.4rem}.play-popup__invitation-input{flex:1;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.75rem;color:#334155}.play-popup__invitation-input:focus{outline:none;border-color:#0ea5e9}.play-popup__invitation-copy-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:#0ea5e9;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.75rem;cursor:pointer;transition:all .2s}.play-popup__invitation-copy-btn:hover{background:#0284c7}.play-popup__main-content{display:grid;grid-template-columns:260px 1fr;gap:1rem;min-height:350px}.play-popup__left-column{display:flex;flex-direction:column;gap:.6rem}.play-popup__section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem}.play-popup__section-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.play-popup__section-header svg{width:14px;height:14px}.play-popup__section-title{font-weight:600;color:#1e293b;font-size:.8rem}.play-popup__section-count{margin-left:auto;background:#e2e8f0;color:#475569;padding:.1rem .45rem;border-radius:10px;font-size:.65rem;font-weight:600}.play-popup__right-column{display:flex;flex-direction:column;gap:.75rem}.play-popup__groups-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.play-popup__groups-title{font-weight:600;color:#1e293b;font-size:.95rem}.play-popup__groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;flex:1}.play-popup__actions-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0}.play-popup__actions-left{display:flex;align-items:center;gap:1rem}.play-popup__actions-right{display:flex;align-items:center;gap:.75rem}.play-popup__section--formateur{background:#f0fdf4;border-color:#bbf7d0}.play-popup__section--participants{flex:1;min-height:120px}.play-popup__section--unassigned{background:#fffbeb;border-color:#fde68a}.play-popup__participants-list{display:flex;flex-direction:column;gap:.25rem;max-height:160px;overflow-y:auto}.play-popup__participant{display:flex;align-items:center;gap:.4rem;padding:.35rem .4rem;border-radius:6px;transition:background .15s}.play-popup__participant:hover{background:#00000008}.play-popup__participant--draggable{cursor:grab}.play-popup__participant--draggable:active{cursor:grabbing}.play-popup__participant--dragging{opacity:.5;background:#e0f2fe}.play-popup__participant-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;flex-shrink:0}.play-popup__participant-avatar--small{width:22px;height:22px;font-size:.55rem}.play-popup__participant-name{flex:1;font-size:.75rem;color:#1e293b;font-weight:500}.play-popup__participant-status{font-size:.55rem}.play-popup__drag-handle{color:#94a3b8;font-size:10px;cursor:grab}.play-popup__empty-message{color:#94a3b8;font-size:.75rem;text-align:center;padding:.75rem;font-style:italic}.play-popup__hint{color:#d97706;font-size:.65rem;margin:0 0 .35rem;font-style:italic}.play-popup__section-count--warning{background:#fef3c7!important;color:#d97706!important}.play-popup__groups-actions{display:flex;align-items:center;gap:.5rem}.play-popup__group-size-control{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#64748b}.play-popup__group-size-control input{width:42px;padding:.3rem .4rem;border:1px solid #e2e8f0;border-radius:5px;font-size:.75rem;text-align:center}.play-popup__generate-btn,.play-popup__create-btn{display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.play-popup__generate-btn{background:#0ea5e9;color:#fff}.play-popup__generate-btn:hover:not(:disabled){background:#0284c7}.play-popup__generate-btn:disabled{background:#94a3b8;cursor:not-allowed}.play-popup__create-btn{background:#fff;color:#16a34a;border:1.5px dashed #16a34a}.play-popup__create-btn:hover{background:#f0fdf4}.play-popup__validation-banner{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;font-size:.75rem;color:#92400e}.play-popup__validate-btn{display:flex;align-items:center;gap:.3rem;padding:.35rem .75rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.7rem;cursor:pointer;transition:all .2s}.play-popup__validate-btn:hover{background:#d97706}.play-popup__groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;flex:1;overflow-y:auto;padding-right:.35rem}.play-popup__no-groups{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;color:#94a3b8;text-align:center}.play-popup__no-groups svg{margin-bottom:.75rem;opacity:.5;width:36px;height:36px}.play-popup__no-groups h4{margin:0 0 .35rem;color:#64748b;font-size:.9rem}.play-popup__no-groups p{margin:0;font-size:.75rem}.play-popup__group-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;transition:all .2s}.play-popup__group-card:hover{box-shadow:0 3px 10px #00000012}.play-popup__group-card--drop-target{border:2px dashed #0ea5e9!important;background:#f0f9ff!important}.play-popup__group-card--manual{border-color:#fcd34d;background:#fffef0}.play-popup__group-header{display:flex;align-items:center;gap:.35rem}.play-popup__group-name{flex:1;font-weight:600;color:#0284c7;font-size:.8rem;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s}.play-popup__group-name:hover{text-decoration-color:#0284c7}.play-popup__group-name-input{flex:1;padding:.2rem .4rem;border:1px solid #0ea5e9;border-radius:4px;font-size:.8rem;font-weight:600;color:#0284c7}.play-popup__group-count{background:#e2e8f0;color:#475569;padding:.1rem .4rem;border-radius:8px;font-size:.6rem;font-weight:600}.play-popup__group-call{color:#f59e0b;animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.play-popup__group-delete{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:.15rem;border-radius:4px;opacity:.6;transition:all .2s}.play-popup__group-delete:hover{opacity:1;background:#fef2f2}.play-popup__group-participants{display:flex;flex-direction:column;gap:.25rem;min-height:45px}.play-popup__group-empty{display:flex;align-items:center;justify-content:center;padding:.6rem;border:1.5px dashed #e2e8f0;border-radius:6px;color:#94a3b8;font-size:.65rem;font-style:italic}.play-popup__group-participant{display:flex;align-items:center;gap:.3rem;padding:.25rem .35rem;background:#f8fafc;border-radius:5px;cursor:grab;transition:all .15s}.play-popup__group-participant:hover{background:#f1f5f9}.play-popup__group-participant--dragging{opacity:.5;background:#e0f2fe}.play-popup__participant-remove{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:.15rem;border-radius:3px;opacity:0;transition:all .2s;margin-left:auto}.play-popup__group-participant:hover .play-popup__participant-remove{opacity:.6}.play-popup__participant-remove:hover{opacity:1!important;background:#fef2f2}.play-popup__group-add-btn{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.35rem;background:transparent;border:1px dashed #cbd5e1;border-radius:5px;color:#64748b;font-size:.65rem;cursor:pointer;transition:all .2s}.play-popup__group-add-btn:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f0f9ff}.play-popup__add-panel{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem;margin-top:.35rem;box-shadow:0 3px 10px #0000001a}.play-popup__add-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.35rem;border-bottom:1px solid #f1f5f9;font-size:.7rem;font-weight:600;color:#475569}.play-popup__add-panel-header button{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:.15rem}.play-popup__add-section{margin-bottom:.5rem}.play-popup__add-section h5{margin:0 0 .3rem;font-size:.6rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.play-popup__add-item{display:flex;align-items:center;gap:.3rem;padding:.3rem;border-radius:5px;cursor:pointer;font-size:.7rem;transition:background .15s}.play-popup__add-item:hover{background:#f0f9ff}.play-popup__add-item svg{color:#16a34a;margin-left:auto}.play-popup__add-item-source{color:#94a3b8;font-size:.6rem;font-style:italic}.play-popup__add-empty{text-align:center;color:#94a3b8;font-size:.7rem;padding:.75rem}.play-participants-modal-content{display:flex;flex-direction:column;gap:2rem}.play-invitation-section{display:flex;flex-direction:column;gap:.75rem}.play-invitation-label{font-weight:600;color:#2b2f30;font-size:.875rem}.play-invitation-input-group{display:flex;gap:.5rem;position:relative}.play-invitation-input{flex:1;padding:1rem;border:1px solid #dee2e6;border-radius:8px;background:#f8f9fa;color:#6c757d;font-size:.875rem;color:#211f26;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.play-invitation-input:focus-visible{outline:none}.play-invitation-copy-btn{position:absolute;right:4px;align-self:center;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease;outline:none}.play-invitation-copy-btn:hover{background:#0056b3}.play-subgroups-section{display:flex;flex-direction:column;gap:1.5rem}.play-subgroup{padding-bottom:1rem;border-bottom:1px solid #E9E4F1;cursor:pointer;transition:all .2s ease}.play-subgroup--selected{background:#e0f3ff;padding:16px;border-radius:16px;border:1px solid #E9E4F1}.play-subgroup-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem}.play-subgroup-name{color:#2b2f30;text-decoration:underline;text-decoration-color:#007bff;cursor:pointer;color:var(--Blue-500, #007D9F);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;transition:all .2s ease}.play-subgroup-name:hover{color:#0056b3;text-decoration-color:#0056b3}.play-subgroup-name-input{background:transparent;border:1px solid #007bff;border-radius:4px;padding:2px 6px;font-family:Inter;font-size:12px;font-weight:600;color:var(--Blue-500, #007D9F);outline:none;min-width:100px}.play-subgroup-name-input:focus{border-color:#0056b3;box-shadow:0 0 0 2px #007bff33}.play-subgroup-status{margin-left:auto;padding:.25rem .75rem;background:#dc3545;color:#fff;border-radius:12px;font-size:.75rem;font-weight:500}.play-participants-list{display:flex;flex-direction:column;gap:.75rem}.play-participant-item{display:flex;align-items:center;justify-content:flex-start;border:none;gap:.75rem;padding:4px 8px;border-radius:8px;transition:background .2s ease;cursor:pointer}.play-participant-item:hover{background:#e9ecef}.play-participant-item--selected{background:#e3f2fd;border:1px solid #007bff}.play-participant-avatar{width:32px;height:32px;border-radius:50%;background:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.play-participant-name{color:var(--Texte-Maine, #2B2F30);font-family:Inter;font-size:12px;font-style:normal;text-decoration:none;font-weight:400;line-height:18px}.play-add-subgroup-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;color:#6c757d;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.play-add-subgroup-btn:hover{background:#e9ecef;border-color:#adb5bd;color:#495057}.play-groups-management-section{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;margin-top:1.5rem}.play-groups-management-section--bottom{margin-top:1.5rem;border-top:2px solid #e9ecef;padding-top:1.5rem}.play-generate-groups-section{display:flex;flex-direction:column;justify-content:center}.play-generate-groups-controls{display:flex;align-items:flex-end;flex-direction:row;gap:1rem;margin-bottom:.5rem}.play-max-group-size-input{display:flex;align-items:center;flex-direction:column;gap:.5rem}.play-generate-groups-controls input{width:100%;text-align:center;width:60px;padding-left:8px;padding-right:-12px!important;background:#f8f9fa;border:1px solid #ced4da;border-radius:4px;font-size:.875rem;font-weight:500;color:#2b2f30;outline:none;transition:all .2s ease;font-size:16px}.play-max-group-size-input label{font-weight:500;color:#2b2f30;white-space:nowrap;font-size:12px}.play-max-group-size-field{width:60px;padding:.5rem;border:1px solid #ced4da;border-radius:4px;text-align:center;font-size:.875rem}.play-max-group-size-field:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.play-generate-groups-btn{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;transition:background-color .2s}.play-generate-groups-btn:hover:not(:disabled){background:#0056b3}.play-generate-groups-btn:disabled{background:#6c757d;cursor:not-allowed}.play-generate-groups-info{font-size:.875rem;color:#6c757d;margin:0;text-align:center}.play-create-group-section{display:flex;justify-content:center;padding-top:.5rem;border-top:1px dashed #dee2e6}.play-create-group-btn{background:transparent;color:#28a745;border:2px dashed #28a745;padding:.6rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;font-size:.875rem}.play-create-group-btn:hover{background:#e8f5e9;border-color:#1e7e34;color:#1e7e34}.play-subgroup-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #dee2e6;border-radius:8px;background:#f8f9fa;color:#6c757d;cursor:pointer;transition:all .2s ease;gap:.5rem}.play-subgroup-placeholder:hover{border-color:#007bff;background:#e7f3ff;color:#007bff}.play-subgroup-placeholder svg{opacity:.7}.play-subgroup-placeholder:hover svg{opacity:1}.play-subgroup-placeholder span{font-size:.875rem;text-align:center}.play-validate-groups-section{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;display:flex;justify-content:center}.play-validate-groups-btn{background:#ffc107;color:#000;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s}.play-validate-groups-btn:hover{background:#ffb300}.play-add-participant-panel{padding:1rem;background:#fff;border:1px solid #dee2e6;border-radius:8px;margin-top:.5rem}.play-add-participant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.play-add-participant-header h4{margin:0;font-size:1rem;color:#2b2f30}.play-add-participant-close{background:none;border:none;color:#6c757d;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.play-add-participant-close:hover{background:#f8f9fa;color:#2b2f30}.play-available-participants,.play-other-groups-participants{margin-bottom:1rem}.play-available-participants h5,.play-other-groups-participants h5{margin:0 0 .5rem;font-size:.875rem;color:#6c757d;font-weight:500}.play-participant-item--clickable{cursor:pointer;transition:all .2s ease;border:1px solid transparent}.play-participant-item--clickable:hover{background:#f8f9fa;border-color:#007bff;border-radius:4px}.play-participant-add-icon{margin-left:auto;color:#28a745;opacity:.7}.play-participant-item--clickable:hover .play-participant-add-icon{opacity:1;transform:scale(1.1)}.play-participant-source{font-size:.75rem;color:#6c757d;font-style:italic;margin-left:.5rem}.play-participant-remove-btn{background:#dc3545;color:#fff;border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;opacity:0;transition:all .2s}.play-participant-item:hover .play-participant-remove-btn{opacity:.7}.play-participant-remove-btn:hover{opacity:1;transform:scale(1.1);background:#c82333}.play-participant-item--draggable{cursor:grab;-webkit-user-select:none;user-select:none}.play-participant-item--draggable:active{cursor:grabbing}.play-participant-item--dragging{opacity:.5;background:#e3f2fd;border:1px dashed #007bff;border-radius:8px}.play-participant-drag-handle{color:#adb5bd;font-size:14px;margin-right:4px;cursor:grab;opacity:.5;transition:opacity .2s}.play-participant-item--draggable:hover .play-participant-drag-handle{opacity:1;color:#6c757d}.play-subgroup--drop-target{background:#e7f3ff!important;border:2px dashed #007bff!important;border-radius:12px}.play-subgroup--manual{background:#fff8e6;border:1px dashed #ffc107;border-radius:12px;padding:12px}.play-subgroup--manual .play-subgroup-header{border-bottom-color:#ffeaa7}.play-subgroup-delete-btn{background:transparent;border:none;color:#dc3545;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:8px;opacity:.6;transition:all .2s}.play-subgroup-delete-btn:hover{opacity:1;background:#f8d7da}.play-no-participants-available{text-align:center;padding:1rem;color:#6c757d;font-size:.875rem}.play-subgroup-add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;margin-top:.5rem;border:1px dashed #dee2e6;border-radius:6px;background:#f8f9fa;color:#6c757d;cursor:pointer;transition:all .2s ease;font-size:.875rem}.play-subgroup-add-btn:hover{border-color:#007bff;background:#e7f3ff;color:#007bff}.play-subgroup-add-btn svg{opacity:.7}.play-subgroup-add-btn:hover svg{opacity:1}.play-subgroup-count{font-size:.875rem;color:#6c757d;font-weight:500;margin-left:auto}.play-subgroup-call-indicator{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;color:#d97706;background:#fff4e6;border:1px solid #FED7AA;width:22px;height:22px;border-radius:50%;cursor:pointer}.play-subgroup-call-indicator:hover{filter:brightness(.95)}.play-participant-actions{display:flex;gap:.25rem;margin-left:auto}.play-move-participant-btn{background:#28a745;color:#fff;border:none;width:24px;height:24px;border-radius:4px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.play-move-participant-btn:hover{background:#1e7e34}.play-unassigned-participants{margin-top:1.5rem;padding:1rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px}.play-unassigned-participants h4{margin:0 0 .5rem;color:#856404;font-size:1rem}.play-unassigned-hint{margin:0 0 1rem;color:#856404;font-size:.75rem;font-style:italic;opacity:.8}.play-subgroup--no-groups{background:#f8f9fa;border:2px dashed #dee2e6;padding:1rem}.play-subgroup--no-groups .play-subgroup-header{background:transparent;border-bottom:1px solid #e9ecef;margin-bottom:1rem}.play-subgroup--no-groups .play-subgroup-name{color:#6c757d;font-style:italic}@media(max-width:768px){.play-page__header{flex-direction:column;gap:1rem;align-items:flex-start}.play-page__header-right{width:100%;justify-content:space-between}.play-page__game-area{flex-direction:column;padding:1rem}.play-page__sidebar{width:100%;order:-1}.play-page__timer{bottom:1rem;left:1rem}.play-page__step-controller{bottom:1rem;left:50%;transform:translate(-50%)}}.play-page__disconnect-icon{display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;width:20px;height:20px;background:#dc3545;color:#fff;border:none;border-radius:50%;font-size:10px;cursor:pointer;transition:all .2s ease;opacity:.8}.play-page__disconnect-icon:hover{background:#c82333;opacity:1;transform:scale(1.1)}.play-page__disconnect-icon:active{transform:scale(.95)}.play-page__verify-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1e7733;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:.5rem}.play-page__verify-button:hover{background:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #28a7454d}.play-page__verify-button:active{transform:translateY(0);box-shadow:0 1px 2px #28a74533}.play-page__verify-button svg{flex-shrink:0}.play-groups-floating-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:200;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;animation:fadeInScale .3s ease}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.play-groups-floating-popup__content{position:relative;padding:1.5rem}.play-groups-floating-popup__header{margin-bottom:1.5rem;text-align:center}.play-groups-floating-popup__header h3{margin:0 0 .5rem;color:#2b2f30;font-size:1.25rem;font-weight:600}.play-groups-floating-popup__subtitle{margin:0;color:#6c757d;font-size:.875rem}.play-groups-floating-popup__groups{display:flex;flex-direction:column;gap:.75rem}.play-groups-floating-popup__group{padding:1rem;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.play-groups-floating-popup__group:hover{border-color:#007bff;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #007bff26}.play-groups-floating-popup__group--calling{border-color:#ffc107;background:#fffbf0;animation:pulseCall 2s infinite}@keyframes pulseCall{0%,to{box-shadow:0 0 #ffc10766}50%{box-shadow:0 0 0 8px #ffc10700}}.play-groups-floating-popup__group-header{display:flex;align-items:center;gap:.5rem}.play-groups-floating-popup__group-name{flex:1;font-weight:600;color:#2b2f30;font-size:1rem}.play-groups-floating-popup__call-indicator{color:#ffc107;display:flex;align-items:center;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.play-groups-floating-popup__group-count{color:#6c757d;font-size:.875rem}.play-groups-floating-popup__empty{text-align:center;padding:2rem;color:#6c757d}.play-groups-call-notifications{position:fixed;top:80px;right:20px;z-index:2001;display:flex;flex-direction:column;gap:.75rem;max-width:300px}.play-groups-call-notification{background:#fff;border:2px solid #ffc107;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026;animation:slideInRight .3s ease,pulseCall 2s infinite}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.play-groups-call-notification:hover{transform:translate(-4px);box-shadow:0 6px 16px #0003}.play-groups-call-notification svg{color:#ffc107;flex-shrink:0}.play-groups-call-notification span{flex:1;font-weight:500;color:#2b2f30;font-size:.875rem}.play-groups-call-notification__dismiss{background:transparent;border:none;color:#6c757d;cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.play-groups-call-notification__dismiss:hover{background:#f0f0f0;color:#dc3545}.whiteboard-container{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.whiteboard-area{flex:1;position:relative;background:#fff;overflow:hidden}.whiteboard-zoom-layer{position:relative;width:100%;height:100%}.whiteboard-zoom-controls{position:absolute;top:16px;right:190px;z-index:900;display:flex;align-items:center;gap:6px;background:#fffffff2;border:1px solid #e9ecef;border-radius:10px;padding:6px 8px;box-shadow:0 6px 18px #0000001f}.whiteboard-zoom-button{border:1px solid #dee2e6;background:#fff;color:#2b2f30;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.whiteboard-zoom-button:hover:not(:disabled){background:#f8f9fa;border-color:#cbd3da}.whiteboard-zoom-button:disabled{opacity:.5;cursor:not-allowed}.whiteboard-zoom-reset{font-size:.7rem;padding:4px 6px}.whiteboard-zoom-help-toggle{width:26px;height:26px;padding:0}.whiteboard-zoom-level{min-width:42px;text-align:center;font-size:.8rem;font-weight:700;color:#2b2f30}.whiteboard-zoom-help{position:absolute;top:64px;right:190px;z-index:900;width:240px;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:10px 12px;box-shadow:0 10px 24px #00000026;font-size:.8rem;color:#4b4f51}.whiteboard-zoom-help__header{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#2b2f30;margin-bottom:6px}.whiteboard-zoom-help__close{border:none;background:transparent;cursor:pointer;color:#6c757d;padding:2px;border-radius:4px}.whiteboard-zoom-help__close:hover{background:#f1f3f5;color:#2b2f30}.whiteboard-canvas{width:100%;height:100%;cursor:crosshair;display:block;touch-action:none}.whiteboard-canvas.active{cursor:crosshair}.whiteboard-canvas.inactive{cursor:not-allowed}.whiteboard-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:900}.whiteboard-overlay__content{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e9ecef}.whiteboard-overlay__content h3{margin:0 0 .5rem;color:#2b2f30;font-size:1.25rem;font-weight:600}.whiteboard-overlay__content p{margin:0;color:#6c757d;font-size:.875rem}.whiteboard-waiting-instructions{display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left}.whiteboard-waiting-instructions p{margin:0;color:#6c757d;font-size:.875rem;line-height:1.5}.whiteboard-waiting-step-completed{color:#28a745!important;font-weight:500!important}.draw-pile-zone{position:absolute;bottom:20px;right:20px;background:#fffffff2;border:2px dashed #e9ecef;border-radius:16px;padding:20px;min-width:200px;max-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;z-index:99;transition:all .3s ease;cursor:pointer}.draw-pile-zone.expanded{transform:scale(1.1);max-width:500px;min-width:400px;z-index:99;box-shadow:0 12px 48px #0003}.draw-pile-container h3{margin:0 0 8px;color:#2b2f30;font-size:1.2rem;font-weight:700;text-align:center}.draw-pile-container p{margin:0 0 16px;color:#6c757d;font-size:.9rem;text-align:center}.draw-pile-cards{position:relative;height:120px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.draw-pile-cards .pile-card{position:absolute;cursor:pointer;transition:all .3s ease;height:80px;width:auto}.draw-pile-cards .pile-card[data-card-shape=rectangular]{aspect-ratio:16/9}.draw-pile-cards .pile-card[data-card-shape=square]{aspect-ratio:1/1}.draw-pile-cards .pile-card.slot-0{z-index:10;transform:rotate(-4deg);left:50%;top:50%;margin-left:-100px;margin-top:-40px;z-index:1!important}.draw-pile-cards .pile-card.slot-1{z-index:9;transform:rotate(0);left:40%;top:50%;margin-left:-50px;z-index:2!important;margin-top:-40px}.draw-pile-cards .pile-card.slot-2{z-index:8;transform:rotate(4deg);left:30%;top:50%;margin-left:0;z-index:1!important;margin-top:-40px}.draw-pile-cards .pile-card.hidden-cards{display:none}.draw-pile-zone.expanded .draw-pile-cards{height:auto;min-height:120px;flex-wrap:wrap;gap:10px;padding:10px}.draw-pile-zone.expanded .pile-card{position:relative;transform:none!important;left:auto;top:auto;margin:0;width:auto;height:80px!important}.draw-pile-zone.expanded .pile-card.hidden-cards{display:block!important}.draw-pile-zone.expanded .pile-card[data-card-shape=rectangular]{aspect-ratio:16/9!important}.draw-pile-zone.expanded .pile-card[data-card-shape=square]{aspect-ratio:1/1!important}.draw-pile-zone.expanded .pile-card:hover{transform:translateY(-5px) scale(1.05)!important;z-index:25}.pile-card-count{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#6c757d;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;z-index:15;box-shadow:0 2px 8px #0003}.draw-pile-zone.expanded .pile-card-count{display:none}.pile-empty{color:#6c757d;font-style:italic;text-align:center;padding:20px;width:100%}.card-return-to-pile-icon{position:absolute;top:8px;right:40px;background:#000000b3;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:100;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none}.card-return-to-pile-icon:hover{background:#000000e6;transform:scale(1.1)}.card-image-viewer-icon{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:100;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none}.card-image-viewer-icon:hover{background:#000000e6;transform:scale(1.1)}.image-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.image-viewer-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;overflow:hidden}.image-viewer-close{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10001}.image-viewer-close:hover{background:#000000e6;transform:scale(1.1)}.image-viewer-header{padding:20px 20px 10px;border-bottom:1px solid #e9ecef}.image-viewer-header h3{margin:0;color:#2b2f30;font-size:1.25rem;font-weight:600}.image-viewer-body{padding:20px;display:flex;align-items:center;justify-content:center;flex:1}.image-viewer-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000001a}.magnet-group{border:2px solid #ddd;border-radius:8px;padding:10px;margin:5px;transition:all .3s ease}.magnet-group.correct{border-color:#10b981;background-color:#ecfdf5}.magnet-group.incorrect{border-color:#ef4444;background-color:#fef2f2}.magnet-group.fixed{border-color:#6b7280;background-color:#f9fafb;opacity:.7;cursor:not-allowed}.correct-indicator,.incorrect-indicator,.fixed-indicator{font-size:12px;font-weight:700;margin-top:5px;padding:2px 6px;border-radius:4px;display:inline-block}.correct-indicator{color:#10b981;background-color:#d1fae5}.incorrect-indicator{color:#ef4444;background-color:#fee2e2}.fixed-indicator{color:#6b7280;background-color:#f3f4f6}.magnet-group.fixed .separate-button{display:none!important}@keyframes validationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.magnet-group.correct,.magnet-group.incorrect{animation:validationPulse .6s ease-in-out}.dice-roller3d{display:flex;width:100%;height:100%;align-items:stretch}.dice-roller3d-left{display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:20px;border:1px solid #f0f0f0;width:100%;position:relative}.dice-roller3d-left .buttons-container{position:absolute;justify-content:center;bottom:15%;left:0;display:flex;gap:10px;z-index:10;width:100%}.dice-roller3d-left .buttons-container button{width:200px}.dice-roller3d-left .buttons-container button.btn-fade-in{animation:buttonFadeIn .6s ease-out forwards}@keyframes buttonFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dice-roller3d-left>canvas{display:block}.dice-roller3d-left canvas{align-self:center;border-radius:16px;background:#f8fafc}.dice-roller3d-right{background:#fff;border-radius:20px;padding:16px;border:1px solid #f0f0f0;display:flex;flex-direction:column;gap:16px}.dice-roller3d-right h4{margin:0;font-size:14px;color:#475569}@media(max-width:992px){.dice-roller3d{grid-template-columns:1fr}}.dice-roller3d-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e293b,#0f172a,#1e293b);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;border-radius:16px;gap:24px;transition:opacity .5s ease-out,visibility .5s ease-out}.dice-roller3d-loading.fade-out{opacity:0;visibility:hidden}.dice-roller3d-loading-logo{width:120px;height:auto;animation:logoFloat 2s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(79,158,255,.5))}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dice-roller3d-loading-text{color:#94a3b8;font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.dice-roller3d-loading-spinner{display:flex;gap:8px}.dice-roller3d-loading-dot{width:10px;height:10px;background:#4f9eff;border-radius:50%;animation:dotBounce 1.4s ease-in-out infinite}.dice-roller3d-loading-dot:nth-child(1){animation-delay:0s}.dice-roller3d-loading-dot:nth-child(2){animation-delay:.2s}.dice-roller3d-loading-dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.dice-roller3d-loading-dice{display:flex;gap:16px;margin-top:16px}.dice-roller3d-loading-dice span{font-size:32px;animation:diceRoll 2s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(79,158,255,.3))}.dice-roller3d-loading-dice span:nth-child(1){animation-delay:0s}.dice-roller3d-loading-dice span:nth-child(2){animation-delay:.3s}.dice-roller3d-loading-dice span:nth-child(3){animation-delay:.6s}@keyframes diceRoll{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(15deg) scale(1.1)}50%{transform:rotate(0) scale(1)}75%{transform:rotate(-15deg) scale(1.1)}}.dice-roll-history{position:fixed;top:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;pointer-events:auto}.dice-roll-history__toggle{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 16px #00000026;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600;color:#1f2937}.dice-roll-history__toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.dice-roll-history__toggle-icon{font-size:20px}.dice-roll-history__toggle-count{background:#3b82f6;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px;min-width:20px;text-align:center}.dice-roll-history__panel{margin-top:8px;background:#fffffffa;border-radius:16px;box-shadow:0 8px 32px #00000026;padding:16px;width:400px;max-height:400px;overflow-y:auto;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dice-roll-history__title{margin:0 0 12px;font-size:16px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:8px}.dice-roll-history__title:before{content:"🎲"}.dice-roll-history__list{display:flex;flex-direction:column;gap:12px}.dice-roll-history__item{padding:12px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.dice-roll-history__item--latest{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-color:#93c5fd}.dice-roll-history__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px}.dice-roll-history__roller{font-weight:600;color:#3b82f6}.dice-roll-history__time{color:#64748b;font-size:12px}.dice-roll-history__results{display:flex;flex-wrap:wrap;gap:6px}.dice-roll-history__die-result{display:flex;align-items:center;gap:4px;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;box-shadow:0 2px 4px #0000001a}.dice-roll-history__die-emoji{font-size:14px}.dice-roll-history__die-label{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dice-roll-history__more{margin:12px 0 0;font-size:12px;color:#64748b;text-align:center;font-style:italic}.dice-roll-history__empty{margin:0;padding:20px;text-align:center;color:#64748b;font-size:14px;line-height:1.5}.dice-roll-history__panel::-webkit-scrollbar{width:6px}.dice-roll-history__panel::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.dice-roll-history__panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dice-roll-history__panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dice-play-surface{position:relative;width:100%;height:100%;display:flex;flex-direction:column;background:radial-gradient(circle at top,#fff9f5,#f6f8fb 55%,#eef2f8);box-shadow:inset 0 0 0 1px #00000008;overflow:visible}.dice-play-surface__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.05)}.dice-play-surface__titles{display:flex;flex-direction:column;gap:4px}.dice-play-surface__subtitle{text-transform:uppercase;font-size:12px;font-weight:600;color:#f97316;letter-spacing:.08em}.dice-play-surface__title{margin:0;font-size:24px;font-weight:700;color:#1f2937}.dice-play-surface__badge{padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;background:#e0e7ff;color:#3730a3;text-transform:capitalize}.dice-play-surface__badge--playing{background:#dcfce7;color:#166534}.dice-play-surface__badge--waiting{background:#fef9c3;color:#854d0e}.dice-play-surface__content{flex:1;display:grid;grid-template-columns:1fr;gap:24px;overflow:hidden}.dice-play-surface__content--waiting,.dice-play-surface__content--roller{grid-template-columns:1fr}.dice-play-surface__roller{background:#fff;border-radius:24px;box-shadow:0 20px 45px #0f172a14;height:100%;display:flex;flex-direction:column;overflow:hidden}.dice-play-surface__info{display:flex;flex-direction:column;gap:16px}.dice-play-surface__roller--full{height:100%;min-height:520px}.dice-play-surface__summary,.dice-play-surface__results{background:#ffffffd9;border-radius:20px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #0f172a14}.dice-play-surface__summary h3,.dice-play-surface__results h3{margin:0 0 8px;font-size:16px;color:#0f172a}.dice-play-surface__dice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:12px}.dice-play-surface__die-card{padding:12px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px;font-size:13px;color:#475569}.dice-play-surface__die-card strong{color:#0f172a;font-size:14px}.dice-play-surface__results ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.dice-play-surface__results li{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:14px;padding:10px 12px;border-radius:12px;background:#f1f5f9;color:#0f172a}.dice-play-surface__result-die{font-weight:600}.dice-play-surface__result-face{font-size:13px;color:#475569;text-align:center}.dice-play-surface__result-label{text-align:right;font-weight:600;color:#2563eb}.dice-play-surface__results-placeholder{margin:0;color:#475569;font-size:14px}.dice-play-surface__waiting{background:#ffffffe6;border-radius:24px;padding:32px;box-shadow:0 20px 45px #0f172a14;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.dice-play-surface__waiting-text{margin:0;font-size:16px;color:#475569}.dice-play-surface__preview-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:800px}.dice-play-surface__preview-row{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:32px;flex-wrap:nowrap;overflow-x:auto;padding:8px}.dice-play-surface__preview-item{display:flex;flex-direction:column;align-items:center;gap:12px;background:#f8fafc;border-radius:16px;padding:16px;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.dice-play-surface__preview-item:hover{transform:translateY(-4px)}.dice-play-surface__preview-item .dice-preview3d{border-radius:12px;overflow:hidden}.dice-play-surface__preview-label{font-size:14px;font-weight:600;color:#1f2937}@media(max-width:1200px){.dice-play-surface__content{grid-template-columns:1fr}.dice-play-surface__roller{min-height:420px}}.dice-preview-2d{width:120px;height:120px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #0000001a,inset 0 2px 4px #ffffff4d;border:2px solid rgba(255,255,255,.5);position:relative;overflow:hidden}.dice-preview-2d:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 50%);pointer-events:none}.dice-preview-2d__emoji{font-size:48px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.dice-preview-2d__faces{font-size:12px;font-weight:600;color:#0009;background:#ffffffb3;padding:4px 8px;border-radius:8px}.dice-play-surface__loading-spinner{font-size:48px;animation:dice-bounce .6s ease-in-out infinite}@keyframes dice-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.sliding-modal-overlay{position:fixed;top:0;right:0;bottom:0;width:auto;background:#00000080;z-index:1000;opacity:0;animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{to{opacity:1}}.sliding-modal{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:90vw;padding:24px;background:#fff;z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s ease-out}.sliding-modal--open{transform:translate(0)}.sliding-modal__header{display:flex;justify-content:space-between;align-items:center}.sliding-modal__title{color:var(--Gray-700, #2B2F30);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.sliding-modal__close-btn{width:32px;height:32px;border:none;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6c757d;transition:all .2s ease}.sliding-modal__close-btn:hover{background:#e9ecef;color:#2b2f30}.sliding-modal__content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.sliding-modal{width:100vw;max-width:100vw}.sliding-modal__header{padding:1rem 1.5rem}.sliding-modal__content{padding:1.5rem}}@media(max-width:480px){.sliding-modal__header,.sliding-modal__content{padding:1rem}}.timer{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:16px;border:1.5px solid #E6E6E6;background:#fff;box-shadow:0 2px 4px #0000000d;transition:all .2s ease;position:relative;min-width:140px;justify-content:center}.timer:hover{border-color:#007bff;box-shadow:0 4px 8px #007bff1a}.timer--running{border-color:#28a745;background:#f8fff9}.timer--finished{border-color:#dc3545;background:#fff5f5}.timer__icon{color:#6c757d;display:flex;align-items:center;justify-content:center}.timer--running .timer__icon{animation:pulse 2s infinite}.timer--finished .timer__icon{color:#dc3545}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.timer__display{font-family:Courier New,monospace;font-size:1.1rem;font-weight:600;color:#2b2f30;min-width:50px;text-align:center;position:relative}.timer__display--editable{cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s ease}.timer__display--editable:hover{background-color:#f0f0f0}.timer__edit-icon{margin-left:.25rem;opacity:.6;vertical-align:middle}.timer__display--editable:hover .timer__edit-icon{opacity:1}.timer--finished .timer__display{color:#dc3545}.timer__edit-container{display:flex;align-items:center;gap:.25rem}.timer__edit-input{font-family:Courier New,monospace;font-size:1.1rem;font-weight:600;color:#2b2f30;background-color:#fff;width:80px;padding:.25rem .5rem;border:2px solid #007bff;border-radius:4px;text-align:center;outline:none}.timer__edit-input:focus{border-color:#0056b3;box-shadow:0 0 0 3px #007bff1a}.timer__edit-confirm,.timer__edit-cancel{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.timer__edit-confirm{background:#28a745;color:#fff}.timer__edit-confirm:hover{background:#218838;transform:scale(1.1)}.timer__edit-cancel{background:#dc3545;color:#fff}.timer__edit-cancel:hover{background:#c82333;transform:scale(1.1)}.timer__control-btn{display:flex;width:32px;height:32px;padding:var(--padding-xs, 4px);flex-direction:column;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:var(--radius-rounded, 64px);background:var(--Blue-50, #E0F3FF);border:none}.timer__control-btn:hover:not(:disabled){cursor:pointer}.timer__control-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.timer--running .timer__control-btn{background:#ffc107;color:#212529}.timer--running .timer__control-btn:hover:not(:disabled){background:#e0a800}.timer--finished .timer__control-btn{background:#dc3545}.timer--finished .timer__control-btn:hover:not(:disabled){background:#c82333}.timer__reset-btn{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border:none;border-radius:50%;background:#6c757d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s ease;font-size:.7rem}.timer:hover .timer__reset-btn{opacity:1}.timer__reset-btn:hover{background:#495057;transform:scale(1.1)}@media(max-width:480px){.timer{padding:.5rem .75rem;gap:.5rem;min-width:120px}.timer__display{font-size:1rem}.timer__control-btn{width:24px;height:24px}.timer__icon{font-size:.9rem}}.timer--small{padding:.5rem .75rem;gap:.5rem;min-width:100px}.timer--small .timer__display{font-size:.9rem}.timer--small .timer__control-btn{width:24px;height:24px}.timer--small .timer__icon{font-size:.8rem}.timer--large{padding:1rem 1.25rem;gap:1rem;min-width:160px}.timer--large .timer__display{font-size:1.25rem}.timer--large .timer__control-btn{width:32px;height:32px}.timer--large .timer__icon{font-size:1.1rem}.play-step-controller{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:70px}.play-step-controller__tooltip{position:absolute;bottom:80%;right:-10%;margin-bottom:.5rem;background:#fff;border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:.5rem;min-width:200px;z-index:1000}.play-step-controller__tooltip-text{color:#2b2f30;font-size:.875rem;font-weight:500;flex:1}.play-step-controller__tooltip-icon{color:#007bff;flex-shrink:0}.play-step-controller__tooltip-dots{display:flex;gap:2px;align-items:center}.play-step-controller__tooltip-dots span{width:4px;height:4px;background:#007bff;border-radius:50%;animation:pulse 1.5s infinite}.play-step-controller__tooltip-dots span:nth-child(2){animation-delay:.2s}.play-step-controller__tooltip-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.play-step-controller__content{height:100%;padding:16px 16px 16px 24px;border-radius:var(--typography-Higlight-Textes-font-weight, 300px);background:#fff;box-shadow:0 0 40px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-width:600px;position:relative}.play-step-controller__step-info{display:flex;align-items:center;gap:.25rem;flex:1}.play-step-controller__step-number{color:var(--Borders-Maine, #B3BDC0);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.play-step-controller__step-title{color:var(--Schemes-On-Background, #1D1B20);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:14px}.play-step-controller__next-btn{display:flex;padding:var(--padding-sm, 12px);flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-sm, 16px);background:var(--Blue-50, #E0F3FF);border:none;color:var(--Blue-600, #005A73);font-family:Inter;font-size:var(--typography-button-font-size, 14px);font-style:normal;font-weight:var(--typography-button-font-weight, 500);line-height:var(--typography-button-font-size, 14px);transition:all .2s ease}.play-step-controller__next-btn:hover{transform:translateY(-1px);cursor:pointer}.play-step-controller__next-btn:active{transform:translateY(0)}.play-step-controller__next-btn.disabled{background:var(--Gray-100, #F5F5F5);color:var(--Gray-400, #9E9E9E);cursor:not-allowed;opacity:.6}.play-step-controller__next-btn.disabled:hover{transform:none}@media(max-width:768px){.play-step-controller__content{min-width:320px;padding:.75rem 1rem;gap:1rem}.play-step-controller__step-info{flex-direction:column;align-items:flex-start;gap:.25rem}.play-step-controller__step-number,.play-step-controller__step-title{font-size:.8rem}.play-step-controller__next-btn{padding:.5rem 1rem;font-size:.8rem}.play-step-controller__tooltip{min-width:180px;padding:.5rem .75rem}.play-step-controller__tooltip-text{font-size:.8rem}}@media(max-width:480px){.play-step-controller__content{min-width:280px;flex-direction:column;align-items:stretch;gap:1rem}.play-step-controller__step-info{text-align:center}.play-step-controller__next-btn{align-self:center;width:fit-content}}.play-step-controller--disabled .play-step-controller__next-btn{background:#6c757d;cursor:not-allowed}.play-step-controller--disabled .play-step-controller__next-btn:hover{background:#6c757d;transform:none;box-shadow:none}.play-step-controller--last-step .play-step-controller__next-btn{background:#28a745}.play-step-controller--last-step .play-step-controller__next-btn:hover{background:#218838}.play-step-controller__buttons{display:flex;align-items:center;gap:.75rem}.play-step-controller__validate-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1e7733;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter}.play-step-controller__validate-btn:hover:not(:disabled){background:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #28a7454d}.play-step-controller__validate-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #28a74533}.play-step-controller__validate-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.play-step-controller__validate-btn svg{flex-shrink:0}.play-step-controller__next-autonomy-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--Blue-50, #E0F3FF);color:var(--Blue-600, #005A73);border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter}.play-step-controller__next-autonomy-btn:hover{background:var(--Blue-100, #C7E7FF);transform:translateY(-1px);box-shadow:0 2px 4px #005a734d}.play-step-controller__next-autonomy-btn:active{transform:translateY(0);box-shadow:0 1px 2px #005a7333}.play-step-controller__next-autonomy-btn svg{flex-shrink:0}.play-step-controller__back-home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--Gray-100, #F5F5F5);color:var(--Gray-700, #616161);border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter}.play-step-controller__back-home-btn:hover{background:var(--Gray-200, #EEEEEE);transform:translateY(-1px);box-shadow:0 2px 4px #61616133}.play-step-controller__back-home-btn:active{transform:translateY(0);box-shadow:0 1px 2px #6161611a}.play-step-controller__back-home-btn svg{flex-shrink:0}.play-step-controller__next-step-btn{display:flex;padding:var(--padding-sm, 12px);flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-sm, 16px);background:var(--Blue-500, #3B82F6);border:none;color:#fff;font-family:Inter;font-size:var(--typography-button-font-size, 14px);font-style:normal;font-weight:var(--typography-button-font-weight, 500);line-height:var(--typography-button-font-size, 14px);transition:all .2s ease;cursor:pointer}.play-step-controller__next-step-btn:hover{background:var(--Blue-600, #2563EB);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.play-step-controller__next-step-btn:active{transform:translateY(0)}.play-step-controller__call-formator-btn{display:flex;padding:var(--padding-sm, 12px) 16px;align-items:center;justify-content:center;gap:.5rem;border-radius:100px;background:var(--Orange-50, #FFF4E6);border:none;color:var(--Orange-600, #D97706);font-family:Inter;font-size:var(--typography-button-font-size, 14px);font-style:normal;font-weight:var(--typography-button-font-weight, 500);line-height:var(--typography-button-font-size, 14px);transition:all .2s ease;cursor:pointer;white-space:nowrap}.play-step-controller__call-text{display:inline-block}.play-step-controller__call-formator-btn:hover{background:var(--Orange-100, #FFEDD5);transform:translateY(-1px);box-shadow:0 2px 8px #d9770633}.play-step-controller__call-formator-btn:active{transform:translateY(0)}.play-step-controller__call-formator-btn.disabled,.play-step-controller__call-formator-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:768px){.play-step-controller__buttons{flex-direction:column;gap:.5rem;width:100%}.play-step-controller__validate-btn,.play-step-controller__next-step-btn,.play-step-controller__call-formator-btn{padding:.5rem 1rem;font-size:.8rem;width:100%}}@media(max-width:480px){.play-step-controller__buttons{gap:.5rem}.play-step-controller__validate-btn,.play-step-controller__next-step-btn,.play-step-controller__call-formator-btn{padding:.75rem 1rem;font-size:.9rem}}.cursor-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5}.cursor-overlay__item{position:absolute;will-change:transform;transition:transform 60ms linear}.cursor-overlay__dot{width:10px;height:10px;border-radius:50%;background:#2979ff;box-shadow:0 0 0 2px #2979ff33}.cursor-overlay__dot--self{background:#00c853;box-shadow:0 0 0 2px #00c85340}.slide-overlay_play{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:flex-start;padding-top:20px;justify-content:center;z-index:1000}.slide-overlay__image{max-width:90vw;max-height:85vh;border-radius:12px;box-shadow:0 10px 40px #00000080}.slide-overlay__hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);background:#111827e6;color:#f9fafb;padding:10px 48px;border-radius:999px;font-size:16px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 6px 20px #00000059;z-index:1001}.slide-overlay__hint-secondary{opacity:.8;font-size:12px}.slide-overlay__close-btn{position:fixed;bottom:32px;right:40px;padding:10px 18px;border-radius:999px;border:none;cursor:pointer;font-size:13px;font-weight:600;background:#e5e7eb;color:#111827;box-shadow:0 6px 20px #00000059;z-index:1001}.slide-overlay__close-btn--primary{background:#f97316;color:#111827}.slide-overlay__icon-close{position:fixed;top:24px;right:10vw;width:48px;height:48px;border-radius:999px;border:none;cursor:pointer;font-size:40px;font-weight:600;background:#881f11e6;color:#f9fafb;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000073;z-index:1002}.account-settings-layout{display:flex;flex:1;min-height:0;height:100%;background:#fff;padding-left:24px}.account-settings-sidebar{width:320px;flex-shrink:0;background:#f8f9fa;border:1px solid #e5e7eb;display:flex;flex-direction:column;border-radius:12px;height:calc(100% - 48px);align-self:center}.account-settings-sidebar__title{color:#1d1b20;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;padding:24px;border-bottom:1px solid #e0e5e7}.account-settings-sidebar__nav{flex:1}.account-settings-sidebar__list{list-style:none;margin:0;padding:0}.account-settings-sidebar__item{margin:0;padding:0}.account-settings-sidebar__link{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#1d1b20;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .15s ease,color .15s ease}.account-settings-sidebar__link:hover{background:#eef0f2;color:#0b97ae}.account-settings-sidebar__link--active{background:#ecf2f4;color:#0b97ae;font-weight:600}.account-settings-sidebar__link--active .account-settings-sidebar__icon{color:#0b97ae}.account-settings-sidebar__icon{flex-shrink:0;color:#555a5c}.account-settings-sidebar__footer{padding:14px 20px;border-top:1px solid #e0e5e7;margin-top:auto}.account-settings-sidebar__logout{display:flex;align-items:center;gap:10px;width:100%;padding:10px 0;border:none;background:transparent;color:#d64f52;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;text-align:left;transition:opacity .15s ease}.account-settings-sidebar__logout:hover{opacity:.85}.account-settings-sidebar__logout-icon{flex-shrink:0;color:#d64f52}.account-settings-content{display:flex;flex:1;min-width:0;overflow-y:auto;padding:24px 40px;background:#fff}@media(max-width:768px){.account-settings-layout{flex-direction:column}.account-settings-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:16px 0}.account-settings-sidebar__title{margin:0 16px 12px}.account-settings-sidebar__list{display:flex;gap:0;overflow-x:auto;padding:0 12px;-webkit-overflow-scrolling:touch}.account-settings-sidebar__link{padding:10px 14px;white-space:nowrap}.account-settings-sidebar__footer{padding:12px 16px 0}.account-settings-content{padding:24px 16px}}.mon-compte{display:flex;flex-direction:column;gap:var(--gap-xl, 32px);flex:1 0 0;align-self:stretch}.mon-compte__card{background:#f3f4f5;border-radius:16px;padding:40px;flex-direction:column;align-items:flex-start;gap:32px;overflow-x:auto}.mon-compte__title{color:#1d1b20;font-family:Inter;font-size:var(--typography-h2-font-size, 23px);font-style:normal;font-weight:600;line-height:var(--typography-h2-font-height, 25px)}.mon-compte__form,.mon-compte__section{display:flex;flex-direction:column;gap:32px}.mon-compte__section-title{display:flex;align-items:center;gap:10px;color:#211f26;font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:1px}.mon-compte__section-icon{color:#555a5c;flex-shrink:0}.mon-compte__section-subtitle{margin-bottom:8px}.mon-compte__label{display:block;color:#1d1b20;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:500;margin:0 0 4px}.mon-compte__label--bold{font-weight:700}.mon-compte__helper{display:block;color:#555a5c;font-size:12px;font-weight:400;line-height:16px;margin-top:2px}.mon-compte__field{display:flex;flex-direction:row;justify-content:space-between;gap:8px}.mon-compte__password-field{display:flex;flex-direction:row;gap:8px;width:100%;justify-content:space-between}.mon-compte__password-field-item{display:flex;flex-direction:column;gap:8px;width:100%;width:400px}.mon-compte__field-label-wrap .mon-compte__helper{margin-top:2px}.mon-compte__input{width:100%;max-width:400px;padding:12px 16px;border:1px solid #d7dee0;border-radius:8px;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;color:#1d1b20;background:#fff;transition:border-color .15s ease}.mon-compte__input::placeholder{color:#9ca3af}.mon-compte__input:focus{outline:none;border-color:#0b97ae;box-shadow:0 0 0 2px #0b97ae33}.mon-compte__input-wrap{position:relative;display:inline-flex;max-width:400px;width:100%}.mon-compte__input-wrap .mon-compte__input{max-width:none;padding-right:44px}.mon-compte__input-suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#555a5c;cursor:pointer;transition:color .15s ease}.mon-compte__input-suffix:hover{color:#1d1b20}.mon-compte__hint{color:#555a5c;font-size:12px;line-height:16px;margin:0}.mon-compte__avatar-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.mon-compte__avatar-upload-wrap{display:flex;flex-direction:column;align-items:center;flex:1;gap:12px}.mon-compte__avatar-upload-wrap-inner{display:flex;align-items:center;gap:16px}.mon-compte__avatar-upload{display:block;cursor:pointer}.mon-compte__avatar-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.mon-compte__avatar-placeholder,.mon-compte__avatar-preview{width:80px;height:80px;border-radius:50%;border:2px dashed #d7dee0;display:flex;align-items:center;justify-content:center;position:relative;background:#f9fafb;overflow:hidden}.mon-compte__avatar-placeholder{color:#555a5c}.mon-compte__avatar-plus{position:absolute;bottom:4px;right:4px;background:#0b97ae;color:#fff;border-radius:50%;padding:2px}.mon-compte__avatar-preview{border-style:solid;object-fit:cover}.mon-compte__btn-upload{padding:10px 16px;border:1px solid #d7dee0;border-radius:8px;background:#f6f7f9;color:#1d1b20;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;width:fit-content}.mon-compte__btn-upload:hover{background:#eef0f2;border-color:#c5ccce}.mon-compte__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:8px;justify-content:center}.mon-compte__btn{padding:12px 24px;border-radius:8px;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s ease,background-color .15s ease,border-color .15s ease}.mon-compte__btn--primary{background:#005a73;display:flex;width:303px;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);flex-shrink:0;border-radius:39px;border:none}.mon-compte__btn--primary:hover{opacity:.9}.mon-compte__btn--secondary{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);min-width:320px;border-radius:39px;background:#fff;overflow:hidden;color:#211f26;text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:500;line-height:16px;border:none}.mon-compte__btn--secondary:hover{opacity:.8}.mon-compte__password-fields{display:flex;flex-direction:column;justify-content:space-evenly;gap:8px}.mon-compte__password-section{display:flex;flex-direction:column;gap:16px}.mon-compte__loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#555a5c;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:16px}.mon-compte__message{padding:12px 16px;border-radius:8px;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:500}.mon-compte__message--success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.mon-compte__message--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.mon-compte__btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.mon-compte__card{padding:24px 20px 32px}.mon-compte__title{font-size:20px;margin-bottom:24px}.mon-compte__input-wrap,.mon-compte__input{max-width:none}.mon-compte__actions{flex-direction:column;align-items:stretch}.mon-compte__btn{width:100%}}.account-placeholder-view{max-width:800px}.account-placeholder-view__title{color:var(--Background-Maine, #001F29);font-family:var(--font-family-heading, Inter);font-size:32px;font-style:normal;font-weight:400;line-height:150%}.account-placeholder-view__text{color:var(--Texte-Subtile, #555a5c);font-family:var(--typography-body-font-family, Gotham);font-size:16px;line-height:24px;margin:0}.devenir-formateur-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.devenir-formateur-modal{background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;max-width:580px;width:90%;position:relative;animation:devenir-formateur-modal-enter .25s ease-out}@keyframes devenir-formateur-modal-enter{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.devenir-formateur-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.devenir-formateur-modal__close:hover{background-color:#f3f4f6;color:#374151}.devenir-formateur-modal__content{padding:32px}.devenir-formateur-modal__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.devenir-formateur-modal__icon{width:48px;height:48px;background:linear-gradient(135deg,#e0f7fa,#b2ebf2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.devenir-formateur-modal__icon svg{width:24px;height:24px}.devenir-formateur-modal__header-text{display:flex;flex-direction:column;justify-content:center}.devenir-formateur-modal__title{margin:0 0 4px;font-size:20px;font-weight:600;color:#0a3442}.devenir-formateur-modal__subtitle{margin:0;font-size:15px;font-weight:500;color:#0a3442}.devenir-formateur-modal__description{margin:0 0 16px;font-size:14px;line-height:1.6;color:#4b5563}.devenir-formateur-modal__features{list-style:none;padding:0;margin:0 0 24px}.devenir-formateur-modal__feature{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:14px;color:#374151}.devenir-formateur-modal__feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.devenir-formateur-modal__actions{display:flex;gap:12px}.devenir-formateur-modal__btn{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.devenir-formateur-modal__btn--primary{display:flex;width:249px;height:50px;padding:8px 16px 8px 8px;justify-content:center;align-items:center;border-radius:39px;background:var(--Blue-100, #BDE9FF);gap:var(--gap-s, 8px);overflow:hidden;color:var(--Texte-Titles, #181A1A);text-overflow:ellipsis;font-family:Inter;font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:400;line-height:16px}.devenir-formateur-modal__btn--primary:hover{background-color:#a5dfff}.devenir-formateur-modal__btn--secondary{border-radius:39px;background:#e9e4f1;display:flex;width:168px;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);overflow:hidden;color:var(--Texte-Titles, #181A1A);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:400;line-height:16px}.devenir-formateur-modal__btn--secondary:hover{background:#dad7df}.devenir-formateur-modal__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.devenir-formateur-modal__btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.devenir-formateur-modal{margin:20px;width:calc(100% - 40px)}.devenir-formateur-modal__content{padding:24px}.devenir-formateur-modal__actions{flex-direction:column}}.premium-plan-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.premium-plan-modal{background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;max-width:520px;width:90%;position:relative;animation:premium-plan-modal-enter .25s ease-out}@keyframes premium-plan-modal-enter{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.premium-plan-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.premium-plan-modal__close:hover{background-color:#f3f4f6;color:#374151}.premium-plan-modal__content{padding:32px}.premium-plan-modal__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.premium-plan-modal__icon{width:48px;height:48px;background:linear-gradient(135deg,#e0f7fa,#b2ebf2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.premium-plan-modal__icon svg{width:24px;height:24px}.premium-plan-modal__header-text{display:flex;flex-direction:column;justify-content:center}.premium-plan-modal__title{margin:0 0 4px;font-size:20px;font-weight:600;color:#0a3442}.premium-plan-modal__plan-label{margin:0;font-size:14px;font-weight:500;color:#0090a7}.premium-plan-modal__price-block{display:flex;align-items:baseline;gap:8px;margin-bottom:16px;padding:12px 16px;background:linear-gradient(135deg,#e0f7fa,#b2ebf2);border-radius:12px}.premium-plan-modal__price{font-size:24px;font-weight:700;color:#0a3442}.premium-plan-modal__price-note{font-size:14px;color:#005a73}.premium-plan-modal__description{margin:0 0 16px;font-size:14px;line-height:1.6;color:#4b5563}.premium-plan-modal__features{list-style:none;padding:0;margin:0 0 24px}.premium-plan-modal__feature{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:14px;color:#374151}.premium-plan-modal__feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.premium-plan-modal__actions{display:flex;gap:12px}.premium-plan-modal__btn{flex:1;padding:12px 20px;border-radius:39px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.premium-plan-modal__btn--primary{background:#005a73;color:#fff}.premium-plan-modal__btn--primary:hover:not(:disabled){background:#004a5f}.premium-plan-modal__btn--secondary{background:#e9e4f1;color:#181a1a}.premium-plan-modal__btn--secondary:hover:not(:disabled){background:#dad7df}.premium-plan-modal__btn:disabled{opacity:.6;cursor:not-allowed}.premium-plan-modal__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}@media(max-width:480px){.premium-plan-modal{margin:20px;width:calc(100% - 40px)}.premium-plan-modal__content{padding:24px}.premium-plan-modal__actions{flex-direction:column}}.account-upgrade{width:100%}.account-upgrade__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.account-upgrade__title{color:var(--Background-Maine, #001f29);font-family:var(--font-family-heading, Inter);font-size:32px;font-style:normal;font-weight:400;line-height:150%}.account-upgrade__billing{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.account-upgrade__billing-label{color:var(--Blue-750, #0A3442);text-align:right;font-family:Inter;font-size:11px;font-style:normal;font-weight:500;line-height:151%}.account-upgrade__billing-toggle{display:inline-flex;align-items:center;padding:4px;gap:4px;border-radius:999px;background:#ecf2f4}.account-upgrade__billing-toggle-btn{border:none;border-radius:999px;padding:8px 48px;background:transparent;cursor:pointer;transition:background-color .15s ease,color .15s ease;color:var(--Texte-Titles, #181A1A);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.account-upgrade__billing-toggle-btn--active{background:#fff;color:#005a73;font-weight:500}.upgrade-plans{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding-bottom:16px}.upgrade-plan-card{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:24px;width:100%;max-width:320px;min-height:520px;padding:28px 24px 24px;border-radius:39px;box-sizing:border-box;overflow:hidden}.upgrade-plan-card__header{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.upgrade-plan-card__badge{width:63px;height:63px;position:relative;display:flex;align-items:center;justify-content:center;background:transparent}.upgrade-plan-card__badge img{width:63px;height:63px;display:block}.upgrade-plan-card__badge-icon{position:absolute;width:33px!important;height:33px!important;left:50%;top:50%;transform:translate(-50%,-50%)}.upgrade-plan-card__titles{display:flex;flex-direction:column;gap:2px}.upgrade-plan-card__title-row{display:flex;align-items:baseline;gap:8px}.upgrade-plan-card__label{color:var(--Blue-600, #005A73);font-family:var(--font-family-heading, Inter);font-size:20px;font-style:normal;font-weight:400;line-height:150%}.upgrade-plan-card__title{color:var(--Blue-750, #0A3442);font-family:var(--font-family-heading, Inter);font-size:32px;font-style:normal;font-weight:400;line-height:100%}.upgrade-plan-card__title-note{color:var(--Pink-700, #930634);font-family:var(--font-family-heading, Inter);font-size:16px;font-style:normal;font-weight:400;line-height:150%}.upgrade-plan-card__description{color:inherit;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.upgrade-plan-card__features{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}.upgrade-plan-card__feature{display:flex;align-items:flex-start;gap:8px;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;line-height:1.5}.upgrade-plan-card__feature-icon{margin-top:2px;width:21px;height:21px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.upgrade-plan-card__footer{margin-top:auto;display:flex;justify-content:center;position:relative;z-index:1}.upgrade-plan-card__decoration{position:absolute;top:-12px;right:-6px;width:132px;height:auto;pointer-events:none;opacity:.9}.upgrade-plan-card__footer-text{font-family:var(--font-family-heading, Inter);font-size:14px}.upgrade-plan-card__footer-button{min-width:200px;padding:14px 24px;border-radius:999px;border:none;font-family:var(--typography-body-font-family, Gotham),Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .05s ease}.upgrade-plan-card__footer-button:hover{opacity:.95}.upgrade-plan-card__footer-button:active{transform:translateY(1px)}@media(max-width:1024px){.upgrade-plans{justify-content:center}}@media(max-width:768px){.account-upgrade__header{flex-direction:column;align-items:flex-start}.account-upgrade__billing{align-items:flex-start}.upgrade-plan-card{max-width:none}}.landing-page{background-color:#fff;min-height:100vh}.landing-content{padding:0 32px;max-width:1280px;margin:0 auto}.landing-header{display:flex;align-items:center;padding:16px 32px}.landing-header-left{flex:1}.landing-header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:12px}.landing-header-right-button{display:flex;height:37px;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Background-Maine, #005a73);color:var(--Schemes-On-Primary, #fff);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:500;line-height:16px;transition:all .3s ease}.landing-header-right-button:hover{background:var(--Background-Hover, #004357);transform:translateY(-2px);cursor:pointer;box-shadow:0 4px 12px #0043572e;color:#fff}.landing-header-right-tarifs-button{color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:300;line-height:150%}.landing-header-right-tarifs-button:hover{color:#005a73}.landing-header img{width:100px}.landing-hero{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px;padding:100px 75px}.landing-hero-right{display:flex;justify-content:center;align-items:center;flex:1}.landing-hero-right img{width:100%;max-width:456px;height:auto}.landing-hero-left{display:flex;flex-direction:column;gap:32px;width:506px;flex-shrink:0}.landing-hero-left-title{display:flex;flex-direction:column}.landing-hero-left-description{color:var(--Baclground-Revers, #181a1a);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:200%}.landing-hero-left-button{display:flex;padding:16px;justify-content:center;align-items:center;gap:var(--gap-s, 8px);border-radius:39px;background:var(--Background-Maine, #005a73);overflow:hidden;color:var(--Schemes-On-Primary, #fff);text-overflow:ellipsis;font-family:var(--typography-Sub-Text-font-family, Inter);font-size:var(--typography-small-font-size, 14px);font-style:normal;font-weight:500;line-height:16px;width:fit-content}.landing-hero-left h1{color:#181a1a;font-family:var(--typography-family-heading, Inter);font-size:40px;font-style:normal;font-weight:700;line-height:150%}.landing-hero-left-first-title-highlight{color:var(--Teal-400, #67c0b7);font-family:var(--font-family-heading, Inter);font-size:40px;font-style:normal;font-weight:700;line-height:150%}.landing-hero-left-second-title-highlight{color:var(--Teal-600, #009196);font-family:var(--font-family-heading, Inter);font-size:40px;font-style:normal;font-weight:700;line-height:150%}.landing-sections{padding:160px 75px 107px}.landing-why-and-features{display:flex;flex-direction:column;gap:107px}.landing-cta-btn{display:inline-flex;padding:14px 20px;justify-content:center;align-items:center;border-radius:39px;background:#005a73;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-decoration:none;width:fit-content;transition:background .3s ease,transform .2s ease,box-shadow .2s ease}.landing-cta-btn:hover{background:#004357;transform:translateY(-2px);box-shadow:0 4px 12px #00435733;color:#fff}.landing-why{display:flex;flex-direction:row;align-items:center;gap:87px}.landing-why-illustration{width:379px;flex-shrink:0}.landing-why-content{flex:1;display:flex;flex-direction:column;gap:32px;max-width:506px}.landing-why-title{font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:48px;color:#001f29}.landing-highlight-orange{color:#e84910;font-style:italic;font-weight:700}.landing-why-text{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#000}.landing-features{display:flex;flex-direction:column;gap:40px;align-items:flex-start}.landing-features-header{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%}.landing-features>.landing-cta-btn{align-self:center}.landing-features-label{font-family:Inter,sans-serif;font-size:32px;font-weight:400;color:#001f29}.landing-features-logo{height:40px;width:auto;filter:brightness(0) saturate(100%) invert(22%) sepia(70%) saturate(700%) hue-rotate(160deg) brightness(85%)}.landing-features-cards{display:flex;flex-direction:row;gap:21px;width:100%}.feature-card{position:relative;border-radius:39px;overflow:hidden;flex:1;min-height:333px;padding:170px 32px 32px;display:flex;flex-direction:column;gap:8px}.feature-card--blue{background-color:#bde9ff}.feature-card--orange{background-color:#f07f02}.feature-card--sage{background-color:#a7d7d4}.feature-card-deco{position:absolute;top:0;right:0;height:182px;width:auto;pointer-events:none}.feature-card-deco--starburst{height:172px;filter:brightness(0) saturate(100%) invert(90%) sepia(25%) saturate(500%) hue-rotate(320deg) brightness(115%)}.feature-card-deco--clover{height:146px;filter:brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(600%) hue-rotate(155deg)}.feature-card-icon{position:absolute;top:83px;left:32px;width:63px;height:63px;object-fit:contain}.feature-card-icon-wrapper{position:absolute;top:83px;left:32px;width:63px;height:63px}.feature-card-badge-shape{width:63px;height:63px;filter:brightness(0) saturate(100%) invert(96%) sepia(12%) saturate(250%) hue-rotate(150deg)}.feature-card-badge-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;object-fit:contain;filter:brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(600%) hue-rotate(155deg)}.feature-card-title{font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:1.2;color:#0a3442}.feature-card-title--white{color:#fdfeff}.feature-card-title--dark-teal{color:#0a3b3d}.feature-card-desc{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#000}.feature-card-desc--white{color:#fff}.landing-tools{display:flex;flex-direction:column;gap:80px}.landing-tools-header{display:flex;flex-direction:column}.landing-tools-title{font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:1.5;color:#181a1a}.landing-tools-title-highlight{font-weight:900;font-style:italic;color:#007275}.landing-tools-rows{display:flex;flex-direction:column;gap:160px}.landing-tool-row{display:flex;flex-direction:row;align-items:center;gap:26px}.landing-tool-row--reverse{flex-direction:row-reverse}.landing-tool-mockup{width:508px;height:338px;border-radius:20px;background-color:#30313e;flex-shrink:0}.landing-tool-card{width:508px;flex-shrink:0;display:flex;flex-direction:column;gap:21px}.landing-tool-icon{width:60px;height:60px;border-radius:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-tool-icon--blue{background-color:#e0f3ff}.landing-tool-icon--orange{background-color:#fedfd3}.landing-tool-icon--pink{background-color:#ffecef}.landing-tool-icon img{object-fit:contain}.landing-tool-text{display:flex;flex-direction:column;gap:8px}.landing-tool-titles{display:flex;flex-direction:column;gap:0}.landing-tool-title{font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:1.5;color:#000}.landing-tool-subtitle{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:.6px;text-transform:uppercase;color:#000}.landing-tool-desc{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:2;color:#000}.landing-tool-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:39px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-decoration:none;width:fit-content;transition:filter .2s ease,transform .2s ease}.landing-tool-cta:hover{filter:brightness(.92);transform:translateY(-2px)}.landing-tool-cta--blue,.landing-tool-cta--blue:hover{background-color:#e0f3ff;color:#004357}.landing-tool-cta--orange,.landing-tool-cta--orange:hover{background-color:#fef0ec;color:#3d0c02}.landing-tool-cta--pink,.landing-tool-cta--pink:hover{background-color:#ffecef;color:#660321}.landing-comingsoon{background-color:#004357;border-radius:22px;overflow:hidden;display:flex;flex-direction:row;align-items:center;gap:26px;min-height:459px;padding:60px 75px;margin-left:-75px;margin-right:-75px}.landing-comingsoon-content{display:flex;flex-direction:column;gap:32px;max-width:506px;flex-shrink:0}.landing-comingsoon-title{font-family:Inter,sans-serif;font-size:40px;font-weight:400;line-height:1.5;color:#fdfeff}.landing-comingsoon-title-highlight{color:#cdf6f2;font-weight:700}.landing-comingsoon-title-dot{font-weight:300;color:#fdfeff}.landing-comingsoon-desc{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:2;color:#fdfeff}.landing-comingsoon-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:39px;background-color:#e0f3ff;color:#004357;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:16px;text-decoration:none;width:fit-content;transition:filter .2s ease,transform .2s ease}.landing-comingsoon-cta:hover{filter:brightness(.92);transform:translateY(-2px);color:#004357}.landing-comingsoon-mockup{width:508px;height:357px;border-radius:20px;background-color:#30313e;flex-shrink:0}.landing-footer{background-color:#30313e;position:relative;overflow:hidden}.landing-footer-inner{max-width:1280px;margin:0 auto;padding:60px 112px 38px;min-height:482px;display:flex;flex-direction:column;justify-content:space-between}.landing-footer-puzzle{position:absolute;pointer-events:none;opacity:.55;aspect-ratio:1}.landing-footer-puzzle--1{width:131px;bottom:70px;right:-8px;transform:rotate(15deg)}.landing-footer-puzzle--2{width:83px;bottom:265px;right:38px}.landing-footer-puzzle--3{width:56px;bottom:375px;right:-5px;transform:rotate(27deg)}.landing-footer-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.landing-footer-brand{display:flex;flex-direction:column;gap:6px}.landing-footer-logo{width:151px;height:40px;object-fit:contain}.landing-footer-tagline{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#fff}.landing-footer-nav{display:flex;flex-direction:column;gap:18px;width:242px}.landing-footer-nav-label{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#919191;text-transform:uppercase}.landing-footer-nav-links{display:flex;flex-direction:column;gap:12px}.landing-footer-nav-links a{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#f7efef;text-decoration:none}.landing-footer-nav-links a:hover{color:#fff}.landing-footer-bottom{border-top:1px solid #555668;padding-top:22px}.landing-footer-bottom-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;min-height:143px}.landing-footer-legal{display:flex;flex-direction:row;align-items:center;gap:16px}.landing-footer-legal a{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#d2d3e0;text-decoration:none}.landing-footer-legal a:hover{color:#fff}.landing-footer-funded{display:flex;flex-direction:row;align-items:flex-start;gap:16px;width:585px}.landing-footer-funded-logos{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;align-items:center;width:284px;flex-shrink:0}.landing-footer-logo-box{background-color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center}.landing-footer-logo-box:first-child{width:122px;height:127px;padding:2px}.landing-footer-logo-box:last-child{width:130px;height:127px;padding:11px}.landing-footer-logo-box img{width:100%;height:100%;object-fit:contain}.landing-footer-funded-text{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.6;color:#fff;opacity:.8;width:295px;flex-shrink:0}@media(max-width:1023px){.landing-header{padding:14px 24px}.landing-hero{flex-direction:column;align-items:flex-start;padding:60px 40px;gap:40px;position:relative}.landing-hero-left{width:100%;z-index:1}.landing-hero-right{width:100%;display:flex;justify-content:center;z-index:0}.landing-hero-right img{max-width:380px}.landing-sections{padding:80px 40px 60px}.landing-why-and-features{gap:72px}.landing-hero-left h1,.landing-hero-left-first-title-highlight,.landing-hero-left-second-title-highlight{font-size:32px}.landing-why{gap:40px}.landing-why-illustration{width:260px}.landing-why-title{font-size:26px;line-height:38px}.landing-features-label{font-size:26px}.feature-card-title{font-size:24px}.feature-card-desc{font-size:15px}.landing-features-cards{flex-direction:column}.feature-card{min-height:280px}.feature-card-icon,.feature-card-icon-wrapper{top:60px;left:20px}.landing-tools-title,.landing-tool-title{font-size:26px}.landing-tool-desc{font-size:15px}.landing-tools-rows{gap:72px}.landing-tool-row,.landing-tool-row--reverse{flex-direction:column;align-items:flex-start}.landing-tool-mockup{width:100%;height:260px}.landing-tool-card{width:100%}.landing-comingsoon-title{font-size:32px}.landing-comingsoon-desc{font-size:15px}.landing-comingsoon{flex-direction:column;align-items:flex-start;margin-left:-40px;margin-right:-40px;padding:48px 40px;min-height:auto}.landing-comingsoon-content{max-width:100%}.landing-comingsoon-mockup{display:none}.landing-footer-inner{padding:48px 40px 32px;min-height:auto}.landing-footer-funded{flex-direction:column;width:100%}.landing-footer-funded-text{width:100%}.landing-footer-funded-logos{width:100%;display:flex;align-items:end;justify-content:flex-end;z-index:1}.landing-footer-puzzle--1{width:90px}.landing-footer-puzzle--2{width:60px}.landing-footer-puzzle--3{width:44px}}@media(max-width:767px){.landing-header{padding:12px 16px}.landing-header img{width:80px}.landing-header-right-tarifs-button{display:none}.landing-header-right-button{max-width:400px;font-size:11px}.landing-content{padding:0 16px}.landing-hero{flex-direction:column;padding:40px 0;gap:32px;text-align:left}.landing-hero-left{width:100%;gap:24px}.landing-hero-right{width:100%;display:flex;justify-content:center}.landing-hero-right img{max-width:280px}.landing-sections{padding:56px 16px}.landing-why-and-features{gap:56px}.landing-hero-left h1,.landing-hero-left-first-title-highlight,.landing-hero-left-second-title-highlight{font-size:28px}.landing-hero-left-description{font-size:14px;line-height:1.8}.landing-why{flex-direction:column;gap:24px;align-items:flex-start}.landing-why-illustration{width:100%;max-width:280px;align-self:center}.landing-why-title{font-size:22px;line-height:33px}.landing-why-text{font-size:14px;line-height:22px}.landing-features-label,.feature-card-title{font-size:20px}.feature-card-desc{font-size:14px;line-height:20px}.landing-features-cards{flex-direction:column}.feature-card{padding:130px 24px 24px;min-height:auto;border-radius:24px}.feature-card-deco--clover{right:-30px}.landing-tools{gap:48px}.landing-tools-title,.landing-tool-title{font-size:22px}.landing-tool-desc{font-size:14px;line-height:1.8}.landing-tools-rows{gap:56px}.landing-tool-row,.landing-tool-row--reverse{flex-direction:column;align-items:flex-start}.landing-tool-mockup{width:100%;height:200px}.landing-tool-card{width:100%}.landing-comingsoon-title{font-size:5vw;text-align:left}.landing-comingsoon-desc{font-size:14px;line-height:1.8}.landing-comingsoon{flex-direction:column;align-items:flex-start;margin-left:0;margin-right:0;padding:36px 24px;border-radius:16px;min-height:auto;gap:24px}.landing-comingsoon-content{max-width:100%;gap:24px}.landing-comingsoon-mockup{display:none}.landing-comingsoon-cta{font-size:11px}.landing-footer-inner{padding:40px 24px 28px;min-height:auto;gap:40px;justify-content:flex-start}.landing-footer-top{flex-direction:column;gap:32px}.landing-footer-nav{width:100%}.landing-footer-bottom-row{flex-direction:column;gap:24px;min-height:auto}.landing-footer-funded{flex-direction:column;width:100%;gap:16px}.landing-footer-funded-logos,.landing-footer-funded-text{width:100%}.landing-footer-puzzle--1,.landing-footer-puzzle--2,.landing-footer-puzzle--3{display:none}}.tarifs-main{padding:80px 0 120px}.tarifs-main .account-upgrade__title{display:none}@media(max-width:1023px){.tarifs-main{padding:56px 0 96px}}@media(max-width:767px){.tarifs-main{padding:40px 0 80px}}.contact-main{padding:80px 0 120px}.contact-card{display:flex;border-radius:20px;overflow:hidden;background-color:#e9f0f4;box-shadow:0 18px 45px #0000000f;min-height:360px}.contact-left{width:36%;min-width:280px;background-color:#004357;color:#fff;padding:48px 40px;display:flex;flex-direction:column;gap:20px;border-radius:20px 0 0 20px}.contact-title{font-family:Inter,sans-serif;font-size:32px;font-weight:600;line-height:1.3;margin:0}.contact-text{font-family:Inter,sans-serif;font-size:14px;line-height:1.7;margin:0}.contact-text--small{margin-top:20px}.contact-text-link{color:#fff;text-decoration:underline}.contact-text-link:hover{color:#cdf6f2}.contact-infos{display:flex;flex-direction:column;gap:12px;margin-top:12px}.contact-info-row{display:flex;align-items:center;gap:10px}.contact-info-icon{font-size:18px}.contact-info-link{font-family:Inter,sans-serif;font-size:14px;color:#fff;text-decoration:none}.contact-info-link:hover{text-decoration:underline}.contact-right{flex:1;padding:40px 48px;display:flex;align-items:stretch}.contact-form{width:100%;display:flex;flex-direction:column;gap:24px}.contact-message{margin:0;font-family:Inter,sans-serif;font-size:14px}.contact-message--error{color:#b3261e}.contact-message--success{color:#0c7a43}.contact-form-row{display:flex;gap:16px}.contact-field{display:flex;flex-direction:column;gap:6px;flex:1}.contact-field label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#1f2933}.contact-field input,.contact-field textarea{border-radius:4px;border:1px solid #d0d7dd;background-color:#fff;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;outline:none;resize:vertical}.contact-field input:focus,.contact-field textarea:focus{border-color:#005a73;box-shadow:0 0 0 1px #005a731a}.contact-submit{margin-top:8px;align-self:flex-start;display:inline-flex;padding:12px 26px;border-radius:999px;border:none;background-color:#005a73;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.contact-submit:hover{background-color:#004357;transform:translateY(-1px);box-shadow:0 4px 10px #00435740}@media(max-width:1023px){.contact-main{padding:56px 0 80px}.contact-card{flex-direction:column}.contact-left{width:100%;border-radius:20px 20px 0 0}.contact-right{padding:32px 24px 40px}}@media(max-width:767px){.contact-main{padding:40px 0 64px}.contact-left{padding:32px 24px}.contact-title{font-size:26px}.contact-form-row{flex-direction:column}.contact-right{padding:24px 16px 32px}}.App{width:100%;height:100%}
