@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600&display=swap";.navbar{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 32px;height:64px;box-shadow:0 2px 8px #2196f312;position:sticky;top:0;z-index:100}.navbar-logo{display:flex;align-items:center}.navbar-logo img{width:60px;height:60px;border-radius:50%;object-fit:contain;box-shadow:0 0 15px #2196f34d}.navbar-logo .logo-placeholder{font-family:Montserrat,Arial,sans-serif;font-size:1.5rem;color:#2196f3;background:#e3f2fd;border-radius:50%;padding:8px 20px;font-weight:700;letter-spacing:1px}.navbar-links{list-style:none;display:flex;gap:24px;margin:0;padding:0}.navbar-links li a{color:#1a237e;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s;padding:8px 12px;border-radius:8px}.navbar-links li a:hover,.navbar-links li a.active{background:#2196f3;color:#fff}.navbar-menu-btn{display:none;background:none;border:none;font-size:2rem;color:#2196f3;cursor:pointer;margin-left:auto;z-index:200}@media (max-width: 800px){.navbar{flex-direction:column;align-items:flex-start;height:auto;padding:12px 16px}.navbar-links{display:none;position:absolute;top:64px;left:0;width:100vw;background:#fff;flex-direction:column;gap:0;box-shadow:0 2px 8px #2196f312;z-index:150;padding:1rem 0;border-bottom:1px solid #eee}.navbar-links.open{display:flex}.navbar-links li{width:100%;text-align:left;padding:.5rem 1.5rem}.navbar-links li a{width:100%;display:block;padding:12px 0;font-size:1.1rem;border-radius:0}.navbar-menu-btn{display:block}.navbar-logo{margin-bottom:8px}}.footer{background:#e3f2fd;color:#1a237e;padding:20px 0;text-align:center;box-shadow:0 -2px 8px #2196f312;font-family:Open Sans,Arial,sans-serif}.footer-content{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-logo{font-family:Montserrat,Arial,sans-serif;font-size:1.2rem;font-weight:700;color:#2196f3}.footer-copy{font-size:.95rem;color:#3949ab}.footer-social{margin-top:4px;color:#2196f3;font-size:1rem;display:flex;gap:16px;justify-content:center;align-items:center}.footer-icon{color:#2196f3;transition:color .2s,transform .2s;display:inline-flex;align-items:center;text-decoration:none}.footer-icon:hover,.footer-icon:focus{color:#1565c0;transform:scale(1.15);outline:none}.home-container{font-family:Open Sans,Arial,sans-serif;background:#f8fbff;color:#1a237e;min-height:100vh}.hero-section{background:linear-gradient(90deg,#2196f3,#e3f2fd);padding:60px 0 40px;text-align:center}.hero-content{max-width:600px;margin:0 auto}.hero-content img.logo-image{width:120px;height:120px;padding:15px;border-radius:50%;object-fit:contain;margin:0 auto 24px;display:block;box-shadow:0 0 20px #2196f366;background:#fff}.home-title{font-family:Montserrat,Arial,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:12px;color:#1a237e}.home-mission{font-size:1.2rem;margin-bottom:24px;color:#3949ab}.cta-button{background:#1a237e;color:#fff;padding:12px 32px;border-radius:24px;text-decoration:none;font-weight:600;font-size:1.1rem;box-shadow:0 2px 8px #2196f314;transition:background .2s}.cta-button:hover{background:#2196f3}.stats-section{display:flex;justify-content:center;gap:48px;margin:40px 0 24px}.stat{background:#fff;border-radius:16px;box-shadow:0 2px 12px #2196f312;padding:24px 32px;text-align:center}.stat h2{font-family:Montserrat,Arial,sans-serif;font-size:2rem;color:#2196f3;margin-bottom:4px}.stat p{font-size:1rem;color:#3949ab}.quick-links-section{text-align:center;margin-bottom:32px}.quick-links-section h3{font-family:Montserrat,Arial,sans-serif;font-size:1.3rem;margin-bottom:12px}.quick-links{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.quick-links a{color:#2196f3;background:#e3f2fd;padding:10px 22px;border-radius:20px;text-decoration:none;font-weight:600;transition:background .2s,color .2s}.quick-links a:hover{background:#2196f3;color:#fff}.testimonials-section{background:#fff;padding:32px 0;text-align:center;box-shadow:0 2px 12px #2196f312}.testimonials-section h3{font-family:Montserrat,Arial,sans-serif;font-size:1.3rem;margin-bottom:18px}.testimonials{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.testimonials blockquote{background:#e3f2fd;border-left:5px solid #2196f3;border-radius:12px;padding:18px 24px;font-style:italic;color:#1a237e;max-width:320px;margin:0}.testimonials span{display:block;margin-top:10px;font-size:.95rem;color:#3949ab}.about-container{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#64b5f6,#1e88e5)}section{padding:4rem 0;background:#fff;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #2196f31a}section h2{font-size:2rem;color:#2196f3;margin-bottom:2rem;text-align:center}section p{color:#333;line-height:1.6}.hero-content{max-width:800px;margin:0 auto;text-align:center}.home-title{font-size:3rem;color:#fff;margin-bottom:1rem}.home-mission{font-size:1.5rem;color:#fff;margin-bottom:2rem}.values-grid,.impact-grid,.team-grid,.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0}.value-card,.impact-card,.team-card,.partner-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #2196f326;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.value-card:hover,.impact-card:hover,.team-card:hover,.partner-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #2196f333}.value-card h3,.impact-card h3{font-size:1.5rem;color:#2196f3;margin-bottom:1rem;font-weight:600}.value-card p,.impact-card p{color:#333;line-height:1.6}.impact-icon{width:60px;height:60px;background:#2196f3;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.impact-icon i{font-size:1.5rem;color:#fff}.team-image{width:100%;aspect-ratio:1/1;height:auto;border-radius:8px;overflow:hidden;margin-bottom:1.5rem;background:#f5f5f5}.team-image img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f5f5f5}.team-card h3{font-size:1.25rem;color:#2196f3;margin-bottom:.5rem;font-weight:600}.team-card p{color:#666;margin:0}.partner-card{background:#fff;padding:0;border-radius:8px;box-shadow:0 4px 12px #2196f326;transition:transform .3s ease,box-shadow .3s ease;text-align:center;height:250px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.partner-image{width:100%;aspect-ratio:1/1;height:auto;border-radius:8px 8px 0 0;overflow:hidden;margin-bottom:0;background:radial-gradient(circle,#64b5f6 60%,#1e88e5)}.partner-image img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f5f5f5}.partner-card h3{font-size:1.1rem;color:#2196f3;margin:.5rem 0;font-weight:600}@media (max-width: 768px){section{padding:2rem 0}.values-grid,.impact-grid,.team-grid,.partners-grid{grid-template-columns:1fr;padding:1rem 0}.value-card,.impact-card,.team-card,.partner-card{padding:1.5rem}.home-title{font-size:2.5rem}.home-mission{font-size:1.25rem}}.project-card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0003}.project-image img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:1rem;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-category{position:absolute;top:1.5rem;left:1.5rem;padding:.25rem .75rem;border-radius:15px;color:#fff;font-size:.875rem;font-weight:500;text-transform:capitalize;z-index:1}.project-icon{position:absolute;top:1.5rem;right:1.5rem;font-size:2rem;opacity:.3;z-index:1}.project-card h3{margin:0 0 .5rem;color:var(--text-color);font-size:1.25rem}.project-status{font-weight:700;margin:0 0 1rem;font-size:.9rem}.project-description{color:#666;margin:0 0 1rem;font-size:.95rem;line-height:1.4}.project-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1rem 0}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#00000008;border-radius:6px}.stat-label{color:#666;font-size:.9rem}.stat-number{font-weight:600;font-size:1rem}.project-actions{display:flex;gap:1rem;margin-top:1rem}.project-actions button{flex:1;padding:.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.project-actions button:hover{opacity:.9}.view-details{background:#2196f3;color:#fff}.project-card h3{margin:0 0 .5rem;color:var(--text-color)}.project-status{font-weight:700;margin:0 0 1rem}.project-description{color:#666;margin:0 0 1rem}.project-stats{display:flex;justify-content:space-between;margin:1rem 0;color:#666}.project-actions{display:flex;gap:1rem}.project-actions button{flex:1;padding:.5rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.view-details{background:var(--primary-color);color:#fff}.donate{background:#4caf50;color:#fff}.view-details:hover{background:#1976d2}.donate:hover{background:#45a049}.project-pulse{min-height:100vh;background:linear-gradient(135deg,#2196f3,#0d47a1);color:#fff;padding:2rem 0}.project-pulse-header{text-align:center;margin-bottom:3rem}.project-pulse-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.project-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:5rem;padding:0 2rem}.proje.category-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:0 2rem;margin-top:3rem;margin-bottom:3rem}.filters{display:flex;gap:2rem;margin-bottom:3rem;padding:0 2rem;justify-content:center}.filter-select{position:relative;width:200px;background:#ffffff1a;border-radius:1rem;padding:.5rem;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:all .3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none}.filter-select:hover{background:#ffffff26}.filter-select option{background:#fff;color:#000;padding:.5rem}.filter-select option:hover{background:#f0f0f0}.filter-select:focus{outline:none;box-shadow:0 0 0 2px #ffffff4d}.stat-card.active{background:#ffffff26;border-color:#4caf50;box-shadow:0 0 20px #4caf504d}.stat-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{color:#ffffffb3;font-size:1rem}.category-card{background:#ffffff1a;border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid transparent;position:relative;margin-bottom:2rem}.category-count{position:absolute;top:1rem;right:1rem;background:#ffffff26;border-radius:100px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 10px #0000001a}.category-count:before{content:"🎯";font-size:1.2rem;opacity:.8}.category-count.active{background:#2196f333;box-shadow:0 2px 10px #2196f34d}.category-card:hover{background:#ffffff26;transform:translateY(-5px);border-color:#fff3}.category-card.active{background:#ffffff26;border-color:#2196f3;box-shadow:0 0 20px #2196f34d}.category-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.category-card p{color:#ffffffb3;font-size:1rem;margin-bottom:1rem}.category-icon{font-size:3rem;margin-bottom:1rem}.category-card.education{color:#2196f3}.category-card.education .category-icon{content:"🎓"}.category-card.healthcare{color:#4caf50}.category-card.healthcare .category-icon{content:"🏥"}.category-card.water{color:#00bcd4}.category-card.water .category-icon{content:"💧"}.category-card.community{color:#9c27b0}.category-card.community .category-icon{content:"👥"}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem}@media (max-width: 768px){.project-pulse-title{font-size:2rem}.stat-number{font-size:1.5rem}.projects-grid{grid-template-columns:1fr}}.volunteers-container{min-height:100vh;background:linear-gradient(135deg,#2196f3,#0d47a1);color:#fff;padding:2rem 0}.volunteers-container h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}.volunteer-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.volunteer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.join-us-section{background:#ffffff0d;padding:3rem 2rem;border-radius:1rem;margin-bottom:3rem}.join-us-section h2{color:#fff;font-size:2rem;margin-bottom:1rem}.join-us-section p{color:#fffc;margin-bottom:2rem}.application-form{background:#ffffff1a;padding:2rem;border-radius:1rem;max-width:600px;margin:0 auto}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f333}.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;min-height:100px;resize:vertical;transition:all .3s ease}.form-group textarea:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f333}@media (max-width: 768px){.volunteers-container h1,.stat-card p{font-size:2rem}.volunteer-grid{grid-template-columns:1fr}.application-form{padding:1.5rem}}.donors-container{min-height:100vh;background:linear-gradient(135deg,#2196f3,#0d47a1);color:#fff;padding:2rem 0}.donors-container h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}.donation-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.donation-projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.project-card{background:#ffffff1a;border-radius:1rem;padding:1.5rem;transition:all .3s ease;border:2px solid transparent;height:100%}.project-card:hover{background:#ffffff26;transform:translateY(-5px);border-color:#fff3}.project-image{width:100%;height:200px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.project-card h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.project-description{color:#fffc;margin-bottom:1.5rem}.progress-bar{background:#ffffff1a;border-radius:.5rem;height:1rem;margin-bottom:1rem;overflow:hidden}.progress{background:#4caf50;height:100%;transition:width .3s ease}.donation-amount{background:#ffffff1a;padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.donation-amount input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;transition:all .3s ease}.donation-amount input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f333}.donate-button{background:#2196f3;color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;margin:0 auto;display:block}.donate-button:hover{background:#1976d2;transform:translateY(-2px)}.donate-button:disabled{background:#90caf9;cursor:not-allowed}@media (max-width: 768px){.donors-container h1,.stat-card p{font-size:2rem}.donation-projects{grid-template-columns:1fr}.donation-amount input{width:100%}}.contact-container{min-height:100vh;background:linear-gradient(135deg,#2196f3,#0d47a1);color:#fff;padding:2rem 0}.contact-container h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff}.page-description{color:#fffc;text-align:center;margin-bottom:3rem;font-size:1.25rem}.contact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:#ffffff1a;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid transparent}.stat-card p{font-size:2.5rem;font-weight:700;color:#fff}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.info-card{background:#ffffff1a;border-radius:1rem;padding:2rem;transition:all .3s ease;border:2px solid transparent}.info-card:hover{background:#ffffff26;transform:translateY(-5px);border-color:#fff3}.info-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.info-card p{color:#fffc;margin-bottom:.5rem;line-height:1.5}.contact-form-section{background:#ffffff0d;padding:3rem 2rem;border-radius:1rem;margin-bottom:3rem}.contact-form-section h2{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#fff}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f333}.form-group textarea{min-height:150px;resize:vertical}.submit-button{background:#2196f3;color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px;margin:1rem auto 0;display:block}.submit-button:hover{background:#1976d2;transform:translateY(-2px)}.submit-button:disabled{background:#90caf9;cursor:not-allowed}.success-message{background:#4caf5033;color:#fff;padding:1rem;border-radius:.5rem;text-align:center;margin-top:1rem}@media (max-width: 768px){.contact-container h1,.stat-card p{font-size:2rem}.contact-info{grid-template-columns:1fr}.contact-form{margin:0 1rem}}.username-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#2196f326;display:flex;align-items:center;justify-content:center;z-index:2000}.username-modal{background:#e3f2fd;color:#1a237e;padding:2.5rem 2rem 2rem;border-radius:1.5rem;box-shadow:0 8px 32px #2196f31a;text-align:center;min-width:320px}.username-modal h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;letter-spacing:1px;color:#2196f3}.username-modal input[type=text]{width:80%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #2196f3;margin-bottom:1.25rem;font-size:1rem;outline:none;box-shadow:0 2px 8px #2196f314}.username-modal button{background:#2196f3;color:#fff;border:none;padding:.75rem 2rem;border-radius:.75rem;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s,color .2s,transform .2s;box-shadow:0 2px 8px #2196f314}.username-modal button:hover{background:#1565c0;color:#fff;transform:translateY(-2px) scale(1.04)}.chat-hub-container{display:flex;height:100vh;background:#e3f2fd;padding:1.5rem;padding-top:70px;position:relative;font-family:Segoe UI,Roboto,Arial,sans-serif}.chat-navbar{position:fixed;top:0;left:0;width:100vw;height:60px;background:linear-gradient(90deg,#2575fc,#6a11cb);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:1001;box-shadow:0 2px 8px #00000014}.chat-navbar .nav-logo{font-size:1.5rem;font-weight:800;letter-spacing:2px}.chat-navbar .nav-links{display:flex;gap:2rem}.chat-navbar .nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s;position:relative}.chat-navbar .nav-link:after{content:"";display:block;width:0;height:2px;background:#fff;transition:width .2s;position:absolute;bottom:-4px;left:0}.chat-navbar .nav-link:hover:after{width:100%}.chat-navbar .nav-link:hover{color:#f6d365}.chat-sidebar{width:320px;min-width:220px;background:#2196f3;border-radius:1.25rem;box-shadow:0 4px 24px #2196f31a;padding:2rem 1.5rem;margin-right:2rem;display:flex;flex-direction:column;align-items:stretch}.chat-header{padding:1rem 0 1.5rem;border-bottom:2px solid rgba(255,255,255,.15);display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem}.chat-header h2{color:#fff;font-size:2rem;margin-bottom:.5rem;font-weight:800}.chat-header p{color:#bbdefb;font-size:1rem}.chat-actions{display:flex;gap:.75rem;margin-bottom:1.5rem}.action-button{background:#e2e8f0;border:none;color:#4a5568;padding:.5rem 1rem;border-radius:.375rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem;cursor:pointer}.action-button:hover{background:#cbd5e0;transform:translateY(-1px)}.action-button i{font-size:1rem}.user-list{flex:1;overflow-y:auto;padding:1rem 0 0}.user-list::-webkit-scrollbar{width:6px}.user-list::-webkit-scrollbar-track{background:#f7fafc}.user-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.user-item{padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;border-radius:.75rem;transition:background .2s;cursor:pointer;background:#ffffff1a;margin-bottom:.5rem}.user-item:hover{background:#ffffff40}.user-item.active{background:#ffffff26;border-left:3px solid #4299e1}.user-item span{color:#fff;font-size:1rem;font-weight:600}.chat-main{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:1.25rem;box-shadow:0 4px 24px #2196f31a;padding:2rem 2rem 1.5rem;min-width:0}.message-list{flex:1;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column;gap:1.25rem}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-track{background:#f7fafc}.message-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.message{display:flex;gap:1rem;align-items:flex-end}.message.user{flex-direction:row-reverse}.message-bubble{max-width:70%;padding:1rem 1.25rem;border-radius:1.25rem 1.25rem .25rem;background:#e3f2fd;color:#1a237e;box-shadow:0 2px 8px #2196f30f;position:relative;font-size:1rem;transition:background .2s,color .2s}.message.user .message-bubble{background:#2196f3;color:#fff;border-radius:1.25rem 1.25rem 1.25rem .25rem}.message-bubble p{margin:0;font-size:1rem;line-height:1.5}.message-meta{margin-top:.5rem;font-size:.85rem;color:#3949ab;display:flex;justify-content:flex-end}.message-actions{margin-top:1.5rem;display:flex;gap:.75rem;align-items:center}.message-input{flex:1;padding:.85rem 1.25rem;border:2px solid #2196f3;border-radius:2rem;font-size:1rem;outline:none;transition:border .2s,box-shadow .2s;background:#fff;color:#1a237e;margin-right:1rem}.message-input:focus{border-color:#1565c0;box-shadow:0 0 0 3px #2196f314}.connection-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:0 4px 24px #0000001a;z-index:1000}.connection-error h3{color:#2575fc;margin-bottom:1rem}.connection-error button{background:linear-gradient(90deg,#2575fc,#6a11cb);color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s,transform .2s;margin-top:1rem}.connection-error button:hover{background:linear-gradient(90deg,#6a11cb,#2575fc);transform:translateY(-2px) scale(1.04)}@media (max-width: 900px){.chat-hub-container{flex-direction:column;padding:.5rem}.chat-sidebar{width:100%;margin-right:0;margin-bottom:1rem;border-radius:1rem;padding:1.2rem .8rem;min-width:0}.chat-main{padding:1rem;border-radius:1.25rem}}@media (max-width: 600px){.chat-hub-container{padding:0}.chat-sidebar{padding:.8rem .3rem;border-radius:.75rem;margin-bottom:.7rem}.chat-main{padding:.5rem}.username-modal{min-width:90vw;padding:1.5rem .5rem 1rem}}.action-button span{font-size:1.2rem}.chat-header h2{font-size:1.75rem;margin:0 0 .5rem;color:#fff}.chat-header p{color:#fffc;margin:0}.chat-list{flex:1;overflow-y:auto;padding:1rem;max-height:calc(100vh - 250px)}.chat-item{display:flex;align-items:center;padding:15px;border-radius:10px;cursor:pointer;transition:all .3s ease;margin-bottom:10px;background:#f8f9fa}.chat-item:hover{background:#ffffff1a}.chat-item.active{background:#ffffff26;border-left:4px solid #2196f3}.chat-avatar{width:45px;height:45px;background:#007bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:1.2rem}.chat-info{flex:1;display:flex;flex-direction:column;justify-content:center}.chat-info h3{margin:0 0 .5rem;color:#fff;font-size:1rem}.chat-info p{margin:0;color:#ffffffb3;font-size:.9rem}.unread-badge{background:#4caf50;color:#fff;padding:.25rem .5rem;border-radius:1rem;font-size:.8rem;margin-left:auto}.chat-main{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:15px;box-shadow:0 4px 25px #0000001a;padding:25px;position:relative}.chat-messages{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;background:#ffffff08;border-radius:1rem;margin-top:1rem}.message{max-width:70%;padding:12px 15px;border-radius:15px;background:#007bff;color:#fff;position:relative}.message:after{content:"";position:absolute;top:50%;transform:translateY(-50%);border:8px solid transparent;border-right-color:#007bff;left:-16px}.message.user{background:#e9ecef;color:#333;margin-left:auto}.message.user:after{border-right-color:transparent;border-left-color:#e9ecef;left:auto;right:-16px}.message-bubble{background:#ffffff1a;border-radius:1rem;padding:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.message-bubble:hover{background:#ffffff26;transform:translate(5px)}.message.user .message-bubble{background:#2196f3;border-color:#1976d2}.message.user .message-bubble:hover{background:#1976d2;transform:translate(-5px)}.message.user{margin-left:auto;background:#2196f3}.message.other{background:#ffffff1a}.message-content{margin-bottom:.75rem;font-size:1rem;line-height:1.5}.message-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffffb3}.message-actions{display:flex;gap:15px;padding:15px;border-top:1px solid #eee;background:#f8f9fa;border-radius:10px;position:sticky;bottom:0;left:0;right:0;z-index:10}.message-input{flex:1;padding:10px 15px;border:1px solid #ddd;border-radius:25px;background:#fff;font-size:1rem;outline:none;transition:all .3s ease}.message-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.send-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:25px;cursor:pointer;transition:all .3s ease}.send-button:hover{background:#0056b3;transform:translateY(-2px)}.connection-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 25px #0000001a;text-align:center;width:90%;max-width:400px;z-index:1000}.connection-error h3{color:#dc3545;margin-bottom:1rem}.connection-error button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;transition:all .3s ease;margin-top:1rem}.connection-error button:hover{background:#0056b3;transform:translateY(-2px)}.user-list{position:fixed;top:20px;right:20px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 15px #0000001a;z-index:1000}.user-item{padding:5px 10px;border-radius:5px;margin-bottom:5px;transition:all .3s ease}.user-item:hover{background:#f8f9fa}.action-icon{background:none;border:none;color:#fff9;font-size:1rem;cursor:pointer;padding:.25rem;transition:all .3s ease}.action-icon:hover{color:#fff;transform:scale(1.2)}.chat-list::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:8px}.chat-list::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:#ffffff0d}.chat-list::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.chat-list::-webkit-scrollbar-thumb:hover,.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.chat-hub-container{flex-direction:column}.chat-sidebar{width:100%;height:auto}.chat-main{height:calc(100vh - 300px)}.chat-item{padding:.75rem}.chat-messages{padding:1rem}}.message-actions{margin-top:1.5rem;display:flex;gap:.75rem;align-items:center;position:relative}.message-input{flex:1;padding:1.1rem 1.5rem;border:2px solid #2196f3;border-radius:2.5rem;font-size:1.1rem;outline:none;transition:border .2s,box-shadow .2s;background:#fff;color:#1a237e;margin-right:1rem;box-shadow:0 2px 12px #2196f31a}.message-input:focus{border-color:#1565c0;box-shadow:0 0 0 4px #2196f31a}.send-button{background:#2196f3;color:#fff;border:none;padding:.95rem 2.2rem;border-radius:2.5rem;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 2px 12px #2196f31a;display:flex;align-items:center;justify-content:center}.send-button:hover{background:#1565c0;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 18px #2196f32e}.emoji-button{background:linear-gradient(135deg,#f7971e,#ffd200);color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:1.7rem;margin-right:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 12px #f7971e1a;transition:background .2s,transform .2s,box-shadow .2s}.emoji-button:hover{background:linear-gradient(135deg,#ffd200,#f7971e);transform:scale(1.12);box-shadow:0 4px 18px #f7971e2e}@media (max-width: 600px){.message-input{font-size:1rem;padding:.8rem 1rem}.send-button{font-size:1rem;padding:.8rem 1.5rem}.emoji-button{width:40px;height:40px;font-size:1.3rem}.message-actions{width:100%;box-sizing:border-box;padding:0 .5rem;gap:.5rem}.message-input{margin-right:0;min-width:0}.send-button{font-size:1rem;padding:.8rem 1.5rem;min-width:0;max-width:40vw;word-break:break-word}}.user-list-top{background:#f7fafc;border-radius:1rem;margin-bottom:1rem;padding:.5rem 1rem;box-shadow:0 2px 8px #2196f312}.user-list-scroll{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.user-item-top{background:#2196f3;color:#fff;border-radius:2rem;padding:.5rem 1.25rem;font-weight:600;font-size:1rem;white-space:nowrap;box-shadow:0 1px 4px #2196f314;display:flex;align-items:center}.user-item-top span{color:#fff}@media (max-width: 600px){.user-list-top{padding:.5rem .25rem;border-radius:.75rem;margin-bottom:.5rem}.user-item-top{font-size:.95rem;padding:.4rem .8rem}}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.message-username{font-weight:700;color:#2196f3;font-size:1rem}.message-username.self{color:#1565c0}.message-timestamp{font-size:.85rem;color:#8fa1c7;margin-left:1rem;white-space:nowrap}.admin-container{min-height:100vh;background:linear-gradient(135deg,#1976d2,#0d47a1);color:#fff;padding:2rem 0;position:relative}.success-message{position:absolute;top:20px;right:20px;background-color:#d4edda;color:#155724;padding:1rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;animation:slideIn .3s ease-out;z-index:1000}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.admin-container h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.admin-container p{color:#000c;text-align:center;margin-bottom:3rem;font-size:1.25rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:#ffffff1a;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid transparent;position:relative;overflow:hidden}.stat-card:hover{background:#ffffff26;transform:translateY(-5px);border-color:#fff3}.stat-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.stat-card p{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.admin-section{background:#ffffff0d;padding:2rem;border-radius:1rem;margin-bottom:3rem}.admin-section h2{color:#fff;font-size:1.75rem;margin-bottom:1.5rem;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:.5rem}.admin-section p{color:#fffc;margin-bottom:1.5rem;line-height:1.6}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.tab-button{background:#ffffff1a;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#fff;text-transform:uppercase;letter-spacing:.5px}.tab-button:hover{background:#fff3}.tab-button.active{background:#ffffff4d;transform:translateY(-2px)}.admin-table{width:100%;background:#ffffff1a;border-radius:.5rem;overflow:hidden;margin-bottom:2rem}.admin-table th{background:#ffffff26;color:#fff;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.admin-table td{color:#ffffffe6;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-table tr:hover{background:#ffffff26}.admin-button{background:#2196f3;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.admin-button:hover{background:#1976d2;transform:translateY(-2px)}.admin-button:disabled{background:#90caf9;cursor:not-allowed}.admin-form{background:#ffffff0d;padding:2rem;border-radius:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.pulse-container{margin-top:2rem}.pulse-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:2rem 0}.stat-card{background:#ffffff0d;padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.stat-card:hover{transform:translateY(-5px);border-color:#fff3;box-shadow:0 4px 6px #0000001a}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:#4caf50;margin:1rem 0}.stat-number-container{display:flex;align-items:center;gap:1rem;margin:1rem 0}.stat-number-input{width:100px;padding:.5rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;font-size:1.2rem;text-align:center}.stat-number-input:focus{outline:none;border-color:#4caf50;background:#ffffff26}.update-button{background:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:all .3s ease}.update-button:hover{background:#45a049;transform:translateY(-2px)}.update-button:active{transform:translateY(0)}.category-number-container{display:flex;align-items:center;gap:1rem;margin:1rem 0}.category-number-input{width:100px;padding:.5rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;font-size:1.2rem;text-align:center}.category-number-input:focus{outline:none;border-color:#2196f3;background:#ffffff26}.stat-label{color:#ffffffb3;font-size:.9rem}.category-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.category-card{background:#ffffff0d;padding:2rem;border-radius:1rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);text-align:center}.category-card:hover{transform:translateY(-5px);border-color:#fff3;box-shadow:0 4px 6px #0000001a}.category-icon{font-size:2rem;margin-bottom:1rem}.category-number{font-size:2rem;font-weight:700;color:#2196f3;margin:1rem 0}.category-label{color:#ffffffb3;font-size:.9rem;text-align:left;margin-top:1rem;line-height:1.4}.form-group{margin-bottom:1.5rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}input:focus,textarea:focus{border-color:#ffffff80;background:#ffffff26;outline:none;box-shadow:0 0 0 3px #2196f333}@media (max-width: 768px){.admin-container h1,.stat-card p{font-size:2rem}.admin-section{padding:1.5rem}.admin-card{padding:1rem}}:root{--primary-color: #2196f3;--secondary-color: #3f51b5;--background-color: #f5f5f5;--text-color: #333;--error-color: #f44336}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color)}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:2rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.footer{background-color:#333;color:#fff;padding:2rem;text-align:center}.cta-button{background-color:var(--primary-color);color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;text-decoration:none;transition:background-color .3s}.cta-button:hover{background-color:#1976d2}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px}@media (max-width: 768px){.container{padding:0 .5rem}}
