@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap";
.home-page{--bg:#0a0f0a;--surface:#0f1410;--surface2:#141a14;--border:#ffffff12;--green:#2dff7a;--green-dim:#1aaa4e;--green-dark:#0d3320;--amber:#ffb84d;--red:#ff4d4d;--blue:#4dc8ff;--text:#c8d4c8;--muted:#4a5a4a;--white:#f0f5f0;--font-mono:"JetBrains Mono", "Fira Code", monospace;background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.home-page *,.home-page :before,.home-page :after{box-sizing:border-box;margin:0;padding:0}.home-page nav{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0a0f0aeb;justify-content:space-between;align-items:center;height:64px;padding:0 40px;display:flex;position:fixed;top:0;left:0;right:0}.home-page .nav-logo{color:var(--white);letter-spacing:-.5px;font-family:Inter,sans-serif;font-size:20px;font-weight:800;text-decoration:none}.home-page .nav-logo span{color:var(--green)}.home-page .nav-links{gap:32px;list-style:none;display:flex}.home-page .nav-links a{color:#c8d4c8a6;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.home-page .nav-links a:hover{color:var(--white)}.home-page .nav-cta{background:var(--green);color:#0a0f0a;border-radius:6px;align-items:center;gap:6px;padding:10px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.home-page .nav-cta:hover{opacity:.85}.home-page .hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.home-page .hero:before{content:"";pointer-events:none;z-index:10;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000026 2px 4px);position:absolute;inset:0}.home-page .hero-grid{background-image:linear-gradient(#2dff7a08 1px,#0000 1px),linear-gradient(90deg,#2dff7a08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.home-page .hero-glow{pointer-events:none;background:radial-gradient(#2dff7a0f 0%,#0000 70%);width:800px;height:400px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.home-page .terminal-wrap{z-index:20;width:min(1100px,96vw);margin:0 auto;position:relative}.home-page .hero-eyebrow{text-align:center;margin-bottom:60px;padding-top:60px}.home-page .hero-eyebrow h1{color:var(--white);letter-spacing:-1.5px;margin-bottom:14px;font-size:clamp(32px,4vw,58px);font-weight:800;line-height:1.05}.home-page .hero-eyebrow h1 span{color:var(--green)}.home-page .hero-eyebrow p{color:#c8d4c899;max-width:540px;margin:0 auto;font-size:17px;line-height:1.6}.home-page .terminal{background:#060a06;border:1px solid #2dff7a33;border-radius:14px;overflow:hidden;box-shadow:0 0 0 1px #2dff7a0d,0 40px 80px #000c,0 0 60px #2dff7a0a}.home-page .terminal-bar{-webkit-user-select:none;user-select:none;background:#0d130d;border-bottom:1px solid #2dff7a1f;align-items:center;gap:12px;height:32px;padding:0 16px;display:flex}.home-page .tbar-dots{gap:6px;display:flex}.home-page .tbar-dot{border-radius:50%;width:12px;height:12px}.home-page .tbar-dot.red{background:#ff5f57}.home-page .tbar-dot.amber{background:#febc2e}.home-page .tbar-dot.green{background:#28c840}.home-page .tbar-title{text-align:center;font-family:var(--font-mono);color:#c8d4c866;letter-spacing:.05em;flex:1;font-size:12px}.home-page .tbar-status{font-family:var(--font-mono);color:var(--green);align-items:center;gap:5px;font-size:11px;display:flex}.home-page .tbar-status:before{content:"";background:var(--green);width:6px;height:6px;box-shadow:0 0 6px var(--green);border-radius:50%;animation:2s infinite home-pulse-dot-simple}@keyframes home-pulse-dot-simple{0%,to{opacity:1}50%{opacity:.3}}.home-page .terminal-body{grid-template-columns:1fr 340px;min-height:520px;display:grid}.home-page .cluster-panel{border-right:1px solid #2dff7a14;flex-direction:column;gap:24px;padding:20px;display:flex}.home-page .panel-header{justify-content:space-between;align-items:center;display:flex}.home-page .panel-label{font-family:var(--font-mono);color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:11px}.home-page .cluster-stats{gap:20px;display:flex}.home-page .cstat{font-family:var(--font-mono);font-size:11px}.home-page .cstat-val{color:var(--white);font-weight:700}.home-page .cstat-key{color:var(--muted);margin-left:4px}.home-page .gpu-grid{grid-template-columns:repeat(8,1fr);gap:6px;display:grid}.home-page .gpu-node{aspect-ratio:1;background:var(--surface2);cursor:pointer;border:1px solid #2dff7a26;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:2px;transition:transform .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.home-page .gpu-node:hover{z-index:5;border-color:#2dff7a80;transform:scale(1.08)}.home-page .gpu-node:before{content:"";background:var(--green);opacity:.15;transition:height .4s;position:absolute;bottom:0;left:0;right:0}.home-page .gpu-node.util-high:before{background:var(--green);opacity:.18;height:85%}.home-page .gpu-node.util-med:before{background:var(--amber);opacity:.15;height:55%}.home-page .gpu-node.util-low:before{background:var(--blue);opacity:.15;height:25%}.home-page .gpu-node.util-idle:before{background:var(--muted);opacity:.1;height:5%}.home-page .gpu-node.util-error:before{background:var(--red);opacity:.12;height:100%}.home-page .gpu-node.util-high{border-color:#2dff7a59}.home-page .gpu-node.util-med{border-color:#ffb84d59}.home-page .gpu-node.util-low{border-color:#4dc8ff59}.home-page .gpu-node.util-error{border-color:#ff4d4d59}.home-page .gpu-id{font-family:var(--font-mono);color:#c8d4c880;z-index:1;font-size:9px;position:relative}.home-page .gpu-util{font-family:var(--font-mono);z-index:1;font-size:10px;font-weight:700;position:relative}.home-page .util-high .gpu-util{color:var(--green)}.home-page .util-med .gpu-util{color:var(--amber)}.home-page .util-low .gpu-util{color:var(--blue)}.home-page .util-idle .gpu-util{color:var(--muted)}.home-page .util-error .gpu-util{color:var(--red)}.home-page .gpu-tooltip{font-family:var(--font-mono);white-space:nowrap;z-index:100;background:#0d1a0d;border:1px solid #2dff7a4d;border-radius:8px;min-width:160px;padding:10px 12px;font-size:10px;line-height:1.8;display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0009}.home-page .gpu-node:hover .gpu-tooltip{display:block}.home-page .tt-row{justify-content:space-between;gap:16px;display:flex}.home-page .tt-key{color:var(--muted)}.home-page .tt-val{color:var(--white);font-weight:700}.home-page .tt-val.green{color:var(--green)}.home-page .tt-val.amber{color:var(--amber)}.home-page .tt-val.red{color:var(--red)}.home-page .tt-val.blue{color:var(--blue)}.home-page .metrics-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.home-page .metric-box{background:var(--surface2);border:1px solid #2dff7a14;border-radius:8px;padding:10px 12px}.home-page .metric-key{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:10px}.home-page .metric-val{font-family:var(--font-mono);color:var(--white);font-size:18px;font-weight:700;line-height:1}.home-page .metric-val.green{color:var(--green)}.home-page .metric-val.amber{color:var(--amber)}.home-page .metric-val.blue{color:var(--blue)}.home-page .metric-sub{font-family:var(--font-mono);color:var(--muted);margin-top:3px;font-size:9px}.home-page .sparkline-row{flex-direction:column;gap:6px;display:flex}.home-page .spark-label{font-family:var(--font-mono);justify-content:space-between;font-size:10px;display:flex}.home-page .spark-key{color:var(--muted)}.home-page .spark-pct{color:var(--green)}.home-page .spark-track{background:#ffffff0d;border-radius:2px;height:4px;position:relative;overflow:hidden}.home-page .spark-fill{background:var(--green);height:100%;box-shadow:0 0 6px var(--green);border-radius:2px;transition:width .6s}.home-page .spark-fill.amber{background:var(--amber);box-shadow:0 0 6px var(--amber)}.home-page .spark-fill.blue{background:var(--blue);box-shadow:0 0 6px var(--blue)}.home-page .spark-pct.amber{color:var(--amber)}.home-page .spark-pct.blue{color:var(--blue)}.home-page .log-panel{background:#040804;flex-direction:column;display:flex}.home-page .log-tabs{border-bottom:1px solid #2dff7a14;display:flex}.home-page .log-tab{font-family:var(--font-mono);color:var(--muted);cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;padding:8px 16px;font-size:11px;transition:color .2s}.home-page .log-tab.active{color:var(--green);border-bottom-color:var(--green)}.home-page .log-tab:hover{color:var(--text)}.home-page .log-output{font-family:var(--font-mono);color:var(--text);flex:1;max-height:340px;padding:14px;font-size:11px;line-height:1.75;overflow-y:auto}.home-page .log-output::-webkit-scrollbar{width:4px}.home-page .log-output::-webkit-scrollbar-track{background:0 0}.home-page .log-output::-webkit-scrollbar-thumb{background:#2dff7a33;border-radius:2px}.home-page .log-line{gap:8px;display:flex}.home-page .log-time{color:var(--muted);flex-shrink:0}.home-page .log-msg{color:var(--text)}.home-page .log-msg.green{color:var(--green)}.home-page .log-msg.amber{color:var(--amber)}.home-page .log-msg.red{color:var(--red)}.home-page .log-msg.blue{color:var(--blue)}.home-page .log-msg.muted{color:var(--muted)}.home-page .terminal-input-wrap{background:#040804;border-top:1px solid #2dff7a14;align-items:center;gap:8px;padding:10px 14px;display:flex}.home-page .term-prompt{font-family:var(--font-mono);color:var(--green);flex-shrink:0;font-size:12px}.home-page .term-input{font-family:var(--font-mono);color:var(--white);caret-color:var(--green);background:0 0;border:none;outline:none;flex:1;font-size:12px}.home-page .term-input::placeholder{color:var(--muted)}.home-page .legend{background:#040804;border-top:1px solid #2dff7a0f;gap:16px;padding:10px 20px;display:flex}.home-page .legend-item{font-family:var(--font-mono);color:var(--muted);align-items:center;gap:5px;font-size:10px;display:flex}.home-page .legend-dot{border-radius:2px;width:8px;height:8px}.home-page .legend-dot.green{background:var(--green)}.home-page .legend-dot.amber{background:var(--amber)}.home-page .legend-dot.blue{background:var(--blue)}.home-page .legend-dot.gray{background:var(--muted)}.home-page .legend-dot.red{background:var(--red)}.home-page .hero-cta{z-index:20;justify-content:center;gap:14px;margin-top:60px;display:flex;position:relative}.home-page .btn-launch{background:var(--green);color:#060a06;border-radius:8px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:box-shadow .2s,transform .15s;display:flex;position:relative;overflow:visible}.home-page .btn-launch:hover{transform:translateY(-1px);box-shadow:0 0 28px #2dff7a66}.home-page .btn-launch svg{transition:transform .2s}.home-page .btn-launch:hover svg{transform:translate(4px)}.home-page .btn-outline{color:var(--text);background:0 0;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:border-color .2s;display:flex}.home-page .btn-outline:hover{border-color:#2dff7a59}.home-page .hp-section{flex-direction:column;align-items:center;width:100%;padding:100px 80px;display:flex}.home-page #why.hp-section,.home-page #workloads.hp-section{padding-top:0}.home-page .hp-section.dark{background:var(--bg)}.home-page .hp-section.mid{background:var(--surface)}.home-page .hp-section.light{color:#0a0f0a;background:#f5f7f5}.home-page .hp-label{letter-spacing:.14em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-flex}.home-page .hp-label:before{content:"";background:var(--green);border-radius:1px;width:18px;height:2px}.home-page .hp-section.light .hp-label{color:#1aaa4e}.home-page .hp-section.light .hp-label:before{background:#1aaa4e}.home-page .hp-h2{letter-spacing:-1.2px;color:var(--white);margin-bottom:16px;font-family:Inter,sans-serif;font-size:clamp(30px,3.5vw,52px);font-weight:800;line-height:1.05}.home-page .hp-h2 .g{color:var(--green)}.home-page .hp-section.light .hp-h2{color:#0a0f0a}.home-page .hp-section.light .hp-h2 .g{color:#1aaa4e}.home-page .hp-sub{color:#c8d4c899;max-width:580px;font-size:17px;line-height:1.65}.home-page .hp-section.light .hp-sub{color:#0a0f0a8c}.home-page .ticker-wrap{background:var(--surface);border-top:1px solid #2dff7a14;border-bottom:1px solid #2dff7a14;margin-top:80px;margin-bottom:40px;padding:0;overflow:hidden}.home-page .ticker-track{white-space:nowrap;gap:0;animation:5s linear infinite home-ticker;display:flex}.home-page .ticker-track:hover{animation-play-state:paused}@keyframes home-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-page .ticker-item{font-family:var(--font-mono);color:#c8d4c873;letter-spacing:.04em;white-space:nowrap;border-right:1px solid #2dff7a0f;flex-shrink:0;align-items:center;gap:10px;padding:18px 40px;font-size:13px;font-weight:700;display:inline-flex}.home-page .ticker-item .dot{background:var(--green);opacity:.5;border-radius:50%;width:6px;height:6px}.home-page .ticker-item .bright{color:var(--white)}.home-page .gpu-catalog{grid-template-columns:repeat(3,1fr);gap:2px;margin-top:56px;display:grid}.home-page .gpu-cat-card{background:var(--surface2);border:1px solid var(--border);cursor:pointer;border-radius:0;padding:36px 32px;transition:border-color .2s,background .2s;position:relative;overflow:hidden}.home-page .gpu-cat-card:first-child{border-radius:14px 0 0 14px}.home-page .gpu-cat-card:last-child{border-radius:0 14px 14px 0}.home-page .gpu-cat-card:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.home-page .gpu-cat-card.blackwell:before{background:var(--green)}.home-page .gpu-cat-card.grace:before{background:var(--blue)}.home-page .gpu-cat-card.vera:before{background:#c8d4c833}.home-page .gpu-cat-card:hover{background:#111a11;border-color:#2dff7a40}.home-page .gpu-cat-card.vera:hover{border-color:#c8d4c826}.home-page .gpu-cat-badge{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.home-page .gpu-cat-badge.live{color:var(--green);background:#2dff7a1a;border:1px solid #2dff7a40}.home-page .gpu-cat-badge.soon{color:var(--amber);background:#ffb84d14;border:1px solid #ffb84d33}.home-page .gpu-cat-badge.live:before{content:"";background:var(--green);width:5px;height:5px;box-shadow:0 0 6px var(--green);border-radius:50%;animation:2s infinite home-pulse-dot-simple}.home-page .gpu-cat-badge.soon:before{content:"";background:var(--amber);border-radius:50%;width:5px;height:5px}.home-page .gpu-cat-name{color:var(--white);letter-spacing:-.5px;margin-bottom:4px;font-size:26px;font-weight:800}.home-page .gpu-cat-series{font-family:var(--font-mono);color:var(--muted);margin-bottom:24px;font-size:12px}.home-page .gpu-cat-specs{flex-direction:column;gap:10px;margin-bottom:28px;display:flex}.home-page .spec-line{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:10px;font-size:13px;display:flex}.home-page .spec-line:last-child{border-bottom:none;padding-bottom:0}.home-page .spec-k{color:var(--muted)}.home-page .spec-v{color:var(--white);font-weight:600;font-family:var(--font-mono);font-size:12px}.home-page .spec-v.g{color:var(--green)}.home-page .spec-v.b{color:var(--blue)}.home-page .gpu-cat-cta{color:var(--green);align-items:center;gap:8px;font-size:13px;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.home-page .gpu-cat-card.vera .gpu-cat-cta{color:var(--muted);cursor:default}.home-page .gpu-cat-cta:hover{gap:12px}.home-page .vera-overlay{pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 8px,#ffffff04 8px 9px);position:absolute;inset:0}.home-page .pricing-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:56px;display:grid}.home-page .price-card{background:var(--surface2);border:1px solid var(--border);border-radius:14px;padding:28px 24px;transition:border-color .2s,transform .2s;position:relative}.home-page .price-card:hover{border-color:#2dff7a40;transform:translateY(-3px)}.home-page .price-card.featured{background:linear-gradient(160deg, #2dff7a0f 0%, var(--surface2) 60%);border-color:#2dff7a59;animation:3s ease-in-out infinite home-glow-pulse}@keyframes home-glow-pulse{0%,to{box-shadow:0 0 0 1px #2dff7a33,0 0 20px #2dff7a0d}50%{box-shadow:0 0 0 1px #2dff7a66,0 0 40px #2dff7a1f}}.home-page .price-gpu-name{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:700}.home-page .price-gpu-sub{font-family:var(--font-mono);color:var(--muted);margin-bottom:20px;font-size:10px}.home-page .price-amount{color:var(--green);letter-spacing:-1px;font-size:36px;font-weight:800;line-height:1}.home-page .price-amount-suffix{color:var(--muted);font-size:18px;font-weight:500}.home-page .price-period{color:var(--muted);margin-top:2px;margin-bottom:20px;font-size:13px}.home-page .price-features{flex-direction:column;gap:8px;list-style:none;display:flex}.home-page .price-feature{color:#c8d4c8b3;align-items:flex-start;gap:8px;font-size:13px;display:flex}.home-page .price-btn{text-align:center;border-radius:7px;margin-top:24px;padding:11px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.home-page .price-btn.primary{background:var(--green);color:#060a06}.home-page .price-btn.outline{color:var(--green);border:1px solid #2dff7a4d}.home-page .price-btn:hover{opacity:.8}.home-page .why-grid{flex-direction:column;gap:60px;margin-top:60px;display:flex}.home-page .why-features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;display:grid}.home-page .why-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:20px;padding:24px 0;transition:background .15s;display:flex}.home-page .why-item:last-child{border-bottom:none}.home-page .why-icon{background:#2dff7a14;border:1px solid #2dff7a26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:8px;font-size:16px;transition:background .3s,box-shadow .3s,transform .3s;display:inline-flex}.home-page .why-item:hover .why-icon{background:#2dff7a24;transform:scale(1.08);box-shadow:0 0 16px #2dff7a33}.home-page .why-icon svg{transition:filter .3s}.home-page .why-item:hover .why-icon svg{filter:drop-shadow(0 0 5px)}.home-page .why-stats{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.home-page .stat-card{background:var(--surface2);border:1px solid var(--border);border-radius:14px;padding:28px 24px;transition:border-color .2s;position:relative;overflow:hidden}.home-page .stat-card:hover{border-color:#2dff7a40}.home-page .stat-num{color:var(--green);letter-spacing:-1.5px;font-family:Inter,sans-serif;font-size:42px;font-weight:800;line-height:1;transition:color .3s}.home-page .stat-label{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.5}.home-page .stat-card.counted .stat-num{color:var(--green);text-shadow:0 0 20px #2dff7a66}.home-page .ring-wrap{opacity:.7;width:52px;height:52px;position:absolute;top:16px;right:16px}.home-page .ring-svg{width:52px;height:52px;transform:rotate(-90deg)}.home-page .ring-track{fill:none;stroke:#ffffff0f;stroke-width:3px}.home-page .ring-fill{fill:none;stroke-width:3px;stroke-linecap:round;stroke-dasharray:138;stroke-dashoffset:138px;transition:stroke-dashoffset 1.8s cubic-bezier(.16,1,.3,1)}.home-page .ring-pct{font-family:var(--font-mono);color:var(--green);justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex;position:absolute;inset:0}.home-page .storage-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-top:60px;display:grid;position:relative}.home-page .storage-terminal{font-family:var(--font-mono);background:#040804;border:1px solid #2dff7a26;border-radius:12px;font-size:12px;overflow:hidden}.home-page .st-bar{color:var(--muted);background:#0d130d;border-bottom:1px solid #2dff7a1a;align-items:center;gap:8px;padding:10px 14px;font-size:11px;display:flex}.home-page .st-bar .dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 6px var(--green);border-radius:50%;animation:2s infinite home-pulse-dot-simple}.home-page .st-body{flex-direction:column;gap:6px;padding:18px;display:flex}.home-page .st-line{color:var(--text);line-height:1.7}.home-page .st-line .g{color:var(--green)}.home-page .st-line .b{color:var(--blue)}.home-page .st-line .a{color:var(--amber)}.home-page .st-line .m{color:var(--muted)}.home-page .storage-features{flex-direction:column;gap:20px;display:flex}.home-page .sf-item{align-items:flex-start;gap:16px;display:flex}.home-page .sf-icon{background:#4dc8ff14;border:1px solid #4dc8ff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.home-page .sf-title{color:var(--white);margin-bottom:6px;font-size:16px;font-weight:700}.home-page .sf-desc{color:var(--muted);font-size:14px;line-height:1.6}.home-page .bullet-icon{filter:drop-shadow(0 0 8px #2dff7a66);flex-shrink:0;align-items:center;margin-right:12px;display:flex}.home-page .sf-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;gap:20px;padding:24px;transition:all .3s;display:flex}.home-page .sf-item:hover{background:#ffffff0a;border-color:#2dff7a33;transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.home-page .why-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;gap:20px;padding:24px;transition:all .3s;display:flex}.home-page .why-item:hover{background:#ffffff0a;border-color:#2dff7a33;transform:translate(8px);box-shadow:0 10px 30px #0000004d}.home-page .why-title{color:var(--white);margin-bottom:6px;font-size:18px;font-weight:700}.home-page .why-desc{color:var(--muted);font-size:14px;line-height:1.5}.home-page .logos-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:50px 80px}.home-page .logos-label{text-align:center;font-family:var(--font-mono);letter-spacing:.12em;color:var(--muted);text-transform:uppercase;margin-bottom:36px;font-size:11px}.home-page .logos-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.home-page .logo-pill{font-family:var(--font-mono);color:#c8d4c866;letter-spacing:.05em;background:#ffffff05;border:1px solid #ffffff0d;border-radius:100px;padding:10px 24px;font-size:13px;font-weight:700;transition:all .3s}.home-page .logo-pill:hover{color:var(--green);background:#2dff7a0d;border-color:#2dff7a4d;transform:translateY(-2px);box-shadow:0 4px 15px #0006}.home-page .faq-grid{grid-template-columns:280px 1fr;gap:80px;margin-top:0;display:grid}.home-page .faq-sidebar h2{color:var(--white);letter-spacing:-1px;margin-bottom:14px;font-size:40px;font-weight:800}.home-page .faq-sidebar p{color:var(--muted);font-size:14px;line-height:1.6}.home-page .faq-list{flex-direction:column;display:flex}.home-page .faq-item{border-bottom:1px solid var(--border)}.home-page .faq-q{cursor:pointer;color:var(--white);justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:16px;font-weight:600;transition:color .2s;display:flex}.home-page .faq-q:hover{color:var(--green)}.home-page .faq-arrow{color:var(--muted);flex-shrink:0;font-size:18px;transition:transform .25s}.home-page .faq-item.open .faq-arrow{color:var(--green);transform:rotate(45deg)}.home-page .faq-a{color:var(--muted);max-height:0;font-size:14px;line-height:1.7;transition:max-height .3s,padding .3s;overflow:hidden}.home-page .faq-item.open .faq-a{max-height:300px;padding-bottom:22px}.home-page .cta-banner{text-align:center;background:linear-gradient(135deg,#0a1a0a 0%,#061206 50%,#0a0f0a 100%);border-top:1px solid #2dff7a1a;flex-direction:column;justify-content:center;align-items:center;padding:100px 80px;display:flex;position:relative;overflow:hidden}.home-page .cta-banner:before{content:"";pointer-events:none;background:radial-gradient(#2dff7a14 0%,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-page .cta-banner h2{color:var(--white);letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(32px,4vw,58px);font-weight:800;line-height:1.05}.home-page .cta-banner h2 span{color:var(--green)}.home-page .cta-banner p{color:#c8d4c88c;max-width:520px;margin:0 auto 36px;font-size:18px;line-height:1.6}.home-page .cta-row{z-index:2;flex-wrap:wrap;justify-content:center;gap:14px;display:flex;position:relative}.home-page footer{border-top:1px solid var(--border);background:#060a06;padding:60px 80px 36px}.home-page .footer-top{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:48px;display:grid}.home-page .footer-brand p{color:var(--muted);max-width:260px;margin-top:14px;font-size:14px;line-height:1.65}.home-page .footer-social{gap:10px;margin-top:20px;display:flex}.home-page .fsoc{background:var(--surface2);border:1px solid var(--border);width:32px;height:32px;color:var(--muted);border-radius:7px;justify-content:center;align-items:center;font-size:13px;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.home-page .fsoc:hover{color:var(--green);border-color:#2dff7a4d}.home-page .footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:#c8d4c866;margin-bottom:16px;font-size:11px;font-weight:700}.home-page .footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.home-page .footer-col a{color:#c8d4c880;font-size:14px;text-decoration:none;transition:color .2s}.home-page .footer-col a:hover{color:var(--white)}.home-page .footer-col a .badge-new{color:var(--green);vertical-align:middle;letter-spacing:.05em;background:#2dff7a26;border-radius:4px;margin-left:6px;padding:1px 6px;font-size:9px;font-weight:800;display:inline-block}.home-page .footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;display:flex}.home-page .footer-bottom p{color:var(--muted);font-size:13px}.home-page .footer-bottom-links{gap:20px;display:flex}.home-page .footer-bottom-links a{color:var(--muted);font-size:13px;text-decoration:none}.home-page .footer-bottom-links a:hover{color:var(--text)}.home-page .cursor{color:var(--green);animation:1s step-end infinite home-blink}@keyframes home-blink{0%,to{opacity:1}50%{opacity:0}}.home-page #particle-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.home-page #wave-canvas{z-index:1;pointer-events:none;opacity:.55;width:100%;height:100%;position:absolute;inset:0}.home-page .hero-live-strip{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d332066;border:1px solid #2dff7a26;border-radius:10px;justify-content:center;align-items:center;gap:48px;margin-top:60px;padding:14px 28px;display:flex;position:relative}.home-page .hlm{flex-direction:column;align-items:center;gap:2px;display:flex}.home-page .hlm-val{font-family:var(--font-mono);color:var(--green);letter-spacing:-.5px;font-size:22px;font-weight:700}.home-page .hlm-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:10px}.home-page .hlm-div{background:var(--border);align-self:stretch;width:1px}.home-page .bench-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px;overflow:hidden}.home-page .bench-grid{grid-template-columns:1fr 1.6fr;align-items:center;gap:64px;display:grid}.home-page .section-inner{width:100%;max-width:1440px;margin:0 auto}.home-page .bench-bars{flex-direction:column;gap:20px;margin-top:8px;display:flex}.home-page .bench-row{flex-direction:column;gap:7px;display:flex}.home-page .bench-label-row{justify-content:space-between;align-items:center;display:flex}.home-page .bench-name{color:var(--text);font-size:13px;font-weight:600;font-family:var(--font-mono)}.home-page .bench-val{color:var(--green);font-size:12px;font-family:var(--font-mono)}.home-page .bench-track{background:#ffffff0d;border-radius:4px;height:8px;position:relative;overflow:hidden}.home-page .bench-fill{border-radius:4px;width:0;height:100%;transition:width 1.8s cubic-bezier(.16,1,.3,1);position:relative}.home-page .bench-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59);border-radius:4px;width:24px;position:absolute;top:0;bottom:0;right:0}.home-page .bench-fill.neo{background:linear-gradient(90deg,#1aaa4e,#2dff7a)}.home-page .bench-fill.comp1{background:linear-gradient(90deg,#1a3060,#4dc8ff)}.home-page .bench-fill.comp2{background:linear-gradient(90deg,#30201a,#ff8c4d)}.home-page .bench-legend{flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.home-page .bench-leg-item{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.home-page .bench-leg-dot{border-radius:2px;width:10px;height:10px}.home-page .rack-visual{perspective:900px;width:320px;height:400px;margin:0 auto;position:relative}.home-page .rack-body{width:180px;height:340px;transform-style:preserve-3d;animation:6s ease-in-out infinite home-rack-float;position:absolute;top:30px;left:70px;transform:rotateX(14deg)rotateY(-28deg)}@keyframes home-rack-float{0%,to{transform:rotateX(14deg)rotateY(-28deg)translateY(0)}50%{transform:rotateX(14deg)rotateY(-28deg)translateY(-10px)}}.home-page .rack-face{backface-visibility:hidden;position:absolute}.home-page .rack-front{background:linear-gradient(#141a14 0%,#0f1410 100%);border:1px solid #2dff7a40;border-radius:6px 6px 0 0;flex-direction:column;gap:3px;width:180px;height:340px;padding:8px 6px;display:flex;top:0;left:0}.home-page .rack-slot{background:#2dff7a0f;border:1px solid #2dff7a1a;border-radius:3px;align-items:center;height:18px;padding:0 6px;display:flex;position:relative;overflow:hidden}.home-page .rack-slot.active{background:#2dff7a1f;border-color:#2dff7a40}.home-page .rack-slot:before{content:"";background:var(--green);width:3px;box-shadow:0 0 6px var(--green);opacity:0;animation:2s ease-in-out infinite home-slot-pulse;animation-delay:var(--d,0s);position:absolute;top:0;bottom:0;left:0}.home-page .rack-slot.active:before{opacity:1}@keyframes home-slot-pulse{0%,to{opacity:.4}50%{opacity:1}}.home-page .rack-slot-label{font-family:var(--font-mono);color:#2dff7ab3;letter-spacing:.3px;font-size:7px}.home-page .rack-right{background:linear-gradient(#0d1310 0%,#090e09 100%);border:1px solid #2dff7a1f;width:28px;height:340px;position:absolute;top:0;left:180px;transform:rotateY(90deg)translateZ(-14px)translate(14px)}.home-page .rack-top{background:linear-gradient(135deg,#1a2a1a,#141a14);border:1px solid #2dff7a33;width:180px;height:28px;position:absolute;top:-28px;left:0;transform:rotateX(90deg)translateZ(-14px)translateY(-14px)}.home-page .rack-glow{filter:blur(10px);pointer-events:none;background:radial-gradient(#2dff7a33 0%,#0000 70%);width:200px;height:60px;animation:6s ease-in-out infinite home-rack-float;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.home-page .rack-badge{font-family:var(--font-mono);color:var(--green);background:#2dff7a14;border:1px solid #2dff7a33;border-radius:4px;padding:2px 6px;font-size:9px;position:absolute;top:8px;right:8px}.home-page #pricing{position:relative;overflow:hidden}.home-page #pricing>*{z-index:1;position:relative}.home-page #dataflow-canvas{pointer-events:none;z-index:0;opacity:.4;position:absolute;inset:0}.home-page .metric-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:4;pointer-events:none;animation:home-badge-float var(--dur,7s) ease-in-out infinite;animation-delay:var(--delay,0s);background:#0a0f0ae0;border:1px solid #2dff7a4d;border-radius:10px;flex-direction:column;gap:2px;padding:10px 16px;display:flex;position:absolute}.home-page .metric-badge-val{font-family:var(--font-mono);color:var(--green);font-size:16px;font-weight:700}.home-page .metric-badge-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;font-size:9px}@keyframes home-badge-float{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-12px) rotate(var(--rot,0deg))}}.home-page .burst-particle{background:var(--green);pointer-events:none;opacity:0;border-radius:50%;width:4px;height:4px;position:absolute}.home-page .anim-divider{background:linear-gradient(90deg, transparent, var(--green), transparent);opacity:.3;background-size:200% 100%;height:1px;animation:3s ease-in-out infinite home-divider-sweep}@keyframes home-divider-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}.home-page .section-divider{background:linear-gradient(90deg,#0000 0%,#2dff7a33 30%,#2dff7a66 50%,#2dff7a33 70%,#0000 100%);height:1px;margin:0}.home-page .hero-aurora{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-page .aurora-band{filter:blur(60px);opacity:0;height:160px;animation:home-aurora-wave var(--adur,14s) ease-in-out infinite;animation-delay:var(--ad,0s);border-radius:50%;position:absolute;left:-20%;right:-20%}@keyframes home-aurora-wave{0%{opacity:0;transform:translateY(100px)scaleX(.9)}30%{opacity:.12;transform:translateY(20px)scaleX(1.05)}60%{opacity:.06;transform:translateY(60px)scaleX(.95)}to{opacity:0;transform:translateY(120px)scaleX(.9)}}.home-page .nvlink-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:80px;position:relative;overflow:hidden}.home-page .nvlink-section:before{content:"";pointer-events:none;background:radial-gradient(#2dff7a0d 0%,#0000 70%);width:700px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-page #nvlink-canvas{max-width:100%;margin:40px auto 0;display:block}.home-page .reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(32px)}.home-page .reveal.visible{opacity:1;transform:translateY(0)}.home-page .gpu-cat-card{overflow:hidden}.home-page .gpu-cat-card .beam{pointer-events:none;background:linear-gradient(105deg,#0000 40%,#2dff7a0f 50%,#0000 60%);width:40%;height:300%;transition:left .5s;position:absolute;top:-100%;left:-60%;transform:skew(-20deg)}.home-page .gpu-cat-card:hover .beam{left:140%}.home-page .gpu-cat-card.grace .beam{background:linear-gradient(105deg,#0000 40%,#4dc8ff0f 50%,#0000 60%)}.home-page .gpu-cat-card.vera .beam{background:linear-gradient(105deg,#0000 40%,#ffb84d0f 50%,#0000 60%)}.home-page .orb{pointer-events:none;z-index:1;filter:blur(1px);border-radius:50%;animation:linear infinite home-float-orb;position:absolute}@keyframes home-float-orb{0%{opacity:0;transform:translateY(0)translate(0)scale(1)}10%{opacity:1}90%{opacity:.6}to{transform:translateY(-120vh) translateX(var(--drift)) scale(.4);opacity:0}}.home-page .spark-dot{background:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:2.5s linear infinite home-spark-travel;position:absolute;top:-1px}@keyframes home-spark-travel{0%{opacity:0;left:0%}5%{opacity:1}95%{opacity:1}to{opacity:0;left:100%}}.home-page .home-star{pointer-events:none;z-index:1;border-radius:50%;animation:2s ease-in-out infinite home-blink;position:absolute}.home-page .home-scroll-bar{z-index:500;pointer-events:none;background:linear-gradient(90deg,#2dff7a,#4dc8ff);width:0;height:2px;transition:width .1s;position:fixed;top:64px;left:0}.home-page .rack-stats{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}.home-page .rack-stat{background:var(--surface2);border:1px solid var(--border);text-align:center;border-radius:8px;padding:12px 18px}.home-page .rack-stat-val{font-family:var(--font-mono);font-size:18px;font-weight:700}.home-page .rack-stat-val.g{color:var(--green)}.home-page .rack-stat-val.b{color:var(--blue)}.home-page .rack-stat-val.a{color:var(--amber)}.home-page .rack-stat-lbl{color:var(--muted);margin-top:2px;font-size:10px}.home-page .rack-content{max-width:400px}.home-page .rack-section-row{background:var(--bg);border-top:1px solid var(--border);justify-content:center;align-items:center;gap:80px;max-width:1400px;margin:0 auto;padding:60px 80px;display:flex}.home-page .hp-section-header{text-align:center;margin-bottom:80px;padding:0 40px}.home-page .hp-section-header .section-title,.home-page .hp-section-header .section-sub{text-align:center;margin-left:auto;margin-right:auto}.home-page .cta-banner-h2,.home-page .cta-banner-p{z-index:2;position:relative}@media (max-width:1100px){.home-page .terminal-body{grid-template-columns:1fr;min-height:auto}.home-page .cluster-panel{border-bottom:1px solid #2dff7a14;border-right:none}.home-page .gpu-grid{grid-template-columns:repeat(8,1fr)}.home-page .pricing-grid{grid-template-columns:repeat(4,1fr)}.home-page .gpu-catalog{grid-template-columns:repeat(2,1fr)}.home-page .gpu-cat-card:first-child{border-radius:14px 0 0}.home-page .gpu-cat-card:nth-child(2){border-radius:0 14px 0 0}.home-page .gpu-cat-card:nth-child(3){border-radius:0 0 0 14px}.home-page .gpu-cat-card:last-child{border-radius:0 0 14px}.home-page .why-grid,.home-page .storage-grid,.home-page .faq-grid,.home-page .bench-grid{grid-template-columns:1fr;gap:40px}.home-page .footer-top{grid-template-columns:2fr 1fr 1fr}.home-page .workloads-container{border-radius:24px;grid-template-columns:1fr;gap:40px;padding:32px 20px}.home-page .workloads-visual{justify-content:center;align-items:center;min-height:260px;max-height:260px;padding:24px;display:flex;overflow:visible;order:-1!important}.home-page .tech-stack-diagram,.home-page .inference-visual,.home-page .prototype-visual{transform-origin:50%;transform:scale(.85)}.home-page .workloads-visual.order-2{order:-1!important}.home-page .workloads-content.order-1{order:1}.home-page .rack-section-row{text-align:center;flex-direction:column;gap:40px}.home-page .rack-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.home-page .rack-stats{justify-content:center}.home-page .nvlink-section,.home-page .hp-section{padding:80px 40px}.home-page .logos-section{padding:50px 40px}.home-page .bench-section{padding:60px 40px}.home-page .cta-banner{padding:80px 40px}.home-page footer{padding:50px 40px 30px}.home-page .hp-section-header{margin-bottom:60px;padding:0 20px}}@media (max-width:768px){.home-page .hero{padding-top:64px}.home-page .terminal-wrap{width:96vw}.home-page .gpu-grid{grid-template-columns:repeat(4,1fr)}.home-page .metrics-row{grid-template-columns:repeat(2,1fr)}.home-page .pricing-grid,.pricing-grid.technical{grid-template-columns:1fr}.home-page .gpu-cat-card:first-child,.home-page .gpu-cat-card:nth-child(2),.home-page .gpu-cat-card:nth-child(3),.home-page .gpu-cat-card:last-child{border-radius:14px}.home-page .gpu-cat-card{padding:24px}.home-page .gpu-cat-name{font-size:22px}.home-page .why-stats{grid-template-columns:1fr}.home-page .hero-cta{flex-direction:column;align-items:center;gap:16px;width:100%;padding:0 20px}.home-page .hero-eyebrow{text-align:center;margin-bottom:40px;padding:0 20px}.home-page .hero-eyebrow h1{font-size:clamp(32px,8vw,48px);line-height:1.1}.home-page .hero-eyebrow p{max-width:500px;margin:16px auto 0}.home-page .hero-live-strip{background:#ffffff08;border:1px solid #ffffff0d;grid-template-columns:repeat(2,1fr);gap:12px;width:calc(100% - 32px);margin:20px 16px 0;padding:16px;display:grid}.home-page .hlm:last-child{grid-column:span 2}.home-page .hlm-div{display:none}.home-page .workloads-container{border-radius:20px;flex-direction:column;gap:32px;width:auto;margin:0 16px 20px;padding:32px 20px;display:flex}.home-page .workloads-content{text-align:center;flex-direction:column;align-items:center;display:flex}.home-page .workload-bullets{text-align:left;width:100%;max-width:400px}.home-page .workload-title{text-align:left;margin-bottom:12px;font-size:24px}.home-page .workload-desc{text-align:left;margin-bottom:24px;font-size:15px;line-height:1.5}.home-page .workload-bullets{align-items:flex-start;gap:12px;margin-bottom:32px}.home-page .workload-bullets li{text-align:left;font-size:14px}.home-page .inference-visual{flex-direction:column;gap:30px}.home-page .inf-pipe{background:linear-gradient(180deg, var(--green), transparent);flex-grow:0;width:2px;height:40px}.home-page .inf-pipe-label{text-align:left;top:50%;left:20px;transform:translateY(-50%)}.home-page .ticker-track{animation-duration:3s}.home-page .btn-launch.mt-8{width:fit-content;margin:0 auto;display:flex}.home-page .footer-top{grid-template-columns:1fr 1fr;gap:32px}.home-page .footer-bottom{flex-direction:column;align-items:flex-start}.home-page .hp-section,.home-page .nvlink-section{padding:60px 24px}.home-page .logos-section{padding:40px 24px}.home-page .bench-section{padding:50px 24px}.home-page .cta-banner{text-align:center;border-radius:24px;flex-direction:column;align-items:center;width:auto;margin:0 16px;padding:80px 24px;display:flex}.home-page .cta-banner h2{letter-spacing:-1px;margin-bottom:16px;font-size:clamp(28px,6vw,42px)}.home-page .cta-banner p{max-width:480px;margin-bottom:32px;font-size:16px}.home-page footer{padding:40px 24px 24px}.home-page .partner-card{padding:24px}.home-page .partners-intro{margin-bottom:30px;font-size:15px}.home-page .rack-section-row{text-align:center;flex-direction:column;gap:32px;padding:40px 24px}.home-page .rack-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.home-page .rack-stats{justify-content:center}.home-page .hero-eyebrow h1{letter-spacing:-.5px}.home-page .metric-badge{display:none}.home-page .terminal-body{grid-template-columns:1fr}.home-page .terminal-bar{height:40px}.home-page .tbar-title{display:none}.home-page .hero-eyebrow{margin-bottom:30px;padding-top:40px}.home-page .hp-section-header{margin-bottom:40px;padding:0 16px}.home-page .section-title{margin-bottom:16px;padding:0 10px;font-size:clamp(24px,7vw,36px);line-height:1.2}.home-page .section-sub{font-size:15px;line-height:1.5}}@media (max-width:480px){.home-page .gpu-grid{grid-template-columns:repeat(3,1fr)}.home-page .metrics-row{grid-template-columns:1fr}.home-page .hero-eyebrow h1{font-size:clamp(24px,7vw,42px)}.home-page .hero-eyebrow p{font-size:14px}.home-page .footer-top{grid-template-columns:1fr}.home-page .cta-banner{text-align:center;flex-direction:column;align-items:center;padding:50px 20px;display:flex}.home-page .cta-banner h2{margin-bottom:12px;font-size:clamp(22px,9vw,30px);line-height:1.1}.home-page .cta-banner p{margin-bottom:32px;font-size:14px;line-height:1.5}.home-page .cta-row{flex-direction:column;gap:12px;width:100%;max-width:280px;margin:0 auto}.home-page .btn-launch,.home-page .btn-outline{justify-content:center;width:100%;padding:14px 20px;font-size:14px}.home-page .terminal-input-wrap{gap:6px;padding:8px 10px}.home-page .term-input{font-size:11px}}.home-page .partners-section{background:var(--bg);justify-content:center;width:100%;padding:100px 40px;display:flex;position:relative;overflow:hidden}.home-page .partners-intro{text-align:center;color:var(--white);opacity:.9;letter-spacing:-.2px;margin-bottom:50px;font-size:18px;font-weight:500}.home-page .partners-grid{grid-template-columns:repeat(4,1fr);gap:32px;width:100%;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1440px){.home-page .partners-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px}}@media (max-width:768px){.home-page .partners-grid{grid-template-columns:1fr;gap:20px}}.home-page .partner-card{border:1px solid var(--border);background:#ffffff05;border-radius:16px;flex-direction:column;gap:24px;min-height:220px;padding:40px;transition:all .3s;display:flex}.home-page .partner-card:hover{background:#ffffff0a;border-color:#2dff7a4d;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.home-page .partner-logo-area{align-items:center;height:100px;display:flex}.home-page .partner-name{font-family:var(--font-mono);color:var(--white);letter-spacing:-1px;text-transform:uppercase;font-size:24px;font-weight:800}.home-page .partner-name.nvidia{color:#76b900}.home-page .partner-name.supermicro{color:#f0f5f0}.home-page .partner-name.certac,.home-page .partner-name.digipower{color:#f0f5f0;align-items:center;gap:12px;display:flex}.home-page .cert-badge{border:1px solid var(--white);text-align:center;background:#ffffff0d;border-style:double;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:6px;font-weight:900;line-height:1.1;display:flex;box-shadow:inset 0 0 10px #ffffff1a}.home-page .partner-desc{color:#c8d4c899;margin:0;font-size:15px;line-height:1.6}@media (max-width:900px){.home-page .partners-grid{grid-template-columns:1fr}}.home-page .workloads-stack{flex-direction:column;gap:40px;display:flex}.home-page .workloads-container{border:1px solid var(--border);background:#ffffff05;border-radius:32px;grid-template-columns:1.15fr .85fr;align-items:center;gap:80px;width:100%;max-width:1400px;margin:0 auto;padding:80px;display:grid;position:relative;overflow:hidden}@media (max-width:1500px){.home-page .workloads-container{border-radius:24px;gap:60px;padding:60px}}@media (max-width:1280px){.home-page .workloads-container{grid-template-columns:1.1fr .9fr;gap:40px;padding:50px 40px}}.home-page .workloads-visual{background:#060a06;border:1px solid #2dff7a1a;border-radius:16px;justify-content:center;align-items:center;min-height:300px;padding:30px;display:flex;box-shadow:inset 0 0 40px #0006}.home-page .workloads-visual.order-2{order:2}.home-page .workloads-content.order-1{order:1}.home-page .tech-stack-diagram{flex-direction:column;gap:16px;width:100%;display:flex;position:relative}.home-page .stack-row{align-items:center;gap:20px;display:flex}.home-page .stack-label{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;flex-shrink:0;width:90px;font-size:11px}.home-page .stack-items{flex-wrap:wrap;gap:8px;display:flex}.home-page .s-item{border:1px solid var(--border);color:var(--text);white-space:nowrap;background:#0d130d;border-radius:6px;padding:6px 12px;font-size:11px}.home-page .s-item.highlight{border-color:var(--green-dim);color:var(--green);background:#2dff7a0d}.home-page .s-item.dark{background:#141a14}.home-page .stack-sidebar{border-top:1px solid var(--border);flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:20px;display:flex}.home-page .side-item{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;background:#ffffff08;border-radius:4px;padding:4px 10px;font-size:9px}.home-page .inference-visual{justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.home-page .inf-box{border:1px solid var(--border);text-align:center;background:#ffffff08;border-radius:12px;padding:20px;box-shadow:0 10px 30px #00000080}.home-page .inf-title{color:var(--muted);letter-spacing:1px;margin-bottom:15px;font-size:9px}.home-page .inf-nodes{gap:10px;display:flex}.home-page .inf-node{width:40px;height:50px;color:var(--green);background:#0d130d;border:1px solid #2dff7a4d;border-radius:4px;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex;box-shadow:0 5px 15px #2dff7a1a}.home-page .inf-pipe{background:linear-gradient(90deg, var(--green), transparent);flex-grow:1;height:2px;position:relative}.home-page .inf-pipe-label{color:var(--muted);white-space:nowrap;font-size:8px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.home-page .inf-rel{text-align:center;color:var(--green)}.home-page .prototype-visual{width:100%}.home-page .proto-dashboard{border:1px solid var(--border);background:#0d130d;border-radius:12px;padding:16px;box-shadow:0 20px 40px #0006}.home-page .proto-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:10px;display:flex}.home-page .proto-dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 8px var(--green);border-radius:50%}.home-page .proto-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px;display:grid}.home-page .proto-gauge{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:12px}.home-page .gauge-arc{background:#1a251a;border-radius:2px;height:4px;margin-bottom:8px;position:relative;overflow:hidden}.home-page .gauge-arc:after{content:"";background:var(--green);width:60%;height:100%;position:absolute;top:0;left:0}.home-page .gauge-val{font-family:var(--font-mono);color:var(--white);font-size:14px;font-weight:700}.home-page .proto-spark{border-top:1px solid #ffffff0d;padding-top:15px}.home-page .workload-title{color:var(--white);letter-spacing:-1px;margin-bottom:20px;font-size:32px}.home-page .workload-desc{color:#c8d4c899;margin-bottom:30px;font-size:16px;line-height:1.6}.home-page .workload-bullets{flex-direction:column;gap:16px;margin:0 0 40px;padding:0;list-style:none;display:flex}.home-page .workload-bullets li{color:var(--white);align-items:flex-start;font-size:15px;font-weight:500;display:flex}@media (max-width:1100px){.home-page .workloads-container{grid-template-columns:1fr;gap:50px;padding:60px 40px}.home-page .workloads-visual{width:100%;max-width:600px;min-height:260px;max-height:260px;margin:0 auto;padding:20px;overflow:visible;order:-1!important}.home-page .workload-title{text-align:left;margin-top:10px;font-size:26px}.home-page .workload-desc{text-align:left;font-size:14px;line-height:1.5}.home-page .workload-bullets{align-items:flex-start;gap:10px}.home-page .stack-row{gap:8px}.home-page .stack-label{width:60px;font-size:8px}.home-page .s-item{padding:3px 6px;font-size:9px}.home-page .inf-box{padding:10px}.home-page .inf-node{width:28px;height:36px;font-size:8px}.home-page .proto-grid{gap:10px}.home-page .proto-gauge{padding:8px}.home-page .btn-launch.mt-8{width:fit-content;margin:0 auto;display:flex}}.home-page .faq-status-card{background:#2dff7a0d;border:1px solid #2dff7a1a;border-radius:16px;max-width:320px;padding:24px}.home-page .status-label{font-family:var(--font-mono);color:var(--green);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:10px;margin-bottom:8px;font-size:11px;display:flex}.home-page .status-pulse{background:var(--green);border-radius:50%;width:8px;height:8px;animation:2s infinite faq-pulse}.home-page .status-meta{color:var(--muted);font-size:12px}.home-page .faq-section-wrap{padding:120px 0}.home-page .faq-top-header{text-align:center;max-width:680px;margin:0 auto 80px}.home-page .faq-main-title{letter-spacing:-2px;color:var(--white);margin-bottom:20px;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.05}.home-page .faq-main-sub{color:var(--muted);font-size:17px;line-height:1.65}.home-page .faq-body-grid{grid-template-columns:380px 1fr;align-items:start;gap:60px;display:grid}.home-page .faq-info-panel{background:#2dff7a0a;border:1px solid #2dff7a1f;border-radius:24px;padding:48px 36px;position:sticky;top:120px;overflow:hidden}.home-page .faq-info-glow{pointer-events:none;background:radial-gradient(circle,#2dff7a1f 0%,#0000 70%);width:240px;height:240px;position:absolute;top:-60px;left:-60px}.home-page .faq-info-icon{filter:drop-shadow(0 0 16px #2dff7a80);margin-bottom:20px;font-size:40px;display:block}.home-page .faq-info-title{color:var(--white);margin-bottom:14px;font-size:24px;font-weight:700}.home-page .faq-info-desc{color:var(--muted);margin-bottom:32px;font-size:15px;line-height:1.65}.home-page .faq-noc{background:#0003;border:1px solid #2dff7a1a;border-radius:12px;align-items:center;gap:14px;margin-bottom:28px;padding:14px 18px;display:flex}.home-page .faq-noc-dot{background:var(--green);width:10px;height:10px;box-shadow:0 0 10px var(--green);border-radius:50%;flex-shrink:0;animation:2s infinite faq-pulse}.home-page .faq-noc-label{font-family:var(--font-mono);color:var(--green);text-transform:uppercase;letter-spacing:.8px;font-size:12px}.home-page .faq-noc-sub{color:var(--muted);margin-top:2px;font-size:11px}.home-page .faq-contact-btn{color:var(--green);background:#2dff7a1a;border:1px solid #2dff7a40;border-radius:12px;padding:14px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.home-page .faq-contact-btn:hover{border-color:var(--green);background:#2dff7a26;transform:translateY(-2px);box-shadow:0 8px 24px #2dff7a26}.home-page .faq-accordion{flex-direction:column;gap:16px;display:flex}.home-page .faq-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:18px;padding:0 32px;transition:border-color .3s,box-shadow .3s,background .3s}.home-page .faq-item:hover{background:#ffffff08;border-color:#2dff7a33}.home-page .faq-item.open{background:#2dff7a08;border-color:#2dff7a59;box-shadow:0 12px 40px #00000059,inset 0 0 0 1px #2dff7a14}.home-page .faq-q{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;display:flex}.home-page .faq-q-text{color:var(--white);font-size:18px;font-weight:600;line-height:1.4;transition:color .2s}.home-page .faq-item:hover .faq-q-text,.home-page .faq-item.open .faq-q-text{color:var(--green)}.home-page .faq-toggle{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:22px;height:22px;transition:border-color .3s,background .3s;position:relative}.home-page .faq-item.open .faq-toggle{background:#2dff7a14;border-color:#2dff7a66}.home-page .faq-toggle-bar{background:var(--muted);border-radius:2px;width:10px;height:2px;transition:background .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-page .faq-toggle-bar.v{transition:transform .35s cubic-bezier(.4,0,.2,1),background .25s;transform:translate(-50%,-50%)rotate(90deg)}.home-page .faq-item.open .faq-toggle-bar{background:var(--green)}.home-page .faq-item.open .faq-toggle-bar.v{background:var(--green);transform:translate(-50%,-50%)rotate(0)}.home-page .faq-a{max-height:0;transition:max-height .42s cubic-bezier(.4,0,.2,1);overflow:hidden}.home-page .faq-item.open .faq-a{max-height:400px}.home-page .faq-a-body{color:#c8d4c8a6;padding:0 0 28px;font-size:15px;line-height:1.75}@keyframes faq-pulse{0%{box-shadow:0 0 #2dff7a80}70%{box-shadow:0 0 0 10px #2dff7a00}to{box-shadow:0 0 #2dff7a00}}@media (max-width:1050px){.home-page .faq-body-grid{grid-template-columns:1fr;gap:50px}.home-page .faq-info-panel{position:static}}.check-tick{color:#666;opacity:.8;flex-shrink:0;width:14px;height:14px;margin-right:10px}.price-card.featured .check-tick{color:#ffffffb3}.price-feature{color:var(--text);align-items:center;margin-bottom:12px;font-size:14px;display:flex}.pricing-grid.technical{gap:20px;width:100%;max-width:1400px;margin-top:40px;display:grid;grid-template-columns:repeat(5,1fr)!important}.price-card.technical{border-radius:12px;flex-direction:column;min-width:0;padding:32px 24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;background:#0a0c0a!important;border:1px solid #1a1c1a!important}.price-card.technical:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000080,0 0 20px #2dff7a33;border-color:#2dff7a!important}.price-card.technical.featured{box-shadow:0 0 30px #2dff7a1a;border-color:#2dff7a!important}.popular-badge{color:#000;letter-spacing:1px;background:#2dff7a;border-radius:4px;padding:4px 10px;font-size:10px;font-weight:900;position:absolute;top:12px;right:12px}.price-tier{color:#666;letter-spacing:2px;margin-bottom:16px;font-size:10px;font-weight:700}.price-gpu-name{color:#fff;margin-bottom:12px;font-size:28px;font-weight:800}.price-amount{color:#fff;align-items:baseline;gap:4px;margin-bottom:8px;font-size:48px;font-weight:800;display:flex}.price-amount-suffix{color:#666;font-size:16px;font-weight:400}.price-quota{color:#888;margin-bottom:16px;font-size:13px}.price-desc{color:#aaa;margin-bottom:24px;font-size:14px;line-height:1.5}.price-divider{background:#1a1c1a;height:1px;margin:0 -24px 24px}.tech-green{flex-shrink:0;width:16px;height:16px;margin-right:12px;color:#2dff7a!important}.price-feature{color:#ccc;align-items:flex-start;margin-bottom:12px;font-size:13px;line-height:1.4;display:flex}.price-btn-tech{border-radius:8px;justify-content:center;align-items:center;width:100%;height:48px;margin-top:auto;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.price-btn-tech.outline{color:#fff;border:1px solid #333}.price-btn-tech.outline:hover{background:#ffffff0d;border-color:#666}.price-btn-tech.primary{color:#000;background:#2dff7a}.price-btn-tech.primary:hover{background:#24cc62;transform:translateY(-2px)}@media (max-width:1400px){.home-page .hp-section{padding:80px 40px}}@media (max-width:1300px){.multi-silicon-grid,.pricing-grid.technical,.home-page .pricing-grid{grid-template-columns:repeat(2,1fr)!important}.home-page .gpu-catalog{grid-template-columns:repeat(2,1fr)}}@media (max-width:1100px){.home-page .hero-live-strip{border-radius:16px;grid-template-columns:repeat(2,1fr);gap:20px;padding:24px;display:grid}.home-page .hlm-div{display:none}.home-page .why-stats{grid-template-columns:repeat(2,1fr)}.home-page .storage-grid,.home-page .faq-grid,.home-page .bench-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.multi-silicon-grid,.pricing-grid.technical,.home-page .pricing-grid{grid-template-columns:1fr!important}.home-page .gpu-catalog,.home-page .hero-live-strip,.home-page .why-stats{grid-template-columns:1fr}.home-page .hp-section{padding:60px 24px}.home-page .hp-h2{font-size:32px}.home-page .terminal-wrap{padding:0 20px}.home-page .terminal{margin:0 -20px;transform:scale(.95)}}.home-page .gpu-cat-card,.home-page .price-card,.home-page .partner-card,.home-page .stat-card{-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0d}.home-page .gpu-cat-card:hover,.home-page .price-card:hover,.home-page .partner-card:hover,.home-page .stat-card:hover{background:#ffffff0a;box-shadow:0 20px 40px #0000004d,0 0 20px #2dff7a0d}.home-page .btn-launch,.home-page .btn-outline,.home-page .gpu-cat-cta,.home-page .price-btn-tech{justify-content:center!important;align-items:center!important;gap:8px!important;line-height:normal!important;display:inline-flex!important}.home-page .btn-launch svg,.home-page .btn-outline svg,.home-page .gpu-cat-cta svg,.home-page .price-btn-tech svg{flex-shrink:0;display:block;position:relative;top:1px}
