/* Shared product mockups (generated from css/main.css by tools/build_alt.py) */
.mock { position: absolute; z-index: 2; left: 8%; right: 8%; top: 50%; transform: translateY(-50%); border-radius: 16px;
  background: rgba(241,236,227,.94); color: var(--ink); padding: 14px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.55), 0 0 0 1px rgba(10,11,15,.06);
  backdrop-filter: blur(10px); will-change: transform; }
.mock__bar { display: flex; align-items: center; gap: 6px; padding-bottom: 12px; border-bottom: 1px solid rgba(10,11,15,.08); margin-bottom: 12px; }
.mock__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(10,11,15,.15); }
.mock__bar span { margin-left: 10px; opacity: .55; }
.mock__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock__kpi { background: rgba(10,11,15,.05); border-radius: 10px; padding: 10px; display: grid; gap: 4px; }
.mock__kpi span { opacity: .5; font-size: 9.5px; }
.mock__kpi strong { font-size: 18px; line-height: 1; font-weight: 600; letter-spacing: -.01em; }
.mock__kpi em { font-style: normal; font-size: 11px; color: #3B7A5A; }
.mock__chart { color: var(--copper); margin: 12px 0 8px; height: 70px; }
.mock__chart svg { width: 100%; height: 100%; }
.mock__rows { display: grid; gap: 6px; font-size: 12px; }
.mock__rows div { display: grid; grid-template-columns: 1fr 1fr auto; padding: 8px 10px; background: rgba(10,11,15,.04); border-radius: 8px; }
.mock__rows div span:last-child { color: #3B7A5A; font-weight: 600; }
.mock--term { background: rgba(14, 15, 20, .92); color: var(--bone); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(241,236,227,.1); }
.mock--term .mock__bar { border-color: rgba(241,236,227,.1); }
.mock--term .mock__bar i { background: rgba(241,236,227,.2); }
.mock--term pre { text-transform: none; letter-spacing: 0; font-size: 12.5px; line-height: 1.7; white-space: pre; overflow: hidden; color: rgba(241,236,227,.85); }
.mock--term pre::first-line { color: var(--copper-2); }
.mock--ring { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; left: 10%; right: 10%; }
.mock__stats { display: grid; gap: 10px; }
.mock__stats div { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; font-size: 12px; }
.mock__stats b { font-weight: 600; }
.mock__stats i, .habits i { grid-column: 1 / -1; height: 4px; border-radius: 2px; background: rgba(10,11,15,.08); position: relative; overflow: hidden; }
.mock__stats i::after, .habits i::after { content: ""; position: absolute; inset: 0; width: var(--w); background: var(--teal); border-radius: 2px; }
.ring { position: relative; width: 108px; height: 108px; }
.ring--lg { width: 150px; height: 150px; margin: 8px auto 0; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring__track { fill: none; stroke: rgba(10,11,15,.08); stroke-width: 8; }
.ring__fill { fill: none; stroke: var(--teal); stroke-width: 8; stroke-linecap: round; stroke-dasharray: 326.7; stroke-dashoffset: calc(326.7 * (1 - var(--p))); }
.ring__label { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; gap: 2px; }
.ring__label strong { font-size: 22px; line-height: 1; font-weight: 600; letter-spacing: -.02em; }
.ring__label small { font-size: 12px; margin-left: 1px; }
.ring__label span { font-size: 9px; opacity: .55; }
.ring--lg .ring__label strong { font-size: 30px; }
.chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 600;
  background: var(--ink); color: var(--bone); box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); will-change: transform; white-space: nowrap; }
.card--helm .chip { background: var(--bone); color: var(--ink); }
.chip__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--copper-2); }
.chip__dot--live { background: #4DD68A; box-shadow: 0 0 0 0 rgba(77,214,138,.6); animation: pulse 1.8s infinite; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(77,214,138,.55); } 100% { box-shadow: 0 0 0 10px rgba(77,214,138,0); } }
.chip--a { left: 2%; top: 12%; }
.chip--b { right: 4%; bottom: 14%; }
.chip--c { right: 3%; top: 14%; }
.browser { position: relative; width: min(100%, 560px); aspect-ratio: 16 / 10.5; border-radius: 16px; background: #F4F1EA; color: var(--ink); overflow: hidden; display: grid; grid-template-rows: auto 1fr;
  box-shadow: 0 0 0 1px rgba(241,236,227,.14), 0 70px 120px -50px rgba(0,0,0,.9); will-change: transform; }
.browser__bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #E8E2D6; border-bottom: 1px solid rgba(10,11,15,.08); }
.browser__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(10,11,15,.16); }
.browser__bar span { margin-left: 10px; opacity: .55; font-size: 10px; }
.browser__body { position: relative; }
.browser--dark { background: #101218; color: var(--bone); }
.browser--dark .browser__bar { background: #171922; border-color: rgba(241,236,227,.08); }
.browser--dark .browser__bar i { background: rgba(241,236,227,.18); }
.bscreen { position: absolute; inset: 0; padding: 16px; display: grid; align-content: start; gap: 12px; opacity: 0; transform: translateY(16px) scale(.985); transition: opacity .7s var(--ease), transform .8s var(--ease); }
.bscreen.is-active { opacity: 1; transform: none; }
.bs-hero { display: grid; gap: 4px; padding: 22px 18px; border-radius: 12px; background: linear-gradient(120deg, #1B1E27, #3A4F57); color: var(--bone); }
.bs-hero b { font-family: var(--serif); font-weight: 400; font-size: 22px; letter-spacing: -.01em; }
.bs-hero span { font-size: 11px; opacity: .7; }
.bs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bs-grid i { display: block; aspect-ratio: 4 / 3; border-radius: 8px; }
.c1 { background: #D9CDB8; }
.c2 { background: #B7C6C4; }
.c3 { background: #C9A88C; }
.c4 { background: #2E3A40; }
.c5 { background: #E3D7C3; }
.c6 { background: #8FA9AD; }
.bs-head { display: flex; justify-content: space-between; align-items: baseline; }
.bs-head b { font-weight: 600; font-size: 14px; }
.bs-head span { opacity: .55; }
.bs-rows { display: grid; gap: 6px; }
.bs-rows div { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; background: rgba(10,11,15,.05); font-size: 11.5px; }
.bs-rows div i { width: 22px; height: 22px; border-radius: 6px; }
.bs-rows div:not(:has(i)) { grid-template-columns: 1fr auto auto; }
.bs-rows em { font-style: normal; opacity: .7; }
.bs-rows b { color: #3B7A5A; font-weight: 600; }
.bs-rows b.is-warn { color: #B4642E; }
.browser--dark .bs-rows div { background: rgba(241,236,227,.06); }
.browser--dark .bs-rows b { color: #6FCF97; }
.bs-toast { position: absolute; left: 16px; bottom: 14px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: var(--bone); font-size: 9px; }
.bs-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bs-kpis div { display: grid; gap: 4px; padding: 10px; border-radius: 10px; background: rgba(10,11,15,.05); }
.bs-kpis span { opacity: .5; font-size: 9px; }
.bs-kpis b { font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.browser--dark .bs-kpis div { background: rgba(241,236,227,.06); }
.bs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bs-cards div { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; padding: 12px; border-radius: 10px; background: rgba(10,11,15,.05); }
.bs-cards span { opacity: .55; font-size: 9px; }
.bs-cards b { font-size: 13px; font-weight: 600; }
.bs-cards i { grid-row: 1 / 3; align-self: center; width: 8px; height: 8px; border-radius: 50%; background: #4DD68A; box-shadow: 0 0 0 4px rgba(77,214,138,.15); }
.bs-form { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bs-form div { display: grid; gap: 4px; padding: 10px 12px; border-radius: 10px; background: rgba(241,236,227,.06); }
.bs-form span { opacity: .5; font-size: 9px; }
.bs-form b { font-size: 12.5px; font-weight: 500; }
.bs-progress { display: grid; gap: 8px; }
.bs-progress i { display: block; height: 4px; border-radius: 2px; background: rgba(241,236,227,.1); position: relative; overflow: hidden; }
.bs-progress i::after { content: ""; position: absolute; inset: 0; width: var(--w); background: var(--copper-2); border-radius: 2px; }
.bs-progress span { color: var(--copper-2); }
.bs-chart { color: var(--copper-2); height: 64px; }
.bs-chart svg { width: 100%; height: 100%; }
.bs-calc { display: grid; gap: 4px; }
.bs-calc div { display: flex; justify-content: space-between; padding: 7px 10px; border-radius: 8px; background: rgba(10,11,15,.04); font-size: 11.5px; }
.bs-calc em { font-style: normal; opacity: .75; }
.bs-calc .is-total { background: var(--ink); color: var(--bone); margin-top: 4px; }
.bs-calc .is-total em { opacity: 1; color: var(--copper-2); font-weight: 600; }
.bs-stock { display: flex; align-items: baseline; gap: 10px; }
.bs-stock strong { font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1; letter-spacing: -.02em; }
.bs-stock span { opacity: .55; }
.bs-checks { display: grid; gap: 6px; }
.bs-checks div { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; background: rgba(241,236,227,.06); font-size: 11.5px; }
.bs-checks i { width: 16px; height: 16px; border-radius: 50%; background: #4DD68A; position: relative; flex: none; }
.bs-checks i::after { content: ""; position: absolute; left: 5px; top: 3px; width: 4px; height: 8px; border: solid #0A0B0F; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.phone { position: relative; width: clamp(240px, 22vw, 300px); aspect-ratio: 9 / 19; border-radius: 44px; background: #0d0e13; padding: 12px;
  box-shadow: 0 0 0 1px rgba(241,236,227,.12), 0 0 0 6px #14151b, 0 80px 120px -40px rgba(0,0,0,.9), inset 0 0 0 1px rgba(255,255,255,.06); will-change: transform; }
.phone__notch { position: absolute; top: 20px; left: 50%; width: 92px; height: 26px; margin-left: -46px; background: #0d0e13; border-radius: 16px; z-index: 3; }
.phone__screen { position: relative; width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #F4F1EA; color: var(--ink); }
.screen { position: absolute; inset: 0; padding: 60px 16px 18px; display: grid; align-content: start; gap: 10px; opacity: 0; transform: translateY(20px) scale(.98); transition: opacity .7s var(--ease), transform .8s var(--ease); pointer-events: none; }
.screen.is-active { opacity: 1; transform: none; }
.screen__top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; margin-bottom: 4px; }
.screen__clinic { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.screen__clinic i { width: 18px; height: 18px; border-radius: 6px; background: var(--teal); }
.bubble { max-width: 88%; padding: 10px 12px; border-radius: 14px; font-size: 11.5px; line-height: 1.45; }
.bubble--in { background: #fff; border-bottom-left-radius: 4px; box-shadow: 0 1px 0 rgba(10,11,15,.06); }
.bubble--out { background: var(--ink); color: var(--bone); justify-self: end; border-bottom-right-radius: 4px; }
.slots { display: flex; gap: 6px; }
.slots span { font-size: 10.5px; padding: 7px 9px; border-radius: 8px; background: #fff; border: 1px solid rgba(10,11,15,.1); }
.slots .is-on { background: var(--teal); color: #fff; border-color: var(--teal); }
.screen__cta { margin-top: auto; text-align: center; padding: 12px; border-radius: 12px; background: var(--ink); color: var(--bone); font-size: 12.5px; font-weight: 600; }
.screen--consult { background: #0f1116; color: var(--bone); padding-top: 52px; }
.video { position: relative; flex: 1; height: 100%; min-height: 0; border-radius: 18px; overflow: hidden; background: radial-gradient(80% 60% at 50% 40%, #2a3a44, #12161c 70%); }
.video__surgeon { position: absolute; inset: 0; display: grid; place-items: center; }
.video__surgeon span { width: 78px; height: 78px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #c9a27f, #6d4b34 70%); box-shadow: 0 0 0 10px rgba(255,255,255,.04); }
.video__self { position: absolute; right: 10px; top: 10px; width: 52px; height: 72px; border-radius: 10px; background: radial-gradient(circle at 50% 40%, #8faab0, #2d3d44 70%); border: 1px solid rgba(255,255,255,.15); }
.video__name { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; font-size: 9px; }
.video__name i { width: 6px; height: 6px; border-radius: 50%; background: #4DD68A; }
.video__bar { display: flex; justify-content: center; gap: 12px; padding: 10px 0 4px; }
.video__bar b { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); }
.video__bar b.is-red { background: #D9534F; }
.screen__note { text-align: center; opacity: .5; font-size: 9px; }
.screen--consult { display: grid; grid-template-rows: 1fr auto auto; }
.timeline { display: grid; gap: 8px; }
.timeline div { display: grid; grid-template-columns: 34px 1fr; gap: 2px 8px; padding: 9px 10px; border-radius: 10px; background: #fff; font-size: 11.5px; position: relative; }
.timeline div span { opacity: .5; font-size: 9px; align-self: center; }
.timeline div b { font-weight: 600; }
.timeline div small { grid-column: 2; font-size: 10px; opacity: .6; }
.timeline .is-done { opacity: .55; }
.timeline .is-now { background: var(--ink); color: var(--bone); }
.timeline .is-now span { opacity: .7; }
.habits { display: grid; gap: 10px; margin-top: 8px; }
.habits div { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; font-size: 11.5px; }
.habits b { font-weight: 600; }
.alert { margin-top: auto; padding: 10px; border-radius: 10px; background: rgba(217,83,79,.1); color: #A8392F; font-size: 9px; text-align: center; }
.device-card { position: absolute; z-index: 4; display: grid; gap: 2px; padding: 12px 14px; border-radius: 14px; background: rgba(27,30,39,.72); border: 1px solid rgba(241,236,227,.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 30px 60px -30px rgba(0,0,0,.8); will-change: transform; white-space: nowrap; }
.device-card span { opacity: .6; }
.device-card b { font-weight: 600; font-size: 13px; }
.device-card--a { left: 2%; top: 20%; }
.device-card--b { right: 0; top: 42%; }
.device-card--c { left: 6%; bottom: 18%; display: inline-flex; align-items: center; gap: 8px; }
