body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.app{min-height:100vh}.app{background-color:#f8f9fa}.header{background-color:#343a40;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 2rem}.header-content{align-items:flex-start;display:flex;justify-content:space-between}.header h1{font-size:1.5rem;font-weight:600;margin:0}.header .subtitle{font-size:.9rem;margin:.25rem 0 0;opacity:.8}.user-info{align-items:center;display:flex;gap:1rem}.user-details{display:flex;flex-direction:column;text-align:right}.user-name{font-size:.95rem;font-weight:600}.user-role{font-size:.85rem;opacity:.9}.organization-info{font-size:.75rem;margin-top:.25rem;opacity:.8}.container{margin:0 auto;max-width:1200px;padding:2rem}.tabs{border-bottom:2px solid #e9ecef;display:flex;gap:.5rem;margin-bottom:2rem}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .2s}.tab:hover{background-color:#f8f9fa;color:#495057}.tab.active{border-bottom-color:#007bff;color:#007bff;font-weight:600}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;overflow:hidden}.card-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1rem 1.5rem}.card-header h3{color:#495057;font-size:1.1rem;margin:0}.card-content{padding:1.5rem}.table{border-collapse:collapse;font-size:.9rem;width:100%}.table td,.table th{border-bottom:1px solid #e9ecef;padding:.75rem;text-align:left}.table th{color:#495057;font-size:.8rem;font-weight:600;text-transform:uppercase}.table th,.table tr:hover{background-color:#f8f9fa}.badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.badge.approved{background-color:#d4edda;color:#155724}.badge.pending{background-color:#fff3cd;color:#856404}.badge.suspended{background-color:#f8d7da;color:#721c24}.badge.active{background-color:#d1ecf1;color:#0c5460}.badge.inactive{background-color:#e2e3e5;color:#383d41}.btn{border:1px solid #0000;border-radius:4px;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;margin:0 .25rem;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease-in-out}.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:hover{background-color:#1e7e34;border-color:#1e7e34}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning:hover{background-color:#d39e00;border-color:#d39e00}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#bd2130;border-color:#bd2130}.btn-sm{font-size:.75rem;padding:.25rem .5rem}.btn-outline{background-color:initial;border:1px solid #ffffff80;color:#fff}.btn-outline:hover{background-color:#ffffff1a;border-color:#fffc;color:#fff}.form-group{margin-bottom:1rem}.form-group label{color:#495057;display:block;font-weight:600;margin-bottom:.5rem}.form-control{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:.5rem .75rem;width:100%}.form-control:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.modal-header h3{color:#495057;margin:0}.close-btn{align-items:center;background:none;border:none;color:#6c757d;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.close-btn:hover{color:#495057}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center}.stat-number{color:#007bff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6c757d;font-size:.9rem;font-weight:600;text-transform:uppercase}.loading{align-items:center;color:#6c757d;display:flex;height:200px;justify-content:center}.error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;margin-bottom:1rem;padding:1rem;text-align:center}.empty-state{color:#6c757d;padding:3rem;text-align:center}.empty-state h3{color:#495057;margin-bottom:.5rem}.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:1rem;position:relative}.login-background{background:linear-gradient(135deg,#667eea,#764ba2);inset:0;position:absolute;z-index:-1}.login-overlay{background-color:#0003;inset:0;position:absolute}.login-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:450px;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:2rem;text-align:center}.login-logo{margin-bottom:1rem}.login-logo,.logo-circle{display:flex;justify-content:center}.logo-circle{align-items:center;background:#fff3;border:3px solid #ffffff4d;border-radius:50%;height:80px;width:80px}.logo-text{color:#fff;font-size:2.5rem;font-weight:700}.login-title{font-size:1.75rem;font-weight:700;margin:.5rem 0}.login-subtitle{font-size:1.1rem;font-weight:500;margin:.25rem 0;opacity:.95}.login-description{font-size:.9rem;margin:.5rem 0 0;opacity:.85}.login-body{background:#f8f9fa;padding:2rem}.error-message{align-items:center;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c00;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem}.google-login-section,.section-divider{text-align:center}.section-divider{margin:1.5rem 0;position:relative}.section-divider span{background:#f8f9fa;color:#6c757d;font-size:.9rem;font-weight:500;letter-spacing:.05em;padding:0 1rem;text-transform:uppercase}.section-divider:before{background:#dee2e6;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:-1}.login-footer{background:#fff;border-top:1px solid #e9ecef;padding:1.5rem}.authorized-emails{margin-bottom:1rem}.footer-title{color:#495057;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.footer-text{color:#6c757d;font-size:.85rem;line-height:1.5}.footer-copyright{border-top:1px solid #f1f3f4;color:#adb5bd;font-size:.8rem;margin-top:1rem;padding-top:1rem;text-align:center}.google-button-wrapper{align-items:center;display:flex;flex-direction:column;gap:1rem}.loading-indicator{align-items:center;color:#6c757d;display:flex;font-size:.9rem;gap:.5rem;margin-top:1rem}.spinner{animation:spin .8s linear infinite;border:2px solid #e9ecef;border-radius:50%;border-top-color:#007bff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.container{padding:1rem}.login-modal{margin:1rem;max-width:100%}.login-body,.login-header{padding:1.5rem}.logo-circle{height:60px;width:60px}.logo-text{font-size:2rem}.login-title{font-size:1.5rem}.login-subtitle{font-size:1rem}.header{padding:1rem}.tabs{flex-wrap:wrap}.tab{flex:1 1;min-width:120px}.table{font-size:.8rem}.table td,.table th{padding:.5rem .25rem}.modal-content{margin:1rem;padding:1rem}.stats-grid{grid-template-columns:1fr}}.volunteer-tooltip{animation:tooltipFadeIn .3s ease;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 10px 40px #0003;margin-bottom:10px;max-width:500px;min-width:400px}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-90%)}to{opacity:1;transform:translateY(-100%)}}.volunteer-tooltip:after{border-left:10px solid #0000;border-right:10px solid #0000;border-top:10px solid #fff;bottom:-10px;content:"";filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));height:0;left:50px;position:absolute;width:0}.tooltip-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0;color:#fff;padding:1rem 1.25rem}.tooltip-header h4{font-size:1.1rem;font-weight:600;margin:0}.tooltip-content{max-height:500px;overflow-y:auto;padding:1.25rem}.tooltip-row{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;padding:.5rem 0;transition:background-color .2s}.tooltip-row:hover{background-color:#f8f9fa;border-radius:4px;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.tooltip-row:last-child{border-bottom:none}.tooltip-row strong{color:#495057;font-size:.9rem;font-weight:600;min-width:140px}.tooltip-row span{color:#212529;flex:1 1;font-size:.9rem;text-align:right}.tooltip-row .badge{margin-left:auto}.tooltip-row.full-width{align-items:flex-start;flex-direction:column;gap:.5rem}.tooltip-notes{background-color:#f8f9fa;border-left:3px solid #007bff;border-radius:6px;color:#495057;font-size:.85rem;line-height:1.5;padding:.75rem;white-space:pre-wrap;width:100%;word-break:break-word}@media (max-width:768px){.volunteer-tooltip{max-width:90vw;min-width:320px}.tooltip-row{align-items:flex-start;flex-direction:column;gap:.25rem}.tooltip-row strong{min-width:auto}.tooltip-row span{text-align:left}}
/*# sourceMappingURL=main.509e78d9.css.map*/