:root{--font-malayalam: "Manjari", "Noto Sans Malayalam", sans-serif;--font-latin: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--primary-dark: #0f5132;--primary: #15803d;--primary-light: #22c55e;--primary-50: #f0fdf4;--primary-100: #dcfce7;--bg-app: #f4f6f8;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--text-subtle: #94a3b8;--border-light: #e2e8f0;--border-subtle: #f1f5f9;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 2px -1px rgba(0, 0, 0, .04);--shadow-md: 0 4px 10px -1px rgba(0, 0, 0, .07), 0 2px 6px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 24px -4px rgba(0, 0, 0, .08), 0 4px 8px -4px rgba(0, 0, 0, .04);--shadow-float: 0 14px 32px rgba(0, 0, 0, .12);--shadow-nav: 0 -4px 20px rgba(0, 0, 0, .06);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 26px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{width:100%;min-height:100vh;margin:0;padding:0;background-color:var(--bg-app);color:var(--text-main);font-family:var(--font-latin);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.font-ml{font-family:var(--font-malayalam)}.app-root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.app-container{width:100%;max-width:100%;min-height:100vh;background-color:var(--bg-app);display:flex;flex-direction:column;position:relative;overflow-x:hidden}.main-content-area{flex:1;width:100%}.sponsored-ads-container{padding:0 16px 16px;width:100%}.sponsored-ad-card{position:relative;width:100%;height:145px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid #E2E8F0;background:#0F172A;transition:height .3s ease}@media (min-width: 769px){body{background-color:#f1f5f9}.mode-fluid-desktop .app-container{max-width:1160px;margin:16px auto 40px;background-color:#fff;border-radius:28px;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0d;min-height:85vh}.mode-fluid-desktop .top-header,.mode-fluid-desktop .bottom-nav-wrapper{display:none}.mode-fluid-desktop .greeting-section{padding:24px 32px 20px}.mode-fluid-desktop .sponsored-ads-container{padding:0 32px 24px}.mode-fluid-desktop .sponsored-ad-card{height:330px;border-radius:24px;box-shadow:var(--shadow-md)}.mode-fluid-desktop .search-container{padding:0 32px 24px;max-width:720px}.mode-fluid-desktop .categories-container{padding:0 32px 28px}.mode-fluid-desktop .category-grid{grid-template-columns:repeat(6,1fr);column-gap:16px;row-gap:20px}.mode-fluid-desktop .category-icon-box{width:64px;height:64px;border-radius:20px}.mode-fluid-desktop .category-title{font-size:12px;max-width:110px}.mode-fluid-desktop .section-header{padding:0 32px 14px}.mode-fluid-desktop .news-carousel-container{padding:0 32px 30px}.mode-fluid-desktop .news-carousel-scroll{padding:4px 0 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;overflow-x:visible}.mode-fluid-desktop .news-card{min-width:0;width:100%}.mode-fluid-desktop .quick-contacts-container{padding:0 32px 36px}.mode-fluid-desktop .quick-contacts-grid{grid-template-columns:repeat(6,1fr);gap:14px}.mode-fluid-desktop .news-page,.mode-fluid-desktop .category-page,.mode-fluid-desktop .emergency-page,.mode-fluid-desktop .feedback-page,.mode-fluid-desktop .suggestions-page,.mode-fluid-desktop .about-page,.mode-fluid-desktop .admin-page{padding:24px 32px 40px!important}.mode-fluid-desktop .listings-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mode-mobile-frame{background-color:#0b1320;min-height:100vh;padding:20px 0}.mode-mobile-frame .desktop-navbar{max-width:900px;border-radius:20px;margin-bottom:20px}.mode-mobile-frame .app-container{max-width:430px;height:88vh;max-height:900px;border-radius:40px;border:8px solid #1e293b;overflow-y:auto;box-shadow:0 0 50px #00000080}}.desktop-navbar{width:100%;background:#ffffff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:80;box-shadow:var(--shadow-sm);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media (max-width: 768px){.desktop-navbar{display:none!important}}.desktop-nav-inner{width:100%;max-width:1200px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}.desktop-brand{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.desktop-brand-icon{width:36px;height:36px;border-radius:10px;background:#15803d;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 10px #15803d40}.desktop-brand-title{font-size:16px;font-weight:900;letter-spacing:.5px;color:#15803d;line-height:1.1}.desktop-brand-sub{font-size:10px;color:#64748b;font-weight:600}.desktop-nav-links{display:flex;align-items:center;gap:4px;flex-shrink:1;min-width:0}.desktop-nav-link{display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:10px;border:none;background:transparent;color:#475569;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s ease}.desktop-nav-link:hover{background:#f1f5f9;color:#0f172a}.desktop-nav-link.active{background:#dcfce7;color:#15803d}.desktop-nav-link.blood-btn{background:#ffe4e6}.desktop-nav-link.blood-btn:hover{background:#fecdd3}.desktop-nav-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.desktop-action-btn-primary{display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:10px;background:#15803d;color:#fff;border:none;font-size:12px;font-weight:800;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-shadow:0 3px 8px #15803d33}.desktop-action-btn-primary:hover{background:#16a34a;transform:translateY(-1px)}.desktop-tool-btn{display:flex;align-items:center;gap:4px;padding:7px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#ffffff;color:#334155;cursor:pointer;transition:all .15s ease;position:relative;white-space:nowrap}.desktop-tool-btn:hover{background:#f8fafc;border-color:#cbd5e1}.desktop-tool-btn.preview-toggle-btn.active{background:#0f172a;color:#fff;border-color:#0f172a}.desktop-notif-dot{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:17px;height:17px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid #ffffff}@media (min-width: 769px) and (max-width: 1080px){.desktop-brand-text-col{display:none}.desktop-nav-link{padding:6px 8px;font-size:11px}.btn-text-hide-sm{display:none}.desktop-tool-btn{padding:6px 8px}}.notification-center-sheet{max-width:480px;width:100%;max-height:85vh;display:flex;flex-direction:column}@media (min-width: 769px){.notification-center-sheet{max-width:640px!important;border-radius:28px;box-shadow:0 25px 50px -12px #0f172a40}}.notif-header{padding:18px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.notif-bell-badge-wrap{width:44px;height:44px;border-radius:14px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;position:relative}.notif-counter-pill{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.notif-title{font-size:17px;font-weight:800;color:#0f172a}.notif-subtitle{font-size:12px;color:#64748b}.notif-action-btn{display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:10px;background:#f0fdf4;border:1px solid #dcfce7;cursor:pointer}.push-optin-box{margin:14px 22px 4px;padding:14px;background:#fffbeb;border:1px solid #fef3c7;border-radius:16px}.btn-optin-push{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:10px 18px;border-radius:12px;background:#d97706;color:#fff;border:none;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;transition:all .15s ease;box-shadow:0 2px 6px #d9770640}.btn-optin-push:hover{background:#b45309;transform:translateY(-1px)}.notif-items-list{flex:1;overflow-y:auto;padding:14px 22px 20px;display:flex;flex-direction:column;gap:12px}.notif-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;display:flex;gap:14px;cursor:pointer;transition:all .15s ease;position:relative}.notif-card:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.notif-card.unread{background:#f0fdf4;border-color:#bbf7d0}.notif-type-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-card-body{flex:1}.notif-card-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.notif-badge-pill{font-size:9px;font-weight:800;padding:2px 7px;border-radius:5px;text-transform:uppercase}.notif-timestamp{font-size:11px;color:#94a3b8}.notif-item-title{font-size:14px;font-weight:800;color:#0f172a;line-height:1.3}.notif-item-snippet{font-size:12px;color:#64748b;margin-top:4px;line-height:1.35}.notif-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.notif-action-link{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:#15803d}.notif-unread-dot-badge{width:8px;height:8px;border-radius:50%;background:#15803d}.notif-empty-state{padding:48px 20px;text-align:center}.notif-empty-icon{width:64px;height:64px;border-radius:20px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.notif-footer-bar{padding:14px 22px;border-top:1px solid #f1f5f9;text-align:center;background:#fafafa}.live-toast-container{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:200;width:92%;max-width:520px;animation:slideDownToast .35s cubic-bezier(.16,1,.3,1)}.live-toast-card{background:rgba(255,255,255,.98);border-radius:var(--radius-xl);padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 16px 36px #0f172a2e,0 0 0 1px #e2e8f0cc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.live-toast-icon-wrap{width:42px;height:42px;border-radius:14px;background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.live-pulse-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:#ef4444;border:2px solid #ffffff;animation:pulsePing 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes pulsePing{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 8px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.live-toast-content{flex:1;cursor:pointer;min-width:0}.live-toast-header{display:flex;align-items:center;gap:6px;margin-bottom:2px}.live-toast-badge{font-size:9px;font-weight:800;padding:2px 6px;border-radius:6px;text-transform:uppercase}.live-toast-time{font-size:10px;color:#94a3b8}.live-toast-title{font-size:13px;font-weight:800;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-toast-body{font-size:11px;color:#64748b;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.live-toast-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.live-toast-view-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;border-radius:10px;background:#15803d;color:#fff;border:none;font-size:11px;font-weight:800;cursor:pointer}.live-toast-close-btn{width:28px;height:28px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}@keyframes slideDownToast{0%{transform:translate(-50%,-40px);opacity:0}to{transform:translate(-50%);opacity:1}}.top-status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 4px;font-size:13px;font-weight:700;color:var(--text-main)}.top-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px 14px;background:transparent;position:sticky;top:0;z-index:40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.brand-logo-wrap{display:flex;align-items:center;gap:8px}.brand-title{font-size:17px;font-weight:800;color:var(--primary);line-height:1.1;display:flex;flex-direction:column}.brand-subtitle{font-size:9px;letter-spacing:2px;color:#15803d;font-weight:700}.icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border-light);background:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-main);position:relative;transition:all .15s ease;box-shadow:var(--shadow-sm)}.icon-btn:active{transform:scale(.94);background-color:var(--border-subtle)}.notif-badge-bubble{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.greeting-section{padding:4px 16px 16px;display:flex;justify-content:space-between;align-items:flex-start}.greeting-title{font-size:22px;font-weight:800;color:var(--text-main);line-height:1.2}.greeting-name{color:var(--primary)}.greeting-subtitle{font-size:13px;color:var(--text-muted);margin-top:4px}.weather-widget{background:#ffffff;padding:8px 12px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);display:flex;flex-direction:column;align-items:flex-end;text-align:right}.weather-date{font-size:11px;font-weight:600;color:var(--text-muted)}.weather-temp{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:800;color:var(--text-main);margin-top:2px}.weather-condition{font-size:10px;color:var(--text-muted)}.search-container{padding:0 16px 18px}.search-input-wrapper{position:relative;display:flex;align-items:center;background:#ffffff;border-radius:var(--radius-full);border:1px solid var(--border-light);padding:10px 16px;box-shadow:var(--shadow-sm);transition:all .2s ease}.search-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #22c55e26}.search-icon{color:var(--text-muted);margin-right:10px}.search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:var(--text-main);font-family:inherit}.search-input::placeholder{color:#94a3b8}.search-filter-btn{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer}.categories-container{padding:0 16px 20px}.category-card-box{background:#ffffff;border-radius:var(--radius-xl);padding:18px 12px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);row-gap:16px;column-gap:8px}.category-item{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;background:none;border:none;outline:none;transition:transform .15s ease}.category-item:active{transform:scale(.92)}.category-icon-box{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;transition:all .2s ease}.category-title{font-size:11px;font-weight:600;color:var(--text-main);line-height:1.25;max-width:68px;word-break:break-word}.section-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px 12px}.section-title{font-size:17px;font-weight:800;color:var(--text-main)}.section-link{font-size:13px;font-weight:600;color:var(--primary);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:2px}.news-carousel-container{padding:0 0 20px}.news-carousel-scroll{display:flex;gap:14px;overflow-x:auto;padding:4px 16px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.news-carousel-scroll::-webkit-scrollbar{display:none}.news-card{min-width:250px;width:250px;background:#ffffff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);scroll-snap-align:start;cursor:pointer;transition:transform .2s ease;display:flex;flex-direction:column}.news-card:active{transform:scale(.97)}.news-img-wrap{position:relative;width:100%;height:130px;background:#e2e8f0;overflow:hidden}.news-img{width:100%;height:100%;object-fit:cover}.news-tag-badge{position:absolute;top:10px;left:10px;padding:4px 8px;border-radius:var(--radius-sm);font-size:10px;font-weight:700}.news-content{padding:12px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.news-headline{font-size:13px;font-weight:700;color:var(--text-main);line-height:1.35;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--text-muted)}.quick-contacts-container{padding:0 16px 24px}.quick-contacts-card-box{background:#ffffff;border-radius:var(--radius-xl);padding:14px 10px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.quick-contacts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.quick-contact-btn{display:flex;flex-direction:column;align-items:center;text-align:center;background:none;border:none;cursor:pointer;padding:4px 0;transition:transform .15s ease}.quick-contact-btn:active{transform:scale(.92)}.quick-contact-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:6px;font-size:18px}.quick-contact-name{font-size:11px;font-weight:700;color:var(--text-main)}.quick-contact-sub{font-size:10px;color:var(--text-muted);font-weight:600}.bottom-nav-wrapper{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:8px 16px calc(12px + env(safe-area-inset-bottom,0px)) 16px;background:linear-gradient(to top,rgba(248,250,252,.95) 40%,rgba(248,250,252,0) 100%);pointer-events:none;max-width:520px;margin:0 auto}@media (min-width: 769px){.bottom-nav-wrapper{display:none!important}}.bottom-nav-bar{pointer-events:auto;background:rgba(255,255,255,.95);border-radius:30px;padding:8px 12px;display:flex;justify-content:space-around;align-items:center;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000f;border:1px solid rgba(226,232,240,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;cursor:pointer;color:#64748b;font-size:10px;font-weight:600;transition:all .2s ease;min-width:44px}.nav-item.active{color:var(--primary)}.nav-center-btn{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#15803d);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:-24px;box-shadow:0 8px 18px #15803d61;border:3px solid #ffffff;cursor:pointer;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.nav-center-btn:active{transform:scale(.92)}.listing-card{background:#ffffff;border-radius:var(--radius-lg);padding:14px;margin-bottom:12px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);display:flex;flex-direction:column;gap:12px}.listing-top{display:flex;gap:12px}.listing-avatar{width:52px;height:52px;border-radius:14px;object-fit:cover;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary);font-size:18px;flex-shrink:0}.listing-info{flex:1}.listing-name{font-size:15px;font-weight:800;color:var(--text-main);line-height:1.2}.listing-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.listing-location{display:flex;align-items:center;gap:4px;font-size:11px;color:#64748b;margin-top:4px}.listing-actions-row{display:flex;gap:8px}.btn-action{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;border:none;transition:all .15s ease}.btn-call{background:#16a34a;color:#fff}.btn-call:active{background:#15803d;transform:scale(.97)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:active{background:#20ba59;transform:scale(.97)}.btn-icon-secondary{background:#f1f5f9;color:var(--text-main);width:40px;flex:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease}.modal-sheet{background:#ffffff;border-radius:var(--radius-xl);max-width:420px;width:100%;overflow:hidden;box-shadow:var(--shadow-float);animation:slideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}
