html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{white-space:pre;background:#f8f9fa;color:#333}#root{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:90vh;text-align:center;padding:20px}.header{padding:20px 0}.body{margin-top:-200px;width:100%;max-width:1200px}.examples{display:flex;flex-direction:column;align-items:flex-start;padding-top:40px;gap:20px}.hello{font-size:25px}.footer{padding:20px 0;color:#666}h1{font-size:45px;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.code-examples{max-width:1000px;margin:0 auto;padding:20px;text-align:left}.code-examples h1{text-align:center;margin-bottom:2em}.code-title{color:#333;margin-bottom:.5em;font-size:1.2em;font-weight:600}.navigation-links{display:flex;justify-content:space-between;margin-top:2em;padding-top:2em;border-top:1px solid #e1e5e9}.navigation-links a{color:#667eea;text-decoration:none;font-weight:500;padding:8px 16px;border-radius:6px;transition:background-color .2s ease}.navigation-links a:hover{background-color:#f0f2ff}a{color:#667eea;text-decoration:none;transition:color .2s ease}a:hover{color:#764ba2;text-decoration:underline}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}button:active{transform:translateY(0)}
