.notification-center{position:relative;display:inline-block}.notification-bell-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:8px;position:relative;transition:transform .2s;display:flex;align-items:center;justify-content:center;border-radius:50%}.notification-bell-btn:hover{background:#ffffff1a;transform:scale(1.05)}.notification-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;height:18px;width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-primary)}.notification-dropdown{position:absolute;top:120%;right:-10px;width:350px;background:#111827f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 25px #00000080;z-index:1000;overflow:hidden;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.notification-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.header-actions{display:flex;gap:.5rem}.mark-all-read,.clear-all{background:none;border:none;font-size:.8rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.mark-all-read{color:var(--primary-color, #10b981)}.mark-all-read:hover{background:#10b9811a}.clear-all{color:#ef4444}.clear-all:hover{background:#ef44441a}.notification-list{max-height:400px;overflow-y:auto}.notification-item{display:flex;padding:1rem;gap:1rem;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .2s}.notification-item:hover{background:#ffffff0d}.notification-item.unread{background:#10b9810d}.notification-icon{font-size:1.2rem;min-width:24px}.notification-content{flex:1}.notification-title{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:var(--text-primary)}.notification-message{margin:0 0 .5rem;font-size:.85rem;color:var(--text-muted);line-height:1.4}.notification-time{font-size:.75rem;color:#6b7280}.unread-dot{width:8px;height:8px;background:#10b981;border-radius:50%;align-self:center}.empty-notifications{padding:2rem;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-icon{font-size:2rem;opacity:.5}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.profile-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;overflow:hidden;flex-shrink:0}.profile-contact{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);margin-bottom:1.25rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem;word-break:break-word}.password-section{padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.password-section h3{font-size:1rem;color:var(--text-primary);margin-bottom:.35rem}.password-help{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.password-change-form{display:grid;gap:.9rem}.password-field{display:grid;gap:.4rem}.password-field label{font-size:.8rem;color:var(--text-muted)}.password-field input{width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-primary);outline:none}.password-field input:focus{border-color:#10b98173;box-shadow:0 0 0 3px #10b9811f}.password-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.password-feedback{font-size:.875rem;min-height:1.1rem}.password-feedback.success{color:#10b981}.password-feedback.error{color:#f87171}.password-submit{min-width:160px}@media(max-width:640px){.profile-header{flex-direction:column}.password-actions{flex-direction:column;align-items:stretch}.password-submit{width:100%}}.admin-dashboard{max-width:1400px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#8b5cf61a,#6366f10d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(139,92,246,.2)}.admin-header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.admin-header p{color:var(--text-muted)}.admin-welcome{padding:.75rem 1.5rem;background:#ffffff0d;border-radius:10px;color:var(--text-secondary)}.admin-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:1200px){.admin-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}.admin-stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.admin-stat-card:hover{transform:translateY(-2px);border-color:#fff3}.admin-stat-card .stat-icon{font-size:2rem}.admin-stat-card .stat-content{display:flex;flex-direction:column}.admin-stat-card .stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.admin-stat-card .stat-label{font-size:.75rem;color:var(--text-muted)}.stat-pending .stat-value{color:#fbbf24}.stat-assigned .stat-value{color:#a78bfa}.stat-completed .stat-value{color:#10b981}.stat-users .stat-value{color:#3b82f6}.stat-rewards .stat-value{color:#f59e0b}.reports-section{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem}.user-count-badge{font-size:.85rem;color:var(--text-secondary);background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.35rem .7rem}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .3s ease}.filter-tab:hover{border-color:#fff3}.filter-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.reports-table-container{overflow-x:auto}.loading-state,.empty-state{text-align:center;padding:3rem;color:var(--text-muted)}.empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.reports-table{width:100%;border-collapse:collapse}.reports-table th{text-align:left;padding:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid rgba(255,255,255,.1)}.reports-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:top}.reports-table tr:hover{background:#ffffff05}.reports-table tr.row-loading{opacity:.5;pointer-events:none}.report-cell .report-title{font-weight:500;color:var(--text-primary);margin-bottom:.25rem}.report-cell .report-address{font-size:.8rem;color:var(--text-dim)}.view-images-btn{margin-top:.5rem;padding:.25rem .5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:4px;color:#3b82f6;font-size:.75rem;cursor:pointer;transition:all .3s ease}.view-images-btn:hover{background:#3b82f633}.report-images-cell{min-width:130px}.report-thumbnail-btn{display:block;width:72px;height:54px;border:1px solid rgba(59,130,246,.35);border-radius:8px;overflow:hidden;background:#ffffff0a;padding:0;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.report-thumbnail-btn:hover{transform:translateY(-1px);border-color:#3b82f6cc}.report-thumbnail-btn img{width:100%;height:100%;object-fit:cover}.no-images-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;border:1px solid rgba(239,68,68,.35);background:#ef444414;color:#fca5a5;font-size:.75rem;font-weight:600}.user-info{display:flex;flex-direction:column}.user-info .user-name{color:var(--text-primary);font-weight:500}.user-info .user-email{font-size:.75rem;color:var(--text-dim)}.waste-type-badge{padding:.25rem .5rem;background:#ffffff0d;border-radius:4px;font-size:.8rem;white-space:nowrap}.date-cell{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.actions-cell{display:flex;gap:.5rem;flex-wrap:wrap}.collector-select{padding:.4rem .6rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-primary);font-size:.8rem;cursor:pointer;min-width:140px}.collector-select:focus{outline:none;border-color:var(--primary)}.btn-success{background:#10b981;border-color:#10b981;color:#fff}.btn-success:hover{background:#059669}.table-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.table-pagination button{padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.table-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.table-pagination button:disabled{opacity:.5;cursor:not-allowed}.image-preview-modal{background:var(--bg-secondary);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem;max-width:800px;max-height:80vh;overflow-y:auto;position:relative}.image-preview-modal h3{margin-bottom:1rem;color:var(--text-primary)}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.image-gallery.small{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.gallery-image img,.image-gallery img{width:100%;height:200px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease}.gallery-image img:hover,.image-gallery img:hover{transform:scale(1.02)}.image-gallery.small img{height:100px}.report-details-modal{background:var(--bg-secondary);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem;max-width:600px;max-height:80vh;overflow-y:auto;position:relative}.report-details-modal h3{margin-bottom:1.5rem;color:var(--text-primary)}.detail-grid{display:flex;flex-direction:column;gap:1rem}.detail-item{padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.detail-item label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-bottom:.25rem}.detail-item p{color:var(--text-primary);font-size:.9rem}.detail-item .coordinates{font-size:.8rem;color:var(--text-dim);font-family:monospace;margin-top:.25rem}.detail-item .reward-badge{color:#fbbf24;font-weight:600}.detail-images{margin-top:1rem}.detail-images-primary{margin-top:0;margin-bottom:1rem;padding:.85rem;border:1px solid rgba(59,130,246,.2);border-radius:10px;background:#3b82f60f}.detail-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.detail-image-btn{border:0;padding:0;border-radius:8px;overflow:hidden;background:transparent;cursor:pointer}.detail-image-btn img{width:100%;height:96px;object-fit:cover;display:block}.detail-images-missing{color:#fca5a5;margin:0;font-size:.85rem}.detail-images label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem}.admin-header-actions{display:flex;align-items:center;gap:1rem}.btn-add-collector{padding:.6rem 1.2rem;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-add-collector:hover{transform:translateY(-1px);box-shadow:0 4px 15px #10b98166}.collector-form-group{margin-bottom:1rem}.collector-form-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.03em}.collector-form-group input{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--text-primary);font-size:.9rem;transition:all .3s ease;box-sizing:border-box}.collector-form-group input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.collector-form-group input::placeholder{color:var(--text-dim)}.collector-alert{padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.85rem}.collector-alert-success{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981}.collector-alert-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.collector-password-box{background:#10b9811a;border:2px solid rgba(16,185,129,.3);border-radius:12px;padding:1.25rem;margin:1rem 0;text-align:center}.password-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.password-value{font-size:1.5rem;font-weight:700;color:#10b981;font-family:monospace;letter-spacing:2px;padding:.5rem 0;word-break:break-all}.password-note{font-size:.8rem;color:var(--text-dim);margin-top:.5rem}.modal-overlay .modal-content{padding:1.5rem}.modal-overlay h3{margin-bottom:.5rem;color:var(--text-primary);font-size:1.25rem}.modal-subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.form-control{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:.9rem;resize:vertical;transition:all .2s ease}.form-control:focus{outline:none;border-color:var(--primary);background:#3b82f61a;box-shadow:0 0 0 3px #3b82f61a}.form-control::placeholder{color:var(--text-muted)}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.modal-actions .btn{flex:0 1 auto;padding:.65rem 1.25rem}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{color:var(--text-primary);background:#ffffff1a;border-radius:4px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.collector-dashboard{max-width:1200px;margin:0 auto;padding-bottom:2rem}.header-content h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.highlight{color:var(--primary);font-weight:600}.header-badge.collector{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:12px;color:#a78bfa;font-weight:600}.badge-icon{font-size:1.5rem}.dashboard-profile-block{margin-bottom:2rem}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:600px){.dashboard-grid{grid-template-columns:1fr}}.stat-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:#ffffff0d}.stat-icon.pickups{background:#3b82f61a}.stat-icon.waste{background:#10b9811a}.stat-info h3{font-size:.9rem;color:var(--text-muted);margin-bottom:.25rem}.stat-value{font-size:2rem;font-weight:700;color:var(--text-primary)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.filter-tabs{display:flex;gap:.5rem;background:#ffffff0d;padding:.25rem;border-radius:12px}.filter-tab{padding:.5rem 1.5rem;background:transparent;border:none;border-radius:10px;color:var(--text-muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-tab.active{background:var(--primary);color:#fff}.task-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}@media(max-width:768px){.task-list{grid-template-columns:1fr}}.task-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease}.task-card:hover{transform:translateY(-2px);border-color:#fff3;background:#ffffff0d}.task-header{display:flex;justify-content:space-between;margin-bottom:1rem}.waste-badge{font-size:.8rem;color:var(--text-secondary);background:#ffffff0d;padding:.25rem .75rem;border-radius:20px}.status-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;text-transform:uppercase}.task-body{flex:1;margin-bottom:1.5rem}.task-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.task-address{color:var(--text-secondary);font-size:.9rem;margin-bottom:.5rem;line-height:1.4}.task-desc{color:var(--text-muted);font-size:.85rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.task-meta{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-dim);border-top:1px solid rgba(255,255,255,.05);padding-top:.75rem}.task-actions{display:flex;gap:1rem}.task-actions .btn{flex:1}.completion-form{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.file-upload-box{border:2px dashed rgba(255,255,255,.15);border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#ffffff05}.file-upload-box:hover{border-color:var(--primary);background:#10b9810d}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted)}.upload-icon{font-size:2rem}.file-preview{display:flex;flex-direction:column;align-items:center;gap:.5rem}.file-preview img{max-width:100%;max-height:200px;border-radius:8px}.file-preview span{font-size:.8rem;color:var(--text-secondary)}.upload-trigger{border:2px dashed rgba(255,255,255,.15);border-radius:12px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#ffffff05}.upload-hint{display:block;font-size:.7rem;color:var(--text-dim);margin-top:.25rem}.navigation-modal{width:min(960px,92vw)}.navigation-meta{margin-bottom:1rem;color:var(--text-secondary);font-size:.9rem}.navigation-meta p{margin:.25rem 0}.tracking-error{color:#f87171;font-weight:600}.navigation-map-wrap{border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;background:#ffffff05;min-height:360px}.navigation-map{width:100%;height:420px;border:none}.live-map-shell{position:relative}.map-status-banner{position:absolute;top:10px;left:50%;transform:translate(-50%);background:#0f172ae6;color:#e2e8f0;border:1px solid rgba(148,163,184,.35);padding:.4rem .75rem;border-radius:999px;z-index:550;font-size:.78rem;white-space:nowrap}.collector-marker,.destination-marker{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:16px;border:2px solid rgba(255,255,255,.9);box-shadow:0 3px 12px #0f172a59}.collector-marker{background:#2563eb}.destination-marker{background:#16a34a}.navigation-map-fallback{min-height:360px;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.navigation-actions{margin-top:1rem}@media(max-width:768px){.navigation-map{height:320px}}.report-form-container{max-width:100%}.form-header{margin-bottom:1.5rem;text-align:center}.form-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.form-header p{color:var(--text-muted);font-size:.9rem}.timestamp-display{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:8px;margin-bottom:1.5rem;color:#a78bfa;font-size:.9rem}.timestamp-icon{font-size:1.1rem}.form-section{margin-bottom:1.5rem}.section-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.image-upload-area{display:flex;flex-direction:column;gap:1rem}.upload-trigger-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:640px){.upload-trigger-group{grid-template-columns:1fr}}.upload-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;background:#ffffff05;border:2px dashed rgba(255,255,255,.15);border-radius:12px;cursor:pointer;transition:all .3s ease;color:var(--text-muted)}.upload-trigger:hover{border-color:var(--primary);background:#10b9810d}.capture-trigger{border-color:#3b82f659}.capture-trigger:hover{border-color:#3b82f6;background:#3b82f614}.upload-icon{font-size:2.5rem;margin-bottom:.5rem}.upload-hint{font-size:.75rem;color:var(--text-dim)}.image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.image-preview{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#ef4444e6;border:none;color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-image:hover{background:#ef4444;transform:scale(1.1)}.location-input-group{display:flex;flex-direction:column;gap:.75rem}.gps-status{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.gps-indicator{width:10px;height:10px;border-radius:50%;background:#ef4444;box-shadow:0 0 6px #ef444480}.gps-indicator.active{background:#10b981;box-shadow:0 0 6px #10b98180;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.gps-text{color:var(--text-muted);font-size:.85rem;flex:1}.coordinates-display{display:flex;gap:1.5rem;padding:.5rem .75rem;background:#10b9811a;border-radius:6px;font-size:.8rem;color:var(--primary);font-family:monospace}.char-count{text-align:right;font-size:.75rem;color:var(--text-dim);margin-top:.25rem}.waste-type-btn{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.waste-type-btn:hover{border-color:#fff3;transform:translateY(-2px)}.waste-type-btn.active{background:#10b98126;border-color:var(--primary);color:var(--primary)}.waste-icon{font-size:1.75rem}.waste-label{font-size:.75rem;text-align:center;font-weight:500}.waste-points{font-size:.65rem;color:#fbbf24;font-weight:600}.waste-type-btn.active .waste-points{color:#fbbf24}.weight-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:400px){.weight-options{grid-template-columns:1fr}}.weight-btn{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.weight-btn:hover{border-color:#fff3}.weight-btn.active{background:#10b9811a;border-color:var(--primary)}.weight-label{font-size:.875rem}.weight-multiplier{font-size:.8rem;font-weight:600;color:#fbbf24;background:#fbbf241a;padding:.25rem .5rem;border-radius:4px}.points-estimate{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#fbbf241a,#f59e0b0d);border:1px solid rgba(251,191,36,.2);border-radius:12px;margin:1.5rem 0}.points-icon{font-size:1.5rem}.points-text{color:var(--text-secondary);font-size:.95rem}.points-text strong{color:#fbbf24}.garbage-report-form .form-group label{display:block;font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.garbage-report-form input,.garbage-report-form textarea,.garbage-report-form select{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-family:inherit;transition:all .3s ease}.garbage-report-form input:focus,.garbage-report-form textarea:focus,.garbage-report-form select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #10b9811a}.garbage-report-form input.error,.garbage-report-form textarea.error{border-color:var(--error)}.garbage-report-form textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-lg{padding:1rem 1.5rem;font-size:1rem}.btn:disabled{opacity:.7;cursor:not-allowed}.user-dashboard{max-width:1400px;margin:0 auto}.dashboard-loading{min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:var(--text-secondary)}.dashboard-header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.dashboard-header p{color:var(--text-muted)}.btn-lg{padding:1rem 2rem;font-size:1rem;gap:.75rem}.dashboard-grid-layout{display:grid;grid-template-columns:360px 1fr;gap:1.5rem}@media(max-width:1024px){.dashboard-grid-layout{grid-template-columns:1fr}}.dashboard-left,.dashboard-right{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background:linear-gradient(135deg,#10b9811a,#10b98105);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(16,185,129,.2);padding:1.5rem}.profile-header{display:flex;gap:1rem;margin-bottom:1.5rem}.profile-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.profile-email{color:var(--text-muted);font-size:.875rem}.member-since{font-size:.75rem;color:var(--text-dim);display:block;margin-top:.25rem}.profile-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.profile-stat{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:10px}.profile-stat .stat-icon-wrapper{font-size:1.5rem}.profile-stat .stat-details{display:flex;flex-direction:column}.profile-stat .stat-label{font-size:.75rem;color:var(--text-muted)}.profile-stat .stat-number{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.reward-points .stat-number{color:#fbbf24}.leaderboard-rank .stat-number{color:#8b5cf6}.percentile .stat-number{color:#10b981}.profile-contact{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.contact-icon{font-size:1rem}.stats-grid{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.stats-container{grid-template-columns:repeat(2,1fr)}}.stat-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:#ffffff1a}.stat-card-icon{font-size:1.5rem}.stat-card-content{display:flex;flex-direction:column}.stat-card-value{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.stat-card-label{font-size:.75rem;color:var(--text-muted)}.stat-blue .stat-card-value{color:#3b82f6}.stat-yellow .stat-card-value{color:#fbbf24}.stat-purple .stat-card-value{color:#8b5cf6}.stat-orange .stat-card-value{color:#f97316}.stat-green .stat-card-value{color:#10b981}.stat-red .stat-card-value{color:#ef4444}.reports-list-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem}.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reports-list-container .section-title{color:var(--text-primary)}.reports-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.reports-tabs .tab-btn{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:.5rem 1rem;background:#0f172a59;border:1px solid rgba(148,163,184,.18);border-radius:20px;color:#cbd5e1;font-size:.875rem;font-weight:600;line-height:1;cursor:pointer;transition:all .3s ease;white-space:nowrap}.reports-tabs .tab-btn:hover{border-color:#ffffff47;color:var(--text-primary);background:#ffffff0f}.reports-tabs .tab-btn.active{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:#10b9818c;color:#fff;box-shadow:0 10px 24px #10b98138}.reports-tabs .tab-btn:active,.reports-tabs .tab-btn.active:active{color:#fff}.reports-list{display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;padding:3rem;color:var(--text-muted)}.empty-icon{font-size:3rem;margin-bottom:1rem;display:block}.empty-hint{font-size:.875rem;color:var(--text-dim);display:block;margin-top:.5rem}.report-card{padding:1.25rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.report-card:hover{border-color:#ffffff29}.report-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.report-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap}.status-yellow{background:#fbbf2426;color:#fbbf24}.status-purple{background:#8b5cf626;color:#a78bfa}.status-orange{background:#f9731626;color:#fb923c}.status-green{background:#10b98126;color:#34d399}.status-red{background:#ef444426;color:#f87171}.report-description{color:var(--text-secondary);font-size:.875rem;margin-bottom:1rem;line-height:1.5}.report-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.meta-item{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--text-muted)}.meta-icon{font-size:.9rem}.collector-info{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#8b5cf61a;border-radius:8px;font-size:.8rem;margin-bottom:.75rem}.collector-label{color:var(--text-muted)}.collector-name{color:#a78bfa;font-weight:500}.collector-phone{color:var(--text-dim)}.reward-earned{padding:.5rem .75rem;background:#fbbf241a;border-radius:8px;font-size:.85rem;color:#fbbf24;font-weight:500}.completion-block{margin-top:.85rem;padding:.75rem;border-radius:10px;border:1px solid rgba(16,185,129,.25);background:#10b98114}.completion-header{font-size:.8rem;font-weight:700;color:#34d399;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.completion-meta{font-size:.8rem;color:var(--text-secondary)}.completion-note{margin-top:.5rem;margin-bottom:.5rem;font-size:.85rem;color:var(--text-primary)}.completion-proof{margin-top:.5rem}.proof-link{display:inline-block;font-size:.82rem;font-weight:600;color:#6ee7b7;text-decoration:none;margin-bottom:.5rem}.proof-link:hover{text-decoration:underline}.proof-image{width:100%;max-width:320px;border-radius:10px;border:1px solid rgba(255,255,255,.2);display:block}.proof-missing{margin-top:.5rem;font-size:.82rem;color:#fbbf24}.report-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.btn-danger{border-color:#ef44444d;color:#f87171}.btn-danger:hover{background:#ef44441a;border-color:#ef4444}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.pagination-btn{padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:var(--text-muted);font-size:.875rem}.leaderboard-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:1.5rem}.leaderboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.leaderboard-header h2{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.your-rank{font-size:.875rem;color:var(--primary);font-weight:600}.leaderboard-list{display:flex;flex-direction:column;gap:.5rem}.leaderboard-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff05;border-radius:10px;transition:all .3s ease}.leaderboard-item:hover{background:#ffffff0d}.leaderboard-item.current-user{background:#10b9811a;border:1px solid rgba(16,185,129,.2)}.rank-badge{width:35px;text-align:center;font-size:1.25rem;font-weight:700;color:var(--text-muted)}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#6366f1);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-details{flex:1;display:flex;flex-direction:column}.user-name{font-size:.9rem;font-weight:500;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.you-badge{font-size:.65rem;padding:.1rem .4rem;background:var(--primary);color:#fff;border-radius:4px;font-weight:600}.user-points{font-size:.8rem;color:var(--text-muted)}.top-badge{font-size:.65rem;padding:.25rem .5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;border-radius:4px;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:var(--bg-secondary);border-radius:16px;border:1px solid rgba(255,255,255,.1);width:100%;max-width:550px;max-height:90vh;overflow-y:auto;position:relative}.modal-content.modal-large{max-width:650px;padding:1.5rem}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.modal-close{width:36px;height:36px;border-radius:50%;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.report-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.report-form textarea{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;font-family:inherit;resize:vertical;transition:var(--transition)}.report-form textarea:focus{outline:none;border-color:var(--primary)}.report-form input,.report-form select{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;font-family:inherit;transition:var(--transition)}.report-form input:focus,.report-form select:focus{outline:none;border-color:var(--primary)}.report-form input.error,.report-form textarea.error{border-color:var(--error)}.waste-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:500px){.waste-type-grid{grid-template-columns:repeat(2,1fr)}}.waste-type-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.waste-type-btn:hover{border-color:#fff3}.waste-type-btn.active{background:#10b9811a;border-color:var(--primary);color:var(--primary)}.waste-icon{font-size:1.5rem}.waste-label{font-size:.75rem;text-align:center}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.form-actions .btn{flex:1}.rewards-dashboard{max-width:1000px;margin:0 auto;padding-bottom:2rem}.rewards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem;flex-wrap:wrap}.header-content h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#fbbf24,#d97706);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.header-content p{color:var(--text-muted)}.points-balance-card{background:linear-gradient(135deg,#fbbf241a,#d977061a);border:1px solid rgba(251,191,36,.3);border-radius:16px;padding:1.5rem;text-align:center;min-width:250px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.balance-label{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.balance-value{font-size:2.5rem;font-weight:800;color:#fbbf24;margin:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.coin-icon{font-size:2rem}.redeem-btn{background:linear-gradient(135deg,#fbbf24,#d97706);color:#1f2937;font-weight:700;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;width:100%;margin-top:.5rem;transition:transform .2s ease}.redeem-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #fbbf244d}.redeem-btn:disabled{opacity:.5;cursor:not-allowed;background:#4b5563;color:#9ca3af}.min-balance-text{font-size:.75rem;color:var(--text-dim);display:block;margin-top:.5rem}.tabs-nav{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.tab-btn{background:transparent;border:none;color:var(--text-muted);font-size:1rem;padding:.5rem 1rem;cursor:pointer;position:relative;transition:all .3s ease}.tab-btn.active{color:var(--primary);font-weight:600}.tab-btn.active:after{content:"";position:absolute;bottom:-.6rem;left:0;width:100%;height:2px;background:var(--primary)}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;align-items:center;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:background .2s ease}.history-item:hover{background:#ffffff0d}.history-icon{font-size:1.5rem;width:40px;height:40px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem}.history-details{flex:1}.history-details h4{font-size:1rem;color:var(--text-primary);margin-bottom:.25rem}.history-date{font-size:.8rem;color:var(--text-muted)}.history-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.points-amount{font-weight:700;font-size:1.1rem}.points-amount.earned{color:#10b981}.points-amount.redeemed{color:#ef4444}.status-badge{font-size:.7rem;padding:.1rem .5rem;border-radius:10px;text-transform:uppercase}.status-badge.completed{background:#10b9811a;color:#10b981}.status-badge.pending{background:#fbbf241a;color:#fbbf24}.status-badge.rejected{background:#ef44441a;color:#ef4444}.leaderboard-container{background:#ffffff08;border-radius:16px;overflow:hidden}.user-rank-banner{padding:1rem 1.5rem;background:linear-gradient(90deg,rgba(99,102,241,.1),transparent);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600}.leaderboard-list{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.leaderboard-item{display:flex;align-items:center;padding:.75rem 1rem;border-radius:10px;gap:1rem}.leaderboard-item.current-user{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2)}.rank-position{font-weight:700;color:var(--text-muted);width:30px}.leaderboard-item:nth-child(1) .rank-position{color:#fbbf24}.leaderboard-item:nth-child(2) .rank-position{color:#9ca3af}.leaderboard-item:nth-child(3) .rank-position{color:#b45309}.user-avatar-small{width:35px;height:35px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.leaderboard-user-info{flex:1;display:flex;flex-direction:column}.leaderboard-user-info .user-name{font-weight:600;color:var(--text-primary)}.user-points{font-size:.8rem;color:#fbbf24}.trophy-icon{font-size:1.2rem}.redeem-form{padding:1rem 0;display:flex;flex-direction:column;gap:1.5rem}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.method-btn{padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);border-radius:8px;cursor:pointer;transition:all .2s ease}.method-btn:hover{background:#ffffff1a}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.reward-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:transform .3s ease}.reward-card:hover{transform:translateY(-5px);border-color:#fbbf244d}.reward-image{height:160px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;position:relative}.reward-image img{max-width:60%;max-height:80%}.reward-cost{position:absolute;top:10px;right:10px;background:#000000b3;color:#fbbf24;padding:.25rem .75rem;border-radius:20px;font-weight:700;font-size:.85rem}.reward-info{padding:1.5rem}.reward-info h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary)}.reward-info p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;height:2.7em;overflow:hidden}.selected-item-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;margin-bottom:1rem}.iot-dashboard{padding:2rem;max-width:1200px;margin:0 auto}.iot-header{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.iot-header h1{font-size:2rem;margin:0;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.iot-stats{display:flex;gap:2rem;margin-top:1rem}.stat-item{background:#ffffff0d;padding:1rem 1.5rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.1)}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.stat-value.error{color:#ef4444}.bins-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.bin-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.bin-card.critical{border-color:#ef4444;box-shadow:0 0 15px #ef444433}.bin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.bin-header h3{margin:0;font-family:monospace;font-size:1.2rem;color:var(--text-primary)}.status-dot{width:10px;height:10px;border-radius:50%;background:#10b981}.bin-viz-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.bin-graphic{width:60px;height:100px;border:2px solid rgba(255,255,255,.2);border-radius:4px 4px 8px 8px;position:relative;background:#0003;display:flex;align-items:flex-end}.bin-graphic:before{content:"";position:absolute;top:-6px;left:-4px;right:-4px;height:6px;background:#fff3;border-radius:4px 4px 0 0}.bin-fill{width:100%;transition:height .5s ease-in-out,background-color .3s;border-radius:0 0 6px 6px}.bin-lines{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-evenly;pointer-events:none}.bin-lines span{height:1px;background:#ffffff1a;width:100%}.bin-percentage{font-size:2rem;font-weight:700;color:var(--text-primary)}.bin-details{margin-bottom:1rem}.bin-details p{margin:.25rem 0;font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.btn-locate{width:100%;padding:.5rem;background:#ffffff1a;border:none;border-radius:8px;color:var(--text-primary);cursor:pointer;transition:background .2s}.btn-locate:hover{background:#fff3}.app{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.main-content{min-height:calc(100vh - 70px);padding:2rem}.app-loading{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;gap:1.5rem}.loader-large{width:60px;height:60px;border:4px solid rgba(16,185,129,.2);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}.dashboard{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.header-content h1{font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:.25rem}.header-content p{color:#94a3b8;font-size:1rem}.highlight{color:#10b981;font-weight:600}.header-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:50px;font-weight:600;font-size:.875rem}.header-badge.admin{background:linear-gradient(135deg,#ef444433,#ef44441a);color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.header-badge.collector{background:linear-gradient(135deg,#3b82f633,#3b82f61a);color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.header-badge.user{background:linear-gradient(135deg,#10b98133,#10b9811a);color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.badge-icon{font-size:1.25rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);border-color:#10b9814d;box-shadow:0 20px 40px #0000004d}.stat-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;border-radius:12px}.stat-icon.users{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.collectors{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-icon.waste{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.revenue{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.pickups{background:linear-gradient(135deg,#ec4899,#db2777)}.stat-icon.distance{background:linear-gradient(135deg,#6366f1,#4f46e5)}.stat-icon.rating{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.stat-icon.requests{background:linear-gradient(135deg,#14b8a6,#0d9488)}.stat-icon.recycled{background:linear-gradient(135deg,#22c55e,#16a34a)}.stat-icon.points{background:linear-gradient(135deg,#a855f7,#9333ea)}.stat-icon.impact{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.stat-info h3{font-size:.875rem;color:#94a3b8;font-weight:500;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#f8fafc;margin-bottom:.25rem}.stat-change{font-size:.75rem;color:#64748b}.stat-change.positive{color:#10b981}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.section-card{padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1)}.section-card h2{font-size:1.25rem;font-weight:600;color:#f8fafc;margin-bottom:1.25rem}.action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#e2e8f0;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.action-btn:hover{background:#10b9811a;border-color:#10b9814d;color:#10b981}.action-icon{font-size:1.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:10px}.activity-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.875rem}.activity-icon.success{background:#10b98133;color:#10b981}.activity-icon.info{background:#3b82f633;color:#3b82f6}.activity-icon.warning{background:#f59e0b33;color:#f59e0b}.activity-content p{color:#e2e8f0;font-size:.875rem;margin-bottom:.25rem}.activity-time{font-size:.75rem;color:#64748b}.pickup-list{display:flex;flex-direction:column;gap:1rem}.pickup-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.pickup-info h4{color:#f8fafc;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.pickup-info p{color:#94a3b8;font-size:.8rem}.pickup-actions{display:flex;gap:.5rem}.pickup-history{display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff08;border-radius:8px}.history-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem}.history-icon.success{background:#10b98133;color:#10b981}.history-icon.pending{background:#f59e0b33;color:#f59e0b}.history-content h4{color:#e2e8f0;font-size:.85rem;font-weight:500}.history-content p{color:#94a3b8;font-size:.75rem}.history-date{margin-left:auto;color:#64748b;font-size:.75rem}.schedule-form{display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-sections{grid-template-columns:1fr}.action-grid{grid-template-columns:repeat(2,1fr)}.pickup-item{flex-direction:column;align-items:flex-start;gap:1rem}.pickup-actions{width:100%}.pickup-actions .btn{flex:1}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #10b981;--primary-dark: #059669;--primary-light: #34d399;--secondary: #3b82f6;--accent: #8b5cf6;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-card: rgba(255, 255, 255, .05);--bg-card-hover: rgba(255, 255, 255, .08);--text-primary: #f8fafc;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--text-dim: #64748b;--border-color: rgba(255, 255, 255, .1);--border-focus: rgba(16, 185, 129, .5);--success: #10b981;--error: #ef4444;--warning: #f59e0b;--info: #3b82f6;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 8px 24px rgba(0, 0, 0, .3);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .4);--shadow-glow: 0 0 30px rgba(16, 185, 129, .3);--transition: all .3s ease;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 50%,var(--bg-primary) 100%);color:var(--text-secondary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:sticky;top:0;z-index:100;background:#0f172ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;height:70px;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.5rem;font-weight:700;color:var(--text-primary);transition:var(--transition)}.navbar-brand:hover{transform:scale(1.02)}.brand-icon{font-size:1.75rem}.brand-text{background:linear-gradient(135deg,var(--primary),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.9rem;transition:var(--transition);position:relative}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.nav-link:hover:after{width:100%}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--bg-card);border-radius:var(--radius-full);border:1px solid var(--border-color)}.user-name{color:var(--text-secondary);font-weight:500;font-size:.875rem}.role-badge{padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.role-admin{background:#ef444433;color:#fca5a5}.role-collector{background:#3b82f633;color:#93c5fd}.role-user{background:#10b98133;color:#6ee7b7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:var(--transition);text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 4px 15px #10b9814d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-outline{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.btn-outline:hover:not(:disabled){background:var(--bg-card);border-color:var(--primary);color:var(--primary)}.btn-success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.btn-full{width:100%}.btn-small{padding:.5rem 1rem;font-size:.8rem}.auth-container{min-height:calc(100vh - 70px);display:flex;justify-content:center;align-items:center;padding:2rem}.auth-card{width:100%;max-width:440px;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:2.5rem;box-shadow:var(--shadow-lg)}.auth-card-wide{max-width:600px}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{width:70px;height:70px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:linear-gradient(135deg,#10b98133,#10b9810d);border-radius:var(--radius-lg);border:1px solid rgba(16,185,129,.2)}.auth-header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.email-highlight{color:var(--primary);font-weight:600}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:500px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;font-size:1rem;opacity:.6;pointer-events:none}.input-wrapper input,.input-wrapper select{width:100%;padding:.875rem 2.75rem;background:#ffffff0d;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;font-family:inherit;transition:var(--transition)}.input-wrapper input::placeholder{color:var(--text-dim)}.input-wrapper input:focus,.input-wrapper select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #10b9811a}.input-wrapper input.error{border-color:var(--error)}.password-toggle{position:absolute;right:.75rem;border:none;background:transparent;cursor:pointer;font-size:1rem;line-height:1;opacity:.8}.password-toggle:hover{opacity:1}.select-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.error-text{font-size:.75rem;color:var(--error);margin-top:.25rem}.form-footer{display:flex;justify-content:flex-end}.forgot-link{font-size:.85rem;color:var(--primary);text-decoration:none;font-weight:500;transition:var(--transition)}.forgot-link:hover{color:var(--primary-light);text-decoration:underline}.otp-container{display:flex;gap:.75rem;justify-content:center;margin:1.5rem 0}.otp-input{width:52px;height:60px;text-align:center;font-size:1.5rem;font-weight:600;background:#ffffff0d;border:2px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);transition:var(--transition)}.otp-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #10b98133}.resend-section{text-align:center;margin-top:1.5rem}.resend-btn{background:none;border:none;color:var(--primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:var(--transition)}.resend-btn:hover{color:var(--primary-light);text-decoration:underline}.timer-text{color:var(--text-muted);font-size:.9rem}.timer{color:var(--primary);font-weight:600}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius-md);margin-bottom:1.25rem;font-size:.875rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.alert-success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#6ee7b7}.alert-icon{font-size:1rem}.auth-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.auth-footer p{color:var(--text-muted);font-size:.9rem}.auth-footer a{color:var(--primary);font-weight:600;text-decoration:none;transition:var(--transition)}.auth-footer a:hover{color:var(--primary-light);text-decoration:underline}.success-action{margin-top:1.5rem}.loading-screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--bg-primary);color:var(--text-secondary);gap:1rem}.loader{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-center{text-align:center}.text-primary{color:var(--primary)}.font-bold{font-weight:700}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mt-2{margin-top:1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}::selection{background:#10b9814d;color:var(--text-primary)}
