.lv-academy{width:100%;max-width:100%;margin:0 auto;padding:2rem 1rem;font-family:var(--font-body-family);box-sizing:border-box}.academy-welcome{background:rgba(from var(--color-border) r g b / 1);color:var(--color-foreground);padding:clamp(2rem,5vw,3rem);border-radius:16px;margin-bottom:3rem;text-align:center;position:relative;overflow:hidden}.academy-welcome-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--color-foreground-heading);position:relative;z-index:1}.academy-welcome-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);opacity:.8;margin-bottom:0;position:relative;z-index:1;color:var(--color-foreground)}.store-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;justify-content:center}.store-badge{display:inline-flex;align-items:center;background:var(--color-primary);color:var(--color-background);padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;border:2px solid var(--color-primary);transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a}.store-badge:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.academy-section{margin-bottom:3rem}.academy-section-title{font-size:clamp(1.5rem,3vw,1.8rem);font-weight:700;color:var(--color-foreground-heading);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid var(--color-primary-hover);position:relative}.academy-section-title:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:var(--color-primary)}.formations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1.5rem;margin-top:2rem;width:100%}.formation-card{background:var(--color-background);border:2px solid var(--color-border);border-radius:12px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f;width:100%;max-width:400px;box-sizing:border-box;justify-self:start}.formation-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-primary);transform:scaleX(0);transition:transform .3s ease}.formation-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f;border-color:var(--color-primary-hover)}.formation-card:hover:before{transform:scaleX(1)}.formation-card.loading-progress{pointer-events:none;opacity:.6}.formation-card-link{text-decoration:none;color:inherit;display:block}.formation-card-title{font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;color:var(--color-foreground-heading);margin-bottom:1rem;line-height:1.4;transition:color .3s ease;min-height:2.8em}.formation-card:hover .formation-card-title{color:var(--color-primary-hover)}.formation-card-description{color:var(--color-foreground);line-height:1.6;margin-bottom:1rem;font-size:.95rem;min-height:6.4em}.formation-progress-indicator{margin:1rem 0;padding:.75rem;background:rgba(from var(--color-border) r g b / .3);border-radius:8px;border:1px solid var(--color-border)}.formation-progress-bar{width:100%;height:8px;background:var(--color-border);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.formation-progress-fill{height:100%;background:var(--color-primary);border-radius:4px;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}.formation-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:progress-shine 2s ease-in-out infinite}@keyframes progress-shine{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}.formation-progress-text{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;gap:.5rem}.formation-progress-status{display:flex;align-items:center;gap:.25rem;font-weight:500}.formation-progress-status.completed{color:var(--color-success, #10b981)}.formation-progress-status.in-progress,.formation-progress-status.not-started{color:var(--color-foreground-muted)}.formation-progress-icon{width:14px;height:14px;flex-shrink:0}.formation-progress-percentage{font-size:.9rem;font-weight:600;color:var(--color-foreground-heading)}.formation-progress-loader{display:flex;justify-content:center;align-items:center;padding:1rem}.formation-progress-spinner{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:progress-spin 1s linear infinite}@keyframes progress-spin{to{transform:rotate(360deg)}}.formation-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border);gap:1rem}.formation-meta-left{display:flex;align-items:center;gap:.75rem;flex:1}.banner-logo{width:5rem;height:auto;flex-shrink:0}.formation-card-type{background:var(--color-variant-background);color:var(--color-variant-text);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.formation-card-type.public{background:var(--color-secondary-button-background);color:var(--color-secondary-button-text);border:1px solid var(--color-secondary-button-border)}.formation-card-type.exclusive{background:var(--color-primary-hover);color:var(--color-background)}.formation-card-arrow{width:24px;height:24px;color:var(--color-primary);transition:transform .3s ease;flex-shrink:0}.formation-card:hover .formation-card-arrow{transform:translate(4px)}.academy-overview{background:var(--color-variant-background);border-radius:12px;padding:2rem;margin-bottom:2rem}.academy-overview-stats{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.academy-stat{text-align:center;min-width:120px}.academy-stat-number{display:block;font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.25rem}.academy-stat-label{font-size:.9rem;color:var(--color-foreground-muted);text-transform:uppercase;letter-spacing:.5px}.academy-empty-state{text-align:center;padding:2rem;color:var(--color-foreground-muted);font-style:italic;background:var(--color-background);border-radius:8px;border:1px dashed var(--color-border);margin:1rem 0}.academy-login-prompt{background:var(--color-variant-background);border:2px dashed var(--color-border);border-radius:12px;padding:clamp(2rem,5vw,3rem);text-align:center;margin:2rem 0;width:100%;box-sizing:border-box}.academy-login-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;color:var(--color-foreground-heading);margin-bottom:1rem}.academy-login-text{color:var(--color-foreground-muted);margin-bottom:2rem;line-height:1.6}@media screen and (max-width: 768px){.lv-academy{padding:1rem .5rem}.formations-grid{grid-template-columns:1fr;gap:1rem}.formation-card{padding:1.25rem}.formation-card-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.formation-meta-left{width:100%}.formation-card-arrow{align-self:flex-end}.formation-progress-text{flex-direction:column;align-items:flex-start;gap:.25rem}.academy-overview-stats{gap:1rem}.academy-stat{min-width:100px}.academy-stat-number{font-size:1.5rem}}@media screen and (max-width: 480px){.banner-logo{width:2rem;height:1.5rem}.formation-card-type{font-size:.75rem;padding:.2rem .6rem}.store-badges{gap:.25rem}.store-badge{font-size:.8rem;padding:.4rem .8rem;letter-spacing:.3px}.formation-progress-indicator{padding:.5rem}.formation-progress-text{font-size:.8rem}}.formation-card:focus-within{outline:2px solid var(--color-primary);outline-offset:2px}.formation-card-link:focus{outline:none}.academy-debug{margin-top:3rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.academy-debug summary{background:#e9ecef;padding:1rem;cursor:pointer;font-weight:600;border-bottom:1px solid #dee2e6}.academy-debug-content{padding:1rem}.academy-debug pre{background:#f1f3f4;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.875rem;margin:.5rem 0}
/*# sourceMappingURL=/cdn/shop/t/131/assets/lv-academy-index.css.map */
