.animal-treatments-container{background:#fff;border-radius:12px;overflow:hidden}.animal-treatments-container.inline-form-mode{background:#f8faf8}.animal-treatments-container .treatments-header{align-items:center;background:linear-gradient(135deg,rgba(22,163,74,.1),rgba(22,163,74,.05));border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.animal-treatments-container .treatments-header.inline-form-header{background:#fff;border-bottom:1px solid #e5e7eb}.animal-treatments-container .treatments-header .header-title{align-items:center;display:flex;gap:10px}.animal-treatments-container .treatments-header .header-title .back-btn{border-radius:6px;color:#6b7280;padding:6px}.animal-treatments-container .treatments-header .header-title .back-btn:hover{background:rgba(0,0,0,.05);color:#1f2937}.animal-treatments-container .treatments-header .header-title svg{color:#16a34a;flex-shrink:0}.animal-treatments-container .treatments-header .header-title h4{color:#1f2937;font-size:1.05rem;font-weight:600;margin:0}.animal-treatments-container .treatments-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.animal-treatments-container .treatments-header .header-actions .filter-btn,.animal-treatments-container .treatments-header .header-actions .refresh-btn{align-items:center;border-radius:6px;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.animal-treatments-container .treatments-header .header-actions .filter-btn svg,.animal-treatments-container .treatments-header .header-actions .refresh-btn svg{flex-shrink:0}.animal-treatments-container .treatments-header .header-actions .filter-btn svg.spin,.animal-treatments-container .treatments-header .header-actions .refresh-btn svg.spin{animation:spin 1s linear infinite}.animal-treatments-container .treatments-header .header-actions .view-toggle{border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:2px;overflow:hidden}.animal-treatments-container .treatments-header .header-actions .view-toggle .btn{align-items:center;border:none;border-radius:0;display:flex;padding:6px 10px}.animal-treatments-container .treatments-header .header-actions .add-btn{align-items:center;background:#16a34a;border-color:#16a34a;border-radius:6px;display:flex;font-size:13px;font-weight:600;gap:6px;padding:6px 14px}.animal-treatments-container .treatments-header .header-actions .add-btn:hover{background:#15803d;border-color:#15803d}.animal-treatments-container .animal-context-banner{align-items:center;background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;padding:12px 20px}.animal-treatments-container .animal-context-banner .animal-info{align-items:center;display:flex;gap:12px}.animal-treatments-container .animal-context-banner .animal-info .animal-emoji{font-size:28px;line-height:1}.animal-treatments-container .animal-context-banner .animal-info .animal-details{display:flex;flex-direction:column;gap:2px}.animal-treatments-container .animal-context-banner .animal-info .animal-details strong{color:#1f2937;font-size:.95rem}.animal-treatments-container .animal-context-banner .animal-info .animal-details .animal-tag{color:#6b7280;font-size:.8rem}.animal-treatments-container .filters-panel{align-items:flex-end;background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding:14px 20px}.animal-treatments-container .filters-panel .filter-group{display:flex;flex-direction:column;gap:4px;min-width:140px}.animal-treatments-container .filters-panel .filter-group label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.animal-treatments-container .filters-panel .filter-group .filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:.85rem;padding:6px 10px}.animal-treatments-container .filters-panel .filter-group .filter-select:focus{border-color:#16a34a;box-shadow:0 0 0 2px rgba(22,163,74,.1);outline:none}.animal-treatments-container .filters-panel .clear-filters{color:#9ca3af;font-size:.8rem;padding:6px 0}.animal-treatments-container .filters-panel .clear-filters:hover{color:#ef4444}.animal-treatments-container .treatment-stats{background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;overflow-x:auto;padding:14px 20px}.animal-treatments-container .treatment-stats::-webkit-scrollbar{display:none}.animal-treatments-container .treatment-stats .stat-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1;flex-direction:column;min-width:70px;padding:10px 16px;transition:all .15s ease}.animal-treatments-container .treatment-stats .stat-item .stat-value{color:#1f2937;font-size:1.3rem;font-weight:700}.animal-treatments-container .treatment-stats .stat-item .stat-label{color:#9ca3af;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.animal-treatments-container .treatment-stats .stat-item.completed{border-color:rgba(22,163,74,.3)}.animal-treatments-container .treatment-stats .stat-item.completed .stat-value{color:#16a34a}.animal-treatments-container .treatment-stats .stat-item.ongoing{border-color:rgba(59,130,246,.3)}.animal-treatments-container .treatment-stats .stat-item.ongoing .stat-value{color:#3b82f6}.animal-treatments-container .treatment-stats .stat-item.planned{border-color:rgba(245,158,11,.3)}.animal-treatments-container .treatment-stats .stat-item.planned .stat-value{color:#f59e0b}.animal-treatments-container .treatments-content{padding:16px 20px}.animal-treatments-container .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:60px 20px}.animal-treatments-container .loading-state .spin{animation:spin 1s linear infinite}.animal-treatments-container .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.animal-treatments-container .empty-state .empty-icon{color:#9ca3af;margin-bottom:16px;opacity:.5}.animal-treatments-container .empty-state h5{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:8px}.animal-treatments-container .empty-state p{color:#6b7280;font-size:.9rem;margin-bottom:20px;max-width:400px}.animal-treatments-container .empty-state .btn-primary{background:#16a34a;border-color:#16a34a}.animal-treatments-container .empty-state .btn-primary:hover{background:#15803d}.animal-treatments-container .treatments-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.animal-treatments-container .treatments-table-wrapper .treatments-table{font-size:.85rem;margin:0;width:100%}.animal-treatments-container .treatments-table-wrapper .treatments-table thead{background:#f8faf8}.animal-treatments-container .treatments-table-wrapper .treatments-table thead th{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:10px 12px;text-transform:uppercase;white-space:nowrap}.animal-treatments-container .treatments-table-wrapper .treatments-table tbody tr{transition:background .15s ease}.animal-treatments-container .treatments-table-wrapper .treatments-table tbody tr:hover{background:rgba(22,163,74,.03)}.animal-treatments-container .treatments-table-wrapper .treatments-table tbody tr td{border-color:#e5e7eb;padding:10px 12px;vertical-align:middle}.animal-treatments-container .treatments-table-wrapper .treatments-table .treatment-info strong{color:#1f2937;display:block;font-size:.85rem}.animal-treatments-container .treatments-table-wrapper .treatments-table .treatment-info .urgency-indicator{margin-top:4px}.animal-treatments-container .treatments-table-wrapper .treatments-table .medication-info small{font-size:.75rem}.animal-treatments-container .treatments-table-wrapper .treatments-table .actions-col{text-align:right;width:100px}.animal-treatments-container .treatments-table-wrapper .treatments-table .action-buttons{display:flex;gap:4px;justify-content:flex-end}.animal-treatments-container .treatments-table-wrapper .treatments-table .action-buttons .btn{align-items:center;display:flex;justify-content:center;padding:4px 8px}.animal-treatments-container .status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-treatments-container .status-badge.completed{background:rgba(22,163,74,.15);color:#15803d}.animal-treatments-container .status-badge.ongoing{animation:pulse-ongoing 2s infinite;background:rgba(59,130,246,.15);color:#1d4ed8}.animal-treatments-container .status-badge.planned{background:rgba(99,102,241,.15);color:#4f46e5}.animal-treatments-container .status-badge.pending{background:rgba(245,158,11,.15);color:#d97706}.animal-treatments-container .status-badge.approved{background:rgba(22,163,74,.15);color:#15803d}.animal-treatments-container .status-badge.cancelled,.animal-treatments-container .status-badge.discontinued,.animal-treatments-container .status-badge.rejected{background:hsla(220,9%,46%,.15);color:#4b5563}.animal-treatments-container .status-badge.emergency{animation:pulse-emergency 1.5s infinite;background:rgba(239,68,68,.15);color:#dc2626}.animal-treatments-container .status-badge.on-hold{background:rgba(245,158,11,.15);color:#d97706}.animal-treatments-container .type-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-treatments-container .type-badge.medication{background:rgba(59,130,246,.1);color:#3b82f6}.animal-treatments-container .type-badge.surgery{background:rgba(239,68,68,.1);color:#ef4444}.animal-treatments-container .type-badge.vaccination{background:rgba(22,163,74,.1);color:#16a34a}.animal-treatments-container .type-badge.therapy{background:rgba(236,72,153,.1);color:#ec4899}.animal-treatments-container .type-badge.emergency{background:rgba(239,68,68,.1);color:#ef4444}.animal-treatments-container .type-badge.wound-care{background:rgba(236,72,153,.1);color:#ec4899}.animal-treatments-container .type-badge.deworming{background:rgba(139,92,246,.1);color:#8b5cf6}.animal-treatments-container .type-badge.pain-management{background:rgba(236,72,153,.1);color:#ec4899}.animal-treatments-container .type-badge.preventive{background:rgba(20,184,166,.1);color:#14b8a6}.animal-treatments-container .type-badge.followup{background:rgba(245,158,11,.1);color:#f59e0b}.animal-treatments-container .type-badge.diagnostic,.animal-treatments-container .type-badge.examination{background:rgba(99,102,241,.1);color:#6366f1}.animal-treatments-container .type-badge.other{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-treatments-container .urgency-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:.65rem;font-weight:600;letter-spacing:.05em;padding:2px 8px;text-transform:uppercase}.animal-treatments-container .urgency-badge.low{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-treatments-container .urgency-badge.normal{background:rgba(59,130,246,.1);color:#3b82f6}.animal-treatments-container .urgency-badge.high{background:rgba(245,158,11,.1);color:#f59e0b}.animal-treatments-container .urgency-badge.urgent{background:rgba(249,115,22,.15);color:#ea580c}.animal-treatments-container .urgency-badge.critical,.animal-treatments-container .urgency-badge.emergency,.animal-treatments-container .urgency-badge.life-threatening{animation:pulse-emergency 1s infinite;background:rgba(239,68,68,.1);color:#ef4444}.animal-treatments-container .treatments-cards{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.animal-treatments-container .animal-treatment-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.animal-treatments-container .animal-treatment-card:hover{border-color:rgba(22,163,74,.3);box-shadow:0 4px 6px rgba(0,0,0,.07)}.animal-treatments-container .animal-treatment-card .treatment-card-header{background:linear-gradient(135deg,rgba(22,163,74,.1),rgba(22,163,74,.03));border-bottom:1px solid #e5e7eb;padding:12px 14px}.animal-treatments-container .animal-treatment-card .treatment-card-header .treatment-info .treatment-name{color:#1f2937;font-size:.95rem;font-weight:600;margin:0 0 8px}.animal-treatments-container .animal-treatment-card .treatment-card-header .treatment-info .treatment-badges{display:flex;flex-wrap:wrap;gap:6px}.animal-treatments-container .animal-treatment-card .treatment-card-body{display:flex;flex-direction:column;gap:8px;padding:12px 14px}.animal-treatments-container .animal-treatment-card .treatment-card-body .treatment-detail{align-items:center;color:#6b7280;display:flex;font-size:.85rem;gap:6px}.animal-treatments-container .animal-treatment-card .treatment-card-body .treatment-detail svg{color:#9ca3af;flex-shrink:0}.animal-treatments-container .animal-treatment-card .treatment-card-actions{background:#f8faf8;border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:flex-end;padding:10px 14px}.animal-treatments-container .animal-treatment-card .treatment-card-actions .btn{align-items:center;display:flex;font-size:.8rem;font-weight:500;gap:4px;padding:5px 12px}@keyframes pulse-ongoing{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse-emergency{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4);opacity:1}50%{box-shadow:0 0 0 4px rgba(239,68,68,.1);opacity:.85}}@media(min-width:768px)and (max-width:1399px){.animal-treatments-container .treatments-header .header-actions{gap:6px}.animal-treatments-container .treatments-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.animal-treatments-container .treatment-stats .stat-item{padding:8px 12px}.animal-treatments-container .treatment-stats .stat-item .stat-value{font-size:1.1rem}}@media(max-width:767px){.animal-treatments-container .treatments-header{align-items:stretch;flex-direction:column;padding:12px 16px}.animal-treatments-container .treatments-header .header-title h4{font-size:.95rem}.animal-treatments-container .treatments-header .header-actions{gap:6px;justify-content:flex-end}.animal-treatments-container .treatments-header .header-actions .add-btn{flex:1;justify-content:center}.animal-treatments-container .filters-panel{flex-direction:column;padding:12px 16px}.animal-treatments-container .filters-panel .filter-group{width:100%}.animal-treatments-container .treatment-stats{gap:8px;padding:12px 16px}.animal-treatments-container .treatment-stats .stat-item{min-width:60px;padding:8px 10px}.animal-treatments-container .treatment-stats .stat-item .stat-value{font-size:1.1rem}.animal-treatments-container .treatments-content{padding:12px 16px}.animal-treatments-container .treatments-cards{grid-template-columns:1fr}.animal-treatments-container .animal-context-banner{padding:10px 16px}.animal-treatments-container .animal-context-banner .animal-info .animal-emoji{font-size:24px}}.animal-vaccinations-container{background:#fff;border-radius:12px;overflow:hidden}.animal-vaccinations-container.inline-form-mode{background:#f8faf8}.animal-vaccinations-container .vaccinations-header{align-items:center;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(139,92,246,.05));border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.animal-vaccinations-container .vaccinations-header.inline-form-header{background:#fff;border-bottom:1px solid #e5e7eb}.animal-vaccinations-container .vaccinations-header .header-title{align-items:center;display:flex;gap:10px}.animal-vaccinations-container .vaccinations-header .header-title .back-btn{border-radius:6px;color:#6b7280;padding:6px}.animal-vaccinations-container .vaccinations-header .header-title .back-btn:hover{background:rgba(0,0,0,.05);color:#1f2937}.animal-vaccinations-container .vaccinations-header .header-title svg{color:#8b5cf6;flex-shrink:0}.animal-vaccinations-container .vaccinations-header .header-title h4{color:#1f2937;font-size:1.05rem;font-weight:600;margin:0}.animal-vaccinations-container .vaccinations-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.animal-vaccinations-container .vaccinations-header .header-actions .filter-btn,.animal-vaccinations-container .vaccinations-header .header-actions .refresh-btn{align-items:center;border-radius:6px;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.animal-vaccinations-container .vaccinations-header .header-actions .filter-btn svg,.animal-vaccinations-container .vaccinations-header .header-actions .refresh-btn svg{flex-shrink:0}.animal-vaccinations-container .vaccinations-header .header-actions .filter-btn svg.spin,.animal-vaccinations-container .vaccinations-header .header-actions .refresh-btn svg.spin{animation:spin 1s linear infinite}.animal-vaccinations-container .vaccinations-header .header-actions .view-toggle{border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:2px;overflow:hidden}.animal-vaccinations-container .vaccinations-header .header-actions .view-toggle .btn{align-items:center;border:none;border-radius:0;display:flex;padding:6px 10px}.animal-vaccinations-container .vaccinations-header .header-actions .add-btn{align-items:center;background:#8b5cf6;border-color:#8b5cf6;border-radius:6px;display:flex;font-size:13px;font-weight:600;gap:6px;padding:6px 14px}.animal-vaccinations-container .vaccinations-header .header-actions .add-btn:hover{background:#6f35f4;border-color:#6f35f4}.animal-vaccinations-container .animal-context-banner{align-items:center;background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;padding:12px 20px}.animal-vaccinations-container .animal-context-banner .animal-info{align-items:center;display:flex;gap:12px}.animal-vaccinations-container .animal-context-banner .animal-info .animal-emoji{font-size:28px;line-height:1}.animal-vaccinations-container .animal-context-banner .animal-info .animal-details{display:flex;flex-direction:column;gap:2px}.animal-vaccinations-container .animal-context-banner .animal-info .animal-details strong{color:#1f2937;font-size:.95rem}.animal-vaccinations-container .animal-context-banner .animal-info .animal-details .animal-tag{color:#6b7280;font-size:.8rem}.animal-vaccinations-container .filters-panel{align-items:flex-end;background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding:14px 20px}.animal-vaccinations-container .filters-panel .filter-group{display:flex;flex-direction:column;gap:4px;min-width:140px}.animal-vaccinations-container .filters-panel .filter-group label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.animal-vaccinations-container .filters-panel .filter-group .filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:.85rem;padding:6px 10px}.animal-vaccinations-container .filters-panel .filter-group .filter-select:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.1);outline:none}.animal-vaccinations-container .filters-panel .clear-filters{color:#9ca3af;font-size:.8rem;padding:6px 0}.animal-vaccinations-container .filters-panel .clear-filters:hover{color:#ef4444}.animal-vaccinations-container .vaccination-stats{background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;overflow-x:auto;padding:14px 20px}.animal-vaccinations-container .vaccination-stats::-webkit-scrollbar{display:none}.animal-vaccinations-container .vaccination-stats .stat-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1;flex-direction:column;min-width:70px;padding:10px 16px;transition:all .15s ease}.animal-vaccinations-container .vaccination-stats .stat-item .stat-value{color:#1f2937;font-size:1.3rem;font-weight:700}.animal-vaccinations-container .vaccination-stats .stat-item .stat-label{color:#9ca3af;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.animal-vaccinations-container .vaccination-stats .stat-item.completed{border-color:rgba(22,163,74,.3)}.animal-vaccinations-container .vaccination-stats .stat-item.completed .stat-value{color:#16a34a}.animal-vaccinations-container .vaccination-stats .stat-item.overdue{border-color:rgba(239,68,68,.3)}.animal-vaccinations-container .vaccination-stats .stat-item.overdue .stat-value{color:#ef4444}.animal-vaccinations-container .vaccination-stats .stat-item.due-soon{border-color:rgba(245,158,11,.3)}.animal-vaccinations-container .vaccination-stats .stat-item.due-soon .stat-value{color:#f59e0b}.animal-vaccinations-container .vaccinations-content{min-height:200px;padding:16px 20px}.animal-vaccinations-container .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:60px 20px}.animal-vaccinations-container .loading-state .spin{animation:spin 1s linear infinite}.animal-vaccinations-container .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.animal-vaccinations-container .empty-state .empty-icon{color:#9ca3af;margin-bottom:16px;opacity:.5}.animal-vaccinations-container .empty-state h5{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:8px}.animal-vaccinations-container .empty-state p{color:#6b7280;font-size:.9rem;margin-bottom:20px;max-width:400px}.animal-vaccinations-container .empty-state .btn-primary{background:#8b5cf6;border-color:#8b5cf6}.animal-vaccinations-container .empty-state .btn-primary:hover{background:#6f35f4}.animal-vaccinations-container .vaccinations-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table{font-size:.85rem;margin:0;width:100%}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table thead{background:#f8faf8}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table thead th{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:10px 12px;text-transform:uppercase;white-space:nowrap}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table thead th.actions-col{text-align:right;width:100px}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table tbody tr{transition:background .15s ease}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table tbody tr:hover{background:rgba(139,92,246,.03)}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table tbody tr td{border-color:#e5e7eb;padding:10px 12px;vertical-align:middle}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .vaccine-info strong{color:#1f2937;display:block;font-size:.85rem}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .vaccine-info small{font-size:.75rem}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .next-due-cell{display:flex;flex-direction:column;gap:4px}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .urgency-indicator{border-radius:4px;display:inline-block;font-size:.7rem;font-weight:600;padding:2px 6px}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .urgency-indicator.critical{background:rgba(239,68,68,.1);color:#ef4444}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .urgency-indicator.high{background:rgba(245,158,11,.1);color:#f59e0b}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .urgency-indicator.medium{background:rgba(59,130,246,.1);color:#3b82f6}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .actions-col{text-align:right;width:100px}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .action-buttons{display:flex;gap:4px;justify-content:flex-end}.animal-vaccinations-container .vaccinations-table-wrapper .vaccinations-table .action-buttons .btn{align-items:center;display:flex;justify-content:center;padding:4px 8px}.animal-vaccinations-container .status-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-vaccinations-container .status-badge.completed{background:rgba(22,163,74,.1);color:#16a34a}.animal-vaccinations-container .status-badge.overdue{background:rgba(239,68,68,.1);color:#ef4444}.animal-vaccinations-container .status-badge.due-soon{background:rgba(245,158,11,.1);color:#f59e0b}.animal-vaccinations-container .status-badge.scheduled{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-vaccinations-container .type-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-vaccinations-container .type-badge.preventive{background:rgba(20,184,166,.1);color:#14b8a6}.animal-vaccinations-container .type-badge.therapeutic{background:rgba(59,130,246,.1);color:#3b82f6}.animal-vaccinations-container .type-badge.booster{background:rgba(22,163,74,.1);color:#16a34a}.animal-vaccinations-container .type-badge.mandatory{background:rgba(239,68,68,.1);color:#ef4444}.animal-vaccinations-container .type-badge.optional{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-vaccinations-container .vaccinations-cards{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.animal-vaccinations-container .animal-vaccination-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.animal-vaccinations-container .animal-vaccination-card:hover{border-color:rgba(139,92,246,.3);box-shadow:0 4px 6px rgba(0,0,0,.07)}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-header{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(139,92,246,.03));border-bottom:1px solid #e5e7eb;padding:12px 14px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-header .vaccination-info .vaccination-name{color:#1f2937;font-size:.95rem;font-weight:600;margin:0 0 8px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-header .vaccination-info .vaccination-badges{display:flex;flex-wrap:wrap;gap:6px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-body{display:flex;flex-direction:column;gap:8px;padding:12px 14px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-body .vaccination-detail{align-items:center;color:#6b7280;display:flex;font-size:.85rem;gap:6px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-body .vaccination-detail svg{color:#9ca3af;flex-shrink:0}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-body .vaccination-detail .urgency-indicator{margin-left:8px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-actions{background:#f8faf8;border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:flex-end;padding:10px 14px}.animal-vaccinations-container .animal-vaccination-card .vaccination-card-actions .btn{align-items:center;display:flex;font-size:.8rem;font-weight:500;gap:4px;padding:5px 12px}@media(min-width:768px)and (max-width:1399px){.animal-vaccinations-container .vaccinations-header .header-actions{gap:6px}.animal-vaccinations-container .vaccinations-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.animal-vaccinations-container .vaccination-stats .stat-item{padding:8px 12px}.animal-vaccinations-container .vaccination-stats .stat-item .stat-value{font-size:1.1rem}}@media(max-width:767px){.animal-vaccinations-container .vaccinations-header{align-items:stretch;flex-direction:column;padding:12px 16px}.animal-vaccinations-container .vaccinations-header .header-title h4{font-size:.95rem}.animal-vaccinations-container .vaccinations-header .header-actions{gap:6px;justify-content:flex-end}.animal-vaccinations-container .vaccinations-header .header-actions .add-btn{flex:1;justify-content:center}.animal-vaccinations-container .filters-panel{flex-direction:column;padding:12px 16px}.animal-vaccinations-container .filters-panel .filter-group{width:100%}.animal-vaccinations-container .vaccination-stats{gap:8px;padding:12px 16px}.animal-vaccinations-container .vaccination-stats .stat-item{min-width:60px;padding:8px 10px}.animal-vaccinations-container .vaccination-stats .stat-item .stat-value{font-size:1.1rem}.animal-vaccinations-container .vaccinations-content{padding:12px 16px}.animal-vaccinations-container .vaccinations-cards{grid-template-columns:1fr}.animal-vaccinations-container .animal-context-banner{padding:10px 16px}.animal-vaccinations-container .animal-context-banner .animal-info .animal-emoji{font-size:24px}}.animal-weight-tracking-container{background:#fff;border-radius:12px;overflow:hidden}.animal-weight-tracking-container.inline-form-mode{background:#f8faf8}.animal-weight-tracking-container .weight-tracking-header{align-items:center;background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(6,182,212,.05));border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.animal-weight-tracking-container .weight-tracking-header.inline-form-header{background:#fff;border-bottom:1px solid #e5e7eb}.animal-weight-tracking-container .weight-tracking-header .header-title{align-items:center;display:flex;gap:10px}.animal-weight-tracking-container .weight-tracking-header .header-title .back-btn{border-radius:6px;color:#6b7280;padding:6px}.animal-weight-tracking-container .weight-tracking-header .header-title .back-btn:hover{background:rgba(0,0,0,.05);color:#1f2937}.animal-weight-tracking-container .weight-tracking-header .header-title svg{color:#06b6d4;flex-shrink:0}.animal-weight-tracking-container .weight-tracking-header .header-title h4{color:#1f2937;font-size:1.05rem;font-weight:600;margin:0}.animal-weight-tracking-container .weight-tracking-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.animal-weight-tracking-container .weight-tracking-header .header-actions .filter-btn,.animal-weight-tracking-container .weight-tracking-header .header-actions .refresh-btn{align-items:center;border-radius:6px;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.animal-weight-tracking-container .weight-tracking-header .header-actions .filter-btn svg,.animal-weight-tracking-container .weight-tracking-header .header-actions .refresh-btn svg{flex-shrink:0}.animal-weight-tracking-container .weight-tracking-header .header-actions .filter-btn svg.spin,.animal-weight-tracking-container .weight-tracking-header .header-actions .refresh-btn svg.spin{animation:spin 1s linear infinite}.animal-weight-tracking-container .weight-tracking-header .header-actions .view-toggle{border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:2px;overflow:hidden}.animal-weight-tracking-container .weight-tracking-header .header-actions .view-toggle .btn{align-items:center;border:none;border-radius:0;display:flex;padding:6px 10px}.animal-weight-tracking-container .weight-tracking-header .header-actions .add-btn{align-items:center;background:#06b6d4;border-color:#06b6d4;border-radius:6px;display:flex;font-size:13px;font-weight:600;gap:6px;padding:6px 14px}.animal-weight-tracking-container .weight-tracking-header .header-actions .add-btn:hover{background:#0891b2;border-color:#0891b2}.animal-weight-tracking-container .animal-context-banner{align-items:center;background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;padding:12px 20px}.animal-weight-tracking-container .animal-context-banner .animal-info{align-items:center;display:flex;gap:12px}.animal-weight-tracking-container .animal-context-banner .animal-info .animal-emoji{font-size:28px;line-height:1}.animal-weight-tracking-container .animal-context-banner .animal-info .animal-details{display:flex;flex-direction:column;gap:2px}.animal-weight-tracking-container .animal-context-banner .animal-info .animal-details strong{color:#1f2937;font-size:.95rem}.animal-weight-tracking-container .animal-context-banner .animal-info .animal-details .animal-tag{color:#6b7280;font-size:.8rem}.animal-weight-tracking-container .animal-context-banner .animal-info .animal-details .current-weight{color:#06b6d4;font-size:.75rem;font-weight:600}.animal-weight-tracking-container .filters-panel{align-items:flex-end;background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;padding:14px 20px}.animal-weight-tracking-container .filters-panel .filter-group{display:flex;flex-direction:column;gap:4px;min-width:140px}.animal-weight-tracking-container .filters-panel .filter-group label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.animal-weight-tracking-container .filters-panel .filter-group .filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:.85rem;padding:6px 10px}.animal-weight-tracking-container .filters-panel .filter-group .filter-select:focus{border-color:#06b6d4;box-shadow:0 0 0 2px rgba(6,182,212,.1);outline:none}.animal-weight-tracking-container .filters-panel .clear-filters{color:#9ca3af;font-size:.8rem;padding:6px 0}.animal-weight-tracking-container .filters-panel .clear-filters:hover{color:#ef4444}.animal-weight-tracking-container .weight-stats{background:#f8faf8;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;overflow-x:auto;padding:14px 20px}.animal-weight-tracking-container .weight-stats::-webkit-scrollbar{display:none}.animal-weight-tracking-container .weight-stats .stat-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1;flex-direction:column;min-width:80px;padding:10px 16px;transition:all .15s ease}.animal-weight-tracking-container .weight-stats .stat-item .stat-value{color:#1f2937;font-size:1.3rem;font-weight:700}.animal-weight-tracking-container .weight-stats .stat-item .stat-label{color:#9ca3af;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-align:center;text-transform:uppercase}.animal-weight-tracking-container .weight-stats .stat-item.current{border-color:rgba(6,182,212,.3)}.animal-weight-tracking-container .weight-stats .stat-item.current .stat-value{color:#06b6d4}.animal-weight-tracking-container .weight-stats .stat-item.total{border-color:rgba(99,102,241,.3)}.animal-weight-tracking-container .weight-stats .stat-item.total .stat-value{color:#6366f1}.animal-weight-tracking-container .weight-stats .stat-item.gain{border-color:rgba(22,163,74,.3)}.animal-weight-tracking-container .weight-stats .stat-item.gain .stat-value{color:#16a34a}.animal-weight-tracking-container .weight-stats .stat-item.loss{border-color:rgba(239,68,68,.3)}.animal-weight-tracking-container .weight-stats .stat-item.loss .stat-value{color:#ef4444}.animal-weight-tracking-container .weight-stats .stat-item.adg{border-color:rgba(20,184,166,.3)}.animal-weight-tracking-container .weight-stats .stat-item.adg .stat-value{color:#14b8a6}.animal-weight-tracking-container .weight-stats .stat-item.bcs{border-color:rgba(139,92,246,.3)}.animal-weight-tracking-container .weight-stats .stat-item.bcs .stat-value{color:#8b5cf6}.animal-weight-tracking-container .growth-progress-section{background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(6,182,212,.03));border-bottom:1px solid #e5e7eb;padding:12px 20px}.animal-weight-tracking-container .growth-progress-section .progress-header{align-items:center;color:#6b7280;display:flex;font-size:.8rem;font-weight:500;justify-content:space-between;margin-bottom:8px}.animal-weight-tracking-container .growth-progress-section .growth-progress-bar{background:rgba(6,182,212,.2);border-radius:5px;height:10px}.animal-weight-tracking-container .growth-progress-section .growth-progress-bar .progress-bar{background:linear-gradient(90deg,#06b6d4,#14b8a6);border-radius:5px}.animal-weight-tracking-container .growth-progress-section .progress-labels{color:#9ca3af;display:flex;font-size:.7rem;justify-content:space-between;margin-top:6px}.animal-weight-tracking-container .weight-tracking-content{min-height:200px;padding:16px 20px}.animal-weight-tracking-container .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:60px 20px}.animal-weight-tracking-container .loading-state .spin{animation:spin 1s linear infinite}.animal-weight-tracking-container .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.animal-weight-tracking-container .empty-state .empty-icon{color:#9ca3af;margin-bottom:16px;opacity:.5}.animal-weight-tracking-container .empty-state h5{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:8px}.animal-weight-tracking-container .empty-state p{color:#6b7280;font-size:.9rem;margin-bottom:20px;max-width:400px}.animal-weight-tracking-container .empty-state .btn-primary{background:#06b6d4;border-color:#06b6d4}.animal-weight-tracking-container .empty-state .btn-primary:hover{background:#0891b2}.animal-weight-tracking-container .weight-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.animal-weight-tracking-container .weight-table-wrapper .weight-table{font-size:.85rem;margin:0;width:100%}.animal-weight-tracking-container .weight-table-wrapper .weight-table thead{background:#f8faf8}.animal-weight-tracking-container .weight-table-wrapper .weight-table thead th{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:10px 12px;text-transform:uppercase;white-space:nowrap}.animal-weight-tracking-container .weight-table-wrapper .weight-table tbody tr{transition:background .15s ease}.animal-weight-tracking-container .weight-table-wrapper .weight-table tbody tr:hover{background:rgba(6,182,212,.03)}.animal-weight-tracking-container .weight-table-wrapper .weight-table tbody tr td{border-color:#e5e7eb;padding:10px 12px;vertical-align:middle}.animal-weight-tracking-container .weight-table-wrapper .weight-table .date-cell{align-items:center;display:flex;flex-wrap:wrap}.animal-weight-tracking-container .weight-table-wrapper .weight-table .date-cell svg{color:#9ca3af}.animal-weight-tracking-container .weight-table-wrapper .weight-table .weight-cell strong{color:#06b6d4;font-size:1.05rem}.animal-weight-tracking-container .weight-table-wrapper .weight-table .recorded-by{align-items:center;display:flex;font-size:.85rem}.animal-weight-tracking-container .weight-table-wrapper .weight-table .recorded-by svg{color:#9ca3af}.animal-weight-tracking-container .weight-table-wrapper .weight-table .actions-col{text-align:right;width:100px}.animal-weight-tracking-container .weight-table-wrapper .weight-table .action-buttons{display:flex;gap:4px;justify-content:flex-end}.animal-weight-tracking-container .weight-table-wrapper .weight-table .action-buttons .btn{align-items:center;display:flex;justify-content:center;padding:4px 8px}.animal-weight-tracking-container .weight-change-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-weight-tracking-container .weight-change-badge .percentage{font-size:.6rem;margin-left:2px;opacity:.8}.animal-weight-tracking-container .weight-change-badge.positive{background:rgba(22,163,74,.1);color:#16a34a}.animal-weight-tracking-container .weight-change-badge.negative{background:rgba(239,68,68,.1);color:#ef4444}.animal-weight-tracking-container .weight-change-badge.neutral{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-weight-tracking-container .bcs-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-weight-tracking-container .bcs-badge.excellent{background:rgba(22,163,74,.1);color:#16a34a}.animal-weight-tracking-container .bcs-badge.good{background:rgba(6,182,212,.1);color:#0891b2}.animal-weight-tracking-container .bcs-badge.fair{background:rgba(245,158,11,.1);color:#f59e0b}.animal-weight-tracking-container .bcs-badge.poor{background:rgba(239,68,68,.1);color:#ef4444}.animal-weight-tracking-container .bcs-badge.over{background:rgba(139,92,246,.1);color:#8b5cf6}.animal-weight-tracking-container .method-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-weight-tracking-container .method-badge.digital{background:rgba(6,182,212,.1);color:#0891b2}.animal-weight-tracking-container .method-badge.mechanical{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-weight-tracking-container .method-badge.tape{background:rgba(245,158,11,.1);color:#f59e0b}.animal-weight-tracking-container .method-badge.visual{background:rgba(139,92,246,.1);color:#8b5cf6}.animal-weight-tracking-container .method-badge.calculated{background:rgba(99,102,241,.1);color:#6366f1}.animal-weight-tracking-container .method-badge.portable{background:rgba(20,184,166,.1);color:#14b8a6}.animal-weight-tracking-container .method-badge.crush{background:rgba(22,163,74,.1);color:#16a34a}.animal-weight-tracking-container .method-badge.other{background:hsla(220,9%,46%,.1);color:#6b7280}.animal-weight-tracking-container .daily-gain-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:600;gap:4px;padding:3px 8px}.animal-weight-tracking-container .daily-gain-badge.excellent{background:rgba(22,163,74,.1);color:#16a34a}.animal-weight-tracking-container .daily-gain-badge.good{background:rgba(6,182,212,.1);color:#0891b2}.animal-weight-tracking-container .daily-gain-badge.fair{background:rgba(245,158,11,.1);color:#f59e0b}.animal-weight-tracking-container .daily-gain-badge.low{background:rgba(249,115,22,.1);color:#f97316}.animal-weight-tracking-container .daily-gain-badge.negative{background:rgba(239,68,68,.1);color:#ef4444}.animal-weight-tracking-container .weight-records-cards{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.animal-weight-tracking-container .weight-record-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.animal-weight-tracking-container .weight-record-card:hover{border-color:rgba(6,182,212,.3);box-shadow:0 4px 6px rgba(0,0,0,.07)}.animal-weight-tracking-container .weight-record-card .record-card-header{align-items:flex-start;background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(6,182,212,.03));border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 14px}.animal-weight-tracking-container .weight-record-card .record-card-header .record-info .record-weight{color:#06b6d4;font-size:1.2rem;font-weight:700;margin:0 0 4px}.animal-weight-tracking-container .weight-record-card .record-card-header .record-info .record-date{align-items:center;color:#6b7280;display:flex;font-size:.8rem}.animal-weight-tracking-container .weight-record-card .record-card-header .record-badges{display:flex;flex-wrap:wrap;gap:6px}.animal-weight-tracking-container .weight-record-card .record-card-body{display:flex;flex-direction:column;gap:8px;padding:12px 14px}.animal-weight-tracking-container .weight-record-card .record-card-body .record-detail{align-items:center;color:#6b7280;display:flex;font-size:.85rem;gap:6px}.animal-weight-tracking-container .weight-record-card .record-card-body .record-detail svg{color:#9ca3af;flex-shrink:0}.animal-weight-tracking-container .weight-record-card .record-card-actions{background:#f8faf8;border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:flex-end;padding:10px 14px}.animal-weight-tracking-container .weight-record-card .record-card-actions .btn{align-items:center;display:flex;font-size:.8rem;font-weight:500;gap:4px;padding:5px 12px}@media(min-width:768px)and (max-width:1399px){.animal-weight-tracking-container .weight-tracking-header .header-actions{gap:6px}.animal-weight-tracking-container .weight-records-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.animal-weight-tracking-container .weight-stats .stat-item{padding:8px 12px}.animal-weight-tracking-container .weight-stats .stat-item .stat-value{font-size:1.1rem}}@media(max-width:767px){.animal-weight-tracking-container .weight-tracking-header{align-items:stretch;flex-direction:column;padding:12px 16px}.animal-weight-tracking-container .weight-tracking-header .header-title h4{font-size:.95rem}.animal-weight-tracking-container .weight-tracking-header .header-actions{gap:6px;justify-content:flex-end}.animal-weight-tracking-container .weight-tracking-header .header-actions .add-btn{flex:1;justify-content:center}.animal-weight-tracking-container .filters-panel{flex-direction:column;padding:12px 16px}.animal-weight-tracking-container .filters-panel .filter-group{width:100%}.animal-weight-tracking-container .weight-stats{gap:8px;padding:12px 16px}.animal-weight-tracking-container .weight-stats .stat-item{min-width:60px;padding:8px 10px}.animal-weight-tracking-container .weight-stats .stat-item .stat-value{font-size:1.1rem}.animal-weight-tracking-container .weight-tracking-content{padding:12px 16px}.animal-weight-tracking-container .weight-records-cards{grid-template-columns:1fr}.animal-weight-tracking-container .animal-context-banner{padding:10px 16px}.animal-weight-tracking-container .animal-context-banner .animal-info .animal-emoji{font-size:24px}.animal-weight-tracking-container .growth-progress-section{padding:10px 16px}}.animal-production-container{padding:0}.animal-production-container .production-header{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.animal-production-container .production-header .header-title{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.animal-production-container .production-header .header-title h4{color:#1f2937;font-size:16px;font-weight:600;margin:0}.animal-production-container .production-header .header-title .header-subtitle{color:#9ca3af;font-size:12px;margin-top:2px;width:100%}.animal-production-container .production-header .header-title svg{color:#f59e0b}.animal-production-container .production-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.animal-production-container .production-header .header-actions .filter-btn,.animal-production-container .production-header .header-actions .refresh-btn{align-items:center;display:flex;font-size:13px;gap:6px}.animal-production-container .production-header .header-actions .view-toggle{display:flex}.animal-production-container .production-header .header-actions .view-toggle .btn{border-radius:0}.animal-production-container .production-header .header-actions .view-toggle .btn:first-child{border-radius:6px 0 0 6px}.animal-production-container .production-header .header-actions .view-toggle .btn:last-child{border-radius:0 6px 6px 0}.animal-production-container .production-header .header-actions .add-btn{align-items:center;display:flex;font-size:13px;gap:4px}.animal-production-container .production-header .header-actions .spin{animation:prod-spin 1s linear infinite}.animal-production-container .production-header.inline-form-header .header-title .back-btn{align-items:center;color:#6b7280;display:flex;padding:4px 8px}.animal-production-container .production-header.inline-form-header .header-title .back-btn:hover{color:#f59e0b}.animal-production-container .animal-context-banner{background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(245,158,11,.05));border-bottom:1px solid #f3f4f6;padding:12px 20px}.animal-production-container .animal-context-banner .animal-info{align-items:center;display:flex;gap:12px}.animal-production-container .animal-context-banner .animal-info .animal-emoji{font-size:28px}.animal-production-container .animal-context-banner .animal-info .animal-details{display:flex;flex-direction:column;gap:2px}.animal-production-container .animal-context-banner .animal-info .animal-details strong{color:#1f2937;font-size:14px}.animal-production-container .animal-context-banner .animal-info .animal-details .animal-tag{color:#6b7280;font-size:12px}.animal-production-container .filters-panel{align-items:flex-end;background:#f9fafb;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:16px;padding:12px 20px}.animal-production-container .filters-panel .filter-group{display:flex;flex-direction:column;gap:4px}.animal-production-container .filters-panel .filter-group label{color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase}.animal-production-container .filters-panel .filter-group .filter-select{border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;height:32px;min-width:140px;padding:0 28px 0 10px}.animal-production-container .filters-panel .filter-group .filter-select:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.animal-production-container .filters-panel .clear-filters{color:#f59e0b;font-size:12px}.animal-production-container .production-stats{display:flex;flex-wrap:wrap;gap:12px;overflow-x:auto;padding:14px 20px}.animal-production-container .production-stats .stat-item{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:10px;display:flex;flex:1;flex-direction:column;gap:2px;min-width:90px;padding:10px 16px}.animal-production-container .production-stats .stat-item .stat-value{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:700;gap:4px}.animal-production-container .production-stats .stat-item .stat-value .trend-up{color:#16a34a}.animal-production-container .production-stats .stat-item .stat-value .trend-down{color:#ef4444}.animal-production-container .production-stats .stat-item .stat-label{color:#9ca3af;font-size:11px;letter-spacing:.3px;text-align:center;text-transform:uppercase}.animal-production-container .production-stats .stat-item.cost .stat-value{color:#16a34a}.animal-production-container .daily-chart-section{background:#fff;border:1px solid #f3f4f6;border-radius:12px;margin:0 20px 16px;padding:14px 16px}.animal-production-container .daily-chart-section .chart-header{align-items:center;color:#374151;display:flex;font-size:12px;font-weight:600;gap:6px;margin-bottom:12px}.animal-production-container .daily-chart-section .daily-bars{align-items:flex-end;display:flex;gap:4px;height:80px}.animal-production-container .daily-chart-section .daily-bars .day-col{align-items:center;display:flex;flex:1;flex-direction:column;gap:3px;height:100%}.animal-production-container .daily-chart-section .daily-bars .day-col .day-bar-track{align-items:flex-end;background:#f3f4f6;border-radius:3px 3px 0 0;display:flex;flex:1;max-width:24px;overflow:hidden;width:100%}.animal-production-container .daily-chart-section .daily-bars .day-col .day-bar-track .day-bar-fill{background:#e5e7eb;border-radius:3px 3px 0 0;transition:height .4s ease;width:100%}.animal-production-container .daily-chart-section .daily-bars .day-col .day-bar-track .day-bar-fill.active{background:linear-gradient(180deg,#f59e0b,#d97706)}.animal-production-container .daily-chart-section .daily-bars .day-col .day-label{color:#9ca3af;font-size:8px;font-weight:500}.animal-production-container .production-content{padding:0}.animal-production-container .production-table-wrapper{padding:0 20px 16px}.animal-production-container .production-table{font-size:13px}.animal-production-container .production-table thead th{border-bottom:2px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:10px 12px;text-transform:uppercase}.animal-production-container .production-table tbody td{border-bottom:1px solid #f3f4f6;padding:10px 12px;vertical-align:middle}.animal-production-container .production-table .type-info{align-items:center;display:flex;gap:8px}.animal-production-container .production-table .type-info .type-emoji-small{font-size:16px}.animal-production-container .production-table .destination-badge,.animal-production-container .production-table .quality-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;padding:3px 8px}.animal-production-container .production-table .actions-col{text-align:right;width:100px}.animal-production-container .production-table .action-buttons{display:flex;gap:6px;justify-content:flex-end}.animal-production-container .production-table .action-buttons .btn{border-radius:6px;padding:3px 8px}.animal-production-container .production-cards{display:flex;flex-direction:column;gap:8px;padding:0 20px 16px}.animal-production-container .production-card{background:#fff;border:1px solid #f3f4f6;border-radius:10px;cursor:pointer;padding:14px 16px;transition:all .2s}.animal-production-container .production-card:hover{border-color:rgba(245,158,11,.3);box-shadow:0 2px 8px rgba(0,0,0,.06)}.animal-production-container .production-card .card-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.animal-production-container .production-card .card-header-row .type-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:3px 10px}.animal-production-container .production-card .card-header-row .type-badge .type-emoji{font-size:13px}.animal-production-container .production-card .card-header-row .card-date{color:#9ca3af;font-size:11px}.animal-production-container .production-card .card-quantity{align-items:baseline;display:flex;gap:6px;margin-bottom:8px}.animal-production-container .production-card .card-quantity .qty-value{color:#1f2937;font-size:22px;font-weight:700;line-height:1}.animal-production-container .production-card .card-quantity .qty-unit{color:#6b7280;font-size:12px;font-weight:500}.animal-production-container .production-card .card-quantity .session-badge{background:rgba(59,130,246,.08);border-radius:4px;color:#3b82f6;font-size:10px;font-weight:500;padding:2px 6px}.animal-production-container .production-card .card-details{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.animal-production-container .production-card .card-details .detail-chip{align-items:center;display:inline-flex;font-size:11px;font-weight:500;gap:3px}.animal-production-container .production-card .card-details .detail-chip.revenue{color:#16a34a;font-weight:700}.animal-production-container .production-card .milk-metrics{border-top:1px solid #f3f4f6;color:#6b7280;display:flex;font-size:10px;gap:12px;padding-top:6px}.animal-production-container .production-card .milk-metrics span{font-weight:500}.animal-production-container .production-card .card-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:8px}.animal-production-container .production-card .card-actions .btn{align-items:center;border-radius:6px;display:flex;font-size:12px;gap:4px;padding:3px 8px}.animal-production-container .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:60px 20px}.animal-production-container .loading-state .spin{animation:prod-spin 1s linear infinite}.animal-production-container .empty-state{align-items:center;display:flex;flex-direction:column;padding:48px 24px;text-align:center}.animal-production-container .empty-state .empty-icon-wrapper{align-items:center;background:rgba(245,158,11,.1);border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:16px;width:80px}.animal-production-container .empty-state .empty-icon-wrapper .empty-icon{color:#f59e0b;opacity:.6}.animal-production-container .empty-state h5{color:#374151;font-size:16px;font-weight:600;margin:0 0 8px}.animal-production-container .empty-state>p{color:#9ca3af;font-size:13px;line-height:1.5;margin:0 0 20px;max-width:380px}.animal-production-container .empty-state .empty-types{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:8px}.animal-production-container .empty-state .empty-types .type-item{align-items:center;background:#f9fafb;border-radius:8px;color:#4b5563;display:flex;font-size:12px;gap:6px;padding:8px 14px}.animal-production-container .empty-state .empty-types .type-item .type-icon{font-size:16px}@media(max-width:768px){.animal-production-container .production-header{flex-direction:column;gap:10px;padding:12px 16px}.animal-production-container .production-header .header-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.animal-production-container .production-stats{gap:8px;padding:12px 16px}.animal-production-container .production-stats .stat-item{min-width:70px;padding:8px 12px}.animal-production-container .production-stats .stat-item .stat-value{font-size:14px}.animal-production-container .daily-chart-section{margin:0 16px 12px}.animal-production-container .daily-chart-section .daily-bars{gap:2px;height:60px}.animal-production-container .filters-panel{flex-direction:column;gap:8px;padding:10px 16px}.animal-production-container .filters-panel .filter-group{width:100%}.animal-production-container .filters-panel .filter-group .filter-select{min-width:0;width:100%}.animal-production-container .production-cards{padding:0 16px 12px}.animal-production-container .production-card .card-quantity .qty-value{font-size:18px}}@media(max-width:480px){.animal-production-container .production-stats{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.animal-production-container .production-stats::-webkit-scrollbar{display:none}.animal-production-container .production-stats .stat-item{flex:0 0 auto}}@keyframes prod-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animal-update{background:linear-gradient(135deg,#f0fdf4,#dcfce7);display:flex;flex-direction:column;margin:2rem auto;max-width:960px;min-height:100vh;padding:16px}.animal-update .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.animal-update .loading-state .animate-spin{animation:spin 1s linear infinite}.animal-update .loading-state span{font-size:14px;font-weight:500}.animal-update .access-denied-state{align-items:center;color:#4b5563;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px;text-align:center}.animal-update .access-denied-state svg{color:#dc2626}.animal-update .access-denied-state h3{color:#1f2937;font-size:20px;font-weight:700;margin:0}.animal-update .access-denied-state p{color:#6b7280;font-size:14px;margin:0 0 16px}.animal-update .form-progress{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;flex-shrink:0;gap:12px;margin-bottom:12px;padding:16px 20px}.animal-update .form-progress .progress-bar{background:#e5e7eb;border-radius:4px;flex:1;height:8px;overflow:hidden}.animal-update .form-progress .progress-bar .progress-fill{background:linear-gradient(90deg,#16a34a,#14b8a6);border-radius:4px;height:100%;transition:width .3s ease}.animal-update .form-progress .progress-text{color:#16a34a;font-size:13px;font-weight:600;white-space:nowrap}.animal-update .record-source-indicator{border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;margin-bottom:12px;overflow:hidden}.animal-update .record-source-indicator.farmer{background:linear-gradient(135deg,rgba(22,163,74,.1),rgba(22,163,74,.05))}.animal-update .record-source-indicator.farmer .source-notice .notice-title,.animal-update .record-source-indicator.farmer .source-notice svg{color:#16a34a}.animal-update .record-source-indicator.manager{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05))}.animal-update .record-source-indicator.manager .source-notice .notice-title,.animal-update .record-source-indicator.manager .source-notice svg{color:#3b82f6}.animal-update .record-source-indicator .source-notice{align-items:flex-start;display:flex;gap:12px;padding:14px 20px}.animal-update .record-source-indicator .source-notice svg{flex-shrink:0;margin-top:2px}.animal-update .record-source-indicator .source-notice .notice-text{display:flex;flex-direction:column;gap:4px}.animal-update .record-source-indicator .source-notice .notice-text .notice-title{font-size:14px;font-weight:600}.animal-update .record-source-indicator .source-notice .notice-text .notice-description{color:#4b5563;font-size:13px;line-height:1.5}.animal-update .record-source-indicator .source-notice .notice-text .notice-description strong{color:#16a34a}.animal-update .autosave-indicator{display:flex;font-size:12px;justify-content:flex-end;padding:0 4px 8px}.animal-update .autosave-indicator .saving{align-items:center;color:#16a34a;display:flex;font-weight:600;gap:4px}.animal-update .autosave-indicator .saved{align-items:center;color:#6b7280;display:flex;gap:4px}.animal-update .autosave-indicator .unsaved{color:#f59e0b;font-weight:500}.animal-update .form-scrollable-content{flex:1;min-height:0}.animal-update .form-scrollable-content::-webkit-scrollbar{width:8px}.animal-update .form-scrollable-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.animal-update .form-scrollable-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.animal-update .form-scrollable-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.animal-update .form-sections{display:flex;flex-direction:column;gap:16px}.animal-update .form-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:all .2s ease}.animal-update .form-section:hover{border-color:rgba(22,163,74,.3);box-shadow:0 4px 16px rgba(0,0,0,.08)}.animal-update .form-section.collapsed .section-content{display:none}.animal-update .form-section .section-header{align-items:center;background:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.animal-update .form-section .section-header:hover{background:#f3f4f6}.animal-update .form-section .section-header .section-title{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:10px}.animal-update .form-section .section-header .section-title .section-icon{color:#16a34a}.animal-update .form-section .section-header .section-title .required-badge{background:rgba(239,68,68,.1);border-radius:4px;color:#dc2626;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.animal-update .form-section .section-header .section-title .ai-badge{align-items:center;background:rgba(99,102,241,.1);border-radius:12px;color:#6366f1;display:inline-flex;font-size:10px;font-weight:600;gap:4px;padding:2px 8px}.animal-update .form-section .section-header .section-title .info-badge{align-items:center;background:rgba(59,130,246,.1);border-radius:12px;color:#3b82f6;display:inline-flex;font-size:10px;font-weight:600;gap:4px;padding:2px 8px}.animal-update .form-section .section-header>svg:last-child{color:#6b7280;transition:transform .2s ease}.animal-update .form-section:not(.collapsed) .section-header>svg:last-child{transform:rotate(180deg)}.animal-update .form-section .section-content{border-top:1px solid #e5e7eb;padding:16px}.animal-update .form-group-custom{margin-bottom:16px}.animal-update .form-group-custom:last-child{margin-bottom:0}.animal-update .form-label-custom{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.animal-update .form-label-custom .text-danger{color:#dc2626}.animal-update .form-control-custom{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;transition:all .2s ease;width:100%}.animal-update .form-control-custom:focus{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.1);outline:none}.animal-update .form-control-custom:hover:not(:focus){border-color:#9ca3af}.animal-update .form-control-custom.is-invalid{border-color:#dc2626}.animal-update .form-control-custom.is-invalid:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.animal-update .form-control-custom[readonly]{background:#f9fafb;color:#6b7280;cursor:not-allowed}.animal-update .form-control-custom::-moz-placeholder{color:#9ca3af}.animal-update .form-control-custom::placeholder{color:#9ca3af}.animal-update .form-control-custom.weight-field{font-size:16px;font-weight:600;text-align:center}.animal-update .monospace-field{font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;letter-spacing:.5px;text-transform:uppercase}.animal-update .form-hint{color:#6b7280;display:block;font-size:12px;margin-top:4px}.animal-update .field-error{align-items:center;color:#dc2626;display:flex;font-size:12px;font-weight:500;gap:6px;margin-top:4px}.animal-update .field-error svg{flex-shrink:0}.animal-update .dev-test-data{border-top:1px dashed #d1d5db;margin-top:16px;padding-top:16px}.animal-update .dev-test-data .dev-generate-btn{align-items:center;background:rgba(22,163,74,.1);border:1px solid rgba(22,163,74,.3);border-radius:8px;color:#16a34a;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:all .2s ease}.animal-update .dev-test-data .dev-generate-btn:hover{background:rgba(22,163,74,.15);border-color:#16a34a}.animal-update .weight-method-tabs{background:#f3f4f6;border-radius:10px;display:flex;gap:8px;margin-bottom:20px;padding:4px}.animal-update .weight-method-tabs .method-tab{align-items:center;background:transparent;border:2px solid transparent;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;flex:1;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:10px 12px;position:relative;transition:all .2s ease}.animal-update .weight-method-tabs .method-tab:hover{background:#fff;color:#374151}.animal-update .weight-method-tabs .method-tab.active{background:#fff;border-color:rgba(22,163,74,.3);box-shadow:0 2px 8px rgba(0,0,0,.08);color:#16a34a}.animal-update .weight-method-tabs .method-tab .no-scale-tag{background:#f59e0b;border-radius:4px;color:#fff;font-size:9px;font-weight:700;padding:1px 5px;text-transform:uppercase}@media(max-width:600px){.animal-update .weight-method-tabs{flex-direction:column}.animal-update .weight-method-tabs .method-tab{justify-content:flex-start}}.animal-update .weight-input-area{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.animal-update .tape-measure-area .tape-info-banner{align-items:flex-start;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:10px;color:#374151;display:flex;font-size:13px;gap:12px;line-height:1.5;margin-bottom:20px;padding:14px 16px}.animal-update .tape-measure-area .tape-info-banner svg{color:#3b82f6;flex-shrink:0;margin-top:2px}.animal-update .tape-measure-area .tape-info-banner strong{color:#3b82f6}.animal-update .tape-measure-area .tape-illustration{display:flex;justify-content:center;margin-bottom:20px}.animal-update .tape-measure-area .tape-illustration .animal-outline{align-items:center;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:1px solid #93c5fd;border-radius:12px;display:flex;height:140px;justify-content:center;position:relative;width:240px}.animal-update .tape-measure-area .tape-illustration .animal-outline .animal-emoji-large{font-size:3rem}.animal-update .tape-measure-area .tape-illustration .animal-outline .measure-label{background:#fff;border:1px solid #3b82f6;border-radius:4px;color:#3b82f6;font-size:10px;font-weight:700;padding:2px 8px;position:absolute;white-space:nowrap}.animal-update .tape-measure-area .tape-illustration .animal-outline .measure-label.girth{left:50%;top:8px;transform:translateX(-50%)}.animal-update .tape-measure-area .tape-illustration .animal-outline .measure-label.length{bottom:8px;left:50%;transform:translateX(-50%)}.animal-update .tape-measure-area .tape-result{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac;border-radius:10px;padding:16px;text-align:center}.animal-update .tape-measure-area .tape-result .tape-weight-value{color:#15803d;font-size:28px;font-weight:700;margin-bottom:4px}.animal-update .tape-measure-area .tape-result .tape-formula{color:#166534;font-family:Monaco,Menlo,monospace;font-size:11px;margin-bottom:8px}.animal-update .tape-measure-area .tape-placeholder{background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;color:#9ca3af;font-size:13px;font-style:italic;padding:24px 16px;text-align:center}.animal-update .visual-estimate-area .weight-range-guide{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);border-radius:10px;margin-bottom:20px;padding:16px}.animal-update .visual-estimate-area .weight-range-guide .guide-header{align-items:center;color:#92400e;display:flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:12px}.animal-update .visual-estimate-area .weight-range-guide .guide-header svg{color:#f59e0b}.animal-update .visual-estimate-area .weight-range-guide .range-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.animal-update .visual-estimate-area .weight-range-guide .range-grid .range-item{align-items:center;background:hsla(0,0%,100%,.7);border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.animal-update .visual-estimate-area .weight-range-guide .range-grid .range-item .range-age{color:#4b5563;font-size:12px}.animal-update .visual-estimate-area .weight-range-guide .range-grid .range-item .range-weight{color:#1f2937;font-size:12px;font-weight:600}.animal-update .physical-extras{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}.animal-update .bcs-selector{display:flex;gap:6px}.animal-update .bcs-selector .bcs-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex:1;flex-direction:column;gap:2px;padding:10px 6px;transition:all .2s ease}.animal-update .bcs-selector .bcs-btn .bcs-num{color:#374151;font-size:16px;font-weight:700}.animal-update .bcs-selector .bcs-btn .bcs-label{color:#9ca3af;font-size:9px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.animal-update .bcs-selector .bcs-btn:hover{background:rgba(22,163,74,.1);border-color:rgba(22,163,74,.4)}.animal-update .bcs-selector .bcs-btn.active{background:rgba(22,163,74,.1);border-color:#16a34a}.animal-update .bcs-selector .bcs-btn.active .bcs-num{color:#15803d}.animal-update .bcs-selector .bcs-btn.active .bcs-label{color:#16a34a}.animal-update .parent-info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-top:12px;padding:12px}.animal-update .parent-info-card.dam{background:rgba(236,72,153,.04);border-left:3px solid #ec4899}.animal-update .parent-info-card.sire{background:rgba(59,130,246,.04);border-left:3px solid #3b82f6}.animal-update .parent-info-card .parent-header{align-items:center;display:flex;gap:10px;margin-bottom:8px}.animal-update .parent-info-card .parent-header .parent-emoji{font-size:20px}.animal-update .parent-info-card .parent-header .parent-name strong{color:#1f2937;font-size:14px}.animal-update .parent-info-card .parent-header .parent-name .parent-tag{color:#6b7280;font-family:Monaco,Menlo,monospace;font-size:12px;margin-left:6px}.animal-update .parent-info-card .parent-details{display:grid;gap:4px 16px;grid-template-columns:repeat(2,1fr)}.animal-update .parent-info-card .parent-details .detail{color:#4b5563;font-size:12px}.animal-update .parent-info-card .parent-details .detail span{color:#6b7280;font-weight:600}@media(max-width:600px){.animal-update .parent-info-card .parent-details{grid-template-columns:1fr}}.animal-update .parentage-empty{align-items:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;color:#6b7280;display:flex;font-size:13px;gap:10px;margin-top:12px;padding:16px}.animal-update .parentage-empty svg{color:#9ca3af;flex-shrink:0}.animal-update .form-actions{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 -2px 12px rgba(0,0,0,.06);display:flex;flex-shrink:0;gap:12px;justify-content:space-between;margin-top:16px;padding:16px 20px}.animal-update .form-actions .btn-success{background:linear-gradient(135deg,#16a34a,#14b8a6);border:none;border-radius:8px;font-weight:600;padding:10px 24px;transition:all .2s ease}.animal-update .form-actions .btn-success:hover:not(:disabled){box-shadow:0 4px 12px rgba(22,163,74,.3);transform:translateY(-1px)}.animal-update .form-actions .btn-success:disabled{opacity:.6;transform:none}.animal-update .form-actions .btn-secondary{border-radius:8px;font-weight:600;padding:10px 20px}@media(max-width:480px){.animal-update .form-actions{flex-direction:column-reverse}.animal-update .form-actions .btn-secondary,.animal-update .form-actions .btn-success{justify-content:center;width:100%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animal-update .animate-spin{animation:spin 1s linear infinite}@media(max-width:768px){.animal-update{padding:12px}.animal-update .form-progress,.animal-update .record-source-indicator .source-notice{padding:12px 16px}.animal-update .form-section .section-content{padding:12px}.animal-update .form-control-custom{font-size:16px}.animal-update .bcs-selector .bcs-btn{padding:8px 4px}.animal-update .bcs-selector .bcs-btn .bcs-num{font-size:14px}.animal-update .bcs-selector .bcs-btn .bcs-label{font-size:8px}.animal-update .weight-method-tabs{flex-direction:column}.animal-update .weight-method-tabs .method-tab{justify-content:flex-start}.animal-update .tape-measure-area .tape-illustration .animal-outline{height:110px;width:180px}.animal-update .tape-measure-area .tape-illustration .animal-outline .animal-emoji-large{font-size:2rem}}@media(min-width:1400px){.animal-update{max-width:1060px}}@media(prefers-reduced-motion:reduce){.animal-update *,.animal-update :after,.animal-update :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #16a34a;outline-offset:2px}@media print{.animal-update .autosave-indicator,.animal-update .dev-test-data,.animal-update .form-actions,.animal-update .form-progress,.animal-update .record-source-indicator,.animal-update .weight-method-tabs{display:none!important}.animal-update .form-section{-moz-column-break-inside:avoid;border:1px solid #ccc;box-shadow:none;break-inside:avoid}.animal-update .form-section.collapsed .section-content{display:block!important}}