@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.nav-container{max-width:1200px;margin:auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo-button{display:flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:600;color:#0c3765;text-decoration:none}.logo-icon{font-size:1.8rem}.nav-menu{display:flex;align-items:center;gap:1rem;list-style:none}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:.5rem .8rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{background-color:red;color:#fff}.btn-primary{background-color:red;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;font-weight:500;transition:all .3s ease;cursor:pointer}.btn-primary:hover{background-color:#8b0000}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#333;transition:.3s ease}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:absolute;top:100%;left:0;background:#fff;flex-direction:column;width:100%;padding:1rem 0;box-shadow:0 10px 20px #0000001a;transform:translateY(-200%);transition:transform .3s ease-in-out;overflow-y:auto;max-height:80vh}.nav-menu.active{transform:translateY(0)}.nav-menu li{width:100%;text-align:center;margin:.5rem 0}.btn-primary{width:90%;margin:.5rem auto;display:block;text-align:center}}.hero{position:relative;color:#fff;padding:8rem 1rem;text-align:center;background-size:cover;background-position:center;min-height:80vh;animation:heroCarousel 24s infinite ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center}@keyframes heroCarousel{0%,20%{background-image:linear-gradient(#00000080,#00000080),url(https://raw.githubusercontent.com/BOBWANDATI/images/main/hassan-kibwana-NpR4U2GCwVA-unsplash.jpg)}25%,45%{background-image:linear-gradient(#00000080,#00000080),url(https://raw.githubusercontent.com/BOBWANDATI/images/main/madalena-veloso-zeNeAUwoJvs-unsplash.jpg)}50%,70%{background-image:linear-gradient(#00000080,#00000080),url(https://raw.githubusercontent.com/BOBWANDATI/images/main/hassan-kibwana-fmXLB_uHIh4-unsplash.jpg)}75%,to{background-image:linear-gradient(#00000080,#00000080),url(https://raw.githubusercontent.com/BOBWANDATI/images/main/storyzangu-hub-ijdFxu0AWpo-unsplash.jpg)}}.hero-content{max-width:800px;margin:0 auto;padding:0 1rem}.hero-title{font-size:3rem;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-report{background-color:red;color:#fff;animation:redPop 2s ease-in-out infinite}.btn-report:hover{background-color:#c00}.btn-primary{background-color:#c00;color:#fff;animation:backgroundPop 2s ease-in-out infinite}.btn-primary:hover{background-color:#a60000}@media (max-width: 768px){.hero{padding:6rem 1rem}.hero-title{font-size:2.2rem}.hero-buttons{flex-direction:column}}.stats-section{padding:65px 20px 55px;background:linear-gradient(135deg,#eef4fb,#f7f9fc);color:#0c3765}.stats-container{max-width:1000px;margin:0 auto;text-align:center}.section-title{font-size:2.3rem;font-weight:700;margin-bottom:6px}.section-subtitle{font-size:1rem;max-width:650px;margin:0 auto 40px;line-height:1.55;color:#345a8a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:1000px;margin:0 auto}.stat-card{background:linear-gradient(160deg,#ffffffe6,#f0f6ffd9);padding:24px 18px;border-radius:14px;text-align:center;box-shadow:0 10px 22px #0c37651f;transition:transform .3s ease,box-shadow .3s ease;animation:floatPulse 4s ease-in-out infinite}.stat-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px #0c37652e}.stat-icon{font-size:2rem;margin-bottom:10px;color:#0c3765}.stat-value{font-size:2rem;font-weight:800;margin-bottom:6px;color:#0c3765}.stat-label{font-size:1rem;font-weight:600;margin-bottom:6px}.stat-description{font-size:.88rem;line-height:1.5;color:#4a6785}@keyframes floatPulse{0%{transform:translateY(4px)}50%{transform:translateY(0)}to{transform:translateY(4px)}}@media screen and (max-width: 768px){.stats-section{padding:50px 12px 45px}.section-title{font-size:1.9rem}.section-subtitle{font-size:.95rem;margin-bottom:35px}.stat-card{padding:20px 14px}.stat-value{font-size:1.75rem}.stat-icon{font-size:1.8rem}.stat-label{font-size:.95rem}.stat-description{font-size:.85rem}}:root{--primary-color: #0c3765;--secondary-color: #f9f9f9;--text-light: #fff;--text-dark: #333;--card-bg: rgba(255, 255, 255, .95);--overlay: rgba(0, 0, 0, .5)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.about-section{padding:60px 20px;background-color:var(--primary-color);color:var(--text-light);margin:0 10px;overflow:hidden}.about-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;max-width:1100px;margin:0 auto}.about-image{flex:1 1 300px;animation:slideInLeft 2.5s ease-in-out infinite alternate}.about-image img{width:100%;border-radius:10px;object-fit:cover;box-shadow:0 8px 18px #0003}.about-text{flex:2 1 500px;animation:slideInRight 2.5s ease-in-out infinite alternate}.about-title{font-size:2.2rem;font-weight:700;margin-bottom:20px;text-align:left}.about-paragraph{font-size:1.1rem;line-height:1.7;text-align:justify;margin-bottom:20px}@keyframes slideInLeft{0%,to{transform:translate(-60px);opacity:.8}50%{transform:translate(0);opacity:1}}@keyframes slideInRight{0%,to{transform:translate(60px);opacity:.8}50%{transform:translate(0);opacity:1}}@media (max-width: 768px){.about-container{flex-direction:column;text-align:center}.about-title{text-align:center}.about-image,.about-text{animation:slideInUp 2.5s ease-in-out infinite alternate}@keyframes slideInUp{0%,to{transform:translateY(40px);opacity:.8}50%{transform:translateY(0);opacity:1}}}.intro-section,.features-section{padding:4rem 1rem;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;text-align:center;position:relative;color:var(--text-light)}.intro-section:before,.features-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay);z-index:0}.intro-section>*,.features-section .container{position:relative;z-index:1}.vision-mission{display:flex;justify-content:center;flex-wrap:wrap;gap:3.5rem;margin-top:2.5rem}.intro-card{background:#fff;border-radius:18px;padding:2rem 1.8rem;width:300px;position:relative;z-index:1;overflow:hidden;box-shadow:0 12px 30px #0000001f;animation:floatSoft 6s ease-in-out infinite;transition:transform .35s ease,box-shadow .35s ease}.intro-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 45px #0000002e}.intro-card:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:22px;z-index:-1;background:conic-gradient(from 0deg,#ff5733,#f4b400,#00bcd4,#8e44ad,#ff5733);animation:ringSpinSoft 10s linear infinite;padding:3px;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:destination-out}.intro-card:before{content:"";height:5px;width:100%;position:absolute;top:0;left:0;border-top-left-radius:18px;border-top-right-radius:18px}.intro-card.mission:before{background-color:#ff5733}.intro-card.vision:before{background-color:#00bcd4}.intro-card.values:before{background-color:#f4b400}.intro-icon{font-size:2.6rem;margin-bottom:1.2rem;color:#222}.intro-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.8rem}.intro-text{font-size:1rem;color:#333;line-height:1.65}@keyframes ringSpinSoft{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.features-section .container{max-width:1600px;margin:0 auto}.section-title{font-size:2.6rem;margin-bottom:12px;color:#fff;padding-top:60px}.section-subtitle{font-size:1.2rem;margin-bottom:50px;color:#e0e0e0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 35px;justify-items:center}.feature-card{background:var(--card-bg);padding:28px 24px 38px;border-radius:16px;text-align:center;box-shadow:0 8px 20px #0000001f;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:340px}.feature-card:hover{transform:translateY(-8px);box-shadow:0 14px 30px #0000002e}.feature-icon{font-size:2rem;margin-bottom:15px;display:inline-flex;align-items:center;justify-content:center;height:60px;width:60px;border-radius:50%;color:#fff}.feature-icon.blue{background-color:#007bff}.feature-icon.green{background-color:#28a745}.feature-icon.purple{background-color:#6f42c1}.feature-icon.orange{background-color:#fd7e14}.feature-icon.pink{background-color:#e83e8c}.feature-icon.teal{background-color:#20c997}.feature-card h3{margin-bottom:10px;color:var(--text-dark)}.feature-card p{font-size:.95rem;color:#555;margin-bottom:20px}.feature-card .btn{padding:10px 22px;font-size:.95rem;border:none;border-radius:6px;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:background-color .3s ease}.feature-card .btn:hover{background-color:#06294c}@media screen and (max-width: 992px){.features-grid{grid-template-columns:repeat(2,1fr);gap:35px}}@media screen and (max-width: 600px){.features-grid{grid-template-columns:1fr}.features-section{padding:60px 20px}.intro-card{width:100%;max-width:340px}}#report{background-image:url(https://github.com/BOBWANDATI/images/blob/main/claudio-goncalves-iF_oVhmtRRo-unsplash.jpg?raw=true);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;padding:60px 20px;font-family:Segoe UI,sans-serif;color:#333}.container{max-width:700px;margin:auto;background-color:#fffffff0;padding:2rem;border-radius:16px;box-shadow:0 12px 32px #0003;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.3rem;color:#1a202c;margin-top:70px;padding-top:70px}.page-subtitle{font-size:1.1rem;text-align:center;margin-bottom:1.5rem;color:#4a5568}.report-form-container{width:100%}.report-form{display:flex;flex-direction:column;gap:1.2rem}label{font-weight:600;margin-bottom:.4rem;color:#2d3748}input,select,textarea{padding:.75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background-color:#fff}textarea{resize:vertical;min-height:100px}.form-actions{display:flex;justify-content:flex-end;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .8rem;font-size:.85rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;box-shadow:0 2px 6px #0000001a}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff;margin-left:.6rem}.file-preview{margin-top:.5rem;font-size:.9rem;color:#333}.file-preview-item{background-color:#f8f9fa;padding:.3rem .6rem;margin-bottom:.3rem;border-radius:4px}.checkbox-group{margin-top:.5rem}.checkbox-label{display:flex;align-items:center;font-size:1rem}.checkbox-label input[type=checkbox]{margin-right:.5rem}@media (max-width: 768px){.form-row{flex-direction:column}.form-actions{justify-content:center}.btn{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}#mapDisplay{height:700px;width:100%;border:2px solid #ccc;margin-top:15px;border-radius:6px;z-index:0}.page{padding:20px;background-color:#f7f7f7;min-height:100vh}.container{max-width:1800px;margin:auto}.page-title{font-size:2rem;margin-bottom:10px;font-weight:700;color:#333}.page-subtitle{font-size:1rem;color:#666;margin-bottom:20px}.btn-secondary{background-color:#007bff;color:#fff;border:none;padding:8px 15px;cursor:pointer;border-radius:5px;margin-right:10px;transition:background-color .3s}.btn-secondary:hover{background-color:#0056b3}.map-container{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 0 10px #0000001a}.map-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.map-controls select,.map-controls button{padding:6px 10px;border-radius:4px;border:1px solid #ccc;font-size:.9rem}.map-legend{margin-top:20px}.map-legend h4{margin-bottom:10px;color:#444}.legend-item{display:flex;align-items:center;gap:10px;margin-bottom:5px;font-size:.9rem}.legend-color{width:15px;height:15px;border-radius:50%;display:inline-block}.legend-color.red{background-color:red}.legend-color.orange{background-color:orange}.legend-color.green{background-color:green}.legend-color.brown{background-color:brown}.map-stats{margin-top:20px;display:flex;gap:30px;font-size:1.1rem}.stat-item{display:flex;flex-direction:column;align-items:center}.custom-cluster-icon{background-color:transparent!important;border:none!important;box-shadow:none!important;text-align:center}#dialogue{background-image:url(https://github.com/BOBWANDATI/images/blob/main/zibik-MP12XdCKRPM-unsplash.jpg?raw=true);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;padding:100px 40px;color:#333}.dialogue-container{display:flex;flex-wrap:wrap;gap:2.5rem;margin:0 auto;max-width:1600px;background-color:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:18px;padding:3.5rem 3rem;box-shadow:0 14px 40px #00000040;background-image:url(https://github.com/BOBWANDATI/My-Portfolio/blob/main/francesco-ungaro-i75WTJn-RBY-unsplash.jpg?raw=true)}.dialogue-sidebar{flex:1;max-width:500px;padding:1rem}.dialogue-main{flex:2.5;min-width:350px;padding:1rem}.dialogue-card{background:#fffffff5;border-radius:14px;padding:8rem 4rem;box-shadow:0 10px 30px #0000001a}.dialogue-card-header h3{margin-top:10px;font-size:1.3rem;color:#222}.topics-list{margin-top:1.5rem;max-height:500px;overflow-y:auto}.topic-item{padding:.8rem 1rem;border-bottom:1px solid #ddd;cursor:pointer;transition:background .2s ease}.topic-item:hover{background:#f0f0f0}.topic-item.active{background:#e3f2fd;font-weight:700;border-left:4px solid #007bff}.new-topic-form input,.new-topic-form select{width:100%;margin-bottom:1rem;padding:.75rem;border-radius:6px;border:1px solid #ccc;background:#fff;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.4rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease-in-out}.btn-primary{background-color:#007bff;color:#fff;font-size:.9rem}.btn-primary:hover{background-color:#0056b3;transform:scale(1.05)}.btn-secondary{background-color:#6c757d;color:#fff;margin-top:.75rem}.btn-secondary:hover{background-color:#495057}.dialogue-new-btn,.dialogue-peacebot-btn{width:100%}.dialogue-chat{background:#fffffffa;border-radius:12px;box-shadow:0 10px 24px #00000026;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{padding:1.2rem;background-color:#f7f7f7;border-bottom:1px solid #ccc}.chat-messages{padding:1.2rem;flex-grow:1;overflow-y:auto;background:#fdfdfd}.message{margin-bottom:1.2rem}.message strong{display:block;color:#222}.message-time{font-size:.75rem;color:#888;margin-top:.25rem}.peacebot-message{background:#e3fcec;border-left:4px solid #00c853;padding:.75rem;border-radius:6px}.chat-input{display:flex;gap:.75rem;padding:1.2rem;background:#f9f9f9;border-top:1px solid #ccc;position:relative}.chat-input input{flex:1;padding:1rem;border:1px solid #ccc;border-radius:10px;font-size:1rem;background:#fff}.chat-input input:focus{outline:none;border-color:#007bff;box-shadow:0 0 3px #007bff66}.chat-input .btn-primary{padding:.5rem;font-size:1rem;border-radius:50%;width:44px;height:44px;align-self:center;display:flex;justify-content:center;align-items:center}.character-count{font-size:.75rem;color:#555;position:absolute;bottom:10px;left:20px}.dialogue-empty{padding:2.5rem;text-align:center;background:#ffffffed;border-radius:12px;color:#333}@media (max-width: 768px){#dialogue{padding:60px 20px}.dialogue-container{flex-direction:column;padding:2rem}.dialogue-sidebar,.dialogue-main{padding:0}.dialogue-card{padding:2rem}.chat-input{flex-direction:column}.chat-input input{width:100%}.chat-input .btn-primary{align-self:flex-end;margin-top:.5rem}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0;background:url(https://github.com/BOBWANDATI/images/blob/main/hassan-kibwana-9eCkzuFkXWM-unsplash.jpg?raw=true) no-repeat center center fixed;background-size:cover;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.verified-news-container{max-width:900px;margin:2rem auto;padding:1.5rem;background-color:#fffffffa;border-radius:10px;box-shadow:0 4px 18px #00000014}.news-title{font-size:1.8rem;font-weight:700;color:#1e3d59;margin-bottom:1.2rem;text-align:center}.news-form{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.news-form input,.news-form textarea{padding:.7rem;font-size:.95rem;border-radius:6px;border:1px solid #ccc;background-color:#f5f5f5;transition:border .3s ease}.news-form input:focus,.news-form textarea:focus{border-color:#1e90ff;background-color:#fff;outline:none}.news-form button{background-color:#1e90ff;color:#fff;border:none;padding:.7rem;font-size:.95rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.news-form button:hover{background-color:#07c}.error-message,.success-message{font-size:.9rem;padding:.6rem .9rem;border-radius:6px}.error-message{background-color:#ffe5e5;color:#c0392b}.success-message{background-color:#e6f9ed;color:#27ae60}.news-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}.news-item{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;text-decoration:none;color:#333;overflow:hidden;box-shadow:0 3px 12px #00000014;transition:transform .25s ease,box-shadow .3s ease}.news-item:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0000001a}.news-image{width:100%;height:150px;object-fit:cover;border-bottom:1px solid #eee}.news-item h3{font-size:1.1rem;font-weight:600;padding:.8rem .8rem 0;color:#2c3e50}.news-item p{font-size:.9rem;padding:.4rem .8rem .8rem;color:#555}.verified-label{align-self:flex-end;margin:0 .8rem .8rem;background-color:#e0f7ef;color:#128f6b;padding:.25rem .7rem;border-radius:16px;font-size:.75rem;font-weight:700}@media (max-width: 768px){.news-form input,.news-form textarea,.news-form button{font-size:.9rem;padding:.6rem}.news-item h3{font-size:1rem}.news-item p{font-size:.85rem}}#contact{background-image:url(https://github.com/BOBWANDATI/My-Portfolio/blob/main/leiada-krozjhen-SIcL-4Dpfeg-unsplash.jpg?raw=true);background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 20px;min-height:100vh;font-family:Segoe UI,sans-serif;color:#2d3748}.container{max-width:1200px;margin:auto;background-color:#fffffff5;padding:2rem;border-radius:16px;box-shadow:0 12px 30px #00000026;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.page-title{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.page-subtitle{font-size:1.1rem;text-align:center;color:#4a5568;margin-bottom:2rem}.contact-container{display:flex;flex-wrap:wrap;gap:2rem}.contact-info{flex:1;min-width:300px;display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:#f7fafc;padding:1.2rem 1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014}.contact-card h3{margin-bottom:1rem;font-size:1.2rem;color:#2b6cb0}.contact-item{display:flex;gap:.8rem;margin-bottom:1rem;font-size:.95rem}.contact-item svg{font-size:1.2rem;color:#2b6cb0;margin-top:2px}.emergency-notice{background-color:#fff3cd;padding:1rem;border-left:4px solid #ffc107;border-radius:8px;display:flex;gap:1rem;font-size:.95rem}.emergency-notice svg{font-size:1.5rem;color:#e53e3e}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{display:flex;align-items:center;gap:.5rem;color:#2c5282;text-decoration:none;font-weight:500}.social-link:hover{text-decoration:underline}.contact-form{flex:2;min-width:300px;background-color:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:1rem}.contact-form h3{margin-bottom:1rem;font-size:1.3rem;color:#2d3748}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}label{font-weight:600;margin-bottom:.4rem;font-size:.95rem}input,select,textarea{padding:.75rem;font-size:.95rem;border:1px solid #cbd5e0;border-radius:6px;background-color:#fefefe;margin-bottom:.5rem}.checkbox-group{margin-top:-.5rem}.checkbox-label{display:flex;align-items:center;font-size:.95rem}.checkbox-label input{margin-right:.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;background-color:#3182ce;color:#fff;font-size:.95rem;font-weight:600;padding:.7rem 1.4rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.btn:hover{background-color:#2b6cb0}.btn-large{font-size:1rem;padding:.85rem 1.6rem}@media (max-width: 768px){.contact-container,.form-row{flex-direction:column}.btn{width:100%}}.admin-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.auth-container{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px;text-align:center}.auth-container h2,.auth-container h3{color:#2c3e50;margin-bottom:1.5rem}.auth-container input,.auth-container select{width:100%;padding:12px 15px;margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;font-size:16px;transition:border-color .3s}.auth-container input:focus,.auth-container select:focus{outline:none;border-color:#3498db}.btn{width:100%;padding:12px;background-color:#3498db;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s;margin-top:.5rem}.btn:hover{background-color:#2980b9}.btn:disabled{background-color:#95a5a6;cursor:not-allowed}.auth-link{margin-top:1.5rem;color:#7f8c8d}.auth-link span{color:#3498db;cursor:pointer;text-decoration:underline}.auth-link span:hover{color:#2980b9}.fullpage-loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#fffc;font-size:1.5rem;color:#2c3e50}@media (max-width: 480px){.auth-container{padding:1.5rem}}.super-admin-dashboard{width:100%;min-height:100vh;background-color:#f5f7fa;padding:20px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:2rem;border-bottom:1px solid #e0e6ed}.dashboard-header h2{color:#2c3e50;margin:0}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#4a5568}.logout-btn{padding:8px 16px;background-color:#e74c3c;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.logout-btn:hover{background-color:#c0392b}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;transition:transform .3s,box-shadow .3s}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.card-icon{font-size:2rem;margin-bottom:.5rem}.card-title{font-weight:600;color:#2c3e50;margin-bottom:.5rem}.card-desc{font-size:.9rem;color:#718096;margin-bottom:.5rem}.card-value{font-size:1.8rem;font-weight:700;color:#3498db}.dashboard-section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000000d}.dashboard-section h3{margin-top:0;margin-bottom:1rem;color:#2c3e50}.pretty-incident-table{width:100%;border-collapse:collapse;font-size:.95rem}.pretty-incident-table th{background-color:#f8fafc;color:#4a5568;text-align:left;padding:12px 15px;font-weight:600;border-bottom:2px solid #e2e8f0}.pretty-incident-table td{padding:12px 15px;border-bottom:1px solid #edf2f7;color:#4a5568}.pretty-incident-table tr:hover{background-color:#f8fafc}.pretty-incident-table tr:last-child td{border-bottom:none}.status-buttons{display:flex;flex-wrap:wrap;gap:5px}.status-btn{padding:5px 10px;border-radius:4px;border:none;font-size:.8rem;cursor:pointer;transition:all .2s}.status-btn.pending{background-color:#f6e05e;color:#975a16}.status-btn.investigating{background-color:#4299e1;color:#fff}.status-btn.resolved{background-color:#48bb78;color:#fff}.status-btn.escalated{background-color:#f56565;color:#fff}.status-btn.active{transform:scale(1.05);box-shadow:0 0 0 2px #4299e180}.delete-btn,.verify-btn,.reject-btn{border:none;border-radius:4px;padding:5px 10px;cursor:pointer;margin-right:5px;transition:all .2s}.delete-btn{background-color:#f56565;color:#fff}.verify-btn{background-color:#48bb78;color:#fff}.reject-btn{background-color:#e53e3e;color:#fff}.delete-btn:hover,.verify-btn:hover,.reject-btn:hover{opacity:.8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-content h3{margin-top:0;color:#2c3e50}.modal-content p{margin:.5rem 0}.modal-content strong{color:#2c3e50}.close-btn{margin-top:1.5rem;padding:8px 16px;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer}.messages-list{padding-left:1.5rem;max-height:200px;overflow-y:auto}.messages-list li{margin-bottom:.5rem}.media-preview{max-width:100%;max-height:300px;margin-top:1rem;border-radius:4px;display:block}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100px;color:#4a5568}@media (max-width: 768px){.dashboard-cards{grid-template-columns:1fr}.status-buttons{flex-direction:column}.pretty-incident-table{display:block;overflow-x:auto}}.footer{background:#0c3765;padding:30px 15px 20px;color:#fff}.footer .container{max-width:1500px;margin:0 auto;padding:0 15px}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.2rem;margin-bottom:30px;color:#000}.footer-section{flex:1 1 220px;min-width:220px;color:#000}.footer-section h3,.footer-section h4{margin-bottom:10px;font-size:1rem;color:#000;margin-top:25px}.footer-section p{margin-bottom:.5rem;font-size:.85rem;line-height:1.5;color:#000;word-wrap:break-word}.footer-section a{display:inline-block;background-color:#0c3765;color:#fff;padding:7px 12px;margin:4px 4px 4px 0;font-size:.8rem;border-radius:4px;text-decoration:none;transition:background-color .3s ease,transform .2s ease;box-shadow:0 1px 4px #0000001a;white-space:nowrap}.footer-section a:hover{background-color:#c70000;transform:scale(1.04)}.footer-social{display:flex;gap:1rem;margin-top:10px;flex-wrap:wrap}.footer-social a{color:#fff;font-size:1rem;transition:color .3s ease}.footer-social a:hover{color:#c70000}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:.7rem;color:#000}.founder-image-wrapper{margin-top:15px;text-align:center}.founder-image{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 6px #0003;animation:rotateImage 10s linear infinite}.founder-image:hover{transform:scale(1.05)}@keyframes rotateImage{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 768px){.footer{padding:25px 12px}.footer-content{display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.footer-section{width:100%;max-width:350px}.footer-section h3,.footer-section h4{font-size:1rem;margin-top:15px}.footer-section p{font-size:.78rem}.footer-section a{font-size:.75rem;padding:6px 10px;margin:4px auto;display:inline-block;width:auto}.footer-social{justify-content:center;flex-wrap:wrap}.founder-image{width:70px;height:70px}.footer-bottom{font-size:.65rem;padding-top:15px}}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;text-align:center;position:relative}.success-content i{font-size:4rem;color:#5cb85c;margin-bottom:1rem}.success-content h3{font-size:1.8rem;margin-bottom:1rem;color:#5cb85c}.success-content p{margin-bottom:1.5rem;color:#666}.btn-primary{background-color:#4a6fa5;color:#fff;padding:.8rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s;border:none;font-size:1rem}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;position:relative}.ussd-content{text-align:center}.ussd-content i{font-size:3rem;color:#4a6fa5;margin-bottom:1rem}.ussd-content p{margin-bottom:1.5rem;font-size:1.1rem}.ussd-steps{margin:2rem 0;text-align:left}.ussd-step{display:flex;align-items:center;margin-bottom:1rem;padding:.8rem;background:#f9f9f9;border-radius:4px}.step-number{display:inline-block;width:25px;height:25px;background:#4a6fa5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-weight:700}.ussd-step p{margin:0;font-size:.95rem}.ussd-content small{color:#666;font-size:.8rem}.form-group textarea{resize:vertical;min-height:120px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.modal .close{position:absolute;top:15px;right:15px;font-size:1.5rem;cursor:pointer;color:#666}.modal .close:hover{color:#333}.modal h3{margin-bottom:1.5rem;color:#4a6fa5;text-align:center}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-group textarea{resize:vertical;min-height:150px}.btn-primary{background-color:#4a6fa5;color:#fff;padding:.8rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s;border:none;font-size:1rem;width:100%;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}#donation{background:url(https://github.com/BOBWANDATI/My-Portfolio/blob/main/armando-fera-i8IeYLEZ7hE-unsplash.jpg?raw=true) no-repeat center center/cover;min-height:100vh;padding:3rem 1rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.donation-video{flex:1;min-width:300px;max-width:480px}.donation-content{flex:2;min-width:300px}.page-title{font-size:2.5rem;text-align:center;font-weight:700;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);margin-bottom:.5rem}.page-subtitle{text-align:center;font-size:1.1rem;color:#f7fafc;text-shadow:1px 1px 2px rgba(0,0,0,.6);margin-bottom:2rem}.donation-container{max-width:800px;background:#fffffff7;border-radius:12px;box-shadow:0 4px 30px #00000026;padding:2rem;margin-bottom:40px;width:100%}.donation-step h3{text-align:center;margin-bottom:1rem;color:#2c3e50}.amount-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.amount-option{background-color:#edf2f7;border:1px solid #cbd5e0;border-radius:8px;padding:.8rem 1.2rem;font-size:1rem;cursor:pointer;transition:background .3s}.amount-option:hover{background-color:#d6e4f0}.donation-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}label{font-weight:600;margin-bottom:.3rem;color:#2a2e37}.input-group{display:flex;align-items:center}.prefix{padding:.6rem .8rem;background-color:#e2e8f0;border:1px solid #cbd5e0;border-right:none;border-radius:6px 0 0 6px}input[type=tel],input[type=number]{flex:1;padding:.6rem;border:1px solid #cbd5e0;border-radius:0 6px 6px 0;font-size:1rem}input[type=number]{border-radius:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.2rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;border-radius:8px;transition:background .3s ease}.btn-primary{background-color:#3182ce;color:#fff}.btn-primary:hover{background-color:#2b6cb0}.btn-secondary{background-color:#e2e8f0;color:#2d3748}.btn-secondary:hover{background-color:#cbd5e0}.donation-complete{text-align:center}.success-icon{font-size:3rem;color:#38a169;margin-bottom:1rem}.donation-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.donation-info h4{font-size:1.2rem;color:#2c3e50;margin-bottom:1rem}.donation-info ol{padding-left:1.2rem;margin-bottom:1rem;color:#444}.notice{background-color:#fff3cd;border:1px solid #ffeeba;padding:1rem;border-radius:6px;font-size:.95rem}#stories{background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;padding:80px 30px;font-family:Segoe UI,sans-serif;color:#2d3748}.container{max-width:3000px;margin:0 auto;background-color:#fffffff5;padding:10rem 7rem;border-radius:20px;box-shadow:0 14px 38px #0000001f}.page-title{text-align:center;font-size:2.8rem;font-weight:700;margin-bottom:.5rem}.page-subtitle{text-align:center;color:#4a5568;font-size:1.2rem;margin-bottom:2.5rem}.stories-actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.5rem}.category-filter{display:flex;flex-wrap:wrap;gap:.6rem}.category-filter button{padding:.6rem 1.2rem;background-color:#edf2f7;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:.2s}.category-filter button.active,.category-filter button:hover{background-color:#3182ce;color:#fff}.story-form{background:#f9fafb;padding:2rem;border-radius:14px;box-shadow:0 6px 18px #0000000d;margin-bottom:2.5rem}.story-form h3{margin-bottom:1.2rem;color:#2b6cb0}.form-group{display:flex;flex-direction:column;margin-bottom:1.2rem}.form-row{display:flex;gap:1.2rem;flex-wrap:wrap}input,select,textarea{padding:.8rem 1rem;border:1px solid #cbd5e0;border-radius:8px;font-size:1rem;margin-top:.5rem;background-color:#fff}textarea{resize:vertical}.form-actions{text-align:right;margin-top:1rem}.btn{display:inline-flex;align-items:center;gap:.6rem;background-color:#2b6cb0;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.btn:hover{background-color:#2c5282}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem}.story-card{background-color:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 10px 28px #0000000f;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.story-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #0000001a}.story-header h3{font-size:1.2rem;margin-bottom:.5rem}.story-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:#718096;margin-bottom:.5rem}.story-meta span{display:flex;align-items:center;gap:.25rem}.story-category{background-color:#bee3f8;color:#2c5282;padding:.4rem .8rem;font-size:.8rem;font-weight:700;border-radius:50px;width:fit-content;margin-bottom:.5rem}.story-content{flex:1;font-size:1rem;color:#2d3748;margin-bottom:1.2rem}.story-footer{display:flex;gap:1rem;border-top:1px solid #e2e8f0;padding-top:.8rem}.story-action{background:none;border:none;color:#4a5568;font-size:.9rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:color .3s ease}.story-action:hover{color:#2b6cb0}.no-stories{text-align:center;padding:2rem;color:#718096;font-style:italic}@media (max-width: 768px){.stories-actions{flex-direction:column;align-items:flex-start}.form-actions{text-align:left}.btn{width:100%;justify-content:center}.container{padding:2rem}.page-title{font-size:2rem}.stories-grid{gap:1.2rem}}:root{--primary-color: #4a6fa5;--secondary-color: #6b8cae;--accent-color: #ff7e5f;--light-color: #f8f9fa;--dark-color: #343a40;--success-color: #28a745;--danger-color: #dc3545;--warning-color: #ffc107;--info-color: #17a2b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5;padding-top:70px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.page{padding:60px 0}.page-title{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color)}.page-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem}.section-title{font-size:2rem;margin-bottom:1rem;color:var(--primary-color);text-align:center}.section-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;text-align:center}.btn{display:inline-block;padding:10px 20px;border-radius:4px;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#3a5a8a}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#5a7c9e}.btn-large{padding:12px 24px;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-group textarea{resize:vertical}.form-row{display:flex;gap:20px}.form-row .form-group{flex:1}.checkbox-group{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox-label input{margin-right:10px}.hidden{display:none}
