.maple-invite { --mi-blue: #0065f5; --mi-ink: #172a43; --mi-muted: #687c95; --mi-line: #e0e8f2; }
.mi-page { margin-top: 72px; color: var(--mi-ink); line-height: 1.7; }
.mi-page *, .mi-footer * { box-sizing: border-box; }
.mi-page [hidden] { display: none !important; }
.mi-page h1, .mi-page h2, .mi-page p { margin: 0; }
.mi-page button, .mi-page input { font: inherit; }
.mi-page a, .mi-footer a { text-decoration: none; }
.mi-page button, .mi-page summary { cursor: pointer; }
.mi-page button:disabled { cursor: not-allowed; }
.mi-shell { width: min(1220px, calc(100% - 80px)); margin: 0 auto; }
.mi-hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #f6faff 10%, #eef5ff 57%, #f8fbff); border-bottom: 1px solid var(--mi-line); }
.mi-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#237afa06 1px, transparent 1px), linear-gradient(90deg, #237afa06 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, #000); }
.mi-hero::after { content: ''; position: absolute; width: 490px; height: 490px; border: 1px solid #bcd5f34d; border-radius: 50%; left: -360px; top: 80px; box-shadow: 0 0 0 76px #c6ddf512, 0 0 0 150px #c6ddf50b; pointer-events: none; }
.mi-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, 1fr); gap: 78px; align-items: center; padding: 70px 0 64px; min-height: 650px; }
.mi-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--mi-blue); font-size: 10px; font-weight: 600; letter-spacing: 1.8px; }
.mi-eyebrow > span { display: inline-block; width: 7px; height: 7px; background: var(--mi-blue); }
.mi-intro h1 { margin: 22px 0 22px; font-size: clamp(38px, 3.8vw, 53px); font-weight: 500; line-height: 1.35; letter-spacing: -1.8px; }
.mi-intro h1 em { color: var(--mi-blue); font-style: normal; }
.mi-description { color: #647790; font-size: 15px; line-height: 1.95; }
.mi-audience { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; margin-top: 24px; color: #4e6480; font-size: 12px; }
.mi-audience > span { display: flex; align-items: center; gap: 6px; }
.mi-audience > span + span { padding-left: 16px; border-left: 1px solid #cbdcf1; }
.mi-audience svg { width: 17px; height: 17px; color: var(--mi-blue); }
.mi-connection { max-width: 460px; margin: 29px 0 0 -12px; }
.mi-connection > svg { display: block; width: 100%; height: auto; }
.mi-connection > p { margin: 3px 0 0 26px; font-size: 10px; letter-spacing: 1px; color: #7a91ac; }
.mi-connection-line { animation: mi-connect 30s linear infinite; }
@keyframes mi-connect { to { stroke-dashoffset: -180; } }
.mi-bind-card { position: relative; background: #fff; padding: 30px 34px 24px; border: 1px solid #d9e4f3; border-top: 3px solid var(--mi-blue); border-radius: 4px; box-shadow: 0 16px 48px #173e7410; min-width: 0; }
.mi-card-top { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; color: #57718e; font-size: 11px; }
.mi-card-mark { display: grid; place-items: center; width: 22px; height: 22px; color: var(--mi-blue); background: #edf5ff; font-size: 18px; line-height: 1; }
.mi-card-index { margin-left: auto; color: #90a1b6; font-size: 9px; letter-spacing: 1px; }
.mi-bind-card h2 { margin: 0 0 9px; font-size: 25px; font-weight: 500; line-height: 1.5; letter-spacing: -.5px; }
.mi-card-description { min-height: 42px; margin-bottom: 25px !important; font-size: 13px; color: var(--mi-muted); line-height: 1.8; }
.mi-input-label { display: block; margin: 0 0 9px; font-size: 13px; font-weight: 500; }
.mi-code-field { display: flex; align-items: center; gap: 12px; height: 60px; border: 1px solid #bdcfe5; background: #fbfdff; border-radius: 2px; padding: 0 16px; transition: border-color .15s; }
.mi-code-field:focus-within { border-color: var(--mi-blue); box-shadow: 0 0 0 2px #0065f510; }
.mi-code-field > span { flex: 0 0 auto; color: #96adc7; font-size: 25px; font-weight: 300; }
.mi-code-field input { display: block; border: 0; background: transparent; width: 100%; min-width: 0; padding: 0; color: #203f65; outline: none; font-size: 22px; line-height: 1.4; letter-spacing: 3px; text-transform: uppercase; border-radius: 0; }
.mi-code-field input::placeholder { color: #9aabc0; font-size: 15px; letter-spacing: 1px; }
.mi-code-field:has(input[aria-invalid="true"]) { border-color: #cc4b51; }
.mi-field-hint { margin: 8px 0 21px !important; color: #72859e; font-size: 12px; }
.mi-inline-error { color: #b33f46; padding: 0; margin: 0 0 13px !important; font-size: 12px; overflow-wrap: anywhere; }
.mi-primary, .mi-secondary { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 49px; padding: 12px 18px; border: 1px solid var(--mi-blue); border-radius: 2px; font-size: 14px; line-height: 1.6; transition: background .15s; }
.mi-primary { background: var(--mi-blue); color: #fff; }
.mi-primary:hover:not(:disabled) { background: #0053d1; }
.mi-primary:disabled { background: #829fc7; border-color: #829fc7; }
.mi-primary > span:last-child, .mi-secondary > span { font-size: 20px; line-height: 1; }
.mi-binding-note { display: flex; align-items: flex-start; gap: 7px; margin: 13px 0 0 !important; color: #6d819b; font-size: 12px; line-height: 1.8; }
.mi-binding-note svg { flex: 0 0 auto; width: 12px; height: 15px; margin-top: 1px; color: #839bb8; }
.mi-register { display: flex; flex-wrap: wrap; gap: 3px 7px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--mi-line); color: #71839a; font-size: 12px; }
.mi-register a { color: var(--mi-blue); }
.mi-retry { border: 0; padding: 7px 0; margin-top: 12px; background: none; color: var(--mi-blue); font-size: 12px !important; }
.mi-bound { outline: none; }
.mi-success-icon { display: grid; place-items: center; width: 45px; height: 45px; color: var(--mi-blue); background: #edf5ff; border: 1px solid #d8e7fc; margin: 0 0 18px; }
.mi-success-icon svg { width: 30px; height: 30px; }
.mi-bound > p { font-size: 12px; color: var(--mi-muted); }
.mi-bound dl { margin: 25px 0 17px; padding: 17px 0; border-top: 1px solid var(--mi-line); border-bottom: 1px solid var(--mi-line); }
.mi-bound dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 12px; font-size: 12px; }
.mi-bound dl > div + div { margin-top: 12px; }
.mi-bound dt { font-weight: 400; color: #7b8da6; }
.mi-bound dd { margin: 0; color: #2e4a6b; font-variant-numeric: tabular-nums; }
.mi-bound #boundCode { font-family: ui-monospace, Consolas, monospace; letter-spacing: 1px; }
.mi-bound .mi-bound-note { font-size: 11px; line-height: 1.85; margin-bottom: 23px; }
.mi-secondary { background: #f7faff; color: var(--mi-blue); border-color: #d1e0f5; font-size: 13px; }
.mi-secondary:hover { color: #0053d1; background: #edf5ff; }
.mi-own-invite { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--mi-line); }
.mi-own-invite > div { flex: 1; min-width: 0; }
.mi-own-invite label { display: block; font-size: 10px; color: #7a8da6; margin-bottom: 3px; }
.mi-own-invite input { display: block; border: 0; padding: 0; color: #214c83; font: 16px/1.6 ui-monospace, Consolas, monospace; letter-spacing: 1.5px; width: 100%; outline-offset: 3px; }
.mi-own-invite > button { border: 1px solid #d8e3f0; border-radius: 2px; background: #fff; color: #4a6483; font-size: 11px; padding: 5px 11px; min-height: 32px; }
.mi-own-invite > .mi-share { display: flex; justify-content: space-between; flex-basis: 100%; background: none; border: 0; color: var(--mi-blue); padding: 3px 0; }
.mi-copy-status { min-height: 0; font-size: 11px; color: var(--mi-blue); line-height: 1.6; }
.mi-copy-status:not(:empty) { margin-top: 10px; }
.mi-steps { background: #fff; border-bottom: 1px solid var(--mi-line); }
.mi-steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 31px 0; }
.mi-steps-grid > div { display: flex; align-items: flex-start; gap: 19px; padding: 0 27px; border-left: 1px solid var(--mi-line); }
.mi-steps-grid > div:first-child { border-left: 0; padding-left: 0; }
.mi-steps-grid > div:last-child { padding-right: 0; }
.mi-step-number { font-size: 24px; line-height: 1.4; font-weight: 300; letter-spacing: -1px; color: #a8c4e9; }
.mi-steps h2 { font-size: 14px; font-weight: 500; line-height: 1.6; margin: 0 0 6px; }
.mi-steps p { font-size: 12px; color: #71839a; line-height: 1.8; }
.mi-faq { display: grid; grid-template-columns: 1fr 1.55fr; gap: 85px; padding-top: 70px; padding-bottom: 76px; }
.mi-faq-heading h2 { margin: 15px 0 24px; font-size: 31px; font-weight: 500; line-height: 1.5; letter-spacing: -.8px; }
.mi-faq-heading > a { color: #6680a0; font-size: 12px; }
.mi-faq-heading > a span { margin-left: 15px; color: var(--mi-blue); }
.mi-faq-list { border-top: 1px solid var(--mi-line); }
.mi-faq details { padding: 19px 0; border-bottom: 1px solid var(--mi-line); }
.mi-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; font-weight: 500; list-style: none; }
.mi-faq summary::-webkit-details-marker { display: none; }
.mi-faq summary > span { color: #7596bf; font-size: 20px; line-height: 1; font-weight: 300; transition: transform .2s; }
.mi-faq details[open] summary > span { transform: rotate(45deg); }
.mi-faq details > p { margin: 12px 35px 0 0; color: #73859e; font-size: 12px; line-height: 1.9; }
.mi-bottom { background: #f5f8fc; border-top: 1px solid var(--mi-line); border-bottom: 1px solid var(--mi-line); }
.mi-bottom > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 32px; padding-bottom: 34px; }
.mi-bottom .mi-eyebrow { font-size: 8px; color: #7794b7; letter-spacing: 1.5px; }
.mi-bottom h2 { font-size: 23px; line-height: 1.6; font-weight: 400; margin-top: 8px; }
.mi-bottom a { display: flex; align-items: center; gap: 35px; border-bottom: 1px solid #bfd5f2; padding: 8px 0; color: var(--mi-blue); font-size: 13px; white-space: nowrap; }
.mi-bottom a > span { font-size: 23px; }
.mi-footer { padding: 27px 0; background: #fff; }
.mi-footer > div { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; }
.mi-footer-brand { font-size: 17px; font-weight: 600; color: #233d60; }
.mi-footer-brand span { margin-left: 10px; font-size: 9px; font-weight: 400; color: #9badc1; letter-spacing: 1px; }
.mi-footer > div > div { display: flex; gap: 20px; margin-left: auto; }
.mi-footer > div > div a, .mi-footer > div > span { font-size: 10px; color: #8191a6; }
.mi-footer > div > span { width: 100%; padding-top: 14px; border-top: 1px solid #edf1f6; }
.maple-invite .maple-menu-item[aria-current="page"] { color: var(--mi-blue); }
.maple-invite :is(a, button, input, summary):focus-visible { outline: 2px solid var(--mi-blue); outline-offset: 4px; }
.maple-invite .mi-code-field input:focus-visible { outline: none; }
#bindingCard { scroll-margin-top: 90px; }
@media (max-width: 960px) { .mi-page { margin-top: 64px; } }
@media (max-width: 1180px) {
  .mi-shell { width: calc(100% - 48px); }
  .mi-hero-layout { gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(350px, 1fr); padding-top: 55px; padding-bottom: 55px; }
  .mi-bind-card { padding: 28px; }
  .mi-intro h1 { font-size: 41px; letter-spacing: -1.5px; }
  .mi-description { font-size: 13px; }
  .mi-wide-break { display: none; }
  .mi-steps-grid > div { gap: 13px; padding-inline: 20px; }
  .mi-faq { gap: 55px; }
}
@media (max-width: 900px) {
  .mi-hero-layout { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(325px, 1fr); }
  .mi-bind-card { padding: 25px; }
  .mi-intro h1 { font-size: 34px; }
  .mi-audience { font-size: 11px; gap: 7px; }
  .mi-audience > span + span { padding-left: 0; border: 0; width: 100%; margin-left: 23px; }
  .mi-connection { margin-top: 24px; }
}
@media (max-width: 760px) {
  .mi-page { margin-top: 64px; }
  .mi-shell { width: calc(100% - 40px); }
  .mi-hero-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 35px; padding-bottom: 35px; }
  .mi-intro h1 { margin: 17px 0 16px; font-size: 36px; line-height: 1.35; }
  .mi-description { font-size: 13px; }
  .mi-description > br { display: none; }
  .mi-audience { margin-top: 18px; gap: 7px 12px; }
  .mi-audience > span + span { width: auto; padding-left: 12px; border-left: 1px solid #cbdcf1; margin-left: 0; }
  .mi-connection { display: none; }
  .mi-bind-card { padding: 25px 24px 23px; box-shadow: 0 10px 30px #173e7408; }
  .mi-bind-card h2 { font-size: 23px; }
  .mi-card-top { margin-bottom: 21px; }
  .mi-code-field { height: 57px; }
  .mi-code-field input { font-size: 20px; }
  .mi-primary { min-height: 48px; }
  .mi-steps-grid { grid-template-columns: 1fr; padding-block: 6px; }
  .mi-steps-grid > div { border-left: 0; border-top: 1px solid #edf1f6; padding: 19px 0; gap: 20px; }
  .mi-steps-grid > div:first-child { border-top: 0; }
  .mi-steps h2 { font-size: 13px; margin-bottom: 3px; }
  .mi-step-number { font-size: 22px; }
  .mi-faq { grid-template-columns: 1fr; gap: 28px; padding-top: 42px; padding-bottom: 43px; }
  .mi-faq-heading h2 { font-size: 27px; margin: 13px 0 15px; }
  .mi-faq-heading h2 br { display: none; }
  .mi-faq summary { font-size: 13px; gap: 16px; }
  .mi-faq details > p { margin-right: 16px; font-size: 12px; }
  .mi-bottom > div { display: block; padding-top: 28px; padding-bottom: 28px; }
  .mi-bottom h2 { font-size: 21px; }
  .mi-bottom .mi-eyebrow { font-size: 7px; letter-spacing: 1px; }
  .mi-bottom a { width: fit-content; margin-top: 15px; gap: 45px; font-size: 12px; }
  .mi-footer > div { gap: 19px; }
  .mi-footer > div > div { margin-left: 0; width: 100%; gap: 24px; }
}
@media (max-width: 360px) {
  .mi-shell { width: calc(100% - 32px); }
  .mi-intro h1 { font-size: 31px; }
  .mi-bind-card { padding-inline: 19px; }
  .mi-code-field { padding-inline: 13px; gap: 9px; }
  .mi-code-field input { letter-spacing: 2px; }
  .mi-audience > span + span { border: 0; padding-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .mi-page *, .mi-page *::before, .mi-page *::after { animation: none !important; transition: none !important; }
}
