.ci[data-astro-cid-xblthuyc]{aspect-ratio:16/9;border-radius:0;width:100%;position:relative;overflow:hidden}.scene[data-astro-cid-xblthuyc]{position:absolute;inset:0;overflow:hidden}.tools-scene[data-astro-cid-xblthuyc]{background:radial-gradient(#1e1446 0%,#0d0d1a 100%)}.t-bg-dots[data-astro-cid-xblthuyc]{opacity:.3;background-image:radial-gradient(circle,#ffffff26 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.t-orbit-line[data-astro-cid-xblthuyc]{border:1px solid #7c5cfc38;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.t-ol-1[data-astro-cid-xblthuyc]{width:112px;height:112px}.t-ol-2[data-astro-cid-xblthuyc]{border-color:#4dd4ff29;width:180px;height:180px}.t-sat[data-astro-cid-xblthuyc]{transform-origin:0 0;width:0;height:0;animation:tOrbit var(--dur,8s) linear infinite;animation-delay:var(--d,0s);position:absolute;top:50%;left:50%}.t-sat-inner[data-astro-cid-xblthuyc]{transform-origin:50%;animation:tCounterOrbit var(--dur,8s) linear infinite;animation-delay:var(--d,0s);position:absolute}.t-inner[data-astro-cid-xblthuyc]{--dur:8s}.t-outer[data-astro-cid-xblthuyc]{--dur:16s;animation-direction:reverse}.t-outer[data-astro-cid-xblthuyc] .t-sat-inner[data-astro-cid-xblthuyc]{animation-direction:reverse}.t-icon[data-astro-cid-xblthuyc]{color:#fff;white-space:nowrap;letter-spacing:.5px;background:#7c5cfcd9;border:1px solid #7c5cfc;border-radius:20px;padding:3px 7px;font-size:9px;font-weight:700;top:-14px;left:50px}.t-dot[data-astro-cid-xblthuyc]{background:#4dd4ff;border-radius:50%;width:8px;height:8px;top:-4px;left:82px;box-shadow:0 0 6px #4dd4ff}.t-outer[data-astro-cid-xblthuyc]:nth-child(3) .t-dot[data-astro-cid-xblthuyc]{background:#ff6ec7;box-shadow:0 0 6px #ff6ec7}.t-outer[data-astro-cid-xblthuyc]:nth-child(4) .t-dot[data-astro-cid-xblthuyc]{background:#2ee6a8;box-shadow:0 0 6px #2ee6a8}.t-outer[data-astro-cid-xblthuyc]:nth-child(5) .t-dot[data-astro-cid-xblthuyc]{background:#ffd166;box-shadow:0 0 6px #ffd166}.t-core[data-astro-cid-xblthuyc]{color:#fff;letter-spacing:1px;z-index:2;background:radial-gradient(circle,#a070ff,#5b3fd6);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:15px;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 28px #7c5cfccc}.t-core-ring[data-astro-cid-xblthuyc]{border:2px solid #7c5cfc73;border-radius:50%;animation:2s ease-in-out infinite tPulse;position:absolute;inset:-6px}@keyframes tOrbit{to{transform:rotate(360deg)}}@keyframes tCounterOrbit{to{transform:rotate(-360deg)}}@keyframes tPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}.chatbot-scene[data-astro-cid-xblthuyc]{background:radial-gradient(at 20% 30%,#0d1e35 0%,#0d0d1a 100%);flex-direction:column;justify-content:center;gap:10px;padding:14px 18px;display:flex}.cb-avatar[data-astro-cid-xblthuyc]{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:9px;font-weight:700;display:flex}.cb-av-user[data-astro-cid-xblthuyc]{color:#fff;background:#7c5cfc;animation:.6s both cbSlideR}.cb-av-ai[data-astro-cid-xblthuyc]{color:#0d0d1a;background:#4dd4ff;animation:.6s .8s both cbSlideL}.cb-bubble[data-astro-cid-xblthuyc]{border-radius:14px;flex-direction:column;gap:6px;max-width:80%;padding:10px 14px;display:flex}.cb-b-user[data-astro-cid-xblthuyc]{background:#7c5cfc40;border:1px solid #7c5cfc66;align-self:flex-start;animation:.5s .1s both cbFadeIn}.cb-b-ai[data-astro-cid-xblthuyc]{background:#4dd4ff2e;border:1px solid #4dd4ff59;align-self:flex-end;animation:.5s .9s both cbFadeIn}.cb-line[data-astro-cid-xblthuyc]{height:7px;width:var(--w,70%);background:#ffffff2e;border-radius:4px}.cb-b-ai[data-astro-cid-xblthuyc] .cb-line[data-astro-cid-xblthuyc]{background:#4dd4ff59}.cb-typing[data-astro-cid-xblthuyc]{gap:5px;padding-left:4px;animation:.3s 1.5s both cbFadeIn;display:flex}.cb-dot[data-astro-cid-xblthuyc]{opacity:.6;background:#4dd4ff;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite cbBounce}.cb-dot[data-astro-cid-xblthuyc]:nth-child(2){animation-delay:.15s}.cb-dot[data-astro-cid-xblthuyc]:nth-child(3){animation-delay:.3s}.cb-label[data-astro-cid-xblthuyc]{color:#4dd4ff8c;text-align:center;letter-spacing:.5px;font-size:9px}@keyframes cbSlideR{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:none}}@keyframes cbSlideL{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@keyframes cbFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes cbBounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.coding-scene[data-astro-cid-xblthuyc]{background:#0d0d14;flex-direction:column;display:flex}.code-bar[data-astro-cid-xblthuyc]{background:#1a1a24;border-bottom:1px solid #2a2a3a;align-items:center;gap:6px;padding:7px 12px;display:flex}.code-dot[data-astro-cid-xblthuyc]{border-radius:50%;width:9px;height:9px}.d-red[data-astro-cid-xblthuyc]{background:#ff5f57}.d-yellow[data-astro-cid-xblthuyc]{background:#febc2e}.d-green[data-astro-cid-xblthuyc]{background:#28c840}.code-tab[data-astro-cid-xblthuyc]{color:#fff6;margin-left:6px;font-family:Courier New,monospace;font-size:10px}.code-body[data-astro-cid-xblthuyc]{flex-direction:column;flex:1;gap:5px;padding:10px 12px;display:flex}.code-line[data-astro-cid-xblthuyc]{align-items:baseline;gap:6px;font-family:Courier New,monospace;font-size:10.5px;line-height:1.4;animation:.3s both codeAppear;display:flex}.code-line[data-astro-cid-xblthuyc]:first-child{animation-delay:.1s}.code-line[data-astro-cid-xblthuyc]:nth-child(2){animation-delay:.3s}.code-line[data-astro-cid-xblthuyc]:nth-child(3){animation-delay:.55s}.code-line[data-astro-cid-xblthuyc]:nth-child(4){animation-delay:.8s}.code-line[data-astro-cid-xblthuyc]:nth-child(5){animation-delay:1.05s}.code-line[data-astro-cid-xblthuyc]:nth-child(6){animation-delay:1.3s}.l-no[data-astro-cid-xblthuyc]{color:#fff3;text-align:right;min-width:12px;font-size:9px}.tok-kw[data-astro-cid-xblthuyc]{color:#ff6ec7}.tok-fn[data-astro-cid-xblthuyc]{color:#4dd4ff}.tok-str[data-astro-cid-xblthuyc]{color:#fff9}.tok-val[data-astro-cid-xblthuyc]{color:#2ee6a8}.tok-sym[data-astro-cid-xblthuyc]{color:#ffffff59}.code-cursor[data-astro-cid-xblthuyc]{vertical-align:middle;background:#2ee6a8;width:2px;height:13px;animation:1s step-end infinite codeBlink;display:inline-block}.code-badge[data-astro-cid-xblthuyc]{color:#2ee6a8;letter-spacing:.5px;background:#2ee6a826;border:1px solid #2ee6a859;border-radius:20px;padding:3px 9px;font-size:9px;font-weight:700;position:absolute;bottom:10px;right:12px}@keyframes codeAppear{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:none}}@keyframes codeBlink{50%{opacity:0}}.writing-scene[data-astro-cid-xblthuyc]{background:radial-gradient(at 30% 40%,#2a1040 0%,#0f0f1a 100%);justify-content:center;align-items:center;display:flex}.wr-page[data-astro-cid-xblthuyc]{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;gap:8px;width:68%;padding:14px 16px;display:flex}.wr-header[data-astro-cid-xblthuyc]{align-items:center;gap:8px;margin-bottom:2px;display:flex}.wr-tag[data-astro-cid-xblthuyc]{color:#c4a8ff;letter-spacing:.5px;background:#7c5cfc4d;border:1px solid #7c5cfc80;border-radius:12px;padding:2px 8px;font-size:9px;font-weight:700}.wr-lines[data-astro-cid-xblthuyc]{flex-direction:column;gap:7px;display:flex}.wr-line[data-astro-cid-xblthuyc]{background:#ffffff24;border-radius:4px;width:0%;height:7px;animation:1s forwards wrGrow}.wl-1[data-astro-cid-xblthuyc]{--w:85%;animation-delay:.1s}.wl-2[data-astro-cid-xblthuyc]{--w:70%;animation-delay:.35s}.wl-3[data-astro-cid-xblthuyc]{--w:90%;animation-delay:.6s}.wl-4[data-astro-cid-xblthuyc]{--w:55%;animation-delay:.85s}.wl-5[data-astro-cid-xblthuyc]{--w:78%;animation-delay:1.1s}.wr-cursor-wrap[data-astro-cid-xblthuyc]{display:flex}.wr-cursor[data-astro-cid-xblthuyc]{background:#9b7fff;width:2px;height:12px;animation:1s step-end 1.4s infinite codeBlink,1.5s 1.4s forwards wrMoveCursor}.wr-pen[data-astro-cid-xblthuyc]{background:linear-gradient(#c9b8ff,#7c5cfc);border-radius:2px 2px 0 0;width:5px;height:46px;position:absolute;bottom:18%;right:14%;transform:rotate(-30deg);box-shadow:0 0 10px #7c5cfc80}@keyframes wrGrow{to{width:var(--w,70%)}}@keyframes wrMoveCursor{0%{margin-left:0}to{margin-left:60%}}.video-scene[data-astro-cid-xblthuyc]{background:radial-gradient(at 50% 30%,#2a1020 0%,#0f0f1a 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.vid-strip[data-astro-cid-xblthuyc]{background:#1a1a24;border:1px solid #2a2a3a;border-radius:4px;align-items:center;gap:8px;width:85%;padding:6px 14px;animation:3s linear infinite vidSlide;display:flex}.vid-hole[data-astro-cid-xblthuyc]{background:#0d0d14;border:1px solid #333;border-radius:2px;width:10px;height:10px}.vid-frames[data-astro-cid-xblthuyc]{justify-content:center;gap:6px;width:85%;display:flex}.vid-frame[data-astro-cid-xblthuyc]{border:1px solid #ffffff1a;border-radius:4px;flex:1;height:38px}.vf-1[data-astro-cid-xblthuyc]{background:linear-gradient(135deg,#3b2a6b,#7c3f7a)}.vf-2[data-astro-cid-xblthuyc]{background:linear-gradient(135deg,#1e3a5c,#2a6b7c)}.vf-3[data-astro-cid-xblthuyc]{background:linear-gradient(135deg,#2a3b1e,#4a7c3f)}.vid-play[data-astro-cid-xblthuyc]{justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)}.vid-play-ring[data-astro-cid-xblthuyc]{border:2px solid #ff6ec780;border-radius:50%;animation:2s ease-out infinite vidPulse;position:absolute;inset:0}.vpr-2[data-astro-cid-xblthuyc]{animation-delay:-1s}.vid-play-triangle[data-astro-cid-xblthuyc]{z-index:1;border:10px solid #0000;border-left:18px solid #ff6ec7;border-right-width:0;width:0;height:0;margin-left:3px;position:relative}.vid-wave[data-astro-cid-xblthuyc]{align-items:center;gap:3px;height:22px;display:flex}.vid-bar[data-astro-cid-xblthuyc]{width:4px;height:var(--h,50%);animation:1s ease-in-out infinite alternate vidWave;animation-delay:var(--d,0s);background:linear-gradient(#7c5cfc,#ff6ec7);border-radius:2px}@keyframes vidSlide{to{opacity:.8;transform:translate(-18px)}}@keyframes vidPulse{to{opacity:0;transform:scale(2)}}@keyframes vidWave{0%{opacity:.5;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1)}}.news-scene[data-astro-cid-xblthuyc]{background:radial-gradient(at 25% 20%,#0d1e35 0%,#0d0d1a 100%);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.ns-live[data-astro-cid-xblthuyc]{color:#ff6ec7;letter-spacing:1.5px;align-items:center;gap:6px;font-size:10px;font-weight:800;display:flex}.ns-dot[data-astro-cid-xblthuyc]{background:#ff6ec7;border-radius:50%;width:7px;height:7px;animation:1s step-end infinite nsBlink}.ns-headlines[data-astro-cid-xblthuyc]{flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.ns-hl[data-astro-cid-xblthuyc]{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;background:#4dd4ff0f;border-left:2px solid #4dd4ff99;border-radius:0 6px 6px 0;padding:5px 10px;font-size:11.5px;font-weight:700;animation:.5s both nsSlide;overflow:hidden}.ns-h1[data-astro-cid-xblthuyc]{border-color:#4dd4ff;animation-delay:.1s}.ns-h2[data-astro-cid-xblthuyc]{background:#9b7fff0f;border-color:#9b7fff;animation-delay:.35s}.ns-h3[data-astro-cid-xblthuyc]{background:#ff6ec70f;border-color:#ff6ec7;animation-delay:.6s}.ns-content[data-astro-cid-xblthuyc]{flex-direction:column;gap:5px;display:flex}.ns-cline[data-astro-cid-xblthuyc]{height:6px;width:var(--w);background:#ffffff1a;border-radius:3px;animation:.4s both nsSlide}.ns-cline[data-astro-cid-xblthuyc]:first-child{animation-delay:.9s}.ns-cline[data-astro-cid-xblthuyc]:nth-child(2){animation-delay:1.05s}.ns-cline[data-astro-cid-xblthuyc]:nth-child(3){animation-delay:1.2s}.ns-cline[data-astro-cid-xblthuyc]:nth-child(4){animation-delay:1.35s}.ns-footer[data-astro-cid-xblthuyc]{color:#ffffff40;letter-spacing:.5px;font-size:9px}@keyframes nsBlink{50%{opacity:0}}@keyframes nsSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:none}}.comparison-scene[data-astro-cid-xblthuyc]{background:radial-gradient(at 20%,#180d30 0%,#0d0d1a 60%,#0d1a25 100%);justify-content:space-between;align-items:center;padding:14px 10px;display:flex}.vs-side[data-astro-cid-xblthuyc]{flex-direction:column;flex:1;align-items:center;gap:8px;padding:0 8px;display:flex}.vs-icon[data-astro-cid-xblthuyc]{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:800;display:flex}.vs-icon-l[data-astro-cid-xblthuyc]{background:radial-gradient(circle,#9b7fff,#5b3fd6);box-shadow:0 0 14px #7c5cfc99}.vs-icon-r[data-astro-cid-xblthuyc]{background:radial-gradient(circle,#4dd4ff,#1a6a8c);box-shadow:0 0 14px #4dd4ff80}.vs-name[data-astro-cid-xblthuyc]{color:#ffffffbf;font-size:11px;font-weight:700}.vs-bars[data-astro-cid-xblthuyc]{flex-direction:column;gap:5px;width:100%;display:flex}.vs-bar-wrap[data-astro-cid-xblthuyc]{background:#ffffff12;border-radius:4px;height:7px;overflow:hidden}.vs-bar[data-astro-cid-xblthuyc]{border-radius:4px;width:0;height:100%;animation:.8s forwards vsFill}.vb-l[data-astro-cid-xblthuyc]{background:linear-gradient(90deg,#7c5cfc,#9b7fff)}.vb-r[data-astro-cid-xblthuyc]{background:linear-gradient(90deg,#1a6a8c,#4dd4ff)}.vs-bars[data-astro-cid-xblthuyc] .vs-bar-wrap[data-astro-cid-xblthuyc]:first-child .vs-bar[data-astro-cid-xblthuyc]{animation-delay:.3s}.vs-bars[data-astro-cid-xblthuyc] .vs-bar-wrap[data-astro-cid-xblthuyc]:nth-child(2) .vs-bar[data-astro-cid-xblthuyc]{animation-delay:.55s}.vs-bars[data-astro-cid-xblthuyc] .vs-bar-wrap[data-astro-cid-xblthuyc]:nth-child(3) .vs-bar[data-astro-cid-xblthuyc]{animation-delay:.8s}.vs-center[data-astro-cid-xblthuyc]{flex-direction:column;align-items:center;display:flex}.vs-badge[data-astro-cid-xblthuyc]{color:#fff;background:#0d0d1a padding-box padding-box;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:11px;font-weight:800;animation:2s ease-in-out infinite vsPulse;display:flex;box-shadow:0 0 0 2px #7c5cfc,0 0 0 3px #4dd4ff}@keyframes vsFill{to{width:var(--p,80%)}}@keyframes vsPulse{0%,to{box-shadow:0 0 0 2px #7c5cfc,0 0 0 3px #4dd4ff}50%{box-shadow:0 0 0 3px #9b7fff,0 0 12px #7c5cfc66}}.imagegen-scene[data-astro-cid-xblthuyc]{background:#0d0d14;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:12px;display:flex}.ig-canvas[data-astro-cid-xblthuyc]{grid-template-columns:repeat(12,1fr);gap:2px;width:100%;max-height:75%;display:grid}.ig-cell[data-astro-cid-xblthuyc]{aspect-ratio:1;background:hsl(calc(var(--c)), 70%, 50%);opacity:0;animation:.3s forwards igReveal;animation-delay:calc(var(--i) * 25ms);border-radius:2px}.ig-overlay[data-astro-cid-xblthuyc]{flex-direction:column;gap:5px;width:100%;display:flex}.ig-prompt[data-astro-cid-xblthuyc]{color:#ffffff73;text-align:center;font-family:monospace;font-size:9.5px}.ig-progress[data-astro-cid-xblthuyc]{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.ig-progress-fill[data-astro-cid-xblthuyc]{background:linear-gradient(90deg,#7c5cfc,#4dd4ff,#ff6ec7) 0 0/200% 100%;border-radius:2px;height:100%;animation:1.5s forwards igFill,1.5s linear infinite igShimmer}@keyframes igReveal{to{opacity:1}}@keyframes igFill{0%{width:0}to{width:100%}}@keyframes igShimmer{to{background-position:-200% 0}}.global-scene[data-astro-cid-xblthuyc]{background:radial-gradient(at 50% 40%,#0d1e35 0%,#0d0d1a 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.gl-globe[data-astro-cid-xblthuyc]{width:100px;height:100px;position:relative}.gl-globe[data-astro-cid-xblthuyc]:before{content:"";background:radial-gradient(circle at 38% 35%,#1e3a5c,#0a1a2e);border:2px solid #4dd4ff66;border-radius:50%;position:absolute;inset:0;box-shadow:0 0 30px #4dd4ff33}.gl-line[data-astro-cid-xblthuyc]{border:1px solid #4dd4ff38;border-radius:50%;position:absolute}.gl-meridian[data-astro-cid-xblthuyc]{width:56%;height:100%;top:0;left:50%;transform:translate(-50%)}.gl-m2[data-astro-cid-xblthuyc]{width:85%}.gl-parallel[data-astro-cid-xblthuyc]{width:100%;height:46%;top:50%;left:0;transform:translateY(-50%)}.gl-p2[data-astro-cid-xblthuyc]{height:76%}.gl-orbit-wrap[data-astro-cid-xblthuyc]{transform-origin:50%;animation:6s linear infinite glOrbit;position:absolute;inset:-20px}.gl-orbit-ring[data-astro-cid-xblthuyc]{border:1.5px solid #7c5cfc59;border-radius:50%;position:absolute;inset:0;transform:rotateX(68deg)}.gl-satellite[data-astro-cid-xblthuyc]{background:#9b7fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #7c5cfc}.gl-city[data-astro-cid-xblthuyc]{background:#4dd4ff;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite glPulse;position:absolute;box-shadow:0 0 8px #4dd4ff}.gc-1[data-astro-cid-xblthuyc]{animation-delay:0s;top:26%;left:28%}.gc-2[data-astro-cid-xblthuyc]{background:#ff6ec7;animation-delay:-.5s;top:38%;left:62%;box-shadow:0 0 8px #ff6ec7}.gc-3[data-astro-cid-xblthuyc]{background:#2ee6a8;animation-delay:-1s;top:62%;left:40%;box-shadow:0 0 8px #2ee6a8}.gc-4[data-astro-cid-xblthuyc]{animation-delay:-1.5s;top:52%;left:72%}.gl-label[data-astro-cid-xblthuyc]{color:#4dd4ff99;letter-spacing:1.5px;text-transform:uppercase;font-size:10px;font-weight:700}@keyframes glOrbit{to{transform:rotate(360deg)}}@keyframes glPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}
