.nav__views{display:flex;align-items:center;margin-left:25px;margin-right:0;order:3;position:relative;z-index:1}.nav__viewsBox{background:#000;color:#39c7f2;padding:6px 14px;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;align-items:flex-start;min-width:90px}.nav__viewsTitle{font-size:.95rem;font-weight:600;margin-bottom:2px}.nav__viewsCount{font-size:1.15rem;font-weight:700;color:#fff}.nav__viewsDesc{font-size:.7rem;opacity:.7;margin-top:2px}.nav__brandBlock{display:flex;align-items:center;gap:18px}.nav__titleTag{display:flex;flex-direction:column;align-items:flex-start}.nav__title{font-size:1.6rem;font-weight:700;color:#222;margin-bottom:2px;line-height:1.1}.nav__tagline{font-size:1.05rem;color:#000;font-weight:500;margin-top:0;letter-spacing:.01em}.nav{width:100%;background:#fff;border-bottom:1px solid #eef2f7;position:sticky;top:0;z-index:50;min-height:80px;height:auto;display:flex;align-items:center}.nav__inner{width:min(1200px,92%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 0;flex-wrap:wrap}.nav__brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#000;flex-shrink:0}.nav__logo{width:100px;height:100px;object-fit:contain}.nav__icon{width:42px;height:42px;display:grid;place-items:center;background:#4f46e5;color:#fff;border-radius:14px}.nav__links{display:flex;gap:28px;font-weight:700;color:#374151;align-items:center}.nav__links a{text-decoration:none;color:#374151;white-space:nowrap;line-height:1}.nav__links a:visited,.nav__links a:active{color:#374151;text-decoration:none}.nav__links a:hover{color:#49cac8}.nav__actions{text-decoration:none;display:flex;align-items:center;gap:16px}.nav__linkBtn{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;white-space:nowrap;line-height:1}.nav__linkBtn:hover,.nav__linkBtn:active{color:#49cac8}.btn{border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:999px;white-space:nowrap;font-weight:700}.btn--primary{background:linear-gradient(135deg,#6d5dfc,#4f46e5);color:#fff;box-shadow:0 10px 26px #4f46e538}.btn--pill{padding:12px 18px;border-radius:999px}.btnDark{border:none;border-radius:999px;font-weight:700;cursor:pointer;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;white-space:nowrap}.hamburger{width:44px;height:44px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;display:none;align-items:center;justify-content:center;gap:5px;flex-direction:column;cursor:pointer}.hamburger span{width:18px;height:2px;background:#111827;border-radius:3px;transition:transform .2s ease,opacity .2s ease}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile{position:fixed;inset:0;z-index:9999;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile--open{opacity:1;pointer-events:auto}.mobile__backdrop{position:absolute;inset:0;background:#00000059;border:none}.mobile__panel{position:absolute;top:0;right:0;height:100%;width:min(340px,86vw);background:#fff;padding:18px 16px;border-radius:18px 0 0 18px;box-shadow:-20px 0 60px #0000002e;z-index:2;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.mobile__panel a{width:100%;padding:12px;border-radius:12px;font-weight:800;color:#111827;text-decoration:none;text-align:left}.mobile__panel a:hover{background:#f3f4f6}.mobile__panel button{width:100%;padding:12px;border-radius:12px;font-weight:800;color:#111827;text-align:left;background:transparent;border:none;cursor:pointer}.mobile__panel button:hover{background:#f3f4f6}.mobile__cta{width:100%;margin-top:8px;font-size:14px;padding:12px 16px}@media(max-width:850px){.nav__inner{flex-direction:row;align-items:center;padding:10px 0}.nav__links,.nav__cta{display:none}.hamburger{display:flex}.nav__logo{width:60px;height:60px}.nav__brand h1{font-size:1rem;line-height:1.2}.nav__actions{gap:8px}}@media(max-width:600px){.nav__inner{flex-direction:column;align-items:stretch;gap:8px;padding:8px 0}.nav__brand{font-size:15px;flex-direction:row;justify-content:flex-start;gap:8px}.nav__logo{width:44px;height:44px}.nav__icon{width:32px;height:32px}.hamburger{width:36px;height:36px}.nav__actions{flex-direction:row;gap:6px;justify-content:flex-end}.btn,.btnDark{height:38px;padding:0 12px;font-size:.95rem}.btn--pill{padding:8px 12px}}@media(max-width:400px){.nav__brand h1{font-size:.85rem}.nav__logo{width:32px;height:32px}.btn,.btnDark{font-size:.85rem;padding:0 8px}}.hero{text-align:center;padding:100px 20px;max-width:1000px;margin:0 auto}.hero__badge{display:inline-block;padding:8px 18px;background:#e0e7ff;color:#4f46e5;border-radius:999px;font-weight:800;margin-bottom:26px}.hero__title{font-size:52px;font-weight:1000;line-height:1.15}.hero__title span{color:#4f46e5;font-size:1em}.hero__sub{margin:26px auto 0;max-width:780px;color:#6b7280;font-size:18px;line-height:1.7}.hero__actions{margin-top:40px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.hero__btn{padding:16px 34px;border-radius:18px;font-weight:900}.hero__btn--primary{border:none;background:linear-gradient(135deg,#6352fb,#4f47d7);color:#fff;box-shadow:0 10px 24px #4f46e547}.hero__btn--outline{background:#6be2f4;border:1px solid #e5e7eb;color:#000;box-shadow:0 10px 24px #4f46e547}@media(max-width:900px){.hero__title{font-size:42px}}@media(max-width:768px){.hero{padding:70px 16px}.hero__title{font-size:36px;line-height:1.2}.hero__badge{padding:6px 14px;font-size:12px}.hero__sub{font-size:15px;margin:20px auto 0}}@media(max-width:600px){.hero{padding:60px 14px}.hero__title{font-size:28px}.hero__badge{margin-bottom:18px}.hero__sub{font-size:14px;margin:16px auto 0;line-height:1.5}.hero__btn{padding:12px 24px;font-size:13px;border-radius:12px}.hero__actions{margin-top:32px;gap:10px}}.trusted{padding:70px 20px;background:#f9fafb;text-align:center}.trusted__title{letter-spacing:2px;color:#9ca3af;font-weight:900;font-size:18px;margin-bottom:26px}.trusted__content{max-width:600px;margin:0 auto 40px;font-weight:600;color:#6b7280;font-size:16px;line-height:1.7}.trusted__row{display:flex;justify-content:center;gap:80px;flex-wrap:wrap;font-size:26px;font-weight:900;color:#9ca3af}@media(max-width:768px){.trusted{padding:60px 20px}.trusted__title{font-size:14px;margin-bottom:20px}.trusted__content{font-size:14px;margin:0 auto 32px}.trusted__row{gap:40px;font-size:18px}}@media(max-width:600px){.trusted{padding:45px 14px}.trusted__title{font-size:12px;margin-bottom:16px}.trusted__content{font-size:13px;margin:0 auto 28px;line-height:1.5}.trusted__row{gap:20px;font-size:14px}}.trans{width:min(1400px,92%);margin:0 auto;padding:90px 0;display:flex;gap:60px;align-items:start;scroll-margin-top:90px}.trans__left{flex:1}.trans__left h2{font-size:48px;font-weight:950;line-height:1.1}.trans__left h2 span{color:#4f46e5}.trans__left p{margin:22px 0 28px;color:#6b7280;font-size:18px;line-height:1.7}.feature{display:flex;gap:16px;padding:18px;background:#fff;border-radius:16px;margin-bottom:16px;box-shadow:0 10px 30px #0000000f}.feature__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#e0e7ff;color:#4f46e5;font-weight:900;flex-shrink:0}.feature h4{font-size:18px;margin-bottom:4px}.feature p{margin:0;color:#6b7280;font-size:14px}.trans__right{background:#fff;border:1px solid #eef2f7;border-radius:28px;padding:26px;box-shadow:0 18px 50px #00000014;height:auto;min-height:auto;align-self:start}.proofHead{display:flex;justify-content:space-between;align-items:center}.live{color:#10b981;font-weight:900;font-size:12px}.donut{width:220px;height:220px;border-radius:50%;margin:44px auto;background:conic-gradient(#4f46e5 0% 60%,#818cf8 60% 85%,#c7d2fe 85% 100%);position:relative;display:grid;place-items:center}.donut:before{content:"";width:150px;height:150px;border-radius:50%;background:#fff;position:absolute}.donut__center{position:relative;text-align:center}.donut__center h2{font-size:40px;font-weight:950}.donut__center p{color:#6b7280;letter-spacing:2px;font-size:12px;font-weight:900}.docsTitle{margin-top:10px;color:#9ca3af;letter-spacing:2px;font-weight:900;font-size:12px}.doc{margin-top:16px;background:#f9fafb;border-radius:16px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.doc p{margin-top:6px;color:#6b7280;font-size:12px}.verified{background:#d1fae5;color:#059669;padding:6px 12px;border-radius:999px;font-weight:900;font-size:12px}@media(max-width:950px){.trans{flex-direction:column;gap:40px}}@media(max-width:768px){.trans{padding:60px 20px;gap:30px}.trans__left h2{font-size:36px}.trans__left p{font-size:15px}.feature{padding:14px;margin-bottom:12px}}@media(max-width:600px){.trans{padding:50px 16px;gap:24px}.trans__left h2{font-size:28px}.trans__left p{font-size:14px;line-height:1.6}.trans__right{padding:20px;border-radius:18px}.donut{width:160px;height:160px;margin:24px auto}.donut:before{width:110px;height:110px}.donut__center h2{font-size:28px}.donum__center p{font-size:10px}.feature{padding:12px;gap:12px;margin-bottom:10px}.feature__icon{width:40px;height:40px;font-size:18px}.feature h4{font-size:16px}.feature p{font-size:13px}}.cat{width:min(1400px,92%);margin:0 auto 70px;padding:0 8px}.cat__tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.tab{border:1px solid #e5e7eb;background:#fff;padding:10px 14px;border-radius:999px;cursor:pointer;font-weight:800;color:#374151;font-size:14px}.tab.active{border-color:#4f46e5;color:#4f46e5}.yearCard{display:flex;border-radius:44px;overflow:hidden;box-shadow:0 18px 60px #00000014;background:#fff}.yearLeft{width:38%;padding:44px 46px;color:#fff}.icoBox{width:64px;height:64px;border-radius:18px;background:#ffffff2e;display:grid;place-items:center;font-size:26px;margin-bottom:20px;flex-shrink:0}.leftTitle{font-size:44px;font-weight:950;line-height:1.05;margin-bottom:28px}.leftSubtitle{font-size:14px;margin-top:12px;margin-bottom:18px;opacity:.9;line-height:1.5;max-width:260px}.leftLine{height:1px;background:#ffffff47;margin:24px 0}.leftMuted{color:#ffffffbf;font-weight:900;letter-spacing:2px;font-size:12px}.leftAmount{font-size:48px;font-weight:950;margin:10px 0 26px}.benefit{display:flex;align-items:center;gap:14px;background:#0000001f;padding:18px;border-radius:18px;width:88%}.benefitIco{width:50px;height:50px;border-radius:14px;background:#ffffff24;display:grid;place-items:center;font-size:22px;flex-shrink:0}.benefitMini{margin:0;font-weight:950;letter-spacing:1.5px;font-size:12px;color:#ffffffbf}.benefitNum{font-size:26px;margin-top:4px}.yearRight{width:62%;padding:38px 44px;background:#fff}.rtop{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.caps{color:#9ca3af;font-weight:950;letter-spacing:2px;font-size:13px}.ghost{width:110px;height:4px;background:#efefef;border-radius:999px}.thead{display:grid;grid-template-columns:110px 1fr 160px;padding:18px 22px;border-radius:16px;color:#fff;font-weight:950;letter-spacing:.6px;margin-bottom:10px;align-items:center;column-gap:60px}.trow{display:grid;grid-template-columns:110px 1fr 160px;padding:22px;border-bottom:1px solid #f3f4f6;align-items:center;font-weight:900;column-gap:60px}.thead span:nth-child(2),.thead span:nth-child(3),.trow span:nth-child(2),.trow span:nth-child(3){text-align:right}.trow span:nth-child(2),.trow span:nth-child(3){font-variant-numeric:tabular-nums}.num{text-align:right;color:#111827}.trow.highlight{background:#fff;border-radius:14px;border-bottom:none}.tableWrap{overflow-x:auto;width:100%}.tableWrap table{min-width:600px}@media(max-width:1000px){.yearCard{flex-direction:column;border-radius:24px}.yearLeft,.yearRight{width:100%;padding:32px 24px}}@media(max-width:768px){.cat__tabs{gap:8px;margin-bottom:14px}.tab{padding:8px 12px;font-size:12px}.yearLeft{padding:28px 20px}.yearRight{padding:24px 20px}}@media(max-width:600px){.cat{margin:0 auto 50px;padding:0}.cat__tabs{gap:6px;margin-bottom:12px;overflow-x:auto;padding-bottom:8px}.tab{padding:7px 10px;font-size:11px;white-space:nowrap;flex-shrink:0}.leftTitle{font-size:26px;margin-bottom:16px}.leftAmount{font-size:32px;margin:8px 0 18px}.yearLeft,.yearRight{padding:20px 14px;border-radius:16px}.icoBox{width:52px;height:52px;font-size:20px;margin-bottom:14px}.benefit{width:100%;padding:12px;gap:10px;margin-bottom:12px}.benefitIco{width:40px;height:40px;font-size:16px}.benefitMini{font-size:10px}.benefitNum{font-size:18px}.leftLine{margin:16px 0}.thead,.trow{grid-template-columns:90px 1fr 120px;padding:12px 10px;font-size:11px}.caps{font-size:11px}.tableWrap{margin-top:12px}}.steps{background:#2f2f86;padding:90px 20px;color:#fff}.steps__inner{width:min(1400px,92%);margin:0 auto;text-align:center}.steps__inner h2{font-size:54px;font-weight:950}.steps__inner p{margin:18px auto 60px;max-width:820px;color:#ffffffd9;font-size:18px;line-height:1.7}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:left}.ico{width:66px;height:66px;border-radius:18px;background:#0000002e;display:grid;place-items:center;font-size:26px;margin-bottom:18px;flex-shrink:0}.item h4{font-size:24px;font-weight:950;margin-bottom:10px}.item p{margin:0;font-size:15px;color:#ffffffd1;line-height:1.6}.item.line{position:relative}.item.line:before{content:"";position:absolute;left:-22px;top:36px;width:18px;height:2px;background:#ffffff40}@media(max-width:1000px){.grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.steps{padding:60px 20px}.steps__inner h2{font-size:40px}.steps__inner p{margin:14px auto 40px;font-size:15px}.grid{gap:28px}.ico{width:56px;height:56px;font-size:22px;margin-bottom:14px}.item h4{font-size:18px}}@media(max-width:600px){.steps{padding:50px 16px}.steps__inner h2{font-size:28px;line-height:1.2}.steps__inner p{margin:12px auto 32px;font-size:13px}.grid{grid-template-columns:1fr;gap:18px}.ico{width:48px;height:48px;font-size:18px;margin-bottom:10px}.item h4{font-size:16px;margin-bottom:6px}.item p{font-size:13px;line-height:1.5}.item.line:before{display:none}}.cta{text-align:center;padding:90px 20px;background:#f9fafb}.cta h2{font-size:56px;font-weight:950}.cta p{margin:18px auto 34px;color:#6b7280;font-size:18px;max-width:820px;line-height:1.7}.cta__actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.btnPrimary{border:none;padding:16px 34px;border-radius:18px;font-weight:950;cursor:pointer;background:linear-gradient(135deg,#6d5dfc,#4f46e5);color:#fff;box-shadow:0 10px 24px #4f46e547}@media(max-width:768px){.cta{padding:60px 20px}.cta h2{font-size:40px}.cta p{font-size:15px;margin:16px auto 28px}.cta__actions{gap:14px}}@media(max-width:600px){.cta{padding:50px 16px}.cta h2{font-size:28px;line-height:1.2}.cta p{font-size:13px;margin:12px auto 24px;line-height:1.5}.cta__actions{gap:10px;flex-direction:column}.btnPrimary,.btnDark{padding:12px 20px;font-size:13px;width:100%;border-radius:12px}}.modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center}.modal__backdrop{position:absolute;inset:0;background:#00000073;border:none}.modal__panel{position:relative;width:min(880px,calc(100% - 28px));background:#fff;border-radius:22px;border:1px solid #eef2f7;box-shadow:0 24px 70px #0000002e;overflow:hidden}.modal__head{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 18px 10px;gap:12px}.modal__title{margin:0;font-weight:950}.modal__sub{margin:6px 0 0;color:#6b7280;font-weight:700}.modal__close{border:none;background:#f3f4f6;border-radius:12px;width:42px;height:42px;cursor:pointer;font-weight:900}.modal__tabs{display:flex;gap:8px;padding:10px 18px 14px;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.modal__tabs button{border:1px solid #e5e7eb;background:#fff;padding:10px 14px;border-radius:999px;cursor:pointer;font-weight:900}.modal__tabs button.active{border-color:#4f46e5;color:#4f46e5}.modal__body{padding:18px;max-height:70vh;overflow:auto}.auditList{display:flex;flex-direction:column;gap:12px}.auditItem{display:flex;justify-content:space-between;gap:14px;padding:14px;border:1px solid #eef2f7;border-radius:16px}.auditTitle{display:block;margin-bottom:6px}.auditMeta{color:#6b7280;font-weight:700;font-size:12px}.auditNotes{margin-top:8px;color:#374151;font-weight:700}.auditRight{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.auditAmt{font-weight:950}.badge{font-size:12px;font-weight:950;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb}.badge.ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.badge.wait{background:#fffbeb;border-color:#fde68a;color:#92400e}.docLink{font-weight:900;color:#4f46e5;text-decoration:none}.donBox{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.donStat{border:1px solid #eef2f7;border-radius:16px;padding:12px}.donStat span{color:#6b7280;font-weight:800;font-size:12px}.donStat b{display:block;margin-top:6px;font-weight:950}.donForm{display:flex;flex-direction:column;gap:10px}.donForm input{border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;outline:none}.donBtn{border:none;border-radius:14px;padding:12px 14px;font-weight:950;cursor:pointer;background:linear-gradient(135deg,#6d5dfc,#4f46e5);color:#fff}.donMsg{margin-top:6px;font-weight:800}@media(max-width:650px){.donBox{grid-template-columns:1fr}.auditItem{flex-direction:column;align-items:flex-start}.auditRight{align-items:flex-start}}.footer{background:#fff;padding:70px 20px 30px;border-top:1px solid #eef2f7}.footer__grid{width:min(1400px,92%);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:60px}.footer__brand{display:flex;align-items:center;gap:10px}.footer__logo{height:60px;width:auto;object-fit:contain}.brand__logo{display:flex;align-items:center;gap:10px;font-size:20px;margin-bottom:14px}.shield{width:40px;height:40px;display:grid;place-items:center;background:#4f46e5;color:#fff;border-radius:12px}.brand p{color:#6b7280;line-height:1.7;margin-bottom:16px}.socials{display:flex;gap:16px;color:#9ca3af;font-weight:950;font-size:16px}.col h4{margin-bottom:14px;font-weight:950}.col a{display:block;color:#6b7280;text-decoration:none;margin:10px 0}.col a.active{color:#4f46e5;font-weight:950}.small{color:#6b7280;margin:0 0 12px}.news{display:flex;gap:10px;align-items:center}.news input{flex:1;padding:12px 14px;border-radius:14px;border:1px solid #e5e7eb;outline:none}.join{border:none;padding:12px 18px;border-radius:14px;font-weight:950;cursor:pointer;background:linear-gradient(135deg,#6d5dfc,#4f46e5);color:#fff}.bottom{width:min(1400px,92%);margin:40px auto 0;padding-top:20px;border-top:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between;color:#9ca3af;gap:12px}.links{display:flex;gap:30px}.links a{color:#9ca3af;text-decoration:none}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){.footer{padding:50px 20px 25px}.footer__grid{grid-template-columns:1fr 1fr;gap:30px}.brand__logo{font-size:18px}.brand p{font-size:13px}.col h4{font-size:13px;margin-bottom:10px}.col a{font-size:13px;margin:6px 0}.news input{font-size:13px}}@media(max-width:600px){.footer{padding:40px 14px 18px}.footer__grid{grid-template-columns:1fr;gap:20px}.bottom{flex-direction:column;align-items:flex-start;gap:10px;padding-top:14px;font-size:12px}.brand__logo{font-size:16px;margin-bottom:10px}.shield{width:32px;height:32px}.brand p{font-size:12px;line-height:1.5;margin-bottom:12px}.socials{font-size:14px;gap:12px}.col h4{font-size:12px;margin-bottom:8px;font-weight:800}.col a{font-size:12px;margin:5px 0}.small{font-size:11px}.news{gap:8px}.news input{padding:10px 12px;font-size:12px}.join{padding:10px 14px;font-size:12px;border-radius:10px}.links{gap:12px;font-size:12px;flex-wrap:wrap}}.actPage{background:#fff}.actHero{padding:72px 16px 40px;background:radial-gradient(1200px 400px at 50% -10%,rgba(79,70,229,.18),transparent),linear-gradient(#fff,#fafafa)}.actHero__inner{max-width:1100px;margin:0 auto;text-align:center}.actHero h1{margin:0 0 12px;font-size:clamp(30px,4vw,54px);letter-spacing:-.02em;color:#0f172a}.actHero p{margin:0 auto;max-width:720px;font-size:18px;color:#475569;line-height:1.6}.actHero__chips{margin-top:18px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.actHero__chips span{padding:8px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffb3;font-weight:600;color:#1f2937;font-size:13px}.actGridWrap{padding:28px 16px 60px}.actGrid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.actCard{border-radius:18px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 16px 40px #0206170f;transition:transform .18s ease,box-shadow .18s ease}.actCard:hover{transform:translateY(-4px);box-shadow:0 22px 60px #0206171a}.actCard__img{position:relative;height:170px}.actCard__img img{width:100%;height:100%;object-fit:cover;display:block}.actCard__tag{position:absolute;top:12px;left:12px;padding:8px 10px;border-radius:999px;background:#4f46e5f2;color:#fff;font-weight:700;font-size:12px}.actCard__body{padding:16px 16px 18px}.actCard__body h3{margin:0 0 8px;color:#0f172a;letter-spacing:-.01em}.actCard__body p{margin:0 0 14px;color:#475569;line-height:1.55;font-size:14.5px}.actCard__actions{display:flex;gap:10px;flex-wrap:wrap}.actBtn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;text-decoration:none;font-weight:700;font-size:13px;color:#fff;background:#4f46e5}.actBtn--ghost{background:transparent;color:#0f172a;border:1px solid rgba(15,23,42,.14)}.actCTA{padding:0 16px 70px}.actCTA__box{max-width:1100px;margin:0 auto;border-radius:22px;padding:34px 18px;text-align:center;background:linear-gradient(135deg,#4f46e5,#2d2a9f);color:#fff;box-shadow:0 22px 60px #0206172e}.actCTA__box h2{margin:0 0 10px;font-size:28px}.actCTA__box p{margin:0 auto 16px;max-width:720px;opacity:.9;line-height:1.6}.actPrimary{display:inline-flex;padding:12px 18px;border-radius:14px;text-decoration:none;font-weight:800;background:#fff;color:#1f2937}@media(max-width:980px){.actGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.actGrid{grid-template-columns:1fr}.actCard__img{height:190px}}.detailPage{background:#fff}.detailHero{padding:74px 16px 28px;background:radial-gradient(1200px 400px at 50% -10%,rgba(79,70,229,.18),transparent),linear-gradient(#fff,#fafafa)}.detailHero__inner{max-width:980px;margin:0 auto}.crumb{display:inline-block;text-decoration:none;font-weight:800;color:#4f46e5;margin-bottom:12px}.detailHero h1{margin:0;color:#0f172a;font-size:clamp(30px,4vw,52px);letter-spacing:-.02em}.tagline{margin:10px 0 18px;color:#475569;font-weight:700;line-height:1.6;max-width:820px}.heroMedia{border-radius:20px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 50px #02061714}.heroMedia img{width:100%;height:360px;object-fit:cover;display:block}.snapGrid{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.snapCard{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:14px}.snapCard span{color:#6b7280;font-weight:800;font-size:12px}.snapCard b{display:block;margin-top:8px;color:#0f172a;font-weight:950}.detailWrap{max-width:980px;margin:0 auto;padding:22px 16px 70px}.article{background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:22px;box-shadow:0 18px 50px #0206170f}.article h2{margin:16px 0 10px;color:#0f172a;letter-spacing:-.01em}.article p{color:#374151;line-height:1.75;font-weight:600}.twoCol{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.box{border:1px solid #eef2f7;border-radius:18px;padding:14px;background:#fafafa}.box h3{margin:0 0 10px;color:#0f172a}.box ul{margin:0;padding-left:18px;color:#374151;font-weight:650}.list{margin:0;padding-left:18px;color:#374151;font-weight:650;line-height:1.75}.gallery{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:16px;border:1px solid #eef2f7}.report{margin-top:18px}.report__toggle{width:100%;border:1px solid #e5e7eb;background:#fff;padding:14px 16px;border-radius:14px;font-weight:900;cursor:pointer;text-align:left}.report__tableWrap{margin-top:12px;overflow:auto;border:1px solid #eef2f7;border-radius:14px}.report__table{width:100%;border-collapse:collapse;min-width:520px}.report__table th,.report__table td{padding:12px 14px;border-bottom:1px solid #eef2f7;text-align:left}.report__table thead th{background:#f9fafb;font-weight:950}.articleCta{margin-top:20px;border-radius:18px;padding:18px;background:linear-gradient(135deg,#4f46e5,#2d2a9f);color:#fff}.articleCta h3{margin:0 0 8px}.articleCta p{margin:0 0 14px;opacity:.92}.primaryCta{display:inline-flex;padding:12px 16px;border-radius:14px;background:#fff;color:#111827;font-weight:950;text-decoration:none}.backBtn{display:inline-flex;margin-top:12px;padding:10px 12px;border-radius:12px;text-decoration:none;font-weight:900;background:#4f46e5;color:#fff}.muted{color:#6b7280;font-weight:700}@media(max-width:860px){.heroMedia img{height:300px}.snapGrid,.twoCol{grid-template-columns:1fr}}@media(max-width:620px){.gallery{grid-template-columns:1fr}.gallery img{height:200px}}.adminShell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(1000px 400px at 50% -10%,rgba(79,70,229,.18),transparent),linear-gradient(#fff,#fafafa)}.adminCard{width:min(420px,100%);background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:18px;box-shadow:0 18px 50px #02061714}.adminTitle{margin:0;color:#0f172a}.adminSub{margin:6px 0 14px;color:#64748b;font-weight:700}.adminErr{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;padding:10px 12px;border-radius:12px;font-weight:800;margin-bottom:12px}.adminMsg{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;padding:10px 12px;border-radius:12px;font-weight:800;margin-bottom:12px}.adminForm label{display:block;font-weight:800;color:#0f172a;margin-bottom:10px}.adminForm input{width:100%;padding:12px;border-radius:12px;border:1px solid #e5e7eb;margin-top:6px;outline:none}.adminBtn{width:100%;margin-top:10px;height:46px;border:none;border-radius:14px;font-weight:950;cursor:pointer;background:#4f46e5;color:#fff}.adminHint{margin-top:12px;color:#64748b;font-weight:700;font-size:13px}.adminLayout{min-height:100vh;display:grid;grid-template-columns:320px 1fr;background:#fff}.adminSide{border-right:1px solid #eef2f7;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fafafa}.adminBrand{display:flex;gap:10px;align-items:center;padding:10px;border-radius:14px;background:#fff;border:1px solid #eef2f7}.adminShield{font-size:22px}.adminTiny{color:#64748b;font-weight:800;font-size:12px}.adminSideBtn{border:none;border-radius:14px;height:44px;font-weight:950;cursor:pointer;background:#0f172a;color:#fff}.adminList{flex:1;overflow:auto;padding-right:6px;display:flex;flex-direction:column;gap:8px}.adminListItem{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:12px;cursor:pointer}.adminListItem.active{border-color:#4f46e5;box-shadow:0 12px 30px #4f46e51f}.adminListTitle{font-weight:950;color:#0f172a}.adminListMeta{font-weight:800;color:#64748b;font-size:12px;margin-top:4px}.adminListEmpty{color:#64748b;font-size:13px;font-weight:700;text-align:center;padding:16px}.adminLogout{border:1px solid #e5e7eb;background:#fff;border-radius:14px;height:44px;font-weight:950;cursor:pointer}.adminMain{padding:18px;background:radial-gradient(1000px 400px at 50% -10%,rgba(79,70,229,.08),transparent),linear-gradient(#fff,#fafafa)}.adminTopBar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.adminTopBar h1{margin:0;color:#0f172a}.adminTopHint{color:#64748b;font-weight:800}.adminFormWide{background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:16px;box-shadow:0 18px 50px #0206170f}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.adminFormWide label{display:block;font-weight:900;color:#0f172a}.adminFormWide input,.adminFormWide textarea{width:100%;margin-top:6px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;outline:none;font-weight:700}.adminFormWide textarea{resize:vertical}.adminFormWide select{width:100%;margin-top:6px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;outline:none;font-weight:700;background:#fff;cursor:pointer}.adminBlock{margin-top:14px;border:1px solid #eef2f7;border-radius:18px;padding:14px;background:#fafafa}.adminBlockHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.adminBlockHead h2{margin:0;font-size:16px;color:#0f172a}.miniBtn{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:8px 10px;font-weight:900;cursor:pointer}.miniBtn.danger{border-color:#fecdd3;color:#9f1239}.coverRow{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.adminLink{text-decoration:none;font-weight:950;color:#4f46e5}.coverPreview{margin-top:10px;border-radius:16px;overflow:hidden;border:1px solid #eef2f7}.coverPreview img{width:100%;height:260px;object-fit:cover;display:block}.sections{display:flex;flex-direction:column;gap:12px}.sectionCard{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:12px}.sectionTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.yearTableWrap{overflow:auto;border-radius:16px;border:1px solid #eef2f7}.yearTable{width:100%;border-collapse:collapse;min-width:700px;background:#fff}.yearTable th,.yearTable td{padding:10px;border-bottom:1px solid #eef2f7;text-align:left}.yearTable thead th{background:#f9fafb;font-weight:950}.emptyCell{color:#64748b;font-weight:850;padding:16px;text-align:center}.adminActions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.adminBtnOutline{height:46px;padding:0 16px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;font-weight:950;cursor:pointer}.adminBtnOutline.danger{border-color:#fecdd3;color:#9f1239}@media(max-width:980px){.adminLayout{grid-template-columns:1fr}.adminSide{border-right:none;border-bottom:1px solid #eef2f7}.grid2{grid-template-columns:1fr}}.crsPage{background:#fff}.crsHero{padding:80px 16px 52px;background:radial-gradient(1400px 500px at 50% -10%,rgba(99,102,241,.18),transparent),linear-gradient(#fff,#f8faff)}.crsHero__inner{max-width:1100px;margin:0 auto;text-align:center}.crsHero__badge{display:inline-block;margin-bottom:16px;padding:8px 18px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700;font-size:13px;letter-spacing:.04em}.crsHero h1{margin:0 0 16px;font-size:clamp(30px,4.5vw,56px);letter-spacing:-.03em;color:#0f172a;line-height:1.1}.crsHero p{margin:0 auto;max-width:680px;font-size:18px;color:#475569;line-height:1.65}.crsHero__chips{margin-top:24px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.crsHero__chips span{padding:8px 14px;border-radius:999px;border:1px solid rgba(99,102,241,.18);background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-weight:600;color:#1f2937;font-size:13px;transition:background .15s}.crsHero__chips span:hover{background:#6366f114}.crsHero__views{margin-top:20px;display:flex;justify-content:center}.crsGridWrap{padding:40px 16px 70px}.crsGrid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.crsEmpty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 0;color:#64748b;font-size:16px}.crsEmpty__icon{font-size:48px}.crsSpinner{width:40px;height:40px;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:crs-spin .7s linear infinite}.crsCard{border-radius:20px;overflow:hidden;border:1px solid rgba(15,23,42,.07);background:#fff;box-shadow:0 12px 40px #0206170f;transition:transform .2s ease,box-shadow .2s ease}.crsCard:hover{transform:translateY(-5px);box-shadow:0 24px 60px #6366f124}.crsCard__img{position:relative;height:180px;background:linear-gradient(135deg,#ede9fe,#c7d2fe);display:flex;align-items:center;justify-content:center}.crsCard__img img{width:100%;height:100%;object-fit:cover;display:block}.crsCard__placeholder{font-size:52px;opacity:.65}.crsCard__tag{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:999px;background:#6366f1eb;color:#fff;font-weight:700;font-size:11.5px;letter-spacing:.02em}.crsCard__body{padding:18px 18px 20px}.crsCard__body h3{margin:0 0 8px;color:#0f172a;font-size:17px;letter-spacing:-.01em}.crsCard__body p{margin:0 0 14px;color:#475569;line-height:1.55;font-size:14px}.crsCard__meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.crsBadge{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:8px;font-size:12px;font-weight:600}.crsBadge--blue{background:#eff6ff;color:#1d4ed8}.crsBadge--green{background:#f0fdf4;color:#15803d}.crsBadge--purple{background:#f5f3ff;color:#6d28d9}.crsBadge--emerald{background:#ecfdf5;color:#065f46;font-weight:800}.crsCard--featured{border-color:#10b9814d;box-shadow:0 12px 40px #0596691f,0 0 0 1px #10b98126}.crsCard--featured:hover{box-shadow:0 24px 60px #05966933}.crsCard__img--green{background:linear-gradient(135deg,#064e3b,#065f46)}.crsCard__featurePill{position:absolute;top:12px;right:12px;padding:5px 10px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.crsCard__actions{display:flex;gap:10px;flex-wrap:wrap}.crsBtn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;text-decoration:none;font-weight:700;font-size:13px;color:#fff;background:#4f46e5;transition:background .15s}.crsBtn:hover{background:#4338ca}.crsBtn--ghost{background:transparent;color:#0f172a;border:1px solid rgba(15,23,42,.14)}.crsBtn--ghost:hover{background:#f8fafc}.crsCTA{padding:0 16px 80px}.crsCTA__box{max-width:1100px;margin:0 auto;border-radius:24px;padding:44px 24px;text-align:center;background:linear-gradient(135deg,#4f46e5,#2d2a9f 60%,#1e1a78);color:#fff;box-shadow:0 28px 64px #4f46e547}.crsCTA__box h2{margin:0 0 12px;font-size:30px;letter-spacing:-.02em}.crsCTA__box p{margin:0 auto;max-width:640px;opacity:.88;line-height:1.65;font-size:16px}@media(max-width:980px){.crsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.crsGrid{grid-template-columns:1fr}.crsCard__img{height:200px}}.imc{max-width:1100px;margin:0 auto 60px;border-radius:28px;overflow:hidden;box-shadow:0 32px 80px #05653326,0 4px 20px #0000000f;border:1px solid rgba(16,130,72,.18)}.imc__ribbon{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;background:linear-gradient(90deg,#065f46,#047857,#065f46);color:#d1fae5;font-size:12.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;flex-wrap:wrap}.imc__ribbon__sep{opacity:.5}.imc__inner{background:radial-gradient(1200px 600px at 80% 0%,rgba(16,185,129,.08),transparent),radial-gradient(800px 500px at 10% 100%,rgba(5,150,105,.07),transparent),#fff;padding:40px 36px 44px}.imc__head{text-align:center;margin-bottom:36px}.imc__freeBadge{display:inline-block;padding:8px 22px;border-radius:999px;background:linear-gradient(135deg,#059669,#047857);color:#fff;font-weight:900;font-size:13px;letter-spacing:.06em;margin-bottom:18px;box-shadow:0 4px 20px #0596694d}.imc__title{margin:0 auto 14px;font-size:clamp(26px,4vw,40px);letter-spacing:-.03em;color:#064e3b;line-height:1.15}.imc__titleSub{display:block;font-size:clamp(14px,2vw,18px);font-weight:600;color:#059669;margin-top:6px;letter-spacing:.01em}.imc__tagline{margin:0 auto;max-width:700px;font-size:17px;color:#374151;line-height:1.7}.imc__problem{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid rgba(16,185,129,.2);border-radius:20px;padding:28px;margin-bottom:32px;text-align:center}.imc__problemIntro{font-size:17px;color:#374151;font-weight:600;margin:0 0 16px}.imc__problemChips{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.imc__problemChips span{padding:10px 18px;border-radius:14px;background:#fff;border:1px solid rgba(16,185,129,.25);font-weight:700;color:#065f46;font-size:15px;box-shadow:0 4px 12px #05966914}.imc__problemAlert{display:flex;align-items:flex-start;gap:14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:16px 18px;text-align:left}.imc__alertIcon{font-size:22px;flex-shrink:0;margin-top:2px}.imc__problemAlert p{margin:0;color:#92400e;line-height:1.6;font-size:15px}.imc__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}.imc__card{border-radius:20px;padding:24px;border:1px solid transparent}.imc__card--learn{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#16a34a2e}.imc__card--who{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb24}.imc__cardHead{display:flex;align-items:center;gap:10px;margin-bottom:16px}.imc__cardIcon{font-size:22px}.imc__cardHead h3{margin:0;font-size:17px;color:#0f172a;font-weight:900}.imc__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.imc__list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:#1a4731;line-height:1.5;font-weight:600}.imc__check{flex-shrink:0;font-size:15px;margin-top:1px}.imc__whoList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.imc__whoList li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;color:#1e3a5f;line-height:1.5;font-weight:600}.imc__whoIcon{font-size:20px;flex-shrink:0}.imc__quote{display:flex;align-items:flex-start;gap:18px;background:linear-gradient(135deg,#1e3a2f,#14532d);border-radius:20px;padding:28px 30px;margin-bottom:28px;color:#fff}.imc__quoteIcon{font-size:28px;flex-shrink:0}.imc__quote blockquote{margin:0;font-size:18px;line-height:1.7;font-style:normal;color:#d1fae5}.imc__quote blockquote strong{color:#6ee7b7;font-size:20px;letter-spacing:.01em}.imc__quoteRef{display:block;margin-top:8px;font-size:13px;color:#a7f3d0;font-weight:700;letter-spacing:.02em}.imc__future{background:linear-gradient(135deg,#fefce8,#fef9c3);border:1px solid rgba(202,138,4,.2);border-radius:20px;padding:24px 26px;margin-bottom:28px}.imc__futureHead{display:flex;align-items:center;gap:10px;margin-bottom:8px}.imc__futureHead span{font-size:20px}.imc__futureHead h3{margin:0;font-size:17px;color:#713f12;font-weight:900}.imc__futureSub{margin:0 0 14px;color:#854d0e;font-size:14.5px;font-weight:600}.imc__futureList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.imc__futureList li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:#713f12;line-height:1.5;font-weight:600}.imc__cta{background:linear-gradient(135deg,#059669,#047857,#065f46);border-radius:22px;padding:32px 30px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;box-shadow:0 18px 50px #0596694d}.imc__ctaText{flex:1;min-width:240px}.imc__ctaHeadline{margin:0 0 10px;font-size:17px;font-weight:800;color:#d1fae5;line-height:1.5}.imc__ctaSub{margin:0 0 10px;color:#a7f3d0;font-size:14.5px;line-height:1.65}.imc__ctaJazak{margin:0;font-size:15px;font-weight:800;color:#6ee7b7}.imc__ctaActions{display:flex;flex-direction:column;gap:10px;min-width:240px}.imc__ctaBtn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:14px;font-weight:800;font-size:14.5px;text-decoration:none;cursor:pointer;border:none;transition:transform .15s,opacity .15s;white-space:nowrap}.imc__ctaBtn:hover{transform:translateY(-2px);opacity:.92}.imc__ctaBtn--primary{background:#fff;color:#065f46}.imc__ctaBtn--loading{opacity:.75;cursor:wait}.imc__enrollStat{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:12px;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);animation:imc-statSlide .35s ease;width:100%}@keyframes imc-statSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.imc__enrollStatDot{width:8px;height:8px;border-radius:50%;background:#6ee7b7;flex-shrink:0;animation:crtv-liveDot 1.8s ease-in-out infinite}.imc__enrollStatText{font-size:13px;color:#a7f3d0;font-weight:600}.imc__enrollStatNum{font-size:15px;font-weight:900;color:#fff}.imc__enrollInner{display:flex;align-items:center;gap:10px}.imc__enrollCount{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#065f46;color:#6ee7b7;font-size:12px;font-weight:900;border:1.5px solid rgba(110,231,183,.4)}.imc__enrollCount{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:3px 10px;border-radius:999px;background:#065f46;color:#6ee7b7;font-size:12px;font-weight:900;letter-spacing:.04em;border:1.5px solid rgba(110,231,183,.4);animation:imc-countPop .4s ease}@keyframes imc-countPop{0%{transform:scale(.7);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.imc__ctaBtn--share{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:820px){.imc__inner{padding:28px 20px 32px}.imc__grid{grid-template-columns:1fr}.imc__cta{flex-direction:column}.imc__ctaActions{flex-direction:row;flex-wrap:wrap}}@media(max-width:560px){.imc__inner{padding:22px 16px 26px}.imc__quote{flex-direction:column;gap:10px}.imc__ctaBtn{width:100%}}.crtv__badge{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(99,102,241,.18);box-shadow:0 4px 16px #6366f11a;font-size:13px;white-space:nowrap}.crtv__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:crtv-liveDot 1.8s ease-in-out infinite}@keyframes crtv-liveDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.crtv__badgeLabel{color:#475569;font-weight:600}.crtv__badgeCount{color:#4f46e5;font-weight:900;font-size:14px;transition:transform .2s}.crtv__badgeLive{padding:2px 8px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:10.5px;font-weight:800;letter-spacing:.04em}.crtv__widget{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px;border-radius:16px;background:#fff;border:1px solid rgba(99,102,241,.15);box-shadow:0 6px 24px #6366f117}.crtv__widgetLeft{display:flex;align-items:center;gap:12px}.crtv__widgetDot{width:10px;height:10px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:crtv-liveDot 1.8s ease-in-out infinite}.crtv__widgetLabel{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.crtv__widgetCount{font-size:26px;font-weight:900;color:#0f172a;letter-spacing:-.03em;line-height:1.1;transition:transform .2s}.crtv__widgetRight{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.crtv__liveTag{font-size:12px;font-weight:800;color:#15803d;background:#dcfce7;padding:3px 10px;border-radius:999px}.crtv__updateTip{font-size:11px;color:#94a3b8;font-weight:600}.crtv__pulse{animation:crtv-pop .5s ease}@keyframes crtv-pop{0%{transform:scale(1)}40%{transform:scale(1.18);color:#4f46e5}to{transform:scale(1)}}.crsDetail{background:#fff;min-height:100vh}.crsDetailCrumbBar{max-width:1100px;margin:0 auto;padding:28px 16px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.crsDetailViewsRow{margin-top:24px}.crsDetailShareStrip{max-width:1100px;margin:0 auto 60px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;border-radius:16px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid rgba(22,163,74,.18)}.crsDetailShareStrip p{margin:0;color:#14532d;font-size:15px;line-height:1.5}.crsDetailShareBtn{flex-shrink:0;padding:12px 22px;border-radius:12px;border:none;background:#059669;color:#fff;font-weight:800;font-size:14px;cursor:pointer;transition:background .15s}.crsDetailShareBtn:hover{background:#047857}@media(max-width:600px){.crsDetailShareStrip{flex-direction:column;align-items:flex-start}.crsDetailShareBtn{width:100%}}.crsDetailLoading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:120px 16px;color:#64748b;font-size:16px}.crsSpinner{width:42px;height:42px;border:3px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:crs-spin .7s linear infinite}@keyframes crs-spin{to{transform:rotate(360deg)}}.crsDetailHero{padding:72px 16px 48px;background:radial-gradient(1400px 500px at 50% -10%,rgba(99,102,241,.15),transparent),linear-gradient(#fff,#f8faff 90%)}.crsDetailHero__inner{max-width:820px;margin:0 auto}.crsDetailCrumb{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#6366f1;font-weight:600;font-size:14px;margin-bottom:20px;transition:opacity .15s}.crsDetailCrumb:hover{opacity:.75}.crsDetailBadge{display:inline-block;margin-bottom:14px;padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700;font-size:12px;letter-spacing:.04em}.crsDetailHero__inner h1{margin:0 0 14px;font-size:clamp(28px,4vw,48px);letter-spacing:-.03em;color:#0f172a;line-height:1.12}.crsDetailTagline{margin:0 0 28px;font-size:18px;color:#475569;line-height:1.6}.crsDetailMeta{display:flex;flex-wrap:wrap;gap:12px}.crsDetailMetaCard{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:14px;background:#fff;border:1px solid rgba(99,102,241,.14);box-shadow:0 4px 18px #6366f112}.crsDetailMetaIcon{font-size:22px}.crsDetailMetaLabel{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.crsDetailMetaVal{font-size:15px;font-weight:700;color:#0f172a}.crsDetailCover{max-width:900px;margin:36px auto 0;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #0206171a}.crsDetailCover img{width:100%;display:block;max-height:460px;object-fit:cover}.crsDetailBody{padding:52px 16px 80px}.crsDetailWrap{max-width:820px;margin:0 auto}.crsDetailIntro{font-size:17px;color:#374151;line-height:1.75;margin:0 0 36px;padding-bottom:36px;border-bottom:1px solid rgba(15,23,42,.07)}.crsDetail__muted{color:#64748b;margin:12px 0 24px}.crsBackBtn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:12px 20px;border-radius:12px;background:#4f46e5;color:#fff;font-weight:700;font-size:14px}.crsSection{border:1px solid rgba(15,23,42,.08);border-radius:14px;margin-bottom:14px;overflow:hidden}.crsSection__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#fafafa;border:none;cursor:pointer;font-size:15.5px;font-weight:700;color:#0f172a;text-align:left;transition:background .14s}.crsSection__toggle:hover{background:#f1f5f9}.crsSection__arrow{font-size:13px;color:#6366f1;transition:transform .22s}.crsSection__arrow.open{transform:rotate(180deg)}.crsSection__body{padding:20px;border-top:1px solid rgba(15,23,42,.06);background:#fff}.crsSection__body p{margin:0;color:#374151;line-height:1.75;font-size:15px;white-space:pre-wrap}.crsDetailGallery{margin-top:44px}.crsDetailGallery h2{font-size:22px;margin:0 0 18px;color:#0f172a}.crsGalleryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.crsGalleryGrid img{width:100%;height:160px;object-fit:cover;border-radius:12px;display:block}.crsEnroll{margin-top:52px;border-radius:22px;padding:40px 32px;background:linear-gradient(135deg,#4f46e5,#2d2a9f 70%);color:#fff;box-shadow:0 24px 60px #4f46e542}.crsEnroll__inner{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.crsEnroll__text{flex:1;min-width:240px}.crsEnroll__text h2{margin:0 0 8px;font-size:26px;letter-spacing:-.02em}.crsEnroll__text p{margin:0;opacity:.88;line-height:1.6;font-size:15px}.crsEnroll__actions{display:flex;gap:12px;flex-wrap:wrap}.crsEnroll__btn{display:inline-flex;align-items:center;padding:14px 22px;border-radius:14px;background:#fff;color:#4f46e5;font-weight:800;font-size:14px;text-decoration:none;transition:opacity .15s}.crsEnroll__btn:hover{opacity:.88}.crsEnroll__btnGhost{display:inline-flex;align-items:center;padding:14px 22px;border-radius:14px;border:2px solid rgba(255,255,255,.35);color:#fff;font-weight:700;font-size:14px;text-decoration:none;transition:background .15s}.crsEnroll__btnGhost:hover{background:#ffffff1a}@media(max-width:680px){.crsGalleryGrid{grid-template-columns:repeat(2,1fr)}.crsEnroll__inner{flex-direction:column;gap:20px}}@media(max-width:480px){.crsGalleryGrid{grid-template-columns:1fr}}:root{--brand: #4f46e5;--brand-2: #6d5dfc;--bg: #ffffff;--surface: #ffffff;--muted-bg: #f9fafb;--border: #e5e7eb;--text: #111827;--muted: #6b7280;--r-sm: 12px;--r-md: 18px;--r-lg: 28px;--shadow-sm: 0 10px 30px rgba(0,0,0,.06);--shadow-md: 0 18px 50px rgba(0,0,0,.08);--shadow-brand: 0 10px 26px rgba(79,70,229,.28);--container: 1400px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,system-ui,Arial,sans-serif;background:#fff;color:#111827;overflow-x:hidden}img{max-width:100%;display:block}:root{--container: 1200px;--pad: 24px;--r-sm: 12px;--r-md: 18px;--r-lg: 28px;--brand: #4f46e5;--brand2:#6d5dfc;--border:#e5e7eb;--muted:#6b7280}.container{width:min(var(--container),calc(100% - (var(--pad) * 2)));margin:0 auto}.section{padding:80px 0;scroll-margin-top:90px}.siteNote{background:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:10px 0}.siteNote__inner{width:min(1200px,92%);margin:0 auto;text-align:center}.siteNote p{font-size:11px;color:#6b7280;margin:0;line-height:1.5}@media(max-width:1024px){:root{--container: 980px;--pad: 20px}.section{padding:64px 0}}@media(max-width:768px){:root{--container: 720px;--pad: 16px}.section{padding:52px 0}}@media(max-width:480px){:root{--pad: 14px}.section{padding:44px 0}}
