*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Arial,sans-serif}.animal-list-page{color:#1e293b;max-width:1450px;margin:0 auto;padding:32px}.animal-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.animal-page-eyebrow{color:#15803d;letter-spacing:1.4px;margin-bottom:8px;font-size:12px;font-weight:700}.animal-page-header h1{color:#172033;margin:0;font-size:34px;line-height:1.2}.animal-page-header p{color:#64748b;margin:8px 0 0;font-size:15px}.add-animal-button{color:#fff;cursor:pointer;background:#15803d;border:none;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #15803d2e}.add-animal-button:hover{background:#166534;transform:translateY(-1px)}.add-icon{font-size:20px;line-height:1}.animal-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:28px;display:grid}.animal-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:14px;min-height:100px;padding:18px;display:flex;box-shadow:0 2px 7px #0f172a0a}.stat-total{background:#f6fff9;border-color:#bbf7d0}.stat-icon{background:#f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:23px;display:flex}.stat-total .stat-icon{background:#dcfce7}.animal-stat-card>div:last-child{flex-direction:column;display:flex}.stat-label{color:#64748b;margin-bottom:4px;font-size:13px;font-weight:500}.animal-stat-card strong{color:#172033;font-size:26px;line-height:1}.animal-herd-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 3px 12px #0f172a0a}.animal-herd-header{justify-content:space-between;align-items:center;padding:22px 24px 17px;display:flex}.animal-herd-header h2{color:#172033;margin:0;font-size:20px}.animal-herd-header p{color:#94a3b8;margin:5px 0 0;font-size:13px}.animal-filters{grid-template-columns:minmax(280px,1fr) 180px 180px auto;gap:12px;padding:0 24px 22px;display:grid}.animal-search-wrapper{position:relative}.search-icon{color:#94a3b8;pointer-events:none;font-size:19px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.animal-search-wrapper input{box-sizing:border-box;color:#1e293b;background:#f8fafc;border:1px solid #dbe2ea;border-radius:9px;outline:none;width:100%;height:44px;padding:0 14px 0 42px;font-size:14px;transition:all .2s}.animal-search-wrapper input:focus{background:#fff;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.animal-filters select{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:9px;outline:none;height:44px;padding:0 12px}.animal-filters select:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.clear-filter-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;height:44px;padding:0 16px;font-weight:500}.clear-filter-button:hover{color:#334155;background:#f8fafc}.animal-table-wrapper{border-top:1px solid #eef2f7;overflow-x:auto}.animal-table{border-collapse:collapse;width:100%;min-width:900px}.animal-table th{color:#64748b;letter-spacing:.5px;text-align:left;text-transform:uppercase;background:#f8fafc;padding:13px 20px;font-size:11px;font-weight:700}.animal-table td{color:#475569;border-top:1px solid #f1f5f9;padding:15px 20px;font-size:14px}.animal-table tbody tr{cursor:pointer;transition:background .16s}.animal-table tbody tr:hover{background:#fafdfb}.animal-identity{align-items:center;gap:12px;display:flex}.animal-avatar{background:#f0fdf4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;display:flex}.animal-identity>div:last-child{flex-direction:column;gap:3px;display:flex}.animal-identity strong{color:#1e293b;font-size:14px}.animal-identity span{color:#94a3b8;font-size:12px}.animal-type-badge{color:#475569;background:#f1f5f9;border-radius:6px;align-items:center;min-height:25px;padding:0 9px;font-size:12px;font-weight:600;display:inline-flex}.animal-status-badge{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.status-active{color:#047857;background:#ecfdf5}.status-lactating{color:#2563eb;background:#eff6ff}.status-pregnant{color:#a21caf;background:#fdf4ff}.status-dry{color:#c2410c;background:#fff7ed}.status-sold{color:#64748b;background:#f1f5f9}.status-deceased{color:#b91c1c;background:#fef2f2}.animal-view-button{color:#15803d;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.animal-view-button:hover{color:#166534}.animal-empty-state{text-align:center;border-top:1px solid #eef2f7;padding:70px 20px}.empty-icon{margin-bottom:13px;font-size:38px}.animal-empty-state h3{color:#334155;margin:0 0 6px}.animal-empty-state p{color:#94a3b8;margin:0 0 18px}.animal-empty-state button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:8px;padding:9px 16px}.animal-page-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.animal-loader{border:3px solid #dcfce7;border-top-color:#15803d;border-radius:50%;width:34px;height:34px;margin-bottom:12px;animation:.7s linear infinite animal-spin}@keyframes animal-spin{to{transform:rotate(360deg)}}.animal-error-card{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:25px}@media (width<=1100px){.animal-stats-grid{grid-template-columns:repeat(3,1fr)}.animal-filters{grid-template-columns:1fr 1fr}.animal-search-wrapper{grid-column:1/-1}}@media (width<=700px){.animal-list-page{padding:18px}.animal-page-header{flex-direction:column}.add-animal-button{width:100%}.animal-stats-grid{grid-template-columns:repeat(2,1fr)}.animal-stat-card{min-height:85px;padding:14px}.animal-stat-card strong{font-size:22px}.animal-filters{grid-template-columns:1fr;padding:0 16px 18px}.animal-search-wrapper{grid-column:auto}.animal-herd-header{padding:18px 16px 15px}}@media (width<=430px){.animal-stats-grid{grid-template-columns:1fr}}
