:root{color-scheme:dark;--bg0:#050816;--bg1:#0b1127;--bg2:#142250;--surface:rgba(10,16,34,.74);--surface-strong:rgba(7,11,24,.92);--surface-soft:rgba(255,255,255,.04);--line:rgba(98,217,238,.13);--line-strong:rgba(98,217,238,.26);--text:#eef4ff;--text-soft:#9eb0d6;--muted:#7588af;--cyan:#62d9ee;--violet:#9578f0;--green:#44d4a0;--shadow:0 28px 88px rgba(0,0,0,.34);--glow:0 0 28px rgba(98,217,238,.09);--slidew:min(1420px,calc(100vw - 118px));--slideh:min(840px,calc(100vh - 34px))}[data-theme="light"]{color-scheme:light;--bg0:#f7f9ff;--bg1:#edf3ff;--bg2:#dfe8ff;--surface:rgba(255,255,255,.82);--surface-strong:rgba(255,255,255,.96);--surface-soft:rgba(30,60,140,.035);--line:rgba(63,96,198,.14);--line-strong:rgba(63,96,198,.28);--text:#0f1b39;--text-soft:#54657f;--muted:#77849a;--cyan:#2563eb;--violet:#7c3aed;--green:#0e9b76;--shadow:0 24px 66px rgba(64,92,160,.14);--glow:0 0 24px rgba(63,96,198,.08)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:"Inter","PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 16%,rgba(126,245,255,.12),transparent 24%),radial-gradient(circle at 86% 12%,rgba(160,135,255,.16),transparent 24%),radial-gradient(circle at 48% 88%,rgba(86,255,191,.08),transparent 28%),linear-gradient(160deg,var(--bg0),var(--bg1) 42%,var(--bg2))}body::before,body::after{content:"";position:fixed;inset:0;pointer-events:none}body::before{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:30px 30px;opacity:.58;mask-image:linear-gradient(180deg,transparent,black 12%,black 88%,transparent)}body::after{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.08),transparent 12%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 10%,transparent 90%,rgba(255,255,255,.03));mix-blend-mode:soft-light}body.desktop-fx::before{animation:gridDrift 22s linear infinite}body.desktop-fx::after{background:radial-gradient(circle at 16% 18%,rgba(126,245,255,.12),transparent 14%),radial-gradient(circle at 78% 20%,rgba(160,135,255,.14),transparent 18%),radial-gradient(circle at 52% 76%,rgba(86,255,191,.10),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.05),transparent 10%,transparent 90%,rgba(255,255,255,.04));animation:atmosDrift 18s ease-in-out infinite alternate}#bgCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.95}.cursor-glow,.mouse-blur{position:fixed;left:0;top:0;pointer-events:none;transform:translate(-50%,-50%);opacity:0;z-index:1}.cursor-glow{width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(126,245,255,.18),rgba(160,135,255,.08) 38%,transparent 72%);filter:blur(16px)}.mouse-blur{width:170px;height:170px;border-radius:50%;backdrop-filter:blur(8px) saturate(1.2);background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04)}button,a{font:inherit;color:inherit;text-decoration:none}.deck{position:relative;z-index:3;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}body.desktop-fx .deck{perspective:2200px;perspective-origin:50% 50%}body.desktop-fx .slides-wrap{transform-style:preserve-3d}.left-rail{position:fixed;left:18px;top:50%;transform:translateY(-50%);z-index:92;width:78px;padding:12px 10px;border-radius:28px;border:1px solid var(--line);background:rgba(10,14,30,.62);backdrop-filter:blur(18px);display:grid;gap:10px;box-shadow:0 18px 52px rgba(0,0,0,.18)}[data-theme="light"] .left-rail{background:rgba(255,255,255,.80)}.rail-brand{display:grid;place-items:center;width:100%;height:56px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.16));font-weight:800;letter-spacing:.08em}.rail-btn{width:100%;height:56px;border-radius:18px;border:1px solid transparent;background:rgba(255,255,255,.04);cursor:pointer;transition:.25s ease;display:grid;place-items:center;color:var(--text-soft);font-size:1rem}.rail-btn span{display:block;font-size:.68rem;margin-top:4px}.rail-btn:hover,.rail-btn.active{border-color:var(--line-strong);background:rgba(126,245,255,.10);box-shadow:var(--glow);color:var(--text);transform:translateX(2px)}.slides-wrap{position:relative;width:100%;height:100%}.slide{position:absolute;left:calc(50% + 36px);top:50%;width:var(--slidew);height:var(--slideh);transform:translate(-50%,-50%) scale(.986);opacity:0;pointer-events:none;border-radius:34px;border:1px solid var(--line);overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02)),linear-gradient(160deg,var(--surface),var(--surface-strong));backdrop-filter:blur(18px);box-shadow:var(--shadow)}.slide.active{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}body.desktop-fx .slide{backdrop-filter:blur(24px) saturate(1.22);box-shadow:0 34px 110px rgba(0,0,0,.42),0 0 40px rgba(126,245,255,.08);will-change:transform,opacity,filter;transform-origin:center center}.slide::before,.slide::after{content:"";position:absolute;width:104px;height:104px;pointer-events:none}.slide::before{left:16px;top:16px;border-left:1px solid rgba(126,245,255,.28);border-top:1px solid rgba(126,245,255,.28);border-radius:18px 0 0 0}.slide::after{right:16px;bottom:16px;border-right:1px solid rgba(160,135,255,.28);border-bottom:1px solid rgba(160,135,255,.28);border-radius:0 0 18px 0}.circuit-overlay{position:absolute;inset:0;pointer-events:none;opacity:.34;background:linear-gradient(90deg,transparent 0 10%,rgba(126,245,255,.10) 10.2%,rgba(126,245,255,.10) 10.6%,transparent 10.8% 28%,rgba(160,135,255,.10) 28.2%,rgba(160,135,255,.10) 28.6%,transparent 28.8% 100%),linear-gradient(transparent 0 18%,rgba(255,255,255,.04) 18.2%,rgba(255,255,255,.04) 18.6%,transparent 18.8% 46%,rgba(126,245,255,.08) 46.2%,rgba(126,245,255,.08) 46.5%,transparent 46.7% 100%);mask-image:radial-gradient(circle at 50% 50%,black 32%,transparent 92%)}.slide-inner{position:relative;height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:20px;padding:34px 34px 24px;overflow:hidden}.slide-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border-radius:999px;background:rgba(126,245,255,.08);border:1px solid var(--line);color:var(--cyan);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 14px currentColor}.title{font-size:clamp(2.5rem,4.6vw,5rem);line-height:.95;letter-spacing:-.05em}.subtitle{margin-top:12px;color:var(--text-soft);font-size:.96rem;letter-spacing:.18em;text-transform:uppercase}.section-title{font-size:1.68rem;letter-spacing:-.03em;margin-bottom:8px}.lead{max-width:64ch;color:var(--text-soft);line-height:1.84;font-size:.98rem}.footerbar{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:.84rem}.page-no{font-family:ui-monospace,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.dot-nav{display:flex;gap:8px}.dot-nav button{width:11px;height:11px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.06);cursor:pointer}.dot-nav button.active{background:rgba(126,245,255,.18);box-shadow:var(--glow)}.mini-btn,.page-link,.fab,.top-theme button{padding:11px 15px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.045);color:var(--text);cursor:pointer;transition:.25s ease;display:inline-flex;align-items:center;gap:8px}.mini-btn:hover,.page-link:hover,.fab:hover,.top-theme button:hover,.top-theme button.active{border-color:var(--line-strong);background:rgba(126,245,255,.10);box-shadow:var(--glow);transform:translateY(-2px)}.mini-btn.primary,.page-link.primary{background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.16))}.top-theme{display:flex;gap:8px}.menu-grid,.projects-grid,.awards-grid,.paper-grid,.ability-grid,.signal-grid{display:grid;gap:18px}.menu-grid{grid-template-columns:repeat(3,1fr)}.projects-grid{grid-template-columns:repeat(2,1fr)}.awards-grid{grid-template-columns:repeat(2,1fr)}.paper-grid{grid-template-columns:.9fr 1.1fr}.ability-grid{grid-template-columns:repeat(3,1fr)}.signal-grid{grid-template-columns:repeat(4,1fr)}.card,.menu-card,.project-card,.award-card,.paper-card,.ability-card,.stat{position:relative;padding:20px;border-radius:24px;border:1px solid var(--line);background:var(--surface-soft);overflow:hidden;transition:.24s ease}.card:hover,.menu-card:hover,.project-card:hover,.award-card:hover,.paper-card:hover,.ability-card:hover,.stat:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 18px 34px rgba(0,0,0,.12),0 0 28px rgba(126,245,255,.09)}.menu-num,.ability-idx{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.14));border:1px solid var(--line);font-weight:800;margin-bottom:12px}.menu-card h3,.project-card h3,.award-card h3,.paper-card h3,.ability-card h3,.card h3{font-size:1.08rem;line-height:1.45;margin-bottom:8px}.menu-card p,.project-card p,.award-card p,.paper-card p,.ability-card p,.card p,.stat p{color:var(--text-soft);line-height:1.72;font-size:.92rem}.hero-home{display:grid;grid-template-columns:1.02fr .98fr;gap:22px;min-height:0}.hero-copy,.hero-visual{position:relative;border:1px solid var(--line);border-radius:28px;background:var(--surface-soft);overflow:hidden}.hero-copy{padding:24px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.metric{padding:16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.04)}.metric strong{display:block;font-size:1.3rem;margin-bottom:4px}.metric span{display:block;color:var(--text-soft);font-size:.82rem;line-height:1.45}.chips,.action-row,.site-actions,.quick-links,.award-meta{display:flex;flex-wrap:wrap;gap:10px}.chip,.pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);font-size:.84rem;color:var(--text)}.chip::before,.pill::before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));box-shadow:0 0 12px rgba(126,245,255,.25)}.hero-visual{display:grid;grid-template-columns:1fr 300px 1fr;gap:18px;align-items:center;padding:24px}.site-stack{display:grid;gap:14px}.site-card{padding:14px 14px 12px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.05);transition:.24s ease}.site-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}.site-card strong{display:block;font-size:.96rem;margin-bottom:6px}.site-card span{display:block;color:var(--text-soft);font-size:.82rem;line-height:1.5;word-break:break-all}.center-avatar{position:relative;height:100%;display:grid;place-items:center}.avatar-ring{position:relative;width:290px;height:290px;border-radius:50%;display:grid;place-items:center}.avatar-ring::before,.avatar-ring::after{content:"";position:absolute;inset:0;border-radius:50%;border:1px dashed rgba(255,255,255,.14)}.avatar-ring::after{inset:28px;animation:spin 18s linear infinite reverse}.avatar-core{position:relative;width:236px;height:236px;border-radius:34px;border:1px solid var(--line-strong);overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),linear-gradient(160deg,rgba(8,14,30,.86),rgba(10,18,36,.94));box-shadow:0 0 0 1px rgba(255,255,255,.04),0 0 40px rgba(126,245,255,.10)}.avatar-core img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04)}.avatar-core::after{content:"";position:absolute;inset:10px;border-radius:28px;border:1px solid rgba(255,255,255,.12)}.orbit-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));box-shadow:0 0 14px rgba(126,245,255,.28)}.project-card,.award-card{display:grid;gap:12px}.award-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.award-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.awards-grid .award-card{padding-bottom:38px}.award-links .page-link{font-size:.78rem;padding:5px 11px;border-radius:11px;gap:5px}.award-thumb{padding:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:rgba(5,9,20,.35);cursor:pointer;flex:1 1 120px;min-width:120px;max-width:100%;transition:.22s ease;line-height:0}.award-thumb:hover{border-color:var(--line-strong);transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.18)}.award-thumb img{display:block;width:100%;height:150px;object-fit:cover;object-position:top center}[data-theme="light"] .award-thumb{background:rgba(248,250,255,.7)}.award-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(3,6,16,.86);backdrop-filter:blur(6px)}.award-lightbox.open{display:flex}.award-lightbox-inner{position:relative;max-width:min(960px,94vw);max-height:92vh;display:flex;flex-direction:column;gap:12px}.award-lightbox-inner img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.5)}.award-lightbox-cap{color:#dbe7ff;font-size:.95rem;text-align:center;line-height:1.6}.award-lightbox-close{position:absolute;top:-14px;right:-10px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(10,16,30,.9);color:#fff;font-size:1.4rem;cursor:pointer;line-height:1}.award-lightbox-close:hover{background:rgba(40,52,80,.95)}@media (max-width:900px){.award-thumb img{height:128px}}.terminal{padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:rgba(5,9,20,.62);font-family:ui-monospace,Consolas,monospace;color:#c7f8ff}[data-theme="light"] .terminal{background:rgba(248,250,255,.92);color:#1f417f}.terminal .bar{display:flex;gap:8px;margin-bottom:12px}.terminal .bar span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.24)}.terminal pre{white-space:pre-wrap;line-height:1.72;font-size:.88rem}.fab{position:fixed;right:20px;bottom:20px;z-index:85;border-radius:999px}.mobile-nav{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:95;display:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:8px;border-radius:22px;border:1px solid var(--line);background:rgba(10,14,30,.78);backdrop-filter:blur(18px);box-shadow:0 18px 48px rgba(0,0,0,.22)}[data-theme="light"] .mobile-nav{background:rgba(255,255,255,.92)}.mobile-nav .rail-btn{height:44px;min-width:0;border-radius:14px;font-size:.76rem;transform:none !important}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.contact-actions .page-link{min-width:168px;justify-content:center}.ai-panel{position:fixed;right:20px;bottom:78px;z-index:86;width:min(380px,calc(100vw - 24px));border-radius:24px;border:1px solid var(--line);background:rgba(10,16,34,.84);backdrop-filter:blur(16px);box-shadow:var(--shadow);overflow:hidden}[data-theme="light"] .ai-panel{background:rgba(255,255,255,.90)}.ai-panel.hidden{display:none}.ai-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);cursor:grab;user-select:none}.ai-head strong{display:block}.ai-head span{display:block;color:var(--text-soft);font-size:.82rem}.ai-body{padding:14px 16px;display:grid;gap:12px}.chat{display:grid;gap:8px}.msg{padding:10px 12px;border-radius:16px;line-height:1.7;font-size:.9rem;max-width:92%}.msg.bot{background:rgba(126,245,255,.10);border:1px solid var(--line)}.msg.user{margin-left:auto;background:rgba(160,135,255,.10);border:1px solid rgba(160,135,255,.18)}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.chat-input{width:100%;padding:11px 13px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.05);color:var(--text);outline:none}.chat-input:focus{border-color:var(--line-strong);box-shadow:var(--glow)}.chat-status{min-height:1.2em;color:var(--muted);font-size:.8rem}.chat-links{display:flex;flex-wrap:wrap;gap:8px}.chat-link{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text-soft);font-size:.8rem}.chat-link:hover{border-color:var(--line-strong);color:var(--text);box-shadow:var(--glow)}.modal-backdrop{position:fixed;inset:0;z-index:110;background:rgba(4,8,18,.60);backdrop-filter:blur(10px);display:grid;place-items:center;padding:16px;opacity:0;pointer-events:none;transition:.28s ease}.modal-backdrop.show{opacity:1;pointer-events:auto}.modal{width:min(920px,100%);max-height:min(90vh,920px);overflow:auto;border-radius:28px;border:1px solid var(--line);background:linear-gradient(160deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow)}.slide-inner::-webkit-scrollbar,.modal::-webkit-scrollbar,.chat::-webkit-scrollbar{width:10px;height:10px}.slide-inner::-webkit-scrollbar-track,.modal::-webkit-scrollbar-track,.chat::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}.slide-inner::-webkit-scrollbar-thumb,.modal::-webkit-scrollbar-thumb,.chat::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(126,245,255,.46),rgba(160,135,255,.42));border-radius:999px;border:2px solid transparent;background-clip:padding-box}.slide-inner,.modal,.chat{scrollbar-width:thin;scrollbar-color:rgba(126,245,255,.48) rgba(255,255,255,.05)}.modal-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(126,245,255,.08),rgba(160,135,255,.07))}.modal-body{padding:22px 24px;display:grid;gap:16px}.close{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.04);cursor:pointer}.welcome{position:fixed;inset:0;z-index:120;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(126,245,255,.12),transparent 24%),linear-gradient(180deg,rgba(5,8,18,.96),rgba(5,8,18,.98));transition:opacity .7s ease,visibility .7s ease}.welcome.hide{opacity:0;visibility:hidden}.welcome-box{width:min(800px,calc(100vw - 32px));padding:34px;border-radius:28px;border:1px solid var(--line);background:rgba(255,255,255,.04);box-shadow:var(--shadow);text-align:center;position:relative;overflow:hidden}.welcome-box::after{content:"";position:absolute;inset:-20% 0 auto 0;height:170px;background:linear-gradient(180deg,transparent,rgba(126,245,255,.14),transparent);animation:scan 3.2s linear infinite}@keyframes scan{to{transform:translateY(620px)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.menu-grid,.projects-grid,.awards-grid,.paper-grid,.ability-grid,.signal-grid,.hero-home{grid-template-columns:1fr 1fr}.metrics{grid-template-columns:1fr 1fr}.hero-visual{grid-template-columns:1fr;justify-items:center}.site-stack{width:min(100%,420px)}}@media (max-width:900px){.left-rail{display:none}.mobile-nav{display:grid}.slide{left:50%;width:min(100vw - 14px,1420px)}.menu-grid,.projects-grid,.awards-grid,.paper-grid,.ability-grid,.signal-grid,.hero-home{grid-template-columns:1fr}.hero-visual{grid-template-columns:1fr}.metrics{grid-template-columns:1fr 1fr}.fab{right:12px;bottom:12px}.ai-panel{right:12px;bottom:66px;left:12px;width:auto}}@media (max-width:640px){.slide-inner{padding:22px 16px 18px}.title{font-size:2.1rem}.hero-visual{padding:16px}.avatar-ring{width:250px;height:250px}.avatar-core{width:200px;height:200px}.metrics{grid-template-columns:1fr}}[data-theme="light"]{--text-soft:#475872;--surface-soft:rgba(73,103,197,.03)}.left-rail{width:92px;padding:14px 12px}.rail-btn{font-size:.84rem;font-weight:700;letter-spacing:.06em;line-height:1.1}.rail-btn span{display:none}.hero-visual{padding:18px 22px;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.06),transparent 48%),var(--surface-soft)}.orbit-stage-mini{position:relative;width:min(100%,620px);height:min(100%,560px);display:grid;place-items:center;margin:auto}.orbit-stage-mini .trace-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.68}.orbit-stage-mini .center-avatar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.mini-site{position:absolute;left:50%;top:50%;width:112px;min-height:72px;padding:10px 12px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),linear-gradient(160deg,rgba(8,14,30,.82),rgba(10,18,36,.92));box-shadow:0 12px 28px rgba(0,0,0,.14);transition:.24s ease;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y)));z-index:2}.mini-site:hover{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1.05);border-color:var(--line-strong);box-shadow:var(--glow)}.mini-site strong{display:block;font-size:.86rem;margin-bottom:4px}.mini-site span{display:block;color:var(--text-soft);font-size:.72rem;line-height:1.42;word-break:break-all}.mini-site .dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;background:linear-gradient(135deg,var(--cyan),var(--violet));box-shadow:0 0 10px rgba(126,245,255,.22)}[data-theme="light"] .mini-site,[data-theme="light"] .site-card,[data-theme="light"] .card,[data-theme="light"] .menu-card,[data-theme="light"] .project-card,[data-theme="light"] .award-card,[data-theme="light"] .paper-card,[data-theme="light"] .ability-card,[data-theme="light"] .stat{background:rgba(255,255,255,.90);border-color:rgba(63,96,198,.15)}[data-theme="light"] .hero-copy,[data-theme="light"] .hero-visual{background:rgba(255,255,255,.84);border-color:rgba(63,96,198,.14)}[data-theme="light"] .terminal{background:linear-gradient(180deg,rgba(245,248,255,.96),rgba(250,252,255,.92));border-color:rgba(63,96,198,.16)}@media (max-width:1200px){.orbit-stage-mini{width:min(100%,560px);height:500px}.mini-site{width:104px;min-height:68px}}@media (max-width:640px){.orbit-stage-mini{width:min(100%,420px);height:420px}.mini-site{width:90px;min-height:60px;padding:8px 10px}.mini-site strong{font-size:.76rem}.mini-site span{font-size:.64rem}}.welcome-box::after{pointer-events:none}.welcome-box>*{position:relative;z-index:1}#enterBtn{position:relative;z-index:2}.left-rail{width:94px}.rail-btn{font-size:.86rem;font-weight:700;letter-spacing:.02em}.rail-btn span{display:none}body.desktop-fx .left-rail{background:linear-gradient(180deg,rgba(10,14,30,.72),rgba(10,14,30,.58));backdrop-filter:blur(24px) saturate(1.25);box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 28px rgba(126,245,255,.06)}body.desktop-fx .rail-btn:hover,body.desktop-fx .rail-btn.active{transform:translateX(4px) scale(1.02)}.hero-home{grid-template-columns:1fr 1fr;align-items:stretch}.hero-visual{display:block !important;padding:20px !important;overflow:hidden}.home-orbit{--orbit-scale:1;position:relative;width:100%;height:100%;min-height:520px;border-radius:26px;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.08),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(126,245,255,.10)}body.desktop-fx .home-orbit{background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.12),transparent 38%),radial-gradient(circle at 50% 50%,rgba(160,135,255,.08),transparent 62%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));backdrop-filter:blur(14px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 22px 56px rgba(0,0,0,.18)}body.desktop-fx .home-orbit::before,body.desktop-fx .home-orbit::after{content:"";position:absolute;inset:10%;border-radius:24px;pointer-events:none}body.desktop-fx .home-orbit::before{border:1px solid rgba(126,245,255,.10);box-shadow:0 0 32px rgba(126,245,255,.08),inset 0 0 24px rgba(126,245,255,.05);animation:orbitPulse 4.8s ease-in-out infinite}body.desktop-fx .home-orbit::after{inset:18%;border:1px solid rgba(160,135,255,.12);animation:orbitPulse 6.2s ease-in-out infinite reverse}.home-orbit .trace-svg{position:absolute;inset:0;width:100%;height:100%;opacity:.72;pointer-events:none}.orbit-avatar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.orbit-card{position:absolute;left:50%;top:50%;transform:translate(calc(-50% + (var(--x) * var(--orbit-scale))),calc(-50% + (var(--y) * var(--orbit-scale))));width:120px;min-height:76px;padding:10px 12px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),linear-gradient(160deg,rgba(8,14,30,.82),rgba(10,18,36,.92));box-shadow:0 12px 28px rgba(0,0,0,.14);transition:.24s ease;z-index:2}body.desktop-fx .orbit-card{backdrop-filter:blur(18px) saturate(1.18);box-shadow:0 16px 42px rgba(0,0,0,.22),0 0 26px rgba(126,245,255,.06);animation:orbitFloat 5.2s ease-in-out infinite}body.desktop-fx .orbit-card:nth-of-type(2n){animation-duration:6.4s}body.desktop-fx .orbit-card:nth-of-type(3n){animation-duration:7.1s}[data-theme="light"] .orbit-card{background:rgba(255,255,255,.92);border-color:rgba(63,96,198,.16)}.orbit-card:hover{transform:translate(calc(-50% + (var(--x) * var(--orbit-scale))),calc(-50% + (var(--y) * var(--orbit-scale)))) scale(1.05);border-color:var(--line-strong);box-shadow:var(--glow)}body.desktop-fx .orbit-card:hover{transform:translate(calc(-50% + (var(--x) * var(--orbit-scale))),calc(-50% + (var(--y) * var(--orbit-scale)))) scale(1.08) translateY(-2px)}.orbit-card strong{display:block;font-size:.86rem;line-height:1.25;margin-bottom:4px}.orbit-card span{display:block;color:var(--text-soft);font-size:.71rem;line-height:1.42;word-break:break-all}.orbit-card .dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;background:linear-gradient(135deg,var(--cyan),var(--violet));box-shadow:0 0 10px rgba(126,245,255,.22)}[data-theme="light"] .hero-copy,[data-theme="light"] .hero-visual{background:rgba(255,255,255,.86);border-color:rgba(63,96,198,.14)}[data-theme="light"] .card,[data-theme="light"] .menu-card,[data-theme="light"] .project-card,[data-theme="light"] .award-card,[data-theme="light"] .paper-card,[data-theme="light"] .ability-card,[data-theme="light"] .stat{background:rgba(255,255,255,.92);border-color:rgba(63,96,198,.14)}[data-theme="light"] .terminal{background:linear-gradient(180deg,rgba(247,250,255,.96),rgba(252,253,255,.92));border-color:rgba(63,96,198,.16)}.paper-grid{grid-template-columns:1.04fr .96fr !important;gap:22px !important;align-items:stretch}.paper-card{padding:24px;padding-bottom:92px}.paper-card .card{padding:18px}.paper-side-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.paper-hero-text{font-size:1.08rem;line-height:1.82}.paper-actions{position:absolute;left:24px;bottom:24px;justify-content:flex-start;margin-top:0}.orientation-tip{position:fixed;inset:0;z-index:140;display:none;align-items:center;justify-content:center;padding:18px;background:linear-gradient(180deg,rgba(4,8,18,.92),rgba(4,8,18,.97));backdrop-filter:blur(12px)}.orientation-tip .tip-card{width:min(420px,100%);padding:24px 20px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(160deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow);text-align:center}.orientation-tip .tip-icon{width:68px;height:68px;margin:0 auto 16px;border-radius:22px;border:1px solid var(--line);display:grid;place-items:center;font-size:1.8rem;color:var(--cyan);background:rgba(126,245,255,.08)}[data-theme="light"] .orientation-tip{background:linear-gradient(180deg,rgba(241,246,255,.92),rgba(241,246,255,.97))}[data-theme="light"] .orientation-tip .tip-card{background:rgba(255,255,255,.96);border-color:rgba(63,96,198,.14)}.signal-grid{grid-template-columns:repeat(2,1fr);gap:16px}.top-theme button{min-width:68px}@media (max-width:1200px){.orbit-card{width:108px;min-height:70px}}@media (max-width:900px){.slide{width:min(100vw - 12px,1420px) !important;height:min(100dvh - 12px,920px) !important;border-radius:26px}.slide-inner{overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:24px;grid-template-rows:auto auto auto}.slide-head{flex-direction:column;align-items:flex-start;gap:14px}.top-theme{position:static;margin-top:6px;flex-wrap:wrap}.footerbar{flex-wrap:wrap;justify-content:center;text-align:center;row-gap:8px}.footerbar .page-no{width:100%;text-align:center}.ai-panel{max-height:min(78dvh,760px)}.hero-home{grid-template-columns:1fr !important;align-items:start}.hero-copy,.hero-visual{overflow:visible}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.home-orbit{min-height:500px}.paper-grid{grid-template-columns:1fr !important;gap:16px !important}.paper-side-grid,.signal-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.menu-card,.project-card,.award-card,.paper-card,.ability-card,.stat{min-height:0 !important}.menu-card{padding-bottom:20px}.menu-card .mini-btn{position:static}.menu-card .action-row,.project-card .site-actions,.paper-actions{margin-top:16px;padding-top:0}.paper-actions{position:static;left:auto;bottom:auto}}@media (max-width:640px){.slide{width:calc(100vw - 8px) !important;height:min(100dvh - 8px,980px) !important;border-radius:22px}.slide-inner{gap:16px;padding:18px 14px 16px}.section-title{font-size:1.4rem}.lead{font-size:.92rem;line-height:1.72}.top-theme{justify-content:flex-start}.top-theme button{min-width:0;font-size:.84rem;padding:8px 12px}.site-actions,.action-row,.quick-links,.award-meta{gap:8px}.terminal pre{font-size:.78rem;line-height:1.55}.ai-panel{left:8px !important;right:8px !important;bottom:58px !important;width:auto !important;max-height:min(82dvh,760px)}.chat{max-height:38dvh}.chat-input-row{grid-template-columns:1fr}.chat-input-row .mini-btn{width:100%;justify-content:center}.left-rail{display:none}.menu-grid,.projects-grid,.awards-grid,.ability-grid,.signal-grid,.paper-side-grid,.paper-grid,.hero-home,.metrics{grid-template-columns:1fr !important}.hero-copy,.hero-visual,.paper-card,.terminal,.card,.menu-card,.project-card,.award-card,.ability-card,.stat{min-width:0}.home-orbit{--orbit-scale:.58;min-height:360px}.orbit-avatar{transform:translate(-50%,-50%) scale(.72)}.orbit-card{width:82px;min-height:56px;padding:7px 8px}.orbit-card strong{font-size:.7rem}.orbit-card span{font-size:.58rem;line-height:1.24}.page-link,.mini-btn{width:100%;justify-content:center}.site-actions,.action-row,.quick-links{flex-direction:column;align-items:stretch}}@media (max-width:900px) and (orientation:landscape){.left-rail{display:none !important}.slide{left:50%;width:min(100vw - 16px,1420px) !important;height:min(100dvh - 82px,820px) !important;border-radius:28px}.slide-inner{padding:24px 24px calc(26px + env(safe-area-inset-bottom));gap:18px}.slide-head{flex-direction:row;align-items:flex-start;gap:16px}.top-theme{position:absolute;top:16px;right:16px;margin-top:0}.hero-home{grid-template-columns:1.04fr .96fr !important;gap:18px}.hero-copy{padding:20px}.metrics{grid-template-columns:repeat(2,1fr)}.home-orbit{--orbit-scale:.68;min-height:360px}.orbit-avatar{transform:translate(-50%,-50%) scale(.79)}.orbit-card{width:96px;min-height:60px;padding:8px 10px;border-radius:16px}.orbit-card strong{font-size:.76rem}.orbit-card span{font-size:.61rem;line-height:1.3}.projects-grid,.awards-grid,.ability-grid,.signal-grid,.paper-side-grid,.menu-grid{grid-template-columns:repeat(2,1fr) !important}.paper-grid{grid-template-columns:1.02fr .98fr !important;gap:18px !important}.paper-card{padding:20px}.paper-actions{left:20px;bottom:20px}.project-card,.menu-card{min-height:0}.menu-card{min-height:200px;padding-bottom:22px}.menu-card .mini-btn{position:static}.menu-card .action-row{margin-top:10px;padding-top:0}.footerbar{justify-content:space-between;text-align:left}.footerbar .page-no{width:auto;text-align:right}.fab{right:14px;bottom:72px}.ai-panel{left:auto !important;right:14px !important;bottom:120px !important;width:min(360px,44vw) !important;max-height:min(72dvh,700px)}.chat{max-height:28dvh;overflow:auto}}@media (max-width:900px) and (orientation:portrait){:root{--mobile-nav-safe:calc(78px + env(safe-area-inset-bottom));--mobile-fab-safe:calc(var(--mobile-nav-safe) + 14px);--mobile-panel-safe:calc(var(--mobile-nav-safe) + 62px);--mobile-slide-safe:calc(148px + env(safe-area-inset-bottom))}.orientation-tip{display:none !important}.left-rail{display:none !important}.deck{visibility:visible;pointer-events:auto;align-items:stretch}.slides-wrap{width:100%;height:100%;padding:4px 4px calc(var(--mobile-slide-safe) - 8px)}.mobile-nav{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));padding:7px;gap:7px;border-radius:20px}.mobile-nav .rail-btn{height:42px;border-radius:13px;font-size:.74rem}.slide{left:50%;top:calc(50% - (var(--mobile-slide-safe) / 2) + 2px);width:calc(100vw - 8px) !important;height:calc(100dvh - var(--mobile-slide-safe)) !important;border-radius:20px}.slide-inner{overflow:auto;-webkit-overflow-scrolling:touch;grid-template-rows:auto auto auto;gap:14px;padding:16px 12px calc(22px + env(safe-area-inset-bottom))}.slide-head{flex-direction:column;align-items:flex-start;gap:12px}.top-theme{position:static;margin-top:2px;justify-content:flex-start;flex-wrap:wrap}.title{font-size:1.95rem}.section-title{font-size:1.32rem}.lead{font-size:.9rem;line-height:1.68}.footerbar{flex-wrap:wrap;justify-content:center;text-align:center;gap:8px}.footerbar .page-no{width:100%;text-align:center}.menu-grid,.projects-grid,.awards-grid,.ability-grid,.signal-grid,.paper-side-grid,.paper-grid,.hero-home,.metrics{grid-template-columns:1fr !important}.hero-copy,.hero-visual,.paper-card,.terminal,.card,.menu-card,.project-card,.award-card,.ability-card,.stat{min-width:0}.hero-copy{padding:16px}.hero-visual{padding:12px !important;overflow:visible}.home-orbit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:auto;padding:14px}.home-orbit .trace-svg{display:none}.orbit-avatar{position:relative;left:auto;top:auto;transform:none;grid-column:1 / -1;justify-self:center;margin-bottom:4px}.orbit-avatar .avatar-ring{width:210px;height:210px}.orbit-avatar .avatar-core{width:168px;height:168px;border-radius:26px}.orbit-card{position:relative;left:auto;top:auto;width:100%;min-height:64px;padding:8px 9px;border-radius:15px;transform:none !important}.orbit-card:hover{transform:none !important}.orbit-card strong{font-size:.74rem}.orbit-card span{font-size:.60rem;line-height:1.24}.paper-card{padding:18px}.paper-actions{position:static;margin-top:14px}.paper-side-grid,.signal-grid{grid-template-columns:1fr !important}.page-link,.mini-btn{width:100%;justify-content:center}.site-actions,.action-row,.quick-links{flex-direction:column;align-items:stretch}.contact-actions{flex-direction:column;align-items:stretch}.contact-actions .page-link{min-width:0}.menu-card{min-height:auto;padding:14px 14px 52px;display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:12px;row-gap:2px;align-items:start}.menu-card .menu-num{grid-column:1;grid-row:1;margin-bottom:0}.menu-card h3{grid-column:2;grid-row:1;margin:0;align-self:center}.menu-card p{grid-column:1 / -1;margin:0}.menu-card .mini-btn{position:static;width:auto;min-width:0;align-self:flex-start;padding:7px 11px;border-radius:12px;font-size:.78rem;line-height:1.2}.menu-card .action-row{grid-column:1 / -1;margin-top:0;padding-top:0;flex-direction:row;align-items:flex-start;padding-bottom:16px}.project-card{min-height:auto !important}.project-card .site-actions{margin-top:12px;padding-top:0}.project-card .page-link,.project-card .mini-btn{min-height:42px}.fab,.ai-panel{visibility:visible;pointer-events:auto}.fab{right:10px;bottom:var(--mobile-fab-safe)}.ai-panel{left:8px !important;right:8px !important;bottom:var(--mobile-panel-safe) !important;width:auto !important;max-height:min(56dvh,680px);backdrop-filter:none}.chat{max-height:30dvh;overflow:auto}.chat-input-row{grid-template-columns:1fr}}@media (pointer:coarse){body::after,.cursor-glow,.mouse-blur,.welcome-box::after,.home-orbit .trace-svg,.circuit-overlay{display:none !important}#bgCanvas{opacity:.28}.slide,.left-rail,.ai-panel,.modal,.modal-backdrop,.menu-card,.project-card,.award-card,.paper-card,.ability-card,.stat,.card{backdrop-filter:none !important}.mini-btn,.page-link,.fab,.top-theme button,.rail-btn,.menu-card,.project-card,.award-card,.paper-card,.ability-card,.stat,.card,.orbit-card{transition:none !important}.mini-btn:hover,.page-link:hover,.fab:hover,.top-theme button:hover,.top-theme button.active,.rail-btn:hover,.rail-btn.active,.card:hover,.menu-card:hover,.project-card:hover,.award-card:hover,.paper-card:hover,.ability-card:hover,.stat:hover,.orbit-card:hover{transform:none !important;box-shadow:none !important}}.slide-inner{padding:32px 34px 22px}.slide-head{align-items:flex-start}.top-theme{position:absolute;top:22px;right:22px;z-index:4}.top-theme button{min-width:64px;padding:9px 14px;border-radius:15px;font-size:.92rem}.menu-card,.project-card,.award-card,.paper-card,.ability-card,.stat,.card{backdrop-filter:blur(8px)}body.desktop-fx .menu-card,body.desktop-fx .project-card,body.desktop-fx .award-card,body.desktop-fx .paper-card,body.desktop-fx .ability-card,body.desktop-fx .stat,body.desktop-fx .card,body.desktop-fx .ai-panel,body.desktop-fx .modal,body.desktop-fx .modal-backdrop{backdrop-filter:blur(18px) saturate(1.22)}body.desktop-fx .menu-card:hover,body.desktop-fx .project-card:hover,body.desktop-fx .award-card:hover,body.desktop-fx .paper-card:hover,body.desktop-fx .ability-card:hover,body.desktop-fx .stat:hover,body.desktop-fx .card:hover{transform:translateY(-7px);box-shadow:0 28px 54px rgba(0,0,0,.18),0 0 34px rgba(126,245,255,.08)}.menu-card,.project-card,.award-card,.paper-card,.ability-card{display:flex;flex-direction:column}.menu-card p,.project-card p,.award-card p,.paper-card p,.ability-card p{flex:1 1 auto}.menu-card .action-row{margin-top:auto;padding-top:16px;justify-content:flex-start}.menu-card .mini-btn{position:absolute;left:20px;bottom:20px}.menu-card{min-height:238px;padding-bottom:78px}.project-card{min-height:250px}.project-card .site-actions{margin-top:auto;padding-top:14px}.project-card .page-link,.project-card .mini-btn{padding:9px 13px;border-radius:14px;font-size:.92rem}.quantum-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(126,245,255,.07);color:var(--text-soft);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.quantum-tag::before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));box-shadow:0 0 12px rgba(126,245,255,.24)}.rail-btn{font-size:.84rem;font-weight:700;letter-spacing:.03em}.footerbar .dot-nav{margin:0 auto}.footerbar{font-size:.8rem}.welcome-box{pointer-events:auto}#enterBtn{pointer-events:auto}@media (max-width:900px){.top-theme{top:18px;right:18px}.menu-card{min-height:208px}.project-card{min-height:220px}}@media (max-width:640px){.top-theme{position:static;margin-top:12px;justify-content:flex-end}.slide-head{padding-top:4px}.menu-card .mini-btn{left:auto;bottom:auto}.menu-card{padding-bottom:20px}}.slide-head{position:relative}.slide-head .quick-links{padding-right:240px}@media (max-width:900px){.slide-head .quick-links{padding-right:0}}.mini-btn,.page-link,.fab,.top-theme button,.rail-btn{background:linear-gradient(135deg,rgba(126,245,255,.14),rgba(160,135,255,.10)),rgba(255,255,255,.03) !important}.mini-btn.primary,.page-link.primary{background:linear-gradient(135deg,rgba(126,245,255,.24),rgba(160,135,255,.22)) !important}[data-theme="light"] .mini-btn,[data-theme="light"] .page-link,[data-theme="light"] .fab,[data-theme="light"] .top-theme button,[data-theme="light"] .rail-btn{background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.08)),rgba(255,255,255,.88) !important}[data-theme="light"] .mini-btn.primary,[data-theme="light"] .page-link.primary{background:linear-gradient(135deg,rgba(37,99,235,.18),rgba(124,58,237,.14)),rgba(255,255,255,.92) !important}.quantum-tag{font-size:.78rem}body.desktop-fx .cursor-glow{width:520px;height:520px;filter:blur(24px);mix-blend-mode:screen;background:radial-gradient(circle,rgba(126,245,255,.24) 0,rgba(126,245,255,.12) 30%,rgba(160,135,255,.10) 52%,transparent 72%)}body.desktop-fx .mouse-blur{width:210px;height:210px;backdrop-filter:blur(18px) saturate(1.45);background:radial-gradient(circle,rgba(255,255,255,.09),rgba(255,255,255,.02) 62%,transparent 76%);border-color:rgba(126,245,255,.10)}body.desktop-fx #bgCanvas{opacity:1}@keyframes gridDrift{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-30px,0)}}@keyframes atmosDrift{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(0,-12px,0) scale(1.03)}}@keyframes orbitFloat{0%,100%{transform:translate(calc(-50% + (var(--x) * var(--orbit-scale))),calc(-50% + (var(--y) * var(--orbit-scale))))}50%{transform:translate(calc(-50% + (var(--x) * var(--orbit-scale))),calc(-50% + (var(--y) * var(--orbit-scale)) - 8px))}}@keyframes orbitPulse{0%,100%{opacity:.34;transform:scale(.985)}50%{opacity:.68;transform:scale(1.02)}}.workspace-orbit-card{width:154px;min-height:82px}.workspace-orbit-card strong{font-size:.86rem}.workspace-orbit-card span{word-break:normal}@media (max-width:900px){.workspace-orbit-card{width:150px;max-width:calc(100% - 28px)}}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.project-card{height:100%;display:flex;flex-direction:column;justify-content:space-between}.project-card[data-project="coagent-ai"]{background:linear-gradient(145deg,rgba(126,245,255,.08),rgba(160,135,255,.055)),var(--surface-soft)}.workspace-orbit-card{width:148px;min-height:78px}.workspace-orbit-card em{display:inline-flex;margin-top:6px;padding:3px 7px;border-radius:999px;border:1px solid rgba(126,245,255,.20);color:var(--cyan);font-size:.56rem;font-style:normal;letter-spacing:.04em;text-transform:uppercase;background:rgba(126,245,255,.06)}@media (max-width:1200px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orbit-ai{--x:146px!important;--y:132px!important}.orbit-coagent{--x:146px!important;--y:220px!important}}@media (max-width:900px) and (orientation:portrait){.home-orbit{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px;align-content:start;padding-top:330px}.orbit-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;min-height:72px}.orbit-avatar{top:160px!important}.trace-svg{display:none}.orbit-ai,.orbit-coagent{grid-column:auto}.workspace-orbit-card em{font-size:.55rem;padding:2px 6px}}@media (max-width:640px){.projects-grid{grid-template-columns:1fr!important}.home-orbit{grid-template-columns:1fr!important;padding-top:310px}.orbit-avatar{top:148px!important}.workspace-orbit-card em{margin-top:4px}}.hero-visual{overflow:visible!important}.home-orbit{display:grid!important;grid-template-columns:230px repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,minmax(72px,1fr));gap:10px;min-height:0!important;height:100%;padding:14px;align-items:stretch;align-content:center}.home-orbit .trace-svg{display:none!important}.orbit-avatar{position:relative!important;left:auto!important;top:auto!important;transform:none!important;grid-row:1 / -1;align-self:center;justify-self:center;z-index:2}.home-orbit .avatar-ring{width:220px;height:220px}.home-orbit .avatar-core{width:178px;height:178px;border-radius:28px}.orbit-card,.workspace-orbit-card{position:relative!important;left:auto!important;top:auto!important;width:auto!important;max-width:none!important;min-height:72px;padding:10px 12px;transform:none!important;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.orbit-card:hover,body.desktop-fx .orbit-card:hover{transform:translateY(-3px)!important}body.desktop-fx .orbit-card{animation:none!important}.orbit-card strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orbit-card span{word-break:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-orbit-card em{width:max-content;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-grid.site-projects-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;align-items:stretch}.site-projects-grid .project-card{min-height:168px!important;padding:16px!important;gap:8px!important}.site-projects-grid .project-card h3{font-size:1rem;margin-bottom:0;line-height:1.25}.site-projects-grid .project-card p{font-size:.84rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.site-projects-grid .award-meta{gap:7px;align-items:flex-start}.site-projects-grid .quantum-tag{font-size:.62rem;padding:5px 8px;letter-spacing:.04em}.site-projects-grid .site-actions{margin-top:auto!important;padding-top:8px!important;gap:8px}.site-projects-grid .page-link,.site-projects-grid .mini-btn{min-height:36px;padding:8px 11px;font-size:.84rem;border-radius:12px;width:100%;justify-content:center}@media (max-width:1200px){.home-orbit{grid-template-columns:210px repeat(2,minmax(0,1fr));gap:9px}.home-orbit .avatar-ring{width:200px;height:200px}.home-orbit .avatar-core{width:164px;height:164px}.projects-grid.site-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:900px) and (orientation:portrait){:root{--mobile-slide-safe:calc(124px + env(safe-area-inset-bottom))}.slide-inner{overflow:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:calc(34px + env(safe-area-inset-bottom))!important}.hero-visual{overflow:visible!important;order:-1!important}.hero-copy{order:0!important}.home-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;gap:10px!important;padding:12px!important;align-content:start!important}.orbit-avatar{grid-column:1 / -1!important;grid-row:auto!important;margin:0 auto 6px!important}.home-orbit .avatar-ring{width:190px;height:190px}.home-orbit .avatar-core{width:152px;height:152px}.orbit-card{min-height:66px!important;padding:9px 10px!important}.orbit-card strong{font-size:.76rem!important}.orbit-card span{font-size:.61rem!important;line-height:1.28!important}.projects-grid.site-projects-grid{grid-template-columns:1fr!important;gap:12px!important}.site-projects-grid .project-card{min-height:auto!important;padding:14px!important}.site-projects-grid .project-card p{-webkit-line-clamp:2}.fab{bottom:calc(var(--mobile-nav-safe) + 14px)!important}}@media (max-width:420px){.home-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-orbit .avatar-ring{width:176px;height:176px}.home-orbit .avatar-core{width:140px;height:140px}.orbit-card{min-height:62px!important}.orbit-card span{font-size:.58rem!important}}[data-theme="light"] .left-rail,[data-theme="light"] body.desktop-fx .left-rail{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,250,255,.86)) !important;border-color:rgba(63,96,198,.20) !important;box-shadow:0 20px 54px rgba(58,86,150,.16),inset 0 1px 0 rgba(255,255,255,.78) !important}[data-theme="light"] .rail-brand{color:#18346a;border-color:rgba(63,96,198,.20);background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(124,58,237,.08)),rgba(255,255,255,.74)}[data-theme="light"] .rail-btn{color:#344766 !important;border-color:rgba(63,96,198,.10);background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(124,58,237,.05)),rgba(255,255,255,.72) !important}[data-theme="light"] .rail-btn:hover,[data-theme="light"] .rail-btn.active{color:#0f1f45 !important;border-color:rgba(37,99,235,.34) !important;background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(124,58,237,.10)),rgba(255,255,255,.92) !important;box-shadow:0 10px 28px rgba(37,99,235,.16) !important}.home-orbit{background:radial-gradient(ellipse at 30% 50%,rgba(126,245,255,.08),transparent 38%),radial-gradient(ellipse at 78% 50%,rgba(160,135,255,.08),transparent 42%),linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important}.home-orbit::before{content:"";position:absolute;inset:18px;border-radius:26px;pointer-events:none;background:linear-gradient(90deg,transparent 0 24%,rgba(126,245,255,.16) 24.2%,transparent 24.8% 73%,rgba(160,135,255,.14) 73.2%,transparent 73.8%),linear-gradient(180deg,transparent 0 18%,rgba(126,245,255,.10) 18.2%,transparent 18.8% 80%,rgba(160,135,255,.10) 80.2%,transparent 80.8%);opacity:.55}.home-orbit::after{content:"";position:absolute;left:calc(14px + 230px);top:26px;bottom:26px;width:1px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(126,245,255,.34),rgba(160,135,255,.22),transparent);box-shadow:0 0 22px rgba(126,245,255,.18)}.orbit-avatar{z-index:3!important}.orbit-card{z-index:2!important}.orbit-card::after{content:"";position:absolute;left:10px;right:10px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(126,245,255,.38),transparent);opacity:.72}.projects-grid.site-projects-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-auto-rows:1fr}.site-projects-grid .project-card{min-height:154px!important;height:100%}.site-projects-grid .project-card[data-project="dnsadmin"]{background:linear-gradient(145deg,rgba(126,245,255,.07),rgba(86,255,191,.045)),var(--surface-soft)}@media (max-width:1200px){.home-orbit::after{left:calc(14px + 210px)}.projects-grid.site-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:900px) and (orientation:portrait){.home-orbit::before,.home-orbit::after{display:none!important}.projects-grid.site-projects-grid{grid-template-columns:1fr!important;grid-auto-rows:auto}.site-projects-grid .project-card{min-height:auto!important}.slide[data-index="2"] .slide-inner{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}.slide[data-index="2"] .footerbar{margin-bottom:6px}}.slide[data-index="1"] .hero-home{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr) !important;gap:20px !important;align-items:stretch !important}.slide[data-index="1"] .hero-copy,.slide[data-index="1"] .hero-visual{min-width:0 !important;box-sizing:border-box !important}.slide[data-index="1"] .home-dock-panel{display:block !important;padding:18px !important;overflow:hidden !important;min-height:0 !important}.slide[data-index="1"] .home-dock-stable{position:relative !important;display:grid !important;grid-template-rows:auto 1fr !important;gap:14px !important;width:100% !important;height:100% !important;min-height:0 !important;padding:16px !important;border-radius:24px !important;border:1px solid rgba(126,245,255,.12) !important;background:radial-gradient(circle at 28% 8%,rgba(126,245,255,.12),transparent 30%),radial-gradient(circle at 88% 18%,rgba(160,135,255,.10),transparent 34%),rgba(255,255,255,.025) !important;box-sizing:border-box !important}.slide[data-index="1"] .home-dock-stable::before,.slide[data-index="1"] .home-dock-stable::after,.slide[data-index="1"] .home-orbit,.slide[data-index="1"] .trace-svg{display:none !important}.slide[data-index="1"] .home-avatar-block{display:grid !important;justify-items:center !important;gap:8px !important;min-height:0 !important}.slide[data-index="1"] .home-avatar-block .avatar-ring{position:relative !important;display:grid !important;place-items:center !important;width:172px !important;height:172px !important;border-radius:999px !important;margin:0 auto !important}.slide[data-index="1"] .home-avatar-block .avatar-core{position:relative !important;width:146px !important;height:146px !important;border-radius:28px !important;overflow:hidden !important}.slide[data-index="1"] .home-avatar-block .avatar-core img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;transform:none !important}.slide[data-index="1"] .avatar-caption{display:grid !important;gap:2px !important;text-align:center !important}.slide[data-index="1"] .avatar-caption strong{font-size:.98rem !important;line-height:1.2 !important}.slide[data-index="1"] .avatar-caption span{font-size:.72rem !important;color:var(--text-soft) !important;line-height:1.25 !important}.slide[data-index="1"] .home-sites-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;align-content:start !important;min-width:0 !important}.slide[data-index="1"] .home-site-card{position:relative !important;left:auto !important;top:auto !important;transform:none !important;display:grid !important;align-content:center !important;gap:3px !important;min-width:0 !important;min-height:56px !important;height:56px !important;padding:9px 11px !important;border-radius:16px !important;border:1px solid var(--line) !important;background:rgba(255,255,255,.055) !important;color:var(--text) !important;text-decoration:none !important;box-shadow:none !important;box-sizing:border-box !important}.slide[data-index="1"] .home-site-card:hover{transform:translateY(-1px) !important;border-color:var(--line-strong) !important}.slide[data-index="1"] .home-site-card strong{display:block !important;min-width:0 !important;font-size:.82rem !important;line-height:1.18 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.slide[data-index="1"] .home-site-card span{display:block !important;min-width:0 !important;color:var(--text-soft) !important;font-size:.66rem !important;line-height:1.15 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.slide[data-index="1"] .home-site-card em{display:inline-flex !important;vertical-align:middle !important;margin-left:5px !important;padding:1px 5px !important;border-radius:999px !important;border:1px solid rgba(126,245,255,.20) !important;color:var(--cyan) !important;background:rgba(126,245,255,.07) !important;font-size:.50rem !important;font-style:normal !important;font-weight:700 !important;line-height:1.4 !important}.slide[data-index="1"] .home-site-wide{grid-column:1 / -1 !important;justify-self:center !important;width:min(100%,calc(50% - 5px)) !important}[data-theme="light"] .slide[data-index="1"] .home-dock-stable{background:radial-gradient(circle at 28% 8%,rgba(37,99,235,.10),transparent 30%),rgba(255,255,255,.78) !important;border-color:rgba(63,96,198,.14) !important}[data-theme="light"] .slide[data-index="1"] .home-site-card{background:rgba(255,255,255,.86) !important;border-color:rgba(63,96,198,.14) !important}@media (max-width:1320px) and (min-width:901px){.slide[data-index="1"] .hero-home{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr) !important;gap:16px !important}.slide[data-index="1"] .hero-copy{padding:20px !important}.slide[data-index="1"] .home-dock-panel{padding:14px !important}.slide[data-index="1"] .home-dock-stable{padding:13px !important;gap:10px !important}.slide[data-index="1"] .home-avatar-block .avatar-ring{width:150px !important;height:150px !important}.slide[data-index="1"] .home-avatar-block .avatar-core{width:126px !important;height:126px !important;border-radius:24px !important}.slide[data-index="1"] .home-site-card{height:52px !important;min-height:52px !important;padding:8px 10px !important}}@media (max-width:900px){.slide[data-index="1"]{overflow:auto !important}.slide[data-index="1"] .slide-inner{overflow-y:auto !important;max-height:calc(100dvh - 18px) !important;padding-bottom:calc(120px + env(safe-area-inset-bottom)) !important}.slide[data-index="1"] .hero-home{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;align-items:start !important}.slide[data-index="1"] .hero-visual.home-dock-panel{display:contents !important;padding:0 !important;border:0 !important;background:transparent !important;overflow:visible !important}.slide[data-index="1"] .home-dock-stable{display:contents !important;padding:0 !important;border:0 !important;background:transparent !important}.slide[data-index="1"] .home-avatar-block{order:1 !important;padding:14px !important;border:1px solid var(--line) !important;border-radius:24px !important;background:var(--surface-soft) !important}.slide[data-index="1"] .hero-copy{order:2 !important;overflow:visible !important;padding:16px !important}.slide[data-index="1"] .home-sites-grid{order:3 !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;padding:14px !important;border:1px solid var(--line) !important;border-radius:24px !important;background:var(--surface-soft) !important}.slide[data-index="1"] .home-avatar-block .avatar-ring{width:164px !important;height:164px !important}.slide[data-index="1"] .home-avatar-block .avatar-core{width:136px !important;height:136px !important;border-radius:24px !important}.slide[data-index="1"] .home-site-card{height:58px !important;min-height:58px !important;padding:8px 9px !important;border-radius:15px !important}.slide[data-index="1"] .home-site-card strong{font-size:.74rem !important}.slide[data-index="1"] .home-site-card span{font-size:.58rem !important}.slide[data-index="1"] .home-site-wide{width:100% !important;grid-column:1 / -1 !important}.fab{bottom:calc(76px + env(safe-area-inset-bottom)) !important}}@media (max-width:420px){.slide[data-index="1"] .slide-inner{padding-left:14px !important;padding-right:14px !important}.slide[data-index="1"] .home-sites-grid{gap:8px !important;padding:12px !important}.slide[data-index="1"] .home-site-card{height:56px !important;min-height:56px !important}}.slide[data-index="1"] .home-layout-stable{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(390px,.86fr) !important;grid-template-areas:"copy avatar" "copy sites" !important;gap:14px !important;align-items:stretch !important;min-height:0 !important}.slide[data-index="1"] .home-layout-stable .hero-copy{grid-area:copy !important;min-width:0 !important;overflow:hidden !important}.slide[data-index="1"] .home-layout-stable .home-avatar-block{grid-area:avatar !important;display:grid !important;justify-items:center !important;align-content:center !important;gap:8px !important;min-height:198px !important;padding:14px !important;border:1px solid var(--line) !important;border-radius:26px !important;background:radial-gradient(circle at 35% 0%,rgba(126,245,255,.12),transparent 32%),var(--surface-soft) !important;box-sizing:border-box !important}.slide[data-index="1"] .home-layout-stable .home-sites-grid{grid-area:sites !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;align-content:start !important;min-width:0 !important;padding:14px !important;border:1px solid var(--line) !important;border-radius:26px !important;background:radial-gradient(circle at 95% 10%,rgba(160,135,255,.10),transparent 35%),var(--surface-soft) !important;box-sizing:border-box !important}.slide[data-index="1"] .home-layout-stable .avatar-ring{position:relative !important;display:grid !important;place-items:center !important;width:170px !important;height:170px !important;border-radius:999px !important;margin:0 auto !important}.slide[data-index="1"] .home-layout-stable .avatar-core{position:relative !important;width:144px !important;height:144px !important;border-radius:28px !important;overflow:hidden !important}.slide[data-index="1"] .home-layout-stable .avatar-core img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;transform:none !important}.slide[data-index="1"] .home-layout-stable .avatar-caption{display:grid !important;gap:2px !important;text-align:center !important}.slide[data-index="1"] .home-layout-stable .avatar-caption strong{font-size:.98rem !important;line-height:1.2 !important}.slide[data-index="1"] .home-layout-stable .avatar-caption span{font-size:.72rem !important;color:var(--text-soft) !important;line-height:1.25 !important}.slide[data-index="1"] .home-layout-stable .home-site-card{position:relative !important;left:auto !important;top:auto !important;transform:none !important;display:grid !important;align-content:center !important;gap:3px !important;min-width:0 !important;min-height:56px !important;height:56px !important;padding:9px 11px !important;border-radius:16px !important;border:1px solid var(--line) !important;background:rgba(255,255,255,.055) !important;color:var(--text) !important;text-decoration:none !important;box-shadow:none !important;box-sizing:border-box !important}.slide[data-index="1"] .home-layout-stable .home-site-card strong{display:block !important;min-width:0 !important;font-size:.82rem !important;line-height:1.18 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.slide[data-index="1"] .home-layout-stable .home-site-card span{display:block !important;min-width:0 !important;color:var(--text-soft) !important;font-size:.66rem !important;line-height:1.15 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.slide[data-index="1"] .home-layout-stable .home-site-card em{display:inline-flex !important;vertical-align:middle !important;margin-left:5px !important;padding:1px 5px !important;border-radius:999px !important;border:1px solid rgba(126,245,255,.20) !important;color:var(--cyan) !important;background:rgba(126,245,255,.07) !important;font-size:.50rem !important;font-style:normal !important;font-weight:700 !important;line-height:1.4 !important}.slide[data-index="1"] .home-layout-stable .home-site-wide{grid-column:1 / -1 !important;justify-self:center !important;width:min(100%,calc(50% - 5px)) !important}[data-theme="light"] .slide[data-index="1"] .home-layout-stable .home-avatar-block,[data-theme="light"] .slide[data-index="1"] .home-layout-stable .home-sites-grid{background:rgba(255,255,255,.82) !important;border-color:rgba(63,96,198,.14) !important}[data-theme="light"] .slide[data-index="1"] .home-layout-stable .home-site-card{background:rgba(255,255,255,.86) !important;border-color:rgba(63,96,198,.14) !important}@media (max-width:1320px) and (min-width:901px){.slide[data-index="1"] .home-layout-stable{grid-template-columns:minmax(0,1fr) minmax(370px,.86fr) !important;gap:12px !important}.slide[data-index="1"] .home-layout-stable .hero-copy{padding:18px !important}.slide[data-index="1"] .home-layout-stable .home-avatar-block{min-height:170px !important;padding:10px !important}.slide[data-index="1"] .home-layout-stable .avatar-ring{width:144px !important;height:144px !important}.slide[data-index="1"] .home-layout-stable .avatar-core{width:122px !important;height:122px !important;border-radius:24px !important}.slide[data-index="1"] .home-layout-stable .home-sites-grid{padding:10px !important;gap:8px !important}.slide[data-index="1"] .home-layout-stable .home-site-card{height:50px !important;min-height:50px !important;padding:7px 9px !important}}@media (max-width:900px){.slide[data-index="1"]{overflow:auto !important}.slide[data-index="1"] .slide-inner{overflow-y:auto !important;max-height:calc(100dvh - 18px) !important;padding-bottom:calc(132px + env(safe-area-inset-bottom)) !important}.slide[data-index="1"] .home-layout-stable{grid-template-columns:1fr !important;grid-template-areas:"avatar" "copy" "sites" !important;gap:14px !important}.slide[data-index="1"] .home-layout-stable .hero-copy{overflow:visible !important;padding:16px !important}.slide[data-index="1"] .home-layout-stable .home-avatar-block{min-height:auto !important;padding:14px !important}.slide[data-index="1"] .home-layout-stable .avatar-ring{width:164px !important;height:164px !important}.slide[data-index="1"] .home-layout-stable .avatar-core{width:136px !important;height:136px !important;border-radius:24px !important}.slide[data-index="1"] .home-layout-stable .home-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;padding:14px !important}.slide[data-index="1"] .home-layout-stable .home-site-card{height:58px !important;min-height:58px !important;padding:8px 9px !important;border-radius:15px !important}.slide[data-index="1"] .home-layout-stable .home-site-card strong{font-size:.74rem !important}.slide[data-index="1"] .home-layout-stable .home-site-card span{font-size:.58rem !important}.slide[data-index="1"] .home-layout-stable .home-site-wide{width:100% !important;grid-column:1 / -1 !important}.fab{bottom:calc(76px + env(safe-area-inset-bottom)) !important}}@media (max-width:420px){.slide[data-index="1"] .slide-inner{padding-left:14px !important;padding-right:14px !important}.slide[data-index="1"] .home-layout-stable .home-sites-grid{gap:8px !important;padding:12px !important}.slide[data-index="1"] .home-layout-stable .home-site-card{height:56px !important;min-height:56px !important}}@media (max-width:900px){.slide[data-index="1"] .footerbar{position:static !important;inset:auto !important;transform:none !important;order:99 !important;margin-top:14px !important;flex-wrap:wrap !important;justify-content:center !important;text-align:center !important;width:100% !important;box-sizing:border-box !important}.slide[data-index="1"] .footerbar .page-no{width:100% !important;text-align:center !important}.slide[data-index="1"] .hero-copy .lead{line-height:1.58 !important;font-size:.88rem !important}.slide[data-index="1"] .metrics{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;margin-top:12px !important}.slide[data-index="1"] .metric{padding:10px 8px !important;min-height:auto !important}.slide[data-index="1"] .metric strong{font-size:1.05rem !important}.slide[data-index="1"] .metric span{font-size:.66rem !important;line-height:1.25 !important}.slide[data-index="1"] .chips{gap:6px !important;margin-top:12px !important}.slide[data-index="1"] .chip{padding:7px 9px !important;font-size:.72rem !important}.slide[data-index="1"] .contact-actions,.slide[data-index="1"] .action-row{gap:8px !important;margin-top:12px !important}}@media (max-width:900px){.slide[data-index="1"]>.slide-inner>.footerbar{display:none !important}}:root{--quantum-cyan:rgba(126,245,255,.78);--quantum-violet:rgba(160,135,255,.62);--quantum-grid:rgba(126,245,255,.075)}body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 18% 14%,rgba(126,245,255,.17),transparent 28%),radial-gradient(circle at 78% 18%,rgba(160,135,255,.14),transparent 30%),linear-gradient(90deg,var(--quantum-grid) 1px,transparent 1px),linear-gradient(0deg,var(--quantum-grid) 1px,transparent 1px);background-size:auto,auto,44px 44px,44px 44px;mask-image:radial-gradient(circle at 50% 45%,#000 0 68%,transparent 100%);animation:quantumGridFloat 20s linear infinite}body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,transparent 0 48%,rgba(126,245,255,.055) 50%,transparent 52%);background-size:100% 7px;opacity:.42;mix-blend-mode:screen}[data-theme="light"] body::before{--quantum-grid:rgba(47,89,196,.055);background:radial-gradient(circle at 16% 10%,rgba(47,89,196,.11),transparent 30%),radial-gradient(circle at 82% 18%,rgba(84,121,255,.08),transparent 31%),linear-gradient(90deg,var(--quantum-grid) 1px,transparent 1px),linear-gradient(0deg,var(--quantum-grid) 1px,transparent 1px)}[data-theme="light"] body::after{opacity:.16;mix-blend-mode:multiply}@keyframes quantumGridFloat{to{background-position:0 0,0 0,44px 44px,44px 44px}}.slide::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(115deg,transparent 0 38%,rgba(126,245,255,.10) 48%,transparent 58%),radial-gradient(circle at 82% 16%,rgba(126,245,255,.10),transparent 34%);opacity:.82}.hero-home.home-layout-stable{grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr) !important;gap:18px !important;align-items:stretch !important}.hero-copy{background:linear-gradient(135deg,rgba(126,245,255,.075),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:inset 0 0 0 1px rgba(126,245,255,.055),0 18px 48px rgba(0,0,0,.12)}.home-avatar-block{position:relative;display:grid !important;grid-template-rows:auto auto;gap:12px;padding:18px !important;border:1px solid rgba(126,245,255,.20);border-radius:28px;overflow:hidden !important;background:radial-gradient(circle at 50% 23%,rgba(126,245,255,.16),transparent 34%),linear-gradient(135deg,rgba(10,18,40,.55),rgba(9,14,32,.25));box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 0 44px rgba(126,245,255,.075)}.home-avatar-block::before{content:"";position:absolute;inset:-45%;pointer-events:none;background:conic-gradient(from 0deg,transparent 0 16%,rgba(126,245,255,.17),transparent 28% 58%,rgba(160,135,255,.14),transparent 72% 100%);animation:avatarHaloSpin 18s linear infinite}.home-avatar-block::after{content:"";position:absolute;inset:10px;pointer-events:none;border-radius:22px;background:linear-gradient(90deg,transparent 0 49%,rgba(126,245,255,.10) 50%,transparent 51%),linear-gradient(0deg,transparent 0 49%,rgba(126,245,255,.07) 50%,transparent 51%);background-size:24px 24px;opacity:.35}.avatar-ring{position:relative !important;isolation:isolate;width:min(278px,56vw) !important;height:min(278px,56vw) !important;margin:0 auto 2px !important;display:grid !important;place-items:center !important;border-radius:50% !important;background:radial-gradient(circle,rgba(126,245,255,.13) 0 46%,transparent 47%),repeating-conic-gradient(from 12deg,rgba(126,245,255,.38) 0 8deg,transparent 8deg 18deg),conic-gradient(from 90deg,rgba(126,245,255,.10),rgba(160,135,255,.32),rgba(126,245,255,.10));box-shadow:0 0 42px rgba(126,245,255,.18),inset 0 0 36px rgba(126,245,255,.07);animation:avatarHaloPulse 4.8s ease-in-out infinite alternate}.avatar-ring::before,.avatar-ring::after{content:"";position:absolute;border-radius:50%;pointer-events:none}.avatar-ring::before{inset:9px;border:1px dashed rgba(126,245,255,.44);animation:avatarHaloSpin 22s linear infinite reverse}.avatar-ring::after{inset:28px;border:1px solid rgba(160,135,255,.35);box-shadow:0 0 22px rgba(160,135,255,.12);animation:avatarHaloSpin 16s linear infinite}.avatar-core{position:relative !important;z-index:2;width:188px !important;height:188px !important;border-radius:34px !important;box-shadow:0 0 0 1px rgba(255,255,255,.12),0 0 38px rgba(126,245,255,.24),0 22px 42px rgba(0,0,0,.28) !important}.avatar-core img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important}.orbit-dot{z-index:3;animation:orbitDotBlink 2.8s ease-in-out infinite alternate}@keyframes avatarHaloSpin{to{transform:rotate(360deg)}}@keyframes avatarHaloPulse{from{filter:saturate(1) brightness(1)}to{filter:saturate(1.22) brightness(1.08)}}@keyframes orbitDotBlink{from{opacity:.55;filter:blur(0)}to{opacity:1;filter:blur(.35px)}}.avatar-caption{position:relative;z-index:3;text-align:center;margin-top:-2px}.home-sites-grid{position:relative;z-index:3;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;align-content:start}.home-site-card{min-height:54px !important;padding:9px 11px !important;border-radius:15px !important;border:1px solid rgba(126,245,255,.20) !important;background:linear-gradient(135deg,rgba(126,245,255,.10),rgba(160,135,255,.045)),rgba(255,255,255,.035) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 12px 28px rgba(0,0,0,.10);overflow:hidden}.home-site-card::before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:2px;background:linear-gradient(var(--quantum-cyan),var(--quantum-violet));border-radius:99px;opacity:.85}.home-site-card strong{display:flex;align-items:center;gap:6px;min-width:0;font-size:.84rem !important;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-site-card span{display:block;margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.66rem !important;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-soft)}.home-site-card em{margin-left:auto;font-style:normal;font-size:.54rem;line-height:1;padding:3px 6px;border-radius:999px;border:1px solid rgba(255,204,102,.28);background:rgba(255,204,102,.10);color:#ffd37a;white-space:nowrap}.home-site-card:hover{transform:translateY(-2px);border-color:rgba(126,245,255,.44) !important;box-shadow:0 16px 30px rgba(0,0,0,.16),0 0 18px rgba(126,245,255,.12)}.home-site-wide{grid-column:auto !important}.home-sites-grid .home-site-card:nth-child(3){grid-column:span 2}.home-sites-grid .home-site-card:nth-child(3) strong::after{content:"featured";margin-left:auto;font-size:.54rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(126,245,255,.78)}.site-projects-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:12px !important;align-items:stretch}.site-projects-grid .project-card{min-height:158px !important;padding:15px !important;border-radius:20px !important}.site-projects-grid .project-card p{font-size:.84rem;line-height:1.54}.site-projects-grid .award-meta{gap:7px;align-items:flex-start}.site-projects-grid .quantum-tag{padding:5px 8px;font-size:.66rem}.site-projects-grid .site-actions{padding-top:8px !important}.site-projects-grid .page-link,.site-projects-grid .mini-btn{padding:8px 10px !important;font-size:.82rem !important}@media (max-width:1350px){.hero-home.home-layout-stable{grid-template-columns:minmax(0,1fr) minmax(350px,.88fr) !important;gap:14px !important}.hero-copy{padding:20px !important}.metrics{gap:8px !important}.metric{padding:11px !important}.avatar-ring{width:236px !important;height:236px !important}.avatar-core{width:164px !important;height:164px !important}.home-avatar-block{padding:14px !important}.home-site-card{min-height:48px !important;padding:8px 10px !important}.home-site-card strong{font-size:.78rem !important}.home-site-card span{font-size:.61rem !important}}@media (max-width:900px){body::before{opacity:.72;background-size:auto,auto,34px 34px,34px 34px}body::after{opacity:.18}.hero-home.home-layout-stable{display:flex !important;flex-direction:column !important;gap:12px !important}.home-avatar-block{order:2;padding:14px !important;border-radius:22px !important;overflow:hidden !important}.hero-copy{order:1}.avatar-ring{width:214px !important;height:214px !important}.avatar-core{width:152px !important;height:152px !important;border-radius:28px !important}.home-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important}.home-sites-grid .home-site-card:nth-child(3){grid-column:span 2}.home-site-card{min-height:52px !important}.home-site-card em{font-size:.48rem;padding:3px 5px}.contact-actions,.action-row{padding-bottom:4px}.slide-inner{padding-bottom:calc(128px + env(safe-area-inset-bottom)) !important}.site-projects-grid{grid-template-columns:1fr !important;gap:10px !important}.site-projects-grid .project-card{min-height:auto !important}}[data-theme="light"] .home-avatar-block{background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(240,246,255,.72));border-color:rgba(47,89,196,.18)}[data-theme="light"] .home-site-card{background:linear-gradient(135deg,rgba(47,89,196,.07),rgba(255,255,255,.86)) !important;border-color:rgba(47,89,196,.15) !important}[data-theme="light"] .home-site-card em{color:#7b5200;background:rgba(255,204,102,.20);border-color:rgba(138,90,0,.18)}.slide[data-index="1"] .constellation-panel{display:block!important;min-height:0!important;padding:18px!important;overflow:hidden!important}.constellation-grid{position:relative;z-index:3;display:grid!important;grid-template-columns:repeat(3,minmax(118px,1fr));grid-template-areas:"open hermes ai" "ccx avatar rnx" "coagent mail dnsadmin" "gateway gateway gateway";gap:12px;align-items:center;justify-items:stretch;min-height:472px}.constellation-grid::before{content:"";position:absolute;inset:8% 5%;pointer-events:none;border-radius:50%;border:1px dashed rgba(126,245,255,.22);box-shadow:0 0 40px rgba(126,245,255,.08),inset 0 0 48px rgba(160,135,255,.06);animation:avatarHaloSpin 30s linear infinite}.constellation-grid::after{content:"";position:absolute;inset:22% 18%;pointer-events:none;border-radius:999px;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.14),transparent 58%);filter:blur(3px)}.avatar-station{grid-area:avatar;position:relative;z-index:4;display:grid;justify-items:center;align-content:center;gap:8px;min-width:0}.site-openclaw{grid-area:open}.site-hermes{grid-area:hermes}.site-ai{grid-area:ai}.site-ccxui{grid-area:ccx}.site-rnxui{grid-area:rnx}.site-coagent{grid-area:coagent}.site-mail{grid-area:mail}.site-dnsadmin{grid-area:dnsadmin}.home-site-node{grid-area:node}.constellation-grid .home-site-card,.constellation-grid .home-site-node{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;height:62px!important;min-height:62px!important;max-height:70px!important;padding:9px 11px!important;display:flex!important;flex-direction:column;justify-content:center;border-radius:17px!important;z-index:4}.constellation-grid .home-site-card:hover{transform:translateY(-3px)!important}.constellation-grid .home-site-card strong{display:flex!important;align-items:center;gap:6px;font-size:.78rem!important;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.constellation-grid .home-site-card span,.constellation-grid .home-site-node span{margin-top:5px!important;font-size:.60rem!important;line-height:1.05!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal!important}.constellation-grid .home-site-card em{margin-left:auto;font-size:.48rem!important;padding:3px 5px!important;max-width:84px;overflow:hidden;text-overflow:ellipsis}.constellation-grid .home-site-gateway{grid-area:gateway!important;grid-column:1 / -1!important;justify-self:stretch!important;width:100%!important;max-width:none!important;min-height:72px!important;box-shadow:0 18px 40px rgba(126,245,255,.14),inset 0 0 0 1px rgba(255,255,255,.2)!important}.home-site-node{border:1px solid rgba(126,245,255,.14);background:linear-gradient(135deg,rgba(126,245,255,.055),rgba(160,135,255,.035));color:var(--text-soft);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-align:left}.home-site-node b{font-size:.72rem;color:var(--text-main,var(--text));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.constellation-grid .avatar-ring{width:210px!important;height:210px!important;margin:0!important}.constellation-grid .avatar-core{width:150px!important;height:150px!important;border-radius:30px!important;overflow:hidden!important}.constellation-grid .avatar-core img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.constellation-grid .avatar-caption{margin:0!important;max-width:220px}@media (max-width:1350px) and (min-width:901px){.constellation-grid{grid-template-columns:repeat(3,minmax(104px,1fr));gap:9px;min-height:414px}.constellation-grid .home-site-card,.constellation-grid .home-site-node{height:56px!important;min-height:56px!important;padding:8px 9px!important}.constellation-grid .avatar-ring{width:176px!important;height:176px!important}.constellation-grid .avatar-core{width:126px!important;height:126px!important;border-radius:25px!important}.constellation-grid .home-site-card strong{font-size:.72rem!important}.constellation-grid .home-site-card span{font-size:.56rem!important}.constellation-grid .home-site-card em{font-size:.44rem!important;max-width:72px}}@media (max-width:900px){.slide[data-index="1"] .constellation-panel{order:2!important;padding:14px!important}.constellation-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "open hermes" "ai coagent" "mail dnsadmin" "gateway gateway" "ccx rnx"!important;gap:9px!important;min-height:auto!important}.constellation-grid::before{inset:12px 18px 46%;opacity:.55}.constellation-grid::after{inset:22px 28px 50%;opacity:.75}.avatar-station{margin-bottom:4px}.constellation-grid .avatar-ring{width:174px!important;height:174px!important}.constellation-grid .avatar-core{width:126px!important;height:126px!important;border-radius:24px!important}.constellation-grid .home-site-card,.constellation-grid .home-site-node{height:58px!important;min-height:58px!important}.home-site-node{display:flex!important}.constellation-grid .home-site-card em{font-size:.43rem!important;max-width:70px}.slide[data-index="1"] .slide-inner{padding-bottom:calc(154px + env(safe-area-inset-bottom))!important}}[data-theme="light"] .constellation-grid::before{border-color:rgba(47,89,196,.18);box-shadow:0 0 28px rgba(47,89,196,.08),inset 0 0 32px rgba(47,89,196,.055)}[data-theme="light"] .home-site-node{background:rgba(255,255,255,.72);border-color:rgba(47,89,196,.13);color:#66748a}.slide[data-index="1"] .constellation-panel{position:relative!important;padding:18px!important;border-radius:28px!important;overflow:hidden!important;background:radial-gradient(circle at 50% 42%,rgba(126,245,255,.14),transparent 34%),radial-gradient(circle at 82% 12%,rgba(160,135,255,.12),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important}.slide[data-index="1"] .constellation-grid{--orbit-line:rgba(126,245,255,.28);--orbit-line-soft:rgba(160,135,255,.16);position:relative!important;display:grid!important;grid-template-columns:minmax(116px,1fr) minmax(178px,1.12fr) minmax(116px,1fr)!important;grid-template-rows:74px minmax(204px,1fr) 74px!important;grid-template-areas:"open . hermes" "ccx avatar rnx" "ai coagent mail"!important;gap:12px!important;align-items:center!important;justify-items:stretch!important;min-height:438px!important;isolation:isolate!important}.slide[data-index="1"] .constellation-grid::before{content:""!important;position:absolute!important;inset:12% 5%!important;border-radius:50%!important;border:1px solid var(--orbit-line)!important;background:radial-gradient(circle at 50% 50%,transparent 0 38%,rgba(126,245,255,.055) 39% 40%,transparent 41%),repeating-conic-gradient(from -20deg,rgba(126,245,255,.24) 0 2deg,transparent 2deg 18deg)!important;box-shadow:0 0 44px rgba(126,245,255,.10),inset 0 0 54px rgba(160,135,255,.08)!important;opacity:.96!important;animation:avatarHaloSpin 42s linear infinite!important;pointer-events:none!important;z-index:1!important}.slide[data-index="1"] .constellation-grid::after{content:""!important;position:absolute!important;inset:26% 22%!important;border-radius:50%!important;border:1px dashed var(--orbit-line-soft)!important;background:radial-gradient(circle,rgba(126,245,255,.13),transparent 58%)!important;filter:none!important;opacity:.9!important;pointer-events:none!important;z-index:1!important}.slide[data-index="1"] .avatar-station{grid-area:avatar!important;z-index:4!important;align-self:center!important;justify-self:center!important}.slide[data-index="1"] .site-openclaw{grid-area:open!important}.slide[data-index="1"] .site-hermes{grid-area:hermes!important}.slide[data-index="1"] .site-ai{grid-area:ai!important}.slide[data-index="1"] .site-ccxui{grid-area:ccx!important}.slide[data-index="1"] .site-rnxui{grid-area:rnx!important}.slide[data-index="1"] .site-coagent{grid-area:coagent!important}.slide[data-index="1"] .site-mail{grid-area:mail!important}.slide[data-index="1"] .home-site-node{display:none!important}.slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;z-index:3!important;width:100%!important;height:64px!important;min-height:64px!important;max-height:68px!important;padding:9px 11px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border:1px solid rgba(126,245,255,.24)!important;background:linear-gradient(135deg,rgba(126,245,255,.105),rgba(160,135,255,.055)),rgba(255,255,255,.04)!important;box-shadow:0 14px 30px rgba(0,0,0,.12),inset 0 0 0 1px rgba(255,255,255,.035)!important}.slide[data-index="1"] .constellation-grid .home-site-card::after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-radius:50%;background:rgba(126,245,255,.86);box-shadow:0 0 16px rgba(126,245,255,.55);pointer-events:none}.slide[data-index="1"] .site-openclaw::after,.slide[data-index="1"] .site-ccxui::after,.slide[data-index="1"] .site-ai::after{left:calc(100% + 5px)}.slide[data-index="1"] .site-hermes::after,.slide[data-index="1"] .site-rnxui::after,.slide[data-index="1"] .site-mail::after{left:-12px}.slide[data-index="1"] .site-coagent::after{top:-10px}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.78rem!important;line-height:1.1!important;display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.60rem!important;line-height:1.08!important;margin-top:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.slide[data-index="1"] .constellation-grid .home-site-card em{margin-left:auto!important;font-size:.45rem!important;line-height:1!important;padding:3px 5px!important;border-radius:999px!important;max-width:128px!important;overflow:hidden!important;text-overflow:ellipsis!important}.slide[data-index="1"] .constellation-grid .home-site-gateway{grid-area:gateway!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:218px!important;height:218px!important;margin:0!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:154px!important;height:154px!important;border-radius:30px!important;overflow:hidden!important}.slide[data-index="1"] .constellation-grid .avatar-caption{max-width:230px!important;margin:0!important}[data-theme="light"] .slide[data-index="1"] .constellation-panel{background:radial-gradient(circle at 50% 42%,rgba(47,89,196,.10),transparent 34%),rgba(255,255,255,.82)!important;border-color:rgba(47,89,196,.14)!important}[data-theme="light"] .slide[data-index="1"] .constellation-grid{--orbit-line:rgba(47,89,196,.22);--orbit-line-soft:rgba(47,89,196,.14)}[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(47,89,196,.07),rgba(255,255,255,.88))!important;border-color:rgba(47,89,196,.16)!important;box-shadow:0 12px 26px rgba(47,89,196,.08),inset 0 0 0 1px rgba(255,255,255,.55)!important}@media (max-width:1350px) and (min-width:901px){.slide[data-index="1"] .constellation-grid{grid-template-columns:minmax(102px,1fr) minmax(150px,1.04fr) minmax(102px,1fr)!important;grid-template-rows:62px minmax(172px,1fr) 62px!important;gap:9px!important;min-height:378px!important}.slide[data-index="1"] .constellation-grid .home-site-card{height:56px!important;min-height:56px!important;padding:8px 9px!important;border-radius:16px!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:176px!important;height:176px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:126px!important;height:126px!important;border-radius:25px!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.70rem!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.54rem!important}.slide[data-index="1"] .constellation-grid .home-site-card em{font-size:.40rem!important;max-width:102px!important}}@media (max-width:900px){.slide[data-index="1"] .constellation-panel{order:2!important;padding:14px!important;border-radius:24px!important;overflow:hidden!important}.slide[data-index="1"] .constellation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;grid-template-areas:"avatar avatar" "open hermes" "ai coagent" "mail ccx" "rnx rnx"!important;gap:9px!important;min-height:auto!important}.slide[data-index="1"] .constellation-grid::before{inset:10px 18px auto!important;height:172px!important;opacity:.45!important}.slide[data-index="1"] .constellation-grid::after{inset:30px 42px auto!important;height:116px!important;opacity:.55!important}.slide[data-index="1"] .avatar-station{margin-bottom:6px!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:172px!important;height:172px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:126px!important;height:126px!important;border-radius:24px!important}.slide[data-index="1"] .constellation-grid .home-site-card{height:58px!important;min-height:58px!important;border-radius:15px!important}.slide[data-index="1"] .constellation-grid .home-site-gateway{grid-column:1 / -1!important;justify-self:stretch!important;width:100%!important;max-width:none!important;height:72px!important;min-height:72px!important;border-radius:16px!important}.slide[data-index="1"] .constellation-grid .home-site-card::after{display:none!important}.slide[data-index="1"] .site-rnxui{justify-self:stretch!important;grid-column:auto!important}.slide[data-index="1"] .slide-inner{padding-bottom:calc(154px + env(safe-area-inset-bottom))!important}}@media (max-width:420px){.slide[data-index="1"] .constellation-grid{gap:8px!important}.slide[data-index="1"] .constellation-grid .home-site-card{height:56px!important;min-height:56px!important;padding:8px 9px!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.70rem!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.54rem!important}.slide[data-index="1"] .constellation-grid .home-site-card em{font-size:.39rem!important;max-width:98px!important}}.slide[data-index="1"] .constellation-panel{position:relative!important;padding:18px!important;border-radius:28px!important;overflow:hidden!important;background:radial-gradient(circle at 18% 0%,rgba(126,245,255,.10),transparent 30%),radial-gradient(circle at 92% 10%,rgba(160,135,255,.08),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;border:1px solid rgba(126,245,255,.13)!important}.slide[data-index="1"] .constellation-grid{position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto repeat(4,minmax(54px,auto))!important;grid-template-areas:"avatar avatar" "open hermes" "ai coagent" "mail ccx" "rnx rnx"!important;gap:10px!important;min-height:0!important;align-items:stretch!important;justify-items:stretch!important;isolation:isolate!important}.slide[data-index="1"] .constellation-grid::before,.slide[data-index="1"] .constellation-grid::after,.slide[data-index="1"] .home-avatar-block::before,.slide[data-index="1"] .home-avatar-block::after,.slide[data-index="1"] .avatar-ring::before,.slide[data-index="1"] .avatar-ring::after,.slide[data-index="1"] .constellation-grid .home-site-card::after,.slide[data-index="1"] .orbit-dot,.slide[data-index="1"] .trace-svg{display:none!important;content:none!important;animation:none!important}.slide[data-index="1"] .avatar-station{grid-area:avatar!important;position:relative!important;z-index:3!important;display:grid!important;justify-items:center!important;align-content:center!important;gap:8px!important;min-height:178px!important;padding:14px 10px 12px!important;border:1px solid rgba(126,245,255,.14)!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:148px!important;height:148px!important;margin:0 auto!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.10))!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:0 16px 34px rgba(0,0,0,.16),inset 0 0 0 9px rgba(255,255,255,.025)!important;animation:none!important;filter:none!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:122px!important;height:122px!important;border-radius:28px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 12px 30px rgba(0,0,0,.20),0 0 24px rgba(126,245,255,.10)!important;animation:none!important}.slide[data-index="1"] .constellation-grid .avatar-core img{transform:none!important;display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.slide[data-index="1"] .constellation-grid .avatar-caption{max-width:260px!important;margin:0!important;text-align:center!important}.slide[data-index="1"] .constellation-grid .avatar-caption strong{font-size:.96rem!important;line-height:1.22!important}.slide[data-index="1"] .constellation-grid .avatar-caption span{font-size:.70rem!important;color:var(--text-soft)!important}.slide[data-index="1"] .site-openclaw{grid-area:open!important}.slide[data-index="1"] .site-hermes{grid-area:hermes!important}.slide[data-index="1"] .site-ai{grid-area:ai!important}.slide[data-index="1"] .site-coagent{grid-area:coagent!important}.slide[data-index="1"] .site-mail{grid-area:mail!important}.slide[data-index="1"] .site-ccxui{grid-area:ccx!important}.slide[data-index="1"] .site-rnxui{grid-area:rnx!important}.slide[data-index="1"] .home-site-node{display:none!important}.slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;z-index:3!important;width:100%!important;height:58px!important;min-height:58px!important;max-height:none!important;padding:9px 11px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;transform:none!important;animation:none!important;border:1px solid rgba(126,245,255,.18)!important;background:linear-gradient(135deg,rgba(126,245,255,.075),rgba(160,135,255,.040)),rgba(255,255,255,.035)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important}.slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translateY(-1px)!important;border-color:rgba(126,245,255,.34)!important;box-shadow:0 10px 22px rgba(0,0,0,.12)!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{display:flex!important;align-items:center!important;gap:6px!important;font-size:.78rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.60rem!important;line-height:1.1!important;margin-top:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:normal!important}.slide[data-index="1"] .constellation-grid .home-site-card em{margin-left:auto!important;font-size:.43rem!important;line-height:1!important;padding:3px 5px!important;border-radius:999px!important;max-width:118px!important;overflow:hidden!important;text-overflow:ellipsis!important}[data-theme="light"] .slide[data-index="1"] .constellation-panel{background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(242,247,255,.78))!important;border-color:rgba(47,89,196,.14)!important}[data-theme="light"] .slide[data-index="1"] .avatar-station{background:rgba(255,255,255,.70)!important;border-color:rgba(47,89,196,.14)!important}[data-theme="light"] .slide[data-index="1"] .constellation-grid .avatar-ring{background:linear-gradient(135deg,rgba(47,89,196,.11),rgba(124,58,237,.06))!important;border-color:rgba(47,89,196,.16)!important;box-shadow:0 14px 28px rgba(47,89,196,.08),inset 0 0 0 9px rgba(255,255,255,.55)!important}[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(47,89,196,.06),rgba(255,255,255,.88))!important;border-color:rgba(47,89,196,.14)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)!important}@media (min-width:901px){.slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1.04fr) minmax(360px,.82fr)!important;gap:18px!important;align-items:stretch!important}.slide[data-index="1"] .constellation-panel{align-self:stretch!important}}@media (max-width:1350px) and (min-width:901px){.slide[data-index="1"] .constellation-panel{padding:14px!important}.slide[data-index="1"] .constellation-grid{gap:8px!important;grid-template-rows:auto repeat(4,minmax(50px,auto))!important}.slide[data-index="1"] .avatar-station{min-height:150px!important;padding:10px!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:122px!important;height:122px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:100px!important;height:100px!important;border-radius:22px!important}.slide[data-index="1"] .constellation-grid .home-site-card{height:50px!important;min-height:50px!important;padding:7px 9px!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.70rem!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.54rem!important}.slide[data-index="1"] .constellation-grid .home-site-card em{font-size:.38rem!important;max-width:92px!important}}@media (max-width:900px){.slide[data-index="1"] .constellation-panel{order:2!important;padding:14px!important;border-radius:24px!important;overflow:visible!important}.slide[data-index="1"] .constellation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "open hermes" "ai coagent" "mail ccx" "rnx rnx"!important;gap:9px!important;min-height:auto!important}.slide[data-index="1"] .avatar-station{min-height:auto!important;padding:14px!important;margin:0!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:148px!important;height:148px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:122px!important;height:122px!important;border-radius:24px!important}.slide[data-index="1"] .constellation-grid .home-site-card{height:58px!important;min-height:58px!important}.slide[data-index="1"] .site-rnxui{grid-column:auto!important;justify-self:stretch!important}.slide[data-index="1"] .slide-inner{padding-bottom:calc(154px + env(safe-area-inset-bottom))!important}}@media (max-width:420px){.slide[data-index="1"] .constellation-grid{gap:8px!important}.slide[data-index="1"] .constellation-grid .home-site-card{height:56px!important;min-height:56px!important;padding:8px 9px!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.70rem!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.54rem!important}}.slide::before,.slide::after,.slide-inner::before,.slide-inner::after,.welcome-box::after,.circuit-overlay{content:none!important;display:none!important;opacity:0!important;width:0!important;height:0!important;border:0!important;box-shadow:none!important;background:none!important}.slide,.slide-inner{isolation:isolate}.slide{outline:1px solid rgba(126,245,255,.10);outline-offset:-1px}.home-orbit{position:relative!important;display:grid!important;grid-template-columns:minmax(220px,260px) repeat(2,minmax(150px,1fr))!important;grid-template-rows:repeat(4,minmax(58px,auto))!important;gap:10px!important;padding:16px!important;min-height:430px!important;border-radius:30px!important;overflow:hidden!important;background:linear-gradient(90deg,rgba(126,245,255,.09) 1px,transparent 1px),linear-gradient(0deg,rgba(255,77,210,.065) 1px,transparent 1px),radial-gradient(circle at 18% 30%,rgba(126,245,255,.22),transparent 30%),radial-gradient(circle at 76% 72%,rgba(255,77,210,.18),transparent 34%),rgba(5,10,24,.56)!important;background-size:28px 28px,28px 28px,auto,auto,auto!important;border:1px solid rgba(126,245,255,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,77,210,.06),0 24px 70px rgba(0,0,0,.24),0 0 46px rgba(126,245,255,.07)!important}.home-orbit::before,.home-orbit::after{content:""!important;display:block!important;position:absolute!important;pointer-events:none!important;z-index:1!important}.home-orbit::before{inset:12px!important;border-radius:24px!important;border:1px solid rgba(126,245,255,.14)!important;background:repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 6px)!important;opacity:.55!important}.home-orbit::after{left:18px!important;top:18px!important;right:auto!important;bottom:auto!important;width:54px!important;height:54px!important;border-top:2px solid rgba(126,245,255,.74)!important;border-left:2px solid rgba(126,245,255,.74)!important;border-right:0!important;border-bottom:0!important;border-radius:16px 0 0 0!important;box-shadow:-8px -8px 24px rgba(126,245,255,.12)!important;background:none!important}.home-orbit .trace-svg,.orbit-dot,.avatar-ring::before,.avatar-ring::after{display:none!important;content:none!important;animation:none!important}.orbit-avatar,.orbit-card,.workspace-orbit-card{animation:none!important;z-index:2!important}.orbit-avatar{grid-column:1!important;grid-row:1 / -1!important;align-self:center!important;justify-self:center!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:0!important}.home-orbit .avatar-ring{width:230px!important;height:286px!important;border-radius:28px!important;padding:10px!important;background:linear-gradient(135deg,rgba(126,245,255,.35),rgba(255,77,210,.20)),rgba(5,10,24,.64)!important;border:1px solid rgba(126,245,255,.34)!important;box-shadow:0 0 0 1px rgba(255,255,255,.07) inset,0 0 32px rgba(126,245,255,.18),0 0 34px rgba(255,77,210,.08)!important}.home-orbit .avatar-core{width:100%!important;height:100%!important;border-radius:22px!important;object-fit:cover!important;display:block!important;border:1px solid rgba(255,255,255,.15)!important;filter:saturate(1.08) contrast(1.02)!important}.orbit-card,.workspace-orbit-card{position:relative!important;left:auto!important;top:auto!important;width:auto!important;max-width:none!important;transform:none!important;min-height:70px!important;padding:11px 13px 10px!important;border-radius:18px!important;border:1px solid rgba(126,245,255,.16)!important;background:linear-gradient(135deg,rgba(126,245,255,.10),rgba(255,77,210,.055)),rgba(8,14,31,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(0,0,0,.16)!important;overflow:hidden!important}.orbit-card::before{content:"";position:absolute;left:0;top:0;width:32px;height:2px;background:linear-gradient(90deg,var(--cyan),transparent);opacity:.75}.orbit-card strong{font-size:.82rem!important;letter-spacing:.04em!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orbit-card span{font-size:.64rem!important;line-height:1.34!important;white-space:normal!important;color:var(--text-soft)!important}.workspace-orbit-card em{font-size:.56rem!important;color:var(--cyan)!important;border-color:rgba(126,245,255,.24)!important;background:rgba(126,245,255,.07)!important}body.desktop-fx .orbit-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(0,0,0,.22),0 0 24px rgba(126,245,255,.10)!important}[data-theme="light"] .home-orbit{background:linear-gradient(90deg,rgba(37,99,235,.065) 1px,transparent 1px),linear-gradient(0deg,rgba(124,58,237,.045) 1px,transparent 1px),radial-gradient(circle at 20% 28%,rgba(37,99,235,.16),transparent 32%),rgba(255,255,255,.76)!important;border-color:rgba(37,99,235,.18)!important}[data-theme="light"] .orbit-card,[data-theme="light"] .workspace-orbit-card{background:linear-gradient(135deg,rgba(37,99,235,.09),rgba(124,58,237,.05)),rgba(255,255,255,.82)!important;border-color:rgba(37,99,235,.16)!important}[data-theme="light"] .home-orbit .avatar-ring{background:linear-gradient(135deg,rgba(37,99,235,.20),rgba(124,58,237,.12)),rgba(255,255,255,.88)!important;border-color:rgba(37,99,235,.22)!important}@media (max-width:1200px){.home-orbit{grid-template-columns:210px repeat(2,minmax(130px,1fr))!important;min-height:390px!important}.home-orbit .avatar-ring{width:205px!important;height:250px!important}.orbit-card{min-height:64px!important}}@media (max-width:900px) and (orientation:portrait){.home-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;min-height:auto!important;padding:13px!important;gap:10px!important}.orbit-avatar{grid-column:1 / -1!important;grid-row:auto!important}.home-orbit .avatar-ring{width:min(220px,72vw)!important;height:250px!important}.orbit-card{min-height:64px!important}.hero-copy{padding:16px!important}.lead{line-height:1.62!important}}@media (max-width:420px){.home-orbit .avatar-ring{width:200px!important;height:230px!important}.orbit-card strong{font-size:.74rem!important}.orbit-card span{font-size:.58rem!important}}@media (min-width:901px){.slide[data-index="1"] .constellation-panel{position:relative!important;min-height:500px!important;padding:20px!important;overflow:hidden!important;border-radius:30px!important;background:radial-gradient(circle at 50% 46%,rgba(126,245,255,.18),transparent 30%),radial-gradient(circle at 20% 16%,rgba(160,135,255,.12),transparent 26%),radial-gradient(circle at 84% 82%,rgba(126,245,255,.10),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;border:1px solid rgba(126,245,255,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 24px 70px rgba(0,0,0,.16)!important}.slide[data-index="1"] .constellation-panel::before,.slide[data-index="1"] .constellation-panel::after,.slide[data-index="1"] .constellation-grid::before,.slide[data-index="1"] .constellation-grid::after{display:block!important;content:""!important;position:absolute!important;pointer-events:none!important;border-radius:999px!important;animation:none!important}.slide[data-index="1"] .constellation-panel::before{inset:24px!important;border:1px solid rgba(126,245,255,.10)!important;background:conic-gradient(from 215deg,transparent 0 12%,rgba(126,245,255,.10),transparent 24% 55%,rgba(160,135,255,.10),transparent 68% 100%)!important;opacity:.85!important}.slide[data-index="1"] .constellation-panel::after{width:300px!important;height:300px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;border:1px dashed rgba(126,245,255,.24)!important;box-shadow:0 0 46px rgba(126,245,255,.08),inset 0 0 46px rgba(160,135,255,.055)!important;opacity:.95!important}.slide[data-index="1"] .constellation-grid{position:relative!important;display:block!important;min-height:460px!important;height:460px!important;isolation:isolate!important}.slide[data-index="1"] .constellation-grid::before{width:420px!important;height:270px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%) rotate(-9deg)!important;border:1px solid rgba(126,245,255,.16)!important}.slide[data-index="1"] .constellation-grid::after{width:430px!important;height:220px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%) rotate(31deg)!important;border:1px solid rgba(160,135,255,.14)!important}.slide[data-index="1"] .avatar-station{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:238px!important;min-height:238px!important;padding:14px!important;z-index:5!important;border-radius:999px!important;border:1px solid rgba(126,245,255,.20)!important;background:radial-gradient(circle at 50% 36%,rgba(126,245,255,.11),transparent 58%),rgba(10,18,40,.28)!important;box-shadow:0 0 42px rgba(126,245,255,.12),inset 0 0 0 1px rgba(255,255,255,.04)!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:166px!important;height:166px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(126,245,255,.10) 0 54%,transparent 55%),conic-gradient(from 40deg,rgba(126,245,255,.32),rgba(160,135,255,.22),rgba(126,245,255,.32))!important;border:1px solid rgba(126,245,255,.24)!important;box-shadow:0 0 34px rgba(126,245,255,.18),inset 0 0 0 10px rgba(255,255,255,.025)!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:132px!important;height:132px!important;border-radius:30px!important}.slide[data-index="1"] .constellation-grid .avatar-caption{max-width:205px!important}.slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;width:100%!important;height:58px!important;min-height:58px!important;z-index:6!important;padding:8px 10px!important;border-radius:18px!important;transform:none!important;background:linear-gradient(135deg,rgba(126,245,255,.13),rgba(160,135,255,.055)),rgba(255,255,255,.045)!important;border:1px solid rgba(126,245,255,.24)!important;box-shadow:0 14px 32px rgba(0,0,0,.14),inset 0 0 0 1px rgba(255,255,255,.035)!important;backdrop-filter:blur(14px)!important;box-sizing:border-box!important}.slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-54%)!important;border-color:rgba(126,245,255,.48)!important;box-shadow:0 18px 38px rgba(0,0,0,.18),0 0 24px rgba(126,245,255,.16)!important}.slide[data-index="1"] .site-openclaw{left:50%!important;top:7%!important}.slide[data-index="1"] .site-hermes{left:82%!important;top:20%!important}.slide[data-index="1"] .site-ai{left:88%!important;top:50%!important}.slide[data-index="1"] .site-coagent{left:82%!important;top:80%!important}.slide[data-index="1"] .site-mail{left:50%!important;top:93%!important}.slide[data-index="1"] .site-ccxui{left:18%!important;top:80%!important}.slide[data-index="1"] .site-rnxui{left:12%!important;top:50%!important}}@media (min-width:901px) and (max-width:1350px){.slide[data-index="1"] .constellation-panel{min-height:430px!important;padding:16px!important}.slide[data-index="1"] .constellation-grid{height:398px!important;min-height:398px!important}.slide[data-index="1"] .constellation-panel::after{width:246px!important;height:246px!important}.slide[data-index="1"] .constellation-grid::before{width:348px!important;height:226px!important}.slide[data-index="1"] .constellation-grid::after{width:356px!important;height:184px!important}.slide[data-index="1"] .avatar-station{width:196px!important;min-height:196px!important;padding:10px!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:132px!important;height:132px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:108px!important;height:108px!important;border-radius:24px!important}.slide[data-index="1"] .constellation-grid .avatar-caption strong{font-size:.82rem!important}.slide[data-index="1"] .constellation-grid .avatar-caption span{font-size:.58rem!important}.slide[data-index="1"] .constellation-grid .home-site-card{width:138px!important;height:54px!important;min-height:54px!important;padding:8px 9px!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.68rem!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.52rem!important}.slide[data-index="1"] .constellation-grid .home-site-card em{font-size:.36rem!important;max-width:76px!important}}@media (max-width:900px){.slide[data-index="1"] .avatar-station{background:radial-gradient(circle at 50% 35%,rgba(126,245,255,.12),transparent 58%),rgba(255,255,255,.04)!important}.slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(126,245,255,.10),rgba(160,135,255,.045)),rgba(255,255,255,.04)!important}}[data-theme="light"] .slide[data-index="1"] .constellation-panel{background:radial-gradient(circle at 50% 45%,rgba(47,89,196,.11),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.94),rgba(242,247,255,.78))!important;border-color:rgba(47,89,196,.16)!important}[data-theme="light"] .slide[data-index="1"] .avatar-station{background:rgba(255,255,255,.72)!important;border-color:rgba(47,89,196,.16)!important}@media (min-width:901px){.slide[data-index="1"] .constellation-panel{min-height:535px!important;padding:22px!important;overflow:hidden!important;border-radius:32px!important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.20),transparent 28%),radial-gradient(circle at 18% 14%,rgba(160,135,255,.13),transparent 25%),linear-gradient(135deg,rgba(6,12,30,.62),rgba(11,16,36,.26))!important;border-color:rgba(126,245,255,.24)!important}.slide[data-index="1"] .constellation-grid{position:relative!important;display:block!important;height:492px!important;min-height:492px!important;isolation:isolate!important}.slide[data-index="1"] .constellation-panel::before,.slide[data-index="1"] .constellation-panel::after,.slide[data-index="1"] .constellation-grid::before,.slide[data-index="1"] .constellation-grid::after{display:block!important;content:""!important;position:absolute!important;left:50%!important;top:50%!important;pointer-events:none!important;border-radius:999px!important;animation:none!important}.slide[data-index="1"] .constellation-panel::before{width:455px!important;height:255px!important;transform:translate(-50%,-50%) rotate(-18deg)!important;border:1px solid rgba(126,245,255,.28)!important;box-shadow:0 0 34px rgba(126,245,255,.10)!important;background:none!important}.slide[data-index="1"] .constellation-panel::after{width:455px!important;height:255px!important;transform:translate(-50%,-50%) rotate(42deg)!important;border:1px solid rgba(160,135,255,.24)!important;box-shadow:0 0 34px rgba(160,135,255,.08)!important;background:none!important}.slide[data-index="1"] .constellation-grid::before{width:390px!important;height:390px!important;transform:translate(-50%,-50%)!important;border:1px dashed rgba(126,245,255,.22)!important;background:radial-gradient(circle,rgba(126,245,255,.12),transparent 38%)!important}.slide[data-index="1"] .constellation-grid::after{width:12px!important;height:12px!important;transform:translate(-50%,-50%)!important;background:var(--quantum-cyan)!important;box-shadow:0 -188px 0 rgba(126,245,255,.92),162px -94px 0 rgba(160,135,255,.88),176px 0 0 rgba(126,245,255,.85),162px 94px 0 rgba(160,135,255,.88),0 188px 0 rgba(126,245,255,.92),-162px 94px 0 rgba(160,135,255,.88),-176px 0 0 rgba(126,245,255,.85)!important;filter:drop-shadow(0 0 8px rgba(126,245,255,.75))!important}.slide[data-index="1"] .avatar-station{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:242px!important;min-height:242px!important;padding:14px!important;z-index:7!important;border-radius:50%!important;background:radial-gradient(circle at 50% 35%,rgba(126,245,255,.18),transparent 58%),rgba(10,18,40,.42)!important;border:1px solid rgba(126,245,255,.34)!important;box-shadow:0 0 50px rgba(126,245,255,.22),inset 0 0 35px rgba(160,135,255,.08)!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:170px!important;height:170px!important;border-radius:50%!important;background:conic-gradient(from 30deg,rgba(126,245,255,.42),rgba(160,135,255,.24),rgba(126,245,255,.42))!important;border:1px solid rgba(126,245,255,.35)!important;box-shadow:0 0 36px rgba(126,245,255,.24),inset 0 0 0 10px rgba(255,255,255,.03)!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:134px!important;height:134px!important;border-radius:32px!important}.slide[data-index="1"] .constellation-grid .home-site-card{position:absolute!important;width:164px!important;height:60px!important;min-height:60px!important;z-index:8!important;padding:8px 10px!important;border-radius:18px!important;transform:translate(-50%,-50%)!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.07)),rgba(8,15,35,.64)!important;border:1px solid rgba(126,245,255,.32)!important;box-shadow:0 16px 34px rgba(0,0,0,.22),0 0 18px rgba(126,245,255,.10),inset 0 0 0 1px rgba(255,255,255,.04)!important;backdrop-filter:blur(16px)!important}.slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-56%)!important;border-color:rgba(126,245,255,.62)!important;box-shadow:0 20px 40px rgba(0,0,0,.26),0 0 28px rgba(126,245,255,.22)!important}.slide[data-index="1"] .site-openclaw{left:50%!important;top:4%!important}.slide[data-index="1"] .site-hermes{left:82%!important;top:18%!important}.slide[data-index="1"] .site-ai{left:91%!important;top:50%!important}.slide[data-index="1"] .site-coagent{left:82%!important;top:82%!important}.slide[data-index="1"] .site-mail{left:50%!important;top:96%!important}.slide[data-index="1"] .site-dnsadmin{left:50%!important;top:116%!important}.slide[data-index="1"] .site-ccxui{left:18%!important;top:82%!important}.slide[data-index="1"] .site-rnxui{left:9%!important;top:50%!important}.slide[data-index="1"] .home-site-node{display:none!important}}@media (min-width:901px) and (max-width:1350px){.slide[data-index="1"] .constellation-panel{min-height:455px!important;padding:16px!important}.slide[data-index="1"] .constellation-grid{height:423px!important;min-height:423px!important}.slide[data-index="1"] .constellation-panel::before,.slide[data-index="1"] .constellation-panel::after{width:370px!important;height:210px!important}.slide[data-index="1"] .constellation-grid::before{width:318px!important;height:318px!important}.slide[data-index="1"] .constellation-grid::after{box-shadow:0 -152px 0 rgba(126,245,255,.92),132px -76px 0 rgba(160,135,255,.88),144px 0 0 rgba(126,245,255,.85),132px 76px 0 rgba(160,135,255,.88),0 152px 0 rgba(126,245,255,.92),-132px 76px 0 rgba(160,135,255,.88),-144px 0 0 rgba(126,245,255,.85)!important}.slide[data-index="1"] .avatar-station{width:196px!important;min-height:196px!important;padding:10px!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:132px!important;height:132px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:108px!important;height:108px!important;border-radius:24px!important}.slide[data-index="1"] .constellation-grid .home-site-card{width:134px!important;height:54px!important;min-height:54px!important}.slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.67rem!important}.slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.51rem!important}.slide[data-index="1"] .constellation-grid .home-site-card em{font-size:.36rem!important;max-width:72px!important}}@media (max-width:900px){.slide[data-index="1"] .constellation-panel{background:radial-gradient(circle at 50% 24%,rgba(126,245,255,.14),transparent 30%),linear-gradient(135deg,rgba(8,15,35,.60),rgba(14,20,42,.34))!important}.slide[data-index="1"] .constellation-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "open hermes" "rnx ai" "ccx coagent" "mail dnsadmin"!important}.slide[data-index="1"] .avatar-station{border-radius:28px!important;border-color:rgba(126,245,255,.24)!important;box-shadow:0 0 30px rgba(126,245,255,.12)!important}.slide[data-index="1"] .avatar-station::before{content:""!important;position:absolute!important;inset:10px 28px!important;border:1px dashed rgba(126,245,255,.20)!important;border-radius:999px!important;pointer-events:none!important}.slide[data-index="1"] .constellation-grid .home-site-card{border-color:rgba(126,245,255,.24)!important;background:linear-gradient(135deg,rgba(126,245,255,.12),rgba(160,135,255,.05)),rgba(255,255,255,.04)!important}}[data-theme="light"] .slide[data-index="1"] .constellation-panel{background:radial-gradient(circle at 50% 48%,rgba(47,89,196,.13),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,247,255,.82))!important;border-color:rgba(47,89,196,.18)!important}[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(47,89,196,.08),rgba(255,255,255,.88))!important;border-color:rgba(47,89,196,.18)!important;color:#20304a!important}@media (min-width:901px){.slide[data-index="1"] .home-avatar-block.constellation-panel{position:relative!important;min-height:570px!important;padding:24px!important;overflow:hidden!important;border-radius:34px!important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.22),transparent 25%),radial-gradient(circle at 22% 14%,rgba(160,135,255,.13),transparent 28%),linear-gradient(135deg,rgba(6,12,30,.68),rgba(13,18,40,.30))!important;border:1px solid rgba(126,245,255,.26)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 26px 80px rgba(0,0,0,.18)!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::before,.slide[data-index="1"] .home-avatar-block.constellation-panel::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;pointer-events:none!important;border-radius:999px!important;z-index:1!important;width:500px!important;height:286px!important;background:none!important;border:1px solid rgba(126,245,255,.30)!important;box-shadow:0 0 36px rgba(126,245,255,.11)!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::before{transform:translate(-50%,-50%) rotate(-18deg)!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::after{transform:translate(-50%,-50%) rotate(42deg)!important;border-color:rgba(160,135,255,.28)!important;box-shadow:0 0 36px rgba(160,135,255,.10)!important}.slide[data-index="1"] .constellation-grid{position:relative!important;display:block!important;height:522px!important;min-height:522px!important;isolation:isolate!important;z-index:2!important}.slide[data-index="1"] .constellation-grid::before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:400px!important;height:400px!important;transform:translate(-50%,-50%)!important;border-radius:50%!important;border:1px dashed rgba(126,245,255,.20)!important;background:radial-gradient(circle,rgba(126,245,255,.10),transparent 42%)!important;pointer-events:none!important;z-index:1!important}.slide[data-index="1"] .constellation-grid::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:13px!important;height:13px!important;transform:translate(-50%,-50%)!important;border-radius:50%!important;background:rgba(126,245,255,.98)!important;box-shadow:0 -205px 0 rgba(126,245,255,.95),177px -104px 0 rgba(160,135,255,.92),194px 0 0 rgba(126,245,255,.88),177px 104px 0 rgba(160,135,255,.92),0 205px 0 rgba(126,245,255,.95),-177px 104px 0 rgba(160,135,255,.92),-194px 0 0 rgba(126,245,255,.88)!important;filter:drop-shadow(0 0 9px rgba(126,245,255,.80))!important;pointer-events:none!important;z-index:2!important}.slide[data-index="1"] .constellation-grid .avatar-station{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;grid-area:auto!important;width:232px!important;min-height:232px!important;height:auto!important;padding:14px!important;z-index:8!important;border-radius:50%!important;background:radial-gradient(circle at 50% 36%,rgba(126,245,255,.20),transparent 58%),rgba(7,14,34,.58)!important;border:1px solid rgba(126,245,255,.38)!important;box-shadow:0 0 54px rgba(126,245,255,.24),inset 0 0 38px rgba(160,135,255,.09)!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:168px!important;height:168px!important;margin:0 auto!important;border-radius:50%!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:132px!important;height:132px!important;border-radius:32px!important}.slide[data-index="1"] .constellation-grid .home-site-card{position:absolute!important;grid-area:auto!important;display:grid!important;align-content:center!important;width:162px!important;height:58px!important;min-height:58px!important;padding:8px 10px!important;border-radius:18px!important;z-index:9!important;transform:translate(-50%,-50%)!important;background:linear-gradient(135deg,rgba(126,245,255,.17),rgba(160,135,255,.07)),rgba(8,15,35,.70)!important;border:1px solid rgba(126,245,255,.34)!important;box-shadow:0 17px 34px rgba(0,0,0,.24),0 0 19px rgba(126,245,255,.11),inset 0 0 0 1px rgba(255,255,255,.04)!important;backdrop-filter:blur(16px)!important;color:var(--text)!important;text-decoration:none!important;box-sizing:border-box!important}.slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-58%)!important;border-color:rgba(126,245,255,.64)!important;box-shadow:0 22px 42px rgba(0,0,0,.28),0 0 30px rgba(126,245,255,.24)!important}.slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:6%!important}.slide[data-index="1"] .constellation-grid .site-hermes{left:78%!important;top:18%!important}.slide[data-index="1"] .constellation-grid .site-ai{left:87%!important;top:50%!important}.slide[data-index="1"] .constellation-grid .site-coagent{left:72%!important;top:82%!important}.slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:94%!important}.slide[data-index="1"] .constellation-grid .site-ccxui{left:28%!important;top:82%!important}.slide[data-index="1"] .constellation-grid .site-rnxui{left:13%!important;top:50%!important}.slide[data-index="1"] .constellation-grid .home-site-node{display:none!important}}@media (min-width:901px) and (max-width:1350px){.slide[data-index="1"] .home-avatar-block.constellation-panel{min-height:500px!important;padding:18px!important}.slide[data-index="1"] .constellation-grid{height:464px!important;min-height:464px!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::before,.slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:405px!important;height:236px!important}.slide[data-index="1"] .constellation-grid::before{width:332px!important;height:332px!important}.slide[data-index="1"] .constellation-grid::after{box-shadow:0 -170px 0 rgba(126,245,255,.95),147px -86px 0 rgba(160,135,255,.92),160px 0 0 rgba(126,245,255,.88),147px 86px 0 rgba(160,135,255,.92),0 170px 0 rgba(126,245,255,.95),-147px 86px 0 rgba(160,135,255,.92),-160px 0 0 rgba(126,245,255,.88)!important}.slide[data-index="1"] .constellation-grid .avatar-station{width:202px!important;min-height:202px!important;padding:11px!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:138px!important;height:138px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:112px!important;height:112px!important;border-radius:25px!important}.slide[data-index="1"] .constellation-grid .home-site-card{width:138px!important;height:54px!important;min-height:54px!important}.slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:6%!important}.slide[data-index="1"] .constellation-grid .site-hermes{left:79%!important;top:18%!important}.slide[data-index="1"] .constellation-grid .site-ai{left:88%!important;top:50%!important}.slide[data-index="1"] .constellation-grid .site-coagent{left:73%!important;top:82%!important}.slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:94%!important}.slide[data-index="1"] .constellation-grid .site-ccxui{left:27%!important;top:82%!important}.slide[data-index="1"] .constellation-grid .site-rnxui{left:12%!important;top:50%!important}}@media (max-width:900px){.slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important}.slide[data-index="1"] .constellation-grid .avatar-station{position:relative!important;left:auto!important;top:auto!important;transform:none!important;border-radius:28px!important}}[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(47,89,196,.08),rgba(255,255,255,.90))!important;border-color:rgba(47,89,196,.20)!important;color:#20304a!important}@media (min-width:901px){.slide[data-index="1"] .home-avatar-block.constellation-panel{min-height:680px!important;padding:28px!important;overflow:hidden!important}.slide[data-index="1"] .constellation-grid{position:relative!important;display:block!important;height:620px!important;min-height:620px!important;max-width:980px!important;margin:0 auto!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::before,.slide[data-index="1"] .home-avatar-block.constellation-panel::after{left:50%!important;top:50%!important;width:620px!important;height:360px!important;z-index:1!important;opacity:.72!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::before{transform:translate(-50%,-50%) rotate(-24deg)!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::after{transform:translate(-50%,-50%) rotate(27deg)!important}.slide[data-index="1"] .constellation-grid::before{width:470px!important;height:470px!important;opacity:.5!important}.slide[data-index="1"] .constellation-grid::after{display:none!important}.slide[data-index="1"] .constellation-grid .avatar-station{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:248px!important;min-height:248px!important;z-index:20!important}.slide[data-index="1"] .constellation-grid .avatar-ring{width:178px!important;height:178px!important}.slide[data-index="1"] .constellation-grid .avatar-core{width:138px!important;height:138px!important}.slide[data-index="1"] .constellation-grid .home-site-card{width:176px!important;height:66px!important;min-height:66px!important;z-index:15!important;transform:translate(-50%,-50%)!important}.slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:6%!important}.slide[data-index="1"] .constellation-grid .site-hermes{left:82%!important;top:20%!important}.slide[data-index="1"] .constellation-grid .site-ai{left:90%!important;top:50%!important}.slide[data-index="1"] .constellation-grid .site-coagent{left:76%!important;top:80%!important}.slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:94%!important}.slide[data-index="1"] .constellation-grid .site-ccxui{left:24%!important;top:80%!important}.slide[data-index="1"] .constellation-grid .site-rnxui{left:10%!important;top:50%!important}.slide[data-index="1"] .constellation-grid .home-site-card::before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:10px!important;height:10px!important;border-radius:50%!important;transform:translate(-50%,-50%)!important;background:rgba(126,245,255,.95)!important;box-shadow:0 0 16px rgba(126,245,255,.9)!important;pointer-events:none!important}}@media (min-width:901px) and (max-width:1350px){.slide[data-index="1"] .home-avatar-block.constellation-panel{min-height:650px!important;padding:24px!important}.slide[data-index="1"] .constellation-grid{height:600px!important;min-height:600px!important;max-width:900px!important}.slide[data-index="1"] .home-avatar-block.constellation-panel::before,.slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:560px!important;height:330px!important}.slide[data-index="1"] .constellation-grid .avatar-station{width:226px!important;min-height:226px!important}.slide[data-index="1"] .constellation-grid .home-site-card{width:162px!important;height:62px!important;min-height:62px!important}.slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:6%!important}.slide[data-index="1"] .constellation-grid .site-hermes{left:80%!important;top:20%!important}.slide[data-index="1"] .constellation-grid .site-ai{left:89%!important;top:50%!important}.slide[data-index="1"] .constellation-grid .site-coagent{left:74%!important;top:80%!important}.slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:94%!important}.slide[data-index="1"] .constellation-grid .site-ccxui{left:26%!important;top:80%!important}.slide[data-index="1"] .constellation-grid .site-rnxui{left:11%!important;top:50%!important}}@media (min-width:901px) and (max-width:1100px){.slide[data-index="1"] .constellation-grid{max-width:820px!important}.slide[data-index="1"] .constellation-grid .home-site-card{width:146px!important;font-size:.82rem!important}.slide[data-index="1"] .constellation-grid .avatar-station{width:210px!important;min-height:210px!important}}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{display:block!important;position:relative!important;min-height:760px!important;height:760px!important;padding:24px!important;overflow:hidden!important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.20),transparent 22%),radial-gradient(circle at 50% 50%,rgba(160,135,255,.10),transparent 42%),rgba(8,14,34,.54)!important}html body .slide[data-index="1"] .constellation-grid{display:block!important;position:relative!important;width:100%!important;max-width:1040px!important;height:710px!important;min-height:710px!important;margin:0 auto!important;grid-template-columns:none!important;grid-template-rows:none!important;grid-template-areas:none!important;gap:0!important;align-items:initial!important;justify-items:initial!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before,html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;pointer-events:none!important;border-radius:50%!important;background:transparent!important;z-index:1!important;opacity:.9!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:720px!important;height:430px!important;transform:translate(-50%,-50%) rotate(-22deg)!important;border:1px solid rgba(126,245,255,.32)!important;box-shadow:0 0 32px rgba(126,245,255,.10)!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:610px!important;height:365px!important;transform:translate(-50%,-50%) rotate(31deg)!important;border:1px solid rgba(160,135,255,.30)!important;box-shadow:0 0 32px rgba(160,135,255,.10)!important}html body .slide[data-index="1"] .constellation-grid::before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:360px!important;height:360px!important;transform:translate(-50%,-50%)!important;border-radius:50%!important;border:1px dashed rgba(126,245,255,.22)!important;background:radial-gradient(circle,rgba(126,245,255,.10),transparent 60%)!important;z-index:1!important;pointer-events:none!important}html body .slide[data-index="1"] .constellation-grid::after{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;grid-area:auto!important;justify-self:auto!important;align-self:auto!important;width:260px!important;min-width:260px!important;max-width:260px!important;height:260px!important;min-height:260px!important;margin:0!important;padding:16px!important;box-sizing:border-box!important;display:grid!important;place-items:center!important;align-content:center!important;z-index:30!important;border-radius:50%!important;background:radial-gradient(circle at 50% 42%,rgba(126,245,255,.23),transparent 58%),rgba(5,13,32,.78)!important;border:1px solid rgba(126,245,255,.45)!important;box-shadow:0 0 65px rgba(126,245,255,.25),inset 0 0 40px rgba(160,135,255,.11)!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:184px!important;height:184px!important;margin:0!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:142px!important;height:142px!important;border-radius:32px!important}html body .slide[data-index="1"] .constellation-grid .avatar-caption{display:none!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{position:absolute!important;grid-area:auto!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;justify-self:auto!important;align-self:auto!important;width:180px!important;min-width:180px!important;max-width:180px!important;height:68px!important;min-height:68px!important;max-height:68px!important;margin:0!important;padding:10px 12px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:center!important;transform:translate(-50%,-50%)!important;z-index:20!important;border-radius:19px!important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(160,135,255,.09)),rgba(7,15,36,.86)!important;border:1px solid rgba(126,245,255,.38)!important;box-shadow:0 16px 36px rgba(0,0,0,.30),0 0 22px rgba(126,245,255,.12)!important;backdrop-filter:blur(15px)!important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-60%)!important}html body .slide[data-index="1"] .constellation-grid .home-site-card::before{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:""!important;position:absolute!important;left:50%!important;top:-9px!important;width:10px!important;height:10px!important;transform:translateX(-50%)!important;border-radius:50%!important;background:rgba(126,245,255,.95)!important;box-shadow:0 0 16px rgba(126,245,255,.95)!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:4%!important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:82%!important;top:18%!important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:94%!important;top:50%!important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:78%!important;top:82%!important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:96%!important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:22%!important;top:82%!important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:6%!important;top:50%!important}html body .slide[data-index="1"] .constellation-grid .home-site-node{display:none!important}@media (min-width:901px) and (max-width:1350px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{height:700px!important;min-height:700px!important;padding:20px!important}html body .slide[data-index="1"] .constellation-grid{height:660px!important;min-height:660px!important;max-width:920px!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:620px!important;height:380px!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:540px!important;height:330px!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:230px!important;min-width:230px!important;max-width:230px!important;height:230px!important;min-height:230px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{width:164px!important;min-width:164px!important;max-width:164px!important;height:64px!important;min-height:64px!important;max-height:64px!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:5%!important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:80%!important;top:19%!important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:92%!important;top:50%!important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:76%!important;top:81%!important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:95%!important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:24%!important;top:81%!important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:8%!important;top:50%!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{height:auto!important;min-height:auto!important;padding:14px!important;overflow:hidden!important}html body .slide[data-index="1"] .constellation-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "open hermes" "ai coagent" "mail ccx" "rnx rnx"!important;gap:9px!important;height:auto!important;min-height:auto!important;max-width:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:auto!important;border-radius:24px!important;grid-area:avatar!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;min-width:0!important;max-width:none!important;height:58px!important;min-height:58px!important;max-height:58px!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{display:block!important;position:relative!important;height:560px!important;min-height:560px!important;max-height:560px!important;padding:20px!important;overflow:hidden!important;box-sizing:border-box!important}html body .slide[data-index="1"] .constellation-grid{position:absolute!important;display:block!important;left:20px!important;right:20px!important;top:20px!important;bottom:20px!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;overflow:visible!important;grid-template-columns:none!important;grid-template-rows:none!important;grid-template-areas:none!important;justify-items:initial!important;align-items:initial!important;gap:0!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:min(92%,470px)!important;height:300px!important;transform:translate(-50%,-50%) rotate(-22deg)!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:min(82%,410px)!important;height:260px!important;transform:translate(-50%,-50%) rotate(31deg)!important}html body .slide[data-index="1"] .constellation-grid::before{width:250px!important;height:250px!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:188px!important;min-width:188px!important;max-width:188px!important;height:188px!important;min-height:188px!important;padding:11px!important;margin:0!important;border-radius:50%!important;z-index:30!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:132px!important;height:132px!important;margin:0!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:102px!important;height:102px!important;border-radius:24px!important}html body .slide[data-index="1"] .constellation-grid .avatar-caption{display:none!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{position:absolute!important;width:126px!important;min-width:126px!important;max-width:126px!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:7px 9px!important;margin:0!important;box-sizing:border-box!important;transform:translate(-50%,-50%)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;z-index:20!important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.70rem!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.54rem!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .constellation-grid .home-site-card em{font-size:.42rem!important;padding:2px 4px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card::before{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:""!important;position:absolute!important;left:50%!important;top:-7px!important;width:8px!important;height:8px!important;transform:translateX(-50%)!important;border-radius:50%!important;background:rgba(126,245,255,.95)!important;box-shadow:0 0 13px rgba(126,245,255,.9)!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:10%!important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:74%!important;top:23%!important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:80%!important;top:50%!important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:72%!important;top:77%!important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:90%!important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:28%!important;top:77%!important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:20%!important;top:50%!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{height:520px!important;min-height:520px!important;max-height:520px!important;padding:18px!important}html body .slide[data-index="1"] .constellation-grid{left:18px!important;right:18px!important;top:18px!important;bottom:18px!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:172px!important;min-width:172px!important;max-width:172px!important;height:172px!important;min-height:172px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{width:118px!important;min-width:118px!important;max-width:118px!important;height:50px!important;min-height:50px!important;max-height:50px!important}}@media (min-width:901px){html body .slide[data-index="1"] .slide-inner{gap:12px!important;padding-top:24px!important;padding-bottom:18px!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{height:456px!important;min-height:456px!important;max-height:456px!important;padding:16px!important}html body .slide[data-index="1"] .constellation-grid{left:16px!important;right:16px!important;top:16px!important;bottom:16px!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:min(88%,390px)!important;height:230px!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:min(78%,340px)!important;height:205px!important}html body .slide[data-index="1"] .constellation-grid::before{width:210px!important;height:210px!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:154px!important;min-width:154px!important;max-width:154px!important;height:154px!important;min-height:154px!important;padding:9px!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:110px!important;height:110px!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:84px!important;height:84px!important;border-radius:20px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{width:112px!important;min-width:112px!important;max-width:112px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:6px 8px!important;border-radius:14px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.62rem!important}html body .slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.48rem!important}html body .slide[data-index="1"] .constellation-grid .home-site-card em{display:none!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:8%!important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:72%!important;top:22%!important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:77%!important;top:50%!important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:70%!important;top:78%!important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:50%!important;top:92%!important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:30%!important;top:78%!important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:23%!important;top:50%!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(520px,.92fr)!important;grid-template-areas:"copy avatar" "copy avatar"!important;gap:18px!important;align-items:stretch!important}html body .slide[data-index="1"] .hero-copy{grid-area:copy!important;overflow:visible!important}html body .slide[data-index="1"] .hero-visual.home-dock-panel{grid-area:avatar!important;display:block!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{display:block!important;position:relative!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:18px!important;overflow:hidden!important;box-sizing:border-box!important;border-radius:30px!important}html body .slide[data-index="1"] .constellation-grid{position:relative!important;inset:auto!important;display:grid!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;overflow:visible!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:76px 220px 76px!important;gap:12px!important;grid-template-areas:"open hermes ai" "rnx avatar ccx" "mail coagent node"!important;align-items:center!important;justify-items:stretch!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before,html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;pointer-events:none!important;border-radius:50%!important;background:transparent!important;z-index:1!important;opacity:.82!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:82%!important;height:58%!important;transform:translate(-50%,-50%) rotate(-18deg)!important;border:1px solid rgba(126,245,255,.30)!important;box-shadow:0 0 32px rgba(126,245,255,.10)!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{width:68%!important;height:48%!important;transform:translate(-50%,-50%) rotate(31deg)!important;border:1px solid rgba(160,135,255,.28)!important;box-shadow:0 0 30px rgba(160,135,255,.08)!important}html body .slide[data-index="1"] .constellation-grid::before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:210px!important;height:210px!important;transform:translate(-50%,-50%)!important;border-radius:50%!important;border:1px dashed rgba(126,245,255,.22)!important;background:radial-gradient(circle,rgba(126,245,255,.10),transparent 62%)!important;z-index:1!important;pointer-events:none!important}html body .slide[data-index="1"] .constellation-grid::after{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{grid-area:avatar!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;justify-self:center!important;align-self:center!important;width:210px!important;min-width:210px!important;max-width:210px!important;height:210px!important;min-height:210px!important;margin:0!important;padding:12px!important;box-sizing:border-box!important;border-radius:50%!important;z-index:5!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:148px!important;height:148px!important;margin:0 auto!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:114px!important;height:114px!important;border-radius:26px!important}html body .slide[data-index="1"] .constellation-grid .avatar-caption{display:none!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:auto!important;min-width:0!important;max-width:none!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0!important;padding:9px 10px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;justify-self:stretch!important;z-index:4!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.07)),rgba(8,15,35,.74)!important;border:1px solid rgba(126,245,255,.28)!important;box-shadow:0 14px 28px rgba(0,0,0,.22),0 0 18px rgba(126,245,255,.08)!important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translateY(-2px)!important}html body .slide[data-index="1"] .constellation-grid .home-site-card::before{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:""!important;position:absolute!important;left:50%!important;top:-7px!important;width:8px!important;height:8px!important;transform:translateX(-50%)!important;border-radius:50%!important;background:rgba(126,245,255,.95)!important;box-shadow:0 0 13px rgba(126,245,255,.88)!important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.76rem!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .constellation-grid .home-site-card span{font-size:.58rem!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .constellation-grid .home-site-card em{display:none!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{grid-area:open!important}.slide[data-index="1"] .constellation-grid .site-hermes{grid-area:hermes!important}.slide[data-index="1"] .constellation-grid .site-ai{grid-area:ai!important}.slide[data-index="1"] .constellation-grid .site-rnxui{grid-area:rnx!important}.slide[data-index="1"] .constellation-grid .site-ccxui{grid-area:ccx!important}.slide[data-index="1"] .constellation-grid .site-mail{grid-area:mail!important}.slide[data-index="1"] .constellation-grid .site-coagent{grid-area:coagent!important}html body .slide[data-index="1"] .constellation-grid .home-site-node{grid-area:node!important;display:block!important;visibility:hidden!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1fr) minmax(470px,.9fr)!important;gap:14px!important}html body .slide[data-index="1"] .constellation-grid{grid-template-rows:68px 190px 68px!important;gap:10px!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:184px!important;min-width:184px!important;max-width:184px!important;height:184px!important;min-height:184px!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:130px!important;height:130px!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:100px!important;height:100px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{height:58px!important;min-height:58px!important;max-height:58px!important}}@media (max-width:900px){html body .slide[data-index="1"] .constellation-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "open hermes" "ai rnx" "ccx mail" "coagent dnsadmin" "gateway gateway"!important;gap:10px!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{grid-area:avatar!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:auto!important;border-radius:24px!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;min-width:0!important;max-width:none!important;height:58px!important;min-height:58px!important;max-height:58px!important}}html body .slide[data-index="1"] .constellation-grid::before{content:"" !important;position:absolute !important;left:50% !important;top:50% !important;width:380px !important;height:380px !important;transform:translate(-50%,-50%) !important;z-index:1 !important;pointer-events:none !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 380 380'%3E%3Cdefs%3E%3ClinearGradient id='gC' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='0.5'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3ClinearGradient id='gV' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23a087ff' stop-opacity='0.45'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M190,190 Q100,60 50,55' stroke='url(%23gC)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M190,190 Q280,55 330,55' stroke='url(%23gC)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M190,190 Q320,95 340,190' stroke='url(%23gV)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M190,190 Q310,280 330,325' stroke='url(%23gC)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M190,190 Q190,310 190,340' stroke='url(%23gC)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M190,190 Q70,280 50,325' stroke='url(%23gV)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M190,190 Q60,95 40,190' stroke='url(%23gC)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='190' cy='190' r='4' fill='rgba(126,245,255,0.9)'/%3E%3Ccircle cx='50' cy='55' r='3.5' fill='rgba(126,245,255,0.85)'/%3E%3Ccircle cx='330' cy='55' r='3.5' fill='rgba(126,245,255,0.85)'/%3E%3Ccircle cx='340' cy='190' r='3.5' fill='rgba(160,135,255,0.85)'/%3E%3Ccircle cx='330' cy='325' r='3.5' fill='rgba(126,245,255,0.85)'/%3E%3Ccircle cx='190' cy='340' r='3.5' fill='rgba(126,245,255,0.85)'/%3E%3Ccircle cx='50' cy='325' r='3.5' fill='rgba(160,135,255,0.85)'/%3E%3Ccircle cx='40' cy='190' r='3.5' fill='rgba(126,245,255,0.85)'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:100% 100% !important;opacity:0.9 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{display:block !important;content:"" !important;position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;width:min(96%,520px) !important;height:min(96%,520px) !important;border-radius:50% !important;background:radial-gradient(circle,rgba(126,245,255,0.07) 0%,rgba(160,135,255,0.04) 40%,transparent 70%) !important;border:1px solid rgba(126,245,255,0.12) !important;pointer-events:none !important;z-index:0 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{display:block !important;content:"" !important;position:absolute !important;inset:0 !important;border-radius:28px !important;background:radial-gradient(circle at 50% 45%,rgba(126,245,255,0.10) 0%,rgba(10,16,34,0.92) 55%) !important;border:1px solid rgba(126,245,255,0.16) !important;pointer-events:none !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{position:absolute !important;width:130px !important;min-width:130px !important;max-width:130px !important;height:58px !important;min-height:58px !important;max-height:58px !important;padding:10px 11px !important;border-radius:18px !important;z-index:20 !important;transform:translate(-50%,-50%) !important;display:flex !important;flex-direction:column !important;justify-content:center !important;box-sizing:border-box !important;color:var(--text) !important;text-decoration:none !important;background:linear-gradient(135deg,rgba(126,245,255,0.13) 0%,rgba(160,135,255,0.07) 50%,rgba(255,255,255,0.04) 100%) !important;backdrop-filter:blur(18px) saturate(180%) !important;-webkit-backdrop-filter:blur(18px) saturate(180%) !important;border:1px solid rgba(126,245,255,0.28) !important;box-shadow:0 8px 28px rgba(0,0,0,0.28),0 0 16px rgba(126,245,255,0.10),inset 0 0 0 1px rgba(255,255,255,0.05) !important;transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1),border-color 0.3s ease,box-shadow 0.3s ease,background 0.3s ease !important;overflow:hidden !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::before{display:block !important;content:"" !important;position:absolute !important;top:0 !important;left:-100% !important;width:60% !important;height:100% !important;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.06),transparent) !important;transform:skewX(-15deg) !important;transition:left 0.5s ease !important;pointer-events:none !important;z-index:1 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover::before{left:160% !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-58%) !important;border-color:rgba(126,245,255,0.60) !important;box-shadow:0 16px 40px rgba(0,0,0,0.32),0 0 28px rgba(126,245,255,0.22),inset 0 0 0 1px rgba(255,255,255,0.08) !important;background:linear-gradient(135deg,rgba(126,245,255,0.20) 0%,rgba(160,135,255,0.12) 50%,rgba(255,255,255,0.07) 100%) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong{display:flex !important;align-items:center !important;gap:4px !important;min-width:0 !important;font-size:.74rem !important;line-height:1.1 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;color:var(--text) !important;position:relative !important;z-index:2 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card span{display:block !important;min-width:0 !important;color:var(--text-soft) !important;font-size:.56rem !important;line-height:1.1 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;position:relative !important;z-index:2 !important;margin-top:3px !important}html body .slide[data-index="1"] .constellation-grid .home-site-card em{display:none !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:9% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:79% !important;top:20% !important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:88% !important;top:50% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:79% !important;top:80% !important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:50% !important;top:91% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:21% !important;top:80% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:12% !important;top:50% !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;width:190px !important;min-width:190px !important;max-width:190px !important;height:190px !important;min-height:190px !important;padding:12px !important;margin:0 !important;border-radius:50% !important;z-index:30 !important;display:grid !important;place-items:center !important;background:radial-gradient(circle at 35% 20%,rgba(126,245,255,0.14) 0%,rgba(160,135,255,0.08) 50%,rgba(255,255,255,0.03) 100%) !important;border:1px solid rgba(126,245,255,0.24) !important;box-shadow:0 0 40px rgba(126,245,255,0.18),0 0 80px rgba(126,245,255,0.08),inset 0 0 20px rgba(126,245,255,0.06) !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important;overflow:visible !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:136px !important;height:136px !important;margin:0 auto !important;border-radius:50% !important;background:conic-gradient(from 0deg,rgba(126,245,255,0.3),rgba(160,135,255,0.3),rgba(126,245,255,0.3)) !important;padding:2px !important;animation:ringPulse 4s ease-in-out infinite !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:110px !important;height:110px !important;border-radius:24px !important;overflow:hidden !important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;transform:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-caption{display:none !important}@keyframes ringPulse{0%,100%{box-shadow:0 0 12px rgba(126,245,255,0.3)}50%{box-shadow:0 0 24px rgba(126,245,255,0.55),0 0 48px rgba(126,245,255,0.2)}}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{height:560px !important;min-height:560px !important;max-height:560px !important;padding:20px !important;overflow:hidden !important;box-sizing:border-box !important}html body .slide[data-index="1"] .constellation-grid{position:absolute !important;display:block !important;left:20px !important;right:20px !important;top:20px !important;bottom:20px !important;width:auto !important;min-width:0 !important;max-width:none !important;height:auto !important;min-height:0 !important;margin:0 !important;overflow:visible !important;grid-template-columns:none !important;grid-template-rows:none !important;grid-template-areas:none !important;justify-items:initial !important;align-items:initial !important;gap:0 !important;z-index:10 !important}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{isolation:isolate !important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,0.12),rgba(160,135,255,0.045) 38%,transparent 68%),linear-gradient(135deg,rgba(6,11,24,0.72),rgba(10,16,34,0.92)) !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:86% !important;height:70% !important;border-radius:50% !important;background:radial-gradient(ellipse at center,transparent 48%,rgba(126,245,255,0.10) 49%,rgba(126,245,255,0.03) 50%,transparent 52%),radial-gradient(ellipse at center,transparent 35%,rgba(160,135,255,0.08) 36%,rgba(160,135,255,0.025) 37%,transparent 39%) !important;border:1px solid rgba(126,245,255,0.12) !important;box-shadow:0 0 34px rgba(126,245,255,0.08),inset 0 0 42px rgba(126,245,255,0.045) !important;opacity:1 !important;z-index:1 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{background:radial-gradient(circle at 50% 48%,rgba(126,245,255,0.10) 0%,rgba(160,135,255,0.05) 38%,transparent 66%),linear-gradient(135deg,rgba(12,20,42,0.58),rgba(6,10,24,0.88)) !important;border-color:rgba(126,245,255,0.20) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.035),0 18px 50px rgba(0,0,0,0.28) !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid::before{width:min(92%,500px) !important;height:min(78%,430px) !important;opacity:1 !important;filter:drop-shadow(0 0 8px rgba(126,245,255,0.20)) !important;z-index:2 !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='430' viewBox='0 0 500 430'%3E%3Cdefs%3E%3ClinearGradient id='cyan' x1='50%25' y1='50%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='0.44'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='0.12'/%3E%3C/linearGradient%3E%3ClinearGradient id='violet' x1='50%25' y1='50%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23a087ff' stop-opacity='0.40'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='0.11'/%3E%3C/linearGradient%3E%3Cfilter id='glow'%3E%3CfeGaussianBlur stdDeviation='2.2' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cellipse cx='250' cy='215' rx='212' ry='160' stroke='%237ef5ff' stroke-opacity='0.13' stroke-width='1' fill='none'/%3E%3Cellipse cx='250' cy='215' rx='152' ry='112' stroke='%23a087ff' stroke-opacity='0.11' stroke-width='1' fill='none'/%3E%3Cg filter='url(%23glow)' fill='none' stroke-linecap='round' stroke-width='1.6'%3E%3Cpath d='M250,215 Q250,104 250,26' stroke='url(%23cyan)'/%3E%3Cpath d='M250,215 Q315,118 400,92' stroke='url(%23cyan)'/%3E%3Cpath d='M250,215 Q370,202 435,254' stroke='url(%23violet)'/%3E%3Cpath d='M250,215 Q340,310 326,366' stroke='url(%23cyan)'/%3E%3Cpath d='M250,215 Q160,310 174,366' stroke='url(%23cyan)'/%3E%3Cpath d='M250,215 Q130,202 65,254' stroke='url(%23violet)'/%3E%3Cpath d='M250,215 Q185,118 100,92' stroke='url(%23cyan)'/%3E%3C/g%3E%3Cg fill='%237ef5ff' fill-opacity='0.82'%3E%3Ccircle cx='250' cy='215' r='4'/%3E%3Ccircle cx='250' cy='26' r='3.4'/%3E%3Ccircle cx='400' cy='92' r='3.4'/%3E%3Ccircle cx='326' cy='366' r='3.4'/%3E%3Ccircle cx='174' cy='366' r='3.4'/%3E%3Ccircle cx='100' cy='92' r='3.4'/%3E%3C/g%3E%3Cg fill='%23a087ff' fill-opacity='0.82'%3E%3Ccircle cx='435' cy='254' r='3.4'/%3E%3Ccircle cx='65' cy='254' r='3.4'/%3E%3C/g%3E%3C/svg%3E") !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:7% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:80% !important;top:22% !important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:87% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:65% !important;top:86% !important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:35% !important;top:86% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:13% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:20% !important;top:22% !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{width:142px !important;min-width:142px !important;max-width:142px !important;height:62px !important;min-height:62px !important;max-height:62px !important;border-radius:20px !important;background:linear-gradient(135deg,rgba(126,245,255,0.18),rgba(160,135,255,0.095) 55%,rgba(255,255,255,0.055)) !important;border-color:rgba(126,245,255,0.34) !important;box-shadow:0 12px 34px rgba(0,0,0,0.34),0 0 22px rgba(126,245,255,0.15),inset 0 0 0 1px rgba(255,255,255,0.065) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-62%) scale(1.035) !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:176px !important;min-width:176px !important;max-width:176px !important;height:176px !important;min-height:176px !important;box-shadow:0 0 42px rgba(126,245,255,0.22),0 0 88px rgba(160,135,255,0.12),inset 0 0 24px rgba(126,245,255,0.08) !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{overflow:hidden !important;background:radial-gradient(circle at 50% 48%,rgba(126,245,255,0.18),rgba(160,135,255,0.08) 32%,transparent 62%),radial-gradient(circle at 18% 18%,rgba(126,245,255,0.10),transparent 34%),radial-gradient(circle at 82% 78%,rgba(160,135,255,0.13),transparent 38%),linear-gradient(135deg,rgba(4,8,20,0.84),rgba(9,14,32,0.96)) !important;box-shadow:inset 0 0 0 1px rgba(126,245,255,0.18),inset 0 0 80px rgba(126,245,255,0.06),0 24px 70px rgba(0,0,0,0.34) !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{width:92% !important;height:76% !important;border:0 !important;opacity:1 !important;background:conic-gradient(from 0deg,transparent 0deg,rgba(126,245,255,0.00) 58deg,rgba(126,245,255,0.42) 76deg,rgba(160,135,255,0.12) 92deg,transparent 118deg,transparent 208deg,rgba(160,135,255,0.34) 232deg,rgba(126,245,255,0.16) 248deg,transparent 278deg,transparent 360deg),radial-gradient(ellipse at center,transparent 52%,rgba(126,245,255,0.24) 52.8%,rgba(126,245,255,0.03) 54.5%,transparent 56%),radial-gradient(ellipse at center,transparent 36%,rgba(160,135,255,0.17) 36.8%,rgba(160,135,255,0.025) 38.2%,transparent 40%) !important;border-radius:50% !important;filter:blur(0.1px) drop-shadow(0 0 16px rgba(126,245,255,0.26)) !important;mix-blend-mode:screen !important;animation:orbitalNexusSpin 18s linear infinite !important;z-index:1 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,0.035) 0 1px,transparent 1.4px) 0 0 / 36px 36px,radial-gradient(circle at 50% 48%,rgba(126,245,255,0.14),rgba(160,135,255,0.07) 36%,transparent 68%),linear-gradient(135deg,rgba(10,17,38,0.50),rgba(4,8,22,0.92)) !important;border-color:rgba(126,245,255,0.24) !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid::before{width:min(96%,528px) !important;height:min(82%,446px) !important;opacity:1 !important;filter:drop-shadow(0 0 10px rgba(126,245,255,0.30)) drop-shadow(0 0 22px rgba(160,135,255,0.12)) !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='528' height='446' viewBox='0 0 528 446'%3E%3Cdefs%3E%3ClinearGradient id='c' x1='50%25' y1='50%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='0.62'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='0.10'/%3E%3C/linearGradient%3E%3ClinearGradient id='v' x1='50%25' y1='50%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23a087ff' stop-opacity='0.56'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='0.10'/%3E%3C/linearGradient%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='2.4' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cellipse cx='264' cy='223' rx='224' ry='166' stroke='%237ef5ff' stroke-opacity='0.20' stroke-width='1.2' stroke-dasharray='8 10' fill='none'/%3E%3Cellipse cx='264' cy='223' rx='165' ry='120' stroke='%23a087ff' stroke-opacity='0.16' stroke-width='1' stroke-dasharray='5 12' fill='none'/%3E%3Cg filter='url(%23g)' fill='none' stroke-linecap='round' stroke-width='1.8'%3E%3Cpath d='M264,223 Q264,94 264,24' stroke='url(%23c)'/%3E%3Cpath d='M264,223 Q338,108 424,98' stroke='url(%23c)'/%3E%3Cpath d='M264,223 Q398,208 458,262' stroke='url(%23v)'/%3E%3Cpath d='M264,223 Q354,326 344,380' stroke='url(%23c)'/%3E%3Cpath d='M264,223 Q174,326 184,380' stroke='url(%23c)'/%3E%3Cpath d='M264,223 Q130,208 70,262' stroke='url(%23v)'/%3E%3Cpath d='M264,223 Q190,108 104,98' stroke='url(%23c)'/%3E%3C/g%3E%3Cg filter='url(%23g)'%3E%3Ccircle cx='264' cy='223' r='5' fill='%237ef5ff' fill-opacity='0.95'/%3E%3Ccircle cx='264' cy='24' r='4' fill='%237ef5ff' fill-opacity='0.86'/%3E%3Ccircle cx='424' cy='98' r='4' fill='%237ef5ff' fill-opacity='0.84'/%3E%3Ccircle cx='458' cy='262' r='4' fill='%23a087ff' fill-opacity='0.86'/%3E%3Ccircle cx='344' cy='380' r='4' fill='%237ef5ff' fill-opacity='0.84'/%3E%3Ccircle cx='184' cy='380' r='4' fill='%237ef5ff' fill-opacity='0.84'/%3E%3Ccircle cx='70' cy='262' r='4' fill='%23a087ff' fill-opacity='0.86'/%3E%3Ccircle cx='104' cy='98' r='4' fill='%237ef5ff' fill-opacity='0.84'/%3E%3C/g%3E%3C/svg%3E") !important}html body .slide[data-index="1"] .constellation-grid::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:50% !important;width:min(93%,512px) !important;height:min(79%,432px) !important;transform:translate(-50%,-50%) rotate(0deg) !important;border-radius:50% !important;pointer-events:none !important;z-index:3 !important;background:conic-gradient(from 10deg,transparent 0deg,transparent 34deg,rgba(126,245,255,0.32) 50deg,transparent 70deg,transparent 190deg,rgba(160,135,255,0.24) 208deg,transparent 228deg,transparent 360deg) !important;-webkit-mask:radial-gradient(ellipse at center,transparent 0 52%,#000 53%,transparent 57%) !important;mask:radial-gradient(ellipse at center,transparent 0 52%,#000 53%,transparent 57%) !important;filter:blur(0.2px) drop-shadow(0 0 12px rgba(126,245,255,0.34)) !important;mix-blend-mode:screen !important;animation:orbitalNexusSpin 12s linear infinite reverse !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:6.5% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:80.5% !important;top:22.5% !important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:88.5% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:65.5% !important;top:87% !important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:34.5% !important;top:87% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:11.5% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:19.5% !important;top:22.5% !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{width:148px !important;min-width:148px !important;max-width:148px !important;height:64px !important;min-height:64px !important;max-height:64px !important;padding:11px 13px !important;border-radius:21px !important;background:linear-gradient(135deg,rgba(255,255,255,0.11),rgba(126,245,255,0.15) 28%,rgba(160,135,255,0.105) 68%,rgba(255,255,255,0.055)) !important;border:1px solid rgba(126,245,255,0.42) !important;box-shadow:0 14px 40px rgba(0,0,0,0.36),0 0 24px rgba(126,245,255,0.18),0 0 42px rgba(160,135,255,0.08),inset 0 0 0 1px rgba(255,255,255,0.08),inset 0 18px 28px rgba(255,255,255,0.045) !important;animation:nexusCardFloat 5.8s ease-in-out infinite !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:"" !important;display:block !important;position:absolute !important;inset:-1px !important;border-radius:inherit !important;padding:1px !important;background:linear-gradient(135deg,rgba(126,245,255,0.75),rgba(160,135,255,0.26),rgba(126,245,255,0.10)) !important;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0) !important;-webkit-mask-composite:xor !important;mask-composite:exclude !important;opacity:0.75 !important;pointer-events:none !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong,html body .slide[data-index="1"] .constellation-grid .home-site-card span{position:relative !important;z-index:2 !important}html body .slide[data-index="1"] .constellation-grid .site-hermes,html body .slide[data-index="1"] .constellation-grid .site-mail{animation-delay:-0.8s !important}html body .slide[data-index="1"] .constellation-grid .site-ai,html body .slide[data-index="1"] .constellation-grid .site-rnxui{animation-delay:-1.6s !important}html body .slide[data-index="1"] .constellation-grid .site-coagent,html body .slide[data-index="1"] .constellation-grid .site-ccxui{animation-delay:-2.4s !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-66%) scale(1.055) !important;border-color:rgba(126,245,255,0.74) !important;box-shadow:0 20px 52px rgba(0,0,0,0.42),0 0 36px rgba(126,245,255,0.34),0 0 70px rgba(160,135,255,0.16),inset 0 0 0 1px rgba(255,255,255,0.12) !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:188px !important;min-width:188px !important;max-width:188px !important;height:188px !important;min-height:188px !important;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,0.15),rgba(126,245,255,0.14) 32%,rgba(160,135,255,0.10) 66%,rgba(4,8,18,0.54)) !important;border-color:rgba(126,245,255,0.38) !important;box-shadow:0 0 46px rgba(126,245,255,0.30),0 0 96px rgba(160,135,255,0.18),inset 0 0 28px rgba(126,245,255,0.10),inset 0 0 0 1px rgba(255,255,255,0.08) !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{animation:ringPulse 3.8s ease-in-out infinite,avatarOrbitHue 11s linear infinite !important}@keyframes orbitalNexusSpin{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes nexusCardFloat{0%,100%{translate:0 0}50%{translate:0 -5px}}@keyframes avatarOrbitHue{0%{filter:hue-rotate(0deg) saturate(1.08)}50%{filter:hue-rotate(18deg) saturate(1.24)}100%{filter:hue-rotate(0deg) saturate(1.08)}}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{background:radial-gradient(circle at 50% 48%,rgba(126,245,255,0.12),rgba(160,135,255,0.045) 35%,transparent 66%),linear-gradient(135deg,rgba(7,12,26,0.86),rgba(8,12,26,0.96)) !important;box-shadow:inset 0 0 0 1px rgba(126,245,255,0.16),inset 0 0 54px rgba(126,245,255,0.035),0 22px 60px rgba(0,0,0,0.30) !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;width:86% !important;height:70% !important;border-radius:50% !important;background:radial-gradient(ellipse at center,transparent 53%,rgba(126,245,255,0.14) 53.5%,rgba(126,245,255,0.035) 55%,transparent 56.5%),radial-gradient(ellipse at center,transparent 36%,rgba(160,135,255,0.10) 36.5%,rgba(160,135,255,0.025) 38%,transparent 39.5%) !important;border:1px solid rgba(126,245,255,0.08) !important;box-shadow:0 0 30px rgba(126,245,255,0.07),inset 0 0 36px rgba(126,245,255,0.035) !important;filter:none !important;mix-blend-mode:normal !important;animation:none !important;pointer-events:none !important;z-index:1 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;border-radius:28px !important;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,0.025) 0 1px,transparent 1.5px) 0 0 / 42px 42px,radial-gradient(circle at 50% 48%,rgba(126,245,255,0.085),rgba(160,135,255,0.04) 38%,transparent 70%),linear-gradient(135deg,rgba(9,15,34,0.50),rgba(5,9,22,0.86)) !important;border:1px solid rgba(126,245,255,0.18) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.025) !important;pointer-events:none !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid::before{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;transform:none !important;opacity:0.92 !important;filter:drop-shadow(0 0 7px rgba(126,245,255,0.22)) !important;pointer-events:none !important;z-index:2 !important;background-repeat:no-repeat !important;background-size:100% 100% !important;background-position:center !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='c' x1='50%25' y1='50%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='0.42'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='0.12'/%3E%3C/linearGradient%3E%3ClinearGradient id='v' x1='50%25' y1='50%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23a087ff' stop-opacity='0.36'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='0.10'/%3E%3C/linearGradient%3E%3Cfilter id='soft'%3E%3CfeGaussianBlur stdDeviation='0.18' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cellipse cx='50' cy='50' rx='38.5' ry='39' stroke='%237ef5ff' stroke-opacity='0.10' stroke-width='0.20' fill='none'/%3E%3Cellipse cx='50' cy='50' rx='26' ry='27' stroke='%23a087ff' stroke-opacity='0.08' stroke-width='0.16' fill='none'/%3E%3Cg filter='url(%23soft)' fill='none' stroke-linecap='round' stroke-width='0.28'%3E%3Cpath d='M50,50 Q50,25 50,6.5' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q66,26 80.5,22.5' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q74,50 88.5,59' stroke='url(%23v)'/%3E%3Cpath d='M50,50 Q68,75 65.5,87' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q32,75 34.5,87' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q26,50 11.5,59' stroke='url(%23v)'/%3E%3Cpath d='M50,50 Q34,26 19.5,22.5' stroke='url(%23c)'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='50' cy='50' r='0.62' fill='%237ef5ff' fill-opacity='0.85'/%3E%3Ccircle cx='50' cy='6.5' r='0.42' fill='%237ef5ff' fill-opacity='0.78'/%3E%3Ccircle cx='80.5' cy='22.5' r='0.42' fill='%237ef5ff' fill-opacity='0.76'/%3E%3Ccircle cx='88.5' cy='59' r='0.42' fill='%23a087ff' fill-opacity='0.76'/%3E%3Ccircle cx='65.5' cy='87' r='0.42' fill='%237ef5ff' fill-opacity='0.76'/%3E%3Ccircle cx='34.5' cy='87' r='0.42' fill='%237ef5ff' fill-opacity='0.76'/%3E%3Ccircle cx='11.5' cy='59' r='0.42' fill='%23a087ff' fill-opacity='0.76'/%3E%3Ccircle cx='19.5' cy='22.5' r='0.42' fill='%237ef5ff' fill-opacity='0.76'/%3E%3C/g%3E%3C/svg%3E") !important}html body .slide[data-index="1"] .constellation-grid::after{display:none !important;content:none !important;background:none !important;animation:none !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:6.5% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:80.5% !important;top:22.5% !important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:88.5% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:65.5% !important;top:87% !important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:34.5% !important;top:87% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:11.5% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:19.5% !important;top:22.5% !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{width:146px !important;min-width:146px !important;max-width:146px !important;height:62px !important;min-height:62px !important;max-height:62px !important;padding:11px 13px !important;border-radius:20px !important;background:linear-gradient(135deg,rgba(255,255,255,0.075),rgba(126,245,255,0.12) 34%,rgba(160,135,255,0.075) 72%,rgba(255,255,255,0.035)) !important;border:1px solid rgba(126,245,255,0.32) !important;box-shadow:0 12px 34px rgba(0,0,0,0.32),0 0 18px rgba(126,245,255,0.12),inset 0 0 0 1px rgba(255,255,255,0.055),inset 0 14px 22px rgba(255,255,255,0.035) !important;animation:none !important;overflow:hidden !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:"" !important;display:block !important;position:absolute !important;inset:-1px !important;border-radius:inherit !important;background:linear-gradient(135deg,rgba(126,245,255,0.52),rgba(160,135,255,0.16),rgba(126,245,255,0.05)) !important;opacity:0.36 !important;pointer-events:none !important;z-index:0 !important;mask:none !important;-webkit-mask:none !important;padding:0 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-60%) scale(1.028) !important;border-color:rgba(126,245,255,0.56) !important;box-shadow:0 16px 42px rgba(0,0,0,0.38),0 0 25px rgba(126,245,255,0.22),inset 0 0 0 1px rgba(255,255,255,0.075) !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:184px !important;min-width:184px !important;max-width:184px !important;height:184px !important;min-height:184px !important;background:radial-gradient(circle at 36% 22%,rgba(255,255,255,0.12),rgba(126,245,255,0.12) 34%,rgba(160,135,255,0.07) 66%,rgba(5,9,21,0.55)) !important;border-color:rgba(126,245,255,0.30) !important;box-shadow:0 0 38px rgba(126,245,255,0.22),0 0 74px rgba(160,135,255,0.10),inset 0 0 24px rgba(126,245,255,0.075),inset 0 0 0 1px rgba(255,255,255,0.055) !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{animation:ringPulse 4.2s ease-in-out infinite !important;filter:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after,html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after,html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{display:none !important;content:none !important;background:none !important;border:0 !important;box-shadow:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{overflow:hidden !important;border-radius:50% !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{overflow:hidden !important;border-radius:50% !important;display:grid !important;place-items:center !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:118px !important;height:118px !important;border-radius:50% !important;overflow:hidden !important;display:block !important;background:transparent !important;box-shadow:0 0 0 1px rgba(126,245,255,0.22),0 0 22px rgba(126,245,255,0.16) !important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;border-radius:50% !important;display:block !important;clip-path:circle(50% at 50% 50%) !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:9.5% !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::before{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:100% !important;width:2px !important;height:172px !important;transform:translateX(-50%) !important;border-radius:999px !important;background:linear-gradient(to bottom,rgba(126,245,255,0.76),rgba(126,245,255,0.42) 45%,rgba(160,135,255,0.22) 72%,rgba(126,245,255,0.02) ) !important;box-shadow:0 0 10px rgba(126,245,255,0.42),0 0 18px rgba(126,245,255,0.18) !important;pointer-events:none !important;z-index:-1 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:calc(100% + 8px) !important;width:7px !important;height:7px !important;transform:translateX(-50%) !important;border-radius:50% !important;background:rgba(126,245,255,0.95) !important;box-shadow:0 0 12px rgba(126,245,255,0.70) !important;pointer-events:none !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:not(.site-openclaw)::after{opacity:0.28 !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid{overflow:visible !important}html body .slide[data-index="1"] .constellation-grid .avatar-station,html body .slide[data-index="1"] .constellation-grid .avatar-ring,html body .slide[data-index="1"] .constellation-grid .avatar-core{aspect-ratio:1 / 1 !important;border-radius:9999px !important;overflow:hidden !important;clip-path:circle(50% at 50% 50%) !important;transform-style:flat !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;width:184px !important;height:184px !important;min-width:184px !important;max-width:184px !important;min-height:184px !important;max-height:184px !important;padding:13px !important;display:grid !important;place-items:center !important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,0.16),rgba(160,135,255,0.06) 62%,rgba(4,8,20,0.46)) !important;border:1px solid rgba(126,245,255,0.32) !important;box-shadow:0 0 34px rgba(126,245,255,0.22),0 0 68px rgba(160,135,255,0.10),inset 0 0 24px rgba(126,245,255,0.06) !important;z-index:40 !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:146px !important;height:146px !important;min-width:146px !important;max-width:146px !important;min-height:146px !important;max-height:146px !important;margin:0 !important;padding:6px !important;display:grid !important;place-items:center !important;background:conic-gradient(from 210deg,rgba(126,245,255,0.46),rgba(160,135,255,0.22),rgba(126,245,255,0.46)) !important;border:0 !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08),0 0 24px rgba(126,245,255,0.22) !important;animation:none !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:124px !important;height:124px !important;min-width:124px !important;max-width:124px !important;min-height:124px !important;max-height:124px !important;padding:0 !important;margin:0 !important;background:#071020 !important;border:0 !important;box-shadow:0 0 0 1px rgba(126,245,255,0.24),0 0 20px rgba(126,245,255,0.14) !important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{display:block !important;width:100% !important;height:100% !important;min-width:100% !important;min-height:100% !important;object-fit:cover !important;object-position:center center !important;transform:scale(1.02) !important;border-radius:9999px !important;clip-path:circle(50% at 50% 50%) !important;background:transparent !important}html body .slide[data-index="1"] .constellation-grid .avatar-station *,html body .slide[data-index="1"] .constellation-grid .avatar-station *::before,html body .slide[data-index="1"] .constellation-grid .avatar-station *::after,html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after{box-sizing:border-box !important}html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after,html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after,html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{content:none !important;display:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{z-index:25 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:9.5% !important;overflow:visible !important;z-index:30 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::before{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:calc(100% - 2px) !important;width:2px !important;height:150px !important;transform:translateX(-50%) !important;border-radius:999px !important;background:linear-gradient(to bottom,rgba(126,245,255,0.92),rgba(126,245,255,0.56) 42%,rgba(160,135,255,0.28) 72%,rgba(126,245,255,0.04) ) !important;box-shadow:0 0 10px rgba(126,245,255,0.50),0 0 20px rgba(126,245,255,0.18) !important;pointer-events:none !important;z-index:-1 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:calc(100% + 2px) !important;width:8px !important;height:8px !important;transform:translateX(-50%) !important;border-radius:50% !important;background:rgba(126,245,255,0.98) !important;box-shadow:0 0 12px rgba(126,245,255,0.80),0 0 22px rgba(126,245,255,0.26) !important;pointer-events:none !important;z-index:2 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:not(.site-openclaw)::before{content:"" !important;display:block !important;left:-100% !important;top:0 !important;width:60% !important;height:100% !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .openclaw-connector{display:block !important;position:absolute !important;left:50% !important;top:9.5% !important;width:2px !important;height:208px !important;transform:translate(-50%,31px) !important;border-radius:999px !important;background:linear-gradient(to bottom,rgba(126,245,255,0.82) 0%,rgba(126,245,255,0.48) 42%,rgba(160,135,255,0.26) 72%,rgba(126,245,255,0.02) 100%) !important;box-shadow:0 0 10px rgba(126,245,255,0.46),0 0 22px rgba(126,245,255,0.16) !important;pointer-events:none !important;z-index:18 !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector::before,html body .slide[data-index="1"] .constellation-grid .openclaw-connector::after{content:"" !important;display:block !important;position:absolute !important;left:50% !important;width:8px !important;height:8px !important;transform:translateX(-50%) !important;border-radius:50% !important;background:rgba(126,245,255,0.96) !important;box-shadow:0 0 12px rgba(126,245,255,0.74) !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector::before{top:0 !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector::after{bottom:0 !important;opacity:0.42 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::before,html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{overflow:hidden !important;z-index:30 !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .openclaw-connector{display:none !important;content:none !important;width:0 !important;height:0 !important;opacity:0 !important}html body .slide[data-index="1"] .constellation-grid::before{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;transform:none !important;opacity:0.88 !important;pointer-events:none !important;z-index:12 !important;filter:drop-shadow(0 0 7px rgba(126,245,255,0.22)) !important;background-repeat:no-repeat !important;background-position:center !important;background-size:100% 100% !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='line' x1='50%25' y1='50%25' x2='50%25' y2='8%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='0.18'/%3E%3Cstop offset='45%25' stop-color='%237ef5ff' stop-opacity='0.40'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='0.66'/%3E%3C/linearGradient%3E%3ClinearGradient id='line2' x1='50%25' y1='50%25' x2='90%25' y2='60%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='0.15'/%3E%3Cstop offset='55%25' stop-color='%237ef5ff' stop-opacity='0.34'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='0.58'/%3E%3C/linearGradient%3E%3Cfilter id='soft'%3E%3CfeGaussianBlur stdDeviation='0.16' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cellipse cx='50' cy='50' rx='38' ry='38' fill='none' stroke='%237ef5ff' stroke-opacity='0.10' stroke-width='0.18'/%3E%3Cellipse cx='50' cy='50' rx='27' ry='27' fill='none' stroke='%23a087ff' stroke-opacity='0.08' stroke-width='0.15'/%3E%3Cg filter='url(%23soft)' fill='none' stroke-linecap='round' stroke-width='0.34'%3E%3Cpath d='M50,50 Q50,28 50,9.5' stroke='url(%23line)'/%3E%3Cpath d='M50,50 Q66,28 80.5,22.5' stroke='url(%23line)'/%3E%3Cpath d='M50,50 Q75,50 88.5,59' stroke='url(%23line2)'/%3E%3Cpath d='M50,50 Q68,73 65.5,87' stroke='url(%23line)'/%3E%3Cpath d='M50,50 Q32,73 34.5,87' stroke='url(%23line)'/%3E%3Cpath d='M50,50 Q25,50 11.5,59' stroke='url(%23line2)'/%3E%3Cpath d='M50,50 Q34,28 19.5,22.5' stroke='url(%23line)'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='50' cy='50' r='0.55' fill='%237ef5ff' fill-opacity='0.70'/%3E%3Ccircle cx='50' cy='9.5' r='0.38' fill='%237ef5ff' fill-opacity='0.78'/%3E%3Ccircle cx='80.5' cy='22.5' r='0.38' fill='%237ef5ff' fill-opacity='0.74'/%3E%3Ccircle cx='88.5' cy='59' r='0.38' fill='%23a087ff' fill-opacity='0.76'/%3E%3Ccircle cx='65.5' cy='87' r='0.38' fill='%237ef5ff' fill-opacity='0.74'/%3E%3Ccircle cx='34.5' cy='87' r='0.38' fill='%237ef5ff' fill-opacity='0.74'/%3E%3Ccircle cx='11.5' cy='59' r='0.38' fill='%23a087ff' fill-opacity='0.76'/%3E%3Ccircle cx='19.5' cy='22.5' r='0.38' fill='%237ef5ff' fill-opacity='0.74'/%3E%3C/g%3E%3C/svg%3E") !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{z-index:25 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{z-index:40 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:9.5% !important;overflow:hidden !important;z-index:25 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::before,html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-station,html body .slide[data-index="1"] .constellation-grid .avatar-ring,html body .slide[data-index="1"] .constellation-grid .avatar-core,html body .slide[data-index="1"] .constellation-grid .avatar-core img{border-radius:9999px !important;clip-path:none !important;overflow:hidden !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:184px !important;height:184px !important;min-width:184px !important;max-width:184px !important;min-height:184px !important;max-height:184px !important;padding:14px !important;display:grid !important;place-items:center !important;background:radial-gradient(circle,rgba(126,245,255,0.15),rgba(160,135,255,0.06) 63%,rgba(5,9,22,0.55)) !important;border:1px solid rgba(126,245,255,0.28) !important;box-shadow:0 0 34px rgba(126,245,255,0.20),0 0 68px rgba(160,135,255,0.10),inset 0 0 22px rgba(126,245,255,0.055) !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:146px !important;height:146px !important;min-width:146px !important;max-width:146px !important;min-height:146px !important;max-height:146px !important;padding:6px !important;margin:0 !important;display:grid !important;place-items:center !important;background:rgba(7,16,34,0.72) !important;border:1px solid rgba(126,245,255,0.30) !important;box-shadow:0 0 20px rgba(126,245,255,0.15),inset 0 0 0 1px rgba(255,255,255,0.045) !important;animation:none !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:124px !important;height:124px !important;min-width:124px !important;max-width:124px !important;min-height:124px !important;max-height:124px !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;transform:scale(1.02) !important;background:transparent !important;border:0 !important;box-shadow:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after,html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after,html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{display:none !important;content:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .openclaw-connector{display:none!important;opacity:0!important}html body .slide[data-index="1"] .constellation-grid::before{content:""!important;display:block!important;position:absolute!important;inset:0!important;left:0!important;top:0!important;width:100%!important;height:100%!important;transform:none!important;pointer-events:none!important;z-index:12!important;opacity:.94!important;filter:drop-shadow(0 0 7px rgba(126,245,255,.22))!important;background-repeat:no-repeat!important;background-position:center!important;background-size:100% 100%!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='c' x1='50%25' y1='50%25' x2='50%25' y2='9.5%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='.18'/%3E%3Cstop offset='62%25' stop-color='%237ef5ff' stop-opacity='.42'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='.72'/%3E%3C/linearGradient%3E%3ClinearGradient id='v' x1='50%25' y1='50%25' x2='90%25' y2='60%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='.16'/%3E%3Cstop offset='60%25' stop-color='%237ef5ff' stop-opacity='.34'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='.58'/%3E%3C/linearGradient%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='.16' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cellipse cx='50' cy='50' rx='38.5' ry='38.2' fill='none' stroke='%237ef5ff' stroke-opacity='.10' stroke-width='.18'/%3E%3Cellipse cx='50' cy='50' rx='27' ry='27' fill='none' stroke='%23a087ff' stroke-opacity='.08' stroke-width='.15'/%3E%3Cg filter='url(%23g)' fill='none' stroke-linecap='round' stroke-width='.36'%3E%3Cpath d='M50,50 Q50,29 50,9.5' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q66,28 80.5,22.5' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q75,50 88.5,59' stroke='url(%23v)'/%3E%3Cpath d='M50,50 Q68,73 65.5,87' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q32,73 34.5,87' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q25,50 11.5,59' stroke='url(%23v)'/%3E%3Cpath d='M50,50 Q34,28 19.5,22.5' stroke='url(%23c)'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='50' cy='50' r='.55' fill='%237ef5ff' fill-opacity='.70'/%3E%3Ccircle cx='50' cy='9.5' r='.42' fill='%237ef5ff' fill-opacity='.82'/%3E%3Ccircle cx='80.5' cy='22.5' r='.40' fill='%237ef5ff' fill-opacity='.78'/%3E%3Ccircle cx='88.5' cy='59' r='.40' fill='%23a087ff' fill-opacity='.78'/%3E%3Ccircle cx='65.5' cy='87' r='.40' fill='%237ef5ff' fill-opacity='.76'/%3E%3Ccircle cx='34.5' cy='87' r='.40' fill='%237ef5ff' fill-opacity='.76'/%3E%3Ccircle cx='11.5' cy='59' r='.40' fill='%23a087ff' fill-opacity='.78'/%3E%3Ccircle cx='19.5' cy='22.5' r='.40' fill='%237ef5ff' fill-opacity='.78'/%3E%3C/g%3E%3C/svg%3E")!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:9.5%!important;overflow:hidden!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::before,html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{width:184px!important;height:184px!important;min-width:184px!important;max-width:184px!important;min-height:184px!important;max-height:184px!important;padding:14px!important;border-radius:9999px!important;overflow:hidden!important;display:grid!important;place-items:center!important;background:radial-gradient(circle,rgba(126,245,255,.15),rgba(160,135,255,.06) 63%,rgba(5,9,22,.55))!important;border:1px solid rgba(126,245,255,.28)!important;box-shadow:0 0 34px rgba(126,245,255,.20),0 0 68px rgba(160,135,255,.10),inset 0 0 22px rgba(126,245,255,.055)!important;z-index:40!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:146px!important;height:146px!important;min-width:146px!important;max-width:146px!important;min-height:146px!important;max-height:146px!important;padding:6px!important;margin:0!important;border-radius:9999px!important;overflow:hidden!important;display:grid!important;place-items:center!important;background:rgba(7,16,34,.72)!important;border:1px solid rgba(126,245,255,.30)!important;box-shadow:0 0 20px rgba(126,245,255,.15),inset 0 0 0 1px rgba(255,255,255,.045)!important;animation:none!important;filter:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:124px!important;height:124px!important;min-width:124px!important;max-width:124px!important;min-height:124px!important;max-height:124px!important;padding:0!important;margin:0!important;border-radius:9999px!important;overflow:hidden!important;background:transparent!important;border:0!important;box-shadow:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:scale(1.02)!important;border-radius:9999px!important;background:transparent!important;border:0!important;box-shadow:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after,html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after,html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{display:none!important;content:none!important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .openclaw-connector{display:none!important;opacity:0!important}html body .slide[data-index="1"] .constellation-grid::before{content:""!important;display:block!important;position:absolute!important;inset:0!important;left:0!important;top:0!important;width:100%!important;height:100%!important;transform:none!important;pointer-events:none!important;z-index:14!important;opacity:1!important;filter:drop-shadow(0 0 8px rgba(126,245,255,.30))!important;background-repeat:no-repeat!important;background-position:center!important;background-size:100% 100%!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='c' x1='50%25' y1='50%25' x2='50%25' y2='9.5%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='.30'/%3E%3Cstop offset='55%25' stop-color='%237ef5ff' stop-opacity='.62'/%3E%3Cstop offset='100%25' stop-color='%237ef5ff' stop-opacity='.92'/%3E%3C/linearGradient%3E%3ClinearGradient id='v' x1='50%25' y1='50%25' x2='90%25' y2='60%25'%3E%3Cstop offset='0%25' stop-color='%237ef5ff' stop-opacity='.24'/%3E%3Cstop offset='55%25' stop-color='%237ef5ff' stop-opacity='.54'/%3E%3Cstop offset='100%25' stop-color='%23a087ff' stop-opacity='.84'/%3E%3C/linearGradient%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='.18' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cellipse cx='50' cy='50' rx='38.5' ry='38.2' fill='none' stroke='%237ef5ff' stroke-opacity='.16' stroke-width='.22'/%3E%3Cellipse cx='50' cy='50' rx='27' ry='27' fill='none' stroke='%23a087ff' stroke-opacity='.11' stroke-width='.17'/%3E%3Cg filter='url(%23g)' fill='none' stroke-linecap='round' stroke-width='.52'%3E%3Cpath d='M50,50 Q50,29 50,9.5' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q66,28 80.5,22.5' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q75,50 88.5,59' stroke='url(%23v)'/%3E%3Cpath d='M50,50 Q68,73 65.5,87' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q32,73 34.5,87' stroke='url(%23c)'/%3E%3Cpath d='M50,50 Q25,50 11.5,59' stroke='url(%23v)'/%3E%3Cpath d='M50,50 Q34,28 19.5,22.5' stroke='url(%23c)'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='50' cy='50' r='.62' fill='%237ef5ff' fill-opacity='.86'/%3E%3Ccircle cx='50' cy='9.5' r='.50' fill='%237ef5ff' fill-opacity='.92'/%3E%3Ccircle cx='80.5' cy='22.5' r='.46' fill='%237ef5ff' fill-opacity='.86'/%3E%3Ccircle cx='88.5' cy='59' r='.46' fill='%23a087ff' fill-opacity='.86'/%3E%3Ccircle cx='65.5' cy='87' r='.46' fill='%237ef5ff' fill-opacity='.84'/%3E%3Ccircle cx='34.5' cy='87' r='.46' fill='%237ef5ff' fill-opacity='.84'/%3E%3Ccircle cx='11.5' cy='59' r='.46' fill='%23a087ff' fill-opacity='.86'/%3E%3Ccircle cx='19.5' cy='22.5' r='.46' fill='%237ef5ff' fill-opacity='.86'/%3E%3C/g%3E%3C/svg%3E")!important}html body .slide[data-index="1"] .constellation-grid .home-site-card{z-index:28!important}html body .slide[data-index="1"] .constellation-grid .avatar-station{z-index:42!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50%!important;top:9.5%!important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::before,html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{display:none!important;content:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-station,html body .slide[data-index="1"] .constellation-grid .avatar-ring,html body .slide[data-index="1"] .constellation-grid .avatar-core{border-radius:9999px!important;overflow:hidden!important;clip-path:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{background:rgba(7,16,34,.88)!important}html body .slide[data-index="1"] .constellation-grid .avatar-core{background:transparent!important;border:0!important;box-shadow:none!important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{content:url('/assets/avatar-nobg-circle.webp')!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:9999px!important;background:transparent!important;box-shadow:none!important;border:0!important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid::before,html body .slide[data-index="1"] .constellation-grid::after,html body .slide[data-index="1"] .constellation-grid .openclaw-connector,html body .slide[data-index="1"] .constellation-grid .home-site-card::before,html body .slide[data-index="1"] .constellation-grid .home-site-card::after{display:none !important;content:none !important;opacity:0 !important;background:none !important;box-shadow:none !important;border:0 !important;animation:none !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:50% !important;width:84% !important;height:68% !important;transform:translate(-50%,-50%) !important;border-radius:50% !important;background:radial-gradient(ellipse at center,transparent 53%,rgba(126,245,255,0.13) 53.5%,rgba(126,245,255,0.035) 55%,transparent 56.5%),radial-gradient(ellipse at center,transparent 36%,rgba(160,135,255,0.10) 36.5%,rgba(160,135,255,0.025) 38%,transparent 39.5%) !important;border:1px solid rgba(126,245,255,0.08) !important;box-shadow:0 0 30px rgba(126,245,255,0.07),inset 0 0 36px rgba(126,245,255,0.035) !important;pointer-events:none !important;z-index:1 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;border-radius:28px !important;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,0.025) 0 1px,transparent 1.5px) 0 0 / 42px 42px,radial-gradient(circle at 50% 48%,rgba(126,245,255,0.085),rgba(160,135,255,0.04) 38%,transparent 70%),linear-gradient(135deg,rgba(9,15,34,0.50),rgba(5,9,22,0.86)) !important;border:1px solid rgba(126,245,255,0.18) !important;pointer-events:none !important;z-index:0 !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{left:50% !important;top:9.5% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes{left:80.5% !important;top:22.5% !important}html body .slide[data-index="1"] .constellation-grid .site-ai{left:88.5% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent{left:65.5% !important;top:87% !important}html body .slide[data-index="1"] .constellation-grid .site-mail{left:34.5% !important;top:87% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui{left:11.5% !important;top:59% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui{left:19.5% !important;top:22.5% !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{z-index:25 !important;overflow:hidden !important;width:146px !important;min-width:146px !important;max-width:146px !important;height:62px !important;min-height:62px !important;max-height:62px !important;border-radius:20px !important;background:linear-gradient(135deg,rgba(255,255,255,0.075),rgba(126,245,255,0.12) 34%,rgba(160,135,255,0.075) 72%,rgba(255,255,255,0.035)) !important;border:1px solid rgba(126,245,255,0.32) !important;box-shadow:0 12px 34px rgba(0,0,0,0.32),0 0 18px rgba(126,245,255,0.12),inset 0 0 0 1px rgba(255,255,255,0.055),inset 0 14px 22px rgba(255,255,255,0.035) !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{z-index:40 !important;width:184px !important;height:184px !important;min-width:184px !important;max-width:184px !important;min-height:184px !important;max-height:184px !important;padding:14px !important;display:grid !important;place-items:center !important;border-radius:9999px !important;overflow:hidden !important;background:radial-gradient(circle,rgba(126,245,255,0.15),rgba(160,135,255,0.06) 63%,rgba(5,9,22,0.55)) !important;border:1px solid rgba(126,245,255,0.28) !important;box-shadow:0 0 34px rgba(126,245,255,0.20),0 0 68px rgba(160,135,255,0.10),inset 0 0 22px rgba(126,245,255,0.055) !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:146px !important;height:146px !important;padding:6px !important;margin:0 !important;display:grid !important;place-items:center !important;border-radius:9999px !important;overflow:hidden !important;background:rgba(7,16,34,0.88) !important;border:1px solid rgba(126,245,255,0.30) !important;box-shadow:0 0 20px rgba(126,245,255,0.15),inset 0 0 0 1px rgba(255,255,255,0.045) !important;animation:none !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:124px !important;height:124px !important;border-radius:9999px !important;overflow:hidden !important;background:url('/assets/avatar-nobg-circle.png') center center / cover no-repeat transparent !important;border:0 !important;box-shadow:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{display:none !important;visibility:hidden !important;opacity:0 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after,html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after,html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{display:none !important;content:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel,html body .slide[data-index="1"] .constellation-grid{position:relative !important;isolation:isolate !important;overflow:visible !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel>.circuit-overlay,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .circuit-overlay,html body .slide[data-index="1"] .constellation-grid>.circuit-overlay,html body .slide[data-index="1"] .constellation-grid .circuit-overlay{display:none !important;opacity:0 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before,html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;border-radius:28px !important;pointer-events:none !important;z-index:0 !important;background:radial-gradient(ellipse at center,rgba(126,245,255,0.10),rgba(160,135,255,0.045) 36%,transparent 68%),linear-gradient(135deg,rgba(255,255,255,0.86),rgba(247,251,255,0.74)) !important;border:1px solid rgba(126,245,255,0.22) !important;box-shadow:0 24px 54px rgba(20,30,55,0.16),inset 0 0 0 1px rgba(255,255,255,0.72) !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{inset:18px !important;border-radius:999px !important;background:radial-gradient(ellipse at center,transparent 34%,rgba(172,151,255,0.13) 35%,rgba(172,151,255,0.035) 38%,transparent 39%),radial-gradient(ellipse at center,transparent 53%,rgba(126,245,255,0.16) 54%,rgba(126,245,255,0.04) 57%,transparent 58%) !important;border:0 !important;box-shadow:none !important;z-index:1 !important}html body .slide[data-index="1"] .constellation-grid::before{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;border:0 !important;box-shadow:none !important;pointer-events:none !important;opacity:1 !important;z-index:8 !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='glow' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeGaussianBlur stdDeviation='0.55' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%237ef5ff' stop-opacity='.42'/%3E%3Cstop offset='.55' stop-color='%23b9a6ff' stop-opacity='.34'/%3E%3Cstop offset='1' stop-color='%237ef5ff' stop-opacity='.28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='url(%23g)' stroke-width='.34' stroke-linecap='round' filter='url(%23glow)'%3E%3Cpath d='M50 9.5 C50 20 50 36 50 50'/%3E%3Cpath d='M80.5 22.5 C69 29 59 39 50 50'/%3E%3Cpath d='M88.5 59 C75 57 61 54 50 50'/%3E%3Cpath d='M65.5 87 C61 73 56 60 50 50'/%3E%3Cpath d='M34.5 87 C39 73 44 60 50 50'/%3E%3Cpath d='M11.5 59 C25 57 39 54 50 50'/%3E%3Cpath d='M19.5 22.5 C31 29 41 39 50 50'/%3E%3C/g%3E%3Cg fill='%237ef5ff' fill-opacity='.50'%3E%3Ccircle cx='50' cy='50' r='.46'/%3E%3Ccircle cx='50' cy='9.5' r='.34'/%3E%3Ccircle cx='80.5' cy='22.5' r='.34'/%3E%3Ccircle cx='88.5' cy='59' r='.34'/%3E%3Ccircle cx='65.5' cy='87' r='.34'/%3E%3Ccircle cx='34.5' cy='87' r='.34'/%3E%3Ccircle cx='11.5' cy='59' r='.34'/%3E%3Ccircle cx='19.5' cy='22.5' r='.34'/%3E%3C/g%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:100% 100% !important}html body .slide[data-index="1"] .constellation-grid::after,html body .slide[data-index="1"] .constellation-grid .openclaw-connector,html body .slide[data-index="1"] .constellation-grid .home-site-card::before,html body .slide[data-index="1"] .constellation-grid .home-site-card::after{display:none !important;content:none !important;opacity:0 !important;background:none !important;box-shadow:none !important;border:0 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{z-index:24 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{z-index:36 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station,html body .slide[data-index="1"] .constellation-grid .avatar-ring,html body .slide[data-index="1"] .constellation-grid .avatar-core{border-radius:9999px !important;overflow:hidden !important;background-clip:padding-box !important;transform:translateZ(0) !important}html body .slide[data-index="1"] .constellation-grid .avatar-station::before,html body .slide[data-index="1"] .constellation-grid .avatar-station::after,html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after,html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:124px !important;height:124px !important;background:image-set(url('/assets/avatar-v12.webp') type('image/webp'), url('/assets/avatar-v12.png') type('image/png')) center center / cover no-repeat transparent !important;border:0 !important;box-shadow:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-core img{display:none !important;visibility:hidden !important;opacity:0 !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{overflow:hidden !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid{position:absolute !important;inset:21px !important;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;max-width:none !important;max-height:none !important;display:block !important;overflow:visible !important;z-index:3 !important;transform:none !important;padding:0 !important;margin:0 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid::before{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;opacity:1 !important;z-index:8 !important;pointer-events:none !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='glow' x='-40%25' y='-40%25' width='180%25' height='180%25'%3E%3CfeGaussianBlur stdDeviation='.75' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%237ef5ff' stop-opacity='.62'/%3E%3Cstop offset='.55' stop-color='%23b9a6ff' stop-opacity='.46'/%3E%3Cstop offset='1' stop-color='%237ef5ff' stop-opacity='.40'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='url(%23g)' stroke-width='.46' stroke-linecap='round' filter='url(%23glow)'%3E%3Cpath d='M50 9.5 C50 22 50 37 50 50'/%3E%3Cpath d='M80.5 22.5 C69 30 59 40 50 50'/%3E%3Cpath d='M88.5 59 C75 57 61 54 50 50'/%3E%3Cpath d='M65.5 87 C61 73 56 60 50 50'/%3E%3Cpath d='M34.5 87 C39 73 44 60 50 50'/%3E%3Cpath d='M11.5 59 C25 57 39 54 50 50'/%3E%3Cpath d='M19.5 22.5 C31 30 41 40 50 50'/%3E%3C/g%3E%3Cg fill='%237ef5ff' fill-opacity='.70'%3E%3Ccircle cx='50' cy='50' r='.52'/%3E%3Ccircle cx='50' cy='9.5' r='.36'/%3E%3Ccircle cx='80.5' cy='22.5' r='.36'/%3E%3Ccircle cx='88.5' cy='59' r='.36'/%3E%3Ccircle cx='65.5' cy='87' r='.36'/%3E%3Ccircle cx='34.5' cy='87' r='.36'/%3E%3Ccircle cx='11.5' cy='59' r='.36'/%3E%3Ccircle cx='19.5' cy='22.5' r='.36'/%3E%3C/g%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:100% 100% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-card{position:absolute !important;transform:translate(-50%,-50%) !important;z-index:24 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .avatar-station{position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;z-index:36 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-openclaw{left:50% !important;top:9.5% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-hermes{left:80.5% !important;top:22.5% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ai{left:88.5% !important;top:59% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-coagent{left:65.5% !important;top:87% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-mail{left:34.5% !important;top:87% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ccxui{left:11.5% !important;top:59% !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-rnxui{left:19.5% !important;top:22.5% !important}}html body #welcome.hide,html body .welcome.hide,html body .welcome.hide *,html body #welcome[aria-hidden="true"],html body #welcome[style*="display: none"]{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;transform:none !important;filter:none !important;box-shadow:none !important;background:none !important;animation:none !important}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel .home-site-node{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel,html body .slide[data-index="1"] .home-avatar-block.constellation-panel *{-webkit-mask-image:none !important;mask-image:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,html body .slide[data-index="1"] .constellation-panel::after{display:none !important;content:none !important;opacity:0 !important;visibility:hidden !important;width:0 !important;height:0 !important;inset:auto !important;left:auto !important;top:auto !important;transform:none !important;rotate:none !important;filter:none !important;background:none !important;box-shadow:none !important;border:0 !important;pointer-events:none !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{background:radial-gradient(circle at 50% 50%,rgba(126,245,255,0.16),rgba(160,135,255,0.075) 32%,transparent 66%),linear-gradient(135deg,rgba(5,9,22,0.94),rgba(10,16,36,0.88)) !important;border:1px solid rgba(126,245,255,0.28) !important;box-shadow:0 22px 60px rgba(0,0,0,0.30),inset 0 0 0 1px rgba(126,245,255,0.14),inset 0 0 54px rgba(126,245,255,0.035) !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before{content:"" !important;display:block !important;position:absolute !important;left:50% !important;top:50% !important;width:82% !important;height:68% !important;transform:translate(-50%,-50%) !important;border-radius:999px !important;background:radial-gradient(ellipse at center,transparent 35%,rgba(172,151,255,0.10) 35.5%,rgba(172,151,255,0.022) 38%,transparent 39%),radial-gradient(ellipse at center,transparent 53%,rgba(126,245,255,0.13) 54%,rgba(126,245,255,0.028) 57%,transparent 58%) !important;opacity:1 !important;z-index:1 !important;pointer-events:none !important;border:0 !important;box-shadow:none !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid::before{z-index:8 !important;opacity:1 !important;filter:drop-shadow(0 0 8px rgba(126,245,255,0.34)) !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector{display:block !important;position:absolute !important;left:50% !important;top:calc(9.5% + 33px) !important;width:2px !important;height:calc(50% - 9.5% - 118px) !important;min-height:70px !important;transform:translateX(-50%) !important;z-index:15 !important;pointer-events:none !important;opacity:1 !important;border-radius:999px !important;background:linear-gradient(to bottom,rgba(126,245,255,0.08),rgba(126,245,255,0.72),rgba(185,166,255,0.58),rgba(126,245,255,0.10)) !important;box-shadow:0 0 10px rgba(126,245,255,0.42),0 0 22px rgba(185,166,255,0.26) !important;border:0 !important;animation:none !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector::before,html body .slide[data-index="1"] .constellation-grid .openclaw-connector::after{content:"" !important;position:absolute !important;left:50% !important;transform:translateX(-50%) !important;width:6px !important;height:6px !important;border-radius:50% !important;background:rgba(126,245,255,0.88) !important;box-shadow:0 0 12px rgba(126,245,255,0.58) !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector::before{top:0 !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector::after{bottom:0 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card{z-index:24 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{z-index:36 !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{background:radial-gradient(circle at 50% 50%,rgba(126,245,255,0.16),rgba(160,135,255,0.075) 32%,transparent 66%),linear-gradient(135deg,rgba(5,9,22,0.96),rgba(10,16,36,0.91)) !important;background-color:rgb(7,12,28) !important;border-color:rgba(126,245,255,0.28) !important;color:#eef6ff !important}html[data-theme="light"] body .slide[data-index="1"] .home-avatar-block.constellation-panel,[data-theme="light"] body .slide[data-index="1"] .home-avatar-block.constellation-panel,[data-theme="light"] .slide[data-index="1"] .home-avatar-block.constellation-panel,[data-theme="light"] .slide[data-index="1"] .constellation-panel{background:radial-gradient(circle at 50% 50%,rgba(126,245,255,0.16),rgba(160,135,255,0.075) 32%,transparent 66%),linear-gradient(135deg,rgba(5,9,22,0.96),rgba(10,16,36,0.91)) !important;background-color:rgb(7,12,28) !important;border-color:rgba(126,245,255,0.28) !important;box-shadow:0 22px 60px rgba(0,0,0,0.30),inset 0 0 0 1px rgba(126,245,255,0.14),inset 0 0 54px rgba(126,245,255,0.035) !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,html[data-theme="light"] body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,[data-theme="light"] .slide[data-index="1"] .home-avatar-block.constellation-panel::after,[data-theme="light"] .slide[data-index="1"] .constellation-panel::after{display:none !important;content:none !important;opacity:0 !important;visibility:hidden !important;background:none !important;width:0 !important;height:0 !important;transform:none !important;filter:none !important;box-shadow:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.07)),rgba(8,15,35,.70) !important;border-color:rgba(126,245,255,.34) !important;color:#eef6ff !important;box-shadow:0 17px 34px rgba(0,0,0,.24),0 0 19px rgba(126,245,255,.11),inset 0 0 0 1px rgba(255,255,255,.04) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong,html body .slide[data-index="1"] .constellation-grid .home-site-card span,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card strong,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card span,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card strong,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card span{color:#eef6ff !important}html body .slide[data-index="1"] .constellation-grid .home-site-card span,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card span,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card span{color:rgba(221,234,255,.72) !important}html body .slide[data-index="1"] .constellation-grid .openclaw-connector{display:block !important;opacity:1 !important;visibility:visible !important;z-index:18 !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .home-site-card{overflow:visible !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:"" !important;display:block !important;position:absolute !important;width:9px !important;height:9px !important;border-radius:999px !important;background:#7ef5ff !important;border:1px solid rgba(255,255,255,.82) !important;box-shadow:0 0 0 3px rgba(126,245,255,.12),0 0 14px rgba(126,245,255,.72) !important;opacity:1 !important;visibility:visible !important;z-index:30 !important;pointer-events:none !important;transform:none !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{left:50% !important;bottom:-14px !important;margin-left:-4.5px !important}html body .slide[data-index="1"] .constellation-grid .site-hermes::after{left:18px !important;bottom:-8px !important}html body .slide[data-index="1"] .constellation-grid .site-ai::after{left:-9px !important;top:50% !important;margin-top:-4.5px !important}html body .slide[data-index="1"] .constellation-grid .site-coagent::after{left:22px !important;top:-9px !important}html body .slide[data-index="1"] .constellation-grid .site-mail::after{right:22px !important;top:-9px !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui::after{right:-9px !important;top:50% !important;margin-top:-4.5px !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui::after{right:18px !important;bottom:-8px !important}html:not([data-theme="light"]) body .slide[data-index="1"] .home-avatar-block.constellation-panel,html[data-theme="dark"] body .slide[data-index="1"] .home-avatar-block.constellation-panel{background:radial-gradient(circle at 50% 50%,rgba(126,245,255,0.16),rgba(160,135,255,0.075) 32%,transparent 66%),linear-gradient(135deg,rgba(5,9,22,0.96),rgba(10,16,36,0.91)) !important;background-color:rgb(7,12,28) !important;border-color:rgba(126,245,255,0.28) !important;color:#eef6ff !important}html[data-theme="light"] body .slide[data-index="1"] .home-avatar-block.constellation-panel,[data-theme="light"] body .slide[data-index="1"] .home-avatar-block.constellation-panel,[data-theme="light"] .slide[data-index="1"] .home-avatar-block.constellation-panel,[data-theme="light"] .slide[data-index="1"] .constellation-panel{background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.15),rgba(124,58,237,.075) 32%,transparent 66%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(236,245,255,.86)) !important;background-color:rgb(246,250,255) !important;border-color:rgba(47,89,196,.18) !important;color:#17243d !important;box-shadow:0 22px 60px rgba(35,73,145,.12),inset 0 0 0 1px rgba(255,255,255,.76),inset 0 0 54px rgba(47,89,196,.05) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid::before,[data-theme="light"] .slide[data-index="1"] .constellation-grid::before{opacity:.70 !important;filter:drop-shadow(0 0 10px rgba(37,99,235,.16)) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card{background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(255,255,255,.94)) !important;border-color:rgba(47,89,196,.24) !important;color:#17243d !important;box-shadow:0 16px 34px rgba(35,73,145,.11),0 0 18px rgba(47,89,196,.08),inset 0 0 0 1px rgba(255,255,255,.72) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card strong,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card strong{color:#17243d !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card span,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card span{color:rgba(31,44,72,.68) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card::after,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card::after{background:#2563eb !important;border-color:rgba(255,255,255,.95) !important;box-shadow:0 0 0 3px rgba(37,99,235,.10),0 0 13px rgba(37,99,235,.45) !important}html[data-theme="light"] body .slide[data-index="1"] .avatar-station,[data-theme="light"] .slide[data-index="1"] .avatar-station{background:rgba(255,255,255,.76) !important;border-color:rgba(47,89,196,.18) !important}html[data-theme="light"] body .slide[data-index="1"] .avatar-caption strong,html[data-theme="light"] body .slide[data-index="1"] .avatar-caption span,[data-theme="light"] .slide[data-index="1"] .avatar-caption strong,[data-theme="light"] .slide[data-index="1"] .avatar-caption span{color:#17243d !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,html[data-theme="light"] body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,[data-theme="light"] .slide[data-index="1"] .home-avatar-block.constellation-panel::after{display:none !important;content:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .home-site-card::before,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card::before,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card::before{display:none !important;content:none !important;opacity:0 !important;visibility:hidden !important;width:0 !important;height:0 !important;background:none !important;box-shadow:none !important;transform:none !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:"" !important;display:block !important;position:absolute !important;width:8px !important;height:8px !important;min-width:8px !important;min-height:8px !important;border-radius:999px !important;background:#7ef5ff !important;border:1px solid rgba(230,255,255,.90) !important;box-shadow:0 0 0 3px rgba(126,245,255,.10),0 0 12px rgba(126,245,255,.62) !important;opacity:.95 !important;visibility:visible !important;z-index:40 !important;pointer-events:none !important;margin:0 !important;inset:auto !important;transform:translate(-50%,-50%) !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{left:50% !important;top:100% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes::after{left:0% !important;top:100% !important}html body .slide[data-index="1"] .constellation-grid .site-ai::after{left:0% !important;top:50% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent::after{left:0% !important;top:0% !important}html body .slide[data-index="1"] .constellation-grid .site-mail::after{left:100% !important;top:0% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui::after{left:100% !important;top:50% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui::after{left:100% !important;top:100% !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card::after,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card::after{background:#2563eb !important;border-color:rgba(255,255,255,.96) !important;box-shadow:0 0 0 3px rgba(37,99,235,.10),0 0 12px rgba(37,99,235,.40) !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .home-site-card::before{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:"" !important;display:block !important;position:absolute !important;width:8px !important;height:8px !important;min-width:8px !important;min-height:8px !important;border-radius:999px !important;background:#7ef5ff !important;border:1px solid rgba(232,255,255,.92) !important;box-shadow:0 0 0 3px rgba(126,245,255,.10),0 0 12px rgba(126,245,255,.62) !important;opacity:.96 !important;visibility:visible !important;z-index:50 !important;pointer-events:none !important;margin:0 !important;inset:auto !important;transform:translate(-50%,-50%) !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw::after{left:50% !important;top:100% !important}html body .slide[data-index="1"] .constellation-grid .site-hermes::after{left:18% !important;top:100% !important}html body .slide[data-index="1"] .constellation-grid .site-rnxui::after{left:82% !important;top:100% !important}html body .slide[data-index="1"] .constellation-grid .site-ai::after{left:0% !important;top:50% !important}html body .slide[data-index="1"] .constellation-grid .site-ccxui::after{left:100% !important;top:50% !important}html body .slide[data-index="1"] .constellation-grid .site-coagent::after{left:18% !important;top:0% !important}html body .slide[data-index="1"] .constellation-grid .site-mail::after{left:82% !important;top:0% !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card::after,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card::after{background:#2563eb !important;border-color:rgba(255,255,255,.96) !important;box-shadow:0 0 0 3px rgba(37,99,235,.10),0 0 12px rgba(37,99,235,.42) !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid{--line-color:rgba(126,245,255,.64);--line-color-soft:rgba(160,135,255,.40)}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid,[data-theme="light"] .slide[data-index="1"] .constellation-grid{--line-color:rgba(37,99,235,.46);--line-color-soft:rgba(124,58,237,.28)}html body .slide[data-index="1"] .constellation-grid .openclaw-connector,html body .slide[data-index="1"] .constellation-grid .openclaw-connector::before,html body .slide[data-index="1"] .constellation-grid .openclaw-connector::after{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .constellation-line-layer{position:absolute !important;inset:0 !important;z-index:7 !important;pointer-events:none !important;overflow:visible !important}html body .slide[data-index="1"] .constellation-grid .computed-connector-line{position:absolute !important;left:var(--x1) !important;top:var(--y1) !important;width:var(--len) !important;height:2px !important;transform-origin:0 50% !important;transform:rotate(var(--angle)) !important;border-radius:999px !important;background:linear-gradient(90deg,rgba(126,245,255,.06),var(--line-color-soft) 42%,var(--line-color) 100%) !important;box-shadow:0 0 10px rgba(126,245,255,.26),0 0 20px rgba(160,135,255,.10) !important;opacity:.92 !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .computed-connector-line,[data-theme="light"] .slide[data-index="1"] .constellation-grid .computed-connector-line{background:linear-gradient(90deg,rgba(37,99,235,.04),var(--line-color-soft) 42%,var(--line-color) 100%) !important;box-shadow:0 0 8px rgba(37,99,235,.16) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::before{display:none !important;content:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after{content:"" !important;display:block !important;position:absolute !important;left:var(--dot-x,50%) !important;top:var(--dot-y,50%) !important;width:9px !important;height:9px !important;min-width:9px !important;min-height:9px !important;margin:0 !important;inset:auto !important;transform:translate(-50%,-50%) !important;border-radius:999px !important;background:#7ef5ff !important;border:1px solid rgba(232,255,255,.94) !important;box-shadow:0 0 0 3px rgba(126,245,255,.10),0 0 13px rgba(126,245,255,.70) !important;opacity:.98 !important;visibility:visible !important;z-index:60 !important;pointer-events:none !important;filter:none !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card::after,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card::after{background:#2563eb !important;border-color:rgba(255,255,255,.98) !important;box-shadow:0 0 0 3px rgba(37,99,235,.10),0 0 12px rgba(37,99,235,.42) !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid::before,html body .slide[data-index="1"] .constellation-grid::after,html body .slide[data-index="1"] .constellation-grid .openclaw-connector,html body .slide[data-index="1"] .constellation-grid .openclaw-connector::before,html body .slide[data-index="1"] .constellation-grid .openclaw-connector::after,html body .slide[data-index="1"] .constellation-grid .constellation-line-layer,html body .slide[data-index="1"] .constellation-grid .computed-connector-line,html body .slide[data-index="1"] .constellation-grid .home-site-card::before,html body .slide[data-index="1"] .constellation-grid .home-site-card::after{display:none !important;content:none !important;opacity:0 !important;visibility:hidden !important;background:none !important;box-shadow:none !important;filter:none !important}html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;overflow:visible !important;pointer-events:none !important;z-index:55 !important}html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer .conn-line{stroke:rgba(126,245,255,.58) !important;stroke-width:2 !important;stroke-linecap:round !important;filter:drop-shadow(0 0 5px rgba(126,245,255,.42)) !important}html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer .conn-dot{fill:#7ef5ff !important;stroke:rgba(236,255,255,.96) !important;stroke-width:1.25 !important;filter:drop-shadow(0 0 5px rgba(126,245,255,.76)) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .constellation-svg-layer .conn-line,[data-theme="light"] .slide[data-index="1"] .constellation-grid .constellation-svg-layer .conn-line{stroke:rgba(37,99,235,.45) !important;filter:drop-shadow(0 0 4px rgba(37,99,235,.22)) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .constellation-svg-layer .conn-dot,[data-theme="light"] .slide[data-index="1"] .constellation-grid .constellation-svg-layer .conn-dot{fill:#2563eb !important;stroke:rgba(255,255,255,.98) !important;filter:drop-shadow(0 0 4px rgba(37,99,235,.42)) !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer{z-index:5 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card,html body .slide[data-index="1"] .constellation-grid .home-site-node{position:relative !important;z-index:30 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:relative !important;z-index:40 !important;isolation:isolate !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring,html body .slide[data-index="1"] .constellation-grid .avatar-core{position:relative !important;z-index:42 !important}html body .slide[data-index="1"] .constellation-grid .avatar-core::before,html body .slide[data-index="1"] .constellation-grid .avatar-core::after{display:none !important;content:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .home-site-card,html body .slide[data-index="1"] .constellation-grid .home-site-node{position:relative !important;z-index:20 !important}html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer{z-index:32 !important}html body .slide[data-index="1"] .constellation-grid .avatar-station{position:relative !important;z-index:50 !important;isolation:isolate !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring,html body .slide[data-index="1"] .constellation-grid .avatar-core{position:relative !important;z-index:52 !important}}html[data-theme="light"] body .welcome,[data-theme="light"] body .welcome,[data-theme="light"] .welcome{background:radial-gradient(circle at 50% 38%,rgba(37,99,235,.14),transparent 30%),radial-gradient(circle at 72% 18%,rgba(124,58,237,.10),transparent 28%),linear-gradient(180deg,rgba(248,251,255,.96),rgba(235,242,255,.98)) !important}html[data-theme="light"] body .welcome-box,[data-theme="light"] body .welcome-box,[data-theme="light"] .welcome-box{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(246,249,255,.86)) !important;border-color:rgba(37,99,235,.20) !important;box-shadow:0 28px 76px rgba(59,91,170,.16),inset 0 0 0 1px rgba(255,255,255,.78) !important;color:#0f1b39 !important}html[data-theme="light"] body .welcome-box::after,[data-theme="light"] body .welcome-box::after,[data-theme="light"] .welcome-box::after{background:linear-gradient(180deg,transparent,rgba(37,99,235,.10),transparent) !important;opacity:.58 !important}html[data-theme="light"] body .welcome-box .title,html[data-theme="light"] body .welcome-box .subtitle,html[data-theme="light"] body .welcome-box .lead,[data-theme="light"] .welcome-box .title,[data-theme="light"] .welcome-box .subtitle,[data-theme="light"] .welcome-box .lead{color:#101b35 !important;text-shadow:none !important}html[data-theme="light"] body .welcome-box .eyebrow,[data-theme="light"] .welcome-box .eyebrow{background:rgba(37,99,235,.08) !important;border-color:rgba(37,99,235,.18) !important;color:#2556b8 !important}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .home-site-card strong{display:flex !important;align-items:center !important;gap:5px !important;overflow:visible !important;text-overflow:clip !important}html body .slide[data-index="1"] .constellation-grid .home-site-card em{display:inline-flex !important;visibility:visible !important;opacity:1 !important;flex:0 0 auto !important;margin-left:auto !important;max-width:none !important;white-space:nowrap !important;overflow:visible !important;text-overflow:clip !important;font-size:.39rem !important;line-height:1 !important;letter-spacing:.02em !important;text-transform:none !important;padding:3px 5px !important;border-radius:999px !important;font-style:normal !important;font-weight:800 !important;color:#7ef5ff !important;background:rgba(126,245,255,.10) !important;border:1px solid rgba(126,245,255,.26) !important}html body .slide[data-index="1"] .constellation-grid .site-mail em{color:#ffd37a !important;background:rgba(255,204,102,.10) !important;border-color:rgba(255,204,102,.24) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card em,[data-theme="light"] .slide[data-index="1"] .constellation-grid .home-site-card em{color:#1d4ed8 !important;background:rgba(37,99,235,.08) !important;border-color:rgba(37,99,235,.18) !important}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .site-mail em,[data-theme="light"] .slide[data-index="1"] .constellation-grid .site-mail em{color:#8a5a00 !important;background:rgba(255,204,102,.18) !important;border-color:rgba(138,90,0,.16) !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer{opacity:0;transition:opacity .28s ease}html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer[data-constellation-ready="true"]{opacity:1}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer,html body .slide[data-index="1"] .constellation-grid .openclaw-connector,html body .slide[data-index="1"] .constellation-grid .conn-line,html body .slide[data-index="1"] .constellation-grid .conn-dot{display:none !important;opacity:0 !important;visibility:hidden !important}html body .slide[data-index="1"] .constellation-grid{--orbit-cyan:rgba(56,189,248,.42);--orbit-violet:rgba(167,139,250,.34);--orbit-glow:rgba(34,211,238,.18);isolation:isolate}html body .slide[data-index="1"] .constellation-grid::before{content:"" !important;position:absolute !important;inset:7% 9% !important;pointer-events:none !important;z-index:1 !important;border-radius:999px !important;background:radial-gradient(closest-side,rgba(34,211,238,.16),transparent 68%),conic-gradient(from 215deg,transparent 0 18%,rgba(56,189,248,.24) 26%,transparent 38%,rgba(167,139,250,.22) 54%,transparent 70%,rgba(45,212,191,.18) 84%,transparent 100%);filter:blur(.2px);opacity:.72 !important;transform:rotate(-8deg);mask:radial-gradient(ellipse at center,transparent 0 38%,#000 43% 56%,transparent 62%)}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after{display:none !important}html body .slide[data-index="1"] .home-site-card{z-index:5 !important;transform-origin:center center !important;opacity:0;transform:translate3d(var(--orbit-x,0),var(--orbit-y,0),0) scale(.92) rotate(var(--orbit-rot,0deg));animation:orbitCardReveal .72s cubic-bezier(.19,1,.22,1) forwards;animation-delay:calc(.12s + var(--orbit-i,0) * .085s);box-shadow:0 18px 46px rgba(0,0,0,.32),0 0 0 1px rgba(148,163,184,.16) inset,0 0 28px rgba(34,211,238,.08) !important}html body .slide[data-index="1"] .home-site-card::before{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(56,189,248,.28),transparent 36%,rgba(167,139,250,.22));opacity:.36;mix-blend-mode:screen}html body .slide[data-index="1"] .home-site-card:hover{transform:translate3d(0,-5px,0) scale(1.025) !important;box-shadow:0 24px 60px rgba(0,0,0,.38),0 0 0 1px rgba(125,211,252,.30) inset,0 0 34px rgba(34,211,238,.18) !important}html body .slide[data-index="1"] .site-openclaw{--orbit-i:0;--orbit-x:0px;--orbit-y:34px;--orbit-rot:-2deg}html body .slide[data-index="1"] .site-hermes{--orbit-i:1;--orbit-x:-38px;--orbit-y:30px;--orbit-rot:2deg}html body .slide[data-index="1"] .site-ai{--orbit-i:2;--orbit-x:-46px;--orbit-y:0px;--orbit-rot:-1deg}html body .slide[data-index="1"] .site-coagent{--orbit-i:3;--orbit-x:-24px;--orbit-y:-34px;--orbit-rot:2deg}html body .slide[data-index="1"] .site-mail{--orbit-i:4;--orbit-x:24px;--orbit-y:-34px;--orbit-rot:-2deg}html body .slide[data-index="1"] .site-ccxui{--orbit-i:5;--orbit-x:46px;--orbit-y:0px;--orbit-rot:1deg}html body .slide[data-index="1"] .site-rnxui{--orbit-i:6;--orbit-x:38px;--orbit-y:30px;--orbit-rot:-1deg}html body .slide[data-index="1"] .avatar-station{z-index:8 !important;animation:avatarPulseIn .92s cubic-bezier(.19,1,.22,1) both}@keyframes orbitCardReveal{0%{opacity:0;filter:blur(8px) saturate(.8);transform:translate3d(var(--orbit-x,0),var(--orbit-y,0),0) scale(.90) rotate(var(--orbit-rot,0deg))}64%{opacity:1;filter:blur(0) saturate(1.08)}100%{opacity:1;filter:blur(0) saturate(1);transform:translate3d(0,0,0) scale(1) rotate(0deg)}}@keyframes avatarPulseIn{0%{opacity:0;transform:scale(.94);filter:blur(6px) saturate(.8)}100%{opacity:1;transform:scale(1);filter:blur(0) saturate(1)}}html[data-theme="light"] body .slide[data-index="1"] .constellation-grid::before,[data-theme="light"] .slide[data-index="1"] .constellation-grid::before{opacity:.58 !important;background:radial-gradient(closest-side,rgba(14,165,233,.18),transparent 68%),conic-gradient(from 215deg,transparent 0 18%,rgba(14,165,233,.20) 26%,transparent 38%,rgba(124,58,237,.16) 54%,transparent 70%,rgba(20,184,166,.14) 84%,transparent 100%)}html[data-theme="light"] body .slide[data-index="1"] .home-site-card,[data-theme="light"] .slide[data-index="1"] .home-site-card{box-shadow:0 18px 42px rgba(15,23,42,.10),0 0 0 1px rgba(14,165,233,.18) inset,0 0 26px rgba(14,165,233,.08) !important}}@media (min-width:901px) and (prefers-reduced-motion:reduce){html body .slide[data-index="1"] .home-site-card,html body .slide[data-index="1"] .avatar-station{animation:none !important;opacity:1 !important;transform:none !important;filter:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer,html body .slide[data-index="1"] .constellation-grid .openclaw-connector,html body .slide[data-index="1"] .constellation-grid .conn-line,html body .slide[data-index="1"] .constellation-grid .conn-dot{display:none !important;opacity:0 !important;visibility:hidden !important}html body.desktop-fx .slide[data-index="1"] .constellation-grid .home-site-card,html body .slide[data-index="1"] .constellation-grid .home-site-card{opacity:1 !important;animation-name:orbitCardRevealV28 !important;animation-duration:.72s !important;animation-timing-function:cubic-bezier(.19,1,.22,1) !important;animation-fill-mode:both !important;animation-delay:calc(.08s + var(--orbit-i,0) * .075s) !important;will-change:transform,opacity,filter;box-shadow:0 18px 46px rgba(0,0,0,.32),0 0 0 1px rgba(148,163,184,.16) inset,0 0 28px rgba(34,211,238,.08) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate(-50%,-58%) scale(1.025) !important}html body .slide[data-index="1"] .constellation-grid .site-openclaw{--orbit-i:0;--orbit-x:0px;--orbit-y:34px;--orbit-rot:-2deg}html body .slide[data-index="1"] .constellation-grid .site-hermes{--orbit-i:1;--orbit-x:-38px;--orbit-y:30px;--orbit-rot:2deg}html body .slide[data-index="1"] .constellation-grid .site-ai{--orbit-i:2;--orbit-x:-46px;--orbit-y:0px;--orbit-rot:-1deg}html body .slide[data-index="1"] .constellation-grid .site-coagent{--orbit-i:3;--orbit-x:-24px;--orbit-y:-34px;--orbit-rot:2deg}html body .slide[data-index="1"] .constellation-grid .site-mail{--orbit-i:4;--orbit-x:24px;--orbit-y:-34px;--orbit-rot:-2deg}html body .slide[data-index="1"] .constellation-grid .site-ccxui{--orbit-i:5;--orbit-x:46px;--orbit-y:0px;--orbit-rot:1deg}html body .slide[data-index="1"] .constellation-grid .site-rnxui{--orbit-i:6;--orbit-x:38px;--orbit-y:30px;--orbit-rot:-1deg}@keyframes orbitCardRevealV28{0%{opacity:0;filter:blur(8px) saturate(.82);transform:translate(calc(-50% + var(--orbit-x,0px)),calc(-50% + var(--orbit-y,0px))) scale(.90) rotate(var(--orbit-rot,0deg))}62%{opacity:1;filter:blur(0) saturate(1.08)}100%{opacity:1;filter:blur(0) saturate(1);transform:translate(-50%,-50%) scale(1) rotate(0deg)}}html body .slide[data-index="1"] .constellation-grid::before{content:"" !important;display:block !important;opacity:.70 !important}}@media (min-width:901px) and (prefers-reduced-motion:reduce){html body .slide[data-index="1"] .constellation-grid .home-site-card{animation:none !important;opacity:1 !important;filter:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid svg.constellation-svg-layer,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .constellation-svg-layer,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid svg[data-renderer],html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .conn-line,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .conn-dot{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel{position:relative !important;display:block !important;min-height:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before,html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,html body .slide[data-index="1"] .constellation-grid::before,html body .slide[data-index="1"] .constellation-grid::after,html body .slide[data-index="1"] .openclaw-connector,html body .slide[data-index="1"] .constellation-svg-layer,html body .slide[data-index="1"] .conn-line,html body .slide[data-index="1"] .conn-dot{display:none !important;content:none !important;opacity:0 !important;visibility:hidden !important}html body .slide[data-index="1"] .constellation-grid{position:relative !important;display:grid !important;grid-template-columns:minmax(190px,.72fr) minmax(0,1fr) !important;grid-template-rows:auto auto !important;grid-template-areas:"avatar open" "avatar sites" !important;gap:14px !important;align-items:stretch !important;justify-items:stretch !important;min-height:min(500px,calc(100dvh - 300px)) !important;padding:16px !important;border-radius:32px !important;border:1px solid rgba(126,245,255,.18) !important;background:radial-gradient(circle at 14% 12%,rgba(126,245,255,.16),transparent 34%),radial-gradient(circle at 92% 10%,rgba(160,135,255,.13),transparent 34%),linear-gradient(135deg,rgba(8,15,35,.76),rgba(8,12,28,.54)) !important;box-shadow:0 28px 72px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.04) !important;backdrop-filter:blur(18px) !important;overflow:hidden !important}html body .slide[data-index="1"] .constellation-grid::selection{background:rgba(126,245,255,.22)}html body .slide[data-index="1"] .avatar-station{grid-area:avatar !important;position:relative !important;left:auto !important;top:auto !important;width:auto !important;height:auto !important;min-width:0 !important;max-width:none !important;min-height:100% !important;max-height:none !important;display:grid !important;grid-template-rows:1fr auto !important;align-content:center !important;justify-items:center !important;gap:14px !important;padding:20px 14px !important;border-radius:26px !important;border:1px solid rgba(126,245,255,.20) !important;background:linear-gradient(180deg,rgba(126,245,255,.12),transparent 38%),rgba(255,255,255,.045) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 18px 42px rgba(0,0,0,.18) !important;transform:none !important;overflow:hidden !important;opacity:1 !important;animation:consoleAvatarInV30 .70s cubic-bezier(.19,1,.22,1) both !important}html body .slide[data-index="1"] .avatar-station::before{content:"PROFILE" !important;display:inline-flex !important;position:absolute !important;top:13px !important;left:13px !important;padding:5px 8px !important;border-radius:999px !important;border:1px solid rgba(126,245,255,.20) !important;color:rgba(126,245,255,.82) !important;background:rgba(126,245,255,.07) !important;font:700 .58rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace !important;letter-spacing:.12em !important}html body .slide[data-index="1"] .avatar-station::after{content:"online / curated" !important;display:block !important;position:absolute !important;right:13px !important;top:13px !important;color:rgba(180,255,220,.78) !important;font:700 .56rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace !important;letter-spacing:.08em !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{position:relative !important;width:184px !important;height:184px !important;margin:18px 0 0 !important;border-radius:36px !important;display:grid !important;place-items:center !important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.24),transparent 57%),linear-gradient(135deg,rgba(126,245,255,.14),rgba(160,135,255,.12)) !important;box-shadow:0 0 42px rgba(126,245,255,.14),inset 0 0 0 1px rgba(255,255,255,.06) !important;animation:none !important;transform:none !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring::before,html body .slide[data-index="1"] .constellation-grid .avatar-ring::after{border-radius:38px !important;opacity:.48 !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:144px !important;height:144px !important;border-radius:30px !important;overflow:hidden !important;transform:none !important}html body .slide[data-index="1"] .avatar-caption{max-width:210px !important;margin:0 !important;text-align:center !important}html body .slide[data-index="1"] .avatar-caption strong{font-size:1.04rem !important;letter-spacing:.04em !important}html body .slide[data-index="1"] .avatar-caption span{display:block !important;margin-top:5px !important;font-size:.67rem !important;line-height:1.35 !important;color:var(--text-soft) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card,html body .slide[data-index="1"] .constellation-grid .home-site-node{position:relative !important;left:auto !important;top:auto !important;width:auto !important;min-width:0 !important;max-width:none !important;height:auto !important;min-height:68px !important;max-height:none !important;display:grid !important;align-content:center !important;gap:5px !important;padding:13px 14px 12px 16px !important;border-radius:20px !important;border:1px solid rgba(126,245,255,.18) !important;background:linear-gradient(135deg,rgba(126,245,255,.10),rgba(160,135,255,.05)),rgba(255,255,255,.045) !important;color:var(--text) !important;text-decoration:none !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 12px 28px rgba(0,0,0,.14) !important;transform:translate3d(14px,12px,0) !important;opacity:0 !important;filter:blur(6px) !important;animation:consoleCardInV30 .62s cubic-bezier(.19,1,.22,1) both !important;animation-delay:calc(.12s + var(--console-i,0) * .055s) !important;z-index:3 !important;overflow:hidden !important}html body .slide[data-index="1"] .constellation-grid .home-site-card:hover{transform:translate3d(0,-3px,0) !important;border-color:rgba(126,245,255,.42) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 18px 38px rgba(0,0,0,.20),0 0 22px rgba(126,245,255,.10) !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::before,html body .slide[data-index="1"] .constellation-grid .home-site-node::before{content:"" !important;display:block !important;position:absolute !important;left:0 !important;top:14px !important;bottom:14px !important;width:3px !important;border-radius:999px !important;background:linear-gradient(180deg,rgba(126,245,255,.95),rgba(160,135,255,.72)) !important;opacity:.86 !important}html body .slide[data-index="1"] .constellation-grid .home-site-card::after,html body .slide[data-index="1"] .constellation-grid .home-site-node::after{content:"" !important;display:block !important;position:absolute !important;inset:0 !important;background:radial-gradient(circle at 88% 18%,rgba(126,245,255,.13),transparent 30%) !important;opacity:.9 !important;pointer-events:none !important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong{display:flex !important;align-items:center !important;gap:7px !important;min-width:0 !important;font-size:.86rem !important;line-height:1.12 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}html body .slide[data-index="1"] .constellation-grid .home-site-card span,html body .slide[data-index="1"] .constellation-grid .home-site-node span{display:block !important;margin-top:1px !important;font-size:.64rem !important;line-height:1.15 !important;color:var(--text-soft) !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}html body .slide[data-index="1"] .constellation-grid .home-site-card em{margin-left:auto !important;padding:3px 6px !important;border-radius:999px !important;border:1px solid rgba(255,204,102,.24) !important;background:rgba(255,204,102,.09) !important;color:#ffd37a !important;font-size:.49rem !important;line-height:1 !important;max-width:128px !important;overflow:hidden !important;text-overflow:ellipsis !important}html body .slide[data-index="1"] .site-openclaw{grid-area:open !important;--console-i:0;min-height:82px !important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(160,135,255,.08)),rgba(255,255,255,.06) !important}html body .slide[data-index="1"] .site-hermes{grid-area:auto !important;--console-i:1}html body .slide[data-index="1"] .site-ai{grid-area:auto !important;--console-i:2}html body .slide[data-index="1"] .site-coagent{grid-area:auto !important;--console-i:3}html body .slide[data-index="1"] .site-mail{grid-area:auto !important;--console-i:4}html body .slide[data-index="1"] .site-ccxui{grid-area:auto !important;--console-i:5}html body .slide[data-index="1"] .site-rnxui{grid-area:auto !important;--console-i:6}html body .slide[data-index="1"] .home-site-node{grid-area:auto !important;--console-i:7;opacity:.82 !important}html body .slide[data-index="1"] .site-hermes,html body .slide[data-index="1"] .site-ai,html body .slide[data-index="1"] .site-ccxui,html body .slide[data-index="1"] .site-rnxui,html body .slide[data-index="1"] .site-coagent,html body .slide[data-index="1"] .site-mail,html body .slide[data-index="1"] .home-site-node{grid-column:2 !important}html body .slide[data-index="1"] .site-hermes,html body .slide[data-index="1"] .site-ai,html body .slide[data-index="1"] .site-ccxui,html body .slide[data-index="1"] .site-rnxui,html body .slide[data-index="1"] .site-coagent,html body .slide[data-index="1"] .site-mail,html body .slide[data-index="1"] .home-site-node{min-height:62px !important}html body .slide[data-index="1"] .constellation-grid>.site-hermes,html body .slide[data-index="1"] .constellation-grid>.site-ai,html body .slide[data-index="1"] .constellation-grid>.site-ccxui,html body .slide[data-index="1"] .constellation-grid>.site-rnxui,html body .slide[data-index="1"] .constellation-grid>.site-coagent,html body .slide[data-index="1"] .constellation-grid>.site-mail,html body .slide[data-index="1"] .constellation-grid>.home-site-node{width:100% !important}@keyframes consoleAvatarInV30{from{opacity:0;transform:translate3d(-12px,10px,0) scale(.98);filter:blur(8px)}to{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}}@keyframes consoleCardInV30{from{opacity:0;transform:translate3d(18px,14px,0) scale(.985);filter:blur(7px)}to{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"] .constellation-grid{grid-template-columns:minmax(160px,.62fr) minmax(0,1fr) !important;gap:10px !important;padding:12px !important;border-radius:26px !important}html body .slide[data-index="1"] .constellation-grid .avatar-ring{width:150px !important;height:150px !important}html body .slide[data-index="1"] .constellation-grid .avatar-core{width:118px !important;height:118px !important;border-radius:24px !important}html body .slide[data-index="1"] .constellation-grid .home-site-card,html body .slide[data-index="1"] .constellation-grid .home-site-node{min-height:54px !important;padding:10px 11px 10px 13px !important;border-radius:16px !important}html body .slide[data-index="1"] .constellation-grid .home-site-card strong{font-size:.72rem !important}html body .slide[data-index="1"] .constellation-grid .home-site-card span,html body .slide[data-index="1"] .constellation-grid .home-site-node span{font-size:.55rem !important}}@media (min-width:901px) and (prefers-reduced-motion:reduce){html body .slide[data-index="1"] .avatar-station,html body .slide[data-index="1"] .constellation-grid .home-site-card,html body .slide[data-index="1"] .constellation-grid .home-site-node{animation:none !important;opacity:1 !important;filter:none !important;transform:none !important}}@media (max-width:900px){html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer,html body .slide[data-index="1"] .openclaw-connector,html body .slide[data-index="1"] .conn-line,html body .slide[data-index="1"] .conn-dot{display:none !important}}[data-theme="light"] body .slide[data-index="1"] .constellation-grid,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid{background:radial-gradient(circle at 14% 12%,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at 92% 10%,rgba(124,58,237,.09),transparent 34%),rgba(255,255,255,.82) !important;border-color:rgba(63,96,198,.16) !important;box-shadow:0 24px 58px rgba(47,89,196,.10),inset 0 0 0 1px rgba(255,255,255,.60) !important}[data-theme="light"] body .slide[data-index="1"] .avatar-station,html[data-theme="light"] body .slide[data-index="1"] .avatar-station,[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-card,[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-node,html[data-theme="light"] body .slide[data-index="1"] .constellation-grid .home-site-node{background:rgba(255,255,255,.72) !important;border-color:rgba(63,96,198,.15) !important;box-shadow:0 12px 26px rgba(47,89,196,.08),inset 0 0 0 1px rgba(255,255,255,.64) !important}@media (min-width:901px){html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid{display:grid !important;grid-template-columns:minmax(190px,.72fr) minmax(0,1fr) !important;grid-template-areas:"avatar open" "avatar sites" !important;gap:14px !important;align-items:stretch !important;justify-items:stretch !important}html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .avatar-station,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .avatar-station{grid-area:avatar !important;position:relative !important;left:auto !important;top:auto !important;transform:none !important}html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-card,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-card,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-node,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-node{position:relative !important;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;width:auto !important;min-width:0 !important;max-width:none !important;height:auto !important;min-height:62px !important;transform:translate3d(0,0,0) scale(1) rotate(0deg) !important;opacity:1 !important;filter:none !important;animation-name:consoleCardInV30 !important;animation-duration:.62s !important;animation-timing-function:cubic-bezier(.19,1,.22,1) !important;animation-fill-mode:both !important;animation-delay:calc(.12s + var(--console-i,0) * .055s) !important}html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-openclaw,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-openclaw{grid-area:open !important;grid-column:2 !important;--console-i:0}html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-hermes,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ai,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ccxui,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-rnxui,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-coagent,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-mail,html body.desktop-fx .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-node,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-hermes,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ai,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ccxui,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-rnxui,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-coagent,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-mail,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-node{grid-area:auto !important;grid-column:2 !important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-hermes{--console-i:1}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ai{--console-i:2}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-coagent{--console-i:3}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-mail{--console-i:4}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-ccxui{--console-i:5}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .site-rnxui{--console-i:6}html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .home-site-node{--console-i:7}}@media (min-width:901px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid>svg,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid svg.constellation-svg-layer,html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid [data-renderer],html body .slide[data-index="1"] .home-avatar-block.constellation-panel .constellation-grid .constellation-svg-layer{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}}.slide[data-index="1"] .slide-inner{--v33-panel:linear-gradient(145deg,rgba(10,18,38,.70),rgba(18,26,52,.42));--v33-panel-light:linear-gradient(145deg,rgba(255,255,255,.90),rgba(238,246,255,.70))}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(430px,.78fr)!important;grid-template-areas:"copy cockpit"!important;gap:28px!important;align-items:stretch!important;min-height:0!important;max-height:calc(100dvh - 168px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy{grid-area:copy!important;position:relative!important;overflow:hidden!important;padding:32px!important;border-radius:32px!important;border:1px solid rgba(126,245,255,.18)!important;background:radial-gradient(circle at 8% 0%,rgba(126,245,255,.18),transparent 34%),radial-gradient(circle at 88% 8%,rgba(160,135,255,.16),transparent 34%),var(--surface-soft)!important;box-shadow:0 26px 80px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .hero-copy::before{content:"";position:absolute;inset:18px;border-radius:25px;border:1px solid rgba(255,255,255,.06);pointer-events:none}html body .slide[data-index="1"] .hero-copy .lead{font-size:.98rem!important;line-height:1.82!important;color:var(--text-soft)!important;max-width:64ch!important}html body .slide[data-index="1"] .metrics{gap:12px!important;margin-top:24px!important}html body .slide[data-index="1"] .metric{min-height:86px!important;padding:16px!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;border-color:rgba(126,245,255,.14)!important}html body .slide[data-index="1"] .chips{gap:10px!important;margin-top:24px!important}html body .slide[data-index="1"] .chip{padding:7px 11px!important;border-radius:999px!important;background:rgba(126,245,255,.075)!important;border-color:rgba(126,245,255,.16)!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{grid-area:cockpit!important;position:relative!important;height:auto!important;min-height:0!important;max-height:100%!important;padding:22px!important;overflow:hidden!important;border-radius:32px!important;border:1px solid rgba(126,245,255,.18)!important;background:radial-gradient(circle at 50% -8%,rgba(126,245,255,.22),transparent 32%),radial-gradient(circle at 100% 35%,rgba(160,135,255,.18),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;box-shadow:0 26px 80px rgba(0,0,0,.23),inset 0 1px 0 rgba(255,255,255,.10)!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before,html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,html body .slide[data-index="1"] .constellation-grid>svg,html body .slide[data-index="1"] .constellation-grid .constellation-svg-layer,html body .slide[data-index="1"] .openclaw-connector{display:none!important;opacity:0!important;visibility:hidden!important}html body .slide[data-index="1"] .constellation-grid{position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin"!important;gap:13px!important;align-content:start!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;overflow:visible!important}html body .slide[data-index="1"] .constellation-grid::before{content:"SERVICE MATRIX · IP-GATED OPS";grid-area:label;justify-self:start;font-size:.66rem;font-weight:900;letter-spacing:.16em;color:rgba(126,245,255,.82);padding:7px 10px;border-radius:999px;border:1px solid rgba(126,245,255,.18);background:rgba(126,245,255,.07)}html body .slide[data-index="1"] .avatar-station{grid-area:avatar!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:150px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;justify-content:start!important;gap:18px!important;padding:16px!important;border-radius:26px!important;background:linear-gradient(135deg,rgba(126,245,255,.105),rgba(160,135,255,.075))!important;border:1px solid rgba(126,245,255,.16)!important;box-sizing:border-box!important;overflow:hidden!important}html body .slide[data-index="1"] .avatar-station::after{content:"ONLINE PROFILE";position:absolute;right:14px;top:12px;font-size:.58rem;font-weight:900;letter-spacing:.14em;color:rgba(126,245,255,.55)}html body .slide[data-index="1"] .avatar-station .avatar-ring{width:132px!important;height:132px!important;min-width:132px!important;margin:0!important}html body .slide[data-index="1"] .avatar-station .avatar-core{width:108px!important;height:108px!important;border-radius:24px!important}html body .slide[data-index="1"] .avatar-caption{text-align:left!important;margin:0!important;gap:4px!important}html body .slide[data-index="1"] .avatar-caption strong{font-size:1.24rem!important;letter-spacing:.02em!important}html body .slide[data-index="1"] .avatar-caption span{font-size:.76rem!important;line-height:1.45!important;max-width:18em!important}html body .slide[data-index="1"] .home-site-card{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:auto!important;height:auto!important;min-height:68px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:14px 15px!important;border-radius:20px!important;box-sizing:border-box!important;overflow:hidden!important;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025))!important;border:1px solid rgba(126,245,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;transition:transform .22s ease,border-color .22s ease,background .22s ease!important}html body .slide[data-index="1"] .home-site-card:hover{transform:translateY(-3px)!important;border-color:rgba(126,245,255,.34)!important;background:linear-gradient(145deg,rgba(126,245,255,.12),rgba(160,135,255,.055))!important}html body .slide[data-index="1"] .home-site-card strong{display:flex!important;align-items:center!important;gap:7px!important;font-size:.88rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .home-site-card strong::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px rgba(126,245,255,.75);flex:0 0 auto}html body .slide[data-index="1"] .home-site-card span{font-size:.68rem!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--text-soft)!important}html body .slide[data-index="1"] .home-site-card em{display:none!important}html body .slide[data-index="1"] .site-openclaw{grid-area:openclaw!important}.slide[data-index="1"] .site-hermes{grid-area:hermes!important}.slide[data-index="1"] .site-ai{grid-area:ai!important}.slide[data-index="1"] .site-coagent{grid-area:coagent!important}.slide[data-index="1"] .site-ccxui{grid-area:ccxui!important}.slide[data-index="1"] .site-rnxui{grid-area:rnxui!important}.slide[data-index="1"] .site-mail{grid-area:mail!important;min-height:62px!important}html body .slide[data-index="1"] .home-site-node{display:none!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1fr) minmax(392px,.78fr)!important;gap:18px!important;max-height:calc(100dvh - 152px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy{padding:24px!important}html body .slide[data-index="1"] .home-avatar-block.constellation-panel{padding:18px!important}html body .slide[data-index="1"] .avatar-station{min-height:124px!important;padding:13px!important}html body .slide[data-index="1"] .avatar-station .avatar-ring{width:108px!important;height:108px!important;min-width:108px!important}html body .slide[data-index="1"] .avatar-station .avatar-core{width:88px!important;height:88px!important;border-radius:20px!important}html body .slide[data-index="1"] .home-site-card{min-height:58px!important;padding:11px 12px!important;border-radius:17px!important}html body .slide[data-index="1"] .home-site-card strong{font-size:.80rem!important}.slide[data-index="1"] .home-site-card span{font-size:.62rem!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-avatar-block.constellation-panel::before,html body .slide[data-index="1"] .home-avatar-block.constellation-panel::after,html body .slide[data-index="1"] .constellation-grid>svg,html body .slide[data-index="1"] .openclaw-connector{display:none!important}html body .slide[data-index="1"] .constellation-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .slide[data-index="1"] .avatar-station{grid-column:1/-1!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important}html body .slide[data-index="1"] .home-site-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;min-height:58px!important;overflow:hidden!important}html body .slide[data-index="1"] .home-site-card em{display:none!important}}[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy,[data-theme="light"] .slide[data-index="1"] .home-avatar-block.constellation-panel{background:var(--v33-panel-light)!important;border-color:rgba(47,89,196,.16)!important;box-shadow:0 22px 60px rgba(80,111,180,.14),inset 0 1px 0 rgba(255,255,255,.85)!important}[data-theme="light"] .slide[data-index="1"] .avatar-station,[data-theme="light"] .slide[data-index="1"] .home-site-card{background:rgba(255,255,255,.70)!important;border-color:rgba(47,89,196,.14)!important}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1.06fr) minmax(430px,.78fr)!important;grid-template-areas:"copy cockpit"!important;gap:28px!important;align-items:stretch!important;max-height:calc(100dvh - 168px)!important;min-height:0!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{grid-area:copy!important;padding:30px!important;border-radius:32px!important;overflow:hidden!important;background:radial-gradient(circle at 8% 0%,rgba(126,245,255,.18),transparent 34%),radial-gradient(circle at 88% 8%,rgba(160,135,255,.16),transparent 34%),var(--surface-soft)!important;border:1px solid rgba(126,245,255,.18)!important;box-shadow:0 26px 80px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .home-cockpit-v35{grid-area:cockpit!important;position:relative!important;display:block!important;height:auto!important;min-height:0!important;max-height:100%!important;padding:22px!important;overflow:hidden!important;border-radius:32px!important;background:radial-gradient(circle at 50% -8%,rgba(126,245,255,.22),transparent 32%),radial-gradient(circle at 100% 35%,rgba(160,135,255,.18),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;border:1px solid rgba(126,245,255,.18)!important;box-shadow:0 26px 80px rgba(0,0,0,.23),inset 0 1px 0 rgba(255,255,255,.10)!important;box-sizing:border-box!important}html body .slide[data-index="1"] .home-cockpit-v35::before,html body .slide[data-index="1"] .home-cockpit-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-matrix-v35{position:relative!important;display:grid!important;width:100%!important;height:auto!important;min-height:0!important;max-height:100%!important;overflow:visible!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin"!important;gap:12px!important;align-content:start!important;justify-content:stretch!important}html body .slide[data-index="1"] .service-matrix-v35::before{content:"SERVICE MATRIX · IP-GATED OPS"!important;grid-area:label!important;justify-self:start!important;font-size:.66rem!important;font-weight:900!important;letter-spacing:.16em!important;color:rgba(126,245,255,.82)!important;padding:7px 10px!important;border-radius:999px!important;border:1px solid rgba(126,245,255,.18)!important;background:rgba(126,245,255,.07)!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;position:relative!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:18px!important;width:100%!important;height:auto!important;min-height:126px!important;padding:14px!important;border-radius:26px!important;box-sizing:border-box!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(126,245,255,.105),rgba(160,135,255,.075))!important;border:1px solid rgba(126,245,255,.16)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:104px!important;height:104px!important;min-width:104px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:84px!important;height:84px!important;border-radius:20px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:left!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.14rem!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.72rem!important;line-height:1.35!important}html body .slide[data-index="1"] .service-card-v35{position:relative!important;display:grid!important;align-content:center!important;gap:4px!important;width:auto!important;height:auto!important;min-height:50px!important;padding:9px 11px!important;border-radius:17px!important;overflow:hidden!important;box-sizing:border-box!important;text-decoration:none!important;color:var(--text)!important;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025))!important;border:1px solid rgba(126,245,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.78rem!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.60rem!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--text-soft)!important;display:block!important}html body .slide[data-index="1"] .service-card-v35 em{display:none!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw{grid-area:openclaw!important}.slide[data-index="1"] .service-card-v35.site-hermes{grid-area:hermes!important}.slide[data-index="1"] .service-card-v35.site-ai{grid-area:ai!important}.slide[data-index="1"] .service-card-v35.site-coagent{grid-area:coagent!important}.slide[data-index="1"] .service-card-v35.site-ccxui{grid-area:ccxui!important}.slide[data-index="1"] .service-card-v35.site-rnxui{grid-area:rnxui!important}.slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;min-height:48px!important}html body .slide[data-index="1"] .home-site-node{display:none!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1fr) minmax(390px,.76fr)!important;gap:18px!important;max-height:calc(100dvh - 152px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:24px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:18px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:104px!important;padding:12px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:84px!important;height:84px!important;min-width:84px!important}.slide[data-index="1"] .profile-station-v35 .avatar-core{width:68px!important;height:68px!important;border-radius:16px!important}html body .slide[data-index="1"] .service-card-v35{min-height:44px!important;padding:8px 10px!important;border-radius:15px!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35{padding:14px!important;border-radius:24px!important;border:1px solid var(--line)!important;background:var(--surface-soft)!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .slide[data-index="1"] .profile-station-v35{grid-column:1/-1!important;display:grid!important;justify-items:center!important;text-align:center!important;padding:14px!important;border-radius:22px!important;background:rgba(255,255,255,.06)!important}html body .slide[data-index="1"] .service-card-v35{min-height:58px!important;padding:8px 9px!important;border-radius:15px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35 em{display:none!important}}[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35,[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(238,246,255,.72))!important;border-color:rgba(47,89,196,.16)!important;box-shadow:0 22px 60px rgba(80,111,180,.14),inset 0 1px 0 rgba(255,255,255,.85)!important}[data-theme="light"] .slide[data-index="1"] .profile-station-v35,[data-theme="light"] .slide[data-index="1"] .service-card-v35{background:rgba(255,255,255,.72)!important;border-color:rgba(47,89,196,.14)!important}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;margin:0!important;justify-self:stretch!important;align-self:stretch!important}html body .slide[data-index="1"] .service-matrix-v35>.site-openclaw{grid-area:openclaw!important}html body .slide[data-index="1"] .service-matrix-v35>.site-hermes{grid-area:hermes!important}html body .slide[data-index="1"] .service-matrix-v35>.site-ai{grid-area:ai!important}html body .slide[data-index="1"] .service-matrix-v35>.site-coagent{grid-area:coagent!important}html body .slide[data-index="1"] .service-matrix-v35>.site-ccxui{grid-area:ccxui!important}html body .slide[data-index="1"] .service-matrix-v35>.site-rnxui{grid-area:rnxui!important}html body .slide[data-index="1"] .service-matrix-v35>.site-mail{grid-area:mail!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1.02fr) minmax(450px,.82fr)!important;gap:30px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{position:relative!important;padding:32px!important;border-radius:34px!important;background:linear-gradient(145deg,rgba(9,16,35,.82),rgba(14,24,52,.54)) padding-box,linear-gradient(135deg,rgba(126,245,255,.36),rgba(160,135,255,.20),rgba(255,214,102,.16)) border-box!important;border:1px solid transparent!important;box-shadow:0 30px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.10)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy::before{content:""!important;position:absolute!important;inset:16px!important;border-radius:28px!important;pointer-events:none!important;opacity:.38!important;background:linear-gradient(90deg,rgba(126,245,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(160,135,255,.06) 1px,transparent 1px)!important;background-size:34px 34px!important;mask-image:radial-gradient(circle at 22% 20%,#000,transparent 68%)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy>*{position:relative!important;z-index:1!important}html body .slide[data-index="1"] .metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:22px!important}html body .slide[data-index="1"] .metric{min-height:82px!important;border-radius:20px!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.026))!important;border:1px solid rgba(126,245,255,.14)!important}html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:22px!important}html body .slide[data-index="1"] .chip{display:flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:8px 10px!important;border-radius:14px!important;font-size:.75rem!important;font-weight:800!important;letter-spacing:.02em!important;color:rgba(224,248,255,.96)!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.10))!important;border:1px solid rgba(126,245,255,.25)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .hero-copy>.action-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy>.action-row .mini-btn{width:100%!important;min-width:0!important;height:48px!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;padding:0 16px!important;border-radius:16px!important;font-weight:850!important;line-height:1!important}html body .slide[data-index="1"] .home-cockpit-v35{border-radius:34px!important;padding:22px!important;background:radial-gradient(circle at 28% 10%,rgba(126,245,255,.25),transparent 34%),radial-gradient(circle at 88% 30%,rgba(255,214,102,.16),transparent 24%),linear-gradient(160deg,rgba(12,22,48,.76),rgba(15,20,43,.50))!important;border:1px solid rgba(126,245,255,.20)!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin"!important;gap:12px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:154px!important;padding:16px!important;gap:20px!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(126,245,255,.14),rgba(255,214,102,.08),rgba(160,135,255,.10))!important;border:1px solid rgba(126,245,255,.22)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:128px!important;height:128px!important;min-width:128px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:108px!important;height:108px!important;border-radius:24px!important;box-shadow:0 12px 36px rgba(0,0,0,.26)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}html body .slide[data-index="1"] .service-card-v35{min-height:48px!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035))!important;border-color:rgba(126,245,255,.16)!important}}[data-theme="light"] html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(232,243,255,.90)) padding-box,linear-gradient(135deg,rgba(24,119,242,.45),rgba(116,86,255,.28),rgba(255,180,46,.30)) border-box!important;border:1px solid transparent!important;box-shadow:0 24px 70px rgba(55,92,150,.18),inset 0 1px 0 rgba(255,255,255,.95)!important}[data-theme="light"] html body .slide[data-index="1"] .chip,html[data-theme="light"] body .slide[data-index="1"] .chip,body[data-theme="light"] .slide[data-index="1"] .chip{color:#12335a!important;background:linear-gradient(135deg,#d9efff,#eef2ff)!important;border:1px solid rgba(37,99,235,.34)!important;box-shadow:0 8px 18px rgba(36,99,235,.10),inset 0 1px 0 rgba(255,255,255,.95)!important}[data-theme="light"] html body .slide[data-index="1"] .metric,html[data-theme="light"] body .slide[data-index="1"] .metric,body[data-theme="light"] .slide[data-index="1"] .metric{background:linear-gradient(145deg,#ffffff,#eef7ff)!important;border-color:rgba(37,99,235,.18)!important}[data-theme="light"] html body .slide[data-index="1"] .home-cockpit-v35,html[data-theme="light"] body .slide[data-index="1"] .home-cockpit-v35,body[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35{background:radial-gradient(circle at 25% 8%,rgba(24,119,242,.16),transparent 34%),radial-gradient(circle at 92% 30%,rgba(255,194,61,.20),transparent 24%),linear-gradient(160deg,rgba(255,255,255,.96),rgba(234,243,255,.84))!important;border-color:rgba(37,99,235,.18)!important}@media (max-width:900px){html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .hero-copy>.action-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy>.action-row .mini-btn{width:100%!important;height:46px!important;justify-content:center!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1.04fr) minmax(455px,.82fr)!important;gap:32px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:34px!important;border-radius:36px!important;position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 8% 2%,rgba(126,245,255,.22),transparent 30%),radial-gradient(circle at 84% 0%,rgba(160,135,255,.18),transparent 32%),linear-gradient(145deg,rgba(10,18,40,.86),rgba(14,24,54,.58))!important;border:1px solid rgba(126,245,255,.20)!important;box-shadow:0 34px 96px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.10)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy::before{content:""!important;position:absolute!important;inset:18px!important;border-radius:30px!important;pointer-events:none!important;opacity:.44!important;background:linear-gradient(90deg,rgba(126,245,255,.105) 1px,transparent 1px),linear-gradient(0deg,rgba(160,135,255,.08) 1px,transparent 1px),radial-gradient(circle at 18% 18%,rgba(255,214,102,.12),transparent 28%)!important;background-size:32px 32px,32px 32px,100% 100%!important;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.86),transparent 96%)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy::after{content:"PROFILE SYSTEM"!important;position:absolute!important;right:28px!important;top:24px!important;font-size:.62rem!important;font-weight:900!important;letter-spacing:.18em!important;color:rgba(126,245,255,.60)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy>*{position:relative!important;z-index:1!important}html body .slide[data-index="1"] .metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:22px!important}html body .slide[data-index="1"] .metric{min-height:84px!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.030))!important;border:1px solid rgba(126,245,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:22px!important}html body .slide[data-index="1"] .chip{display:flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:8px 10px!important;border-radius:15px!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.02em!important;color:#eaffff!important;background-color:rgba(20,70,106,.58)!important;background-image:linear-gradient(135deg,rgba(126,245,255,.22),rgba(160,135,255,.14))!important;border:1px solid rgba(126,245,255,.30)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,0,0,.12)!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .hero-copy>.action-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy>.action-row .mini-btn{width:100%!important;min-width:0!important;height:50px!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;padding:0 16px!important;border-radius:17px!important;font-weight:900!important;line-height:1!important;letter-spacing:.02em!important}html body .slide[data-index="1"] .home-cockpit-v35{border-radius:36px!important;padding:24px!important;overflow:hidden!important;background:radial-gradient(circle at 30% 4%,rgba(126,245,255,.26),transparent 32%),radial-gradient(circle at 90% 28%,rgba(255,214,102,.18),transparent 25%),linear-gradient(160deg,rgba(10,21,48,.82),rgba(16,22,48,.54))!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:0 34px 96px rgba(0,0,0,.29),inset 0 1px 0 rgba(255,255,255,.11)!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin"!important;gap:12px!important}html body .slide[data-index="1"] .service-matrix-v35::before{display:none!important;content:none!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;min-height:184px!important;padding:16px!important;border-radius:30px!important;display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:20px!important;align-items:center!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(255,214,102,.10),rgba(160,135,255,.13)),rgba(255,255,255,.045)!important;border:1px solid rgba(126,245,255,.24)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:150px!important;height:150px!important;min-width:150px!important;margin:0!important;border-radius:30px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:132px!important;height:132px!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 18px 46px rgba(0,0,0,.28)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:left!important;display:grid!important;gap:8px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.34rem!important;letter-spacing:.03em!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.78rem!important;line-height:1.45!important;color:var(--text-soft)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after{content:"Digital identity · portfolio gateway"!important;font-size:.66rem!important;font-weight:900!important;letter-spacing:.12em!important;color:rgba(126,245,255,.74)!important}html body .slide[data-index="1"] .service-card-v35{min-height:46px!important;border-radius:18px!important;padding:9px 12px!important;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035))!important;border-color:rgba(126,245,255,.17)!important}}[data-theme="light"] html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{background:radial-gradient(circle at 8% 2%,rgba(37,99,235,.18),transparent 30%),radial-gradient(circle at 84% 0%,rgba(124,58,237,.13),transparent 32%),linear-gradient(145deg,#ffffff,#eaf4ff)!important;border-color:rgba(37,99,235,.24)!important;box-shadow:0 26px 76px rgba(55,92,150,.20),inset 0 1px 0 rgba(255,255,255,.96)!important}[data-theme="light"] html body .slide[data-index="1"] .chip,html[data-theme="light"] body .slide[data-index="1"] .chip,body[data-theme="light"] .slide[data-index="1"] .chip{color:#0f2d52!important;background-color:#d8ecff!important;background-image:linear-gradient(135deg,#d8ecff,#edf1ff)!important;border:1px solid rgba(37,99,235,.42)!important;box-shadow:0 9px 20px rgba(37,99,235,.13),inset 0 1px 0 rgba(255,255,255,.98)!important}[data-theme="light"] html body .slide[data-index="1"] .metric,html[data-theme="light"] body .slide[data-index="1"] .metric,body[data-theme="light"] .slide[data-index="1"] .metric{background:linear-gradient(145deg,#ffffff,#e7f2ff)!important;border-color:rgba(37,99,235,.22)!important}[data-theme="light"] html body .slide[data-index="1"] .home-cockpit-v35,html[data-theme="light"] body .slide[data-index="1"] .home-cockpit-v35,body[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35{background:radial-gradient(circle at 30% 4%,rgba(37,99,235,.18),transparent 32%),radial-gradient(circle at 90% 28%,rgba(255,194,61,.24),transparent 25%),linear-gradient(160deg,#ffffff,#eaf4ff)!important;border-color:rgba(37,99,235,.22)!important}[data-theme="light"] html body .slide[data-index="1"] .profile-station-v35,html[data-theme="light"] body .slide[data-index="1"] .profile-station-v35,body[data-theme="light"] .slide[data-index="1"] .profile-station-v35{background:linear-gradient(135deg,#e2f2ff,#fff4cf,#f0ecff)!important;border-color:rgba(37,99,235,.26)!important}@media (max-width:900px){html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .hero-copy>.action-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy>.action-row .mini-btn{width:100%!important;height:48px!important;justify-content:center!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{padding:24px!important;border-radius:38px!important;overflow:hidden!important;background:radial-gradient(circle at 16% 6%,rgba(126,245,255,.30),transparent 30%),radial-gradient(circle at 90% 18%,rgba(255,216,84,.24),transparent 24%),radial-gradient(circle at 50% 100%,rgba(160,135,255,.18),transparent 34%),linear-gradient(160deg,rgba(10,21,48,.82),rgba(17,23,52,.56))!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:0 34px 96px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.12)!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin"!important;gap:12px!important;align-content:start!important}html body .slide[data-index="1"] .profile-station-v35{position:relative!important;grid-area:avatar!important;min-height:202px!important;padding:18px!important;border-radius:32px!important;overflow:hidden!important;display:grid!important;grid-template-columns:174px minmax(0,1fr)!important;gap:22px!important;align-items:center!important;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.045)) padding-box,linear-gradient(135deg,rgba(126,245,255,.34),rgba(255,214,102,.34),rgba(160,135,255,.30)) border-box!important;border:1px solid transparent!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 54px rgba(0,0,0,.18)!important}html body .slide[data-index="1"] .profile-station-v35::before{content:"✦"!important;position:absolute!important;right:24px!important;top:18px!important;font-size:1.6rem!important;color:rgba(255,214,102,.92)!important;text-shadow:0 0 22px rgba(255,214,102,.42)!important}html body .slide[data-index="1"] .profile-station-v35::after{content:""!important;position:absolute!important;right:-42px!important;bottom:-58px!important;width:180px!important;height:180px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(126,245,255,.22),transparent 64%)!important;pointer-events:none!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{position:relative!important;width:174px!important;height:174px!important;min-width:174px!important;margin:0!important;padding:0!important;border-radius:32px!important;display:grid!important;place-items:center!important;transform:rotate(-2.2deg)!important;background:linear-gradient(145deg,#f7fbff,#dbeeff)!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 22px 52px rgba(0,0,0,.28),0 0 0 8px rgba(255,255,255,.055)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring::before{content:""!important;position:absolute!important;inset:-7px!important;border-radius:38px!important;z-index:-1!important;background:linear-gradient(135deg,rgba(126,245,255,.62),rgba(255,220,92,.52),rgba(160,135,255,.46))!important;filter:blur(.2px)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring::after{content:"優伶拾酒"!important;position:absolute!important;left:12px!important;bottom:10px!important;z-index:3!important;padding:4px 8px!important;border-radius:999px!important;font-size:.60rem!important;font-weight:900!important;letter-spacing:.06em!important;color:#1f3a5a!important;background:rgba(255,255,255,.82)!important;box-shadow:0 8px 18px rgba(31,58,90,.12)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:154px!important;height:154px!important;border-radius:26px!important;overflow:hidden!important;background:#dbeeff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;transform:scale(1.01)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:left!important;display:grid!important;gap:10px!important;align-content:center!important;position:relative!important;z-index:2!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.46rem!important;line-height:1.05!important;letter-spacing:.03em!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.80rem!important;line-height:1.45!important;color:var(--text-soft)!important;max-width:260px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after{content:"Portfolio · Research · Embedded AI"!important;justify-self:start!important;padding:7px 10px!important;border-radius:999px!important;font-size:.62rem!important;font-weight:900!important;letter-spacing:.10em!important;color:rgba(235,252,255,.96)!important;background:linear-gradient(135deg,rgba(126,245,255,.20),rgba(160,135,255,.16))!important;border:1px solid rgba(126,245,255,.22)!important}html body .slide[data-index="1"] .service-card-v35{min-height:48px!important;border-radius:18px!important;padding:10px 12px!important;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.032))!important;border-color:rgba(126,245,255,.18)!important}}[data-theme="light"] html body .slide[data-index="1"] .home-cockpit-v35,html[data-theme="light"] body .slide[data-index="1"] .home-cockpit-v35,body[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35{background:radial-gradient(circle at 16% 6%,rgba(37,99,235,.18),transparent 30%),radial-gradient(circle at 90% 18%,rgba(255,199,62,.26),transparent 24%),radial-gradient(circle at 50% 100%,rgba(124,58,237,.12),transparent 34%),linear-gradient(160deg,#ffffff,#eaf4ff)!important;border-color:rgba(37,99,235,.22)!important}[data-theme="light"] html body .slide[data-index="1"] .profile-station-v35,html[data-theme="light"] body .slide[data-index="1"] .profile-station-v35,body[data-theme="light"] .slide[data-index="1"] .profile-station-v35{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(236,246,255,.78)) padding-box,linear-gradient(135deg,rgba(37,99,235,.36),rgba(255,199,62,.42),rgba(124,58,237,.28)) border-box!important;border:1px solid transparent!important;box-shadow:0 18px 46px rgba(55,92,150,.15),inset 0 1px 0 rgba(255,255,255,.96)!important}[data-theme="light"] html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after,html[data-theme="light"] body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after,body[data-theme="light"] .slide[data-index="1"] .profile-station-v35 .avatar-caption::after{color:#12335a!important;background:linear-gradient(135deg,#d9efff,#f0edff)!important;border-color:rgba(37,99,235,.25)!important}@media (max-width:900px){html body .slide[data-index="1"] .profile-station-v35{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;min-height:auto!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:center!important;justify-items:center!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{padding:20px!important}html body .slide[data-index="1"] .service-matrix-v35{gap:10px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:176px!important;padding:14px!important;grid-template-columns:152px minmax(0,1fr)!important;gap:18px!important;border-radius:30px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:152px!important;height:152px!important;min-width:152px!important;border-radius:30px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:134px!important;height:134px!important;border-radius:25px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.34rem!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.76rem!important;line-height:1.38!important}html body .slide[data-index="1"] .service-card-v35{min-height:44px!important;padding:8px 12px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:44px!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable{align-items:start!important}html body .slide[data-index="1"] .home-cockpit-v35{align-self:start!important;height:auto!important;min-height:0!important;padding:18px!important;border-radius:34px!important;background:linear-gradient(155deg,rgba(8,15,36,.92),rgba(13,20,49,.72))!important;border-color:rgba(126,245,255,.26)!important;box-shadow:0 28px 72px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.10)!important}html body .slide[data-index="1"] .service-matrix-v35{position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin"!important;gap:10px!important;align-content:start!important;min-height:0!important;isolation:isolate!important}html body .slide[data-index="1"] .service-matrix-v35::before{content:"SERVICE ACCESS"!important;display:block!important;position:absolute!important;left:16px!important;top:196px!important;z-index:0!important;font-size:.58rem!important;font-weight:950!important;letter-spacing:.18em!important;color:rgba(126,245,255,.62)!important}html body .slide[data-index="1"] .service-matrix-v35::after{content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;top:184px!important;bottom:0!important;z-index:-1!important;border-radius:28px!important;background:radial-gradient(circle at 16% 10%,rgba(126,245,255,.13),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.026))!important;border:1px solid rgba(126,245,255,.15)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;min-height:164px!important;padding:14px!important;margin-bottom:10px!important;border-radius:30px!important;grid-template-columns:144px minmax(0,1fr)!important;gap:18px!important;background:radial-gradient(circle at 10% 10%,rgba(126,245,255,.28),transparent 34%),radial-gradient(circle at 88% 22%,rgba(255,214,102,.20),transparent 26%),linear-gradient(135deg,rgba(42,54,82,.94),rgba(31,35,67,.84))!important;border:1px solid rgba(210,236,255,.18)!important;box-shadow:0 18px 48px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.14)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:144px!important;height:144px!important;min-width:144px!important;border-radius:29px!important;transform:rotate(-1.4deg)!important;background:linear-gradient(145deg,#f7fbff,#d9edff)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:126px!important;height:126px!important;border-radius:24px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.30rem!important;color:#f4fbff!important;text-shadow:0 10px 26px rgba(0,0,0,.26)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.76rem!important;color:rgba(226,241,255,.78)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after{color:#f0fbff!important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(255,214,102,.12),rgba(160,135,255,.16))!important;border-color:rgba(210,236,255,.20)!important}html body .slide[data-index="1"] .service-card-v35{position:relative!important;z-index:1!important;min-height:56px!important;padding:10px 13px!important;border-radius:18px!important;overflow:hidden!important;display:grid!important;align-content:center!important;gap:3px!important;background:linear-gradient(145deg,rgba(21,33,71,.86),rgba(22,25,58,.72))!important;border:1px solid rgba(126,245,255,.17)!important;box-shadow:0 10px 28px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.06)!important}html body .slide[data-index="1"] .service-card-v35 strong{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important;font-size:.78rem!important;line-height:1.1!important;color:#f2fbff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.61rem!important;line-height:1.12!important;color:rgba(218,235,255,.70)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 em{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;padding:3px 7px!important;border-radius:999px!important;font-style:normal!important;font-size:.49rem!important;font-weight:950!important;letter-spacing:.045em!important;text-transform:uppercase!important;color:#0a2535!important;background:linear-gradient(135deg,#8af5ff,#ffe08a)!important;box-shadow:0 0 18px rgba(126,245,255,.14)!important}html body .slide[data-index="1"] .service-card-v35.site-mail em{background:linear-gradient(135deg,#d8fff2,#b8f7d0)!important;color:#103724!important}html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:56px!important}}@media (max-width:900px){html body .slide[data-index="1"] .hero-home.home-layout-stable{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;align-items:start!important}html body .slide[data-index="1"] .home-cockpit-v35{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:14px!important;border-radius:28px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "gateway"!important;gap:10px!important;align-content:start!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:13px!important;align-items:center!important;justify-items:stretch!important;text-align:left!important;min-height:132px!important;padding:12px!important;border-radius:24px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:112px!important;height:112px!important;min-width:112px!important;border-radius:24px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:98px!important;height:98px!important;border-radius:20px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring::after{font-size:.48rem!important;left:8px!important;bottom:7px!important;padding:3px 6px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:left!important;justify-items:start!important;gap:6px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.08rem!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.66rem!important;line-height:1.32!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after{font-size:.48rem!important;padding:5px 7px!important;letter-spacing:.05em!important}html body .slide[data-index="1"] .service-card-v35{min-height:54px!important;padding:10px 12px!important;border-radius:17px!important;display:grid!important;gap:3px!important}html body .slide[data-index="1"] .service-card-v35 strong{display:flex!important;gap:7px!important;align-items:center!important;font-size:.78rem!important;white-space:nowrap!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.62rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 em{display:inline-flex!important;padding:3px 6px!important;border-radius:999px!important;font-style:normal!important;font-size:.48rem!important;font-weight:950!important;color:#0a2535!important;background:linear-gradient(135deg,#8af5ff,#ffe08a)!important}}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35,body[data-theme="light"] .slide[data-index="1"] .service-card-v35{background:linear-gradient(145deg,#ffffff,#edf6ff)!important;border-color:rgba(37,99,235,.22)!important;box-shadow:0 10px 24px rgba(55,92,150,.12),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35 strong,body[data-theme="light"] .slide[data-index="1"] .service-card-v35 strong{color:#12335a!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35 span,body[data-theme="light"] .slide[data-index="1"] .service-card-v35 span{color:#45627f!important}html[data-theme="light"] body .slide[data-index="1"] .service-matrix-v35::after,body[data-theme="light"] .slide[data-index="1"] .service-matrix-v35::after{background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(229,242,255,.58))!important;border-color:rgba(37,99,235,.16)!important}html body .slide::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;background:radial-gradient(circle at 10% 4%,rgba(126,245,255,.16),transparent 28%),radial-gradient(circle at 92% 12%,rgba(255,214,102,.12),transparent 24%),radial-gradient(circle at 52% 96%,rgba(160,135,255,.13),transparent 34%)!important}html body .slide .slide-inner{position:relative!important;z-index:1!important}html body .menu-card,html body .project-card,html body .award-card,html body .ability-card,html body .paper-card,html body .paper-grid .card,html body .signal-grid .stat,html body .terminal{background:radial-gradient(circle at 12% 0%,rgba(126,245,255,.11),transparent 30%),radial-gradient(circle at 96% 8%,rgba(255,214,102,.08),transparent 25%),linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.030))!important;border-color:rgba(126,245,255,.18)!important;box-shadow:0 18px 48px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.08)!important}html body .menu-card:nth-child(2n),html body .project-card:nth-child(2n),html body .award-card:nth-child(2n),html body .ability-card:nth-child(2n){background:radial-gradient(circle at 16% 0%,rgba(160,135,255,.105),transparent 30%),radial-gradient(circle at 100% 10%,rgba(126,245,255,.09),transparent 25%),linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.026))!important}html body .service-matrix-v35 .service-card-v35::after{content:""!important;position:absolute!important;right:11px!important;bottom:10px!important;width:34px!important;height:14px!important;opacity:.52!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(126,245,255,.0),rgba(126,245,255,.55)),linear-gradient(90deg,rgba(255,214,102,.0),rgba(255,214,102,.36))!important;background-size:100% 1px,72% 1px!important;background-position:0 4px,100% 11px!important;background-repeat:no-repeat!important}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35::after{top:178px!important}html body .slide[data-index="1"] .service-matrix-v35::before{top:190px!important}html body .slide[data-index="1"] .service-card-v35{min-height:62px!important;padding:11px 13px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:62px!important}html body .slide[data-index="1"] .service-card-v35 span{padding-right:38px!important}html body .slide[data-index="1"] .service-card-v35.site-rnxui::before,html body .slide[data-index="1"] .service-card-v35.site-mail::before{content:""!important;position:absolute!important;right:9px!important;top:9px!important;width:6px!important;height:6px!important;border-radius:99px!important;background:#8af5ff!important;box-shadow:0 0 14px rgba(126,245,255,.55),-10px 18px 0 rgba(255,214,102,.55),-22px 5px 0 rgba(160,135,255,.45)!important}}html body .menu-card.guide-entry-card{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 12% 0%,rgba(126,245,255,.20),transparent 34%),radial-gradient(circle at 100% 16%,rgba(160,135,255,.18),transparent 28%),linear-gradient(145deg,rgba(18,36,78,.86),rgba(20,24,59,.62))!important;border-color:rgba(126,245,255,.28)!important}html body .menu-card.guide-entry-card::after{content:"AI"!important;position:absolute!important;right:18px!important;top:14px!important;font-size:2.7rem!important;font-weight:950!important;letter-spacing:-.05em!important;color:rgba(126,245,255,.10)!important}html body .menu-card.guide-entry-card .mini-btn{width:100%!important;justify-content:center!important}html body .paper-card.paper-click-card{cursor:pointer!important;position:relative!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;text-decoration:none!important;color:inherit!important;display:block!important}html body .paper-card.paper-click-card:hover{transform:translateY(-2px)!important;border-color:rgba(126,245,255,.34)!important;box-shadow:0 24px 64px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.12)!important}html body .paper-card.paper-click-card::after{content:"点击卡片打开 DOI ↗"!important;position:absolute!important;right:18px!important;bottom:16px!important;font-size:.68rem!important;font-weight:900!important;letter-spacing:.06em!important;color:rgba(126,245,255,.78)!important}html body .paper-actions{display:none!important}html[data-theme="light"] body .menu-card,body[data-theme="light"] .menu-card,html[data-theme="light"] body .project-card,body[data-theme="light"] .project-card,html[data-theme="light"] body .award-card,body[data-theme="light"] .award-card,html[data-theme="light"] body .ability-card,body[data-theme="light"] .ability-card,html[data-theme="light"] body .paper-card,body[data-theme="light"] .paper-card,html[data-theme="light"] body .paper-grid .card,body[data-theme="light"] .paper-grid .card,html[data-theme="light"] body .signal-grid .stat,body[data-theme="light"] .signal-grid .stat,html[data-theme="light"] body .terminal,body[data-theme="light"] .terminal{background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.11),transparent 30%),radial-gradient(circle at 96% 8%,rgba(255,199,62,.13),transparent 25%),linear-gradient(145deg,#ffffff,#eef6ff)!important;border-color:rgba(37,99,235,.18)!important;box-shadow:0 18px 44px rgba(55,92,150,.13),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .menu-card.guide-entry-card,body[data-theme="light"] .menu-card.guide-entry-card{background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.18),transparent 34%),radial-gradient(circle at 100% 16%,rgba(124,58,237,.13),transparent 28%),linear-gradient(145deg,#ffffff,#e9f4ff)!important}@media (max-width:900px){html body .paper-card.paper-click-card::after{position:static!important;display:block!important;margin-top:12px!important}html body .menu-card.guide-entry-card .action-row{display:grid!important;grid-template-columns:1fr!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{padding:17px!important}html body .slide[data-index="1"] .service-matrix-v35{gap:9px!important}html body .slide[data-index="1"] .service-matrix-v35::after{top:174px!important}html body .slide[data-index="1"] .service-matrix-v35::before{top:186px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:154px!important;margin-bottom:8px!important;padding:13px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:136px!important;height:136px!important;min-width:136px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:120px!important;height:120px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:58px!important;padding:10px 13px!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{position:relative!important}html body .slide[data-index="1"] .home-cockpit-v35::after{content:"OPS · LIVE"!important;position:absolute!important;right:22px!important;bottom:14px!important;z-index:0!important;pointer-events:none!important;width:126px!important;height:48px!important;border-radius:17px!important;padding:11px 13px!important;box-sizing:border-box!important;font-size:.58rem!important;font-weight:950!important;letter-spacing:.16em!important;color:rgba(126,245,255,.72)!important;background:linear-gradient(90deg,rgba(126,245,255,.0),rgba(126,245,255,.55)) 18px 31px/76px 1px no-repeat,linear-gradient(90deg,rgba(255,214,102,.0),rgba(255,214,102,.40)) 42px 37px/54px 1px no-repeat,radial-gradient(circle at 86% 30%,rgba(126,245,255,.92) 0 3px,transparent 4px),radial-gradient(circle at 70% 72%,rgba(255,214,102,.72) 0 2px,transparent 3px),linear-gradient(145deg,rgba(126,245,255,.10),rgba(160,135,255,.07))!important;border:1px solid rgba(126,245,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 12px 26px rgba(0,0,0,.12)!important}html body .slide[data-index="1"] .service-card-v35.site-mail{padding-right:154px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{right:144px!important}html body .slide[data-index="1"] .service-card-v35.site-rnxui::before{box-shadow:0 0 14px rgba(126,245,255,.55),-10px 18px 0 rgba(255,214,102,.55),-22px 5px 0 rgba(160,135,255,.45),-42px 31px 0 rgba(126,245,255,.34)!important}html body .menu-card.guide-entry-card .action-row{display:flex!important;justify-content:flex-start!important;align-items:center!important}html body .menu-card.guide-entry-card .mini-btn,html body #openGuideFromMenu{width:auto!important;min-width:132px!important;height:40px!important;padding:0 16px!important;border-radius:14px!important;font-size:.72rem!important;line-height:1!important;justify-content:center!important;flex:0 0 auto!important}html body .slide[data-index="4"] .paper-grid{align-items:start!important;gap:18px!important}html body .paper-card.paper-click-card{padding-top:22px!important;padding-bottom:44px!important;min-height:0!important}html body .paper-card.paper-click-card .section-title{font-size:1.22rem!important;line-height:1.28!important;margin-bottom:10px!important}html body .paper-card.paper-click-card .paper-hero-text{margin:0 0 12px!important;line-height:1.58!important}html body .paper-card.paper-click-card .card{padding:14px!important;margin-bottom:10px!important}html body .paper-card.paper-click-card .paper-side-grid{gap:10px!important}html body .paper-card.paper-click-card .paper-side-grid .card{padding:12px!important}}html[data-theme="light"] body .slide[data-index="1"] .home-cockpit-v35::after,body[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35::after{color:rgba(18,51,90,.72)!important;background:linear-gradient(90deg,rgba(37,99,235,.0),rgba(37,99,235,.42)) 18px 31px/76px 1px no-repeat,linear-gradient(90deg,rgba(255,199,62,.0),rgba(255,199,62,.55)) 42px 37px/54px 1px no-repeat,radial-gradient(circle at 86% 30%,rgba(37,99,235,.74) 0 3px,transparent 4px),radial-gradient(circle at 70% 72%,rgba(255,199,62,.78) 0 2px,transparent 3px),linear-gradient(145deg,rgba(37,99,235,.08),rgba(124,58,237,.055))!important;border-color:rgba(37,99,235,.16)!important;box-shadow:0 12px 24px rgba(55,92,150,.10),inset 0 1px 0 rgba(255,255,255,.85)!important}@media (max-width:900px){html body .menu-card.guide-entry-card .mini-btn,html body #openGuideFromMenu{width:auto!important;min-width:128px!important;height:40px!important;padding:0 14px!important;justify-content:center!important}html body .slide[data-index="4"] .paper-grid{gap:14px!important}html body .paper-card.paper-click-card{padding-top:18px!important;padding-bottom:24px!important}}html body .menu-card.guide-entry-card .action-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;margin-top:14px!important}html body .menu-card.guide-entry-card .action-row #openGuideFromMenu,html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{width:auto!important;min-width:132px!important;max-width:150px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 16px!important;border-radius:14px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;flex:0 0 auto!important;font-size:.72rem!important;line-height:40px!important}@media (min-width:901px){html body .slide[data-index="4"] .slide-head{margin-bottom:12px!important}html body .slide[data-index="4"] .paper-grid{margin-top:-8px!important;align-items:start!important}html body .paper-card.paper-click-card{padding:18px 20px 38px!important}html body .paper-card.paper-click-card .section-title{font-size:1.16rem!important;line-height:1.24!important}html body .paper-card.paper-click-card .paper-hero-text{font-size:.86rem!important;line-height:1.48!important;margin-bottom:10px!important}html body .paper-card.paper-click-card .card p{line-height:1.42!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35::after{content:"SYSTEM STATUS\A 7 services online\A protected endpoints"!important;white-space:pre!important;display:block!important;right:18px!important;bottom:14px!important;width:178px!important;height:76px!important;border-radius:20px!important;padding:13px 15px!important;font-size:.58rem!important;line-height:1.55!important;text-align:left!important;letter-spacing:.08em!important;color:rgba(213,245,255,.82)!important;background:linear-gradient(90deg,rgba(126,245,255,.0),rgba(126,245,255,.48)) 18px 49px/112px 1px no-repeat,linear-gradient(90deg,rgba(255,214,102,.0),rgba(255,214,102,.36)) 52px 60px/82px 1px no-repeat,radial-gradient(circle at 89% 24%,rgba(126,245,255,.95) 0 3px,transparent 4px),radial-gradient(circle at 76% 69%,rgba(255,214,102,.78) 0 2px,transparent 3px),radial-gradient(circle at 18% 8%,rgba(126,245,255,.18),transparent 42%),linear-gradient(145deg,rgba(18,34,72,.72),rgba(24,27,62,.48))!important;border:1px solid rgba(126,245,255,.20)!important}html body .slide[data-index="1"] .service-card-v35.site-mail{padding-right:206px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{right:194px!important}}html[data-theme="light"] body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong,body[data-theme="light"] .slide[data-index="1"] .profile-station-v35 .avatar-caption strong,[data-theme="light"] html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{color:#12335a!important;text-shadow:none!important}html[data-theme="light"] body .slide[data-index="1"] .profile-station-v35 .avatar-caption span,body[data-theme="light"] .slide[data-index="1"] .profile-station-v35 .avatar-caption span,[data-theme="light"] html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{color:#45627f!important}html[data-theme="light"] body .slide[data-index="1"] .home-cockpit-v35::after,body[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35::after,[data-theme="light"] html body .slide[data-index="1"] .home-cockpit-v35::after{color:#12335a!important;background:linear-gradient(90deg,rgba(37,99,235,.0),rgba(37,99,235,.42)) 18px 49px/112px 1px no-repeat,linear-gradient(90deg,rgba(255,199,62,.0),rgba(255,199,62,.55)) 52px 60px/82px 1px no-repeat,radial-gradient(circle at 89% 24%,rgba(37,99,235,.75) 0 3px,transparent 4px),radial-gradient(circle at 76% 69%,rgba(255,199,62,.82) 0 2px,transparent 3px),radial-gradient(circle at 18% 8%,rgba(37,99,235,.12),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.82),rgba(225,241,255,.64))!important;border-color:rgba(37,99,235,.18)!important;box-shadow:0 12px 24px rgba(55,92,150,.12),inset 0 1px 0 rgba(255,255,255,.92)!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail{padding-right:12px!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35::after{right:18px!important;bottom:14px!important;width:168px!important;height:70px!important;padding:12px 14px!important;z-index:1!important;font-size:.56rem!important;line-height:1.5!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-card-v35{z-index:2!important}html body .slide[data-index="1"] .service-card-v35.site-mail{width:auto!important;margin-right:188px!important;padding-right:13px!important;min-width:0!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{right:11px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{right:9px!important}}html body .menu-card.guide-entry-card .action-row #openGuideFromMenu,html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{width:auto!important;min-width:112px!important;max-width:none!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:11px 15px!important;border-radius:14px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;flex:0 0 auto!important;font-size:.78rem!important;font-weight:800!important;line-height:1!important;letter-spacing:inherit!important}@media (max-width:900px){html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{height:44px!important;min-height:44px!important;max-height:44px!important;font-size:.78rem!important;padding:11px 15px!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35::after{content:""!important;display:block!important;right:18px!important;bottom:16px!important;width:168px!important;height:60px!important;padding:0!important;border-radius:18px!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(126,245,255,.0),rgba(126,245,255,.45)) 20px 22px/118px 1px no-repeat,linear-gradient(90deg,rgba(255,214,102,.0),rgba(255,214,102,.38)) 50px 38px/88px 1px no-repeat,radial-gradient(circle at 90% 28%,rgba(126,245,255,.9) 0 3px,transparent 4px),radial-gradient(circle at 74% 70%,rgba(255,214,102,.82) 0 2px,transparent 3px),radial-gradient(circle at 12% 6%,rgba(126,245,255,.22),transparent 45%),linear-gradient(145deg,rgba(18,34,72,.62),rgba(24,27,62,.42))!important;border:1px solid rgba(126,245,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .service-card-v35{z-index:2!important}html body .slide[data-index="1"] .service-card-v35.site-mail{margin-right:188px!important;width:auto!important;min-width:0!important;padding-right:13px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{right:11px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{right:9px!important}}html body .menu-card.guide-entry-card .action-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;margin-top:14px!important}html body .menu-card.guide-entry-card .action-row #openGuideFromMenu,html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{width:auto!important;min-width:112px!important;max-width:none!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:11px 15px!important;border-radius:14px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;flex:0 0 auto!important;font-size:16px!important;font-weight:400!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important;font-family:inherit!important}html[data-theme="light"] body .slide[data-index="1"] .home-cockpit-v35::after,body[data-theme="light"] .slide[data-index="1"] .home-cockpit-v35::after,[data-theme="light"] html body .slide[data-index="1"] .home-cockpit-v35::after{background:linear-gradient(90deg,rgba(37,99,235,.0),rgba(37,99,235,.42)) 20px 22px/118px 1px no-repeat,linear-gradient(90deg,rgba(255,199,62,.0),rgba(255,199,62,.52)) 50px 38px/88px 1px no-repeat,radial-gradient(circle at 90% 28%,rgba(37,99,235,.72) 0 3px,transparent 4px),radial-gradient(circle at 74% 70%,rgba(255,199,62,.86) 0 2px,transparent 3px),radial-gradient(circle at 12% 6%,rgba(37,99,235,.14),transparent 45%),linear-gradient(145deg,rgba(255,255,255,.76),rgba(225,241,255,.56))!important;border-color:rgba(37,99,235,.18)!important;box-shadow:0 12px 24px rgba(55,92,150,.10),inset 0 1px 0 rgba(255,255,255,.9)!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail{margin-right:0!important;padding-right:12px!important}html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{height:44px!important;min-height:44px!important;max-height:44px!important;font-size:16px!important;font-weight:400!important;padding:11px 15px!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35::after{content:""!important;display:block!important;right:18px!important;bottom:18px!important;width:174px!important;height:44px!important;padding:0!important;z-index:0!important;pointer-events:none!important;border-radius:16px!important;opacity:.42!important;background:linear-gradient(90deg,rgba(126,245,255,0),rgba(126,245,255,.42)) 22px 15px/124px 1px no-repeat,linear-gradient(90deg,rgba(255,214,102,0),rgba(255,214,102,.34)) 58px 30px/84px 1px no-repeat,radial-gradient(circle at 90% 24%,rgba(126,245,255,.80) 0 2px,transparent 3px),radial-gradient(circle at 74% 70%,rgba(255,214,102,.68) 0 2px,transparent 3px),linear-gradient(145deg,rgba(126,245,255,.08),rgba(160,135,255,.06))!important;border:0!important;box-shadow:none!important}html body .slide[data-index="1"] .service-card-v35{position:relative!important;z-index:2!important}html body .slide[data-index="1"] .service-card-v35.site-mail{margin-right:188px!important;width:auto!important;min-width:0!important;padding-right:13px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{right:11px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{right:9px!important}}html body .menu-card.guide-entry-card .action-row #openGuideFromMenu,html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{min-width:146px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:11px 15px!important;font-size:16px!important;font-weight:400!important;line-height:1!important;white-space:nowrap!important;word-break:keep-all!important;overflow:hidden!important;text-overflow:clip!important}@media (max-width:900px){html body #openGuideFromMenu.mini-btn,html body button#openGuideFromMenu{min-width:146px!important;height:44px!important;min-height:44px!important;max-height:44px!important;font-size:16px!important;white-space:nowrap!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail{margin-right:0!important;width:100%!important;min-width:0!important;padding-right:150px!important;background:linear-gradient(90deg,rgba(126,245,255,.0),rgba(126,245,255,.36)) calc(100% - 132px) 23px/92px 1px no-repeat,linear-gradient(90deg,rgba(255,214,102,.0),rgba(255,214,102,.36)) calc(100% - 96px) 39px/56px 1px no-repeat,radial-gradient(circle at calc(100% - 31px) 22px,rgba(126,245,255,.82) 0 3px,transparent 4px),radial-gradient(circle at calc(100% - 68px) 41px,rgba(255,214,102,.76) 0 2px,transparent 3px),linear-gradient(145deg,rgba(126,245,255,.12),rgba(160,135,255,.08))!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{right:118px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{right:116px!important}}html body .slide[data-index="0"] .menu-card .action-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;margin-top:14px!important}html body .slide[data-index="0"] .menu-card .action-row .mini-btn,html body .slide[data-index="0"] button.mini-btn,html body .slide[data-index="0"] #openGuideFromMenu{width:146px!important;min-width:146px!important;max-width:146px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 14px!important;margin:0!important;border-radius:14px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 146px!important;font-size:16px!important;font-weight:400!important;line-height:44px!important;letter-spacing:normal!important;text-transform:none!important;font-family:inherit!important;white-space:nowrap!important;word-break:keep-all!important;overflow:hidden!important;text-overflow:clip!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-mail,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-mail,[data-theme="light"] html body .slide[data-index="1"] .service-card-v35.site-mail{background:linear-gradient(90deg,rgba(37,99,235,.0),rgba(37,99,235,.38)) calc(100% - 132px) 23px/92px 1px no-repeat,linear-gradient(90deg,rgba(255,199,62,.0),rgba(255,199,62,.52)) calc(100% - 96px) 39px/56px 1px no-repeat,radial-gradient(circle at calc(100% - 31px) 22px,rgba(37,99,235,.72) 0 3px,transparent 4px),radial-gradient(circle at calc(100% - 68px) 41px,rgba(255,199,62,.86) 0 2px,transparent 3px),linear-gradient(145deg,rgba(255,255,255,.82),rgba(225,241,255,.58))!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail{margin-right:0!important;width:100%!important;padding-right:12px!important}html body .slide[data-index="0"] .menu-card .action-row .mini-btn,html body .slide[data-index="0"] button.mini-btn,html body .slide[data-index="0"] #openGuideFromMenu{width:146px!important;min-width:146px!important;max-width:146px!important;height:44px!important;min-height:44px!important;max-height:44px!important;font-size:16px!important;line-height:44px!important;white-space:nowrap!important}}html body .slide[data-index="0"] .menu-card .action-row{display:block!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin-top:14px!important;line-height:0!important;overflow:visible!important}html body .slide[data-index="0"] .menu-card .action-row .mini-btn,html body .slide[data-index="0"] .menu-card .action-row button,html body .slide[data-index="0"] #openGuideFromMenu{all:unset!important;width:146px!important;height:44px!important;min-width:146px!important;min-height:44px!important;max-width:146px!important;max-height:44px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;padding:0!important;margin:0!important;cursor:pointer!important;font:400 16px/44px inherit!important;white-space:nowrap!important;text-align:center!important;color:#07111f!important;background:linear-gradient(135deg,#7ef5ff,#ffd666)!important;box-shadow:0 12px 24px rgba(126,245,255,.16)!important}html body .slide[data-index="0"] .menu-card .action-row .mini-btn.primary,html body .slide[data-index="0"] #openGuideFromMenu.primary{color:#07111f!important}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{padding:20px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail" "gateway gateway"!important;gap:11px!important}html body .slide[data-index="1"] .service-matrix-v35::after{content:"IP gated · public mail · AI guide ready"!important;grid-area:detail!important;display:grid!important;align-items:center!important;min-height:48px!important;border-radius:18px!important;padding:0 16px 0 46px!important;box-sizing:border-box!important;font-size:.66rem!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:rgba(205,244,255,.78)!important;background:radial-gradient(circle at 22px 50%,rgba(126,245,255,.95) 0 3px,transparent 4px),radial-gradient(circle at 31px 50%,rgba(255,214,102,.72) 0 2px,transparent 3px),linear-gradient(90deg,rgba(126,245,255,.18),rgba(160,135,255,.10),rgba(255,214,102,.08))!important;border:1px solid rgba(126,245,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important}html body .slide[data-index="1"] .home-cockpit-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail{margin-right:0!important;width:100%!important;padding-right:13px!important;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025))!important}html body .slide[data-index="1"] .service-card-v35.home-site-gateway{grid-column:1 / -1!important;width:100%!important;max-width:none!important;justify-self:stretch!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before,html body .slide[data-index="1"] .service-card-v35.site-mail::after{display:none!important;content:none!important}}html body .slide[data-index="0"] .menu-card .action-row .mini-btn,html body .slide[data-index="0"] .menu-card .action-row button,html body .slide[data-index="0"] #openGuideFromMenu{color:#dffcff!important;background:linear-gradient(135deg,rgba(36,211,255,.24),rgba(124,92,255,.26))!important;border:1px solid rgba(126,245,255,.34)!important;box-shadow:0 12px 26px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.10)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card .action-row .mini-btn,body[data-theme="light"] .slide[data-index="0"] .menu-card .action-row .mini-btn,html[data-theme="light"] body .slide[data-index="0"] .menu-card .action-row button,body[data-theme="light"] .slide[data-index="0"] .menu-card .action-row button,html[data-theme="light"] body .slide[data-index="0"] #openGuideFromMenu,body[data-theme="light"] .slide[data-index="0"] #openGuideFromMenu{color:#0f2f55!important;background:linear-gradient(135deg,rgba(217,245,255,.96),rgba(230,222,255,.92))!important;border-color:rgba(37,99,235,.22)!important;box-shadow:0 10px 22px rgba(67,105,170,.12),inset 0 1px 0 rgba(255,255,255,.94)!important}html[data-theme="light"] body .slide[data-index="1"] .service-matrix-v35::after,body[data-theme="light"] .slide[data-index="1"] .service-matrix-v35::after{color:#1b4268!important;background:radial-gradient(circle at 22px 50%,rgba(37,99,235,.78) 0 3px,transparent 4px),radial-gradient(circle at 31px 50%,rgba(255,199,62,.86) 0 2px,transparent 3px),linear-gradient(90deg,rgba(37,99,235,.12),rgba(124,58,237,.08),rgba(255,199,62,.12))!important;border-color:rgba(37,99,235,.16)!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-mail,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-mail{background:rgba(255,255,255,.72)!important}@media (max-width:900px){html body .slide[data-index="1"] .hero-home.home-layout-stable{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy{padding:18px!important;border-radius:24px!important}html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .slide[data-index="1"] .chip{justify-content:center!important;text-align:center!important;padding:8px 9px!important}html body .slide[data-index="1"] .metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .slide[data-index="1"] .contact-actions{grid-template-columns:1fr!important;gap:10px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:12px!important;border-radius:22px!important;overflow:visible!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-columns:1fr!important;grid-template-areas:"label" "avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "gateway" "detail"!important;gap:9px!important}html body .slide[data-index="1"] .profile-station-v35{display:grid!important;grid-template-columns:80px minmax(0,1fr)!important;justify-items:start!important;text-align:left!important;gap:12px!important;padding:12px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:76px!important;height:76px!important;min-width:76px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:62px!important;height:62px!important;border-radius:16px!important}html body .slide[data-index="1"] .service-card-v35{min-height:54px!important;padding:10px 12px!important}html body .slide[data-index="1"] .service-matrix-v35::after{content:"IP gated · Public mail"!important;display:grid!important;align-items:center!important;min-height:42px!important;padding:0 14px!important;border-radius:16px!important;font-size:.62rem!important;letter-spacing:.10em!important;color:rgba(205,244,255,.76)!important;background:linear-gradient(90deg,rgba(126,245,255,.16),rgba(160,135,255,.09))!important;border:1px solid rgba(126,245,255,.14)!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{padding:18px!important}html body .slide[data-index="1"] .service-matrix-v35{gap:9px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:118px!important;padding:12px!important}html body .slide[data-index="1"] .service-card-v35{min-height:48px!important;padding:8px 11px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:48px!important;padding-right:13px!important}html body .slide[data-index="1"] .service-matrix-v35::after{min-height:40px!important;height:40px!important;padding:0 14px 0 42px!important;border-radius:16px!important;font-size:.62rem!important;line-height:40px!important}}html body .slide[data-index="0"] .menu-card .action-row{height:44px!important;min-height:44px!important;max-height:44px!important;line-height:0!important}html body .slide[data-index="0"] .menu-card .action-row button.mini-btn,html body .slide[data-index="0"] .menu-card .action-row .mini-btn.primary,html body .slide[data-index="0"] #openGuideFromMenu.mini-btn,html body .slide[data-index="0"] button#openGuideFromMenu{all:unset!important;width:146px!important;min-width:146px!important;max-width:146px!important;height:44px!important;min-height:44px!important;max-height:44px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 146px!important;padding:0!important;margin:0!important;border-radius:14px!important;cursor:pointer!important;transform:none!important;translate:none!important;font-family:inherit!important;font-size:16px!important;font-weight:600!important;line-height:44px!important;letter-spacing:normal!important;text-transform:none!important;white-space:nowrap!important;color:#eaffff!important;background:linear-gradient(135deg,rgba(23,126,255,.62),rgba(122,86,255,.58))!important;border:1px solid rgba(126,245,255,.38)!important;box-shadow:0 12px 26px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.14)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card .action-row button.mini-btn,body[data-theme="light"] .slide[data-index="0"] .menu-card .action-row button.mini-btn,html[data-theme="light"] body .slide[data-index="0"] #openGuideFromMenu.mini-btn,body[data-theme="light"] .slide[data-index="0"] #openGuideFromMenu.mini-btn{color:#0f2f55!important;background:linear-gradient(135deg,rgba(217,245,255,.96),rgba(230,222,255,.92))!important;border-color:rgba(37,99,235,.22)!important;box-shadow:0 10px 22px rgba(67,105,170,.12),inset 0 1px 0 rgba(255,255,255,.94)!important}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35{display:flex!important;flex-direction:column!important;gap:9px!important}html body .slide[data-index="1"] .service-matrix-v35::before{order:0!important;align-self:flex-start!important}html body .slide[data-index="1"] .profile-station-v35{order:1!important}html body .slide[data-index="1"] .service-card-v35{width:100%!important;min-height:54px!important}html body .slide[data-index="1"] .service-matrix-v35::after{order:20!important;width:100%!important;min-height:40px!important;height:40px!important;box-sizing:border-box!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-card-v35.site-mail{position:relative!important;padding-left:58px!important;padding-right:13px!important;overflow:hidden!important;background:radial-gradient(circle at 29px 31px,rgba(126,245,255,.18),transparent 20px),linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025))!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{content:"✉"!important;display:grid!important;place-items:center!important;position:absolute!important;left:15px!important;bottom:12px!important;right:auto!important;top:auto!important;width:28px!important;height:22px!important;border-radius:8px!important;font-size:15px!important;line-height:1!important;color:rgba(234,255,255,.92)!important;background:linear-gradient(135deg,rgba(126,245,255,.26),rgba(160,135,255,.18))!important;border:1px solid rgba(126,245,255,.24)!important;box-shadow:0 0 18px rgba(126,245,255,.16)!important;animation:mailPulseV54 2.8s ease-in-out infinite!important;z-index:0!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{content:""!important;display:block!important;position:absolute!important;left:42px!important;bottom:22px!important;right:auto!important;top:auto!important;width:34px!important;height:1px!important;background:linear-gradient(90deg,rgba(126,245,255,.46),transparent)!important;opacity:.75!important;z-index:0!important}html body .slide[data-index="1"] .service-card-v35.site-mail strong,html body .slide[data-index="1"] .service-card-v35.site-mail span{position:relative!important;z-index:2!important}@keyframes mailPulseV54{0%,100%{transform:translateY(0);opacity:.82}50%{transform:translateY(-2px);opacity:1}}}html body .slide[data-index="0"] .menu-grid{gap:14px!important;align-content:start!important}html body .slide[data-index="0"] .menu-card{min-height:0!important;padding:18px 18px 16px!important;border-radius:22px!important;gap:8px!important}html body .slide[data-index="0"] .menu-card .menu-num{font-size:.72rem!important;margin-bottom:2px!important}html body .slide[data-index="0"] .menu-card h3{font-size:1.05rem!important;line-height:1.15!important;margin:0!important}html body .slide[data-index="0"] .menu-card p{font-size:.82rem!important;line-height:1.45!important;margin:0!important}html body .slide[data-index="0"] .menu-card .action-row{margin-top:10px!important}html body .slide[data-index="0"] .slide-head{margin-bottom:16px!important}html body .slide[data-index="0"] .footerbar{margin-top:14px!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-mail,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-mail{background:radial-gradient(circle at 29px 31px,rgba(37,99,235,.12),transparent 20px),rgba(255,255,255,.72)!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-mail::before,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-mail::before{color:#1b4268!important;background:linear-gradient(135deg,rgba(217,245,255,.88),rgba(230,222,255,.72))!important;border-color:rgba(37,99,235,.18)!important}@media (max-width:900px){html body .slide[data-index="1"] .hero-home.home-layout-stable{display:flex!important;flex-direction:column!important;gap:16px!important;max-height:none!important;overflow:visible!important;padding-bottom:18px!important}html body .slide[data-index="1"] .hero-copy{padding:18px!important;border-radius:24px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.92rem!important;line-height:1.62!important;margin-top:8px!important}html body .slide[data-index="1"] .metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important}html body .slide[data-index="1"] .metric{min-height:58px!important;padding:10px!important}html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:14px!important}html body .slide[data-index="1"] .chip{display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 8px!important;text-align:center!important;font-size:.78rem!important}html body .slide[data-index="1"] .contact-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}html body .slide[data-index="1"] .contact-actions .page-link{width:100%!important;min-height:44px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:13px!important;border-radius:22px!important;overflow:visible!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"label" "avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "gateway" "detail"!important;gap:10px!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;grid-template-columns:72px minmax(0,1fr)!important;align-items:center!important;text-align:left!important;justify-items:start!important;padding:12px!important;min-height:96px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:70px!important;height:70px!important;min-width:70px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:58px!important;height:58px!important;border-radius:15px!important}html body .slide[data-index="1"] .service-card-v35{min-height:58px!important;padding:10px 12px!important;border-radius:16px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{padding-left:56px!important;padding-right:12px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{content:"✉"!important;display:grid!important;place-items:center!important;position:absolute!important;left:15px!important;bottom:15px!important;width:28px!important;height:22px!important;border-radius:8px!important;font-size:15px!important;color:rgba(234,255,255,.92)!important;background:linear-gradient(135deg,rgba(126,245,255,.24),rgba(160,135,255,.18))!important;border:1px solid rgba(126,245,255,.22)!important}html body .slide[data-index="1"] .service-card-v35.site-mail::after{content:""!important;display:block!important;position:absolute!important;left:42px!important;bottom:25px!important;width:28px!important;height:1px!important;background:linear-gradient(90deg,rgba(126,245,255,.42),transparent)!important}html body .slide[data-index="1"] .service-matrix-v35::after{height:42px!important;min-height:42px!important;font-size:.62rem!important}html body .slide[data-index="0"] .menu-grid{gap:10px!important}html body .slide[data-index="0"] .menu-card{padding:14px!important;border-radius:18px!important}html body .slide[data-index="0"] .menu-card p{font-size:.78rem!important;line-height:1.38!important}}@media (min-width:901px){html body .slide[data-index="0"] .slide-inner{padding-top:30px!important;padding-bottom:18px!important}html body .slide[data-index="0"] .slide-head{margin-bottom:10px!important}html body .slide[data-index="0"] .title{font-size:clamp(2.2rem,4.4vw,4.4rem)!important}html body .slide[data-index="0"] .lead{font-size:.92rem!important;line-height:1.45!important}html body .slide[data-index="0"] .menu-grid{gap:10px!important}html body .slide[data-index="0"] .menu-card{padding:13px 14px 12px!important;border-radius:18px!important;gap:6px!important}html body .slide[data-index="0"] .menu-card .menu-num{font-size:.66rem!important;line-height:1!important}html body .slide[data-index="0"] .menu-card h3{font-size:.98rem!important;line-height:1.08!important}html body .slide[data-index="0"] .menu-card p{font-size:.74rem!important;line-height:1.32!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card .action-row{margin-top:7px!important;height:38px!important;min-height:38px!important;max-height:38px!important}html body .slide[data-index="0"] .menu-card .action-row button.mini-btn,html body .slide[data-index="0"] .menu-card .action-row .mini-btn.primary,html body .slide[data-index="0"] #openGuideFromMenu.mini-btn,html body .slide[data-index="0"] button#openGuideFromMenu{width:132px!important;min-width:132px!important;max-width:132px!important;height:38px!important;min-height:38px!important;max-height:38px!important;flex-basis:132px!important;font-size:14px!important;line-height:38px!important;border-radius:12px!important}html body .slide[data-index="0"] .footerbar{margin-top:10px!important;min-height:46px!important;padding:8px 12px!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .home-cockpit-v35 .service-matrix-v35{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;grid-template-areas:none!important;gap:10px!important;width:100%!important}html body .slide[data-index="1"] .service-matrix-v35>*{width:100%!important;max-width:100%!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-matrix-v35::before{display:block!important;width:auto!important;align-self:flex-start!important;order:0!important}html body .slide[data-index="1"] .profile-station-v35{order:1!important;width:100%!important;display:grid!important;grid-template-columns:72px minmax(0,1fr)!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw{order:2!important}html body .slide[data-index="1"] .service-card-v35.site-hermes{order:3!important}html body .slide[data-index="1"] .service-card-v35.site-ai{order:4!important}html body .slide[data-index="1"] .service-card-v35.site-coagent{order:5!important}html body .slide[data-index="1"] .service-card-v35.site-ccxui{order:6!important}html body .slide[data-index="1"] .service-card-v35.site-rnxui{order:7!important}html body .slide[data-index="1"] .service-card-v35.site-mail{order:8!important;width:100%!important}html body .slide[data-index="1"] .service-matrix-v35::after{order:9!important;width:100%!important;display:grid!important}html body .slide[data-index="1"] .service-card-v35{width:100%!important;min-height:56px!important}}@media (min-width:901px){html body .slide[data-index="0"] .slide-inner{padding-top:22px!important;padding-bottom:10px!important}html body .slide[data-index="0"] .slide-head{margin-bottom:8px!important}html body .slide[data-index="0"] .title{font-size:clamp(1.9rem,3.7vw,3.7rem)!important;line-height:.96!important}html body .slide[data-index="0"] .subtitle{font-size:.95rem!important;margin-top:4px!important}html body .slide[data-index="0"] .lead{font-size:.82rem!important;line-height:1.35!important;max-width:680px!important}html body .slide[data-index="0"] .menu-grid{gap:8px!important}html body .slide[data-index="0"] .menu-card{padding:10px 12px 9px!important;border-radius:16px!important;gap:4px!important}html body .slide[data-index="0"] .menu-card .menu-num{font-size:.60rem!important;line-height:1!important}html body .slide[data-index="0"] .menu-card h3{font-size:.90rem!important;line-height:1.05!important}html body .slide[data-index="0"] .menu-card p{font-size:.68rem!important;line-height:1.25!important;-webkit-line-clamp:2!important}html body .slide[data-index="0"] .menu-card .action-row{margin-top:5px!important;height:32px!important;min-height:32px!important;max-height:32px!important}html body .slide[data-index="0"] .menu-card .action-row button.mini-btn,html body .slide[data-index="0"] .menu-card .action-row .mini-btn.primary,html body .slide[data-index="0"] #openGuideFromMenu.mini-btn,html body .slide[data-index="0"] button#openGuideFromMenu{width:118px!important;min-width:118px!important;max-width:118px!important;height:32px!important;min-height:32px!important;max-height:32px!important;flex-basis:118px!important;font-size:13px!important;line-height:32px!important;border-radius:11px!important}html body .slide[data-index="0"] .footerbar{margin-top:8px!important;min-height:38px!important;padding:6px 10px!important;font-size:.75rem!important}}@media (min-width:901px){html body .slide[data-index="0"] .slide-inner{padding-top:30px!important;padding-bottom:20px!important}html body .slide[data-index="0"] .slide-head{margin-bottom:16px!important}html body .slide[data-index="0"] .title{font-size:clamp(2.15rem,4.4vw,4.7rem)!important;line-height:1!important}html body .slide[data-index="0"] .subtitle{font-size:1.04rem!important}html body .slide[data-index="0"] .lead{font-size:.92rem!important;line-height:1.45!important;max-width:720px!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}html body .slide[data-index="0"] .menu-card{height:158px!important;min-height:158px!important;padding:16px!important;border-radius:20px!important;gap:7px!important;display:grid!important;grid-template-rows:auto auto 1fr auto!important;align-content:stretch!important}html body .slide[data-index="0"] .menu-card .menu-num{font-size:.68rem!important;line-height:1!important;margin:0!important}html body .slide[data-index="0"] .menu-card h3{font-size:1.02rem!important;line-height:1.1!important;margin:0!important}html body .slide[data-index="0"] .menu-card p{font-size:.78rem!important;line-height:1.35!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card .action-row{height:36px!important;min-height:36px!important;max-height:36px!important;margin-top:4px!important;line-height:0!important}html body .slide[data-index="0"] .menu-card .action-row button.mini-btn,html body .slide[data-index="0"] #openGuideFromMenu.mini-btn{width:126px!important;min-width:126px!important;max-width:126px!important;height:36px!important;min-height:36px!important;max-height:36px!important;font-size:14px!important;font-weight:600!important;line-height:36px!important;border-radius:12px!important}html body .slide[data-index="0"] .footerbar{margin-top:14px!important;min-height:44px!important;padding:8px 12px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:18px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;position:relative!important;width:100%!important;max-height:none!important;overflow:visible!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;gap:10px!important;align-content:start!important}html body .slide[data-index="1"] .service-matrix-v35::before{grid-area:label!important;position:static!important;z-index:3!important;pointer-events:none!important}html body .slide[data-index="1"] .service-matrix-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;position:relative!important;z-index:5!important;pointer-events:none!important;min-height:116px!important;padding:12px!important}html body .slide[data-index="1"] .profile-station-v35 *{pointer-events:none!important}html body .slide[data-index="1"] .service-card-v35{position:relative!important;z-index:2!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;margin:0!important;width:100%!important;min-height:52px!important;padding:9px 52px 9px 13px!important;box-sizing:border-box!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 span{position:relative!important;z-index:2!important;padding:0!important;max-width:100%!important}html body .slide[data-index="1"] .service-card-v35::before{content:attr(data-icon)!important;display:grid!important;place-items:center!important;position:absolute!important;right:13px!important;top:50%!important;left:auto!important;bottom:auto!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;border-radius:10px!important;font-size:15px!important;line-height:1!important;color:rgba(234,255,255,.94)!important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(160,135,255,.16))!important;border:1px solid rgba(126,245,255,.18)!important;box-shadow:0 0 16px rgba(126,245,255,.08)!important;animation:none!important}html body .slide[data-index="1"] .service-card-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;min-height:54px!important;padding-left:13px!important;padding-right:58px!important;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025))!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{content:"✉"!important;right:16px!important;top:50%!important;bottom:auto!important;left:auto!important;transform:translateY(-50%)!important;width:32px!important;height:26px!important;border-radius:9px!important;font-size:16px!important;background:linear-gradient(135deg,rgba(126,245,255,.24),rgba(255,214,102,.12))!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:34px!important;height:34px!important;padding:0 14px!important;border-radius:16px!important;box-sizing:border-box!important;color:rgba(205,244,255,.78)!important;font-size:.58rem!important;font-weight:850!important;letter-spacing:.10em!important;text-transform:uppercase!important;background:linear-gradient(90deg,rgba(126,245,255,.16),rgba(160,135,255,.10),rgba(255,214,102,.07))!important;border:1px solid rgba(126,245,255,.15)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important}html body .slide[data-index="1"] .service-detail-v57::before{content:"●";color:#7ef5ff;text-shadow:0 0 12px rgba(126,245,255,.75);margin-right:2px}html body .slide[data-index="1"] .home-site-node{display:none!important}}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35::before,body[data-theme="light"] .slide[data-index="1"] .service-card-v35::before{color:#17395f!important;background:linear-gradient(135deg,rgba(217,245,255,.9),rgba(230,222,255,.72))!important;border-color:rgba(37,99,235,.18)!important}html[data-theme="light"] body .slide[data-index="1"] .service-detail-v57,body[data-theme="light"] .slide[data-index="1"] .service-detail-v57{color:#1b4268!important;background:linear-gradient(90deg,rgba(37,99,235,.10),rgba(124,58,237,.07),rgba(255,199,62,.10))!important;border-color:rgba(37,99,235,.15)!important}@media (max-width:900px){html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}html body .slide[data-index="0"] .menu-card{height:auto!important;min-height:132px!important;padding:14px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable{display:flex!important;flex-direction:column!important;gap:16px!important;max-height:none!important;overflow:visible!important;padding-bottom:20px!important}html body .slide[data-index="1"] .service-matrix-v35{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;grid-template-areas:none!important;gap:10px!important;width:100%!important}html body .slide[data-index="1"] .service-matrix-v35::before{order:0!important;align-self:flex-start!important}html body .slide[data-index="1"] .profile-station-v35{order:1!important;width:100%!important;grid-template-columns:72px minmax(0,1fr)!important;min-height:96px!important}html body .slide[data-index="1"] .service-card-v35{width:100%!important;min-height:56px!important;padding:10px 54px 10px 12px!important}html body .slide[data-index="1"] .service-card-v35::before{right:13px!important;top:50%!important;transform:translateY(-50%)!important}html body .slide[data-index="1"] .service-card-v35.site-mail{padding-left:12px!important;padding-right:58px!important}html body .slide[data-index="1"] .service-detail-v57{order:20!important;width:100%!important;min-height:42px!important;padding:0 13px!important;font-size:.60rem!important}}@media (min-width:901px){html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;justify-items:stretch!important;overflow:visible!important}html body .slide[data-index="0"] .menu-grid>.menu-card,html body .slide[data-index="0"] article.menu-card,html body .slide[data-index="0"] .menu-card.guide-entry-card{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;scale:1!important;width:100%!important;min-width:0!important;max-width:none!important;height:140px!important;min-height:140px!important;max-height:140px!important;padding:13px 14px!important;margin:0!important;box-sizing:border-box!important;border-radius:18px!important;display:grid!important;grid-template-rows:auto auto 1fr auto!important;gap:5px!important;align-self:stretch!important;justify-self:stretch!important}html body .slide[data-index="0"] .menu-card p{font-size:.74rem!important;line-height:1.30!important;-webkit-line-clamp:2!important}html body .slide[data-index="0"] .menu-card .action-row{height:34px!important;min-height:34px!important;max-height:34px!important;margin-top:3px!important}html body .slide[data-index="0"] .menu-card .action-row button.mini-btn,html body .slide[data-index="0"] #openGuideFromMenu.mini-btn{width:122px!important;min-width:122px!important;max-width:122px!important;height:34px!important;min-height:34px!important;max-height:34px!important;flex:0 0 122px!important;font-size:13px!important;line-height:34px!important}html body .slide[data-index="0"] .footerbar{height:42px!important;min-height:42px!important;max-height:42px!important;margin-top:12px!important;padding:6px 10px!important;box-sizing:border-box!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:14px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{gap:7px!important}html body .slide[data-index="1"] .service-matrix-v35::before{padding:5px 9px!important;font-size:.60rem!important}html body .slide[data-index="1"] .profile-station-v35{min-height:96px!important;padding:10px!important;gap:13px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:78px!important;height:78px!important;min-width:78px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:64px!important;height:64px!important;border-radius:16px!important}html body .slide[data-index="1"] .service-card-v35{min-height:44px!important;padding:7px 48px 7px 11px!important;border-radius:15px!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.74rem!important;line-height:1.08!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.56rem!important;line-height:1.08!important}html body .slide[data-index="1"] .service-card-v35::before{content:attr(data-icon)!important;display:grid!important;right:11px!important;width:25px!important;height:25px!important;border-radius:9px!important;font-size:14px!important}html body .slide[data-index="1"] .service-card-v35.site-rnxui::before{content:"◇"!important;display:grid!important}html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:46px!important;padding-left:11px!important;padding-right:54px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before{content:"✉"!important;display:grid!important;right:13px!important;top:50%!important;transform:translateY(-50%)!important;width:30px!important;height:24px!important}html body .slide[data-index="1"] .service-detail-v57{min-height:34px!important;height:34px!important;padding:0 12px!important;border-radius:14px!important;font-size:.58rem!important;line-height:34px!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"] .profile-station-v35{min-height:88px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:72px!important;height:72px!important;min-width:72px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:58px!important;height:58px!important}html body .slide[data-index="1"] .service-card-v35{min-height:41px!important;padding-top:6px!important;padding-bottom:6px!important}html body .slide[data-index="1"] .service-detail-v57{min-height:32px!important;height:32px!important;line-height:32px!important}}@media (min-width:901px){html body .slide[data-index="0"]{overflow:hidden!important}html body .slide[data-index="0"] .slide-inner{height:100%!important;min-height:0!important;box-sizing:border-box!important;padding:24px 28px 16px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) 42px!important;gap:12px!important;align-content:stretch!important;overflow:hidden!important}html body .slide[data-index="0"] .slide-head{margin:0!important;min-height:0!important}html body .slide[data-index="0"] .eyebrow{height:29px!important;margin-bottom:8px!important;padding:0 12px!important;font-size:.70rem!important}html body .slide[data-index="0"] .title{font-size:clamp(2rem,4vw,4.25rem)!important;line-height:.92!important;margin:0!important}html body .slide[data-index="0"] .subtitle{margin-top:8px!important;font-size:.88rem!important;line-height:1.2!important}html body .slide[data-index="0"] .lead{margin-top:8px!important;font-size:.82rem!important;line-height:1.35!important;max-width:760px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;justify-items:stretch!important;min-height:0!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-grid>article.menu-card,html body .slide[data-index="0"] .menu-grid>.menu-card,html body .slide[data-index="0"] article.menu-card.guide-entry-card{all:unset!important;box-sizing:border-box!important;position:relative!important;display:grid!important;grid-template-rows:auto auto 1fr auto!important;gap:5px!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-height:none!important;margin:0!important;padding:12px 13px!important;border-radius:18px!important;overflow:hidden!important;cursor:default!important;color:var(--text)!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.024))!important;border:1px solid rgba(126,245,255,.15)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}html body .slide[data-index="0"] .menu-card:hover{transform:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}html body .slide[data-index="0"] .menu-card::before,html body .slide[data-index="0"] .menu-card::after{display:none!important;content:none!important}html body .slide[data-index="0"] .menu-card .menu-num{width:31px!important;height:31px!important;border-radius:10px!important;margin:0!important;font-size:.62rem!important;font-weight:800!important;display:grid!important;place-items:center!important;background:rgba(126,245,255,.11)!important;border:1px solid rgba(126,245,255,.16)!important}html body .slide[data-index="0"] .menu-card h3{display:block!important;margin:0!important;font-size:.98rem!important;line-height:1.05!important;font-weight:850!important;letter-spacing:-.02em!important}html body .slide[data-index="0"] .menu-card p{display:-webkit-box!important;margin:0!important;color:var(--text-soft)!important;font-size:.72rem!important;line-height:1.28!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card .action-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;height:31px!important;min-height:31px!important;max-height:31px!important;margin:0!important;padding:0!important}html body .slide[data-index="0"] .menu-card .mini-btn,html body .slide[data-index="0"] #openGuideFromMenu.mini-btn,html body .slide[data-index="0"] button#openGuideFromMenu{all:unset!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:116px!important;height:31px!important;min-width:116px!important;max-width:116px!important;min-height:31px!important;max-height:31px!important;padding:0!important;border-radius:11px!important;cursor:pointer!important;font-size:13px!important;font-weight:650!important;line-height:31px!important;white-space:nowrap!important;color:rgb(234,255,255)!important;background:linear-gradient(135deg,rgba(23,126,255,.62),rgba(122,86,255,.56))!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:none!important}html body .slide[data-index="0"] .footerbar{align-self:end!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0 10px!important;font-size:.74rem!important;line-height:1!important;box-sizing:border-box!important;overflow:hidden!important}html body .slide[data-index="0"] .footerbar .dot-nav{margin:0!important;flex:0 0 auto!important}html body .slide[data-index="0"] .footerbar .page-no{width:auto!important;text-align:right!important;flex:0 0 auto!important}}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card,body[data-theme="light"] .slide[data-index="0"] .menu-grid>article.menu-card{background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(238,247,255,.88))!important;border-color:rgba(37,99,235,.13)!important;color:#12335a!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card .menu-num,body[data-theme="light"] .slide[data-index="0"] .menu-card .menu-num{background:rgba(37,99,235,.08)!important;border-color:rgba(37,99,235,.13)!important;color:#244c7c!important}@media (max-width:900px){html body .slide[data-index="0"] .slide-inner{display:block!important;overflow:auto!important;padding:18px 16px 96px!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}html body .slide[data-index="0"] .menu-card{min-height:118px!important;padding:13px!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{padding-top:18px!important;padding-bottom:76px!important;gap:12px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(-18px)!important;max-height:calc(100% + 24px)!important;align-items:stretch!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .hero-home>.hero-copy{align-content:center!important;padding-top:18px!important;padding-bottom:18px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding-top:14px!important;padding-bottom:14px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:auto 108px 56px 56px 56px 56px 34px!important;gap:9px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:56px!important;padding:8px 10px!important;display:grid!important;align-content:center!important;gap:4px!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important;width:100%!important;font-size:.86rem!important;line-height:1.12!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw strong,html body .slide[data-index="1"] a.service-card-v35.site-openclaw strong{font-size:.84rem!important;letter-spacing:.01em!important}html body .slide[data-index="1"] .service-card-v35 em,html body .slide[data-index="1"] a.service-card-v35 em{flex:0 1 auto!important;max-width:46%!important;font-size:.42rem!important;line-height:1!important;letter-spacing:.035em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:3px 5px!important}html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span{font-size:.62rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:900px){html body .slide[data-index="1"] .slide-inner{padding-top:12px!important}html body .slide[data-index="1"] .home-cockpit-v35{margin-top:-8px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:64px!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;white-space:nowrap!important;overflow:visible!important}html body .slide[data-index="1"] .service-card-v35 em,html body .slide[data-index="1"] a.service-card-v35 em{max-width:46%!important;font-size:.45rem!important;padding:3px 5px!important}}@media (max-width:900px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}html body .mobile-nav{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:calc(100vw - 16px)!important;height:auto!important;gap:6px!important;padding:7px!important;border-radius:20px!important;overflow:hidden!important;z-index:120!important}html body .mobile-nav .rail-btn,html body .mobile-nav button{min-width:0!important;width:auto!important;height:40px!important;padding:0 4px!important;border-radius:13px!important;font-size:.64rem!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"]{left:0!important;top:0!important;right:auto!important;bottom:auto!important;transform:none!important;width:100vw!important;height:100dvh!important;max-width:100vw!important;max-height:100dvh!important;border-radius:0!important;border:0!important;overflow-y:auto!important;overflow-x:hidden!important;background:linear-gradient(180deg,rgba(8,13,30,.96),rgba(10,15,32,.92))!important;-webkit-overflow-scrolling:touch!important}html body .slide[data-index="1"] .slide-inner{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:100dvh!important;overflow:visible!important;padding:18px 14px calc(112px + env(safe-area-inset-bottom))!important;margin:0!important;box-sizing:border-box!important}html body .slide[data-index="1"] .circuit-overlay{opacity:.34!important}html body .slide[data-index="1"] .slide-head{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-items:start!important;margin:0 0 14px!important;padding:0!important;position:relative!important;z-index:2!important}html body .slide[data-index="1"] .slide-head .eyebrow{font-size:.62rem!important;margin-bottom:6px!important}html body .slide[data-index="1"] .slide-head .title{font-size:clamp(2.25rem,12vw,3.15rem)!important;line-height:.98!important;margin:0!important}html body .slide[data-index="1"] .slide-head .subtitle{font-size:.72rem!important;line-height:1.2!important;margin-top:6px!important}html body .slide[data-index="1"] .slide-head .lead{font-size:.82rem!important;line-height:1.45!important;margin-top:7px!important;max-width:none!important}html body .slide[data-index="1"] .top-theme{position:static!important;display:flex!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;margin:0!important;overflow:hidden!important}html body .slide[data-index="1"] .top-theme button{height:30px!important;min-width:0!important;padding:0 10px!important;font-size:.65rem!important}html body .slide[data-index="1"] .hero-home,html body .slide[data-index="1"] .hero-home.home-layout-stable{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important;margin:0!important;transform:none!important;box-sizing:border-box!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{order:1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:hidden!important;margin:0!important;padding:18px 16px!important;border-radius:24px!important;box-sizing:border-box!important;background:radial-gradient(circle at 8% 0%,rgba(126,245,255,.16),transparent 34%),var(--surface-soft)!important;border:1px solid rgba(126,245,255,.16)!important}html body .slide[data-index="1"] .hero-copy::before,html body .slide[data-index="1"] .hero-copy::after{display:none!important;content:none!important}html body .slide[data-index="1"] .hero-copy .section-title{font-size:1.08rem!important;line-height:1.25!important;margin:0 0 9px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.84rem!important;line-height:1.62!important;margin:0!important;max-width:none!important}html body .slide[data-index="1"] .metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:14px 0 0!important;width:100%!important}html body .slide[data-index="1"] .metric{min-height:64px!important;padding:10px!important;border-radius:17px!important}html body .slide[data-index="1"] .metric strong{font-size:1.04rem!important;line-height:1.05!important;white-space:nowrap!important}html body .slide[data-index="1"] .metric span{font-size:.62rem!important;line-height:1.25!important}html body .slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:14px 0 0!important}html body .slide[data-index="1"] .chip{display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 8px!important;font-size:.66rem!important;border-radius:13px!important;white-space:nowrap!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .home-actions-v118{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:14px 0 0!important;width:100%!important;overflow:visible!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .contact-actions .mini-btn,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{width:100%!important;min-width:0!important;max-width:100%!important;height:36px!important;min-height:36px!important;padding:0 7px!important;font-size:.64rem!important;line-height:1!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}html body .slide[data-index="1"] .home-cockpit-v35{order:2!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important;margin:0!important;padding:12px!important;border-radius:24px!important;box-sizing:border-box!important;background:radial-gradient(circle at 50% -10%,rgba(126,245,255,.18),transparent 36%),var(--surface-soft)!important;border:1px solid rgba(126,245,255,.16)!important}html body .slide[data-index="1"] .home-cockpit-v35::before,html body .slide[data-index="1"] .home-cockpit-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "dnsadmin" "detail"!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;gap:9px!important;padding:0!important;margin:0!important;overflow:visible!important;align-content:start!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-matrix-v35::before,html body .slide[data-index="1"] .service-matrix-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;position:relative!important;display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;align-items:center!important;justify-items:start!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:88px!important;height:auto!important;padding:12px!important;margin:0!important;border-radius:20px!important;text-align:left!important;overflow:hidden!important;box-sizing:border-box!important;background:linear-gradient(135deg,rgba(126,245,255,.12),rgba(160,135,255,.08))!important;border:1px solid rgba(126,245,255,.15)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:64px!important;height:64px!important;min-width:64px!important;margin:0!important;border-radius:18px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:54px!important;height:54px!important;border-radius:15px!important;overflow:hidden!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{min-width:0!important;margin:0!important;text-align:left!important;display:grid!important;gap:3px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.62rem!important;line-height:1.28!important;white-space:normal!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-mail{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;display:grid!important;grid-template-columns:1fr!important;align-content:center!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:56px!important;max-height:none!important;margin:0!important;padding:10px 12px!important;padding-right:12px!important;border-radius:17px!important;overflow:hidden!important;box-sizing:border-box!important;text-decoration:none!important}html body .slide[data-index="1"] .site-openclaw{grid-area:openclaw!important}html body .slide[data-index="1"] .site-hermes{grid-area:hermes!important}html body .slide[data-index="1"] .site-ai{grid-area:ai!important}html body .slide[data-index="1"] .site-coagent{grid-area:coagent!important}html body .slide[data-index="1"] .site-ccxui{grid-area:ccxui!important}html body .slide[data-index="1"] .site-rnxui{grid-area:rnxui!important}html body .slide[data-index="1"] .site-mail{grid-area:mail!important}html body .slide[data-index="1"] .service-card-v35::before,html body .slide[data-index="1"] .service-card-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-card-v35 strong{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;font-size:.76rem!important;line-height:1.18!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:0!important}html body .slide[data-index="1"] .service-card-v35 span{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;font-size:.60rem!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:0!important;color:var(--text-soft)!important}html body .slide[data-index="1"] .service-card-v35 em{display:inline!important;font-size:.52em!important;opacity:.82!important;font-style:normal!important}html body .slide[data-index="1"] .service-pulse-v72,html body .slide[data-index="1"] .home-site-node{display:none!important;content:none!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;position:relative!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;max-width:100%!important;min-height:0!important;height:auto!important;padding:8px 10px!important;margin:0!important;border-radius:15px!important;overflow:hidden!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.52rem!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}html body .slide[data-index="1"] .footerbar{position:static!important;display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;gap:8px!important;margin:14px 0 0!important;padding:0!important;width:100%!important;text-align:center!important;transform:none!important}html body .slide[data-index="1"] .footerbar>span:first-child{font-size:.66rem!important;line-height:1.25!important;max-width:100%!important;white-space:normal!important}html body .slide[data-index="1"] .footerbar .page-no{width:100%!important;text-align:center!important;font-size:.60rem!important}}@media (max-width:380px){html body .slide[data-index="1"] .slide-inner{padding-left:12px!important;padding-right:12px!important;padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}html body .slide[data-index="1"] .slide-head .title{font-size:2.15rem!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .home-actions-v118{grid-template-columns:1fr!important}html body .slide[data-index="1"] .mobile-nav .rail-btn{font-size:.58rem!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35{position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"profile profile" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "pulse pulse" "detail detail"!important;gap:10px!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;align-items:stretch!important;justify-items:stretch!important;padding:12px!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-matrix-v35::before,html body .slide[data-index="1"] .service-matrix-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-matrix-v35>*{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;margin:0!important;width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:profile!important;justify-self:center!important;width:min(100%,260px)!important;max-width:260px!important;min-height:0!important;z-index:2!important}html body .slide[data-index="1"] .site-openclaw{grid-area:openclaw!important}html body .slide[data-index="1"] .site-hermes{grid-area:hermes!important}html body .slide[data-index="1"] .site-ai{grid-area:ai!important}html body .slide[data-index="1"] .site-coagent{grid-area:coagent!important}html body .slide[data-index="1"] .site-ccxui{grid-area:ccxui!important}html body .slide[data-index="1"] .site-rnxui{grid-area:rnxui!important}html body .slide[data-index="1"] .site-publicmail{grid-area:mail!important}html body .slide[data-index="1"] .site-dnsadmin{grid-area:dnsadmin!important}html body .slide[data-index="1"] .service-pulse-v72{grid-area:pulse!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important}html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35{display:grid!important;align-content:center!important;justify-content:stretch!important;height:58px!important;min-height:58px!important;max-height:58px!important;padding:9px 42px 9px 11px!important;border-radius:18px!important;overflow:hidden!important;z-index:3!important;text-decoration:none!important}html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35::before{content:attr(data-icon)!important;display:grid!important;place-items:center!important;position:absolute!important;left:auto!important;right:11px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:rgba(126,245,255,.78)!important;opacity:.88!important;font-size:18px!important;line-height:1!important;pointer-events:none!important;visibility:visible!important}html[data-theme="light"] body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35::before,body[data-theme="light"] .slide[data-index="1"] .service-matrix-v35>a.service-card-v35::before,[data-theme="light"] body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35::before{color:rgba(37,99,235,.66)!important;opacity:.9!important}html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35::after,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35::after{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important}html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35 strong,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35 span{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media (max-width:430px){html body .slide[data-index="1"] .service-matrix-v35{gap:8px!important;padding:10px!important}html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35{height:54px!important;min-height:54px!important;max-height:54px!important;padding:8px 38px 8px 10px!important}html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35::before{right:9px!important;width:24px!important;height:24px!important;font-size:17px!important}}@media (min-width:901px){html body .slide[data-index="0"] .slide-inner{padding:22px 28px 14px!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(2,120px)!important;gap:10px!important;align-content:start!important}html body .slide[data-index="0"] .menu-grid>.menu-card{height:120px!important;min-height:120px!important;max-height:120px!important;padding:10px 12px!important;display:grid!important;grid-template-rows:26px 20px 1fr 29px!important;gap:4px!important;overflow:hidden!important;box-sizing:border-box!important;transform:none!important}html body .slide[data-index="0"] .menu-card .menu-num{width:26px!important;height:26px!important;border-radius:9px!important;font-size:.58rem!important;margin:0!important}html body .slide[data-index="0"] .menu-card h3{font-size:.90rem!important;line-height:1!important;margin:0!important}html body .slide[data-index="0"] .menu-card p{font-size:.66rem!important;line-height:1.18!important;margin:0!important;-webkit-line-clamp:2!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card .action-row{height:29px!important;margin:0!important;padding:0!important}html body .slide[data-index="0"] .menu-card .mini-btn,html body .slide[data-index="0"] #openGuideFromMenu{height:29px!important;min-height:29px!important;max-height:29px!important;width:112px!important;min-width:112px!important;max-width:112px!important;font-size:12px!important;line-height:29px!important;border-radius:10px!important;padding:0!important}html body .slide[data-index="0"] .footerbar{height:36px!important;min-height:36px!important;max-height:36px!important;margin-top:8px!important;padding:0 10px!important;overflow:hidden!important;flex-wrap:nowrap!important}html body .slide[data-index="0"] .footerbar span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .constellation-grid,html body .slide[data-index="1"] .home-site-card,html body .slide[data-index="1"] .home-orbit,html body .slide[data-index="1"] .orbit-ring,html body .slide[data-index="1"] .avatar-station,html body .slide[data-index="1"] .orbit-dot,html body .slide[data-index="1"] .star,html body .slide[data-index="1"] .spark,html body .slide[data-index="1"] .home-site-node::before,html body .slide[data-index="1"] .home-site-node::after,html body .slide[data-index="1"] .home-cockpit-v35::before,html body .slide[data-index="1"] .home-cockpit-v35::after,html body .slide[data-index="1"] .service-matrix-v35::after,html body .slide[data-index="1"] .profile-station-v35::before,html body .slide[data-index="1"] .profile-station-v35::after{display:none!important;content:none!important;pointer-events:none!important}html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .service-matrix-v35 *,html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] .service-card-v35 *{overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35{isolation:isolate!important}html body .slide[data-index="1"] .service-card-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-card-v35::before{pointer-events:none!important;z-index:1!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 span{z-index:2!important}@media (min-width:901px){html body .slide[data-index="0"] .slide-inner{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:18px!important;padding:34px 42px 22px!important;overflow:hidden!important}html body .slide[data-index="0"] .slide-head{margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important}html body .slide[data-index="0"] .eyebrow{height:auto!important;margin:0 0 12px!important;padding:8px 14px!important;font-size:.72rem!important}html body .slide[data-index="0"] .title{font-size:clamp(2.45rem,4.4vw,4.85rem)!important;line-height:.96!important;margin:0!important}html body .slide[data-index="0"] .subtitle{font-size:1rem!important;margin-top:10px!important;line-height:1.25!important}html body .slide[data-index="0"] .lead{font-size:.91rem!important;line-height:1.55!important;max-width:720px!important;margin-top:10px!important;-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(150px,1fr))!important;gap:18px!important;align-items:stretch!important;justify-items:stretch!important;overflow:visible!important;min-height:0!important}html body .slide[data-index="0"] .menu-grid>.menu-card,html body .slide[data-index="0"] article.menu-card,html body .slide[data-index="0"] article.guide-entry-card{all:unset!important;box-sizing:border-box!important;position:relative!important;display:grid!important;grid-template-rows:auto auto 1fr auto!important;gap:8px!important;width:100%!important;height:100%!important;min-height:150px!important;max-height:none!important;padding:18px!important;border-radius:24px!important;overflow:hidden!important;color:var(--text)!important;background:var(--surface-soft)!important;border:1px solid var(--line)!important;transition:.22s ease!important;cursor:default!important}html body .slide[data-index="0"] .menu-grid>.menu-card:hover{transform:translateY(-3px)!important;border-color:var(--line-strong)!important;box-shadow:0 18px 34px rgba(0,0,0,.12),0 0 28px rgba(126,245,255,.08)!important}html body .slide[data-index="0"] .menu-card::before,html body .slide[data-index="0"] .menu-card::after{display:none!important;content:none!important}html body .slide[data-index="0"] .menu-card .menu-num{width:42px!important;height:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.14))!important;border:1px solid var(--line)!important;font-weight:800!important;margin:0!important;font-size:.78rem!important}html body .slide[data-index="0"] .menu-card h3{font-size:1.08rem!important;line-height:1.25!important;margin:0!important;font-weight:850!important}html body .slide[data-index="0"] .menu-card p{display:block!important;color:var(--text-soft)!important;line-height:1.48!important;font-size:.84rem!important;margin:0!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card .action-row{height:38px!important;display:flex!important;align-items:center!important;margin:0!important;padding:0!important}html body .slide[data-index="0"] .menu-card .mini-btn,html body .slide[data-index="0"] #openGuideFromMenu{all:unset!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:126px!important;height:38px!important;border-radius:14px!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important;color:rgb(234,255,255)!important;background:linear-gradient(135deg,rgba(23,126,255,.55),rgba(122,86,255,.50))!important;border:1px solid rgba(126,245,255,.20)!important;cursor:pointer!important}html body .slide[data-index="0"] .footerbar{height:auto!important;min-height:42px!important;max-height:none!important;margin:0!important;padding:0 4px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;font-size:.82rem!important;overflow:visible!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:18px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;gap:10px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35{min-height:48px!important;padding:8px 56px 8px 12px!important;border-radius:16px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.77rem!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.58rem!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35::before{content:attr(data-icon)!important;display:grid!important;place-items:center!important;position:absolute!important;right:13px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;border-radius:11px!important;font-size:16px!important;line-height:1!important;overflow:hidden!important}html body .slide[data-index="1"] .site-mail::before{content:"✉"!important;width:34px!important;height:26px!important;border-radius:10px!important;right:14px!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 13px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;overflow:hidden!important}}@media (max-width:900px){html body .slide[data-index="1"] .slide-inner{overflow:auto!important;padding-bottom:88px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable{display:flex!important;flex-direction:column!important;gap:14px!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy{padding:18px!important;border-radius:24px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:14px!important;border-radius:24px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:flex!important;flex-direction:column!important;gap:10px!important;overflow:hidden!important}html body .slide[data-index="1"] .profile-station-v35{display:grid!important;grid-template-columns:66px minmax(0,1fr)!important;gap:12px!important;min-height:92px!important;padding:12px!important;overflow:hidden!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:62px!important;height:62px!important;min-width:62px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:52px!important;height:52px!important;border-radius:15px!important}html body .slide[data-index="1"] .service-card-v35{width:100%!important;min-height:50px!important;padding:9px 54px 9px 12px!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-card-v35::before{right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important}html body .slide[data-index="1"] .service-detail-v57{width:100%!important;box-sizing:border-box!important;min-height:40px!important;height:auto!important;padding:8px 12px!important;font-size:.58rem!important;gap:6px!important}}html body .slide[data-index="1"] .service-card-v35.site-mail::after,html body .slide[data-index="1"] a.service-card-v35.site-mail::after,html body .slide[data-index="1"] .site-mail::after{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media (max-width:900px){html body .slide[data-index="1"]{overflow:auto!important}html body .slide[data-index="1"] .slide-inner{padding:16px 14px 108px!important;overflow:visible!important;min-height:auto!important;height:auto!important}html body .slide[data-index="1"] .hero-home.home-layout-stable{display:flex!important;flex-direction:column!important;gap:18px!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy{padding:18px!important;border-radius:24px!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy .title{font-size:2.05rem!important;line-height:1.02!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.86rem!important;line-height:1.55!important}html body .slide[data-index="1"] .identity-chips{gap:7px!important}html body .slide[data-index="1"] .identity-chips span{font-size:.68rem!important;padding:6px 8px!important}html body .slide[data-index="1"] .metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}html body .slide[data-index="1"] .metric{padding:10px!important;border-radius:15px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:16px!important;border-radius:25px!important;overflow:hidden!important;max-height:none!important}html body .slide[data-index="1"] .service-matrix-v35{display:flex!important;flex-direction:column!important;gap:11px!important;overflow:visible!important;max-height:none!important}html body .slide[data-index="1"] .service-matrix-v35::before{order:0!important;margin-bottom:1px!important}html body .slide[data-index="1"] .profile-station-v35{order:1!important;min-height:98px!important}html body .slide[data-index="1"] .site-openclaw{order:2!important}html body .slide[data-index="1"] .site-hermes{order:3!important}html body .slide[data-index="1"] .site-ai{order:4!important}html body .slide[data-index="1"] .site-ccxui{order:5!important}html body .slide[data-index="1"] .site-rnxui{order:6!important}html body .slide[data-index="1"] .site-coagent{order:7!important}html body .slide[data-index="1"] .site-mail{order:8!important}html body .slide[data-index="1"] .service-detail-v57{order:9!important}html body .slide[data-index="1"] .service-card-v35{min-height:56px!important;padding:10px 58px 10px 13px!important;border-radius:17px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.80rem!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.60rem!important}html body .slide[data-index="1"] .service-card-v35::before{width:31px!important;height:31px!important;right:14px!important;font-size:16px!important}html body .slide[data-index="1"] .site-mail::before{width:34px!important;height:27px!important;right:15px!important}html body .slide[data-index="1"] .service-detail-v57{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;min-height:46px!important;height:auto!important;line-height:1.25!important;padding:9px 12px!important}}html body .slide[data-index="1"] .mail-float,html body .slide[data-index="1"] .mail-icon-float,html body .slide[data-index="1"] .mail-delivery,html body .slide[data-index="1"] .mail-postmark,html body .slide[data-index="1"] .delivery-icon,html body .slide[data-index="1"] [class*="mail-float"],html body .slide[data-index="1"] [class*="delivery"],html body .slide[data-index="1"] [class*="postmark"]{display:none!important;content:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .slide[data-index="1"] .service-card-v35::before{right:18px!important}html body .slide[data-index="1"] .service-card-v35.site-mail,html body .slide[data-index="1"] .site-mail{padding-right:68px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before,html body .slide[data-index="1"] .site-mail::before{right:22px!important}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35{padding-right:64px!important}html body .slide[data-index="1"] .service-card-v35::before{right:18px!important}html body .slide[data-index="1"] .service-card-v35.site-mail,html body .slide[data-index="1"] .site-mail{padding-right:70px!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before,html body .slide[data-index="1"] .site-mail::before{right:22px!important}}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{position:relative!important}html body .slide[data-index="1"] .service-card-v35::before,html body .slide[data-index="1"] a.service-card-v35::before{position:absolute!important;left:auto!important;right:18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:1!important;pointer-events:none!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before,html body .slide[data-index="1"] a.service-card-v35.site-mail::before,html body .slide[data-index="1"] .site-mail::before{left:auto!important;right:22px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;position:absolute!important}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{position:relative!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35::before,html body .slide[data-index="1"] a.service-card-v35::before{left:auto!important;right:18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;position:absolute!important}html body .slide[data-index="1"] .service-card-v35.site-mail::before,html body .slide[data-index="1"] a.service-card-v35.site-mail::before,html body .slide[data-index="1"] .site-mail::before{left:auto!important;right:22px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{position:relative!important;overflow:hidden!important;isolation:isolate!important;padding-right:72px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{position:absolute!important;display:grid!important;place-items:center!important;box-sizing:border-box!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important;left:auto!important;right:18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;margin:0!important;padding:0!important;border-radius:14px!important;font-size:18px!important;line-height:1!important;text-align:center!important;pointer-events:none!important;z-index:2!important;color:rgba(228,244,255,.92)!important;background:linear-gradient(135deg,rgba(125,211,252,.18),rgba(168,85,247,.14))!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 24px rgba(15,23,42,.18)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::after,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-openclaw::before{content:"⚙"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-hermes::before{content:"↯"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-ai::before{content:"✦"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-ccxui::before{content:"⌘"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-rnxui::before{content:"◇"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-coagent::before{content:"◎"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-mail::before{content:"✉"!important}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{padding-right:66px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;right:16px!important;font-size:16px!important;border-radius:12px!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(20,34,54,.86)!important;background:linear-gradient(135deg,rgba(14,165,233,.13),rgba(99,102,241,.10))!important;border-color:rgba(15,23,42,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 8px 20px rgba(15,23,42,.10)!important}}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{position:relative!important;overflow:hidden!important;isolation:isolate!important;padding-left:22px!important;padding-right:74px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{position:absolute!important;display:block!important;box-sizing:border-box!important;inline-size:42px!important;block-size:42px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;inset-inline-start:auto!important;left:auto!important;inset-inline-end:16px!important;right:16px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;pointer-events:none!important;z-index:1!important;text-align:center!important;font-size:31px!important;line-height:42px!important;font-weight:700!important;color:rgba(185,213,236,.28)!important;text-shadow:0 1px 0 rgba(255,255,255,.05),0 12px 26px rgba(0,0,0,.22)!important;opacity:1!important;mix-blend-mode:screen!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(125,211,252,.46)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35>*,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35>*{position:relative!important;z-index:2!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::after,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-openclaw::before{content:"⚙"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-hermes::before{content:"↯"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-ai::before{content:"✦"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-ccxui::before{content:"⌘"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-rnxui::before{content:"◇"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-coagent::before{content:"◎"!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-mail::before{content:"✉"!important}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{padding-left:18px!important;padding-right:66px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important;right:15px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;font-size:28px!important;line-height:38px!important;color:rgba(185,213,236,.30)!important;mix-blend-mode:screen!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(42,70,98,.20)!important;text-shadow:none!important;mix-blend-mode:multiply!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(14,116,144,.30)!important}}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35{box-shadow:none!important}html body .slide[data-index="1"] .service-matrix-v35::before,html body .slide[data-index="1"] .service-matrix-v35::after,html body .slide[data-index="1"] .home-cockpit-v35::before,html body .slide[data-index="1"] .home-cockpit-v35::after{opacity:.35!important;filter:none!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{position:relative!important;overflow:hidden!important;padding-left:22px!important;padding-right:86px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{position:absolute!important;display:block!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;left:auto!important;right:26px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;pointer-events:none!important;z-index:1!important;text-align:center!important;font-size:25px!important;line-height:34px!important;font-weight:650!important;color:rgba(172,202,228,.34)!important;text-shadow:none!important;opacity:1!important;mix-blend-mode:normal!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(125,211,252,.52)!important}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{padding-left:18px!important;padding-right:78px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;right:28px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;font-size:23px!important;line-height:32px!important;color:rgba(172,202,228,.38)!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-matrix-v35::before,html body .slide[data-index="1"] .service-matrix-v35::after,html body .slide[data-index="1"] .home-cockpit-v35::before,html body .slide[data-index="1"] .home-cockpit-v35::after{opacity:.22!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(38,65,90,.24)!important;mix-blend-mode:normal!important}}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{left:auto!important;right:28px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important;line-height:30px!important;font-size:23px!important;color:rgba(203,226,244,.30)!important;background:transparent!important;border:0!important;box-shadow:none!important;text-shadow:none!important;mix-blend-mode:normal!important;opacity:1!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{padding-right:88px!important}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35{gap:8px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{min-height:50px!important;height:50px!important;padding-right:78px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{right:30px!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;line-height:28px!important;font-size:21px!important;color:rgba(203,226,244,.34)!important}html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{transform:scale(.78)!important;right:10px!important;bottom:6px!important;opacity:.58!important;z-index:20!important}}@media (prefers-color-scheme:dark){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(203,226,244,.30)!important;background:transparent!important;box-shadow:none!important;text-shadow:none!important;mix-blend-mode:normal!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(37,63,88,.20)!important}}@media (max-width:900px){html body .slide[data-index="1"] .slide-inner{padding-bottom:72px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:12px!important}html body .slide[data-index="1"] .home-cockpit-v35{gap:8px!important}html body .slide[data-index="1"] .service-matrix-v35{gap:6px!important;margin-top:0!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35{min-height:44px!important;height:44px!important;padding-top:8px!important;padding-bottom:8px!important;padding-left:16px!important;padding-right:76px!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35 strong,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35 strong{font-size:13px!important;line-height:1.05!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35 span,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35 span{font-size:10px!important;line-height:1!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35 small,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35 small{font-size:10px!important;line-height:1!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{right:30px!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important;line-height:26px!important;font-size:20px!important}html body:has(.slide[data-index="1"].active) .footerbar{min-height:38px!important;padding-top:6px!important;padding-bottom:6px!important}html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{transform:scale(.70)!important;right:6px!important;bottom:2px!important;opacity:.48!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-mail::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35.site-mail::before{color:rgba(37,63,88,.12)!important;opacity:.72!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important;mix-blend-mode:normal!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35.site-mail:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35.site-mail:hover::before{color:rgba(14,116,144,.24)!important;opacity:.95!important}}html body .slide[data-index="1"] .service-pulse-v72{grid-area:status!important;position:relative!important;min-height:44px!important;border-radius:16px!important;padding:10px 14px!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:auto 1fr!important;grid-template-areas:"dot title" "dot meta"!important;align-items:center!important;column-gap:10px!important;overflow:hidden!important;color:rgba(223,244,255,.80)!important;background:linear-gradient(135deg,rgba(126,245,255,.085),rgba(160,135,255,.055))!important;border:1px solid rgba(126,245,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .service-pulse-v72::before{content:""!important;grid-area:dot!important;width:10px!important;height:10px!important;border-radius:999px!important;background:#7ef5ff!important;box-shadow:0 0 0 5px rgba(126,245,255,.08),0 0 18px rgba(126,245,255,.38)!important}html body .slide[data-index="1"] .service-pulse-v72 b{grid-area:title!important;font-size:.70rem!important;line-height:1.1!important;letter-spacing:.11em!important;text-transform:uppercase!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-pulse-v72 span{grid-area:meta!important;font-size:.58rem!important;line-height:1.1!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:rgba(203,226,244,.58)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail status" "detail detail"!important}html body .slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;min-height:48px!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;min-height:40px!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label" "avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "status" "detail"!important;grid-template-columns:1fr!important;gap:6px!important}html body .slide[data-index="1"] .service-pulse-v72{min-height:34px!important;padding:6px 12px!important;border-radius:13px!important;grid-template-columns:auto 1fr auto!important;grid-template-areas:"dot title meta"!important;column-gap:8px!important;background:linear-gradient(135deg,rgba(126,245,255,.055),rgba(160,135,255,.035))!important}html body .slide[data-index="1"] .service-pulse-v72::before{width:7px!important;height:7px!important;box-shadow:0 0 0 4px rgba(126,245,255,.055),0 0 12px rgba(126,245,255,.25)!important}html body .slide[data-index="1"] .service-pulse-v72 b{font-size:10px!important;letter-spacing:.09em!important}html body .slide[data-index="1"] .service-pulse-v72 span{font-size:9px!important;letter-spacing:.06em!important;text-align:right!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-pulse-v72{color:rgba(24,48,72,.78)!important;background:linear-gradient(135deg,rgba(14,165,233,.055),rgba(99,102,241,.04))!important;border-color:rgba(15,23,42,.09)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important}html body .slide[data-index="1"] .service-pulse-v72::before{background:#0ea5e9!important;box-shadow:0 0 0 5px rgba(14,165,233,.065),0 0 14px rgba(14,165,233,.18)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(42,70,98,.48)!important}}html body .slide[data-index="1"] .service-pulse-v72{grid-area:status!important;position:relative!important;min-height:38px!important;border-radius:999px!important;padding:8px 14px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;overflow:hidden!important;color:rgba(218,238,249,.62)!important;background:linear-gradient(90deg,rgba(8,21,34,.34),rgba(16,28,48,.22))!important;border:1px solid rgba(148,198,232,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;backdrop-filter:blur(8px)!important}html body .slide[data-index="1"] .service-pulse-v72::before{content:""!important;flex:0 0 auto!important;width:7px!important;height:7px!important;border-radius:999px!important;background:rgba(125,211,252,.74)!important;box-shadow:0 0 0 4px rgba(125,211,252,.045),0 0 12px rgba(125,211,252,.20)!important}html body .slide[data-index="1"] .service-pulse-v72 b{flex:1 1 auto!important;min-width:0!important;font-size:.62rem!important;line-height:1!important;letter-spacing:.13em!important;text-transform:uppercase!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:rgba(220,239,249,.68)!important}html body .slide[data-index="1"] .service-pulse-v72 span{flex:0 1 auto!important;min-width:0!important;font-size:.55rem!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:rgba(190,212,228,.42)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "status status" "detail detail"!important;gap:10px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;min-height:48px!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;min-height:38px!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label" "avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "status" "detail"!important;grid-template-columns:1fr!important;gap:5px!important}html body .slide[data-index="1"] .service-pulse-v72{min-height:28px!important;padding:5px 10px!important;border-radius:999px!important;gap:8px!important;background:linear-gradient(90deg,rgba(8,21,34,.24),rgba(16,28,48,.16))!important}html body .slide[data-index="1"] .service-pulse-v72::before{width:6px!important;height:6px!important;box-shadow:0 0 0 3px rgba(125,211,252,.04),0 0 10px rgba(125,211,252,.16)!important}html body .slide[data-index="1"] .service-pulse-v72 b{font-size:9px!important;letter-spacing:.10em!important}html body .slide[data-index="1"] .service-pulse-v72 span{font-size:8px!important;letter-spacing:.055em!important}html body .slide[data-index="1"] .service-detail-v57{min-height:36px!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .service-pulse-v72{color:rgba(31,54,78,.54)!important;background:linear-gradient(90deg,rgba(255,255,255,.50),rgba(236,247,255,.30))!important;border-color:rgba(37,71,104,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important}html body .slide[data-index="1"] .service-pulse-v72::before{background:rgba(14,165,233,.56)!important;box-shadow:0 0 0 4px rgba(14,165,233,.045),0 0 10px rgba(14,165,233,.12)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(31,54,78,.58)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(42,70,98,.36)!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "status status" "detail detail"!important;gap:10px!important}html body .slide[data-index="1"] .service-pulse-v72{grid-area:status!important;min-height:34px!important;border-radius:999px!important;padding:7px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;background:linear-gradient(90deg,rgba(8,21,34,.26),rgba(17,30,49,.16))!important;border:1px solid rgba(148,198,232,.085)!important;color:rgba(218,238,249,.58)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}html body .slide[data-index="1"] .service-pulse-v72::before{content:""!important;flex:0 0 auto!important;width:7px!important;height:7px!important;border-radius:999px!important;background:rgba(125,211,252,.62)!important;box-shadow:0 0 0 4px rgba(125,211,252,.035),0 0 10px rgba(125,211,252,.14)!important}html body .slide[data-index="1"] .service-pulse-v72 b{font-size:.60rem!important;letter-spacing:.13em!important;color:rgba(220,239,249,.62)!important;line-height:1!important}html body .slide[data-index="1"] .service-pulse-v72 span{font-size:.53rem!important;letter-spacing:.08em!important;color:rgba(190,212,228,.38)!important;line-height:1!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-pulse-v72{display:none!important}html body .slide[data-index="1"] .slide-inner{padding-bottom:126px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:10px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label" "avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "gateway" "detail"!important;grid-template-columns:1fr!important;gap:5px!important;padding-bottom:12px!important}html body .slide[data-index="1"] .service-detail-v57{min-height:32px!important;padding:0 10px!important;font-size:9px!important}html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{transform:scale(.62)!important;right:4px!important;bottom:0!important;opacity:.38!important}}@media (prefers-color-scheme:light){html body .top-theme button,html body .theme-toggle button,html body [data-theme-mode]{color:rgba(31,54,78,.78)!important;border-color:rgba(31,54,78,.16)!important;background:rgba(255,255,255,.52)!important}html body .top-theme button.active,html body .theme-toggle button.active,html body [data-theme-mode].active{color:rgba(14,72,108,.92)!important;border-color:rgba(14,116,144,.24)!important;background:rgba(236,248,255,.78)!important}html body .slide[data-index="1"] .service-pulse-v72{color:rgba(31,54,78,.50)!important;background:linear-gradient(90deg,rgba(255,255,255,.46),rgba(236,247,255,.26))!important;border-color:rgba(37,71,104,.07)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(31,54,78,.54)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(42,70,98,.34)!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] a,html body .slide[data-index="1"] button,html body .slide[data-index="1"] .cta,html body .slide[data-index="1"] .hero-actions a,html body .slide[data-index="1"] .hero-actions button,html body .slide[data-index="1"] [class*="button"],html body .slide[data-index="1"] [class*="btn"]{color:rgba(21,43,67,.86)!important;text-shadow:none!important}html body .slide[data-index="1"] .hero-actions a,html body .slide[data-index="1"] .hero-actions button,html body .slide[data-index="1"] .action-row a,html body .slide[data-index="1"] .action-row button,html body .slide[data-index="1"] .quick-actions a,html body .slide[data-index="1"] .quick-actions button,html body .slide[data-index="1"] .btn,html body .slide[data-index="1"] .ghost-btn{color:rgba(18,42,68,.88)!important;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(229,245,255,.62))!important;border-color:rgba(30,82,122,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 8px 18px rgba(31,77,116,.07)!important}html body .slide[data-index="1"] .hero-actions a:hover,html body .slide[data-index="1"] .hero-actions button:hover,html body .slide[data-index="1"] .btn:hover,html body .slide[data-index="1"] .ghost-btn:hover{color:rgba(5,55,88,.96)!important;border-color:rgba(14,116,144,.26)!important;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(216,242,255,.76))!important}html body .dot-nav button,html body .rail-btn,html body .footerbar button,html body .footerbar a,html body .bottom-nav button,html body .bottom-nav a{color:rgba(29,55,82,.76)!important;text-shadow:none!important}html body .dot-nav button.active,html body .dot-nav button[aria-current="true"],html body .rail-btn.active,html body .rail-btn[aria-current="true"],html body .footerbar button.active,html body .footerbar a.active,html body .bottom-nav button.active,html body .bottom-nav a.active{color:rgba(8,60,96,.96)!important;border-color:rgba(14,116,144,.26)!important;background:linear-gradient(135deg,rgba(234,249,255,.88),rgba(196,234,255,.64))!important}html body .top-theme button,html body .theme-toggle button,html body [data-theme-mode]{color:rgba(25,50,78,.82)!important;text-shadow:none!important}}@media (prefers-color-scheme:dark){html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .profile-station-v35,html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .service-card-v35{color:rgba(226,242,255,.88)!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{background:linear-gradient(135deg,rgba(9,20,34,.70),rgba(15,28,48,.52))!important;border-color:rgba(125,211,252,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 10px 24px rgba(0,0,0,.18)!important}html body .slide[data-index="1"] .service-card-v35:hover,html body .slide[data-index="1"] a.service-card-v35:hover{background:linear-gradient(135deg,rgba(12,28,48,.78),rgba(22,38,64,.58))!important;border-color:rgba(125,211,252,.24)!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b{color:rgba(238,248,255,.95)!important;text-shadow:0 1px 12px rgba(0,0,0,.18)!important}html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span,html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .profile-station-v35 small,html body .slide[data-index="1"] .profile-station-v35 span{color:rgba(190,216,235,.70)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(211,238,255,.46)!important;opacity:.62!important;background:radial-gradient(circle at 35% 28%,rgba(125,211,252,.13),rgba(31,43,71,.075) 64%,rgba(8,14,28,.025))!important;border:1px solid rgba(125,211,252,.095)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 0 18px rgba(46,178,220,.07)!important;text-shadow:none!important;filter:none!important;mix-blend-mode:normal!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(220,244,255,.72)!important;opacity:.78!important;background:radial-gradient(circle at 35% 28%,rgba(125,211,252,.18),rgba(31,43,71,.10) 64%,rgba(8,14,28,.035))!important;border-color:rgba(125,211,252,.16)!important}html body .slide[data-index="1"] .service-matrix-v35 .site-mail::before,html body .slide[data-index="1"] .service-matrix-v35 a.site-mail::before{color:rgba(211,238,255,.34)!important;opacity:.54!important;background:radial-gradient(circle at 35% 28%,rgba(125,211,252,.08),rgba(31,43,71,.055) 64%,rgba(8,14,28,.02))!important;border-color:rgba(125,211,252,.07)!important}html body .slide[data-index="1"] .service-pulse-v72{background:linear-gradient(90deg,rgba(6,15,26,.48),rgba(12,24,42,.32))!important;border-color:rgba(125,211,252,.12)!important;color:rgba(210,232,246,.76)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(226,242,252,.82)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(194,218,234,.58)!important}html body .slide[data-index="1"] .service-pulse-v72::before{background:rgba(125,211,252,.70)!important;box-shadow:0 0 0 4px rgba(125,211,252,.045),0 0 12px rgba(125,211,252,.18)!important}html body .slide[data-index="1"] .hero-actions a,html body .slide[data-index="1"] .hero-actions button,html body .slide[data-index="1"] .btn,html body .slide[data-index="1"] .ghost-btn,html body .dot-nav button,html body .rail-btn,html body .footerbar button,html body .footerbar a{color:rgba(224,240,252,.82)!important;text-shadow:none!important}html body .slide[data-index="1"] .avatar-caption,html body .slide[data-index="1"] .avatar-caption *{color:rgba(213,234,248,.78)!important}}html,body{max-width:100%!important;overflow-x:hidden!important}*,*::before,*::after{box-sizing:border-box!important}@media (max-width:900px){html body .slide,html body .slide.active,html body .slide-inner,html body .hero-home,html body .hero-home.home-layout-stable,html body .home-cockpit-v35,html body .service-matrix-v35,html body .profile-station-v35{max-width:100%!important;overflow-x:hidden!important}html body .slide[data-index="1"] .slide-inner{width:100%!important;padding-left:18px!important;padding-right:18px!important;padding-bottom:132px!important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35{width:100%!important;margin-left:auto!important;margin-right:auto!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35,html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .profile-station-v35{width:100%!important;max-width:100%!important;min-width:0!important}}@media (prefers-color-scheme:dark){html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .profile-station-v35{background:linear-gradient(135deg,rgba(4,10,18,.72),rgba(8,16,29,.54))!important;border-color:rgba(125,211,252,.13)!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{background:linear-gradient(135deg,rgba(7,17,30,.78),rgba(11,24,42,.60))!important;border-color:rgba(118,184,220,.13)!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 b{color:rgba(241,249,255,.98)!important}html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span:not(.service-pulse-v72 span),html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 span{color:rgba(202,224,240,.76)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(206,232,248,.38)!important;opacity:.50!important;background:rgba(105,157,197,.055)!important;border-color:rgba(125,211,252,.055)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;outline:none!important;filter:none!important;mix-blend-mode:normal!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(220,241,252,.58)!important;opacity:.66!important;background:rgba(105,157,197,.085)!important;border-color:rgba(125,211,252,.085)!important}html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .profile-station-v35 .avatar-caption,html body .slide[data-index="1"] .profile-station-v35 .avatar-caption *{color:rgba(210,231,246,.82)!important}html body .slide[data-index="1"] .service-pulse-v72{background:linear-gradient(90deg,rgba(5,13,23,.56),rgba(9,20,36,.40))!important;border-color:rgba(125,211,252,.11)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(235,247,255,.88)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(205,226,240,.64)!important}}@media (prefers-color-scheme:light){html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .service-matrix-v35 .eyebrow,html body .slide[data-index="1"] .service-matrix-v35 small{color:rgba(36,64,92,.58)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(42,70,98,.46)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(31,54,78,.64)!important}}@media (prefers-color-scheme:dark){html body .slide[data-index="1"]{color:rgba(242,248,255,.94)!important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .profile-station-v35{background:linear-gradient(135deg,rgba(12,27,45,.76),rgba(17,34,58,.62))!important;border-color:rgba(125,211,252,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.075),0 18px 46px rgba(0,0,0,.22)!important}html body .slide[data-index="1"] h1,html body .slide[data-index="1"] h2,html body .slide[data-index="1"] h3,html body .slide[data-index="1"] .title,html body .slide[data-index="1"] .section-title,html body .slide[data-index="1"] .brand,html body .slide[data-index="1"] .name,html body .slide[data-index="1"] .hero-title,html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 b{color:rgba(248,252,255,.98)!important;text-shadow:0 0 16px rgba(125,211,252,.08)!important}html body .slide[data-index="1"] p,html body .slide[data-index="1"] li,html body .slide[data-index="1"] .subtitle,html body .slide[data-index="1"] .desc,html body .slide[data-index="1"] .tagline,html body .slide[data-index="1"] .meta,html body .slide[data-index="1"] .eyebrow,html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 span,html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .avatar-caption,html body .slide[data-index="1"] .avatar-caption *{color:rgba(216,234,248,.82)!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{background:linear-gradient(135deg,rgba(17,35,58,.78),rgba(23,44,72,.62))!important;border-color:rgba(125,211,252,.17)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 24px rgba(0,0,0,.16)!important}html body .slide[data-index="1"] .service-card-v35:hover,html body .slide[data-index="1"] a.service-card-v35:hover{background:linear-gradient(135deg,rgba(22,45,74,.86),rgba(31,56,88,.70))!important;border-color:rgba(125,211,252,.28)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(229,246,255,.54)!important;opacity:.68!important;background:radial-gradient(circle at 35% 28%,rgba(125,211,252,.15),rgba(92,128,180,.10) 64%,rgba(20,35,58,.06))!important;border-color:rgba(125,211,252,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 0 14px rgba(94,184,224,.09)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(245,252,255,.80)!important;opacity:.84!important;background:radial-gradient(circle at 35% 28%,rgba(125,211,252,.22),rgba(92,128,180,.13) 64%,rgba(20,35,58,.08))!important}html body .slide[data-index="1"] .service-matrix-v35 .site-mail::before,html body .slide[data-index="1"] .service-matrix-v35 a.site-mail::before{color:rgba(229,246,255,.42)!important;opacity:.58!important}html body .slide[data-index="1"] .service-pulse-v72{background:linear-gradient(90deg,rgba(16,35,57,.62),rgba(21,43,70,.42))!important;border-color:rgba(125,211,252,.16)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(246,252,255,.92)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(218,236,248,.72)!important}html body .slide[data-index="1"] .hero-actions a,html body .slide[data-index="1"] .hero-actions button,html body .slide[data-index="1"] .btn,html body .slide[data-index="1"] .ghost-btn,html body .dot-nav button,html body .rail-btn,html body .footerbar button,html body .footerbar a,html body .bottom-nav button,html body .bottom-nav a{color:rgba(240,248,255,.90)!important;text-shadow:none!important}html body .dot-nav button.active,html body .rail-btn.active,html body .footerbar button.active,html body .footerbar a.active,html body .bottom-nav button.active,html body .bottom-nav a.active{color:rgba(255,255,255,.98)!important}}@media (max-width:900px){html body .slide[data-index="1"] .slide-inner{padding-bottom:168px!important}html body .slide[data-index="1"] .service-matrix-v35{padding-bottom:54px!important}html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{transform:scale(.58)!important;opacity:.30!important;right:2px!important;bottom:0!important}}@media (prefers-color-scheme:dark){html body .slide[data-index="1"],html body .slide[data-index="1"] *{text-shadow:none!important}html body .slide[data-index="1"] h1,html body .slide[data-index="1"] h2,html body .slide[data-index="1"] h3,html body .slide[data-index="1"] .hero-title,html body .slide[data-index="1"] .title,html body .slide[data-index="1"] .section-title,html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 b,html body .slide[data-index="1"] .profile-station-v35 strong,html body .slide[data-index="1"] .profile-station-v35 b{color:#f8fcff!important}html body .slide[data-index="1"] p,html body .slide[data-index="1"] small,html body .slide[data-index="1"] span,html body .slide[data-index="1"] .subtitle,html body .slide[data-index="1"] .desc,html body .slide[data-index="1"] .meta,html body .slide[data-index="1"] .eyebrow,html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"] .avatar-caption,html body .slide[data-index="1"] .avatar-caption *{color:rgba(232,244,255,.88)!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{background:linear-gradient(135deg,rgba(22,43,69,.84),rgba(29,52,82,.68))!important;border-color:rgba(142,218,255,.22)!important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .profile-station-v35{background:linear-gradient(135deg,rgba(15,31,52,.82),rgba(22,42,69,.68))!important;border-color:rgba(142,218,255,.20)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(246,252,255,.78)!important;opacity:.86!important;background:linear-gradient(135deg,rgba(125,211,252,.18),rgba(167,139,250,.10))!important;border-color:rgba(142,218,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 12px rgba(125,211,252,.12)!important;filter:none!important;-webkit-font-smoothing:antialiased!important}html body .slide[data-index="1"] .service-matrix-v35 .site-mail::before,html body .slide[data-index="1"] .service-matrix-v35 a.site-mail::before{color:rgba(246,252,255,.58)!important;opacity:.68!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:#f8fcff!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(232,244,255,.82)!important}}@media (max-width:900px){html body .slide[data-index="1"] .slide-inner{padding-top:10px!important;padding-left:20px!important;padding-right:20px!important;padding-bottom:190px!important;justify-content:flex-start!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:7px!important;align-content:start!important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .profile-station-v35,html body .slide[data-index="1"] .service-matrix-v35{border-radius:18px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding-top:12px!important;padding-bottom:12px!important;min-height:0!important}html body .slide[data-index="1"] .service-matrix-v35{gap:4px!important;padding-top:8px!important;padding-bottom:96px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:54px!important;padding:8px 10px!important}html body .slide[data-index="1"] .avatarRing,html body .slide[data-index="1"] .avatar-core{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}html body .slide[data-index="1"] .avatar-caption{font-size:9px!important;line-height:1.15!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:37px!important;height:37px!important;padding:6px 44px 6px 10px!important;border-radius:13px!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b{font-size:11px!important;line-height:1.05!important}html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span{font-size:8.5px!important;line-height:1.05!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{right:11px!important;width:25px!important;height:25px!important;font-size:14px!important;border-radius:9px!important}html body .slide[data-index="1"] .service-detail-v57{min-height:28px!important;height:28px!important;padding:0 10px!important;font-size:8.5px!important;border-radius:12px!important}html body:has(.slide[data-index="1"].active) .footerbar,html body:has(.slide[data-index="1"].active) .bottom-nav,html body:has(.slide[data-index="1"].active) .dot-nav{transform:translateY(8px) scale(.92)!important}html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{display:none!important}}@media (prefers-color-scheme:dark){html body .slide[data-index="1"]{color:rgba(232,244,255,.90)!important}html body .slide[data-index="1"]::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;background:radial-gradient(circle at 14% 18%,rgba(126,245,255,.34) 0 1px,transparent 1.7px),radial-gradient(circle at 29% 72%,rgba(255,255,255,.24) 0 1px,transparent 1.6px),radial-gradient(circle at 61% 16%,rgba(180,160,255,.28) 0 1px,transparent 1.7px),radial-gradient(circle at 79% 34%,rgba(126,245,255,.22) 0 1px,transparent 1.5px),radial-gradient(circle at 88% 76%,rgba(255,255,255,.18) 0 1px,transparent 1.6px),radial-gradient(circle at 42% 46%,rgba(126,245,255,.14) 0 .8px,transparent 1.4px),radial-gradient(circle at 68% 86%,rgba(180,160,255,.18) 0 .9px,transparent 1.5px)!important;opacity:.42!important;animation:uling19StarBreath 7.5s ease-in-out infinite alternate!important}@keyframes uling19StarBreath{from{opacity:.26;filter:brightness(.9)}to{opacity:.46;filter:brightness(1.12)}}html body .slide[data-index="1"] .slide-inner,html body .slide[data-index="1"] .hero-home,html body .slide[data-index="1"] .hero-home.home-layout-stable{position:relative!important;z-index:1!important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .profile-station-v35{background:linear-gradient(135deg,rgba(8,17,31,.58),rgba(16,25,49,.42))!important;border-color:rgba(126,245,255,.15)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 18px 48px rgba(0,0,0,.24),0 0 36px rgba(72,140,190,.055)!important;backdrop-filter:blur(14px) saturate(1.05)!important}html body .slide[data-index="1"] h1,html body .slide[data-index="1"] h2,html body .slide[data-index="1"] h3,html body .slide[data-index="1"] .hero-title,html body .slide[data-index="1"] .title,html body .slide[data-index="1"] .section-title,html body .slide[data-index="1"] .name,html body .slide[data-index="1"] .brand{color:rgba(246,251,255,.96)!important;text-shadow:0 0 18px rgba(126,245,255,.08)!important}html body .slide[data-index="1"] p,html body .slide[data-index="1"] .subtitle,html body .slide[data-index="1"] .desc,html body .slide[data-index="1"] .meta,html body .slide[data-index="1"] .eyebrow,html body .slide[data-index="1"] .avatar-caption,html body .slide[data-index="1"] .avatar-caption *,html body .slide[data-index="1"] .home-site-node,html body .slide[data-index="1"] .service-detail-v57{color:rgba(207,226,241,.74)!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{background:linear-gradient(135deg,rgba(13,25,44,.48),rgba(20,33,58,.30))!important;border-color:rgba(126,245,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 18px rgba(0,0,0,.10)!important}html body .slide[data-index="1"] .service-card-v35:hover,html body .slide[data-index="1"] a.service-card-v35:hover{background:linear-gradient(135deg,rgba(18,35,59,.56),rgba(28,43,72,.38))!important;border-color:rgba(126,245,255,.20)!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 b{color:rgba(241,249,255,.92)!important;text-shadow:none!important}html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 span{color:rgba(190,212,228,.58)!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35::before{color:rgba(211,238,255,.42)!important;opacity:.58!important;background:radial-gradient(circle at 34% 28%,rgba(126,245,255,.10),rgba(160,135,255,.055) 62%,rgba(4,10,20,.02))!important;border-color:rgba(126,245,255,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 16px rgba(126,245,255,.045)!important;filter:none!important;mix-blend-mode:normal!important}html body .slide[data-index="1"] .service-matrix-v35 .service-card-v35:hover::before,html body .slide[data-index="1"] .service-matrix-v35 a.service-card-v35:hover::before{color:rgba(232,248,255,.66)!important;opacity:.62!important;border-color:transparent!important}html body .slide[data-index="1"] .service-matrix-v35 .site-mail::before,html body .slide[data-index="1"] .service-matrix-v35 a.site-mail::before{color:rgba(211,238,255,.32)!important;opacity:.48!important}html body .slide[data-index="1"] .service-pulse-v72{background:linear-gradient(90deg,rgba(8,20,35,.34),rgba(17,28,49,.22))!important;border-color:rgba(126,245,255,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(226,242,252,.70)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(190,212,228,.46)!important}html body .slide[data-index="1"] .hero-actions a,html body .slide[data-index="1"] .hero-actions button,html body .slide[data-index="1"] .btn,html body .slide[data-index="1"] .ghost-btn,html body .dot-nav button,html body .rail-btn,html body .footerbar button,html body .footerbar a,html body .bottom-nav button,html body .bottom-nav a{color:rgba(226,240,250,.80)!important}html body .dot-nav button.active,html body .rail-btn.active,html body .footerbar button.active,html body .footerbar a.active,html body .bottom-nav button.active,html body .bottom-nav a.active{color:rgba(246,252,255,.96)!important}}@media (prefers-color-scheme:dark) and (max-width:900px){html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{background:linear-gradient(135deg,rgba(12,24,42,.44),rgba(20,33,58,.28))!important;border-color:rgba(126,245,255,.11)!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b{color:rgba(244,250,255,.94)!important}html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span{color:rgba(204,224,238,.70)!important}}@media (min-width:901px){html body .left-rail{position:fixed!important;left:50%!important;right:auto!important;top:auto!important;bottom:18px!important;width:auto!important;height:auto!important;transform:translateX(-50%)!important;z-index:80!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:9px 11px!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(10,18,31,.56),rgba(20,30,52,.38))!important;border:1px solid rgba(126,245,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 44px rgba(0,0,0,.24),0 0 26px rgba(126,245,255,.045)!important;backdrop-filter:blur(18px) saturate(1.16)!important}html body .left-rail .rail-brand{width:34px!important;height:34px!important;min-width:34px!important;display:grid!important;place-items:center!important;border-radius:14px!important;font-size:11px!important;letter-spacing:.08em!important;font-weight:900!important;color:rgba(244,252,255,.90)!important;background:linear-gradient(135deg,rgba(126,245,255,.14),rgba(167,139,250,.10))!important;border:1px solid rgba(126,245,255,.16)!important}html body .left-rail .rail-btn{width:54px!important;height:38px!important;min-width:54px!important;border-radius:15px!important;padding:0 8px!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:800!important;letter-spacing:.04em!important;color:rgba(218,235,247,.72)!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(126,245,255,.075)!important;box-shadow:none!important;transform:none!important}html body .left-rail .rail-btn:hover,html body .left-rail .rail-btn.active{color:rgba(250,254,255,.98)!important;background:linear-gradient(135deg,rgba(126,245,255,.15),rgba(167,139,250,.10))!important;border-color:rgba(126,245,255,.22)!important;box-shadow:0 8px 18px rgba(0,0,0,.16),0 0 18px rgba(126,245,255,.10)!important;transform:translateY(-3px)!important}html body main,html body .slides,html body .slide-inner{padding-left:0!important}}@media (max-width:900px){html body .left-rail{display:none!important}}@media (prefers-color-scheme:dark){html body .top-theme{padding:5px!important;border-radius:18px!important;background:rgba(8,18,32,.34)!important;border:1px solid rgba(126,245,255,.10)!important;backdrop-filter:blur(12px)!important}html body .top-theme button,html body .slide[data-index="1"] .page-link,html body .slide[data-index="1"] .mini-btn,html body .slide[data-index="1"] .contact-actions a,html body .slide[data-index="1"] .action-row button{color:rgba(228,243,253,.82)!important;background:linear-gradient(135deg,rgba(12,24,42,.46),rgba(21,34,58,.28))!important;border-color:rgba(126,245,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;text-shadow:none!important}html body .top-theme button:hover,html body .top-theme button.active,html body .slide[data-index="1"] .page-link:hover,html body .slide[data-index="1"] .mini-btn:hover,html body .slide[data-index="1"] .page-link.primary,html body .slide[data-index="1"] .mini-btn.primary{color:rgba(250,254,255,.96)!important;background:linear-gradient(135deg,rgba(126,245,255,.15),rgba(167,139,250,.10))!important;border-color:rgba(126,245,255,.22)!important;box-shadow:0 10px 22px rgba(0,0,0,.12),0 0 18px rgba(126,245,255,.08)!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .action-row{gap:9px!important}html body .slide[data-index="1"] .service-pulse-v72{background:linear-gradient(90deg,rgba(10,22,38,.42),rgba(18,29,51,.26))!important;border-color:rgba(126,245,255,.12)!important}html body .slide[data-index="1"] .service-pulse-v72 b{color:rgba(240,249,255,.78)!important}html body .slide[data-index="1"] .service-pulse-v72 span{color:rgba(207,226,241,.54)!important}}@media (prefers-color-scheme:light) and (min-width:901px){html body .left-rail{background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(236,247,255,.56))!important;border-color:rgba(37,99,235,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 18px 44px rgba(47,89,196,.12)!important}html body .left-rail .rail-brand,html body .left-rail .rail-btn{color:rgba(28,53,82,.76)!important;background:rgba(255,255,255,.48)!important;border-color:rgba(37,99,235,.10)!important}html body .left-rail .rail-btn:hover,html body .left-rail .rail-btn.active{color:rgba(8,60,96,.96)!important;background:linear-gradient(135deg,rgba(236,248,255,.88),rgba(214,238,255,.68))!important;border-color:rgba(14,116,144,.24)!important}}@media (min-width:901px){html body .slide-inner{padding-bottom:86px!important}}html[data-theme="dark"] body .top-theme,body[data-theme="dark"] .top-theme,html[data-theme="dark"] body .left-rail,body[data-theme="dark"] .left-rail{color-scheme:dark!important}@media (min-width:901px){html[data-theme="dark"] body .left-rail,body[data-theme="dark"] .left-rail,html body[data-theme="dark"] .left-rail{background:linear-gradient(135deg,rgba(7,13,24,.82),rgba(16,25,45,.68))!important;border-color:rgba(126,245,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 54px rgba(0,0,0,.42),0 0 28px rgba(126,245,255,.06)!important}html[data-theme="dark"] body .left-rail .rail-brand,body[data-theme="dark"] .left-rail .rail-brand,html[data-theme="dark"] body .left-rail .rail-btn,body[data-theme="dark"] .left-rail .rail-btn,html body[data-theme="dark"] .left-rail .rail-btn{color:#edf8ff!important;-webkit-text-fill-color:#edf8ff!important;text-shadow:0 1px 8px rgba(126,245,255,.16)!important;background:rgba(255,255,255,.045)!important;border-color:rgba(126,245,255,.10)!important}html[data-theme="dark"] body .left-rail .rail-btn:hover,html[data-theme="dark"] body .left-rail .rail-btn.active,body[data-theme="dark"] .left-rail .rail-btn:hover,body[data-theme="dark"] .left-rail .rail-btn.active,html body[data-theme="dark"] .left-rail .rail-btn.active{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background:linear-gradient(135deg,rgba(126,245,255,.20),rgba(167,139,250,.14))!important;border-color:rgba(126,245,255,.32)!important}}html[data-theme="dark"] body .slide[data-index="1"] .contact-actions .page-link,html[data-theme="dark"] body .slide[data-index="1"] .hero-copy>.action-row .mini-btn,html[data-theme="dark"] body .slide[data-index="1"] .page-link,html[data-theme="dark"] body .slide[data-index="1"] .mini-btn,body[data-theme="dark"] .slide[data-index="1"] .contact-actions .page-link,body[data-theme="dark"] .slide[data-index="1"] .hero-copy>.action-row .mini-btn,html body[data-theme="dark"] .slide[data-index="1"] .contact-actions .page-link,html body[data-theme="dark"] .slide[data-index="1"] .hero-copy>.action-row .mini-btn{color:#eef8ff!important;-webkit-text-fill-color:#eef8ff!important;background:linear-gradient(135deg,rgba(8,18,32,.76),rgba(18,28,50,.56))!important;border-color:rgba(126,245,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 22px rgba(0,0,0,.14)!important;text-shadow:0 1px 8px rgba(0,0,0,.16)!important}html[data-theme="dark"] body .slide[data-index="1"] .contact-actions .page-link.primary,html[data-theme="dark"] body .slide[data-index="1"] .hero-copy>.action-row .mini-btn.primary,html[data-theme="dark"] body .slide[data-index="1"] .page-link:hover,html[data-theme="dark"] body .slide[data-index="1"] .mini-btn:hover,body[data-theme="dark"] .slide[data-index="1"] .contact-actions .page-link.primary,body[data-theme="dark"] .slide[data-index="1"] .hero-copy>.action-row .mini-btn.primary,html body[data-theme="dark"] .slide[data-index="1"] .contact-actions .page-link.primary,html body[data-theme="dark"] .slide[data-index="1"] .hero-copy>.action-row .mini-btn.primary{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background:linear-gradient(135deg,rgba(25,74,96,.74),rgba(65,56,111,.58))!important;border-color:rgba(126,245,255,.34)!important;box-shadow:0 0 20px rgba(126,245,255,.10),inset 0 1px 0 rgba(255,255,255,.10)!important}html[data-theme="dark"] body .slide[data-index="1"] .service-pulse-v72,body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72,html body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72{display:flex!important;background:linear-gradient(90deg,rgba(7,16,29,.82),rgba(14,24,43,.62))!important;border:1px solid rgba(126,245,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 24px rgba(0,0,0,.18)!important}html[data-theme="dark"] body .slide[data-index="1"] .service-pulse-v72::before,body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72::before,html body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72::before{background:#7ef5ff!important;box-shadow:0 0 14px rgba(126,245,255,.72)!important}html[data-theme="dark"] body .slide[data-index="1"] .service-pulse-v72 b,body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72 b,html body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72 b{color:#f7fcff!important;-webkit-text-fill-color:#f7fcff!important}html[data-theme="dark"] body .slide[data-index="1"] .service-pulse-v72 span,body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72 span,html body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72 span{color:rgba(224,240,250,.82)!important;-webkit-text-fill-color:rgba(224,240,250,.82)!important}html[data-theme="dark"] body .top-theme button,body[data-theme="dark"] .top-theme button,html body[data-theme="dark"] .top-theme button{color:#edf8ff!important;-webkit-text-fill-color:#edf8ff!important;background:linear-gradient(135deg,rgba(8,18,32,.68),rgba(18,28,50,.50))!important;border-color:rgba(126,245,255,.17)!important}html[data-theme="dark"] body .top-theme button.active,html[data-theme="dark"] body .top-theme button:hover,body[data-theme="dark"] .top-theme button.active,body[data-theme="dark"] .top-theme button:hover,html body[data-theme="dark"] .top-theme button.active{color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(135deg,rgba(126,245,255,.19),rgba(167,139,250,.14))!important;border-color:rgba(126,245,255,.32)!important}@media (min-width:901px){html body .slide{left:50%!important;right:auto!important;width:min(100vw - 56px,1420px)!important;transform:translateX(-50%)!important}html body .slide-inner{margin-left:auto!important;margin-right:auto!important;padding-left:clamp(28px,3.8vw,58px)!important;padding-right:clamp(28px,3.8vw,58px)!important}html body .slide[data-index="1"] .hero-home,html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="3"] .awards-grid,html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="5"] .ability-grid,html body .slide[data-index="5"] .signal-grid{margin-left:auto!important;margin-right:auto!important}html body .slide[data-index="1"] .hero-home{max-width:1180px!important}html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="3"] .awards-grid,html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="5"] .ability-grid{max-width:1160px!important}html body .slide-head{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}}@media (min-width:1200px){html body .slide[data-index="1"] .hero-home.home-layout-stable{grid-template-columns:minmax(0,1.02fr) minmax(400px,.98fr)!important}}@media (max-width:900px){html body .slide,html body .slide-inner{left:50%!important;transform:translateX(-50%)!important;margin-left:auto!important;margin-right:auto!important}html body .slide-inner{padding-left:clamp(18px,5vw,26px)!important;padding-right:clamp(18px,5vw,26px)!important}}@media (min-width:901px){html body .slide[data-index="1"] .slide-head{align-items:flex-start!important;gap:24px!important}html body .slide[data-index="1"] .slide-head>div:first-child{max-width:min(760px,calc(100% - 290px))!important}html body .slide[data-index="1"] .slide-head .top-theme{flex:0 0 auto!important;margin-left:auto!important;position:relative!important;z-index:5!important}}@media (max-width:900px){html body .slide{align-items:flex-start!important;padding-top:max(20px,env(safe-area-inset-top))!important}html body .slide-inner{min-height:auto!important;padding-top:18px!important;padding-bottom:104px!important}html body .slide-head{margin-bottom:14px!important}html body .slide[data-index="1"] .hero-home,html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="4"] .paper-grid{margin-top:0!important}html body #guideFab,html body .fab#guideFab{bottom:78px!important;right:14px!important;transform:scale(.92)!important}}@media (min-width:901px){html body .slide{left:50%!important;top:50%!important;width:min(1420px,calc(100vw - 84px))!important;height:min(840px,calc(100vh - 34px))!important;transform:translate(-50%,-50%) scale(.986)!important}html body .slide.active{transform:translate(-50%,-50%) scale(1)!important}html body .slide-inner{padding:34px 34px 86px!important;margin:0!important;height:100%!important;min-height:0!important}html body .slide-head{width:100%!important;max-width:none!important;margin:0!important}html body .slide[data-index="1"] .slide-head{display:flex!important;align-items:flex-start!important;gap:20px!important}html body .slide[data-index="1"] .slide-head>div:first-child{max-width:720px!important;min-width:0!important}html body .slide[data-index="1"] .slide-head .top-theme{margin-left:auto!important;flex:0 0 auto!important}html body .slide[data-index="1"] .hero-home{max-width:1180px!important;margin-inline:auto!important}html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="3"] .awards-grid,html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="5"] .ability-grid{max-width:1160px!important;margin-inline:auto!important}html body .left-rail{left:50%!important;right:auto!important;top:auto!important;bottom:18px!important;transform:translateX(-50%)!important}}@media (max-width:900px){html body .slide{left:50%!important;top:50%!important;width:min(100vw - 14px,1420px)!important;height:min(840px,calc(100vh - 34px))!important;transform:translate(-50%,-50%) scale(.986)!important;align-items:initial!important;padding-top:0!important}html body .slide.active{transform:translate(-50%,-50%) scale(1)!important}html body .slide-inner{min-height:0!important;height:100%!important;padding:22px 16px 88px!important;margin:0!important;overflow:auto!important;transform:none!important}html body .slide-head{margin:0!important;margin-bottom:14px!important}html body .slide[data-index="1"] .hero-home,html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="4"] .paper-grid{margin-top:0!important}html body #guideFab,html body .fab#guideFab{display:none!important}}@media (max-width:640px){html body .slide-inner{padding:20px 14px 88px!important}}html[data-theme="dark"] body .mobile-nav .rail-btn,body[data-theme="dark"] .mobile-nav .rail-btn,html[data-theme="dark"] body .left-rail .rail-btn,body[data-theme="dark"] .left-rail .rail-btn{color:#edf8ff!important;-webkit-text-fill-color:#edf8ff!important}html[data-theme="dark"] body .mobile-nav .rail-btn.active,body[data-theme="dark"] .mobile-nav .rail-btn.active,html[data-theme="dark"] body .left-rail .rail-btn.active,body[data-theme="dark"] .left-rail .rail-btn.active{color:#fff!important;-webkit-text-fill-color:#fff!important}@media (max-width:900px){html body .slide{left:50%!important;top:50%!important;width:min(100vw - 14px,1420px)!important;height:min(840px,calc(100vh - 34px))!important;padding-top:0!important;align-items:initial!important}html body .slide:not(.active){transform:translate(-50%,-50%) scale(.986)!important}html body .slide.active{transform:translate(-50%,-50%) scale(1)!important}html body .slide-inner{position:relative!important;height:100%!important;min-height:0!important;width:100%!important;margin:0!important;transform:none!important;padding:22px 16px 88px!important;overflow:auto!important}html body .mobile-nav{left:10px!important;right:10px!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:auto!important;transform:none!important}html body #guideFab,html body .fab#guideFab{display:none!important}}@media (max-width:640px){html body .slide-inner{padding:20px 14px 88px!important}}@media (min-width:901px){html body .slide{left:50%!important}html body .slide:not(.active){transform:translate(-50%,-50%) scale(.986)!important}html body .slide.active{transform:translate(-50%,-50%) scale(1)!important}}html[data-theme="light"] body .left-rail,body[data-theme="light"] .left-rail,html[data-theme="light"] body .mobile-nav,body[data-theme="light"] .mobile-nav{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(225,238,255,.88))!important;border-color:rgba(28,80,170,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 42px rgba(42,76,150,.16)!important}html[data-theme="light"] body .left-rail .rail-brand,html[data-theme="light"] body .left-rail .rail-btn,html[data-theme="light"] body .mobile-nav .rail-btn,body[data-theme="light"] .left-rail .rail-brand,body[data-theme="light"] .left-rail .rail-btn,body[data-theme="light"] .mobile-nav .rail-btn{color:#183052!important;-webkit-text-fill-color:#183052!important;background:rgba(255,255,255,.56)!important;border-color:rgba(28,80,170,.16)!important;text-shadow:none!important}html[data-theme="light"] body .left-rail .rail-btn.active,html[data-theme="light"] body .left-rail .rail-btn:hover,html[data-theme="light"] body .mobile-nav .rail-btn.active,html[data-theme="light"] body .mobile-nav .rail-btn:hover,body[data-theme="light"] .left-rail .rail-btn.active,body[data-theme="light"] .mobile-nav .rail-btn.active{color:#062b47!important;-webkit-text-fill-color:#062b47!important;background:linear-gradient(135deg,rgba(213,242,255,.96),rgba(219,229,255,.92))!important;border-color:rgba(14,116,144,.34)!important}html[data-theme="light"] body .top-theme button,body[data-theme="light"] .top-theme button,html[data-theme="light"] body .mini-btn,html[data-theme="light"] body .page-link,body[data-theme="light"] .mini-btn,body[data-theme="light"] .page-link{color:#143154!important;-webkit-text-fill-color:#143154!important;background:rgba(255,255,255,.78)!important;border-color:rgba(32,88,175,.18)!important}html[data-theme="light"] body .top-theme button.active,html[data-theme="light"] body .top-theme button:hover,html[data-theme="light"] body .mini-btn.primary,html[data-theme="light"] body .page-link.primary,body[data-theme="light"] .top-theme button.active,body[data-theme="light"] .mini-btn.primary,body[data-theme="light"] .page-link.primary{color:#062b47!important;-webkit-text-fill-color:#062b47!important;background:linear-gradient(135deg,rgba(219,245,255,.95),rgba(227,232,255,.90))!important;border-color:rgba(14,116,144,.28)!important}@media (max-width:900px){html body .slide{left:50%!important;right:auto!important;top:50%!important;width:min(100vw - 14px,1420px)!important;height:min(840px,calc(100vh - 34px))!important}html body .slide-inner{left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;max-width:100%!important;transform:none!important;translate:none!important;margin:0!important;position:relative!important;padding:22px 16px 88px!important;overflow:auto!important}}@media (min-width:901px){html body .slide-inner{grid-template-rows:auto minmax(0,1fr) 44px!important;gap:18px!important}html body .slide>.slide-inner>.footerbar{align-self:end!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;width:100%!important;font-size:.82rem!important;line-height:1!important}html body .slide>.slide-inner>.footerbar>span:first-child{flex:1 1 0!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:left!important}html body .slide>.slide-inner>.footerbar .dot-nav{flex:0 0 auto!important;margin:0 auto!important}html body .slide>.slide-inner>.footerbar .page-no{flex:1 1 0!important;min-width:0!important;width:auto!important;text-align:right!important;white-space:nowrap!important}}@media (max-width:900px){html body .slide>.slide-inner>.footerbar{height:auto!important;min-height:38px!important;margin-top:12px!important;padding:0 4px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:8px!important;font-size:.74rem!important}html body .slide>.slide-inner>.footerbar>span:first-child{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide>.slide-inner>.footerbar .dot-nav{flex:0 0 auto!important;margin:0!important}html body .slide>.slide-inner>.footerbar .page-no{width:auto!important;flex:0 0 auto!important;text-align:right!important;white-space:nowrap!important}}@media (max-width:900px){html body .slide-inner{padding-bottom:132px!important;scroll-padding-bottom:132px!important}html body .mobile-nav{z-index:110!important}html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .service-card-v35:last-child,html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="4"] .paper-grid{margin-bottom:28px!important}}@media (min-width:901px){html body .slide>.slide-inner{display:grid!important;grid-template-rows:auto minmax(0,1fr) 44px!important;padding-bottom:86px!important}html body .slide>.slide-inner>.footerbar{grid-row:3!important;align-self:center!important;position:static!important;transform:none!important;bottom:auto!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 8px!important}html body .slide[data-index="1"]>.slide-inner>.footerbar,html body .slide[data-index="2"]>.slide-inner>.footerbar,html body .slide[data-index="3"]>.slide-inner>.footerbar,html body .slide[data-index="4"]>.slide-inner>.footerbar,html body .slide[data-index="5"]>.slide-inner>.footerbar{display:flex!important}}html[data-theme="light"] body,body[data-theme="light"]{--text:#0b1830!important;--text-soft:#263b5c!important;--muted:#405674!important;--surface:rgba(255,255,255,.90)!important;--surface-strong:rgba(255,255,255,.98)!important;--line:rgba(36,86,170,.22)!important;--line-strong:rgba(22,100,155,.38)!important}html[data-theme="light"] body .section-title,html[data-theme="light"] body .title,html[data-theme="light"] body h1,html[data-theme="light"] body h2,html[data-theme="light"] body h3,html[data-theme="light"] body .project-card h3,html[data-theme="light"] body .paper-card h3,html[data-theme="light"] body .stat h3,html[data-theme="light"] body .ability-card h3,body[data-theme="light"] .section-title,body[data-theme="light"] .title,body[data-theme="light"] h1,body[data-theme="light"] h2,body[data-theme="light"] h3{color:#07172d!important;-webkit-text-fill-color:#07172d!important}html[data-theme="light"] body p,html[data-theme="light"] body .lead,html[data-theme="light"] body .subtitle,html[data-theme="light"] body .project-card p,html[data-theme="light"] body .paper-card p,html[data-theme="light"] body .stat p,html[data-theme="light"] body .ability-card p,body[data-theme="light"] p,body[data-theme="light"] .lead,body[data-theme="light"] .subtitle{color:#263b5c!important;-webkit-text-fill-color:#263b5c!important}html[data-theme="light"] body .project-card,html[data-theme="light"] body .paper-card,html[data-theme="light"] body .stat,html[data-theme="light"] body .menu-card,html[data-theme="light"] body .award-card,html[data-theme="light"] body .ability-card,html[data-theme="light"] body .profile-station-v35,html[data-theme="light"] body .service-card-v35,body[data-theme="light"] .project-card,body[data-theme="light"] .paper-card,body[data-theme="light"] .stat,body[data-theme="light"] .menu-card,body[data-theme="light"] .award-card,body[data-theme="light"] .ability-card{color:#10233f!important;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(235,245,255,.76))!important;border-color:rgba(36,86,170,.22)!important}html[data-theme="light"] body .mobile-nav .rail-btn,html[data-theme="light"] body .left-rail .rail-btn,body[data-theme="light"] .mobile-nav .rail-btn,body[data-theme="light"] .left-rail .rail-btn{color:#0b2545!important;-webkit-text-fill-color:#0b2545!important;font-weight:850!important;opacity:1!important}html[data-theme="light"] body .top-theme button,html[data-theme="light"] body .footerbar,html[data-theme="light"] body .footerbar span,html[data-theme="light"] body .page-no,body[data-theme="light"] .top-theme button,body[data-theme="light"] .footerbar,body[data-theme="light"] .page-no{color:#173150!important;-webkit-text-fill-color:#173150!important;opacity:1!important}html[data-theme="light"] body .eyebrow,html[data-theme="light"] body .quantum-tag,body[data-theme="light"] .eyebrow,body[data-theme="light"] .quantum-tag{color:#075985!important;-webkit-text-fill-color:#075985!important;border-color:rgba(14,116,144,.30)!important;background:rgba(219,245,255,.72)!important}@media (min-width:901px){html body .slide>.slide-inner{position:relative!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;align-content:stretch!important;padding-bottom:74px!important}html body .slide[data-index]>.slide-inner>.footerbar{position:absolute!important;left:42px!important;right:42px!important;bottom:24px!important;width:auto!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0 8px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;transform:none!important;z-index:6!important;font-size:.82rem!important;line-height:1!important}html body .slide[data-index]>.slide-inner>.footerbar>span:first-child{flex:1 1 0!important;min-width:0!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index]>.slide-inner>.footerbar .dot-nav{flex:0 0 auto!important;margin:0 auto!important}html body .slide[data-index]>.slide-inner>.footerbar .page-no{flex:1 1 0!important;width:auto!important;min-width:0!important;text-align:right!important;white-space:nowrap!important}}@media (max-width:900px){html body .slide>.slide-inner{padding-bottom:132px!important}html body .slide[data-index]>.slide-inner>.footerbar{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;margin-top:16px!important;margin-bottom:26px!important;padding:0 4px!important;min-height:38px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:8px!important}}@media (max-width:900px){html,body{overflow-x:hidden!important}html body .slide,html body .slide.active{width:min(100vw - 14px,1420px)!important;max-width:calc(100vw - 14px)!important;overflow:hidden!important}html body .slide>.slide-inner{box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:156px!important}html body .slide[data-index="4"] .slide-head,html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="4"] .paper-side-grid,html body .slide[data-index="4"] .signal-grid,html body .slide[data-index="4"] .terminal,html body .slide[data-index="4"] .paper-card,html body .slide[data-index="4"] .paper-card .card,html body .slide[data-index="4"] .stat,html body .slide[data-index="4"] .card{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="4"] .paper-side-grid,html body .slide[data-index="4"] .signal-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;overflow:visible!important}html body .slide[data-index="4"] .paper-card{display:block!important;padding:16px!important;overflow:hidden!important}html body .slide[data-index="4"] .terminal{overflow:hidden!important}html body .slide[data-index="4"] .terminal pre,html body .slide[data-index="4"] pre,html body .slide[data-index="4"] .section-title,html body .slide[data-index="4"] p,html body .slide[data-index="4"] h3{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}html body .slide[data-index="4"] .terminal pre{white-space:pre-wrap!important;font-size:.78rem!important;line-height:1.45!important}html body .slide[data-index="4"]>.slide-inner>.footerbar{display:flex!important;visibility:visible!important;opacity:1!important;margin-top:18px!important;margin-bottom:70px!important}html body .mobile-nav,html body .bottom-nav{z-index:120!important}}@media (prefers-color-scheme:dark){html:not([data-theme="light"]) body .site-badge,html:not([data-theme="light"]) body .service-status,html:not([data-theme="light"]) body .service-detail-v57,html:not([data-theme="light"]) body .service-card-v35 small,html:not([data-theme="light"]) body .service-card-v35 span,html:not([data-theme="light"]) body .status-chip,html:not([data-theme="light"]) body .quantum-tag{color:rgba(255,255,255,.94)!important;-webkit-text-fill-color:rgba(255,255,255,.94)!important}}html[data-theme="dark"] body .site-badge,html[data-theme="dark"] body .service-status,html[data-theme="dark"] body .service-detail-v57,html[data-theme="dark"] body .service-card-v35 small,html[data-theme="dark"] body .service-card-v35 span,html[data-theme="dark"] body .status-chip,html[data-theme="dark"] body .quantum-tag,body[data-theme="dark"] .site-badge,body[data-theme="dark"] .service-status,body[data-theme="dark"] .service-detail-v57,body[data-theme="dark"] .service-card-v35 small,body[data-theme="dark"] .service-card-v35 span,body[data-theme="dark"] .status-chip,body[data-theme="dark"] .quantum-tag{color:rgba(255,255,255,.94)!important;-webkit-text-fill-color:rgba(255,255,255,.94)!important}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;align-items:stretch!important;gap:22px!important;width:min(1180px,100%)!important;max-width:1180px!important;margin:0 auto!important;min-height:0!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:100%!important;min-height:0!important;box-sizing:border-box!important}html body .slide[data-index="1"] .hero-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:26px!important}html body .slide[data-index="1"] .home-cockpit-v35{display:flex!important;flex-direction:column!important;justify-content:space-between!important;padding:22px!important}html body .slide[data-index="1"] .service-matrix-v35{flex:1 1 auto!important;align-content:stretch!important}html body .slide[data-index="0"]>.slide-inner{padding-bottom:92px!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important;align-content:stretch!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-grid>article.menu-card,html body .slide[data-index="0"] .menu-grid>.menu-card{height:auto!important;min-height:0!important;max-height:none!important;padding:15px!important;display:grid!important;grid-template-rows:34px auto minmax(0,1fr) 34px!important;gap:7px!important;overflow:hidden!important;box-sizing:border-box!important}html body .slide[data-index="0"] .menu-card .menu-num{width:34px!important;height:34px!important;border-radius:12px!important;font-size:.70rem!important}html body .slide[data-index="0"] .menu-card h3{font-size:1.02rem!important;line-height:1.08!important;margin:0!important}html body .slide[data-index="0"] .menu-card p{font-size:.76rem!important;line-height:1.32!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card .action-row{height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important;padding:0!important;align-self:end!important}html body .slide[data-index="0"] .menu-card .mini-btn,html body .slide[data-index="0"] #openGuideFromMenu{height:34px!important;min-height:34px!important;max-height:34px!important;line-height:34px!important;padding:0 15px!important;font-size:.82rem!important}}@media (max-width:900px){html body .slide[data-index="0"] .menu-grid{gap:10px!important}html body .slide[data-index="0"] .menu-card{min-height:112px!important;padding:12px!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{padding-bottom:118px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{align-self:stretch!important;max-height:calc(100% - 10px)!important;min-height:0!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{max-height:100%!important;overflow:hidden!important}html body .slide[data-index="1"] .hero-copy{padding:23px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:20px!important}html body .slide[data-index="1"] .service-matrix-v35{gap:9px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:54px!important;padding-top:10px!important;padding-bottom:10px!important}html body .slide[data-index="1"]>.slide-inner>.footerbar{bottom:28px!important}}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{isolation:isolate!important}html body .slide[data-index="1"] .service-card-v35::after,html body .slide[data-index="1"] a.service-card-v35::after{content:""!important;position:absolute!important;inset:8px 10px auto auto!important;width:42px!important;height:24px!important;border-top:1px solid rgba(126,245,255,.24)!important;border-right:1px solid rgba(160,135,255,.20)!important;border-radius:0 12px 0 0!important;background:radial-gradient(circle at 100% 0,rgba(126,245,255,.18),transparent 58%)!important;opacity:.82!important;pointer-events:none!important;z-index:0!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span,html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b{position:relative!important;z-index:2!important}html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b{display:inline-flex!important;align-items:center!important;gap:7px!important}html body .slide[data-index="1"] .service-card-v35 b::before,html body .slide[data-index="1"] a.service-card-v35 b::before{content:""!important;width:6px!important;height:6px!important;border-radius:999px!important;background:var(--green)!important;box-shadow:0 0 12px rgba(86,255,191,.58)!important;flex:0 0 auto!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35::after,html[data-theme="light"] body .slide[data-index="1"] a.service-card-v35::after,body[data-theme="light"] .slide[data-index="1"] .service-card-v35::after,body[data-theme="light"] .slide[data-index="1"] a.service-card-v35::after{border-top-color:rgba(37,99,235,.20)!important;border-right-color:rgba(14,116,144,.16)!important;background:radial-gradient(circle at 100% 0,rgba(37,99,235,.10),transparent 62%)!important;opacity:.72!important}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35::after,html body .slide[data-index="1"] a.service-card-v35::after{width:32px!important;height:18px!important;inset:7px 8px auto auto!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:20px!important;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{overflow:visible!important}html body .slide[data-index="1"] .hero-copy{padding:22px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:18px!important;gap:10px!important;justify-content:flex-start!important}html body .slide[data-index="1"] .home-cockpit-v35>*{min-width:0!important}html body .slide[data-index="1"] .service-matrix-v35{gap:8px!important;flex:0 1 auto!important;min-height:0!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:50px!important;height:auto!important;padding:9px 68px 9px 14px!important;overflow:visible!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b{white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.12!important}html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span,html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 small{white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.22!important}html body .slide[data-index="1"] .service-card-v35::after,html body .slide[data-index="1"] a.service-card-v35::after{width:34px!important;height:18px!important;inset:7px 9px auto auto!important;opacity:.62!important}}@media (max-width:900px){html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{overflow:visible!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{height:auto!important;min-height:48px!important;padding-right:54px!important}}html,body{overflow-x:hidden!important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .home-cockpit-v35 *,html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .service-matrix-v35 *{box-sizing:border-box!important}html body .slide[data-index="1"] .home-cockpit-v35{overflow:visible!important;contain:none!important}html body .slide[data-index="1"] .service-matrix-v35{overflow:visible!important;min-width:0!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{overflow:visible!important;min-width:0!important;max-width:100%!important;contain:none!important}html body .slide[data-index="1"] .service-card-v35::before,html body .slide[data-index="1"] a.service-card-v35::before{right:18px!important;opacity:.36!important;transform:scale(.82)!important;transform-origin:center!important;pointer-events:none!important}html body .slide[data-index="1"] .service-card-v35::after,html body .slide[data-index="1"] a.service-card-v35::after{right:18px!important;width:26px!important;height:14px!important;opacity:.42!important}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{padding-bottom:124px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:18px!important;align-items:stretch!important;max-width:1160px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:auto!important;min-height:0!important;max-height:none!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:18px 22px 20px!important;gap:10px!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:58px!important;height:auto!important;padding:11px 64px 11px 16px!important;border-radius:18px!important}html body .slide[data-index="1"] .service-matrix-v35 .site-mail,html body .slide[data-index="1"] .service-matrix-v35 a.site-mail{grid-column:1 / -1!important}html body .slide[data-index="1"] .service-foot,html body .slide[data-index="1"] .service-status,html body .slide[data-index="1"] .service-meta,html body .slide[data-index="1"] .status-row{overflow:visible!important}}@media (max-width:900px){html body .slide[data-index="1"]>.slide-inner{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;overflow-x:hidden!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:14px!important;overflow:visible!important;transform:none!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:14px!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;overflow:visible!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{width:100%!important;max-width:100%!important;min-height:56px!important;height:auto!important;padding:11px 56px 11px 14px!important;border-radius:17px!important}html body .slide[data-index="1"] .service-card-v35::before,html body .slide[data-index="1"] a.service-card-v35::before{right:16px!important;transform:scale(.72)!important}html body .slide[data-index="1"] .service-card-v35::after,html body .slide[data-index="1"] a.service-card-v35::after{right:15px!important;width:22px!important;height:12px!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] a.service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 b,html body .slide[data-index="1"] a.service-card-v35 b,html body .slide[data-index="1"] .service-card-v35 small,html body .slide[data-index="1"] a.service-card-v35 small,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] a.service-card-v35 span{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}}@media (max-width:520px){html body .slide[data-index="1"]>.slide-inner{padding-left:10px!important;padding-right:10px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:12px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding-right:48px!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35{padding-left:12px!important;padding-right:12px!important;overflow:visible!important}html body .slide[data-index="1"] .service-pulse-v72,html body .slide[data-index="1"] .service-detail-v57{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:38px!important;padding-left:12px!important;padding-right:12px!important;margin-left:0!important;margin-right:0!important;overflow:visible!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-pulse-v72{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important}html body .slide[data-index="1"] .service-pulse-v72 b,html body .slide[data-index="1"] .service-pulse-v72 span{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;line-height:1.2!important}html body .slide[data-index="1"] .service-pulse-v72 b{font-size:.70rem!important;letter-spacing:.16em!important}html body .slide[data-index="1"] .service-pulse-v72 span{justify-self:end!important;text-align:right!important;font-size:.62rem!important;letter-spacing:.10em!important}html body .slide[data-index="1"] .service-detail-v57{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;align-items:stretch!important;padding-top:9px!important;padding-bottom:9px!important}html body .slide[data-index="1"] .service-detail-v57 span{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;text-align:left!important;line-height:1.18!important;font-size:.66rem!important}}@media (max-width:520px){html body .slide[data-index="1"] .service-pulse-v72{grid-template-columns:1fr!important;gap:4px!important}html body .slide[data-index="1"] .service-pulse-v72 span{justify-self:start!important;text-align:left!important}html body .slide[data-index="1"] .service-detail-v57{gap:5px!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{padding-bottom:104px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:18px!important;align-items:stretch!important;width:min(1160px,100%)!important;max-width:1160px!important;margin:0 auto!important;height:100%!important;max-height:calc(100% - 8px)!important;min-height:0!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .hero-home>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:100%!important;min-height:0!important;max-height:100%!important;align-self:stretch!important;box-sizing:border-box!important}html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .hero-home>.hero-copy{display:grid!important;grid-template-rows:auto auto auto auto auto!important;align-content:center!important;gap:10px!important;padding:22px 24px!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.88rem!important;line-height:1.48!important;margin:0!important}html body .slide[data-index="1"] .hero-copy .metrics-row{margin-top:2px!important;gap:9px!important}html body .slide[data-index="1"] .hero-copy .metric{padding:9px 10px!important;min-height:52px!important}html body .slide[data-index="1"] .hero-copy .chips{margin-top:2px!important;gap:8px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:7px 10px!important;font-size:.72rem!important}html body .slide[data-index="1"] .home-cockpit-v35{display:grid!important;padding:18px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "openclaw hermes" "ai coagent" "avatar avatar" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;grid-template-rows:auto 48px 48px minmax(118px,1fr) 48px 48px 36px!important;gap:8px!important;align-content:stretch!important;justify-content:stretch!important;overflow:hidden!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-matrix-v35::before{grid-area:label!important;align-self:start!important}html body .slide[data-index="1"] .service-matrix-v35::after,html body .slide[data-index="1"] .home-cockpit-v35::after,html body .slide[data-index="1"] .home-cockpit-v35::before{content:none!important;display:none!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:0!important;height:100%!important;padding:8px 11px!important;overflow:hidden!important;align-content:center!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.82rem!important;line-height:1.05!important;min-width:0!important}html body .slide[data-index="1"] .service-card-v35 em{font-size:.48rem!important;letter-spacing:.05em!important;white-space:nowrap!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.61rem!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;min-height:0!important;padding-right:58px!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;place-items:center!important;align-content:center!important;justify-content:center!important;gap:8px!important;width:100%!important;height:100%!important;min-height:0!important;padding:10px!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:92px!important;height:92px!important;min-width:92px!important;margin:0 auto!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:74px!important;height:74px!important;border-radius:20px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:center!important;margin:0!important;min-width:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.02rem!important;line-height:1.12!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.62rem!important;line-height:1.2!important;white-space:nowrap!important}}html body .slide[data-index="1"] .service-pulse-v72,html body .slide[data-index="1"] .service-pulse-v72 *,html[data-theme="dark"] body .slide[data-index="1"] .service-pulse-v72,html[data-theme="light"] body .slide[data-index="1"] .service-pulse-v72,body[data-theme="dark"] .slide[data-index="1"] .service-pulse-v72,body[data-theme="light"] .slide[data-index="1"] .service-pulse-v72{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;pointer-events:none!important}html body .slide[data-index="1"] .service-pulse-v72::before,html body .slide[data-index="1"] .service-pulse-v72::after{content:none!important;display:none!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;padding:0 10px!important;box-sizing:border-box!important;overflow:hidden!important;border-radius:14px!important}html body .slide[data-index="1"] .service-detail-v57::before{content:none!important;display:none!important}html body .slide[data-index="1"] .service-detail-v57 span{display:block!important;min-width:0!important;max-width:100%!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.52rem!important;line-height:1!important;letter-spacing:.055em!important}@media (max-width:900px){html body .slide[data-index="1"] .service-detail-v57{order:9!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 8px!important;margin:4px 0 0!important;gap:4px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.47rem!important;letter-spacing:.025em!important}}html body .slide[data-index="1"] .hero-copy .contact-actions,html body .slide[data-index="1"] .hero-copy .action-row{display:flex!important;flex-wrap:wrap!important;gap:9px!important;align-items:center!important;margin-top:0!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;min-height:34px!important;padding:0 14px!important;border-radius:999px!important;border:1px solid rgba(126,245,255,.34)!important;background:linear-gradient(135deg,rgba(126,245,255,.15),rgba(150,124,255,.13))!important;color:#f6fcff!important;font:800 .74rem/1 inherit!important;letter-spacing:.04em!important;text-decoration:none!important;box-sizing:border-box!important;appearance:none!important;cursor:pointer!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link.primary,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn.primary{border-color:rgba(126,245,255,.54)!important;background:linear-gradient(135deg,rgba(126,245,255,.24),rgba(150,124,255,.18))!important;color:#fff!important}html[data-theme="light"] body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html[data-theme="light"] body .slide[data-index="1"] .hero-copy .action-row .mini-btn,body[data-theme="light"] .slide[data-index="1"] .hero-copy .contact-actions .page-link,body[data-theme="light"] .slide[data-index="1"] .hero-copy .action-row .mini-btn{color:#12324c!important;border-color:rgba(32,115,145,.36)!important;background:linear-gradient(135deg,rgba(246,253,255,.96),rgba(214,242,255,.82))!important}@media (max-width:520px){html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{flex:1 1 calc(50% - 8px)!important;min-width:126px!important;padding:0 10px!important;font-size:.70rem!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;grid-template-rows:auto 118px 48px 48px 48px 48px 36px!important;gap:8px!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:34px!important;width:100%!important;height:100%!important;min-height:0!important;padding:14px 28px!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important;text-align:left!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{flex:0 0 86px!important;width:86px!important;height:86px!important;min-width:86px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:70px!important;height:70px!important;border-radius:20px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{flex:1 1 auto!important;min-width:0!important;margin:0!important;text-align:left!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:6px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.18rem!important;line-height:1.1!important;text-align:left!important;white-space:nowrap!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.66rem!important;line-height:1.28!important;text-align:left!important;white-space:normal!important;max-width:100%!important}}@media (max-width:900px){html,body{max-width:100%!important;overflow-x:hidden!important}html body .slide[data-index="1"],html body .slide[data-index="1"] .slide-inner,html body .slide[data-index="1"] .hero-home,html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .service-matrix-v35{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-x:hidden!important}html body .slide[data-index="1"] .home-cockpit-v35{padding-left:12px!important;padding-right:12px!important;padding-bottom:22px!important}html body .slide[data-index="1"] .service-matrix-v35{display:flex!important;flex-direction:column!important;gap:8px!important}html body .slide[data-index="1"] .profile-station-v35{order:1!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:96px!important;padding:12px 16px!important;margin:0!important;box-sizing:border-box!important;overflow:hidden!important;text-align:left!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{flex:0 0 72px!important;width:72px!important;height:72px!important;min-width:72px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:58px!important;height:58px!important;border-radius:17px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{flex:1 1 auto!important;min-width:0!important;margin:0!important;text-align:left!important;align-items:flex-start!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1rem!important;white-space:nowrap!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.58rem!important;line-height:1.28!important;white-space:normal!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-mail{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;padding-right:12px!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"] .service-card-v35 em{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-detail-v57{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:0 6px!important;gap:2px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.43rem!important;letter-spacing:0!important;white-space:nowrap!important}html body .mobile-nav{max-width:calc(100vw - 24px)!important;left:12px!important;right:12px!important;transform:none!important}}@media (min-width:901px){html body .slide[data-index="1"] .slide-inner{padding-top:10px!important;padding-bottom:12px!important;align-content:start!important}html body .slide[data-index="1"] .slide-head{margin-bottom:8px!important;transform:translateY(-10px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(-18px)!important;min-height:0!important}html body .slide[data-index="1"] .home-cockpit-v35{padding-top:10px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:auto 112px 54px 48px 48px 48px 36px!important;gap:7px!important;align-content:start!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding-left:14px!important;padding-right:54px!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw,html body .slide[data-index="1"] a.service-card-v35.site-openclaw{min-height:54px!important;padding-top:10px!important;padding-bottom:9px!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw strong,html body .slide[data-index="1"] a.service-card-v35.site-openclaw strong{font-size:.78rem!important;line-height:1.08!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw em,html body .slide[data-index="1"] a.service-card-v35.site-openclaw em{flex:0 0 auto!important;max-width:none!important;font-size:.43rem!important;padding:3px 5px!important;letter-spacing:.02em!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw span,html body .slide[data-index="1"] a.service-card-v35.site-openclaw span{margin-top:2px!important;font-size:.57rem!important}}@media (max-width:900px){html body .slide[data-index="1"] .slide-inner{padding-top:8px!important}html body .slide[data-index="1"] .home-cockpit-v35{margin-top:-14px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:88px!important;padding-top:10px!important;padding-bottom:10px!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw,html body .slide[data-index="1"] a.service-card-v35.site-openclaw{min-height:62px!important;padding-top:10px!important;padding-bottom:9px!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw strong,html body .slide[data-index="1"] a.service-card-v35.site-openclaw strong{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;font-size:.84rem!important;line-height:1.1!important}html body .slide[data-index="1"] .service-card-v35.site-openclaw em,html body .slide[data-index="1"] a.service-card-v35.site-openclaw em{flex:0 0 auto!important;max-width:none!important;font-size:.43rem!important;padding:3px 5px!important;letter-spacing:.02em!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(-24px)!important}html body .slide[data-index="1"] .home-cockpit-v35{padding-top:8px!important;padding-bottom:10px!important;max-height:calc(100vh - 168px)!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:auto 104px 52px 46px 46px 56px 28px!important;gap:6px!important;max-height:100%!important}html body .slide[data-index="1"] .profile-station-v35{padding-top:10px!important;padding-bottom:10px!important}html body .slide[data-index="1"] .service-card-v35.site-mail,html body .slide[data-index="1"] a.service-card-v35.site-mail{min-height:56px!important;height:56px!important;padding-top:10px!important;padding-bottom:9px!important;padding-right:74px!important;overflow:visible!important}html body .slide[data-index="1"] .service-card-v35.site-mail strong,html body .slide[data-index="1"] a.service-card-v35.site-mail strong{line-height:1.08!important;white-space:nowrap!important}html body .slide[data-index="1"] .service-card-v35.site-mail span,html body .slide[data-index="1"] a.service-card-v35.site-mail span{margin-top:2px!important;max-width:calc(100% - 8px)!important}html body .slide[data-index="1"] .service-detail-v57{height:28px!important;min-height:28px!important;max-height:28px!important;padding:0 8px!important;border-radius:12px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.47rem!important;letter-spacing:.035em!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35{margin-top:-18px!important;padding-bottom:12px!important}html body .slide[data-index="1"] .service-card-v35.site-mail,html body .slide[data-index="1"] a.service-card-v35.site-mail{min-height:58px!important;height:auto!important;padding-top:10px!important;padding-bottom:9px!important;padding-right:14px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-detail-v57{height:28px!important;min-height:28px!important;max-height:28px!important;margin-top:0!important}}@media (min-width:901px){html body .slide[data-index="1"] .slide-inner{padding-top:4px!important;padding-bottom:46px!important}html body .slide[data-index="1"] .slide-head{margin-bottom:4px!important;transform:translateY(-14px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(-40px)!important;max-height:calc(100vh - 214px)!important;align-items:start!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{max-height:calc(100vh - 230px)!important}html body .slide[data-index="1"] .home-cockpit-v35{padding-bottom:8px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:auto 100px 50px 44px 44px 54px 26px!important;gap:5px!important}html body .slide[data-index="1"] .service-detail-v57{height:26px!important;min-height:26px!important;max-height:26px!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35{margin-top:-28px!important;margin-bottom:20px!important;padding-bottom:10px!important}html body .slide[data-index="1"] .hero-copy{margin-bottom:18px!important}}@media (min-width:901px){html body .slide[data-index="1"] .slide-inner{padding-top:6px!important;padding-bottom:92px!important;grid-template-rows:auto auto 44px!important;align-content:start!important;gap:8px!important;overflow:hidden!important}html body .slide[data-index="1"] .slide-head{margin-bottom:2px!important;transform:translateY(-10px)!important}html body .slide[data-index="1"] .slide-head .title{line-height:.96!important}html body .slide[data-index="1"] .slide-head .lead{margin-top:4px!important;line-height:1.35!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(-24px)!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,.88fr)!important;align-items:start!important;gap:20px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{display:grid!important;grid-template-rows:auto auto auto auto auto auto!important;align-content:start!important;gap:10px!important;height:auto!important;min-height:0!important;max-height:none!important;padding:18px 20px!important;overflow:visible!important;border-radius:24px!important}html body .slide[data-index="1"] .hero-copy .section-title{margin:0!important;font-size:1.08rem!important;line-height:1.25!important}html body .slide[data-index="1"] .hero-copy .lead{margin:0!important;font-size:.82rem!important;line-height:1.45!important}html body .slide[data-index="1"] .hero-copy .metrics,html body .slide[data-index="1"] .hero-copy .metrics-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:48px!important;padding:8px 8px!important;border-radius:15px!important}html body .slide[data-index="1"] .hero-copy .metric strong{font-size:.98rem!important;line-height:1.05!important}html body .slide[data-index="1"] .hero-copy .metric span{font-size:.54rem!important;line-height:1.15!important}html body .slide[data-index="1"] .hero-copy .chips{margin:0!important;gap:7px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:5px 8px!important;font-size:.64rem!important}html body .slide[data-index="1"] .hero-copy .contact-actions,html body .slide[data-index="1"] .hero-copy .action-row{margin:0!important;gap:8px!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{height:30px!important;min-height:30px!important;padding:0 11px!important;font-size:.66rem!important}html body .slide[data-index="1"] .home-cockpit-v35{height:auto!important;min-height:0!important;max-height:none!important;padding:12px!important;overflow:visible!important;border-radius:24px!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;grid-template-rows:auto 78px 42px 42px 42px 46px 24px!important;gap:6px!important;align-content:start!important}html body .slide[data-index="1"] .service-matrix-v35::before{height:auto!important;padding:5px 8px!important;font-size:.52rem!important;letter-spacing:.10em!important;line-height:1!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;min-height:78px!important;height:78px!important;padding:8px 16px!important;gap:18px!important;overflow:hidden!important;border-radius:20px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{flex:0 0 62px!important;width:62px!important;height:62px!important;min-width:62px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:50px!important;height:50px!important;border-radius:15px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:.92rem!important;line-height:1.08!important;white-space:nowrap!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.54rem!important;line-height:1.2!important;white-space:normal!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{height:100%!important;min-height:0!important;padding:7px 10px!important;gap:2px!important;overflow:hidden!important;border-radius:15px!important;align-content:center!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.68rem!important;line-height:1.08!important;display:flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.52rem!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 em{font-size:.35rem!important;line-height:1!important;letter-spacing:0!important;padding:2px 4px!important;max-width:48%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:0 0 auto!important}html body .slide[data-index="1"] .service-card-v35.site-mail{min-height:0!important;height:46px!important;padding:7px 10px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-detail-v57{height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 7px!important;margin:0!important;overflow:hidden!important;border-radius:11px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.40rem!important;letter-spacing:0!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{grid-template-columns:minmax(0,1fr) minmax(390px,.86fr)!important;gap:16px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:16px 18px!important;gap:9px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:auto 72px 40px 40px 40px 44px 22px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{min-height:72px!important;height:72px!important}html body .slide[data-index="1"] .service-detail-v57{height:22px!important;min-height:22px!important;max-height:22px!important}}@media (max-width:900px){html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:auto!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy{padding:14px!important}html body .slide[data-index="1"] .home-cockpit-v35{margin-top:-12px!important;margin-bottom:16px!important;padding:10px!important}html body .slide[data-index="1"] .service-matrix-v35{gap:7px!important;overflow:visible!important}html body .slide[data-index="1"] .profile-station-v35{min-height:78px!important;padding:9px 12px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{min-height:50px!important;height:auto!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{display:grid!important;grid-template-rows:auto 390px 44px!important;gap:18px!important;align-content:center!important;padding-top:24px!important;padding-bottom:74px!important;overflow:hidden!important}html body .slide[data-index="1"] .slide-head{margin:0!important;transform:none!important}html body .slide[data-index="1"] .slide-head .title{line-height:.96!important;font-size:clamp(2.35rem,4.8vw,4.15rem)!important}html body .slide[data-index="1"] .slide-head .lead{margin-top:6px!important;line-height:1.45!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{grid-row:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(430px,.94fr)!important;gap:24px!important;align-items:stretch!important;height:390px!important;min-height:390px!important;max-height:390px!important;transform:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:390px!important;min-height:390px!important;max-height:390px!important;box-sizing:border-box!important;border-radius:28px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{display:grid!important;grid-template-rows:auto auto auto auto auto auto!important;align-content:center!important;gap:12px!important;padding:24px 26px!important;overflow:hidden!important}html body .slide[data-index="1"] .hero-copy .section-title{margin:0!important;font-size:1.15rem!important;line-height:1.25!important}html body .slide[data-index="1"] .hero-copy .lead{margin:0!important;font-size:.88rem!important;line-height:1.52!important}html body .slide[data-index="1"] .hero-copy .metrics,html body .slide[data-index="1"] .hero-copy .metrics-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important;margin:0!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:58px!important;padding:10px 9px!important;border-radius:17px!important}html body .slide[data-index="1"] .hero-copy .metric strong{font-size:1.05rem!important;line-height:1.05!important}html body .slide[data-index="1"] .hero-copy .metric span{font-size:.56rem!important;line-height:1.15!important}html body .slide[data-index="1"] .hero-copy .chips{margin:0!important;gap:8px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:6px 9px!important;font-size:.66rem!important}html body .slide[data-index="1"] .hero-copy .contact-actions,html body .slide[data-index="1"] .hero-copy .action-row{margin:0!important;gap:9px!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{height:32px!important;min-height:32px!important;padding:0 13px!important;font-size:.68rem!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:14px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;box-sizing:border-box!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;grid-template-rows:24px 86px 45px 45px 45px 50px 24px!important;gap:7px!important;align-content:start!important}html body .slide[data-index="1"] .service-matrix-v35::before{grid-area:label!important;height:24px!important;line-height:1!important;padding:6px 9px!important;box-sizing:border-box!important;font-size:.55rem!important;letter-spacing:.12em!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;height:86px!important;min-height:86px!important;max-height:86px!important;padding:10px 18px!important;gap:20px!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important;text-align:left!important;border-radius:22px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{flex:0 0 68px!important;width:68px!important;height:68px!important;min-width:68px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:54px!important;height:54px!important;border-radius:16px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{margin:0!important;min-width:0!important;text-align:left!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:.98rem!important;line-height:1.08!important;white-space:nowrap!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.58rem!important;line-height:1.2!important;white-space:normal!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{height:100%!important;min-height:0!important;max-height:100%!important;padding:7px 10px!important;gap:3px!important;overflow:hidden!important;border-radius:16px!important;align-content:center!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.70rem!important;line-height:1.08!important;display:flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.53rem!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 em{font-size:.36rem!important;line-height:1!important;letter-spacing:0!important;padding:2px 4px!important;max-width:48%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:0 0 auto!important}html body .slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;height:50px!important;min-height:50px!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 8px!important;margin:0!important;overflow:hidden!important;border-radius:12px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.42rem!important;letter-spacing:0!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .footerbar{grid-row:3!important;align-self:center!important;margin:0!important;transform:none!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 370px 44px!important;gap:14px!important;padding-top:18px!important;padding-bottom:78px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:370px!important;min-height:370px!important;max-height:370px!important;grid-template-columns:minmax(0,1fr) minmax(390px,.90fr)!important;gap:18px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:370px!important;min-height:370px!important;max-height:370px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:20px 22px!important;gap:10px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:23px 78px 42px 42px 42px 42px 22px!important;gap:6px!important}html body .slide[data-index="1"] .profile-station-v35{height:78px!important;min-height:78px!important;max-height:78px!important}html body .slide[data-index="1"] .service-detail-v57{height:22px!important;min-height:22px!important;max-height:22px!important}}@media (max-width:900px){html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:auto!important;max-height:none!important;overflow:visible!important}html body .slide[data-index="1"] .home-cockpit-v35{margin-top:-8px!important;margin-bottom:18px!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{display:grid!important;grid-template-rows:auto 430px 44px!important;gap:16px!important;align-content:center!important;padding-top:20px!important;padding-bottom:66px!important;overflow:hidden!important}html body .slide[data-index="1"] .slide-head{margin:0!important;transform:none!important}html body .slide[data-index="1"] .slide-head .title{font-size:clamp(2.35rem,4.65vw,4.05rem)!important;line-height:.98!important}html body .slide[data-index="1"] .slide-head .lead{margin-top:7px!important;line-height:1.48!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{grid-row:2!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(440px,.96fr)!important;gap:26px!important;align-items:stretch!important;height:430px!important;min-height:430px!important;max-height:430px!important;transform:none!important;overflow:visible!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:430px!important;min-height:430px!important;max-height:430px!important;box-sizing:border-box!important;border-radius:28px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{display:grid!important;grid-template-rows:auto auto auto auto auto auto!important;align-content:center!important;gap:14px!important;padding:28px 30px!important;overflow:hidden!important}html body .slide[data-index="1"] .hero-copy .section-title{margin:0!important;font-size:1.18rem!important;line-height:1.25!important}html body .slide[data-index="1"] .hero-copy .lead{margin:0!important;font-size:.86rem!important;line-height:1.58!important;max-width:none!important}html body .slide[data-index="1"] .hero-copy .metrics,html body .slide[data-index="1"] .hero-copy .metrics-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important;margin:0!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:62px!important;padding:11px 10px!important;border-radius:18px!important}html body .slide[data-index="1"] .hero-copy .metric strong{font-size:1.08rem!important;line-height:1.05!important}html body .slide[data-index="1"] .hero-copy .metric span{font-size:.58rem!important;line-height:1.18!important}html body .slide[data-index="1"] .hero-copy .chips{margin:0!important;gap:9px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:7px 10px!important;font-size:.68rem!important}html body .slide[data-index="1"] .hero-copy .contact-actions,html body .slide[data-index="1"] .hero-copy .action-row{margin:0!important;gap:10px!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{height:34px!important;min-height:34px!important;padding:0 14px!important;font-size:.70rem!important;border-radius:999px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:16px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;box-sizing:border-box!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "detail detail"!important;grid-template-rows:26px 88px 48px 48px 48px 54px 24px!important;gap:7px!important;align-content:center!important}html body .slide[data-index="1"] .service-matrix-v35::before{grid-area:label!important;height:26px!important;line-height:1!important;padding:7px 10px!important;box-sizing:border-box!important;font-size:.56rem!important;letter-spacing:.12em!important}html body .slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;height:88px!important;min-height:88px!important;max-height:88px!important;padding:10px 18px!important;gap:20px!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important;text-align:left!important;border-radius:22px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{flex:0 0 70px!important;width:70px!important;height:70px!important;min-width:70px!important;margin:0!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:56px!important;height:56px!important;border-radius:17px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{margin:0!important;min-width:0!important;text-align:left!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1rem!important;line-height:1.1!important;white-space:nowrap!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.60rem!important;line-height:1.25!important;white-space:normal!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{height:100%!important;min-height:0!important;max-height:100%!important;padding:8px 11px!important;gap:4px!important;overflow:hidden!important;border-radius:17px!important;align-content:center!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.72rem!important;line-height:1.1!important;display:flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.55rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 em{font-size:.38rem!important;line-height:1!important;letter-spacing:0!important;padding:2px 4px!important;max-width:48%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:0 0 auto!important}html body .slide[data-index="1"] .service-card-v35.site-mail{grid-area:mail!important;height:54px!important;min-height:54px!important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 9px!important;margin:0!important;overflow:hidden!important;border-radius:12px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.43rem!important;letter-spacing:0!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .footerbar{grid-row:3!important;align-self:center!important;margin:0!important;transform:none!important}}@media (min-width:901px) and (max-width:1320px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 410px 44px!important;gap:14px!important;padding-top:18px!important;padding-bottom:72px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:410px!important;min-height:410px!important;max-height:410px!important;grid-template-columns:minmax(0,1fr) minmax(398px,.93fr)!important;gap:20px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:410px!important;min-height:410px!important;max-height:410px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:24px 25px!important;gap:12px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.82rem!important;line-height:1.52!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:58px!important;padding:10px 8px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:25px 82px 46px 46px 46px 46px 23px!important;gap:6px!important}html body .slide[data-index="1"] .profile-station-v35{height:82px!important;min-height:82px!important;max-height:82px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:52px!important;min-height:52px!important}html body .slide[data-index="1"] .service-detail-v57{height:23px!important;min-height:23px!important;max-height:23px!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 375px 38px!important;gap:10px!important;align-content:center!important;padding-top:12px!important;padding-bottom:82px!important;overflow:hidden!important}html body .slide[data-index="1"] .slide-head .eyebrow{font-size:.58rem!important;line-height:1!important;margin-bottom:3px!important}html body .slide[data-index="1"] .slide-head .title{font-size:clamp(2.05rem,4.15vw,3.55rem)!important;line-height:.98!important}html body .slide[data-index="1"] .slide-head .subtitle{font-size:.64rem!important;margin-top:2px!important;line-height:1.15!important}html body .slide[data-index="1"] .slide-head .lead{font-size:.74rem!important;margin-top:4px!important;line-height:1.35!important}html body .slide[data-index="1"] .top-theme button{height:24px!important;padding:0 9px!important;font-size:.58rem!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:375px!important;min-height:375px!important;max-height:375px!important;gap:20px!important;grid-template-columns:minmax(0,1fr) minmax(392px,.94fr)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:375px!important;min-height:375px!important;max-height:375px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:19px 22px!important;gap:9px!important;align-content:center!important;overflow:hidden!important}html body .slide[data-index="1"] .hero-copy .section-title{font-size:1.04rem!important;line-height:1.15!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.74rem!important;line-height:1.42!important}html body .slide[data-index="1"] .hero-copy .metrics,html body .slide[data-index="1"] .hero-copy .metrics-row{gap:7px!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:50px!important;padding:8px 7px!important;border-radius:15px!important}html body .slide[data-index="1"] .hero-copy .metric strong{font-size:.95rem!important;line-height:1!important}html body .slide[data-index="1"] .hero-copy .metric span{font-size:.50rem!important;line-height:1.12!important}html body .slide[data-index="1"] .hero-copy .chips{gap:6px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:5px 8px!important;font-size:.60rem!important}html body .slide[data-index="1"] .hero-copy .contact-actions,html body .slide[data-index="1"] .hero-copy .action-row{gap:7px!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{height:28px!important;min-height:28px!important;padding:0 10px!important;font-size:.62rem!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:13px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:23px 76px 41px 41px 41px 46px 21px!important;gap:5px!important;align-content:center!important}html body .slide[data-index="1"] .service-matrix-v35::before{height:23px!important;padding:6px 8px!important;font-size:.51rem!important}html body .slide[data-index="1"] .profile-station-v35{height:76px!important;min-height:76px!important;max-height:76px!important;padding:8px 15px!important;gap:15px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{flex-basis:60px!important;width:60px!important;height:60px!important;min-width:60px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:48px!important;height:48px!important;border-radius:15px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:.88rem!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.53rem!important;line-height:1.18!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding:6px 9px!important;gap:2px!important;border-radius:15px!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.64rem!important;line-height:1.06!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.49rem!important;line-height:1.08!important}html body .slide[data-index="1"] .service-card-v35 em{font-size:.34rem!important;padding:2px 3px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:46px!important;min-height:46px!important}html body .slide[data-index="1"] .service-detail-v57{height:21px!important;min-height:21px!important;max-height:21px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.39rem!important}html body .slide[data-index="1"] .footerbar{min-height:34px!important;height:38px!important;align-self:center!important}html body .slide[data-index="1"] .footerbar .dot-nav button{width:8px!important;height:8px!important}}@media (min-width:901px) and (max-height:740px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 350px 34px!important;gap:8px!important;padding-top:8px!important;padding-bottom:86px!important}html body .slide[data-index="1"] .slide-head .title{font-size:clamp(1.95rem,3.95vw,3.25rem)!important}html body .slide[data-index="1"] .slide-head .lead{font-size:.70rem!important;line-height:1.28!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:350px!important;min-height:350px!important;max-height:350px!important;gap:18px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:350px!important;min-height:350px!important;max-height:350px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:16px 19px!important;gap:7px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.68rem!important;line-height:1.34!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:45px!important;padding:7px 6px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:4px 7px!important;font-size:.56rem!important}html body .slide[data-index="1"] .hero-copy .contact-actions .page-link,html body .slide[data-index="1"] .hero-copy .action-row .mini-btn{height:25px!important;min-height:25px!important;font-size:.58rem!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:21px 70px 38px 38px 38px 38px 20px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:70px!important;min-height:70px!important;max-height:70px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:42px!important;min-height:42px!important}html body .slide[data-index="1"] .service-detail-v57{height:20px!important;min-height:20px!important;max-height:20px!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{grid-template-rows:auto auto auto auto auto!important}html body .slide[data-index="1"] .home-actions-v118{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0!important;width:100%!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{width:100%!important;height:32px!important;min-height:32px!important;padding:0 8px!important;font-size:.66rem!important;white-space:nowrap!important;border-radius:999px!important}html body .slide[data-index="1"] .home-actions-v118 .mini-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.12)!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 368px 36px!important;gap:10px!important;padding-top:10px!important;padding-bottom:88px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:368px!important;min-height:368px!important;max-height:368px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:368px!important;min-height:368px!important;max-height:368px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:18px 21px!important;gap:9px!important;align-content:center!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.72rem!important;line-height:1.36!important}html body .slide[data-index="1"] .home-actions-v118{gap:6px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:27px!important;min-height:27px!important;font-size:.56rem!important;padding:0 5px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:21px 72px 40px 40px 40px 43px 20px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:72px!important;min-height:72px!important;max-height:72px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:43px!important;min-height:43px!important}html body .slide[data-index="1"] .service-detail-v57{height:20px!important;min-height:20px!important;max-height:20px!important}}@media (min-width:901px) and (max-height:740px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 342px 32px!important;gap:7px!important;padding-top:7px!important;padding-bottom:92px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:342px!important;min-height:342px!important;max-height:342px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:342px!important;min-height:342px!important;max-height:342px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:14px 18px!important;gap:6px!important}html body .slide[data-index="1"] .hero-copy .section-title{font-size:.98rem!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.64rem!important;line-height:1.28!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:42px!important;padding:6px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:24px!important;min-height:24px!important;font-size:.52rem!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:20px 66px 36px 36px 36px 36px 18px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:66px!important;min-height:66px!important;max-height:66px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:39px!important;min-height:39px!important}html body .slide[data-index="1"] .service-detail-v57{height:18px!important;min-height:18px!important;max-height:18px!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:clamp(28px,3.2vw,42px)!important;grid-template-columns:minmax(0,1.04fr) minmax(456px,.98fr)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:30px 34px!important;gap:15px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.88rem!important;line-height:1.68!important}html body .slide[data-index="1"] .hero-copy .metrics,html body .slide[data-index="1"] .hero-copy .metrics-row{gap:12px!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:66px!important;padding:12px 11px!important}html body .slide[data-index="1"] .hero-copy .chips{gap:10px!important}html body .slide[data-index="1"] .hero-copy .chip{padding:7px 11px!important}html body .slide[data-index="1"] .home-actions-v118{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:33px!important;min-height:33px!important;font-size:.68rem!important;padding:0 12px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:18px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:27px 92px 50px 50px 50px 56px 25px!important;gap:8px!important}html body .slide[data-index="1"] .profile-station-v35{height:92px!important;min-height:92px!important;max-height:92px!important;padding:12px 22px!important;gap:22px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.03rem!important;line-height:1.15!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.62rem!important;line-height:1.28!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding:9px 13px!important;gap:4px!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.74rem!important;line-height:1.14!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.57rem!important;line-height:1.18!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:56px!important;min-height:56px!important}html body .slide[data-index="1"] .service-detail-v57{height:25px!important;min-height:25px!important;max-height:25px!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:24px!important;grid-template-columns:minmax(0,1.03fr) minmax(410px,.96fr)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:20px 24px!important;gap:10px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.74rem!important;line-height:1.42!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:52px!important;padding:8px!important}html body .slide[data-index="1"] .home-actions-v118{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:27px!important;min-height:27px!important;font-size:.56rem!important;padding:0 5px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:14px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:22px 74px 41px 41px 41px 41px 20px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:74px!important;min-height:74px!important;max-height:74px!important;padding:8px 16px!important;gap:16px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding:6px 10px!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.65rem!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.50rem!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:44px!important;min-height:44px!important}html body .slide[data-index="1"] .service-detail-v57{height:20px!important;min-height:20px!important;max-height:20px!important}}@media (min-width:901px) and (max-height:740px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{gap:20px!important;grid-template-columns:minmax(0,1.02fr) minmax(390px,.95fr)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:15px 19px!important;gap:7px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.65rem!important;line-height:1.30!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:43px!important;padding:6px!important}html body .slide[data-index="1"] .home-actions-v118{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:24px!important;min-height:24px!important;font-size:.52rem!important;padding:0 4px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:20px 67px 36px 36px 36px 36px 18px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:67px!important;min-height:67px!important;max-height:67px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:40px!important;min-height:40px!important}html body .slide[data-index="1"] .service-detail-v57{height:18px!important;min-height:18px!important;max-height:18px!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(38px)!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(30px)!important}}@media (min-width:901px) and (max-height:740px){html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{transform:translateY(24px)!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 462px 40px!important;gap:12px!important;padding-bottom:58px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:462px!important;min-height:462px!important;max-height:462px!important;grid-template-columns:minmax(0,1.06fr) minmax(475px,1fr)!important;gap:clamp(30px,3.4vw,46px)!important;transform:translateY(30px)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:462px!important;min-height:462px!important;max-height:462px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:32px 36px!important;gap:17px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.90rem!important;line-height:1.72!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:70px!important;padding:13px 12px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:36px!important;min-height:36px!important;font-size:.70rem!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:20px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:28px 98px 54px 54px 54px 54px 26px!important;gap:8px!important}html body .slide[data-index="1"] .profile-station-v35{height:98px!important;min-height:98px!important;max-height:98px!important;padding:14px 24px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding:10px 14px!important;border-radius:18px!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.76rem!important;line-height:1.16!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.59rem!important;line-height:1.2!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:60px!important;min-height:60px!important}html body .slide[data-index="1"] .service-detail-v57{height:26px!important;min-height:26px!important;max-height:26px!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 395px 34px!important;gap:8px!important;padding-top:8px!important;padding-bottom:72px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:395px!important;min-height:395px!important;max-height:395px!important;grid-template-columns:minmax(0,1.05fr) minmax(425px,.98fr)!important;gap:26px!important;transform:translateY(24px)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:395px!important;min-height:395px!important;max-height:395px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:22px 26px!important;gap:11px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.76rem!important;line-height:1.48!important}html body .slide[data-index="1"] .hero-copy .metric{min-height:54px!important;padding:9px!important}html body .slide[data-index="1"] .home-actions-v118{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .home-actions-v118 .mini-btn{height:28px!important;min-height:28px!important;font-size:.57rem!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:15px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:23px 80px 44px 44px 44px 44px 21px!important;gap:6px!important}html body .slide[data-index="1"] .profile-station-v35{height:80px!important;min-height:80px!important;max-height:80px!important;padding:9px 18px!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] a.service-card-v35{padding:7px 11px!important;border-radius:16px!important}html body .slide[data-index="1"] .service-card-v35 strong{font-size:.67rem!important}html body .slide[data-index="1"] .service-card-v35 span{font-size:.51rem!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:48px!important;min-height:48px!important}html body .slide[data-index="1"] .service-detail-v57{height:21px!important;min-height:21px!important;max-height:21px!important}}@media (min-width:901px) and (max-height:740px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 360px 32px!important;gap:6px!important;padding-top:6px!important;padding-bottom:78px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:360px!important;min-height:360px!important;max-height:360px!important;gap:21px!important;transform:translateY(18px)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:360px!important;min-height:360px!important;max-height:360px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:16px 20px!important;gap:7px!important}html body .slide[data-index="1"] .hero-copy .lead{font-size:.66rem!important;line-height:1.32!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:20px 69px 38px 38px 38px 38px 18px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:69px!important;min-height:69px!important;max-height:69px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:42px!important;min-height:42px!important}html body .slide[data-index="1"] .service-detail-v57{height:18px!important;min-height:18px!important;max-height:18px!important}}@media (min-width:901px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 480px 38px!important;gap:10px!important;padding-bottom:52px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:480px!important;min-height:480px!important;max-height:480px!important;transform:translateY(26px)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:480px!important;min-height:480px!important;max-height:480px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:20px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:30px 102px 56px 56px 56px 56px 28px!important;gap:7px!important;align-content:center!important}html body .slide[data-index="1"] .profile-station-v35{height:102px!important;min-height:102px!important;max-height:102px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:64px!important;min-height:64px!important}html body .slide[data-index="1"] .service-detail-v57{height:28px!important;min-height:28px!important;max-height:28px!important;padding:0 10px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.44rem!important;line-height:1!important}}@media (min-width:901px) and (max-height:820px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 410px 32px!important;gap:7px!important;padding-top:6px!important;padding-bottom:58px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:410px!important;min-height:410px!important;max-height:410px!important;transform:translateY(18px)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:410px!important;min-height:410px!important;max-height:410px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:21px 25px!important;gap:10px!important}html body .slide[data-index="1"] .home-cockpit-v35{padding:14px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:24px 84px 46px 46px 46px 46px 24px!important;gap:6px!important;align-content:center!important}html body .slide[data-index="1"] .profile-station-v35{height:84px!important;min-height:84px!important;max-height:84px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:50px!important;min-height:50px!important}html body .slide[data-index="1"] .service-detail-v57{height:24px!important;min-height:24px!important;max-height:24px!important;padding:0 9px!important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.41rem!important;line-height:1!important}}@media (min-width:901px) and (max-height:740px){html body .slide[data-index="1"]>.slide-inner{grid-template-rows:auto 372px 30px!important;gap:5px!important;padding-top:5px!important;padding-bottom:62px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable,html body .slide[data-index="1"] .hero-home{height:372px!important;min-height:372px!important;max-height:372px!important;transform:translateY(14px)!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy,html body .slide[data-index="1"] .home-cockpit-v35{height:372px!important;min-height:372px!important;max-height:372px!important}html body .slide[data-index="1"] .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{padding:15px 20px!important;gap:7px!important}html body .slide[data-index="1"] .service-matrix-v35{grid-template-rows:20px 72px 39px 39px 39px 39px 20px!important;gap:5px!important}html body .slide[data-index="1"] .profile-station-v35{height:72px!important;min-height:72px!important;max-height:72px!important}html body .slide[data-index="1"] .service-card-v35.site-mail{height:43px!important;min-height:43px!important}html body .slide[data-index="1"] .service-detail-v57{height:20px!important;min-height:20px!important;max-height:20px!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-copy .lead{max-width:96%!important}}@media (max-width:900px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}html body .deck,html body .slides-wrap{width:100vw!important;max-width:100vw!important;overflow:hidden!important}html body .mobile-nav{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:calc(100vw - 16px)!important;height:auto!important;gap:6px!important;padding:7px!important;border-radius:20px!important;overflow:hidden!important;z-index:120!important}html body .mobile-nav .rail-btn,html body .mobile-nav button{min-width:0!important;width:auto!important;height:40px!important;padding:0 4px!important;border-radius:13px!important;font-size:.64rem!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body section.slide[data-index="1"],html body section.slide[data-index="1"].active{position:absolute!important;left:0!important;top:0!important;right:auto!important;bottom:auto!important;transform:none!important;translate:none!important;width:100vw!important;height:100dvh!important;max-width:100vw!important;max-height:100dvh!important;border-radius:0!important;border:0!important;overflow-y:auto!important;overflow-x:hidden!important;background:linear-gradient(180deg,rgba(8,13,30,.96),rgba(10,15,32,.92))!important;-webkit-overflow-scrolling:touch!important}html body section.slide[data-index="1"]>.slide-inner,html body section.slide[data-index="1"].active>.slide-inner{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:100dvh!important;overflow:visible!important;padding:18px 14px calc(116px + env(safe-area-inset-bottom))!important;margin:0!important;box-sizing:border-box!important;transform:none!important}html body section.slide[data-index="1"] .slide-head{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-items:start!important;margin:0 0 14px!important;padding:0!important}html body section.slide[data-index="1"] .slide-head .title{font-size:clamp(2.25rem,12vw,3.15rem)!important;line-height:.98!important;margin:0!important}html body section.slide[data-index="1"] .slide-head .lead{font-size:.82rem!important;line-height:1.45!important;margin-top:7px!important;max-width:none!important}html body section.slide[data-index="1"] .top-theme{position:static!important;display:flex!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;margin:0!important;overflow:hidden!important}html body section.slide[data-index="1"] .top-theme button{height:30px!important;min-width:0!important;padding:0 10px!important;font-size:.65rem!important}html body section.slide[data-index="1"] .hero-home,html body section.slide[data-index="1"] .hero-home.home-layout-stable{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important;margin:0!important;transform:none!important;box-sizing:border-box!important}html body section.slide[data-index="1"] .hero-copy,html body section.slide[data-index="1"] .hero-home.home-layout-stable>.hero-copy{order:1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:hidden!important;margin:0!important;padding:18px 16px!important;border-radius:24px!important;box-sizing:border-box!important;background:radial-gradient(circle at 8% 0%,rgba(126,245,255,.16),transparent 34%),var(--surface-soft)!important;border:1px solid rgba(126,245,255,.16)!important}html body section.slide[data-index="1"] .hero-copy::before,html body section.slide[data-index="1"] .hero-copy::after{display:none!important;content:none!important}html body section.slide[data-index="1"] .hero-copy .section-title{font-size:1.08rem!important;line-height:1.25!important;margin:0 0 9px!important}html body section.slide[data-index="1"] .hero-copy .lead{font-size:.84rem!important;line-height:1.62!important;margin:0!important;max-width:none!important}html body section.slide[data-index="1"] .metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:14px 0 0!important;width:100%!important}html body section.slide[data-index="1"] .metric{min-height:64px!important;padding:10px!important;border-radius:17px!important}html body section.slide[data-index="1"] .metric strong{font-size:1.04rem!important;line-height:1.05!important;white-space:nowrap!important}html body section.slide[data-index="1"] .metric span{font-size:.62rem!important;line-height:1.25!important}html body section.slide[data-index="1"] .chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:14px 0 0!important}html body section.slide[data-index="1"] .chip{display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 8px!important;font-size:.66rem!important;border-radius:13px!important;white-space:nowrap!important}html body section.slide[data-index="1"] .contact-actions,html body section.slide[data-index="1"] .home-actions-v118{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:14px 0 0!important;width:100%!important;overflow:visible!important}html body section.slide[data-index="1"] .contact-actions .page-link,html body section.slide[data-index="1"] .home-actions-v118 .page-link,html body section.slide[data-index="1"] .contact-actions .mini-btn,html body section.slide[data-index="1"] .home-actions-v118 .mini-btn{width:100%!important;min-width:0!important;max-width:100%!important;height:36px!important;min-height:36px!important;padding:0 7px!important;font-size:.64rem!important;line-height:1!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}html body section.slide[data-index="1"] .home-cockpit-v35{order:2!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important;margin:0!important;padding:12px!important;border-radius:24px!important;box-sizing:border-box!important;background:radial-gradient(circle at 50% -10%,rgba(126,245,255,.18),transparent 36%),var(--surface-soft)!important;border:1px solid rgba(126,245,255,.16)!important}html body section.slide[data-index="1"] .home-cockpit-v35::before,html body section.slide[data-index="1"] .home-cockpit-v35::after{display:none!important;content:none!important}html body section.slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"avatar" "openclaw" "hermes" "ai" "coagent" "ccxui" "rnxui" "mail" "dnsadmin" "detail"!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;gap:9px!important;padding:0!important;margin:0!important;overflow:visible!important;align-content:start!important;box-sizing:border-box!important}html body section.slide[data-index="1"] .service-matrix-v35::before,html body section.slide[data-index="1"] .service-matrix-v35::after{display:none!important;content:none!important}html body section.slide[data-index="1"] .profile-station-v35{grid-area:avatar!important;position:relative!important;display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;align-items:center!important;justify-items:start!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:88px!important;height:auto!important;padding:12px!important;margin:0!important;border-radius:20px!important;text-align:left!important;overflow:hidden!important;box-sizing:border-box!important}html body section.slide[data-index="1"] .profile-station-v35 .avatar-ring{width:64px!important;height:64px!important;min-width:64px!important;margin:0!important;border-radius:18px!important}html body section.slide[data-index="1"] .profile-station-v35 .avatar-core{width:54px!important;height:54px!important;border-radius:15px!important;overflow:hidden!important}html body section.slide[data-index="1"] .profile-station-v35 .avatar-core img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}html body section.slide[data-index="1"] .profile-station-v35 .avatar-caption{min-width:0!important;margin:0!important;text-align:left!important;display:grid!important;gap:3px!important}html body section.slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1rem!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body section.slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.62rem!important;line-height:1.28!important;white-space:normal!important}html body section.slide[data-index="1"] .service-card-v35,html body section.slide[data-index="1"] a.service-card-v35,html body section.slide[data-index="1"] .service-card-v35.site-mail{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;display:grid!important;grid-template-columns:1fr!important;align-content:center!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:56px!important;max-height:none!important;margin:0!important;padding:10px 12px!important;padding-right:12px!important;border-radius:17px!important;overflow:hidden!important;box-sizing:border-box!important;text-decoration:none!important}html body section.slide[data-index="1"] .site-openclaw{grid-area:openclaw!important}html body section.slide[data-index="1"] .site-hermes{grid-area:hermes!important}html body section.slide[data-index="1"] .site-ai{grid-area:ai!important}html body section.slide[data-index="1"] .site-coagent{grid-area:coagent!important}html body section.slide[data-index="1"] .site-ccxui{grid-area:ccxui!important}html body section.slide[data-index="1"] .site-rnxui{grid-area:rnxui!important}html body section.slide[data-index="1"] .site-mail{grid-area:mail!important}html body section.slide[data-index="1"] .site-dnsadmin{grid-area:dnsadmin!important}html body section.slide[data-index="1"] .service-card-v35::before,html body section.slide[data-index="1"] .service-card-v35::after{display:none!important;content:none!important}html body section.slide[data-index="1"] .service-card-v35 strong{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;font-size:.76rem!important;line-height:1.18!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:0!important}html body section.slide[data-index="1"] .service-card-v35 span{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;font-size:.60rem!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:0!important;color:var(--text-soft)!important}html body section.slide[data-index="1"] .service-card-v35 em{display:inline!important;font-size:.52em!important;opacity:.82!important;font-style:normal!important}html body section.slide[data-index="1"] .service-pulse-v72,html body section.slide[data-index="1"] .home-site-node{display:none!important;content:none!important}html body section.slide[data-index="1"] .service-detail-v57{grid-area:detail!important;position:relative!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;max-width:100%!important;min-height:0!important;height:auto!important;padding:8px 10px!important;margin:0!important;border-radius:15px!important;overflow:hidden!important;box-sizing:border-box!important}html body section.slide[data-index="1"] .service-detail-v57 span{font-size:.52rem!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}html body section.slide[data-index="1"] .footerbar{position:static!important;display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;gap:8px!important;margin:14px 0 0!important;padding:0!important;width:100%!important;text-align:center!important;transform:none!important}html body section.slide[data-index="1"] .footerbar>span:first-child{font-size:.66rem!important;line-height:1.25!important;max-width:100%!important;white-space:normal!important}html body section.slide[data-index="1"] .footerbar .page-no{width:100%!important;text-align:center!important;font-size:.60rem!important}}@media (max-width:380px){html body section.slide[data-index="1"]>.slide-inner{padding-left:12px!important;padding-right:12px!important;padding-bottom:calc(122px + env(safe-area-inset-bottom))!important}html body section.slide[data-index="1"] .slide-head .title{font-size:2.15rem!important}html body section.slide[data-index="1"] .contact-actions,html body section.slide[data-index="1"] .home-actions-v118{grid-template-columns:1fr!important}}@media (max-width:900px){html body section.slide[data-index="1"],html body section.slide[data-index="1"].active,html body section.slide[data-index="1"]>.slide-inner{max-width:100vw!important;overflow-x:hidden!important}html body section.slide[data-index="1"]>.slide-inner{padding-bottom:calc(150px + env(safe-area-inset-bottom))!important}html body section.slide[data-index="1"] .footerbar{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;margin:14px 0 0!important;padding:0!important;box-sizing:border-box!important;transform:none!important}html body section.slide[data-index="1"] .footerbar span,html body section.slide[data-index="1"] .footerbar .page-no{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;text-align:center!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important;position:static!important;padding:0!important;margin:0!important;box-sizing:border-box!important}html body section.slide[data-index="1"] .footerbar .dot-nav{width:auto!important;max-width:100%!important;justify-content:center!important;overflow:hidden!important}html body section.slide[data-index="1"] .contact-actions,html body section.slide[data-index="1"] .home-actions-v118{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:380px){html body section.slide[data-index="1"]>.slide-inner{padding-bottom:calc(160px + env(safe-area-inset-bottom))!important}html body section.slide[data-index="1"] .contact-actions,html body section.slide[data-index="1"] .home-actions-v118{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:900px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{min-height:100dvh!important}[data-theme="light"] body,body[data-theme="light"],html[data-theme="light"] body{background:linear-gradient(180deg,#f7fbff 0%,#eef5ff 48%,#f8fbff 100%)!important;color:#172033!important}[data-theme="light"] .deck,[data-theme="light"] .slides-wrap,[data-theme="light"] .slide,[data-theme="light"] .slide.active,[data-theme="light"] .slide[data-index="2"],[data-theme="light"] .slide[data-index="3"],[data-theme="light"] .slide[data-index="4"],[data-theme="light"] .slide[data-index="5"]{background:linear-gradient(180deg,rgba(247,251,255,.98),rgba(235,243,255,.96))!important;color:#172033!important}[data-theme="light"] .project-card,[data-theme="light"] .award-card,[data-theme="light"] .paper-card,[data-theme="light"] .ability-card,[data-theme="light"] .card,[data-theme="light"] .terminal,[data-theme="light"] .stat{background:rgba(255,255,255,.82)!important;border-color:rgba(48,87,151,.16)!important;color:#172033!important;box-shadow:0 18px 50px rgba(37,63,112,.10)!important}html body .deck,html body .slides-wrap{width:100vw!important;max-width:100vw!important;overflow:hidden!important}html body .slide,html body .slide.active{width:100vw!important;max-width:100vw!important;left:0!important;right:auto!important;top:0!important;bottom:auto!important;transform:none!important;translate:none!important;border-radius:0!important;overflow-x:hidden!important;box-sizing:border-box!important}html body .slide.active{height:100dvh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}html body .slide.active>.slide-inner{width:100%!important;max-width:100%!important;min-width:0!important;min-height:100dvh!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:18px 14px calc(152px + env(safe-area-inset-bottom))!important;margin:0!important;box-sizing:border-box!important;display:block!important;grid-template-columns:none!important;transform:none!important}html body .slide.active .slide-head{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin:0 0 14px!important;padding:0!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}html body .slide.active .slide-head>*{min-width:0!important;max-width:100%!important}html body .slide.active .eyebrow{font-size:.62rem!important;letter-spacing:.12em!important;white-space:normal!important}html body .slide.active .section-title{font-size:clamp(1.75rem,9.5vw,2.75rem)!important;line-height:1.03!important;max-width:100%!important;overflow-wrap:anywhere!important}html body .slide.active .lead{font-size:.82rem!important;line-height:1.52!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}html body .slide.active .top-theme{position:static!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:hidden!important}html body .slide.active .top-theme button{height:30px!important;min-width:0!important;padding:0 10px!important;font-size:.65rem!important}html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="3"] .awards-grid,html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="5"] .ability-grid,html body .slide[data-index="5"] .signal-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;box-sizing:border-box!important;transform:none!important}html body .slide[data-index="4"] .paper-side-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important}html body .slide[data-index="2"] .project-card,html body .slide[data-index="3"] .award-card,html body .slide[data-index="4"] .paper-card,html body .slide[data-index="4"] .paper-click-card,html body .slide[data-index="4"] .card,html body .slide[data-index="4"] .terminal,html body .slide[data-index="4"] .stat,html body .slide[data-index="5"] .ability-card,html body .slide[data-index="5"] .card,html body .slide[data-index="5"] .stat{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:14px!important;border-radius:20px!important;overflow:hidden!important;box-sizing:border-box!important;transform:none!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}html body .slide.active .award-meta{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;gap:7px!important;width:100%!important;min-width:0!important;max-width:100%!important}html body .slide.active h3,html body .slide.active p,html body .slide.active strong,html body .slide.active span,html body .slide.active a,html body .slide.active pre,html body .slide.active code{max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important;word-break:break-word!important}html body .slide.active h3{font-size:1rem!important;line-height:1.25!important;margin:0 0 8px!important}html body .slide.active p{font-size:.78rem!important;line-height:1.55!important;margin:0!important}html body .slide.active .quantum-tag{max-width:100%!important;font-size:.55rem!important;line-height:1.15!important;white-space:normal!important;padding:4px 7px!important;border-radius:999px!important}html body .slide.active .site-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;max-width:100%!important;margin-top:12px!important}html body .slide.active .page-link,html body .slide.active .mini-btn{width:100%!important;max-width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:.68rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}html body .slide[data-index="4"] .terminal pre,html body .slide[data-index="4"] pre{white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important;overflow-x:hidden!important;font-size:.62rem!important;line-height:1.45!important;width:100%!important;max-width:100%!important;min-width:0!important}html body .slide[data-index="4"] .bar{max-width:100%!important;overflow:hidden!important}html body .slide[data-index="5"] .ability-idx{font-size:.9rem!important;line-height:1!important;margin-bottom:8px!important}html body .slide.active>.slide-inner>.footerbar,html body .slide.active .footerbar{position:static!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:16px 0 0!important;padding:0!important;overflow:hidden!important;box-sizing:border-box!important;transform:none!important;text-align:center!important}html body .slide.active .footerbar span,html body .slide.active .footerbar .page-no{width:100%!important;max-width:100%!important;min-width:0!important;text-align:center!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;position:static!important;transform:none!important;margin:0!important;padding:0!important}html body .slide.active .footerbar .dot-nav{width:auto!important;max-width:100%!important;justify-content:center!important;overflow:hidden!important}html body .mobile-nav{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:calc(100vw - 16px)!important;height:auto!important;gap:6px!important;padding:7px!important;border-radius:20px!important;overflow:hidden!important;z-index:120!important}html body .mobile-nav .rail-btn,html body .mobile-nav button{min-width:0!important;width:auto!important;height:40px!important;padding:0 4px!important;border-radius:13px!important;font-size:.64rem!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:380px){html body .slide.active>.slide-inner{padding-left:12px!important;padding-right:12px!important;padding-bottom:calc(166px + env(safe-area-inset-bottom))!important}html body .slide.active .section-title{font-size:clamp(1.6rem,9vw,2.2rem)!important}html body .slide.active .lead{font-size:.78rem!important}html body .mobile-nav{left:6px!important;right:6px!important;max-width:calc(100vw - 12px)!important;gap:4px!important;padding:6px!important}html body .mobile-nav .rail-btn,html body .mobile-nav button{font-size:.58rem!important;height:38px!important;padding:0 2px!important}}@media (max-width:900px){html,body,#app,.deck,.slides-wrap{width:100%!important;max-width:100vw!important;min-width:0!important;overflow-x:hidden!important}body.theme-light,html.theme-light body,body.light,html.light body,body[data-theme="light"],html[data-theme="light"] body,[data-theme="light"] body{background:#f6f9ff!important;background-image:linear-gradient(180deg,#f9fcff 0%,#eef5ff 52%,#f8fbff 100%)!important;color:#172033!important}body.theme-light::before,body.theme-light::after,html.theme-light body::before,html.theme-light body::after,html[data-theme="light"] body::before,html[data-theme="light"] body::after,[data-theme="light"] body::before,[data-theme="light"] body::after{opacity:.12!important;mix-blend-mode:multiply!important}html body .slide[data-index="2"],html body .slide[data-index="3"],html body .slide[data-index="4"],html body .slide[data-index="5"],html body .slide[data-index="2"].active,html body .slide[data-index="3"].active,html body .slide[data-index="4"].active,html body .slide[data-index="5"].active{position:absolute!important;inset:0 auto auto 0!important;left:0!important;top:0!important;right:auto!important;bottom:auto!important;width:100vw!important;max-width:100vw!important;min-width:0!important;height:100dvh!important;max-height:100dvh!important;transform:none!important;translate:none!important;margin:0!important;border:0!important;border-radius:0!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}html body .slide[data-index="2"]>.slide-inner,html body .slide[data-index="3"]>.slide-inner,html body .slide[data-index="4"]>.slide-inner,html body .slide[data-index="5"]>.slide-inner,html body .slide[data-index="2"].active>.slide-inner,html body .slide[data-index="3"].active>.slide-inner,html body .slide[data-index="4"].active>.slide-inner,html body .slide[data-index="5"].active>.slide-inner{display:block!important;width:100%!important;max-width:100vw!important;min-width:0!important;height:auto!important;min-height:100dvh!important;max-height:none!important;margin:0!important;padding:18px 14px calc(170px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:visible!important;transform:none!important;contain:none!important}html body .slide[data-index="2"] *,html body .slide[data-index="3"] *,html body .slide[data-index="4"] *,html body .slide[data-index="5"] *{box-sizing:border-box!important;max-width:100%!important}html body .slide[data-index="2"] .slide-head,html body .slide[data-index="3"] .slide-head,html body .slide[data-index="4"] .slide-head,html body .slide[data-index="5"] .slide-head{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 14px!important;padding:0!important;overflow:hidden!important}html body .slide[data-index="2"] .top-theme,html body .slide[data-index="3"] .top-theme,html body .slide[data-index="4"] .top-theme,html body .slide[data-index="5"] .top-theme{position:static!important;display:flex!important;flex-wrap:wrap!important;width:100%!important;max-width:100%!important;margin:12px 0 0!important;gap:7px!important;justify-content:flex-start!important;overflow:hidden!important}html body .slide[data-index="2"] .section-title,html body .slide[data-index="3"] .section-title,html body .slide[data-index="4"] .section-title,html body .slide[data-index="5"] .section-title{font-size:clamp(1.9rem,10vw,2.75rem)!important;line-height:1.02!important;word-break:break-word!important;overflow-wrap:anywhere!important}html body .slide[data-index="2"] .lead,html body .slide[data-index="3"] .lead,html body .slide[data-index="4"] .lead,html body .slide[data-index="5"] .lead{font-size:.82rem!important;line-height:1.52!important;width:100%!important;max-width:100%!important;overflow-wrap:anywhere!important}html body .slide[data-index="2"] .projects-grid,html body .slide[data-index="3"] .awards-grid,html body .slide[data-index="4"] .paper-grid,html body .slide[data-index="5"] .ability-grid,html body .slide[data-index="5"] .signal-grid,html body .slide[data-index="4"] .paper-side-grid,html body .slide[data-index="4"] .paper-actions,html body .slide[data-index="5"] .ability-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;transform:none!important;align-items:start!important}html body .slide[data-index="2"] .project-card,html body .slide[data-index="3"] .award-card,html body .slide[data-index="4"] .paper-card,html body .slide[data-index="4"] .paper-click-card,html body .slide[data-index="4"] .card,html body .slide[data-index="4"] .terminal,html body .slide[data-index="4"] .stat,html body .slide[data-index="5"] .ability-card,html body .slide[data-index="5"] .card,html body .slide[data-index="5"] .stat,html body .slide[data-index="5"] .signal-card{display:block!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:14px!important;border-radius:20px!important;overflow:hidden!important;box-sizing:border-box!important}html body .slide[data-index="2"] .project-card::before,html body .slide[data-index="2"] .project-card::after,html body .slide[data-index="3"] .award-card::before,html body .slide[data-index="3"] .award-card::after,html body .slide[data-index="4"] .paper-card::before,html body .slide[data-index="4"] .paper-card::after,html body .slide[data-index="5"] .ability-card::before,html body .slide[data-index="5"] .ability-card::after{max-width:100%!important;inset:auto!important;display:none!important;content:none!important}html body .slide[data-index="2"] .award-meta,html body .slide[data-index="3"] .award-meta,html body .slide[data-index="4"] .award-meta,html body .slide[data-index="5"] .award-meta{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;gap:7px!important;width:100%!important;min-width:0!important;overflow:hidden!important}html body .slide[data-index="2"] h3,html body .slide[data-index="3"] h3,html body .slide[data-index="4"] h3,html body .slide[data-index="5"] h3{font-size:1rem!important;line-height:1.25!important;min-width:0!important;max-width:100%!important;overflow-wrap:anywhere!important;margin:0 0 8px!important}html body .slide[data-index="2"] p,html body .slide[data-index="3"] p,html body .slide[data-index="4"] p,html body .slide[data-index="5"] p,html body .slide[data-index="2"] span,html body .slide[data-index="3"] span,html body .slide[data-index="4"] span,html body .slide[data-index="5"] span,html body .slide[data-index="2"] a,html body .slide[data-index="3"] a,html body .slide[data-index="4"] a,html body .slide[data-index="5"] a{min-width:0!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}html body .slide[data-index="2"] p,html body .slide[data-index="3"] p,html body .slide[data-index="4"] p,html body .slide[data-index="5"] p{font-size:.78rem!important;line-height:1.55!important}html body .slide[data-index="2"] .quantum-tag,html body .slide[data-index="3"] .quantum-tag,html body .slide[data-index="4"] .quantum-tag,html body .slide[data-index="5"] .quantum-tag{white-space:normal!important;max-width:100%!important;font-size:.55rem!important;padding:4px 7px!important}html body .slide[data-index="2"] .site-actions,html body .slide[data-index="3"] .site-actions,html body .slide[data-index="4"] .site-actions,html body .slide[data-index="5"] .site-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;margin-top:12px!important}html body .slide[data-index="2"] .page-link,html body .slide[data-index="3"] .page-link,html body .slide[data-index="4"] .page-link,html body .slide[data-index="5"] .page-link,html body .slide[data-index="2"] .mini-btn,html body .slide[data-index="3"] .mini-btn,html body .slide[data-index="4"] .mini-btn,html body .slide[data-index="5"] .mini-btn{width:100%!important;min-width:0!important;max-width:100%!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="4"] pre,html body .slide[data-index="4"] code,html body .slide[data-index="4"] .terminal pre{white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important;overflow-x:hidden!important;width:100%!important;max-width:100%!important;min-width:0!important}body.theme-light .slide[data-index="2"],body.theme-light .slide[data-index="3"],body.theme-light .slide[data-index="4"],body.theme-light .slide[data-index="5"],html.theme-light body .slide[data-index="2"],html.theme-light body .slide[data-index="3"],html.theme-light body .slide[data-index="4"],html.theme-light body .slide[data-index="5"],html[data-theme="light"] body .slide[data-index="2"],html[data-theme="light"] body .slide[data-index="3"],html[data-theme="light"] body .slide[data-index="4"],html[data-theme="light"] body .slide[data-index="5"],[data-theme="light"] body .slide[data-index="2"],[data-theme="light"] body .slide[data-index="3"],[data-theme="light"] body .slide[data-index="4"],[data-theme="light"] body .slide[data-index="5"]{background:#f6f9ff!important;background-image:linear-gradient(180deg,rgba(249,252,255,.98),rgba(235,243,255,.96))!important;color:#172033!important}body.theme-light .slide[data-index="2"] .project-card,html.theme-light body .slide[data-index="2"] .project-card,html[data-theme="light"] body .slide[data-index="2"] .project-card,[data-theme="light"] body .slide[data-index="2"] .project-card,body.theme-light .slide[data-index="3"] .award-card,html.theme-light body .slide[data-index="3"] .award-card,html[data-theme="light"] body .slide[data-index="3"] .award-card,[data-theme="light"] body .slide[data-index="3"] .award-card,body.theme-light .slide[data-index="4"] .paper-card,html.theme-light body .slide[data-index="4"] .paper-card,html[data-theme="light"] body .slide[data-index="4"] .paper-card,[data-theme="light"] body .slide[data-index="4"] .paper-card,body.theme-light .slide[data-index="5"] .ability-card,html.theme-light body .slide[data-index="5"] .ability-card,html[data-theme="light"] body .slide[data-index="5"] .ability-card,[data-theme="light"] body .slide[data-index="5"] .ability-card,html[data-theme="light"] body .slide[data-index="4"] .card,html[data-theme="light"] body .slide[data-index="4"] .terminal,html[data-theme="light"] body .slide[data-index="4"] .stat,html[data-theme="light"] body .slide[data-index="5"] .card,html[data-theme="light"] body .slide[data-index="5"] .stat{background:rgba(255,255,255,.88)!important;border-color:rgba(47,89,196,.16)!important;color:#172033!important;box-shadow:0 18px 48px rgba(47,89,196,.10)!important}}@media (max-width:900px){html.light,html.theme-light,body.light,body.theme-light{color-scheme:light!important}html.light body,html.theme-light body,body.light,body.theme-light,html.light .deck,html.theme-light .deck,body.light .deck,body.theme-light .deck,html.light .slides-wrap,html.theme-light .slides-wrap,body.light .slides-wrap,body.theme-light .slides-wrap,html.light .slide,html.theme-light .slide,body.light .slide,body.theme-light .slide,html.light .slide.active,html.theme-light .slide.active,body.light .slide.active,body.theme-light .slide.active,html.light .slide[data-index="2"],html.theme-light .slide[data-index="2"],body.light .slide[data-index="2"],body.theme-light .slide[data-index="2"],html.light .slide[data-index="3"],html.theme-light .slide[data-index="3"],body.light .slide[data-index="3"],body.theme-light .slide[data-index="3"],html.light .slide[data-index="4"],html.theme-light .slide[data-index="4"],body.light .slide[data-index="4"],body.theme-light .slide[data-index="4"],html.light .slide[data-index="5"],html.theme-light .slide[data-index="5"],body.light .slide[data-index="5"],body.theme-light .slide[data-index="5"]{background:#f6f9ff!important;background-image:linear-gradient(180deg,#f9fcff 0%,#eef5ff 52%,#f8fbff 100%)!important;color:#172033!important}html.light .project-card,html.theme-light .project-card,body.light .project-card,body.theme-light .project-card,html.light .award-card,html.theme-light .award-card,body.light .award-card,body.theme-light .award-card,html.light .paper-card,html.theme-light .paper-card,body.light .paper-card,body.theme-light .paper-card,html.light .ability-card,html.theme-light .ability-card,body.light .ability-card,body.theme-light .ability-card,html.light .card,html.theme-light .card,body.light .card,body.theme-light .card,html.light .terminal,html.theme-light .terminal,body.light .terminal,body.theme-light .terminal,html.light .stat,html.theme-light .stat,body.light .stat,body.theme-light .stat{background:rgba(255,255,255,.88)!important;border-color:rgba(47,89,196,.16)!important;color:#172033!important;box-shadow:0 18px 48px rgba(47,89,196,.10)!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-mail,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-dnsadmin{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;grid-column:auto!important;justify-self:stretch!important;align-self:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;box-sizing:border-box!important;overflow:hidden!important}}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-mail,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-dnsadmin{padding-right:58px!important}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail::after,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-mail::after,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin::after,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-dnsadmin::after{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail strong,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail span,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin strong,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin span{max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media (max-width:900px){html body section.slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail,html body section.slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-mail,html body section.slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin,html body section.slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-dnsadmin{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;padding-right:58px!important}}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-publicmail,html body section.slide[data-index="1"] .site-publicmail{grid-area:mail!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;translate:none!important;grid-column:auto!important;justify-self:stretch!important;align-self:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important;overflow:hidden!important}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-publicmail{height:100%!important;min-height:0!important;max-height:100%!important}}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-publicmail::after,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35.site-publicmail::after{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media (max-width:900px){html[data-theme="light"] body,body[data-theme="light"],html.light body,html.theme-light body,body.light,body.theme-light{background:#f6f9ff!important;background-image:linear-gradient(180deg,#f9fcff 0%,#eef5ff 52%,#f8fbff 100%)!important;color:#172033!important}html[data-theme="light"] body section.slide[data-index="1"],html[data-theme="light"] body section.slide[data-index="1"].active,body[data-theme="light"] section.slide[data-index="1"],body[data-theme="light"] section.slide[data-index="1"].active,html.light body section.slide[data-index="1"],html.light body section.slide[data-index="1"].active,html.theme-light body section.slide[data-index="1"],html.theme-light body section.slide[data-index="1"].active,body.light section.slide[data-index="1"],body.light section.slide[data-index="1"].active,body.theme-light section.slide[data-index="1"],body.theme-light section.slide[data-index="1"].active{background:#f6f9ff!important;background-image:linear-gradient(180deg,rgba(249,252,255,.98),rgba(235,243,255,.96))!important;color:#172033!important}html[data-theme="light"] body section.slide[data-index="1"] .hero-copy,html[data-theme="light"] body section.slide[data-index="1"] .home-cockpit-v35,html[data-theme="light"] body section.slide[data-index="1"] .service-matrix-v35,html[data-theme="light"] body section.slide[data-index="1"] .profile-station-v35,html[data-theme="light"] body section.slide[data-index="1"] .service-card-v35,html[data-theme="light"] body section.slide[data-index="1"] .service-detail-v57,body[data-theme="light"] section.slide[data-index="1"] .hero-copy,body[data-theme="light"] section.slide[data-index="1"] .home-cockpit-v35,body[data-theme="light"] section.slide[data-index="1"] .service-matrix-v35,body[data-theme="light"] section.slide[data-index="1"] .profile-station-v35,body[data-theme="light"] section.slide[data-index="1"] .service-card-v35,body[data-theme="light"] section.slide[data-index="1"] .service-detail-v57,html.light body section.slide[data-index="1"] .hero-copy,html.light body section.slide[data-index="1"] .home-cockpit-v35,html.light body section.slide[data-index="1"] .service-matrix-v35,html.light body section.slide[data-index="1"] .profile-station-v35,html.light body section.slide[data-index="1"] .service-card-v35,html.light body section.slide[data-index="1"] .service-detail-v57,html.theme-light body section.slide[data-index="1"] .hero-copy,html.theme-light body section.slide[data-index="1"] .home-cockpit-v35,html.theme-light body section.slide[data-index="1"] .service-matrix-v35,html.theme-light body section.slide[data-index="1"] .profile-station-v35,html.theme-light body section.slide[data-index="1"] .service-card-v35,html.theme-light body section.slide[data-index="1"] .service-detail-v57,body.light section.slide[data-index="1"] .hero-copy,body.light section.slide[data-index="1"] .home-cockpit-v35,body.light section.slide[data-index="1"] .service-matrix-v35,body.light section.slide[data-index="1"] .profile-station-v35,body.light section.slide[data-index="1"] .service-card-v35,body.light section.slide[data-index="1"] .service-detail-v57,body.theme-light section.slide[data-index="1"] .hero-copy,body.theme-light section.slide[data-index="1"] .home-cockpit-v35,body.theme-light section.slide[data-index="1"] .service-matrix-v35,body.theme-light section.slide[data-index="1"] .profile-station-v35,body.theme-light section.slide[data-index="1"] .service-card-v35,body.theme-light section.slide[data-index="1"] .service-detail-v57{background:rgba(255,255,255,.88)!important;background-image:linear-gradient(135deg,rgba(255,255,255,.92),rgba(240,246,255,.78))!important;border-color:rgba(47,89,196,.16)!important;color:#172033!important;box-shadow:0 18px 48px rgba(47,89,196,.10)!important}html[data-theme="light"] body section.slide[data-index="1"] .service-card-v35 strong,html[data-theme="light"] body section.slide[data-index="1"] .service-card-v35 span,html[data-theme="light"] body section.slide[data-index="1"] .profile-station-v35 strong,html[data-theme="light"] body section.slide[data-index="1"] .profile-station-v35 span,html.light body section.slide[data-index="1"] .service-card-v35 strong,html.light body section.slide[data-index="1"] .service-card-v35 span,html.theme-light body section.slide[data-index="1"] .service-card-v35 strong,html.theme-light body section.slide[data-index="1"] .service-card-v35 span,body.light section.slide[data-index="1"] .service-card-v35 strong,body.light section.slide[data-index="1"] .service-card-v35 span,body.theme-light section.slide[data-index="1"] .service-card-v35 strong,body.theme-light section.slide[data-index="1"] .service-card-v35 span{color:#172033!important}}html body #guideFab,html body .fab#guideFab{display:inline-flex!important;visibility:visible;opacity:1!important;position:fixed!important;z-index:260!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:auto!important;min-width:74px!important;height:44px!important;padding:0 15px!important;border-radius:999px!important;border:1px solid rgba(126,245,255,.30)!important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(160,135,255,.12)),rgba(8,14,30,.82)!important;color:#effcff!important;-webkit-text-fill-color:#effcff!important;box-shadow:0 18px 45px rgba(0,0,0,.26),0 0 26px rgba(126,245,255,.16)!important;backdrop-filter:blur(16px)!important;transform:none!important}html[data-theme="light"] body #guideFab,body[data-theme="light"] #guideFab,html.light body #guideFab,html.theme-light body #guideFab,body.light #guideFab,body.theme-light #guideFab{background:linear-gradient(135deg,rgba(219,245,255,.96),rgba(234,228,255,.92))!important;border-color:rgba(47,89,196,.22)!important;color:#173052!important;-webkit-text-fill-color:#173052!important;box-shadow:0 18px 42px rgba(47,89,196,.18)!important}html body #guidePanel.ai-panel{position:fixed!important;z-index:259!important;right:20px!important;bottom:78px!important;left:auto!important;top:auto!important;width:min(390px,calc(100vw - 28px))!important;max-width:calc(100vw - 28px)!important;height:auto!important;max-height:min(620px,calc(100dvh - 118px))!important;border-radius:24px!important;border:1px solid rgba(126,245,255,.24)!important;background:linear-gradient(180deg,rgba(12,18,38,.92),rgba(7,12,28,.86))!important;color:var(--text)!important;box-shadow:0 24px 70px rgba(0,0,0,.34),0 0 34px rgba(126,245,255,.12)!important;backdrop-filter:blur(18px)!important;overflow:hidden!important;transform:none!important}html body #guidePanel.ai-panel.hidden{display:none!important}html body #guidePanel.ai-panel:not(.hidden){display:block!important}html body #guidePanel .ai-head{cursor:grab!important;min-height:52px!important;padding:13px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border-bottom:1px solid rgba(126,245,255,.14)!important;background:linear-gradient(135deg,rgba(126,245,255,.10),rgba(160,135,255,.06))!important}html body #guidePanel .ai-head strong{display:block!important;font-size:.92rem!important;line-height:1.1!important}html body #guidePanel .ai-head span{display:block!important;font-size:.62rem!important;line-height:1.25!important;color:var(--text-soft)!important;margin-top:3px!important}html body #guidePanel .close{flex:0 0 auto!important;width:30px!important;height:30px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important}html body #guidePanel .ai-body{display:grid!important;grid-template-rows:minmax(120px,1fr) auto auto auto auto!important;gap:10px!important;padding:12px!important;max-height:calc(min(620px,calc(100dvh - 118px)) - 52px)!important;overflow:hidden!important}html body #guidePanel .chat{min-height:128px!important;max-height:270px!important;overflow:auto!important;padding-right:2px!important;-webkit-overflow-scrolling:touch!important}html body #guidePanel .msg{max-width:92%!important;font-size:.78rem!important;line-height:1.48!important}html body #guidePanel .chat-input-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;width:100%!important}html body #guidePanel .chat-input{width:100%!important;min-width:0!important;height:38px!important;border-radius:14px!important;font-size:.78rem!important}html body #guidePanel #guideSend{height:38px!important;min-width:56px!important;padding:0 12px!important;font-size:.72rem!important}html body #guidePanel .chat-status{font-size:.62rem!important;line-height:1.35!important;color:var(--text-soft)!important;min-height:1em!important}html body #guidePanel .chat-links{display:flex!important;flex-wrap:wrap!important;gap:6px!important;max-height:72px!important;overflow:auto!important}html body #guidePanel .chat-link{font-size:.63rem!important;padding:6px 8px!important;border-radius:999px!important}html body #guidePanel .action-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:0!important;width:100%!important}html body #guidePanel .action-row .mini-btn{width:100%!important;min-width:0!important;height:32px!important;padding:0 4px!important;font-size:.62rem!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html[data-theme="light"] body #guidePanel.ai-panel,body[data-theme="light"] #guidePanel.ai-panel,html.light body #guidePanel.ai-panel,html.theme-light body #guidePanel.ai-panel,body.light #guidePanel.ai-panel,body.theme-light #guidePanel.ai-panel{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(241,247,255,.92))!important;border-color:rgba(47,89,196,.18)!important;color:#172033!important;box-shadow:0 24px 62px rgba(47,89,196,.18)!important}html[data-theme="light"] body #guidePanel .ai-head,body[data-theme="light"] #guidePanel .ai-head,html.light body #guidePanel .ai-head,html.theme-light body #guidePanel .ai-head,body.light #guidePanel .ai-head,body.theme-light #guidePanel .ai-head{background:linear-gradient(135deg,rgba(219,245,255,.82),rgba(236,230,255,.72))!important;border-bottom-color:rgba(47,89,196,.14)!important}@media (min-width:901px){html body #guideFab,html body .fab#guideFab{right:20px!important;bottom:20px!important}html body #guidePanel.ai-panel{right:20px!important;bottom:78px!important}}@media (max-width:900px){html body #guideFab,html body .fab#guideFab{display:inline-flex!important;right:12px!important;bottom:calc(64px + env(safe-area-inset-bottom))!important;min-width:66px!important;height:40px!important;padding:0 12px!important;font-size:.78rem!important}html body #guidePanel.ai-panel{left:12px!important;right:12px!important;bottom:calc(112px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:calc(100vw - 24px)!important;max-height:min(56dvh,520px)!important;border-radius:22px!important}html body #guidePanel .ai-head{cursor:default!important;min-height:48px!important;padding:11px 12px!important}html body #guidePanel .ai-body{max-height:calc(min(56dvh,520px) - 48px)!important;padding:10px!important;gap:8px!important}html body #guidePanel .chat{min-height:96px!important;max-height:180px!important}html body #guidePanel .msg{font-size:.74rem!important}html body #guidePanel .chat-input-row{grid-template-columns:minmax(0,1fr) 54px!important}html body #guidePanel .chat-input{height:36px!important;font-size:.72rem!important}html body #guidePanel #guideSend{height:36px!important;min-width:54px!important;padding:0 8px!important}html body #guidePanel .action-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:380px){html body #guidePanel.ai-panel{left:8px!important;right:8px!important;bottom:calc(108px + env(safe-area-inset-bottom))!important;max-width:calc(100vw - 16px)!important}html body #guideFab,html body .fab#guideFab{right:10px!important;bottom:calc(62px + env(safe-area-inset-bottom))!important;min-width:62px!important;height:38px!important;font-size:.72rem!important}html body #guidePanel .chat{max-height:150px!important}}@media (max-width:900px){html body .slide[data-index="0"] .menu-grid .menu-card .action-row{transform:translateY(-11px)!important;margin-bottom:-11px!important}html body .slide[data-index="0"] .menu-grid .menu-card .action-row .mini-btn{transform:none!important}}@media (max-width:900px){html body .slide[data-index="0"] .menu-grid .menu-card .action-row{transform:translateY(25px)!important;margin-bottom:25px!important}html body .slide[data-index="0"] .menu-grid .menu-card .action-row .mini-btn{transform:none!important}}@media (max-width:900px){html body .slide[data-index="0"] .menu-grid .menu-card .action-row{transform:none!important;margin-bottom:0!important}html body .slide[data-index="0"] .menu-grid .menu-card .action-row .mini-btn,html body .slide[data-index="0"] .menu-grid .menu-card .action-row #openGuideFromMenu{position:relative!important;top:25px!important;transform:none!important}}@media (max-width:900px){html body .slide[data-index="0"] .menu-grid .menu-card .action-row{transform:translateY(25px)!important;margin-bottom:25px!important}html body .slide[data-index="0"] .menu-grid .menu-card .action-row .mini-btn,html body .slide[data-index="0"] .menu-grid .menu-card .action-row #openGuideFromMenu{position:relative!important;top:-11px!important;transform:none!important}}@media (max-width:900px){html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab,html body .slide[data-index="1"].active ~ #guideFab,html body #guideFab.fab{display:inline-flex!important;opacity:1!important;pointer-events:auto!important;position:fixed!important;z-index:260!important;right:12px!important;bottom:calc(64px + env(safe-area-inset-bottom))!important;min-width:66px!important;width:auto!important;height:40px!important;padding:0 12px!important;transform:none!important}html body:has(.slide[data-index="1"].active) #guidePanel.ai-panel,html body:has(.slide[data-index="1"].active) .ai-panel#guidePanel{z-index:259!important;left:12px!important;right:12px!important;bottom:calc(112px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:calc(100vw - 24px)!important}}@media (max-width:380px){html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{right:10px!important;bottom:calc(62px + env(safe-area-inset-bottom))!important;min-width:62px!important;height:38px!important}}@media (max-width:900px){html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:fixed!important;z-index:260!important;right:12px!important;bottom:calc(64px + env(safe-area-inset-bottom))!important;width:auto!important;min-width:66px!important;height:40px!important;padding:0 12px!important;font-size:.78rem!important;line-height:1!important;transform:none!important}}@media (max-width:380px){html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{right:10px!important;bottom:calc(62px + env(safe-area-inset-bottom))!important;min-width:62px!important;height:38px!important;padding:0 12px!important;font-size:.72rem!important;line-height:1!important;transform:none!important}}@media (max-width:900px){html body #guideFab,html body .fab#guideFab,html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{all:unset!important;box-sizing:border-box!important;display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:fixed!important;z-index:260!important;right:12px!important;bottom:calc(64px + env(safe-area-inset-bottom))!important;width:auto!important;min-width:66px!important;max-width:66px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 12px!important;border-radius:999px!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:.78rem!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;white-space:nowrap!important;cursor:pointer!important;transform:none!important;filter:none!important;text-shadow:none!important;-webkit-text-fill-color:#effcff!important;color:#effcff!important;border:1px solid rgba(126,245,255,.30)!important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(160,135,255,.12)),rgba(8,14,30,.82)!important;box-shadow:0 18px 45px rgba(0,0,0,.26),0 0 26px rgba(126,245,255,.16)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}html[data-theme="light"] body #guideFab,body[data-theme="light"] #guideFab,html.light body #guideFab,html.theme-light body #guideFab,body.light #guideFab,body.theme-light #guideFab,html[data-theme="light"] body:has(.slide[data-index="1"].active) #guideFab,body[data-theme="light"]:has(.slide[data-index="1"].active) #guideFab,html.light body:has(.slide[data-index="1"].active) #guideFab,html.theme-light body:has(.slide[data-index="1"].active) #guideFab,body.light:has(.slide[data-index="1"].active) #guideFab,body.theme-light:has(.slide[data-index="1"].active) #guideFab{color:#173052!important;-webkit-text-fill-color:#173052!important;border-color:rgba(47,89,196,.22)!important;background:linear-gradient(135deg,rgba(219,245,255,.96),rgba(234,228,255,.92))!important;box-shadow:0 18px 42px rgba(47,89,196,.18)!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .home-actions-v118,html body .slide[data-index="1"] .hero-copy .action-row,html body .slide[data-index="1"] .hero-copy .site-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin-top:10px!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .hero-copy .page-link,html body .slide[data-index="1"] .hero-copy .mini-btn,html body .slide[data-index="1"] a[href^="mailto:"],html body .slide[data-index="1"] a[href*="github.com/ULing19"],html body .slide[data-index="1"] a[href="#projects"],html body .slide[data-index="1"] a[href="#papers"],html body .slide[data-index="1"] a[href="#paper"]{all:unset!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 12px!important;border-radius:14px!important;border:1px solid rgba(126,245,255,.22)!important;background:linear-gradient(135deg,rgba(126,245,255,.13),rgba(160,135,255,.10)),rgba(255,255,255,.045)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 22px rgba(0,0,0,.14)!important;font-size:.76rem!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;text-align:center!important;white-space:nowrap!important;text-decoration:none!important;overflow:hidden!important;text-overflow:ellipsis!important;transform:none!important}html body .slide[data-index="1"] .contact-actions .page-link.primary,html body .slide[data-index="1"] .home-actions-v118 .page-link.primary,html body .slide[data-index="1"] .hero-copy .page-link.primary,html body .slide[data-index="1"] .hero-copy .mini-btn.primary{border-color:rgba(126,245,255,.30)!important;background:linear-gradient(135deg,rgba(126,245,255,.18),rgba(160,135,255,.14)),rgba(255,255,255,.055)!important}html[data-theme="light"] body .slide[data-index="1"] .contact-actions .page-link,body[data-theme="light"] .slide[data-index="1"] .contact-actions .page-link,html.light body .slide[data-index="1"] .contact-actions .page-link,html.theme-light body .slide[data-index="1"] .contact-actions .page-link,body.light .slide[data-index="1"] .contact-actions .page-link,body.theme-light .slide[data-index="1"] .contact-actions .page-link,html[data-theme="light"] body .slide[data-index="1"] .home-actions-v118 .page-link,body[data-theme="light"] .slide[data-index="1"] .home-actions-v118 .page-link,html.light body .slide[data-index="1"] .home-actions-v118 .page-link,html.theme-light body .slide[data-index="1"] .home-actions-v118 .page-link,body.light .slide[data-index="1"] .home-actions-v118 .page-link,body.theme-light .slide[data-index="1"] .home-actions-v118 .page-link,html[data-theme="light"] body .slide[data-index="1"] .hero-copy .page-link,body[data-theme="light"] .slide[data-index="1"] .hero-copy .page-link,html.light body .slide[data-index="1"] .hero-copy .page-link,html.theme-light body .slide[data-index="1"] .hero-copy .page-link,body.light .slide[data-index="1"] .hero-copy .page-link,body.theme-light .slide[data-index="1"] .hero-copy .page-link,html[data-theme="light"] body .slide[data-index="1"] .hero-copy .mini-btn,body[data-theme="light"] .slide[data-index="1"] .hero-copy .mini-btn,html.light body .slide[data-index="1"] .hero-copy .mini-btn,html.theme-light body .slide[data-index="1"] .hero-copy .mini-btn,body.light .slide[data-index="1"] .hero-copy .mini-btn,body.theme-light .slide[data-index="1"] .hero-copy .mini-btn{border-color:rgba(47,89,196,.18)!important;background:linear-gradient(135deg,rgba(219,245,255,.92),rgba(234,228,255,.84))!important;color:#173052!important;-webkit-text-fill-color:#173052!important;box-shadow:0 10px 24px rgba(47,89,196,.12)!important}}@media (max-width:380px){html body #guideFab,html body .fab#guideFab,html body:has(.slide[data-index="1"].active) #guideFab,html body:has(.slide[data-index="1"].active) .fab#guideFab{right:10px!important;bottom:calc(62px + env(safe-area-inset-bottom))!important;min-width:62px!important;max-width:62px!important;height:38px!important;min-height:38px!important;max-height:38px!important;font-size:.72rem!important}html body .slide[data-index="1"] .contact-actions,html body .slide[data-index="1"] .home-actions-v118,html body .slide[data-index="1"] .hero-copy .action-row,html body .slide[data-index="1"] .hero-copy .site-actions{gap:7px!important}html body .slide[data-index="1"] .contact-actions .page-link,html body .slide[data-index="1"] .home-actions-v118 .page-link,html body .slide[data-index="1"] .hero-copy .page-link,html body .slide[data-index="1"] .hero-copy .mini-btn{height:38px!important;min-height:38px!important;max-height:38px!important;font-size:.72rem!important;border-radius:13px!important}}@media (max-width:900px){html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin-top:10px!important;align-items:stretch!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary{all:unset!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 12px!important;border-radius:14px!important;border:1px solid rgba(126,245,255,.24)!important;background:linear-gradient(135deg,rgba(126,245,255,.14),rgba(160,135,255,.11)),rgba(255,255,255,.05)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 22px rgba(0,0,0,.14)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;font-size:12px!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;text-align:center!important;text-decoration:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;transform:none!important;opacity:1!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary{border-color:rgba(126,245,255,.32)!important;background:linear-gradient(135deg,rgba(126,245,255,.20),rgba(160,135,255,.15)),rgba(255,255,255,.06)!important}html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html.light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html.theme-light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,body.light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,body.theme-light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html.light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html.theme-light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,body.light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,body.theme-light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn{border-color:rgba(47,89,196,.18)!important;background:linear-gradient(135deg,rgba(219,245,255,.92),rgba(234,228,255,.84))!important;color:#173052!important;-webkit-text-fill-color:#173052!important;box-shadow:0 10px 24px rgba(47,89,196,.12)!important}html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html.light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html.theme-light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,body.light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,body.theme-light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary,html.light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary,html.theme-light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary,body.light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary,body.theme-light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary{border-color:rgba(47,89,196,.24)!important;background:linear-gradient(135deg,rgba(207,241,255,.96),rgba(226,221,255,.90))!important}}@media (max-width:380px){html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118{gap:7px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary{height:38px!important;min-height:38px!important;max-height:38px!important;font-size:11.5px!important;border-radius:13px!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;margin-top:18px!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link.primary,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn.primary{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:118px!important;height:42px!important;min-height:42px!important;max-height:42px!important;padding:0 16px!important;border-radius:15px!important;border:1px solid rgba(126,245,255,.30)!important;background:linear-gradient(135deg,rgba(126,245,255,.20),rgba(160,135,255,.16)),rgba(255,255,255,.055)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(0,0,0,.18),0 0 22px rgba(126,245,255,.08)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;font-size:.86rem!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;text-decoration:none!important;white-space:nowrap!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;transform:none!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link:hover,html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn:hover{border-color:rgba(126,245,255,.48)!important;background:linear-gradient(135deg,rgba(126,245,255,.27),rgba(160,135,255,.22)),rgba(255,255,255,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 16px 38px rgba(0,0,0,.22),0 0 28px rgba(126,245,255,.13)!important;transform:translateY(-2px)!important}html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html.light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html.theme-light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,body.light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,body.theme-light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>a.page-link,html[data-theme="light"] body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,body[data-theme="light"] .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html.light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,html.theme-light body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,body.light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn,body.theme-light .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy .contact-actions.home-actions-v118>button.mini-btn{border-color:rgba(47,89,196,.22)!important;background:linear-gradient(135deg,rgba(219,245,255,.96),rgba(234,228,255,.90))!important;color:#173052!important;-webkit-text-fill-color:#173052!important;box-shadow:0 14px 32px rgba(47,89,196,.14)!important}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable .home-cockpit-v35{padding-bottom:calc(var(--uling19-home-card-base-bottom,22px) + 25px)!important;min-height:calc(100% + 25px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy{--uling19-home-card-base-bottom:22px}html body .slide[data-index="1"] .hero-home.home-layout-stable .home-cockpit-v35{--uling19-home-card-base-bottom:18px}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy,html body .slide[data-index="1"] .hero-home.home-layout-stable .home-cockpit-v35{padding-bottom:calc(var(--uling19-home-card-base-bottom,22px) + 35px)!important;min-height:calc(100% + 35px)!important}html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy{--uling19-home-card-base-bottom:22px}html body .slide[data-index="1"] .hero-home.home-layout-stable .home-cockpit-v35{--uling19-home-card-base-bottom:18px}}@media (min-width:901px){html body .slide[data-index="1"] .hero-home.home-layout-stable .hero-copy>.section-title{position:relative!important;top:20px!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .constellation-grid{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "gateway opencode" "detail detail" !important;grid-auto-rows:auto !important;align-items:stretch !important;overflow:visible !important}html body .slide[data-index="1"] .service-card-v35.home-site-gateway,html body .slide[data-index="1"] .home-site-gateway{grid-area:gateway !important;grid-column:1 / -1 !important;width:100% !important;min-width:0 !important;max-width:none !important;min-height:62px !important;height:62px !important;box-sizing:border-box !important;justify-self:stretch !important;align-self:stretch !important;margin:0 !important;order:18 !important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail !important;grid-column:1 / -1 !important;width:100% !important;min-width:0 !important;max-width:none !important;height:34px !important;min-height:34px !important;max-height:34px !important;box-sizing:border-box !important;margin:0 !important;order:19 !important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .constellation-panel{overflow:visible !important}}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35.home-site-gateway,html body .slide[data-index="1"] .home-site-gateway{grid-column:1 / -1 !important;width:100% !important;max-width:none !important;min-height:64px !important;height:64px !important;order:18 !important}html body .slide[data-index="1"] .service-detail-v57{grid-column:1 / -1 !important;width:100% !important;order:19 !important}}html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .constellation-grid{grid-template-areas:"label label" "avatar avatar" "openclaw hermes" "ai coagent" "ccxui rnxui" "mail dnsadmin" "gateway opencode" "detail detail" !important;grid-auto-rows:auto !important;gap:9px !important;align-items:stretch !important;overflow:visible !important}html body .slide[data-index="1"] .service-card-v35.home-site-gateway,html body .slide[data-index="1"] .home-site-gateway{grid-area:gateway !important;width:100% !important;html body .slide[data-index="1"] .service-card-v35.site-opencode,html body .slide[data-index="1"] .site-opencode{grid-area:opencode !important;width:100% !important;min-width:0 !important;max-width:none !important;height:54px !important;min-height:54px !important;max-height:54px !important;margin:0 0 6px !important;justify-self:stretch !important;align-self:stretch !important;box-sizing:border-box !important;overflow:hidden !important;order:18 !important}min-width:0 !important;max-width:none !important;height:54px !important;min-height:54px !important;max-height:54px !important;margin:0 0 6px !important;justify-self:stretch !important;align-self:stretch !important;box-sizing:border-box !important;overflow:hidden !important;order:18 !important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail !important;grid-column:1 / -1 !important;width:100% !important;min-width:0 !important;max-width:none !important;height:24px !important;min-height:24px !important;max-height:24px !important;padding:0 12px !important;margin:30px 0 0 !important;box-sizing:border-box !important;overflow:hidden !important;order:19 !important}html body .slide[data-index="1"] .service-detail-v57 span{font-size:.48rem !important;line-height:1 !important}html body .slide[data-index="1"] .service-pulse-v72{display:none !important}html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"] .constellation-panel,html body .slide[data-index="1"] .slide-inner{overflow:visible !important}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"] .constellation-grid{grid-template-areas:"label label" "avatar avatar" "mail dnsadmin" "openclaw hermes" "ai coagent" "ccxui rnxui" "gateway opencode" "detail detail" !important;grid-auto-flow:row !important;align-content:start !important}html body .slide[data-index="1"] .site-publicmail,html body .slide[data-index="1"] .site-mail{grid-area:mail !important;order:3 !important}html body .slide[data-index="1"] .site-dnsadmin{grid-area:dnsadmin !important;order:4 !important}html body .slide[data-index="1"] .avatar-station,html body .slide[data-index="1"] .service-avatar-v35{grid-area:avatar !important;order:2 !important}html body .slide[data-index="1"] .service-matrix-v35::before{grid-area:label !important;order:1 !important}html body .slide[data-index="1"] .home-site-gateway{grid-area:gateway !important;order:97 !important}html body .slide[data-index="1"] .site-opencode{grid-area:opencode !important;order:98 !important}html body .slide[data-index="1"] .service-detail-v57{grid-area:detail !important;order:120 !important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-opencode,html body .slide[data-index="1"] .service-card-v35.site-opencode,html body .slide[data-index="1"] .site-opencode{grid-area:opencode !important;height:54px !important;min-height:54px !important;max-height:54px !important;align-self:stretch !important;margin:0 0 6px !important;order:18 !important;box-sizing:border-box !important}html body .slide[data-index="1"] .site-opencode>strong{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}}html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode{padding-right:34px !important}html body .slide[data-index="1"] .home-site-gateway>strong,html body .slide[data-index="1"] .site-opencode>strong{display:flex !important;align-items:center !important;gap:6px !important;flex-wrap:nowrap !important;white-space:nowrap !important;min-width:0 !important}html body .slide[data-index="1"] .home-site-gateway>strong>em,html body .slide[data-index="1"] .site-opencode>strong>em{flex:0 0 auto !important;white-space:nowrap !important}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway>strong,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode>strong{display:flex !important;flex-direction:row !important;align-items:center !important;flex-wrap:nowrap !important;gap:6px !important;white-space:nowrap !important;font-size:.72rem !important;line-height:1.1 !important;min-width:0 !important}html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway>strong>em,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode>strong>em{flex:0 0 auto !important;white-space:nowrap !important;font-size:.5rem !important;margin:0 !important}}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway>strong,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode>strong{display:flex !important;flex-direction:row !important;align-items:center !important;flex-wrap:nowrap !important;white-space:nowrap !important;gap:5px !important;min-width:0 !important}html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway>strong>em,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode>strong>em{flex:0 0 auto !important;white-space:nowrap !important;font-size:.42rem !important;letter-spacing:0 !important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway>strong>em,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode>strong>em{font-size:.46rem !important;letter-spacing:0 !important;padding:2px 5px !important}}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-openclaw,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-hermes,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-ai,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-coagent,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-ccxui,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-rnxui,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-mail,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-dnsadmin,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.home-site-gateway,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-opencode{height:48px !important;min-height:48px !important;max-height:48px !important;align-self:stretch !important}}html body .slide[data-index="0"] .menu-card .menu-num{width:42px !important;height:42px !important;font-size:0.9rem !important;opacity:1 !important}@media (max-width:900px){html body .slide[data-index="0"] .menu-card{padding:20px !important}html body .slide[data-index="0"] .menu-card h3{font-size:1.08rem !important}html body .slide[data-index="0"] .menu-card p{font-size:0.92rem !important;line-height:1.72 !important}}@media (min-width:901px){html body .slide[data-index="3"] .awards-grid{grid-template-columns:repeat(2,1fr) !important}}@media (min-width:901px){html body .slide[data-index="4"] .paper-grid{grid-template-columns:repeat(2,1fr) !important}}html body .slide[data-index="0"] h1.title{background:linear-gradient(135deg,#7ef5ff 0%,#a087ff 50%,#56ffbf 100%) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent !important;background-clip:text !important;animation:gradientShift 8s ease infinite !important;background-size:200% 200% !important}@keyframes gradientShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}html body .menu-num,html body .ability-idx{background:linear-gradient(135deg,rgba(126,245,255,.24),rgba(160,135,255,.22)) !important;border:1px solid var(--cyan) !important;box-shadow:0 0 18px rgba(126,245,255,.4),inset 0 0 12px rgba(126,245,255,.2) !important;font-weight:800 !important;animation:glowPulse 3s ease-in-out infinite !important}@keyframes glowPulse{0%,100%{box-shadow:0 0 18px rgba(126,245,255,.4),inset 0 0 12px rgba(126,245,255,.2)}50%{box-shadow:0 0 28px rgba(126,245,255,.7),inset 0 0 18px rgba(126,245,255,.35)}}.menu-card,.project-card,.award-card,.paper-card,.ability-card,.card{backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);background:rgba(255,255,255,.06);position:relative;overflow:hidden}.menu-card::before,.project-card::before,.award-card::before,.paper-card::before,.ability-card::before,.card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,transparent 0%,rgba(126,245,255,.6) 25%,rgba(160,135,255,.6) 50%,rgba(86,255,191,.6) 75%,transparent 100%);background-size:300% 300%;border-radius:25px;z-index:-1;opacity:0;transition:opacity .4s ease;animation:borderFlow 4s linear infinite}@keyframes borderFlow{0%{background-position:0% 50%}100%{background-position:300% 50%}}.menu-card:hover::before,.project-card:hover::before,.award-card:hover::before,.paper-card:hover::before,.ability-card:hover::before,.card:hover::before{opacity:1}.menu-card,.project-card,.award-card,.paper-card,.ability-card{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.menu-card:hover,.project-card:hover,.award-card:hover,.paper-card:hover,.ability-card:hover{transform:translateY(-6px) perspective(1000px) rotateX(2deg);box-shadow:0 24px 48px rgba(0,0,0,.18),0 0 38px rgba(126,245,255,.22)}@keyframes cardSlideIn{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.slide.active .menu-card,.slide.active .project-card,.slide.active .award-card,.slide.active .paper-card,.slide.active .ability-card{animation:cardSlideIn .6s ease-out backwards}.slide.active .menu-card:nth-child(1){animation-delay:.05s}.slide.active .menu-card:nth-child(2){animation-delay:.1s}.slide.active .menu-card:nth-child(3){animation-delay:.15s}.slide.active .menu-card:nth-child(4){animation-delay:.2s}.slide.active .menu-card:nth-child(5){animation-delay:.25s}.slide.active .menu-card:nth-child(6){animation-delay:.3s}.slide.active .menu-card:nth-child(7){animation-delay:.35s}.menu-card.guide-entry-card{background:linear-gradient(135deg,rgba(126,245,255,.12) 0%,rgba(160,135,255,.12) 100%);border:1px solid rgba(126,245,255,.4);position:relative}.menu-card.guide-entry-card::after{content:'';position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,#7ef5ff,#a087ff,#56ffbf,#7ef5ff);background-size:300% 300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:borderRotate 6s linear infinite;pointer-events:none}@keyframes borderRotate{0%{background-position:0% 50%}100%{background-position:300% 50%}}.footerbar{transition:transform .2s ease}.footerbar .footerdot{transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s ease;cursor:pointer}.footerbar .footerdot:hover{transform:scale(1.4) translateY(-4px);background:radial-gradient(circle,var(--cyan),var(--violet))}.footerbar .rail-btn{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.footerbar .rail-btn:hover{transform:scale(1.15) translateY(-3px)}@media (max-width:900px){html body .slide[data-index="0"] .slide-inner{padding-bottom:120px !important;overflow-y:auto !important}html body .slide[data-index="0"] .menu-grid{padding-bottom:30px !important}html body .menu-card:hover,html body .project-card:hover,html body .award-card:hover{transform:translateY(-4px) !important}}#bgCanvas{opacity:.35;mix-blend-mode:screen}.page-link,.mini-btn{position:relative;overflow:hidden}.page-link::after,.mini-btn::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.4);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.page-link:hover::after,.mini-btn:hover::after{width:300px;height:300px}html body .slide[data-index="0"] h1.title,html body .slide[data-index="0"] .title{background:linear-gradient(135deg,#7ef5ff 0%,#a087ff 50%,#56ffbf 100%) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent !important;background-clip:text !important;color:transparent !important;animation:gradientShift 8s ease infinite !important;background-size:200% 200% !important}@keyframes gradientShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}html body .slide[data-index="0"] .menu-num,html body .slide[data-index="0"] .menu-card .menu-num,html body .menu-grid .menu-num,html body .ability-idx{background:linear-gradient(135deg,rgba(126,245,255,.28),rgba(160,135,255,.26)) !important;border:2px solid rgba(126,245,255,.7) !important;box-shadow:0 0 20px rgba(126,245,255,.6),0 0 40px rgba(126,245,255,.3),inset 0 0 15px rgba(126,245,255,.25) !important;animation:glowPulse 3s ease-in-out infinite !important}@keyframes glowPulse{0%,100%{box-shadow:0 0 20px rgba(126,245,255,.6),0 0 40px rgba(126,245,255,.3),inset 0 0 15px rgba(126,245,255,.25)}50%{box-shadow:0 0 30px rgba(126,245,255,.9),0 0 60px rgba(126,245,255,.5),inset 0 0 25px rgba(126,245,255,.4)}}@media (max-width:900px){html body .slide[data-index="0"] .slide-inner{padding-bottom:140px !important;overflow-y:auto !important}}html body h1.title,html body .title{background:linear-gradient(90deg,#00e7ff 0%,#7c3aed 28%,#ff4fd8 56%,#4dffb8 82%,#00e7ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;text-shadow:0 0 22px rgba(0,231,255,.30),0 0 38px rgba(255,79,216,.18)!important;filter:drop-shadow(0 0 10px rgba(126,245,255,.32));background-size:200% 200%!important;animation:gradientShift 8s ease infinite!important}@media (prefers-reduced-motion:reduce){html body h1.title,html body .title{animation:none!important}}html body .slide[data-index="0"] .menu-card{min-height:190px!important;background:radial-gradient(circle at 88% 16%,rgba(126,245,255,.18),transparent 34%),radial-gradient(circle at 12% 96%,rgba(255,79,216,.12),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.04))!important;border-color:rgba(126,245,255,.30)!important}html body .slide[data-index="0"] .menu-card::after{content:"";position:absolute;right:18px;top:18px;width:76px;height:76px;border-radius:22px;background:linear-gradient(90deg,rgba(126,245,255,.34) 1px,transparent 1px),linear-gradient(rgba(160,135,255,.28) 1px,transparent 1px);background-size:13px 13px;opacity:.28;transform:rotate(8deg);pointer-events:none}html body .slide[data-index="0"] .menu-card.guide-entry-card{background:radial-gradient(circle at 80% 18%,rgba(255,79,216,.26),transparent 34%),radial-gradient(circle at 16% 86%,rgba(77,255,184,.18),transparent 30%),linear-gradient(135deg,rgba(11,19,42,.88),rgba(30,22,70,.76))!important;color:#eef4ff!important;box-shadow:0 22px 50px rgba(124,58,237,.18),0 0 44px rgba(126,245,255,.14)!important}html body .slide[data-index="0"] .menu-card.guide-entry-card p,html body .slide[data-index="0"] .menu-card.guide-entry-card h3{color:#eef4ff!important}html body .slide[data-index="0"] .menu-card .page-link{box-shadow:0 10px 26px rgba(37,99,235,.13),inset 0 0 0 1px rgba(255,255,255,.12)!important}html body .slide[data-index="0"] .menu-card .menu-num{color:#06304a!important;background:linear-gradient(135deg,#7ef5ff,#bda8ff 54%,#56ffbf)!important;border:1px solid rgba(255,255,255,.70)!important;box-shadow:0 0 16px rgba(126,245,255,.78),0 0 42px rgba(160,135,255,.38),inset 0 0 14px rgba(255,255,255,.42)!important}@media (max-width:900px){html body .slide[data-index="0"] .menu-card{min-height:170px!important}html body .slide[data-index="0"] .menu-card::after{width:58px;height:58px;opacity:.18}html body .slide[data-index="0"] .slide-inner{padding-bottom:150px!important}}@media (max-width:900px){html body .slide[data-index="0"] .slide-inner{padding-bottom:calc(220px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}html body .slide[data-index="0"] .menu-grid{padding-bottom:90px!important}html body #guideFab,html body button#guideFab.fab{bottom:calc(86px + env(safe-area-inset-bottom))!important;right:18px!important;z-index:96!important}html body .mobile-nav{z-index:95!important}}@media (max-width:900px){html body .slide[data-index="0"]{overflow:hidden!important}html body .slide[data-index="0"] .slide-inner{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:14px!important;overflow:hidden!important;padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}html body .slide[data-index="0"] .menu-grid{min-height:0!important;max-height:100%!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:28px!important;scroll-padding-bottom:110px!important}html body .slide[data-index="0"] .menu-card{min-height:158px!important}html body #guideFab,html body button#guideFab.fab{bottom:calc(102px + env(safe-area-inset-bottom))!important;right:16px!important}}@media (max-width:420px){html body .slide[data-index="0"] .slide-inner{gap:12px!important;padding-bottom:calc(112px + env(safe-area-inset-bottom))!important}html body .slide[data-index="0"] .menu-card{min-height:150px!important}}@media (max-width:900px){html body .slide[data-index="0"]{height:calc(100vh - 16px)!important;max-height:calc(100vh - 16px)!important;min-height:0!important;top:8px!important;bottom:auto!important;transform:translateX(-50%) scale(1)!important;overflow:hidden!important}html body .slide[data-index="0"].active{transform:translateX(-50%) scale(1)!important}html body .slide[data-index="0"] .slide-inner{height:100%!important;max-height:100%!important;min-height:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-grid{height:100%!important;max-height:100%!important;min-height:0!important;overflow-y:auto!important;padding-bottom:60px!important}}@media (max-width:900px){html body .slide[data-index="0"]{left:50%!important;right:auto!important;width:calc(100vw - 2px)!important;height:calc(100vh - 18px)!important;max-height:calc(100vh - 18px)!important;transform:translateX(-50%) scale(1)!important}html body .slide[data-index="0"].active{left:50%!important;transform:translateX(-50%) scale(1)!important}html body .slide[data-index="0"] .slide-inner{padding-bottom:calc(130px + env(safe-area-inset-bottom))!important}html body .slide[data-index="0"] .menu-grid{padding-bottom:96px!important}}@media (max-width:900px){html body .slide[data-index="0"]{height:calc(100vh - 18px)!important;max-height:calc(100vh - 18px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}html body .slide[data-index="0"] .slide-inner{display:block!important;height:auto!important;max-height:none!important;min-height:100%!important;overflow:visible!important;padding-bottom:calc(166px + env(safe-area-inset-bottom))!important}html body .slide[data-index="0"] .menu-grid{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:auto!important;padding-bottom:28px!important}html body .slide[data-index="0"] .footerbar{position:relative!important;margin-top:18px!important;margin-bottom:0!important}}@media (max-width:420px){html body .slide[data-index="0"] .slide-inner{padding-bottom:calc(188px + env(safe-area-inset-bottom))!important}}@media (max-width:900px){html body .slide[data-index="0"]{overflow:hidden!important}html body .slide[data-index="0"] .slide-inner{display:block!important;height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(188px + env(safe-area-inset-bottom))!important}html body .slide[data-index="0"] .menu-grid{height:auto!important;max-height:none!important;overflow:visible!important;padding-bottom:32px!important}html body .slide[data-index="0"] .footerbar{position:relative!important;margin-top:18px!important}}html body .slide[data-index="0"] .menu-card .menu-num,html body .slide[data-index="5"] .ability-idx{color:rgba(224,244,255,.88)!important;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(126,245,255,.055)),rgba(9,18,39,.38)!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:0 8px 22px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,255,255,.045)!important;text-shadow:none!important;animation:none!important}html body .slide[data-index="0"] .menu-card:hover .menu-num,html body .slide[data-index="5"] .ability-card:hover .ability-idx{color:#eaf9ff!important;border-color:rgba(126,245,255,.34)!important;background:linear-gradient(135deg,rgba(126,245,255,.12),rgba(160,135,255,.10)),rgba(12,23,48,.48)!important;box-shadow:0 10px 26px rgba(0,0,0,.20),0 0 18px rgba(126,245,255,.12),inset 0 0 0 1px rgba(255,255,255,.06)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card .menu-num,body[data-theme="light"] .slide[data-index="0"] .menu-card .menu-num,html[data-theme="light"] body .slide[data-index="5"] .ability-idx,body[data-theme="light"] .slide[data-index="5"] .ability-idx{color:#315177!important;background:linear-gradient(135deg,rgba(37,99,235,.075),rgba(124,58,237,.055)),rgba(255,255,255,.70)!important;border-color:rgba(37,99,235,.16)!important;box-shadow:0 8px 20px rgba(37,99,235,.08),inset 0 0 0 1px rgba(255,255,255,.55)!important}@media (max-width:900px){html body .slide[data-index="0"] .menu-card,html body .slide[data-index="5"] .ability-card{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;column-gap:12px!important;row-gap:8px!important;align-items:start!important}html body .slide[data-index="0"] .menu-card .menu-num,html body .slide[data-index="5"] .ability-card .ability-idx{grid-column:1!important;grid-row:1!important;align-self:center!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;margin:0!important;font-size:.72rem!important;line-height:1!important}html body .slide[data-index="0"] .menu-card h3,html body .slide[data-index="5"] .ability-card h3{grid-column:2!important;grid-row:1!important;align-self:center!important;margin:0!important;min-width:0!important;font-size:1.05rem!important;line-height:1.22!important}html body .slide[data-index="0"] .menu-card p,html body .slide[data-index="5"] .ability-card p{grid-column:1 / -1!important;grid-row:2!important;margin:0!important}html body .slide[data-index="0"] .menu-card .action-row,html body .slide[data-index="5"] .ability-card .action-row{grid-column:1 / -1!important;grid-row:3!important;margin-top:4px!important}}@media (min-width:901px){html body .slide[data-index="0"] .menu-card{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;column-gap:12px!important;row-gap:10px!important;align-items:start!important}html body .slide[data-index="0"] .menu-card .menu-num{grid-column:1!important;grid-row:1!important;align-self:center!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:12px!important;margin:0!important;font-size:.74rem!important}html body .slide[data-index="0"] .menu-card h3{grid-column:2!important;grid-row:1!important;align-self:center!important;justify-self:stretch!important;width:100%!important;max-width:none!important;display:block!important;text-align:left!important;margin:0!important;font-size:1.10rem!important;line-height:1.22!important}html body .slide[data-index="0"] .menu-card p{grid-column:1 / -1!important;grid-row:2!important;margin:0!important;font-size:1.02rem!important;line-height:1.72!important}html body .slide[data-index="0"] .menu-card .action-row{grid-column:1 / -1!important;grid-row:3!important;margin-top:4px!important}}@media (max-width:420px){html body .slide[data-index="0"] .menu-card,html body .slide[data-index="5"] .ability-card{column-gap:10px!important;row-gap:7px!important}html body .slide[data-index="0"] .menu-card .menu-num,html body .slide[data-index="5"] .ability-card .ability-idx{width:31px!important;height:31px!important;min-width:31px!important;border-radius:10px!important;font-size:.66rem!important}html body .slide[data-index="0"] .menu-card h3,html body .slide[data-index="5"] .ability-card h3{font-size:.98rem!important}}html body .slide[data-index="1"] .service-card-v35 strong{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35 em{display:inline-flex!important;flex:0 1 auto!important;max-width:72px!important;min-width:0!important;padding:2px 5px!important;border-radius:999px!important;font-size:.46rem!important;line-height:1.15!important;white-space:normal!important;overflow:hidden!important;text-overflow:clip!important;vertical-align:middle!important;word-break:normal!important}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35 em{display:none!important}}html body .slide[data-index="0"] .menu-card{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important;grid-template-columns:none!important;grid-template-rows:none!important}html body .slide[data-index="0"] .menu-card .card-head{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-width:0!important}html body .slide[data-index="0"] .menu-card .menu-num{display:inline-grid!important;place-items:center!important;flex:0 0 36px!important;width:36px!important;height:36px!important;min-width:36px!important;margin:0!important}html body .slide[data-index="0"] .menu-card h3{flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:100%!important;margin:0!important;text-align:left!important;font-size:18px!important;line-height:1.25!important}html body .slide[data-index="0"] .menu-card p{display:block!important;margin:0!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;font-size:15.5px!important;line-height:1.66!important}html body .slide[data-index="0"] .menu-card .action-row{margin-top:2px!important}@media (max-width:420px){html body .slide[data-index="0"] .menu-card{gap:7px!important}html body .slide[data-index="0"] .menu-card .card-head{gap:10px!important}html body .slide[data-index="0"] .menu-card .menu-num{width:31px!important;height:31px!important;min-width:31px!important;flex-basis:31px!important}html body .slide[data-index="0"] .menu-card h3{font-size:15.5px!important;line-height:1.22!important}html body .slide[data-index="0"] .menu-card p{font-size:13.5px!important;line-height:1.45!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35{gap:12px!important;align-items:stretch!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-mail,html body .slide[data-index="1"] .service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-card-v35.home-site-gateway{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:10px!important;row-gap:5px!important;align-content:center!important;align-items:center!important;min-height:64px!important;padding:12px 14px!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35::before,html body .slide[data-index="1"] .service-card-v35::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-card-v35 strong{display:block!important;grid-column:1!important;grid-row:1!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.82rem!important;line-height:1.18!important}html body .slide[data-index="1"] .service-card-v35>em{position:relative!important;right:auto!important;top:auto!important;grid-column:2!important;grid-row:1!important;justify-self:end!important;align-self:start!important;z-index:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;max-width:96px!important;min-width:0!important;height:20px!important;padding:0 8px!important;box-sizing:border-box!important;border-radius:999px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-style:normal!important;font-size:.52rem!important;line-height:20px!important;font-weight:850!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:rgba(231,251,255,.9)!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.12))!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="1"] .service-card-v35 span{display:block!important;grid-column:1 / -1!important;grid-row:2!important;min-width:0!important;max-width:100%!important;padding:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:.66rem!important;line-height:1.25!important;color:rgba(218,235,255,.72)!important}html body .slide[data-index="1"] .service-card-v35 strong::after{content:""!important;display:block!important;width:74px!important;height:1px!important;margin-top:6px!important;background:linear-gradient(90deg,rgba(126,245,255,.45),rgba(255,214,102,.18),transparent)!important;opacity:.75!important}html body .slide[data-index="1"] .service-card-v35.site-publicmail>em,html body .slide[data-index="1"] .service-card-v35.site-mail>em{color:#dfffee!important;background:linear-gradient(135deg,rgba(86,255,191,.18),rgba(126,245,255,.11))!important;border-color:rgba(86,255,191,.25)!important}html body .slide[data-index="1"] .service-card-v35.home-site-gateway>em{max-width:104px!important;color:#fff1c7!important;background:linear-gradient(135deg,rgba(255,214,102,.18),rgba(126,245,255,.10))!important;border-color:rgba(255,214,102,.25)!important}}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35>em,body[data-theme="light"] .slide[data-index="1"] .service-card-v35>em{color:#23405f!important;background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(124,58,237,.07))!important;border-color:rgba(37,99,235,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.62)!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-publicmail>em,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-publicmail>em,html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-mail>em,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-mail>em{color:#176143!important;background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(37,99,235,.06))!important;border-color:rgba(16,185,129,.18)!important}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35>em{display:none!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-card-v35.home-site-gateway{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;gap:4px!important;align-content:center!important;min-height:74px!important;padding:12px 14px!important}html body .slide[data-index="1"] .service-card-v35>strong{grid-column:1!important;grid-row:1!important;display:block!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.82rem!important;line-height:1.16!important}html body .slide[data-index="1"] .service-card-v35>strong::after{display:none!important;content:none!important}html body .slide[data-index="1"] .service-card-v35>span{grid-column:1!important;grid-row:2!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.64rem!important;line-height:1.2!important}html body .slide[data-index="1"] .service-card-v35>em{grid-column:1!important;grid-row:3!important;position:static!important;inset:auto!important;justify-self:start!important;align-self:start!important;display:inline-flex!important;width:auto!important;max-width:128px!important;height:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0 7px!important;box-sizing:border-box!important;border-radius:999px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-style:normal!important;font-size:.50rem!important;line-height:18px!important;font-weight:850!important;letter-spacing:.035em!important;text-transform:uppercase!important;align-items:center!important;justify-content:center!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35>em{display:none!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{background:linear-gradient(145deg,rgba(10,22,46,.72),rgba(8,14,32,.54))!important;border:1px solid rgba(126,245,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 22px 56px rgba(0,0,0,.18)!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:8px!important;align-content:start!important}html body .slide[data-index="1"] .profile-station-v35{grid-column:1/-1!important;margin-bottom:2px!important;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;border:1px solid rgba(126,245,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-card-v35.home-site-gateway{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:3px!important;align-items:center!important;min-height:58px!important;padding:10px 11px!important;border-radius:14px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(126,245,255,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;transform:none!important;overflow:hidden!important}html body .slide[data-index="1"] .service-card-v35:hover{transform:none!important;background:rgba(126,245,255,.065)!important;border-color:rgba(126,245,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}html body .slide[data-index="1"] .service-card-v35>strong{grid-column:1!important;grid-row:1!important;display:block!important;margin:0!important;min-width:0!important;color:rgba(241,250,255,.94)!important;font-size:.78rem!important;line-height:1.16!important;font-weight:860!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35>span{grid-column:1!important;grid-row:2!important;display:block!important;margin:0!important;min-width:0!important;color:rgba(210,228,246,.62)!important;font-size:.58rem!important;line-height:1.18!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35>em{grid-column:2!important;grid-row:1 / span 2!important;position:static!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;width:auto!important;max-width:86px!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0 7px!important;border-radius:999px!important;background:rgba(126,245,255,.10)!important;border:1px solid rgba(126,245,255,.14)!important;color:rgba(204,247,255,.78)!important;box-shadow:none!important;font-style:normal!important;font-size:.48rem!important;line-height:18px!important;font-weight:780!important;letter-spacing:.025em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;align-items:center!important;justify-content:center!important}html body .slide[data-index="1"] .service-card-v35.site-ai>em,html body .slide[data-index="1"] .service-card-v35.site-publicmail>em{background:rgba(120,255,190,.10)!important;border-color:rgba(120,255,190,.15)!important;color:rgba(206,255,230,.78)!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"] .service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-card-v35.home-site-gateway{background:rgba(255,255,255,.045)!important;border-color:rgba(126,245,255,.10)!important;box-shadow:none!important}}html:not([data-theme="light"]) body .slide[data-index="1"] .service-card-v35,html:not([data-theme="light"]) body .slide[data-index="1"] .service-card-v35.site-publicmail,html:not([data-theme="light"]) body .slide[data-index="1"] .service-card-v35.home-site-gateway,body:not([data-theme="light"]) .slide[data-index="1"] .service-card-v35,body:not([data-theme="light"]) .slide[data-index="1"] .service-card-v35.site-publicmail,body:not([data-theme="light"]) .slide[data-index="1"] .service-card-v35.home-site-gateway{background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.025))!important;border-color:rgba(126,245,255,.11)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important}html[data-theme="light"] body .slide[data-index="1"] .service-card-v35,body[data-theme="light"] .slide[data-index="1"] .service-card-v35,html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.site-publicmail,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.site-publicmail,html[data-theme="light"] body .slide[data-index="1"] .service-card-v35.home-site-gateway,body[data-theme="light"] .slide[data-index="1"] .service-card-v35.home-site-gateway{background:rgba(255,255,255,.58)!important;border-color:rgba(47,89,196,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35{padding:16px!important;background:linear-gradient(145deg,rgba(8,17,36,.68),rgba(8,13,27,.50))!important;border-color:rgba(126,245,255,.12)!important}html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:none!important;gap:6px!important;align-content:start!important}html body .slide[data-index="1"] .service-matrix-v35>.profile-station-v35{grid-area:auto!important;grid-column:1!important;display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;gap:12px!important;min-height:88px!important;padding:10px 12px!important;margin:0 0 4px!important;border-radius:20px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(126,245,255,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-ring{width:74px!important;height:74px!important;min-width:74px!important;border-radius:18px!important;margin:0!important;transform:none!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-core{width:62px!important;height:62px!important;border-radius:15px!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption{text-align:left!important;justify-items:start!important;gap:4px!important;align-self:center!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption strong{font-size:1.05rem!important;line-height:1.05!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption span{font-size:.66rem!important;line-height:1.28!important;max-width:100%!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after{margin-top:1px!important;padding:3px 7px!important;font-size:.52rem!important;letter-spacing:.08em!important;opacity:.72!important}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.site-publicmail,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35.home-site-gateway{grid-area:auto!important;grid-column:1!important;display:grid!important;grid-template-columns:minmax(0,1fr) 78px!important;grid-template-rows:auto auto!important;column-gap:10px!important;row-gap:1px!important;align-items:center!important;min-height:34px!important;height:34px!important;padding:5px 9px 5px 11px!important;border-radius:10px!important;background:rgba(255,255,255,.026)!important;border:1px solid rgba(126,245,255,.065)!important;box-shadow:none!important;transform:none!important;overflow:hidden!important}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35:hover{background:rgba(126,245,255,.052)!important;border-color:rgba(126,245,255,.13)!important;transform:none!important;box-shadow:none!important}html body .slide[data-index="1"] .service-card-v35>strong{grid-column:1!important;grid-row:1!important;display:block!important;margin:0!important;font-size:.73rem!important;line-height:1.05!important;font-weight:820!important;letter-spacing:.01em!important;color:rgba(242,250,255,.92)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35>span{grid-column:1!important;grid-row:2!important;display:block!important;margin:0!important;font-size:.50rem!important;line-height:1.05!important;color:rgba(208,227,246,.50)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35>em{grid-column:2!important;grid-row:1 / span 2!important;position:static!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:78px!important;max-width:78px!important;height:17px!important;min-height:17px!important;margin:0!important;padding:0 5px!important;border-radius:999px!important;background:rgba(126,245,255,.075)!important;border:1px solid rgba(126,245,255,.105)!important;color:rgba(210,247,255,.68)!important;box-shadow:none!important;font-size:.43rem!important;line-height:17px!important;font-weight:760!important;letter-spacing:.015em!important;text-transform:uppercase!important;font-style:normal!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .service-card-v35.site-ai>em,html body .slide[data-index="1"] .service-card-v35.site-publicmail>em{background:rgba(117,255,185,.075)!important;border-color:rgba(117,255,185,.105)!important;color:rgba(210,255,232,.70)!important}html body .slide[data-index="1"] .home-site-foot-v35{margin-top:4px!important;padding:7px 9px!important;border-radius:12px!important;background:rgba(255,255,255,.026)!important;border-color:rgba(126,245,255,.07)!important;box-shadow:none!important;opacity:.78!important}html body .slide[data-index="1"] .home-site-foot-v35 span{font-size:.50rem!important;letter-spacing:.07em!important;color:rgba(209,232,248,.62)!important}}@media (max-width:900px){html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35{border-radius:12px!important;background:rgba(255,255,255,.032)!important;border-color:rgba(126,245,255,.075)!important;box-shadow:none!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-matrix-v35>*,html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>.site-openclaw,html body .slide[data-index="1"] .service-matrix-v35>.site-hermes,html body .slide[data-index="1"] .service-matrix-v35>.site-ai,html body .slide[data-index="1"] .service-matrix-v35>.site-coagent,html body .slide[data-index="1"] .service-matrix-v35>.site-ccxui,html body .slide[data-index="1"] .service-matrix-v35>.site-rnxui,html body .slide[data-index="1"] .service-matrix-v35>.site-mail,html body .slide[data-index="1"] .service-matrix-v35>.site-publicmail,html body .slide[data-index="1"] .service-matrix-v35>.home-site-gateway,html body .slide[data-index="1"] .service-matrix-v35>.site-opencode{grid-area:auto!important;grid-column:1 / -1!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important}html body .slide[data-index="1"] .service-matrix-v35>.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35{grid-template-columns:minmax(0,1fr) 78px!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35,html body .slide[data-index="1"] .home-cockpit-v35 .service-matrix-v35,html body .slide[data-index="1"] .service-matrix-v35{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:6px!important;grid-template-columns:none!important;grid-template-rows:none!important;grid-template-areas:none!important;align-items:stretch!important;justify-content:flex-start!important;overflow:visible!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>.profile-station-v35{flex:0 0 auto!important;order:0!important;width:100%!important;max-width:none!important;grid-area:auto!important;grid-column:auto!important;grid-row:auto!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-openclaw,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-hermes,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-ai,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-coagent,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-ccxui,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-rnxui,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-publicmail,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-dnsadmin,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.home-site-gateway,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-opencode{flex:0 0 34px!important;order:1!important;width:100%!important;max-width:none!important;min-width:0!important;height:34px!important;min-height:34px!important;max-height:34px!important;grid-area:auto!important;grid-column:auto!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(0,1fr) 78px!important;grid-template-rows:auto auto!important;column-gap:10px!important;row-gap:1px!important;padding:5px 9px 5px 11px!important;margin:0!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35::before,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35::after{content:none!important;display:none!important;width:0!important;height:0!important;opacity:0!important;visibility:hidden!important}html body .slide[data-index="1"].active .home-cockpit-v35 .home-site-foot-v35{order:2!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35{padding:14px!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35{gap:5px!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>.profile-station-v35{min-height:70px!important;height:70px!important;padding:8px 10px!important;margin:0 0 2px!important;grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-ring{width:58px!important;height:58px!important;min-width:58px!important;border-radius:15px!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-core{width:48px!important;height:48px!important;border-radius:12px!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption strong{font-size:.96rem!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption span{font-size:.60rem!important;line-height:1.18!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption::after{display:none!important;content:none!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35{flex-basis:30px!important;height:30px!important;min-height:30px!important;max-height:30px!important;padding:4px 9px 4px 10px!important;border-radius:9px!important}html body .slide[data-index="1"].active .service-card-v35>strong{font-size:.70rem!important;line-height:1!important}html body .slide[data-index="1"].active .service-card-v35>span{font-size:.48rem!important;line-height:1!important}html body .slide[data-index="1"].active .service-card-v35>em{height:15px!important;min-height:15px!important;line-height:15px!important;font-size:.40rem!important}html body .slide[data-index="1"].active .home-site-foot-v35{margin-top:2px!important;padding:5px 8px!important;min-height:0!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35{padding:15px 16px!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35,html body .slide[data-index="1"] .home-cockpit-v35 .service-matrix-v35,html body .slide[data-index="1"] .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto repeat(5,44px) auto!important;grid-template-areas:none!important;column-gap:10px!important;row-gap:8px!important;align-items:stretch!important;justify-items:stretch!important;align-content:start!important;overflow:visible!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>.profile-station-v35{grid-column:1 / -1!important;grid-row:auto!important;grid-area:auto!important;width:100%!important;max-width:none!important;min-height:76px!important;height:76px!important;padding:9px 12px!important;margin:0 0 2px!important;display:grid!important;grid-template-columns:60px minmax(0,1fr)!important;gap:11px!important;order:0!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-ring{width:60px!important;height:60px!important;min-width:60px!important;border-radius:16px!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-core{width:50px!important;height:50px!important;border-radius:13px!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption strong{font-size:1rem!important;line-height:1.05!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption span{font-size:.61rem!important;line-height:1.18!important}html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption::after{display:none!important;content:none!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-openclaw,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-hermes,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-ai,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-coagent,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-ccxui,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-rnxui,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-publicmail,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-dnsadmin,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.home-site-gateway,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-opencode{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;row-gap:3px!important;flex:none!important;order:1!important;width:100%!important;max-width:none!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:6px 9px!important;margin:0!important;border-radius:11px!important;grid-area:auto!important;grid-column:auto!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(10,24,50,.72),rgba(8,14,31,.62))!important;border:1px solid rgba(126,245,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 18px rgba(0,0,0,.14)!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35::before,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35::after{content:none!important;display:none!important}html body .slide[data-index="1"].active .service-card-v35>strong{grid-column:1!important;grid-row:1!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.72rem!important;line-height:1!important;font-weight:760!important;letter-spacing:.01em!important}html body .slide[data-index="1"].active .service-card-v35>span{grid-column:1!important;grid-row:2!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.48rem!important;line-height:1!important;opacity:.76!important}html body .slide[data-index="1"].active .service-card-v35>em{grid-column:1!important;grid-row:3!important;justify-self:start!important;align-self:start!important;width:auto!important;max-width:100%!important;height:13px!important;min-height:13px!important;padding:0 6px!important;border-radius:999px!important;font-size:.36rem!important;line-height:13px!important;letter-spacing:.05em!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .slide[data-index="1"].active .home-site-foot-v35{grid-column:1 / -1!important;grid-row:auto!important;grid-area:auto!important;order:2!important;margin-top:0!important;padding:7px 10px!important;min-height:0!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:76px repeat(5,52px) auto!important;grid-auto-flow:row!important;grid-auto-columns:unset!important;grid-auto-rows:unset!important;column-gap:12px!important;row-gap:8px!important;align-content:start!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>.profile-station-v35{grid-column:1 / 3!important;grid-row:1!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35{height:52px!important;min-height:52px!important;max-height:52px!important;padding:7px 10px!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:14px 11px 14px!important;row-gap:2px!important;overflow:hidden!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(1){grid-column:1!important;grid-row:2!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(2){grid-column:2!important;grid-row:2!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(3){grid-column:1!important;grid-row:3!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(4){grid-column:2!important;grid-row:3!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(5){grid-column:1!important;grid-row:4!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(6){grid-column:2!important;grid-row:4!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(7){grid-column:1!important;grid-row:5!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(8){grid-column:2!important;grid-row:5!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(9){grid-column:1!important;grid-row:6!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35:nth-of-type(10){grid-column:2!important;grid-row:6!important}html body .slide[data-index="1"].active .service-card-v35>strong{font-size:.76rem!important;line-height:14px!important;height:14px!important}html body .slide[data-index="1"].active .service-card-v35>span{font-size:.52rem!important;line-height:11px!important;height:11px!important}html body .slide[data-index="1"].active .service-card-v35>em{height:14px!important;min-height:14px!important;line-height:14px!important;font-size:.38rem!important;align-self:start!important}html body .slide[data-index="1"].active .home-cockpit-v35 .home-site-foot-v35{grid-column:1 / 3!important;grid-row:7!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35{width:100%!important;max-width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:76px repeat(5,52px) auto!important;grid-auto-columns:0!important;grid-auto-rows:0!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35{height:52px!important;min-height:52px!important;max-height:52px!important;padding:6px 10px!important;grid-template-rows:12px 9px 12px!important;row-gap:2px!important;align-content:center!important;justify-content:stretch!important}html body .slide[data-index="1"].active .service-card-v35>strong{height:12px!important;line-height:12px!important;font-size:.70rem!important}html body .slide[data-index="1"].active .service-card-v35>span{height:9px!important;line-height:9px!important;font-size:.46rem!important}html body .slide[data-index="1"].active .service-card-v35>em{height:12px!important;min-height:12px!important;line-height:12px!important;font-size:.34rem!important;padding:0 5px!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35,html body .slide[data-index="1"].active .home-cockpit-v35>.service-matrix-v35{grid-column:1 / -1!important;justify-self:stretch!important;align-self:start!important;width:100%!important;min-width:0!important;max-width:none!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:76px repeat(5,52px) auto!important;grid-auto-columns:0!important;grid-auto-rows:0!important;column-gap:12px!important;row-gap:8px!important}html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-openclaw,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-hermes,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-ai,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-coagent,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-ccxui,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-rnxui,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-publicmail,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-dnsadmin,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.home-site-gateway,html body .slide[data-index="1"].active .home-cockpit-v35 .service-matrix-v35>a.service-card-v35.site-opencode{width:100%!important;min-width:0!important;max-width:none!important;height:52px!important;min-height:52px!important;max-height:52px!important;box-sizing:border-box!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35,html body .slide[data-index="1"] .home-cockpit-v35{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto!important;grid-template-areas:none!important;justify-items:stretch!important;align-items:start!important;gap:0!important}html body .slide[data-index="1"].active .home-cockpit-v35>.service-matrix-v35,html body .slide[data-index="1"] .home-cockpit-v35>.service-matrix-v35{grid-column:1!important;grid-row:1!important;width:100%!important}}@media (min-width:901px){html body .slide[data-index="1"] .home-cockpit-v35,html body .slide[data-index="1"].active .home-cockpit-v35{padding:30px 16px 16px!important;background:radial-gradient(circle at 22% 10%,rgba(93,244,255,.18),transparent 32%),radial-gradient(circle at 86% 88%,rgba(160,109,255,.14),transparent 34%),linear-gradient(145deg,rgba(10,24,50,.82),rgba(8,15,32,.72))!important;border:1px solid rgba(126,245,255,.22)!important;box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 0 34px rgba(93,244,255,.05)!important;overflow:hidden!important}html body .slide[data-index="1"] .home-cockpit-v35::before,html body .slide[data-index="1"].active .home-cockpit-v35::before{content:"SERVICE ACCESS"!important;position:absolute!important;left:18px!important;top:10px!important;height:14px!important;line-height:14px!important;font-size:10px!important;letter-spacing:.22em!important;font-weight:800!important;color:rgba(126,245,255,.72)!important;text-shadow:0 0 12px rgba(93,244,255,.22)!important;pointer-events:none!important;transform:none!important;animation:none!important;opacity:1!important}html body .slide[data-index="1"] .home-cockpit-v35::after,html body .slide[data-index="1"].active .home-cockpit-v35::after{content:""!important;position:absolute!important;right:18px!important;top:13px!important;width:72px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(126,245,255,.58),rgba(166,108,255,.5))!important;pointer-events:none!important}html body .slide[data-index="1"] .service-matrix-v35,html body .slide[data-index="1"].active .service-matrix-v35{height:100%!important;min-height:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:88px repeat(5,58px) 38px!important;gap:8px 12px!important;align-content:stretch!important}html body .slide[data-index="1"] .service-matrix-v35::before,html body .slide[data-index="1"].active .service-matrix-v35::before{content:none!important;display:none!important}html body .slide[data-index="1"] .profile-station-v35,html body .slide[data-index="1"].active .profile-station-v35{height:88px!important;min-height:88px!important;max-height:88px!important;padding:12px 14px!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;background:linear-gradient(135deg,rgba(126,245,255,.11),rgba(166,108,255,.09)),rgba(6,14,31,.62)!important;border:1px solid rgba(126,245,255,.20)!important}html body .slide[data-index="1"] .profile-station-v35 .avatar-caption::after,html body .slide[data-index="1"].active .profile-station-v35 .avatar-caption::after{content:"Portfolio · Research · Embedded AI"!important;display:inline-flex!important;width:max-content!important;max-width:100%!important;margin-top:7px!important;padding:4px 9px!important;border-radius:999px!important;color:rgba(204,247,255,.86)!important;background:rgba(126,245,255,.08)!important;border:1px solid rgba(126,245,255,.16)!important;font-size:10px!important;line-height:1!important;letter-spacing:.04em!important}html body .slide[data-index="1"] .service-card-v35,html body .slide[data-index="1"].active .service-card-v35{height:58px!important;min-height:58px!important;max-height:58px!important;padding:8px 10px 7px!important;background:linear-gradient(135deg,rgba(11,25,50,.66),rgba(9,17,34,.52))!important;border-color:rgba(126,245,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 22px rgba(0,0,0,.16)!important}html body .slide[data-index="1"] .service-card-v35:hover,html body .slide[data-index="1"].active .service-card-v35:hover{transform:translateY(-1px)!important;border-color:rgba(126,245,255,.34)!important;box-shadow:0 13px 28px rgba(0,0,0,.24),0 0 18px rgba(93,244,255,.10)!important}html body .slide[data-index="1"] .service-card-v35 strong,html body .slide[data-index="1"].active .service-card-v35 strong{font-size:12.2px!important;line-height:1.05!important}html body .slide[data-index="1"] .service-card-v35 span,html body .slide[data-index="1"].active .service-card-v35 span{font-size:9.2px!important;line-height:1!important;opacity:.72!important}html body .slide[data-index="1"] .service-card-v35>em,html body .slide[data-index="1"].active .service-card-v35>em{font-size:9px!important;line-height:1!important;padding:3px 7px!important;min-height:15px!important;align-self:end!important}html body .slide[data-index="1"] .service-pulse-v72,html body .slide[data-index="1"].active .service-pulse-v72{display:flex!important;visibility:visible!important;opacity:1!important;grid-column:1/2!important;grid-row:7!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:7px 10px!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;border-radius:14px!important;background:rgba(126,245,255,.07)!important;border:1px solid rgba(126,245,255,.15)!important;color:rgba(225,251,255,.86)!important}html body .slide[data-index="1"] .service-pulse-v72 b,html body .slide[data-index="1"].active .service-pulse-v72 b{font-size:10.5px!important;white-space:nowrap!important}html body .slide[data-index="1"] .service-pulse-v72 span,html body .slide[data-index="1"].active .service-pulse-v72 span{font-size:9px!important;color:rgba(179,210,230,.72)!important;white-space:nowrap!important}html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"].active .service-detail-v57{grid-column:2/3!important;grid-row:7!important;height:38px!important;min-height:38px!important;max-height:38px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(3,1fr)!important;gap:1px!important;padding:5px 10px!important;border-radius:14px!important;background:rgba(166,108,255,.065)!important;border:1px solid rgba(166,108,255,.15)!important;overflow:hidden!important}html body .slide[data-index="1"] .service-detail-v57 span,html body .slide[data-index="1"].active .service-detail-v57 span{font-size:8.4px!important;line-height:1!important;letter-spacing:.04em!important;color:rgba(214,225,255,.70)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35::before{content:"SERVICE ACCESS"!important;position:absolute!important;left:18px!important;top:10px!important;font-size:10px!important;letter-spacing:.18em!important;color:rgba(126,245,255,.72)!important}}@media (min-width:901px){html body .slide[data-index="1"].active .home-cockpit-v35,html body .slide[data-index="1"] .home-cockpit-v35{padding:30px 16px 16px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important}html body .slide[data-index="1"].active .home-cockpit-v35>.service-matrix-v35,html body .slide[data-index="1"] .home-cockpit-v35>.service-matrix-v35{width:100%!important;height:100%!important;max-height:none!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:84px repeat(5,56px) 40px!important;grid-auto-columns:0!important;grid-auto-rows:0!important;gap:8px 12px!important;align-content:start!important}html body .slide[data-index="1"].active .service-matrix-v35>.profile-station-v35,html body .slide[data-index="1"] .service-matrix-v35>.profile-station-v35{grid-column:1/3!important;grid-row:1!important;width:100%!important;height:84px!important;min-height:84px!important;max-height:84px!important;box-sizing:border-box!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35,html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35{width:100%!important;min-width:0!important;max-width:none!important;height:56px!important;min-height:56px!important;max-height:56px!important;box-sizing:border-box!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(1),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(1){grid-column:1!important;grid-row:2!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(2),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(2){grid-column:2!important;grid-row:2!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(3),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(3){grid-column:1!important;grid-row:3!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(4),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(4){grid-column:2!important;grid-row:3!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(5),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(5){grid-column:1!important;grid-row:4!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(6),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(6){grid-column:2!important;grid-row:4!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(7),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(7){grid-column:1!important;grid-row:5!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(8),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(8){grid-column:2!important;grid-row:5!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(9),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(9){grid-column:1!important;grid-row:6!important}html body .slide[data-index="1"].active .service-matrix-v35>a.service-card-v35:nth-of-type(10),html body .slide[data-index="1"] .service-matrix-v35>a.service-card-v35:nth-of-type(10){grid-column:2!important;grid-row:6!important}html body .slide[data-index="1"].active .service-matrix-v35>.service-pulse-v72,html body .slide[data-index="1"] .service-matrix-v35>.service-pulse-v72{grid-column:1!important;grid-row:7!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;max-height:40px!important;display:flex!important;box-sizing:border-box!important}html body .slide[data-index="1"].active .service-matrix-v35>.service-detail-v57,html body .slide[data-index="1"] .service-matrix-v35>.service-detail-v57{grid-column:2!important;grid-row:7!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;max-height:40px!important;box-sizing:border-box!important}}@media (min-width:901px){html body .slide[data-index="1"] .service-detail-v57,html body .slide[data-index="1"].active .service-detail-v57,html body .slide[data-index="1"] .service-pulse-v72,html body .slide[data-index="1"].active .service-pulse-v72{margin:0!important;align-self:stretch!important;justify-self:stretch!important}}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1{height:515px!important;padding:14px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:28px 104px minmax(0,1fr) 44px!important;gap:10px!important;position:relative!important;isolation:isolate!important;overflow:hidden!important;border-radius:30px!important;border:1px solid rgba(126,245,255,.26)!important;background:linear-gradient(135deg,rgba(126,245,255,.14),transparent 24%),radial-gradient(circle at 18% 16%,rgba(93,244,255,.26),transparent 30%),radial-gradient(circle at 84% 22%,rgba(166,108,255,.22),transparent 30%),radial-gradient(circle at 70% 92%,rgba(45,212,191,.14),transparent 34%),linear-gradient(155deg,rgba(5,12,29,.92),rgba(10,17,38,.76) 52%,rgba(12,10,31,.84))!important;box-shadow:0 28px 76px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08),inset 0 0 46px rgba(93,244,255,.06)!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1::before,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1::before{content:""!important;position:absolute!important;inset:-2px!important;z-index:-1!important;background:linear-gradient(90deg,transparent 0 48%,rgba(126,245,255,.09) 49% 51%,transparent 52%),linear-gradient(0deg,transparent 0 48%,rgba(166,108,255,.08) 49% 51%,transparent 52%)!important;background-size:42px 42px!important;mask-image:radial-gradient(circle at 50% 35%,black,transparent 78%)!important;opacity:.55!important;pointer-events:none!important;animation:none!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1::after,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1::after{content:""!important;position:absolute!important;left:12px!important;right:12px!important;top:12px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(126,245,255,.75),rgba(166,108,255,.6),transparent)!important;opacity:.72!important;pointer-events:none!important}html body .slide[data-index="1"] .cyber-bento-head{display:flex!important;align-items:center!important;justify-content:space-between!important;min-width:0!important;padding:0 4px!important;position:relative!important;z-index:2!important}html body .slide[data-index="1"] .cyber-bento-head span{color:rgba(126,245,255,.88)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.24em!important;text-shadow:0 0 14px rgba(93,244,255,.36)!important}html body .slide[data-index="1"] .cyber-bento-head b{color:rgba(229,238,255,.7)!important;font-size:9px!important;letter-spacing:.16em!important;font-weight:800!important;padding:5px 9px!important;border-radius:999px!important;border:1px solid rgba(166,108,255,.22)!important;background:rgba(166,108,255,.08)!important}html body .slide[data-index="1"] .cyber-profile-card,html body .slide[data-index="1"].active .cyber-profile-card{grid-row:auto!important;grid-column:auto!important;order:0!important;width:100%!important;height:104px!important;min-height:104px!important;max-height:104px!important;display:grid!important;grid-template-columns:74px minmax(0,1fr) 92px!important;gap:12px!important;align-items:center!important;padding:12px!important;box-sizing:border-box!important;position:relative!important;overflow:hidden!important;border-radius:24px!important;border:1px solid rgba(126,245,255,.23)!important;background:radial-gradient(circle at 12% 50%,rgba(126,245,255,.22),transparent 34%),linear-gradient(135deg,rgba(126,245,255,.11),rgba(166,108,255,.10) 56%,rgba(45,212,191,.06))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.24)!important}html body .slide[data-index="1"] .cyber-profile-card .avatar-ring{width:66px!important;height:66px!important;min-width:66px!important}html body .slide[data-index="1"] .cyber-profile-card .avatar-caption{display:flex!important;flex-direction:column!important;gap:5px!important;min-width:0!important}html body .slide[data-index="1"] .cyber-profile-card .avatar-caption strong{font-size:21px!important;line-height:1.05!important;letter-spacing:.04em!important;color:#f4fbff!important}html body .slide[data-index="1"] .cyber-profile-card .avatar-caption span{font-size:11px!important;letter-spacing:.10em!important;color:rgba(194,232,255,.72)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .cyber-profile-card .avatar-caption i{display:inline-flex!important;width:max-content!important;max-width:100%!important;padding:5px 9px!important;border-radius:999px!important;font-style:normal!important;font-size:9.5px!important;color:rgba(126,245,255,.86)!important;background:rgba(126,245,255,.09)!important;border:1px solid rgba(126,245,255,.17)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .cyber-orbit{position:relative!important;width:86px!important;height:70px!important;display:grid!important;place-items:center!important}html body .slide[data-index="1"] .cyber-orbit::before{content:""!important;width:66px!important;height:66px!important;border-radius:50%!important;border:1px dashed rgba(126,245,255,.34)!important;box-shadow:0 0 24px rgba(126,245,255,.12)!important}html body .slide[data-index="1"] .cyber-orbit span{position:absolute!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#7ef5ff!important;box-shadow:0 0 14px rgba(126,245,255,.85)!important}html body .slide[data-index="1"] .cyber-orbit span:nth-child(1){right:18px!important;top:10px!important}html body .slide[data-index="1"] .cyber-orbit span:nth-child(2){left:14px!important;bottom:14px!important;background:#a66cff!important}html body .slide[data-index="1"] .cyber-orbit span:nth-child(3){right:36px!important;bottom:6px!important;background:#2dd4bf!important}html body .slide[data-index="1"] .cyber-service-grid,html body .slide[data-index="1"].active .cyber-service-grid{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(5,minmax(0,1fr))!important;gap:9px 11px!important;padding:0!important;margin:0!important;align-content:stretch!important;align-items:stretch!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;position:relative!important}html body .slide[data-index="1"] .cyber-service-grid::before,html body .slide[data-index="1"] .cyber-service-grid::after{content:none!important;display:none!important}html body .slide[data-index="1"] .cyber-service-card,html body .slide[data-index="1"].active .cyber-service-card{all:unset;cursor:pointer!important;box-sizing:border-box!important;min-width:0!important;width:100%!important;height:100%!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) auto!important;grid-template-rows:1fr 1fr!important;column-gap:8px!important;row-gap:2px!important;align-items:center!important;padding:8px 9px!important;border-radius:18px!important;position:relative!important;overflow:hidden!important;color:var(--text-main,#eff7ff)!important;text-decoration:none!important;border:1px solid rgba(126,245,255,.16)!important;background:linear-gradient(135deg,rgba(13,29,56,.78),rgba(9,17,36,.58))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.18)!important}html body .slide[data-index="1"] .cyber-service-card::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,var(--svc-accent,rgba(126,245,255,.8)),transparent 32%)!important;opacity:.13!important;pointer-events:none!important;display:block!important}html body .slide[data-index="1"] .cyber-service-card::after{content:""!important;position:absolute!important;left:0!important;top:12px!important;bottom:12px!important;width:3px!important;border-radius:999px!important;background:var(--svc-accent,#7ef5ff)!important;box-shadow:0 0 16px var(--svc-accent,#7ef5ff)!important;opacity:.75!important;display:block!important}html body .slide[data-index="1"] .cyber-service-card:hover{transform:translateY(-2px)!important;border-color:rgba(126,245,255,.38)!important;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(93,244,255,.13)!important}html body .slide[data-index="1"] .cyber-service-card>i{grid-column:1!important;grid-row:1/3!important;width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:12px!important;font-style:normal!important;font-size:15px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.10)!important;color:var(--svc-accent,#7ef5ff)!important;text-shadow:0 0 12px var(--svc-accent,#7ef5ff)!important;z-index:1!important}html body .slide[data-index="1"] .cyber-service-card strong{grid-column:2!important;grid-row:1!important;min-width:0!important;margin:0!important;font-size:12.8px!important;font-weight:900!important;line-height:1.05!important;color:#f5fbff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;z-index:1!important}html body .slide[data-index="1"] .cyber-service-card span{grid-column:2!important;grid-row:2!important;min-width:0!important;margin:0!important;font-size:9.3px!important;line-height:1!important;color:rgba(196,218,236,.66)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;z-index:1!important}html body .slide[data-index="1"] .cyber-service-card em{grid-column:3!important;grid-row:1/3!important;align-self:center!important;justify-self:end!important;min-width:52px!important;text-align:center!important;margin:0!important;padding:4px 7px!important;border-radius:999px!important;font-style:normal!important;font-size:8.6px!important;line-height:1!important;font-weight:900!important;letter-spacing:.06em!important;color:rgba(239,250,255,.9)!important;background:color-mix(in srgb,var(--svc-accent,#7ef5ff) 16%,transparent)!important;border:1px solid color-mix(in srgb,var(--svc-accent,#7ef5ff) 32%,transparent)!important;z-index:1!important;white-space:nowrap!important}html body .slide[data-index="1"] .cyber-service-card.tone-gated{--svc-accent:#7ef5ff}html body .slide[data-index="1"] .cyber-service-card.tone-public{--svc-accent:#2dd4bf}html body .slide[data-index="1"] .cyber-service-card.tone-mail{--svc-accent:#f6c177}html body .slide[data-index="1"] .cyber-service-card.tone-api{--svc-accent:#a66cff}html body .slide[data-index="1"] .cyber-status-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;min-height:0!important}html body .slide[data-index="1"] .cyber-status-row span{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:3px!important;padding:7px 9px!important;border-radius:16px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(126,245,255,.13)!important;color:rgba(207,225,240,.72)!important;font-size:8.7px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="1"] .cyber-status-row b{font-size:9px!important;letter-spacing:.12em!important;color:rgba(126,245,255,.88)!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1{height:auto!important;min-height:720px!important;grid-template-rows:26px 100px auto 76px!important}html body .slide[data-index="1"] .cyber-profile-card{grid-template-columns:64px minmax(0,1fr)!important;height:100px!important;min-height:100px!important}html body .slide[data-index="1"] .cyber-orbit{display:none!important}html body .slide[data-index="1"] .cyber-service-grid{grid-template-columns:1fr!important;grid-template-rows:none!important;grid-auto-rows:56px!important}html body .slide[data-index="1"] .cyber-status-row{grid-template-columns:1fr!important}}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1>*,html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>*{order:0!important;grid-area:auto!important;transform:none!important;translate:none!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1>.cyber-bento-head{grid-column:1!important;grid-row:1!important;width:100%!important;height:auto!important;margin:0!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1>.cyber-profile-card{grid-column:1!important;grid-row:2!important;width:100%!important;height:104px!important;margin:0!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1>.cyber-service-grid{grid-column:1!important;grid-row:3!important;width:100%!important;height:100%!important;margin:0!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1>.cyber-status-row{grid-column:1!important;grid-row:4!important;width:100%!important;height:44px!important;margin:0!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card{position:relative!important;inset:auto!important;margin:0!important;min-width:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1){grid-column:1!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v1 .cyber-service-grid>.cyber-service-card:nth-child(1){grid-column:1!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2){grid-column:2!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3){grid-column:1!important;grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4){grid-column:2!important;grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5){grid-column:1!important;grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6){grid-column:2!important;grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7){grid-column:1!important;grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8){grid-column:2!important;grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9){grid-column:1!important;grid-row:5!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10){grid-column:2!important;grid-row:5!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1{grid-template-rows:28px 104px auto auto!important;min-height:860px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid{grid-template-columns:1fr!important;grid-auto-rows:58px!important;grid-template-rows:repeat(10,58px)!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(n){grid-column:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1){grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2){grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3){grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4){grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5){grid-row:5!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6){grid-row:6!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7){grid-row:7!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8){grid-row:8!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9){grid-row:9!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10){grid-row:10!important}}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(5,minmax(0,1fr))!important;grid-auto-rows:unset!important;gap:8px 11px!important;align-content:stretch!important;justify-content:stretch!important;place-items:stretch!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card{order:0!important;height:100%!important;min-height:0!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1){grid-column:1!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2){grid-column:2!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3){grid-column:1!important;grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4){grid-column:2!important;grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5){grid-column:1!important;grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6){grid-column:2!important;grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7){grid-column:1!important;grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8){grid-column:2!important;grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9){grid-column:1!important;grid-row:5!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10){grid-column:2!important;grid-row:5!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1{min-height:900px!important;grid-template-rows:28px 104px 660px 74px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid{grid-template-columns:1fr!important;grid-template-rows:repeat(10,58px)!important;gap:8px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-status-row{height:74px!important;grid-template-columns:1fr!important}}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1{height:540px!important;grid-template-rows:28px 104px minmax(292px,1fr) 44px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(5,minmax(52px,1fr))!important;gap:8px 11px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card{min-height:0!important;height:100%!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1{height:auto!important;min-height:900px!important;grid-template-rows:28px 104px 660px 74px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid{grid-template-columns:1fr!important;grid-template-rows:repeat(10,58px)!important;grid-auto-rows:58px!important;gap:8px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9),html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10){grid-column:1!important;width:100%!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1){grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2){grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3){grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4){grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5){grid-row:5!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6){grid-row:6!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7){grid-row:7!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8){grid-row:8!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9){grid-row:9!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10){grid-row:10!important}}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1{height:560px!important;min-height:560px!important;max-height:560px!important;grid-template-rows:28px 104px 292px 44px!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid{height:292px!important;min-height:292px!important;max-height:292px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(5,52px)!important;grid-auto-rows:52px!important;gap:8px 11px!important;align-content:start!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card{order:0!important;height:52px!important;min-height:52px!important;max-height:52px!important;align-self:stretch!important;justify-self:stretch!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(1){grid-column:1!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(2){grid-column:2!important;grid-row:1!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(3){grid-column:1!important;grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(4){grid-column:2!important;grid-row:2!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(5){grid-column:1!important;grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(6){grid-column:2!important;grid-row:3!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(7){grid-column:1!important;grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(8){grid-column:2!important;grid-row:4!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(9){grid-column:1!important;grid-row:5!important}html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10),html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1 .cyber-service-grid>.cyber-service-card:nth-child(10){grid-column:2!important;grid-row:5!important}@media (max-width:900px){html body .slide[data-index="1"] .home-cockpit-v35.cyber-bento-v1,html body .slide[data-index="1"].active .home-cockpit-v35.cyber-bento-v1{height:auto!important;min-height:956px!important;max-height:none!important;grid-template-rows:28px 104px 660px 74px!important}}.ulhome-v2{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:20px;align-items:stretch;min-height:0}.ulh-card{position:relative;border-radius:26px;border:1px solid var(--line);background:radial-gradient(circle at 18% 6%,rgba(126,245,255,.10),transparent 32%),radial-gradient(circle at 92% 90%,rgba(160,135,255,.10),transparent 36%),var(--surface);box-shadow:var(--shadow);overflow:hidden;box-sizing:border-box}.ulh-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 30%,rgba(126,245,255,.05) 46%,transparent 60%)}.ulh-intro{display:flex;flex-direction:column;gap:14px;padding:30px 32px;min-width:0}.ulh-eyebrow{display:flex;align-items:center;gap:9px;font-size:.68rem;letter-spacing:.24em;color:var(--cyan);font-weight:700}.ulh-eyebrow span{width:26px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--cyan),transparent)}.ulh-name{font-size:clamp(1.7rem,2.6vw,2.35rem);line-height:1.12;letter-spacing:.02em;background:linear-gradient(120deg,var(--text) 30%,var(--cyan) 75%,var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}.ulh-sub{font-size:.78rem;letter-spacing:.30em;color:var(--text-soft);font-weight:600}.ulh-lead{font-size:.95rem;line-height:1.85;color:var(--text-soft);max-width:56ch}.ulh-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px}.ulh-stat{padding:12px 10px;border-radius:16px;text-align:center;border:1px solid var(--line);background:var(--surface-soft);display:flex;flex-direction:column;gap:4px;min-width:0}.ulh-stat strong{font-size:1.22rem;color:var(--cyan);line-height:1.15}.ulh-stat span{font-size:.66rem;color:var(--muted);letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ulh-tags{display:flex;flex-wrap:wrap;gap:8px}.ulh-tags span{padding:6px 13px;border-radius:999px;font-size:.72rem;letter-spacing:.08em;color:var(--text-soft);border:1px solid var(--line);background:linear-gradient(120deg,rgba(126,245,255,.07),rgba(160,135,255,.06))}.ulh-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:6px}.ulh-btn{appearance:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 18px;border-radius:12px;font-size:.8rem;font-weight:600;letter-spacing:.05em;color:var(--text);border:1px solid var(--line);background:var(--surface-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ulh-btn:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 10px 26px rgba(126,245,255,.14)}.ulh-btn.primary{color:#04121a;background:linear-gradient(120deg,var(--cyan),#9fe8ff);border-color:transparent}[data-theme="light"] .ulh-btn.primary{color:#fff;background:linear-gradient(120deg,var(--cyan),var(--violet))}.ulh-btn.ghost{background:transparent}.ulh-console{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;padding:20px 20px 16px;min-width:0}.ulh-console-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ulh-console-title{font-size:.72rem;font-weight:800;letter-spacing:.30em;color:var(--cyan)}.ulh-live{display:inline-flex;align-items:center;gap:7px;font-size:.62rem;letter-spacing:.14em;color:var(--green);font-weight:700}.ulh-live i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);animation:ulhPulse 2s infinite}@keyframes ulhPulse{0%,100%{opacity:1}50%{opacity:.35}}.ulh-id{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 14px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(120deg,rgba(126,245,255,.08),rgba(160,135,255,.06) 60%,transparent)}.ulh-avatar{width:56px;height:56px;border-radius:16px;padding:2px;background:linear-gradient(135deg,var(--cyan),var(--violet))}.ulh-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:14px}.ulh-id-text{display:flex;flex-direction:column;gap:3px;min-width:0}.ulh-id-text strong{font-size:.98rem;letter-spacing:.04em}.ulh-id-text span{font-size:.66rem;color:var(--muted);letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ulh-id-badge{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 11px;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.16em;color:var(--green);border:1px solid rgba(86,255,191,.35);background:rgba(86,255,191,.08)}.ulh-id-badge i{width:6px;height:6px;border-radius:50%;background:var(--green)}.ulh-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(50px,1fr);gap:9px;min-height:0}.ulh-svc{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 11px;border-radius:14px;text-decoration:none;border:1px solid var(--line);background:var(--surface-soft);overflow:hidden;min-width:0;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.ulh-svc::after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:0 3px 3px 0;background:var(--cyan);opacity:.55}.ulh-svc.tone-public::after{background:var(--green)}.ulh-svc.tone-mail::after{background:var(--violet)}.ulh-svc.tone-api::after{background:#ffb45e}.ulh-svc:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 12px 26px rgba(126,245,255,.14);background:linear-gradient(120deg,rgba(126,245,255,.10),rgba(160,135,255,.07))}.ulh-svc i{font-style:normal;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;font-size:.95rem;color:var(--cyan);border:1px solid var(--line);background:rgba(126,245,255,.07)}.ulh-svc.tone-public i{color:var(--green);background:rgba(86,255,191,.08)}.ulh-svc.tone-mail i{color:var(--violet);background:rgba(160,135,255,.10)}.ulh-svc.tone-api i{color:#ffb45e;background:rgba(255,180,94,.10)}.ulh-svc-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ulh-svc-text strong{font-size:.79rem;letter-spacing:.03em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ulh-svc-text span{font-size:.6rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ulh-svc em{font-style:normal;font-size:.54rem;font-weight:800;letter-spacing:.12em;padding:3px 7px;border-radius:999px;color:var(--text-soft);border:1px solid var(--line);background:var(--surface-soft)}.ulh-svc.tone-public em{color:var(--green);border-color:rgba(86,255,191,.35)}.ulh-svc.tone-mail em{color:var(--violet);border-color:rgba(160,135,255,.35)}.ulh-svc.tone-api em{color:#ffb45e;border-color:rgba(255,180,94,.35)}.ulh-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 13px;border-radius:14px;border:1px solid var(--line);background:var(--surface-soft)}.ulh-foot span{display:inline-flex;align-items:center;gap:7px;font-size:.6rem;letter-spacing:.08em;color:var(--muted);white-space:nowrap}.ulh-foot b{width:7px;height:7px;border-radius:50%}.ulh-foot b.ok{background:var(--green);box-shadow:0 0 8px var(--green)}.ulh-foot b.guard{background:var(--cyan);box-shadow:0 0 8px var(--cyan)}.ulh-foot b.pub{background:var(--violet);box-shadow:0 0 8px var(--violet)}@media (max-width:1280px) and (min-width:901px){.ulhome-v2{grid-template-columns:minmax(0,1fr) minmax(400px,.95fr);gap:16px}.ulh-intro{padding:24px 26px}.ulh-lead{font-size:.9rem}}@media (max-width:900px){.ulhome-v2{display:flex;flex-direction:column;gap:14px}.ulh-intro{padding:22px 20px}.ulh-lead{max-width:none}.ulh-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ulh-actions{gap:8px}.ulh-btn{flex:1 1 calc(50% - 8px);min-width:120px}.ulh-console{display:flex;flex-direction:column;padding:18px 16px}.ulh-grid{grid-template-columns:1fr;grid-auto-rows:54px}.ulh-foot{flex-wrap:wrap;justify-content:flex-start;row-gap:6px}}@media (max-width:400px){.ulh-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ulh-svc-text span{display:none}}html body .slide[data-index="0"] .menu-card.menu-click,html body .slide[data-index="0"] .menu-card.menu-guide-click,html body .slide[data-index="3"] .award-card.award-click{cursor:pointer!important}html body .slide[data-index="0"] .menu-card.menu-click:focus-visible,html body .slide[data-index="0"] .menu-card.menu-guide-click:focus-visible,html body .slide[data-index="3"] .award-card.award-click:focus-visible{outline:2px solid rgba(126,245,255,.75)!important;outline-offset:3px!important}html body .slide[data-index="0"] .menu-card .action-row,html body .slide[data-index="3"] .award-card .award-links{display:none!important}html body .slide[data-index="3"] .awards-grid .award-card.award-click{padding-bottom:20px!important}html body .award-lightbox-inner{width:min(1120px,94vw)!important;max-width:min(1120px,94vw)!important}html body .award-lightbox-body{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:16px!important;justify-content:center!important;align-items:flex-start!important;max-height:84vh!important;overflow:auto!important}html body .award-fig{margin:0!important;flex:1 1 0!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;align-items:center!important}html body .award-fig img{max-width:100%!important;max-height:76vh!important;object-fit:contain!important;border-radius:16px!important;box-shadow:0 24px 60px rgba(0,0,0,.5)!important}html body .award-lightbox-cap{color:#dbe7ff!important;font-size:.9rem!important;text-align:center!important;line-height:1.5!important}@media (max-width:700px){html body .award-lightbox-body{flex-wrap:wrap!important;max-height:82vh!important}html body .award-fig{flex-basis:100%!important}}html body .slide .slide-head .title,html body .slide .slide-head .section-title{background:linear-gradient(115deg,var(--text) 38%,var(--cyan) 82%,var(--violet)) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;text-shadow:none !important;filter:none !important}html body .slide .slide-head .subtitle{color:var(--text-soft) !important;text-shadow:none !important;letter-spacing:.30em !important}html body .slide .slide-head .lead{color:var(--text-soft) !important}html body .slide .slide-head .eyebrow{color:var(--cyan) !important;border:1px solid var(--line) !important;background:linear-gradient(120deg,rgba(126,245,255,.09),rgba(160,135,255,.06)) !important;box-shadow:none !important;text-shadow:none !important;letter-spacing:.22em !important;font-weight:700 !important}html body .menu-card,html body .project-card,html body .award-card,html body .ability-card,html body .paper-card,html body .stat,html body .paper-card .card{border:1px solid var(--line) !important;background:radial-gradient(circle at 16% 4%,rgba(126,245,255,.07),transparent 34%),radial-gradient(circle at 94% 96%,rgba(160,135,255,.06),transparent 38%),var(--surface-soft) !important;box-shadow:0 10px 30px rgba(0,0,0,.10) !important;text-shadow:none !important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease !important}html body .menu-card:hover,html body .project-card:hover,html body .award-card:hover,html body .ability-card:hover,html body .stat:hover{transform:translateY(-3px) !important;border-color:var(--line-strong) !important;box-shadow:0 14px 34px rgba(126,245,255,.13) !important}html body .menu-card h3,html body .project-card h3,html body .award-card h3,html body .ability-card h3,html body .stat h3{color:var(--text) !important;text-shadow:none !important}html body .menu-card p,html body .project-card p,html body .award-card p,html body .ability-card p,html body .stat p{color:var(--text-soft) !important}html body .menu-num,html body .ability-idx{color:var(--cyan) !important;border:1px solid var(--line) !important;background:linear-gradient(135deg,rgba(126,245,255,.14),rgba(160,135,255,.12)) !important;box-shadow:none !important;text-shadow:none !important;font-weight:800 !important}html body .quantum-tag{color:var(--cyan) !important;border:1px solid var(--line) !important;background:rgba(126,245,255,.07) !important;box-shadow:none !important;text-shadow:none !important}[data-theme="light"] html body .quantum-tag,html[data-theme="light"] body .quantum-tag{background:rgba(37,99,235,.06) !important}html body .page-link{border:1px solid var(--line) !important;background:var(--surface-soft) !important;color:var(--text) !important;text-shadow:none !important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease !important}html body .page-link:hover{transform:translateY(-2px) !important;border-color:var(--line-strong) !important;box-shadow:0 10px 24px rgba(126,245,255,.12) !important}html body .page-link.primary{color:#04121a !important;border-color:transparent !important;background:linear-gradient(120deg,var(--cyan),#9fe8ff) !important}html[data-theme="light"] body .page-link.primary{color:#fff !important;background:linear-gradient(120deg,var(--cyan),var(--violet)) !important}html body .top-theme button{border:1px solid var(--line) !important;background:var(--surface-soft) !important;color:var(--text-soft) !important;box-shadow:none !important;text-shadow:none !important;transition:border-color .16s ease,background .16s ease,color .16s ease !important}html body .top-theme button:hover{border-color:var(--line-strong) !important;color:var(--text) !important;transform:none !important}html body .top-theme button.active{color:#04121a !important;border-color:transparent !important;background:linear-gradient(120deg,var(--cyan),#9fe8ff) !important}html[data-theme="light"] body .top-theme button.active{color:#fff !important;background:linear-gradient(120deg,var(--cyan),var(--violet)) !important}html body .terminal{border:1px solid var(--line) !important;box-shadow:0 10px 30px rgba(0,0,0,.12) !important}html body .footerbar{color:var(--muted) !important;text-shadow:none !important}html body .footerbar .page-no{letter-spacing:.14em}html body .circuit-overlay{opacity:.20 !important}html body .slide{box-shadow:var(--shadow) !important}html[data-theme="light"] body .menu-card,html[data-theme="light"] body .project-card,html[data-theme="light"] body .award-card,html[data-theme="light"] body .ability-card,html[data-theme="light"] body .paper-card,html[data-theme="light"] body .stat,html[data-theme="light"] body .paper-card .card{background:radial-gradient(circle at 16% 4%,rgba(37,99,235,.05),transparent 34%),radial-gradient(circle at 94% 96%,rgba(124,58,237,.04),transparent 38%),rgba(255,255,255,.88) !important;border-color:rgba(63,96,198,.15) !important;box-shadow:0 10px 26px rgba(64,92,160,.10) !important}html[data-theme="light"] body .menu-card:hover,html[data-theme="light"] body .project-card:hover,html[data-theme="light"] body .award-card:hover,html[data-theme="light"] body .ability-card:hover,html[data-theme="light"] body .stat:hover{box-shadow:0 14px 30px rgba(64,92,160,.16) !important;border-color:rgba(63,96,198,.30) !important}html[data-theme="light"] body .menu-card h3,html[data-theme="light"] body .project-card h3,html[data-theme="light"] body .award-card h3,html[data-theme="light"] body .ability-card h3,html[data-theme="light"] body .stat h3{color:#0f1b39 !important}html[data-theme="light"] body .menu-card p,html[data-theme="light"] body .project-card p,html[data-theme="light"] body .award-card p,html[data-theme="light"] body .ability-card p,html[data-theme="light"] body .stat p{color:#54657f !important}html[data-theme="light"] body .menu-num,html[data-theme="light"] body .ability-idx{color:var(--cyan) !important;background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(124,58,237,.08)) !important;border-color:rgba(63,96,198,.18) !important}html[data-theme="light"] body .circuit-overlay{opacity:.12 !important}html[data-theme="light"] body .slide .slide-head .title,html[data-theme="light"] body .slide .slide-head .section-title{background:linear-gradient(115deg,#0f1b39 45%,#1d4ed8 82%,#6d28d9) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important}html[data-theme="light"] body .slide .slide-head .subtitle{color:#42536e !important}html[data-theme="light"] body .slide .slide-head .lead{color:#42536e !important}html[data-theme="light"] body .footerbar{color:#5b6b85 !important}html:not([data-theme="light"]) body .menu-card p,html:not([data-theme="light"]) body .project-card p,html:not([data-theme="light"]) body .award-card p,html:not([data-theme="light"]) body .ability-card p,html:not([data-theme="light"]) body .stat p{color:#aebad2 !important}html[data-theme="light"] body .ulh-card{background:radial-gradient(circle at 18% 6%,rgba(37,99,235,.05),transparent 32%),radial-gradient(circle at 92% 90%,rgba(124,58,237,.05),transparent 36%),rgba(255,255,255,.86) !important}html[data-theme="light"] body .ulh-svc:hover{box-shadow:0 12px 24px rgba(64,92,160,.16) !important}html[data-theme="light"] body .ulh-btn:hover{box-shadow:0 10px 22px rgba(64,92,160,.15) !important}html[data-theme="light"] body .ulh-name{background:linear-gradient(120deg,#0f1b39 30%,var(--cyan) 75%,var(--violet)) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important}:root{--bg0:#050817;--bg1:#0b1228;--bg2:#172552;--surface:rgba(10,16,34,.76);--surface-soft:rgba(255,255,255,.045);--line:rgba(139,218,234,.17);--line-strong:rgba(168,196,255,.34);--text:#eef5ff;--text-soft:#b4c0d8;--muted:#8795b0;--cyan:#8bdbea;--violet:#b3a3f5;--green:#7ee8bd;--shadow:0 28px 86px rgba(0,0,0,.30);--glow:0 0 30px rgba(139,218,234,.11)}html[data-theme="light"]{--bg0:#f8faff;--bg1:#eef4ff;--bg2:#e8ecfb;--surface:rgba(255,255,255,.84);--surface-soft:rgba(64,91,150,.040);--line:rgba(98,121,190,.13);--line-strong:rgba(98,121,190,.25);--text:#101a31;--text-soft:#4f5f78;--muted:#738095;--cyan:#3d78d8;--violet:#8a63d2;--green:#208d74;--shadow:0 24px 64px rgba(74,95,150,.12);--glow:0 0 24px rgba(83,112,190,.065)}html body{background:radial-gradient(circle at 12% 14%,rgba(139,219,234,.105),transparent 24%),radial-gradient(circle at 82% 12%,rgba(179,163,245,.115),transparent 25%),radial-gradient(circle at 52% 88%,rgba(126,232,189,.070),transparent 30%),linear-gradient(135deg,var(--bg0) 0%,var(--bg1) 44%,var(--bg2) 100%) !important}html[data-theme="light"] body{background:radial-gradient(circle at 12% 14%,rgba(84,135,216,.075),transparent 25%),radial-gradient(circle at 82% 12%,rgba(138,99,210,.065),transparent 26%),radial-gradient(circle at 52% 88%,rgba(32,141,116,.045),transparent 30%),linear-gradient(135deg,var(--bg0) 0%,var(--bg1) 46%,var(--bg2) 100%) !important}html body .ulh-card,html body .menu-card,html body .project-card,html body .award-card,html body .ability-card,html body .paper-card,html body .stat,html body .paper-card .card{background:radial-gradient(circle at 14% 2%,rgba(139,219,234,.070),transparent 34%),radial-gradient(circle at 72% 0%,rgba(179,163,245,.055),transparent 32%),radial-gradient(circle at 94% 96%,rgba(126,232,189,.045),transparent 38%),var(--surface-soft) !important;box-shadow:0 12px 34px rgba(0,0,0,.105) !important}html[data-theme="light"] body .ulh-card,html[data-theme="light"] body .menu-card,html[data-theme="light"] body .project-card,html[data-theme="light"] body .award-card,html[data-theme="light"] body .ability-card,html[data-theme="light"] body .paper-card,html[data-theme="light"] body .stat,html[data-theme="light"] body .paper-card .card{background:radial-gradient(circle at 14% 2%,rgba(61,120,216,.052),transparent 34%),radial-gradient(circle at 72% 0%,rgba(138,99,210,.040),transparent 32%),radial-gradient(circle at 94% 96%,rgba(32,141,116,.030),transparent 38%),rgba(255,255,255,.88) !important;box-shadow:0 12px 30px rgba(74,95,150,.105) !important}html body .slide .slide-head .title,html body .slide .slide-head .section-title,html body .ulh-name{background:linear-gradient(118deg,var(--text) 30%,var(--cyan) 58%,var(--violet) 82%,var(--green) 110%) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important}html[data-theme="light"] body .slide .slide-head .title,html[data-theme="light"] body .slide .slide-head .section-title,html[data-theme="light"] body .ulh-name{background:linear-gradient(118deg,#101a31 34%,#2f67c7 62%,#7b57c6 88%,#208d74 116%) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important}html body .ulh-btn.primary,html body .page-link.primary,html body .top-theme button.active{background:linear-gradient(120deg,var(--cyan) 0%,#a5c8f2 48%,var(--violet) 100%) !important;box-shadow:0 8px 22px rgba(139,219,234,.11) !important}html[data-theme="light"] body .ulh-btn.primary,html[data-theme="light"] body .page-link.primary,html[data-theme="light"] body .top-theme button.active{background:linear-gradient(120deg,#3d78d8 0%,#6f86dc 52%,#8a63d2 100%) !important;box-shadow:0 8px 20px rgba(74,95,150,.12) !important}html body .circuit-overlay{opacity:.16 !important}html[data-theme="light"] body .circuit-overlay{opacity:.10 !important}:root{--accent-a:#79c7d6;--accent-b:#9f93df;--accent-c:#78d5ad;--accent-blue:#93b8ea;--on-accent:#f7fbff;--soft-copy:#c4cee0;--soft-muted:#98a6bb}html[data-theme="light"]{--accent-a:#315fbd;--accent-b:#7350bd;--accent-c:#1f7e69;--accent-blue:#486fc7;--on-accent:#ffffff;--soft-copy:#3f506a;--soft-muted:#66758d}html body .slide .slide-head .title,html body .slide .slide-head .section-title,html body .ulh-name{background:linear-gradient(112deg,var(--text) 0%,var(--text) 34%,var(--accent-a) 58%,var(--accent-b) 82%,var(--accent-c) 108%) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;text-shadow:none !important;filter:none !important}html[data-theme="light"] body .slide .slide-head .title,html[data-theme="light"] body .slide .slide-head .section-title,html[data-theme="light"] body .ulh-name{background:linear-gradient(112deg,var(--text) 0%,var(--text) 34%,var(--accent-a) 58%,var(--accent-b) 82%,var(--accent-c) 108%) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important}html body .lead,html body .ulh-lead,html body .ulh-sub,html body .ulh-id-text span,html body .ulh-svc-text span,html body .footerbar,html body .project-card p,html body .award-card p,html body .menu-card p,html body .ability-card p,html body .stat p,html body .paper-hero-text{color:var(--soft-copy) !important;text-shadow:none !important}html body .muted,html body .ulh-stat span,html body .ulh-foot span,html body .subtitle{color:var(--soft-muted) !important}html body .ulh-btn.primary,html body .page-link.primary,html body .project-card .page-link.primary,html body .site-actions .page-link.primary,html body .top-theme button.active{color:var(--on-accent) !important;border-color:rgba(255,255,255,.10) !important;background:linear-gradient(118deg,var(--accent-a) 0%,var(--accent-blue) 48%,var(--accent-b) 100%) !important;box-shadow:0 8px 18px rgba(70,92,150,.16) !important;text-shadow:0 1px 1px rgba(0,0,0,.16) !important}html[data-theme="light"] body .ulh-btn.primary,html[data-theme="light"] body .page-link.primary,html[data-theme="light"] body .project-card .page-link.primary,html[data-theme="light"] body .site-actions .page-link.primary,html[data-theme="light"] body .top-theme button.active{color:var(--on-accent) !important;border-color:rgba(20,36,70,.08) !important;background:linear-gradient(118deg,var(--accent-a) 0%,var(--accent-blue) 48%,var(--accent-b) 100%) !important;box-shadow:0 8px 18px rgba(72,92,150,.13) !important;text-shadow:0 1px 1px rgba(0,0,0,.14) !important}html body .ulh-btn:not(.primary),html body .page-link:not(.primary),html body .top-theme button:not(.active){color:var(--text-soft) !important;background:rgba(255,255,255,.038) !important;border-color:var(--line) !important;box-shadow:none !important;text-shadow:none !important}html[data-theme="light"] body .ulh-btn:not(.primary),html[data-theme="light"] body .page-link:not(.primary),html[data-theme="light"] body .top-theme button:not(.active){color:#40516b !important;background:rgba(255,255,255,.64) !important;border-color:rgba(98,121,190,.16) !important}html body .quantum-tag,html body .ulh-svc em,html body .ulh-id-badge,html body .ulh-live,html body .ulh-eyebrow,html body .eyebrow{color:var(--accent-a) !important;border-color:rgba(139,199,214,.22) !important;background:linear-gradient(118deg,rgba(121,199,214,.075),rgba(159,147,223,.060)) !important;box-shadow:none !important;text-shadow:none !important}html[data-theme="light"] body .quantum-tag,html[data-theme="light"] body .ulh-svc em,html[data-theme="light"] body .ulh-id-badge,html[data-theme="light"] body .ulh-live,html[data-theme="light"] body .ulh-eyebrow,html[data-theme="light"] body .eyebrow{color:var(--accent-a) !important;border-color:rgba(49,95,189,.16) !important;background:linear-gradient(118deg,rgba(49,95,189,.055),rgba(115,80,189,.045)) !important}html body .ulh-svc.tone-public em{color:var(--accent-c) !important;border-color:rgba(120,213,173,.24) !important}html body .ulh-svc.tone-mail em{color:var(--accent-b) !important;border-color:rgba(159,147,223,.24) !important}html body .ulh-svc.tone-api em{color:#d7a66f !important;border-color:rgba(215,166,111,.24) !important}html[data-theme="light"] body .ulh-svc.tone-public em{color:var(--accent-c) !important;border-color:rgba(31,126,105,.18) !important}html[data-theme="light"] body .ulh-svc.tone-mail em{color:var(--accent-b) !important;border-color:rgba(115,80,189,.18) !important}html[data-theme="light"] body .ulh-svc.tone-api em{color:#9a6a2f !important;border-color:rgba(154,106,47,.18) !important}html body .ulh-stat strong,html body .menu-num,html body .ability-idx,html body .ulh-svc i{color:var(--accent-a) !important;text-shadow:none !important;box-shadow:none !important}html body .ulh-live i,html body .ulh-id-badge i,html body .ulh-foot b.ok,html body .ulh-foot b.guard,html body .ulh-foot b.pub{box-shadow:none !important;filter:saturate(.82) brightness(.96) !important}html body .menu-card:hover,html body .project-card:hover,html body .award-card:hover,html body .ability-card:hover,html body .stat:hover,html body .ulh-svc:hover,html body .ulh-btn:hover,html body .page-link:hover{box-shadow:0 12px 26px rgba(90,116,170,.14) !important;border-color:var(--line-strong) !important}:root{--accent-a:#6fb8c7;--accent-b:#9286d4;--accent-c:#73caa6;--accent-blue:#7f9fd0;--soft-copy:#d0d8e7;--soft-muted:#a6b2c5}html[data-theme="light"]{--accent-a:#2857ad;--accent-b:#6847ad;--accent-c:#1d715f;--accent-blue:#3f63b5;--soft-copy:#33455f;--soft-muted:#56667e}html body .title,html body .section-title,html body .ulh-name{background:linear-gradient(112deg,var(--text) 0%,var(--text) 36%,var(--accent-a) 60%,var(--accent-b) 84%,var(--accent-c) 110%) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important;text-shadow:none !important;filter:none !important}html[data-theme="light"] body .title,html[data-theme="light"] body .section-title,html[data-theme="light"] body .ulh-name{background:linear-gradient(112deg,var(--text) 0%,var(--text) 36%,var(--accent-a) 60%,var(--accent-b) 84%,var(--accent-c) 110%) !important;-webkit-background-clip:text !important;background-clip:text !important;color:transparent !important}html body .lead,html body .ulh-lead,html body .ulh-sub,html body .ulh-id-text span,html body .ulh-svc-text span,html body .footerbar,html body .project-card p,html body .award-card p,html body .menu-card p,html body .ability-card p,html body .stat p,html body .paper-hero-text,html body .terminal pre{color:var(--soft-copy) !important;opacity:1 !important;text-shadow:none !important}html body .subtitle,html body .ulh-stat span,html body .ulh-foot span,html body .page-no{color:var(--soft-muted) !important;opacity:1 !important}html body .ulh-btn.primary,html body .page-link.primary,html body .project-card .page-link.primary,html body .site-actions .page-link.primary,html body .top-theme button.active,html body .mobile-nav button.active{color:#f8fbff !important;background:linear-gradient(118deg,var(--accent-a) 0%,var(--accent-blue) 50%,var(--accent-b) 100%) !important;box-shadow:0 6px 14px rgba(52,68,120,.13) !important;text-shadow:0 1px 1px rgba(0,0,0,.18) !important;filter:none !important}html[data-theme="light"] body .ulh-btn.primary,html[data-theme="light"] body .page-link.primary,html[data-theme="light"] body .project-card .page-link.primary,html[data-theme="light"] body .site-actions .page-link.primary,html[data-theme="light"] body .top-theme button.active,html[data-theme="light"] body .mobile-nav button.active{color:#fff !important;background:linear-gradient(118deg,var(--accent-a) 0%,var(--accent-blue) 50%,var(--accent-b) 100%) !important;box-shadow:0 6px 14px rgba(58,78,132,.11) !important}html body .quantum-tag,html body .ulh-svc em,html body .ulh-id-badge,html body .ulh-live,html body .ulh-eyebrow,html body .eyebrow,html body .ulh-console-title{color:var(--accent-a) !important;background:linear-gradient(118deg,rgba(111,184,199,.070),rgba(146,134,212,.055)) !important;border-color:rgba(111,184,199,.20) !important;box-shadow:none !important;text-shadow:none !important}html[data-theme="light"] body .quantum-tag,html[data-theme="light"] body .ulh-svc em,html[data-theme="light"] body .ulh-id-badge,html[data-theme="light"] body .ulh-live,html[data-theme="light"] body .ulh-eyebrow,html[data-theme="light"] body .eyebrow,html[data-theme="light"] body .ulh-console-title{color:var(--accent-a) !important;background:linear-gradient(118deg,rgba(40,87,173,.052),rgba(104,71,173,.042)) !important;border-color:rgba(40,87,173,.15) !important}html body .terminal,html body .paper-side-grid .card,html body .signal-grid .stat{background:radial-gradient(circle at 16% 0%,rgba(111,184,199,.055),transparent 34%),radial-gradient(circle at 90% 100%,rgba(146,134,212,.045),transparent 38%),var(--surface-soft) !important;border-color:var(--line) !important}html[data-theme="light"] body .terminal,html[data-theme="light"] body .paper-side-grid .card,html[data-theme="light"] body .signal-grid .stat{background:radial-gradient(circle at 16% 0%,rgba(40,87,173,.045),transparent 34%),radial-gradient(circle at 90% 100%,rgba(104,71,173,.035),transparent 38%),rgba(255,255,255,.88) !important;border-color:rgba(98,121,190,.15) !important}html body .bar span{filter:saturate(.72) brightness(.92) !important;box-shadow:none !important}html body .slide[data-index] .slide-inner .title,html body .slide[data-index] .slide-inner .section-title,html body .slide[data-index] .title,html body .slide[data-index] .section-title,html body .ulhome-v2 .ulh-name{background:linear-gradient(112deg,var(--text) 0%,var(--text) 36%,var(--accent-a) 60%,var(--accent-b) 84%,var(--accent-c) 110%) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important;text-shadow:none !important;filter:none !important}html[data-theme="light"] body .slide[data-index] .slide-inner .title,html[data-theme="light"] body .slide[data-index] .slide-inner .section-title,html[data-theme="light"] body .slide[data-index] .title,html[data-theme="light"] body .slide[data-index] .section-title,html[data-theme="light"] body .ulhome-v2 .ulh-name{background:linear-gradient(112deg,var(--text) 0%,var(--text) 36%,var(--accent-a) 60%,var(--accent-b) 84%,var(--accent-c) 110%) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important}html body .slide[data-index] .page-link.primary,html body .slide[data-index] .site-actions .page-link.primary,html body .slide[data-index] .project-card .page-link.primary,html body .ulhome-v2 .ulh-actions .ulh-btn.primary,html body .top-theme.top-theme button.active,html body .mobile-nav.mobile-nav button.active{color:#f8fbff !important;-webkit-text-fill-color:#f8fbff !important;background:linear-gradient(118deg,var(--accent-a) 0%,var(--accent-blue) 50%,var(--accent-b) 100%) !important;border-color:rgba(255,255,255,.10) !important;box-shadow:0 6px 14px rgba(52,68,120,.13) !important;text-shadow:0 1px 1px rgba(0,0,0,.18) !important;filter:none !important}html[data-theme="light"] body .slide[data-index] .page-link.primary,html[data-theme="light"] body .slide[data-index] .site-actions .page-link.primary,html[data-theme="light"] body .slide[data-index] .project-card .page-link.primary,html[data-theme="light"] body .ulhome-v2 .ulh-actions .ulh-btn.primary,html[data-theme="light"] body .top-theme.top-theme button.active,html[data-theme="light"] body .mobile-nav.mobile-nav button.active{color:#fff !important;-webkit-text-fill-color:#fff !important;background:linear-gradient(118deg,var(--accent-a) 0%,var(--accent-blue) 50%,var(--accent-b) 100%) !important;border-color:rgba(20,36,70,.08) !important;box-shadow:0 6px 14px rgba(58,78,132,.11) !important}html body .menu-num,html body .ability-idx,html body .ulh-stat strong,html body .ulh-svc i{color:var(--accent-a) !important;-webkit-text-fill-color:currentColor !important;background:none !important;text-shadow:none !important}html:not([data-theme="light"]) body .slide[data-index="1"] .ulh-actions .ulh-btn:not(.primary),html[data-theme="dark"] body .slide[data-index="1"] .ulh-actions .ulh-btn:not(.primary){color:#d9e6f7 !important;-webkit-text-fill-color:#d9e6f7 !important;background:linear-gradient(118deg,rgba(255,255,255,.070),rgba(146,134,212,.045)) !important;border-color:rgba(139,199,214,.24) !important;box-shadow:0 6px 14px rgba(0,0,0,.10) !important;text-shadow:none !important}html:not([data-theme="light"]) body .slide[data-index="1"] .ulh-actions .ulh-btn:not(.primary):hover,html[data-theme="dark"] body .slide[data-index="1"] .ulh-actions .ulh-btn:not(.primary):hover{color:#f1f7ff !important;-webkit-text-fill-color:#f1f7ff !important;background:linear-gradient(118deg,rgba(111,184,199,.13),rgba(146,134,212,.09)) !important;border-color:rgba(139,199,214,.34) !important}@media (min-width:901px){html:not([data-theme="light"]) body .slide[data-index="1"] .ulh-actions .ulh-btn:not(.primary),html[data-theme="dark"] body .slide[data-index="1"] .ulh-actions .ulh-btn:not(.primary){color:#eef6ff !important;-webkit-text-fill-color:#eef6ff !important;background:linear-gradient(118deg,rgba(255,255,255,.105),rgba(111,184,199,.080) 48%,rgba(146,134,212,.070)) !important;border-color:rgba(174,220,235,.34) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.12) !important;font-weight:760 !important}}html body .menu-card-meta,html body .project-card-foot,html body .award-hint,html body .paper-kicker,html body .paper-doi-pill,html body .ability-evidence span,html body .cluster-head{color:var(--soft-muted,var(--muted))!important;text-shadow:none!important}html body .menu-card-meta{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;font-size:.76rem!important;letter-spacing:.04em!important}html body .menu-card-meta b,html body .paper-doi-pill,html body .award-hint{color:var(--accent-a,var(--cyan))!important;font-weight:780!important}html body .slide[data-index="0"] .menu-card.menu-click,html body .slide[data-index="0"] .menu-card.menu-guide-click{cursor:pointer!important}html body .slide[data-index="0"] .menu-card:focus-visible,html body .slide[data-index="2"] .project-external:focus-visible,html body .slide[data-index="3"] .award-card:focus-visible,html body .slide[data-index="4"] .paper-click-card:focus-visible{outline:2px solid color-mix(in srgb,var(--accent-a,var(--cyan)) 76%,transparent)!important;outline-offset:3px!important}@media (min-width:1201px){html body .slide[data-index="2"] .projects-grid.site-projects-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}html body .slide[data-index="2"] .project-card.project-featured{grid-column:span 2!important;min-height:160px!important}}@media (min-width:901px) and (max-width:1200px){html body .slide[data-index="2"] .projects-grid.site-projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}html body .slide[data-index="2"] .project-card.project-featured{grid-column:span 3!important}}html body .slide[data-index="2"] .project-card{min-height:132px!important;padding:18px!important;gap:10px!important;overflow:hidden!important}html body .slide[data-index="2"] .project-card h3{padding-right:34px!important}html body .slide[data-index="2"] .project-card p{font-size:.88rem!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="2"] .project-external{position:absolute!important;top:14px!important;right:14px!important;width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:10px!important;color:var(--accent-a,var(--cyan))!important;background:rgba(255,255,255,.045)!important;border:1px solid var(--line)!important;text-decoration:none!important;font-weight:800!important;z-index:3!important}html body .slide[data-index="2"] .project-external:hover{transform:translateY(-1px)!important;border-color:var(--line-strong)!important}html body .slide[data-index="2"] .project-card-foot{margin-top:auto!important;font-size:.68rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .slide[data-index="3"] .awards-board{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;gap:18px!important;align-items:stretch!important}html body .slide[data-index="3"] .award-cluster{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:12px!important;min-width:0!important}html body .slide[data-index="3"] .cluster-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 14px!important;border-radius:16px!important;border:1px solid var(--line)!important;background:var(--surface-soft)!important;font-size:.74rem!important;letter-spacing:.08em!important}html body .slide[data-index="3"] .cluster-head span{color:var(--text)!important;font-weight:820!important}html body .slide[data-index="3"] .cluster-head b{font-size:.68rem!important;font-weight:650!important;color:var(--soft-muted,var(--muted))!important;white-space:nowrap!important}html body .slide[data-index="3"] .awards-grid{grid-template-columns:1fr!important;gap:12px!important}html body .slide[data-index="3"] .award-card{min-height:124px!important;padding:16px!important;gap:9px!important}html body .slide[data-index="3"] .award-card p{font-size:.86rem!important;line-height:1.52!important}html body .slide[data-index="3"] .award-hint{display:block!important;margin-top:auto!important;font-size:.78rem!important}html body .slide[data-index="4"] .paper-grid.paper-grid-lean{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)!important;gap:18px!important;align-items:start!important}html body .slide[data-index="4"] .paper-summary-card{display:flex!important;flex-direction:column!important;gap:14px!important;padding:22px!important;padding-bottom:22px!important;min-height:0!important;text-decoration:none!important}html body .slide[data-index="4"] .paper-kicker{font-size:.70rem!important;letter-spacing:.13em!important;text-transform:uppercase!important}html body .slide[data-index="4"] .paper-brief-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}html body .slide[data-index="4"] .paper-brief-list>div{padding:12px!important;border-radius:16px!important;border:1px solid var(--line)!important;background:var(--surface-soft)!important}html body .slide[data-index="4"] .paper-brief-list span{display:block!important;margin-bottom:5px!important;color:var(--accent-a,var(--cyan))!important;font-size:.72rem!important;font-weight:820!important;letter-spacing:.08em!important}html body .slide[data-index="4"] .paper-brief-list p{font-size:.84rem!important;line-height:1.48!important;margin:0!important;color:var(--soft-copy,var(--text-soft))!important}html body .slide[data-index="4"] .paper-doi-pill{margin-top:auto!important;font-size:.82rem!important}html body .slide[data-index="4"] .paper-detail-stack{display:flex!important;flex-direction:column!important;gap:14px!important;min-width:0!important}html body .slide[data-index="4"] .paper-snapshot{min-height:0!important}html body .slide[data-index="4"] .paper-detail{border:1px solid var(--line)!important;border-radius:18px!important;background:var(--surface-soft)!important;overflow:hidden!important}html body .slide[data-index="4"] .paper-detail summary{cursor:pointer!important;padding:14px 16px!important;color:var(--text)!important;font-weight:780!important}html body .slide[data-index="4"] .paper-detail-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:0 14px 14px!important}html body .slide[data-index="4"] .paper-detail-grid .stat{padding:14px!important}html body .slide[data-index="5"] .ability-grid.ability-grid-evidence{gap:16px!important}html body .slide[data-index="5"] .ability-card{display:flex!important;flex-direction:column!important;gap:10px!important;min-height:176px!important}html body .slide[data-index="5"] .ability-head{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}html body .slide[data-index="5"] .ability-head h3{margin:0!important;min-width:0!important}html body .slide[data-index="5"] .ability-card p{font-size:.88rem!important;line-height:1.5!important}html body .slide[data-index="5"] .ability-evidence{display:grid!important;gap:7px!important;margin-top:auto!important}html body .slide[data-index="5"] .ability-evidence span{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:7px 9px!important;border-radius:12px!important;border:1px solid var(--line)!important;background:rgba(255,255,255,.035)!important;font-size:.72rem!important;line-height:1.35!important}html body .slide[data-index="5"] .ability-evidence b{color:var(--accent-a,var(--cyan))!important;font-weight:780!important}@media (max-width:900px){:root{--uling-mobile-reserve:calc(132px + env(safe-area-inset-bottom))}html,body{overflow-x:hidden!important}html body .mobile-nav{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;padding:7px!important;gap:6px!important;z-index:180!important}html body .mobile-nav .rail-btn,html body .mobile-nav button{height:44px!important;min-height:44px!important;line-height:1!important}html body #guideFab,html body button#guideFab.fab{bottom:calc(76px + env(safe-area-inset-bottom))!important;right:12px!important;z-index:181!important;min-width:66px!important;max-width:66px!important;height:40px!important;min-height:40px!important;max-height:40px!important}html body #guidePanel.ai-panel{bottom:calc(128px + env(safe-area-inset-bottom))!important;left:12px!important;right:12px!important;max-height:calc(100dvh - 156px)!important;z-index:182!important}html body section.slide[data-index],html body section.slide[data-index].active{left:50%!important;top:8px!important;right:auto!important;bottom:auto!important;width:calc(100vw - 2px)!important;max-width:calc(100vw - 2px)!important;height:calc(100dvh - 18px)!important;max-height:calc(100dvh - 18px)!important;transform:translateX(-50%) scale(1)!important;overflow:hidden!important}html body section.slide[data-index]>.slide-inner,html body section.slide[data-index].active>.slide-inner{height:calc(100% - var(--uling-mobile-reserve))!important;max-height:calc(100% - var(--uling-mobile-reserve))!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;box-sizing:border-box!important;padding-bottom:34px!important}html body section.slide[data-index] .footerbar{position:relative!important;margin-top:16px!important;margin-bottom:0!important}html body .projects-grid.site-projects-grid,html body .slide[data-index="3"] .awards-board,html body .slide[data-index="4"] .paper-grid.paper-grid-lean,html body .slide[data-index="5"] .ability-grid.ability-grid-evidence{grid-template-columns:1fr!important}html body .slide[data-index="0"] .slide-head{margin-bottom:12px!important}html body .slide[data-index="0"] .slide-head .title{font-size:2rem!important;line-height:1!important}html body .slide[data-index="0"] .slide-head .subtitle{font-size:.78rem!important;margin-top:6px!important}html body .slide[data-index="0"] .slide-head .lead{font-size:.80rem!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important;padding-bottom:0!important}html body .slide[data-index="0"] .menu-card{min-height:106px!important;height:auto!important;padding:13px 14px!important;gap:7px!important}html body .slide[data-index="0"] .menu-card .card-head{gap:10px!important}html body .slide[data-index="0"] .menu-card .menu-num{width:31px!important;height:31px!important;min-width:31px!important;flex-basis:31px!important;font-size:.66rem!important}html body .slide[data-index="0"] .menu-card h3{font-size:1rem!important;line-height:1.15!important}html body .slide[data-index="0"] .menu-card p{font-size:.78rem!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="0"] .menu-card-meta{font-size:.70rem!important}html body .slide[data-index="2"] .project-card.project-featured{grid-column:auto!important}html body .slide[data-index="2"] .project-card{min-height:124px!important}html body .slide[data-index="2"] .project-card p{-webkit-line-clamp:2!important}html body .slide[data-index="3"] .award-cluster{gap:10px!important}html body .slide[data-index="3"] .award-card{min-height:116px!important}html body .slide[data-index="4"] .paper-brief-list,html body .slide[data-index="4"] .paper-detail-grid{grid-template-columns:1fr!important}html body .slide[data-index="5"] .ability-card{min-height:0!important}}@media (max-width:420px){:root{--uling-mobile-reserve:calc(140px + env(safe-area-inset-bottom))}html body section.slide[data-index]>.slide-inner,html body section.slide[data-index].active>.slide-inner{padding-left:14px!important;padding-right:14px!important}html body .slide[data-index="0"] .menu-card{min-height:100px!important;padding:12px 13px!important}html body .slide[data-index="0"] .menu-card p{font-size:.75rem!important;line-height:1.32!important}html body .slide[data-index="5"] .ability-evidence span{grid-template-columns:64px minmax(0,1fr)!important}}@media (max-width:900px){:root{--uling-mobile-reserve:calc(116px + env(safe-area-inset-bottom))}html body .slide[data-index="4"] .paper-summary-card{padding:16px!important;gap:10px!important}html body .slide[data-index="4"] .paper-summary-card>.section-title{font-size:1.02rem!important;line-height:1.26!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="4"] .paper-kicker{font-size:.60rem!important;line-height:1.35!important;letter-spacing:.08em!important}html body .slide[data-index="4"] .paper-brief-list{gap:8px!important}html body .slide[data-index="4"] .paper-brief-list>div{padding:9px 10px!important;border-radius:14px!important}html body .slide[data-index="4"] .paper-brief-list span{font-size:.66rem!important;margin-bottom:4px!important}html body .slide[data-index="4"] .paper-brief-list p{font-size:.76rem!important;line-height:1.34!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body .slide[data-index="4"] .paper-doi-pill{font-size:.74rem!important}html body .slide[data-index="4"] .terminal pre{font-size:.72rem!important;line-height:1.42!important}}@media (max-width:420px){:root{--uling-mobile-reserve:calc(116px + env(safe-area-inset-bottom))}}@media (max-width:900px){html body:has(section.slide[data-index="0"].active) .mobile-nav.mobile-nav .rail-btn,html body:has(section.slide[data-index="0"].active) .mobile-nav.mobile-nav button,html body .mobile-nav.mobile-nav .rail-btn,html body .mobile-nav.mobile-nav button{height:44px!important;min-height:44px!important;max-height:44px!important}html body section.slide[data-index="0"].active>.slide-inner,html body section.slide.active[data-index="0"]>.slide-inner,html body .slide[data-index="0"].active>.slide-inner{height:calc(100% - 116px - env(safe-area-inset-bottom))!important;max-height:calc(100% - 116px - env(safe-area-inset-bottom))!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:30px!important;box-sizing:border-box!important}html body section.slide[data-index="0"].active .menu-grid,html body .slide[data-index="0"].active .menu-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;overflow:visible!important;padding-bottom:0!important}html body section.slide[data-index="0"].active .menu-grid>article.menu-card.menu-click,html body section.slide[data-index="0"].active .menu-grid>article.menu-card.menu-guide-click,html body .slide[data-index="0"].active .menu-grid>article.menu-card{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;min-height:100px!important;height:102px!important;max-height:108px!important;padding:12px 13px!important;gap:7px!important;overflow:hidden!important}html body section.slide[data-index="0"].active .menu-card .card-head,html body .slide[data-index="0"].active .menu-card .card-head{gap:10px!important;min-height:31px!important}html body section.slide[data-index="0"].active .menu-card .menu-num,html body .slide[data-index="0"].active .menu-card .menu-num{width:31px!important;height:31px!important;min-width:31px!important;flex:0 0 31px!important;font-size:.66rem!important}html body section.slide[data-index="0"].active .menu-card h3,html body .slide[data-index="0"].active .menu-card h3{font-size:1rem!important;line-height:1.15!important;margin:0!important}html body section.slide[data-index="0"].active .menu-card p,html body .slide[data-index="0"].active .menu-card p{font-size:.75rem!important;line-height:1.28!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}html body section.slide[data-index="0"].active .menu-card-meta,html body .slide[data-index="0"].active .menu-card-meta{font-size:.68rem!important;line-height:1.15!important;margin-top:auto!important}}@media (min-width:901px){html body .slide[data-index="4"] .paper-grid.paper-grid-lean{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;max-width:1220px!important;gap:20px!important;align-items:stretch!important;margin-top:-2px!important}html body .slide[data-index="4"] .paper-summary-card,html body .slide[data-index="4"] .paper-detail-stack{height:100%!important;min-height:382px!important}html body .slide[data-index="4"] .paper-detail-stack{display:flex!important;flex-direction:column!important;justify-content:stretch!important;gap:14px!important}html body .slide[data-index="4"] .paper-detail-stack .terminal{flex:1 1 auto!important;min-height:260px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}html body .slide[data-index="4"] .paper-detail{flex:0 0 108px!important;min-height:108px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}html body .slide[data-index="4"] .paper-detail summary{padding:18px 18px!important}html body .slide[data-index="4"] .paper-detail summary::after{content:"Abstract · Methods · Metrics";display:block;margin-top:8px;font-size:.68rem;line-height:1.2;letter-spacing:.10em;color:var(--soft-muted,var(--muted));font-weight:700}html[data-theme="light"] body{background:radial-gradient(circle at 14% 18%,rgba(37,99,235,.16),transparent 28%),radial-gradient(circle at 82% 12%,rgba(124,58,237,.13),transparent 28%),radial-gradient(circle at 52% 86%,rgba(14,155,118,.09),transparent 32%),linear-gradient(135deg,#fbfdff 0%,#edf5ff 44%,#e6e8fb 100%)!important}html[data-theme="light"] body .slide.active::before{content:"";position:absolute;inset:14px;border-radius:34px;pointer-events:none;z-index:0;background:radial-gradient(circle at 18% 20%,rgba(37,99,235,.15),transparent 34%),radial-gradient(circle at 82% 18%,rgba(124,58,237,.11),transparent 30%),linear-gradient(125deg,rgba(255,255,255,.18),rgba(37,99,235,.035) 45%,rgba(124,58,237,.045));box-shadow:inset 0 0 0 1px rgba(47,89,196,.08),0 28px 88px rgba(47,89,196,.12)}html[data-theme="light"] body .slide.active>.slide-inner{position:relative!important;z-index:1!important}html[data-theme="light"] body .paper-summary-card,html[data-theme="light"] body .paper-detail,html[data-theme="light"] body .terminal,html[data-theme="light"] body .paper-brief-list>div{background:radial-gradient(circle at 16% 0%,rgba(37,99,235,.105),transparent 38%),radial-gradient(circle at 92% 12%,rgba(124,58,237,.085),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,247,255,.88))!important;border-color:rgba(47,89,196,.24)!important;box-shadow:0 18px 46px rgba(47,89,196,.14),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="4"] .paper-summary-card{transform:translateY(0)!important}html[data-theme="light"] body .slide[data-index="4"] .paper-kicker,html[data-theme="light"] body .slide[data-index="4"] .paper-doi-pill,html[data-theme="light"] body .slide[data-index="4"] .paper-brief-list span{color:#245fd6!important;text-shadow:0 8px 22px rgba(37,99,235,.16)!important}}@media (max-width:900px){:root{--uling-mobile-reserve:calc(96px + env(safe-area-inset-bottom))}html body section.slide[data-index]>.slide-inner,html body section.slide[data-index].active>.slide-inner{height:calc(100% - var(--uling-mobile-reserve))!important;max-height:calc(100% - var(--uling-mobile-reserve))!important;padding-bottom:28px!important}html body #guideFab,html body button#guideFab.fab{bottom:calc(68px + env(safe-area-inset-bottom))!important;height:36px!important;min-height:36px!important;max-height:36px!important;min-width:62px!important;max-width:62px!important}html body #guidePanel.ai-panel{bottom:calc(112px + env(safe-area-inset-bottom))!important;max-height:calc(100dvh - 140px)!important}html body .slide[data-index="4"] .paper-grid.paper-grid-lean{gap:14px!important}html body .slide[data-index="4"] .paper-summary-card{padding:15px!important;gap:9px!important}}@media (max-width:420px){:root{--uling-mobile-reserve:calc(96px + env(safe-area-inset-bottom))}}@media (min-width:901px){html body .slide[data-index="4"] .paper-grid:not(.paper-grid-lean){grid-template-columns:1.04fr .96fr!important;gap:22px!important;align-items:stretch!important}html body .slide[data-index="4"] .paper-card.paper-click-card{padding:24px!important;padding-bottom:92px!important}html body .slide[data-index="4"] .paper-side-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:16px!important}html body .slide[data-index="4"] .signal-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}}@media (max-width:900px){:root{--uling-mobile-reserve:calc(70px + env(safe-area-inset-bottom))!important}html body section.slide[data-index],html body section.slide[data-index].active{height:calc(100dvh - 18px)!important;max-height:calc(100dvh - 18px)!important}html body section.slide[data-index]>.slide-inner,html body section.slide[data-index].active>.slide-inner,html body section.slide[data-index="0"].active>.slide-inner,html body .slide[data-index="0"].active>.slide-inner{height:calc(100% - var(--uling-mobile-reserve))!important;max-height:calc(100% - var(--uling-mobile-reserve))!important;padding-bottom:18px!important;overflow-y:auto!important;overflow-x:hidden!important}html body #guideFab,html body button#guideFab.fab{touch-action:none!important;cursor:grab!important;user-select:none!important;-webkit-user-select:none!important;z-index:260!important}html body #guideFab.guide-dragging,html body #guidePanel.guide-dragging .ai-head{cursor:grabbing!important}html body #guidePanel .ai-head{touch-action:none!important}html body .slide[data-index="2"] .project-card{padding:16px!important}html body .slide[data-index="2"] .project-card .award-meta{padding-right:44px!important;min-width:0!important;align-items:flex-start!important}html body .slide[data-index="2"] .project-card .award-meta h3{padding-right:0!important;max-width:100%!important;min-width:0!important}html body .slide[data-index="2"] .project-card .award-meta span{max-width:100%!important}html body .slide[data-index="2"] .project-external{top:12px!important;right:12px!important;width:32px!important;height:32px!important;z-index:6!important}}@media (max-width:420px){:root{--uling-mobile-reserve:calc(70px + env(safe-area-inset-bottom))!important}}html body #guideFab,html body button#guideFab.fab,html body #guidePanel.ai-panel{transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,opacity .18s ease,visibility .18s ease!important}html body #guideFab.guide-dragging,html body button#guideFab.fab.guide-dragging,html body #guidePanel.ai-panel.guide-dragging{transition:none!important}@media (min-width:901px){html body .slide[data-index="4"] .signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:12px!important;align-items:stretch!important}html body .slide[data-index="4"] .signal-grid>.stat{min-width:0!important;min-height:0!important;height:100%!important;padding:15px 16px!important}}html body #guideFab.guide-open-hidden,html body button#guideFab.fab.guide-open-hidden{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:none!important}@media (min-width:901px){html body .slide[data-index="0"] .slide-inner{position:relative!important}html body .slide[data-index="0"] .slide-head{position:relative!important;padding:18px 20px!important;margin-bottom:18px!important;border-radius:30px!important;overflow:hidden!important;border:1px solid rgba(126,245,255,.13)!important;background:radial-gradient(circle at 12% 0%,rgba(126,245,255,.105),transparent 34%),radial-gradient(circle at 92% 18%,rgba(160,135,255,.095),transparent 31%),linear-gradient(135deg,rgba(255,255,255,.070),rgba(255,255,255,.024))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 52px rgba(0,0,0,.13)!important}html body .slide[data-index="0"] .slide-head::after{content:""!important;position:absolute!important;right:22px!important;bottom:14px!important;width:190px!important;height:1px!important;pointer-events:none!important;background:linear-gradient(90deg,transparent,rgba(126,245,255,.42),rgba(160,135,255,.32),transparent)!important;opacity:.72!important}html body .slide[data-index="0"] .menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;perspective:1200px!important}html body .slide[data-index="0"] .menu-card,html body .slide[data-index="0"] .menu-card.menu-click,html body .slide[data-index="0"] .menu-card.menu-guide-click{isolation:isolate!important;min-height:184px!important;padding:20px!important;border-radius:26px!important;gap:12px!important;overflow:hidden!important;background:radial-gradient(circle at 86% 12%,rgba(126,245,255,.16),transparent 32%),radial-gradient(circle at 8% 96%,rgba(160,135,255,.105),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.094),rgba(255,255,255,.030))!important;border-color:rgba(126,245,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.075),0 18px 46px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.018)!important;transform:translateZ(0)!important}html body .slide[data-index="0"] .menu-card::before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;border-radius:inherit!important;background:linear-gradient(115deg,transparent 0 18%,rgba(126,245,255,.16) 19%,transparent 29% 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 48px)!important;opacity:.34!important}html body .slide[data-index="0"] .menu-card::after{content:""!important;position:absolute!important;right:-30px!important;top:-34px!important;width:150px!important;height:150px!important;border-radius:46px!important;pointer-events:none!important;transform:rotate(12deg)!important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.22),rgba(160,135,255,.12) 42%,transparent 70%),linear-gradient(90deg,rgba(126,245,255,.24) 1px,transparent 1px),linear-gradient(rgba(160,135,255,.22) 1px,transparent 1px)!important;background-size:auto,15px 15px,15px 15px!important;opacity:.36!important}html body .slide[data-index="0"] .menu-card:nth-child(2n){background:radial-gradient(circle at 88% 12%,rgba(160,135,255,.16),transparent 32%),radial-gradient(circle at 8% 96%,rgba(86,255,191,.090),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.088),rgba(255,255,255,.028))!important}html body .slide[data-index="0"] .menu-card.guide-entry-card,html body .slide[data-index="0"] .menu-card.menu-guide-click{background:radial-gradient(circle at 84% 12%,rgba(255,79,216,.22),transparent 33%),radial-gradient(circle at 12% 92%,rgba(86,255,191,.15),transparent 34%),linear-gradient(145deg,rgba(16,28,66,.78),rgba(42,28,78,.62))!important;border-color:rgba(255,79,216,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 54px rgba(124,58,237,.15),0 0 38px rgba(126,245,255,.09)!important}html body .slide[data-index="0"] .menu-card .card-head{position:relative!important;z-index:1!important;gap:13px!important}html body .slide[data-index="0"] .menu-card .menu-num{width:40px!important;height:40px!important;min-width:40px!important;flex-basis:40px!important;border-radius:15px!important;color:rgba(235,250,255,.95)!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.12)),rgba(8,18,42,.52)!important;border-color:rgba(126,245,255,.26)!important;box-shadow:0 12px 30px rgba(0,0,0,.20),0 0 18px rgba(126,245,255,.12),inset 0 1px 0 rgba(255,255,255,.09)!important}html body .slide[data-index="0"] .menu-card h3{font-size:19px!important;line-height:1.22!important;letter-spacing:.01em!important}html body .slide[data-index="0"] .menu-card p{position:relative!important;z-index:1!important;font-size:15.8px!important;line-height:1.68!important;color:var(--soft-copy,var(--text-soft))!important}html body .slide[data-index="0"] .menu-card-meta{position:relative!important;z-index:1!important;margin-top:auto!important;padding:8px 10px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(126,245,255,.045))!important;border:1px solid rgba(126,245,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="0"] .menu-card-meta b{display:inline-grid!important;place-items:center!important;width:26px!important;height:26px!important;border-radius:50%!important;background:rgba(126,245,255,.10)!important;color:var(--accent-a,var(--cyan))!important;transition:transform .22s ease,background .22s ease!important}html body .slide[data-index="0"] .menu-card:hover{transform:translateY(-6px) scale(1.012)!important;border-color:rgba(126,245,255,.34)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 26px 62px rgba(0,0,0,.20),0 0 44px rgba(126,245,255,.12)!important}html body .slide[data-index="0"] .menu-card:hover .menu-card-meta b{transform:translateX(2px)!important;background:rgba(126,245,255,.16)!important}}html[data-theme="light"] body.desktop-fx #bgCanvas,html[data-theme="light"] body #bgCanvas{opacity:.86!important;mix-blend-mode:multiply!important;filter:contrast(1.28) saturate(1.36)!important}@media (min-width:901px){html[data-theme="light"] body .slide[data-index="0"] .slide-head{background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.13),transparent 34%),radial-gradient(circle at 92% 18%,rgba(124,58,237,.105),transparent 31%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,246,255,.78))!important;border-color:rgba(37,99,235,.18)!important;box-shadow:0 20px 54px rgba(47,89,196,.13),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card,html[data-theme="light"] body .slide[data-index="0"] .menu-card.menu-click,html[data-theme="light"] body .slide[data-index="0"] .menu-card.menu-guide-click{background:radial-gradient(circle at 86% 12%,rgba(37,99,235,.135),transparent 34%),radial-gradient(circle at 8% 96%,rgba(124,58,237,.090),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,246,255,.86))!important;border-color:rgba(37,99,235,.20)!important;box-shadow:0 18px 48px rgba(47,89,196,.13),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card::before{background:linear-gradient(115deg,transparent 0 18%,rgba(37,99,235,.13) 19%,transparent 29% 100%),repeating-linear-gradient(90deg,rgba(47,89,196,.065) 0 1px,transparent 1px 48px)!important;opacity:.46!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card::after{background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.20),rgba(124,58,237,.12) 42%,transparent 70%),linear-gradient(90deg,rgba(37,99,235,.20) 1px,transparent 1px),linear-gradient(rgba(124,58,237,.18) 1px,transparent 1px)!important;background-size:auto,15px 15px,15px 15px!important;opacity:.44!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card .menu-num{color:#244064!important;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.08)),rgba(255,255,255,.88)!important;border-color:rgba(37,99,235,.20)!important;box-shadow:0 10px 24px rgba(37,99,235,.10),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card-meta{background:linear-gradient(135deg,rgba(37,99,235,.060),rgba(124,58,237,.045)),rgba(255,255,255,.72)!important;border-color:rgba(37,99,235,.15)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card-meta b{background:rgba(37,99,235,.085)!important;color:#245fd6!important}html[data-theme="light"] body .slide[data-index="0"] .menu-card:hover{border-color:rgba(37,99,235,.30)!important;box-shadow:0 26px 64px rgba(47,89,196,.18),inset 0 1px 0 rgba(255,255,255,.98)!important}}@media (min-width:901px){html body .slide[data-index="0"] .menu-grid>article.menu-card.menu-click,html body .slide[data-index="0"] .menu-grid>article.menu-card.menu-guide-click,html body .slide[data-index="0"] .menu-grid>article.menu-card.guide-entry-card{box-sizing:border-box!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;height:100%!important;min-width:0!important;min-height:184px!important;margin:0!important;padding:20px!important;gap:12px!important;overflow:hidden!important;border-radius:26px!important;cursor:pointer!important;color:var(--text)!important;border:1px solid rgba(126,245,255,.20)!important;background:radial-gradient(circle at 86% 12%,rgba(126,245,255,.16),transparent 32%),radial-gradient(circle at 8% 96%,rgba(160,135,255,.105),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.094),rgba(255,255,255,.030))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.075),0 18px 46px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.018)!important;transform:translateZ(0)!important;isolation:isolate!important}html body .slide[data-index="0"] .menu-grid>article.menu-card.menu-click:nth-child(2n),html body .slide[data-index="0"] .menu-grid>article.menu-card.menu-guide-click:nth-child(2n){background:radial-gradient(circle at 88% 12%,rgba(160,135,255,.16),transparent 32%),radial-gradient(circle at 8% 96%,rgba(86,255,191,.090),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.088),rgba(255,255,255,.028))!important}html body .slide[data-index="0"] .menu-grid>article.menu-card.guide-entry-card,html body .slide[data-index="0"] .menu-grid>article.menu-card.menu-guide-click{background:radial-gradient(circle at 84% 12%,rgba(255,79,216,.22),transparent 33%),radial-gradient(circle at 12% 92%,rgba(86,255,191,.15),transparent 34%),linear-gradient(145deg,rgba(16,28,66,.78),rgba(42,28,78,.62))!important;border-color:rgba(255,79,216,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 54px rgba(124,58,237,.15),0 0 38px rgba(126,245,255,.09)!important}html body .slide[data-index="0"] .menu-grid>article.menu-card::before,html body .slide[data-index="0"] .menu-grid>article.menu-card::after{display:block!important;content:""!important;position:absolute!important;pointer-events:none!important}html body .slide[data-index="0"] .menu-grid>article.menu-card::before{inset:0!important;z-index:-1!important;border-radius:inherit!important;background:linear-gradient(115deg,transparent 0 18%,rgba(126,245,255,.16) 19%,transparent 29% 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 48px)!important;opacity:.34!important}html body .slide[data-index="0"] .menu-grid>article.menu-card::after{right:-30px!important;top:-34px!important;width:150px!important;height:150px!important;border-radius:46px!important;transform:rotate(12deg)!important;background:radial-gradient(circle at 50% 50%,rgba(126,245,255,.22),rgba(160,135,255,.12) 42%,transparent 70%),linear-gradient(90deg,rgba(126,245,255,.24) 1px,transparent 1px),linear-gradient(rgba(160,135,255,.22) 1px,transparent 1px)!important;background-size:auto,15px 15px,15px 15px!important;opacity:.36!important}html body .slide[data-index="0"] .menu-grid>article.menu-card .card-head{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:13px!important;min-width:0!important}html body .slide[data-index="0"] .menu-grid>article.menu-card .menu-num{display:inline-grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;min-width:40px!important;margin:0!important;border-radius:15px!important;color:rgba(235,250,255,.95)!important;background:linear-gradient(135deg,rgba(126,245,255,.16),rgba(160,135,255,.12)),rgba(8,18,42,.52)!important;border:1px solid rgba(126,245,255,.26)!important;box-shadow:0 12px 30px rgba(0,0,0,.20),0 0 18px rgba(126,245,255,.12),inset 0 1px 0 rgba(255,255,255,.09)!important}html body .slide[data-index="0"] .menu-grid>article.menu-card h3{flex:1 1 auto!important;min-width:0!important;width:auto!important;margin:0!important;text-align:left!important;font-size:19px!important;line-height:1.22!important;letter-spacing:.01em!important}html body .slide[data-index="0"] .menu-grid>article.menu-card p{position:relative!important;z-index:1!important;display:block!important;margin:0!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;font-size:15.8px!important;line-height:1.68!important;color:var(--soft-copy,var(--text-soft))!important}html body .slide[data-index="0"] .menu-grid>article.menu-card .menu-card-meta{position:relative!important;z-index:1!important;margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:8px 10px!important;border-radius:999px!important;font-size:.76rem!important;letter-spacing:.04em!important;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(126,245,255,.045))!important;border:1px solid rgba(126,245,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}html body .slide[data-index="0"] .menu-grid>article.menu-card .menu-card-meta b{display:inline-grid!important;place-items:center!important;width:26px!important;height:26px!important;border-radius:50%!important;background:rgba(126,245,255,.10)!important;color:var(--accent-a,var(--cyan))!important;transition:transform .22s ease,background .22s ease!important}html body .slide[data-index="0"] .menu-grid>article.menu-card:hover{transform:translateY(-6px) scale(1.012)!important;border-color:rgba(126,245,255,.34)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 26px 62px rgba(0,0,0,.20),0 0 44px rgba(126,245,255,.12)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card.menu-click,html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card.menu-guide-click,html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card.guide-entry-card{color:#12335a!important;background:radial-gradient(circle at 86% 12%,rgba(37,99,235,.135),transparent 34%),radial-gradient(circle at 8% 96%,rgba(124,58,237,.090),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,246,255,.86))!important;border-color:rgba(37,99,235,.20)!important;box-shadow:0 18px 48px rgba(47,89,196,.13),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card.guide-entry-card,html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card.menu-guide-click{background:radial-gradient(circle at 84% 12%,rgba(124,58,237,.18),transparent 33%),radial-gradient(circle at 12% 92%,rgba(14,155,118,.10),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,244,255,.88))!important;border-color:rgba(124,58,237,.22)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card::before{background:linear-gradient(115deg,transparent 0 18%,rgba(37,99,235,.13) 19%,transparent 29% 100%),repeating-linear-gradient(90deg,rgba(47,89,196,.065) 0 1px,transparent 1px 48px)!important;opacity:.46!important}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card::after{background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.20),rgba(124,58,237,.12) 42%,transparent 70%),linear-gradient(90deg,rgba(37,99,235,.20) 1px,transparent 1px),linear-gradient(rgba(124,58,237,.18) 1px,transparent 1px)!important;background-size:auto,15px 15px,15px 15px!important;opacity:.44!important}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card .menu-num{color:#244064!important;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.08)),rgba(255,255,255,.88)!important;border-color:rgba(37,99,235,.20)!important;box-shadow:0 10px 24px rgba(37,99,235,.10),inset 0 1px 0 rgba(255,255,255,.96)!important}html[data-theme="light"] body .slide[data-index="0"] .menu-grid>article.menu-card .menu-card-meta{background:linear-gradient(135deg,rgba(37,99,235,.060),rgba(124,58,237,.045)),rgba(255,255,255,.72)!important;border-color:rgba(37,99,235,.15)!important}}@media (min-width:901px){html body .slide[data-index="4"] .paper-grid{align-items:stretch!important}html body .slide[data-index="4"] .paper-grid>.paper-card,html body .slide[data-index="4"] .paper-grid>div{animation:none!important;transform:none!important;min-height:0!important;height:100%!important}html body .slide[data-index="4"] .paper-grid>.paper-card{display:flex!important;flex-direction:column!important;padding-bottom:58px!important}html body .slide[data-index="4"] .paper-grid>.paper-card>.card{flex:0 0 auto!important;min-height:104px!important}html body .slide[data-index="2"] .project-card>.award-meta{box-sizing:border-box!important;width:100%!important;min-width:0!important;padding-right:44px!important;align-items:flex-start!important}html body .slide[data-index="2"] .project-card>.award-meta>h3{min-width:0!important;padding-right:0!important}html body .slide[data-index="2"] .project-card>.award-meta>.quantum-tag{max-width:100%!important}html body .slide[data-index="4"] .paper-grid>.paper-card .paper-side-grid{margin-top:auto!important;padding-top:16px!important}html body .slide[data-index="4"] .paper-grid>div{display:flex!important;flex-direction:column!important}html body .slide[data-index="4"] .paper-grid>div>.terminal{flex:0 0 auto!important;margin:0!important}html body .slide[data-index="4"] .paper-grid>div>.signal-grid{flex:1 1 auto!important;min-height:0!important;margin-top:16px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;align-content:stretch!important}html body .slide[data-index="4"] .paper-grid>div>.signal-grid>.stat{height:100%!important;min-height:0!important}}html body #guideFab,html body button#guideFab.fab,html body #guidePanel.ai-panel{will-change:left,top!important}html body #guideFab,html body button#guideFab.fab,html body #guidePanel .ai-head{touch-action:none!important;user-select:none!important;-webkit-user-select:none!important}html body #guideFab.guide-dragging,html body button#guideFab.fab.guide-dragging,html body #guidePanel.guide-dragging .ai-head{cursor:grabbing!important}
