:root {
  --guide-ink: #071728;
  --guide-navy: #0b2137;
  --guide-blue: #0876b9;
  --guide-cyan: #45c9e9;
  --guide-paper: #f4f8fb;
  --guide-line: #cad8e4;
  --guide-muted: #51677d;
  --guide-green: #1aa56f;
}

.org-guide { padding: 126px max(28px, calc((100vw - 1180px) / 2)) 92px; background: var(--guide-paper); color: var(--guide-ink); }
.org-guide a { color: inherit; }
.org-guide-hero { padding-bottom: 58px; border-bottom: 1px solid var(--guide-line); }
.org-guide-crumb { display: flex; margin: 0 0 48px; color: var(--guide-muted); font-size: 13px; gap: 10px; }
.org-guide-crumb a { color: #176783; font-weight: 700; text-decoration: none; }
.org-guide-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: end; gap: 72px; }
.org-guide-kicker,.org-guide-step-label,.org-guide-index > p { margin: 0 0 12px; color: #16718f; font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.org-guide h1 { max-width: 760px; margin: 0; font-size: clamp(40px, 4.4vw, 62px); line-height: 1.01; letter-spacing: -.05em; }
.org-guide-lead { max-width: 720px; margin: 27px 0 0; color: var(--guide-muted); font-size: 19px; line-height: 1.65; }
.org-guide-summary { margin: 0; padding: 4px 0; border-top: 1px solid var(--guide-line); }
.org-guide-summary div { display: grid; padding: 17px 0; border-bottom: 1px solid var(--guide-line); grid-template-columns: 100px 1fr; gap: 18px; }
.org-guide-summary dt { color: #26738e; font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.org-guide-summary dd { margin: 0; font-size: 14px; font-weight: 700; }
.org-guide-alert { margin-top: 38px; padding: 17px 20px; border-left: 3px solid #ffb341; background: #fff9eb; color: #5d481c; font-size: 14px; line-height: 1.55; }
.org-guide-pilot { margin-top: 14px; padding: 17px 20px; border: 1px solid #b9cedd; border-radius: 10px; background: #eaf5fb; color: #294e66; font-size: 14px; line-height: 1.6; }

.org-guide-layout { display: grid; padding-top: 64px; grid-template-columns: 230px minmax(0, 1fr); gap: 72px; }
.org-guide-index { position: sticky; top: 112px; align-self: start; }
.org-guide-index ol { margin: 0; padding: 0; border-top: 1px solid var(--guide-line); list-style: none; }
.org-guide-index li { border-bottom: 1px solid var(--guide-line); }
.org-guide-index li a { display: flex; padding: 15px 2px; align-items: center; color: #304a61; font-size: 14px; font-weight: 700; text-decoration: none; gap: 14px; }
.org-guide-index li a:hover { color: #0876b9; }
.org-guide-index li span { color: #1d7897; font-family: "IBM Plex Mono", monospace; font-size: 10px; }
.org-guide-index-cta { display: inline-block; margin-top: 24px; color: #126d8b !important; font-size: 13px; font-weight: 800; text-decoration: none; }

.org-guide-steps { min-width: 0; }
.org-guide-step { display: grid; padding: 0 0 72px; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; scroll-margin-top: 112px; }
.org-guide-step + .org-guide-step { padding-top: 70px; border-top: 1px solid var(--guide-line); }
.org-guide-step-number { display: grid; width: 46px; height: 46px; border: 1px solid #63bdd8; border-radius: 50%; color: #08789d; font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 700; place-items: center; }
.org-guide-step-body h2,.org-guide-security h2,.org-guide-finish h2 { margin: 0; font-size: clamp(27px, 3vw, 39px); line-height: 1.12; letter-spacing: -.035em; }
.org-guide-step-body > p:not(.org-guide-step-label,.org-guide-note) { max-width: 780px; margin: 20px 0 0; color: #3f566b; font-size: 17px; line-height: 1.75; }
.org-guide-step code { padding: 3px 7px; border-radius: 5px; background: #dfeaf2; color: #103b55; font-family: "IBM Plex Mono", monospace; font-size: .88em; }
.org-guide-actions { display: grid; margin: 23px 0 0; padding: 0; counter-reset: guide-action; list-style: none; gap: 10px; }
.org-guide-actions li { position: relative; min-height: 42px; padding: 10px 14px 10px 52px; border-left: 2px solid #51bad8; background: rgba(255,255,255,.72); color: #304b61; font-size: 14px; line-height: 1.55; counter-increment: guide-action; }
.org-guide-actions li::before { position: absolute; top: 10px; left: 14px; color: #08789d; content: counter(guide-action, decimal-leading-zero); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 800; letter-spacing: .05em; }

.org-guide-shot { overflow: hidden; margin: 30px 0 0; border: 1px solid #b8cad8; border-radius: 14px; background: #fff; }
.org-guide-shot img { display: block; width: 100%; max-height: 560px; object-fit: contain; background: #eef4fb; }
.org-guide-shot figcaption { padding: 15px 18px; border-top: 1px solid var(--guide-line); color: #567086; font-size: 13px; }
.org-guide-shot figcaption strong { color: #183f57; }
.org-guide-shot-wide img { aspect-ratio: 16 / 10; max-height: none; object-fit: contain; }
.org-guide-video { overflow: hidden; margin-top: 24px; border: 1px solid #173a54; border-radius: 14px; background: var(--guide-navy); box-shadow: 0 18px 46px rgba(7,23,40,.12); }
.org-guide-video > div { display: flex; padding: 16px 18px; align-items: center; justify-content: space-between; color: #fff; gap: 18px; }
.org-guide-video > div span { color: var(--guide-cyan); font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.org-guide-video > div strong { font-size: 14px; text-align: right; }
.org-guide-video video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #061422; }
.org-guide-video video::cue { padding: 4px 8px; background: rgba(4,18,31,.9); color: #fff; font-family: Arial, sans-serif; font-size: 16px; }

.org-guide-files { display: grid; margin-top: 28px; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 14px; }
.org-guide-files > div { min-height: 124px; padding: 21px; border: 1px solid #b9cedd; border-radius: 12px; background: #fff; }
.org-guide-files span { display: block; margin-bottom: 14px; color: #1b7897; font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.org-guide-files strong,.org-guide-files small { display: block; }
.org-guide-files strong { font-family: "IBM Plex Mono", monospace; font-size: 14px; overflow-wrap: anywhere; }
.org-guide-files small { margin-top: 7px; color: var(--guide-muted); font-size: 12px; }
.org-guide-files > i { color: #2688a9; font-style: normal; font-weight: 800; }
.org-guide-check { display: flex; margin-top: 18px; padding: 15px 17px; border: 1px solid #a8ddc9; border-radius: 10px; background: #ecfaf4; align-items: center; gap: 12px; }
.org-guide-check > span { display: grid; width: 25px; height: 25px; border-radius: 50%; background: var(--guide-green); color: #fff; font-weight: 900; place-items: center; }
.org-guide-check p { margin: 0; color: #245844; font-size: 14px; }
.org-guide-links { display: flex; margin-top: 24px; align-items: center; gap: 22px; flex-wrap: wrap; }
.org-guide-button { display: inline-flex; min-height: 48px; padding: 0 21px; border-radius: 8px; background: #0b759a; color: #fff !important; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; text-decoration: none; }
.org-guide-button:hover { background: #075f7d; }
.org-guide-link { color: #126d8b !important; font-size: 14px; font-weight: 800; text-decoration: none; }

.org-guide-ui,.org-guide-result { margin-top: 28px; padding: 26px; border: 1px solid #264259; border-radius: 14px; background: var(--guide-navy); color: #fff; }
.org-guide-ui > div { display: flex; align-items: center; color: #abc0d0; font-family: "IBM Plex Mono", monospace; gap: 8px; }
.org-guide-ui-dot { width: 8px; height: 8px; border-radius: 50%; background: #8ea1b1; }
.org-guide-ui > strong { display: block; margin: 22px 0; font-size: 23px; }
.org-guide-ui button,.org-guide-result button { min-height: 43px; padding: 0 17px; border: 0; border-radius: 8px; background: var(--guide-cyan); color: var(--guide-ink); font: inherit; font-size: 13px; font-weight: 800; pointer-events: none; }
.org-guide-permissions { overflow: hidden; margin-top: 28px; border: 1px solid #b9cedd; border-radius: 12px; background: #fff; }
.org-guide-permissions > div { display: flex; padding: 19px; align-items: center; gap: 15px; }
.org-guide-permissions > div + div { border-top: 1px solid var(--guide-line); }
.org-guide-permissions > div > span { display: grid; width: 39px; height: 39px; border-radius: 9px; background: #e4f4fb; color: #08789d; font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 800; place-items: center; }
.org-guide-permissions p,.org-guide-permissions strong,.org-guide-permissions small { display: block; margin: 0; }
.org-guide-permissions small { margin-top: 4px; color: var(--guide-muted); font-size: 13px; }
.org-guide-note { margin: 18px 0 0; color: #63788b; font-size: 14px; line-height: 1.65; }
.org-guide-result { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.org-guide-result-head span,.org-guide-result-head strong { display: block; }
.org-guide-result-head span { color: #86d9b7; font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.org-guide-result-head span i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #31d88d; }
.org-guide-result-head strong { margin-top: 8px; font-size: 17px; }
.org-guide-result > p { grid-column: 1 / -1; margin: 4px 0 0; padding: 14px 16px; border-radius: 9px; background: rgba(49,216,141,.12); color: #a9efcf; font-size: 13px; }
.org-guide-result > p span { margin-right: 7px; color: #31d88d; font-weight: 900; }
.org-guide-troubleshooting { margin-top: 26px; padding: 25px; border: 1px solid #b9cedd; border-radius: 12px; background: #fff; }
.org-guide-troubleshooting h3 { margin: 0 0 16px; font-size: 18px; }
.org-guide-troubleshooting dl { margin: 0; }
.org-guide-troubleshooting dl > div { display: grid; padding: 14px 0; border-top: 1px solid var(--guide-line); grid-template-columns: 190px minmax(0, 1fr); gap: 18px; }
.org-guide-troubleshooting dt { color: #126d8b; font-size: 13px; font-weight: 800; }
.org-guide-troubleshooting dd { margin: 0; color: #52697d; font-size: 13px; line-height: 1.6; }

.org-guide-security { display: grid; margin-top: 14px; padding: 48px; border-radius: 18px; background: var(--guide-ink); color: #fff; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: 72px; }
.org-guide-security .org-guide-kicker { color: var(--guide-cyan); }
.org-guide-security ul { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.org-guide-security li { display: grid; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); grid-template-columns: 130px 1fr; gap: 18px; }
.org-guide-security li strong { color: var(--guide-cyan); font-size: 13px; }
.org-guide-security li span { color: rgba(255,255,255,.68); font-size: 13px; }
.org-guide-finish { display: flex; margin-top: 28px; padding: 39px 42px; border: 1px solid #b9cedd; border-radius: 16px; background: #fff; align-items: center; justify-content: space-between; gap: 32px; }
.org-guide-finish h2 { max-width: 660px; font-size: clamp(25px, 3vw, 36px); }

@media (max-width: 860px) {
  .org-guide { padding: 105px 20px 70px; }
  .org-guide-crumb { margin-bottom: 30px; }
  .org-guide-hero-grid,.org-guide-layout,.org-guide-security { grid-template-columns: 1fr; gap: 38px; }
  .org-guide h1 { font-size: clamp(39px, 11vw, 58px); }
  .org-guide-lead { font-size: 17px; }
  .org-guide-index { position: static; }
  .org-guide-index ol { display: grid; grid-template-columns: repeat(9, minmax(0,1fr)); }
  .org-guide-index li { border-bottom: 1px solid var(--guide-line); }
  .org-guide-index li a { padding: 13px 6px; justify-content: center; font-size: 0; gap: 0; }
  .org-guide-index li span { font-size: 11px; }
  .org-guide-index-cta { display: none; }
  .org-guide-security { padding: 34px 28px; }
}

@media (max-width: 600px) {
  .org-guide { padding-inline: 17px; }
  .org-guide-hero { padding-bottom: 42px; }
  .org-guide-summary div { grid-template-columns: 88px 1fr; }
  .org-guide-layout { padding-top: 42px; }
  .org-guide-step { padding-bottom: 52px; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .org-guide-step + .org-guide-step { padding-top: 52px; }
  .org-guide-step-number { width: 36px; height: 36px; }
  .org-guide-step-body > p:not(.org-guide-step-label,.org-guide-note) { font-size: 16px; }
  .org-guide-shot img { max-height: 420px; }
  .org-guide-shot-wide img { aspect-ratio: 16 / 10; max-height: none; }
  .org-guide-video > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .org-guide-video > div strong { text-align: left; }
  .org-guide-files { grid-template-columns: 1fr; }
  .org-guide-files > i { text-align: center; }
  .org-guide-ui,.org-guide-result { padding: 21px; }
  .org-guide-result { grid-template-columns: 1fr; }
  .org-guide-result > p { grid-column: auto; }
  .org-guide-troubleshooting { padding: 20px; }
  .org-guide-troubleshooting dl > div { grid-template-columns: 1fr; gap: 5px; }
  .org-guide-security { padding: 30px 22px; }
  .org-guide-security li { grid-template-columns: 1fr; gap: 4px; }
  .org-guide-finish { padding: 30px 24px; align-items: flex-start; flex-direction: column; }
  .org-guide-button { width: 100%; }
}
