.animal-detail-container .page-breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.25rem;margin-bottom:1rem}.animal-detail-container .page-breadcrumb .breadcrumb-sep{opacity:.4}.animal-detail-container .page-breadcrumb .breadcrumb-link{color:#6b7280;cursor:pointer;text-decoration:none;transition:color .15s ease}.animal-detail-container .page-breadcrumb .breadcrumb-link:hover{color:var(--hm-brand-text)}.animal-detail-container{background:#f8f9fa;min-height:100vh}.animal-detail-container.with-secondary-menu .detail-layout{display:flex;min-height:100vh}.animal-detail-container.with-secondary-menu .animal-secondary-menu{flex-shrink:0;height:100vh;position:sticky;top:0;z-index:1030}@media(max-width:1400px){.animal-detail-container.with-secondary-menu .animal-secondary-menu{height:100vh;left:0;position:fixed;top:70px;transition:transform .3s ease;z-index:1040}.animal-detail-container.with-secondary-menu .animal-secondary-menu.collapsed{transform:translateX(-100%)}.animal-detail-container.with-secondary-menu .animal-secondary-menu.expanded{transform:translateX(0)}}.animal-detail-container.with-secondary-menu .animal-secondary-menu .menu-item.active{background:rgba(59,130,246,.1);border-left:3px solid #3b82f6}.animal-detail-container.with-secondary-menu .detail-main-content{flex:1;margin-top:2rem;min-width:0;overflow-y:auto}.secondary-menu-backdrop{background:rgba(0,0,0,.5);inset:0;opacity:0;position:fixed;transition:all .3s ease;visibility:hidden;z-index:1020}.secondary-menu-backdrop.show{opacity:1;visibility:visible}.animal-detail-container .content-container{margin:0 auto;max-width:1140px;padding:1.5rem;position:relative}@media(min-width:1400px){.animal-detail-container .content-container{max-width:1200px}}@media(min-width:1600px){.animal-detail-container .content-container{max-width:1280px}}@media(max-width:1399px){.animal-detail-container .content-container{padding:1rem}}@media(max-width:991px){.animal-detail-container .content-container{padding:1rem 1rem 160px}}.menu-toggle-btn{align-items:center;background:var(--hm-gradient-cta);border:none;border-radius:24px;bottom:88px!important;box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;gap:6px;height:48px;justify-content:center;left:20px!important;padding:0 16px;position:fixed;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1030}.menu-toggle-btn svg{flex-shrink:0;height:20px;width:20px}.menu-toggle-btn .fab-label{font-size:var(--hm-text-sm);font-weight:600;white-space:nowrap}.menu-toggle-btn:hover{box-shadow:0 6px 20px rgba(0,0,0,.2),0 4px 8px rgba(0,0,0,.15);transform:scale(1.05)}.menu-toggle-btn:active{transform:scale(.95)}@media(min-width:1400px){.menu-toggle-btn{display:none}}@media(min-width:992px)and (max-width:1400px){.menu-toggle-btn{bottom:96px;height:52px;left:24px;padding:0 20px}.menu-toggle-btn svg{height:22px;width:22px}.menu-toggle-btn .fab-label{font-size:var(--hm-text-sm)}}@media(max-width:991px){.menu-toggle-btn{border-radius:50%;bottom:80px;height:52px;left:20px;padding:0;width:52px}.menu-toggle-btn .fab-label{display:none}}@media(max-width:480px){.menu-toggle-btn{bottom:72px;height:48px;left:16px;width:48px}.menu-toggle-btn svg{height:20px;width:20px}}@supports(padding-bottom:env(safe-area-inset-bottom)){@media(max-width:991px){.menu-toggle-btn{bottom:calc(72px + env(safe-area-inset-bottom))}}}.animal-hero-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:1.5rem;padding:28px}@media(max-width:991px){.animal-hero-card{padding:1rem}}.animal-hero-card .hero-content{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:991px){.animal-hero-card .hero-content{align-items:center;flex-direction:column;text-align:center}}.animal-hero-card .animal-avatar-large{align-items:center;background:linear-gradient(135deg,rgba(22,163,74,.1),rgba(22,163,74,.05));border:3px solid rgba(22,163,74,.2);border-radius:1.5rem;box-shadow:0 4px 16px rgba(22,163,74,.15);display:flex;flex-shrink:0;height:88px;justify-content:center;position:relative;width:88px}.animal-hero-card .animal-avatar-large .avatar-emoji{font-size:44px}.animal-hero-card .animal-avatar-large .avatar-status{border:3px solid #fff;border-radius:50%;bottom:-4px;box-shadow:0 1px 3px rgba(0,0,0,.05);height:20px;position:absolute;right:-4px;width:20px}@media(max-width:991px){.animal-hero-card .animal-avatar-large{height:72px;width:72px}.animal-hero-card .animal-avatar-large .avatar-emoji{font-size:var(--hm-text-4xl)}}.animal-hero-card .hero-info{flex:1;min-width:0}.animal-hero-card .hero-info .hero-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}@media(max-width:991px){.animal-hero-card .hero-info .hero-title-row{justify-content:center}}.animal-hero-card .hero-info .hero-title-row h1{color:#15803d;font-size:1.5rem;font-weight:700;margin:0}@media(max-width:991px){.animal-hero-card .hero-info .hero-title-row h1{font-size:1.25rem}}.animal-hero-card .hero-info .hero-badges{display:flex;flex-wrap:wrap;gap:.5rem}.animal-hero-card .hero-info .hero-badges .hero-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.03em;padding:5px 12px;text-transform:uppercase}.animal-hero-card .hero-info .hero-badges .hero-badge.type{background:var(--hm-fill-success);color:#fff}.animal-hero-card .hero-info .hero-badges .hero-badge.gender{background:#dbeafe;color:#0369a1}.animal-hero-card .hero-info .hero-meta{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:991px){.animal-hero-card .hero-info .hero-meta{gap:.75rem;justify-content:center}}.animal-hero-card .hero-info .hero-meta .meta-item{align-items:center;background:#f8f9fa;border:1px solid #f3f4f6;border-radius:1rem;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:6px;padding:6px 12px}.animal-hero-card .hero-info .hero-meta .meta-item svg{color:var(--hm-brand-text)}.animal-hero-card .hero-stats{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:1.5rem}@media(max-width:600px){.animal-hero-card .hero-stats{grid-template-columns:repeat(2,1fr)}.animal-hero-card .hero-stats .stat-card:last-child:nth-child(odd){grid-column:1/-1}}.animal-hero-card .hero-stats .stat-card{align-items:center;background:#f8f9fa;border:1px solid #f3f4f6;border-radius:1rem;display:flex;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.animal-hero-card .hero-stats .stat-card:hover{box-shadow:0 1px 3px rgba(0,0,0,.05);transform:translateY(-2px)}.animal-hero-card .hero-stats .stat-card svg{color:var(--hm-brand-text);flex-shrink:0}.animal-hero-card .hero-stats .stat-card .stat-info{display:flex;flex-direction:column;min-width:0}.animal-hero-card .hero-stats .stat-card .stat-info .stat-value{color:#1f2937;font-size:1.125rem;font-weight:700;line-height:1.25}.animal-hero-card .hero-stats .stat-card .stat-info .stat-label{color:var(--hm-badge-text-gray);font-size:var(--hm-text-xs);font-weight:600;letter-spacing:.05em;margin-top:2px;text-transform:uppercase}.animal-hero-card .hero-stats .stat-card .stat-info .stat-action{color:var(--hm-brand-text);font-size:var(--hm-text-xs);font-weight:600;margin-top:4px;text-decoration:none}.animal-hero-card .hero-stats .stat-card .stat-info .stat-action:hover{text-decoration:underline}.animal-hero-card .bcs-progress .progress-header{align-items:center;color:#1f2937;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.animal-hero-card .bcs-progress .progress-header .progress-value{color:var(--hm-brand-text);font-weight:700}.animal-hero-card .bcs-progress .bcs-bar{background:#f3f4f6;border-radius:5px;height:10px}.animal-hero-card .bcs-progress .bcs-bar .progress-bar{background:linear-gradient(90deg,#16a34a,#15803d);border-radius:5px}.animal-detail-container .section-content{animation:slideInFromTop .3s ease-out;border-top:1px solid #f3f4f6;margin-top:1rem;padding-top:1rem}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.coming-soon-section{align-items:center;background:linear-gradient(135deg,rgba(245,158,11,.02),rgba(245,158,11,.05));border:1px solid rgba(245,158,11,.1);border-radius:1.5rem;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem;text-align:center}.coming-soon-section .coming-soon-icon{color:rgba(245,158,11,.4);margin-bottom:1rem}.coming-soon-section .coming-soon-icon svg{height:48px;width:48px}@media(max-width:991px){.coming-soon-section .coming-soon-icon svg{height:32px;width:32px}}.coming-soon-section h4{color:#1f2937;font-weight:600;margin-bottom:.75rem}@media(max-width:991px){.coming-soon-section h4{font-size:1.125rem}}.coming-soon-section p{color:#6b7280;line-height:1.6;margin-bottom:1rem;max-width:500px}@media(max-width:991px){.coming-soon-section p{font-size:.875rem}}.coming-soon-section .coming-soon-badge{align-items:center;background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);border-radius:4px;color:var(--hm-badge-text-amber);display:inline-flex;font-size:.875rem;font-weight:500;gap:4px;padding:8px 16px}@media(max-width:991px){.coming-soon-section{margin:1rem 0;padding:2rem .75rem}}.section-navigation{border-top:1px solid #f3f4f6;display:flex;justify-content:flex-start;margin-top:1rem;padding-top:1rem}.section-navigation .back-to-overview-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;color:#6b7280;display:inline-flex;font-weight:500;gap:8px;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.section-navigation .back-to-overview-btn:hover{background:#f8f9fa;border-color:#d1d5db;color:#1f2937;transform:translateX(-2px)}@media(max-width:991px){.section-navigation .back-to-overview-btn{justify-content:center;width:100%}}.tab-navigation-enhanced{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;gap:0;margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tab-navigation-enhanced::-webkit-scrollbar{display:none}.tab-navigation-enhanced .tab-btn{align-items:center;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;cursor:pointer;display:flex;flex:1;flex-direction:column;gap:4px;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.tab-navigation-enhanced .tab-btn svg{flex-shrink:0}.tab-navigation-enhanced .tab-btn span{color:#6b7280;font-size:var(--hm-text-xs);font-weight:500;line-height:1;white-space:nowrap}@media(max-width:991px){.tab-navigation-enhanced .tab-btn{padding:.75rem .5rem}.tab-navigation-enhanced .tab-btn span{font-size:10px}}@media(max-width:480px){.tab-navigation-enhanced .tab-btn{flex:0 0 auto;min-width:72px;padding:.75rem .5rem}.tab-navigation-enhanced .tab-btn span{font-size:10px}}.tab-navigation-enhanced .tab-btn:hover{background:#f8f9fa;color:#1f2937}.tab-navigation-enhanced .tab-btn:hover span{color:#1f2937}.tab-navigation-enhanced .tab-btn.active{background:rgba(22,163,74,.05);border-bottom-color:#16a34a;color:var(--hm-brand-text)}.tab-navigation-enhanced .tab-btn.active span{color:var(--hm-brand-text);font-weight:600}.detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease}.detail-section:hover{box-shadow:0 4px 6px rgba(0,0,0,.07)}.detail-section .section-header-enhanced{align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem 2rem;transition:all .3s ease}@media(max-width:991px){.detail-section .section-header-enhanced{padding:1rem}}.detail-section .section-header-enhanced:hover{background:rgba(22,163,74,.02)}.detail-section .section-header-enhanced .section-title-group{align-items:center;display:flex;gap:.75rem}.detail-section .section-header-enhanced .section-title-group .section-icon{color:var(--hm-brand-text)}.detail-section .section-header-enhanced .section-title-group h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.detail-section .section-header-enhanced svg:last-child{color:var(--hm-brand-text)}.detail-section.collapsed .section-header-enhanced{border-bottom:none}.detail-section .section-content-enhanced{padding:.75rem 2rem 1rem}@media(max-width:991px){.detail-section .section-content-enhanced{padding:.75rem 1rem}}.detail-grid{display:grid;gap:8px 24px;grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.detail-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.detail-grid{gap:8px 16px;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.detail-grid{grid-template-columns:1fr}}.detail-row-enhanced{align-items:baseline;border-bottom:1px solid #f3f4f6;display:flex;gap:8px;min-height:auto;padding:8px 0}.detail-row-enhanced:last-child{border-bottom:none}.detail-row-enhanced.full-width{grid-column:1/-1}.detail-row-enhanced .detail-label-enhanced{color:#6b7280;flex-shrink:0;font-size:var(--hm-text-xs);font-weight:600;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.detail-row-enhanced .detail-value-enhanced{color:#1f2937;font-size:var(--hm-text-sm);font-weight:500;text-align:left}.detail-row-enhanced .detail-value-enhanced .value-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:var(--hm-text-xs);font-weight:600;padding:2px 10px}.detail-row-enhanced .detail-value-enhanced .value-badge--success{background:var(--hm-surface-success-subtle);color:var(--hm-brand-text)}.detail-row-enhanced .detail-value-enhanced .value-badge--warning{background:var(--hm-surface-warning-subtle);color:var(--hm-badge-text-amber)}.detail-row-enhanced .detail-value-enhanced .value-badge--info{background:var(--hm-surface-info-subtle);color:var(--hm-badge-text-blue)}.detail-row-enhanced .detail-value-enhanced .value-badge--neutral{background:var(--hm-surface-neutral-hover);color:var(--hm-text-secondary)}.detail-row-enhanced .detail-value-enhanced .empty-field-link{border-bottom:1px dashed #d1d5db;border-radius:0;color:var(--hm-text-muted);cursor:pointer;font-style:italic;padding:2px 8px;text-decoration:none;transition:border-color .15s ease,color .15s ease}.detail-row-enhanced .detail-value-enhanced .empty-field-link:hover{border-bottom-color:#16a34a;color:var(--hm-brand-text)}.notes-section{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:1.5rem;padding:1rem 1.5rem}.notes-section .notes-header{align-items:center;color:#1f2937;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.notes-section .notes-header svg{color:var(--hm-brand-text)}.notes-section .notes-content{color:#6b7280;font-size:.875rem;font-style:italic;line-height:1.6;margin:0}.section-content~.notes-section{display:none}.animal-detail-container .detail-actions{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:.5rem;padding-top:1.5rem}@media(max-width:600px){.animal-detail-container .detail-actions{flex-direction:column;gap:.75rem}}.section-content~.animal-detail-container .detail-actions{display:none}.animal-detail-container .detail-actions .btn-back,.animal-detail-container .detail-actions .btn-edit{align-items:center;border-radius:1rem;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.animal-detail-container .detail-actions .btn-back:hover,.animal-detail-container .detail-actions .btn-edit:hover{transform:translateY(-2px)}@media(max-width:600px){.animal-detail-container .detail-actions .btn-back,.animal-detail-container .detail-actions .btn-edit{justify-content:center;width:100%}}.animal-detail-container .detail-actions .btn-back{background:#fff;border:2px solid #e5e7eb;color:#1f2937}.animal-detail-container .detail-actions .btn-back:hover{background:#f8f9fa;border-color:#9ca3af;color:#1f2937}.animal-detail-container .detail-actions .btn-edit{background:var(--hm-gradient-cta);border:none;box-shadow:0 4px 12px rgba(22,163,74,.3);color:#fff}.animal-detail-container .detail-actions .btn-edit:hover{box-shadow:0 6px 20px rgba(22,163,74,.4);color:#fff}.tab-content-area{min-height:300px}.tab-content-area .detail-section:first-child{margin-top:.5rem}.animal-treatments-container{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05);margin:1rem 0;overflow:hidden}.section-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem}@media(max-width:1400px){.content-container{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:991px){.animal-hero-card .hero-stats{gap:.75rem}.animal-hero-card .hero-stats .stat-card{flex-direction:column;gap:.5rem;padding:.75rem;text-align:center}.section-navigation{margin-top:.75rem}}@media print{.animal-detail-container .animal-secondary-menu,.animal-detail-container .coming-soon-section,.animal-detail-container .detail-actions,.animal-detail-container .menu-toggle-btn,.animal-detail-container .secondary-menu-backdrop,.animal-detail-container .section-navigation,.animal-detail-container .tab-navigation-enhanced{display:none!important}.animal-detail-container .content-container{max-width:none;padding:0}.animal-detail-container .animal-hero-card,.animal-detail-container .animal-treatments-container,.animal-detail-container .detail-section{border:1px solid #d1d5db;box-shadow:none;-moz-column-break-inside:avoid;break-inside:avoid}.animal-detail-container .detail-section.collapsed .section-content-enhanced{display:block!important}.animal-detail-container .section-content{border-top:none;padding-top:0}}.animal-detail-container .back-to-overview-btn:focus-visible,.animal-detail-container .menu-toggle-btn:focus-visible,.animal-detail-container .section-header-enhanced:focus-visible,.animal-detail-container .tab-btn:focus-visible{outline:2px solid #16a34a;outline-offset:2px}@media(prefers-reduced-motion:reduce){.animal-detail-container .section-content{animation:none}.animal-detail-container .detail-actions .btn-back:hover,.animal-detail-container .detail-actions .btn-edit:hover,.animal-detail-container .menu-toggle-btn:hover,.animal-detail-container .stat-card:hover{transform:none}}@media(prefers-contrast:high){.animal-detail-container .animal-hero-card,.animal-detail-container .animal-treatments-container,.animal-detail-container .detail-section{border:2px solid #1f2937}.animal-detail-container .coming-soon-badge,.animal-detail-container .hero-badge,.animal-detail-container .value-badge{border:1px solid}}.animal-dipping-container{background:#fff;border-radius:1rem;overflow:hidden}.animal-dipping-container.inline-form-mode{background:#f8f9fa}.animal-dipping-container .dipping-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:.75rem;padding:1rem 1.5rem}.animal-dipping-container .dipping-header.inline-form-header{background:#fff;border-bottom:1px solid #e5e7eb}.animal-dipping-container .dipping-header .header-title{align-items:center;display:flex;gap:.75rem}.animal-dipping-container .dipping-header .header-title .back-btn{border-radius:.25rem;color:#6b7280;padding:6px}.animal-dipping-container .dipping-header .header-title .back-btn:hover{background:rgba(0,0,0,.05);color:#1f2937}.animal-dipping-container .dipping-header .header-title svg{color:#06b6d4;flex-shrink:0}.animal-dipping-container .dipping-header .header-title h4{color:#1f2937;font-size:var(--hm-text-base);font-weight:600;margin:0}.animal-dipping-container .dipping-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-left:auto}.animal-dipping-container .dipping-header .header-actions .filter-btn,.animal-dipping-container .dipping-header .header-actions .refresh-btn{align-items:center;border-radius:.25rem;display:flex;font-size:.75rem;font-weight:500;gap:6px;padding:6px .75rem}.animal-dipping-container .dipping-header .header-actions .filter-btn svg,.animal-dipping-container .dipping-header .header-actions .refresh-btn svg{flex-shrink:0}.animal-dipping-container .dipping-header .header-actions .filter-btn svg.spin,.animal-dipping-container .dipping-header .header-actions .refresh-btn svg.spin{animation:spin 1s linear infinite}.animal-dipping-container .dipping-header .header-actions .view-toggle{border:1px solid #e5e7eb;border-radius:.25rem;display:flex;gap:2px;overflow:hidden}.animal-dipping-container .dipping-header .header-actions .view-toggle .btn{align-items:center;border:none;border-radius:0;display:flex;padding:6px .75rem}.animal-dipping-container .dipping-header>.add-btn{align-items:center;background:#06b6d4;border-color:#06b6d4;border-radius:.25rem;display:flex;font-size:.75rem;font-weight:600;gap:6px;padding:6px 1rem}.animal-dipping-container .dipping-header>.add-btn:hover{background:#0594ac;border-color:#0594ac}.animal-dipping-container .animal-context-banner{align-items:center;background:#f8f9fa;border-bottom:1px solid #e5e7eb;display:flex;padding:.75rem 1.5rem}.animal-dipping-container .animal-context-banner .animal-info{align-items:center;display:flex;gap:.75rem}.animal-dipping-container .animal-context-banner .animal-info .animal-emoji{font-size:var(--hm-text-3xl);line-height:1}.animal-dipping-container .animal-context-banner .animal-info .animal-details{display:flex;flex-direction:column;gap:2px}.animal-dipping-container .animal-context-banner .animal-info .animal-details strong{color:#1f2937;font-size:var(--hm-text-base)}.animal-dipping-container .animal-context-banner .animal-info .animal-details .animal-tag{color:#6b7280;font-size:var(--hm-text-xs)}.animal-dipping-container .filters-panel{align-items:flex-end;background:#f8f9fa;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.animal-dipping-container .filters-panel .filter-group{display:flex;flex-direction:column;gap:4px;min-width:140px}.animal-dipping-container .filters-panel .filter-group label{color:#6b7280;font-size:var(--hm-text-xs);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.animal-dipping-container .filters-panel .filter-group .filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;color:#1f2937;font-size:var(--hm-text-sm);padding:6px .75rem}.animal-dipping-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-dipping-container .filters-panel .clear-filters{align-items:center;background:none;border:none;color:var(--hm-text-secondary);cursor:pointer;display:inline-flex;font-size:var(--hm-text-sm);gap:4px;padding:4px 8px;text-decoration:none;white-space:nowrap}.animal-dipping-container .filters-panel .clear-filters:hover{color:var(--hm-color-danger-dark);text-decoration:none}.animal-dipping-container .dipping-stats{align-items:center;display:flex;gap:4px}.animal-dipping-container .dipping-stats .stat-item{align-items:center;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:3px;padding:3px 8px;white-space:nowrap}.animal-dipping-container .dipping-stats .stat-item .stat-value{color:#1f2937;font-size:var(--hm-text-xs);font-weight:700}.animal-dipping-container .dipping-stats .stat-item .stat-label{color:#9ca3af;font-size:var(--hm-text-xs);font-weight:500}.animal-dipping-container .dipping-stats .stat-item.followups{background:rgba(250,140,22,.05);border-color:rgba(250,140,22,.3)}.animal-dipping-container .dipping-stats .stat-item.followups .stat-value{color:#fa8c16}.animal-dipping-container .dipping-stats .stat-item.types{background:rgba(59,130,246,.05);border-color:rgba(59,130,246,.3)}.animal-dipping-container .dipping-stats .stat-item.types .stat-value{color:#3b82f6}.animal-dipping-container .dipping-stats .stat-item.cost{background:rgba(250,140,22,.05);border-color:rgba(250,140,22,.3)}.animal-dipping-container .dipping-stats .stat-item.cost .stat-value{color:#fa8c16}.animal-dipping-container .dipping-content{min-height:200px;padding:1rem 1.5rem}.animal-dipping-container .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem;text-align:center}.animal-dipping-container .empty-state .empty-icon{color:#9ca3af;margin-bottom:1rem;opacity:.5}.animal-dipping-container .empty-state h5{color:#1f2937;font-size:var(--hm-text-lg);font-weight:600;margin-bottom:.5rem}.animal-dipping-container .empty-state p{color:#6b7280;font-size:var(--hm-text-sm);margin-bottom:1.5rem;max-width:400px}.animal-dipping-container .empty-state .btn-primary{background:#06b6d4;border-color:#06b6d4}.animal-dipping-container .empty-state .btn-primary:hover{background:#0594ac}.animal-dipping-container .dipping-table-wrapper{border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden}.animal-dipping-container .dipping-table-wrapper .dipping-table{font-size:var(--hm-text-sm);margin:0;width:100%}.animal-dipping-container .dipping-table-wrapper .dipping-table thead{background:#f8f9fa}.animal-dipping-container .dipping-table-wrapper .dipping-table thead th{border-bottom:2px solid #e5e7eb;color:#6b7280;font-size:var(--hm-text-xs);font-weight:600;letter-spacing:.05em;padding:.75rem;text-transform:uppercase;white-space:nowrap}.animal-dipping-container .dipping-table-wrapper .dipping-table tbody tr{transition:background .15s ease}.animal-dipping-container .dipping-table-wrapper .dipping-table tbody tr:hover{background:rgba(6,182,212,.03)}.animal-dipping-container .dipping-table-wrapper .dipping-table tbody tr td{border-color:#e5e7eb;padding:.75rem;vertical-align:middle}.animal-dipping-container .dipping-table-wrapper .dipping-table .chemical-info{align-items:center;display:flex;gap:.5rem}.animal-dipping-container .dipping-table-wrapper .dipping-table .chemical-info .dip-emoji-small{font-size:var(--hm-text-xl)}.animal-dipping-container .dipping-table-wrapper .dipping-table .chemical-info strong{font-size:var(--hm-text-sm)}.animal-dipping-container .dipping-table-wrapper .dipping-table .chemical-info small{font-size:var(--hm-text-xs)}.animal-dipping-container .dipping-table-wrapper .dipping-table .actions-col{text-align:right;width:100px}.animal-dipping-container .dipping-table-wrapper .dipping-table .action-buttons{display:flex;gap:4px;justify-content:flex-end}.animal-dipping-container .dipping-table-wrapper .dipping-table .action-buttons .btn{align-items:center;display:flex;justify-content:center;padding:4px .5rem}.animal-dipping-container .type-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:var(--hm-text-xs);font-weight:600;gap:4px;padding:3px .5rem}.animal-dipping-container .type-badge .type-emoji{font-size:var(--hm-text-sm)}.animal-dipping-container .type-badge.tick-control{background:rgba(59,130,246,.1);color:var(--hm-badge-text-blue)}.animal-dipping-container .type-badge.mange-control{background:rgba(114,46,209,.1);color:#722ed1}.animal-dipping-container .type-badge.lice-control{background:rgba(20,184,166,.1);color:#14b8a6}.animal-dipping-container .type-badge.fly-control{background:rgba(250,140,22,.1);color:#fa8c16}.animal-dipping-container .type-badge.mite-control{background:rgba(99,102,241,.1);color:#6366f1}.animal-dipping-container .type-badge.combined-parasite{background:rgba(6,182,212,.1);color:#06b6d4}.animal-dipping-container .type-badge.fungal-prevention{background:rgba(146,64,14,.1);color:#92400e}.animal-dipping-container .type-badge.wound-treatment{background:rgba(239,68,68,.1);color:var(--hm-badge-text-red)}.animal-dipping-container .type-badge.seasonal-preventive{background:rgba(34,197,94,.1);color:var(--hm-brand-text)}.animal-dipping-container .type-badge.therapeutic{background:rgba(236,72,153,.1);color:#ec4899}.animal-dipping-container .type-badge.other{background:hsla(220,9%,46%,.1);color:var(--hm-badge-text-gray)}.animal-dipping-container .followup-badge{align-items:center;border:none;border-radius:20px;display:inline-flex;font-size:var(--hm-text-xs);font-weight:600;gap:4px;padding:3px .5rem}.animal-dipping-container .followup-badge.overdue{background:rgba(239,68,68,.1);color:var(--hm-badge-text-red)}.animal-dipping-container .followup-badge.due-soon{background:rgba(250,140,22,.1);color:#fa8c16}.animal-dipping-container .followup-badge.scheduled{background:rgba(59,130,246,.1);color:var(--hm-badge-text-blue)}.animal-dipping-container .effectiveness-badge{align-items:center;border:none;border-radius:1rem;display:inline-flex;font-size:.65rem;font-weight:600;letter-spacing:.05em;padding:2px .5rem;text-transform:uppercase}.animal-dipping-container .effectiveness-badge.excellent{background:rgba(4,120,87,.15);color:var(--hm-color-emerald-dark)}.animal-dipping-container .effectiveness-badge.good{background:rgba(34,197,94,.1);color:var(--hm-brand-text)}.animal-dipping-container .effectiveness-badge.fair{background:rgba(250,140,22,.1);color:#fa8c16}.animal-dipping-container .effectiveness-badge.poor{background:rgba(239,68,68,.1);color:var(--hm-badge-text-red)}.animal-dipping-container .effectiveness-badge.not-assessed{background:hsla(220,9%,46%,.1);color:var(--hm-badge-text-gray)}.animal-dipping-container .weather-badge{align-items:center;color:#6b7280;display:inline-flex;font-size:var(--hm-text-xs);gap:4px}.animal-dipping-container .dipping-cards{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.animal-dipping-container .animal-dipping-card{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden;transition:all .15s ease}.animal-dipping-container .animal-dipping-card:hover{border-color:rgba(6,182,212,.3);box-shadow:0 4px 6px rgba(0,0,0,.07)}.animal-dipping-container .animal-dipping-card .dipping-card-header{background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(6,182,212,.03));border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.animal-dipping-container .animal-dipping-card .dipping-card-header .dipping-info .dipping-name-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.animal-dipping-container .animal-dipping-card .dipping-card-header .dipping-info .dipping-name-row .dip-emoji{font-size:var(--hm-text-2xl)}.animal-dipping-container .animal-dipping-card .dipping-card-header .dipping-info .dipping-name-row .dipping-name{color:#1f2937;font-size:var(--hm-text-base);font-weight:600;margin:0}.animal-dipping-container .animal-dipping-card .dipping-card-header .dipping-info .dipping-badges{display:flex;flex-wrap:wrap;gap:6px}.animal-dipping-container .animal-dipping-card .dipping-card-body{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem}.animal-dipping-container .animal-dipping-card .dipping-card-body .dipping-detail{align-items:center;color:#6b7280;display:flex;font-size:var(--hm-text-sm);gap:6px}.animal-dipping-container .animal-dipping-card .dipping-card-body .dipping-detail svg{color:#9ca3af;flex-shrink:0}.animal-dipping-container .animal-dipping-card .dipping-card-actions{background:#f8f9fa;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;justify-content:flex-end;padding:.75rem 1rem}.animal-dipping-container .animal-dipping-card .dipping-card-actions .btn{align-items:center;display:flex;font-size:var(--hm-text-xs);font-weight:500;gap:4px;padding:5px .75rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:1023px){.animal-dipping-container .dipping-header{align-items:center;display:grid;grid-template-columns:1fr auto}.animal-dipping-container .dipping-header .header-title{grid-column:1;grid-row:1}.animal-dipping-container .dipping-header>.add-btn{grid-column:2;grid-row:1;justify-self:end}.animal-dipping-container .dipping-header .header-actions{gap:6px;grid-column:1/-1;grid-row:2;margin-left:0}.animal-dipping-container .dipping-stats{flex-wrap:wrap}}@media(min-width:769px)and (max-width:1399px){.animal-dipping-container .dipping-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(max-width:768px){.animal-dipping-container .dipping-header{padding:.75rem 1rem}.animal-dipping-container .dipping-header .header-title h4{font-size:var(--hm-text-base)}.animal-dipping-container .filters-panel{flex-direction:column;padding:.75rem 1rem}.animal-dipping-container .filters-panel .filter-group{width:100%}.animal-dipping-container .dipping-stats{flex-wrap:wrap;order:10;width:100%}.animal-dipping-container .dipping-content{padding:.75rem 1rem}.animal-dipping-container .dipping-cards{grid-template-columns:1fr}.animal-dipping-container .animal-context-banner{padding:.75rem 1rem}.animal-dipping-container .animal-context-banner .animal-info .animal-emoji{font-size:var(--hm-text-2xl)}}@media(prefers-reduced-motion:reduce){.animal-dipping-container *,.animal-dipping-container :after,.animal-dipping-container :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.animal-dipping-container .action-buttons,.animal-dipping-container .dipping-card-actions,.animal-dipping-container .dipping-header .header-actions,.animal-dipping-container .filters-panel{display:none!important}.animal-dipping-container .animal-dipping-card,.animal-dipping-container .dipping-table-wrapper{border:1px solid var(--hm-border-default);box-shadow:none;-moz-column-break-inside:avoid;break-inside:avoid}}