@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #00DC64;--color-primary-dark: #00b552;--color-secondary-accent: #D97706;--color-completed: #15803d;--color-forest: #00DC64;--color-leaf: #15803d;--color-sage: #22c55e;--color-earth: #374151;--color-sand: #D97706;--color-terracotta: #dc2626;--surface-primary: #FFFFFF;--surface-secondary: #F3F4F6;--surface-bg: #F3F4F6;--text-primary: #111827;--text-secondary: #4B5563;--text-tertiary: #6B7280;--border-color: #E5E7EB}*{box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--surface-bg);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}img{display:block;max-width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.loading-spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--text-secondary);font-size:1rem}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;text-align:center;padding:2rem}.error-icon{font-size:3rem}.error-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.error-message{color:var(--text-secondary);margin:0;max-width:400px}.error-hint{font-size:.875rem;color:var(--text-tertiary);margin-top:1rem;padding:1rem;background:var(--surface-primary);border-radius:8px;max-width:500px}.error-hint code{background:var(--surface-secondary);padding:.125rem .375rem;border-radius:4px;font-size:.8125rem}.header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:80px;background-color:var(--surface-primary);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo-wrapper{background:#fef2f2;padding:.5rem;border-radius:50%;border:1px solid #fee2e2;display:flex;align-items:center;justify-content:center}.header-logo{width:40px;height:40px;border-radius:50%;box-shadow:0 1px 2px #0000001a}.header-title h1{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1}.header-title span{font-size:.875rem;color:var(--text-tertiary);display:block;margin-top:.25rem;font-weight:500}.header-info{display:flex;align-items:center;gap:1.5rem}.header-date{font-size:.875rem;color:var(--text-tertiary);text-transform:capitalize;padding-right:1.5rem;border-right:1px solid var(--border-color)}.header-user{display:flex;align-items:center;gap:1rem}.header-email{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.header-logout{padding:.5rem 1.25rem;background:transparent;color:#dc2626;border:1px solid #fecaca;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s}.header-logout:hover{background:#fef2f2}@media (max-width: 1024px){.header-date{display:none}}@media (max-width: 768px){.header{padding:0 1rem;height:64px}.header-title span,.header-email{display:none}.header-logo-wrapper{padding:.375rem}.header-logo{width:32px;height:32px}}.dashboard{padding:2rem;max-width:1600px;margin:0 auto}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.metric-card{background:var(--surface-primary);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:8rem;border:1px solid var(--border-color);border-left:6px solid var(--accent-color, var(--text-primary));box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.metric-card.total{--accent-color: #374151}.metric-card.pending{--accent-color: #D97706}.metric-card.in-progress{--accent-color: #00DC64}.metric-card.completed{--accent-color: #15803d}.metric-label{font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1}.dashboard-skeleton{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.skeleton{background:var(--surface-primary);border-radius:1rem;height:8rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1200px){.dashboard-grid,.dashboard-skeleton{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.dashboard{padding:1rem}.dashboard-grid,.dashboard-skeleton{grid-template-columns:1fr}.metric-card{height:7rem}.metric-value{font-size:2rem}}.request-card{background:var(--surface-primary);border-radius:1rem;padding:1.25rem;cursor:pointer;transition:transform .3s ease,box-shadow .2s ease;border:1px solid var(--border-color);border-left:6px solid var(--color-primary);box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:1rem;min-height:280px;height:100%;min-width:0;overflow:hidden}.request-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.request-card.status-pending{border-left-color:var(--color-sand)}.request-card.status-in-progress{border-left-color:var(--color-primary)}.request-card.status-completed{border-left-color:var(--color-leaf)}.card-accent{display:none}.card-content{display:contents}.request-card-header{display:flex;flex-direction:column;gap:.5rem}.request-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.request-status{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;width:fit-content}.request-status.status-pending{background:#fef3c7;color:#92400e}.request-status.status-in-progress{background:#dcfce7;color:#166534}.request-status.status-completed{background:#d1fae5;color:#065f46}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.request-info{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.info-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--text-secondary)}.info-icon{font-size:1rem}.info-icon.school-icon{color:#d97706}.info-icon.eco-icon{color:#00dc64}.farmer-section{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--surface-secondary);border-radius:.75rem;margin-top:.25rem}.farmer-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:#fef9c3;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.farmer-info{display:flex;flex-direction:column;min-width:0}.farmer-label{font-size:.75rem;color:var(--text-tertiary)}.farmer-name{font-size:.875rem;font-weight:600;color:var(--text-primary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-progress{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.progress-header{display:flex;justify-content:space-between;align-items:center}.progress-label{font-size:.75rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase}.progress-value{font-size:.875rem;font-weight:700;color:var(--color-primary)}.request-card.status-pending .progress-value{color:var(--text-tertiary)}.progress-bar{height:8px;background:var(--surface-secondary);border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background:var(--color-primary);border-radius:9999px;transition:width .5s ease-out}.request-card.status-pending .progress-fill{background:var(--color-sand)}.progress-amounts{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-tertiary)}.request-card-footer{margin-top:auto}.view-details-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem;background:var(--surface-secondary);border:none;border-radius:.5rem;color:var(--text-primary);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.view-details-btn:hover{background:#e5e7eb}.view-details-btn .btn-icon{font-size:.875rem;color:var(--text-tertiary);transition:transform .2s ease}.view-details-btn:hover .btn-icon{transform:translate(4px);color:var(--text-secondary)}@media (max-width: 640px){.request-card{padding:1rem}.request-info{gap:.75rem}.farmer-avatar{width:2rem;height:2rem;font-size:1rem}}.request-list{padding:0 2rem 2rem;max-width:1600px;margin:0 auto}.request-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.request-list-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.request-count{font-size:.875rem;color:var(--text-tertiary)}.request-filters{display:flex;gap:.75rem;margin-bottom:1.5rem;padding:.5rem;background:var(--surface-primary);border-radius:.75rem;border:1px solid var(--border-color);box-shadow:0 1px 3px #0000000d}.search-box{flex:1;min-width:280px;position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-tertiary)}.search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border:none;border-radius:.5rem;background:var(--surface-secondary);color:var(--text-primary);font-size:.875rem;transition:box-shadow .2s ease}.search-input::placeholder{color:var(--text-tertiary)}.search-input:focus{outline:none;box-shadow:0 0 0 2px #00dc644d}.filter-group{display:flex;gap:.75rem}.filter-select{padding:.625rem 2.5rem .625rem .75rem;border:none;border-radius:.5rem;background:var(--surface-secondary);color:var(--text-secondary);font-size:.875rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:box-shadow .2s ease;min-width:160px}.filter-select:focus{outline:none;box-shadow:0 0 0 2px #00dc644d}.request-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1536px){.request-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1280px){.request-grid{grid-template-columns:repeat(2,1fr)}}.request-skeleton{background:var(--surface-primary);border-radius:1rem;height:300px;animation:pulse 1.5s ease-in-out infinite}.empty-state{text-align:center;padding:4rem 2rem;background:var(--surface-primary);border-radius:1rem;border:1px dashed var(--border-color)}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.empty-state p{color:var(--text-secondary);margin:0}@media (max-width: 1024px){.request-filters{flex-direction:column;gap:.5rem}.search-box{min-width:100%}.filter-group{width:100%}.filter-select{flex:1}}@media (max-width: 768px){.request-list{padding:0 1rem 1rem}.request-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface-primary);border-radius:20px;width:100%;max-width:800px;max-height:85vh;overflow-y:auto;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;border-radius:10px;border:none;background:var(--surface-secondary);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.modal-close:hover{background:var(--color-terracotta);color:#fff}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid var(--border-color)}.modal-header h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;padding-right:3rem}.modal-category{font-size:.875rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.modal-body{padding:1.5rem 2rem 2rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.modal-progress{display:flex;flex-direction:column;gap:.75rem}.progress-bar.large{height:12px;background:var(--surface-secondary);border-radius:6px;overflow:hidden}.progress-bar.large .progress-fill{height:100%;background:var(--color-forest);border-radius:6px;transition:width .5s ease}.progress-stats{display:flex;align-items:baseline;gap:.75rem}.stat-value{font-size:2rem;font-weight:700;color:var(--color-forest)}.stat-label{font-size:.9375rem;color:var(--text-secondary)}.school-list,.farmer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.school-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface-secondary);border-radius:10px;font-size:.9375rem;color:var(--text-primary)}.school-icon{font-size:1.25rem}.farmer-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface-secondary);border-radius:10px}.farmer-avatar{width:40px;height:40px;border-radius:50%;background:#fef9c3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.farmer-info{display:flex;flex-direction:column}.farmer-name{font-size:.9375rem;font-weight:500;color:var(--text-primary)}.farmer-type{font-size:.75rem;color:var(--text-tertiary)}.food-table-container{overflow-x:auto;margin:0 -.5rem;padding:0 .5rem}.food-table{width:100%;border-collapse:collapse;font-size:.875rem}.food-table th{text-align:left;padding:.75rem 1rem;color:var(--text-tertiary);font-weight:500;border-bottom:1px solid var(--border-color);white-space:nowrap}.food-table td{padding:1rem;color:var(--text-primary);border-bottom:1px solid var(--border-color);vertical-align:middle}.food-table tbody tr:last-child td{border-bottom:none}.food-table tbody tr:hover{background:var(--surface-secondary)}.food-name-cell{display:flex;align-items:center;gap:.75rem}.food-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;background:var(--surface-secondary)}.food-status{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}.food-status.status-pending{background:color-mix(in srgb,var(--color-sand) 15%,transparent);color:var(--color-sand)}.food-status.status-in-progress{background:color-mix(in srgb,var(--color-forest) 15%,transparent);color:var(--color-forest)}.food-status.status-completed{background:color-mix(in srgb,var(--color-leaf) 15%,transparent);color:var(--color-leaf)}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-content{max-height:90vh;border-radius:16px}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-body{padding:1rem 1.5rem 1.5rem}.food-table th,.food-table td{padding:.5rem .75rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:var(--surface-bg)}.login-card{background:var(--surface-primary);border-radius:16px;padding:3rem;width:100%;max-width:420px;box-shadow:0 4px 24px #00000014}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo{width:64px;height:64px;margin:0 auto 1.5rem}.login-logo svg{width:100%;height:100%}.login-title{font-size:1.75rem;font-weight:700;color:var(--color-forest);margin:0 0 .5rem}.login-subtitle{color:var(--text-secondary);font-size:.9375rem;margin:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:var(--text-primary)}.form-input{padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:10px;font-size:1rem;font-family:inherit;color:var(--text-primary);background:var(--surface-secondary);transition:border-color .2s,background-color .2s}.form-input:focus{outline:none;border-color:var(--color-forest);background:var(--surface-primary)}.form-input::placeholder{color:var(--text-tertiary)}.login-button{margin-top:.5rem;padding:1rem;background:var(--color-forest);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.login-button:hover:not(:disabled){background:var(--color-leaf)}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-error{padding:.875rem 1rem;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;color:#dc2626;font-size:.875rem;text-align:center}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:1rem}
