/* Tailwind utilities are generated by npm run build:seo-routes-css. */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes live-section-in{
  from{
    opacity:0;
    transform:translateY(6px)
  }

  to{
    opacity:1;
    transform:translateY(0)
  }
}

@keyframes live-pulse-ring{
  0%{
    opacity:.9;
    transform:scale(.6)
  }

  100%{
    opacity:0;
    transform:scale(1.8)
  }
}

@keyframes live-card-in{
  from{
    opacity:0;
    transform:translateY(10px) scale(.98)
  }

  to{
    opacity:1;
    transform:translateY(0) scale(1)
  }
}

@keyframes live-new-pop{
  from{
    opacity:0;
    transform:scale(.6)
  }

  to{
    opacity:1;
    transform:scale(1)
  }
}

@keyframes job-load-more-spin{
  to{
    transform:rotate(360deg)
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Extracted from src/routes/seoRoutes.js for Core Web Vitals and shared SEO pages. */

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

:root{
  --bg:#f8fafc;
  --surface:#fff;
  --surface-soft:#f1f5f9;
  --text:#0f172a;
  --muted:#475569;
  --primary:#4f46e5;
  --primary-soft:#e0e7ff;
  --accent:#e11d48;
  --accent-soft:#ffe4e6;
  --success:#059669;
  --success-soft:#d1fae5;
  --warning:#d97706;
  --warning-soft:#fef3c7;
  --border:#e2e8f0;
  --border-strong:#cbd5e1;
  --shadow:0 18px 38px rgba(15,23,42,.08);
  --font-heading:ui-rounded,"Segoe UI",system-ui,sans-serif;
  --font-body:"Segoe UI",system-ui,-apple-system,sans-serif
}

*{
  box-sizing:border-box
}

html{
  scroll-behavior:smooth
}

body{
  margin:0;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 42%,#fff 100%);
  color:var(--text);
  font-family:var(--font-body);
  line-height:1.65
}

a{
  color:inherit
}

.container{
  max-width:1220px;
  margin:0 auto;
  padding:0 24px
}

.header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.9);
  -webkit-backdrop-filter:blur(16px);
          backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(15,23,42,.06)
}

.header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:14px 0
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-family:var(--font-heading);
  font-size:1.5rem;
  font-weight:800;
  flex-shrink:0
}

.logo-mark,.icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  font-weight:800
}

.logo-mark{
  width:38px;
  height:38px;
  overflow:hidden
}

.logo span{
  color:var(--accent)
}

.nav{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
  overflow-x:auto;
  scrollbar-width:none
}

.nav::-webkit-scrollbar{
  display:none
}

.nav a{
  white-space:nowrap;
  text-decoration:none;
  color:var(--muted);
  font-weight:700;
  font-size:.94rem;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid transparent
}

.nav a:hover,.nav a.active{
  background:var(--primary-soft);
  border-color:#c7d2fe;
  color:var(--primary)
}

h1,h2,h3{
  font-family:var(--font-heading);
  line-height:1.15;
  margin:0;
  color:var(--text)
}

h1{
  font-size:clamp(2.5rem,5vw,4.5rem);
  letter-spacing:-.03em;
  margin:20px 0
}

h1 span{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  background:var(--success-soft);
  color:var(--success);
  border:1px solid rgba(5,150,105,.18);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:.78rem
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  border-radius:999px;
  padding:13px 24px;
  font-weight:800;
  border:1px solid transparent;
  transition:transform .2s
}

.btn:hover{
  transform:translateY(-2px)
}

.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  box-shadow:0 12px 26px rgba(79,70,229,.22)
}

.btn-outline{
  background:#fff;
  border-color:var(--border-strong);
  color:var(--text)
}

.hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 72px;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border-bottom:1px solid var(--border)
}

.hero::before,.hero::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none
}

.hero::before{
  width:360px;
  height:360px;
  left:-120px;
  top:-120px;
  background:rgba(79,70,229,.1)
}

.hero::after{
  width:300px;
  height:300px;
  right:-90px;
  bottom:-100px;
  background:rgba(225,29,72,.1)
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:36px;
  align-items:center
}

.hero p{
  font-size:1.12rem;
  color:var(--muted);
  max-width:800px;
  margin:0 0 28px
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px
}

.hero-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow)
}

.hero-card h2{
  font-size:1.28rem;
  margin-bottom:14px
}

.hero-list{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none
}

.hero-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:var(--muted);
  font-weight:600
}

.tick{
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--primary-soft);
  color:var(--primary);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900
}

.stats{
  position:relative;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:18px;
  margin-top:46px
}

.stat{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
  text-align:center;
  box-shadow:0 10px 24px rgba(15,23,42,.05)
}

.stat strong{
  display:block;
  font-family:var(--font-heading);
  font-size:1.35rem;
  color:var(--primary)
}

.stat span{
  display:block;
  color:var(--muted);
  font-size:.82rem;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.04em
}

.section{
  padding:82px 0
}

.section.alt{
  background:#f8fafc;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border)
}

.section-head{
  text-align:center;
  max-width:880px;
  margin:0 auto 38px
}

.section-head h2{
  font-size:clamp(2rem,3vw,2.55rem);
  margin-bottom:14px
}

.section-head p{
  margin:0;
  color:var(--muted);
  font-size:1.06rem
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:24px
}

.grid-4{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px
}

.premium-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:26px;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
  transition:transform .25s,box-shadow .25s
}

.premium-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow)
}

.premium-card h3{
  font-size:1.22rem;
  margin:14px 0 10px
}

.premium-card p{
  margin:0;
  color:var(--muted)
}

.icon{
  width:48px;
  height:48px;
  font-size:1.05rem
}

.fact-list{
  display:grid;
  gap:0;
  margin:18px 0 0
}

.fact-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-top:1px dashed var(--border);
  color:var(--muted)
}

.fact-row strong{
  color:var(--text);
  text-align:right
}

.post-meta{
  padding-top:14px;
  margin-top:16px;
  border-top:1px solid var(--border);
  color:var(--muted);
  font-size:.92rem
}

.tab-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow)
}

.tab-header{
  display:flex;
  background:var(--surface-soft);
  border-bottom:1px solid var(--border)
}

.tab-btn{
  flex:1;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border:0;
  background:transparent;
  padding:18px;
  color:var(--muted);
  font:800 1rem var(--font-body);
  cursor:pointer;
  border-bottom:4px solid transparent
}

.tab-btn.active{
  background:#fff;
  color:var(--primary);
  border-bottom-color:var(--primary)
}

.tab-content{
  display:none;
  padding:28px
}

.tab-content.active{
  display:block
}

.note{
  background:var(--warning-soft);
  border:1px solid #fde68a;
  color:#78350f;
  border-radius:14px;
  padding:14px 16px;
  margin:16px 0 20px
}

.table-wrap{
  overflow-x:auto
}

table{
  width:100%;
  border-collapse:collapse;
  min-width:720px
}

th,td{
  padding:15px;
  text-align:left;
  border-bottom:1px solid var(--border);
  vertical-align:top
}

th{
  background:#f8fafc;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:var(--muted)
}

td strong{
  color:var(--text)
}

.syllabus-card{
  border-top:5px solid var(--primary)
}

.syllabus-card:nth-child(2n){
  border-top-color:var(--accent)
}

.syllabus-card:nth-child(3n){
  border-top-color:var(--success)
}

.topic-list{
  list-style:none;
  margin:18px 0 0;
  padding:0
}

.topic-list li{
  padding:10px 0;
  border-bottom:1px solid var(--border);
  color:var(--muted)
}

.topic-list li::before{
  content:"✓";
  color:var(--primary);
  font-weight:900;
  margin-right:9px
}

.timeline{
  position:relative;
  max-width:920px;
  margin:0 auto
}

.timeline::before{
  content:"";
  position:absolute;
  left:24px;
  top:0;
  bottom:0;
  width:3px;
  background:var(--border-strong)
}

.timeline-item{
  position:relative;
  padding-left:76px;
  margin-bottom:28px
}

.timeline-dot{
  position:absolute;
  left:0;
  top:0;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  border:4px solid var(--primary);
  box-shadow:0 0 0 7px var(--primary-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:var(--primary)
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:18px
}

.faq-card{
  background:#fff;
  border:1px solid var(--border);
  border-left:4px solid var(--primary);
  border-radius:12px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.05)
}

.faq-card h3{
  font-size:1.1rem;
  margin-bottom:12px
}

.faq-card p{
  margin:0;
  color:var(--muted)
}

.next-step{
  margin-top:14px;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  color:#166534;
  border-radius:8px;
  padding:12px;
  font-size:.92rem
}

.cta{
  margin:0 auto;
  max-width:1120px;
  border-radius:26px;
  padding:58px 28px;
  text-align:center;
  background:linear-gradient(135deg,var(--primary-soft),var(--accent-soft));
  border:1px solid #fff;
  box-shadow:var(--shadow)
}

.cta h2{
  font-size:clamp(2rem,3vw,2.7rem);
  margin-bottom:14px
}

.cta p{
  max-width:740px;
  margin:0 auto 26px;
  color:var(--muted);
  font-size:1.08rem
}

.link-cloud{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px
}

.link-cloud a{
  background:#fff;
  border:1px solid var(--border-strong);
  border-radius:999px;
  padding:9px 16px;
  text-decoration:none;
  font-weight:700;
  color:var(--muted)
}

.link-cloud a:hover{
  border-color:var(--primary);
  background:var(--primary-soft);
  color:var(--primary)
}

.footer{
  background:#fff;
  border-top:1px solid var(--border);
  padding:42px 0;
  text-align:center;
  color:var(--muted)
}

/* ---- template boundary ---- */

:root{
  --bg:#f8fafc;
  --surface:#fff;
  --surface-soft:#f1f5f9;
  --text:#0f172a;
  --muted:#475569;
  --primary:#4f46e5;
  --primary-soft:#e0e7ff;
  --accent:#e11d48;
  --accent-soft:#ffe4e6;
  --success:#059669;
  --success-soft:#d1fae5;
  --warning:#d97706;
  --warning-soft:#fef3c7;
  --border:#e2e8f0;
  --border-strong:#cbd5e1;
  --shadow:0 18px 38px rgba(15,23,42,.08);
  --font-heading:ui-rounded,"Segoe UI",system-ui,sans-serif;
  --font-body:"Segoe UI",system-ui,-apple-system,sans-serif
}

*{
  box-sizing:border-box
}

html{
  scroll-behavior:smooth
}

body{
  margin:0;
  background:linear-gradient(180deg,#f8fafc 0%,#fff 42%,#f8fafc 100%);
  color:var(--text);
  font-family:var(--font-body);
  line-height:1.65
}

a{
  color:inherit
}

.container{
  max-width:1220px;
  margin:0 auto;
  padding:0 24px
}

/* TOP RIGHT NAV UPDATE */

.header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.88);
  -webkit-backdrop-filter:blur(16px);
          backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(15,23,42,.06)
}

.header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:14px 0;
  width:100%
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-family:var(--font-heading);
  font-size:1.5rem;
  font-weight:800;
  flex-shrink:0
}

.logo-mark,.icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  font-weight:800
}

.logo-mark{
  width:38px;
  height:38px;
  overflow:hidden
}

.logo span{
  color:var(--accent)
}

.nav{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
  overflow-x:auto;
  scrollbar-width:none
}

.nav::-webkit-scrollbar{
  display:none
}

.nav a{
  white-space:nowrap;
  text-decoration:none;
  color:var(--muted);
  font-weight:700;
  font-size:.94rem;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid transparent;
  transition:all 0.2s
}

.nav a:hover,.nav a.active{
  background:var(--primary-soft);
  border-color:#c7d2fe;
  color:var(--primary)
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  border-radius:999px;
  padding:13px 24px;
  font-weight:800;
  border:1px solid transparent;
  transition:transform 0.2s
}

.btn:hover{
  transform:translateY(-2px)
}

.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  box-shadow:0 12px 26px rgba(79,70,229,.22)
}

.btn-outline{
  background:#fff;
  border-color:var(--border-strong);
  color:var(--text)
}

.hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 76px;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border-bottom:1px solid var(--border)
}

.hero::before,.hero::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none
}

.hero::before{
  width:360px;
  height:360px;
  left:-120px;
  top:-120px;
  background:rgba(79,70,229,.10)
}

.hero::after{
  width:300px;
  height:300px;
  right:-90px;
  bottom:-100px;
  background:rgba(225,29,72,.10)
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:36px;
  align-items:center
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  background:var(--success-soft);
  color:var(--success);
  border:1px solid rgba(5,150,105,.18);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:.78rem
}

h1,h2,h3{
  font-family:var(--font-heading);
  line-height:1.15;
  margin:0;
  color:var(--text)
}

h1{
  font-size:clamp(2.6rem,5vw,4.6rem);
  letter-spacing:-.03em;
  margin:22px 0
}

h1 span{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}

.hero p{
  font-size:1.12rem;
  color:var(--muted);
  max-width:780px;
  margin:0 0 28px
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px
}

.hero-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow)
}

.hero-card h2{
  font-size:1.28rem;
  margin-bottom:14px
}

.hero-list{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none
}

.hero-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:var(--muted);
  font-weight:600
}

.tick{
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--primary-soft);
  color:var(--primary);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900
}

.stats{
  position:relative;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:18px;
  margin-top:46px
}

.stat{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
  text-align:center;
  box-shadow:0 10px 24px rgba(15,23,42,.05)
}

.stat strong{
  display:block;
  font-family:var(--font-heading);
  font-size:2rem;
  color:var(--primary)
}

.stat span{
  display:block;
  color:var(--muted);
  font-size:.82rem;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.04em
}

.section{
  padding:82px 0
}

.section.alt{
  background:#f8fafc;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border)
}

.section-head{
  text-align:center;
  max-width:850px;
  margin:0 auto 38px
}

.section-head h2{
  font-size:clamp(2rem,3vw,2.55rem);
  margin-bottom:14px
}

.section-head p{
  margin:0;
  color:var(--muted);
  font-size:1.06rem
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:24px
}

.grid-4{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:22px
}

.premium-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:26px;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
  transition:transform 0.25s, box-shadow 0.25s
}

.premium-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow)
}

.premium-card h3{
  font-size:1.22rem;
  margin:14px 0 10px
}

.premium-card p{
  margin:0;
  color:var(--muted)
}

.icon{
  width:48px;
  height:48px;
  font-size:1.2rem
}

.post-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-top:14px;
  margin-top:16px;
  border-top:1px dashed var(--border);
  color:var(--muted);
  font-size:.92rem
}

.post-meta strong{
  color:var(--text)
}

.tab-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow)
}

.tab-header{
  display:flex;
  background:var(--surface-soft);
  border-bottom:1px solid var(--border)
}

.tab-btn{
  flex:1;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border:0;
  background:transparent;
  padding:18px;
  color:var(--muted);
  font:800 1rem var(--font-body);
  cursor:pointer;
  border-bottom:4px solid transparent;
  transition:all 0.2s
}

.tab-btn.active{
  background:#fff;
  color:var(--primary);
  border-bottom-color:var(--primary)
}

.tab-content{
  display:none;
  padding:28px
}

.tab-content.active{
  display:block;
  animation:fadeIn 0.3s ease
}

.note{
  background:var(--warning-soft);
  border:1px solid #fde68a;
  color:#78350f;
  border-radius:14px;
  padding:14px 16px;
  margin:16px 0 20px
}

table{
  width:100%;
  border-collapse:collapse;
  min-width:680px
}

th,td{
  padding:15px;
  text-align:left;
  border-bottom:1px solid var(--border);
  vertical-align:top
}

th{
  background:#f8fafc;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:var(--muted)
}

tr.total{
  background:var(--primary-soft);
  font-weight:800;
  color:var(--primary)
}

.table-wrap{
  overflow-x:auto
}

.syllabus-card{
  border-top:5px solid var(--primary)
}

.syllabus-card:nth-child(2n){
  border-top-color:var(--accent)
}

.syllabus-card:nth-child(3n){
  border-top-color:var(--success)
}

.topic-list{
  list-style:none;
  margin:18px 0 0;
  padding:0
}

.topic-list li{
  padding:10px 0;
  border-bottom:1px solid var(--border);
  color:var(--muted)
}

.topic-list li::before{
  content:"✓";
  color:var(--primary);
  font-weight:900;
  margin-right:9px
}

.timeline{
  position:relative;
  max-width:920px;
  margin:0 auto
}

.timeline::before{
  content:"";
  position:absolute;
  left:24px;
  top:0;
  bottom:0;
  width:3px;
  background:var(--border-strong)
}

.timeline-item{
  position:relative;
  padding-left:76px;
  margin-bottom:28px
}

.timeline-dot{
  position:absolute;
  left:0;
  top:0;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  border:4px solid var(--primary);
  box-shadow:0 0 0 7px var(--primary-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:var(--primary)
}

/* AI Engine FAQ Cards */

.faq-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
  gap:18px
}

.faq-card{
  background:#fff;
  border:1px solid var(--border);
  border-left:4px solid var(--primary);
  border-radius:12px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.05)
}

.faq-card h3{
  font-size:1.1rem;
  margin-bottom:12px;
  color:var(--text)
}

.faq-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6
}

.faq-card p strong{
  color:#0f172a
}

.next-step{
  margin-top:14px;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  color:#166534;
  border-radius:8px;
  padding:12px;
  font-size:.92rem;
  display:flex;
  align-items:flex-start;
  gap:8px
}

.next-step::before{
  content:"💡";
  font-size:1.1rem
}

.cta{
  margin:0 auto;
  max-width:1120px;
  border-radius:26px;
  padding:58px 28px;
  text-align:center;
  background:linear-gradient(135deg,var(--primary-soft),var(--accent-soft));
  border:1px solid #fff;
  box-shadow:var(--shadow)
}

.cta h2{
  font-size:clamp(2rem,3vw,2.7rem);
  margin-bottom:14px
}

.cta p{
  max-width:740px;
  margin:0 auto 26px;
  color:var(--muted);
  font-size:1.08rem
}

.link-cloud{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px
}

.link-cloud a{
  background:#fff;
  border:1px solid var(--border-strong);
  border-radius:999px;
  padding:9px 16px;
  text-decoration:none;
  font-weight:700;
  color:var(--muted);
  transition:all 0.2s
}

.link-cloud a:hover{
  border-color:var(--primary);
  background:var(--primary-soft);
  color:var(--primary);
  transform:translateY(-2px)
}

.footer{
  background:#fff;
  border-top:1px solid var(--border);
  padding:42px 0;
  text-align:center;
  color:var(--muted)
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 16px;
  margin:0 auto 16px
}

.footer-links a{
  font-weight:700;
  text-decoration:none;
  color:var(--muted)
}

.footer-links a:hover{
  color:var(--primary);
  text-decoration:underline
}

.footer-contact{
  max-width:980px;
  margin:0 auto 14px;
  font-style:normal
}

.footer-contact a{
  font-weight:700;
  color:var(--primary)
}

.footer p{
  max-width:900px;
  margin:0 auto
}

/* ---- template boundary ---- */

:root{
  --bg:#f8fafc;
  --card:#fff;
  --text:#0f172a;
  --muted:#475569;
  --primary:#4f46e5;
  --border:#e2e8f0;
  --primary-soft:#e0e7ff;
  --accent:#e11d48;
}

*{
  box-sizing:border-box
}

body{
  margin:0;
  font-family:var(--font-body);
  background:var(--bg);
  color:var(--text);
  line-height:1.6
}

.wrap{
  max-width:1060px;
  margin:0 auto;
  padding:24px 16px 40px
}

h1{
  font-family:var(--font-heading);
  font-size:clamp(1.65rem,3vw,2.65rem);
  line-height:1.15;
  margin:10px 0 12px;
  letter-spacing:-.01em
}

.header-shell{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,255,255,0.9);
  -webkit-backdrop-filter:blur(10px);
          backdrop-filter:blur(10px);
  padding:14px 24px;
  border-bottom:1px solid var(--border);
  position:sticky;
  top:0;
  z-index:20;
}

.logo-shell{
  font-family:var(--font-heading);
  font-weight:800;
  font-size:1.4rem;
  color:var(--text);
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:8px;
}

.logo-shell span{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.nav-shell{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
  overflow-x:auto;
}

.nav-shell::-webkit-scrollbar{
  display:none
}

.nav-shell a{
  text-decoration:none;
  color:var(--muted);
  font-weight:600;
  font-size:.9rem;
  padding:8px 14px;
  border-radius:999px;
  transition:0.2s;
  white-space:nowrap;
}

.nav-shell a:hover{
  background:var(--primary-soft);
  color:var(--primary);
}

.intro{
  margin:0 0 24px;
  color:var(--muted);
  font-size:1.02rem;
  max-width:860px
}

.\!grid{
  display:grid !important;
  gap:16px !important;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;
}

.grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
}

.card{
  display:block;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
  padding:24px;
  color:inherit;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(15,23,42,.04);
  transition:transform 0.2s
}

.card:hover{
  border-color:var(--primary);
  transform:translateY(-2px)
}

.card h3{
  margin:0 0 10px;
  font-family:var(--font-heading);
  font-size:1.15rem
}

.card p{
  margin:8px 0 0;
  color:var(--muted)
}

.hero-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:26px;
  box-shadow:0 18px 38px rgba(15,23,42,.08)
}

.badge{
  display:inline-flex;
  margin-bottom:8px;
  padding:7px 12px;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary);
  font-weight:800;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.03em
}

.section{
  margin-top:40px
}

.section h2{
  font-size:1.5rem;
  font-family:var(--font-heading);
  margin:0 0 16px
}

body[data-surface="job-directory"] .job-board-group__heading{
  display:flex;
  align-items:center;
  gap:10px
}

body[data-surface="job-directory"] .job-board-group__swatch{
  width:10px;
  height:28px;
  border-radius:4px;
  background:var(--card-a,#2563eb);
  flex-shrink:0
}

.links{
  display:flex;
  flex-wrap:wrap;
  gap:10px
}

.links a{
  font-size:.88rem;
  padding:8px 16px;
  border-radius:999px;
  border:1px solid var(--border);
  text-decoration:none;
  color:var(--text);
  background:#fff;
  font-weight:600;
  transition:all 0.2s
}

.links a:hover{
  background:var(--primary-soft);
  color:var(--primary);
  border-color:var(--primary)
}

.answer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:16px
}

.q{
  position:relative;
  padding:22px;
  border:1px solid var(--border);
  border-left:4px solid var(--primary);
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.q h3{
  margin:0 0 10px;
  font-size:1.1rem;
  color:var(--text)
}

.q p{
  margin:0;
  color:var(--muted)
}

.action{
  margin-top:14px;
  padding:12px;
  border-radius:8px;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  color:#166534;
  font-size:.9rem;
  display:flex;
  gap:8px
}

/* ---- final production polish: standard SEO pages + government jobs directory ---- */

body[data-surface="standard"]{
  --std-bg:#f6f8fc;
  --std-card:#ffffff;
  --std-ink:#111827;
  --std-muted:#526174;
  --std-primary:#2563eb;
  --std-primary-2:#4f46e5;
  --std-accent:#0f766e;
  --std-line:#dbe3ef;
  --std-line-strong:#c7d2e4;
  --std-shadow:0 18px 44px rgba(15,23,42,.08);
  background:
    radial-gradient(circle at top left,rgba(37,99,235,.10),transparent 34rem),
    radial-gradient(circle at 88% 12%,rgba(15,118,110,.09),transparent 28rem),
    linear-gradient(180deg,#fff 0%,var(--std-bg) 34%,#fff 100%);
  color:var(--std-ink);
}

body[data-surface="standard"] .header-shell{
  border-bottom:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

body[data-surface="standard"] .wrap{
  width:min(1180px,100%);
  padding:34px 22px 72px;
}

body[data-surface="standard"] h1{
  max-width:980px;
  margin:20px 0 14px;
  font-size:clamp(2rem,4vw,3.55rem);
  letter-spacing:-.025em;
}

body[data-surface="standard"] .intro{
  max-width:920px;
  margin-bottom:30px;
  color:var(--std-muted);
  font-size:1.08rem;
}

body[data-surface="standard"] .hero-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(37,99,235,.14);
  border-radius:22px;
  padding:30px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.92)),
    radial-gradient(circle at right top,rgba(37,99,235,.12),transparent 20rem);
  box-shadow:var(--std-shadow);
}

body[data-surface="standard"] .hero-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--std-primary),var(--std-accent),#e11d48);
}

body[data-surface="standard"] .hero-card h2{
  max-width:920px;
  color:var(--std-ink);
}

body[data-surface="standard"] .hero-card p,
body[data-surface="standard"] .card p,
body[data-surface="standard"] .q p{
  color:var(--std-muted);
}

body[data-surface="standard"] .\!grid{
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;
  gap:18px !important;
}

body[data-surface="standard"] .grid{
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}

body[data-surface="standard"] .hero-card .grid{
  gap:16px;
}

body[data-surface="standard"] .hero-card .\!grid{
  gap:16px !important;
}

body[data-surface="standard"] .hero-card .grid .card{
  min-height:118px;
  text-align:left;
  background:rgba(255,255,255,.84);
}

body[data-surface="standard"] .hero-card .\!grid .card{
  min-height:118px !important;
  text-align:left !important;
  background:rgba(255,255,255,.84) !important;
}

body[data-surface="standard"] .hero-card .grid .card h3{
  margin:0 0 4px;
  font-size:1.8rem;
  color:var(--std-primary);
}

body[data-surface="standard"] .hero-card .\!grid .card h3{
  margin:0 0 4px !important;
  font-size:1.8rem !important;
  color:var(--std-primary) !important;
}

body[data-surface="standard"] .section{
  margin-top:48px;
}

body[data-surface="standard"] .section>h2{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:var(--std-ink);
  font-size:1.58rem;
}

body[data-surface="standard"] .section>h2::before{
  content:"";
  flex:0 0 10px;
  width:10px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--std-primary),var(--std-accent));
}

body[data-surface="standard"] .answer-grid{
  gap:18px;
}

body[data-surface="standard"] .q{
  border:1px solid var(--std-line);
  border-left:5px solid var(--std-primary);
  border-radius:14px;
  padding:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 30px rgba(15,23,42,.055);
}

body[data-surface="standard"] .q h3{
  font-size:1.08rem;
}

body[data-surface="standard"] .card{
  position:relative;
  overflow:hidden;
  min-height:100%;
  border:1px solid var(--std-line);
  border-radius:15px;
  padding:22px;
  background:var(--std-card);
  box-shadow:0 12px 30px rgba(15,23,42,.045);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

body[data-surface="standard"] .card:hover{
  border-color:rgba(37,99,235,.36);
  box-shadow:0 20px 42px rgba(15,23,42,.09);
  transform:translateY(-3px);
}

body[data-surface="standard"] .section .grid .card{
  display:flex;
  flex-direction:column;
  gap:8px;
}

body[data-surface="standard"] .section .\!grid .card{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}

body[data-surface="standard"] .section .grid .card .badge{
  align-self:flex-start;
  margin-bottom:4px;
  background:#ecfeff;
  color:#0f766e;
  border-color:#a5f3fc;
}

body[data-surface="standard"] .section .\!grid .card .badge{
  align-self:flex-start !important;
  margin-bottom:4px !important;
  background:#ecfeff !important;
  color:#0f766e !important;
  border-color:#a5f3fc !important;
}

body[data-surface="standard"] .section .grid .card h3{
  font-size:1.16rem;
  line-height:1.25;
}

body[data-surface="standard"] .section .\!grid .card h3{
  font-size:1.16rem !important;
  line-height:1.25 !important;
}

body[data-surface="standard"] .section .grid .card p strong{
  color:#172554;
}

body[data-surface="standard"] .section .\!grid .card p strong{
  color:#172554 !important;
}

body[data-surface="standard"] .links{
  gap:12px;
}

body[data-surface="standard"] .links a{
  border-color:var(--std-line-strong);
  background:#fff;
  color:#334155;
  box-shadow:0 8px 18px rgba(15,23,42,.035);
}

body[data-surface="standard"] .links a:hover{
  border-color:rgba(37,99,235,.5);
  background:#eff6ff;
  color:var(--std-primary);
}

body[data-surface="standard"] .badge{
  background:#eef2ff;
  color:var(--std-primary-2);
  border-color:#c7d2fe;
}

/* ---- directory-first polish: beautiful outside, full details inside ---- */

body[data-surface="job-directory"]{
  --std-bg:#f5f7fb;
  --std-card:#ffffff;
  --std-ink:#101827;
  --std-muted:#56677f;
  --std-primary:#2563eb;
  --std-primary-2:#4f46e5;
  --std-accent:#0d9488;
  --std-line:#dbe5f3;
  --std-line-strong:#c6d3e5;
  --std-shadow:0 20px 48px rgba(15,23,42,.09);
  background:
    radial-gradient(circle at 8% 6%,rgba(37,99,235,.13),transparent 30rem),
    radial-gradient(circle at 90% 18%,rgba(13,148,136,.12),transparent 26rem),
    linear-gradient(180deg,#fff 0%,#f5f8fc 42%,#fff 100%);
  color:var(--std-ink);
}

body[data-surface="job-directory"] .header-shell{
  border-bottom:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.9);
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

body[data-surface="job-directory"] .wrap{
  width:min(1220px,100%);
  padding:34px 22px 76px;
}

body[data-surface="job-directory"] h1{
  max-width:980px;
  margin:20px 0 14px;
  font-size:clamp(2.15rem,4vw,3.65rem);
  letter-spacing:-.025em;
}

body[data-surface="sarkari-exam-calendar"] .wrap{
  max-width:1600px;
  width:100%;
  padding:24px 16px 40px;
}

body[data-surface="job-directory"] .intro{
  max-width:920px;
  margin-bottom:30px;
  color:var(--std-muted);
  font-size:1.08rem;
}

body[data-surface="job-directory"] .hero-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(37,99,235,.14);
  border-radius:24px;
  padding:32px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(246,250,255,.92)),
    radial-gradient(circle at right top,rgba(37,99,235,.13),transparent 20rem);
  box-shadow:var(--std-shadow);
}

body[data-surface="job-directory"] .hero-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#2563eb,#0d9488,#dc2626);
}

body[data-surface="job-directory"] .\!grid{
  grid-template-columns:repeat(auto-fit,minmax(282px,1fr)) !important;
  gap:20px !important;
}

body[data-surface="job-directory"] .grid{
  grid-template-columns:repeat(auto-fit,minmax(282px,1fr));
  gap:20px;
}

body[data-surface="job-directory"] .section{
  margin-top:52px;
}

body[data-surface="job-directory"] .section>h2{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
  color:var(--std-ink);
  font-size:1.6rem;
}

body[data-surface="job-directory"] .section>h2::before{
  content:"";
  width:10px;
  height:30px;
  flex:0 0 10px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--std-primary),var(--std-accent));
}

body[data-surface="job-directory"] .card{
  display:block;
  position:relative;
  overflow:hidden;
  min-height:100%;
  border:1px solid var(--std-line);
  border-radius:18px;
  padding:24px;
  background:var(--std-card);
  color:inherit;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(15,23,42,.055);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

body[data-surface="job-directory"] .card:hover{
  border-color:rgba(37,99,235,.38);
  box-shadow:0 24px 52px rgba(15,23,42,.11);
  transform:translateY(-4px);
}

body[data-surface="job-directory"] .hero-card .grid .card{
  min-height:118px;
  background:rgba(255,255,255,.86);
}

body[data-surface="job-directory"] .hero-card .\!grid .card{
  min-height:118px !important;
  background:rgba(255,255,255,.86) !important;
}

body[data-surface="job-directory"] .hero-card .grid .card h3{
  margin:0 0 4px;
  font-size:1.85rem;
  color:var(--std-primary);
}

body[data-surface="job-directory"] .hero-card .\!grid .card h3{
  margin:0 0 4px !important;
  font-size:1.85rem !important;
  color:var(--std-primary) !important;
}

body[data-surface="job-directory"] .badge{
  background:#eef2ff;
  color:#4338ca;
  border-color:#c7d2fe;
}

body[data-surface="job-directory"] .answer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:18px;
}

body[data-surface="job-directory"] .q{
  border:1px solid var(--std-line);
  border-left:5px solid var(--std-primary);
  border-radius:15px;
  padding:22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 30px rgba(15,23,42,.055);
}

body[data-surface="job-directory"] .q p,
body[data-surface="job-directory"] .card p,
body[data-surface="job-directory"] .hero-card p{
  color:var(--std-muted);
}

body[data-surface="job-directory"] .job-teaser-card{
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:25px;
  isolation:isolate;
  cursor:default;
}

body[data-surface="job-directory"] a.job-teaser-card{
  cursor:pointer
}

body[data-surface="job-directory"] .job-teaser-card h3 a,
body[data-surface="job-directory"] .job-teaser-cta{
  cursor:pointer
}

body[data-surface="job-directory"] .job-teaser-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(135deg,var(--card-tint,rgba(37,99,235,.08)),transparent 54%),
    radial-gradient(circle at 96% 6%,var(--card-glow,rgba(37,99,235,.16)),transparent 12rem);
}

body[data-surface="job-directory"] .job-teaser-card::after{
  content:"";
  position:absolute;
  inset:auto 22px 0 22px;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,var(--card-a,#2563eb),var(--card-b,#0d9488));
}

body[data-surface="job-directory"] .job-teaser-card .badge{
  align-self:flex-start;
  max-width:100%;
  margin:0 0 18px;
  background:color-mix(in srgb,var(--card-a,#2563eb) 10%,#fff);
  color:var(--card-a,#2563eb);
  border-color:color-mix(in srgb,var(--card-a,#2563eb) 24%,#fff);
  white-space:normal;
}

body[data-surface="job-directory"] .job-teaser-card .badge--external{
  display:inline-flex;
  align-items:center;
  gap:5px;
  background:#fff;
  border-style:dashed;
  border-width:1.5px;
  color:#475569;
  border-color:#94a3b8;
}

body[data-surface="job-directory"] .job-teaser-card .badge--external svg{
  flex-shrink:0
}

body[data-surface="job-directory"] .job-teaser-card h3{
  margin:0 0 12px;
  font-size:1.28rem;
  line-height:1.22;
}

body[data-surface="job-directory"] .job-teaser-card h3 a{
  color:inherit;
  text-decoration:none
}

body[data-surface="job-directory"] .job-teaser-card h3 a:hover,
body[data-surface="job-directory"] .job-teaser-card h3 a:focus-visible{
  text-decoration:underline
}

body[data-surface="job-directory"] .job-teaser-cta:focus-visible,
body[data-surface="job-directory"] .job-teaser-card h3 a:focus-visible,
body[data-surface="job-directory"] a.job-teaser-card:focus-visible{
  outline:2px solid var(--card-a,#2563eb);
  outline-offset:2px;
  border-radius:12px
}

body[data-surface="job-directory"] .chip:focus-visible{
  outline:2px solid var(--std-primary);
  outline-offset:2px
}

body[data-surface="job-directory"] .job-load-more:focus-visible{
  outline:2px solid var(--std-primary);
  outline-offset:2px
}

body[data-surface="job-directory"] .job-teaser-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 0;
}

body[data-surface="job-directory"] .job-teaser-meta span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(148,163,184,.32);
  color:#334155;
  font-size:.82rem;
  font-weight:800;
}

body[data-surface="job-directory"] .job-teaser-cta{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:8px;
  margin-top:auto;
  padding-top:22px;
  color:var(--card-a,#2563eb);
  font-size:.92rem;
}

body[data-surface="job-directory"] .job-teaser-cta::after{
  content:"";
  width:26px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transition:width .2s ease;
}

body[data-surface="job-directory"] .job-teaser-card:hover .job-teaser-cta::after{
  width:42px;
}

body[data-surface="job-directory"] .theme-banking{
  --card-a:#0f766e;
  --card-b:#2563eb;
  --card-tint:rgba(15,118,110,.11);
  --card-glow:rgba(15,118,110,.17)
}

body[data-surface="job-directory"] .theme-railway{
  --card-a:#7c3aed;
  --card-b:#2563eb;
  --card-tint:rgba(124,58,237,.10);
  --card-glow:rgba(124,58,237,.18)
}

body[data-surface="job-directory"] .theme-police{
  --card-a:#1d4ed8;
  --card-b:#0f172a;
  --card-tint:rgba(29,78,216,.10);
  --card-glow:rgba(29,78,216,.18)
}

body[data-surface="job-directory"] .theme-defence{
  --card-a:#15803d;
  --card-b:#475569;
  --card-tint:rgba(21,128,61,.10);
  --card-glow:rgba(21,128,61,.17)
}

body[data-surface="job-directory"] .theme-teaching{
  --card-a:#c2410c;
  --card-b:#be123c;
  --card-tint:rgba(194,65,12,.10);
  --card-glow:rgba(194,65,12,.17)
}

body[data-surface="job-directory"] .theme-upsc{
  --card-a:#9333ea;
  --card-b:#db2777;
  --card-tint:rgba(147,51,234,.10);
  --card-glow:rgba(147,51,234,.17)
}

body[data-surface="job-directory"] .theme-central{
  --card-a:#2563eb;
  --card-b:#06b6d4;
  --card-tint:rgba(37,99,235,.10);
  --card-glow:rgba(37,99,235,.17)
}

body[data-surface="job-directory"] .theme-state{
  --card-a:#0d9488;
  --card-b:#65a30d;
  --card-tint:rgba(13,148,136,.10);
  --card-glow:rgba(13,148,136,.17)
}

body[data-surface="job-directory"] .theme-professional{
  --card-a:#be123c;
  --card-b:#7c3aed;
  --card-tint:rgba(190,18,60,.09);
  --card-glow:rgba(190,18,60,.15)
}

body[data-surface="job-directory"] .job-directory-toolbar{
  position:sticky;
  top:0;
  z-index:15;
  margin:0 0 8px;
  padding:18px 22px;
  border:1px solid var(--std-line);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  -webkit-backdrop-filter:blur(10px);
          backdrop-filter:blur(10px);
  box-shadow:0 16px 34px rgba(15,23,42,.07);
}

body[data-surface="job-directory"] .job-search-box{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--std-line-strong);
  border-radius:14px;
  padding:12px 16px;
  background:#fff;
}

body[data-surface="job-directory"] .job-search-icon{
  font-size:1.05rem;
  opacity:.7
}

body[data-surface="job-directory"] .job-search-box input[type="search"]{
  flex:1;
  border:0;
  outline:0;
  background:transparent;
  font:600 1rem var(--font-body);
  color:var(--std-ink);
  min-width:0;
}

body[data-surface="job-directory"] .job-search-box input[type="search"]::-moz-placeholder{
  color:var(--std-muted);
  font-weight:500
}

body[data-surface="job-directory"] .job-search-box input[type="search"]::placeholder{
  color:var(--std-muted);
  font-weight:500
}

body[data-surface="job-directory"] .job-search-count{
  flex:0 0 auto;
  font-size:.82rem;
  font-weight:800;
  color:var(--std-primary);
  background:rgba(37,99,235,.1);
  padding:6px 12px;
  border-radius:999px;
  white-space:nowrap;
}

body[data-surface="job-directory"] .job-board-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

body[data-surface="job-directory"] .chip{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  cursor:pointer;
  border:1px solid var(--std-line-strong);
  background:#fff;
  color:var(--std-muted);
  font:700 .85rem var(--font-body);
  padding:8px 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}

body[data-surface="job-directory"] .chip span{
  background:rgba(15,23,42,.06);
  color:inherit;
  border-radius:999px;
  padding:1px 7px;
  font-size:.76rem;
}

body[data-surface="job-directory"] .chip:hover{
  border-color:var(--std-primary)
}

body[data-surface="job-directory"] .chip.active{
  background:var(--std-primary);
  border-color:var(--std-primary);
  color:#fff;
}

body[data-surface="job-directory"] .chip.active span{
  background:rgba(255,255,255,.25);
  color:#fff
}

body[data-surface="job-directory"] .job-directory-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin:14px 0 0;
  padding:32px 20px;
  border:1px dashed var(--std-line-strong);
  border-radius:14px;
  background:#fff;
  color:var(--std-muted);
  font-weight:600;
  text-align:center;
}

body[data-surface="job-directory"] .job-directory-empty svg{
  color:#94a3b8
}

body[data-surface="job-directory"] .job-directory-empty p{
  margin:0
}

body[data-surface="job-directory"] .job-board-group[hidden],
body[data-surface="job-directory"] .job-teaser-card[hidden]{
  display:none
}

body[data-surface="job-directory"] .job-load-more{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  cursor:pointer;
  border:1px dashed var(--std-line-strong);
  background:#fff;
  color:var(--std-primary);
  font:700 .88rem var(--font-body);
  padding:12px 20px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:100%;
  margin-top:18px;
  transition:background .2s ease,border-color .2s ease;
}

body[data-surface="job-directory"] .job-load-more:hover{
  background:rgba(15,23,42,.03);
  border-color:var(--std-primary)
}

body[data-surface="job-directory"] .job-load-more:disabled{
  cursor:wait;
  opacity:.6
}

body[data-surface="job-directory"] .job-load-more.is-loading::before{
  content:"";
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid color-mix(in srgb,var(--std-primary) 30%,transparent);
  border-top-color:var(--std-primary);
  animation:job-load-more-spin .7s linear infinite;
}

/* ---- individual public page palettes ---- */

body[data-surface="ssc-cgl-coaching"]{
  --primary:#4f46e5;
  --primary-soft:#e0e7ff;
  --accent:#e11d48;
  --accent-soft:#ffe4e6
}

body[data-surface="ssc-chsl-preparation"]{
  --primary:#0891b2;
  --primary-soft:#cffafe;
  --accent:#7c3aed;
  --accent-soft:#ede9fe
}

body[data-surface="ssc-gd-preparation"]{
  --primary:#15803d;
  --primary-soft:#dcfce7;
  --accent:#c2410c;
  --accent-soft:#ffedd5
}

body[data-surface="bank-po-preparation"]{
  --primary:#0f766e;
  --primary-soft:#ccfbf1;
  --accent:#2563eb;
  --accent-soft:#dbeafe
}

body[data-surface="upsc-foundation"]{
  --primary:#7c3aed;
  --primary-soft:#ede9fe;
  --accent:#db2777;
  --accent-soft:#fce7f3
}

body[data-surface="up-police-constable-preparation"]{
  --primary:#1d4ed8;
  --primary-soft:#dbeafe;
  --accent:#0f172a;
  --accent-soft:#e2e8f0
}

body[data-surface="railway-ntpc-preparation"]{
  --primary:#6d28d9;
  --primary-soft:#ede9fe;
  --accent:#0891b2;
  --accent-soft:#cffafe
}

body[data-surface="railway-group-d-preparation"]{
  --primary:#c2410c;
  --primary-soft:#ffedd5;
  --accent:#15803d;
  --accent-soft:#dcfce7
}

body[data-surface="banking-railway-exam-preparation"]{
  --primary:#0f766e;
  --primary-soft:#ccfbf1;
  --accent:#7c3aed;
  --accent-soft:#ede9fe
}

body[data-surface="sarkari-naukri"]{
  --primary:#0b3d5c;
  --primary-soft:#e5eef5;
  --accent:#e07b1a;
  --accent-soft:#fdf0e0;
  --tool-a:#0b3d5c;
  --tool-b:#e07b1a;
  --tool-soft:#f0f5f9;
  --gov-navy:#0b3d5c;
  --gov-navy-deep:#072a40;
  --gov-saffron:#e07b1a;
  --gov-saffron-deep:#c2660f;
  --gov-green:#0d6b3f;
  --gov-cream:#faf6ee;
  --gov-line:#d8c9a3
}

body[data-surface="job-directory"]{
  --primary:#dc2626;
  --primary-soft:#fee2e2;
  --accent:#ea580c;
  --accent-soft:#ffedd5
}

body[data-surface="admit-card"]{
  --primary:#d97706;
  --primary-soft:#fef3c7;
  --accent:#2563eb;
  --accent-soft:#dbeafe
}

body[data-surface="sarkari-result-updates"]{
  --primary:#15803d;
  --primary-soft:#dcfce7;
  --accent:#ca8a04;
  --accent-soft:#fef9c3
}

body.rojgar-surface .header-row{
  max-width:1560px;
  padding-left:24px;
  padding-right:24px;
}

body.rojgar-surface .logo .logo-mark{
  color:#fff
}

body.rojgar-surface .nav{
  gap:6px;
  overflow:visible
}

body.rojgar-surface .nav a{
  padding:8px 11px;
  font-size:.9rem
}

body.rojgar-surface .rojgar-tools{
  position:relative;
  z-index:12;
  border-bottom:1px solid var(--gov-line,#d8c9a3);
  background:linear-gradient(90deg,var(--gov-cream,#faf6ee) 0%,#fff 45%,#eaf1f6 100%);
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}

body.rojgar-surface .rojgar-tools-inner{
  max-width:1560px;
  margin:0 auto;
  padding:12px 24px;
  display:flex;
  align-items:center;
  gap:14px;
}

body.rojgar-surface .rojgar-tools-title{
  flex:0 0 auto;
  color:var(--gov-navy,#0b3d5c);
  font-family:var(--font-heading);
  font-size:.88rem;
  letter-spacing:.02em;
  text-decoration:none;
}

body.rojgar-surface .rojgar-tools-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}

body.rojgar-surface .rojgar-tools-links a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:7px 12px;
  border:1px solid #e2e8f0;
  border-radius:11px;
  background:#fff;
  color:#334155;
  font-size:.84rem;
  font-weight:700;
  line-height:1.15;
  text-decoration:none;
  box-shadow:0 4px 12px rgba(15,23,42,.05);
  transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}

body.rojgar-surface .rojgar-tools-links a:hover{
  transform:translateY(-2px);
  border-color:color-mix(in srgb,var(--gov-saffron,#e07b1a) 45%,#e2e8f0);
  color:var(--gov-saffron-deep,#c2660f);
  box-shadow:0 8px 18px rgba(224,123,26,.12);
}

body.rojgar-surface .rojgar-tools-links a.active{
  border-color:var(--primary);
  background:var(--primary);
  color:#fff;
  box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 24%,transparent);
}

body.rojgar-surface .rojgar-tools-title.active{
  color:var(--gov-saffron-deep,#c2660f)
}

body.rojgar-surface .tool-page-guide{
  position:relative;
  overflow:hidden;
  margin:44px 0 64px;
  padding:68px 0 76px;
  border:1px solid color-mix(in srgb,var(--tool-a) 16%,#e2e8f0);
  border-radius:28px;
  background:
    radial-gradient(circle at 5% 8%,color-mix(in srgb,var(--tool-a) 17%,transparent),transparent 24rem),
    radial-gradient(circle at 94% 88%,color-mix(in srgb,var(--tool-b) 16%,transparent),transparent 26rem),
    linear-gradient(180deg,var(--tool-soft),#fff 34%,#f8fafc 100%);
}

body.rojgar-surface .tool-guide-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto
}

/* Government-portal styled components (Rojgar Kendra) */

body.rojgar-surface .gov-official-strip{
  margin:0 0 26px;
  border:1px solid var(--gov-line,#d8c9a3);
  border-radius:12px;
  background:linear-gradient(90deg,var(--gov-navy,#0b3d5c),var(--gov-navy-deep,#072a40));
  box-shadow:0 8px 22px rgba(11,61,92,.18);
  overflow:hidden
}

body.rojgar-surface .gov-official-strip::before{
  content:"";
  display:block;
  height:4px;
  background:linear-gradient(90deg,var(--gov-saffron,#e07b1a) 0 33%,#fff 33% 66%,var(--gov-green,#0d6b3f) 66% 100%)
}

body.rojgar-surface .gov-official-strip-inner{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 20px
}

body.rojgar-surface .gov-official-emblem{
  font-size:1.5rem;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))
}

body.rojgar-surface .gov-official-text{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0
}

body.rojgar-surface .gov-official-text strong{
  color:#fff;
  font:800 .92rem var(--font-heading);
  letter-spacing:.01em
}

body.rojgar-surface .gov-official-text span{
  color:#dce8f0;
  font-size:.78rem;
  line-height:1.4
}

body.rojgar-surface .gov-official-badge{
  flex:0 0 auto;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.12);
  color:#fce8d0;
  font:800 .66rem var(--font-heading);
  letter-spacing:.04em;
  white-space:nowrap
}

body.rojgar-surface .gov-overview-panel{
  margin:28px 0 0;
  padding:26px 30px;
  border:1px solid var(--gov-line,#d8c9a3);
  border-left:5px solid var(--gov-navy,#0b3d5c);
  border-radius:14px;
  background:var(--gov-cream,#faf6ee)
}

body.rojgar-surface .gov-overview-panel h2{
  margin:0 0 12px;
  font:800 1.2rem var(--font-heading);
  color:var(--gov-navy,#0b3d5c)
}

body.rojgar-surface .gov-overview-panel p{
  margin:0;
  color:#3d3225;
  font-size:.98rem;
  line-height:1.85;
  text-align:justify
}

body.rojgar-surface .gov-facts-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px
}

body.rojgar-surface .gov-facts-grid article{
  position:relative;
  padding:18px 20px 18px 24px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
  box-shadow:0 6px 16px rgba(15,23,42,.04)
}

body.rojgar-surface .gov-facts-grid article::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:4px;
  border-radius:4px;
  background:linear-gradient(180deg,var(--gov-saffron,#e07b1a),var(--gov-navy,#0b3d5c))
}

body.rojgar-surface .gov-facts-grid h3{
  margin:0 0 8px;
  font-size:.96rem;
  color:var(--gov-navy,#0b3d5c)
}

body.rojgar-surface .gov-facts-grid p{
  margin:0;
  color:#57534e;
  font-size:.86rem;
  line-height:1.65
}

body.rojgar-surface .gov-table-wrap{
  overflow-x:auto;
  border:1px solid var(--gov-line,#d8c9a3);
  border-radius:12px
}

body.rojgar-surface .gov-table{
  width:100%;
  border-collapse:collapse;
  font-size:.88rem;
  min-width:520px
}

body.rojgar-surface .gov-table thead tr{
  background:var(--gov-navy,#0b3d5c)
}

body.rojgar-surface .gov-table th{
  padding:13px 16px;
  color:#fff;
  font-weight:800;
  text-align:left;
  letter-spacing:.02em
}

body.rojgar-surface .gov-table td{
  padding:12px 16px;
  border-top:1px solid #eee2c8;
  color:#3d3225
}

body.rojgar-surface .gov-table tbody tr:nth-child(even){
  background:var(--gov-cream,#faf6ee)
}

body.rojgar-surface .gov-table tbody tr:hover{
  background:var(--tool-soft)
}

body.rojgar-surface .gov-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px
}

body.rojgar-surface .gov-checklist li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 16px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#fff;
  font-size:.88rem;
  color:#334155;
  line-height:1.5
}

body.rojgar-surface .gov-checklist li span{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--gov-green,#0d6b3f);
  color:#fff;
  font-size:.7rem;
  font-weight:800
}

body.rojgar-surface .gov-faq-list{
  display:flex;
  flex-direction:column;
  gap:10px
}

body.rojgar-surface .gov-faq-item{
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
  padding:4px 4px
}

body.rojgar-surface .gov-faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:16px 44px 16px 18px;
  position:relative;
  font-weight:750;
  color:#1e293b;
  font-size:.94rem
}

body.rojgar-surface .gov-faq-item summary::-webkit-details-marker{
  display:none
}

body.rojgar-surface .gov-faq-item summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--tool-soft);
  color:var(--tool-a);
  font-weight:800;
  transition:transform .2s ease
}

body.rojgar-surface .gov-faq-item[open] summary::after{
  transform:translateY(-50%) rotate(45deg)
}

body.rojgar-surface .gov-faq-item p{
  margin:0;
  padding:0 18px 18px;
  color:#57534e;
  font-size:.88rem;
  line-height:1.7
}

body.rojgar-surface .tool-direct-answer{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(135deg,var(--tool-a),var(--tool-b));
  box-shadow:0 22px 50px color-mix(in srgb,var(--tool-a) 25%,transparent);
}

body.rojgar-surface .tool-direct-answer h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(1.75rem,3vw,2.55rem)
}

body.rojgar-surface .tool-direct-answer p{
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:1.02rem;
  line-height:1.8
}

body.rojgar-surface .tool-review-note{
  margin:13px 4px 0;
  color:#64748b;
  font-size:.78rem;
  text-align:right
}

body.rojgar-surface .tool-kicker,
body.rojgar-surface .tool-section-head>span{
  display:inline-flex;
  width:-moz-max-content;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.rojgar-surface .tool-kicker{
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.14);
  color:#fff
}

body.rojgar-surface .tool-section-head>span{
  border:1px solid color-mix(in srgb,var(--tool-a) 28%,#e2e8f0);
  background:var(--tool-soft);
  color:var(--tool-a)
}

body.rojgar-surface .tool-trust-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 20px;
  margin-top:16px;
  padding:12px 16px;
  border:1px solid #e2e8f0;
  border-radius:13px;
  background:rgba(255,255,255,.9);
  color:#64748b;
  font-size:.8rem;
}

body.rojgar-surface .tool-trust-row strong{
  color:#334155
}

body.rojgar-surface .tool-section-head{
  max-width:820px;
  margin:68px 0 26px
}

body.rojgar-surface .tool-section-head h2{
  margin:12px 0 9px;
  font-size:clamp(1.85rem,3.3vw,2.7rem)
}

body.rojgar-surface .tool-section-head p{
  margin:0;
  color:#64748b;
  font-size:1rem
}

body.rojgar-surface .tool-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px
}

body.rojgar-surface .tool-feature-grid article{
  min-height:220px;
  padding:24px;
  border:1px solid #e2e8f0;
  border-top:4px solid var(--tool-a);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.055);
}

body.rojgar-surface .tool-feature-grid article>span{
  color:var(--tool-a);
  font:800 .78rem var(--font-heading);
  letter-spacing:.1em
}

body.rojgar-surface .tool-feature-grid h3{
  margin:24px 0 10px;
  font-size:1.13rem
}

body.rojgar-surface .tool-feature-grid p{
  margin:0;
  color:#64748b;
  font-size:.9rem;
  line-height:1.65
}

body.rojgar-surface .tool-data-section{
  margin-top:72px;
  padding:30px;
  border:1px solid color-mix(in srgb,var(--tool-a) 16%,#e2e8f0);
  border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 32px rgba(15,23,42,.055)
}

body.rojgar-surface .tool-data-section .tool-section-head{
  margin:0 0 24px
}

body.rojgar-surface .board-coverage-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:11px
}

body.rojgar-surface .board-coverage-grid article{
  position:relative;
  overflow:hidden;
  padding:18px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:linear-gradient(160deg,color-mix(in srgb,var(--card-a,#2563eb) 6%,#fff),#fff 62%);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

body.rojgar-surface .board-coverage-grid article::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:var(--card-a,#2563eb);
}

body.rojgar-surface .board-coverage-grid article:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(15,23,42,.09);
  border-color:color-mix(in srgb,var(--card-a,#2563eb) 30%,#e2e8f0);
}

body.rojgar-surface .board-coverage-grid strong{
  display:block;
  color:var(--card-a,var(--tool-a));
  font:800 1.8rem var(--font-heading)
}

body.rojgar-surface .board-coverage-grid span{
  display:block;
  margin-top:4px;
  font-weight:800
}

body.rojgar-surface .board-coverage-grid small{
  color:#64748b
}

body.rojgar-surface .qualification-data-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:12px
}

body.rojgar-surface .qualification-data-grid article{
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#fff
}

body.rojgar-surface .qualification-data-grid article>strong{
  color:var(--tool-a);
  font:800 1.9rem var(--font-heading)
}

body.rojgar-surface .qualification-data-grid h3{
  margin:7px 0 13px;
  font-size:1rem
}

body.rojgar-surface .qualification-data-grid a{
  display:block;
  margin-top:7px;
  color:#475569;
  font-size:.78rem;
  text-decoration:none
}

body.rojgar-surface .requirement-matrix{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:18px
}

body.rojgar-surface .requirement-matrix article{
  padding:17px;
  border-left:4px solid var(--tool-b);
  border-radius:12px;
  background:var(--tool-soft)
}

body.rojgar-surface .requirement-matrix article>div{
  display:flex;
  align-items:center;
  gap:10px
}

body.rojgar-surface .requirement-matrix strong{
  font-size:1.4rem;
  color:var(--tool-a)
}

body.rojgar-surface .requirement-matrix span{
  font-weight:800
}

body.rojgar-surface .requirement-matrix p{
  margin:8px 0 0;
  color:#64748b;
  font-size:.76rem;
  line-height:1.45
}

body.rojgar-surface .subject-frequency-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:9px
}

body.rojgar-surface .subject-frequency-cloud span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#fff;
  color:#334155;
  font-weight:700;
  font-size:.84rem
}

body.rojgar-surface .subject-frequency-cloud strong{
  display:grid;
  place-items:center;
  min-width:25px;
  height:25px;
  border-radius:50%;
  background:var(--tool-a);
  color:#fff;
  font-size:.72rem
}

body.rojgar-surface .exam-subject-table{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:22px
}

body.rojgar-surface .exam-subject-table article{
  padding:16px 18px;
  border:1px solid #e2e8f0;
  border-radius:13px;
  background:#fff
}

body.rojgar-surface .exam-subject-table article>div{
  display:flex;
  justify-content:space-between;
  gap:12px
}

body.rojgar-surface .exam-subject-table article>div span{
  color:var(--tool-a);
  font-weight:800;
  font-size:.8rem
}

body.rojgar-surface .exam-subject-table p{
  margin:8px 0 0;
  color:#64748b;
  font-size:.8rem
}

body.rojgar-surface .pattern-split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}

body.rojgar-surface .pattern-split-grid>div{
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#fff
}

body.rojgar-surface .pattern-split-grid h3{
  margin:0 0 12px
}

body.rojgar-surface .pattern-split-grid p{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin:0;
  padding:10px 0;
  border-top:1px dashed #e2e8f0
}

body.rojgar-surface .pattern-split-grid p strong{
  color:var(--tool-a)
}

body.rojgar-surface .complex-pattern-list{
  margin-top:18px;
  padding:20px;
  border-radius:15px;
  background:#0f172a
}

body.rojgar-surface .complex-pattern-list h3{
  margin:0 0 10px;
  color:#fff
}

body.rojgar-surface .complex-pattern-list a{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-top:1px solid #334155;
  color:#e2e8f0;
  text-decoration:none;
  font-size:.82rem
}

body.rojgar-surface .complex-pattern-list a strong{
  color:#c4b5fd;
  text-align:right
}

body.rojgar-surface .live-admit-section,
body.rojgar-surface .live-result-section,
body.rojgar-surface .live-answerkey-section,
body.rojgar-surface .live-calendar-section{
  border-color:color-mix(in srgb,var(--tool-a) 30%,#e2e8f0);
  background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--tool-a) 4%,#fff));
  animation:live-section-in .5s ease both
}

body.rojgar-surface .live-pulse-dot{
  position:relative;
  display:inline-block;
  width:9px;
  height:9px;
  margin-right:7px;
  border-radius:50%;
  background:#16a34a;
  vertical-align:middle;
  box-shadow:0 0 0 rgba(22,163,74,.5)
}

body.rojgar-surface .live-pulse-dot::after{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:50%;
  border:2px solid #16a34a;
  animation:live-pulse-ring 1.8s ease-out infinite
}

body.rojgar-surface .live-admit-grid,
body.rojgar-surface .live-result-grid,
body.rojgar-surface .live-answerkey-grid,
body.rojgar-surface .live-calendar-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}

body.rojgar-surface .live-admit-card,
body.rojgar-surface .live-result-card,
body.rojgar-surface .live-answerkey-card,
body.rojgar-surface .live-calendar-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:22px 20px 20px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
  transition:transform .2s cubic-bezier(.2,.8,.3,1),box-shadow .2s ease,border-color .2s ease;
  overflow:hidden;
  animation:live-card-in .45s ease both
}

body.rojgar-surface .live-admit-card::before,
body.rojgar-surface .live-result-card::before,
body.rojgar-surface .live-answerkey-card::before,
body.rojgar-surface .live-calendar-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,var(--tool-a),var(--tool-b));
  opacity:0;
  transform:scaleX(0);
  transform-origin:left;
  transition:opacity .2s ease,transform .3s ease
}

body.rojgar-surface .live-admit-card:hover::before,
body.rojgar-surface .live-result-card:hover::before,
body.rojgar-surface .live-answerkey-card:hover::before,
body.rojgar-surface .live-calendar-card:hover::before{
  opacity:1;
  transform:scaleX(1)
}

body.rojgar-surface .live-admit-grid article:nth-child(2),
body.rojgar-surface .live-result-grid article:nth-child(2),
body.rojgar-surface .live-answerkey-grid article:nth-child(2),
body.rojgar-surface .live-calendar-grid article:nth-child(2){
  animation-delay:.05s
}

body.rojgar-surface .live-admit-grid article:nth-child(3),
body.rojgar-surface .live-result-grid article:nth-child(3),
body.rojgar-surface .live-answerkey-grid article:nth-child(3),
body.rojgar-surface .live-calendar-grid article:nth-child(3){
  animation-delay:.1s
}

body.rojgar-surface .live-admit-grid article:nth-child(n+4),
body.rojgar-surface .live-result-grid article:nth-child(n+4),
body.rojgar-surface .live-answerkey-grid article:nth-child(n+4),
body.rojgar-surface .live-calendar-grid article:nth-child(n+4){
  animation-delay:.14s
}

body.rojgar-surface .live-admit-card:hover,
body.rojgar-surface .live-result-card:hover,
body.rojgar-surface .live-answerkey-card:hover,
body.rojgar-surface .live-calendar-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(15,23,42,.11);
  border-color:color-mix(in srgb,var(--tool-a) 22%,#e2e8f0)
}

body.rojgar-surface .live-admit-card.is-new,
body.rojgar-surface .live-result-card.is-new,
body.rojgar-surface .live-answerkey-card.is-new{
  border-color:color-mix(in srgb,var(--tool-a) 45%,#e2e8f0);
  box-shadow:0 10px 26px color-mix(in srgb,var(--tool-a) 12%,rgba(15,23,42,.05))
}

body.rojgar-surface .live-admit-new,
body.rojgar-surface .live-result-new,
body.rojgar-surface .live-answerkey-new{
  position:absolute;
  top:14px;
  right:14px;
  padding:3px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--tool-a),var(--tool-b));
  color:#fff;
  font:800 .66rem var(--font-heading);
  letter-spacing:.04em;
  box-shadow:0 4px 12px color-mix(in srgb,var(--tool-a) 35%,transparent);
  animation:live-new-pop .35s cubic-bezier(.34,1.56,.64,1) both
}

body.rojgar-surface .live-admit-top,
body.rojgar-surface .live-result-top,
body.rojgar-surface .live-answerkey-top,
body.rojgar-surface .live-calendar-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:12px
}

body.rojgar-surface .live-admit-board,
body.rojgar-surface .live-result-board,
body.rojgar-surface .live-answerkey-board,
body.rojgar-surface .live-calendar-board{
  padding:4px 11px;
  border-radius:999px;
  background:var(--tool-soft);
  color:var(--tool-a);
  font:800 .72rem var(--font-heading);
  letter-spacing:.03em;
  white-space:nowrap
}

body.rojgar-surface .live-admit-updated,
body.rojgar-surface .live-result-updated,
body.rojgar-surface .live-answerkey-updated{
  color:#94a3b8;
  font-size:.72rem;
  font-weight:700;
  white-space:nowrap
}

body.rojgar-surface .live-admit-card h3,
body.rojgar-surface .live-result-card h3,
body.rojgar-surface .live-answerkey-card h3,
body.rojgar-surface .live-calendar-card h3{
  margin:0 0 10px;
  font-size:1.02rem;
  line-height:1.4;
  font-weight:750
}

body.rojgar-surface .live-admit-meta,
body.rojgar-surface .live-result-meta,
body.rojgar-surface .live-answerkey-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px
}

body.rojgar-surface .live-admit-meta span,
body.rojgar-surface .live-result-meta span,
body.rojgar-surface .live-answerkey-meta span{
  padding:5px 10px;
  border-radius:8px;
  background:#f8fafc;
  border:1px solid #eef2f7;
  color:#475569;
  font-size:.74rem;
  font-weight:700
}

body.rojgar-surface .live-admit-cta,
body.rojgar-surface .live-result-cta,
body.rojgar-surface .live-answerkey-cta,
body.rojgar-surface .live-calendar-cta{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:auto;
  padding:12px 16px;
  border-radius:11px;
  background:linear-gradient(135deg,var(--tool-a),var(--tool-b));
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:.88rem;
  box-shadow:0 10px 22px color-mix(in srgb,var(--tool-a) 30%,transparent);
  transition:box-shadow .2s ease,transform .15s ease
}

body.rojgar-surface .live-admit-cta:hover,
body.rojgar-surface .live-result-cta:hover,
body.rojgar-surface .live-answerkey-cta:hover,
body.rojgar-surface .live-calendar-cta:hover{
  filter:brightness(1.07);
  box-shadow:0 14px 28px color-mix(in srgb,var(--tool-a) 38%,transparent);
  transform:translateY(-1px)
}

body.rojgar-surface .live-admit-cta:active,
body.rojgar-surface .live-result-cta:active,
body.rojgar-surface .live-answerkey-cta:active,
body.rojgar-surface .live-calendar-cta:active{
  transform:translateY(0)
}

body.rojgar-surface .live-admit-cta b,
body.rojgar-surface .live-result-cta b,
body.rojgar-surface .live-answerkey-cta b,
body.rojgar-surface .live-calendar-cta b{
  font-size:1rem;
  transition:transform .2s ease
}

body.rojgar-surface .live-admit-cta:hover b,
body.rojgar-surface .live-result-cta:hover b,
body.rojgar-surface .live-answerkey-cta:hover b,
body.rojgar-surface .live-calendar-cta:hover b{
  transform:translate(2px,-2px)
}

body.rojgar-surface .live-calendar-qual{
  margin:0 0 10px;
  color:#57534e;
  font-size:.8rem;
  font-weight:600
}

body.rojgar-surface .live-calendar-dates{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:18px;
  padding:12px 14px;
  border-radius:10px;
  background:#f8fafc;
  border:1px solid #eef2f7
}

body.rojgar-surface .live-calendar-dates span{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:.76rem;
  color:#475569;
  font-weight:600
}

body.rojgar-surface .live-calendar-dates span b{
  color:#0f172a;
  font-weight:800
}

body.rojgar-surface .live-calendar-status{
  padding:4px 10px;
  border-radius:999px;
  font:800 .68rem var(--font-heading);
  letter-spacing:.02em;
  white-space:nowrap
}

body.rojgar-surface .live-calendar-status.status-active{
  background:#ecfdf5;
  color:#059669;
  border:1px solid #a7f3d0
}

body.rojgar-surface .live-calendar-status.status-upcoming{
  background:#eff6ff;
  color:#2563eb;
  border:1px solid #bfdbfe
}

body.rojgar-surface .live-calendar-status.status-exam{
  background:#fef2f2;
  color:#dc2626;
  border:1px solid #fecaca
}

body.rojgar-surface .live-calendar-status.status-closed{
  background:#f1f5f9;
  color:#64748b;
  border:1px solid #e2e8f0
}

body.rojgar-surface .live-calendar-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 20px
}

body.rojgar-surface .live-calendar-chip{
  padding:7px 14px;
  border-radius:999px;
  border:1px solid #e2e8f0;
  background:#fff;
  color:#475569;
  font:700 .78rem var(--font-body);
  cursor:pointer;
  transition:all .15s ease
}

body.rojgar-surface .live-calendar-chip:hover{
  border-color:color-mix(in srgb,var(--tool-a) 30%,#e2e8f0);
  color:var(--tool-a)
}

body.rojgar-surface .live-calendar-chip.is-active{
  background:linear-gradient(135deg,var(--tool-a),var(--tool-b));
  border-color:transparent;
  color:#fff
}

body.rojgar-surface .pyq-directory-section{
  border-color:color-mix(in srgb,var(--tool-a) 30%,#e2e8f0);
  background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--tool-a) 4%,#fff));
  animation:live-section-in .5s ease both
}

body.rojgar-surface .pyq-directory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}

body.rojgar-surface .pyq-directory-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:22px 20px 20px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
  transition:transform .2s cubic-bezier(.2,.8,.3,1),box-shadow .2s ease,border-color .2s ease;
  overflow:hidden;
  animation:live-card-in .45s ease both
}

body.rojgar-surface .pyq-directory-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,var(--tool-a),var(--tool-b));
  opacity:0;
  transform:scaleX(0);
  transform-origin:left;
  transition:opacity .2s ease,transform .3s ease
}

body.rojgar-surface .pyq-directory-card:hover::before{
  opacity:1;
  transform:scaleX(1)
}

body.rojgar-surface .pyq-directory-grid article:nth-child(2){
  animation-delay:.05s
}

body.rojgar-surface .pyq-directory-grid article:nth-child(3){
  animation-delay:.1s
}

body.rojgar-surface .pyq-directory-grid article:nth-child(n+4){
  animation-delay:.14s
}

body.rojgar-surface .pyq-directory-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(15,23,42,.11);
  border-color:color-mix(in srgb,var(--tool-a) 22%,#e2e8f0)
}

body.rojgar-surface .pyq-directory-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:12px
}

body.rojgar-surface .pyq-directory-board{
  font:800 1.02rem var(--font-heading);
  color:var(--tool-a)
}

body.rojgar-surface .pyq-directory-verified{
  padding:3px 10px;
  border-radius:999px;
  background:var(--tool-soft);
  color:var(--tool-a);
  font:800 .66rem var(--font-heading);
  letter-spacing:.03em;
  white-space:nowrap
}

body.rojgar-surface .pyq-directory-card p{
  margin:0 0 18px;
  color:#64748b;
  font-size:.84rem;
  line-height:1.5
}

body.rojgar-surface .pyq-directory-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:auto;
  padding:12px 16px;
  border-radius:11px;
  background:linear-gradient(135deg,var(--tool-a),var(--tool-b));
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:.88rem;
  box-shadow:0 10px 22px color-mix(in srgb,var(--tool-a) 30%,transparent);
  transition:box-shadow .2s ease,transform .15s ease
}

body.rojgar-surface .pyq-directory-cta:hover{
  filter:brightness(1.07);
  box-shadow:0 14px 28px color-mix(in srgb,var(--tool-a) 38%,transparent);
  transform:translateY(-1px)
}

body.rojgar-surface .pyq-directory-cta:active{
  transform:translateY(0)
}

body.rojgar-surface .pyq-directory-cta b{
  font-size:1rem;
  transition:transform .2s ease
}

body.rojgar-surface .pyq-directory-cta:hover b{
  transform:translate(2px,-2px)
}

body.rojgar-surface .admit-signal-grid,
body.rojgar-surface .result-stage-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}

body.rojgar-surface .admit-signal-grid article,
body.rojgar-surface .result-stage-grid article{
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#fff
}

body.rojgar-surface .admit-signal-grid article>span{
  color:var(--tool-a);
  font-weight:800
}

body.rojgar-surface .admit-signal-grid article>strong,
body.rojgar-surface .result-stage-grid article>strong{
  display:block;
  margin-top:10px;
  color:var(--tool-a);
  font:800 1.65rem var(--font-heading)
}

body.rojgar-surface .admit-signal-grid h3,
body.rojgar-surface .result-stage-grid h3{
  margin:7px 0 12px;
  font-size:1rem
}

body.rojgar-surface .admit-signal-grid a,
body.rojgar-surface .result-stage-grid a{
  display:block;
  margin-top:7px;
  color:#475569;
  font-size:.76rem;
  text-decoration:none
}

body.rojgar-surface .result-stage-grid p{
  margin:0 0 10px;
  color:#64748b;
  font-size:.78rem
}

body.rojgar-surface .ca-board-bars{
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#fff
}

body.rojgar-surface .ca-board-bars p{
  display:grid;
  grid-template-columns:120px 1fr 34px;
  gap:12px;
  align-items:center;
  margin:10px 0
}

body.rojgar-surface .ca-board-bars span{
  font-weight:700;
  font-size:.82rem
}

body.rojgar-surface .ca-board-bars i{
  position:relative;
  height:9px;
  border-radius:999px;
  background:#e2e8f0;
  overflow:hidden
}

body.rojgar-surface .ca-board-bars i::after{
  content:"";
  display:block;
  width:var(--bar);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--tool-a),var(--tool-b))
}

body.rojgar-surface .ca-board-bars strong{
  color:var(--tool-a)
}

body.rojgar-surface .ca-focus-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:16px
}

body.rojgar-surface .ca-focus-grid article{
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:13px;
  background:#fff
}

body.rojgar-surface .ca-focus-grid h3{
  margin:0 0 8px;
  font-size:.95rem
}

body.rojgar-surface .ca-focus-grid p{
  margin:0;
  color:#64748b;
  font-size:.76rem;
  line-height:1.5
}

body.rojgar-surface .dashboard-signal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px
}

body.rojgar-surface .dashboard-signal-grid article{
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:#fff
}

body.rojgar-surface .dashboard-signal-grid strong{
  color:var(--tool-a);
  font:800 1.8rem var(--font-heading)
}

body.rojgar-surface .dashboard-signal-grid h3{
  margin:7px 0;
  font-size:1rem
}

body.rojgar-surface .dashboard-signal-grid p{
  margin:0;
  color:#64748b;
  font-size:.8rem;
  line-height:1.5
}

body.rojgar-surface .tool-next-actions{
  margin-top:54px;
  padding-top:24px;
  border-top:1px solid color-mix(in srgb,var(--tool-a) 22%,#e2e8f0)
}

body.rojgar-surface .tool-next-actions>span{
  display:block;
  margin-bottom:13px;
  color:var(--tool-a);
  font-weight:800;
  text-transform:uppercase;
  font-size:.72rem;
  letter-spacing:.08em
}

body.rojgar-surface .tool-next-actions>div{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px
}

body.rojgar-surface .tool-next-actions a{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:13px;
  background:#fff;
  color:#0f172a;
  text-decoration:none;
  font-weight:750
}

body.rojgar-surface .tool-next-actions a:hover{
  border-color:var(--tool-a);
  color:var(--tool-a)
}

body.rojgar-surface .tool-workflow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}

body.rojgar-surface .tool-workflow article{
  display:flex;
  gap:14px;
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#fff;
}

body.rojgar-surface .tool-workflow b{
  display:grid;
  place-items:center;
  flex:0 0 36px;
  width:36px;
  height:36px;
  border-radius:11px;
  background:linear-gradient(135deg,var(--tool-a),var(--tool-b));
  color:#fff
}

body.rojgar-surface .tool-workflow h3{
  margin:2px 0 7px;
  font-size:1rem
}

body.rojgar-surface .tool-workflow p{
  margin:0;
  color:#64748b;
  font-size:.84rem;
  line-height:1.55
}

body.rojgar-surface .tool-source-panel{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:30px;
  align-items:center;
  margin-top:64px;
  padding:32px;
  border-radius:22px;
  background:#0f172a;
  color:#cbd5e1;
  box-shadow:0 18px 42px rgba(15,23,42,.16);
}

body.rojgar-surface .tool-source-panel h2{
  margin:11px 0 9px;
  color:#fff;
  font-size:clamp(1.55rem,2.8vw,2.2rem)
}

body.rojgar-surface .tool-source-panel p{
  margin:0;
  line-height:1.72
}

body.rojgar-surface .tool-source-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px
}

body.rojgar-surface .tool-source-links a{
  padding:12px;
  border:1px solid #334155;
  border-radius:11px;
  background:#1e293b;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-weight:700
}

body.rojgar-surface .tool-source-links a:hover{
  border-color:var(--tool-b);
  background:color-mix(in srgb,var(--tool-a) 45%,#0f172a)
}

body.rojgar-surface .ecosystem-head{
  max-width:900px
}

body.rojgar-surface .site-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px
}

body.rojgar-surface .site-feature-grid>a{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:13px;
  align-items:start;
  min-height:150px;
  padding:20px;
  border:1px solid #e2e8f0;
  border-radius:17px;
  background:#fff;
  color:#0f172a;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

body.rojgar-surface .site-feature-grid>a:hover{
  transform:translateY(-4px);
  border-color:var(--tool-a);
  box-shadow:0 15px 30px color-mix(in srgb,var(--tool-a) 13%,transparent)
}

body.rojgar-surface .site-feature-grid>a>span{
  color:var(--tool-a);
  font:800 .72rem var(--font-heading);
  letter-spacing:.08em
}

body.rojgar-surface .site-feature-grid h3{
  margin:0 0 8px;
  font-size:1.05rem
}

body.rojgar-surface .site-feature-grid p{
  margin:0;
  color:#64748b;
  font-size:.84rem;
  line-height:1.55
}

body.rojgar-surface .site-feature-grid b{
  color:var(--tool-a)
}

body[data-surface="sarkari-naukri"] .sarkari-overview{
  position:relative;
  overflow:hidden;
  padding:76px 0 84px;
  border-bottom:1px solid var(--gov-line,#d8c9a3);
  background:
    radial-gradient(circle at 8% 16%,rgba(224,123,26,.14),transparent 24rem),
    radial-gradient(circle at 92% 82%,rgba(11,61,92,.14),transparent 26rem),
    var(--gov-cream,#faf6ee);
}

body[data-surface="sarkari-naukri"] .sarkari-overview::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:linear-gradient(90deg,var(--gov-saffron,#e07b1a) 0 33%,#fff 33% 66%,var(--gov-green,#0d6b3f) 66% 100%);
  z-index:1
}

body[data-surface="sarkari-naukri"] .sarkari-answer{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:26px;
  color:#fff;
  background:linear-gradient(135deg,var(--gov-navy-deep,#072a40) 0%,var(--gov-navy,#0b3d5c) 55%,#134e6f 100%);
  box-shadow:0 24px 54px rgba(11,61,92,.28);
}

body[data-surface="sarkari-naukri"] .sarkari-answer h2{
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(1.7rem,3vw,2.55rem)
}

body[data-surface="sarkari-naukri"] .sarkari-answer p{
  margin:0;
  color:#dbe7ef;
  font-size:1.02rem;
  line-height:1.82
}

body[data-surface="sarkari-naukri"] .answer-label,
body[data-surface="sarkari-naukri"] .section-eyebrow{
  display:inline-flex;
  align-items:center;
  width:-moz-max-content;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-surface="sarkari-naukri"] .answer-label{
  background:rgba(255,255,255,.13);
  color:#ffd7a3;
  border:1px solid rgba(255,255,255,.22)
}

body[data-surface="sarkari-naukri"] .section-eyebrow{
  background:var(--gov-cream,#faf6ee);
  color:var(--gov-saffron-deep,#c2660f);
  border:1px solid var(--gov-line,#d8c9a3)
}

body[data-surface="sarkari-naukri"] .editorial-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 22px;
  margin:18px 0 0;
  padding:13px 18px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:rgba(255,255,255,.88);
  color:#64748b;
  font-size:.82rem;
}

body[data-surface="sarkari-naukri"] .editorial-strip strong{
  color:#334155
}

body[data-surface="sarkari-naukri"] .compact-head{
  margin:74px 0 28px;
  text-align:left;
  max-width:850px
}

body[data-surface="sarkari-naukri"] .compact-head h2{
  margin:12px 0 10px;
  font-size:clamp(2rem,3.4vw,3rem)
}

body[data-surface="sarkari-naukri"] .exam-family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}

body[data-surface="sarkari-naukri"] .exam-family-card{
  position:relative;
  min-height:220px;
  overflow:hidden;
  padding:26px;
  border:1px solid #e2e8f0;
  border-radius:20px;
  background:rgba(255,255,255,.93);
  color:#0f172a;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

body[data-surface="sarkari-naukri"] .exam-family-card::after{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  right:-34px;
  top:-34px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gov-cream,#faf6ee),#e5eef5);
  opacity:.9
}

body[data-surface="sarkari-naukri"] .exam-family-card:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--gov-navy,#0b3d5c) 35%,#e2e8f0);
  box-shadow:0 20px 38px rgba(11,61,92,.14)
}

body[data-surface="sarkari-naukri"] .family-index{
  display:block;
  color:var(--gov-saffron-deep,#c2660f);
  font:800 .8rem var(--font-heading);
  letter-spacing:.1em
}

body[data-surface="sarkari-naukri"] .exam-family-card h3{
  margin:22px 0 10px;
  font-size:1.32rem
}

body[data-surface="sarkari-naukri"] .exam-family-card p{
  margin:0;
  color:#64748b;
  line-height:1.65
}

body[data-surface="sarkari-naukri"] .family-count{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:14px;
  padding:4px 10px;
  border-radius:999px;
  background:var(--gov-cream,#faf6ee);
  color:var(--gov-navy,#0b3d5c);
  font-size:.78rem;
  font-weight:700
}

body[data-surface="sarkari-naukri"] .exam-family-card strong{
  display:block;
  margin-top:20px;
  color:var(--gov-navy,#0b3d5c);
  font-size:.9rem
}

body[data-surface="sarkari-naukri"] .sarkari-process-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px
}

body[data-surface="sarkari-naukri"] .process-card{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-height:205px;
  padding:22px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
  color:#0f172a;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

body[data-surface="sarkari-naukri"] .process-card>span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(135deg,#dc2626,#4f46e5);
  color:#fff;
  font-weight:800
}

body[data-surface="sarkari-naukri"] .process-card h3{
  margin:0 0 8px;
  font-size:1.1rem
}

body[data-surface="sarkari-naukri"] .process-card p{
  margin:0;
  color:#64748b;
  font-size:.88rem;
  line-height:1.6
}

body[data-surface="sarkari-naukri"] .official-source-panel{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:32px;
  align-items:center;
  margin-top:70px;
  padding:34px;
  border-radius:24px;
  background:#0f172a;
  color:#cbd5e1;
  box-shadow:0 22px 48px rgba(15,23,42,.18);
}

body[data-surface="sarkari-naukri"] .official-source-panel h2{
  margin:12px 0 10px;
  color:#fff;
  font-size:clamp(1.6rem,3vw,2.25rem)
}

body[data-surface="sarkari-naukri"] .official-source-panel p{
  margin:0;
  line-height:1.75
}

body[data-surface="sarkari-naukri"] .official-source-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}

body[data-surface="sarkari-naukri"] .official-source-links cite{
  display:block;
  font-style:normal
}

body[data-surface="sarkari-naukri"] .official-source-links a{
  display:block;
  padding:13px 14px;
  border:1px solid #334155;
  border-radius:12px;
  background:#1e293b;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-weight:700
}

body[data-surface="sarkari-naukri"] .official-source-links a:hover{
  border-color:#93c5fd;
  background:#1e3a8a
}

body[data-surface="student-hub"]{
  --primary:#2563eb;
  --primary-soft:#dbeafe;
  --accent:#0d9488;
  --accent-soft:#ccfbf1
}

body[data-surface="features"]{
  --primary:#9333ea;
  --primary-soft:#f3e8ff;
  --accent:#0d9488;
  --accent-soft:#ccfbf1
}

body[data-surface="government-exam-eligibility"]{
  --primary:#0d9488;
  --primary-soft:#ccfbf1;
  --accent:#ea580c;
  --accent-soft:#ffedd5
}

body[data-surface="govt-exam-syllabus"]{
  --primary:#2563eb;
  --primary-soft:#dbeafe;
  --accent:#65a30d;
  --accent-soft:#ecfccb
}

body[data-surface="previous-year-question-papers"]{
  --primary:#7c3aed;
  --primary-soft:#ede9fe;
  --accent:#dc2626;
  --accent-soft:#fee2e2
}

body[data-surface="current-affairs"]{
  --primary:#0f766e;
  --primary-soft:#ccfbf1;
  --accent:#d97706;
  --accent-soft:#fef3c7
}

body[data-surface="job-detail-premium"]{
  --primary:#2563eb;
  --primary-soft:#dbeafe;
  --accent:#0d9488;
  --accent-soft:#ccfbf1;
}

body[data-surface="job-detail-premium"] .rojgar-tools{
  --primary:#dc2626
}

/* Government Jobs directory: fluid desktop canvas with responsive edge gutters. */

body[data-surface="job-directory"] .wrap{
  width:100%;
  max-width:none;
  margin:0;
  padding:clamp(26px,2.4vw,46px) clamp(14px,2.2vw,40px) 64px;
}

body[data-surface="job-directory"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none;
}

/* Individual Government Job guides: each section uses the available desktop width. */

body[data-surface="job-detail-premium"] .container{
  width:100%;
  max-width:none;
  margin:0;
  padding-inline:clamp(14px,2.2vw,40px);
}

/* Each SEO page owns its fluid outer canvas; inner reading widths stay intentional. */

body[data-surface="about"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="contact"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="privacy"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="terms"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="features"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="ssc-cgl-coaching"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="ssc-chsl-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="ssc-gd-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="bank-po-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="upsc-foundation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="up-police-constable-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="railway-ntpc-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="railway-group-d-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="banking-railway-exam-preparation"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="sarkari-naukri"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="government-exam-eligibility"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="govt-exam-syllabus"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="previous-year-question-papers"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="admit-card"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="sarkari-result-updates"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="current-affairs"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="student-hub"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="quiz-topic"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="articles"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="article-detail"] :is(.wrap,.container){
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:clamp(14px,2.2vw,40px)
}

body[data-surface="sarkari-naukri"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="sarkari-exam-calendar"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="government-exam-eligibility"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="govt-exam-syllabus"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="previous-year-question-papers"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="admit-card"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="sarkari-result-updates"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="current-affairs"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface="student-hub"] .tool-guide-inner{
  width:calc(100% - clamp(24px,3vw,56px));
  max-width:none
}

body[data-surface]:not([data-surface="standard"]):not([data-surface="job-directory"]) .hero{
  background:
    radial-gradient(circle at 10% 5%,var(--primary-soft),transparent 28rem),
    radial-gradient(circle at 88% 16%,var(--accent-soft),transparent 24rem),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}

body[data-surface]:not([data-surface="standard"]):not([data-surface="job-directory"]) .premium-card,
body[data-surface]:not([data-surface="standard"]):not([data-surface="job-directory"]) .hero-card,
body[data-surface]:not([data-surface="standard"]):not([data-surface="job-directory"]) .tab-card{
  border-color:color-mix(in srgb,var(--primary) 18%,#e2e8f0);
}

/* Accessible CTA targets for mobile job and eligibility landing pages. */

.btn{
  min-width:48px;
  min-height:48px;
  touch-action:manipulation
}

/* Default unified header — applies to every SEO/premium page (Rojgar-surface pages refine it further below). */

.iuc-unified-ticker{
  display:flex;
  height:42px;
  align-items:center;
  overflow:hidden;
  background:#0b2945;
  color:#fff
}

.iuc-unified-ticker>div{
  display:flex;
  min-width:-moz-max-content;
  min-width:max-content;
  align-items:center;
  gap:clamp(28px,5vw,80px);
  padding:0 clamp(14px,2vw,36px)
}

.iuc-unified-ticker span{
  white-space:nowrap
}

.iuc-unified-ticker i{
  width:1px;
  height:20px;
  background:rgba(255,255,255,.24)
}

.iuc-unified-header{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  width:100%;
  max-width:100vw;
  min-height:82px;
  align-items:center;
  gap:clamp(12px,1.5vw,22px);
  overflow:hidden;
  padding:11px clamp(14px,2.2vw,40px);
  border-bottom:1px solid #e2e8f0;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  -webkit-backdrop-filter:blur(14px);
          backdrop-filter:blur(14px)
}

.iuc-unified-brand{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:12px;
  color:#102d4d;
  text-decoration:none
}

.iuc-unified-brand>img{
  display:block;
  width:32px!important;
  height:32px!important;
  flex:0 0 32px;
  -o-object-fit:cover;
     object-fit:cover;
  border-radius:9px
}

.iuc-unified-brand b{
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  border-radius:9px;
  background:#b9eb00;
  font-size:23px;
  overflow:hidden
}

.iuc-unified-brand strong{
  font:800 clamp(1.2rem,1.7vw,1.6rem) var(--font-heading);
  white-space:nowrap
}

.iuc-unified-nav{
  display:flex;
  min-width:0;
  flex:1;
  justify-content:flex-end;
  gap:6px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none
}

.iuc-unified-nav::-webkit-scrollbar{
  display:none
}

.iuc-unified-nav a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:9px;
  color:#475569;
  font-size:clamp(.72rem,.9vw,.9rem);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  transition:background .15s ease,color .15s ease
}

.iuc-unified-nav a:hover{
  background:#f1f5f9;
  color:#0b2945
}

.iuc-unified-nav a.is-current{
  border:1px solid #fecaca;
  background:#fff1f2;
  color:#b91c1c;
  box-shadow:0 5px 14px rgba(185,28,28,.08)
}

.iuc-unified-login{
  display:flex;
  min-width:104px;
  min-height:46px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:999px;
  background:#0b2945;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease
}

.iuc-unified-login:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(11,41,69,.24)
}

.iuc-home-button{
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,#0b2945,#173f68);
  box-shadow:0 10px 24px rgba(11,41,69,.2)
}

.iuc-home-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(11,41,69,.28)
}

.iuc-home-button span{
  font-size:1.15rem;
  line-height:1
}

/* Rojgar Kendra polish — scoped only to /sarkari-naukri. */

body[data-surface="sarkari-naukri"]{
  max-width:100%;
  overflow-x:hidden;
  background:linear-gradient(180deg,#fff 0,#f8fafc 34rem,#fff 100%);
  color:#111c31
}

body[data-surface="sarkari-naukri"] .iuc-unified-ticker{
  display:flex;
  height:42px;
  align-items:center;
  overflow:hidden;
  background:#0b2945;
  color:#fff
}

body[data-surface="sarkari-naukri"] .iuc-unified-ticker>div{
  display:flex;
  min-width:-moz-max-content;
  min-width:max-content;
  align-items:center;
  gap:clamp(28px,5vw,80px);
  padding:0 clamp(14px,2vw,36px)
}

body[data-surface="sarkari-naukri"] .iuc-unified-ticker span{
  white-space:nowrap
}

body[data-surface="sarkari-naukri"] .iuc-unified-ticker i{
  width:1px;
  height:20px;
  background:rgba(255,255,255,.24)
}

body[data-surface="sarkari-naukri"] .iuc-unified-header{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  width:100%;
  max-width:100vw;
  min-height:82px;
  align-items:center;
  gap:clamp(12px,1.5vw,22px);
  overflow:hidden;
  padding:11px clamp(14px,2.2vw,40px);
  border-bottom:1px solid #e2e8f0;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  -webkit-backdrop-filter:blur(14px);
          backdrop-filter:blur(14px)
}

body[data-surface="sarkari-naukri"] .iuc-unified-brand{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:12px;
  color:#102d4d;
  text-decoration:none
}

body[data-surface="sarkari-naukri"] .iuc-unified-brand b{
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  border-radius:9px;
  background:#b9eb00;
  font-size:23px;
  overflow:hidden
}

body[data-surface="sarkari-naukri"] .iuc-unified-brand strong{
  font:800 clamp(1.2rem,1.7vw,1.6rem) var(--font-heading);
  white-space:nowrap
}

body[data-surface="sarkari-naukri"] .iuc-unified-nav{
  display:flex;
  min-width:0;
  flex:1;
  justify-content:flex-end;
  gap:6px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none
}

body[data-surface="sarkari-naukri"] .iuc-unified-nav::-webkit-scrollbar{
  display:none
}

body[data-surface="sarkari-naukri"] .iuc-unified-nav a{
  flex:0 0 auto;
  padding:9px 7px;
  border-radius:9px;
  color:#475569;
  font-size:clamp(.72rem,.9vw,.9rem);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap
}

body[data-surface="sarkari-naukri"] .iuc-unified-nav a:hover{
  background:#f1f5f9;
  color:#0b2945
}

body[data-surface="sarkari-naukri"] .iuc-unified-nav a.is-current{
  border:1px solid color-mix(in srgb,var(--gov-saffron,#e07b1a) 45%,#e2e8f0);
  background:var(--gov-cream,#faf6ee);
  color:var(--gov-saffron-deep,#c2660f);
  box-shadow:0 5px 14px rgba(224,123,26,.1)
}

body[data-surface="sarkari-naukri"] .iuc-unified-login{
  display:flex;
  min-width:104px;
  min-height:46px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:999px;
  background:#0b2945;
  color:#fff;
  text-decoration:none;
  font-weight:800
}

body[data-surface="sarkari-naukri"] .iuc-home-button{
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,#0b2945,#173f68);
  box-shadow:0 10px 24px rgba(11,41,69,.2);
  transition:transform .18s ease,box-shadow .18s ease
}

body[data-surface="sarkari-naukri"] .iuc-home-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(11,41,69,.28)
}

body[data-surface="sarkari-naukri"] .iuc-home-button span{
  font-size:1.15rem;
  line-height:1
}

body[data-surface="sarkari-naukri"] .rojgar-tools{
  position:sticky;
  top:82px;
  z-index:35;
  border-color:#fed7aa;
  background:rgba(255,251,245,.96);
  -webkit-backdrop-filter:blur(14px);
          backdrop-filter:blur(14px)
}

body[data-surface="sarkari-naukri"] .rojgar-tools-title{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  padding:0 16px;
  border-radius:12px;
  background:var(--gov-navy,#0b3d5c);
  color:#fff;
  box-shadow:0 8px 20px rgba(11,61,92,.22)
}

body[data-surface="sarkari-naukri"] .hero{
  padding:clamp(54px,7vw,94px) 0;
  background:radial-gradient(circle at 8% 0,rgba(220,38,38,.18),transparent 28rem),radial-gradient(circle at 92% 82%,rgba(37,99,235,.2),transparent 28rem),linear-gradient(135deg,#fff 0,#fff7ed 44%,#eff6ff 100%)
}

body[data-surface="sarkari-naukri"] .hero-grid{
  gap:clamp(28px,5vw,72px)
}

body[data-surface="sarkari-naukri"] .hero h1{
  max-width:900px;
  font-size:clamp(2.6rem,5vw,5rem);
  letter-spacing:-.045em
}

body[data-surface="sarkari-naukri"] .hero p{
  max-width:780px;
  color:#526178;
  line-height:1.8
}

body[data-surface="sarkari-naukri"] .hero .badge{
  border-color:#fecaca;
  background:#fff;
  color:#b91c1c;
  box-shadow:0 8px 22px rgba(185,28,28,.08)
}

body[data-surface="sarkari-naukri"] .hero-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(220,38,38,.16);
  border-radius:26px;
  background:rgba(255,255,255,.94);
  box-shadow:0 26px 70px rgba(15,23,42,.13)
}

body[data-surface="sarkari-naukri"] .hero-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,#dc2626,#ea580c,#2563eb)
}

body[data-surface="sarkari-naukri"] .hero-search{
  position:relative;
  max-width:520px;
  margin:0 0 22px
}

body[data-surface="sarkari-naukri"] .hero-search input{
  width:100%;
  padding:16px 20px;
  border:1px solid #dfe7f1;
  border-radius:16px;
  background:#fff;
  font-size:1rem;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  transition:border-color .15s ease,box-shadow .15s ease
}

body[data-surface="sarkari-naukri"] .hero-search input:focus{
  outline:none;
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.14)
}

body[data-surface="sarkari-naukri"] .hero-search-results{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  z-index:20;
  max-height:340px;
  overflow-y:auto;
  background:#fff;
  border:1px solid #dfe7f1;
  border-radius:16px;
  box-shadow:0 24px 50px rgba(15,23,42,.16)
}

body[data-surface="sarkari-naukri"] .hero-search-result{
  display:block;
  padding:12px 16px;
  border-bottom:1px solid #f1f5f9;
  text-decoration:none
}

body[data-surface="sarkari-naukri"] .hero-search-result:last-child{
  border-bottom:0
}

body[data-surface="sarkari-naukri"] .hero-search-result:hover,body[data-surface="sarkari-naukri"] .hero-search-result:focus{
  background:#f8fafc
}

body[data-surface="sarkari-naukri"] .hero-search-result strong{
  display:block;
  color:#0f172a;
  font-size:.94rem
}

body[data-surface="sarkari-naukri"] .hero-search-result span{
  display:block;
  margin-top:2px;
  color:#64748b;
  font-size:.78rem
}

body[data-surface="sarkari-naukri"] .hero-search-empty,body[data-surface="sarkari-naukri"] .hero-search-loading{
  padding:14px 16px;
  color:#64748b;
  font-size:.86rem
}

body[data-surface="sarkari-naukri"] .sarkari-overview{
  border:0;
  background:radial-gradient(circle at 5% 12%,rgba(254,202,202,.7),transparent 24rem),radial-gradient(circle at 95% 88%,rgba(191,219,254,.72),transparent 26rem),linear-gradient(180deg,#f8fafc,#fff)
}

body[data-surface="sarkari-naukri"] .sarkari-answer{
  border-radius:30px;
  background:radial-gradient(circle at 90% 10%,rgba(59,130,246,.3),transparent 16rem),linear-gradient(135deg,#111827,#172554 58%,#1d4ed8);
  box-shadow:0 30px 70px rgba(15,23,42,.22)
}

body[data-surface="sarkari-naukri"] .editorial-strip{
  justify-content:space-between;
  border-color:#dbe3ee;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(15,23,42,.05)
}

body[data-surface="sarkari-naukri"] .compact-head{
  position:relative;
  padding-left:22px
}

body[data-surface="sarkari-naukri"] .compact-head::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  border-radius:99px;
  background:linear-gradient(#dc2626,#2563eb)
}

body[data-surface="sarkari-naukri"] .exam-family-grid{
  gap:20px
}

body[data-surface="sarkari-naukri"] .exam-family-card{
  min-height:232px;
  border-color:#dfe7f1;
  border-radius:22px;
  background:linear-gradient(155deg,#fff,#fbfdff);
  box-shadow:0 14px 36px rgba(15,23,42,.07)
}

body[data-surface="sarkari-naukri"] .exam-family-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(#dc2626,#2563eb)
}

body[data-surface="sarkari-naukri"] .process-card{
  position:relative;
  border-color:#dfe7f1;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease
}

body[data-surface="sarkari-naukri"] .process-card:hover{
  transform:translateY(-4px);
  border-color:#bfdbfe;
  box-shadow:0 20px 40px rgba(15,23,42,.11)
}

body[data-surface="sarkari-naukri"] .official-source-panel{
  border:1px solid #263852;
  border-radius:28px;
  background:radial-gradient(circle at 95% 10%,rgba(37,99,235,.22),transparent 18rem),linear-gradient(135deg,#0f172a,#172554);
  box-shadow:0 28px 64px rgba(15,23,42,.22)
}

body[data-surface="sarkari-naukri"] .official-source-links a{
  border-color:#40516a;
  background:rgba(255,255,255,.07);
  transition:transform .18s ease,background .18s ease
}

body[data-surface="sarkari-naukri"] .official-source-links a:hover{
  transform:translateY(-2px);
  background:#1e3a8a
}

body[data-surface="sarkari-naukri"] .site-feature-grid>a{
  border-radius:18px;
  background:linear-gradient(155deg,#fff,#f8fafc)
}

/* Consistent header for every Rojgar Kendra page and job guide. */

body.rojgar-surface{
  max-width:100%;
  overflow-x:hidden
}

body.rojgar-surface .iuc-unified-header{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  width:100%;
  max-width:100vw;
  min-height:82px;
  align-items:center;
  gap:clamp(12px,1.5vw,22px);
  overflow:hidden;
  padding:11px clamp(14px,2.2vw,40px);
  border-bottom:1px solid #e2e8f0;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  -webkit-backdrop-filter:blur(14px);
          backdrop-filter:blur(14px)
}

body.rojgar-surface .iuc-unified-brand{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:12px;
  color:#102d4d;
  text-decoration:none
}

body.rojgar-surface .iuc-unified-brand b{
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  border-radius:9px;
  background:#b9eb00;
  font-size:23px;
  overflow:hidden
}

body.rojgar-surface .iuc-unified-brand strong{
  font:800 clamp(1.2rem,1.7vw,1.6rem) var(--font-heading);
  white-space:nowrap
}

body.rojgar-surface .iuc-unified-nav{
  display:flex;
  min-width:0;
  flex:1;
  justify-content:flex-end;
  gap:6px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none
}

body.rojgar-surface .iuc-unified-nav::-webkit-scrollbar{
  display:none
}

body.rojgar-surface .iuc-unified-nav a{
  flex:0 0 auto;
  padding:9px 7px;
  border-radius:9px;
  color:#475569;
  font-size:clamp(.72rem,.9vw,.9rem);
  font-weight:700;
  text-decoration:none;
  white-space:nowrap
}

body.rojgar-surface .iuc-unified-nav a:hover{
  background:#f1f5f9;
  color:#0b2945
}

body.rojgar-surface .iuc-unified-nav a.is-current{
  border:1px solid color-mix(in srgb,var(--gov-saffron,#e07b1a) 45%,#e2e8f0);
  background:var(--gov-cream,#faf6ee);
  color:var(--gov-saffron-deep,#c2660f);
  box-shadow:0 5px 14px rgba(224,123,26,.1)
}

body.rojgar-surface .iuc-unified-login{
  display:flex;
  min-width:104px;
  min-height:46px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:999px;
  background:#0b2945;
  color:#fff;
  text-decoration:none;
  font-weight:800
}

body.rojgar-surface .iuc-home-button{
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,#0b2945,#173f68);
  box-shadow:0 10px 24px rgba(11,41,69,.2);
  transition:transform .18s ease,box-shadow .18s ease
}

body.rojgar-surface .iuc-home-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(11,41,69,.28)
}

body.rojgar-surface .iuc-home-button span{
  font-size:1.15rem;
  line-height:1
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-left-\[39px\] {
  left: -39px;
}

.-right-10 {
  right: -2.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-24 {
  top: 6rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width:980px){
  .hero-grid{
    grid-template-columns:1fr
  }

  .header-row{
    flex-direction:column;
    align-items:flex-start;
    gap:14px
  }

  .nav{
    margin-left:0;
    width:100%;
    padding-bottom:10px
  }
}

@media (max-width:680px){
  .container{
    padding:0 16px
  }

  .hero{
    padding:58px 0
  }

  .faq-grid{
    grid-template-columns:1fr
  }

  .timeline::before{
    left:17px
  }

  .timeline-item{
    padding-left:54px
  }

  .timeline-dot{
    width:36px;
    height:36px
  }

  h1{
    font-size:2.35rem
  }

  .fact-row{
    display:block
  }

  .fact-row strong{
    display:block;
    text-align:left;
    margin-top:3px
  }
}

@media (max-width:980px){
  .hero-grid{
    grid-template-columns:1fr
  }

  .header-row{
    flex-direction:column;
    align-items:flex-start;
    gap:14px
  }

  .nav{
    margin-left:0;
    width:100%;
    padding-bottom:10px
  }
}

@media (max-width:680px){
  .container{
    padding:0 16px
  }

  .hero{
    padding:58px 0
  }

  .faq-grid{
    grid-template-columns:1fr
  }

  .timeline::before{
    left:17px
  }

  .timeline-item{
    padding-left:54px
  }

  .timeline-dot{
    width:36px;
    height:36px
  }

  h1{
    font-size:2.35rem
  }
}

@media (max-width:760px){
  .header-shell{
    flex-direction:column;
    align-items:flex-start;
    gap:12px
  }

  .nav-shell{
    margin-left:0;
    width:100%;
  }
}

@media (min-width:1040px){
  body[data-surface="standard"] .section .grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body[data-surface="standard"] .section .\!grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media (max-width:760px){
  body[data-surface="standard"] .wrap{
    padding:26px 16px 54px
  }

  body[data-surface="standard"] .hero-card{
    padding:24px 18px
  }

  body[data-surface="standard"] .grid,
  body[data-surface="standard"] .answer-grid{
    grid-template-columns:1fr
  }

  body[data-surface="standard"] .section{
    margin-top:36px
  }

  body[data-surface="standard"] .section>h2{
    font-size:1.35rem
  }

  body[data-surface="standard"] .card{
    padding:20px
  }

  {
    padding:26px 16px 54px !important;
    padding:24px 18px !important
  }

  body[data-surface="standard"] .\!grid{
    grid-template-columns:1fr !important
  }

  {
    margin-top:36px !important;
    font-size:1.35rem !important;
    padding:20px !important
  }
}

@media (max-width:640px){
  body[data-surface="job-directory"] .job-directory-toolbar{
    padding:14px 16px;
    border-radius:16px
  }

  body[data-surface="job-directory"] .job-search-count{
    display:none
  }
}

@media (prefers-reduced-motion: reduce){
  body.rojgar-surface .live-admit-section,
  body.rojgar-surface .live-result-section,
  body.rojgar-surface .live-answerkey-section,
  body.rojgar-surface .live-calendar-section,
  body.rojgar-surface .live-admit-card,
  body.rojgar-surface .live-result-card,
  body.rojgar-surface .live-answerkey-card,
  body.rojgar-surface .live-calendar-card,
  body.rojgar-surface .live-admit-new,
  body.rojgar-surface .live-result-new,
  body.rojgar-surface .live-answerkey-new{
    animation:none
  }

  body.rojgar-surface .live-pulse-dot::after{
    animation:none;
    display:none
  }

  body.rojgar-surface .pyq-directory-section,
  body.rojgar-surface .pyq-directory-card{
    animation:none
  }
}

@media (max-width:1320px){
  body.rojgar-surface .header-row{
    flex-direction:column;
    gap:10px
  }

  body.rojgar-surface .nav{
    width:100%;
    margin-left:0;
    padding-bottom:4px;
    justify-content:center;
    flex-wrap:wrap;
  }
}

@media (max-width:980px){
  body.rojgar-surface .tool-direct-answer,
  body.rojgar-surface .tool-source-panel{
    grid-template-columns:1fr
  }

  body.rojgar-surface .tool-feature-grid,
  body.rojgar-surface .tool-workflow{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body.rojgar-surface .site-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body.rojgar-surface .board-coverage-grid,
  body.rojgar-surface .admit-signal-grid,
  body.rojgar-surface .result-stage-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body.rojgar-surface .live-admit-grid,
  body.rojgar-surface .live-result-grid,
  body.rojgar-surface .live-answerkey-grid,
  body.rojgar-surface .live-calendar-grid,
  body.rojgar-surface .pyq-directory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body.rojgar-surface .requirement-matrix,
  body.rojgar-surface .dashboard-signal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body.rojgar-surface .ca-focus-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body[data-surface="sarkari-naukri"] .sarkari-answer,
  body[data-surface="sarkari-naukri"] .official-source-panel{
    grid-template-columns:1fr
  }

  body[data-surface="sarkari-naukri"] .exam-family-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  body[data-surface="sarkari-naukri"] .sarkari-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media (max-width:680px){
  body.rojgar-surface .header-row{
    padding-left:12px;
    padding-right:12px
  }

  body.rojgar-surface .nav{
    gap:5px
  }

  body.rojgar-surface .nav a{
    padding:7px 9px;
    font-size:.78rem
  }

  body.rojgar-surface .rojgar-tools-inner{
    display:block;
    padding:10px 12px
  }

  body.rojgar-surface .rojgar-tools-title{
    display:block;
    margin:0 0 8px 2px
  }

  body.rojgar-surface .rojgar-tools-links{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:0 2px 5px;
    scrollbar-width:thin;
  }

  body.rojgar-surface .rojgar-tools-links a{
    flex:0 0 auto
  }

  body.rojgar-surface .tool-page-guide{
    margin:30px 0 44px;
    padding:42px 0 50px;
    border-radius:20px
  }

  body.rojgar-surface .tool-guide-inner{
    width:min(100% - 24px,1180px)
  }

  body.rojgar-surface .tool-direct-answer{
    padding:23px 20px;
    gap:18px;
    border-radius:18px
  }

  body.rojgar-surface .tool-trust-row{
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column
  }

  body.rojgar-surface .tool-section-head{
    margin-top:50px
  }

  body.rojgar-surface .tool-feature-grid,
  body.rojgar-surface .tool-workflow,
  body.rojgar-surface .site-feature-grid{
    grid-template-columns:1fr
  }

  body.rojgar-surface .tool-data-section{
    margin-top:50px;
    padding:20px 16px
  }

  body.rojgar-surface .board-coverage-grid,
  body.rojgar-surface .requirement-matrix,
  body.rojgar-surface .exam-subject-table,
  body.rojgar-surface .pattern-split-grid,
  body.rojgar-surface .admit-signal-grid,
  body.rojgar-surface .result-stage-grid,
  body.rojgar-surface .ca-focus-grid,
  body.rojgar-surface .dashboard-signal-grid,
  body.rojgar-surface .live-admit-grid,
  body.rojgar-surface .live-result-grid,
  body.rojgar-surface .live-answerkey-grid,
  body.rojgar-surface .live-calendar-grid,
  body.rojgar-surface .pyq-directory-grid,
  body.rojgar-surface .gov-facts-grid,
  body.rojgar-surface .gov-checklist,
  body.rojgar-surface .tool-next-actions>div{
    grid-template-columns:1fr
  }

  body.rojgar-surface .gov-official-strip-inner{
    flex-wrap:wrap;
    padding:12px 16px
  }

  body.rojgar-surface .gov-official-badge{
    order:3;
    width:100%;
    text-align:center
  }

  body.rojgar-surface .gov-overview-panel{
    padding:20px
  }

  body.rojgar-surface .gov-overview-panel p{
    text-align:left
  }

  body.rojgar-surface .ca-board-bars p{
    grid-template-columns:90px 1fr 28px;
    gap:8px
  }

  body.rojgar-surface .complex-pattern-list a{
    display:block
  }

  body.rojgar-surface .complex-pattern-list a strong{
    display:block;
    margin-top:4px;
    text-align:left
  }

  body.rojgar-surface .tool-feature-grid article{
    min-height:0
  }

  body.rojgar-surface .tool-source-panel{
    margin-top:50px;
    padding:24px 20px
  }

  body.rojgar-surface .tool-source-links{
    grid-template-columns:1fr
  }

  body.rojgar-surface .live-admit-card,
  body.rojgar-surface .live-result-card,
  body.rojgar-surface .live-answerkey-card,
  body.rojgar-surface .live-calendar-card,
  body.rojgar-surface .pyq-directory-card{
    padding:18px 16px 16px
  }

  body.rojgar-surface .live-admit-card:hover,
  body.rojgar-surface .live-result-card:hover,
  body.rojgar-surface .live-answerkey-card:hover,
  body.rojgar-surface .live-calendar-card:hover,
  body.rojgar-surface .pyq-directory-card:hover{
    transform:none
  }

  body.rojgar-surface .live-admit-card h3,
  body.rojgar-surface .live-result-card h3,
  body.rojgar-surface .live-answerkey-card h3,
  body.rojgar-surface .live-calendar-card h3{
    font-size:.98rem
  }

  body.rojgar-surface .live-admit-cta,
  body.rojgar-surface .live-result-cta,
  body.rojgar-surface .live-answerkey-cta,
  body.rojgar-surface .live-calendar-cta,
  body.rojgar-surface .pyq-directory-cta{
    padding:13px 16px;
    font-size:.86rem
  }

  body.rojgar-surface .live-pulse-dot{
    width:8px;
    height:8px
  }

  body[data-surface="sarkari-naukri"] .sarkari-overview{
    padding:48px 0 56px
  }

  body[data-surface="sarkari-naukri"] .sarkari-answer{
    padding:24px 20px;
    gap:18px;
    border-radius:20px
  }

  body[data-surface="sarkari-naukri"] .editorial-strip{
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column
  }

  body[data-surface="sarkari-naukri"] .compact-head{
    margin-top:52px
  }

  body[data-surface="sarkari-naukri"] .exam-family-grid,
  body[data-surface="sarkari-naukri"] .sarkari-process-grid{
    grid-template-columns:1fr
  }

  body[data-surface="sarkari-naukri"] .exam-family-card,
  body[data-surface="sarkari-naukri"] .process-card{
    min-height:0
  }

  body[data-surface="sarkari-naukri"] .official-source-panel{
    margin-top:52px;
    padding:25px 20px
  }

  body[data-surface="sarkari-naukri"] .official-source-links{
    grid-template-columns:1fr
  }
}

@media (max-width:760px){
  body[data-surface="job-directory"] .wrap{
    padding:26px 16px 56px
  }

  body[data-surface="job-directory"] .hero-card{
    padding:24px 18px
  }

  body[data-surface="job-directory"] .grid,
  body[data-surface="job-directory"] .answer-grid{
    grid-template-columns:1fr
  }

  body[data-surface="job-directory"] .section{
    margin-top:38px
  }

  body[data-surface="job-directory"] .job-teaser-card{
    min-height:220px
  }

  {
    padding:26px 16px 56px !important;
    padding:24px 18px !important
  }

  body[data-surface="job-directory"] .\!grid{
    grid-template-columns:1fr !important
  }

  {
    margin-top:38px !important;
    min-height:220px !important
  }
}

@media (max-width:680px){
  .hero-actions .btn{
    flex:1 1 100%;
    width:100%
  }
}

@media(max-width:1100px){
  .iuc-unified-header{
    flex-wrap:wrap
  }

  .iuc-unified-nav{
    order:3;
    width:100%;
    flex-basis:100%;
    justify-content:flex-start
  }

  .iuc-unified-login{
    margin-left:auto
  }
}

@media(max-width:680px){
  .iuc-unified-ticker span:not(:first-child),.iuc-unified-ticker i{
    display:none
  }

  .iuc-unified-header{
    min-height:70px;
    padding:10px 12px
  }

  .iuc-unified-brand>img,.iuc-unified-brand b{
    width:28px!important;
    height:28px!important;
    flex-basis:28px
  }

  .iuc-unified-login{
    min-width:88px;
    min-height:42px
  }
}

@media(max-width:1100px){
  body[data-surface="sarkari-naukri"] .iuc-unified-header{
    flex-wrap:wrap
  }

  body[data-surface="sarkari-naukri"] .iuc-unified-nav{
    order:3;
    width:100%;
    flex-basis:100%;
    justify-content:flex-start
  }

  body[data-surface="sarkari-naukri"] .iuc-unified-login{
    margin-left:auto
  }

  body[data-surface="sarkari-naukri"] .rojgar-tools{
    top:122px
  }
}

@media(max-width:680px){
  body[data-surface="sarkari-naukri"] .iuc-unified-ticker span:not(:first-child),body[data-surface="sarkari-naukri"] .iuc-unified-ticker i{
    display:none
  }

  body[data-surface="sarkari-naukri"] .iuc-unified-header{
    padding:10px 12px
  }

  body[data-surface="sarkari-naukri"] .rojgar-tools{
    position:relative;
    top:auto
  }

  body[data-surface="sarkari-naukri"] .hero{
    padding:44px 0 52px
  }

  body[data-surface="sarkari-naukri"] .hero h1{
    font-size:clamp(2.25rem,12vw,3.4rem)
  }

  body[data-surface="sarkari-naukri"] .compact-head{
    padding-left:16px
  }

  body[data-surface="sarkari-naukri"] .sarkari-answer,body[data-surface="sarkari-naukri"] .official-source-panel{
    border-radius:22px
  }
}

@media(max-width:1100px){
  body.rojgar-surface .iuc-unified-header{
    flex-wrap:wrap
  }

  body.rojgar-surface .iuc-unified-nav{
    order:3;
    width:100%;
    flex-basis:100%;
    justify-content:flex-start
  }

  body.rojgar-surface .iuc-unified-login{
    margin-left:auto
  }
}

@media(max-width:680px){
  body.rojgar-surface .iuc-unified-header{
    min-height:70px;
    padding:10px 12px
  }

  body.rojgar-surface .iuc-unified-brand b{
    width:28px;
    height:28px
  }

  body.rojgar-surface .iuc-unified-login{
    min-width:88px;
    min-height:42px
  }
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
