:root{color-scheme:light;font-family:Inter,Noto Sans Telugu,Segoe UI,Arial,sans-serif;font-synthesis:none;--bg: #f3f6f1;--surface: #fff;--surface-alt: #e8f1ec;--text: #12251f;--muted: #536b62;--route: #0b7050;--route-hover: #075b41;--route-soft: #dcefe7;--accent: #a63825;--danger: #a52323;--border: #bdcec6;--focus: #146de0;--shadow: 0 18px 55px rgb(15 53 42 / 10%);--radius-sm: .55rem;--radius-md: .9rem;--radius-lg: 1.35rem;--content: 74rem}:root[data-theme=dark]{color-scheme:dark;--bg: #0b1713;--surface: #12231d;--surface-alt: #19352b;--text: #f2f8f5;--muted: #b8cbc3;--route: #72d8b4;--route-hover: #9be7cb;--route-soft: #1b4638;--accent: #ff9d87;--danger: #ff9b9b;--border: #38564b;--focus: #80b7ff;--shadow: 0 18px 55px rgb(0 0 0 / 28%)}@media(prefers-color-scheme:dark){:root[data-theme=system]{color-scheme:dark;--bg: #0b1713;--surface: #12231d;--surface-alt: #19352b;--text: #f2f8f5;--muted: #b8cbc3;--route: #72d8b4;--route-hover: #9be7cb;--route-soft: #1b4638;--accent: #ff9d87;--danger: #ff9b9b;--border: #38564b;--focus: #80b7ff;--shadow: 0 18px 55px rgb(0 0 0 / 28%)}}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--bg);line-height:1.55}button,input,select{font:inherit;color:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}a{color:var(--route);text-underline-offset:.18em}a:hover{color:var(--route-hover)}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;inset:.5rem auto auto .5rem;transform:translateY(-150%);padding:.7rem 1rem;color:#fff;background:#111;border-radius:var(--radius-sm)}.skip-link:focus{transform:translateY(0)}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.site-header,.site-footer{width:100%;padding:1rem max(1rem,calc((100vw - var(--content)) / 2))}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;background:color-mix(in srgb,var(--bg) 92%,transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:.55rem;min-height:44px;color:var(--text);font-weight:850;letter-spacing:-.045em;text-decoration:none;white-space:nowrap}.brand img{width:2rem;height:2rem}.brand>span>span{color:var(--accent)}.desktop-nav{justify-self:center;display:flex;align-items:center;gap:clamp(.3rem,2vw,1.2rem)}.desktop-nav a{min-height:44px;display:inline-grid;place-items:center;padding:.55rem .75rem;color:var(--muted);font-weight:700;text-decoration:none;border-radius:var(--radius-sm);white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.active{color:var(--text);background:var(--surface-alt)}.desktop-nav a.active{box-shadow:inset 0 -3px var(--route)}.preferences{display:flex;gap:.45rem}.preferences select{min-height:44px;max-width:7.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:.45rem .65rem}.mobile-menu{display:none;position:relative}.mobile-menu summary{min-height:44px;display:grid;place-items:center;cursor:pointer;font-weight:750}.mobile-menu nav{position:absolute;right:0;top:calc(100% + .65rem);min-width:12rem;padding:.5rem;display:grid;gap:.2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow)}.mobile-menu a{min-height:44px;display:flex;align-items:center;padding:.5rem .7rem;text-decoration:none;font-weight:700}main{width:100%}.page{width:min(var(--content),calc(100% - 2rem));margin-inline:auto;padding:clamp(2.5rem,7vw,6.5rem) 0}.page-heading{max-width:52rem;margin-bottom:clamp(1.5rem,4vw,3rem)}.eyebrow{margin:0 0 .55rem;color:var(--accent);text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:850}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{max-width:18ch;margin:0;font-size:clamp(2.15rem,6vw,4.7rem)}h1:focus{outline:none}h2{margin:0;font-size:clamp(1.18rem,2vw,1.5rem)}h3{font-size:1rem}.page-intro{max-width:64ch;margin:1rem 0 0;color:var(--muted);font-size:clamp(1rem,2vw,1.22rem)}.compact-page{max-width:50rem}.home-page{padding-top:clamp(3.5rem,10vw,8rem)}.hero-actions,.inline-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hero-actions{margin:2rem 0 clamp(3rem,7vw,6rem)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-grid .panel{border-top:4px solid var(--route)}.split-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(16rem,.7fr);gap:1rem;align-items:start}.panel,.callout{min-width:0;padding:clamp(1.15rem,3vw,2rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.callout{background:var(--route-soft);box-shadow:none}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.panel-heading p{margin:.35rem 0 0}.panel+.panel{margin-top:1rem}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.55fr);gap:1rem;align-items:start}.stack{display:grid;gap:1rem}.button{appearance:none;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.67rem 1rem;border:2px solid var(--route);border-radius:var(--radius-sm);background:var(--route);color:var(--bg);font-weight:780;text-decoration:none;cursor:pointer}:root[data-theme=light] .button,:root:not([data-theme]) .button{color:#fff}:root[data-theme=light] .button-secondary,:root:not([data-theme]) .button-secondary{color:var(--route)}.button:hover{background:var(--route-hover);border-color:var(--route-hover);color:var(--bg)}.button-secondary{color:var(--route);background:transparent}.button-secondary:hover{color:var(--text);background:var(--route-soft);border-color:var(--route)}.button-danger{background:var(--danger);border-color:var(--danger);color:#fff}.button:disabled{opacity:.55;cursor:not-allowed}.link-button{min-height:44px;border:0;background:none;padding:.5rem;color:var(--route);text-decoration:underline;text-underline-offset:.18em;font-weight:750;cursor:pointer}.link-button:disabled{opacity:.55;cursor:not-allowed}.form-row{display:grid;gap:.4rem;margin:1rem 0}.form-row label,.field-label{font-weight:760}.form-row input,.form-row select,.file-control{width:100%;min-height:44px;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.form-row input[aria-invalid=true]{border:2px solid var(--danger)}.phone-input{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:center}.phone-prefix{min-height:44px;display:grid;place-items:center;padding:0 .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-alt)}.hint,.muted{color:var(--muted);font-size:.91rem}.field-error,.error-text{margin:.3rem 0;color:var(--danger);font-weight:700}.state-box{min-height:10rem;display:grid;place-items:center;align-content:center;gap:.65rem;padding:1.5rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.state-box p{margin:0;max-width:52ch}.state-error{border-color:color-mix(in srgb,var(--danger),transparent 35%)}.spinner{width:1.6rem;height:1.6rem;border:3px solid var(--border);border-top-color:var(--route);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.badge{width:fit-content;display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;font-size:.8rem;font-weight:800}.badge-success{color:#075333;background:#d5f2e3}.badge-danger{color:#7d1818;background:#ffe0df}.badge-neutral{color:var(--text);background:var(--surface-alt)}.check-list,.plain-list{margin:.5rem 0;padding:0;list-style:none;display:grid;gap:.7rem}.check-list li{position:relative;padding-left:1.75rem}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--route);font-weight:900}.record-list{display:grid;gap:.7rem;padding:0;margin:0;list-style:none}.record{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--border)}.record:first-child{border-top:0;padding-top:0}.record-main{min-width:0}.record-main p{margin:.2rem 0 0;overflow-wrap:anywhere}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;padding:.3rem;background:var(--surface-alt);border-radius:.75rem}.segmented button{min-height:44px;border:0;border-radius:.5rem;background:transparent;cursor:pointer;font-weight:760}.segmented button[aria-pressed=true]{color:var(--text);background:var(--surface);box-shadow:0 2px 8px #00000014}.notice{padding:1rem;border-left:4px solid var(--accent);background:var(--surface-alt);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.checkbox-row{display:grid;grid-template-columns:1.35rem 1fr;gap:.7rem;align-items:start;margin:1rem 0}.checkbox-row input{width:1.25rem;height:1.25rem;margin-top:.15rem;accent-color:var(--route)}.file-card{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md)}.file-card+.file-card{margin-top:.7rem}.file-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.file-meta{min-width:0;overflow-wrap:anywhere}.progress{height:.45rem;overflow:hidden;margin:.75rem 0;background:var(--surface-alt);border-radius:999px}.progress span{display:block;height:100%;background:var(--route);transition:width .2s ease}.summary-list{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;margin:0 0 1.25rem}.summary-list dt{color:var(--muted)}.summary-list dd{margin:0;font-weight:700;overflow-wrap:anywhere}.site-footer{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);border-top:1px solid var(--border);font-size:.86rem}@media(max-width:860px){.site-header{grid-template-columns:auto 1fr auto;gap:.7rem}.desktop-nav{display:none}.mobile-menu{display:block}.preferences{justify-self:end}.feature-grid,.content-grid,.split-layout{grid-template-columns:1fr}}@media(max-width:560px){.site-header{grid-template-columns:auto auto}.preferences{grid-column:1 / -1;grid-row:2;width:100%}.preferences label{flex:1}.preferences select{max-width:none;width:100%}.mobile-menu{grid-column:2;grid-row:1}.brand>span{font-size:.95rem}.page{width:min(100% - 1.25rem,var(--content));padding-block:2.5rem}.record,.panel-heading,.site-footer,.file-card-header{align-items:stretch;flex-direction:column}.record .button,.record .link-button,.hero-actions .button{width:100%}.summary-list{grid-template-columns:1fr;gap:.15rem}.summary-list dd{margin-bottom:.6rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.auth-shell{grid-template-rows:auto 1fr}.auth-shell .site-header{position:static;border-bottom-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.auth-shell .desktop-nav,.auth-shell .mobile-menu{display:none}.auth-page{min-height:calc(100vh - 77px);display:grid;place-items:center;width:min(100% - 2rem,44rem);margin-inline:auto;padding:clamp(1.5rem,5vw,4rem) 0}.auth-card{width:min(100%,31rem);min-height:28rem;display:grid;align-content:center;gap:.9rem;padding:clamp(1.4rem,5vw,3rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center}.auth-card h1{max-width:none;margin:0;font-size:clamp(1.65rem,5vw,2.3rem)}.auth-card p{margin:0;color:var(--muted)}.auth-card .error-text{color:var(--danger)}.auth-primary{width:100%;margin-top:.35rem}.auth-illustration{position:relative;width:4.5rem;height:4.5rem;display:grid;place-items:center;margin:0 auto .25rem;background:var(--route-soft);border-radius:1.25rem}.auth-illustration img{width:2.5rem;height:2.5rem}.auth-illustration span{position:absolute;right:-.35rem;bottom:-.35rem;width:1.7rem;height:1.7rem;display:grid;place-items:center;color:#fff;background:var(--route);border:3px solid var(--surface);border-radius:50%;font-weight:900}.auth-language{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;background:var(--surface-alt);border-radius:999px}.auth-language button{min-height:44px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font-weight:750;cursor:pointer}.auth-language button[aria-pressed=true]{color:var(--route);background:var(--surface);border-color:var(--route)}.auth-legal{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem 1rem;margin-top:.25rem;font-size:.76rem;font-weight:700}.auth-state{min-height:21rem;display:grid;justify-items:center;align-content:center;gap:1rem}.auth-state>.button,.auth-state>.link-button{width:100%}.auth-state-icon{width:3.6rem;height:3.6rem;display:grid;place-items:center;border-radius:50%;font-size:1.7rem;font-weight:900}.auth-state-brand{color:var(--route);background:var(--route-soft)}.auth-state-success{color:#fff;background:var(--route)}.auth-state-danger{color:#fff;background:var(--danger)}.auth-state-warning{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,var(--surface))}.auth-state .spinner{width:3.2rem;height:3.2rem;border-width:4px}.auth-progress{width:100%;height:.45rem;overflow:hidden;background:var(--surface-alt);border-radius:999px}.auth-progress span{display:block;width:42%;height:100%;background:var(--route);border-radius:inherit;animation:auth-progress 1.4s ease-in-out infinite alternate}@keyframes auth-progress{to{transform:translate(138%)}}.auth-success-grid{width:100%;display:grid;gap:.65rem}.auth-success-grid div{display:grid;gap:.2rem;padding:.8rem;text-align:left;background:var(--route-soft);border-radius:var(--radius-sm)}.auth-success-grid span{color:var(--muted);font-size:.88rem}.auth-reason-list{width:100%;display:grid;gap:.55rem;margin:0;padding:0;list-style:none;text-align:left}.auth-reason-list li{padding:.65rem .75rem .65rem 2rem;background:var(--surface-alt);border:1px solid transparent;border-radius:var(--radius-sm)}.auth-reason-list li:before{content:"○";margin-left:-1.25rem;margin-right:.55rem;color:var(--muted)}.auth-reason-list li.active{border-color:var(--route)}.auth-reason-list li.active:before{content:"●";color:var(--route)}.auth-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.auth-actions .button{width:100%}.sms-fallback{position:relative;display:grid;gap:.8rem;text-align:left}.sms-fallback h1,.sms-fallback>p{text-align:center}.auth-back{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--surface-alt);color:var(--route);cursor:pointer;font-size:1.25rem}@media(max-width:560px){.auth-shell .site-header{grid-template-columns:1fr auto;padding-bottom:.35rem}.auth-shell .preferences{grid-column:auto;grid-row:auto;width:auto}.auth-shell .preferences label:last-child{display:none}.auth-shell .preferences select{width:auto;min-width:6.5rem}.auth-page{min-height:calc(100vh - 70px);width:100%;padding:0}.auth-card{width:100%;min-height:calc(100vh - 70px);padding:1.5rem;border:0;border-radius:0;box-shadow:none}}
