﻿@import url(components/dashboard-avatar.css);@import url(components/form.css);@import url(components/layout.css);@import url(components/navbar.css);@import url(components/public-navbar.css);@import url(components/step-card.css);@import url(components/tags.css);@import url(home_landing.css);@import url(pages/dashboard-manager.css);@import url(pages/dashboard-user.css);@import url(pages/guides-assign.css);@import url(pages/guides-edit.css);@import url(pages/guides-list.css);@import url(pages/guides-show.css);@import url(pages/guides-public.css);@import url(pages/public-guide-show.css);@import url(pages/home.css);@import url(landing.css);@import url(pages/impact.css);@import url(pages/parcours.css);@import url(pages/sign-in.css);@import url(pages/tracking-list.css);.activation-page{min-height:100vh;background:#f8f9fc;padding:20px}.activation-container{max-width:800px;margin:40px auto;background:white;padding:40px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}h1{font-size:24px;color:#333;text-align:center;margin-bottom:20px}.intro-text{text-align:center;margin-bottom:30px}.intro-text p{margin:8px 0;color:#333}.activation-options{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.option{padding:20px;border:1px solid #e0e0e0;border-radius:4px}.option h2{font-size:18px;color:#000;margin-bottom:8px}.option p{color:#666;margin-bottom:12px}.price{font-size:18px;font-weight:bold;color:#333;margin-bottom:16px}.btn{display:inline-block;width:auto;padding:8px 16px;background:#1a237e;color:white;text-decoration:none;border-radius:4px;font-weight:500;text-align:center}.btn:hover{background:#0d47a1}.btn-primary{background:#4285f4}.btn-primary:hover{background:#2b6cd4}.contact{text-align:center;margin-top:20px;font-size:14px;color:#666}.contact a{color:#4285f4;text-decoration:none}.contact a:hover{text-decoration:underline}.form-input{width:100%;padding:8px;margin-bottom:12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,0.2)}@media (max-width: 600px){.activation-container{padding:20px;margin:20px auto}.option{padding:15px}}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100%;text-rendering:optimizeSpeed;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-light);color:var(--color-dark)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}a{text-decoration:none;color:inherit}ul[role='list'],ol[role='list']{list-style:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-dark);background:var(--color-light)}h1,h2,h3{font-family:var(--font-title);color:var(--color-primary)}h1{font-size:2rem;margin-bottom:1rem}h4{font-size:1.25rem}p{margin-bottom:1rem}a{color:#00008B;text-decoration:none}a:hover{text-decoration:underline}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-dark);background:var(--color-light)}h1,h2,h3,h4{font-family:var(--font-title);color:var(--color-primary);margin-top:0}h1{font-size:2rem;margin-bottom:1rem}h2{font-size:1.75rem;margin-bottom:0.75rem}h3{font-size:1.5rem;margin-bottom:0.5rem}h4{font-size:1.25rem;margin-bottom:0.5rem}p{margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:600}em{font-style:italic}ul,ol{padding-left:1.5rem;margin-bottom:1rem}:root{--primary-color: #00008B;--primary-dark:  #0B6E4F;--accent-color:  #FF931E;--info-color:    #C0FDFB;--text-color:    #181818;--background-color: #f5f6fa;--border-color: #ccc;--success-color: #27ae60;--error-color: #e74c3c}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:120px;padding:0.85rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;cursor:pointer;border-radius:30px;border:none;transition:all 0.3s ease;text-decoration:none !important;background-color:var(--primary-color);color:white;box-shadow:0 4px 8px rgba(0,0,0,0.15);letter-spacing:0.01em;height:48px;position:relative;overflow:hidden}.btn:hover{background-color:#000099;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,0.2);text-decoration:none !important}.btn:focus{outline:none;box-shadow:0 0 0 3px rgba(0,0,139,0.3);text-decoration:none !important}.btn:active{transform:translateY(0);box-shadow:0 1px 2px rgba(0,0,0,0.1);text-decoration:none !important}.btn::after{content:none}.btn:hover::after{opacity:0}.btn-icon{width:20px;height:20px;object-fit:contain;transition:all 0.3s ease}.btn--save-guide:hover .save-icon{display:none}.btn--save-guide:hover::before{content:'';display:inline-block;width:20px;height:20px;background-image:url(/assets/icons/save_color.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.btn--assign:hover .assign-icon{display:none}.btn--assign:hover::before{content:'';display:inline-block;width:20px;height:20px;background-image:url(/assets/icons/assign_color.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.btn--primary{background-color:var(--primary-color);color:white}.btn--secondary{background-color:white;border:2px solid var(--primary-color);color:var(--primary-color);box-shadow:0 4px 8px rgba(0,0,0,0.08)}.btn--secondary:hover{background-color:rgba(0,0,139,0.05);color:var(--primary-color);border-color:#000099;text-decoration:none !important}.btn--save-guide{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;width:180px;padding:0 16px;background-color:var(--primary-color);color:white;border:1px solid var(--border-color);border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.btn--save-guide:hover{background-color:#92dcaf !important;color:var(--primary-dark);box-shadow:0 4px 8px rgba(0,0,139,0.2);border:1px solid var(--primary-dark)}.btn--save-guide .btn-icon{width:20px;height:20px;object-fit:contain}.btn--assign{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;width:180px;padding:0 16px;background-color:white;color:var(--text-color);border:1px solid var(--border-color);border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.3s ease;text-decoration:none !important}.btn--assign:hover{background-color:var(--background-color);box-shadow:0 4px 8px rgba(0,0,139,0.2);text-decoration:none !important}.btn--assign .btn-icon{width:20px;height:20px;object-fit:contain}.btn--edit{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;width:180px;padding:0 16px;background-color:var(--primary-color);color:white;border:1px solid var(--primary-color);border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.3s ease-in-out;text-decoration:none !important;position:relative;overflow:hidden}.btn--edit:hover{background-color:#fddbb2;border:1px solid #e67e00;color:#e67e00;box-shadow:0 4px 8px rgba(230,126,0,0.2);text-decoration:none !important}.btn--edit .btn-icon{width:20px;height:20px;object-fit:contain;transition:opacity 0.1s ease-in-out}.btn--edit::before{content:'';position:absolute;left:50px;width:20px;height:20px;background-image:url(/assets/icons/edit_hover.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity 0.1s ease-in-out}.btn--edit:hover .edit-icon{opacity:0}.btn--edit:hover::before{opacity:1}.btn--secondary::after{background-color:rgba(0,0,139,0.05)}.btn--accent{background-color:var(--accent-color);color:white}.btn--accent:hover{background-color:#e67e00}.btn--success{background-color:var(--success-color);color:white}.btn--success:hover{background-color:#3d8b40}.btn--danger{background-color:var(--error-color);color:white}.btn--danger:hover{background-color:#d32f2f}.btn--small{padding:0.5rem 1.25rem;font-size:0.85rem;min-width:100px;height:40px;border-radius:25px}.btn--large{padding:1rem 2rem;font-size:1.05rem;min-width:160px;height:48px}.btn-group{display:flex;gap:0.75rem;width:100%}.btn-group .btn{flex:1;min-width:0}.btn-group--end{justify-content:flex-end}.btn-group--center{justify-content:center}.btn-group--space-between{justify-content:space-between}.btn-group--fixed .btn{flex:0 0 auto;min-width:120px}.btn-group--equal .btn{flex:1 1 0}.btn--disabled,.btn:disabled{opacity:0.6;cursor:not-allowed;pointer-events:none}.btn__icon{margin-right:0.5rem}.btn--icon-only{min-width:unset;padding:0.75rem;border-radius:50%}@media (max-width: 480px){.btn{min-width:unset;width:100%;font-size:0.9rem;padding:0.75rem 1rem;height:40px}.btn-group{flex-direction:column;width:100%;gap:0.5rem}.btn-group--responsive-row{flex-direction:row;gap:0.5rem}.btn-group--responsive-row .btn{flex:1;padding:0.75rem 0.5rem;font-size:0.85rem}.btn--small{height:36px;padding:0.5rem 0.75rem}}.card{background-color:white;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.08);padding:1.75rem;transition:all 0.3s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,0.05);height:100%;display:flex;flex-direction:column}.card--hover:hover{transform:none;box-shadow:inherit;border-color:inherit}.card--highlight{border-left:none}.card--accent{border-top:4px solid var(--accent-color)}.card--shadow-hover:hover{box-shadow:inherit;transform:none}.card--guide{display:flex;flex-direction:column;height:100%}.card--tracking{display:flex;flex-direction:column;height:100%}.card-guide{display:flex;flex-direction:column;height:100%;position:relative;padding-top:2rem}.card-guide::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg, var(--primary-color), var(--accent-color));transition:all 0.3s ease}.card-guide:hover::before{height:6px}.card-guide__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,0.05);width:100%}.card-guide__title{font-size:1.35rem;font-weight:600;color:var(--primary-color);margin-bottom:0.75rem;line-height:1.3}.card-guide__meta{font-size:0.875rem;color:#666;display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap}.card-guide__tag{display:inline-flex;align-items:center;padding:0.35rem 0.85rem;background-color:rgba(0,0,139,0.08);color:var(--primary-color);border-radius:20px;font-size:0.75rem;font-weight:600;letter-spacing:0.01em}.card-guide__actions{display:flex;justify-content:flex-end;gap:0.75rem;margin-top:auto;padding-top:1.25rem;width:100%}.card-guide__actions .btn{min-width:100px;text-decoration:none;flex:1;max-width:140px}.user-tracking-card{background-color:white;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.08);padding:1.75rem;transition:all 0.3s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,0.05);height:100%;display:flex;flex-direction:column}.user-tracking-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,0.08);padding-bottom:1rem;width:100%}.user-tracking-card__user-info{display:flex;align-items:center;gap:0.5rem}.user-tracking-card__name{font-size:1.2rem;font-weight:600;color:var(--primary-color)}.user-tracking-card__list{list-style:none;padding:0;margin:0}.user-tracking-card__item{display:flex;align-items:center;padding:0.75rem 0;border-bottom:1px solid rgba(0,0,0,0.05)}.user-tracking-card__item:last-child{border-bottom:none;padding-bottom:0}.user-tracking-card__item:first-of-type{padding-top:0}.user-tracking-card__label{flex:1;font-size:0.95rem;color:#666;font-weight:500}.user-tracking-card__value{font-weight:600;color:var(--text-color)}.user-tracking-card__status{display:inline-flex;align-items:center;padding:0.35rem 0.85rem;border-radius:20px;font-size:0.75rem;font-weight:600;letter-spacing:0.01em;white-space:nowrap;min-width:80px;justify-content:center}.user-tracking-card__status--success{background-color:rgba(76,175,80,0.1);color:var(--success-color)}.user-tracking-card__status--pending{background-color:rgba(255,147,30,0.1);color:var(--accent-color)}.user-tracking-card__status--error{background-color:rgba(244,67,54,0.1);color:var(--error-color)}.user-tracking-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.card-stat{text-align:center;padding:1.75rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:160px}.card-stat::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top, rgba(0,0,139,0.03), transparent);z-index:1;pointer-events:none}.card-stat__value{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:0.75rem;position:relative;z-index:2;line-height:1}.card-stat__label{font-size:1rem;color:#666;position:relative;z-index:2;font-weight:500}.card-stat:hover .card-stat__value{transform:scale(1.1);transition:transform 0.3s ease}.card-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;margin-bottom:2rem}.card-grid--compact{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}.card-grid--wide{grid-template-columns:repeat(auto-fill, minmax(350px, 1fr))}.list-group{list-style:none;padding:0;margin:0}.list-group__item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,0.05)}.list-group__item:last-child{border-bottom:none}.list-group__content{display:flex;flex-direction:column}.list-group__title{font-weight:600;color:var(--text-color);margin-bottom:0.25rem}.list-group__subtitle{font-size:0.85rem;color:#666}.list-group__badge{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:50%;background-color:var(--primary-color);color:white;font-weight:600}.list-group__value{font-weight:600;color:var(--primary-color);font-size:1.1rem}.card__section{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,0.05)}.card__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.card__section-title{font-size:0.9rem;font-weight:600;color:#666;margin-bottom:0.5rem}.card__section-content{font-size:1rem}.card__subtitle{font-size:0.85rem;color:#666;margin-top:0.25rem}.card__progress{margin-bottom:1.25rem}.card__progress-label{display:flex;justify-content:space-between;font-size:0.85rem;color:#666;margin-bottom:0.5rem}.card__progress-bar{height:8px;background-color:rgba(0,0,0,0.05);border-radius:4px;overflow:hidden;margin-bottom:0.25rem}.card__progress-fill{height:100%;background-color:var(--primary-color);border-radius:4px}.card__progress-value{font-size:0.85rem;font-weight:600;color:var(--primary-color);text-align:right}.card__status-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.card__status-item{display:flex;flex-direction:column}.card__status-label{font-size:0.85rem;color:#666;margin-bottom:0.35rem}.card__status{font-size:0.9rem;font-weight:500}.card__status--success{color:#10b981}.card__status--error{color:#ef4444}.card__status--pending{color:#f59e0b}@media (max-width: 768px){.card{padding:1.25rem}.user-tracking-card{padding:1.25rem}.user-tracking-card__header{flex-direction:column}.user-tracking-card__user-info{gap:0.5rem}.card-guide__actions{margin-top:1rem;padding-top:1rem;justify-content:space-between}.card-guide__actions .btn{flex:1;max-width:none}.card-user{padding:1.5rem}.card-user__header{margin-bottom:1rem;padding-bottom:0.75rem}.card-user__name{font-size:1.1rem}.card-user__item{padding:0.6rem 0}.card-user__status{padding:0.25rem 0.5rem;min-width:70px;font-size:0.7rem}.card-stat{min-height:140px}.card-stat__value{font-size:2rem}.card-stat__label{font-size:0.9rem}}.dashboard__sidebar-footer{position:absolute;bottom:2rem;left:0;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:50}.dashboard__avatar-btn{width:50px;height:50px;border-radius:50%;background-color:var(--primary-color);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 8px rgba(0,0,139,0.2)}.dashboard__avatar-btn:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,139,0.3)}.dashboard__avatar-dropdown{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);width:200px;background-color:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:1rem;display:none;flex-direction:column;z-index:100}.dashboard__avatar-dropdown.active{display:flex !important}.dashboard__avatar-email{font-size:0.9rem;color:#555;margin-bottom:0.75rem;text-align:center;word-break:break-all;padding-bottom:0.75rem;border-bottom:1px solid rgba(0,0,0,0.05)}.dashboard__logout-btn{display:flex;align-items:center;justify-content:center;padding:0.5rem;background-color:#f5f5f5;color:#333;border-radius:6px;text-decoration:none;font-size:0.9rem;font-weight:500;width:100%;border:none;cursor:pointer}.dashboard__logout-btn:hover{background-color:#f0f0f0;color:var(--danger-color)}.dashboard__avatar-dropdown form{width:100%;margin:0}@media (max-width: 768px){.dashboard__sidebar-footer{position:absolute;top:1rem;right:1rem;bottom:auto;left:auto;width:auto;z-index:1000}.dashboard__avatar-btn{width:40px;height:40px;font-size:1rem}.dashboard__avatar-dropdown{position:absolute;top:50px;right:0;bottom:auto;left:auto;transform:none;width:250px;padding:0}.dashboard__avatar-email{padding:15px;margin:0;text-align:left;border-bottom:1px solid #eee}.dashboard__logout-btn{margin:0;padding:15px;border-radius:0 0 8px 8px;text-align:center}}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500}input,textarea,select{width:100%;padding:0.5rem;border:1px solid var(--border-color);border-radius:4px;margin-bottom:1rem;font-size:1rem}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(14,165,233,0.2)}.form-actions{display:flex;justify-content:flex-end;margin-top:1rem;gap:0.5rem}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:var(--text-color);background-color:#fff;background-clip:padding-box;border:1px solid var(--border-color);border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (max-width: 480px){.form-actions{flex-direction:column;align-items:stretch}.form-actions .btn{width:100%}}.form-group:last-child{margin-bottom:0}.form-wrapper{max-width:500px;margin:0 auto;padding:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.row{display:flex;flex-wrap:wrap;margin-right:-0.5rem;margin-left:-0.5rem}.col{flex:1 0 0%;padding-right:0.5rem;padding-left:0.5rem}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.d-flex{display:flex !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.header,.footer{padding:1rem;background-color:var(--color-primary);color:white;text-align:center}.main{padding:2rem 1rem}.sidebar{padding:1rem;background-color:var(--color-light);border-right:1px solid var(--color-info);min-height:100%}@media (max-width: 768px){.row{flex-direction:column}.col,.col-auto,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width:100% !important;flex:0 0 100% !important;max-width:100%}.sidebar{border-right:none;border-bottom:1px solid var(--color-info)}}body>div:first-of-type,body>div:nth-of-type(2){background-color:var(--color-primary);padding:1rem;display:inline-block}body>div:first-of-type{float:left}body>div:nth-of-type(2){float:right}.logo-link{color:white;font-weight:bold;font-size:1.25rem;text-decoration:none}.login-link,.logout-btn{color:white;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem;padding:0.5rem 1rem}.login-link:hover,.logout-btn:hover{text-decoration:underline;color:rgba(255,255,255,0.8)}.navbar-toggler{display:none;background:transparent;border:none;color:white;font-size:1.5rem;cursor:pointer}@media (max-width: 768px){.navbar-toggler{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:var(--color-primary);padding:1rem}.nav-links.show{display:flex}}.navbar-toggler:focus{outline:2px dashed var(--color-light);outline-offset:4px}@media (max-width: 768px){.nav-links.show{animation:slideDown 0.3s ease forwards}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.public-navbar{display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-color);color:white;padding:1rem 2rem;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.public-navbar__logo{display:flex;align-items:center}.public-navbar__logo-img{width:40px;height:40px}.public-navbar__logo-text{font-size:1.5rem;font-weight:600;color:white;margin-left:0.75rem}@media (max-width: 768px){.public-navbar{padding:1rem}.public-navbar__logo-img{width:32px;height:32px}.public-navbar__logo-text{font-size:1.25rem}}.step-card{background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);padding:1.5rem 1.5rem 1.5rem 1rem;margin:1rem 0;position:relative;display:flex}.step-card__header{display:flex;justify-content:flex-start;align-items:center}.step-card__title{font-size:1.25rem;font-weight:600;margin:0;display:flex;align-items:center}.step-card__number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--primary-color);color:white;border-radius:50%;font-weight:bold;margin-right:1rem;flex-shrink:0;position:relative;top:15px}.step-card__content{flex:1}.step-card__image{width:100%;border-radius:4px;margin-bottom:1rem}.step-card__url{color:var(--primary-color) !important;text-decoration:underline !important;word-break:break-all;transition:all 0.2s ease-in-out;font-weight:700 !important;display:inline-block !important;padding:4px 8px !important;border-radius:4px !important;margin:-4px 0}.step-card__url:hover{text-decoration:underline !important;color:var(--primary-dark) !important;cursor:pointer !important}.step-card__actions{display:flex;justify-content:flex-end;gap:0.5rem}.step-card--active{border-left:4px solid var(--color-primary)}@media (max-width: 480px){.step-card{padding:1rem}.step-card__title{font-size:1.1rem}.step-card__header{flex-direction:column;align-items:flex-start;gap:0.5rem}.step-card__actions{justify-content:center;flex-wrap:wrap}}.tag{display:inline-flex;align-items:center;padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.25rem;background-color:#f0f0f0;color:var(--text-color);margin-right:0.5rem;margin-bottom:0.5rem}.tag--primary{background-color:var(--color-primary);color:white}.tag--success{background-color:var(--color-success);color:white}.tag--warning{background-color:#ffc107;color:#212529}.tag--danger{background-color:var(--color-error);color:white}.tag__close{margin-left:0.5rem;font-size:0.75rem;cursor:pointer;opacity:0.7}.tag__close:hover{opacity:1}@media (max-width: 480px){.tag{font-size:0.8rem;padding:0.2rem 0.4rem;margin-right:0.25rem;margin-bottom:0.25rem}.tag__close{font-size:0.65rem;margin-left:0.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;background:#f8fafc;min-height:100vh;color:#334155;line-height:1.6}.guide-edit{max-width:1200px;margin:0 auto;padding:2rem}.guide-edit__container{background:white;border-radius:16px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.05);border:1px solid #e2e8f0}.guide-edit__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.guide-edit__title-container{display:flex;align-items:center;gap:1rem}.guide-edit__back-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f1f5f9;border-radius:8px;color:#475569;text-decoration:none;transition:all 0.3s ease;border:1px solid #e2e8f0}.guide-edit__back-button:hover{background:#e2e8f0;color:#334155}.guide-edit__title{font-size:2.5rem;font-weight:700;color:#1e293b}.guide-edit__actions{display:flex;gap:1rem;flex-wrap:wrap}.btn--edit,.btn--assign,.btn--pdf{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease;border:1px solid transparent;font-size:0.875rem}.btn--edit{background:#1d4ed8;color:white;border-color:#1d4ed8}.btn--assign,.btn--pdf{background:#f8fafc;color:#475569;border-color:#e2e8f0}.btn--edit:hover{background:#1e40af;border-color:#1e40af}.btn--assign:hover,.btn--pdf:hover{background:#f1f5f9;border-color:#cbd5e1}.guide-edit__software{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2.5rem;border:1px solid #e2e8f0}.guide-edit__software-label{font-size:0.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem;display:block}.guide-edit__software-value{font-size:1.125rem;font-weight:600;color:#1e293b}.guide-edit__steps-container{margin-bottom:2.5rem}.guide-edit__steps-header{margin-bottom:2rem}.guide-edit__steps-title{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:0.5rem}.guide-edit__steps{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.step-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,0.06);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;animation:fadeIn 0.6s ease forwards}.step-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);border-color:#cbd5e1}.step-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#1d4ed8;border-radius:12px 12px 0 0}.step-card__number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#1d4ed8;color:white;border-radius:12px;font-weight:700;font-size:1.125rem;margin-bottom:1.5rem}.step-card__number--first-nav{background:#f59e0b}.step-card__title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;line-height:1.4}.step-card__url{color:#1d4ed8;text-decoration:none;position:relative}.step-card__url:hover{color:#1e40af}.step-card__url::after{content:'↗';margin-left:0.5rem;font-size:0.875rem}.step-card__screenshot{width:100%;max-width:600px;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);margin-top:1rem;border:1px solid #e2e8f0}.guide-seo-fields{background:#fef3c7;padding:2rem;border-radius:8px;margin-bottom:2rem;border:1px solid #f59e0b}.guide-seo-fields h2{color:#92400e;font-size:1.5rem;margin-bottom:1.5rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:0.5rem}.form-control-static{background:white;padding:0.75rem 1rem;border-radius:8px;border:1px solid #d1d5db;font-size:0.875rem;color:#374151}.quiz-question__option{padding:0;border:none;background:transparent;cursor:pointer}.quiz-label{display:flex;align-items:center;gap:0.6rem;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;transition:background-color 0.3s, border-color 0.3s;cursor:pointer;user-select:none;width:100%}.quiz-label:hover:not(.disabled){background-color:#f1f5f9;border-color:#cbd5e1}.quiz-question__option--selected-readonly .quiz-label{background-color:#dbeafe;border-color:#3b82f6;cursor:default}.quiz-question__option--correct .quiz-label{background-color:#dcfce7;border-color:#22c55e;cursor:default}.quiz-label input[type="radio"]{width:18px;height:18px;margin:0;cursor:pointer;vertical-align:middle}.quiz-label__text{font-weight:400;color:#334155;line-height:1.3;flex-grow:1}.quiz-label__note{font-weight:600;margin-left:0.5rem;white-space:nowrap}.guide-edit__validation{background:#f8fafc;padding:2.5rem;border-radius:12px;border:1px solid #e2e8f0}.guide-feedback__title{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:2rem;display:flex;align-items:center;gap:0.75rem}.guide-feedback__title::before{content:'💭';font-size:1.5rem}.form-control{width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all 0.3s ease;background:white}.form-control:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(29,78,216,0.1)}textarea.form-control{min-height:120px;resize:vertical}.btn--save-guide{background:#1d4ed8;color:white;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all 0.3s ease}.btn--save-guide:hover{background:#1e40af}.guide-validation__actions{text-align:center;margin-top:2rem}@media (max-width: 768px){.guide-edit{padding:1rem}.guide-edit__container{padding:1.5rem}.guide-edit__header{flex-direction:column;align-items:flex-start;gap:1rem}.guide-edit__title{font-size:2rem}.guide-edit__actions{width:100%;justify-content:flex-start}.step-card{padding:1.5rem}.quiz-question__options{gap:0.75rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:white;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;backdrop-filter:blur(8px)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.logo{font-size:24px;font-weight:700;color:#00008B;letter-spacing:-0.02em}.nav-cta{background:#00008B;color:white;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all 0.2s ease}.nav-cta:hover{background:#00006B;transform:translateY(-1px);color:white;text-decoration:none}.header-actions{display:flex;gap:12px;align-items:center}.hero{padding:80px 0;background:linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%)}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero h1{font-size:3.5em;font-weight:700;line-height:1.1;margin-bottom:24px;color:#0f172a;letter-spacing:-0.02em}.hero-subtitle{font-size:1.25em;color:#64748b;margin-bottom:32px;line-height:1.5}.hero-cta{display:inline-flex;align-items:center;gap:12px;background:#00008B;color:white;padding:16px 32px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,139,0.3)}.hero-cta:hover{background:#00006B;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,139,0.4);color:white;text-decoration:none}.demo-video-section{padding:80px 0;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.demo-video-section .container{text-align:center;max-width:1200px}.demo-video-section h2{font-size:2.5em;font-weight:700;color:#00008B;margin-bottom:32px;letter-spacing:-0.02em}.demo-video-section img,.demo-video-section video,.demo-video-section .demo-video{width:80%;max-width:800px;height:auto;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.15);border:2px solid #e2e8f0;transition:all 0.3s ease}.demo-video-section img:hover,.demo-video-section video:hover,.demo-video-section .demo-video:hover{transform:scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,0.2)}.problem-section{padding:80px 0;background:white}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:2.5em;font-weight:700;color:#0f172a;margin-bottom:20px;letter-spacing:-0.02em}.section-subtitle{font-size:1.1em;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:24px}.problem-card{background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0;transition:all 0.3s ease}.problem-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.1)}.problem-icon{width:40px;height:40px;background:#fee2e2;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.problem-card h3{font-size:1.3em;font-weight:600;color:#0f172a;margin-bottom:12px}.problem-card p{color:#64748b;line-height:1.6;font-size:1em}.solution-section{padding:80px 0;background:#f8fafc}.solution-flow{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;margin-top:60px}.step{background:white;padding:24px;border-radius:12px;border:1px solid #e2e8f0;text-align:center;position:relative;transition:all 0.3s ease}.step:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,0.1)}.step-number{width:32px;height:32px;background:#00008B;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 16px;font-size:14px}.step h3{font-size:1.2em;font-weight:600;color:#00008B;margin-bottom:12px}.step p{color:#64748b;font-size:1em;line-height:1.6}.benefits-section{padding:80px 0;background:white}.benefits-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;margin-top:60px}.benefit-card{text-align:center;padding:20px}.benefit-icon{width:48px;height:48px;background:linear-gradient(135deg, #dbeafe, #bfdbfe);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:22px}.benefit-card h3{font-size:1.3em;font-weight:600;color:#0f172a;margin-bottom:12px}.benefit-card p{color:#64748b;line-height:1.6;font-size:1em}.pricing-section{padding:80px 0;background:#0f172a;color:white}.pricing-content{text-align:center;max-width:800px;margin:0 auto}.pricing-section .section-title{color:white;font-size:2.5em;font-weight:700;margin-bottom:20px;letter-spacing:-0.02em}.pricing-section .section-subtitle{color:#94a3b8;font-size:1.1em;max-width:600px;margin:0 auto;line-height:1.6}.pricing-highlight{background:rgba(37,99,235,0.1);border:1px solid rgba(37,99,235,0.3);border-radius:12px;padding:32px;margin:32px 0;backdrop-filter:blur(8px)}.pricing-highlight h3{color:white;font-size:1.5em;margin-bottom:16px}.pricing-example{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:20px;margin:24px 0}.pricing-item{background:rgba(255,255,255,0.05);padding:20px;border-radius:10px;border:1px solid rgba(255,255,255,0.1)}.pricing-item p{color:#cbd5e1;margin:0;font-size:1em}.price-number{font-size:2em;font-weight:700;color:#00008B;margin-bottom:6px}.cta-section{padding:80px 0;background:white;color:#1a1a1a;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5em;font-weight:700;margin-bottom:24px;letter-spacing:-0.02em;color:#00008B}.cta-subtitle{font-size:1.1em;margin-bottom:32px;opacity:0.9;color:#64748b;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:12px;background:#00008B;color:white;padding:16px 32px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.15);color:white;background:#00006B;text-decoration:none}.cta-section p{color:#64748b;opacity:0.8}footer{background:#0f172a;color:#94a3b8;padding:32px 0;text-align:center;border-top:1px solid #1e293b}footer p{color:#94a3b8;margin:0}@media (max-width: 768px){.hero h1{font-size:2.5em}.hero-subtitle{font-size:1.1em}.section-title{font-size:2em}.cta-title{font-size:2em}.demo-video-section h2{font-size:2em}.container{padding:0 16px}.hero{padding:60px 0}.problem-section,.solution-section,.benefits-section,.pricing-section,.cta-section,.demo-video-section{padding:60px 0}.demo-video-section img,.demo-video-section video,.demo-video-section .demo-video{width:95%}.solution-flow,.benefits-grid{grid-template-columns:1fr;gap:20px}}.fade-in{opacity:0;transform:translateY(20px);transition:all 0.6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}:root{--primary-blue: #001C88;--secondary-blue: #0D47A1;--pink-bg: #FFF5F5;--red-cta: #E53E3E;--green-text: #38A169;--red-text: #E53E3E;--text-dark: #2D3748;--text-light: #718096;--white: #FFFFFF;--border-light: #E2E8F0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;line-height:1.6;color:var(--text-dark)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:18px 36px;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.125rem;transition:all 0.3s ease;border:none;cursor:pointer;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.btn--primary{background:var(--red-cta);color:var(--white)}.btn--primary:hover{background:#C53030;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.2)}.btn--secondary{background:var(--white);color:var(--primary-blue);border:3px solid var(--white)}.btn--secondary:hover{background:rgba(255,255,255,0.1);color:var(--white);border-color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.2)}.landing-header{position:fixed;top:0;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border-light);z-index:1000;padding:16px 0}.landing-header__content{display:flex;justify-content:space-between;align-items:center}.landing-header__logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;color:var(--primary-blue);text-decoration:none}.landing-header__logo-img{width:32px;height:32px}.landing-header__logo-text{font-size:24px;font-weight:700}.landing-header__nav{display:flex;align-items:center;gap:32px}.landing-header__link{color:var(--text-dark);text-decoration:none;transition:color 0.3s ease}.landing-header__link:hover{color:var(--primary-blue)}.landing-header__cta{padding:12px 24px;background:var(--primary-blue);color:var(--white);border-radius:6px;text-decoration:none;transition:background 0.3s ease}.landing-header__cta:hover{background:var(--secondary-blue)}.landing-hero{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);color:var(--white);padding:140px 0 100px;margin-top:80px;min-height:100vh;display:flex;align-items:center}.landing-hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:1200px;margin:0 auto}.landing-hero__badge{background:rgba(255,255,255,0.2);color:var(--white);padding:12px 24px;border-radius:50px;font-size:1rem;font-weight:600;margin-bottom:32px;border:2px solid rgba(255,255,255,0.3);backdrop-filter:blur(10px)}.landing-hero__title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:32px;text-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:900px}.landing-hero__subtitle{font-size:1.5rem;line-height:1.5;opacity:0.95;margin-bottom:50px;font-weight:400;max-width:700px}.landing-hero__visual{display:flex;justify-content:center;align-items:center;margin-bottom:50px;width:100%;padding:0 20px}.landing-hero__gif{width:100%;max-width:900px;border-radius:16px;box-shadow:0 30px 60px rgba(0,0,0,0.4);border:4px solid rgba(255,255,255,0.2)}.landing-hero__cta{margin-top:10px}.landing-trial{background:linear-gradient(135deg, #FFE5E5 0%, #FFF0F0 100%);padding:100px 0;position:relative}.landing-trial::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="m 60 0 l 0 60 l -60 0 l 0 -60 l 60 0 z" fill="none" stroke="%23FF6B9D" stroke-width="1" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(/%23grid)" /></svg>') repeat;opacity:0.3}.landing-trial__content{text-align:center;max-width:700px;margin:0 auto;position:relative;z-index:2;background:rgba(255,255,255,0.9);padding:60px 40px;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,0.1)}.landing-trial__title{font-size:3rem;font-weight:800;margin-bottom:20px;color:var(--text-dark)}.landing-trial__subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:40px;font-weight:500}.landing-trial__features{list-style:none;margin-bottom:40px}.landing-trial__feature{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;font-size:1.125rem}.landing-trial__feature::before{content:"✅";font-size:1.25rem}.landing-comparison{padding:80px 0}.landing-comparison__content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.landing-comparison__column{padding:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.landing-comparison__column--before{background:#FEF2F2;border-left:4px solid var(--red-text)}.landing-comparison__column--after{background:#F0FDF4;border-left:4px solid var(--green-text)}.landing-comparison__title{font-size:1.5rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:12px}.landing-comparison__title--before{color:var(--red-text)}.landing-comparison__title--after{color:var(--green-text)}.landing-comparison__list{list-style:none}.landing-comparison__item{padding:12px 0;border-bottom:1px solid rgba(0,0,0,0.1)}.landing-comparison__item:last-child{border-bottom:none}.landing-features{padding:100px 0;background:linear-gradient(180deg, var(--white) 0%, #F8FAFC 100%)}.landing-features__title{text-align:center;font-size:3rem;font-weight:800;margin-bottom:80px;color:var(--text-dark);position:relative}.landing-features__title::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg, var(--primary-blue), var(--secondary-blue));border-radius:2px}.landing-features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:50px}.landing-features__card{text-align:center;padding:50px 30px;border-radius:20px;background:var(--white);box-shadow:0 10px 30px rgba(0,0,0,0.1);transition:all 0.3s ease;border:1px solid rgba(0,28,136,0.1)}.landing-features__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.15);border-color:var(--primary-blue)}.landing-features__icon{font-size:4rem;margin-bottom:30px;display:block}.landing-features__card-title{font-size:1.75rem;font-weight:700;margin-bottom:20px;color:var(--text-dark)}.landing-features__card-text{color:var(--text-light);line-height:1.6;font-size:1.125rem}.landing-testimonials{padding:80px 0;background:#F8FAFC}.landing-testimonials__title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:60px;color:var(--text-dark)}.landing-testimonials__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}.landing-testimonials__card{background:var(--white);padding:32px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.landing-testimonials__quote{font-size:1.125rem;line-height:1.6;margin-bottom:24px;font-style:italic;color:var(--text-dark)}.landing-testimonials__author{font-weight:600;color:var(--primary-blue)}.landing-faq{padding:100px 0;background:#F8FAFC}.landing-faq__title{text-align:center;font-size:3rem;font-weight:800;margin-bottom:80px;color:var(--text-dark)}.landing-faq__list{max-width:900px;margin:0 auto}.landing-faq__item{background:var(--white);border-radius:12px;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,0.05);transition:all 0.3s ease}.landing-faq__item:hover{box-shadow:0 6px 20px rgba(0,0,0,0.12)}.landing-faq__item.active{border-color:var(--primary-blue);box-shadow:0 6px 25px rgba(0,28,136,0.15)}.landing-faq__question{width:100%;padding:28px 32px;background:none;border:none;text-align:left;font-size:1.25rem;font-weight:600;color:var(--text-dark);cursor:pointer;transition:all 0.3s ease;line-height:1.4}.landing-faq__question:hover{color:var(--primary-blue)}.landing-faq__item.active .landing-faq__question{color:var(--primary-blue)}.landing-faq__answer{max-height:0;overflow:hidden;padding:0 32px;color:var(--text-light);line-height:1.7;font-size:1.125rem;transition:max-height 0.3s ease, padding 0.3s ease}.landing-faq__item.active .landing-faq__answer{padding:0 32px 40px}.landing-final-cta{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);color:var(--white);padding:100px 0;text-align:center}.landing-final-cta__title{font-size:3rem;font-weight:800;margin-bottom:30px;line-height:1.2;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,0.1)}.landing-final-cta__subtitle{font-size:1.375rem;margin-bottom:50px;opacity:0.95;max-width:700px;margin-left:auto;margin-right:auto;color:var(--white);font-weight:500}@media (max-width: 1024px){.landing-features__grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.landing-header__nav{display:none}.landing-header__logo-img{width:28px;height:28px}.landing-header__logo-text{font-size:20px}.landing-hero{min-height:auto;padding:120px 0 80px}.landing-hero__content{padding:0 20px}.landing-hero__badge{font-size:0.9rem;padding:10px 20px;margin-bottom:28px}.landing-hero__title{font-size:3rem;margin-bottom:24px}.landing-hero__subtitle{font-size:1.25rem;margin-bottom:40px}.landing-hero__gif{max-width:100%;margin-bottom:35px}.landing-trial__content{padding:50px 30px;margin:0 20px}.landing-trial__title{font-size:2.25rem}.landing-comparison__content{grid-template-columns:1fr;gap:30px}.landing-features__title{font-size:2.5rem;margin-bottom:60px}.landing-features__grid{grid-template-columns:1fr;gap:30px}.landing-features__card{padding:40px 25px}.landing-testimonials__grid{grid-template-columns:1fr}.landing-final-cta__title{font-size:2.25rem}}@media (max-width: 480px){.container{padding:0 16px}.landing-hero{padding:100px 0 60px;margin-top:70px}.landing-hero__badge{font-size:0.85rem;padding:8px 16px;margin-bottom:24px}.landing-hero__title{font-size:2.5rem;line-height:1.2;margin-bottom:20px}.landing-hero__subtitle{font-size:1.125rem;margin-bottom:35px}.landing-hero__gif{border-radius:12px;max-width:100%;margin-bottom:30px}.landing-trial__content{padding:40px 25px;margin:0 15px;border-radius:15px}.landing-trial__title{font-size:2rem}.landing-trial,.landing-comparison,.landing-features,.landing-testimonials,.landing-faq,.landing-final-cta{padding:60px 0}.btn{padding:16px 28px;font-size:1rem}.landing-features__title{font-size:2.25rem}.landing-features__card{padding:35px 20px}.landing-features__icon{font-size:3.5rem}.landing-faq__title{font-size:2.5rem;margin-bottom:60px}.landing-faq__question{padding:24px 28px;font-size:1.125rem}.landing-faq__answer{padding:0 28px;font-size:1rem}.landing-faq__item.active .landing-faq__answer{padding:0 28px 32px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #001C88;--primary-light: #0D47A1;--primary-dark: #1d4ed8;--sidebar-width: 280px;--background-light: #ffffff;--background-secondary: #f8fafc;--background-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-light: #f1f5f9;--hover-bg: #f1f5f9;--active-bg: #2563eb;--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}body{font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;background:var(--background-secondary);min-height:100vh;color:var(--text-primary);line-height:1.5}.dashboard-manager-page{display:flex;min-height:100vh;background:var(--background-secondary)}.dashboard__sidebar{width:var(--sidebar-width);background:var(--background-light);border-right:1px solid var(--border-color);height:100vh;position:fixed;left:0;top:0}.dashboard__sidebar-header{padding:1.75rem 1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--border-color);background:var(--background-light)}.dashboard__logo{min-width:40px;height:40px;background:linear-gradient(135deg, var(--primary-color), var(--primary-light));border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:white;font-size:1.25rem;box-shadow:0 4px 6px -1px rgba(37,99,235,0.3);transition:var(--transition)}.dashboard__logo:hover{transform:scale(1.05);box-shadow:0 6px 12px -2px rgba(37,99,235,0.4)}.dashboard__sidebar-content h2{font-size:1.35rem;font-weight:700;color:var(--text-primary);white-space:nowrap}.dashboard__nav{flex:1;padding:1.25rem 0;list-style:none;overflow-y:auto}.dashboard__nav li{margin-bottom:0.25rem;animation:slideIn 0.3s ease both}.dashboard__nav li:nth-child(1){animation-delay:0.1s}.dashboard__nav li:nth-child(2){animation-delay:0.2s}.dashboard__nav li:nth-child(3){animation-delay:0.3s}.dashboard__nav li:nth-child(4){animation-delay:0.4s}.dashboard__tab-btn{width:calc(100% - 1rem);display:flex;align-items:center;gap:1rem;padding:0.75rem 1.5rem;margin:0 0.5rem;background:none;border:none;color:var(--text-secondary);font-size:0.95rem;cursor:pointer;transition:var(--transition);border-radius:8px;position:relative}.dashboard__tab-btn:hover{color:var(--primary-color);background:var(--hover-bg)}.dashboard__tab-btn.is-active{color:white;background:var(--active-bg);box-shadow:0 4px 6px -1px rgba(37,99,235,0.3)}.dashboard__tab-icon{font-size:1.25rem;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.dashboard__tab-btn.is-active .dashboard__tab-icon{color:white}.dashboard__sidebar-footer{padding:1.25rem;border-top:1px solid var(--border-color);background:var(--background-light);display:flex;justify-content:center}.dashboard__avatar-btn{width:44px;height:44px;background:linear-gradient(135deg, var(--primary-color), var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:1rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 6px -1px rgba(37,99,235,0.3)}.dashboard__avatar-btn:hover{transform:scale(1.05);box-shadow:0 6px 12px -2px rgba(37,99,235,0.4)}.dashboard__avatar-dropdown{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(10px);width:90%;background:var(--background-light);border:1px solid var(--border-color);border-radius:12px;padding:1rem;margin-bottom:1rem;opacity:0;visibility:hidden;transition:var(--transition);box-shadow:var(--shadow-lg);z-index:110}.dashboard__avatar-dropdown.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.dashboard__avatar-email{font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.75rem;padding-bottom:0.75rem;border-bottom:1px solid var(--border-color);text-align:center;word-break:break-all}.dashboard__logout-btn{width:100%;padding:0.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:0.875rem;cursor:pointer;transition:var(--transition);font-weight:500;display:flex;align-items:center;justify-content:center;gap:0.5rem}.dashboard__logout-btn:hover{background:#fee2e2;border-color:#fca5a5}.dashboard__main-wrapper{flex:1;margin-left:var(--sidebar-width);padding:2rem;background:var(--background-secondary);min-height:100vh}.dashboard__content{padding:2rem;min-height:100vh}.dashboard__welcome{display:flex;align-items:center;gap:1.5rem;padding:1.75rem;background:var(--background-light);border-radius:16px;border:1px solid var(--border-color);margin-bottom:2rem;box-shadow:var(--shadow);animation:fadeIn 0.5s ease}.dashboard__user-avatar{min-width:72px;height:72px;background:linear-gradient(135deg, var(--primary-color), var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:600;color:white;box-shadow:0 4px 6px -1px rgba(37,99,235,0.3)}.dashboard__title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:0.25rem}.dashboard__welcome-date{color:var(--text-secondary);font-size:0.95rem}.dashboard__main-layout{background:var(--background-light);border-radius:16px;padding:2rem;border:1px solid var(--border-color);box-shadow:var(--shadow);margin-bottom:2rem}.dashboard__main-layout h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.dashboard__main-layout p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.dashboard__mobile-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:200;background:var(--primary-color);border:none;width:44px;height:44px;border-radius:10px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:var(--transition);box-shadow:var(--shadow-lg)}.dashboard__mobile-toggle span{width:20px;height:2px;background:white;border-radius:2px;transition:var(--transition)}.dashboard__mobile-toggle.is-open span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.dashboard__mobile-toggle.is-open span:nth-child(2){opacity:0}.dashboard__mobile-toggle.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}@media (max-width: 1024px){.dashboard__sidebar{transform:translateX(-100%)}.dashboard__sidebar.is-open{transform:translateX(0)}.dashboard__main-wrapper{margin-left:0}.dashboard__mobile-toggle{display:flex}}@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.dashboard__sidebar::-webkit-scrollbar{width:6px}.dashboard__sidebar::-webkit-scrollbar-track{background:transparent}.dashboard__sidebar::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:3px}.dashboard__sidebar::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.dashboard__tab-btn:focus-visible,.dashboard__avatar-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.dashboard__logout-btn:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}body{margin:0;padding:0;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;background-color:#f9f9fb}.dashboard-user__layout{display:flex;min-height:100vh}.dashboard-user__sidebar{width:280px;background:linear-gradient(180deg, #001C88 0%, #2c3e50 100%);color:white;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;box-sizing:border-box}.dashboard-user__content{margin-left:280px;flex:1;padding:6rem;min-height:100vh;box-sizing:border-box;background-color:#f9f9fb;width:1200px;margin-left:160px}.dashboard-user__sidebar-header{padding:1.5rem;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,0.15)}.dashboard-user__logo{width:2.5rem;height:2.5rem;margin-right:1rem}.dashboard-user__logo img{width:100%;height:100%;filter:brightness(0) invert(1)}.dashboard-user__title-text{font-size:1.5rem;font-weight:700;margin:0;color:white}.dashboard-user__nav{list-style:none;padding:1.5rem 1rem;margin:0;flex:1}.dashboard-user__nav li{margin-bottom:0.5rem}.dashboard-user__tab-btn{width:100%;display:flex;align-items:center;padding:0.75rem 1.25rem;background:none;border:none;color:rgba(255,255,255,0.85);text-align:left;cursor:pointer;border-radius:6px;font-size:1rem}.dashboard-user__tab-btn:hover{background:rgba(255,255,255,0.1);color:white}.dashboard-user__tab-btn.is-active{background:rgba(255,255,255,0.2);color:white;font-weight:500}.dashboard-user__tab-icon{margin-right:1rem;font-size:1.2rem;width:24px;text-align:center}.dashboard-user__sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,0.15);position:relative}.dashboard-user__avatar-btn{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg, #667eea 0%, #1d4ed8 100%);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;font-size:1.1rem}.dashboard-user__avatar-dropdown{position:absolute;bottom:100%;left:1.5rem;right:1.5rem;background:white;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 12px rgba(0,0,0,0.15);display:none;z-index:100}.dashboard-user__avatar-dropdown.show{display:block}.dashboard-user__avatar-email{color:#666;font-size:0.9rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.dashboard-user__logout-btn{width:100%;padding:0.75rem;background:#e74c3c;color:white;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500}.dashboard-user__logout-btn:hover{background:#c0392b}.dashboard-user__welcome{background:white;border-radius:6px;padding:3rem;margin-bottom:3rem;display:flex;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.05);position:relative}.dashboard-user__welcome::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom, #667eea, #764ba2);border-radius:16px 0 0 16px}.dashboard-user__user-avatar{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg, #667eea 0%, #1d4ed8 100%);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.75rem;margin-right:2.5rem;box-shadow:0 4px 15px rgba(102,126,234,0.3);flex-shrink:0}.dashboard-user__welcome-text{flex:1}.dashboard-user__main-title{margin:0 0 1rem 0;font-size:2.25rem;font-weight:700;color:#333;text-align:left}.dashboard-user__welcome-date{margin:0;color:#666;font-size:1.125rem}.dashboard-user__content-card{background:white;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.1);padding:3rem;margin-bottom:3rem;border:1px solid rgba(0,0,0,0.05);position:relative}.dashboard-user__content-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:#f0f2f5;border-radius:16px 0 0 16px}.dashboard-user__header{margin-bottom:2.5rem}.dashboard-user__section-title{font-size:1.875rem;font-weight:700;margin:0 0 1rem 0;color:#333}.dashboard-user__section-subtitle{font-size:1.125rem;color:#666;margin:0;line-height:1.7}.dashboard-user__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:2rem;margin-bottom:3rem}.dashboard-user__stat-card{background:white;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,0.08);padding:2.5rem;text-align:center;transition:transform 0.3s ease, box-shadow 0.3s ease;border:1px solid rgba(0,0,0,0.05)}.dashboard-user__stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px rgba(0,0,0,0.15)}.dashboard-user__stat-label{font-size:1.125rem;color:#666;margin-bottom:1rem;display:block;font-weight:500}.dashboard-user__stat-value{font-size:2.75rem;font-weight:800;color:#667eea;display:block;line-height:1}.dashboard-user__guides-list,.dashboard-user__parcours-list,.dashboard-user__completed-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(380px, 1fr));gap:2.5rem}.dashboard-user__guide-card,.dashboard-user__parcours-card,.dashboard-user__completed-card{background:white;border-radius:16px;border:1px solid #e9ecef;padding:2.5rem;transition:all 0.3s ease;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.dashboard-user__guide-card:hover,.dashboard-user__parcours-card:hover,.dashboard-user__completed-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,0.15);border-color:#667eea}.dashboard-user__guide-title,.dashboard-user__parcours-title,.dashboard-user__completed-title{font-size:1.375rem;font-weight:700;margin:0 0 1.25rem 0;color:#333;line-height:1.4}.dashboard-user__guide-info,.dashboard-user__parcours-description,.dashboard-user__completed-info{font-size:1.125rem;color:#666;margin-bottom:1.75rem;line-height:1.7}.dashboard-user__progress-container{height:12px;background:#f0f2f5;border-radius:8px;margin:2rem 0 1rem 0;overflow:hidden}.dashboard-user__progress-bar{height:100%;background:linear-gradient(90deg, #667eea 0%, #764ba2 100%);border-radius:8px;transition:width 0.3s ease}.dashboard-user__progress-text{font-size:1rem;color:#666;text-align:right;margin:0;font-weight:500}.dashboard-user__guide-actions,.dashboard-user__parcours-actions,.dashboard-user__completed-actions{display:flex;justify-content:flex-end;margin-top:2.5rem}.dashboard-user__guide-button,.dashboard-user__parcours-button,.dashboard-user__completed-button{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2.5rem;background:#667eea;color:white;border-radius:10px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all 0.3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px rgba(102,126,234,0.3)}.dashboard-user__guide-button:hover,.dashboard-user__parcours-button:hover{background:#5a6fd8;transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,0.4)}.dashboard-user__completed-button{background:white;color:#667eea;border:2px solid #667eea;box-shadow:0 4px 15px rgba(102,126,234,0.1)}.dashboard-user__completed-button:hover{background:#667eea;color:white;box-shadow:0 8px 25px rgba(102,126,234,0.3)}.dashboard-user__parcours-button--secondary{background:white;color:#667eea;border:2px solid #667eea;margin-left:1.5rem;box-shadow:0 4px 15px rgba(102,126,234,0.1)}.dashboard-user__parcours-button--secondary:hover{background:#667eea;color:white;box-shadow:0 8px 25px rgba(102,126,234,0.3)}.dashboard-user__parcours-badge,.dashboard-user__completed-badge{background:#667eea;color:white;padding:0.6rem 1.2rem;border-radius:20px;font-size:0.95rem;font-weight:600;margin-left:1.5rem;box-shadow:0 3px 10px rgba(102,126,234,0.3)}.dashboard-user__completed-badge{background:#10b981;box-shadow:0 3px 10px rgba(16,185,129,0.3)}@media (max-width: 1200px){.dashboard-user__content{padding:2.5rem}.dashboard-user__guides-list,.dashboard-user__parcours-list{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr))}}@media (max-width: 768px){.dashboard-user__content{padding:2rem}.dashboard-user__welcome{flex-direction:column;text-align:center}.dashboard-user__user-avatar{margin:0 auto 1.5rem auto}.dashboard-user__stats{grid-template-columns:1fr}.dashboard-user__guides-list,.dashboard-user__parcours-list{grid-template-columns:1fr}}.container{padding:0 0 0 0 !important}.guide-edit__save-container{display:flex;justify-content:flex-end;margin-top:1.5rem;margin-bottom:1.5rem;width:95%;margin-left:auto;margin-right:auto}.guide-edit__actions{display:flex;gap:1rem;align-items:center}.btn--abandon{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;width:180px;padding:0 16px;background-color:white;color:var(--primary-color);border:1px solid var(--border-color);border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.3s ease;text-decoration:none !important}.btn--send{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;width:180px;padding:0 16px;background-color:var(--primary-color);color:white;border:1px solid var(--primary-color);border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.3s ease;text-decoration:none !important}.btn--abandon:hover{background-color:#fde8e8;border-color:var(--error-color);box-shadow:0 4px 8px rgba(231,76,60,0.2);color:var(--error-color);text-decoration:none !important}.btn--send:hover{background-color:#92dcaf !important;color:var(--primary-dark);box-shadow:0 4px 8px rgba(0,0,139,0.2);border:1px solid var(--primary-dark)}.btn--abandon .btn-icon,.btn--send .btn-icon{width:18px;height:18px}.guide-edit__title{opacity:1 !important;border:1px solid transparent !important;background:transparent !important;cursor:default !important;transition:none !important}.guide-assign__search{position:relative;width:100%}.guide-assign__search-input{width:100%;padding:0.75rem 1rem 0.75rem 2.5rem;margin:0;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background-color:white}.guide-assign__search-icon{position:absolute;left:0;top:0;width:1.9rem;height:1.9rem;color:#666;display:flex;align-items:center;justify-content:center;margin-top:2px;padding:7px 0 7px 0}.guide-assign__section{margin-bottom:2rem}.guide-assign__section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.guide-assign__table-container{overflow-x:auto;background-color:white;border-radius:8px;padding:0.5rem;margin-top:1rem;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.guide-assign__table{width:100%;border-collapse:collapse;font-size:0.95rem}.guide-assign__table-header{text-align:left;padding:1rem;color:var(--primary-color);font-weight:600;border-bottom:1px solid var(--border-color);background-color:#f8f9fc}.guide-assign__table-header--checkbox{width:50px}.guide-assign__table-header--actions{width:120px}.guide-assign__table-row{border-bottom:1px solid #eaedf3;transition:background-color 0.2s ease}.guide-assign__table-row:hover{background-color:#f8f9fc}.guide-assign__table-row:last-child{border-bottom:none}.guide-assign__table-cell{padding:0.75rem 1rem;vertical-align:middle}.guide-assign__table-cell--checkbox{text-align:center;vertical-align:middle;padding-top:0.85rem;padding-bottom:0.85rem}.guide-assign__table-cell--actions{text-align:right}.guide-assign__table-text{display:block;line-height:1.4}.guide-assign__table-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color);margin:0 auto}.guide-assign__checkbox-assigned{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0 auto;color:var(--success-color)}.guide-assign__actions{display:flex;justify-content:flex-end;margin-top:2rem;margin-bottom:2rem;width:95%;margin-left:auto;margin-right:auto}.guide-assign__buttons{display:flex;gap:1rem}.btn--abandon:hover .abandon-icon{content:url(/assets/icons/abandon_color.svg)}.btn--send:hover .send-icon{content:url(/assets/icons/send_color.svg)}@media (max-width: 768px){.guide-assign__table-container{padding:0.25rem}.guide-assign__table-header,.guide-assign__table-cell{padding:0.5rem}}.guide-assign__search-icon{position:absolute;left:0.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#666;display:flex;align-items:center;justify-content:center}.guide-assign__resend-button{padding:0.35rem 0.75rem;background-color:var(--info-color);color:var(--primary-color);border:none;border-radius:4px;font-size:0.85rem;font-weight:500;display:inline-flex;align-items:center;gap:0.25rem;transition:all 0.2s ease;cursor:pointer}.guide-assign__resend-button:hover{background-color:#a5f0ee;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.guide-seo-fields{background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:2rem;margin-bottom:2rem;transition:transform 0.3s ease, box-shadow 0.3s ease}.guide-seo-fields:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,0.08)}.guide-seo-fields h2{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem 0;color:var(--text-color);border-bottom:1px solid rgba(0,0,0,0.05);padding-bottom:1rem}.guide-seo-fields .form-group{margin-bottom:1.5rem}.guide-seo-fields .form-label{display:block;font-size:0.95rem;font-weight:500;margin-bottom:0.5rem;color:var(--text-color)}.guide-seo-fields .form-control{width:100%;padding:0.75rem;border:1px solid var(--border-color, #e2e8f0);border-radius:6px;font-size:0.95rem;transition:border-color 0.2s ease, box-shadow 0.2s ease}.guide-seo-fields .form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,0,139,0.1);outline:none}.guide-seo-fields .form-help-text{font-size:0.85rem;color:var(--text-secondary, #718096);margin-top:0.5rem}.guide-seo-fields .form-control-static{padding:0.75rem;border:1px solid var(--border-color, #e2e8f0);border-radius:6px;font-size:0.95rem;background-color:#f8f9fa;min-height:42px}.guide-edit{display:flex;flex-direction:column;min-height:calc(100vh - 60px);background-color:#F5F6FA;color:var(--text-color);font-family:'Open Sans', sans-serif;padding:0 !important;margin-bottom:1.9rem !important;border-radius:0 0 12px 12px !important;position:relative;width:100%;align-items:center}.guide-edit__form{width:100%;display:flex;flex-direction:column;align-items:center}.guide-edit__container{max-width:1000px;width:100%;background-color:#F5F6FA;border-radius:0 0 12px 12px !important}.guide-edit__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;margin-bottom:2rem;background-color:#FFFFFF;border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px rgba(0,0,0,0.05);position:sticky;top:0;z-index:100;width:100%;border-radius:12px 12px 0 0}.guide-edit__title-container{display:flex;align-items:center;gap:1rem;flex:1;margin-right:1rem}.guide-edit__title-wrapper{position:relative;flex:1}.guide-edit__back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background-color:rgba(245,246,250,0.7);cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 4px rgba(0,0,0,0.05);text-decoration:none;color:var(--text-color)}.guide-edit__back-button:hover{background-color:rgba(224,225,235,0.9);transform:scale(1.05)}.guide-edit__title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0;padding:0.25rem 0.5rem;outline:none;border:1px solid transparent;border-radius:4px;background:transparent;width:100%;opacity:0.8;transition:all 0.3s ease;cursor:text}.guide-edit__title:hover{border:1px solid var(--border-color);opacity:1}.guide-edit__title--visible,.guide-edit__title:focus{opacity:1;border:1px solid var(--primary-color);background-color:rgba(255,255,255,0.9)}.guide-edit__actions{display:flex;gap:1rem;align-items:center;white-space:nowrap}.guide-edit__software{margin-bottom:1.9rem;background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.4rem 1.9rem;transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;align-items:center;gap:1.4rem;width:95%;margin-left:auto;margin-right:auto}.guide-edit__software:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08)}.guide-edit__software-label{font-weight:600;color:var(--text-color);min-width:80px;font-size:1rem}.guide-edit__software-input{padding:0.7rem 0.95rem;border:1px solid var(--border-color);border-radius:6px;font-size:0.95rem;color:var(--text-color);background-color:white;min-width:237px;transition:border-color 0.2s ease, box-shadow 0.2s ease}.guide-edit__software-value{padding:0.7rem 0.95rem;border:1px solid var(--border-color);border-radius:6px;font-size:0.95rem;color:var(--text-color);background-color:#f8f9fa;min-width:237px}.guide-edit__software-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,0,139,0.1);outline:none}.guide-edit__software-value{font-size:1rem;color:var(--text-color);font-weight:500}.guide-edit__steps-container{margin-top:1.9rem;margin-bottom:1.9rem;background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.9rem;transition:transform 0.3s ease, box-shadow 0.3s ease;width:95%;margin-left:auto;margin-right:auto}.guide-edit__steps-container:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08)}.guide-edit__steps-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,0.05);padding-bottom:1rem}.guide-edit__steps-title{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0}.guide-edit__steps{list-style:none;padding:0;margin:0}.step-card{display:flex;margin-bottom:1rem;position:relative}.step-card__number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:var(--primary-color);color:white;font-weight:600;font-size:1rem;margin-right:1rem;flex-shrink:0}.step-card__number--first-nav{background-color:#4CAF50;display:flex;align-items:center;justify-content:center}.planet-icon{width:24px;height:24px;object-fit:contain}.step-card__content{flex-grow:1;background-color:white;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.step-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.step-card__title{font-weight:600;font-size:1.125rem;margin:0;color:var(--text-color);word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.step-card__actions{display:flex;gap:0.5rem}.step-card__action-btn{background:transparent;border:none;cursor:pointer;padding:0.25rem;border-radius:4px;transition:all 0.2s ease}.step-card__action-btn:hover{background-color:var(--hover-color)}.step-card__delete-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-color);background-color:white;cursor:pointer;transition:all 0.2s ease;margin-left:0.5rem;padding:0}.step-card__delete-btn:hover{background-color:#fde8e8;border-color:#e74c3c;box-shadow:0 4px 8px rgba(231,76,60,0.2)}.delete-icon{width:20px;height:20px}.hover-icon{display:none}.step-card__delete-btn:hover .default-icon{display:none}.step-card__delete-btn:hover .hover-icon{display:inline-block}.step-card__description{font-size:0.9375rem;color:var(--text-color);margin-bottom:1rem;line-height:1.5}.step-card__screenshot{width:100%;border-radius:8px;border:1px solid var(--border-color);margin-top:1rem;cursor:pointer;transition:all 0.2s ease}.step-card__screenshot:hover{transform:scale(1.01);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.step-card__no-image{margin-top:0.5rem;font-size:0.9rem;color:var(--text-muted);line-height:1.4;padding:1rem;background-color:var(--background-color);border-radius:4px;text-align:center}.step-card__action-info{margin-top:0.5rem;font-size:0.9rem;color:var(--text-muted);line-height:1.4;padding:0.5rem;background-color:rgba(0,0,0,0.03);border-radius:4px}.step-card.dragging{opacity:0.7;border:2px dashed var(--primary-color)}.step-insert{display:flex;justify-content:center;padding:0.75rem 0;list-style:none;position:relative}.step-insert::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:var(--border-color);z-index:0}.step-insert--end{margin:1.5rem 0}.btn--add-step{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:white;color:var(--primary-color);border:1px solid var(--border-color);border-radius:50%;font-weight:500;font-size:25px !important;cursor:pointer;transition:all 0.2s ease;position:relative;z-index:1;line-height:0;padding-bottom:2px}.btn--add-step svg{width:20px;height:20px}.btn--add-step span{display:none}.btn--add-step:hover{background-color:var(--background-color);transform:scale(1.05)}.btn--add-step-inline{font-size:0.85rem}.btn--add-step-end{padding:0.75rem 1.5rem}.step-card__screenshot-preview{user-select:none;-webkit-user-select:none;pointer-events:none;cursor:pointer}.step-card--empty{border:2px dashed var(--border-color);border-radius:8px;transition:all 0.3s ease}.step-card--empty:hover{border-color:var(--primary-color);background-color:rgba(11,110,79,0.02)}.step-card__drop-zone{margin-top:1rem;padding:2rem;border:2px dashed var(--border-color);border-radius:8px;background-color:#fafbfc;text-align:center;transition:all 0.3s ease;cursor:pointer;position:relative}.step-card__drop-zone:hover{border-color:var(--primary-color);background-color:rgba(11,110,79,0.05)}.step-card__drop-zone--dragover{border-color:var(--primary-color);background-color:rgba(11,110,79,0.1);transform:scale(1.02)}.drop-zone__content{pointer-events:none}.drop-zone__content p{margin:0.5rem 0;font-size:0.9rem;color:var(--text-muted)}.drop-zone__content p:first-child{font-weight:600;color:var(--text-color)}.drop-zone__file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.step-card__screenshot-preview{width:100%;border-radius:8px;border:1px solid var(--border-color);margin-top:1rem;cursor:pointer;transition:all 0.2s ease}.step-card__screenshot-preview:hover{transform:scale(1.01);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.step-card--uploading .step-card__drop-zone{pointer-events:none;opacity:0.7}.step-card--uploading .drop-zone__content::after{content:"📤 Upload en cours...";display:block;margin-top:1rem;font-weight:600;color:var(--primary-color)}.guide-edit__quiz{margin-top:2rem;background-color:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.guide-edit__quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.guide-edit__quiz-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0}.guide-edit__quiz-toggle{display:flex;align-items:center;gap:0.5rem}.guide-edit__quiz-questions{margin-top:1.5rem}.quiz-question{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.quiz-question__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.quiz-question__title{font-weight:600;color:var(--text-color);margin:0}.quiz-question__input{width:100%;padding:0.75rem;border-radius:4px;border:1px solid var(--border-color);margin-bottom:1rem;font-family:inherit;font-size:1rem}.quiz-question__options{margin-top:1rem}.quiz-option{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.75rem}.quiz-option__input{flex-grow:1;padding:0.5rem 0.75rem;border-radius:4px;border:1px solid var(--border-color);font-family:inherit;font-size:0.9375rem}.quiz-option__correct{display:flex;align-items:center;gap:0.25rem}.btn--add-option{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;background-color:transparent;border:1px dashed var(--border-color);border-radius:4px;color:var(--primary-color);font-size:0.875rem;cursor:pointer;transition:all 0.2s ease}.btn--add-option:hover{background-color:var(--hover-color);border-color:var(--primary-color)}.btn--add-question{display:flex;align-items:center;justify-content:center;gap:0.5rem;width:100%;padding:0.75rem;background-color:transparent;border:1px dashed var(--border-color);border-radius:4px;color:var(--primary-color);font-weight:500;cursor:pointer;transition:all 0.2s ease;margin-top:1rem}.btn--add-question:hover{background-color:var(--hover-color);border-color:var(--primary-color)}.guide-edit__save-container{display:none;background-color:white;padding:1rem 2rem;box-shadow:0 -2px 10px rgba(0,0,0,0.1);justify-content:flex-end;margin-top:2rem;border-radius:8px}.guide-edit__save-container--visible{display:flex}.btn--save-guide{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.85rem 2rem;background-color:var(--primary-color);border:none;border-radius:4px;color:white;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease;min-width:200px}.btn--save-guide:hover{background-color:var(--primary-dark);box-shadow:0 4px 8px rgba(11,110,79,0.3)}.btn--save-guide:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){.guide-edit__container{width:100%}.guide-edit__header{padding:0.75rem 1rem}.guide-edit__title{font-size:1.25rem}.step-card__number{width:32px;height:32px;font-size:1rem}.step-card__content{padding:1rem}.step-card__title{font-size:1rem}.guide-edit__quiz{padding:1rem}}@media (max-width: 480px){.guide-edit__actions{gap:0.5rem}.guide-edit__title{font-size:1.125rem}.step-card{flex-direction:column}.step-card__number{margin-bottom:0.5rem;align-self:flex-start}.btn--save-guide{width:100%}}.step-handle{cursor:move;margin-right:0.5rem}@media (max-width: 768px){.editor-section,.preview-section{padding:1rem}.editor-header,.preview-header{flex-direction:column;align-items:flex-start;gap:0.75rem}.editor-controls,.preview-controls{flex-wrap:wrap;gap:0.5rem}#editor,#preview{min-height:200px}.step-item{padding:0.75rem}}.guides-list{width:100%}.guides-list__content{background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:2rem;margin-bottom:2rem;width:100%;max-width:none}.guides-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.guides-list__title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0}.guides-list__subtitle{font-size:0.9rem;color:#666;margin:0.25rem 0 0 0}.guides-list__new-button{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.25rem;background-color:var(--primary-color);color:white;border-radius:4px;font-weight:600;text-decoration:none;border:1px solid var(--border-color);transition:all 0.3s ease;height:48px}.guides-list__new-button:hover{background-color:#92dcaf;color:#0B6E4F;box-shadow:0 4px 8px rgba(76,175,80,0.3);border:1px solid #0B6E4F;text-decoration:none}.guides-list__new-button:hover .icon-default{display:none}.guides-list__new-button:hover .icon-hover{display:inline-block !important}.guides-list__new-button-icon{font-size:1.2rem}.guides-list__search{position:relative;width:100%}.guides-list__search-input{width:100%;padding:0.75rem 1rem 0.75rem 2.5rem;margin:0;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background-color:white}.guides-list__search-icon{width:1.9rem;height:1.9rem;color:#666;display:flex;align-items:center;justify-content:center;margin-top:2px;padding:7px 0 7px 0}.guides-list__table-container{width:100%;overflow-x:auto}.guides-list__table{width:100%;border-collapse:collapse;font-size:0.95rem}.guides-list__table-header{text-align:left;padding:1rem;color:var(--primary-color);font-weight:600;border-bottom:1px solid var(--border-color);background-color:#f8f9fc}.guides-list__table-header--actions{width:220px;text-align:center}.guides-list__table-row{border-bottom:1px solid #eaedf3;transition:background-color 0.2s ease}.guides-list__table-row:hover{background-color:#f8f9fc}.guides-list__table-row:last-child{border-bottom:none}.guides-list__table-cell{padding:0.75rem 1rem;vertical-align:middle}.guides-list__table-cell--actions{text-align:right;white-space:nowrap}.guides-list__table-title{font-weight:500;color:var(--text-color)}.guides-list__action-buttons{display:flex;gap:0.5rem;justify-content:flex-end}.guides-list__action-button{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem;border-radius:4px;transition:all 0.2s ease;border:none;cursor:pointer;background-color:transparent}.guides-list__action-button:hover{background-color:#f0f0f0}.guides-list__action-button--view{color:var(--primary-color)}.guides-list__action-button--edit{color:#f39c12}.guides-list__action-button--delete{color:var(--error-color)}.guides-list__action-button--assign{color:#3498db}.guides-list__empty-state{text-align:center;padding:4rem 2rem;background-color:white;border-radius:12px;margin-top:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.05);border:1px dashed rgba(0,0,0,0.1)}.guides-list__empty-state p{margin-bottom:1.75rem;color:#666;font-size:1.2rem;font-weight:500}.dashboard__tabs-content{display:none}.dashboard__tabs-content.is-active{display:block}.dashboard__header{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.dashboard__title{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:0.5rem}.dashboard__subtitle{font-size:1.125rem;color:var(--text-color-light);max-width:800px}.dashboard__search-container{padding:0 2rem 2rem;margin-bottom:1.5rem}.dashboard__search-form{display:flex;max-width:800px}.dashboard__search-input-container{position:relative;flex-grow:1}.dashboard__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-color-light)}.dashboard__search-input{width:100%;padding:0.875rem 1rem 0.875rem 2.75rem;border:1px solid rgba(0,0,0,0.1);border-radius:8px 0 0 8px;font-size:1rem;outline:none;transition:border-color 0.2s ease, box-shadow 0.2s ease}.dashboard__search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(0,0,139,0.1)}.dashboard__search-button{padding:0.875rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:0 8px 8px 0;font-weight:600;cursor:pointer;transition:background-color 0.2s ease}.dashboard__search-button:hover{background-color:var(--primary-color-dark)}.guides-list__cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;margin-bottom:2rem}.guides-list__card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.05);transition:all 0.3s ease;display:flex;flex-direction:column;height:100%;position:relative}.guides-list__card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.1);border-color:var(--primary-color)}.guides-list__card-content{padding:1.5rem;display:flex;flex-direction:column;height:100%}.guides-list__card-title{font-size:1.25rem;font-weight:600;margin:0 0 1rem 0;line-height:1.3;color:var(--primary-color);transition:color 0.3s ease}.guides-list__card-description{font-size:0.875rem;color:var(--text-color);line-height:1.5;margin:0 0 1.5rem 0;flex-grow:1}.guides-list__card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(0,0,0,0.05);display:flex;justify-content:flex-end}.guides-list__card-button{display:inline-flex;align-items:center;padding:0.75rem 1.25rem;font-size:0.875rem;font-weight:600;color:var(--primary-color);background-color:white;border:2px solid var(--primary-color);border-radius:6px;text-decoration:none;transition:all 0.3s ease}.guides-list__card-button:hover{color:white;background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,139,0.2);text-decoration:none}.dashboard__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background-color:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.dashboard__empty-state-icon{font-size:3rem;margin-bottom:1.5rem;opacity:0.5}.dashboard__empty-state-text{font-size:1.125rem;color:var(--text-color-light);max-width:500px;margin:0 auto}.guides-list__cta{background-color:var(--primary-color);border-radius:12px;color:white;text-align:center;padding:2.5rem}.guides-list__cta-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.guides-list__cta-text{font-size:1.125rem;margin-bottom:1.5rem;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto}.guides-list__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:0.875rem 2rem;font-size:1rem;font-weight:600;background-color:white;color:var(--primary-color);border-radius:8px;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.guides-list__cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.15);text-decoration:none}@media (max-width: 1024px){.dashboard__sidebar{width:200px}.dashboard__guides-grid{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr))}}@media (max-width: 768px){.dashboard{flex-direction:column}.dashboard__sidebar{width:100%;height:auto;position:static;padding:1rem 0}.dashboard__sidebar-header{padding:0 1rem 1rem;margin-bottom:1rem}.dashboard__nav{display:flex;overflow-x:auto;padding:0 1rem}.dashboard__tab-btn{white-space:nowrap}.dashboard__header,.dashboard__search-container,.dashboard__guides-container,.dashboard__cta-section{padding-left:1rem;padding-right:1rem}.dashboard__guides-grid{grid-template-columns:1fr}.dashboard__title{font-size:1.75rem}.dashboard__subtitle{font-size:1rem}}.guides-section{background:white;border-radius:12px;padding:1.5rem;box-shadow:var(--shadow);margin-bottom:2rem}.guides-section h2{font-size:1.25rem;margin-bottom:1rem;color:var(--text-primary)}.guide-item{display:flex;align-items:center;padding:0.75rem 0;border-bottom:1px solid var(--border-light)}.guide-item:last-child{border-bottom:none}.container{padding:0 0 0 0 !important}.guide-edit{display:flex;flex-direction:column;min-height:calc(100vh - 60px);background-color:#F5F6FA;color:var(--text-color);font-family:'Open Sans', sans-serif;padding:0 !important;position:relative;width:100%;align-items:center}.guide-edit__form{width:100%;display:flex;flex-direction:column;align-items:center}.guide-edit__container{max-width:1000px;width:100%;background-color:#F5F6FA;border-radius:0 0 12px 12px !important}.guide-edit__software{margin-bottom:1.9rem;background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.4rem 1.9rem;transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;align-items:center;gap:1.4rem;width:95%;margin-left:auto;margin-right:auto}.guide-edit__software-value{padding:0.7rem 0.95rem;border:1px solid var(--border-color);border-radius:6px;font-size:0.95rem;color:var(--text-color);background-color:#f8f9fa;min-width:237px}.guide-edit__steps-container{margin-top:1.9rem;background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.9rem;transition:transform 0.3s ease, box-shadow 0.3s ease;width:95%;margin-left:auto;margin-right:auto}.guide-edit__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;margin-bottom:2rem;background-color:#FFFFFF;border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px rgba(0,0,0,0.05);position:sticky;top:0;z-index:100;width:100%;border-radius:12px 12px 0 0}.guide-edit__title-container{display:flex;align-items:center;gap:1rem;flex:1;margin-right:1rem}.guide-edit__title-wrapper{position:relative;flex:1}.guide-edit__back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background-color:rgba(245,246,250,0.7);cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 4px rgba(0,0,0,0.05);text-decoration:none;color:var(--text-color)}.guide-edit__back-button:hover{background-color:rgba(224,225,235,0.9);transform:scale(1.05)}.guide-edit__title{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0;padding:0.5rem 0.75rem;border:1px solid transparent;border-radius:6px;background:transparent;width:100%;transition:all 0.2s ease;opacity:0.9}.guide-edit__title:hover,.guide-edit__title:focus{border:1px solid var(--border-color);opacity:1;background:rgba(255,255,255,0.8);box-shadow:0 2px 4px rgba(0,0,0,0.05)}.guide-edit__actions{display:flex;gap:0.75rem;align-items:center}.guide-show__title{opacity:1 !important;border:1px solid transparent !important;background:transparent !important;cursor:default !important;transition:none !important}.guide-show__title:hover,.guide-show__title:focus{border:1px solid transparent !important;opacity:1 !important;background:transparent !important;box-shadow:none !important}.guide-header{margin-bottom:2rem}.guide-title{font-size:2rem;margin-bottom:0.5rem}.guide-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#666}.guide-author{display:flex;align-items:center;gap:0.5rem}.guide-author-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.guide-steps{margin-bottom:2rem}.guide-step{margin-bottom:2rem;padding:1.5rem;background-color:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.guide-step-header{display:flex;align-items:center;margin-bottom:1rem}.guide-step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--color-primary);color:white;border-radius:50%;font-weight:bold;margin-right:1rem}.guide-step-title{font-size:1.25rem;margin:0}.guide-step-content{margin-bottom:1rem}.guide-step-image{width:100%;border-radius:4px;margin-bottom:1rem}.guide-actions{display:flex;justify-content:space-between;margin-top:2rem}@media (max-width: 768px){.guide-header{flex-direction:column;align-items:flex-start;gap:1rem}.guide-step{padding:1rem}.guide-step-title{font-size:1.1rem}.guide-step-number{width:1.75rem;height:1.75rem;font-size:0.9rem}.guide-meta{flex-direction:column;align-items:flex-start}.guide-actions{flex-direction:column;gap:1rem}}body{margin:0;padding:0;width:100%;overflow-x:hidden}.home-container{display:flex;flex-direction:column;background-color:white;width:100%}.home-hero{position:relative;min-height:600px;display:flex;flex-direction:column;background-color:#00008B;color:white;padding:2rem;width:100%}.home-hero__logo{display:flex;align-items:center;margin-bottom:1rem;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;padding-left:1rem}.home-hero__logo-img{width:50px;height:50px}.home-hero__logo-text{font-size:1.5rem;font-weight:600;color:white;margin-left:0.75rem}.home-hero__content{display:flex;flex:1;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2;padding:0 1rem}.home-hero__text-content{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;padding-right:2rem;max-width:50%}.home-hero__illustration{flex:1;display:flex;align-items:center;justify-content:center}.home-hero__illustration-img{max-width:100%;max-height:500px}.home-hero__title{font-size:2.5rem;font-weight:700;color:white;line-height:1.2;margin-bottom:1.5rem}.home-hero__subtitle{font-size:1.25rem;line-height:1.5;margin-bottom:2.5rem}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;font-size:1rem;font-weight:600;background-color:white;color:var(--primary-color);border-radius:30px;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15);width:fit-content;margin:0 auto}.home-hero__cta:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,0.2)}.home-section{padding:4rem 2rem;display:flex;align-items:center;background-color:white}.home-section:nth-child(1){padding:4rem 4rem}.home-section[style*="background-color: var(--background-color)"]{padding-top:calc(4rem - 18px)}.home-section--faq{display:flex;align-items:center;padding:0 8rem;gap:2rem;position:relative;overflow:hidden}.home-section--faq .home-section__image{position:relative;flex:1;height:300px;overflow:visible}.home-section--faq .home-section__image-img{position:absolute;width:180% !important;height:180% !important;max-width:none !important;max-height:none !important;top:-40%;left:-40%;object-fit:contain}.home-section--faq .home-section__content{flex:1}.home-section__content{max-width:1200px;margin:0 auto;width:100%}.home-section__title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-align:center}.home-section__subtitle{font-size:1.25rem;color:var(--text-color);line-height:1.6;margin-bottom:3rem;text-align:center;max-width:1000px;margin-left:auto;margin-right:auto}.home-features{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin:3rem 0 0 0}.home-feature{padding:0;text-align:left}.home-feature__header{display:flex;align-items:center;margin-bottom:0.5rem}.home-feature__icon-img{width:24px;height:24px;margin-right:0.75rem}.home-feature__title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin:0}.home-feature__text{font-size:1rem;color:var(--text-color);line-height:1.5;margin-left:0}.home-testimonials{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}.home-testimonial{background-color:white;border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.home-testimonial__content{display:flex;align-items:flex-start}.home-testimonial__avatar{flex-shrink:0;width:60px;height:60px;border-radius:50%;background-color:#cbcde3;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;overflow:hidden}.home-testimonial__avatar-img{width:40px;height:40px;object-fit:contain}.home-testimonial__body{flex:1}.home-testimonial__text{font-size:1.125rem;color:var(--text-color);line-height:1.6;margin-bottom:1.5rem;font-style:italic}.home-testimonial__author{font-size:0.875rem;color:var(--primary-color);font-weight:600;width:100%;display:block;margin:0;text-align:left}.home-faq{max-width:800px;margin:0 auto}.home-faq__item{margin-bottom:1.5rem}.home-faq__question{font-size:1.125rem;font-weight:600;color:var(--primary-color);margin-bottom:0.5rem}.home-faq__answer{font-size:1rem;color:var(--text-color);line-height:1.5}.home-cta{background-color:var(--primary-color);color:white;padding:2rem 2.7rem 2rem 2.7rem;position:relative;overflow:hidden}.home-cta__image{position:absolute;left:-10%;bottom:0px;width:60%;height:180%;display:flex;justify-content:center;align-items:flex-end;opacity:0.9}.home-cta__image-img{width:150%;height:auto;max-height:none}.home-cta__content{width:65%;padding-left:30px;margin-left:auto;position:relative;z-index:2;text-align:left}.home-cta__title{font-size:2.3rem;font-weight:700;color:white;margin-bottom:1.5rem}.home-cta__text{font-size:1.25rem;color:white;margin-bottom:2rem}.home-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;font-size:1rem;font-weight:600;background-color:white;color:var(--primary-color);border-radius:30px;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15);width:fit-content}.home-cta__button:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,0.2)}@media (max-width: 1024px){.home-hero{min-height:auto;padding:2rem 1.5rem}.home-hero__content{flex-direction:column}.home-hero__text-content{max-width:100%;padding-right:0;margin-bottom:2rem;text-align:center}.home-hero__title{font-size:2.25rem}.home-hero__subtitle{font-size:1.125rem}.home-hero__cta{margin:0 auto}.home-section{padding:3rem 2rem}.home-section--faq{flex-direction:column;padding:3rem 2rem;gap:2rem}.home-cta{padding:3rem 2rem}.home-cta__image{width:50%;opacity:0.4}.home-cta__content{width:100%;text-align:center}.home-cta__button{margin:0 auto}.home-section__title{font-size:2rem}}@media (max-width: 768px){.home-hero__logo{justify-content:center;padding-left:0}.home-hero__title{font-size:2rem}.home-hero__subtitle{font-size:1.125rem}.home-hero__illustration-img{max-height:300px}.home-features{grid-template-columns:1fr}.home-testimonials{grid-template-columns:1fr}.home-section__title{font-size:1.75rem}.home-cta__title{font-size:1.75rem}}@media (max-width: 480px){.home-hero{padding:1.5rem 1rem}.home-hero__logo-img{width:40px;height:40px}.home-hero__logo-text{font-size:1.25rem}.home-hero__title{font-size:1.5rem}.home-hero__subtitle{font-size:1rem}.home-hero__illustration-img{max-height:250px}.home-section{padding:2rem 1rem}}.impact{width:100%}.impact__content{background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:2rem;margin-bottom:2rem}.impact__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.impact__title{font-size:1.5rem;font-weight:600;margin:0 0 0.5rem 0;color:var(--text-color)}.impact__subtitle{font-size:0.95rem;color:var(--text-secondary);margin:0}.impact__stats-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:2rem}.impact__stats-table td{padding:1rem;border-bottom:1px solid var(--border-color)}.impact__stats-table tr:last-child td{border-bottom:none}.impact__stats-label{font-weight:500;color:var(--text-color);width:60%}.impact__stats-value{font-weight:600;color:var(--primary-color);text-align:right}.impact__button-container{display:flex;justify-content:flex-end;margin-top:1.5rem}.btn--pdf{display:flex;align-items:center;justify-content:center;gap:8px;background-color:white;border:1px solid var(--border-color);color:var(--text-color);border-radius:4px;padding:0.75rem 1.25rem;font-weight:500;font-size:0.9rem;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.btn--pdf:hover{background-color:#f0f0f0;border-color:#999;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.btn--pdf .btn-icon{width:20px;height:20px;object-fit:contain}.parcours-form{min-height:100vh;background:#f8fafc;padding:32px 20px}.parcours-form__container{max-width:800px;margin:0 auto;background:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);overflow:hidden}.parcours-form__header{background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);color:white;padding:32px;text-align:center}.parcours-form__title{margin:0 0 8px 0;font-size:28px;font-weight:700}.parcours-form__subtitle{margin:0;font-size:16px;opacity:0.9;font-weight:400}.parcours-form__form{padding:32px}.parcours-form__errors{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px}.parcours-form__errors h3{color:#dc2626;margin:0 0 8px 0;font-size:16px}.parcours-form__errors ul{margin:0;padding-left:20px}.parcours-form__errors li{color:#dc2626;margin:4px 0}.parcours-form__section{margin-bottom:32px}.parcours-form__section-title{margin:0 0 20px 0;font-size:20px;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.parcours-form__field{margin-bottom:20px}.parcours-form__label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.parcours-form__input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:border-color 0.2s, box-shadow 0.2s}.parcours-form__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.1)}.parcours-form__textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;min-height:100px;transition:border-color 0.2s, box-shadow 0.2s}.parcours-form__textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.1)}.parcours-form__radio-group{display:flex;flex-direction:column;gap:12px}.parcours-form__radio-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all 0.2s}.parcours-form__radio-option:hover{border-color:#c7d2fe;background:#f0f9ff}.parcours-form__radio-option--disabled{opacity:0.6;cursor:not-allowed}.parcours-form__radio-option--disabled:hover{border-color:#e2e8f0;background:transparent}.parcours-form__radio{margin:0;flex-shrink:0}.parcours-form__radio-label{display:flex;flex-direction:column;gap:4px;cursor:pointer;flex:1}.parcours-form__radio-title{font-weight:600;color:#1e293b;font-size:16px}.parcours-form__radio-description{color:#64748b;font-size:14px;line-height:1.4}.parcours-form__empty-state{text-align:center;padding:32px;color:#64748b;background:#f8fafc;border-radius:8px;margin-bottom:16px}.parcours-form__empty-message{margin:0;font-size:16px}.parcours-form__help-text{color:#64748b;font-size:14px;line-height:1.5;margin:0}.parcours-form__actions{display:flex;gap:16px;justify-content:flex-end;padding-top:24px;border-top:1px solid #e2e8f0}.parcours-form__submit{background:#6366f1;color:white;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:background-color 0.2s}.parcours-form__submit:hover{background:#4f46e5}.parcours-form__cancel{color:#6b7280;text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;border:1px solid #d1d5db;background:white;transition:all 0.2s}.parcours-form__cancel:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.parcours-form__help{margin-top:32px;padding:24px;background:#f0f9ff;border-radius:8px;border-left:4px solid #0ea5e9}.parcours-form__help-title{margin:0 0 12px 0;font-size:16px;font-weight:600;color:#0f172a}.parcours-form__help-text{margin:0 0 16px 0;color:#475569;line-height:1.5}.parcours-index{min-height:100vh;background:#f8fafc;padding:32px 20px}.parcours-index__container{max-width:1200px;margin:0 auto}.parcours-index__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.parcours-index__title-container{flex:1}.parcours-index__title{margin:0 0 8px 0;font-size:32px;font-weight:700;color:#1e293b}.parcours-index__subtitle{margin:0;color:#64748b;font-size:16px}.parcours-index__actions{display:flex;gap:16px}.parcours-index__create-button{display:inline-flex;align-items:center;gap:8px;background:#6366f1;color:white;text-decoration:none;padding:12px 20px;border-radius:8px;font-weight:600;transition:background-color 0.2s}.parcours-index__create-button:hover{background:#4f46e5;color:white}.parcours-index__stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:20px;margin-bottom:32px}.parcours-index__stat-card{background:white;padding:24px;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);text-align:center}.parcours-index__stat-number{font-size:32px;font-weight:700;color:#6366f1;margin-bottom:8px}.parcours-index__stat-label{color:#64748b;font-size:14px;font-weight:500}.parcours-index__filters{display:flex;gap:20px;align-items:center;margin-bottom:32px;flex-wrap:wrap}.parcours-index__search{position:relative;flex:1;min-width:300px}.parcours-index__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.parcours-index__search-input{width:100%;padding:12px 16px 12px 44px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;background:white}.parcours-index__search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.1)}.parcours-index__filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.parcours-index__filter-button{padding:8px 16px;border:1px solid #d1d5db;background:white;color:#6b7280;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s}.parcours-index__filter-button:hover{background:#f3f4f6;border-color:#9ca3af}.parcours-index__filter-button--active{background:#6366f1;color:white;border-color:#6366f1}.parcours-index__filter-button--active:hover{background:#4f46e5;border-color:#4f46e5}.parcours-index__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));gap:24px}.parcours-card{background:white;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);overflow:hidden;transition:transform 0.2s, box-shadow 0.2s}.parcours-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.parcours-card__header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 20px 0 20px}.parcours-card__badges{display:flex;gap:8px;flex-wrap:wrap}.parcours-card__badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500}.parcours-card__badge--private_parcours{background:#f3f4f6;color:#374151}.parcours-card__badge--public_parcours{background:#dbeafe;color:#1d4ed8}.parcours-card__badge--assigned{background:#ecfdf5;color:#065f46}.parcours-card__actions{display:flex;gap:4px;opacity:0;transition:opacity 0.2s}.parcours-card:hover .parcours-card__actions{opacity:1}.parcours-card__action{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#6b7280;text-decoration:none;transition:all 0.2s}.parcours-card__action:hover{background:#e2e8f0;color:#374151}.parcours-card__action--danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.parcours-card__content{padding:0 20px 20px 20px}.parcours-card__title{margin:16px 0 12px 0;font-size:18px;font-weight:600;line-height:1.3}.parcours-card__title a{color:#1e293b;text-decoration:none}.parcours-card__title a:hover{color:#6366f1}.parcours-card__description{color:#64748b;line-height:1.5;margin-bottom:16px}.parcours-card__stats{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.parcours-card__stat{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:14px}.parcours-card__progress{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.parcours-card__progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.parcours-card__progress-label{font-size:14px;font-weight:500;color:#374151}.parcours-card__progress-value{font-size:12px;color:#6b7280}.parcours-card__progress-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.parcours-card__progress-fill{height:100%;background:#10b981;border-radius:3px;transition:width 0.3s ease}.parcours-card__footer{padding:12px 20px;background:#f8fafc;border-top:1px solid #e2e8f0}.parcours-card__date{font-size:12px;color:#6b7280}.parcours-index__empty{text-align:center;padding:64px 32px;background:white;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1)}.parcours-index__empty-icon{font-size:64px;margin-bottom:16px}.parcours-index__empty-title{margin:0 0 8px 0;font-size:24px;font-weight:600;color:#1e293b}.parcours-index__empty-description{margin:0 0 24px 0;color:#64748b;font-size:16px}.parcours-index__empty-cta{display:inline-flex;align-items:center;gap:8px;background:#6366f1;color:white;text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;transition:background-color 0.2s}.parcours-index__empty-cta:hover{background:#4f46e5;color:white}@media (max-width: 768px){.parcours-index__header{flex-direction:column;align-items:flex-start;gap:16px}.parcours-index__filters{flex-direction:column;align-items:stretch}.parcours-index__search{min-width:auto}.parcours-index__grid{grid-template-columns:1fr}.parcours-card__stats{flex-direction:column;gap:8px}.parcours-form__actions{flex-direction:column}.parcours-form__radio-group{gap:8px}.parcours-form__radio-option{padding:12px}}.public-guide-hero-title{font-size:2.2rem !important}.public-guide-container{max-width:1200px;margin:0 auto;padding:2rem;background-color:#f5f6fa;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.public-guide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.public-guide-title-container{display:flex;align-items:center}.public-guide-back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background-color:#FFFFFF;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 4px rgba(0,0,0,0.05);text-decoration:none;color:var(--text-color);margin-right:1rem}.public-guide-back-button:hover{background-color:rgba(224,225,235,0.9);transform:scale(1.05)}.public-guide-title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.public-guide-description{font-size:1rem;color:#666;margin-top:0.5rem;line-height:1.5}.public-guide-software{margin-bottom:2rem;padding:1rem;background-color:#FFFFFF;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.public-guide-software-label{font-size:0.875rem;font-weight:600;color:#666;display:block;margin-bottom:0.25rem}.public-guide-software-value{font-size:1rem;color:#333}.public-guide-step{box-shadow:0 2px 8px rgba(0,0,0,0.05)}.public-guide-steps-container{margin-bottom:2rem}.public-guide-steps-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.public-guide-steps-title{font-size:1.25rem;font-weight:600;color:#333;margin:0}.public-guide-steps{margin-bottom:2rem}.public-guide-step{display:flex;margin-bottom:1.5rem;padding:1.5rem;background-color:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:none}.public-guide-step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--primary-color);color:white;border-radius:50%;font-weight:bold;margin-right:1rem;flex-shrink:0}.public-guide-step-number--first-nav{background-color:#6366f1}.public-guide-step-content{flex:1}.public-guide-step-title{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:0.5rem;display:flex;align-items:center}.public-guide-step-image{margin-top:1rem;border-radius:4px;overflow:hidden;border:1px solid #e5e7eb}.public-guide-step-image img{width:100%;height:auto;display:block}.public-guide-faq{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,0.1)}.public-guide-faq-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.public-guide-faq-item{margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.public-guide-faq-question{padding:1rem;background-color:#f5f5f5;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.public-guide-faq-answer{padding:1rem;background-color:white;border-top:1px solid rgba(0,0,0,0.05)}@media (max-width: 768px){.public-guide-container{padding:1.5rem}.public-guide-title{font-size:2rem}.public-guide-step{padding:1rem}}.auth-page{margin:0;padding:0;font-family:'Open Sans', sans-serif;background-color:#cbcde3;min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-container{width:100%;max-width:600px;margin:0 auto;padding:5rem !important;background-color:white !important;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.login-title{font-size:2.5rem;font-weight:600;color:#000080;margin-bottom:1.5rem;text-align:left;line-height:1.3}.login-field{margin-bottom:1rem}.login-label{display:block;font-size:0.9rem;color:#333;margin-bottom:0.5rem}.login-input{width:100%;padding:0.75rem;border:1px solid #ddd;border-radius:4px;font-size:0.9rem;box-sizing:border-box}.login-input:focus{outline:none;border-color:#000080;box-shadow:0 0 0 2px rgba(0,0,128,0.1)}.login-remember{display:flex;align-items:center;margin:0.5rem 0 1rem 0;justify-content:flex-start;white-space:nowrap}.checkbox-wrapper{display:flex;align-items:center}.login-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;min-width:20px;min-height:20px;border:1px solid #ccc;border-radius:3px;margin-right:0.75rem;position:relative;top:5px;cursor:pointer;background-color:white;flex-shrink:0}.login-checkbox:checked{background-color:#000080;border-color:#000080}.login-checkbox:checked:after{content:'';position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.login-remember-label{font-size:0.9rem;color:#333;margin:0;padding:0;cursor:pointer;line-height:20px;display:flex;align-items:center}.login-button{width:100%;background-color:#000080;color:white;border:none;border-radius:4px;padding:0.75rem;font-size:1rem;font-weight:600;cursor:pointer;margin:1rem 0}.login-button:hover{background-color:#000066}.login-links{margin-top:1rem;text-align:center}.login-link{color:#000080;text-decoration:none;font-size:0.85rem}.login-link:hover{text-decoration:underline}a[href*="sign_up"],a[href*="registration"]{display:none !important}@media (max-width: 480px){.auth-container{padding:1.5rem;margin:0 1rem}}.signin-box .error{color:var(--color-error, red);font-size:0.9rem;text-align:center}@media (max-width: 480px){.signin-box{padding:1.5rem}.signin-box h1{font-size:1.3rem}}.tracking-list{width:100%}.tracking-list__content{background-color:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:2rem;margin-bottom:2rem}.tracking-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tracking-list__title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0}.tracking-list__subtitle{font-size:0.9rem;color:#666;margin:0.25rem 0 0 0}.tracking-list__new-button{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.25rem;background-color:var(--primary-color);color:white;border-radius:4px;font-weight:600;text-decoration:none;border:1px solid var(--border-color);transition:all 0.3s ease;height:48px}.tracking-list__new-button:hover{background-color:#92dcaf;color:#0B6E4F;box-shadow:0 4px 8px rgba(76,175,80,0.3);border:1px solid #0B6E4F;text-decoration:none}.tracking-list__new-button:hover .icon-default{display:none}.tracking-list__new-button:hover .icon-hover{display:inline-block !important}.tracking-list__search{position:relative;margin-bottom:1.5rem;width:100%}.tracking-list__search-input{width:100%;padding:0.75rem 1rem 0.75rem 2.5rem;margin:0;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background-color:white}.tracking-list__search-icon{width:1.9rem;height:1.9rem;color:#666;display:flex;align-items:center;justify-content:center;margin-top:2px;padding:7px 0 7px 0}.tracking-list__filter{position:relative;width:100%}.tracking-list__filter-select{width:100%;padding:0.75rem 1rem 0.75rem 2.5rem;margin:0;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background-color:white;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' 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 1rem center;background-size:1rem}.tracking-list__table-container{width:100%;overflow-x:auto}.tracking-list__table{width:100%;border-collapse:collapse;font-size:0.95rem}.tracking-list__table-header{text-align:left;padding:1rem;color:var(--primary-color);font-weight:600;border-bottom:1px solid var(--border-color);background-color:#f8f9fc}.tracking-list__table-header:last-child{text-align:center}.tracking-list__table-row{border-bottom:1px solid #eaedf3;transition:background-color 0.2s ease}.tracking-list__table-row:hover{background-color:#f8f9fc}.tracking-list__table-row:last-child{border-bottom:none}.tracking-list__table-cell{padding:0.75rem 1rem;vertical-align:middle}.tracking-list__table-cell:last-child{text-align:center}.tracking-list__table-title{font-weight:500;color:var(--text-color)}.tracking-list__status{display:flex;align-items:center;gap:0.5rem}.tracking-list__status--done{color:#0B6E4F}.tracking-list__status--pending{color:#d63031}.tracking-list__action-buttons{display:flex;gap:0.5rem;justify-content:center}.tracking-list__action-button{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem;border-radius:4px;transition:all 0.2s ease;border:none;cursor:pointer;background-color:transparent}.tracking-list__action-button:hover{background-color:#f0f0f0}.tracking-list__empty-state{text-align:center;padding:4rem 2rem;background-color:white;border-radius:12px;margin-top:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.05);border:1px dashed rgba(0,0,0,0.1)}.tracking-list__empty-state p{margin-bottom:1.75rem;color:#666;font-size:1.2rem;font-weight:500}.badge{display:inline-flex;align-items:center;justify-content:center;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.85rem;font-weight:500}.badge--primary{background-color:var(--primary-color);color:white}.badge--success{background-color:#0B6E4F;color:white}.badge--warning{background-color:#f39c12;color:white}.badge--danger{background-color:#d63031;color:white}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;background:#f9fafb;min-height:100vh;padding:20px;line-height:1.6}.parcours-form{max-width:800px;margin:0 auto;animation:fadeInUp 0.6s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.parcours-form__container{background:#ffffff;border-radius:24px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.1)}.parcours-form__header{text-align:center;margin-bottom:40px}.parcours-form__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:12px}.parcours-form__subtitle{font-size:1.1rem;color:#64748b;font-weight:400}.parcours-form__form{display:flex;flex-direction:column;gap:32px}.parcours-form__errors{background:#fee2e2;border:1px solid #f87171;border-radius:16px;padding:20px;margin-bottom:24px}.parcours-form__errors h3{color:#dc2626;font-size:1.1rem;margin-bottom:12px;font-weight:600}.parcours-form__errors ul{list-style:none}.parcours-form__errors li{color:#dc2626;margin-bottom:8px;padding-left:20px;position:relative}.parcours-form__errors li:before{content:"•";color:#dc2626;font-weight:bold;position:absolute;left:0}.parcours-form__section{background:#f8fafc;border-radius:20px;padding:32px;border:1px solid #e2e8f0;transition:all 0.3s ease}.parcours-form__section:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.parcours-form__section-title{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:24px}.parcours-form__field{margin-bottom:24px}.parcours-form__label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:0.95rem}.parcours-form__input,.parcours-form__textarea{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all 0.3s ease;background:white}.parcours-form__input:focus,.parcours-form__textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.parcours-form__textarea{resize:vertical;min-height:120px}.parcours-form__radio-group{display:flex;flex-direction:column;gap:16px}.parcours-form__radio-option{position:relative;background:white;border:2px solid #e2e8f0;border-radius:16px;padding:20px;cursor:pointer;transition:all 0.3s ease}.parcours-form__radio-option:hover{border-color:#667eea}.parcours-form__radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;position:relative;appearance:none;cursor:pointer}.parcours-form__radio:checked{border-color:#667eea;background:#667eea}.parcours-form__radio:checked:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:white;transform:translate(-50%, -50%)}.parcours-form__radio-label{flex:1;cursor:pointer}.parcours-form__actions{display:flex;gap:16px;justify-content:flex-end;margin-top:32px}.parcours-form__submit{background:#667eea;color:white;border:none;padding:16px 32px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease}.parcours-form__submit:hover{background:#764ba2}.parcours-form__cancel{background:#f8fafc;color:#64748b;border:2px solid #e2e8f0;padding:14px 32px;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all 0.3s ease}.parcours-form__cancel:hover{background:#e2e8f0}.parcours-form__help{margin-top:40px;background:#dbeafe;border:1px solid #93c5fd;border-radius:16px;padding:24px}.parcours-form__help-title{color:#1e40af;font-size:1.1rem;margin-bottom:8px;font-weight:600}.parcours-form__help-text{color:#1e40af;font-size:0.95rem;line-height:1.6}@media (max-width: 768px){.parcours-form__container{padding:24px;border-radius:16px}.parcours-form__title{font-size:2rem}.parcours-form__section{padding:24px}.parcours-form__actions{flex-direction:column}.parcours-form__submit,.parcours-form__cancel{width:100%;text-align:center;justify-content:center}}.parcours-show{max-width:1200px;margin:0 auto;padding:20px}.parcours-show__container{background:white;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.1);overflow:hidden}.parcours-show__header{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;padding:30px;position:relative;overflow:hidden}.parcours-show__header::before{content:'';position:absolute;top:0;right:0;width:200px;height:200px;background:rgba(255,255,255,0.1);border-radius:50%;transform:translate(50%, -50%)}.parcours-show__breadcrumb{margin-bottom:20px;font-size:14px;opacity:0.9}.parcours-show__breadcrumb-link{color:white;text-decoration:none;transition:opacity 0.2s}.parcours-show__breadcrumb-link:hover{opacity:0.8}.parcours-show__breadcrumb-separator{margin:0 10px}.parcours-show__header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;position:relative;z-index:1}.parcours-show__title{font-size:2.5rem;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.parcours-show__badges{display:flex;gap:10px;flex-wrap:wrap}.parcours-show__badge{background:rgba(255,255,255,0.2);padding:8px 16px;border-radius:25px;font-size:14px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3)}.parcours-show__badge--public{background:rgba(34,197,94,0.2)}.parcours-show__badge--private{background:rgba(239,68,68,0.2)}.parcours-show__badge--count{background:rgba(255,255,255,0.3)}.parcours-show__actions{display:flex;gap:12px;flex-wrap:wrap}.parcours-show__action-btn{background:rgba(255,255,255,0.2);color:white;text-decoration:none;padding:12px 24px;border-radius:12px;font-weight:500;transition:all 0.3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3);display:flex;align-items:center;gap:8px}.parcours-show__action-btn:hover{background:rgba(255,255,255,0.3);transform:translateY(-2px)}.parcours-show__section{padding:30px;border-bottom:1px solid #f0f0f0}.parcours-show__section:last-child{border-bottom:none}.parcours-show__section-title{font-size:1.8rem;font-weight:600;color:#2d3748;margin-bottom:20px;display:flex;align-items:center;gap:10px}.parcours-show__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.parcours-show__description{background:#f8fafc;padding:20px;border-radius:12px;color:#4a5568;font-size:1.1rem;border-left:4px solid #667eea}.parcours-show__stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:20px}.parcours-show__stat-card{background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);padding:25px;border-radius:16px;text-align:center;transition:transform 0.2s, box-shadow 0.2s;border:1px solid #e2e8f0}.parcours-show__stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.parcours-show__stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:8px}.parcours-show__stat-label{color:#64748b;font-weight:500;text-transform:uppercase;font-size:0.9rem;letter-spacing:0.5px}.parcours-show__guides-list{display:flex;flex-direction:column;gap:20px}.parcours-show__guide-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:25px;display:flex;gap:20px;align-items:flex-start;transition:all 0.3s ease;position:relative;overflow:hidden}.parcours-show__guide-card::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(to bottom, #667eea, #764ba2)}.parcours-show__guide-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}.parcours-show__guide-number{background:linear-gradient(135deg, #667eea, #764ba2);color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;flex-shrink:0}.parcours-show__guide-content{flex:1}.parcours-show__guide-title{font-size:1.3rem;font-weight:600;margin-bottom:12px}.parcours-show__guide-link{color:#2d3748;text-decoration:none;transition:color 0.2s}.parcours-show__guide-link:hover{color:#667eea}.parcours-show__guide-meta{display:flex;gap:15px;margin-bottom:10px;flex-wrap:wrap}.parcours-show__guide-meta-item{background:#f1f5f9;padding:6px 12px;border-radius:20px;font-size:0.9rem;color:#64748b}.parcours-show__guide-description{color:#64748b;font-size:0.95rem;line-height:1.5}.parcours-show__guide-actions{display:flex;gap:10px;flex-direction:column}.parcours-show__guide-action-btn{background:#667eea;color:white;text-decoration:none;padding:10px 20px;border-radius:8px;font-size:0.9rem;font-weight:500;text-align:center;transition:all 0.2s}.parcours-show__guide-action-btn:hover{background:#5a67d8;transform:translateY(-1px)}.parcours-show__empty-guides{text-align:center;padding:60px 20px;color:#64748b}.parcours-show__empty-icon{font-size:4rem;margin-bottom:20px}.parcours-show__empty-title{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#2d3748}.parcours-show__empty-text{font-size:1.1rem;margin-bottom:25px;max-width:400px;margin-left:auto;margin-right:auto}.parcours-show__empty-btn{background:linear-gradient(135deg, #667eea, #764ba2);color:white;text-decoration:none;padding:15px 30px;border-radius:12px;font-weight:600;display:inline-block;transition:all 0.3s ease}.parcours-show__empty-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,0.3)}.parcours-show__users-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:20px}.parcours-show__user-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:25px;display:flex;gap:15px;align-items:flex-start;transition:all 0.3s ease}.parcours-show__user-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}.parcours-show__user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg, #667eea, #764ba2);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;flex-shrink:0}.parcours-show__user-info{flex:1}.parcours-show__user-name{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:5px}.parcours-show__user-role{color:#64748b;font-size:0.9rem;margin-bottom:15px}.parcours-show__user-progress{display:flex;align-items:center;gap:10px;margin-bottom:10px}.parcours-show__progress-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.parcours-show__progress-bar--large{height:12px}.parcours-show__progress-fill{height:100%;background:linear-gradient(90deg, #667eea, #764ba2);transition:width 0.3s ease}.parcours-show__progress-text{font-size:0.9rem;font-weight:600;color:#667eea}.parcours-show__user-status{font-size:0.9rem;padding:6px 12px;border-radius:20px;display:inline-block}.parcours-show__user-status--completed{background:#dcfce7;color:#166534}.parcours-show__user-status--pending{background:#fef3c7;color:#92400e}.parcours-show__my-progress{background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);padding:30px;border-radius:16px;border:1px solid #e2e8f0}.parcours-show__progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.parcours-show__progress-title{font-size:1.3rem;font-weight:600;color:#2d3748}.parcours-show__progress-percentage{font-size:1.5rem;font-weight:700;color:#667eea}.parcours-show__completion-message{background:#dcfce7;color:#166534;padding:20px;border-radius:12px;margin-top:20px;text-align:center;font-weight:500}.parcours-show__next-step{margin-top:20px;text-align:center}.parcours-show__next-text{color:#64748b;margin-bottom:15px}.parcours-show__next-guide-btn{background:linear-gradient(135deg, #667eea, #764ba2);color:white;text-decoration:none;padding:15px 30px;border-radius:12px;font-weight:600;display:inline-block;transition:all 0.3s ease}.parcours-show__next-guide-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,0.3)}.parcours-show__manage-guides-btn,.parcours-show__manage-users-btn{background:#f1f5f9;color:#667eea;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:500;transition:all 0.2s;border:1px solid #e2e8f0}.parcours-show__manage-guides-btn:hover,.parcours-show__manage-users-btn:hover{background:#e2e8f0;transform:translateY(-1px)}@media (max-width: 768px){.parcours-show{padding:10px}.parcours-show__header-content{flex-direction:column;gap:20px}.parcours-show__title{font-size:2rem}.parcours-show__section{padding:20px}.parcours-show__stats-grid{grid-template-columns:1fr}.parcours-show__guide-card{flex-direction:column;gap:15px}.parcours-show__guide-actions{flex-direction:row}.parcours-show__users-grid{grid-template-columns:1fr}.parcours-show__progress-header{flex-direction:column;gap:10px;text-align:center}}.video-loading-page{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif}.video-loading-content{text-align:center;color:white}.video-loading-spinner{width:80px;height:80px;border:4px solid rgba(255,255,255,0.1);border-top:4px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 3rem;position:relative}.video-loading-spinner::before{content:'';position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border:3px solid rgba(255,255,255,0.1);border-top:3px solid rgba(255,255,255,0.6);border-radius:50%;animation:spin 1.5s linear infinite reverse}.video-loading-spinner::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,0.1);border-top:2px solid rgba(255,255,255,0.4);border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.video-loading-phrase{font-size:1.4rem;font-weight:300;letter-spacing:0.5px;max-width:500px;line-height:1.6;opacity:0;transform:translateY(10px);animation:fadeInUp 1s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.video-loading-phrase.fade-out{animation:fadeOut 0.5s ease-in forwards}.video-loading-phrase.fade-in{animation:fadeIn 0.5s ease-out forwards}@keyframes fadeOut{to{opacity:0;transform:translateY(-10px)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.video-loading-spinner{width:60px;height:60px}.video-loading-phrase{font-size:1.2rem;max-width:350px;padding:0 20px}}@media (max-width: 480px){.video-loading-spinner{width:50px;height:50px}.video-loading-phrase{font-size:1.1rem;max-width:300px;padding:0 15px}}body{background-color:#cbcde3;color:#181818;font-family:'Open Sans', sans-serif}h1,h2,h3{font-family:'Montserrat', sans-serif;color:#00008B}.container{max-width:1000px;margin:0 auto;padding:0 1rem}body{font-family:Arial, sans-serif;background-color:#f4f4f9;margin:0;padding:0;display:flex;align-items:center;justify-content:center;min-height:100vh}.container{width:100%;max-width:600px;background-color:#fff;padding:20px;border-radius:10px;box-shadow:0px 4px 10px rgba(0,0,0,0.1)}h1{font-size:24px;font-weight:bold;text-align:center;color:#333;margin-bottom:20px}.error-section{background-color:#f8d7da;padding:20px;margin-bottom:20px;border-radius:8px;border:1px solid #f5c6cb}.error-section h2{color:#721c24;font-size:18px;margin-bottom:10px}.error-section ul{margin-left:20px;color:#721c24}.form-section{background-color:#f9f9f9;padding:20px;margin-bottom:20px;border-radius:8px;box-shadow:0px 2px 5px rgba(0,0,0,0.1)}label{font-weight:bold;font-size:16px;display:block;margin-bottom:8px}input[type="file"]{padding:8px;border:1px solid #ccc;border-radius:4px;width:100%}.submit-section{text-align:center;margin-top:20px}input[type="submit"]{padding:10px 20px;background-color:#00008B;color:white;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color 0.3s ease}input[type="submit"]:hover{background-color:#0056b3}body.bg-light{font-family:Arial, sans-serif;background-color:#f8f9fa;margin:0;padding:0;min-height:100vh}.container{max-width:700px;margin:40px auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}h1.page-title{font-size:24px;font-weight:bold;color:#333;margin-bottom:20px;text-align:center}.error-message{color:red;font-weight:bold;text-align:center;margin-top:20px}.submit-section{text-align:center;margin-top:30px}.btn-upload-again{padding:10px 20px;background-color:#28a745;color:white;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease}.btn-upload-again:hover{background-color:#218838}.video-analysis-container{max-width:1200px;margin:0 auto;padding:0 1rem 4rem}.card{border:none;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,0.05);overflow:hidden}.card-header{background-color:#f8f9fa;font-weight:600;font-size:1.25rem;border-bottom:1px solid #dee2e6}.card-body{padding:1.25rem}.step-card{transition:box-shadow 0.2s ease-in-out}.step-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.08)}.step-image{width:100%;height:480px;object-fit:contain;background-color:#f0f0f0;border:3px solid #3f87f5;border-radius:12px;box-sizing:border-box;transition:transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out}.step-image:hover{transform:scale(1.03);box-shadow:0 0 15px rgba(63,135,245,0.6)}.card-title{font-size:1.1rem;font-weight:600;color:#333}.card-text{font-size:0.95rem;color:#555}.ratio video{border:1px solid #dee2e6;border-radius:10px}.alert-info,.alert-warning,.alert-danger{border-radius:10px;font-size:0.95rem}.missing-image-alert{height:180px;display:flex;align-items:center;justify-content:center;background-color:#fff3cd;color:#856404;text-align:center}.btn{border-radius:8px;font-weight:500}.btn-primary{background-color:#3f87f5;border-color:#3f87f5}.btn-outline-secondary:hover{background-color:#f1f1f1}.text-center.mt-4 .btn{margin-bottom:0.5rem}@media (max-width: 768px){.card-body{padding:1rem}.step-image{height:260px}}
