@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#050816;font-family:Inter,sans-serif}.app{background:radial-gradient(circle at 100% 0,#1a2e1f55,#0000 25%),radial-gradient(circle at 0 100%,#14532d44,#0000 25%),#050816;justify-content:center;min-height:100vh;padding:20px;display:flex}.phone-shell{background:linear-gradient(#0f172a 0%,#111827 100%);border:1px solid #ffffff12;border-radius:32px;width:100%;max-width:430px;min-height:100vh;position:relative;overflow:hidden;box-shadow:0 25px 80px #0000008c}.hero{background:linear-gradient(135deg,#111827,#0f172a,#1e293b);padding:32px 24px 90px;position:relative}.hero:after{content:"";filter:blur(30px);background:#22c55e22;border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-80px}.eyebrow{color:#4ade80;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:800}.hero h1{margin-bottom:12px;font-size:2.1rem;font-weight:800;line-height:1.05}.hero span{color:#94a3b8;font-size:.95rem}.profile-badge{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:20px;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.1rem;font-weight:800;display:flex;position:absolute;top:28px;right:24px;box-shadow:0 12px 30px #22c55e59}.summary-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2;background:linear-gradient(135deg,#22c55e33,#ffffff0a);border:1px solid #ffffff14;border-radius:28px;justify-content:space-between;align-items:center;gap:14px;margin:-58px 18px 22px;padding:22px;display:flex;position:relative;box-shadow:0 20px 40px #00000059}.summary-card.compact{margin:0 18px 18px}.summary-card p{color:#cbd5e1;font-size:.9rem}.summary-card h2{margin:9px 0;font-size:1.9rem;font-weight:800}.summary-card span{color:#86efac;font-size:.9rem;line-height:1.45}.chart-fake{align-items:flex-end;gap:7px;height:70px;display:flex}.chart-fake span{background:linear-gradient(#4ade80,#22c55e);border-radius:30px;width:10px}.chart-fake span:first-child{height:25px}.chart-fake span:nth-child(2){height:48px}.chart-fake span:nth-child(3){height:38px}.chart-fake span:nth-child(4){height:62px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 18px;display:grid}.stat-card{background:#111827;border:1px solid #ffffff0f;border-radius:26px;padding:20px;transition:all .25s}.stat-card:hover,.lot-card:hover{transform:translateY(-3px)}.stat-icon{background:linear-gradient(135deg,#1f2937,#0f172a);border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;font-size:1.2rem;display:flex}.stat-card p{color:#94a3b8;margin-bottom:10px;font-size:.9rem}.stat-card h2{margin-bottom:8px;font-size:1.75rem}.stat-card span{color:#4ade80;font-size:.85rem}.section-header{justify-content:space-between;align-items:end;padding:30px 18px 16px;display:flex}.section-header.page-content{z-index:3;margin-top:-42px;position:relative}.section-header p{color:#4ade80;margin-bottom:6px;font-size:.9rem}.section-header h2{font-size:1.45rem}.lots-list{flex-direction:column;gap:14px;padding:0 18px 125px;display:flex}.lots-list.page-content{z-index:3;margin-top:-42px;position:relative}.lot-card{background:linear-gradient(#111827,#0f172a);border:1px solid #ffffff0f;border-radius:24px;padding:18px;transition:all .25s}.lot-card h3{margin-bottom:8px;font-size:1.08rem}.lot-card p{color:#cbd5e1;font-size:.9rem;line-height:1.4}.lot-info{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.lot-info span{color:#dbeafe;background:#0f172a;border:1px solid #ffffff0f;border-radius:50px;padding:9px 12px;font-size:.78rem}.animal-card{border-left:3px solid #22c55e}.warning{border-left:3px solid #f59e0b}.bottom-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20;background:#111827f0;border:1px solid #ffffff14;border-radius:26px;grid-template-columns:repeat(5,1fr);gap:4px;width:95%;max-width:430px;min-height:76px;padding:8px;display:grid;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000073}.bottom-nav a{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.bottom-nav a:hover{background:#1f2937}.bottom-nav a span{margin-top:4px;font-size:.62rem;display:block}.selected{color:#fff!important;background:linear-gradient(135deg,#22c55e,#16a34a)!important}@media (width<=480px){.app{padding:0}.phone-shell{border-radius:0;max-width:100%}.hero h1{font-size:2rem}.summary-card h2{font-size:1.65rem}.stat-card h2{font-size:1.55rem}.bottom-nav{width:94%;bottom:8px}}.form-card{flex-direction:column;gap:12px;margin:0 18px 20px;display:flex}.form-card label{color:#86efac;font-size:.85rem;font-weight:700}.form-card input,.form-card select,.form-card textarea{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;padding:14px;font-family:inherit}.form-card textarea{resize:none;min-height:90px}.action-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:18px;margin-top:8px;padding:15px;font-weight:800}.progress-box{margin-top:18px}.progress-header{color:#cbd5e1;justify-content:space-between;margin-bottom:8px;font-size:.85rem;display:flex}.progress-header strong{color:#86efac}.progress-bar{background:#0f172a;border:1px solid #ffffff14;border-radius:999px;width:100%;height:12px;overflow:hidden}.progress-bar div{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:999px;height:100%}.button-row{flex-direction:column;gap:10px;margin-top:16px;display:flex}.metric-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;display:grid}.metric-grid div{background:#0f172a;border:1px solid #ffffff14;border-radius:18px;padding:14px}.metric-grid strong{color:#fff;margin-bottom:6px;font-size:1rem;display:block}.metric-grid span{color:#86efac;font-size:.78rem}.tag-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.tag-list span{color:#dbeafe;background:#0f172a;border:1px solid #ffffff14;border-radius:999px;padding:8px 10px;font-size:.78rem}.cost-line{background:#0f172a;border-radius:14px;grid-template-columns:1fr auto auto;align-items:center;gap:8px;margin-top:10px;padding:10px;display:grid}.cost-line span{color:#dbeafe;font-size:.85rem}.cost-line strong{color:#86efac;font-size:.85rem}.cost-line button{color:#fff;cursor:pointer;background:#7f1d1d;border:none;border-radius:10px;padding:8px;font-size:.75rem}.metric-grid div{text-align:center}.metric-grid strong{margin-bottom:8px;font-size:1.25rem}.metric-grid span{color:#86efac;margin-bottom:6px;font-size:.82rem;display:block}.metric-grid small{color:#fff;margin-top:4px;font-size:.82rem;font-weight:700;line-height:1.35;display:block}.animal-search-card{background:#111827;border:1px solid #ffffff12;border-radius:22px;margin:0 18px 18px;padding:18px}.animal-search-card label{color:#86efac;text-align:center;margin-bottom:10px;font-size:.85rem;font-weight:800;display:block}.animal-search-card input{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;padding:14px;font-family:inherit}.animal-list-card{padding:18px}.animal-number-list{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.animal-number-button{color:#dbeafe;cursor:pointer;background:#0f172a;border:1px solid #ffffff1a;border-radius:999px;padding:8px 11px;font-size:.8rem;font-weight:800}.animal-detail-card{padding:18px}.animal-detail-card h3{text-align:center;margin-bottom:16px}.animal-detail-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.animal-detail-grid div{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;padding:12px}.animal-detail-grid small{color:#86efac;margin-bottom:5px;font-size:.7rem;font-weight:800;display:block}.animal-detail-grid strong{color:#fff;font-size:.86rem;line-height:1.25;display:block}.animal-note{color:#dbeafe;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;margin-top:12px;padding:12px;font-size:.85rem}.animal-history-card{padding:18px}.secondary-button{color:#e5e7eb;cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:18px;width:100%;margin-top:16px;padding:14px;font-weight:700}.inline-action{grid-template-columns:1fr auto;gap:8px;display:grid}.inline-action button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:14px;padding:0 14px;font-weight:800}.animal-weight-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.animal-weight-row{background:#0f172a;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:1fr 95px;align-items:center;gap:8px;padding:8px;display:grid}.animal-weight-row label{color:#dbeafe;align-items:center;gap:8px;font-weight:800;display:flex}.animal-weight-row input[type=number]{border-radius:12px;padding:10px}.inner-lot-card{background:#0f172a;border:1px solid #ffffff14;border-radius:20px;margin-top:14px;padding:16px}.clickable-card{cursor:pointer;transition:all .2s}.clickable-card:hover{border-color:#334155;transform:translateY(-2px)}.danger-button{color:#fff;cursor:pointer;background:#7f1d1d;border:none;border-radius:18px;width:100%;margin-top:10px;padding:14px;font-weight:800}.danger-button:hover{background:#991b1b}.mini-actions{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;margin-bottom:14px;display:grid}.mini-actions button{color:#dbeafe;cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:14px;padding:10px 6px;font-size:.75rem;font-weight:800}.mini-actions button:hover{background:#1e293b}.mini-actions .danger-mini{color:#fff;background:#7f1d1d}.check-row{color:#dbeafe;background:#0f172a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;padding:10px;font-weight:800;display:flex}.small-danger-button{color:#fff;cursor:pointer;background:#7f1d1d;border:none;border-radius:10px;padding:7px 9px;font-size:.7rem;font-weight:800}.finance-summary{grid-template-columns:1fr;gap:8px;margin:0 18px 16px;display:grid}.finance-summary div{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.finance-summary small{color:#86efac;font-weight:800}.finance-summary strong{color:#fff;font-size:.95rem}.compact-form{padding:16px}.form-grid-2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.compact-list{padding:16px}.finance-line{border-bottom:1px solid #ffffff14;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:11px 0;display:grid}.finance-line div{flex-direction:column;gap:3px;display:flex}.finance-line span,.finance-line small{color:#cbd5e1;font-size:.76rem}.finance-line-value{text-align:right}.finance-line-value button{color:#fff;cursor:pointer;background:#7f1d1d;border:none;border-radius:9px;margin-top:5px;padding:5px 7px;font-size:.65rem;font-weight:800}.history-line{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;margin-top:10px;padding:12px}.history-line div{flex-direction:column;gap:4px;display:flex}.history-line strong{color:#fff;font-size:.92rem}.history-line span{color:#86efac;font-size:.78rem;font-weight:800}.history-line small{color:#cbd5e1;font-size:.76rem}.history-line p{color:#dbeafe;margin:4px 0 0;font-size:.82rem}.finance-tight{z-index:3;margin-top:-42px;position:relative}.section-toggle{color:#fff;cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:13px 14px;font-weight:900;display:flex}.section-toggle span{color:#86efac;font-size:.75rem}.dre-box{margin-top:14px}.dre-print-area{background:#0f172a;border:1px solid #ffffff14;border-radius:18px;margin-top:14px;padding:14px}.dre-print-area h3{margin-bottom:6px}.dre-print-area p{color:#cbd5e1;margin-bottom:12px;font-size:.85rem}.dre-summary{grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;display:grid}.dre-summary div{background:#111827;border:1px solid #ffffff14;border-radius:14px;padding:10px}.dre-summary span{color:#86efac;margin-bottom:4px;font-size:.72rem;font-weight:800;display:block}.dre-summary strong{font-size:.9rem}.dre-print-area h4{color:#86efac;margin:14px 0 8px}.dre-line{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:10px;padding:8px 0;display:flex}.dre-line span{color:#cbd5e1;font-size:.82rem}.dre-line strong{color:#fff;font-size:.82rem}@media print{body *{visibility:hidden}.dre-print-area,.dre-print-area *{visibility:visible}.dre-print-area{color:#000;background:#fff;border:none;width:100%;position:absolute;top:0;left:0}.dre-print-area *{color:#000!important}}.home-screen{background:linear-gradient(#020617,#08122c);min-height:100vh;padding:40px 24px}.home-header{text-align:center;margin-bottom:40px}.home-header h1{color:#86efac;letter-spacing:2px;margin-bottom:10px;font-size:1.6rem}.home-header p{color:#cbd5e1}.home-card{cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:24px;align-items:center;gap:20px;margin-bottom:18px;padding:24px;transition:all .2s;display:flex}.home-card:hover{border-color:#22c55e;transform:translateY(-3px)}.home-icon{background:#22c55e;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:34px;display:flex}.home-card h2{color:#fff;margin:0}.home-card p{color:#cbd5e1;margin-top:6px}.home-screen{background:#020617;justify-content:center;min-height:100vh;padding:20px;display:flex}.home-wrapper{width:100%;max-width:520px}.home-title{text-align:center;margin-bottom:24px}.home-title h1{color:#86efac;margin-bottom:8px;font-size:2rem}.home-title p{color:#cbd5e1}.home-modern-card{cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:28px;align-items:center;gap:20px;width:100%;margin-bottom:16px;padding:24px;transition:all .2s;display:flex}.home-modern-card:hover{border-color:#22c55e;transform:translateY(-3px)}.home-modern-icon{background:#22c55e;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;font-size:36px;display:flex}.home-modern-card h2{color:#fff;margin:0 0 6px}.home-modern-card p{color:#cbd5e1;margin:0}.home-cover{min-height:100vh;padding-bottom:28px}.home-cover-list{flex-direction:column;gap:18px;padding:22px;display:flex}.home-cover-card{cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:24px;align-items:center;gap:18px;width:100%;padding:22px;display:flex}.home-cover-icon{background:#22c55e;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.home-cover-card h2{color:#fff;margin:0;font-size:1.25rem;font-weight:900}.top-home-button{color:#dbeafe;z-index:5;background:#0f172a;border:1px solid #ffffff1a;border-radius:14px;padding:8px 11px;font-size:.72rem;font-weight:900;text-decoration:none;position:absolute;top:18px;left:18px}.top-home-button:hover{border-color:#22c55e}.history-total{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;margin-top:12px;padding:12px;display:flex}.history-total span{color:#86efac;font-size:.8rem;font-weight:900}.history-total strong{color:#fff;font-size:.95rem}.dashboard-total-card{background:linear-gradient(135deg,#14532d,#166534);border:1px solid #86efac2e;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;margin:0 18px 12px;padding:18px;display:flex;box-shadow:0 14px 35px #0000002e}.dashboard-total-card div:first-child{flex-direction:column;gap:5px;display:flex}.dashboard-total-card small{color:#bbf7d0;text-transform:uppercase;letter-spacing:.06em;font-size:.73rem;font-weight:800}.dashboard-total-card strong{color:#fff;font-size:1.55rem;line-height:1.1}.dashboard-total-card span{color:#dcfce7;font-size:.78rem}.dashboard-total-icon{background:#ffffff1f;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.9rem;display:flex}.dashboard-stats-grid{grid-template-columns:1fr 1fr;gap:10px;margin:0 18px 12px;display:grid}.dashboard-stat-card{background:#0f172a;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:4px;min-width:0;padding:14px;display:flex}.dashboard-stat-icon{margin-bottom:3px;font-size:1.25rem}.dashboard-stat-card small{color:#94a3b8;text-transform:uppercase;font-size:.69rem;font-weight:800}.dashboard-stat-card strong{color:#fff;font-size:1.35rem}.dashboard-stat-card p{color:#cbd5e1;margin:0;font-size:.72rem}.dashboard-alert-card,.dashboard-finance-card,.dashboard-collapsible-card{background:#0f172a;border:1px solid #ffffff14;border-radius:20px;margin:0 18px 12px;overflow:hidden}.dashboard-page{padding-bottom:calc(118px + env(safe-area-inset-bottom))}.dashboard-alert-card{background:linear-gradient(135deg,#1e293b,#29210c);border-color:#fbbf2447;padding:14px}.dashboard-alert-card>div:first-child{align-items:center;gap:10px;display:flex}.dashboard-alert-card>div:first-child>span{font-size:1.4rem}.dashboard-alert-card strong{color:#fef3c7;font-size:.87rem}.dashboard-alert-card p{color:#fde68a;margin:3px 0 0;font-size:.73rem}.dashboard-alert-list{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.dashboard-alert-list span{color:#fde68a;background:#fbbf241f;border-radius:999px;padding:6px 9px;font-size:.69rem;font-weight:800}.dashboard-finance-card{padding:15px}.dashboard-section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dashboard-section-title small{color:#86efac;text-transform:uppercase;font-size:.69rem;font-weight:900}.dashboard-section-title h3{color:#fff;margin:3px 0 0;font-size:.98rem}.dashboard-section-title>span{font-size:1.4rem}.dashboard-finance-grid{grid-template-columns:1fr;gap:7px;display:grid}.dashboard-finance-grid div{background:#111827;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:10px 11px;display:flex}.dashboard-finance-grid strong{color:#fff;text-align:right;font-size:.82rem}.dashboard-toggle-button{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:14px 15px;font-weight:900;display:flex}.dashboard-toggle-button strong{color:#86efac;font-size:.7rem}.dashboard-pastures-grid{grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 14px;display:grid}.dashboard-pastures-grid>div{background:#111827;border-radius:14px;flex-direction:column;gap:3px;min-width:0;padding:11px;display:flex}.dashboard-pastures-grid strong{color:#fff;font-size:1rem}.dashboard-pastures-grid span{color:#86efac;font-size:.74rem;font-weight:800}.dashboard-pastures-grid small{color:#94a3b8;overflow-wrap:anywhere;font-size:.65rem}.dashboard-manejos-list{padding:0 14px 14px}.dashboard-manejos-list>div{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.dashboard-manejos-list>div>span{flex-direction:column;gap:3px;min-width:0;display:flex}.dashboard-manejos-list strong{color:#fff;font-size:.8rem}.dashboard-manejos-list small{color:#94a3b8;overflow-wrap:anywhere;font-size:.69rem}.dashboard-manejos-list time{color:#86efac;white-space:nowrap;font-size:.68rem;font-weight:800}.dashboard-manejos-list p{color:#94a3b8;margin:0;font-size:.78rem}.finance-actions{flex-direction:column;gap:10px;margin:0 18px 16px;display:flex}.finance-actions-title{padding:4px 2px 2px}.finance-actions-title small{color:#4ade80;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:900;display:block}.finance-actions-title h2{color:#fff;margin:0;font-size:1.15rem;line-height:1.2}.finance-action-card{appearance:none;text-align:left;cursor:pointer;color:#fff;background:linear-gradient(#111827,#0f172a);border:1px solid #ffffff14;border-radius:20px;outline:none;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;width:100%;padding:14px;font-family:inherit;transition:all .2s;display:grid;box-shadow:0 10px 24px #0000001f}.finance-action-card:hover{background:linear-gradient(#162033,#0f172a);border-color:#4ade8061;transform:translateY(-2px)}.finance-action-card:active{transform:translateY(0)}.finance-action-icon{background:linear-gradient(135deg,#22c55e38,#16a34a1f);border:1px solid #4ade802e;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.35rem;display:flex}.finance-action-content{flex-direction:column;gap:4px;min-width:0;display:flex}.finance-action-content strong{color:#fff;font-size:.92rem;line-height:1.2}.finance-action-content small{color:#94a3b8;font-size:.73rem;line-height:1.3}.finance-action-arrow{color:#4ade80;padding-left:4px;font-size:1.8rem;font-weight:400;line-height:1}.finance-inline-form{flex-direction:column;gap:12px;margin-top:14px;display:flex}.finance-inline-form label{color:#86efac;font-size:.82rem;font-weight:800}.finance-inline-form input,.finance-inline-form select,.finance-inline-form textarea{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%;padding:13px;font-family:inherit}.finance-inline-form input::placeholder,.finance-inline-form textarea::placeholder{color:#64748b}@media (width<=360px){.finance-action-card{grid-template-columns:42px 1fr auto;gap:10px;padding:12px}.finance-action-icon{border-radius:14px;width:42px;height:42px;font-size:1.15rem}.finance-action-content strong{font-size:.84rem}.finance-action-content small{font-size:.68rem}}.auth-page{background:radial-gradient(circle at 100% 0,#1a2e1f88,#0000 34%),radial-gradient(circle at 0 100%,#14532d66,#0000 32%),#050816;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:linear-gradient(#111827,#0f172a);border:1px solid #ffffff14;border-radius:30px;width:100%;max-width:420px;padding:34px;box-shadow:0 28px 80px #00000080}.auth-logo{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:1.15rem;font-weight:900;display:flex;box-shadow:0 14px 34px #22c55e47}.auth-eyebrow{color:#4ade80;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:900}.auth-card h1{color:#fff;margin-bottom:10px;font-size:2rem;line-height:1.1}.auth-card>span{color:#94a3b8;font-size:.92rem}.auth-form{flex-direction:column;gap:10px;margin-top:28px;display:flex}.auth-form label{color:#dbeafe;margin-top:5px;font-size:.8rem;font-weight:800}.auth-form input{color:#fff;width:100%;min-height:50px;font:inherit;background:#0b1220;border:1px solid #ffffff17;border-radius:15px;outline:none;padding:0 15px}.auth-form button{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#22c55e,#15803d);border:none;border-radius:15px;margin-top:10px;font-weight:900}.auth-form button:disabled,.auth-form input:disabled{cursor:not-allowed;opacity:.65}.auth-error{color:#fecaca;background:#7f1d1d38;border:1px solid #f8717140;border-radius:12px;margin:5px 0 0;padding:10px 12px;font-size:.78rem;line-height:1.4}.auth-card small{color:#64748b;text-align:center;margin-top:20px;font-size:.72rem;display:block}.auth-loading{color:#86efac;font-size:.9rem;font-weight:800}.home-logout-button{z-index:4;color:#cbd5e1;font:inherit;cursor:pointer;background:#0f172ab8;border:1px solid #ffffff1a;border-radius:12px;padding:9px 13px;font-size:.74rem;font-weight:800;position:absolute;top:24px;right:24px}.home-logout-button:hover{color:#fff;border-color:#ffffff38}@media (width<=480px){.auth-page{padding:18px}.auth-card{border-radius:24px;padding:28px 22px}.auth-card h1{font-size:1.75rem}}.dashboard-smart-card{z-index:3;background:linear-gradient(135deg,#14213a,#0f172a);border:1px solid #60a5fa2e;border-radius:22px;margin:-42px 18px 14px;padding:16px;position:relative;box-shadow:0 14px 30px #00000038}.dashboard-smart-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-smart-header>div:first-child{min-width:0}.dashboard-smart-header small{color:#86efac;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:.66rem;font-weight:900;display:block}.dashboard-smart-header h2{color:#fff;margin:0;font-size:1.08rem;line-height:1.25}.dashboard-smart-status{background:#ffffff12;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.dashboard-smart-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.dashboard-smart-grid div{background:#0f172a;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;gap:5px;min-width:0;padding:10px;display:flex}.dashboard-smart-grid small{color:#94a3b8;text-transform:uppercase;font-size:.62rem;font-weight:800}.dashboard-smart-grid strong{color:#fff;overflow-wrap:anywhere;font-size:.82rem;line-height:1.25}.dashboard-smart-alerts{flex-direction:column;gap:7px;margin-top:10px;display:flex}.dashboard-smart-alerts p{border-radius:12px;margin:0;padding:9px 10px;font-size:.7rem;font-weight:800;line-height:1.35}.dashboard-smart-ok{color:#bbf7d0;background:#22c55e17;border:1px solid #22c55e24}.dashboard-smart-warning{color:#fde68a;background:#f59e0b17;border:1px solid #f59e0b24}.dashboard-smart-danger{color:#fecaca;background:#ef44441a;border:1px solid #ef444426}.dashboard-alert-summary{background:#fbbf2414;border:1px solid #fbbf2429;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:14px;display:flex}.dashboard-alert-summary span{color:#fde68a;font-size:.75rem;font-weight:800}.dashboard-alert-summary strong{color:#fff7cc;text-align:right;font-size:1rem}.dashboard-alert-details{flex-direction:column;gap:8px;margin-top:10px;display:flex}.dashboard-alert-details>div{background:#0f172ab3;border:1px solid #ffffff12;border-radius:15px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.dashboard-alert-details>div>span{flex-direction:column;gap:4px;min-width:0;display:flex}.dashboard-alert-details strong{color:#fff;font-size:.84rem}.dashboard-alert-details small{color:#fde68a;font-size:.7rem;line-height:1.35}.dashboard-alert-details>div>strong{color:#fef3c7;white-space:nowrap;text-align:right}.dashboard-finance-grid{grid-template-columns:1fr 1fr;gap:9px}.dashboard-finance-grid div{background:linear-gradient(#111827,#0f172a);border:1px solid #ffffff12;border-radius:15px;flex-direction:column;justify-content:center;align-items:flex-start;gap:7px;min-height:82px;padding:12px;display:flex}.dashboard-finance-grid small{color:#86efac;font-size:.7rem;font-weight:800}.dashboard-finance-grid strong{color:#fff;text-align:left;overflow-wrap:anywhere;font-size:.88rem;line-height:1.3}.dashboard-finance-grid .negative-value{color:#fca5a5}.dashboard-finance-icon{margin-bottom:1px;font-size:1rem;line-height:1;display:block}.dashboard-total-card{padding:15px 16px}.dashboard-total-card strong{font-size:1.42rem}.dashboard-total-icon{border-radius:16px;width:50px;height:50px;font-size:1.55rem}@media (width<=360px){.dashboard-smart-grid{grid-template-columns:1fr}.dashboard-smart-card{padding:14px}.dashboard-alert-summary,.dashboard-alert-details>div{flex-direction:column;align-items:flex-start}.dashboard-alert-summary strong,.dashboard-alert-details>div>strong{text-align:left}.dashboard-finance-grid{grid-template-columns:1fr}}.compact-lot-card{border-radius:18px;flex-direction:column;gap:10px;margin-top:10px;padding:14px;display:flex}.compact-lot-card h3{margin:0;font-size:1rem;line-height:1.25}.compact-lot-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.compact-lot-header>div{flex:1;min-width:0}.compact-lot-header .lot-info{gap:6px;margin-top:9px}.compact-lot-header .lot-info span{padding:6px 9px;font-size:.7rem}.compact-lot-arrow{flex-shrink:0;line-height:1;color:#4ade80!important;font-size:1.6rem!important}.compact-lot-summary{color:#cbd5e1;flex-wrap:wrap;align-items:center;gap:7px 14px;font-size:.76rem;display:flex}.compact-lot-summary span{color:#cbd5e1}.compact-lot-summary strong{color:#fff;font-size:.86rem}.compact-lot-footer{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:10px;padding-top:9px;display:flex}.compact-lot-footer span{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.72rem;line-height:1.3;overflow:hidden}.compact-lot-footer strong{color:#86efac;white-space:nowrap;font-size:.7rem}.lots-list .lot-card{border-radius:20px;padding:14px}.lots-list{gap:10px}@media (width<=360px){.compact-lot-summary{flex-direction:column;align-items:flex-start;gap:4px}.compact-lot-footer{align-items:flex-start}}.lots-page{gap:10px;padding-left:14px;padding-right:14px;margin-top:-52px!important}.lots-create-button{border-radius:15px;min-height:44px;margin:0 0 2px;padding:12px 14px;font-size:.82rem}.lots-section-card{border-radius:19px!important;padding:13px!important}.lots-section-title{text-align:left;line-height:1.2;margin:0 0 7px!important;font-size:.94rem!important}.lots-section-card .compact-lot-card{margin-top:8px}.lots-section-card .compact-lot-card:first-of-type{margin-top:6px}.lots-section-card>p{color:#94a3b8;margin:8px 0 0;font-size:.76rem}@media (width<=480px){.lots-page{padding-bottom:105px}}.finance-summary-card{z-index:3;background:linear-gradient(135deg,#14213a,#0f172a);border:1px solid #60a5fa29;border-radius:20px;margin:-52px 18px 12px;padding:15px;position:relative;box-shadow:0 14px 30px #0003}.finance-section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:11px;display:flex}.finance-section-header small{color:#86efac;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:.66rem;font-weight:900;display:block}.finance-section-header h3{color:#fff;margin:0;font-size:1rem}.finance-section-header>span{background:#ffffff12;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;display:flex}.finance-summary-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.finance-summary-item{background:#111827;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;gap:6px;min-width:0;padding:11px;display:flex}.finance-summary-item small{color:#94a3b8;font-size:.67rem;font-weight:800}.finance-summary-item strong{color:#fff;overflow-wrap:anywhere;font-size:.86rem;line-height:1.25}.finance-summary-item .negative-value{color:#fca5a5}.finance-actions-compact{margin-bottom:10px}.finance-actions-compact .finance-action-card{border-radius:17px;grid-template-columns:42px 1fr auto;padding:12px}.finance-actions-compact .finance-action-icon{border-radius:14px;width:42px;height:42px;font-size:1.15rem}.finance-actions-compact .finance-action-content strong{font-size:.84rem}.finance-actions-compact .finance-action-content small{font-size:.68rem}.finance-page{gap:10px;padding-bottom:115px;padding-left:18px;padding-right:18px}.finance-page>.lot-card{margin:0}.finance-component-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.finance-component-title>div{min-width:0}.finance-component-title small{color:#94a3b8;text-transform:uppercase;margin-bottom:3px;font-size:.66rem;font-weight:800;display:block}.finance-component-title h3{color:#fff;margin:0;font-size:.94rem;line-height:1.25}.finance-component-title>span{color:#86efac;background:#22c55e1f;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.72rem;font-weight:900;display:flex}.finance-page .finance-line{padding:10px 0}.finance-page .finance-line>div:first-child{min-width:0}.finance-page .finance-line strong{font-size:.82rem}.finance-page .finance-line span,.finance-page .finance-line small{font-size:.69rem;line-height:1.3}.finance-page .finance-line-value{min-width:96px}.finance-page .finance-line-value strong{white-space:nowrap}.finance-page .finance-line-value button{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:10px;margin-top:7px;padding:7px 10px;font-size:.66rem}@media (width<=699px){.finance-page .finance-line-value{align-items:flex-end;min-width:78px}.finance-page .finance-line-value button{border-radius:7px;align-self:flex-end;width:max-content;min-height:27px;margin-top:4px;padding:4px 8px;font-size:.58rem;line-height:1.1}}:root{--natural-bg:#f1ede4;--natural-shell:#f8f5ee;--natural-surface:#fffdf8;--natural-surface-soft:#f7f1e7;--natural-border:#ded5c5;--natural-border-strong:#cfc3ae;--natural-text:#203127;--natural-muted:#6f796f;--natural-green:#31553a;--natural-green-dark:#1f402b;--natural-green-soft:#e6eee4;--natural-gold:#b9853f;--natural-gold-soft:#f4e8d5;--natural-danger:#9d4a42;--natural-danger-soft:#f7e7e3;--natural-shadow:0 16px 40px #40352317}body{background:var(--natural-bg);color:var(--natural-text)}.app{background:radial-gradient(circle at 8% 12%,#b9853f1a,transparent 24%), radial-gradient(circle at 92% 88%,#31553a17,transparent 28%), var(--natural-bg)}.phone-shell{background:var(--natural-shell);border-color:#4d45341f;box-shadow:0 28px 80px #322b1e26}.phone-shell main{color:var(--natural-text)}.app-icon{flex:none;display:block}.title-with-icon,.inline-icon-text,.section-toggle-label{align-items:center;gap:7px;display:flex}.title-with-icon .app-icon,.inline-icon-text .app-icon,.section-toggle-label .app-icon{color:var(--natural-gold)}.status-livre,.status-ocupado{align-items:center;gap:6px;display:inline-flex}.status-livre:before,.status-ocupado:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.status-livre{color:var(--natural-green)}.status-ocupado{color:var(--natural-danger)}.sale-status-overdue,.sale-status-pending,.sale-status-received{align-items:center;gap:7px;display:flex}.sale-status-overdue:before,.sale-status-pending:before,.sale-status-received:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.sale-status-overdue{color:var(--natural-danger)!important}.sale-status-pending{color:var(--natural-gold)!important}.sale-status-received{color:var(--natural-green)!important}.hero{color:#fffdf8;background-image:linear-gradient(90deg,#153420d1 0%,#1a3d256b 48%,#1a321e1f 100%),linear-gradient(#0000000f,#152f1e4d),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp);background-position:50% 60%;background-size:cover;min-height:206px;padding:24px 24px 86px}.hero:after{filter:blur(34px);background:#faf3e029;width:260px;height:260px;top:-130px;right:-90px}.hero .eyebrow,.hero h1,.hero span,.hero-page-heading h1,.hero-page-heading span{color:#fffdf8;text-shadow:0 2px 12px #14231859}.hero .eyebrow{letter-spacing:.15em}.top-home-button{color:var(--natural-green-dark);background:#fffdf8eb;border:1px solid #ffffff8c;align-items:center;gap:7px;display:inline-flex;box-shadow:0 8px 22px #1c2a1f24}.top-home-button span{color:inherit;text-shadow:none}.top-home-button:hover{background:#fffdf8;border-color:#fffdf8}.profile-badge{color:var(--natural-green-dark);background:#fffdf8f0;border:1px solid #ffffffb3;box-shadow:0 10px 28px #192d1e33}.bottom-nav{background:#fffdf8f5;border-color:#5d4e3524;box-shadow:0 16px 40px #3a301f29}.bottom-nav a{color:#788178}.bottom-nav a:hover{color:var(--natural-green-dark);background:var(--natural-green-soft)}.bottom-nav .selected{box-shadow:0 8px 20px #31553a2e;color:#fffdf8!important;background:var(--natural-green)!important}.desktop-nav-brand strong{color:#f0d9ae}.desktop-nav-brand span{color:#fffdf8a8}.brand-monogram{font-family:Georgia,Times New Roman,serif;letter-spacing:.02em!important;font-weight:500!important}.desktop-nav-logout{color:#fffdf8b8;background:#112d1c8c;border-color:#ffffff24}.desktop-nav-logout:hover{color:#fffdf8;border-color:#f0d9ae61}.summary-card,.lot-card,.compact-lot-card,.lots-section-card,.form-card,.inner-lot-card,.dre-box,.sale-summary-card{background:var(--natural-surface);border-color:var(--natural-border);box-shadow:var(--natural-shadow);color:var(--natural-text)}.lot-card h2,.lot-card h3,.compact-lot-card h3,.lots-section-title,.form-card h3,.summary-card h2{color:var(--natural-text)}.lot-card p,.compact-lot-card p,.summary-card p,.summary-card span,.inner-lot-card p{color:var(--natural-muted)}.lot-info span,.tag-list span{color:var(--natural-green-dark);background:var(--natural-green-soft);border-color:#cfdbcc}.section-header p,.page-header p,.section-header.page-content p{color:var(--natural-gold)}.section-header h2,.page-header h2{color:var(--natural-text)}.form-card label,.compact-form label,.finance-inline-form label{color:var(--natural-green-dark)}.form-card input,.form-card select,.form-card textarea,.compact-form input,.compact-form select,.compact-form textarea,.finance-inline-form input,.finance-inline-form select,.finance-inline-form textarea{color:var(--natural-text);border-color:var(--natural-border);background:#fffdf9;box-shadow:inset 0 1px #ffffffa6}.form-card input::placeholder,.form-card textarea::placeholder,.compact-form input::placeholder,.compact-form textarea::placeholder,.finance-inline-form input::placeholder,.finance-inline-form textarea::placeholder{color:#a29f94}.form-card input:focus,.form-card select:focus,.form-card textarea:focus,.compact-form input:focus,.compact-form select:focus,.compact-form textarea:focus,.finance-inline-form input:focus,.finance-inline-form select:focus,.finance-inline-form textarea:focus{border-color:#31553a94;box-shadow:0 0 0 3px #31553a1a}.action-button,.success-button,.lots-create-button{background:var(--natural-green);color:#fffdf8;box-shadow:0 8px 18px #31553a26}.action-button:hover,.success-button:hover,.lots-create-button:hover{background:var(--natural-green-dark)}.secondary-button,.mini-actions button{background:var(--natural-surface-soft);color:var(--natural-green-dark);border-color:var(--natural-border)}.danger-button,.mini-actions .danger-mini,.small-danger-button,.manejo-delete-button{background:var(--natural-danger)!important;color:#fff!important}.manejo-edit-button{background:var(--natural-green)!important;border-color:var(--natural-green)!important}.check-row,.animal-weight-row{background:var(--natural-surface-soft);border-color:var(--natural-border);color:var(--natural-text)}.dashboard-page{color:var(--natural-text)}.dashboard-smart-card{border-color:var(--natural-border);background:#fffdf8fa;box-shadow:0 18px 44px #3e342221}.dashboard-smart-header small{color:var(--natural-gold)}.dashboard-smart-header h2{color:var(--natural-text);font-family:Georgia,Times New Roman,serif;font-size:1.28rem;font-weight:600}.dashboard-smart-status{background:var(--natural-green-soft);color:var(--natural-green);border:1px solid #d2decf}.dashboard-smart-alerts{grid-template-columns:1fr;display:grid}.dashboard-smart-message{min-width:0;color:var(--natural-text);background:var(--natural-surface-soft);border:1px solid var(--natural-border);border-radius:14px;align-items:center;gap:10px;padding:11px 12px;display:flex}.dashboard-smart-message>span{width:34px;height:34px;color:var(--natural-green);border:1px solid var(--natural-border);background:#fffdf8;border-radius:11px;justify-content:center;align-items:center;display:flex}.dashboard-smart-message>div{min-width:0}.dashboard-smart-message strong{color:var(--natural-text);font-size:.84rem}.dashboard-smart-message p,.dashboard-smart-alerts p{color:var(--natural-muted);background:0 0;border:none;padding:0;font-size:.69rem}.dashboard-smart-message.dashboard-smart-ok{color:var(--natural-green-dark);background:#edf3ea;border-color:#ccdcca}.dashboard-smart-message.dashboard-smart-warning{color:#6f531e;background:#faf1df;border-color:#ead5ac}.dashboard-smart-message.dashboard-smart-danger{color:#843e37;background:var(--natural-danger-soft);border-color:#e7c5bf}.dashboard-stats-grid{gap:10px}.dashboard-stat-card{background:var(--natural-surface);border-color:var(--natural-border);box-shadow:0 10px 25px #4136220f}.dashboard-stat-icon{width:34px;height:34px;color:var(--natural-green);background:var(--natural-green-soft);border-radius:11px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.dashboard-stat-card small{color:var(--natural-muted)}.dashboard-stat-card strong{color:var(--natural-green-dark);font-family:Georgia,Times New Roman,serif;font-weight:600}.dashboard-stat-card p{color:var(--natural-muted)}.dashboard-alert-card,.dashboard-finance-card,.dashboard-collapsible-card{background:var(--natural-surface);border-color:var(--natural-border);box-shadow:0 10px 26px #4136220f}.dashboard-alert-card{background:linear-gradient(135deg,#fffaf0,#f7ecd9);border-color:#dcc397}.dashboard-alert-card strong,.dashboard-alert-card p,.dashboard-alert-card-ok strong,.dashboard-alert-card-ok p{color:var(--natural-text)}.dashboard-alert-header>div:first-child>span,.dashboard-section-title>span{color:var(--natural-gold)}.dashboard-alert-details>div{background:#fffdf8d1;border-color:#dfcfb1}.dashboard-alert-details strong,.dashboard-alert-details>div>strong{color:var(--natural-text)}.dashboard-alert-details small{color:#8a672f}.dashboard-alert-overdue{background:var(--natural-danger-soft);color:var(--natural-danger);align-items:center;gap:6px;display:flex}.dashboard-section-title small{color:var(--natural-gold)}.dashboard-section-title h3{color:var(--natural-text);font-family:Georgia,Times New Roman,serif}.dashboard-finance-grid div{background:var(--natural-surface-soft);border-color:var(--natural-border)}.dashboard-finance-grid small{color:var(--natural-muted)}.dashboard-finance-grid strong,.dashboard-toggle-button{color:var(--natural-text)}.dashboard-toggle-button>span strong{color:var(--natural-green-dark);align-items:center;gap:7px;display:flex}.dashboard-toggle-button>span small,.dashboard-manejos-list small,.dashboard-manejos-list p{color:var(--natural-muted)}.dashboard-toggle-button>strong:last-child,.dashboard-manejos-list time,.dashboard-pastures-grid span{color:var(--natural-gold)}.dashboard-pastures-grid>div,.dashboard-manejos-list>div{background:var(--natural-surface-soft);border-color:var(--natural-border)}.compact-lot-arrow,.compact-lot-footer strong,.clickable-card strong{color:var(--natural-green)}.compact-lot-photo{border:1px solid var(--natural-border);background:linear-gradient(#31553a0d,#31553a0d),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 50%/cover;border-radius:12px;flex:none;width:72px;height:52px;margin-left:auto;box-shadow:0 7px 16px #372f201a}@media (width<=380px){.compact-lot-photo{width:56px;height:46px}}.finance-summary-card,.finance-summary-list-card{background:var(--natural-surface);border-color:var(--natural-border);box-shadow:var(--natural-shadow)}.finance-section-header small,.finance-component-title small,.finance-actions-title small{color:var(--natural-gold)}.finance-section-header h3,.finance-component-title h3,.finance-actions-title h2{color:var(--natural-text)}.finance-section-header>span,.finance-component-title>span{color:var(--natural-green);background:var(--natural-green-soft)}.finance-summary-list,.finance-summary-item,.finance-empty-state,.finance-summary div,.finance-action-card{background:var(--natural-surface-soft);border-color:var(--natural-border)}.finance-summary-list>div,.finance-line,.dre-line{border-color:var(--natural-border)}.finance-summary-list span,.finance-summary-item small,.finance-line span,.finance-line small,.finance-empty-state,.finance-action-content small{color:var(--natural-muted)}.finance-summary-list strong,.finance-summary-item strong,.finance-line strong,.finance-action-content strong,.finance-summary strong{color:var(--natural-text)}.finance-summary small{color:var(--natural-green)}.finance-action-card{color:var(--natural-text);box-shadow:0 8px 22px #4136220d}.finance-action-card:hover{border-color:var(--natural-border-strong);background:#f0eadf}.finance-action-icon{color:var(--natural-green);background:var(--natural-green-soft);border-color:#d2ddcf}.finance-action-arrow{color:var(--natural-gold)}.section-toggle{color:var(--natural-text);background:var(--natural-surface-soft);border-color:var(--natural-border)}.section-toggle span{color:var(--natural-green)}.dre-print-area,.dre-summary div{background:var(--natural-surface-soft);border-color:var(--natural-border);color:var(--natural-text)}.dre-print-area p,.dre-line span{color:var(--natural-muted)}.dre-print-area h4,.dre-summary span{color:var(--natural-green)}.dre-line strong{color:var(--natural-text)}.manejo-edit-helper{background:var(--natural-green-soft);border-color:#cddbc9;color:var(--natural-green-dark)!important}.finance-reverse-button{color:#fff9f0!important;background:#8a5a35!important}.auth-page{background-image:linear-gradient(90deg,#1f402be0,#1f402b47),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp);background-position:50%;background-size:cover}.auth-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8f5;border-color:#ffffff9e;box-shadow:0 30px 90px #1b2d1f3d}.auth-logo,.home-brand-mark{background:var(--natural-green);color:#f3dfb9;letter-spacing:.03em;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-weight:500;display:flex}.auth-logo{border-radius:18px;box-shadow:0 14px 34px #31553a33}.auth-eyebrow{color:var(--natural-gold)}.auth-card h1{color:var(--natural-text);font-family:Georgia,Times New Roman,serif;font-weight:600}.auth-card>span,.auth-card small{color:var(--natural-muted)}.auth-form label{color:var(--natural-green-dark)}.auth-form input{color:var(--natural-text);border-color:var(--natural-border);background:#fffdf9}.auth-form input:focus{border-color:var(--natural-green);box-shadow:0 0 0 3px #31553a1a}.auth-form button{background:var(--natural-green);color:#fffdf8}.auth-error{background:var(--natural-danger-soft);color:var(--natural-danger);border-color:#e5c4be}.auth-loading{color:#fffdf8}.home-cover{background:var(--natural-shell)}.home-cover-hero{min-height:280px}.home-brand-mark{width:62px;height:62px;color:var(--natural-green-dark);background:#fffdf8f0;border-radius:18px;margin-bottom:18px;font-size:1.15rem;box-shadow:0 12px 30px #1b2d1f33}.home-cover-card{background:var(--natural-surface);border-color:var(--natural-border);box-shadow:var(--natural-shadow)}.home-cover-card:hover{border-color:var(--natural-border-strong);transform:translateY(-2px)}.home-cover-icon{color:var(--natural-green);background:var(--natural-green-soft)}.home-cover-card h2{color:var(--natural-text);font-family:Georgia,Times New Roman,serif;font-weight:600}.home-logout-button{color:var(--natural-green-dark);background:#fffdf8eb;border-color:#fff9}.home-logout-button:hover{color:var(--natural-green-dark);background:#fffdf8}@media (width<=699px){.hero{background-position:58%;min-height:190px;padding:22px 18px 76px}.dashboard-smart-card{margin-top:-48px}.bottom-nav{border-radius:20px;min-height:68px;padding:6px}.bottom-nav a{border-radius:15px}.bottom-nav a span{font-size:.59rem}.dashboard-page{padding-bottom:calc(108px + env(safe-area-inset-bottom))}}@media (width>=700px){.hero{background-position:50% 58%;min-height:220px;padding-top:28px}.dashboard-smart-alerts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1200px){.desktop-app-shell{padding-left:204px}.desktop-app-shell .bottom-nav{background:linear-gradient(#31553a,#23442e);border-color:#ffffff1f;width:168px;box-shadow:0 20px 55px #253d2a2e}.desktop-app-shell .bottom-nav a{color:#fffdf8b8}.desktop-app-shell .bottom-nav a:hover{color:#fffdf8;background:#ffffff14}.desktop-app-shell .bottom-nav .selected{box-shadow:0 10px 24px #142a1b33;color:var(--natural-green-dark)!important;background:#f7f1e7!important}.desktop-app-shell .hero{min-height:210px;padding:22px 36px 72px}.dashboard-page{margin-top:-54px}.dashboard-smart-card,.dashboard-desktop-finance{min-height:248px}}.finance-page .inner-lot-card{margin-top:8px;padding:11px}.finance-page .inner-lot-card p{color:#94a3b8;margin:0;font-size:.75rem}@media (width<=360px){.finance-summary-grid,.finance-page .finance-line{grid-template-columns:1fr}.finance-page .finance-line-value{text-align:left;min-width:0}}.finance-summary-list-card{padding:14px}.finance-summary-list-card .finance-section-header{margin-bottom:8px}.finance-summary-list{background:#111827;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;gap:0;display:flex;overflow:hidden}.finance-summary-list>div{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:9px 11px;display:flex}.finance-summary-list>div:last-child{border-bottom:none}.finance-summary-list span{color:#94a3b8;font-size:.72rem;font-weight:800}.finance-summary-list strong{color:#fff;white-space:nowrap;font-size:.84rem}.finance-summary-list .negative-value{color:#fca5a5}.finance-actions-compact .action-button{border-radius:14px;min-height:42px;margin:0;padding:11px 13px;font-size:.8rem}.finance-empty-state{color:#94a3b8;text-align:center;background:#111827;border:1px solid #ffffff12;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:10px 12px;font-size:.72rem;display:flex}.finance-receipt-line,.finance-history-line{padding:9px 0!important}.finance-receipt-line span,.finance-history-line span{color:#94a3b8}@media (width<=360px){.finance-summary-list>div{min-height:40px;padding:8px 10px}.finance-summary-list span,.finance-summary-list strong{font-size:.7rem}}@media (width>=900px){.app{padding:0}.phone-shell{border-left:none;border-right:none;border-radius:0;width:100%;max-width:none;min-height:100vh}.hero{padding:32px 40px 92px}.hero:after{width:360px;height:360px;top:-190px;right:-100px}.hero-page-heading{max-width:760px;margin-top:24px}.bottom-nav{border-radius:22px;width:calc(100vw - 64px);max-width:none;min-height:66px;padding:7px}.bottom-nav a{flex-direction:row;gap:8px;font-size:1.05rem}.bottom-nav a span{margin-top:0;font-size:.72rem}.home-cover-hero{min-height:245px;padding:52px 54px}.home-cover-hero h1{font-size:3rem}.home-cover-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1060px;margin:0 auto;padding:38px 32px;display:grid}.home-cover-card{min-height:150px;padding:30px}.home-cover-icon{width:76px;height:76px;font-size:38px}.home-cover-card h2{font-size:1.5rem}.dashboard-page{z-index:3;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;margin-top:-52px;padding:0 32px 110px;display:grid;position:relative}.dashboard-page>*{margin:0}.dashboard-page>.dashboard-smart-card,.dashboard-page>.dashboard-stats-grid,.dashboard-page>.dashboard-alert-card{grid-column:1/-1}.dashboard-page .dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-page .dashboard-pastures-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lots-page{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;width:auto;padding-left:32px;padding-right:32px;display:grid;margin-top:-52px!important}.lots-page>.lots-create-button{grid-column:1/-1}.lots-section-card{min-width:0}main>.lots-list.page-content:not(.lots-page):not(.manejo-page):not(.finance-page){width:min(920px,100% - 64px);margin-left:auto;margin-right:auto}.manejo-page{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);align-items:start;gap:14px;margin-top:-52px;padding:0 32px 110px;display:grid}.manejo-page>.lot-card{margin:0}.finance-summary-card{margin:-52px 32px 14px}.finance-summary-list{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.finance-summary-list>div{border-bottom:none;border-right:1px solid #ffffff0f;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;min-height:66px}.finance-summary-list>div:last-child{border-right:none}.finance-actions{margin-left:32px;margin-right:32px}.finance-page{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;padding-left:32px;padding-right:32px;display:grid}.finance-page>.form-card,.finance-page>.dre-box{grid-column:1/-1}}.dashboard-desktop-finance,.dashboard-pastures-grid:not(.dashboard-details-open),.dashboard-manejos-list:not(.dashboard-details-open){display:none}.dashboard-toggle-button>span{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.dashboard-toggle-button>span strong,.dashboard-toggle-button>span small{display:block}.dashboard-toggle-button>span small{color:#94a3b8;font-size:.7rem;font-weight:700;line-height:1.35}.dashboard-alert-header,.dashboard-alert-header>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-alert-header>div:first-child>div{flex-direction:column;gap:3px;display:flex}.dashboard-alert-header p{margin:0}.dashboard-alert-overdue{color:#fecaca;background:#ef44441f;border-radius:12px;margin-top:10px;padding:8px 10px;font-size:.72rem;font-weight:800}.desktop-nav-brand,.desktop-nav-logout{display:none}.dashboard-alert-card-ok strong,.dashboard-alert-card-ok p{color:#bbf7d0}@media (width>=700px){.app{padding:0}.phone-shell,.home-cover{border-left:none;border-right:none;border-radius:0;width:100%;max-width:none;min-height:100vh}.hero{padding-left:32px;padding-right:32px}.bottom-nav{width:calc(100vw - 32px);max-width:none}.bottom-nav a{flex-direction:row;gap:7px}.bottom-nav a span{margin-top:0}.home-cover-list{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1100px;margin:0 auto;display:grid}.dashboard-page{z-index:3;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;margin-top:-52px;padding:0 24px 110px;display:grid;position:relative}.dashboard-page>*{margin:0}.dashboard-page>.dashboard-smart-card,.dashboard-page>.dashboard-desktop-finance,.dashboard-page>.dashboard-stats-grid,.dashboard-page>.dashboard-alert-card{grid-column:1/-1}.dashboard-desktop-finance{display:block}.dashboard-desktop-finance>.dashboard-finance-card{height:100%;margin:0}.dashboard-finance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lots-page{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;padding-left:24px;padding-right:24px;display:grid}.lots-page>.lots-create-button{grid-column:1/-1}.finance-summary-card,.finance-actions{margin-left:24px;margin-right:24px}.finance-page{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;padding-left:24px;padding-right:24px;display:grid}.finance-page>.form-card,.finance-page>.dre-box{grid-column:1/-1}}@media (width>=900px){.dashboard-page .dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1200px){.desktop-app-shell{padding-left:196px}.desktop-app-shell .bottom-nav{border-radius:24px;flex-direction:column;justify-content:center;gap:10px;width:160px;height:auto;min-height:0;padding:12px;display:flex;top:18px;bottom:18px;left:18px;transform:none}.desktop-app-shell .hero{padding:20px 32px 64px}.desktop-nav-brand{color:#fff;flex-direction:column;align-items:center;gap:3px;display:flex;position:absolute;top:22px;left:18px;right:18px}.desktop-nav-brand strong{color:#4ade80;letter-spacing:.08em;font-size:1.15rem}.desktop-nav-brand span{color:#94a3b8;font-size:.66rem;font-weight:800}.desktop-nav-logout{color:#94a3b8;cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:800;display:flex;position:absolute;bottom:14px;left:12px;right:12px}.desktop-nav-logout:hover{color:#fff;border-color:#4ade8047}.desktop-app-shell .bottom-nav a{flex-direction:row;justify-content:flex-start;gap:11px;width:100%;min-height:62px;padding:0 16px;font-size:1.12rem}.desktop-app-shell .bottom-nav a span{font-size:.76rem}.dashboard-page{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;padding:0 32px 42px}.dashboard-page>.dashboard-smart-card{grid-column:span 7}.dashboard-page>.dashboard-desktop-finance{grid-column:span 5}.dashboard-page>.dashboard-stats-grid{grid-column:1/-1}.dashboard-page>.dashboard-alert-card{grid-column:span 8}.dashboard-page>.dashboard-pastures-card{grid-column:span 4}.dashboard-page>.dashboard-manejos-card{grid-column:1/-1}.dashboard-desktop-finance .dashboard-finance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-desktop-finance .dashboard-finance-grid>div:last-child{grid-column:1/-1}.dashboard-pastures-grid,.dashboard-manejos-list{display:grid!important}.dashboard-manejos-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dashboard-manejos-list>div{border:1px solid #ffffff12;border-radius:14px;padding:11px}.dashboard-toggle-button>strong:last-child{display:none}.lots-page,.manejo-page,.finance-page,.animal-cards-list{padding-bottom:42px}}.manejo-page .cost-line>span{flex-direction:column;gap:4px;min-width:0;display:flex}.manejo-page .cost-line>span small{color:#94a3b8;line-height:1.35}.manejo-page .cost-line>strong{white-space:nowrap}.manejo-history-actions{align-items:center;gap:7px;display:flex}.manejo-history-actions button{color:#fff;cursor:pointer;border-radius:10px;min-height:34px;padding:0 10px;font-size:.68rem;font-weight:900}.manejo-edit-button{background:#1e3a5f!important;border:1px solid #60a5fa33!important}.manejo-delete-button{background:#7f1d1d!important;border:1px solid #f871712e!important}.manejo-history-actions button:disabled{cursor:not-allowed;opacity:.55}.manejo-edit-helper{background:#3b82f614;border:1px solid #60a5fa24;border-radius:12px;padding:9px 11px;line-height:1.35;color:#bfdbfe!important}.finance-history-actions{justify-content:flex-end;gap:7px;margin-top:7px;display:flex}.finance-history-actions button{width:auto;min-height:32px;margin:0;padding:6px 9px}.finance-reverse-button{cursor:pointer;border:none;border-radius:9px;font-size:.65rem;font-weight:900;color:#ffedd5!important;background:#7c2d12!important}@media (width<=699px){.manejo-page .cost-line{grid-template-columns:1fr}.manejo-page .cost-line>strong{white-space:normal}.manejo-history-actions{width:100%}.manejo-history-actions button{flex:1}}.desktop-app-shell.dashboard-shell{--dashboard-bg:#f7f3eb;--dashboard-surface:#fffdf8;--dashboard-surface-soft:#fbf8f1;--dashboard-green:#173f2c;--dashboard-green-2:#2d613e;--dashboard-green-soft:#edf3e9;--dashboard-gold:#aa8136;--dashboard-text:#183426;--dashboard-muted:#746f64;--dashboard-border:#ddd4c5;background:var(--dashboard-bg);min-height:100vh;color:var(--dashboard-text)}.dashboard-shell main{background:radial-gradient(circle at 92% 7%,#b5914b17,transparent 21rem), var(--dashboard-bg);min-height:calc(100vh - 72px)}.dashboard-shell .hero{border-bottom:1px solid var(--dashboard-border);min-height:72px;color:var(--dashboard-text);background:#fffdf8f5;padding:13px 18px}.dashboard-shell .hero:after{display:none}.dashboard-shell .hero .eyebrow{color:var(--dashboard-green);text-shadow:none;font-family:Georgia,Times New Roman,serif;font-weight:600;letter-spacing:.1em!important}.dashboard-shell .top-home-button{min-width:52px;min-height:44px;box-shadow:none;background:0 0;border:0;justify-content:flex-start;padding:0}.dashboard-shell .dashboard-mobile-brand{color:var(--dashboard-green);letter-spacing:-.05em;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:500}.dashboard-shell .profile-badge{background:var(--dashboard-surface);color:var(--dashboard-green);border:1px solid var(--dashboard-border);box-shadow:none;border-radius:50%;width:42px!important;height:42px!important}.dashboard-page{width:100%;max-width:1400px;padding:16px 14px calc(100px + env(safe-area-inset-bottom));color:var(--dashboard-text);margin:0;display:block}.dashboard-page>*{margin:0 0 12px}.dashboard-smart-card{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.dashboard-smart-header{justify-content:space-between;align-items:center;gap:16px;min-height:38px;margin:0 2px 10px;display:flex}.dashboard-smart-header h2{color:var(--dashboard-text);margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2vw,1.85rem);font-weight:600;line-height:1.1}.dashboard-smart-header .dashboard-updated-at{letter-spacing:.02em;text-transform:none;white-space:nowrap;align-items:center;gap:8px;margin:0;font-size:.64rem;font-weight:500;display:flex;color:var(--dashboard-muted)!important}.dashboard-control-status{min-height:68px;color:var(--dashboard-green-2);background:linear-gradient(110deg,#f8faef,#f8f5ec);border:1px solid #becbae;border-radius:13px;align-items:center;gap:13px;padding:13px 16px;display:flex}.dashboard-control-status>svg{flex:none}.dashboard-control-status strong{color:var(--dashboard-text);font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;display:block}.dashboard-control-status p{color:var(--dashboard-muted);margin:3px 0 0;font-size:.7rem;line-height:1.3}.dashboard-control-warning{color:#8b6727;background:#fbf5e6;border-color:#d9c48f}.dashboard-control-loading{border-color:var(--dashboard-border);color:var(--dashboard-green)}.dashboard-primary-metrics{grid-template-columns:1fr;gap:9px;margin-top:12px;display:grid}.dashboard-primary-metrics>div{background:var(--dashboard-surface);border:1px solid var(--dashboard-border);min-height:68px;color:var(--dashboard-gold);border-radius:12px;align-items:center;gap:13px;padding:12px 15px;display:flex;box-shadow:0 5px 15px #3d311d09}.dashboard-primary-metrics span{align-items:baseline;gap:7px;display:flex}.dashboard-primary-metrics strong{color:var(--dashboard-text);font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:600}.dashboard-primary-metrics small{color:var(--dashboard-muted);font-size:.72rem}.dashboard-attention-list{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.dashboard-attention-list span{color:#7b5d27;background:#fbf4e5;border:1px solid #e1cfaa;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:.62rem;font-weight:700;display:inline-flex}.dashboard-attention-list .dashboard-attention-danger{color:#91473c;background:#fbebe7;border-color:#e3b9ae}.dashboard-stats-grid.page-content{grid-template-columns:1fr;gap:9px;padding:0;display:grid}.dashboard-stat-card{border:1px solid var(--dashboard-border);background:var(--dashboard-surface);border-radius:12px;grid-template-columns:minmax(0,1fr) 92px;align-items:center;gap:10px;min-height:82px;padding:10px 10px 10px 14px;display:grid;overflow:hidden;box-shadow:0 5px 15px #3d311d09}.dashboard-stat-card>div{min-width:0}.dashboard-stat-card small{color:#53544e;letter-spacing:.01em;text-transform:uppercase;margin:0 0 4px;font-size:.68rem;font-weight:700;display:block}.dashboard-stat-card strong{color:var(--dashboard-green);font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:600;line-height:1;display:block}.dashboard-stat-card p{color:var(--dashboard-muted);margin:5px 0 0;font-size:.71rem;line-height:1.2}.dashboard-stat-photo{background-image:linear-gradient(#163e2a08,#163e2a08),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp);background-size:cover;border-radius:9px;width:100%;height:62px;display:block;box-shadow:inset 0 0 0 1px #4b3f291a}.dashboard-stat-photo-young{background-position:52% 56%}.dashboard-stat-photo-lean{background-position:72% 56%}.dashboard-stat-photo-finish{background-position:94% 56%}.dashboard-operational-grid{grid-template-columns:1fr;gap:9px;display:grid}.dashboard-operational-grid>*{margin:0}.dashboard-alert-card,.dashboard-active-lots-card{min-height:112px;color:var(--dashboard-text);background:linear-gradient(115deg,#fbf6e9,#fffdf8);border:1px solid #ddcda9;border-radius:12px;padding:15px;box-shadow:0 6px 17px #3d311d0a}.dashboard-alert-card-ok{background:linear-gradient(115deg,#f1f6ed,#fffdf8);border-color:#cbd7c1}.dashboard-alert-header,.dashboard-alert-card>div:first-child{justify-content:flex-start;align-items:flex-start;gap:13px;display:flex}.dashboard-alert-header>span{width:36px;height:36px;color:var(--dashboard-gold);flex:none;justify-content:center;align-items:center;display:flex}.dashboard-alert-header>div{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.dashboard-alert-header strong,.dashboard-alert-card-ok strong{color:var(--dashboard-text);font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600}.dashboard-alert-header .dashboard-alert-value{color:var(--dashboard-green);white-space:nowrap;margin-top:6px;font-size:clamp(1.2rem,2.2vw,1.55rem);line-height:1}.dashboard-alert-header p,.dashboard-alert-card-ok p{color:var(--dashboard-muted);margin-top:6px;font-size:.66rem}.dashboard-operational-grid .dashboard-alert-details{display:none}.dashboard-alert-overdue{color:#8c443a;background:#f8e8e3;border-radius:7px;width:max-content;max-width:100%;margin:9px 0 0 49px;padding:5px 7px;font-size:.61rem}.dashboard-active-lots-card{grid-template-columns:minmax(0,1fr) 42%;align-items:center;gap:12px;display:grid}.dashboard-active-lots-card>div{align-items:flex-start;gap:9px;display:flex}.dashboard-active-lots-card>div>span{color:var(--dashboard-gold)}.dashboard-active-lots-card small{color:#55554f;text-transform:uppercase;font-size:.61rem;font-weight:700;display:block}.dashboard-active-lots-card strong{color:var(--dashboard-green);margin-top:3px;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:600;display:block}.dashboard-active-lots-card p{color:var(--dashboard-muted);margin:2px 0 0;font-size:.65rem}.dashboard-active-lots-photo{background:linear-gradient(#163e2a05,#163e2a05),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 66% 56%/cover;border-radius:9px;width:100%;height:76px;display:block;box-shadow:inset 0 0 0 1px #4b3f291a}.dashboard-insights-grid{grid-template-columns:1fr;align-items:start;gap:9px;display:grid}.dashboard-insights-grid>*,.dashboard-desktop-finance,.dashboard-desktop-finance>*{min-width:0;margin:0}.dashboard-collapsible-card,.dashboard-finance-compact-card{border:1px solid var(--dashboard-border);background:var(--dashboard-surface);min-height:112px;color:var(--dashboard-text);border-radius:12px;padding:14px;box-shadow:0 5px 15px #3d311d09}.dashboard-toggle-button{min-height:82px;color:var(--dashboard-text);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.dashboard-toggle-button .dashboard-insight-copy{flex-direction:column;flex:1;align-items:flex-start;gap:5px;min-width:0;display:flex}.dashboard-toggle-button .dashboard-insight-copy strong{color:var(--dashboard-text);font-family:Georgia,Times New Roman,serif;font-size:.96rem;font-weight:600}.dashboard-toggle-button .dashboard-insight-copy small{color:var(--dashboard-muted);font-size:.68rem;font-weight:500}.dashboard-insight-copy em,.dashboard-finance-compact-card>a{border:1px solid var(--dashboard-border);background:var(--dashboard-surface-soft);color:var(--dashboard-green);border-radius:7px;justify-content:center;align-items:center;margin-top:7px;padding:5px 8px;font-size:.59rem;font-style:normal;font-weight:600;text-decoration:none;display:inline-flex}.dashboard-insight-icon{width:46px;height:46px;color:var(--dashboard-gold);background:#fffdf8;border:1px solid #d7c59f;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.dashboard-finance-compact-card{flex-direction:column;justify-content:space-between;display:flex}.dashboard-insight-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-insight-heading h3{color:var(--dashboard-text);font-family:Georgia,Times New Roman,serif;font-size:.96rem;font-weight:600}.dashboard-insight-heading p{color:var(--dashboard-muted);margin:5px 0 0;font-size:.68rem}.dashboard-insight-heading small{color:var(--dashboard-green);margin-top:3px;font-size:.6rem;display:block}.dashboard-finance-compact-card>a{width:max-content}.dashboard-pastures-grid,.dashboard-manejos-list{margin-top:12px}.dashboard-pastures-grid:not(.dashboard-details-open),.dashboard-manejos-list:not(.dashboard-details-open){display:none!important}.dashboard-pastures-grid.dashboard-details-open,.dashboard-manejos-list.dashboard-details-open{display:grid!important}.dashboard-pastures-grid>div,.dashboard-manejos-list>div{border-color:var(--dashboard-border);background:var(--dashboard-surface-soft)}.dashboard-pastures-grid strong,.dashboard-manejos-list strong{color:var(--dashboard-text)}.dashboard-pastures-grid span,.dashboard-manejos-list time{color:var(--dashboard-green)}.dashboard-pastures-grid small,.dashboard-manejos-list small,.dashboard-manejos-list p{color:var(--dashboard-muted)}.dashboard-desktop-finance{min-height:0;display:none}.dashboard-desktop-finance>.dashboard-finance-card{height:auto}.dashboard-shell .bottom-nav{background:#173f2c;border-color:#ffffff21;box-shadow:0 14px 34px #15382640}.dashboard-shell .bottom-nav a{color:#fffdf8d1}.dashboard-shell .bottom-nav a:hover{color:#fffdf8;background:#ffffff14}.dashboard-shell .bottom-nav .selected{box-shadow:none;color:var(--dashboard-green)!important;background:#fbf8f1!important}@media (width>=520px){.dashboard-primary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stats-grid.page-content{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-stat-card{grid-template-columns:minmax(0,1fr) 86px;min-height:120px}.dashboard-stat-card strong{font-size:1.75rem}.dashboard-stat-photo{height:82px}.dashboard-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-desktop-finance{display:block}}@media (width>=700px){.dashboard-shell .hero{min-height:76px;padding:14px 26px}.dashboard-page{margin:0;padding:22px 24px 108px;display:block}.dashboard-page>*{margin:0 0 12px}.dashboard-operational-grid{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)}.dashboard-active-lots-card{grid-template-columns:minmax(0,1fr) 150px}.dashboard-insights-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=900px){.desktop-app-shell.dashboard-shell{padding-left:172px}.dashboard-shell .hero{display:none}.dashboard-shell main{min-height:100vh}.dashboard-shell .bottom-nav{background:linear-gradient(#1a4530,#123423);border-radius:18px;flex-direction:column;justify-content:center;gap:7px;width:140px;height:auto;min-height:0;padding:14px 10px;display:flex;top:16px;bottom:16px;left:16px;transform:none}.dashboard-shell .desktop-nav-brand{color:#fffdf8;flex-direction:column;align-items:center;gap:3px;display:flex;position:absolute;top:22px;left:12px;right:12px}.dashboard-shell .desktop-nav-brand strong{color:#fffdf8;font-family:Georgia,Times New Roman,serif;font-size:1.85rem;line-height:1;font-weight:500!important}.dashboard-shell .desktop-nav-brand span{color:#fffdf894;font-size:.58rem}.dashboard-shell .bottom-nav a{border-radius:9px;flex-direction:row;justify-content:flex-start;gap:9px;width:100%;min-height:50px;padding:0 12px;font-size:1rem}.dashboard-shell .bottom-nav a span{margin:0;font-size:.68rem}.dashboard-shell .desktop-nav-logout{color:#fffdf8a6;background:#ffffff09;border-color:#ffffff1f;border-radius:9px;min-height:38px;display:flex;bottom:12px;left:10px;right:10px}.dashboard-page{padding:28px 30px 34px}}@media (width>=1200px){.desktop-app-shell.dashboard-shell{padding-left:172px}.dashboard-page{padding:34px 38px 38px}.dashboard-smart-header{min-height:42px}.dashboard-control-status{min-height:76px;padding:15px 18px}.dashboard-primary-metrics>div{min-height:84px;padding:14px 18px}.dashboard-stats-grid.page-content{gap:12px}.dashboard-stat-card{grid-template-columns:minmax(0,1fr) 92px;min-height:128px;padding:12px 12px 12px 17px}.dashboard-stat-photo{height:92px}.dashboard-alert-card,.dashboard-active-lots-card,.dashboard-collapsible-card,.dashboard-finance-compact-card,.dashboard-insights-grid>*,.dashboard-desktop-finance,.dashboard-desktop-finance>*{min-height:124px}.dashboard-active-lots-photo{height:90px}.dashboard-insights-grid{gap:12px}}@media (width<=519px){.dashboard-updated-at{display:none}.dashboard-smart-header{min-height:34px}.dashboard-stat-card{grid-template-columns:minmax(0,1fr) 96px}.dashboard-alert-header{gap:8px}.dashboard-alert-header>strong{font-size:.9rem}}.pro-dashboard-app,.pro-dashboard-app *{box-sizing:border-box}.pro-dashboard-app{--pro-bg:#020b16;--pro-bg-2:#041326;--pro-surface:#071b30;--pro-surface-2:#0a223b;--pro-border:#4d97da3d;--pro-border-strong:#439df06b;--pro-text:#f7fbff;--pro-muted:#8ea6bd;--pro-blue:#228bff;--pro-green:#39d96f;--pro-red:#ff5348;--pro-orange:#ff8a1f;--pro-purple:#7b61ff;width:100%;min-width:0;min-height:100vh;color:var(--pro-text);background:radial-gradient(circle at 82% 7%,#1674cd1a,#0000 24%),linear-gradient(#020a15 0%,#03101e 55%,#020a15 100%);grid-template-columns:248px minmax(0,1fr);margin:0;font-family:Inter,Arial,sans-serif;display:grid}.pro-sidebar{z-index:40;background:radial-gradient(circle at 55% 8%,#137bdc21,#0000 25%),linear-gradient(#03162b 0%,#02101f 58%,#020c18 100%);border-right:1px solid #438fcf38;flex-direction:column;width:248px;height:100vh;padding:18px 14px 14px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:16px 0 42px #0000002e}.pro-brand{color:#fff;align-items:center;gap:12px;min-height:76px;padding:4px 8px 15px;display:flex}.pro-brand-icon{color:#fff;flex:0 0 50px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.pro-brand>div{flex-direction:column;min-width:0;display:flex}.pro-brand strong{color:#fff;letter-spacing:-.025em;font-size:1.05rem;font-weight:800;line-height:1.08;display:block}.pro-sidebar-nav{flex-direction:column;gap:4px;display:flex}.pro-sidebar-nav a{color:#a8b9ca;border:1px solid #0000;border-radius:10px;align-items:center;gap:13px;min-height:46px;padding:0 13px;font-size:.82rem;font-weight:650;text-decoration:none;transition:all .18s;display:flex}.pro-sidebar-nav a:hover{color:#fff;background:#11436f6b}.pro-sidebar-nav a.active{color:#fff;background:linear-gradient(90deg,#0861bc,#0a4e95);border-color:#2e91f259;box-shadow:0 8px 20px #005ec22e}.pro-sidebar-nav a .app-icon{flex:none}.pro-nav-divider{background:#86b1d533;height:1px;margin:8px 10px}.pro-sidebar-bottom{gap:10px;margin-top:auto;display:grid}.pro-user-card,.pro-weather-card{background:#061d33c7;border:1px solid #4c92cd38;border-radius:12px;align-items:center;gap:10px;min-height:64px;padding:10px;display:flex}.pro-user-avatar,.pro-weather-icon{color:#eef7ff;background:#173a5e;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.pro-weather-icon{color:#ffbd45;background:#132d47}.pro-user-card>div,.pro-weather-card>div{flex-direction:column;gap:2px;min-width:0;display:flex}.pro-user-card strong,.pro-weather-card strong{color:#fff;font-size:.76rem;font-weight:800}.pro-user-card small,.pro-weather-card small{color:#8ea6bd;font-size:.59rem}.pro-user-card button{color:#7e97ae;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;padding:0;display:flex}.pro-user-card button:hover{color:#fff;background:#ffffff0f}.pro-dashboard-workspace{background:radial-gradient(circle at 90% 10%,#1973ca14,transparent 20%), var(--pro-bg);width:100%;min-width:0;min-height:100vh;overflow:hidden}.pro-dashboard-hero{background:linear-gradient(90deg,#020f1dd1 0%,#0212217a 40%,#020f1d33 72%,#020f1d94 100%),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 50% 56%/cover no-repeat;border:1px solid #4291d447;border-radius:18px 18px 0 0;min-height:258px;margin:14px 14px 0;position:relative;overflow:hidden;box-shadow:0 22px 55px #0003}.pro-hero-overlay{pointer-events:none;background:linear-gradient(#03132414,#03101e0d 50%,#020b16e0 100%);position:absolute;inset:0}.pro-hero-copy{z-index:2;max-width:520px;position:absolute;top:52px;left:38px}.pro-hero-copy h1{color:#fff;letter-spacing:-.045em;text-shadow:0 3px 18px #00000059;margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:850;line-height:1}.pro-hero-copy p{color:#eef6ff;text-shadow:0 2px 14px #00000073;margin:14px 0 0;font-size:clamp(.85rem,1.15vw,1.03rem);font-weight:500}.pro-hero-actions{z-index:3;gap:10px;display:flex;position:absolute;top:18px;right:18px}.pro-notification-box,.pro-date-box{color:#f5f9fd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#041c33b8;border:1px solid #70aadc40;border-radius:11px;align-items:center;min-height:54px;display:flex;box-shadow:0 10px 30px #00000026}.pro-notification-box{justify-content:center;width:58px;position:relative}.pro-notification-box b{color:#fff;background:#ff4747;border:2px solid #07192d;border-radius:50px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.64rem;display:flex;position:absolute;top:-6px;right:-5px}.pro-date-box{gap:10px;min-width:158px;padding:0 14px}.pro-date-box>span{flex-direction:column;gap:2px;display:flex}.pro-date-box strong{color:#fff;font-size:.73rem}.pro-date-box small{color:#a4b8ca;text-transform:capitalize;font-size:.6rem}.pro-dashboard-main{width:100%;min-width:0}.pro-dashboard-content{z-index:5;gap:14px;width:100%;margin-top:-52px;padding:0 28px 34px;display:grid;position:relative}.pro-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%;display:grid}.pro-kpi-card{border:1px solid var(--pro-border);background:radial-gradient(circle at 94% 10%,#258bec17,#0000 28%),linear-gradient(145deg,#0a2038 0%,#06182b 100%);border-radius:14px;grid-template-rows:auto 1fr;grid-template-columns:46px minmax(0,1fr);gap:4px 13px;min-width:0;min-height:142px;padding:16px 16px 14px;display:grid;position:relative;overflow:hidden;box-shadow:0 15px 34px #00030c38}.pro-kpi-card:after{content:"";opacity:.035;background:currentColor;border-radius:50%;width:105px;height:105px;position:absolute;bottom:-48px;right:-35px}.pro-kpi-icon{width:44px;height:44px;color:var(--pro-blue);justify-content:center;align-items:center;display:flex}.pro-kpi-orange .pro-kpi-icon{color:var(--pro-orange)}.pro-kpi-purple .pro-kpi-icon{color:var(--pro-purple)}.pro-kpi-green .pro-kpi-icon{color:var(--pro-green)}.pro-kpi-copy{min-width:0}.pro-kpi-copy small{color:#dce8f4;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:.72rem;font-weight:700;display:block;overflow:hidden}.pro-kpi-copy strong{color:#fff;letter-spacing:-.055em;font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:12px;font-size:2.25rem;font-weight:850;line-height:.95;display:block}.pro-kpi-copy strong.pro-kpi-money{letter-spacing:-.04em;font-size:clamp(1.25rem,1.85vw,1.82rem)}.pro-kpi-copy p{color:#91a8be;margin:7px 0 0;font-size:.62rem;line-height:1.25}.pro-kpi-pill{color:#77baff;background:#16466e61;border:1px solid #4997da2e;border-radius:50px;padding:5px 8px;font-size:.53rem;font-weight:800;position:absolute;bottom:12px;right:12px}.pro-kpi-orange .pro-kpi-pill{color:#ffb36c}.pro-kpi-purple .pro-kpi-pill{color:#a89aff}.pro-kpi-green .pro-kpi-pill{color:#68e393}.pro-panel{border:1px solid var(--pro-border);background:radial-gradient(circle at 90% 10%,#207acf0e,#0000 24%),linear-gradient(145deg,#071c31,#06172a);border-radius:14px;min-width:0;box-shadow:0 16px 38px #00030c38}.pro-finance-layout{grid-template-columns:minmax(0,3fr) minmax(220px,1fr);gap:12px;display:grid}.pro-finance-panel{min-height:236px;padding:15px}.pro-panel-heading{justify-content:space-between;align-items:center;gap:14px;min-height:30px;display:flex}.pro-panel-heading>div{min-width:0;color:var(--pro-blue);align-items:center;gap:9px;display:flex}.pro-panel-heading h2{color:#f4f9ff;margin:0;font-size:.84rem;font-weight:800}.pro-panel-heading>span{color:#7f9ab4;font-size:.55rem;font-weight:650}.pro-finance-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.pro-finance-card{background:linear-gradient(145deg,#0a223b,#071a2f);border:1px solid #458fcf2e;border-radius:12px;min-width:0;height:172px;padding:14px 14px 10px;position:relative;overflow:hidden}.pro-finance-label{color:#9db2c6;align-items:center;gap:8px;font-size:.62rem;font-weight:700;display:flex}.pro-finance-label .app-icon{color:#6e8da8}.pro-finance-card>strong{z-index:2;color:var(--pro-green);letter-spacing:-.04em;font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:7px;font-size:clamp(1.1rem,1.8vw,1.65rem);font-weight:850;line-height:1;display:block;position:relative}.pro-finance-expense>strong{color:var(--pro-red)}.pro-sparkline{width:calc(100% - 24px);height:64px;position:absolute;bottom:26px;left:12px;right:12px;overflow:visible}.pro-sparkline polyline{stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.pro-sparkline-green polyline{stroke:#48ef65;filter:drop-shadow(0 3px 5px #48ef652e)}.pro-sparkline-red polyline{stroke:#ff4e45;filter:drop-shadow(0 3px 5px #ff4e452e)}.pro-month-row{color:#58728a;text-align:center;text-transform:capitalize;grid-template-columns:repeat(6,1fr);gap:3px;font-size:.46rem;display:grid;position:absolute;bottom:8px;left:12px;right:12px}.pro-result-card{flex-direction:column;min-height:236px;padding:32px 24px;display:flex;position:relative;overflow:hidden}.pro-result-card:after{content:"";background:#228bff1f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-80px;right:-64px}.pro-result-card small{color:#dce8f4;font-size:.72rem;font-weight:800}.pro-result-card strong{z-index:2;color:#2f91ff;letter-spacing:-.055em;font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:16px;font-size:clamp(1.6rem,2.4vw,2.35rem);font-weight:900;line-height:.98;display:block;position:relative}.pro-result-card strong.negative-value{color:var(--pro-red)}.pro-result-card>span{color:#90a8bf;margin-top:8px;font-size:.64rem}.pro-result-card>.app-icon{z-index:2;color:#2f91ff;opacity:.88;position:absolute;bottom:20px;right:20px}.pro-quick-panel,.pro-operation-panel{padding:14px}.pro-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.pro-quick-grid a{color:#dce8f4;background:linear-gradient(145deg,#0a223b,#07192d);border:1px solid #4a93d133;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-width:0;min-height:57px;padding:8px 12px;font-size:.66rem;font-weight:750;text-decoration:none;transition:all .16s;display:flex}.pro-quick-grid a:hover{background:#0b2947;border-color:#2f91ff85;transform:translateY(-2px)}.pro-quick-grid a .app-icon{color:#2f91ff;flex:none}.pro-operation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px;display:grid}.pro-operation-grid article{background:linear-gradient(145deg,#0a223b,#07192d);border:1px solid #4b93d12e;border-radius:11px;align-items:flex-start;gap:11px;min-width:0;min-height:92px;padding:13px;display:flex}.pro-operation-icon{color:#43a2ff;background:#2682d621;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.pro-operation-icon.pro-ok{color:#43d978;background:#39d96f1a}.pro-operation-grid article>div{min-width:0}.pro-operation-grid small{color:#8ca4bb;text-transform:uppercase;font-size:.55rem;font-weight:700;display:block}.pro-operation-grid strong{color:#f1f7fd;white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:.95rem;font-weight:800;line-height:1.1;display:block;overflow:hidden}.pro-operation-grid p{color:#7791aa;margin:5px 0 0;font-size:.56rem;line-height:1.3}.pro-mobile-nav{display:none}@media (width<=1199px){.pro-dashboard-app{grid-template-columns:210px minmax(0,1fr)}.pro-sidebar{width:210px}.pro-brand strong{font-size:.9rem}.pro-sidebar-nav a{font-size:.75rem}.pro-kpi-copy strong{font-size:1.85rem}.pro-dashboard-content{padding-left:20px;padding-right:20px}.pro-kpi-card{grid-template-columns:38px minmax(0,1fr);gap:5px 9px;padding-left:13px;padding-right:13px}.pro-kpi-icon{width:38px;height:38px}.pro-kpi-icon .app-icon{width:27px;height:27px}}@media (width<=899px){.pro-dashboard-app{min-height:100vh;padding-bottom:82px;display:block}.pro-sidebar{display:none}.pro-dashboard-hero{background-position:62% 54%;border:0;border-radius:0;min-height:230px;margin:0}.pro-hero-copy{top:52px;left:20px}.pro-hero-copy h1{font-size:2rem}.pro-hero-actions{top:14px;right:14px}.pro-date-box{display:none}.pro-dashboard-content{margin-top:-44px;padding:0 14px 20px}.pro-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-finance-layout{grid-template-columns:1fr}.pro-result-card{min-height:150px}.pro-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-operation-grid{grid-template-columns:1fr}.pro-mobile-nav{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#031426f2;border:1px solid #4993d342;border-radius:18px;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;min-height:66px;padding:6px;display:grid;position:fixed;bottom:8px;left:8px;right:8px;box-shadow:0 18px 45px #00000059}.pro-mobile-nav a{color:#7f98b0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.52rem;font-weight:700;text-decoration:none;display:flex}.pro-mobile-nav a.active{color:#49a6ff;background:#1048786b}}@media (width<=560px){.pro-dashboard-hero{min-height:205px}.pro-hero-copy{top:58px}.pro-hero-copy h1{font-size:1.65rem}.pro-hero-copy p{margin-top:9px;font-size:.78rem}.pro-notification-box{width:48px;min-height:48px}.pro-kpi-grid{grid-template-columns:1fr 1fr;gap:8px}.pro-kpi-card{grid-template-columns:34px minmax(0,1fr);min-height:126px;padding:12px}.pro-kpi-icon{width:34px;height:34px}.pro-kpi-icon .app-icon{width:24px;height:24px}.pro-kpi-copy small{font-size:.61rem}.pro-kpi-copy strong{margin-top:10px;font-size:1.55rem}.pro-kpi-copy strong.pro-kpi-money{font-size:.98rem}.pro-kpi-copy p{font-size:.53rem}.pro-kpi-pill{padding:4px 6px;font-size:.46rem}.pro-finance-cards{grid-template-columns:1fr}.pro-finance-panel{min-height:auto}.pro-finance-card{height:152px}.pro-panel-heading h2{font-size:.76rem}.pro-panel-heading>span{display:none}.pro-quick-grid a{min-height:54px;padding:6px;font-size:.58rem}}.pro-period-select{color:#dcecff;min-width:154px;height:34px;font:inherit;cursor:pointer;background:#0a2641;border:1px solid #4c97d84d;border-radius:9px;outline:none;padding:0 34px 0 12px;font-size:.62rem;font-weight:750;box-shadow:inset 0 1px #ffffff08}.pro-period-select:hover,.pro-period-select:focus{background:#0c2c4c;border-color:#3399ff9e}.pro-period-select option{color:#eef7ff;background:#071b30}.pro-brand-icon .app-icon{filter:drop-shadow(0 4px 10px #238bff24);stroke-width:1.55px}@media (width<=680px){.pro-period-select{min-width:132px;height:32px;padding-left:10px;font-size:.58rem}}.app-icon-mask{background-color:currentColor;flex:none;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pro-brand-icon{flex-basis:58px;width:58px;height:58px}.pro-brand-icon .app-icon-mask{filter:drop-shadow(0 5px 12px #1984eb1f);width:56px!important;height:54px!important}.pro-kpi-icon{width:48px;height:48px}.pro-kpi-icon .app-icon-mask{filter:drop-shadow(0 5px 12px #0000002e);width:42px!important;height:42px!important}@media (width<=1199px){.pro-kpi-icon .app-icon-mask{width:36px!important;height:36px!important}}@media (width<=560px){.pro-kpi-card{grid-template-columns:44px minmax(0,1fr);gap:3px 8px;min-height:126px;padding:12px 11px}.pro-kpi-icon{align-self:start;width:42px;height:42px}.pro-kpi-icon .app-icon-mask{width:38px!important;height:38px!important}.pro-kpi-copy small{font-size:.68rem;line-height:1.15}.pro-kpi-copy strong{letter-spacing:-.05em;margin-top:8px;font-size:2.05rem;line-height:.9}.pro-kpi-copy strong.pro-kpi-money{letter-spacing:-.035em;font-size:1.32rem}.pro-kpi-copy p{margin-top:7px;font-size:.58rem;line-height:1.22}.pro-kpi-pill{padding:4px 7px;font-size:.48rem;bottom:10px;right:10px}.pro-finance-card>strong{font-size:1.48rem}.pro-result-card strong{font-size:2.05rem}}.app-icon-image{object-fit:contain;object-position:center;pointer-events:none;flex:none;display:block}.pro-brand-icon{flex:0 0 66px;width:66px;height:60px;overflow:visible}.pro-brand-icon .app-icon-mask{overflow:visible;width:64px!important;height:60px!important}.pro-kpi-card{grid-template-columns:58px minmax(0,1fr);column-gap:12px}.pro-kpi-icon{align-self:start;width:56px;height:50px;overflow:visible}.pro-kpi-icon .app-icon-mask{overflow:visible;width:56px!important;height:50px!important}.pro-user-card{min-height:72px;padding:11px 12px}.pro-user-avatar{flex-basis:44px;width:44px;height:44px}.pro-user-card strong{font-size:.84rem}.pro-user-card small{font-size:.63rem}.pro-weather-card{align-items:flex-start;min-height:98px;padding:12px}.pro-weather-icon{background:#102b47;flex:0 0 46px;width:46px;height:46px;overflow:visible}.pro-weather-icon .app-icon-image{width:40px!important;height:40px!important}.pro-weather-card>div{gap:1px;padding-top:1px}.pro-weather-card strong.pro-weather-temp{letter-spacing:-.03em;margin-bottom:2px;font-size:1.02rem;line-height:1}.pro-weather-card small{font-size:.6rem;line-height:1.25}.pro-weather-date{text-transform:capitalize;margin-top:3px;color:#a9bfd2!important}.pro-weather-time{margin-top:2px;color:#d8e7f4!important;font-size:.64rem!important}@media (width<=1199px){.pro-brand-icon{flex-basis:58px;width:58px;height:54px}.pro-brand-icon .app-icon-mask{width:56px!important;height:54px!important}.pro-kpi-card{grid-template-columns:50px minmax(0,1fr)}.pro-kpi-icon{width:48px;height:46px}.pro-kpi-icon .app-icon-mask{width:48px!important;height:44px!important}}@media (width<=560px){.pro-kpi-card{grid-template-columns:48px minmax(0,1fr);column-gap:7px}.pro-kpi-icon{width:46px;height:44px}.pro-kpi-icon .app-icon-mask{width:46px!important;height:42px!important}}.pro-notification-box{font:inherit;cursor:pointer;border:1px solid #70aadc40;padding:0;transition:border-color .18s,background .18s,transform .18s}.pro-notification-box:hover,.pro-notification-box.is-open{background:#072a4aeb;border-color:#38bdf89e}.pro-notification-box:active{transform:translateY(1px)}.pro-alert-center{z-index:1200;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(160deg,#071d34 0%,#041629 100%);border:1px solid #4697dd57;border-radius:18px;width:min(430px,100vw - 32px);max-height:min(600px,100vh - 105px);position:fixed;top:82px;right:28px;overflow:hidden;box-shadow:0 28px 80px #0000007a,inset 0 0 0 1px #ffffff05}.pro-alert-center-header{border-bottom:1px solid #5e9ed32e;justify-content:space-between;align-items:center;gap:14px;min-height:74px;padding:15px 16px 14px 18px;display:flex}.pro-alert-center-header>div{flex-direction:column;gap:3px;min-width:0;display:flex}.pro-alert-center-header strong{color:#fff;font-size:.98rem;line-height:1.2}.pro-alert-center-header small{color:#89a7c0;font-size:.69rem}.pro-alert-center-header button{color:#c9deef;cursor:pointer;background:#0a2946;border:1px solid #6eabe033;border-radius:10px;flex:none;width:34px;height:34px;padding:0;font-size:1.35rem;line-height:1}.pro-alert-center-list{scrollbar-width:thin;scrollbar-color:#194e78 transparent;max-height:500px;padding:10px;overflow-y:auto}.pro-alert-item{color:#fff;background:#0b284394;border:1px solid #5399d12e;border-radius:13px;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:76px;margin:0 0 8px;padding:11px 10px 11px 11px;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:grid}.pro-alert-item:last-child{margin-bottom:0}.pro-alert-item:hover{background:#0f3456db;border-color:#4a9fe661;transform:translateY(-1px)}.pro-alert-item-icon{color:#35a5ff;background:#277ec721;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pro-alert-item>div{flex-direction:column;gap:4px;min-width:0;display:flex}.pro-alert-item strong{color:#f6fbff;font-size:.78rem;line-height:1.25}.pro-alert-item small{color:#91abc1;font-size:.64rem;line-height:1.42}.pro-alert-arrow{color:#6d95b7;text-align:center;font-size:1.35rem}.pro-alert-danger{background:linear-gradient(90deg,#661b273b,#0b284394 42%);border-color:#ff53533d}.pro-alert-danger .pro-alert-item-icon{color:#ff5a61;background:#ff454d1f}.pro-alert-warning{background:linear-gradient(90deg,#754c1233,#0b284394 42%);border-color:#f9ae3140}.pro-alert-warning .pro-alert-item-icon{color:#ffb23f;background:#ffb23f1f}.pro-alert-info .pro-alert-item-icon{color:#7c69ff;background:#7c69ff21}.pro-alert-empty{background:#12493e30;border:1px solid #2dd38b2e;border-radius:13px;align-items:center;gap:12px;min-height:96px;padding:16px;display:flex}.pro-alert-empty>span{color:#2bdd8e;background:#1fcf821f;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pro-alert-empty>div{flex-direction:column;gap:4px;display:flex}.pro-alert-empty strong{color:#eafbf5;font-size:.78rem}.pro-alert-empty small{color:#83a9a0;font-size:.65rem;line-height:1.4}@media (width<=760px){.pro-alert-center{border-radius:16px;width:calc(100vw - 20px);max-height:calc(100vh - 150px);top:72px;right:10px}.pro-alert-center-list{max-height:calc(100vh - 240px)}.pro-alert-item{grid-template-columns:38px minmax(0,1fr) 14px;padding:10px 8px 10px 10px}.pro-alert-item-icon{width:38px;height:38px}}.pro-module-shell{min-height:100vh}.pro-module-shell .pro-module-hero{background-position:50% 56%;min-height:205px}.pro-module-shell .pro-module-hero .pro-hero-copy{top:50px}.pro-module-shell .pro-module-main{z-index:4;position:relative}.pro-lotes-shell .pro-module-main>.lots-page,.pro-lotes-shell .pro-module-main>.form-card.page-content{z-index:5;width:auto;position:relative;margin:-38px 28px 34px!important}.pro-lotes-shell .pro-module-main>.lots-page{gap:14px;padding:0 0 34px!important}.pro-lotes-toolbar{background:radial-gradient(circle at 92% 12%,#2a8be61a,#0000 28%),linear-gradient(145deg,#091f37,#06172a);border:1px solid #4997da3d;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;min-height:108px;padding:18px 20px;display:flex;box-shadow:0 16px 36px #00030c38}.pro-lotes-toolbar>div{min-width:0}.pro-lotes-eyebrow{color:#2f91ff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.58rem;font-weight:850;display:block}.pro-lotes-toolbar h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:1.3rem;line-height:1.05}.pro-lotes-toolbar p{color:#8ea6bd;max-width:650px;margin:7px 0 0;font-size:.69rem;line-height:1.4}.pro-lotes-create{justify-content:center;align-items:center;gap:8px;min-width:164px;min-height:44px;box-shadow:0 10px 24px #0064cd33;color:#fff!important;background:linear-gradient(135deg,#0874dc,#0856a7)!important;border:1px solid #39a1ff6b!important;border-radius:10px!important;width:auto!important;margin:0!important;padding:0 15px!important;font-size:.67rem!important;font-weight:800!important;display:flex!important}.pro-lotes-plus{background:#ffffff1c;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:1.05rem;line-height:1;display:flex}.pro-lotes-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.pro-lotes-overview article{background:linear-gradient(145deg,#0a2038,#06182b);border:1px solid #4894d638;border-radius:13px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:105px;padding:14px;display:grid;box-shadow:0 12px 28px #00030c2e}.pro-lotes-stat-icon{color:#2f91ff;background:#2f91ff17;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pro-lotes-stat-cyan{color:#2fc8ff;background:#2fc8ff14}.pro-lotes-stat-purple{color:#8b72ff;background:#8b72ff17}.pro-lotes-stat-orange{color:#ff942d;background:#ff942d17}.pro-lotes-overview article>div{min-width:0}.pro-lotes-overview small{color:#b8c9d8;font-size:.58rem;font-weight:750;display:block}.pro-lotes-overview strong{color:#fff;letter-spacing:-.045em;font-variant-numeric:tabular-nums;margin-top:4px;font-size:1.55rem;font-weight:900;line-height:.95;display:block}.pro-lotes-overview p{color:#6f8ca5;white-space:nowrap;text-overflow:ellipsis;margin:5px 0 0;font-size:.51rem;overflow:hidden}.pro-lotes-shell .pro-lotes-section{box-shadow:0 15px 34px #00030c2e;background:radial-gradient(circle at 92% 8%,#2784d70e,#0000 26%),linear-gradient(145deg,#071c31,#06172a)!important;border:1px solid #4894d638!important;border-radius:14px!important;padding:15px!important}.pro-lotes-section-heading{justify-content:space-between;align-items:center;gap:14px;min-height:48px;display:flex}.pro-lotes-section-heading>div{align-items:center;gap:10px;min-width:0;display:flex}.pro-lotes-section-icon{color:#2f91ff;background:#2f91ff1a;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.pro-lotes-section-icon.purple{color:#8b72ff;background:#8b72ff1a}.pro-lotes-section-heading h3{color:#f4f9ff;font-weight:850;margin:0!important;font-size:.79rem!important}.pro-lotes-section-heading p{color:#758fa7!important;margin:4px 0 0!important;font-size:.56rem!important}.pro-lotes-section-count{color:#9fc8ea;background:#0a2946;border:1px solid #4c97d838;border-radius:9px;justify-content:center;align-items:center;min-width:30px;height:28px;padding:0 9px;font-size:.62rem;font-weight:850;display:flex}.pro-lotes-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.pro-lotes-shell .pro-lot-card{text-align:left;width:100%;min-width:0;min-height:180px;font:inherit;cursor:pointer;flex-direction:column;gap:12px;transition:transform .16s,border-color .16s,background .16s;display:flex;color:#fff!important;box-shadow:none!important;background:linear-gradient(145deg,#0a223b,#07192d)!important;border:1px solid #4894d633!important;border-radius:13px!important;margin:0!important;padding:14px!important}.pro-lotes-shell .pro-lot-card:hover{transform:translateY(-2px);background:linear-gradient(145deg,#0b2947,#081d34)!important;border-color:#3497ef75!important}.pro-lot-card-header{grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.pro-lot-main-icon{color:#2f91ff;background:#2f91ff1a;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pro-lot-main-icon.purple{color:#8b72ff;background:#8b72ff1a}.pro-lot-title-block{min-width:0}.pro-lot-title-block small{color:#6f8ca5;text-transform:uppercase;letter-spacing:.055em;font-size:.49rem;font-weight:800;display:block}.pro-lot-title-block h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:850;line-height:1.15;overflow:hidden;margin:4px 0 0!important;font-size:.9rem!important}.pro-lot-status{color:#58dd88;white-space:nowrap;background:#39d96f14;border:1px solid #39d96f33;border-radius:50px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-size:.48rem;font-weight:850;display:flex}.pro-lot-status.purple{color:#a28fff;background:#8b72ff14;border-color:#8b72ff33}.pro-lot-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.pro-lot-metrics>div{background:#05192d80;border:1px solid #4f94cd21;border-radius:9px;min-width:0;min-height:62px;padding:9px 10px}.pro-lot-metrics small{color:#6f8ca5;font-size:.48rem;font-weight:750;display:block}.pro-lot-metrics strong{color:#f8fbff;letter-spacing:-.035em;font-variant-numeric:tabular-nums;align-items:center;gap:4px;margin-top:5px;font-size:1.25rem;font-weight:900;line-height:1;display:flex;overflow:hidden}.pro-lot-metrics strong span{color:#8ba1b6;letter-spacing:0;font-size:.55rem;font-weight:700}.pro-lot-metrics .pro-lot-text-value{color:#cfe0ee;white-space:nowrap;text-overflow:ellipsis;min-height:20px;font-size:.68rem;font-weight:750;line-height:1.2}.pro-lot-footer{border-top:1px solid #5197d221;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:10px;display:flex}.pro-lot-footer>span{color:#718da6;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.52rem;overflow:hidden}.pro-lot-footer>strong{color:#3da1ff;white-space:nowrap;font-size:.54rem}.pro-lot-footer b{margin-left:4px;font-size:.85rem;line-height:.7}.pro-lotes-empty{background:#061a2e66;border:1px dashed #4c97d833;border-radius:11px;grid-column:1/-1;align-items:center;gap:12px;min-height:92px;padding:14px;display:flex}.pro-lotes-empty>span{color:#449ff4;background:#2f91ff14;border-radius:11px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pro-lotes-empty>div{flex-direction:column;gap:4px;display:flex}.pro-lotes-empty strong{color:#eaf4fd;font-size:.69rem}.pro-lotes-empty small{color:#718da6;font-size:.56rem}.pro-lotes-loading{background:#071b30!important;border-color:#4894d633!important;margin:0!important}.pro-lotes-shell .pro-module-main>.form-card.page-content,.pro-lotes-shell .pro-module-main>.lots-page>.lot-card:not(.pro-lotes-section){box-shadow:0 15px 34px #00030c2e;background:linear-gradient(145deg,#071c31,#06172a)!important;border:1px solid #4894d638!important;border-radius:14px!important}.pro-lotes-shell .form-card.page-content{color:#eaf3fb;padding:20px!important}.pro-lotes-shell .form-card h3,.pro-lotes-shell .lots-page .lot-card h3{color:#f7fbff}.pro-lotes-shell .form-card label{color:#b8c9d8;font-size:.68rem;font-weight:750}.pro-lotes-shell .form-card input,.pro-lotes-shell .form-card select,.pro-lotes-shell .form-card textarea{box-shadow:inset 0 1px #ffffff05;color:#f1f7fd!important;background:#071b30!important;border:1px solid #4d97da40!important;border-radius:10px!important}.pro-lotes-shell .form-card input:focus,.pro-lotes-shell .form-card select:focus,.pro-lotes-shell .form-card textarea:focus{outline:none;border-color:#2f91ff9e!important}.pro-lotes-shell .inner-lot-card:not(.pro-lot-card),.pro-lotes-shell .animal-detail-grid>div,.pro-lotes-shell .animal-profile-highlight,.pro-lotes-shell .animal-note,.pro-lotes-shell .check-row{color:#dce9f4!important;background:#081e35!important;border-color:#4b93d12b!important}.pro-lotes-shell .secondary-button{color:#cfe0ee!important;background:#0a2946!important;border-color:#5295cd42!important}.pro-lotes-shell .danger-button{color:#ffb8b2!important;background:#6f1f25a6!important;border-color:#ff53484d!important}@media (width<=1199px){.pro-lotes-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=899px){.pro-module-shell .pro-module-hero{min-height:190px}.pro-module-shell .pro-module-hero .pro-hero-copy{top:54px}.pro-lotes-shell .pro-module-main>.lots-page,.pro-lotes-shell .pro-module-main>.form-card.page-content{margin:-34px 14px 24px!important}.pro-lotes-toolbar{padding:16px}.pro-lotes-card-grid{grid-template-columns:1fr}}@media (width<=560px){.pro-module-shell .pro-module-hero{min-height:170px}.pro-module-shell .pro-module-hero .pro-hero-copy{top:46px}.pro-module-shell .pro-module-hero .pro-hero-copy h1{font-size:1.7rem}.pro-module-shell .pro-module-hero .pro-hero-copy p{max-width:290px;font-size:.68rem}.pro-lotes-shell .pro-module-main>.lots-page,.pro-lotes-shell .pro-module-main>.form-card.page-content{margin:-28px 10px 18px!important}.pro-lotes-toolbar{flex-direction:column;align-items:stretch;min-height:0;padding:14px}.pro-lotes-toolbar h2{font-size:1.1rem}.pro-lotes-toolbar p{font-size:.61rem}.pro-lotes-create{width:100%!important}.pro-lotes-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pro-lotes-overview article{grid-template-columns:34px minmax(0,1fr);gap:7px;min-height:96px;padding:10px}.pro-lotes-stat-icon{width:33px;height:33px}.pro-lotes-overview small{font-size:.51rem}.pro-lotes-overview strong{font-size:1.28rem}.pro-lotes-overview p{font-size:.45rem}.pro-lotes-shell .pro-lotes-section{padding:12px!important}.pro-lotes-section-heading p{display:none}.pro-lotes-section-heading h3{font-size:.72rem!important}.pro-lot-card-header{grid-template-columns:40px minmax(0,1fr) auto;gap:8px}.pro-lot-main-icon{width:38px;height:38px}.pro-lot-title-block h3{font-size:.8rem!important}.pro-lot-status{padding:0 6px;font-size:.43rem}.pro-lot-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.pro-lot-metrics>div{min-height:57px;padding:8px 7px}.pro-lot-metrics small{font-size:.43rem}.pro-lot-metrics strong{font-size:1.08rem}.pro-lot-metrics .pro-lot-text-value{font-size:.56rem}.pro-lot-footer>span{font-size:.47rem}.pro-lot-footer>strong{font-size:.49rem}.pro-lotes-shell .form-card.page-content{padding:14px!important}}.pro-lotes-overview article{grid-template-columns:44px minmax(0,1fr);gap:11px;min-height:112px;padding:15px}.pro-lotes-stat-icon{width:42px;height:42px}.pro-lotes-overview small{font-size:.64rem;line-height:1.2}.pro-lotes-overview strong{margin-top:5px;font-size:1.86rem;line-height:.92}.pro-lotes-overview p{margin-top:7px;font-size:.56rem}.pro-lot-title-block small{font-size:.53rem}.pro-lot-title-block h3{font-size:1rem!important}.pro-lot-status{min-height:26px;padding:0 9px;font-size:.52rem}.pro-lot-metrics>div{min-height:66px;padding:10px 11px}.pro-lot-metrics strong{font-size:1.42rem}.pro-lot-footer>span{font-size:.56rem}.pro-lot-footer>strong{font-size:.58rem}.pro-lotes-shell .lots-page>.lot-card.compact-list{color:#eaf4fd!important;background:linear-gradient(145deg,#071c31,#06172a)!important;border:1px solid #4894d638!important;border-radius:14px!important;box-shadow:0 15px 34px #00030c29!important}.pro-lotes-shell .lots-page>.animal-card{border-left:1px solid #4894d638!important}.pro-lotes-shell .compact-lot-header h3,.pro-lotes-shell .finance-component-title h3{letter-spacing:-.015em;color:#f7fbff!important;font-size:1.08rem!important}.pro-lotes-shell .title-with-icon .app-icon,.pro-lotes-shell .section-toggle-label .app-icon{color:#2f91ff!important}.pro-lotes-shell .compact-lot-header .lot-info{gap:8px;margin-top:12px}.pro-lotes-shell .compact-lot-header .lot-info span{border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:.64rem;font-weight:800;display:inline-flex;color:#cfe6f8!important;background:#0c3152c7!important;border:1px solid #4097e53d!important}.pro-lotes-shell .compact-lot-header .lot-info span:nth-child(2){color:#63e6ad!important;background:#115e4938!important;border-color:#34d39942!important}.pro-lotes-shell .mini-actions{gap:10px;margin-top:15px;margin-bottom:0}.pro-lotes-shell .mini-actions button{min-height:40px;padding:0 12px;color:#dceefe!important;box-shadow:none!important;background:#0a2946!important;border:1px solid #3e97e547!important;border-radius:10px!important;font-size:.68rem!important;font-weight:850!important}.pro-lotes-shell .mini-actions button:first-child{color:#fff!important;background:linear-gradient(135deg,#0874dc,#0856a7)!important;border-color:#2f91ff7a!important}.pro-lotes-shell .mini-actions button:hover{background:#0d365c!important;border-color:#47a9ff8f!important}.pro-lotes-shell .mini-actions button:first-child:hover{background:linear-gradient(135deg,#1184f1,#0965c3)!important}.pro-lotes-shell .finance-component-title{color:#dce9f4}.pro-lotes-shell .finance-component-title small{text-transform:uppercase;letter-spacing:.05em;font-weight:850;color:#ff9c3d!important;font-size:.59rem!important}.pro-lotes-shell .animal-detail-grid>div{min-height:64px;padding:11px 12px;background:#081e35!important;border:1px solid #4b93d12b!important;border-radius:10px!important}.pro-lotes-shell .animal-detail-grid small{font-weight:750;color:#7f9bb3!important;font-size:.54rem!important}.pro-lotes-shell .animal-detail-grid strong{line-height:1.25;color:#f4f9ff!important;font-size:.78rem!important}.pro-lotes-shell .status-ocupado,.pro-lotes-shell .status-livre{border-radius:999px;min-height:28px;padding:0 10px;font-size:.58rem;font-weight:850}.pro-lotes-shell .status-ocupado{color:#69e8ad!important;background:#115e4933!important;border:1px solid #34d39940!important}.pro-lotes-shell .status-livre{color:#73baff!important;background:#2f91ff17!important;border:1px solid #2f91ff40!important}.pro-lotes-shell .status-ocupado:before,.pro-lotes-shell .status-livre:before{width:6px;height:6px}.pro-lotes-shell .section-toggle{min-height:48px;color:#e8f3fc!important;background:#0a2946!important;border:1px solid #4997da38!important;border-radius:11px!important;padding:0 14px!important;font-size:.72rem!important;font-weight:850!important}.pro-lotes-shell .section-toggle:hover{background:#0c3357!important;border-color:#3e9ef266!important}.pro-lotes-shell .section-toggle>span:last-child{color:#62adf4!important}.pro-lotes-shell .secondary-button{min-height:46px;color:#dceefe!important;background:#0a2946!important;border:1px solid #4997da47!important;border-radius:11px!important;font-size:.72rem!important}.pro-lotes-shell .danger-button{min-height:46px;color:#ffb8b2!important;background:#6f1f259e!important;border:1px solid #ff534847!important;border-radius:11px!important;font-size:.72rem!important}@media (width<=560px){.pro-lotes-overview article{grid-template-columns:38px minmax(0,1fr);gap:9px;min-height:104px;padding:11px}.pro-lotes-stat-icon{width:37px;height:37px}.pro-lotes-overview small{font-size:.58rem}.pro-lotes-overview strong{font-size:1.72rem}.pro-lotes-overview p{white-space:normal;font-size:.5rem;line-height:1.25}.pro-lotes-section-heading h3{font-size:.81rem!important}.pro-lot-title-block small{font-size:.49rem}.pro-lot-title-block h3{font-size:.94rem!important}.pro-lot-status{min-height:25px;font-size:.48rem}.pro-lot-metrics>div{min-height:62px;padding:9px 8px}.pro-lot-metrics small{font-size:.49rem}.pro-lot-metrics strong{font-size:1.34rem}.pro-lot-metrics strong span{font-size:.57rem}.pro-lot-metrics .pro-lot-text-value{font-size:.63rem}.pro-lot-footer>span{font-size:.5rem}.pro-lot-footer>strong{font-size:.53rem}.pro-lotes-shell .compact-lot-header h3,.pro-lotes-shell .finance-component-title h3{font-size:.98rem!important}.pro-lotes-shell .compact-lot-header .lot-info span{min-height:29px;padding:0 10px;font-size:.61rem}.pro-lotes-shell .mini-actions button{min-height:42px;font-size:.66rem!important}.pro-lotes-shell .section-toggle{min-height:48px;font-size:.69rem!important}.pro-lotes-shell .animal-detail-grid small{font-size:.51rem!important}.pro-lotes-shell .animal-detail-grid strong{font-size:.73rem!important}}.pro-lotes-overview small{font-size:.68rem;font-weight:800}.pro-lotes-overview strong{font-size:2.05rem;line-height:.9}.pro-lotes-overview p{font-size:.58rem}.pro-lot-metrics small{font-size:.56rem}.pro-lot-metrics strong{font-size:1.58rem;line-height:.96}.pro-lot-metrics strong span{font-size:.64rem}.pro-lot-metrics .pro-lot-text-value{font-size:.76rem}.pro-lotes-shell .section-toggle .section-toggle-label,.pro-lotes-shell .section-toggle .section-toggle-label span{color:#e8f3fc!important}.pro-lotes-shell .section-toggle .section-toggle-label .app-icon{color:#2f91ff!important}.pro-lotes-shell .animal-detail-grid>div{min-height:72px;padding:13px 14px}.pro-lotes-shell .animal-detail-grid small{font-weight:800;line-height:1.2;font-size:.61rem!important}.pro-lotes-shell .animal-detail-grid strong{margin-top:5px;font-weight:850;line-height:1.25;color:#fff!important;font-size:1rem!important}.pro-lotes-shell .compact-lot-header h3,.pro-lotes-shell .finance-component-title h3{font-size:1.14rem!important}.pro-lotes-shell .compact-lot-header .lot-info span{font-size:.67rem}.pro-lotes-shell .lots-page>.secondary-button,.pro-lotes-shell .lots-page>.danger-button{box-sizing:border-box;justify-content:center;place-self:stretch stretch;align-items:center;height:50px;width:100%!important;min-height:50px!important;margin:0!important;padding:0 16px!important;font-size:.75rem!important;font-weight:850!important;display:flex!important}.pro-lotes-shell .tag-list span{font-weight:750;color:#dceefe!important;background:#0a2946!important;border:1px solid #4997da40!important}@media (width<=560px){.pro-lotes-overview small{font-size:.62rem}.pro-lotes-overview strong{font-size:1.98rem}.pro-lotes-overview p,.pro-lot-metrics small{font-size:.53rem}.pro-lot-metrics strong{font-size:1.56rem}.pro-lot-metrics strong span{font-size:.62rem}.pro-lot-metrics .pro-lot-text-value{font-size:.68rem}.pro-lot-title-block h3{font-size:1rem!important}.pro-lotes-shell .animal-detail-grid>div{min-height:70px;padding:12px 13px}.pro-lotes-shell .animal-detail-grid small{font-size:.58rem!important}.pro-lotes-shell .animal-detail-grid strong{font-size:.92rem!important}.pro-lotes-shell .compact-lot-header h3,.pro-lotes-shell .finance-component-title h3{font-size:1.06rem!important}.pro-lotes-shell .section-toggle{font-size:.74rem!important}.pro-lotes-shell .lots-page>.secondary-button,.pro-lotes-shell .lots-page>.danger-button{height:48px;min-height:48px!important;font-size:.72rem!important}}.module-selector,.module-selector *{box-sizing:border-box}.module-selector{--modules-bg:#020b16;--modules-surface:#071b30;--modules-surface-2:#0a223b;--modules-border:#4d97da40;--modules-text:#f7fbff;--modules-muted:#8ea6bd;--modules-blue:#228bff;--modules-green:#39d96f;width:100%;min-height:100vh;color:var(--modules-text);background:radial-gradient(circle at 82% 7%,#1674cd1f,#0000 24%),linear-gradient(#020a15 0%,#03101e 55%,#020a15 100%);font-family:Inter,Arial,sans-serif;overflow-x:hidden}.module-selector-hero{background:linear-gradient(90deg,#020f1de6 0%,#02122194 43%,#020f1d3d 72%,#020f1dad 100%),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 50% 54%/cover no-repeat;border-bottom:1px solid #438fcf3d;min-height:320px;position:relative;overflow:hidden}.module-selector-overlay{pointer-events:none;background:linear-gradient(#0313240f,#020b162e 48%,#020b16 100%);position:absolute;inset:0}.module-selector-topbar{z-index:2;justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100% - 48px);margin:0 auto;padding-top:26px;display:flex;position:relative}.module-selector-brand{align-items:center;gap:12px;display:flex}.module-selector-brand-icon{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05233dbd;border:1px solid #59a6e947;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.module-selector-brand>div{flex-direction:column;display:flex}.module-selector-brand strong{color:#fff;letter-spacing:-.025em;font-size:1rem;font-weight:850;line-height:1.06}.module-selector-logout{color:#dceeff;min-height:42px;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#051f36c2;border:1px solid #70aadc47;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:.76rem;font-weight:750;transition:all .18s;display:inline-flex}.module-selector-logout:hover{color:#fff;background:#0a3960e6;border-color:#56a9f385}.module-selector-copy{z-index:2;width:min(1180px,100% - 48px);margin:72px auto 0;position:relative}.module-selector-kicker,.module-selector-heading span,.module-card-copy>span{color:#62aff8;letter-spacing:.14em;font-size:.66rem;font-weight:850}.module-selector-copy h1{color:#fff;letter-spacing:-.05em;text-shadow:0 4px 24px #00000057;margin:10px 0 0;font-size:clamp(2.15rem,4.5vw,4rem);font-weight:880;line-height:.98}.module-selector-copy p{color:#dcecff;margin:14px 0 0;font-size:clamp(.9rem,1.2vw,1.08rem);font-weight:520}.module-selector-content{z-index:3;width:min(1180px,100% - 48px);margin:-22px auto 0;padding:0 0 48px;position:relative}.module-selector-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px;display:flex}.module-selector-heading h2{color:#fff;letter-spacing:-.03em;margin:6px 0 0;font-size:clamp(1.2rem,2.1vw,1.75rem);line-height:1.1}.module-selector-heading small{color:var(--modules-muted);font-size:.72rem;font-weight:650}.module-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.module-card{border:1px solid var(--modules-border);color:#fff;text-align:left;min-width:0;min-height:178px;font:inherit;cursor:pointer;background:radial-gradient(circle at 94% 8%,#238bff21,#0000 32%),linear-gradient(145deg,#09223bfa,#041628fa);border-radius:18px;grid-template-columns:70px minmax(0,1fr) 28px;align-items:center;gap:20px;padding:24px;transition:transform .18s,border-color .18s,background .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 45px #0000002e}.module-card:after{content:"";pointer-events:none;background:#228bff14;border-radius:50%;width:190px;height:190px;position:absolute;inset:auto -60px -100px auto}.module-card-cafe:after{background:#39d96f12}.module-card:hover{background:radial-gradient(circle at 94% 8%,#238bff33,#0000 32%),linear-gradient(145deg,#0a2a48fc,#051b30fc);border-color:#44a0f585;transform:translateY(-3px)}.module-card-cafe:hover{border-color:#4ac6796b}.module-card-icon{color:#67b8ff;background:linear-gradient(145deg,#1569b89e,#083b699e);border:1px solid #4b9fed59;border-radius:17px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.module-card-cafe .module-card-icon{color:#63e498;background:linear-gradient(145deg,#1f6f4973,#0a43308a);border-color:#46c1764d}.module-card-copy{min-width:0}.module-card-copy h3{color:#fff;letter-spacing:-.035em;margin:6px 0 0;font-size:clamp(1.25rem,2.2vw,1.65rem);line-height:1.05}.module-card-copy p{color:#91abc2;max-width:410px;margin:10px 0 0;font-size:.77rem;font-weight:520;line-height:1.48}.module-card-arrow{z-index:1;color:#6dbaff;text-align:center;font-size:2rem;font-weight:300;transition:transform .18s;position:relative}.module-card:hover .module-card-arrow{transform:translate(3px)}.module-card-cafe .module-card-copy>span,.module-card-cafe .module-card-arrow{color:#63e498}.pro-sidebar-module-link{background:#09335757;color:#c7d9e9!important;border-color:#5b9fd829!important}.pro-sidebar-module-link:hover{background:#114b7c7a!important}.pro-nav-divider-modules{margin-top:5px!important;margin-bottom:7px!important}.pro-module-switch-button{display:none}@media (width<=899px){.module-selector-hero{background-position:62% 54%;min-height:290px}.module-selector-topbar,.module-selector-copy,.module-selector-content{width:min(100% - 28px,720px)}.module-selector-topbar{padding-top:16px}.module-selector-brand-icon{width:46px;height:46px}.module-selector-brand strong{font-size:.88rem}.module-selector-copy{margin-top:68px}.module-selector-content{margin-top:-18px;padding-bottom:28px}.module-selector-grid{grid-template-columns:1fr}.module-card{grid-template-columns:58px minmax(0,1fr) 22px;gap:14px;min-height:148px;padding:18px}.module-card-icon{border-radius:15px;width:58px;height:58px}.module-card-icon .app-icon{width:34px;height:34px}.module-card-copy p{font-size:.72rem}.pro-module-switch-button{z-index:6;color:#e8f5ff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03192dd1;border:1px solid #70aadc47;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:.62rem;font-weight:800;text-decoration:none;display:inline-flex;position:absolute;top:14px;left:14px;box-shadow:0 8px 20px #0000002e}.pro-module-switch-button:active{transform:translateY(1px)}}@media (width<=560px){.module-selector-hero{min-height:260px}.module-selector-copy{margin-top:54px}.module-selector-copy h1{font-size:2rem}.module-selector-heading{flex-direction:column;align-items:flex-start;gap:6px}.module-selector-heading small{display:none}.module-card{border-radius:16px;grid-template-columns:52px minmax(0,1fr) 18px;gap:12px;min-height:142px;padding:16px}.module-card-icon{width:52px;height:52px}.module-card-copy h3{font-size:1.18rem}.module-card-copy p{margin-top:7px;font-size:.68rem}.module-selector-logout span{display:none}.module-selector-logout{width:42px;padding:0}}.module-selector-footer{color:#6f8ca6;letter-spacing:.01em;justify-content:center;align-items:center;gap:9px;min-height:42px;margin-top:22px;font-size:.68rem;font-weight:650;display:flex}.module-selector-footer b{color:#6f8ca673;font-weight:700}.module-selector-footer-dot,.auth-pro-security-dot{background:#3bd879;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 4px #3bd87917}@media (width>=900px){.module-selector-hero{min-height:350px}.module-selector-copy{margin-top:82px}.module-selector-content{width:min(1220px,100% - 56px);margin-top:-26px;padding-bottom:64px}.module-selector-heading{margin-bottom:20px}.module-card{grid-template-columns:74px minmax(0,1fr) 30px;min-height:194px;padding:28px}.module-card-icon{width:74px;height:74px}.module-card-copy p{max-width:470px;font-size:.8rem}}.auth-page.auth-page-pro,.auth-page.auth-page-pro *{box-sizing:border-box}.auth-page.auth-page-pro{--auth-text:#f7fbff;--auth-muted:#93abc1;--auth-blue:#2c96ff;--auth-border:#5da5e647;width:100%;min-height:100vh;color:var(--auth-text);background:linear-gradient(90deg,#020d19f5 0%,#02111fd1 44%,#020f1d80 70%,#020d19ad 100%),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 50% 54%/cover no-repeat;justify-content:center;align-items:center;padding:40px;font-family:Inter,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.auth-pro-overlay{pointer-events:none;background:radial-gradient(circle at 70% 22%,#258be61a,#0000 28%),linear-gradient(#020c170d,#020a134d);position:absolute;inset:0}.auth-pro-shell{z-index:2;grid-template-columns:minmax(0,1.15fr) minmax(380px,.78fr);align-items:center;gap:clamp(50px,7vw,100px);width:min(1120px,100%);display:grid;position:relative}.auth-pro-intro{min-width:0;padding:18px 0}.auth-pro-brand,.auth-pro-card-brand{align-items:center;gap:12px;display:flex}.auth-pro-brand-icon{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05233dbd;border:1px solid #5eabee4d;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:0 14px 35px #0000002e}.auth-pro-brand>div,.auth-pro-card-brand>div{flex-direction:column;display:flex}.auth-pro-brand strong{color:#fff;letter-spacing:-.025em;font-size:1.02rem;font-weight:850;line-height:1.03}.auth-pro-kicker,.auth-pro-card-kicker{color:#62aff8;letter-spacing:.16em;font-size:.68rem;font-weight:850}.auth-pro-copy h1{color:#fff;letter-spacing:-.055em;text-shadow:0 5px 30px #00000052;max-width:620px;margin:12px 0 0;font-size:clamp(2.7rem,5vw,4.8rem);font-weight:880;line-height:.96}.auth-pro-copy p{color:#c7dbed;max-width:560px;margin:20px 0 0;font-size:1rem;font-weight:510;line-height:1.6}.auth-pro-modules{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.auth-pro-modules span{color:#d9edff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05223b8f;border:1px solid #62aff838;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 13px;font-size:.72rem;font-weight:730;display:inline-flex}.auth-card.auth-card-pro{border:1px solid var(--auth-border);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 100% 0,#268ce51c,#0000 34%),linear-gradient(150deg,#071d33f2,#03111ff5);border-radius:22px;width:100%;max-width:430px;margin:0 0 0 auto;padding:30px;box-shadow:0 34px 80px #00000057}.auth-pro-card-logo{color:#fff;background:#0a3a60b3;border:1px solid #5da5e647;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.auth-pro-card-brand strong{color:#f5fbff;font-size:.82rem;font-weight:820;line-height:1.1}.auth-pro-card-brand small{color:#7895ae;margin-top:3px;font-size:.64rem;font-weight:650}.auth-card.auth-card-pro h2{color:#fff;letter-spacing:-.04em;margin:9px 0 0;font-size:1.85rem;font-weight:860;line-height:1.04}.auth-pro-card-subtitle{color:#8fa9c0;margin:10px 0 0;font-size:.77rem;line-height:1.5}.auth-form.auth-form-pro{gap:8px;margin-top:25px;display:grid}.auth-form.auth-form-pro label{color:#dcecff;margin-top:8px;font-size:.7rem;font-weight:780}.auth-form.auth-form-pro input{color:#f5fbff;width:100%;min-height:48px;font:inherit;box-shadow:none;background:#020e1bc2;border:1px solid #6ba4d438;border-radius:11px;outline:none;padding:0 14px;font-size:.79rem;transition:all .18s}.auth-form.auth-form-pro input::placeholder{color:#668097}.auth-form.auth-form-pro input:focus{background:#04172af0;border-color:#4ba0efad;box-shadow:0 0 0 3px #2c96ff1a}.auth-form.auth-form-pro input:disabled{opacity:.65}.auth-form.auth-form-pro button{color:#fff;min-height:49px;font:inherit;cursor:pointer;background:linear-gradient(#268ff1,#1475cb);border:1px solid #53a9f775;border-radius:11px;margin-top:15px;font-size:.8rem;font-weight:820;transition:all .18s;box-shadow:0 12px 28px #1270bf3d}.auth-form.auth-form-pro button:hover:not(:disabled){background:linear-gradient(#329cff,#197fd9);transform:translateY(-1px)}.auth-form.auth-form-pro button:disabled{opacity:.65;cursor:default}.auth-error.auth-error-pro{color:#ffb8bd;background:#7e1b2538;border:1px solid #f6636347;border-radius:10px;margin:9px 0 0;padding:10px 12px;font-size:.7rem;line-height:1.4}.auth-pro-security{color:#718aa0;border-top:1px solid #5da5e61f;justify-content:center;align-items:center;gap:9px;margin-top:22px;padding-top:18px;font-size:.64rem;font-weight:650;display:flex}@media (width<=899px){.auth-page.auth-page-pro{background-position:62% 54%;align-items:flex-start;min-height:100dvh;padding:22px 16px 28px;overflow-y:auto}.auth-pro-shell{grid-template-columns:1fr;gap:22px;width:min(100%,560px)}.auth-pro-intro{padding:0}.auth-pro-brand-icon{border-radius:14px;width:48px;height:48px}.auth-pro-brand-icon .app-icon{width:33px;height:33px}.auth-pro-brand strong{font-size:.88rem}.auth-pro-copy{margin-top:48px}.auth-pro-copy h1{max-width:440px;font-size:clamp(2.1rem,10vw,3rem)}.auth-pro-copy p{max-width:470px;margin-top:14px;font-size:.82rem;line-height:1.5}.auth-pro-modules{margin-top:16px}.auth-card.auth-card-pro{border-radius:18px;max-width:none;margin:0;padding:22px}.auth-pro-card-brand{display:none}.auth-card.auth-card-pro h2{font-size:1.55rem}.auth-form.auth-form-pro{margin-top:19px}}@media (width<=560px){.module-selector-footer{gap:7px;min-height:34px;margin-top:14px;font-size:.6rem}.auth-page.auth-page-pro{padding:17px 14px 24px}.auth-pro-copy{margin-top:36px}.auth-pro-copy p{font-size:.76rem}.auth-pro-modules span{min-height:32px;padding:0 11px;font-size:.65rem}.auth-card.auth-card-pro{padding:20px 18px}.auth-form.auth-form-pro input{min-height:46px}}.auth-page.auth-page-pro{background:linear-gradient(90deg,#020d19e6 0%,#02111fc2 43%,#020f1d66 70%,#020d1994 100%),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 50% 54%/cover no-repeat}.auth-pro-overlay{background:radial-gradient(circle at 72% 20%,#369df417,#0000 26%),linear-gradient(#020c1705,#020a133b)}.auth-pro-shell{grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:clamp(48px,6.5vw,88px);width:min(1080px,100%)}.auth-pro-copy{max-width:560px;margin-top:clamp(48px,7vh,72px)}.auth-pro-copy h1{letter-spacing:-.05em;max-width:540px;margin-top:11px;font-size:clamp(2.45rem,4.15vw,3.95rem);line-height:.99}.auth-pro-copy p{color:#cfe2f3;max-width:510px;margin-top:17px;font-size:.94rem;line-height:1.55}.auth-pro-modules{gap:9px;margin-top:22px}.auth-pro-modules .auth-pro-module{color:#dceeff;background:#041c31b8;border-radius:999px;gap:7px;min-height:36px;padding:0 13px 0 10px;box-shadow:inset 0 0 0 1px #7cbef50a}.auth-pro-modules .auth-pro-module .app-icon{flex:none}.auth-pro-modules .auth-pro-module-cattle{color:#e8f6ff;border-color:#75c2ff57}.auth-pro-modules .auth-pro-module-cattle .app-icon{filter:drop-shadow(0 0 5px #58b2ff2e);color:#9cd3ff!important}.auth-pro-modules .auth-pro-module-coffee{color:#dff8e8;border-color:#5fdc9142}.auth-pro-modules .auth-pro-module-coffee .app-icon{color:#6ce69c!important}.auth-card.auth-card-pro{background:radial-gradient(circle at 100% 0,#268ce517,#0000 33%),linear-gradient(150deg,#061c31ed,#03111ff0);border-radius:19px;max-width:410px;padding:28px;box-shadow:0 28px 64px #0000004a}.auth-pro-card-brand{margin-bottom:24px}.auth-pro-card-kicker{color:#82c6ff;letter-spacing:.14em}.auth-card.auth-card-pro h2{margin-top:8px;font-size:1.72rem}.auth-pro-card-subtitle{color:#94abc0;margin-top:8px;font-size:.75rem}.auth-form.auth-form-pro{margin-top:21px}.auth-form.auth-form-pro input{min-height:46px}.auth-form.auth-form-pro button{min-height:47px;margin-top:13px}.auth-pro-security{margin-top:19px;padding-top:16px}@media (width<=899px){.auth-page.auth-page-pro{background-position:64% 52%;padding:16px 14px 22px}.auth-pro-shell{gap:15px;width:min(100%,540px)}.auth-pro-brand{gap:10px}.auth-pro-brand-icon{border-radius:13px;width:44px;height:44px}.auth-pro-brand-icon .app-icon{width:29px;height:29px}.auth-pro-brand strong{font-size:.84rem}.auth-pro-copy{margin-top:27px}.auth-pro-kicker{letter-spacing:.14em;font-size:.62rem}.auth-pro-copy h1{max-width:430px;margin-top:8px;font-size:clamp(2rem,8.7vw,2.55rem);line-height:.99}.auth-pro-copy p{max-width:460px;margin-top:10px;font-size:.76rem;line-height:1.45}.auth-pro-modules{display:none}.auth-card.auth-card-pro{background:radial-gradient(circle at 100% 0,#268ce512,#0000 34%),linear-gradient(150deg,#061c31e8,#03111fed);border-radius:16px;padding:19px 18px 20px;box-shadow:0 20px 45px #0000003d}.auth-pro-card-kicker{display:none}.auth-card.auth-card-pro h2{margin-top:0;font-size:1.42rem}.auth-pro-card-subtitle{margin-top:6px;font-size:.72rem}.auth-form.auth-form-pro{gap:6px;margin-top:14px}.auth-form.auth-form-pro label{margin-top:6px;font-size:.67rem}.auth-form.auth-form-pro input{border-radius:10px;min-height:44px}.auth-form.auth-form-pro button{min-height:46px;margin-top:11px}.auth-pro-security{margin-top:16px;padding-top:14px;font-size:.61rem}}@media (width<=560px){.auth-page.auth-page-pro{padding:14px 14px 20px}.auth-pro-copy{margin-top:23px}.auth-pro-copy h1{font-size:clamp(1.95rem,9vw,2.35rem)}.auth-pro-copy p{font-size:.74rem}.auth-card.auth-card-pro{padding:18px 17px 19px}}.auth-pro-modules .auth-pro-module .app-icon{stroke-width:2.05px;border-radius:7px;padding:3px;width:22px!important;height:22px!important}.auth-pro-modules .auth-pro-module-cattle .app-icon{filter:drop-shadow(0 0 6px #3aa4ff3d);background:linear-gradient(145deg,#1d91ed,#0d62aa);border:1px solid #92d3ff6b;color:#fff!important;stroke:#fff!important}.auth-pro-modules .auth-pro-module-coffee .app-icon{filter:drop-shadow(0 0 6px #3dd97a2e);background:linear-gradient(145deg,#15945a,#0b603d);border:1px solid #77eca44d;color:#eafff1!important;stroke:#eafff1!important}@media (width<=899px){.auth-page.auth-page-pro{background:linear-gradient(#020e1bb8 0%,#02101e8c 37%,#020c178f 100%),url(/assets/fazenda-nelore-hero-ZYhYhXuX.webp) 67% 52%/cover no-repeat;align-items:flex-start;min-height:100dvh;padding:16px 14px 24px;overflow:hidden auto}.auth-pro-shell{margin:0 auto;flex-direction:column!important;align-items:stretch!important;gap:15px!important;width:min(100%,540px)!important;display:flex!important}.auth-pro-intro{width:100%;min-width:0;padding:0}.auth-pro-brand{width:100%}.auth-pro-copy{width:100%;max-width:none;margin-top:22px}.auth-pro-copy h1{letter-spacing:-.045em;width:100%;max-width:420px;margin-top:7px;font-size:clamp(1.95rem,8.8vw,2.5rem);line-height:1}.auth-pro-copy p{max-width:440px;margin-top:10px;font-size:.76rem;line-height:1.46}.auth-pro-modules{display:none!important}.auth-card.auth-card-pro{border-radius:17px;padding:19px 18px 20px;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;position:static!important;inset:auto!important}.auth-card.auth-card-pro h2{font-size:1.42rem}.auth-form.auth-form-pro input,.auth-form.auth-form-pro button{width:100%}}@media (width<=560px){.auth-page.auth-page-pro{padding:14px 13px 22px}.auth-pro-brand-icon{width:43px;height:43px}.auth-pro-copy{margin-top:19px}.auth-pro-copy h1{max-width:360px;font-size:clamp(1.85rem,9.2vw,2.18rem)}.auth-pro-copy p{max-width:390px;font-size:.73rem}.auth-card.auth-card-pro{padding:18px 17px 19px}}.cafe-layout .hero{min-height:150px;background:linear-gradient(90deg,#071a2d 0%,#092238 45%,#08232ff0 62%,#07232a8c 82%,#071f2438 100%),url(/assets/cafe-hero-jpoAn3Cl.webp) 100%/auto 100% no-repeat!important;padding:58px 24px 20px!important}.cafe-layout .hero .eyebrow{color:#e9f4ffc7;letter-spacing:.14em;margin:0 0 3px;font-size:.64rem}.cafe-layout .hero h1{color:#fff;margin:0;font-size:clamp(1.8rem,3.2vw,2.45rem);line-height:1}.cafe-layout .hero>span{color:#d9e8f0;margin-top:6px;font-size:.8rem}.cafe-layout .profile-badge{color:#eaffef;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d533d9e;border-color:#78e6a640}.cafe-layout main{background:#f4f6f8}.cafe-page{color:#10283c;gap:14px;padding:15px 20px 102px;display:grid}.cafe-overview-grid{grid-template-columns:1.18fr repeat(3,1fr);gap:10px;display:grid}.cafe-overview-card{background:#fff;border:1px solid #dbe3ea;border-radius:17px;align-items:center;gap:13px;min-width:0;min-height:112px;padding:16px;display:flex;box-shadow:0 7px 18px #14293e0f}.cafe-overview-main{background:linear-gradient(135deg,#e8f3fcb8,#fff 60%);border-color:#d1deea}.cafe-overview-icon,.cafe-investment-icon{border-radius:11px;flex:0 0 39px;place-items:center;width:39px;height:39px;display:grid}.cafe-overview-card small{color:#718196;letter-spacing:.08em;font-size:.61rem;font-weight:900;display:block}.cafe-overview-card strong{color:#10283c;letter-spacing:-.03em;margin:3px 0 1px;font-size:clamp(1.1rem,1.8vw,1.48rem);font-weight:900;line-height:1.08;display:block}.cafe-overview-main strong{font-size:clamp(1.45rem,2.4vw,1.9rem)}.cafe-overview-card p{color:#7c8997;margin:0;font-size:.69rem;line-height:1.35}.cafe-icon-blue{color:#2c6ed5;background:#eaf2ff}.cafe-icon-orange{color:#e56a17;background:#fff1e6}.cafe-icon-green{color:#168d58;background:#e8f7ef}.cafe-icon-purple{color:#8158c7;background:#f1ebfb}.cafe-section-card{background:#fff;border:1px solid #dbe3ea;border-radius:19px;padding:20px;box-shadow:0 8px 22px #14293e0d}.cafe-section-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:15px;display:flex}.cafe-section-header small{color:#4681b6;letter-spacing:.12em;font-size:.62rem;font-weight:900;display:block}.cafe-section-header h3{color:#10283c;letter-spacing:-.02em;margin:4px 0 0;font-size:1.14rem}.cafe-section-badge{color:#28754e;background:#f0f8f3;border:1px solid #d9e9df;border-radius:999px;padding:6px 9px;font-size:.63rem;font-weight:850}.cafe-investments-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.cafe-investment-card{background:#f9fbfc;border:1px solid #e1e7ec;border-radius:15px;min-width:0;padding:16px}.cafe-investment-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.cafe-investment-status{color:#6e7b88;background:#edf1f4;border-radius:999px;padding:5px 8px;font-size:.59rem;font-weight:800}.cafe-investment-card h4{color:#10283c;margin:13px 0 4px;font-size:.91rem}.cafe-investment-card>p{color:#7b8794;min-height:29px;margin:0 0 11px;font-size:.7rem;line-height:1.4}.cafe-investment-card>strong{color:#10283c;letter-spacing:-.03em;font-size:1.16rem;font-weight:900;display:block}.cafe-investment-meta{flex-wrap:wrap;gap:6px;margin-top:11px;display:flex}.cafe-investment-meta span{color:#687682;background:#eef2f5;border-radius:7px;padding:5px 7px;font-size:.6rem;font-weight:720}.cafe-layout .cafe-bottom-nav{justify-content:center;gap:8px;grid-template-columns:repeat(3,minmax(120px,190px))!important}.cafe-layout .cafe-bottom-nav>a{min-width:0}@media (width<=950px){.cafe-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cafe-investments-grid{grid-template-columns:1fr}.cafe-investment-card>p{min-height:0}}@media (width<=640px){.cafe-layout .hero{min-height:138px;background:linear-gradient(90deg,#061828f2 0%,#061d2bdb 48%,#051d236b 100%),url(/assets/cafe-hero-jpoAn3Cl.webp) 62%/auto 100% no-repeat!important;padding:55px 16px 18px!important}.cafe-layout .hero h1{font-size:1.9rem}.cafe-layout .hero>span{font-size:.74rem}.cafe-page{gap:9px;padding:10px 10px 92px}.cafe-overview-grid{gap:7px}.cafe-overview-card{border-radius:14px;gap:9px;min-height:92px;padding:12px}.cafe-overview-icon,.cafe-investment-icon{border-radius:10px;flex-basis:34px;width:34px;height:34px}.cafe-overview-card strong{font-size:.98rem}.cafe-overview-main strong{font-size:1.22rem}.cafe-overview-card p{font-size:.62rem}.cafe-section-card{border-radius:16px;padding:13px}.cafe-section-header{margin-bottom:11px}.cafe-section-header h3{font-size:1rem}.cafe-investment-card{border-radius:13px;padding:13px}.cafe-layout .cafe-bottom-nav{gap:4px;grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=390px){.cafe-overview-grid{grid-template-columns:1fr}.cafe-overview-card{min-height:78px}}@media (width>=900px) and (width<=1100px){.pro-lotes-shell .pro-module-main>.lots-page{grid-template-columns:minmax(0,1fr)!important}.pro-lotes-shell .pro-lotes-toolbar,.pro-lotes-shell .pro-lotes-overview,.pro-lotes-shell .pro-lotes-section{width:100%;min-width:0}.pro-lotes-shell .pro-lotes-overview,.pro-lotes-shell .pro-lotes-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pro-lotes-shell .pro-lot-card,.pro-lotes-shell .pro-lot-metrics,.pro-lotes-shell .pro-lot-metrics>div{min-width:0}.pro-lotes-shell .pro-lot-metrics strong,.pro-lotes-shell .pro-lot-metrics .pro-lot-text-value{overflow:visible}}@media (width>=700px) and (width<=899px){.pro-lotes-shell .pro-module-main>.lots-page,.pro-lotes-shell .pro-lotes-card-grid{grid-template-columns:minmax(0,1fr)!important}}.animal-overview{z-index:3;grid-template-columns:repeat(4,1fr);gap:7px;margin:-52px 18px 12px;display:grid;position:relative}.animal-overview div{text-align:center;background:#0f172a;border:1px solid #ffffff14;border-radius:15px;flex-direction:column;justify-content:center;min-width:0;min-height:64px;padding:10px 6px;display:flex}.animal-overview small{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.56rem;font-weight:800;line-height:1.2;display:block}.animal-overview strong{color:#fff;font-size:1.05rem;display:block}.animal-toolbar{grid-template-columns:1fr auto;gap:8px;margin:0 18px 9px;display:grid}.animal-toolbar input{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%;padding:12px 13px;font-family:inherit;font-size:.78rem}.animal-toolbar button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:14px;padding:0 14px;font-weight:900}.animal-filters{scrollbar-width:none;gap:6px;margin:0 18px 11px;padding-bottom:2px;display:flex;overflow-x:auto}.animal-filters::-webkit-scrollbar{display:none}.animal-filters button{white-space:nowrap;color:#94a3b8;cursor:pointer;background:#0f172a;border:1px solid #ffffff14;border-radius:999px;padding:8px 11px;font-size:.68rem;font-weight:800}.animal-filters button.active{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#0000}.animal-cards-list{flex-direction:column;gap:8px;padding:0 18px 125px;display:flex}.animal-modern-card{color:#fff;text-align:left;cursor:pointer;background:linear-gradient(#111827,#0f172a);border:1px solid #ffffff12;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:12px;transition:all .2s;display:grid}.animal-modern-card:hover{border-color:#4ade8047;transform:translateY(-2px)}.animal-modern-number{color:#86efac;background:#22c55e1f;border-radius:14px;justify-content:center;align-items:center;min-width:54px;height:42px;padding:0 10px;font-size:.9rem;font-weight:900;display:flex}.animal-modern-info{flex-direction:column;gap:3px;min-width:0;display:flex}.animal-modern-info strong{color:#fff;font-size:.82rem;line-height:1.2}.animal-modern-info small{color:#94a3b8;overflow-wrap:anywhere;font-size:.67rem;line-height:1.25}.animal-status{white-space:nowrap;border-radius:999px;padding:6px 8px;font-size:.61rem;font-weight:900}.animal-status-ativo{color:#bbf7d0;background:#22c55e1f}.animal-status-acabamento{color:#fde68a;background:#f59e0b1f}.animal-status-abatido,.animal-status-vendido{color:#bfdbfe;background:#3b82f61f}.animal-status-morto{color:#fecaca;background:#ef44441f}.animal-profile{z-index:3;margin:-52px 18px 125px;position:relative}.animal-profile-header{background:linear-gradient(135deg,#14532d,#166534);border:1px solid #86efac2e;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.animal-profile-header small{color:#bbf7d0;text-transform:uppercase;font-size:.66rem;font-weight:900;display:block}.animal-profile-header h2{color:#fff;margin:3px 0 4px;font-size:1.5rem}.animal-profile-header span{color:#dcfce7;font-size:.73rem}.animal-profile-icon{background:#ffffff1f;border-radius:16px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.55rem;display:flex}.animal-profile-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.animal-profile-grid>div{background:#0f172a;border:1px solid #ffffff14;border-radius:15px;min-width:0;padding:11px}.animal-profile-grid small{color:#86efac;text-transform:uppercase;margin-bottom:4px;font-size:.62rem;font-weight:900;display:block}.animal-profile-grid strong{color:#fff;overflow-wrap:anywhere;font-size:.79rem;line-height:1.28}.animal-profile-highlight{grid-column:1/-1;background:linear-gradient(135deg,#22c55e29,#0f172af2)!important;border-color:#4ade802e!important}.animal-profile-highlight strong{font-size:.9rem}.animal-profile-note{background:#0f172a;border:1px solid #ffffff14;border-radius:15px;margin-top:10px;padding:12px}.animal-profile-note small{color:#86efac;text-transform:uppercase;margin-bottom:5px;font-size:.65rem;font-weight:900;display:block}.animal-profile-note p{color:#cbd5e1;margin:0;font-size:.76rem;line-height:1.4}.animal-profile-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.animal-profile-actions .secondary-button,.animal-profile-actions .action-button{margin-top:0}.animal-timeline{background:#0f172a;border:1px solid #ffffff14;border-radius:18px;margin-top:12px;padding:14px}.animal-timeline h3{color:#fff;margin-bottom:11px;font-size:.94rem}.animal-timeline>p{color:#94a3b8;font-size:.73rem}.animal-timeline-item{grid-template-columns:14px 1fr;gap:9px;padding:0 0 13px;display:grid;position:relative}.animal-timeline-item:last-child{padding-bottom:0}.animal-timeline-item:before{content:"";background:#4ade802e;width:2px;position:absolute;top:12px;bottom:0;left:5px}.animal-timeline-item:last-child:before{display:none}.animal-timeline-dot{background:#22c55e;border-radius:50%;width:12px;height:12px;margin-top:3px;box-shadow:0 0 0 4px #22c55e1f}.animal-timeline-item div{flex-direction:column;gap:3px;display:flex}.animal-timeline-item strong{color:#fff;font-size:.78rem}.animal-timeline-item small{color:#86efac;font-size:.66rem;font-weight:800}.animal-timeline-item p{color:#94a3b8;margin:0;font-size:.69rem;line-height:1.3}@media (width<=380px){.animal-overview{grid-template-columns:1fr 1fr}.animal-modern-card{grid-template-columns:auto 1fr}.animal-status{grid-column:2;justify-self:start}.animal-profile-grid{grid-template-columns:1fr}.animal-profile-highlight{grid-column:auto}}.animal-overview small{overflow-wrap:anywhere}.animal-modern-info strong{color:#fff;font-size:.84rem}.animal-modern-info small:last-child{color:#86efac}@media (width<=430px){.animal-overview{grid-template-columns:repeat(2,1fr)}}.animal-profile-prontuario{margin-top:-52px}.animal-record-header{background:linear-gradient(135deg,#14532d,#166534);border:1px solid #86efac2e;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.animal-record-header>div{min-width:0}.animal-record-header small{color:#bbf7d0;text-transform:uppercase;letter-spacing:.06em;font-size:.66rem;font-weight:900;display:block}.animal-record-header h2{color:#fff;margin:4px 0 3px;font-size:1.2rem}.animal-record-header p{color:#dcfce7;margin:0;font-size:.72rem;line-height:1.3}.animal-record-status{letter-spacing:.05em;border-radius:999px;flex-shrink:0;padding:9px 12px;font-size:.72rem;font-weight:900}.animal-record-status-ativo{color:#dcfce7;background:#ffffff1f}.animal-record-status-abatido{color:#dbeafe;background:#1e40af52}.animal-record-status-morto{color:#fecaca;background:#7f1d1d61}.animal-record-summary{background:#0f172a;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:10px;padding:12px;display:grid}.animal-record-summary div{min-width:0}.animal-record-summary small,.animal-record-weight small,.animal-record-note small{color:#86efac;text-transform:uppercase;margin-bottom:4px;font-size:.61rem;font-weight:900;display:block}.animal-record-summary strong,.animal-record-weight strong{color:#fff;overflow-wrap:anywhere;font-size:.78rem;line-height:1.25}.animal-record-weight{background:#0f172a;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin-top:10px;padding:13px 12px;display:grid}.animal-record-weight>div{text-align:center;min-width:0}.animal-record-weight>span{color:#4ade80;font-weight:900}.animal-record-gmd{background:#22c55e1a;border:1px solid #4ade802e;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:10px 12px;display:flex}.animal-record-gmd span{color:#86efac;font-size:.68rem;font-weight:800}.animal-record-gmd strong{color:#fff;white-space:nowrap;font-size:.8rem}.animal-record-note{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;margin-top:10px;padding:12px}.animal-record-note p{color:#cbd5e1;margin:0;font-size:.75rem;line-height:1.4}.animal-record-actions{margin-top:10px}.animal-record-actions .secondary-button{margin-top:0;padding:11px 12px}.animal-record-timeline{margin-top:10px;padding:14px}.animal-record-section-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.animal-record-section-title small{color:#86efac;text-transform:uppercase;font-size:.61rem;font-weight:900;display:block}.animal-record-section-title h3{margin:2px 0 0}.animal-record-section-title>span{font-size:1.05rem}@media (width<=380px){.animal-record-header{align-items:flex-start}.animal-record-status{padding:8px 10px;font-size:.64rem}.animal-record-weight{grid-template-columns:1fr}.animal-record-weight>span{justify-self:center;transform:rotate(90deg)}}.compact-form.animal-form-card{z-index:4;text-align:left;background:linear-gradient(#111827,#0f172a);border:1px solid #ffffff14;border-radius:22px;gap:14px;margin:-74px 18px 125px;padding:18px;position:relative;box-shadow:0 10px 26px #00000038}.animal-form-header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:13px;display:flex}.animal-form-header-icon{background:#22c55e21;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex}.animal-form-header h3{color:#fff;margin:0;font-size:1.05rem;line-height:1.15}.animal-form-header p{color:#94a3b8;margin:3px 0 0;font-size:.7rem;line-height:1.3}.animal-form-card .form-grid-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px;margin:0;display:grid}.animal-form-card .form-grid-2>div{flex-direction:column;min-width:0;display:flex}.animal-form-card label{color:#4ade80;text-align:left;align-items:flex-end;min-height:34px;margin:0 0 6px;font-size:.72rem;font-weight:900;line-height:1.2;display:flex}.animal-form-card>label{min-height:auto;margin-top:1px}.animal-form-card input,.animal-form-card select,.animal-form-card textarea{box-sizing:border-box;color:#fff;background:linear-gradient(#162033,#111827);border:1px solid #94a3b829;border-radius:14px;outline:none;width:100%;font-family:inherit;font-size:.78rem;box-shadow:inset 0 1px #ffffff05}.animal-form-card input,.animal-form-card select{height:44px;min-height:44px;padding:0 13px}.animal-form-card textarea{resize:vertical;min-height:84px;padding:12px 13px}.animal-form-card input:focus,.animal-form-card select:focus,.animal-form-card textarea:focus{border-color:#4ade808c;box-shadow:0 0 0 3px #22c55e1a}.animal-form-helper{color:#94a3b8;min-height:16px;margin:5px 0 0;font-size:.62rem;line-height:1.25;display:block}.animal-form-card .form-grid-2>div:first-child .animal-form-helper{visibility:hidden}.animal-batch-preview{color:#cbd5e1;text-align:left;background:#22c55e1a;border:1px solid #4ade802e;border-radius:13px;margin:0;padding:10px 12px;font-size:.72rem;line-height:1.4}.animal-batch-preview strong{color:#86efac}.animal-form-card .action-button,.animal-form-card .secondary-button{border-radius:14px;width:100%;min-height:44px;margin-top:0}.animal-form-card .action-button{background:linear-gradient(135deg,#22c55e,#16a34a);font-size:.8rem;font-weight:900;box-shadow:0 10px 22px #22c55e29}@media (width<=380px){.compact-form.animal-form-card{margin:-68px 14px 125px;padding:15px}.animal-form-card .form-grid-2{grid-template-columns:1fr;gap:10px}.animal-form-card label{min-height:auto}.animal-form-card .form-grid-2>div:first-child .animal-form-helper{display:none}.animal-form-helper{min-height:auto}}.animal-advanced-filters{display:none}.animal-pagination{background:#0f172a;border:1px solid #ffffff14;border-radius:16px;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;margin-top:4px;padding:10px;display:flex}.animal-pagination button{color:#fff;cursor:pointer;background:#111827;border:1px solid #ffffff17;border-radius:12px;min-height:38px;padding:0 14px;font-weight:800}.animal-pagination button:disabled{cursor:not-allowed;opacity:.4}.animal-pagination span{color:#94a3b8;font-size:.72rem;font-weight:800}@media (width>=900px){.animal-overview{gap:12px;margin:-52px 32px 14px}.animal-overview div{min-height:78px;padding:14px 12px}.animal-overview small{font-size:.67rem}.animal-overview strong{font-size:1.35rem}.animal-toolbar{margin:0 32px 10px}.animal-filters{margin:0 32px 14px}.animal-advanced-filters{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:center;gap:10px;margin:0 32px 14px;display:grid}.animal-advanced-filters select{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:13px;outline:none;width:100%;min-height:42px;padding:0 12px}.animal-advanced-filters>span{color:#86efac;white-space:nowrap;font-size:.72rem;font-weight:900}.animal-cards-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 32px 110px;display:grid}.animal-cards-list>.lot-card{grid-column:1/-1}.animal-modern-card{min-height:78px}.animal-profile{width:min(960px,100% - 64px);margin:-52px auto 110px}.animal-profile-grid,.animal-record-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.animal-profile-highlight{grid-column:1/-1}.compact-form.animal-form-card{width:min(900px,100% - 64px);margin:-74px auto 110px}}@media (width>=700px) and (width<=899px){.animal-overview,.animal-toolbar,.animal-filters{margin-left:24px;margin-right:24px}.animal-advanced-filters{grid-template-columns:1fr 1fr;gap:9px;margin:0 24px 12px;display:grid}.animal-advanced-filters select{color:#fff;background:#0f172a;border:1px solid #ffffff14;border-radius:13px;min-height:42px;padding:0 11px}.animal-advanced-filters>span{color:#86efac;grid-column:1/-1;font-size:.72rem;font-weight:900}.animal-cards-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-left:24px;padding-right:24px;display:grid}.animal-cards-list>.lot-card{grid-column:1/-1}.animal-profile{width:calc(100% - 48px);margin-left:auto;margin-right:auto}.compact-form.animal-form-card{width:min(760px,100% - 48px);margin-left:auto;margin-right:auto}}.animal-overview,.animal-modern-card,.animal-profile,.animal-form-card,.animal-record-summary>div,.animal-profile-highlight,.animal-profile-prontuario,.animal-record-timeline,.animal-batch-preview{background:var(--natural-surface);border-color:var(--natural-border);color:var(--natural-text);box-shadow:0 12px 30px #41362212}.animal-overview small,.animal-modern-info span,.animal-modern-info small,.animal-note,.animal-record-note,.animal-timeline-item p,.animal-timeline-item small,.animal-profile p,.animal-profile small,.animal-form-helper{color:var(--natural-muted)}.animal-overview strong,.animal-modern-card strong,.animal-modern-info strong,.animal-profile h2,.animal-profile h3,.animal-record-summary strong,.animal-record-section-title,.animal-form-card h3{color:var(--natural-text)}.animal-modern-number,.animal-timeline-dot,.animal-form-header-icon{color:var(--natural-green-dark);background:var(--natural-green-soft);border-color:#cedbc9}.animal-status-ativo,.animal-status{color:var(--natural-green-dark);background:var(--natural-green-soft);border-color:#cbdac7}.animal-record-status{border:1px solid #0000;align-items:center;gap:7px;display:inline-flex}.animal-record-status:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.animal-record-status-ativo{color:var(--natural-green-dark);background:var(--natural-green-soft);border-color:#cbdac7}.animal-record-status-abatido{color:#8a672f;background:var(--natural-gold-soft);border-color:#e1cda8}.animal-record-status-morto{color:var(--natural-danger);background:var(--natural-danger-soft);border-color:#e6c5bf}.animal-toolbar input,.animal-toolbar select,.animal-filters select,.animal-advanced-filters select,.animal-form-card input,.animal-form-card select,.animal-form-card textarea{color:var(--natural-text);border-color:var(--natural-border);background:#fffdf9}.animal-toolbar input:focus,.animal-toolbar select:focus,.animal-filters select:focus,.animal-advanced-filters select:focus,.animal-form-card input:focus,.animal-form-card select:focus,.animal-form-card textarea:focus{border-color:#31553a94;box-shadow:0 0 0 3px #31553a1a}.animal-toolbar input::placeholder,.animal-form-card input::placeholder,.animal-form-card textarea::placeholder{color:#a29f94}.animal-advanced-filters>span,.animal-form-card label,.animal-record-gmd,.animal-record-weight strong{color:var(--natural-green-dark)}.animal-record-header,.animal-record-weight,.animal-weight-row,.animal-timeline-item,.animal-record-actions,.animal-profile-actions{border-color:var(--natural-border)}.animal-record-weight,.animal-weight-row,.animal-timeline-item{background:var(--natural-surface-soft)}.animal-pagination button,.animal-record-actions button,.animal-profile-actions button{background:var(--natural-surface-soft);color:var(--natural-green-dark);border-color:var(--natural-border)}.animal-pagination button:hover,.animal-record-actions button:hover,.animal-profile-actions button:hover{background:var(--natural-green-soft);border-color:#cad8c6}.animal-record-actions .danger-button,.animal-profile-actions .danger-button{color:#fff;background:var(--natural-danger)}.pro-animais-shell .pro-module-main{padding-bottom:36px}.pro-animais-shell .animal-overview{z-index:5;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:auto;margin:-38px 28px 14px;display:grid;position:relative}.pro-animais-shell .animal-overview article{text-align:left;background:radial-gradient(circle at 100% 100%,#2784d712,#0000 36%),linear-gradient(145deg,#0a2038,#06182b);border:1px solid #4894d638;border-radius:14px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:11px;min-width:0;min-height:112px;padding:14px;display:grid;box-shadow:0 12px 28px #00030c2e}.pro-animais-shell .animal-overview article>div{min-width:0}.pro-animais-shell .animal-overview-icon{color:#2f91ff;background:#2f91ff1a;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pro-animais-shell .animal-overview-cyan{color:#2fc8ff;background:#2fc8ff17}.pro-animais-shell .animal-overview-orange{color:#ff942d;background:#ff942d17}.pro-animais-shell .animal-overview-purple{color:#8b72ff;background:#8b72ff1a}.pro-animais-shell .animal-overview small{color:#b8c9d8;text-transform:none;margin:0;font-size:.62rem;font-weight:800;line-height:1.2;display:block}.pro-animais-shell .animal-overview strong{color:#fff;letter-spacing:-.045em;font-variant-numeric:tabular-nums;margin-top:5px;font-size:1.72rem;font-weight:900;line-height:.95;display:block}.pro-animais-shell .animal-overview p{color:#6f8ca5;white-space:nowrap;text-overflow:ellipsis;margin:6px 0 0;font-size:.54rem;overflow:hidden}.pro-animais-shell .animal-toolbar{background:linear-gradient(145deg,#071c31,#06172a);border:1px solid #4894d638;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:auto;margin:0 28px 10px;padding:14px;display:grid;box-shadow:0 14px 32px #00030c29}.pro-animais-shell .animal-toolbar input{color:#f4f9fd;min-height:44px;box-shadow:none;background:#081f36;border:1px solid #4d97da40;border-radius:10px;padding:0 15px;font-size:.76rem}.pro-animais-shell .animal-toolbar input::placeholder{color:#6f8ca5}.pro-animais-shell .animal-toolbar input:focus{border-color:#2f91ffa3;outline:none}.pro-animais-shell .animal-toolbar button{color:#fff;background:linear-gradient(#1885ed,#0968c8);border:1px solid #278cf0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:.7rem;font-weight:850;display:flex;box-shadow:0 8px 18px #0068cc2e}.pro-animais-shell .animal-toolbar button span{background:#ffffff21;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:1rem;line-height:1;display:flex}.pro-animais-shell .animal-filters{background:#071a2e;border:1px solid #4894d62e;border-radius:12px;gap:7px;width:auto;margin:0 28px 8px;padding:8px}.pro-animais-shell .animal-filters button{color:#91abc1;background:#0a2946;border:1px solid #4c97d833;border-radius:9px;min-height:34px;padding:0 14px;font-size:.64rem;font-weight:800}.pro-animais-shell .animal-filters button.active{color:#fff;box-shadow:none;background:linear-gradient(#167dde,#0b65be);border-color:#278cf0}.pro-animais-shell .animal-advanced-filters{background:#071a2e;border:1px solid #4894d62e;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:8px;width:auto;margin:0 28px 14px;padding:10px;display:grid}.pro-animais-shell .animal-advanced-filters select{color:#dbe9f5;background:#081f36;border:1px solid #4d97da3b;border-radius:9px;outline:none;width:100%;min-height:40px;padding:0 12px;font-size:.67rem;font-weight:700}.pro-animais-shell .animal-advanced-filters span{color:#7ea0bb;white-space:nowrap;padding:0 8px;font-size:.62rem;font-weight:750}.pro-animais-shell .animal-cards-list{grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:10px;width:auto;margin:0 28px;padding:0 0 28px;display:grid}.pro-animais-shell .animal-modern-card{color:#fff;width:100%;min-width:0;min-height:118px;box-shadow:none;background:linear-gradient(145deg,#0a223b,#07192d);border:1px solid #4894d633;border-radius:13px;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;display:grid;transform:none}.pro-animais-shell button.animal-modern-card:hover{background:linear-gradient(145deg,#0b2947,#081d34);border-color:#3497ef7a;transform:translateY(-2px)}.pro-animais-shell .animal-modern-number{color:#2f91ff;background:#2f91ff1a;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:72px;min-width:0;height:62px;padding:7px 5px;display:flex}.pro-animais-shell .animal-modern-number b{color:#eaf5ff;font-variant-numeric:tabular-nums;font-size:.92rem;font-weight:900;line-height:1}.pro-animais-shell .animal-modern-info{gap:4px}.pro-animais-shell .animal-modern-info strong{color:#fff;font-size:.78rem;font-weight:850;line-height:1.2}.pro-animais-shell .animal-modern-info small{color:#7f9bb2;font-size:.59rem;line-height:1.3}.pro-animais-shell .animal-modern-info small:last-child{color:#4e9ee6}.pro-animais-shell .animal-status{color:#58dd88;background:#39d96f14;border:1px solid #39d96f33;border-radius:50px;align-items:center;min-height:24px;padding:0 8px;font-size:.48rem;font-weight:850;display:flex}.pro-animais-shell .animal-status-acabamento{color:#a28fff;background:#8b72ff17;border-color:#8b72ff38}.pro-animais-shell .animal-status-abatido,.pro-animais-shell .animal-status-vendido{color:#69b8ff;background:#2f91ff14;border-color:#2f91ff38}.pro-animais-shell .animal-status-morto{color:#ff8078;background:#ff534814;border-color:#ff53483d}.pro-animais-shell .animal-pagination{background:#071a2e;border:1px solid #4894d62e;border-radius:12px;grid-column:1/-1;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;min-height:48px;padding:8px;display:grid}.pro-animais-shell .animal-pagination button{color:#b8d1e5;background:#0a2946;border:1px solid #4c97d838;border-radius:8px;min-height:34px;font-size:.62rem;font-weight:800}.pro-animais-shell .animal-pagination button:last-child{justify-self:end}.pro-animais-shell .animal-pagination button:disabled{opacity:.35}.pro-animais-shell .animal-pagination span{color:#7897af;font-size:.6rem;font-weight:750}.pro-animais-shell .animal-cards-list>.lot-card{color:#dce9f5;grid-column:1/-1;background:#071a2e!important;border:1px dashed #4894d640!important;border-radius:13px!important;margin:0!important;padding:18px!important}.pro-animais-shell .animal-profile-prontuario{z-index:5;color:#eaf3fb;width:auto;position:relative;margin:-38px 28px 34px!important}.pro-animais-shell .animal-record-header{background:radial-gradient(circle at 92% 12%,#2a8be61f,#0000 28%),linear-gradient(145deg,#0a223b,#06172a);border:1px solid #4894d63d;border-radius:15px;min-height:116px;padding:18px 20px}.pro-animais-shell .animal-record-header small{color:#4ea5f3;letter-spacing:.055em;font-size:.62rem}.pro-animais-shell .animal-record-header h2{color:#fff;margin:5px 0;font-size:1.3rem;font-weight:900}.pro-animais-shell .animal-record-header p{color:#8ba6bd;font-size:.7rem}.pro-animais-shell .animal-record-status{color:#58dd88;background:#39d96f14;border:1px solid #39d96f38;align-items:center;min-height:28px;padding:0 11px;font-size:.55rem;display:flex}.pro-animais-shell .animal-record-status-abatido{color:#69b8ff;background:#2f91ff14;border-color:#2f91ff38}.pro-animais-shell .animal-record-status-morto{color:#ff8078;background:#ff534814;border-color:#ff53483d}.pro-animais-shell .animal-record-summary{background:#071c31;border:1px solid #4894d633;border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:10px;padding:12px}.pro-animais-shell .animal-record-summary>div{background:#081f36;border:1px solid #4b93d126;border-radius:9px;min-height:66px;padding:10px}.pro-animais-shell .animal-record-summary small,.pro-animais-shell .animal-record-weight small,.pro-animais-shell .animal-record-note small{color:#6f91aa;text-transform:none;font-size:.52rem;font-weight:800}.pro-animais-shell .animal-record-summary strong,.pro-animais-shell .animal-record-weight strong{color:#f8fbff;font-size:.78rem;font-weight:850}.pro-animais-shell .animal-record-weight{background:#071c31;border:1px solid #4894d633;border-radius:13px;gap:8px;margin-top:10px;padding:12px}.pro-animais-shell .animal-record-weight>div{background:#081f36;border:1px solid #4b93d126;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:62px;padding:9px;display:flex}.pro-animais-shell .animal-record-weight>span{color:#2f91ff}.pro-animais-shell .animal-record-gmd{background:#2f91ff12;border:1px solid #2f91ff33;border-radius:10px;margin-top:9px;padding:11px 13px}.pro-animais-shell .animal-record-gmd span{color:#78a9cf;font-size:.62rem}.pro-animais-shell .animal-record-gmd strong{color:#fff;font-size:.72rem}.pro-animais-shell .animal-record-note{background:#071c31;border-color:#4894d62e}.pro-animais-shell .animal-record-note p{color:#a9bdce}.pro-animais-shell .animal-record-actions{grid-template-columns:1fr 1fr;gap:10px}.pro-animais-shell .animal-record-actions .secondary-button{min-height:42px;font-size:.65rem;font-weight:850;color:#d5e7f5!important;background:#0a2946!important;border:1px solid #4c97d840!important;border-radius:10px!important}.pro-animais-shell .animal-record-actions .secondary-button:last-child{color:#fff!important;background:linear-gradient(#167dde,#0b65be)!important;border-color:#278cf0!important}.pro-animais-shell .animal-record-timeline{background:#071c31;border:1px solid #4894d633;border-radius:13px}.pro-animais-shell .animal-record-section-title small{color:#4ea5f3}.pro-animais-shell .animal-record-section-title h3{color:#fff;font-size:.86rem}.pro-animais-shell .animal-record-section-title>span{color:#2f91ff}.pro-animais-shell .animal-timeline-item:before{background:#2f91ff38}.pro-animais-shell .animal-timeline-dot{background:#2f91ff;box-shadow:0 0 0 4px #2f91ff1c}.pro-animais-shell .animal-timeline-item strong{color:#eaf4fc}.pro-animais-shell .animal-timeline-item small{color:#4e9ee6}.pro-animais-shell .animal-timeline-item p{color:#819bb0}.pro-animais-shell .animal-profile-prontuario>.danger-button{width:100%;min-height:42px;margin-top:10px;font-weight:850;color:#ffb8b2!important;background:#6f1f25a6!important;border:1px solid #ff53484d!important;border-radius:10px!important}.pro-animais-shell .compact-form.animal-form-card{z-index:5;background:linear-gradient(145deg,#071c31,#06172a);border:1px solid #4894d638;border-radius:15px;width:auto;position:relative;box-shadow:0 15px 34px #00030c2e;margin:-38px 28px 34px!important;padding:20px!important}.pro-animais-shell .animal-form-header{border-bottom-color:#4894d629}.pro-animais-shell .animal-form-header-icon{color:#2f91ff;background:#2f91ff1a}.pro-animais-shell .animal-form-header h3{color:#fff;font-size:1.05rem}.pro-animais-shell .animal-form-header p{color:#7d98ae}.pro-animais-shell .animal-form-card label{color:#9db5c8;font-size:.66rem}.pro-animais-shell .animal-form-card input,.pro-animais-shell .animal-form-card select,.pro-animais-shell .animal-form-card textarea{color:#f1f7fd!important;background:#071b30!important;border:1px solid #4d97da40!important;border-radius:10px!important}.pro-animais-shell .animal-form-card input:focus,.pro-animais-shell .animal-form-card select:focus,.pro-animais-shell .animal-form-card textarea:focus{outline:none;border-color:#2f91ff9e!important}.pro-animais-shell .animal-batch-preview{color:#9fb8cc;background:#2f91ff12;border-color:#2f91ff33}.pro-animais-shell .animal-batch-preview strong{color:#54aaff}.pro-animais-shell .animal-form-helper{color:#718fa8!important}.pro-animais-shell .animal-form-card .action-button{color:#fff!important;background:linear-gradient(#167dde,#0b65be)!important;border-color:#278cf0!important}.pro-animais-shell .animal-form-card .secondary-button{color:#d5e7f5!important;background:#0a2946!important;border-color:#4c97d840!important}@media (width<=1199px){.pro-animais-shell .animal-overview,.pro-animais-shell .animal-record-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=899px){.pro-animais-shell .animal-overview{margin:-34px 14px 12px}.pro-animais-shell .animal-toolbar,.pro-animais-shell .animal-filters,.pro-animais-shell .animal-advanced-filters,.pro-animais-shell .animal-cards-list{margin-left:14px;margin-right:14px}.pro-animais-shell .animal-profile-prontuario,.pro-animais-shell .compact-form.animal-form-card{margin:-34px 14px 24px!important}}@media (width<=560px){.pro-animais-shell .animal-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:-28px 10px 12px}.pro-animais-shell .animal-overview article{grid-template-columns:35px minmax(0,1fr);gap:7px;min-height:102px;padding:10px}.pro-animais-shell .animal-overview-icon{border-radius:9px;width:34px;height:34px}.pro-animais-shell .animal-overview-icon .app-icon{width:23px!important;height:23px!important}.pro-animais-shell .animal-overview small{font-size:.57rem}.pro-animais-shell .animal-overview strong{font-size:1.72rem}.pro-animais-shell .animal-overview p{font-size:.49rem}.pro-animais-shell .animal-toolbar,.pro-animais-shell .animal-filters,.pro-animais-shell .animal-advanced-filters,.pro-animais-shell .animal-cards-list{margin-left:10px;margin-right:10px}.pro-animais-shell .animal-toolbar{grid-template-columns:1fr;padding:10px}.pro-animais-shell .animal-toolbar button{width:100%;min-height:42px}.pro-animais-shell .animal-filters{padding:7px}.pro-animais-shell .animal-filters button{min-height:32px;padding:0 11px;font-size:.6rem}.pro-animais-shell .animal-advanced-filters{grid-template-columns:1fr 1fr}.pro-animais-shell .animal-advanced-filters span{white-space:normal;grid-column:1/-1;padding:3px 2px 0}.pro-animais-shell .animal-cards-list{grid-template-columns:1fr;gap:9px}.pro-animais-shell .animal-modern-card{grid-template-columns:64px minmax(0,1fr) auto;min-height:112px;padding:11px}.pro-animais-shell .animal-modern-number{width:64px;height:58px}.pro-animais-shell .animal-modern-number b{font-size:.9rem}.pro-animais-shell .animal-modern-info strong{font-size:.78rem}.pro-animais-shell .animal-modern-info small{font-size:.59rem}.pro-animais-shell .animal-profile-prontuario,.pro-animais-shell .compact-form.animal-form-card{margin:-28px 10px 20px!important}.pro-animais-shell .animal-record-header{min-height:104px;padding:15px}.pro-animais-shell .animal-record-header h2{font-size:1.16rem}.pro-animais-shell .animal-record-summary{grid-template-columns:1fr 1fr;gap:7px}.pro-animais-shell .animal-record-summary>div{min-height:62px;padding:9px}.pro-animais-shell .animal-record-summary strong{font-size:.74rem}.pro-animais-shell .animal-record-weight{grid-template-columns:1fr;gap:6px}.pro-animais-shell .animal-record-weight>span{justify-self:center;transform:rotate(90deg)}.pro-animais-shell .animal-record-actions{grid-template-columns:1fr 1fr}.pro-animais-shell .animal-form-card .form-grid-2{grid-template-columns:1fr}}@media (width<=370px){.pro-animais-shell .animal-modern-card{grid-template-columns:58px minmax(0,1fr)}.pro-animais-shell .animal-status{grid-column:2;justify-self:start}.pro-animais-shell .animal-modern-number{width:58px}}.pro-animais-shell .animal-overview.page-content,.pro-animais-shell .animal-profile.page-content,.pro-animais-shell .animal-profile-prontuario.page-content{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.pro-animais-shell .animal-overview{box-shadow:none!important;background:0 0!important;border:0!important}.pro-animais-shell .animal-overview small{color:#c4d5e4;font-size:.66rem}.pro-animais-shell .animal-overview strong{font-size:1.9rem}.pro-animais-shell .animal-overview p{font-size:.58rem}.pro-animais-shell .animal-modern-number b{font-size:1.02rem}.pro-animais-shell .animal-modern-info strong{font-size:.84rem}.pro-animais-shell .animal-modern-info small{font-size:.63rem}.pro-animais-shell .animal-status{font-size:.53rem}.pro-animais-shell .animal-record-header,.pro-animais-shell .animal-record-summary,.pro-animais-shell .animal-record-weight,.pro-animais-shell .animal-record-note,.pro-animais-shell .animal-record-timeline,.pro-animais-shell .animal-record-gmd{box-shadow:none!important}.pro-animais-shell .animal-record-header h2{font-size:1.48rem}.pro-animais-shell .animal-record-header p{font-size:.76rem}.pro-animais-shell .animal-record-summary small,.pro-animais-shell .animal-record-weight small,.pro-animais-shell .animal-record-note small{color:#7fa4c1;font-size:.58rem}.pro-animais-shell .animal-record-summary strong,.pro-animais-shell .animal-record-weight strong{font-size:.88rem}.pro-animais-shell .animal-record-summary>div,.pro-animais-shell .animal-record-weight>div{box-shadow:none!important;background:#081f36!important;border-color:#4b93d12e!important}.pro-animais-shell .animal-timeline-item{box-shadow:none!important;color:#d9e8f4!important;background:0 0!important;border:0!important}.pro-animais-shell .animal-timeline-item strong{font-size:.82rem;color:#f4f9fd!important}.pro-animais-shell .animal-timeline-item small{font-size:.69rem;color:#5af!important}.pro-animais-shell .animal-timeline-item p{font-size:.72rem;color:#8da8bc!important}.pro-animais-shell .animal-record-timeline{background:linear-gradient(145deg,#071c31,#06172a)!important}.pro-animais-shell .animal-record-actions .secondary-button{min-height:46px;font-size:.7rem}.pro-animais-shell .animal-profile-prontuario>.danger-button{min-height:46px;font-size:.72rem;color:#ffd0cd!important;box-shadow:none!important;background:#551923!important;border-color:#8d2e3b!important}@media (width<=560px){.pro-animais-shell .animal-overview strong{font-size:1.95rem}.pro-animais-shell .animal-overview small{font-size:.61rem}.pro-animais-shell .animal-modern-number b{font-size:1.02rem}.pro-animais-shell .animal-modern-info strong{font-size:.84rem}.pro-animais-shell .animal-modern-info small{font-size:.62rem}.pro-animais-shell .animal-record-header h2{font-size:1.32rem}.pro-animais-shell .animal-record-summary strong,.pro-animais-shell .animal-record-weight strong{font-size:.84rem}}.pro-manejo-shell .pro-module-main{z-index:4;position:relative}.pro-manejo-shell .manejo-profissional{z-index:5;width:auto;margin:-38px 28px 40px;padding:0;position:relative}.manejo-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.manejo-kpi-card{background:radial-gradient(circle at 92% 10%,#2d91ff14,#0000 32%),linear-gradient(145deg,#09213a,#06182c);border:1px solid #4997da3d;border-radius:17px;align-items:center;gap:14px;min-width:0;min-height:112px;padding:16px;display:flex;box-shadow:0 16px 34px #00040e33}.manejo-kpi-icon{color:#2f91ff;background:#2f91ff1f;border-radius:14px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.manejo-kpi-cyan .manejo-kpi-icon{color:#22d3ee;background:#22d3ee1c}.manejo-kpi-purple .manejo-kpi-icon{color:#8b5cf6;background:#8b5cf621}.manejo-kpi-green .manejo-kpi-icon{color:#22c55e;background:#22c55e1f}.manejo-kpi-card>div{min-width:0}.manejo-kpi-card small{color:#d8e8f7;margin-bottom:4px;font-size:.68rem;font-weight:850;line-height:1.15;display:block}.manejo-kpi-card strong{color:#fff;letter-spacing:-.02em;font-size:1.72rem;font-weight:900;line-height:1;display:block}.manejo-kpi-card strong.manejo-kpi-date{font-size:1.12rem;line-height:1.12}.manejo-kpi-card span{color:#79a8cf;margin-top:6px;font-size:.61rem;line-height:1.2;display:block}.manejo-work-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:start;gap:14px;display:grid}.manejo-panel{background:radial-gradient(circle at 94% 0,#2f91ff13,#0000 28%),linear-gradient(145deg,#08213a,#06172a);border:1px solid #4997da3d;border-radius:18px;min-width:0;overflow:hidden;box-shadow:0 18px 38px #00040e33}.manejo-form-panel,.manejo-history-panel{padding:18px}.manejo-panel-header{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.manejo-panel-header-icon{color:#2f91ff;background:#2f91ff1f;border:1px solid #2f91ff1f;border-radius:13px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.manejo-panel-header>div{min-width:0}.manejo-panel-header small{color:#2f91ff;letter-spacing:.08em;margin-bottom:3px;font-size:.58rem;font-weight:900;display:block}.manejo-panel-header h2{color:#fff;margin:0;font-size:1.02rem;font-weight:900;line-height:1.1}.manejo-panel-header p{color:#86a9c7;margin:6px 0 0;font-size:.68rem;line-height:1.45}.manejo-edit-banner,.manejo-info-box{color:#cfe7ff;background:#2f91ff14;border:1px solid #2f91ff3d;border-radius:12px;align-items:center;gap:9px;padding:10px 11px;font-size:.67rem;font-weight:700;line-height:1.35;display:flex}.manejo-edit-banner{margin-bottom:14px}.manejo-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.manejo-form-full{grid-column:1/-1}.manejo-field{flex-direction:column;gap:6px;min-width:0;margin:0;display:flex}.manejo-field>span,.manejo-target-summary small{color:#9fc2df;font-size:.65rem;font-weight:850}.manejo-field select,.manejo-field input,.manejo-field textarea{box-sizing:border-box;color:#f8fbff;background:#071c31;border:1px solid #4997da47;border-radius:12px;outline:none;width:100%;min-width:0;font-family:inherit;font-size:.73rem;font-weight:750;transition:border-color .15s,box-shadow .15s,background .15s}.manejo-field select,.manejo-field input{min-height:44px;padding:0 12px}.manejo-field textarea{resize:vertical;min-height:112px;padding:12px;line-height:1.45}.manejo-field select:focus,.manejo-field input:focus,.manejo-field textarea:focus{background:#08233d;border-color:#2f91ff;box-shadow:0 0 0 3px #2f91ff1f}.manejo-field select:disabled{opacity:.7;cursor:not-allowed}.manejo-field select option{color:#fff;background:#071c31}.manejo-field-helper{color:#57a9ec;font-size:.61rem;line-height:1.35}.manejo-target-summary{background:#071c31;border:1px solid #4997da38;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;min-height:68px;padding:11px 12px;display:flex}.manejo-target-summary strong{color:#fff;font-size:.78rem;line-height:1.25}.manejo-form-actions{grid-template-columns:1fr;gap:9px;margin-top:16px;display:grid}.manejo-form-actions:has(.manejo-secondary-button){grid-template-columns:1fr 1fr}.manejo-primary-button,.manejo-secondary-button{cursor:pointer;border:1px solid #2f91ff5c;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:44px;font-family:inherit;font-size:.72rem;font-weight:900;display:flex}.manejo-primary-button{color:#fff;background:linear-gradient(135deg,#1685ee,#0868c8);box-shadow:0 8px 20px #006fdc29}.manejo-secondary-button{color:#cde8ff;background:#0a2b49}.manejo-primary-button:disabled,.manejo-secondary-button:disabled{opacity:.55;cursor:not-allowed}.manejo-history-heading{padding-right:46px;position:relative}.manejo-history-count{color:#d8efff;background:#0a3152;border:1px solid #2f91ff4d;border-radius:10px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 9px;font-size:.7rem;font-weight:900;display:flex;position:absolute;top:2px;right:0}.manejo-history-list{flex-direction:column;gap:10px;max-height:655px;padding-right:2px;display:flex;overflow:auto}.manejo-history-list::-webkit-scrollbar{width:5px}.manejo-history-list::-webkit-scrollbar-thumb{background:#174a73;border-radius:999px}.manejo-empty-state{text-align:center;background:#04172975;border:1px dashed #4997da47;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:250px;padding:28px;display:flex}.manejo-empty-icon{color:#2f91ff;background:#2f91ff1c;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.manejo-empty-state strong{color:#fff;font-size:.84rem}.manejo-empty-state small{color:#78a3c7;max-width:340px;font-size:.67rem;line-height:1.45}.manejo-history-card{background:#071c31;border:1px solid #4997da3b;border-radius:14px;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:12px;display:grid}.manejo-history-date{color:#2f91ff;text-align:center;background:#2f91ff17;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:82px;display:flex}.manejo-history-date strong{color:#d8efff;font-size:.69rem;line-height:1.25}.manejo-history-body{flex-direction:column;gap:8px;min-width:0;display:flex}.manejo-history-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.manejo-history-title-row small{color:#578db9;letter-spacing:.07em;margin-bottom:2px;font-size:.53rem;font-weight:900;display:block}.manejo-history-title-row strong{color:#fff;font-size:.8rem;display:block}.manejo-history-target{color:#63e69b;background:#22c55e1a;border:1px solid #22c55e3d;border-radius:999px;flex:none;padding:6px 9px;font-size:.58rem;font-weight:900}.manejo-history-body p{color:#a9c4da;margin:0;font-size:.67rem;line-height:1.4}.manejo-history-footer{border-top:1px solid #4997da24;justify-content:space-between;align-items:center;gap:10px;padding-top:8px;display:flex}.manejo-history-footer>span{color:#6fa7d2;align-items:center;gap:5px;min-width:0;font-size:.61rem;font-weight:800;display:flex}.manejo-history-actions{flex:none;gap:6px;display:flex}.manejo-edit-button,.manejo-delete-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:32px;padding:0 10px;font-family:inherit;font-size:.61rem;font-weight:900;display:flex}.manejo-edit-button{color:#d8efff;background:#0a3152;border:1px solid #2f91ff52}.manejo-delete-button{color:#ffb4b4;background:#7f1d1d47;border:1px solid #ef444459}.manejo-edit-button:disabled,.manejo-delete-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=1180px){.manejo-work-grid{grid-template-columns:1fr}.manejo-history-list{max-height:none}}@media (width<=760px){.pro-manejo-shell .pro-module-hero{min-height:178px}.pro-manejo-shell .manejo-profissional{margin:-30px 10px 105px}.manejo-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.manejo-kpi-card{gap:10px;min-height:108px;padding:12px 10px}.manejo-kpi-icon{border-radius:12px;flex-basis:42px;width:42px;height:42px}.manejo-kpi-card small{font-size:.62rem}.manejo-kpi-card strong{font-size:1.75rem}.manejo-kpi-card strong.manejo-kpi-date{font-size:1rem}.manejo-kpi-card span{font-size:.58rem}.manejo-work-grid{gap:10px}.manejo-form-panel,.manejo-history-panel{border-radius:16px;padding:14px}.manejo-panel-header{gap:10px;margin-bottom:14px}.manejo-panel-header-icon{flex-basis:40px;width:40px;height:40px}.manejo-panel-header h2{font-size:1rem}.manejo-panel-header p{font-size:.67rem}.manejo-form-grid{grid-template-columns:1fr;gap:10px}.manejo-form-full{grid-column:auto}.manejo-field>span,.manejo-target-summary small{font-size:.67rem}.manejo-field select,.manejo-field input{min-height:46px;font-size:.76rem}.manejo-field textarea{min-height:120px;font-size:.76rem}.manejo-target-summary strong{font-size:.8rem}.manejo-form-actions:has(.manejo-secondary-button){grid-template-columns:1fr}.manejo-primary-button,.manejo-secondary-button{min-height:46px;font-size:.74rem}.manejo-history-card{grid-template-columns:1fr;gap:9px}.manejo-history-date{flex-direction:row;justify-content:flex-start;min-height:48px;padding:0 11px}.manejo-history-title-row{flex-direction:column}.manejo-history-target{align-self:flex-start}.manejo-history-footer{flex-direction:column;align-items:flex-start}.manejo-history-actions{width:100%}.manejo-edit-button,.manejo-delete-button{flex:1;min-height:36px}.manejo-empty-state{min-height:210px}}.manejo-individual-flow{grid-template-columns:1fr;gap:12px;min-width:0;display:grid}.manejo-animal-search-wrap{align-items:center;display:flex;position:relative}.manejo-animal-search-wrap>svg{color:#57a9ec;pointer-events:none;z-index:2;position:absolute;left:13px}.manejo-animal-search-wrap input{padding-left:42px!important}.manejo-animal-picker{background:#0415269e;border:1px solid #4997da38;border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:250px;padding:7px;display:grid;overflow:auto}.manejo-animal-picker::-webkit-scrollbar{width:6px}.manejo-animal-picker::-webkit-scrollbar-thumb{background:#174a73;border-radius:999px}.manejo-animal-option{color:#fff;text-align:left;cursor:pointer;background:#08233d;border:1px solid #4997da36;border-radius:11px;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:9px;min-width:0;min-height:58px;padding:8px 10px;font-family:inherit;transition:border-color .15s,background .15s,transform .15s;display:grid}.manejo-animal-option:hover{background:#0a2b49;border-color:#2f91ff8c}.manejo-animal-option.is-selected{background:linear-gradient(135deg,#1685ee3d,#0868c829);border-color:#2f91ff;box-shadow:inset 0 0 0 2px #2f91ff1a}.manejo-animal-option-icon{color:#2f91ff;background:#2f91ff1f;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.manejo-animal-option-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.manejo-animal-option-copy strong{color:#fff;font-size:.78rem;font-weight:900}.manejo-animal-option-copy small{color:#7fa8ca;white-space:nowrap;text-overflow:ellipsis;font-size:.58rem;line-height:1.3;overflow:hidden}.manejo-animal-option-check{color:#fff;border:1px solid #4997da47;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:900;display:flex}.manejo-animal-option.is-selected .manejo-animal-option-check{background:#1685ee;border-color:#1685ee}.manejo-animal-picker-empty{text-align:center;color:#7fa8ca;border-radius:10px;grid-column:1/-1;justify-content:center;align-items:center;min-height:76px;padding:16px;font-size:.68rem;font-weight:700;display:flex}.manejo-selected-animal-card{background:#2f91ff14;border:1px solid #2f91ff47;border-radius:12px;align-items:center;gap:10px;min-height:64px;padding:10px 12px;display:flex}.manejo-selected-animal-card>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.manejo-selected-animal-card small{color:#78a3c7;font-size:.59rem;font-weight:800}.manejo-selected-animal-card strong{color:#fff;font-size:.74rem;line-height:1.3}@media (width<=760px){.manejo-animal-picker{grid-template-columns:1fr;max-height:280px}.manejo-animal-option{min-height:62px;padding:9px 10px}.manejo-animal-option-copy strong{font-size:.86rem}.manejo-animal-option-copy small{font-size:.63rem}.manejo-selected-animal-card strong{font-size:.8rem}}.manejo-selection-actions{background:#071c31c7;border:1px solid #4997da33;border-radius:12px;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;padding:9px 10px;display:grid}.manejo-selection-actions button{color:#d8efff;cursor:pointer;background:#0a3152;border:1px solid #2f91ff4d;border-radius:9px;min-height:34px;padding:0 11px;font-family:inherit;font-size:.61rem;font-weight:900;transition:background .15s,border-color .15s,opacity .15s}.manejo-selection-actions button:first-child{color:#fff;background:linear-gradient(135deg,#1685ee,#0868c8);border-color:#2f91ff}.manejo-selection-actions button:hover:not(:disabled){filter:brightness(1.06);border-color:#54a9ff}.manejo-selection-actions button:disabled{opacity:.42;cursor:not-allowed}.manejo-selection-actions strong{color:#72baff;white-space:nowrap;justify-self:end;font-size:.68rem;font-weight:900}.manejo-animal-option-check{border-radius:7px}.manejo-animal-option.is-selected .manejo-animal-option-check{box-shadow:0 0 0 2px #2f91ff1f}@media (width<=760px){.manejo-selection-actions{grid-template-columns:1fr 1fr}.manejo-selection-actions button{min-height:40px;font-size:.65rem}.manejo-selection-actions strong{grid-column:1/-1;justify-self:start;font-size:.7rem}.manejo-animal-option-check{width:24px;height:24px}}.pro-finance-shell .pro-module-main{z-index:4;position:relative}.pro-finance-shell .financeiro-profissional{z-index:5;color:#d8efff;width:auto;margin:-38px 18px 110px;position:relative}.pro-finance-shell .financeiro-profissional *{box-sizing:border-box}.finance-pro-overview{background:linear-gradient(155deg,#071d33,#061827);border:1px solid #4997da47;border-radius:18px;margin-bottom:12px;padding:15px;box-shadow:0 16px 34px #0000002e}.finance-pro-overview-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.finance-pro-overview-header>div{min-width:0}.finance-pro-overview-header small{color:#2f91ff;letter-spacing:.09em;margin-bottom:2px;font-size:.58rem;font-weight:900;display:block}.finance-pro-overview-header h2{color:#fff;margin:0;font-size:1.05rem;line-height:1.15}.finance-pro-overview-header p{color:#76a4c8;margin:4px 0 0;font-size:.65rem;line-height:1.35}.finance-pro-overview-icon{color:#30d67c;background:#30d67c1a;border:1px solid #30d67c2e;border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.finance-pro-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.finance-pro-kpi{background:#08223a;border:1px solid #4997da38;border-radius:15px;align-items:center;gap:10px;min-width:0;min-height:98px;padding:12px;display:flex;position:relative;overflow:hidden}.finance-pro-kpi:after{content:"";opacity:.055;background:currentColor;border-radius:999px;width:78px;height:78px;position:absolute;bottom:-38px;right:-30px}.finance-pro-kpi-icon{background:#2f91ff1c;border-radius:12px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.finance-pro-kpi-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.finance-pro-kpi-copy small{color:#cce6fa;font-size:.61rem;font-weight:900;line-height:1.2}.finance-pro-kpi-copy strong{color:#fff;letter-spacing:-.035em;white-space:nowrap;font-size:1.28rem;line-height:1.05}.finance-pro-kpi-copy span{color:#6fa4cd;font-size:.55rem;line-height:1.2}.finance-pro-kpi-green{color:#30d67c}.finance-pro-kpi-green .finance-pro-kpi-icon{color:#30d67c;background:#30d67c1c}.finance-pro-kpi-red{color:#ff554d}.finance-pro-kpi-red .finance-pro-kpi-icon{color:#ff554d;background:#ff554d1a}.finance-pro-kpi-blue{color:#2f91ff}.finance-pro-kpi-blue .finance-pro-kpi-icon{color:#2f91ff;background:#2f91ff1c}.finance-pro-kpi-cyan{color:#14c5df}.finance-pro-kpi-cyan .finance-pro-kpi-icon{color:#14c5df;background:#14c5df1a}.finance-pro-kpi-orange{color:#ff9418}.finance-pro-kpi-orange .finance-pro-kpi-icon{color:#ff9418;background:#ff94181c}.finance-pro-kpi .negative-value{color:#ff8f8a}.finance-pro-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:12px;display:grid}.finance-pro-action{color:#fff;text-align:left;cursor:pointer;background:#071f36;border:1px solid #4997da3d;border-radius:14px;grid-template-columns:40px minmax(0,1fr) 16px;align-items:center;gap:10px;min-width:0;min-height:66px;padding:10px 12px;font-family:inherit;transition:all .15s;display:grid}.finance-pro-action:hover{background:#0a2946;border-color:#2f91ff85;transform:translateY(-1px)}.finance-pro-action.is-open{border-color:#2f91ff;box-shadow:inset 0 0 0 2px #2f91ff14}.finance-pro-action-icon{color:#2f91ff;background:#2f91ff1f;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.finance-pro-action-sale .finance-pro-action-icon{color:#37b9ff;background:#37b9ff1a}.finance-pro-action-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.finance-pro-action-copy strong{color:#fff;font-size:.74rem;line-height:1.2}.finance-pro-action-copy small{color:#719fc3;font-size:.56rem;line-height:1.25}.finance-pro-action-arrow{color:#2f91ff;text-align:right;font-size:1.25rem;font-weight:800}.pro-finance-shell .finance-page{background:0 0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:10px!important;margin:0!important;padding:0!important;display:grid!important}.pro-finance-shell .finance-page>.lot-card,.pro-finance-shell .finance-page>.form-card{overflow:hidden;min-width:0!important;box-shadow:none!important;color:#d8efff!important;background:#071f36!important;border:1px solid #4997da42!important;border-radius:15px!important;margin:0!important;padding:0!important}.pro-finance-shell .finance-page>.form-card{grid-column:1/-1;padding:15px!important;overflow:visible!important}.pro-finance-shell .finance-accordion.is-open,.pro-finance-shell .finance-consultas{grid-column:1/-1!important}.pro-finance-shell .compact-form h3{margin:0 0 11px;font-size:.92rem;line-height:1.2;color:#fff!important}.pro-finance-shell .compact-form>small{margin:-4px 0 11px;font-size:.63rem;line-height:1.35;display:block;color:#74a3c8!important}.pro-finance-shell .section-toggle{text-align:left;cursor:pointer;width:100%;font-family:inherit;color:#fff!important;background:#071f36!important;border:0!important;border-radius:0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:76px!important;margin:0!important;padding:12px 14px!important;display:flex!important}.pro-finance-shell .section-toggle:hover{background:#092845!important}.finance-toggle-copy{text-align:left;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.pro-finance-shell .section-toggle strong,.pro-finance-shell .section-toggle .section-toggle-label{align-items:center;gap:7px;line-height:1.2;display:flex;color:#fff!important;font-size:.82rem!important;font-weight:900!important}.finance-toggle-value{line-height:1.12;color:#fff!important;font-size:.88rem!important;font-weight:900!important}.pro-finance-shell .section-toggle small{line-height:1.25;color:#719fc3!important;font-size:.59rem!important}.finance-chevron{flex:none;margin-left:auto;color:#46a7ff!important;font-size:.82rem!important}.finance-record-grid{background:#061a2d;border-top:1px solid #4997da24;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:10px;display:grid}.finance-record-card{background:#08223a;border:1px solid #4997da3b;border-radius:13px;grid-template-columns:minmax(0,1fr) minmax(120px,.32fr) auto;align-items:center;gap:14px;min-width:0;min-height:100px;padding:12px 13px;display:grid}.finance-record-info{flex-direction:column;gap:4px;min-width:0;display:flex}.finance-record-info>strong{line-height:1.25;color:#fff!important;font-size:.76rem!important}.finance-record-info>span,.finance-record-info>small{line-height:1.3;color:#75a6cb!important;font-size:.59rem!important}.finance-record-info>small{color:#2f91ff!important}.finance-record-value{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;display:flex}.finance-record-value>strong{white-space:nowrap;letter-spacing:-.025em;line-height:1.1;color:#fff!important;font-size:1rem!important}.finance-record-value>small{font-weight:900;font-size:.57rem!important}.finance-record-value .is-positive{color:#43da87!important}.finance-record-actions{flex-direction:column;gap:6px;min-width:78px;display:flex}.finance-record-actions button{cursor:pointer;font-family:inherit;border-radius:8px!important;width:78px!important;height:31px!important;min-height:31px!important;padding:0 8px!important;font-size:.57rem!important;font-weight:900!important}.finance-action-edit{color:#dff2ff!important;background:#0b416c!important;border:1px solid #4997da57!important}.finance-action-confirm{color:#e7fff2!important;background:#0b6d4c!important;border:1px solid #30d67c4d!important}.finance-action-reverse{color:#fff1cf!important;background:#75531b!important;border:1px solid #ffb3384d!important}.finance-action-delete{color:#ffe4e7!important;background:#681f2a!important;border:1px solid #ff5c6d47!important}.finance-account-title{align-items:center;gap:7px;display:flex!important}.finance-status-dot{border-radius:8px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.finance-status-dot.is-overdue{color:#ff6b66;background:#ef44441f;border:1px solid #ef444442}.finance-status-dot.is-soon{color:#ffbf3f;background:#f59e0b1f;border:1px solid #f59e0b3d}.finance-status-dot.is-ok{color:#43da87;background:#22c55e1c;border:1px solid #22c55e3d}.pro-finance-shell .finance-page label,.pro-finance-shell .finance-inline-form label,.pro-finance-shell .dre-box label{margin:8px 0 5px;display:block;color:#89b7d8!important;font-size:.62rem!important;font-weight:900!important}.pro-finance-shell .finance-page input,.pro-finance-shell .finance-page select,.pro-finance-shell .finance-page textarea,.pro-finance-shell .finance-inline-form input,.pro-finance-shell .finance-inline-form select,.pro-finance-shell .finance-inline-form textarea,.pro-finance-shell .dre-box input{outline:none;width:100%;min-height:42px;padding:0 11px;font-family:inherit;color:#fff!important;background:#061a2d!important;border:1px solid #4997da47!important;border-radius:10px!important;font-size:.7rem!important}.pro-finance-shell .finance-page textarea,.pro-finance-shell .finance-inline-form textarea{resize:vertical;min-height:96px;padding:10px 11px}.pro-finance-shell .finance-page input:focus,.pro-finance-shell .finance-page select:focus,.pro-finance-shell .finance-page textarea:focus,.pro-finance-shell .finance-inline-form input:focus,.pro-finance-shell .finance-inline-form select:focus,.pro-finance-shell .finance-inline-form textarea:focus{box-shadow:0 0 0 2px #2f91ff1a;border-color:#2f91ff!important}.pro-finance-shell .finance-page input::placeholder,.pro-finance-shell .finance-page textarea::placeholder{color:#557f9f!important}.pro-finance-shell .finance-page input:disabled{opacity:.72;background:#071726!important}.pro-finance-shell .form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.pro-finance-shell .inner-lot-card,.pro-finance-shell .finance-inline-form,.pro-finance-shell .dre-box{color:#d8efff!important;background:#061a2d!important;border-top:1px solid #4997da29!important;border-radius:0!important;margin:0!important;padding:13px!important}.pro-finance-shell .finance-page .action-button,.pro-finance-shell .finance-page .secondary-button{cursor:pointer;border-radius:9px;min-height:38px;padding:0 12px;font-family:inherit;font-size:.63rem;font-weight:900}.pro-finance-shell .finance-page .action-button{color:#fff!important;background:linear-gradient(135deg,#1685ee,#0868c8)!important;border:1px solid #2f91ff!important}.pro-finance-shell .finance-page .secondary-button{color:#d8efff!important;background:#0a3152!important;border:1px solid #4997da47!important}.pro-finance-shell .mini-actions{margin-bottom:10px;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.pro-finance-shell .mini-actions button{color:#d8efff;cursor:pointer;background:#0a3152;border:1px solid #4997da3d;border-radius:9px;min-height:39px;font-family:inherit;font-size:.62rem;font-weight:900}.pro-finance-shell .mini-actions button:hover{background:#0b3a62;border-color:#2f91ff}.finance-launch-panel{flex-direction:column;gap:10px;display:flex}.finance-launch-filters{background:#071f36;border:1px solid #4997da2e;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:10px;display:grid}.finance-period-presets{flex-wrap:wrap;gap:6px;display:flex}.finance-period-presets button{min-width:68px;height:34px;color:#cfe9fb!important;background:#092a47!important;border:1px solid #4997da47!important;border-radius:8px!important;min-height:34px!important;padding:0 10px!important;font-size:.57rem!important;font-weight:900!important}.finance-period-presets button.is-active{color:#fff!important;background:#147bd7!important;border-color:#2f91ff!important}.finance-launch-date-range{grid-template-columns:128px 128px auto;align-items:end;gap:7px;display:grid}.finance-launch-date-range label{margin:0!important}.finance-launch-date-range label span{color:#7eacd0;margin-bottom:4px;font-size:.56rem;font-weight:900;display:block}.finance-launch-date-range input{height:35px!important;min-height:35px!important;font-size:.61rem!important}.finance-launch-date-range>small{color:#45a7ff;white-space:nowrap;align-self:center;font-size:.57rem;font-weight:900}.finance-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.finance-launch-grid>.finance-record-card{min-height:98px}.pro-finance-shell .finance-empty-state{text-align:center;color:#6f9fc4!important;background:#061a2d!important;border-top:1px solid #4997da24!important;padding:20px 14px!important;font-size:.66rem!important}.pro-finance-shell .dre-print-area{color:#d8efff;background:#071f36;border:1px solid #4997da33;border-radius:12px;padding:13px}.pro-finance-shell .dre-print-area h3{color:#fff;margin:0;font-size:.92rem}.pro-finance-shell .dre-print-area>p{color:#7ea9ca;font-size:.62rem}.pro-finance-shell .dre-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:11px 0;display:grid}.pro-finance-shell .dre-summary>div{background:#061a2d;border:1px solid #4997da33;border-radius:10px;flex-direction:column;gap:3px;padding:10px;display:flex}.pro-finance-shell .dre-summary span{color:#75a4c8;font-size:.56rem;font-weight:800}.pro-finance-shell .dre-summary strong{color:#fff;font-size:.84rem}.pro-finance-shell .dre-print-area h4{color:#bfe2fb;margin:13px 0 6px;font-size:.68rem}.pro-finance-shell .dre-line{border-bottom:1px solid #4997da24;justify-content:space-between;align-items:center;gap:10px;padding:7px 0;display:flex}.pro-finance-shell .dre-line span{color:#83add0;font-size:.6rem}.pro-finance-shell .dre-line strong{color:#fff;font-size:.64rem}@media (width<=1180px){.finance-pro-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.finance-pro-kpi:nth-child(4),.finance-pro-kpi:nth-child(5){min-height:92px}.finance-launch-date-range{grid-template-columns:118px 118px}.finance-launch-date-range>small{grid-column:1/-1}.finance-record-card{grid-template-columns:minmax(0,1fr) 125px auto}}@media (width<=760px){.pro-finance-shell .pro-module-hero{min-height:178px}.pro-finance-shell .financeiro-profissional{margin:-28px 8px 100px}.finance-pro-overview{border-radius:16px;margin-bottom:9px;padding:11px}.finance-pro-overview-header{margin-bottom:9px}.finance-pro-overview-header h2{font-size:1rem}.finance-pro-overview-header p{font-size:.61rem}.finance-pro-overview-icon{flex-basis:39px;width:39px;height:39px}.finance-pro-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.finance-pro-kpi{border-radius:13px;gap:8px;min-height:91px;padding:9px}.finance-pro-kpi:nth-child(5){grid-column:1/-1;min-height:78px}.finance-pro-kpi-icon{border-radius:10px;flex-basis:37px;width:37px;height:37px}.finance-pro-kpi-copy small{font-size:.59rem}.finance-pro-kpi-copy strong{font-size:1.28rem}.finance-pro-kpi-copy span{font-size:.53rem}.finance-pro-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:9px}.finance-pro-action{border-radius:12px;grid-template-columns:34px minmax(0,1fr) 13px;gap:7px;min-height:58px;padding:8px 9px}.finance-pro-action:nth-child(3){grid-column:1/-1}.finance-pro-action-icon{border-radius:9px;width:34px;height:34px}.finance-pro-action-copy strong{font-size:.69rem}.finance-pro-action-copy small{font-size:.51rem}.finance-pro-action-arrow{font-size:1rem}.pro-finance-shell .finance-page{grid-template-columns:1fr!important;gap:8px!important}.pro-finance-shell .finance-page>.form-card,.pro-finance-shell .finance-accordion,.pro-finance-shell .finance-consultas{grid-column:1!important}.pro-finance-shell .section-toggle{min-height:64px!important;padding:10px 11px!important}.pro-finance-shell .section-toggle strong,.pro-finance-shell .section-toggle .section-toggle-label{font-size:.76rem!important}.finance-toggle-value{font-size:.82rem!important}.pro-finance-shell .section-toggle small{font-size:.55rem!important}.finance-record-grid{grid-template-columns:1fr;gap:7px;padding:8px}.finance-record-card{border-radius:12px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"info value""actions actions";align-items:center;gap:8px 10px;min-height:0;padding:10px}.finance-record-info{grid-area:info;gap:3px}.finance-record-info>strong{font-size:.72rem!important}.finance-record-info>span,.finance-record-info>small{font-size:.55rem!important}.finance-record-value{text-align:right;grid-area:value;align-items:flex-end}.finance-record-value>strong{font-size:.9rem!important}.finance-record-value>small{font-size:.52rem!important}.finance-record-actions{border-top:1px solid #4997da24;grid-area:actions;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-width:0;padding-top:7px;display:grid}.finance-record-actions button{width:100%!important;height:31px!important;min-height:31px!important;font-size:.54rem!important}.finance-history-actions,.finance-account-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-finance-shell .form-grid-2{grid-template-columns:1fr}.pro-finance-shell .mini-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.pro-finance-shell .mini-actions button{min-height:36px;font-size:.57rem}.finance-launch-filters{grid-template-columns:1fr;gap:8px;padding:8px}.finance-period-presets{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;display:grid}.finance-period-presets button{min-width:0;height:32px;min-height:32px!important;padding:0 3px!important;font-size:.5rem!important}.finance-launch-date-range{grid-template-columns:1fr 1fr;gap:6px}.finance-launch-date-range>small{text-align:center;grid-column:1/-1;margin-top:1px}.finance-launch-date-range input{height:36px!important;min-height:36px!important}.finance-launch-grid{grid-template-columns:1fr;gap:7px}.pro-finance-shell .dre-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=390px){.finance-pro-kpi-copy strong{font-size:1.17rem}.finance-pro-overview-header p{display:none}.finance-record-card{grid-template-columns:minmax(0,1fr) auto}.finance-period-presets{grid-template-columns:repeat(3,minmax(0,1fr))}}@media print{.pro-finance-shell .pro-sidebar,.pro-finance-shell .pro-mobile-nav,.pro-finance-shell .pro-dashboard-hero,.pro-finance-shell .finance-pro-overview,.pro-finance-shell .finance-pro-actions{display:none!important}.pro-finance-shell .finance-page>.lot-card:not(:has(.dre-print-area)){display:none!important}.pro-finance-shell .financeiro-profissional{margin:0!important}.pro-finance-shell .dre-print-area{color:#111!important;background:#fff!important;border:0!important}.pro-finance-shell .dre-print-area *{color:#111!important}.pro-finance-shell .dre-summary>div{background:#fff!important;border:1px solid #ccc!important}}.finance-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000a14c2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.finance-modal-card{color:#fff;background:linear-gradient(#08233d 0%,#061a2d 100%);border:1px solid #4997da61;border-radius:18px;width:min(520px,100%);padding:20px;box-shadow:0 24px 70px #0000007a,inset 0 0 0 1px #2f91ff0d}.finance-modal-heading{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.finance-modal-icon{color:#45a7ff;background:#0b3559;border:1px solid #4997da3d;border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid}.finance-modal-heading small{color:#45a7ff;letter-spacing:.08em;margin:1px 0 3px;font-size:.61rem;font-weight:900;display:block}.finance-modal-heading h3{color:#fff;margin:0;font-size:1.12rem;line-height:1.15}.finance-modal-heading p{color:#86afd0;margin:5px 0 0;font-size:.7rem;line-height:1.45}.finance-modal-account{background:#071f36;border:1px solid #4997da33;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:14px;padding:12px 13px;display:grid}.finance-modal-account small{color:#76a5c9;margin-bottom:3px;font-size:.58rem;font-weight:850;display:block}.finance-modal-account strong{color:#fff;font-size:.78rem;display:block}.finance-modal-amount{text-align:right}.finance-modal-amount strong{color:#fff;font-size:1.03rem}.finance-modal-date{margin:0 0 11px;display:block}.finance-modal-date>span{color:#a9d2ef;margin-bottom:6px;font-size:.65rem;font-weight:900;display:block}.pro-finance-shell .finance-modal-date input,.finance-modal-date input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#061728;border:1px solid #4997da61;border-radius:11px;outline:none;width:100%;height:48px;min-height:48px;padding:0 13px;font-family:inherit;font-size:.82rem;font-weight:800}.finance-modal-date input:focus{border-color:#2f91ff;box-shadow:0 0 0 3px #2f91ff1f}.finance-modal-note{color:#89b7d8;background:#2f91ff14;border-radius:10px;align-items:flex-start;gap:7px;margin-bottom:12px;padding:9px 10px;font-size:.62rem;line-height:1.4;display:flex}.finance-modal-note svg{color:#45a7ff;flex:none;margin-top:1px}.finance-modal-error{color:#ff9793;background:#ef44441a;border:1px solid #ef444457;border-radius:10px;margin-bottom:12px;padding:9px 10px;font-size:.65rem;font-weight:800}.finance-modal-actions{grid-template-columns:1fr 1.35fr;gap:9px;display:grid}.finance-modal-actions button{cursor:pointer;border-radius:10px;height:42px;font-family:inherit;font-size:.68rem;font-weight:900}.finance-modal-actions button:disabled{opacity:.6;cursor:not-allowed}.finance-modal-cancel{color:#d8efff;background:#0a3152;border:1px solid #4997da4d}.finance-modal-confirm{color:#fff;background:linear-gradient(135deg,#1685ee,#0868c8);border:1px solid #2f91ff}.finance-modal-confirm:hover:not(:disabled){filter:brightness(1.07)}.finance-modal-cancel:hover:not(:disabled){background:#0b3a62}@media (width<=760px){.finance-modal-backdrop{align-items:center;padding:13px}.finance-modal-card{border-radius:16px;padding:15px}.finance-modal-icon{flex-basis:42px;width:42px;height:42px}.finance-modal-heading h3{font-size:1rem}.finance-modal-heading p{font-size:.64rem}.finance-modal-account{grid-template-columns:1fr;gap:8px;padding:10px 11px}.finance-modal-amount{text-align:left}.finance-modal-amount strong{font-size:1rem}.finance-modal-actions{grid-template-columns:1fr 1fr}.finance-modal-actions button{height:40px;font-size:.62rem}}.pro-vendas-shell .pro-module-main{z-index:4;position:relative}.pro-vendas-shell .vendas-profissional{z-index:5;color:#d8efff;width:auto;margin:-38px 18px 110px;position:relative}.pro-vendas-shell .vendas-profissional *{box-sizing:border-box}.vendas-overview,.vendas-form-card,.vendas-history-card{background:linear-gradient(155deg,#071d33,#061827);border:1px solid #4997da45;box-shadow:0 16px 34px #00000029}.vendas-overview{border-radius:18px;margin-bottom:12px;padding:15px}.vendas-overview-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.vendas-overview-header small,.vendas-section-heading small{color:#2f91ff;letter-spacing:.09em;font-size:.58rem;font-weight:900;display:block}.vendas-overview-header h2{color:#fff;margin:2px 0 0;font-size:1.05rem;line-height:1.15}.vendas-overview-header p,.vendas-section-heading p{color:#76a4c8;margin:4px 0 0;font-size:.65rem;line-height:1.35}.vendas-overview-icon{color:#37b9ff;background:#37b9ff1a;border:1px solid #37b9ff2e;border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.vendas-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.vendas-kpi{background:#08223a;border:1px solid #4997da38;border-radius:15px;align-items:center;gap:10px;min-width:0;min-height:96px;padding:12px;display:flex;position:relative;overflow:hidden}.vendas-kpi:after{content:"";opacity:.055;background:currentColor;border-radius:999px;width:76px;height:76px;position:absolute;bottom:-38px;right:-29px}.vendas-kpi-icon{background:#2f91ff1c;border-radius:12px;flex:0 0 43px;place-items:center;width:43px;height:43px;display:grid}.vendas-kpi>div{flex-direction:column;gap:3px;min-width:0;display:flex}.vendas-kpi small{color:#cce6fa;font-size:.61rem;font-weight:900}.vendas-kpi strong{color:#fff;letter-spacing:-.035em;white-space:nowrap;font-size:1.25rem;line-height:1.05}.vendas-kpi span{color:#6fa4cd;font-size:.55rem;line-height:1.2}.vendas-kpi-cyan{color:#14c5df}.vendas-kpi-cyan .vendas-kpi-icon{color:#14c5df;background:#14c5df1a}.vendas-kpi-green{color:#30d67c}.vendas-kpi-green .vendas-kpi-icon{color:#30d67c;background:#30d67c1c}.vendas-kpi-blue{color:#2f91ff}.vendas-kpi-blue .vendas-kpi-icon{color:#2f91ff;background:#2f91ff1c}.vendas-kpi-orange{color:#ff9418}.vendas-kpi-orange .vendas-kpi-icon{color:#ff9418;background:#ff94181c}.vendas-form-card{border-radius:18px;margin-bottom:12px;padding:15px}.vendas-section-heading{align-items:center;gap:11px;margin-bottom:14px;display:flex}.vendas-section-heading>span{color:#2f91ff;background:#2f91ff1c;border:1px solid #4997da2e;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.vendas-section-heading h3{color:#fff;margin:2px 0 0;font-size:.98rem;line-height:1.15}.vendas-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.vendas-form-grid-main .vendas-field-wide{grid-column:span 2}.vendas-field{min-width:0;display:block}.vendas-field>span{color:#8bb9da;margin:0 0 5px;font-size:.61rem;font-weight:900;display:block}.vendas-field input,.vendas-field select,.vendas-field textarea{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#061a2d;border:1px solid #4997da47;border-radius:10px;outline:none;width:100%;min-height:42px;padding:0 11px;font-family:inherit;font-size:.7rem}.vendas-field textarea{resize:vertical;min-height:86px;padding:10px 11px}.vendas-field input:focus,.vendas-field select:focus,.vendas-field textarea:focus{border-color:#2f91ff;box-shadow:0 0 0 3px #2f91ff1a}.vendas-field input:disabled{opacity:.64;cursor:not-allowed}.vendas-field-note{color:#ffbf57;margin-top:5px;font-size:.56rem;line-height:1.3;display:block}.vendas-settlement{background:#061a2d;border:1px solid #4997da2e;border-radius:13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;padding:9px;display:grid}.vendas-settlement>div{background:#08223a;border:1px solid #4997da2e;border-radius:11px;flex-direction:column;justify-content:center;gap:4px;min-height:74px;padding:10px 12px;display:flex}.vendas-settlement small{color:#7ba9ca;font-size:.58rem;font-weight:850}.vendas-settlement strong{color:#fff;font-size:1.06rem;line-height:1.05}.vendas-settlement-net{background:linear-gradient(145deg,#082a34,#08223a)!important;border-color:#30d67c3d!important}.vendas-settlement-net strong{color:#43da87}.vendas-payment-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.vendas-observacoes{margin-bottom:10px}.vendas-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1685ee,#0868c8);border:1px solid #2f91ff;border-radius:11px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:44px;font-family:inherit;font-size:.72rem;font-weight:900;display:flex}.vendas-save-button:hover:not(:disabled){filter:brightness(1.07)}.vendas-save-button:disabled{opacity:.6;cursor:not-allowed}.vendas-history-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.vendas-history-card{border-radius:15px;overflow:hidden}.vendas-history-card.is-open{grid-column:span 1}.vendas-history-toggle{color:#fff;text-align:left;cursor:pointer;background:#071f36;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:72px;padding:11px 13px;font-family:inherit;display:flex}.vendas-history-toggle:hover{background:#092845}.vendas-history-title{align-items:center;gap:10px;min-width:0;display:flex}.vendas-history-title>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.vendas-history-title strong{color:#fff;font-size:.78rem;line-height:1.2}.vendas-history-title small{color:#719fc3;font-size:.57rem;line-height:1.25}.vendas-history-icon{border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.vendas-history-icon-pending{color:#ffb33d;background:#ffb33d1a}.vendas-history-icon-received{color:#43da87;background:#43da871a}.vendas-history-toggle>b{color:#46a7ff;font-size:.72rem}.vendas-record-list{background:#061a2d;border-top:1px solid #4997da24;gap:7px;padding:9px;display:grid}.vendas-record{background:#08223a;border:1px solid #4997da38;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(130px,.35fr) auto;align-items:center;gap:12px;min-width:0;min-height:92px;padding:11px 12px;display:grid}.vendas-record.is-overdue{border-color:#ef44444d;box-shadow:inset 3px 0 #ef4444a6}.vendas-record-info{flex-direction:column;gap:3px;min-width:0;display:flex}.vendas-record-info strong{color:#fff;font-size:.75rem;line-height:1.22}.vendas-record-info span{color:#78a8cc;font-size:.59rem}.vendas-record-info small{color:#2f91ff;font-size:.57rem}.vendas-record-value{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.vendas-record-value strong{color:#fff;white-space:nowrap;letter-spacing:-.025em;font-size:.98rem}.vendas-record-value small{color:#ffbf57;font-size:.55rem;font-weight:900}.vendas-record-value.is-received small{color:#43da87}.vendas-record-actions{flex-direction:column;gap:6px;min-width:86px;display:flex}.vendas-record-actions button{cursor:pointer;border-radius:8px;width:86px;height:32px;font-family:inherit;font-size:.57rem;font-weight:900}.vendas-action-confirm{color:#e7fff2;background:#0b6d4c;border:1px solid #30d67c4d}.vendas-action-reverse{color:#fff1cf;background:#75531b;border:1px solid #ffb3384d}.vendas-empty-state{color:#2f91ff;text-align:center;border:1px dashed #4997da38;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:118px;padding:16px;display:flex}.vendas-empty-state strong{color:#fff;font-size:.74rem}.vendas-empty-state small{color:#719fc3;font-size:.57rem}@media (width<=1180px){.vendas-kpi-grid,.vendas-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vendas-form-grid-main .vendas-field-wide{grid-column:span 1}.vendas-record{grid-template-columns:minmax(0,1fr) 125px auto}}@media (width<=760px){.pro-vendas-shell .pro-module-hero{min-height:178px}.pro-vendas-shell .vendas-profissional{margin:-28px 8px 100px}.vendas-overview{border-radius:16px;margin-bottom:9px;padding:11px}.vendas-form-card{border-radius:16px;margin-bottom:9px;padding:10px 11px}.vendas-overview-header{margin-bottom:9px}.vendas-overview-header h2{font-size:1rem}.vendas-overview-header p{font-size:.6rem}.vendas-overview-icon{flex-basis:39px;width:39px;height:39px}.vendas-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.vendas-kpi{border-radius:13px;gap:8px;min-height:89px;padding:9px}.vendas-kpi-icon{border-radius:10px;flex-basis:37px;width:37px;height:37px}.vendas-kpi small{font-size:.58rem}.vendas-kpi strong{font-size:1.16rem}.vendas-kpi span{font-size:.51rem}.vendas-section-heading{margin-bottom:8px}.vendas-section-heading>span{flex-basis:39px;width:39px;height:39px}.vendas-section-heading h3{font-size:.91rem}.vendas-section-heading p{font-size:.59rem}.vendas-form-grid,.vendas-payment-grid{grid-template-columns:1fr 1fr;gap:6px 8px}.vendas-form-grid-main .vendas-field-wide{grid-column:1/-1}.vendas-field>span{margin-bottom:3px;font-size:.59rem}.vendas-field input,.vendas-field select{min-height:40px;font-size:.66rem}.vendas-field textarea{min-height:66px;font-size:.66rem}.vendas-field-note{margin-top:3px}.vendas-settlement{grid-template-columns:1fr 1fr;gap:6px;margin:8px 0;padding:7px}.vendas-settlement>div{min-height:66px;padding:8px}.vendas-settlement-net{grid-column:1/-1;min-height:70px!important}.vendas-settlement strong{font-size:.96rem}.vendas-payment-grid,.vendas-observacoes{margin-bottom:7px}.vendas-save-button{min-height:42px;font-size:.68rem}.vendas-history-grid{grid-template-columns:1fr;gap:8px}.vendas-history-card.is-open{grid-column:1}.vendas-history-toggle{min-height:64px;padding:9px 10px}.vendas-history-icon{flex-basis:34px;width:34px;height:34px}.vendas-history-title strong{font-size:.73rem}.vendas-history-title small{font-size:.53rem}.vendas-record-list{gap:7px;padding:8px}.vendas-record{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"info value""actions actions";gap:8px 10px;min-height:0;padding:10px}.vendas-record-info{grid-area:info}.vendas-record-info strong{font-size:.71rem}.vendas-record-info span,.vendas-record-info small{font-size:.54rem}.vendas-record-value{text-align:right;grid-area:value;align-items:flex-end}.vendas-record-value strong{font-size:.88rem}.vendas-record-actions{border-top:1px solid #4997da24;grid-area:actions;grid-template-columns:1fr;min-width:0;padding-top:7px;display:grid}.vendas-record-actions button{width:100%;height:31px;font-size:.54rem}}@media (width<=430px){.vendas-payment-grid{grid-template-columns:1fr}.vendas-kpi strong{font-size:1.06rem}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{width:100%;min-width:320px;min-height:100%}body{margin:0}#root{min-height:100vh}button,input,select,textarea{font:inherit}
