*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark:#27500a;--green-mid:#3b6d11;--green-accent:#639922;--green-light:#eaf3de;--green-pale:#c0dd97;--amber:#ba7517;--amber-light:#faeeda;--brown:#633806;--cream:#faf7f0;--gray:#888780;--gray-light:#d3d1c7}body{background:var(--cream);color:var(--green-dark);font-family:sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.admin-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.admin-header{margin-bottom:2rem}.admin-header h1{color:var(--green-dark);font-size:1.8rem}.admin-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.admin-section h2{color:var(--green-dark);margin-bottom:1rem;font-size:1.2rem}.admin-add{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.admin-add input{border:1px solid var(--gray-light);border-radius:8px;outline:none;flex:1;min-width:200px;padding:.65rem 1rem;font-size:1rem}.admin-add input:focus{border-color:var(--green-dark)}.admin-btn-generate{background:var(--amber);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1rem;font-size:.95rem;transition:opacity .2s}.admin-btn-generate:hover{opacity:.85}.admin-btn-add{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1rem;font-size:.95rem;transition:opacity .2s}.admin-btn-add:hover{opacity:.85}.admin-btn-add:disabled{opacity:.5;cursor:not-allowed}.admin-error{color:#c0392b;margin-bottom:.75rem;font-size:.9rem}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.95rem}.admin-table th{text-align:left;background:var(--green-light);color:var(--green-dark);padding:.6rem 1rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--gray-light);padding:.65rem 1rem}.admin-table tr.used td{opacity:.5}.code-text{letter-spacing:.05em;font-family:monospace;font-size:1rem}.code-status{border-radius:20px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.code-status.free{background:var(--green-light);color:var(--green-dark)}.code-status.used{background:var(--gray-light);color:var(--gray)}.admin-btn-delete{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:6px;padding:.3rem .7rem;font-size:.85rem;transition:all .2s}.admin-btn-delete:hover{color:#fff;background:#c0392b}@media (width<=640px){.admin-add{flex-direction:column}.admin-add input{min-width:unset}.admin-table th,.admin-table td{padding:.5rem .6rem;font-size:.85rem}}@media (width<=420px){.admin-page{padding:1rem}}.header{background:var(--green-dark);z-index:100;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.header-logo{color:var(--green-pale);align-items:center;gap:8px;font-size:18px;font-weight:500;display:flex}.header-nav{gap:1.5rem;display:flex}.header-nav a{color:var(--green-pale);opacity:.85;font-size:14px;transition:opacity .2s}.header-nav a:hover{opacity:1}.header-logout{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:6px;padding:.3rem .8rem;font-size:.95rem;text-decoration:none;transition:background .2s}.header-logout:hover{background:#ffffff26}.header-nav a.active{color:var(--amber-light);font-weight:600;text-decoration:underline}@media (width<=768px){.header{flex-direction:column;gap:.75rem;height:auto;padding:1rem}.header-nav{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (width<=420px){.header-logo{font-size:15px}.header-nav{gap:.6rem}.header-nav a{font-size:12px}}.footer{background:var(--green-dark);justify-content:space-between;align-items:center;padding:12px 2rem;display:flex}.footer-text{color:var(--green-pale);opacity:.7;font-size:12px}.footer-rabbit{color:var(--green-pale);font-size:18px}@media (width<=420px){.footer{text-align:center;flex-direction:column;gap:6px;padding:12px 1rem}}.hero{background:linear-gradient(135deg,#27500a 0%,#3b6d11 60%,#639922 100%);justify-content:space-between;align-items:center;gap:2rem;min-height:400px;padding:3rem 2rem;display:flex;overflow:hidden}.hero-text{flex:1}.hero-image{flex:1;justify-content:center;align-items:center;display:flex}.hero-image img{object-fit:contain;object-position:bottom;width:100%;max-width:380px;height:auto;max-height:360px}.hero-badge{background:var(--amber-light);color:var(--brown);border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:12px;display:inline-block}.hero h1{color:var(--green-light);margin-bottom:12px;font-size:28px;line-height:1.3}.hero p{color:var(--green-pale);margin-bottom:20px;font-size:15px;line-height:1.6}@media (width<=768px){.hero{text-align:center;flex-direction:column}.hero-image{order:-1}.hero-image img{max-width:220px}.hero h1{font-size:24px}}@media (width<=420px){.hero{padding:1.5rem 1rem}.hero-image img{max-width:180px}.hero h1{font-size:20px}.hero p{font-size:13px}}.section-cards{background:var(--cream);padding:2.5rem 2rem}.section-cards-title{color:var(--green-dark);margin-bottom:1.5rem;font-size:20px;font-weight:500}.section-cards-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.section-card{border:.5px solid var(--gray-light);background:#fff;border-radius:10px;flex-direction:column;gap:6px;padding:16px 14px;transition:border-color .2s,transform .2s;display:flex}.section-card:hover{border-color:var(--green-accent);transform:translateY(-2px)}.section-card-icon{font-size:24px}.section-card-title{color:var(--green-dark);font-size:14px;font-weight:500}.section-card-desc{color:var(--gray);font-size:12px;line-height:1.4}@media (width<=768px){.section-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.section-cards{padding:1.5rem 1rem}.section-cards-grid{grid-template-columns:repeat(2,1fr);gap:8px}.section-card{padding:12px 10px}.section-card-icon{font-size:20px}}.breeds-page{min-height:100vh}.breeds-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.breeds-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.breeds-header p{opacity:.9;font-size:15px}.breeds-wrap{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}.breeds-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:1rem;display:grid}.breed-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.breed-card img{object-fit:cover;width:100%;height:200px}.breed-body{padding:14px}.breed-body h3{color:var(--green-dark);margin-bottom:8px;font-size:16px;font-weight:500}.breed-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.breed-chip{color:var(--green-mid);background:#eef7ee;border:1px solid #d5ead6;border-radius:999px;padding:3px 10px;font-size:12px}.breed-body p{color:#444;margin-bottom:6px;font-size:13px;line-height:1.5}.breeds-tip{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-top:1.5rem;padding:1.5rem}.breeds-tip h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.breeds-tip p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.6}.breeds-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.breeds-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.breeds-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.breeds-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.breeds-grid{grid-template-columns:1fr}}@media (width<=420px){.breeds-header{padding:1.5rem 1rem}.breed-card img{height:180px}}.breeding-page{min-height:100vh}.breeding-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.breeding-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.breeding-header p{opacity:.9;font-size:15px}.breeding-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.breeding-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.breeding-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.breeding-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:17px;font-weight:500}.breeding-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.breeding-note ul{margin:8px 0;padding-left:1.2rem}.breeding-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.breeding-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.breeding-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.breeding-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.breeding-beginners-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.breeding-beginner-card{background:#f0f9f0;border:.5px solid #d5ead6;border-radius:16px;align-items:flex-start;gap:12px;padding:1.25rem;display:flex}.breeding-beginner-icon{flex-shrink:0;font-size:26px;line-height:1}.breeding-beginner-title{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.breeding-beginner-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.breeding-generations{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.breeding-gen-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;padding:1.25rem}.breeding-gen-header{align-items:center;gap:10px;margin-bottom:6px;display:flex}.breeding-gen-term{color:var(--green-dark);font-size:20px;font-weight:500}.breeding-gen-full{color:var(--gray);margin-bottom:8px;font-size:12px}.breeding-gen-desc{color:#444;margin-bottom:8px;font-size:13px;line-height:1.6}.breeding-gen-example{color:var(--green-mid);background:var(--green-light);border-radius:8px;padding:6px 10px;font-size:12px;font-weight:500}.breeding-matcher{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.breeding-matcher-selects{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.breeding-select-wrap{flex:1;min-width:200px}.breeding-select-label{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.breeding-select{border:1px solid var(--gray-light);color:#333;background:#fff;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.breeding-matcher-arrow{color:var(--green-mid);flex-shrink:0;padding-bottom:8px;font-size:24px;font-weight:500}.breeding-matcher-btn{background:var(--green-dark);color:var(--green-pale);cursor:pointer;border:none;border-radius:999px;padding:10px 28px;font-size:14px;font-weight:500;transition:background .2s}.breeding-matcher-btn:hover:not(:disabled){background:var(--green-mid)}.breeding-matcher-btn:disabled{opacity:.5;cursor:not-allowed}.breeding-matcher-result{border-left:4px solid;border-radius:12px;margin-top:1rem;padding:1rem 1.25rem}.breeding-matcher-result.excellent{background:#e8f5e9;border-color:#1b5e20}.breeding-matcher-result.good{background:#e3f2fd;border-color:#0d47a1}.breeding-matcher-result.ok{background:#fff3e0;border-color:#e65100}.breeding-matcher-result.warn{background:#ffebee;border-color:#c62828}.breeding-matcher-rating{color:#222;margin-bottom:6px;font-size:15px;font-weight:500}.breeding-matcher-goal{color:#666;margin-bottom:8px;font-size:13px}.breeding-percent-wrap{margin:10px 0 12px}.breeding-percent-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.breeding-percent-label{color:#666;font-size:12px}.breeding-percent-value{color:#222;font-size:18px;font-weight:500}.breeding-percent-bar-wrap{background:#00000014;border-radius:999px;height:8px;overflow:hidden}.breeding-percent-bar{border-radius:999px;height:100%;transition:width .5s}.breeding-percent-bar.excellent{background:#1b5e20}.breeding-percent-bar.good{background:#0d47a1}.breeding-percent-bar.ok{background:#e65100}.breeding-percent-bar.warn{background:#c62828}.breeding-reasons{background:#0000000a;border-radius:8px;flex-direction:column;gap:6px;margin:10px 0 12px;padding:10px 12px;display:flex}.breeding-reason-row{color:#444;gap:8px;font-size:13px;line-height:1.5;display:flex}.breeding-matcher-main{color:#333;margin-bottom:4px;font-size:14px;line-height:1.6}.breeding-matcher-advice{color:#555;margin-top:4px;font-size:13px;font-style:italic}.breeding-table-wrap{margin-bottom:1rem;overflow-x:auto}.breeding-table{border-collapse:collapse;background:#fff;border-radius:16px;width:100%;font-size:13px;overflow:hidden}.breeding-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:12px 14px;font-weight:500}.breeding-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:11px 14px}.breeding-table tr:last-child td{border-bottom:none}.breeding-table tr:hover td{background:#eef7ee}.breeding-badge{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-block}.breeding-badge.excellent{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.breeding-badge.good{color:#0d47a1;background:#e3f2fd;border:1px solid #bbdefb}.breeding-badge.ok{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}.breeding-goals{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.breeding-goal-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;padding:1.25rem}.breeding-goal-title{color:var(--green-dark);margin-bottom:8px;font-size:15px;font-weight:500;display:block}.breeding-goal-card p{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.breeding-rules-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.breeding-rule-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;padding:1.25rem;display:flex}.breeding-rule-icon{flex-shrink:0;font-size:24px;line-height:1}.breeding-rule-title{color:var(--green-dark);margin-bottom:4px;font-size:14px;font-weight:500;display:block}.breeding-rule-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.breeding-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.breeding-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.breeding-back-btn:hover{background:var(--green-mid)}@media (width<=768px){.breeding-goals,.breeding-rules-grid,.breeding-beginners-grid,.breeding-generations{grid-template-columns:1fr}}@media (width<=420px){.breeding-header{padding:1.5rem 1rem}.breeding-matcher-selects{flex-direction:column}.breeding-matcher-arrow{display:none}.breeding-matcher-btn{width:100%}.breeding-table th,.breeding-table td{padding:8px;font-size:12px}}.care-page{min-height:100vh}.care-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.care-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.care-header p{opacity:.9;font-size:15px}.care-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.care-section{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.care-section h2{color:var(--green-dark);margin-bottom:10px;font-size:18px;font-weight:500}.care-section p{color:#444;margin-bottom:12px;font-size:14px;line-height:1.7}.care-toggle-btn{background:var(--green-light);color:var(--green-dark);cursor:pointer;border:1px solid #d5ead6;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s}.care-toggle-btn:hover{background:var(--green-pale)}.care-detail{border-top:.5px solid var(--gray-light);margin-top:12px;padding-top:12px}.care-tips{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.care-tips h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.care-tips ul{padding-left:1.2rem}.care-tips li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.care-back{justify-content:center;margin-top:1rem;margin-bottom:2rem;display:flex}.care-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.care-back-btn:hover{background:var(--green-mid)}@media (width<=420px){.care-header{padding:1.5rem 1rem}.care-section{padding:1rem}.care-toggle-btn{width:100%}}.feeding-page{min-height:100vh}.feeding-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.feeding-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.feeding-header p{opacity:.9;font-size:15px}.feeding-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.feeding-section{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.feeding-section h2{color:var(--green-dark);margin-bottom:10px;font-size:18px;font-weight:500}.feeding-section p{color:#444;font-size:14px;line-height:1.7}.feeding-list{margin-top:8px;padding-left:1.2rem}.feeding-list li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.feeding-table-wrap{overflow-x:auto}.feeding-table{border-collapse:collapse;width:100%;margin-top:8px;font-size:14px}.feeding-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.feeding-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.feeding-table tr:last-child td{border-bottom:none}.feeding-badge{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:13px}.feeding-badge.allowed{color:var(--green-mid);background:#eef7ee;border:1px solid #d5ead6}.feeding-badge.forbidden{color:#c0392b;background:#fdecea;border:1px solid #f5c6c2}.feeding-back{justify-content:center;margin-top:1rem;margin-bottom:2rem;display:flex}.feeding-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.feeding-back-btn:hover{background:var(--green-mid)}.feeding-herbs-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:1rem;display:grid}.feeding-herb-card{border:.5px solid var(--gray-light);background:#fff;border-radius:14px;overflow:hidden}.feeding-herb-card.safe{border-left:3px solid #1b5e20}.feeding-herb-card.caution{border-left:3px solid #e65100}.feeding-herb-header{border-bottom:.5px solid var(--gray-light);background:#f9fdf9;align-items:center;gap:10px;padding:12px 14px;display:flex}.feeding-herb-icon{flex-shrink:0;font-size:22px}.feeding-herb-name{color:var(--green-dark);font-size:14px;font-weight:500;display:block}.feeding-herb-latin{color:var(--gray);font-size:11px;font-style:italic;display:block}.feeding-herb-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;margin-left:auto;padding:3px 8px;font-size:11px}.feeding-herb-badge.safe{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.feeding-herb-badge.caution{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}.feeding-herb-body{padding:12px 14px}.feeding-herb-body p{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.feeding-herb-caution{font-style:italic;color:#666!important;margin-top:6px!important;font-size:12px!important}.feeding-badge.caution{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}@media (width<=640px){.feeding-herbs-grid{grid-template-columns:1fr}}@media (width<=420px){.feeding-header{padding:1.5rem 1rem}.feeding-section{padding:1rem}.feeding-table th,.feeding-table td{padding:8px;font-size:12px}}.floorcare-page{min-height:100vh}.floorcare-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.floorcare-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.floorcare-header p{opacity:.9;font-size:15px}.floorcare-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.floorcare-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.floorcare-intro{color:#444;margin-bottom:1rem;font-size:14px;line-height:1.7}.floorcare-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.floorcare-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.floorcare-note ul{margin:8px 0;padding-left:1.2rem}.floorcare-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.floorcare-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem;display:grid}.floorcare-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex}.floorcare-card-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.floorcare-icon{font-size:24px;line-height:1}.floorcare-card-header h3{color:var(--green-dark);margin:0;font-size:14px;font-weight:500}.floorcare-card-body{flex:1;padding:14px 16px 16px}.floorcare-card-body p{color:#444;margin:0;font-size:13px;line-height:1.6}.floorcare-table-wrap{margin-top:1rem;overflow-x:auto}.floorcare-table{border-collapse:collapse;width:100%;font-size:13px}.floorcare-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.floorcare-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.floorcare-table tr:nth-child(2n) td{background:#f9fdf9}.floorcare-table tr:hover td{background:#eef7ee}.floorcare-table tr:last-child td{border-bottom:none}.floorcare-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.floorcare-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.floorcare-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.floorcare-alert.danger{color:#c62828;background:#ffebee;border-left:3px solid #c62828}.floorcare-pros-cons{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.floorcare-pros,.floorcare-cons{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;padding:1.5rem}.floorcare-pros h3{color:#1b5e20;margin-bottom:1rem;font-size:15px;font-weight:500}.floorcare-cons h3{color:#e65100;margin-bottom:1rem;font-size:15px;font-weight:500}.floorcare-pros ul,.floorcare-cons ul{margin:0;padding-left:1.2rem}.floorcare-pros li,.floorcare-cons li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.floorcare-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.floorcare-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.floorcare-back-btn:hover{background:var(--green-mid)}@media (width<=768px){.floorcare-pros-cons{grid-template-columns:1fr}}@media (width<=640px){.floorcare-grid{grid-template-columns:1fr}}@media (width<=420px){.floorcare-header{padding:1.5rem 1rem}.floorcare-table th,.floorcare-table td{padding:8px;font-size:12px}}.diseases-page{min-height:100vh}.diseases-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.diseases-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.diseases-header p{opacity:.9;font-size:15px}.diseases-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.diseases-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.diseases-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.diseases-note ul{padding-left:1.2rem}.diseases-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.diseases-table-wrap{overflow-x:auto}.diseases-table{border-collapse:collapse;width:100%;font-size:13px}.diseases-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.diseases-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:9px 12px}.diseases-table tr:nth-child(2n) td{background:#f9fdf9}.diseases-table tr:hover td{background:#eef7ee}.diseases-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.diseases-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem;display:grid}.disease-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.disease-card-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.disease-icon{font-size:28px;line-height:1}.disease-card-header h3{color:var(--green-dark);margin:0;font-size:15px;font-weight:500}.disease-card-body{flex:1;padding:14px 16px 16px}.disease-card-body p{color:#444;margin-bottom:6px;font-size:13px;line-height:1.6}.disease-card-body ul{margin:6px 0;padding-left:1.2rem}.disease-card-body li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.disease-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.disease-chip{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:500}.disease-chip.danger{color:#c62828;background:#ffebee;border:1px solid #ffcdd2}.disease-chip.warn{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}.disease-chip.ok{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.disease-alert{border-radius:8px;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.5}.disease-alert.danger{color:#c62828;background:#ffebee;border-left:3px solid #c62828}.disease-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.diseases-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.diseases-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.diseases-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.diseases-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.diseases-grid{grid-template-columns:1fr}}@media (width<=420px){.diseases-header{padding:1.5rem 1rem}.diseases-table th,.diseases-table td{padding:8px;font-size:12px}}.okril-page{min-height:100vh}.okril-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.okril-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.okril-header p{opacity:.9;font-size:15px}.okril-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.okril-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.okril-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem;display:grid}.okril-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex}.okril-card-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.okril-icon{font-size:26px;line-height:1}.okril-card-header h3{color:var(--green-dark);margin:0;font-size:15px;font-weight:500}.okril-card-body{flex:1;padding:14px 16px 16px}.okril-card-body p{color:#444;margin-bottom:8px;font-size:13px;line-height:1.6}.okril-card-body ul{margin:6px 0;padding-left:1.2rem}.okril-card-body li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.okril-chip{border-radius:999px;margin-bottom:8px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}.okril-chip.danger{color:#c62828;background:#ffebee;border:1px solid #ffcdd2}.okril-chip.warn{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}.okril-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.okril-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.okril-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.okril-note ul{margin:8px 0;padding-left:1.2rem}.okril-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.okril-timeline{margin:1rem 0}.okril-tl-item{color:#444;border-bottom:.5px solid var(--gray-light);padding:8px 0;font-size:14px;line-height:1.6}.okril-tl-item:last-child{border-bottom:none}.okril-alert{border-radius:8px;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.5}.okril-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.okril-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.okril-alert.danger{color:#c62828;background:#ffebee;border-left:3px solid #c62828}.okril-table{border-collapse:collapse;width:100%;font-size:13px}.okril-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.okril-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.okril-table tr:nth-child(2n) td{background:#f9fdf9}.okril-table tr:hover td{background:#eef7ee}.okril-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.okril-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.okril-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.okril-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.okril-grid{grid-template-columns:1fr}}@media (width<=420px){.okril-header{padding:1.5rem 1rem}.okril-table th,.okril-table td{padding:8px;font-size:12px}}.parasites-page{min-height:100vh}.parasites-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.parasites-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.parasites-header p{opacity:.9;font-size:15px}.parasites-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.parasites-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.parasites-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem;display:grid}.parasites-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex}.parasites-card-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.parasites-icon{font-size:26px;line-height:1}.parasites-card-header h3{color:var(--green-dark);margin:0;font-size:14px;font-weight:500}.parasites-card-body{flex:1;padding:14px 16px 16px}.parasites-card-body p{color:#444;margin-bottom:6px;font-size:13px;line-height:1.6}.parasites-card-body ul{margin:4px 0 8px;padding-left:1.2rem}.parasites-card-body li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.parasites-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.parasites-chip{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:500}.parasites-chip.danger{color:#c62828;background:#ffebee;border:1px solid #ffcdd2}.parasites-chip.warn{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}.parasites-chip.ok{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.parasites-alert{border-radius:8px;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.5}.parasites-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.parasites-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.parasites-alert.danger{color:#c62828;background:#ffebee;border-left:3px solid #c62828}.parasites-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.parasites-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.parasites-note ul{margin:8px 0;padding-left:1.2rem}.parasites-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.parasites-table{border-collapse:collapse;width:100%;font-size:13px}.parasites-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.parasites-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.parasites-table tr:nth-child(2n) td{background:#f9fdf9}.parasites-table tr:hover td{background:#eef7ee}.parasites-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.parasites-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.parasites-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.parasites-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.parasites-grid{grid-template-columns:1fr}}@media (width<=420px){.parasites-header{padding:1.5rem 1rem}.parasites-table th,.parasites-table td{padding:8px;font-size:12px}}.firstaid-page{min-height:100vh}.firstaid-header{color:#fff;text-align:center;background:linear-gradient(90deg,#b71c1c,#e53935);padding:2rem}.firstaid-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.firstaid-header p{opacity:.9;font-size:15px}.firstaid-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.firstaid-section-title{color:#c62828;border-bottom:2px solid #ffcdd2;margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.firstaid-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1.5rem;display:grid}.firstaid-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex}.firstaid-card-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.firstaid-icon{font-size:28px;line-height:1}.firstaid-card-header h3{color:#c62828;margin:0;font-size:15px;font-weight:500}.firstaid-card-body{flex:1;padding:14px 16px 16px}.firstaid-card-body p{color:#444;margin-bottom:8px;font-size:13px;line-height:1.6}.firstaid-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.firstaid-chip{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:500}.firstaid-chip.danger{color:#c62828;background:#ffebee;border:1px solid #ffcdd2}.firstaid-chip.warn{color:#e65100;background:#fff3e0;border:1px solid #ffe0b2}.firstaid-steps{counter-reset:step;margin:8px 0;padding:0;list-style:none}.firstaid-steps li{counter-increment:step;color:#444;gap:10px;margin-bottom:8px;font-size:13px;line-height:1.5;display:flex}.firstaid-steps li:before{content:counter(step);background:var(--green-dark);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;margin-top:1px;font-size:11px;font-weight:500;display:flex}.firstaid-steps.danger li:before{background:#c62828}.firstaid-alert{border-radius:8px;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.5}.firstaid-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.firstaid-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.firstaid-alert.danger{color:#c62828;background:#ffebee;border-left:3px solid #c62828}.firstaid-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.firstaid-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.firstaid-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.firstaid-note ul{margin:8px 0;padding-left:1.2rem}.firstaid-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.firstaid-table{border-collapse:collapse;width:100%;font-size:13px}.firstaid-table th{color:#fff;text-align:left;background:#c62828;padding:10px 12px;font-weight:500}.firstaid-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.firstaid-table tr:nth-child(2n) td{background:#fff8f8}.firstaid-table tr:hover td{background:#ffebee}.firstaid-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.firstaid-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.firstaid-back-btn:hover{background:var(--green-mid)}@media (width<=700px){.firstaid-grid{grid-template-columns:1fr}}@media (width<=420px){.firstaid-header{padding:1.5rem 1rem}.firstaid-table th,.firstaid-table td{padding:8px;font-size:12px}}.tips-page{min-height:100vh}.tips-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.tips-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.tips-header p{opacity:.9;font-size:15px}.tips-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.tips-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.tips-item{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex}.tips-item:hover{border-color:var(--green-accent)}.tips-icon{flex-shrink:0;margin-top:2px;font-size:28px;line-height:1}.tips-content{flex:1}.tips-title{color:var(--green-dark);margin-bottom:6px;font-size:15px;font-weight:500;display:block}.tips-content p{color:#444;margin:0;font-size:14px;line-height:1.7}.tips-back{justify-content:center;margin-top:2rem;margin-bottom:2rem;display:flex}.tips-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.tips-back-btn:hover{background:var(--green-mid)}@media (width<=420px){.tips-header{padding:1.5rem 1rem}.tips-item{gap:.75rem;padding:1rem}.tips-icon{font-size:22px}.tips-content p{font-size:13px}}.calc-page{min-height:100vh}.calc-header{color:#fff;text-align:center;background:linear-gradient(135deg,#1b5e20,#2e7d32,#388e3c);padding:2rem}.calc-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.calc-header p{opacity:.9;font-size:15px}.calc-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.calc-tabs{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;gap:6px;margin-bottom:1.5rem;padding:6px;display:flex}.calc-tab{cursor:pointer;color:var(--gray);background:0 0;border:none;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.calc-tab.active{background:var(--green-dark);color:var(--green-pale)}.calc-tab:not(.active):hover{background:var(--green-light);color:var(--green-dark)}.calc-mode-tabs{gap:8px;margin-bottom:1rem;display:flex}.calc-mode-btn{border:1px solid var(--gray-light);cursor:pointer;color:var(--gray);background:#fff;border-radius:10px;flex:1;padding:10px;font-size:14px;font-weight:500;transition:all .2s}.calc-mode-btn.active{background:var(--green-light);color:var(--green-dark);border-color:var(--green-accent)}.calc-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.calc-card h2{color:var(--green-dark);margin-bottom:1rem;font-size:16px;font-weight:500}.grain-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:1rem;display:grid}.grain-item{border:1.5px solid var(--gray-light);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;transition:all .2s;display:flex}.grain-item input{display:none}.grain-item.selected{border-color:var(--green-accent);background:var(--green-light)}.grain-item:hover{border-color:var(--green-mid)}.grain-icon{font-size:22px}.grain-name{color:var(--green-dark);font-size:13px;font-weight:500}.grain-note{color:var(--gray);font-size:11px;line-height:1.3}.weight-row{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.weight-btn{border:1px solid var(--gray-light);background:var(--green-light);width:36px;height:36px;color:var(--green-dark);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:500;transition:background .2s;display:flex}.weight-btn:hover{background:var(--green-pale)}.weight-input{text-align:center;border:1px solid var(--gray-light);border-radius:8px;width:80px;padding:8px;font-size:16px;font-weight:500}.weight-unit{color:var(--gray);font-size:14px}.calc-btn{background:var(--green-dark);color:var(--green-pale);cursor:pointer;border:none;border-radius:999px;margin-top:8px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.calc-btn:hover{background:var(--green-mid)}.calc-error{color:#c62828;margin-bottom:8px;font-size:13px}.result-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.result-icon{flex-shrink:0;font-size:20px}.result-info{flex:1;min-width:0}.result-top{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.result-name{color:var(--green-dark);font-size:14px;font-weight:500}.result-pct{color:var(--gray);font-size:13px}.result-bar-wrap{background:var(--green-light);border-radius:999px;height:6px;overflow:hidden}.result-bar{background:var(--green-accent);border-radius:999px;height:100%;transition:width .3s}.result-kg{color:var(--green-dark);text-align:right;min-width:48px;font-size:15px;font-weight:500}.calc-label{color:var(--green-dark);margin-top:12px;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.calc-select,.calc-date{border:1px solid var(--gray-light);color:#333;background:#fff;border-radius:8px;width:100%;margin-bottom:4px;padding:10px 12px;font-size:14px}.calc-result{margin-top:1rem}.calc-row{border-bottom:.5px solid var(--gray-light);color:#444;justify-content:space-between;align-items:center;gap:1rem;padding:8px 0;font-size:14px;display:flex}.calc-row:last-of-type{border-bottom:none}.calc-row strong{color:var(--green-dark);white-space:nowrap}.calc-alert{border-radius:8px;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.5}.calc-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.calc-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.calc-table-wrap{overflow-x:auto}.calc-table{border-collapse:collapse;width:100%;font-size:13px}.calc-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.calc-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:9px 12px}.calc-table tr:nth-child(2n) td{background:#f9fdf9}.calc-table tr:hover td{background:#eef7ee}.calc-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.calc-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.calc-back-btn:hover{background:var(--green-mid)}.granulator-toggle{cursor:pointer;color:#444;align-items:center;gap:8px;margin-top:16px;font-size:.95rem;display:flex}.granulator-toggle input{cursor:pointer;width:16px;height:16px}.granulator-block{border-top:1px solid #e5e5e5;margin-top:16px;padding-top:16px}.granulator-block h3{color:#333;margin-bottom:12px;font-size:.95rem;font-weight:600}.granulator-note{color:#888;margin-top:3px;font-size:.75rem;display:block}@media (width<=640px){.grain-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=420px){.calc-header{padding:1.5rem 1rem}.grain-grid{grid-template-columns:repeat(2,1fr)}.calc-mode-tabs{flex-direction:column}.calc-table th,.calc-table td{padding:8px;font-size:12px}}.vacc-page{min-height:100vh}.vacc-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.vacc-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.vacc-header p{opacity:.9;font-size:15px}.vacc-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.vacc-section{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.vacc-section h2{color:var(--green-dark);margin-bottom:1rem;font-size:18px;font-weight:500}.vacc-section p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.vacc-section ul{margin:8px 0;padding-left:1.2rem}.vacc-section li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.vacc-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:1rem;display:grid}.vacc-card{background:var(--green-light);border:.5px solid #d5ead6;border-radius:12px;padding:1rem}.vacc-card-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.vacc-icon{font-size:22px}.vacc-card-header h3{color:var(--green-dark);margin:0;font-size:14px;font-weight:500}.vacc-card ul{margin:0;padding-left:1rem}.vacc-card li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.vacc-calculator{flex-direction:column;gap:8px;margin-top:1rem;display:flex}.vacc-label{color:var(--green-dark);font-size:14px;font-weight:500}.vacc-date{border:1px solid var(--gray-light);border-radius:8px;max-width:240px;padding:10px 12px;font-size:14px}.vacc-btn{background:var(--green-dark);color:var(--green-pale);cursor:pointer;border:none;border-radius:999px;max-width:280px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.vacc-btn:hover{background:var(--green-mid)}.vacc-error{color:#c62828;font-size:13px}.vacc-result{flex-direction:column;gap:10px;margin-top:1rem;display:flex}.vacc-result-block{background:var(--green-light);border:.5px solid #d5ead6;border-radius:12px;padding:1rem}.vacc-result-title{color:var(--green-dark);margin-bottom:8px;font-size:15px;font-weight:500}.vacc-row{color:#444;border-bottom:.5px solid #d5ead6;justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.vacc-row:last-child{border-bottom:none}.vacc-row strong{color:var(--green-dark)}.vacc-alert{border-radius:8px;padding:10px 14px;font-size:13px;line-height:1.5}.vacc-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.vacc-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.vacc-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.vacc-back-btn:hover{background:var(--green-mid)}@media (width<=640px){.vacc-grid{grid-template-columns:1fr}}@media (width<=420px){.vacc-header{padding:1.5rem 1rem}.vacc-section{padding:1rem}.vacc-date,.vacc-btn{max-width:100%}}.enclosure-page{min-height:100vh}.enclosure-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.enclosure-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.enclosure-header p{opacity:.9;font-size:15px}.enclosure-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.enclosure-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.enclosure-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem;display:grid}.enclosure-grid-2{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.enclosure-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;display:flex}.enclosure-card-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.enclosure-icon{font-size:24px;line-height:1}.enclosure-card-header h3{color:var(--green-dark);margin:0;font-size:14px;font-weight:500}.enclosure-card-body{flex:1;padding:14px 16px 16px}.enclosure-card-body p{color:#444;margin:0;font-size:13px;line-height:1.6}.enclosure-chips{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.enclosure-chip{color:var(--green-mid);background:#eef7ee;border:1px solid #d5ead6;border-radius:999px;padding:3px 10px;font-size:11px}.enclosure-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.enclosure-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:16px;font-weight:500}.enclosure-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.enclosure-note ul{margin:0;padding-left:1.2rem}.enclosure-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.enclosure-table{border-collapse:collapse;width:100%;font-size:13px}.enclosure-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.enclosure-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.enclosure-table tr:nth-child(2n) td{background:#f9fdf9}.enclosure-table tr:hover td{background:#eef7ee}.enclosure-alert{border-radius:8px;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.5}.enclosure-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.enclosure-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.enclosure-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.enclosure-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.enclosure-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.enclosure-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.enclosure-grid,.enclosure-grid-2{grid-template-columns:1fr}}@media (width<=420px){.enclosure-header{padding:1.5rem 1rem}.enclosure-table th,.enclosure-table td{padding:8px;font-size:12px}}.calendar-page{min-height:100vh}.calendar-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.calendar-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.calendar-header p{opacity:.9;font-size:15px}.calendar-wrap{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem}.calendar-legend{flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;display:flex}.calendar-legend-item{border-radius:999px;padding:4px 12px;font-size:12px;font-weight:500}.calendar-legend-item.food{color:#f57f17;background:#fff8e1;border:1px solid #ffe082}.calendar-legend-item.housing{color:#2e7d32;background:#e8f5e9;border:1px solid #c8e6c9}.calendar-legend-item.breeding{color:#c62828;background:#fce4ec;border:1px solid #f8bbd0}.calendar-legend-item.health{color:#0d47a1;background:#e3f2fd;border:1px solid #bbdefb}.calendar-legend-item.farm{color:#6a1b9a;background:#f3e5f5;border:1px solid #e1bee7}.calendar-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:2rem;display:grid}.calendar-month{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;overflow:hidden}.calendar-month-header{align-items:center;gap:10px;padding:14px 16px;display:flex}.calendar-month.winter .calendar-month-header{background:#e3f2fd}.calendar-month.spring .calendar-month-header{background:#e8f5e9}.calendar-month.summer .calendar-month-header{background:#fff8e1}.calendar-month.autumn .calendar-month-header{background:#fff3e0}.calendar-month-icon{font-size:22px}.calendar-month-header h2{color:var(--green-dark);margin:0;font-size:16px;font-weight:500}.calendar-tasks{flex-direction:column;gap:8px;padding:12px;display:flex}.calendar-task-group{border-radius:10px;padding:10px 12px}.calendar-task-group.food{background:#fff8e1;border:.5px solid #ffe082}.calendar-task-group.housing{background:#e8f5e9;border:.5px solid #c8e6c9}.calendar-task-group.breeding{background:#fce4ec;border:.5px solid #f8bbd0}.calendar-task-group.health{background:#e3f2fd;border:.5px solid #bbdefb}.calendar-task-group.farm{background:#f3e5f5;border:.5px solid #e1bee7}.calendar-task-cat{text-transform:uppercase;letter-spacing:.5px;opacity:.7;color:#333;margin-bottom:6px;font-size:11px;font-weight:500}.calendar-tasks ul{margin:0;padding-left:1rem}.calendar-tasks li{color:#444;margin-bottom:4px;font-size:12px;line-height:1.5}.calendar-tasks li:last-child{margin-bottom:0}.calendar-back{justify-content:center;margin-top:1rem;margin-bottom:2rem;display:flex}.calendar-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.calendar-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.calendar-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.calendar-grid{grid-template-columns:1fr}}@media (width<=420px){.calendar-header{padding:1.5rem 1rem}}.slaughter-page{min-height:100vh}.slaughter-header{color:#fff;text-align:center;background:linear-gradient(90deg,#4a1942,#7b2d5e);padding:2rem}.slaughter-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.slaughter-header p{opacity:.9;font-size:15px}.slaughter-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.slaughter-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.slaughter-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.slaughter-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.slaughter-note ul{margin:8px 0;padding-left:1.2rem}.slaughter-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.slaughter-grid-2{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.slaughter-grid-3{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1rem;display:grid}.slaughter-fact-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;padding:1.25rem;display:flex}.slaughter-fact-icon{flex-shrink:0;font-size:26px;line-height:1}.slaughter-fact-title{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.slaughter-fact-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.slaughter-prep-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;padding:1.25rem}.slaughter-prep-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;margin-bottom:10px;padding-bottom:10px;display:flex}.slaughter-prep-icon{font-size:22px}.slaughter-prep-header h3{color:var(--green-dark);margin:0;font-size:14px;font-weight:500}.slaughter-prep-card ul{margin:0;padding-left:1.2rem}.slaughter-prep-card li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.slaughter-steps{flex-direction:column;gap:0;display:flex}.slaughter-step{border-bottom:.5px solid var(--gray-light);gap:16px;padding:16px 0;display:flex}.slaughter-step:last-child{border-bottom:none}.slaughter-step-num{background:var(--green-dark);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:500;display:flex}.slaughter-step-content{flex:1}.slaughter-step-content strong{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.slaughter-step-content p{color:#444;margin:0 0 8px;font-size:13px;line-height:1.6}.slaughter-inline-alert{border-radius:8px;margin-top:8px;padding:8px 12px;font-size:12px;line-height:1.5}.slaughter-inline-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.slaughter-inline-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.slaughter-byproduct-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;gap:6px;padding:1.25rem;display:flex}.slaughter-byproduct-icon{font-size:24px}.slaughter-byproduct-name{color:var(--green-dark);font-size:14px;font-weight:500}.slaughter-byproduct-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.slaughter-table{border-collapse:collapse;width:100%;font-size:13px}.slaughter-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.slaughter-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.slaughter-table tr:nth-child(2n) td{background:#f9fdf9}.slaughter-table tr:hover td{background:#eef7ee}.slaughter-table tr:last-child td{border-bottom:none}.slaughter-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.slaughter-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.slaughter-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.slaughter-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.slaughter-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.slaughter-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.slaughter-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.slaughter-grid-2,.slaughter-grid-3{grid-template-columns:1fr}}@media (width<=420px){.slaughter-header{padding:1.5rem 1rem}.slaughter-table th,.slaughter-table td{padding:8px;font-size:12px}.slaughter-step{gap:10px}}.med-page{min-height:100vh}.med-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.med-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.med-header p{opacity:.9;font-size:15px}.med-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.med-notice{color:#6d4c00;background:#fff8e1;border-left:3px solid #f9a825;border-radius:8px;margin-bottom:1.2rem;padding:10px 14px;font-size:13px}.med-search-row{margin-bottom:1rem}.med-search{border:1px solid var(--gray-light);box-sizing:border-box;border-radius:999px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.med-search:focus{border-color:var(--green-mid)}.med-cats{flex-wrap:wrap;gap:8px;margin-bottom:1.2rem;display:flex}.med-cat-btn{border:1px solid var(--gray-light);cursor:pointer;color:#444;background:#fff;border-radius:999px;padding:6px 16px;font-size:13px;transition:all .2s}.med-cat-btn.active,.med-cat-btn:hover{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}.med-list{flex-direction:column;gap:10px;display:flex}.med-empty{text-align:center;color:#999;margin-top:2rem;font-size:14px}.med-card{border:.5px solid var(--gray-light);cursor:pointer;background:#fff;border-radius:14px;transition:box-shadow .2s;overflow:hidden}.med-card:hover{box-shadow:0 2px 10px #00000012}.med-card.injection{border-color:#c5d9ff}.med-card.injection .med-card-name{color:#1a3a6b}.med-card.injection .med-card-body{background:#f0f5ff}.med-card-top{align-items:flex-start;gap:12px;padding:1rem;display:flex}.med-card-icon{flex-shrink:0;margin-top:2px;font-size:24px}.med-card-info{flex:1}.med-card-name{color:var(--green-dark);margin-bottom:4px;font-size:15px;font-weight:500}.med-card-desc{color:#666;font-size:13px;line-height:1.5}.med-chevron{color:#aaa;flex-shrink:0;margin-top:4px;font-size:11px}.med-card-body{border-top:.5px solid var(--gray-light);background:var(--green-light);flex-direction:column;gap:8px;padding:1rem;display:flex}.med-what-is-it{background:#fffbea;border-left:3px solid #f6c90e;border-radius:6px;margin-bottom:4px;padding:10px 12px}.med-what-label{color:#7a5c00;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;font-size:12px;font-weight:500;display:block}.med-what-is-it p{color:#555;margin:0;font-size:13px;line-height:1.6}.med-row{color:#444;border-bottom:.5px solid #d5ead6;flex-direction:column;gap:2px;padding-bottom:8px;font-size:13px;display:flex}.med-row:last-of-type{border-bottom:none;padding-bottom:0}.med-row-label{color:var(--green-dark);text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:500}.med-row.dose-prev{background:#f0f7e6;border-bottom:none;border-radius:6px;margin-bottom:2px;padding:8px 10px}.med-row.dose-treat{background:#fce8e8;border-bottom:none;border-radius:6px;margin-bottom:2px;padding:8px 10px}.med-row.dose-prev .med-row-label{color:#2e6b00}.med-row.dose-treat .med-row-label{color:#8b0000}.med-card.injection .med-row-label{color:#1a3a6b}.med-card.injection .med-row{border-bottom-color:#c5d9ff}.med-warning{color:#7c3b00;background:#fff3e0;border-left:3px solid #ef6c00;border-radius:6px;margin-top:4px;padding:8px 12px;font-size:13px}.med-injection-tip{background:#fff;border:.5px solid #c5d9ff;border-radius:16px;margin-top:1.5rem;padding:1.5rem}.med-tip-title{color:#1a3a6b;margin-bottom:1rem;font-size:16px;font-weight:500}.med-tip-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.med-tip-card{background:#f0f5ff;border:.5px solid #c5d9ff;border-radius:12px;padding:1rem}.med-tip-name{color:#1a3a6b;margin-bottom:6px;font-size:13px;font-weight:500}.med-tip-card p{color:#444;margin:0;font-size:12px;line-height:1.6}.med-back{justify-content:center;margin-top:2rem;display:flex}.med-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.med-back-btn:hover{background:var(--green-mid)}@media (width<=640px){.med-tip-grid{grid-template-columns:1fr}}@media (width<=420px){.med-header{padding:1.5rem 1rem}.med-card-top,.med-card-body{padding:.9rem}.med-injection-tip{padding:1rem}}.auth-page{background:var(--cream);justify-content:center;align-items:center;width:100%;min-height:80vh;padding:1rem;display:flex}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 4px 24px #0000001a}.auth-card h1{text-align:center;color:var(--green-dark);margin-bottom:1.5rem;font-size:1.6rem}.auth-tabs{border:2px solid var(--green-dark);border-radius:8px;margin-bottom:1.5rem;display:flex;overflow:hidden}.auth-tabs button{color:var(--green-dark);cursor:pointer;background:#fff;border:none;flex:1;padding:.6rem 1rem;font-size:1rem}.auth-tabs button.active{background:var(--green-dark);color:#fff}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form input{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem}.auth-form input:focus{border-color:var(--green-dark)}.auth-error{color:#c0392b;text-align:center;font-size:.9rem}.auth-submit{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem}.auth-submit:hover{background:var(--green-mid)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-info{color:var(--gray);text-align:center;margin-top:1rem;font-size:.85rem;line-height:1.8}.auth-info a{color:var(--green-dark);text-decoration:underline}.auth-info a:hover{color:var(--green-mid)}@media (width<=960px){.auth-card{max-width:380px;padding:2rem}}@media (width<=640px){.auth-card{max-width:100%;padding:1.5rem}.auth-card h1{font-size:1.3rem}}@media (width<=420px){.auth-page{align-items:flex-start;padding:2rem .5rem .5rem}.auth-card{border-radius:8px;padding:1.2rem}}.registry-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.registry-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.registry-header h1{color:var(--green-dark);flex:1;font-size:1.8rem}.registry-email{color:var(--gray);font-size:.9rem}.registry-add-btn{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.registry-add-btn:hover{background:var(--green-mid)}.registry-form{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 12px #00000014}.registry-form h2{color:var(--green-dark);margin-bottom:1rem;font-size:1.2rem}.registry-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.registry-form-grid input,.registry-form-grid select{border:1px solid var(--gray-light);width:100%;color:var(--green-dark);background:#fff;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.95rem}.registry-form-grid input:focus,.registry-form-grid select:focus{border-color:var(--green-dark)}.registry-error{color:#c0392b;margin-bottom:.5rem;font-size:.9rem}.registry-save-btn{background:var(--green-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:1rem;transition:background .2s}.registry-save-btn:hover{background:var(--green-mid)}.registry-save-btn:disabled{opacity:.5;cursor:not-allowed}.registry-loading,.registry-empty{text-align:center;color:var(--gray);padding:3rem;font-size:1.1rem}.registry-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.rabbit-card{border-top:3px solid var(--green-accent);background:#fff;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.2rem;display:flex;box-shadow:0 2px 8px #00000012}.rabbit-card-header{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.rabbit-gender{color:var(--green-mid);font-size:1.3rem}.rabbit-card-header h3{color:var(--green-dark);flex:1;font-size:1.1rem}.rabbit-cage{background:var(--green-light);color:var(--green-dark);border-radius:20px;padding:.2rem .5rem;font-size:.8rem}.rabbit-card-body{color:var(--green-dark);flex-direction:column;flex:1;gap:.3rem;font-size:.9rem;display:flex}.rabbit-notes{color:var(--gray);font-size:.85rem;font-style:italic}.rabbit-archive-btn{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;margin-top:.5rem;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.rabbit-archive-btn:hover{color:#c0392b;border-color:#c0392b}.rabbit-card-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.rabbit-edit-btn{border:1px solid var(--green-accent);color:var(--green-accent);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.rabbit-edit-btn:hover{background:var(--green-accent);color:#fff}.registry-archive-link{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.registry-archive-link:hover{border-color:var(--green-dark);color:var(--green-dark)}.registry-stats{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.registry-stat-card{border-top:3px solid var(--green-dark);background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;min-width:90px;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 8px #00000012}.registry-stat-card.male{border-top-color:var(--green-mid)}.registry-stat-card.female{border-top-color:var(--amber)}.registry-stat-card.young{border-top-color:var(--green-pale)}.registry-stat-value{color:var(--green-dark);font-size:2rem;font-weight:700;line-height:1}.registry-stat-label{color:var(--gray);font-size:.85rem}.registry-stat-sub{color:var(--gray);margin-top:.1rem;font-size:.75rem}.registry-stat-card.paddock{border-top-color:var(--green-mid)}.registry-stat-card.fattening{border-top-color:var(--brown)}.registry-stat-card.quarantine{border-top-color:var(--amber)}.rabbit-age{color:var(--gray);font-size:.82rem}@media (width<=960px){.registry-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (width<=640px){.registry-form-grid{grid-template-columns:1fr}.registry-header h1{font-size:1.4rem}.registry-grid{grid-template-columns:1fr 1fr}}@media (width<=420px){.registry-page{padding:1rem}.registry-grid{grid-template-columns:1fr}}.edit-page{max-width:700px;margin:0 auto;padding:2rem 1.5rem}.edit-header{margin-bottom:2rem}.edit-header h1{color:var(--green-dark);font-size:1.8rem}.edit-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.edit-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.edit-form-grid input,.edit-form-grid select{border:1px solid var(--gray-light);width:100%;color:var(--green-dark);background:#fff;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.95rem}.edit-form-grid input:focus,.edit-form-grid select:focus{border-color:var(--green-dark)}.edit-error{color:#c0392b;margin-bottom:.75rem;font-size:.9rem}.edit-actions{justify-content:flex-end;gap:.75rem;display:flex}.edit-cancel{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;padding:.65rem 1.2rem;font-size:.95rem;transition:all .2s}.edit-cancel:hover{border-color:var(--gray);color:var(--green-dark)}.edit-save{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:.95rem;transition:background .2s}.edit-save:hover{background:var(--green-mid)}.edit-save:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.edit-form-grid{grid-template-columns:1fr}}@media (width<=420px){.edit-page{padding:1rem}.edit-actions{flex-direction:column}.edit-cancel,.edit-save{width:100%}}.archive-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.archive-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.archive-header h1{color:var(--green-dark);font-size:1.8rem}.archive-back-btn{border:1px solid var(--green-dark);color:var(--green-dark);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.archive-back-btn:hover{background:var(--green-dark);color:#fff}.archive-empty{text-align:center;color:var(--gray);padding:3rem;font-size:1.1rem}.archive-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.archive-card{border-top:3px solid var(--gray-light);opacity:.85;background:#fff;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.2rem;display:flex;box-shadow:0 2px 8px #00000012}.archive-card-header{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.archive-gender{color:var(--gray);font-size:1.3rem}.archive-card-header h3{color:var(--gray);flex:1;font-size:1.1rem}.archive-cage{background:var(--gray-light);color:var(--gray);border-radius:20px;padding:.2rem .5rem;font-size:.8rem}.archive-card-body{color:var(--green-dark);flex-direction:column;flex:1;gap:.3rem;font-size:.9rem;display:flex}.archive-notes{color:var(--gray);font-size:.85rem;font-style:italic}.archive-card-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.archive-restore-btn{border:1px solid var(--green-accent);color:var(--green-accent);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.archive-restore-btn:hover{background:var(--green-accent);color:#fff}.archive-delete-btn{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.archive-delete-btn:hover{color:#fff;background:#c0392b}@media (width<=960px){.archive-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (width<=640px){.archive-header h1{font-size:1.4rem}.archive-grid{grid-template-columns:1fr 1fr}}@media (width<=420px){.archive-page{padding:1rem}.archive-grid{grid-template-columns:1fr}}.matings-page{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;padding:2rem 1.5rem;display:flex}.matings-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.matings-header h1{color:var(--green-dark);font-size:1.8rem}.matings-back-btn{border:1px solid var(--green-dark);color:var(--green-dark);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.matings-back-btn:hover{background:var(--green-dark);color:#fff}.matings-add-btn{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.matings-add-btn:hover{background:var(--green-mid)}.matings-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.matings-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.matings-form-field{flex-direction:column;gap:.3rem;display:flex}.matings-form-field label{color:var(--gray);font-size:.8rem}.matings-form-grid input,.matings-form-grid select{border:1px solid var(--gray-light);width:100%;color:var(--green-dark);background:#fff;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.95rem}.matings-form-grid input:focus,.matings-form-grid select:focus{border-color:var(--green-dark)}.matings-form-full{grid-column:1/-1}.matings-error{color:#c0392b;margin-bottom:.5rem;font-size:.9rem}.matings-save-btn{background:var(--green-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:1rem;transition:background .2s}.matings-save-btn:hover{background:var(--green-mid)}.matings-save-btn:disabled{opacity:.5;cursor:not-allowed}.matings-empty{color:var(--gray);text-align:center;padding:2rem}.matings-list{flex-direction:column;gap:1rem;display:flex}.mating-card{border-left:4px solid var(--green-accent);background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.2rem;display:flex;box-shadow:0 2px 8px #00000012}.mating-card-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.mating-pair{color:var(--green-dark);font-size:1rem;font-weight:600}.mating-dates{color:var(--green-dark);flex-wrap:wrap;gap:1rem;font-size:.95rem;display:flex}.mating-notes{color:var(--gray);font-size:.85rem;font-style:italic}.mating-delete-btn{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:6px;padding:.3rem .7rem;font-size:.85rem;transition:all .2s}.mating-delete-btn:hover{color:#fff;background:#c0392b}.litter-weaned{color:var(--brown);font-size:.9rem}.mating-card-btns{gap:.5rem;display:flex}.mating-edit-btn{border:1px solid var(--green-accent);color:var(--green-accent);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .7rem;font-size:.85rem;transition:all .2s}.mating-edit-btn:hover{background:var(--green-accent);color:#fff}.matings-edit-form{border-left:4px solid var(--amber)}.matings-edit-form h3{color:var(--green-dark);margin-bottom:1rem;font-size:1.1rem}.matings-edit-actions{gap:.75rem;display:flex}.matings-cancel-btn{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;padding:.65rem 1.2rem;font-size:.95rem;transition:all .2s}.matings-cancel-btn:hover{border-color:var(--gray);color:var(--green-dark)}.litter-block-btns{align-items:center;gap:.3rem;display:flex}.litter-age-row{flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.litter-age{color:var(--green-dark)}.litter-weaning-alert{color:#c0392b;background:#fde8e8;border-radius:20px;padding:.2rem .6rem;font-size:.85rem;font-weight:600}.litter-weaning-soon{background:var(--amber-light);color:var(--brown);border-radius:20px;padding:.2rem .6rem;font-size:.85rem;font-weight:600}.litter-weaning-info{color:var(--gray);font-size:.85rem}@media (width<=640px){.matings-form-grid{grid-template-columns:1fr}.matings-header h1{font-size:1.4rem}.mating-dates{flex-direction:column;gap:.4rem}}@media (width<=420px){.matings-page{padding:1rem}}.leaves-page{color:#1a2e1b;background:#fafaf5;min-height:100vh;font-family:Nunito,sans-serif;line-height:1.7}.lv-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#2d6a30 0%,#1e4d20 100%);padding:36px 20px 28px;position:relative;overflow:hidden}.lv-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:180px;height:180px;position:absolute;top:-30px;right:-30px}.lv-hero:after{content:"";background:#ffffff0a;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-20px;left:-20px}.lv-hero-emoji{margin-bottom:10px;font-size:52px;display:block}.lv-hero h1{margin-bottom:8px;font-size:26px;font-weight:900;line-height:1.2}.lv-hero p{opacity:.85;max-width:340px;margin:0 auto;font-size:14px;line-height:1.6}.lv-back-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff59;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:7px 16px;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;transition:background .2s,border-color .2s;display:inline-flex}.lv-back-btn:hover{background:#ffffff40;border-color:#fff9}.lv-back-btn:active{transform:scale(.96)}.lv-intro-box{background:#fff;border-left:5px solid #4a9b50;border-radius:16px;margin:16px;padding:18px;box-shadow:0 2px 12px #1e4d201f}.lv-intro-box p{color:#4a5c4b;font-size:14px;line-height:1.7}.lv-section{padding:0 16px 24px}.lv-section-title{color:#1e4d20;align-items:center;gap:8px;margin-bottom:14px;font-size:20px;font-weight:900;display:flex}.lv-section-intro{color:#4a5c4b;margin-bottom:14px;font-size:13.5px;line-height:1.6}.lv-card{background:#fff;border-radius:16px;margin-bottom:14px;transition:transform .15s;overflow:hidden;box-shadow:0 2px 10px #1e4d201f}.lv-card:active{transform:scale(.98)}.lv-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 16px 10px;display:flex}.lv-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:26px;display:flex}.icon-green{background:#e8f5e9}.icon-yellow{background:#fff8e1}.icon-orange{background:#fff3e0}.icon-red{background:#ffebee}.icon-blue{background:#e3f2fd}.lv-card-title-group{flex:1}.lv-card-name{color:#1a2e1b;font-size:16px;font-weight:800;line-height:1.2}.lv-card-subtitle{color:#4a5c4b;margin-top:2px;font-size:12px}.lv-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700}.badge-ok{color:#2e7d32;background:#e8f5e9}.badge-limit{color:#e65100;background:#fff3e0}.badge-no{color:#c62828;background:#ffebee}.lv-chevron{color:#4a5c4b;flex-shrink:0;font-size:11px;transition:transform .3s}.lv-card.open .lv-chevron{transform:rotate(180deg)}.lv-card-body{border-top:1px solid #f0f4f0;padding:12px 16px 16px}.lv-card-body p{color:#4a5c4b;margin-bottom:10px;font-size:13.5px;line-height:1.7}.lv-card-body p:last-child{margin-bottom:0}.lv-info-row{align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13.5px;display:flex}.lv-info-icon{flex-shrink:0;margin-top:1px;font-size:16px}.lv-info-text{color:#4a5c4b;line-height:1.5}.lv-info-text strong{color:#1a2e1b;font-weight:700}.lv-tip-box{color:#1e4d20;background:#e8f5e9;border-radius:12px;margin-top:10px;padding:12px 14px;font-size:13px;line-height:1.6}.lv-tip-title{margin-bottom:4px;font-size:13px;font-weight:800}.lv-warn-box{color:#5d4037;background:#fff3cd;border-left:4px solid #f9a825;border-radius:0 12px 12px 0;margin-top:10px;padding:12px 14px;font-size:13px;line-height:1.6}.lv-danger-box{color:#b71c1c;background:#ffebee;border-left:4px solid #c62828;border-radius:0 12px 12px 0;margin-top:10px;padding:12px 14px;font-size:13px;line-height:1.6}.lv-bud-section{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:2px solid #66bb6a;border-radius:16px;margin:0 16px 24px;padding:18px}.lv-bud-section h2{color:#1e4d20;align-items:center;gap:8px;margin-bottom:10px;font-size:18px;font-weight:900;display:flex}.lv-bud-section p{color:#4a5c4b;margin-bottom:10px;font-size:13.5px;line-height:1.7}.lv-forbidden{background:#fff;border-radius:16px;margin:0 16px 24px;overflow:hidden;box-shadow:0 2px 10px #1e4d201f}.lv-forbidden-header{background:linear-gradient(135deg,#c62828,#e53935);align-items:center;gap:10px;padding:14px 16px;display:flex}.lv-forbidden-header h2{color:#fff;font-size:17px;font-weight:900}.lv-forbidden-body{padding:16px}.lv-forbidden-item{border-bottom:1px solid #fce4e4;align-items:flex-start;gap:10px;margin-bottom:12px;padding-bottom:12px;display:flex}.lv-forbidden-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.lv-forbidden-name{color:#c62828;margin-bottom:2px;font-size:14px;font-weight:800}.lv-forbidden-why{color:#4a5c4b;font-size:13px;line-height:1.5}.lv-season-grid{grid-template-columns:1fr 1fr;gap:10px;margin:0 16px 24px;display:grid}.lv-season-card{background:#fff;border-radius:14px;padding:14px;box-shadow:0 2px 8px #1e4d201f}.lv-season-name{margin-bottom:8px;font-size:13px;font-weight:800}.lv-season-card ul{color:#4a5c4b;margin:0;padding:0;font-size:12.5px;line-height:1.7;list-style:none}.lv-season-card ul li:before{content:"• ";color:#4a9b50;font-weight:700}.lv-quick-tips{color:#fff;background:#1e4d20;border-radius:16px;margin:0 16px 24px;padding:18px}.lv-quick-tips h2{align-items:center;gap:8px;margin-bottom:14px;font-size:17px;font-weight:900;display:flex}.lv-tip-item{align-items:flex-start;gap:10px;margin-bottom:10px;font-size:13.5px;line-height:1.5;display:flex}.lv-tip-item:last-child{margin-bottom:0}.lv-tip-num{color:#1e4d20;background:#66bb6a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:900;display:flex}.lv-tip-item p{opacity:.9;margin:0}.lv-footer-nav{justify-content:center;padding:8px 16px 32px;display:flex}.lv-footer-btn{color:#1e4d20;cursor:pointer;background:#fff;border:2px solid #4a9b50;border-radius:24px;align-items:center;gap:8px;padding:12px 28px;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;transition:background .2s,color .2s,transform .15s;display:inline-flex;box-shadow:0 2px 10px #1e4d201f}.lv-footer-btn:hover{color:#fff;background:#1e4d20;border-color:#1e4d20}.lv-footer-btn:active{transform:scale(.96)}@media (width>=481px){.lv-hero h1{font-size:30px}.lv-hero p{max-width:480px;font-size:15px}.lv-intro-box{margin:20px 24px;padding:20px}.lv-section{padding:0 24px 28px}.lv-section-title{font-size:22px}.lv-leaves-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.lv-card{margin-bottom:0}.lv-season-grid{grid-template-columns:1fr 1fr;gap:14px;margin:0 24px 28px}.lv-season-card{padding:16px}.lv-season-card ul{font-size:13px}.lv-bud-section{margin:0 24px 28px;padding:22px}.lv-forbidden{margin:0 24px 28px}.lv-quick-tips{margin:0 24px 28px;padding:22px}.lv-card-name{font-size:17px}.lv-card-body p,.lv-info-text{font-size:14px}}@media (width>=769px){.lv-hero{border-radius:0;padding:52px 40px 40px}.lv-hero h1{font-size:36px}.lv-hero p{max-width:560px;font-size:16px}.lv-hero-emoji{font-size:64px}.lv-intro-box{margin:24px 32px;padding:22px 26px;font-size:15px}.lv-intro-box p{font-size:15px}.lv-section{padding:0 32px 32px}.lv-section-title{margin-bottom:18px;font-size:24px}.lv-leaves-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lv-card{margin-bottom:0;transition:box-shadow .2s,transform .2s}.lv-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #1e4d202e}.lv-card-header{padding:18px 20px 14px}.lv-card-icon{border-radius:14px;width:54px;height:54px;font-size:28px}.lv-card-name{font-size:18px}.lv-card-subtitle{font-size:13px}.lv-badge{padding:5px 12px;font-size:12px}.lv-card-body{padding:14px 20px 20px}.lv-card-body p,.lv-info-text{font-size:14.5px}.lv-season-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin:0 32px 32px}.lv-season-card{padding:18px}.lv-season-name{font-size:14px}.lv-season-card ul{font-size:13px}.lv-bud-section{margin:0 32px 32px;padding:26px}.lv-bud-section h2{font-size:20px}.lv-bud-section p{font-size:14.5px}.lv-forbidden{margin:0 32px 32px}.lv-forbidden-header h2{font-size:18px}.lv-forbidden-body{grid-template-columns:1fr 1fr;gap:0 24px;padding:20px;display:grid}.lv-forbidden-item{margin-bottom:14px;padding-bottom:14px}.lv-forbidden-name{font-size:15px}.lv-quick-tips{margin:0 32px 32px;padding:26px}.lv-quick-tips h2{font-size:19px}.lv-tip-item{font-size:14.5px}}.paddocks-page{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;padding:2rem 1.5rem;display:flex}.paddocks-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.paddocks-header h1{color:var(--green-dark);font-size:1.8rem}.paddocks-back-btn{border:1px solid var(--green-dark);color:var(--green-dark);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.paddocks-back-btn:hover{background:var(--green-dark);color:#fff}.paddocks-add-btn{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.paddocks-add-btn:hover{background:var(--green-mid)}.paddocks-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.paddocks-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.paddocks-form-field{flex-direction:column;gap:.3rem;display:flex}.paddocks-form-field label{color:var(--gray);font-size:.8rem}.paddocks-form-grid input,.paddocks-form-grid select{border:1px solid var(--gray-light);width:100%;color:var(--green-dark);background:#fff;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.95rem}.paddocks-form-grid input:focus,.paddocks-form-grid select:focus{border-color:var(--green-dark)}.paddocks-form-full{grid-column:1/-1}.paddocks-error{color:#c0392b;margin-bottom:.5rem;font-size:.9rem}.paddocks-save-btn{background:var(--green-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:1rem;transition:background .2s}.paddocks-save-btn:hover{background:var(--green-mid)}.paddocks-save-btn:disabled{opacity:.5;cursor:not-allowed}.paddocks-empty{color:var(--gray);text-align:center;padding:2rem}.paddocks-list{flex-direction:column;gap:1rem;display:flex}.paddock-card{border-left:4px solid var(--green-mid);background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.2rem;display:flex;box-shadow:0 2px 8px #00000012}.paddock-card-top{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.paddock-name{color:var(--green-dark);flex:1;font-size:1.1rem;font-weight:700}.paddock-male{color:var(--green-mid);font-size:.95rem}.paddock-delete-btn{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:6px;padding:.3rem .7rem;font-size:.85rem;transition:all .2s}.paddock-delete-btn:hover{color:#fff;background:#c0392b}.paddock-females{flex-direction:column;gap:.5rem;display:flex}.paddock-females strong{color:var(--green-dark);font-size:.9rem}.paddock-females-list{flex-wrap:wrap;gap:.4rem;display:flex}.paddock-female-tag{background:var(--green-light);color:var(--green-dark);border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.85rem;display:flex}.paddock-female-tag button{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;line-height:1}.paddock-female-tag button:hover{color:#c0392b}.paddock-add-female{flex-wrap:wrap;gap:.5rem;display:flex}.paddock-add-female select{border:1px solid var(--gray-light);color:var(--green-dark);background:#fff;border-radius:8px;outline:none;flex:1;min-width:200px;padding:.5rem .8rem;font-size:.9rem}.paddock-female-add-btn{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;transition:background .2s}.paddock-female-add-btn:hover{background:var(--green-mid)}.paddock-female-add-btn:disabled{opacity:.5;cursor:not-allowed}.paddock-notes{color:var(--gray);font-size:.85rem;font-style:italic}.paddock-mating{background:var(--green-light);border-left:3px solid var(--green-accent);border-radius:8px;flex-direction:column;gap:.5rem;padding:.9rem;display:flex}.paddock-mating-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.paddock-mating-dates{color:var(--green-dark);flex-wrap:wrap;gap:.75rem;font-size:.9rem;display:flex}.paddock-mating-add-btn{border:1px solid var(--green-mid);color:var(--green-mid);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;padding:.4rem .9rem;font-size:.9rem;transition:all .2s}.paddock-mating-add-btn:hover{background:var(--green-mid);color:#fff}.litter-block{background:var(--amber-light);border-left:3px solid var(--amber);border-radius:8px;flex-direction:column;gap:.4rem;padding:.9rem;display:flex}.litter-block-row{justify-content:space-between;align-items:center;display:flex}.litter-stats{color:var(--green-dark);flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.litter-weaned{color:var(--brown);flex-wrap:wrap;gap:.75rem;font-size:.9rem;display:flex}.litter-delete-btn{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:.1rem .4rem;font-size:1rem;transition:color .2s}.litter-delete-btn:hover{color:#c0392b}.litter-add-btn{border:1px solid var(--amber);color:var(--amber);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;padding:.4rem .9rem;font-size:.9rem;transition:all .2s}.litter-add-btn:hover{background:var(--amber);color:#fff}.litter-form{background:#fff;border-radius:8px;padding:1rem}.paddock-female-form{background:var(--green-light);border-radius:8px;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:.75rem;display:flex}@media (width<=640px){.paddocks-form-grid{grid-template-columns:1fr}.paddocks-header h1{font-size:1.4rem}.paddock-mating-dates{flex-direction:column;gap:.3rem}}@media (width<=420px){.paddocks-page{padding:1rem}}.fattening-page{flex-direction:column;gap:1rem;max-width:1000px;margin:0 auto;padding:2rem 1.5rem;display:flex}.fattening-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.fattening-header h1{color:var(--green-dark);font-size:1.8rem}.fattening-back-btn{border:1px solid var(--green-dark);color:var(--green-dark);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.fattening-back-btn:hover{background:var(--green-dark);color:#fff}.fattening-stats{flex-wrap:wrap;gap:1rem;display:flex}.fattening-stat{border-top:3px solid var(--brown);background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;min-width:90px;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 8px #00000012}.fattening-stat.male{border-top-color:var(--green-mid)}.fattening-stat.female{border-top-color:var(--amber)}.fattening-stat.unknown{border-top-color:var(--gray)}.fattening-stat-value{color:var(--green-dark);font-size:2rem;font-weight:700;line-height:1}.fattening-stat-label{color:var(--gray);font-size:.85rem}.fattening-add-btn{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.fattening-add-btn:hover{background:var(--green-mid)}.fattening-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.fattening-edit-form h3{color:var(--green-dark);margin-bottom:1rem;font-size:1.1rem}.fattening-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.fattening-form-grid input{border:1px solid var(--gray-light);width:100%;color:var(--green-dark);background:#fff;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.95rem}.fattening-form-grid input:focus{border-color:var(--green-dark)}.fattening-form-full{grid-column:1/-1}.fattening-error{color:#c0392b;margin-bottom:.5rem;font-size:.9rem}.fattening-save-btn{background:var(--green-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:1rem;transition:background .2s}.fattening-save-btn:hover{background:var(--green-mid)}.fattening-save-btn:disabled{opacity:.5;cursor:not-allowed}.fattening-edit-actions{gap:.75rem;display:flex}.fattening-cancel-btn{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;padding:.65rem 1.2rem;font-size:.95rem;transition:all .2s}.fattening-cancel-btn:hover{border-color:var(--gray);color:var(--green-dark)}.fattening-loading,.fattening-empty{text-align:center;color:var(--gray);padding:2rem}.fattening-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.fattening-card{border-top:3px solid var(--brown);background:#fff;border-radius:12px;flex-direction:column;gap:.4rem;padding:1.2rem;display:flex;box-shadow:0 2px 8px #00000012}.fattening-card-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.fattening-cage-num{color:var(--green-dark);font-size:1rem;font-weight:700}.fattening-card-btns{gap:.4rem;display:flex}.fattening-edit-btn{border:1px solid var(--green-accent);color:var(--green-accent);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;transition:all .2s}.fattening-edit-btn:hover{background:var(--green-accent);color:#fff}.fattening-delete-btn{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;transition:all .2s}.fattening-delete-btn:hover{color:#fff;background:#c0392b}.fattening-breed,.fattening-year{color:var(--green-dark);font-size:.9rem}.fattening-card-stats{color:var(--green-dark);flex-wrap:wrap;gap:.75rem;margin-top:.2rem;font-size:.9rem;display:flex}.fattening-notes{color:var(--gray);font-size:.85rem;font-style:italic}.fattening-form-field{flex-direction:column;gap:.3rem;display:flex}.fattening-form-field label{color:var(--gray);font-size:.8rem}.fattening-slaughter{color:var(--green-dark);font-size:.9rem}.fattening-slaughter.soon{color:#c0392b;font-weight:600}.fattening-note{background:#fff;border-top:4px solid #c8a96e;border-radius:16px;margin:24px 16px 32px;padding:18px;box-shadow:0 2px 10px #00000012}.fattening-note h3{color:#1a2e1b;margin-bottom:8px;font-size:16px;font-weight:900}.fattening-note>p{color:#4a5c4b;margin-bottom:14px;font-size:13.5px;line-height:1.6}.fattening-note-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.fattening-note-item{background:#fafaf5;border:1px solid #eee;border-radius:10px;align-items:flex-start;gap:10px;padding:10px;display:flex}.fattening-note-icon{flex-shrink:0;font-size:22px}.fattening-note-item div{flex-direction:column;gap:2px;display:flex}.fattening-note-item strong{color:#1a2e1b;font-size:13px}.fattening-note-item span{color:#666;font-size:12px}.fattening-note-days{color:#c8a96e!important;font-size:13px!important;font-weight:700!important}.fattening-note-warn{color:#5d4037;background:#fff8e1;border-left:4px solid #f9a825;border-radius:0 10px 10px 0;margin-top:10px;padding:10px 14px;font-size:13px;line-height:1.6}@media (width<=480px){.fattening-note-grid{grid-template-columns:1fr}}@media (width<=640px){.fattening-form-grid{grid-template-columns:1fr}.fattening-grid{grid-template-columns:1fr 1fr}}@media (width<=420px){.fattening-page{padding:1rem}.fattening-grid{grid-template-columns:1fr}}.quarantine-page{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;padding:2rem 1.5rem;display:flex}.quarantine-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.quarantine-header h1{color:var(--green-dark);font-size:1.8rem}.quarantine-back-btn{border:1px solid var(--green-dark);color:var(--green-dark);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .2s}.quarantine-back-btn:hover{background:var(--green-dark);color:#fff}.quarantine-stats{flex-wrap:wrap;gap:1rem;display:flex}.quarantine-stat{border-top:3px solid var(--amber);background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;min-width:90px;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 8px #00000012}.quarantine-stat.male{border-top-color:var(--green-mid)}.quarantine-stat.female{border-top-color:var(--amber)}.quarantine-stat.unknown{border-top-color:var(--gray)}.quarantine-stat-value{color:var(--green-dark);font-size:2rem;font-weight:700;line-height:1}.quarantine-stat-label{color:var(--gray);font-size:.85rem}.quarantine-actions{flex-wrap:wrap;gap:.75rem;display:flex}.quarantine-add-btn{background:var(--green-dark);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.quarantine-add-btn:hover{background:var(--green-mid)}.quarantine-archive-btn{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;transition:all .2s}.quarantine-archive-btn:hover{border-color:var(--green-dark);color:var(--green-dark)}.quarantine-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.quarantine-form h3{color:var(--green-dark);margin-bottom:1rem;font-size:1.1rem}.quarantine-edit-form{border-left:4px solid var(--amber)}.quarantine-form-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.quarantine-form-field{flex-direction:column;gap:.3rem;display:flex}.quarantine-form-field label{color:var(--gray);font-size:.8rem}.quarantine-form-grid input,.quarantine-form-grid select{border:1px solid var(--gray-light);width:100%;color:var(--green-dark);background:#fff;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:.95rem}.quarantine-form-grid input:focus,.quarantine-form-grid select:focus{border-color:var(--green-dark)}.quarantine-form-full{grid-column:1/-1}.quarantine-error{color:#c0392b;margin-bottom:.5rem;font-size:.9rem}.quarantine-save-btn{background:var(--green-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:1rem;transition:background .2s}.quarantine-save-btn:hover{background:var(--green-mid)}.quarantine-save-btn:disabled{opacity:.5;cursor:not-allowed}.quarantine-edit-actions{gap:.75rem;display:flex}.quarantine-cancel-btn{border:1px solid var(--gray-light);color:var(--gray);cursor:pointer;background:0 0;border-radius:8px;padding:.65rem 1.2rem;font-size:.95rem}.quarantine-cancel-btn:hover{border-color:var(--gray);color:var(--green-dark)}.quarantine-loading,.quarantine-empty{text-align:center;color:var(--gray);padding:2rem}.quarantine-list{flex-direction:column;gap:.75rem;display:flex}.quarantine-card{border-left:4px solid var(--amber);background:#fff;border-radius:12px;flex-direction:column;gap:.4rem;padding:1.2rem;display:flex;box-shadow:0 2px 8px #00000012}.quarantine-card.archived{opacity:.8;border-left-color:var(--gray-light)}.quarantine-card.archived.recovered{border-left-color:var(--green-accent)}.quarantine-card.archived.slaughter{border-left-color:var(--brown)}.quarantine-card.archived.died{border-left-color:#c0392b}.quarantine-card-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.quarantine-name{color:var(--green-dark);font-size:1rem;font-weight:600}.quarantine-card-btns{gap:.3rem;display:flex}.quarantine-edit-btn{border:1px solid var(--green-accent);color:var(--green-accent);cursor:pointer;background:0 0;border-radius:6px;padding:.25rem .5rem;font-size:.85rem;transition:all .2s}.quarantine-edit-btn:hover{background:var(--green-accent);color:#fff}.quarantine-delete-btn{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:6px;padding:.25rem .5rem;font-size:.85rem;transition:all .2s}.quarantine-delete-btn:hover{color:#fff;background:#c0392b}.quarantine-info{color:var(--green-dark);font-size:.9rem}.quarantine-reason{color:var(--amber);font-size:.9rem}.quarantine-notes{color:var(--gray);font-size:.85rem;font-style:italic}.quarantine-result-btns{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.quarantine-result-label{color:var(--gray);font-size:.85rem}.quarantine-result-btn{cursor:pointer;border:none;border-radius:6px;padding:.3rem .75rem;font-size:.85rem;transition:opacity .2s}.quarantine-result-btn:hover{opacity:.85}.quarantine-result-btn.recovered{background:var(--green-light);color:var(--green-dark)}.quarantine-result-btn.slaughter{background:var(--amber-light);color:var(--brown)}.quarantine-result-btn.died{color:#c0392b;background:#fde8e8}.quarantine-result-tag{border-radius:20px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.quarantine-result-tag.recovered{background:var(--green-light);color:var(--green-dark)}.quarantine-result-tag.slaughter{background:var(--amber-light);color:var(--brown)}.quarantine-result-tag.died{color:#c0392b;background:#fde8e8}.quarantine-archive-section{margin-top:1rem}.quarantine-archive-section h2{color:var(--green-dark);margin-bottom:1rem;font-size:1.3rem}@media (width<=640px){.quarantine-form-grid{grid-template-columns:1fr}}@media (width<=420px){.quarantine-page{padding:1rem}}.community{max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem}.community__hero{background:linear-gradient(150deg,#27500a 0%,#3b6d11 65%,#639922 100%);border-radius:16px;margin-bottom:2rem;padding:3rem 2.5rem}.community__hero-badge{color:#fff;letter-spacing:.03em;background:#ffffff26;border-radius:20px;margin-bottom:14px;padding:4px 14px;font-size:12px;display:inline-block}.community__hero-title{color:#fff;margin:0 0 10px;font-size:28px;font-weight:600}.community__hero-sub{color:#ffffffbf;max-width:520px;margin:0;font-size:15px;line-height:1.6}.community__grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:1.5rem;display:grid}.community__card{background:#fff;border:1px solid #e8e3d9;border-radius:12px;padding:1.25rem;transition:transform .15s,border-color .15s}.community__card:hover{border-color:#c8c0b0;transform:translateY(-3px)}.community__card-top{align-items:center;gap:8px;margin-bottom:10px;display:flex}.community__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.community__dot--fb{background:#1877f2}.community__dot--tg{background:#2aabee}.community__dot--tk{background:#222}.community__dot--yt{background:red}.community__platform-label{color:#888;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.community__tag{border-radius:10px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}.community__tag--green{color:#27500a;background:#eaf3de}.community__tag--blue{color:#185fa5;background:#e6f1fb}.community__tag--amber{color:#854f0b;background:#faeeda}.community__card-name{color:#1a1a1a;margin:0 0 6px;font-size:15px;font-weight:600}.community__card-desc{color:#666;margin:0 0 14px;font-size:13px;line-height:1.65}.community__card-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.community__members{color:#888;font-size:12px}.community__members strong{color:#1a1a1a}.community__members--new{color:#639922;font-size:12px}.community__visit-btn{color:#27500a;white-space:nowrap;background:#f5f2ec;border:1px solid #d0c9bd;border-radius:8px;flex-shrink:0;padding:5px 12px;font-size:12px;text-decoration:none;transition:background .15s}.community__visit-btn:hover{background:#e8e3d9}.community__add-box{cursor:pointer;border:1.5px dashed #c8c0b0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:160px;padding:1.5rem 1rem;transition:border-color .15s;display:flex}.community__add-box:hover{border-color:#27500a}.community__add-icon{color:#27500a;background:#eaf3de;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:22px;font-weight:400;line-height:1;display:flex}.community__add-text{color:#888;text-align:center;margin:0;font-size:13px;line-height:1.6}.community__note{color:#27500a;background:#eaf3de;border-left:3px solid #27500a;border-radius:8px;margin-bottom:2rem;padding:1rem 1.25rem;font-size:13px;line-height:1.7}.community__back{color:#666;padding:6px 0;font-size:14px;text-decoration:none;transition:color .15s;display:inline-block}.community__back:hover{color:#27500a}@media (width<=960px){.community__grid{grid-template-columns:repeat(2,1fr)}.community__hero{padding:2.5rem 2rem}.community__hero-title{font-size:24px}}@media (width<=640px){.community{padding:1.5rem 1rem 2.5rem}.community__grid{grid-template-columns:1fr}.community__hero{padding:2rem 1.5rem}.community__hero-title{font-size:22px}.community__hero-sub{font-size:14px}.community__add-box{min-height:120px}}@media (width<=420px){.community__hero{border-radius:12px;padding:1.5rem 1.25rem}.community__hero-title{font-size:20px}.community__card{padding:1rem}.community__card-meta{flex-direction:column;align-items:flex-start;gap:10px}.community__visit-btn{text-align:center;width:100%;padding:8px 12px}}.update-prompt{color:#fff;z-index:9999;white-space:nowrap;background:#27500a;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000059}.update-prompt button{color:#1a1a1a;cursor:pointer;background:#f5c842;border:none;border-radius:6px;padding:.4rem .9rem;font-weight:600}.update-prompt__dismiss{font-size:1rem;color:#fff!important;background:0 0!important;padding:.2rem .4rem!important}.equipment-page{min-height:100vh}.equipment-header{color:#fff;text-align:center;background:linear-gradient(90deg,#3e2723,#6d4c41);padding:2rem}.equipment-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.equipment-header p{opacity:.9;font-size:15px}.equipment-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.equipment-section-title{color:var(--green-dark);border-bottom:3px solid var(--green-light);margin:2.5rem 0 1rem;padding-bottom:10px;font-size:20px;font-weight:500}.equipment-section-subtitle{color:var(--green-dark);border-left:3px solid var(--green-accent);margin:1.5rem 0 .75rem;padding-left:12px;font-size:16px;font-weight:500}.equipment-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.equipment-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.equipment-note ul,.equipment-note ol{margin:8px 0;padding-left:1.2rem}.equipment-note li{color:#444;margin-bottom:6px;font-size:14px;line-height:1.7}.equipment-device-intro{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;grid-template-columns:300px 1fr;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:grid}.equipment-image-placeholder{background:var(--green-light);border:2px dashed var(--green-accent);min-height:200px;color:var(--green-mid);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.equipment-image-placeholder span{font-size:40px}.equipment-image-placeholder p{color:var(--green-mid);margin:0;font-size:13px}.equipment-device-desc h2{color:var(--green-dark);margin-bottom:10px;font-size:17px;font-weight:500}.equipment-device-desc p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.equipment-specs-table-wrap{margin-bottom:1rem;overflow-x:auto}.equipment-specs-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;font-size:13px;overflow:hidden}.equipment-specs-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 14px}.equipment-specs-table td:first-child{width:220px;color:var(--green-dark);background:#f9fdf9}.equipment-specs-table tr:last-child td{border-bottom:none}.equipment-steps-list{margin:8px 0;padding-left:1.4rem}.equipment-steps-list li{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.equipment-maintenance-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.equipment-maintenance-card{border:.5px solid var(--gray-light);background:#fff;border-radius:12px;padding:1rem}.equipment-maintenance-period{color:var(--green-dark);background:var(--green-light);border-radius:999px;margin-bottom:8px;padding:4px 10px;font-size:13px;font-weight:500;display:inline-block}.equipment-maintenance-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.equipment-problems-table{border-collapse:collapse;width:100%;font-size:13px}.equipment-problems-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.equipment-problems-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.equipment-problems-table tr:nth-child(2n) td{background:#f9fdf9}.equipment-problems-table tr:hover td{background:#eef7ee}.equipment-problems-table tr:last-child td{border-bottom:none}.equipment-compare-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.equipment-compare-card{border:.5px solid var(--gray-light);border-radius:16px;padding:1.25rem}.equipment-compare-card.granulator{background:#e8f5e9}.equipment-compare-card.extruder{background:#e3f2fd}.equipment-compare-card h3{color:var(--green-dark);margin-bottom:10px;font-size:15px;font-weight:500}.equipment-compare-card ul{margin:0;padding-left:0;list-style:none}.equipment-compare-card li{color:#444;border-bottom:.5px solid #0000000f;margin-bottom:4px;padding:4px 0;font-size:13px;line-height:1.6}.equipment-compare-card li:last-child{border-bottom:none}.equipment-chopper-types{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.equipment-chopper-card{border:.5px solid var(--gray-light);border-radius:16px;padding:1.25rem}.equipment-chopper-card.allowed{background:#e8f5e9}.equipment-chopper-card.forbidden{background:#ffebee}.equipment-chopper-card h3{margin-bottom:10px;font-size:15px;font-weight:500}.equipment-chopper-card.allowed h3{color:#1b5e20}.equipment-chopper-card.forbidden h3{color:#c62828}.equipment-chopper-card ul{margin:0;padding-left:1.2rem}.equipment-chopper-card li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.equipment-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.equipment-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.equipment-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.equipment-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.equipment-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.equipment-back-btn:hover{background:var(--green-mid)}.equipment-device-img{object-fit:cover;border-radius:12px;width:100%;height:100%;min-height:200px;display:block}@media (width<=768px){.equipment-device-intro,.equipment-compare-grid,.equipment-chopper-types,.equipment-maintenance-grid{grid-template-columns:1fr}}@media (width<=420px){.equipment-header{padding:1.5rem 1rem}.equipment-problems-table th,.equipment-problems-table td{padding:8px;font-size:12px}}.disinfection-page{min-height:100vh}.disinfection-header{color:#fff;text-align:center;background:linear-gradient(90deg,#1a237e,#283593);padding:2rem}.disinfection-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.disinfection-header p{opacity:.9;font-size:15px}.disinfection-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.disinfection-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.disinfection-note{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.disinfection-note h2{color:var(--green-dark);margin-bottom:1rem;font-size:17px;font-weight:500}.disinfection-note p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.disinfection-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.disinfection-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.disinfection-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.disinfection-drug-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.disinfection-drug-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:14px;margin-bottom:12px;padding-bottom:12px;display:flex}.disinfection-drug-icon{flex-shrink:0;font-size:32px}.disinfection-drug-header h2{color:var(--green-dark);margin:0 0 4px;font-size:18px;font-weight:500}.disinfection-drug-type{color:var(--gray);background:var(--green-light);border-radius:999px;padding:2px 10px;font-size:12px}.disinfection-drug-desc{color:#444;margin-bottom:1rem;font-size:14px;line-height:1.7}.disinfection-dilutions-wrap{-webkit-overflow-scrolling:touch;margin-bottom:1rem;overflow-x:auto}.disinfection-dilutions-title{color:var(--green-dark);margin-bottom:8px;font-size:13px;font-weight:500}.disinfection-dilutions-table{border-collapse:collapse;width:100%;min-width:480px;font-size:13px}.disinfection-dilutions-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;white-space:nowrap;padding:8px 12px;font-weight:500}.disinfection-dilutions-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:9px 12px}.disinfection-dilutions-table tr:last-child td{border-bottom:none}.disinfection-dilutions-table tr:hover td{background:#f9fdf9}.disinfection-ml{color:#1a237e;background:#e8eaf6;border-radius:6px;padding:2px 8px;font-size:13px}.disinfection-drug-footer{border-top:.5px solid var(--gray-light);margin-top:.5rem;padding-top:1rem}.disinfection-pros-cons{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:10px;display:grid}.disinfection-pros-title{color:#1b5e20;margin-bottom:6px;font-size:13px;font-weight:500}.disinfection-cons-title{color:#444;margin-bottom:6px;font-size:13px;font-weight:500}.disinfection-pros-cons ul{margin:0;padding-left:1.2rem}.disinfection-pros-cons li{color:#444;margin-bottom:3px;font-size:12px;line-height:1.6}.disinfection-safety{color:#e65100;background:#fff3e0;border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.5}.disinfection-powders-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.disinfection-powder-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;padding:1.25rem}.disinfection-powder-card h3{color:var(--green-dark);border-bottom:.5px solid var(--gray-light);margin-bottom:10px;padding-bottom:8px;font-size:15px;font-weight:500}.disinfection-powder-row{color:#444;border-bottom:.5px solid #f0f0f0;justify-content:space-between;gap:8px;padding:5px 0;font-size:13px;display:flex}.disinfection-powder-row span:first-child{color:var(--gray);flex-shrink:0}.disinfection-powder-note{color:#666;margin-top:8px;font-size:12px;font-style:italic;line-height:1.5}.disinfection-schedule{flex-direction:column;gap:12px;margin-bottom:1rem;display:flex}.disinfection-schedule-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;overflow:hidden}.disinfection-schedule-trigger{background:var(--green-dark);color:var(--green-pale);padding:10px 16px;font-size:14px;font-weight:500}.disinfection-schedule-body{padding:1rem 1.25rem}.disinfection-schedule-row{color:#444;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.disinfection-schedule-row span{color:var(--gray);flex-shrink:0;min-width:120px}.disinfection-schedule-steps{color:#444;align-items:flex-start;gap:8px;font-size:13px;display:flex}.disinfection-schedule-steps span{color:var(--gray);flex-shrink:0;min-width:120px}.disinfection-schedule-steps ol{margin:0;padding-left:1.2rem}.disinfection-schedule-steps li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.disinfection-lifehacks-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.disinfection-lifehack-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;padding:1.25rem;display:flex}.disinfection-lifehack-icon{flex-shrink:0;font-size:26px;line-height:1}.disinfection-lifehack-title{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.disinfection-lifehack-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.disinfection-mistakes-table{border-collapse:collapse;width:100%;min-width:480px;font-size:13px}.disinfection-mistakes-table th{color:#fff;text-align:left;white-space:nowrap;background:#c62828;padding:10px 12px;font-weight:500}.disinfection-mistakes-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.disinfection-mistakes-table tr:nth-child(2n) td{background:#fff8f8}.disinfection-mistakes-table tr:hover td{background:#ffebee}.disinfection-mistakes-table tr:last-child td{border-bottom:none}.disinfection-cheatsheet{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:1rem;display:grid}.disinfection-cheat-card{border:.5px solid var(--gray-light);text-align:center;background:#fff;border-radius:16px;padding:1rem}.disinfection-cheat-card h3{color:var(--green-dark);border-bottom:.5px solid var(--gray-light);margin-bottom:10px;padding-bottom:8px;font-size:14px;font-weight:500}.disinfection-cheat-card p{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.disinfection-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.disinfection-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.disinfection-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.disinfection-cheatsheet{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.disinfection-powders-grid,.disinfection-lifehacks-grid,.disinfection-pros-cons{grid-template-columns:1fr}.disinfection-schedule-row,.disinfection-schedule-steps{flex-direction:column;gap:4px}.disinfection-schedule-row span,.disinfection-schedule-steps span{min-width:unset}}@media (width<=420px){.disinfection-header{padding:1.5rem 1rem}.disinfection-cheatsheet{grid-template-columns:1fr}.disinfection-drug-card{padding:1rem}.disinfection-drug-icon{font-size:24px}.disinfection-drug-header h2{font-size:15px}}.weight-page{min-height:100vh}.weight-header{background:linear-gradient(90deg, var(--green-dark), var(--green-mid));color:#fff;text-align:center;padding:2rem}.weight-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.weight-header p{opacity:.9;font-size:15px}.weight-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.weight-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.weight-intro{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.weight-intro h2{color:var(--green-dark);margin-bottom:1rem;font-size:17px;font-weight:500}.weight-intro p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.weight-intro-text{color:#555;margin-bottom:1rem;font-size:14px;line-height:1.6}.weight-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.weight-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.weight-alert.warn{color:#e65100;background:#fff3e0;border-left:3px solid #e65100}.weight-table-wrap{margin-bottom:1rem;overflow-x:auto}.weight-table,.weight-gain-table,.weight-breeding-table,.weight-journal-table{border-collapse:collapse;background:#fff;width:100%;font-size:13px}.weight-table th,.weight-gain-table th,.weight-breeding-table th,.weight-journal-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;padding:10px 12px;font-weight:500}.weight-table td,.weight-gain-table td,.weight-breeding-table td,.weight-journal-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.weight-table tr:nth-child(2n) td,.weight-gain-table tr:nth-child(2n) td,.weight-breeding-table tr:nth-child(2n) td{background:#f9fdf9}.weight-table tr:hover td,.weight-gain-table tr:hover td,.weight-breeding-table tr:hover td{background:#eef7ee}.weight-table tr:last-child td,.weight-gain-table tr:last-child td,.weight-breeding-table tr:last-child td{border-bottom:none}.weight-cell-meat{color:#1b5e20;font-weight:500}.weight-cell-large{color:#0d47a1;font-weight:500}.weight-cell-deco{color:#6a1b9a;font-weight:500}.weight-gain-value{color:#1b5e20;font-weight:500}.weight-signal{color:#e65100;font-size:12px}.weight-problems-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:1rem;display:grid}.weight-problem-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;overflow:hidden}.weight-problem-card.danger{border-left:4px solid #c62828}.weight-problem-card.warn{border-left:4px solid #e65100}.weight-problem-header{border-bottom:.5px solid var(--gray-light);align-items:center;gap:10px;padding:14px 16px;display:flex}.weight-problem-header.danger{background:#ffebee}.weight-problem-header.warn{background:#fff3e0}.weight-problem-card.danger .weight-problem-header{background:#ffebee}.weight-problem-card.warn .weight-problem-header{background:#fff3e0}.weight-problem-icon{font-size:26px}.weight-problem-header h3{color:#333;margin:0;font-size:15px;font-weight:500}.weight-problem-body{padding:14px 16px}.weight-problem-section{margin-bottom:10px}.weight-problem-section strong{color:var(--green-dark);margin-bottom:6px;font-size:13px;display:block}.weight-problem-section ul{margin:0;padding-left:1.2rem}.weight-problem-section li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.weight-actions li{color:#1b5e20}.weight-tips-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.weight-tip-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;padding:1.25rem;display:flex}.weight-tip-icon{flex-shrink:0;font-size:26px;line-height:1}.weight-tip-title{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.weight-tip-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.weight-calc-example{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.weight-calc-example h2{color:var(--green-dark);margin-bottom:1rem;font-size:17px;font-weight:500}.weight-calc-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.weight-calc-card{background:#f9fdf9;border:.5px solid #d5ead6;border-radius:12px;padding:1rem}.weight-calc-title{color:var(--green-dark);margin-bottom:8px;font-size:14px;font-weight:500}.weight-calc-formula{color:#1a237e;background:#e8eaf6;border-radius:6px;margin-bottom:8px;padding:6px 10px;font-family:monospace;font-size:13px;font-weight:500}.weight-calc-example-text{color:#444;font-size:13px;line-height:1.7}.weight-journal{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.weight-journal h2{color:var(--green-dark);margin-bottom:8px;font-size:17px;font-weight:500}.weight-journal p{color:#444;margin-bottom:1rem;font-size:14px;line-height:1.7}.weight-journal-table-wrap{margin-bottom:1rem;overflow-x:auto}.weight-journal-table tr:nth-child(3) td{background:#fff3e0}.weight-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.weight-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.weight-back-btn:hover{background:var(--green-mid)}@media (width<=768px){.weight-problems-grid,.weight-tips-grid,.weight-calc-grid{grid-template-columns:1fr}}@media (width<=420px){.weight-header{padding:1.5rem 1rem}.weight-table th,.weight-table td,.weight-gain-table th,.weight-gain-table td,.weight-breeding-table th,.weight-breeding-table td{padding:8px;font-size:12px}}.treatment-page{min-height:100vh}.treatment-header{color:#fff;text-align:center;background:linear-gradient(90deg,#1a237e,#283593);padding:2rem}.treatment-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.treatment-header p{opacity:.9;font-size:15px}.treatment-wrap{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.treatment-intro{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:1.25rem}.treatment-intro p{color:#444;margin-bottom:12px;font-size:14px;line-height:1.7}.treatment-legend{flex-wrap:wrap;gap:12px;display:flex}.treatment-legend-item{border-radius:999px;padding:4px 12px;font-size:13px;font-weight:500}.treatment-legend-item.home{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9}.treatment-legend-item.vet{color:#c62828;background:#ffebee;border:1px solid #ffcdd2}.treatment-categories{flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;display:flex}.treatment-cat-btn{border:1px solid var(--gray-light);color:#444;cursor:pointer;background:#fff;border-radius:999px;padding:7px 14px;font-size:13px;transition:all .2s}.treatment-cat-btn:hover{border-color:var(--green-accent);color:var(--green-dark)}.treatment-cat-btn.active{background:var(--green-dark);color:var(--green-pale);border-color:var(--green-dark)}.treatment-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:12px;overflow:hidden}.treatment-card.critical{border-left:4px solid #c62828}.treatment-card.high{border-left:4px solid #e65100}.treatment-card.medium{border-left:4px solid #f9a825}.treatment-card-header{cursor:pointer;justify-content:space-between;align-items:center;padding:16px;transition:background .2s;display:flex}.treatment-card-header:hover{background:#f9fdf9}.treatment-card-title{flex:1;align-items:center;gap:12px;display:flex}.treatment-card-icon{flex-shrink:0;font-size:28px}.treatment-card-title h2{color:var(--green-dark);margin:0 0 6px;font-size:16px;font-weight:500}.treatment-card-meta{flex-wrap:wrap;gap:8px;display:flex}.treatment-category-tag{background:var(--green-light);color:var(--green-dark);border-radius:999px;padding:2px 8px;font-size:11px}.treatment-urgency-tag{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.treatment-urgency-tag.critical{color:#c62828;background:#ffebee}.treatment-urgency-tag.high{color:#e65100;background:#fff3e0}.treatment-urgency-tag.medium{color:#f9a825;background:#fffde7}.treatment-toggle{color:var(--gray);flex-shrink:0;margin-left:8px;font-size:14px}.treatment-card-body{border-top:.5px solid var(--gray-light);padding:0 16px 16px}.treatment-section{margin-top:1rem}.treatment-section-title{color:var(--green-dark);text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px;font-size:13px;font-weight:500}.treatment-symptoms{margin:0;padding-left:1.2rem}.treatment-symptoms li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.treatment-home-note{color:#0d47a1;background:#e3f2fd;border-left:3px solid #0d47a1;border-radius:8px;margin-top:1rem;padding:10px 14px;font-size:13px;line-height:1.5}.treatment-steps{flex-direction:column;gap:8px;display:flex}.treatment-step{border-radius:10px;align-items:flex-start;gap:12px;padding:12px;display:flex}.treatment-step.home{background:#e8f5e9;border:.5px solid #c8e6c9}.treatment-step.vet{background:#ffebee;border:.5px solid #ffcdd2}.treatment-step-num{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:500;display:flex}.treatment-step.home .treatment-step-num{background:#1b5e20}.treatment-step.vet .treatment-step-num{background:#c62828}.treatment-step-content{flex:1}.treatment-step-action{color:#222;margin-bottom:4px;font-size:14px;font-weight:500}.treatment-step-detail{color:#444;margin:0 0 4px;font-size:13px;line-height:1.6}.treatment-step-tip{color:#1b5e20;margin-top:4px;font-size:12px;font-style:italic}.treatment-vet-alert{background:#ffebee;border-left:3px solid #c62828;border-radius:10px;margin-top:1rem;padding:12px 14px}.treatment-vet-alert strong{color:#c62828;margin-bottom:4px;font-size:13px;display:block}.treatment-vet-alert p{color:#444;margin:0;font-size:13px;line-height:1.6}.treatment-prevention{margin:0;padding-left:1.2rem}.treatment-prevention li{color:#444;margin-bottom:4px;font-size:13px;line-height:1.6}.treatment-back{justify-content:center;margin-top:2rem;margin-bottom:2rem;display:flex}.treatment-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.treatment-back-btn:hover{background:var(--green-mid)}@media (width<=640px){.treatment-categories{gap:6px}.treatment-cat-btn{padding:6px 10px;font-size:12px}}@media (width<=420px){.treatment-header{padding:1.5rem 1rem}.treatment-card-header{padding:12px}.treatment-card-icon{font-size:22px}.treatment-card-title h2{font-size:14px}.treatment-card-body{padding:0 12px 12px}.treatment-step{padding:10px}}.crops-page{min-height:100vh}.crops-header{color:#fff;text-align:center;background:linear-gradient(135deg,#33691e,#558b2f,#7cb342);padding:2rem}.crops-header h1{margin-bottom:8px;font-size:clamp(22px,3.6vw,36px);font-weight:500}.crops-header p{opacity:.9;font-size:15px}.crops-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.crops-section-title{color:var(--green-dark);border-bottom:2px solid var(--green-light);margin:2rem 0 1rem;padding-bottom:8px;font-size:18px;font-weight:500}.crops-intro{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.crops-intro h2{color:var(--green-dark);margin-bottom:1rem;font-size:17px;font-weight:500}.crops-intro p{color:#444;margin-bottom:8px;font-size:14px;line-height:1.7}.crops-alert{border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px;line-height:1.5}.crops-alert.ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #1b5e20}.crops-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:1rem;display:grid}.crops-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.crops-card.excellent{border-top:3px solid #1b5e20}.crops-card.good{border-top:3px solid #0d47a1}.crops-card-header{align-items:flex-start;gap:12px;display:flex}.crops-card-icon{flex-shrink:0;font-size:32px;line-height:1}.crops-card-title-wrap{flex:1}.crops-card-title-wrap h2{color:var(--green-dark);margin:0 0 2px;font-size:17px;font-weight:500}.crops-latin{color:var(--gray);margin-bottom:6px;font-size:12px;font-style:italic;display:block}.crops-card-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crops-category-tag{background:var(--green-light);color:var(--green-dark);border-radius:999px;padding:2px 8px;font-size:11px}.crops-rating{font-size:12px}.crops-summary{color:#444;margin:0;font-size:14px;font-style:italic;line-height:1.6}.crops-subsection-title{color:var(--green-dark);text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px;font-size:12px;font-weight:500}.crops-nutrition-grid{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.crops-nutrition-item{background:#f9fdf9;border-radius:6px;justify-content:space-between;padding:4px 8px;font-size:12px;display:flex}.crops-nutrition-item span{color:var(--gray)}.crops-nutrition-item strong{color:var(--green-dark)}.crops-planting-rows{flex-direction:column;gap:4px;display:flex}.crops-planting-row{align-items:flex-start;gap:8px;font-size:13px;display:flex}.crops-planting-row span:first-child{color:var(--gray);flex-shrink:0;min-width:100px;font-size:12px}.crops-area{background:#e8f5e9;border-radius:4px;padding:1px 8px;font-size:12px;color:#1b5e20!important}.crops-care ul,.crops-feeding ul{margin:0;padding-left:1.2rem}.crops-care li,.crops-feeding li{color:#444;margin-bottom:3px;font-size:13px;line-height:1.6}.crops-caution{color:#e65100;background:#fff3e0;border-left:3px solid #e65100;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.5}.crops-table-wrap{-webkit-overflow-scrolling:touch;margin-bottom:1rem;overflow-x:auto}.crops-table{border-collapse:collapse;background:#fff;width:100%;min-width:500px;font-size:13px}.crops-table th{background:var(--green-dark);color:var(--green-pale);text-align:left;white-space:nowrap;padding:10px 12px;font-weight:500}.crops-table td{border-bottom:.5px solid var(--gray-light);color:#444;vertical-align:top;padding:10px 12px}.crops-table tr:nth-child(2n) td{background:#f9fdf9}.crops-table tr:hover td{background:#eef7ee}.crops-table tr:last-child td{border-bottom:none}.crops-rabbits{color:#1b5e20;font-weight:500}.crops-calendar-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:1rem;display:grid}.crops-calendar-card{border:.5px solid var(--gray-light);background:#fff;border-radius:12px;overflow:hidden}.crops-calendar-month{background:var(--green-dark);color:var(--green-pale);padding:8px 12px;font-size:14px;font-weight:500}.crops-calendar-card ul{margin:0;padding:10px 10px 10px 24px}.crops-calendar-card li{color:#444;margin-bottom:4px;font-size:12px;line-height:1.5}.crops-lifehacks-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem;display:grid}.crops-lifehack-card{border:.5px solid var(--gray-light);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;padding:1.25rem;display:flex}.crops-lifehack-icon{flex-shrink:0;font-size:26px;line-height:1}.crops-lifehack-title{color:var(--green-dark);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.crops-lifehack-card p{color:#444;margin:0;font-size:13px;line-height:1.6}.crops-back{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:flex}.crops-back-btn{background:var(--green-dark);color:var(--green-pale);border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .2s}.crops-back-btn:hover{background:var(--green-mid)}@media (width<=960px){.crops-calendar-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.crops-grid,.crops-lifehacks-grid{grid-template-columns:1fr}}@media (width<=420px){.crops-header{padding:1.5rem 1rem}.crops-calendar-grid{grid-template-columns:repeat(2,1fr)}.crops-table th,.crops-table td{padding:8px;font-size:12px}}
