:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0b1f33;background-color:#f4f6f8;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#e0f0ff,#f4f6f8 45%)}a{font-weight:500;color:#0669c1;text-decoration:none}a:hover{text-decoration:underline}#root{min-height:100vh}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.auth-card{width:100%;max-width:420px;background:#fff;padding:2.5rem;border-radius:18px;box-shadow:0 25px 55px #06397026}.auth-card h1{margin:0 0 .5rem;font-size:1.9rem}.auth-card p{margin:0 0 1.5rem;color:#425466}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.95rem;color:#1f2a37;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #d3dae6;border-radius:10px;padding:.75rem .85rem;font-size:1rem;background:#fff;transition:border .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0669c1;box-shadow:0 0 0 3px #0669c126}.btn{border:none;border-radius:12px;padding:.85rem 1.25rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn-primary{background:linear-gradient(135deg,#0669c1,#0a84ff);color:#fff;box-shadow:0 12px 25px #0669c159}.btn-icon{display:inline-flex;align-items:center;gap:.4rem}.btn-icon svg{display:block;width:1.05rem;height:1.05rem}.btn-ghost{background:transparent;border:1px solid #d3dae6;color:#1f2a37}.btn-small{padding:.5rem .85rem;font-size:.9rem}.btn-primary:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.btn-secondary{background:#f3f5f8;color:#1f2a37}.btn:hover:not(:disabled){transform:translateY(-1px)}.error-text{color:#b42318;background:#feeceb;border-radius:10px;padding:.75rem;font-size:.95rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e3e8f2;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.app-header strong{font-size:1.05rem}.app-content{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}.dashboard-wrapper{display:flex;gap:1.5rem;align-items:flex-start;width:100%}.dashboard-menu{display:flex;flex-direction:column;gap:.75rem;flex:0 0 260px}.dashboard-menu-item{border:1px solid #d3dae6;border-radius:18px;background:#fff;padding:.85rem 1rem;text-align:left;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.dashboard-menu-item:focus-visible{outline:3px solid #0a84ff;outline-offset:2px}.dashboard-menu-item:disabled{cursor:not-allowed;opacity:.6}.dashboard-menu-item.active{border-color:#0669c1;box-shadow:0 18px 35px #0669c140;transform:translateY(-2px)}.dashboard-menu-item .menu-label{font-weight:600;color:#0b1f33;display:block}.dashboard-menu-item .menu-description{font-size:.85rem;color:#5f6c80;display:block;margin-top:.15rem}.dashboard-panel{flex:1;min-width:0}.grid{display:grid;gap:1.5rem}@media(min-width:900px){.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.dashboard-wrapper{flex-direction:column}.dashboard-menu{flex-direction:row;flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:.5rem}.dashboard-menu-item{flex:1 1 220px;min-width:200px}}.card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 20px 45px #141e3714}.section-card-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.section-card-heading{flex:1 1 220px;min-width:0}.section-card-actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;flex:1 1 220px;min-width:0}.card h2{margin:0 0 1rem;font-size:1.2rem}.list{display:flex;flex-direction:column;gap:.75rem}.list-item{padding:.9rem 1rem;border-radius:12px;border:1px solid #e5eaf2;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:border .2s ease,background .2s ease;background:#fff}.list-item:focus-visible{outline:2px solid #0a84ff}.list-item:hover,.list-item.active{border-color:#0a84ff;background:#0a84ff14}.list-item-actions{display:flex;align-items:center;gap:.65rem}.cattle-list-item-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.cattle-weight-tag{flex-shrink:0}.rebanho-actions{display:flex;gap:.5rem;align-items:center;width:100%;flex-wrap:wrap}.rebanho-actions input{flex:1 1 220px;min-width:220px;border:1px solid #d3dae6;border-radius:999px;padding:.55rem .9rem;font-size:.9rem;background:#f8fafc}.rebanho-actions select{flex:0 0 190px;min-width:160px;border:1px solid #d3dae6;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;background:#fff;color:#0b1f33}.rebanho-actions .btn{flex:0 0 auto}.muted{color:#5f6c80;font-size:.92rem}.tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600}.tag.success{background:#ecfdf3;color:#067647}.tag.info{background:#eef4ff;color:#3538cd}.empty-state{border:1px dashed #d4ddeb;border-radius:14px;padding:1.25rem;text-align:center;color:#5f6c80}.modal-backdrop{position:fixed;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.modal-panel{background:#fff;border-radius:20px;width:100%;max-width:520px;box-shadow:0 30px 60px #0f172a4d}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 0}.modal-header h3{margin:0 0 .25rem}.modal-body{padding:1.5rem}.modal-close{border:none;background:#f1f5f9;border-radius:999px;width:32px;height:32px;cursor:pointer;font-size:1rem}.modal-close:hover{background:#e2e8f0}@media(max-width:640px){.app-content{padding:1.5rem 1rem}.dashboard-menu{gap:.5rem}.dashboard-menu-item{min-width:160px;padding:.7rem .8rem}.dashboard-menu-item .menu-description{font-size:.75rem}.section-card-actions{width:100%;flex:1 1 100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap}.section-card-actions input,.section-card-actions select{width:100%;min-width:0}.section-card-actions .btn{align-self:flex-start;width:auto;max-width:100%}.list-item{flex-direction:column;align-items:stretch;gap:.9rem}.list-item-actions{margin-top:auto;width:100%;justify-content:space-between;gap:.5rem;flex-wrap:nowrap}.list-item-actions .btn{flex:1 1 auto;min-width:0;text-align:center}.cattle-list-item-footer{flex-direction:column;align-items:flex-start}.cattle-list-item-footer .list-item-actions{margin-top:0;width:100%}.rebanho-actions{flex-wrap:nowrap;align-items:stretch}.rebanho-actions input{min-width:0;flex:1 1 auto}.rebanho-actions select{flex:1 1 100%;min-width:0}.rebanho-actions .btn{flex:0 0 auto;white-space:nowrap}}
