/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#172033;--muted:#687386;--primary:#253b86;--primary-2:#304da5;--teal:#087f76;--canvas:#eef2f6;--surface:#fff;--border:#dfe5ec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);font-family:var(--font-geist), Inter, Arial, sans-serif;margin:0}button,input{font:inherit}button,a{outline-color:#5e71bd}a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:44px;height:66px;padding:0 max(28px,50vw - 730px);display:flex}.brand{align-items:center;min-width:205px;display:flex}.brand-mark{color:#fff;background:linear-gradient(145deg, var(--primary-2), var(--teal));border-radius:10px;place-items:center;width:38px;height:38px;margin-right:10px;font-size:20px;font-weight:850;display:grid}.brand-copy,.footer-brand p{flex-direction:column;display:flex}.brand-copy strong{color:var(--primary);letter-spacing:-.5px;font-size:20px;line-height:20px}.brand-copy small{color:#8a94a3;letter-spacing:1.15px;margin-top:3px;font-size:7.5px;font-weight:800}.site-header nav{align-self:stretch;gap:30px;display:flex}.site-header nav a{color:#5d6879;align-items:center;font-size:12.5px;font-weight:650;display:flex;position:relative}.site-header nav a:hover,.site-header nav a.active{color:var(--primary)}.site-header nav a.active:after{content:"";background:var(--primary);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.independent-pill{color:#606c7d;background:#f9fafb;border:1px solid #dce3eb;border-radius:999px;align-items:center;gap:7px;margin-left:auto;padding:7px 10px;font-size:10px;font-weight:650;display:flex}.independent-pill i{background:#f2a21c;border-radius:50%;width:7px;height:7px}.hero{color:#fff;background:radial-gradient(circle at 88% 20%,#1aa7915c,#0000 25%),linear-gradient(115deg,#223477,#2f4da4 65%,#126f78 130%);padding:32px max(28px,50vw - 730px) 28px}.hero-copy{text-align:center}.eyebrow{color:var(--primary-2);letter-spacing:1.3px;margin:0 0 6px;font-size:9px;font-weight:820}.hero .eyebrow{color:#a9b8ee}.hero h1{letter-spacing:-1.3px;margin:0;font-size:clamp(28px,3vw,39px)}.hero-copy>p:last-child{color:#ffffffc2;margin:8px 0 0;font-size:13px}.search-shell{background:#fff;border-radius:9px;align-items:center;gap:10px;max-width:810px;height:56px;margin:22px auto 0;padding:0 14px;display:flex;box-shadow:0 11px 30px #06123c3d}.search-icon{color:var(--primary);font-size:28px;line-height:1;transform:rotate(-15deg)}.search-shell input{color:#202a3a;background:0 0;border:0;flex:1;min-width:0;height:100%;font-size:15px;font-weight:550}.search-shell input:focus{outline:none}.search-shell input::placeholder{color:#929baa}.search-shell button{color:var(--primary);cursor:pointer;background:#eef1f8;border:0;border-radius:6px;padding:7px 10px;font-size:10px;font-weight:750}.popular-searches{color:#ffffffa6;justify-content:center;align-items:center;gap:7px;margin-top:13px;font-size:9.5px;display:flex}.popular-searches button,.popular-searches a{color:#ffffffe0;cursor:pointer;background:#00000014;border:1px solid #fff3;border-radius:5px;padding:4px 8px;font-size:9px}.popular-searches button:hover,.popular-searches a:hover{background:#ffffff21}.trust-strip{border-bottom:1px solid var(--border);background:#fff;grid-template-columns:repeat(3,1fr);min-height:64px;padding:0 max(28px,50vw - 730px);display:grid}.trust-strip>div{border-right:1px solid #edf0f3;justify-content:center;align-items:center;gap:10px;display:flex}.trust-strip>div:last-child{border-right:0}.shield{color:#067065;background:#e4f5f2;border-radius:7px;place-items:center;width:25px;height:25px;font-size:11px;font-weight:800;display:grid}.trust-strip p{flex-direction:column;margin:0;display:flex}.trust-strip strong{font-size:10.5px}.trust-strip small{color:#7d8796;margin-top:2px;font-size:8.5px}.identity-shortcuts{max-width:1516px;margin:0 auto;padding:26px 28px 2px}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:13px;display:flex}.section-heading .eyebrow{margin-bottom:4px}.section-heading h2{letter-spacing:-.45px;margin:0;font-size:20px}.section-heading>p{color:#737e8e;text-align:right;max-width:420px;margin:0 0 1px;font-size:10px;line-height:1.5}.identity-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.identity-hub{border:1px solid var(--border);background:#fff;border-radius:10px;scroll-margin-top:14px;overflow:hidden;box-shadow:0 3px 12px #1018280a}.identity-hub>header{border-bottom:1px solid #e7ebf0;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;min-height:79px;padding:14px 15px;display:grid}.identity-hub.aadhaar>header{background:linear-gradient(100deg,#f5f8ff,#fff)}.identity-hub.pan>header{background:linear-gradient(100deg,#f8f5ff,#fff)}.identity-monogram{color:#fff;background:linear-gradient(145deg,#3152ac,#147f7a);border-radius:10px;place-items:center;width:45px;height:45px;font-size:13px;font-weight:850;display:grid}.identity-hub.pan .identity-monogram{background:linear-gradient(145deg,#6646a5,#314a9d);font-size:10px}.identity-hub header h3{margin:0 0 3px;font-size:15px}.identity-hub header p{color:#758090;margin:0;font-size:9.5px}.identity-verified{color:#147058;white-space:nowrap;background:#eaf6f1;border-radius:999px;padding:6px 8px;font-size:8px;font-weight:750}.identity-task-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:6px;display:grid}.identity-task-list a{border-radius:7px;grid-template-columns:28px 1fr 14px;align-items:center;gap:8px;min-width:0;min-height:65px;padding:10px;display:grid}.identity-task-list a:hover{background:#f5f7fb}.task-icon{width:27px;height:27px;color:var(--primary);background:#e9eefb;border-radius:7px;place-items:center;font-size:12px;font-weight:850;display:grid}.identity-hub.pan .task-icon{color:#68449e;background:#f0eafb}.task-copy{flex-direction:column;min-width:0;display:flex}.task-copy strong{font-size:10.5px}.task-copy small{color:#7b8594;margin-top:3px;font-size:8.5px;line-height:1.35}.identity-task-list a>b{color:#9ba6b5;font-size:11px}.identity-hub>footer{color:#5f706c;background:#fbfcfd;border-top:1px solid #edf0f3;align-items:center;gap:7px;min-height:38px;padding:0 15px;font-size:8.5px;display:flex}.identity-hub>footer .verified-check{width:17px;height:17px;font-size:8px}.directory{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:18px;max-width:1516px;margin:0 auto;padding:24px 28px 42px;display:grid}.category-panel{position:sticky;top:14px}.panel-label{color:#7a8493;letter-spacing:.9px;text-transform:uppercase;margin:0 0 10px 2px;font-size:9px;font-weight:800}.category-list{border:1px solid var(--border);background:#fff;border-radius:8px;padding:8px}.category-list button{color:#586476;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;width:100%;height:37px;padding:0 9px;font-size:11px;font-weight:620;display:grid}.category-list button:hover{background:#f5f7fa}.category-list button.selected{color:var(--primary);background:#e9edf9}.category-list button span{color:#8290a4;font-size:14px}.category-list button.selected span{color:var(--primary)}.category-list em{color:#929baa;font-size:9px;font-style:normal}.safe-card{background:#fffdf6;border:1px solid #e5dcc5;border-radius:8px;margin-top:12px;padding:15px}.safe-card>span{color:#9e6711;background:#fff0c7;border-radius:6px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:850;display:grid}.safe-card h2{margin:10px 0 5px;font-size:11.5px}.safe-card p{color:#76715f;margin:0;font-size:9.5px;line-height:1.55}.results-heading{justify-content:space-between;align-items:start;min-height:42px;display:flex}.results-heading .eyebrow{margin-bottom:3px}.results-heading h2{letter-spacing:-.35px;margin:0;font-size:18px}.results-heading>span{color:#7c8695;margin-top:12px;font-size:10px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.service-card{border:1px solid var(--border);background:#fff;border-radius:8px;grid-template-rows:auto auto auto auto;grid-template-columns:48px 1fr;column-gap:12px;min-width:0;padding:14px;transition:all .18s;display:grid;box-shadow:0 2px 8px #10182809}.service-card:hover{border-color:#cbd4df;transform:translateY(-1px);box-shadow:0 8px 22px #10182814}.service-icon{color:#304b9b;letter-spacing:-.2px;background:#e8eefc;border-radius:9px;grid-row:1/3;place-items:center;width:45px;height:45px;font-size:11px;font-weight:850;display:grid}.service-icon.violet{color:#7047aa;background:#f0eafd}.service-icon.indigo{color:#344b9b;background:#e9ecf9}.service-icon.teal{color:#08776d;background:#e2f4f1}.service-icon.orange{color:#b66414;background:#fff0df}.service-icon.green{color:#26783c;background:#e6f5ea}.service-icon.sky{color:#24729d;background:#e6f3fb}.service-icon.rose{color:#a94762;background:#fae9ee}.service-icon.amber{color:#99680b;background:#fff3d5}.service-icon.emerald{color:#137653;background:#e5f5ee}.service-title>span{color:#8c95a3;letter-spacing:.7px;text-transform:uppercase;font-size:8px;font-weight:760}.service-title h3{letter-spacing:-.15px;margin:3px 0 0;font-size:14px}.service-description{color:#6b7584;grid-column:1/-1;margin:12px 0 11px;font-size:10px;line-height:1.45}.domain-row{background:#f8fbfa;border:1px solid #e2ebe8;border-radius:6px;grid-column:1/-1;align-items:center;gap:8px;padding:8px 9px;display:flex}.verified-check{color:#fff;background:#16805d;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;font-weight:850;display:grid}.domain-row p{flex-direction:column;min-width:0;margin:0;display:flex}.domain-row strong{color:#236953;font-size:9px}.domain-row small{color:#718079;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:8px;overflow:hidden}.service-footer{grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;margin-top:11px;display:flex}.service-footer>span{color:#8b94a1;font-size:8.5px}.service-footer a{color:#fff;background:var(--primary);border-radius:6px;padding:7px 9px;font-size:9.5px;font-weight:720}.service-footer a:hover{background:#1e3177}.service-footer a b{color:#bdc8ed;margin-left:3px}.empty-state{border:1px solid var(--border);text-align:center;background:#fff;border-radius:8px;place-content:center;justify-items:center;min-height:350px;padding:40px;display:grid}.empty-state>span{color:#9aa3b0;font-size:38px;transform:rotate(-15deg)}.empty-state h2{margin:10px 0 4px;font-size:17px}.empty-state p{color:var(--muted);margin:0 0 15px;font-size:11px}.empty-state button{color:#fff;background:var(--primary);cursor:pointer;border:0;border-radius:6px;padding:8px 11px;font-size:10px;font-weight:700}.disclaimer-section{background:#f7f8fc;border:1px solid #d6ddec;border-radius:8px;grid-template-columns:32px 1fr auto;align-items:center;gap:13px;max-width:1460px;margin:0 auto 30px;padding:18px 22px;display:grid}.disclaimer-mark{width:29px;height:29px;color:var(--primary);background:#e5e9f6;border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:15px;font-weight:800;display:grid}.disclaimer-section h2{margin:0 0 3px;font-size:11.5px}.disclaimer-section p{color:#707a89;margin:0;font-size:9.5px;line-height:1.45}.disclaimer-section a{color:var(--primary);font-size:9.5px;font-weight:750}footer{color:#bdc5d6;background:#182442;align-items:center;gap:28px;min-height:82px;padding:0 max(28px,50vw - 730px);font-size:9px;display:flex}.footer-brand{align-items:center;margin-right:20px;display:flex}.footer-brand .brand-mark{border-radius:8px;width:31px;height:31px;font-size:16px}.footer-brand strong{color:#fff;font-size:13px}.footer-brand small{color:#909bb2;margin-top:2px;font-size:8px}footer>p{flex:1}footer>span{color:#8d98ae}@media (width<=920px){.site-header{padding:0 18px}.site-header nav{display:none}.hero,.trust-strip{padding-inline:18px}.trust-strip small{display:none}.identity-shortcuts{padding-inline:18px}.identity-hub-grid{grid-template-columns:1fr}.directory{grid-template-columns:185px 1fr;padding-inline:18px}.service-grid{grid-template-columns:1fr}.disclaimer-section{margin-inline:18px}}@media (width<=650px){.site-header{height:60px}.brand{min-width:0}.brand-copy small{display:none}.independent-pill{padding:7px;font-size:0}.independent-pill i{width:8px;height:8px}.hero{padding-top:28px}.hero-copy>p:last-child{font-size:11px}.search-shell{height:52px}.search-shell input{font-size:13px}.popular-searches{flex-wrap:wrap}.trust-strip{grid-template-columns:1fr;padding-block:7px}.trust-strip>div{border-bottom:1px solid #edf0f3;border-right:0;justify-content:start;min-height:38px}.trust-strip>div:last-child{border-bottom:0}.trust-strip small,.section-heading{display:block}.section-heading>p{text-align:left;margin-top:7px}.identity-task-list{grid-template-columns:1fr}.identity-hub>header{grid-template-columns:44px 1fr}.identity-verified{grid-column:1/-1;justify-self:start}.directory{grid-template-columns:1fr;padding-block:18px}.category-panel{position:static}.category-list{gap:5px;padding:6px;display:flex;overflow-x:auto}.category-list button{grid-template-columns:18px auto;width:auto;min-width:max-content}.category-list em,.safe-card,.panel-label{display:none}.results-heading h2{font-size:16px}.disclaimer-section{grid-template-columns:30px 1fr}.disclaimer-section a{grid-column:2}footer{flex-wrap:wrap;gap:10px;padding:18px}footer>p{flex-basis:100%;order:3}}
