html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:Arial,Helvetica,sans-serif;background:#020617;color:#fff}#root{min-height:100vh}*{box-sizing:border-box}a{text-decoration:none}.page{min-height:100vh;background:radial-gradient(circle at top right,rgba(56,189,248,.14),transparent 22%),radial-gradient(circle at 15% 20%,rgba(59,130,246,.1),transparent 18%),linear-gradient(180deg,#020617,#031126 35%,#06142b);color:#fff}.navbar{position:sticky;top:0;z-index:50;width:100%;max-width:1440px;margin:0 auto;padding:18px 32px;display:flex;justify-content:space-between;align-items:center;gap:20px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0206178c;border-bottom:1px solid rgba(255,255,255,.06)}.navbar__brand{font-size:2rem;font-weight:800;letter-spacing:.12em;color:#67e8f9}.navbar__links{display:flex;gap:22px;flex-wrap:wrap;align-items:center}@media(max-width:700px){.navbar__links{display:none!important;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#020617fa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06);padding:16px 32px;gap:12px;z-index:40}.navbar__links--active{display:flex!important}}.navbar__links a,.navbar__linkBtn{position:relative;text-decoration:none;color:#fff;font-weight:500;padding-bottom:4px;background:transparent;border:none;font:inherit;cursor:pointer}.navbar__links a:after,.navbar__linkBtn:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background:#22d3ee;transition:width .3s ease}.navbar__links a:hover:after,.navbar__linkBtn:hover:after,.navbar__linkBtn--active:after{width:100%}.navbar__links a:hover,.navbar__linkBtn:hover,.navbar__linkBtn--active{color:#67e8f9;transform:translateY(-1px)}.navDropdown{position:relative;display:inline-flex;align-items:center;padding-bottom:.4rem}.navDropdownTrigger{background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49;border:none;border-radius:999px;font:inherit;cursor:pointer;padding:8px 20px;font-size:15px;font-weight:700;letter-spacing:.04em;transition:.22s ease}.navDropdownTrigger:hover,.navDropdownTrigger--active{background:linear-gradient(135deg,#67e8f9,#22d3ee);transform:translateY(-1px);box-shadow:0 6px 18px #22d3ee4d}.navCaret{margin-left:.35rem;font-size:.8rem}.navDropdownMenu{position:absolute;top:100%;left:0;min-width:200px;padding:.6rem;border-radius:16px;background:#070f23f5;border:1px solid rgba(103,232,249,.14);box-shadow:0 18px 45px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;margin-top:0}.navDropdownMenu button{display:block;width:100%;background:transparent;border:none;color:#e2e8f0;text-align:left;padding:.8rem .9rem;border-radius:10px;cursor:pointer;font:inherit}.navDropdownMenu button:hover{background:#67e8f914;color:#67e8f9}.navbar__toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:6px}.navbar__toggle span{width:25px;height:3px;background:#67e8f9;border-radius:2px;transition:.3s ease}.hero,.section{max-width:1440px;margin:0 auto;padding:80px 32px}.section{position:relative}.section__header{max-width:900px}.section__label{display:inline-block;color:#67e8f9;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px}.section__header h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;color:#f8fafc}.section__header h1{margin:0;font-size:clamp(2.4rem,5vw,4rem);line-height:1.08;color:#f8fafc}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center;min-height:calc(100vh - 82px)}.hero__glow{position:absolute;border-radius:999px;filter:blur(90px);opacity:.4;pointer-events:none;animation:floatGlow 8s ease-in-out infinite}.hero__glow--one{width:320px;height:320px;background:#22d3ee33;top:30px;right:8%}.hero__glow--two{width:240px;height:240px;background:#3b82f62e;bottom:40px;left:5%;animation-delay:1.5s}.hero__content,.hero__imageWrap{position:relative;z-index:2}.badge{display:inline-block;padding:10px 18px;border-radius:999px;border:1px solid rgba(34,211,238,.28);background:#22d3ee14;color:#a5f3fc;font-size:14px;font-weight:600;margin-bottom:24px}.hero h1{margin:0;font-size:clamp(3.2rem,7vw,6.4rem);line-height:.96;letter-spacing:-.04em;color:#f8fafc;max-width:760px}.subtitle{margin-top:18px;color:#67e8f9;font-size:1.9rem;font-weight:700;line-height:1.3}.intro{margin-top:24px;color:#cbd5e1;font-size:1.55rem;line-height:1.9;max-width:760px}.hero__buttons{display:flex;gap:18px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;font:inherit;text-decoration:none;padding:15px 24px;border-radius:18px;font-weight:700;transition:.22s ease;font-size:16px}.btn:hover{transform:translateY(-2px)}.btn--primary{background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49;box-shadow:0 14px 28px #22d3ee2e}.btn--secondary{border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#fff}.hero__stats{margin-top:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:820px}.hero__stat{padding:22px;border-radius:22px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffff0a}.hero__stat h3{margin:0 0 10px;font-size:1.35rem;color:#67e8f9}.hero__stat p{margin:0;color:#cbd5e1;line-height:1.8;font-size:1rem}.hero__imageWrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero__imageFrame{position:relative;width:100%;max-width:560px;padding:12px;border-radius:34px;background:linear-gradient(135deg,#22d3ee6b,#3b82f629,#ffffff14);box-shadow:0 30px 70px #00000059}.hero__image{width:100%;display:block;border-radius:26px;object-fit:cover}.statsSection{padding:5rem 1.5rem 1rem;margin-bottom:3rem}.statsShell{max-width:1180px;margin:0 auto;padding:2rem;border:1px solid rgba(148,163,184,.18);border-radius:28px;background:radial-gradient(circle at top right,rgba(56,189,248,.14),transparent 28%),radial-gradient(circle at bottom left,rgba(59,130,246,.12),transparent 24%),#0f172ab8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 60px #02061747}.statsHeading{max-width:760px;margin-bottom:1.75rem}.statsKicker{display:inline-block;margin-bottom:.75rem;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(125,211,252,.22);background:#0ea5e914;color:#7dd3fc;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.statsHeading h2{margin:0 0 .8rem;color:#f8fafc;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1}.statsHeading p{margin:0;color:#e2e8f0d1;line-height:1.7;font-size:1rem}.statsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.statCard{position:relative;overflow:hidden;padding:1.35rem 1.2rem;border-radius:22px;border:1px solid rgba(148,163,184,.16);background:#0f172ab8;box-shadow:inset 0 1px #ffffff0a}.statCardPrimary{background:linear-gradient(135deg,#0ea5e933,#3b82f61f),#0f172ae0;border-color:#38bdf842}.statValue{margin:0 0 .35rem;color:#fff;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.02em}.statLabel{margin:0;color:#e2e8f0;font-size:1rem;font-weight:700}.statHint{display:inline-block;margin-top:.45rem;color:#94a3b8eb;font-size:.92rem;line-height:1.5}@media(max-width:960px){.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.statsSection{padding:4rem 1rem .5rem}.statsShell{padding:1.25rem;border-radius:22px}.statsGrid{grid-template-columns:1fr}}.hero__card{padding:24px;border-radius:24px;background:#020617c7;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 40px #00000059}.hero__card--floating{margin-top:20px;max-width:560px}.hero__card h3{margin:10px 0;font-size:2rem;line-height:1.2}.hero__card p{margin:0;color:#cbd5e1;line-height:1.9;font-size:1.18rem}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{padding:28px;border-radius:26px;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.08);transition:.24s ease}.card:hover{transform:translateY(-4px);border-color:#67e8f947}.card h3{margin-top:0;margin-bottom:14px;font-size:1.6rem}.card p{margin:0 0 18px;color:#cbd5e1;line-height:1.85;font-size:1.05rem}.card a{color:#67e8f9;font-weight:700;font-size:1rem}.about__grid,.focus__grid,.achievement__list{display:grid;gap:20px;margin-top:32px}.about__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.focus__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.achievement__list{grid-template-columns:repeat(2,minmax(0,1fr))}.about__box,.focus__item,.achievement__item{padding:24px;border-radius:22px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;line-height:1.9;font-size:1.05rem}.about__box{padding:0;border-radius:0;background:transparent;border:0}.about-page__section{min-height:calc(100vh - 82px)}.about-page__actions{margin-top:34px}.section-block{display:flex;flex-direction:column;gap:30px}.section-heading{max-width:980px}.section-kicker{display:inline-block;color:#67e8f9;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px}.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;color:#f8fafc}.section-heading p{margin:20px 0 0;color:#cbd5e1;font-size:1.08rem;line-height:1.9;max-width:920px}.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.journey-card,.journey-highlight,.journey-bridge{padding:28px;border-radius:26px;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.08)}.journey-card h3,.journey-highlight h3{margin:0 0 14px;font-size:1.45rem;color:#f8fafc}.journey-card p,.journey-bridge p{margin:0;color:#cbd5e1;line-height:1.9;font-size:1.03rem}.journey-post{padding:32px;border-radius:30px;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.08)}.journey-post--latest{border-color:#67e8f938;box-shadow:0 24px 60px #22d3ee14}.journey-post__header{display:block}.journey-post__header h3{margin:0;max-width:760px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2;color:#f8fafc}.journey-post__shareFooter{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.journey-post__lead{margin-top:26px;display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:start}.journey-post__lead--single{grid-template-columns:1fr}.journey-post__text p,.journey-post__body p,.journey-post__inlineVisual p{margin:0;color:#cbd5e1;line-height:1.9;font-size:1.05rem}.journey-post__text p+p,.journey-post__body p+p{margin-top:14px}.journey-post__heroImage,.journey-post__galleryItem{margin:0}.journey-post__heroImage img,.journey-post__galleryItem img,.journey-post__inlineVisual img{width:100%;display:block;border-radius:22px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 50px #00000047}.journey-post__heroImage figcaption,.journey-post__galleryItem figcaption{margin-top:10px;color:#94a3b8;font-size:.84rem;line-height:1.6}.journey-post__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.journey-post__gallery--end{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-post__body{margin-top:26px}.journey-post__readmore{margin-top:24px}.journey-post__more.read-more__content--collapsed{max-height:290px}.journey-post__inlineVisual{margin:20px 0;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;display:grid;grid-template-columns:.95fr 1.05fr;gap:18px;align-items:center}.journey-post__inlineVisual--reverse img{order:2}.journey-post__inlineVisual h4{margin:6px 0 10px;color:#f8fafc;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.3}.journey-highlight ul{margin:0;padding-left:20px;color:#cbd5e1;line-height:1.9}.journey-highlight li+li{margin-top:8px}.journey-bridge{display:flex;align-items:center;justify-content:space-between;gap:24px}.journey-bridge p{max-width:860px}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:18px;font-weight:700;font-size:16px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#fff;cursor:pointer;transition:.22s ease}.secondary-btn:hover{transform:translateY(-2px)}.gallery__grid{display:grid;gap:22px;margin-top:32px;grid-template-columns:repeat(4,minmax(0,1fr))}.gallery__item{border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;min-height:260px;transition:.24s ease}.gallery__item:hover{transform:translateY(-4px)}.gallery__item img{width:100%;height:100%;display:block;object-fit:cover}.cta__box{padding:32px;border-radius:30px;background:linear-gradient(180deg,#ffffff0f,#ffffff0a);border:1px solid rgba(255,255,255,.08);display:flex;gap:28px;align-items:center;justify-content:space-between;flex-wrap:wrap}.cta__box h2{margin:10px 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.2;max-width:820px}.cta__box p{margin:0;color:#cbd5e1;line-height:1.9;font-size:1.08rem;max-width:820px}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:32px}.contact__info{display:flex;flex-direction:column;gap:20px}.contact__item h3{margin:0 0 8px;font-size:1.4rem;color:#67e8f9}.contact__item p{margin:0;color:#cbd5e1;font-size:1.1rem}.contact__form{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px}.form__group{margin-bottom:20px}.form__group label{display:block;margin-bottom:8px;color:#f8fafc;font-weight:600}.form__group input,.form__group textarea{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff0d;color:#f8fafc;font-size:1rem}.form__group input:focus,.form__group textarea:focus{outline:none;border-color:#67e8f9}.footer{padding:40px 32px;text-align:center;border-top:1px solid rgba(255,255,255,.08);background:#0206174d}.footer p{margin:0;color:#cbd5e1;font-size:.95rem}@keyframes floatGlow{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.05)}to{transform:translateY(0) scale(1)}}@media(max-width:1200px){.hero{grid-template-columns:1fr;min-height:unset}.hero__imageWrap{align-items:center}.hero__content{max-width:100%}.cards,.focus__grid,.gallery__grid,.journey-grid,.journey-post__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.about__grid,.achievement__list,.hero__stats,.contact__grid{grid-template-columns:1fr}.journey-bridge{flex-direction:column;align-items:flex-start}.journey-post__lead,.journey-post__inlineVisual{grid-template-columns:1fr;display:grid}.journey-post__inlineVisual--reverse img{order:0}}@media(max-width:700px){.navbar{padding-top:14px;padding-bottom:14px;width:100%}.navbar__toggle{display:flex;margin-left:auto}.navbar,.hero,.section{padding-left:18px;padding-right:18px}.navbar__brand{font-size:1.5rem}.intro{font-size:1.1rem;line-height:1.8}.subtitle{font-size:1.2rem}.cards,.focus__grid,.gallery__grid,.about__grid,.achievement__list,.hero__stats,.journey-grid,.journey-post__gallery,.journey-post__gallery--end{grid-template-columns:1fr}.hero__card h3{font-size:1.6rem}.hero__card p,.cta__box p,.card p,.about__box,.focus__item,.achievement__item,.journey-post__text p,.journey-post__body p,.journey-post__inlineVisual p{font-size:1rem}.journey-post{padding:22px}}.hero__badges{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}.hero__badges span{background:#ffffff14;padding:6px 12px;border-radius:999px;font-size:13px;color:#67e8f9}.footer{text-align:center;padding:40px 20px;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:14px}.navbar__inovasi-btn{background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49;border:none;border-radius:999px;padding:8px 20px;font-size:15px;font-weight:700;cursor:pointer;transition:.22s ease;letter-spacing:.04em}.navbar__inovasi-btn:hover,.navbar__inovasi-btn--active{background:linear-gradient(135deg,#67e8f9,#22d3ee);transform:translateY(-1px);box-shadow:0 6px 18px #22d3ee4d}.inovasi-page{min-height:100vh;display:flex;flex-direction:column}.inovasi-page__hero{position:relative;overflow:hidden;max-width:1440px;margin:0 auto;padding:100px 32px 80px;text-align:center}.inovasi-page__hero-glow{position:absolute;border-radius:999px;filter:blur(100px);opacity:.35;pointer-events:none}.inovasi-page__hero-glow--one{width:420px;height:420px;background:#22d3ee38;top:-60px;right:10%}.inovasi-page__hero-glow--two{width:300px;height:300px;background:#3b82f62e;bottom:0;left:8%}.inovasi-page__hero-content{position:relative;z-index:2;max-width:860px;margin:0 auto}.inovasi-page__hero-content h1{font-size:clamp(3rem,7vw,5.6rem);line-height:1;letter-spacing:-.03em;color:#f8fafc;margin:16px 0 0}.inovasi-page__tagline{margin-top:20px;font-size:1.3rem;color:#67e8f9;font-weight:600}.inovasi-page__desc{margin-top:20px;color:#cbd5e1;font-size:1.15rem;line-height:1.85}.inovasi-page__hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:36px}.inovasi-section{max-width:1440px;margin:0 auto;padding:72px 32px;border-top:1px solid rgba(255,255,255,.05)}.inovasi-section--alt{background:#ffffff05}.inovasi-section--cta{border-top:none}.inovasi-intro__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;margin-top:40px;align-items:start}.inovasi-intro__text p{color:#cbd5e1;font-size:1.1rem;line-height:1.85;margin:0 0 18px}.inovasi-intro__text strong{color:#67e8f9}.inovasi-intro__badges{display:flex;flex-direction:column;gap:16px}.inovasi-badge{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;border-radius:18px;background:#22d3ee14;border:1px solid rgba(34,211,238,.18)}.inovasi-badge__icon{font-size:1.8rem;line-height:1;flex-shrink:0}.inovasi-badge strong{display:block;color:#f8fafc;font-size:.95rem;margin-bottom:4px}.inovasi-badge p{margin:0;color:#94a3b8;font-size:.88rem;line-height:1.5}.inovasi-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.inovasi-feature{padding:28px 24px;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.22s ease}.inovasi-feature:hover{border-color:#22d3ee47;background:#22d3ee0f;transform:translateY(-3px)}.inovasi-feature__icon{font-size:2.2rem;display:block;margin-bottom:14px}.inovasi-feature h3{margin:0 0 10px;font-size:1.05rem;color:#f8fafc}.inovasi-feature p{margin:0;color:#94a3b8;font-size:.95rem;line-height:1.7}.inovasi-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}.inovasi-gallery__item{position:relative;overflow:hidden;border-radius:18px;aspect-ratio:4/3;border:1px solid rgba(255,255,255,.07)}.inovasi-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.inovasi-gallery__item:hover img{transform:scale(1.06)}.inovasi-gallery__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.75) 0%,transparent 55%);display:flex;align-items:flex-end;padding:14px;opacity:0;transition:opacity .3s ease}.inovasi-gallery__item:hover .inovasi-gallery__overlay{opacity:1}.inovasi-gallery__overlay span{color:#e2e8f0;font-size:.9rem;font-weight:600}.inovasi-cta__btns{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}.inovasi-cta__btns .btn--secondary{background:none;border:1px solid rgba(255,255,255,.18);cursor:pointer}.share-row{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.share-row__label{color:#94a3b8;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-right:2px}.share-row__btn{border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:#e2e8f0;border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:600;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.share-row__btn:hover{transform:translateY(-1px)}.share-row__btn--facebook{border-color:#3b82f680;background:#3b82f624}.share-row__btn--facebook:hover{background:#3b82f638}.share-row__btn--whatsapp{border-color:#22c55e7a;background:#22c55e21}.share-row__btn--whatsapp:hover{background:#22c55e33}.share-row__btn--telegram{border-color:#22d3ee80;background:#22d3ee1f}.share-row__btn--telegram:hover{background:#22d3ee33}.share-row__btn--x{border-color:#94a3b870;background:#94a3b824}.share-row__btn--x:hover{background:#94a3b83d}.share-row__btn--copy{border-color:#facc1573;background:#facc151f}.share-row__btn--copy:hover{background:#facc1538}.inovasi-story{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1200px;margin:0 auto;padding:46px 32px;border-top:1px solid rgba(255,255,255,.05)}.inovasi-story--reverse{direction:rtl}.inovasi-story--reverse>*{direction:ltr}.inovasi-story--alt{background:#ffffff04}.inovasi-story__text h2{font-size:clamp(1.4rem,2.5vw,2rem);color:#f8fafc;line-height:1.25;margin:10px 0 20px}.inovasi-story__text p{color:#cbd5e1;font-size:1.05rem;line-height:1.85;margin:0 0 10px}.inovasi-story__text strong{color:#67e8f9}.inovasi-story__image{position:relative}.inovasi-story__image img{width:100%;border-radius:18px;display:block;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px #00000073}.inovasi-story__caption{display:block;margin-top:10px;text-align:center;font-size:.82rem;color:#64748b;letter-spacing:.02em}.inovasi-users{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 14px}.inovasi-user-pill{background:#22d3ee17;border:1px solid rgba(34,211,238,.22);color:#a5f3fc;padding:7px 16px;border-radius:999px;font-size:.9rem;font-weight:500}.inovasi-readmore{display:flex;justify-content:center;padding:10px 32px 18px}.inovasi-readmore--collapse{padding-top:10px;padding-bottom:16px}.inovasi-readmore__btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1.5px solid rgba(34,211,238,.4);color:#67e8f9;padding:12px 28px;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:.22s ease;letter-spacing:.04em}.inovasi-readmore__btn:hover{background:#22d3ee1a;border-color:#67e8f9;transform:translateY(-1px)}.inovasi-readmore__btn--collapse{color:#94a3b8;border-color:#ffffff26}.inovasi-readmore__btn--collapse:hover{background:#ffffff0d;color:#cbd5e1}.read-more{margin-top:20px}.read-more__content{position:relative}.read-more__content--collapsed{max-height:260px;overflow:hidden}.read-more__fade{position:absolute;left:0;right:0;bottom:0;height:88px;background:linear-gradient(to top,#06142b,#06142b00);pointer-events:none}.read-more__toggle{display:flex;justify-content:center;margin-top:16px}.inovasi-expanded{animation:fadeSlideDown .4s ease}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.inovasi-awards{max-width:1200px;margin:0 auto;padding:64px 32px;border-top:1px solid rgba(255,255,255,.05)}.inovasi-awards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0}.inovasi-award-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:28px 20px;border-radius:20px;background:#22d3ee0f;border:1px solid rgba(34,211,238,.15)}.inovasi-award-card__icon{font-size:2.4rem}.inovasi-award-card strong{color:#f8fafc;font-size:1rem}.inovasi-award-card p{margin:0;color:#94a3b8;font-size:.88rem;line-height:1.5}.eduslot{max-width:1200px;margin:0 auto;padding:72px 32px 56px;border-top:none;order:-1}.eduslot__top{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.eduslot__hero{max-width:100%;align-self:start}.eduslot__hero h2{margin:10px 0 14px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;color:#f8fafc}.eduslot__tagline{margin:0;color:#67e8f9;font-size:1.15rem;font-weight:600}.eduslot__intro{margin-top:14px;color:#cbd5e1;line-height:1.8}.eduslot__actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.eduslot__actions .btn--secondary{cursor:pointer}.eduslot__sidecards{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.eduslot__showcase{margin-top:0;justify-self:end;max-width:520px;width:100%}.eduslot__showcase img{width:100%;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 56px #00000059}.eduslot__showcase span{display:block;margin-top:9px;color:#64748b;font-size:.84rem;text-align:right}.edutrack__gallery{display:grid;gap:16px}.edutrack__gallery--preview{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.edutrack__gallery--detail{grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0 6px}.edutrack__galleryItem{margin:0;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff06}.edutrack__galleryItem img{width:100%;display:block;aspect-ratio:16 / 10;object-fit:cover}.edutrack__galleryItem figcaption{padding:12px 14px 14px;color:#94a3b8;font-size:.82rem;line-height:1.55}.eduslot__showcase--panel{display:flex;align-items:stretch}.eduslot__showcaseCard{width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:28px;background:radial-gradient(circle at top left,rgba(34,211,238,.18),transparent 42%),linear-gradient(160deg,#0f172af5,#0c1222eb)}.eduslot__showcaseLabel{margin:0;color:#67e8f9;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.eduslot__showcaseCard h3{margin:0;color:#f8fafc;font-size:clamp(1.5rem,2.8vw,2.3rem);line-height:1.15}.eduslot__showcaseCard p{margin:0;color:#cbd5e1;line-height:1.8}.eduslot__showcaseModes{display:flex;flex-wrap:wrap;gap:10px}.eduslot__showcaseModes span{display:inline-flex;align-items:center;justify-content:center;margin-top:0;padding:8px 14px;border-radius:999px;border:1px solid rgba(34,211,238,.24);background:#22d3ee14;color:#a5f3fc;font-size:.84rem;text-align:center}.eduslot__grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}.eduslot__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:20px}.eduslot__card h3{margin:0 0 12px;font-size:1rem;color:#f8fafc;line-height:1.45}.eduslot__card ul,.eduslot__card ol{margin:0;padding-left:18px;color:#cbd5e1;line-height:1.65}.eduslot__card li+li{margin-top:8px}.eduslot__card--compact{padding:16px}.eduslot__card--compact h3{font-size:.92rem;margin-bottom:8px}.eduslot__card--compact ul,.eduslot__card--compact ol{font-size:.88rem;line-height:1.55}.eduslot__features{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.eduslot__feature-pill{background:#22d3ee14;border:1px solid rgba(34,211,238,.24);color:#a5f3fc;border-radius:999px;padding:8px 14px;font-size:.85rem}.eduslot__toggleWrap{margin-top:20px}.eduslot__more{margin-top:16px;padding:20px;border-radius:16px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);animation:fadeSlideDown .35s ease}.eduslot__more p{margin:0;color:#cbd5e1;line-height:1.8}.eduslot__more p+p{margin-top:10px}.edutrack__inlineVisual{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;align-items:center;margin:18px 0;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff06}.edutrack__inlineVisual img{width:100%;display:block;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000047}.edutrack__inlineVisualText h3{margin:8px 0 10px;color:#f8fafc;font-size:clamp(1.2rem,2.2vw,1.6rem);line-height:1.3}.edutrack__inlineVisualText p+p{margin-top:0}@media(max-width:900px){.inovasi-story{grid-template-columns:1fr;gap:22px;padding:32px 20px}.inovasi-story--reverse{direction:ltr}.inovasi-awards__grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.eduslot{padding:44px 20px}.eduslot__top{grid-template-columns:1fr;gap:16px}.eduslot__showcase{justify-self:stretch;max-width:none}.eduslot__showcase span{text-align:left}.eduslot__showcaseCard{padding:24px}.edutrack__gallery--preview,.edutrack__gallery--detail,.edutrack__inlineVisual,.eduslot__grid,.eduslot__sidecards{grid-template-columns:1fr}.eduslot__actions{flex-direction:column;align-items:stretch}}@media(max-width:600px){.inovasi-users{gap:8px}.inovasi-user-pill{font-size:.82rem;padding:6px 12px}.inovasi-page__hero-actions,.inovasi-cta__btns{flex-direction:column;align-items:stretch;text-align:center}.share-row{margin-top:14px}.share-row__btn{font-size:.74rem;padding:7px 10px}.edutrack__galleryItem figcaption{padding:10px 12px 12px}.edutrack__inlineVisual{padding:14px}}.handle{margin-top:8px;font-size:14px;letter-spacing:1px;color:#67e8f9;opacity:.9}section{margin-bottom:4rem}.statsSection{background:linear-gradient(135deg,#1e3a8a59,#0f172ae6);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.statsSection:hover{transform:translateY(-2px)}.statsCard{background:#ffffff05;border-radius:16px;padding:1.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.statsCard:hover{transform:translateY(-5px) scale(1.01);border:1px solid rgba(56,189,248,.4);box-shadow:0 10px 25px #38bdf814}.statsCard h3{font-size:2.2rem;font-weight:700}.contactSection{margin-top:3rem}.contactCard{background:#ffffff08;border-radius:18px;padding:2rem;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contactCard input,.contactCard textarea{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.7rem;color:#fff}.contactCard input:focus,.contactCard textarea:focus{border:1px solid rgba(56,189,248,.6);outline:none}.contactCard button{background:linear-gradient(135deg,#38bdf8,#22d3ee);border:none;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;transition:all .25s ease}.contactCard button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #22d3ee4d}.modulesPage{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 5rem}.modulesHero{margin-bottom:2rem;max-width:1080px}.modulesKicker{display:inline-block;margin-bottom:.75rem;color:#67e8f9;font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.modulesHero h1{margin:0 0 1rem;color:#f8fafc;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.modulesHeroText{max-width:980px;display:grid;gap:1rem}.modulesHero p{max-width:none;margin:0;color:#e2e8f0d1;font-size:1.05rem;line-height:1.8}.modulesGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch}.moduleCard{display:flex;flex-direction:column;padding:1.5rem;border-radius:22px;border:1px solid rgba(148,163,184,.14);background:radial-gradient(circle at top right,rgba(34,211,238,.08),transparent 30%),#0f172ab8;box-shadow:0 14px 40px #0000002e;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.moduleCard:hover{transform:translateY(-4px);border-color:#67e8f947;box-shadow:0 16px 44px #22d3ee14}.moduleMeta{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.moduleTag{padding:.35rem .7rem;border-radius:999px;background:#22d3ee14;border:1px solid rgba(103,232,249,.16);color:#67e8f9;font-size:.8rem;font-weight:600}.moduleCard h3{margin:0 0 .8rem;color:#f8fafc;font-size:1.35rem}.moduleCard p{margin:0 0 1.2rem;color:#e2e8f0cc;line-height:1.7;flex:1}.moduleCard a{display:inline-flex;align-items:center;gap:.4rem;color:#67e8f9;font-weight:700;text-decoration:none}.moduleCard a:hover{color:#a5f3fc}.moduleLinks{margin-top:1rem;display:flex;flex-direction:column;gap:.45rem}.simulatorPage{max-width:1240px;margin:0 auto;padding:3.5rem 1.5rem 5rem}.simulatorHero{position:relative;overflow:hidden;margin-bottom:2rem;padding:clamp(2rem,5vw,3.5rem);border:1px solid rgba(103,232,249,.14);border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(34,211,238,.16),transparent 28%),radial-gradient(circle at 10% 0%,rgba(59,130,246,.14),transparent 26%),#0f172aad;box-shadow:0 22px 70px #0003}.simulatorHero__kicker{display:inline-block;margin-bottom:.8rem;color:#67e8f9;font-size:.82rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.simulatorHero h1{max-width:820px;margin:0;color:#f8fafc;font-size:clamp(2.35rem,5vw,4.2rem);line-height:1.05}.simulatorHero p{max-width:860px;margin:1.25rem 0 0;color:#e2e8f0d1;font-size:1.08rem;line-height:1.85}.simulatorGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.simulatorCard{display:flex;min-height:100%;flex-direction:column;padding:1.45rem;border-radius:22px;border:1px solid rgba(148,163,184,.14);background:linear-gradient(180deg,#ffffff0e,#ffffff06),#0f172ac7;box-shadow:0 14px 42px #0000002e;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.simulatorCard:hover{transform:translateY(-4px);border-color:#67e8f94d;box-shadow:0 18px 50px #22d3ee1a}.simulatorCard__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.simulatorCard__meta span{padding:.35rem .7rem;border-radius:999px;background:#22d3ee14;border:1px solid rgba(103,232,249,.16);color:#67e8f9;font-size:.78rem;font-weight:700}.simulatorCard h3{margin:0 0 .8rem;color:#f8fafc;font-size:1.24rem;line-height:1.3}.simulatorCard p{flex:1;margin:0;color:#cbd5e1e6;font-size:1rem;line-height:1.75}.simulatorCard__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:1.3rem;padding:.78rem 1rem;border-radius:14px;background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49;font-weight:800;transition:transform .22s ease,box-shadow .22s ease}.simulatorCard__button:hover{transform:translateY(-2px);box-shadow:0 12px 26px #22d3ee2e}.linearSim{max-width:1280px;margin:0 auto;padding:2.8rem 1.5rem 5rem}.linearSim__hero{margin-bottom:1.4rem;padding:clamp(1.6rem,4vw,2.6rem);border-radius:28px;border:1px solid rgba(103,232,249,.16);background:radial-gradient(circle at 85% 12%,rgba(34,211,238,.18),transparent 24%),#0f172ab8}.linearSim__back{display:inline-flex;margin-bottom:1rem;color:#67e8f9;font-weight:800}.linearSim__hero h1{margin:0;color:#f8fafc;font-size:clamp(2.1rem,5vw,3.8rem);line-height:1.08}.linearSim__hero p{max-width:920px;margin:1rem 0 0;color:#e2e8f0db;font-size:1.05rem;line-height:1.82}.linearSim__workspace{display:grid;grid-template-columns:330px 1fr;gap:1.2rem;align-items:stretch}.linearPanel,.linearStage{border-radius:24px;border:1px solid rgba(148,163,184,.14);background:#0f172ac7;box-shadow:0 16px 44px #0000002e}.linearPanel{padding:1.3rem}.linearPanel h2{margin:0 0 1rem;color:#f8fafc;font-size:1.25rem}.linearPanel--controls label{display:grid;gap:.55rem;margin-bottom:1.15rem;color:#e2e8f0db}.linearPanel--controls label span{font-size:.95rem}.linearPanel--controls label strong{color:#67e8f9;font-size:1.05rem}.linearPanel input[type=range]{width:100%;accent-color:#22d3ee}.linearSim__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.linearSim__actions button{border:0;border-radius:14px;padding:.78rem .9rem;background:#ffffff0f;color:#f8fafc;font-weight:800;cursor:pointer;transition:transform .22s ease,background .22s ease}.linearSim__actions button:first-child,.linearSim__actions button:last-child{background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49}.linearSim__actions button:hover{transform:translateY(-2px);background:#67e8f92e}.linearStage{overflow:hidden;padding:1.3rem;background:linear-gradient(180deg,#0ea5e914,#0f172ac7),#0f172ac7}.linearStage__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.linearStage__metrics div{padding:.9rem;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.linearStage__metrics span{display:block;color:#cbd5e1c7;font-size:.82rem;margin-bottom:.35rem}.linearStage__metrics strong{color:#f8fafc;font-size:1.05rem}.linearTrackWrap{position:relative;min-height:300px;border-radius:24px;background:linear-gradient(180deg,#ffffff14,#ffffff05),radial-gradient(circle at 50% 30%,rgba(103,232,249,.12),transparent 34%);overflow:hidden}.tickerTape{margin-top:1rem;padding:1rem;border-radius:20px;background:#02061785;border:1px dashed rgba(103,232,249,.22)}.tickerTape__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.tickerTape__label{margin-bottom:.25rem;color:#67e8f9;font-weight:800}.tickerTape__header p{margin:0;color:#cbd5e1b8;font-size:.9rem}.tickerTape__header button{flex:0 0 auto;border:0;border-radius:14px;padding:.72rem 1rem;background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49;font-weight:900;cursor:pointer}.tickerTape__header button:disabled{cursor:not-allowed;background:#94a3b833;color:#e2e8f080}.tickerTape__continuousWrap{overflow-x:auto;display:grid;gap:.45rem;padding-bottom:.3rem}.tickerTape__continuous{position:relative;height:58px;min-width:420px;border-radius:14px;background:repeating-linear-gradient(90deg,#0f172a1a 0 13px,#0f172a2e 13px 14px),#f8fafc;border:1px solid rgba(15,23,42,.12)}.tickerTape__continuous span{position:absolute;top:50%;width:7px;height:7px;border-radius:50%;background:#0f172a;transform:translate(-50%,-50%)}.tickerTape__continuousWrap small{color:#cbd5e1c7}.linearData{display:grid;grid-template-columns:minmax(300px,.85fr) 1.15fr;gap:1.2rem;margin-top:1.2rem}.linearTableWrap{max-height:360px;overflow:auto}.linearTableWrap table{width:100%;border-collapse:collapse;color:#e2e8f0e0}.linearTableWrap th,.linearTableWrap td{padding:.7rem;border-bottom:1px solid rgba(255,255,255,.07);text-align:right}.linearTableWrap th:first-child,.linearTableWrap td:first-child{text-align:left}.linearTableWrap th{color:#67e8f9;font-size:.84rem}.linearGraphs{display:grid;gap:1rem}.linearChart{padding:1rem;border-radius:24px;border:1px solid rgba(148,163,184,.14);background:#0f172ac7}.linearChart__header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem;color:#cbd5e1c7}.linearChart h4{margin:0;color:#f8fafc}.linearChart svg{width:100%;min-height:180px}.linearChart line{stroke:#e2e8f059;stroke-width:2}.linearChart polyline{fill:none;stroke:#22d3ee;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.linearChart circle{fill:#f8fafc;stroke:#22d3ee;stroke-width:2}.linearTrackSvg{display:block;width:100%;height:auto;min-height:300px}.trackSky{fill:#0f172a85}.trackFloor{stroke:#e2e8f057;stroke-width:5;stroke-linecap:round}.trackFloorLabel,.trackHeightLabel{fill:#e2e8f0c7;font-size:18px;font-weight:800}.trackSupport{stroke:#94a3b8;stroke-width:12;stroke-linecap:round}.trackRailShadow{stroke:#0f172a61;stroke-width:26;stroke-linecap:round}.trackRail{stroke:url(#trackMetal);stroke-width:18;stroke-linecap:round}.softWall__pad{fill:#facc15;stroke:#854d0e;stroke-width:4;filter:drop-shadow(0 0 16px rgba(250,204,21,.26))}.softWall__base{fill:#facc156b}.softWall text{fill:#fef3c7;font-size:14px;font-weight:900;text-anchor:end}.svgCartRig{transform:translate(var(--start-x),var(--start-y));transition:transform 16ms linear;will-change:transform}.svgCartBody{fill:url(#cartBlue);filter:drop-shadow(0 12px 18px rgba(34,211,238,.22))}.svgCartPanel{fill:#082f493d}.svgCartWheel{fill:#0f172a;stroke:#e2e8f0;stroke-width:5}.svgLoad rect{fill:#f59e0b;stroke:#78350f47;stroke-width:1.5}.gravityArrow line,.gravityArrow path{stroke:#fbbf24;stroke-width:5;stroke-linecap:round;fill:none}.gravityArrow text{fill:#fde68a;font-size:15px;font-weight:800}.motionTrail{stroke:#67e8f947;stroke-width:18;stroke-linecap:round}.tickerTape__segments{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.3rem}.tickerTape__empty,.tapeChart__empty{min-height:72px;display:grid;place-items:center;border-radius:16px;border:1px dashed rgba(103,232,249,.2);color:#cbd5e1b8;text-align:center;padding:1rem}.tickerSegment{flex:0 0 auto;display:grid;gap:.35rem;min-width:86px}.tickerSegment__strip{position:relative;height:48px;min-width:68px;max-width:260px;border-radius:12px;background:repeating-linear-gradient(90deg,#0f172a1a 0 11px,#0f172a2e 11px 12px),#f8fafc;border:1px solid rgba(15,23,42,.12)}.tickerSegment__strip span{position:absolute;top:50%;width:7px;height:7px;border-radius:50%;background:#0f172a;transform:translate(-50%,-50%)}.tickerSegment strong{color:#f8fafc;font-size:.84rem}.tickerSegment small{color:#cbd5e1c7}.linearData{grid-template-columns:1fr}.linearData__secondary{display:grid;grid-template-columns:minmax(300px,1fr) minmax(300px,1fr);gap:1.2rem}.tapeChart{padding:1rem;border-radius:24px;border:1px solid rgba(148,163,184,.14);background:#0f172ac7}.tapeChart__body{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:stretch;gap:.7rem}.tapeChart__yLabel{writing-mode:vertical-rl;transform:rotate(180deg);justify-self:center;align-self:center;color:#cbd5e1c7;font-size:.82rem;font-weight:700}.tapeChart__scroll{overflow-x:auto;padding-bottom:.2rem}.tapeChart__plot{display:flex;align-items:end;gap:0;min-height:340px;min-width:max-content;padding:1rem .25rem 0;border-left:2px solid rgba(226,232,240,.28);border-bottom:2px solid rgba(226,232,240,.28)}.tapeChart__barGroup{display:flex;align-items:end;min-width:44px;height:340px;color:#e2e8f0d1;text-align:center}.tapeChart__barWrap{display:flex;align-items:end;justify-content:center;width:100%;height:100%}.tapeChart__tapeBar{position:relative;display:block;width:44px;border-radius:0;border:1px solid #0f172a;background:repeating-linear-gradient(0deg,#0f172a1a 0 16px,#0f172a2e 16px 17px),#f8fafc;box-shadow:0 10px 24px #e2e8f017;overflow:hidden;transition:height .12s linear}.tapeChart__tapeBar span{position:absolute;left:50%;width:7px;height:7px;border-radius:50%;background:#0f172a;transform:translate(-50%,50%)}.tapeChart__xLabels{display:flex;min-width:max-content;margin-left:2px;padding-top:.45rem}.tapeChart__labelGroup{display:grid;min-width:44px;text-align:center}.tapeChart__labelGroup strong{color:#f8fafc;font-size:.82rem}.tapeChart__labelGroup small{color:#cbd5e1c2;font-size:.74rem}.tapeChart__axis{display:flex;justify-content:space-between;gap:1rem;margin-top:.75rem;color:#cbd5e1c7;font-size:.82rem}.analysisPanel dl{display:grid;gap:.65rem;margin:0 0 1rem}.analysisPanel dl div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.55rem;border-bottom:1px solid rgba(255,255,255,.07)}.analysisPanel dt{color:#cbd5e1c7}.analysisPanel dd{margin:0;color:#67e8f9;font-weight:800}.formulaStack{display:grid;gap:.75rem}.formulaStack p{margin:0;color:#cbd5e1cc}.formulaBlock{padding:.8rem;background:#22d3ee14;border:1px solid rgba(103,232,249,.14);margin:0;border-radius:12px}.formulaLine{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-top:.45rem;color:#f8fafc;font-weight:800;line-height:1.45}.formulaFraction{display:inline-grid;min-width:86px;text-align:center;line-height:1.25}.formulaFraction span:first-child{padding:0 .45rem .25rem;border-bottom:2px solid rgba(248,250,252,.9)}.formulaFraction span:last-child{padding:.25rem .45rem 0;color:#e2e8f0d1;font-size:.86rem}.formulaBlock small{display:block;margin-top:.45rem;color:#cbd5e1c2}.electrolysisPage{max-width:1280px;margin:0 auto;padding:2.8rem 1.5rem 5rem}.electroHero,.electroPanel{border-radius:24px;border:1px solid rgba(148,163,184,.15);background:linear-gradient(180deg,#ffffff0e,#ffffff06),#0f172ac7;box-shadow:0 16px 44px #0000002e}.electroHero{margin-bottom:1.1rem;padding:clamp(1.6rem,4vw,2.6rem);background:radial-gradient(circle at 82% 12%,rgba(250,204,21,.14),transparent 24%),radial-gradient(circle at 15% 8%,rgba(34,211,238,.16),transparent 28%),#0f172abd}.electroHero h1{max-width:940px;margin:0;color:#f8fafc;font-size:clamp(2rem,5vw,3.7rem);line-height:1.08}.electroHero p{max-width:920px;margin:1rem 0 0;color:#e2e8f0db;font-size:1.05rem;line-height:1.8}.electroModeBar{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem}.electroModeBar button,.electroApparatus__top button,.schemePanel button,.aqueousActions button,.inferenceBox button{border:0;border-radius:14px;padding:.76rem 1rem;background:#ffffff12;color:#f8fafc;font-weight:900;cursor:pointer}.electroModeBar button.active,.electroApparatus__top button:not(:disabled),.schemePanel button,.aqueousActions button:not(:disabled),.inferenceBox button:not(:disabled){background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#082f49}.electroModeBar button:last-child{margin-left:auto;background:#facc1526;color:#fde68a}.burnerSwitch{position:relative;display:inline-flex;min-width:154px;align-items:center;justify-content:space-between;border-radius:999px!important;padding:.58rem .68rem .58rem 1rem!important;box-shadow:inset 0 0 0 2px #ffffff29}.burnerSwitch span{font-size:.82rem}.burnerSwitch i{width:30px;height:30px;border-radius:50%;background:#f8fafc;box-shadow:0 2px 8px #00000042}.burnerSwitch--on{background:linear-gradient(135deg,#16a34a,#22c55e)!important;color:#f0fdf4!important}.burnerSwitch--off{background:linear-gradient(135deg,#dc2626,#ef4444)!important;color:#fff1f2!important}.electroLayout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1rem;align-items:start}.electroPanel{padding:1.15rem}.electroPanel h2{margin:0 0 .85rem;color:#f8fafc;font-size:1.22rem}.materialTray{display:grid;gap:.8rem}.electroMaterial{display:grid;gap:.35rem;width:100%;border:1px solid rgba(103,232,249,.16);border-radius:16px;padding:.95rem;background:#082f4961;color:#f8fafc;text-align:left;cursor:grab}.electroMaterial--visual{grid-template-columns:56px 1fr;align-items:center}.electroMaterial--visual small{grid-column:2}.powderScoop{position:relative;display:block;width:82px;height:46px;grid-row:span 2;transform:scale(.7);transform-origin:left center}.powderScoop__spoon{position:absolute;left:0;bottom:8px;width:62px;height:10px;border-radius:999px 8px 8px 999px;background:linear-gradient(90deg,#d1d5db,#f8fafc 55%,#9ca3af);border:2px solid rgba(15,23,42,.35)}.powderScoop__handle{position:absolute;left:54px;bottom:10px;width:64px;height:8px;border-radius:999px;background:repeating-linear-gradient(45deg,rgba(15,23,42,.28) 0 3px,transparent 3px 6px),linear-gradient(#cbd5e1,#94a3b8);border:1px solid rgba(15,23,42,.25)}.powderScoop__pile{position:absolute;left:5px;bottom:17px;width:58px;height:28px;border-radius:60% 55% 45% 35%;background:radial-gradient(circle at 20% 70%,#fef3c7 0 6px,transparent 7px),radial-gradient(circle at 46% 38%,#f8e6a1 0 8px,transparent 9px),radial-gradient(circle at 68% 70%,#e8d783 0 7px,transparent 8px),#eadf9a;box-shadow:inset 0 -5px #a162071f}.carbonElectrodeIcon{position:relative;display:flex;width:42px;height:72px;align-items:center;justify-content:center;gap:8px;grid-row:span 2}.carbonElectrodeIcon span{width:10px;height:62px;border-radius:999px;background:linear-gradient(90deg,#020617,#475569,#0f172a);border:2px solid #94a3b8;box-shadow:inset 3px 0 5px #ffffff14}.powderScoop--salt .powderScoop__pile{background:radial-gradient(circle at 24% 68%,#ffffff 0 6px,transparent 7px),radial-gradient(circle at 50% 42%,#e2e8f0 0 8px,transparent 9px),radial-gradient(circle at 72% 72%,#f8fafc 0 7px,transparent 8px),#cbd5e1}.waterBeakerIcon{position:relative;display:block;width:48px;height:66px;grid-row:span 2}.waterBeakerIcon__glass{position:absolute;left:7px;top:4px;width:34px;height:54px;border:3px solid rgba(226,232,240,.82);border-top-width:4px;border-radius:4px 4px 14px 14px;background:#ffffff0f}.waterBeakerIcon__water{position:absolute;left:11px;bottom:10px;width:26px;height:30px;border-radius:4px 4px 12px 12px;background:linear-gradient(#67e8f9,#0284c7);box-shadow:0 0 14px #22d3ee66}.burnerIcon{position:relative;display:block;width:42px;height:72px;grid-row:span 2}.burnerIcon__flame{position:absolute;left:13px;top:0;width:18px;height:30px;border-radius:70% 70% 55% 55%;background:linear-gradient(#fde68a,#f97316);box-shadow:0 0 14px #f97316a6}.burnerIcon__tube{position:absolute;left:14px;top:28px;width:16px;height:34px;border-radius:5px;background:#475569;border:2px solid #94a3b8}.burnerIcon__base{position:absolute;left:3px;bottom:0;width:38px;height:12px;border-radius:999px;background:#334155;border:2px solid #94a3b8}.burnerControlDock{display:flex;gap:.8rem;justify-content:center;margin:-2.6rem 0 1rem;pointer-events:none}.burnerControlDock .burnerSwitch{pointer-events:auto}.electroMaterial span{font-weight:900}.electroMaterial small,.electroNote p,.learningPanel p,.challengePanel p{color:#cbd5e1c7;line-height:1.65}.electroMaterial--placed{border-color:#22c55e47;background:#22c55e17;cursor:default}.electroNote{margin-top:.2rem;padding:.95rem;border-radius:16px;background:#facc1517;border:1px solid rgba(250,204,21,.18)}.electroNote strong{color:#fde68a}.electroMain{display:grid;gap:1rem}.electroApparatus__top{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.electroApparatus__top p{margin:0;color:#cbd5e1c7}.electroApparatus__top button:disabled,.aqueousActions button:disabled,.inferenceBox button:disabled{cursor:not-allowed;background:#94a3b82e;color:#e2e8f07a}.electroSvgDrop{border-radius:22px;overflow:hidden;background:#02061761}.electroSvg{display:block;width:100%;min-height:420px}.apparatusBg{fill:#0f172a8f}.wire{fill:none;stroke:#cbd5e1;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.circuitSwitch line{stroke:#facc15;stroke-width:5;stroke-linecap:round}.circuitSwitch .switchBlade{transition:y2 .2s ease}.circuitSwitch text{fill:#fde68a;font-size:15px;font-weight:900;text-anchor:middle}.circuitSwitch--on line{stroke:#86efac}.battery rect{fill:#e2e8f01a;stroke:#e2e8f0;stroke-width:3}.battery line,.battery text{stroke:none;fill:#f8fafc;font-weight:800;text-anchor:middle}.bulb circle{fill:#94a3b824;stroke:#e2e8f0;stroke-width:4}.bulb--on circle{fill:url(#bulbGlow);filter:drop-shadow(0 0 20px rgba(250,204,21,.9))}.bulb path,.tripod line{stroke:#cbd5e1;stroke-width:5;stroke-linecap:round}.bulb text,.electrodes text,.electrodeGhost text,.tripod text,.materialLabel,.apparatusLabel,.crucibleDrop text,.burner text,.beaker text{fill:#e2e8f0;font-size:18px;font-weight:800;text-anchor:middle}.electrodes rect{fill:#0f172a;stroke:#94a3b8;stroke-width:4}.carbonRods rect{fill:#111827}.electrodeGhost rect{fill:#94a3b814;stroke:#94a3b875;stroke-width:4;stroke-dasharray:10 8}.electrodeGhost text,.apparatusLabel{fill:#e2e8f0b8;font-size:16px}.crucible{fill:#e2e8f014;stroke:#e2e8f0;stroke-width:5}.crucibleLip{stroke:#f8fafc;stroke-width:7;stroke-linecap:round}.solidPb{fill:#cbd5e1;opacity:.9}.moltenPb{fill:url(#moltenPb);filter:drop-shadow(0 0 22px rgba(249,115,22,.65));animation:moltenPulse 1.6s ease-in-out infinite}.moltenIons text{fill:#fef3c7;font-size:16px;font-weight:900;text-anchor:middle;animation:moltenIonDrift 1.8s ease-in-out infinite alternate}.moltenIons text:nth-child(2),.moltenIons text:nth-child(4){animation-delay:.45s}.heatVapour path{fill:none;stroke:#fef3c7a6;stroke-width:4;stroke-linecap:round;animation:vapourRise 1.8s ease-in-out infinite}.flame path:first-child{fill:#f97316;filter:drop-shadow(0 0 20px rgba(249,115,22,.9))}.flame path:last-child{fill:#fde68a}.burner rect{fill:#334155;stroke:#94a3b8;stroke-width:3}.aqueousActions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;justify-content:end}.aqueousActions label{color:#e2e8f0db;font-weight:800}.beakerWall,.beakerLip{fill:#e2e8f00a;stroke:#e2e8f0b3;stroke-width:5;stroke-linecap:round}.beakerLip{fill:none;stroke:#67e8f973;stroke-width:3}.aqueousLiquid{fill:#22d3ee3d;stroke:#67e8f97a;stroke-width:3}.aqueousSolute{fill:#67e8f9;font-size:24px;font-weight:900;text-anchor:middle}.ion{font-size:18px;font-weight:900}.ion--pb,.ion--cation{fill:#38bdf8;animation:ionToCathodeRight 3.2s cubic-bezier(.35,0,.2,1) infinite}.ion--br,.ion--anion{fill:#facc15;animation:ionToAnodeLeft 3.2s cubic-bezier(.35,0,.2,1) infinite}.ion--path2{animation-delay:.45s}.ion--path3{animation-delay:.9s}.ion--path4{animation-delay:1.35s}.ionLayer:not(.ionLayer--active) .ion{animation:none}.ionPath{fill:none;stroke-width:3;stroke-dasharray:8 8}.ionPath--pb,.ionPath--cation{stroke:#38bdf8}.ionPath--br,.ionPath--anion{stroke:#facc15}.ionLabel{fill:#e2e8f0;font-size:13px;font-weight:800}.learningPanel p{margin:0;font-size:1.05rem}.electroObservation,.schemePanel,.comparisonPanel,.reflectionPanel,.challengePanel{margin-top:1rem}.electroTableWrap{overflow-x:auto}.electroTableWrap table{width:100%;border-collapse:collapse;color:#e2e8f0e0}.electroTableWrap th{background:#67e8f924;color:#67e8f9}.electroTableWrap th,.electroTableWrap td{min-width:190px;padding:.85rem;border:1px solid rgba(103,232,249,.18);vertical-align:top}.electroTableWrap select,.inferenceBox textarea,.reflectionList input{width:100%;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:.7rem;background:#02061780;color:#f8fafc}.inferenceBox{display:grid;gap:.5rem}.inferenceBox button{justify-self:start;padding:.58rem .85rem}.checkText{margin:.45rem 0 0;font-weight:900}.checkText--ok{color:#86efac}.checkText--bad{color:#fca5a5}.checkText--warn{color:#fde68a}.schemeList{display:grid;gap:.7rem;margin-top:1rem;color:#e2e8f0e0;line-height:1.7}.reflectionList{display:grid;gap:.9rem}.reflectionList label{display:grid;gap:.5rem;color:#e2e8f0e6;font-weight:800}.scoreGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0}.scoreGrid div{padding:.95rem;border-radius:16px;background:#22d3ee14;border:1px solid rgba(103,232,249,.14)}.scoreGrid span{display:block;color:#cbd5e1c2}.scoreGrid strong,.totalScore{color:#67e8f9;font-size:1.25rem}@keyframes moltenPulse{0%,to{opacity:.82}50%{opacity:1}}@keyframes vapourRise{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:.8;transform:translateY(-8px)}}@keyframes moltenIonDrift{0%{transform:translate(-8px) translateY(2px);opacity:.75}to{transform:translate(8px) translateY(-5px);opacity:1}}@keyframes ionToCathodeRight{0%{transform:translate(0);opacity:1}25%{transform:translate(28px,-18px);opacity:1}52%{transform:translate(76px,14px);opacity:1}82%{transform:translate(132px,-74px);opacity:1}to{transform:translate(154px,-116px);opacity:0}}@keyframes ionToAnodeLeft{0%{transform:translate(0);opacity:1}28%{transform:translate(-24px,-20px);opacity:1}54%{transform:translate(-82px,12px);opacity:1}84%{transform:translate(-142px,-72px);opacity:1}to{transform:translate(-178px,-116px);opacity:0}}@media(max-width:960px){.modulesGrid{grid-template-columns:1fr}.simulatorGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.linearSim__workspace,.linearData,.linearData__secondary,.electroLayout,.scoreGrid{grid-template-columns:1fr}.electroModeBar button:last-child{margin-left:0}}@media(max-width:640px){.modulesGrid{grid-template-columns:1fr}.modulesPage,.simulatorPage{padding:2.2rem 1rem 4rem}.simulatorHero{border-radius:22px}.simulatorGrid{grid-template-columns:1fr}.linearSim{padding:2rem 1rem 4rem}.linearStage__metrics{grid-template-columns:1fr}.linearTrackWrap{min-height:230px}.linearSim__actions{grid-template-columns:1fr}.tickerTape__header{align-items:stretch;flex-direction:column}.electrolysisPage{padding:2rem 1rem 4rem}.electroApparatus__top,.aqueousActions{align-items:stretch;flex-direction:column}.electroSvg{min-height:330px}}
