/* [project]/node_modules/@fontsource-variable/inter/wght.css [app-client] (css) */
@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-cyrillic-ext-wght-normal.69a875b0.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-cyrillic-wght-normal.f4a8c114.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-greek-ext-wght-normal.510f5f86.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-greek-wght-normal.65d34d2f.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-vietnamese-wght-normal.b512ba01.woff2") format("woff2-variations");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-latin-ext-wght-normal.bf448ec5.woff2") format("woff2-variations");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-latin-wght-normal.c757f81b.woff2") format("woff2-variations");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .flex {
    display: flex;
  }

  .table {
    display: table;
  }
}

:root {
  --background: #0b0f14;
  --foreground: #e8eef7;
  --accent: #3d8bfd;
  --card: #141c27;
  --muted: #8b9cb3;
}

body {
  background: radial-gradient(ellipse at top, #152238 0%, var(--background) 55%);
  min-height: 100vh;
  color: var(--foreground);
  margin: 0;
  font-family: Inter Variable, Inter, Helvetica, Arial, sans-serif;
}

.badge {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  background: #1e4a8a;
  border-radius: 4px;
  padding: .35rem .65rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
}

.card {
  background: var(--card);
  border: 1px solid #243044;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.card h2 {
  margin: 0 0 .75rem;
  font-size: 1rem;
}

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

.card a {
  color: var(--accent);
}

.sec-form {
  margin-top: 1rem;
}

.sec-label {
  color: var(--foreground);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.sec-input {
  box-sizing: border-box;
  width: 100%;
  color: var(--foreground);
  font: inherit;
  resize: vertical;
  background: #0b0f14;
  border: 1px solid #243044;
  border-radius: 8px;
  padding: .5rem .65rem;
  font-size: .9rem;
}

.sec-input-compact {
  max-width: 100%;
  min-height: unset;
  resize: none;
  height: 2.25rem;
}

.sec-mode-tabs {
  gap: .5rem;
  margin-top: .75rem;
  display: flex;
}

.sec-tab {
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  background: #0b0f14;
  border: 1px solid #243044;
  border-radius: 6px;
  padding: .4rem .75rem;
  font-size: .85rem;
}

.sec-tab.active {
  border-color: var(--accent);
  color: var(--foreground);
  background: #1a2a42;
}

.sec-button-secondary {
  background: #243044;
  margin-top: .75rem;
}

.sec-preview {
  background: #0b0f14;
  border: 1px solid #243044;
  border-radius: 8px;
  margin-top: .75rem;
  padding: .75rem;
}

.sec-preview-title {
  color: var(--foreground);
  margin: 0 0 .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.sec-preview-head {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.sec-preview-head .sec-preview-title {
  flex: 1;
  margin: 0;
}

.sec-link-btn {
  color: var(--accent);
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: .8rem;
}

.sec-check-list {
  max-height: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.sec-check-list li {
  color: var(--muted);
  padding: .25rem 0;
  font-size: .85rem;
}

.sec-check-list-select li {
  padding: .15rem 0;
}

.sec-check-row {
  cursor: pointer;
  align-items: flex-start;
  gap: .5rem;
  display: flex;
}

.sec-check-row span {
  flex-direction: column;
  gap: .1rem;
  display: flex;
}

.sec-check-row strong {
  color: var(--foreground);
  font-size: .85rem;
  font-weight: 500;
}

.sec-check-row small {
  color: var(--muted);
  font-size: .75rem;
}

.sec-muted {
  color: var(--muted);
}

.sec-input:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  border-color: var(--accent);
}

.sec-input::placeholder {
  color: #5a6d85;
  opacity: 1;
}

.sec-form code {
  color: var(--accent);
  font-size: .85em;
}

.sec-sector-grid {
  gap: .75rem;
  display: grid;
}

.sec-sector-option {
  cursor: pointer;
  background: #0b0f14;
  border: 1px solid #243044;
  border-radius: 8px;
  align-items: flex-start;
  gap: .65rem;
  padding: .75rem .9rem;
  display: flex;
}

.sec-sector-option input {
  margin-top: .2rem;
}

.sec-sector-option span {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.sec-sector-option small {
  color: var(--muted);
  line-height: 1.4;
}

.sec-button {
  background: var(--accent);
  color: #fff;
  font: inherit;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  margin-top: .75rem;
  padding: .55rem 1rem;
  font-size: .9rem;
  font-weight: 600;
}

.sec-button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.sec-hint, .sec-error {
  font-size: .875rem;
}

.sec-notice {
  color: var(--muted);
  font-size: .875rem;
}

.sec-error {
  color: #ff8a8a;
}

.sec-sic-banner {
  background: #101820;
  border: 1px solid #243044;
  border-radius: 8px;
  margin-top: .75rem;
  padding: .65rem .75rem;
}

.sec-sic-banner-title {
  color: var(--foreground);
  margin: 0;
  font-size: .85rem;
}

.sec-sic-banner-meta {
  color: var(--muted);
  margin: .35rem 0 0;
  font-size: .8rem;
}

.sec-suggestions {
  background: #0b0f14;
  border: 1px solid #243044;
  border-radius: 8px;
  margin-top: .5rem;
  padding: .65rem .75rem;
}

.sec-suggestions-title {
  color: var(--muted);
  margin: 0 0 .45rem;
  font-size: .8rem;
  font-weight: 600;
}

.sec-suggestion-chips {
  flex-wrap: wrap;
  gap: .4rem;
  display: flex;
}

.sec-suggestion-chip {
  color: var(--foreground);
  font: inherit;
  cursor: pointer;
  background: #1a2433;
  border: 1px solid #243044;
  border-radius: 999px;
  padding: .3rem .55rem;
  font-size: .8rem;
}

.sec-suggestion-chip:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.sec-result {
  border-top: 1px solid #243044;
  margin-top: 1rem;
  padding-top: 1rem;
}

.sec-result-list {
  color: var(--muted);
  margin: .75rem 0 0;
  padding-left: 1.2rem;
  line-height: 1.6;
}

.sec-result-head {
  margin: 0 0 .5rem;
  font-weight: 600;
}

.sec-status-row {
  background: #121a26;
  border: 1px solid #243044;
  border-radius: 8px;
  align-items: flex-start;
  gap: .65rem;
  margin-top: .55rem;
  padding: .55rem .65rem;
  display: flex;
}

.sec-status-icon {
  text-align: center;
  flex-shrink: 0;
  width: 1.25rem;
  font-weight: 700;
}

.sec-status-text {
  flex-direction: column;
  gap: .15rem;
  min-width: 0;
  display: flex;
}

.sec-status-text strong {
  font-size: .92rem;
}

.sec-status-text small {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.sec-status-error {
  color: #f87171;
}

.sec-status-done {
  background: #0f1f18;
  border-color: #1f4d3a;
}

.sec-status-done .sec-status-icon {
  color: #4ade80;
}

.sec-status-running {
  border-color: #3b4f6b;
}

.sec-status-running .sec-status-icon {
  color: var(--accent);
}

.sec-status-pending .sec-status-icon {
  color: var(--muted);
}

.sec-status-failed {
  background: #1a1214;
  border-color: #5c2a2a;
}

.sec-status-failed .sec-status-icon {
  color: #f87171;
}

.sec-download-done {
  margin-top: .75rem;
}

.sec-download-summary {
  margin-top: .5rem;
  font-size: .8rem;
}

.sec-queue-row {
  margin: .35rem 0;
  font-size: .82rem;
  line-height: 1.4;
}

.sec-new-download-btn {
  margin-top: .75rem;
  display: inline-block;
}

.portal-shell {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.portal-staging-banner {
  color: #bfdbfe;
  text-align: center;
  background: #1e3a5f;
  border-bottom: 1px solid #243044;
  padding: .5rem 1rem;
  font-size: .8rem;
}

.portal-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 20;
  background: #0b0f14eb;
  border-bottom: 1px solid #243044;
  position: sticky;
  top: 0;
}

.portal-header-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: .9rem 1.5rem;
  display: flex;
}

.portal-brand {
  color: var(--foreground);
  letter-spacing: -.02em;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.portal-nav {
  flex-wrap: wrap;
  gap: .35rem 1rem;
  display: flex;
}

.portal-nav-link {
  color: var(--muted);
  font-size: .9rem;
  text-decoration: none;
}

.portal-nav-link:hover {
  color: var(--accent);
}

.portal-main {
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}

.portal-footer {
  text-align: center;
  color: var(--muted);
  border-top: 1px solid #243044;
  padding: 1.5rem;
  font-size: .85rem;
}

.portal-footer-legal {
  color: var(--foreground);
  margin: 0 0 .5rem;
}

.portal-footer-muted {
  margin: 0 0 .75rem;
  font-size: .8rem;
}

.portal-footer-links a {
  color: var(--accent);
}

.portal-hero {
  padding: 1rem 0 2.5rem;
}

.portal-hero-title {
  letter-spacing: -.03em;
  margin: .75rem 0 1rem;
  font-size: clamp(2rem, 5vw, 2.75rem);
}

.portal-hero-lead {
  color: #c5d4e8;
  max-width: 52rem;
  margin: 0 0 .75rem;
  font-size: 1.1rem;
  line-height: 1.65;
}

.portal-hero-note {
  color: var(--muted);
  margin: 0 0 1.25rem;
  font-size: .85rem;
}

.portal-hero-cta {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.portal-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.1rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.portal-btn-primary {
  background: var(--accent);
  color: #0b0f14;
}

.portal-btn-secondary {
  color: #e8eef7;
  background: #1e4a8a;
  border-color: #2d5a9e;
}

.portal-btn-ghost {
  color: var(--muted);
  background: none;
  border-color: #243044;
}

.portal-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.portal-section {
  margin-top: 2.5rem;
}

.portal-section-alt {
  background: var(--card);
  border: 1px solid #243044;
  border-radius: 12px;
  padding: 1.5rem;
}

.portal-section-title {
  margin: 0 0 .5rem;
  font-size: 1.35rem;
}

.portal-section-intro {
  color: var(--muted);
  max-width: 42rem;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

.portal-section-foot {
  margin-top: 1rem;
  font-size: .9rem;
}

.portal-section-foot a, .portal-inline-link {
  color: var(--accent);
}

.portal-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  display: grid;
}

.portal-product-card {
  background: var(--card);
  border: 1px solid #243044;
  border-radius: 12px;
  flex-direction: column;
  gap: .75rem;
  padding: 1.1rem 1.2rem;
  display: flex;
}

.portal-product-card-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.portal-product-card-title {
  margin: 0;
  font-size: 1rem;
}

.portal-product-card-price {
  color: var(--accent);
  white-space: nowrap;
  font-size: .85rem;
}

.portal-product-card-desc {
  color: var(--muted);
  flex: 1;
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
}

.portal-product-card-meta {
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .65rem;
  display: flex;
}

.portal-product-delivery-type {
  color: var(--muted);
  font-size: .78rem;
}

.portal-status-badge {
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-block;
}

.portal-status-available {
  color: #86efac;
  background: #14532d;
}

.portal-status-beta {
  color: #fde68a;
  background: #78350f;
}

.portal-status-coming-soon {
  color: #93c5fd;
  background: #172554;
}

.portal-status-manual {
  color: #d8b4fe;
  background: #581c87;
}

.portal-product-detail {
  max-width: 52rem;
}

.portal-product-detail-head {
  margin-bottom: 1.25rem;
}

.portal-product-detail-price {
  margin: .5rem 0;
  font-size: 1.35rem;
  font-weight: 600;
}

.portal-product-detail-cta {
  margin-top: 1.5rem;
}

.portal-checkout-action {
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.portal-checkout-staging-note {
  margin: 0;
}

.portal-checkout-error {
  color: #f87171;
  margin: 0;
  font-size: .85rem;
}

.portal-checkout-success code {
  color: var(--accent);
  font-size: .85rem;
}

.portal-product-card-actions {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.portal-pill {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #93c5fd;
  background: #172554;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-block;
}

.portal-page-hero-compact {
  margin-bottom: 1.5rem;
}

.portal-page-title {
  letter-spacing: -.02em;
  margin: 0 0 .5rem;
  font-size: 1.75rem;
}

.portal-page-subtitle {
  color: var(--muted);
  max-width: 42rem;
  margin: 0;
  line-height: 1.6;
}

.portal-placeholder-card {
  background: var(--card);
  border: 1px solid #243044;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

.portal-placeholder-card h2 {
  margin: 0 0 .75rem;
  font-size: 1.1rem;
}

.portal-feature-list {
  color: #c5d4e8;
  margin: .75rem 0 1rem;
  padding-left: 1.2rem;
  line-height: 1.65;
}

.portal-muted-small {
  color: var(--muted);
  font-size: .85rem;
}

.portal-content-stack {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.portal-content-card {
  background: var(--card);
  border: 1px solid #243044;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

.portal-content-card h2 {
  margin: 0 0 .5rem;
  font-size: 1.05rem;
}

.portal-content-card p {
  color: var(--muted);
  margin: 0 0 .75rem;
  line-height: 1.6;
}

.portal-pricing-table-wrap {
  overflow-x: auto;
}

.portal-pricing-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .9rem;
}

.portal-pricing-table th, .portal-pricing-table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #243044;
  padding: .75rem .65rem;
}

.portal-pricing-table th {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .8rem;
  font-weight: 600;
}

.portal-account-layout {
  box-sizing: border-box;
  flex: 1;
  grid-template-columns: 220px 1fr;
  gap: 0;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem;
  display: grid;
}

.portal-account-sidebar {
  border-right: 1px solid #243044;
  padding-right: 1rem;
}

.portal-account-sidebar-title {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  margin: 0 0 .75rem;
  font-size: .75rem;
}

.portal-account-nav-link {
  color: var(--muted);
  padding: .4rem 0;
  font-size: .9rem;
  text-decoration: none;
  display: block;
}

.portal-account-nav-link:hover {
  color: var(--accent);
}

.portal-account-main {
  min-width: 0;
  padding-left: 1.5rem;
}

.portal-account-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  display: grid;
}

.portal-account-tile {
  background: var(--card);
  color: inherit;
  border: 1px solid #243044;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  text-decoration: none;
  display: block;
}

.portal-account-tile h2 {
  margin: 0 0 .5rem;
  font-size: 1rem;
}

.portal-account-tile p {
  color: var(--muted);
  margin: 0 0 .75rem;
  font-size: .88rem;
  line-height: 1.5;
}

.portal-sample-hero {
  padding-bottom: 1.5rem;
}

.portal-sample-meta {
  margin-top: 1rem;
}

.portal-toc-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: .85rem;
  display: grid;
}

.portal-toc-card {
  background: #0b0f1459;
  border: 1px solid #243044;
  border-radius: 10px;
  padding: .9rem 1rem;
}

.portal-toc-card h3 {
  margin: 0 0 .35rem;
  font-size: .95rem;
}

.portal-toc-card p {
  color: var(--muted);
  margin: 0;
  font-size: .85rem;
  line-height: 1.5;
}

.portal-pdf-preview-wrap {
  background: #0b0f14;
  border: 1px solid #243044;
  border-radius: 12px;
  overflow: hidden;
}

.portal-pdf-preview {
  border: 0;
  width: 100%;
  height: 80vh;
  min-height: 720px;
  display: block;
}

@media (max-width: 768px) {
  .portal-pdf-preview {
    height: 60vh;
    min-height: 480px;
  }

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

  .portal-account-sidebar {
    border-bottom: 1px solid #243044;
    border-right: none;
    margin-bottom: .5rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .portal-account-main {
    padding-left: 0;
  }
}

/*# sourceMappingURL=_d05d4061._.css.map*/