*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.dev-banner{padding:10px;font-weight:700}.dev-banner,.hero{background:#f8e8daff;text-align:center}.hero{padding:4rem 2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;background:white;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease}.cta-button:hover{transform:translateY(-2px)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.feature{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.dev-info{background:#f8f9fa;border-left:4px solid #28a745}.api-endpoints,.dev-info{padding:2rem;border-radius:12px}.api-endpoints{background:#2d3748;color:white;margin:2rem 0}.api-endpoints pre{background:#1a1a1a;padding:1rem;border-radius:8px;overflow-x:auto;font-size:14px}