body { font-family: Arial, sans-serif; margin: 0; background: #f5f7fa; color: #1f2937; }
.container { width: min(1100px, 94%); margin: 0 auto; }
.topbar { background: #002b5c; color: #fff; padding: 14px 0; }
.topbar a { color: #fff; text-decoration: none; margin-right: 14px; }
.card { background: #fff; border-radius: 10px; padding: 18px; margin: 18px 0; box-shadow: 0 2px 8px rgba(15,23,42,.08); }
.btn { display: inline-block; background: #0055b8; color: #fff; border: 0; border-radius: 6px; padding: 10px 14px; text-decoration: none; cursor: pointer; }
.btn.secondary { background: #64748b; }
.btn.warn { background: #b91c1c; }
.grid { display: grid; gap: 12px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 700px) { .grid-2 { grid-template-columns: 1fr; } }
label { display: block; margin: 8px 0 4px; font-weight: 600; }
input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='tel'], textarea, select { width: 100%; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; box-sizing: border-box; }
.alert { padding: 10px; border-radius: 6px; margin: 8px 0; }
.alert.error { background: #fee2e2; color: #991b1b; }
.alert.success { background: #dcfce7; color: #166534; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 8px; border-bottom: 1px solid #e2e8f0; vertical-align: middle; }
.progress { background: #e2e8f0; height: 10px; border-radius: 999px; overflow: hidden; }
.progress > div { height: 100%; background: #ffc20e; }
.question-title { font-size: 1.2rem; margin-bottom: 10px; }
.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 900px) { .photo-grid { grid-template-columns: repeat(3, 1fr); } }
.photo-card { border: 2px solid #d1d5db; border-radius: 10px; padding: 6px; cursor: pointer; }
.photo-card.selected { border-color: #0055b8; box-shadow: 0 0 0 3px rgba(0,85,184,.2); }
.photo-card img { width: 100%; border-radius: 8px; display: block; }
.brand-logo { height: 38px; }
.small { font-size: 0.85rem; color: #475569; }
