.error-message{display:flex;align-items:flex-start;gap:.375rem;margin-top:.375rem;color:var(--danger, #EF4444);font-size:.8125rem;line-height:1.4;animation:errorFadeIn .2s ease-out}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.error-icon{flex-shrink:0;margin-top:.125rem}.error-text{flex:1}.validated-field{display:flex;flex-direction:column;margin-bottom:1rem}.validated-field-label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500;color:var(--gray-700, #374151)}.required-indicator{color:var(--danger, #EF4444);margin-left:.25rem}.field-hint{margin-top:.375rem;font-size:.8125rem;color:var(--gray-500, #6B7280)}.validated-field.has-error input,.validated-field.has-error textarea,.validated-field.has-error select{border-color:var(--danger, #EF4444);box-shadow:0 0 0 1px var(--danger, #EF4444)}.validated-field.has-error input:focus,.validated-field.has-error textarea:focus,.validated-field.has-error select:focus{border-color:var(--danger, #EF4444);box-shadow:0 0 0 2px #ef444433;outline:none}.error-summary{background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.error-summary-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;color:#b91c1c;font-size:.9375rem;font-weight:600}.error-summary-list{margin:0;padding-left:1.5rem;list-style-type:disc}.error-summary-list li{margin-bottom:.25rem}.error-summary-list li:last-child{margin-bottom:0}.error-summary-link{color:#b91c1c;text-decoration:underline;font-size:.875rem}.error-summary-link:hover{color:#991b1b}.error-summary-link:focus{outline:2px solid #B91C1C;outline-offset:2px;border-radius:2px}[data-theme=dark] .error-message{color:#f87171}[data-theme=dark] .validated-field-label{color:var(--gray-700, #E5E7EB)}[data-theme=dark] .field-hint{color:var(--gray-500, #9CA3AF)}[data-theme=dark] .validated-field.has-error input,[data-theme=dark] .validated-field.has-error textarea,[data-theme=dark] .validated-field.has-error select{border-color:#f87171;box-shadow:0 0 0 1px #f87171}[data-theme=dark] .validated-field.has-error input:focus,[data-theme=dark] .validated-field.has-error textarea:focus,[data-theme=dark] .validated-field.has-error select:focus{box-shadow:0 0 0 2px #f871714d}[data-theme=dark] .error-summary{background:#7f1d1d33;border-color:#f871714d}[data-theme=dark] .error-summary-title,[data-theme=dark] .error-summary-link{color:#f87171}[data-theme=dark] .error-summary-link:hover{color:#fca5a5}[data-theme=dark] .error-summary-link:focus{outline-color:#f87171}
