* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial; background: #ffeaa7; padding: 20px; }
.container { max-width: 600px; margin: 0 auto; background: white; padding: 30px; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
h1 { text-align: center; color: #333; margin-bottom: 20px; }
.form-group { margin-bottom: 15px; }
label { display: block; margin-bottom: 5px; font-weight: bold; color: #333; }
input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; font-size: 14px; }
button { width: 100%; padding: 12px; background: #667eea; color: white; border: none; border-radius: 5px; font-size: 16px; font-weight: bold; cursor: pointer; }
button:hover { background: #764ba2; }
.alert { padding: 15px; margin-bottom: 20px; border-radius: 5px; }
.alert-success { background: #e8f5e9; color: #2e7d32; }
.alert-error { background: #ffebee; color: #c62828; }
.wishes { margin-top: 30px; }
.wish-item { background: #f5f5f5; padding: 15px; margin-bottom: 10px; border-radius: 5px; }
.wish-item strong { color: #333; }
.wish-item small { color: #999; }
.wish-box { background: #fab1a0; padding: 20px; border-radius: 5px; text-align: center; margin: 20px 0; }
.wish-box p { font-size: 18px; color: #333; }
