*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}:root{--saffron: #ff9933;--india-green: #138808;--navy: #0b2e86;--navy-deep: #071c57}body{background:linear-gradient(120deg,#f93,#ffcf8f 16%,#fbfbf8 38%,#fff,#fbfbf8 62%,#8fd18f 84%,#138808);background-size:320% 320%;animation:indiaFlow 22s ease-in-out infinite;color:#000;font-family:Roboto,system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}@keyframes indiaFlow{0%{background-position:0% 45%}50%{background-position:100% 55%}to{background-position:0% 45%}}@media (prefers-reduced-motion: reduce){body{animation:none}}body:before{content:"";position:fixed;top:0;left:0;right:0;height:4px;z-index:1000;background:linear-gradient(90deg,var(--saffron) 0 33.33%,#ffffff 33.33% 66.66%,var(--india-green) 66.66% 100%);pointer-events:none}#root{overflow-x:clip;padding-top:4px}img{display:block;max-width:100%}.column{display:flex;flex-direction:column}.row{display:flex;flex-direction:row}.screen{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;width:100%}.screen.scroll{overflow-y:auto}.container{width:100%;max-width:480px;margin:0 auto}.container,.glass-card{background:#ffffffdb;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(255,255,255,.6);border-radius:24px;box-shadow:0 12px 32px #071c5724,0 1px #fff9 inset;padding:28px 20px 24px;margin-top:20px;margin-bottom:20px}@media (min-width: 420px){.container,.glass-card{padding:32px 36px 28px}}.form-wrap{width:100%;max-width:480px;margin:0 auto}.touchable.btn-navy{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%);border-radius:15px;box-shadow:0 6px 16px #071c5747}.touchable.btn-navy:active{opacity:.75}.touchable{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;transition:opacity .15s}.touchable:active{opacity:.2}.touchable:focus-visible,.drawer-item:focus-visible,.alert-ok:focus-visible{outline:2px solid #9eb7df;outline-offset:2px}.rn-input{font-family:inherit;color:#000;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.rn-input::placeholder{color:var(--placeholder-color, #9e9e9e);opacity:1}.rn-input:focus{border-color:#141313!important}.rn-input::-ms-reveal,.rn-input::-ms-clear{display:none}.home-layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.home-layout{background-image:radial-gradient(circle at 8% 0%,rgba(255,153,51,.12),transparent 42%),radial-gradient(circle at 100% 15%,rgba(19,136,8,.1),transparent 45%);background-color:#f4f5f8}.app-header{position:sticky;top:0;z-index:3;min-height:56px;padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);display:flex;flex-direction:row;align-items:center;background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%);box-shadow:0 2px 10px #071c5759}.role-pill{color:#fff;font-size:12px;font-weight:600;letter-spacing:.3px;background:#ffffff29;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:5px 12px;white-space:nowrap;max-width:40vw;overflow:hidden;text-overflow:ellipsis}.home-content{flex:1;display:flex;flex-direction:column;padding-bottom:76px}.tab-bar{position:fixed;left:0;right:0;bottom:0;z-index:2;height:calc(70px + env(safe-area-inset-bottom));display:flex;flex-direction:row;background:linear-gradient(0deg,var(--navy-deep) 0%,var(--navy) 100%);box-shadow:0 -2px 10px #071c5740;padding-bottom:env(safe-area-inset-bottom)}.tab-button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.tab-label{font-size:11px;font-weight:600}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s ease}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;bottom:0;left:0;z-index:11;background:#fff;overflow-y:auto;transform:translate(-100%);visibility:hidden;transition:transform .25s ease,visibility 0s linear .25s}.drawer.open{transform:translate(0);visibility:visible;box-shadow:2px 0 8px #0003;transition:transform .25s ease,visibility 0s}.drawer-user-img{width:110px;height:110px;border-radius:55px;position:absolute;left:calc(min(100vw,420px)/2 - 110px);bottom:-55px;border:4px solid #fff;object-fit:cover}.drawer-item{display:flex;flex-direction:row;align-items:center;width:calc(100% - 20px);margin:4px 10px;padding:13px 8px;border:none;border-radius:4px;font:inherit;text-align:left;cursor:pointer}.alert-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.alert-box{width:100%;max-width:320px;background:#fff;border-radius:4px;padding:24px 24px 8px;box-shadow:0 12px 24px #0000004d}.alert-title{font-size:20px;font-weight:500;margin-bottom:12px}.alert-message{font-size:16px;color:#000000b3;line-height:1.4;word-break:break-word}.alert-actions{display:flex;justify-content:flex-end;margin-top:16px}.alert-ok{background:none;border:none;font:inherit;font-weight:500;font-size:14px;letter-spacing:.5px;color:var(--navy);padding:10px 8px;cursor:pointer}.drawer-identity{padding:62px 20px 4px;text-align:center}.drawer-name{font-weight:700;font-size:16px;color:#0b0b0b}.drawer-subtitle{margin-top:2px;font-size:12px;font-weight:600;color:var(--navy)}.page-title-row{display:flex;align-items:center;gap:14px;padding:16px 20px 4px}.page-title{font-size:20px;font-weight:700;color:#0b0b0b}.page-subtitle{padding:0 20px;color:#52514e;font-size:13px;margin-top:-4px;margin-bottom:8px}.dash-section{padding:16px 20px 4px}.dash-section-title{font-size:15px;font-weight:700;color:#0b0b0b;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.link-btn{color:var(--navy);font-size:13px;font-weight:700}.panel{background:#fff;border-radius:16px;box-shadow:0 1px 2px #0b152b0f,0 8px 20px #0b152b0f;border:1px solid rgba(11,21,43,.06)}.stat-tile-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;padding:0 20px}.stat-tile{background:#fff;border-radius:16px;padding:14px;box-shadow:0 1px 2px #0b152b0f,0 8px 20px #0b152b0f;border:1px solid rgba(11,21,43,.06)}.stat-tile-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.stat-tile-value{font-size:22px;font-weight:800;color:#0b0b0b;line-height:1.1}.stat-tile-label{font-size:12px;color:#52514e;margin-top:2px}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;border:1px solid currentColor;border-radius:999px;padding:3px 9px;white-space:nowrap;background:#fff}.complaint-card{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 1px 2px #0b152b0f,0 8px 20px #0b152b0f;border:1px solid rgba(11,21,43,.06);margin-bottom:12px}.complaint-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.complaint-id{font-weight:700;font-size:14px;color:#0b0b0b;letter-spacing:.2px}.complaint-sector{font-size:12px;font-weight:600;color:var(--navy);margin-top:1px}.complaint-notes{font-size:13px;color:#2c2c2a;margin-top:8px;line-height:1.4}.complaint-meta{display:flex;align-items:flex-start;gap:6px;margin-top:8px;font-size:12px;color:#666}.complaint-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:11px;color:#898781}.complaint-subtitle{font-weight:600;color:#52514e}.complaint-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.pill-btn{border:none;border-radius:999px;padding:8px 16px;font-size:12px;font-weight:700;color:#fff;cursor:pointer}.pill-btn:active{opacity:.8}.pill-btn.outline{background:#fff;color:var(--navy);border:1.5px solid var(--navy)}.bar-chart{display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:minmax(92px,34%) 1fr auto;align-items:center;gap:10px}.bar-label{font-size:12px;color:#52514e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{height:14px;border-radius:4px;background:#eceef1;overflow:hidden;display:block}.bar-fill{display:block;height:100%;border-radius:4px;transition:width .4s ease}.bar-value{font-size:12px;font-weight:700;color:#0b0b0b;min-width:18px;text-align:right;font-variant-numeric:tabular-nums}.stacked-status-track{height:16px;border-radius:6px;background:#eceef1;display:flex;overflow:hidden;gap:2px}.stacked-status-track span{display:block;height:100%}.stacked-status-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#52514e;font-weight:600}.legend-swatch{width:10px;height:10px;border-radius:3px;display:inline-block}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:40px 24px;color:#666}.empty-state-title{font-weight:700;color:#0b0b0b;font-size:15px}.empty-state-subtitle{font-size:13px;color:#898781}.spinner-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 24px;color:#666;font-size:13px}.filter-row{display:flex;gap:8px;padding:4px 20px 0;overflow-x:auto}.filter-chip{flex:none;border:1.5px solid rgba(11,21,43,.16);background:#fff;color:#52514e;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer}.filter-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.fab{position:fixed;right:18px;bottom:calc(86px + env(safe-area-inset-bottom));z-index:2;width:52px;height:52px;border-radius:50%;background:linear-gradient(180deg,var(--india-green) 0%,#0d6606 100%);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #13880866}.notif-row{display:flex;align-items:flex-start;gap:10px;padding:13px 16px;border-top:1px solid rgba(11,21,43,.06)}.notif-row:first-child{border-top:none}.notif-message{font-size:13px;color:#1c1c1c;line-height:1.4}.notif-time{font-size:11px;color:#898781;margin-top:4px}.file-picker{display:inline-flex;align-items:center;gap:8px;width:80%;height:45px;padding:0 14px;border-radius:15px;border:1px dashed #9eb7df;background:#fff;color:#52514e;font-size:13px;cursor:pointer}
