
:root { --p: #00235a; --s: #ff8c00; }
body { font-family: sans-serif; background: #f0f2f5; display: flex; justify-content: center; min-height: 100vh; margin:0; }
.container { background: white; width: 100%; max-width: 500px; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-top: 10px solid var(--s); margin-top: 20px; text-align: center; height: fit-content; }
.card { background: #fafafa; padding: 15px; margin: 15px 0; border-radius: 8px; border: 1px solid #ddd; }
h2, h3 { color: var(--p); margin: 0 0 10px 0; }
input, select, button { width: 100%; padding: 12px; margin: 8px 0; border: 1px solid #ccc; border-radius: 8px; box-sizing: border-box; }
button { background: var(--p); color: white; border: none; font-weight: bold; cursor: pointer; }
button:hover { background: #003a94; }
ul { padding-left: 20px; }
