@keyframes spin{to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base: #0f0f0f;--bg-surface: #1a1a1a;--bg-elevated: #242424;--bg-input: #1e1e1e;--border: #2e2e2e;--border-focus: #444;--text-primary: #f0f0f0;--text-muted: #888;--text-hint: #555;--accent: #C0302A;--accent-hover: #a82520;--accent-dim: rgba(192, 48, 42, .15);--green: #4ade80;--green-dim: #1a2e1a;--red-dim: #2a1515;--red-text: #f87171;--motor-border: #b45309;--motor-bg: #1c1710;--motor-badge: #7c2d12;--motor-badge-text: #fed7aa}[data-theme=light]{--bg-base: #f4f5f7;--bg-surface: #ffffff;--bg-elevated: #eef0f3;--bg-input: #ffffff;--border: #d8dde5;--border-focus: #aab0bb;--text-primary: #1a1d23;--text-muted: #565d6b;--text-hint: #8f97a3;--accent: #C0302A;--accent-hover: #a82520;--accent-dim: rgba(192, 48, 42, .1);--green: #16a34a;--green-dim: rgba(22, 163, 74, .1);--red-dim: rgba(220, 38, 38, .08);--red-text: #dc2626;--motor-border: #b45309;--motor-bg: #fffbf4;--motor-badge: #92400e;--motor-badge-text: #fffbf4}html,body,#root{height:100%;background:var(--bg-base);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}input,button,textarea,select{font-family:inherit;font-size:inherit}input{background:var(--bg-input);border:1px solid var(--border);border-radius:7px;color:var(--text-primary);padding:9px 12px;outline:none;transition:border-color .15s;width:100%}input:focus{border-color:var(--border-focus)}input::placeholder{color:var(--text-hint)}button{cursor:pointer;border:none;border-radius:7px;padding:9px 16px;font-weight:600;font-size:13px;transition:background .15s,opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}.app-shell{min-height:100vh;background:var(--bg-base)}.sidebar{display:none}.bottom-nav{display:flex}@media (min-width: 768px){.app-shell{display:flex}.sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:200px;background:var(--bg-surface);border-right:1px solid var(--border);z-index:20;padding:16px 0;gap:0}.sidebar-logo{display:flex;align-items:center;justify-content:center;padding:12px 12px 16px;border-bottom:1px solid var(--border);margin-bottom:8px;overflow:hidden}.sidebar-vehicle{margin:8px 12px;padding:8px 10px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:7px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:4px 8px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:7px;border:none;background:transparent;color:var(--text-muted);font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:background .15s,color .15s;width:100%}.nav-item:hover{background:var(--bg-elevated);color:var(--text-primary)}.nav-item.active{background:var(--bg-elevated);color:var(--accent);font-weight:600}.nav-item.active .nav-icon svg{stroke:var(--accent)}.sidebar-signout{margin:8px 12px 0;padding:8px 12px;background:transparent;border:1px solid var(--border);border-radius:7px;color:var(--text-muted);font-size:12px;cursor:pointer;text-align:left}.sidebar-signout:hover{color:var(--text-primary);border-color:var(--text-muted)}.sidebar-avatar-row{display:flex;align-items:center;gap:10px;margin:8px 12px 4px;padding:8px 10px;border-radius:8px;cursor:pointer;transition:background .15s;border:1px solid transparent}.sidebar-avatar-row:hover{background:var(--bg-elevated);border-color:var(--border)}.sidebar-avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em}.sidebar-avatar-info{flex:1;min-width:0}.sidebar-avatar-name{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-avatar-email{font-size:10px;color:var(--text-hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-avatar-chevron{color:var(--text-hint);font-size:16px;line-height:1}.content-area{margin-left:200px;min-height:100vh;width:calc(100% - 200px)}.bottom-nav{display:none}}.settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}.settings-drawer{position:fixed;top:0;right:0;bottom:0;width:340px;background:var(--bg-surface);border-left:1px solid var(--border);z-index:50;display:flex;flex-direction:column;animation:slideInRight .2s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.settings-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--border)}.settings-drawer-title{font-size:16px;font-weight:700;color:var(--text-primary)}.settings-drawer-close{background:none;border:none;color:var(--text-muted);font-size:16px;cursor:pointer;padding:4px 8px;border-radius:5px;transition:background .15s,color .15s}.settings-drawer-close:hover{background:var(--bg-elevated);color:var(--text-primary)}.settings-drawer-body{flex:1;overflow-y:auto;padding:16px 20px 32px;display:flex;flex-direction:column;gap:24px}.settings-avatar-section{display:flex;align-items:center;gap:14px;padding:16px;background:var(--bg-elevated);border-radius:10px;border:1px solid var(--border)}.settings-avatar-large{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em}.settings-avatar-fullname{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.settings-avatar-email-display{font-size:12px;color:var(--text-muted)}.settings-section{display:flex;flex-direction:column;gap:10px}.settings-section-title{font-size:10px;font-weight:700;color:var(--text-hint);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}.settings-label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:5px}.settings-field{display:flex;flex-direction:column}.settings-error{padding:9px 11px;border-radius:7px;background:#f871711a;border:1px solid rgba(248,113,113,.25);color:#f87171;font-size:12px}.settings-success{padding:9px 11px;border-radius:7px;background:#4ade801a;border:1px solid rgba(74,222,128,.25);color:#4ade80;font-size:12px}.settings-billing-placeholder{padding:14px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px}.settings-billing-tier{font-size:14px;font-weight:700;color:var(--accent);margin-bottom:4px}.settings-billing-note{font-size:12px;color:var(--text-muted)}.settings-drawer-signout{margin-top:4px;padding:10px 14px;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:color .15s,border-color .15s,background .15s}.settings-drawer-signout:hover{color:#f87171;border-color:#f8717166;background:#f871710d}.mobile-avatar-btn{display:none}@media (max-width: 767px){.mobile-avatar-btn{display:flex;align-items:center;justify-content:center;position:fixed;top:56px;right:12px;width:38px;height:38px;border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em;border:1px solid rgba(255,255,255,.08);cursor:pointer;z-index:60;box-shadow:0 2px 8px #00000059}}.feedback-btn{margin:4px 12px 0;padding:7px 12px;background:transparent;border:1px solid var(--border);border-radius:7px;color:var(--text-hint);font-size:11px;font-weight:600;cursor:pointer;text-align:left;display:flex;align-items:center;gap:7px;transition:color .15s,border-color .15s;letter-spacing:.02em}.feedback-btn:hover{color:var(--text-muted);border-color:var(--text-hint)}.app-banner{display:none}@media (max-width: 767px){.app-banner{display:flex;align-items:center;gap:10px;position:fixed;bottom:64px;left:8px;right:8px;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:10px 12px;z-index:25;box-shadow:0 4px 24px #0006;animation:banner-slide-up .3s ease}}@keyframes banner-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.app-banner-icon{width:40px;height:40px;border-radius:9px;flex-shrink:0}.app-banner-text{flex:1;min-width:0}.app-banner-title{font-size:13px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.app-banner-sub{font-size:11px;color:var(--text-muted);line-height:1.4}.app-banner-share{display:inline-block;font-size:13px;transform:rotate(90deg);color:var(--text-primary)}.app-banner-btn{background:var(--accent);color:#fff;border:none;border-radius:7px;padding:7px 14px;font-size:12px;font-weight:700;cursor:pointer;flex-shrink:0;white-space:nowrap}.app-banner-dismiss{background:transparent;border:none;color:var(--text-hint);font-size:18px;cursor:pointer;padding:0 2px;flex-shrink:0;line-height:1}.diag-layout{min-height:100vh;background:var(--bg-base)}.diag-panels{display:flex;flex-direction:column;min-height:100vh}.diag-left{padding:20px 16px 80px;width:100%}.diag-right{display:none}.diag-guided-wrap{padding:20px 16px 48px;width:100%}@media (min-width: 1024px){.diag-panels{flex-direction:row;align-items:stretch;height:100vh;overflow:hidden}.diag-left{width:44%;min-width:380px;max-width:560px;padding:24px 20px 24px 24px;overflow-y:auto;border-right:1px solid var(--border);height:100vh}.diag-right{display:flex;flex-direction:column;flex:1;height:100vh;overflow:hidden;padding:0}.diag-guided-wrap{flex:1;padding:24px;overflow-y:auto;max-width:820px}}.page-wide{padding:20px 16px 48px;width:100%}@media (min-width: 768px){.page-wide{padding:24px 32px 48px;max-width:1100px;margin:0 auto}}.proc-layout{min-height:100vh;background:var(--bg-base)}.proc-panels{display:flex;flex-direction:column;min-height:100vh}.proc-left,.proc-right{padding:20px 16px 48px;width:100%}@media (min-width: 1024px){.proc-panels{flex-direction:row;align-items:flex-start;min-height:100vh}.proc-left{width:320px;flex-shrink:0;padding:24px 16px 48px 24px;border-right:1px solid var(--border);position:sticky;top:0;max-height:100vh;overflow-y:auto}.proc-right{flex:1;padding:24px 24px 48px;overflow-y:auto;min-height:100vh}}@media (min-width: 1100px){.sessions-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}}@media (min-width: 900px){.cheatsheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}}@media (min-width: 1024px){.vehicle-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--bg-surface);border-top:1px solid var(--border);z-index:20;align-items:stretch}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:6px 2px;transition:color .15s}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-item .nav-label{font-size:9px;font-weight:600;letter-spacing:.02em}@media (max-width: 767px){.content-area{padding-bottom:72px}}@media (max-width: 767px){input,textarea,select{font-size:16px!important}}.diag-mobile-toggle{display:flex;background:var(--bg-surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;flex-shrink:0}.diag-toggle-btn{flex:1;padding:13px 8px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:color .15s,border-color .15s}.diag-toggle-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.diag-toggle-badge{background:var(--accent);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:99px;line-height:1.4;flex-shrink:0}@media (max-width: 1023px){.diag-view-forge .diag-left{display:none}.diag-panels.diag-view-forge{min-height:0;height:calc(100dvh - 110px);display:flex;flex-direction:column}.diag-view-forge .diag-right{display:flex!important;flex-direction:column;flex:1;min-height:0;height:auto;overflow:hidden}.diag-view-intake .diag-right{display:none}}@media (min-width: 1024px){.diag-mobile-toggle{display:none}.diag-view-forge .diag-left,.diag-view-intake .diag-left{display:block}}.system-message-banner-stack{position:relative;z-index:50;display:flex;flex-direction:column}.system-message-banner{width:100%;padding:0}.system-message-banner-content{max-width:100%;padding:12px 16px 12px 18px;display:flex;align-items:flex-start;gap:12px;position:relative}.system-message-banner-accent{position:absolute;left:0;top:0;bottom:0;width:3px}.system-message-banner-text{flex:1;min-width:0}.system-message-banner-title{font-size:13px;font-weight:700;line-height:1.3;margin-bottom:3px}.system-message-banner-body{font-size:12.5px;color:var(--text-primary);line-height:1.45;word-break:break-word}.system-message-banner-dismiss{flex-shrink:0;background:transparent;border:none;color:var(--text-muted);font-size:18px;font-weight:400;line-height:1;cursor:pointer;padding:2px 6px;margin-top:-2px;border-radius:4px;transition:color .15s,background .15s}.system-message-banner-dismiss:hover{color:var(--text-primary);background:#ffffff0d}@media (max-width: 767px){.system-message-banner-content{padding:11px 60px 11px 14px;gap:10px}.system-message-banner-title{font-size:12.5px}.system-message-banner-body{font-size:12px}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
