.container { max-width: 900px; margin: 0 auto; padding: 16px; } .header { margin-bottom: 20px; } .header h2 { margin: 0 0 4px 0; font-size: 20px; font-weight: 600; } .headerDesc { color: #666; font-size: 13px; margin: 0; } .statusRow { margin-top: 8px; } .steps { margin-bottom: 24px; } .stepContent { min-height: 320px; margin-bottom: 16px; } .cardTitle { font-size: 15px; font-weight: 600; } .stepNav { display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px solid #f0f0f0; } .modelFetchRow { display: flex; align-items: center; gap: 12px; } .testResult { margin-top: 16px; } .safetyNote { margin-top: 12px; padding: 8px 12px; background: #f6ffed; border: 1px solid #b7eb8f; border-radius: 6px; font-size: 12px; color: #389e0d; } .safetyNoteKey { margin-top: 8px; padding: 8px 12px; background: #fff7e6; border: 1px solid #ffd591; border-radius: 6px; font-size: 12px; color: #d46b08; }