.home-container{min-height:100vh;display:flex;flex-direction:column;background:#fff;padding:0}.home-content{text-align:center;max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:4rem 2rem}.course-logo{max-width:600px;width:100%;height:auto;margin-bottom:1.5rem}.home-title{font-size:3rem;color:#333;margin-bottom:.75rem;font-weight:700}.home-subtitle{font-size:1.25rem;color:#666;margin-bottom:4rem}.modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem;width:100%;max-width:900px}.module-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;padding:3rem 2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.module-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px #00000026;border-color:#005287}.module-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:#005287;display:flex;align-items:center;justify-content:center}.module-icon svg{width:100%;height:100%}.module-title{font-size:2rem;color:#333;margin-bottom:.5rem;font-weight:600}.module-description{color:#666;font-size:1rem}.disclaimer{max-width:900px;width:100%;margin-top:2rem}.disclaimer-text{color:#000;font-size:.95rem;margin:0;line-height:1.6}.disclaimer-text strong{color:#000}.home-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{display:flex;justify-content:center}.org-logo{height:120px;width:auto;max-width:400px}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.footer-links a{color:#005287;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#0688bb;text-decoration:underline}.footer-divider{color:#ccc}.footer-copyright{text-align:center}.footer-copyright p{color:#666;font-size:.875rem;margin:0}@media (max-width: 768px){.home-content{padding:2rem 1rem}.course-logo{max-width:100%;margin-bottom:1rem}.home-title{font-size:2rem;margin-bottom:.5rem}.home-subtitle{margin-bottom:3rem;font-size:1.1rem}.modules-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.disclaimer{margin-top:1.5rem}.disclaimer-text{font-size:.875rem}.footer-content{gap:1rem}.org-logo{height:80px;max-width:300px}.footer-links{flex-direction:column;gap:.5rem}.footer-divider{display:none}}.module-viewer-container{height:100vh;display:flex;flex-direction:column;background:#f5f5f5;overflow:hidden}.module-viewer-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;flex-shrink:0}.back-button{background:#005287;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .3s ease}.back-button:hover{background:#0688bb}.module-viewer-title{font-size:1.5rem;color:#333;font-weight:600}.module-viewer-content{flex:1;width:100%;overflow:hidden;min-height:0}.module-iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 768px){.module-viewer-header{padding:1rem}.module-viewer-title{font-size:1.25rem}.back-button{padding:.5rem 1rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh}#root{min-height:100vh}
