.cc-plat-root{--plat-green:#059669;--plat-green-2:#64a70b;--plat-heading:#374151;--plat-text:#6b7280;--plat-text-soft:#888;--plat-bg-a:#f5f7fa;--plat-bg-b:#c3cfe2;--plat-icon-a:#f5f7fa;--plat-icon-b:#c3cfe2;--plat-icon-border:#e5e7eb;--plat-card-bg:#fff0;--plat-microbox-bg:#ffffffb3;--plat-modal-bg:#fff;--plat-modal-overlay:#00000040;--plat-video-bg:#eee;--plat-box-shadow:0 4px 16px #0000001f,0 1.5px 4px #0000001a}html.dark .cc-plat-root{--plat-heading:#e5e7eb;--plat-text:#9ca3af;--plat-text-soft:#a1a1aa;--plat-bg-a:#0b0d0a;--plat-bg-b:#1a1f17;--plat-icon-a:#171b15;--plat-icon-b:#262c22;--plat-icon-border:#ffffff1f;--plat-card-bg:#fff0;--plat-microbox-bg:#ffffff0a;--plat-modal-bg:#101310;--plat-modal-overlay:#000000b3;--plat-video-bg:#1b1f1b;--plat-box-shadow:0 4px 16px #00000080,0 1.5px 4px #0006}.cc-plat-root,.cc-plat-root *,.cc-plat-root :before,.cc-plat-root :after{box-sizing:border-box}.cc-plat-root{background:linear-gradient(135deg,var(--plat-bg-a)0%,var(--plat-bg-b)100%);min-height:100vh;color:var(--plat-text);-webkit-font-smoothing:antialiased;font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.6}.cc-plat-root .ourapp{max-width:1400px;margin:0 auto;padding:40px 20px}.cc-plat-root .ourheader{text-align:center;margin-bottom:60px}.cc-plat-root .ourheader h1{text-align:center;color:var(--plat-green);background:linear-gradient(135deg,var(--plat-green-2)0%,var(--plat-green)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(30px,4vw,54px);font-weight:700;line-height:1.2}.cc-plat-root .ourheader p{color:var(--plat-text);max-width:1400px;margin:0 auto;font-size:clamp(17px,1.6vw,22px)}.cc-plat-root .ourplatforms-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(8,1fr);gap:2rem;margin-bottom:40px;display:grid}.cc-plat-root .ourplatform-card{background:var(--plat-card-bg);cursor:pointer;border-radius:0;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:28px 0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.cc-plat-root .ourplatform-card:hover{transform:translateY(-4px)}.cc-plat-root .ourplatform-card:focus-visible{outline:2px solid var(--plat-green);outline-offset:2px}.cc-plat-root .ourplatform-ourheader{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.cc-plat-root .ourplatform-icon{background:linear-gradient(135deg,var(--plat-icon-a)0%,var(--plat-icon-b)100%);width:128px;height:128px;box-shadow:var(--plat-box-shadow);border:1.5px solid var(--plat-icon-border);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.cc-plat-root .ourplatform-icon img{object-fit:contain;border-radius:14px;width:80%;height:80%;box-shadow:0 .5px 2px #00000014}.cc-plat-root .ourplatform-title{text-align:center;width:100%;color:var(--plat-green);margin:8px 0 0;font-size:1.05rem;font-weight:600}.cc-plat-root .ourplatform-title-popup{color:var(--plat-green);text-align:center;margin-top:2rem;padding-left:2rem;font-size:clamp(26px,2.6vw,40px);font-weight:700}.cc-plat-root .ourplatform-modal-overlay{background:var(--plat-modal-overlay);z-index:1000;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out plat-fade-in;display:flex;position:fixed;top:0;left:0}.cc-plat-root .ourplatform-modal-box{background:var(--plat-modal-bg);width:90vw;max-width:2000px;max-height:unset;border-radius:18px;padding:36px 28px 28px;animation:.2s cubic-bezier(.4,0,.2,1) plat-modal-in;position:fixed;top:18%;bottom:2%;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 8px 40px #0000002e}html.dark .cc-plat-root .ourplatform-modal-box{border:1px solid #ffffff1a}.cc-plat-root .plat-video-wrap{justify-content:center;width:100%;margin-top:32px;margin-bottom:0;display:flex}.cc-plat-root .plat-video{aspect-ratio:16/9;background:var(--plat-video-bg);border-radius:12px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000014}.cc-plat-root .plat-video iframe{background:var(--plat-video-bg);border:none;border-radius:12px;width:100%;height:100%;min-height:320px}@keyframes plat-modal-in{0%{opacity:0;transform:translate(-50%)translateY(40px)scale(.98)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes plat-slide-up{0%{opacity:0;transform:translate(-50%)translateY(100vh)scale(.9)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes plat-fade-in{0%{opacity:0}to{opacity:1}}.cc-plat-root .ourplatform-modal-close-btn{float:right;color:#e7210b;cursor:pointer;z-index:10;box-shadow:#fff0;float:right;background:#fff0;border:#fff0;margin-top:0;margin-right:0;padding:0;font-size:6rem;font-weight:700;line-height:0;transition:color .2s;display:block;position:sticky;top:0}.cc-plat-root .ourplatform-modal-close-btn:hover{color:#d11313!important}.cc-plat-root .ourplatform-content{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.cc-plat-root .ourplatform-content.modal-open{max-height:unset;overflow:visible}.cc-plat-root .oursection{margin-bottom:20px}.cc-plat-root .oursection:last-child{margin-bottom:0}.cc-plat-root .oursection-title{color:var(--plat-heading);align-items:center;gap:8px;margin-bottom:8px;font-size:clamp(19px,1.8vw,25px);font-weight:600;display:flex}.cc-plat-root .oursection-title:before{content:"";background:linear-gradient(135deg,var(--plat-green-2),var(--plat-green));border-radius:2px;width:4px;height:16px}.cc-plat-root .oursection-text{color:var(--plat-text);text-align:left;margin-bottom:8px;font-size:clamp(16px,1.25vw,18px);line-height:1.7}.cc-plat-root .oursection-list{text-align:left;margin:0 0 8px;padding-left:0;list-style:none}.cc-plat-root .oursection-list li{color:var(--plat-text);margin-bottom:6px;padding-left:20px;font-size:clamp(16px,1.25vw,18px);position:relative}.cc-plat-root .oursection-list li:before{content:"•";color:var(--plat-green-2);font-weight:700;position:absolute;left:0}.cc-plat-root .plat-microbox-row{justify-content:center;align-items:center;margin:60px 0 0;display:flex}.cc-plat-root .plat-microbox-card{cursor:pointer;background:var(--plat-microbox-bg);border-radius:18px;flex-direction:row;align-items:center;gap:24px;width:100%;max-width:700px;padding:24px 40px;display:flex;box-shadow:0 2px 12px #0000000f}.cc-plat-root .plat-microbox-card .ourplatform-icon{width:96px;min-width:96px;height:96px;min-height:96px}.cc-plat-root .plat-microbox-card .ourplatform-icon img{width:80%;height:80%}.cc-plat-root .plat-microbox-label{color:var(--plat-green);align-items:center;font-size:clamp(19px,1.8vw,24px);font-weight:700;display:flex}.cc-plat-root .plat-microbox-info{color:var(--plat-text-soft);margin-left:18px;font-size:1.5rem;font-weight:400}.cc-plat-root .plat-microbox-modal-head{flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.cc-plat-root .plat-microbox-modal-head img{border-radius:18px;width:600px;max-width:90vw;height:auto;margin:0 auto 18px;display:block;box-shadow:0 4px 24px #0696691a}.cc-plat-root .plat-microbox-modal-head .ourplatform-title-popup{text-align:center;margin-top:0;padding-left:0;font-size:clamp(24px,2.4vw,40px)}.cc-plat-root .hero-actions{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:32px;display:flex}.cc-plat-root .hero-actions a{margin-bottom:10px;margin-right:0;font-size:1.2rem;position:relative;overflow:hidden}.cc-plat-root .hero-btn,.cc-plat-root .explore-btn{cursor:pointer;z-index:1;border-style:solid;border-width:2px;border-radius:4px;outline:none;padding:10px 20px;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .15s;position:relative}.cc-plat-root .hero-btn:before,.cc-plat-root .explore-btn:before{content:"";z-index:-1;background:#0078d414;border-radius:50%;width:0;height:0;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cc-plat-root .hero-btn:hover:before,.cc-plat-root .explore-btn:hover:before{width:300px;height:300px}.cc-plat-root .hero-btn{color:#fff;text-shadow:none;background:#0078d4;border-color:#0078d4;font-weight:600;animation:2s ease-in-out infinite plat-speed-pulse}.cc-plat-root .hero-btn:hover{color:#fff;background:#005fa3;border-color:#005fa3;animation:1.5s ease-in-out infinite plat-speed-glow;transform:translateY(-2px);box-shadow:0 4px 15px #0078d426}.cc-plat-root .hero-btn:active{color:#fff;background:#004c82;border-color:#004c82;transform:translateY(0)}.cc-plat-root .explore-btn{color:#0078d4;text-shadow:none;background:0 0;border-color:#0078d4;font-weight:600;transition:all .15s}.cc-plat-root .explore-btn:hover{color:#005fa3;background:#f2faff;border-color:#005fa3;transform:translateY(-2px);box-shadow:0 4px 15px #0078d414}.cc-plat-root .explore-btn:active{transform:translateY(0)}@keyframes plat-speed-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes plat-speed-glow{0%,to{box-shadow:0 0 5px #43e0a74d}50%{box-shadow:0 0 20px #43e0a799,0 0 30px #43e0a766}}@media (max-width:1200px){.cc-plat-root .ourplatforms-grid{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(4,1fr)}.cc-plat-root .ourheader h1{font-size:clamp(26px,4vw,44px)}.cc-plat-root .ourplatform-icon{width:96px;height:96px}.cc-plat-root .plat-video{min-width:0;max-width:98vw}}@media (max-width:768px){.cc-plat-root .ourplatforms-grid{grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(2,1fr)}.cc-plat-root .ourheader h1{font-size:clamp(24px,5vw,34px)}.cc-plat-root .ourplatform-icon{width:72px;height:72px}.cc-plat-root .ourplatform-card{padding:10px}.cc-plat-root .plat-video{min-width:0;max-width:100vw;min-height:180px}.cc-plat-root .plat-video iframe{min-height:180px}.cc-plat-root .plat-microbox-card{gap:16px;padding:16px 20px}}@media (prefers-reduced-motion:reduce){.cc-plat-root,.cc-plat-root *,.cc-plat-root :before,.cc-plat-root :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
