* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, sans-serif; line-height: 1.6; color: #333; }
.container { max-width: 1200px; margin: 0 auto; padding: 2rem; }
header { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); color: white; padding: 2rem; text-align: center; }
table { width: 100%; border-collapse: collapse; margin: 2rem 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
th, td { padding: 1rem; border: 1px solid #e0e0e0; text-align: left; }
th { background: #f8f9fa; font-weight: bold; color: #333; }
tr:hover { background: #f8f9fa; }
.btn { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); color: white; padding: 0.75rem 1.5rem; border-radius: 5px; text-decoration: none; display: inline-block; font-weight: bold; transition: transform 0.2s; }
.btn:hover { transform: translateY(-2px); }
