.bt-page {
    --bt-purple: #6b39f4;
    --bt-ink: #1c1923;
    --bt-muted: #7c7589;
    --bt-line: #e8e4ef;
    --bt-soft: #f7f5fb;
    position: relative;
    padding: 116px 24px 60px;
    background: #fff;
    color: var(--bt-ink);
    font-family: Poppins, sans-serif;
    isolation: isolate;
}
.bt-page::before { content: ''; position: absolute; z-index: -1; top: 0; left: 0; right: 0; height: 620px; background-image: linear-gradient(#6b39f409 1px, transparent 1px), linear-gradient(90deg, #6b39f409 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(#000, transparent); pointer-events: none; }
.bt-page *, .bt-print * { box-sizing: border-box; }
.bt-page [hidden], .bt-print [hidden] { display: none !important; }
.bt-wrap { max-width: 1320px; margin: auto; }
.bt-page h1:not(.custom-hero-font-1), .bt-page h2, .bt-page h3, .bt-page p { margin: 0; letter-spacing: normal; text-transform: none; }
.bt-page button, .bt-page input, .bt-page textarea, .bt-page select { font: inherit; }
.bt-page button { cursor: pointer; }
.bt-page button:disabled { opacity: .4; cursor: default; }
.bt-page a { text-decoration: none; }
.bt-page :is(button, a, summary, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid #b69cff; outline-offset: 3px; }
.bt-intro { text-align: center; max-width: 920px; margin: 0 auto 46px; }
.bt-eyebrow { display: block; color: var(--bt-purple, #6b39f4); font: 600 10px/1.5 Poppins, sans-serif; letter-spacing: 1.65px; text-transform: uppercase; }
.bt-intro h5 { color: #777; font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 1.3; margin: 0 0 12px; }
.bt-intro h1 { margin: 0; }
.bt-intro > p { color: #6f6a7a; font-size: 16px; font-weight: 400; line-height: 1.7; max-width: 780px; margin: 20px auto 0; }
.bt-intro-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 25px; font-size: 10px; color: #898292; margin-top: 24px; }
.bt-intro-meta span::before { content: '✓'; color: #9983c6; margin-right: 6px; }
.bt-draft-status { font-size: 10px; color: #84788d; }
.bt-field { display: block; min-width: 0; margin: 0 0 15px; }
.bt-label { display: block; font-size: 10px; font-weight: 500; color: #746b80; margin: 0 0 7px; }
.bt-page :is(input[type="text"], input[type="number"], select, textarea) { display: block; width: 100%; min-width: 0; padding: 10px 11px; background: #fff; border: 1px solid #e0dbe8; border-radius: 8px; font-size: 12px; color: #39313f; line-height: 1.5; box-shadow: none; }
.bt-page textarea { resize: vertical; }
.bt-page select { padding-right: 22px; }
.bt-page input:focus, .bt-page select:focus, .bt-page textarea:focus { border-color: #aa8ff7; }
.bt-page select:disabled { background: #f8f7fa; color: #8c8694; }
.bt-help { font-size: 10px; line-height: 1.7; color: #887e94; }
.bt-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; font: 500 11px/1.5 Poppins, sans-serif; white-space: nowrap; transition: background .15s; }
.bt-button-primary { background: var(--bt-purple); color: #fff; }
.bt-button-primary:hover { background: #5827d7; color: #fff; }
.bt-button-secondary { background: #fff; border-color: var(--bt-line); color: #6e5a8e; }
.bt-button-secondary:hover { background: #f8f5ff; color: #5c32be; }
.bt-browser-bar { display: flex; align-items: center; justify-content: space-between; height: 33px; padding: 0 14px; border-bottom: 1px solid #e9e6ec; background: #fff; color: #a098a7; font: 9px/1.3 Poppins, sans-serif; }
.bt-window-dots { letter-spacing: 3px; font-size: 7px; color: #d0cbd6; }
.bt-section { margin-top: 96px; }
.bt-section, .bt-setup-slot { scroll-margin-top: 110px; }
#bt-website { margin-top: 40px; }
#bt-website.bt-context-guide-compact { margin-top: 8px; }
.bt-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.bt-section-heading h2 { font-size: clamp(25px, 3vw, 35px); line-height: 1.25; font-weight: 600; letter-spacing: -1px; margin-top: 9px; }
.bt-section-heading > p { font-size: 11px; line-height: 1.8; color: #93899f; text-align: right; }
.bt-specimens { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.bt-specimen { padding: 26px; border: 1px solid var(--bt-line); border-radius: 15px; min-width: 0; display: flex; flex-direction: column; }
.bt-specimen-header { display: flex; gap: 12px; align-items: flex-start; justify-content: space-between; }
.bt-specimen .bt-eyebrow { font-size: 9px; letter-spacing: 1px; }
.bt-specimen h3 { font-size: 16px; font-weight: 550; margin-top: 6px; }
.bt-specimen-glyph { font-size: 90px; line-height: 1.3; margin: 15px 0; color: #28232b; font-kerning: normal; }
.bt-specimen-characters { font-size: 18px; line-height: 1.65; letter-spacing: 1px; overflow-wrap: anywhere; color: #5f5865; margin-bottom: 10px; }
.bt-specimen-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--bt-line); margin-top: auto; padding-top: 18px; }
.bt-specimen-footer a { font-size: 10px; color: var(--bt-purple); }
.bt-specimen-footer span { color: #9c91a7; font-size: 9px; }
.bt-font-instructions { border-bottom: 1px solid var(--bt-line); padding: 20px 0; }
.bt-page summary { cursor: pointer; font-size: 12px; color: #756483; list-style: none; display: flex; align-items: center; gap: 12px; }
.bt-page summary::-webkit-details-marker { display: none; }
.bt-page summary > i { font-size: 10px; }
.bt-font-instructions > div { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; padding: 20px 0 3px; }
.bt-font-instructions p { color: #8a7f94; font-size: 11px; line-height: 1.8; }
.bt-font-instructions strong { color: #54455f; }
.bt-section-actions { display: flex; align-items: center; gap: 22px; }
.bt-muted { color: #93899f; font-size: 10px; }
.bt-icon-button { display: inline-grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--bt-line); border-radius: 50%; background: #fff; color: #806899; font-size: 11px; }
.bt-section-description { color: #8b8197; font-size: 12px; line-height: 1.8; margin: -12px 0 25px !important; }
.bt-instagram { min-width: 0; border: 1px solid #e6e1eb; border-radius: 12px; overflow: hidden; background: #fff; align-self: flex-start; }
.bt-instagram-header { padding: 15px 17px; display: flex; align-items: center; gap: 9px; }
.bt-avatar { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; padding: 6px; overflow: hidden; background: #f0eaff; border: 1px solid #e9e1f5; border-radius: 50%; }
.bt-instagram-header strong { display: block; font-size: 10px; font-weight: 550; max-width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.bt-ellipsis { margin-left: auto; color: #8b828f; font-size: 10px; }
.bt-post-frame { position: relative; width: 100%; min-width: 0; overflow: hidden; aspect-ratio: 4/5; border-block: 1px solid #f1edf6; }
.bt-post-frame > .bt-post { transform-origin: left top; }
.bt-post { width: 1080px; height: 1350px; padding: 80px; color: #211a30; background: #fff; display: flex; flex-direction: column; position: relative; }
.bt-post-top, .bt-post-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; flex: 0 0 auto; }
.bt-post-top { padding-bottom: 25px; border-bottom: 1px solid #b5a4d54d; }
.bt-post-bottom { padding-top: 25px; margin-top: auto; opacity: .8; }
.bt-post-bottom > :first-child { overflow-wrap: anywhere; }
.bt-post-bottom > :last-child { white-space: nowrap; }
.bt-post-content { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: center; gap: 32px; padding: 36px 0; }
.bt-post-content > * { flex-shrink: 0; }
.bt-post-number { font: 160px/.9 Georgia, serif; color: #c6b3f8; letter-spacing: -8px; }
.bt-post-rule { width: 140px; height: 2px; background: currentColor; opacity: .35; }
.bt-post-note { transform: rotate(-4deg); color: #6b39f4; padding: 12px 0; }
.bt-post-cta { display: inline-flex; align-self: flex-start; padding: 25px 36px; border: 1px solid currentColor; border-radius: 80px; }
.bt-post-dots { display: flex; gap: 4px; }
.bt-post-dots i { width: 4px; height: 4px; border-radius: 50%; background: #ded8e5; }
.bt-post-dots .is-active { background: #91839f; }
.bt-overflow-warning { font: 10px/1.5 Poppins, sans-serif !important; color: #9a581b !important; padding: 10px 14px; background: #fff5e9; }
.bt-site { width: 1200px; background: #fff; color: #252326; text-align: left; font-kerning: normal; }
.bt-site .bt-site-nav { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px 60px; border-bottom: 1px solid #eee8f7; }
.bt-site-brand { font-size: 22px; font-family: var(--bt-family-body, sans-serif); font-weight: 600; letter-spacing: -.8px; overflow-wrap: anywhere; }
.bt-site-nav-items { display: flex; gap: 32px; align-items: center; }
.bt-site-nav-items span { color: #7c718b; }
.bt-site-section { padding: 75px 60px; }
.bt-site-hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 60px; align-items: center; }
.bt-site-hero .bt-type-headline { max-width: 680px; }
.bt-site-hero .bt-type-subheading { margin-top: 20px; }
.bt-site :is(.bt-type-headline, .bt-type-subheading) + .bt-type-body { margin-top: 24px; }
.bt-site .bt-type-caption + .bt-type-headline { margin-top: 25px; }
.bt-site .bt-type-body { color: #70677c; }
.bt-site-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; background: #6b39f4; color: #fff; padding: 17px 24px; border-radius: 999px; margin-top: 30px; text-decoration: none; cursor: default !important; }
.bt-site .bt-type-note { color: #6b39f4; margin-top: 23px; }
/* A quiet, scattered composition that leaves the type as the focal point. */
.bt-artwork { aspect-ratio: 1.45; border-radius: 20px; position: relative; isolation: isolate; overflow: hidden; color: var(--bt-brand-main, #6b39f4); }
.bt-artwork::before { content: ""; position: absolute; inset: 0; background: var(--bt-brand-soft, #eee6ff); opacity: .5; }
.bt-artwork-shape { position: absolute; display: block; background: currentColor; }
.bt-artwork-orb { width: 25%; aspect-ratio: 1; left: 15%; top: 17%; border-radius: 50%; opacity: .1; }
.bt-artwork-loop { width: 17%; aspect-ratio: 1; right: 17%; top: 15%; border: 2px solid currentColor; border-radius: 50%; background: transparent; opacity: .16; }
.bt-artwork-pebble { width: 29%; height: 24%; left: 47%; top: 40%; border-radius: 58% 42% 65% 35%; transform: rotate(-28deg); opacity: .13; }
.bt-artwork-tile { width: 19%; aspect-ratio: 1; left: 28%; bottom: 15%; border-radius: 24%; transform: rotate(18deg); opacity: .08; }
.bt-artwork-dash { width: 15%; height: 7%; right: 15%; bottom: 16%; border-radius: 999px; transform: rotate(-16deg); opacity: .11; }
.bt-artwork-dot { width: 4%; aspect-ratio: 1; left: 12%; bottom: 26%; border-radius: 50%; opacity: .16; }
.bt-site-strip { display: flex; justify-content: space-between; padding: 23px 60px; border-block: 1px solid #eee8f7; color: #877797; }
.bt-site-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.bt-site-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 45px; }
.bt-site-card { min-width: 0; }
.bt-site-card .bt-type-subheading { margin-top: 23px; }
.bt-site-card .bt-type-body { margin-top: 14px !important; }
.bt-site-card .bt-type-caption { color: #877797; margin-top: 18px; }
.bt-site-placeholder { background: #eee6ff; height: 225px; position: relative; overflow: hidden; }
.bt-site-placeholder::before { content: ''; position: absolute; inset: 20% 33%; background: #c7b2ff; border-radius: 45% 45% 3% 3%; transform: rotate(-6deg); }
.bt-site-card:nth-child(2) .bt-site-placeholder { background: #faf8ff; }
.bt-site-card:nth-child(2) .bt-site-placeholder::before { border-radius: 50%; inset: 22%; background: #e1d5ff; }
.bt-site-card:nth-child(3) .bt-site-placeholder::before { transform: rotate(10deg); background: #b7a0ed; }
.bt-site-closing { background: #eee6ff; text-align: center; }
.bt-site-closing .bt-type-body { max-width: 630px; margin-inline: auto; }
.bt-site-footer { display: flex; justify-content: space-between; padding: 30px 60px; gap: 20px; color: #877797; }
.bt-site-article { max-width: 760px; margin: 0 auto; }
.bt-site-article > .bt-type-body { margin-bottom: 28px; }
.bt-site-article > .bt-type-subheading { margin: 48px 0 20px; }
.bt-site-article blockquote { border: 0; border-block: 1px solid #eee8f7; padding: 35px 0; margin: 40px 0; }
.bt-site-article-heading { text-align: center; max-width: 850px; margin: 0 auto; }
.bt-site-article-heading .bt-type-body { max-width: 650px; margin-inline: auto; }
.bt-site-wide-art { height: 270px; margin-top: 45px; background: #eee6ff; display: grid; place-items: center; color: #6b39f4; }
.bt-site.is-mobile .bt-site-nav { padding: 22px 25px; }
.bt-site.is-mobile .bt-site-nav-items { gap: 10px; }
.bt-site.is-mobile .bt-site-nav-items > :not(:last-child) { display: none; }
.bt-site.is-mobile .bt-site-section { padding: 45px 25px; }
.bt-site.is-mobile :is(.bt-site-hero, .bt-site-split, .bt-site-cards) { grid-template-columns: 1fr; gap: 30px; }
.bt-site.is-mobile .bt-artwork { aspect-ratio: 1.2; }
.bt-site.is-mobile .bt-site-strip { padding: 22px 25px; flex-wrap: wrap; gap: 15px; }
.bt-site.is-mobile .bt-site-footer { padding: 24px 25px; flex-direction: column; }
.bt-site.is-mobile .bt-site-wide-art { height: 170px; }
.bt-page .bt-type-headline, .bt-print .bt-type-headline { font-family: var(--bt-family-headline, Georgia, serif) !important; font-size: var(--bt-headline-size, 64px); font-weight: var(--bt-headline-weight, 400); line-height: var(--bt-headline-line, 1.06); letter-spacing: var(--bt-headline-tracking, -.025em); text-transform: var(--bt-headline-case, none); }
.bt-page .bt-type-subheading, .bt-print .bt-type-subheading { font-family: var(--bt-family-subheading, Georgia, serif) !important; font-size: var(--bt-subheading-size, 32px); font-weight: var(--bt-subheading-weight, 400); line-height: var(--bt-subheading-line, 1.18); letter-spacing: var(--bt-subheading-tracking, -.015em); text-transform: var(--bt-subheading-case, none); }
.bt-page .bt-type-body, .bt-print .bt-type-body { font-family: var(--bt-family-body, sans-serif) !important; font-size: var(--bt-body-size, 18px); font-weight: var(--bt-body-weight, 400); line-height: var(--bt-body-line, 1.65); letter-spacing: var(--bt-body-tracking, 0); text-transform: var(--bt-body-case, none); }
.bt-page .bt-type-button, .bt-print .bt-type-button { font-family: var(--bt-family-body, sans-serif) !important; font-size: var(--bt-button-size, 14px); font-weight: var(--bt-button-weight, 600); line-height: var(--bt-button-line, 1.2); letter-spacing: var(--bt-button-tracking, .015em); text-transform: var(--bt-button-case, none); }
.bt-page .bt-type-caption, .bt-print .bt-type-caption { font-family: var(--bt-family-body, sans-serif) !important; font-size: var(--bt-caption-size, 12px); font-weight: var(--bt-caption-weight, 500); line-height: var(--bt-caption-line, 1.4); letter-spacing: var(--bt-caption-tracking, .04em); text-transform: var(--bt-caption-case, none); }
.bt-page .bt-type-note, .bt-print .bt-type-note { font-family: var(--bt-family-note, cursive) !important; font-size: var(--bt-note-size, 18px); font-weight: var(--bt-note-weight, 400); line-height: var(--bt-note-line, 1.2); letter-spacing: var(--bt-note-tracking, 0); text-transform: var(--bt-note-case, none); }
:is(.bt-site, .bt-post) [class*="bt-type-"] { overflow-wrap: anywhere; font-synthesis: none; }
.bt-guide-table-wrap { overflow-x: auto; }
.bt-guide-table { width: 100%; border-collapse: collapse; font: 10px/1.65 Poppins, sans-serif; color: #75667f; }
.bt-guide-table th { text-align: left; color: #9d8eac; font-weight: 500; font-size: 9px; padding: 10px 7px; border-bottom: 1px solid #ded4e9; white-space: nowrap; }
.bt-guide-table td { padding: 12px 7px; border-bottom: 1px solid #eee8f4; vertical-align: top; }
.bt-guide-table td:first-child { padding-left: 0; }
.bt-guide-table td strong { font-weight: 550; color: #51425c; display: block; }
.bt-guide-table small { font-size: 9px; color: #9a8aa7; display: block; }
.bt-guide-rules { padding: 0 0 0 15px; margin: 24px 0 !important; color: #897694; font: 11px/1.85 Poppins, sans-serif; }
.bt-guide-rules li { margin: 8px 0; }
.bt-guide-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.bt-guide-footnote { font-size: 10px; color: #a194ab; line-height: 1.7; text-align: center; margin-top: 20px !important; }
.bt-bottom-note { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; padding: 65px 0 10px; }
.bt-monogram { font: 48px/1 Georgia, serif; color: #b2a0c5; }
.bt-bottom-note p { font-size: 11px; line-height: 1.7; color: #93809f; }
.bt-bottom-note strong { color: #6e557f; font-weight: 500; }
.bt-bottom-note .bt-button { margin-left: 15px; }
.bt-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%); padding: 14px 22px; max-width: calc(100% - 30px); border-radius: 12px; background: #302339; color: white; box-shadow: 0 10px 40px #25143725; font-size: 12px; line-height: 1.6; z-index: 1100; }
.bt-notice { padding: 20px; border: 1px solid var(--bt-line); margin-bottom: 30px; }
.bt-print { display: none; }

/* Shared site headings use !important font declarations. Type specimens and
   previews must keep their selected families without changing the site UI. */
/* Keep the document as the scroll container for the floating controls. */
html:not(.mylogo-nav-open) body.bt-page-body:not(.mlr-credit-modal-open) { overflow-x: clip; overflow-y: visible; }
.bt-page-body > .body,
html.safari:not(.no-safari-overflow-x-fix) body.bt-page-body > .body { overflow: visible; }
.bt-page-body .logo-workflow-dock-wrap { position: relative; top: auto; z-index: auto; }
.bt-setup-slot { position: relative; }
.bt-setup { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; z-index: 100; margin: 0; border: 1px solid #dfd8ec; border-radius: 20px; background: #fff; box-shadow: 0 8px 30px #35225008; }
.bt-setup.is-floating { position: fixed; top: auto; bottom: calc(var(--bt-dock-bottom, 26px) + env(safe-area-inset-bottom, 0px)); left: var(--bt-dock-left); width: var(--bt-dock-width); margin: 0; box-shadow: 0 12px 50px #35225024; }
.bt-setup-actions { grid-column: 2; grid-row: 1; display: flex; align-items: center; gap: 8px; padding: 10px 14px 10px 10px; border-left: 1px solid var(--bt-line); }
.bt-setup-actions .bt-button { padding: 9px 14px; font-size: 10px; }
.bt-font-grid { grid-column: 1; grid-row: 1; min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 7px; gap: 5px; }
.bt-setup.is-floating .bt-font-grid, .bt-setup.is-floating .bt-setup-actions { grid-row: 2; }
.bt-setup.is-floating .bt-rules-panel { grid-row: 1; border-top: 0; border-bottom: 1px solid var(--bt-line); }
.bt-rules-heading { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; color: #786487; margin-bottom: 12px; }
.bt-rules-heading > span:last-child { color: #a092ad; font-size: 9px; }
.bt-font-trigger { position: relative; text-align: left; background: transparent; border: 1px solid transparent; border-radius: 999px; min-width: 0; padding: 4px 33px 4px 16px; color: var(--bt-ink); }
.bt-font-trigger:hover, .bt-font-trigger[aria-expanded="true"] { background: #f7f2ff; border-color: #e9ddff; }
.bt-font-trigger .bt-label { margin: 0; font-size: 9px; line-height: 1.6; color: #8c8099; }
.bt-font-hint { color: #aa9fb4; font-weight: 400; }
.bt-font-current { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; line-height: 1.75; font-weight: 400; font-synthesis: none; }
.bt-font-trigger > i { position: absolute; top: 50%; right: 15px; font-size: 9px; color: #9989ac; }
.bt-rules-panel { grid-column: 1 / -1; grid-row: 2; min-width: 0; max-height: 45vh; overflow: auto; padding: 12px 18px; border-top: 1px solid var(--bt-line); }
.bt-check { display: flex; align-items: center; gap: 8px; font-size: 11px; line-height: 1.5; color: #81718f; margin: 0 0 14px; cursor: pointer; }
.bt-check input { accent-color: var(--bt-purple); width: 15px; height: 15px; margin: 0; }
.bt-rules-row { display: grid; grid-template-columns: 1.6fr repeat(6, minmax(0, 1fr)); gap: 12px; }
.bt-rules-row.is-social { grid-template-columns: 1.6fr repeat(5, minmax(0, 1fr)); }
.bt-rules-row .bt-field { margin-bottom: 6px; }
.bt-rules-row .bt-label { font-size: 9px; margin-bottom: 3px; }
.bt-rules-row :is(input, select) { padding-block: 6px; }
.bt-help { font-size: 9px; }
.bt-setup-footer { display: flex; align-items: center; gap: 18px; min-height: 32px; padding: 6px 12px; }
.bt-draft-status, .bt-font-status, .bt-section-follow { font-size: 9px; line-height: 1.5; color: #9b8ea7; }
.bt-font-status { margin: 0; }
.bt-font-status:empty { display: none; }
.bt-section-follow { margin-left: auto; white-space: nowrap; }
.bt-font-menu { position: fixed; z-index: 200; display: flex; flex-direction: column; background: #fff; border: 1px solid #e2d6f3; border-radius: 24px; padding: 22px 18px 14px; box-shadow: 0 20px 70px #281a4930; overflow: hidden; }
.bt-font-menu-heading { display: flex; gap: 15px; justify-content: space-between; align-items: center; margin-bottom: 18px; flex: 0 0 auto; }
.bt-font-menu-heading h2 { font-size: 17px; line-height: 1.4; font-weight: 550; margin-top: 4px; }
.bt-font-menu-heading .bt-eyebrow { font-size: 8px; }
.bt-font-menu-heading .bt-icon-button { font-size: 22px; flex: 0 0 32px; width: 32px; height: 32px; }
.bt-font-menu .bt-check { flex: 0 0 auto; padding-inline: 6px; }
.bt-font-search { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; border: 1px solid #e7dff0; border-radius: 999px; padding: 2px 16px; flex: 0 0 auto; }
.bt-font-search > i { color: #ad9fbb; font-size: 12px; }
.bt-font-search input[type="text"] { border: 0; background: transparent; padding: 9px 0; font-size: 12px; }
.bt-font-search:focus-within { border-color: #a383ef; box-shadow: 0 0 0 3px #6b39f412; }
.bt-page .bt-font-search input[type="text"]:is(:focus, :focus-visible) { outline: none; outline-offset: 0; box-shadow: none; border-color: transparent; }
.bt-font-options { flex: 1 1 auto; min-height: 70px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #d8c7ee transparent; padding-right: 4px; }
.bt-font-option { border: 1px solid transparent; border-radius: 16px; padding: 14px 16px 10px; margin: 0 0 5px; cursor: pointer; }
.bt-font-option:hover, .bt-font-option.is-active { background: #f8f4ff; border-color: #e6d8ff; }
.bt-font-option[aria-selected="true"] { background: #f1eaff; }
.bt-font-option-name { display: block; font-size: 29px; line-height: 1.8; font-weight: 400; color: #30233e; overflow-wrap: anywhere; font-synthesis: none; }
.bt-font-option-meta { display: flex; justify-content: space-between; font: 9px/1.6 Poppins, sans-serif; color: #a28eb3; text-transform: capitalize; }
.bt-font-option-meta > span { color: #825ab2; }
.bt-font-menu-status { flex: 0 0 auto; font-size: 9px; line-height: 1.6; color: #9b8aa9; padding: 10px 5px 0; }
.bt-context-guide { margin-top: 58px; }
.bt-annotated-guide-card { min-width: 0; border: 1px solid #e5dcf1; border-radius: 22px; background: #fff; }
.bt-annotation-stage { position: relative; isolation: isolate; min-width: 0; padding: 28px 280px 28px 28px; background: #f8f5fc; border-radius: 22px 22px 0 0; }
.bt-annotation-stage[data-annotation-side="left"] { padding: 28px 28px 28px 280px; }
.bt-annotation-surface { position: relative; z-index: 0; min-width: 0; overflow: hidden; border: 1px solid #e2daec; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px #3522500a; }
.bt-annotation-surface > :is(.bt-site, .bt-post) { transform-origin: left top; }
.bt-annotation-surface .bt-browser-bar { border-radius: 12px 12px 0 0; }
.bt-annotation-layer { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.bt-annotation-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.bt-annotation-lines path { fill: none; stroke: #6b39f4; stroke-width: 1; }
.bt-annotation-lines circle { fill: #6b39f4; stroke: #fff; stroke-width: 1.5; }
.bt-annotation { position: absolute; right: 24px; width: 226px; margin: 0; color: #76628b; pointer-events: auto; }
.bt-annotation-stage[data-annotation-side="left"] .bt-annotation { left: 24px; right: auto; }
.bt-page .bt-annotation > summary { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 8px; padding: 10px 30px 10px 15px; min-height: 52px; border: 1px solid #e3d6f4; border-radius: 20px; background: #fff; box-shadow: 0 5px 18px #4c267e12; color: #856a9d; font: 400 10px/1.5 Poppins, sans-serif; letter-spacing: 0; text-transform: none; }
.bt-annotation > summary:hover, .bt-annotation[open] > summary { background: #fcfaff; border-color: #b79bdc; }
.bt-annotation > summary strong { color: #6d4c8f; font-weight: 600; }
.bt-annotation > summary > [data-annotation-value="size"] { font-size: 9px; white-space: nowrap; }
.bt-annotation-family { grid-column: 1 / -1; color: #9785a6; overflow-wrap: anywhere; font-size: 9px; }
.bt-annotation > summary > i { position: absolute; right: 13px; top: 22px; font-size: 8px; transition: transform .18s ease; }
.bt-annotation[open] { z-index: 5; }
.bt-annotation[open] > summary > i { transform: rotate(180deg); }
.bt-annotation-index { display: none; }
.bt-annotation-popover { position: absolute; z-index: 1; right: 0; top: calc(100% + 8px); width: 284px; padding: 17px; border: 1px solid #decdef; border-radius: 17px; background: #fff; box-shadow: 0 14px 40px #35225026; color: #76628b; font: 400 11px/1.55 Poppins, sans-serif; }
.bt-annotation-stage[data-annotation-side="left"] .bt-annotation-popover { left: 0; right: auto; }
.bt-annotation.opens-up .bt-annotation-popover { top: auto; bottom: calc(100% + 8px); }
.bt-annotation-popover > strong { display: block; font-weight: 600; color: #6d4c8f; }
.bt-annotation-popover-family { display: block; margin-top: 2px; color: #9a85ab; font-size: 10px; }
.bt-annotation-measurements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; padding: 14px 0 0; margin: 14px 0 0; border-top: 1px solid #eee5f6; }
.bt-annotation-measurements dt { margin: 0 0 3px; color: #a091ad; font-size: 9px; font-weight: 400; }
.bt-annotation-measurements dd { margin: 0; color: #6e557f; font-size: 11px; overflow-wrap: anywhere; white-space: normal; }
.bt-annotation-stage.is-compact { padding: 16px 66px 16px 12px; }
.bt-annotation-stage.is-compact .bt-annotation { right: 12px; width: 34px; }
.bt-annotation-stage.is-compact[data-annotation-side="left"] { padding: 16px 12px 16px 66px; }
.bt-annotation-stage.is-compact[data-annotation-side="left"] .bt-annotation { left: 12px; right: auto; }
.bt-page .bt-annotation-stage.is-compact .bt-annotation > summary { display: grid; place-items: center; min-height: 34px; padding: 0; border-radius: 50%; }
.bt-annotation-stage.is-compact .bt-annotation > summary > :not(.bt-annotation-index) { display: none; }
.bt-annotation-stage.is-compact .bt-annotation-index { display: block; color: #7547b0; font-size: 10px; }
.bt-annotated-guide-footer { padding: 0 28px 24px; border-top: 1px solid var(--bt-line); }
.bt-usage-notes { padding: 20px 0; }
.bt-page .bt-usage-notes > summary { width: fit-content; color: #8b759c; font-size: 11px; }
.bt-usage-notes > summary > i { font-size: 8px; transition: transform .18s ease; }
.bt-usage-notes[open] > summary > i { transform: rotate(180deg); }
.bt-usage-notes .bt-guide-rules { margin: 18px 0 4px !important; max-width: 900px; }
.bt-annotated-guide-footer .bt-guide-actions { justify-content: flex-end; padding-top: 0; }
.bt-annotated-guide-footer .bt-button { min-height: 36px; padding: 8px 14px; gap: 6px; font: 500 12px/1.25 Poppins, sans-serif; }
.bt-annotated-guide-footer .bt-muted { margin-right: auto; }
.bt-annotated-social-heading { padding: 25px 28px 0; }
.bt-annotated-social-heading p { color: #9a88a7; font-size: 11px; line-height: 1.7; margin-top: 9px; }
.bt-annotated-social-grid { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; padding: 24px 28px 28px; }
.bt-annotation-stage-social { width: 100%; max-width: 960px; border-radius: 18px; }
.bt-annotation-stage-social .bt-annotation-surface { background: #fff; }
.bt-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.bt-font-field small.bt-sr-only { margin: 0; }
.bt-page .bt-post :is(.bt-type-headline, .bt-type-subheading, .bt-type-body, .bt-type-caption),
.bt-print .bt-post :is(.bt-type-headline, .bt-type-subheading, .bt-type-body, .bt-type-caption) { color: inherit; }
.bt-site-brand { display: inline-flex; align-items: center; gap: 10px; }
.bt-site-logo { display: block; width: 200px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.bt-site.is-mobile .bt-site-logo { width: 150px; max-height: 44px; }
.bt-site .bt-site-byline { margin-top: 24px; }
.bt-avatar img { display: block; width: 100%; height: 100%; object-fit: contain; }
.bt-instagram-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 14px 16px; color: #7f708d; }
.bt-instagram-footer svg { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.bt-instagram-actions, .bt-instagram-end { display: flex; align-items: center; gap: 12px; }
.bt-instagram-end { justify-content: flex-end; gap: 10px; }
.bt-post-index { font: 9px/1 Poppins, sans-serif; color: #a195aa; }
@media (max-width: 1100px) {
    .bt-rules-row, .bt-rules-row.is-social { gap: 9px; }
    .bt-rules-row select, .bt-rules-row input { padding-inline: 8px; font-size: 11px; }
    .bt-instagram-actions { gap: 8px; }
    .bt-instagram-footer { gap: 7px; padding-inline: 12px; }
    .bt-instagram-footer svg { width: 18px; height: 18px; }
    .bt-font-current { font-size: 16px; }
    .bt-font-hint { display: none; }
}
@media (max-width: 850px) {
    .bt-setup { grid-template-columns: minmax(0, 1fr); }
    .bt-setup-actions { grid-column: 1; grid-row: 2; border-left: 0; border-top: 1px solid var(--bt-line); justify-content: flex-end; padding: 7px 12px; }
    .bt-rules-panel { grid-row: 3; }
    .bt-setup.is-floating .bt-setup-actions { grid-row: 3; }
    .bt-font-grid, .bt-rules-row, .bt-rules-row.is-social { display: flex; overflow-x: auto; gap: 5px; scrollbar-width: thin; scrollbar-color: #dfd3ed transparent; }
    .bt-font-trigger { flex: 0 0 175px; }
    .bt-rules-row > .bt-field { flex: 0 0 125px; }
    .bt-rules-row > .bt-role-field { flex-basis: 175px; }
    .bt-section-follow { display: none; }
}
@media (max-width: 540px) {
    .bt-setup { border-radius: 17px; }
    .bt-setup-actions { gap: 5px; padding: 7px 10px; }
    .bt-setup-actions .bt-button { padding: 8px; font-size: 9px; gap: 4px; }
    .bt-setup-actions .bt-button i { display: none; }
    .bt-font-trigger { flex-basis: 155px; padding-left: 12px; }
    .bt-setup-footer { gap: 5px; flex-wrap: wrap; padding-inline: 4px; }
    .bt-font-menu { padding: 17px 12px 12px; border-radius: 20px; }
    .bt-font-option-name { font-size: 26px; }
    .bt-instagram-footer svg { width: 20px; height: 20px; }
}

@media (max-width: 991px) {
    .bt-page { padding-top: 94px; }
}
@media (max-width: 767px) {
    .bt-page { padding-top: 78px; }
    .bt-intro > p { font-size: 15px; }
}
@media (max-width: 1100px) {
    .bt-specimen { padding: 21px; }
}
@media (max-width: 850px) {
    .bt-specimens { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bt-section-heading { align-items: flex-start; }
    .bt-section-heading > p { display: none; }
    .bt-font-instructions > div { grid-template-columns: 1fr; gap: 15px; }
}
@media (max-width: 540px) {
    .bt-page { padding: 78px 16px 35px; }
    .bt-intro-meta { gap: 6px 14px; font-size: 9px; }
    .bt-browser-bar { font-size: 8px; }
    .bt-section { margin-top: 60px; }
    .bt-section-heading { flex-direction: column; gap: 18px; }
    .bt-section-heading h2 { font-size: 27px; }
    .bt-specimens { grid-template-columns: 1fr; }
    .bt-specimen-glyph { margin: 10px 0; }
    .bt-specimen-characters { font-size: 21px; }
    .bt-section-description { font-size: 11px; }
    .bt-guide-table { font-size: 9px; }
    .bt-guide-table th, .bt-guide-table td { padding-inline: 4px; }
    .bt-guide-table small { font-size: 8px; }
    .bt-bottom-note .bt-button { margin-left: 0; }
}
@media (max-width: 400px) {
    .bt-setup-actions [data-save-draft] { width: 31px; height: 31px; padding: 0; }
    .bt-setup-actions [data-save-draft] > span { display: none; }
    .bt-setup-actions [data-save-draft] > i { display: inline-block; }
}
@media (max-width: 540px) {
    .bt-annotation-surface .bt-browser-bar > :last-child { display: none; }
    .bt-annotation-surface .bt-browser-bar { padding-inline: 10px; font-size: 7px; }
    .bt-annotated-guide-footer { padding-inline: 18px; }
    .bt-annotated-guide-footer .bt-muted { width: 100%; margin: 4px 0 0; }
    .bt-annotated-social-heading { padding-inline: 18px; }
    .bt-annotated-social-grid { padding: 16px 10px; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { .bt-page * { scroll-behavior: auto !important; transition: none !important; } }
/* Measure the print copies offscreen without changing the live previews. */
.bt-print-logo-placeholder { display: block; width: 200px; height: 44px; max-width: 100%; border-radius: 8px; background: #eee6ff; }
.bt-print.is-preparing { display: block; position: fixed; left: -20000px; top: 0; width: 1040px; visibility: hidden; pointer-events: none; font: 11px/1.6 Poppins, sans-serif; }
.bt-print-mockup-slot { position: relative; margin: 0 auto; overflow: hidden; break-inside: avoid; }
.bt-print .bt-print-annotation-stage { width: 1000px; max-width: none; margin: 0; padding: 24px 24px 24px 280px; border: 1px solid #e2daec; border-radius: 18px; transform-origin: left top; }
.bt-print .bt-print-annotation-stage[data-print-context="social"] { width: 680px; max-width: none; }
.bt-print .bt-print-annotation-stage .bt-annotation { width: 202px; left: auto; right: 24px; }
.bt-print .bt-print-annotation-stage[data-annotation-side="left"] .bt-annotation { left: 24px; right: auto; width: 226px; }
.bt-print-annotation-label { display: flex; flex-direction: column; gap: 3px; padding: 9px 11px; border: 1px solid #d8c4f2; border-radius: 15px; background: #fff; color: #5f487a; font: 10px/1.45 Poppins, sans-serif; overflow-wrap: anywhere; }
.bt-print-annotation-title { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.bt-print-annotation-title > [data-annotation-value="size"] { flex-shrink: 0; }
.bt-print-annotation-title > strong { color: #6b39f4; font-size: 12px; font-weight: 600; }
.bt-print-annotation-family { color: #38274e; font-size: 11px; }
.bt-print-annotation-metrics { color: #796888; font-size: 9px; }
.bt-print .bt-print-annotation-stage :is(h2, h3, p) { margin: 0; }
.bt-print .bt-site .bt-type-subheading { margin-top: 20px; }
.bt-print .bt-site :is(.bt-type-headline, .bt-type-subheading) + .bt-type-body { margin-top: 24px; }
.bt-print .bt-site .bt-type-note { margin-top: 23px; }
.bt-print .bt-site p { line-height: var(--bt-body-line, 1.65); }
.bt-print .bt-post p { line-height: var(--bt-body-line, 1.5); }
.bt-print .bt-print-annotation-stage .bt-instagram-header { padding: 15px 17px; }
.bt-print .bt-print-annotation-stage .bt-instagram-footer { gap: 12px; padding: 14px 16px; }
.bt-print .bt-print-annotation-stage .bt-instagram-footer svg { width: 20px; height: 20px; }
.bt-print .bt-print-annotation-stage .bt-instagram-actions { gap: 12px; }
.bt-print .bt-print-annotation-stage .bt-browser-bar { font-size: 9px; padding-inline: 14px; }
.bt-print .bt-print-annotation-stage .bt-browser-bar > :last-child { display: block; }
/* These same page styles are used during capture, without opening print preview. */
.bt-print { color: #292330; font: 11px/1.6 Poppins, sans-serif; --bt-purple: #6b39f4; }
.bt-print-sheet { width: 680px; padding: 0; display: flow-root; background: #fff; }
.bt-print-sheet.bt-print-website-sheet { width: 1000px; }
.bt-print h1 { font: 500 30px/1.2 Poppins, sans-serif; margin: 12px 0 15px; letter-spacing: -1px; }
.bt-print h2 { font: 500 18px/1.4 Poppins, sans-serif; margin: 22px 0 14px; }
.bt-print p { margin: 10px 0; line-height: 1.7; }
.bt-print .bt-eyebrow { font-size: 9px; }
.bt-print .bt-guide-table { font-size: 10px; }
.bt-print .bt-guide-table th { font-size: 9px; }
.bt-print .bt-guide-table small { font-size: 9px; }
.bt-print .bt-guide-rules { font-size: 10px; }
.bt-print-links { padding: 0; list-style: none; }
.bt-print-links li { margin: 10px 0; }
.bt-print-links a { color: #6b39f4; font-size: 10px; }
.bt-print-footer { border-top: 1px solid #ddd4e6; padding-top: 10px; margin-top: 25px; font: 9px/1.5 Poppins, sans-serif; color: #95859f; }
.bt-print-mockup-sheet > h1 { font: 500 24px/1.25 Poppins, sans-serif; margin: 10px 0; }
.bt-print-mockup-sheet > p { font: 11px/1.6 Poppins, sans-serif; margin: 0 0 18px; }
.bt-print-mockup-sheet > .bt-print-footer { margin-top: 20px; }

/* Project saving and private guide delivery. */
.bt-connect-panel { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 48px; padding: 28px; border: 1px solid #e4dcf4; border-radius: 24px; }
.bt-connect-panel[hidden] { display: none; }
.bt-connect-panel h2 { font-size: 20px; margin: 0 0 8px; }
.bt-connect-panel p { font-size: 13px; margin: 0; color: var(--bt-muted); }
.bt-connect-actions { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 12px; }
.bt-connect-actions .bt-field { min-width: 200px; }
.bt-button[aria-disabled="true"] { opacity: .6; }
.bt-delivery-status { max-width: 540px; margin: 12vh auto; padding: 32px; text-align: center; }
.bt-delivery-mode .bt-page { position: fixed; left: -16000px; top: 0; width: 1400px; visibility: hidden; }
.bt-site-button { background: var(--bt-brand-main, #6b39f4); color: var(--bt-brand-on-main, #fff); }
.bt-site .bt-type-note, .bt-post-note { color: var(--bt-brand-accent, #6b39f4); }

/* The client portal shares the saved-system previews without editor chrome. */
.brand-identity-page .bt-portal-previews { max-width: 1380px; padding: 70px 30px; margin: 0 auto; }
.bt-portal-previews::before { display: none; }
.bt-portal-previews #bt-website { margin-top: 0; }
.bt-portal-previews .bt-portal-fonts { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; font: 500 12px/1.6 Poppins, sans-serif; }
.bt-portal-fonts > span { color: var(--bt-muted); }
.bt-portal-fonts a { color: var(--bt-purple); }
.bt-portal-previews .bt-font-status { margin-top: 12px; }
.bt-portal-previews .bt-site-button { cursor: default; }
@media (max-width: 600px) { .brand-identity-page .bt-portal-previews { padding: 45px 16px; } }
