:root{--forest:#405631;--slate:#62787a;--sky:#c5dadd;--fern:#b5bc80;--star:#e5e5cf;--black:#1a1a1a;--white:#fff;--bg:#f8f8f5;--surface:#fff;--border:#dde0d8;--text:#3a3a3a;--text-muted:#62787a;--shadow:0 2px 8px #4056311a;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{color:var(--forest);margin:0 0 .5rem;font-weight:600}h1{font-size:2.4rem;line-height:1.15}h2{font-size:1.6rem}h3{font-size:1.1rem}p{margin:0 0 .75rem}a{color:var(--forest)}.btn-primary,.btn-primary-sm{background:var(--forest);color:var(--white);cursor:pointer;border:none;border-radius:6px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn-primary{padding:.75rem 1.75rem;font-size:1rem}.btn-primary-sm{padding:.45rem 1.1rem;font-size:.875rem}.btn-primary:hover,.btn-primary-sm:hover{background:#344726}.btn-outline{color:var(--forest);border:2px solid var(--forest);cursor:pointer;background:0 0;border-radius:6px;padding:.7rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.btn-outline:hover{background:var(--forest);color:var(--white)}.btn-ghost{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem .6rem;font-size:1rem;text-decoration:none}.btn-ghost:hover{background:var(--star)}.tier-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.tier-badge-lg{padding:.35rem .85rem;font-size:.8rem}.tier-free{background:var(--star);color:var(--black)}.tier-basic{background:var(--fern);color:var(--black)}.tier-premium{background:var(--forest);color:var(--white)}.navbar{background:var(--white);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;padding:1.1rem 2rem;display:flex;position:sticky;top:0}.navbar-brand{color:var(--forest);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.brand-logo{width:auto;height:64px;display:block}.navbar-links{align-items:center;gap:1.25rem;display:flex}.navbar-links a{color:var(--text);font-size:.95rem;text-decoration:none}.navbar-links a:hover{color:var(--forest)}.loading-screen{justify-content:center;align-items:center;height:60vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--forest);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{flex:1;justify-content:center;align-items:flex-start;padding:4rem 1rem;display:flex}.auth-form{background:var(--surface);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow);border-radius:12px;padding:2.5rem}.auth-form h2{color:var(--forest);margin-bottom:1.5rem}.auth-form label{color:var(--text);flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}.auth-form input{border:1px solid var(--border);border-radius:6px;outline:none;padding:.6rem .85rem;font-size:1rem;transition:border-color .15s}.auth-form input:focus{border-color:var(--slate)}.auth-form .btn-primary{text-align:center;width:100%;margin-top:.5rem}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:1rem;padding:.6rem .9rem;font-size:.875rem}.auth-switch{color:var(--text-muted);text-align:center;margin-top:1.25rem;font-size:.875rem}.landing{flex:1}.hero{background:linear-gradient(135deg, var(--forest) 0%, #5a7a45 100%);color:var(--white);text-align:center;padding:6rem 2rem}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--fern);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.hero h1{color:var(--white);max-width:680px;margin:0 auto 1.25rem;font-size:2.8rem}.hero-sub{color:#fffc;max-width:560px;margin:0 auto 2rem;font-size:1.15rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero .btn-outline{color:var(--white);border-color:#fff9}.hero .btn-outline:hover{background:#ffffff26}.features{text-align:center;max-width:1100px;margin:0 auto;padding:5rem 2rem}.features>h2{color:var(--forest);margin-bottom:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:10px;padding:1.75rem}.feature-icon{margin-bottom:.75rem;font-size:1.75rem;display:block}.feature-card h3{color:var(--forest);margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.cta-band{background:var(--star);text-align:center;padding:4rem 2rem}.cta-band h2{margin-bottom:.5rem}.cta-band p{color:var(--text-muted);margin-bottom:1.5rem}.pricing-page{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:4rem 2rem}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-header h1{margin-bottom:.5rem}.pricing-header p{color:var(--text-muted)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1.5rem;display:grid}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;position:relative}.pricing-card.featured{border-color:var(--forest);box-shadow:0 0 0 2px var(--forest)}.featured-badge{background:var(--forest);color:var(--white);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.25rem .9rem;font-size:.75rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.plan-name{letter-spacing:.06em;text-transform:uppercase;color:var(--slate);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.plan-price{color:var(--forest);margin-bottom:1.5rem;font-size:2.4rem;font-weight:700;line-height:1}.plan-period{color:var(--text-muted);font-size:1rem;font-weight:400}.plan-features{margin:0 0 1.25rem;padding:0;list-style:none}.plan-features li{border-top:1px solid var(--border);align-items:flex-start;gap:.5rem;padding:.4rem 0;font-size:.9rem;display:flex}.plan-features .check{color:var(--forest);flex-shrink:0;font-weight:700}.plan-note{color:var(--muted);text-align:center;margin:0 0 1.25rem;font-size:.8rem;font-style:italic}.plan-cta{text-align:center}.current-plan-badge{background:var(--star);color:var(--black);border-radius:999px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.pricing-note{text-align:center;color:var(--text-muted);margin-top:2.5rem;font-size:.875rem}.pricing-section-header{text-align:center;margin:3.5rem 0 1.5rem}.pricing-section-header h2{color:var(--forest);margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.pricing-section-header p{color:var(--text-muted);font-size:.9rem}.addon-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:2rem;max-width:760px;margin:0 auto;padding:1.75rem 2rem;display:flex}.addon-card-body{flex:1}.addon-card-cta{flex-shrink:0}.addon-price{color:var(--forest);margin:.4rem 0 .6rem;font-size:1.75rem;font-weight:700;line-height:1}.addon-period{color:var(--text-muted);font-size:.9rem;font-weight:400}.addon-desc{color:var(--text-muted);margin:0 0 .85rem;font-size:.875rem;line-height:1.55}.condition-chips{flex-wrap:wrap;gap:.4rem;display:flex}.condition-chip{color:var(--forest);border:1px solid var(--forest);white-space:nowrap;cursor:pointer;background:#f0fdf4;border-radius:999px;padding:.2rem .55rem;font-family:inherit;font-size:.74rem;font-weight:600;transition:background .15s,color .15s}.condition-chip:hover:not(:disabled){background:var(--forest);color:#fff}.condition-chip:disabled{opacity:.6;cursor:default}.checkout-error{color:#b91c1c;margin:.35rem 0 0;font-size:.75rem}.addon-note{color:var(--muted);margin:0;font-size:.8rem}.oneoff-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:640px;margin:0 auto;display:grid}.oneoff-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.oneoff-price{color:var(--forest);margin:.4rem 0 .5rem;font-size:1.9rem;font-weight:700;line-height:1}.oneoff-desc{color:var(--text-muted);margin:0 0 1.25rem;font-size:.85rem;line-height:1.55}.dashboard{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;display:flex}.dashboard-header h1{margin-bottom:.25rem}.dashboard-sub{color:var(--text-muted);font-size:.95rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.75rem}.dash-card h2{margin-bottom:.35rem;font-size:1.1rem}.dash-card>p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.gated-section{background:var(--star);text-align:center;border-radius:8px;padding:1.5rem}.gated-overlay p{color:var(--text-muted);margin:.5rem 0 .75rem;font-size:.875rem}.lock-icon{font-size:1.4rem}.coming-soon{background:var(--sky);color:var(--slate);text-align:center;border-radius:6px;padding:.75rem;font-size:.875rem}.horses-section{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1.5rem;padding:1.5rem}.horses-section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.1rem;display:flex}.horses-section-title{align-items:center;gap:.6rem;display:flex}.horses-section-title h2{margin:0;font-size:1.1rem}.horses-count-badge{background:var(--star);color:var(--text-muted);border-radius:999px;padding:.18rem .55rem;font-size:.78rem;font-weight:600}.horses-empty{color:var(--text-muted);margin:0;font-size:.9rem}.link-btn{color:var(--forest);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.horses-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.horse-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.horse-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.horse-card-name{color:var(--forest);margin:0 0 .15rem;font-size:1rem;font-weight:600}.horse-card-meta{color:var(--text-muted);margin:0;font-size:.8rem}.horse-card-btns{flex-shrink:0;gap:.35rem;display:flex}.horse-card-action{border:1px solid var(--border);cursor:pointer;color:var(--text-muted);background:0 0;border-radius:4px;padding:.18rem .45rem;font-size:.75rem}.horse-card-action:hover{border-color:var(--slate);color:var(--text)}.horse-card-delete:hover{color:#c0392b;border-color:#c0392b}.horse-health-chips{flex-wrap:wrap;gap:.3rem;display:flex}.horse-flag-chip{color:#92400e;background:#fef3c7;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:600}.horse-status-chip{color:#065f46;background:#d1fae5}.horse-nutrition-plan{color:var(--muted);flex-wrap:wrap;gap:.35rem .75rem;margin-top:.25rem;font-size:.8rem;display:flex}.horse-nutrition-plan span{white-space:nowrap}.horse-supplements-text{width:100%;color:var(--muted);white-space:pre-line;margin:0;font-size:.78rem;font-style:italic}.nutrition-plan-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.horse-plan-summary{color:var(--muted);margin:.25rem 0 0;font-size:.8rem}.horse-analyze-btn{width:100%;margin-top:auto}.btn-sm{padding:.35rem .85rem;font-size:.85rem}@media (width<=640px){.hero h1{font-size:2rem}.navbar{padding:.75rem 1rem}.navbar-brand{font-size:.95rem}.dashboard,.pricing-page{padding:1.5rem 1rem}.addon-card{flex-direction:column;align-items:stretch}.addon-card-cta{text-align:center}}.analysis-page{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem}.analysis-page h1{margin-bottom:.25rem}.analysis-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (width<=768px){.analysis-grid{grid-template-columns:1fr}}.analysis-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.analysis-card h2{color:var(--forest);margin-bottom:1rem;font-size:1.05rem}.analysis-card label{flex-direction:column;gap:.3rem;margin-bottom:.85rem;font-size:.875rem;font-weight:500;display:flex}.analysis-card input[type=text],.analysis-card input[type=number],.analysis-card select{border:1px solid var(--border);border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.9rem}.feed-entry{background:var(--star);border-radius:6px;grid-template-columns:1fr 90px 36px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.4rem;display:grid}.feed-entry-name{color:var(--forest);font-size:.825rem;font-weight:600}.feed-entry-brand{color:var(--text-muted);font-size:.75rem}.feed-entry input{border:1px solid var(--border);border-radius:4px;width:100%;padding:.35rem .5rem;font-size:.875rem}.feed-entry-unit{color:var(--text-muted);text-align:center;font-size:.75rem}.btn-remove{color:#b91c1c;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.2rem;line-height:1}.feed-search-wrap{margin-bottom:.75rem;position:relative}.feed-search-wrap input{border:1px solid var(--border);border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.875rem}.feed-dropdown{z-index:50;background:var(--surface);border:1px solid var(--border);width:100%;max-height:220px;box-shadow:var(--shadow);border-radius:6px;margin-top:2px;position:absolute;overflow-y:auto}.feed-dropdown-item{cursor:pointer;padding:.45rem .75rem;font-size:.85rem}.feed-dropdown-item:hover{background:var(--star)}.feed-dropdown-brand{color:var(--text-muted);font-size:.72rem}.feed-dropdown-note{color:#d97706;font-size:.7rem;font-style:italic}.forage-select{border:1px solid var(--border);background:var(--surface);border-radius:6px;width:100%;margin-bottom:.4rem;padding:.45rem .6rem;font-size:.875rem}.forage-note{color:var(--text-muted);margin:.2rem 0 .75rem;font-size:.775rem;font-style:italic}.section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .4rem;font-size:.75rem;font-weight:700}.brand-filter-row{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.brand-filter-label{color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:600}.brand-select{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex:1;padding:.35rem .5rem;font-size:.825rem}.unit-label{color:var(--text-muted);white-space:nowrap;padding:0 .25rem;font-size:.8rem}.section-lock{cursor:default;vertical-align:middle;margin-left:.4rem;font-size:.85rem;position:relative}.section-lock:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#1e293b;border-radius:5px;padding:.3rem .55rem;font-size:.72rem;font-weight:400;transition:opacity .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.section-lock:hover:after{opacity:1}.pasture-gated{opacity:.4;pointer-events:none}.pasture-gated-select{border:1px solid var(--border);background:var(--surface);border-radius:6px;width:100%;padding:.45rem .6rem;font-size:.875rem}.toggle-row{align-items:center;gap:.6rem;margin:.5rem 0;display:flex}.toggle-label{flex:1;font-size:.875rem;font-weight:500}.toggle-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;padding:.25rem .75rem;font-size:.8rem}.toggle-btn.active{background:var(--forest);color:var(--white);border-color:var(--forest)}.toggle-note{color:var(--text-muted);font-size:.75rem}.mg-dm-row{background:var(--surface);border-radius:6px;justify-content:space-between;align-items:center;margin-top:.6rem;padding:.4rem .6rem;font-size:.825rem;display:flex}.mg-dm-row.fail{background:#fef2f2}.mg-dm-row.pass{background:#f0fdf4}.mg-dm-value.fail{color:#dc2626;font-weight:600}.mg-dm-value.pass{color:#16a34a;font-weight:600}.pasture-warning{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.pasture-de-note{color:var(--text-muted);margin-bottom:.75rem;font-size:.825rem}.nutrient-table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.825rem}.nutrient-table th{text-align:left;background:var(--star);color:var(--forest);padding:.45rem .6rem;font-size:.775rem;font-weight:600;position:sticky;top:0}.nutrient-table td{border-top:1px solid var(--border);vertical-align:middle;padding:.4rem .6rem}.nutrient-table tr:hover td{background:#f9f9f6}.pass-icon{color:#16a34a;font-size:1rem;font-weight:700}.fail-icon{color:#dc2626;font-size:1rem;font-weight:700}.no-data{color:var(--text-muted);font-style:italic}.no-data-row td{color:var(--text-muted)}.pct-bar-wrap{background:var(--border);vertical-align:middle;border-radius:3px;width:60px;height:5px;margin-left:4px;display:inline-block}.pct-bar{border-radius:3px;height:100%}.pct-bar.pass{background:#16a34a}.pct-bar.fail{background:#dc2626}.ratio-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:.75rem 0 1rem;display:grid}.ratio-card{background:var(--star);text-align:center;border:2px solid #0000;border-radius:8px;padding:.85rem}.ratio-card.pass{border-color:#16a34a}.ratio-card.fail{border-color:#dc2626}.ratio-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem;font-size:.72rem;font-weight:600}.ratio-value{font-size:1.3rem;font-weight:700}.ratio-card.pass .ratio-value{color:#16a34a}.ratio-card.fail .ratio-value{color:#dc2626}.ratio-ideal{color:var(--text-muted);margin-top:.15rem;font-size:.68rem}.nsc-panel{background:var(--sky);border-radius:8px;margin:.75rem 0 1rem;padding:1rem 1.25rem}.nsc-panel h3{color:var(--forest);margin-bottom:.6rem;font-size:.9rem}.nsc-row{border-top:1px solid #00000014;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.85rem;display:flex}.nsc-row:first-of-type{border-top:none}.nsc-value{font-weight:700}.nsc-value.pass{color:#16a34a}.nsc-value.fail{color:#dc2626}.nsc-value.warn{color:#d97706}.nsc-note{color:var(--slate);margin-top:.5rem;font-size:.75rem;font-style:italic}.upgrade-gate{background:var(--star);border:2px solid var(--fern);text-align:center;border-radius:10px;padding:2rem}.upgrade-gate h3{color:var(--forest);margin-bottom:.5rem}.upgrade-gate p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.results-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface);border-radius:12px;width:100%;max-width:420px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-box-lg{max-width:680px}.modal-box h3{color:var(--forest);margin-bottom:1.25rem}.modal-box label{flex-direction:column;gap:.3rem;margin-bottom:.85rem;font-size:.875rem;font-weight:500;display:flex}.modal-box input{border:1px solid var(--border);border-radius:6px;padding:.5rem .75rem;font-size:.9rem}.modal-footer{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.tier-starter{background:var(--sky);color:var(--black)}.additional-table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.825rem}.additional-table th{text-align:left;background:var(--sky);color:var(--forest);padding:.45rem .6rem;font-size:.775rem;font-weight:600}.additional-table td{border-top:1px solid var(--border);padding:.4rem .6rem}.unit-select{border:1px solid var(--border);border-radius:4px;width:auto;padding:.35rem .4rem;font-size:.8rem}.feeds-loading{color:var(--text-muted);padding:.5rem 0;font-size:.875rem;font-style:italic}.custom-hay-wrap{margin-top:.75rem}.custom-hay-toggle{border:1px solid var(--border);color:var(--forest);cursor:pointer;text-align:left;background:0 0;border-radius:6px;width:100%;padding:.4rem .75rem;font-size:.875rem;font-weight:600;transition:background .15s}.custom-hay-toggle:hover{background:var(--star)}.custom-hay-form{border:1px solid var(--border);background:var(--bg);border-radius:8px;margin-top:.5rem;padding:1rem}.custom-hay-tabs{border-bottom:2px solid var(--border);gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.hay-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px 6px 0 0;padding:.35rem .75rem;font-size:.875rem;transition:background .12s}.hay-tab:hover{background:var(--star)}.hay-tab.active{background:var(--forest);color:var(--white);font-weight:600}.hay-as-fed-note{color:var(--text-muted);background:var(--sky);border-radius:5px;margin-bottom:.6rem;padding:.4rem .65rem;font-size:.8rem}.custom-hay-field-full{margin-bottom:.5rem}.custom-hay-field-full label{flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.custom-hay-grid{grid-template-columns:1fr 1fr;gap:.45rem .75rem;display:grid}.custom-hay-grid label{color:var(--text-muted);flex-direction:column;gap:.2rem;font-size:.78rem;display:flex}.custom-hay-grid label input{border:1px solid var(--border);border-radius:5px;width:100%;padding:.32rem .5rem;font-size:.875rem}.custom-hay-upload{flex-direction:column;gap:.75rem;display:flex}.upload-area{cursor:pointer;border:2px dashed var(--border);text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:110px;padding:1rem;transition:border-color .15s;display:flex}.upload-area:hover{border-color:var(--forest)}.upload-placeholder{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.875rem;display:flex}.upload-filename{color:var(--forest);font-size:.8rem;font-weight:600}.upload-preview-img{object-fit:contain;border-radius:6px;max-width:100%;max-height:280px}.hay-upload-note{color:var(--text-muted);margin:0;font-size:.8rem}.submit-public-check{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:.5rem;margin-top:.75rem;font-size:.8rem;line-height:1.45;display:flex}.submit-public-check input[type=checkbox]{flex-shrink:0;margin-top:.15rem}.nutrient-summary{flex-direction:column;gap:.35rem;margin-top:.85rem;display:flex}.nutrient-summary-pass{color:#16a34a;margin:0;font-size:.875rem;font-weight:600}.nutrient-summary-fail{color:#dc2626;margin:0;font-size:.875rem;font-weight:600}.nutrient-upgrade-note{color:var(--text-muted);margin:.4rem 0 0;font-size:.775rem;font-style:italic}.nutrient-upgrade-note a{color:var(--forest);font-weight:600}.analysis-disclaimer{color:var(--text-muted);background:var(--star);border-left:3px solid var(--fern);border-radius:0 6px 6px 0;margin-bottom:1rem;padding:.6rem .85rem;font-size:.825rem;line-height:1.5}.analysis-disclaimer a{color:var(--forest);font-weight:600}.nsc-simple-pass{color:#16a34a;margin:.25rem 0 0;font-size:.9rem;font-weight:600}.nsc-simple-fail{color:#dc2626;margin:.25rem 0 0;font-size:.9rem;font-weight:600}.hay-soak-note{color:#92400e;background:#fef3c7;border-left:3px solid #d97706;border-radius:0 6px 6px 0;margin-top:.65rem;padding:.55rem .75rem;font-size:.825rem;line-height:1.5}.health-flags-grid{flex-direction:column;gap:.35rem;margin-bottom:.25rem;display:flex}.analysis-card .health-flag-item,.modal-box .health-flag-item{cursor:pointer;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:0;font-size:.875rem;font-weight:400;display:flex}.health-flag-item input[type=checkbox]{flex-shrink:0;width:auto;margin:0}.modal-sub{color:var(--text-muted);margin:0 0 .9rem;font-size:.875rem;line-height:1.45}.health-flags-list{flex-direction:column;gap:.55rem;margin-bottom:1.1rem;display:flex}.diet-report-upsell{border:1px solid var(--fern);background:linear-gradient(135deg,#f0f4ea,#eef5f0);border-radius:8px;align-items:center;gap:1rem;margin-top:1.25rem;padding:1rem 1.25rem;display:flex}.diet-report-upsell-content{flex:1;min-width:0}.diet-report-upsell h3{color:var(--forest);margin:0 0 .25rem;font-size:.95rem}.diet-report-upsell p{color:var(--text-muted);margin:0;font-size:.825rem;line-height:1.4}.diet-report-upsell .btn-primary{white-space:nowrap;flex-shrink:0}.diet-report-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--forest);border-radius:8px;margin-top:1.25rem;padding:1.25rem}.diet-report-card h3{color:var(--forest);margin:0 0 .4rem;font-size:1rem}.report-subtitle{color:var(--text-muted);margin:0 0 .9rem;font-size:.825rem}.report-loading-text{color:var(--text-muted);margin:.4rem 0 0;font-size:.875rem;font-style:italic}.report-error{color:#c0392b;margin:.4rem 0 0;font-size:.875rem}.report-all-met{color:#27ae60;margin:.4rem 0 0;font-size:.875rem}.report-suggestions{flex-direction:column;gap:.75rem;display:flex}.report-suggestion{background:var(--bg);border-left:3px solid var(--fern);border-radius:6px;padding:.75rem 1rem}.suggestion-header{flex-wrap:wrap;align-items:baseline;gap:.4rem .6rem;margin-bottom:.3rem;display:flex}.suggestion-product{color:var(--forest);font-size:.9rem;font-weight:600}.suggestion-brand{color:var(--text-muted);font-size:.8rem}.suggestion-reason{color:var(--text);margin:0 0 .4rem;font-size:.825rem;line-height:1.45}.suggestion-link{color:var(--slate);font-size:.8rem;text-decoration:none}.suggestion-link:hover{text-decoration:underline}.report-summary{background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem}.report-summary-pills{flex-wrap:wrap;gap:.45rem;margin-bottom:.7rem;display:flex}.report-pill{border-radius:999px;padding:.22rem .65rem;font-size:.78rem;font-weight:600}.report-pill-deficient{color:#b91c1c;background:#fde8e8}.report-pill-risk{color:#92400e;background:#fef3c7}.report-pill-met{color:#065f46;background:#d1fae5}.report-summary-rows{flex-direction:column;gap:.4rem;display:flex}.report-summary-row{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.report-cost{color:var(--forest);font-weight:600}.report-priority-badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.18rem .52rem;font-size:.72rem;font-weight:700}.priority-high{color:#b91c1c;background:#fde8e8}.priority-medium{color:#92400e;background:#fef3c7}.priority-low{color:#065f46;background:#d1fae5}.suggestion-top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;display:flex}.suggestion-addresses{color:var(--forest);background:#f0f4ea;border-radius:4px;margin:0 0 .35rem;padding:.25rem .5rem;font-size:.8rem;font-weight:500}.suggestion-meta{color:var(--text-muted);border-top:1px solid var(--border);justify-content:space-between;margin-top:.45rem;padding-top:.4rem;font-size:.8rem;display:flex}.report-footer{border-top:1px solid var(--border);color:var(--text-muted);flex-direction:column;gap:.3rem;margin-top:1rem;padding-top:.85rem;font-size:.8rem;display:flex}.report-footer p{margin:0;line-height:1.4}.report-footer a{color:var(--forest);font-weight:600;text-decoration:none}.report-footer a:hover{text-decoration:underline}.daily-diet-header{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.daily-diet-header h2{margin:0}.scan-btn-wrap{flex-shrink:0}.scan-btn{font-size:.8rem}.scan-gated{color:var(--text-muted);cursor:not-allowed;border:1px solid var(--border);background:0 0;border-radius:6px;padding:.4rem .75rem;font-size:.8rem}.scan-inline-error{color:#dc2626;margin:.25rem 0;font-size:.8rem}.scan-modal{max-width:760px}.scan-modal-sub{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.scan-row-2{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.scan-row-3{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.scan-visibility-row{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9rem;display:flex}.scan-error{color:#dc2626;margin-top:.5rem;font-size:.85rem}.feed-library{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem}.library-page-header{margin-bottom:1.5rem}.library-page-header h1{margin-bottom:.25rem}.library-sub{color:var(--text-muted);margin:0 0 .85rem;font-size:.9rem}.library-ir-legend{background:var(--star);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.4rem .75rem;margin-top:.75rem;padding:.65rem 1rem;font-size:.8rem;display:flex}.library-legend-text{color:var(--text-muted)}.library-controls{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.library-search{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex:220px;padding:.45rem .75rem;font-size:.9rem}.library-controls select{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;padding:.45rem .65rem;font-size:.875rem}.library-count{color:var(--text-muted);margin:0 0 1rem;font-size:.8rem}.library-loading,.library-empty{color:var(--text-muted);padding:2rem 0}.library-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.feed-lib-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.5rem;padding:.85rem;transition:box-shadow .15s;display:flex}.feed-lib-card:hover{box-shadow:var(--shadow)}.feed-lib-card-selected{border-color:var(--forest);box-shadow:0 0 0 2px #40563140}.feed-lib-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.feed-lib-card-identity{flex:1;min-width:0}.feed-lib-name{color:var(--forest);margin:0;font-size:.875rem;font-weight:600;line-height:1.3}.feed-lib-mfg{color:var(--text-muted);margin:.1rem 0 0;font-size:.75rem}.feed-lib-type-badge{white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.2rem .45rem;font-size:.68rem;font-weight:600}.type-concentrate{background:var(--forest);color:#fff}.type-balancer{background:var(--slate);color:#fff}.type-forage{background:var(--fern);color:#3a3a3a}.type-forage-pellets{color:#fff;background:#8d9a5e}.type-supplement{background:var(--star);color:var(--text);border:1px solid var(--border)}.type-other{background:var(--border);color:var(--text)}.ir-safe-badge{color:#065f46;background:#d1fae5;border-radius:12px;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.ir-borderline-badge{color:#92400e;background:#fef3c7;border-radius:12px;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.feed-lib-badges{flex-wrap:wrap;gap:.35rem;min-height:0;display:flex}.feed-lib-nutrients{background:var(--bg);border-radius:6px;grid-template-columns:repeat(4,1fr);gap:.3rem;padding:.5rem .4rem;display:grid}.feed-lib-nutrient{flex-direction:column;align-items:center;display:flex}.feed-lib-nutrient-val{color:var(--forest);font-size:.8rem;font-weight:700}.feed-lib-nutrient-label{color:var(--text-muted);text-align:center;font-size:.63rem}.compare-toggle{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:5px;margin-top:auto;padding:.3rem .6rem;font-size:.78rem;transition:background .15s,color .15s,border-color .15s}.compare-toggle:hover:not(:disabled){border-color:var(--forest);color:var(--forest)}.compare-toggle-active{background:var(--forest);color:#fff;border-color:var(--forest)}.compare-toggle:disabled{opacity:.4;cursor:not-allowed}.compare-bar{z-index:200;background:var(--surface);border-top:2px solid var(--forest);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #4056311f}.compare-bar-left{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.compare-bar-right{flex-shrink:0;gap:.5rem;display:flex}.compare-bar-label{white-space:nowrap;font-size:.85rem;font-weight:600}.compare-bar-chips{flex-wrap:wrap;gap:.4rem;display:flex}.compare-bar-chip{background:var(--bg);border:1px solid var(--border);border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.78rem;display:flex}.compare-bar-chip-empty{color:var(--text-muted);border-style:dashed}.compare-chip-remove{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;font-size:.9rem;line-height:1}.compare-chip-remove:hover{color:#dc2626}.compare-modal{max-width:900px;padding:1.5rem}.compare-modal-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.compare-modal-header h3{margin:0}.compare-modal-legend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 1rem;font-size:.8rem;display:flex}.compare-table-wrap{overflow-x:auto}.compare-table{border-collapse:collapse;width:100%;font-size:.82rem}.compare-table th,.compare-table td{text-align:right;border-bottom:1px solid var(--border);padding:.45rem .65rem}.compare-table thead th{background:var(--bg);vertical-align:top}.compare-label-col{min-width:140px;font-weight:500;text-align:left!important}.compare-feed-col{min-width:160px}.compare-th-name{color:var(--forest);font-size:.8rem;font-weight:700;display:block}.compare-th-mfg{color:var(--text-muted);margin-bottom:.2rem;font-size:.72rem;display:block}.compare-unit{color:var(--text-muted);font-size:.72rem}.compare-best{color:#065f46;background:#ecfdf5;font-weight:700}.compare-row-highlight td{background:#fafaf6}.compare-table tbody tr:hover td{background:var(--star)}.horse-card-footer{gap:.5rem;margin-top:auto;display:flex}.horse-card-footer .btn-primary-sm,.horse-card-footer .btn-outline{text-align:center;flex:1}.horse-detail{max-width:780px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.bcs-back-link{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;text-decoration:none;display:inline-block}.bcs-back-link:hover{color:var(--forest)}.horse-detail-header{margin-bottom:.35rem}.horse-detail-name{margin-bottom:.2rem;font-size:2rem}.horse-detail-meta{color:var(--text-muted);margin:0;font-size:.9rem}.bcs-chips-row{margin-bottom:1.5rem}.bcs-loading{color:var(--text-muted);padding:2rem 0}.bcs-section{margin-top:1.5rem}.bcs-section-title{margin-bottom:.2rem;font-size:1.3rem}.bcs-section-sub{color:var(--text-muted);margin-bottom:1.25rem;font-size:.825rem}.bcs-dash-hint{color:var(--text-muted);margin:0;font-size:.85rem}.bcs-add-btn{margin-bottom:1.25rem}.bcs-form{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.85rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.bcs-date-label{flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:500;display:flex}.bcs-date-label input{max-width:180px}.bcs-score-field{flex-direction:column;gap:.45rem;display:flex}.bcs-score-label{font-size:.875rem;font-weight:500}.bcs-score-desc{color:var(--text-muted);font-weight:400}.bcs-score-grid{flex-wrap:wrap;gap:.35rem;display:flex}.bcs-score-btn{border:2px solid var(--border);background:var(--bg);cursor:pointer;width:2.6rem;height:2.2rem;color:var(--text);border-radius:6px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .12s,background .12s,color .12s}.bcs-score-btn:hover{border-color:var(--bcs-color,var(--forest));color:var(--bcs-color,var(--forest))}.bcs-score-selected{background:var(--bcs-color,var(--forest));border-color:var(--bcs-color,var(--forest));color:#fff}.bcs-photo-preview{object-fit:cover;border:1px solid var(--border);border-radius:6px;width:120px;height:120px}.bcs-error{color:#b91c1c;margin:0;font-size:.8rem}.bcs-chart-wrap{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1.5rem;padding:.75rem .5rem .5rem}.bcs-chart-svg{width:100%;height:auto;display:block}.bcs-chart-hint{color:var(--text-muted);text-align:center;padding:.75rem 0;font-size:.825rem}.bcs-empty{color:var(--text-muted);padding:.5rem 0;font-size:.875rem}.bcs-timeline{flex-direction:column;gap:.85rem;display:flex}.bcs-entry{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;display:flex}.bcs-entry-thumb-link{flex-shrink:0}.bcs-entry-thumb{object-fit:cover;border:1px solid var(--border);border-radius:6px;width:72px;height:72px;display:block}.bcs-entry-body{flex:1;min-width:0}.bcs-entry-top{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.bcs-score-badge{color:#fff;white-space:nowrap;border-radius:999px;padding:.2rem .55rem;font-size:.78rem;font-weight:700}.bcs-entry-label{color:var(--text-muted);font-size:.8rem}.bcs-entry-date{color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:.8rem}.bcs-entry-actions{align-items:center;gap:.35rem;display:flex}.bcs-delete-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-family:inherit;font-size:1.1rem;line-height:1}.bcs-delete-btn:hover{color:#b91c1c}.bcs-delete-confirm{color:var(--text-muted);white-space:nowrap;font-size:.78rem}.bcs-entry-notes{color:var(--text);margin:.45rem 0 0;font-size:.845rem;line-height:1.5}.bcs-areas-list{flex-direction:column;gap:.75rem;display:flex}.bcs-area-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem}.bcs-area-title{color:var(--forest);margin-bottom:.55rem;font-size:.875rem;font-weight:600;display:block}.bcs-area-btns{flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;display:flex}.bcs-area-btn{border:2px solid var(--border);background:var(--surface);cursor:pointer;width:2.4rem;height:2.1rem;color:var(--text-muted);border-radius:6px;font-family:inherit;font-size:.82rem;font-weight:700;transition:border-color .1s,background .1s,color .1s}.bcs-area-btn:hover{border-color:var(--c,var(--forest));color:var(--c,var(--forest))}.bcs-area-selected{background:var(--c,var(--forest));border-color:var(--c,var(--forest));color:#fff!important}.bcs-area-desc{color:var(--text);margin:0;font-size:.8rem;line-height:1.45}.bcs-area-range{color:var(--forest);margin-right:.2rem;font-weight:700}.bcs-area-placeholder{color:var(--text-muted);font-style:italic}.bcs-avg-display{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.9rem 1rem}.bcs-avg-row{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.3rem;display:flex}.bcs-avg-label{font-size:.875rem;font-weight:600}.bcs-avg-num{font-size:1.8rem;font-weight:800;line-height:1}.bcs-avg-desc{color:var(--text-muted);font-size:.825rem}.bcs-avg-partial{color:var(--text-muted);margin-left:auto;font-size:.78rem;font-style:italic}.bcs-flag{border-radius:6px;margin-top:.4rem;padding:.45rem .7rem;font-size:.8rem;font-weight:500;line-height:1.4}.bcs-flag-danger{color:#991b1b;background:#fef2f2;border-left:3px solid #dc2626}.bcs-flag-warning{color:#92400e;background:#fffbeb;border-left:3px solid #f59e0b}.bcs-flag-critical{color:#7f1d1d;background:#fef2f2;border-left:3px solid #7f1d1d;font-weight:600}.bcs-flag-sm{margin-top:.35rem;font-size:.75rem}.bcs-form-field{flex-direction:column;gap:.3rem;display:flex}.bcs-field-label{font-size:.875rem;font-weight:500}.bcs-date-input{max-width:180px}.bcs-guide-link{color:var(--text-muted);margin:.15rem 0 0;font-size:.8rem}.bcs-guide-modal-box{max-width:700px}.bcs-guide-modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.bcs-guide-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0 .25rem;font-family:inherit;font-size:1.5rem;line-height:1}.bcs-guide-close:hover{color:var(--text)}.bcs-guide-img-wrap{text-align:center;max-height:60vh;overflow:auto}.bcs-guide-img{max-width:100%;height:auto;margin:0 auto;display:block}.bcs-guide-modal-footer{text-align:center;margin-top:1rem}.bcs-area-scores-row{flex-wrap:wrap;gap:.5rem;margin:.4rem 0 .15rem;display:flex}.bcs-area-mini{background:var(--bg);border:1px solid var(--border);border-radius:6px;flex-direction:column;align-items:center;min-width:52px;padding:.2rem .45rem;display:flex}.bcs-area-mini-label{color:var(--text-muted);text-align:center;font-size:.65rem;line-height:1.2}.bcs-area-mini-score{font-size:.9rem;font-weight:700;line-height:1.3}.diet-tab-bar{border-bottom:2px solid var(--border);gap:.25rem;margin:.75rem 0 1rem;display:flex}.diet-tab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.4rem .9rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.diet-tab:hover{color:var(--forest)}.diet-tab.active{color:var(--forest);border-bottom-color:var(--forest)}.proposed-hint{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:.75rem;padding:.6rem .85rem;font-size:.85rem}.comparison-panel{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.comparison-sub{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}.comparison-tbl th{white-space:nowrap}.comp-col-cur{color:var(--text-muted);font-style:italic}.comp-col-pro{color:var(--forest);font-weight:600}.comp-met{color:#16a34a}.comp-risk{color:#d97706}.comp-low{color:#dc2626}.comp-improved{color:#16a34a;font-weight:600}.comp-worsened{color:#dc2626;font-weight:600}.comp-pct{font-size:.8rem}.comp-histogram-wrap{margin-top:1rem}.comp-histogram-legend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.comp-legend-cur{opacity:.6}.comp-legend-pro{color:var(--forest);font-weight:600}.comp-legend-note{font-style:italic}
