@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif}body{font-family:Inter,system-ui,sans-serif;line-height:1.5;color:#374151}.registration-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.registration-form{background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2rem;max-width:900px;width:100%}.form-header{text-align:center;margin-bottom:2rem}.logo-container{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.jesus-youth-logo{width:80px;height:80px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));-o-object-fit:contain;object-fit:contain}.form-header h1{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.form-header p{font-size:1.125rem;color:#4b5563}.hero-banner{background:linear-gradient(45deg,#f59e0b,#d97706);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;color:#fff;text-align:center}.hero-banner h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.hero-banner p{font-size:1rem}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.form-grid.two-columns{grid-template-columns:repeat(2,1fr)}.form-grid.three-columns{grid-template-columns:repeat(3,1fr)}.form-grid.four-columns{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.form-grid.two-columns,.form-grid.three-columns,.form-grid.four-columns{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none;transition:all .2s}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.field-note{display:block;font-size:.75rem;color:#6b7280;margin-top:.25rem;font-style:italic}.highlight-note{background-color:#fef3c7;color:#92400e;padding:.5rem;border-radius:.375rem;border-left:4px solid #f59e0b;font-weight:500;font-style:normal;margin-top:.5rem}.form-select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none;background-color:#fff;transition:all .2s}.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-select:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6;color:#9ca3af}.checkbox-container{display:flex;align-items:center;margin-top:1rem}.checkbox-input{width:1rem;height:1rem;margin-right:.5rem;accent-color:#3b82f6}.checkbox-label{font-size:.875rem;color:#374151;cursor:pointer}.submit-button{width:100%;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s,box-shadow .2s;margin-top:1.5rem}.submit-button:hover{background-color:#2563eb;box-shadow:0 4px 12px #3b82f64d}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none}.message{margin-top:1.5rem;padding:1rem;border-radius:.5rem;font-weight:500}.message.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.loading{opacity:.7;pointer-events:none}.success-container{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:1rem;color:#fff;margin:2rem 0}.success-icon{font-size:4rem;margin-bottom:1rem}.success-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.success-message{font-size:1.125rem;margin-bottom:1rem;line-height:1.6}.success-details{font-size:1rem;margin-bottom:2rem;opacity:.9}.new-registration-button{background-color:#fff;color:#059669;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.new-registration-button:hover{background-color:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.loading{opacity:.7;pointer-events:none;position:relative}.loading:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;z-index:1000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none;position:relative}.submit-button:disabled:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#1e3a8a,#3730a3)}.admin-login-form{background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0003;padding:2rem;max-width:400px;width:100%}.login-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.login-footer p{font-size:.875rem;color:#6b7280;font-style:italic}.admin-home-container{min-height:100vh;background-color:#f8fafc;padding:0;display:flex}.admin-header{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.header-logo{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.header-info h1{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.header-info p{font-size:.875rem;color:#6b7280;margin:0}.logout-button{background-color:#dc2626;color:#fff;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-button:hover{background-color:#b91c1c}.admin-main{flex:1;padding:2rem;margin-left:0}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-card h3{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .5rem}.stat-number{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.filters-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem;margin-bottom:2rem}.filters-container h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.filter-field{display:flex;flex-direction:column}.filter-field label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.75rem}.filter-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;font-size:.875rem}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.filter-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;font-size:.875rem}.filter-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.view-options{display:flex;align-items:center;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{margin:0;cursor:pointer}.view-all-info{text-align:center;padding:1rem;background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:.5rem;margin-top:1rem}.view-all-info p{color:#0369a1;font-weight:500;margin:0}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.table-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#374151}.volunteer-count{background-color:#f3f4f6;padding:.5rem 1rem;border-radius:.375rem;border:1px solid #d1d5db}.volunteer-count span{font-size:.875rem;color:#6b7280;font-weight:500}.form-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:2rem;margin-bottom:2rem}.form-container h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.form-row{display:flex;gap:1rem;align-items:end}.form-row .form-input{flex:1}.table-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:2rem;padding:1.5rem}.table-container h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.volunteers-table{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:1rem}.volunteers-table th{background-color:#f8fafc;padding:1rem .75rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.volunteers-table td{padding:1rem .75rem;border-bottom:1px solid #f3f4f6;color:#374151}.volunteers-table.compact{font-size:.8125rem}.volunteers-table.compact th,.volunteers-table.compact td{padding:.5rem}.actions-cell{white-space:nowrap}.icon-actions{display:inline-flex;gap:.5rem}.icon-button{width:36px;height:36px;border:none;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;background-color:#3b82f6;transition:all .2s}.icon-button.blue{background-color:#3b82f6}.icon-button.blue:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.icon-button.red{background-color:#dc2626}.icon-button.red:hover{background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.icon-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.volunteers-table tr:hover{background-color:#f8fafc}.status-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.status-badge.available{background-color:#d1fae5;color:#065f46}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.pagination-button{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s}.pagination-button:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:#6b7280}.admin-loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3730a3)}.loading-spinner{text-align:center;color:#fff}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-message{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1rem;font-weight:500}.um-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #1f293714;padding:1.25rem}.um-input{width:100%;padding:.75rem .875rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .15s ease}.um-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.um-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.um-error-text{color:#ef4444;font-size:.75rem;margin-top:.375rem;font-weight:500}.um-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;color:#fff;background:linear-gradient(90deg,#3b82f6,#1d4ed8);box-shadow:0 12px 24px #3b82f64d;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.um-button:hover{transform:translateY(-1px);box-shadow:0 16px 28px #3b82f659}.um-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.no-data{text-align:center;padding:3rem;color:#6b7280}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal{background:#fff;width:100%;max-width:900px;border-radius:.75rem;box-shadow:0 20px 40px #02061733;border:1px solid #e2e8f0;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.modal-body{padding:1.25rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb}@media (max-width: 640px){.registration-form{padding:1rem;margin:.5rem}.jesus-youth-logo{width:60px;height:60px}.form-header h1{font-size:1.875rem}.hero-banner{padding:1rem}.hero-banner h2{font-size:1.25rem}.success-container{padding:2rem 1rem}.success-icon{font-size:3rem}.success-title{font-size:1.5rem}.admin-home-container{padding:.5rem}.admin-header{flex-direction:column;gap:1rem;text-align:center}.header-left{flex-direction:column;text-align:center}.stats-container,.filters-grid{grid-template-columns:1fr}.volunteers-table{font-size:.75rem}.volunteers-table th,.volunteers-table td{padding:.5rem}.pagination{flex-direction:column;gap:.5rem}}.admin-home-container{display:flex;min-height:100vh;background-color:#f8fafc}.admin-sidebar{width:280px;background:linear-gradient(180deg,#1e293b,#334155);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;box-shadow:4px 0 12px #0000001a}.admin-sidebar.collapsed{width:72px}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.sidebar-logo{width:48px;height:48px;margin-bottom:1rem;filter:brightness(0) invert(1)}.sidebar-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.sidebar-nav{flex:1;padding:2rem 0}.nav-section h3{padding:0 1.5rem;margin:0 0 1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.nav-item{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#cbd5e1;text-align:left;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.nav-item:hover{background-color:#ffffff1a;color:#fff}.nav-item.active{background-color:#3b82f6;color:#fff;border-right:3px solid #60a5fa}.nav-icon{font-size:1.125rem;width:20px;text-align:center}.sidebar-footer{padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.user-profile{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.user-avatar{width:40px;height:40px;background-color:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:.875rem}.user-info{flex:1}.user-name{margin:0;font-size:.875rem;font-weight:600;color:#fff}.user-email{margin:0;font-size:.75rem;color:#94a3b8}.sidebar-footer .logout-button{width:100%;padding:.5rem;background-color:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.2);border-radius:.375rem;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500}.sidebar-footer .logout-button:hover{background-color:#ef444433;color:#f87171}.admin-main{flex:1;margin-left:280px;padding:2rem;min-height:100vh}.sidebar-collapsed .admin-main{margin-left:72px}.main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.main-header h1{margin:0;font-size:2rem;font-weight:700;color:#1e293b}.header-actions{display:flex;gap:1.5rem}.action-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;font-weight:500;display:flex;align-items:center;gap:.5rem}.action-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.export-button{background-color:#10b981}.export-button:hover{background-color:#059669}.delete-button{padding:.75rem 1.5rem;background-color:#dc2626;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;font-weight:500;display:flex;align-items:center;gap:.5rem}.delete-button:hover{background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.delete-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-badge.available{background-color:#dcfce7;color:#166534}.status-badge.partial{background-color:#fef3c7;color:#92400e}.status-badge.upcoming{background-color:#dbeafe;color:#1e40af}.status-badge.past{background-color:#f3f4f6;color:#6b7280}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:500;color:#374151}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{font-size:2.5rem;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.stat-content h3{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stat-number{margin:0 0 .25rem;font-size:2rem;font-weight:700;color:#1e293b}.stat-change{margin:0;font-size:.875rem;font-weight:500}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.chart-card h3{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#1e293b}.chart-container{height:300px;display:flex;align-items:center;justify-content:center}.donut-chart{position:relative;width:200px;height:200px;border-radius:50%;background:conic-gradient(from 0deg,#ff6b6b,#ff6b6b 90deg,#4ecdc4 90deg,#4ecdc4 180deg,#45b7d1 180deg,#45b7d1 270deg,#96ceb4 270deg,#96ceb4 360deg);display:flex;align-items:center;justify-content:center}.chart-center{position:absolute;background:#fff;width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.chart-total{font-size:1.5rem;font-weight:700;color:#1e293b}.chart-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.chart-segments{position:absolute;top:0;left:0;width:100%;height:100%}.chart-segment{position:absolute;top:50%;left:50%;transform-origin:0 0;transform:translate(-50%,-50%)}.segment-info{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#fff;padding:.25rem .5rem;border-radius:.25rem;box-shadow:0 1px 3px #0000001a;font-size:.75rem;white-space:nowrap}.segment-label{display:block;font-weight:600;color:#1e293b}.segment-value{display:block;color:#64748b}.bar-chart{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.bar-item{display:flex;align-items:center;gap:1rem}.bar-label{min-width:120px;font-size:.875rem;font-weight:500;color:#374151}.bar-container{flex:1;height:24px;background-color:#f1f5f9;border-radius:12px;position:relative;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:12px;transition:width .3s ease}.bar-value{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:600;color:#1e293b}@media (max-width: 1024px){.admin-sidebar{width:240px}.admin-main{margin-left:240px}.stats-grid,.charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.admin-sidebar{transform:translate(-100%);transition:transform .3s ease}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0;padding:1rem}.main-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{justify-content:center}.stat-card{flex-direction:column;text-align:center}.chart-container{height:250px}.donut-chart{width:150px;height:150px}.chart-center{width:90px;height:90px}}
