*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:4rem 2rem}.home-content{max-width:900px;text-align:center}.home-content h1{font-size:3rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a;letter-spacing:-.03em}.home-content h1,.home-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-subtitle{font-size:1.25rem;font-weight:500;color:#666;margin:0 0 1.5rem}.home-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#555;line-height:1.7;max-width:700px;margin:0 auto 3rem}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.feature-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.12);border-color:#d1d5db}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin:0 0 .5rem;color:#1a1a1a;font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.feature-card h3,.feature-card p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.feature-card p{margin:0;color:#666;line-height:1.6;font-size:.9375rem}.home-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.cta-button{padding:.875rem 1.75rem;font-size:1rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;border-radius:6px;transition:all .2s ease;display:inline-block}.cta-button.primary{background:#1a1a1a;color:#fff}.cta-button.primary:hover{background:#374151;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.cta-button.secondary{background:#fff;color:#1a1a1a;border:1px solid #e5e7eb}.cta-button.secondary:hover{background:#f9fafb;border-color:#d1d5db}@media (max-width:768px){.home-content h1{font-size:2rem}.home-subtitle{font-size:1.125rem}.home-description{font-size:.9375rem}.home-features{grid-template-columns:1fr}.home-actions{flex-direction:column;align-items:stretch}.cta-button{text-align:center}}.docs-container{max-width:1000px;margin:0 auto;padding:2rem;min-height:70vh}.docs-content{color:#1a1a1a}.docs-content h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a;letter-spacing:-.02em}.docs-intro{font-size:1.125rem;color:#666;line-height:1.7;margin:0 0 3rem}.protocol-section{margin:3rem 0;padding:2rem 0;border-bottom:1px solid #e5e7eb}.protocol-section:last-child{border-bottom:none}.protocol-section h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:600;margin:0 0 1rem;color:#1a1a1a;letter-spacing:-.01em}.protocol-content{line-height:1.7}.protocol-content h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;color:#1a1a1a}.protocol-content p{margin:0 0 1rem;color:#555;font-size:1rem}.protocol-content ol,.protocol-content ul{margin:1rem 0;padding-left:1.5rem;color:#555}.protocol-content li{margin:.5rem 0;line-height:1.6}.protocol-content ul ul{margin:.5rem 0;padding-left:1.5rem}.protocol-content strong{color:#1a1a1a;font-weight:600}.protocol-links{margin-top:1.5rem;padding:1rem;background:#f9fafb;border-radius:6px;border-left:3px solid #1a1a1a}.protocol-links a{color:#2563eb;text-decoration:none;font-weight:500}.protocol-links a:hover{text-decoration:underline}.diagram-container{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow-x:auto}.architecture-diagram{width:100%;height:auto;max-width:100%;display:block;margin:0 auto}@media (max-width:768px){.docs-container{padding:1rem}.docs-content h1{font-size:2rem}.protocol-section h2{font-size:1.5rem}.protocol-content h3{font-size:1.125rem}.diagram-container{padding:1rem;margin:1.5rem 0}.architecture-diagram{min-width:900px}}