*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}#root{min-height:100vh;width:100%}.container{max-width:800px;margin:50px auto 0;background:#fff;border-radius:10px;box-shadow:0 10px 30px #0003;padding:40px}h1{color:#667eea;margin-bottom:20px;font-size:2.5em}h2{color:#764ba2;margin-top:30px;margin-bottom:15px}p{margin-bottom:15px;color:#555}.button{display:inline-block;padding:12px 24px;background:#667eea;color:#fff;text-decoration:none;border-radius:5px;margin-top:20px;transition:background .3s;border:none;cursor:pointer;font-size:16px}.button:hover{background:#764ba2}nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.nav-logo{display:inline-flex;align-items:center;margin-right:auto;margin-top:0}.nav-logo-image{height:80px;width:80px;object-fit:cover;border-radius:8px;box-shadow:0 4px 10px #0006}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end}nav .button{margin:0 5px}ul{margin-left:20px;margin-bottom:15px}li{margin-bottom:8px}
