html { scrollbar-gutter: stable; }
:root { --studio-lime: #D7FF00; --studio-ink: #171717; --studio-muted: #626262; }
body { background-color: #fff; background-image: url('../images/studio-dots.svg'); background-size: 28px 28px; color: var(--studio-ink); isolation: isolate; }
.studio-grid { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.studio-header, .studio-header * { box-sizing: border-box; }
.studio-header { font-size: 16px; line-height: 1; border-top: 8px solid #111; padding: 24px 24px 38px; text-align: center; }
.studio-nav { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; }
.studio-nav a, .studio-nav a:visited { font-family: Alef, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 1.1px; text-transform: uppercase; text-decoration: none; color: #262626; padding: 8px 2px 3px; border-bottom: 2px solid transparent; line-height: 1.4; }
.studio-nav a { transition: border-bottom-color 160ms ease; }
.studio-nav a:hover { border-bottom-color: #EAF5AD; }
.studio-nav a:focus-visible, .studio-nav a[aria-current="page"] { border-bottom-color: var(--studio-lime); }
@media (prefers-reduced-motion: reduce) { .studio-nav a { transition: none; } }
.studio-name, .studio-name:visited { display: block; width: fit-content; margin: 32px auto 0; color: #111; font: 700 15px/1.5 Alef, sans-serif; letter-spacing: 10px; text-decoration: none; padding-left: 10px; }
a:focus-visible, button:focus-visible { outline: 2px solid #111; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; padding: 12px; background: #fff; color: #111; }
.skip-link:focus { top: 12px; }
.profile-banner { width: 100%; background: #fff; }
.profile-hero { display: block; width: 100%; max-width: 100%; height: auto !important; }
.profile-banner-mobile { display: none; }
@media (max-width: 650px) {
 /* Recompose the original banner in CSS; preserve both subjects without shrinking the entire wide image. */
 .profile-banner .profile-hero { display: none; }
 .profile-banner-mobile { display: grid; grid-template-columns: 40% 60%; height: clamp(200px, 56vw, 280px); }
 .profile-banner-mobile span { background-image: url('../images/inder-banner.png'); background-repeat: no-repeat; background-size: auto 100%; }
 .profile-banner-mark { background-position: left center; }
 .profile-banner-portrait { background-position: right center; }
}
#main .component_content { overflow-wrap: break-word; }
#main iframe { max-width: 100%; }
#main iframe[src*='youtube.com/embed'] { height: auto; aspect-ratio: 16 / 9; }
#footer_wrapper .footer_icon_row { flex-wrap: wrap; gap: 20px 32px; }
#footer_wrapper .footer_icon_row img { width: 72px; height: 72px; }
#footer_wrapper .footer_icon_row .footer_github_link img { width: 108px; height: 72px; }
.apps-page { margin: 0; min-height: 100vh; display: flex; flex-direction: column; font: 15px/1.5 Quicksand, sans-serif; }
.apps-page *, .apps-page *::before, .apps-page *::after { box-sizing: border-box; }
.apps-page a { color: inherit; text-underline-offset: 4px; }
.apps-main { width: min(960px, calc(100% - 64px)); margin: 58px auto 100px; flex: 1; }
.apps-intro { max-width: 660px; margin-bottom: 62px; }
.apps-intro h1 { font: 400 25px/1.3 Alef, sans-serif; letter-spacing: 1.5px; margin: 16px 0 24px; }
.apps-intro p:not(.eyebrow) { font-size: 15px; line-height: 1.5; max-width: 610px; }
.eyebrow { font: 400 14px/1.5 Alef, sans-serif; letter-spacing: 2px; text-transform: uppercase; margin: 0; }
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 8px; background: var(--studio-lime); margin-right: 12px; vertical-align: middle; }
.app-entry { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 36px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.app-index { font: 14px/1 Alef, sans-serif; color: var(--studio-muted); margin: 0 0 14px; }
.app-entry h2 { font: 400 20px/1.3 Alef, sans-serif; margin: 0; letter-spacing: -.4px; }
.app-entry h2 a { text-decoration: none; }
.app-entry h2 a:hover { text-decoration: underline; }
.app-entry-links { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.studio-button { display: inline-flex; gap: 28px; align-items: center; padding: 12px 20px; background: var(--studio-lime); color: #111; text-decoration: none; font: 400 16px/1.5 Alef, sans-serif; }
.studio-button:hover { box-shadow: 0 0 0 1px #111; }
.text-links { display: flex; gap: 24px; font-size: 14px; }
.coming-soon { margin-top: 28px; color: var(--studio-muted); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 14px; font-size: 14px; margin-bottom: 42px; color: var(--studio-muted); }
.app-resources { max-width: 650px; border-top: 1px solid #bbb; }
.app-resources a { display: flex; justify-content: space-between; padding: 22px 0; border-bottom: 1px solid #bbb; font: 400 16px/1.4 Alef, sans-serif; text-decoration: none; }
.app-resources a:hover { text-decoration: underline; }
.app-prose { max-width: 660px; }
.app-prose h2 { font: 400 16px/1.4 Alef, sans-serif; margin: 38px 0 14px; }
.support-email { font-size: 15px; overflow-wrap: anywhere; }
.apps-footer { width: min(960px, calc(100% - 64px)); margin: 0 auto; padding: 26px 0; border-top: 1px solid #ddd; display: flex; justify-content: space-between; gap: 24px; color: var(--studio-muted); font-size: 14px; }
@media (max-width: 650px) {
 .studio-header { padding: 16px 18px 24px; }
 .studio-nav { gap: 10px 20px; }
 .studio-nav a { font-size: 13px; }
 .studio-name { font-size: 14px; letter-spacing: 7px; margin-top: 25px; }
 .apps-main { width: calc(100% - 40px); margin-top: 30px; margin-bottom: 64px; }
 .apps-intro { margin-bottom: 36px; }
 .apps-intro p:not(.eyebrow) { font-size: 15px; }
 .app-entry { align-items: flex-start; flex-direction: column; gap: 24px; }
 .app-entry-links { align-items: flex-start; }
 .apps-footer { width: calc(100% - 40px); flex-wrap: wrap; }
 #footer_wrapper .footer_icon_row { gap: 16px; }
 #footer_wrapper .footer_icon_row img { width: 52px; height: 52px; }
 #footer_wrapper .footer_icon_row .footer_github_link img { width: 78px; height: 52px; }
}
@media print { body { background-image: none; } .studio-grid { display: none; } }

/* Apps typography follows the native app, with platform fallbacks. */
.apps-page {
 --app-ui-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
 --app-mono-font: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
 font-family: var(--app-ui-font);
}
.apps-page .studio-name,
.apps-page .studio-nav a,
.apps-page .apps-intro h1,
.apps-page .app-entry h2,
.apps-page .studio-button,
.apps-page .app-resources a,
.apps-page .app-prose h2 {
 font-family: var(--app-ui-font);
}
.apps-page .eyebrow,
.apps-page .app-index,
.apps-page .breadcrumbs,
.apps-page .text-links,
.apps-page .coming-soon,
.apps-page .apps-footer {
 font-family: var(--app-mono-font);
}

/* Shared native typography and Studio Lime links. */
:root {
 --app-ui-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
 --app-mono-font: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
}
body,
body .component_content,
body .component_content p,
body .component_content span,
body .component_content div,
body .component_content a,
.studio-name,
.studio-nav a,
.studio-nav a:visited,
body h1, body h2, body h3, body h4,
body .component_heading {
 font-family: var(--app-ui-font) !important;
}
.eyebrow, .app-index, .breadcrumbs, .text-links, .coming-soon,
.apps-footer, .page_counter, .page_counter span {
 font-family: var(--app-mono-font) !important;
}
/* Black links with Studio Lime underlines on white page surfaces. */
#main a:not(.studio-button),
#main a:not(.studio-button) span,
.apps-footer a {
 color: #171717 !important;
 text-decoration-line: underline;
 text-decoration-color: var(--studio-lime) !important;
 text-decoration-thickness: 2px;
 text-underline-offset: 3px;
}
#main a:not(.studio-button):hover,
#main a:not(.studio-button):hover span,
.apps-footer a:hover { text-decoration-color: #EAF5AD !important; }
/* Keep text legible on the existing dark footer. */
#footer_wrapper a:not(:has(img)),
#footer_wrapper a:not(:has(img)):visited {
 color: #f5f5f5;
 text-decoration: underline;
 text-decoration-color: var(--studio-lime);
 text-decoration-thickness: 2px;
 text-underline-offset: 3px;
}

/* Quieter body emphasis and consistent lime link treatment. */
#main .component_content strong,
#main .component_content b,
#main .component_content [style*="font-weight"],
#main .component_content a,
#main .component_content a span,
#main .app-prose strong,
#main .app-prose b {
 font-weight: 400 !important;
}
#main a:not(.studio-button),
#main a:not(.studio-button) span,
.apps-footer a {
 font-weight: 400 !important;
}
#main a:not(.studio-button):hover,
#main a:not(.studio-button):hover span,
.apps-footer a:hover {
 color: #171717 !important;
 text-decoration-color: var(--studio-lime) !important;
}

/* Give the visitor count a calmer position below the Contact introduction. */
#component_377479 {
 margin-top: 88px;
}
@media (max-width: 767px) {
 #component_377479 {
  margin-top: 40px;
 }
}

/* Keep the existing page visible until the next document is ready. */
@view-transition { navigation: auto; }
.studio-header { view-transition-name: site-header; }
::view-transition-old(site-header), ::view-transition-new(site-header) {
 animation: none;
 mix-blend-mode: normal;
}
::view-transition-old(root) {
 animation: 130ms ease-out both studio-page-out;
 mix-blend-mode: normal;
}
::view-transition-new(root) {
 animation: 130ms ease-in both studio-page-in;
 mix-blend-mode: normal;
}
@keyframes studio-page-out { to { opacity: 0.92; } }
@keyframes studio-page-in { from { opacity: 0.92; } }
@media (prefers-reduced-motion: reduce) {
 ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}
