:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--brand: #e31b23;--bg: #f6f7f9;--card: #ffffff;--text: #1a1a1a;--muted: #6b7280;--ring: rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}.lms-page{min-height:100vh;display:grid;grid-template-columns:1fr 1.1fr;gap:2rem;align-items:center;padding:0rem 3rem}.left-pane{max-width:560px}.welcome{margin:0 0 .25rem;font-weight:600;color:var(--muted)}.lms-title{margin:0 0 1.25rem;font-size:2.2rem;line-height:1.2;color:var(--brand)}.lms-title span{color:var(--brand)}.left-copy{margin:0 0 1.25rem;color:#374151;font-size:20px}.redirect-btn{appearance:none;border:0;background:var(--brand);color:#fff;padding:.85rem 1.25rem;border-radius:10px;font-weight:600;cursor:pointer;box-shadow:0 6px 18px #e31b2347}.redirect-btn:hover{filter:brightness(.95)}.right-pane{display:flex;flex-direction:column;align-items:center}.hero-illustration{width:45%;max-width:520px;height:auto;object-fit:contain;margin:0 auto 1.25rem;display:block}.steps-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.step-card{position:relative;background:var(--card);border-radius:12px;padding:2.1rem 1.25rem 1.6rem;text-align:center;box-shadow:0 2px #00000008,0 10px 24px var(--ring);border:1px solid #efefef;transition:transform .15s ease,box-shadow .15s ease}.step-card:hover{transform:translateY(-2px);box-shadow:0 6px 28px #00000014}.step-num{position:absolute;left:12px;top:8px;font-size:3.5rem;line-height:1;font-weight:700;color:#e31b231f;pointer-events:none}.step-icon{width:44px;height:44px;margin:0 auto .8rem;stroke-width:1.8;color:var(--brand)}.step-card h3{margin:0;font-size:1rem;font-weight:600;color:#262626}@media(max-width:1024px){.lms-page{grid-template-columns:1fr;padding:2rem 1.25rem}.right-pane{margin-top:1rem}.hero-illustration{width:90%}.steps-grid{grid-template-columns:1fr 1fr}.step-card:nth-child(4){grid-column:auto}.step-card:nth-child(5){grid-column:auto}}@media(max-width:640px){.steps-grid{grid-template-columns:1fr}}
