.resources-container{max-width:1000px;margin:0 auto;padding:0 32px 3rem}.resources-container section{border-bottom:1px solid var(--border);padding:60px 0}.resources-container section:last-of-type{border-bottom:none}.page-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.2rem;font-weight:800;line-height:1.1}.page-title span{color:var(--orange)}.page-subtitle{color:var(--text-muted);max-width:700px;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.section-title{border-left:6px solid var(--orange);margin-bottom:1.2rem;padding-left:1.2rem;font-size:2rem;font-weight:700}.section-text{color:#2a2a2a;max-width:800px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.vis-module{background:#fff;border:1px solid #e0e0e0;border-radius:24px;justify-content:center;align-items:center;width:100%;min-height:220px;margin:2rem 0 1rem;padding:20px;display:flex;box-shadow:0 8px 24px #00000008}.doc-grid{flex-wrap:wrap;justify-content:center;gap:25px;display:flex}.doc-item{color:#333;border:1px solid #aaa;border-radius:8px;justify-content:center;align-items:center;width:110px;height:70px;font-size:.85rem;animation:5s ease-in-out infinite floatDoc;display:flex}@keyframes floatDoc{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.layers-container{flex-direction:column;align-items:center;gap:15px;width:280px;display:flex}.layer-item{background:#fff;border:1px solid #777;border-radius:8px;justify-content:center;align-items:center;width:100%;height:45px;font-size:.9rem;animation:4s infinite layerGlow;display:flex}@keyframes layerGlow{0%{box-shadow:0 0 #0000001a}50%{box-shadow:0 4px 12px #0000001a}to{box-shadow:0 0 #0000001a}}.network-animation{width:100%;height:200px;position:relative}.net-node{background:#fff;border:1.5px solid #555;border-radius:50%;justify-content:center;align-items:center;width:65px;height:75px;font-size:.8rem;animation:7s infinite nodeFloat;display:flex;position:absolute}.net-node:first-child{top:10%;left:10%}.net-node:nth-child(2){animation-delay:.5s;top:55%;left:40%}.net-node:nth-child(3){animation-delay:1s;top:15%;left:70%}@keyframes nodeFloat{0%{transform:translate(0)}50%{transform:translate(10px,-10px)}to{transform:translate(0)}}.utxo-system{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;display:flex}.utxo-in,.utxo-out{background:#fff;border:1px solid #666;border-radius:8px;justify-content:center;align-items:center;animation:3s infinite pulseBox;display:flex}.utxo-in{width:70px;height:70px}.utxo-out{width:50px;height:50px}@keyframes pulseBox{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.flow-arrow{color:#666;font-size:2rem}.curve-container{width:100%;height:160px}.emission-curve{animation:5s linear infinite drawCurve}@keyframes drawCurve{to{stroke-dashoffset:-200px}}.tri-animation{width:250px;height:200px;position:relative}.tri-corner{background:#fff;border:2px solid #555;border-radius:12px;justify-content:center;align-items:center;width:100px;height:50px;font-size:.8rem;animation:4s infinite cornerPulse;display:flex;position:absolute}.tri-corner:first-child{top:0;left:75px}.tri-corner:nth-child(2){bottom:0;left:10px}.tri-corner:nth-child(3){bottom:0;right:10px}@keyframes cornerPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.graph-system{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.math-node{background:#fff;border:1px solid #666;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;animation:6s infinite nodeOrbitMath;display:flex}@keyframes nodeOrbitMath{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.grid-evolution{background-image:linear-gradient(#f7931a4d 1px,#0000 1px),linear-gradient(90deg,#f7931a4d 1px,#0000 1px);background-size:30px 30px;border:1px solid #f7931a33;border-radius:16px;width:100%;height:180px;animation:10s linear infinite gridShift}@keyframes gridShift{0%{background-position:0 0,0 0}to{background-position:30px 30px,30px 30px}}@media (max-width:600px){.page-title{font-size:2.5rem}.section-title{font-size:1.6rem}}
