:root{--color-bg-primary:#0b1121;--color-bg-secondary:#131b2f;--color-surface:#1e293b;--color-surface-elevated:#334155;--color-primary:#0ea5e9;--color-primary-hover:#0284c7;--color-secondary:#14b8a6;--color-secondary-hover:#0d9488;--color-text-main:#f8fafc;--color-text-primary:var(--color-text-main);--color-text-secondary:#cbd5e1;--color-text-muted:#94a3b8;--color-border:#334155;--radius-md:8px;--radius-lg:8px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 0 15px #0ea5e966}*{box-sizing:border-box;margin:0;padding:0}html{touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;min-height:100%;overflow-x:hidden}body{background-color:var(--color-bg-primary);color:var(--color-text-main);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent;flex-direction:column;width:100%;min-height:100dvh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;display:flex;overflow-x:hidden}button,input,select,textarea{font:inherit}button,select{touch-action:manipulation}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.56}.exam-verification-panel{background:linear-gradient(135deg,#082f4994,#0f172ae6),#0f172ae0;border:1px solid #38bdf847;border-left:4px solid #38bdf8;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;margin:0 0 .85rem;padding:.9rem 1rem;display:grid;box-shadow:0 14px 38px #02061757}.exam-verification-panel__copy,.exam-verification-panel__values{gap:.22rem;min-width:0;display:grid}.exam-verification-panel__copy{grid-column:1/-1}.exam-verification-panel__copy span,.exam-verification-panel__values span{color:#7dd3fc;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:900}.exam-verification-panel__copy strong{color:#f8fafc;font-size:.98rem;line-height:1.2}.exam-verification-panel__copy p{color:#cbd5e1;margin:0;font-size:.82rem;line-height:1.42}.exam-verification-panel__values{background:#0206176b;border:1px solid #7dd3fc2e;border-radius:8px;min-width:min(100%,260px);padding:.65rem .75rem}.exam-verification-panel__values strong{color:#f8fafc;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.98rem}.exam-verification-panel__values small{color:#bae6fd;font-size:.76rem;line-height:1.35}.exam-verification-panel__actions{justify-items:stretch;gap:.45rem;display:grid}.exam-verification-panel__actions .btn{white-space:nowrap;min-height:40px}#root{flex-direction:column;width:100%;min-height:100dvh;display:flex}.access-gate-shell{background:radial-gradient(circle at 50% 0,#14b8a633,#0000 34rem),linear-gradient(145deg,#020617fa,#0f172af0);place-items:center;min-height:100dvh;padding:clamp(1rem,4vw,2rem);display:grid}.access-gate-card{border:1px solid #7dd3fc38;gap:1rem;width:min(100%,440px);padding:clamp(1.25rem,4vw,1.8rem);display:grid}.access-gate-card h1{margin:0;font-size:clamp(1.7rem,5vw,2.35rem);line-height:1.06}.access-gate-card p{color:#cbd5e1;margin:0}.access-gate-form{gap:.8rem;display:grid}.access-gate-form label{gap:.4rem;display:grid}.access-gate-form label span{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:850}.access-gate-form input{color:#f8fafc;background:#020617b8;border:1px solid #94a3b852;border-radius:8px;outline:none;width:100%;min-height:48px;padding:.7rem .8rem}.access-gate-form input:focus{border-color:#14b8a6d1;box-shadow:0 0 0 3px #14b8a62e}.access-gate-error{background:#7f1d1d47;border:1px solid #fb718557;border-radius:8px;padding:.65rem .75rem;font-size:.9rem;color:#fecdd3!important}.access-logout-button{z-index:1200;color:#e2e8f0;cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#0f172aeb;border:1px solid #94a3b847;border-radius:8px;min-height:40px;padding:.55rem .85rem;font-size:.88rem;font-weight:850;position:fixed;top:.85rem;right:.85rem;box-shadow:0 12px 28px #02061752}.access-logout-button:hover,.access-logout-button:focus-visible{color:#f8fafc;border-color:#7dd3fca6;outline:none;box-shadow:0 0 0 3px #0ea5e929,0 12px 28px #02061752}.glass-panel{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#1e293b99;border:1px solid #ffffff1a}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text-main);font-weight:600}.text-gradient{background:linear-gradient(135deg, var(--color-secondary), var(--color-primary));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-glow);filter:brightness(1.1);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:var(--color-surface);color:var(--color-text-main);border:1px solid var(--color-border)}.btn-secondary:hover{background-color:var(--color-surface-elevated)}.mobile-app-shell{background:var(--color-bg-primary);flex-direction:column;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}.mobile-mode-strip{background:#070b13f5;border-bottom:1px solid #94a3b829;flex:none;grid-template-columns:1fr 1fr;gap:.35rem;padding:.45rem .8rem;display:grid}.mobile-mode-strip button{color:#cbd5e1;cursor:pointer;background:#0f172abd;border:1px solid #94a3b838;border-radius:8px;min-height:40px;font-size:.82rem;font-weight:900}.mobile-mode-strip button.is-active{color:#7dd3fc;background:#14b8a62e;border-color:#14b8a694}.mobile-exam-mode-strip{background:#070b13f5;border-bottom:1px solid #94a3b829;flex:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.45rem .8rem;display:grid}.mobile-exam-mode-strip__modes{grid-template-columns:1fr 1fr;gap:.35rem;display:grid}.mobile-exam-mode-strip button{color:#cbd5e1;cursor:pointer;background:#0f172abd;border:1px solid #94a3b838;border-radius:8px;min-height:38px;font-size:.8rem;font-weight:900}.mobile-exam-mode-strip button.is-active{color:#fde68a;background:#fbbf2426;border-color:#fbbf249e}.mobile-exam-mode-strip strong{color:#f8fafc;white-space:nowrap;font-size:.76rem}.mobile-main-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding-bottom:calc(104px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.mobile-sim-stage{grid-template-rows:minmax(220px,1fr) auto;height:100%;min-height:0;display:grid;overflow:hidden}.mobile-sim-stage--guided{grid-template-rows:minmax(230px,1fr) auto}.mobile-eye-stage{justify-content:center;align-items:center;min-height:240px;padding:clamp(.5rem,2vh,1.25rem) .75rem;display:flex}.mobile-bottom-sheet{padding:.75rem 1rem max(.85rem, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#070b13eb;border-top:1px solid #ffffff14;max-height:min(53dvh,440px);scroll-padding-bottom:1rem;overflow-y:auto;box-shadow:0 -12px 32px #00000047}.mobile-exam-paper-view{background:radial-gradient(circle at 50% 0,#fbbf241a,#0000 34%),#07111f;grid-template-rows:auto minmax(280px,1fr) auto;gap:.75rem;min-height:100%;padding:.85rem;display:grid}.mobile-exam-paper-view__header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;display:grid}.mobile-exam-paper-view__header span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.mobile-exam-paper-view__header h2{color:#f8fafc;margin:.15rem 0 0;font-size:1.08rem;line-height:1.2}.mobile-exam-paper-view__header button,.mobile-exam-paper-view__actions button{color:#f8fafc;cursor:pointer;background:#0f172ac7;border:1px solid #94a3b83d;border-radius:8px;min-height:42px;font-size:.8rem;font-weight:900}.mobile-exam-paper-view__editor{resize:none;color:#172033;background:repeating-linear-gradient(#fffef7 0 31px,#d8eef7 32px),#fffef7;border:1px solid #fbbf2447;border-radius:8px;outline:none;width:100%;min-width:0;min-height:280px;padding:1.15rem .95rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1rem;font-weight:750;line-height:32px;box-shadow:0 18px 44px #0000003d}.mobile-exam-paper-view__actions{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:.55rem;display:grid}.mobile-exam-paper-view__actions button.is-primary{color:#dffcff;background:#14b8a633;border-color:#14b8a694}.mobile-guided-path{grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem;margin:0 0 .65rem;padding:0;list-style:none;display:grid}.mobile-guided-path li{color:#718096;text-transform:uppercase;justify-items:center;gap:.22rem;min-width:0;font-size:.58rem;font-weight:900;display:grid}.mobile-guided-path li span{color:#94a3b8;background:#0f172ad1;border:1px solid #94a3b847;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.72rem;display:inline-flex}.mobile-guided-path li strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mobile-guided-path li.is-current{color:#7dd3fc}.mobile-guided-path li.is-current span{color:#e0ffff;background:#14b8a62e;border-color:#14b8a6b8;box-shadow:0 0 0 4px #14b8a61a}.mobile-guided-path li.is-complete{color:#86efac}.mobile-guided-path li.is-complete span{color:#bbf7d0;border-color:#22c55e8f}.mobile-guided-coach{background:linear-gradient(135deg,#14b8a629,#0f172af5),#0c1725;border:1px solid #14b8a642;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(104px,auto);align-items:stretch;gap:.65rem;margin-bottom:.65rem;padding:.7rem;display:grid;box-shadow:0 10px 24px #00000038}.mobile-guided-coach span,.mobile-guided-lens-row span{color:#7dd3fc;text-transform:uppercase;font-size:.67rem;font-weight:900;display:block}.mobile-guided-coach h2{color:#f8fafc;margin:.15rem 0 0;font-size:.95rem;line-height:1.18}.mobile-guided-coach p{color:#cbd5e1;margin:.35rem 0 0;font-size:.78rem;line-height:1.35}.mobile-guided-primary{color:#dffcff;cursor:pointer;background:#14b8a633;border:1px solid #14b8a685;border-radius:8px;min-height:100%;font-size:.82rem;font-weight:950;line-height:1.15}.mobile-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:.65rem;display:grid}.mobile-status-tile{text-align:center;background:#0f172abd;border:1px solid #ffffff14;border-radius:8px;min-width:0;padding:.55rem .35rem}.mobile-status-tile.is-green{border-color:#34d3994d}.mobile-status-tile span{color:var(--color-text-muted);font-size:.62rem;display:block}.mobile-status-tile strong{color:#f8fafc;margin-top:.15rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.94rem;font-weight:900;line-height:1;display:block}.mobile-status-tile.is-green strong{color:#34d399}.mobile-guided-lens-row{grid-template-columns:44px minmax(0,1fr) 44px 58px;align-items:center;gap:.45rem;margin-bottom:.65rem;display:grid}.mobile-guided-lens-row button,.mobile-guided-fine-row button,.mobile-guided-help{color:#f8fafc;cursor:pointer;background:#0f172abd;border:1px solid #94a3b838;border-radius:8px;min-height:44px;font-weight:900}.mobile-guided-lens-row div{text-align:center;min-width:0}.mobile-guided-lens-row strong{color:#f8fafc;white-space:nowrap;margin-top:.12rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;display:block}.mobile-guided-slider-labels{color:var(--color-text-muted);justify-content:space-between;gap:.65rem;margin-bottom:.35rem;font-size:.78rem;display:flex}.mobile-guided-slider-labels strong{text-align:center;font-weight:900}.mobile-guided-slider{width:100%;height:44px}.mobile-guided-fine-row{grid-template-columns:44px 44px 1fr 44px 44px;align-items:center;gap:.35rem;margin-top:.2rem;display:grid}.mobile-guided-fine-row div{min-width:0;color:var(--color-text-muted);text-align:center;font-size:.75rem}.mobile-guided-sticky-row{z-index:2;background:linear-gradient(#070b1300,#070b13fa 28%);justify-content:space-between;align-items:center;gap:.65rem;margin-top:.7rem;padding-top:.55rem;display:flex;position:sticky;bottom:0}.mobile-guided-mode-switch{grid-template-columns:1fr 1fr;gap:.35rem;min-width:min(220px,78%);display:grid}.mobile-guided-mode-switch button{min-height:40px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #94a3b83d;border-radius:8px;font-size:.8rem;font-weight:900}.mobile-guided-mode-switch button[aria-pressed=true]:first-child{border-color:var(--color-primary);color:var(--color-primary);background:#14b8a633}.mobile-guided-mode-switch button[aria-pressed=true]:last-child{color:#fbbf24;background:#f59e0b2e;border-color:#f59e0b}.mobile-guided-help{border-radius:999px;flex:0 0 40px;width:40px;min-height:40px}.mobile-nav{min-height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(16px);z-index:100;background:#0f172af0;border-top:1px solid #ffffff14;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{min-height:58px}.mobile-nav__button{min-width:0;min-height:58px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-top:3px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:.75rem;font-weight:800;display:flex;position:relative}.mobile-nav__button.is-active{border-top-color:var(--color-secondary);color:var(--color-secondary);background:#14b8a617}.mobile-nav__button-short{opacity:.78;font-size:.7rem;display:block}.mobile-nav__button-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.mobile-nav--exam .mobile-nav__button{font-size:.68rem}.mobile-nav--exam .mobile-nav__button-short{font-size:.64rem}.main-content{flex:1;min-width:0;display:flex;overflow:hidden}.practice-mode-bar{background:#070b13eb;border-bottom:1px solid #ffffff14;flex:none;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.65rem 1rem;display:grid}.practice-mode-bar__modes{background:#0f172acc;border:1px solid #94a3b847;border-radius:8px;padding:.18rem;display:inline-flex}.practice-mode-bar__modes button{color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:38px;padding:.45rem .75rem;font-size:.84rem;font-weight:850}.practice-mode-bar__modes button.is-active{color:#0f172a;background:#f8fafc}.practice-mode-bar__goal{flex-direction:column;gap:.1rem;min-width:0;display:flex}.practice-mode-bar__goal span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.practice-mode-bar__goal strong{color:#f8fafc;overflow-wrap:anywhere;min-width:0;font-size:.95rem;line-height:1.25}.exam-difficulty-bar{background:#070b13f0;border-bottom:1px solid #ffffff14;flex:none;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;padding:.65rem 1rem;display:grid}.exam-difficulty-bar__modes{background:#0f172acc;border:1px solid #94a3b847;border-radius:8px;padding:.18rem;display:inline-flex}.exam-difficulty-bar__modes button{color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:38px;padding:.45rem .75rem;font-size:.84rem;font-weight:850}.exam-difficulty-bar__modes button.is-active{color:#0f172a;background:#f8fafc}.exam-difficulty-bar__goal{flex-direction:column;gap:.1rem;min-width:0;display:flex}.exam-difficulty-bar__goal span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.exam-difficulty-bar__goal strong{color:#f8fafc;overflow-wrap:anywhere;min-width:0;font-size:.95rem;line-height:1.25}.main-content--exam-paper{position:relative}.exam-paper-rail{background:linear-gradient(#0f172af0,#0b1420);border-right:1px solid #94a3b829;flex-direction:column;flex:0 0 90px;justify-content:flex-start;width:90px;min-width:0;padding:34px 12px 14px;display:flex}.exam-paper-panel{z-index:42;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a121ee0;border:1px solid #f8c4313d;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;width:min(430px,100vw - 124px);padding:12px;display:grid;position:absolute;top:18px;bottom:18px;left:104px;box-shadow:0 24px 70px #00000075}.exam-paper-editor{resize:none;border:0}.guided-canvas-prompt{z-index:36;text-align:center;pointer-events:none;background:#070b13db;border:1px solid #14b8a647;border-radius:8px;width:min(92%,520px);padding:.75rem .9rem;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 16px 34px #00000047}.guided-canvas-prompt span,.guided-canvas-prompt strong{display:block}.guided-canvas-prompt span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:900}.guided-canvas-prompt strong{color:#f8fafc;margin-top:.12rem;font-size:.94rem;line-height:1.25}.desktop-side-panel{scrollbar-gutter:stable;flex-direction:column;flex:0 0 clamp(280px,21vw,340px);width:clamp(280px,21vw,340px);min-width:0;padding:clamp(1rem,1.4vw,1.5rem);display:flex;overflow-y:auto}.desktop-side-panel--left{border-right:1px solid var(--color-border)}.desktop-side-panel--right{border-left:1px solid var(--color-border)}.guided-control-panel,.guided-diagnostics-panel{gap:.9rem}.guided-card{background:#0f172aa3;border:1px solid #94a3b833;border-radius:8px;padding:.9rem}.guided-card--primary,.guided-card--action{background:#14b8a617;border-color:#14b8a657}.guided-card--success{background:#10b9811a;border-color:#10b9815c}.guided-card--case{border-color:#5eead452}.guided-card__eyebrow{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;font-weight:900;display:block}.guided-card h3{margin:0;font-size:1rem;line-height:1.25}.guided-card p{color:#cbd5e1;margin:.45rem 0 0;font-size:.86rem;line-height:1.48}.guided-card__header{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.guided-card__header strong{color:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.guided-lens-actions{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.7rem;display:grid}.guided-action{color:#f8fafc;cursor:pointer;background:#0206176b;border:1px solid #94a3b847;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.24rem;min-height:72px;padding:.65rem;display:flex}.guided-action span{font-weight:900;line-height:1.18}.guided-action small{color:#94a3b8;font-weight:800}.guided-action--minus.is-recommended{background:#f8717129;border-color:#f87171c7;box-shadow:0 0 0 2px #f871712e}.guided-action--plus.is-recommended{background:#14b8a629;border-color:#2dd4bfc7;box-shadow:0 0 0 2px #14b8a62e}.guided-wide-button{width:100%;margin-top:.7rem}.guided-microcopy,.guided-formula,.guided-success{color:#94a3b8;margin:.65rem 0 0;font-size:.8rem;line-height:1.4}.guided-success{color:#86efac;font-weight:800}.guided-axis-preview{border:2px solid #94a3b861;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:.55rem auto;display:flex}.guided-axis-preview span{background:var(--color-primary);border-radius:999px;width:4px;height:36px}.guided-small-actions{grid-template-columns:repeat(3,1fr);gap:.4rem;margin-top:.65rem;display:grid}.guided-small-actions .btn{width:100%;min-width:44px;min-height:40px;padding:.42rem .2rem;font-size:.78rem}.is-distance-active{border-color:var(--color-secondary)!important;color:#5eead4!important}.guided-coach-head{gap:.55rem;display:grid}.guided-coach-head span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:900}.guided-coach-head h3{margin:0;font-size:1.25rem}.guided-step-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.guided-step-list li{color:#94a3b8;border:1px solid #94a3b82e;border-radius:8px;grid-template-columns:28px 1fr;align-items:center;gap:.55rem;min-height:38px;padding:.45rem .6rem;font-size:.84rem;font-weight:800;display:grid}.guided-step-list li span{width:24px;height:24px;color:inherit;background:#94a3b81f;border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;display:inline-flex}.guided-step-list li.is-current{color:#fde68a;background:#fbbf241a;border-color:#fbbf248f}.guided-step-list li.is-done{color:#86efac;border-color:#10b98147}.guided-observation-grid{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.guided-observation-grid strong{color:#f8fafc;line-height:1.2;display:block}.guided-result-row{color:#cbd5e1;justify-content:space-between;gap:.8rem;padding:.35rem 0;font-size:.86rem;display:flex}.guided-result-row strong{color:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.guided-result-row--final{color:#86efac;border-top:1px solid #ffffff1f;margin-top:.35rem;padding-top:.65rem;font-weight:900}.guided-details{background:#0f172a73;border:1px solid #94a3b833;border-radius:8px;padding:.85rem}.guided-details summary{cursor:pointer;color:#cbd5e1;font-size:.86rem;font-weight:850}.desktop-sweep-panel{z-index:30;padding:clamp(.95rem,1.5vw,1.5rem);position:absolute;bottom:clamp(.9rem,3vh,2rem);left:clamp(1rem,8vw,10%);right:clamp(1rem,8vw,10%)}.desktop-sweep-panel__labels,.desktop-sweep-panel__keyboard-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.desktop-sweep-panel__labels{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.9rem}.desktop-sweep-panel__status{color:var(--color-text-muted);font-weight:800}.desktop-sweep-panel__status.is-ready{color:var(--color-primary)}.desktop-sweep-panel input[type=range]{width:100%;accent-color:var(--color-primary)}.desktop-sweep-panel input[type=range]:disabled{opacity:.3}.desktop-sweep-panel__keyboard-row{margin-top:.75rem}.desktop-sweep-panel__keyboard-label{color:var(--color-text-muted);font-size:.74rem}.desktop-sweep-panel__keyboard-actions{align-items:center;gap:.35rem;display:flex}.keyboard-toggle{border:1.5px solid var(--color-border);min-height:40px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.45rem .68rem;font-size:.74rem;font-weight:800}.keyboard-toggle.is-active{border-color:var(--toggle-color,var(--color-primary));background:color-mix(in srgb, var(--toggle-color,var(--color-primary)), transparent 82%);color:var(--toggle-color,var(--color-primary))}.keyboard-toggle--beam{--toggle-color:var(--color-primary)}.keyboard-toggle--axis{--toggle-color:#f59e0b}.help-button{border:1.5px solid var(--color-border);color:#fff;cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;min-height:40px;padding:0;font-weight:900;display:inline-flex}.desktop-side-panel button{min-height:40px}.desktop-side-panel button[aria-label^=Zylinderachse\ auf]{border-radius:6px!important;min-height:38px!important;padding-block:.35rem!important}.canvas-start-hint{z-index:35;text-align:center;pointer-events:none;background:#070b13db;border:1px solid #14b8a647;border-radius:8px;width:min(92%,330px);padding:.8rem .95rem;position:absolute;bottom:clamp(.5rem,4vh,2rem);left:50%;transform:translate(-50%);box-shadow:0 14px 36px #00000047}.canvas-start-hint strong,.canvas-start-hint span{display:block}.canvas-start-hint strong{color:#5eead4;font-size:.92rem}.canvas-start-hint span{color:#cbd5e1;margin-top:.18rem;font-size:.78rem}input[type=range]{-webkit-appearance:none;background:0 0;width:100%;min-height:36px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-text-main);cursor:pointer;border-radius:50%;width:24px;height:24px;margin-top:-10px;transition:transform .1s;box-shadow:0 0 10px #00000080}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:var(--color-border);border-radius:2px;width:100%;height:4px}input[type=range]::-moz-range-thumb{background:var(--color-primary);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px;box-shadow:0 0 6px #14b8a680}input[type=range]::-moz-range-track{background:#ffffff1a;border-radius:2px;height:4px}input[type=range]:focus{outline:none}:focus-visible{outline:2.5px solid var(--color-secondary);outline-offset:3px}.skip-link{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;z-index:1000;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:top .25s cubic-bezier(.175,.885,.32,1.275);position:fixed;top:-100px;left:20px}.skip-link:focus{top:20px}.quiz-module-shell{width:min(100%,980px)}.quiz-status-row{gap:.75rem}.quiz-status-row small{align-items:center;min-height:24px;display:inline-flex}.quiz-answer-card{flex-wrap:wrap;min-height:64px;position:relative;box-shadow:inset 0 1px #ffffff09}.quiz-answer-card>span:not(.quiz-answer-badge){overflow-wrap:anywhere;flex:260px;min-width:0}.quiz-answer-card:hover{transform:translateY(-1px)}.quiz-answer-card:has(input:disabled){transform:none}.quiz-answer-badge{color:#e2e8f0;text-align:center;text-transform:uppercase;background:#02061761;border-radius:6px;flex:none;max-width:180px;margin-left:auto;padding:.22rem .5rem;font-size:.68rem;font-weight:850;line-height:1.2}.quiz-inline-feedback{min-height:34px;color:var(--color-text-muted);border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem;font-size:.9rem;font-weight:700}.quiz-inline-feedback .is-correct{color:#5eead4}.quiz-inline-feedback .is-wrong{color:#fca5a5}.quiz-explanation-panel{background:#0ea5e914;border-color:#0ea5e93d;margin:-.6rem 0 2rem;padding:1rem 1.1rem}.quiz-explanation-panel b{color:#7dd3fc;text-transform:uppercase;margin-bottom:.35rem;font-size:.82rem;display:block}.quiz-explanation-panel p{color:#dbeafe;margin:0;line-height:1.55}.quiz-actions-row{gap:1rem}.quiz-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:860px;margin:0 auto;display:grid}.quiz-category-card{border:1px solid color-mix(in srgb, var(--quiz-accent), transparent 68%);border-left:4px solid var(--quiz-accent);background:color-mix(in srgb, var(--quiz-accent), transparent 94%);color:#f8fafc;text-align:left;cursor:pointer;border-radius:8px;flex-direction:column;gap:.75rem;min-height:236px;padding:1.1rem;transition:transform .18s,border-color .18s,background .18s;display:flex}.quiz-category-card:hover:not(:disabled){border-color:color-mix(in srgb, var(--quiz-accent), transparent 34%);background:color-mix(in srgb, var(--quiz-accent), transparent 89%);transform:translateY(-2px)}.quiz-category-card:disabled{cursor:wait}.quiz-category-card__number{border:1px solid color-mix(in srgb, var(--quiz-accent), transparent 40%);background:color-mix(in srgb, var(--quiz-accent), transparent 86%);color:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:inline-flex}.quiz-category-card__meta{color:var(--quiz-accent);text-transform:uppercase;font-size:.78rem;font-weight:900}.quiz-category-card strong{color:#f8fafc;font-size:1.25rem;line-height:1.2;display:block}.quiz-category-card p{color:#a8b3c7;flex:1;margin:0;font-size:.92rem;line-height:1.5}.quiz-category-card__action{border:1px solid color-mix(in srgb, var(--quiz-accent), transparent 45%);background:color-mix(in srgb, var(--quiz-accent), transparent 84%);color:#f8fafc;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:42px;padding:.55rem .75rem;font-weight:900;display:inline-flex}.quiz-focus-list{margin-bottom:2rem}.quiz-focus-list h3{margin-bottom:.85rem;font-size:1.15rem;font-weight:850}.quiz-focus-item{border-top:1px solid #ffffff14;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:.75rem;padding:.85rem 0;display:grid}.quiz-focus-item span{color:#fcd34d;background:#f59e0b24;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;display:inline-flex}.quiz-focus-item p{color:#cbd5e1;margin:0;line-height:1.45}.quiz-review-card{scroll-margin-top:1rem}.platform-shell{min-height:100dvh;color:var(--color-text-main);background:linear-gradient(#020617fa,#0b1121fa 52%,#0f172afa),#070b13;overflow-x:hidden}.platform-topbar{z-index:60;-webkit-backdrop-filter:blur(16px);background:#070b13eb;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;min-height:72px;padding:.9rem clamp(1rem,4vw,3.5rem);display:flex;position:sticky;top:0}.platform-brand{color:#f8fafc;cursor:pointer;min-width:0;min-height:44px;font:inherit;background:0 0;border:0;align-items:center;gap:.5rem;padding:.25rem 0;font-size:1.02rem;font-weight:800;text-decoration:none;display:inline-flex}.platform-brand span,.platform-brand strong{white-space:nowrap}.platform-brand__copy{gap:.08rem;line-height:1.05;display:grid}.platform-brand__copy>span{align-items:baseline;gap:0;display:inline-flex}.platform-brand__copy small{color:#94a3b8;white-space:nowrap;font-size:.76rem;font-weight:600}.platform-brand svg{color:#14b8a6}.platform-brand strong{color:#fbbf24}.platform-nav{align-items:center;gap:.55rem;margin-right:auto;display:flex}.platform-nav a{color:#cbd5e1;border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:.45rem .75rem;font-size:.9rem;font-weight:800;text-decoration:none;display:inline-flex}.platform-nav a:hover{color:#f8fafc;background:#94a3b81f}.platform-nav a.is-active{color:#5eead4;background:#14b8a621}.platform-switches,.platform-hero__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.segmented-control{background:#0f172abd;border:1px solid #94a3b847;border-radius:8px;padding:.2rem;display:inline-flex}.segmented-control button{color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:36px;padding:.42rem .72rem;font-weight:700}.segmented-control button.is-active{color:#0f172a;background:#f8fafc}.platform-main{width:min(100%,1480px);margin:0 auto;padding:clamp(.95rem,2.4vw,1.6rem)}.platform-hero{grid-template-columns:minmax(0,.88fr) minmax(340px,1.12fr);align-items:center;gap:clamp(1.25rem,3vw,3rem);min-height:min(620px,100dvh - 180px);padding:clamp(.8rem,2.4vw,1.6rem) 0 clamp(1.1rem,2.5vw,1.8rem);display:grid}.platform-hero__copy{max-width:720px}.release-kicker{color:#fde68a;text-transform:uppercase;letter-spacing:.04em;background:#fbbf2417;border:1px solid #fbbf2452;border-radius:6px;align-items:center;min-height:28px;padding:.22rem .6rem;font-size:.76rem;font-weight:800;display:inline-flex}.platform-hero h1,.release-hub h1{letter-spacing:0;max-width:900px;margin:.85rem 0 0;font-size:clamp(3.1rem,5vw,4.15rem);font-weight:850;line-height:1.02}.platform-hero p,.platform-section p,.release-section p,.release-hub__topbar p{color:#cbd5e1;line-height:1.65}.platform-hero__copy>p{max-width:680px;margin:.95rem 0 0;font-size:1.03rem}.platform-hero__actions{margin-top:1.25rem}.platform-hero__actions a{text-decoration:none}.platform-text-link{color:#94a3b8;align-items:center;min-height:44px;font-weight:800;text-decoration:none;display:inline-flex}.platform-text-link:hover{color:#f8fafc}.platform-hero--skiaskopie{grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr);align-items:center;gap:clamp(1.25rem,4vw,4rem);min-height:min(560px,100dvh - 160px)}.platform-hero--skiaskopie .platform-hero__copy{max-width:660px}.hero-eye-visual{aspect-ratio:690/375;background:0 0;border-radius:0;margin:0;position:relative;overflow:visible}.hero-eye-visual:before{content:"";z-index:-1;filter:blur(28px);background:radial-gradient(#14b8a629,#0000 64%),radial-gradient(#020617c7,#0000 72%);border-radius:999px;position:absolute;inset:8% 7%}.hero-eye-visual img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;-webkit-mask-image:radial-gradient(48% 46% at 50% 52%,#000 58%,#000000c7 70%,#00000047 84%,#0000 100%);mask-image:radial-gradient(48% 46% at 50% 52%,#000 58%,#000000c7 70%,#00000047 84%,#0000 100%)}.hero-quickstart-copy{max-width:660px;margin-top:1.2rem}.hero-quickstart-copy span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900;display:block}.hero-quickstart-copy p{color:#a8b3c7!important;margin-top:.3rem!important;font-size:.9rem!important}.hero-module-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;width:min(100%,700px);margin-top:.8rem;display:grid}.hero-module-link{border:1px solid color-mix(in srgb, var(--module-accent), transparent 56%);border-left:4px solid var(--module-accent);background:color-mix(in srgb, var(--module-accent), transparent 92%);color:#f8fafc;border-radius:8px;flex-direction:column;justify-content:space-between;gap:.45rem;min-height:82px;padding:.8rem .9rem;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:flex}.hero-module-link:hover{border-color:color-mix(in srgb, var(--module-accent), transparent 28%);background:color-mix(in srgb, var(--module-accent), transparent 86%);transform:translateY(-2px)}.hero-module-link span{color:#f8fafc;font-size:.95rem;font-weight:850;line-height:1.2}.hero-module-link small{color:var(--module-accent);font-size:.78rem;font-weight:850;line-height:1.2}.platform-disclaimer{max-width:680px;color:#fcd34d!important;margin-top:.95rem!important;font-size:.84rem!important;line-height:1.5!important}.clinical-instrument{justify-content:center;align-items:center;min-height:clamp(320px,38vw,460px);display:flex;position:relative}.clinical-instrument__screen{background:linear-gradient(145deg,#0f172aeb,#020617f5);border:1px solid #94a3b838;border-radius:8px;width:min(100%,920px);overflow:hidden;box-shadow:0 28px 80px #00000057}.clinical-instrument svg{width:100%;height:auto;display:block}.preview-schematic-eye{filter:drop-shadow(0 18px 30px #02061761)}.preview-schematic-reflex{mix-blend-mode:screen;transform-box:fill-box;transform-origin:50%;will-change:transform;animation:3.2s ease-in-out infinite alternate previewSchematicReflex}.preview-cover-left-eye{animation:6.2s ease-in-out infinite previewLeftCoverResponse}.preview-cover-right-eye{animation:6.2s ease-in-out infinite previewRightCoverResponse}.preview-occluder{animation:6.2s ease-in-out infinite previewAlternatingCover}@keyframes previewSchematicReflex{0%{transform:translate(-13px)}46%{transform:translate(-1px)}to{transform:translate(13px)}}@keyframes previewAlternatingCover{0%,18%{opacity:1;transform:translate(0)}31%{opacity:1;transform:translate(66px,56px)}44%,62%{opacity:1;transform:translate(132px)}76%{opacity:1;transform:translate(66px,56px)}88%,to{opacity:1;transform:translate(0)}}@keyframes previewLeftCoverResponse{0%,18%{transform:translate(-10px)}31%{transform:translate(-4px)}44%,76%{transform:translate(0)}88%{transform:translate(-5px)}to{transform:translate(-10px)}}@keyframes previewRightCoverResponse{0%,31%{transform:translate(0)}44%,62%{transform:translate(10px)}76%{transform:translate(4px)}88%,to{transform:translate(0)}}.platform-section,.platform-release-strip,.release-section{border-top:1px solid #ffffff14;padding:clamp(1.35rem,3vw,2.5rem) 0}.platform-section--modules,.platform-section--gateways,.platform-section--secondary-field,.hub-module-section,.hub-secondary-section{scroll-margin-top:88px}.platform-section--controls{grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);align-items:stretch;gap:1rem;display:grid}.platform-section h2,.platform-release-strip h2,.release-section h2{margin:.65rem 0 0;font-size:2.25rem;line-height:1.14}.platform-section__heading,.release-section__heading{max-width:780px;margin-bottom:1.2rem}.gateway-grid,.hub-module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.gateway-card,.hub-module-card{border:1px solid color-mix(in srgb, var(--module-accent), transparent 58%);background:linear-gradient(180deg, color-mix(in srgb, var(--module-accent), transparent 92%), #0f172aa3), #0f172ab8;color:#f8fafc;border-radius:8px;flex-direction:column;justify-content:space-between;gap:.85rem;min-height:196px;padding:1.05rem;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:flex;position:relative}.hub-module-card--featured{border-color:color-mix(in srgb, var(--module-accent), transparent 30%);background:linear-gradient(135deg, color-mix(in srgb, var(--module-accent), transparent 82%), #0f172ab8), #0f172ac7;box-shadow:0 18px 42px #14b8a624}.hub-module-card em{border:1px solid color-mix(in srgb, var(--module-accent), transparent 45%);background:color-mix(in srgb, var(--module-accent), transparent 86%);color:#dffcff;letter-spacing:.03em;text-transform:uppercase;border-radius:6px;align-items:center;width:fit-content;min-height:26px;padding:.18rem .52rem;font-size:.74rem;font-style:normal;font-weight:900;display:inline-flex}.gateway-card:hover,.hub-module-card:hover,.secondary-field-link:hover,.hub-secondary-link:hover{border-color:color-mix(in srgb, var(--module-accent), transparent 28%);transform:translateY(-2px)}.gateway-card__icon,.hub-hero__icon{border:1px solid color-mix(in srgb, var(--module-accent), transparent 52%);background:color-mix(in srgb, var(--module-accent), transparent 88%);width:46px;height:46px;color:var(--module-accent);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.gateway-card strong{color:#f8fafc;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.05;display:block}.gateway-card p,.hub-module-card strong,.platform-section--secondary-field p,.hub-secondary-section p{color:#a8b3c7;margin:0;line-height:1.55}.gateway-card small,.hub-module-card small{color:var(--module-accent);align-items:center;gap:.35rem;font-weight:850;display:inline-flex}.hub-video-section{gap:1rem;display:grid}.lite-youtube-card{background:#0f172aad;border:1px solid #94a3b833;border-radius:8px;width:min(100%,820px);overflow:hidden}.lite-youtube-placeholder,.lite-youtube-frame{aspect-ratio:16/9;border:0;width:100%}.lite-youtube-placeholder{isolation:isolate;color:var(--color-text-main);text-align:center;cursor:pointer;background:radial-gradient(circle at 50% 42%,#14b8a62e,#0000 36%),linear-gradient(135deg,#0ea5e924,#0f172af5);align-content:center;place-items:center;gap:.7rem;padding:1rem;display:grid;position:relative;overflow:hidden}.lite-youtube-poster{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.lite-youtube-placeholder:after{content:"";z-index:-1;background:linear-gradient(#02061729,#020617b8),radial-gradient(circle at 50% 42%,#14b8a63d,#0000 38%);position:absolute;inset:0}.lite-youtube-play{background:#14b8a633;border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;box-shadow:0 0 0 1px #5eead466}.lite-youtube-play:before{content:"";border-top:13px solid #0000;border-bottom:13px solid #0000;border-left:20px solid #f8fafc;width:0;height:0;margin-left:5px;display:block}.lite-youtube-placeholder strong{text-shadow:0 2px 16px #020617e6;font-size:1.05rem}.lite-youtube-placeholder small{color:#e2e8f0;text-shadow:0 2px 14px #020617f2;max-width:52ch;line-height:1.45}.lite-youtube-placeholder:hover{background:radial-gradient(circle at 50% 42%,#14b8a63d,#0000 38%),linear-gradient(135deg,#0ea5e933,#0f172af5)}.platform-section--secondary-field,.hub-secondary-section{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1rem;display:grid}.platform-section--secondary-field h2,.hub-secondary-section h2{margin:.55rem 0 0;font-size:clamp(1.35rem,2.1vw,1.85rem)}.secondary-field-link,.hub-secondary-link{border:1px solid color-mix(in srgb, var(--module-accent), transparent 60%);background:color-mix(in srgb, var(--module-accent), transparent 91%);color:#f8fafc;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:48px;padding:.75rem .9rem;font-weight:850;text-decoration:none;transition:transform .18s,border-color .18s;display:inline-flex}.platform-metrics--compact{padding:.2rem 0 1.7rem}.platform-release-strip p svg{vertical-align:-.18em;color:#5eead4;margin-right:.35rem}.hub-page-main{padding-top:clamp(1rem,2.6vw,2rem)}.hub-hero{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:clamp(1rem,3vw,2rem);padding:clamp(.85rem,2.2vw,1.55rem) 0 clamp(1rem,2.4vw,1.7rem);display:grid}.hub-hero h1{color:#f8fafc;letter-spacing:0;max-width:780px;margin:.85rem 0 0;font-size:clamp(2.35rem,4.3vw,3.65rem);line-height:1.04}.hub-hero p{color:#cbd5e1;max-width:720px;margin-top:.9rem;font-size:1.03rem;line-height:1.62}.hub-module-section{border-top:1px solid #ffffff14;padding:clamp(1.35rem,3vw,2.5rem) 0}.hub-module-section--compact{padding-top:clamp(1.05rem,2.2vw,1.55rem);padding-bottom:clamp(1rem,2vw,1.4rem)}.hub-module-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.hub-module-grid--single{grid-template-columns:minmax(0,760px)}.hub-module-grid--single .hub-module-card{min-height:154px}.hub-video-section--compact{max-width:820px;padding-top:clamp(.65rem,1.6vw,1.1rem)}.hub-video-section--compact .platform-section__heading{margin-bottom:.85rem}.hub-video-section--compact .lite-youtube-card{width:100%}@media (width>=900px){.hub-module-card--featured{grid-column:span 2}}.hub-module-card span{color:var(--module-accent);letter-spacing:.03em;text-transform:uppercase;font-size:.82rem;font-weight:900}.level-grid,.glossary-grid,.module-grid,.pathway-grid,.hosting-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem;display:grid}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.level-card,.glossary-card,.module-card,.pathway-card,.hosting-card,.platform-metrics article,.release-hub__summary article,.source-row{background:#0f172aa3;border:1px solid #94a3b833;border-radius:8px}.level-card,.module-card{text-align:left;color:#f8fafc;cursor:pointer;min-height:170px;padding:1rem;transition:transform .18s,border-color .18s,background .18s}.glossary-card{min-height:132px;padding:1rem}.glossary-card strong{color:#f8fafc;font-size:1.05rem;line-height:1.25;display:block}.glossary-card p{color:#a8b3c7;margin-top:.55rem;font-size:.93rem}.level-card:hover,.module-card:hover,.source-row:hover{border-color:#f8fafc61;transform:translateY(-2px)}.level-card.is-active{background:#fbbf241a;border-color:#fbbf24}.level-card span,.module-card span{color:#fde68a;border:1px solid #fbbf2470;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:.9rem;font-weight:800;display:inline-flex}.module-card span{border-color:color-mix(in srgb, var(--module-accent), transparent 42%);background:color-mix(in srgb, var(--module-accent), transparent 88%)}.level-card strong,.module-card strong,.hosting-card strong{color:#f8fafc;overflow-wrap:anywhere;font-size:1.05rem;line-height:1.25;display:block}.level-card small,.module-card small,.hosting-card small{color:#94a3b8;margin-top:.7rem;line-height:1.45;display:block}.module-card{border-color:color-mix(in srgb, var(--module-accent), transparent 64%);text-decoration:none;display:block}.module-card p{color:#a8b3c7;margin:.55rem 0 0;font-size:.93rem}.module-card small{color:var(--module-accent);font-weight:800}.platform-metrics,.release-hub__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;padding:1.2rem 0 2.2rem;display:grid}.platform-metrics article,.release-hub__summary article{padding:1rem}.platform-metrics strong,.release-hub__summary strong{color:#f8fafc;font-size:1.6rem;line-height:1;display:block}.platform-metrics span,.release-hub__summary span,.pathway-card span{color:#fbbf24;text-transform:uppercase;letter-spacing:.04em;margin-top:.45rem;font-size:.78rem;font-weight:800;display:block}.platform-metrics p,.release-hub__summary p{color:#a8b3c7;margin-top:.45rem;font-size:.9rem}.platform-release-strip{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.platform-release-strip p{color:#cbd5e1;margin:.45rem 0 0}.platform-release-strip--fineprint{border-top-color:#94a3b829;align-items:end;margin-top:.3rem;padding:1rem 0 .8rem}.platform-release-strip.platform-release-strip--fineprint h2{margin-top:.35rem;font-size:1.15rem;line-height:1.25}.platform-release-strip.platform-release-strip--fineprint p{color:#94a3b8;margin-top:.24rem;font-size:.82rem;line-height:1.45}.refraction-calculator-shell{width:min(100%,1050px);overflow-x:clip}.refraction-calculator-shell button,.refraction-calculator-shell select,.refraction-calculator-shell a.btn{min-height:44px}.refraction-calculator-shell button{min-width:44px}.refraction-calculator-shell .btn{white-space:normal;justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.refraction-calculator-shell input[type=range]{width:100%;min-width:0}.refraction-calculator-shell svg{max-width:100%}.refcalc-shell{color:#f8fafc;min-height:100vh;margin:0 auto;padding:clamp(1rem,2.4vw,2rem)}.refcalc-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.refcalc-header__title{align-items:center;gap:.5rem;min-width:0;font-size:clamp(1rem,2vw,1.25rem);font-weight:850;display:inline-flex}.refcalc-header__title span{color:#c084fc;letter-spacing:.06em;text-transform:uppercase;font-size:.75rem}.refcalc-header__title strong{color:#5eead4}.refcalc-safety-note{color:#fde68a;background:#fbbf2414;border:1px solid #fbbf2442;border-left:4px solid #fbbf24;border-radius:8px;gap:.35rem;margin:0 0 1rem;padding:.8rem .95rem;font-size:.84rem;line-height:1.45;display:grid}.refcalc-safety-note span{color:#cbd5e1}.refcalc-section{gap:1rem;margin-top:1.1rem;display:grid}.refcalc-section__heading{gap:.45rem;max-width:860px;display:grid}.refcalc-section__heading h1,.refcalc-section__heading h2{letter-spacing:0;margin:0;font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.12}.refcalc-section__heading p{color:#cbd5e1;margin:0;line-height:1.5}.refcalc-grid{gap:1rem;display:grid}.refcalc-grid--assistant{grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);align-items:start}.refcalc-input-panel,.refcalc-result-panel{border-radius:8px;padding:clamp(1rem,2.4vw,1.35rem)}.refcalc-input-panel{background:#1914236b;gap:1rem;display:grid}.refcalc-field-grid,.refcalc-meridian-grid{gap:.8rem;display:grid}.refcalc-meridian-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.refcalc-meridian-card{background:#02061742;border:1px solid #94a3b82e;border-radius:8px;gap:.72rem;padding:.85rem;display:grid}.refcalc-meridian-card strong{color:#5eead4;font-size:1rem}.refcalc-distance-buttons,.refcalc-example-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.refcalc-distance-buttons .btn,.refcalc-example-row .btn{min-height:38px;padding:.42rem .5rem;font-size:.82rem}.refcalc-result-panel{background:#0f172a99;border-left:4px solid #c084fc;gap:.9rem;display:grid}.refcalc-result-panel__status{color:#cbd5e1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.refcalc-result-panel__status span{background:#0206175c;border-radius:6px;align-items:center;min-height:28px;padding:.18rem .55rem;display:inline-flex}.refcalc-result-panel__status .is-ok{color:#86efac}.refcalc-result-panel__status .is-warning{color:#fbbf24}.refcalc-formula{color:#cbd5e1;gap:.45rem;font-size:.9rem;line-height:1.48;display:grid}.refcalc-formula p{margin:0}.refcalc-formula strong{color:#f8fafc}.refcalc-prescription-card{background:#14b8a61c;border:1px solid #5eead447;border-radius:8px;gap:.3rem;padding:.85rem 1rem;display:grid}.refcalc-prescription-card span{color:#5eead4;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:900}.refcalc-prescription-card strong{color:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(1.05rem,2vw,1.35rem)}.refcalc-prescription-card.is-plus{background:#fbbf241a;border-color:#fbbf244d}.refcalc-prescription-card.is-plus span{color:#fde68a}.refcalc-plus-panel{color:#cbd5e1;gap:.65rem;font-size:.88rem;line-height:1.48;display:grid}.refcalc-plus-panel p{margin:0}.refcalc-toggle-button{justify-self:start}.refcalc-learning-path{color:#d1fae5;background:linear-gradient(135deg,#22c55e26,#0f172a94),#0f172aa3;border:1px solid #22c55e57;border-left:4px solid #22c55e;border-radius:8px;gap:.5rem;padding:.9rem 1rem;font-size:.9rem;line-height:1.5;display:grid}.refcalc-learning-path>span{color:#86efac;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:900}.refcalc-learning-path p{margin:0}.refcalc-learning-path strong{color:#f8fafc}.refcalc-schema-action-bar{justify-content:flex-start;align-items:center;margin-bottom:.25rem;display:flex}.refcalc-practice-section{max-width:1180px}.refcalc-practice-case-card{background:#0f172a94;border-left:4px solid #22c55e;gap:1rem;padding:clamp(1rem,2.4vw,1.35rem);display:grid}.refcalc-practice-case-card h2{color:#f8fafc;margin:.25rem 0 0;font-size:clamp(1.15rem,2.2vw,1.45rem);line-height:1.2}.refcalc-practice-values{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.refcalc-practice-values div{background:#02061757;border:1px solid #94a3b82e;border-radius:8px;gap:.25rem;min-width:0;padding:.75rem;display:grid}.refcalc-practice-values span{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:850}.refcalc-practice-values strong{color:#f8fafc;font-size:.95rem;line-height:1.25}.refcalc-practice-grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:1rem;display:grid}.refcalc-practice-panel{background:#0f172a94;border-radius:8px;gap:1rem;padding:clamp(1rem,2.4vw,1.35rem);display:grid}.refcalc-practice-panel__heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.refcalc-practice-panel__heading h3{color:#f8fafc;margin:.25rem 0 0;font-size:1.05rem}.refcalc-practice-muted,.refcalc-practice-hint{color:#cbd5e1;margin:0;font-size:.88rem;line-height:1.5}.refcalc-practice-textarea{resize:vertical;color:#d1fae5;width:100%;min-height:390px;font:inherit;background:#22c55e14;border:1px solid #22c55e52;border-radius:8px;padding:1rem;font-size:.96rem;line-height:1.62}.refcalc-practice-textarea:focus{outline-offset:2px;border-color:#22c55e94;outline:2px solid #22d3ee8c}.refcalc-answer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.refcalc-feedback{border-radius:8px;padding:.8rem .9rem;font-size:.88rem;line-height:1.45}.refcalc-feedback.is-correct{color:#bbf7d0;background:#22c55e1f;border:1px solid #22c55e59}.refcalc-feedback.is-wrong{color:#fde68a;background:#fbbf241a;border:1px solid #fbbf2461}.refcalc-practice-hint{background:#0ea5e914;border:1px solid #0ea5e93d;border-radius:8px;padding:.8rem .9rem}.refcalc-schema-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.refcalc-schema-grid--basic{grid-template-columns:repeat(3,minmax(0,1fr))}.refcalc-schema-card{background:#0f172a85;border:1px solid #94a3b82e;border-radius:8px;gap:.65rem;padding:.95rem;display:grid}.refcalc-schema-card h3{margin:0;font-size:1rem}.refcalc-schema-card__figure{background:#02061752;border-radius:8px;justify-content:center;align-items:center;min-height:128px;display:flex}.refcalc-schema-card svg{width:100%;max-width:260px}.refcalc-schema-card p{color:#cbd5e1;margin:0;font-size:.82rem;line-height:1.45}.refcalc-astig-compare{background:linear-gradient(135deg,#14b8a614,#0f172a9e),#0f172a80;border:1px solid #5eead438;border-radius:8px;gap:1rem;padding:clamp(1rem,2.6vw,1.35rem);display:grid}.refcalc-astig-compare__heading{gap:.42rem;max-width:920px;display:grid}.refcalc-astig-compare__heading h3{color:#f8fafc;margin:0;font-size:clamp(1.18rem,2.3vw,1.55rem);line-height:1.18}.refcalc-astig-compare__heading p,.refcalc-astig-model p{color:#cbd5e1;margin:0;line-height:1.5}.refcalc-astig-compare__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.refcalc-astig-model{background:#02061759;border:1px solid #94a3b82e;border-radius:8px;gap:.75rem;padding:.95rem;display:grid;position:relative;overflow:hidden}.refcalc-astig-model__ribbon{color:#f8fafc;letter-spacing:0;background:linear-gradient(135deg,#0f766e,#22d3ee);border-radius:0 0 12px;align-items:center;width:fit-content;min-height:34px;padding:.32rem .9rem .32rem .65rem;font-size:.96rem;font-weight:900;display:inline-flex}.refcalc-astig-model svg{background:#f8fafc09;border-radius:8px;width:100%;min-height:230px}.refcalc-astig-model p{font-size:.84rem}.learning-module-shell{background:radial-gradient(circle at top left, #14b8a629, transparent 34rem), radial-gradient(circle at top right, #fbbf241f, transparent 30rem), var(--color-bg-primary);color:#f8fafc;min-height:100vh}.learning-module__topbar{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070b13eb;border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem clamp(1rem,3vw,2rem);display:flex;position:sticky;top:0}.learning-module__topbar span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.learning-module{width:min(100% - 2rem,1120px);margin:0 auto;padding:clamp(1rem,3vw,2.4rem) 0 3rem}.learning-hero{padding:clamp(1.2rem,4vw,3rem) 0 clamp(1rem,2.5vw,2rem)}.learning-hero__eyebrow,.learning-kicker{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900;display:inline-flex}.learning-hero--teal .learning-hero__eyebrow{color:#5eead4}.learning-hero h1{letter-spacing:0;max-width:920px;margin:.75rem 0 0;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02}.learning-hero p{color:#cbd5e1;max-width:780px;margin:1rem 0 0;font-size:1.06rem;line-height:1.65}.learning-flow,.learning-grid{gap:.9rem;display:grid}.learning-flow{grid-template-columns:repeat(4,minmax(0,1fr));margin:.4rem 0 1.3rem}.learning-flow__step,.learning-card,.learning-mini-card{background:#0f172aa8;border:1px solid #94a3b833;border-radius:8px}.learning-flow__step{min-height:164px;padding:1rem}.learning-flow__step span{color:#5eead4;text-transform:uppercase;letter-spacing:.04em;font-size:.76rem;font-weight:900}.learning-flow__step strong{color:#f8fafc;margin-top:.55rem;font-size:1rem;line-height:1.25;display:block}.learning-flow__step p,.learning-card p,.learning-mini-card p{color:#a8b3c7;margin:.55rem 0 0;line-height:1.6}.learning-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.9rem}.learning-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.learning-card{padding:clamp(1rem,2vw,1.25rem)}.learning-card--wide,.learning-section-block{margin-top:.9rem}.learning-card--wide{display:block}.learning-card--accent{background:linear-gradient(145deg,#fbbf241f,#0f172aad);border-color:#fbbf2452}.learning-card--teal{background:linear-gradient(145deg,#2dd4bf1f,#0f172aad);border-color:#2dd4bf52}.learning-card h2,.learning-section-block h2{color:#f8fafc;margin:.45rem 0 0;font-size:1.3rem;line-height:1.2}.learning-mini-card{padding:1rem}.learning-mini-card strong{color:#f8fafc;font-size:1rem;line-height:1.25;display:block}.learning-checklist,.question-list{gap:.6rem;margin:.9rem 0 0;padding:0;list-style:none;display:grid}.learning-checklist li,.question-list li{color:#cbd5e1;padding-left:1.4rem;line-height:1.55;position:relative}.learning-checklist li:before,.question-list li:before{color:#5eead4;content:"✓";font-weight:900;position:absolute;top:.15rem;left:0}.learning-checklist--warning li:before{color:#fbbf24;content:"!"}.question-list li{color:#f8fafc;font-weight:750}.learning-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.3rem;display:flex}.learning-actions a{text-decoration:none}.refraction-emulator-shell{color:#f8fafc;background:linear-gradient(135deg,#08111dfa,#0f172af5 52%,#0c1a25fa),#08111d;min-height:100vh;padding:clamp(1rem,2.6vw,2.1rem)}.refraction-emulator{gap:1rem;width:min(100%,1280px);margin:0 auto;display:grid}.refraction-emulator__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.refraction-emulator__header>div{text-align:right}.refraction-emulator__header p,.refraction-control-label,.refraction-readout span{color:var(--refraction-accent);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.refraction-emulator__header h1{margin-top:.12rem;font-size:clamp(1.8rem,3.2vw,3.1rem);line-height:1.04}.refraction-back-button{color:#f8fafc;cursor:pointer;background:#0f172ac2;border:1px solid #94a3b842;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.7rem .95rem;font-size:.94rem;font-weight:800;transition:border-color .16s,background .16s,transform .16s;display:inline-flex}.refraction-back-button:hover{border-color:color-mix(in srgb, var(--refraction-accent) 68%, white 0%);background:#0f172af5;transform:translateY(-1px)}.refraction-emulator__layout{grid-template-columns:minmax(0,1.45fr) minmax(292px,.55fr);align-items:start;gap:1rem;display:grid}.refraction-emulator__visual,.refraction-emulator__controls,.refraction-readout{background:#0f172ab8;border:1px solid #94a3b82e;border-radius:8px;box-shadow:0 24px 56px #02061747}.refraction-emulator__visual{min-width:0;padding:clamp(.65rem,1.8vw,1rem)}.refraction-eye{aspect-ratio:900/460;width:100%;height:auto;display:block}.refraction-eye__field{fill:#07111e;stroke:#94a3b833;stroke-width:1.5px}.refraction-eye__photo{opacity:.96;filter:saturate(.96)contrast(1.06)brightness(.9)}.refraction-eye__axis{stroke:#0f172a66;stroke-dasharray:10 10;stroke-width:2px}.refraction-eye__axis-label,.refraction-eye__label,.refraction-eye__focus-label{fill:#1e293b;paint-order:stroke;stroke:#f8fafccc;stroke-width:5px;font-size:17px;font-weight:800}.refraction-eye__axis-label{fill:#1f2937;paint-order:stroke;stroke:#f8fafcd1;stroke-width:4px;font-size:15px}.refraction-eye__retina-plane{stroke:#fb71856b;stroke-dasharray:8 8;stroke-width:2px}.refraction-eye__macula{fill:color-mix(in srgb, var(--refraction-accent) 72%, white 0%);stroke:#ffffffeb;stroke-width:2px}.refraction-eye__beam-area,.refraction-eye__beam-after-focus,.refraction-eye__beam-extension-area{fill:url(#beam-fill);stroke:none}.refraction-eye__beam-area{opacity:1}.refraction-eye__beam-after-focus{opacity:.64}.refraction-eye__beam-extension-area{opacity:.22}.refraction-eye__beam-edge,.refraction-eye__beam-center,.refraction-eye__ray-extension{fill:none;stroke:var(--refraction-accent);stroke-linecap:round;stroke-linejoin:round}.refraction-eye__beam-edge{opacity:.88;stroke-width:3.4px}.refraction-eye__beam-center{opacity:.68;stroke-width:2.6px;filter:drop-shadow(0 0 10px color-mix(in srgb, var(--refraction-accent) 52%, transparent))}.refraction-eye__ray-extension{opacity:.74;stroke-dasharray:10 12;stroke-width:5px}.refraction-eye__focus line{stroke:var(--refraction-accent);stroke-dasharray:6 8;stroke-linecap:round;stroke-width:2.5px}.refraction-eye__focus circle{fill:var(--refraction-accent);stroke:#ffffffe6;stroke-width:2px}.refraction-eye__focus-label{fill:var(--refraction-accent);paint-order:stroke;stroke:#07111e;stroke-width:5px}.refraction-eye__blur line{stroke:#fb7185;stroke-linecap:round;stroke-width:6px}.refraction-eye__blur circle{fill:#fb718524;stroke:#fb7185b8;stroke-width:3px}.refraction-emulator__controls{align-content:start;gap:1rem;padding:clamp(.85rem,2vw,1.1rem);display:grid}.refraction-control-block{gap:.65rem;display:grid}.refraction-mode-tabs{grid-template-columns:1fr;gap:.55rem;display:grid}.refraction-mode-tabs button{color:#cbd5e1;text-align:left;cursor:pointer;background:#0206174d;border:1px solid #94a3b833;border-radius:8px;gap:.15rem;width:100%;min-height:66px;padding:.75rem;transition:border-color .16s,background .16s,transform .16s;display:grid}.refraction-mode-tabs button:hover{background:#0f172aeb;border-color:#cbd5e16b;transform:translateY(-1px)}.refraction-mode-tabs button.is-active{border-color:var(--refraction-accent);background:color-mix(in srgb, var(--refraction-accent) 15%, #0f172ad1);color:#f8fafc}.refraction-mode-tabs strong,.refraction-mode-tabs span{overflow-wrap:anywhere;min-width:0}.refraction-mode-tabs strong{font-size:.98rem;line-height:1.15}.refraction-mode-tabs span{color:#94a3b8;font-size:.78rem;font-weight:800}.refraction-control-block input[type=range]{width:100%;accent-color:var(--refraction-accent);cursor:pointer}.refraction-slider-scale{color:#94a3b8;justify-content:space-between;gap:.5rem;font-size:.76rem;font-weight:800;display:flex}.refraction-nudge-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.refraction-nudge-buttons button{color:#f8fafc;cursor:pointer;background:#02061747;border:1px solid #94a3b833;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:42px;padding:.56rem .7rem;font-size:.86rem;font-weight:850;transition:border-color .16s,background .16s;display:inline-flex}.refraction-nudge-buttons button:hover{border-color:var(--refraction-accent);background:color-mix(in srgb, var(--refraction-accent) 13%, #0206177a)}.refraction-readout{border-color:color-mix(in srgb, var(--refraction-accent) 34%, #94a3b829);background:linear-gradient(135deg, color-mix(in srgb, var(--refraction-accent) 13%, transparent), #0f172ab3), #0f172ac7;box-shadow:none;gap:.65rem;padding:.9rem;display:grid}.refraction-readout h2{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.18}.refraction-readout p{color:#cbd5e1;line-height:1.58}.refraction-readout dl{gap:.55rem;display:grid}.refraction-readout dl div{border-top:1px solid #94a3b829;min-width:0;padding-top:.55rem}.refraction-readout dt{color:#94a3b8;text-transform:uppercase;font-size:.75rem;font-weight:850}.refraction-readout dd{color:#f8fafc;overflow-wrap:anywhere;margin-top:.12rem;line-height:1.45}@media (width<=980px){.refraction-emulator__layout{grid-template-columns:1fr}.refraction-emulator__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.refraction-readout{grid-column:1/-1}}@media (width<=700px){.refraction-emulator-shell{padding:.85rem}.refraction-emulator__header{flex-direction:column-reverse;align-items:stretch}.refraction-emulator__header>div{text-align:left}.refraction-back-button{width:100%}.refraction-emulator__controls{grid-template-columns:1fr}.refraction-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.refraction-mode-tabs button{min-height:74px;padding:.65rem .55rem}.refraction-mode-tabs strong{font-size:.85rem}.refraction-mode-tabs span{font-size:.68rem}.refraction-eye__axis-label,.refraction-eye__label{font-size:18px}.refraction-eye__focus-label{font-size:16px}}@media (width<=430px){.refraction-mode-tabs{grid-template-columns:1fr}.refraction-eye__focus-label{display:none}.refraction-eye__axis-label,.refraction-eye__label{font-size:16px}}.presentation-module-shell{min-width:0;min-height:0;gap:clamp(1rem,2vw,1.6rem)!important;padding:clamp(.85rem,2vw,1rem)!important}.presentation-topbar>div{min-width:0}.presentation-title{max-width:56rem;font-size:clamp(1.35rem,2.1vw,1.75rem)!important;line-height:1.12!important}.presentation-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))!important;gap:clamp(1rem,2vw,1.5rem)!important}.presentation-visual-panel,.presentation-content-panel{min-width:0;border-radius:8px!important}.presentation-mini-controls{max-width:calc(100% - 1.5rem)}.presentation-segment{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-wrap:wrap;justify-content:flex-end;border-radius:8px!important;gap:.4rem!important;padding:.25rem!important}.presentation-mini-button{line-height:1.1;border-radius:6px!important;min-height:36px!important;padding:.45rem .65rem!important;font-size:.76rem!important}.presentation-segment--range{min-height:44px}.presentation-segment--range input[type=range]{min-height:34px}.presentation-nav-row{gap:.75rem}.presentation-step-actions{flex-wrap:wrap;justify-content:flex-end}.presentation-nav-row .btn{white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;display:inline-flex;min-height:44px!important}.presentation-slide-dots{flex-wrap:wrap;gap:.65rem!important}.presentation-slide-dot{min-width:44px;min-height:44px;width:44px!important;height:44px!important}.phoropter-workbench{grid-template-columns:1fr;align-items:start;gap:1rem;margin-top:1rem;display:grid}.video-workflow{background:linear-gradient(135deg,#0f172aeb,#164e639e),#0f172a;border:1px solid #2dd4bf3d;border-radius:8px;margin-top:1rem;padding:clamp(.9rem,2vw,1.15rem);box-shadow:0 22px 54px #0206173d}.video-workflow__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.video-workflow__header h2{color:#f8fafc;margin:.35rem 0 0;font-size:1.28rem;line-height:1.18}.video-workflow__header p{color:#cbd5e1;max-width:64rem;margin:.45rem 0 0;line-height:1.55}.video-workflow__source{color:#fef3c7;white-space:nowrap;background:#78350f52;border:1px solid #fbbf2466;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:2.5rem;padding:.6rem .9rem;font-size:.82rem;font-weight:900;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.video-workflow__source:hover,.video-workflow__steps button:hover{transform:translateY(-1px)}.video-workflow__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:.9rem;display:grid}.video-workflow__steps article{background:#02061770;border:1px solid #94a3b82e;border-radius:8px;grid-template-rows:auto auto 1fr auto;gap:.45rem;min-width:0;padding:.75rem;transition:border-color .18s,background .18s,transform .18s;display:grid}.video-workflow__steps article.is-active{background:#0d94882e;border-color:#5eead4bf}.video-workflow__time{color:#451a03;background:#fbbf24;border-radius:999px;width:fit-content;padding:.22rem .45rem;font-size:.72rem;font-weight:950;line-height:1}.video-workflow__steps strong{color:#f8fafc;font-size:.96rem;line-height:1.22}.video-workflow__steps p{color:#cbd5e1;margin:0;font-size:.87rem;line-height:1.45}.video-workflow__steps button{color:#ccfbf1;cursor:pointer;min-height:2.45rem;font:inherit;background:#0f172abd;border:1px solid #2dd4bf57;border-radius:8px;font-size:.8rem;font-weight:900;transition:transform .18s,border-color .18s,background .18s}.video-workflow__steps article.is-active button{color:#06201d;background:#5eead4}.phoropter-device-card,.phoropter-control-board{background:linear-gradient(145deg,#0f172ae6,#020617cc),#0f172a;border:1px solid #94a3b833;border-radius:8px;box-shadow:0 24px 60px #0000003d}.phoropter-device-card{padding:clamp(.75rem,2vw,1.1rem)}.phoropter-control-board{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:.8rem;padding:clamp(.85rem,2vw,1rem);display:grid}.phoropter-device-toolbar{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.75rem;display:flex}.phoropter-device-toolbar strong{color:#f8fafc;text-align:right;font-size:.9rem;line-height:1.35}.phoropter-eye-switch{background:#020617a3;border:1px solid #94a3b83d;border-radius:999px;gap:.35rem;padding:.25rem;display:inline-flex}.phoropter-eye-switch button,.phoropter-step-tabs button{color:#cbd5e1;font:inherit;cursor:pointer;border:0;font-size:.78rem;font-weight:900;transition:transform .18s,background .18s,color .18s}.phoropter-eye-switch button{background:0 0;border-radius:999px;min-width:2.6rem;min-height:2.2rem}.phoropter-eye-switch button:hover,.phoropter-step-tabs button:hover,.jcc-choice-row button:hover,.rotary-control button:hover,.manual-phoropter__bank:hover,.manual-phoropter__dial:hover{transform:translateY(-1px)}.phoropter-eye-switch button.is-active{color:#06201d;background:#5eead4}.manual-phoropter{background:linear-gradient(#e2e8f01a,#0000 36%),linear-gradient(135deg,#111827,#020617 70%);border:1px solid #94a3b82e;border-radius:8px;grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr);gap:0;min-height:530px;padding:5.35rem .75rem 1rem;display:grid;position:relative;overflow:hidden}.manual-phoropter__hanger{background:linear-gradient(#252f3f,#05070b);border-radius:.4rem;width:8.2rem;height:4.8rem;position:absolute;top:.6rem;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #e2e8f02e}.manual-phoropter__hanger span{background:linear-gradient(90deg,#cbd5e1,#64748b);border-radius:.2rem .2rem 0 0;width:1.2rem;height:1.05rem;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.manual-phoropter__nameplate{z-index:2;color:#d1fae5;letter-spacing:.04em;text-align:center;text-transform:uppercase;width:min(16rem,46%);font-size:.86rem;font-weight:900;position:absolute;top:1.95rem;left:50%;transform:translate(-50%)}.manual-phoropter__crossbar{z-index:1;background:linear-gradient(#1f2937,#030712);border-radius:999px;height:2.55rem;position:absolute;top:5.55rem;left:8%;right:8%;box-shadow:inset 0 0 0 1px #e2e8f024,0 12px 24px #00000038}.manual-phoropter__eye{z-index:2;background:linear-gradient(135deg,#e2e8f033,#0000 30%),linear-gradient(#111827,#020617);border:1px solid #e2e8f029;border-radius:46% 46% 34% 34%;align-self:end;min-height:390px;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;box-shadow:inset 0 0 0 .55rem #0f172ae0,inset 0 -4.4rem #e2e8f02e,0 18px 42px #00000047}.manual-phoropter__eye.is-active{border-color:#5eead4e6;box-shadow:inset 0 0 0 .55rem #0f172ae0,inset 0 -4.4rem #e2e8f02e,0 0 0 3px #5eead429,0 18px 42px #00000047}.manual-phoropter__bank,.manual-phoropter__dial{color:#f8fafc;cursor:pointer;font:inherit;border:1px solid #e2e8f047;position:absolute}.manual-phoropter__bank{aspect-ratio:1;background:repeating-conic-gradient(from -8deg, #d1d5db 0 5deg, #94a3b8 5deg 7deg, #e5e7eb 7deg 12deg), #cbd5e1;border-radius:50%;width:43%;top:42%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1rem #111827,inset 0 0 0 1.28rem #e2e8f0c7,0 12px 24px #00000047}.manual-phoropter__eye-label{color:#020617;letter-spacing:.06em;font-size:.76rem;font-weight:900;position:absolute;top:.8rem;left:50%;transform:translate(-50%)}.manual-phoropter__aperture{aspect-ratio:1;background:radial-gradient(circle,#f8fafc 0 32%,#020617 34% 100%);border:.42rem solid #020617;border-radius:50%;place-items:center;width:34%;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.manual-phoropter__eye.is-occluded .manual-phoropter__aperture{background:linear-gradient(135deg,#475569,#111827)}.manual-phoropter__aperture span{color:#f8fafc;font-size:.72rem;font-weight:900}.manual-phoropter__dial{--dial-rotation:0deg;aspect-ratio:1;background:linear-gradient(145deg,#e5e7eb,#64748b);border-radius:50%;place-items:center;width:clamp(4.45rem,8vw,5.7rem);padding:.55rem;display:grid;overflow:hidden;box-shadow:inset 0 0 0 .32rem #f8fafc42,inset 0 -.8rem 1rem #0f172a47,0 8px 18px #00000047}.manual-phoropter__dial:before{border-radius:inherit;background:linear-gradient(#475569 0 0) center .18rem / .15rem .8rem no-repeat, repeating-conic-gradient(from 0deg, #0f172ac7 0 2deg, transparent 2deg 12deg), radial-gradient(circle, #f8fafc 0 30%, #cbd5e1 31% 100%);content:"";transform:rotate(var(--dial-rotation));transition:transform .18s;position:absolute;inset:.35rem}.manual-phoropter__dial span,.manual-phoropter__dial strong{z-index:1;color:#020617;text-align:center;background:#f8fafcc7;border-radius:999px;padding:.08rem .2rem;line-height:1.05;display:block;position:relative}.manual-phoropter__dial span{letter-spacing:.04em;align-self:end;font-size:.62rem;font-weight:900}.manual-phoropter__dial strong{white-space:nowrap;align-self:start;max-width:100%;font-size:.72rem;font-weight:900}.manual-phoropter__dial--sphere{top:1.35rem;left:2%}.manual-phoropter__dial--axis{top:30%;right:2%}.manual-phoropter__dial--cylinder{bottom:.65rem;left:22%}.manual-phoropter__dial--jcc{top:53%;left:1%}.manual-phoropter__dial--add{bottom:1.75rem;right:14%}.manual-phoropter__bridge{z-index:3;background:linear-gradient(#1f2937,#020617 72%);border-radius:1.1rem 1.1rem 2.8rem 2.8rem;justify-content:center;place-self:end center;width:72px;height:348px;display:flex;box-shadow:inset 0 0 0 1px #e2e8f01f}.manual-phoropter__bridge span{color:#f8fafc;background:#0f172a;border:1px solid #e2e8f03d;border-radius:50%;place-items:center;width:2.7rem;height:2.7rem;margin-top:4.8rem;font-size:.74rem;font-weight:900;display:grid}.manual-phoropter{background:linear-gradient(#e2e8f01f,#0000 28%),radial-gradient(circle at 22% 52%,#38bdf817,#0000 22rem),radial-gradient(circle at 78% 52%,#2dd4bf1a,#0000 22rem),linear-gradient(135deg,#111827,#020617 72%);grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);min-height:560px;padding:6.2rem 2.05rem 1.15rem}.manual-phoropter__hanger{background:linear-gradient(#e2e8f01f,#0000 32%),linear-gradient(#202938,#030712);border-radius:.45rem .45rem .18rem .18rem;width:9.2rem;height:5.35rem;top:.25rem}.manual-phoropter__nameplate{color:#f8fafc;text-shadow:0 0 10px #5eead461;width:min(15rem,44%);top:2rem}.manual-phoropter__crossbar{background:linear-gradient(#e2e8f024,#0000 40%),linear-gradient(90deg,#111827,#030712 45%,#111827);border-radius:.7rem;height:2.45rem;top:6.05rem;left:4.8%;right:4.8%}.manual-phoropter__top-drum{z-index:2;background:linear-gradient(90deg,#d1d5db 0 16%,#111827 17% 80%,#cbd5e1 81% 100%);border-radius:999px;width:7.4rem;height:2.05rem;position:absolute;top:4.85rem;box-shadow:inset 0 0 0 1px #e2e8f02e,0 10px 18px #00000042}.manual-phoropter__top-drum--left{left:8%}.manual-phoropter__top-drum--right{right:8%;transform:scaleX(-1)}.manual-phoropter__side-rail{z-index:1;background:linear-gradient(90deg,#030712,#1f2937,#030712);border-radius:.2rem;width:4.6rem;height:1.35rem;position:absolute;top:7.02rem;box-shadow:inset 0 0 0 1px #e2e8f01f}.manual-phoropter__side-rail--left{left:.2rem}.manual-phoropter__side-rail--right{right:.2rem}.manual-phoropter__side-knob{z-index:3;aspect-ratio:1;background:linear-gradient(#475569 0 0) center .18rem / .14rem .55rem no-repeat, repeating-conic-gradient(from 0deg, #dbe4ee 0 7deg, #94a3b8 7deg 10deg, #e5edf5 10deg 17deg);border:1px solid #e2e8f07a;border-radius:50%;width:3.35rem;position:absolute;top:5.95rem;box-shadow:inset 0 0 0 .5rem #94a3b840,inset 0 -.5rem .9rem #0f172a3d,0 10px 18px #00000052}.manual-phoropter__side-knob--left{left:.65rem}.manual-phoropter__side-knob--right{right:.65rem}.manual-phoropter__center-knob{z-index:5;aspect-ratio:1;background:radial-gradient(circle,#f8fafc 0 17%,#94a3b8 18% 42%,#475569 43% 100%);border:1px solid #e2e8f085;border-radius:50%;width:3.55rem;position:absolute;top:15rem;left:50%;transform:translate(-50%);box-shadow:inset 0 -.55rem .8rem #0f172a4d,0 12px 20px #00000052}.manual-phoropter__eye{background:radial-gradient(circle at 50% 42%,#1e293beb 0 30%,#0000 31%),linear-gradient(160deg,#111827 0 24%,#020617 25% 100%);border:0;border-radius:50% 50% 38% 38%/56% 56% 34% 34%;min-height:405px;box-shadow:inset 0 0 0 .55rem #1e293bdb,inset 0 -5.3rem #e2e8f02e,inset 0 0 0 1px #e2e8f01f,0 22px 38px #00000057}.manual-phoropter__eye--od{border-bottom-right-radius:28%}.manual-phoropter__eye--os{border-bottom-left-radius:28%}.manual-phoropter__eye.is-active{box-shadow:inset 0 0 0 .55rem #1e293bdb,inset 0 -5.3rem #e2e8f02e,inset 0 0 0 1px #e2e8f01f,0 0 0 3px #5eead4a3,0 22px 38px #00000057}.manual-phoropter__outer-ring{border-radius:inherit;pointer-events:none;border:.62rem solid #0f172af0;position:absolute;inset:.45rem .25rem .25rem;box-shadow:inset 0 0 0 1px #e2e8f01f,0 0 0 1px #94a3b824}.manual-phoropter__metal-carrier{z-index:1;pointer-events:none;background:linear-gradient(135deg,#f8fafcd6,#64748be6),#cbd5e1;border:1px solid #e2e8f057;border-radius:44% 40% 24% 34%;width:68%;height:47%;position:absolute;bottom:1.85rem;box-shadow:inset 0 0 0 .25rem #0f172a1f,0 12px 22px #0003}.manual-phoropter__eye--od .manual-phoropter__metal-carrier{right:.9rem;transform:rotate(-8deg)}.manual-phoropter__eye--os .manual-phoropter__metal-carrier{left:.9rem;transform:scaleX(-1)rotate(-8deg)}.manual-phoropter__lens-window{z-index:2;aspect-ratio:1;pointer-events:none;background:linear-gradient(90deg,#0000 48%,#0f172a80 49% 51%,#0000 52%),linear-gradient(#0000 48%,#0f172a80 49% 51%,#0000 52%),#cbd5e1;border:.28rem solid #111827;border-radius:.22rem;width:1.65rem;display:block;position:absolute;box-shadow:0 0 0 1px #e2e8f038}.manual-phoropter__lens-window--outer{top:45%}.manual-phoropter__lens-window--lower{bottom:2.2rem}.manual-phoropter__eye--od .manual-phoropter__lens-window--outer,.manual-phoropter__eye--od .manual-phoropter__lens-window--lower{left:.9rem}.manual-phoropter__eye--os .manual-phoropter__lens-window--outer,.manual-phoropter__eye--os .manual-phoropter__lens-window--lower{right:.9rem}.manual-phoropter__retainer{z-index:3;aspect-ratio:1;pointer-events:none;background:radial-gradient(circle,#f8fafc 0 24%,#94a3b8 25% 100%);border:1px solid #e2e8f06b;border-radius:50%;width:1.45rem;position:absolute;box-shadow:0 5px 10px #00000042}.manual-phoropter__retainer--upper{top:36%}.manual-phoropter__retainer--lower{bottom:1.7rem}.manual-phoropter__eye--od .manual-phoropter__retainer{right:32%}.manual-phoropter__eye--os .manual-phoropter__retainer{left:32%}.manual-phoropter__bank{z-index:4;background:repeating-conic-gradient(from -8deg, #e5edf5 0 4deg, #94a3b8 4deg 6deg, #f8fafc 6deg 10deg), #cbd5e1;width:31%;top:47%;box-shadow:inset 0 0 0 .64rem #111827,inset 0 0 0 .95rem #e2e8f0db,0 12px 24px #00000052}.manual-phoropter__eye--od .manual-phoropter__bank{left:44%}.manual-phoropter__eye--os .manual-phoropter__bank{left:56%}.manual-phoropter__bank:hover{transform:translate(-50%,calc(-50% - 1px))}.manual-phoropter__eye-label{font-size:.72rem;top:.55rem}.manual-phoropter__aperture{border-width:.34rem;width:40%}.manual-phoropter__dial{z-index:6;border-color:#e2e8f08f;width:clamp(4.2rem,7.4vw,5.2rem)}.manual-phoropter__dial:after{aspect-ratio:1;content:"";background:radial-gradient(circle,#f8fafc 0 22%,#94a3b8 23% 100%);border-radius:50%;width:1.25rem;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:inset 0 -.18rem .24rem #0f172a3d}.manual-phoropter__dial span,.manual-phoropter__dial strong{z-index:2;background:#f8fafcdb}.manual-phoropter__dial--axis{top:1.35rem}.manual-phoropter__eye--od .manual-phoropter__dial--axis{left:-.85rem;right:auto}.manual-phoropter__eye--os .manual-phoropter__dial--axis{left:auto;right:-.85rem}.manual-phoropter__dial--sphere{top:auto;bottom:1.15rem}.manual-phoropter__eye--od .manual-phoropter__dial--sphere{left:17%}.manual-phoropter__eye--os .manual-phoropter__dial--sphere{left:auto;right:17%}.manual-phoropter__eye--od .manual-phoropter__dial--jcc{top:57%;left:-.55rem}.manual-phoropter__eye--os .manual-phoropter__dial--jcc{top:57%;left:auto;right:-.55rem}.manual-phoropter__eye--od .manual-phoropter__dial--cylinder{inset:38% -.15rem auto auto}.manual-phoropter__eye--os .manual-phoropter__dial--cylinder{inset:38% auto auto -.15rem}.manual-phoropter__eye--od .manual-phoropter__dial--add{bottom:1.9rem;right:7%}.manual-phoropter__eye--os .manual-phoropter__dial--add{bottom:1.9rem;left:7%;right:auto}.manual-phoropter__bridge{background:linear-gradient(#e2e8f024,#0000 25%),linear-gradient(#1f2937,#020617 72%);border-radius:1rem 1rem 2.2rem 2.2rem;width:58px;height:360px}.manual-phoropter__bridge span{margin-top:5.4rem}.phoropter-device-note{color:#94a3b8;margin:.75rem 0 0;font-size:.84rem;line-height:1.45}.manual-phoropter--schematic{color:#111827;background:linear-gradient(#ffffffeb,#f1f5f9f5),#f8fafc;border-color:#0f172a2e;grid-template-columns:minmax(210px,280px) 76px minmax(210px,280px);justify-content:center;min-height:690px;padding:7.8rem clamp(1rem,18vw,12rem) 2.2rem;overflow:hidden}.manual-phoropter--schematic .manual-phoropter__callouts{z-index:20;pointer-events:none;position:absolute;inset:0}.schematic-callout{color:#111827;width:12rem;font-size:.82rem;line-height:1.25;position:absolute}.schematic-callout strong,.schematic-callout span{display:block}.schematic-callout strong{font-size:.88rem;font-weight:900}.schematic-callout span{color:#1f2937;margin-top:.12rem}.schematic-callout:after{content:"";transform-origin:0;background:#2563eb;height:2px;position:absolute;top:.82rem}.schematic-callout--arm{top:.75rem;left:12%}.schematic-callout--arm:after{width:21rem;left:10.3rem}.schematic-callout--pd{top:6.35rem;left:2%}.schematic-callout--pd:after{width:14rem;left:11.2rem;transform:rotate(12deg)}.schematic-callout--axis-left{top:13.3rem;left:1.5%}.schematic-callout--axis-left:after{width:10rem;left:11.2rem;transform:rotate(-3deg)}.schematic-callout--cyl-left{top:20.5rem;left:1.5%}.schematic-callout--cyl-left:after{width:12rem;left:11.2rem;transform:rotate(-12deg)}.schematic-callout--sphere-left{top:32rem;left:3%}.schematic-callout--sphere-left:after{width:12rem;left:10.4rem;transform:rotate(18deg)}.schematic-callout--add-left{bottom:1.6rem;left:16%}.schematic-callout--add-left:after{width:9rem;left:10rem;transform:rotate(-55deg)}.schematic-callout--level{top:5.1rem;right:.5%}.schematic-callout--level:after{transform-origin:100%;width:15rem;right:11.3rem;transform:rotate(154deg)}.schematic-callout--axis-right{top:13.2rem;right:.75%}.schematic-callout--axis-right:after{transform-origin:100%;width:10rem;right:11.4rem;transform:rotate(184deg)}.schematic-callout--add-window{top:25.4rem;right:1.5%}.schematic-callout--add-window:after{transform-origin:100%;width:11rem;right:11.4rem;transform:rotate(197deg)}.schematic-callout--aperture{text-align:center;width:12.5rem;bottom:8.5rem;left:50%;transform:translate(-50%)}.schematic-callout--aperture:after{width:7rem;left:50%;transform:translate(-50%)rotate(-70deg)}.manual-phoropter--schematic .manual-phoropter__hanger{height:5.7rem;box-shadow:none;background:linear-gradient(#e5e7eb,#cbd5e1);border:2px solid #111827;top:.25rem}.manual-phoropter--schematic .manual-phoropter__hanger span{background:#cbd5e1;border:2px solid #111827;border-bottom:0}.manual-phoropter--schematic .manual-phoropter__nameplate{color:#111827;text-shadow:none;font-size:.82rem;top:2.2rem}.manual-phoropter--schematic .manual-phoropter__crossbar{height:2.1rem;box-shadow:none;background:linear-gradient(#f8fafc,#dbe3eb);border:2px solid #111827;border-radius:.2rem;top:6.6rem;left:20%;right:20%}.manual-phoropter--schematic .manual-phoropter__upper-housing{z-index:7;background:linear-gradient(#ffffffc7,#0000 36%),linear-gradient(90deg,#dbe3eb,#f8fafc 46%,#cbd5e1);border:2px solid #111827;border-radius:.32rem;width:13.2rem;height:4.15rem;position:absolute;top:5.55rem;box-shadow:inset 0 -.35rem #0f172a14,0 .45rem #11182724}.manual-phoropter--schematic .manual-phoropter__upper-housing:before,.manual-phoropter--schematic .manual-phoropter__upper-housing:after{content:"";background:#f8fafc;border:2px solid #111827;border-radius:999px;width:.42rem;height:2.35rem;position:absolute;top:.75rem}.manual-phoropter--schematic .manual-phoropter__upper-housing:before{left:.82rem}.manual-phoropter--schematic .manual-phoropter__upper-housing:after{right:.82rem}.manual-phoropter--schematic .manual-phoropter__upper-housing--left{left:calc(50% - 18.6rem)}.manual-phoropter--schematic .manual-phoropter__upper-housing--right{right:calc(50% - 18.6rem)}.manual-phoropter--schematic .manual-phoropter__pd-scale{z-index:19;color:#111827;background:repeating-linear-gradient(90deg,#0000 0 .22rem,#111827 .22rem .27rem,#0000 .27rem .46rem),#f8fafc;border:2px solid #111827;border-radius:.16rem;grid-template-columns:repeat(3,auto);align-items:end;gap:.35rem;min-width:4.8rem;padding:.25rem .38rem .18rem;font-size:.58rem;font-weight:900;line-height:1;display:grid;position:absolute;top:8.25rem;left:50%;transform:translate(-50%)}.manual-phoropter--schematic .manual-phoropter__top-drum{box-shadow:none;background:linear-gradient(90deg,#f8fafc 0 16%,#cbd5e1 17% 80%,#f8fafc 81% 100%);border:2px solid #111827;top:5.35rem}.manual-phoropter--schematic .manual-phoropter__top-drum--left{left:29%}.manual-phoropter--schematic .manual-phoropter__top-drum--right{right:29%}.manual-phoropter--schematic .manual-phoropter__pd-window,.manual-phoropter--schematic .manual-phoropter__level-window{z-index:18;color:#111827;background:#f8fafc;border:2px solid #111827;border-radius:.18rem;grid-template-columns:auto auto;align-items:center;gap:.25rem;padding:.32rem .5rem;font-size:.74rem;line-height:1;display:grid;position:absolute;top:9rem}.manual-phoropter--schematic .manual-phoropter__pd-window{left:40.5%}.manual-phoropter--schematic .manual-phoropter__level-window{right:40.5%}.manual-phoropter--schematic .manual-phoropter__pd-window span,.manual-phoropter--schematic .manual-phoropter__level-window span{font-weight:900}.manual-phoropter--schematic .manual-phoropter__side-rail{background:#e5e7eb;border:2px solid #111827;top:7.1rem}.manual-phoropter--schematic .manual-phoropter__side-rail--left{left:23%}.manual-phoropter--schematic .manual-phoropter__side-rail--right{right:23%}.manual-phoropter--schematic .manual-phoropter__side-knob,.manual-phoropter--schematic .manual-phoropter__center-knob{touch-action:none;cursor:grab}.manual-phoropter--schematic .manual-phoropter__side-knob{background:linear-gradient(#111827 0 0) center .16rem / .12rem .55rem no-repeat, repeating-conic-gradient(from 0deg, #f8fafc 0 7deg, #94a3b8 7deg 10deg, #e5e7eb 10deg 17deg);width:3.1rem;box-shadow:none;transform:rotate(var(--dial-rotation));border:2px solid #111827;padding:0;top:6.35rem}.manual-phoropter--schematic .manual-phoropter__side-knob--left{left:19.2%}.manual-phoropter--schematic .manual-phoropter__side-knob--right{right:19.2%}.manual-phoropter--schematic .manual-phoropter__center-knob{width:3.6rem;box-shadow:none;transform:translateX(-50%) rotate(var(--dial-rotation));background:linear-gradient(#111827 0 0) 50% .22rem/.14rem .72rem no-repeat,radial-gradient(circle,#f8fafc 0 21%,#cbd5e1 22% 52%,#94a3b8 53% 100%);border:2px solid #111827;padding:0;top:20.6rem}.manual-phoropter--schematic .manual-phoropter__eye{background:radial-gradient(circle at 50% 44%,#f8fafcf5 0 26%,#0000 27%),linear-gradient(135deg,#ffffff1f,#0000 28%),linear-gradient(#1f2937,#020617 72%);border:2px solid #111827;border-radius:50%;min-height:430px;box-shadow:inset 0 0 0 .55rem #475569,inset 0 0 0 .95rem #dbe3eb,inset 0 0 0 1.18rem #111827,inset 0 -4.4rem #f8fafc2e,0 .85rem 1.6rem #0f172a2e}.manual-phoropter--schematic .manual-phoropter__eye.is-active{box-shadow:inset 0 0 0 .55rem #475569,inset 0 0 0 .95rem #dbe3eb,inset 0 0 0 1.18rem #111827,inset 0 -4.4rem #f8fafc2e,0 0 0 4px #2563eb73}.manual-phoropter--schematic .manual-phoropter__faceplate{z-index:1;clip-path:polygon(18% 0,82% 0,100% 34%,88% 100%,15% 100%,0 34%);background:linear-gradient(145deg,#ffffffc7,#0000 38%),linear-gradient(#f8fafc,#c7d2de 68%,#94a3b8);border:2px solid #111827;border-radius:42% 42% 22% 22%;position:absolute;inset:13% 9% 8%}.manual-phoropter--schematic .manual-phoropter__outer-ring{z-index:2;border-color:#111827;box-shadow:inset 0 0 0 .42rem #cbd5e1,inset 0 0 0 .72rem #111827}.manual-phoropter--schematic .manual-phoropter__metal-carrier{z-index:3;background:linear-gradient(135deg,#f8fafc,#cbd5e1);border:2px solid #111827;box-shadow:inset 0 0 0 .28rem #ffffff8a,0 .4rem .7rem #0f172a29}.manual-phoropter--schematic .manual-phoropter__turret-plate{z-index:3;background:radial-gradient(circle at 25% 30%,#f8fafc 0 .52rem,#111827 .56rem .66rem,#0000 .7rem),radial-gradient(circle at 79% 68%,#f8fafc 0 .42rem,#111827 .46rem .54rem,#0000 .58rem),linear-gradient(135deg,#eef2f7,#aebdcc);border:2px solid #111827;border-radius:40% 46% 34% 36%;width:62%;height:34%;position:absolute;top:36%;left:50%;transform:translate(-50%)rotate(-12deg);box-shadow:inset 0 -.55rem #0f172a14}.manual-phoropter__eye--os .manual-phoropter__turret-plate{transform:translate(-50%)rotate(12deg)}.manual-phoropter--schematic .manual-phoropter__bank{z-index:7;background:linear-gradient(#111827 0 0) center .45rem / .12rem .75rem no-repeat, repeating-conic-gradient(from -8deg, #f8fafc 0 4deg, #64748b 4deg 6deg, #dbe3eb 6deg 10deg), #f8fafc;border:2px solid #111827;box-shadow:inset 0 0 0 .55rem #111827,inset 0 0 0 .85rem #f8fafc}.manual-phoropter--schematic .manual-phoropter__eye-label,.manual-phoropter--schematic .manual-phoropter__aperture span{color:#111827}.manual-phoropter--schematic .manual-phoropter__aperture{background:radial-gradient(circle,#f8fafc 0 28%,#111827 30% 100%);border-color:#111827}.manual-phoropter--schematic .manual-phoropter__eye.is-occluded .manual-phoropter__aperture{background:linear-gradient(135deg,#cbd5e1,#64748b)}.manual-phoropter--schematic .manual-phoropter__axis-arm{z-index:5;transform-origin:50%;background:linear-gradient(90deg,#f8fafc,#94a3b8);border:2px solid #111827;border-radius:999px;width:42%;height:.62rem;position:absolute;top:36%;left:50%;transform:translate(-50%)rotate(-28deg)}.manual-phoropter__eye--os .manual-phoropter__axis-arm{transform:translate(-50%)rotate(28deg)}.manual-phoropter--schematic .manual-phoropter__aux-slot{z-index:6;background:#f8fafc;border:2px solid #111827;border-radius:.16rem;width:1.2rem;height:2.2rem;position:absolute;top:49%}.manual-phoropter--schematic .manual-phoropter__aux-slot span{background:linear-gradient(90deg,#0000 42%,#111827 43% 57%,#0000 58%),linear-gradient(#111827 0 0) 50%/72% .12rem no-repeat,#dbe3eb;border-radius:.12rem;position:absolute;inset:.28rem}.manual-phoropter__eye--od .manual-phoropter__aux-slot{left:2.5%}.manual-phoropter__eye--os .manual-phoropter__aux-slot{right:2.5%}.manual-phoropter--schematic .manual-phoropter__number-window{z-index:7;color:#991b1b;text-align:center;background:#f8fafc;border:2px solid #111827;border-radius:.16rem;min-width:2.45rem;padding:.2rem .3rem;font-size:.62rem;font-weight:900;line-height:1;position:absolute;top:58%;left:50%;transform:translate(-50%)}.manual-phoropter--schematic .manual-phoropter__screw{z-index:8;aspect-ratio:1;background:linear-gradient(45deg,#0000 42%,#111827 43% 57%,#0000 58%),#dbe3eb;border:2px solid #111827;border-radius:50%;width:.54rem;position:absolute}.manual-phoropter--schematic .manual-phoropter__screw--one{top:31%;left:31%}.manual-phoropter--schematic .manual-phoropter__screw--two{top:34%;right:24%}.manual-phoropter--schematic .manual-phoropter__screw--three{bottom:20%;right:20%}.manual-phoropter--schematic .manual-phoropter__lens-window{box-shadow:none;background:linear-gradient(90deg,#0000 48%,#111827 49% 51%,#0000 52%),linear-gradient(#0000 48%,#111827 49% 51%,#0000 52%),#f8fafc;border-color:#111827}.manual-phoropter--schematic .manual-phoropter__retainer{box-shadow:none;background:#f8fafc;border:2px solid #111827}.manual-phoropter--schematic .manual-phoropter__dial{touch-action:none;color:#111827;background:linear-gradient(#111827 0 0) center .22rem / .12rem .82rem no-repeat, repeating-conic-gradient(from 0deg, #f8fafc 0 4deg, #64748b 4deg 5deg, #dbe3eb 5deg 9deg), radial-gradient(circle at 34% 28%, #ffffffeb, transparent 32%), #cbd5e1;cursor:grab;border:2px solid #111827;box-shadow:inset 0 0 0 .22rem #ffffff9e,inset 0 -.45rem .75rem #0f172a29,0 .38rem .65rem #0f172a42}.manual-phoropter--schematic .manual-phoropter__dial.is-dragging,.manual-phoropter--schematic .manual-phoropter__side-knob.is-dragging,.manual-phoropter--schematic .manual-phoropter__center-knob.is-dragging{cursor:grabbing}.manual-phoropter--schematic .manual-phoropter__dial:before{background:linear-gradient(#111827 0 0) center .18rem / .13rem .8rem no-repeat, repeating-conic-gradient(from 0deg, #111827 0 2deg, transparent 2deg 12deg), radial-gradient(circle, #f8fafc 0 30%, #e5e7eb 31% 100%)}.manual-phoropter--schematic .manual-phoropter__dial:after{background:#e5e7eb;border:2px solid #111827}.manual-phoropter--schematic .manual-phoropter__dial span,.manual-phoropter--schematic .manual-phoropter__dial strong{color:#111827;background:#ffffffeb}.manual-phoropter--schematic .manual-phoropter__bridge{width:70px;height:380px;box-shadow:none;background:linear-gradient(#f8fafc,#cbd5e1);border:2px solid #111827}.manual-phoropter--schematic .manual-phoropter__bridge span{color:#111827;background:#f8fafc;border:2px solid #111827}.manual-phoropter--schematic .manual-phoropter__dial--axis{top:1.5rem}.manual-phoropter--schematic .manual-phoropter__dial--jcc{background:radial-gradient(circle at 36%,#f8fafcf2 0 18%,#111827 19% 27%,#0000 28%),radial-gradient(circle at 64%,#f8fafcf2 0 18%,#111827 19% 27%,#0000 28%),linear-gradient(#111827 0 0) 50%/76% .14rem no-repeat,linear-gradient(#dbe3eb,#94a3b8);top:55%}.manual-phoropter--schematic .manual-phoropter__jcc-symbol{z-index:1;transform:rotate(var(--dial-rotation));pointer-events:none;position:absolute;inset:0}.manual-phoropter--schematic .manual-phoropter__jcc-symbol b{transform-origin:50%;background:#991b1b;border-radius:999px;width:56%;height:.13rem;position:absolute;top:50%;left:50%}.manual-phoropter--schematic .manual-phoropter__jcc-symbol b:first-child{transform:translate(-50%,-50%)rotate(45deg)}.manual-phoropter--schematic .manual-phoropter__jcc-symbol b:last-child{background:#0f766e;transform:translate(-50%,-50%)rotate(-45deg)}.phoropter-control-board .phoropter-readout-grid,.phoropter-control-board .phoropter-step-tabs,.phoropter-control-board .jcc-action-card{grid-column:1}.phoropter-control-board .phoropter-control-grid{grid-area:1/2/span 3}.phoropter-readout-grid,.phoropter-control-grid,.phoropter-step-list{gap:.65rem;display:grid}.phoropter-readout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phoropter-readout-grid article{background:#02061773;border:1px solid #94a3b82e;border-radius:8px;min-width:0;padding:.75rem}.phoropter-readout-grid span,.rotary-control span{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.phoropter-readout-grid strong{color:#f8fafc;margin-top:.22rem;font-size:.98rem;line-height:1.18;display:block}.phoropter-step-tabs{flex-wrap:wrap;gap:.4rem;display:flex}.phoropter-step-tabs button{background:#0f172ac7;border:1px solid #94a3b838;border-radius:999px;min-height:2.35rem;padding:.55rem .72rem}.phoropter-step-tabs button.is-active{color:#06201d;background:#5eead4;border-color:#5eead4cc}.jcc-action-card{background:#0d2d3261;border:1px solid #2dd4bf42;border-radius:8px;padding:.9rem}.jcc-action-card h2{color:#f8fafc;margin:.4rem 0 0;font-size:1.12rem;line-height:1.25}.jcc-action-card p{color:#cbd5e1;margin:.55rem 0 0;line-height:1.55}.jcc-choice-row{grid-template-columns:1fr;gap:.45rem;margin-top:.8rem;display:grid}.jcc-choice-row button,.rotary-control button{color:#f8fafc;cursor:pointer;min-height:2.55rem;font:inherit;background:#0f172ad1;border:1px solid #94a3b833;border-radius:8px;font-size:.84rem;font-weight:850;transition:transform .18s,border-color .18s,background .18s}.jcc-choice-row button.is-active{background:#78350f8c;border-color:#fbbf24c7}.jcc-action-card__feedback{border-top:1px solid #94a3b829;padding-top:.6rem;font-size:.9rem;color:#fef3c7!important}.phoropter-control-grid{grid-template-columns:1fr}.rotary-control{background:#0206177a;border:1px solid #94a3b82e;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(9rem,auto);align-items:center;gap:.7rem;padding:.7rem;display:grid}.rotary-control strong{color:#f8fafc;margin-top:.1rem;font-size:1.05rem;line-height:1.18;display:block}.rotary-control small{color:#94a3b8;margin-top:.12rem;line-height:1.3;display:block}.rotary-control__buttons{grid-template-columns:2.4rem minmax(4.4rem,1fr) 2.4rem;align-items:center;gap:.35rem;display:grid}.rotary-control__buttons button,.rotary-control--jcc>button{padding:0 .55rem}.rotary-control__buttons output{color:#f8fafc;text-align:center;background:#0f172abd;border:1px solid #94a3b82e;border-radius:8px;place-items:center;min-height:2.55rem;font-size:.82rem;font-weight:900;line-height:1.1;display:grid}.rotary-control--jcc>button{width:100%}.phoropter-step-list{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:.8rem}.phoropter-step-list article{background:#0f172a9e;border:1px solid #94a3b82e;border-radius:8px;padding:.9rem;transition:border-color .18s,background .18s}.phoropter-step-list article.is-active{background:#14b8a61f;border-color:#5eead4b3}.phoropter-step-list span{color:#5eead4;letter-spacing:.04em;font-size:.76rem;font-weight:900}.phoropter-step-list strong{color:#f8fafc;margin-top:.35rem;font-size:.98rem;line-height:1.22;display:block}.phoropter-step-list p{color:#a8b3c7;margin:.45rem 0 0;font-size:.9rem;line-height:1.5}.platform-footer,.release-hub__footer{color:#94a3b8;padding:1.5rem 0 .5rem;font-size:.88rem}.platform-footer p,.release-hub__footer p{margin:0 0 .9rem}.site-footer-links{flex-wrap:wrap;gap:.6rem;display:flex}.site-footer-links button{color:#cbd5e1;cursor:pointer;background:#0f172a99;border:1px solid #94a3b847;border-radius:6px;min-height:40px;padding:.45rem .7rem;font-weight:750}.site-footer-links button:hover{color:#f8fafc;border-color:#f8fafc6b}.medical-notice{color:#fde68a;background:#fbbf2414;border:1px solid #fbbf2440;border-radius:8px;margin:1rem 0;padding:1rem}.medical-notice strong{color:#facc15;text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;display:block}.medical-notice p{color:#fef3c7;margin:0;line-height:1.55}.medical-notice--danger{background:#7f1d1d42;border-color:#f8717152}.medical-notice--danger strong{color:#fca5a5}.medical-notice--danger p{color:#fecaca}.legal-page{width:min(100%,1120px);color:var(--color-text-main);margin:0 auto;padding:clamp(1rem,3vw,2rem)}.legal-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;padding-bottom:2rem;display:grid}.legal-card{background:#0f172aad;border:1px solid #94a3b838;border-radius:8px;padding:1.1rem}.legal-card span{color:#fbbf24;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.55rem;font-size:.74rem;font-weight:900;display:inline-flex}.legal-card h2{margin:0 0 .65rem;font-size:1.2rem}.legal-card p{color:#cbd5e1;margin:.4rem 0 0;line-height:1.6}.legal-card--warning{background:#fbbf2414;border-color:#fbbf2457}.legal-card--danger{background:#7f1d1d3d;border-color:#f8717159}.release-hub{width:min(100%,1320px);color:var(--color-text-main);margin:0 auto;padding:clamp(1rem,3vw,2rem)}.release-hub__topbar{justify-content:space-between;align-items:flex-start;gap:1rem;padding:clamp(1.5rem,4vw,3rem) 0 2rem;display:flex}.release-hub__topbar>div{max-width:900px}.pathway-card,.hosting-card{padding:1.1rem}.pathway-card h3,.hosting-card h3{margin:0;font-size:1.1rem;line-height:1.25}.pathway-card__triage{font-weight:650;color:#f8fafc!important}.pathway-card p,.hosting-card p{margin:.55rem 0 0;font-size:.92rem}.pathway-card button{width:100%;margin-top:1rem}.pathway-card small{color:#94a3b8;margin-top:.7rem;line-height:1.4;display:block}.source-list{flex-direction:column;gap:.65rem;display:flex}.source-row{color:inherit;grid-template-columns:minmax(240px,.45fr) minmax(0,1fr);gap:1rem;padding:.95rem 1rem;text-decoration:none;transition:transform .18s,border-color .18s;display:grid}.source-row strong{color:#f8fafc;line-height:1.25;display:block}.source-row small{color:#94a3b8;margin-top:.35rem;display:block}.source-row p{margin:0;font-size:.92rem}.hosting-card strong{color:#bef264;margin-top:.8rem;font-size:.92rem}@media (prefers-reduced-motion:reduce){.preview-schematic-reflex,.preview-cover-left-eye,.preview-cover-right-eye,.preview-occluder{animation:none}}@media (width<=1100px){.refcalc-grid--assistant,.refcalc-practice-grid{grid-template-columns:1fr}.refcalc-practice-values,.refcalc-schema-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.refcalc-schema-grid--basic{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-hero h1,.release-hub h1{font-size:3.25rem}.platform-section h2,.platform-release-strip h2,.release-section h2{font-size:1.9rem}.learning-flow,.learning-grid--three,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1180px){.phoropter-workbench{grid-template-columns:1fr}.manual-phoropter{max-width:780px;margin:0 auto}.phoropter-step-list{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-side-panel{flex-basis:260px;width:260px;padding:1rem}.desktop-sweep-panel{left:1rem;right:1rem}}@media (width<=980px){.desktop-side-panel{flex-basis:220px;width:220px;padding:.75rem}.practice-mode-bar{grid-template-columns:1fr;gap:.6rem}.practice-mode-bar__modes{width:100%}.practice-mode-bar__modes button{flex:1}.guided-lens-actions,.guided-observation-grid{grid-template-columns:1fr}.guided-card{padding:.75rem}}@media (width<=768px){html,body,#root{width:100%;height:100dvh;min-height:100dvh;overflow:hidden}body{font-size:.95rem}.platform-shell{-webkit-overflow-scrolling:touch;height:100dvh;overflow:hidden auto}.platform-topbar{grid-template-columns:minmax(0,1fr);gap:.55rem;padding:.65rem .9rem;display:grid}.platform-topbar,.release-hub__topbar,.platform-release-strip{grid-template-columns:1fr;align-items:stretch}.platform-brand{justify-content:flex-start;width:fit-content}.platform-nav{display:none}.platform-switches{flex-wrap:nowrap;order:2;grid-template-columns:auto minmax(0,1fr);justify-content:stretch;width:100%;display:grid}.platform-switches .btn{flex:1}.hero-module-strip{grid-template-columns:1fr}.platform-hero{grid-template-columns:1fr;gap:.75rem;min-height:auto;padding-top:.95rem}.platform-hero--skiaskopie{grid-template-columns:1fr;gap:1rem}.hero-eye-visual{width:100%}.clinical-instrument{min-height:208px}.platform-hero__copy>p{font-size:.96rem;line-height:1.5}.platform-disclaimer{font-size:.76rem!important;line-height:1.38!important}.platform-section--controls,.platform-metrics,.release-hub__summary,.source-row,.level-grid,.glossary-grid,.gateway-grid,.hub-hero,.hub-module-grid,.module-grid,.pathway-grid,.hosting-grid,.learning-flow,.learning-grid,.learning-grid--two,.learning-grid--three{grid-template-columns:1fr}.platform-section--secondary-field,.hub-secondary-section{grid-template-columns:1fr;align-items:stretch}.secondary-field-link,.hub-secondary-link{justify-content:flex-start}.gateway-card,.hub-module-card{min-height:168px}.hub-module-grid--single .hub-module-card{min-height:148px}.hub-video-section--compact{max-width:none;padding-top:.8rem}.refraction-calculator-shell{overflow-x:clip;max-width:100%!important;padding:1.25rem 1rem 2rem!important}.refraction-calculator-shell>div:first-child{margin-bottom:1.35rem!important}.refraction-calculator-shell>div:nth-child(2){gap:.55rem!important;margin-bottom:1.35rem!important}.refraction-calculator-shell>div:nth-child(2) button{width:100%}.learning-module{width:min(100% - 1.4rem,1120px);padding-bottom:2rem}.learning-module__topbar{padding:.7rem .85rem}.learning-hero p{font-size:.98rem}.phoropter-device-toolbar,.rotary-control{grid-template-columns:1fr}.phoropter-device-toolbar{align-items:stretch;display:grid}.phoropter-device-toolbar strong{text-align:left}.phoropter-eye-switch{width:100%}.phoropter-eye-switch button{flex:1}.manual-phoropter{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);min-height:430px;padding:4.9rem 1.15rem .75rem}.manual-phoropter__hanger{width:7rem;height:4.15rem}.manual-phoropter__nameplate{width:min(13rem,58%);font-size:.74rem}.manual-phoropter__crossbar{height:2.15rem;top:4.95rem;left:5%;right:5%}.manual-phoropter__top-drum{width:5rem;height:1.45rem;top:4.05rem}.manual-phoropter__top-drum--left{left:9%}.manual-phoropter__top-drum--right{right:9%}.manual-phoropter__side-rail{width:2.8rem;height:1rem;top:5.72rem}.manual-phoropter__side-knob{width:2.35rem;top:4.92rem}.manual-phoropter__side-knob--left{left:.35rem}.manual-phoropter__side-knob--right{right:.35rem}.manual-phoropter__center-knob{width:2.35rem;top:11.85rem}.manual-phoropter__eye{min-height:315px;box-shadow:inset 0 0 0 .42rem #1e293bdb,inset 0 -4rem #e2e8f02e,inset 0 0 0 1px #e2e8f01f,0 16px 28px #00000052}.manual-phoropter__outer-ring{border-width:.42rem}.manual-phoropter__metal-carrier{width:70%;height:45%;bottom:1.25rem}.manual-phoropter__eye--od .manual-phoropter__metal-carrier{right:.45rem}.manual-phoropter__eye--os .manual-phoropter__metal-carrier{left:.45rem}.manual-phoropter__lens-window{border-width:.2rem;width:1.1rem}.manual-phoropter__eye--od .manual-phoropter__lens-window--outer,.manual-phoropter__eye--od .manual-phoropter__lens-window--lower{left:.35rem}.manual-phoropter__eye--os .manual-phoropter__lens-window--outer,.manual-phoropter__eye--os .manual-phoropter__lens-window--lower{right:.35rem}.manual-phoropter__retainer{width:1rem}.manual-phoropter__bank{box-shadow:inset 0 0 0 .72rem #111827,inset 0 0 0 .95rem #e2e8f0c7,0 10px 20px #00000042}.manual-phoropter__dial{width:clamp(3.4rem,16vw,4.35rem);padding:.42rem}.manual-phoropter__dial span{font-size:.54rem}.manual-phoropter__dial strong{font-size:.62rem}.manual-phoropter__dial--axis{top:.95rem}.manual-phoropter__eye--od .manual-phoropter__dial--axis{left:.1rem;right:auto}.manual-phoropter__eye--os .manual-phoropter__dial--axis{left:auto;right:.1rem}.manual-phoropter__dial--sphere{top:auto;bottom:.9rem}.manual-phoropter__eye--od .manual-phoropter__dial--sphere{left:11%}.manual-phoropter__eye--os .manual-phoropter__dial--sphere{right:11%}.manual-phoropter__dial--cylinder{top:38%;bottom:auto}.manual-phoropter__eye--od .manual-phoropter__dial--cylinder{left:auto;right:-.2rem}.manual-phoropter__eye--os .manual-phoropter__dial--cylinder{left:-.2rem;right:auto}.manual-phoropter__dial--jcc{top:54%}.manual-phoropter__eye--od .manual-phoropter__dial--jcc{left:.1rem}.manual-phoropter__eye--os .manual-phoropter__dial--jcc{right:.1rem}.manual-phoropter__dial--add{bottom:1.35rem}.manual-phoropter__eye--od .manual-phoropter__dial--add{right:4%}.manual-phoropter__eye--os .manual-phoropter__dial--add{left:4%}.manual-phoropter__bridge{width:48px;height:282px}.manual-phoropter__bridge span{width:2.25rem;height:2.25rem;margin-top:4.1rem;font-size:.64rem}.phoropter-readout-grid,.phoropter-step-list{grid-template-columns:1fr}.rotary-control{gap:.55rem}.platform-release-strip--fineprint{align-items:stretch}.platform-hero h1,.release-hub h1{font-size:2.45rem}.release-hub{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;height:100dvh;padding:1rem;overflow:hidden auto}.release-hub__topbar{grid-template-columns:minmax(0,1fr);gap:1rem;padding:1rem 0 1.25rem;display:grid}.release-hub__topbar>div{min-width:0;max-width:100%}.release-hub__topbar .btn{justify-content:center;width:100%}.release-hub__summary article,.pathway-card,.hosting-card,.source-row{min-width:0}.source-row{gap:.65rem}.strabismus-lab-root button{min-height:44px!important}.strabismus-lab-root input[type=range]{min-height:44px}.glass-panel{border-radius:var(--radius-md);padding:1.25rem}.btn{min-height:44px;padding:.6rem 1.2rem;font-size:.9rem}.quiz-module-shell{padding:1rem .85rem!important}.quiz-status-row,.quiz-actions-row{flex-direction:column;align-items:stretch!important}.quiz-status-row small{display:flex;margin:.35rem 0 0!important}.quiz-answer-card{align-items:flex-start!important;gap:.75rem!important;padding:.9rem!important}.quiz-answer-card>span:not(.quiz-answer-badge){flex-basis:calc(100% - 42px)}.quiz-answer-card input{margin-top:.1rem}.quiz-answer-badge{order:4;width:100%;max-width:none;margin:.35rem 0 0}.quiz-explanation-panel{margin-top:-.75rem}.quiz-actions-row .btn{width:100%}.quiz-category-grid{grid-template-columns:1fr}input[type=range]::-webkit-slider-thumb{width:34px;height:34px;margin-top:-15px}input[type=range]::-webkit-slider-runnable-track{border-radius:3px;height:6px}}@media (width<=380px){.manual-phoropter{grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);min-height:375px;padding-left:.85rem;padding-right:.85rem}.manual-phoropter__eye{min-height:270px}.manual-phoropter__top-drum{width:4.2rem}.manual-phoropter__side-knob{width:2rem}.manual-phoropter__center-knob{width:2rem;top:10.65rem}.manual-phoropter__dial{width:3.1rem}.manual-phoropter__dial span{font-size:.48rem}.manual-phoropter__dial strong{font-size:.56rem}.manual-phoropter__bridge{width:38px;height:240px}.manual-phoropter__bridge span{width:2rem;height:2rem;font-size:.58rem}.manual-phoropter__metal-carrier{height:43%}.manual-phoropter__lens-window,.manual-phoropter__retainer{display:none}.rotary-control__buttons{grid-template-columns:2.15rem minmax(3.9rem,1fr) 2.15rem}.mobile-status-grid{gap:.4rem}.mobile-bottom-sheet{padding-left:.75rem;padding-right:.75rem}}@media (width<=1180px){.manual-phoropter--schematic{grid-template-columns:minmax(190px,260px) 64px minmax(190px,260px);min-height:650px;padding-inline:clamp(1rem,12vw,7rem)}.schematic-callout{width:10.5rem;font-size:.76rem}.schematic-callout strong{font-size:.82rem}}@media (width<=900px){.video-workflow__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.manual-phoropter--schematic .manual-phoropter__callouts{display:none}.manual-phoropter--schematic{padding-inline:1.25rem}.manual-phoropter--schematic .manual-phoropter__crossbar{left:8%;right:8%}.manual-phoropter--schematic .manual-phoropter__upper-housing{width:8.8rem;height:3.25rem;top:5.15rem}.manual-phoropter--schematic .manual-phoropter__upper-housing--left{left:13%}.manual-phoropter--schematic .manual-phoropter__upper-housing--right{right:13%}.manual-phoropter--schematic .manual-phoropter__pd-scale{top:7.85rem}.manual-phoropter--schematic .manual-phoropter__top-drum--left{left:11%}.manual-phoropter--schematic .manual-phoropter__top-drum--right{right:11%}.manual-phoropter--schematic .manual-phoropter__side-rail--left{left:1.2rem}.manual-phoropter--schematic .manual-phoropter__side-rail--right{right:1.2rem}.manual-phoropter--schematic .manual-phoropter__side-knob--left{left:.85rem}.manual-phoropter--schematic .manual-phoropter__side-knob--right{right:.85rem}}@media (width<=768px){.presentation-module-shell{-webkit-overflow-scrolling:touch;height:100%;min-height:100%;overflow:hidden auto;gap:1rem!important;padding:.85rem!important}.presentation-topbar{align-items:stretch!important}.presentation-topbar .btn{justify-content:center;width:100%}.presentation-title{font-size:1.35rem!important}.presentation-grid{grid-template-columns:1fr!important;gap:1rem!important}.presentation-visual-panel{min-height:min(60svh,420px)!important;padding:4.75rem 1rem 1rem!important}.presentation-content-panel{gap:.9rem!important;padding:1.1rem!important}.presentation-mini-controls{max-width:none;left:.75rem;top:.75rem!important;right:.75rem!important}.presentation-segment{justify-content:stretch}.presentation-mini-button{flex:auto;min-width:0}.presentation-nav-row{grid-template-columns:1fr;align-items:stretch!important;display:grid!important}.presentation-nav-row .btn{width:100%}.presentation-step-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important}.presentation-slide-dots{justify-content:space-between!important;gap:.35rem!important}.presentation-slide-dot{width:clamp(38px,10vw,44px)!important;min-width:38px!important;height:clamp(38px,10vw,44px)!important;min-height:38px!important}.video-workflow__header{flex-direction:column;align-items:stretch}.video-workflow__source{width:100%}.video-workflow__steps{scroll-snap-type:none;grid-template-columns:1fr;padding-bottom:0;display:grid;overflow-x:visible}.video-workflow__steps article{scroll-snap-align:none;min-width:0}.phoropter-control-board{grid-template-columns:1fr}.phoropter-control-board .phoropter-readout-grid,.phoropter-control-board .phoropter-step-tabs,.phoropter-control-board .jcc-action-card,.phoropter-control-board .phoropter-control-grid{grid-area:auto}.manual-phoropter--schematic{grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);min-height:440px;padding:5.1rem 1.05rem .9rem}.manual-phoropter--schematic .manual-phoropter__hanger{width:6.7rem;height:4.1rem}.manual-phoropter--schematic .manual-phoropter__nameplate{font-size:.66rem;top:1.72rem}.manual-phoropter--schematic .manual-phoropter__crossbar{height:1.7rem;top:4.9rem}.manual-phoropter--schematic .manual-phoropter__upper-housing{width:6.2rem;height:2.55rem;top:4.55rem}.manual-phoropter--schematic .manual-phoropter__upper-housing:before,.manual-phoropter--schematic .manual-phoropter__upper-housing:after{height:1.45rem;top:.45rem}.manual-phoropter--schematic .manual-phoropter__upper-housing--left{left:12%}.manual-phoropter--schematic .manual-phoropter__upper-housing--right{right:12%}.manual-phoropter--schematic .manual-phoropter__pd-scale{min-width:3.8rem;font-size:.48rem;top:6.02rem}.manual-phoropter--schematic .manual-phoropter__top-drum{width:4.5rem;height:1.2rem;top:4.15rem}.manual-phoropter--schematic .manual-phoropter__pd-window,.manual-phoropter--schematic .manual-phoropter__level-window{padding:.22rem .32rem;font-size:.58rem;top:6.55rem}.manual-phoropter--schematic .manual-phoropter__pd-window{left:34%}.manual-phoropter--schematic .manual-phoropter__level-window{right:34%}.manual-phoropter--schematic .manual-phoropter__side-rail{height:.8rem;top:5.45rem}.manual-phoropter--schematic .manual-phoropter__side-knob{width:2.15rem;top:4.78rem}.manual-phoropter--schematic .manual-phoropter__center-knob{width:2.3rem;top:11.45rem}.manual-phoropter--schematic .manual-phoropter__eye{min-height:305px;box-shadow:inset 0 0 0 .45rem #d1d5db,inset 0 0 0 .68rem #111827,inset 0 -3.6rem #94a3b82e}.manual-phoropter--schematic .manual-phoropter__bridge{width:44px;height:275px}}@media (width<=380px){.manual-phoropter--schematic{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);min-height:392px;padding-inline:.8rem}.manual-phoropter--schematic .manual-phoropter__eye{min-height:265px}.manual-phoropter--schematic .manual-phoropter__pd-window{left:31%}.manual-phoropter--schematic .manual-phoropter__level-window{right:31%}}.manual-phoropter--base{background:linear-gradient(#fffffff5,#f1f5f9fa),#f8fafc;grid-template-columns:minmax(180px,260px) 82px minmax(180px,260px);min-height:560px;padding:6.6rem clamp(1rem,16vw,10rem) 2.1rem}.phoropter-workbench--base .phoropter-control-board,.phoropter-workbench--base .phoropter-device-toolbar{display:none}.phoropter-workbench--base .phoropter-device-card{padding-top:clamp(.75rem,2vw,1.1rem)}.manual-phoropter--base .manual-phoropter__callouts,.manual-phoropter--base .manual-phoropter__dial,.manual-phoropter--base .manual-phoropter__faceplate,.manual-phoropter--base .manual-phoropter__turret-plate,.manual-phoropter--base .manual-phoropter__lens-window,.manual-phoropter--base .manual-phoropter__retainer,.manual-phoropter--base .manual-phoropter__axis-arm,.manual-phoropter--base .manual-phoropter__aux-slot,.manual-phoropter--base .manual-phoropter__number-window,.manual-phoropter--base .manual-phoropter__screw,.manual-phoropter--base .manual-phoropter__pd-window,.manual-phoropter--base .manual-phoropter__level-window,.manual-phoropter--base .manual-phoropter__pd-scale,.manual-phoropter--base .manual-phoropter__top-drum,.manual-phoropter--base .manual-phoropter__side-knob,.manual-phoropter--base .manual-phoropter__center-knob{display:none}.manual-phoropter--base .manual-phoropter__hanger{background:linear-gradient(#e5e7eb,#cbd5e1);border:2px solid #111827;border-radius:.32rem;width:7.2rem;height:4.5rem;top:.3rem}.manual-phoropter--base .manual-phoropter__nameplate{color:#111827;font-size:.72rem;top:1.85rem}.manual-phoropter--base .manual-phoropter__crossbar{background:linear-gradient(#ffffffc7,#0000 38%),linear-gradient(90deg,#cbd5e1,#f8fafc 50%,#cbd5e1);border:2px solid #111827;border-radius:.28rem;height:2.25rem;top:5.55rem;left:16%;right:16%}.manual-phoropter--base .manual-phoropter__upper-housing{background:linear-gradient(#ffffffd1,#0000 38%),linear-gradient(90deg,#dbe3eb,#f8fafc 48%,#cbd5e1);border:2px solid #111827;border-radius:.3rem;width:12rem;height:3.8rem;top:4.95rem}.manual-phoropter--base .manual-phoropter__upper-housing--left{left:calc(50% - 16.4rem)}.manual-phoropter--base .manual-phoropter__upper-housing--right{right:calc(50% - 16.4rem)}.manual-phoropter--base .manual-phoropter__side-rail{background:#dbe3eb;border:2px solid #111827;height:1rem;top:6.25rem}.manual-phoropter--base .manual-phoropter__side-rail--left{left:20%}.manual-phoropter--base .manual-phoropter__side-rail--right{right:20%}.manual-phoropter--base .manual-phoropter__eye{background:radial-gradient(circle at 50% 47%,#ffffff29 0 18%,#0000 19%),linear-gradient(135deg,#ffffff14,#0000 30%),linear-gradient(#1f2937,#020617 74%);border:2px solid #111827;border-radius:46% 46% 34% 34%;min-height:360px;box-shadow:inset 0 0 0 .5rem #475569,inset 0 0 0 .88rem #dbe3eb,inset 0 0 0 1.12rem #111827,inset 0 -3.6rem #f8fafc21,0 .8rem 1.35rem #0f172a38}.manual-phoropter--base .manual-phoropter__eye.is-active{box-shadow:inset 0 0 0 .5rem #475569,inset 0 0 0 .88rem #dbe3eb,inset 0 0 0 1.12rem #111827,inset 0 -3.6rem #f8fafc21,0 0 0 4px #5eead442,0 .8rem 1.35rem #0f172a38}.manual-phoropter--base .manual-phoropter__outer-ring{z-index:2;border-radius:inherit;background:linear-gradient(90deg,#0f172a 0 18%,#0000 19% 81%,#0f172a 82%),linear-gradient(#334155,#020617);border:2px solid #111827;inset:8% 9%;box-shadow:inset 0 0 0 .46rem #cbd5e1,inset 0 0 0 .72rem #111827}.manual-phoropter--base .manual-phoropter__metal-carrier{z-index:3;background:radial-gradient(circle,#ffffffb8 0 28%,#0000 29%),linear-gradient(135deg,#eef2f7,#aebdcc);border:2px solid #111827;border-radius:42% 42% 30% 30%;width:56%;height:38%;top:32%;box-shadow:inset 0 -.55rem #0f172a14}.manual-phoropter--base .manual-phoropter__bank{z-index:8;background:radial-gradient(circle,#f8fafc 0 22%,#111827 23% 37%,#e5e7eb 38% 54%,#111827 55% 100%);border:2px solid #111827;border-radius:50%;width:34%;top:48%;left:50%;box-shadow:inset 0 0 0 .22rem #fff9,0 .45rem .9rem #0f172a57}.manual-phoropter--base .manual-phoropter__eye-label{color:#f8fafc;text-shadow:0 1px 2px #020617cc;font-size:.74rem;top:-1.25rem}.manual-phoropter--base .manual-phoropter__aperture{background:radial-gradient(circle,#020617 0 42%,#1e293b 43% 60%,#020617 61% 100%);border:.16rem solid #f8fafc;width:44%}.manual-phoropter--base .manual-phoropter__aperture span{display:none}.manual-phoropter--base .manual-phoropter__eye.is-occluded .manual-phoropter__aperture{background:radial-gradient(circle,#020617 0 42%,#1e293b 43% 60%,#020617 61% 100%)}.manual-phoropter--base .manual-phoropter__bridge{background:radial-gradient(circle at 50% 20%,#f8fafc 0 .9rem,#94a3b8 .95rem 1.45rem,#0000 1.5rem),linear-gradient(#eef2f7,#cbd5e1 64%,#94a3b8);border:2px solid #111827;border-radius:1rem 1rem 2.3rem 2.3rem;width:76px;height:330px}.manual-phoropter--base .manual-phoropter__bridge span{display:none}@media (width<=900px){.manual-phoropter--base{grid-template-columns:minmax(120px,1fr) 56px minmax(120px,1fr);min-height:440px;padding:5.2rem 1.05rem 1rem}.manual-phoropter--base .manual-phoropter__upper-housing{width:6.4rem;height:2.45rem;top:4.25rem}.manual-phoropter--base .manual-phoropter__upper-housing--left{left:14%}.manual-phoropter--base .manual-phoropter__upper-housing--right{right:14%}.manual-phoropter--base .manual-phoropter__crossbar{height:1.65rem;top:4.55rem;left:10%;right:10%}.manual-phoropter--base .manual-phoropter__side-rail{top:5.2rem}.manual-phoropter--base .manual-phoropter__eye{min-height:300px}.manual-phoropter--base .manual-phoropter__bank{width:42%}.manual-phoropter--base .manual-phoropter__bridge{width:50px;height:260px}}@media (width<=380px){.manual-phoropter--base{grid-template-columns:minmax(108px,1fr) 44px minmax(108px,1fr);min-height:400px;padding-inline:.75rem}.manual-phoropter--base .manual-phoropter__eye{min-height:270px}.manual-phoropter--base .manual-phoropter__bank{width:46%}.manual-phoropter--base .manual-phoropter__bridge{width:42px;height:238px}}@media (width<=920px){.refcalc-header{align-items:stretch}.refcalc-header .btn,.refcalc-header a.btn{width:100%}.refcalc-header__title{order:-1;width:100%}.refcalc-answer-grid,.refcalc-schema-grid--basic,.refcalc-astig-compare__grid{grid-template-columns:1fr}.exam-verification-panel{grid-template-columns:1fr;align-items:stretch}.exam-verification-panel__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.refcalc-shell{padding:.85rem}.refcalc-meridian-grid,.refcalc-distance-buttons,.refcalc-example-row,.refcalc-practice-values,.refcalc-schema-grid{grid-template-columns:1fr}.refcalc-practice-panel__heading{align-items:stretch}.refcalc-practice-panel__heading .btn{width:100%}.refcalc-practice-textarea{min-height:360px;font-size:.9rem}.refcalc-section__heading h1,.refcalc-section__heading h2{font-size:1.35rem}.exam-verification-panel{margin:.7rem .7rem 0;padding:.78rem}.exam-verification-panel__actions,.exam-verification-panel__actions.is-compact{grid-template-columns:1fr}}.app-container{flex-direction:column;width:100%;height:100dvh;display:flex}.app-scroll-container{background-color:var(--color-bg-primary);width:100%;min-height:100vh;overflow:hidden auto}.module-fallback{color:#cbd5e1;background:#070b13;justify-content:center;align-items:center;min-height:100vh;font-family:sans-serif;display:flex}.simulator-center-panel{flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.guided-workspace-shell{background:radial-gradient(circle at 48% 28%,#14b8a614,#0000 34%),linear-gradient(135deg,#060c15 0%,#08111d 48%,#050914 100%);width:100vw;height:100dvh;position:relative;overflow:hidden}.guided-workspace-shell--fit .guided-workspace--fit-canvas{width:var(--guided-fit-width);height:var(--guided-fit-height);min-width:var(--guided-fit-width);min-height:var(--guided-fit-height);transform:translate3d(var(--guided-fit-offset-x), var(--guided-fit-offset-y), 0) scale(var(--guided-fit-scale));transform-origin:0 0;will-change:transform;position:absolute;top:0;left:0}.guided-workspace-shell--mobile .guided-workspace{width:100%;height:100%}.guided-workspace{--workspace-bg:#08111d;--workspace-rail:#0b1420;--workspace-panel:#0f1b2adb;--workspace-panel-soft:#122031b8;--workspace-border:#94a3b82e;--workspace-border-strong:#94a3b84d;--workspace-teal:#22d3d6;--workspace-teal-deep:#0f8f98;--workspace-yellow:#f8c431;--workspace-muted:#9aa7b8;color:#f8fafc;background:radial-gradient(circle at 48% 28%,#14b8a614,#0000 34%),linear-gradient(135deg,#060c15 0%,#08111d 48%,#050914 100%);grid-template-columns:90px minmax(0,1fr);width:100%;height:100dvh;display:grid;position:relative;overflow:hidden}.guided-workspace button,.guided-workspace select,.guided-workspace input{font:inherit}.guided-workspace button:focus-visible,.guided-workspace select:focus-visible,.guided-workspace input:focus-visible,.guided-workspace summary:focus-visible,.guided-paper-editor:focus-visible{outline-offset:2px;outline:2px solid #67e8f9}.guided-workspace button:disabled{cursor:not-allowed;opacity:.58}.guided-workspace,.guided-workspace *,.guided-workspace :before,.guided-workspace :after{box-sizing:border-box}.guided-workspace__rail{background:linear-gradient(180deg, #0f172aeb, var(--workspace-rail));border-right:1px solid #94a3b829;flex-direction:column;justify-content:space-between;min-width:0;padding:54px 12px 14px;display:flex}.guided-workspace__rail-group{gap:14px;display:grid}.guided-rail-button{color:#aab4c3;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-items:center;gap:5px;min-width:0;min-height:54px;padding:9px 4px 7px;display:grid;position:relative}.guided-rail-button:after{content:"";background:0 0;border-radius:999px;width:3px;position:absolute;top:10px;bottom:10px;right:-13px}.guided-rail-button span{max-width:100%;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:700;line-height:1.15;overflow:hidden}.guided-rail-button:hover,.guided-rail-button:focus-visible{color:#e2f8fb;background:#22d3d614;border-color:#22d3d647;outline:none}.guided-rail-button.is-active{color:var(--workspace-teal);background:#22d3d62e;border-color:#22d3d657}.guided-rail-button.is-active:after{background:var(--workspace-teal);box-shadow:0 0 14px #22d3d69e}.guided-paper-panel{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a121edb;border:1px solid #f8c4313d;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;width:min(430px,100vw - 124px);padding:12px;display:grid;position:absolute;top:86px;bottom:58px;left:104px;box-shadow:0 24px 70px #00000075}.guided-paper-panel__header,.guided-paper-panel__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.guided-paper-panel__header strong,.guided-paper-panel__header span{display:block}.guided-paper-panel__header strong{color:#f8fafc;font-size:1rem}.guided-paper-panel__header span,.guided-paper-panel__footer span{color:var(--workspace-muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.guided-paper-panel__header button,.guided-paper-trash,.guided-paper-next{color:#e2e8f0;cursor:pointer;background:#0f172ab3;border:1px solid #94a3b833;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;display:inline-flex}.guided-paper-panel__header button{width:38px}.guided-paper-trash{color:#fecdd3;padding:0 11px}.guided-paper-next{color:#7dd3fc;background:#22d3d61a;border-color:#22d3d65c;padding:0 12px;font-weight:900}.guided-paper-panel__header button:hover,.guided-paper-trash:hover,.guided-paper-next:hover,.guided-paper-panel__header button:focus-visible,.guided-paper-trash:focus-visible,.guided-paper-next:focus-visible{background:#f8c4311c;border-color:#f8c43170;outline:none}.guided-paper-sheet{background:linear-gradient(90deg,#0000 0 45px,#db4e4e42 46px 47px,#0000 48px),repeating-linear-gradient(#0000 0 30px,#506f9b33 31px 32px),linear-gradient(#fff9e7,#f5edcf);border:1px solid #78501e33;border-radius:8px;min-height:0;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff8c,0 12px 28px #00000042}.guided-paper-editor{color:#172033;white-space:pre-wrap;background:0 0;border:0;outline:none;width:100%;height:100%;min-height:360px;padding:28px 24px 76px 62px;font-family:Segoe Print,Comic Sans MS,Trebuchet MS,sans-serif;font-size:.95rem;font-weight:650;line-height:32px;overflow-y:auto}.guided-paper-editor p{min-height:32px;margin:0}.guided-paper-editor strong{color:#060b16;text-shadow:.35px 0 #060b16;font-weight:950}.guided-paper-editor .guided-paper-separator{color:#1720337a;text-align:center}.guided-paper-placeholder{pointer-events:none;color:#1720335c;place-content:center;justify-items:center;gap:10px;font-size:.92rem;font-weight:800;display:grid;position:absolute;inset:0}.guided-workspace__body{grid-template-rows:70px minmax(0,1fr);min-width:0;min-height:0;display:grid}.guided-workspace__topbar{background:#050a12b8;border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;gap:18px;min-width:0;padding:12px 20px;display:flex}.guided-brand,.guided-topbar-actions{align-items:center;min-width:0;display:flex}.guided-brand{gap:13px}.guided-brand svg{color:var(--workspace-teal);flex:none}.guided-brand strong{font-size:1.36rem;line-height:1}.guided-brand span{color:var(--workspace-teal);font-size:1.03rem;font-weight:800}.guided-brand small{color:#bffcff;white-space:nowrap;background:#22d3d629;border:1px solid #22d3d647;border-radius:5px;padding:6px 10px;font-size:.82rem;font-weight:900;line-height:1}.guided-brand p{color:#d4d9e2;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0 0 0 4px;font-size:.98rem;overflow:hidden}.guided-topbar-actions{justify-content:flex-end;gap:10px}.guided-icon-action,.guided-select-shell{border:1px solid var(--workspace-border);color:#f8fafc;background:#0f172ab3;border-radius:8px;align-items:center;gap:9px;min-height:44px;padding:0 14px;display:inline-flex}.guided-icon-action{cursor:pointer}.guided-icon-action__label{white-space:nowrap;line-height:1}.guided-icon-action:hover,.guided-icon-action:focus-visible{background:#22d3d61f;border-color:#22d3d673;outline:none}.guided-select-shell select{color:#f8fafc;background:0 0;border:0;outline:none;min-height:42px}.guided-workspace__main{grid-template-rows:auto minmax(0,1fr) 44px;gap:10px;min-width:0;min-height:0;padding:10px 14px 0;display:grid}.guided-learning-path{border:1px solid var(--workspace-border);background:linear-gradient(#101c2cdb,#0c1622c7);border-radius:8px;gap:10px;min-width:0;padding:12px 16px;display:grid}.guided-learning-path__heading{color:var(--workspace-muted);text-transform:uppercase;justify-content:space-between;align-items:center;gap:6px;margin:0;font-size:.78rem;font-weight:900;display:flex}.guided-learning-path__heading strong{color:var(--workspace-teal)}.guided-learning-steps{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.guided-learning-steps li{color:#aab4c3;background:#0f172a85;border:1px solid #94a3b81f;border-radius:8px;grid-template-columns:minmax(0,1fr);place-items:center;gap:8px;min-width:0;min-height:48px;padding:6px;display:grid;position:relative}.guided-learning-steps li:not(:last-child):after{display:none}.guided-learning-steps li>span{color:#cbd5e1;background:#0f172ae0;border:2px solid #94a3b838;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.98rem;font-weight:900;display:inline-flex}.guided-learning-steps li div{display:none}.guided-learning-steps strong,.guided-learning-steps small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.guided-learning-steps strong{color:#f8fafc;font-size:.95rem}.guided-learning-steps small{color:var(--workspace-muted);font-size:.84rem}.guided-learning-steps li.is-current>span{border-color:var(--workspace-teal);color:#f8ffff;box-shadow:0 0 0 5px #22d3d61a}.guided-learning-steps li.is-current{background:#22d3d61a;border-color:#22d3d657;grid-template-columns:34px minmax(0,1fr);justify-items:start}.guided-learning-steps li.is-current div{display:block}.guided-learning-steps li.is-complete>span{color:#a7f3d0;border-color:#22c55e94}.guided-learning-path__progress{background:#94a3b829;border-radius:999px;height:3px;margin-top:0;overflow:hidden}.guided-learning-path__progress span{border-radius:inherit;background:linear-gradient(90deg, var(--workspace-teal), #67e8f9);height:100%;display:block}.guided-learning-path__actions{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr) auto;align-items:center;gap:10px;margin-top:0;display:grid}.guided-goal-summary,.guided-next-action{background:#090f1873;border:1px solid #94a3b829;border-radius:8px;min-height:62px;padding:10px 12px}.guided-learning-path__actions span,.guided-next-action span{color:var(--workspace-yellow);text-transform:uppercase;font-size:.82rem;font-weight:900;display:block}.guided-learning-path__actions strong,.guided-next-action strong{color:#f8fafc;margin-top:6px;font-size:1rem;line-height:1.3;display:block}.guided-next-action{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.guided-next-action button{width:42px;height:42px;color:var(--workspace-teal);cursor:pointer;background:#22d3d61a;border:1px solid #22d3d69e;border-radius:999px}.guided-outline-action{border:1px solid var(--workspace-border-strong);color:#f8fafc;cursor:pointer;white-space:nowrap;background:#090f188a;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 16px;display:inline-flex}.guided-workbench{grid-template-columns:minmax(0,1fr) clamp(315px,24vw,360px);gap:10px;min-width:0;min-height:0;display:grid}.guided-stage-panel,.guided-coach-panel{border:1px solid var(--workspace-border);background:var(--workspace-panel);border-radius:8px;min-width:0;min-height:0;box-shadow:0 18px 40px #0000002e}.guided-stage-panel{grid-template-rows:auto minmax(260px,1fr) auto auto;display:grid;position:relative;overflow:hidden}.guided-stage-toolbar{z-index:60;border:1px solid var(--workspace-border);background:#070b13b3;border-radius:8px;display:inline-flex;position:absolute;top:16px;right:16px;overflow:hidden}.guided-stage-toolbar button{border:0;border-right:1px solid var(--workspace-border);color:#cbd5e1;cursor:pointer;background:0 0;width:44px;height:44px}.guided-stage-toolbar button:last-child{border-right:0}.guided-stage-toolbar button:hover,.guided-stage-toolbar button:focus-visible{color:#f8ffff;background:#22d3d61a;outline:none}.guided-wizard-card{z-index:50;border:1px solid var(--workspace-border-strong);background:#09121efa;border-radius:8px;width:auto;min-width:0;margin:10px 150px 0 10px;padding:0;position:relative;overflow:hidden;box-shadow:0 14px 30px #00000052}.guided-wizard-card__close{color:#cbd5e1;cursor:pointer;background:#0f172ab8;border:0;border-radius:8px;width:32px;height:32px;position:absolute;top:8px;right:8px}.guided-wizard-card__header{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:12px;padding:12px 48px 10px 14px;display:flex}.guided-wizard-card__header span,.guided-wizard-card__hint span{color:var(--workspace-teal);text-transform:uppercase;font-size:.78rem;font-weight:900;display:block}.guided-wizard-card__header strong{color:#dbe4ef;font-size:.82rem;font-weight:900}.guided-wizard-card__body{grid-template-columns:minmax(0,1fr) minmax(170px,.34fr);gap:12px;padding:12px 14px 0;display:grid}.guided-wizard-card__copy{min-width:0}.guided-wizard-card h2{color:#f8fafc;margin:0;font-size:1.02rem}.guided-wizard-card p{color:#cbd5e1;margin:8px 0 0;line-height:1.45;display:block}.guided-wizard-card__hint{background:#22d3d614;border:1px solid #22d3d62e;border-radius:8px;align-content:center;align-self:stretch;gap:6px;padding:10px 12px;display:grid}.guided-wizard-card__hint strong{color:#f8fafc;font-size:.96rem;line-height:1.25}.guided-workspace .guided-wizard-card__note{color:#cbd5e1;background:#0f172a7a;border:1px solid #94a3b821;border-radius:8px;margin:10px 14px 0;padding:9px 11px;font-size:.86rem;line-height:1.36;display:none}@media (height>=821px){.guided-workspace .guided-wizard-card__note{display:block}}.guided-wizard-card__actions{gap:8px;padding:12px 14px 14px;display:flex}.guided-wizard-card__action{color:#e7ffff;cursor:pointer;background:#22d3d626;border:1px solid #22d3d666;border-radius:8px;flex:auto;justify-content:center;align-items:center;gap:8px;width:auto;min-height:48px;margin-top:0;font-weight:850;display:inline-flex}.guided-wizard-card__action.is-soft{color:#cbd5e1;background:#94a3b81f;border-color:#94a3b83d}.guided-wizard-card__paper-action{color:#fde68a;cursor:default;background:#f8c4311a;border:1px solid #f8c43152;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:auto;min-height:42px;margin:0 14px 12px;padding:0 12px;font-weight:900;display:inline-flex}.guided-wizard-card__paper-action:hover,.guided-wizard-card__paper-action:focus-visible{background:#f8c43129;border-color:#f8c431a3;outline:none}.guided-simulation-area{background:radial-gradient(at 50% 52%,#22d3d614,#0000 42%),radial-gradient(at 50% 54%,#0000,#02061761 75%);justify-content:center;align-items:center;min-height:330px;padding:18px 22px 8px;display:flex}.guided-simulation-area .canvas-start-hint{background:#070b13d1;border:1px solid #22d3d633;border-radius:8px}.guided-sweep-strip{color:var(--workspace-muted);grid-template-columns:120px minmax(0,1fr) 120px;align-items:end;gap:16px;padding:0 26px 14px;font-size:.82rem;display:grid}.guided-sweep-strip>span:last-child{text-align:right}.guided-sweep-control{text-align:center;gap:7px;min-width:0;display:grid}.guided-sweep-control label{gap:2px;display:grid}.guided-sweep-control label span{color:#cbd5e1;text-transform:uppercase;font-size:.74rem;font-weight:900}.guided-sweep-strip strong{color:var(--workspace-teal);font-size:.84rem}.guided-sweep-strip input{width:100%;accent-color:var(--workspace-teal)}.guided-control-dock{border:1px solid var(--workspace-border-strong);background:#122031e0;border-radius:8px;grid-template-columns:1fr 1.15fr 1.25fr .95fr;gap:0;margin:0 12px 12px;display:grid}.guided-control-dock fieldset{border:0;border-right:1px solid #94a3b838;min-width:0;margin:0;padding:18px 18px 16px}.guided-control-dock fieldset:last-child{border-right:0}.guided-control-dock legend{color:#aeb7c5;text-align:center;text-transform:uppercase;width:100%;margin-bottom:9px;padding:0;font-size:.8rem;font-weight:900;display:block}.guided-control-dock__value{grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:14px;display:grid}.guided-control-dock__value strong{color:var(--workspace-teal);text-align:center;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1}.guided-control-dock button{border:1px solid var(--workspace-border);color:#f8fafc;cursor:pointer;background:#0f172aad;border-radius:8px;min-height:44px;font-weight:800}.guided-control-dock button:hover,.guided-control-dock button:focus-visible{background:#22d3d61a;border-color:#22d3d67a;outline:none}.guided-control-dock__pair,.guided-control-dock__triplet{gap:8px;margin-top:14px;display:grid}.guided-control-dock__pair{grid-template-columns:1fr 1fr}.guided-control-dock__pair button{min-height:58px;font-size:.84rem;line-height:1.2}.guided-control-dock__pair small{color:#aeb7c5;margin-top:4px;font-size:.76rem;display:block}.guided-control-dock__triplet{grid-template-columns:repeat(3,minmax(0,1fr))}.guided-control-dock__triplet button{color:#cbd5e1;min-height:44px;padding:0 8px}.guided-control-dock__triplet button.is-selected{color:#e8ffff;background:#22d3d621;border-color:#22d3d6b8}.guided-axis-hint{color:var(--workspace-yellow);text-align:center;margin-top:10px;font-size:.75rem;font-weight:800;line-height:1.35;display:block}.guided-light-control{color:#cbd5e1;justify-items:center;gap:9px;display:grid}.guided-light-control svg,.guided-light-control strong{color:var(--workspace-teal)}.guided-light-control strong{font-size:1.25rem}.guided-light-control input{width:100%;accent-color:var(--workspace-teal)}.guided-mobile-step-summary,.guided-mobile-sheet{display:none}.guided-coach-panel{align-content:start;gap:18px;padding:24px 20px 16px;display:grid;overflow-y:auto}.guided-coach-panel header{color:var(--workspace-yellow);text-transform:uppercase;justify-content:space-between;align-items:center;display:flex}.guided-coach-panel header strong{font-size:.9rem}.guided-coach-panel section{min-width:0}.guided-coach-panel h2{color:#f8fafc;margin:0 0 8px;font-size:.98rem}.guided-coach-panel p{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.48}.guided-observation-card{border:1px solid var(--workspace-border-strong);background:var(--workspace-panel-soft);border-radius:8px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;padding:16px;display:grid}.guided-observation-card svg{color:#aeb7c5}.guided-status-list{background:#050a122e;border-radius:8px;row-gap:0;margin:0;padding:8px 0;display:grid}.guided-status-list div{border-bottom:1px solid #94a3b81f;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);min-width:0;display:grid}.guided-status-list div:last-child{border-bottom:0}.guided-status-list dt,.guided-status-list dd{min-width:0;padding:8px;font-size:.92rem}.guided-status-list dt{color:#cbd5e1}.guided-status-list dd{color:#dbe4ef;align-items:center;gap:10px;margin:0;font-weight:650;display:inline-flex}.guided-status-list i,.guided-workspace__statusbar i{background:#64748b;border-radius:999px;flex:0 0 13px;width:13px;height:13px}.guided-status-list i.is-good,.guided-workspace__statusbar i.is-good{background:#22c55e}.guided-status-list i.is-warn{background:#fbbf24}.guided-confidence{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:14px;display:grid}.guided-confidence span{color:#cbd5e1}.guided-confidence strong{color:#5eead4}.guided-confidence i{background:linear-gradient(90deg, var(--workspace-teal) 0 86%, #94a3b82e 86% 100%);border-radius:999px;grid-column:1/-1;height:5px;overflow:hidden}.guided-coach-details{border:1px solid var(--workspace-border);background:#0f172a99;border-radius:8px}.guided-coach-details summary{color:#cbd5e1;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:0 12px;font-weight:800;display:flex}.guided-coach-details div{gap:8px;padding:0 12px 12px;display:grid}.guided-coach-details p{border-left:3px solid #22d3d666;padding-left:10px;font-size:.82rem}.guided-coach-details span{font-weight:900;display:block}.guided-workspace__statusbar{color:#aeb7c5;border-top:1px solid #94a3b824;grid-template-columns:auto auto auto auto auto minmax(120px,auto);align-items:center;gap:24px;min-width:0;padding:0 12px;font-size:.83rem;display:grid}.guided-workspace__statusbar span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:inline-flex;overflow:hidden}.guided-workspace__statusbar button{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-self:end;min-height:34px;padding:0 12px}.guided-workspace__statusbar button:hover{border-color:var(--workspace-border);background:#ffffff0f}@media (width<=1180px){.guided-workspace{grid-template-columns:76px minmax(0,1fr)}.guided-rail-button span,.guided-brand p,.guided-icon-action:nth-of-type(3){display:none}.guided-workspace__rail{padding-inline:10px}.guided-learning-steps{gap:10px}.guided-learning-steps li{grid-template-columns:minmax(0,1fr)}.guided-learning-steps li>span{width:40px;height:40px}.guided-learning-steps li.is-current{grid-template-columns:40px minmax(0,1fr)}.guided-workbench{grid-template-columns:minmax(0,1fr) 300px}.guided-control-dock{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-control-dock fieldset:nth-child(2){border-right:0}.guided-control-dock fieldset:nth-child(-n+2){border-bottom:1px solid #94a3b838}}@media (width>=769px) and (height<=820px){.guided-workspace{grid-template-columns:76px minmax(0,1fr)}.guided-workspace__rail{padding:28px 10px 10px}.guided-workspace__rail-group{gap:10px}.guided-rail-button{min-height:46px;padding:7px 4px 5px}.guided-workspace__body{grid-template-rows:58px minmax(0,1fr)}.guided-workspace__topbar{gap:12px;padding:8px 14px}.guided-brand{gap:10px}.guided-brand svg{width:28px;height:28px}.guided-brand strong{font-size:1.14rem}.guided-brand span,.guided-brand p{font-size:.86rem}.guided-brand small{padding:5px 8px;font-size:.72rem}.guided-icon-action,.guided-select-shell{gap:7px;min-height:38px;padding:0 10px;font-size:.84rem}.guided-select-shell select{min-height:36px}.guided-workspace__main{grid-template-rows:auto minmax(0,1fr) 34px;gap:8px;padding:8px 10px 0}.guided-learning-path{padding:10px 14px}.guided-learning-path__heading{font-size:.78rem}.guided-learning-steps{gap:8px}.guided-learning-steps li{grid-template-columns:minmax(0,1fr);gap:8px}.guided-learning-steps li.is-current{grid-template-columns:34px minmax(0,1fr)}.guided-learning-steps li>span{width:34px;height:34px;font-size:.92rem}.guided-learning-steps strong{font-size:.78rem}.guided-learning-steps small{display:none}.guided-learning-path__progress{margin-top:0}.guided-learning-path__actions{display:none}.guided-learning-path__actions span,.guided-next-action span{font-size:.68rem}.guided-learning-path__actions strong,.guided-next-action strong{margin-top:3px;font-size:.82rem;line-height:1.2}.guided-next-action{grid-template-columns:42px minmax(0,1fr);gap:8px}.guided-next-action button{width:40px;height:40px}.guided-outline-action{gap:8px;min-height:40px;padding:0 12px;font-size:.8rem}.guided-workbench{grid-template-columns:minmax(0,1fr) clamp(280px,22vw,320px);gap:8px}.guided-stage-panel{grid-template-rows:auto minmax(0,1fr) auto auto}.guided-stage-toolbar{top:10px;right:10px}.guided-stage-toolbar button{width:38px;height:38px}.guided-wizard-card{z-index:50;grid-template-columns:minmax(0,1fr) minmax(190px,.34fr);grid-template-areas:"header header""body actions";align-items:stretch;max-height:none;margin:8px 126px 0 8px;display:grid;position:relative;overflow:hidden}.guided-wizard-card__header{grid-area:header;padding:9px 44px 8px 12px}.guided-wizard-card h2{font-size:.92rem}.guided-wizard-card__body{grid-area:body;grid-template-columns:minmax(0,1fr);gap:8px;padding:9px 12px 10px}.guided-wizard-card p{margin-top:5px;font-size:.82rem;line-height:1.32}.guided-wizard-card__hint,.guided-wizard-card__note{display:none}.guided-wizard-card__action{min-height:40px}.guided-wizard-card__actions{grid-area:actions;align-self:end;padding:9px 12px 10px 0}.guided-wizard-card__paper-action{min-height:36px;margin:0 12px 10px}.guided-simulation-area{min-height:0;padding:8px 14px 4px}.guided-simulation-area .simulation-canvas{max-height:min(100%,300px)}.guided-sweep-strip{grid-template-columns:88px minmax(0,1fr) 88px;gap:10px;padding:0 16px 4px;font-size:.72rem}.guided-control-dock{grid-template-columns:1fr 1.15fr 1.25fr .95fr;margin:0 8px 8px}.guided-control-dock fieldset,.guided-control-dock fieldset:nth-child(2),.guided-control-dock fieldset:nth-child(-n+2){border-bottom:0;border-right:1px solid #94a3b838;padding:8px 12px}.guided-control-dock fieldset:last-child{border-right:0}.guided-control-dock legend{margin-bottom:6px;font-size:.68rem}.guided-control-dock__value{grid-template-columns:38px minmax(0,1fr) 38px;gap:8px}.guided-control-dock__value strong{font-size:1.18rem}.guided-control-dock button{min-height:34px;font-size:.76rem}.guided-control-dock__pair,.guided-control-dock__triplet{gap:6px;margin-top:7px}.guided-control-dock__pair button{min-height:38px}.guided-control-dock__triplet button{min-height:34px;padding:0 5px}.guided-axis-hint{display:none}.guided-light-control{gap:6px}.guided-light-control svg{width:18px;height:18px}.guided-light-control strong{font-size:1rem}.guided-coach-panel{gap:10px;padding:14px 12px}.guided-coach-panel header strong,.guided-coach-panel h2{font-size:.82rem}.guided-coach-panel p,.guided-status-list dt,.guided-status-list dd{font-size:.78rem;line-height:1.35}.guided-observation-card{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:10px}.guided-coach-details summary{min-height:40px;font-size:.78rem}.guided-workspace__statusbar{gap:12px;height:34px;font-size:.72rem}}@media (width>=769px){.guided-workspace--fit-canvas{grid-template-columns:90px minmax(0,1fr)}.guided-workspace--fit-canvas .guided-workspace__rail{padding:54px 12px 14px}.guided-workspace--fit-canvas .guided-workspace__rail-group{gap:14px}.guided-workspace--fit-canvas .guided-rail-button{min-height:54px;padding:9px 4px 7px}.guided-workspace--fit-canvas .guided-rail-button span{display:block}.guided-workspace--fit-canvas .guided-workspace__body{grid-template-rows:70px minmax(0,1fr)}.guided-workspace--fit-canvas .guided-workspace__topbar{gap:18px;min-height:0;padding:12px 20px;display:flex}.guided-workspace--fit-canvas .guided-topbar-actions{padding-right:180px}.guided-workspace--fit-canvas .guided-brand{gap:13px}.guided-workspace--fit-canvas .guided-brand svg{width:34px;height:34px}.guided-workspace--fit-canvas .guided-brand strong{font-size:1.36rem}.guided-workspace--fit-canvas .guided-brand span,.guided-workspace--fit-canvas .guided-brand p,.guided-workspace--fit-canvas .guided-brand small{display:block}.guided-workspace--fit-canvas .guided-brand span{font-size:1.03rem}.guided-workspace--fit-canvas .guided-brand p{font-size:.98rem}.guided-workspace--fit-canvas .guided-brand small{padding:6px 10px;font-size:.82rem}.guided-workspace--fit-canvas .guided-icon-action,.guided-workspace--fit-canvas .guided-select-shell{justify-content:center;gap:9px;width:auto;min-width:0;min-height:44px;padding:0 14px;font-size:1rem}.guided-workspace--fit-canvas .guided-topbar-actions .guided-icon-action{width:44px;min-width:44px;padding:0}.guided-workspace--fit-canvas .guided-topbar-actions .guided-icon-action__label{display:none}.guided-workspace--fit-canvas .guided-select-shell select{max-width:none;min-height:42px;font-size:1rem}.guided-workspace--fit-canvas .guided-workspace__main{grid-template-rows:auto minmax(0,1fr) 44px;gap:10px;padding:10px 14px 0;display:grid;overflow:hidden}.guided-workspace--fit-canvas .guided-learning-path{gap:10px;padding:12px 16px}.guided-workspace--fit-canvas .guided-learning-path__heading{font-size:.78rem}.guided-workspace--fit-canvas .guided-learning-steps{gap:8px}.guided-workspace--fit-canvas .guided-learning-steps li{grid-template-columns:minmax(0,1fr);gap:8px;min-height:48px}.guided-workspace--fit-canvas .guided-learning-steps li.is-current{grid-template-columns:34px minmax(0,1fr)}.guided-workspace--fit-canvas .guided-learning-steps li>span{width:34px;height:34px;font-size:.98rem}.guided-workspace--fit-canvas .guided-learning-steps strong{font-size:.95rem}.guided-workspace--fit-canvas .guided-learning-steps small{font-size:.84rem;display:block}.guided-workspace--fit-canvas .guided-learning-path__actions{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr) auto;display:grid}.guided-workspace--fit-canvas .guided-workbench{grid-template-columns:minmax(0,1fr) clamp(315px,24vw,360px);gap:10px}.guided-workspace--fit-canvas .guided-stage-panel{grid-template-rows:auto minmax(260px,1fr) auto auto;overflow:hidden}.guided-workspace--fit-canvas .guided-stage-toolbar{top:16px;right:16px}.guided-workspace--fit-canvas .guided-stage-toolbar button{width:44px;height:44px}.guided-workspace--fit-canvas .guided-wizard-card{grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);grid-template-areas:"header header""body actions""note actions""paper paper";align-items:stretch;max-height:none;margin:10px 150px 0 10px;display:grid}.guided-workspace--fit-canvas .guided-wizard-card__header{grid-area:header;padding:12px 48px 10px 14px}.guided-workspace--fit-canvas .guided-wizard-card h2{font-size:1.02rem}.guided-workspace--fit-canvas .guided-wizard-card__body{grid-area:body;grid-template-columns:minmax(0,1fr);gap:8px;padding:12px 14px 8px}.guided-workspace--fit-canvas .guided-wizard-card__hint{display:none}.guided-workspace--fit-canvas .guided-wizard-card__note{grid-area:note;display:block}.guided-workspace--fit-canvas .guided-wizard-card p{margin-top:8px;font-size:1rem;line-height:1.45}.guided-workspace--fit-canvas .guided-wizard-card__note{margin:0 14px 12px;font-size:.86rem;line-height:1.36}.guided-workspace--fit-canvas .guided-wizard-card__action{text-align:center;height:100%;min-height:48px;padding:0 12px}.guided-workspace--fit-canvas .guided-wizard-card__actions{grid-area:actions;align-self:stretch;min-width:0;padding:12px 14px 12px 0}.guided-workspace--fit-canvas .guided-wizard-card__paper-action{grid-area:paper}.guided-workspace--fit-canvas .guided-simulation-area{min-height:330px;padding:18px 22px 8px}.guided-workspace--fit-canvas .guided-simulation-area .simulation-canvas{max-height:100%}.guided-workspace--fit-canvas .guided-sweep-strip{grid-template-columns:120px minmax(0,1fr) 120px;gap:16px;padding:0 26px 14px;font-size:.82rem}.guided-workspace--fit-canvas .guided-control-dock{grid-template-columns:1fr 1.15fr 1.25fr .95fr;margin:0 12px 12px}.guided-workspace--fit-canvas .guided-control-dock fieldset,.guided-workspace--fit-canvas .guided-control-dock fieldset:nth-child(2),.guided-workspace--fit-canvas .guided-control-dock fieldset:nth-child(-n+2){border-bottom:0;border-right:1px solid #94a3b838;padding:18px 18px 16px}.guided-workspace--fit-canvas .guided-control-dock fieldset:last-child{border-right:0}.guided-workspace--fit-canvas .guided-control-dock legend{margin-bottom:9px;font-size:.8rem}.guided-workspace--fit-canvas .guided-control-dock__value{grid-template-columns:46px minmax(0,1fr) 46px;gap:14px}.guided-workspace--fit-canvas .guided-control-dock__value strong{font-size:clamp(1.35rem,2vw,1.85rem)}.guided-workspace--fit-canvas .guided-control-dock button{min-height:44px;font-size:.84rem}.guided-workspace--fit-canvas .guided-control-dock__pair,.guided-workspace--fit-canvas .guided-control-dock__triplet{gap:8px;margin-top:14px}.guided-workspace--fit-canvas .guided-control-dock__pair button{min-height:58px}.guided-workspace--fit-canvas .guided-control-dock__triplet button{min-height:44px;padding:0 8px}.guided-workspace--fit-canvas .guided-axis-hint{display:block}.guided-workspace--fit-canvas .guided-light-control{gap:9px}.guided-workspace--fit-canvas .guided-light-control svg{width:24px;height:24px}.guided-workspace--fit-canvas .guided-light-control strong{font-size:1.25rem}.guided-workspace--fit-canvas .guided-coach-panel{gap:18px;padding:24px 20px 16px}.guided-workspace--fit-canvas .guided-coach-panel header strong{font-size:.9rem}.guided-workspace--fit-canvas .guided-coach-panel h2{font-size:.98rem}.guided-workspace--fit-canvas .guided-coach-panel p,.guided-workspace--fit-canvas .guided-status-list dt,.guided-workspace--fit-canvas .guided-status-list dd{font-size:.92rem;line-height:1.48}.guided-workspace--fit-canvas .guided-observation-card{grid-template-columns:44px minmax(0,1fr);gap:14px;padding:16px}.guided-workspace--fit-canvas .guided-workspace__statusbar{gap:24px;height:auto;font-size:.83rem}}@media (width<=768px){.guided-workspace{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);width:100vw;max-width:100vw;height:100dvh;overflow:hidden}.guided-workspace__body{grid-row:1;grid-template-rows:auto minmax(0,1fr);width:100%;max-width:100vw;min-height:0;overflow:hidden}.guided-workspace__rail{width:100%;max-width:100vw;min-height:calc(68px + env(safe-area-inset-bottom));padding:8px 10px max(8px, env(safe-area-inset-bottom));background:#050a12f5;border-top:1px solid #94a3b833;border-right:0;grid-row:2;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;display:grid;overflow:hidden}.guided-workspace__rail-group{display:contents}.guided-workspace--mobile .guided-rail-button[aria-label=Quiz],.guided-workspace--mobile .guided-rail-button[aria-label=Einstellungen]{display:none}.guided-rail-button{width:100%;min-width:0;min-height:52px;padding-inline:2px}.guided-rail-button:after{width:auto;height:3px;inset:auto 12px -9px}.guided-rail-button span{font-size:.66rem;display:block}.guided-paper-panel{inset:calc(8px + env(safe-area-inset-top)) 8px calc(78px + env(safe-area-inset-bottom));z-index:80;width:auto;max-width:none;padding:10px;position:fixed}.guided-paper-panel__header,.guided-paper-panel__footer{gap:8px}.guided-paper-panel__footer{flex-wrap:wrap}.guided-paper-trash,.guided-paper-next{flex:auto;min-width:120px}.guided-paper-sheet{min-height:0}.guided-paper-editor{min-height:0;padding:22px 14px 64px 48px;font-size:.84rem;line-height:28px}.guided-workspace__topbar{width:100%;max-width:100vw;min-height:62px;padding:calc(8px + env(safe-area-inset-top)) 10px 8px;grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.guided-brand{gap:8px}.guided-brand svg{width:22px;height:22px}.guided-brand strong{font-size:1rem}.guided-brand span,.guided-brand p,.guided-brand small{display:none}.guided-topbar-actions{gap:6px;min-width:0;padding-bottom:1px;overflow:hidden}.guided-icon-action,.guided-select-shell{flex:none;gap:6px;min-height:38px;padding:0 9px;font-size:.76rem}.guided-workspace--mobile .guided-icon-action{justify-content:center;width:38px;min-width:38px;padding:0}.guided-workspace--mobile .guided-icon-action__label{display:none}.guided-select-shell svg,.guided-icon-action svg{width:16px;height:16px}.guided-select-shell select{max-width:96px;min-height:36px;font-size:.76rem}.guided-workspace__main{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;width:100%;max-width:100vw;min-height:0;padding:8px 10px 14px;display:block;overflow-y:auto}.guided-learning-path{width:100%;max-width:100%;padding:10px}.guided-learning-path__heading{font-size:.72rem}.guided-learning-path__heading span{display:none}.guided-learning-steps{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;padding-bottom:3px;overflow:hidden}.guided-learning-steps li{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center;gap:4px}.guided-learning-steps li.is-current{grid-template-columns:minmax(0,1fr);justify-items:center}.guided-learning-steps li.is-current div,.guided-learning-steps li:not(:last-child):after{display:none}.guided-learning-steps li>span{border-width:1px;width:28px;height:28px;font-size:.78rem}.guided-learning-steps strong,.guided-learning-steps small{display:none}.guided-learning-path__progress{margin-top:0}.guided-learning-path__actions{grid-template-columns:minmax(0,1fr);gap:8px;margin-top:0}.guided-learning-path__actions>div:first-child{background:#0f172a7a;border:1px solid #94a3b829;border-radius:8px;padding:8px 10px}.guided-learning-path__actions span,.guided-next-action span{font-size:.68rem}.guided-learning-path__actions strong,.guided-next-action strong{margin-top:4px;font-size:.86rem;line-height:1.25}.guided-next-action{background:#22d3d614;border:1px solid #22d3d633;border-radius:8px;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:8px 10px}.guided-next-action button{width:46px;height:46px}.guided-outline-action{justify-content:center;min-height:42px;padding:0 14px;font-size:.82rem}.guided-workbench{width:100%;max-width:100%;min-height:0;margin-top:8px;display:block}.guided-stage-panel,.guided-coach-panel{border-radius:8px;width:100%;max-width:100%}.guided-stage-panel{grid-template-rows:auto auto auto auto;grid-template-columns:minmax(0,1fr);display:grid;overflow:visible}.guided-stage-toolbar{top:8px;right:8px}.guided-stage-toolbar button{width:38px;height:38px}.guided-wizard-card{z-index:1;background:#0d1927f5;justify-self:stretch;width:auto;min-width:0;max-width:none;margin:8px;position:relative;top:auto;left:auto;overflow:hidden}.guided-wizard-card__close{top:8px;right:8px}.guided-wizard-card__header{padding:10px 44px 8px 12px}.guided-wizard-card h2{font-size:.98rem}.guided-wizard-card__body{grid-template-columns:minmax(0,1fr);padding:10px 12px 0}.guided-wizard-card p,.guided-wizard-card__note{font-size:.82rem;line-height:1.35}.guided-wizard-card__note{margin:9px 12px 0}.guided-wizard-card__action{min-height:46px}.guided-wizard-card__actions{padding:10px 12px 12px}.guided-simulation-area{width:100%;max-width:100%;min-height:230px;padding:8px 8px 2px}.guided-simulation-area .simulation-canvas{width:100%;max-height:240px}.guided-sweep-strip{grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:10px;padding:4px 12px 10px;font-size:.72rem}.guided-sweep-strip input{min-height:38px}.guided-control-dock{grid-template-columns:minmax(0,1fr);justify-self:stretch;width:auto;min-width:0;max-width:none;margin:0 8px 8px}.guided-control-dock fieldset{border-bottom:1px solid #94a3b838;border-right:0;padding:12px}.guided-control-dock fieldset:last-child{border-bottom:0}.guided-control-dock legend{margin-bottom:7px;font-size:.68rem}.guided-control-dock__value{grid-template-columns:44px minmax(0,1fr) 44px;gap:10px}.guided-control-dock__value strong{font-size:1.32rem}.guided-control-dock button{min-height:42px}.guided-control-dock__pair,.guided-control-dock__triplet{gap:6px;margin-top:9px}.guided-control-dock__pair button{min-height:48px;font-size:.78rem}.guided-control-dock__triplet button{min-height:40px;font-size:.78rem}.guided-light-control{grid-template-columns:auto auto minmax(0,1fr);place-items:center stretch}.guided-light-control svg{width:20px;height:20px}.guided-light-control strong{font-size:1rem}.guided-coach-panel{gap:12px;margin-top:8px;padding:14px 12px;overflow:visible}.guided-coach-panel h2{font-size:.9rem}.guided-coach-panel p,.guided-status-list dt,.guided-status-list dd{font-size:.82rem}.guided-observation-card{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px}.guided-observation-card svg{width:28px;height:28px}.guided-mobile-step-summary{background:#22d3d614;border:1px solid #22d3d62e;border-radius:8px;gap:2px;margin-top:8px;padding:8px 10px;display:grid}.guided-mobile-step-summary strong{color:#f8fafc;font-size:.88rem;line-height:1.2}.guided-mobile-step-summary span{color:var(--workspace-muted);font-size:.76rem;line-height:1.25}.guided-workspace--mobile .guided-learning-path__actions,.guided-workspace--mobile .guided-wizard-card,.guided-workspace--mobile .guided-sweep-strip,.guided-workspace--mobile .guided-control-dock,.guided-workspace--mobile .guided-coach-panel{display:none}.guided-workspace--mobile .guided-stage-panel{grid-template-rows:minmax(292px,auto);overflow:hidden}.guided-workspace--mobile .guided-simulation-area{min-height:292px;padding:16px 8px 6px}.guided-workspace--mobile .guided-simulation-area .simulation-canvas{max-height:280px}.guided-mobile-sheet{z-index:24;border:1px solid var(--workspace-border-strong);background:#0b131ffa;border-radius:8px 8px 0 0;width:100%;max-width:100%;margin-top:8px;display:block;position:sticky;bottom:0;overflow:hidden;box-shadow:0 -18px 34px #00000042}.guided-mobile-sheet__tabs{background:#0f172ac7;border-bottom:1px solid #94a3b82e;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.guided-mobile-sheet__tabs button{color:#aeb7c5;cursor:pointer;background:0 0;border:0;border-right:1px solid #94a3b824;min-width:0;min-height:42px;font-size:.78rem;font-weight:850}.guided-mobile-sheet__tabs button:last-child{border-right:0}.guided-mobile-sheet__tabs button.is-active,.guided-mobile-sheet__tabs button:focus-visible{color:#e7ffff;background:#22d3d61f;outline:none}.guided-mobile-sheet__body{padding:10px}.guided-mobile-panel{gap:10px;display:grid}.guided-mobile-panel[hidden]{display:none}.guided-mobile-callout,.guided-mobile-control-card,.guided-mobile-note,.guided-mobile-source,.guided-mobile-slider{background:#0f172a8a;border:1px solid #94a3b829;border-radius:8px;min-width:0}.guided-mobile-callout{padding:10px 12px}.guided-mobile-callout span,.guided-mobile-control-card>span,.guided-mobile-source span,.guided-mobile-slider span{color:#aeb7c5;letter-spacing:0;text-transform:uppercase;font-size:.68rem;font-weight:900;display:block}.guided-mobile-callout strong{color:#f8fafc;margin-top:5px;font-size:.92rem;line-height:1.25;display:block}.guided-mobile-callout p{color:var(--workspace-teal);margin:6px 0 0;font-size:.82rem;font-weight:850;line-height:1.3}.guided-mobile-primary-action{color:#e7ffff;cursor:pointer;background:#22d3d629;border:1px solid #22d3d680;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-size:.94rem;font-weight:900;display:inline-flex}.guided-mobile-primary-action.is-soft{color:#cbd5e1;background:#94a3b81a;border-color:#94a3b838}.guided-mobile-note{color:#cbd5e1;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:9px;padding:10px;font-size:.82rem;line-height:1.35;display:grid}.guided-mobile-note svg{color:var(--workspace-teal)}.guided-mobile-control-card{gap:9px;padding:10px;display:grid}.guided-mobile-stepper{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;display:grid}.guided-mobile-stepper strong{min-width:0;color:var(--workspace-teal);text-align:center;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.26rem;line-height:1}.guided-mobile-stepper button,.guided-mobile-button-grid button{border:1px solid var(--workspace-border);color:#f8fafc;cursor:pointer;background:#0f172aad;border-radius:8px;min-height:42px;font-weight:850}.guided-mobile-stepper button:focus-visible,.guided-mobile-button-grid button:focus-visible,.guided-mobile-primary-action:focus-visible{border-color:#22d3d68a;outline:none}.guided-mobile-button-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.guided-mobile-button-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.guided-mobile-button-grid button.is-selected{color:#e8ffff;background:#22d3d621;border-color:#22d3d6b8}.guided-mobile-hint{color:var(--workspace-yellow);font-size:.74rem;font-weight:800;line-height:1.3}.guided-mobile-slider{gap:8px;padding:10px;display:grid}.guided-mobile-slider label{justify-content:space-between;align-items:center;gap:10px;display:flex}.guided-mobile-slider strong{min-width:0;color:var(--workspace-teal);text-align:right;font-size:.78rem;line-height:1.2}.guided-mobile-slider input{width:100%;min-height:34px;accent-color:var(--workspace-teal)}.guided-mobile-note--coach{grid-template-columns:30px minmax(0,1fr)}.guided-mobile-source{gap:5px;padding:10px;display:grid}.guided-mobile-source strong{color:#cbd5e1;font-size:.8rem;line-height:1.35}.guided-workspace__statusbar{display:none}}@media (width<=380px){.guided-icon-action,.guided-select-shell{padding-inline:6px;font-size:.7rem}.guided-brand strong{font-size:.86rem}.guided-select-shell select{max-width:84px}.guided-learning-steps{grid-template-columns:repeat(7,minmax(0,1fr))}.guided-mobile-sheet__body{padding:8px}.guided-mobile-panel{gap:8px}.guided-mobile-callout{padding:8px 10px}.guided-mobile-callout strong{font-size:.86rem}.guided-mobile-callout p{font-size:.78rem}.guided-mobile-primary-action{min-height:48px}.guided-mobile-panel--action .guided-mobile-note{display:none}.guided-wizard-card p,.guided-wizard-card__note{font-size:.78rem}}
