@font-face {
    font-family: "BlinkEasy Simulator Inter";
    src: url('../fonts/Inter-subset.woff2') format('woff2');
    font-style: normal;
    font-weight: 1 999;
    font-display: swap;
}

.eye-simulator-page,
.eye-simulator-container {
    --eye-ink: #1e3736;
    --eye-muted: #657471;
    --eye-teal: #276e67;
    --eye-teal-dark: #18564f;
    --eye-line: #dce3dd;
    --eye-tint: #edf3ef;
}

.eye-simulator-page { background: #f7f8f5; }

.main-content-container-background-eye-simulator {
    background: #f7f8f5;
}

.eye-simulator {
    width: min(1380px, 100% - 5rem);
    margin: 0 auto;
    padding: 46px 0 64px;
    color: var(--eye-ink);
    font-size: 1rem;
}

.eye-simulator :where(h1, h2, h3, p) { margin: 0; }
.eye-simulator :where(h1, h2, h3) { color: var(--eye-ink); }
.eye-simulator p { text-align: left; }
.eye-simulator [hidden] { display: none !important; }
.eye-simulator :where(button, input, select) { font: inherit; }
.eye-simulator :where(button, select) { cursor: pointer; }
.eye-simulator :where(button, select):disabled { cursor: default; }
.eye-simulator :where(button, input, select, canvas):focus-visible { outline: 3px solid #3e8d86; outline-offset: 4px; }

/* Component defaults also apply when the public site's styles are absent. */
.eye-simulator-container.eye-workspace {
    color: var(--eye-ink);
    font-family: "BlinkEasy Simulator Inter", Helvetica, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: calc(1em + 0.5rem);
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.eye-simulator-container,
.eye-simulator-container *,
.eye-simulator-container::before,
.eye-simulator-container::after,
.eye-simulator-container *::before,
.eye-simulator-container *::after { box-sizing: border-box; }
.eye-simulator-container :where(*) { margin: 0; line-height: calc(1em + 0.5rem); }
.eye-simulator-container :where(img, picture, video, canvas, svg) { display: block; max-width: 100%; }
.eye-simulator-container :where(h1, h2, h3, h4, h5, h6, p) { margin: 0; overflow-wrap: break-word; }
.eye-simulator-container :where(h1, h2, h3, h4, h5, h6) { color: var(--eye-ink); font-family: inherit; font-weight: 650; letter-spacing: -0.025em; line-height: 1.38; text-shadow: none; }
.eye-simulator-container :where(h1, h2, h3) { text-wrap: balance; }
.eye-simulator-container :where(h2) { line-height: 1.22; }
.eye-simulator-container :where(p) { max-width: none; text-align: left; text-wrap: pretty; line-height: 1.65; }
.eye-simulator-container :where(button, input, textarea, select) { font: inherit; }
.eye-simulator-container :where(button, select) { cursor: pointer; }
.eye-simulator-container :where(button, select):disabled { cursor: default; }
.eye-simulator-container :where(a) { color: var(--eye-teal); text-decoration: none; }
.eye-simulator-container :where(a):hover { text-decoration: underline; }
.eye-simulator-container [hidden] { display: none !important; }
.eye-simulator-container :is(a, button, input, textarea, select, summary, canvas, [tabindex]):focus-visible { outline: 3px solid #3e8d86; outline-offset: 4px; }

.eye-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.eye-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.eye-simulator .eye-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--eye-teal);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.5;
    text-transform: uppercase;
}

.eye-heading .eye-eyebrow > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4e9387;
}

.eye-heading h1 {
    margin-bottom: 13px;
    font-size: clamp(2.1rem, 3.5vw, 3.1rem);
    font-weight: 550;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.eye-simulator .eye-intro {
    max-width: 740px;
    color: var(--eye-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.eye-simulator .eye-preview-note {
    flex: 0 0 238px;
    padding: 14px 17px;
    border-left: 2px solid #b2c5b7;
    color: var(--eye-muted);
    font-size: 0.76rem;
    line-height: 1.55;
}

.eye-preview-label { display: block; margin-bottom: 4px; color: #49645b; font-weight: 650; }

.eye-simulator-container.eye-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 314px;
    gap: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d7dfd7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 32px rgb(28 53 40 / 4%);
}

/* The iframe height follows the widget's content, not the iframe viewport. */
.eye-simulator-embed { display: block; width: 100%; min-width: 0; height: auto; min-height: 0; margin: 0; padding: 0; background: #fff; }
.eye-simulator-embed > .eye-simulator-container.eye-workspace { width: 100%; margin: 0; padding: 0; }

.eye-stage {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #f3f1e9;
}

.eye-view-switch { position: absolute; z-index: 3; top: 16px; right: 20px; display: inline-flex; gap: 3px; padding: 4px; border: 1px solid #d8ddd3; border-radius: 9px; background: rgb(233 234 226 / 96%); box-shadow: 0 2px 8px rgb(33 51 40 / 7%); }
.eye-view-switch button { min-height: 35px; padding: 6px 13px; border: 0; border-radius: 6px; background: transparent; color: #5c6a63; font-size: 0.78rem; font-weight: 600; line-height: 1.35; }
.eye-view-switch button[aria-pressed="true"] { background: #fff; color: var(--eye-teal-dark); box-shadow: 0 1px 4px rgb(33 51 40 / 7%); }
.eye-view-switch button:hover:not(:disabled) { color: var(--eye-teal-dark); background: #f5f7f1; }
.eye-fullscreen { position: absolute; z-index: 3; top: 16px; left: 20px; display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; border: 1px solid #d8ddd3; border-radius: 9px; color: #4d6557; background: rgb(233 234 226 / 96%); box-shadow: 0 2px 8px rgb(33 51 40 / 7%); }
.eye-fullscreen:hover:not(:disabled) { color: var(--eye-teal-dark); background: #f5f7f1; }
.eye-fullscreen svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eye-fullscreen .eye-fullscreen-exit, .eye-fullscreen[aria-pressed="true"] .eye-fullscreen-enter { display: none; }
.eye-fullscreen[aria-pressed="true"] .eye-fullscreen-exit { display: block; }
.eye-drawer-toggle, .eye-drawer-close { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 12px; border: 1px solid #d8ddd3; border-radius: 9px; color: #4d6557; background: #f7f8f2; }
.eye-drawer-toggle { position: absolute; z-index: 3; top: 50%; right: 0; width: 36px; height: 92px; padding: 0; border-right: 0; border-radius: 10px 0 0 10px; transform: translateY(-50%); box-shadow: -2px 0 8px rgb(33 51 40 / 7%); }
.eye-drawer-toggle:focus-visible { outline-offset: -4px; }
.eye-drawer-close { position: absolute; top: 16px; right: 16px; width: 44px; padding: 10px; }
.eye-drawer-toggle:hover, .eye-drawer-close:hover { color: var(--eye-teal-dark); background: #eaf1e9; }
.eye-drawer-toggle svg, .eye-drawer-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eye-drawer-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.eye-viewport {
    position: relative;
    flex: 1 1 auto;
    min-height: 380px;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(ellipse at 50% 43%, #faf8f0 0, #f0eee6 68%, #e7e9df 100%);
}

#eye-canvas { position: absolute; display: block; inset: 0; width: 100%; height: 100%; touch-action: none; outline-offset: -5px; }
.eye-loading { position: absolute; z-index: 4; inset: 0; max-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 28px; text-align: center; }
.eye-loading-previews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: min(600px, 100%); }
.eye-loading-previews figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dce1d6; border-radius: 10px; background: #f3f1e9; }
.eye-loading-previews img { display: block; width: 100%; height: auto; }
.eye-loading-previews figcaption { padding: 0 8px 12px; color: #607266; font-size: 0.72rem; line-height: 1.4; }
.eye-simulator-container #eye-loading-message { max-width: 420px; margin: 0; color: #607266; font-size: 0.9rem; line-height: 1.6; text-align: center; }
.eye-loading-progress { width: min(240px, 100%); height: 6px; overflow: hidden; border-radius: 999px; background: #d8e1d7; }
.eye-loading-progress::before { content: ''; display: block; width: 40%; height: 100%; border-radius: inherit; background: var(--eye-teal); animation: eye-loading-slide 1.5s ease-in-out infinite; }
@keyframes eye-loading-slide { from { transform: translateX(-100%); } to { transform: translateX(250%); } }
@media (prefers-reduced-motion: reduce) { .eye-loading-progress::before { animation: none; transform: translateX(75%); } }
.eye-loading:not([hidden]) ~ .eye-viewport-caption { display: none; }
.eye-simulator-container.eye-workspace:disabled .eye-view-switch, .eye-simulator-container.eye-workspace:disabled .eye-camera-actions { visibility: hidden; }
.eye-viewport-caption { position: absolute; left: 25px; right: 310px; bottom: 24px; display: flex; align-items: center; gap: 8px; color: #708075; font-size: 0.66rem; letter-spacing: 0.02em; pointer-events: none; }
.eye-caption-line { display: inline-block; flex: 0 0 22px; width: 22px; height: 1px; background: #8c9d8e; }

.eye-camera-actions { position: absolute; z-index: 3; right: 20px; bottom: 12px; display: flex; gap: 3px; padding: 4px; border: 1px solid #d8ddd3; border-radius: 9px; background: rgb(233 234 226 / 96%); box-shadow: 0 2px 8px rgb(33 51 40 / 7%); }
.eye-camera-actions button[data-eye-camera^="zoom-"] { min-width: 38px; font-size: 1.1rem; }
.eye-camera-actions button { min-height: 36px; padding: 6px 9px; border: 1px solid transparent; border-radius: 6px; color: #4d6557; background: transparent; font-size: 0.72rem; }
.eye-camera-actions button:hover:not(:disabled) { background: #e7ebe1; border-color: #d4ddce; }

.eye-film-panel, .eye-lipid-panel { min-width: 0; padding: 13px 24px 12px; border-top: 1px solid #d6dfd4; background: #fcfdf9; }
.eye-simulator-container.eye-workspace:disabled .eye-film-panel, .eye-simulator-container.eye-workspace:disabled .eye-lipid-panel, .eye-simulator-container.eye-workspace:disabled .eye-film-summary, .eye-simulator-container.eye-workspace:disabled .eye-lipid-summary { display: none; }
.eye-film-summary { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; margin: 0; padding: 8px 24px; border-bottom: 1px solid #dce2d7; background: #fafbf6; }
.eye-lipid-summary { min-width: 0; padding: 8px 24px 10px; border-bottom: 1px solid #e0ddc9; background: #faf9f0; }
.eye-lipid-summary-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; }
.eye-lipid-existing, .eye-lipid-front { display: inline-block; flex-shrink: 0; width: 18px; height: 7px; border-radius: 3px; }
.eye-lipid-existing { border: 1px solid #baa975; background: #d8c795; }
.eye-lipid-front { border: 1px solid #bf8d18; background: #f3c746; }
.eye-spread-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; }
#eye-spread-phase { padding: 3px 7px; border: 1px solid #e3d7ae; border-radius: 5px; color: #806420; background: #f7eed3; font-size: 0.68rem; line-height: 1.4; }
#eye-spread-replay { min-height: 35px; padding: 6px 10px; font-size: 0.73rem !important; }
.eye-simulator-container .eye-lipid-summary > p { margin-top: 7px; color: #756c50; font-size: 0.74rem; line-height: 1.55; }
.eye-lipid-hint { color: #7a6a40; }
.eye-lipid-hint .eye-caption-line { height: 3px; background: #c99e2c; }
.eye-film-legend { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 0; padding: 0; list-style: none; }
.eye-film-legend li { display: inline-flex; align-items: center; gap: 6px; color: #53665b; font-size: 0.71rem; line-height: 1.5; }
.eye-film-breakpoint { color: #6b786f; font-size: 0.65rem; white-space: nowrap; }
.eye-film-swatch { display: inline-block; flex: 0 0 10px; width: 10px; height: 10px; border: 1px solid rgb(34 66 50 / 12%); border-radius: 50%; }
.eye-film-swatch-fresh { background: #27b8b5; }
.eye-film-swatch-thin { background: #f5bf57; }
.eye-film-swatch-low { background: #d96b98; }
.eye-film-swatch-breakup { background: #8c593b; }
.eye-simulator-container .eye-film-time { display: flex; flex-wrap: wrap; gap: 4px 8px; color: #748175; font-size: 0.67rem; line-height: 1.5; }
.eye-film-time output { color: #466854; font-weight: 600; font-variant-numeric: tabular-nums; }
.eye-film-chart-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 3px 12px; margin-bottom: 2px; }
.eye-film-chart-heading h2 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0; line-height: 1.4; }
.eye-film-chart-heading > span { color: #7a897a; font-size: 0.63rem; }
.eye-film-chart-wrap { position: relative; }
.eye-film-scale { position: absolute; inset-inline-end: 7px; top: calc(100% * 20 / 110); color: #52675e; font-size: 10px; line-height: 1; pointer-events: none; }
.eye-film-readout { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; align-items: baseline; }
.eye-film-readout output { color: #497461; font-size: 0.7rem; font-variant-numeric: tabular-nums; }
.eye-film-chart { display: block; width: 100%; height: 112px; overflow: hidden; border-radius: 3px; background: #f4f8f1; }
/* The SVG surface occupies the bottom 20 of 110 units; keep its label out of SVG scaling. */
.eye-cornea-label { position: absolute; inset-inline-start: 9px; bottom: 0; display: flex; align-items: center; height: calc(100% * 20 / 110); color: #405967; font-size: 11px; line-height: 1; text-shadow: 0 0 3px #e1e9ed, 0 0 3px #e1e9ed; pointer-events: none; }
.eye-mucin-line { fill: none; stroke: #244e73; stroke-width: 2; }
.eye-simulator-container .eye-mucin-note { margin: 5px 0 0; color: #526575; font-size: 0.65rem; line-height: 1.45; }
.eye-simulator-container .eye-film-phase { margin-top: 5px; color: #497461; font-size: 0.7rem; line-height: 1.4; }
.eye-lipid-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 15px; margin-bottom: 7px; }
.eye-lipid-heading h2 { font-size: 0.86rem; font-weight: 600; letter-spacing: -0.01em; }
.eye-lipid-legend { display: flex; flex-wrap: wrap; gap: 7px 16px; }
.eye-lipid-legend > span { display: inline-flex; align-items: center; gap: 6px; color: #71674e; font-size: 0.69rem; }
.eye-lipid-bead { display: inline-block; width: 9px; height: 9px; border: 1px solid #bc9447; border-radius: 50%; background: #e3b653; }
.eye-lipid-resting { display: inline-block; width: 9px; height: 9px; border: 1px solid #947c58; border-radius: 50%; background: #ad9471; }
.eye-lipid-layer { display: inline-block; width: 20px; height: 4px; border-radius: 3px; background: #d7ab4d; }
.eye-gland-inset { margin: 12px 0 0; padding: 10px 12px 5px; border: 1px solid #e1ddc7; border-radius: 8px; background: #fbfaf1; }
.eye-gland-inset-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 12px; margin-bottom: 5px; color: #796f50; font-size: 0.72rem; }
.eye-gland-inset-actions { display: flex; min-width: 0; align-items: center; gap: 6px 12px; }
.eye-gland-inset-actions .eye-oil-replay { flex-shrink: 0; }
#eye-gland-example { font-weight: 600; }
#eye-gland-stage { padding: 3px 8px; border: 1px solid #e3d7ae; border-radius: 5px; color: #8b6c25; background: #f7eed3; font-size: 0.68rem; line-height: 1.4; }
.eye-gland-diagram { display: block; width: 100%; height: 160px; }
.eye-gland-small-labels { display: none; }
.eye-oil-replay { border-color: #c8ad67; color: #785814; background: #fbf4de; }
.eye-oil-replay:hover:not(:disabled) { border-color: #b58e35; background: #f5e7bf; }

.eye-view-details, .eye-component-credit { grid-column: 1 / -1; min-width: 0; }
.eye-view-details { padding: 21px 26px 23px; border-top: 1px solid #dce0d5; background: #f9faf6; }
.eye-view-details section { display: flex; align-items: flex-start; gap: 14px; }
.eye-view-details h2 { margin-bottom: 5px; font-size: 0.92rem; font-weight: 650; letter-spacing: -0.01em; }
.eye-simulator-container .eye-view-details p { max-width: 720px; color: #647268; font-size: 0.8rem; line-height: 1.65; }
.eye-detail-mark { flex: 0 0 12px; width: 12px; height: 12px; margin-top: 5px; border-radius: 50%; }
.eye-detail-mark-film { background: #78c6c5; border: 1px solid #50a6a6; }
.eye-detail-mark-gland { background: #d6ae60; border: 1px solid #b5904e; }

.eye-component-credit { display: flex; flex: 0 0 auto; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; padding: 10px 26px; border-top: 1px solid #e5e8df; color: #718175; background: #f9faf6; font-size: 0.65rem; line-height: 1.5; }
.eye-component-credit > span { flex: 1 1 280px; line-height: inherit; }
.eye-component-credit a { flex: 0 0 auto; color: var(--eye-teal); font-weight: 600; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; }

.eye-panel { min-width: 0; padding: 25px 24px 18px; border-left: 1px solid var(--eye-line); background: #fff; }
.eye-scenarios { display: grid; gap: 7px; margin: 0 0 20px; }
.eye-scenarios button { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #e3e7e1; border-radius: 7px; color: #617069; background: #fff; font-size: 0.79rem; font-weight: 550; text-align: left; }
.eye-scenario-number { color: #8b9990; font-size: 0.65rem; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.eye-scenario-dot { width: 7px; height: 7px; margin-left: auto; border: 1px solid #bdc9bf; border-radius: 50%; }
.eye-scenarios button[aria-pressed="true"] { border-color: #9ec3b3; color: #245e4b; background: #edf5ef; }
.eye-scenarios button[aria-pressed="true"] .eye-scenario-number { color: #528069; }
.eye-scenarios button[aria-pressed="true"] .eye-scenario-dot { border-color: #52876d; background: #52876d; }
.eye-scenarios button:hover:not(:disabled) { border-color: #7cab9b; }

.eye-playback { display: grid; gap: 10px; padding-bottom: 23px; border-bottom: 1px solid var(--eye-line); }
.eye-playback-label { color: #4a6054; font-size: 0.77rem; font-weight: 550; }
.eye-film-condition { margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--eye-line); }
.eye-film-condition .eye-range-field { margin-top: 14px; }
.eye-condition-toggle { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; margin-top: 7px; }
.eye-condition-toggle button { min-width: 0; min-height: 44px; padding: 7px; border: 1px solid #d5e0d8; border-radius: 6px; color: #587164; background: #f3f6f1; font-size: 0.73rem; line-height: 1.3; }
.eye-condition-toggle button:hover:not(:disabled) { border-color: var(--eye-teal); }
.eye-condition-toggle button[aria-pressed="true"] { border-color: var(--eye-teal); color: #fff; background: var(--eye-teal); }
.eye-playback-toggle { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 3px; min-width: 0; padding: 3px; border: 1px solid #d5e0d8; border-radius: 8px; background: #f3f6f1; }
.eye-playback-toggle button { min-width: 0; min-height: 40px; padding: 7px 5px; border: 1px solid transparent; border-radius: 5px; color: #587164; background: transparent; font-size: 0.79rem; font-weight: 600; line-height: 1.25; }
.eye-playback-toggle button:hover:not(:disabled) { border-color: #c0d3c6; background: #e9f0e9; }
.eye-playback-toggle button[aria-pressed="true"] { border-color: var(--eye-teal); color: #fff; background: var(--eye-teal); }
.eye-playback-toggle button[aria-pressed="true"]:hover:not(:disabled) { border-color: var(--eye-teal-dark); background: var(--eye-teal-dark); }
.eye-playback-actions { display: flex; align-items: center; justify-content: flex-end; }
.eye-playback-actions .eye-button { flex-shrink: 0; }
.eye-button { min-height: 42px; padding: 9px 12px; border: 1px solid #ccdbd3; border-radius: 7px; color: var(--eye-teal-dark); background: #fff; font-size: 0.78rem !important; font-weight: 650 !important; }
.eye-button:hover:not(:disabled) { background: #f1f7f2; border-color: #82b1a0; }
.eye-simulator-container.eye-workspace:disabled button { opacity: 0.65; }

.eye-adjustments { display: grid; gap: 19px; padding: 22px 0; }
.eye-field-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.eye-field-heading label { color: #4a6054; font-size: 0.77rem; font-weight: 550; }
.eye-field-heading output { color: var(--eye-teal-dark); font-size: 0.76rem; font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap; }
.eye-range-field input[type="range"] { display: block; width: 100%; height: 23px; margin: 0; accent-color: var(--eye-teal); cursor: pointer; }
.eye-range-field input[type="range"]:disabled { cursor: default; }
.eye-range-extents { display: flex; justify-content: space-between; margin-top: 1px; color: #7c8980; font-size: 0.64rem; }
.eye-inspect { padding-top: 19px; border-top: 1px solid var(--eye-line); }
.eye-simulator-container .eye-field-hint { margin-top: 8px; color: #7a887e; font-size: 0.68rem; line-height: 1.55; }
.eye-simulator-container .eye-blink-result { margin-top: 7px; color: #476954; font-size: 0.69rem; line-height: 1.5; font-variant-numeric: tabular-nums; }
.eye-depth-variation { margin-top: 8px; }
.eye-depth-variation label { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; color: #4a6054; font-size: 0.73rem; cursor: pointer; }
.eye-depth-variation input { width: 16px; height: 16px; margin: 0; accent-color: var(--eye-teal); cursor: pointer; }
.eye-simulator-container .eye-depth-variation p { color: #7a887e; font-size: 0.68rem; line-height: 1.55; }
.eye-panel-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 9px; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--eye-line); }
.eye-simulator-container #eye-status { color: #718175; font-size: 0.68rem; line-height: 1.55; }
#eye-reset { flex-shrink: 0; min-height: 36px; padding: 4px 0 4px 8px; border: 0; background: transparent; color: #557566; font-size: 0.7rem; text-decoration: underline; text-underline-offset: 3px; }

.eye-explainer { margin-top: 43px; }
.eye-explainer-heading { margin-bottom: 24px; }
.eye-explainer-heading .eye-eyebrow { margin-bottom: 8px; font-size: 0.65rem; }
.eye-explainer-heading h2 { font-size: 1.6rem; font-weight: 550; letter-spacing: -0.035em; }
.eye-explainer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.eye-explainer-grid article { position: relative; padding: 0 22px 0 0; }
.eye-explainer-grid article + article { padding-left: 28px; border-left: 1px solid #dce3dc; }
.eye-explainer-index { display: inline-block; margin-bottom: 9px; color: #8eaa97; font-size: 0.73rem; font-variant-numeric: tabular-nums; }
.eye-explainer-grid h3 { margin-bottom: 8px; font-size: 0.95rem; font-weight: 600; letter-spacing: -0.015em; }
.eye-simulator .eye-explainer-grid p { color: #6d7b70; font-size: 0.81rem; line-height: 1.75; }
.eye-references { margin-top: 40px; padding-top: 28px; border-top: 1px solid #dce3dc; }
.eye-references h2 { font-size: 1.6rem; font-weight: 550; letter-spacing: -0.035em; }
.eye-simulator .eye-references p { color: #647468; font-size: 0.81rem; line-height: 1.75; }
.eye-simulator .eye-references-intro { max-width: 900px; margin-top: 10px; }
.eye-reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; margin-top: 25px; }
.eye-reference-grid article { min-width: 0; padding: 22px 0; border-top: 1px solid #dce3dc; }
.eye-references h3 { font-size: 0.95rem; font-weight: 600; line-height: 1.45; }
.eye-reference-grid p { margin-top: 10px; }
.eye-simulator .eye-reference-source { margin: 8px 0 13px; color: #78857b; font-size: 0.74rem; line-height: 1.6; }
.eye-reference-use strong { color: #416551; font-weight: 600; }
.eye-reference-limits { margin-top: 6px; padding: 17px 20px; border-left: 2px solid #b2c5b7; background: #edf3ef; }
.eye-reference-limits p { margin-top: 6px; }
.eye-simulator .eye-reference-patient { margin-top: 18px; font-size: 0.75rem; }
.eye-references a { color: #4e7863; text-underline-offset: 3px; }
.eye-simulator .eye-no-script,
.eye-simulator-container + noscript .eye-no-script { margin: 15px 0 0; padding: 15px; border: 1px solid #dac6a4; background: #fff9e9; color: #657471; font: 400 0.85rem/1.6 "BlinkEasy Simulator Inter", Helvetica, sans-serif; }

.eye-embed { min-width: 0; margin-top: 40px; padding-top: 28px; border-top: 1px solid #dce3dc; }
.eye-embed h2 { font-size: 1.6rem; font-weight: 550; letter-spacing: -0.035em; }
.eye-simulator .eye-embed > p { max-width: 900px; margin-top: 10px; color: #647468; font-size: 0.81rem; line-height: 1.75; }
#eye-embed-code { display: block; box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; margin: 16px 0 0; padding: 14px 16px; overflow: auto; resize: vertical; border: 1px solid #d6e0d6; border-radius: 8px; color: #496357; background: #fff; font: 400 0.76rem/1.6 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace; white-space: pre; tab-size: 2; user-select: text; }
#eye-embed-code:focus-visible { outline: 3px solid #3e8d86; outline-offset: 4px; }
.eye-embed-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 12px; }
.eye-embed-actions .eye-button { flex: 0 0 auto; }
.eye-simulator #eye-embed-status { min-width: 0; margin: 0; color: #647468; font-size: 0.76rem; line-height: 1.55; }

@media (min-width: 1600px) {
    .eye-simulator-container.eye-workspace { grid-template-columns: minmax(0, 1fr) 338px; }
    .eye-panel { padding-inline: 28px; }
    .eye-viewport { min-height: 420px; }
}

@media (max-width: 1100px) {
    .eye-simulator { width: calc(100% - 3rem); }
    .eye-simulator-container.eye-workspace { grid-template-columns: minmax(0, 1fr) 292px; }
    .eye-panel { padding-inline: 20px; }
    .eye-view-details { padding-inline: 20px; }
    .eye-component-credit { padding-inline: 20px; }
    .eye-film-panel, .eye-lipid-panel { padding-inline: 20px; }
    .eye-film-summary { padding-inline: 20px; }
    .eye-lipid-summary { padding-inline: 20px; }
    .eye-heading { gap: 22px; }
    .eye-simulator .eye-preview-note { flex-basis: 206px; }
}

@media (max-width: 900px) {
    .eye-heading { align-items: flex-start; flex-direction: column; gap: 17px; }
    .eye-simulator .eye-preview-note { flex-basis: auto; max-width: none; padding-block: 4px; font-size: 0.73rem; }
    .eye-preview-label { display: inline; margin-right: 6px; }
    .eye-simulator-container.eye-workspace { grid-template-columns: minmax(0, 1fr); }
    .eye-viewport { min-height: 0; aspect-ratio: 1.55; }
    .eye-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; padding: 25px; border-top: 1px solid var(--eye-line); border-left: 0; }
    .eye-scenarios { grid-column: 1; grid-row: 1; margin-block: 0 17px; }
    .eye-film-condition { grid-column: 1 / -1; }
    .eye-playback { grid-column: 1; grid-row: 2; align-self: start; padding-bottom: 0; border-bottom: 0; }
    .eye-adjustments { grid-column: 2; grid-row: 1 / 3; align-content: start; padding-top: 0; padding-bottom: 0; }
    .eye-inspect { grid-column: 1 / -1; margin-top: 24px; }
    .eye-panel-footer { grid-column: 1 / -1; margin-top: 14px; }
    .eye-explainer-grid { gap: 20px; }
    .eye-explainer-grid article { padding-right: 0; }
    .eye-explainer-grid article + article { padding-left: 20px; }
    .eye-reference-grid { gap: 0 24px; }
}

@media (max-width: 560px) {
    .eye-simulator { width: calc(100% - 2rem); padding: 29px 0 42px; }
    .eye-heading { margin-bottom: 23px; }
    .eye-heading h1 { font-size: 2.15rem; }
    .eye-simulator .eye-intro { font-size: 0.9rem; }
    .eye-simulator-container.eye-workspace { border-radius: 12px; }
    .eye-view-switch { top: 12px; right: 12px; }
    .eye-fullscreen { top: 12px; left: 12px; }
    .eye-view-switch button { min-height: 44px; padding-inline: 12px; font-size: 0.75rem; }
    .eye-viewport { aspect-ratio: 1.08; }
    .eye-loading { gap: 14px; padding: 18px; }
    .eye-loading-previews { gap: 8px; }
    .eye-loading-previews figcaption { padding-bottom: 9px; font-size: 0.65rem; }
    .eye-viewport-caption { left: 17px; right: 17px; bottom: 74px; font-size: 0.6rem; }
    .eye-camera-actions { right: 12px; gap: 2px; }
    .eye-camera-actions button { min-height: 44px; padding-inline: 4px; }
    .eye-camera-actions button[data-eye-camera^="zoom-"] { min-width: 34px; }
    .eye-view-details { padding: 19px 17px; }
    .eye-component-credit { padding-inline: 17px; }
    .eye-film-panel, .eye-lipid-panel { padding: 13px 17px; }
    .eye-film-legend { gap: 7px 12px; }
    .eye-film-summary { gap: 7px; padding-inline: 17px; }
    .eye-lipid-summary { padding-inline: 17px; }
    .eye-lipid-summary-top { align-items: flex-start; gap: 9px; }
    .eye-spread-actions { width: 100%; justify-content: space-between; }
    #eye-spread-replay { min-height: 42px; }
    .eye-film-time { flex-basis: 100%; }
    .eye-film-chart { height: 126px; }
    .eye-gland-inset { padding-inline: 7px; }
    .eye-gland-inset-heading { font-size: 0.7rem; }
    .eye-gland-diagram { height: auto; min-height: 110px; }
    .eye-gland-labels { display: none; }
    .eye-gland-small-labels { display: flex; flex-direction: column; gap: 3px; margin: 2px 5px 8px; color: #70684c; font-size: 0.7rem; line-height: 1.5; }
    .eye-view-details section { gap: 11px; }
    .eye-panel { display: block; padding: 23px 19px 16px; }
    .eye-scenarios button { min-height: 46px; font-size: 0.81rem; }
    .eye-playback { padding-bottom: 22px; border-bottom: 1px solid var(--eye-line); }
    .eye-playback-toggle button { min-height: 44px; }
    .eye-button { min-height: 44px; }
    .eye-adjustments { padding-block: 23px 0; }
    .eye-field-heading label { font-size: 0.8rem; }
    .eye-range-field input[type="range"] { height: 32px; }
    .eye-depth-variation label { min-height: 44px; }
    .eye-explainer { margin-top: 32px; }
    .eye-explainer-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .eye-explainer-grid article + article { padding: 20px 0 0; border-left: 0; border-top: 1px solid #dce3dc; }
    .eye-explainer-index { margin-bottom: 5px; }
    .eye-explainer-grid h3 { font-size: 1rem; }
    .eye-reference-grid { grid-template-columns: minmax(0, 1fr); }
    .eye-reference-limits { padding: 15px 17px; }
    .eye-embed { margin-top: 32px; padding-top: 23px; }
    #eye-embed-code { padding: 12px; }
}

.eye-simulator-container.eye-workspace:fullscreen { --eye-drawer-width: 336px; position: relative; display: block; width: 100vw; height: 100vh; height: 100dvh; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; overflow: hidden; }
.eye-simulator-container.eye-workspace:fullscreen .eye-stage { height: 100%; min-height: 0; overflow: hidden; transition: margin-right 240ms ease; }
.eye-simulator-container.eye-workspace:fullscreen .eye-viewport { flex: 1 0 35%; min-height: 0; aspect-ratio: auto; }
.eye-simulator-container.eye-workspace:fullscreen :is(.eye-film-summary, .eye-lipid-summary) { flex: 0 1 auto; max-height: 25%; overflow: auto; }
.eye-simulator-container.eye-workspace:fullscreen :is(.eye-film-panel, .eye-lipid-panel) { flex: 0 1 auto; max-height: 45%; overflow: auto; overscroll-behavior: contain; }
.eye-simulator-container.eye-workspace:fullscreen :is(.eye-view-details, .eye-component-credit) { display: none; }
.eye-simulator-container.eye-workspace:fullscreen .eye-panel { position: absolute; z-index: 5; top: 0; right: 0; bottom: 0; display: block; box-sizing: border-box; width: var(--eye-drawer-width); padding: 72px 24px 18px; overflow: auto; overscroll-behavior: contain; border-top: 0; border-left: 1px solid var(--eye-line); visibility: hidden; transform: translateX(100%); transition: transform 240ms ease, visibility 0s linear 240ms; }
.eye-simulator-container.eye-workspace:fullscreen .eye-scenarios { margin-block: 0 20px; }
.eye-simulator-container.eye-workspace:fullscreen .eye-playback { padding-bottom: 23px; border-bottom: 1px solid var(--eye-line); }
.eye-simulator-container.eye-workspace:fullscreen .eye-adjustments { padding-block: 22px; }
.eye-simulator-container.eye-workspace:fullscreen .eye-inspect { margin-top: 0; }
.eye-simulator-container.eye-workspace:fullscreen .eye-panel-footer { margin-top: 22px; }
.eye-simulator-container.eye-workspace::backdrop { background: #f3f1e9; }
@media (min-width: 800px) {
    .eye-simulator-container.eye-workspace .eye-panel { box-sizing: border-box; max-height: 80vh; overflow: auto; }
    .eye-simulator-container.eye-workspace:fullscreen[data-drawer-open="true"] .eye-stage { margin-right: var(--eye-drawer-width); }
    .eye-simulator-container.eye-workspace:fullscreen[data-drawer-open="true"] .eye-panel { visibility: visible; transform: translateX(0); transition-delay: 0s; }
}
@media (width < 800px) {
    .eye-simulator-container.eye-workspace:fullscreen .eye-panel { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .eye-simulator-container.eye-workspace:fullscreen .eye-stage, .eye-simulator-container.eye-workspace:fullscreen .eye-panel { transition: none; }
}

@media print {
    .eye-simulator { width: 100%; padding: 0; }
    .eye-simulator-container.eye-workspace, .eye-preview-note { display: none; }
    .eye-explainer-grid { display: block; }
    .eye-explainer-grid article + article { margin-top: 15px; padding-left: 0; border: 0; }
    .eye-references a { color: #000; }
}
