@import url("/iv.css?v=20260721s");

@import url("/iv-banner.css?v=20260721s");

/* State Navigate account system — isolated calm civic redesign. */
.iv-account-shell {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-account-shell h1,
.iv-account-shell h1 * {
  font-family: var(--iv-font-sans) !important;
}

.iv-account-shell .iv-account-header-mount,
.iv-account-shell .iv-account-footer-mount {
  display: contents;
}

.iv-account-shell #theme-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 4px !important;
  border: 0;
  border-radius: 5px;
  background: var(--iv-page-text) !important;
  color: var(--iv-page-bg) !important;
}

.iv-account-shell #theme-toggle .sn-theme-icon {
  display: block;
  width: 18px;
  height: 18px;
  color: currentColor;
  fill: currentColor;
}

.iv-account-shell #theme-toggle .sn-theme-icon-sun {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.iv-account-shell #theme-toggle .sn-theme-icon-moon {
  width: 22px;
  height: 22px;
}

.iv-account-shell .account-page {
  width: min(calc(100% - 72px), 1320px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 96px;
  color: var(--iv-page-text);
  text-align: left;
}

.iv-account-shell .account-page h1,
.iv-account-shell .account-page h2,
.iv-account-shell .account-page h3,
.iv-account-shell .account-page h4,
.iv-account-shell .account-page p,
.iv-account-shell .account-page li,
.iv-account-shell .account-page a,
.iv-account-shell .account-page strong,
.iv-account-shell .account-page label,
.iv-account-shell .account-page span,
.iv-account-shell .account-page button,
.iv-account-shell .account-page input,
.iv-account-shell .account-page select {
  text-transform: none;
}

.iv-account-shell .account-page h1,
.iv-account-shell .account-page h2,
.iv-account-shell .account-page h3,
.iv-account-shell .account-page h4 {
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans) !important;
}

.iv-account-shell .account-page p,
.iv-account-shell .account-page li {
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
}

/* Account route navigation */
.iv-account-shell .account-nav-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--iv-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.iv-account-shell .account-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}

.iv-account-shell .account-nav-link {
  position: relative;
  display: inline-flex;
  width: auto;
  min-height: 54px;
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
  text-decoration: none;
}

.iv-account-shell .account-nav-link::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 3px;
  background: transparent;
}

.iv-account-shell .account-nav-link:hover,
.iv-account-shell .account-nav-link.is-active {
  transform: none;
  background: transparent;
  color: var(--iv-page-text);
}

.iv-account-shell .account-nav-link:hover::after,
.iv-account-shell .account-nav-link.is-active::after {
  background: var(--iv-orange);
}

/* Page opening */
.iv-account-shell .pricing-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 42px;
  padding: clamp(52px, 7vw, 92px) 0 clamp(42px, 5vw, 68px);
  border-bottom: 1px solid var(--iv-page-text);
  text-align: left;
}

.iv-account-shell .pricing-title {
  max-width: 12ch;
  margin: 0 0 20px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans) !important;
  font-size: clamp(44.2px, 6.8vw, 70px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .88;
  text-align: left;
}

.iv-account-shell .pricing-subtitle {
  max-width: 720px;
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}

/* Open, rule-driven account surfaces */
.iv-account-shell .account-layout,
.iv-account-shell .auth-layout,
.iv-account-shell .admin-layout {
  align-items: start;
}

.iv-account-shell .account-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.5fr);
  gap: 0;
}

.iv-account-shell .account-layout > .account-surface:first-child {
  padding: 8px clamp(34px, 4vw, 58px) 40px 0;
}

.iv-account-shell .account-layout > .account-stack {
  position: relative;
  gap: 0;
  padding-left: clamp(34px, 4vw, 58px);
  border-left: 1px solid var(--iv-rule);
}

.iv-account-shell .account-layout > .account-stack::before,
.iv-account-shell .auth-panel.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 5px;
  height: 112px;
  background: var(--iv-orange);
}

.iv-account-shell .account-surface,
.iv-account-shell .account-card,
.iv-account-shell .tier-card,
.iv-account-shell .modern-page .account-surface,
.iv-account-shell .modern-page .auth-panel-featured {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid var(--iv-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.iv-account-shell .account-stack > .account-surface:first-child,
.iv-account-shell .account-layout > .account-surface:first-child,
.iv-account-shell .admin-layout > .account-surface:first-child {
  border-top: 0;
}

.iv-account-shell .account-label,
.iv-account-shell .panel-label,
.iv-account-shell .modern-page .account-label,
.iv-account-shell .modern-page .panel-label {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.iv-account-shell .account-surface h2,
.iv-account-shell .modern-page .account-surface h2,
.iv-account-shell .modern-page .auth-panel-head h2 {
  margin: 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans) !important;
  font-size: clamp(22.1px, 2.55vw, 35.7px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1;
}

.iv-account-shell .section-lede,
.iv-account-shell .modern-page .section-lede,
.iv-account-shell .account-muted,
.iv-account-shell .supporting-copy {
  max-width: 680px;
  color: var(--iv-neutral) !important;
  font-family: var(--iv-font-sans);
  font-size: 14px;
  line-height: 1.65;
}

/* Authentication flow */
.iv-account-shell .auth-layout > .account-stack {
  width: min(100%, 900px);
  margin: 0 auto;
}

.iv-account-shell .auth-panel {
  display: none;
}

.iv-account-shell .auth-panel.active {
  position: relative;
  display: block;
  padding: 8px 0 48px clamp(34px, 4vw, 58px);
  border-top: 0;
  border-left: 1px solid var(--iv-rule);
}

.iv-account-shell .auth-panel-head {
  margin: 0 0 28px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--iv-rule);
}

.iv-account-shell .quick-nav {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--iv-rule);
}

.iv-account-shell .quick-nav-title {
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* Forms */
.iv-account-shell .field,
.iv-account-shell .admin-field {
  gap: 8px;
  margin-bottom: 18px;
}

.iv-account-shell .field label,
.iv-account-shell .admin-field span,
.iv-account-shell .modern-page .field label {
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.iv-account-shell .field input,
.iv-account-shell .field select,
.iv-account-shell .admin-field input,
.iv-account-shell .admin-field select,
.iv-account-shell .modern-page .field input,
.iv-account-shell .modern-page .field select {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 13px 15px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 14px;
  font-weight: 450;
  text-align: left;
}

.iv-account-shell .field input:focus,
.iv-account-shell .field select:focus,
.iv-account-shell .admin-field input:focus,
.iv-account-shell .admin-field select:focus {
  outline: 3px solid var(--iv-focus-orange-ring);
  outline-offset: 2px;
  border-color: var(--iv-orange);
  box-shadow: none;
}

.iv-account-shell .field-with-action {
  gap: 10px;
}

.iv-account-shell .terms-label,
.iv-account-shell .modern-page .terms-label {
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans) !important;
  font-size: 14px;
  line-height: 1.5;
}

/* Buttons and action rows */
.iv-account-shell .account-actions,
.iv-account-shell .button-row,
.iv-account-shell .quick-nav-actions {
  gap: 10px;
}

.iv-account-shell .account-button,
.iv-account-shell .orange_button,
.iv-account-shell .secondary_button,
.iv-account-shell .nav-button,
.iv-account-shell .pricing-cta,
.iv-account-shell .modern-page .account-button,
.iv-account-shell .modern-page .orange_button,
.iv-account-shell .modern-page .secondary_button,
.iv-account-shell .modern-page .nav-button {
  min-height: 46px;
  padding: 12px 17px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 4px;
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 800 !important;
  letter-spacing: 0;
  text-decoration: none;
}

.iv-account-shell .account-button:not(.secondary),
.iv-account-shell .orange_button,
.iv-account-shell .pricing-cta.recommended {
  border-color: var(--iv-orange);
  background: var(--iv-orange);
  color: var(--iv-dark);
}

.iv-account-shell .account-button:hover,
.iv-account-shell .orange_button:hover,
.iv-account-shell .secondary_button:hover,
.iv-account-shell .nav-button:hover,
.iv-account-shell .nav-button.active,
.iv-account-shell .pricing-cta:hover:not(:disabled) {
  transform: none;
  border-color: var(--iv-orange);
  background: transparent;
  color: var(--iv-accent-text);
}

.iv-account-shell button:focus-visible,
.iv-account-shell a:focus-visible,
.iv-account-shell input:focus-visible,
.iv-account-shell select:focus-visible {
  outline: 3px solid var(--iv-orange);
  outline-offset: 3px;
}

/* Account data reads as a table, not a card grid. */
.iv-account-shell .account-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(24px, 4vw, 54px);
}

.iv-account-shell .account-metrics .metric-wide {
  grid-column: span 2;
}

.iv-account-shell .account-metric,
.iv-account-shell .modern-page .account-metric,
.iv-account-shell .admin-summary-card {
  min-width: 0;
  padding: 17px 0;
  border: 0;
  border-top: 1px solid var(--iv-rule);
  border-radius: 0;
  background: transparent;
}

.iv-account-shell .account-metric span,
.iv-account-shell .modern-page .account-metric span,
.iv-account-shell .admin-summary-label {
  margin-bottom: 7px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.iv-account-shell .account-metric strong,
.iv-account-shell .admin-summary-card strong {
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 14px;
  font-weight: 700;
}

.iv-account-shell .admin-summary-grid {
  gap: 0 32px;
}

.iv-account-shell .access-tier-heading {
  color: var(--iv-accent-text);
  border-color: var(--iv-rule);
  font-family: var(--iv-font-mono);
}

.iv-account-shell .access-feature-list li,
.iv-account-shell .pricing-features li {
  color: var(--iv-page-text);
}

/* Pricing directory */
.iv-account-shell .pricing-page .billing-toggle-wrap {
  justify-content: flex-start;
  margin-top: 28px;
}

.iv-account-shell .pricing-context-text {
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  text-align: left;
}

.iv-account-shell .pricing-page .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 72px;
  border-top: 1px solid var(--iv-page-text);
}

.iv-account-shell .pricing-page .pricing-grid > * {
  min-width: 0;
}

.iv-account-shell .pricing-page .pricing-card {
  display: flex;
  min-height: 100%;
  margin: 0;
  padding: 28px 24px 34px;
  border: 0;
  border-right: 1px solid var(--iv-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--iv-page-text);
  transform: none;
}

.iv-account-shell .pricing-page .pricing-card:last-child {
  border-right: 0;
}

.iv-account-shell .pricing-page .pricing-card:hover {
  transform: none;
  box-shadow: inset 0 5px 0 var(--iv-orange);
}

.iv-account-shell .pricing-page .pricing-card.is-recommended,
.iv-account-shell .pricing-page .pricing-card.is-required,
.iv-account-shell .is-required.pricing-card {
  border-width: 0 1px 0 0;
  border-color: var(--iv-rule);
  background: var(--iv-page-text) !important;
  box-shadow: inset 0 5px 0 var(--iv-orange);
  color: var(--iv-page-bg);
  outline: 0;
  transform: none;
}

.iv-account-shell .pricing-page .pricing-card.is-current:not(.is-recommended) {
  border-width: 0 1px 0 0;
  border-color: var(--iv-rule);
  background: transparent !important;
  box-shadow: inset 0 5px 0 var(--iv-orange);
  color: var(--iv-page-text);
  outline: 0;
  transform: none;
}

.iv-account-shell .pricing-card-name,
.iv-account-shell .pricing-amount {
  color: inherit;
  font-family: var(--iv-font-sans) !important;
}

.iv-account-shell .pricing-card-name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.iv-account-shell .pricing-amount {
  font-size: 42px;
}

.iv-account-shell .pricing-card-badge,
.iv-account-shell .billing-label,
.iv-account-shell .pricing-includes-label {
  font-family: var(--iv-font-mono) !important;
}

.iv-account-shell .pricing-page .pricing-features {
  gap: 0;
}

.iv-account-shell .pricing-page .pricing-features li {
  padding: 9px 0;
  border-bottom: 1px solid var(--iv-account-feature-rule);
  background: transparent;
  font-family: var(--iv-font-sans);
  font-size: 13px;
}

.iv-account-shell .pricing-page .pricing-card.is-recommended .pricing-features li,
.iv-account-shell .pricing-page .pricing-card.is-required .pricing-features li {
  color: var(--iv-account-feature-text) !important;
}

.iv-account-shell .pricing-page .pricing-card.is-current .pricing-features li {
  color: var(--iv-page-text) !important;
}

.iv-account-shell .pricing-page .pricing-card:is(.is-recommended, .is-required) :is(
  .pricing-card-name,
  .pricing-card-price,
  .pricing-amount,
  .pricing-period,
  .pricing-card-note,
  .pricing-includes-label,
  .pricing-features li,
  .pricing-features li *
) {
  color: inherit !important;
}

.iv-account-shell .pricing-page .pricing-card:is(.is-recommended, .is-required) .pricing-cta.is-current-btn {
  border-color: currentColor;
  color: inherit !important;
}

/* Dark theme keeps all surfaces open and transparent. */
[data-theme="dark"] .iv-account-shell {
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

[data-theme="dark"] .iv-account-shell .account-surface,
[data-theme="dark"] .iv-account-shell .modern-page .account-surface,
[data-theme="dark"] .iv-account-shell .modern-page .auth-panel-featured,
[data-theme="dark"] .iv-account-shell .account-metric,
[data-theme="dark"] .iv-account-shell .modern-page .account-metric,
[data-theme="dark"] .iv-account-shell .admin-summary-card {
  background: transparent;
  color: var(--iv-page-text);
}

[data-theme="dark"] .iv-account-shell .field input,
[data-theme="dark"] .iv-account-shell .field select,
[data-theme="dark"] .iv-account-shell .admin-field input,
[data-theme="dark"] .iv-account-shell .admin-field select,
[data-theme="dark"] .iv-account-shell .modern-page .field input,
[data-theme="dark"] .iv-account-shell .modern-page .field select {
  border-color: var(--iv-page-text);
  background: transparent;
  color: var(--iv-page-text);
}

@media (max-width: 1100px) {
  .iv-account-shell .pricing-page .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-account-shell .pricing-page .pricing-card:nth-child(2n) {
    border-right: 0;
  }

  .iv-account-shell .pricing-page .pricing-card:nth-child(n + 3) {
    border-top: 1px solid var(--iv-rule);
  }
}

@media (max-width: 900px) {
  .iv-account-shell .account-page {
    width: min(calc(100% - 40px), 1320px);
  }

  .iv-account-shell .account-layout {
    grid-template-columns: 1fr;
  }

  .iv-account-shell .account-layout > .account-surface:first-child {
    padding-right: 0;
  }

  .iv-account-shell .account-layout > .account-stack {
    margin-top: 12px;
    padding: 38px 0 0;
    border-top: 1px solid var(--iv-rule);
    border-left: 0;
  }

  .iv-account-shell .account-layout > .account-stack::before {
    top: -3px;
    left: 0;
    width: 112px;
    height: 5px;
  }
}

.iv-account-shell .billing-toggle {
  width: 56px;
  height: 42px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.iv-account-shell .billing-toggle::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 56px;
  height: 30px;
  border-radius: 999px;
  background: var(--iv-dark-wash);
  content: "";
  transition: background-color .2s ease;
}

.iv-account-shell .billing-toggle.is-annual::before {
  background: var(--brand_orange);
}

.iv-account-shell .billing-toggle-thumb {
  top: 9px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: var(--iv-light);
}

.iv-account-shell .billing-toggle.is-annual .billing-toggle-thumb {
  transform: translateX(26px);
}

@media (max-width: 640px) {
  .iv-account-shell .account-page {
    width: min(calc(100% - 30px), 1320px);
    padding-bottom: 64px;
  }

  .iv-account-shell .account-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iv-account-shell .account-nav-link {
    justify-content: center;
    padding-inline: 8px;
  }

  .iv-account-shell .account-nav-link::after {
    right: 8px;
    left: 8px;
  }

  .iv-account-shell .pricing-hero {
    margin-bottom: 30px;
    padding: 44px 0 38px;
  }

  .iv-account-shell .pricing-title {
    font-size: clamp(40.8px, 13.6vw, 57.8px);
  }

  .iv-account-shell .auth-panel.active {
    padding: 36px 0 44px;
    border-top: 1px solid var(--iv-rule);
    border-left: 0;
  }

  .iv-account-shell .auth-panel.active::before {
    top: -3px;
    left: 0;
    width: 112px;
    height: 5px;
  }

  .iv-account-shell .field-with-action {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .iv-account-shell .account-actions,
  .iv-account-shell .button-row,
  .iv-account-shell .quick-nav-actions {
    flex-direction: column;
  }

  .iv-account-shell .account-actions > *,
  .iv-account-shell .button-row > *,
  .iv-account-shell .quick-nav-actions > * {
    width: 100%;
  }

  .iv-account-shell .account-metrics {
    grid-template-columns: 1fr;
  }

  .iv-account-shell .account-metrics .metric-wide {
    grid-column: auto;
  }

  .iv-account-shell .pricing-page .pricing-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .iv-account-shell .pricing-page .pricing-card,
  .iv-account-shell .pricing-page .pricing-card:nth-child(2n),
  .iv-account-shell .pricing-page .pricing-card:last-child {
    border-right: 0;
    border-top: 1px solid var(--iv-rule);
  }
}

@media (prefers-reduced-motion: reduce) {
  .iv-account-shell *,
  .iv-account-shell *::before,
  .iv-account-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
