*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f8f1;color:#102016}
.app{display:flex;min-height:100vh}
.sidebar{width:280px;background:linear-gradient(180deg,rgba(6,55,28,.96),rgba(2,34,18,.98));color:white;padding:25px 18px;display:flex;flex-direction:column;box-shadow:18px 0 50px rgba(2,40,18,.28)}
.brand{display:flex;align-items:center;gap:15px;margin-bottom:36px}
.brand-logo{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#65a30d,#16a34a);display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:900;box-shadow:0 14px 35px rgba(22,163,74,.45)}
.brand h3{margin:0;font-size:30px;font-weight:900}.brand span{color:#bef264;font-size:14px;letter-spacing:1px}
.menu{flex:1}.menu a{display:flex;align-items:center;gap:14px;color:#dcfce7;text-decoration:none;padding:15px 16px;border-radius:13px;margin-bottom:10px;font-weight:700;transition:.2s}.menu a i{font-size:21px}
.menu a:hover,.menu a.active{background:linear-gradient(135deg,#3f8f22,#16a34a);box-shadow:0 14px 30px rgba(22,163,74,.35);color:#fff}
.secure-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:17px;padding:16px;display:flex;gap:13px;align-items:center;margin-bottom:24px}.secure-card>i{width:45px;height:45px;background:#22c55e;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px}
.secure-card strong,.secure-card span,.secure-card small{display:block}.secure-card span{color:#dcfce7;font-size:13px;margin:4px 0}.secure-card small{color:#bef264;font-size:12px}
.sidebar-user{border-top:1px solid rgba(255,255,255,.14);padding-top:20px;display:flex;align-items:center;gap:12px}.sidebar-user a{margin-left:auto;color:white}
.avatar{width:46px;height:46px;border-radius:50%;background:#dcfce7;color:#14532d;display:flex;align-items:center;justify-content:center;font-weight:900}.avatar.small{width:48px;height:48px}
.sidebar-user strong,.profile strong{display:block}.sidebar-user span,.profile span{color:#dcfce7;font-size:13px}
.main{flex:1;display:flex;flex-direction:column}
.hero-header{height:155px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.70) 45%,rgba(132,204,22,.25) 100%),linear-gradient(135deg,#eaf7d4,#ffffff);border-bottom:1px solid #dbe7d1;padding:28px 32px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;overflow:hidden}
.hero-header:after{content:"";position:absolute;right:0;bottom:0;width:65%;height:75px;background:repeating-linear-gradient(110deg,rgba(101,163,13,.28) 0 10px,rgba(22,163,74,.18) 10px 20px);clip-path:polygon(0 40%,100% 0,100% 100%,0 100%);opacity:.65}
.hero-header h1{margin:0;font-size:25px;font-weight:900;color:#102016}.hero-header p{margin:8px 0 0;color:#3f5f32}
.header-actions{display:flex;align-items:center;gap:25px;z-index:2}.weather{display:flex;align-items:center;gap:10px;color:#3f5f32;background:rgba(255,255,255,.86);padding:10px 14px;border-radius:14px;border:1px solid #e5f2dc}.weather i{font-size:32px;color:#facc15}.weather strong,.weather span{display:block}
.notification{font-size:25px;color:#166534;background:#fff;padding:12px;border-radius:14px}.profile{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.86);padding:9px 14px;border-radius:16px;border:1px solid #e5f2dc}.profile span{color:#3f5f32}
.content{padding:28px}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-28px;position:relative;z-index:5}.kpi-card{background:rgba(255,255,255,.97);border:1px solid #dfead8;border-radius:18px;padding:22px;display:flex;align-items:center;gap:17px;box-shadow:0 14px 35px rgba(20,83,45,.08);position:relative;overflow:hidden}.kpi-card:after{content:"";position:absolute;right:-28px;bottom:-28px;width:105px;height:105px;background:rgba(101,163,13,.10);border-radius:50%}
.kpi-icon{width:62px;height:62px;border-radius:17px;display:flex;align-items:center;justify-content:center;font-size:28px}.kpi-icon.blue,.kpi-icon.green,.kpi-icon.orange,.kpi-icon.purple{background:#e4f4d7;color:#2f7d20}.kpi-card span{color:#3f5f32;font-weight:700}.kpi-card h2{margin:7px 0;font-size:34px;font-weight:900;color:#102016}.kpi-card small{color:#16a34a;font-weight:800;font-size:13px}.mini-chart{position:absolute;right:20px;bottom:18px;font-size:42px;opacity:.85}.green-text,.orange-text,.purple-text{color:#2f7d20}
.main-grid{margin-top:18px;display:grid;grid-template-columns:1.3fr 1fr 290px;gap:18px}.bottom-grid{margin-top:18px;display:grid;grid-template-columns:1fr 1fr .95fr;gap:18px}.panel,.summary-card{background:white;border:1px solid #dfead8;border-radius:18px;padding:20px;box-shadow:0 14px 35px rgba(20,83,45,.06)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel-header h4{margin:0;font-size:17px;font-weight:900;color:#102016}.panel-header h4 i{color:#2f7d20}.panel-header button{border:1px solid #dfead8;background:white;color:#2f7d20;border-radius:9px;padding:7px 10px;font-weight:700}.panel-header a{color:#2f7d20;text-decoration:none;font-weight:800;font-size:13px}
.line-chart{height:225px}.line-chart svg{width:100%;height:100%}.chart-days{display:flex;justify-content:space-around;color:#5f7650;font-size:13px}
.status-content{display:flex;align-items:center;justify-content:space-around}.donut{width:180px;height:180px;border-radius:50%;background:conic-gradient(#166534 0 60%,#65a30d 60% 82%,#f97316 82% 100%);display:flex;align-items:center;justify-content:center}.donut div{width:100px;height:100px;border-radius:50%;background:white;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#5f7650;text-align:center}.donut strong{font-size:30px;color:#102016}.status-list p{display:flex;gap:10px;justify-content:space-between;min-width:180px;font-weight:700}.dot{width:11px;height:11px;border-radius:50%;display:inline-block;margin-top:5px}.dot.blue{background:#166534}.dot.green{background:#65a30d}.dot.orange{background:#f97316}.dot.purple{background:#0ea5e9}
.summary-card{padding:0;background:linear-gradient(180deg,#166534,#14532d);color:white;overflow:hidden}.summary-header{padding:18px 20px;background:rgba(0,0,0,.12)}.summary-row{margin:0 20px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between}.new-tareo{margin:20px;display:flex;justify-content:space-between;align-items:center;background:white;color:#14532d;text-decoration:none;padding:14px 18px;border-radius:12px;font-weight:900}
.worker-row{display:grid;grid-template-columns:45px 1fr 90px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #e5f2dc}.worker-row span{display:block;color:#5f7650;font-size:13px}.worker-row b{background:#dcfce7;color:#166534;border-radius:8px;padding:7px 8px;text-align:center;font-size:12px}.worker-row b.pending{background:#ffedd5;color:#f97316}
.map-box{height:180px;border-radius:14px;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(101,163,13,.20) 1px,transparent 1px),linear-gradient(rgba(22,163,74,.18) 1px,transparent 1px),linear-gradient(135deg,#edf7dd,#ccebb8);background-size:35px 35px}.map-box:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(25deg,rgba(22,101,52,.18) 0 8px,transparent 8px 18px);opacity:.5}.pin{position:absolute;color:#166534;font-size:34px;z-index:2}.pin.one{left:20%;top:45%}.pin.two{left:55%;top:30%}.pin.three{left:75%;top:50%}.map-stats{display:flex;justify-content:space-around;margin-top:13px;color:#3f5f32;font-size:13px}
.alert-row{display:flex;gap:13px;align-items:center;padding:13px;border:1px solid #e5f2dc;border-radius:12px;margin-bottom:10px}.alert-row i{font-size:30px}.alert-row span{display:block;color:#5f7650;font-size:13px}.alert-row.warning i{color:#f97316}.alert-row.info i{color:#0ea5e9}.alert-row.ok i{color:#16a34a}
.form-control{border-radius:12px;padding:12px 14px;border-color:#dfead8}.form-control:focus{border-color:#16a34a;box-shadow:0 0 0 .2rem rgba(22,163,74,.15)}.btn-primary{border:none;border-radius:12px;padding:11px 18px;font-weight:900;background:linear-gradient(135deg,#3f8f22,#16a34a)}.table{vertical-align:middle}
.footer{margin-top:auto;padding:14px 28px;color:#5f7650;font-size:13px;display:flex;justify-content:space-between;border-top:1px solid #dfead8}.footer i{color:#65a30d;font-size:13px}
@media(max-width:1200px){.kpi-grid,.main-grid,.bottom-grid{grid-template-columns:1fr 1fr}.summary-card{grid-column:span 2}}
@media(max-width:900px){.app{flex-direction:column}.sidebar{width:100%}.hero-header{height:auto;flex-direction:column;gap:16px}.kpi-grid,.main-grid,.bottom-grid{grid-template-columns:1fr;margin-top:18px}.summary-card{grid-column:auto}}
