@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Crimson+Pro:wght@400;500;600&display=swap";
@import "https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.0.0/dist/tabler-icons.min.css";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600&family=Roboto+Mono:wght@500&display=swap";
.home{--bg-primary:#fff;--bg-secondary:#f7f5ef;--bg-tertiary:#f1efe8;--text-primary:#1a1a19;--text-secondary:#5c5b57;--text-tertiary:#888780;--border-tertiary:#e3e1d8;--border-secondary:#c9c6bc;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Crimson Pro", Georgia, serif;font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.home *{box-sizing:border-box}.home .nav-bar{border-bottom:.5px solid var(--border-tertiary);background:var(--bg-primary);z-index:100;justify-content:space-between;align-items:center;padding:14px 32px;display:flex;position:sticky;top:0}.home .nav-brand{cursor:pointer;align-items:baseline;gap:10px;display:flex}.home .nav-brand-name{font-family:var(--font-serif);letter-spacing:-.3px;color:var(--text-primary);font-size:20px;font-weight:500}.home .nav-brand-tag{letter-spacing:.16em;text-transform:uppercase;color:#534ab7;background:#eeedfe;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:500}.home .nav-links{align-items:center;gap:4px;display:flex}.home .nav-link{color:var(--text-secondary);cursor:pointer;border:.5px solid #0000;border-radius:8px;align-items:center;gap:5px;padding:8px 14px;font-size:13px;text-decoration:none;display:inline-flex}.home .nav-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.home .nav-link.active{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-secondary)}.home .nav-item{position:relative}.home .nav-link .caret{color:var(--text-tertiary);font-size:13px;transition:transform .18s}.home .nav-item:hover .nav-link .caret{transform:rotate(180deg)}.home .nav-dropdown{background:var(--bg-primary);border:.5px solid var(--border-secondary);border-radius:var(--radius-lg);opacity:0;visibility:hidden;z-index:110;min-width:220px;padding:6px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 12px 32px #26215c1a}.home .nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.home .nav-dropdown:before{content:"";height:8px;position:absolute;top:-8px;left:0;right:0}.home .dd-item{border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:10px;padding:9px 12px;text-decoration:none;display:flex}.home .dd-item:hover{background:var(--bg-secondary)}.home .dd-swatch{border-radius:50%;flex-shrink:0;width:8px;height:8px}.home .dd-item.l1 .dd-swatch{background:#534ab7}.home .dd-item.l2 .dd-swatch{background:#1d9e75}.home .dd-item.l3 .dd-swatch{background:#d85a30}.home .dd-text{flex-direction:column;gap:1px;display:flex}.home .dd-text .dt{color:var(--text-primary);font-size:13px;font-weight:500;line-height:1.2}.home .dd-text .dd{color:var(--text-tertiary);font-size:11px;line-height:1.2}.home .nav-cta{align-items:center;gap:10px;display:flex}.home .nav-login{color:#eeedfe;background:#534ab7;border:.5px solid #0000;border-radius:22px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.home .nav-login:hover{background:#433aa5}.home .nav-login i{font-size:15px}.home .user-menu{position:relative}.home .account-trigger{cursor:pointer;border:.5px solid var(--border-tertiary);border-radius:22px;align-items:center;gap:8px;padding:3px 12px 3px 3px;transition:border-color .15s,background .15s;display:flex}.home .account-trigger:hover{border-color:var(--border-secondary);background:var(--bg-secondary)}.home .account-trigger .pic{color:#eeedfe;letter-spacing:.04em;background:#534ab7;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:500;display:flex}.home .account-trigger .nm{color:var(--text-primary);font-size:13px;font-weight:500}.home .account-trigger>i.caret{color:var(--text-tertiary);font-size:14px;transition:transform .18s}.home .user-menu:hover .account-trigger>i.caret{transform:rotate(180deg)}.home .user-dropdown{background:var(--bg-primary);border:.5px solid var(--border-secondary);border-radius:var(--radius-lg);opacity:0;visibility:hidden;z-index:110;min-width:180px;padding:6px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-6px);box-shadow:0 12px 32px #26215c1a}.home .user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.home .user-dropdown:before{content:"";height:8px;position:absolute;top:-8px;left:0;right:0}.home .ud-item{border-radius:var(--radius-md);cursor:pointer;color:var(--text-primary);align-items:center;gap:10px;padding:9px 12px;font-size:13px;text-decoration:none;display:flex}.home .ud-item:hover{background:var(--bg-secondary)}.home .ud-item i{color:var(--text-secondary);font-size:16px}.home .ud-item.logout,.home .ud-item.logout i{color:#993c1d}.home .continue{padding:32px 32px 0}.home .continue-card{border-radius:var(--radius-xl);color:#eeedfe;background:linear-gradient(135deg,#26215c 0%,#3c3489 100%);grid-template-columns:1.5fr 1fr;align-items:center;gap:36px;max-width:1200px;margin:0 auto;padding:32px 36px;display:grid;position:relative;overflow:hidden}.home .continue-card:before{content:"";opacity:.55;pointer-events:none;background:radial-gradient(circle,#534ab7 0%,#0000 65%);width:320px;height:320px;position:absolute;top:-60px;right:-40px}.home .continue-card.solo{grid-template-columns:1fr}.home .continue-card .l{z-index:1;position:relative}.home .cc-eye{letter-spacing:.18em;text-transform:uppercase;color:#afa9ec;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:500;display:inline-flex}.home .cc-eye:before{content:"";background:#afa9ec;width:22px;height:1px}.home .cc-title{font-family:var(--font-serif);color:#fff;letter-spacing:-.4px;margin:0 0 8px;font-size:30px;font-weight:500;line-height:1.15}.home .cc-sub{color:#cecbf6;max-width:480px;margin:0 0 22px;font-size:14px;line-height:1.6}.home .cc-row{align-items:center;gap:16px;margin-bottom:24px;display:flex}.home .cc-thumb{border-radius:var(--radius-md);color:#eeedfe;background:#534ab7;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex}.home .cc-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.home .cc-info .cat{letter-spacing:.14em;text-transform:uppercase;color:#afa9ec;font-size:10px;font-weight:500}.home .cc-info .ln{color:#fff;letter-spacing:-.2px;font-size:15px;font-weight:500}.home .cc-info .pg{align-items:center;gap:10px;margin-top:6px;display:flex}.home .cc-info .bar{background:#aea9ec38;border-radius:2px;flex:1;max-width:260px;height:4px;overflow:hidden}.home .cc-info .bar .fill{background:#afa9ec;border-radius:2px;height:100%}.home .cc-info .pct{color:#cecbf6;font-size:11px;font-weight:500}.home .cc-actions{flex-wrap:wrap;gap:10px;display:flex}.home .cc-pri{border-radius:var(--radius-md);color:#26215c;cursor:pointer;background:#eeedfe;border:none;align-items:center;gap:6px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.home .cc-pri:hover{background:#fff}.home .cc-sec{border-radius:var(--radius-md);color:#eeedfe;cursor:pointer;background:0 0;border:.5px solid #aea9ec66;padding:10px 20px;font-family:inherit;font-size:13px}.home .cc-sec:hover{background:#aea9ec1f}.home .cc-stats{z-index:1;flex-direction:column;gap:10px;display:flex;position:relative}.home .cc-stat{border-radius:var(--radius-md);background:#534ab738;border:.5px solid #aea9ec38;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.home .cc-stat .lb{color:#afa9ec;font-size:12px}.home .cc-stat .vl{font-family:var(--font-serif);color:#fff;letter-spacing:-.3px;font-size:22px;font-weight:500}.home .catalog{padding:56px 32px 0}.home .catalog-inner{max-width:1200px;margin:0 auto}.home .catalog-head{margin-bottom:24px}.home .catalog-head .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#534ab7;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:500;display:inline-flex}.home .catalog-head .eyebrow:before{content:"";background:#534ab7;width:18px;height:1px}.home .catalog-head h2{font-family:var(--font-serif);letter-spacing:-.6px;color:var(--text-primary);margin:0 0 8px;font-size:30px;font-weight:500;line-height:1.15}.home .catalog-head .desc{color:var(--text-secondary);max-width:640px;margin:0;font-size:14px;line-height:1.6}.home .filterbar{background:var(--bg-secondary);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;margin-bottom:18px;padding:14px 18px;display:flex}.home .filter-sort{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}.home .filter-sort select{border:.5px solid var(--border-tertiary);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;padding:6px 10px;font-family:inherit;font-size:12px}.home .meta-row{color:var(--text-tertiary);justify-content:space-between;align-items:center;margin-bottom:18px;font-size:12px;display:flex}.home .meta-row .left{align-items:center;gap:10px;display:flex}.home .meta-row .left b{color:var(--text-primary);font-weight:500}.home .course-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home .course-card{background:var(--bg-primary);border:.5px solid var(--border-tertiary);border-radius:var(--radius-lg);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;overflow:hidden}.home .course-card:hover{border-color:var(--border-secondary);transform:translateY(-2px);box-shadow:0 8px 24px #26215c0f}.home .course-card .timg{justify-content:center;align-items:center;height:150px;display:flex;position:relative;overflow:hidden}.home .course-card.r-aegis .timg{background:#faeeda}.home .course-card.r-navi .timg{background:#fbeaf0}.home .course-card.r-master .timg{background:#e1f5ee}.home .course-card .timg .ricon{font-size:56px}.home .course-card.r-aegis .ricon{color:#ba7517}.home .course-card.r-navi .ricon{color:#d4537e}.home .course-card.r-master .ricon{color:#1d9e75}.home .course-card .timg .rn{letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe0;border-radius:4px;align-items:center;gap:6px;padding:4px 9px;font-size:10px;font-weight:500;display:flex;position:absolute;top:12px;left:12px}.home .course-card .timg .rn:before{content:"";border-radius:50%;width:6px;height:6px}.home .course-card.r-aegis .rn{color:#854f0b}.home .course-card.r-aegis .rn:before{background:#ba7517}.home .course-card.r-navi .rn{color:#993556}.home .course-card.r-navi .rn:before{background:#d4537e}.home .course-card.r-master .rn{color:#0f6e56}.home .course-card.r-master .rn:before{background:#1d9e75}.home .course-card .timg .price{letter-spacing:.08em;text-transform:uppercase;color:#0f6e56;background:#0f6e561f;border:.5px solid #0f6e5640;border-radius:4px;padding:4px 9px;font-size:10px;font-weight:500;position:absolute;top:12px;right:12px}.home .course-card .body{flex-direction:column;flex:1;padding:16px 18px;display:flex}.home .course-card .lvl{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;font-size:10px;font-weight:500;display:flex}.home .course-card .lvl .sep{background:var(--text-tertiary);border-radius:50%;width:2px;height:2px}.home .course-card h4{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.2px;margin:0 0 6px;font-size:17px;font-weight:500;line-height:1.25}.home .course-card p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 14px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.home .course-card .footrow{border-top:.5px solid var(--border-tertiary);color:var(--text-tertiary);justify-content:space-between;align-items:center;padding-top:12px;font-size:11px;display:flex}.home .course-card .footrow .ms{gap:12px;display:flex}.home .course-card .footrow .ms span{align-items:center;gap:4px;display:flex}.home .course-card .footrow .ms i{font-size:13px}.home .course-card .footrow .arr{color:#534ab7;align-items:center;gap:4px;font-weight:500;display:inline-flex}.home .course-card .footrow .arr i{font-size:13px}.home .catalog-empty{text-align:center;color:var(--text-tertiary);border:.5px dashed var(--border-secondary);border-radius:var(--radius-lg);padding:40px;font-size:13px}.home .site-footer-wrap{background:var(--bg-primary);border-top:.5px solid var(--border-tertiary);margin-top:56px;padding:48px 32px 0}.home .site-footer{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;max-width:1200px;margin:0 auto;padding:0 0 36px;display:grid}.home .footer-brand{flex-direction:column;gap:12px;max-width:280px;display:flex}.home .footer-brand .fb-row{align-items:baseline;gap:10px;display:flex}.home .footer-brand .fb-name{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.3px;font-size:18px;font-weight:500}.home .footer-brand .fb-tag{letter-spacing:.16em;text-transform:uppercase;color:#534ab7;background:#eeedfe;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:500}.home .footer-brand .fb-desc{color:var(--text-tertiary);font-size:12px;line-height:1.6}.home .footer-group{flex-direction:column;gap:10px;display:flex}.home .footer-group .fg-title{letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:4px;font-size:11px;font-weight:500}.home .footer-group a{color:var(--text-secondary);cursor:pointer;font-size:13px;text-decoration:none}.home .footer-group a:hover{color:var(--text-primary)}.home .footer-group button.linklike{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:13px}.home .footer-group button.linklike:hover{color:var(--text-primary)}@media (max-width:1000px){.home .continue-card{grid-template-columns:1fr;gap:28px;padding:28px}.home .course-grid{grid-template-columns:repeat(2,1fr)}.home .site-footer{grid-template-columns:1fr 1fr}}@media (max-width:700px){.home .nav-bar{flex-wrap:wrap;gap:12px;padding:12px 18px}.home .nav-links{order:3;width:100%;overflow-x:auto}.home .continue{padding:20px 18px 0}.home .continue-card{padding:24px 20px}.home .cc-title{font-size:24px}.home .catalog{padding:40px 18px 0}.home .course-grid{grid-template-columns:1fr}.home .site-footer-wrap{padding:28px 18px}.home .site-footer{grid-template-columns:1fr}}.home .modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#1f1f1c80;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.home .modal-backdrop.open{display:flex}.home .modal{text-align:left;background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:84vh;padding:0;animation:.25s modalIn;overflow-y:auto;box-shadow:0 20px 60px #0003}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:none}}.home .modal-head{border-bottom:.5px solid #e5e3db;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.home .modal-title{letter-spacing:-.01em;color:#1f1f1c;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.home .modal-title-icon{color:#534ab7;background:#eeedfe;border-radius:9px;place-items:center;width:32px;height:32px;font-size:16px;display:grid}.home .modal-close{color:#888780;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:32px;height:32px;transition:all .15s;display:grid}.home .modal-close:hover{color:#1f1f1c;background:#f4f2ec}.home .modal-body{padding:18px 24px 22px}.home .modal-body p{color:#5f5e5a;margin-bottom:12px;font-size:13.5px;line-height:1.65}.home .modal-footer{justify-content:flex-end;gap:8px;padding:14px 24px 20px;display:flex}.home .modal .btn{cursor:pointer;border:.5px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.home .modal .btn-primary{color:#fff;background:#534ab7}.home .modal .btn-primary:hover{background:#433aa5}.home .modal .btn-primary:disabled{opacity:.55;cursor:not-allowed}.home .modal .btn-ghost{color:#5f5e5a;background:0 0;border-color:#e5e3db}.home .modal .btn-ghost:hover{color:#1f1f1c;background:#f4f2ec}.home .robot-pick-list{flex-direction:column;gap:8px;margin:10px 0 4px;display:flex}.home .robot-pick{cursor:pointer;text-align:left;background:#fff;border:.5px solid #e5e3db;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;transition:all .15s;display:flex}.home .robot-pick:hover{background:#f9f8f3;border-color:#c9c7be;transform:translate(2px)}.home .robot-pick.active{background:#f5f4fe;border-color:#534ab7;box-shadow:0 0 0 3px #534ab714}.home .robot-pick.aegis.active{background:#efedf8;border-color:#6b5dab;box-shadow:0 0 0 3px #6b5dab14}.home .robot-pick.master.active{background:#faf1e0;border-color:#c28a3d;box-shadow:0 0 0 3px #c28a3d14}.home .robot-pick-icon{border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.home .robot-pick.navi .robot-pick-icon{color:#534ab7;background:#eeedfe}.home .robot-pick.aegis .robot-pick-icon{color:#6b5dab;background:#efedf8}.home .robot-pick.master .robot-pick-icon{color:#c28a3d;background:#faf1e0}.home .robot-pick-body{flex:1;min-width:0}.home .robot-pick-name{letter-spacing:-.005em;color:#1f1f1c;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.home .robot-pick-meta{color:#5f5e5a;margin-top:2px;font-size:12px}.home .robot-pick-check{color:#0000;background:#fff;border:1.5px solid #c9c7be;border-radius:5px;flex-shrink:0;place-items:center;width:20px;height:20px;transition:all .15s;display:grid}.home .robot-pick.active .robot-pick-check{color:#fff;background:#534ab7;border-color:#534ab7;font-size:12px}.home .robot-pick.aegis.active .robot-pick-check{background:#6b5dab;border-color:#6b5dab}.home .robot-pick.master.active .robot-pick-check{background:#c28a3d;border-color:#c28a3d}.home .robot-pick.none-pick.active .robot-pick-check{background:#5f5e5a;border-color:#5f5e5a}.home .robot-pick.none-pick .robot-pick-icon{color:#888780;background:#f4f2ec}.home .robot-pick.none-pick.active{background:#f9f8f3;border-color:#5f5e5a;box-shadow:0 0 0 3px #5f5e5a14}.home .robot-pick-divider{background:#e5e3db;height:1px;margin:4px 0;position:relative}.home .robot-pick-divider:before{content:"or";color:#888780;letter-spacing:.04em;text-transform:uppercase;background:#fff;padding:0 10px;font-size:10.5px;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home .add-robot-row{color:#5f5e5a;cursor:pointer;border:1px dashed #c9c7be;border-radius:10px;align-items:center;gap:10px;margin-top:6px;padding:11px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.home .add-robot-row:hover{color:#534ab7;background:#f5f4fe;border-color:#534ab7}.home .add-robot-row i{font-size:16px}.home .btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.home .btn-primary{color:#eeedfe;background:#534ab7}.home .btn-primary:hover{background:#3c3489}.home .btn-ghost{color:var(--text-primary);border:.5px solid var(--border-secondary);background:0 0}.home .btn-ghost:hover{background:var(--bg-secondary)}.home .landing .container{max-width:1200px;margin:0 auto}.home .landing section{padding:56px 32px}.home .landing section+section{border-top:.5px solid var(--border-tertiary)}.home .landing .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#534ab7;margin-bottom:14px;font-size:11px;font-weight:500}.home .landing h1.h1{font-family:var(--font-serif);margin:0 0 14px;font-size:44px;font-weight:500;line-height:1.15}.home .landing h2.h2{font-family:var(--font-serif);margin:0 0 10px;font-size:30px;font-weight:500;line-height:1.25}.home .landing .lead{color:var(--text-secondary);margin:0 0 24px;font-size:15px;line-height:1.6}.home .landing .pill{background:var(--bg-secondary);color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.home .landing .hero{background:linear-gradient(180deg, #fbfafe 0%, var(--bg-primary) 100%);border-top:none}.home .landing .hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.home .landing .hero-illust{aspect-ratio:4/3.2;border-radius:var(--radius-lg);background:linear-gradient(165deg,#f2f0ff 0%,#eaf7f1 55%,#fff4ec 100%);border:.5px solid #e3e1d8;position:relative;overflow:hidden}.home .landing .hero-illust svg{width:100%;height:100%;display:block}.home .landing .hero-illust .corner-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.14em;text-transform:uppercase;color:#3c3489;background:#ffffffd9;border-radius:20px;align-items:center;gap:6px;padding:5px 11px;font-size:10px;font-weight:500;display:inline-flex;position:absolute;top:16px;left:16px}.home .landing .hero-illust .corner-pill .pdot{background:#534ab7;border-radius:50%;width:6px;height:6px}.home .landing .hero-illust .scene-caption{letter-spacing:.06em;color:var(--text-tertiary);justify-content:space-between;align-items:baseline;font-size:11px;display:flex;position:absolute;bottom:16px;left:18px;right:18px}.home .landing .hero-illust .scene-caption .lc{color:#3c3489;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-weight:500;display:inline-flex}.home .landing .hero-illust .scene-caption .lc:before{content:"";background:#3c3489;width:18px;height:1px}.home .landing .hero-illust .scene-caption .rc{color:#7f77dd;font-style:italic}.home .landing .steps-section{position:relative}.home .landing .carousel-head{margin-bottom:20px}.home .landing .carousel-head .l{max-width:720px}.home .landing .modules-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.home .landing .step-card{border-radius:var(--radius-lg);border:.5px solid var(--border-tertiary);flex-direction:column;min-width:0;padding:22px 22px 24px;display:flex;position:relative;overflow:hidden}.home .landing .step-card .step-num{letter-spacing:.18em;align-items:center;gap:8px;margin-bottom:14px;font-size:10px;font-weight:500;display:inline-flex}.home .landing .step-card .step-num:before{content:"";width:18px;height:1px}.home .landing .step-card .step-title{font-family:var(--font-serif);letter-spacing:-.3px;margin-bottom:6px;font-size:22px;font-weight:500;line-height:1.15}.home .landing .step-card .step-tags{margin-bottom:18px;font-size:12px;line-height:1.5}.home .landing .step-card .step-art{border-radius:var(--radius-md);justify-content:center;align-items:center;height:64px;margin-top:auto;display:flex}.home .landing .step-card.c-purple{background:linear-gradient(#f4f2ff 0%,#eeedfe 100%)}.home .landing .step-card.c-purple .step-num{color:#534ab7}.home .landing .step-card.c-purple .step-num:before{background:#534ab7}.home .landing .step-card.c-purple .step-title{color:#26215c}.home .landing .step-card.c-purple .step-tags{color:#3c3489}.home .landing .step-card.c-purple .step-art{color:#534ab7;background:#534ab714}.home .landing .step-card.c-green{background:linear-gradient(#eef8f3 0%,#e1f5ee 100%)}.home .landing .step-card.c-green .step-num{color:#0f6e56}.home .landing .step-card.c-green .step-num:before{background:#0f6e56}.home .landing .step-card.c-green .step-title{color:#04342c}.home .landing .step-card.c-green .step-tags{color:#085041}.home .landing .step-card.c-green .step-art{color:#0f6e56;background:#0f6e5614}.home .landing .step-card.c-amber{background:linear-gradient(#fcf4e3 0%,#faeeda 100%)}.home .landing .step-card.c-amber .step-num{color:#854f0b}.home .landing .step-card.c-amber .step-num:before{background:#854f0b}.home .landing .step-card.c-amber .step-title{color:#412402}.home .landing .step-card.c-amber .step-tags{color:#633806}.home .landing .step-card.c-amber .step-art{color:#854f0b;background:#854f0b14}.home .landing .step-card.c-orange{background:linear-gradient(#fbefea 0%,#faece7 100%)}.home .landing .step-card.c-orange .step-num{color:#993c1d}.home .landing .step-card.c-orange .step-num:before{background:#993c1d}.home .landing .step-card.c-orange .step-title{color:#4a1b0c}.home .landing .step-card.c-orange .step-tags{color:#712b13}.home .landing .step-card.c-orange .step-art{color:#993c1d;background:#993c1d14}.home .landing .info-bar{background:var(--bg-secondary);color:var(--text-secondary);border-radius:8px;align-items:flex-start;gap:14px;margin-top:24px;padding:14px 18px;font-size:13px;line-height:1.5;display:flex}.home .landing .info-bar i{color:var(--text-primary);flex-shrink:0;margin-top:1px;font-size:18px}.home .landing .robot-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.home .landing .robot-card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:22px 20px;position:relative}.home .landing .robot-card-head{align-items:center;gap:10px;margin-bottom:6px;display:flex}.home .landing .robot-card-head i{font-size:22px}.home .landing .robot-card-name{font-size:18px;font-weight:500;font-family:var(--font-serif)}.home .landing .robot-card-tier{letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:500}.home .landing .robot-card-desc{color:var(--text-secondary);margin-bottom:18px;font-size:13px;line-height:1.55}.home .landing .robot-card-range{border-radius:6px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 12px;font-size:12px;display:flex}.home .landing .path-footer{background:var(--bg-primary);border:.5px solid var(--border-tertiary);border-radius:8px;align-items:center;gap:12px;margin-top:24px;padding:14px 18px;display:flex}.home .landing .path-footer i{color:var(--text-primary);flex-shrink:0;font-size:20px}.home .landing .path-footer-text{color:var(--text-secondary);font-size:13px;line-height:1.5}.home .landing .stage-legend{flex-wrap:wrap;gap:18px;margin:20px 0 22px;font-size:11px;display:flex}.home .landing .legend-item{color:var(--text-secondary);align-items:center;gap:6px;display:flex}.home .landing .legend-swatch{border-radius:2px;width:12px;height:12px}.home .landing .chart-wrap{background:var(--bg-primary);border:.5px solid var(--border-tertiary);border-radius:var(--radius-lg);margin-bottom:18px;padding:28px 28px 22px}.home .landing .chart-svg{width:100%;height:auto;display:block}.home .landing .cta-band{color:#fff;background:radial-gradient(at 100% 0,#3c3489 0%,#26215c 70%);padding:80px 32px}.home .landing .cta-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#26215c 0%,#3c3489 100%);border:.5px solid #aea9ec2e;grid-template-columns:1fr 1fr;align-items:start;gap:60px;max-width:1200px;margin:0 auto;padding:56px;display:grid}.home .landing .cta-left .cta-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#afa9ec;align-items:center;gap:12px;margin-bottom:18px;font-size:11px;font-weight:500;display:flex}.home .landing .cta-eyebrow:before{content:"";background:#afa9ec;width:24px;height:1px;display:block}.home .landing .cta-left h2{font-family:var(--font-serif);color:#fff;margin:0 0 16px;font-size:38px;font-weight:500;line-height:1.15}.home .landing .cta-left p{color:#afa9ec;max-width:380px;margin:0 0 32px;font-size:14px;line-height:1.6}.home .landing .cta-buttons{gap:12px;display:flex}.home .landing .cta-btn-primary{color:#26215c;cursor:pointer;background:#eeedfe;border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.home .landing .cta-btn-primary:hover{background:#fff}.home .landing .cta-btn-secondary{color:#eeedfe;cursor:pointer;background:0 0;border:1px solid #534ab7;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.home .landing .cta-btn-secondary:hover{background:#534ab733}.home .landing .cta-right{flex-direction:column;gap:14px;display:flex}.home .landing .cta-feature{background:#534ab726;border:1px solid #afa9ec4d;border-radius:8px;padding:16px 20px}.home .landing .cta-feature-title{color:#fff;margin-bottom:4px;font-size:14px;font-weight:500}.home .landing .cta-feature-sub{color:#afa9ec;font-size:12px;line-height:1.5}@media (max-width:900px){.home .landing .hero-grid{grid-template-columns:1fr}.home .landing .cta-card{grid-template-columns:1fr;gap:40px;padding:40px 32px}.home .landing h1.h1{font-size:34px}.home .landing h2.h2{font-size:24px}.home .landing .cta-left h2{font-size:28px}.home .landing .modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.home .landing section{padding:40px 18px}.home .landing .cta-band{padding:48px 18px}}@media (max-width:600px){.home .landing .modules-grid{grid-template-columns:1fr}}
.home2{--purple:#9c83e6;--purple-dark:#8f78e0;--indigo:#4b4bd6;--master:#b3a1ef;--aegis:#80cd80;--navi:#8cb1ed;--yellow:#ebb731;--ink:#333;--text:#38393e;--muted:#666;--line:#00000029;--bg:#fff;--footer-bg:#fafafa;--maxw:1280px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}.home2 *{box-sizing:border-box}.home2 a{color:inherit;text-decoration:none}.home2 button{cursor:pointer;font-family:inherit}.home2 .wrap{max-width:var(--maxw);margin:0 auto;padding:0 36px}.home2 .nav{z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom:1px solid #efeff2;align-items:center;height:86px;display:flex;position:static}.home2 .nav__inner{align-items:center;gap:40px;width:100%;display:flex}.home2 .brand{align-items:center;gap:14px;display:flex}.home2 .brand__logo{width:36px;height:28px;color:var(--ink)}.home2 .brand__name{color:var(--ink);font-size:24px;font-weight:500}.home2 .brand__tag{letter-spacing:.06em;color:var(--purple);text-transform:uppercase;font-size:14px;font-weight:500}.home2 .nav__links{color:var(--ink);align-items:center;gap:36px;margin:0 auto;font-size:16px;display:flex}.home2 .nav__links a{align-items:center;gap:4px;display:inline-flex}.home2 .nav__links svg{width:18px;height:18px}.home2 .nav__user{position:relative}.home2 .user-btn{color:var(--ink);background:0 0;border:0;align-items:center;gap:8px;font-size:16px;display:flex}.home2 .user-btn__avatar{color:#fff;background:#1c1c1c;border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;font-weight:600;line-height:1;display:grid}.home2 .user-btn svg{width:14px;height:14px}.home2 .nav__login{color:var(--ink);align-items:center;gap:8px;font-size:16px;display:inline-flex}.home2 .nav__login svg{width:16px;height:16px}.home2 .nav__auth{color:var(--ink);align-items:center;gap:20px;font-size:16px;font-weight:500;display:flex}.home2 .nav__auth-icon{width:22px;height:22px;color:var(--indigo)}.home2 .nav__auth a:hover{color:var(--indigo)}.home2 .user-menu{z-index:30;background:#fff;border:1px solid #e6e6ea;border-radius:12px;width:190px;padding:8px;display:none;position:absolute;top:calc(100% + 14px);right:0;box-shadow:0 8px 24px #0000001a}.home2 .user-menu.is-open{display:block}.home2 .user-menu a,.home2 .user-menu button{color:var(--ink);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;display:flex}.home2 .user-menu a:hover,.home2 .user-menu button:hover{background:#f4f3fb}.home2 .user-menu svg{width:16px;height:16px;color:var(--muted)}.home2 .hero{background:var(--purple);color:#fff}.home2 .hero__inner{justify-content:space-between;gap:40px;padding:56px 36px 60px;display:flex}.home2 .hero__left{max-width:667px}.home2 .hero__welcome{margin:0 0 14px;font-size:18px}.home2 .hero__title{margin:0 0 14px;font-size:50px;font-weight:300;line-height:1.05}.home2 .hero__desc{color:#ffffffeb;max-width:578px;margin:0 0 36px;font-size:16px;font-weight:300}.home2 .resume-card{align-items:center;gap:22px;margin-bottom:30px;display:flex}.home2 .resume-card__icon{background:var(--yellow);color:#5b4a12;border:2px solid #ffffffbf;border-radius:15px;flex:none;place-items:center;width:90px;height:90px;display:grid}.home2 .resume-card__icon[data-robot=navi]{background:var(--navi)}.home2 .resume-card__icon[data-robot=aegis]{background:var(--aegis)}.home2 .resume-card__icon[data-robot=master]{background:var(--master)}.home2 .resume-card__icon svg{width:56px;height:56px}.home2 .resume-card__info{width:430px;max-width:100%}.home2 .resume-card__meta{letter-spacing:.16px;margin:0;font-size:16px}.home2 .resume-card__lesson{margin:2px 0 12px;font-size:20px}.home2 .resume-bar{background:#ffffff73;border-radius:15px;height:18px;position:relative;overflow:hidden}.home2 .resume-bar__fill{background:#ffffffd9;border-radius:15px;position:absolute;inset:0 auto 0 0}.home2 .resume-bar__pct{color:#5a4ea8;font-size:11px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home2 .hero__actions{align-items:center;gap:22px;display:flex}.home2 .btn{background:0 0;border:1px solid #0000;border-radius:45px;align-items:center;gap:8px;padding:12px 26px;font-size:18px;display:inline-flex}.home2 .btn--dark{color:#fff;background:#000}.home2 .btn--dark:hover{background:#1d1d1d}.home2 .btn--link{color:#fff;background:0 0;padding:8px}.home2 .btn--outline{color:var(--ink);border-color:var(--line);background:#fff;font-size:16px}.home2 .btn svg{width:18px;height:18px}.home2 .hero__stats{text-align:center;flex-direction:column;align-items:flex-end;gap:26px;padding-top:12px;display:flex}.home2 .stat__label{color:#fff;font-size:20px}.home2 .stat__value{text-align:right;font-size:40px;font-weight:500;line-height:1.1}.home2 .courses{padding:64px 0 72px}.home2 .courses__head{margin-bottom:28px}.home2 .courses__title{color:var(--ink);margin:0 0 16px;font-size:44px;font-weight:400}.home2 .courses__sub{color:var(--muted);max-width:900px;margin:0;font-size:16px}.home2 .filterbar{align-items:center;gap:12px;margin-bottom:14px;display:flex}.home2 .filterbar span{color:var(--muted);font-size:14px}.home2 .filterbar select{font:inherit;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:30px;padding:8px 14px;font-size:15px}.home2 .meta-row{color:var(--muted);margin-bottom:24px;font-size:14px}.home2 .meta-row b{color:var(--ink);font-weight:600}.home2 .catalog-empty{text-align:center;color:var(--muted);padding:48px 0;font-size:16px}.home2 .course-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.home2 .course-card{border:1px solid var(--line);color:inherit;background:#fff;border-radius:10px;flex-direction:column;transition:box-shadow .18s,transform .18s;display:flex;overflow:hidden}.home2 .course-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000014}.home2 .course-card__tab{color:#fff;justify-content:space-between;align-items:center;padding:8px 18px;font-size:15px;font-weight:500;display:flex}.home2 .course-card__tab .robot{align-items:center;gap:8px;display:inline-flex}.home2 .course-card__tab .dot{background:#ffffffe6;border-radius:50%;width:9px;height:9px}.home2 .course-card__tab .free{opacity:.95}.home2 .course-card[data-robot=master] .course-card__tab{background:var(--master)}.home2 .course-card[data-robot=aegis] .course-card__tab{background:var(--aegis)}.home2 .course-card[data-robot=navi] .course-card__tab{background:var(--navi)}.home2 .course-card__body{flex-direction:column;flex:1;padding:22px 24px 18px;display:flex}.home2 .course-card__top{align-items:flex-start;gap:14px;display:flex}.home2 .course-card__icon{flex:none;place-items:center;width:59px;height:59px;display:grid}.home2 .course-card__icon svg,.home2 .course-card__badge{width:59px;height:59px;display:block}.home2 .course-card__name{color:var(--ink);margin:4px 0 6px;font-size:22px;font-weight:400}.home2 .course-card__meta{color:var(--indigo);letter-spacing:.32px;margin:0;font-size:16px}.home2 .course-card__desc{color:var(--ink);flex:1;margin:18px 0 0;font-size:18px;font-weight:300;line-height:1.6}.home2 .course-card__divider{border:0;border-top:1px solid #ececec;margin:20px 0 14px}.home2 .course-card__foot{justify-content:space-between;align-items:center;display:flex}.home2 .course-card__stats{color:var(--muted);letter-spacing:.28px;align-items:center;gap:22px;font-size:14px;display:flex}.home2 .course-card__stat{align-items:center;gap:7px;display:inline-flex}.home2 .course-card__stat svg{width:18px;height:18px}.home2 .course-card__view{color:var(--indigo);font-size:16px}.home2 .site-footer{background:var(--footer-bg);border-top:1px solid #ededed;padding:40px 0 56px}.home2 .site-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;display:grid}.home2 .site-footer h4{color:var(--ink);margin:0 0 18px;font-size:18px;font-weight:500}.home2 .site-footer__about strong{color:var(--ink);margin-bottom:12px;font-size:20px;font-weight:500;display:block}.home2 .site-footer__about p{color:var(--muted);max-width:370px;margin:0;font-size:14px;line-height:1.6}.home2 .site-footer__col a,.home2 .site-footer__col button{color:var(--muted);text-align:left;background:0 0;border:0;margin-bottom:14px;padding:0;font-size:15px;display:block}.home2 .site-footer__col a:hover,.home2 .site-footer__col button:hover{color:var(--ink)}.home2 .modal-backdrop{z-index:100;background:#14102873;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.home2 .modal-backdrop.open{display:flex}.home2 .modal{background:#fff;border-radius:16px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 24px 60px #00000040}.home2 .modal-head{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.home2 .modal-title{color:var(--ink);align-items:center;gap:12px;font-size:18px;font-weight:500;display:flex}.home2 .modal-title-icon{width:34px;height:34px;color:var(--indigo);background:#f0ebff;border-radius:9px;place-items:center;display:grid}.home2 .modal-title-icon svg{width:18px;height:18px}.home2 .modal-close{width:32px;height:32px;color:var(--muted);background:#f3f3f6;border:0;border-radius:50%;place-items:center;display:grid}.home2 .modal-close svg{width:16px;height:16px}.home2 .modal-body{padding:20px 22px}.home2 .modal-body p{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.6}.home2 .robot-pick-list{flex-direction:column;gap:14px;display:flex}.home2 .robot-pick{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:stretch;gap:0;width:100%;min-height:124px;padding:0;transition:box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.home2 .robot-pick:hover{box-shadow:0 8px 22px #00000014}.home2 .robot-pick.active{border-color:var(--ink)}.home2 .robot-pick-img{color:#ffffffeb;flex:none;place-items:center;width:150px;display:grid;position:relative;overflow:hidden}.home2 .robot-pick-img img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.home2 .robot-pick.navi .robot-pick-img{background:#8fd19e}.home2 .robot-pick.aegis .robot-pick-img{background:#b3a3e8}.home2 .robot-pick.master .robot-pick-img{background:#8fb8e8}.home2 .robot-pick.master .robot-pick-img img{object-position:center top}.home2 .robot-pick.none-pick .robot-pick-img{background:#bdbdbd}.home2 .robot-pick-img svg{width:46px;height:46px}.home2 .robot-pick-body{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:16px 48px 16px 18px;display:flex}.home2 .robot-pick-name{color:var(--ink);margin-bottom:3px;font-size:18px;font-weight:500}.home2 .robot-pick-track{color:var(--muted);font-size:14px}.home2 .robot-pick-stats{color:var(--muted);margin-top:2px;font-size:14px}.home2 .robot-pick-stats span{display:block}.home2 .robot-pick-meta{color:var(--muted);margin-top:4px;font-size:14px}.home2 .robot-pick-rating{color:var(--muted);align-items:center;gap:6px;margin-top:8px;font-size:13px;display:flex}.home2 .robot-pick-rating svg{color:#f5b301;width:15px;height:15px}.home2 .robot-pick-check{border:1.5px solid var(--line);color:#fff;background:#fff;border-radius:6px;flex:none;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:14px;right:14px}.home2 .robot-pick.active .robot-pick-check{background:var(--ink);border-color:var(--ink)}.home2 .robot-pick-check svg{opacity:0;width:15px;height:15px;transition:opacity .15s}.home2 .robot-pick.active .robot-pick-check svg{opacity:1}.home2 .robot-pick-divider{color:var(--muted);justify-content:center;align-items:center;margin:0;font-size:15px;display:flex}.home2 .modal-footer{border-top:1px solid #eee;justify-content:flex-end;align-items:center;gap:12px;padding:16px 22px 20px;display:flex}.home2 .modal-footer .btn{border-radius:8px;justify-content:center;align-items:center;gap:10px;height:52px;padding:0 26px;font-size:18px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.home2 .modal-footer .btn-ghost{color:var(--ink);border:1px solid var(--line-strong,#d4d4d4);background:#fff;font-weight:400}.home2 .modal-footer .btn-ghost:hover{border-color:var(--muted);background:#fafafa}.home2 .modal-footer .btn-primary{color:#fff;background:#1a1a1a;border:1px solid #1a1a1a}.home2 .modal-footer .btn-primary:hover:not(:disabled){background:#000}.home2 .modal-footer .btn-primary:disabled{color:#fff;cursor:not-allowed;background:#d4d4d4;border-color:#d4d4d4}.home2 .modal-footer .btn svg{width:18px;height:18px}@media (max-width:1040px){.home2 .course-grid{grid-template-columns:repeat(2,1fr)}.home2 .hero__inner{flex-direction:column}.home2 .hero__stats{flex-direction:row;align-items:flex-start;gap:56px}}@media (max-width:720px){.home2 .course-grid{grid-template-columns:1fr}.home2 .nav__links{display:none}.home2 .hero__title{font-size:36px}.home2 .courses__title{font-size:32px}.home2 .resume-card{flex-wrap:wrap}.home2 .site-footer__inner{grid-template-columns:1fr 1fr}}
.lp{--lp-purple:#9c83e6;--lp-purple-soft:#a3a3f5;--lp-purple-cta:#aa9cef;--lp-indigo:#4b4bd6;--lp-violet:#7662e5;--lp-ink:#333;--lp-text:#38393e;--lp-muted:#666;--lp-line:#0000004d;--lp-maxw:1280px;color:var(--lp-text);background:#fff;font-family:Roboto,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}.lp *{box-sizing:border-box}.lp a{color:inherit;text-decoration:none}.lp-wrap{max-width:var(--lp-maxw);margin:0 auto;padding:0 36px}.lp-btn{cursor:pointer;border:1px solid #0000;border-radius:45px;justify-content:center;align-items:center;gap:8px;min-width:172px;padding:12px 26px;font-size:18px;display:inline-flex}.lp-btn--dark{color:#fff;background:#000}.lp-btn--dark:hover{background:#1d1d1d}.lp-btn--ghost{color:#fff;background:0 0;border-color:#fff}.lp-btn--ghost:hover{background:#ffffff1f}.lp-section{padding:64px 0}.lp-section__head{max-width:1180px;margin-bottom:40px}.lp-section__title{color:var(--lp-ink);margin:0 0 12px;font-size:40px;font-weight:400;line-height:1.2}.lp-section__sub{color:var(--lp-muted);margin:0;font-size:18px;font-weight:300;line-height:1.45}.lp-hero{color:#fff;background:linear-gradient(109deg,#a0beff 0%,#e46fcf 40%,#ffb247 100%);position:relative;overflow:hidden}.lp-hero__inner{max-width:var(--lp-maxw);min-height:485px;margin:0 auto;padding:65px 36px 60px 83px;position:relative}.lp-hero__copy{max-width:600px}.lp-hero__eyebrow{letter-spacing:-.005em;margin:0 0 18px;font-size:24px}.lp-hero__title{margin:0 0 18px;font-size:50px;font-weight:300;line-height:1}.lp-hero__desc{max-width:552px;margin:0 0 26px;font-size:18px;font-weight:300;line-height:1.4}.lp-hero__facts{flex-wrap:wrap;gap:20px;margin:0 0 26px;padding:0;font-size:18px;list-style:none;display:flex}.lp-hero__facts li{align-items:center;gap:9px;display:inline-flex}.lp-hero__facts li:before{content:"";background:currentColor;border-radius:50%;width:9px;height:9px}.lp-hero__robot{pointer-events:none;width:360px;margin:0;position:absolute;top:0;bottom:0;right:24px}.lp-hero__robot img{object-fit:contain;width:auto;height:534px;position:absolute;top:50%;right:150px;transform:translateY(-50%)}.lp-hero__robot-cap{text-align:right;width:202px;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.lp-hero__robot-cap strong{font-size:24px;font-weight:400;line-height:1.5;display:block}.lp-hero__robot-cap span{font-size:20px;font-weight:300;line-height:1.5}.lp-robot-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.lp-robot-card{border:1px solid var(--lp-line);background:#fff;border-radius:8px;padding:39px 45px;transition:box-shadow .18s,transform .18s}.lp-robot-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000014}.lp-robot-card__icon{background:var(--lp-purple-soft);color:#fff;border-radius:100px;place-items:center;width:48px;height:48px;margin-bottom:22px;display:grid}.lp-robot-card__icon svg{width:24px;height:24px}.lp-robot-card__name{color:var(--lp-ink);margin:0 0 2px;font-size:24px;font-weight:400}.lp-robot-card__level{letter-spacing:.02em;color:var(--lp-indigo);margin:0 0 20px;font-size:18px}.lp-robot-card__desc{color:#1a1a1a;margin:0 0 22px;font-size:18px;font-weight:300;line-height:1.6}.lp-robot-card__more{color:var(--lp-indigo);font-size:18px}.lp-robot-card__more:hover{text-decoration:underline}.lp-levels__chart{color:#fff;background:linear-gradient(160deg,#5a4ea8 0%,#6f63c4 55%,#8a7ee0 100%);margin-top:25px;padding:56px 64px 64px;position:relative;overflow:hidden}.lp-levels__stages{height:24px;margin-bottom:18px;font-size:18px;font-weight:500;position:relative}.lp-levels__stages span{white-space:nowrap;position:absolute}.lp-levels__yaxis{color:#ffffffe6;flex-direction:column;justify-content:space-between;font-size:13px;display:flex;position:absolute;top:110px;bottom:96px;left:30px}.lp-levels__bars{border-bottom:1px solid #ffffff80;align-items:flex-end;gap:0;height:300px;display:flex;position:relative}.lp-levels__bars:before,.lp-levels__bars:after{content:"";background:#ffffff59;width:1px;position:absolute;top:-40px;bottom:0}.lp-levels__bars:before{left:44.4444%}.lp-levels__bars:after{left:77.7778%}.lp-lvl{height:var(--h);background:linear-gradient(#ffffff8c,#ffffff47);border-radius:6px 6px 0 0;flex:1;margin:0 12px;position:relative}.lp-lvl__cap{font-family:Roboto Mono,monospace;font-size:20px;font-weight:500;position:absolute;top:-32px;left:50%;transform:translate(-50%)}.lp-lvl__note{color:#fff;width:110px;margin:0;font-size:12px;line-height:1.25;position:absolute;top:calc(100% + 14px);left:0}.lp-flow-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.lp-flow-card{border:1px solid var(--lp-violet);background:#fff;border-radius:8px;min-height:246px;padding:28px 24px 30px;transition:box-shadow .18s,transform .18s;position:relative}.lp-flow-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #7662e52e}.lp-flow-card__step{color:var(--lp-indigo);margin-bottom:18px;font-size:15px;display:block}.lp-flow-card__icon{width:50px;height:50px;color:var(--lp-violet);place-items:center;display:grid;position:absolute;top:26px;right:24px}.lp-flow-card__icon svg{width:50px;height:50px}.lp-flow-card__icon--ai{color:#9f81d6;border:2px solid #9f81d6;border-radius:5px;width:50px;height:50px;font-size:30px;font-weight:300}.lp-flow-card__name{color:var(--lp-ink);margin:0 0 22px;font-size:24px;font-weight:400}.lp-flow-card__tags{color:#1a1a1a;margin:0;padding:0;font-size:18px;font-weight:300;line-height:1.66;list-style:none}.lp-cta{background:var(--lp-purple-cta);color:#fff}.lp-cta__inner{grid-template-columns:1fr 517px;align-items:center;gap:48px;padding-top:56px;padding-bottom:56px;display:grid}.lp-cta__title{color:#fffcfc;margin:0 0 24px;font-size:50px;font-weight:300;line-height:1.2}.lp-cta__desc{max-width:593px;margin:0 0 36px;font-size:20px;line-height:1.45}.lp-cta__actions{gap:20px;display:flex}.lp-cta__list{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.lp-cta__list li{background:#ffffff1a;border-radius:12px;padding:24px}.lp-cta__list h5{margin:0 0 10px;font-size:24px;font-weight:400}.lp-cta__list p{margin:0;font-size:18px}@media (max-width:1040px){.lp-robot-grid{grid-template-columns:1fr}.lp-flow-grid{grid-template-columns:repeat(2,1fr)}.lp-cta__inner{grid-template-columns:1fr}.lp-hero__robot{display:none}.lp-hero__inner{padding-left:36px}}@media (max-width:720px){.lp-flow-grid{grid-template-columns:1fr}.lp-hero__title{font-size:36px}.lp-section__title,.lp-cta__title{font-size:30px}.lp-levels__chart{padding:40px 24px;overflow-x:auto}.lp-levels__bars{min-width:640px}}
