.mono{font-family:JetBrains Mono,Courier New,monospace}.page-header{text-align:center;padding:40px 0 20px}.page-title{letter-spacing:-1.5px;margin-bottom:16px;font-size:3rem;font-weight:700;line-height:1.1}.page-title span{color:var(--orange)}.page-subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.5}.terminal-hero{color:#fff;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:32px;margin:40px 0;padding:40px;position:relative;overflow:hidden}.terminal-content{z-index:2;position:relative}.terminal-text{color:#0f0;margin-bottom:20px;font-family:JetBrains Mono,Courier New,monospace;font-size:1rem;line-height:1.8}.terminal-line{gap:10px;margin-bottom:8px;animation:.5s ease-out terminalFade;display:flex}.terminal-prompt{color:var(--orange)}@keyframes terminalFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-main-text{border-top:1px solid #3a3a3a;margin-top:30px;padding-top:30px}.hero-main-text h2{margin-bottom:15px;font-size:3rem;font-weight:700}.hero-main-text h2 span{color:var(--orange)}.hero-main-text p{color:#aaa;max-width:700px;font-size:1.2rem;line-height:1.6}.core-section{padding:60px 0}.core-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.core-content h3{margin-bottom:20px;font-size:2rem;font-weight:700}.core-content h3 span{color:var(--orange)}.core-content p{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem;line-height:1.7}.core-highlights{margin-top:30px}.core-highlight{border-left:3px solid var(--orange);margin-bottom:20px;padding-left:20px}.core-highlight h4{margin-bottom:5px;font-size:1.2rem;font-weight:600}.core-highlight p{color:var(--text-muted);margin-bottom:0;font-size:.95rem}.core-diagram{background:var(--bg-alt);border:1px solid var(--border);border-radius:24px;height:400px;padding:40px;position:relative}.core-dots{width:100%;height:100%;position:relative}.core-dot{background:var(--orange-light);border:3px solid var(--orange);border-radius:50%;width:20px;height:20px;animation:3s ease-in-out infinite corePulse;position:absolute}.core-dot.dot1{top:20%;left:20%}.core-dot.dot2{animation-delay:.3s;top:40%;left:50%}.core-dot.dot3{animation-delay:.6s;top:70%;left:30%}.core-dot.dot4{animation-delay:.9s;top:30%;left:70%}.core-dot.dot5{animation-delay:1.2s;top:60%;left:80%}@keyframes corePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.core-connection{background:linear-gradient(90deg, transparent, var(--orange), transparent);transform-origin:0;height:2px;position:absolute}.core-connection.conn1{width:120px;top:25%;left:22%;transform:rotate(30deg)}.core-connection.conn2{width:150px;top:45%;left:45%;transform:rotate(45deg)}.core-connection.conn3{width:100px;top:65%;left:35%;transform:rotate(60deg)}.core-connection.conn4{width:130px;top:35%;left:65%;transform:rotate(-30deg)}.linear-chain{background:#0000000d;border-radius:20px;align-items:center;height:40px;padding:0 10px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.linear-block{background:#ccc;border-radius:4px;width:20px;height:20px;margin-right:5px}.linear-block.active{background:var(--orange);animation:1s infinite blockPulse}@keyframes blockPulse{0%,to{opacity:1}50%{opacity:.5}}.pillars-section{background:var(--bg-alt);padding:60px 0}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.pillar-card{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:24px;padding:40px 30px}.pillar-card:hover{box-shadow:var(--shadow-hover);border-color:var(--orange);transform:translateY(-5px)}.pillar-number{color:var(--orange);opacity:.2;margin-bottom:10px;font-size:2.5rem;font-weight:800}.pillar-title{margin-bottom:15px;font-size:1.5rem;font-weight:700}.pillar-desc{color:var(--text-muted);margin-bottom:20px;line-height:1.6}.pillar-visual{width:100%;height:60px;position:relative}.pow-visual{background:var(--orange);border-radius:50%;width:40px;height:40px;animation:2s ease-in-out infinite powPulse;position:absolute;left:50%;transform:translate(-50%)}@keyframes powPulse{0%,to{opacity:1;transform:translate(-50%)scale(1)}50%{opacity:.7;transform:translate(-50%)scale(1.2)}}.pos-visual{border:3px solid var(--orange);border-radius:50%;width:60px;height:60px;animation:4s linear infinite posRotate;position:absolute;left:50%;transform:translate(-50%)}@keyframes posRotate{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(360deg)}}.difficulty-visual{justify-content:center;align-items:flex-end;gap:5px;height:60px;display:flex}.diff-bar{background:var(--orange-light);border:1px solid var(--orange);width:15px;animation:2s ease-in-out infinite diffPulse}.diff-bar:first-child{height:30px}.diff-bar:nth-child(2){height:50px;animation-delay:.2s}.diff-bar:nth-child(3){height:40px;animation-delay:.4s}.diff-bar:nth-child(4){height:60px;animation-delay:.6s}@keyframes diffPulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.2)}}.network-section{padding:60px 0}.network-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.network-content h3{margin-bottom:20px;font-size:2rem;font-weight:700}.network-content h3 span{color:var(--orange)}.network-content p{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem;line-height:1.7}.network-note{background:var(--bg-alt);border-left:4px solid var(--orange);border-radius:12px;margin-top:30px;padding:20px}.network-note p{margin-bottom:0;font-size:.95rem}.network-visual{background:#1a1a1a;border-radius:24px;height:400px;padding:40px;position:relative;overflow:hidden}.mesh-node{background:var(--orange);border-radius:50%;width:12px;height:12px;animation:3s ease-in-out infinite meshPulse;position:absolute}.mesh-node1{top:20%;left:30%}.mesh-node2{animation-delay:.3s;top:50%;left:60%}.mesh-node3{animation-delay:.6s;top:70%;left:20%}.mesh-node4{animation-delay:.9s;top:30%;left:70%}.mesh-node5{animation-delay:1.2s;top:80%;left:50%}@keyframes meshPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.5)}}.mesh-line{background:linear-gradient(90deg, transparent, var(--orange), transparent);transform-origin:0;height:1px;position:absolute}.mesh-line1{width:150px;top:22%;left:32%;transform:rotate(30deg)}.mesh-line2{width:180px;top:52%;left:55%;transform:rotate(-20deg)}.mesh-line3{width:120px;top:72%;left:22%;transform:rotate(45deg)}.mesh-line4{width:200px;top:32%;left:65%;transform:rotate(-15deg)}.ripple-effect{background:var(--orange);border-radius:50%;width:10px;height:10px;animation:3s ease-out infinite rippleEffect;position:absolute;top:50%;left:50%}@keyframes rippleEffect{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(20)}}.execution-section{background:var(--bg-alt);padding:60px 0}.execution-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.execution-content h3{margin-bottom:20px;font-size:2rem;font-weight:700}.execution-content h3 span{color:var(--orange)}.execution-content p{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem;line-height:1.7}.parallel-visual{border:1px solid var(--border);background:#fff;border-radius:24px;padding:40px}.parallel-row{gap:10px;margin-bottom:15px;display:flex}.parallel-block{background:var(--orange-light);border:2px solid var(--orange);border-radius:8px;flex:1;height:40px;animation:2s ease-in-out infinite parallelFlow}.parallel-block:nth-child(2){animation-delay:.3s}.parallel-block:nth-child(3){animation-delay:.6s}@keyframes parallelFlow{0%,to{background:var(--orange-light);transform:scaleY(1)}50%{background:var(--orange);transform:scaleY(1.3)}}.ethereum-row{align-items:center;gap:10px;display:flex}.eth-block{background:#ccc;border-radius:8px;width:40px;height:40px;animation:3s linear infinite sequentialFlow}@keyframes sequentialFlow{0%{opacity:.3}20%{opacity:1}40%{opacity:.3}to{opacity:.3}}.security-section{padding:60px 0}.security-box{color:#fff;background:#1a1a1a;border-radius:32px;padding:50px}.security-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.security-item{transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:30px}.security-item:hover{border-color:var(--orange);transform:translateY(-5px)}.security-item h4{color:var(--orange);margin-bottom:15px;font-size:1.2rem;font-weight:600}.security-item p{color:#aaa;font-size:.95rem;line-height:1.6}.security-tag{color:var(--orange);background:#f7931a1a;border:1px solid #f7931a4d;border-radius:20px;margin-top:15px;padding:5px 10px;font-size:.8rem;display:inline-block}.requirements-section{background:var(--bg-alt);padding:60px 0}.requirements-table{border:1px solid var(--border);background:#fff;border-radius:24px;margin-top:40px;overflow:hidden}.table-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 2fr 1fr;display:grid}.table-row:last-child{border-bottom:none}.table-row.header{background:var(--orange-light);color:var(--orange-dark);font-weight:700}.table-cell{padding:20px}.table-cell:not(:last-child){border-right:1px solid var(--border)}.node-type{font-weight:600}.node-specs{color:var(--orange);font-family:JetBrains Mono,monospace}.node-desc{color:var(--text-muted);font-size:.9rem}.cta-section{text-align:center;padding:60px 0}.cta-content{max-width:700px;margin:0 auto}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-btn{transition:var(--transition);border-radius:40px;padding:15px 30px;font-weight:600;text-decoration:none}.cta-btn.primary{background:var(--orange);color:#fff}.cta-btn.primary:hover{background:var(--orange-dark);box-shadow:var(--shadow-hover);transform:translateY(-3px)}.cta-btn.secondary{border:2px solid var(--orange);color:var(--text);background:0 0}.cta-btn.secondary:hover{background:var(--orange);color:#fff;transform:translateY(-3px)}@media (max-width:1000px){.core-grid,.network-grid,.execution-grid,.pillars-grid,.security-grid{grid-template-columns:1fr;gap:40px}.table-row{grid-template-columns:1fr}.table-cell{border-bottom:1px solid var(--border);border-right:none!important}.table-row.header{display:none}}@media (max-width:600px){.page-title{font-size:2.5rem}.hero-main-text h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px}}
