@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--ghana-red: #ce1126;--ghana-gold: #fcd116;--ghana-green: #006b3f;--akoma-primary: #4a7c43;--akoma-secondary: #128599;--akoma-accent: #4a7c43;--akoma-gold: #ffbd59;--akoma-green: #4a7c43;--akoma-primary-dark: #3a6a34;--gradient-start: #d6f1d3;--gradient-end: #d6f1d3;--gradient-accent: #f9fafb;--portal-primary: #4a7c43;--portal-secondary: #2563eb;--portal-dark: #2d4a2a;--portal-light: #8fb085;--portal-blue: #2563eb;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--blue-500: #3b82f6;--blue-200: #60a5fa;--blue-100: #dbeafe;--green-100: #d1fae5;--purple-500: #8b5cf6;--purple-100: #ede9fe;--indigo-500: #6366f1;--indigo-100: #e0e7ff;--bgreen-500: #219db4;--orange-500: #f97316;--red-50: #fef2f2;--red-100: #fee2e2;--red-200: #fecaca;--red-300: #fca5a5;--red-400: #f87171;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b91c1c;--red-800: #991b1b;--red-900: #7f1d1d;--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--emerald-200: #a7f3d0;--emerald-300: #6ee7b7;--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--emerald-800: #065f46;--emerald-900: #064e3b;--green-50: #f0fdf4;--green-100: #dcfce7;--green-200: #bbf7d0;--green-300: #86efac;--green-400: #4ade80;--green-500: #22c55e;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--green-900: #14532d;--lime-50: #f7fee7;--lime-100: #ecfccb;--lime-200: #d9f99d;--lime-300: #bef264;--lime-400: #a3e635;--lime-500: #84cc16;--lime-600: #65a30d;--lime-700: #4d7c0f;--lime-800: #3f6212;--lime-900: #365314;--teal-50: #f0fdfa;--teal-100: #ccfbf1;--teal-200: #99f6e4;--teal-300: #5eead4;--teal-400: #2dd4bf;--teal-500: #14b8a6;--teal-600: #0d9488;--teal-700: #0f766e;--teal-800: #115e59;--teal-900: #134e4a;--yellow-50: #fefce8;--yellow-100: #fef9c3;--yellow-200: #fef08a;--yellow-300: #fde047;--yellow-400: #facc15;--yellow-500: #eab308;--yellow-600: #ca8a04;--yellow-700: #a16207;--yellow-800: #854d0e;--yellow-900: #713f12;--font-family: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--gray-50);color:var(--gray-900);line-height:1.6;margin:0;min-height:100vh}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-in{animation:slideIn .3s ease-in-out}.app-loading{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%)}.loading-spinner{font-size:1.2rem;color:var(--portal-dark);font-weight:500}.loading-spinner:after{content:"";width:20px;height:20px;margin-left:10px;border:2px solid var(--portal-light);border-top:2px solid var(--portal-dark);border-radius:50%;display:inline-block;animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s infinite}.animate-heartbeat{animation:heartbeat 2s infinite}.animate-float{animation:float 6s ease-in-out infinite}@media(max-width:768px){:root{font-size:14px}}@media(max-width:480px){:root{font-size:12px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--akoma-primary)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--akoma-primary);outline-offset:2px}::selection{background:var(--akoma-primary);color:#fff}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:.5rem;font-family:var(--font-family);font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap;overflow:hidden;min-height:3rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--akoma-primary);outline-offset:2px}.btn--xs{min-height:2.25rem;padding:.5rem 1rem;border:.5px solid var(--gray-400)}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--md{padding:.75rem 1.5rem;font-size:.875rem}.btn--lg{padding:.875rem 2rem;font-size:1rem}.btn--primary{position:relative;background:var(--akoma-primary);color:#fff;overflow:hidden;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--akoma-primary-dark);transition:left .8s ease-in-out;z-index:-1}.btn--primary:hover:not(:disabled):before{left:0}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4a7c434d;transition-delay:.6s}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{position:relative;background:var(--akoma-secondary);color:#fff;overflow:hidden;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.btn--secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0a719a;transition:left .8s ease-in-out;z-index:-1}.btn--secondary:hover:not(:disabled):before{left:0}.btn--secondary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #59b2ff4d;transition-delay:.6s}.btn--secondary:active:not(:disabled){transform:translateY(0)}.btn--accent{position:relative;background:var(--gray-300);color:var(--gray-700);overflow:hidden;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.btn--accent:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gray-400);transition:left .8s ease-in-out;z-index:-1}.btn--accent:hover:not(:disabled):before{left:0}.btn--accent:hover:not(:disabled){transform:translateY(-1px);color:#fff;box-shadow:0 4px 12px #bcbdbe4d;transition-delay:.6s}.btn--accent:active:not(:disabled){transform:translateY(0)}.btn--ghost{position:relative;background:transparent;color:var(--gray-700);border:1px solid var(--gray-300);overflow:hidden;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.btn--ghost:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gray-100);transition:left .8s ease-in-out;z-index:-1}.btn--ghost:hover:not(:disabled):before{left:0}.btn--ghost:hover:not(:disabled){transform:translateY(-1px);color:var(--akoma-primary);border:1px solid var(--akoma-primary);transition-delay:.6s}.btn--ghost:active:not(:disabled){transform:translateY(0)}.btn--ghost-danger{position:relative;background:transparent;color:var(--red-600);border:1px solid var(--red-600);overflow:hidden;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.btn--ghost-danger:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--red-100);transition:left .8s ease-in-out;z-index:-1}.btn--ghost-danger:hover:not(:disabled):before{left:0}.btn--ghost-danger:hover:not(:disabled){transform:translateY(-1px);color:var(--red-800);border:1px solid var(--red-800);transition-delay:.6s}.btn--ghost-danger:active:not(:disabled){transform:translateY(0)}.btn--danger{background:var(--red-500);color:#fff}.btn--danger:hover:not(:disabled){background:var(--ghana-red);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.btn--loading .btn__text,.btn--loading .btn__icon{opacity:0}.btn__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .8s ease-in-out}.btn__spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.btn--only-icon{padding:0;display:inline-flex;align-items:center;justify-content:center}.btn--sm.btn--only-icon{width:32px;height:32px}.btn--md.btn--only-icon{width:40px;height:40px}.btn--lg.btn--only-icon{width:48px;height:48px}.btn__icon--left{margin-right:-.25rem}.btn__icon--right{margin-left:-.25rem}@media(max-width:640px){.btn.has-icon .btn__text{display:none}.btn.has-icon{gap:0}.btn.has-icon .btn__icon--left,.btn.has-icon .btn__icon--right{margin:0}.btn.has-icon.btn--sm,.btn.has-icon.btn--md,.btn.has-icon.btn--lg{padding:.5rem!important;min-width:2.5rem;min-height:2.5rem;width:2.5rem;height:2.5rem;justify-content:center}}@media(max-width:640px){.btn.has-icon .btn__icon{width:1rem;height:1rem}}.input{display:flex;flex-direction:column;gap:.3rem;width:100%;margin-bottom:1rem}.input__label{font-size:.875rem;font-weight:500;color:var(--gray-700);display:flex;align-items:center;gap:.5rem}.input__wrapper{position:relative;display:flex;align-items:center}.input__field{width:100%;padding:.875rem 1rem;border:2px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;font-family:var(--font-family);background:var(--white);color:var(--gray-900);transition:all .2s ease}.input__field:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px #4a7c431a}.input__field:hover:not(:focus){border-color:var(--gray-400)}.input__field--error{border-color:var(--red-500)}.input__field--error:focus{border-color:var(--red-500);box-shadow:0 0 0 3px #ef44441a}.input__field::placeholder{color:var(--gray-400)}.input__field--with-icon.input__field--icon-left{padding-left:2.75rem}.input__field--with-icon.input__field--icon-right{padding-right:2.75rem}.input__icon{position:absolute;color:var(--gray-400);pointer-events:none;z-index:1}.input__icon--left{left:1rem}.input__icon--right{right:1rem}.input__field:focus~.input__icon,.input__wrapper:hover .input__icon{color:var(--akoma-primary)}.input__field--error~.input__icon{color:var(--red-500)}.input__error{font-size:.875rem;color:var(--red-500);display:flex;align-items:center;gap:.25rem}.input__helper{font-size:.875rem;color:var(--gray-500)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal__content{background:var(--white);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;overflow-y:auto;animation:modalSlide .3s ease;position:relative}@keyframes modalSlide{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal__content--sm{width:100%;max-width:400px}.modal__content--md{width:100%;max-width:500px}.modal__content--lg{width:100%;max-width:800px}.modal__content--xl{width:100%;max-width:1200px}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;margin-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.modal__title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.modal__close{color:var(--gray-400);padding:.5rem;border-radius:.375rem}.modal__close:hover{color:var(--gray-600);background:var(--gray-100)}.modal__body{padding:0 1.5rem 1.5rem}@media(max-width:640px){.modal{padding:.5rem}.modal__content--sm,.modal__content--md,.modal__content--lg,.modal__content--xl{max-width:none;width:100%;margin:.5rem;border-radius:.5rem}.modal__header,.modal__body{padding-left:1rem;padding-right:1rem}}.login-page{min-height:100vh;background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-accent) 45%,var(--gradient-end) 100%);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow-x:hidden}.login-container{width:100%;max-width:480px;position:relative;z-index:10}.login-card{background:var(--white);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-header{text-align:center;margin-bottom:2rem}.logo-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.akoma-icon{width:4rem;height:4rem;filter:drop-shadow(0 8px 16px rgba(74,124,67,.3))}.unicef-logo{width:3rem;height:3rem}.logo-text{display:flex;flex-direction:column;align-items:start;margin-right:3rem}.logo-text h1{font-size:1.75rem;font-weight:700;color:var(--akoma-green);margin:0;background:var(--gray-800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.logo-text p{font-size:.875rem;color:var(--gray-600);font-weight:500;text-align:center;margin:0}.government-badge{display:flex;align-items:center;justify-content:start;gap:2rem;padding:1rem;background:var(--gray-100);border-radius:.5rem;border:1px solid var(--gray-200)}.ghana-flag{display:flex;flex-direction:column;width:3rem;height:2rem;border-radius:.25rem;overflow:hidden;box-shadow:0 2px 4px #0000001a}.flag-stripe{flex:1}.ministry-info{text-align:left}.ministry-info p{font-size:.75rem;line-height:1.2;margin:0}.ministry-info p:first-child{color:var(--gray-900);font-weight:600}.ministry-info p:last-child{color:var(--gray-600)}.login-form{margin-bottom:2rem}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.form-header p{font-size:.875rem;color:var(--gray-600)}.password-field{position:relative}.password-toggle{position:absolute;right:1rem;top:2.75rem;background:none;border:none;color:var(--gray-400);cursor:pointer;transition:color .2s;z-index:1}.password-toggle:hover{color:var(--gray-600)}.form-options{margin-bottom:2rem}.checkbox-container{display:flex;align-items:center;cursor:pointer;font-size:.875rem;color:var(--gray-700);gap:.5rem}.checkmark{width:1rem;height:1rem;border:2px solid var(--gray-300);border-radius:.25rem;position:relative;transition:all .2s;flex-shrink:0}.checkbox-container input[type=checkbox]:checked+.checkmark{background:linear-gradient(135deg,var(--akoma-primary),var(--portal-blue));border-color:var(--akoma-primary)}.checkbox-container input[type=checkbox]:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:700}.login-btn{width:100%}.message{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.message--error{background:var(--red-100);color:var(--red-500);border:1px solid var(--red-500)}.message--success{background:var(--emerald-100);color:var(--emerald-500);border:1px solid var(--emerald-500)}.otp-inputs{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.otp-input{width:100%;height:3rem;border:2px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;font-family:var(--font-family);background:var(--white);color:var(--gray-900);transition:all .2s ease;text-align:center}.otp-input:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px #4a7c431a}.otp-input:hover:not(:focus){border-color:var(--gray-400)}.otp-input--error{border-color:var(--red-500)}.otp-input--error:focus{border-color:var(--red-500);box-shadow:0 0 0 3px #ef44441a}.text-link-wrapper{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:6px;font-size:1rem;color:#666}.text-link{background:none;border:none;color:var(--akoma-primary);cursor:pointer;font-size:1rem;text-decoration:none;transition:color .2s,text-decoration .2s;display:block;text-align:center}.text-link:hover{text-decoration:underline;color:var(--akoma-secondary)}.text-link:disabled{color:var(--gray-300);cursor:not-allowed;text-decoration:none}.demo-section{border-top:1px solid var(--gray-200);padding-top:1.5rem;margin-bottom:1.5rem}.demo-divider{text-align:center;margin-bottom:1rem;position:relative}.demo-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--gray-200)}.demo-divider span{background:var(--white);padding:0 1rem;font-size:.75rem;color:var(--gray-500);font-weight:500}.demo-accounts{display:flex;flex-direction:column;gap:.5rem}.demo-btn{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;cursor:pointer;transition:all .2s;text-align:left;width:100%;color:var(--akoma-primary)}.demo-btn:hover:not(:disabled){background:var(--gray-100);border-color:var(--akoma-primary)}.demo-btn:disabled{opacity:.5;cursor:not-allowed}.demo-btn div{flex:1}.demo-btn strong{display:block;font-size:.875rem;color:var(--gray-900);margin-bottom:.125rem}.demo-btn span{font-size:.75rem;color:var(--gray-600)}.login-footer{border-top:1px solid var(--gray-200);padding-top:1.5rem}.security-badges{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.badge{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:.75rem;color:var(--gray-600);gap:.25rem}.badge svg{color:var(--akoma-primary)}.unicef-integration{background:var(--blue-100);border:1px solid var(--blue-200);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.integration-badge{display:flex;align-items:center;gap:1.25rem}.integration-badge svg{color:var(--blue-500)}.integration-badge strong{display:block;font-size:.875rem;color:var(--gray-900);margin-bottom:.125rem}.integration-badge p{font-size:.75rem;color:var(--gray-600);margin:0}.footer-links{display:flex;justify-content:center;gap:2rem}.footer-link{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--gray-600);background:none;border:none;cursor:pointer;transition:color .2s}.footer-link:hover{color:var(--akoma-primary)}.background-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-element{position:absolute;opacity:.1;font-size:2rem;color:var(--grey-900)}.floating-element--heart1{top:10%;left:10%;animation-delay:-.5s}.floating-element--heart2{top:70%;right:15%;animation-delay:-2s}.floating-element--heart3{bottom:20%;left:20%;animation-delay:-4s}.floating-element--star1{top:30%;right:10%;animation-delay:-1s}.floating-element--star2{bottom:40%;right:40%;animation-delay:-3s}.modal-content h4{font-size:1rem;font-weight:600;color:var(--gray-900);margin:1rem 0 .5rem}.modal-content h4:first-child{margin-top:0}.modal-content p{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin-bottom:.75rem}.modal-content ul{margin:.5rem 0 1rem 1rem}.modal-content li{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin-bottom:.25rem}.security-notice{background:var(--red-100);border:1px solid var(--red-500);border-radius:.5rem;padding:.75rem;margin-top:1rem;display:flex;align-items:flex-start;gap:.5rem}.security-notice svg{color:var(--red-500);margin-top:.125rem;flex-shrink:0}.security-notice strong{color:var(--red-500)}@media(max-width:640px){.login-card{padding:1.5rem;margin:.5rem;border-radius:.75rem}.logo-container{gap:.75rem}.akoma-icon{width:4rem;height:4rem}.logo-text h1{font-size:1.5rem}.government-badge{gap:1.5rem;text-align:center;padding:.5rem 1rem}.security-badges{flex-direction:column;gap:.5rem}.footer-links{flex-direction:column;gap:.75rem}}.sidebar{width:280px;height:100vh;background:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:1000;transform:translate(0);transition:transform .3s ease}.sidebar--open{transform:translate(0)!important}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:var(--gray-100)}.sidebar::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--akoma-primary)}.sidebar__header{padding:1.5rem;border-bottom:1px solid var(--gray-200);flex-shrink:0}.sidebar__logo{display:flex;align-items:center;gap:.75rem}.sidebar__logo-icon{width:2.5rem;height:2.5rem;filter:drop-shadow(0 2px 4px rgba(74,124,67,.2))}.sidebar__logo-text h1{font-size:1.125rem;font-weight:700;margin:0;background:var(--gray-700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em}.sidebar__logo-text p{font-size:.75rem;color:var(--gray-500);margin:.125rem 0 0}.sidebar__nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-section{margin-bottom:1.5rem}.nav-section__header{display:flex;align-items:center;padding:.75rem 1rem .375rem;color:var(--gray-500);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.nav-section:not(:first-child) .nav-section__header{border-top:1px solid var(--gray-200);margin-top:1rem;padding-top:1rem}.nav-item{display:flex;align-items:center;padding:.75rem 1.5rem;color:var(--gray-600);text-decoration:none;transition:all .2s ease;position:relative}.nav-item:hover{background-color:var(--gray-100);color:var(--gray-900)}.nav-item--active{background:var(--akoma-primary);color:#fff;font-weight:500}.nav-item__icon{flex-shrink:0;margin-right:.75rem}.nav-item__label{flex:1;font-size:.875rem}.nav-item__badge{background:var(--akoma-secondary);color:#fff;font-size:.6rem;font-weight:600;padding:.1rem .25rem;border-radius:.6rem;min-width:1rem;text-align:center}.sync-status{position:relative;width:8px;height:8px;margin-left:1rem;margin-right:.5rem;flex-shrink:0}.sync-status:before{content:"";position:relative;top:0;left:0;width:8px;height:8px;border-radius:50%;background:var(--gray-400)}.sync-status--active:before{background:var(--green-500);box-shadow:0 0 0 2px #22c55e33;animation:pulse 2s infinite}.sync-status--error:before{background:var(--red-500);box-shadow:0 0 0 2px #ef444433}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sidebar__stats{padding:1rem;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.stats-header{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-bottom:.75rem}.stat-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.stat-item__icon{width:2rem;height:2rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.stat-item__icon--yellow{background:var(--yellow-500)}.stat-item__icon--green{background:var(--green-500)}.stat-item__icon--blue{background:var(--bgreen-500)}.stat-item__content{display:flex;flex-direction:column}.stat-item__value{font-size:1rem;font-weight:700;color:var(--gray-900);line-height:1}.stat-item__label{font-size:.75rem;color:var(--gray-500)}.sidebar__footer{padding:1rem 1.5rem;border-top:1px solid var(--gray-200);flex-shrink:0}.ghana-badge{display:flex;align-items:center;gap:.75rem}.ghana-flag-font{font-size:xx-large;overflow:hidden}.ghana-flag-mini{display:flex;flex-direction:column;width:2rem;height:1.5rem;border-radius:.25rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.ghana-flag-mini div{flex:1}.flag-stripe--red{background:var(--ghana-red)}.flag-stripe--gold{background:var(--ghana-gold)}.flag-stripe--green{background:var(--ghana-green)}.badge-text{font-size:.75rem;color:var(--gray-500)}.badge-text p{margin:.125rem 0}.badge-text p:first-child{font-weight:600;color:var(--gray-700)}@media(max-width:1024px){.sidebar{transform:translate(-100%);width:100%;max-width:320px}}@media(min-width:769px){.sidebar{position:fixed}}@media(max-width:768px){.sidebar{width:100%;max-width:320px;transform:translate(-100%);position:fixed}.sidebar__header{padding:1rem}.sidebar__logo-icon{width:2rem;height:2rem}.sidebar__logo-text h1{font-size:1rem}.nav-item{padding:.625rem 1rem}.sidebar__stats{padding:.75rem}.sidebar__footer{padding:.75rem 1rem}}.topbar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;height:4rem;flex-shrink:0}.topbar__left{display:flex;align-items:center;gap:1rem}.topbar__menu-toggle{display:none;color:var(--gray-500)}.topbar__title h1{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.topbar__title p{font-size:.875rem;color:var(--gray-500);margin:0}.topbar__right{display:flex;align-items:center;gap:1rem}.topbar__user{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;background:var(--gray-50);border:1px solid var(--gray-200)}.user-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.user-info__greeting{font-size:.75rem;color:var(--gray-500)}.user-info__name{font-size:.875rem;font-weight:600;color:var(--gray-900)}.user-info__role{font-size:.75rem;color:var(--akoma-primary);font-weight:500}.user-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--akoma-primary),var(--portal-blue));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topbar__notifications{position:relative;color:var(--gray-500)}.notification-icon{position:relative}.notification-badge{position:absolute;top:-.25rem;right:-.25rem;background:var(--red-500);color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:.75rem;min-width:1rem;text-align:center;line-height:1}.topbar__logout{color:var(--gray-500)}.topbar__logout:hover{color:var(--red-500)}@media(max-width:1024px){.topbar{padding:1rem}.topbar__menu-toggle{display:inline-flex}.topbar__title h1{font-size:1rem}.topbar__title p,.user-info{display:none}.topbar__user{padding:.375rem}.topbar__right{gap:.5rem}}.toast-container{position:fixed;top:2rem;right:2rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a,0 10px 15px #0000001a;color:#fff;font-size:.875rem;font-weight:500;min-width:300px;max-width:500px;pointer-events:auto;transform:translate(100%);opacity:0;transition:all .3s ease;position:relative;overflow:hidden}.toast--visible{transform:translate(0);opacity:1}.toast--leaving{transform:translate(100%);opacity:0}.toast--success{background:var(--emerald-500)}.toast--error{background:var(--red-500)}.toast--warning{background:var(--yellow-500);color:var(--gray-900)}.toast--info{background:var(--gray-500)}.toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast__message{flex:1;line-height:1.4}.toast__close{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease;opacity:.7;flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast__close:hover{opacity:1;background:#ffffff1a}.toast--warning .toast__close:hover{background:#0000001a}@media(max-width:640px){.toast-container{top:1rem;right:1rem;left:1rem}.toast{min-width:unset;width:100%}}.toast:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#ffffff4d;animation:toastProgress linear;animation-duration:var(--duration, 4s)}.toast--warning:before{background:#0003}@keyframes toastProgress{0%{width:100%}to{width:0%}}.dashboard-layout{display:flex;height:100vh;overflow:hidden;background-color:var(--gray-50)}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow:hidden;margin-left:280px}.dashboard-content{flex:1;overflow-y:auto;padding:2rem}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:none}@media(max-width:1024px){.dashboard-main{margin-left:0}.sidebar-overlay{display:block}.dashboard-content{padding:1rem}}.kpi-card{background:linear-gradient(135deg,var(--white) 0%,var(--gray-50) 100%);border-radius:1.5rem;padding:1.5rem;box-shadow:0 8px 12px #00000014;border:0px solid rgba(255,255,255,.8);transition:all .3s ease;position:relative;overflow:hidden}.kpi-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;border-left:4px solid var(--akoma-secondary);border:0px solid rgba(255,255,255,.8);opacity:0;border-radius:1.5rem;transition:opacity .3s ease}.kpi-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;border:0px solid rgba(255,255,255,.8);border-left:4px solid var(--akoma-secondary)}.kpi-card:hover:before{opacity:1}.kpi-card--urgent{border-left:4px solid var(--yellow-500)}.kpi-card__urgent-badge{position:absolute;bottom:1.5rem;right:1.5rem;background:var(--yellow-100);color:var(--yellow-500);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.kpi-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.kpi-card__icon{width:3rem;height:3rem;border-radius:.875rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--white);background:transparent;flex-shrink:0}.kpi-card--blue .kpi-card__icon{background:linear-gradient(135deg,var(--blue-500),#1c93a0)}.kpi-card--yellow .kpi-card__icon{background:linear-gradient(135deg,var(--blue-500),#1d9fb0)}.kpi-card--green .kpi-card__icon{background:linear-gradient(135deg,var(--bgreen-500),#128599)}.kpi-card--teal .kpi-card__icon{background:linear-gradient(135deg,var(--teal-500),#0d9488)}.kpi-card--purple .kpi-card__icon,.kpi-card--indigo .kpi-card__icon{background:linear-gradient(135deg,var(--emerald-500),#059669)}.kpi-card--red .kpi-card__icon{background:linear-gradient(135deg,var(--emerald-400),#39947d)}.kpi-card--orange .kpi-card__icon{background:linear-gradient(135deg,var(--green-400),#18908a)}.kpi-card--emerald .kpi-card__icon{background:linear-gradient(135deg,var(--lime-400),#16987c)}.kpi-card__percentage{font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;display:flex;flex-direction:column;align-items:center;gap:.125rem;text-align:center;min-width:3.5rem}.kpi-card__percentage span{display:flex;align-items:center;gap:.2rem;font-size:.75rem}.kpi-card__percentage small{font-size:.55rem;font-weight:500;opacity:.8;text-transform:uppercase;letter-spacing:.025em}.trend-up{background:#22c55e1a;color:var(--emerald-600)}.trend-down{background:#ef44441a;color:var(--red-600)}.trend-neutral{background:#6b72801a;color:var(--gray-600)}.kpi-card__title{font-size:.875rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.kpi-card__value{font-size:2rem;font-weight:800;color:var(--gray-900);line-height:1;margin-bottom:.375rem;margin-top:1rem;background:var(--gray-900);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kpi-card__subtitle{font-size:.875rem;color:var(--gray-500)}.kpi-card__progress{width:100%;height:25px;margin-bottom:.5rem;position:relative}.kpi-chart{width:100%;height:100%;overflow:visible}.chart-line-animate{stroke-dasharray:200;stroke-dashoffset:200;animation:drawLine 2s ease-in-out forwards}.chart-area-animate{opacity:0;animation:fadeInArea 2s ease-in-out .5s forwards}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeInArea{to{opacity:1}}.kpi-card:hover .chart-line-animate{animation:pulseChart 1.5s ease-in-out infinite;stroke-width:2}@keyframes pulseChart{0%,to{stroke-width:1.5;opacity:1}50%{stroke-width:2.5;opacity:.8}}.kpi-card:hover .chart-area-animate{animation:pulseArea 1.5s ease-in-out infinite}@keyframes pulseArea{0%,to{opacity:.3}50%{opacity:.1}}.kpi-card__trend-text{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.kpi-card__trend-text span{font-style:italic}@keyframes valueUpdate{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.kpi-card__value.updating{animation:valueUpdate .3s ease-in-out}@media(max-width:768px){.kpi-card{padding:1rem}.kpi-card__icon{width:2.5rem;height:2.5rem}.kpi-card__value{font-size:1.75rem}}.kpi-card--loading{opacity:.7}.kpi-card--loading .kpi-card__value{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:loading 1.5s infinite;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;color:transparent}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.status-chart{display:flex;flex-direction:column;height:100%}.chart-header{text-align:center;margin-bottom:1.5rem}.chart-header h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.chart-header p{color:var(--gray-600);font-size:.875rem;margin:0}.chart-container{flex:1;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;min-height:220px}.chart-wrapper{position:relative;width:240px;height:240px}.chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.chart-total{display:flex;flex-direction:column;align-items:center}.total-label{font-size:.875rem;color:var(--gray-700);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.total-value{font-size:2rem;font-weight:800;color:var(--gray-900);line-height:1;background:var(--gray-900);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chart-legend{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center}.legend-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200);min-width:100px;transition:all .2s ease}.legend-item:hover{background:var(--gray-100);transform:translateY(-1px)}.legend-color{width:1rem;height:1rem;border-radius:.25rem;flex-shrink:0;align-self:baseline}.legend-content{flex:1;display:flex;flex-direction:column}.legend-label{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.25rem;line-height:1rem;min-height:2rem}.legend-stats{display:flex;align-items:center;gap:.5rem}.legend-value{font-size:1rem;font-weight:700;color:var(--gray-900)}.legend-percentage{font-size:.875rem;color:var(--gray-500)}@media(max-width:768px){.chart-wrapper{width:250px;height:250px}.chart-container{min-height:250px}.chart-legend{grid-template-columns:1fr;gap:1rem}.legend-item{min-width:auto;width:100%}.total-value{font-size:1.5rem}}@media(max-width:480px){.chart-wrapper{width:200px;height:200px}.chart-container{min-height:200px}.legend-item{padding:.5rem}.total-value{font-size:1.25rem}}.chart-wrapper canvas{transition:opacity .3s ease}.chart-wrapper.updating canvas{opacity:.7}.status-chart.loading{opacity:.7}.status-chart.loading .chart-wrapper{position:relative}.status-chart.loading .chart-wrapper:after{content:"";position:absolute;top:50%;left:50%;width:2rem;height:2rem;margin:-1rem 0 0 -1rem;border:2px solid var(--gray-300);border-top-color:var(--akoma-primary);border-radius:50%;animation:spin 1s linear infinite}.dashboard-home{margin:0 auto;width:100%;overflow-x:hidden}.dashboard-actions{flex-shrink:0;display:flex;gap:.75rem;flex-wrap:wrap}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media(max-width:768px){.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}}@media(max-width:640px){.kpi-grid{grid-template-columns:1fr;gap:1rem}}@media(min-width:1204px){.dashboard-header h1{font-size:1.5rem}}.dashboard-charts{display:grid;grid-template-columns:3fr 2fr;gap:1.5rem;margin-bottom:2rem}@media(max-width:1024px){.dashboard-charts{grid-template-columns:1fr 260px;gap:1rem}}.bdr-status{background:var(--white);border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);border-left:4px solid var(--akoma-secondary)}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-header h3{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.status-indicator{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-indicator--active{background:var(--emerald-100);color:var(--emerald-500)}.bdr-status p{color:var(--gray-600);margin-bottom:.75rem;font-size:.875rem}.bdr-metrics{display:flex;gap:.75rem;margin-bottom:1.5rem}.bdr-metric{display:flex;gap:.375rem;flex:1;padding:.6rem;background:var(--gray-50);border-radius:.375rem;border:1px solid var(--gray-200)}.metric-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:var(--teal-500);color:#fff;border-radius:.25rem;flex-shrink:0}.metric-info{display:flex;flex-direction:column;min-width:0}.metric-value{font-size:.875rem;font-weight:700;color:var(--gray-900);line-height:1}.metric-label{font-size:.625rem;color:var(--gray-500);text-transform:uppercase;font-weight:500}.bdr-actions{display:flex;gap:.375rem;margin-top:.75rem;flex-wrap:wrap}.bdr-actions .btn{flex:1;min-width:0}.integration-features{display:flex;gap:.5rem;flex-wrap:wrap}.feature-badge{background:var(--gray-100);color:var(--gray-700);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.island-coverage{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);margin-bottom:2rem}.island-coverage h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.coverage-grid{display:flex;flex-direction:column;gap:1rem}.coverage-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200)}.island-info{display:flex;flex-direction:column;min-width:200px}.island-name{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.island-type{font-size:.75rem;color:var(--gray-500)}.coverage-stats{display:flex;align-items:center;gap:1rem;flex:1}.coverage-count{min-width:120px;text-align:right;font-size:.875rem;color:var(--gray-600);font-weight:500}.agent-performance{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.performance-section{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200)}.performance-section h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.agents-grid{display:flex;flex-direction:column;gap:.75rem}.agent-card-home{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200);transition:all .2s ease;position:relative}.agent-card-home:hover{background:var(--gray-100);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.agent-card-home{border-left:4px solid var(--emerald-500)}.agent-card-home--bottom{border-left:4px solid var(--orange-500)}.agent-card-home--loading{border-left:4px solid var(--gray-300);opacity:.7}.agent-rank{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--teal-100);color:var(--teal-700);border-radius:50%;font-size:.75rem;font-weight:600;flex-shrink:0}.agent-info{display:flex;flex-direction:column;flex:1;min-width:0}.agent-name{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.125rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-phone{font-size:.75rem;color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-stats{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:60px}.registration-count{font-size:1.25rem;font-weight:700;color:var(--gray-900);line-height:1}.registration-label{font-size:.625rem;color:var(--gray-500);text-transform:uppercase;font-weight:500;margin-top:.125rem}.support-indicator{display:flex;align-items:center;justify-content:center;color:var(--orange-500);flex-shrink:0;margin-left:.5rem}.agent-assignment-info{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.coverage-item--needs-support{border-left:4px solid var(--orange-500);background:var(--orange-50)}.coverage-item--needs-support .island-name{display:flex;align-items:center;gap:.5rem}.no-agents-badge{background:var(--red-100);color:var(--red-600);padding:.125rem .375rem;border-radius:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase}.progress-bar--low .progress-fill{background:linear-gradient(90deg,var(--orange-400),var(--red-400))}.support-needed{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--orange-600);margin-top:.25rem}@media(max-width:1024px){.dashboard-charts{grid-template-columns:1fr;gap:1rem}.quick-actions-section{grid-template-columns:1fr 1fr;display:grid;gap:1rem}.agent-performance{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:stretch;gap:1rem}.dashboard-actions{justify-content:flex-start}.kpi-grid{grid-template-columns:1fr}.quick-actions-section{grid-template-columns:1fr;display:flex;gap:1rem}.bdr-status{padding:1rem}.bdr-metrics{flex-direction:column;gap:.5rem}.bdr-actions{gap:.5rem}.bdr-actions .btn{font-size:.875rem;padding:.5rem .75rem}.coverage-item{flex-direction:column;align-items:stretch;gap:.75rem}.coverage-stats{justify-content:space-between}.progress-bar{min-width:100px}.coverage-count{min-width:auto;text-align:left}}@media(max-width:480px){.dashboard-home{padding:0 1rem}.dashboard-header{margin-bottom:1.5rem}.island-info{min-width:auto}.action-buttons{gap:.5rem}.bdr-status{padding:.75rem}.status-header h3{font-size:1rem}.bdr-status p,.metric-value{font-size:.8125rem}.metric-label{font-size:.5625rem}.dashboard-actions{justify-content:center}}.export-menu-wrapper{position:relative;display:inline-block}.export-menu{position:absolute;top:55px;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 10px #00000028;z-index:2000;animation:fadeIn .15s ease-in-out}.export-menu button{width:100%;background-color:#fff;color:var(--gray-700);border:none;border-radius:8px;padding:.85rem 1.5rem;font-size:.875rem;font-family:var(--font-family);font-weight:500;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.export-menu button:hover{background:#f4f4f4}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--white);border-top:1px solid var(--gray-200);border-radius:0 0 .75rem .75rem;gap:1rem}.pagination-info{display:flex;align-items:center;gap:1rem;color:var(--gray-600);font-size:.875rem}.items-per-page{display:flex;align-items:center;gap:.5rem}.items-per-page label{font-size:.875rem;color:var(--gray-600);font-weight:500}.items-per-page-select{padding:.375rem .75rem;border:1px solid var(--gray-300);border-radius:.375rem;background:var(--white);color:var(--gray-900);font-size:.875rem;cursor:pointer;transition:border-color .2s ease}.items-per-page-select:hover{border-color:var(--gray-400)}.items-per-page-select:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 2px #16a08533}.pagination-controls{display:flex;align-items:center;gap:.5rem}.page-numbers{display:flex;gap:.25rem;margin:0 .5rem}.page-number{min-width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-300);border-radius:.375rem;background:var(--white);color:var(--gray-700);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.page-number:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400)}.page-number--active{background:var(--akoma-primary);border-color:var(--akoma-primary);color:#fff}.page-number--active:hover{background:var(--akoma-primary);border-color:var(--akoma-primary)}.page-number--dots{border:none;background:transparent;cursor:default;color:var(--gray-400)}.page-number--dots:hover{background:transparent;border:none}@media(max-width:768px){.pagination{flex-direction:column;gap:1rem;padding:.75rem}.pagination-info{flex-direction:column;gap:.5rem;text-align:center}.pagination-controls{flex-wrap:wrap;justify-content:center}.page-numbers{margin:0}}@media(max-width:480px){.page-number{min-width:2rem;height:2rem;font-size:.75rem}.pagination-controls{gap:.25rem}.page-numbers{gap:.125rem}}.filter-search-bar{background:var(--white);border-radius:.75rem;border:1px solid var(--gray-200);box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.filter-search-bar .section-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem 0}.filter-search-bar .filter-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0;margin-bottom:1.5rem}.filter-search-bar .search-filter{flex:1;min-width:250px;max-width:400px;display:flex;justify-content:flex-end}.filter-search-bar .search-input-wrapper{width:100%}.filter-search-bar .filter-tab{display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative;padding:.75rem 1.25rem;border:1px solid var(--gray-300);background:var(--gray-50);border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:var(--gray-700)}.filter-search-bar .filter-tab:hover{background:var(--gray-50);border-color:var(--gray-400)}.filter-search-bar .filter-tab--active{background:var(--akoma-primary);color:#fff;border-color:var(--akoma-primary)}.filter-search-bar .keyboard-hint{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:#0000001a;color:var(--gray-600);font-size:.75rem;font-weight:600;border-radius:.25rem;opacity:.7;transition:opacity .2s ease}.filter-search-bar .filter-tab:hover .keyboard-hint{opacity:1}.filter-search-bar .filter-tab--active .keyboard-hint{background:#fff3;color:#fff}.filter-search-bar .keyboard-shortcuts-hint{display:flex;align-items:center;padding:0 .5rem;font-size:.75rem;color:var(--gray-500);cursor:help}.filter-search-bar .keyboard-shortcuts-hint span{display:flex;align-items:center;gap:.25rem}.filter-search-bar .search-and-filters{display:flex;flex-direction:column;gap:1rem}.filter-search-bar .filter-results-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:var(--gray-25);border-radius:.5rem;border:1px solid var(--gray-200);margin-bottom:.5rem}.filter-search-bar .results-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-search-bar .results-count{font-size:.875rem;font-weight:600;color:var(--gray-700)}.filter-search-bar .active-filters-indicator{font-size:.75rem;color:var(--akoma-primary);font-weight:500;background:var(--akoma-primary-light);padding:.25rem .5rem;border-radius:.25rem}.filter-search-bar .clear-all-filters-summary{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--red-50);border:1px solid var(--red-200);border-radius:.375rem;color:var(--red-600);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-search-bar .clear-all-filters-summary:hover{background:var(--red-100);border-color:var(--red-300);color:var(--red-700)}.filter-search-bar .search-icon{position:absolute;left:1rem;color:var(--gray-400);pointer-events:none;z-index:1}.filter-search-bar .search-icon.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.filter-search-bar .search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;transition:all .2s ease;background:var(--white)}.filter-search-bar .search-input:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px rgba(var(--akoma-primary-rgb),.1)}.filter-search-bar .clear-search{position:absolute;right:1rem;background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease}.filter-search-bar .clear-search:hover{color:var(--gray-600)}.filter-search-bar .active-filters-tags{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--blue-25);border-radius:.5rem;border:1px solid var(--blue-200);margin:0 1.5rem}.filter-search-bar .filter-tags-label{font-size:.875rem;font-weight:600;color:var(--gray-700);white-space:nowrap;margin-top:.125rem}.filter-search-bar .filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.filter-search-bar .filter-tag{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:var(--white);border:1px solid var(--gray-300);border-radius:.375rem;font-size:.75rem;font-weight:500;color:var(--gray-700);box-shadow:0 1px 2px #0000000d}.filter-search-bar .remove-filter-tag{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--gray-200);border:none;border-radius:50%;color:var(--gray-600);cursor:pointer;transition:all .2s ease;padding:0;margin-left:.25rem}.filter-search-bar .remove-filter-tag:hover{background:var(--red-200);color:var(--red-700)}.filter-search-bar .enhanced-filters{background:var(--white);border-radius:0 0 .75rem .75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.filter-search-bar .filters-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.filter-search-bar .toggle-filters-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .2s ease}.filter-search-bar .toggle-filters-btn:hover{background:var(--gray-100);border-color:var(--akoma-primary);color:var(--akoma-primary)}.filter-search-bar .filters-active-hint{font-size:.75rem;color:var(--akoma-primary);font-weight:500;background:var(--akoma-primary-light);padding:.25rem .5rem;border-radius:.25rem}.filter-search-bar .filters-container{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.filter-search-bar .filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.filter-search-bar .filter-select,.filter-search-bar .filter-input{padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;background:var(--white);transition:all .2s ease;min-height:44px;box-shadow:0 1px 2px #0000000d}.filter-search-bar .filter-select:focus,.filter-search-bar .filter-input:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px rgba(var(--akoma-primary-rgb),.1)}.filter-search-bar .filter-select:disabled{background:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.filter-search-bar .clear-filters-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--red-50);border:1px solid var(--red-200);border-radius:.5rem;color:var(--red-600);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:44px;box-shadow:0 1px 2px #0000000d}.filter-search-bar .clear-filters-btn:hover{background:var(--red-100);color:var(--red-700);border-color:var(--red-300);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.filter-search-bar .date-filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-search-bar .date-filter-label{font-size:.875rem;font-weight:600;color:var(--gray-700);display:flex;flex-direction:row;align-items:center;gap:1.25rem}.filter-search-bar .date-filter-help{font-size:.75rem;font-weight:400;color:var(--gray-500);font-style:italic}.filter-search-bar .date-filter-info{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--blue-50);border:1px solid var(--blue-200);border-radius:.5rem;margin-top:1rem;font-size:.875rem}.filter-search-bar .filter-info-content{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--gray-700)}.filter-search-bar .filter-info-content strong{color:var(--blue-700)}.filter-search-bar .clear-date-filters{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--white);border:1px solid var(--blue-300);border-radius:50%;color:var(--blue-600);cursor:pointer;transition:all .2s ease;flex-shrink:0}.filter-search-bar .clear-date-filters:hover{background:var(--red-50);border-color:var(--red-300);color:var(--red-600)}@media(max-width:768px){.filter-search-bar .filter-row{grid-template-columns:1fr;gap:.75rem}.filter-search-bar .clear-filters-btn{grid-column:1 / -1;justify-self:center;max-width:200px}.filter-search-bar .filter-results-summary{flex-direction:column;gap:.75rem;text-align:center}.filter-search-bar .results-info{flex-direction:column;gap:.5rem}.filter-search-bar .clear-all-filters-summary{align-self:center;width:fit-content}.filter-search-bar .active-filters-tags{flex-direction:column;gap:.75rem;text-align:center}.filter-search-bar .filter-tags{justify-content:center}.filter-search-bar .filter-tag{font-size:.6875rem}.filter-search-bar .keyboard-shortcuts-hint{display:none}.filter-search-bar .filter-tabs{flex-direction:column;gap:.25rem}.filter-search-bar .filter-tab{width:100%;justify-content:center;padding:.75rem 1rem}.filter-search-bar .keyboard-hint{display:none}.filter-search-bar .date-filter-info{flex-direction:column;gap:.75rem;text-align:center}.filter-search-bar .filter-info-content{justify-content:center;text-align:center}.filter-search-bar .clear-date-filters{align-self:center}}.birth-registrations{margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.dashboard-header h1{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.dashboard-header p{color:var(--gray-600);font-size:.875rem;margin:0}.dashboard-actions{display:flex;gap:1rem;flex-shrink:0}.table-loading-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fffffff2;padding:1rem 1.5rem;border-radius:.5rem;border:1px solid var(--gray-200);box-shadow:0 4px 6px #0000001a;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.table-loading-overlay .loading-spinner{color:var(--akoma-primary)}.table-loading-overlay span{font-size:.875rem;color:var(--gray-600);font-weight:500}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-charts{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-bottom:2rem}.chart-section{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200)}.chart-section h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem}.status-breakdown{display:flex;flex-direction:column;gap:1rem}.status-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;background:var(--gray-50);border-radius:.5rem}.status-info{display:flex;align-items:center;gap:.75rem;min-width:120px}.status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.status-dot--draft{background:var(--gray-400)}.status-dot--submitted{background:var(--yellow-500)}.status-dot--approved{background:var(--green-500)}.status-dot--rejected{background:var(--red-500)}.status-name{font-size:.875rem;font-weight:600;color:var(--gray-900)}.status-stats{display:flex;align-items:center;gap:1rem;flex:1}.status-bar{flex:1;height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden;min-width:80px}.status-fill{height:100%;border-radius:4px;transition:width .3s ease}.status-fill--draft{background:var(--gray-400)}.status-fill--submitted{background:var(--yellow-500)}.status-fill--approved{background:var(--green-500)}.status-fill--rejected{background:var(--red-500)}.status-count{font-size:.875rem;color:var(--gray-600);font-weight:500;min-width:80px;text-align:right}.quick-actions-section{display:flex;flex-direction:column;gap:1.5rem}.quick-actions{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200)}.quick-actions h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.action-buttons .btn{justify-content:flex-start;width:100%}.status-item--clickable{cursor:pointer;transition:all .2s ease;position:relative}.status-item--clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.status-item--active{border:2px solid var(--akoma-primary);background:var(--akoma-primary-light)}.status-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.status-info{display:flex;align-items:flex-start;gap:.75rem}.status-icon{font-size:1.5rem;line-height:1}.status-text{display:flex;flex-direction:column;gap:.25rem}.status-name{font-size:1rem;font-weight:600;color:var(--gray-900)}.status-description{font-size:.875rem;color:var(--gray-600);line-height:1.3}.status-value{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.status-count{font-size:1.5rem;font-weight:700;color:var(--gray-900);line-height:1}.status-percentage{font-size:.875rem;color:var(--gray-600);margin-top:.125rem}.total-registrations{font-size:.875rem;color:var(--gray-600);font-weight:500}.status-quick-filters{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.quick-filter{padding:.5rem 1rem;border:1px solid var(--gray-300);background:var(--white);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .2s ease}.quick-filter:hover{background:var(--gray-50);border-color:var(--akoma-primary)}.quick-filter--active{background:var(--akoma-primary);border-color:var(--akoma-primary);color:var(--white)}.action-categories{display:flex;flex-direction:column;gap:1.5rem}.action-category{display:flex;flex-direction:column;gap:.75rem}.category-title{font-size:.875rem;font-weight:600;color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em;margin:0;padding-bottom:.5rem;border-bottom:1px solid var(--gray-200)}.action-buttons .btn{justify-content:flex-start;width:100%;position:relative}.btn[data-badge]:after{content:attr(data-badge);position:absolute;top:-.25rem;right:-.25rem;background:var(--red-500);color:var(--white);font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:.75rem;min-width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;line-height:1}.child-info-cell,.parents-cell,.birth-details-cell,.location-agent-cell,.dates-cell{display:flex;flex-direction:column;gap:.5rem}.child-name{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--gray-900)}.child-details{display:flex;flex-direction:column;gap:.25rem}.child-details .gender,.child-details .age{font-size:.875rem;color:var(--gray-600)}.parent-info,.community-info,.district-info,.region-info,.agent-info,.birth-date,.birth-place,.registration-date,.actual-created-date,.last-updated,.rejection-date{display:flex;flex-direction:column;gap:.125rem}.parent-label,.label{font-size:.75rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.parent-name,.community-name,.district-name,.region-name,.agent-name,.date,.place{font-size:.875rem;color:var(--gray-900)}.status-container{display:flex;flex-direction:column;gap:.5rem}.rejection-reason{font-size:.75rem;color:var(--red-600);background:var(--red-50);padding:.25rem .5rem;border-radius:.25rem;border-left:2px solid var(--red-400)}.reason-text{font-style:italic}.time-ago{font-size:.75rem;color:var(--gray-500);font-style:italic}.days-ago{margin-top:.25rem}.certificate-indicator{color:var(--green-600);font-size:1rem}.parent-contact{font-size:.75rem;color:var(--blue-600);margin-top:.125rem}.offline-badge{background:var(--orange-100);color:var(--orange-700);padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.child-name-simple{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--gray-900)}.parent-name-simple,.birth-date-simple,.location-simple{color:var(--gray-900);font-size:.875rem}.registered-simple{display:flex;flex-direction:column;gap:.25rem}.registered-simple .date{color:var(--gray-900);font-size:.875rem}.registered-simple .time-ago{font-size:.75rem;color:var(--gray-500);font-style:italic}.changes-simple svg{display:flex;flex-direction:column;gap:.25rem;color:var(--red-700)}.modal-section{margin-bottom:2.5rem;padding:1.5rem;background:var(--white);border-radius:.75rem;border:1px solid var(--gray-200);box-shadow:0 1px 3px #0000000d}.modal-section:last-of-type{margin-bottom:1.5rem}.modal-section-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0 0 1.5rem;display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-100)}.detail-value.offline-indicator{color:var(--orange-700);font-weight:500}.detail-value.rejection-reason{background:var(--red-50);color:var(--red-700);padding:.5rem;border-radius:.375rem;border-left:3px solid var(--red-400);font-style:italic}.registration-status-chart{display:flex;flex-direction:column;height:100%;background:var(--white);padding:1.5rem}.registration-status-chart .chart-header{text-align:center;margin-bottom:1.5rem}.registration-status-chart .chart-header h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.registration-status-chart .chart-header p{color:var(--gray-600);font-size:.875rem;margin:0}.registration-status-chart .chart-container{flex:1;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;min-height:220px}.registration-status-chart .chart-wrapper{position:relative;width:240px;height:240px}.registration-status-chart .chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.registration-status-chart .chart-total{display:flex;flex-direction:column;align-items:center}.registration-status-chart .total-label{font-size:.875rem;color:var(--gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.registration-status-chart .total-value{font-size:2rem;font-weight:800;color:var(--gray-900);line-height:1}.registration-status-chart .chart-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;justify-items:center}.registration-status-chart .legend-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200);min-width:120px;transition:all .2s ease;cursor:pointer}.registration-status-chart .legend-item:hover,.registration-status-chart .legend-item--active{background:var(--gray-100);transform:translateY(-1px);border-color:var(--primary-color)}.registration-status-chart .legend-color{width:1rem;height:1rem;border-radius:.25rem;flex-shrink:0;align-self:baseline}.registration-status-chart .legend-content{flex:1;display:flex;flex-direction:column}.registration-status-chart .legend-label{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.25rem;line-height:1rem;min-height:3rem}.registration-status-chart .legend-stats{display:flex;align-items:center;gap:.5rem}.registration-status-chart .legend-value{font-size:1rem;font-weight:700;color:var(--gray-900)}.registration-status-chart .legend-percentage{font-size:.875rem;color:var(--gray-500)}.registrations-table{overflow-x:auto}.registrations-table table{min-width:800px}.registrations-table th{white-space:nowrap;padding:1rem .75rem}.registrations-table td{padding:1rem .75rem;vertical-align:top}.child-info{width:fit-content}.child-info--tags{display:flex;flex-direction:row;gap:.5rem;align-items:center}.parents-info{width:200px}.birth-details,.location-agent{width:180px}.status-cell,.dates-info{width:150px}.actions-cell{width:140px}.registration-insights{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);border-left:4px solid var(--akoma-secondary)}.insights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.insights-header h3{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.insights-indicator{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.insights-indicator--active{background:var(--emerald-100);color:var(--emerald-500)}.registration-insights p{color:var(--gray-600);margin-bottom:1rem;font-size:.875rem}.insight-metrics{display:flex;justify-content:space-between;gap:1rem}.insight-item{display:flex;flex-direction:column;align-items:center;text-align:center}.insight-value{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.insight-label{font-size:.75rem;color:var(--gray-500);font-weight:500}.community-overview{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);margin-bottom:2rem}.community-overview h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.community-grid{display:flex;flex-direction:column;gap:1rem}.community-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200)}.community-info{display:flex;flex-direction:column;min-width:200px}.community-name{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.community-type{font-size:.75rem;color:var(--gray-500)}.community-stats{display:flex;align-items:center;gap:1rem;flex:1}.progress-bar{flex:1;height:.5rem;background:var(--gray-200);border-radius:.25rem;overflow:hidden;min-width:120px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--akoma-primary),var(--akoma-secondary));border-radius:.25rem;transition:width .5s ease}.community-count{min-width:120px;text-align:right;font-size:.875rem;color:var(--gray-600);font-weight:500}.registrations-section{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.section-header h3{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tab{display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative}.keyboard-hint{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:#0000001a;color:var(--gray-600);font-size:.75rem;font-weight:600;border-radius:.25rem;opacity:.7;transition:opacity .2s ease}.filter-tab:hover .keyboard-hint{opacity:1}.filter-tab--active .keyboard-hint{background:#fff3;color:#fff}.keyboard-shortcuts-hint{display:flex;align-items:center;padding:0 .5rem;font-size:.75rem;color:var(--gray-500);cursor:help}.keyboard-shortcuts-hint span{display:flex;align-items:center;gap:.25rem}.search-and-filters .search-filter{margin-bottom:0}.filter-results-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:var(--gray-25);border-radius:.5rem;border:1px solid var(--gray-200);margin-bottom:.5rem}.results-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.results-count{font-size:.875rem;font-weight:600;color:var(--gray-700)}.active-filters-indicator{font-size:.75rem;color:var(--akoma-primary);font-weight:500;background:var(--akoma-primary-light);padding:.25rem .5rem;border-radius:.25rem}.clear-all-filters-summary{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--red-50);border:1px solid var(--red-200);border-radius:.375rem;color:var(--red-600);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-all-filters-summary:hover{background:var(--red-100);border-color:var(--red-300);color:var(--red-700)}.filter-tags-label{font-size:.875rem;font-weight:600;color:var(--gray-700);white-space:nowrap;margin-top:.125rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.filter-tag{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:var(--white);border:1px solid var(--gray-300);border-radius:.375rem;font-size:.75rem;font-weight:500;color:var(--gray-700);box-shadow:0 1px 2px #0000000d}.remove-filter-tag{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--gray-200);border:none;border-radius:50%;color:var(--gray-600);cursor:pointer;transition:all .2s ease;padding:0;margin-left:.25rem}.remove-filter-tag:hover{background:var(--red-200);color:var(--red-700)}.hierarchical-filters{flex:1}.hierarchical-filters .filters-container{display:flex;flex-direction:column;gap:.75rem}.hierarchical-filters .filter-group{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.hierarchical-filters .filter-type-select{min-width:120px}.hierarchical-filters .filter-value-select{min-width:200px;flex:1}.hierarchical-filters .filter-select{min-width:140px;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:.375rem;background:var(--white);font-size:.875rem;color:var(--gray-900);cursor:pointer;transition:all .2s ease;outline:none}.hierarchical-filters .filter-select:hover{border-color:var(--gray-400)}.hierarchical-filters .filter-select:focus{border-color:var(--akoma-primary);box-shadow:0 0 0 3px #4a7c431a}.hierarchical-filters .filter-select option{padding:.5rem;color:var(--gray-900)}.hierarchical-filters .clear-filters-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--gray-100);border:1px solid var(--gray-300);border-radius:.375rem;color:var(--gray-700);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.hierarchical-filters .clear-filters-btn:hover{background:var(--gray-200);color:var(--gray-800);border-color:var(--gray-400)}.enhanced-filters{background:var(--white);border-radius:0 0 .75rem .75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.filters-header-reg{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.filter-adv-display{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.filter-adv-btn{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.toggle-filters-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .2s ease}.toggle-filters-btn:hover{background:var(--gray-100);border-color:var(--akoma-primary);color:var(--akoma-primary)}.filters-active-hint{font-size:.75rem;color:var(--akoma-primary);font-weight:500;background:var(--akoma-primary-light);padding:.25rem .5rem;border-radius:.25rem}.enhanced-filters .filters-container{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.enhanced-filters .filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.enhanced-filters .filter-select,.enhanced-filters .filter-input{padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;background:var(--white);font-size:.875rem;color:var(--gray-900);transition:border-color .2s ease,box-shadow .2s ease;min-height:44px;box-shadow:0 1px 2px #0000000d;width:100%}.enhanced-filters .filter-select:hover,.enhanced-filters .filter-input:hover{border-color:var(--gray-400)}.enhanced-filters .filter-select:focus,.enhanced-filters .filter-input:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px #16a0851a}.enhanced-filters .filter-select:disabled,.enhanced-filters .filter-input:disabled{background-color:var(--gray-100);color:var(--gray-500);cursor:not-allowed;border-color:var(--gray-200)}.enhanced-filters .filter-select:disabled:hover,.enhanced-filters .filter-input:disabled:hover{border-color:var(--gray-200)}.enhanced-filters .clear-filters-btn{padding:.75rem 1.25rem;background:var(--red-50);border:1px solid var(--red-200);border-radius:.5rem;color:var(--red-600);font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;white-space:nowrap;height:fit-content;min-height:44px;box-shadow:0 1px 2px #0000000d}.enhanced-filters .clear-filters-btn:hover{background:var(--red-100);color:var(--red-700);border-color:var(--red-300);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.date-filter-group{display:flex;flex-direction:column;gap:.5rem}.date-filter-label{font-size:.875rem;font-weight:600;color:var(--gray-700);display:flex;flex-direction:column;gap:.25rem}.date-filter-help{font-size:.75rem;font-weight:400;color:var(--gray-500);font-style:italic}.date-filter-info{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--blue-50);border:1px solid var(--blue-200);border-radius:.5rem;margin-top:1rem;font-size:.875rem}.filter-info-content{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--gray-700)}.filter-info-content strong{color:var(--blue-700)}.clear-date-filters{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--white);border:1px solid var(--blue-300);border-radius:50%;color:var(--blue-600);cursor:pointer;transition:all .2s ease;flex-shrink:0}.clear-date-filters:hover{background:var(--red-50);border-color:var(--red-300);color:var(--red-600)}.search-filter{margin-bottom:0}.registrations-table{background:var(--white);border-radius:.75rem;border:1px solid var(--gray-200);overflow:hidden;box-shadow:0 1px 3px #0000001a}.registrations-table table{width:100%;border-collapse:collapse}.registrations-table th{background:var(--gray-50);padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--gray-200);white-space:nowrap}.registrations-table td{padding:1rem;border-bottom:1px solid var(--gray-100);font-size:.875rem;color:var(--gray-900);vertical-align:middle}.registration-row:hover{background:var(--gray-25)}.registration-row:last-child td{border-bottom:none}.name-cell .name{font-weight:600;color:var(--gray-900)}.certificate-indicator{font-size:.875rem;opacity:.8}.age-cell{color:var(--gray-600);font-weight:500}.status-cell,.actions-cell{white-space:nowrap}.table-actions{display:flex;gap:.5rem;align-items:center}.status-badge--draft{background:#6b72801a;color:var(--gray-700)}.status-badge--submitted{background:#3b82f61a;color:var(--blue-700)}.status-icon--draft{color:var(--gray-600)}.status-icon--submitted{color:var(--blue-600)}.status-icon--approved{color:var(--green-600)}.status-icon--rejected{color:var(--red-600)}@media(max-width:1024px){.dashboard-charts{grid-template-columns:1fr}.quick-actions-section{grid-template-columns:1fr 1fr;display:grid}}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:stretch}.hierarchical-filters .filter-group{flex-direction:column;align-items:stretch;gap:.5rem}.hierarchical-filters .filter-select,.hierarchical-filters .filter-type-select,.hierarchical-filters .filter-value-select{min-width:auto;width:100%}.hierarchical-filters .clear-filters-btn{align-self:flex-start}.enhanced-filters .filter-row{grid-template-columns:1fr;gap:.75rem}.enhanced-filters .clear-filters-btn{grid-column:1 / -1;justify-self:center;max-width:200px}.filter-results-summary{flex-direction:column;gap:.75rem;text-align:center}.results-info{flex-direction:column;gap:.5rem}.clear-all-filters-summary{align-self:center;width:fit-content}.active-filters-tags{flex-direction:column;gap:.75rem;text-align:center}.filter-tags{justify-content:center}.filter-tag{font-size:.6875rem}.keyboard-shortcuts-hint{display:none}.filter-tabs{flex-direction:column;gap:.25rem}.filter-tab{width:100%;justify-content:center;padding:.75rem 1rem}.keyboard-hint{display:none}.date-filter-info{flex-direction:column;gap:.75rem;text-align:center}.filter-info-content{justify-content:center;text-align:center}.clear-date-filters{align-self:center}.registration-status-chart .chart-legend{grid-template-columns:1fr;gap:.5rem}.registration-status-chart .legend-item{min-width:auto;width:100%}.dashboard-actions{flex-direction:column}.kpi-grid{grid-template-columns:1fr}.quick-actions-section{grid-template-columns:1fr;display:flex}.section-header{flex-direction:column;align-items:stretch;gap:1rem}.filter-tabs{justify-content:flex-start}.search-input-wrapper{max-width:100%}.registrations-table{overflow-x:auto}.registrations-table th,.registrations-table td{padding:.5rem;font-size:.8125rem}.table-actions{flex-direction:column;gap:.25rem}.community-item{flex-direction:column;align-items:stretch;gap:.75rem}.community-stats{justify-content:space-between}.progress-bar{min-width:100px}.community-count{min-width:auto;text-align:left}}@media(max-width:480px){.dashboard-header h1{font-size:1.5rem}.community-info{min-width:auto}.action-buttons{gap:.5rem}}.registration-form{width:100%}.form-section{margin-bottom:2rem;padding:1.5rem;background:var(--gray-25);border-radius:.75rem;border:1px solid var(--gray-200)}.form-section-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:0}.form-group-full{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:600;color:var(--gray-700)}.form-select{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;background:var(--white);font-size:.875rem;color:var(--gray-900);transition:all .2s ease}.form-select:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px #4a7c431a}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.registration-details-modal,.review-details-modal{width:100%;max-width:100%}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.detail-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200)}.detail-item.full-width{grid-column:1 / -1}.detail-label{font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.detail-value{font-size:.875rem;color:var(--gray-900);font-weight:500;line-height:1.4}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}@media(max-width:768px){.form-grid,.details-grid,.details-columns{grid-template-columns:1fr;gap:1.5rem}.review-details-modal .details-columns{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.modal-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}@media(max-width:768px){.form-actions,.modal-actions{flex-direction:column}.registration-details-modal{max-width:100%;margin:0 .5rem}.modal-section{padding:1rem;margin-bottom:1.5rem}.modal-section-title{font-size:1rem;margin-bottom:1rem}}.community-agents{width:100%}.loading-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;color:var(--gray-600)}.agent-stats--comm{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-value{font-size:1rem;font-weight:800;margin-bottom:.5rem}.stat-card--active .stat-value{color:var(--green-600)}.stat-card--inactive .stat-value{color:var(--red-600)}.stat-card--pending .stat-value{color:var(--yellow-600)}.stat-card--total .stat-value{color:var(--akoma-primary)}.filter-tabs--comm{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;background:var(--white);color:var(--gray-600);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-tab:hover{background:var(--gray-50);border-color:var(--gray-400)}.filter-tab--active{background:var(--akoma-primary);color:#fff;border-color:var(--akoma-primary)}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:1rem}.agent-card{display:flex;flex-direction:column;background:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);overflow:hidden;transition:all .2s ease}.agent-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;gap:1rem}.agent-info h3{margin:0 0 .5rem;color:var(--gray-900);font-size:1.125rem;font-weight:600}.status-badge{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-badge--active{background:#22c55e1a;color:var(--green-700)}.status-badge--inactive{background:#ef44441a;color:var(--red-700)}.status-badge--pending{background:#f59e0b1a;color:var(--yellow-700)}.status-badge--approved{background:#22c55e1a;color:var(--green-700)}.status-badge--training{background:#6366f11a;color:var(--indigo-700)}.status-badge--suspended{background:#fb923c1a;color:var(--orange-700)}.status-badge--rejected{background:#ef44441a;color:var(--red-700)}.status-icon--inactive{color:var(--red-600)}.status-icon--pending{color:var(--yellow-600)}.status-toggle{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:all .2s ease;color:var(--gray-400)}.status-toggle:hover{background:var(--gray-100)}.status-toggle:disabled{opacity:.5;cursor:not-allowed}.status-toggle--active{color:var(--green-600)}.agent-details{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.detail-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.agent-metrics{display:grid;grid-template-columns:.8fr 1fr;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:.5rem}.metric-label{font-size:.75rem;color:var(--gray-500);font-weight:500}.agent-details-modal{max-width:500px;width:100%}.agent-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.agent-avatar{width:60px;height:60px;background:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-500)}.agent-info h3{margin:0 0 .5rem;color:var(--gray-900);font-size:1.25rem;font-weight:600}.agent-details-content{display:flex;flex-direction:column;gap:1.5rem}.details-section{display:flex;flex-direction:column;gap:.75rem}.details-section h4{margin:0;color:var(--gray-900);font-size:1rem;font-weight:600;border-bottom:1px solid var(--gray-200);padding-bottom:.5rem}.detail-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.detail-row svg{color:var(--gray-400);flex-shrink:0}.detail-label{font-weight:500;color:var(--gray-600);min-width:120px}.detail-value{color:var(--gray-900);flex:1}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.contact-modal{max-width:500px;width:100%}.contact-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.contact-option{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200)}.contact-icon{width:48px;height:48px;background:var(--akoma-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-details{flex:1}.contact-details h4{margin:0 0 .25rem;color:var(--gray-900);font-size:1rem;font-weight:600}.contact-details p{margin:0 0 .5rem;color:var(--gray-600);font-size:.875rem}.contact-link{color:var(--akoma-primary);text-decoration:none;font-weight:500;font-size:.875rem}.contact-link:hover{text-decoration:underline}@media(max-width:768px){.agent-details-modal,.contact-modal{max-width:100%}.agent-header{flex-direction:column;align-items:flex-start;text-align:center}.contact-option{flex-direction:column;text-align:center;gap:.75rem}.modal-actions{flex-direction:column}.detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-label{min-width:auto;font-weight:600}}.pagination{display:flex;justify-content:center;align-items:center;padding:1rem;background:var(--gray-100);border-radius:0 0 .75rem .75rem;gap:1rem}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column}.agent-stats{grid-template-columns:repeat(2,1fr)}.agents-grid{grid-template-columns:1fr;margin-bottom:1rem}.card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.card-actions{flex-direction:column}}.details-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.details-column{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.details-columns{grid-template-columns:1fr;gap:1.5rem}}.manage-content{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.management-section{border:1px solid var(--gray-200);border-radius:.5rem;padding:1rem;background:var(--gray-50)}.management-section h4{margin:0 0 1rem;color:var(--gray-900);font-size:1rem;font-weight:600}.management-item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.management-info{flex:1}.management-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.25rem}.management-value{font-size:.875rem;color:var(--gray-600)}.management-actions{display:flex;gap:.5rem;flex-shrink:0}.status-form{display:flex;flex-direction:column;gap:1rem}.form-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.status-select{padding:.5rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;background:#fff;color:var(--gray-900)}.status-select:focus{outline:none;ring:2px;ring-color:var(--primary-500);border-color:var(--primary-500)}.status-select:disabled{background:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.reason-textarea{padding:.5rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;resize:vertical;min-height:80px}.reason-textarea:focus{outline:none;ring:2px;ring-color:var(--primary-500);border-color:var(--primary-500)}.reason-textarea:disabled{background:var(--gray-100);color:var(--gray-500);cursor:not-allowed}.form-actions{display:flex;justify-content:flex-end;margin-top:.5rem}@media(max-width:768px){.management-item{flex-direction:column;align-items:flex-start;gap:.75rem}.management-actions{width:100%;justify-content:flex-end}.form-actions{justify-content:stretch}.form-actions .button{flex:1}}.add-agent-modal{max-width:100%}.agent-form{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-section h4{margin:0;padding-bottom:.5rem;border-bottom:2px solid var(--akoma-primary);color:var(--gray-900);font-size:1.1rem;font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:var(--gray-700);display:flex;align-items:center;gap:.5rem}.form-input{padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;background:var(--white);transition:all .2s ease}.form-input:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px #22c55e1a}.form-input:disabled{background:var(--gray-100);cursor:not-allowed}.form-checkbox{width:1rem;height:1rem;accent-color:var(--akoma-primary)}.community-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;max-height:200px;overflow-y:auto;padding:.75rem;border:1px solid var(--gray-200);border-radius:.5rem;background:var(--gray-50)}.community-option{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700);cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .2s ease}.community-option:hover{background:var(--white)}.community-option input[type=checkbox]{flex-shrink:0}@media(max-width:768px){.form-grid,.community-selection{grid-template-columns:1fr}}.island-communities{width:100%}.overview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);display:flex;align-items:center;gap:1rem}.stat-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--akoma-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-content{flex:1}.stat-value{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.search-filter{margin-bottom:1.5rem}.search-input-wrapper{position:relative;max-width:400px;width:100%}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;color:var(--gray-900);background:var(--white);transition:all .2s ease;outline:none}.search-input:focus{border-color:var(--akoma-primary);box-shadow:0 0 0 3px rgba(var(--akoma-primary-rgb),.1)}.clear-search{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.clear-search:hover{color:var(--gray-600);background:var(--gray-100)}.communities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.community-card{background:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);overflow:hidden;transition:all .2s ease}.community-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.card-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.community-title{display:flex;align-items:flex-start;gap:1rem}.community-icon{font-size:1.5rem;line-height:1}.community-title h3{margin:0 0 .25rem;color:var(--gray-900);font-size:1.125rem;font-weight:600}.community-type{font-size:.875rem;color:var(--gray-500);font-weight:500}.coverage-badge{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:700;color:#fff;text-align:center;min-width:60px}.coverage--excellent{background:var(--green-500)}.coverage--good{background:var(--blue-500)}.coverage--fair{background:var(--yellow-500)}.coverage--poor{background:var(--red-500)}.card-content{padding:0 1.5rem 1rem}.community-metrics{margin-bottom:1.5rem}.metric-row{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;margin-bottom:1rem}.metric-row:last-child{margin-bottom:0}.metric-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--gray-50);border-radius:.5rem;font-size:.875rem}.metric-item svg{color:var(--gray-400);flex-shrink:0}.metric-label{color:var(--gray-600);font-weight:500;font-size:.75rem;text-transform:none}.metric-value--comm{color:var(--gray-900);font-weight:700;font-size:.875rem}.coverage-progress{padding:1rem;background:var(--gray-50);border-radius:.5rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.progress-label{font-size:.875rem;font-weight:600;color:var(--gray-700)}.progress-percentage{font-size:.875rem;font-weight:700;color:var(--gray-900)}.progress-bar{width:100%;height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;transition:width .3s ease;border-radius:4px}.progress-fill.coverage--excellent{background:var(--green-500)}.progress-fill.coverage--good{background:var(--blue-500)}.progress-fill.coverage--fair{background:var(--yellow-500)}.progress-fill.coverage--poor{background:var(--red-500)}.progress-info{font-size:.75rem;color:var(--gray-500);text-align:center}.card-actions{padding:1rem 1.5rem;border-top:1px solid var(--gray-100);display:flex;gap:.75rem}.card-actions .btn{flex:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-500);text-align:center;background:var(--white);border-radius:.75rem;border:1px solid var(--gray-200);grid-column:1 / -1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--white);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .2s ease-out}.community-details-modal{max-width:700px}.manage-agents-modal{max-width:600px}.add-community-modal{max-width:700px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--gray-200)}.modal-title{display:flex;align-items:center;gap:1rem}.modal-title h2{margin:0;color:var(--gray-900);font-size:1.25rem;font-weight:700}.modal-title .community-icon{font-size:1.5rem}.modal-title .community-type{font-size:.875rem;color:var(--gray-500);font-weight:500}.modal-close{background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{color:var(--gray-600);background:var(--gray-100)}.modal-body{padding:1.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid var(--gray-200);margin-top:1rem}.community-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.pending-section{border-radius:.75rem;padding:1.5rem;border:1px solid var(--yellow-600)}.pending-data{background:var(--gray-50);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.pending-section h3{margin:0 0 1rem;color:var(--gray-900);font-size:1rem;font-weight:600}.pending-item{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem .5 rem;background:var(--gray-50);border-radius:.5rem}.pending-value{font-size:.9rem;color:var(--gray-900);font-weight:600}.pending-label{font-size:.825rem;color:var(--gray-600);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.pending-summary{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.detail-section{background:var(--gray-50);border-radius:.75rem;padding:1.5rem}.detail-section.full-width{grid-column:1 / -1}.detail-section h3{margin:0 0 1rem;color:var(--gray-900);font-size:1rem;font-weight:600}.detail-metrics{display:flex;flex-direction:column;gap:.75rem}.detail-metric{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--white);border-radius:.5rem;font-size:.875rem;color:var(--gray-700)}.detail-metric svg{color:var(--akoma-primary);flex-shrink:0}.coverage-progress-detailed{background:var(--white);border-radius:.75rem;padding:1rem}.progress-stats{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;color:var(--gray-600)}.agents-summary{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--gray-50);border-radius:.75rem}.summary-stat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-700);font-weight:500}.summary-stat svg{color:var(--akoma-primary)}.agents-list{max-height:350px;overflow-y:auto;border:1px solid var(--gray-200);border-radius:.75rem;background:var(--white)}.agent-info{flex:1;min-width:0;overflow:hidden}.agent-name{font-weight:600;color:var(--gray-900);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--gray-600)}.agent-status{display:flex;align-items:center}.status-badge{padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.active{background:var(--emerald-100);color:var(--green-800)}.status-badge.inactive{background:var(--gray-100);color:var(--gray-800)}.status-badge.pending{background:var(--yellow-100);color:var(--yellow-800)}.no-agents{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:var(--gray-500);text-align:center}.no-agents svg{color:var(--gray-400);margin-bottom:1rem}.no-agents p{margin:0;color:var(--gray-600)}.form-grid{display:grid;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field label{font-weight:600;color:var(--gray-700);font-size:.875rem}.form-field input,.form-field select,.form-field textarea{padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;color:var(--gray-900);background:var(--white);transition:all .2s ease;outline:none}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-500)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--akoma-primary);box-shadow:0 0 0 3px rgba(var(--akoma-primary-rgb),.1)}.form-field textarea{resize:vertical;min-height:100px}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column}.overview-stats,.communities-grid{grid-template-columns:1fr}.card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.community-title{align-items:center}.metric-row{grid-template-columns:1fr}.card-actions{flex-direction:column}.modal-overlay{padding:.5rem}.modal-content{max-width:100%;margin:0}.community-details-grid{grid-template-columns:1fr;gap:1rem}.form-field-group{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.agents-summary{flex-direction:column;gap:.75rem}}.assign-agent-modal{max-width:600px}.assignment-info{margin-bottom:1.5rem}.community-summary{background:var(--gray-50);border-radius:.75rem;padding:1rem}.summary-item{display:flex;align-items:center;gap:1rem}.community-name{font-weight:600;color:var(--gray-900);font-size:1rem}.community-details{font-size:.875rem;color:var(--gray-600);margin-top:.25rem}.agent-selection{display:flex;flex-direction:column;gap:1rem}.no-agents-available{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--yellow-50);border:1px solid var(--yellow-200);border-radius:.5rem;color:var(--yellow-700);font-size:.875rem;margin-top:.5rem}.no-agents-available svg{color:var(--yellow-600);flex-shrink:0}.selected-agent-preview{background:var(--blue-50);border:1px solid var(--blue-200);border-radius:.75rem;padding:1rem}.agent-preview{display:flex;flex-direction:column;gap:.75rem}.preview-header{display:flex;align-items:center;gap:.5rem;color:var(--blue-700);font-weight:600;font-size:.875rem}.preview-header svg{color:var(--blue-600)}.agent-preview .agent-name{font-weight:600;color:var(--gray-900);font-size:1rem}.agent-preview .agent-contact{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--gray-600);margin:.5rem 0}.agent-preview .agent-contact svg{color:var(--gray-500);flex-shrink:0}.agent-preview .agent-status{display:flex;align-items:center}.agent-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--gray-200);transition:background .2s ease}.agent-item:last-child{border-bottom:none}.agent-item:hover{background:var(--gray-50)}.agent-info{flex:1}.agent-actions{display:flex;gap:.5rem;margin-left:1rem;flex-shrink:0}.btn-remove-agent{padding:.375rem .75rem;background:var(--red-100);color:var(--red-700);border:1px solid var(--red-200);border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.btn-remove-agent:hover{background:var(--red-200);color:var(--red-800);border-color:var(--red-300)}.btn-remove-agent svg{width:.875rem;height:.875rem}.agent-cards-grid{display:grid;grid-template-columns:1fr;gap:.75rem;max-height:400px;overflow-y:auto;border:1px solid var(--gray-200);border-radius:.75rem;padding:.75rem;background:var(--gray-50)}.agent-selection-card{padding:1rem;background:var(--white);border:2px solid var(--gray-200);border-radius:.75rem;cursor:pointer;transition:all .2s ease;position:relative}.agent-selection-card:hover{border-color:var(--akoma-primary);background:var(--blue-50);transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.agent-selection-card.selected{border-color:var(--akoma-primary);background:var(--blue-50);box-shadow:0 0 0 3px rgba(var(--akoma-primary-rgb),.1)}.agent-selection-card.selected:before{content:"✓";position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;background:var(--akoma-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.agent-card-content{display:flex;flex-direction:column;gap:.5rem}.agent-card-header{display:flex;align-items:center;justify-content:space-between}.agent-card-name{font-weight:600;color:var(--gray-900);font-size:.95rem}.agent-card-details{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--gray-600)}.agent-card-contact{display:flex;align-items:center;gap:.5rem}.agent-card-contact svg{width:.875rem;height:.875rem;color:var(--gray-400);flex-shrink:0}.agent-card-stats{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--gray-100);font-size:.75rem;color:var(--gray-600)}.agent-registrations,.agent-last-active{display:flex;align-items:center;gap:.25rem}.btn[loading]{position:relative;color:transparent!important}.btn[loading]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite;color:#fff}.analytics-page{padding:1.5rem;max-width:1400px;margin:0 auto}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color, #e5e7eb)}.header-content{display:flex;align-items:flex-start;gap:1rem}.header-content svg{color:var(--primary-color, #3b82f6);margin-top:.25rem}.header-content h1{font-size:2rem;font-weight:700;color:var(--text-primary, #111827);margin:0 0 .25rem}.header-content p{color:var(--text-secondary, #6b7280);margin:0;font-size:.95rem}.analytics-controls{display:flex;align-items:center;gap:1.5rem}.time-range-selector{display:flex;background:var(--card-background, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:8px;overflow:hidden}.time-range-btn{padding:.625rem 1rem;border:none;background:none;cursor:pointer;color:var(--text-secondary, #6b7280);font-weight:500;transition:all .2s ease;border-right:1px solid var(--border-color, #e5e7eb)}.time-range-btn:last-child{border-right:none}.time-range-btn:hover{background:var(--hover-color, #f3f4f6);color:var(--text-primary, #111827)}.time-range-btn.active{background:var(--primary-color, #3b82f6);color:#fff}.analytics-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.report-tabs{display:flex;background:var(--card-background, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:12px;padding:.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.report-tab{flex:1;padding:.75rem 1.5rem;border:none;background:none;cursor:pointer;border-radius:8px;font-weight:500;color:var(--text-secondary, #6b7280);transition:all .2s ease}.report-tab:hover{background:var(--hover-color, #f3f4f6);color:var(--text-primary, #111827)}.report-tab.active{background:var(--primary-color, #3b82f6);color:#fff;box-shadow:0 2px 4px #3b82f633}.report-content{background:var(--card-background, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d}.report-section{margin-bottom:3rem}.report-section:last-child{margin-bottom:0}.report-section h2{font-size:1.25rem;font-weight:600;color:var(--text-primary, #111827);margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.summary-stats{margin-bottom:2rem}.stat-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;border-radius:12px;border:1px solid var(--border-light, #f3f4f6)}.stat-label{display:block;font-size:.875rem;color:var(--text-secondary, #6b7280);margin-bottom:.5rem}.stat-value{display:block;font-size:2rem;font-weight:700;color:var(--text-primary, #111827);margin-bottom:.25rem}.stat-change{font-size:.875rem;font-weight:600}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.stat-change.neutral{color:var(--text-secondary, #6b7280)}.performance-list{display:flex;flex-direction:column;gap:1rem}.performance-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--border-light, #f3f4f6);border-radius:12px}.rank{font-size:1.5rem;font-weight:700;color:var(--primary-color, #3b82f6);width:3rem;text-align:center}.community-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.community-stats{font-size:.875rem;color:var(--text-secondary, #6b7280)}.efficiency-score{display:flex;align-items:center;gap:1rem}.score{font-size:1.25rem;font-weight:700;color:var(--primary-color, #3b82f6);min-width:3rem}.progress-bar{width:100px;height:8px;background:var(--border-light, #f3f4f6);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .3s ease}.agent-performance-table{display:flex;flex-direction:column;gap:.75rem}.table-header{display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;background:var(--primary-color, #3bf66a);color:#fff;font-weight:600;border-radius:8px}.table-row{display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr 1fr;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--border-light, #f3f4f6);border-radius:8px;align-items:center}.agent-name{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text-primary, #111827)}.agent-avatar{width:32px;height:32px;background:var(--primary-color, #3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.agent-location{color:var(--text-secondary, #6b7280)}.agent-registrations,.agent-accuracy{font-weight:600;color:var(--text-primary, #111827)}.rating-stars{display:flex;gap:2px}.star{color:var(--border-color, #e5e7eb);font-size:1.125rem}.star.filled{color:#fbbf24}.quality-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.metric-card{padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--border-light, #f3f4f6);border-radius:12px}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.metric-title{font-weight:600;color:var(--text-primary, #111827)}.metric-value{font-size:1rem;font-weight:700;color:var(--primary-color, #3bf6e6)}.metric-description{color:var(--text-secondary, #6b7280);font-size:.875rem}.trend-chart-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem;border-radius:12px;border:1px solid var(--border-light, #f3f4f6)}.chart-placeholder{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.chart-bars{display:flex;align-items:end;gap:1rem;height:200px;padding:1rem 0}.chart-bar{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:40px}.bar-fill{width:24px;border-radius:2px 2px 0 0;transition:height .3s ease}.bar-fill.approved{background:linear-gradient(180deg,#10b981,#059669)}.bar-fill.rejected{background:linear-gradient(180deg,#ef4444,#dc2626);margin-top:2px}.bar-label{font-size:.75rem;color:var(--text-secondary, #6b7280);font-weight:500}.chart-legend{display:flex;gap:1rem;justify-content:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary, #6b7280)}.legend-color{width:16px;height:16px;border-radius:2px;align-self:baseline}.legend-color.approved{background:linear-gradient(135deg,#10b981,#059669)}.legend-color.rejected{background:linear-gradient(135deg,#ef4444,#dc2626)}.seasonal-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.insight-card{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid var(--border-light, #f3f4f6);border-radius:12px}.insight-icon{font-size:2rem;flex-shrink:0}.insight-content h3{font-size:1rem;font-weight:600;color:var(--text-primary, #111827);margin:0 0 .5rem}.insight-content p{color:var(--text-secondary, #6b7280);font-size:.875rem;margin:0;line-height:1.5}.coverage-map-placeholder{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2rem;border-radius:12px;border:1px solid #bae6fd;position:relative;min-height:300px;margin-bottom:2rem}.map-title{text-align:center;font-size:1.125rem;font-weight:600;color:var(--text-primary, #111827);margin-bottom:2rem}.map-regions{position:relative;height:200px}.region{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.5rem}.region.keta{top:20%;left:25%}.region.dodi{top:60%;left:60%}.region.ada{top:40%;left:75%}.region.alakple{top:75%;left:40%}.region-dot{width:16px;height:16px;background:var(--primary-color, #288b7e);border-radius:50%;border:3px solid white;box-shadow:0 2px 4px #0003}.region-label{font-size:.75rem;text-align:center;color:var(--text-primary, #111827);font-weight:500;background:#fff;padding:.25rem .5rem;border-radius:4px;border:1px solid var(--border-color, #e5e7eb);white-space:nowrap}.comparison-table{display:flex;flex-direction:column;gap:.75rem}.comparison-table .table-header,.comparison-table .table-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.community-name{font-weight:600;color:var(--text-primary, #111827)}.coverage-high{color:#10b981;font-weight:600}.coverage-good{color:#3b82f6;font-weight:600}.coverage-medium{color:#f59e0b;font-weight:600}.efficiency-high{color:#10b981;font-weight:600}.efficiency-good{color:#28831f;font-weight:600}.efficiency-medium{color:#f59e0b;font-weight:600}@media(max-width:1024px){.analytics-page{padding:1rem}.analytics-header{flex-direction:column;gap:1.5rem;align-items:flex-start}.analytics-controls{width:100%;justify-content:space-between}.time-range-selector{flex:1;max-width:400px}}@media(max-width:768px){.analytics-kpis{grid-template-columns:1fr}.report-tabs{flex-direction:column}.report-tab{text-align:center}.stat-group{grid-template-columns:1fr}.table-header,.table-row{grid-template-columns:1fr;text-align:left}.table-header{display:none}.table-row{display:block;padding:1.5rem}.agent-name{margin-bottom:1rem;font-size:1.125rem}.chart-bars{overflow-x:auto;padding:1rem}.seasonal-insights,.quality-metrics{grid-template-columns:1fr}.coverage-map-placeholder{padding:1rem;min-height:250px}.map-regions{height:150px}.region-label{font-size:.625rem;padding:.125rem .25rem}}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-600)}.analytics-loading .loading-spinner{animation:spin 1s linear infinite;color:var(--akoma-primary, #3b82f6);margin-bottom:1rem}.analytics-actions{display:flex;gap:.75rem;align-items:center}.chart-container{display:grid;gap:2rem;align-items:center}.chart-wrapper{max-width:400px;height:300px;margin:0 auto}.trend-chart-container .chart-wrapper{max-width:100%;height:400px}.no-data{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--gray-500);font-style:italic}.performance-item .efficiency-score{display:flex;flex-direction:column;align-items:center}.score-label{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.agent-status{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.agent-status.active{background:#22c55e1a;color:var(--green-700)}@media(max-width:768px){.analytics-actions{flex-direction:column;width:100%}.chart-container{grid-template-columns:1fr;gap:1rem}.chart-wrapper{max-width:100%;height:250px}.trend-chart-container .chart-wrapper{height:300px}}.bdr-submission{width:100%}.submission-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);text-align:center}.stat-value{font-size:2rem;font-weight:800;color:var(--akoma-primary);margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.submissions-table{background:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200);overflow:hidden}.table-header{padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.table-controls{display:flex;align-items:center;gap:1rem}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;color:var(--gray-700)}.checkbox-container input[type=checkbox]{display:none}.checkmark{width:18px;height:18px;border:2px solid var(--gray-300);border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.checkbox-container input[type=checkbox]:checked+.checkmark{background:var(--akoma-primary);border-color:var(--akoma-primary)}.checkbox-container input[type=checkbox]:checked+.checkmark:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.checkbox-container input[type=checkbox]:disabled+.checkmark{opacity:.5;cursor:not-allowed}.table-content{max-height:600px;overflow-y:auto}.submission-row{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200);gap:1rem;transition:background-color .2s ease}.submission-row:hover{background:var(--gray-50)}.submission-row:last-child{border-bottom:none}.row-checkbox{flex-shrink:0}.row-content{flex:1;display:flex;justify-content:space-between;align-items:center;gap:1rem}.submission-info{flex:1;text-align:left}.submission-name{font-weight:600;color:var(--gray-900);margin-bottom:.25rem;text-align:left}.submission-details{font-size:.875rem;color:var(--gray-600);text-align:left}.submission-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.registration-date{font-size:.875rem;color:var(--gray-500)}.status-badge{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:1.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-badge--ready{background:#22c55e1a;color:var(--green-700)}.status-badge--processing{background:#3b82f61a;color:var(--blue-700)}.status-badge--completed{background:#10b9811a;color:var(--green-800)}.status-badge--failed{background:#ef44441a;color:var(--red-700)}.status-icon{flex-shrink:0}.status-icon--ready{color:var(--green-600)}.status-icon--processing{color:var(--blue-600);animation:spin 2s linear infinite}.status-icon--completed{color:var(--green-700)}.status-icon--failed{color:var(--red-600)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-500);text-align:center}.empty-state svg{color:var(--gray-400);margin-bottom:1rem}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column}.submission-stats{grid-template-columns:1fr}.row-content{flex-direction:column;align-items:flex-start}.submission-meta{align-items:flex-start;width:100%}}.pending-review{width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1.5rem}.header-search{flex:1;max-width:400px;display:flex;justify-content:center}.search-input-container{position:relative;width:100%;max-width:400px}.search-input{width:100%;padding:.75rem 2.5rem;border:1px solid var(--gray-300);border-radius:.5rem;background:var(--white);font-size:.875rem;color:var(--gray-900);transition:all .2s ease}.search-input::placeholder{color:var(--gray-500)}.search-input:focus{outline:none;border-color:var(--akoma-primary);box-shadow:0 0 0 3px #4a7c431a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none}.clear-search-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.clear-search-btn:hover{color:var(--gray-600);background:var(--gray-100)}.search-results-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--gray-50);border-radius:.5rem;margin-top:1rem;border:1px solid var(--gray-200)}.search-results-info p{margin:0;color:var(--gray-700);font-size:.875rem}.clear-search-link{background:none;border:none;color:var(--akoma-primary);font-size:.875rem;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}.clear-search-link:hover{color:var(--portal-dark)}.search-and-filters{display:flex;flex-direction:column;gap:1rem;background:var(--white);border-radius:.75rem}.search-and-filters .header-search{flex:none;max-width:none;margin:0}.header-filters{flex:1;max-width:none;margin:0}.filters-container{display:flex;flex-direction:column;gap:.75rem}.filter-group{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.filter-type-select{min-width:120px}.filter-value-select{min-width:200px;flex:1}.filter-select{min-width:140px;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:.375rem;background:var(--white);font-size:.875rem;color:var(--gray-900);cursor:pointer;transition:all .2s ease;outline:none}.filter-select:hover{border-color:var(--gray-400)}.filter-select:focus{border-color:var(--akoma-primary);box-shadow:0 0 0 3px #4a7c431a}.filter-select option{padding:.5rem;color:var(--gray-900)}.clear-filters-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--gray-100);border:1px solid var(--gray-300);border-radius:.375rem;color:var(--gray-700);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.clear-filters-btn:hover{background:var(--gray-200);color:var(--gray-800);border-color:var(--gray-400)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-600)}.review-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200)}.stat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600}.stat-card--high .stat-header{color:var(--red-600)}.stat-card--medium .stat-header{color:var(--yellow-600)}.stat-card--low .stat-header{color:var(--blue-600)}.stat-value{font-size:2rem;font-weight:800;color:var(--gray-900)}.stat-card--high .stat-value{color:var(--red-600)}.stat-card--medium .stat-value{color:var(--yellow-600)}.stat-card--low .stat-value{color:var(--blue-600)}.reviews-table{background:var(--white);border-radius:.75rem;border:1px solid var(--gray-200);overflow:hidden;box-shadow:0 1px 3px #0000001a}.reviews-table table{width:100%;border-collapse:collapse;table-layout:fixed}.reviews-table th:nth-child(1),.reviews-table td:nth-child(1){width:60px}.reviews-table th:nth-child(2),.reviews-table td:nth-child(2){width:20%}.reviews-table th:nth-child(3),.reviews-table td:nth-child(3){width:18%}.reviews-table th:nth-child(4),.reviews-table td:nth-child(4){width:15%}.reviews-table th:nth-child(5),.reviews-table td:nth-child(5){width:10%}.reviews-table th:nth-child(6),.reviews-table td:nth-child(6){width:12%}.reviews-table th:nth-child(7),.reviews-table td:nth-child(7){width:25%}.reviews-table th{background:var(--gray-50);padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--gray-200);white-space:nowrap}.reviews-table td{padding:1rem;border-bottom:1px solid var(--gray-100);font-size:.875rem;color:var(--gray-900);vertical-align:middle}.review-row:hover{background:var(--gray-25)}.review-row:last-child td{border-bottom:none}.name-cell{display:flex;align-items:center;gap:.5rem}.name-cell .name{font-weight:600;color:var(--gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priority-badge{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:1.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.priority-badge--high{color:var(--red-700);border:1px solid var(--red-700)}.priority-badge--medium{color:var(--yellow-700);border:1px solid var(--yellow-700)}.priority-badge--low{color:var(--gray-700);border:1px solid var(--gray-700)}.location-cell{gap:.5rem;color:var(--gray-600);line-height:1.4}.location-cell span{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;flex:1}.location-cell svg{color:var(--gray-400);flex-shrink:0}.priority-cell{white-space:nowrap}.date-cell{color:var(--gray-600);font-size:.8125rem}.actions-cell{white-space:nowrap}.checkbox-column{width:50px;text-align:center}.select-all-btn,.row-checkbox{background:transparent;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;color:var(--gray-500);transition:all .2s ease;display:flex;align-items:center;justify-content:center}.select-all-btn:hover,.row-checkbox:hover{background:var(--gray-100);color:var(--akoma-primary)}.checkbox-cell{width:50px;text-align:center;padding:.75rem .5rem}.row-checkbox svg,.select-all-btn svg{color:currentColor}.review-details-modal{max-width:100%;width:100%}.review-details-modal .details-columns{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}.modal-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.child-info h3{margin:0 0 .5rem;color:var(--gray-900);font-size:1.25rem;font-weight:600}.modal-header-info .submission-info{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;text-align:right;color:var(--gray-600);font-size:.875rem}.modal-header-info .submission-date{font-weight:500}.modal-header-info .sync-status{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:var(--gray-500)}.modal-header-info .sync-label{color:var(--gray-600);font-weight:500;margin-right:.25rem}.sync-status{display:flex;align-items:center;gap:.25rem;color:var(--gray-500);font-size:.875rem;margin-top:.25rem}.details-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.details-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.pending-update-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.detail-column{display:flex;flex-direction:column;gap:1.5rem;min-width:0;flex:1}.detail-section h4{margin:0 0 1rem;color:var(--gray-800);font-size:1rem;font-weight:600;border-bottom:2px solid var(--akoma-primary);padding-bottom:.5rem}.detail-items{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200)}.detail-item svg{color:var(--gray-500);margin-top:.125rem;flex-shrink:0}.detail-head{display:flex;flex-direction:row;gap:.5rem;flex:1}.detail-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.detail-label{font-size:.75rem;color:var(--gray-600);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.875rem;color:var(--gray-900);font-weight:500}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid var(--gray-200)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-500);text-align:center;background:var(--white);border-radius:.75rem;border:1px solid var(--gray-200)}.empty-state svg{color:var(--green-500);margin-bottom:1rem}.empty-state h3{margin:0 0 .5rem;color:var(--gray-700)}.empty-state p{margin:0;max-width:320px}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column}.review-stats{grid-template-columns:1fr}.reviews-table{overflow-x:auto}.table-actions{gap:.25rem}.table-actions .btn{font-size:.75rem;padding:.375rem .5rem}.modal-header-info{flex-direction:column;gap:1rem}.submission-info{text-align:left}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}.rejection-modal{width:100%;max-width:500px}.rejection-info{margin-bottom:2rem}.rejection-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--red-50);border-radius:.75rem;border:1px solid var(--red-200)}.rejection-icon{color:var(--red-600);flex-shrink:0;margin-top:.125rem}.rejection-header h3{margin:0 0 .5rem;color:var(--gray-900);font-size:1.125rem;font-weight:600}.rejection-header p{margin:0;color:var(--gray-700);font-size:.875rem;line-height:1.5}.rejection-form{margin-bottom:2rem}.form-field{display:flex;flex-direction:column;gap:.75rem}.form-field label{font-size:.875rem;font-weight:600;color:var(--gray-700)}.required{color:var(--red-500)}.rejection-textarea{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;color:var(--gray-900);background:var(--white);transition:all .2s ease;outline:none;resize:vertical;min-height:100px;font-family:inherit}.rejection-textarea::placeholder{color:var(--gray-500)}.rejection-textarea:focus{border-color:var(--red-500);box-shadow:0 0 0 3px #ef44441a}.rejection-textarea:disabled{background:var(--gray-50);color:var(--gray-500);cursor:not-allowed}.form-help{font-size:.75rem;color:var(--gray-500);font-style:italic}.approval-modal{width:100%;max-width:500px}.approval-info{margin-bottom:2rem}.approval-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--green-50);border-radius:.75rem;border:1px solid var(--green-200)}.approval-icon{color:var(--green-600);flex-shrink:0;margin-top:.125rem}.approval-header h3{margin:0 0 .5rem;color:var(--gray-900);font-size:1.125rem;font-weight:600}.approval-header p{margin:0;color:var(--gray-700);font-size:.875rem;line-height:1.5}.approval-details{margin-bottom:2rem}.approval-summary{background:var(--gray-50);border-radius:.5rem;padding:1rem;margin-bottom:1rem}.approval-summary h4{margin:0 0 .75rem;color:var(--gray-800);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.summary-items{display:flex;flex-direction:column;gap:.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:1px solid var(--gray-200)}.summary-item:last-child{border-bottom:none}.summary-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.summary-value{font-size:.875rem;color:var(--gray-900);font-weight:600;text-align:right}.approval-warning{padding:1rem;background:var(--blue-50);border-radius:.5rem;border-left:4px solid var(--blue-500)}.approval-warning p{margin:0;color:var(--blue-800);font-size:.875rem;line-height:1.5;font-style:italic}.table-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:nowrap;white-space:nowrap}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch;gap:1rem}.header-actions{justify-content:flex-start}.filter-group{flex-direction:column;align-items:stretch;gap:.5rem}.filter-select,.filter-type-select,.filter-value-select{min-width:auto;width:100%}.clear-filters-btn{align-self:flex-start}.search-input{font-size:16px}.search-results-info{flex-direction:column;gap:.75rem;align-items:flex-start}.rejection-modal,.approval-modal{max-width:100%;margin:0 .5rem}.rejection-header,.approval-header{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.summary-item{flex-direction:column;align-items:flex-start;gap:.25rem}.summary-value{text-align:left}.table-actions{gap:.25rem}.table-actions .btn{font-size:.7rem;padding:.25rem .5rem;min-width:auto}.details-columns{grid-template-columns:1fr;gap:1.5rem}.review-details-modal .details-columns{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.sync-status{width:fit-content}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.header-content{flex:1}.title-with-icon{display:flex;align-items:flex-start;gap:1rem}.title-with-icon svg{color:var(--akoma-primary);margin-top:.25rem}.header-content h1{margin:0 0 .5rem;color:var(--gray-900);font-size:1.875rem;font-weight:700}.header-content p{margin:0;color:var(--gray-600);font-size:1rem}.header-actions{display:flex;gap:1rem;flex-shrink:0}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-600);text-align:center}.loading-spinner{animation:spin 1s linear infinite;color:var(--akoma-primary);margin-bottom:1rem}.error-state svg{color:var(--red-500);margin-bottom:1rem}.error-state h3{margin:0 0 .5rem;color:var(--gray-700)}.error-state p{margin:0 0 1.5rem;color:var(--gray-500)}@keyframes spin{to{transform:rotate(360deg)}}.status-overview{margin-bottom:2rem}.status-card{background:var(--white);border-radius:1rem;box-shadow:0 4px 12px #0000001a;border:1px solid var(--gray-200);overflow:hidden}.status-header{background:linear-gradient(135deg,var(--gray-50),var(--white))}.service-info{display:flex;align-items:center;gap:1rem}.service-info svg{color:var(--akoma-primary);background:var(--akoma-primary);color:#fff;padding:.75rem;border-radius:.75rem;width:48px;height:48px}.service-info h3{margin:0 0 .5rem;color:var(--gray-900);font-size:1.25rem;font-weight:600}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.status-indicator--active{color:var(--green-700)}.status-indicator--inactive{color:var(--yellow-700)}.status-indicator--error{color:var(--red-700)}.status-icon--active{color:var(--green-600)}.status-icon--inactive{color:var(--yellow-600)}.status-icon--error{color:var(--red-600)}.status-metrics{padding:1rem 2rem 2rem}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.metric-item{text-align:center}.metric-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.metric-value{font-size:1rem;font-weight:700;color:var(--gray-900)}.metric-value--error{color:var(--red-600)}.sync-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.details-section{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid var(--gray-200)}.details-section h3{margin:0 0 1rem;color:var(--gray-900);font-size:1.125rem;font-weight:600}.info-grid{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.info-item:last-child{border-bottom:none}.info-item strong{color:var(--gray-700);font-size:.875rem;flex-shrink:0;min-width:120px}.info-item span{color:var(--gray-600);font-size:.875rem;text-align:right}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.5rem;background:var(--gray-50)}.activity-icon{flex-shrink:0;margin-top:.125rem}.activity-icon--success{color:var(--green-600)}.activity-icon--info{color:var(--blue-600)}.activity-icon--error{color:var(--red-600)}.activity-content{flex:1}.activity-title{font-size:.875rem;color:var(--gray-900);font-weight:500;margin-bottom:.25rem}.activity-time{font-size:.75rem;color:var(--gray-500)}.health-indicators{display:flex;flex-direction:column;gap:.75rem}.health-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:.5rem;background:var(--gray-50)}.health-label{font-size:.875rem;color:var(--gray-700);font-weight:500}.health-status{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600}.health-status--good{color:var(--green-700)}.health-status--warning{color:var(--yellow-700)}.health-status--error{color:var(--red-700)}@media(max-width:768px){.page-header{flex-direction:column;align-items:stretch}.title-with-icon{flex-direction:column;align-items:flex-start;gap:.5rem}.header-actions{flex-direction:column}.status-header{padding:1.5rem}.service-info{flex-direction:column;align-items:flex-start;text-align:left}.status-metrics{padding:1rem 1.5rem 1.5rem}.metric-grid,.sync-details{grid-template-columns:1fr;gap:1rem}.details-section{padding:1rem}.info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.info-item span{text-align:left}}
